summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone
Commit message (Collapse)AuthorAgeFilesLines
* perl_checker fixesOlivier Blin2005-02-091-7/+7
|
* prevent adding spurious empty lines at end of /etc/hotplub/blacklist on stopThierry Vignaud2005-02-091-1/+1
|
* cleanup this messPascal Rigaux2005-02-081-1/+1
|
* "%s" is not a translatable thing (changed N() -> translate())Pablo Saratxaga2005-02-081-1/+1
|
* Adjusted version number.Till Kamppeter2005-02-071-1/+1
|
* perl_checker cleanupThierry Vignaud2005-01-281-1/+1
|
* fix PCMCIA autoconfig in harddrake serviceThierry Vignaud2005-01-281-1/+1
|
* make --force force harddrake to eeconfigure everythingThierry Vignaud2005-01-281-1/+1
|
* - vincent danen patch (barely tested)Daouda Lo2005-01-271-145/+42
|
* Wizard, System Backup configuration problems (#13235)Stew Benedict2005-01-261-6/+6
|
* - move convert script from spec file into standalone/convertThierry Vignaud2005-01-261-0/+10
| | | | | - btw, do not try converting if uneeded
* Bugzilla 13138, 13139. (portmap check, dhcpd.conf.pxe.include)Stew Benedict2005-01-251-2/+8
|
* fix the various transient on {rwindow} (or even {window} ?) not working ↵Pascal Rigaux2005-01-2210-15/+15
| | | | | | | anymore on the MagicWindow (maybe the code could be simplified since it should now work even when embedded (?))
* Drop quasi-pxe setup in dhcp.conf as we can use real pxe now.Stew Benedict2005-01-211-17/+5
| | | | | Perl_checker fixes.
* - main loop fixDaouda Lo2005-01-211-41/+12
| | | | | | - remove dead code - cleanups
* fix subdialogs when embedded in mccThierry Vignaud2005-01-211-1/+2
|
* fix banner's title by initializing mcc domain before ugtk2Thierry Vignaud2005-01-211-3/+4
|
* minimal XkbModel supportPascal Rigaux2005-01-211-1/+8
|
* restore previous network::ethernet::get_eth_cards_names() behaviourPascal Rigaux2005-01-201-6/+6
| | | | | (i got hit by { map ... }; being a block and not a hash ref)
* use ->ask_from instead of ->ask_from_listf (keeping the same GUI behaviour)Pascal Rigaux2005-01-191-5/+7
|
* adapt to new network::ethernet::get_eth_cards_names() prototypePascal Rigaux2005-01-191-6/+6
|
* Bugzilla 13056 - custom cron configurationStew Benedict2005-01-171-7/+6
|
* make perl_checker happyPascal Rigaux2005-01-161-1/+1
|
* for Driver fbdev, rework to allow configuring vga= in bootloader and telling ↵Pascal Rigaux2005-01-161-2/+9
| | | | to reboot instead of restarting X server (now i simply need to configure bootloader in Xconfig::main::write() when need_reboot)
* fix crash on opening help windowsThierry Vignaud2005-01-141-3/+3
|
* display the menubar and the banner when embeddedThierry Vignaud2005-01-121-17/+7
|
* show banner when embeddedThierry Vignaud2005-01-121-0/+11
|
* Silent install of terminal-server if needed (--X is deprecated)Rafael Garcia-Suarez2005-01-101-5/+1
|
* Don't use deprecated urpmi --X optionRafael Garcia-Suarez2005-01-101-1/+1
|
* simplifyPascal Rigaux2005-01-071-2/+1
|
* remove unused variablePascal Rigaux2005-01-061-1/+0
|
* Bugzilla 12861 - Directories with spacesStew Benedict2005-01-031-20/+27
| | | | | | Mandrakeclub - Perms on tarballs too relaxed perl_checker compliance
* fix Xconfig::default::configure() usePascal Rigaux2004-12-231-1/+1
|
* "XFdrake --auto" is now fully auto using auto_install configuration instead ↵Pascal Rigaux2004-12-231-1/+1
| | | | of "as much auto as can be"
* - don't ask X to restart in auto modePascal Rigaux2004-12-231-2/+2
| | | | | - set exit status to 1 when configuration failed (esp. auto mode)
* don't pass prefix to network::netconnect::main() (it doesn't use it)Pascal Rigaux2004-12-211-2/+2
|
* don't pass prefix, use $::prefixPascal Rigaux2004-12-211-1/+1
|
* perl_checker, suggestions from Pixel, rework buttons in main GUIStew Benedict2004-12-151-141/+134
|
* better english (writing style rather than spoken one)Thierry Vignaud2004-12-1317-53/+53
|
* - rename/move install_any::write_pcmcia() as harddrake::autoconf::pcmcia() soThierry Vignaud2004-12-131-1/+3
| | | | | | | that it became availlable for standalone tools - reuse it in harddrake service in order to configure PCMCIA cards
* don't keep the banner from drakconnect for all stepsPascal Rigaux2004-11-301-0/+2
|
* add drakx-finish-installPascal Rigaux2004-11-302-0/+17
|
* fix fatal perl_checker errorPascal Rigaux2004-11-301-1/+1
|
* prog to launch after install which configurate users, authentication, root ↵Pascal Rigaux2004-11-301-0/+54
| | | | password and network
* perl_checker fixPascal Rigaux2004-11-301-1/+1
|
* shorterPascal Rigaux2004-11-301-3/+1
|
* don't pass the prefix/etc/sysconfig/network to ↵Pascal Rigaux2004-11-301-1/+1
| | | | network::network::write_conf(), we always use the same file name
* $when_network_is_up is now optionalPascal Rigaux2004-11-301-1/+1
|
* Yes/no is better than Ok/cancel for logout questionThierry Vignaud2004-11-301-1/+1
|
* - rely on adduser(8) to set the users password instead of using ↵Pascal Rigaux2004-11-301-10/+4
| | | | | | | write_passwd_user() - use adduser(8) during install (we now use the same code during and after install)
c:2369
+#: ../../standalone/drakbackup_.c:2385
+msgid "Ok"
+msgstr "OK"
+
+#: ../../Xconfigurator.pm_.c:893 ../../network/netconnect.pm_.c:169
+#: ../../printerdrake.pm_.c:2470 ../../standalone/draknet_.c:275
+#: ../../standalone/draknet_.c:278
msgid "Expert Mode"
msgstr "Kundige modus"
-#: ../../Xconfigurator.pm_.c:830
+#: ../../Xconfigurator.pm_.c:894
msgid "Show all"
msgstr "Vertoon almal"
-#: ../../Xconfigurator.pm_.c:875
+#: ../../Xconfigurator.pm_.c:939
msgid "Resolutions"
msgstr "Resolusies"
-#: ../../Xconfigurator.pm_.c:1437
+#: ../../Xconfigurator.pm_.c:1509
#, c-format
msgid "Keyboard layout: %s\n"
msgstr "Sleutelbord uitleg: %s\n"
-#: ../../Xconfigurator.pm_.c:1438
+#: ../../Xconfigurator.pm_.c:1510
#, c-format
msgid "Mouse type: %s\n"
msgstr "Muistipe: %s\n"
-#: ../../Xconfigurator.pm_.c:1439
+#: ../../Xconfigurator.pm_.c:1511
#, c-format
msgid "Mouse device: %s\n"
msgstr "Muistoestel: %s\n"
-#: ../../Xconfigurator.pm_.c:1440
+#: ../../Xconfigurator.pm_.c:1512
#, c-format
msgid "Monitor: %s\n"
msgstr "Monitor: %s\n"
-#: ../../Xconfigurator.pm_.c:1441
+#: ../../Xconfigurator.pm_.c:1513
#, c-format
msgid "Monitor HorizSync: %s\n"
msgstr "Monitor HoriSink: %s\n"
-#: ../../Xconfigurator.pm_.c:1442
+#: ../../Xconfigurator.pm_.c:1514
#, c-format
msgid "Monitor VertRefresh: %s\n"
msgstr "Monitor VertVerfris: %s\n"
-#: ../../Xconfigurator.pm_.c:1443
+#: ../../Xconfigurator.pm_.c:1515
#, c-format
msgid "Graphic card: %s\n"
msgstr "Videokaart: %s\n"
-#: ../../Xconfigurator.pm_.c:1444
+#: ../../Xconfigurator.pm_.c:1516
#, fuzzy, c-format
msgid "Graphic card identification: %s\n"
msgstr "Videokaart: %s\n"
-#: ../../Xconfigurator.pm_.c:1445
+#: ../../Xconfigurator.pm_.c:1517
#, c-format
msgid "Graphic memory: %s kB\n"
msgstr "Video geheue: %s kB\n"
-#: ../../Xconfigurator.pm_.c:1447
+#: ../../Xconfigurator.pm_.c:1519
#, c-format
msgid "Color depth: %s\n"
msgstr "Kleurdiepte: %s\n"
-#: ../../Xconfigurator.pm_.c:1448
+#: ../../Xconfigurator.pm_.c:1520
#, c-format
msgid "Resolution: %s\n"
msgstr "Resolusie: %s\n"
-#: ../../Xconfigurator.pm_.c:1450
+#: ../../Xconfigurator.pm_.c:1522
#, c-format
msgid "XFree86 server: %s\n"
msgstr "XFree86 bediener: %s\n"
-#: ../../Xconfigurator.pm_.c:1451
+#: ../../Xconfigurator.pm_.c:1523
#, c-format
msgid "XFree86 driver: %s\n"
msgstr "XFree86-drywer: %s\n"
-#: ../../Xconfigurator.pm_.c:1469
+#: ../../Xconfigurator.pm_.c:1541
msgid "Preparing X-Window configuration"
msgstr "X-Window konfigurasie word opgestel"
-#: ../../Xconfigurator.pm_.c:1489
+#: ../../Xconfigurator.pm_.c:1561
msgid "What do you want to do?"
msgstr "Wat wil u doen?"
-#: ../../Xconfigurator.pm_.c:1494
+#: ../../Xconfigurator.pm_.c:1566
msgid "Change Monitor"
msgstr "Verander monitor"
-#: ../../Xconfigurator.pm_.c:1495
+#: ../../Xconfigurator.pm_.c:1567
msgid "Change Graphic card"
msgstr "Verander videokaart"
-#: ../../Xconfigurator.pm_.c:1497
+#: ../../Xconfigurator.pm_.c:1570
msgid "Change Server options"
msgstr "Verander bedienerinstellings"
-#: ../../Xconfigurator.pm_.c:1498
+#: ../../Xconfigurator.pm_.c:1571
msgid "Change Resolution"
msgstr "Verander resolusie"
-#: ../../Xconfigurator.pm_.c:1499
+#: ../../Xconfigurator.pm_.c:1572
msgid "Show information"
msgstr "Vertoon inligting"
-#: ../../Xconfigurator.pm_.c:1500
+#: ../../Xconfigurator.pm_.c:1573
msgid "Test again"
msgstr "Toets weer"
-#: ../../Xconfigurator.pm_.c:1501 ../../bootlook.pm_.c:156
+#: ../../Xconfigurator.pm_.c:1574 ../../printerdrake.pm_.c:2473
+#: ../../standalone/logdrake_.c:225
msgid "Quit"
msgstr "Verlaat"
-#: ../../Xconfigurator.pm_.c:1509
+#: ../../Xconfigurator.pm_.c:1582
#, c-format
msgid ""
"Keep the changes?\n"
@@ -361,20 +390,11 @@ msgstr ""
"\n"
"%s"
-#: ../../Xconfigurator.pm_.c:1532
-#, c-format
-msgid "Please relog into %s to activate the changes"
-msgstr "Teken asb. weer in %s om veranderinge te aktiveer"
-
-#: ../../Xconfigurator.pm_.c:1552
-msgid "Please log out and then use Ctrl-Alt-BackSpace"
-msgstr "Teken uit en gebruik dan Ctrl-Alt-Backspace"
-
-#: ../../Xconfigurator.pm_.c:1555
+#: ../../Xconfigurator.pm_.c:1603
msgid "X at startup"
msgstr "X met herlaai"
-#: ../../Xconfigurator.pm_.c:1556
+#: ../../Xconfigurator.pm_.c:1604
msgid ""
"I can set up your computer to automatically start X upon booting.\n"
"Would you like X to start when you reboot?"
@@ -382,6 +402,15 @@ msgstr ""
"Ek kan u rekenaar so opstel om X outomaties te laai.\n"
"Wil u X begin met 'n herlaai?"
+#: ../../Xconfigurator.pm_.c:1610
+#, c-format
+msgid "Please relog into %s to activate the changes"
+msgstr "Teken asb. weer in %s om veranderinge te aktiveer"
+
+#: ../../Xconfigurator.pm_.c:1625
+msgid "Please log out and then use Ctrl-Alt-BackSpace"
+msgstr "Teken uit en gebruik dan Ctrl-Alt-Backspace"
+
#: ../../Xconfigurator_consts.pm_.c:6
msgid "256 colors (8 bits)"
msgstr "256 kleure (8 bis)"
@@ -402,248 +431,258 @@ msgstr "16-miljoen kleure (24 bis)"
msgid "4 billion colors (32 bits)"
msgstr "4 biljoen kleure (32 bis)"
-#: ../../Xconfigurator_consts.pm_.c:106
+#: ../../Xconfigurator_consts.pm_.c:113
msgid "256 kB"
msgstr "256 kB"
-#: ../../Xconfigurator_consts.pm_.c:107
+#: ../../Xconfigurator_consts.pm_.c:114
msgid "512 kB"
msgstr "512 kB"
-#: ../../Xconfigurator_consts.pm_.c:108
+#: ../../Xconfigurator_consts.pm_.c:115
msgid "1 MB"
msgstr "1 MB"
-#: ../../Xconfigurator_consts.pm_.c:109
+#: ../../Xconfigurator_consts.pm_.c:116
msgid "2 MB"
msgstr "2 MB"
-#: ../../Xconfigurator_consts.pm_.c:110
+#: ../../Xconfigurator_consts.pm_.c:117
msgid "4 MB"
msgstr "4 MB"
-#: ../../Xconfigurator_consts.pm_.c:111
+#: ../../Xconfigurator_consts.pm_.c:118
msgid "8 MB"
msgstr "8 MB"
-#: ../../Xconfigurator_consts.pm_.c:112
+#: ../../Xconfigurator_consts.pm_.c:119
msgid "16 MB"
msgstr "16 MB"
-#: ../../Xconfigurator_consts.pm_.c:113
+#: ../../Xconfigurator_consts.pm_.c:120
msgid "32 MB"
msgstr "32 MB"
-#: ../../Xconfigurator_consts.pm_.c:114
+#: ../../Xconfigurator_consts.pm_.c:121
msgid "64 MB or more"
msgstr "64MB of meer"
-#: ../../Xconfigurator_consts.pm_.c:122
+#: ../../Xconfigurator_consts.pm_.c:129
msgid "Standard VGA, 640x480 at 60 Hz"
msgstr "Standaard VGA, 640x480 teen 60 Hz"
-#: ../../Xconfigurator_consts.pm_.c:123
+#: ../../Xconfigurator_consts.pm_.c:130
msgid "Super VGA, 800x600 at 56 Hz"
msgstr "Super VGA, 800x600 teen 56 Hz"
-#: ../../Xconfigurator_consts.pm_.c:124
+#: ../../Xconfigurator_consts.pm_.c:131
msgid "8514 Compatible, 1024x768 at 87 Hz interlaced (no 800x600)"
msgstr "8514-aanpasbaar, 1024x768 teen 87Hz interverweef (nie 800x600 nie)"
-#: ../../Xconfigurator_consts.pm_.c:125
+#: ../../Xconfigurator_consts.pm_.c:132
msgid "Super VGA, 1024x768 at 87 Hz interlaced, 800x600 at 56 Hz"
msgstr "Super VGA, 102x768 teen 87 Hz interverweef, 800x600 teen 56 Hz "
-#: ../../Xconfigurator_consts.pm_.c:126
+#: ../../Xconfigurator_consts.pm_.c:133
msgid "Extended Super VGA, 800x600 at 60 Hz, 640x480 at 72 Hz"
msgstr "Verlengde Super VGA, 800x600 teen 60 Hz, 640x480 teen 72 Hz"
-#: ../../Xconfigurator_consts.pm_.c:127
+#: ../../Xconfigurator_consts.pm_.c:134
msgid "Non-Interlaced SVGA, 1024x768 at 60 Hz, 800x600 at 72 Hz"
msgstr "Nie-interverweefde SVGA, 1024x768 teen 60 Hz, 800x600 teen 72 Hz"
-#: ../../Xconfigurator_consts.pm_.c:128
+#: ../../Xconfigurator_consts.pm_.c:135
msgid "High Frequency SVGA, 1024x768 at 70 Hz"
msgstr "Hod frekwensie SVGA, 1024x768 teen 70 Hz"
-#: ../../Xconfigurator_consts.pm_.c:129
+#: ../../Xconfigurator_consts.pm_.c:136
msgid "Multi-frequency that can do 1280x1024 at 60 Hz"
msgstr "Multi-frekwensie wat 1280x1024 kan doen teen 60Hz"
-#: ../../Xconfigurator_consts.pm_.c:130
+#: ../../Xconfigurator_consts.pm_.c:137
msgid "Multi-frequency that can do 1280x1024 at 74 Hz"
msgstr "Multi-frekwensie wat 1280x1024 kan doen teen 74Hz"
-#: ../../Xconfigurator_consts.pm_.c:131
+#: ../../Xconfigurator_consts.pm_.c:138
msgid "Multi-frequency that can do 1280x1024 at 76 Hz"
msgstr "Multi-frekwensie wat 1280x1024 kan doen teen 76Hz"
-#: ../../Xconfigurator_consts.pm_.c:132
+#: ../../Xconfigurator_consts.pm_.c:139
msgid "Monitor that can do 1600x1200 at 70 Hz"
msgstr "Monitor wat 1600x1220 kan doen teen 70Hz"
-#: ../../Xconfigurator_consts.pm_.c:133
+#: ../../Xconfigurator_consts.pm_.c:140
msgid "Monitor that can do 1600x1200 at 76 Hz"
msgstr "Monitor wat 1600x1220 kan doen teen 76Hz"
-#: ../../any.pm_.c:96 ../../any.pm_.c:121
+#: ../../any.pm_.c:116 ../../any.pm_.c:141
msgid "First sector of boot partition"
msgstr "Eerste sektor van herlaaipartisie"
-#: ../../any.pm_.c:96 ../../any.pm_.c:121 ../../any.pm_.c:194
+#: ../../any.pm_.c:116 ../../any.pm_.c:141 ../../any.pm_.c:218
msgid "First sector of drive (MBR)"
msgstr "Eerste sektor van skyf (MBR)"
-#: ../../any.pm_.c:100
+#: ../../any.pm_.c:120
msgid "SILO Installation"
msgstr "SILO installasie"
-#: ../../any.pm_.c:101 ../../any.pm_.c:114
+#: ../../any.pm_.c:121 ../../any.pm_.c:134
msgid "Where do you want to install the bootloader?"
msgstr "Waar wil u die herlaaistelsel installeer"
-#: ../../any.pm_.c:113
+#: ../../any.pm_.c:133
msgid "LILO/grub Installation"
msgstr "LILO/grub installasie"
-#: ../../any.pm_.c:125 ../../any.pm_.c:139
+#: ../../any.pm_.c:145 ../../any.pm_.c:159
msgid "SILO"
msgstr "SILO"
-#: ../../any.pm_.c:127
+#: ../../any.pm_.c:147
msgid "LILO with text menu"
msgstr "LILO met tekskieskaart"
-#: ../../any.pm_.c:128 ../../any.pm_.c:139
+#: ../../any.pm_.c:148 ../../any.pm_.c:159
msgid "LILO with graphical menu"
msgstr "LILO met grafiese kieskaart"
-#: ../../any.pm_.c:131
+#: ../../any.pm_.c:151
msgid "Grub"
msgstr "Grub"
-#: ../../any.pm_.c:135
+#: ../../any.pm_.c:155
msgid "Boot from DOS/Windows (loadlin)"
msgstr "Laai vauit DOS/Windows (loadlin)"
-#: ../../any.pm_.c:137 ../../any.pm_.c:139
+#: ../../any.pm_.c:157 ../../any.pm_.c:159
msgid "Yaboot"
msgstr "Yaboot"
-#: ../../any.pm_.c:145 ../../any.pm_.c:177
+#: ../../any.pm_.c:166 ../../any.pm_.c:198
msgid "Bootloader main options"
msgstr "Herlaaistelsel hoofopsies"
-#: ../../any.pm_.c:146 ../../any.pm_.c:178
+#: ../../any.pm_.c:167 ../../any.pm_.c:199
msgid "Bootloader to use"
msgstr "Herlaaistelsel om te gebruik"
-#: ../../any.pm_.c:148
+#: ../../any.pm_.c:169
msgid "Bootloader installation"
msgstr "Herlaaiprogram installasie"
-#: ../../any.pm_.c:150 ../../any.pm_.c:180
+#: ../../any.pm_.c:171 ../../any.pm_.c:201
msgid "Boot device"
msgstr "Herlaaitoestel"
-#: ../../any.pm_.c:151
+#: ../../any.pm_.c:172
msgid "LBA (doesn't work on old BIOSes)"
msgstr "LBA (werk nie op 'n ou BIOS'e nie)"
-#: ../../any.pm_.c:152
+#: ../../any.pm_.c:173
msgid "Compact"
msgstr "Kompak"
-#: ../../any.pm_.c:152
+#: ../../any.pm_.c:173
msgid "compact"
msgstr "kompak"
-#: ../../any.pm_.c:153 ../../any.pm_.c:250
+#: ../../any.pm_.c:174 ../../any.pm_.c:298
msgid "Video mode"
msgstr "Videomodus"
-#: ../../any.pm_.c:155
+#: ../../any.pm_.c:176
msgid "Delay before booting default image"
msgstr "Wagperiode voro verstekstelsel gelaai word"
-#: ../../any.pm_.c:157 ../../any.pm_.c:730
-#: ../../install_steps_interactive.pm_.c:938 ../../network/modem.pm_.c:46
-#: ../../printerdrake.pm_.c:402 ../../printerdrake.pm_.c:481
-#: ../../standalone/draknet_.c:603
+#: ../../any.pm_.c:178 ../../any.pm_.c:796
+#: ../../install_steps_interactive.pm_.c:1115 ../../network/modem.pm_.c:48
+#: ../../printerdrake.pm_.c:708 ../../printerdrake.pm_.c:806
+#: ../../standalone/draknet_.c:625
msgid "Password"
msgstr "Wagwoord"
-#: ../../any.pm_.c:158 ../../any.pm_.c:731
-#: ../../install_steps_interactive.pm_.c:939
+#: ../../any.pm_.c:179 ../../any.pm_.c:797
+#: ../../install_steps_interactive.pm_.c:1116
msgid "Password (again)"
msgstr "Wagwoord (weer)"
-#: ../../any.pm_.c:159
+#: ../../any.pm_.c:180
msgid "Restrict command line options"
msgstr "Beperk instruksielynopsies"
-#: ../../any.pm_.c:159
+#: ../../any.pm_.c:180
msgid "restrict"
msgstr "beperk"
-#: ../../any.pm_.c:161
+#: ../../any.pm_.c:182
msgid "Clean /tmp at each boot"
msgstr "Maak /tmp skoon met elke herlaai"
-#: ../../any.pm_.c:162
+#: ../../any.pm_.c:183
#, c-format
msgid "Precise RAM size if needed (found %d MB)"
msgstr "Presiese RAM grootte indien nodig (%d MB bespeur)"
-#: ../../any.pm_.c:164
+#: ../../any.pm_.c:185
msgid "Enable multi profiles"
msgstr "Gebruik multiprofiele"
-#: ../../any.pm_.c:168
+#: ../../any.pm_.c:189
msgid "Give the ram size in MB"
msgstr "Gee die geheuegrootte in MB"
-#: ../../any.pm_.c:170
+#: ../../any.pm_.c:191
msgid ""
"Option ``Restrict command line options'' is of no use without a password"
msgstr ""
"Opsie ``Beperk instruksielynopsies'' kan nie sonder wagwoord gebruikword nie"
-#: ../../any.pm_.c:171 ../../any.pm_.c:707
-#: ../../install_steps_interactive.pm_.c:933
+#: ../../any.pm_.c:192 ../../any.pm_.c:773
+#: ../../diskdrake/interactive.pm_.c:1135
+#: ../../install_steps_interactive.pm_.c:1110
msgid "Please try again"
msgstr "Probeer asb. weer"
-#: ../../any.pm_.c:171 ../../any.pm_.c:707
-#: ../../install_steps_interactive.pm_.c:933
+#: ../../any.pm_.c:192 ../../any.pm_.c:773
+#: ../../install_steps_interactive.pm_.c:1110
msgid "The passwords do not match"
msgstr "Die wagwoorde stem nie ooreen nie."
-#: ../../any.pm_.c:179
+#: ../../any.pm_.c:200
msgid "Init Message"
msgstr "Beginboodskap"
-#: ../../any.pm_.c:181
+#: ../../any.pm_.c:202
msgid "Open Firmware Delay"
msgstr ""
-#: ../../any.pm_.c:182
+#: ../../any.pm_.c:203
msgid "Kernel Boot Timeout"
msgstr "Tydsbeperking vir stelselkernlaai"
-#: ../../any.pm_.c:183
+#: ../../any.pm_.c:204
msgid "Enable CD Boot?"
msgstr "Laat CD-herlaai toe?"
-#: ../../any.pm_.c:184
+#: ../../any.pm_.c:205
msgid "Enable OF Boot?"
msgstr "Laat OF-herlaai toe?"
-#: ../../any.pm_.c:185
+#: ../../any.pm_.c:206
msgid "Default OS?"
msgstr "Verstek bedryfstelsel?"
-#: ../../any.pm_.c:207
+#: ../../any.pm_.c:240
+msgid ""
+"You decided to install the bootloader on a partition.\n"
+"This implies you already have a bootloader on the hard drive you boot (eg: "
+"System Commander).\n"
+"\n"
+"On which drive are you booting?"
+msgstr ""
+
+#: ../../any.pm_.c:255
msgid ""
"Here are the different entries.\n"
"You can add some more or change the existing ones."
@@ -651,144 +690,154 @@ msgstr ""
"Hier is die huidige inskrywings\n"
"U kan byvoeg or verwyder soos nodig."
-#: ../../any.pm_.c:217
+#: ../../any.pm_.c:265 ../../standalone/drakbackup_.c:752
+#: ../../standalone/drakbackup_.c:861 ../../standalone/drakfont_.c:789
+#: ../../standalone/drakfont_.c:826
msgid "Add"
msgstr "Voeg by"
-#: ../../any.pm_.c:217 ../../any.pm_.c:718 ../../diskdrake.pm_.c:161
-#: ../../interactive_http.pm_.c:153 ../../printerdrake.pm_.c:1846
-#: ../../printerdrake.pm_.c:1847 ../../printerdrake.pm_.c:1904
-#: ../../printerdrake.pm_.c:1948
+#: ../../any.pm_.c:265 ../../any.pm_.c:784 ../../diskdrake/hd_gtk.pm_.c:153
+#: ../../diskdrake/removable.pm_.c:27 ../../diskdrake/smbnfs_gtk.pm_.c:86
+#: ../../interactive_http.pm_.c:153
msgid "Done"
msgstr "Klaar"
-#: ../../any.pm_.c:217
+#: ../../any.pm_.c:265
msgid "Modify"
msgstr "Verander"
-#: ../../any.pm_.c:225
+#: ../../any.pm_.c:273
msgid "Which type of entry do you want to add?"
msgstr "Watter tipe inskrywing wil u byvoeg?"
-#: ../../any.pm_.c:226
+#: ../../any.pm_.c:274 ../../standalone/drakbackup_.c:895
msgid "Linux"
msgstr "Linux"
-#: ../../any.pm_.c:226
+#: ../../any.pm_.c:274
msgid "Other OS (SunOS...)"
msgstr "Ander bedryfstelsel (SunOS...)"
-#: ../../any.pm_.c:227
+#: ../../any.pm_.c:275
msgid "Other OS (MacOS...)"
msgstr "Ander bedryfstelsel (MacOS...)"
-#: ../../any.pm_.c:227
+#: ../../any.pm_.c:275
msgid "Other OS (windows...)"
msgstr "Ander bedryfstelsel (windows...)"
-#: ../../any.pm_.c:246
+#: ../../any.pm_.c:294
msgid "Image"
msgstr "Beeld"
-#: ../../any.pm_.c:247 ../../any.pm_.c:258
+#: ../../any.pm_.c:295 ../../any.pm_.c:306
msgid "Root"
msgstr "Basis"
-#: ../../any.pm_.c:248 ../../any.pm_.c:277
+#: ../../any.pm_.c:296 ../../any.pm_.c:325
msgid "Append"
msgstr "Aanlas"
-#: ../../any.pm_.c:252
+#: ../../any.pm_.c:300
msgid "Initrd"
msgstr "Initrd"
-#: ../../any.pm_.c:253
+#: ../../any.pm_.c:301
msgid "Read-write"
msgstr "Lees-skryf"
-#: ../../any.pm_.c:260
+#: ../../any.pm_.c:308
msgid "Table"
msgstr "Tabel"
-#: ../../any.pm_.c:261
+#: ../../any.pm_.c:309
msgid "Unsafe"
msgstr "Onveilig"
-#: ../../any.pm_.c:268 ../../any.pm_.c:273 ../../any.pm_.c:276
+#: ../../any.pm_.c:316 ../../any.pm_.c:321 ../../any.pm_.c:324
msgid "Label"
msgstr "Etiket"
-#: ../../any.pm_.c:270 ../../any.pm_.c:281
+#: ../../any.pm_.c:318 ../../any.pm_.c:329
msgid "Default"
msgstr "Verstek"
-#: ../../any.pm_.c:278
+#: ../../any.pm_.c:326
msgid "Initrd-size"
msgstr "Initrd-grootte"
-#: ../../any.pm_.c:280
+#: ../../any.pm_.c:328
msgid "NoVideo"
msgstr "Geen video"
-#: ../../any.pm_.c:288
+#: ../../any.pm_.c:336
msgid "Remove entry"
msgstr "Verwyder inskrywing"
-#: ../../any.pm_.c:291
+#: ../../any.pm_.c:339
msgid "Empty label not allowed"
msgstr "Le etiket word nie toegelaat nie"
-#: ../../any.pm_.c:292
+#: ../../any.pm_.c:340
+msgid "You must specify a kernel image"
+msgstr ""
+
+#: ../../any.pm_.c:340
+#, fuzzy
+msgid "You must specify a root partition"
+msgstr "U moet oor 'n ruilpartisie beskik"
+
+#: ../../any.pm_.c:341
msgid "This label is already used"
msgstr "Hierdie etiket is alreeds in gebruik"
-#: ../../any.pm_.c:597
+#: ../../any.pm_.c:656
#, c-format
msgid "Found %s %s interfaces"
msgstr "Het %s %s koppelvlakke gevind"
-#: ../../any.pm_.c:598
+#: ../../any.pm_.c:657
msgid "Do you have another one?"
msgstr "Beskik u oor nog?"
-#: ../../any.pm_.c:599
+#: ../../any.pm_.c:658
#, c-format
msgid "Do you have any %s interfaces?"
msgstr "Het u enige %s koppelvlakke?"
-#: ../../any.pm_.c:601 ../../any.pm_.c:760 ../../interactive.pm_.c:112
-#: ../../my_gtk.pm_.c:715
+#: ../../any.pm_.c:660 ../../any.pm_.c:832 ../../interactive.pm_.c:132
+#: ../../my_gtk.pm_.c:1018
msgid "No"
msgstr "Nee"
-#: ../../any.pm_.c:601 ../../any.pm_.c:759 ../../interactive.pm_.c:112
-#: ../../my_gtk.pm_.c:715
+#: ../../any.pm_.c:660 ../../any.pm_.c:831 ../../interactive.pm_.c:132
+#: ../../my_gtk.pm_.c:1018
msgid "Yes"
msgstr "Ja"
-#: ../../any.pm_.c:602
+#: ../../any.pm_.c:661
msgid "See hardware info"
msgstr "Sien hardeware inligting"
#. -PO: the first %s is the card type (scsi, network, sound,...)
#. -PO: the second is the vendor+model name
-#: ../../any.pm_.c:637
+#: ../../any.pm_.c:695
#, c-format
msgid "Installing driver for %s card %s"
msgstr "Drywer vir %s kaart %s in installasieproses"
-#: ../../any.pm_.c:638
+#: ../../any.pm_.c:696
#, c-format
msgid "(module %s)"
msgstr "(module %s)"
#. -PO: the %s is the driver type (scsi, network, sound,...)
-#: ../../any.pm_.c:649
+#: ../../any.pm_.c:707
#, c-format
msgid "Which %s driver should I try?"
msgstr "Watter %s drywer meot ek probeer?"
-#: ../../any.pm_.c:657
+#: ../../any.pm_.c:715
#, c-format
msgid ""
"In some cases, the %s driver needs to have extra information to work\n"
@@ -804,20 +853,22 @@ msgstr ""
"rekenaar self daarvoor aftas. In uitsonderlike gevalle mag die rekenaar\n"
"ophang, maar dit sal nie skade veroorsaak nie."
-#: ../../any.pm_.c:662
+#: ../../any.pm_.c:720
msgid "Autoprobe"
msgstr "Aftas"
-#: ../../any.pm_.c:662
+#: ../../any.pm_.c:720
msgid "Specify options"
msgstr "Spesifieer opsies"
-#: ../../any.pm_.c:666
+#: ../../any.pm_.c:725
#, c-format
-msgid "You may now provide its options to module %s."
-msgstr "U kan die opsies vir module %s hier intik."
+msgid ""
+"You may now provide its options to module %s.\n"
+"Note that any address should be entered with the prefix 0x like '0x123'"
+msgstr ""
-#: ../../any.pm_.c:672
+#: ../../any.pm_.c:731
#, c-format
msgid ""
"You may now provide its options to module %s.\n"
@@ -828,11 +879,11 @@ msgstr ""
"Opsies is in die formaat ``naam=waarde naam2=waarde2 ...''.\n"
"Bv. ``io=0x300 irq-7''"
-#: ../../any.pm_.c:675
+#: ../../any.pm_.c:734
msgid "Module options:"
msgstr "Module opsies:"
-#: ../../any.pm_.c:686
+#: ../../any.pm_.c:745
#, c-format
msgid ""
"Loading module %s failed.\n"
@@ -841,34 +892,50 @@ msgstr ""
"Laai van module %s het gefaal.\n"
"Wil u ander parameters probeer?"
-#: ../../any.pm_.c:704
+#: ../../any.pm_.c:761
+msgid "access to X programs"
+msgstr ""
+
+#: ../../any.pm_.c:762
+msgid "access to rpm tools"
+msgstr ""
+
+#: ../../any.pm_.c:763
+msgid "allow \"su\""
+msgstr ""
+
+#: ../../any.pm_.c:764
+msgid "access to administrative files"
+msgstr ""
+
+#: ../../any.pm_.c:769
#, c-format
msgid "(already added %s)"
msgstr "(%s alreeds bygevoeg)"
-#: ../../any.pm_.c:708
+#: ../../any.pm_.c:774
msgid "This password is too simple"
msgstr "Die wagwoorde is te eenvoudig"
-#: ../../any.pm_.c:709
+#: ../../any.pm_.c:775
msgid "Please give a user name"
msgstr "Gee asb. 'n gebruikerskode"
-#: ../../any.pm_.c:710
+#: ../../any.pm_.c:776
msgid ""
"The user name must contain only lower cased letters, numbers, `-' and `_'"
msgstr ""
"Die gebruikerskode maag alleenlikui kleinletter, nommers, '-' en '_' bestaan"
-#: ../../any.pm_.c:711
+#: ../../any.pm_.c:777
msgid "This user name is already added"
msgstr "Hierdie genruikerskode bestaan alreeds"
-#: ../../any.pm_.c:715
+#: ../../any.pm_.c:781
msgid "Add user"
msgstr "Voeg gebruiker by"
-#: ../../any.pm_.c:716
+#: ../../any.pm_.c:782
#, c-format
msgid ""
"Enter a user\n"
@@ -877,32 +944,32 @@ msgstr ""
"Tik 'n gebruiker in\n"
"%s"
-#: ../../any.pm_.c:717
+#: ../../any.pm_.c:783
msgid "Accept user"
msgstr "Aanvaar gebruiker"
-#: ../../any.pm_.c:728
+#: ../../any.pm_.c:794
msgid "Real name"
msgstr "Regte naam"
-#: ../../any.pm_.c:729 ../../printerdrake.pm_.c:401
-#: ../../printerdrake.pm_.c:480
+#: ../../any.pm_.c:795 ../../printerdrake.pm_.c:707
+#: ../../printerdrake.pm_.c:805
msgid "User name"
msgstr "Gebruikerskode"
-#: ../../any.pm_.c:732
+#: ../../any.pm_.c:798
msgid "Shell"
msgstr "Dop"
-#: ../../any.pm_.c:734
+#: ../../any.pm_.c:800
msgid "Icon"
msgstr "Ikoon"
-#: ../../any.pm_.c:756
+#: ../../any.pm_.c:828
msgid "Autologin"
msgstr "Outointeken"
-#: ../../any.pm_.c:757
+#: ../../any.pm_.c:829
msgid ""
"I can set up your computer to automatically log on one user.\n"
"Do you want to use this feature?"
@@ -910,34 +977,208 @@ msgstr ""
"Ek kan u rekenaar so opstel om X outomaties een gebruiker in te teken.\n"
"Verlang u hierdie funksionaliteit?"
-#: ../../any.pm_.c:761
+#: ../../any.pm_.c:833
msgid "Choose the default user:"
msgstr "Kies die verstek gebruiker:"
#
-#: ../../any.pm_.c:762
+#: ../../any.pm_.c:834
msgid "Choose the window manager to run:"
msgstr "Kies die vensterbestuurder om te loop:"
-#: ../../any.pm_.c:771
-msgid "Please, choose a language to use."
+#: ../../any.pm_.c:849
+#, fuzzy
+msgid "Please choose a language to use."
msgstr "Kies asb. 'n taal om te gebruik."
-#: ../../any.pm_.c:773
+#: ../../any.pm_.c:851
msgid "You can choose other languages that will be available after install"
msgstr "U kan ander tale selekteer wat na installasie beskikbaar sal wees."
-#: ../../any.pm_.c:785 ../../install_steps_interactive.pm_.c:633
+#: ../../any.pm_.c:863 ../../install_steps_interactive.pm_.c:719
+#: ../../standalone/drakxtv_.c:54
msgid "All"
msgstr "Alles"
+#: ../../any.pm_.c:955
+#, fuzzy
+msgid "Allow all users"
+msgstr "Voeg 'n gebruiker by"
+
+#
+#: ../../any.pm_.c:955 ../../install_steps_interactive.pm_.c:521
+msgid "Custom"
+msgstr "Aangepaste"
+
+#: ../../any.pm_.c:955
+#, fuzzy
+msgid "No sharing"
+msgstr "CUPS word gelaai"
+
+#: ../../any.pm_.c:965 ../../network/smbnfs.pm_.c:45
+#, fuzzy, c-format
+msgid "The package %s needs to be installed. Do you want to install it?"
+msgstr ""
+"Hierdie pakket moet opgradeer word\n"
+"Is u seker u wil dit deselekteer?"
+
+#: ../../any.pm_.c:968
+msgid "You can export using NFS or Samba. Which one do you want"
+msgstr ""
+
+#: ../../any.pm_.c:976 ../../network/smbnfs.pm_.c:49
+#, c-format
+msgid "Mandatory package %s is missing"
+msgstr ""
+
+#: ../../any.pm_.c:982
+msgid ""
+"Do you want to allow users to export some directories in their home?\n"
+"Allowing this will permit users to simply click on \"Share\" in konqueror "
+"and nautilus.\n"
+"\n"
+"\"Custom\" permit a per-user granularity.\n"
+msgstr ""
+
+#: ../../any.pm_.c:996 ../../bootlook.pm_.c:161
+#: ../../diskdrake/smbnfs_gtk.pm_.c:85 ../../install_steps_gtk.pm_.c:464
+#: ../../install_steps_gtk.pm_.c:522 ../../install_steps_interactive.pm_.c:594
+#: ../../interactive.pm_.c:142 ../../interactive.pm_.c:317
+#: ../../interactive.pm_.c:349 ../../interactive_stdio.pm_.c:141
+#: ../../my_gtk.pm_.c:687 ../../my_gtk.pm_.c:690 ../../my_gtk.pm_.c:1019
+#: ../../network/netconnect.pm_.c:47 ../../printerdrake.pm_.c:1586
+#: ../../standalone/drakautoinst_.c:204 ../../standalone/drakbackup_.c:2264
+#: ../../standalone/drakbackup_.c:2289 ../../standalone/drakbackup_.c:2310
+#: ../../standalone/drakbackup_.c:2331 ../../standalone/drakbackup_.c:2349
+#: ../../standalone/drakbackup_.c:2397 ../../standalone/drakbackup_.c:2417
+#: ../../standalone/drakbackup_.c:2436 ../../standalone/drakfont_.c:767
+#: ../../standalone/drakgw_.c:721 ../../standalone/draknet_.c:116
+#: ../../standalone/draknet_.c:148 ../../standalone/draknet_.c:290
+#: ../../standalone/draknet_.c:538 ../../standalone/draknet_.c:680
+#: ../../standalone/logdrake_.c:225 ../../standalone/logdrake_.c:512
+#: ../../standalone/tinyfirewall_.c:65
+msgid "Cancel"
+msgstr "Kanselleer"
+
+#: ../../any.pm_.c:996
+msgid "Launch userdrake"
+msgstr ""
+
+#: ../../any.pm_.c:998
+msgid ""
+"The per-user sharing uses the group \"fileshare\". \n"
+"You can use userdrake to add a user in this group."
+msgstr ""
+
+#: ../../any.pm_.c:1035
+msgid "Welcome To Crackers"
+msgstr "Krakers welkom"
+
+#: ../../any.pm_.c:1036
+msgid "Poor"
+msgstr "Swak"
+
+#: ../../any.pm_.c:1037 ../../mouse.pm_.c:31
+msgid "Standard"
+msgstr "Standaard"
+
+#: ../../any.pm_.c:1038
+msgid "High"
+msgstr "Hoog"
+
+#: ../../any.pm_.c:1039
+#, fuzzy
+msgid "Higher"
+msgstr "Hoog"
+
+#: ../../any.pm_.c:1040
+msgid "Paranoid"
+msgstr "Paranoes"
+
+#: ../../any.pm_.c:1043
+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 ""
+"Hierdie vlak moet met sorg gebruik word. Dit maak 'n stelsel baie maklik\n"
+"om te gebruik, maar is baie sensitief. Dit moet nie gebruik vir 'n rekenaar\n"
+"wat aan ander rekenaars of die internet gekoppel is nie. Daar is geen "
+"wagwoord\n"
+"toegang nie."
+
+#: ../../any.pm_.c:1046
+msgid ""
+"Password are now enabled, but use as a networked computer is still not "
+"recommended."
+msgstr ""
+"Wagwoorde is nou ontsper, maar gebruik as 'n netwerkrekenaar word nie "
+"aanbeveel nie."
+
+#: ../../any.pm_.c:1047
+#, fuzzy
+msgid ""
+"This is the standard security recommended for a computer that will be used "
+"to connect to the Internet as a client."
+msgstr ""
+"Hierdie is die standaard sekuriteitsvlak wat aanbeveel word vir rekenaars\n"
+"wat aan die internet as 'n klint konnekteer. Daar is heelwat "
+"sekuriteitstoetse."
+
+#: ../../any.pm_.c:1048
+msgid ""
+"There are already some restrictions, and more automatic checks are run every "
+"night."
+msgstr ""
+
+#: ../../any.pm_.c:1049
+#, fuzzy
+msgid ""
+"With this security level, the use of this system as a server becomes "
+"possible.\n"
+"The security is now high enough to use the system as a server which accept\n"
+"connections from many clients. Note: if your machine is only a client on the "
+"Internet, you should better choose a lower level."
+msgstr ""
+"Met hierdie sekuriteitsvlak, kan die stelsel as 'n bediener gebruik word.\n"
+"Die sekuriteit is goed genoeg sodat 'n stelsel konneksies wat baie klinte\n"
+"af kan aanvaar."
+
+#: ../../any.pm_.c:1052
+#, fuzzy
+msgid ""
+"Based on the previous level, but the system is entirely closed.\n"
+"Security features are at their maximum."
+msgstr ""
+"Hierdie is Vlak-4 sekuriteit, maar die stelsel is afgeslote.\n"
+"Sekuriteitseienskappe is maksimaal."
+
+#: ../../any.pm_.c:1058
+msgid "Choose security level"
+msgstr "Gebruik sekuriteitsvlak"
+
+#: ../../any.pm_.c:1061
+#, fuzzy
+msgid "Security level"
+msgstr "Sekuriteitsvlak word gestel."
+
+#: ../../any.pm_.c:1063
+#, fuzzy
+msgid "Use libsafe for servers"
+msgstr "Selekteer opsies vir bediener"
+
+#: ../../any.pm_.c:1064
+msgid ""
+"A library which defends against buffer overflow and format string attacks."
+msgstr ""
+
# NOTE: this message will be displayed at boot time; that is
# only the ascii charset will be available on most machines
# so use only 7bit for this message (and do transliteration or
# leave it in English, as it is the best for your language)
#
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#: ../../bootloader.pm_.c:259
+#: ../../bootloader.pm_.c:355
#, c-format
msgid ""
"Welcome to %s the operating system chooser!\n"
@@ -960,13 +1201,13 @@ msgstr ""
# and only one line per string for the GRUB messages
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:835
+#: ../../bootloader.pm_.c:928
msgid "Welcome to GRUB the operating system chooser!"
msgstr "Welkom by GRUB, die bedryfstelselkieskaart!"
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:838
+#: ../../bootloader.pm_.c:931
#, c-format
msgid "Use the %c and %c keys for selecting which entry is highlighted."
msgstr ""
@@ -975,39 +1216,39 @@ msgstr ""
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:841
+#: ../../bootloader.pm_.c:934
msgid "Press enter to boot the selected OS, 'e' to edit the"
msgstr "Druk ENTER om die gekose bedryfstelsel te laai, 'e' om te redigeer."
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:844
+#: ../../bootloader.pm_.c:937
msgid "commands before booting, or 'c' for a command-line."
msgstr "instruksies voor herlaai, of 'c' vir 'n instruksielyn."
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:847
+#: ../../bootloader.pm_.c:940
#, c-format
msgid "The highlighted entry will be booted automatically in %d seconds."
msgstr "Die uitgeligte inskrywing sal outomaties in %ds gelaai word."
-#: ../../bootloader.pm_.c:851
+#: ../../bootloader.pm_.c:944
msgid "not enough room in /boot"
msgstr "nie genoeg spasie in /boot nie"
#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
#. -PO: so you may need to put them in English or in a different language if MS-windows doesn't exist in your language
-#: ../../bootloader.pm_.c:951
+#: ../../bootloader.pm_.c:1044
msgid "Desktop"
msgstr "Werkskerm"
#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#: ../../bootloader.pm_.c:953
+#: ../../bootloader.pm_.c:1046
msgid "Start Menu"
msgstr "Beginkieskaart"
-#: ../../bootloader.pm_.c:972
+#: ../../bootloader.pm_.c:1065
#, fuzzy, c-format
msgid "You can't install the bootloader on a %s partition\n"
msgstr "Waar wil u die herlaaistelsel installeer"
@@ -1020,15 +1261,15 @@ msgstr "Gee hulp beskikbaar nie (nog nie).\n"
msgid "Boot Style Configuration"
msgstr "Herlaaistylkonfigurasie"
-#: ../../bootlook.pm_.c:79
+#: ../../bootlook.pm_.c:79 ../../standalone/logdrake_.c:101
msgid "/_File"
msgstr "/_Ler"
-#: ../../bootlook.pm_.c:80
+#: ../../bootlook.pm_.c:80 ../../standalone/logdrake_.c:107
msgid "/File/_Quit"
msgstr "/Ler/_Verlaat"
-#: ../../bootlook.pm_.c:80
+#: ../../bootlook.pm_.c:80 ../../standalone/logdrake_.c:107
msgid "<control>Q"
msgstr "<ctrl>Q"
@@ -1052,11 +1293,15 @@ msgstr "Tradisionele Gtk+ Monitor"
msgid "Launch Aurora at boot time"
msgstr "Laai Aurora met herlaaityd"
-#: ../../bootlook.pm_.c:100
+#: ../../bootlook.pm_.c:98
msgid "Lilo/grub mode"
msgstr "LILO/GRUB metode"
-#: ../../bootlook.pm_.c:102
+#: ../../bootlook.pm_.c:98
+msgid "Yaboot mode"
+msgstr "Yaboot metode"
+
+#: ../../bootlook.pm_.c:104
#, c-format
msgid ""
"You are currently using %s as Boot Manager.\n"
@@ -1065,100 +1310,148 @@ msgstr ""
"U gebruik huidig %s as herlaaibestuurder.\n"
"Kliek op Konfigureer om opstelassistent te laai."
-#: ../../bootlook.pm_.c:104 ../../standalone/drakgw_.c:643
-#: ../../standalone/draknet_.c:280 ../../standalone/tinyfirewall_.c:57
+#: ../../bootlook.pm_.c:106 ../../standalone/drakbackup_.c:1467
+#: ../../standalone/drakbackup_.c:1478 ../../standalone/drakgw_.c:715
+#: ../../standalone/tinyfirewall_.c:59
msgid "Configure"
msgstr "Konfigureer"
-#: ../../bootlook.pm_.c:108
-msgid "Boot mode"
-msgstr "Herlaaimodus"
-
-#: ../../bootlook.pm_.c:136
+#: ../../bootlook.pm_.c:141
msgid "System mode"
msgstr "Stelselmode"
-#: ../../bootlook.pm_.c:138
+#: ../../bootlook.pm_.c:143
msgid "Launch the X-Window system at start"
msgstr "Laai X-Windowstelsel met herlaai"
-#: ../../bootlook.pm_.c:143
+#: ../../bootlook.pm_.c:148
msgid "No, I don't want autologin"
msgstr "Nee, ek verlang outo-aanteken"
-#: ../../bootlook.pm_.c:145
+#: ../../bootlook.pm_.c:150
msgid "Yes, I want autologin with this (user, desktop)"
msgstr "Ja, ek verlang outoaanteken met hierdie (gebruiker,werkskerm)"
-#: ../../bootlook.pm_.c:155 ../../standalone/draknet_.c:108
-#: ../../standalone/draknet_.c:140 ../../standalone/draknet_.c:208
-#: ../../standalone/draknet_.c:320 ../../standalone/draknet_.c:433
-#: ../../standalone/draknet_.c:507 ../../standalone/draknet_.c:543
-#: ../../standalone/draknet_.c:644
+#: ../../bootlook.pm_.c:160 ../../network/netconnect.pm_.c:102
+#: ../../standalone/drakbackup_.c:2441 ../../standalone/drakbackup_.c:3345
+#: ../../standalone/drakfont_.c:532 ../../standalone/drakfont_.c:655
+#: ../../standalone/drakfont_.c:719 ../../standalone/drakfont_.c:765
+#: ../../standalone/draknet_.c:109 ../../standalone/draknet_.c:141
+#: ../../standalone/draknet_.c:297 ../../standalone/draknet_.c:436
+#: ../../standalone/draknet_.c:522 ../../standalone/draknet_.c:565
+#: ../../standalone/draknet_.c:666 ../../standalone/logdrake_.c:505
msgid "OK"
msgstr "OK"
-#: ../../bootlook.pm_.c:156 ../../install_steps_gtk.pm_.c:516
-#: ../../interactive.pm_.c:122 ../../interactive.pm_.c:286
-#: ../../interactive.pm_.c:308 ../../interactive_stdio.pm_.c:27
-#: ../../my_gtk.pm_.c:416 ../../my_gtk.pm_.c:419 ../../my_gtk.pm_.c:716
-#: ../../printerdrake.pm_.c:1158 ../../standalone/drakgw_.c:648
-#: ../../standalone/draknet_.c:115 ../../standalone/draknet_.c:147
-#: ../../standalone/draknet_.c:313 ../../standalone/draknet_.c:519
-#: ../../standalone/draknet_.c:658 ../../standalone/tinyfirewall_.c:63
-msgid "Cancel"
-msgstr "Kanselleer"
-
-#: ../../bootlook.pm_.c:224
+#: ../../bootlook.pm_.c:229
#, c-format
msgid "can not open /etc/inittab for reading: %s"
msgstr "kan nie /etc/inittab oopmaak vir lees nie: %s"
-#: ../../bootlook.pm_.c:336 ../../standalone/drakboot_.c:47
-msgid "Installation of LILO failed. The following error occured:"
-msgstr "LILO installasie het gefaal a.g.v. hierdie fout: "
-
-#: ../../common.pm_.c:93
+#: ../../common.pm_.c:94
msgid "GB"
msgstr "GB"
-#: ../../common.pm_.c:93
+#: ../../common.pm_.c:94
msgid "KB"
msgstr "KB"
-#: ../../common.pm_.c:93 ../../install_steps_graphical.pm_.c:287
-#: ../../install_steps_graphical.pm_.c:334
+#: ../../common.pm_.c:94
msgid "MB"
msgstr "MB"
-#: ../../common.pm_.c:101
+#: ../../common.pm_.c:102
msgid "TB"
msgstr "TB"
-#: ../../common.pm_.c:109
+#: ../../common.pm_.c:110
#, c-format
msgid "%d minutes"
msgstr "%d minute"
-#: ../../common.pm_.c:111
+#: ../../common.pm_.c:112
msgid "1 minute"
msgstr "1 minuut"
-#: ../../common.pm_.c:113
+#: ../../common.pm_.c:114
#, c-format
msgid "%d seconds"
msgstr "%d sekondes"
-#: ../../diskdrake.pm_.c:100
+#: ../../common.pm_.c:159
+#, fuzzy
+msgid "Can't make screenshots before partitioning"
+msgstr "Ek kan nie meer partisies byvoeg nie"
+
+#: ../../common.pm_.c:166
+#, fuzzy, c-format
+msgid "Screenshots will be available after install in %s"
+msgstr "U kan ander tale selekteer wat na installasie beskikbaar sal wees."
+
+#: ../../crypto.pm_.c:12 ../../crypto.pm_.c:26 ../../standalone/drakxtv_.c:50
+msgid "France"
+msgstr "Frankryk"
+
+#: ../../crypto.pm_.c:13
+msgid "Costa Rica"
+msgstr ""
+
+#: ../../crypto.pm_.c:14 ../../crypto.pm_.c:27
+#, fuzzy
+msgid "Belgium"
+msgstr "Belgies"
+
+#: ../../crypto.pm_.c:15 ../../crypto.pm_.c:28
+msgid "Czech Republic"
+msgstr ""
+
+#: ../../crypto.pm_.c:16 ../../crypto.pm_.c:29
+msgid "Germany"
+msgstr "Duitsland"
+
+#: ../../crypto.pm_.c:17 ../../crypto.pm_.c:30
+#, fuzzy
+msgid "Greece"
+msgstr "Grieks"
+
+#: ../../crypto.pm_.c:18 ../../crypto.pm_.c:31
+#, fuzzy
+msgid "Norway"
+msgstr "Norweegs"
+
+#: ../../crypto.pm_.c:19 ../../crypto.pm_.c:32
+#, fuzzy
+msgid "Sweden"
+msgstr "Sien"
+
+#: ../../crypto.pm_.c:20 ../../crypto.pm_.c:34
+msgid "Netherlands"
+msgstr ""
+
+#: ../../crypto.pm_.c:21 ../../crypto.pm_.c:35 ../../standalone/drakxtv_.c:50
+#, fuzzy
+msgid "Italy"
+msgstr "Italiaans"
+
+#: ../../crypto.pm_.c:22 ../../crypto.pm_.c:36
+#, fuzzy
+msgid "Austria"
+msgstr "seriaal"
+
+#: ../../crypto.pm_.c:33 ../../crypto.pm_.c:67
+msgid "United States"
+msgstr ""
+
+#: ../../diskdrake/hd_gtk.pm_.c:94
msgid "Please make a backup of your data first"
msgstr "Rugsteun u data eers asb."
-#: ../../diskdrake.pm_.c:100 ../../diskdrake_interactive.pm_.c:801
-#: ../../diskdrake_interactive.pm_.c:810 ../../diskdrake_interactive.pm_.c:864
+#: ../../diskdrake/hd_gtk.pm_.c:94 ../../diskdrake/interactive.pm_.c:891
+#: ../../diskdrake/interactive.pm_.c:900 ../../diskdrake/interactive.pm_.c:954
msgid "Read carefully!"
msgstr "Lees noukeurig!"
-#: ../../diskdrake.pm_.c:103
+#: ../../diskdrake/hd_gtk.pm_.c:97
msgid ""
"If you plan to use aboot, be carefull to leave a free space (2048 sectors is "
"enough)\n"
@@ -1167,54 +1460,23 @@ msgstr ""
"Indien u beplan om 'aboot' te gebruik, los spasie aan die begin\n"
"van die skyf. (2048 sektors is genoeg)."
-#: ../../diskdrake.pm_.c:122 ../../diskdrake_interactive.pm_.c:313
-#: ../../diskdrake_interactive.pm_.c:328 ../../install_steps.pm_.c:72
-#: ../../install_steps_interactive.pm_.c:37
-#: ../../install_steps_interactive.pm_.c:310 ../../interactive_http.pm_.c:119
-#: ../../interactive_http.pm_.c:120 ../../standalone/diskdrake_.c:62
+#: ../../diskdrake/hd_gtk.pm_.c:116 ../../diskdrake/interactive.pm_.c:325
+#: ../../diskdrake/interactive.pm_.c:340 ../../diskdrake/smbnfs_gtk.pm_.c:45
+#: ../../install_steps.pm_.c:75 ../../install_steps_interactive.pm_.c:67
+#: ../../install_steps_interactive.pm_.c:356 ../../interactive_http.pm_.c:119
+#: ../../interactive_http.pm_.c:120 ../../standalone/diskdrake_.c:84
msgid "Error"
msgstr "Fout"
-#: ../../diskdrake.pm_.c:159
+#: ../../diskdrake/hd_gtk.pm_.c:151
msgid "Wizard"
msgstr "Assistent"
-#: ../../diskdrake.pm_.c:181
-msgid "New"
-msgstr "Nuut"
-
-#: ../../diskdrake.pm_.c:203 ../../diskdrake.pm_.c:206
-msgid "Remote"
-msgstr "Ekstern"
-
-#: ../../diskdrake.pm_.c:208 ../../diskdrake.pm_.c:479
-#: ../../diskdrake_interactive.pm_.c:352 ../../diskdrake_interactive.pm_.c:523
-msgid "Mount point"
-msgstr "Hegpunt"
-
-#: ../../diskdrake.pm_.c:209
-msgid "Options"
-msgstr "Opsies"
-
-#: ../../diskdrake.pm_.c:211 ../../diskdrake.pm_.c:417
-#: ../../diskdrake.pm_.c:534 ../../diskdrake_interactive.pm_.c:353
-#: ../../diskdrake_interactive.pm_.c:488
-msgid "Type"
-msgstr "Tipe"
-
-#: ../../diskdrake.pm_.c:223 ../../diskdrake_interactive.pm_.c:361
-msgid "Unmount"
-msgstr "Ontheg"
-
-#: ../../diskdrake.pm_.c:224 ../../diskdrake_interactive.pm_.c:357
-msgid "Mount"
-msgstr "Heg"
-
-#: ../../diskdrake.pm_.c:228
+#: ../../diskdrake/hd_gtk.pm_.c:181 ../../diskdrake/removable_gtk.pm_.c:24
msgid "Choose action"
msgstr "Kies aksie"
-#: ../../diskdrake.pm_.c:235
+#: ../../diskdrake/hd_gtk.pm_.c:185
msgid ""
"You have one big FAT partition\n"
"(generally used by MicroSoft Dos/Windows).\n"
@@ -1226,88 +1488,78 @@ msgstr ""
"Ek stel voor u verstel eers die grootte van di partisie\n"
"(kliek daarop en kliek dan op \"Verstel Grootte\")"
-#: ../../diskdrake.pm_.c:238
+#: ../../diskdrake/hd_gtk.pm_.c:188
msgid "Please click on a partition"
msgstr "Kliek asb. op 'n partisie"
-#: ../../diskdrake.pm_.c:240
-#, fuzzy
-msgid "Please click on a media"
-msgstr "Kliek asb. op 'n partisie"
-
-#: ../../diskdrake.pm_.c:243
-#, fuzzy
-msgid ""
-"Please click on a button above\n"
-"\n"
-"Or use \"New\""
-msgstr "Kliek asb. op 'n partisie"
-
-#: ../../diskdrake.pm_.c:244
-msgid "Use \"New\""
-msgstr ""
-
-#: ../../diskdrake.pm_.c:263 ../../install_steps_gtk.pm_.c:517
+#: ../../diskdrake/hd_gtk.pm_.c:202 ../../diskdrake/smbnfs_gtk.pm_.c:67
+#: ../../install_steps_gtk.pm_.c:523
msgid "Details"
msgstr "Detail"
-#: ../../diskdrake.pm_.c:395
+#: ../../diskdrake/hd_gtk.pm_.c:320
msgid "Ext2"
msgstr "Ext2"
-#: ../../diskdrake.pm_.c:395
+#: ../../diskdrake/hd_gtk.pm_.c:320
msgid "FAT"
msgstr "FAT"
-#: ../../diskdrake.pm_.c:395
+#: ../../diskdrake/hd_gtk.pm_.c:320
msgid "HFS"
msgstr "HFS"
-#: ../../diskdrake.pm_.c:395
+#: ../../diskdrake/hd_gtk.pm_.c:320
#, fuzzy
msgid "Journalised FS"
msgstr "Gejoernaliseer"
-#: ../../diskdrake.pm_.c:395
+#: ../../diskdrake/hd_gtk.pm_.c:320
msgid "SunOS"
msgstr "SunOS"
-#: ../../diskdrake.pm_.c:395
+#: ../../diskdrake/hd_gtk.pm_.c:320
msgid "Swap"
msgstr "Ruilarea"
-#: ../../diskdrake.pm_.c:396 ../../diskdrake_interactive.pm_.c:952
+#: ../../diskdrake/hd_gtk.pm_.c:321 ../../diskdrake/interactive.pm_.c:1050
msgid "Empty"
msgstr "Leeg"
-#: ../../diskdrake.pm_.c:396 ../../install_steps_gtk.pm_.c:373
-#: ../../install_steps_gtk.pm_.c:433 ../../mouse.pm_.c:161
-#: ../../services.pm_.c:161
+#: ../../diskdrake/hd_gtk.pm_.c:321 ../../install_steps_gtk.pm_.c:379
+#: ../../install_steps_gtk.pm_.c:439 ../../mouse.pm_.c:162
+#: ../../services.pm_.c:157 ../../standalone/drakbackup_.c:944
msgid "Other"
msgstr "Ander"
-#: ../../diskdrake.pm_.c:400
+#: ../../diskdrake/hd_gtk.pm_.c:325
msgid "Filesystem types:"
msgstr "LOersteltipes:"
-#: ../../diskdrake.pm_.c:417 ../../diskdrake_interactive.pm_.c:375
+#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/interactive.pm_.c:386
msgid "Create"
msgstr "Skep"
-#: ../../diskdrake.pm_.c:417 ../../diskdrake.pm_.c:419
+#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/interactive.pm_.c:365
+#: ../../diskdrake/interactive.pm_.c:499 ../../diskdrake/removable.pm_.c:26
+#: ../../diskdrake/removable.pm_.c:49 ../../diskdrake/removable_gtk.pm_.c:17
+msgid "Type"
+msgstr "Tipe"
+
+#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/hd_gtk.pm_.c:344
#, c-format
msgid "Use ``%s'' instead"
msgstr "Gebruik ``%s'' instede."
-#: ../../diskdrake.pm_.c:419 ../../diskdrake_interactive.pm_.c:362
+#: ../../diskdrake/hd_gtk.pm_.c:344 ../../diskdrake/interactive.pm_.c:374
msgid "Delete"
msgstr "Uitwis"
-#: ../../diskdrake.pm_.c:423
+#: ../../diskdrake/hd_gtk.pm_.c:348
msgid "Use ``Unmount'' first"
msgstr "Gebruik ``Ontheg'' eerste"
-#: ../../diskdrake.pm_.c:424 ../../diskdrake_interactive.pm_.c:480
+#: ../../diskdrake/hd_gtk.pm_.c:349 ../../diskdrake/interactive.pm_.c:491
#, c-format
msgid ""
"After changing type of partition %s, all data on this partition will be lost"
@@ -1315,135 +1567,67 @@ msgstr ""
"Alle data om hierdie partisie %s sal uitgewis word na verandering van die "
"partisietipe"
-#: ../../diskdrake.pm_.c:478 ../../diskdrake_interactive.pm_.c:522
-#, c-format
-msgid "Where do you want to mount device %s?"
-msgstr "Waar wil u toestel %s heg?"
-
-#: ../../diskdrake.pm_.c:500
-msgid "Mount options"
-msgstr "Hegopsies:"
-
-#: ../../diskdrake.pm_.c:507
-msgid "Various"
-msgstr "Verskeie"
-
-#: ../../diskdrake.pm_.c:525
-msgid "Removable media"
-msgstr "Verwyderbare media"
-
-#: ../../diskdrake.pm_.c:532
-msgid "Change type"
-msgstr "Verander tipe"
-
-#
-#: ../../diskdrake.pm_.c:533 ../../diskdrake_interactive.pm_.c:487
-msgid "Which filesystem do you want?"
-msgstr "Watter lerstelsel verlang u?"
-
-#: ../../diskdrake.pm_.c:564
-msgid "Scanning available nfs shared resource"
-msgstr "Beskikbare NFS-gedelde hulpbronne word gesoek"
-
-#: ../../diskdrake.pm_.c:569
-#, c-format
-msgid "Scanning available nfs shared resource of server %s"
-msgstr "Beskikbare NFS-gedelde hulpbronne van bediner %s word gesoek."
-
-#: ../../diskdrake.pm_.c:578 ../../diskdrake.pm_.c:648
-msgid "If the list above doesn't contain the wanted entry, enter it here:"
-msgstr ""
-"Indien bo-gelyste inskrywings nie die nodige inskrywing bevat nie, voeg dit "
-"hier by:"
-
-#: ../../diskdrake.pm_.c:581 ../../diskdrake.pm_.c:651
-msgid "Server"
-msgstr "Bediener"
-
-#: ../../diskdrake.pm_.c:582 ../../diskdrake.pm_.c:652
-msgid "Shared resource"
-msgstr "Gedelde hulpbron"
-
-#: ../../diskdrake.pm_.c:615
-msgid "Scanning available samba shared resource"
-msgstr "Beskikbare SAMBA-gedelde hulpbronne word gesoek"
-
-#: ../../diskdrake.pm_.c:626 ../../diskdrake.pm_.c:639
-#, c-format
-msgid "Scanning available samba shared resource of server %s"
-msgstr "Beskikbare SAMBA-gedelde hulpbronnevan bediener %s word gesoek"
-
-#: ../../diskdrake_interactive.pm_.c:163
+#: ../../diskdrake/interactive.pm_.c:171
msgid "Choose a partition"
msgstr "Kies 'n partisie"
-#: ../../diskdrake_interactive.pm_.c:163
+#: ../../diskdrake/interactive.pm_.c:171
msgid "Choose another partition"
msgstr "Kies 'n ander partisie"
-#: ../../diskdrake_interactive.pm_.c:188
+#: ../../diskdrake/interactive.pm_.c:196
msgid "Exit"
msgstr "Verlaat"
-#: ../../diskdrake_interactive.pm_.c:210
+#: ../../diskdrake/interactive.pm_.c:218
msgid "Toggle to expert mode"
msgstr "Skakel oor na kundige gebruiksvlak"
-#: ../../diskdrake_interactive.pm_.c:210
+#: ../../diskdrake/interactive.pm_.c:218
msgid "Toggle to normal mode"
msgstr "Skakel oor na normale gebruiksvlak"
-#: ../../diskdrake_interactive.pm_.c:210
+#: ../../diskdrake/interactive.pm_.c:218
msgid "Undo"
msgstr "Herroep"
-#: ../../diskdrake_interactive.pm_.c:229
+#: ../../diskdrake/interactive.pm_.c:237
msgid "Continue anyway?"
msgstr "Wil u in elk geval voortgaan?"
-#: ../../diskdrake_interactive.pm_.c:234
+#: ../../diskdrake/interactive.pm_.c:242
msgid "Quit without saving"
msgstr "Verlaat, maar moenie iets stoor nie"
-#: ../../diskdrake_interactive.pm_.c:234
+#: ../../diskdrake/interactive.pm_.c:242
msgid "Quit without writing the partition table?"
msgstr "Wil u verlaat, sonder om die partisietabel op te dateer?"
-#: ../../diskdrake_interactive.pm_.c:237
+#: ../../diskdrake/interactive.pm_.c:247
msgid "Do you want to save /etc/fstab modifications"
msgstr "Wil u die /etc/fstab veranderinge stoor?"
-#: ../../diskdrake_interactive.pm_.c:247
+#: ../../diskdrake/interactive.pm_.c:259
msgid "Auto allocate"
msgstr "Outo-allokeer"
-#: ../../diskdrake_interactive.pm_.c:247
+#: ../../diskdrake/interactive.pm_.c:259
msgid "Clear all"
msgstr "Verwydeer almal"
-#: ../../diskdrake_interactive.pm_.c:247
-#: ../../install_steps_interactive.pm_.c:171
-msgid "More"
-msgstr "Nog"
-
-#: ../../diskdrake_interactive.pm_.c:250
+#: ../../diskdrake/interactive.pm_.c:262
msgid "Hard drive information"
msgstr "Hardeskyfinligting"
-#: ../../diskdrake_interactive.pm_.c:267
-#, fuzzy
-msgid "Not enough space for auto-allocating"
-msgstr "Nie genoeg spasie beskikbaar om nuwe partisies toe te ken nie"
-
-#: ../../diskdrake_interactive.pm_.c:273
+#: ../../diskdrake/interactive.pm_.c:283
msgid "All primary partitions are used"
msgstr "Alle primre partisies is gebruik"
-#: ../../diskdrake_interactive.pm_.c:274
+#: ../../diskdrake/interactive.pm_.c:284
msgid "I can't add any more partition"
msgstr "Ek kan nie meer partisies byvoeg nie"
-#: ../../diskdrake_interactive.pm_.c:275
+#: ../../diskdrake/interactive.pm_.c:285
msgid ""
"To have more partitions, please delete one to be able to create an extended "
"partition"
@@ -1451,35 +1635,35 @@ msgstr ""
"Om meer partisies te verkry, verwyder asb. een om 'n ektensiepartisiete kan "
"skep"
-#: ../../diskdrake_interactive.pm_.c:285
+#: ../../diskdrake/interactive.pm_.c:295
#, fuzzy
msgid "Save partition table"
msgstr "Skryf partisietabel"
-#: ../../diskdrake_interactive.pm_.c:286
+#: ../../diskdrake/interactive.pm_.c:296
#, fuzzy
msgid "Restore partition table"
msgstr "Reddingspartisietabel"
-#: ../../diskdrake_interactive.pm_.c:287
+#: ../../diskdrake/interactive.pm_.c:297
msgid "Rescue partition table"
msgstr "Reddingspartisietabel"
-#: ../../diskdrake_interactive.pm_.c:289
+#: ../../diskdrake/interactive.pm_.c:299
#, fuzzy
msgid "Reload partition table"
msgstr "Reddingspartisietabel"
-#: ../../diskdrake_interactive.pm_.c:293
+#: ../../diskdrake/interactive.pm_.c:304
#, fuzzy
msgid "Removable media automounting"
msgstr "Verwyderbare media"
-#: ../../diskdrake_interactive.pm_.c:301 ../../diskdrake_interactive.pm_.c:321
+#: ../../diskdrake/interactive.pm_.c:313 ../../diskdrake/interactive.pm_.c:333
msgid "Select file"
msgstr "Selekteer lOer"
-#: ../../diskdrake_interactive.pm_.c:308
+#: ../../diskdrake/interactive.pm_.c:320
msgid ""
"The backup partition table has not the same size\n"
"Still continue?"
@@ -1487,11 +1671,11 @@ msgstr ""
"Die rugsteunpartisietabel het nie dieselfde grootte nie\n"
"Wil u voortgaan?"
-#: ../../diskdrake_interactive.pm_.c:322
+#: ../../diskdrake/interactive.pm_.c:334
msgid "Warning"
msgstr "Waarskuwing"
-#: ../../diskdrake_interactive.pm_.c:323
+#: ../../diskdrake/interactive.pm_.c:335
msgid ""
"Insert a floppy in drive\n"
"All data on this floppy will be lost"
@@ -1499,98 +1683,124 @@ msgstr ""
"Sit 'n floppie in die aandrywer.\n"
"Alle data op hierdie floppie sal verloor word."
-#: ../../diskdrake_interactive.pm_.c:334
+#: ../../diskdrake/interactive.pm_.c:346
msgid "Trying to rescue partition table"
msgstr "Partisietabel Reddingspoging"
-#: ../../diskdrake_interactive.pm_.c:340
+#: ../../diskdrake/interactive.pm_.c:352
msgid "Detailed information"
msgstr "Gedetaileerde inligting"
-#: ../../diskdrake_interactive.pm_.c:354 ../../diskdrake_interactive.pm_.c:590
+#: ../../diskdrake/interactive.pm_.c:364 ../../diskdrake/interactive.pm_.c:534
+#: ../../diskdrake/interactive.pm_.c:554 ../../diskdrake/removable.pm_.c:24
+#: ../../diskdrake/removable_gtk.pm_.c:15 ../../diskdrake/smbnfs_gtk.pm_.c:83
+msgid "Mount point"
+msgstr "Hegpunt"
+
+#: ../../diskdrake/interactive.pm_.c:366 ../../diskdrake/removable.pm_.c:25
+#: ../../diskdrake/removable_gtk.pm_.c:16 ../../diskdrake/smbnfs_gtk.pm_.c:84
+msgid "Options"
+msgstr "Opsies"
+
+#: ../../diskdrake/interactive.pm_.c:367 ../../diskdrake/interactive.pm_.c:621
msgid "Resize"
msgstr "Verstel Grootte"
-#: ../../diskdrake_interactive.pm_.c:355 ../../diskdrake_interactive.pm_.c:630
+#: ../../diskdrake/interactive.pm_.c:368 ../../diskdrake/interactive.pm_.c:674
msgid "Move"
msgstr "Skuif"
-#: ../../diskdrake_interactive.pm_.c:356
+#: ../../diskdrake/interactive.pm_.c:369
msgid "Format"
msgstr "Formatteer"
-#: ../../diskdrake_interactive.pm_.c:358
-msgid "Active"
-msgstr "Aktief"
+#: ../../diskdrake/interactive.pm_.c:370 ../../diskdrake/smbnfs_gtk.pm_.c:80
+msgid "Mount"
+msgstr "Heg"
-#: ../../diskdrake_interactive.pm_.c:359
+#: ../../diskdrake/interactive.pm_.c:371
msgid "Add to RAID"
msgstr "Voeg by RAID"
-#: ../../diskdrake_interactive.pm_.c:360
+#: ../../diskdrake/interactive.pm_.c:372
msgid "Add to LVM"
msgstr "Voeg by LVM"
-#: ../../diskdrake_interactive.pm_.c:363
+#: ../../diskdrake/interactive.pm_.c:373 ../../diskdrake/smbnfs_gtk.pm_.c:79
+msgid "Unmount"
+msgstr "Ontheg"
+
+#: ../../diskdrake/interactive.pm_.c:375
msgid "Remove from RAID"
msgstr "Verwyder uit RAID"
-#: ../../diskdrake_interactive.pm_.c:364
+#: ../../diskdrake/interactive.pm_.c:376
msgid "Remove from LVM"
msgstr "Verwyder uit LVM"
-#: ../../diskdrake_interactive.pm_.c:365
+#: ../../diskdrake/interactive.pm_.c:377
msgid "Modify RAID"
msgstr "Verander RAID"
-#: ../../diskdrake_interactive.pm_.c:366
+#: ../../diskdrake/interactive.pm_.c:378
msgid "Use for loopback"
msgstr "Gebruik vir teruglus"
-#: ../../diskdrake_interactive.pm_.c:409
+#: ../../diskdrake/interactive.pm_.c:417
msgid "Create a new partition"
msgstr "Kies 'n nuwe grootte"
-#: ../../diskdrake_interactive.pm_.c:412
+#: ../../diskdrake/interactive.pm_.c:420
msgid "Start sector: "
msgstr "Kies sektor: "
-#: ../../diskdrake_interactive.pm_.c:414 ../../diskdrake_interactive.pm_.c:732
+#: ../../diskdrake/interactive.pm_.c:422 ../../diskdrake/interactive.pm_.c:773
msgid "Size in MB: "
msgstr "Grootte in MB: "
-#: ../../diskdrake_interactive.pm_.c:415 ../../diskdrake_interactive.pm_.c:733
+#: ../../diskdrake/interactive.pm_.c:423 ../../diskdrake/interactive.pm_.c:774
msgid "Filesystem type: "
msgstr "LOerstelseltipe: "
-#: ../../diskdrake_interactive.pm_.c:416 ../../diskdrake_interactive.pm_.c:936
-#: ../../diskdrake_interactive.pm_.c:1010
+#: ../../diskdrake/interactive.pm_.c:424
+#: ../../diskdrake/interactive.pm_.c:1034
+#: ../../diskdrake/interactive.pm_.c:1108
msgid "Mount point: "
msgstr "Hegpunt:"
-#: ../../diskdrake_interactive.pm_.c:420
+#: ../../diskdrake/interactive.pm_.c:428
msgid "Preference: "
msgstr "Voorkeure: "
-#: ../../diskdrake_interactive.pm_.c:462
+#: ../../diskdrake/interactive.pm_.c:472
#, fuzzy
msgid "Remove the loopback file?"
msgstr "Teruglusler %s word geformateer"
-#: ../../diskdrake_interactive.pm_.c:486
+#: ../../diskdrake/interactive.pm_.c:497
msgid "Change partition type"
msgstr "Verander partisietipe"
-#: ../../diskdrake_interactive.pm_.c:491
+#
+#: ../../diskdrake/interactive.pm_.c:498 ../../diskdrake/removable.pm_.c:48
+msgid "Which filesystem do you want?"
+msgstr "Watter lerstelsel verlang u?"
+
+#: ../../diskdrake/interactive.pm_.c:502
msgid "Switching from ext2 to ext3"
msgstr "Oorskakeling van ext2 na ext3"
-#: ../../diskdrake_interactive.pm_.c:521
+#: ../../diskdrake/interactive.pm_.c:532
#, c-format
msgid "Where do you want to mount loopback file %s?"
msgstr "Waar wil u teruglusler %s heg?"
-#: ../../diskdrake_interactive.pm_.c:528
+#: ../../diskdrake/interactive.pm_.c:533 ../../diskdrake/interactive.pm_.c:553
+#, c-format
+msgid "Where do you want to mount device %s?"
+msgstr "Waar wil u toestel %s heg?"
+
+#: ../../diskdrake/interactive.pm_.c:539
msgid ""
"Can't unset mount point as this partition is used for loop back.\n"
"Remove the loopback first"
@@ -1598,118 +1808,126 @@ msgstr ""
"Kan nie hegpunt ontset nie, omdat hierdie partisie vir teruglus\n"
"gebruik word. Verwyder eers die teruglus."
-#: ../../diskdrake_interactive.pm_.c:549
+#: ../../diskdrake/interactive.pm_.c:577
msgid "Computing FAT filesystem bounds"
msgstr "FAT lerstelselgrense word bereken"
-#: ../../diskdrake_interactive.pm_.c:549 ../../diskdrake_interactive.pm_.c:605
-#: ../../install_interactive.pm_.c:116
+#: ../../diskdrake/interactive.pm_.c:577 ../../diskdrake/interactive.pm_.c:636
+#: ../../install_interactive.pm_.c:130
msgid "Resizing"
msgstr "Grootteverandering"
-#: ../../diskdrake_interactive.pm_.c:578
+#: ../../diskdrake/interactive.pm_.c:609
msgid "This partition is not resizeable"
msgstr "Hierdie partisie se greootte kan nie verstel word nie"
-#: ../../diskdrake_interactive.pm_.c:583
+#: ../../diskdrake/interactive.pm_.c:614
msgid "All data on this partition should be backed-up"
msgstr "Alle data om hierdie partisie moet gerugsteun word."
-#: ../../diskdrake_interactive.pm_.c:585
+#: ../../diskdrake/interactive.pm_.c:616
#, c-format
msgid "After resizing partition %s, all data on this partition will be lost"
msgstr "Alle data om partisie %s sal uitgewis word met die grootteverandering"
-#: ../../diskdrake_interactive.pm_.c:590
+#: ../../diskdrake/interactive.pm_.c:621
msgid "Choose the new size"
msgstr "Kies die nuwe grootte"
-#: ../../diskdrake_interactive.pm_.c:591
+#: ../../diskdrake/interactive.pm_.c:622
msgid "New size in MB: "
msgstr "Nuwe grootte in MB: "
-#: ../../diskdrake_interactive.pm_.c:631
+#: ../../diskdrake/interactive.pm_.c:675
msgid "Which disk do you want to move it to?"
msgstr "Na watter skyf wil u skuif?"
-#: ../../diskdrake_interactive.pm_.c:632
+#: ../../diskdrake/interactive.pm_.c:676
msgid "Sector"
msgstr "Sektor"
-#: ../../diskdrake_interactive.pm_.c:633
+#: ../../diskdrake/interactive.pm_.c:677
msgid "Which sector do you want to move it to?"
msgstr "Na watter sektor wil u skuif?"
-#: ../../diskdrake_interactive.pm_.c:636
+#: ../../diskdrake/interactive.pm_.c:680
msgid "Moving"
msgstr "Verskuiwing"
-#: ../../diskdrake_interactive.pm_.c:636
+#: ../../diskdrake/interactive.pm_.c:680
msgid "Moving partition..."
msgstr "Partisie word verskuif..."
-#: ../../diskdrake_interactive.pm_.c:657
+#: ../../diskdrake/interactive.pm_.c:697
msgid "Choose an existing RAID to add to"
msgstr "Kies 'n bestaande RAID om by toe te voeg"
-#: ../../diskdrake_interactive.pm_.c:658 ../../diskdrake_interactive.pm_.c:676
+#: ../../diskdrake/interactive.pm_.c:698 ../../diskdrake/interactive.pm_.c:716
msgid "new"
msgstr "nuut"
-#: ../../diskdrake_interactive.pm_.c:674
+#: ../../diskdrake/interactive.pm_.c:714
msgid "Choose an existing LVM to add to"
msgstr "Kies 'n bestaande LVM om by toe te voeg"
-#: ../../diskdrake_interactive.pm_.c:679
+#: ../../diskdrake/interactive.pm_.c:719
msgid "LVM name?"
msgstr "LVM naam?"
-#: ../../diskdrake_interactive.pm_.c:718
+#: ../../diskdrake/interactive.pm_.c:759
msgid "This partition can't be used for loopback"
msgstr "Hierdie partisie kan nie vir teruglus gebruik word nie."
-#: ../../diskdrake_interactive.pm_.c:730
+#: ../../diskdrake/interactive.pm_.c:771
msgid "Loopback"
msgstr "Teruglus"
-#: ../../diskdrake_interactive.pm_.c:731
+#: ../../diskdrake/interactive.pm_.c:772
msgid "Loopback file name: "
msgstr "Teruglus lernaam:"
-#: ../../diskdrake_interactive.pm_.c:736
+#: ../../diskdrake/interactive.pm_.c:777
#, fuzzy
msgid "Give a file name"
msgstr "Regte naam"
-#: ../../diskdrake_interactive.pm_.c:739
+#: ../../diskdrake/interactive.pm_.c:780
msgid "File already used by another loopback, choose another one"
msgstr "Ler word alreeds deur 'n ander teruglus gebruik,kies 'n ander een"
-#: ../../diskdrake_interactive.pm_.c:740
+#: ../../diskdrake/interactive.pm_.c:781
msgid "File already exists. Use it?"
msgstr "Ler bestaan alreeds. Moet dit gebruik word?"
-#: ../../diskdrake_interactive.pm_.c:784
+#: ../../diskdrake/interactive.pm_.c:804
+msgid "Mount options"
+msgstr "Hegopsies:"
+
+#: ../../diskdrake/interactive.pm_.c:811
+msgid "Various"
+msgstr "Verskeie"
+
+#: ../../diskdrake/interactive.pm_.c:874
msgid "device"
msgstr "toestel"
-#: ../../diskdrake_interactive.pm_.c:785
+#: ../../diskdrake/interactive.pm_.c:875
msgid "level"
msgstr "vlak"
-#: ../../diskdrake_interactive.pm_.c:786
+#: ../../diskdrake/interactive.pm_.c:876
msgid "chunk size"
msgstr "blokgrootte"
-#: ../../diskdrake_interactive.pm_.c:801
+#: ../../diskdrake/interactive.pm_.c:891
msgid "Be careful: this operation is dangerous."
msgstr "Wees versigtig: hierdie is 'n gevaarlike operasie"
-#: ../../diskdrake_interactive.pm_.c:816
+#: ../../diskdrake/interactive.pm_.c:906
msgid "What type of partitioning?"
msgstr "Watter tipe van partisionering?"
-#: ../../diskdrake_interactive.pm_.c:834
+#: ../../diskdrake/interactive.pm_.c:924
msgid ""
"Sorry I won't accept to create /boot so far onto the drive (on a cylinder > "
"1024).\n"
@@ -1722,7 +1940,7 @@ msgstr ""
"gebruik\n"
"nie, dan het u nie /boot nodig nie."
-#: ../../diskdrake_interactive.pm_.c:838
+#: ../../diskdrake/interactive.pm_.c:928
msgid ""
"The partition you've selected to add as root (/) is physically located "
"beyond\n"
@@ -1735,7 +1953,7 @@ msgstr ""
"gebruik,moet u\n"
"asb. 'n /boot partisie skep,"
-#: ../../diskdrake_interactive.pm_.c:844
+#: ../../diskdrake/interactive.pm_.c:934
msgid ""
"You've selected a software RAID partition as root (/).\n"
"No bootloader is able to handle this without a /boot partition.\n"
@@ -1745,130 +1963,137 @@ msgstr ""
"Geen herlaaistelsel sal dit kan hanteer sonder 'n /boot partisie nie.\n"
"Onthou om 'n /boot by te voeg."
-#: ../../diskdrake_interactive.pm_.c:864
+#: ../../diskdrake/interactive.pm_.c:954
#, c-format
msgid "Partition table of drive %s is going to be written to disk!"
msgstr "Partisietabel van skyf %s gaan opdateer word!"
-#: ../../diskdrake_interactive.pm_.c:868
+#: ../../diskdrake/interactive.pm_.c:958
msgid "You'll need to reboot before the modification can take place"
msgstr "U sal moet herlaai voor die veranderinge geaktiveer kan word"
-#: ../../diskdrake_interactive.pm_.c:879
+#: ../../diskdrake/interactive.pm_.c:969
#, c-format
msgid "After formatting partition %s, all data on this partition will be lost"
msgstr "Alle data om partisie %s sal uitgewis word met formatering."
-#: ../../diskdrake_interactive.pm_.c:881
+#: ../../diskdrake/interactive.pm_.c:971
msgid "Formatting"
msgstr "Formatering"
-#: ../../diskdrake_interactive.pm_.c:882
+#: ../../diskdrake/interactive.pm_.c:972
#, c-format
msgid "Formatting loopback file %s"
msgstr "Teruglusler %s word geformateer"
-#: ../../diskdrake_interactive.pm_.c:883
-#: ../../install_steps_interactive.pm_.c:419
+#: ../../diskdrake/interactive.pm_.c:973
+#: ../../install_steps_interactive.pm_.c:465
#, c-format
msgid "Formatting partition %s"
msgstr "Partisie %s word formateer"
-#: ../../diskdrake_interactive.pm_.c:894
+#: ../../diskdrake/interactive.pm_.c:984
#, fuzzy
msgid "Hide files"
msgstr "mkraid het gefaal"
-#: ../../diskdrake_interactive.pm_.c:894
+#: ../../diskdrake/interactive.pm_.c:984
#, fuzzy
msgid "Move files to the new partition"
msgstr "Nie genoeg spasie beskikbaar om nuwe partisies toe te ken nie"
-#: ../../diskdrake_interactive.pm_.c:895
+#: ../../diskdrake/interactive.pm_.c:985
#, c-format
msgid ""
"Directory %s already contain some data\n"
"(%s)"
msgstr ""
-#: ../../diskdrake_interactive.pm_.c:906
+#: ../../diskdrake/interactive.pm_.c:996
#, fuzzy
msgid "Moving files to the new partition"
msgstr "Nie genoeg spasie beskikbaar om nuwe partisies toe te ken nie"
-#: ../../diskdrake_interactive.pm_.c:910
+#: ../../diskdrake/interactive.pm_.c:1000
#, c-format
msgid "Copying %s"
msgstr ""
-#: ../../diskdrake_interactive.pm_.c:914
+#: ../../diskdrake/interactive.pm_.c:1004
#, fuzzy, c-format
msgid "Removing %s"
msgstr "LPD word verwyder..."
-#: ../../diskdrake_interactive.pm_.c:937 ../../diskdrake_interactive.pm_.c:996
+#: ../../diskdrake/interactive.pm_.c:1014
+#, c-format
+msgid "partition %s is now known as %s"
+msgstr ""
+
+#: ../../diskdrake/interactive.pm_.c:1035
+#: ../../diskdrake/interactive.pm_.c:1094
msgid "Device: "
msgstr "Toestel:"
-#: ../../diskdrake_interactive.pm_.c:938
+#: ../../diskdrake/interactive.pm_.c:1036
#, c-format
msgid "DOS drive letter: %s (just a guess)\n"
msgstr "DOS-skyfletter: %s ('n raaiskoot)\n"
-#: ../../diskdrake_interactive.pm_.c:942 ../../diskdrake_interactive.pm_.c:950
-#: ../../diskdrake_interactive.pm_.c:1014
+#: ../../diskdrake/interactive.pm_.c:1040
+#: ../../diskdrake/interactive.pm_.c:1048
+#: ../../diskdrake/interactive.pm_.c:1112
msgid "Type: "
msgstr "Tipe:"
-#: ../../diskdrake_interactive.pm_.c:946
+#: ../../diskdrake/interactive.pm_.c:1044
msgid "Name: "
msgstr "Naam: "
-#: ../../diskdrake_interactive.pm_.c:954
+#: ../../diskdrake/interactive.pm_.c:1052
#, c-format
msgid "Start: sector %s\n"
msgstr "Begin: sektor %s\n"
-#: ../../diskdrake_interactive.pm_.c:955
+#: ../../diskdrake/interactive.pm_.c:1053
#, c-format
msgid "Size: %s"
msgstr "Grootte: %s"
-#: ../../diskdrake_interactive.pm_.c:957
+#: ../../diskdrake/interactive.pm_.c:1055
#, c-format
msgid ", %s sectors"
msgstr ", %s sektore"
-#: ../../diskdrake_interactive.pm_.c:959
-#, c-format
-msgid "Cylinder %d to cylinder %d\n"
+#: ../../diskdrake/interactive.pm_.c:1057
+#, fuzzy, c-format
+msgid "Cylinder %d to %d\n"
msgstr "Silinder %d na silinder %d\n"
-#: ../../diskdrake_interactive.pm_.c:960
+#: ../../diskdrake/interactive.pm_.c:1058
msgid "Formatted\n"
msgstr "Geformateer\n"
-#: ../../diskdrake_interactive.pm_.c:961
+#: ../../diskdrake/interactive.pm_.c:1059
msgid "Not formatted\n"
msgstr "Nie geformatter\n"
-#: ../../diskdrake_interactive.pm_.c:962
+#: ../../diskdrake/interactive.pm_.c:1060
msgid "Mounted\n"
msgstr "Geheg\n"
-#: ../../diskdrake_interactive.pm_.c:963
+#: ../../diskdrake/interactive.pm_.c:1061
#, c-format
msgid "RAID md%s\n"
msgstr "RAID md%s\n"
-#: ../../diskdrake_interactive.pm_.c:965
+#: ../../diskdrake/interactive.pm_.c:1063
#, fuzzy, c-format
msgid ""
"Loopback file(s):\n"
" %s\n"
msgstr "Teruglus ler(s): %s\n"
-#: ../../diskdrake_interactive.pm_.c:966
+#: ../../diskdrake/interactive.pm_.c:1064
msgid ""
"Partition booted by default\n"
" (for MS-DOS boot, not for lilo)\n"
@@ -1876,27 +2101,27 @@ msgstr ""
"Verstekpartisie vir herlaai\n"
" (vir MS_DOS doeleindes, nie LILO s'n nie)\n"
-#: ../../diskdrake_interactive.pm_.c:968
+#: ../../diskdrake/interactive.pm_.c:1066
#, c-format
msgid "Level %s\n"
msgstr "Vlak %s\n"
-#: ../../diskdrake_interactive.pm_.c:969
+#: ../../diskdrake/interactive.pm_.c:1067
#, c-format
msgid "Chunk size %s\n"
msgstr "Blokgrootte %s\n"
-#: ../../diskdrake_interactive.pm_.c:970
+#: ../../diskdrake/interactive.pm_.c:1068
#, c-format
msgid "RAID-disks %s\n"
msgstr "RAID-skywe %s\n"
-#: ../../diskdrake_interactive.pm_.c:972
+#: ../../diskdrake/interactive.pm_.c:1070
#, c-format
msgid "Loopback file name: %s"
msgstr "Teruglus lernaam: %s"
-#: ../../diskdrake_interactive.pm_.c:975
+#: ../../diskdrake/interactive.pm_.c:1073
msgid ""
"\n"
"Chances are, this partition is\n"
@@ -1908,7 +2133,7 @@ msgstr ""
"drywerpartisie is en verkieslik alleen gelos\n"
"moet word.\n"
-#: ../../diskdrake_interactive.pm_.c:978
+#: ../../diskdrake/interactive.pm_.c:1076
msgid ""
"\n"
"This special Bootstrap\n"
@@ -1919,65 +2144,104 @@ msgstr ""
"Hierdie spesiale herlaaipartisie\n"
"is om u stelsel te duolaai.\n"
-#: ../../diskdrake_interactive.pm_.c:997
+#: ../../diskdrake/interactive.pm_.c:1095
#, c-format
msgid "Size: %s\n"
msgstr "Grootte: %s\n"
-#: ../../diskdrake_interactive.pm_.c:998
+#: ../../diskdrake/interactive.pm_.c:1096
#, c-format
msgid "Geometry: %s cylinders, %s heads, %s sectors\n"
msgstr "Geometrie: %s silinders, %s koppe, %s sektore\n"
-#: ../../diskdrake_interactive.pm_.c:999
+#: ../../diskdrake/interactive.pm_.c:1097
msgid "Info: "
msgstr "Info:"
-#: ../../diskdrake_interactive.pm_.c:1000
+#: ../../diskdrake/interactive.pm_.c:1098
#, c-format
msgid "LVM-disks %s\n"
msgstr "LVM-skywe %s\n"
-#: ../../diskdrake_interactive.pm_.c:1001
+#: ../../diskdrake/interactive.pm_.c:1099
#, c-format
msgid "Partition table type: %s\n"
msgstr "Partisietabeltipe: %s\n"
-#: ../../diskdrake_interactive.pm_.c:1002
+#: ../../diskdrake/interactive.pm_.c:1100
#, c-format
msgid "on bus %d id %d\n"
msgstr "op bus %d id %d\n"
-#: ../../diskdrake_interactive.pm_.c:1016
+#: ../../diskdrake/interactive.pm_.c:1114
#, c-format
msgid "Options: %s"
msgstr "Opsies: %s"
-#: ../../fs.pm_.c:447 ../../fs.pm_.c:457 ../../fs.pm_.c:461 ../../fs.pm_.c:465
-#: ../../fs.pm_.c:469 ../../fs.pm_.c:473
+#: ../../diskdrake/interactive.pm_.c:1130
+#, fuzzy
+msgid "Filesystem encryption key"
+msgstr "LOerstelseltipe: "
+
+#: ../../diskdrake/interactive.pm_.c:1131
+msgid "Choose your filesystem encryption key"
+msgstr ""
+
+#: ../../diskdrake/interactive.pm_.c:1134
+#, fuzzy, c-format
+msgid "This encryption key is too simple (must be at least %d characters long)"
+msgstr ""
+"Hierdie wagwoord is te eenvoudig. Dit moet ten minste %d karakters bevat."
+
+#: ../../diskdrake/interactive.pm_.c:1135
+#, fuzzy
+msgid "The encryption keys do not match"
+msgstr "Die wagwoorde stem nie ooreen nie."
+
+#: ../../diskdrake/interactive.pm_.c:1138
+msgid "Encryption key"
+msgstr ""
+
+#: ../../diskdrake/interactive.pm_.c:1139
+msgid "Encryption key (again)"
+msgstr ""
+
+#: ../../diskdrake/removable.pm_.c:47
+msgid "Change type"
+msgstr "Verander tipe"
+
+#: ../../diskdrake/removable_gtk.pm_.c:28
+#, fuzzy
+msgid "Please click on a media"
+msgstr "Kliek asb. op 'n partisie"
+
+#: ../../diskdrake/smbnfs_gtk.pm_.c:165
+#, fuzzy
+msgid "Search servers"
+msgstr "DNS bediener"
+
+#: ../../fs.pm_.c:485 ../../fs.pm_.c:495 ../../fs.pm_.c:499 ../../fs.pm_.c:503
+#: ../../fs.pm_.c:507 ../../fs.pm_.c:511
#, c-format
msgid "%s formatting of %s failed"
msgstr "%s formatering ban %s het gefaal"
-#: ../../fs.pm_.c:506
+#: ../../fs.pm_.c:548
#, c-format
msgid "I don't know how to format %s in type %s"
msgstr "Ek weet nie om %s as tipe %s te formateer nie"
-#: ../../fs.pm_.c:568
-msgid "mount failed"
-msgstr "heg het gefaal"
+#: ../../fs.pm_.c:620 ../../fs.pm_.c:649 ../../fs.pm_.c:655
+#, c-format
+msgid "mounting partition %s in directory %s failed"
+msgstr ""
-#: ../../fs.pm_.c:588
+#: ../../fs.pm_.c:640
#, c-format
msgid "fsck failed with exit code %d or signal %d"
msgstr "fsck het gefaal met kode %d of sein %d"
-#: ../../fs.pm_.c:597 ../../fs.pm_.c:603 ../../partition_table.pm_.c:560
-msgid "mount failed: "
-msgstr "heg het gefaal"
-
-#: ../../fs.pm_.c:618 ../../partition_table.pm_.c:556
+#: ../../fs.pm_.c:670 ../../partition_table.pm_.c:596
#, c-format
msgid "error unmounting %s: %s"
msgstr "fout met onthegting van %s: %s"
@@ -1986,46 +2250,64 @@ msgstr "fout met onthegting van %s: %s"
msgid "simple"
msgstr "eenvoudig"
+#: ../../fsedit.pm_.c:25
+msgid "with /usr"
+msgstr ""
+
#: ../../fsedit.pm_.c:30
msgid "server"
msgstr "bediener"
-#: ../../fsedit.pm_.c:461
+#: ../../fsedit.pm_.c:467
msgid "You can't use JFS for partitions smaller than 16MB"
msgstr "U kan nie JFS vir partisies kleiner as 16MB gebruik nie"
-#: ../../fsedit.pm_.c:462
+#: ../../fsedit.pm_.c:468
msgid "You can't use ReiserFS for partitions smaller than 32MB"
msgstr "U kan nie ReiserFS vir partisies kleiner as 32MB gebruik nie"
-#: ../../fsedit.pm_.c:471
+#: ../../fsedit.pm_.c:477
msgid "Mount points must begin with a leading /"
msgstr "Hegpunte moet met 'n / begin"
-#: ../../fsedit.pm_.c:472
+#: ../../fsedit.pm_.c:478
#, c-format
msgid "There is already a partition with mount point %s\n"
msgstr "Daar is alreeds 'n partisie met hegpunt %s\n"
-#: ../../fsedit.pm_.c:476
+#: ../../fsedit.pm_.c:482
#, c-format
msgid "You can't use a LVM Logical Volume for mount point %s"
msgstr "U kan nie LVM logiese volume vir hegpunt %s gebruik nie."
-#: ../../fsedit.pm_.c:478
+#: ../../fsedit.pm_.c:484
msgid "This directory should remain within the root filesystem"
msgstr "Hierdie lergids moet altyd in die wortellerstelsel bly"
-#: ../../fsedit.pm_.c:480
+#: ../../fsedit.pm_.c:486
msgid "You need a true filesystem (ext2, reiserfs) for this mount point\n"
msgstr "U benodig 'n ware lerstelsel (ext2, reiserfs) vir hierdie hegpunt\n"
-#: ../../fsedit.pm_.c:596
+#: ../../fsedit.pm_.c:488
+#, fuzzy, c-format
+msgid "You can't use an encrypted file system for mount point %s"
+msgstr "U kan nie LVM logiese volume vir hegpunt %s gebruik nie."
+
+#: ../../fsedit.pm_.c:546
+#, fuzzy
+msgid "Not enough free space for auto-allocating"
+msgstr "Nie genoeg spasie beskikbaar om nuwe partisies toe te ken nie"
+
+#: ../../fsedit.pm_.c:548
+msgid "Nothing to do"
+msgstr ""
+
+#: ../../fsedit.pm_.c:612
#, c-format
msgid "Error opening %s for writing: %s"
msgstr "Four om %s in skryfmode te open: %s"
-#: ../../fsedit.pm_.c:681
+#: ../../fsedit.pm_.c:697
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"
@@ -2033,7 +2315,7 @@ msgstr ""
"'n Fout het voorgekom - geen geldige toestelle om die nuwe lerstelsels op "
"te skep, is gevind nie. Deursoek asb. die hardeware vir die oorsaak."
-#: ../../fsedit.pm_.c:704
+#: ../../fsedit.pm_.c:720
msgid "You don't have any partitions!"
msgstr "U get geen partisies nie!"
@@ -2051,14 +2333,14 @@ msgid ""
"system would not work any more. If you make a serious mistake as a regular\n"
"user, you may only lose some information, but not the entire system.\n"
"\n"
-"First, you have to enter your real name. This is not mandatory, of course -\n"
+"First, you have to enter your real name. This is not mandatory, of course\n"
"as you can actually enter whatever you want. DrakX will then take the first\n"
"word you have entered in the box and will bring it over to the \"User\n"
-"name\". This is the name this particular user will use to log into the\n"
+"name\". This is the name this particular user will use to log onto the\n"
"system. You can change it. You then have to enter a password here. A\n"
-"non-privileged (regular) user's password is not as crucial as that of\n"
-"\"root\" from a security point of view, but that is no reason to neglect it\n"
-"- after all, your files are at risk.\n"
+"non-privileged (regular) user's password is not as crucial as \"root\"' one\n"
+"from a security point of view, but that is no reason to neglect it: after\n"
+"all, your files are at risk.\n"
"\n"
"If you click on \"Accept user\", you can then add as many as you want. Add\n"
"a user for each one of your friends: your father or your sister, for\n"
@@ -2112,7 +2394,7 @@ msgstr ""
msgid ""
"Listed above are the existing Linux partitions detected on your hard drive.\n"
"You can keep the choices made by the wizard, they are good for most common\n"
-"installs. If you make any changes, you must at least define a root\n"
+"installations. If you make any changes, you must at least define a root\n"
"partition (\"/\"). Do not choose too small a partition or you will not be\n"
"able to install enough software. If you want to store your data on a\n"
"separate partition, you will also need to create a partition for \"/home\"\n"
@@ -2129,11 +2411,11 @@ msgid ""
"\"Hard drive number\" is always a letter after \"hd\" or \"sd\". For IDE\n"
"hard drives:\n"
"\n"
-" * \"a\" means \"master hard drive on the primary IDE controller\",\n"
+" * \"a\" means \"master hard drive on the primary IDE controller\";\n"
"\n"
-" * \"b\" means \"slave hard drive on the primary IDE controller\",\n"
+" * \"b\" means \"slave hard drive on the primary IDE controller\";\n"
"\n"
-" * \"c\" means \"master hard drive on the secondary IDE controller\",\n"
+" * \"c\" means \"master hard drive on the secondary IDE controller\";\n"
"\n"
" * \"d\" means \"slave hard drive on the secondary IDE controller\".\n"
"\n"
@@ -2143,8 +2425,8 @@ msgstr ""
#: ../../help.pm_.c:72
msgid ""
-"The Mandrake Linux installation is spread out over several CDROMs. DrakX\n"
-"knows if a selected package is located on another CDROM and will eject the\n"
+"The Mandrake Linux installation is spread out over several CD-ROMs. DrakX\n"
+"knows if a selected package is located on another CD-ROM and will eject the\n"
"current CD and ask you to insert a different one as required."
msgstr ""
@@ -2154,8 +2436,8 @@ msgid ""
"system. There are thousands of packages available for Mandrake Linux, and\n"
"you are not supposed to know them all by heart.\n"
"\n"
-"If you are performing a standard installation from CDROM, you will first be\n"
-"asked to specify the CDs you currently have (in Expert mode only). Check\n"
+"If you are performing a standard installation from a CD-ROM, you will first\n"
+"be asked to specify the CDs you currently have (in Expert mode only). Check\n"
"the CD labels and highlight the boxes corresponding to the CDs you have\n"
"available for installation. Click \"OK\" when you are ready to continue.\n"
"\n"
@@ -2164,49 +2446,61 @@ msgid ""
"\n"
" * \"Workstation\": if you plan to use your machine as a workstation, "
"select\n"
-"one or more of the corresponding groups.\n"
+"one or more of the corresponding groups;\n"
"\n"
-" * \"Development\": if the machine is to be used for programming, choose "
-"the\n"
-"desired group(s).\n"
+" * \"Development\": if your machine is to be used for programming, choose\n"
+"the desired group(s);\n"
"\n"
-" * \"Server\": finally, if the machine is intended to be a server, you will\n"
-"be able to select which of the most common services you wish to see\n"
-"installed on the machine.\n"
+" * \"Server\": if your machine is intended to be a server, you will be able\n"
+"to select which of the most common services you wish to install on your\n"
+"machine;\n"
"\n"
-" * \"Graphical Environment\": this is where you will choose your preferred\n"
-"graphical environment. At least one must be selected if you want to have a\n"
-"graphical workstation!\n"
+" * \"Graphical Environment\": finally, this is where you will choose your\n"
+"preferred graphical environment. At least one must be selected if you want\n"
+"to have a graphical workstation!\n"
"\n"
"Moving the mouse cursor over a group name will display a short explanatory\n"
-"text about that group.\n"
+"text about that group. If you deselect all groups when performing a regular\n"
+"installation (by opposition to an upgrade), a dialog will pop up proposing\n"
+"different options for a minimal installation:\n"
+"\n"
+" * \"With X\": install the fewer packages possible to have a working\n"
+"graphical desktop;\n"
+"\n"
+" * \"With basic documentation\": installs the base system plus basic\n"
+"utilities and their documentation. This installation is suitable for\n"
+"setting up a server;\n"
+"\n"
+" * \"Truly minimal install\": will install the strict minimum necessary to\n"
+"get a working Linux system, in command line only. This installation is\n"
+"about 65Mb large.\n"
"\n"
"You can check the \"Individual package selection\" box, which is useful if\n"
"you are familiar with the packages being offered or if you want to have\n"
"total control over what will be installed.\n"
"\n"
-"If you started the installation in \"Update\" mode, you can unselect all\n"
+"If you started the installation in \"Upgrade\" mode, you can unselect all\n"
"groups to avoid installing any new package. This is useful for repairing or\n"
"updating an existing system."
msgstr ""
-#: ../../help.pm_.c:115
+#: ../../help.pm_.c:128
msgid ""
-"Finally, depending on your choice of whether or not to select individual\n"
-"packages, you will be presented a tree containing all packages classified\n"
-"by groups and subgroups. While browsing the tree, you can select entire\n"
-"groups, subgroups, or individual packages.\n"
+"Finally, depending on whether or not you selected individual packages, you\n"
+"will be presented a tree containing all packages classified by groups and\n"
+"subgroups. While browsing the tree, you can select entire groups,\n"
+"subgroups, or individual packages.\n"
"\n"
"Whenever you select a package on the tree, a description appears on the\n"
"right. When your selection is finished, click the \"Install\" button which\n"
"will then launch the installation process. Depending on the speed of your\n"
"hardware and the number of packages that need to be installed, it may take\n"
-"a while to complete the process. A time to complete estimate is displayed\n"
-"on the screen to help you gauge if there is sufficient time to enjoy a cup\n"
-"of coffee.\n"
+"a while to complete the process. An estimate of the time it will take to\n"
+"install everything is displayed on the screen, to help you gauge if there\n"
+"is sufficient time to enjoy a cup of coffee.\n"
"\n"
-"!! If a server package has been selected either intentionally or because it\n"
-"was part of a whole group, you will be asked to confirm that you really\n"
+"!! If a server package has been selected, either intentionally or because\n"
+"it was part of a whole group, you will be asked to confirm that you really\n"
"want those servers to be installed. Under Mandrake Linux, any installed\n"
"servers are started by default at boot time. Even if they are safe and have\n"
"no known issues at the time the distribution was shipped, it may happen\n"
@@ -2221,37 +2515,38 @@ msgid ""
"occurs because it has determined that it needs to satisfy a dependency with\n"
"another package in order to successfully complete the installation.\n"
"\n"
-"The tiny floppy disc icon at the bottom of the list allows to load the\n"
-"packages list chosen during a previous installation. Clicking on this icon\n"
+"The tiny floppy disk icon at the bottom of the list allows to load the\n"
+"package list chosen during a previous installation. Clicking on this icon\n"
"will ask you to insert a floppy disk previously created at the end of\n"
"another installation. See the second tip of last step on how to create such\n"
"a floppy."
msgstr ""
-#: ../../help.pm_.c:151
+#: ../../help.pm_.c:164
msgid ""
-"If you wish to connect your computer to the Internet or to a local network,\n"
-"please choose the correct option. Please turn on your device before\n"
-"choosing the correct option to let DrakX detect it automatically.\n"
+"You are now proposed to set up your Internet/network connection. If you\n"
+"wish to connect your computer to the Internet or to a local network, click\n"
+"\"OK\". The autodetection of network devices and modem will be launched. If\n"
+"this detection fails, uncheck the \"Use auto detection\" box next time. You\n"
+"may also choose not to configure the network, or do it later; in that case,\n"
+"simply click the \"Cancel\" button.\n"
"\n"
-"Mandrake Linux proposes the configuration of an Internet connection at\n"
-"installation time. Available connections are: traditional modem, ISDN\n"
-"modem, ADSL connection, cable modem, and finally a simple LAN connection\n"
-"(Ethernet).\n"
+"Available connections are: traditional modem, ISDN modem, ADSL connection,\n"
+"cable modem, and finally a simple LAN connection (Ethernet).\n"
"\n"
"Here, we will not detail each configuration. Simply make sure that you have\n"
"all the parameters from your Internet Service Provider or system\n"
"administrator.\n"
"\n"
-"You can consult the manual chapter about Internet connections for details\n"
-"about the configuration, or simply wait until your system is installed and\n"
-"use the program described there to configure your connection.\n"
+"You can consult the ``User Guide'' chapter about Internet connections for\n"
+"details about the configuration, or simply wait until your system is\n"
+"installed and use the program described there to configure your connection.\n"
"\n"
-"If you wish to configure the network later after installation or if you\n"
-"have finished configuring your network connection, click \"Cancel\"."
+"If you wish to configure the network later after installation, or if you\n"
+"are finished configuring your network connection, click \"Cancel\"."
msgstr ""
-#: ../../help.pm_.c:172
+#: ../../help.pm_.c:186
#, fuzzy
msgid ""
"You may now choose which services you wish to start at boot time.\n"
@@ -2264,10 +2559,11 @@ msgid ""
"specific service. However, if you are not sure whether a service is useful\n"
"or not, it is safer to leave the default behavior.\n"
"\n"
-"At this stage, be very careful if you intend to use your machine as a\n"
-"server: you will probably not want to start any services that you do not\n"
+"!! At this stage, be very careful if you intend to use your machine as a\n"
+"server: you will probably not want to start any services which you do not\n"
"need. Please remember that several services can be dangerous if they are\n"
-"enabled on a server. In general, select only the services you really need."
+"enabled on a server. In general, select only the services you really need.\n"
+"!!"
msgstr ""
"U kan nou dienste kies wat by herlaaityd moet afskop.\n"
"Wanneer u die muis oor 'n item beweeg, sal 'n klein ballon opspring\n"
@@ -2276,37 +2572,45 @@ msgstr ""
"Wees versigtig met hierdie stap. Indien u beplan om di rekenaar as 'n\n"
"bediener te gebruik wil u nie dienste afskop wat u nie gaan gebruik nie."
-#: ../../help.pm_.c:188
+#: ../../help.pm_.c:203
msgid ""
-"GNU/Linux manages time in GMT (Greenwich Manage Time) and translates it in\n"
-"local time according to the time zone you selected."
+"GNU/Linux manages time in GMT (Greenwich Mean Time) and translates it in\n"
+"local time according to the time zone you selected. It is however possible\n"
+"to deactivate this by deselecting \"Hardware clock set to GMT\" so that the\n"
+"hardware clock is the same as the system clock. This is useful when the\n"
+"machine is hosting another operating system like Windows.\n"
+"\n"
+"The \"Automatic time synchronization\" option will automatically regulate\n"
+"the clock by connecting to a remote time server on the Internet. In the\n"
+"list that is presented, choose a server located near you. Of course you\n"
+"must have a working Internet connection for this feature to work. It will\n"
+"actually install on your machine a time server which can be optionally used\n"
+"by other machines on your local network."
msgstr ""
-"GNU/Linux beheer tyd in GMT (Greenwichmeridiaantyd) en vertaal dit dan\n"
-"in u lokale tyd volgends die gekose tydsone."
-#: ../../help.pm_.c:192
+#: ../../help.pm_.c:217
msgid ""
"X (for X Window System) is the heart of the GNU/Linux graphical interface\n"
-"on which all the graphics environments (KDE, Gnome, AfterStep,\n"
-"WindowMaker...) bundled with Mandrake Linux rely. In this section, DrakX\n"
+"on which all the graphical environments (KDE, GNOME, AfterStep,\n"
+"WindowMaker, etc.) bundled with Mandrake Linux rely. In this section, DrakX\n"
"will try to configure X automatically.\n"
"\n"
"It is extremely rare for it to fail, unless the hardware is very old (or\n"
"very new). If it succeeds, it will start X automatically with the best\n"
-"resolution possible depending on the size of the monitor. A window will\n"
+"resolution possible, depending on the size of the monitor. A window will\n"
"then appear and ask you if you can see it.\n"
"\n"
-"If you are doing an \"Expert\" install, you will enter the X configuration\n"
-"wizard. See the corresponding section of the manual for more information\n"
-"about this wizard.\n"
+"If you are doing an \"Expert\" installation, you will enter the X\n"
+"configuration wizard. See the corresponding section of the manual for more\n"
+"information about this wizard.\n"
"\n"
-"If you can see the message and answer \"Yes\", then DrakX will proceed to\n"
-"the next step. If you cannot see the message, it simply means that the\n"
-"configuration was wrong and the test will automatically end after 10\n"
-"seconds, restoring the screen."
+"If you can see the message during the test, and answer \"Yes\", then DrakX\n"
+"will proceed to the next step. If you cannot see the message, it simply\n"
+"means that the configuration was wrong and the test will automatically end\n"
+"after 10 seconds, restoring the screen."
msgstr ""
-#: ../../help.pm_.c:212
+#: ../../help.pm_.c:237
msgid ""
"The first time you try the X configuration, you may not be very satisfied\n"
"with its display (screen is too small, shifted left or right...). Hence,\n"
@@ -2316,11 +2620,11 @@ msgid ""
"\n"
"As a last resort, if you still cannot get X to work, choose \"Change\n"
"graphics card\", select \"Unlisted card\", and when prompted on which\n"
-"server you want, choose \"FBDev\". This is a failsafe option which works\n"
-"with any modern graphics card. Then choose \"Test again\" to be sure."
+"server, choose \"FBDev\". This is a failsafe option which works with any\n"
+"modern graphics card. Then choose \"Test again\" to be sure."
msgstr ""
-#: ../../help.pm_.c:224
+#: ../../help.pm_.c:249
msgid ""
"Finally, you will be asked whether you want to see the graphical interface\n"
"at boot. Note this question will be asked even if you chose not to test the\n"
@@ -2329,17 +2633,16 @@ msgid ""
"configured."
msgstr ""
-#: ../../help.pm_.c:231
+#: ../../help.pm_.c:256
msgid ""
-"The Mandrake Linux CDROM has a built-in rescue mode. You can access it by\n"
-"booting from the CDROM, press the >>F1<< key at boot and type >>rescue<< at\n"
-"the prompt. But in case your computer cannot boot from the CDROM, you\n"
+"The Mandrake LinuxCD-ROM has a built-in rescue mode. You can access it by\n"
+"booting from the CD-ROM, press the >>F1<< key at boot and type >>rescue<<\n"
+"at the prompt. But in case your computer cannot boot from the CD-ROM, you\n"
"should come back to this step for help in at least two situations:\n"
"\n"
-" * when installing the boot loader, DrakX will rewrite the boot sector "
-"(MBR)\n"
-"of your main disk (unless you are using another boot manager) so that you\n"
-"can start up with either Windows or GNU/Linux (assuming you have Windows in\n"
+" * when installing the bootloader, DrakX will rewrite the boot sector (MBR)\n"
+"of your main disk (unless you are using another boot manager), to allow you\n"
+"to start up with either Windows or GNU/Linux (assuming you have Windows in\n"
"your system). If you need to reinstall Windows, the Microsoft install\n"
"process will rewrite the boot sector, and then you will not be able to\n"
"start GNU/Linux!\n"
@@ -2357,24 +2660,25 @@ msgid ""
"the whole disk."
msgstr ""
-#: ../../help.pm_.c:255
+#: ../../help.pm_.c:280
msgid ""
-"At this point you need to choose where on your hard drive to install your\n"
-"Mandrake Linux operating system. If your hard drive is empty or if an\n"
-"existing operating system is using all the space available, you will need\n"
-"to partition it. Basically, partitioning a hard drive consists of logically\n"
-"dividing it to create space to install your new Mandrake Linux system.\n"
+"At this point, you need to choose where you want to install the Mandrake\n"
+"Linux operating system on your hard drive. If your hard drive is empty or\n"
+"if an existing operating system is using all the available space, you will\n"
+"need to partition it. Basically, partitioning a hard drive consists of\n"
+"logically dividing it to create space to install your new Mandrake Linux\n"
+"system.\n"
"\n"
-"Because the effects of the partitioning process are usually irreversible,\n"
+"Because the partitioning process' effects are usually irreversible,\n"
"partitioning can be intimidating and stressful if you are an inexperienced\n"
"user. Fortunately, there is a wizard which simplifies this process. Before\n"
"beginning, please consult the manual and take your time.\n"
"\n"
-"If you are running the install in Expert mode, you will enter DiskDrake,\n"
-"the Mandrake Linux partitioning tool, which allows you to fine-tune your\n"
-"partitions. See the DiskDrake chapter of the manual. From the installation\n"
-"interface, you can use the wizards as described here by clicking the\n"
-"\"Wizard\" button of the dialog.\n"
+"If you are running the installation in Expert mode, you will enter\n"
+"DiskDrake, the Mandrake Linux partitioning tool, which allows you to\n"
+"fine-tune your partitions. See the DiskDrake section in the ``User Guide''.\n"
+"From the installation interface, you can use the wizards as described here\n"
+"by clicking the dialog's \"Wizard\" button.\n"
"\n"
"If partitions have already been defined, either from a previous\n"
"installation or from another partitioning tool, simply select those to\n"
@@ -2385,46 +2689,48 @@ msgid ""
"available:\n"
"\n"
" * \"Use free space\": this option will simply lead to an automatic\n"
-"partitioning of your blank drive(s). You will not be prompted further.\n"
+"partitioning of your blank drive(s). You will not be prompted further;\n"
"\n"
" * \"Use existing partition\": the wizard has detected one or more existing\n"
"Linux partitions on your hard drive. If you want to use them, choose this\n"
-"option.\n"
+"option;\n"
"\n"
-" * \"Use the free space on the Windows partition\": if Microsoft Windows is\n"
+" * \"Use the free space on the Windows; partition\": if MicrosoftWindows is\n"
"installed on your hard drive and takes all the space available on it, you\n"
-"have to create free space for Linux data. To do that, you can delete your\n"
-"Microsoft Windows partition and data (see \"Erase entire disk\" or \"Expert\n"
-"mode\" solutions) or resize your Microsoft Windows partition. Resizing can\n"
-"be performed without the loss of any data. This solution is recommended if\n"
-"you want to use both Mandrake Linux and Microsoft Windows on same computer.\n"
+"have to create free space for Linux data. To do so, you can delete your\n"
+"MicrosoftWindows partition and data (see ``Erase entire disk'' or ``Expert\n"
+"mode'' solutions) or resize your MicrosoftWindows partition. Resizing can\n"
+"be performed without the loss of any data, provided you previously\n"
+"defragment the Windows partition. Backing up your data won't hurt either..\n"
+"This solution is recommended if you want to use both Mandrake Linux and\n"
+"MicrosoftWindows on the same computer.\n"
"\n"
" Before choosing this option, please understand that after this "
"procedure,\n"
-"the size of your Microsoft Windows partition will be smaller than at the\n"
-"present time. You will have less free space under Microsoft Windows to\n"
-"store your data or to install new software.\n"
+"the size of your MicrosoftWindows partition will be smaller than at the\n"
+"present time. You will have less free space under MicrosoftWindows to store\n"
+"your data or to install new software;\n"
"\n"
" * \"Erase entire disk\": if you want to delete all data and all partitions\n"
"present on your hard drive and replace them with your new Mandrake Linux\n"
"system, choose this option. Be careful with this solution because you will\n"
-"not be able to revert your choice after confirmation.\n"
+"not be able to revert your choice after you confirm;\n"
"\n"
" !! If you choose this option, all data on your disk will be lost. !!\n"
"\n"
" * \"Remove Windows\": this will simply erase everything on the drive and\n"
"begin fresh, partitioning everything from scratch. All data on your disk\n"
-"will be lost.\n"
+"will be lost;\n"
"\n"
" !! If you choose this option, all data on your disk will be lost. !!\n"
"\n"
" * \"Expert mode\": choose this option if you want to manually partition\n"
-"your hard drive. Be careful - it is a powerful but dangerous choice. You\n"
-"can very easily lose all your data. Hence, do not choose this unless you\n"
-"know what you are doing."
+"your hard drive. Be careful it is a powerful but dangerous choice. You can\n"
+"very easily lose all your data. Hence, do not choose this unless you know\n"
+"what you are doing."
msgstr ""
-#: ../../help.pm_.c:319
+#: ../../help.pm_.c:347
msgid ""
"There you are. Installation is now complete and your GNU/Linux system is\n"
"ready to use. Just click \"OK\" to reboot the system. You can start\n"
@@ -2439,28 +2745,29 @@ msgid ""
"\n"
" Note that two different options are available after clicking the button:\n"
"\n"
-" * \"Replay\". This is a partially automated install as the partitioning\n"
-"step (and only this one) remains interactive.\n"
+" * \"Replay\". This is a partially automated installation as the\n"
+"partitioning step (and only this one) remains interactive;\n"
"\n"
-" * \"Automated\". Fully automated install: the hard disk is completely\n"
+" * \"Automated\". Fully automated installation: the hard disk is "
+"completely\n"
"rewritten, all data is lost.\n"
"\n"
" This feature is very handy when installing a great number of similar\n"
-"machines. See the Auto install section at our web site.\n"
+"machines. See the Auto install section on our web site;\n"
"\n"
-" * \"Save packages selection\"(*): saves the packages selection as made\n"
+" * \"Save packages selection\"(*): saves the package selection as done\n"
"previously. Then, when doing another installation, insert the floppy inside\n"
-"the driver and run the installation going to the help screen by pressing on\n"
+"the drive and run the installation going to the help screen by pressing on\n"
"the [F1] key, and by issuing >>linux defcfg=\"floppy\"<<.\n"
"\n"
"(*) You need a FAT-formatted floppy (to create one under GNU/Linux, type\n"
"\"mformat a:\")"
msgstr ""
-#: ../../help.pm_.c:350
+#: ../../help.pm_.c:378
msgid ""
"Any partitions that have been newly defined must be formatted for use\n"
-"(formatting means creating a file system).\n"
+"(formatting means creating a filesystem).\n"
"\n"
"At this time, you may wish to reformat some already existing partitions to\n"
"erase any data they contain. If you wish to do that, please select those\n"
@@ -2474,7 +2781,7 @@ msgid ""
"\n"
"Please be careful when selecting partitions. After formatting, all data on\n"
"the selected partitions will be deleted and you will not be able to recover\n"
-"any of them.\n"
+"any of it.\n"
"\n"
"Click on \"OK\" when you are ready to format partitions.\n"
"\n"
@@ -2482,10 +2789,10 @@ msgid ""
"Mandrake Linux operating system installation.\n"
"\n"
"Click on \"Advanced\" if you wish to select partitions that will be checked\n"
-"for bad blocks on the disc."
+"for bad blocks on the disk."
msgstr ""
-#: ../../help.pm_.c:376
+#: ../../help.pm_.c:404
msgid ""
"Your new Mandrake Linux operating system is currently being installed.\n"
"Depending on the number of packages you will be installing and the speed of\n"
@@ -2495,13 +2802,28 @@ msgid ""
"Please be patient."
msgstr ""
-#: ../../help.pm_.c:384
+#: ../../help.pm_.c:412
+msgid ""
+"At the time you are installing Mandrake Linux, it is likely that some\n"
+"packages have been updated since the initial release. Some bugs may have\n"
+"been fixed, and security issues solved. To allow you to benefit from these\n"
+"updates, you are now proposed to download them from the Internet. Choose\n"
+"\"Yes\" if you have a working Internet connection, or \"No\" if you prefer\n"
+"to install updated packages later.\n"
+"\n"
+"Choosing \"Yes\" displays a list of places from which updates can be\n"
+"retrieved. Choose the one nearest you. Then a package-selection tree\n"
+"appears: review the selection, and press \"Install\" to retrieve and\n"
+"install the selected package(s), or \"Cancel\" to abort."
+msgstr ""
+
+#: ../../help.pm_.c:425
#, fuzzy
msgid ""
-"Before continuing you should read carefully the terms of the license. It\n"
+"Before continuing, you should read carefully the terms of the license. It\n"
"covers the whole Mandrake Linux distribution, and if you do not agree with\n"
"all the terms in it, click on the \"Refuse\" button which will immediately\n"
-"terminate the installation. To continue with the installation, click the\n"
+"terminate the installation. To continue with the installation, click on the\n"
"\"Accept\" button."
msgstr ""
"Voordat u voortgaan, lees asb die lisensieterme noukeurig deur. Dit dek\n"
@@ -2511,61 +2833,75 @@ msgstr ""
"Aanvaar\n"
"knoppie."
-#: ../../help.pm_.c:391
+#: ../../help.pm_.c:432
msgid ""
"At this point, it is time to choose the security level desired for the\n"
"machine. As a rule of thumb, the more exposed the machine is, and the more\n"
"the data stored in it is crucial, the higher the security level should be.\n"
-"However, a higher security level is generally obtained at the expenses of\n"
-"easiness of use. Refer to the MSEC chapter of the ``Reference Manual'' to\n"
-"get more information about the meaning of these levels.\n"
+"However, a higher security level is generally obtained at the expense of\n"
+"easiness of use. Refer to the \"msec\" chapter of the ``Reference Manual''\n"
+"to get more information about the meaning of these levels.\n"
"\n"
"If you do not know what to choose, keep the default option."
msgstr ""
-#: ../../help.pm_.c:401
+#: ../../help.pm_.c:442
msgid ""
-"At this point, you need to choose what partition(s) will be used for the\n"
-"installation of your Mandrake Linux system. If partitions have been already\n"
+"At this point, you need to choose which partition(s) will be used for the\n"
+"installation of your Mandrake Linux system. If partitions have already been\n"
"defined, either from a previous installation of GNU/Linux or from another\n"
-"partitioning tool, you can use existing partitions. Otherwise hard drive\n"
+"partitioning tool, you can use existing partitions. Otherwise, hard drive\n"
"partitions must be defined.\n"
"\n"
"To create partitions, you must first select a hard drive. You can select\n"
-"the disk for partitioning by clicking on \"hda\" for the first IDE drive,\n"
-"\"hdb\" for the second, \"sda\" for the first SCSI drive and so on.\n"
+"the disk for partitioning by clicking on ``hda'' for the first IDE drive,\n"
+"``hdb'' for the second, ``sda'' for the first SCSI drive and so on.\n"
"\n"
"To partition the selected hard drive, you can use these options:\n"
"\n"
" * \"Clear all\": this option deletes all partitions on the selected hard\n"
-"drive.\n"
+"drive;\n"
+"\n"
+" * \"Auto allocate\": this option enables to automatically create \"Ext2\"\n"
+"and swap partitions in free space of your hard drive;\n"
+"\n"
+" * \"More\": gives access to additional features:\n"
+"\n"
+" * \"Save partition table\": saves the partition table to a floppy. "
+"Useful\n"
+"for later partition-table recovery if necessary. It is strongly recommended\n"
+"to perform this step;\n"
"\n"
-" * \"Auto allocate\": this option allows you to automatically create Ext2\n"
-"and swap partitions in free space of your hard drive.\n"
+" * \"Restore partition table\": allows to restore a previously saved\n"
+"partition table from floppy disk;\n"
"\n"
-" * \"Rescue partition table\": if your partition table is damaged, you can\n"
+" * \"Rescue partition table\": if your partition table is damaged, you "
+"can\n"
"try to recover it using this option. Please be careful and remember that it\n"
-"can fail.\n"
+"can fail;\n"
"\n"
-" * \"Undo\": use this option to cancel your changes.\n"
+" * \"Reload partition table\": discards all changes and loads your "
+"initial\n"
+"partition table;\n"
"\n"
-" * \"Reload\": you can use this option if you wish to undo all changes and\n"
-"load your initial partitions table.\n"
+" * \"Removable media automounting\": unchecking this option will force "
+"users\n"
+"to manually mount and unmount removable medias such as floppies and\n"
+"CD-ROMs.\n"
"\n"
" * \"Wizard\": use this option if you wish to use a wizard to partition "
"your\n"
"hard drive. This is recommended if you do not have a good knowledge of\n"
-"partitioning.\n"
+"partitioning;\n"
"\n"
-" * \"Restore from floppy\": this option will allow you to restore a\n"
-"previously saved partition table from floppy disk.\n"
+" * \"Undo\": use this option to cancel your changes;\n"
"\n"
-" * \"Save to floppy\": saves the partition table to a floppy. Useful for\n"
-"later partition-table recovery if necessary. It is strongly recommended to\n"
-"perform this step.\n"
+" * \"Toggle to normal/expert mode\": allows additional actions on "
+"partitions\n"
+"(type, options, format) and gives more information;\n"
"\n"
-" * \"Done\": when you have finished partitioning your hard drive, this will\n"
-"save your changes back to disc.\n"
+" * \"Done\": when you are finished partitioning your hard drive, this will\n"
+"save your changes back to disk.\n"
"\n"
"Note: you can reach any option using the keyboard. Navigate through the\n"
"partitions using [Tab] and [Up/Down] arrows.\n"
@@ -2578,17 +2914,20 @@ msgid ""
"\n"
" * Ctrl-m to set the mount point.\n"
"\n"
+"To get information about the different filesystem types available, please\n"
+"read the ext2fs chapter from the ``Reference Manual''.\n"
+"\n"
"If you are installing on a PPC machine, you will want to create a small HFS\n"
-"\"bootstrap\" partition of at least 1MB which will be used by the yaboot\n"
-"boot loader. If you opt to make the partition a bit larger, say 50MB, you\n"
+"``bootstrap'' partition of at least 1MB, which will be used by the yaboot\n"
+"bootloader. If you opt to make the partition a bit larger, say 50MB, you\n"
"may find it a useful place to store a spare kernel and ramdisk images for\n"
"emergency boot situations."
msgstr ""
-#: ../../help.pm_.c:460
+#: ../../help.pm_.c:513
msgid ""
-"More than one Microsoft Windows partition has been detected on your hard\n"
-"drive. Please choose the one you want resize in order to install your new\n"
+"More than one Microsoft partition has been detected on your hard drive.\n"
+"Please choose the one you want to resize in order to install your new\n"
"Mandrake Linux operating system.\n"
"\n"
"Each partition is listed as follows: \"Linux name\", \"Windows name\"\n"
@@ -2603,11 +2942,11 @@ msgid ""
"\"Hard drive number\" is always a letter after \"hd\" or \"sd\". With IDE\n"
"hard drives:\n"
"\n"
-" * \"a\" means \"master hard drive on the primary IDE controller\",\n"
+" * \"a\" means \"master hard drive on the primary IDE controller\";\n"
"\n"
-" * \"b\" means \"slave hard drive on the primary IDE controller\",\n"
+" * \"b\" means \"slave hard drive on the primary IDE controller\";\n"
"\n"
-" * \"c\" means \"master hard drive on the secondary IDE controller\",\n"
+" * \"c\" means \"master hard drive on the secondary IDE controller\";\n"
"\n"
" * \"d\" means \"slave hard drive on the secondary IDE controller\".\n"
"\n"
@@ -2618,44 +2957,54 @@ msgid ""
"disk or partition is called \"C:\")."
msgstr ""
-#: ../../help.pm_.c:491
+#: ../../help.pm_.c:544
msgid "Please be patient. This operation can take several minutes."
msgstr ""
-#: ../../help.pm_.c:494
+#: ../../help.pm_.c:547
#, fuzzy
msgid ""
"DrakX now needs to know if you want to perform a default (\"Recommended\")\n"
-"installation or if you want to have greater control (\"Expert\"). You also\n"
-"have the choice of performing a new install or an upgrade of an existing\n"
-"Mandrake Linux system. Clicking \"Install\" will completely wipe out the\n"
-"old system. Select \"Upgrade\" if you are upgrading or repairing an\n"
-"existing system.\n"
-"\n"
-"Please choose \"Install\" if there are no previous version of Mandrake\n"
-"Linux installed or if you wish to boot between various operating systems.\n"
+"installation or if you want to have greater control (\"Expert\"). You can\n"
+"also choose to do a new install or an upgrade of an existing Mandrake Linux\n"
+"system:\n"
+"\n"
+" * \"Install\": completely wipes out the old system. In fact, depending on\n"
+"what currently holds your machine, you will be able to keep some old (Linux\n"
+"or other) partitions unchanged;\n"
+"\n"
+" * \"Upgrade\": this installation class allows to simply update the "
+"packages\n"
+"currently installed on your Mandrake Linux system. It keeps the current\n"
+"partitions of your hard drives as well as user configurations. All other\n"
+"configuration steps remain available with respect to plain installation;\n"
+"\n"
+" * \"Upgrade Packages Only\": this brand new class allows to upgrade an\n"
+"existing Mandrake Linux system while keeping all system configurations\n"
+"unchanged. Adding new packages to the current installation is also\n"
+"possible.\n"
"\n"
-"Please choose \"Update\" if you wish to update or repair an already\n"
-"installed version of Mandrake Linux.\n"
+"Upgrades should work fine for Mandrake Linux systems starting from \"8.1\"\n"
+"release.\n"
"\n"
-"Depending on your knowledge of GNU/Linux, please choose one of the\n"
-"following to install or update your Mandrake Linux operating system:\n"
+"Depending on your knowledge of GNU/Linux, select one of the following\n"
+"choices:\n"
"\n"
" * Recommended: choose this if you have never installed a GNU/Linux\n"
"operating system. The installation will be very easy and you will only be\n"
-"asked a few questions.\n"
+"asked a few questions;\n"
"\n"
" * Expert: if you have a good knowledge of GNU/Linux, you can choose this\n"
"installation class. The expert installation will allow you to perform a\n"
-"highly customized installation. Answering some of the questions can be\n"
-"difficult if you do not have a good knowledge of GNU/Linux so do not choose\n"
-"this unless you know what you are doing."
+"highly-customized installation. Answering some of the questions can be\n"
+"difficult if you do not have a good knowledge of GNU/Linux, so do not\n"
+"choose this unless you know what you are doing."
msgstr "Kies asb. "
-#: ../../help.pm_.c:521
+#: ../../help.pm_.c:583
msgid ""
"Normally, DrakX selects the right keyboard for you (depending on the\n"
-"language you have chosen) and you will not even see this step. However, you\n"
+"language you have chosen) and you won't even see this step. However, you\n"
"might not have a keyboard that corresponds exactly to your language: for\n"
"example, if you are an English speaking Swiss person, you may still want\n"
"your keyboard to be a Swiss keyboard. Or if you speak English but are\n"
@@ -2667,7 +3016,7 @@ msgid ""
"supported keyboards."
msgstr ""
-#: ../../help.pm_.c:534
+#: ../../help.pm_.c:596
msgid ""
"Please choose your preferred language for installation and system usage.\n"
"\n"
@@ -2676,53 +3025,53 @@ msgid ""
"will install the language-specific files for system documentation and\n"
"applications. For example, if you will host users from Spain on your\n"
"machine, select English as the main language in the tree view and in the\n"
-"Advanced section click on the grey star corresponding to \"Spanish|Spain\".\n"
+"Advanced section click on the box corresponding to \"Spanish|Spain\".\n"
"\n"
"Note that multiple languages may be installed. Once you have selected any\n"
-"additional locales click the \"OK\" button to continue."
+"additional locales, click the \"OK\" button to continue."
msgstr ""
-#: ../../help.pm_.c:547
+#: ../../help.pm_.c:609
msgid ""
-"By default, DrakX assumes you have a two-button mouse and will set it up\n"
-"for third-button emulation. DrakX will automatically know whether it is a\n"
-"PS/2, serial or USB mouse.\n"
+"DrakX generally detects the number of buttons your mouse has. If not, it\n"
+"assumes you have a two-button mouse and will set it up for third-button\n"
+"emulation. DrakX will automatically know whether it is a PS/2, serial or\n"
+"USB mouse.\n"
"\n"
"If you wish to specify a different type of mouse select the appropriate\n"
-"type from the list provided.\n"
+"type from the provided list.\n"
"\n"
-"If you choose a mouse other than the default you will be presented with a\n"
-"mouse test screen. Use the buttons and wheel to verify that the settings\n"
-"are good. If the mouse is not working correctly press the space bar or\n"
-"RETURN to \"Cancel\" and choose again."
+"If you choose a mouse other than the default, a test screen will be\n"
+"displayed. Use the buttons and wheel to verify that the settings are\n"
+"correct. If the mouse is not working well, press the space bar or [Return]\n"
+"to \"Cancel\" and choose again."
msgstr ""
-#: ../../help.pm_.c:560
-#, fuzzy
+#: ../../help.pm_.c:623
msgid ""
-"Please select the correct port. For example, the COM1 port under MS Windows\n"
-"is named ttyS0 under GNU/Linux."
+"Please select the correct port. For example, the \"COM1\" port under\n"
+"Windows is named \"ttyS0\" under GNU/Linux."
msgstr ""
"Kies asb. die korrekte poort. Onthou dat COM1 onder MS Windows \n"
"ttyS0 onder GNU/Linux is."
-#: ../../help.pm_.c:564
+#: ../../help.pm_.c:627
msgid ""
"This is the most crucial decision point for the security of your GNU/Linux\n"
"system: you have to enter the \"root\" password. \"root\" is the system\n"
"administrator and is the only one authorized to make updates, add users,\n"
"change the overall system configuration, and so on. In short, \"root\" can\n"
"do everything! That is why you must choose a password that is difficult to\n"
-"guess - DrakX will tell you if it is too easy. As you can see, you can\n"
-"choose not to enter a password, but we strongly advise you against this if\n"
-"only for one reason: do not think that because you booted GNU/Linux that\n"
-"your other operating systems are safe from mistakes. Since \"root\" can\n"
-"overcome all limitations and unintentionally erase all data on partitions\n"
-"by carelessly accessing the partitions themselves, it is important for it\n"
-"to be difficult to become \"root\".\n"
+"guess DrakX will tell you if it is too easy. As you can see, you can choose\n"
+"not to enter a password, but we strongly advise you against this if only\n"
+"for one reason: do not think that because you booted GNU/Linux that your\n"
+"other operating systems are safe from mistakes. Since \"root\" can overcome\n"
+"all limitations and unintentionally erase all data on partitions by\n"
+"carelessly accessing the partitions themselves, it is important for it to\n"
+"be difficult to become \"root\".\n"
"\n"
"The password should be a mixture of alphanumeric characters and at least 8\n"
-"characters long. Never write down the \"root\" password - it makes it too\n"
+"characters long. Never write down the \"root\" password it makes it too\n"
"easy to compromise a system.\n"
"\n"
"However, please do not make the password too long or complicated because\n"
@@ -2731,12 +3080,12 @@ msgid ""
"The password will not be displayed on screen as you type it in. Hence, you\n"
"will have to type the password twice to reduce the chance of a typing\n"
"error. If you do happen to make the same typing error twice, this\n"
-"\"incorrect\" password will have to be used the first time you connect.\n"
+"``incorrect'' password will have to be used the first time you connect.\n"
"\n"
-"In expert mode, you will be asked if you will be connecting to an\n"
+"In Expert mode, you will be asked if you will be connecting to an\n"
"authentication server, like NIS or LDAP.\n"
"\n"
-"If your network uses LDAP (or NIS) protocol for authentication, select\n"
+"If your network uses the LDAP (or NIS) protocol for authentication, select\n"
"\"LDAP\" (or \"NIS\") as authentication. If you do not know, ask your\n"
"network administrator.\n"
"\n"
@@ -2744,61 +3093,60 @@ msgid ""
"want to choose \"Local files\" for authentication."
msgstr ""
-#: ../../help.pm_.c:600
+#: ../../help.pm_.c:663
msgid ""
-"LILO and GRUB are boot loaders for GNU/Linux. This stage, normally, is\n"
-"totally automated. In fact, DrakX analyzes the disk boot sector and acts\n"
+"LILO and grub are GNU/Linux bootloaders. This stage, normally, is totally\n"
+"automated. In fact, DrakX analyzes the disk boot sector and acts\n"
"accordingly, depending on what it finds here:\n"
"\n"
-" * if Windows boot sector is found, it will replace it with a GRUB/LILO "
-"boot\n"
-"sector. Hence, you will be able to load either GNU/Linux or another OS;\n"
+" * if a Windows boot sector is found, it will replace it with a grub/LILO\n"
+"boot sector. Hence, you will be able to load either GNU/Linux or another\n"
+"OS;\n"
"\n"
-" * if a GRUB or LILO boot sector is found, it will replace it with a new\n"
-"one;\n"
+" * if a grub or LILO boot sector is found, it will replace it with a new\n"
+"one.\n"
"\n"
"If in doubt, DrakX will display a dialog with various options.\n"
"\n"
-" * \"Boot loader to use\": you have three choices:\n"
+" * \"Bootloader to use\": you have three choices:\n"
+"\n"
+" * \"GRUB\": if you prefer grub (text menu).\n"
"\n"
" * \"LILO with graphical menu\": if you prefer LILO with its graphical\n"
"interface.\n"
"\n"
-" * \"GRUB\": if you prefer GRUB (text menu).\n"
-"\n"
" * \"LILO with text menu\": if you prefer LILO with its text menu "
"interface.\n"
"\n"
" * \"Boot device\": in most cases, you will not change the default\n"
-"(\"/dev/hda\"), but if you prefer, the boot loader can be installed on the\n"
-"second hard drive (\"/dev/hdb\"), or even on a floppy disk (\"/dev/fd0\").\n"
+"(\"/dev/hda\"), but if you prefer, the bootloader can be installed on the\n"
+"second hard drive (\"/dev/hdb\"), or even on a floppy disk (\"/dev/fd0\");\n"
"\n"
" * \"Delay before booting the default image\": when rebooting the computer,\n"
-"this is the delay granted to the user to choose - in the boot loader menu,\n"
+"this is the delay granted to the user to choose in the bootloader menu,\n"
"another boot entry than the default one.\n"
"\n"
-"!! Beware that if you choose not to install a boot loader (by selecting\n"
+"!! Beware that if you choose not to install a bootloader (by selecting\n"
"\"Cancel\" here), you must ensure that you have a way to boot your Mandrake\n"
-"Linux system! Also be sure you know what you do before changing any of the\n"
+"Linux system! Also, be sure you know what you do before changing any of the\n"
"options. !!\n"
"\n"
"Clicking the \"Advanced\" button in this dialog will offer many advanced\n"
"options, which are reserved to the expert user.\n"
"\n"
-"Mandrake Linux installs its own boot loader, which will let you boot either\n"
-"GNU/Linux or any other operating systems which you have on your system.\n"
+"After you have configured the general bootloader parameters, the list of\n"
+"boot options which will be available at boot time will be displayed.\n"
"\n"
-"If there is another operating system installed on your machine, it will be\n"
-"automatically added to the boot menu. Here, you can choose to fine-tune the\n"
-"existing options. Double-clicking on an existing entry allows you to change\n"
-"its parameters or remove it; \"Add\" creates a new entry; and \"Done\" goes\n"
-"on to the next installation step."
+"If there is another operating system installed on your machine, it will\n"
+"automatically be added to the boot menu. Here, you can choose to fine-tune\n"
+"the existing options. Select an entry and click \"Modify\" to modify or\n"
+"remove it; \"Add\" creates a new entry; and \"Done\" goes on to the next\n"
+"installation step."
msgstr ""
-#: ../../help.pm_.c:647
-#, fuzzy
+#: ../../help.pm_.c:711
msgid ""
-"LILO (the LInux LOader) and GRUB are boot loaders: they are able to boot\n"
+"LILO (the LInux LOader) and grub are bootloaders: they are able to boot\n"
"either GNU/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"
@@ -2820,8 +3168,7 @@ msgstr ""
"inskrywings kan uitvee. Maar dan het u die nodige herlaaiskywe nodig om die\n"
"betrokke bedryfstelsels te laai."
-#: ../../help.pm_.c:658
-#, fuzzy
+#: ../../help.pm_.c:722
msgid ""
"You must indicate where you wish to place the information required to boot\n"
"to GNU/Linux.\n"
@@ -2835,65 +3182,65 @@ msgstr ""
"Behalwe as u werklik weet wat u doen moet u \"Eerste sektor van skyf (MBR)\" "
"kies."
-#: ../../help.pm_.c:665
+#: ../../help.pm_.c:729
msgid ""
-"Here we select a printing system for your computer to use. Other OSes may\n"
-"offer you one, but Mandrake offers three.\n"
+"Here, we select a printing system for your computer. Other OSs may offer\n"
+"you one, but Mandrake Linux offers three.\n"
"\n"
-" * \"pdq\" - which means ``print, don't queue'', is the choice if you have "
-"a\n"
+" * \"pdq\" which means ``print, don't queue'', is the choice if you have a\n"
"direct connection to your printer and you want to be able to panic out of\n"
-"printer jams, and you do not have any networked printers. It will handle\n"
-"only very simple network cases and is somewhat slow for networks. Pick\n"
-"\"pdq\" if this is your maiden voyage to GNU/Linux. You can change your\n"
-"choices after install by running PrinterDrake from the Mandrake Control\n"
-"Center and clicking the expert button.\n"
-"\n"
-" * \"CUPS\" - ``Common Unix Printing System'' is excellent at printing to\n"
-"your local printer and also halfway round the planet. It is simple and can\n"
-"act like a server or a client for the ancient \"lpd\" printing system, so\n"
-"it is compatible with the systems that went before. It can do many tricks,\n"
-"but the basic setup is almost as easy as \"pdq\". If you need this to\n"
-"emulate an \"lpd\" server, you must turn on the \"cups-lpd\" daemon. It has\n"
+"printer jams, and you do not have networked printers. It will handle only\n"
+"very simple network cases and is somewhat slow for networks. Pick \"pdq\"\n"
+"if this is your maiden voyage to GNU/Linux. You can change your choices\n"
+"after installation by running PrinterDrake from the Mandrake Control Center\n"
+"and clicking the expert button.\n"
+"\n"
+" * \"CUPS\"``Common Unix Printing System'', is excellent at printing to "
+"your\n"
+"local printer and also halfway-around the planet. It is simple and can act\n"
+"as a server or a client for the ancient \"lpd\" printing system. Hence, it\n"
+"is compatible with the systems that went before. It can do many tricks, but\n"
+"the basic setup is almost as easy as \"pdq\". If you need this to emulate\n"
+"an \"lpd\" server, you must turn on the \"cups-lpd\" daemon. It has\n"
"graphical front-ends for printing or choosing printer options.\n"
"\n"
-" * \"lprNG\" - ``line printer daemon New Generation''. This system can do\n"
+" * \"lprNG\"``line printer daemon New Generation''. This system can do\n"
"approximately the same things the others can do, but it will print to\n"
-"printers mounted on a Novell Network, because it supports IPX protocol, and\n"
-"it can print directly to shell commands. If you have need of Novell or\n"
+"printers mounted on a Novell Network, because it supports the IPX protocol,\n"
+"and it can print directly to shell commands. If you have need of Novell or\n"
"printing to commands without using a separate pipe construct, use lprNG.\n"
"Otherwise, CUPS is preferable as it is simpler and better at working over\n"
"networks."
msgstr ""
-#: ../../help.pm_.c:693
+#: ../../help.pm_.c:757
#, fuzzy
msgid ""
-"DrakX is now detecting any IDE devices present in your computer. It will\n"
-"also scan for one or more PCI SCSI card(s) on your system. If a SCSI card\n"
-"is found DrakX will automatically install the appropriate driver.\n"
+"DrakX now detects any IDE device present in your computer. It will also\n"
+"scan for one or more PCI SCSI card(s) on your system. If a SCSI card is\n"
+"found, DrakX will automatically install the appropriate driver.\n"
"\n"
-"Because hardware detection will sometimes not detect a piece of hardware\n"
+"Because hardware detection does not always detect a piece of hardware,\n"
"DrakX will ask you to confirm if a PCI SCSI card is present. Click \"Yes\"\n"
"if you know that there is a SCSI card installed in your machine. You will\n"
"be presented a list of SCSI cards to choose from. Click \"No\" if you have\n"
-"no SCSI hardware. If you are unsure you can check the list of hardware\n"
+"no SCSI hardware. If you are unsure, you can check the list of hardware\n"
"detected in your machine by selecting \"See hardware info\" and clicking\n"
"\"OK\". Examine the list of hardware and then click on the \"OK\" button to\n"
"return to the SCSI interface question.\n"
"\n"
"If you have to manually specify your adapter, DrakX will ask if you want to\n"
"specify options for it. You should allow DrakX to probe the hardware for\n"
-"the card-specific options that the hardware needs to initialize. This\n"
+"the card-specific options which the hardware needs to initialize. This\n"
"usually works well.\n"
"\n"
-"If DrakX is not able to probe for the options that need to be passed, you\n"
-"will need to manually provide options to the driver. Please review the\n"
-"``User Guide'' (chapter 3, section \"Collecting information on your\n"
-"hardware\") for hints on retrieving the parameters required from hardware\n"
-"documentation, from the manufacturer's web site (if you have Internet\n"
-"access) or from Microsoft Windows (if you used this hardware with Windows\n"
-"on your system)."
+"If DrakX is not able to probe for the options which need to be passed, you\n"
+"will need to provide options to the driver manually. Please review the\n"
+"``User Guide'' (chapter 3, in the ``Collecting Information on Your\n"
+"Hardware'' section) for hints on retrieving the parameters required from\n"
+"hardware documentation, from the manufacturer's web site (if you have\n"
+"Internet access) or from MicrosoftWindows (if you used this hardware with\n"
+"Windows on your system)."
msgstr ""
"DrakX sal probeer om vir PCI SCSI-kaarte te soek.\n"
"Indien DrakX 'n SCSI-kaart bespeur en weet watter drywer omte gebruik sal "
@@ -2914,23 +3261,24 @@ msgstr ""
"Windows-bedryfstelsel te bekom.\n"
"U kan dit ook vanaf die internet onttrek indien u sulke toegang het."
-#: ../../help.pm_.c:720
+#: ../../help.pm_.c:784
msgid ""
"You can add additional entries for yaboot, either for other operating\n"
"systems, alternate kernels, or for an emergency boot image.\n"
"\n"
-"For other OS's, the entry consists only of a label and the root partition.\n"
+"For other OSs, the entry consists only of a label and the \"root\"\n"
+"partition.\n"
"\n"
"For Linux, there are a few possible options:\n"
"\n"
" * Label: this is simply the name you will have to type at the yaboot "
"prompt\n"
-"to select this boot option.\n"
+"to select this boot option;\n"
"\n"
" * Image: this would be the name of the kernel to boot. Typically, vmlinux\n"
-"or a variation of vmlinux with an extension.\n"
+"or a variation of vmlinux with an extension;\n"
"\n"
-" * Root: the \"root\" device or \"/\" for your Linux installation.\n"
+" * Root: the \"root\" device or ``/'' for your Linux installation;\n"
"\n"
" * Append: on Apple hardware, the kernel append option is used quite often\n"
"to assist in initializing video hardware, or to enable keyboard mouse\n"
@@ -2944,102 +3292,100 @@ msgid ""
"\n"
" * Initrd: this option can be used either to load initial modules, before\n"
"the boot device is available, or to load a ramdisk image for an emergency\n"
-"boot situation.\n"
+"boot situation;\n"
"\n"
" * Initrd-size: the default ramdisk size is generally 4,096 bytes. If you\n"
-"need to allocate a large ramdisk, this option can be used.\n"
+"need to allocate a large ramdisk, this option can be used;\n"
"\n"
" * Read-write: normally the \"root\" partition is initially brought up in\n"
-"read-only, to allow a file system check before the system becomes \"live\".\n"
-"Here, you can override this option.\n"
+"read-only, to allow a file system check before the system becomes ``live''.\n"
+"Here, you can override this option;\n"
"\n"
" * NoVideo: should the Apple video hardware prove to be exceptionally\n"
-"problematic, you can select this option to boot in \"novideo\" mode, with\n"
-"native frame buffer support.\n"
+"problematic, you can select this option to boot in ``novideo'' mode, with\n"
+"native frame buffer support;\n"
"\n"
" * Default: selects this entry as being the default Linux selection,\n"
"selectable by just pressing ENTER at the yaboot prompt. This entry will\n"
-"also be highlighted with a \"*\", if you press [Tab] to see the boot\n"
+"also be highlighted with a ``*'', if you press [Tab] to see the boot\n"
"selections."
msgstr ""
-#: ../../help.pm_.c:765
+#: ../../help.pm_.c:830
msgid ""
-"Yaboot is a boot loader for NewWorld MacIntosh hardware. It is able to boot\n"
+"Yaboot is a bootloader for NewWorld MacIntosh hardware. It is able to boot\n"
"either GNU/Linux, MacOS or MacOSX if present on your computer. Normally,\n"
"these other operating systems are correctly detected and installed. If this\n"
-"is not the case, you can add an entry by hand in this screen. Be careful as\n"
-"to choose the correct parameters.\n"
+"is not the case, you can add an entry by hand in this screen. Be careful to\n"
+"choose the correct parameters.\n"
"\n"
"Yaboot's main options are:\n"
"\n"
-" * Init Message: a simple text message that is displayed before the boot\n"
-"prompt.\n"
+" * Init Message: a simple text message displayed before the boot prompt;\n"
"\n"
-" * Boot Device: indicate where you want to place the information required "
-"to\n"
-"boot to GNU/Linux. Generally, you setup a bootstrap partition earlier to\n"
-"hold this information.\n"
+" * Boot Device: indicates where you want to place the information required\n"
+"to boot to GNU/Linux. Generally, you set up a bootstrap partition earlier\n"
+"to hold this information;\n"
"\n"
" * Open Firmware Delay: unlike LILO, there are two delays available with\n"
"yaboot. The first delay is measured in seconds and at this point, you can\n"
-"choose between CD, OF boot, MacOS or Linux.\n"
+"choose between CD, OF boot, MacOS or Linux;\n"
"\n"
" * Kernel Boot Timeout: this timeout is similar to the LILO boot delay.\n"
"After selecting Linux, you will have this delay in 0.1 second before your\n"
-"default kernel description is selected.\n"
+"default kernel description is selected;\n"
"\n"
-" * Enable CD Boot?: checking this option allows you to choose \"C\" for CD\n"
-"at the first boot prompt.\n"
+" * Enable CD Boot?: checking this option allows you to choose ``C'' for CD\n"
+"at the first boot prompt;\n"
"\n"
-" * Enable OF Boot?: checking this option allows you to choose \"N\" for "
+" * Enable OF Boot?: checking this option allows you to choose ``N'' for "
"Open\n"
-"Firmware at the first boot prompt.\n"
+"Firmware at the first boot prompt;\n"
"\n"
" * Default OS: you can select which OS will boot by default when the Open\n"
"Firmware Delay expires."
msgstr ""
-#: ../../help.pm_.c:798
+#: ../../help.pm_.c:862
msgid ""
"Here are presented various parameters concerning your machine. Depending on\n"
-"your installed hardware, you may - or not, see the following entries:\n"
+"your installed hardware, you may or not, see the following entries:\n"
"\n"
-" * \"Mouse\": mouse check the current mouse configuration and click on the\n"
-"button to change it if necessary.\n"
+" * \"Mouse\": check the current mouse configuration and click on the button\n"
+"to change it if necessary;\n"
"\n"
-" * \"Keyboard\": keyboard check the current keyboard map configuration and\n"
-"click on the button to change that if necessary.\n"
+" * \"Keyboard\": check the current keyboard map configuration and click on\n"
+"the button to change that if necessary;\n"
"\n"
-" * \"Timezone\": time zoneDrakX, by default, guesses your time zone from "
-"the\n"
-"language you have chosen. But here again, as for the choice of a keyboard,\n"
-"you may not be in the country for which the chosen language should\n"
-"correspond. Hence, you may need to click on the \"Timezone\" button in\n"
-"order to configure the clock according to the time zone you are in.\n"
+" * \"Timezone\": DrakX, by default, guesses your time zone from the "
+"language\n"
+"you have chosen. But here again, as for the choice of a keyboard, you may\n"
+"not be in the country for which the chosen language should correspond.\n"
+"Hence, you may need to click on the \"Timezone\" button in order to\n"
+"configure the clock according to the time zone you are in;\n"
"\n"
" * \"Printer\": clicking on the \"No Printer\" button will open the printer\n"
-"configuration wizard.\n"
+"configuration wizard;\n"
"\n"
" * \"Sound card\": if a sound card is detected on your system, it is\n"
-"displayed here. No modification possible at installation time.\n"
+"displayed here. No modification possible at installation time;\n"
"\n"
" * \"TV card\": if a TV card is detected on your system, it is displayed\n"
-"here. No modification possible at installation time.\n"
+"here. No modification possible at installation time;\n"
"\n"
" * \"ISDN card\": if an ISDN card is detected on your system, it is\n"
"displayed here. You can click on the button to change the parameters\n"
-"associated to it."
+"associated with it."
msgstr ""
-#: ../../help.pm_.c:827
+#: ../../help.pm_.c:891
msgid ""
-"Choose the hard drive you want to erase to install your new Mandrake Linux\n"
-"partition. Be careful, all data present on it will be lost and will not be\n"
-"recoverable!"
+"Choose the hard drive you want to erase in order to install your new\n"
+"Mandrake Linux partition. Be careful, all data present on it will be lost\n"
+"and will not be recoverable!"
msgstr ""
-#: ../../help.pm_.c:832
+#: ../../help.pm_.c:896
msgid ""
"Click on \"OK\" if you want to delete all data and partitions present on\n"
"this hard drive. Be careful, after clicking on \"OK\", you will not be able\n"
@@ -3050,13 +3396,20 @@ msgid ""
"partitions present on this hard drive."
msgstr ""
-#: ../../install2.pm_.c:114
+#: ../../install2.pm_.c:113
#, c-format
msgid ""
-"Can't access kernel modules corresponding to your kernel (file %s is missing)"
+"Can't access kernel modules corresponding to your kernel (file %s is "
+"missing), this generally means your boot floppy in not in sync with the "
+"Installation medium (please create a newer boot floppy)"
msgstr ""
-#: ../../install_any.pm_.c:421
+#: ../../install2.pm_.c:169
+#, c-format
+msgid "You must also format %s"
+msgstr ""
+
+#: ../../install_any.pm_.c:411
#, c-format
msgid ""
"You have selected the following server(s): %s\n"
@@ -3071,7 +3424,7 @@ msgid ""
"Do you really want to install these servers?\n"
msgstr ""
-#: ../../install_any.pm_.c:457
+#: ../../install_any.pm_.c:447
msgid "Can't use broadcast with no NIS domain"
msgstr "Kan nie uitsaau sonder 'n NIS-domein nie"
@@ -3092,20 +3445,11 @@ msgstr ""
"Om hierdie gestoorde pakketkeuse te gebruik, herlaai die installasie met "
"\"linux defcfg=floppy\""
-#: ../../install_any.pm_.c:831 ../../partition_table.pm_.c:737
+#: ../../install_any.pm_.c:831 ../../partition_table.pm_.c:763
#, c-format
msgid "Error reading file %s"
msgstr "Fout met die les van ler %s"
-#: ../../install_gtk.pm_.c:84 ../../install_steps_gtk.pm_.c:325
-#: ../../interactive.pm_.c:107 ../../interactive.pm_.c:122
-#: ../../interactive.pm_.c:286 ../../interactive.pm_.c:308
-#: ../../interactive_http.pm_.c:104 ../../interactive_newt.pm_.c:170
-#: ../../interactive_stdio.pm_.c:27 ../../my_gtk.pm_.c:415
-#: ../../my_gtk.pm_.c:716 ../../my_gtk.pm_.c:738
-msgid "Ok"
-msgstr "OK"
-
#: ../../install_interactive.pm_.c:23
#, c-format
msgid ""
@@ -3115,7 +3459,7 @@ msgstr ""
"Sekere hardeware op u rekenaar benodig geslote drywers.\n"
" U kan inligting hieroorvind by %s"
-#: ../../install_interactive.pm_.c:44
+#: ../../install_interactive.pm_.c:58
msgid ""
"You must have a root partition.\n"
"For this, create a partition (or click on an existing one).\n"
@@ -3125,11 +3469,11 @@ msgstr ""
"Skep 'n partisie of kliek op 'n bestaande een.\n"
"Kies dan Hegpunt en stel dit dan '/'."
-#: ../../install_interactive.pm_.c:49 ../../install_steps_graphical.pm_.c:259
+#: ../../install_interactive.pm_.c:63
msgid "You must have a swap partition"
msgstr "U moet oor 'n ruilpartisie beskik"
-#: ../../install_interactive.pm_.c:50 ../../install_steps_graphical.pm_.c:261
+#: ../../install_interactive.pm_.c:64
msgid ""
"You don't have a swap partition\n"
"\n"
@@ -3139,59 +3483,59 @@ msgstr ""
"\n"
"Wil u steeds voortgaan?"
-#: ../../install_interactive.pm_.c:53 ../../install_steps.pm_.c:165
+#: ../../install_interactive.pm_.c:67 ../../install_steps.pm_.c:163
msgid "You must have a FAT partition mounted in /boot/efi"
msgstr "U moet oor 'n FAT partisie wat as /boot/efi geheg is, beskik"
-#: ../../install_interactive.pm_.c:76
+#: ../../install_interactive.pm_.c:90
msgid "Use free space"
msgstr "Gebruik beskikbare spasie"
-#: ../../install_interactive.pm_.c:78
+#: ../../install_interactive.pm_.c:92
msgid "Not enough free space to allocate new partitions"
msgstr "Nie genoeg spasie beskikbaar om nuwe partisies toe te ken nie"
-#: ../../install_interactive.pm_.c:86
+#: ../../install_interactive.pm_.c:100
msgid "Use existing partition"
msgstr "Gebruik bestaande partisies"
-#: ../../install_interactive.pm_.c:88
+#: ../../install_interactive.pm_.c:102
msgid "There is no existing partition to use"
msgstr "Daar is geen bestaande partisies om te gebruik nie"
-#: ../../install_interactive.pm_.c:95
+#: ../../install_interactive.pm_.c:109
msgid "Use the Windows partition for loopback"
msgstr "Gebruik vir die Windows-partisie vir teruglus"
-#: ../../install_interactive.pm_.c:98
+#: ../../install_interactive.pm_.c:112
msgid "Which partition do you want to use for Linux4Win?"
msgstr "Watter partisie wil u vir Linux4Win gebruik?"
-#: ../../install_interactive.pm_.c:100
+#: ../../install_interactive.pm_.c:114
msgid "Choose the sizes"
msgstr "Kies die groottes"
-#: ../../install_interactive.pm_.c:101
+#: ../../install_interactive.pm_.c:115
msgid "Root partition size in MB: "
msgstr "Basispartisiegrootte in MB:"
-#: ../../install_interactive.pm_.c:102
+#: ../../install_interactive.pm_.c:116
msgid "Swap partition size in MB: "
msgstr "Ruilpartisiegrootte in MB: "
-#: ../../install_interactive.pm_.c:111
+#: ../../install_interactive.pm_.c:125
msgid "Use the free space on the Windows partition"
msgstr "Gebruik die beskikbare spasie op die Windowspartisie"
-#: ../../install_interactive.pm_.c:114
+#: ../../install_interactive.pm_.c:128
msgid "Which partition do you want to resize?"
msgstr "Watter partisie se grootte wil u verander?"
-#: ../../install_interactive.pm_.c:116
+#: ../../install_interactive.pm_.c:130
msgid "Computing Windows filesystem bounds"
msgstr "Windowslerstelselgrense word bereken"
-#: ../../install_interactive.pm_.c:119
+#: ../../install_interactive.pm_.c:133
#, c-format
msgid ""
"The FAT resizer is unable to handle your partition, \n"
@@ -3200,18 +3544,20 @@ msgstr ""
"Die FAT-verstellingsprogram kan nie u partisie hanteer nie.\n"
"Fout: %s"
-#: ../../install_interactive.pm_.c:122
+#: ../../install_interactive.pm_.c:136
msgid "Your Windows partition is too fragmented, please run ``defrag'' first"
msgstr "U Windows-partisie is te gefragmenteer. Loop eers 'defrag' asb."
-#: ../../install_interactive.pm_.c:123
+#: ../../install_interactive.pm_.c:137
+#, fuzzy
msgid ""
"WARNING!\n"
"\n"
-"DrakX will now resize your Windows partition. Be careful: this operation is\n"
-"dangerous. If you have not already done so, you should first exit the\n"
-"installation, run scandisk under Windows (and optionally run defrag), then\n"
-"restart the installation. You should also backup your data.\n"
+"DrakX will now resize your Windows partition. Be careful:\n"
+"this operation is dangerous. If you have not already done\n"
+"so, you should first exit the installation, run scandisk\n"
+"under Windows (and optionally run defrag), then restart the\n"
+"installation. You should also backup your data.\n"
"When sure, press Ok."
msgstr ""
"WAARSKUWING\n"
@@ -3224,21 +3570,21 @@ msgstr ""
"hierdie installasie. Rugstuen ook u data. Insien u skeer is van u saak, kies "
"OK."
-#: ../../install_interactive.pm_.c:132
+#: ../../install_interactive.pm_.c:147
msgid "Which size do you want to keep for windows on"
msgstr "Watter grootte wil u vir Windows behou?"
-#: ../../install_interactive.pm_.c:133
+#: ../../install_interactive.pm_.c:148
#, c-format
msgid "partition %s"
msgstr "partisie %s"
-#: ../../install_interactive.pm_.c:139
+#: ../../install_interactive.pm_.c:155
#, c-format
msgid "FAT resizing failed: %s"
msgstr "FAT-grootteverandering het gefaal: %s"
-#: ../../install_interactive.pm_.c:154
+#: ../../install_interactive.pm_.c:170
msgid ""
"There is no FAT partitions to resize or to use as loopback (or not enough "
"space left)"
@@ -3246,32 +3592,32 @@ msgstr ""
"Daar is geen FAT partisies om te verander of om as teruglus (nie genoeg "
"spasie nie) te gebruik nie"
-#: ../../install_interactive.pm_.c:160
+#: ../../install_interactive.pm_.c:176
msgid "Erase entire disk"
msgstr "Wis hele skyf"
-#: ../../install_interactive.pm_.c:160
+#: ../../install_interactive.pm_.c:176
msgid "Remove Windows(TM)"
msgstr "Verwyder Windows(TM)"
-#: ../../install_interactive.pm_.c:163
+#: ../../install_interactive.pm_.c:179
msgid "You have more than one hard drive, which one do you install linux on?"
msgstr "U het meer as een hardeskyf, waar wil u Linux installeer?"
-#: ../../install_interactive.pm_.c:166
+#: ../../install_interactive.pm_.c:182
#, c-format
msgid "ALL existing partitions and their data will be lost on drive %s"
msgstr "Alle bestaande partisies en data sal uitgewis word op skyf %s"
-#: ../../install_interactive.pm_.c:174
+#: ../../install_interactive.pm_.c:190
msgid "Custom disk partitioning"
msgstr "Gespesialiseerde skyfpartisionering"
-#: ../../install_interactive.pm_.c:178
+#: ../../install_interactive.pm_.c:194
msgid "Use fdisk"
msgstr "Gebruik fdisk"
-#: ../../install_interactive.pm_.c:181
+#: ../../install_interactive.pm_.c:197
#, c-format
msgid ""
"You can now partition %s.\n"
@@ -3280,32 +3626,32 @@ msgstr ""
"U het nou partisie %s partisioneer.\n"
"Wanneer u klaar is, stoor u veranderinge met 'w'."
-#: ../../install_interactive.pm_.c:210
+#: ../../install_interactive.pm_.c:226
msgid "You don't have enough free space on your Windows partition"
msgstr "Die Windowspartisie beskik nie oor die nodige spasie nie."
-#: ../../install_interactive.pm_.c:226
+#: ../../install_interactive.pm_.c:242
msgid "I can't find any room for installing"
msgstr "Ek kon geen plek vir installasie vind nie."
-#: ../../install_interactive.pm_.c:230
+#: ../../install_interactive.pm_.c:246
msgid "The DrakX Partitioning wizard found the following solutions:"
msgstr "Die DrakX partisioneringsassistent het die volgende oplossings:"
-#: ../../install_interactive.pm_.c:235
+#: ../../install_interactive.pm_.c:251
#, c-format
msgid "Partitioning failed: %s"
msgstr "Partisionering het misluk: %s"
-#: ../../install_interactive.pm_.c:241
+#: ../../install_interactive.pm_.c:261
msgid "Bringing up the network"
msgstr "Netwerk op pad op"
-#: ../../install_interactive.pm_.c:246
+#: ../../install_interactive.pm_.c:266
msgid "Bringing down the network"
msgstr "Netwerk op pad af"
-#: ../../install_steps.pm_.c:73
+#: ../../install_steps.pm_.c:76
msgid ""
"An error occurred, but I don't know how to handle it nicely.\n"
"Continue at your own risk."
@@ -3313,12 +3659,12 @@ msgstr ""
"'n Fout het plaasgevind en ek weet nie hoe om dit veilig te hanteer\n"
"nie. Gaan op u eie risiko voort."
-#: ../../install_steps.pm_.c:207
+#: ../../install_steps.pm_.c:205
#, c-format
msgid "Duplicate mount point %s"
msgstr "Duplikaat hegpunt %s"
-#: ../../install_steps.pm_.c:384
+#: ../../install_steps.pm_.c:388
msgid ""
"Some important packages didn't get installed properly.\n"
"Either your cdrom drive or your cdrom is defective.\n"
@@ -3330,93 +3676,21 @@ msgstr ""
"Toets die CD op 'n werkende Linux installasie met \"rpm -qpl Mandrake/RPMS/*."
"rpm\"\n"
-#: ../../install_steps.pm_.c:459
+#: ../../install_steps.pm_.c:458
#, c-format
msgid "Welcome to %s"
msgstr "Welkom by %s"
-#: ../../install_steps.pm_.c:506 ../../install_steps.pm_.c:709
+#: ../../install_steps.pm_.c:513 ../../install_steps.pm_.c:755
msgid "No floppy drive available"
msgstr "Geen sagteskyaandrywer beskikbaar nie"
-#: ../../install_steps_auto_install.pm_.c:77
-#: ../../install_steps_stdio.pm_.c:23
+#: ../../install_steps_auto_install.pm_.c:76
+#: ../../install_steps_stdio.pm_.c:22
#, c-format
msgid "Entering step `%s'\n"
msgstr "Gaan stap '%s' binne\n"
-#: ../../install_steps_graphical.pm_.c:287
-msgid "Choose the size you want to install"
-msgstr "Kies die grootte van die installasie"
-
-#: ../../install_steps_graphical.pm_.c:334
-msgid "Total size: "
-msgstr "Totale grootte: "
-
-#: ../../install_steps_graphical.pm_.c:346 ../../install_steps_gtk.pm_.c:387
-#, c-format
-msgid "Version: %s\n"
-msgstr "Weergawe: %s\n"
-
-#: ../../install_steps_graphical.pm_.c:347 ../../install_steps_gtk.pm_.c:388
-#, c-format
-msgid "Size: %d KB\n"
-msgstr "Groote: %d KB\n"
-
-#: ../../install_steps_graphical.pm_.c:462 ../../install_steps_gtk.pm_.c:481
-#: ../../install_steps_interactive.pm_.c:509
-msgid "Choose the packages you want to install"
-msgstr "Kies die pakkette wat u wil installeer"
-
-#: ../../install_steps_graphical.pm_.c:465 ../../interactive_gtk.pm_.c:571
-msgid "Info"
-msgstr "Info"
-
-#: ../../install_steps_graphical.pm_.c:473 ../../install_steps_gtk.pm_.c:457
-#: ../../install_steps_interactive.pm_.c:212
-msgid "Install"
-msgstr "Installasie"
-
-#: ../../install_steps_graphical.pm_.c:492 ../../install_steps_gtk.pm_.c:497
-#: ../../install_steps_interactive.pm_.c:695
-msgid "Installing"
-msgstr "Besig met installasie"
-
-#: ../../install_steps_graphical.pm_.c:499
-msgid "Please wait, "
-msgstr "Wag asb.,"
-
-#: ../../install_steps_graphical.pm_.c:501 ../../install_steps_gtk.pm_.c:510
-msgid "Time remaining "
-msgstr "Tyd oor "
-
-#: ../../install_steps_graphical.pm_.c:502
-msgid "Total time "
-msgstr "Totale tyd "
-
-#: ../../install_steps_graphical.pm_.c:507
-#: ../../install_steps_interactive.pm_.c:695
-msgid "Preparing installation"
-msgstr "Berei installasie voor"
-
-#: ../../install_steps_graphical.pm_.c:528 ../../install_steps_gtk.pm_.c:558
-#, c-format
-msgid "Installing package %s"
-msgstr "Installeer pakket %s"
-
-#: ../../install_steps_graphical.pm_.c:553 ../../install_steps_gtk.pm_.c:642
-#: ../../install_steps_gtk.pm_.c:646
-msgid "Go on anyway?"
-msgstr "Gaan steeds voort?"
-
-#: ../../install_steps_graphical.pm_.c:553 ../../install_steps_gtk.pm_.c:642
-msgid "There was an error ordering packages:"
-msgstr "Daar was 'n fout met pakkette:"
-
-#: ../../install_steps_graphical.pm_.c:577
-msgid "Use existing configuration for X11?"
-msgstr "Gebruik bestaande konfigurasie vir X11?"
-
#: ../../install_steps_gtk.pm_.c:148
msgid ""
"Your system is low on resource. You may have some problem installing\n"
@@ -3431,12 +3705,13 @@ msgstr ""
"'F1' druk wanneer u vanaf die CDROM herlaai en dan 'text' op die "
"instruksielyn intik."
-#: ../../install_steps_gtk.pm_.c:159 ../../install_steps_interactive.pm_.c:187
+#: ../../install_steps_gtk.pm_.c:159 ../../install_steps_interactive.pm_.c:224
msgid "Install Class"
msgstr "Installasieklas"
#: ../../install_steps_gtk.pm_.c:162
-msgid "Please, choose one of the following classes of installation:"
+#, fuzzy
+msgid "Please choose one of the following classes of installation:"
msgstr "Kies asb. een van die volgende installasieklasse:"
#: ../../install_steps_gtk.pm_.c:228
@@ -3484,34 +3759,44 @@ msgstr "U sal met meer akkuraatheid in die volgende stap kan kies."
msgid "Percentage of packages to install"
msgstr "Persentasie pakkette om te installeer"
-#: ../../install_steps_gtk.pm_.c:291 ../../install_steps_interactive.pm_.c:619
+#: ../../install_steps_gtk.pm_.c:291 ../../install_steps_interactive.pm_.c:705
msgid "Package Group Selection"
msgstr "Kies pakketgroepe"
-#: ../../install_steps_gtk.pm_.c:320 ../../install_steps_interactive.pm_.c:634
+#: ../../install_steps_gtk.pm_.c:323 ../../install_steps_interactive.pm_.c:720
msgid "Individual package selection"
msgstr "Individuele pakketseleksie"
-#: ../../install_steps_gtk.pm_.c:343 ../../install_steps_interactive.pm_.c:598
+#: ../../install_steps_gtk.pm_.c:346 ../../install_steps_interactive.pm_.c:645
#, c-format
msgid "Total size: %d / %d MB"
msgstr "Totale grootte: %d / %d MB"
-#: ../../install_steps_gtk.pm_.c:385
+#: ../../install_steps_gtk.pm_.c:391
msgid "Bad package"
msgstr "Foutiewe pakket"
-#: ../../install_steps_gtk.pm_.c:386
+#: ../../install_steps_gtk.pm_.c:392
#, c-format
msgid "Name: %s\n"
msgstr "Naam: %s\n"
-#: ../../install_steps_gtk.pm_.c:389
+#: ../../install_steps_gtk.pm_.c:393
+#, c-format
+msgid "Version: %s\n"
+msgstr "Weergawe: %s\n"
+
+#: ../../install_steps_gtk.pm_.c:394
+#, c-format
+msgid "Size: %d KB\n"
+msgstr "Groote: %d KB\n"
+
+#: ../../install_steps_gtk.pm_.c:395
#, c-format
msgid "Importance: %s\n"
msgstr "Belangrikheid: %s\n"
-#: ../../install_steps_gtk.pm_.c:411
+#: ../../install_steps_gtk.pm_.c:417
msgid ""
"You can't select this package as there is not enough space left to install it"
msgstr ""
@@ -3519,28 +3804,28 @@ msgstr ""
"beskikbaar is nie"
#
-#: ../../install_steps_gtk.pm_.c:416
+#: ../../install_steps_gtk.pm_.c:422
msgid "The following packages are going to be installed"
msgstr "Die volgende pakkette gaan installeer word"
#
-#: ../../install_steps_gtk.pm_.c:417
+#: ../../install_steps_gtk.pm_.c:423
msgid "The following packages are going to be removed"
msgstr "Dei volgende pakkette gaan verwyder word"
-#: ../../install_steps_gtk.pm_.c:429
+#: ../../install_steps_gtk.pm_.c:435
msgid "You can't select/unselect this package"
msgstr "U kan nie hierdie pakket selekteer/deselekteer nie"
-#: ../../install_steps_gtk.pm_.c:441
+#: ../../install_steps_gtk.pm_.c:447
msgid "This is a mandatory package, it can't be unselected"
msgstr "Hierdie is 'n verpligte pakket. Dit kan nie uitgehaal word nie."
-#: ../../install_steps_gtk.pm_.c:443
+#: ../../install_steps_gtk.pm_.c:449
msgid "You can't unselect this package. It is already installed"
msgstr "U kan nie heirdie pakket verwyder nie. Dis alreeds genstalleer"
-#: ../../install_steps_gtk.pm_.c:447
+#: ../../install_steps_gtk.pm_.c:453
msgid ""
"This package must be upgraded\n"
"Are you sure you want to deselect it?"
@@ -3548,40 +3833,104 @@ msgstr ""
"Hierdie pakket moet opgradeer word\n"
"Is u seker u wil dit deselekteer?"
-#: ../../install_steps_gtk.pm_.c:451
+#: ../../install_steps_gtk.pm_.c:457
msgid "You can't unselect this package. It must be upgraded"
msgstr "U kan nie hierdie pakket deselekteer nie. Dit moet opgradeer word."
-#: ../../install_steps_gtk.pm_.c:456
+#: ../../install_steps_gtk.pm_.c:462
msgid "Show automatically selected packages"
msgstr "Wys outogeselekteerde pakkette."
-#: ../../install_steps_gtk.pm_.c:460
+#: ../../install_steps_gtk.pm_.c:463 ../../install_steps_interactive.pm_.c:246
+#: ../../install_steps_interactive.pm_.c:250
+msgid "Install"
+msgstr "Installasie"
+
+#: ../../install_steps_gtk.pm_.c:466
msgid "Load/Save on floppy"
msgstr "Laai/Stoor op floppie"
-#: ../../install_steps_gtk.pm_.c:461
+#: ../../install_steps_gtk.pm_.c:467
msgid "Updating package selection"
msgstr "Pakketseleksie word opgedateer"
-#: ../../install_steps_gtk.pm_.c:466
+#: ../../install_steps_gtk.pm_.c:472
msgid "Minimal install"
msgstr "Minimale installasie"
-#: ../../install_steps_gtk.pm_.c:503
+#: ../../install_steps_gtk.pm_.c:487 ../../install_steps_interactive.pm_.c:555
+msgid "Choose the packages you want to install"
+msgstr "Kies die pakkette wat u wil installeer"
+
+#: ../../install_steps_gtk.pm_.c:503 ../../install_steps_interactive.pm_.c:787
+msgid "Installing"
+msgstr "Besig met installasie"
+
+#: ../../install_steps_gtk.pm_.c:509
msgid "Estimating"
msgstr "Skatting"
-#: ../../install_steps_gtk.pm_.c:522
+#: ../../install_steps_gtk.pm_.c:516
+msgid "Time remaining "
+msgstr "Tyd oor "
+
+#: ../../install_steps_gtk.pm_.c:528
msgid "Please wait, preparing installation"
msgstr "Wag asb. installasie word voorberei"
-#: ../../install_steps_gtk.pm_.c:553
+#: ../../install_steps_gtk.pm_.c:611
#, c-format
msgid "%d packages"
msgstr "%d pakkette"
-#: ../../install_steps_gtk.pm_.c:599
+#: ../../install_steps_gtk.pm_.c:616
+#, c-format
+msgid "Installing package %s"
+msgstr "Installeer pakket %s"
+
+#
+#: ../../install_steps_gtk.pm_.c:657 ../../install_steps_interactive.pm_.c:185
+#: ../../install_steps_interactive.pm_.c:811
+#: ../../standalone/drakautoinst_.c:203
+msgid "Accept"
+msgstr "Aanvaar "
+
+#
+#: ../../install_steps_gtk.pm_.c:657 ../../install_steps_interactive.pm_.c:185
+#: ../../install_steps_interactive.pm_.c:811
+msgid "Refuse"
+msgstr "Weier"
+
+#: ../../install_steps_gtk.pm_.c:658 ../../install_steps_interactive.pm_.c:812
+#, 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 ""
+"Verander u CDROM!\n"
+"\n"
+"Sit asb. die CDROM getiteld \"%s\" in die aandrywer en druk OK. Indien u "
+"nie\n"
+"hieroor beskik nie, druk Kanselleer om installasies vanaf di CDROM te vermy."
+
+#: ../../install_steps_gtk.pm_.c:672 ../../install_steps_gtk.pm_.c:676
+#: ../../install_steps_interactive.pm_.c:824
+#: ../../install_steps_interactive.pm_.c:828
+msgid "Go on anyway?"
+msgstr "Gaan steeds voort?"
+
+#: ../../install_steps_gtk.pm_.c:672 ../../install_steps_interactive.pm_.c:824
+msgid "There was an error ordering packages:"
+msgstr "Daar was 'n fout met pakkette:"
+
+#: ../../install_steps_gtk.pm_.c:676 ../../install_steps_interactive.pm_.c:828
+msgid "There was an error installing packages:"
+msgstr "Daar was 'n fout met die installasie van die pakkette:"
+
+#: ../../install_steps_interactive.pm_.c:10
msgid ""
"\n"
"Warning\n"
@@ -3613,44 +3962,20 @@ msgid ""
"copyright laws applicable to software programs.\n"
msgstr ""
-#
-#: ../../install_steps_gtk.pm_.c:627 ../../install_steps_interactive.pm_.c:148
-msgid "Accept"
-msgstr "Aanvaar "
-
-#
-#: ../../install_steps_gtk.pm_.c:627 ../../install_steps_interactive.pm_.c:148
-msgid "Refuse"
-msgstr "Weier"
-
-#: ../../install_steps_gtk.pm_.c:628
-#, 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 ""
-"Verander u CDROM!\n"
-"\n"
-"Sit asb. die CDROM getiteld \"%s\" in die aandrywer en druk OK. Indien u "
-"nie\n"
-"hieroor beskik nie, druk Kanselleer om installasies vanaf di CDROM te vermy."
-
-#: ../../install_steps_gtk.pm_.c:646
-msgid "There was an error installing packages:"
-msgstr "Daar was 'n fout met die installasie van die pakkette:"
-
-#: ../../install_steps_interactive.pm_.c:37
+#: ../../install_steps_interactive.pm_.c:67
msgid "An error occurred"
msgstr "'n Fout het voorgekom"
-#: ../../install_steps_interactive.pm_.c:71
+#: ../../install_steps_interactive.pm_.c:85
+#, fuzzy
+msgid "Do you really want to leave the installation?"
+msgstr "Wil u die werklik die drukker verwyder?"
+
+#: ../../install_steps_interactive.pm_.c:108
msgid "License agreement"
msgstr "Lisensieooreenkoms"
-#: ../../install_steps_interactive.pm_.c:72
+#: ../../install_steps_interactive.pm_.c:109
msgid ""
"Introduction\n"
"\n"
@@ -3771,99 +4096,108 @@ msgid ""
"For any question on this document, please contact MandrakeSoft S.A. \n"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:168
-#: ../../install_steps_interactive.pm_.c:871
+#: ../../install_steps_interactive.pm_.c:205
+#: ../../install_steps_interactive.pm_.c:1045
#: ../../standalone/keyboarddrake_.c:28
msgid "Keyboard"
msgstr "Sleutelbord"
-#: ../../install_steps_interactive.pm_.c:169
-#: ../../standalone/keyboarddrake_.c:29
-msgid "Please, choose your keyboard layout."
+#: ../../install_steps_interactive.pm_.c:206
+#, fuzzy
+msgid "Please choose your keyboard layout."
msgstr "Wat is u sleutelborduitleg?"
-#: ../../install_steps_interactive.pm_.c:170
+#: ../../install_steps_interactive.pm_.c:207
msgid "Here is the full list of keyboards available"
msgstr "Hierdie is die volledige lys van beskikbare sleutelborde"
-#: ../../install_steps_interactive.pm_.c:187
+#: ../../install_steps_interactive.pm_.c:224
msgid "Which installation class do you want?"
msgstr "Watter installasieklas verlang u?"
-#: ../../install_steps_interactive.pm_.c:189
+#: ../../install_steps_interactive.pm_.c:226
msgid "Install/Update"
msgstr "Installeer/Opgradeer"
-#: ../../install_steps_interactive.pm_.c:189
+#: ../../install_steps_interactive.pm_.c:226
msgid "Is this an install or an update?"
msgstr "Is hierdie 'n installasie of opgradering?"
-#: ../../install_steps_interactive.pm_.c:198
+#: ../../install_steps_interactive.pm_.c:235
msgid "Recommended"
msgstr "Aanbevole"
-#: ../../install_steps_interactive.pm_.c:201
-#: ../../install_steps_interactive.pm_.c:204
+#: ../../install_steps_interactive.pm_.c:238
+#: ../../install_steps_interactive.pm_.c:241
msgid "Expert"
msgstr "Kundige"
-#: ../../install_steps_interactive.pm_.c:212
-msgid "Update"
+#: ../../install_steps_interactive.pm_.c:246
+#: ../../install_steps_interactive.pm_.c:250
+#, fuzzy
+msgid "Upgrade"
msgstr "Opgradeer"
-#: ../../install_steps_interactive.pm_.c:224 ../../standalone/mousedrake_.c:48
-msgid "Please, choose the type of your mouse."
+#: ../../install_steps_interactive.pm_.c:246
+#: ../../install_steps_interactive.pm_.c:250
+#, fuzzy
+msgid "Upgrade packages only"
+msgstr "Pakketseleksie word opgedateer"
+
+#: ../../install_steps_interactive.pm_.c:266
+#, fuzzy
+msgid "Please choose the type of your mouse."
msgstr "Wat is u muistoestel?"
-#: ../../install_steps_interactive.pm_.c:230 ../../standalone/mousedrake_.c:64
+#: ../../install_steps_interactive.pm_.c:272 ../../standalone/mousedrake_.c:65
msgid "Mouse Port"
msgstr "Muispoort"
-#: ../../install_steps_interactive.pm_.c:231 ../../standalone/mousedrake_.c:65
+#: ../../install_steps_interactive.pm_.c:273 ../../standalone/mousedrake_.c:66
msgid "Please choose on which serial port your mouse is connected to."
msgstr "Aan watter seriaalpoort is u muis gekoppel?"
-#: ../../install_steps_interactive.pm_.c:239
+#: ../../install_steps_interactive.pm_.c:281
msgid "Buttons emulation"
msgstr "Knoppie-emulasie"
-#: ../../install_steps_interactive.pm_.c:241
+#: ../../install_steps_interactive.pm_.c:283
msgid "Button 2 Emulation"
msgstr "Knop-2 Emulasie"
-#: ../../install_steps_interactive.pm_.c:242
+#: ../../install_steps_interactive.pm_.c:284
msgid "Button 3 Emulation"
msgstr "Knop-3 emulasie"
-#: ../../install_steps_interactive.pm_.c:261
+#: ../../install_steps_interactive.pm_.c:305
msgid "Configuring PCMCIA cards..."
msgstr "Stel PCMCIA op..."
-#: ../../install_steps_interactive.pm_.c:261
+#: ../../install_steps_interactive.pm_.c:305
msgid "PCMCIA"
msgstr "PCMCIA"
-#: ../../install_steps_interactive.pm_.c:266
+#: ../../install_steps_interactive.pm_.c:312
msgid "Configuring IDE"
msgstr "IDE word opgestel"
-#: ../../install_steps_interactive.pm_.c:266
+#: ../../install_steps_interactive.pm_.c:312
msgid "IDE"
msgstr "IDE"
-#: ../../install_steps_interactive.pm_.c:281
+#: ../../install_steps_interactive.pm_.c:327
msgid "no available partitions"
msgstr "geen beskikbare partisies"
-#: ../../install_steps_interactive.pm_.c:284
+#: ../../install_steps_interactive.pm_.c:330
msgid "Scanning partitions to find mount points"
msgstr "Hegpunte vir partisies word nou gesoek"
-#: ../../install_steps_interactive.pm_.c:292
+#: ../../install_steps_interactive.pm_.c:338
msgid "Choose the mount points"
msgstr "Kies die hegpunte"
-#: ../../install_steps_interactive.pm_.c:311
+#: ../../install_steps_interactive.pm_.c:357
#, c-format
msgid ""
"I can't read your partition table, it's too corrupted for me :(\n"
@@ -3880,7 +4214,7 @@ msgstr ""
"\n"
"Will u al die partisies verwyder?\n"
-#: ../../install_steps_interactive.pm_.c:324
+#: ../../install_steps_interactive.pm_.c:370
msgid ""
"DiskDrake failed to read correctly the partition table.\n"
"Continue at your own risk!"
@@ -3888,7 +4222,7 @@ msgstr ""
"DrakX kon nie die partisietabel korrek interpreteer nie.\n"
"Gaan aan op u eie risiko!"
-#: ../../install_steps_interactive.pm_.c:340
+#: ../../install_steps_interactive.pm_.c:386
msgid ""
"No free space for 1MB bootstrap! Install will continue, but to boot your "
"system, you'll need to create the bootstrap partition in DiskDrake"
@@ -3897,79 +4231,74 @@ msgstr ""
"sal herlaaipartisie met DiskDrake moet skep indien u die stelsel wil "
"herlaai."
-#: ../../install_steps_interactive.pm_.c:349
+#: ../../install_steps_interactive.pm_.c:395
msgid "No root partition found to perform an upgrade"
msgstr "Geen wortellerstelsel gevind nie"
-#: ../../install_steps_interactive.pm_.c:350
+#: ../../install_steps_interactive.pm_.c:396
msgid "Root Partition"
msgstr "Basispartisie"
-#: ../../install_steps_interactive.pm_.c:351
+#: ../../install_steps_interactive.pm_.c:397
msgid "What is the root partition (/) of your system?"
msgstr "Wat is die basispartisie (/) van u stelsel?"
-#: ../../install_steps_interactive.pm_.c:365
+#: ../../install_steps_interactive.pm_.c:411
msgid "You need to reboot for the partition table modifications to take place"
msgstr "U moet herlaai om die partisietabelveranderinge te aktiveer"
-#: ../../install_steps_interactive.pm_.c:389
+#: ../../install_steps_interactive.pm_.c:435
msgid "Choose the partitions you want to format"
msgstr "Kies die partisies om te formatteer"
-#: ../../install_steps_interactive.pm_.c:390
+#: ../../install_steps_interactive.pm_.c:436
msgid "Check bad blocks?"
msgstr "Toets vir foutiewe areas?"
-#: ../../install_steps_interactive.pm_.c:416
+#: ../../install_steps_interactive.pm_.c:462
msgid "Formatting partitions"
msgstr "Partisies word formateer"
-#: ../../install_steps_interactive.pm_.c:418
+#: ../../install_steps_interactive.pm_.c:464
#, c-format
msgid "Creating and formatting file %s"
msgstr "Ler %s word geskep en formatteer"
-#: ../../install_steps_interactive.pm_.c:421
+#: ../../install_steps_interactive.pm_.c:467
msgid "Not enough swap to fulfill installation, please add some"
msgstr "Nie genoeg ruilarea om die installasie te voltooi. Voeg asb. by."
-#: ../../install_steps_interactive.pm_.c:427
+#: ../../install_steps_interactive.pm_.c:473
msgid "Looking for available packages"
msgstr "Soek vir beskikbare pakkette"
-#: ../../install_steps_interactive.pm_.c:433
+#: ../../install_steps_interactive.pm_.c:479
msgid "Finding packages to upgrade"
msgstr "Soek vir pakkette om op te gradeer."
-#: ../../install_steps_interactive.pm_.c:450
+#: ../../install_steps_interactive.pm_.c:496
#, c-format
msgid ""
"Your system has not enough space left for installation or upgrade (%d > %d)"
msgstr ""
"U stelsel het nie genoeg plek vir 'n installasie of opgradering nie (%d > %d)"
-#: ../../install_steps_interactive.pm_.c:469
+#: ../../install_steps_interactive.pm_.c:515
#, c-format
msgid "Complete (%dMB)"
msgstr "Klaar (%dMB)"
-#: ../../install_steps_interactive.pm_.c:469
+#: ../../install_steps_interactive.pm_.c:515
#, c-format
msgid "Minimum (%dMB)"
msgstr "Minimum (%dMB)"
-#: ../../install_steps_interactive.pm_.c:469
+#: ../../install_steps_interactive.pm_.c:515
#, c-format
msgid "Recommended (%dMB)"
msgstr "Aanbevole (%dMB)"
-#
-#: ../../install_steps_interactive.pm_.c:475
-msgid "Custom"
-msgstr "Aangepaste"
-
-#: ../../install_steps_interactive.pm_.c:522
+#: ../../install_steps_interactive.pm_.c:568
msgid ""
"Please choose load or save package selection on floppy.\n"
"The format is the same as auto_install generated floppies."
@@ -3977,31 +4306,55 @@ msgstr ""
"Kies asb. die laai of stoor pakketkeuse op die floppie.\n"
"Die formaat is dieselfde as outoinstallasie-genereerde floppies."
-#: ../../install_steps_interactive.pm_.c:525
+#: ../../install_steps_interactive.pm_.c:571
msgid "Load from floppy"
msgstr "Laai vanaf floppie"
-#: ../../install_steps_interactive.pm_.c:527
+#: ../../install_steps_interactive.pm_.c:573
msgid "Loading from floppy"
msgstr "Oplaai vanaf floppie"
-#: ../../install_steps_interactive.pm_.c:527
+#: ../../install_steps_interactive.pm_.c:573
msgid "Package selection"
msgstr "Pakketkeuse"
-#: ../../install_steps_interactive.pm_.c:532
+#: ../../install_steps_interactive.pm_.c:578
msgid "Insert a floppy containing package selection"
msgstr "Sit 'n floppie met die pakketkeuse in aandrywer "
-#: ../../install_steps_interactive.pm_.c:544
+#: ../../install_steps_interactive.pm_.c:590
msgid "Save on floppy"
msgstr "Stoor op floppie"
-#: ../../install_steps_interactive.pm_.c:605
+#: ../../install_steps_interactive.pm_.c:658
msgid "Selected size is larger than available space"
msgstr "Geselekteerde grootte is groter as beskikbare spasie."
-#: ../../install_steps_interactive.pm_.c:670
+#: ../../install_steps_interactive.pm_.c:671
+#, fuzzy
+msgid "Type of install"
+msgstr "Kies pakket om te installeer"
+
+#: ../../install_steps_interactive.pm_.c:672
+msgid ""
+"You haven't selected any group of packages.\n"
+"Please choose the minimal installation you want:"
+msgstr ""
+
+#: ../../install_steps_interactive.pm_.c:675
+#, fuzzy
+msgid "With X"
+msgstr "Wag"
+
+#: ../../install_steps_interactive.pm_.c:677
+msgid "With basic documentation (recommended!)"
+msgstr ""
+
+#: ../../install_steps_interactive.pm_.c:678
+msgid "Truly minimal install (especially no urpmi)"
+msgstr ""
+
+#: ../../install_steps_interactive.pm_.c:762
msgid ""
"If you have all the CDs in the list below, click Ok.\n"
"If you have none of those CDs, click Cancel.\n"
@@ -4011,12 +4364,16 @@ msgstr ""
"Indien u oor geen van die gelyste CD's beskik nie, kliek Kanselleer.\n"
"Indien u net oor sekere CDs beskik, deselekteer die ander en kliek OK."
-#: ../../install_steps_interactive.pm_.c:675
+#: ../../install_steps_interactive.pm_.c:767
#, c-format
msgid "Cd-Rom labeled \"%s\""
msgstr "CDROM getiteld \"%s\""
-#: ../../install_steps_interactive.pm_.c:704
+#: ../../install_steps_interactive.pm_.c:787
+msgid "Preparing installation"
+msgstr "Berei installasie voor"
+
+#: ../../install_steps_interactive.pm_.c:796
#, c-format
msgid ""
"Installing package %s\n"
@@ -4025,21 +4382,21 @@ msgstr ""
"Installeer nou pakket %s\n"
"%d%%"
-#: ../../install_steps_interactive.pm_.c:713
+#: ../../install_steps_interactive.pm_.c:842
msgid "Post-install configuration"
msgstr "Postinstallasiekonfigurasie"
-#: ../../install_steps_interactive.pm_.c:719
+#: ../../install_steps_interactive.pm_.c:848
#, c-format
msgid "Please insert the Boot floppy used in drive %s"
msgstr "Sit 'n herlaaiskyf wat gebruik is, in aandrywer %s"
-#: ../../install_steps_interactive.pm_.c:725
+#: ../../install_steps_interactive.pm_.c:854
#, c-format
msgid "Please insert the Update Modules floppy in drive %s"
msgstr "Sit asb. die module-opdateringsfloppie in aandrywer %s"
-#: ../../install_steps_interactive.pm_.c:750
+#: ../../install_steps_interactive.pm_.c:874
msgid ""
"You have now the possibility to download software aimed for encryption.\n"
"\n"
@@ -4109,135 +4466,161 @@ msgstr ""
"Altadena California 91001\n"
"USA"
-#: ../../install_steps_interactive.pm_.c:782
+#: ../../install_steps_interactive.pm_.c:912
+msgid ""
+"You have now the possibility to download updated packages that have\n"
+"been released after the distribution has been made available.\n"
+"\n"
+"You will get security fixes or bug fixes, but you need to have an\n"
+"Internet connection configured to proceed.\n"
+"\n"
+"Do you want to install the updates ?"
+msgstr ""
+
+#: ../../install_steps_interactive.pm_.c:926
+#, fuzzy
+msgid "Contacting Mandrake Linux web site to get the list of available mirrors"
+msgstr "Spiel word gekontak vir die lys van pakkette"
+
+#: ../../install_steps_interactive.pm_.c:931
msgid "Choose a mirror from which to get the packages"
msgstr "Kies 'n spiel waar die pakkette verkry kan word"
-#: ../../install_steps_interactive.pm_.c:793
+#: ../../install_steps_interactive.pm_.c:940
msgid "Contacting the mirror to get the list of available packages"
msgstr "Spiel word gekontak vir die lys van pakkette"
-#: ../../install_steps_interactive.pm_.c:796
-msgid "Please choose the packages you want to install."
-msgstr "Kies die pakkette wat u wil installeer"
-
-#: ../../install_steps_interactive.pm_.c:808
+#: ../../install_steps_interactive.pm_.c:967
msgid "Which is your timezone?"
msgstr "Wat is u tydsone?"
-#: ../../install_steps_interactive.pm_.c:813
+#: ../../install_steps_interactive.pm_.c:972
msgid "Hardware clock set to GMT"
msgstr "Hardewareklok gestel vir GMT"
-#: ../../install_steps_interactive.pm_.c:814
+#: ../../install_steps_interactive.pm_.c:973
msgid "Automatic time synchronization (using NTP)"
msgstr "Outotydsinkronisasie met NTP"
-#: ../../install_steps_interactive.pm_.c:821
+#: ../../install_steps_interactive.pm_.c:980
msgid "NTP Server"
msgstr "NTP-bediener"
#
-#: ../../install_steps_interactive.pm_.c:855
-#: ../../install_steps_interactive.pm_.c:863 ../../printerdrake.pm_.c:104
+#: ../../install_steps_interactive.pm_.c:1014
+#: ../../install_steps_interactive.pm_.c:1022
msgid "Remote CUPS server"
msgstr "Verwyder CUPS-bediener"
-#: ../../install_steps_interactive.pm_.c:856
+#: ../../install_steps_interactive.pm_.c:1015
msgid "No printer"
msgstr "Geen drukker"
-#: ../../install_steps_interactive.pm_.c:867 ../../steps.pm_.c:27
+#: ../../install_steps_interactive.pm_.c:1032
+#, fuzzy
+msgid "Do you have an ISA sound card?"
+msgstr "Beskik u oor nog?"
+
+#: ../../install_steps_interactive.pm_.c:1034
+msgid "Run \"sndconfig\" after installation to configure your sound card"
+msgstr ""
+
+#: ../../install_steps_interactive.pm_.c:1036
+msgid "No sound card detected. Try \"harddrake\" after installation"
+msgstr ""
+
+#: ../../install_steps_interactive.pm_.c:1041 ../../steps.pm_.c:27
msgid "Summary"
msgstr "Opsomming"
-#: ../../install_steps_interactive.pm_.c:870
+#: ../../install_steps_interactive.pm_.c:1044
msgid "Mouse"
msgstr "Muis"
-#: ../../install_steps_interactive.pm_.c:872
+#: ../../install_steps_interactive.pm_.c:1046
msgid "Timezone"
msgstr "Tydsone"
-#: ../../install_steps_interactive.pm_.c:873 ../../printerdrake.pm_.c:1773
-#: ../../printerdrake.pm_.c:1844
+#: ../../install_steps_interactive.pm_.c:1047 ../../printerdrake.pm_.c:2276
+#: ../../printerdrake.pm_.c:2354
msgid "Printer"
msgstr "Drukker"
-#: ../../install_steps_interactive.pm_.c:875
+#: ../../install_steps_interactive.pm_.c:1049
msgid "ISDN card"
msgstr "ISDN-kaart"
-#: ../../install_steps_interactive.pm_.c:878
+#: ../../install_steps_interactive.pm_.c:1052
+#: ../../install_steps_interactive.pm_.c:1054
msgid "Sound card"
msgstr "Klankkaart"
-#: ../../install_steps_interactive.pm_.c:881
+#: ../../install_steps_interactive.pm_.c:1056
msgid "TV card"
msgstr "TV-kaaer"
-#: ../../install_steps_interactive.pm_.c:917
-#: ../../install_steps_interactive.pm_.c:941
-#: ../../install_steps_interactive.pm_.c:945
+#: ../../install_steps_interactive.pm_.c:1094
+#: ../../install_steps_interactive.pm_.c:1118
+#: ../../install_steps_interactive.pm_.c:1122
msgid "LDAP"
msgstr "KDAP"
-#: ../../install_steps_interactive.pm_.c:918
-#: ../../install_steps_interactive.pm_.c:941
-#: ../../install_steps_interactive.pm_.c:954
+#: ../../install_steps_interactive.pm_.c:1095
+#: ../../install_steps_interactive.pm_.c:1118
+#: ../../install_steps_interactive.pm_.c:1131
msgid "NIS"
msgstr "NIS"
-#: ../../install_steps_interactive.pm_.c:919
-#: ../../install_steps_interactive.pm_.c:941
+#: ../../install_steps_interactive.pm_.c:1096
+#: ../../install_steps_interactive.pm_.c:1118
msgid "Local files"
msgstr "Plaaslike lers"
-#: ../../install_steps_interactive.pm_.c:928
-#: ../../install_steps_interactive.pm_.c:929 ../../steps.pm_.c:24
+#: ../../install_steps_interactive.pm_.c:1105
+#: ../../install_steps_interactive.pm_.c:1106 ../../steps.pm_.c:24
msgid "Set root password"
msgstr "Kies 'root' se wagwoord"
-#: ../../install_steps_interactive.pm_.c:930
+#: ../../install_steps_interactive.pm_.c:1107
msgid "No password"
msgstr "Geen wagwoord"
-#: ../../install_steps_interactive.pm_.c:935
+#: ../../install_steps_interactive.pm_.c:1112
#, c-format
msgid "This password is too simple (must be at least %d characters long)"
msgstr ""
"Hierdie wagwoord is te eenvoudig. Dit moet ten minste %d karakters bevat."
-#: ../../install_steps_interactive.pm_.c:941 ../../network/modem.pm_.c:47
-#: ../../standalone/draknet_.c:604
+#: ../../install_steps_interactive.pm_.c:1118 ../../network/modem.pm_.c:49
+#: ../../standalone/draknet_.c:626 ../../standalone/logdrake_.c:172
msgid "Authentication"
msgstr "Magtiging"
-#: ../../install_steps_interactive.pm_.c:949
+#: ../../install_steps_interactive.pm_.c:1126
msgid "Authentication LDAP"
msgstr "LDAP-magtiging"
-#: ../../install_steps_interactive.pm_.c:950
+#: ../../install_steps_interactive.pm_.c:1127
msgid "LDAP Base dn"
msgstr "LDAP Basis-dn"
-#: ../../install_steps_interactive.pm_.c:951
+#: ../../install_steps_interactive.pm_.c:1128
msgid "LDAP Server"
msgstr "LDAP-bediener"
-#: ../../install_steps_interactive.pm_.c:957
+#: ../../install_steps_interactive.pm_.c:1134
msgid "Authentication NIS"
msgstr "NIS-magtiging"
-#: ../../install_steps_interactive.pm_.c:958
+#: ../../install_steps_interactive.pm_.c:1135
msgid "NIS Domain"
msgstr "NIS-domein"
-#: ../../install_steps_interactive.pm_.c:959
+#: ../../install_steps_interactive.pm_.c:1136
msgid "NIS Server"
msgstr "NIS-bediener"
-#: ../../install_steps_interactive.pm_.c:994
+#: ../../install_steps_interactive.pm_.c:1171
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 "
@@ -4264,19 +4647,20 @@ msgstr ""
"Indien u 'n herlaaiskyf wil maak,\n"
"plaas 'n skyf in die aandrywer en druk \"OK\"."
-#: ../../install_steps_interactive.pm_.c:1010
+#: ../../install_steps_interactive.pm_.c:1187
msgid "First floppy drive"
msgstr "Eerste sagteskyfaandrywer"
-#: ../../install_steps_interactive.pm_.c:1011
+#: ../../install_steps_interactive.pm_.c:1188
msgid "Second floppy drive"
msgstr "Tweede sagteskyfaandrywer"
-#: ../../install_steps_interactive.pm_.c:1012 ../../printerdrake.pm_.c:1382
+#: ../../install_steps_interactive.pm_.c:1189 ../../printerdrake.pm_.c:1848
msgid "Skip"
msgstr "Mis hierdie stap"
-#: ../../install_steps_interactive.pm_.c:1017
+#: ../../install_steps_interactive.pm_.c:1194
+#, c-format
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 "
@@ -4287,7 +4671,8 @@ msgid ""
"with\n"
"the Mandrake rescue image, making it much easier to recover from severe "
"system\n"
-"failures. Would you like to create a bootdisk for your system?"
+"failures. Would you like to create a bootdisk for your system?\n"
+"%s"
msgstr ""
"'n Spesiale herlaaiskyf voorsien ;n metode waarby u Linux kan laai sonder\n"
"die gebruik van 'n normale herlaaistelsel. Dit is veral bruikbaar wanneer\n"
@@ -4295,30 +4680,40 @@ msgstr ""
"LILO\n"
"verwyder of LILO nie met u stelsel werk nie. Hierdie herlaaiskyf kan ook\n"
"met die Mandrake reddingsbeeld gebruik word, wat dit makliker maak om van\n"
-"ernstige stelselfalings te herstel. Wil u 'n herlaaiskyf maak?"
+"ernstige stelselfalings te herstel. Wil u 'n herlaaiskyf maak?\n"
+"%s"
+
+#: ../../install_steps_interactive.pm_.c:1200
+msgid ""
+"\n"
+"\n"
+"(WARNING! You're using XFS for your root partition,\n"
+"creating a bootdisk on a 1.44 Mb floppy will probably fail,\n"
+"because XFS needs a very large driver)."
+msgstr ""
-#: ../../install_steps_interactive.pm_.c:1026
+#: ../../install_steps_interactive.pm_.c:1208
msgid "Sorry, no floppy drive available"
msgstr "Jammer, geen sagteskyfaandrywer beskikbaar nie"
-#: ../../install_steps_interactive.pm_.c:1030
+#: ../../install_steps_interactive.pm_.c:1212
msgid "Choose the floppy drive you want to use to make the bootdisk"
msgstr "Kies die sagteskyfaandrywer wat u wil gebruik"
-#: ../../install_steps_interactive.pm_.c:1034
-#, c-format
-msgid "Insert a floppy in drive %s"
+#: ../../install_steps_interactive.pm_.c:1216
+#, fuzzy, c-format
+msgid "Insert a floppy in %s"
msgstr "Sit 'n skyf in aandrywer %s"
-#: ../../install_steps_interactive.pm_.c:1037
+#: ../../install_steps_interactive.pm_.c:1219
msgid "Creating bootdisk"
msgstr "Herlaaiskyf word geskryf"
-#: ../../install_steps_interactive.pm_.c:1044
+#: ../../install_steps_interactive.pm_.c:1226
msgid "Preparing bootloader"
msgstr "Herlaaistelsel word voorberei"
-#: ../../install_steps_interactive.pm_.c:1055
+#: ../../install_steps_interactive.pm_.c:1237
msgid ""
"You appear to have an OldWorld or Unknown\n"
" machine, the yaboot bootloader will not work for you.\n"
@@ -4326,11 +4721,11 @@ msgid ""
" need to use BootX to boot your machine"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1060
+#: ../../install_steps_interactive.pm_.c:1243
msgid "Do you want to use aboot?"
msgstr "Wil u aboot gebruik?"
-#: ../../install_steps_interactive.pm_.c:1063
+#: ../../install_steps_interactive.pm_.c:1246
msgid ""
"Error installing aboot, \n"
"try to force installation even if that destroys the first partition?"
@@ -4338,15 +4733,15 @@ msgstr ""
"Die 'aboot' installasie het gefaal. Wil u 'n installasie afwurg al\n"
"word die eerste partisie vernietig?"
-#: ../../install_steps_interactive.pm_.c:1070
+#: ../../install_steps_interactive.pm_.c:1253
msgid "Installing bootloader"
msgstr "Herlaaistelselinstallasie"
-#: ../../install_steps_interactive.pm_.c:1076
+#: ../../install_steps_interactive.pm_.c:1259
msgid "Installation of bootloader failed. The following error occured:"
msgstr "Installasie van herlaaiprogram het gefaal a.g.v. hierdie fout: "
-#: ../../install_steps_interactive.pm_.c:1084
+#: ../../install_steps_interactive.pm_.c:1267
#, c-format
msgid ""
"You may need to change your Open Firmware boot-device to\n"
@@ -4357,34 +4752,18 @@ msgid ""
"At your next boot you should see the bootloader prompt."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1092 ../../standalone/draksec_.c:23
-msgid "Low"
-msgstr "Laag"
-
-#: ../../install_steps_interactive.pm_.c:1093 ../../standalone/draksec_.c:24
-msgid "Medium"
-msgstr "Medium"
-
-#: ../../install_steps_interactive.pm_.c:1094 ../../standalone/draksec_.c:25
-msgid "High"
-msgstr "Hoog"
-
-#: ../../install_steps_interactive.pm_.c:1098 ../../standalone/draksec_.c:62
-msgid "Choose security level"
-msgstr "Gebruik sekuriteitsvlak"
-
-#: ../../install_steps_interactive.pm_.c:1134
-#: ../../standalone/drakautoinst_.c:80
+#: ../../install_steps_interactive.pm_.c:1311
+#: ../../standalone/drakautoinst_.c:81
#, c-format
msgid "Insert a blank floppy in drive %s"
msgstr "Sit 'n le floppie in aandrywer %s"
-#: ../../install_steps_interactive.pm_.c:1138
-#: ../../standalone/drakautoinst_.c:82
+#: ../../install_steps_interactive.pm_.c:1315
+#: ../../standalone/drakautoinst_.c:83
msgid "Creating auto install floppy"
msgstr "Outoinstallasieskyf word geskep."
-#: ../../install_steps_interactive.pm_.c:1149
+#: ../../install_steps_interactive.pm_.c:1326
msgid ""
"Some steps are not completed.\n"
"\n"
@@ -4394,14 +4773,19 @@ msgstr ""
"\n"
"Wil u werklik nou aborteer?"
-#: ../../install_steps_interactive.pm_.c:1160
+#: ../../install_steps_interactive.pm_.c:1337
msgid ""
"Congratulations, installation is complete.\n"
"Remove the boot media and press return to reboot.\n"
"\n"
+"\n"
"For information on fixes which are available for this release of Mandrake "
"Linux,\n"
-"consult the Errata available from http://www.mandrakelinux.com/.\n"
+"consult the Errata available from:\n"
+"\n"
+"\n"
+"http://www.linux-mandrake.com/en/82errata.php3\n"
+"\n"
"\n"
"Information on configuring your system is available in the post\n"
"install chapter of the Official Mandrake Linux User's Guide."
@@ -4409,16 +4793,22 @@ msgstr ""
"Geluk, installasie is afgehandel.\n"
"Verwyder die herlaaimedium en druk 'enter' om te herlaai.\n"
"\n"
+"\n"
"Vir lapinligting oor hierdie vrystelling vanMandrake Linux,\n"
-"bekyk die errata beskikbaar op http://www.mandrakelinux.com/.\n"
+"bekyk die errata beskikbaar op\n"
+"\n"
+"\n"
+"http://www.linux-mandrake.com/en/82errata.php3\n"
+"\n"
+"\n"
"Inligting oor stelskonfigurasie is beskikbaar in die postinstallasie-\n"
"hoofstuk in die Offisile Liux-Mandrake Gebruikersgids."
-#: ../../install_steps_interactive.pm_.c:1172
+#: ../../install_steps_interactive.pm_.c:1354
msgid "Generate auto install floppy"
msgstr "Skep outoinstallasieskyf"
-#: ../../install_steps_interactive.pm_.c:1174
+#: ../../install_steps_interactive.pm_.c:1356
msgid ""
"The auto install can be fully automated if wanted,\n"
"in that case it will take over the hard drive!!\n"
@@ -4427,15 +4817,15 @@ msgid ""
"You may prefer to replay the installation.\n"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1179
+#: ../../install_steps_interactive.pm_.c:1361
msgid "Automated"
msgstr "Outomaties"
-#: ../../install_steps_interactive.pm_.c:1179
+#: ../../install_steps_interactive.pm_.c:1361
msgid "Replay"
msgstr "Herspeel"
-#: ../../install_steps_interactive.pm_.c:1182
+#: ../../install_steps_interactive.pm_.c:1364
msgid "Save packages selection"
msgstr "Stoor pakketseleksie"
@@ -4450,348 +4840,447 @@ msgid ""
msgstr ""
" <Tab>/<Alt-Tab> tussen elemente | <Space> selekteer | <F12> volgende skerm "
-#: ../../interactive.pm_.c:73
+#: ../../interactive.pm_.c:87
msgid "kdesu missing"
msgstr "kdesu is weg"
-#: ../../interactive.pm_.c:132
+#: ../../interactive.pm_.c:89 ../../interactive.pm_.c:100
+msgid "consolehelper missing"
+msgstr ""
+
+#: ../../interactive.pm_.c:152
msgid "Choose a file"
msgstr "Kies 'n ler"
-#: ../../interactive.pm_.c:284
+#: ../../interactive.pm_.c:314
msgid "Advanced"
msgstr "Gevorderd"
-#: ../../interactive.pm_.c:345
+#: ../../interactive.pm_.c:315
+msgid "Basic"
+msgstr ""
+
+#: ../../interactive.pm_.c:386
msgid "Please wait"
msgstr "Wag asb."
-#: ../../interactive_gtk.pm_.c:681
+#: ../../interactive_gtk.pm_.c:605 ../../services.pm_.c:222
+msgid "Info"
+msgstr "Info"
+
+#: ../../interactive_gtk.pm_.c:715
msgid "Expand Tree"
msgstr "Maak boom oop"
-#: ../../interactive_gtk.pm_.c:682
+#: ../../interactive_gtk.pm_.c:716
msgid "Collapse Tree"
msgstr "Maak boom toe"
-#: ../../interactive_gtk.pm_.c:683
+#: ../../interactive_gtk.pm_.c:717
msgid "Toggle between flat and group sorted"
msgstr "Skakel tussen plat- en groepsortering"
-#: ../../interactive_stdio.pm_.c:35
-#, c-format
-msgid "Ambiguity (%s), be more precise\n"
-msgstr "Vaagheid (%s). Wees meer presies\n"
-
-#: ../../interactive_stdio.pm_.c:36 ../../interactive_stdio.pm_.c:51
-#: ../../interactive_stdio.pm_.c:71
+#: ../../interactive_stdio.pm_.c:29 ../../interactive_stdio.pm_.c:147
msgid "Bad choice, try again\n"
msgstr "Swak keuse, probeer weer\n"
-#: ../../interactive_stdio.pm_.c:39
+#: ../../interactive_stdio.pm_.c:30 ../../interactive_stdio.pm_.c:148
#, c-format
-msgid " ? (default %s) "
-msgstr " ? (verstek %s) "
+msgid "Your choice? (default %s) "
+msgstr "U keuse? (verstek %s) "
#: ../../interactive_stdio.pm_.c:52
#, c-format
-msgid "Your choice? (default %s) "
+msgid ""
+"Entries you'll have to fill:\n"
+"%s"
+msgstr ""
+
+#: ../../interactive_stdio.pm_.c:68
+#, fuzzy, c-format
+msgid "Your choice? (0/1, default `%s') "
msgstr "U keuse? (verstek %s) "
-#: ../../interactive_stdio.pm_.c:72
+#: ../../interactive_stdio.pm_.c:93
+#, fuzzy, c-format
+msgid "Button `%s': %s"
+msgstr "Opsies: %s"
+
+#: ../../interactive_stdio.pm_.c:94
+#, fuzzy
+msgid "Do you want to click on this button? "
+msgstr "Wil u aboot gebruik?"
+
+#: ../../interactive_stdio.pm_.c:103
+#, fuzzy, c-format
+msgid "Your choice? (default `%s'%s) "
+msgstr "U keuse? (verstek %s) "
+
+#: ../../interactive_stdio.pm_.c:121
#, c-format
-msgid "Your choice? (default %s enter `none' for none) "
-msgstr "U keuse? (Verstek %s tik 'none' vir geen)"
+msgid "=> There are many things to choose from (%s).\n"
+msgstr ""
+
+#: ../../interactive_stdio.pm_.c:124
+msgid ""
+"Please choose the first number of the 10-range you wish to edit,\n"
+"or just hit Enter to proceed.\n"
+"Your choice? "
+msgstr ""
-#: ../../keyboard.pm_.c:140 ../../keyboard.pm_.c:178
+#: ../../interactive_stdio.pm_.c:137
+#, c-format
+msgid ""
+"=> Notice, a label changed:\n"
+"%s"
+msgstr ""
+
+#: ../../interactive_stdio.pm_.c:144
+msgid "Re-submit"
+msgstr ""
+
+#: ../../keyboard.pm_.c:174 ../../keyboard.pm_.c:205
msgid "Czech (QWERTZ)"
msgstr "Tseggies (QWERTZ)"
-#: ../../keyboard.pm_.c:141 ../../keyboard.pm_.c:155 ../../keyboard.pm_.c:180
+#: ../../keyboard.pm_.c:175 ../../keyboard.pm_.c:207
msgid "German"
msgstr "Duits"
-#: ../../keyboard.pm_.c:142
+#: ../../keyboard.pm_.c:176
msgid "Dvorak"
msgstr "Dvorak"
-#: ../../keyboard.pm_.c:143 ../../keyboard.pm_.c:186
+#: ../../keyboard.pm_.c:177 ../../keyboard.pm_.c:214
msgid "Spanish"
msgstr "Spaans"
-#: ../../keyboard.pm_.c:144 ../../keyboard.pm_.c:187
+#: ../../keyboard.pm_.c:178 ../../keyboard.pm_.c:215
msgid "Finnish"
msgstr "Finnies"
-#: ../../keyboard.pm_.c:145 ../../keyboard.pm_.c:156 ../../keyboard.pm_.c:188
+#: ../../keyboard.pm_.c:179 ../../keyboard.pm_.c:216
msgid "French"
msgstr "Frans"
-#: ../../keyboard.pm_.c:146 ../../keyboard.pm_.c:211
+#: ../../keyboard.pm_.c:180 ../../keyboard.pm_.c:241
msgid "Norwegian"
msgstr "Norweegs"
-#: ../../keyboard.pm_.c:147
+#: ../../keyboard.pm_.c:181
msgid "Polish"
msgstr "Pools"
-#: ../../keyboard.pm_.c:148 ../../keyboard.pm_.c:219
+#: ../../keyboard.pm_.c:182 ../../keyboard.pm_.c:249
msgid "Russian"
msgstr "Russies"
-#: ../../keyboard.pm_.c:150 ../../keyboard.pm_.c:221
+#: ../../keyboard.pm_.c:184 ../../keyboard.pm_.c:251
msgid "Swedish"
msgstr "Sweeds"
-#: ../../keyboard.pm_.c:151 ../../keyboard.pm_.c:236
+#: ../../keyboard.pm_.c:185 ../../keyboard.pm_.c:266
msgid "UK keyboard"
msgstr "VK sleutelbord"
-#: ../../keyboard.pm_.c:152 ../../keyboard.pm_.c:157 ../../keyboard.pm_.c:237
+#: ../../keyboard.pm_.c:186 ../../keyboard.pm_.c:267
msgid "US keyboard"
msgstr "VSA sleutelbord"
-#: ../../keyboard.pm_.c:159
+#: ../../keyboard.pm_.c:188
msgid "Albanian"
msgstr "Albanies"
-#: ../../keyboard.pm_.c:160
+#: ../../keyboard.pm_.c:189
msgid "Armenian (old)"
msgstr "Armenies (oud)"
-#: ../../keyboard.pm_.c:161
+#: ../../keyboard.pm_.c:190
msgid "Armenian (typewriter)"
msgstr "Armenies (tikmasjien)"
-#: ../../keyboard.pm_.c:162
+#: ../../keyboard.pm_.c:191
msgid "Armenian (phonetic)"
msgstr "Armenies (Foneties)"
-#: ../../keyboard.pm_.c:167
+#: ../../keyboard.pm_.c:196
msgid "Azerbaidjani (latin)"
msgstr "Azerbaidjani (latyns)"
-#: ../../keyboard.pm_.c:169
+#: ../../keyboard.pm_.c:198
msgid "Belgian"
msgstr "Belgies"
-#: ../../keyboard.pm_.c:170
-msgid "Bulgarian"
+#: ../../keyboard.pm_.c:199
+#, fuzzy
+msgid "Bulgarian (phonetic)"
+msgstr "Armenies (Foneties)"
+
+#: ../../keyboard.pm_.c:200
+#, fuzzy
+msgid "Bulgarian (BDS)"
msgstr "Bulgaars"
-#: ../../keyboard.pm_.c:171
+#: ../../keyboard.pm_.c:201
msgid "Brazilian (ABNT-2)"
msgstr "Brasiliaans (ABNT-2)"
-#: ../../keyboard.pm_.c:172
+#: ../../keyboard.pm_.c:202
msgid "Belarusian"
msgstr "Belarussies"
-#: ../../keyboard.pm_.c:173
+#: ../../keyboard.pm_.c:203
msgid "Swiss (German layout)"
msgstr "Switsers (Duitse uitleg)"
-#: ../../keyboard.pm_.c:174
+#: ../../keyboard.pm_.c:204
msgid "Swiss (French layout)"
msgstr "Switsers (Franse uitleg)"
-#: ../../keyboard.pm_.c:179
+#: ../../keyboard.pm_.c:206
msgid "Czech (QWERTY)"
msgstr "Tseggies (QWERTY)"
-#: ../../keyboard.pm_.c:181
+#: ../../keyboard.pm_.c:208
msgid "German (no dead keys)"
msgstr "Duits (geen dooie sleutels)"
-#: ../../keyboard.pm_.c:182
+#: ../../keyboard.pm_.c:209
msgid "Danish"
msgstr "Deens"
-#: ../../keyboard.pm_.c:183
+#: ../../keyboard.pm_.c:210
msgid "Dvorak (US)"
msgstr "Dvorak (VSA)"
-#: ../../keyboard.pm_.c:184
+#: ../../keyboard.pm_.c:211
msgid "Dvorak (Norwegian)"
msgstr "Dvorak (Norweegs)"
-#: ../../keyboard.pm_.c:185
+#: ../../keyboard.pm_.c:212
+#, fuzzy
+msgid "Dvorak (Swedish)"
+msgstr "Dvorak (VSA)"
+
+#: ../../keyboard.pm_.c:213
msgid "Estonian"
msgstr "Estoniaans"
-#: ../../keyboard.pm_.c:189
+#: ../../keyboard.pm_.c:217
msgid "Georgian (\"Russian\" layout)"
msgstr "Georgies (Russiese uitleg)"
-#: ../../keyboard.pm_.c:190
+#: ../../keyboard.pm_.c:218
msgid "Georgian (\"Latin\" layout)"
msgstr "Georgies (Latynse uitleg)"
-#: ../../keyboard.pm_.c:191
+#: ../../keyboard.pm_.c:219
msgid "Greek"
msgstr "Grieks"
-#: ../../keyboard.pm_.c:192
+#: ../../keyboard.pm_.c:220
msgid "Hungarian"
msgstr "Hongaars"
-#: ../../keyboard.pm_.c:193
+#: ../../keyboard.pm_.c:221
msgid "Croatian"
msgstr "Kroaties"
-#: ../../keyboard.pm_.c:194
+#: ../../keyboard.pm_.c:222
msgid "Israeli"
msgstr "Israelies"
-#: ../../keyboard.pm_.c:195
+#: ../../keyboard.pm_.c:223
msgid "Israeli (Phonetic)"
msgstr "Israelies (Foneties)"
-#: ../../keyboard.pm_.c:196
+#: ../../keyboard.pm_.c:224
msgid "Iranian"
msgstr "Iranies"
-#: ../../keyboard.pm_.c:197
+#: ../../keyboard.pm_.c:225
msgid "Icelandic"
msgstr "Yslandies"
-#: ../../keyboard.pm_.c:198
+#: ../../keyboard.pm_.c:226
msgid "Italian"
msgstr "Italiaans"
-#: ../../keyboard.pm_.c:200
+#: ../../keyboard.pm_.c:228
msgid "Japanese 106 keys"
msgstr "Japanees 106 sleutels"
-#: ../../keyboard.pm_.c:201
+#: ../../keyboard.pm_.c:231
msgid "Korean keyboard"
msgstr "Koreaanse sleutelbord"
-#: ../../keyboard.pm_.c:202
+#: ../../keyboard.pm_.c:232
msgid "Latin American"
msgstr "Latyns-Amerikaans"
-#: ../../keyboard.pm_.c:203
+#: ../../keyboard.pm_.c:233
msgid "Lithuanian AZERTY (old)"
msgstr "Lituanies AZERTY (oud)"
-#: ../../keyboard.pm_.c:205
+#: ../../keyboard.pm_.c:235
msgid "Lithuanian AZERTY (new)"
msgstr "Lituanies AZERTY (nuut)"
-#: ../../keyboard.pm_.c:206
+#: ../../keyboard.pm_.c:236
msgid "Lithuanian \"number row\" QWERTY"
msgstr "Lituanies \"nommerry\" QWERTY"
-#: ../../keyboard.pm_.c:207
+#: ../../keyboard.pm_.c:237
msgid "Lithuanian \"phonetic\" QWERTY"
msgstr "Lituanies \"foneties\" QWERTY"
-#: ../../keyboard.pm_.c:208
+#: ../../keyboard.pm_.c:238
msgid "Latvian"
msgstr "Latvies"
-#: ../../keyboard.pm_.c:209
+#: ../../keyboard.pm_.c:239
msgid "Macedonian"
msgstr "Masedonies"
-#: ../../keyboard.pm_.c:210
+#: ../../keyboard.pm_.c:240
msgid "Dutch"
msgstr "Nederlands"
-#: ../../keyboard.pm_.c:212
+#: ../../keyboard.pm_.c:242
msgid "Polish (qwerty layout)"
msgstr "Pools (QWERTY uitleg)"
-#: ../../keyboard.pm_.c:213
+#: ../../keyboard.pm_.c:243
msgid "Polish (qwertz layout)"
msgstr "Pools (QWERTZ uitleg)"
-#: ../../keyboard.pm_.c:214
+#: ../../keyboard.pm_.c:244
msgid "Portuguese"
msgstr "Portugees"
-#: ../../keyboard.pm_.c:215
+#: ../../keyboard.pm_.c:245
msgid "Canadian (Quebec)"
msgstr "Kanadees (Quebec)"
-#: ../../keyboard.pm_.c:217
+#: ../../keyboard.pm_.c:247
msgid "Romanian (qwertz)"
msgstr "Romanies (QWERTZ)"
-#: ../../keyboard.pm_.c:218
+#: ../../keyboard.pm_.c:248
msgid "Romanian (qwerty)"
msgstr "Romanies (QWERTY)"
-#: ../../keyboard.pm_.c:220
+#: ../../keyboard.pm_.c:250
msgid "Russian (Yawerty)"
msgstr "Russue (Yawerty)"
-#: ../../keyboard.pm_.c:222
+#: ../../keyboard.pm_.c:252
msgid "Slovenian"
msgstr "Sloveens"
-#: ../../keyboard.pm_.c:226
+#: ../../keyboard.pm_.c:253
msgid "Slovakian (QWERTZ)"
msgstr "Slovaaks (QWERTZ)"
-#: ../../keyboard.pm_.c:227
+#: ../../keyboard.pm_.c:254
msgid "Slovakian (QWERTY)"
msgstr "Slovaaks (QWERTY)"
-#: ../../keyboard.pm_.c:229
+#: ../../keyboard.pm_.c:256
msgid "Serbian (cyrillic)"
msgstr "Serwies (Kirillies)"
-#: ../../keyboard.pm_.c:230
+#: ../../keyboard.pm_.c:258
+#, fuzzy
+msgid "Tamil"
+msgstr "Tabel"
+
+#: ../../keyboard.pm_.c:259
msgid "Thai keyboard"
msgstr "Thai sleutelbord"
-#: ../../keyboard.pm_.c:232
+#: ../../keyboard.pm_.c:261
msgid "Tajik keyboard"
msgstr "Tajik sleutelbord"
-#: ../../keyboard.pm_.c:233
+#: ../../keyboard.pm_.c:262
msgid "Turkish (traditional \"F\" model)"
msgstr "Turks (tradisionele \"F\" model)"
-#: ../../keyboard.pm_.c:234
+#: ../../keyboard.pm_.c:263
msgid "Turkish (modern \"Q\" model)"
msgstr "Turks (moderne \"Q\" modem)"
-#: ../../keyboard.pm_.c:235
+#: ../../keyboard.pm_.c:265
msgid "Ukrainian"
msgstr "Ukranies"
-#: ../../keyboard.pm_.c:238
+#: ../../keyboard.pm_.c:268
msgid "US keyboard (international)"
msgstr "VSA internasionale sleutelbord"
-#: ../../keyboard.pm_.c:239
+#: ../../keyboard.pm_.c:269
msgid "Vietnamese \"numeric row\" QWERTY"
msgstr "Vitnamees \"nommerry\" QWERTY"
-#: ../../keyboard.pm_.c:240
+#: ../../keyboard.pm_.c:270
msgid "Yugoslavian (latin)"
msgstr "Jugoslaavs (latynse uitleg)"
+#: ../../keyboard.pm_.c:278
+msgid "Right Alt key"
+msgstr ""
+
+#: ../../keyboard.pm_.c:279
+msgid "Both Shift keys simultaneously"
+msgstr ""
+
+#: ../../keyboard.pm_.c:280
+msgid "Control and Shift keys simultaneously"
+msgstr ""
+
+#: ../../keyboard.pm_.c:281
+msgid "CapsLock key"
+msgstr ""
+
+#: ../../keyboard.pm_.c:282
+msgid "Ctrl and Alt keys simultaneously"
+msgstr ""
+
+#: ../../keyboard.pm_.c:283
+msgid "Alt and Shift keys simultaneously"
+msgstr ""
+
+#: ../../keyboard.pm_.c:284
+msgid "\"Menu\" key"
+msgstr ""
+
+#: ../../keyboard.pm_.c:285
+msgid "Left \"Windows\" key"
+msgstr ""
+
+#: ../../keyboard.pm_.c:286
+msgid "Right \"Windows\" key"
+msgstr ""
+
#: ../../loopback.pm_.c:32
#, c-format
msgid "Circular mounts %s\n"
msgstr "Sirkulre heg %s\n"
-#: ../../lvm.pm_.c:83
+#: ../../lvm.pm_.c:88
msgid "Remove the logical volumes first\n"
msgstr "Verwyder eers die logiese volumes\n"
+#: ../../modules.pm_.c:826
+msgid ""
+"PCMCIA support no longer exist for 2.2 kernels. Please use a 2.4 kernel."
+msgstr ""
+
#: ../../mouse.pm_.c:25
msgid "Sun - Mouse"
msgstr "Sun - Muis"
-#: ../../mouse.pm_.c:31
-msgid "Standard"
-msgstr "Standaard"
-
#: ../../mouse.pm_.c:32
msgid "Logitech MouseMan+"
msgstr "Logitech MouseMan+"
@@ -4804,11 +5293,11 @@ msgstr "Generiese PS2 wielmuis"
msgid "GlidePoint"
msgstr "GlidePoint"
-#: ../../mouse.pm_.c:36 ../../mouse.pm_.c:62
+#: ../../mouse.pm_.c:36 ../../mouse.pm_.c:63
msgid "Kensington Thinking Mouse"
msgstr "Kensington Thinking Mouse"
-#: ../../mouse.pm_.c:37 ../../mouse.pm_.c:58
+#: ../../mouse.pm_.c:37 ../../mouse.pm_.c:59
msgid "Genius NetMouse"
msgstr "Genius NetMouse"
@@ -4816,114 +5305,114 @@ msgstr "Genius NetMouse"
msgid "Genius NetScroll"
msgstr "Genius NetScroll"
-#: ../../mouse.pm_.c:43 ../../mouse.pm_.c:67
+#: ../../mouse.pm_.c:43 ../../mouse.pm_.c:68
msgid "1 button"
msgstr "1 knop"
-#: ../../mouse.pm_.c:44
+#: ../../mouse.pm_.c:44 ../../mouse.pm_.c:51
+msgid "Generic 2 Button Mouse"
+msgstr "Generiese 2-knop muis"
+
+#: ../../mouse.pm_.c:45
msgid "Generic"
msgstr "Generies"
#
-#: ../../mouse.pm_.c:45
+#: ../../mouse.pm_.c:46
msgid "Wheel"
msgstr "Wiel"
-#: ../../mouse.pm_.c:48
+#: ../../mouse.pm_.c:49
msgid "serial"
msgstr "seriaal"
-#: ../../mouse.pm_.c:50
-msgid "Generic 2 Button Mouse"
-msgstr "Generiese 2-knop muis"
-
-#: ../../mouse.pm_.c:51
+#: ../../mouse.pm_.c:52
msgid "Generic 3 Button Mouse"
msgstr "Generiese 3-knop muis"
-#: ../../mouse.pm_.c:52
+#: ../../mouse.pm_.c:53
msgid "Microsoft IntelliMouse"
msgstr "Microsoft IntelliMouse"
-#: ../../mouse.pm_.c:53
+#: ../../mouse.pm_.c:54
msgid "Logitech MouseMan"
msgstr "Logitech MouseMan"
-#: ../../mouse.pm_.c:54
+#: ../../mouse.pm_.c:55
msgid "Mouse Systems"
msgstr "Mouse Systems"
-#: ../../mouse.pm_.c:56
+#: ../../mouse.pm_.c:57
msgid "Logitech CC Series"
msgstr "Logitech CC Reeks (seriaal)"
-#: ../../mouse.pm_.c:57
+#: ../../mouse.pm_.c:58
msgid "Logitech MouseMan+/FirstMouse+"
msgstr "Logitech MouseMan+/FirstMouse+"
-#: ../../mouse.pm_.c:59
+#: ../../mouse.pm_.c:60
msgid "MM Series"
msgstr "MM Series"
-#: ../../mouse.pm_.c:60
+#: ../../mouse.pm_.c:61
msgid "MM HitTablet"
msgstr "MM HitTablet"
-#: ../../mouse.pm_.c:61
+#: ../../mouse.pm_.c:62
msgid "Logitech Mouse (serial, old C7 type)"
msgstr "Logitech Muis (seriaal, ou C7 tipe)"
-#: ../../mouse.pm_.c:65
+#: ../../mouse.pm_.c:66
msgid "busmouse"
msgstr "busmuis"
-#: ../../mouse.pm_.c:68
+#: ../../mouse.pm_.c:69
msgid "2 buttons"
msgstr "2 knoppies"
-#: ../../mouse.pm_.c:69
+#: ../../mouse.pm_.c:70
msgid "3 buttons"
msgstr "3 knoppies"
-#: ../../mouse.pm_.c:72
+#: ../../mouse.pm_.c:73
msgid "none"
msgstr "niks"
-#: ../../mouse.pm_.c:74
+#: ../../mouse.pm_.c:75
msgid "No mouse"
msgstr "Geen muis"
#
-#: ../../mouse.pm_.c:482
+#: ../../mouse.pm_.c:499
msgid "Please test the mouse"
msgstr "Toets asb. die muis"
#
-#: ../../mouse.pm_.c:483
+#: ../../mouse.pm_.c:500
msgid "To activate the mouse,"
msgstr "Om die muis te aktiveer"
-#: ../../mouse.pm_.c:484
+#: ../../mouse.pm_.c:501
msgid "MOVE YOUR WHEEL!"
msgstr "BEWEEG DIE WIEL!"
-#: ../../my_gtk.pm_.c:380
+#: ../../my_gtk.pm_.c:651
msgid "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
msgstr "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
-#: ../../my_gtk.pm_.c:415
+#: ../../my_gtk.pm_.c:686
msgid "Finish"
msgstr "Finnies"
-#: ../../my_gtk.pm_.c:415
+#: ../../my_gtk.pm_.c:686 ../../printerdrake.pm_.c:1588
msgid "Next ->"
msgstr "Volgende ->"
-#: ../../my_gtk.pm_.c:416
+#: ../../my_gtk.pm_.c:687 ../../printerdrake.pm_.c:1586
msgid "<- Previous"
msgstr "<- Vorige"
-#: ../../my_gtk.pm_.c:716
+#: ../../my_gtk.pm_.c:1019
msgid "Is this correct?"
msgstr "Is dit korrek?"
@@ -4974,7 +5463,7 @@ msgstr ""
"Geen ethernetkaart is op die stelsel gevind nie.\n"
"Ek kan nie hierdie konneksietipe opstel nie."
-#: ../../network/ethernet.pm_.c:92 ../../standalone/drakgw_.c:233
+#: ../../network/ethernet.pm_.c:92 ../../standalone/drakgw_.c:252
msgid "Choose the network interface"
msgstr "Kies die netwerkkoppelvlak"
@@ -4987,7 +5476,7 @@ msgstr "Kies asb. die netwerkkoppelvlak wat u wil gebruik vir die internet."
msgid "no network card found"
msgstr "geen netwerkkaart gevind nie"
-#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:350
+#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:360
msgid "Configuring network"
msgstr "Stel netwerk op"
@@ -5004,15 +5493,15 @@ msgstr ""
"bv. ``myne.mywerk.co.za''."
#
-#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:355
+#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:365
msgid "Host name"
msgstr "Rekenaarnaam"
#: ../../network/isdn.pm_.c:21 ../../network/isdn.pm_.c:44
-#: ../../network/netconnect.pm_.c:91 ../../network/netconnect.pm_.c:105
-#: ../../network/netconnect.pm_.c:154 ../../network/netconnect.pm_.c:164
-#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:213
-#: ../../network/netconnect.pm_.c:221
+#: ../../network/netconnect.pm_.c:95 ../../network/netconnect.pm_.c:109
+#: ../../network/netconnect.pm_.c:164 ../../network/netconnect.pm_.c:175
+#: ../../network/netconnect.pm_.c:202 ../../network/netconnect.pm_.c:225
+#: ../../network/netconnect.pm_.c:233
msgid "Network Configuration Wizard"
msgstr "Netwerkkonfigurasie-assistent"
@@ -5049,13 +5538,13 @@ msgstr "Nuwe konfigurasie (Ligte ISDN/isdn-light)"
msgid "Old configuration (isdn4net)"
msgstr "Ou konfigurasie (isdn4net)"
-#: ../../network/isdn.pm_.c:169 ../../network/isdn.pm_.c:187
-#: ../../network/isdn.pm_.c:197 ../../network/isdn.pm_.c:204
-#: ../../network/isdn.pm_.c:214
+#: ../../network/isdn.pm_.c:170 ../../network/isdn.pm_.c:188
+#: ../../network/isdn.pm_.c:198 ../../network/isdn.pm_.c:205
+#: ../../network/isdn.pm_.c:215
msgid "ISDN Configuration"
msgstr "ISDN Konfigurasie"
-#: ../../network/isdn.pm_.c:169
+#: ../../network/isdn.pm_.c:170
msgid ""
"Select your provider.\n"
" If it's not in the list, choose Unlisted"
@@ -5063,20 +5552,20 @@ msgstr ""
"Kies u internetdiensvoorsiener.\n"
"Indien nie in die lys nie kies Ongelys"
-#: ../../network/isdn.pm_.c:182
+#: ../../network/isdn.pm_.c:183
msgid "Europe protocol"
msgstr "Europese protokol"
-#: ../../network/isdn.pm_.c:182
+#: ../../network/isdn.pm_.c:183
msgid "Europe protocol (EDSS1)"
msgstr "Europese protokol (EDSS1)"
#
-#: ../../network/isdn.pm_.c:184
+#: ../../network/isdn.pm_.c:185
msgid "Protocol for the rest of the world"
msgstr "Protokol vir die res van die wreld"
-#: ../../network/isdn.pm_.c:184
+#: ../../network/isdn.pm_.c:185
msgid ""
"Protocol for the rest of the world \n"
" no D-Channel (leased lines)"
@@ -5084,27 +5573,27 @@ msgstr ""
"Protokol vir die res vd wreld \n"
" geen D-Kanaal nie (bruikhuurlyne)"
-#: ../../network/isdn.pm_.c:188
+#: ../../network/isdn.pm_.c:189
msgid "Which protocol do you want to use ?"
msgstr "Watter protokol verlang u?"
-#: ../../network/isdn.pm_.c:198
+#: ../../network/isdn.pm_.c:199
msgid "What kind of card do you have?"
msgstr "Oor watter tipe kaart beskik u?"
-#: ../../network/isdn.pm_.c:199
+#: ../../network/isdn.pm_.c:200
msgid "I don't know"
msgstr "Ek weet nie"
-#: ../../network/isdn.pm_.c:199
+#: ../../network/isdn.pm_.c:200
msgid "ISA / PCMCIA"
msgstr "ISA / PCMCIA"
-#: ../../network/isdn.pm_.c:199
+#: ../../network/isdn.pm_.c:200
msgid "PCI"
msgstr "PCI"
-#: ../../network/isdn.pm_.c:205
+#: ../../network/isdn.pm_.c:206
msgid ""
"\n"
"If you have an ISA card, the values on the next screen should be right.\n"
@@ -5117,19 +5606,19 @@ msgstr ""
"\n"
"Indien u 'n PCMCIA kaart het, moet u die IRQ en I/O van u kaart weet.\n"
-#: ../../network/isdn.pm_.c:209
+#: ../../network/isdn.pm_.c:210
msgid "Abort"
msgstr "Aborteer"
-#: ../../network/isdn.pm_.c:209
+#: ../../network/isdn.pm_.c:210
msgid "Continue"
msgstr "Gaan voort"
-#: ../../network/isdn.pm_.c:215
+#: ../../network/isdn.pm_.c:216
msgid "Which is your ISDN card ?"
msgstr "Wat is u ISDN-kaart?"
-#: ../../network/isdn.pm_.c:234
+#: ../../network/isdn.pm_.c:235
msgid ""
"I have detected an ISDN PCI Card, but I don't know the type. Please select "
"one PCI card on the next screen."
@@ -5137,59 +5626,59 @@ msgstr ""
"Ek het 'n ISDB PCI-kaart gevind, maar ek ken nie die tipe nie. Kies asb.'n "
"PCI-kaart op die volgende skerm."
-#: ../../network/isdn.pm_.c:243
+#: ../../network/isdn.pm_.c:244
msgid "No ISDN PCI card found. Please select one on the next screen."
msgstr "Geen ISDN PCI-kaart gevind nie. Kies asb. een op die volgende skerm."
-#: ../../network/modem.pm_.c:37
+#: ../../network/modem.pm_.c:39
msgid "Please choose which serial port your modem is connected to."
msgstr "Op watter seriaalpoort is u modem gekoppel?"
-#: ../../network/modem.pm_.c:42
+#: ../../network/modem.pm_.c:44
msgid "Dialup options"
msgstr "Opbelopsies"
-#: ../../network/modem.pm_.c:43 ../../standalone/draknet_.c:600
+#: ../../network/modem.pm_.c:45 ../../standalone/draknet_.c:622
msgid "Connection name"
msgstr "Konneksienaam"
-#: ../../network/modem.pm_.c:44 ../../standalone/draknet_.c:601
+#: ../../network/modem.pm_.c:46 ../../standalone/draknet_.c:623
msgid "Phone number"
msgstr "Telefoonnommer"
-#: ../../network/modem.pm_.c:45 ../../standalone/draknet_.c:602
+#: ../../network/modem.pm_.c:47 ../../standalone/draknet_.c:624
msgid "Login ID"
msgstr "Aantekenkode"
-#: ../../network/modem.pm_.c:47 ../../standalone/draknet_.c:604
+#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
msgid "CHAP"
msgstr "CHAP"
-#: ../../network/modem.pm_.c:47 ../../standalone/draknet_.c:604
+#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
msgid "PAP"
msgstr "PAP"
-#: ../../network/modem.pm_.c:47 ../../standalone/draknet_.c:604
+#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
msgid "Script-based"
msgstr "Skriptipe"
-#: ../../network/modem.pm_.c:47 ../../standalone/draknet_.c:604
+#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
msgid "Terminal-based"
msgstr "Terminaaltipe"
-#: ../../network/modem.pm_.c:48 ../../standalone/draknet_.c:605
+#: ../../network/modem.pm_.c:50 ../../standalone/draknet_.c:627
msgid "Domain name"
msgstr "Domeinnaam"
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:606
+#: ../../network/modem.pm_.c:51 ../../standalone/draknet_.c:628
msgid "First DNS Server (optional)"
msgstr "Eerste DNS-bediener (opsioneel)"
-#: ../../network/modem.pm_.c:50 ../../standalone/draknet_.c:607
+#: ../../network/modem.pm_.c:52 ../../standalone/draknet_.c:629
msgid "Second DNS Server (optional)"
msgstr "Tweede DNS-bediener (opsioneel)"
-#: ../../network/netconnect.pm_.c:33
+#: ../../network/netconnect.pm_.c:34
msgid ""
"\n"
"You can disconnect or reconfigure your connection."
@@ -5197,7 +5686,7 @@ msgstr ""
"\n"
"U kan diskonnekteer or herkonfigureer."
-#: ../../network/netconnect.pm_.c:33 ../../network/netconnect.pm_.c:36
+#: ../../network/netconnect.pm_.c:34 ../../network/netconnect.pm_.c:37
msgid ""
"\n"
"You can reconfigure your connection."
@@ -5205,11 +5694,11 @@ msgstr ""
"\n"
"U kan u konneksie herkonfigureer."
-#: ../../network/netconnect.pm_.c:33
+#: ../../network/netconnect.pm_.c:34
msgid "You are currently connected to internet."
msgstr "U is tans aan die internet gekonnekteer."
-#: ../../network/netconnect.pm_.c:36
+#: ../../network/netconnect.pm_.c:37
msgid ""
"\n"
"You can connect to Internet or reconfigure your connection."
@@ -5217,32 +5706,33 @@ msgstr ""
"\n"
"U kan aan die internet konnekter of u konneksie herkonfigureer."
-#: ../../network/netconnect.pm_.c:36
+#: ../../network/netconnect.pm_.c:37
msgid "You are not currently connected to Internet."
msgstr "U is nie tans aan die internet gekonnekteer nie."
-#: ../../network/netconnect.pm_.c:40
-msgid "Connect to Internet"
-msgstr "Konnekteer aan die internet"
+#: ../../network/netconnect.pm_.c:41
+msgid "Connect"
+msgstr "Konnekteer"
-#: ../../network/netconnect.pm_.c:42
-msgid "Disconnect from Internet"
-msgstr "Diskonnekteer van die internet"
+#: ../../network/netconnect.pm_.c:43
+msgid "Disconnect"
+msgstr "Diskonnekteer"
-#: ../../network/netconnect.pm_.c:44
-msgid "Configure network connection (LAN or Internet)"
-msgstr "Konfigureer netwerkkonneksie (LAN or internet)"
+#: ../../network/netconnect.pm_.c:45
+#, fuzzy
+msgid "Configure the connection"
+msgstr "Stel netwerk op"
-#: ../../network/netconnect.pm_.c:47
+#: ../../network/netconnect.pm_.c:50
msgid "Internet connection & configuration"
msgstr "Internetkonneksie en konfigurasie"
-#: ../../network/netconnect.pm_.c:96
+#: ../../network/netconnect.pm_.c:100
#, c-format
msgid "We are now going to configure the %s connection."
msgstr "Ons gaan nou die %s konneksie herkonfigureer."
-#: ../../network/netconnect.pm_.c:105
+#: ../../network/netconnect.pm_.c:109
#, c-format
msgid ""
"\n"
@@ -5261,12 +5751,12 @@ msgstr ""
"\n"
"Drk OK om voort te gaan."
-#: ../../network/netconnect.pm_.c:129 ../../network/netconnect.pm_.c:243
-#: ../../network/netconnect.pm_.c:255 ../../network/tools.pm_.c:56
+#: ../../network/netconnect.pm_.c:138 ../../network/netconnect.pm_.c:252
+#: ../../network/netconnect.pm_.c:271 ../../network/tools.pm_.c:57
msgid "Network Configuration"
msgstr "Netwerkkonfigurasie"
-#: ../../network/netconnect.pm_.c:130
+#: ../../network/netconnect.pm_.c:139
msgid ""
"Because you are doing a network installation, your network is already "
"configured.\n"
@@ -5277,7 +5767,7 @@ msgstr ""
"Kliek op OK om hierdee konfigurasie te behou, of op Kanselleer om u Internet "
"& Netwerkkonneksie te herkonfigureer.\n"
-#: ../../network/netconnect.pm_.c:155
+#: ../../network/netconnect.pm_.c:165
msgid ""
"Welcome to The Network Configuration Wizard\n"
"\n"
@@ -5289,66 +5779,66 @@ msgstr ""
"Ons gaan nou u internet/netwerkkonneksie konfigureer.\n"
"Iniden u nie outobespeuring verlang nie, deselekteer die opsie.\n"
-#: ../../network/netconnect.pm_.c:157
+#: ../../network/netconnect.pm_.c:167
msgid "Choose the profile to configure"
msgstr "Kies die profiel om te konfigureer"
-#: ../../network/netconnect.pm_.c:158
+#: ../../network/netconnect.pm_.c:168
msgid "Use auto detection"
msgstr "Gebruik outobespeuring"
-#: ../../network/netconnect.pm_.c:164
+#: ../../network/netconnect.pm_.c:175
msgid "Detecting devices..."
msgstr "Toestel word afgetas..."
-#: ../../network/netconnect.pm_.c:175 ../../network/netconnect.pm_.c:184
+#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
msgid "Normal modem connection"
msgstr "Normale modemkonneksie"
-#: ../../network/netconnect.pm_.c:175 ../../network/netconnect.pm_.c:184
+#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
#, c-format
msgid "detected on port %s"
msgstr "Op poort %s bespeur"
-#: ../../network/netconnect.pm_.c:176 ../../network/netconnect.pm_.c:185
+#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
msgid "ISDN connection"
msgstr "ISDN konneksie"
-#: ../../network/netconnect.pm_.c:176 ../../network/netconnect.pm_.c:185
+#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
#, c-format
msgid "detected %s"
msgstr "%s bespeur"
-#: ../../network/netconnect.pm_.c:177 ../../network/netconnect.pm_.c:186
+#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
msgid "ADSL connection"
msgstr "ADSL konneksie"
-#: ../../network/netconnect.pm_.c:177 ../../network/netconnect.pm_.c:186
+#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
#, c-format
msgid "detected on interface %s"
msgstr "op koppelvlak %s bespeur"
-#: ../../network/netconnect.pm_.c:178 ../../network/netconnect.pm_.c:187
+#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
msgid "Cable connection"
msgstr "Kabelkonneksie"
-#: ../../network/netconnect.pm_.c:178 ../../network/netconnect.pm_.c:187
+#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
msgid "cable connection detected"
msgstr "Kabelkonneksie bespeur"
-#: ../../network/netconnect.pm_.c:179 ../../network/netconnect.pm_.c:188
+#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
msgid "LAN connection"
msgstr "LAN konneksie"
-#: ../../network/netconnect.pm_.c:179 ../../network/netconnect.pm_.c:188
+#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
msgid "ethernet card(s) detected"
msgstr "ethernet kaart(e) bespeur"
-#: ../../network/netconnect.pm_.c:190
+#: ../../network/netconnect.pm_.c:202
msgid "Choose the connection you want to configure"
msgstr "Kies die konneksie wat u wil konfigureer"
-#: ../../network/netconnect.pm_.c:214
+#: ../../network/netconnect.pm_.c:226
msgid ""
"You have configured multiple ways to connect to the Internet.\n"
"Choose the one you want to use.\n"
@@ -5358,23 +5848,23 @@ msgstr ""
"Kies die een wat u verlang.\n"
"\n"
-#: ../../network/netconnect.pm_.c:215
+#: ../../network/netconnect.pm_.c:227
msgid "Internet connection"
msgstr "Internetkonneksie"
-#: ../../network/netconnect.pm_.c:221
+#: ../../network/netconnect.pm_.c:233
msgid "Do you want to start the connection at boot?"
msgstr "Wil u die konneksie met herlaaityd aanskakel?"
-#: ../../network/netconnect.pm_.c:239
+#: ../../network/netconnect.pm_.c:247
msgid "Network configuration"
msgstr "Netwerkkonfigurasie"
-#: ../../network/netconnect.pm_.c:240
+#: ../../network/netconnect.pm_.c:248
msgid "The network needs to be restarted"
msgstr ""
-#: ../../network/netconnect.pm_.c:243
+#: ../../network/netconnect.pm_.c:252
#, c-format
msgid ""
"A problem occured while restarting the network: \n"
@@ -5385,25 +5875,32 @@ msgstr ""
"\n"
"%s"
-#: ../../network/netconnect.pm_.c:247
+#: ../../network/netconnect.pm_.c:261
msgid ""
-"Congratulations, the network and internet configuration is finished.\n"
-"\n"
+"Congratulations, the network and Internet configuration is finished.\n"
"The configuration will now be applied to your system.\n"
+"\n"
msgstr ""
"Geluk, die netwerk en internetkonfigurasie is voltooi.\n"
"\n"
"Die kongiurasie gaan op u stelsel toegepas word.\n"
-#: ../../network/netconnect.pm_.c:250
+#: ../../network/netconnect.pm_.c:265
msgid ""
-"After that is done, we recommend you to restart your X\n"
-"environnement to avoid hostname changing problem."
+"After this is done, we recommend that you restart your X environment to "
+"avoid any hostname-related problems."
msgstr ""
"Nadat dit klaar is, sal dit beter wes om u X-omgewing te herlaai\n"
"om die rekenaarnaamveranderingprobleem te voorkom."
-#: ../../network/network.pm_.c:283
+#: ../../network/netconnect.pm_.c:266
+msgid ""
+"Problems occured during configuration.\n"
+"Test your connection via net_monitor or mcc. If your connection doesn't "
+"work, you might want to relaunch the configuration"
+msgstr ""
+
+#: ../../network/network.pm_.c:292
msgid ""
"WARNING: This device has been previously configured to connect to the "
"Internet.\n"
@@ -5415,7 +5912,7 @@ msgstr ""
"U kan die toestel net so aanvaar.\n"
"Veranderinge aan onderstaande velde sal hierdie konfigurasie oorskryf."
-#: ../../network/network.pm_.c:288
+#: ../../network/network.pm_.c:297
msgid ""
"Please enter the IP configuration for this machine.\n"
"Each item should be entered as an IP address in dotted-decimal\n"
@@ -5425,40 +5922,40 @@ msgstr ""
"Elke item moet as 'n IP-adres in dotdesimalenotasie\n"
"(1.2.3.4) gegee word."
-#: ../../network/network.pm_.c:297 ../../network/network.pm_.c:298
+#: ../../network/network.pm_.c:306 ../../network/network.pm_.c:307
#, c-format
msgid "Configuring network device %s"
msgstr "Konfigureer netwerktoestel %s"
-#: ../../network/network.pm_.c:298
+#: ../../network/network.pm_.c:307
#, c-format
msgid " (driver %s)"
msgstr "(drywer %s)"
#
-#: ../../network/network.pm_.c:300 ../../standalone/draknet_.c:255
-#: ../../standalone/draknet_.c:461
+#: ../../network/network.pm_.c:309 ../../standalone/draknet_.c:232
+#: ../../standalone/draknet_.c:468
msgid "IP address"
msgstr "IP adres"
#
-#: ../../network/network.pm_.c:301 ../../standalone/draknet_.c:462
+#: ../../network/network.pm_.c:310 ../../standalone/draknet_.c:469
msgid "Netmask"
msgstr "Netmasker"
-#: ../../network/network.pm_.c:302
+#: ../../network/network.pm_.c:311
msgid "(bootp/dhcp)"
msgstr "(bootp/dhcp)"
-#: ../../network/network.pm_.c:302
+#: ../../network/network.pm_.c:311
msgid "Automatic IP"
msgstr "Outomatiese IP"
-#: ../../network/network.pm_.c:323 ../../printerdrake.pm_.c:406
+#: ../../network/network.pm_.c:332 ../../printerdrake.pm_.c:712
msgid "IP address should be in format 1.2.3.4"
msgstr "IP-adres moet in 1.2.3.4. formaat wees"
-#: ../../network/network.pm_.c:351
+#: ../../network/network.pm_.c:361
msgid ""
"Please enter your host name.\n"
"Your host name should be a fully-qualified host name,\n"
@@ -5470,63 +5967,64 @@ msgstr ""
"bv. ``myne.mywerk.co.za''.\n"
"U mag ook die netwerkhek byvoeg indien daar een is"
-#: ../../network/network.pm_.c:356
+#: ../../network/network.pm_.c:366
msgid "DNS server"
msgstr "DNS bediener"
-#: ../../network/network.pm_.c:357 ../../standalone/draknet_.c:599
-msgid "Gateway"
-msgstr "Portaal"
+#: ../../network/network.pm_.c:367
+#, c-format
+msgid "Gateway (e.g. %s)"
+msgstr ""
-#: ../../network/network.pm_.c:359
+#: ../../network/network.pm_.c:369
msgid "Gateway device"
msgstr "Netwerkportaaltoestel"
-#: ../../network/network.pm_.c:371
+#: ../../network/network.pm_.c:381
msgid "Proxies configuration"
msgstr "Instaanbedienerkonfigurasie"
-#: ../../network/network.pm_.c:372
+#: ../../network/network.pm_.c:382
msgid "HTTP proxy"
msgstr "HTTP instaanbediener"
-#: ../../network/network.pm_.c:373
+#: ../../network/network.pm_.c:383
msgid "FTP proxy"
msgstr "FTP instaanbediener"
-#: ../../network/network.pm_.c:374
+#: ../../network/network.pm_.c:384
msgid "Track network card id (usefull for laptops)"
msgstr "Volg netwerkkart ID. (nuttig vir skootrekenaars)"
-#: ../../network/network.pm_.c:377
+#: ../../network/network.pm_.c:387
msgid "Proxy should be http://..."
msgstr "Instaanbediener moet begin met http://"
-#: ../../network/network.pm_.c:378
+#: ../../network/network.pm_.c:388
msgid "Proxy should be ftp://..."
msgstr "Instaanbediener moet begin met ftp://"
-#: ../../network/tools.pm_.c:38
+#: ../../network/tools.pm_.c:39
msgid "Internet configuration"
msgstr "Internetkonfigurasie"
-#: ../../network/tools.pm_.c:39
+#: ../../network/tools.pm_.c:40
msgid "Do you want to try to connect to the Internet now?"
msgstr "Wil u nou aan die internet konnekteer?"
-#: ../../network/tools.pm_.c:43 ../../standalone/draknet_.c:189
+#: ../../network/tools.pm_.c:44 ../../standalone/draknet_.c:197
msgid "Testing your connection..."
msgstr "Konneksie word getoets..."
-#: ../../network/tools.pm_.c:49 ../../standalone/draknet_.c:220
+#: ../../network/tools.pm_.c:50
msgid "The system is now connected to Internet."
msgstr "Die stelsel is nou aan die internet gekonnekteer."
-#: ../../network/tools.pm_.c:50
+#: ../../network/tools.pm_.c:51
msgid "For Security reason, it will be disconnected now."
msgstr "Vir sekuriteitsredes, word u nou gediskonnekteer."
-#: ../../network/tools.pm_.c:51 ../../standalone/draknet_.c:220
+#: ../../network/tools.pm_.c:52
msgid ""
"The system doesn't seem to be connected to internet.\n"
"Try to reconfigure your connection."
@@ -5535,83 +6033,87 @@ msgstr ""
"Probeer om u stelsel te herkonfigureer."
#
-#: ../../network/tools.pm_.c:75
+#: ../../network/tools.pm_.c:76
msgid "Connection Configuration"
msgstr "Konneksiekonfigurasie"
-#: ../../network/tools.pm_.c:76
+#: ../../network/tools.pm_.c:77
msgid "Please fill or check the field below"
msgstr "Vul asb. die velde hieronder in"
-#: ../../network/tools.pm_.c:78 ../../standalone/draknet_.c:586
+#: ../../network/tools.pm_.c:79 ../../standalone/draknet_.c:608
msgid "Card IRQ"
msgstr "Kaart IRQ"
-#: ../../network/tools.pm_.c:79 ../../standalone/draknet_.c:587
+#: ../../network/tools.pm_.c:80 ../../standalone/draknet_.c:609
msgid "Card mem (DMA)"
msgstr "Kaartgeheue (DMA)"
-#: ../../network/tools.pm_.c:80 ../../standalone/draknet_.c:588
+#: ../../network/tools.pm_.c:81 ../../standalone/draknet_.c:610
msgid "Card IO"
msgstr "Kaart I/O"
-#: ../../network/tools.pm_.c:81 ../../standalone/draknet_.c:589
+#: ../../network/tools.pm_.c:82 ../../standalone/draknet_.c:611
msgid "Card IO_0"
msgstr "Kaart IO_0"
-#: ../../network/tools.pm_.c:82 ../../standalone/draknet_.c:590
+#: ../../network/tools.pm_.c:83 ../../standalone/draknet_.c:612
msgid "Card IO_1"
msgstr "Kaart IO_1"
-#: ../../network/tools.pm_.c:83 ../../standalone/draknet_.c:591
+#: ../../network/tools.pm_.c:84 ../../standalone/draknet_.c:613
msgid "Your personal phone number"
msgstr "U persoonlike telefoonnommer"
-#: ../../network/tools.pm_.c:84 ../../standalone/draknet_.c:592
+#: ../../network/tools.pm_.c:85 ../../standalone/draknet_.c:614
msgid "Provider name (ex provider.net)"
msgstr "Voorsienernaam (bv voorsiener.co.za)"
-#: ../../network/tools.pm_.c:85 ../../standalone/draknet_.c:593
+#: ../../network/tools.pm_.c:86 ../../standalone/draknet_.c:615
msgid "Provider phone number"
msgstr "Voorsiener se telefoonnommer"
-#: ../../network/tools.pm_.c:86 ../../standalone/draknet_.c:594
+#: ../../network/tools.pm_.c:87 ../../standalone/draknet_.c:616
msgid "Provider dns 1 (optional)"
msgstr "Voorsiener DNS 1 (opsioneel)"
-#: ../../network/tools.pm_.c:87 ../../standalone/draknet_.c:595
+#: ../../network/tools.pm_.c:88 ../../standalone/draknet_.c:617
msgid "Provider dns 2 (optional)"
msgstr "Voorsiener DNS 2 (opsioneel)"
-#: ../../network/tools.pm_.c:88
+#: ../../network/tools.pm_.c:89
msgid "Choose your country"
msgstr "Kies u land"
-#: ../../network/tools.pm_.c:89 ../../standalone/draknet_.c:598
+#: ../../network/tools.pm_.c:90 ../../standalone/draknet_.c:620
msgid "Dialing mode"
msgstr "Belmetode"
-#: ../../network/tools.pm_.c:90 ../../standalone/draknet_.c:610
+#: ../../network/tools.pm_.c:91 ../../standalone/draknet_.c:632
msgid "Connection speed"
msgstr "Konneksiespoed"
-#: ../../network/tools.pm_.c:91 ../../standalone/draknet_.c:611
+#: ../../network/tools.pm_.c:92 ../../standalone/draknet_.c:633
msgid "Connection timeout (in sec)"
msgstr "Konneksie tydlimiet (in sekondes)"
-#: ../../network/tools.pm_.c:92 ../../standalone/draknet_.c:596
+#: ../../network/tools.pm_.c:93 ../../standalone/draknet_.c:618
msgid "Account Login (user name)"
msgstr "Gebruikerskode"
-#: ../../network/tools.pm_.c:93 ../../standalone/draknet_.c:597
+#: ../../network/tools.pm_.c:94 ../../standalone/draknet_.c:619
msgid "Account Password"
msgstr "Wagwoord"
-#: ../../partition_table.pm_.c:622
+#: ../../partition_table.pm_.c:600
+msgid "mount failed: "
+msgstr "heg het gefaal"
+
+#: ../../partition_table.pm_.c:664
msgid "Extended partition not supported on this platform"
msgstr "Ekstensiepartisie word nie op hierdie platform ondersteun nie"
-#: ../../partition_table.pm_.c:640
+#: ../../partition_table.pm_.c:682
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 "
@@ -5621,21 +6123,21 @@ msgstr ""
"Die enigste oplossing is om die primre partisie te skuif sodat die gat\n"
"langs die ekstensie partisies is"
-#: ../../partition_table.pm_.c:744
+#: ../../partition_table.pm_.c:770
#, c-format
msgid "Restoring from file %s failed: %s"
msgstr "Herstel van ler %s het gefaal: %s"
-#: ../../partition_table.pm_.c:746
+#: ../../partition_table.pm_.c:772
msgid "Bad backup file"
msgstr "Korrupte rugsteunler"
-#: ../../partition_table.pm_.c:768
+#: ../../partition_table.pm_.c:794
#, c-format
msgid "Error writing to file %s"
msgstr "Fout in die skryf van %s"
-#: ../../partition_table_raw.pm_.c:154
+#: ../../partition_table_raw.pm_.c:186
msgid ""
"Something bad is happening on your drive. \n"
"A test to check the integrity of data has failed. \n"
@@ -5682,7 +6184,7 @@ msgstr "LPD - Lyndrukkerdiensprogram"
msgid "PDQ - Print, Don't Queue"
msgstr "PDQ - Druk sonder drukkertou"
-#: ../../printer.pm_.c:32
+#: ../../printer.pm_.c:32 ../../printer.pm_.c:871
msgid "CUPS"
msgstr "CUPS"
@@ -5698,64 +6200,145 @@ msgstr "LPD"
msgid "PDQ"
msgstr "PDQ"
-#: ../../printer.pm_.c:40
+#: ../../printer.pm_.c:47
msgid "Local printer"
msgstr "Plaaslike drukker"
#
-#: ../../printer.pm_.c:41
+#: ../../printer.pm_.c:48
msgid "Remote printer"
msgstr "Eksterne drukker"
#
-#: ../../printer.pm_.c:42
+#: ../../printer.pm_.c:49
msgid "Printer on remote CUPS server"
msgstr "Eksterne CUPS-drukker"
#
-#: ../../printer.pm_.c:43
+#: ../../printer.pm_.c:50 ../../printerdrake.pm_.c:734
msgid "Printer on remote lpd server"
msgstr "Eksterne LPD-drukker"
#
-#: ../../printer.pm_.c:44
-msgid "Network printer (socket)"
+#: ../../printer.pm_.c:51
+#, fuzzy
+msgid "Network printer (TCP/Socket)"
msgstr "Netwerkdrukker (sok)"
-#: ../../printer.pm_.c:45
+#: ../../printer.pm_.c:52
msgid "Printer on SMB/Windows 95/98/NT server"
msgstr "Eksterne SMB/Windows 95/98/NT-drukker"
-#: ../../printer.pm_.c:46
+#: ../../printer.pm_.c:53
msgid "Printer on NetWare server"
msgstr "Eksterne Netware-drukker"
-#: ../../printer.pm_.c:47
+#: ../../printer.pm_.c:54 ../../printerdrake.pm_.c:738
msgid "Enter a printer device URI"
msgstr "Tik drukkertoestel URI in"
-#: ../../printer.pm_.c:48
+#: ../../printer.pm_.c:55
msgid "Pipe job into a command"
msgstr "Pyk drukstuk na program"
-#: ../../printer.pm_.c:418 ../../printer.pm_.c:839
-#: ../../printerdrake.pm_.c:1227 ../../printerdrake.pm_.c:2023
+#: ../../printer.pm_.c:504 ../../printer.pm_.c:695 ../../printer.pm_.c:1017
+#: ../../printerdrake.pm_.c:1665 ../../printerdrake.pm_.c:2730
msgid "Unknown model"
msgstr "Onbekende model"
-#: ../../printer.pm_.c:546 ../../printerdrake.pm_.c:790
+#: ../../printer.pm_.c:532
+#, fuzzy
+msgid "Local Printers"
+msgstr "Plaaslike drukker"
+
+#
+#: ../../printer.pm_.c:534 ../../printer.pm_.c:872
+#, fuzzy
+msgid "Remote Printers"
+msgstr "Eksterne drukker"
+
+#: ../../printer.pm_.c:541 ../../printerdrake.pm_.c:248
+#, c-format
+msgid " on parallel port \\/*%s"
+msgstr ""
+
+#: ../../printer.pm_.c:544 ../../printerdrake.pm_.c:250
+#, c-format
+msgid ", USB printer \\/*%s"
+msgstr ""
+
+#: ../../printer.pm_.c:549
+#, c-format
+msgid ", multi-function device on parallel port \\/*%s"
+msgstr ""
+
+#: ../../printer.pm_.c:552
+msgid ", multi-function device on USB"
+msgstr ""
+
+#: ../../printer.pm_.c:554
+msgid ", multi-function device on HP JetDirect"
+msgstr ""
+
+#: ../../printer.pm_.c:556
+msgid ", multi-function device"
+msgstr ""
+
+#: ../../printer.pm_.c:559
+#, fuzzy, c-format
+msgid ", printing to %s"
+msgstr "Fout in die skryf van %s"
+
+#: ../../printer.pm_.c:561
+#, c-format
+msgid "on LPD server \"%s\", printer \"%s\""
+msgstr ""
+
+#: ../../printer.pm_.c:563
+#, c-format
+msgid ", TCP/IP host \"%s\", port %s"
+msgstr ""
+
+#: ../../printer.pm_.c:567
+#, c-format
+msgid "on Windows server \"%s\", share \"%s\""
+msgstr ""
+
+#: ../../printer.pm_.c:571
+#, c-format
+msgid "on Novell server \"%s\", printer \"%s\""
+msgstr ""
+
+#: ../../printer.pm_.c:573
+#, c-format
+msgid ", using command %s"
+msgstr ""
+
+#: ../../printer.pm_.c:692 ../../printerdrake.pm_.c:1136
msgid "Raw printer (No driver)"
msgstr ""
-#: ../../printer.pm_.c:693
+#: ../../printer.pm_.c:841
#, c-format
msgid "(on %s)"
msgstr "(op %s)"
-#: ../../printer.pm_.c:695
+#: ../../printer.pm_.c:843
msgid "(on this machine)"
msgstr "(op hierdie rekenaar)"
+#: ../../printer.pm_.c:868
+#, fuzzy, c-format
+msgid "On CUPS server \"%s\""
+msgstr "CUPS-bediener IP:"
+
+#: ../../printer.pm_.c:874 ../../printerdrake.pm_.c:2391
+#: ../../printerdrake.pm_.c:2402 ../../printerdrake.pm_.c:2618
+#: ../../printerdrake.pm_.c:2670 ../../printerdrake.pm_.c:2697
+#: ../../printerdrake.pm_.c:2867 ../../printerdrake.pm_.c:2869
+msgid " (Default)"
+msgstr " (Verstek)"
+
#: ../../printerdrake.pm_.c:22
msgid "Select Printer Connection"
msgstr "Kies drukkerkonneksie"
@@ -5765,243 +6348,468 @@ msgid "How is the printer connected?"
msgstr "Hoe is die drukker gekonekteer?"
#: ../../printerdrake.pm_.c:25
+#, fuzzy
msgid ""
"\n"
-"Printers on remote CUPS servers you do not have to configure\n"
-"here; these printers will be automatically detected. Please\n"
-"select \"Printer on remote CUPS server\" in this case."
+"Printers on remote CUPS servers you do not have to configure here; these "
+"printers will be automatically detected."
msgstr ""
"\n"
"Met 'n eksterne CUPS-bediener, hoef u glad nie 'n drukker hier\n"
"op te stel nie; drukkers wod outomaties bespeur.\n"
"Indien u twyfel, kies \"Eksterne CUPS-drukker\"."
-#: ../../printerdrake.pm_.c:84 ../../printerdrake.pm_.c:88
-#: ../../printerdrake.pm_.c:89 ../../printerdrake.pm_.c:159
-msgid "None"
-msgstr "Geen"
+#: ../../printerdrake.pm_.c:69 ../../printerdrake.pm_.c:2454
+#, fuzzy
+msgid "CUPS configuration"
+msgstr "Konfigurasie"
-#: ../../printerdrake.pm_.c:85 ../../printerdrake.pm_.c:160
+#
+#: ../../printerdrake.pm_.c:70 ../../printerdrake.pm_.c:2455
#, fuzzy
-msgid "Choose a default printer!"
-msgstr "Kies die verstek gebruiker:"
+msgid "Specify CUPS server"
+msgstr "Verwyder CUPS-bediener"
-#: ../../printerdrake.pm_.c:105
+#: ../../printerdrake.pm_.c:71
msgid ""
-"With remote CUPS servers, you do not have to configure any \n"
-"printer here; CUPS servers inform your machine automatically\n"
-"about their printers. All printers known to your machine\n"
-"currently are listed in the \"Default printer\" field. Choose\n"
-"the default printer for your machine there and click the\n"
-"\"Apply/Re-read printers\" button. Click the same button to\n"
-"refresh the list (it can take up to 30 seconds after the start\n"
-"of CUPS until all remote printers are visible).\n"
-"When your CUPS server is in a different network, you have to \n"
-"give the CUPS server IP address and optionally the port number\n"
-"to get the printer information from the server, otherwise leave\n"
-"these fields blank."
+"To get access to printers on remote CUPS servers in your local network you "
+"do not have to configure anything; the CUPS servers inform your machine "
+"automatically about their printers. All printers currently known to your "
+"machine are listed in the \"Remote printers\" section in the main window of "
+"Printerdrake. When your CUPS server is not in your local network, you have "
+"to enter the CUPS server IP address and optionally the port number to get "
+"the printer information from the server, otherwise leave these fields blank."
msgstr ""
-#: ../../printerdrake.pm_.c:117
+#: ../../printerdrake.pm_.c:72
msgid ""
"\n"
-"Normally, CUPS is automatically configured according to your\n"
-"network environment, so that you can access the printers on the\n"
-"CUPS servers in your local network. If this does not work \n"
-"correctly, turn off \"Automatic CUPS configuration\" and edit\n"
-"your file /etc/cups/cupsd.conf manually. Do not forget to restart\n"
-"CUPS afterwards (command: \"service cups restart\")."
+"Normally, CUPS is automatically configured according to your network "
+"environment, so that you can access the printers on the CUPS servers in your "
+"local network. If this does not work correctly, turn off \"Automatic CUPS "
+"configuration\" and edit your file /etc/cups/cupsd.conf manually. Do not "
+"forget to restart CUPS afterwards (command: \"service cups restart\")."
msgstr ""
-#: ../../printerdrake.pm_.c:124 ../../printerdrake.pm_.c:1290
-#: ../../printerdrake.pm_.c:1294 ../../printerdrake.pm_.c:1295
-#: ../../printerdrake.pm_.c:1296 ../../printerdrake.pm_.c:2011
-msgid "Close"
-msgstr "Sluit af"
-
-#
-#: ../../printerdrake.pm_.c:125
-msgid "Apply/Re-read printers"
-msgstr "Pas toe/herlees drukkers"
-
-#: ../../printerdrake.pm_.c:129
+#: ../../printerdrake.pm_.c:76
msgid "The IP address should look like 192.168.1.20"
msgstr "IP-adres moet iets soos 192.168.1.20. lyk"
-#: ../../printerdrake.pm_.c:134 ../../printerdrake.pm_.c:541
+#: ../../printerdrake.pm_.c:80 ../../printerdrake.pm_.c:862
msgid "The port number should be an integer!"
msgstr "Die poortnommer moet heeltal wees."
-#: ../../printerdrake.pm_.c:141 ../../printerdrake.pm_.c:2095
-msgid "Default printer"
-msgstr "Verstek drukker"
-
-#: ../../printerdrake.pm_.c:146
+#: ../../printerdrake.pm_.c:87
msgid "CUPS server IP"
msgstr "CUPS-bediener IP:"
-#: ../../printerdrake.pm_.c:147 ../../printerdrake.pm_.c:534
+#: ../../printerdrake.pm_.c:88 ../../printerdrake.pm_.c:855
msgid "Port"
msgstr "Poort"
-#: ../../printerdrake.pm_.c:149
+#: ../../printerdrake.pm_.c:90
msgid "Automatic CUPS configuration"
msgstr "Outomatiese CUPS konfigurasie"
-#: ../../printerdrake.pm_.c:217
+#: ../../printerdrake.pm_.c:145 ../../standalone/scannerdrake_.c:42
#, fuzzy
msgid "Detecting devices ..."
msgstr "Toestel word afgetas..."
-#: ../../printerdrake.pm_.c:217
+#: ../../printerdrake.pm_.c:145 ../../standalone/scannerdrake_.c:42
msgid "Test ports"
msgstr "Toets poorte"
-#: ../../printerdrake.pm_.c:238
-#, c-format
-msgid "A printer, model \"%s\", has been detected on "
-msgstr "'n Drukker, model \"%s\", is opgespoor op "
+#: ../../printerdrake.pm_.c:167 ../../printerdrake.pm_.c:2437
+#: ../../printerdrake.pm_.c:2556
+#, fuzzy
+msgid "Add a new printer"
+msgstr "Voeg drukker by"
+
+#: ../../printerdrake.pm_.c:168
+msgid ""
+"\n"
+"Welcome to the Printer Setup Wizard\n"
+"\n"
+"This wizard allows you to install local or remote printers to be used from "
+"this machine and also from other machines in the network.\n"
+"\n"
+"It asks you for all necessary information to set up the printer and gives "
+"you access to all available printer drivers, driver options, and printer "
+"connection types."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:176 ../../printerdrake.pm_.c:203
+#: ../../printerdrake.pm_.c:378 ../../printerdrake.pm_.c:393
+#: ../../printerdrake.pm_.c:403 ../../printerdrake.pm_.c:466
+#, fuzzy
+msgid "Local Printer"
+msgstr "Plaaslike drukker"
+
+#: ../../printerdrake.pm_.c:177
+msgid ""
+"\n"
+"Welcome to the Printer Setup Wizard\n"
+"\n"
+"This wizard will help you to install your printer(s) connected to this "
+"computer.\n"
+"\n"
+"Please plug in your printer(s) on this computer and turn it/them on. Click "
+"on \"Next\" when you are ready, and on \"Cancel\" when you do not want to "
+"set up your printer(s) now.\n"
+"\n"
+"Note that some computers can crash during the printer auto-detection, turn "
+"off \"Auto-detect printers\" to do a printer installation without auto-"
+"detection. Use the \"Expert Mode\" of printerdrake when you want to set up "
+"printing on a remote printer if printerdrake does not list it automatically."
+msgstr ""
+
+#
+#: ../../printerdrake.pm_.c:186
+#, fuzzy
+msgid "Auto-detect printers"
+msgstr "Eksterne drukker"
+
+#: ../../printerdrake.pm_.c:204
+msgid ""
+"\n"
+"Congratulations, your printer is now installed and configured!\n"
+"\n"
+"You can print using the \"Print\" command of your application (usually in "
+"the \"File\" menu).\n"
+"\n"
+"If you want to add, remove, or rename a printer, or if you want to change "
+"the default option settings (paper input tray, printout quality, ...), "
+"select \"Printer\" in the \"Hardware\" section of the Mandrake Control "
+"Center."
+msgstr ""
-#: ../../printerdrake.pm_.c:255
-msgid "Local Printer Device"
-msgstr "Plaaslikte drukkertoestel"
+#: ../../printerdrake.pm_.c:223
+msgid "Auto-Detection of Printers"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:224
+msgid ""
+"Printerdrake is able to auto-detect your locally connected parallel and USB "
+"printers for you, but note that on some systems the auto-detection CAN "
+"FREEZE YOUR SYSTEM AND THIS CAN LEAD TO CORRUPTED FILE SYSTEMS! So do it ON "
+"YOUR OWN RISK!\n"
+"\n"
+"Do you really want to get your printers auto-detected?"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:227 ../../printerdrake.pm_.c:229
+#: ../../printerdrake.pm_.c:230
+#, fuzzy
+msgid "Do auto-detection"
+msgstr "Gebruik outobespeuring"
+
+#
+#: ../../printerdrake.pm_.c:228
+#, fuzzy
+msgid "Set up printer manually"
+msgstr "Eksterne drukkernaam"
#: ../../printerdrake.pm_.c:256
+#, fuzzy, c-format
+msgid "Detected %s"
+msgstr "%s bespeur"
+
+#: ../../printerdrake.pm_.c:260 ../../printerdrake.pm_.c:287
+#: ../../printerdrake.pm_.c:306
+#, c-format
+msgid "Printer on parallel port \\/*%s"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:262 ../../printerdrake.pm_.c:289
+#: ../../printerdrake.pm_.c:311
+#, c-format
+msgid "USB printer \\/*%s"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:379
msgid ""
-"What device is your printer connected to \n"
-"(note that /dev/lp0 is equivalent to LPT1:)?\n"
+"No local printer found! To manually install a printer enter a device name/"
+"file name in the input line (Parallel Ports: /dev/lp0, /dev/lp1, ..., "
+"equivalent to LPT1:, LPT2:, ..., 1st USB printer: /dev/usb/lp0, 2nd USB "
+"printer: /dev/usb/lp1, ...)."
msgstr ""
-"Watter toestel is die drukker aan gekoppel?\n"
-"(let op dat /dev/lp0 ekwiwalent is aan LPT1:)\n"
-#: ../../printerdrake.pm_.c:258
-msgid "Printer Device"
-msgstr "Drukkertoestel:"
+#: ../../printerdrake.pm_.c:383
+#, fuzzy
+msgid "You must enter a device or file name!"
+msgstr "Tik drukkertoestel URI in"
-#: ../../printerdrake.pm_.c:261
-msgid "Device/file name missing!"
-msgstr "Toestel/Lernaam ontbreek"
+#: ../../printerdrake.pm_.c:394
+#, fuzzy
+msgid ""
+"No local printer found!\n"
+"\n"
+msgstr "Plaaslike drukker"
+
+#: ../../printerdrake.pm_.c:395
+msgid ""
+"Network printers can only be installed after the installation. Choose "
+"\"Hardware\" and then \"Printer\" in the Mandrake Control Center."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:396
+msgid ""
+"To install network printers, click \"Cancel\", switch to the \"Expert Mode"
+"\", and click \"Add a new printer\" again."
+msgstr ""
-#: ../../printerdrake.pm_.c:274 ../../printerdrake.pm_.c:698
-#: ../../printerdrake.pm_.c:786
+#: ../../printerdrake.pm_.c:407
+msgid ""
+"The following printer was auto-detected, if it is not the one you want to "
+"configure, enter a device name/file name in the input line"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:408
+msgid ""
+"Here is a list of all auto-detected printers. Please choose the printer you "
+"want to set up or enter a device name/file name in the input line"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:410
+msgid ""
+"The following printer was auto-detected. The configuration of the printer "
+"will work fully automatically. If your printer was not correctly detected or "
+"if you prefer a customized printer configuration, turn on \"Manual "
+"configuration\"."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:411
+msgid ""
+"Here is a list of all auto-detected printers. Please choose the printer you "
+"want to set up. The configuration of the printer will work fully "
+"automatically. If your printer was not correctly detected or if you prefer a "
+"customized printer configuration, turn on \"Manual configuration\"."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:413
+msgid ""
+"Please choose the port where your printer is connected to or enter a device "
+"name/file name in the input line"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:414
+#, fuzzy
+msgid "Please choose the port where your printer is connected to."
+msgstr "Op watter seriaalpoort is u modem gekoppel?"
+
+#: ../../printerdrake.pm_.c:416
+msgid ""
+" (Parallel Ports: /dev/lp0, /dev/lp1, ..., equivalent to LPT1:, LPT2:, ..., "
+"1st USB printer: /dev/usb/lp0, 2nd USB printer: /dev/usb/lp1, ...)."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:421
+#, fuzzy
+msgid "You must choose/enter a printer/device!"
+msgstr "Tik drukkertoestel URI in"
+
+#: ../../printerdrake.pm_.c:441
+#, fuzzy
+msgid "Manual configuration"
+msgstr "Kleurkonfigurasie"
+
+#: ../../printerdrake.pm_.c:467
+msgid ""
+"Is your printer a multi-function device from HP (OfficeJet, PSC, PhotoSmart, "
+"LaserJet 1100/1200/1220/3200/3300 with scanner)?"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:482
+#, fuzzy
+msgid "Installing HPOJ package..."
+msgstr "Installeer pakket %s"
+
+#: ../../printerdrake.pm_.c:487
+msgid "Checking device and configuring HPOJ ..."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:505
+#, fuzzy
+msgid "Installing SANE package..."
+msgstr "Installeer pakket %s"
+
+#: ../../printerdrake.pm_.c:517
+msgid "Scanning on your HP multi-function device"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:534
+#, fuzzy
+msgid "Making printer port available for CUPS ..."
+msgstr "Drukkerdata word gelees..."
+
+#: ../../printerdrake.pm_.c:544 ../../printerdrake.pm_.c:1018
+#: ../../printerdrake.pm_.c:1132
#, fuzzy
msgid "Reading printer database ..."
msgstr "Drukkerdata word gelees..."
-#: ../../printerdrake.pm_.c:312
+#: ../../printerdrake.pm_.c:624
msgid "Remote lpd Printer Options"
msgstr "Eksterne lpd drukkeropsies"
-#: ../../printerdrake.pm_.c:313
+#: ../../printerdrake.pm_.c:625
+#, fuzzy
msgid ""
-"To use a remote lpd printer, you need to supply\n"
-"the hostname of the printer server and the printer name\n"
-"on that server."
+"To use a remote lpd printer, you need to supply the hostname of the printer "
+"server and the printer name on that server."
msgstr ""
"Om 'n eksterne lpd drukkertou te gebruik,moett die naam\n"
"van die drukkkerbediener en die naam van die drukkertou\n"
"voorsien word."
-#: ../../printerdrake.pm_.c:316
+#: ../../printerdrake.pm_.c:626
msgid "Remote host name"
msgstr "Eksterne bedienernaam"
#
-#: ../../printerdrake.pm_.c:317
+#: ../../printerdrake.pm_.c:627
msgid "Remote printer name"
msgstr "Eksterne drukkernaam"
-#: ../../printerdrake.pm_.c:320
+#: ../../printerdrake.pm_.c:630
msgid "Remote host name missing!"
msgstr "Eksterne bedienernaam ontbreek!"
-#: ../../printerdrake.pm_.c:324
+#: ../../printerdrake.pm_.c:634
msgid "Remote printer name missing!"
msgstr "Eksterne drukkernam ontbreek!"
-#: ../../printerdrake.pm_.c:392
+#: ../../printerdrake.pm_.c:702
msgid "SMB (Windows 9x/NT) Printer Options"
msgstr "SMB (Windows 9x/NT) drukkeropsies"
-#: ../../printerdrake.pm_.c:393
+#: ../../printerdrake.pm_.c:703
+#, fuzzy
msgid ""
-"To print to a SMB printer, you need to provide the\n"
-"SMB host name (Note! It may be different from its\n"
-"TCP/IP hostname!) and possibly the IP address of the print server, as\n"
-"well as the share name for the printer you wish to access and any\n"
-"applicable user name, password, and workgroup information."
+"To print to a SMB printer, you need to provide the SMB host name (Note! It "
+"may be different from its TCP/IP hostname!) and possibly the IP address of "
+"the print server, as well as the share name for the printer you wish to "
+"access and any applicable user name, password, and workgroup information."
msgstr ""
"Om na 'n SMB drukker te druk moet u die volgende voorsien:\n"
"SMB rekenaarnaam (dis nie noodwendig dieselfde as die TCP/IP rekenaarnaam\n"
"nie); moontlik die IP adres van die drukkerbediener; die drukkernaam; \n"
"toepaslike gebruikerskode en wagwoord; werkgroepnaam."
-#: ../../printerdrake.pm_.c:398
+#: ../../printerdrake.pm_.c:704
msgid "SMB server host"
msgstr "SMB-bedienernaam"
-#: ../../printerdrake.pm_.c:399
+#: ../../printerdrake.pm_.c:705
msgid "SMB server IP"
msgstr "SMB-bediener IP:"
-#: ../../printerdrake.pm_.c:400
+#: ../../printerdrake.pm_.c:706
msgid "Share name"
msgstr "Drukkernaam:"
-#: ../../printerdrake.pm_.c:403
+#: ../../printerdrake.pm_.c:709
msgid "Workgroup"
msgstr "Werkgroep:"
-#: ../../printerdrake.pm_.c:410
+#: ../../printerdrake.pm_.c:716
msgid "Either the server name or the server's IP must be given!"
msgstr "f die bedienernaam f die bediener-IP moet verskaf word!"
-#: ../../printerdrake.pm_.c:414
+#: ../../printerdrake.pm_.c:720
msgid "Samba share name missing!"
msgstr "SAMBA-deelnaam ontbreek!"
-#: ../../printerdrake.pm_.c:473
+#: ../../printerdrake.pm_.c:725
+msgid "SECURITY WARNING!"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:726
+#, c-format
+msgid ""
+"You are about to set up printing to a Windows account with password. Due to "
+"a fault in the architecture of the Samba client software the password is put "
+"in clear text into the command line of the Samba client used to transmit the "
+"print job to the Windows server. So it is possible for every user on this "
+"machine to display the password on the screen by issuing commands as \"ps "
+"auxwww\".\n"
+"\n"
+"We recommend to make use of one of the following alternatives (in all cases "
+"you have to make sure that only machines from your local network have access "
+"to your Windows server, for example by means of a firewall):\n"
+"\n"
+"Use a password-less account on your Windows server, as the \"GUEST\" account "
+"or a special account dedicated for printing. Do not remove the password "
+"protection from a personal account or the administrator account.\n"
+"\n"
+"Set up your Windows server to make the printer available under the LPD "
+"protocol. Then set up printing from this machine with the \"%s\" connection "
+"type in Printerdrake.\n"
+"\n"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:736
+#, c-format
+msgid ""
+"Set up your Windows server to make the printer available under the IPP "
+"protocol and set up printing from this machine with the \"%s\" connection "
+"type in Printerdrake.\n"
+"\n"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:739
+msgid ""
+"Connect your printer to a Linux server and let your Windows machine(s) "
+"connect to it as a client.\n"
+"\n"
+"Do you really want to continue setting up this printer as you are doing now?"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:801
msgid "NetWare Printer Options"
msgstr "NetWare drukkeropsies"
-#: ../../printerdrake.pm_.c:474
+#: ../../printerdrake.pm_.c:802
+#, fuzzy
msgid ""
-"To print on a NetWare printer, you need to provide the\n"
-"NetWare print server name (Note! it may be different from its\n"
-"TCP/IP hostname!) as well as the print queue name for the printer you\n"
-"wish to access and any applicable user name and password."
+"To print on a NetWare printer, you need to provide the NetWare print server "
+"name (Note! it may be different from its TCP/IP hostname!) as well as the "
+"print queue name for the printer you wish to access and any applicable user "
+"name and password."
msgstr ""
"Om na 'n Netware drukker te druk moet u die volgende voorsien:\n"
"Netware rekenaarnaam (dis nie noodwendig dieselfde as die TCP/IP\n"
"rekenaarnaam nie); moontlik die IP adres van die drukkerbediener;\n"
"die drukkernaam; toepaslike gebruikerskode en wagwoord."
-#: ../../printerdrake.pm_.c:478
+#: ../../printerdrake.pm_.c:803
msgid "Printer Server"
msgstr "Drukkerbediener"
-#: ../../printerdrake.pm_.c:479
+#: ../../printerdrake.pm_.c:804
msgid "Print Queue Name"
msgstr "Drukkertounaam"
-#: ../../printerdrake.pm_.c:484
+#: ../../printerdrake.pm_.c:809
msgid "NCP server name missing!"
msgstr "NCP-bedienernaam ontbreek!"
-#: ../../printerdrake.pm_.c:488
+#: ../../printerdrake.pm_.c:813
msgid "NCP queue name missing!"
msgstr "NCP-tounaam ontbreek!"
-#: ../../printerdrake.pm_.c:527
-msgid "Socket Printer Options"
+#: ../../printerdrake.pm_.c:852
+#, fuzzy
+msgid "TCP/Socket Printer Options"
msgstr "Sokdrukkeropsies"
-#: ../../printerdrake.pm_.c:528
+#: ../../printerdrake.pm_.c:853
+#, fuzzy
msgid ""
-"To print to a socket printer, you need to provide the\n"
-"host name of the printer and optionally the port number.\n"
-"On HP JetDirect servers the port number is usually 9100,\n"
-"on other servers it can vary. See the manual of your\n"
+"To print to a TCP or socket printer, you need to provide the host name of "
+"the printer and optionally the port number. On HP JetDirect servers the port "
+"number is usually 9100, on other servers it can vary. See the manual of your "
"hardware."
msgstr ""
"Om aan 'n sokdrukker te konnekteer, moet u die rekenaarnaam van die\n"
@@ -6010,19 +6818,19 @@ msgstr ""
"maar dit mag anders wees met ander bedieners. Raadpleeg die handleiding\n"
"wat saam met die hardeware gekom het."
-#: ../../printerdrake.pm_.c:533
+#: ../../printerdrake.pm_.c:854
msgid "Printer host name"
msgstr "Drukkerbedienernaam"
-#: ../../printerdrake.pm_.c:537
+#: ../../printerdrake.pm_.c:858
msgid "Printer host name missing!"
msgstr "Drukkerbedienernaam ontbreek!"
-#: ../../printerdrake.pm_.c:566 ../../printerdrake.pm_.c:568
+#: ../../printerdrake.pm_.c:887 ../../printerdrake.pm_.c:889
msgid "Printer Device URI"
msgstr "Drukkertoestel URI"
-#: ../../printerdrake.pm_.c:567
+#: ../../printerdrake.pm_.c:888
msgid ""
"You can specify directly the URI to access the printer. The URI must fulfill "
"either the CUPS or the Foomatic specifications. Note that not all URI types "
@@ -6032,116 +6840,160 @@ msgstr ""
"CUPS- of Foomatic-formaat wees. Nie alle UTI-tipes moet deur al die "
"spoelprogramme ondersteun nie."
-#: ../../printerdrake.pm_.c:582
+#: ../../printerdrake.pm_.c:903
msgid "A valid URI must be entered!"
msgstr "'n Geldige URI moet verskaf word!"
-#: ../../printerdrake.pm_.c:682
+#: ../../printerdrake.pm_.c:1004
+#, fuzzy
msgid ""
-"Every printer needs a name (for example lp).\n"
-"The Description and Location fields do not need \n"
-"to be filled in. They are comments for the users."
+"Every printer needs a name (for example \"printer\"). The Description and "
+"Location fields do not need to be filled in. They are comments for the users."
msgstr ""
"Elke drukker benodig naam (bv. lp).\n"
"Die Beskrywing- en Liggingvelde is opsioneel.\n"
"Hulle dien as inligting vir gebruikers."
-#: ../../printerdrake.pm_.c:685
+#: ../../printerdrake.pm_.c:1005
msgid "Name of printer"
msgstr "Drukkernaam"
-#: ../../printerdrake.pm_.c:686
+#: ../../printerdrake.pm_.c:1006
msgid "Description"
msgstr "Beskrywing"
-#: ../../printerdrake.pm_.c:687
+#: ../../printerdrake.pm_.c:1007
msgid "Location"
msgstr "Ligging"
-#: ../../printerdrake.pm_.c:701
+#: ../../printerdrake.pm_.c:1021
#, fuzzy
msgid "Preparing printer database ..."
msgstr "Drukkerdata word gelees..."
-#: ../../printerdrake.pm_.c:793
+#
+#: ../../printerdrake.pm_.c:1112
+#, fuzzy
+msgid "Your printer model"
+msgstr "Eksterne drukkernaam"
+
+#: ../../printerdrake.pm_.c:1113
+#, c-format
+msgid ""
+"Printerdrake has compared the model name resulting from the printer auto-"
+"detection with the models listed in its printer database to find the best "
+"match. This choice can be wrong, especially when your printer is not listed "
+"at all in the database. So check whether the choice is correct and click "
+"\"The model is correct\" if so and if not, click \"Select model manually\" "
+"so that you can choose your printer model manually on the next screen.\n"
+"\n"
+"For your printer Printerdrake has found:\n"
+"\n"
+"%s"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1118 ../../printerdrake.pm_.c:1121
+#, fuzzy
+msgid "The model is correct"
+msgstr "Is dit korrek?"
+
+#
+#: ../../printerdrake.pm_.c:1119 ../../printerdrake.pm_.c:1120
+#: ../../printerdrake.pm_.c:1123
+#, fuzzy
+msgid "Select model manually"
+msgstr "Eksterne drukkernaam"
+
+#: ../../printerdrake.pm_.c:1139
msgid "Printer model selection"
msgstr "Drukkermodelkeuse"
-#: ../../printerdrake.pm_.c:794
+#: ../../printerdrake.pm_.c:1140
msgid "Which printer model do you have?"
msgstr "Oor watter tipe drukker beskik u?"
-#: ../../printerdrake.pm_.c:866
+#: ../../printerdrake.pm_.c:1141
+msgid ""
+"\n"
+"\n"
+"Please check whether Printerdrake did the auto-detection of your printer "
+"model correctly. Search the correct model in the list when the cursor is "
+"standing on a wrong model or on \"Raw printer\"."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1144
+msgid ""
+"If your printer is not listed, choose a compatible (see printer manual) or a "
+"similar one."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1220
#, fuzzy
msgid "OKI winprinter configuration"
msgstr "Verander drukkerkonfigurasie"
-#: ../../printerdrake.pm_.c:867
+#: ../../printerdrake.pm_.c:1221
msgid ""
"You are configuring an OKI laser winprinter. These printers\n"
-"use a very special communication protocol and therefore they\n"
-"work only when connected to the first parallel port. When\n"
-"your printer is connected to another port or to a print\n"
-"server box please connect the printer to the first parallel\n"
-"port before you print a test page. Otherwise the printer\n"
-"will not work. Your connection type setting will be ignored\n"
-"by the driver."
+"use a very special communication protocol and therefore they work only when "
+"connected to the first parallel port. When your printer is connected to "
+"another port or to a print server box please connect the printer to the "
+"first parallel port before you print a test page. Otherwise the printer will "
+"not work. Your connection type setting will be ignored by the driver."
msgstr ""
-#: ../../printerdrake.pm_.c:916 ../../printerdrake.pm_.c:946
+#: ../../printerdrake.pm_.c:1264 ../../printerdrake.pm_.c:1291
#, fuzzy
msgid "Lexmark inkjet configuration"
msgstr "Internetkonfigurasie"
-#: ../../printerdrake.pm_.c:917
+#: ../../printerdrake.pm_.c:1265
msgid ""
-"The inkjet printer drivers provided by Lexmark only support\n"
-"local printers, no printers on remote machines or print server\n"
-"boxes. Please connect your printer to a local port or\n"
-"configure it on the machine where it is connected to."
+"The inkjet printer drivers provided by Lexmark only support local printers, "
+"no printers on remote machines or print server boxes. Please connect your "
+"printer to a local port or configure it on the machine where it is connected "
+"to."
msgstr ""
-#: ../../printerdrake.pm_.c:947
+#: ../../printerdrake.pm_.c:1292
msgid ""
-"To be able to print with your Lexmark inkjet and this\n"
-"configuration, you need the inkjet printer drivers\n"
-"provided by Lexmark (http://www.lexmark.com/). Go to\n"
-"the US site and click on the \"Drivers\" button. Then\n"
-"choose your model and afterwards \"Linux\" as\n"
-"operating system. The drivers come as RPM packages\n"
-"or shell scripts with interactive graphical installation.\n"
-"You do not need to do this configuration by the\n"
-"graphical frontends. Cancel directly after the license\n"
-"agreement. Then print printhead alignment pages with\n"
-"\"lexmarkmaintain\" and adjust the head alignment\n"
-"settings with this program."
+"To be able to print with your Lexmark inkjet and this configuration, you "
+"need the inkjet printer drivers provided by Lexmark (http://www.lexmark."
+"com/). Go to the US site and click on the \"Drivers\" button. Then choose "
+"your model and afterwards \"Linux\" as operating system. The drivers come as "
+"RPM packages or shell scripts with interactive graphical installation. You "
+"do not need to do this configuration by the graphical frontends. Cancel "
+"directly after the license agreement. Then print printhead alignment pages "
+"with \"lexmarkmaintain\" and adjust the head alignment settings with this "
+"program."
msgstr ""
-#: ../../printerdrake.pm_.c:1079
+#: ../../printerdrake.pm_.c:1508
msgid ""
"Printer default settings\n"
-"You should make sure that the page size and the\n"
-"ink type (if available) are set correctly. Note\n"
-"that with a very high printout quality printing\n"
-"can get substantially slower."
+"\n"
+"You should make sure that the page size and the ink type/printing mode (if "
+"available) and also the hardware configuration of laser printers (memory, "
+"duplex unit, extra trays) are set correctly. Note that with a very high "
+"printout quality/resolution printing can get substantially slower."
msgstr ""
-#: ../../printerdrake.pm_.c:1090
+#: ../../printerdrake.pm_.c:1517
#, c-format
msgid "Option %s must be an integer number!"
msgstr "Opsie %s moet 'n heeltal wees!"
-#: ../../printerdrake.pm_.c:1094
+#: ../../printerdrake.pm_.c:1521
#, c-format
msgid "Option %s must be a number!"
msgstr "Opsie %s moet 'n nommer wees"
-#: ../../printerdrake.pm_.c:1099
+#: ../../printerdrake.pm_.c:1526
#, c-format
msgid "Option %s out of range!"
msgstr "Opsie %s is buite bereik!"
-#: ../../printerdrake.pm_.c:1136
+#: ../../printerdrake.pm_.c:1565
#, c-format
msgid ""
"Do you want to set this printer (\"%s\")\n"
@@ -6150,47 +7002,52 @@ msgstr ""
"Wil u hierdie drukker (\"%s\")\n"
"die verstek drukker maak?"
-#: ../../printerdrake.pm_.c:1152
+#: ../../printerdrake.pm_.c:1582
msgid "Test pages"
msgstr "Toetsbladsye"
-#: ../../printerdrake.pm_.c:1153
+#: ../../printerdrake.pm_.c:1583
msgid ""
"Please select the test pages you want to print.\n"
-"Note: the photo test page can take a rather long time to get printed\n"
-"and on laser printers with too low memory it can even not come out.\n"
-"In most cases it is enough to print the standard test page."
+"Note: the photo test page can take a rather long time to get printed and on "
+"laser printers with too low memory it can even not come out. In most cases "
+"it is enough to print the standard test page."
msgstr ""
-#: ../../printerdrake.pm_.c:1158
+#: ../../printerdrake.pm_.c:1587
msgid "No test pages"
msgstr "Geen toetsbladsye"
-#: ../../printerdrake.pm_.c:1159
+#: ../../printerdrake.pm_.c:1588
msgid "Print"
msgstr "Druk"
-#: ../../printerdrake.pm_.c:1161
+#: ../../printerdrake.pm_.c:1590
msgid "Standard test page"
msgstr "Standaard toetsbladsy"
-#: ../../printerdrake.pm_.c:1164
+#: ../../printerdrake.pm_.c:1593
msgid "Alternative test page (Letter)"
msgstr "Alternatiewe toetsbladsy (Lettergrootte)"
-#: ../../printerdrake.pm_.c:1167
+#: ../../printerdrake.pm_.c:1596
msgid "Alternative test page (A4)"
msgstr "Alternatiewe toetsbladsy (A4)"
-#: ../../printerdrake.pm_.c:1169
+#: ../../printerdrake.pm_.c:1598
msgid "Photo test page"
msgstr "Fototoetsbladsy"
-#: ../../printerdrake.pm_.c:1175 ../../printerdrake.pm_.c:1297
+#: ../../printerdrake.pm_.c:1602
+#, fuzzy
+msgid "Do not print any test page"
+msgstr "Druk toetsbladsy(e)"
+
+#: ../../printerdrake.pm_.c:1610 ../../printerdrake.pm_.c:1747
msgid "Printing test page(s)..."
msgstr "Toetsbladsy(e) word gedruk..."
-#: ../../printerdrake.pm_.c:1200
+#: ../../printerdrake.pm_.c:1635
#, c-format
msgid ""
"Test page(s) have been sent to the printer.\n"
@@ -6205,7 +7062,7 @@ msgstr ""
"%s\n"
"\n"
-#: ../../printerdrake.pm_.c:1204
+#: ../../printerdrake.pm_.c:1639
msgid ""
"Test page(s) have been sent to the printer.\n"
"It may take some time before the printer starts.\n"
@@ -6213,33 +7070,33 @@ msgstr ""
"Toetsbladsy(e) is na die drukker gestuur.\n"
"Dit mag 'n tydjie neem voordat drukwerk begin.\n"
-#: ../../printerdrake.pm_.c:1211
+#: ../../printerdrake.pm_.c:1646
msgid "Did it work properly?"
msgstr "Het dit reg gewerk?"
-#: ../../printerdrake.pm_.c:1229 ../../printerdrake.pm_.c:2025
+#: ../../printerdrake.pm_.c:1667 ../../printerdrake.pm_.c:2732
#, fuzzy
msgid "Raw printer"
msgstr "Geen drukker"
-#: ../../printerdrake.pm_.c:1237
+#: ../../printerdrake.pm_.c:1685
#, c-format
msgid ""
"To print a file from the command line (terminal window) you can either use "
"the command \"%s <file>\" or a graphical printing tool: \"xpp <file>\" or "
-"\"qtcups <file>\". The graphical tools allow you to choose the printer and "
+"\"kprinter <file>\". The graphical tools allow you to choose the printer and "
"to modify the option settings easily.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:1239
+#: ../../printerdrake.pm_.c:1687
msgid ""
"These commands you can also use in the \"Printing command\" field of the "
"printing dialogs of many applications, but here do not supply the file name "
"because the file to print is provided by the application.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:1242 ../../printerdrake.pm_.c:1254
-#: ../../printerdrake.pm_.c:1266
+#: ../../printerdrake.pm_.c:1690 ../../printerdrake.pm_.c:1706
+#: ../../printerdrake.pm_.c:1716
#, c-format
msgid ""
"\n"
@@ -6248,43 +7105,49 @@ msgid ""
"line, e. g. \"%s <file>\". "
msgstr ""
-#: ../../printerdrake.pm_.c:1244 ../../printerdrake.pm_.c:1284
+#: ../../printerdrake.pm_.c:1693 ../../printerdrake.pm_.c:1732
+#, c-format
+msgid ""
+"To know about the options available for the current printer read either the "
+"list shown below or click on the \"Print option list\" button.%s\n"
+"\n"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1696
msgid ""
-"To get a list of the options available for the current printer read either "
-"the list shown below or click on the \"Print option list\" button.\n"
+"Here is a list of the available printing options for the current printer:\n"
"\n"
msgstr ""
-#: ../../printerdrake.pm_.c:1249 ../../printerdrake.pm_.c:1261
+#: ../../printerdrake.pm_.c:1701 ../../printerdrake.pm_.c:1711
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
"<file>\".\n"
msgstr ""
-#: ../../printerdrake.pm_.c:1251 ../../printerdrake.pm_.c:1263
-#: ../../printerdrake.pm_.c:1275
+#: ../../printerdrake.pm_.c:1703 ../../printerdrake.pm_.c:1713
+#: ../../printerdrake.pm_.c:1723
msgid ""
"This command you can also use in the \"Printing command\" field of the "
"printing dialogs of many applications. But here do not supply the file name "
"because the file to print is provided by the application.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:1256 ../../printerdrake.pm_.c:1268
+#: ../../printerdrake.pm_.c:1708 ../../printerdrake.pm_.c:1718
msgid ""
"To get a list of the options available for the current printer click on the "
-"\"Print option list\" button.\n"
-"\n"
+"\"Print option list\" button."
msgstr ""
-#: ../../printerdrake.pm_.c:1273
+#: ../../printerdrake.pm_.c:1721
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
"<file>\" or \"%s <file>\".\n"
msgstr ""
-#: ../../printerdrake.pm_.c:1277
+#: ../../printerdrake.pm_.c:1725
msgid ""
"You can also use the graphical interface \"xpdq\" for setting options and "
"handling printing jobs.\n"
@@ -6294,7 +7157,7 @@ msgid ""
"jams.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:1281
+#: ../../printerdrake.pm_.c:1729
#, c-format
msgid ""
"\n"
@@ -6303,84 +7166,121 @@ msgid ""
"line, e. g. \"%s <file>\".\n"
msgstr ""
-#: ../../printerdrake.pm_.c:1292
+#: ../../printerdrake.pm_.c:1738 ../../printerdrake.pm_.c:1744
+#: ../../printerdrake.pm_.c:1745 ../../printerdrake.pm_.c:1746
+#: ../../printerdrake.pm_.c:2716 ../../standalone/drakbackup_.c:754
+#: ../../standalone/drakbackup_.c:2458 ../../standalone/drakfont_.c:577
+#: ../../standalone/drakfont_.c:791
+msgid "Close"
+msgstr "Sluit af"
+
+#: ../../printerdrake.pm_.c:1741 ../../printerdrake.pm_.c:1753
+#, fuzzy, c-format
+msgid "Printing/Scanning on \"%s\""
+msgstr "Netwerk op pad af"
+
+#: ../../printerdrake.pm_.c:1742 ../../printerdrake.pm_.c:1754
#, fuzzy, c-format
msgid "Printing on the printer \"%s\""
msgstr "Netwerk op pad af"
-#: ../../printerdrake.pm_.c:1294
+#: ../../printerdrake.pm_.c:1744
#, fuzzy
msgid "Print option list"
msgstr "Drukkeropsies"
-#: ../../printerdrake.pm_.c:1318 ../../printerdrake.pm_.c:1741
-#: ../../standalone/printerdrake_.c:48
+#: ../../printerdrake.pm_.c:1766
+#, c-format
+msgid ""
+"Your HP multi-function device was configured automatically to be able to "
+"scan. Now you can scan with \"scanimage\" (\"scanimage -d hp:%s\" to specify "
+"the scanner when you have more than one) from the command line or with the "
+"graphical interfaces \"xscanimage\" or \"xsane\". If you are using the GIMP, "
+"you can also scan by choosing the appropriate point in the \"File\"/\"Acquire"
+"\" menu. Call also \"man scanimage\" and \"man sane-hp\" on the command line "
+"to get more information.\n"
+"\n"
+"Do not use \"scannerdrake\" for this device!"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1772
+#, c-format
+msgid ""
+"Your HP multi-function device was configured automatically to be able to "
+"scan. Now you can scan from the command line with \"ptal-hp %s scan ...\". "
+"Scanning via a graphical interface or from the GIMP is not supported yet for "
+"your device. More information you will find in the \"/usr/share/doc/hpoj-0.8/"
+"ptal-hp-scan.html\" file on your system. If you have an HP LaserJet 1100 or "
+"1200 you can only scan when you have the scanner option installed.\n"
+"\n"
+"Do not use \"scannerdrake\" for this device!"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1794 ../../printerdrake.pm_.c:2221
+#: ../../printerdrake.pm_.c:2485 ../../standalone/printerdrake_.c:49
msgid "Reading printer data ..."
msgstr "Drukkerdata word gelees..."
-#: ../../printerdrake.pm_.c:1338 ../../printerdrake.pm_.c:1376
-#: ../../printerdrake.pm_.c:1411
+#: ../../printerdrake.pm_.c:1814 ../../printerdrake.pm_.c:1842
+#: ../../printerdrake.pm_.c:1877
msgid "Transfer printer configuration"
msgstr "Dra drukkerkonfigurasie oor"
-#: ../../printerdrake.pm_.c:1339
+#: ../../printerdrake.pm_.c:1815
#, c-format
msgid ""
-"You can copy the printer configuration which you have done \n"
-"for the spooler %s to %s, your current spooler. All the\n"
-"configuration data (printer name, description, location, \n"
-"connection type, and default option settings) is overtaken,\n"
-"but jobs will not be transferred.\n"
-"Not all queues can be transferred due to the following \n"
-"reasons:\n"
+"You can copy the printer configuration which you have done for the spooler %"
+"s to %s, your current spooler. All the configuration data (printer name, "
+"description, location, connection type, and default option settings) is "
+"overtaken, but jobs will not be transferred.\n"
+"Not all queues can be transferred due to the following reasons:\n"
msgstr ""
-#: ../../printerdrake.pm_.c:1347
+#: ../../printerdrake.pm_.c:1818
msgid ""
-"CUPS does not support printers on Novell servers or printers\n"
-"sending the data into a free-formed command.\n"
+"CUPS does not support printers on Novell servers or printers sending the "
+"data into a free-formed command.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:1350
+#: ../../printerdrake.pm_.c:1820
msgid ""
-"PDQ only supports local printers, remote LPD printers, and\n"
-"Socket/TCP printers.\n"
+"PDQ only supports local printers, remote LPD printers, and Socket/TCP "
+"printers.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:1353
+#: ../../printerdrake.pm_.c:1822
msgid "LPD and LPRng do not support IPP printers.\n"
msgstr "LPD en LPRng ondersteun nie IPP-drukkers nie.\n"
-#: ../../printerdrake.pm_.c:1355
+#: ../../printerdrake.pm_.c:1824
msgid ""
-"In addition, queues not created with this program or\n"
-"\"foomatic-configure\" cannot be transferred."
+"In addition, queues not created with this program or \"foomatic-configure\" "
+"cannot be transferred."
msgstr ""
-#: ../../printerdrake.pm_.c:1357
+#: ../../printerdrake.pm_.c:1825
msgid ""
"\n"
-"Also printers configured with the PPD files provided by\n"
-"their manufacturers or with native CUPS drivers can not be\n"
-"transferred."
+"Also printers configured with the PPD files provided by their manufacturers "
+"or with native CUPS drivers cannot be transferred."
msgstr ""
-#: ../../printerdrake.pm_.c:1360
+#: ../../printerdrake.pm_.c:1826
msgid ""
"\n"
"Mark the printers which you want to transfer and click \n"
"\"Transfer\"."
msgstr ""
-#: ../../printerdrake.pm_.c:1363
+#: ../../printerdrake.pm_.c:1829
msgid "Do not transfer printers"
msgstr "Moet nie drukkers oordra nie"
-#: ../../printerdrake.pm_.c:1364 ../../printerdrake.pm_.c:1381
+#: ../../printerdrake.pm_.c:1830 ../../printerdrake.pm_.c:1847
msgid "Transfer"
msgstr "Oordrag"
-#: ../../printerdrake.pm_.c:1377
+#: ../../printerdrake.pm_.c:1843
#, c-format
msgid ""
"A printer named \"%s\" already exists under %s. \n"
@@ -6388,302 +7288,356 @@ msgid ""
"You can also type a new name or skip this printer."
msgstr ""
-#: ../../printerdrake.pm_.c:1385
+#: ../../printerdrake.pm_.c:1851
msgid "Name of printer should contain only letters, numbers and the underscore"
msgstr ""
-#: ../../printerdrake.pm_.c:1390
+#: ../../printerdrake.pm_.c:1856
#, c-format
msgid ""
"The printer \"%s\" already exists,\n"
"do you really want to overwrite its configuration?"
msgstr ""
-#: ../../printerdrake.pm_.c:1398
+#: ../../printerdrake.pm_.c:1864
msgid "New printer name"
msgstr "Nuwe drukkernaam"
-#: ../../printerdrake.pm_.c:1401
+#: ../../printerdrake.pm_.c:1867
#, c-format
msgid "Transferring %s ..."
msgstr "%s word oorgedra..."
-#: ../../printerdrake.pm_.c:1412
+#: ../../printerdrake.pm_.c:1878
#, c-format
msgid ""
-"You have transferred your former default printer (\"%s\"),\n"
-"Should it be also the default printer under the\n"
-"new printing system %s?"
+"You have transferred your former default printer (\"%s\"), Should it be also "
+"the default printer under the new printing system %s?"
msgstr ""
-#: ../../printerdrake.pm_.c:1423
+#: ../../printerdrake.pm_.c:1887
#, fuzzy
msgid "Refreshing printer data ..."
msgstr "Drukkerdata word gelees..."
-#: ../../printerdrake.pm_.c:1431 ../../printerdrake.pm_.c:1494
-#: ../../printerdrake.pm_.c:1515
+#: ../../printerdrake.pm_.c:1895 ../../printerdrake.pm_.c:1966
+#: ../../printerdrake.pm_.c:1978
#, fuzzy
msgid "Configuration of a remote printer"
msgstr "Konfigureer drukker"
-#: ../../printerdrake.pm_.c:1432
+#: ../../printerdrake.pm_.c:1896
#, fuzzy
msgid "Starting network ..."
msgstr "Konneksie word begin..."
-#: ../../printerdrake.pm_.c:1454 ../../printerdrake.pm_.c:1462
-#: ../../printerdrake.pm_.c:1464
+#: ../../printerdrake.pm_.c:1930 ../../printerdrake.pm_.c:1934
+#: ../../printerdrake.pm_.c:1936
#, fuzzy
msgid "Configure the network now"
msgstr "Stel netwerk op"
-#: ../../printerdrake.pm_.c:1455
+#: ../../printerdrake.pm_.c:1931
#, fuzzy
msgid "Network functionality not configured"
msgstr "Monitor is nie opgestel nie"
-#: ../../printerdrake.pm_.c:1456
+#: ../../printerdrake.pm_.c:1932
msgid ""
-"You are going to configure a remote printer. This needs working\n"
-"network access, but your network is not configured yet. If you\n"
-"go on without network configuration, you will not be able to use\n"
-"the printer which you are configuring now. How do you want \n"
-"to proceed?"
+"You are going to configure a remote printer. This needs working network "
+"access, but your network is not configured yet. If you go on without network "
+"configuration, you will not be able to use the printer which you are "
+"configuring now. How do you want to proceed?"
msgstr ""
-#: ../../printerdrake.pm_.c:1463
+#: ../../printerdrake.pm_.c:1935
#, fuzzy
msgid "Go on without configuring the network"
msgstr "Stel netwerk op"
-#: ../../printerdrake.pm_.c:1496
+#: ../../printerdrake.pm_.c:1968
msgid ""
-"The network configuration done during the installation \n"
-"cannot be started now. Please check whether the network\n"
-"gets accessable after booting your system and correct the\n"
-"configuration using the Mandrake Control Center, section\n"
-"\"Network & Internet\"/\"Connection\", and afterwards set\n"
-"up the printer, also using the Mandrake Control Center,\n"
-"section \"Hardware\"/\"Printer\""
+"The network configuration done during the installation cannot be started "
+"now. Please check whether the network gets accessable after booting your "
+"system and correct the configuration using the Mandrake Control Center, "
+"section \"Network & Internet\"/\"Connection\", and afterwards set up the "
+"printer, also using the Mandrake Control Center, section \"Hardware\"/"
+"\"Printer\""
msgstr ""
-#: ../../printerdrake.pm_.c:1503
+#: ../../printerdrake.pm_.c:1969
msgid ""
-"The network access was not running and could not be \n"
-"started. Please check your configuration and your \n"
-"hardware. Then try to configure your remote printer\n"
-"again."
+"The network access was not running and could not be started. Please check "
+"your configuration and your hardware. Then try to configure your remote "
+"printer again."
msgstr ""
#
-#: ../../printerdrake.pm_.c:1516
+#: ../../printerdrake.pm_.c:1979
#, fuzzy
msgid "Restarting printing system ..."
msgstr "Watter drukkerstelsel verlang u?"
-#: ../../printerdrake.pm_.c:1548
+#: ../../printerdrake.pm_.c:2017
#, fuzzy
msgid "high"
msgstr "Hoog"
-#: ../../printerdrake.pm_.c:1548
+#: ../../printerdrake.pm_.c:2017
#, fuzzy
msgid "paranoid"
msgstr "Paranoes"
-#: ../../printerdrake.pm_.c:1549
+#: ../../printerdrake.pm_.c:2018
#, c-format
msgid "Installing a printing system in the %s security level"
msgstr ""
-#: ../../printerdrake.pm_.c:1550
+#: ../../printerdrake.pm_.c:2019
#, c-format
msgid ""
-"You are about to install the printing system %s on\n"
-"a system running in the %s security level.\n"
+"You are about to install the printing system %s on a system running in the %"
+"s security level.\n"
"\n"
-"This printing system runs a daemon (background process)\n"
-"which waits for print jobs and handles them. This daemon\n"
-"is also accessable by remote machines through the network\n"
-"and so it is a possible point for attacks. Therefore only\n"
-"a few selected daemons are started by default in this\n"
+"This printing system runs a daemon (background process) which waits for "
+"print jobs and handles them. This daemon is also accessable by remote "
+"machines through the network and so it is a possible point for attacks. "
+"Therefore only a few selected daemons are started by default in this "
"security level.\n"
"\n"
-"Do you really want to configure printing on this\n"
-"machine?"
+"Do you really want to configure printing on this machine?"
msgstr ""
#
-#: ../../printerdrake.pm_.c:1584
+#: ../../printerdrake.pm_.c:2051
#, fuzzy
msgid "Starting the printing system at boot time"
msgstr "Watter drukkerstelsel verlang u?"
-#: ../../printerdrake.pm_.c:1585
+#: ../../printerdrake.pm_.c:2052
#, c-format
msgid ""
-"The printing system (%s) will not be started automatically\n"
-"when the machine is booted.\n"
+"The printing system (%s) will not be started automatically when the machine "
+"is booted.\n"
"\n"
-"It is possible that the automatic starting was turned off \n"
-"by changing to a higher security level, because the printing\n"
-"system is a potential point for attacks.\n"
+"It is possible that the automatic starting was turned off by changing to a "
+"higher security level, because the printing system is a potential point for "
+"attacks.\n"
"\n"
-"Do you want to have the automatic starting of the printing\n"
-"system turned on again?"
+"Do you want to have the automatic starting of the printing system turned on "
+"again?"
msgstr ""
-#: ../../printerdrake.pm_.c:1612 ../../printerdrake.pm_.c:1644
-#: ../../printerdrake.pm_.c:1671 ../../printerdrake.pm_.c:1701
-#: ../../printerdrake.pm_.c:1778
+#: ../../printerdrake.pm_.c:2075 ../../printerdrake.pm_.c:2113
+#: ../../printerdrake.pm_.c:2143 ../../printerdrake.pm_.c:2176
+#: ../../printerdrake.pm_.c:2281
msgid "Checking installed software..."
msgstr "Installeerde sagteware word deursoek..."
-#: ../../printerdrake.pm_.c:1648
+#: ../../printerdrake.pm_.c:2117
msgid "Removing LPRng..."
msgstr "LPRng word verwyder..."
-#: ../../printerdrake.pm_.c:1675
+#: ../../printerdrake.pm_.c:2147
msgid "Removing LPD..."
msgstr "LPD word verwyder..."
-#: ../../printerdrake.pm_.c:1727
+#: ../../printerdrake.pm_.c:2205
msgid "Select Printer Spooler"
msgstr "Kies drukkerspoelprogram"
#
-#: ../../printerdrake.pm_.c:1728
+#: ../../printerdrake.pm_.c:2206
msgid "Which printing system (spooler) do you want to use?"
msgstr "Watter drukkerstelsel (spoelprogram) verlang u?"
-#: ../../printerdrake.pm_.c:1759
+#: ../../printerdrake.pm_.c:2239
#, fuzzy, c-format
msgid "Configuring printer \"%s\" ..."
msgstr "Konfigureer drukker"
-#: ../../printerdrake.pm_.c:1806 ../../printerdrake.pm_.c:1838
-#: ../../printerdrake.pm_.c:2026 ../../printerdrake.pm_.c:2088
+#: ../../printerdrake.pm_.c:2252
+#, fuzzy
+msgid "Installing Foomatic ..."
+msgstr "Installeer pakket %s"
+
+#: ../../printerdrake.pm_.c:2309 ../../printerdrake.pm_.c:2348
+#: ../../printerdrake.pm_.c:2733 ../../printerdrake.pm_.c:2803
msgid "Printer options"
msgstr "Drukkeropsies"
-#: ../../printerdrake.pm_.c:1815
+#: ../../printerdrake.pm_.c:2318
#, fuzzy
msgid "Preparing PrinterDrake ..."
msgstr "Drukkerdata word gelees..."
-#: ../../printerdrake.pm_.c:1845
+#: ../../printerdrake.pm_.c:2335 ../../printerdrake.pm_.c:2890
+#, fuzzy
+msgid "Configuring applications..."
+msgstr "Konfigureer drukker"
+
+#: ../../printerdrake.pm_.c:2355
msgid "Would you like to configure printing?"
msgstr "Wil u 'n drukwerk nou konfigureer?"
-#: ../../printerdrake.pm_.c:1857
+#: ../../printerdrake.pm_.c:2367
msgid "Printing system: "
msgstr "Drukkerstelsel:"
-#: ../../printerdrake.pm_.c:1879
+#: ../../printerdrake.pm_.c:2415
+#, fuzzy
+msgid "Printerdrake"
+msgstr "Drukker"
+
+#: ../../printerdrake.pm_.c:2419
+#, fuzzy
msgid ""
-"The following printers are configured.\n"
-"Click on one of them to modify it or\n"
-"to get information about it or on \n"
-"\"Add Printer\" to add a new printer."
+"The following printers are configured. Double-click on a printer to change "
+"its settings; to make it the default printer; to view information about it; "
+"or to make a printer on a remote CUPS server available for Star Office/"
+"OpenOffice.org."
msgstr ""
+"Hier is die bestaande drukkertoue.\n"
+"U kan byvoeg or verwyder soos nodig."
-#: ../../printerdrake.pm_.c:1885 ../../standalone/draknet_.c:301
-msgid "Normal Mode"
-msgstr "Normale modus"
-
-#: ../../printerdrake.pm_.c:1891 ../../printerdrake.pm_.c:2010
-msgid " (Default)"
-msgstr " (Verstek)"
+#: ../../printerdrake.pm_.c:2420
+#, fuzzy
+msgid ""
+"The following printers are configured. Double-click on a printer to change "
+"its settings; to make it the default printer; or to view information about "
+"it."
+msgstr ""
+"Hier is die bestaande drukkertoue.\n"
+"U kan byvoeg or verwyder soos nodig."
-#
-#: ../../printerdrake.pm_.c:1895 ../../printerdrake.pm_.c:1935
-msgid "Printer(s) on remote CUPS server(s)"
-msgstr "Drukkers op eksterne CUPS-bediener(s)"
+#: ../../printerdrake.pm_.c:2446
+msgid "Refresh printer list (to display all available remote CUPS printers)"
+msgstr ""
-#
-#: ../../printerdrake.pm_.c:1896 ../../printerdrake.pm_.c:1936
+#: ../../printerdrake.pm_.c:2464
#, fuzzy
-msgid "Printer(s) on remote server(s)"
-msgstr "Drukkers op eksterne CUPS-bediener(s)"
+msgid "Change the printing system"
+msgstr "Stel netwerk op"
-#: ../../printerdrake.pm_.c:1898 ../../printerdrake.pm_.c:1919
-#: ../../printerdrake.pm_.c:1922 ../../printerdrake.pm_.c:1971
-msgid "Add printer"
-msgstr "Voeg drukker by"
+#: ../../printerdrake.pm_.c:2469 ../../standalone/draknet_.c:278
+msgid "Normal Mode"
+msgstr "Normale modus"
-#: ../../printerdrake.pm_.c:1977 ../../printerdrake.pm_.c:1993
-#: ../../printerdrake.pm_.c:2128
+#: ../../printerdrake.pm_.c:2625 ../../printerdrake.pm_.c:2675
+#: ../../printerdrake.pm_.c:2884
#, fuzzy
msgid "Do you want to configure another printer?"
msgstr "Wil u die konfigurasie toets?"
-#: ../../printerdrake.pm_.c:2003
+#: ../../printerdrake.pm_.c:2711
msgid "Modify printer configuration"
msgstr "Verander drukkerkonfigurasie"
-#: ../../printerdrake.pm_.c:2004
-#, c-format
+#: ../../printerdrake.pm_.c:2713
+#, fuzzy, c-format
msgid ""
-"Printer %s: %s %s\n"
+"Printer %s\n"
"What do you want to modify on this printer?"
msgstr ""
"Drukker %s: %s %s\n"
"Wil u hierdie drukker verander?"
-#: ../../printerdrake.pm_.c:2012
+#: ../../printerdrake.pm_.c:2717
msgid "Do it!"
msgstr "Gaan voort!"
-#: ../../printerdrake.pm_.c:2015 ../../printerdrake.pm_.c:2062
+#: ../../printerdrake.pm_.c:2722 ../../printerdrake.pm_.c:2777
msgid "Printer connection type"
msgstr "Drukkerkonneksietipe"
-#: ../../printerdrake.pm_.c:2016 ../../printerdrake.pm_.c:2066
+#: ../../printerdrake.pm_.c:2723 ../../printerdrake.pm_.c:2781
msgid "Printer name, description, location"
msgstr "Drukkernaam,. beskrywing, ligging"
-#: ../../printerdrake.pm_.c:2018 ../../printerdrake.pm_.c:2081
+#: ../../printerdrake.pm_.c:2725 ../../printerdrake.pm_.c:2796
msgid "Printer manufacturer, model, driver"
msgstr "Drukkervervaardiger, model, drywer"
-#: ../../printerdrake.pm_.c:2019 ../../printerdrake.pm_.c:2082
+#: ../../printerdrake.pm_.c:2726 ../../printerdrake.pm_.c:2797
msgid "Printer manufacturer, model"
msgstr "Drukkervervaardiger, model"
-#: ../../printerdrake.pm_.c:2028 ../../printerdrake.pm_.c:2092
+#: ../../printerdrake.pm_.c:2735 ../../printerdrake.pm_.c:2807
msgid "Set this printer as the default"
msgstr "Maak hierdie die verstekdrukker"
-#: ../../printerdrake.pm_.c:2029 ../../printerdrake.pm_.c:2097
+#: ../../printerdrake.pm_.c:2737 ../../printerdrake.pm_.c:2812
+msgid "Add this printer to Star Office/OpenOffice.org"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:2738 ../../printerdrake.pm_.c:2821
+msgid "Remove this printer from Star Office/OpenOffice.org"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:2739 ../../printerdrake.pm_.c:2830
msgid "Print test pages"
msgstr "Druk toetsbladsy(e)"
-#: ../../printerdrake.pm_.c:2030 ../../printerdrake.pm_.c:2099
-msgid "Know how to print with this printer"
-msgstr ""
+#: ../../printerdrake.pm_.c:2740 ../../printerdrake.pm_.c:2832
+#, fuzzy
+msgid "Know how to use this printer"
+msgstr "Wil u die konfigurasie toets?"
#
-#: ../../printerdrake.pm_.c:2031 ../../printerdrake.pm_.c:2101
+#: ../../printerdrake.pm_.c:2742 ../../printerdrake.pm_.c:2834
msgid "Remove printer"
msgstr "Verwyder drukker"
-#: ../../printerdrake.pm_.c:2071
+#: ../../printerdrake.pm_.c:2786
#, fuzzy, c-format
msgid "Removing old printer \"%s\" ..."
msgstr "Drukkerdata word gelees..."
-#: ../../printerdrake.pm_.c:2096
+#: ../../printerdrake.pm_.c:2810
+msgid "Default printer"
+msgstr "Verstek drukker"
+
+#: ../../printerdrake.pm_.c:2811
#, c-format
msgid "The printer \"%s\" is set as the default printer now."
msgstr "Drukker \"%s\" is nou die verstekdrukker"
-#: ../../printerdrake.pm_.c:2103
+#: ../../printerdrake.pm_.c:2815 ../../printerdrake.pm_.c:2818
+msgid "Adding printer to Star Office/OpenOffice.org"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:2816
+#, c-format
+msgid ""
+"The printer \"%s\" was successfully added to Star Office/OpenOffice.org."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:2819
+#, c-format
+msgid "Failed to add the printer \"%s\" to Star Office/OpenOffice.org."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:2824 ../../printerdrake.pm_.c:2827
+msgid "Removing printer from Star Office/OpenOffice.org"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:2825
+#, c-format
+msgid ""
+"The printer \"%s\" was successfully removed from Star Office/OpenOffice.org."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:2828
+#, c-format
+msgid "Failed to remove the printer \"%s\" from Star Office/OpenOffice.org."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:2836
#, fuzzy, c-format
msgid "Do you really want to remove the printer \"%s\"?"
msgstr "Wil u die werklik die drukker verwyder?"
-#: ../../printerdrake.pm_.c:2105
+#: ../../printerdrake.pm_.c:2838
#, fuzzy, c-format
msgid "Removing printer \"%s\" ..."
msgstr "Drukkerdata word gelees..."
@@ -6784,15 +7738,15 @@ msgstr "mkraid het gefaal. Dalk is 'raidtools' nie beskikbaar nie."
msgid "Not enough partitions for RAID level %d\n"
msgstr "Nie genoeg partisies vir RAID vlak %d nie\n"
-#: ../../services.pm_.c:15
+#: ../../services.pm_.c:14
msgid "Launch the ALSA (Advanced Linux Sound Architecture) sound system"
msgstr "Loop die ALSA (Gevorderde Linux Klankargitektuur) klankstelsel"
-#: ../../services.pm_.c:16
+#: ../../services.pm_.c:15
msgid "Anacron a periodic command scheduler."
msgstr "Anacron is skeduleerder vir periodiese instruksies."
-#: ../../services.pm_.c:17
+#: ../../services.pm_.c:16
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."
@@ -6802,7 +7756,7 @@ msgstr ""
"Dit kan ook gebruik word om die rekenaar af te bring wanneer die battery "
"swak is."
-#: ../../services.pm_.c:19
+#: ../../services.pm_.c:18
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."
@@ -6810,7 +7764,7 @@ msgstr ""
"Loop instruksies deur 'at' geskeduleer op die tyd deur 'at' gespesifiseer. "
"Loop ook instruksiebondels wanneer die stelsellas laag genoeg is."
-#: ../../services.pm_.c:21
+#: ../../services.pm_.c:20
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 "
@@ -6823,7 +7777,7 @@ msgstr ""
"by die standaard UNIX cron, insluitende beter sekuriteit en 'n kragtiger "
"konfigurasie."
-#: ../../services.pm_.c:24
+#: ../../services.pm_.c:23
msgid ""
"GPM adds mouse support to text-based Linux applications such the\n"
"Midnight Commander. It also allows mouse-based console cut-and-paste "
@@ -6834,21 +7788,20 @@ msgstr ""
"Midnight Commander. Dit laat muisgebaseerde knip-en-plak aksies op die\n"
"konsole toe asook opspringkieskaarte."
-#: ../../services.pm_.c:27
+#: ../../services.pm_.c:26
msgid ""
"HardDrake runs a hardware probe, and optionally configures\n"
"new/changed hardware."
msgstr ""
-#: ../../services.pm_.c:29
+#: ../../services.pm_.c:28 ../../standalone/logdrake_.c:412
msgid ""
-"Apache is a World Wide Web server. It is used to serve HTML files\n"
-"and CGI."
+"Apache is a World Wide Web server. It is used to serve HTML files and CGI."
msgstr ""
"Apache is 'n WWW-bediener.\n"
"Dit kan HTML-lers uitstuur en CGI's hanteer"
-#: ../../services.pm_.c:31
+#: ../../services.pm_.c:29
msgid ""
"The internet superserver daemon (commonly called inetd) starts a\n"
"variety of other internet services as needed. It is responsible for "
@@ -6864,13 +7817,13 @@ msgstr ""
"waarvoor\n"
"inetd verantwoordelik is."
-#: ../../services.pm_.c:35
+#: ../../services.pm_.c:33
msgid ""
"Launch packet filtering for Linux kernel 2.2 series, to set\n"
"up a firewall to protect your machine from network attacks."
msgstr ""
-#: ../../services.pm_.c:37
+#: ../../services.pm_.c:35
msgid ""
"This package loads the selected keyboard map as set in\n"
"/etc/sysconfig/keyboard. This can be selected using the kbdconfig utility.\n"
@@ -6882,23 +7835,23 @@ msgstr ""
"dit\n"
"op meeste rekenaars ongesper laat."
-#: ../../services.pm_.c:40
+#: ../../services.pm_.c:38
msgid ""
"Automatic regeneration of kernel header in /boot for\n"
"/usr/include/linux/{autoconf,version}.h"
msgstr ""
-#: ../../services.pm_.c:42
+#: ../../services.pm_.c:40
msgid "Automatic detection and configuration of hardware at boot."
msgstr "Outobespeuring en hardewarekonfigurasie met herlaaityd."
-#: ../../services.pm_.c:43
+#: ../../services.pm_.c:41
msgid ""
"Linuxconf will sometimes arrange to perform various tasks\n"
"at boot-time to maintain the system configuration."
msgstr ""
-#: ../../services.pm_.c:45
+#: ../../services.pm_.c:43
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)."
@@ -6906,21 +7859,22 @@ msgstr ""
"lpd is die drukkerdiensprogram en is nodig vir lpr om te funksioneer.\n"
"Dit is 'n diens wat drukstukke na drukkers toe reguleer."
-#: ../../services.pm_.c:47
+#: ../../services.pm_.c:45
msgid ""
"Linux Virtual Server, used to build a high-performance and highly\n"
"available server."
msgstr ""
-#: ../../services.pm_.c:49
+#: ../../services.pm_.c:47 ../../standalone/logdrake_.c:413
+#, fuzzy
msgid ""
-"named (BIND) is a Domain Name Server (DNS) that is used to resolve\n"
-"host names to IP addresses."
+"named (BIND) is a Domain Name Server (DNS) that is used to resolve host "
+"names to IP addresses."
msgstr ""
"named (BIND) is die domeinnaamdiens (DNS) wat gebruik word om\n"
"rekenaarname na IP-adresse toe om te skakel."
-#: ../../services.pm_.c:51
+#: ../../services.pm_.c:48
msgid ""
"Mounts and unmounts all Network File System (NFS), SMB (Lan\n"
"Manager/Windows), and NCP (NetWare) mount points."
@@ -6928,7 +7882,7 @@ msgstr ""
"Heg en ontheg all netwerklerstels (NFS), SMB (Lan Manger/Windows)\n"
"en NCP (Netware) hegpunte."
-#: ../../services.pm_.c:53
+#: ../../services.pm_.c:50
msgid ""
"Activates/Deactivates all network interfaces configured to start\n"
"at boot time."
@@ -6936,7 +7890,7 @@ msgstr ""
"Aktiveer/Deaktiveer all netwerkkoppelvlakke wat opgestel is om by\n"
"herlaaityf te begin."
-#: ../../services.pm_.c:55
+#: ../../services.pm_.c:52
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"
@@ -6946,7 +7900,7 @@ msgstr ""
"Hierdie diens voorsien NFS-bedienerfunksionaliteit. Dit word via\n"
"die /etc/exports ler opgestel."
-#: ../../services.pm_.c:58
+#: ../../services.pm_.c:55
msgid ""
"NFS is a popular protocol for file sharing across TCP/IP\n"
"networks. This service provides NFS file locking functionality."
@@ -6954,17 +7908,17 @@ msgstr ""
"NFS is 'n populre protokol vir lerdeling oor TCP/IP netwerke.\n"
"Hierdie diens vorosien die NFS-lersluitfunksionaliteit."
-#: ../../services.pm_.c:60
+#: ../../services.pm_.c:57
msgid ""
"Automatically switch on numlock key locker under console\n"
"and XFree at boot."
msgstr ""
-#: ../../services.pm_.c:62
+#: ../../services.pm_.c:59
msgid "Support the OKI 4w and compatible winprinters."
msgstr "Ondersteun die OKI-4W en aanpasbare WIN-drukkers"
-#: ../../services.pm_.c:63
+#: ../../services.pm_.c:60
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 "
@@ -6976,7 +7930,7 @@ msgstr ""
"gelaai word, behalwe as dit konfigureer is nie en dit is derhalwe\n"
"veilig om op rekenaars te h wat dit nie nodig het nie."
-#: ../../services.pm_.c:66
+#: ../../services.pm_.c:63
msgid ""
"The portmapper manages RPC connections, which are used by\n"
"protocols such as NFS and NIS. The portmap server must be running on "
@@ -6987,15 +7941,16 @@ msgstr ""
"gebruik word. Portmap moet loop op rekenaars wat as bedieners vir hierdie\n"
"protokolle, en ander protokolle wat die RPC meganisme gebruik, dien."
-#: ../../services.pm_.c:69
+#: ../../services.pm_.c:66 ../../standalone/logdrake_.c:415
+#, fuzzy
msgid ""
-"Postfix is a Mail Transport Agent, which is the program that\n"
-"moves mail from one machine to another."
+"Postfix is a Mail Transport Agent, which is the program that moves mail from "
+"one machine to another."
msgstr ""
"POstfix is 'n E-posoordragagent (MTA). Dit is die program wat E-pos\n"
"van een bediener na 'n ander oordra."
-#: ../../services.pm_.c:71
+#: ../../services.pm_.c:67
msgid ""
"Saves and restores system entropy pool for higher quality random\n"
"number generation."
@@ -7003,13 +7958,13 @@ msgstr ""
"Stoor en herstel die stelselentropiepoel vir ho kwaliteit,\n"
"lukraaknommergenerasie."
-#: ../../services.pm_.c:73
+#: ../../services.pm_.c:69
msgid ""
"Assign raw devices to block devices (such as hard drive\n"
"partitions), for the use of applications such as Oracle"
msgstr ""
-#: ../../services.pm_.c:75
+#: ../../services.pm_.c:71
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"
@@ -7019,7 +7974,7 @@ msgstr ""
"via die RIP protokol. Alhoewel RIP baie gebruik word in klein netwerke, is\n"
"meer komplekse protokolle nodig vir komplekse netwerke."
-#: ../../services.pm_.c:78
+#: ../../services.pm_.c:74
msgid ""
"The rstat protocol allows users on a network to retrieve\n"
"performance metrics for any machine on that network."
@@ -7027,7 +7982,7 @@ msgstr ""
"Die 'rstat' protokol laat gebruikers op 'n netwerk toe om\n"
"werksverrigtinginligting oor enige rekenaar op die netwerk te onttrek."
-#: ../../services.pm_.c:80
+#: ../../services.pm_.c:76
msgid ""
"The rusers protocol allows users on a network to identify who is\n"
"logged in on other responding machines."
@@ -7035,7 +7990,7 @@ msgstr ""
"Die 'rusers' protokol laat netwerkgebruikers toe om te bepaal wie\n"
"aangeteken is op ander samewerkende rekenaars."
-#: ../../services.pm_.c:82
+#: ../../services.pm_.c:78
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)."
@@ -7044,11 +7999,11 @@ msgstr ""
"ingeteken is op 'n rkeneaar wat die 'rwho' diensprogram loop. (Amper soos "
"'finger')."
-#: ../../services.pm_.c:84
+#: ../../services.pm_.c:80
msgid "Launch the sound system on your machine"
msgstr "Laai die klankstelsel op u rekenaar"
-#: ../../services.pm_.c:85
+#: ../../services.pm_.c:81
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."
@@ -7056,47 +8011,47 @@ msgstr ""
"Syslog is die fasiliteit wat baie diensprogramme gebruik om boodskappe\n"
"te log na 'n verskeidenheid loglers. Dit is altyd goed om syslog te loop."
-#: ../../services.pm_.c:87
+#: ../../services.pm_.c:83
msgid "Load the drivers for your usb devices."
msgstr "Laai die drywers vir u USB-toestelle"
-#: ../../services.pm_.c:88
+#: ../../services.pm_.c:84
msgid "Starts the X Font Server (this is mandatory for XFree to run)."
msgstr "Laai die X-fontbediener (dis nodig vir XFree)."
-#: ../../services.pm_.c:114 ../../services.pm_.c:156
+#: ../../services.pm_.c:110 ../../services.pm_.c:152
msgid "Choose which services should be automatically started at boot time"
msgstr "Kies watter dienste moet outomaties begin met herlaaityd."
-#: ../../services.pm_.c:126
+#: ../../services.pm_.c:122
#, fuzzy
msgid "Printing"
msgstr "Druk"
-#: ../../services.pm_.c:127
+#: ../../services.pm_.c:123
msgid "Internet"
msgstr "Internet"
-#: ../../services.pm_.c:130
+#: ../../services.pm_.c:126
msgid "File sharing"
msgstr ""
-#: ../../services.pm_.c:132
+#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:934
#, fuzzy
msgid "System"
msgstr "Stelselmode"
-#: ../../services.pm_.c:137
+#: ../../services.pm_.c:133
#, fuzzy
msgid "Remote Administration"
msgstr "Eksterne lpd drukkeropsies"
-#: ../../services.pm_.c:145
+#: ../../services.pm_.c:141
#, fuzzy
msgid "Database Server"
msgstr "Datbasis"
-#: ../../services.pm_.c:174
+#: ../../services.pm_.c:170
#, c-format
msgid "Services: %d activated for %d registered"
msgstr ""
@@ -7119,7 +8074,7 @@ msgstr ""
#: ../../services.pm_.c:217
msgid ""
-"No additionnal information\n"
+"No additional information\n"
"about this service, sorry."
msgstr ""
@@ -7127,12 +8082,186 @@ msgstr ""
msgid "On boot"
msgstr "met herlaai"
+#: ../../services.pm_.c:236
+#, fuzzy
+msgid "Start"
+msgstr "Toestand"
+
+#: ../../services.pm_.c:236
+#, fuzzy
+msgid "Stop"
+msgstr "Sektor"
+
+#: ../../share/advertising/00-thanks.pl_.c:9
+msgid "Thank you for choosing Mandrake Linux 8.2"
+msgstr ""
+
+#: ../../share/advertising/00-thanks.pl_.c:10
+msgid "Welcome to the Open Source world"
+msgstr ""
+
+#: ../../share/advertising/00-thanks.pl_.c:11
+msgid ""
+"The success of MandrakeSoft is based upon the principle of Free Software. "
+"Your new operating system is the result of collaborative work on the part of "
+"the worldwide Linux Community"
+msgstr ""
+
+#
+#: ../../share/advertising/01-gnu.pl_.c:9
+#, fuzzy
+msgid "Join the Free Software world"
+msgstr "Protokol vir die res van die wreld"
+
+#: ../../share/advertising/01-gnu.pl_.c:10
+msgid ""
+"Get to know the Open Source community and become a member. Learn, teach, and "
+"help others by joining the many discussion forums that you will find in our "
+"\"Community\" webpages"
+msgstr ""
+
+#: ../../share/advertising/02-internet.pl_.c:9
+#, fuzzy
+msgid "Internet and Messaging"
+msgstr "Internettoegang"
+
+#: ../../share/advertising/02-internet.pl_.c:10
+msgid ""
+"Mandrake Linux 8.2 provides the best software to access everything the "
+"Internet has to offer: Surf the web & view animations with Mozilla and "
+"Konqueror, exchange email & organize your personal information with "
+"Evolution and Kmail, and much more"
+msgstr ""
+
+#: ../../share/advertising/03-graphic.pl_.c:9
+#, fuzzy
+msgid "Multimedia and Graphics"
+msgstr "Multimedia - Grafika"
+
+#: ../../share/advertising/03-graphic.pl_.c:10
+msgid ""
+"Mandrake Linux 8.2 lets you push your multimedia computer to its limits! Use "
+"the latest software to play music and audio files, edit and organize your "
+"images and photos, watch TV and videos, and much more"
+msgstr ""
+
+#: ../../share/advertising/04-develop.pl_.c:9
+msgid "Development"
+msgstr "Ontwikkeling"
+
+#: ../../share/advertising/04-develop.pl_.c:10
+msgid ""
+"Mandrake Linux 8.2 is the ultimate development platform. Discover the power "
+"of the GNU gcc compiler as well as the best Open Source development "
+"environments"
+msgstr ""
+
+#: ../../share/advertising/05-contcenter.pl_.c:9
+#, fuzzy
+msgid "Mandrake Control Center"
+msgstr "Beheersentrum"
+
+#: ../../share/advertising/05-contcenter.pl_.c:10
+msgid ""
+"The Mandrake Linux 8.2 Control Center is a one-stop location for fully "
+"customizing and configuring your Mandrake system"
+msgstr ""
+
+#: ../../share/advertising/06-user.pl_.c:9
+#, fuzzy
+msgid "User interfaces"
+msgstr "Netwerkkoppelvlak"
+
+#: ../../share/advertising/06-user.pl_.c:10
+msgid ""
+"Mandrake Linux 8.2 provides 11 different graphical desktop environments and "
+"window managers to choose from including GNOME 1.4, KDE 2.2.2, Window Maker "
+"0.8, and the rest"
+msgstr ""
+
+#: ../../share/advertising/07-server.pl_.c:9
+#, fuzzy
+msgid "Server Software"
+msgstr "SMB-bedienernaam"
+
+#: ../../share/advertising/07-server.pl_.c:10
+msgid ""
+"Transform your machine into a powerful server with just a few clicks of the "
+"mouse: Web server, email, firewall, router, file and print server, ..."
+msgstr ""
+
+#: ../../share/advertising/08-games.pl_.c:9
+msgid "Games"
+msgstr "Speletjies"
+
+#: ../../share/advertising/08-games.pl_.c:10
+msgid ""
+"Mandrake Linux 8.2 provides the best Open Source games - arcade, action, "
+"cards, sports, strategy, ..."
+msgstr ""
+
+#: ../../share/advertising/09-MDKcampus.pl_.c:9
+msgid "MandrakeCampus"
+msgstr ""
+
+#: ../../share/advertising/09-MDKcampus.pl_.c:10
+msgid ""
+"Would you like to learn Linux simply, quickly, and for free? MandrakeSoft "
+"provides free Linux training, as well as a way to test your progress, at "
+"MandrakeCampus -- our online training center"
+msgstr ""
+
+#: ../../share/advertising/10-MDKexpert.pl_.c:9
+#, fuzzy
+msgid "MandrakeExpert"
+msgstr "Kundige"
+
+#: ../../share/advertising/10-MDKexpert.pl_.c:10
+msgid ""
+"Quality support from the Linux Community, and from MandrakeSoft, is just "
+"around the corner. And if you're already a Linux veteran, become an \"Expert"
+"\" and share your knowledge at our support website"
+msgstr ""
+
+#: ../../share/advertising/11-consul.pl_.c:9
+msgid "MandrakeConsulting"
+msgstr ""
+
+#: ../../share/advertising/11-consul.pl_.c:10
+msgid ""
+"For all of your IT projects, our consultants are ready to analyze your "
+"requirements and offer a customized solution. Benefit from MandrakeSoft's "
+"vast experience as a Linux producer to provide a true IT alternative for "
+"your business organization"
+msgstr ""
+
+#: ../../share/advertising/12-MDKstore.pl_.c:9
+#, fuzzy
+msgid "MandrakeStore"
+msgstr "verpligtend"
+
+#: ../../share/advertising/12-MDKstore.pl_.c:10
+msgid ""
+"A full range of Linux solutions, as well as special offers on products and "
+"'goodies', are available online at our e-store"
+msgstr ""
+
+#: ../../share/advertising/13-Nvert.pl_.c:9
+msgid ""
+"For more information on MandrakeSoft's Professional Services and commercial "
+"offerings, please see the following web page:"
+msgstr ""
+
+#: ../../share/advertising/13-Nvert.pl_.c:11
+msgid "http://www.mandrakesoft.com/sales/contact"
+msgstr ""
+
#: ../../standalone.pm_.c:25
#, fuzzy
msgid "Installing packages..."
msgstr "Installeer pakket %s"
-#: ../../standalone/diskdrake_.c:63
+#: ../../standalone/diskdrake_.c:85
msgid ""
"I can't read your partition table, it's too corrupted for me :(\n"
"I'll try to go on blanking bad partitions"
@@ -7140,20 +8269,20 @@ msgstr ""
"Ek kan nie u partisietabel lees nie, dit is te korrup.\n"
"Ek sal die nodige partisies skoonmak."
-#: ../../standalone/drakautoinst_.c:44
+#: ../../standalone/drakautoinst_.c:45
msgid "Error!"
msgstr "Fout!"
-#: ../../standalone/drakautoinst_.c:45
+#: ../../standalone/drakautoinst_.c:46
#, c-format
msgid "I can't find needed image file `%s'."
msgstr "Ek kan nie die nodige herlaaibeeld '%s' kry nie."
-#: ../../standalone/drakautoinst_.c:47
+#: ../../standalone/drakautoinst_.c:48
msgid "Auto Install Configurator"
msgstr "Outoinstallasiekonfigurasieprogram"
-#: ../../standalone/drakautoinst_.c:48
+#: ../../standalone/drakautoinst_.c:49
msgid ""
"You are about to configure an Auto Install floppy. This feature is somewhat "
"dangerous and must be used circumspectly.\n"
@@ -7168,21 +8297,30 @@ msgid ""
"Do you want to continue?"
msgstr ""
-#: ../../standalone/drakautoinst_.c:70
+#: ../../standalone/drakautoinst_.c:71
msgid "Automatic Steps Configuration"
msgstr "Outomatiese Stappe Konfigurasie"
-#: ../../standalone/drakautoinst_.c:71
+#: ../../standalone/drakautoinst_.c:72
msgid ""
"Please choose for each step whether it will replay like your install, or it "
"will be manual"
msgstr ""
-#: ../../standalone/drakautoinst_.c:112 ../../standalone/drakgw_.c:599
+#: ../../standalone/drakautoinst_.c:145
+msgid ""
+"\n"
+"Welcome.\n"
+"\n"
+"The parameters of the auto-install are available in the sections on the left"
+msgstr ""
+
+#: ../../standalone/drakautoinst_.c:243 ../../standalone/drakgw_.c:671
+#: ../../standalone/scannerdrake_.c:106
msgid "Congratulations!"
msgstr "Geluk!"
-#: ../../standalone/drakautoinst_.c:113
+#: ../../standalone/drakautoinst_.c:244
msgid ""
"The floppy has been successfully generated.\n"
"You may now replay your installation."
@@ -7190,15 +8328,1232 @@ msgstr ""
"Die floppie is sukselvol geskep.\n"
"U kan nou weer 'n installasie uitspeel."
-#: ../../standalone/drakgw_.c:36 ../../standalone/drakgw_.c:181
+#: ../../standalone/drakautoinst_.c:282
+#, fuzzy
+msgid "Auto Install"
+msgstr "Installasie"
+
+#: ../../standalone/drakautoinst_.c:352
+#, fuzzy
+msgid "Add an item"
+msgstr "Voeg 'n gebruiker by"
+
+#: ../../standalone/drakautoinst_.c:359
+#, fuzzy
+msgid "Remove the last item"
+msgstr "Teruglusler %s word geformateer"
+
+#: ../../standalone/drakbackup_.c:448 ../../standalone/drakbackup_.c:451
+#: ../../standalone/drakbackup_.c:455
+msgid ""
+"***********************************************************************\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:449
+msgid ""
+"\n"
+" DrakBackup Report \n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:450
+msgid ""
+"\n"
+" DrakBackup Daemon Report\n"
+"\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:453
+msgid ""
+"\n"
+"\n"
+"***********************************************************************\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:454
+msgid ""
+"\n"
+" DrakBackup Report Details\n"
+"\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:476
+msgid "total progess"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:555 ../../standalone/drakbackup_.c:602
+msgid "Backup system files..."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:603 ../../standalone/drakbackup_.c:667
+#, fuzzy
+msgid "Hard Disk Backup files..."
+msgstr "Korrupte rugsteunler"
+
+#: ../../standalone/drakbackup_.c:615
+#, fuzzy
+msgid "Backup User files..."
+msgstr "Korrupte rugsteunler"
+
+#: ../../standalone/drakbackup_.c:616
+msgid "Hard Disk Backup Progress..."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:666
+#, fuzzy
+msgid "Backup Other files..."
+msgstr "Korrupte rugsteunler"
+
+#: ../../standalone/drakbackup_.c:674
+#, c-format
+msgid ""
+"file list send by FTP : %s\n"
+" "
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:677
+msgid ""
+"\n"
+"(!) FTP connexion problem: It was not possible to send your backup files by "
+"FTP.\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:687
+msgid "(!) Error during mail sending. \n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:728 ../../standalone/drakbackup_.c:739
+#: ../../standalone/drakbackup_.c:750 ../../standalone/drakfont_.c:787
+#, fuzzy
+msgid "File Selection"
+msgstr "Pakketkeuse"
+
+#: ../../standalone/drakbackup_.c:755
+msgid "Select the files or directories and click on 'Add'"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:790
+msgid ""
+"\n"
+"Please check all options that you need.\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:791
+msgid ""
+"These options can backup and restore all files in your /etc directory.\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:792
+msgid "Backup your System files. ( /etc directory )"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:793
+msgid "Use incremental backup (do not replace old backups)"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:794
+msgid "Do not include critical files (passwd, group, fstab)"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:795
+msgid ""
+"With this option you will be able to restore any version\n"
+" of your /etc directory."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:812
+#, fuzzy
+msgid "Please check all users that you want to include in your backup."
+msgstr "Kies die pakkette wat u wil installeer"
+
+#: ../../standalone/drakbackup_.c:839
+msgid "Do not include the browser cache"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:840 ../../standalone/drakbackup_.c:864
+msgid "Use Incremental Backups (do not replace old backups)"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:862 ../../standalone/drakfont_.c:827
+#, fuzzy
+msgid "Remove Selected"
+msgstr "Verwyder tou"
+
+#: ../../standalone/drakbackup_.c:900
+#, fuzzy
+msgid "Windows (FAT32)"
+msgstr "Verwyder Windows(TM)"
+
+#: ../../standalone/drakbackup_.c:939
+#, fuzzy
+msgid "Users"
+msgstr "Gebruikerskode"
+
+#: ../../standalone/drakbackup_.c:964
+msgid "Use FTP connection to backup"
+msgstr ""
+
+#
+#: ../../standalone/drakbackup_.c:967
+#, fuzzy
+msgid "Please enter the host name or IP."
+msgstr "Toets asb. die muis"
+
+#: ../../standalone/drakbackup_.c:972
+msgid ""
+"Please enter the directory to\n"
+" put the backup on this host."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:977
+#, fuzzy
+msgid "Please enter your login"
+msgstr "Probeer asb. weer"
+
+#: ../../standalone/drakbackup_.c:982
+#, fuzzy
+msgid "Please enter your password"
+msgstr "Probeer asb. weer"
+
+#: ../../standalone/drakbackup_.c:988
+#, fuzzy
+msgid "Remember this password"
+msgstr "Geen wagwoord"
+
+#: ../../standalone/drakbackup_.c:1052 ../../standalone/drakbackup_.c:2048
+#, fuzzy
+msgid "FTP Connection"
+msgstr "LAN konneksie"
+
+#: ../../standalone/drakbackup_.c:1059 ../../standalone/drakbackup_.c:2056
+#, fuzzy
+msgid "Secure Connection"
+msgstr "Kies drukkerkonneksie"
+
+#: ../../standalone/drakbackup_.c:1085 ../../standalone/drakbackup_.c:2889
+msgid "Use CD/DVDROM to backup"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1088 ../../standalone/drakbackup_.c:2893
+#, fuzzy
+msgid "Please choose your CD space"
+msgstr "Wat is u sleutelborduitleg?"
+
+#: ../../standalone/drakbackup_.c:1094 ../../standalone/drakbackup_.c:2905
+#, fuzzy
+msgid "Please check if you are using CDRW media"
+msgstr "Kliek asb. op 'n partisie"
+
+#: ../../standalone/drakbackup_.c:1100 ../../standalone/drakbackup_.c:2911
+msgid "Please check if you want to erase your CDRW before"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1106
+#, fuzzy
+msgid ""
+"Please check if you want to include\n"
+" install boot on your CD."
+msgstr "Kies die pakkette wat u wil installeer"
+
+#: ../../standalone/drakbackup_.c:1112
+msgid ""
+"Please enter your CD Writer device name\n"
+" ex: 0,1,0"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1153
+#, fuzzy
+msgid "Use tape to backup"
+msgstr "Korrupte rugsteunler"
+
+#: ../../standalone/drakbackup_.c:1156
+msgid "Please enter the device name to use for backup"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1162 ../../standalone/drakbackup_.c:1203
+#: ../../standalone/drakbackup_.c:2013
+msgid ""
+"Please enter the maximum size\n"
+" allowed for Drakbackup"
+msgstr ""
+
+#
+#: ../../standalone/drakbackup_.c:1195 ../../standalone/drakbackup_.c:2005
+#, fuzzy
+msgid "Please enter the directory to save:"
+msgstr "Toets asb. die muis"
+
+#: ../../standalone/drakbackup_.c:1209 ../../standalone/drakbackup_.c:2019
+#, fuzzy
+msgid "Use quota for backup files."
+msgstr "Korrupte rugsteunler"
+
+#: ../../standalone/drakbackup_.c:1267
+#, fuzzy
+msgid "Network"
+msgstr "Netwerkkoppelvlak"
+
+#: ../../standalone/drakbackup_.c:1272
+msgid "CDROM / DVDROM"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1277
+msgid "HardDrive / NFS"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1297 ../../standalone/drakbackup_.c:1301
+#: ../../standalone/drakbackup_.c:1305
+msgid "hourly"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1298 ../../standalone/drakbackup_.c:1302
+#: ../../standalone/drakbackup_.c:1305
+msgid "daily"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1299 ../../standalone/drakbackup_.c:1303
+#: ../../standalone/drakbackup_.c:1305
+msgid "weekly"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1300 ../../standalone/drakbackup_.c:1304
+#: ../../standalone/drakbackup_.c:1305
+msgid "monthly"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1312
+#, fuzzy
+msgid "Use daemon"
+msgstr "Gebruikerskode"
+
+#: ../../standalone/drakbackup_.c:1317
+#, fuzzy
+msgid ""
+"Please choose the time \n"
+"interval between each backup"
+msgstr "Kies die pakkette wat u wil installeer"
+
+#: ../../standalone/drakbackup_.c:1323
+#, fuzzy
+msgid ""
+"Please choose the\n"
+"media for backup."
+msgstr "Kies asb. 'n taal om te gebruik."
+
+#: ../../standalone/drakbackup_.c:1327
+#, fuzzy
+msgid "Use Hard Drive with daemon"
+msgstr "gebruik hardeksyfoptimisasie?"
+
+#: ../../standalone/drakbackup_.c:1329
+#, fuzzy
+msgid "Use FTP with daemon"
+msgstr "gebruik hardeksyfoptimisasie?"
+
+#: ../../standalone/drakbackup_.c:1333
+msgid "Please be sure that the cron daemon is included in your services."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1369
+msgid "Send mail report after each backup to :"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1411
+#, fuzzy
+msgid "What"
+msgstr "Wag"
+
+#
+#: ../../standalone/drakbackup_.c:1416
+#, fuzzy
+msgid "Where"
+msgstr "Wiel"
+
+#
+#: ../../standalone/drakbackup_.c:1421
+#, fuzzy
+msgid "When"
+msgstr "Wiel"
+
+#: ../../standalone/drakbackup_.c:1426
+#, fuzzy
+msgid "More Options"
+msgstr "Module opsies:"
+
+#: ../../standalone/drakbackup_.c:1445 ../../standalone/drakbackup_.c:2801
+#, fuzzy
+msgid "Drakbackup Configuration"
+msgstr "Netwerkkonfigurasie"
+
+#: ../../standalone/drakbackup_.c:1463
+#, fuzzy
+msgid "Please choose where you want to backup"
+msgstr "Kies die pakkette wat u wil installeer"
+
+#: ../../standalone/drakbackup_.c:1465
+msgid "on Hard Drive"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1476
+msgid "across Network"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1540
+#, fuzzy
+msgid "Please choose what you want to backup"
+msgstr "Kies die pakkette wat u wil installeer"
+
+#: ../../standalone/drakbackup_.c:1541
+#, fuzzy
+msgid "Backup system"
+msgstr "Stel lerstelsels op"
+
+#: ../../standalone/drakbackup_.c:1542
+msgid "Backup Users"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1545
+msgid "Select user manually"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1627
+msgid ""
+"\n"
+"Backup Sources: \n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1628
+msgid ""
+"\n"
+"- System Files:\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1630
+msgid ""
+"\n"
+"- User Files:\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1632
+msgid ""
+"\n"
+"- Other Files:\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1634
+#, c-format
+msgid ""
+"\n"
+"- Save on Hard drive on path : %s\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1635
+#, c-format
+msgid ""
+"\n"
+"- Save on FTP on host : %s\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1636
+#, c-format
+msgid ""
+"\t\t user name: %s\n"
+"\t\t on path: %s \n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1637
+#, fuzzy
+msgid ""
+"\n"
+"- Options:\n"
+msgstr "Opsies"
+
+#: ../../standalone/drakbackup_.c:1638
+msgid "\tDo not include System Files\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1639
+msgid "\tBackups use tar and bzip2\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1640
+msgid "\tBackups use tar and gzip\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1641
+#, c-format
+msgid ""
+"\n"
+"- Daemon (%s) include :\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1642
+msgid "\t-Hard drive.\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1643
+msgid "\t-CDROM.\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1644
+msgid "\t-Network by FTP.\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1645
+msgid "\t-Network by SSH.\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1647
+msgid "No configuration, please click Wizard or Advanced.\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1652
+msgid ""
+"List of data to restore:\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1753
+msgid ""
+"List of data corrupted:\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1755
+#, fuzzy
+msgid "Please uncheck or remove it on next time."
+msgstr "Op watter seriaalpoort is u modem gekoppel?"
+
+#: ../../standalone/drakbackup_.c:1765
+msgid "Backup files are corrupted"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1786
+msgid " All your selectionned data have been "
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1787
+#, c-format
+msgid " Successfuly Restored on %s "
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1886
+#, fuzzy
+msgid " Restore Configuration "
+msgstr "Netwerkkonfigurasie"
+
+#: ../../standalone/drakbackup_.c:1904
+msgid "OK to restore the other files."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1922
+msgid "User list to restore (only the most recent date per user is important)"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1972
+#, fuzzy
+msgid "Backup the system files before:"
+msgstr "Korrupte rugsteunler"
+
+#: ../../standalone/drakbackup_.c:1974
+#, fuzzy
+msgid "please choose the date to restore"
+msgstr "Wat is u muistoestel?"
+
+#: ../../standalone/drakbackup_.c:2002
+#, fuzzy
+msgid "Use Hard Disk to backup"
+msgstr "Korrupte rugsteunler"
+
+#: ../../standalone/drakbackup_.c:2083
+#, fuzzy
+msgid "Restore from Hard Disk."
+msgstr "Herstel vanaf floppie"
+
+#: ../../standalone/drakbackup_.c:2085
+msgid "Please enter the directory where backups are stored"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2143
+#, fuzzy
+msgid "Select another media to restore from"
+msgstr "Wat is u muistoestel?"
+
+#: ../../standalone/drakbackup_.c:2145
+#, fuzzy
+msgid "Other Media"
+msgstr "Ander"
+
+#: ../../standalone/drakbackup_.c:2151
+#, fuzzy
+msgid "Restore system"
+msgstr "Installeer stelsel"
+
+#: ../../standalone/drakbackup_.c:2152
+#, fuzzy
+msgid "Restore Users"
+msgstr "Herstel vanaf ler"
+
+#: ../../standalone/drakbackup_.c:2153
+#, fuzzy
+msgid "Restore Other"
+msgstr "Herstel vanaf ler"
+
+#: ../../standalone/drakbackup_.c:2155
+msgid "select path to restore (instead of / )"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2159
+msgid "Do new backup before restore (only for incremental backups.)"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2160
+msgid "Remove user directories before restore."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2217
+msgid "Restore all backups"
+msgstr ""
+
+#
+#: ../../standalone/drakbackup_.c:2225
+#, fuzzy
+msgid "Custom Restore"
+msgstr "Aangepaste"
+
+#: ../../standalone/drakbackup_.c:2266 ../../standalone/drakbackup_.c:2291
+#: ../../standalone/drakbackup_.c:2312 ../../standalone/drakbackup_.c:2333
+#: ../../standalone/drakbackup_.c:2351 ../../standalone/drakbackup_.c:2383
+#: ../../standalone/drakbackup_.c:2399 ../../standalone/drakbackup_.c:2419
+#: ../../standalone/drakbackup_.c:2438 ../../standalone/drakbackup_.c:2460
+#: ../../standalone/drakfont_.c:575
+msgid "Help"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2269 ../../standalone/drakbackup_.c:2296
+#: ../../standalone/drakbackup_.c:2315 ../../standalone/drakbackup_.c:2336
+#: ../../standalone/drakbackup_.c:2354 ../../standalone/drakbackup_.c:2402
+#: ../../standalone/drakbackup_.c:2422 ../../standalone/drakbackup_.c:2441
+#, fuzzy
+msgid "Previous"
+msgstr "<- Vorige"
+
+#: ../../standalone/drakbackup_.c:2271 ../../standalone/drakbackup_.c:2338
+#: ../../standalone/logdrake_.c:224
+#, fuzzy
+msgid "Save"
+msgstr "Toestand"
+
+#: ../../standalone/drakbackup_.c:2317
+#, fuzzy
+msgid "Build Backup"
+msgstr "Korrupte rugsteunler"
+
+#: ../../standalone/drakbackup_.c:2356 ../../standalone/drakbackup_.c:3033
+#, fuzzy
+msgid "Restore"
+msgstr "Herstel vanaf ler"
+
+#: ../../standalone/drakbackup_.c:2404 ../../standalone/drakbackup_.c:2424
+#: ../../standalone/drakbackup_.c:2445
+#, fuzzy
+msgid "Next"
+msgstr "Teks"
+
+#: ../../standalone/drakbackup_.c:2478
+msgid ""
+"Please Build backup before to restore it...\n"
+" or verify that your path to save is correct."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2499
+msgid ""
+"Error durind sendmail\n"
+" your report mail was not sent\n"
+" Please configure sendmail"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2522
+#, fuzzy
+msgid "Package List to Install"
+msgstr "Kies pakkette om te installeer"
+
+#: ../../standalone/drakbackup_.c:2550
+msgid ""
+"Error durind sending file via FTP.\n"
+" Please correct your FTP configuration."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2573
+#, fuzzy
+msgid "Please select data to restore..."
+msgstr "Kies asb. 'n taal om te gebruik."
+
+#: ../../standalone/drakbackup_.c:2594
+#, fuzzy
+msgid "Please select media for backup..."
+msgstr "Kies asb. 'n taal om te gebruik."
+
+#: ../../standalone/drakbackup_.c:2616
+#, fuzzy
+msgid "Please select data to backup..."
+msgstr "Kies asb. 'n taal om te gebruik."
+
+#: ../../standalone/drakbackup_.c:2638
+msgid ""
+"No configuration file found \n"
+"please click Wizard or Advanced."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2659
+msgid "Under Devel ... please wait."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2739
+#, fuzzy
+msgid "Backup system files"
+msgstr "Korrupte rugsteunler"
+
+#: ../../standalone/drakbackup_.c:2741
+#, fuzzy
+msgid "Backup user files"
+msgstr "Korrupte rugsteunler"
+
+#: ../../standalone/drakbackup_.c:2743
+#, fuzzy
+msgid "Backup other files"
+msgstr "Korrupte rugsteunler"
+
+#: ../../standalone/drakbackup_.c:2745 ../../standalone/drakbackup_.c:2776
+msgid "Total Progress"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2767
+msgid "files sending by FTP"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2771
+#, fuzzy
+msgid "Sending files..."
+msgstr "Stoor in ler"
+
+#: ../../standalone/drakbackup_.c:2841
+msgid "Data list to include on CDROM."
+msgstr ""
+
+#
+#: ../../standalone/drakbackup_.c:2899
+#, fuzzy
+msgid "Please enter the cd writer speed"
+msgstr "Toets asb. die muis"
+
+#: ../../standalone/drakbackup_.c:2917
+msgid "Please enter your CD Writer device name (ex: 0,1,0)"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2923
+#, fuzzy
+msgid "Please check if you want to include install boot on your CD."
+msgstr "Kies die pakkette wat u wil installeer"
+
+#: ../../standalone/drakbackup_.c:2989
+#, fuzzy
+msgid "Backup Now from configuration file"
+msgstr "Netwerkkonfigurasie"
+
+#: ../../standalone/drakbackup_.c:2999
+#, fuzzy
+msgid "View Backup Configuration."
+msgstr "Netwerkkonfigurasie"
+
+#: ../../standalone/drakbackup_.c:3020
+#, fuzzy
+msgid "Wizard Configuration"
+msgstr "Konfigurasie"
+
+#: ../../standalone/drakbackup_.c:3024
+#, fuzzy
+msgid "Advanced Configuration"
+msgstr "Sluit konfigurasie af"
+
+#: ../../standalone/drakbackup_.c:3028
+#, fuzzy
+msgid "Backup Now"
+msgstr "Stel lerstelsels op"
+
+#: ../../standalone/drakbackup_.c:3053
+msgid "Drakbackup"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3104
+msgid ""
+"options description:\n"
+"\n"
+" In this step Drakbackup allow you to change:\n"
+"\n"
+" - The compression mode:\n"
+" \n"
+" If you check bzip2 compression, you will compress\n"
+" your data better than gzip (about 2-10 %).\n"
+" This option is not checked by default because\n"
+" this compression mode needs more time ( about 1000% more).\n"
+" \n"
+" - The update mode:\n"
+"\n"
+" This option will update your backup, but this\n"
+" option is not really useful because you need to\n"
+" decompress your backup before you can update it.\n"
+" \n"
+" - the .backupignore mode:\n"
+"\n"
+" Like with cvs, Drakbackup will ignore all references\n"
+" included in .backupignore files in each directories.\n"
+" ex: \n"
+" /*> cat .backupignore*/\n"
+" *.o\n"
+" *~\n"
+" ...\n"
+" \n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3134
+msgid ""
+"\n"
+" Some errors during sendmail are caused by \n"
+" a bad configuration of postfix. To solve it you have to\n"
+" set myhostname or mydomain in /etc/postfix/main.cf\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3142
+msgid ""
+"options description:\n"
+"\n"
+" - Backup system files:\n"
+" \n"
+"\tThis option allows you to backup your /etc directory,\n"
+"\twhich contains all configuration files. Please be\n"
+"\tcareful during the restore step to not overwrite:\n"
+"\t\t/etc/passwd \n"
+"\t\t/etc/group \n"
+"\t\t/etc/fstab\n"
+"\n"
+" - Backup User files: \n"
+"\n"
+"\tThis option allows you select all users that you want \n"
+"\tto backup.\n"
+"\tTo preserve disk space, it is recommended that you \n"
+"\tdo not include web browser's cache.\n"
+"\n"
+" - Backup Other files: \n"
+"\n"
+"\tThis option allows you to add more data to save.\n"
+"\tWith the other backup it's not possible at the \n"
+"\tmoment to select select incremental backup.\t\t\n"
+" \n"
+" - Incremental Backups:\n"
+"\n"
+"\tThe incremental backup is the most powerful \n"
+"\toption for backup. This option allows you \n"
+"\tto backup all your data the first time, and \n"
+"\tonly the changed afterward.\n"
+"\tThen you will be able, during the restore\n"
+"\tstep, to restore your data from a specified\n"
+"\tdate.\n"
+"\tIf you have not selected this option all\n"
+"\told backups are deleted before each backup. \n"
+"\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3181
+msgid ""
+"restore description:\n"
+" \n"
+"Only the most recent date will be used ,because with incremental \n"
+"backups it is necesarry to restore one by one each older backups.\n"
+"\n"
+"So if you don't like to restore an user please unselect all his\n"
+"check box.\n"
+"\n"
+"Otherwise, you are able to select only one of this\n"
+"\n"
+" - Incremental Backups:\n"
+"\n"
+"\tThe incremental backup is the most powerfull \n"
+"\toption to use backup, this option allow you \n"
+"\tto backup all your data the first time, and \n"
+"\tonly the changed after.\n"
+"\tSo you will be able during the restore\n"
+"\tstep, to restore your data from a specified\n"
+"\tdate.\n"
+"\tIf you have not selected this options all\n"
+"\told backups are deleted before each backup. \n"
+"\n"
+"\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3207 ../../standalone/drakbackup_.c:3282
+msgid ""
+" Copyright (C) 2001 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita.fr>"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3209 ../../standalone/drakbackup_.c:3284
+msgid ""
+" This program is free software; you can redistribute it and/or modify\n"
+" it under the terms of the GNU General Public License as published by\n"
+" the Free Software Foundation; either version 2, or (at your option)\n"
+" any later version.\n"
+"\n"
+" This program is distributed in the hope that it will be useful,\n"
+" but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
+" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
+" GNU General Public License for more details.\n"
+"\n"
+" You should have received a copy of the GNU General Public License\n"
+" along with this program; if not, write to the Free Software\n"
+" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3223
+msgid ""
+"Description:\n"
+"\n"
+" Drakbackup is used to backup your system.\n"
+" During the configuration you can select: \n"
+"\t- System files, \n"
+"\t- Users files, \n"
+"\t- Other files.\n"
+"\tor All your system ... and Other (like Windows Partitions)\n"
+"\n"
+" Drakbackup allows you to backup your system on:\n"
+"\t- Harddrive.\n"
+"\t- NFS.\n"
+"\t- CDROM (CDRW), DVDROM (with autoboot, rescue and autoinstall.).\n"
+"\t- FTP.\n"
+"\t- Rsync.\n"
+"\t- Webdav.\n"
+"\t- Tape.\n"
+"\n"
+" Drakbackup allows you to restore your system to\n"
+" a user selected directory.\n"
+"\n"
+" Per default all backup will be stored on your\n"
+" /var/lib/drakbackup directory\n"
+"\n"
+" Configuration file:\n"
+"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
+"\n"
+"\n"
+"Restore Step:\n"
+" \n"
+" During the restore step, DrakBackup will remove \n"
+" your original directory and verify that all \n"
+" backup files are not corrupted. It is recommended \n"
+" you do a last backup before restoring.\n"
+"\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3261
+msgid ""
+"options description:\n"
+"\n"
+"Please be careful when you are using ftp backup, because only \n"
+"backups that are already built are sent to the server.\n"
+"So at the moment, you need to build the backup on your hard \n"
+"drive before sending it to the server.\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3270
+msgid ""
+"\n"
+"Restore Backup Problems:\n"
+"\n"
+"During the restore step, Drakbackup will verify all your\n"
+"backup files before restoring them.\n"
+"Before the restore, Drakbackup will remove \n"
+"your original directory, and you will loose all your \n"
+"data. It is important to be careful and not modify the \n"
+"backup data files by hand.\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3298
+msgid ""
+"Description:\n"
+"\n"
+" Drakbackup is used to backup your system.\n"
+" During the configuration you can select \n"
+"\t- System files, \n"
+"\t- Users files, \n"
+"\t- Other files.\n"
+"\tor All your system ... and Other (like Windows Partitions)\n"
+"\n"
+" Drakbackup allows you to backup your system on:\n"
+"\t- Harddrive.\n"
+"\t- NFS.\n"
+"\t- CDROM (CDRW), DVDROM (with autoboot, rescue and autoinstall.).\n"
+"\t- FTP.\n"
+"\t- Rsync.\n"
+"\t- Webdav.\n"
+"\t- Tape.\n"
+"\n"
+" Drakbackup allows you to restore your system to\n"
+" a user selected directory.\n"
+"\n"
+" Per default all backup will be stored on your\n"
+" /var/lib/drakbackup directory\n"
+"\n"
+" Configuration file:\n"
+"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
+"\n"
+"Restore Step:\n"
+" \n"
+" During the restore step, Drakbackup will remove\n"
+" your original directory and verify that all\n"
+" backup files are not corrupted. It is recommended\n"
+" you do a last backup before restoring.\n"
+" \n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakboot_.c:58
+#, c-format
+msgid "Installation of %s failed. The following error occured:"
+msgstr "%s installasie het gefaal a.g.v. hierdie fout: "
+
+#: ../../standalone/drakfont_.c:229
+msgid "Search installed fonts"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:231
+msgid "Unselect fonts installed"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:252
+msgid "parse all fonts"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:253
+#, fuzzy
+msgid "no fonts found"
+msgstr "%s is nie gevind nie"
+
+#: ../../standalone/drakfont_.c:261 ../../standalone/drakfont_.c:303
+#: ../../standalone/drakfont_.c:352 ../../standalone/drakfont_.c:410
+#: ../../standalone/drakfont_.c:417 ../../standalone/drakfont_.c:443
+#: ../../standalone/drakfont_.c:455 ../../standalone/drakfont_.c:468
+#, fuzzy
+msgid "done"
+msgstr "Klaar"
+
+#: ../../standalone/drakfont_.c:265
+msgid "could not find any font in your mounted partitions"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:301
+msgid "Reselect correct fonts"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:304
+msgid "could not find any font.\n"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:327
+msgid "Search fonts in installed list"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:350
+#, fuzzy
+msgid "Fonts copy"
+msgstr "Formatteer floppie"
+
+#: ../../standalone/drakfont_.c:353
+#, fuzzy
+msgid "True Type fonts installation"
+msgstr "Berei installasie voor"
+
+#: ../../standalone/drakfont_.c:357
+msgid "please wait during ttmkfdir..."
+msgstr ""
+
+#: ../../standalone/drakfont_.c:359
+msgid "True Type install done"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:366 ../../standalone/drakfont_.c:382
+msgid "Fonts conversion"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:370 ../../standalone/drakfont_.c:386
+#: ../../standalone/drakfont_.c:406
+msgid "type1inst building"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:375 ../../standalone/drakfont_.c:390
+msgid "Ghostscript referencing"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:397
+msgid "ttf fonts conversion"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:401
+msgid "pfm fonts conversion"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:411
+msgid "Suppress temporary Files"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:414
+#, fuzzy
+msgid "Restart XFS"
+msgstr "Laai dit"
+
+#: ../../standalone/drakfont_.c:453 ../../standalone/drakfont_.c:463
+msgid "Suppress Fonts Files"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:465
+#, fuzzy
+msgid "xfs restart"
+msgstr "beperk"
+
+#: ../../standalone/drakfont_.c:472 ../../standalone/drakfont_.c:760
+msgid ""
+"Before installing any fonts, be sure that you have the right to use and "
+"install them on your system.\n"
+"\n"
+"-You can install the fonts using the normal way. In rare cases, bogus fonts "
+"may hang up your X Server."
+msgstr ""
+
+#: ../../standalone/drakfont_.c:547
+#, fuzzy
+msgid "Fonts Importation"
+msgstr "Formateer partisies"
+
+#: ../../standalone/drakfont_.c:562
+msgid "Get Windows Fonts"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:564
+#, fuzzy
+msgid "Uninstall Fonts"
+msgstr "Denstallasie van RPMs"
+
+#: ../../standalone/drakfont_.c:568
+#, fuzzy
+msgid "Advanced Options"
+msgstr "Sluit konfigurasie af"
+
+#: ../../standalone/drakfont_.c:570
+#, fuzzy
+msgid "Font List"
+msgstr "Hegpunt"
+
+#: ../../standalone/drakfont_.c:739
+#, fuzzy
+msgid "Choose the applications that will support the fonts :"
+msgstr "Kies die partisies om te formatteer"
+
+#: ../../standalone/drakfont_.c:743
+msgid "Ghostscript"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:747
+#, fuzzy
+msgid "StarOffice"
+msgstr "Kantoor"
+
+#: ../../standalone/drakfont_.c:751
+#, fuzzy
+msgid "Abiword"
+msgstr "Aborteer"
+
+#: ../../standalone/drakfont_.c:755
+#, fuzzy
+msgid "Generic Printers"
+msgstr "Drukker"
+
+#: ../../standalone/drakfont_.c:792
+msgid "Select the font file or directory and click on 'Add'"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:828
+#, fuzzy
+msgid "Install List"
+msgstr "Installeer stelsel"
+
+#: ../../standalone/drakfont_.c:858
+msgid "click here if you are sure."
+msgstr ""
+
+#: ../../standalone/drakfont_.c:860
+msgid "here if no."
+msgstr ""
+
+#: ../../standalone/drakfont_.c:897
+msgid "Unselected All"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:899
+#, fuzzy
+msgid "Selected All"
+msgstr "Selekteer lOer"
+
+#
+#: ../../standalone/drakfont_.c:901
+#, fuzzy
+msgid "Remove List"
+msgstr "Verwyder drukker"
+
+#: ../../standalone/drakfont_.c:919 ../../standalone/drakfont_.c:939
+#, fuzzy
+msgid "Initials tests"
+msgstr "Beginboodskap"
+
+#: ../../standalone/drakfont_.c:920
+#, fuzzy
+msgid "Copy fonts on your system"
+msgstr "Daar is geen netwerkkaart op hierdie rekenaar nie!"
+
+#: ../../standalone/drakfont_.c:921
+msgid "Install & convert Fonts"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:922
+#, fuzzy
+msgid "Post Install"
+msgstr "Installasie"
+
+#: ../../standalone/drakfont_.c:940
+#, fuzzy
+msgid "Remove fonts on your system"
+msgstr "Daar is geen netwerkkaart op hierdie rekenaar nie!"
+
+#: ../../standalone/drakfont_.c:941
+#, fuzzy
+msgid "Post Uninstall"
+msgstr "Verlaay installasie"
+
+#: ../../standalone/drakgw_.c:43 ../../standalone/drakgw_.c:200
msgid "Internet Connection Sharing"
msgstr "Internetkonneksiedeling"
-#: ../../standalone/drakgw_.c:119
+#: ../../standalone/drakgw_.c:138
msgid "Internet Connection Sharing currently enabled"
msgstr "Internetkonneksiedeling is ontsper"
-#: ../../standalone/drakgw_.c:120
+#: ../../standalone/drakgw_.c:139
msgid ""
"The setup of Internet connection sharing has already been done.\n"
"It's currently enabled.\n"
@@ -7210,31 +9565,31 @@ msgstr ""
"\n"
"Wat wil u doen?"
-#: ../../standalone/drakgw_.c:124
+#: ../../standalone/drakgw_.c:143
msgid "disable"
msgstr "deaktiveer"
-#: ../../standalone/drakgw_.c:124 ../../standalone/drakgw_.c:149
+#: ../../standalone/drakgw_.c:143 ../../standalone/drakgw_.c:168
msgid "dismiss"
msgstr "ignoreer/sien oor"
-#: ../../standalone/drakgw_.c:124 ../../standalone/drakgw_.c:149
+#: ../../standalone/drakgw_.c:143 ../../standalone/drakgw_.c:168
msgid "reconfigure"
msgstr "herkonfigureer"
-#: ../../standalone/drakgw_.c:127
+#: ../../standalone/drakgw_.c:146
msgid "Disabling servers..."
msgstr "Bedieners word gedeaktiveer..."
-#: ../../standalone/drakgw_.c:135
+#: ../../standalone/drakgw_.c:154
msgid "Internet connection sharing is now disabled."
msgstr "Internetkonneksiedeling is gedeaktiveer"
-#: ../../standalone/drakgw_.c:144
+#: ../../standalone/drakgw_.c:163
msgid "Internet Connection Sharing currently disabled"
msgstr "Internetkonneksiedeling is gesper"
-#: ../../standalone/drakgw_.c:145
+#: ../../standalone/drakgw_.c:164
msgid ""
"The setup of Internet connection sharing has already been done.\n"
"It's currently disabled.\n"
@@ -7246,19 +9601,19 @@ msgstr ""
"\n"
"Wat wil u doen?"
-#: ../../standalone/drakgw_.c:149
+#: ../../standalone/drakgw_.c:168
msgid "enable"
msgstr "Aktiveer"
-#: ../../standalone/drakgw_.c:156
+#: ../../standalone/drakgw_.c:175
msgid "Enabling servers..."
msgstr "Bedieneers word aktiveer..."
-#: ../../standalone/drakgw_.c:161
+#: ../../standalone/drakgw_.c:180
msgid "Internet connection sharing is now enabled."
msgstr "Internetkonneksiedeling is geaktiveer"
-#: ../../standalone/drakgw_.c:182
+#: ../../standalone/drakgw_.c:201
#, fuzzy
msgid ""
"You are about to configure your computer to share its Internet connection.\n"
@@ -7275,21 +9630,21 @@ msgstr ""
"\n"
"Wil u internetdeling opstel?\n"
-#: ../../standalone/drakgw_.c:208
+#: ../../standalone/drakgw_.c:227
#, c-format
msgid "Interface %s (using module %s)"
msgstr "Koppelvlak %s (met module %s)"
-#: ../../standalone/drakgw_.c:209
+#: ../../standalone/drakgw_.c:228
#, c-format
msgid "Interface %s"
msgstr "Koppelvlak %s"
-#: ../../standalone/drakgw_.c:217
+#: ../../standalone/drakgw_.c:236
msgid "No network adapter on your system!"
msgstr "Daar is geen netwerkkaart op hierdie rekenaar nie!"
-#: ../../standalone/drakgw_.c:218
+#: ../../standalone/drakgw_.c:237
msgid ""
"No ethernet network adapter has been detected on your system. Please run the "
"hardware configuration tool."
@@ -7297,12 +9652,12 @@ msgstr ""
"Geen ethernetkaart is op die stelsel gevind nie. Gebruik asb. die "
"hardewarekonfigurasieprogram."
-#: ../../standalone/drakgw_.c:224
+#: ../../standalone/drakgw_.c:243
msgid "Network interface"
msgstr "Netwerkkoppelvlak"
#
-#: ../../standalone/drakgw_.c:225
+#: ../../standalone/drakgw_.c:244
#, c-format
msgid ""
"There is only one configured network adapter on your system:\n"
@@ -7317,30 +9672,88 @@ msgstr ""
"\n"
"Ek gaan nou u LAN met daardie kaart opstel."
-#: ../../standalone/drakgw_.c:234
+#: ../../standalone/drakgw_.c:253
msgid ""
"Please choose what network adapter will be connected to your Local Area "
"Network."
msgstr ""
"Kies asb. die netwerkkaart wat aan die loakel area netwerk gekoppel is."
-#: ../../standalone/drakgw_.c:243
+#: ../../standalone/drakgw_.c:271
+#, fuzzy
+msgid "Network interface already configured"
+msgstr "Monitor is nie opgestel nie"
+
+#: ../../standalone/drakgw_.c:272
+#, c-format
+msgid ""
+"Warning, the network adapter (%s) is already configured.\n"
+"\n"
+"Do you want an automatic re-configuration?\n"
+"\n"
+"You can do it manually but you need to know what you're doing."
+msgstr ""
+
+#: ../../standalone/drakgw_.c:277
+#, fuzzy
+msgid "Automatic reconfiguration"
+msgstr "Outomatiese CUPS konfigurasie"
+
+#: ../../standalone/drakgw_.c:278
+#, fuzzy
+msgid "Show current interface configuration"
+msgstr "Verander drukkerkonfigurasie"
+
+#: ../../standalone/drakgw_.c:280
+#, c-format
+msgid ""
+"Current configuration of `%s':\n"
+"\n"
+"Network: %s\n"
+"IP address: %s\n"
+"IP attribution: %s\n"
+"Driver: %s"
+msgstr ""
+
+#: ../../standalone/drakgw_.c:292
msgid ""
-"Warning, the network adapter is already configured. I will reconfigure it."
+"I can keep your current configuration and assume you already set up a DHCP "
+"server; in that case please verify I correctly read the C-Class Network that "
+"you use for your local network; I will not reconfigure it and I will not "
+"touch your DHCP server configuration.\n"
+"\n"
+"Else, I can reconfigure your interface and (re)configure a DHCP server for "
+"you.\n"
+"\n"
msgstr ""
-"Waarskuwing! Die netwerkkaart is alreeds opgestel. Ek gaan dit "
-"herkonfigureer?"
-#: ../../standalone/drakgw_.c:254
+#: ../../standalone/drakgw_.c:297
+msgid "C-Class Local Network"
+msgstr ""
+
+#: ../../standalone/drakgw_.c:298
+#, fuzzy
+msgid "(This) DHCP Server IP"
+msgstr "CUPS-bediener IP:"
+
+#: ../../standalone/drakgw_.c:299
+msgid "Re-configure interface and DHCP server"
+msgstr ""
+
+#: ../../standalone/drakgw_.c:306
+msgid "The Local Network did not finish with `.0', bailing out."
+msgstr ""
+
+#: ../../standalone/drakgw_.c:317
#, c-format
msgid "Potential LAN address conflict found in current config of %s!\n"
msgstr "Moontlike LAN-adresbotsing gevind in konfigurasie %s!\n"
-#: ../../standalone/drakgw_.c:262 ../../standalone/drakgw_.c:268
+#: ../../standalone/drakgw_.c:325 ../../standalone/drakgw_.c:331
msgid "Firewalling configuration detected!"
msgstr "Vuurmuurkonfigurasie gevind!"
-#: ../../standalone/drakgw_.c:263 ../../standalone/drakgw_.c:269
+#: ../../standalone/drakgw_.c:326 ../../standalone/drakgw_.c:332
msgid ""
"Warning! An existing firewalling configuration has been detected. You may "
"need some manual fix after installation."
@@ -7348,44 +9761,44 @@ msgstr ""
"Waarskuwing! 'n Bestaande vuurmuurkonfigurasie is bespeur. U sal dalk na "
"dietyd self regstellings moet aanbring."
-#: ../../standalone/drakgw_.c:277
+#: ../../standalone/drakgw_.c:340
msgid "Configuring..."
msgstr "Konfigurasie in aabou..."
-#: ../../standalone/drakgw_.c:278
+#: ../../standalone/drakgw_.c:341
msgid "Configuring scripts, installing software, starting servers..."
msgstr ""
"Skrips word konfigureer, sagterware installeer en bedieners afgeskop..."
-#: ../../standalone/drakgw_.c:311
+#: ../../standalone/drakgw_.c:378
#, c-format
msgid "Problems installing package %s"
msgstr "Probleme met Installasue van pakket %s"
-#: ../../standalone/drakgw_.c:600
+#: ../../standalone/drakgw_.c:672
msgid ""
"Everything has been configured.\n"
"You may now share Internet connection with other computers on your Local "
"Area Network, using automatic network configuration (DHCP)."
msgstr ""
-#: ../../standalone/drakgw_.c:617
+#: ../../standalone/drakgw_.c:689
msgid "The setup has already been done, but it's currently disabled."
msgstr "Die opstelling van is alreeds gedoen, maar is tans gedeaktiveer."
-#: ../../standalone/drakgw_.c:618
+#: ../../standalone/drakgw_.c:690
msgid "The setup has already been done, and it's currently enabled."
msgstr "Die opstelling is alreeds gedoen en is alreeds ook geaktiveer."
-#: ../../standalone/drakgw_.c:619
+#: ../../standalone/drakgw_.c:691
msgid "No Internet Connection Sharing has ever been configured."
msgstr "Geen internetkonneksiedeling is al gekonfigureer nie."
-#: ../../standalone/drakgw_.c:624
+#: ../../standalone/drakgw_.c:696
msgid "Internet connection sharing configuration"
msgstr "Internetkonneksiedelingkonfigurasie"
-#: ../../standalone/drakgw_.c:631
+#: ../../standalone/drakgw_.c:703
#, fuzzy, c-format
msgid ""
"Welcome to the Internet Connection Sharing utility!\n"
@@ -7395,308 +9808,332 @@ msgid ""
"Click on Configure to launch the setup wizard."
msgstr "Internetkonneksiedeling"
-#: ../../standalone/draknet_.c:79
+#: ../../standalone/draknet_.c:80
#, c-format
msgid "Network configuration (%d adapters)"
msgstr "Netwerkkonfigurasie (%d toestelle)"
-#: ../../standalone/draknet_.c:86 ../../standalone/draknet_.c:573
+#: ../../standalone/draknet_.c:87 ../../standalone/draknet_.c:595
msgid "Profile: "
msgstr "Profiel:"
-#: ../../standalone/draknet_.c:94
+#: ../../standalone/draknet_.c:95
msgid "Del profile..."
msgstr "Vee profiel uit..."
-#: ../../standalone/draknet_.c:100
+#: ../../standalone/draknet_.c:101
msgid "Profile to delete:"
msgstr "Profiel om uit te vee..."
-#: ../../standalone/draknet_.c:128
+#: ../../standalone/draknet_.c:129
msgid "New profile..."
msgstr "Nuwe profiel..."
-#: ../../standalone/draknet_.c:134
+#: ../../standalone/draknet_.c:135
msgid ""
"Name of the profile to create (the new profile is created as a copy of the "
"current one) :"
msgstr ""
-#: ../../standalone/draknet_.c:160
+#: ../../standalone/draknet_.c:161
msgid "Hostname: "
msgstr "Bedienernaam:"
-#: ../../standalone/draknet_.c:167
+#: ../../standalone/draknet_.c:168
msgid "Internet access"
msgstr "Internettoegang"
-#: ../../standalone/draknet_.c:180
+#: ../../standalone/draknet_.c:181
msgid "Type:"
msgstr "Tipe:"
-#: ../../standalone/draknet_.c:183 ../../standalone/draknet_.c:397
+#: ../../standalone/draknet_.c:184 ../../standalone/draknet_.c:376
msgid "Gateway:"
msgstr "Portaal:"
-#: ../../standalone/draknet_.c:183 ../../standalone/draknet_.c:397
+#: ../../standalone/draknet_.c:184 ../../standalone/draknet_.c:376
msgid "Interface:"
msgstr "Koppelvlak:"
-#: ../../standalone/draknet_.c:192
+#: ../../standalone/draknet_.c:195
msgid "Status:"
msgstr "Status:"
-#: ../../standalone/draknet_.c:194 ../../standalone/draknet_.c:410
-msgid "Connected"
-msgstr "Gekonnekteer"
-
-#: ../../standalone/draknet_.c:194 ../../standalone/draknet_.c:410
-msgid "Not connected"
-msgstr "Nie gekonnekteer nieKabelkonneksie"
-
-#: ../../standalone/draknet_.c:197 ../../standalone/draknet_.c:411
-msgid "Connect..."
-msgstr "Konnekteer..."
-
-#: ../../standalone/draknet_.c:197 ../../standalone/draknet_.c:411
-msgid "Disconnect..."
-msgstr "Diskonnekteer..."
-
-#: ../../standalone/draknet_.c:215
-msgid "Starting your connection..."
-msgstr "Konneksie word begin..."
-
-#: ../../standalone/draknet_.c:223
-msgid "Closing your connection..."
-msgstr "Konneksie word afgesluit..."
-
-#: ../../standalone/draknet_.c:228
-msgid ""
-"The connection is not closed.\n"
-"Try to do it manually by running\n"
-"/etc/sysconfig/network-scripts/net_cnx_down\n"
-"in root."
+#: ../../standalone/draknet_.c:202
+msgid "Wait please"
msgstr ""
-#: ../../standalone/draknet_.c:231
-msgid "The system is now disconnected."
-msgstr "Die stelsel is nou ontkoppel."
-
-#: ../../standalone/draknet_.c:243
+#: ../../standalone/draknet_.c:220
msgid "Configure Internet Access..."
msgstr "Konfigureer internettoegang..."
-#: ../../standalone/draknet_.c:250 ../../standalone/draknet_.c:446
+#: ../../standalone/draknet_.c:227 ../../standalone/draknet_.c:449
msgid "LAN configuration"
msgstr "LAN-konfigurasie"
-#: ../../standalone/draknet_.c:255
+#: ../../standalone/draknet_.c:232
msgid "Driver"
msgstr "Drywer"
-#: ../../standalone/draknet_.c:255
+#: ../../standalone/draknet_.c:232
msgid "Interface"
msgstr "Koppelvlak"
-#: ../../standalone/draknet_.c:255
+#: ../../standalone/draknet_.c:232
msgid "Protocol"
msgstr "Protokol"
-#: ../../standalone/draknet_.c:255
+#: ../../standalone/draknet_.c:232
msgid "State"
msgstr "Toestand"
-#: ../../standalone/draknet_.c:267
+#: ../../standalone/draknet_.c:244
msgid "Configure Local Area Network..."
msgstr "Stel plaaslike netwerk op..."
-#: ../../standalone/draknet_.c:279
+#: ../../standalone/draknet_.c:256
msgid "Click here to launch the wizard ->"
msgstr ""
-#: ../../standalone/draknet_.c:306
+#: ../../standalone/draknet_.c:257
+msgid "Wizard..."
+msgstr "Assistent..."
+
+#: ../../standalone/draknet_.c:283
msgid "Apply"
msgstr "Pas toe"
-#: ../../standalone/draknet_.c:325
+#: ../../standalone/draknet_.c:302
msgid "Please Wait... Applying the configuration"
msgstr "Wag asb... Konfigurasie word toegpas"
-#: ../../standalone/draknet_.c:428
+#: ../../standalone/draknet_.c:384 ../../standalone/draknet_.c:407
+msgid "Connected"
+msgstr "Gekonnekteer"
+
+#: ../../standalone/draknet_.c:384 ../../standalone/draknet_.c:407
+msgid "Not connected"
+msgstr "Nie gekonnekteer nieKabelkonneksie"
+
+#: ../../standalone/draknet_.c:385 ../../standalone/draknet_.c:408
+msgid "Connect..."
+msgstr "Konnekteer..."
+
+#: ../../standalone/draknet_.c:385 ../../standalone/draknet_.c:408
+msgid "Disconnect..."
+msgstr "Diskonnekteer..."
+
+#: ../../standalone/draknet_.c:404
+msgid ""
+"Warning, another Internet connection has been detected, maybe using your "
+"network"
+msgstr ""
+
+#: ../../standalone/draknet_.c:431
msgid ""
"You don't have any configured interface.\n"
"Configure them first by clicking on 'Configure'"
msgstr ""
-#: ../../standalone/draknet_.c:450
+#: ../../standalone/draknet_.c:453
msgid "LAN Configuration"
msgstr "LAN konfigurasie"
-#: ../../standalone/draknet_.c:457
+#: ../../standalone/draknet_.c:464
#, c-format
msgid "Adapter %s: %s"
msgstr "Toestel %s: %s"
-#: ../../standalone/draknet_.c:463
+#: ../../standalone/draknet_.c:470
msgid "Boot Protocol"
msgstr "Herlaaiprotokol"
-#: ../../standalone/draknet_.c:464
+#: ../../standalone/draknet_.c:471
msgid "Started on boot"
msgstr "Gelaai tydens herlaaityd"
-#: ../../standalone/draknet_.c:465
+#: ../../standalone/draknet_.c:472
msgid "DHCP client"
msgstr "DHCP-klint"
-#: ../../standalone/draknet_.c:489 ../../standalone/draknet_.c:491
+#: ../../standalone/draknet_.c:497 ../../standalone/draknet_.c:500
msgid "activate now"
msgstr "Aktiveer nou dadelik"
-#: ../../standalone/draknet_.c:489 ../../standalone/draknet_.c:491
-msgid "desactivate now"
+#: ../../standalone/draknet_.c:497 ../../standalone/draknet_.c:500
+msgid "deactivate now"
msgstr "deaktiveer nou dadelik"
-#: ../../standalone/draknet_.c:538
+#: ../../standalone/draknet_.c:503
+msgid ""
+"This interface has not been configured yet.\n"
+"Launch the configuration wizard in the main window"
+msgstr ""
+
+#: ../../standalone/draknet_.c:560
msgid ""
"You don't have any internet connection.\n"
"Create one first by clicking on 'Configure'"
msgstr ""
-#: ../../standalone/draknet_.c:562
+#: ../../standalone/draknet_.c:584
msgid "Internet connection configuration"
msgstr "Internetkonneksiekonfigurasie"
-#: ../../standalone/draknet_.c:566
+#: ../../standalone/draknet_.c:588
msgid "Internet Connection Configuration"
msgstr "Internetkonneksiekonfigurasie"
-#: ../../standalone/draknet_.c:575
+#: ../../standalone/draknet_.c:597
msgid "Connection type: "
msgstr "Konneksietipe:"
-#: ../../standalone/draknet_.c:581
+#: ../../standalone/draknet_.c:603
msgid "Parameters"
msgstr "Parameters"
-#: ../../standalone/draknet_.c:608
+#: ../../standalone/draknet_.c:621
+msgid "Gateway"
+msgstr "Portaal"
+
+#: ../../standalone/draknet_.c:630
msgid "Ethernet Card"
msgstr "Ethernetkaart"
-#: ../../standalone/draknet_.c:609
+#: ../../standalone/draknet_.c:631
msgid "DHCP Client"
msgstr "DHCP-Klint"
-#: ../../standalone/draksec_.c:21
-msgid "Welcome To Crackers"
-msgstr "Krakers welkom"
+#: ../../standalone/draksec_.c:31
+msgid "Setting security level"
+msgstr "Sekuriteitsvlak word gestel."
-#: ../../standalone/draksec_.c:22
-msgid "Poor"
-msgstr "Swak"
+#: ../../standalone/drakxconf_.c:47
+msgid "Control Center"
+msgstr "Beheersentrum"
-#: ../../standalone/draksec_.c:26
-msgid "Paranoid"
-msgstr "Paranoes"
+#: ../../standalone/drakxconf_.c:48
+msgid "Choose the tool you want to use"
+msgstr "Kies die instrument wat u wil gebruik"
-#: ../../standalone/draksec_.c:29
-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."
+#: ../../standalone/drakxtv_.c:48
+#, fuzzy
+msgid "Canada (cable)"
+msgstr "Kanadees (Quebec)"
+
+#: ../../standalone/drakxtv_.c:48
+msgid "USA (bcast)"
msgstr ""
-"Hierdie vlak moet met sorg gebruik word. Dit maak 'n stelsel baie maklik\n"
-"om te gebruik, maar is baie sensitief. Dit moet nie gebruik vir 'n rekenaar\n"
-"wat aan ander rekenaars of die internet gekoppel is nie. Daar is geen "
-"wagwoord\n"
-"toegang nie."
-#: ../../standalone/draksec_.c:32
-msgid ""
-"Password are now enabled, but use as a networked computer is still not "
-"recommended."
+#: ../../standalone/drakxtv_.c:48
+msgid "USA (cable)"
msgstr ""
-"Wagwoorde is nou ontsper, maar gebruik as 'n netwerkrekenaar word nie "
-"aanbeveel nie."
-#: ../../standalone/draksec_.c:33
-msgid ""
-"Few improvements for this security level, the main one is that there are\n"
-"more security warnings and checks."
+#: ../../standalone/drakxtv_.c:48
+msgid "USA (cable-hrc)"
msgstr ""
-"'n Aantal verbetering op heirdie sekuriteitsvlak, die hoof een is meer\n"
-"sekuriteitswaarskuwings en -toetse."
-#: ../../standalone/draksec_.c:35
-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. "
+#: ../../standalone/drakxtv_.c:49
+msgid "China (bcast)"
msgstr ""
-"Hierdie is die standaard sekuriteitsvlak wat aanbeveel word vir rekenaars\n"
-"wat aan die internet as 'n klint konnekteer. Daar is heelwat "
-"sekuriteitstoetse."
-#: ../../standalone/draksec_.c:37
-msgid ""
-"With this security level, the use of this system as a server becomes "
-"possible.\n"
-"The security is now high enough to use the system as a server which accept\n"
-"connections from many clients. "
+#: ../../standalone/drakxtv_.c:49
+msgid "Japan (bcast)"
msgstr ""
-"Met hierdie sekuriteitsvlak, kan die stelsel as 'n bediener gebruik word.\n"
-"Die sekuriteit is goed genoeg sodat 'n stelsel konneksies wat baie klinte\n"
-"af kan aanvaar."
-#: ../../standalone/draksec_.c:40
-msgid ""
-"We take level 4 features, but now the system is entirely closed.\n"
-"Security features are at their maximum."
+#: ../../standalone/drakxtv_.c:49
+msgid "Japan (cable)"
msgstr ""
-"Hierdie is Vlak-4 sekuriteit, maar die stelsel is afgeslote.\n"
-"Sekuriteitseienskappe is maksimaal."
-#: ../../standalone/draksec_.c:65
+#: ../../standalone/drakxtv_.c:50
#, fuzzy
-msgid "Security level"
-msgstr "Sekuriteitsvlak word gestel."
+msgid "East Europe"
+msgstr "Europa"
-#: ../../standalone/draksec_.c:67
+#: ../../standalone/drakxtv_.c:50
#, fuzzy
-msgid "Use libsafe for servers"
-msgstr "Selekteer opsies vir bediener"
+msgid "Ireland"
+msgstr "Yslandies"
+
+#: ../../standalone/drakxtv_.c:50
+#, fuzzy
+msgid "West Europe"
+msgstr "Europa"
+
+#: ../../standalone/drakxtv_.c:51
+#, fuzzy
+msgid "Australia"
+msgstr "seriaal"
+
+#: ../../standalone/drakxtv_.c:51
+msgid "Newzealand"
+msgstr ""
+
+#: ../../standalone/drakxtv_.c:52
+msgid "South Africa"
+msgstr ""
-#: ../../standalone/draksec_.c:68
+#: ../../standalone/drakxtv_.c:53
+msgid "Argentina"
+msgstr ""
+
+#: ../../standalone/drakxtv_.c:58
msgid ""
-"A library which defends against buffer overflow and format string attacks."
+"Please,\n"
+"type in your tv norm and country"
msgstr ""
-#: ../../standalone/draksec_.c:72
-msgid "Setting security level"
-msgstr "Sekuriteitsvlak word gestel."
+#: ../../standalone/drakxtv_.c:60
+msgid "TV norm :"
+msgstr ""
-#: ../../standalone/drakxconf_.c:47
-msgid "Control Center"
-msgstr "Beheersentrum"
+#: ../../standalone/drakxtv_.c:61
+msgid "Area :"
+msgstr ""
-#: ../../standalone/drakxconf_.c:48
-msgid "Choose the tool you want to use"
-msgstr "Kies die instrument wat u wil gebruik"
+#: ../../standalone/drakxtv_.c:65
+msgid "Scanning for TV channels in progress ..."
+msgstr ""
+
+#: ../../standalone/drakxtv_.c:72
+msgid "Scanning for TV channels"
+msgstr ""
+
+#: ../../standalone/drakxtv_.c:83
+msgid "No TV Card detected!"
+msgstr ""
+
+#: ../../standalone/drakxtv_.c:84
+msgid ""
+"No TV Card has been detected on your machine. Please verify that a Linux-"
+"supported Video/TV Card is correctly plugged in.\n"
+"\n"
+"\n"
+"You can visit our hardware database at:\n"
+"\n"
+"\n"
+"http://www.linux-mandrake.com/en/hardware.php3"
+msgstr ""
#: ../../standalone/keyboarddrake_.c:16
msgid "usage: keyboarddrake [--expert] [keyboard]\n"
msgstr "gebruik: keyboarddrake [--expert] [SleutelbordNaam]\n"
+#: ../../standalone/keyboarddrake_.c:29
+msgid "Please, choose your keyboard layout."
+msgstr "Wat is u sleutelborduitleg?"
+
#: ../../standalone/keyboarddrake_.c:36
msgid "Do you want the BackSpace to return Delete in console?"
msgstr ""
"Wil u h dat die 'BackSpace' sleutel moet uitvee in die konsole ('n 'Delete' "
"terugstuur)?"
-#: ../../standalone/livedrake_.c:23
+#: ../../standalone/livedrake_.c:24
msgid "Change Cd-Rom"
msgstr "Verander CDROM"
-#: ../../standalone/livedrake_.c:24
+#: ../../standalone/livedrake_.c:25
msgid ""
"Please insert the Installation Cd-Rom in your drive and press Ok when done.\n"
"If you don't have it, press Cancel to avoid live upgrade."
@@ -7704,27 +10141,269 @@ msgstr ""
"Dit asb. die instasllasie CDROM in die aandrywer en druk OK. Indien u nie\n"
"hieroor beskik nie, druk Kanselleer om die intydse opgradering te vermy."
-#: ../../standalone/livedrake_.c:34
+#: ../../standalone/livedrake_.c:35
msgid "Unable to start live upgrade !!!\n"
msgstr "Kon nie die intydse opgradering begin nie !!!\n"
-#: ../../standalone/mousedrake_.c:58
+#: ../../standalone/localedrake_.c:32
+msgid "The change is done, but to be effective you must logout"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:85 ../../standalone/logdrake_.c:501
+msgid "logdrake"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:95
+msgid "Show only for the selected day"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:102
+msgid "/File/_New"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:102
+msgid "<control>N"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:103
+msgid "/File/_Open"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:103
+msgid "<control>O"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:104
+msgid "/File/_Save"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:104
+msgid "<control>S"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:105
+msgid "/File/Save _As"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:106
+msgid "/File/-"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:108
+msgid "/_Options"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:109
+msgid "/Options/Test"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:110
+msgid "/_Help"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:111
+msgid "/Help/_About..."
+msgstr ""
+
+#: ../../standalone/logdrake_.c:118
+msgid "-misc-fixed-medium-r-*-*-*-100-*-*-*-*-*-*,*"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:119
+msgid "-misc-fixed-bold-r-*-*-*-100-*-*-*-*-*-*,*"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:173
+#, fuzzy
+msgid "User"
+msgstr "Gebruikerskode"
+
+#: ../../standalone/logdrake_.c:174
+#, fuzzy
+msgid "Messages"
+msgstr "Beginboodskap"
+
+#: ../../standalone/logdrake_.c:175
+msgid "Syslog"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:176
+msgid "Mandrake Tools Explanations"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:179
+msgid "search"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:185
+msgid "A tool to monitor your logs"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:186
+msgid "Settings"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:191
+msgid "matching"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:192
+msgid "but not matching"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:196
+msgid "Choose file"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:201
+msgid "Calendar"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:211
+msgid "Content of the file"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:215 ../../standalone/logdrake_.c:390
+msgid "Mail/SMS alert"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:268
+#, c-format
+msgid "please wait, parsing file: %s"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:405
+#, fuzzy
+msgid "Mail/SMS alert configuration"
+msgstr "Konfigurasie"
+
+#: ../../standalone/logdrake_.c:406
+#, fuzzy
+msgid ""
+"Welcome to the mail/SMS configuration utility.\n"
+"\n"
+"Here, you'll be able to set up the alert system.\n"
+msgstr ""
+"Welkom by die proksiekonfigurasienutsprogram.\n"
+"\n"
+"Hier kan u die HTTP en FTP-instaanbedieners\n"
+"opstel met of sonder aantekenkodes en wagwoorde\n"
+
+#: ../../standalone/logdrake_.c:414
+#, fuzzy
+msgid "proftpd"
+msgstr "Apache, Pro-ftpd"
+
+#: ../../standalone/logdrake_.c:417
+#, fuzzy
+msgid "sshd"
+msgstr "skadu's"
+
+#: ../../standalone/logdrake_.c:418
+msgid "webmin"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:419
+#, fuzzy
+msgid "xinetd"
+msgstr "Verlaat"
+
+#: ../../standalone/logdrake_.c:422
+#, fuzzy
+msgid "service setting"
+msgstr "interessant"
+
+#: ../../standalone/logdrake_.c:423
+msgid ""
+"You will receive an alert if one of the selected service is no more running"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:433
+#, fuzzy
+msgid "load setting"
+msgstr "Formatering"
+
+#: ../../standalone/logdrake_.c:434
+msgid "You will receive an alert if the load is higher than this value"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:447
+#, fuzzy
+msgid "alert configuration"
+msgstr "Kleurkonfigurasie"
+
+#: ../../standalone/logdrake_.c:448
+msgid "Configure the way the system will alert you"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:478
+msgid "Save as.."
+msgstr ""
+
+#: ../../standalone/mousedrake_.c:49
+msgid "Please, choose the type of your mouse."
+msgstr "Wat is u muistoestel?"
+
+#: ../../standalone/mousedrake_.c:59
msgid "no serial_usb found\n"
msgstr "Geen 'serial_usb' gevind nie\n"
-#: ../../standalone/mousedrake_.c:62
+#: ../../standalone/mousedrake_.c:63
msgid "Emulate third button?"
msgstr "Emuleer derde knop?"
-#: ../../standalone/tinyfirewall_.c:29
+#: ../../standalone/scannerdrake_.c:53
+#, c-format
+msgid "%s found on %s, configure it ?"
+msgstr ""
+
+#: ../../standalone/scannerdrake_.c:60
+#, fuzzy
+msgid "Select a scanner"
+msgstr "Selekteer 'n videokaart"
+
+#: ../../standalone/scannerdrake_.c:80
+#, c-format
+msgid "This %s scanner is unsupported"
+msgstr ""
+
+#: ../../standalone/scannerdrake_.c:94
+#, c-format
+msgid ""
+"Scannerdrake was not able to detect your %s scanner.\n"
+"Please select the device where your scanner is plugged"
+msgstr ""
+
+#: ../../standalone/scannerdrake_.c:96
+#, fuzzy
+msgid "choose device"
+msgstr "Herlaaitoestel"
+
+#: ../../standalone/scannerdrake_.c:102
+#, c-format
+msgid ""
+"This %s scanner must be configured by printerdrake.\n"
+"You can launch printerdrake from the Mandrake Control Center in Hardware "
+"section."
+msgstr ""
+
+#: ../../standalone/scannerdrake_.c:107
+#, c-format
+msgid ""
+"Your %s scanner has been configured.\n"
+"You may now scan documents using ``XSane'' from Multimedia/Graphics in the "
+"applications menu."
+msgstr ""
+
+#: ../../standalone/tinyfirewall_.c:31
msgid "Firewalling Configuration"
msgstr "Vuurmuurkonfigurasie"
-#: ../../standalone/tinyfirewall_.c:42
+#: ../../standalone/tinyfirewall_.c:44
msgid "Firewalling configuration"
msgstr "Vuurmuurkonfigurasie"
-#: ../../standalone/tinyfirewall_.c:77
+#: ../../standalone/tinyfirewall_.c:79
msgid ""
"Firewalling\n"
"\n"
@@ -7732,7 +10411,7 @@ msgid ""
"Click on Configure to change or remove the firewall"
msgstr ""
-#: ../../standalone/tinyfirewall_.c:81
+#: ../../standalone/tinyfirewall_.c:83
msgid ""
"Firewalling\n"
"\n"
@@ -7794,19 +10473,24 @@ msgstr "Stel netwerk op"
msgid "Configure services"
msgstr "Konfigureer dienste"
-#: ../../steps.pm_.c:30
-msgid "Create a bootdisk"
-msgstr "Maar 'n herlaaiskyf"
-
-#: ../../steps.pm_.c:32
+#: ../../steps.pm_.c:29
msgid "Install bootloader"
msgstr "Installeer herlaaistelsel"
+#: ../../steps.pm_.c:31
+msgid "Create a bootdisk"
+msgstr "Maar 'n herlaaiskyf"
+
#: ../../steps.pm_.c:33
msgid "Configure X"
msgstr "Stel X op"
#: ../../steps.pm_.c:34
+#, fuzzy
+msgid "Install system updates"
+msgstr "Installeer stelsel"
+
+#: ../../steps.pm_.c:35
msgid "Exit install"
msgstr "Verlaay installasie"
@@ -7926,6 +10610,56 @@ msgstr "Kan nie %s oopmaak nie: %s\n"
msgid "Can't open %s for writing: %s\n"
msgstr "Kon nie %s in skryfmode oopmaak nie: %s\n"
+#: ../../tinyfirewall.pm_.c:180
+msgid "No I don't need DHCP"
+msgstr ""
+
+#: ../../tinyfirewall.pm_.c:180
+msgid "Yes I need DHCP"
+msgstr ""
+
+#: ../../tinyfirewall.pm_.c:181
+msgid "No I don't need NTP"
+msgstr ""
+
+#: ../../tinyfirewall.pm_.c:181
+msgid "Yes I need NTP"
+msgstr ""
+
+#: ../../tinyfirewall.pm_.c:182 ../../tinyfirewall.pm_.c:186
+msgid "Don't Save"
+msgstr ""
+
+#: ../../tinyfirewall.pm_.c:182 ../../tinyfirewall.pm_.c:186
+#: ../../tinyfirewall.pm_.c:206
+msgid "Save & Quit"
+msgstr ""
+
+#: ../../tinyfirewall.pm_.c:197 ../../tinyfirewall.pm_.c:201
+#, fuzzy
+msgid "Firewall Configuration Wizard"
+msgstr "Vuurmuurkonfigurasie"
+
+#: ../../tinyfirewall.pm_.c:199
+msgid "No (firewall this off from the internet)"
+msgstr ""
+
+#: ../../tinyfirewall.pm_.c:200
+msgid "Yes (allow this through the firewall)"
+msgstr ""
+
+#: ../../tinyfirewall.pm_.c:232
+#, fuzzy
+msgid "Please Wait... Verifying installed packages"
+msgstr "Wag asb. installasie word voorberei"
+
+#: ../../tinyfirewall.pm_.c:238
+#, c-format
+msgid ""
+"Failure installing the needed packages : %s and Bastille.\n"
+" Try to install them manually."
+msgstr ""
+
#: ../../share/compssUsers:999
msgid "Web/FTP"
msgstr "Web/FTP"
@@ -8056,10 +10790,6 @@ msgid "Graphical Environment"
msgstr "Grafiese omgewing"
#: ../../share/compssUsers:999
-msgid "Development"
-msgstr "Ontwikkeling"
-
-#: ../../share/compssUsers:999
msgid "Apache, Pro-ftpd"
msgstr "Apache, Pro-ftpd"
@@ -8072,6 +10802,10 @@ msgid "Office Workstation"
msgstr "Kantoorwerkstasie"
#: ../../share/compssUsers:999
+msgid "Server"
+msgstr "Bediener"
+
+#: ../../share/compssUsers:999
msgid "Gnome, Icewm, Window Maker, Enlightenment, Fvwm, etc"
msgstr "Gnome, Icewm, Window Maker, Enlightenment, Fvwm, ens."
@@ -8163,10 +10897,6 @@ msgid "Programs to manage your finance, such as gnucash"
msgstr "Programme om u finansies te bestuur, soos GNUcash"
#: ../../share/compssUsers:999
-msgid "Games"
-msgstr "Speletjies"
-
-#: ../../share/compssUsers:999
msgid "Personal Information Management"
msgstr "Persoonlike Inligtingbestuur."
@@ -8178,6 +10908,276 @@ msgstr "Multimedia - CD Sny"
msgid "Scientific Workstation"
msgstr "Wetenskaplike werkstasie"
+#, fuzzy
+#~ msgid "About"
+#~ msgstr "Aborteer"
+
+#, fuzzy
+#~ msgid "-adobe-utopia-medium-r-normal-*-12-*-*-*-p-*-iso8859-*,*-r-*"
+#~ msgstr "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
+
+#~ msgid "$f-$g %s)"
+#~ msgstr "$f-$g %s)"
+
+#~ msgid "None"
+#~ msgstr "Geen"
+
+#, fuzzy
+#~ msgid "Choose a default printer!"
+#~ msgstr "Kies die verstek gebruiker:"
+
+#
+#~ msgid "Apply/Re-read printers"
+#~ msgstr "Pas toe/herlees drukkers"
+
+#~ msgid "You may now provide its options to module %s."
+#~ msgstr "U kan die opsies vir module %s hier intik."
+
+#~ msgid "mount failed"
+#~ msgstr "heg het gefaal"
+
+#~ msgid "Low"
+#~ msgstr "Laag"
+
+#~ msgid "Medium"
+#~ msgstr "Medium"
+
+#~ msgid ""
+#~ "Few improvements for this security level, the main one is that there are\n"
+#~ "more security warnings and checks."
+#~ msgstr ""
+#~ "'n Aantal verbetering op heirdie sekuriteitsvlak, die hoof een is meer\n"
+#~ "sekuriteitswaarskuwings en -toetse."
+
+#, fuzzy
+#~ msgid "Art and Multimedia"
+#~ msgstr "Multimedia"
+
+#~ msgid "Boot mode"
+#~ msgstr "Herlaaimodus"
+
+#, fuzzy
+#~ msgid "Export"
+#~ msgstr "Kundige"
+
+#~ msgid ""
+#~ "GNU/Linux manages time in GMT (Greenwich Mean Time) and translates it in\n"
+#~ "local time according to the time zone you selected."
+#~ msgstr ""
+#~ "GNU/Linux beheer tyd in GMT (Greenwichmeridiaantyd) en vertaal dit dan\n"
+#~ "in u lokale tyd volgends die gekose tydsone."
+
+#~ msgid "Connect to Internet"
+#~ msgstr "Konnekteer aan die internet"
+
+#~ msgid "Disconnect from Internet"
+#~ msgstr "Diskonnekteer van die internet"
+
+#~ msgid "Configure network connection (LAN or Internet)"
+#~ msgstr "Konfigureer netwerkkonneksie (LAN or internet)"
+
+#, fuzzy
+#~ msgid "Detected %s, do you want to set it up?"
+#~ msgstr "Na watter skyf wil u skuif?"
+
+#, fuzzy
+#~ msgid "Please choose the printer you want to set up."
+#~ msgstr "Kies die pakkette wat u wil installeer"
+
+#, fuzzy
+#~ msgid "Infos"
+#~ msgstr "Info"
+
+#, fuzzy
+#~ msgid "Windows Importation"
+#~ msgstr "Gnome werkstasie"
+
+#, fuzzy
+#~ msgid ""
+#~ "Apache is a World Wide Web server. It is used to serve HTML files and "
+#~ "CGI."
+#~ msgstr ""
+#~ "Apache is 'n WWW-bediener.\n"
+#~ "Dit kan HTML-lers uitstuur en CGI's hanteer"
+
+#~ msgid ""
+#~ "named (BIND) is a Domain Name Server (DNS) that is used to resolve\n"
+#~ "host names to IP addresses."
+#~ msgstr ""
+#~ "named (BIND) is die domeinnaamdiens (DNS) wat gebruik word om\n"
+#~ "rekenaarname na IP-adresse toe om te skakel."
+
+#, fuzzy
+#~ msgid ""
+#~ "Please choose the desired printer/printer port.\n"
+#~ "\n"
+#~ msgstr "Wat is u muistoestel?"
+
+#~ msgid "Scanning available nfs shared resource"
+#~ msgstr "Beskikbare NFS-gedelde hulpbronne word gesoek"
+
+#~ msgid "Scanning available nfs shared resource of server %s"
+#~ msgstr "Beskikbare NFS-gedelde hulpbronne van bediner %s word gesoek."
+
+#~ msgid "Scanning available samba shared resource"
+#~ msgstr "Beskikbare SAMBA-gedelde hulpbronne word gesoek"
+
+#~ msgid "Scanning available samba shared resource of server %s"
+#~ msgstr "Beskikbare SAMBA-gedelde hulpbronnevan bediener %s word gesoek"
+
+#, fuzzy
+#~ msgid "\\@quit"
+#~ msgstr "Verlaat"
+
+#~ msgid "Removable media"
+#~ msgstr "Verwyderbare media"
+
+#~ msgid "Active"
+#~ msgstr "Aktief"
+
+#, fuzzy
+#~ msgid "No X"
+#~ msgstr "Nee"
+
+#~ msgid "A printer, model \"%s\", has been detected on "
+#~ msgstr "'n Drukker, model \"%s\", is opgespoor op "
+
+#~ msgid "Local Printer Device"
+#~ msgstr "Plaaslikte drukkertoestel"
+
+#~ msgid "Printer Device"
+#~ msgstr "Drukkertoestel:"
+
+#~ msgid "Device/file name missing!"
+#~ msgstr "Toestel/Lernaam ontbreek"
+
+#
+#~ msgid "Printer(s) on remote CUPS server(s)"
+#~ msgstr "Drukkers op eksterne CUPS-bediener(s)"
+
+#
+#, fuzzy
+#~ msgid "Printer(s) on remote server(s)"
+#~ msgstr "Drukkers op eksterne CUPS-bediener(s)"
+
+#, fuzzy
+#~ msgid " Linux "
+#~ msgstr "Linux"
+
+#, fuzzy
+#~ msgid " System "
+#~ msgstr "Stelselmode"
+
+#, fuzzy
+#~ msgid " Other "
+#~ msgstr "Ander"
+
+#, fuzzy
+#~ msgid "please choose your CD space"
+#~ msgstr "Wat is u sleutelborduitleg?"
+
+#, fuzzy
+#~ msgid " Please check if you are using CDRW media"
+#~ msgstr "Kliek asb. op 'n partisie"
+
+#, fuzzy
+#~ msgid " Tape "
+#~ msgstr "Tipe:"
+
+#, fuzzy
+#~ msgid " Use .backupignore files"
+#~ msgstr "Korrupte rugsteunler"
+
+#, fuzzy
+#~ msgid "Configure it"
+#~ msgstr "Stel X op"
+
+#, fuzzy
+#~ msgid "on Tape Device"
+#~ msgstr "Drukkertoestel:"
+
+#, fuzzy
+#~ msgid " Cancel "
+#~ msgstr "Kanselleer"
+
+#, fuzzy
+#~ msgid " Ok "
+#~ msgstr "OK"
+
+#, fuzzy
+#~ msgid "close"
+#~ msgstr "Sluit af"
+
+#~ msgid "Starting your connection..."
+#~ msgstr "Konneksie word begin..."
+
+#~ msgid "Closing your connection..."
+#~ msgstr "Konneksie word afgesluit..."
+
+#~ msgid "The system is now disconnected."
+#~ msgstr "Die stelsel is nou ontkoppel."
+
+#~ msgid "Choose the size you want to install"
+#~ msgstr "Kies die grootte van die installasie"
+
+#~ msgid "Total size: "
+#~ msgstr "Totale grootte: "
+
+#~ msgid "Please wait, "
+#~ msgstr "Wag asb.,"
+
+#~ msgid "Total time "
+#~ msgstr "Totale tyd "
+
+#~ msgid "Use existing configuration for X11?"
+#~ msgstr "Gebruik bestaande konfigurasie vir X11?"
+
+#~ msgid ""
+#~ "What device is your printer connected to \n"
+#~ "(note that /dev/lp0 is equivalent to LPT1:)?\n"
+#~ msgstr ""
+#~ "Watter toestel is die drukker aan gekoppel?\n"
+#~ "(let op dat /dev/lp0 ekwiwalent is aan LPT1:)\n"
+
+#~ msgid "%s"
+#~ msgstr "%s"
+
+#~ msgid ""
+#~ "Warning, the network adapter is already configured. I will reconfigure it."
+#~ msgstr ""
+#~ "Waarskuwing! Die netwerkkaart is alreeds opgestel. Ek gaan dit "
+#~ "herkonfigureer?"
+
+#~ msgid "New"
+#~ msgstr "Nuut"
+
+#~ msgid "Remote"
+#~ msgstr "Ekstern"
+
+#, fuzzy
+#~ msgid ""
+#~ "Please click on a button above\n"
+#~ "\n"
+#~ "Or use \"New\""
+#~ msgstr "Kliek asb. op 'n partisie"
+
+#~ msgid "If the list above doesn't contain the wanted entry, enter it here:"
+#~ msgstr ""
+#~ "Indien bo-gelyste inskrywings nie die nodige inskrywing bevat nie, voeg "
+#~ "dit hier by:"
+
+#~ msgid "Shared resource"
+#~ msgstr "Gedelde hulpbron"
+
+#~ msgid "Ambiguity (%s), be more precise\n"
+#~ msgstr "Vaagheid (%s). Wees meer presies\n"
+
+#~ msgid " ? (default %s) "
+#~ msgstr " ? (verstek %s) "
+
+#~ msgid "Your choice? (default %s enter `none' for none) "
+#~ msgstr "U keuse? (Verstek %s tik 'none' vir geen)"
+
#~ msgid "can not open /etc/sysconfig/autologin for reading: %s"
#~ msgstr "kan nie /etc/sysconfig/autologin oopmaak vir lees nie: %s"
@@ -8205,13 +11205,6 @@ msgstr "Wetenskaplike werkstasie"
#~ "Indien u spesifiek anders weet, is die gewone keuse \"/dev/hda\"\n"
#~ "(primre meester IDE-skyf) of \"/dev/sda\" (eerste SCSI-skyf)."
-#~ msgid ""
-#~ "The following printers are configured.\n"
-#~ "You can add some more or modify the existing ones."
-#~ msgstr ""
-#~ "Hier is die bestaande drukkertoue.\n"
-#~ "U kan byvoeg or verwyder soos nodig."
-
#~ msgid "Connection timeout (in sec) [ beta, not yet implemented ]"
#~ msgstr ""
#~ "Konneksie tydlimiet (in sekondes) [ beta, nog nie gemplementeer nie ]"
@@ -8670,15 +11663,6 @@ msgstr "Wetenskaplike werkstasie"
#~ msgid "Write /etc/fstab"
#~ msgstr "Skryf /etc/fstab"
-#~ msgid "Restore from file"
-#~ msgstr "Herstel vanaf ler"
-
-#~ msgid "Save in file"
-#~ msgstr "Stoor in ler"
-
-#~ msgid "Restore from floppy"
-#~ msgstr "Herstel vanaf floppie"
-
#~ msgid "Format all"
#~ msgstr "Formatteer almal"
@@ -8722,9 +11706,6 @@ msgstr "Wetenskaplike werkstasie"
#~ msgid "Modify printer"
#~ msgstr "Verander drukker"
-#~ msgid "start it"
-#~ msgstr "Laai dit"
-
#~ msgid "Network Monitoring"
#~ msgstr "Netwerkmonitor"
@@ -8749,27 +11730,12 @@ msgstr "Wetenskaplike werkstasie"
#~ msgid "Connection complete."
#~ msgstr "Konneksie suksesvol"
-#~ msgid "Color configuration"
-#~ msgstr "Kleurkonfigurasie"
-
-#~ msgid "Connect"
-#~ msgstr "Konnekteer"
-
-#~ msgid "Disconnect"
-#~ msgstr "Diskonnekteer"
-
#~ msgid "Default Runlevel"
#~ msgstr "Verstek loopvlak"
-#~ msgid "Europe"
-#~ msgstr "Europa"
-
#~ msgid "NetWare"
#~ msgstr "NetWare"
-#~ msgid "Remove queue"
-#~ msgstr "Verwyder tou"
-
#~ msgid "Config file content could not be interpreted."
#~ msgstr "Konfigurasielerinhoud is onverstaanbaar"
@@ -8834,9 +11800,6 @@ msgstr "Wetenskaplike werkstasie"
#~ msgid "Reverse page order"
#~ msgstr "Omgekeerde bladsyorde"
-#~ msgid "CUPS starting"
-#~ msgstr "CUPS word gelaai"
-
#~ msgid "Select Remote Printer Connection"
#~ msgstr "Kies eksterne drukkerkonneksie"
@@ -8906,10 +11869,6 @@ msgstr "Wetenskaplike werkstasie"
#~ msgstr "Wil u nou aan die internet konnekteer?"
#, fuzzy
-#~ msgid "Lilo/Grub configuration"
-#~ msgstr "Konfigurasie"
-
-#, fuzzy
#~ msgid "Selected size %d%s"
#~ msgstr "Selekteer lOer"
@@ -8954,9 +11913,6 @@ msgstr "Wetenskaplike werkstasie"
#~ msgid "Create a boot floppy"
#~ msgstr "Maar 'n herlaaiskyf"
-#~ msgid "Format floppy"
-#~ msgstr "Formatteer floppie"
-
#~ msgid "Choice"
#~ msgstr "Keuse"
@@ -9090,9 +12046,6 @@ msgstr "Wetenskaplike werkstasie"
#~ "Do you want to:"
#~ msgstr "Plaaslike netwerk is alreeds opgestel: Wil u?"
-#~ msgid "Multimedia"
-#~ msgstr "Multimedia"
-
#~ msgid "KDE"
#~ msgstr "KDE"
@@ -9105,9 +12058,6 @@ msgstr "Wetenskaplike werkstasie"
#~ msgid "(may cause data corruption)"
#~ msgstr "(kan data korrupteer)"
-#~ msgid "Use hard drive optimisations?"
-#~ msgstr "gebruik hardeksyfoptimisasie?"
-
#~ msgid "Enable num lock at startup"
#~ msgstr "Aansit van NumLock met herlaai"
@@ -9146,9 +12096,6 @@ msgstr "Wetenskaplike werkstasie"
#~ msgid "Use shadow file"
#~ msgstr "Gebruik skaduler"
-#~ msgid "shadow"
-#~ msgstr "skadu's"
-
#~ msgid "MD5"
#~ msgstr "MD5"
@@ -9161,9 +12108,6 @@ msgstr "Wetenskaplike werkstasie"
#~ msgid "Package"
#~ msgstr "Pakket"
-#~ msgid "Text"
-#~ msgstr "Teks"
-
#~ msgid "Tree"
#~ msgstr "Boom"
@@ -9173,9 +12117,6 @@ msgstr "Wetenskaplike werkstasie"
#~ msgid "Category"
#~ msgstr "Kategorie"
-#~ msgid "See"
-#~ msgstr "Sien"
-
#~ msgid "Installed packages"
#~ msgstr "Installeerde pakkette"
@@ -9206,31 +12147,19 @@ msgstr "Wetenskaplike werkstasie"
#~ msgid "Toggle between Installed and Available"
#~ msgstr "Skakel tussen installeerde en beskikbare"
-#~ msgid "Choose package to install"
-#~ msgstr "Kies pakket om te installeer"
-
#~ msgid "Checking dependencies"
#~ msgstr "Afhanklikhede word getoets"
-#~ msgid "Wait"
-#~ msgstr "Wag"
-
#
#~ msgid "The following packages are going to be uninstalled"
#~ msgstr "Die volgende pakkette gaan verwyder word"
-#~ msgid "Uninstalling the RPMs"
-#~ msgstr "Denstallasie van RPMs"
-
#~ msgid "Regexp"
#~ msgstr "Regex"
#~ msgid "Which package are looking for"
#~ msgstr "Watter pakket soek vir"
-#~ msgid "%s not found"
-#~ msgstr "%s is nie gevind nie"
-
#~ msgid "No match"
#~ msgstr "Geen treffer"
@@ -9291,9 +12220,6 @@ msgstr "Wetenskaplike werkstasie"
#~ msgid "I have found an ISDN Card:\n"
#~ msgstr "Ek het 'n ISDN-kaart gevind\n"
-#~ msgid "France"
-#~ msgstr "Frankryk"
-
#~ msgid "Other countries"
#~ msgstr "Ander lande"
@@ -9314,12 +12240,6 @@ msgstr "Wetenskaplike werkstasie"
#~ msgid "don't use pppoe"
#~ msgstr "moenie pppoe gebruik nie"
-#~ msgid "mandatory"
-#~ msgstr "verpligtend"
-
-#~ msgid "interesting"
-#~ msgstr "interessant"
-
#~ msgid "i18n (important)"
#~ msgstr "i18n (belangrik)"
@@ -9383,9 +12303,6 @@ msgstr "Wetenskaplike werkstasie"
#~ "Tyd, in sekondes, van onaktiwiteit voor diskonneksie.\n"
#~ "Los oop om di funksie te sper."
-#~ msgid "Germany"
-#~ msgstr "Duitsland"
-
#~ msgid "Germany (1TR6)"
#~ msgstr "Duitsland (1TR6)"
@@ -9833,9 +12750,6 @@ msgstr "Wetenskaplike werkstasie"
#~ msgid "Configure LAN"
#~ msgstr "Stel LAN op"
-#~ msgid "End configuration"
-#~ msgstr "Sluit konfigurasie af"
-
#~ msgid "Do not set up networking"
#~ msgstr "Moenie netwerk opstel nie"
diff --git a/perl-install/share/po/be.po b/perl-install/share/po/be.po
index 5513308cb..617c278c6 100644
--- a/perl-install/share/po/be.po
+++ b/perl-install/share/po/be.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: DrakX VERSION\n"
-"POT-Creation-Date: 2001-09-21 19:50+0200\n"
+"POT-Creation-Date: 2002-03-11 18:29+0100\n"
"PO-Revision-Date: 2000-09-24 12:30 +0100\n"
"Last-Translator: Alexander Bokovoy <ab@avilink.net>\n"
"Language-Team: be\n"
@@ -13,57 +13,67 @@ msgstr ""
"Content-Type: text/plain; charset=windows-1251\n"
"Content-Transfer-Encoding: 8bit\n"
-#: ../../Xconfigurator.pm_.c:231
+#: ../../Xconfigurator.pm_.c:242
msgid "Configure all heads independently"
msgstr ""
-#: ../../Xconfigurator.pm_.c:232
+#: ../../Xconfigurator.pm_.c:243
msgid "Use Xinerama extension"
msgstr ""
-#: ../../Xconfigurator.pm_.c:235
+#: ../../Xconfigurator.pm_.c:246
#, fuzzy, c-format
msgid "Configure only card \"%s\" (%s)"
msgstr "i "
-#: ../../Xconfigurator.pm_.c:238
+#: ../../Xconfigurator.pm_.c:249
#, fuzzy
msgid "Multi-head configuration"
msgstr " i"
-#: ../../Xconfigurator.pm_.c:239
+#: ../../Xconfigurator.pm_.c:250
msgid ""
"Your system support multiple head configuration.\n"
"What do you want to do?"
msgstr ""
-#: ../../Xconfigurator.pm_.c:248
+#: ../../Xconfigurator.pm_.c:261
msgid "Graphic card"
msgstr "i"
-#: ../../Xconfigurator.pm_.c:248
+#: ../../Xconfigurator.pm_.c:262
msgid "Select a graphic card"
msgstr " i"
-#: ../../Xconfigurator.pm_.c:249
+#: ../../Xconfigurator.pm_.c:286
msgid "Choose a X server"
msgstr " X "
-#: ../../Xconfigurator.pm_.c:249
+#: ../../Xconfigurator.pm_.c:286
msgid "X server"
msgstr "X "
-#: ../../Xconfigurator.pm_.c:307 ../../Xconfigurator.pm_.c:313
-#: ../../Xconfigurator.pm_.c:363 ../../Xconfigurator.pm_.c:1435
+#: ../../Xconfigurator.pm_.c:293
+#, fuzzy
+msgid "Choose a X driver"
+msgstr " X "
+
+#: ../../Xconfigurator.pm_.c:293
+#, fuzzy
+msgid "X driver"
+msgstr "X "
+
+#: ../../Xconfigurator.pm_.c:360 ../../Xconfigurator.pm_.c:366
+#: ../../Xconfigurator.pm_.c:416 ../../Xconfigurator.pm_.c:1507
#, c-format
msgid "XFree %s"
msgstr " XFree86 %s"
-#: ../../Xconfigurator.pm_.c:310
+#: ../../Xconfigurator.pm_.c:363
msgid "Which configuration of XFree do you want to have?"
msgstr " i XFree ?"
-#: ../../Xconfigurator.pm_.c:321
+#: ../../Xconfigurator.pm_.c:374
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support but only with XFree %s.\n"
@@ -72,20 +82,20 @@ msgstr ""
" 3D- XFree %s.\n"
"XFree %s 2D- ."
-#: ../../Xconfigurator.pm_.c:323 ../../Xconfigurator.pm_.c:356
+#: ../../Xconfigurator.pm_.c:376 ../../Xconfigurator.pm_.c:409
#, c-format
msgid "Your card can have 3D hardware acceleration support with XFree %s."
msgstr ""
" i 3D-, i i XFree %"
"s."
-#: ../../Xconfigurator.pm_.c:325 ../../Xconfigurator.pm_.c:358
-#: ../../Xconfigurator.pm_.c:1435
+#: ../../Xconfigurator.pm_.c:378 ../../Xconfigurator.pm_.c:411
+#: ../../Xconfigurator.pm_.c:1507
#, c-format
msgid "XFree %s with 3D hardware acceleration"
msgstr "XFree %s 3D-"
-#: ../../Xconfigurator.pm_.c:333 ../../Xconfigurator.pm_.c:347
+#: ../../Xconfigurator.pm_.c:386 ../../Xconfigurator.pm_.c:400
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support with XFree %s,\n"
@@ -96,12 +106,12 @@ msgstr ""
" , I I \n"
"I '."
-#: ../../Xconfigurator.pm_.c:335 ../../Xconfigurator.pm_.c:349
+#: ../../Xconfigurator.pm_.c:388 ../../Xconfigurator.pm_.c:402
#, c-format
msgid "XFree %s with EXPERIMENTAL 3D hardware acceleration"
msgstr "XFree %s 3D-"
-#: ../../Xconfigurator.pm_.c:344
+#: ../../Xconfigurator.pm_.c:397
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support but only with XFree %s,\n"
@@ -114,31 +124,31 @@ msgstr ""
"I '. i i XFree %s, i\n"
" i 2D-."
-#: ../../Xconfigurator.pm_.c:364
+#: ../../Xconfigurator.pm_.c:417
msgid "Xpmac (installation display driver)"
msgstr ""
-#: ../../Xconfigurator.pm_.c:368
+#: ../../Xconfigurator.pm_.c:421
msgid "XFree configuration"
msgstr " XFree"
-#: ../../Xconfigurator.pm_.c:434
+#: ../../Xconfigurator.pm_.c:496
msgid "Select the memory size of your graphic card"
msgstr " ii"
-#: ../../Xconfigurator.pm_.c:492
+#: ../../Xconfigurator.pm_.c:550
msgid "Choose options for server"
msgstr " i "
-#: ../../Xconfigurator.pm_.c:516
+#: ../../Xconfigurator.pm_.c:574
msgid "Choose a monitor"
msgstr " i"
-#: ../../Xconfigurator.pm_.c:516
+#: ../../Xconfigurator.pm_.c:574
msgid "Monitor"
msgstr "i"
-#: ../../Xconfigurator.pm_.c:519
+#: ../../Xconfigurator.pm_.c:577
msgid ""
"The two critical parameters are the vertical refresh rate, which is the "
"rate\n"
@@ -161,39 +171,39 @@ msgstr ""
" i.\n"
"i , i."
-#: ../../Xconfigurator.pm_.c:526
+#: ../../Xconfigurator.pm_.c:584
msgid "Horizontal refresh rate"
msgstr " i"
-#: ../../Xconfigurator.pm_.c:527
+#: ../../Xconfigurator.pm_.c:585
msgid "Vertical refresh rate"
msgstr " i"
-#: ../../Xconfigurator.pm_.c:564
+#: ../../Xconfigurator.pm_.c:622
msgid "Monitor not configured"
msgstr "i "
-#: ../../Xconfigurator.pm_.c:567
+#: ../../Xconfigurator.pm_.c:625
msgid "Graphic card not configured yet"
msgstr "i i"
-#: ../../Xconfigurator.pm_.c:570
+#: ../../Xconfigurator.pm_.c:628
msgid "Resolutions not chosen yet"
msgstr " "
-#: ../../Xconfigurator.pm_.c:587
+#: ../../Xconfigurator.pm_.c:646
msgid "Do you want to test the configuration?"
msgstr "i i i?"
-#: ../../Xconfigurator.pm_.c:591
+#: ../../Xconfigurator.pm_.c:650
msgid "Warning: testing this graphic card may freeze your computer"
msgstr ": i i "
-#: ../../Xconfigurator.pm_.c:594
+#: ../../Xconfigurator.pm_.c:653
msgid "Test of the configuration"
msgstr " i"
-#: ../../Xconfigurator.pm_.c:632 ../../Xconfigurator.pm_.c:644
+#: ../../Xconfigurator.pm_.c:692 ../../Xconfigurator.pm_.c:704
msgid ""
"\n"
"try to change some parameters"
@@ -201,157 +211,177 @@ msgstr ""
"\n"
" i "
-#: ../../Xconfigurator.pm_.c:632 ../../Xconfigurator.pm_.c:644
+#: ../../Xconfigurator.pm_.c:692 ../../Xconfigurator.pm_.c:704
msgid "An error has occurred:"
msgstr ":"
-#: ../../Xconfigurator.pm_.c:668
+#: ../../Xconfigurator.pm_.c:731
#, c-format
msgid "Leaving in %d seconds"
msgstr " %d "
-#: ../../Xconfigurator.pm_.c:679
+#: ../../Xconfigurator.pm_.c:742
msgid "Is this the correct setting?"
msgstr " i?"
-#: ../../Xconfigurator.pm_.c:688
+#: ../../Xconfigurator.pm_.c:751
msgid "An error has occurred, try to change some parameters"
msgstr " , i "
-#: ../../Xconfigurator.pm_.c:759
+#: ../../Xconfigurator.pm_.c:822
msgid "Resolution"
msgstr " "
-#: ../../Xconfigurator.pm_.c:810
+#: ../../Xconfigurator.pm_.c:874
msgid "Choose the resolution and the color depth"
msgstr " i ii "
-#: ../../Xconfigurator.pm_.c:812
+#: ../../Xconfigurator.pm_.c:876
#, c-format
msgid "Graphic card: %s"
msgstr "i: %s"
-#: ../../Xconfigurator.pm_.c:813
+#: ../../Xconfigurator.pm_.c:877
#, c-format
msgid "XFree86 server: %s"
msgstr " XFree86: %s"
-#: ../../Xconfigurator.pm_.c:829 ../../printerdrake.pm_.c:1885
-#: ../../standalone/draknet_.c:298 ../../standalone/draknet_.c:301
+#: ../../Xconfigurator.pm_.c:891 ../../diskdrake/interactive.pm_.c:259
+#: ../../install_steps_interactive.pm_.c:208
+#, fuzzy
+msgid "More"
+msgstr ""
+
+#: ../../Xconfigurator.pm_.c:891 ../../install_gtk.pm_.c:84
+#: ../../install_steps_gtk.pm_.c:328 ../../interactive.pm_.c:127
+#: ../../interactive.pm_.c:142 ../../interactive.pm_.c:317
+#: ../../interactive.pm_.c:349 ../../interactive_http.pm_.c:104
+#: ../../interactive_newt.pm_.c:170 ../../interactive_stdio.pm_.c:141
+#: ../../interactive_stdio.pm_.c:142 ../../my_gtk.pm_.c:686
+#: ../../my_gtk.pm_.c:1019 ../../my_gtk.pm_.c:1041
+#: ../../standalone/drakbackup_.c:2298 ../../standalone/drakbackup_.c:2369
+#: ../../standalone/drakbackup_.c:2385
+msgid "Ok"
+msgstr ""
+
+#: ../../Xconfigurator.pm_.c:893 ../../network/netconnect.pm_.c:169
+#: ../../printerdrake.pm_.c:2470 ../../standalone/draknet_.c:275
+#: ../../standalone/draknet_.c:278
#, fuzzy
msgid "Expert Mode"
msgstr ""
-#: ../../Xconfigurator.pm_.c:830
+#: ../../Xconfigurator.pm_.c:894
msgid "Show all"
msgstr " "
-#: ../../Xconfigurator.pm_.c:875
+#: ../../Xconfigurator.pm_.c:939
msgid "Resolutions"
msgstr " "
-#: ../../Xconfigurator.pm_.c:1437
+#: ../../Xconfigurator.pm_.c:1509
#, c-format
msgid "Keyboard layout: %s\n"
msgstr " i: %s\n"
-#: ../../Xconfigurator.pm_.c:1438
+#: ../../Xconfigurator.pm_.c:1510
#, c-format
msgid "Mouse type: %s\n"
msgstr " : %s\n"
-#: ../../Xconfigurator.pm_.c:1439
+#: ../../Xconfigurator.pm_.c:1511
#, c-format
msgid "Mouse device: %s\n"
msgstr ": %s\n"
-#: ../../Xconfigurator.pm_.c:1440
+#: ../../Xconfigurator.pm_.c:1512
#, c-format
msgid "Monitor: %s\n"
msgstr "i: %s\n"
-#: ../../Xconfigurator.pm_.c:1441
+#: ../../Xconfigurator.pm_.c:1513
#, c-format
msgid "Monitor HorizSync: %s\n"
msgstr " .. i: %s\n"
-#: ../../Xconfigurator.pm_.c:1442
+#: ../../Xconfigurator.pm_.c:1514
#, c-format
msgid "Monitor VertRefresh: %s\n"
msgstr " .. i: %s\n"
-#: ../../Xconfigurator.pm_.c:1443
+#: ../../Xconfigurator.pm_.c:1515
#, c-format
msgid "Graphic card: %s\n"
msgstr "i: %s\n"
-#: ../../Xconfigurator.pm_.c:1444
+#: ../../Xconfigurator.pm_.c:1516
#, fuzzy, c-format
msgid "Graphic card identification: %s\n"
msgstr "i: %s\n"
-#: ../../Xconfigurator.pm_.c:1445
+#: ../../Xconfigurator.pm_.c:1517
#, c-format
msgid "Graphic memory: %s kB\n"
msgstr "i: %s \n"
-#: ../../Xconfigurator.pm_.c:1447
+#: ../../Xconfigurator.pm_.c:1519
#, c-format
msgid "Color depth: %s\n"
msgstr " ii : %s\n"
-#: ../../Xconfigurator.pm_.c:1448
+#: ../../Xconfigurator.pm_.c:1520
#, c-format
msgid "Resolution: %s\n"
msgstr " : %s\n"
-#: ../../Xconfigurator.pm_.c:1450
+#: ../../Xconfigurator.pm_.c:1522
#, c-format
msgid "XFree86 server: %s\n"
msgstr " XFree86: %s\n"
-#: ../../Xconfigurator.pm_.c:1451
+#: ../../Xconfigurator.pm_.c:1523
#, c-format
msgid "XFree86 driver: %s\n"
msgstr " XFree86: %s\n"
-#: ../../Xconfigurator.pm_.c:1469
+#: ../../Xconfigurator.pm_.c:1541
msgid "Preparing X-Window configuration"
msgstr " i X-Window"
-#: ../../Xconfigurator.pm_.c:1489
+#: ../../Xconfigurator.pm_.c:1561
msgid "What do you want to do?"
msgstr " i?"
-#: ../../Xconfigurator.pm_.c:1494
+#: ../../Xconfigurator.pm_.c:1566
msgid "Change Monitor"
msgstr "i i"
-#: ../../Xconfigurator.pm_.c:1495
+#: ../../Xconfigurator.pm_.c:1567
msgid "Change Graphic card"
msgstr "i i"
-#: ../../Xconfigurator.pm_.c:1497
+#: ../../Xconfigurator.pm_.c:1570
msgid "Change Server options"
msgstr "i i "
-#: ../../Xconfigurator.pm_.c:1498
+#: ../../Xconfigurator.pm_.c:1571
msgid "Change Resolution"
msgstr "i "
-#: ../../Xconfigurator.pm_.c:1499
+#: ../../Xconfigurator.pm_.c:1572
msgid "Show information"
msgstr "I"
-#: ../../Xconfigurator.pm_.c:1500
+#: ../../Xconfigurator.pm_.c:1573
msgid "Test again"
msgstr " "
-#: ../../Xconfigurator.pm_.c:1501 ../../bootlook.pm_.c:156
+#: ../../Xconfigurator.pm_.c:1574 ../../printerdrake.pm_.c:2473
+#: ../../standalone/logdrake_.c:225
msgid "Quit"
msgstr ""
-#: ../../Xconfigurator.pm_.c:1509
+#: ../../Xconfigurator.pm_.c:1582
#, c-format
msgid ""
"Keep the changes?\n"
@@ -364,20 +394,11 @@ msgstr ""
"\n"
"%s"
-#: ../../Xconfigurator.pm_.c:1532
-#, c-format
-msgid "Please relog into %s to activate the changes"
-msgstr "i , i %s i "
-
-#: ../../Xconfigurator.pm_.c:1552
-msgid "Please log out and then use Ctrl-Alt-BackSpace"
-msgstr "i , i, Ctrl-Alt-BackSpace"
-
-#: ../../Xconfigurator.pm_.c:1555
+#: ../../Xconfigurator.pm_.c:1603
msgid "X at startup"
msgstr " X i"
-#: ../../Xconfigurator.pm_.c:1556
+#: ../../Xconfigurator.pm_.c:1604
msgid ""
"I can set up your computer to automatically start X upon booting.\n"
"Would you like X to start when you reboot?"
@@ -385,6 +406,15 @@ msgstr ""
" i i X i.\n"
", X ?"
+#: ../../Xconfigurator.pm_.c:1610
+#, c-format
+msgid "Please relog into %s to activate the changes"
+msgstr "i , i %s i "
+
+#: ../../Xconfigurator.pm_.c:1625
+msgid "Please log out and then use Ctrl-Alt-BackSpace"
+msgstr "i , i, Ctrl-Alt-BackSpace"
+
#: ../../Xconfigurator_consts.pm_.c:6
msgid "256 colors (8 bits)"
msgstr "256 (8 i)"
@@ -405,253 +435,263 @@ msgstr "16 i (24 i)"
msgid "4 billion colors (32 bits)"
msgstr "4 ii (24 i)"
-#: ../../Xconfigurator_consts.pm_.c:106
+#: ../../Xconfigurator_consts.pm_.c:113
msgid "256 kB"
msgstr "256 "
-#: ../../Xconfigurator_consts.pm_.c:107
+#: ../../Xconfigurator_consts.pm_.c:114
msgid "512 kB"
msgstr "512 "
-#: ../../Xconfigurator_consts.pm_.c:108
+#: ../../Xconfigurator_consts.pm_.c:115
msgid "1 MB"
msgstr "1 "
-#: ../../Xconfigurator_consts.pm_.c:109
+#: ../../Xconfigurator_consts.pm_.c:116
msgid "2 MB"
msgstr "2 "
-#: ../../Xconfigurator_consts.pm_.c:110
+#: ../../Xconfigurator_consts.pm_.c:117
msgid "4 MB"
msgstr "4 "
-#: ../../Xconfigurator_consts.pm_.c:111
+#: ../../Xconfigurator_consts.pm_.c:118
msgid "8 MB"
msgstr "8 "
-#: ../../Xconfigurator_consts.pm_.c:112
+#: ../../Xconfigurator_consts.pm_.c:119
#, fuzzy
msgid "16 MB"
msgstr "1 "
-#: ../../Xconfigurator_consts.pm_.c:113
+#: ../../Xconfigurator_consts.pm_.c:120
#, fuzzy
msgid "32 MB"
msgstr "2 "
-#: ../../Xconfigurator_consts.pm_.c:114
+#: ../../Xconfigurator_consts.pm_.c:121
#, fuzzy
msgid "64 MB or more"
msgstr "16 i "
-#: ../../Xconfigurator_consts.pm_.c:122
+#: ../../Xconfigurator_consts.pm_.c:129
msgid "Standard VGA, 640x480 at 60 Hz"
msgstr " VGA, 640x480 60 Hz"
-#: ../../Xconfigurator_consts.pm_.c:123
+#: ../../Xconfigurator_consts.pm_.c:130
msgid "Super VGA, 800x600 at 56 Hz"
msgstr "Super VGA, 800x600 56 Hz"
-#: ../../Xconfigurator_consts.pm_.c:124
+#: ../../Xconfigurator_consts.pm_.c:131
msgid "8514 Compatible, 1024x768 at 87 Hz interlaced (no 800x600)"
msgstr " 8514, 1024x768 87 Hz ( 800x600)"
-#: ../../Xconfigurator_consts.pm_.c:125
+#: ../../Xconfigurator_consts.pm_.c:132
msgid "Super VGA, 1024x768 at 87 Hz interlaced, 800x600 at 56 Hz"
msgstr "Super VGA, 1024x768 i 87 Hz , 800x600 56 Hz"
-#: ../../Xconfigurator_consts.pm_.c:126
+#: ../../Xconfigurator_consts.pm_.c:133
msgid "Extended Super VGA, 800x600 at 60 Hz, 640x480 at 72 Hz"
msgstr "Extended Super VGA, 800x600 60 Hz, 640x480 72 Hz"
-#: ../../Xconfigurator_consts.pm_.c:127
+#: ../../Xconfigurator_consts.pm_.c:134
msgid "Non-Interlaced SVGA, 1024x768 at 60 Hz, 800x600 at 72 Hz"
msgstr " SVGA, 1024x768 60 Hz, 800x600 72 Hz"
-#: ../../Xconfigurator_consts.pm_.c:128
+#: ../../Xconfigurator_consts.pm_.c:135
msgid "High Frequency SVGA, 1024x768 at 70 Hz"
msgstr " SVGA, 1024x768 70 Hz"
-#: ../../Xconfigurator_consts.pm_.c:129
+#: ../../Xconfigurator_consts.pm_.c:136
msgid "Multi-frequency that can do 1280x1024 at 60 Hz"
msgstr ", i i 1280x1024 60 Hz"
-#: ../../Xconfigurator_consts.pm_.c:130
+#: ../../Xconfigurator_consts.pm_.c:137
msgid "Multi-frequency that can do 1280x1024 at 74 Hz"
msgstr ", i i 1280x1024 74 Hz"
-#: ../../Xconfigurator_consts.pm_.c:131
+#: ../../Xconfigurator_consts.pm_.c:138
msgid "Multi-frequency that can do 1280x1024 at 76 Hz"
msgstr ", i i 1280x1024 76 Hz"
-#: ../../Xconfigurator_consts.pm_.c:132
+#: ../../Xconfigurator_consts.pm_.c:139
msgid "Monitor that can do 1600x1200 at 70 Hz"
msgstr "i, i i 1600x1200 70 Hz"
-#: ../../Xconfigurator_consts.pm_.c:133
+#: ../../Xconfigurator_consts.pm_.c:140
msgid "Monitor that can do 1600x1200 at 76 Hz"
msgstr "i, i i 1600x1200 76 Hz"
-#: ../../any.pm_.c:96 ../../any.pm_.c:121
+#: ../../any.pm_.c:116 ../../any.pm_.c:141
msgid "First sector of boot partition"
msgstr " "
-#: ../../any.pm_.c:96 ../../any.pm_.c:121 ../../any.pm_.c:194
+#: ../../any.pm_.c:116 ../../any.pm_.c:141 ../../any.pm_.c:218
msgid "First sector of drive (MBR)"
msgstr " (MBR)"
-#: ../../any.pm_.c:100
+#: ../../any.pm_.c:120
msgid "SILO Installation"
msgstr " SILO"
-#: ../../any.pm_.c:101 ../../any.pm_.c:114
+#: ../../any.pm_.c:121 ../../any.pm_.c:134
msgid "Where do you want to install the bootloader?"
msgstr " ?"
-#: ../../any.pm_.c:113
+#: ../../any.pm_.c:133
msgid "LILO/grub Installation"
msgstr " LILO/GRUB"
-#: ../../any.pm_.c:125 ../../any.pm_.c:139
+#: ../../any.pm_.c:145 ../../any.pm_.c:159
msgid "SILO"
msgstr "SILO"
-#: ../../any.pm_.c:127
+#: ../../any.pm_.c:147
msgid "LILO with text menu"
msgstr ""
-#: ../../any.pm_.c:128 ../../any.pm_.c:139
+#: ../../any.pm_.c:148 ../../any.pm_.c:159
msgid "LILO with graphical menu"
msgstr ""
-#: ../../any.pm_.c:131
+#: ../../any.pm_.c:151
msgid "Grub"
msgstr "Grub"
-#: ../../any.pm_.c:135
+#: ../../any.pm_.c:155
msgid "Boot from DOS/Windows (loadlin)"
msgstr ""
-#: ../../any.pm_.c:137 ../../any.pm_.c:139
+#: ../../any.pm_.c:157 ../../any.pm_.c:159
msgid "Yaboot"
msgstr "Yaboot"
-#: ../../any.pm_.c:145 ../../any.pm_.c:177
+#: ../../any.pm_.c:166 ../../any.pm_.c:198
msgid "Bootloader main options"
msgstr " i "
-#: ../../any.pm_.c:146 ../../any.pm_.c:178
+#: ../../any.pm_.c:167 ../../any.pm_.c:199
#, fuzzy
msgid "Bootloader to use"
msgstr " i "
-#: ../../any.pm_.c:148
+#: ../../any.pm_.c:169
msgid "Bootloader installation"
msgstr " "
-#: ../../any.pm_.c:150 ../../any.pm_.c:180
+#: ../../any.pm_.c:171 ../../any.pm_.c:201
msgid "Boot device"
msgstr " "
-#: ../../any.pm_.c:151
+#: ../../any.pm_.c:172
msgid "LBA (doesn't work on old BIOSes)"
msgstr "LBA ( i BIOS)"
-#: ../../any.pm_.c:152
+#: ../../any.pm_.c:173
msgid "Compact"
msgstr ""
-#: ../../any.pm_.c:152
+#: ../../any.pm_.c:173
msgid "compact"
msgstr ""
-#: ../../any.pm_.c:153 ../../any.pm_.c:250
+#: ../../any.pm_.c:174 ../../any.pm_.c:298
msgid "Video mode"
msgstr "i-"
-#: ../../any.pm_.c:155
+#: ../../any.pm_.c:176
msgid "Delay before booting default image"
msgstr " "
-#: ../../any.pm_.c:157 ../../any.pm_.c:730
-#: ../../install_steps_interactive.pm_.c:938 ../../network/modem.pm_.c:46
-#: ../../printerdrake.pm_.c:402 ../../printerdrake.pm_.c:481
-#: ../../standalone/draknet_.c:603
+#: ../../any.pm_.c:178 ../../any.pm_.c:796
+#: ../../install_steps_interactive.pm_.c:1115 ../../network/modem.pm_.c:48
+#: ../../printerdrake.pm_.c:708 ../../printerdrake.pm_.c:806
+#: ../../standalone/draknet_.c:625
msgid "Password"
msgstr ""
-#: ../../any.pm_.c:158 ../../any.pm_.c:731
-#: ../../install_steps_interactive.pm_.c:939
+#: ../../any.pm_.c:179 ../../any.pm_.c:797
+#: ../../install_steps_interactive.pm_.c:1116
msgid "Password (again)"
msgstr " "
-#: ../../any.pm_.c:159
+#: ../../any.pm_.c:180
msgid "Restrict command line options"
msgstr " "
-#: ../../any.pm_.c:159
+#: ../../any.pm_.c:180
msgid "restrict"
msgstr ""
-#: ../../any.pm_.c:161
+#: ../../any.pm_.c:182
msgid "Clean /tmp at each boot"
msgstr " /tmp "
-#: ../../any.pm_.c:162
+#: ../../any.pm_.c:183
#, c-format
msgid "Precise RAM size if needed (found %d MB)"
msgstr " RAM ( %d M)"
-#: ../../any.pm_.c:164
+#: ../../any.pm_.c:185
msgid "Enable multi profiles"
msgstr " i"
-#: ../../any.pm_.c:168
+#: ../../any.pm_.c:189
msgid "Give the ram size in MB"
msgstr " RAM M"
-#: ../../any.pm_.c:170
+#: ../../any.pm_.c:191
msgid ""
"Option ``Restrict command line options'' is of no use without a password"
msgstr ""
" `` '' "
-#: ../../any.pm_.c:171 ../../any.pm_.c:707
-#: ../../install_steps_interactive.pm_.c:933
+#: ../../any.pm_.c:192 ../../any.pm_.c:773
+#: ../../diskdrake/interactive.pm_.c:1135
+#: ../../install_steps_interactive.pm_.c:1110
msgid "Please try again"
msgstr " "
-#: ../../any.pm_.c:171 ../../any.pm_.c:707
-#: ../../install_steps_interactive.pm_.c:933
+#: ../../any.pm_.c:192 ../../any.pm_.c:773
+#: ../../install_steps_interactive.pm_.c:1110
msgid "The passwords do not match"
msgstr "i "
-#: ../../any.pm_.c:179
+#: ../../any.pm_.c:200
msgid "Init Message"
msgstr ""
-#: ../../any.pm_.c:181
+#: ../../any.pm_.c:202
msgid "Open Firmware Delay"
msgstr ""
-#: ../../any.pm_.c:182
+#: ../../any.pm_.c:203
msgid "Kernel Boot Timeout"
msgstr ""
-#: ../../any.pm_.c:183
+#: ../../any.pm_.c:204
msgid "Enable CD Boot?"
msgstr ""
-#: ../../any.pm_.c:184
+#: ../../any.pm_.c:205
msgid "Enable OF Boot?"
msgstr ""
-#: ../../any.pm_.c:185
+#: ../../any.pm_.c:206
#, fuzzy
msgid "Default OS?"
msgstr " "
-#: ../../any.pm_.c:207
+#: ../../any.pm_.c:240
+msgid ""
+"You decided to install the bootloader on a partition.\n"
+"This implies you already have a bootloader on the hard drive you boot (eg: "
+"System Commander).\n"
+"\n"
+"On which drive are you booting?"
+msgstr ""
+
+#: ../../any.pm_.c:255
msgid ""
"Here are the different entries.\n"
"You can add some more or change the existing ones."
@@ -659,146 +699,156 @@ msgstr ""
" .\n"
" , i i."
-#: ../../any.pm_.c:217
+#: ../../any.pm_.c:265 ../../standalone/drakbackup_.c:752
+#: ../../standalone/drakbackup_.c:861 ../../standalone/drakfont_.c:789
+#: ../../standalone/drakfont_.c:826
msgid "Add"
msgstr ""
-#: ../../any.pm_.c:217 ../../any.pm_.c:718 ../../diskdrake.pm_.c:161
-#: ../../interactive_http.pm_.c:153 ../../printerdrake.pm_.c:1846
-#: ../../printerdrake.pm_.c:1847 ../../printerdrake.pm_.c:1904
-#: ../../printerdrake.pm_.c:1948
+#: ../../any.pm_.c:265 ../../any.pm_.c:784 ../../diskdrake/hd_gtk.pm_.c:153
+#: ../../diskdrake/removable.pm_.c:27 ../../diskdrake/smbnfs_gtk.pm_.c:86
+#: ../../interactive_http.pm_.c:153
msgid "Done"
msgstr ""
-#: ../../any.pm_.c:217
+#: ../../any.pm_.c:265
#, fuzzy
msgid "Modify"
msgstr "i RAID"
-#: ../../any.pm_.c:225
+#: ../../any.pm_.c:273
msgid "Which type of entry do you want to add?"
msgstr "i ?"
-#: ../../any.pm_.c:226
+#: ../../any.pm_.c:274 ../../standalone/drakbackup_.c:895
msgid "Linux"
msgstr "Linux"
-#: ../../any.pm_.c:226
+#: ../../any.pm_.c:274
msgid "Other OS (SunOS...)"
msgstr "I (SunOS,...)"
-#: ../../any.pm_.c:227
+#: ../../any.pm_.c:275
msgid "Other OS (MacOS...)"
msgstr "I (MacOS,...)"
-#: ../../any.pm_.c:227
+#: ../../any.pm_.c:275
msgid "Other OS (windows...)"
msgstr "I (windows...)"
-#: ../../any.pm_.c:246
+#: ../../any.pm_.c:294
msgid "Image"
msgstr ""
-#: ../../any.pm_.c:247 ../../any.pm_.c:258
+#: ../../any.pm_.c:295 ../../any.pm_.c:306
msgid "Root"
msgstr "Root"
-#: ../../any.pm_.c:248 ../../any.pm_.c:277
+#: ../../any.pm_.c:296 ../../any.pm_.c:325
msgid "Append"
msgstr ""
-#: ../../any.pm_.c:252
+#: ../../any.pm_.c:300
msgid "Initrd"
msgstr "Initrd"
-#: ../../any.pm_.c:253
+#: ../../any.pm_.c:301
msgid "Read-write"
msgstr "-i"
-#: ../../any.pm_.c:260
+#: ../../any.pm_.c:308
msgid "Table"
msgstr "i"
-#: ../../any.pm_.c:261
+#: ../../any.pm_.c:309
msgid "Unsafe"
msgstr ""
-#: ../../any.pm_.c:268 ../../any.pm_.c:273 ../../any.pm_.c:276
+#: ../../any.pm_.c:316 ../../any.pm_.c:321 ../../any.pm_.c:324
msgid "Label"
msgstr ""
-#: ../../any.pm_.c:270 ../../any.pm_.c:281
+#: ../../any.pm_.c:318 ../../any.pm_.c:329
msgid "Default"
msgstr " "
-#: ../../any.pm_.c:278
+#: ../../any.pm_.c:326
#, fuzzy
msgid "Initrd-size"
msgstr "Initrd"
-#: ../../any.pm_.c:280
+#: ../../any.pm_.c:328
msgid "NoVideo"
msgstr ""
-#: ../../any.pm_.c:288
+#: ../../any.pm_.c:336
msgid "Remove entry"
msgstr "i i"
-#: ../../any.pm_.c:291
+#: ../../any.pm_.c:339
msgid "Empty label not allowed"
msgstr " "
-#: ../../any.pm_.c:292
+#: ../../any.pm_.c:340
+msgid "You must specify a kernel image"
+msgstr ""
+
+#: ../../any.pm_.c:340
+#, fuzzy
+msgid "You must specify a root partition"
+msgstr " i swap"
+
+#: ../../any.pm_.c:341
msgid "This label is already used"
msgstr " "
-#: ../../any.pm_.c:597
+#: ../../any.pm_.c:656
#, c-format
msgid "Found %s %s interfaces"
msgstr " %s %s i"
-#: ../../any.pm_.c:598
+#: ../../any.pm_.c:657
msgid "Do you have another one?"
msgstr "i i?"
-#: ../../any.pm_.c:599
+#: ../../any.pm_.c:658
#, c-format
msgid "Do you have any %s interfaces?"
msgstr "i %s i?"
-#: ../../any.pm_.c:601 ../../any.pm_.c:760 ../../interactive.pm_.c:112
-#: ../../my_gtk.pm_.c:715
+#: ../../any.pm_.c:660 ../../any.pm_.c:832 ../../interactive.pm_.c:132
+#: ../../my_gtk.pm_.c:1018
msgid "No"
msgstr ""
-#: ../../any.pm_.c:601 ../../any.pm_.c:759 ../../interactive.pm_.c:112
-#: ../../my_gtk.pm_.c:715
+#: ../../any.pm_.c:660 ../../any.pm_.c:831 ../../interactive.pm_.c:132
+#: ../../my_gtk.pm_.c:1018
msgid "Yes"
msgstr ""
-#: ../../any.pm_.c:602
+#: ../../any.pm_.c:661
msgid "See hardware info"
msgstr ". i "
#. -PO: the first %s is the card type (scsi, network, sound,...)
#. -PO: the second is the vendor+model name
-#: ../../any.pm_.c:637
+#: ../../any.pm_.c:695
#, c-format
msgid "Installing driver for %s card %s"
msgstr " %s %s"
-#: ../../any.pm_.c:638
+#: ../../any.pm_.c:696
#, c-format
msgid "(module %s)"
msgstr "( %s)"
#. -PO: the %s is the driver type (scsi, network, sound,...)
-#: ../../any.pm_.c:649
+#: ../../any.pm_.c:707
#, c-format
msgid "Which %s driver should I try?"
msgstr "i %s ?"
-#: ../../any.pm_.c:657
+#: ../../any.pm_.c:715
#, c-format
msgid ""
"In some cases, the %s driver needs to have extra information to work\n"
@@ -815,20 +865,22 @@ msgstr ""
" ii? , i \n"
" ', i ."
-#: ../../any.pm_.c:662
+#: ../../any.pm_.c:720
msgid "Autoprobe"
msgstr ""
-#: ../../any.pm_.c:662
+#: ../../any.pm_.c:720
msgid "Specify options"
msgstr " "
-#: ../../any.pm_.c:666
+#: ../../any.pm_.c:725
#, c-format
-msgid "You may now provide its options to module %s."
-msgstr " i %s."
+msgid ""
+"You may now provide its options to module %s.\n"
+"Note that any address should be entered with the prefix 0x like '0x123'"
+msgstr ""
-#: ../../any.pm_.c:672
+#: ../../any.pm_.c:731
#, c-format
msgid ""
"You may now provide its options to module %s.\n"
@@ -839,11 +891,11 @@ msgstr ""
"i - ``i= i2=2 ...''.\n"
", ``io=0x300 irq=7''"
-#: ../../any.pm_.c:675
+#: ../../any.pm_.c:734
msgid "Module options:"
msgstr "i :"
-#: ../../any.pm_.c:686
+#: ../../any.pm_.c:745
#, c-format
msgid ""
"Loading module %s failed.\n"
@@ -852,35 +904,51 @@ msgstr ""
" %s .\n"
" ii i?"
-#: ../../any.pm_.c:704
+#: ../../any.pm_.c:761
+msgid "access to X programs"
+msgstr ""
+
+#: ../../any.pm_.c:762
+msgid "access to rpm tools"
+msgstr ""
+
+#: ../../any.pm_.c:763
+msgid "allow \"su\""
+msgstr ""
+
+#: ../../any.pm_.c:764
+msgid "access to administrative files"
+msgstr ""
+
+#: ../../any.pm_.c:769
#, c-format
msgid "(already added %s)"
msgstr "( %s)"
-#: ../../any.pm_.c:708
+#: ../../any.pm_.c:774
msgid "This password is too simple"
msgstr " "
-#: ../../any.pm_.c:709
+#: ../../any.pm_.c:775
msgid "Please give a user name"
msgstr "i , i i i"
-#: ../../any.pm_.c:710
+#: ../../any.pm_.c:776
msgid ""
"The user name must contain only lower cased letters, numbers, `-' and `_'"
msgstr ""
"I i i i i ii i, \n"
"i, `-' i `_'"
-#: ../../any.pm_.c:711
+#: ../../any.pm_.c:777
msgid "This user name is already added"
msgstr " i i "
-#: ../../any.pm_.c:715
+#: ../../any.pm_.c:781
msgid "Add user"
msgstr " i"
-#: ../../any.pm_.c:716
+#: ../../any.pm_.c:782
#, c-format
msgid ""
"Enter a user\n"
@@ -889,32 +957,32 @@ msgstr ""
"i i i\n"
"%s"
-#: ../../any.pm_.c:717
+#: ../../any.pm_.c:783
msgid "Accept user"
msgstr " i"
-#: ../../any.pm_.c:728
+#: ../../any.pm_.c:794
msgid "Real name"
msgstr " i"
-#: ../../any.pm_.c:729 ../../printerdrake.pm_.c:401
-#: ../../printerdrake.pm_.c:480
+#: ../../any.pm_.c:795 ../../printerdrake.pm_.c:707
+#: ../../printerdrake.pm_.c:805
msgid "User name"
msgstr "I i:"
-#: ../../any.pm_.c:732
+#: ../../any.pm_.c:798
msgid "Shell"
msgstr ":"
-#: ../../any.pm_.c:734
+#: ../../any.pm_.c:800
msgid "Icon"
msgstr "i"
-#: ../../any.pm_.c:756
+#: ../../any.pm_.c:828
msgid "Autologin"
msgstr " i"
-#: ../../any.pm_.c:757
+#: ../../any.pm_.c:829
#, fuzzy
msgid ""
"I can set up your computer to automatically log on one user.\n"
@@ -923,28 +991,199 @@ msgstr ""
" i i i \n"
" i. i , ii \"\"."
-#: ../../any.pm_.c:761
+#: ../../any.pm_.c:833
msgid "Choose the default user:"
msgstr " i:"
-#: ../../any.pm_.c:762
+#: ../../any.pm_.c:834
msgid "Choose the window manager to run:"
msgstr " :"
-#: ../../any.pm_.c:771
-msgid "Please, choose a language to use."
+#: ../../any.pm_.c:849
+#, fuzzy
+msgid "Please choose a language to use."
msgstr "i , ."
-#: ../../any.pm_.c:773
+#: ../../any.pm_.c:851
msgid "You can choose other languages that will be available after install"
msgstr " , i "
-#: ../../any.pm_.c:785 ../../install_steps_interactive.pm_.c:633
+#: ../../any.pm_.c:863 ../../install_steps_interactive.pm_.c:719
+#: ../../standalone/drakxtv_.c:54
msgid "All"
msgstr ""
+#: ../../any.pm_.c:955
+#, fuzzy
+msgid "Allow all users"
+msgstr " i"
+
+#: ../../any.pm_.c:955 ../../install_steps_interactive.pm_.c:521
+msgid "Custom"
+msgstr " "
+
+#: ../../any.pm_.c:955
+#, fuzzy
+msgid "No sharing"
+msgstr ""
+
+#: ../../any.pm_.c:965 ../../network/smbnfs.pm_.c:45
+#, fuzzy, c-format
+msgid "The package %s needs to be installed. Do you want to install it?"
+msgstr " "
+
+#: ../../any.pm_.c:968
+msgid "You can export using NFS or Samba. Which one do you want"
+msgstr ""
+
+#: ../../any.pm_.c:976 ../../network/smbnfs.pm_.c:49
+#, c-format
+msgid "Mandatory package %s is missing"
+msgstr ""
+
+#: ../../any.pm_.c:982
+msgid ""
+"Do you want to allow users to export some directories in their home?\n"
+"Allowing this will permit users to simply click on \"Share\" in konqueror "
+"and nautilus.\n"
+"\n"
+"\"Custom\" permit a per-user granularity.\n"
+msgstr ""
+
+#: ../../any.pm_.c:996 ../../bootlook.pm_.c:161
+#: ../../diskdrake/smbnfs_gtk.pm_.c:85 ../../install_steps_gtk.pm_.c:464
+#: ../../install_steps_gtk.pm_.c:522 ../../install_steps_interactive.pm_.c:594
+#: ../../interactive.pm_.c:142 ../../interactive.pm_.c:317
+#: ../../interactive.pm_.c:349 ../../interactive_stdio.pm_.c:141
+#: ../../my_gtk.pm_.c:687 ../../my_gtk.pm_.c:690 ../../my_gtk.pm_.c:1019
+#: ../../network/netconnect.pm_.c:47 ../../printerdrake.pm_.c:1586
+#: ../../standalone/drakautoinst_.c:204 ../../standalone/drakbackup_.c:2264
+#: ../../standalone/drakbackup_.c:2289 ../../standalone/drakbackup_.c:2310
+#: ../../standalone/drakbackup_.c:2331 ../../standalone/drakbackup_.c:2349
+#: ../../standalone/drakbackup_.c:2397 ../../standalone/drakbackup_.c:2417
+#: ../../standalone/drakbackup_.c:2436 ../../standalone/drakfont_.c:767
+#: ../../standalone/drakgw_.c:721 ../../standalone/draknet_.c:116
+#: ../../standalone/draknet_.c:148 ../../standalone/draknet_.c:290
+#: ../../standalone/draknet_.c:538 ../../standalone/draknet_.c:680
+#: ../../standalone/logdrake_.c:225 ../../standalone/logdrake_.c:512
+#: ../../standalone/tinyfirewall_.c:65
+msgid "Cancel"
+msgstr ""
+
+#: ../../any.pm_.c:996
+msgid "Launch userdrake"
+msgstr ""
+
+#: ../../any.pm_.c:998
+msgid ""
+"The per-user sharing uses the group \"fileshare\". \n"
+"You can use userdrake to add a user in this group."
+msgstr ""
+
+#: ../../any.pm_.c:1035
+msgid "Welcome To Crackers"
+msgstr " Crackers"
+
+#: ../../any.pm_.c:1036
+msgid "Poor"
+msgstr " "
+
+#: ../../any.pm_.c:1037 ../../mouse.pm_.c:31
+msgid "Standard"
+msgstr ""
+
+#: ../../any.pm_.c:1038
+msgid "High"
+msgstr "i"
+
+#: ../../any.pm_.c:1039
+#, fuzzy
+msgid "Higher"
+msgstr "i"
+
+#: ../../any.pm_.c:1040
+msgid "Paranoid"
+msgstr "i"
+
+#: ../../any.pm_.c:1043
+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 ""
+" . i \n"
+" i, i : i "
+"\n"
+" , i i i Internet. "
+"."
+
+#: ../../any.pm_.c:1046
+msgid ""
+"Password are now enabled, but use as a networked computer is still not "
+"recommended."
+msgstr ""
+" , ' i \n"
+" ."
+
+#: ../../any.pm_.c:1047
+#, fuzzy
+msgid ""
+"This is the standard security recommended for a computer that will be used "
+"to connect to the Internet as a client."
+msgstr ""
+" i, i ',\n"
+"i Internet i i. i\n"
+"i."
+
+#: ../../any.pm_.c:1048
+msgid ""
+"There are already some restrictions, and more automatic checks are run every "
+"night."
+msgstr ""
+
+#: ../../any.pm_.c:1049
+#, fuzzy
+msgid ""
+"With this security level, the use of this system as a server becomes "
+"possible.\n"
+"The security is now high enough to use the system as a server which accept\n"
+"connections from many clients. Note: if your machine is only a client on the "
+"Internet, you should better choose a lower level."
+msgstr ""
+" i i i\n"
+". i i \n"
+", i i iii ii."
+
+#: ../../any.pm_.c:1052
+#, fuzzy
+msgid ""
+"Based on the previous level, but the system is entirely closed.\n"
+"Security features are at their maximum."
+msgstr ""
+" ii 4 , i .\n"
+" i i."
+
+#: ../../any.pm_.c:1058
+msgid "Choose security level"
+msgstr " i"
+
+#: ../../any.pm_.c:1061
+#, fuzzy
+msgid "Security level"
+msgstr "i i"
+
+#: ../../any.pm_.c:1063
+#, fuzzy
+msgid "Use libsafe for servers"
+msgstr " i "
+
+#: ../../any.pm_.c:1064
+msgid ""
+"A library which defends against buffer overflow and format string attacks."
+msgstr ""
+
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#: ../../bootloader.pm_.c:259
+#: ../../bootloader.pm_.c:355
#, c-format
msgid ""
"Welcome to %s the operating system chooser!\n"
@@ -956,52 +1195,52 @@ msgstr ""
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:835
+#: ../../bootloader.pm_.c:928
msgid "Welcome to GRUB the operating system chooser!"
msgstr "Welcome to GRUB the operating system chooser!"
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:838
+#: ../../bootloader.pm_.c:931
#, c-format
msgid "Use the %c and %c keys for selecting which entry is highlighted."
msgstr "Use the %c and %c keys for selecting which entry is highlighted."
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:841
+#: ../../bootloader.pm_.c:934
msgid "Press enter to boot the selected OS, 'e' to edit the"
msgstr "Press enter to boot the selected OS, 'e' to edit the"
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:844
+#: ../../bootloader.pm_.c:937
msgid "commands before booting, or 'c' for a command-line."
msgstr "commands before booting, or 'c' for a command-line."
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:847
+#: ../../bootloader.pm_.c:940
#, c-format
msgid "The highlighted entry will be booted automatically in %d seconds."
msgstr "The highlighted entry will be booted automatically in %d seconds."
-#: ../../bootloader.pm_.c:851
+#: ../../bootloader.pm_.c:944
msgid "not enough room in /boot"
msgstr " /boot"
#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
#. -PO: so you may need to put them in English or in a different language if MS-windows doesn't exist in your language
-#: ../../bootloader.pm_.c:951
+#: ../../bootloader.pm_.c:1044
msgid "Desktop"
msgstr " "
#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#: ../../bootloader.pm_.c:953
+#: ../../bootloader.pm_.c:1046
msgid "Start Menu"
msgstr " "
-#: ../../bootloader.pm_.c:972
+#: ../../bootloader.pm_.c:1065
#, fuzzy, c-format
msgid "You can't install the bootloader on a %s partition\n"
msgstr " ?"
@@ -1015,16 +1254,16 @@ msgstr ""
msgid "Boot Style Configuration"
msgstr " "
-#: ../../bootlook.pm_.c:79
+#: ../../bootlook.pm_.c:79 ../../standalone/logdrake_.c:101
#, fuzzy
msgid "/_File"
msgstr ":\n"
-#: ../../bootlook.pm_.c:80
+#: ../../bootlook.pm_.c:80 ../../standalone/logdrake_.c:107
msgid "/File/_Quit"
msgstr ""
-#: ../../bootlook.pm_.c:80
+#: ../../bootlook.pm_.c:80 ../../standalone/logdrake_.c:107
msgid "<control>Q"
msgstr ""
@@ -1050,114 +1289,166 @@ msgstr ""
msgid "Launch Aurora at boot time"
msgstr ""
-#: ../../bootlook.pm_.c:100
+#: ../../bootlook.pm_.c:98
#, fuzzy
msgid "Lilo/grub mode"
msgstr " "
-#: ../../bootlook.pm_.c:102
+#: ../../bootlook.pm_.c:98
+#, fuzzy
+msgid "Yaboot mode"
+msgstr " "
+
+#: ../../bootlook.pm_.c:104
#, fuzzy, c-format
msgid ""
"You are currently using %s as Boot Manager.\n"
"Click on Configure to launch the setup wizard."
msgstr " I-"
-#: ../../bootlook.pm_.c:104 ../../standalone/drakgw_.c:643
-#: ../../standalone/draknet_.c:280 ../../standalone/tinyfirewall_.c:57
+#: ../../bootlook.pm_.c:106 ../../standalone/drakbackup_.c:1467
+#: ../../standalone/drakbackup_.c:1478 ../../standalone/drakgw_.c:715
+#: ../../standalone/tinyfirewall_.c:59
#, fuzzy
msgid "Configure"
msgstr " X Window"
-#: ../../bootlook.pm_.c:108
-#, fuzzy
-msgid "Boot mode"
-msgstr " "
-
-#: ../../bootlook.pm_.c:136
+#: ../../bootlook.pm_.c:141
msgid "System mode"
msgstr ""
-#: ../../bootlook.pm_.c:138
+#: ../../bootlook.pm_.c:143
msgid "Launch the X-Window system at start"
msgstr ""
-#: ../../bootlook.pm_.c:143
+#: ../../bootlook.pm_.c:148
msgid "No, I don't want autologin"
msgstr ""
-#: ../../bootlook.pm_.c:145
+#: ../../bootlook.pm_.c:150
msgid "Yes, I want autologin with this (user, desktop)"
msgstr ""
-#: ../../bootlook.pm_.c:155 ../../standalone/draknet_.c:108
-#: ../../standalone/draknet_.c:140 ../../standalone/draknet_.c:208
-#: ../../standalone/draknet_.c:320 ../../standalone/draknet_.c:433
-#: ../../standalone/draknet_.c:507 ../../standalone/draknet_.c:543
-#: ../../standalone/draknet_.c:644
+#: ../../bootlook.pm_.c:160 ../../network/netconnect.pm_.c:102
+#: ../../standalone/drakbackup_.c:2441 ../../standalone/drakbackup_.c:3345
+#: ../../standalone/drakfont_.c:532 ../../standalone/drakfont_.c:655
+#: ../../standalone/drakfont_.c:719 ../../standalone/drakfont_.c:765
+#: ../../standalone/draknet_.c:109 ../../standalone/draknet_.c:141
+#: ../../standalone/draknet_.c:297 ../../standalone/draknet_.c:436
+#: ../../standalone/draknet_.c:522 ../../standalone/draknet_.c:565
+#: ../../standalone/draknet_.c:666 ../../standalone/logdrake_.c:505
msgid "OK"
msgstr ""
-#: ../../bootlook.pm_.c:156 ../../install_steps_gtk.pm_.c:516
-#: ../../interactive.pm_.c:122 ../../interactive.pm_.c:286
-#: ../../interactive.pm_.c:308 ../../interactive_stdio.pm_.c:27
-#: ../../my_gtk.pm_.c:416 ../../my_gtk.pm_.c:419 ../../my_gtk.pm_.c:716
-#: ../../printerdrake.pm_.c:1158 ../../standalone/drakgw_.c:648
-#: ../../standalone/draknet_.c:115 ../../standalone/draknet_.c:147
-#: ../../standalone/draknet_.c:313 ../../standalone/draknet_.c:519
-#: ../../standalone/draknet_.c:658 ../../standalone/tinyfirewall_.c:63
-msgid "Cancel"
-msgstr ""
-
-#: ../../bootlook.pm_.c:224
+#: ../../bootlook.pm_.c:229
#, c-format
msgid "can not open /etc/inittab for reading: %s"
msgstr ""
-#: ../../bootlook.pm_.c:336 ../../standalone/drakboot_.c:47
-msgid "Installation of LILO failed. The following error occured:"
-msgstr " LILO . i :"
-
-#: ../../common.pm_.c:93
+#: ../../common.pm_.c:94
msgid "GB"
msgstr ""
-#: ../../common.pm_.c:93
+#: ../../common.pm_.c:94
msgid "KB"
msgstr ""
-#: ../../common.pm_.c:93 ../../install_steps_graphical.pm_.c:287
-#: ../../install_steps_graphical.pm_.c:334
+#: ../../common.pm_.c:94
msgid "MB"
msgstr ""
-#: ../../common.pm_.c:101
+#: ../../common.pm_.c:102
msgid "TB"
msgstr ""
-#: ../../common.pm_.c:109
+#: ../../common.pm_.c:110
#, c-format
msgid "%d minutes"
msgstr "%d ii"
-#: ../../common.pm_.c:111
+#: ../../common.pm_.c:112
msgid "1 minute"
msgstr "1 ii"
-#: ../../common.pm_.c:113
+#: ../../common.pm_.c:114
#, c-format
msgid "%d seconds"
msgstr "%d "
-#: ../../diskdrake.pm_.c:100
+#: ../../common.pm_.c:159
+#, fuzzy
+msgid "Can't make screenshots before partitioning"
+msgstr " "
+
+#: ../../common.pm_.c:166
+#, fuzzy, c-format
+msgid "Screenshots will be available after install in %s"
+msgstr " , i "
+
+#: ../../crypto.pm_.c:12 ../../crypto.pm_.c:26 ../../standalone/drakxtv_.c:50
+msgid "France"
+msgstr ""
+
+#: ../../crypto.pm_.c:13
+msgid "Costa Rica"
+msgstr ""
+
+#: ../../crypto.pm_.c:14 ../../crypto.pm_.c:27
+#, fuzzy
+msgid "Belgium"
+msgstr "ii"
+
+#: ../../crypto.pm_.c:15 ../../crypto.pm_.c:28
+msgid "Czech Republic"
+msgstr ""
+
+#: ../../crypto.pm_.c:16 ../../crypto.pm_.c:29
+msgid "Germany"
+msgstr "i"
+
+#: ../../crypto.pm_.c:17 ../../crypto.pm_.c:30
+#, fuzzy
+msgid "Greece"
+msgstr "i"
+
+#: ../../crypto.pm_.c:18 ../../crypto.pm_.c:31
+#, fuzzy
+msgid "Norway"
+msgstr "i"
+
+#: ../../crypto.pm_.c:19 ../../crypto.pm_.c:32
+#, fuzzy
+msgid "Sweden"
+msgstr "."
+
+#: ../../crypto.pm_.c:20 ../../crypto.pm_.c:34
+msgid "Netherlands"
+msgstr ""
+
+#: ../../crypto.pm_.c:21 ../../crypto.pm_.c:35 ../../standalone/drakxtv_.c:50
+#, fuzzy
+msgid "Italy"
+msgstr "Ii"
+
+#: ../../crypto.pm_.c:22 ../../crypto.pm_.c:36
+#, fuzzy
+msgid "Austria"
+msgstr ""
+
+#: ../../crypto.pm_.c:33 ../../crypto.pm_.c:67
+msgid "United States"
+msgstr ""
+
+#: ../../diskdrake/hd_gtk.pm_.c:94
msgid "Please make a backup of your data first"
msgstr "-, i i "
-#: ../../diskdrake.pm_.c:100 ../../diskdrake_interactive.pm_.c:801
-#: ../../diskdrake_interactive.pm_.c:810 ../../diskdrake_interactive.pm_.c:864
+#: ../../diskdrake/hd_gtk.pm_.c:94 ../../diskdrake/interactive.pm_.c:891
+#: ../../diskdrake/interactive.pm_.c:900 ../../diskdrake/interactive.pm_.c:954
msgid "Read carefully!"
msgstr " i!"
-#: ../../diskdrake.pm_.c:103
+#: ../../diskdrake/hd_gtk.pm_.c:97
msgid ""
"If you plan to use aboot, be carefull to leave a free space (2048 sectors is "
"enough)\n"
@@ -1166,55 +1457,23 @@ msgstr ""
"i boot , i \n"
" 2048 "
-#: ../../diskdrake.pm_.c:122 ../../diskdrake_interactive.pm_.c:313
-#: ../../diskdrake_interactive.pm_.c:328 ../../install_steps.pm_.c:72
-#: ../../install_steps_interactive.pm_.c:37
-#: ../../install_steps_interactive.pm_.c:310 ../../interactive_http.pm_.c:119
-#: ../../interactive_http.pm_.c:120 ../../standalone/diskdrake_.c:62
+#: ../../diskdrake/hd_gtk.pm_.c:116 ../../diskdrake/interactive.pm_.c:325
+#: ../../diskdrake/interactive.pm_.c:340 ../../diskdrake/smbnfs_gtk.pm_.c:45
+#: ../../install_steps.pm_.c:75 ../../install_steps_interactive.pm_.c:67
+#: ../../install_steps_interactive.pm_.c:356 ../../interactive_http.pm_.c:119
+#: ../../interactive_http.pm_.c:120 ../../standalone/diskdrake_.c:84
msgid "Error"
msgstr ""
-#: ../../diskdrake.pm_.c:159
+#: ../../diskdrake/hd_gtk.pm_.c:151
msgid "Wizard"
msgstr " "
-#: ../../diskdrake.pm_.c:181
-msgid "New"
-msgstr ""
-
-#: ../../diskdrake.pm_.c:203 ../../diskdrake.pm_.c:206
-#, fuzzy
-msgid "Remote"
-msgstr "i"
-
-#: ../../diskdrake.pm_.c:208 ../../diskdrake.pm_.c:479
-#: ../../diskdrake_interactive.pm_.c:352 ../../diskdrake_interactive.pm_.c:523
-msgid "Mount point"
-msgstr " i"
-
-#: ../../diskdrake.pm_.c:209
-msgid "Options"
-msgstr "i"
-
-#: ../../diskdrake.pm_.c:211 ../../diskdrake.pm_.c:417
-#: ../../diskdrake.pm_.c:534 ../../diskdrake_interactive.pm_.c:353
-#: ../../diskdrake_interactive.pm_.c:488
-msgid "Type"
-msgstr ""
-
-#: ../../diskdrake.pm_.c:223 ../../diskdrake_interactive.pm_.c:361
-msgid "Unmount"
-msgstr "i"
-
-#: ../../diskdrake.pm_.c:224 ../../diskdrake_interactive.pm_.c:357
-msgid "Mount"
-msgstr "i"
-
-#: ../../diskdrake.pm_.c:228
+#: ../../diskdrake/hd_gtk.pm_.c:181 ../../diskdrake/removable_gtk.pm_.c:24
msgid "Choose action"
msgstr " "
-#: ../../diskdrake.pm_.c:235
+#: ../../diskdrake/hd_gtk.pm_.c:185
msgid ""
"You have one big FAT partition\n"
"(generally used by MicroSoft Dos/Windows).\n"
@@ -1226,230 +1485,149 @@ msgstr ""
", -, i \n"
"(ii , \" \")"
-#: ../../diskdrake.pm_.c:238
+#: ../../diskdrake/hd_gtk.pm_.c:188
msgid "Please click on a partition"
msgstr " "
-#: ../../diskdrake.pm_.c:240
-#, fuzzy
-msgid "Please click on a media"
-msgstr " "
-
-#: ../../diskdrake.pm_.c:243
-#, fuzzy
-msgid ""
-"Please click on a button above\n"
-"\n"
-"Or use \"New\""
-msgstr " "
-
-#: ../../diskdrake.pm_.c:244
-msgid "Use \"New\""
-msgstr ""
-
-#: ../../diskdrake.pm_.c:263 ../../install_steps_gtk.pm_.c:517
+#: ../../diskdrake/hd_gtk.pm_.c:202 ../../diskdrake/smbnfs_gtk.pm_.c:67
+#: ../../install_steps_gtk.pm_.c:523
msgid "Details"
msgstr "i"
-#: ../../diskdrake.pm_.c:395
+#: ../../diskdrake/hd_gtk.pm_.c:320
msgid "Ext2"
msgstr "Ext2"
-#: ../../diskdrake.pm_.c:395
+#: ../../diskdrake/hd_gtk.pm_.c:320
msgid "FAT"
msgstr "FAT"
-#: ../../diskdrake.pm_.c:395
+#: ../../diskdrake/hd_gtk.pm_.c:320
msgid "HFS"
msgstr "HFS"
-#: ../../diskdrake.pm_.c:395
+#: ../../diskdrake/hd_gtk.pm_.c:320
#, fuzzy
msgid "Journalised FS"
msgstr " i"
-#: ../../diskdrake.pm_.c:395
+#: ../../diskdrake/hd_gtk.pm_.c:320
msgid "SunOS"
msgstr "SunOS"
-#: ../../diskdrake.pm_.c:395
+#: ../../diskdrake/hd_gtk.pm_.c:320
msgid "Swap"
msgstr "Swap"
-#: ../../diskdrake.pm_.c:396 ../../diskdrake_interactive.pm_.c:952
+#: ../../diskdrake/hd_gtk.pm_.c:321 ../../diskdrake/interactive.pm_.c:1050
msgid "Empty"
msgstr ""
-#: ../../diskdrake.pm_.c:396 ../../install_steps_gtk.pm_.c:373
-#: ../../install_steps_gtk.pm_.c:433 ../../mouse.pm_.c:161
-#: ../../services.pm_.c:161
+#: ../../diskdrake/hd_gtk.pm_.c:321 ../../install_steps_gtk.pm_.c:379
+#: ../../install_steps_gtk.pm_.c:439 ../../mouse.pm_.c:162
+#: ../../services.pm_.c:157 ../../standalone/drakbackup_.c:944
msgid "Other"
msgstr ""
-#: ../../diskdrake.pm_.c:400
+#: ../../diskdrake/hd_gtk.pm_.c:325
msgid "Filesystem types:"
msgstr " i:"
-#: ../../diskdrake.pm_.c:417 ../../diskdrake_interactive.pm_.c:375
+#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/interactive.pm_.c:386
msgid "Create"
msgstr ""
-#: ../../diskdrake.pm_.c:417 ../../diskdrake.pm_.c:419
+#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/interactive.pm_.c:365
+#: ../../diskdrake/interactive.pm_.c:499 ../../diskdrake/removable.pm_.c:26
+#: ../../diskdrake/removable.pm_.c:49 ../../diskdrake/removable_gtk.pm_.c:17
+msgid "Type"
+msgstr ""
+
+#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/hd_gtk.pm_.c:344
#, c-format
msgid "Use ``%s'' instead"
msgstr " ``%s'' "
-#: ../../diskdrake.pm_.c:419 ../../diskdrake_interactive.pm_.c:362
+#: ../../diskdrake/hd_gtk.pm_.c:344 ../../diskdrake/interactive.pm_.c:374
msgid "Delete"
msgstr "i"
-#: ../../diskdrake.pm_.c:423
+#: ../../diskdrake/hd_gtk.pm_.c:348
msgid "Use ``Unmount'' first"
msgstr " i ``Unmount''"
-#: ../../diskdrake.pm_.c:424 ../../diskdrake_interactive.pm_.c:480
+#: ../../diskdrake/hd_gtk.pm_.c:349 ../../diskdrake/interactive.pm_.c:491
#, c-format
msgid ""
"After changing type of partition %s, all data on this partition will be lost"
msgstr " %s "
-#: ../../diskdrake.pm_.c:478 ../../diskdrake_interactive.pm_.c:522
-#, c-format
-msgid "Where do you want to mount device %s?"
-msgstr " i %s?"
-
-#: ../../diskdrake.pm_.c:500
-#, fuzzy
-msgid "Mount options"
-msgstr "i :"
-
-#: ../../diskdrake.pm_.c:507
-msgid "Various"
-msgstr ""
-
-#: ../../diskdrake.pm_.c:525
-#, fuzzy
-msgid "Removable media"
-msgstr "i "
-
-#: ../../diskdrake.pm_.c:532
-#, fuzzy
-msgid "Change type"
-msgstr "i "
-
-#: ../../diskdrake.pm_.c:533 ../../diskdrake_interactive.pm_.c:487
-#, fuzzy
-msgid "Which filesystem do you want?"
-msgstr " i ?"
-
-#: ../../diskdrake.pm_.c:564
-msgid "Scanning available nfs shared resource"
-msgstr ""
-
-#: ../../diskdrake.pm_.c:569
-#, c-format
-msgid "Scanning available nfs shared resource of server %s"
-msgstr ""
-
-#: ../../diskdrake.pm_.c:578 ../../diskdrake.pm_.c:648
-msgid "If the list above doesn't contain the wanted entry, enter it here:"
-msgstr ""
-
-#: ../../diskdrake.pm_.c:581 ../../diskdrake.pm_.c:651
-#, fuzzy
-msgid "Server"
-msgstr ""
-
-#: ../../diskdrake.pm_.c:582 ../../diskdrake.pm_.c:652
-msgid "Shared resource"
-msgstr ""
-
-#: ../../diskdrake.pm_.c:615
-msgid "Scanning available samba shared resource"
-msgstr ""
-
-#: ../../diskdrake.pm_.c:626 ../../diskdrake.pm_.c:639
-#, c-format
-msgid "Scanning available samba shared resource of server %s"
-msgstr ""
-
-#: ../../diskdrake_interactive.pm_.c:163
+#: ../../diskdrake/interactive.pm_.c:171
#, fuzzy
msgid "Choose a partition"
msgstr " "
-#: ../../diskdrake_interactive.pm_.c:163
+#: ../../diskdrake/interactive.pm_.c:171
#, fuzzy
msgid "Choose another partition"
msgstr " "
-#: ../../diskdrake_interactive.pm_.c:188
+#: ../../diskdrake/interactive.pm_.c:196
#, fuzzy
msgid "Exit"
msgstr "Ext2"
-#: ../../diskdrake_interactive.pm_.c:210
+#: ../../diskdrake/interactive.pm_.c:218
msgid "Toggle to expert mode"
msgstr " "
-#: ../../diskdrake_interactive.pm_.c:210
+#: ../../diskdrake/interactive.pm_.c:218
msgid "Toggle to normal mode"
msgstr " "
-#: ../../diskdrake_interactive.pm_.c:210
+#: ../../diskdrake/interactive.pm_.c:218
msgid "Undo"
msgstr ""
-#: ../../diskdrake_interactive.pm_.c:229
+#: ../../diskdrake/interactive.pm_.c:237
msgid "Continue anyway?"
msgstr " ?"
-#: ../../diskdrake_interactive.pm_.c:234
+#: ../../diskdrake/interactive.pm_.c:242
msgid "Quit without saving"
msgstr "i "
-#: ../../diskdrake_interactive.pm_.c:234
+#: ../../diskdrake/interactive.pm_.c:242
msgid "Quit without writing the partition table?"
msgstr "i i i "
-#: ../../diskdrake_interactive.pm_.c:237
+#: ../../diskdrake/interactive.pm_.c:247
#, fuzzy
msgid "Do you want to save /etc/fstab modifications"
msgstr "i i i?"
-#: ../../diskdrake_interactive.pm_.c:247
+#: ../../diskdrake/interactive.pm_.c:259
msgid "Auto allocate"
msgstr " "
-#: ../../diskdrake_interactive.pm_.c:247
+#: ../../diskdrake/interactive.pm_.c:259
msgid "Clear all"
msgstr "i "
-#: ../../diskdrake_interactive.pm_.c:247
-#: ../../install_steps_interactive.pm_.c:171
-#, fuzzy
-msgid "More"
-msgstr ""
-
-#: ../../diskdrake_interactive.pm_.c:250
+#: ../../diskdrake/interactive.pm_.c:262
#, fuzzy
msgid "Hard drive information"
msgstr "I"
-#: ../../diskdrake_interactive.pm_.c:267
-#, fuzzy
-msgid "Not enough space for auto-allocating"
-msgstr " "
-
-#: ../../diskdrake_interactive.pm_.c:273
+#: ../../diskdrake/interactive.pm_.c:283
msgid "All primary partitions are used"
msgstr " "
-#: ../../diskdrake_interactive.pm_.c:274
+#: ../../diskdrake/interactive.pm_.c:284
msgid "I can't add any more partition"
msgstr " "
-#: ../../diskdrake_interactive.pm_.c:275
+#: ../../diskdrake/interactive.pm_.c:285
msgid ""
"To have more partitions, please delete one to be able to create an extended "
"partition"
@@ -1457,35 +1635,35 @@ msgstr ""
" i , i i i "
"(extended)"
-#: ../../diskdrake_interactive.pm_.c:285
+#: ../../diskdrake/interactive.pm_.c:295
#, fuzzy
msgid "Save partition table"
msgstr "i i "
-#: ../../diskdrake_interactive.pm_.c:286
+#: ../../diskdrake/interactive.pm_.c:296
#, fuzzy
msgid "Restore partition table"
msgstr " i "
-#: ../../diskdrake_interactive.pm_.c:287
+#: ../../diskdrake/interactive.pm_.c:297
msgid "Rescue partition table"
msgstr " i "
-#: ../../diskdrake_interactive.pm_.c:289
+#: ../../diskdrake/interactive.pm_.c:299
#, fuzzy
msgid "Reload partition table"
msgstr " i "
-#: ../../diskdrake_interactive.pm_.c:293
+#: ../../diskdrake/interactive.pm_.c:304
#, fuzzy
msgid "Removable media automounting"
msgstr "i "
-#: ../../diskdrake_interactive.pm_.c:301 ../../diskdrake_interactive.pm_.c:321
+#: ../../diskdrake/interactive.pm_.c:313 ../../diskdrake/interactive.pm_.c:333
msgid "Select file"
msgstr " "
-#: ../../diskdrake_interactive.pm_.c:308
+#: ../../diskdrake/interactive.pm_.c:320
msgid ""
"The backup partition table has not the same size\n"
"Still continue?"
@@ -1493,11 +1671,11 @@ msgstr ""
"i i \n"
" ?"
-#: ../../diskdrake_interactive.pm_.c:322
+#: ../../diskdrake/interactive.pm_.c:334
msgid "Warning"
msgstr "!"
-#: ../../diskdrake_interactive.pm_.c:323
+#: ../../diskdrake/interactive.pm_.c:335
msgid ""
"Insert a floppy in drive\n"
"All data on this floppy will be lost"
@@ -1505,99 +1683,125 @@ msgstr ""
" \n"
" "
-#: ../../diskdrake_interactive.pm_.c:334
+#: ../../diskdrake/interactive.pm_.c:346
msgid "Trying to rescue partition table"
msgstr " i "
-#: ../../diskdrake_interactive.pm_.c:340
+#: ../../diskdrake/interactive.pm_.c:352
#, fuzzy
msgid "Detailed information"
msgstr "I"
-#: ../../diskdrake_interactive.pm_.c:354 ../../diskdrake_interactive.pm_.c:590
+#: ../../diskdrake/interactive.pm_.c:364 ../../diskdrake/interactive.pm_.c:534
+#: ../../diskdrake/interactive.pm_.c:554 ../../diskdrake/removable.pm_.c:24
+#: ../../diskdrake/removable_gtk.pm_.c:15 ../../diskdrake/smbnfs_gtk.pm_.c:83
+msgid "Mount point"
+msgstr " i"
+
+#: ../../diskdrake/interactive.pm_.c:366 ../../diskdrake/removable.pm_.c:25
+#: ../../diskdrake/removable_gtk.pm_.c:16 ../../diskdrake/smbnfs_gtk.pm_.c:84
+msgid "Options"
+msgstr "i"
+
+#: ../../diskdrake/interactive.pm_.c:367 ../../diskdrake/interactive.pm_.c:621
msgid "Resize"
msgstr " "
-#: ../../diskdrake_interactive.pm_.c:355 ../../diskdrake_interactive.pm_.c:630
+#: ../../diskdrake/interactive.pm_.c:368 ../../diskdrake/interactive.pm_.c:674
msgid "Move"
msgstr ""
-#: ../../diskdrake_interactive.pm_.c:356
+#: ../../diskdrake/interactive.pm_.c:369
msgid "Format"
msgstr ""
-#: ../../diskdrake_interactive.pm_.c:358
-msgid "Active"
-msgstr ""
+#: ../../diskdrake/interactive.pm_.c:370 ../../diskdrake/smbnfs_gtk.pm_.c:80
+msgid "Mount"
+msgstr "i"
-#: ../../diskdrake_interactive.pm_.c:359
+#: ../../diskdrake/interactive.pm_.c:371
msgid "Add to RAID"
msgstr " RAID"
-#: ../../diskdrake_interactive.pm_.c:360
+#: ../../diskdrake/interactive.pm_.c:372
msgid "Add to LVM"
msgstr " LVM"
-#: ../../diskdrake_interactive.pm_.c:363
+#: ../../diskdrake/interactive.pm_.c:373 ../../diskdrake/smbnfs_gtk.pm_.c:79
+msgid "Unmount"
+msgstr "i"
+
+#: ../../diskdrake/interactive.pm_.c:375
msgid "Remove from RAID"
msgstr "i RAID"
-#: ../../diskdrake_interactive.pm_.c:364
+#: ../../diskdrake/interactive.pm_.c:376
msgid "Remove from LVM"
msgstr "i LVM"
-#: ../../diskdrake_interactive.pm_.c:365
+#: ../../diskdrake/interactive.pm_.c:377
msgid "Modify RAID"
msgstr "i RAID"
-#: ../../diskdrake_interactive.pm_.c:366
+#: ../../diskdrake/interactive.pm_.c:378
msgid "Use for loopback"
msgstr " i i"
-#: ../../diskdrake_interactive.pm_.c:409
+#: ../../diskdrake/interactive.pm_.c:417
msgid "Create a new partition"
msgstr " "
-#: ../../diskdrake_interactive.pm_.c:412
+#: ../../diskdrake/interactive.pm_.c:420
msgid "Start sector: "
msgstr " :"
-#: ../../diskdrake_interactive.pm_.c:414 ../../diskdrake_interactive.pm_.c:732
+#: ../../diskdrake/interactive.pm_.c:422 ../../diskdrake/interactive.pm_.c:773
msgid "Size in MB: "
msgstr " :"
-#: ../../diskdrake_interactive.pm_.c:415 ../../diskdrake_interactive.pm_.c:733
+#: ../../diskdrake/interactive.pm_.c:423 ../../diskdrake/interactive.pm_.c:774
msgid "Filesystem type: "
msgstr " i:"
-#: ../../diskdrake_interactive.pm_.c:416 ../../diskdrake_interactive.pm_.c:936
-#: ../../diskdrake_interactive.pm_.c:1010
+#: ../../diskdrake/interactive.pm_.c:424
+#: ../../diskdrake/interactive.pm_.c:1034
+#: ../../diskdrake/interactive.pm_.c:1108
msgid "Mount point: "
msgstr " i:"
-#: ../../diskdrake_interactive.pm_.c:420
+#: ../../diskdrake/interactive.pm_.c:428
msgid "Preference: "
msgstr ": "
-#: ../../diskdrake_interactive.pm_.c:462
+#: ../../diskdrake/interactive.pm_.c:472
#, fuzzy
msgid "Remove the loopback file?"
msgstr " i %s"
-#: ../../diskdrake_interactive.pm_.c:486
+#: ../../diskdrake/interactive.pm_.c:497
msgid "Change partition type"
msgstr "i "
-#: ../../diskdrake_interactive.pm_.c:491
+#: ../../diskdrake/interactive.pm_.c:498 ../../diskdrake/removable.pm_.c:48
+#, fuzzy
+msgid "Which filesystem do you want?"
+msgstr " i ?"
+
+#: ../../diskdrake/interactive.pm_.c:502
msgid "Switching from ext2 to ext3"
msgstr ""
-#: ../../diskdrake_interactive.pm_.c:521
+#: ../../diskdrake/interactive.pm_.c:532
#, c-format
msgid "Where do you want to mount loopback file %s?"
msgstr " i i %s?"
-#: ../../diskdrake_interactive.pm_.c:528
+#: ../../diskdrake/interactive.pm_.c:533 ../../diskdrake/interactive.pm_.c:553
+#, c-format
+msgid "Where do you want to mount device %s?"
+msgstr " i %s?"
+
+#: ../../diskdrake/interactive.pm_.c:539
msgid ""
"Can't unset mount point as this partition is used for loop back.\n"
"Remove the loopback first"
@@ -1606,123 +1810,132 @@ msgstr ""
"i i.\n"
" i i i"
-#: ../../diskdrake_interactive.pm_.c:549
+#: ../../diskdrake/interactive.pm_.c:577
msgid "Computing FAT filesystem bounds"
msgstr " i FAT"
-#: ../../diskdrake_interactive.pm_.c:549 ../../diskdrake_interactive.pm_.c:605
-#: ../../install_interactive.pm_.c:116
+#: ../../diskdrake/interactive.pm_.c:577 ../../diskdrake/interactive.pm_.c:636
+#: ../../install_interactive.pm_.c:130
msgid "Resizing"
msgstr " "
-#: ../../diskdrake_interactive.pm_.c:578
+#: ../../diskdrake/interactive.pm_.c:609
#, fuzzy
msgid "This partition is not resizeable"
msgstr " i?"
-#: ../../diskdrake_interactive.pm_.c:583
+#: ../../diskdrake/interactive.pm_.c:614
msgid "All data on this partition should be backed-up"
msgstr " i i"
-#: ../../diskdrake_interactive.pm_.c:585
+#: ../../diskdrake/interactive.pm_.c:616
#, c-format
msgid "After resizing partition %s, all data on this partition will be lost"
msgstr " %s "
-#: ../../diskdrake_interactive.pm_.c:590
+#: ../../diskdrake/interactive.pm_.c:621
msgid "Choose the new size"
msgstr " "
-#: ../../diskdrake_interactive.pm_.c:591
+#: ../../diskdrake/interactive.pm_.c:622
#, fuzzy
msgid "New size in MB: "
msgstr " :"
-#: ../../diskdrake_interactive.pm_.c:631
+#: ../../diskdrake/interactive.pm_.c:675
msgid "Which disk do you want to move it to?"
msgstr " i ?"
-#: ../../diskdrake_interactive.pm_.c:632
+#: ../../diskdrake/interactive.pm_.c:676
msgid "Sector"
msgstr ""
-#: ../../diskdrake_interactive.pm_.c:633
+#: ../../diskdrake/interactive.pm_.c:677
msgid "Which sector do you want to move it to?"
msgstr " i ?"
-#: ../../diskdrake_interactive.pm_.c:636
+#: ../../diskdrake/interactive.pm_.c:680
msgid "Moving"
msgstr ""
-#: ../../diskdrake_interactive.pm_.c:636
+#: ../../diskdrake/interactive.pm_.c:680
msgid "Moving partition..."
msgstr " ..."
-#: ../../diskdrake_interactive.pm_.c:657
+#: ../../diskdrake/interactive.pm_.c:697
msgid "Choose an existing RAID to add to"
msgstr " i RAID "
-#: ../../diskdrake_interactive.pm_.c:658 ../../diskdrake_interactive.pm_.c:676
+#: ../../diskdrake/interactive.pm_.c:698 ../../diskdrake/interactive.pm_.c:716
msgid "new"
msgstr ""
-#: ../../diskdrake_interactive.pm_.c:674
+#: ../../diskdrake/interactive.pm_.c:714
msgid "Choose an existing LVM to add to"
msgstr " i LVM "
-#: ../../diskdrake_interactive.pm_.c:679
+#: ../../diskdrake/interactive.pm_.c:719
msgid "LVM name?"
msgstr ""
-#: ../../diskdrake_interactive.pm_.c:718
+#: ../../diskdrake/interactive.pm_.c:759
msgid "This partition can't be used for loopback"
msgstr " i i"
-#: ../../diskdrake_interactive.pm_.c:730
+#: ../../diskdrake/interactive.pm_.c:771
msgid "Loopback"
msgstr "i i (loopback)"
-#: ../../diskdrake_interactive.pm_.c:731
+#: ../../diskdrake/interactive.pm_.c:772
msgid "Loopback file name: "
msgstr "I i "
-#: ../../diskdrake_interactive.pm_.c:736
+#: ../../diskdrake/interactive.pm_.c:777
#, fuzzy
msgid "Give a file name"
msgstr " i"
-#: ../../diskdrake_interactive.pm_.c:739
+#: ../../diskdrake/interactive.pm_.c:780
msgid "File already used by another loopback, choose another one"
msgstr ""
" i i i. i , \n"
" i "
-#: ../../diskdrake_interactive.pm_.c:740
+#: ../../diskdrake/interactive.pm_.c:781
msgid "File already exists. Use it?"
msgstr " i. ?"
-#: ../../diskdrake_interactive.pm_.c:784
+#: ../../diskdrake/interactive.pm_.c:804
+#, fuzzy
+msgid "Mount options"
+msgstr "i :"
+
+#: ../../diskdrake/interactive.pm_.c:811
+msgid "Various"
+msgstr ""
+
+#: ../../diskdrake/interactive.pm_.c:874
msgid "device"
msgstr ""
-#: ../../diskdrake_interactive.pm_.c:785
+#: ../../diskdrake/interactive.pm_.c:875
msgid "level"
msgstr ""
-#: ../../diskdrake_interactive.pm_.c:786
+#: ../../diskdrake/interactive.pm_.c:876
msgid "chunk size"
msgstr " "
-#: ../../diskdrake_interactive.pm_.c:801
+#: ../../diskdrake/interactive.pm_.c:891
msgid "Be careful: this operation is dangerous."
msgstr " i. i"
-#: ../../diskdrake_interactive.pm_.c:816
+#: ../../diskdrake/interactive.pm_.c:906
#, fuzzy
msgid "What type of partitioning?"
msgstr "i i ?"
-#: ../../diskdrake_interactive.pm_.c:834
+#: ../../diskdrake/interactive.pm_.c:924
msgid ""
"Sorry I won't accept to create /boot so far onto the drive (on a cylinder > "
"1024).\n"
@@ -1733,7 +1946,7 @@ msgstr ""
" LILO - , LILO "
", /boot ."
-#: ../../diskdrake_interactive.pm_.c:838
+#: ../../diskdrake/interactive.pm_.c:928
msgid ""
"The partition you've selected to add as root (/) is physically located "
"beyond\n"
@@ -1745,7 +1958,7 @@ msgstr ""
"i i LILO, \n"
" /boot"
-#: ../../diskdrake_interactive.pm_.c:844
+#: ../../diskdrake/interactive.pm_.c:934
msgid ""
"You've selected a software RAID partition as root (/).\n"
"No bootloader is able to handle this without a /boot partition.\n"
@@ -1755,130 +1968,137 @@ msgstr ""
" , i i /boot .\n"
" /boot, i ."
-#: ../../diskdrake_interactive.pm_.c:864
+#: ../../diskdrake/interactive.pm_.c:954
#, c-format
msgid "Partition table of drive %s is going to be written to disk!"
msgstr "i %s i !"
-#: ../../diskdrake_interactive.pm_.c:868
+#: ../../diskdrake/interactive.pm_.c:958
msgid "You'll need to reboot before the modification can take place"
msgstr " i ii , i"
-#: ../../diskdrake_interactive.pm_.c:879
+#: ../../diskdrake/interactive.pm_.c:969
#, c-format
msgid "After formatting partition %s, all data on this partition will be lost"
msgstr " %s "
-#: ../../diskdrake_interactive.pm_.c:881
+#: ../../diskdrake/interactive.pm_.c:971
msgid "Formatting"
msgstr ""
-#: ../../diskdrake_interactive.pm_.c:882
+#: ../../diskdrake/interactive.pm_.c:972
#, c-format
msgid "Formatting loopback file %s"
msgstr " i %s"
-#: ../../diskdrake_interactive.pm_.c:883
-#: ../../install_steps_interactive.pm_.c:419
+#: ../../diskdrake/interactive.pm_.c:973
+#: ../../install_steps_interactive.pm_.c:465
#, c-format
msgid "Formatting partition %s"
msgstr " %s"
-#: ../../diskdrake_interactive.pm_.c:894
+#: ../../diskdrake/interactive.pm_.c:984
#, fuzzy
msgid "Hide files"
msgstr "mkraid "
-#: ../../diskdrake_interactive.pm_.c:894
+#: ../../diskdrake/interactive.pm_.c:984
#, fuzzy
msgid "Move files to the new partition"
msgstr " "
-#: ../../diskdrake_interactive.pm_.c:895
+#: ../../diskdrake/interactive.pm_.c:985
#, c-format
msgid ""
"Directory %s already contain some data\n"
"(%s)"
msgstr ""
-#: ../../diskdrake_interactive.pm_.c:906
+#: ../../diskdrake/interactive.pm_.c:996
#, fuzzy
msgid "Moving files to the new partition"
msgstr " "
-#: ../../diskdrake_interactive.pm_.c:910
+#: ../../diskdrake/interactive.pm_.c:1000
#, c-format
msgid "Copying %s"
msgstr ""
-#: ../../diskdrake_interactive.pm_.c:914
+#: ../../diskdrake/interactive.pm_.c:1004
#, fuzzy, c-format
msgid "Removing %s"
msgstr " : %s\n"
-#: ../../diskdrake_interactive.pm_.c:937 ../../diskdrake_interactive.pm_.c:996
+#: ../../diskdrake/interactive.pm_.c:1014
+#, c-format
+msgid "partition %s is now known as %s"
+msgstr ""
+
+#: ../../diskdrake/interactive.pm_.c:1035
+#: ../../diskdrake/interactive.pm_.c:1094
msgid "Device: "
msgstr ":"
-#: ../../diskdrake_interactive.pm_.c:938
+#: ../../diskdrake/interactive.pm_.c:1036
#, c-format
msgid "DOS drive letter: %s (just a guess)\n"
msgstr "i DOS-: %s ()\n"
-#: ../../diskdrake_interactive.pm_.c:942 ../../diskdrake_interactive.pm_.c:950
-#: ../../diskdrake_interactive.pm_.c:1014
+#: ../../diskdrake/interactive.pm_.c:1040
+#: ../../diskdrake/interactive.pm_.c:1048
+#: ../../diskdrake/interactive.pm_.c:1112
msgid "Type: "
msgstr ": "
-#: ../../diskdrake_interactive.pm_.c:946
+#: ../../diskdrake/interactive.pm_.c:1044
msgid "Name: "
msgstr "I: "
-#: ../../diskdrake_interactive.pm_.c:954
+#: ../../diskdrake/interactive.pm_.c:1052
#, c-format
msgid "Start: sector %s\n"
msgstr ": %s\n"
-#: ../../diskdrake_interactive.pm_.c:955
+#: ../../diskdrake/interactive.pm_.c:1053
#, c-format
msgid "Size: %s"
msgstr ": %s"
-#: ../../diskdrake_interactive.pm_.c:957
+#: ../../diskdrake/interactive.pm_.c:1055
#, c-format
msgid ", %s sectors"
msgstr ", %s "
-#: ../../diskdrake_interactive.pm_.c:959
-#, c-format
-msgid "Cylinder %d to cylinder %d\n"
+#: ../../diskdrake/interactive.pm_.c:1057
+#, fuzzy, c-format
+msgid "Cylinder %d to %d\n"
msgstr "i %d %d\n"
-#: ../../diskdrake_interactive.pm_.c:960
+#: ../../diskdrake/interactive.pm_.c:1058
msgid "Formatted\n"
msgstr "\n"
-#: ../../diskdrake_interactive.pm_.c:961
+#: ../../diskdrake/interactive.pm_.c:1059
msgid "Not formatted\n"
msgstr " \n"
-#: ../../diskdrake_interactive.pm_.c:962
+#: ../../diskdrake/interactive.pm_.c:1060
msgid "Mounted\n"
msgstr "i\n"
-#: ../../diskdrake_interactive.pm_.c:963
+#: ../../diskdrake/interactive.pm_.c:1061
#, c-format
msgid "RAID md%s\n"
msgstr "RAID md%s\n"
-#: ../../diskdrake_interactive.pm_.c:965
+#: ../../diskdrake/interactive.pm_.c:1063
#, fuzzy, c-format
msgid ""
"Loopback file(s):\n"
" %s\n"
msgstr "() i i: %s\n"
-#: ../../diskdrake_interactive.pm_.c:966
+#: ../../diskdrake/interactive.pm_.c:1064
msgid ""
"Partition booted by default\n"
" (for MS-DOS boot, not for lilo)\n"
@@ -1886,27 +2106,27 @@ msgstr ""
" \n"
" ( i MS-DOS, lilo)\n"
-#: ../../diskdrake_interactive.pm_.c:968
+#: ../../diskdrake/interactive.pm_.c:1066
#, c-format
msgid "Level %s\n"
msgstr " %s\n"
-#: ../../diskdrake_interactive.pm_.c:969
+#: ../../diskdrake/interactive.pm_.c:1067
#, c-format
msgid "Chunk size %s\n"
msgstr " %s\n"
-#: ../../diskdrake_interactive.pm_.c:970
+#: ../../diskdrake/interactive.pm_.c:1068
#, c-format
msgid "RAID-disks %s\n"
msgstr "RAID-i %s\n"
-#: ../../diskdrake_interactive.pm_.c:972
+#: ../../diskdrake/interactive.pm_.c:1070
#, c-format
msgid "Loopback file name: %s"
msgstr "I i i: %s"
-#: ../../diskdrake_interactive.pm_.c:975
+#: ../../diskdrake/interactive.pm_.c:1073
msgid ""
"\n"
"Chances are, this partition is\n"
@@ -1914,7 +2134,7 @@ msgid ""
"probably leave it alone.\n"
msgstr ""
-#: ../../diskdrake_interactive.pm_.c:978
+#: ../../diskdrake/interactive.pm_.c:1076
msgid ""
"\n"
"This special Bootstrap\n"
@@ -1922,65 +2142,105 @@ msgid ""
"dual-booting your system.\n"
msgstr ""
-#: ../../diskdrake_interactive.pm_.c:997
+#: ../../diskdrake/interactive.pm_.c:1095
#, c-format
msgid "Size: %s\n"
msgstr ": %s\n"
-#: ../../diskdrake_interactive.pm_.c:998
+#: ../../diskdrake/interactive.pm_.c:1096
#, c-format
msgid "Geometry: %s cylinders, %s heads, %s sectors\n"
msgstr ": %s i, %s , %s \n"
-#: ../../diskdrake_interactive.pm_.c:999
+#: ../../diskdrake/interactive.pm_.c:1097
msgid "Info: "
msgstr "I: "
-#: ../../diskdrake_interactive.pm_.c:1000
+#: ../../diskdrake/interactive.pm_.c:1098
#, c-format
msgid "LVM-disks %s\n"
msgstr "LVM-i %s\n"
-#: ../../diskdrake_interactive.pm_.c:1001
+#: ../../diskdrake/interactive.pm_.c:1099
#, c-format
msgid "Partition table type: %s\n"
msgstr " i : %s\n"
-#: ../../diskdrake_interactive.pm_.c:1002
+#: ../../diskdrake/interactive.pm_.c:1100
#, c-format
msgid "on bus %d id %d\n"
msgstr " %d id %d\n"
-#: ../../diskdrake_interactive.pm_.c:1016
+#: ../../diskdrake/interactive.pm_.c:1114
#, c-format
msgid "Options: %s"
msgstr "i: %s"
-#: ../../fs.pm_.c:447 ../../fs.pm_.c:457 ../../fs.pm_.c:461 ../../fs.pm_.c:465
-#: ../../fs.pm_.c:469 ../../fs.pm_.c:473
+#: ../../diskdrake/interactive.pm_.c:1130
+#, fuzzy
+msgid "Filesystem encryption key"
+msgstr " i:"
+
+#: ../../diskdrake/interactive.pm_.c:1131
+msgid "Choose your filesystem encryption key"
+msgstr ""
+
+#: ../../diskdrake/interactive.pm_.c:1134
+#, fuzzy, c-format
+msgid "This encryption key is too simple (must be at least %d characters long)"
+msgstr ""
+" ( i %d i)"
+
+#: ../../diskdrake/interactive.pm_.c:1135
+#, fuzzy
+msgid "The encryption keys do not match"
+msgstr "i "
+
+#: ../../diskdrake/interactive.pm_.c:1138
+msgid "Encryption key"
+msgstr ""
+
+#: ../../diskdrake/interactive.pm_.c:1139
+msgid "Encryption key (again)"
+msgstr ""
+
+#: ../../diskdrake/removable.pm_.c:47
+#, fuzzy
+msgid "Change type"
+msgstr "i "
+
+#: ../../diskdrake/removable_gtk.pm_.c:28
+#, fuzzy
+msgid "Please click on a media"
+msgstr " "
+
+#: ../../diskdrake/smbnfs_gtk.pm_.c:165
+#, fuzzy
+msgid "Search servers"
+msgstr "DNS "
+
+#: ../../fs.pm_.c:485 ../../fs.pm_.c:495 ../../fs.pm_.c:499 ../../fs.pm_.c:503
+#: ../../fs.pm_.c:507 ../../fs.pm_.c:511
#, c-format
msgid "%s formatting of %s failed"
msgstr "%s %s"
-#: ../../fs.pm_.c:506
+#: ../../fs.pm_.c:548
#, c-format
msgid "I don't know how to format %s in type %s"
msgstr " %s %s"
-#: ../../fs.pm_.c:568
-msgid "mount failed"
-msgstr " i"
+#: ../../fs.pm_.c:620 ../../fs.pm_.c:649 ../../fs.pm_.c:655
+#, c-format
+msgid "mounting partition %s in directory %s failed"
+msgstr ""
-#: ../../fs.pm_.c:588
+#: ../../fs.pm_.c:640
#, c-format
msgid "fsck failed with exit code %d or signal %d"
msgstr ""
-#: ../../fs.pm_.c:597 ../../fs.pm_.c:603 ../../partition_table.pm_.c:560
-msgid "mount failed: "
-msgstr " i: "
-
-#: ../../fs.pm_.c:618 ../../partition_table.pm_.c:556
+#: ../../fs.pm_.c:670 ../../partition_table.pm_.c:596
#, c-format
msgid "error unmounting %s: %s"
msgstr " i %s: %s"
@@ -1989,49 +2249,69 @@ msgstr " i %s: %s"
msgid "simple"
msgstr ""
+#: ../../fsedit.pm_.c:25
+msgid "with /usr"
+msgstr ""
+
#: ../../fsedit.pm_.c:30
msgid "server"
msgstr ""
-#: ../../fsedit.pm_.c:461
+#: ../../fsedit.pm_.c:467
#, fuzzy
msgid "You can't use JFS for partitions smaller than 16MB"
msgstr " i , i 16 "
-#: ../../fsedit.pm_.c:462
+#: ../../fsedit.pm_.c:468
msgid "You can't use ReiserFS for partitions smaller than 32MB"
msgstr " i , i 32 "
-#: ../../fsedit.pm_.c:471
+#: ../../fsedit.pm_.c:477
msgid "Mount points must begin with a leading /"
msgstr " i i /"
-#: ../../fsedit.pm_.c:472
+#: ../../fsedit.pm_.c:478
#, c-format
msgid "There is already a partition with mount point %s\n"
msgstr " i %s\n"
-#: ../../fsedit.pm_.c:476
+#: ../../fsedit.pm_.c:482
#, c-format
msgid "You can't use a LVM Logical Volume for mount point %s"
msgstr ""
-#: ../../fsedit.pm_.c:478
+#: ../../fsedit.pm_.c:484
msgid "This directory should remain within the root filesystem"
msgstr " "
-#: ../../fsedit.pm_.c:480
+#: ../../fsedit.pm_.c:486
msgid "You need a true filesystem (ext2, reiserfs) for this mount point\n"
msgstr ""
" i i (ext2, reiserfs)\n"
" i i\n"
-#: ../../fsedit.pm_.c:596
+#: ../../fsedit.pm_.c:488
+#, fuzzy, c-format
+msgid "You can't use an encrypted file system for mount point %s"
+msgstr ""
+" i i (ext2, reiserfs)\n"
+" i i\n"
+
+#: ../../fsedit.pm_.c:546
+#, fuzzy
+msgid "Not enough free space for auto-allocating"
+msgstr " "
+
+#: ../../fsedit.pm_.c:548
+msgid "Nothing to do"
+msgstr ""
+
+#: ../../fsedit.pm_.c:612
#, c-format
msgid "Error opening %s for writing: %s"
msgstr " %s i: %s"
-#: ../../fsedit.pm_.c:681
+#: ../../fsedit.pm_.c:697
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"
@@ -2039,7 +2319,7 @@ msgstr ""
": i \n"
". i ."
-#: ../../fsedit.pm_.c:704
+#: ../../fsedit.pm_.c:720
msgid "You don't have any partitions!"
msgstr " i ii !"
@@ -2056,14 +2336,14 @@ msgid ""
"system would not work any more. If you make a serious mistake as a regular\n"
"user, you may only lose some information, but not the entire system.\n"
"\n"
-"First, you have to enter your real name. This is not mandatory, of course -\n"
+"First, you have to enter your real name. This is not mandatory, of course\n"
"as you can actually enter whatever you want. DrakX will then take the first\n"
"word you have entered in the box and will bring it over to the \"User\n"
-"name\". This is the name this particular user will use to log into the\n"
+"name\". This is the name this particular user will use to log onto the\n"
"system. You can change it. You then have to enter a password here. A\n"
-"non-privileged (regular) user's password is not as crucial as that of\n"
-"\"root\" from a security point of view, but that is no reason to neglect it\n"
-"- after all, your files are at risk.\n"
+"non-privileged (regular) user's password is not as crucial as \"root\"' one\n"
+"from a security point of view, but that is no reason to neglect it: after\n"
+"all, your files are at risk.\n"
"\n"
"If you click on \"Accept user\", you can then add as many as you want. Add\n"
"a user for each one of your friends: your father or your sister, for\n"
@@ -2078,7 +2358,7 @@ msgstr ""
msgid ""
"Listed above are the existing Linux partitions detected on your hard drive.\n"
"You can keep the choices made by the wizard, they are good for most common\n"
-"installs. If you make any changes, you must at least define a root\n"
+"installations. If you make any changes, you must at least define a root\n"
"partition (\"/\"). Do not choose too small a partition or you will not be\n"
"able to install enough software. If you want to store your data on a\n"
"separate partition, you will also need to create a partition for \"/home\"\n"
@@ -2095,11 +2375,11 @@ msgid ""
"\"Hard drive number\" is always a letter after \"hd\" or \"sd\". For IDE\n"
"hard drives:\n"
"\n"
-" * \"a\" means \"master hard drive on the primary IDE controller\",\n"
+" * \"a\" means \"master hard drive on the primary IDE controller\";\n"
"\n"
-" * \"b\" means \"slave hard drive on the primary IDE controller\",\n"
+" * \"b\" means \"slave hard drive on the primary IDE controller\";\n"
"\n"
-" * \"c\" means \"master hard drive on the secondary IDE controller\",\n"
+" * \"c\" means \"master hard drive on the secondary IDE controller\";\n"
"\n"
" * \"d\" means \"slave hard drive on the secondary IDE controller\".\n"
"\n"
@@ -2135,8 +2415,8 @@ msgstr ""
#: ../../help.pm_.c:72
msgid ""
-"The Mandrake Linux installation is spread out over several CDROMs. DrakX\n"
-"knows if a selected package is located on another CDROM and will eject the\n"
+"The Mandrake Linux installation is spread out over several CD-ROMs. DrakX\n"
+"knows if a selected package is located on another CD-ROM and will eject the\n"
"current CD and ask you to insert a different one as required."
msgstr ""
@@ -2146,8 +2426,8 @@ msgid ""
"system. There are thousands of packages available for Mandrake Linux, and\n"
"you are not supposed to know them all by heart.\n"
"\n"
-"If you are performing a standard installation from CDROM, you will first be\n"
-"asked to specify the CDs you currently have (in Expert mode only). Check\n"
+"If you are performing a standard installation from a CD-ROM, you will first\n"
+"be asked to specify the CDs you currently have (in Expert mode only). Check\n"
"the CD labels and highlight the boxes corresponding to the CDs you have\n"
"available for installation. Click \"OK\" when you are ready to continue.\n"
"\n"
@@ -2156,49 +2436,61 @@ msgid ""
"\n"
" * \"Workstation\": if you plan to use your machine as a workstation, "
"select\n"
-"one or more of the corresponding groups.\n"
+"one or more of the corresponding groups;\n"
"\n"
-" * \"Development\": if the machine is to be used for programming, choose "
-"the\n"
-"desired group(s).\n"
+" * \"Development\": if your machine is to be used for programming, choose\n"
+"the desired group(s);\n"
"\n"
-" * \"Server\": finally, if the machine is intended to be a server, you will\n"
-"be able to select which of the most common services you wish to see\n"
-"installed on the machine.\n"
+" * \"Server\": if your machine is intended to be a server, you will be able\n"
+"to select which of the most common services you wish to install on your\n"
+"machine;\n"
"\n"
-" * \"Graphical Environment\": this is where you will choose your preferred\n"
-"graphical environment. At least one must be selected if you want to have a\n"
-"graphical workstation!\n"
+" * \"Graphical Environment\": finally, this is where you will choose your\n"
+"preferred graphical environment. At least one must be selected if you want\n"
+"to have a graphical workstation!\n"
"\n"
"Moving the mouse cursor over a group name will display a short explanatory\n"
-"text about that group.\n"
+"text about that group. If you deselect all groups when performing a regular\n"
+"installation (by opposition to an upgrade), a dialog will pop up proposing\n"
+"different options for a minimal installation:\n"
+"\n"
+" * \"With X\": install the fewer packages possible to have a working\n"
+"graphical desktop;\n"
+"\n"
+" * \"With basic documentation\": installs the base system plus basic\n"
+"utilities and their documentation. This installation is suitable for\n"
+"setting up a server;\n"
+"\n"
+" * \"Truly minimal install\": will install the strict minimum necessary to\n"
+"get a working Linux system, in command line only. This installation is\n"
+"about 65Mb large.\n"
"\n"
"You can check the \"Individual package selection\" box, which is useful if\n"
"you are familiar with the packages being offered or if you want to have\n"
"total control over what will be installed.\n"
"\n"
-"If you started the installation in \"Update\" mode, you can unselect all\n"
+"If you started the installation in \"Upgrade\" mode, you can unselect all\n"
"groups to avoid installing any new package. This is useful for repairing or\n"
"updating an existing system."
msgstr ""
-#: ../../help.pm_.c:115
+#: ../../help.pm_.c:128
msgid ""
-"Finally, depending on your choice of whether or not to select individual\n"
-"packages, you will be presented a tree containing all packages classified\n"
-"by groups and subgroups. While browsing the tree, you can select entire\n"
-"groups, subgroups, or individual packages.\n"
+"Finally, depending on whether or not you selected individual packages, you\n"
+"will be presented a tree containing all packages classified by groups and\n"
+"subgroups. While browsing the tree, you can select entire groups,\n"
+"subgroups, or individual packages.\n"
"\n"
"Whenever you select a package on the tree, a description appears on the\n"
"right. When your selection is finished, click the \"Install\" button which\n"
"will then launch the installation process. Depending on the speed of your\n"
"hardware and the number of packages that need to be installed, it may take\n"
-"a while to complete the process. A time to complete estimate is displayed\n"
-"on the screen to help you gauge if there is sufficient time to enjoy a cup\n"
-"of coffee.\n"
+"a while to complete the process. An estimate of the time it will take to\n"
+"install everything is displayed on the screen, to help you gauge if there\n"
+"is sufficient time to enjoy a cup of coffee.\n"
"\n"
-"!! If a server package has been selected either intentionally or because it\n"
-"was part of a whole group, you will be asked to confirm that you really\n"
+"!! If a server package has been selected, either intentionally or because\n"
+"it was part of a whole group, you will be asked to confirm that you really\n"
"want those servers to be installed. Under Mandrake Linux, any installed\n"
"servers are started by default at boot time. Even if they are safe and have\n"
"no known issues at the time the distribution was shipped, it may happen\n"
@@ -2213,37 +2505,38 @@ msgid ""
"occurs because it has determined that it needs to satisfy a dependency with\n"
"another package in order to successfully complete the installation.\n"
"\n"
-"The tiny floppy disc icon at the bottom of the list allows to load the\n"
-"packages list chosen during a previous installation. Clicking on this icon\n"
+"The tiny floppy disk icon at the bottom of the list allows to load the\n"
+"package list chosen during a previous installation. Clicking on this icon\n"
"will ask you to insert a floppy disk previously created at the end of\n"
"another installation. See the second tip of last step on how to create such\n"
"a floppy."
msgstr ""
-#: ../../help.pm_.c:151
+#: ../../help.pm_.c:164
msgid ""
-"If you wish to connect your computer to the Internet or to a local network,\n"
-"please choose the correct option. Please turn on your device before\n"
-"choosing the correct option to let DrakX detect it automatically.\n"
+"You are now proposed to set up your Internet/network connection. If you\n"
+"wish to connect your computer to the Internet or to a local network, click\n"
+"\"OK\". The autodetection of network devices and modem will be launched. If\n"
+"this detection fails, uncheck the \"Use auto detection\" box next time. You\n"
+"may also choose not to configure the network, or do it later; in that case,\n"
+"simply click the \"Cancel\" button.\n"
"\n"
-"Mandrake Linux proposes the configuration of an Internet connection at\n"
-"installation time. Available connections are: traditional modem, ISDN\n"
-"modem, ADSL connection, cable modem, and finally a simple LAN connection\n"
-"(Ethernet).\n"
+"Available connections are: traditional modem, ISDN modem, ADSL connection,\n"
+"cable modem, and finally a simple LAN connection (Ethernet).\n"
"\n"
"Here, we will not detail each configuration. Simply make sure that you have\n"
"all the parameters from your Internet Service Provider or system\n"
"administrator.\n"
"\n"
-"You can consult the manual chapter about Internet connections for details\n"
-"about the configuration, or simply wait until your system is installed and\n"
-"use the program described there to configure your connection.\n"
+"You can consult the ``User Guide'' chapter about Internet connections for\n"
+"details about the configuration, or simply wait until your system is\n"
+"installed and use the program described there to configure your connection.\n"
"\n"
-"If you wish to configure the network later after installation or if you\n"
-"have finished configuring your network connection, click \"Cancel\"."
+"If you wish to configure the network later after installation, or if you\n"
+"are finished configuring your network connection, click \"Cancel\"."
msgstr ""
-#: ../../help.pm_.c:172
+#: ../../help.pm_.c:186
msgid ""
"You may now choose which services you wish to start at boot time.\n"
"\n"
@@ -2255,41 +2548,52 @@ msgid ""
"specific service. However, if you are not sure whether a service is useful\n"
"or not, it is safer to leave the default behavior.\n"
"\n"
-"At this stage, be very careful if you intend to use your machine as a\n"
-"server: you will probably not want to start any services that you do not\n"
+"!! At this stage, be very careful if you intend to use your machine as a\n"
+"server: you will probably not want to start any services which you do not\n"
"need. Please remember that several services can be dangerous if they are\n"
-"enabled on a server. In general, select only the services you really need."
+"enabled on a server. In general, select only the services you really need.\n"
+"!!"
msgstr ""
-#: ../../help.pm_.c:188
+#: ../../help.pm_.c:203
msgid ""
-"GNU/Linux manages time in GMT (Greenwich Manage Time) and translates it in\n"
-"local time according to the time zone you selected."
+"GNU/Linux manages time in GMT (Greenwich Mean Time) and translates it in\n"
+"local time according to the time zone you selected. It is however possible\n"
+"to deactivate this by deselecting \"Hardware clock set to GMT\" so that the\n"
+"hardware clock is the same as the system clock. This is useful when the\n"
+"machine is hosting another operating system like Windows.\n"
+"\n"
+"The \"Automatic time synchronization\" option will automatically regulate\n"
+"the clock by connecting to a remote time server on the Internet. In the\n"
+"list that is presented, choose a server located near you. Of course you\n"
+"must have a working Internet connection for this feature to work. It will\n"
+"actually install on your machine a time server which can be optionally used\n"
+"by other machines on your local network."
msgstr ""
-#: ../../help.pm_.c:192
+#: ../../help.pm_.c:217
msgid ""
"X (for X Window System) is the heart of the GNU/Linux graphical interface\n"
-"on which all the graphics environments (KDE, Gnome, AfterStep,\n"
-"WindowMaker...) bundled with Mandrake Linux rely. In this section, DrakX\n"
+"on which all the graphical environments (KDE, GNOME, AfterStep,\n"
+"WindowMaker, etc.) bundled with Mandrake Linux rely. In this section, DrakX\n"
"will try to configure X automatically.\n"
"\n"
"It is extremely rare for it to fail, unless the hardware is very old (or\n"
"very new). If it succeeds, it will start X automatically with the best\n"
-"resolution possible depending on the size of the monitor. A window will\n"
+"resolution possible, depending on the size of the monitor. A window will\n"
"then appear and ask you if you can see it.\n"
"\n"
-"If you are doing an \"Expert\" install, you will enter the X configuration\n"
-"wizard. See the corresponding section of the manual for more information\n"
-"about this wizard.\n"
+"If you are doing an \"Expert\" installation, you will enter the X\n"
+"configuration wizard. See the corresponding section of the manual for more\n"
+"information about this wizard.\n"
"\n"
-"If you can see the message and answer \"Yes\", then DrakX will proceed to\n"
-"the next step. If you cannot see the message, it simply means that the\n"
-"configuration was wrong and the test will automatically end after 10\n"
-"seconds, restoring the screen."
+"If you can see the message during the test, and answer \"Yes\", then DrakX\n"
+"will proceed to the next step. If you cannot see the message, it simply\n"
+"means that the configuration was wrong and the test will automatically end\n"
+"after 10 seconds, restoring the screen."
msgstr ""
-#: ../../help.pm_.c:212
+#: ../../help.pm_.c:237
msgid ""
"The first time you try the X configuration, you may not be very satisfied\n"
"with its display (screen is too small, shifted left or right...). Hence,\n"
@@ -2299,11 +2603,11 @@ msgid ""
"\n"
"As a last resort, if you still cannot get X to work, choose \"Change\n"
"graphics card\", select \"Unlisted card\", and when prompted on which\n"
-"server you want, choose \"FBDev\". This is a failsafe option which works\n"
-"with any modern graphics card. Then choose \"Test again\" to be sure."
+"server, choose \"FBDev\". This is a failsafe option which works with any\n"
+"modern graphics card. Then choose \"Test again\" to be sure."
msgstr ""
-#: ../../help.pm_.c:224
+#: ../../help.pm_.c:249
msgid ""
"Finally, you will be asked whether you want to see the graphical interface\n"
"at boot. Note this question will be asked even if you chose not to test the\n"
@@ -2312,17 +2616,16 @@ msgid ""
"configured."
msgstr ""
-#: ../../help.pm_.c:231
+#: ../../help.pm_.c:256
msgid ""
-"The Mandrake Linux CDROM has a built-in rescue mode. You can access it by\n"
-"booting from the CDROM, press the >>F1<< key at boot and type >>rescue<< at\n"
-"the prompt. But in case your computer cannot boot from the CDROM, you\n"
+"The Mandrake LinuxCD-ROM has a built-in rescue mode. You can access it by\n"
+"booting from the CD-ROM, press the >>F1<< key at boot and type >>rescue<<\n"
+"at the prompt. But in case your computer cannot boot from the CD-ROM, you\n"
"should come back to this step for help in at least two situations:\n"
"\n"
-" * when installing the boot loader, DrakX will rewrite the boot sector "
-"(MBR)\n"
-"of your main disk (unless you are using another boot manager) so that you\n"
-"can start up with either Windows or GNU/Linux (assuming you have Windows in\n"
+" * when installing the bootloader, DrakX will rewrite the boot sector (MBR)\n"
+"of your main disk (unless you are using another boot manager), to allow you\n"
+"to start up with either Windows or GNU/Linux (assuming you have Windows in\n"
"your system). If you need to reinstall Windows, the Microsoft install\n"
"process will rewrite the boot sector, and then you will not be able to\n"
"start GNU/Linux!\n"
@@ -2340,25 +2643,26 @@ msgid ""
"the whole disk."
msgstr ""
-#: ../../help.pm_.c:255
+#: ../../help.pm_.c:280
#, fuzzy
msgid ""
-"At this point you need to choose where on your hard drive to install your\n"
-"Mandrake Linux operating system. If your hard drive is empty or if an\n"
-"existing operating system is using all the space available, you will need\n"
-"to partition it. Basically, partitioning a hard drive consists of logically\n"
-"dividing it to create space to install your new Mandrake Linux system.\n"
+"At this point, you need to choose where you want to install the Mandrake\n"
+"Linux operating system on your hard drive. If your hard drive is empty or\n"
+"if an existing operating system is using all the available space, you will\n"
+"need to partition it. Basically, partitioning a hard drive consists of\n"
+"logically dividing it to create space to install your new Mandrake Linux\n"
+"system.\n"
"\n"
-"Because the effects of the partitioning process are usually irreversible,\n"
+"Because the partitioning process' effects are usually irreversible,\n"
"partitioning can be intimidating and stressful if you are an inexperienced\n"
"user. Fortunately, there is a wizard which simplifies this process. Before\n"
"beginning, please consult the manual and take your time.\n"
"\n"
-"If you are running the install in Expert mode, you will enter DiskDrake,\n"
-"the Mandrake Linux partitioning tool, which allows you to fine-tune your\n"
-"partitions. See the DiskDrake chapter of the manual. From the installation\n"
-"interface, you can use the wizards as described here by clicking the\n"
-"\"Wizard\" button of the dialog.\n"
+"If you are running the installation in Expert mode, you will enter\n"
+"DiskDrake, the Mandrake Linux partitioning tool, which allows you to\n"
+"fine-tune your partitions. See the DiskDrake section in the ``User Guide''.\n"
+"From the installation interface, you can use the wizards as described here\n"
+"by clicking the dialog's \"Wizard\" button.\n"
"\n"
"If partitions have already been defined, either from a previous\n"
"installation or from another partitioning tool, simply select those to\n"
@@ -2369,43 +2673,45 @@ msgid ""
"available:\n"
"\n"
" * \"Use free space\": this option will simply lead to an automatic\n"
-"partitioning of your blank drive(s). You will not be prompted further.\n"
+"partitioning of your blank drive(s). You will not be prompted further;\n"
"\n"
" * \"Use existing partition\": the wizard has detected one or more existing\n"
"Linux partitions on your hard drive. If you want to use them, choose this\n"
-"option.\n"
+"option;\n"
"\n"
-" * \"Use the free space on the Windows partition\": if Microsoft Windows is\n"
+" * \"Use the free space on the Windows; partition\": if MicrosoftWindows is\n"
"installed on your hard drive and takes all the space available on it, you\n"
-"have to create free space for Linux data. To do that, you can delete your\n"
-"Microsoft Windows partition and data (see \"Erase entire disk\" or \"Expert\n"
-"mode\" solutions) or resize your Microsoft Windows partition. Resizing can\n"
-"be performed without the loss of any data. This solution is recommended if\n"
-"you want to use both Mandrake Linux and Microsoft Windows on same computer.\n"
+"have to create free space for Linux data. To do so, you can delete your\n"
+"MicrosoftWindows partition and data (see ``Erase entire disk'' or ``Expert\n"
+"mode'' solutions) or resize your MicrosoftWindows partition. Resizing can\n"
+"be performed without the loss of any data, provided you previously\n"
+"defragment the Windows partition. Backing up your data won't hurt either..\n"
+"This solution is recommended if you want to use both Mandrake Linux and\n"
+"MicrosoftWindows on the same computer.\n"
"\n"
" Before choosing this option, please understand that after this "
"procedure,\n"
-"the size of your Microsoft Windows partition will be smaller than at the\n"
-"present time. You will have less free space under Microsoft Windows to\n"
-"store your data or to install new software.\n"
+"the size of your MicrosoftWindows partition will be smaller than at the\n"
+"present time. You will have less free space under MicrosoftWindows to store\n"
+"your data or to install new software;\n"
"\n"
" * \"Erase entire disk\": if you want to delete all data and all partitions\n"
"present on your hard drive and replace them with your new Mandrake Linux\n"
"system, choose this option. Be careful with this solution because you will\n"
-"not be able to revert your choice after confirmation.\n"
+"not be able to revert your choice after you confirm;\n"
"\n"
" !! If you choose this option, all data on your disk will be lost. !!\n"
"\n"
" * \"Remove Windows\": this will simply erase everything on the drive and\n"
"begin fresh, partitioning everything from scratch. All data on your disk\n"
-"will be lost.\n"
+"will be lost;\n"
"\n"
" !! If you choose this option, all data on your disk will be lost. !!\n"
"\n"
" * \"Expert mode\": choose this option if you want to manually partition\n"
-"your hard drive. Be careful - it is a powerful but dangerous choice. You\n"
-"can very easily lose all your data. Hence, do not choose this unless you\n"
-"know what you are doing."
+"your hard drive. Be careful it is a powerful but dangerous choice. You can\n"
+"very easily lose all your data. Hence, do not choose this unless you know\n"
+"what you are doing."
msgstr ""
" , \n"
" Mandrake Linux. \n"
@@ -2466,7 +2772,7 @@ msgstr ""
" . "
" ."
-#: ../../help.pm_.c:319
+#: ../../help.pm_.c:347
msgid ""
"There you are. Installation is now complete and your GNU/Linux system is\n"
"ready to use. Just click \"OK\" to reboot the system. You can start\n"
@@ -2481,29 +2787,30 @@ msgid ""
"\n"
" Note that two different options are available after clicking the button:\n"
"\n"
-" * \"Replay\". This is a partially automated install as the partitioning\n"
-"step (and only this one) remains interactive.\n"
+" * \"Replay\". This is a partially automated installation as the\n"
+"partitioning step (and only this one) remains interactive;\n"
"\n"
-" * \"Automated\". Fully automated install: the hard disk is completely\n"
+" * \"Automated\". Fully automated installation: the hard disk is "
+"completely\n"
"rewritten, all data is lost.\n"
"\n"
" This feature is very handy when installing a great number of similar\n"
-"machines. See the Auto install section at our web site.\n"
+"machines. See the Auto install section on our web site;\n"
"\n"
-" * \"Save packages selection\"(*): saves the packages selection as made\n"
+" * \"Save packages selection\"(*): saves the package selection as done\n"
"previously. Then, when doing another installation, insert the floppy inside\n"
-"the driver and run the installation going to the help screen by pressing on\n"
+"the drive and run the installation going to the help screen by pressing on\n"
"the [F1] key, and by issuing >>linux defcfg=\"floppy\"<<.\n"
"\n"
"(*) You need a FAT-formatted floppy (to create one under GNU/Linux, type\n"
"\"mformat a:\")"
msgstr ""
-#: ../../help.pm_.c:350
+#: ../../help.pm_.c:378
#, fuzzy
msgid ""
"Any partitions that have been newly defined must be formatted for use\n"
-"(formatting means creating a file system).\n"
+"(formatting means creating a filesystem).\n"
"\n"
"At this time, you may wish to reformat some already existing partitions to\n"
"erase any data they contain. If you wish to do that, please select those\n"
@@ -2517,7 +2824,7 @@ msgid ""
"\n"
"Please be careful when selecting partitions. After formatting, all data on\n"
"the selected partitions will be deleted and you will not be able to recover\n"
-"any of them.\n"
+"any of it.\n"
"\n"
"Click on \"OK\" when you are ready to format partitions.\n"
"\n"
@@ -2525,7 +2832,7 @@ msgid ""
"Mandrake Linux operating system installation.\n"
"\n"
"Click on \"Advanced\" if you wish to select partitions that will be checked\n"
-"for bad blocks on the disc."
+"for bad blocks on the disk."
msgstr ""
" , \n"
" ( - ).\n"
@@ -2556,7 +2863,7 @@ msgstr ""
"\n"
" Mandrake Linux."
-#: ../../help.pm_.c:376
+#: ../../help.pm_.c:404
#, fuzzy
msgid ""
"Your new Mandrake Linux operating system is currently being installed.\n"
@@ -2574,70 +2881,99 @@ msgstr ""
"\n"
" , ."
-#: ../../help.pm_.c:384
+#: ../../help.pm_.c:412
msgid ""
-"Before continuing you should read carefully the terms of the license. It\n"
+"At the time you are installing Mandrake Linux, it is likely that some\n"
+"packages have been updated since the initial release. Some bugs may have\n"
+"been fixed, and security issues solved. To allow you to benefit from these\n"
+"updates, you are now proposed to download them from the Internet. Choose\n"
+"\"Yes\" if you have a working Internet connection, or \"No\" if you prefer\n"
+"to install updated packages later.\n"
+"\n"
+"Choosing \"Yes\" displays a list of places from which updates can be\n"
+"retrieved. Choose the one nearest you. Then a package-selection tree\n"
+"appears: review the selection, and press \"Install\" to retrieve and\n"
+"install the selected package(s), or \"Cancel\" to abort."
+msgstr ""
+
+#: ../../help.pm_.c:425
+msgid ""
+"Before continuing, you should read carefully the terms of the license. It\n"
"covers the whole Mandrake Linux distribution, and if you do not agree with\n"
"all the terms in it, click on the \"Refuse\" button which will immediately\n"
-"terminate the installation. To continue with the installation, click the\n"
+"terminate the installation. To continue with the installation, click on the\n"
"\"Accept\" button."
msgstr ""
-#: ../../help.pm_.c:391
+#: ../../help.pm_.c:432
msgid ""
"At this point, it is time to choose the security level desired for the\n"
"machine. As a rule of thumb, the more exposed the machine is, and the more\n"
"the data stored in it is crucial, the higher the security level should be.\n"
-"However, a higher security level is generally obtained at the expenses of\n"
-"easiness of use. Refer to the MSEC chapter of the ``Reference Manual'' to\n"
-"get more information about the meaning of these levels.\n"
+"However, a higher security level is generally obtained at the expense of\n"
+"easiness of use. Refer to the \"msec\" chapter of the ``Reference Manual''\n"
+"to get more information about the meaning of these levels.\n"
"\n"
"If you do not know what to choose, keep the default option."
msgstr ""
-#: ../../help.pm_.c:401
+#: ../../help.pm_.c:442
msgid ""
-"At this point, you need to choose what partition(s) will be used for the\n"
-"installation of your Mandrake Linux system. If partitions have been already\n"
+"At this point, you need to choose which partition(s) will be used for the\n"
+"installation of your Mandrake Linux system. If partitions have already been\n"
"defined, either from a previous installation of GNU/Linux or from another\n"
-"partitioning tool, you can use existing partitions. Otherwise hard drive\n"
+"partitioning tool, you can use existing partitions. Otherwise, hard drive\n"
"partitions must be defined.\n"
"\n"
"To create partitions, you must first select a hard drive. You can select\n"
-"the disk for partitioning by clicking on \"hda\" for the first IDE drive,\n"
-"\"hdb\" for the second, \"sda\" for the first SCSI drive and so on.\n"
+"the disk for partitioning by clicking on ``hda'' for the first IDE drive,\n"
+"``hdb'' for the second, ``sda'' for the first SCSI drive and so on.\n"
"\n"
"To partition the selected hard drive, you can use these options:\n"
"\n"
" * \"Clear all\": this option deletes all partitions on the selected hard\n"
-"drive.\n"
+"drive;\n"
+"\n"
+" * \"Auto allocate\": this option enables to automatically create \"Ext2\"\n"
+"and swap partitions in free space of your hard drive;\n"
+"\n"
+" * \"More\": gives access to additional features:\n"
+"\n"
+" * \"Save partition table\": saves the partition table to a floppy. "
+"Useful\n"
+"for later partition-table recovery if necessary. It is strongly recommended\n"
+"to perform this step;\n"
"\n"
-" * \"Auto allocate\": this option allows you to automatically create Ext2\n"
-"and swap partitions in free space of your hard drive.\n"
+" * \"Restore partition table\": allows to restore a previously saved\n"
+"partition table from floppy disk;\n"
"\n"
-" * \"Rescue partition table\": if your partition table is damaged, you can\n"
+" * \"Rescue partition table\": if your partition table is damaged, you "
+"can\n"
"try to recover it using this option. Please be careful and remember that it\n"
-"can fail.\n"
+"can fail;\n"
"\n"
-" * \"Undo\": use this option to cancel your changes.\n"
+" * \"Reload partition table\": discards all changes and loads your "
+"initial\n"
+"partition table;\n"
"\n"
-" * \"Reload\": you can use this option if you wish to undo all changes and\n"
-"load your initial partitions table.\n"
+" * \"Removable media automounting\": unchecking this option will force "
+"users\n"
+"to manually mount and unmount removable medias such as floppies and\n"
+"CD-ROMs.\n"
"\n"
" * \"Wizard\": use this option if you wish to use a wizard to partition "
"your\n"
"hard drive. This is recommended if you do not have a good knowledge of\n"
-"partitioning.\n"
+"partitioning;\n"
"\n"
-" * \"Restore from floppy\": this option will allow you to restore a\n"
-"previously saved partition table from floppy disk.\n"
+" * \"Undo\": use this option to cancel your changes;\n"
"\n"
-" * \"Save to floppy\": saves the partition table to a floppy. Useful for\n"
-"later partition-table recovery if necessary. It is strongly recommended to\n"
-"perform this step.\n"
+" * \"Toggle to normal/expert mode\": allows additional actions on "
+"partitions\n"
+"(type, options, format) and gives more information;\n"
"\n"
-" * \"Done\": when you have finished partitioning your hard drive, this will\n"
-"save your changes back to disc.\n"
+" * \"Done\": when you are finished partitioning your hard drive, this will\n"
+"save your changes back to disk.\n"
"\n"
"Note: you can reach any option using the keyboard. Navigate through the\n"
"partitions using [Tab] and [Up/Down] arrows.\n"
@@ -2650,18 +2986,21 @@ msgid ""
"\n"
" * Ctrl-m to set the mount point.\n"
"\n"
+"To get information about the different filesystem types available, please\n"
+"read the ext2fs chapter from the ``Reference Manual''.\n"
+"\n"
"If you are installing on a PPC machine, you will want to create a small HFS\n"
-"\"bootstrap\" partition of at least 1MB which will be used by the yaboot\n"
-"boot loader. If you opt to make the partition a bit larger, say 50MB, you\n"
+"``bootstrap'' partition of at least 1MB, which will be used by the yaboot\n"
+"bootloader. If you opt to make the partition a bit larger, say 50MB, you\n"
"may find it a useful place to store a spare kernel and ramdisk images for\n"
"emergency boot situations."
msgstr ""
-#: ../../help.pm_.c:460
+#: ../../help.pm_.c:513
#, fuzzy
msgid ""
-"More than one Microsoft Windows partition has been detected on your hard\n"
-"drive. Please choose the one you want resize in order to install your new\n"
+"More than one Microsoft partition has been detected on your hard drive.\n"
+"Please choose the one you want to resize in order to install your new\n"
"Mandrake Linux operating system.\n"
"\n"
"Each partition is listed as follows: \"Linux name\", \"Windows name\"\n"
@@ -2676,11 +3015,11 @@ msgid ""
"\"Hard drive number\" is always a letter after \"hd\" or \"sd\". With IDE\n"
"hard drives:\n"
"\n"
-" * \"a\" means \"master hard drive on the primary IDE controller\",\n"
+" * \"a\" means \"master hard drive on the primary IDE controller\";\n"
"\n"
-" * \"b\" means \"slave hard drive on the primary IDE controller\",\n"
+" * \"b\" means \"slave hard drive on the primary IDE controller\";\n"
"\n"
-" * \"c\" means \"master hard drive on the secondary IDE controller\",\n"
+" * \"c\" means \"master hard drive on the secondary IDE controller\";\n"
"\n"
" * \"d\" means \"slave hard drive on the secondary IDE controller\".\n"
"\n"
@@ -2718,38 +3057,48 @@ msgstr ""
"\"Windows \" Windows ( \n"
" \"C:\")."
-#: ../../help.pm_.c:491
+#: ../../help.pm_.c:544
msgid "Please be patient. This operation can take several minutes."
msgstr " , . ."
-#: ../../help.pm_.c:494
+#: ../../help.pm_.c:547
#, fuzzy
msgid ""
"DrakX now needs to know if you want to perform a default (\"Recommended\")\n"
-"installation or if you want to have greater control (\"Expert\"). You also\n"
-"have the choice of performing a new install or an upgrade of an existing\n"
-"Mandrake Linux system. Clicking \"Install\" will completely wipe out the\n"
-"old system. Select \"Upgrade\" if you are upgrading or repairing an\n"
-"existing system.\n"
-"\n"
-"Please choose \"Install\" if there are no previous version of Mandrake\n"
-"Linux installed or if you wish to boot between various operating systems.\n"
+"installation or if you want to have greater control (\"Expert\"). You can\n"
+"also choose to do a new install or an upgrade of an existing Mandrake Linux\n"
+"system:\n"
+"\n"
+" * \"Install\": completely wipes out the old system. In fact, depending on\n"
+"what currently holds your machine, you will be able to keep some old (Linux\n"
+"or other) partitions unchanged;\n"
+"\n"
+" * \"Upgrade\": this installation class allows to simply update the "
+"packages\n"
+"currently installed on your Mandrake Linux system. It keeps the current\n"
+"partitions of your hard drives as well as user configurations. All other\n"
+"configuration steps remain available with respect to plain installation;\n"
+"\n"
+" * \"Upgrade Packages Only\": this brand new class allows to upgrade an\n"
+"existing Mandrake Linux system while keeping all system configurations\n"
+"unchanged. Adding new packages to the current installation is also\n"
+"possible.\n"
"\n"
-"Please choose \"Update\" if you wish to update or repair an already\n"
-"installed version of Mandrake Linux.\n"
+"Upgrades should work fine for Mandrake Linux systems starting from \"8.1\"\n"
+"release.\n"
"\n"
-"Depending on your knowledge of GNU/Linux, please choose one of the\n"
-"following to install or update your Mandrake Linux operating system:\n"
+"Depending on your knowledge of GNU/Linux, select one of the following\n"
+"choices:\n"
"\n"
" * Recommended: choose this if you have never installed a GNU/Linux\n"
"operating system. The installation will be very easy and you will only be\n"
-"asked a few questions.\n"
+"asked a few questions;\n"
"\n"
" * Expert: if you have a good knowledge of GNU/Linux, you can choose this\n"
"installation class. The expert installation will allow you to perform a\n"
-"highly customized installation. Answering some of the questions can be\n"
-"difficult if you do not have a good knowledge of GNU/Linux so do not choose\n"
-"this unless you know what you are doing."
+"highly-customized installation. Answering some of the questions can be\n"
+"difficult if you do not have a good knowledge of GNU/Linux, so do not\n"
+"choose this unless you know what you are doing."
msgstr ""
" , \"븢\" "
"Mandrake Linux\n"
@@ -2783,10 +3132,10 @@ msgstr ""
" , GNU/Linux.\n"
" , , ."
-#: ../../help.pm_.c:521
+#: ../../help.pm_.c:583
msgid ""
"Normally, DrakX selects the right keyboard for you (depending on the\n"
-"language you have chosen) and you will not even see this step. However, you\n"
+"language you have chosen) and you won't even see this step. However, you\n"
"might not have a keyboard that corresponds exactly to your language: for\n"
"example, if you are an English speaking Swiss person, you may still want\n"
"your keyboard to be a Swiss keyboard. Or if you speak English but are\n"
@@ -2798,7 +3147,7 @@ msgid ""
"supported keyboards."
msgstr ""
-#: ../../help.pm_.c:534
+#: ../../help.pm_.c:596
msgid ""
"Please choose your preferred language for installation and system usage.\n"
"\n"
@@ -2807,50 +3156,51 @@ msgid ""
"will install the language-specific files for system documentation and\n"
"applications. For example, if you will host users from Spain on your\n"
"machine, select English as the main language in the tree view and in the\n"
-"Advanced section click on the grey star corresponding to \"Spanish|Spain\".\n"
+"Advanced section click on the box corresponding to \"Spanish|Spain\".\n"
"\n"
"Note that multiple languages may be installed. Once you have selected any\n"
-"additional locales click the \"OK\" button to continue."
+"additional locales, click the \"OK\" button to continue."
msgstr ""
-#: ../../help.pm_.c:547
+#: ../../help.pm_.c:609
msgid ""
-"By default, DrakX assumes you have a two-button mouse and will set it up\n"
-"for third-button emulation. DrakX will automatically know whether it is a\n"
-"PS/2, serial or USB mouse.\n"
+"DrakX generally detects the number of buttons your mouse has. If not, it\n"
+"assumes you have a two-button mouse and will set it up for third-button\n"
+"emulation. DrakX will automatically know whether it is a PS/2, serial or\n"
+"USB mouse.\n"
"\n"
"If you wish to specify a different type of mouse select the appropriate\n"
-"type from the list provided.\n"
+"type from the provided list.\n"
"\n"
-"If you choose a mouse other than the default you will be presented with a\n"
-"mouse test screen. Use the buttons and wheel to verify that the settings\n"
-"are good. If the mouse is not working correctly press the space bar or\n"
-"RETURN to \"Cancel\" and choose again."
+"If you choose a mouse other than the default, a test screen will be\n"
+"displayed. Use the buttons and wheel to verify that the settings are\n"
+"correct. If the mouse is not working well, press the space bar or [Return]\n"
+"to \"Cancel\" and choose again."
msgstr ""
-#: ../../help.pm_.c:560
+#: ../../help.pm_.c:623
msgid ""
-"Please select the correct port. For example, the COM1 port under MS Windows\n"
-"is named ttyS0 under GNU/Linux."
+"Please select the correct port. For example, the \"COM1\" port under\n"
+"Windows is named \"ttyS0\" under GNU/Linux."
msgstr ""
-#: ../../help.pm_.c:564
+#: ../../help.pm_.c:627
msgid ""
"This is the most crucial decision point for the security of your GNU/Linux\n"
"system: you have to enter the \"root\" password. \"root\" is the system\n"
"administrator and is the only one authorized to make updates, add users,\n"
"change the overall system configuration, and so on. In short, \"root\" can\n"
"do everything! That is why you must choose a password that is difficult to\n"
-"guess - DrakX will tell you if it is too easy. As you can see, you can\n"
-"choose not to enter a password, but we strongly advise you against this if\n"
-"only for one reason: do not think that because you booted GNU/Linux that\n"
-"your other operating systems are safe from mistakes. Since \"root\" can\n"
-"overcome all limitations and unintentionally erase all data on partitions\n"
-"by carelessly accessing the partitions themselves, it is important for it\n"
-"to be difficult to become \"root\".\n"
+"guess DrakX will tell you if it is too easy. As you can see, you can choose\n"
+"not to enter a password, but we strongly advise you against this if only\n"
+"for one reason: do not think that because you booted GNU/Linux that your\n"
+"other operating systems are safe from mistakes. Since \"root\" can overcome\n"
+"all limitations and unintentionally erase all data on partitions by\n"
+"carelessly accessing the partitions themselves, it is important for it to\n"
+"be difficult to become \"root\".\n"
"\n"
"The password should be a mixture of alphanumeric characters and at least 8\n"
-"characters long. Never write down the \"root\" password - it makes it too\n"
+"characters long. Never write down the \"root\" password it makes it too\n"
"easy to compromise a system.\n"
"\n"
"However, please do not make the password too long or complicated because\n"
@@ -2859,12 +3209,12 @@ msgid ""
"The password will not be displayed on screen as you type it in. Hence, you\n"
"will have to type the password twice to reduce the chance of a typing\n"
"error. If you do happen to make the same typing error twice, this\n"
-"\"incorrect\" password will have to be used the first time you connect.\n"
+"``incorrect'' password will have to be used the first time you connect.\n"
"\n"
-"In expert mode, you will be asked if you will be connecting to an\n"
+"In Expert mode, you will be asked if you will be connecting to an\n"
"authentication server, like NIS or LDAP.\n"
"\n"
-"If your network uses LDAP (or NIS) protocol for authentication, select\n"
+"If your network uses the LDAP (or NIS) protocol for authentication, select\n"
"\"LDAP\" (or \"NIS\") as authentication. If you do not know, ask your\n"
"network administrator.\n"
"\n"
@@ -2872,61 +3222,61 @@ msgid ""
"want to choose \"Local files\" for authentication."
msgstr ""
-#: ../../help.pm_.c:600
+#: ../../help.pm_.c:663
msgid ""
-"LILO and GRUB are boot loaders for GNU/Linux. This stage, normally, is\n"
-"totally automated. In fact, DrakX analyzes the disk boot sector and acts\n"
+"LILO and grub are GNU/Linux bootloaders. This stage, normally, is totally\n"
+"automated. In fact, DrakX analyzes the disk boot sector and acts\n"
"accordingly, depending on what it finds here:\n"
"\n"
-" * if Windows boot sector is found, it will replace it with a GRUB/LILO "
-"boot\n"
-"sector. Hence, you will be able to load either GNU/Linux or another OS;\n"
+" * if a Windows boot sector is found, it will replace it with a grub/LILO\n"
+"boot sector. Hence, you will be able to load either GNU/Linux or another\n"
+"OS;\n"
"\n"
-" * if a GRUB or LILO boot sector is found, it will replace it with a new\n"
-"one;\n"
+" * if a grub or LILO boot sector is found, it will replace it with a new\n"
+"one.\n"
"\n"
"If in doubt, DrakX will display a dialog with various options.\n"
"\n"
-" * \"Boot loader to use\": you have three choices:\n"
+" * \"Bootloader to use\": you have three choices:\n"
+"\n"
+" * \"GRUB\": if you prefer grub (text menu).\n"
"\n"
" * \"LILO with graphical menu\": if you prefer LILO with its graphical\n"
"interface.\n"
"\n"
-" * \"GRUB\": if you prefer GRUB (text menu).\n"
-"\n"
" * \"LILO with text menu\": if you prefer LILO with its text menu "
"interface.\n"
"\n"
" * \"Boot device\": in most cases, you will not change the default\n"
-"(\"/dev/hda\"), but if you prefer, the boot loader can be installed on the\n"
-"second hard drive (\"/dev/hdb\"), or even on a floppy disk (\"/dev/fd0\").\n"
+"(\"/dev/hda\"), but if you prefer, the bootloader can be installed on the\n"
+"second hard drive (\"/dev/hdb\"), or even on a floppy disk (\"/dev/fd0\");\n"
"\n"
" * \"Delay before booting the default image\": when rebooting the computer,\n"
-"this is the delay granted to the user to choose - in the boot loader menu,\n"
+"this is the delay granted to the user to choose in the bootloader menu,\n"
"another boot entry than the default one.\n"
"\n"
-"!! Beware that if you choose not to install a boot loader (by selecting\n"
+"!! Beware that if you choose not to install a bootloader (by selecting\n"
"\"Cancel\" here), you must ensure that you have a way to boot your Mandrake\n"
-"Linux system! Also be sure you know what you do before changing any of the\n"
+"Linux system! Also, be sure you know what you do before changing any of the\n"
"options. !!\n"
"\n"
"Clicking the \"Advanced\" button in this dialog will offer many advanced\n"
"options, which are reserved to the expert user.\n"
"\n"
-"Mandrake Linux installs its own boot loader, which will let you boot either\n"
-"GNU/Linux or any other operating systems which you have on your system.\n"
+"After you have configured the general bootloader parameters, the list of\n"
+"boot options which will be available at boot time will be displayed.\n"
"\n"
-"If there is another operating system installed on your machine, it will be\n"
-"automatically added to the boot menu. Here, you can choose to fine-tune the\n"
-"existing options. Double-clicking on an existing entry allows you to change\n"
-"its parameters or remove it; \"Add\" creates a new entry; and \"Done\" goes\n"
-"on to the next installation step."
+"If there is another operating system installed on your machine, it will\n"
+"automatically be added to the boot menu. Here, you can choose to fine-tune\n"
+"the existing options. Select an entry and click \"Modify\" to modify or\n"
+"remove it; \"Add\" creates a new entry; and \"Done\" goes on to the next\n"
+"installation step."
msgstr ""
-#: ../../help.pm_.c:647
+#: ../../help.pm_.c:711
#, fuzzy
msgid ""
-"LILO (the LInux LOader) and GRUB are boot loaders: they are able to boot\n"
+"LILO (the LInux LOader) and grub are bootloaders: they are able to boot\n"
"either GNU/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"
@@ -2948,7 +3298,7 @@ msgstr ""
" i i i. \n"
" , i!"
-#: ../../help.pm_.c:658
+#: ../../help.pm_.c:722
#, fuzzy
msgid ""
"You must indicate where you wish to place the information required to boot\n"
@@ -2964,83 +3314,84 @@ msgstr ""
"i , i, \n"
" \" (MBR)\"."
-#: ../../help.pm_.c:665
+#: ../../help.pm_.c:729
msgid ""
-"Here we select a printing system for your computer to use. Other OSes may\n"
-"offer you one, but Mandrake offers three.\n"
+"Here, we select a printing system for your computer. Other OSs may offer\n"
+"you one, but Mandrake Linux offers three.\n"
"\n"
-" * \"pdq\" - which means ``print, don't queue'', is the choice if you have "
-"a\n"
+" * \"pdq\" which means ``print, don't queue'', is the choice if you have a\n"
"direct connection to your printer and you want to be able to panic out of\n"
-"printer jams, and you do not have any networked printers. It will handle\n"
-"only very simple network cases and is somewhat slow for networks. Pick\n"
-"\"pdq\" if this is your maiden voyage to GNU/Linux. You can change your\n"
-"choices after install by running PrinterDrake from the Mandrake Control\n"
-"Center and clicking the expert button.\n"
-"\n"
-" * \"CUPS\" - ``Common Unix Printing System'' is excellent at printing to\n"
-"your local printer and also halfway round the planet. It is simple and can\n"
-"act like a server or a client for the ancient \"lpd\" printing system, so\n"
-"it is compatible with the systems that went before. It can do many tricks,\n"
-"but the basic setup is almost as easy as \"pdq\". If you need this to\n"
-"emulate an \"lpd\" server, you must turn on the \"cups-lpd\" daemon. It has\n"
+"printer jams, and you do not have networked printers. It will handle only\n"
+"very simple network cases and is somewhat slow for networks. Pick \"pdq\"\n"
+"if this is your maiden voyage to GNU/Linux. You can change your choices\n"
+"after installation by running PrinterDrake from the Mandrake Control Center\n"
+"and clicking the expert button.\n"
+"\n"
+" * \"CUPS\"``Common Unix Printing System'', is excellent at printing to "
+"your\n"
+"local printer and also halfway-around the planet. It is simple and can act\n"
+"as a server or a client for the ancient \"lpd\" printing system. Hence, it\n"
+"is compatible with the systems that went before. It can do many tricks, but\n"
+"the basic setup is almost as easy as \"pdq\". If you need this to emulate\n"
+"an \"lpd\" server, you must turn on the \"cups-lpd\" daemon. It has\n"
"graphical front-ends for printing or choosing printer options.\n"
"\n"
-" * \"lprNG\" - ``line printer daemon New Generation''. This system can do\n"
+" * \"lprNG\"``line printer daemon New Generation''. This system can do\n"
"approximately the same things the others can do, but it will print to\n"
-"printers mounted on a Novell Network, because it supports IPX protocol, and\n"
-"it can print directly to shell commands. If you have need of Novell or\n"
+"printers mounted on a Novell Network, because it supports the IPX protocol,\n"
+"and it can print directly to shell commands. If you have need of Novell or\n"
"printing to commands without using a separate pipe construct, use lprNG.\n"
"Otherwise, CUPS is preferable as it is simpler and better at working over\n"
"networks."
msgstr ""
-#: ../../help.pm_.c:693
+#: ../../help.pm_.c:757
msgid ""
-"DrakX is now detecting any IDE devices present in your computer. It will\n"
-"also scan for one or more PCI SCSI card(s) on your system. If a SCSI card\n"
-"is found DrakX will automatically install the appropriate driver.\n"
+"DrakX now detects any IDE device present in your computer. It will also\n"
+"scan for one or more PCI SCSI card(s) on your system. If a SCSI card is\n"
+"found, DrakX will automatically install the appropriate driver.\n"
"\n"
-"Because hardware detection will sometimes not detect a piece of hardware\n"
+"Because hardware detection does not always detect a piece of hardware,\n"
"DrakX will ask you to confirm if a PCI SCSI card is present. Click \"Yes\"\n"
"if you know that there is a SCSI card installed in your machine. You will\n"
"be presented a list of SCSI cards to choose from. Click \"No\" if you have\n"
-"no SCSI hardware. If you are unsure you can check the list of hardware\n"
+"no SCSI hardware. If you are unsure, you can check the list of hardware\n"
"detected in your machine by selecting \"See hardware info\" and clicking\n"
"\"OK\". Examine the list of hardware and then click on the \"OK\" button to\n"
"return to the SCSI interface question.\n"
"\n"
"If you have to manually specify your adapter, DrakX will ask if you want to\n"
"specify options for it. You should allow DrakX to probe the hardware for\n"
-"the card-specific options that the hardware needs to initialize. This\n"
+"the card-specific options which the hardware needs to initialize. This\n"
"usually works well.\n"
"\n"
-"If DrakX is not able to probe for the options that need to be passed, you\n"
-"will need to manually provide options to the driver. Please review the\n"
-"``User Guide'' (chapter 3, section \"Collecting information on your\n"
-"hardware\") for hints on retrieving the parameters required from hardware\n"
-"documentation, from the manufacturer's web site (if you have Internet\n"
-"access) or from Microsoft Windows (if you used this hardware with Windows\n"
-"on your system)."
+"If DrakX is not able to probe for the options which need to be passed, you\n"
+"will need to provide options to the driver manually. Please review the\n"
+"``User Guide'' (chapter 3, in the ``Collecting Information on Your\n"
+"Hardware'' section) for hints on retrieving the parameters required from\n"
+"hardware documentation, from the manufacturer's web site (if you have\n"
+"Internet access) or from MicrosoftWindows (if you used this hardware with\n"
+"Windows on your system)."
msgstr ""
-#: ../../help.pm_.c:720
+#: ../../help.pm_.c:784
msgid ""
"You can add additional entries for yaboot, either for other operating\n"
"systems, alternate kernels, or for an emergency boot image.\n"
"\n"
-"For other OS's, the entry consists only of a label and the root partition.\n"
+"For other OSs, the entry consists only of a label and the \"root\"\n"
+"partition.\n"
"\n"
"For Linux, there are a few possible options:\n"
"\n"
" * Label: this is simply the name you will have to type at the yaboot "
"prompt\n"
-"to select this boot option.\n"
+"to select this boot option;\n"
"\n"
" * Image: this would be the name of the kernel to boot. Typically, vmlinux\n"
-"or a variation of vmlinux with an extension.\n"
+"or a variation of vmlinux with an extension;\n"
"\n"
-" * Root: the \"root\" device or \"/\" for your Linux installation.\n"
+" * Root: the \"root\" device or ``/'' for your Linux installation;\n"
"\n"
" * Append: on Apple hardware, the kernel append option is used quite often\n"
"to assist in initializing video hardware, or to enable keyboard mouse\n"
@@ -3054,107 +3405,105 @@ msgid ""
"\n"
" * Initrd: this option can be used either to load initial modules, before\n"
"the boot device is available, or to load a ramdisk image for an emergency\n"
-"boot situation.\n"
+"boot situation;\n"
"\n"
" * Initrd-size: the default ramdisk size is generally 4,096 bytes. If you\n"
-"need to allocate a large ramdisk, this option can be used.\n"
+"need to allocate a large ramdisk, this option can be used;\n"
"\n"
" * Read-write: normally the \"root\" partition is initially brought up in\n"
-"read-only, to allow a file system check before the system becomes \"live\".\n"
-"Here, you can override this option.\n"
+"read-only, to allow a file system check before the system becomes ``live''.\n"
+"Here, you can override this option;\n"
"\n"
" * NoVideo: should the Apple video hardware prove to be exceptionally\n"
-"problematic, you can select this option to boot in \"novideo\" mode, with\n"
-"native frame buffer support.\n"
+"problematic, you can select this option to boot in ``novideo'' mode, with\n"
+"native frame buffer support;\n"
"\n"
" * Default: selects this entry as being the default Linux selection,\n"
"selectable by just pressing ENTER at the yaboot prompt. This entry will\n"
-"also be highlighted with a \"*\", if you press [Tab] to see the boot\n"
+"also be highlighted with a ``*'', if you press [Tab] to see the boot\n"
"selections."
msgstr ""
-#: ../../help.pm_.c:765
+#: ../../help.pm_.c:830
msgid ""
-"Yaboot is a boot loader for NewWorld MacIntosh hardware. It is able to boot\n"
+"Yaboot is a bootloader for NewWorld MacIntosh hardware. It is able to boot\n"
"either GNU/Linux, MacOS or MacOSX if present on your computer. Normally,\n"
"these other operating systems are correctly detected and installed. If this\n"
-"is not the case, you can add an entry by hand in this screen. Be careful as\n"
-"to choose the correct parameters.\n"
+"is not the case, you can add an entry by hand in this screen. Be careful to\n"
+"choose the correct parameters.\n"
"\n"
"Yaboot's main options are:\n"
"\n"
-" * Init Message: a simple text message that is displayed before the boot\n"
-"prompt.\n"
+" * Init Message: a simple text message displayed before the boot prompt;\n"
"\n"
-" * Boot Device: indicate where you want to place the information required "
-"to\n"
-"boot to GNU/Linux. Generally, you setup a bootstrap partition earlier to\n"
-"hold this information.\n"
+" * Boot Device: indicates where you want to place the information required\n"
+"to boot to GNU/Linux. Generally, you set up a bootstrap partition earlier\n"
+"to hold this information;\n"
"\n"
" * Open Firmware Delay: unlike LILO, there are two delays available with\n"
"yaboot. The first delay is measured in seconds and at this point, you can\n"
-"choose between CD, OF boot, MacOS or Linux.\n"
+"choose between CD, OF boot, MacOS or Linux;\n"
"\n"
" * Kernel Boot Timeout: this timeout is similar to the LILO boot delay.\n"
"After selecting Linux, you will have this delay in 0.1 second before your\n"
-"default kernel description is selected.\n"
+"default kernel description is selected;\n"
"\n"
-" * Enable CD Boot?: checking this option allows you to choose \"C\" for CD\n"
-"at the first boot prompt.\n"
+" * Enable CD Boot?: checking this option allows you to choose ``C'' for CD\n"
+"at the first boot prompt;\n"
"\n"
-" * Enable OF Boot?: checking this option allows you to choose \"N\" for "
+" * Enable OF Boot?: checking this option allows you to choose ``N'' for "
"Open\n"
-"Firmware at the first boot prompt.\n"
+"Firmware at the first boot prompt;\n"
"\n"
" * Default OS: you can select which OS will boot by default when the Open\n"
"Firmware Delay expires."
msgstr ""
-#: ../../help.pm_.c:798
+#: ../../help.pm_.c:862
msgid ""
"Here are presented various parameters concerning your machine. Depending on\n"
-"your installed hardware, you may - or not, see the following entries:\n"
+"your installed hardware, you may or not, see the following entries:\n"
"\n"
-" * \"Mouse\": mouse check the current mouse configuration and click on the\n"
-"button to change it if necessary.\n"
+" * \"Mouse\": check the current mouse configuration and click on the button\n"
+"to change it if necessary;\n"
"\n"
-" * \"Keyboard\": keyboard check the current keyboard map configuration and\n"
-"click on the button to change that if necessary.\n"
+" * \"Keyboard\": check the current keyboard map configuration and click on\n"
+"the button to change that if necessary;\n"
"\n"
-" * \"Timezone\": time zoneDrakX, by default, guesses your time zone from "
-"the\n"
-"language you have chosen. But here again, as for the choice of a keyboard,\n"
-"you may not be in the country for which the chosen language should\n"
-"correspond. Hence, you may need to click on the \"Timezone\" button in\n"
-"order to configure the clock according to the time zone you are in.\n"
+" * \"Timezone\": DrakX, by default, guesses your time zone from the "
+"language\n"
+"you have chosen. But here again, as for the choice of a keyboard, you may\n"
+"not be in the country for which the chosen language should correspond.\n"
+"Hence, you may need to click on the \"Timezone\" button in order to\n"
+"configure the clock according to the time zone you are in;\n"
"\n"
" * \"Printer\": clicking on the \"No Printer\" button will open the printer\n"
-"configuration wizard.\n"
+"configuration wizard;\n"
"\n"
" * \"Sound card\": if a sound card is detected on your system, it is\n"
-"displayed here. No modification possible at installation time.\n"
+"displayed here. No modification possible at installation time;\n"
"\n"
" * \"TV card\": if a TV card is detected on your system, it is displayed\n"
-"here. No modification possible at installation time.\n"
+"here. No modification possible at installation time;\n"
"\n"
" * \"ISDN card\": if an ISDN card is detected on your system, it is\n"
"displayed here. You can click on the button to change the parameters\n"
-"associated to it."
+"associated with it."
msgstr ""
-#: ../../help.pm_.c:827
+#: ../../help.pm_.c:891
#, fuzzy
msgid ""
-"Choose the hard drive you want to erase to install your new Mandrake Linux\n"
-"partition. Be careful, all data present on it will be lost and will not be\n"
-"recoverable!"
+"Choose the hard drive you want to erase in order to install your new\n"
+"Mandrake Linux partition. Be careful, all data present on it will be lost\n"
+"and will not be recoverable!"
msgstr ""
" \n"
" Mandrake Linux. , "
"\n"
" ."
-#: ../../help.pm_.c:832
+#: ../../help.pm_.c:896
#, fuzzy
msgid ""
"Click on \"OK\" if you want to delete all data and partitions present on\n"
@@ -3173,13 +3522,20 @@ msgstr ""
"\n"
" \"\" "
-#: ../../install2.pm_.c:114
+#: ../../install2.pm_.c:113
#, c-format
msgid ""
-"Can't access kernel modules corresponding to your kernel (file %s is missing)"
+"Can't access kernel modules corresponding to your kernel (file %s is "
+"missing), this generally means your boot floppy in not in sync with the "
+"Installation medium (please create a newer boot floppy)"
msgstr ""
-#: ../../install_any.pm_.c:421
+#: ../../install2.pm_.c:169
+#, c-format
+msgid "You must also format %s"
+msgstr ""
+
+#: ../../install_any.pm_.c:411
#, c-format
msgid ""
"You have selected the following server(s): %s\n"
@@ -3194,7 +3550,7 @@ msgid ""
"Do you really want to install these servers?\n"
msgstr ""
-#: ../../install_any.pm_.c:457
+#: ../../install_any.pm_.c:447
msgid "Can't use broadcast with no NIS domain"
msgstr " broadcast NIS"
@@ -3213,20 +3569,11 @@ msgid ""
"defcfg=floppy''"
msgstr ""
-#: ../../install_any.pm_.c:831 ../../partition_table.pm_.c:737
+#: ../../install_any.pm_.c:831 ../../partition_table.pm_.c:763
#, c-format
msgid "Error reading file %s"
msgstr " %s"
-#: ../../install_gtk.pm_.c:84 ../../install_steps_gtk.pm_.c:325
-#: ../../interactive.pm_.c:107 ../../interactive.pm_.c:122
-#: ../../interactive.pm_.c:286 ../../interactive.pm_.c:308
-#: ../../interactive_http.pm_.c:104 ../../interactive_newt.pm_.c:170
-#: ../../interactive_stdio.pm_.c:27 ../../my_gtk.pm_.c:415
-#: ../../my_gtk.pm_.c:716 ../../my_gtk.pm_.c:738
-msgid "Ok"
-msgstr ""
-
#: ../../install_interactive.pm_.c:23
#, c-format
msgid ""
@@ -3236,7 +3583,7 @@ msgstr ""
" .\n"
" : %s"
-#: ../../install_interactive.pm_.c:44
+#: ../../install_interactive.pm_.c:58
msgid ""
"You must have a root partition.\n"
"For this, create a partition (or click on an existing one).\n"
@@ -3246,11 +3593,11 @@ msgstr ""
" ( i).\n"
" `` i'' i i `/'"
-#: ../../install_interactive.pm_.c:49 ../../install_steps_graphical.pm_.c:259
+#: ../../install_interactive.pm_.c:63
msgid "You must have a swap partition"
msgstr " i swap"
-#: ../../install_interactive.pm_.c:50 ../../install_steps_graphical.pm_.c:261
+#: ../../install_interactive.pm_.c:64
msgid ""
"You don't have a swap partition\n"
"\n"
@@ -3260,61 +3607,61 @@ msgstr ""
"\n"
" ?"
-#: ../../install_interactive.pm_.c:53 ../../install_steps.pm_.c:165
+#: ../../install_interactive.pm_.c:67 ../../install_steps.pm_.c:163
#, fuzzy
msgid "You must have a FAT partition mounted in /boot/efi"
msgstr " i swap"
-#: ../../install_interactive.pm_.c:76
+#: ../../install_interactive.pm_.c:90
msgid "Use free space"
msgstr " "
-#: ../../install_interactive.pm_.c:78
+#: ../../install_interactive.pm_.c:92
msgid "Not enough free space to allocate new partitions"
msgstr " "
-#: ../../install_interactive.pm_.c:86
+#: ../../install_interactive.pm_.c:100
msgid "Use existing partition"
msgstr " i "
-#: ../../install_interactive.pm_.c:88
+#: ../../install_interactive.pm_.c:102
msgid "There is no existing partition to use"
msgstr " i , i "
-#: ../../install_interactive.pm_.c:95
+#: ../../install_interactive.pm_.c:109
msgid "Use the Windows partition for loopback"
msgstr " Windows i i"
-#: ../../install_interactive.pm_.c:98
+#: ../../install_interactive.pm_.c:112
#, fuzzy
msgid "Which partition do you want to use for Linux4Win?"
msgstr " i?"
-#: ../../install_interactive.pm_.c:100
+#: ../../install_interactive.pm_.c:114
msgid "Choose the sizes"
msgstr " "
-#: ../../install_interactive.pm_.c:101
+#: ../../install_interactive.pm_.c:115
msgid "Root partition size in MB: "
msgstr " M: "
-#: ../../install_interactive.pm_.c:102
+#: ../../install_interactive.pm_.c:116
msgid "Swap partition size in MB: "
msgstr " swap M:"
-#: ../../install_interactive.pm_.c:111
+#: ../../install_interactive.pm_.c:125
msgid "Use the free space on the Windows partition"
msgstr " Windows"
-#: ../../install_interactive.pm_.c:114
+#: ../../install_interactive.pm_.c:128
msgid "Which partition do you want to resize?"
msgstr " i?"
-#: ../../install_interactive.pm_.c:116
+#: ../../install_interactive.pm_.c:130
msgid "Computing Windows filesystem bounds"
msgstr "i i Windows"
-#: ../../install_interactive.pm_.c:119
+#: ../../install_interactive.pm_.c:133
#, c-format
msgid ""
"The FAT resizer is unable to handle your partition, \n"
@@ -3323,20 +3670,22 @@ msgstr ""
" FAT \n"
" , : %s"
-#: ../../install_interactive.pm_.c:122
+#: ../../install_interactive.pm_.c:136
msgid "Your Windows partition is too fragmented, please run ``defrag'' first"
msgstr ""
" Windows . \n"
" i ``defrag''"
-#: ../../install_interactive.pm_.c:123
+#: ../../install_interactive.pm_.c:137
+#, fuzzy
msgid ""
"WARNING!\n"
"\n"
-"DrakX will now resize your Windows partition. Be careful: this operation is\n"
-"dangerous. If you have not already done so, you should first exit the\n"
-"installation, run scandisk under Windows (and optionally run defrag), then\n"
-"restart the installation. You should also backup your data.\n"
+"DrakX will now resize your Windows partition. Be careful:\n"
+"this operation is dangerous. If you have not already done\n"
+"so, you should first exit the installation, run scandisk\n"
+"under Windows (and optionally run defrag), then restart the\n"
+"installation. You should also backup your data.\n"
"When sure, press Ok."
msgstr ""
"!\n"
@@ -3348,21 +3697,21 @@ msgstr ""
" i i i .\n"
"i i, ii Ok."
-#: ../../install_interactive.pm_.c:132
+#: ../../install_interactive.pm_.c:147
msgid "Which size do you want to keep for windows on"
msgstr " Windows?"
-#: ../../install_interactive.pm_.c:133
+#: ../../install_interactive.pm_.c:148
#, c-format
msgid "partition %s"
msgstr " %s"
-#: ../../install_interactive.pm_.c:139
+#: ../../install_interactive.pm_.c:155
#, c-format
msgid "FAT resizing failed: %s"
msgstr " FAT %s"
-#: ../../install_interactive.pm_.c:154
+#: ../../install_interactive.pm_.c:170
msgid ""
"There is no FAT partitions to resize or to use as loopback (or not enough "
"space left)"
@@ -3370,33 +3719,33 @@ msgstr ""
" FAT \n"
" i i i (i )"
-#: ../../install_interactive.pm_.c:160
+#: ../../install_interactive.pm_.c:176
msgid "Erase entire disk"
msgstr "i i "
-#: ../../install_interactive.pm_.c:160
+#: ../../install_interactive.pm_.c:176
msgid "Remove Windows(TM)"
msgstr "i Windows(TM)"
-#: ../../install_interactive.pm_.c:163
+#: ../../install_interactive.pm_.c:179
msgid "You have more than one hard drive, which one do you install linux on?"
msgstr " i i Linux?"
-#: ../../install_interactive.pm_.c:166
+#: ../../install_interactive.pm_.c:182
#, c-format
msgid "ALL existing partitions and their data will be lost on drive %s"
msgstr " i %s i i "
-#: ../../install_interactive.pm_.c:174
+#: ../../install_interactive.pm_.c:190
#, fuzzy
msgid "Custom disk partitioning"
msgstr " i "
-#: ../../install_interactive.pm_.c:178
+#: ../../install_interactive.pm_.c:194
msgid "Use fdisk"
msgstr " fdisk"
-#: ../../install_interactive.pm_.c:181
+#: ../../install_interactive.pm_.c:197
#, c-format
msgid ""
"You can now partition %s.\n"
@@ -3405,34 +3754,34 @@ msgstr ""
" i %s\n"
" i i, `w'"
-#: ../../install_interactive.pm_.c:210
+#: ../../install_interactive.pm_.c:226
#, fuzzy
msgid "You don't have enough free space on your Windows partition"
msgstr " Windows"
-#: ../../install_interactive.pm_.c:226
+#: ../../install_interactive.pm_.c:242
#, fuzzy
msgid "I can't find any room for installing"
msgstr " "
-#: ../../install_interactive.pm_.c:230
+#: ../../install_interactive.pm_.c:246
msgid "The DrakX Partitioning wizard found the following solutions:"
msgstr " i DrakX :"
-#: ../../install_interactive.pm_.c:235
+#: ../../install_interactive.pm_.c:251
#, c-format
msgid "Partitioning failed: %s"
msgstr " : %s"
-#: ../../install_interactive.pm_.c:241
+#: ../../install_interactive.pm_.c:261
msgid "Bringing up the network"
msgstr " i"
-#: ../../install_interactive.pm_.c:246
+#: ../../install_interactive.pm_.c:266
msgid "Bringing down the network"
msgstr " i"
-#: ../../install_steps.pm_.c:73
+#: ../../install_steps.pm_.c:76
msgid ""
"An error occurred, but I don't know how to handle it nicely.\n"
"Continue at your own risk."
@@ -3440,12 +3789,12 @@ msgstr ""
"i , ,\n"
" ."
-#: ../../install_steps.pm_.c:207
+#: ../../install_steps.pm_.c:205
#, c-format
msgid "Duplicate mount point %s"
msgstr " i %s"
-#: ../../install_steps.pm_.c:384
+#: ../../install_steps.pm_.c:388
msgid ""
"Some important packages didn't get installed properly.\n"
"Either your cdrom drive or your cdrom is defective.\n"
@@ -3457,93 +3806,21 @@ msgstr ""
" cdrom , \"rpm -qpl Mandrake/RPMS/*."
"rpm\"\n"
-#: ../../install_steps.pm_.c:459
+#: ../../install_steps.pm_.c:458
#, c-format
msgid "Welcome to %s"
msgstr "Сардэчна запрашаем у %s"
-#: ../../install_steps.pm_.c:506 ../../install_steps.pm_.c:709
+#: ../../install_steps.pm_.c:513 ../../install_steps.pm_.c:755
msgid "No floppy drive available"
msgstr " "
-#: ../../install_steps_auto_install.pm_.c:77
-#: ../../install_steps_stdio.pm_.c:23
+#: ../../install_steps_auto_install.pm_.c:76
+#: ../../install_steps_stdio.pm_.c:22
#, c-format
msgid "Entering step `%s'\n"
msgstr " `%s'\n"
-#: ../../install_steps_graphical.pm_.c:287
-msgid "Choose the size you want to install"
-msgstr " "
-
-#: ../../install_steps_graphical.pm_.c:334
-msgid "Total size: "
-msgstr " : "
-
-#: ../../install_steps_graphical.pm_.c:346 ../../install_steps_gtk.pm_.c:387
-#, c-format
-msgid "Version: %s\n"
-msgstr "i: %s\n"
-
-#: ../../install_steps_graphical.pm_.c:347 ../../install_steps_gtk.pm_.c:388
-#, c-format
-msgid "Size: %d KB\n"
-msgstr ": %d K\n"
-
-#: ../../install_steps_graphical.pm_.c:462 ../../install_steps_gtk.pm_.c:481
-#: ../../install_steps_interactive.pm_.c:509
-msgid "Choose the packages you want to install"
-msgstr " "
-
-#: ../../install_steps_graphical.pm_.c:465 ../../interactive_gtk.pm_.c:571
-msgid "Info"
-msgstr "I"
-
-#: ../../install_steps_graphical.pm_.c:473 ../../install_steps_gtk.pm_.c:457
-#: ../../install_steps_interactive.pm_.c:212
-msgid "Install"
-msgstr "븢"
-
-#: ../../install_steps_graphical.pm_.c:492 ../../install_steps_gtk.pm_.c:497
-#: ../../install_steps_interactive.pm_.c:695
-msgid "Installing"
-msgstr "븢"
-
-#: ../../install_steps_graphical.pm_.c:499
-msgid "Please wait, "
-msgstr ", i , "
-
-#: ../../install_steps_graphical.pm_.c:501 ../../install_steps_gtk.pm_.c:510
-msgid "Time remaining "
-msgstr " "
-
-#: ../../install_steps_graphical.pm_.c:502
-msgid "Total time "
-msgstr " "
-
-#: ../../install_steps_graphical.pm_.c:507
-#: ../../install_steps_interactive.pm_.c:695
-msgid "Preparing installation"
-msgstr " "
-
-#: ../../install_steps_graphical.pm_.c:528 ../../install_steps_gtk.pm_.c:558
-#, c-format
-msgid "Installing package %s"
-msgstr " %s"
-
-#: ../../install_steps_graphical.pm_.c:553 ../../install_steps_gtk.pm_.c:642
-#: ../../install_steps_gtk.pm_.c:646
-msgid "Go on anyway?"
-msgstr " ?"
-
-#: ../../install_steps_graphical.pm_.c:553 ../../install_steps_gtk.pm_.c:642
-msgid "There was an error ordering packages:"
-msgstr " :"
-
-#: ../../install_steps_graphical.pm_.c:577
-msgid "Use existing configuration for X11?"
-msgstr " i X11?"
-
#: ../../install_steps_gtk.pm_.c:148
msgid ""
"Your system is low on resource. You may have some problem installing\n"
@@ -3556,12 +3833,13 @@ msgstr ""
" . ii `F1' i, \n"
" `text' i ii <ENTER>."
-#: ../../install_steps_gtk.pm_.c:159 ../../install_steps_interactive.pm_.c:187
+#: ../../install_steps_gtk.pm_.c:159 ../../install_steps_interactive.pm_.c:224
msgid "Install Class"
msgstr " "
#: ../../install_steps_gtk.pm_.c:162
-msgid "Please, choose one of the following classes of installation:"
+#, fuzzy
+msgid "Please choose one of the following classes of installation:"
msgstr "i , i :"
#: ../../install_steps_gtk.pm_.c:228
@@ -3610,60 +3888,70 @@ msgstr " i ."
msgid "Percentage of packages to install"
msgstr " "
-#: ../../install_steps_gtk.pm_.c:291 ../../install_steps_interactive.pm_.c:619
+#: ../../install_steps_gtk.pm_.c:291 ../../install_steps_interactive.pm_.c:705
msgid "Package Group Selection"
msgstr " "
-#: ../../install_steps_gtk.pm_.c:320 ../../install_steps_interactive.pm_.c:634
+#: ../../install_steps_gtk.pm_.c:323 ../../install_steps_interactive.pm_.c:720
msgid "Individual package selection"
msgstr "i "
-#: ../../install_steps_gtk.pm_.c:343 ../../install_steps_interactive.pm_.c:598
+#: ../../install_steps_gtk.pm_.c:346 ../../install_steps_interactive.pm_.c:645
#, c-format
msgid "Total size: %d / %d MB"
msgstr " : %d / %d M"
-#: ../../install_steps_gtk.pm_.c:385
+#: ../../install_steps_gtk.pm_.c:391
msgid "Bad package"
msgstr " "
-#: ../../install_steps_gtk.pm_.c:386
+#: ../../install_steps_gtk.pm_.c:392
#, c-format
msgid "Name: %s\n"
msgstr "I: %s\n"
-#: ../../install_steps_gtk.pm_.c:389
+#: ../../install_steps_gtk.pm_.c:393
+#, c-format
+msgid "Version: %s\n"
+msgstr "i: %s\n"
+
+#: ../../install_steps_gtk.pm_.c:394
+#, c-format
+msgid "Size: %d KB\n"
+msgstr ": %d K\n"
+
+#: ../../install_steps_gtk.pm_.c:395
#, c-format
msgid "Importance: %s\n"
msgstr ": %s\n"
-#: ../../install_steps_gtk.pm_.c:411
+#: ../../install_steps_gtk.pm_.c:417
msgid ""
"You can't select this package as there is not enough space left to install it"
msgstr ""
" , "
-#: ../../install_steps_gtk.pm_.c:416
+#: ../../install_steps_gtk.pm_.c:422
msgid "The following packages are going to be installed"
msgstr " i"
-#: ../../install_steps_gtk.pm_.c:417
+#: ../../install_steps_gtk.pm_.c:423
msgid "The following packages are going to be removed"
msgstr " "
-#: ../../install_steps_gtk.pm_.c:429
+#: ../../install_steps_gtk.pm_.c:435
msgid "You can't select/unselect this package"
msgstr " "
-#: ../../install_steps_gtk.pm_.c:441
+#: ../../install_steps_gtk.pm_.c:447
msgid "This is a mandatory package, it can't be unselected"
msgstr " , i"
-#: ../../install_steps_gtk.pm_.c:443
+#: ../../install_steps_gtk.pm_.c:449
msgid "You can't unselect this package. It is already installed"
msgstr " i . "
-#: ../../install_steps_gtk.pm_.c:447
+#: ../../install_steps_gtk.pm_.c:453
msgid ""
"This package must be upgraded\n"
"Are you sure you want to deselect it?"
@@ -3671,44 +3959,107 @@ msgstr ""
" i \n"
" , i ?"
-#: ../../install_steps_gtk.pm_.c:451
+#: ../../install_steps_gtk.pm_.c:457
msgid "You can't unselect this package. It must be upgraded"
msgstr " i . i"
-#: ../../install_steps_gtk.pm_.c:456
+#: ../../install_steps_gtk.pm_.c:462
msgid "Show automatically selected packages"
msgstr ""
-#: ../../install_steps_gtk.pm_.c:460
+#: ../../install_steps_gtk.pm_.c:463 ../../install_steps_interactive.pm_.c:246
+#: ../../install_steps_interactive.pm_.c:250
+msgid "Install"
+msgstr "븢"
+
+#: ../../install_steps_gtk.pm_.c:466
#, fuzzy
msgid "Load/Save on floppy"
msgstr " "
-#: ../../install_steps_gtk.pm_.c:461
+#: ../../install_steps_gtk.pm_.c:467
#, fuzzy
msgid "Updating package selection"
msgstr "i "
-#: ../../install_steps_gtk.pm_.c:466
+#: ../../install_steps_gtk.pm_.c:472
#, fuzzy
msgid "Minimal install"
msgstr "i i"
-#: ../../install_steps_gtk.pm_.c:503
+#: ../../install_steps_gtk.pm_.c:487 ../../install_steps_interactive.pm_.c:555
+msgid "Choose the packages you want to install"
+msgstr " "
+
+#: ../../install_steps_gtk.pm_.c:503 ../../install_steps_interactive.pm_.c:787
+msgid "Installing"
+msgstr "븢"
+
+#: ../../install_steps_gtk.pm_.c:509
msgid "Estimating"
msgstr ""
-#: ../../install_steps_gtk.pm_.c:522
+#: ../../install_steps_gtk.pm_.c:516
+msgid "Time remaining "
+msgstr " "
+
+#: ../../install_steps_gtk.pm_.c:528
#, fuzzy
msgid "Please wait, preparing installation"
msgstr " "
-#: ../../install_steps_gtk.pm_.c:553
+#: ../../install_steps_gtk.pm_.c:611
#, c-format
msgid "%d packages"
msgstr "%d "
-#: ../../install_steps_gtk.pm_.c:599
+#: ../../install_steps_gtk.pm_.c:616
+#, c-format
+msgid "Installing package %s"
+msgstr " %s"
+
+#: ../../install_steps_gtk.pm_.c:657 ../../install_steps_interactive.pm_.c:185
+#: ../../install_steps_interactive.pm_.c:811
+#: ../../standalone/drakautoinst_.c:203
+msgid "Accept"
+msgstr ""
+
+#: ../../install_steps_gtk.pm_.c:657 ../../install_steps_interactive.pm_.c:185
+#: ../../install_steps_interactive.pm_.c:811
+msgid "Refuse"
+msgstr ""
+
+#: ../../install_steps_gtk.pm_.c:658 ../../install_steps_interactive.pm_.c:812
+#, 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 ""
+"i Cd-Rom!\n"
+"\n"
+"i , Cd-Rom, \"%s\", i ii O "
+".\n"
+"i , ii i, i "
+"Cd."
+
+#: ../../install_steps_gtk.pm_.c:672 ../../install_steps_gtk.pm_.c:676
+#: ../../install_steps_interactive.pm_.c:824
+#: ../../install_steps_interactive.pm_.c:828
+msgid "Go on anyway?"
+msgstr " ?"
+
+#: ../../install_steps_gtk.pm_.c:672 ../../install_steps_interactive.pm_.c:824
+msgid "There was an error ordering packages:"
+msgstr " :"
+
+#: ../../install_steps_gtk.pm_.c:676 ../../install_steps_interactive.pm_.c:828
+msgid "There was an error installing packages:"
+msgstr " :"
+
+#: ../../install_steps_interactive.pm_.c:10
msgid ""
"\n"
"Warning\n"
@@ -3740,43 +4091,20 @@ msgid ""
"copyright laws applicable to software programs.\n"
msgstr ""
-#: ../../install_steps_gtk.pm_.c:627 ../../install_steps_interactive.pm_.c:148
-msgid "Accept"
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:627 ../../install_steps_interactive.pm_.c:148
-msgid "Refuse"
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:628
-#, 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 ""
-"i Cd-Rom!\n"
-"\n"
-"i , Cd-Rom, \"%s\", i ii O "
-".\n"
-"i , ii i, i "
-"Cd."
-
-#: ../../install_steps_gtk.pm_.c:646
-msgid "There was an error installing packages:"
-msgstr " :"
-
-#: ../../install_steps_interactive.pm_.c:37
+#: ../../install_steps_interactive.pm_.c:67
msgid "An error occurred"
msgstr " "
-#: ../../install_steps_interactive.pm_.c:71
+#: ../../install_steps_interactive.pm_.c:85
+#, fuzzy
+msgid "Do you really want to leave the installation?"
+msgstr "i i i?"
+
+#: ../../install_steps_interactive.pm_.c:108
msgid "License agreement"
msgstr "˳ "
-#: ../../install_steps_interactive.pm_.c:72
+#: ../../install_steps_interactive.pm_.c:109
msgid ""
"Introduction\n"
"\n"
@@ -3897,101 +4225,109 @@ msgid ""
"For any question on this document, please contact MandrakeSoft S.A. \n"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:168
-#: ../../install_steps_interactive.pm_.c:871
+#: ../../install_steps_interactive.pm_.c:205
+#: ../../install_steps_interactive.pm_.c:1045
#: ../../standalone/keyboarddrake_.c:28
msgid "Keyboard"
msgstr "i"
-#: ../../install_steps_interactive.pm_.c:169
-#: ../../standalone/keyboarddrake_.c:29
-msgid "Please, choose your keyboard layout."
+#: ../../install_steps_interactive.pm_.c:206
+#, fuzzy
+msgid "Please choose your keyboard layout."
msgstr "i , i."
-#: ../../install_steps_interactive.pm_.c:170
+#: ../../install_steps_interactive.pm_.c:207
msgid "Here is the full list of keyboards available"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:187
+#: ../../install_steps_interactive.pm_.c:224
msgid "Which installation class do you want?"
msgstr "i ?"
-#: ../../install_steps_interactive.pm_.c:189
+#: ../../install_steps_interactive.pm_.c:226
#, fuzzy
msgid "Install/Update"
msgstr "븢"
-#: ../../install_steps_interactive.pm_.c:189
+#: ../../install_steps_interactive.pm_.c:226
#, fuzzy
msgid "Is this an install or an update?"
msgstr " i "
-#: ../../install_steps_interactive.pm_.c:198
+#: ../../install_steps_interactive.pm_.c:235
msgid "Recommended"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:201
-#: ../../install_steps_interactive.pm_.c:204
+#: ../../install_steps_interactive.pm_.c:238
+#: ../../install_steps_interactive.pm_.c:241
msgid "Expert"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:212
-msgid "Update"
+#: ../../install_steps_interactive.pm_.c:246
+#: ../../install_steps_interactive.pm_.c:250
+msgid "Upgrade"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:224 ../../standalone/mousedrake_.c:48
-msgid "Please, choose the type of your mouse."
+#: ../../install_steps_interactive.pm_.c:246
+#: ../../install_steps_interactive.pm_.c:250
+#, fuzzy
+msgid "Upgrade packages only"
+msgstr "i "
+
+#: ../../install_steps_interactive.pm_.c:266
+#, fuzzy
+msgid "Please choose the type of your mouse."
msgstr "i , ."
-#: ../../install_steps_interactive.pm_.c:230 ../../standalone/mousedrake_.c:64
+#: ../../install_steps_interactive.pm_.c:272 ../../standalone/mousedrake_.c:65
msgid "Mouse Port"
msgstr " "
-#: ../../install_steps_interactive.pm_.c:231 ../../standalone/mousedrake_.c:65
+#: ../../install_steps_interactive.pm_.c:273 ../../standalone/mousedrake_.c:66
msgid "Please choose on which serial port your mouse is connected to."
msgstr "i , , ."
-#: ../../install_steps_interactive.pm_.c:239
+#: ../../install_steps_interactive.pm_.c:281
msgid "Buttons emulation"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:241
+#: ../../install_steps_interactive.pm_.c:283
msgid "Button 2 Emulation"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:242
+#: ../../install_steps_interactive.pm_.c:284
msgid "Button 3 Emulation"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:261
+#: ../../install_steps_interactive.pm_.c:305
msgid "Configuring PCMCIA cards..."
msgstr " PCMCIA ..."
-#: ../../install_steps_interactive.pm_.c:261
+#: ../../install_steps_interactive.pm_.c:305
msgid "PCMCIA"
msgstr "PCMCIA"
-#: ../../install_steps_interactive.pm_.c:266
+#: ../../install_steps_interactive.pm_.c:312
msgid "Configuring IDE"
msgstr " IDE"
-#: ../../install_steps_interactive.pm_.c:266
+#: ../../install_steps_interactive.pm_.c:312
msgid "IDE"
msgstr "IDE"
-#: ../../install_steps_interactive.pm_.c:281
+#: ../../install_steps_interactive.pm_.c:327
msgid "no available partitions"
msgstr " "
-#: ../../install_steps_interactive.pm_.c:284
+#: ../../install_steps_interactive.pm_.c:330
msgid "Scanning partitions to find mount points"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:292
+#: ../../install_steps_interactive.pm_.c:338
msgid "Choose the mount points"
msgstr " i"
-#: ../../install_steps_interactive.pm_.c:311
+#: ../../install_steps_interactive.pm_.c:357
#, c-format
msgid ""
"I can't read your partition table, it's too corrupted for me :(\n"
@@ -4009,7 +4345,7 @@ msgstr ""
"\n"
"i i ?\n"
-#: ../../install_steps_interactive.pm_.c:324
+#: ../../install_steps_interactive.pm_.c:370
msgid ""
"DiskDrake failed to read correctly the partition table.\n"
"Continue at your own risk!"
@@ -4017,120 +4353,140 @@ msgstr ""
"DiskDrake i i .\n"
" i !"
-#: ../../install_steps_interactive.pm_.c:340
+#: ../../install_steps_interactive.pm_.c:386
msgid ""
"No free space for 1MB bootstrap! Install will continue, but to boot your "
"system, you'll need to create the bootstrap partition in DiskDrake"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:349
+#: ../../install_steps_interactive.pm_.c:395
#, fuzzy
msgid "No root partition found to perform an upgrade"
msgstr " "
-#: ../../install_steps_interactive.pm_.c:350
+#: ../../install_steps_interactive.pm_.c:396
msgid "Root Partition"
msgstr " "
-#: ../../install_steps_interactive.pm_.c:351
+#: ../../install_steps_interactive.pm_.c:397
msgid "What is the root partition (/) of your system?"
msgstr "i (/) i?"
-#: ../../install_steps_interactive.pm_.c:365
+#: ../../install_steps_interactive.pm_.c:411
msgid "You need to reboot for the partition table modifications to take place"
msgstr " i i i, ."
-#: ../../install_steps_interactive.pm_.c:389
+#: ../../install_steps_interactive.pm_.c:435
msgid "Choose the partitions you want to format"
msgstr " "
-#: ../../install_steps_interactive.pm_.c:390
+#: ../../install_steps_interactive.pm_.c:436
msgid "Check bad blocks?"
msgstr " ?"
-#: ../../install_steps_interactive.pm_.c:416
+#: ../../install_steps_interactive.pm_.c:462
msgid "Formatting partitions"
msgstr " "
-#: ../../install_steps_interactive.pm_.c:418
+#: ../../install_steps_interactive.pm_.c:464
#, c-format
msgid "Creating and formatting file %s"
msgstr " i %s"
-#: ../../install_steps_interactive.pm_.c:421
+#: ../../install_steps_interactive.pm_.c:467
msgid "Not enough swap to fulfill installation, please add some"
msgstr ""
" i (swap) , i ."
-#: ../../install_steps_interactive.pm_.c:427
+#: ../../install_steps_interactive.pm_.c:473
msgid "Looking for available packages"
msgstr " "
-#: ../../install_steps_interactive.pm_.c:433
+#: ../../install_steps_interactive.pm_.c:479
msgid "Finding packages to upgrade"
msgstr " "
-#: ../../install_steps_interactive.pm_.c:450
+#: ../../install_steps_interactive.pm_.c:496
#, c-format
msgid ""
"Your system has not enough space left for installation or upgrade (%d > %d)"
msgstr ""
" i i (%d > %d)"
-#: ../../install_steps_interactive.pm_.c:469
+#: ../../install_steps_interactive.pm_.c:515
#, c-format
msgid "Complete (%dMB)"
msgstr " (%dM)"
-#: ../../install_steps_interactive.pm_.c:469
+#: ../../install_steps_interactive.pm_.c:515
#, c-format
msgid "Minimum (%dMB)"
msgstr "ii (%dM)"
-#: ../../install_steps_interactive.pm_.c:469
+#: ../../install_steps_interactive.pm_.c:515
#, c-format
msgid "Recommended (%dMB)"
msgstr " (%d)"
-#: ../../install_steps_interactive.pm_.c:475
-msgid "Custom"
-msgstr " "
-
-#: ../../install_steps_interactive.pm_.c:522
+#: ../../install_steps_interactive.pm_.c:568
msgid ""
"Please choose load or save package selection on floppy.\n"
"The format is the same as auto_install generated floppies."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:525
+#: ../../install_steps_interactive.pm_.c:571
#, fuzzy
msgid "Load from floppy"
msgstr " "
-#: ../../install_steps_interactive.pm_.c:527
+#: ../../install_steps_interactive.pm_.c:573
#, fuzzy
msgid "Loading from floppy"
msgstr " "
-#: ../../install_steps_interactive.pm_.c:527
+#: ../../install_steps_interactive.pm_.c:573
#, fuzzy
msgid "Package selection"
msgstr " "
-#: ../../install_steps_interactive.pm_.c:532
+#: ../../install_steps_interactive.pm_.c:578
#, fuzzy
msgid "Insert a floppy containing package selection"
msgstr " %s"
-#: ../../install_steps_interactive.pm_.c:544
+#: ../../install_steps_interactive.pm_.c:590
msgid "Save on floppy"
msgstr " "
-#: ../../install_steps_interactive.pm_.c:605
+#: ../../install_steps_interactive.pm_.c:658
msgid "Selected size is larger than available space"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:670
+#: ../../install_steps_interactive.pm_.c:671
+#, fuzzy
+msgid "Type of install"
+msgstr " "
+
+#: ../../install_steps_interactive.pm_.c:672
+msgid ""
+"You haven't selected any group of packages.\n"
+"Please choose the minimal installation you want:"
+msgstr ""
+
+#: ../../install_steps_interactive.pm_.c:675
+#, fuzzy
+msgid "With X"
+msgstr ""
+
+#: ../../install_steps_interactive.pm_.c:677
+msgid "With basic documentation (recommended!)"
+msgstr ""
+
+#: ../../install_steps_interactive.pm_.c:678
+msgid "Truly minimal install (especially no urpmi)"
+msgstr ""
+
+#: ../../install_steps_interactive.pm_.c:762
msgid ""
"If you have all the CDs in the list below, click Ok.\n"
"If you have none of those CDs, click Cancel.\n"
@@ -4140,12 +4496,16 @@ msgstr ""
"i i CD , ii i.\n"
"i CD , i i i ii ."
-#: ../../install_steps_interactive.pm_.c:675
+#: ../../install_steps_interactive.pm_.c:767
#, c-format
msgid "Cd-Rom labeled \"%s\""
msgstr "Cd-Rom \"%s\""
-#: ../../install_steps_interactive.pm_.c:704
+#: ../../install_steps_interactive.pm_.c:787
+msgid "Preparing installation"
+msgstr " "
+
+#: ../../install_steps_interactive.pm_.c:796
#, c-format
msgid ""
"Installing package %s\n"
@@ -4154,21 +4514,21 @@ msgstr ""
" %s\n"
"%d%%"
-#: ../../install_steps_interactive.pm_.c:713
+#: ../../install_steps_interactive.pm_.c:842
msgid "Post-install configuration"
msgstr " "
-#: ../../install_steps_interactive.pm_.c:719
+#: ../../install_steps_interactive.pm_.c:848
#, fuzzy, c-format
msgid "Please insert the Boot floppy used in drive %s"
msgstr " %s"
-#: ../../install_steps_interactive.pm_.c:725
+#: ../../install_steps_interactive.pm_.c:854
#, fuzzy, c-format
msgid "Please insert the Update Modules floppy in drive %s"
msgstr " %s"
-#: ../../install_steps_interactive.pm_.c:750
+#: ../../install_steps_interactive.pm_.c:874
msgid ""
"You have now the possibility to download software aimed for encryption.\n"
"\n"
@@ -4246,145 +4606,171 @@ msgstr ""
"75002 Paris\n"
"FRANCE"
-#: ../../install_steps_interactive.pm_.c:782
+#: ../../install_steps_interactive.pm_.c:912
+msgid ""
+"You have now the possibility to download updated packages that have\n"
+"been released after the distribution has been made available.\n"
+"\n"
+"You will get security fixes or bug fixes, but you need to have an\n"
+"Internet connection configured to proceed.\n"
+"\n"
+"Do you want to install the updates ?"
+msgstr ""
+
+#: ../../install_steps_interactive.pm_.c:926
+#, fuzzy
+msgid "Contacting Mandrake Linux web site to get the list of available mirrors"
+msgstr " i "
+
+#: ../../install_steps_interactive.pm_.c:931
msgid "Choose a mirror from which to get the packages"
msgstr " "
-#: ../../install_steps_interactive.pm_.c:793
+#: ../../install_steps_interactive.pm_.c:940
msgid "Contacting the mirror to get the list of available packages"
msgstr " i "
-#: ../../install_steps_interactive.pm_.c:796
-msgid "Please choose the packages you want to install."
-msgstr " "
-
-#: ../../install_steps_interactive.pm_.c:808
+#: ../../install_steps_interactive.pm_.c:967
msgid "Which is your timezone?"
msgstr "i ?"
-#: ../../install_steps_interactive.pm_.c:813
+#: ../../install_steps_interactive.pm_.c:972
#, fuzzy
msgid "Hardware clock set to GMT"
msgstr " i ii GMT?"
-#: ../../install_steps_interactive.pm_.c:814
+#: ../../install_steps_interactive.pm_.c:973
msgid "Automatic time synchronization (using NTP)"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:821
+#: ../../install_steps_interactive.pm_.c:980
#, fuzzy
msgid "NTP Server"
msgstr "NIS :"
-#: ../../install_steps_interactive.pm_.c:855
-#: ../../install_steps_interactive.pm_.c:863 ../../printerdrake.pm_.c:104
+#: ../../install_steps_interactive.pm_.c:1014
+#: ../../install_steps_interactive.pm_.c:1022
msgid "Remote CUPS server"
msgstr " CUPS"
-#: ../../install_steps_interactive.pm_.c:856
+#: ../../install_steps_interactive.pm_.c:1015
#, fuzzy
msgid "No printer"
msgstr "I i"
-#: ../../install_steps_interactive.pm_.c:867 ../../steps.pm_.c:27
+#: ../../install_steps_interactive.pm_.c:1032
+#, fuzzy
+msgid "Do you have an ISA sound card?"
+msgstr "i i?"
+
+#: ../../install_steps_interactive.pm_.c:1034
+msgid "Run \"sndconfig\" after installation to configure your sound card"
+msgstr ""
+
+#: ../../install_steps_interactive.pm_.c:1036
+msgid "No sound card detected. Try \"harddrake\" after installation"
+msgstr ""
+
+#: ../../install_steps_interactive.pm_.c:1041 ../../steps.pm_.c:27
msgid "Summary"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:870
+#: ../../install_steps_interactive.pm_.c:1044
#, fuzzy
msgid "Mouse"
msgstr " "
-#: ../../install_steps_interactive.pm_.c:872
+#: ../../install_steps_interactive.pm_.c:1046
msgid "Timezone"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:873 ../../printerdrake.pm_.c:1773
-#: ../../printerdrake.pm_.c:1844
+#: ../../install_steps_interactive.pm_.c:1047 ../../printerdrake.pm_.c:2276
+#: ../../printerdrake.pm_.c:2354
msgid "Printer"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:875
+#: ../../install_steps_interactive.pm_.c:1049
#, fuzzy
msgid "ISDN card"
msgstr " ISDN "
-#: ../../install_steps_interactive.pm_.c:878
+#: ../../install_steps_interactive.pm_.c:1052
+#: ../../install_steps_interactive.pm_.c:1054
#, fuzzy
msgid "Sound card"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:881
+#: ../../install_steps_interactive.pm_.c:1056
msgid "TV card"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:917
-#: ../../install_steps_interactive.pm_.c:941
-#: ../../install_steps_interactive.pm_.c:945
+#: ../../install_steps_interactive.pm_.c:1094
+#: ../../install_steps_interactive.pm_.c:1118
+#: ../../install_steps_interactive.pm_.c:1122
msgid "LDAP"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:918
-#: ../../install_steps_interactive.pm_.c:941
-#: ../../install_steps_interactive.pm_.c:954
+#: ../../install_steps_interactive.pm_.c:1095
+#: ../../install_steps_interactive.pm_.c:1118
+#: ../../install_steps_interactive.pm_.c:1131
#, fuzzy
msgid "NIS"
msgstr " NIS"
-#: ../../install_steps_interactive.pm_.c:919
-#: ../../install_steps_interactive.pm_.c:941
+#: ../../install_steps_interactive.pm_.c:1096
+#: ../../install_steps_interactive.pm_.c:1118
#, fuzzy
msgid "Local files"
msgstr " "
-#: ../../install_steps_interactive.pm_.c:928
-#: ../../install_steps_interactive.pm_.c:929 ../../steps.pm_.c:24
+#: ../../install_steps_interactive.pm_.c:1105
+#: ../../install_steps_interactive.pm_.c:1106 ../../steps.pm_.c:24
msgid "Set root password"
msgstr " root"
-#: ../../install_steps_interactive.pm_.c:930
+#: ../../install_steps_interactive.pm_.c:1107
msgid "No password"
msgstr " "
-#: ../../install_steps_interactive.pm_.c:935
+#: ../../install_steps_interactive.pm_.c:1112
#, c-format
msgid "This password is too simple (must be at least %d characters long)"
msgstr ""
" ( i %d i)"
-#: ../../install_steps_interactive.pm_.c:941 ../../network/modem.pm_.c:47
-#: ../../standalone/draknet_.c:604
+#: ../../install_steps_interactive.pm_.c:1118 ../../network/modem.pm_.c:49
+#: ../../standalone/draknet_.c:626 ../../standalone/logdrake_.c:172
msgid "Authentication"
msgstr "i"
-#: ../../install_steps_interactive.pm_.c:949
+#: ../../install_steps_interactive.pm_.c:1126
#, fuzzy
msgid "Authentication LDAP"
msgstr "i"
-#: ../../install_steps_interactive.pm_.c:950
+#: ../../install_steps_interactive.pm_.c:1127
msgid "LDAP Base dn"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:951
+#: ../../install_steps_interactive.pm_.c:1128
#, fuzzy
msgid "LDAP Server"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:957
+#: ../../install_steps_interactive.pm_.c:1134
#, fuzzy
msgid "Authentication NIS"
msgstr "i NIS"
-#: ../../install_steps_interactive.pm_.c:958
+#: ../../install_steps_interactive.pm_.c:1135
msgid "NIS Domain"
msgstr "NIS Domain"
-#: ../../install_steps_interactive.pm_.c:959
+#: ../../install_steps_interactive.pm_.c:1136
msgid "NIS Server"
msgstr "NIS :"
-#: ../../install_steps_interactive.pm_.c:994
+#: ../../install_steps_interactive.pm_.c:1171
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 "
@@ -4411,19 +4797,20 @@ msgstr ""
"i , \n"
" i ii \"Ok\"."
-#: ../../install_steps_interactive.pm_.c:1010
+#: ../../install_steps_interactive.pm_.c:1187
msgid "First floppy drive"
msgstr " "
-#: ../../install_steps_interactive.pm_.c:1011
+#: ../../install_steps_interactive.pm_.c:1188
msgid "Second floppy drive"
msgstr "i "
-#: ../../install_steps_interactive.pm_.c:1012 ../../printerdrake.pm_.c:1382
+#: ../../install_steps_interactive.pm_.c:1189 ../../printerdrake.pm_.c:1848
msgid "Skip"
msgstr "i"
-#: ../../install_steps_interactive.pm_.c:1017
+#: ../../install_steps_interactive.pm_.c:1194
+#, c-format
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 "
@@ -4434,7 +4821,8 @@ msgid ""
"with\n"
"the Mandrake rescue image, making it much easier to recover from severe "
"system\n"
-"failures. Would you like to create a bootdisk for your system?"
+"failures. Would you like to create a bootdisk for your system?\n"
+"%s"
msgstr ""
" Linux i \n"
" . , i \n"
@@ -4444,30 +4832,40 @@ msgstr ""
" Mandrake Linux, i \n"
" i .\n"
"\n"
-" ?"
+" ?\n"
+"%s"
-#: ../../install_steps_interactive.pm_.c:1026
+#: ../../install_steps_interactive.pm_.c:1200
+msgid ""
+"\n"
+"\n"
+"(WARNING! You're using XFS for your root partition,\n"
+"creating a bootdisk on a 1.44 Mb floppy will probably fail,\n"
+"because XFS needs a very large driver)."
+msgstr ""
+
+#: ../../install_steps_interactive.pm_.c:1208
msgid "Sorry, no floppy drive available"
msgstr ", "
-#: ../../install_steps_interactive.pm_.c:1030
+#: ../../install_steps_interactive.pm_.c:1212
msgid "Choose the floppy drive you want to use to make the bootdisk"
msgstr " , i "
-#: ../../install_steps_interactive.pm_.c:1034
-#, c-format
-msgid "Insert a floppy in drive %s"
+#: ../../install_steps_interactive.pm_.c:1216
+#, fuzzy, c-format
+msgid "Insert a floppy in %s"
msgstr " %s"
-#: ../../install_steps_interactive.pm_.c:1037
+#: ../../install_steps_interactive.pm_.c:1219
msgid "Creating bootdisk"
msgstr " "
-#: ../../install_steps_interactive.pm_.c:1044
+#: ../../install_steps_interactive.pm_.c:1226
msgid "Preparing bootloader"
msgstr " "
-#: ../../install_steps_interactive.pm_.c:1055
+#: ../../install_steps_interactive.pm_.c:1237
msgid ""
"You appear to have an OldWorld or Unknown\n"
" machine, the yaboot bootloader will not work for you.\n"
@@ -4475,11 +4873,11 @@ msgid ""
" need to use BootX to boot your machine"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1060
+#: ../../install_steps_interactive.pm_.c:1243
msgid "Do you want to use aboot?"
msgstr " aboot?"
-#: ../../install_steps_interactive.pm_.c:1063
+#: ../../install_steps_interactive.pm_.c:1246
msgid ""
"Error installing aboot, \n"
"try to force installation even if that destroys the first partition?"
@@ -4487,16 +4885,16 @@ msgstr ""
" boot, \n"
" 븢, ?"
-#: ../../install_steps_interactive.pm_.c:1070
+#: ../../install_steps_interactive.pm_.c:1253
#, fuzzy
msgid "Installing bootloader"
msgstr " "
-#: ../../install_steps_interactive.pm_.c:1076
+#: ../../install_steps_interactive.pm_.c:1259
msgid "Installation of bootloader failed. The following error occured:"
msgstr " . i :"
-#: ../../install_steps_interactive.pm_.c:1084
+#: ../../install_steps_interactive.pm_.c:1267
#, c-format
msgid ""
"You may need to change your Open Firmware boot-device to\n"
@@ -4507,34 +4905,18 @@ msgid ""
"At your next boot you should see the bootloader prompt."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1092 ../../standalone/draksec_.c:23
-msgid "Low"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1093 ../../standalone/draksec_.c:24
-msgid "Medium"
-msgstr "i"
-
-#: ../../install_steps_interactive.pm_.c:1094 ../../standalone/draksec_.c:25
-msgid "High"
-msgstr "i"
-
-#: ../../install_steps_interactive.pm_.c:1098 ../../standalone/draksec_.c:62
-msgid "Choose security level"
-msgstr " i"
-
-#: ../../install_steps_interactive.pm_.c:1134
-#: ../../standalone/drakautoinst_.c:80
+#: ../../install_steps_interactive.pm_.c:1311
+#: ../../standalone/drakautoinst_.c:81
#, c-format
msgid "Insert a blank floppy in drive %s"
msgstr " %s"
-#: ../../install_steps_interactive.pm_.c:1138
-#: ../../standalone/drakautoinst_.c:82
+#: ../../install_steps_interactive.pm_.c:1315
+#: ../../standalone/drakautoinst_.c:83
msgid "Creating auto install floppy"
msgstr " "
-#: ../../install_steps_interactive.pm_.c:1149
+#: ../../install_steps_interactive.pm_.c:1326
msgid ""
"Some steps are not completed.\n"
"\n"
@@ -4543,31 +4925,43 @@ msgstr ""
" i .\n"
" i ?"
-#: ../../install_steps_interactive.pm_.c:1160
+#: ../../install_steps_interactive.pm_.c:1337
msgid ""
"Congratulations, installation is complete.\n"
"Remove the boot media and press return to reboot.\n"
"\n"
+"\n"
"For information on fixes which are available for this release of Mandrake "
"Linux,\n"
-"consult the Errata available from http://www.mandrakelinux.com/.\n"
+"consult the Errata available from:\n"
+"\n"
+"\n"
+"http://www.linux-mandrake.com/en/82errata.php3\n"
+"\n"
"\n"
"Information on configuring your system is available in the post\n"
"install chapter of the Official Mandrake Linux User's Guide."
msgstr ""
"i, .\n"
"i i ii enter i.\n"
+"\n"
+"\n"
" i i Mandrake Linux,\n"
-" http://www.mandrakelinux.com/.\n"
+" \n"
+"\n"
+"\n"
+"http://www.linux-mandrake.com/en/82errata.php3\n"
+"\n"
+"\n"
"I i -\n"
" i i i Mandrake Linux."
-#: ../../install_steps_interactive.pm_.c:1172
+#: ../../install_steps_interactive.pm_.c:1354
#, fuzzy
msgid "Generate auto install floppy"
msgstr " "
-#: ../../install_steps_interactive.pm_.c:1174
+#: ../../install_steps_interactive.pm_.c:1356
msgid ""
"The auto install can be fully automated if wanted,\n"
"in that case it will take over the hard drive!!\n"
@@ -4576,16 +4970,16 @@ msgid ""
"You may prefer to replay the installation.\n"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1179
+#: ../../install_steps_interactive.pm_.c:1361
msgid "Automated"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1179
+#: ../../install_steps_interactive.pm_.c:1361
#, fuzzy
msgid "Replay"
msgstr "i"
-#: ../../install_steps_interactive.pm_.c:1182
+#: ../../install_steps_interactive.pm_.c:1364
#, fuzzy
msgid "Save packages selection"
msgstr "i "
@@ -4601,357 +4995,456 @@ msgid ""
msgstr ""
" <Tab>/<Alt-Tab> i i | <Space> | <F12> "
-#: ../../interactive.pm_.c:73
+#: ../../interactive.pm_.c:87
msgid "kdesu missing"
msgstr ""
-#: ../../interactive.pm_.c:132
+#: ../../interactive.pm_.c:89 ../../interactive.pm_.c:100
+msgid "consolehelper missing"
+msgstr ""
+
+#: ../../interactive.pm_.c:152
#, fuzzy
msgid "Choose a file"
msgstr " "
-#: ../../interactive.pm_.c:284
+#: ../../interactive.pm_.c:314
msgid "Advanced"
msgstr ""
-#: ../../interactive.pm_.c:345
+#: ../../interactive.pm_.c:315
+msgid "Basic"
+msgstr ""
+
+#: ../../interactive.pm_.c:386
msgid "Please wait"
msgstr "i , "
-#: ../../interactive_gtk.pm_.c:681
+#: ../../interactive_gtk.pm_.c:605 ../../services.pm_.c:222
+msgid "Info"
+msgstr "I"
+
+#: ../../interactive_gtk.pm_.c:715
msgid "Expand Tree"
msgstr " "
-#: ../../interactive_gtk.pm_.c:682
+#: ../../interactive_gtk.pm_.c:716
msgid "Collapse Tree"
msgstr " "
-#: ../../interactive_gtk.pm_.c:683
+#: ../../interactive_gtk.pm_.c:717
msgid "Toggle between flat and group sorted"
msgstr " i i "
-#: ../../interactive_stdio.pm_.c:35
-#, c-format
-msgid "Ambiguity (%s), be more precise\n"
-msgstr " (%s), \n"
-
-#: ../../interactive_stdio.pm_.c:36 ../../interactive_stdio.pm_.c:51
-#: ../../interactive_stdio.pm_.c:71
+#: ../../interactive_stdio.pm_.c:29 ../../interactive_stdio.pm_.c:147
msgid "Bad choice, try again\n"
msgstr " , \n"
-#: ../../interactive_stdio.pm_.c:39
+#: ../../interactive_stdio.pm_.c:30 ../../interactive_stdio.pm_.c:148
#, c-format
-msgid " ? (default %s) "
-msgstr " ? ( %s) "
+msgid "Your choice? (default %s) "
+msgstr " ? ( %s) "
#: ../../interactive_stdio.pm_.c:52
#, c-format
-msgid "Your choice? (default %s) "
+msgid ""
+"Entries you'll have to fill:\n"
+"%s"
+msgstr ""
+
+#: ../../interactive_stdio.pm_.c:68
+#, fuzzy, c-format
+msgid "Your choice? (0/1, default `%s') "
msgstr " ? ( %s) "
-#: ../../interactive_stdio.pm_.c:72
+#: ../../interactive_stdio.pm_.c:93
+#, fuzzy, c-format
+msgid "Button `%s': %s"
+msgstr "i: %s"
+
+#: ../../interactive_stdio.pm_.c:94
+#, fuzzy
+msgid "Do you want to click on this button? "
+msgstr " aboot?"
+
+#: ../../interactive_stdio.pm_.c:103
+#, fuzzy, c-format
+msgid "Your choice? (default `%s'%s) "
+msgstr " ? ( %s) "
+
+#: ../../interactive_stdio.pm_.c:121
#, c-format
-msgid "Your choice? (default %s enter `none' for none) "
-msgstr " ? ( %s. i `none' i) "
+msgid "=> There are many things to choose from (%s).\n"
+msgstr ""
-#: ../../keyboard.pm_.c:140 ../../keyboard.pm_.c:178
+#: ../../interactive_stdio.pm_.c:124
+msgid ""
+"Please choose the first number of the 10-range you wish to edit,\n"
+"or just hit Enter to proceed.\n"
+"Your choice? "
+msgstr ""
+
+#: ../../interactive_stdio.pm_.c:137
+#, c-format
+msgid ""
+"=> Notice, a label changed:\n"
+"%s"
+msgstr ""
+
+#: ../../interactive_stdio.pm_.c:144
+msgid "Re-submit"
+msgstr ""
+
+#: ../../keyboard.pm_.c:174 ../../keyboard.pm_.c:205
msgid "Czech (QWERTZ)"
msgstr "i (QWERTZ)"
-#: ../../keyboard.pm_.c:141 ../../keyboard.pm_.c:155 ../../keyboard.pm_.c:180
+#: ../../keyboard.pm_.c:175 ../../keyboard.pm_.c:207
msgid "German"
msgstr "i"
-#: ../../keyboard.pm_.c:142
+#: ../../keyboard.pm_.c:176
msgid "Dvorak"
msgstr "Dvorak"
-#: ../../keyboard.pm_.c:143 ../../keyboard.pm_.c:186
+#: ../../keyboard.pm_.c:177 ../../keyboard.pm_.c:214
msgid "Spanish"
msgstr "Ii"
-#: ../../keyboard.pm_.c:144 ../../keyboard.pm_.c:187
+#: ../../keyboard.pm_.c:178 ../../keyboard.pm_.c:215
msgid "Finnish"
msgstr "ii"
-#: ../../keyboard.pm_.c:145 ../../keyboard.pm_.c:156 ../../keyboard.pm_.c:188
+#: ../../keyboard.pm_.c:179 ../../keyboard.pm_.c:216
msgid "French"
msgstr "i"
-#: ../../keyboard.pm_.c:146 ../../keyboard.pm_.c:211
+#: ../../keyboard.pm_.c:180 ../../keyboard.pm_.c:241
msgid "Norwegian"
msgstr "i"
-#: ../../keyboard.pm_.c:147
+#: ../../keyboard.pm_.c:181
msgid "Polish"
msgstr "i"
-#: ../../keyboard.pm_.c:148 ../../keyboard.pm_.c:219
+#: ../../keyboard.pm_.c:182 ../../keyboard.pm_.c:249
msgid "Russian"
msgstr "i"
-#: ../../keyboard.pm_.c:150 ../../keyboard.pm_.c:221
+#: ../../keyboard.pm_.c:184 ../../keyboard.pm_.c:251
msgid "Swedish"
msgstr "i"
-#: ../../keyboard.pm_.c:151 ../../keyboard.pm_.c:236
+#: ../../keyboard.pm_.c:185 ../../keyboard.pm_.c:266
msgid "UK keyboard"
msgstr "UK i"
-#: ../../keyboard.pm_.c:152 ../../keyboard.pm_.c:157 ../../keyboard.pm_.c:237
+#: ../../keyboard.pm_.c:186 ../../keyboard.pm_.c:267
msgid "US keyboard"
msgstr "US i"
-#: ../../keyboard.pm_.c:159
+#: ../../keyboard.pm_.c:188
#, fuzzy
msgid "Albanian"
msgstr "Ii"
-#: ../../keyboard.pm_.c:160
+#: ../../keyboard.pm_.c:189
msgid "Armenian (old)"
msgstr "i ()"
-#: ../../keyboard.pm_.c:161
+#: ../../keyboard.pm_.c:190
msgid "Armenian (typewriter)"
msgstr "i (typewriter)"
-#: ../../keyboard.pm_.c:162
+#: ../../keyboard.pm_.c:191
msgid "Armenian (phonetic)"
msgstr "i ()"
-#: ../../keyboard.pm_.c:167
+#: ../../keyboard.pm_.c:196
msgid "Azerbaidjani (latin)"
msgstr " (latin)"
-#: ../../keyboard.pm_.c:169
+#: ../../keyboard.pm_.c:198
msgid "Belgian"
msgstr "ii"
-#: ../../keyboard.pm_.c:170
-msgid "Bulgarian"
+#: ../../keyboard.pm_.c:199
+#, fuzzy
+msgid "Bulgarian (phonetic)"
+msgstr "i ()"
+
+#: ../../keyboard.pm_.c:200
+#, fuzzy
+msgid "Bulgarian (BDS)"
msgstr "i"
-#: ../../keyboard.pm_.c:171
+#: ../../keyboard.pm_.c:201
msgid "Brazilian (ABNT-2)"
msgstr "ii (ABNT-2)"
-#: ../../keyboard.pm_.c:172
+#: ../../keyboard.pm_.c:202
msgid "Belarusian"
msgstr ""
-#: ../../keyboard.pm_.c:173
+#: ../../keyboard.pm_.c:203
msgid "Swiss (German layout)"
msgstr "i ( )"
-#: ../../keyboard.pm_.c:174
+#: ../../keyboard.pm_.c:204
msgid "Swiss (French layout)"
msgstr "i ( )"
-#: ../../keyboard.pm_.c:179
+#: ../../keyboard.pm_.c:206
msgid "Czech (QWERTY)"
msgstr "i (QWERTY)"
-#: ../../keyboard.pm_.c:181
+#: ../../keyboard.pm_.c:208
msgid "German (no dead keys)"
msgstr "i ( i i)"
-#: ../../keyboard.pm_.c:182
+#: ../../keyboard.pm_.c:209
msgid "Danish"
msgstr "i"
-#: ../../keyboard.pm_.c:183
+#: ../../keyboard.pm_.c:210
msgid "Dvorak (US)"
msgstr "Dvorak (US)"
-#: ../../keyboard.pm_.c:184
+#: ../../keyboard.pm_.c:211
msgid "Dvorak (Norwegian)"
msgstr "Dvorak (i)"
-#: ../../keyboard.pm_.c:185
+#: ../../keyboard.pm_.c:212
+#, fuzzy
+msgid "Dvorak (Swedish)"
+msgstr "Dvorak (US)"
+
+#: ../../keyboard.pm_.c:213
msgid "Estonian"
msgstr "i"
-#: ../../keyboard.pm_.c:189
+#: ../../keyboard.pm_.c:217
msgid "Georgian (\"Russian\" layout)"
msgstr "ii (\"\" )"
-#: ../../keyboard.pm_.c:190
+#: ../../keyboard.pm_.c:218
msgid "Georgian (\"Latin\" layout)"
msgstr "ii (\"i\" )"
-#: ../../keyboard.pm_.c:191
+#: ../../keyboard.pm_.c:219
msgid "Greek"
msgstr "i"
-#: ../../keyboard.pm_.c:192
+#: ../../keyboard.pm_.c:220
msgid "Hungarian"
msgstr "i"
-#: ../../keyboard.pm_.c:193
+#: ../../keyboard.pm_.c:221
msgid "Croatian"
msgstr "i"
-#: ../../keyboard.pm_.c:194
+#: ../../keyboard.pm_.c:222
msgid "Israeli"
msgstr "I"
-#: ../../keyboard.pm_.c:195
+#: ../../keyboard.pm_.c:223
msgid "Israeli (Phonetic)"
msgstr "I ()"
-#: ../../keyboard.pm_.c:196
+#: ../../keyboard.pm_.c:224
msgid "Iranian"
msgstr "Ii"
-#: ../../keyboard.pm_.c:197
+#: ../../keyboard.pm_.c:225
msgid "Icelandic"
msgstr "Ii"
-#: ../../keyboard.pm_.c:198
+#: ../../keyboard.pm_.c:226
msgid "Italian"
msgstr "Ii"
-#: ../../keyboard.pm_.c:200
+#: ../../keyboard.pm_.c:228
msgid "Japanese 106 keys"
msgstr "i 106 i"
-#: ../../keyboard.pm_.c:201
+#: ../../keyboard.pm_.c:231
#, fuzzy
msgid "Korean keyboard"
msgstr "UK i"
-#: ../../keyboard.pm_.c:202
+#: ../../keyboard.pm_.c:232
msgid "Latin American"
msgstr "i-i"
-#: ../../keyboard.pm_.c:203
+#: ../../keyboard.pm_.c:233
msgid "Lithuanian AZERTY (old)"
msgstr "ii AZERTY ()"
-#: ../../keyboard.pm_.c:205
+#: ../../keyboard.pm_.c:235
msgid "Lithuanian AZERTY (new)"
msgstr "ii AZERTY ()"
-#: ../../keyboard.pm_.c:206
+#: ../../keyboard.pm_.c:236
msgid "Lithuanian \"number row\" QWERTY"
msgstr "ii \" \" QWERTY"
-#: ../../keyboard.pm_.c:207
+#: ../../keyboard.pm_.c:237
msgid "Lithuanian \"phonetic\" QWERTY"
msgstr "ii \"\" QWERTY"
-#: ../../keyboard.pm_.c:208
+#: ../../keyboard.pm_.c:238
#, fuzzy
msgid "Latvian"
msgstr ""
-#: ../../keyboard.pm_.c:209
+#: ../../keyboard.pm_.c:239
msgid "Macedonian"
msgstr ""
-#: ../../keyboard.pm_.c:210
+#: ../../keyboard.pm_.c:240
msgid "Dutch"
msgstr "i"
-#: ../../keyboard.pm_.c:212
+#: ../../keyboard.pm_.c:242
msgid "Polish (qwerty layout)"
msgstr "i ( )"
-#: ../../keyboard.pm_.c:213
+#: ../../keyboard.pm_.c:243
msgid "Polish (qwertz layout)"
msgstr "i (qwertz )"
-#: ../../keyboard.pm_.c:214
+#: ../../keyboard.pm_.c:244
msgid "Portuguese"
msgstr "i"
-#: ../../keyboard.pm_.c:215
+#: ../../keyboard.pm_.c:245
msgid "Canadian (Quebec)"
msgstr "i ()"
-#: ../../keyboard.pm_.c:217
+#: ../../keyboard.pm_.c:247
#, fuzzy
msgid "Romanian (qwertz)"
msgstr "i (-----)"
-#: ../../keyboard.pm_.c:218
+#: ../../keyboard.pm_.c:248
#, fuzzy
msgid "Romanian (qwerty)"
msgstr "i (-----)"
-#: ../../keyboard.pm_.c:220
+#: ../../keyboard.pm_.c:250
msgid "Russian (Yawerty)"
msgstr "i (-----)"
-#: ../../keyboard.pm_.c:222
+#: ../../keyboard.pm_.c:252
msgid "Slovenian"
msgstr "i"
-#: ../../keyboard.pm_.c:226
+#: ../../keyboard.pm_.c:253
msgid "Slovakian (QWERTZ)"
msgstr "i (QWERTZ)"
-#: ../../keyboard.pm_.c:227
+#: ../../keyboard.pm_.c:254
msgid "Slovakian (QWERTY)"
msgstr "i (QWERTY)"
-#: ../../keyboard.pm_.c:229
+#: ../../keyboard.pm_.c:256
#, fuzzy
msgid "Serbian (cyrillic)"
msgstr " ()"
-#: ../../keyboard.pm_.c:230
+#: ../../keyboard.pm_.c:258
+#, fuzzy
+msgid "Tamil"
+msgstr "i"
+
+#: ../../keyboard.pm_.c:259
msgid "Thai keyboard"
msgstr " i"
-#: ../../keyboard.pm_.c:232
+#: ../../keyboard.pm_.c:261
#, fuzzy
msgid "Tajik keyboard"
msgstr " i"
-#: ../../keyboard.pm_.c:233
+#: ../../keyboard.pm_.c:262
msgid "Turkish (traditional \"F\" model)"
msgstr "i ( \"F\" )"
-#: ../../keyboard.pm_.c:234
+#: ../../keyboard.pm_.c:263
msgid "Turkish (modern \"Q\" model)"
msgstr "i ( \"Q\" )"
-#: ../../keyboard.pm_.c:235
+#: ../../keyboard.pm_.c:265
msgid "Ukrainian"
msgstr "ii"
-#: ../../keyboard.pm_.c:238
+#: ../../keyboard.pm_.c:268
msgid "US keyboard (international)"
msgstr "US i (i)"
-#: ../../keyboard.pm_.c:239
+#: ../../keyboard.pm_.c:269
msgid "Vietnamese \"numeric row\" QWERTY"
msgstr "i \" \" QWERTY"
-#: ../../keyboard.pm_.c:240
+#: ../../keyboard.pm_.c:270
#, fuzzy
msgid "Yugoslavian (latin)"
msgstr " (latin)"
+#: ../../keyboard.pm_.c:278
+msgid "Right Alt key"
+msgstr ""
+
+#: ../../keyboard.pm_.c:279
+msgid "Both Shift keys simultaneously"
+msgstr ""
+
+#: ../../keyboard.pm_.c:280
+msgid "Control and Shift keys simultaneously"
+msgstr ""
+
+#: ../../keyboard.pm_.c:281
+msgid "CapsLock key"
+msgstr ""
+
+#: ../../keyboard.pm_.c:282
+msgid "Ctrl and Alt keys simultaneously"
+msgstr ""
+
+#: ../../keyboard.pm_.c:283
+msgid "Alt and Shift keys simultaneously"
+msgstr ""
+
+#: ../../keyboard.pm_.c:284
+msgid "\"Menu\" key"
+msgstr ""
+
+#: ../../keyboard.pm_.c:285
+msgid "Left \"Windows\" key"
+msgstr ""
+
+#: ../../keyboard.pm_.c:286
+msgid "Right \"Windows\" key"
+msgstr ""
+
#: ../../loopback.pm_.c:32
#, c-format
msgid "Circular mounts %s\n"
msgstr "i %s\n"
-#: ../../lvm.pm_.c:83
+#: ../../lvm.pm_.c:88
msgid "Remove the logical volumes first\n"
msgstr ""
+#: ../../modules.pm_.c:826
+msgid ""
+"PCMCIA support no longer exist for 2.2 kernels. Please use a 2.4 kernel."
+msgstr ""
+
#: ../../mouse.pm_.c:25
msgid "Sun - Mouse"
msgstr "Sun - "
-#: ../../mouse.pm_.c:31
-msgid "Standard"
-msgstr ""
-
#: ../../mouse.pm_.c:32
msgid "Logitech MouseMan+"
msgstr "Logitech MouseMan+"
@@ -4965,11 +5458,11 @@ msgstr " 2 "
msgid "GlidePoint"
msgstr "GlidePoint"
-#: ../../mouse.pm_.c:36 ../../mouse.pm_.c:62
+#: ../../mouse.pm_.c:36 ../../mouse.pm_.c:63
msgid "Kensington Thinking Mouse"
msgstr "Kensington Thinking Mouse"
-#: ../../mouse.pm_.c:37 ../../mouse.pm_.c:58
+#: ../../mouse.pm_.c:37 ../../mouse.pm_.c:59
msgid "Genius NetMouse"
msgstr "Genius NetMouse"
@@ -4977,115 +5470,115 @@ msgstr "Genius NetMouse"
msgid "Genius NetScroll"
msgstr "Genius NetScroll"
-#: ../../mouse.pm_.c:43 ../../mouse.pm_.c:67
+#: ../../mouse.pm_.c:43 ../../mouse.pm_.c:68
#, fuzzy
msgid "1 button"
msgstr "2 i"
-#: ../../mouse.pm_.c:44
+#: ../../mouse.pm_.c:44 ../../mouse.pm_.c:51
+msgid "Generic 2 Button Mouse"
+msgstr " 2 "
+
+#: ../../mouse.pm_.c:45
msgid "Generic"
msgstr ""
-#: ../../mouse.pm_.c:45
+#: ../../mouse.pm_.c:46
msgid "Wheel"
msgstr " "
-#: ../../mouse.pm_.c:48
+#: ../../mouse.pm_.c:49
msgid "serial"
msgstr ""
-#: ../../mouse.pm_.c:50
-msgid "Generic 2 Button Mouse"
-msgstr " 2 "
-
-#: ../../mouse.pm_.c:51
+#: ../../mouse.pm_.c:52
msgid "Generic 3 Button Mouse"
msgstr " 3 "
-#: ../../mouse.pm_.c:52
+#: ../../mouse.pm_.c:53
msgid "Microsoft IntelliMouse"
msgstr "Microsoft IntelliMouse"
-#: ../../mouse.pm_.c:53
+#: ../../mouse.pm_.c:54
msgid "Logitech MouseMan"
msgstr "Logitech MouseMan"
-#: ../../mouse.pm_.c:54
+#: ../../mouse.pm_.c:55
msgid "Mouse Systems"
msgstr "Mouse Systems"
-#: ../../mouse.pm_.c:56
+#: ../../mouse.pm_.c:57
msgid "Logitech CC Series"
msgstr "Logitech CC Series"
-#: ../../mouse.pm_.c:57
+#: ../../mouse.pm_.c:58
msgid "Logitech MouseMan+/FirstMouse+"
msgstr "Logitech MouseMan+/FirstMouse+"
-#: ../../mouse.pm_.c:59
+#: ../../mouse.pm_.c:60
msgid "MM Series"
msgstr "MM Series"
-#: ../../mouse.pm_.c:60
+#: ../../mouse.pm_.c:61
msgid "MM HitTablet"
msgstr "MM HitTablet"
-#: ../../mouse.pm_.c:61
+#: ../../mouse.pm_.c:62
msgid "Logitech Mouse (serial, old C7 type)"
msgstr "Logitech Mouse (, C7)"
-#: ../../mouse.pm_.c:65
+#: ../../mouse.pm_.c:66
#, fuzzy
msgid "busmouse"
msgstr " "
-#: ../../mouse.pm_.c:68
+#: ../../mouse.pm_.c:69
msgid "2 buttons"
msgstr "2 i"
-#: ../../mouse.pm_.c:69
+#: ../../mouse.pm_.c:70
msgid "3 buttons"
msgstr "3 i"
-#: ../../mouse.pm_.c:72
+#: ../../mouse.pm_.c:73
msgid "none"
msgstr ""
-#: ../../mouse.pm_.c:74
+#: ../../mouse.pm_.c:75
msgid "No mouse"
msgstr " "
-#: ../../mouse.pm_.c:482
+#: ../../mouse.pm_.c:499
msgid "Please test the mouse"
msgstr " , ."
-#: ../../mouse.pm_.c:483
+#: ../../mouse.pm_.c:500
#, fuzzy
msgid "To activate the mouse,"
msgstr " , ."
-#: ../../mouse.pm_.c:484
+#: ../../mouse.pm_.c:501
msgid "MOVE YOUR WHEEL!"
msgstr " !"
-#: ../../my_gtk.pm_.c:380
+#: ../../my_gtk.pm_.c:651
msgid "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
msgstr ""
-#: ../../my_gtk.pm_.c:415
+#: ../../my_gtk.pm_.c:686
#, fuzzy
msgid "Finish"
msgstr "ii"
-#: ../../my_gtk.pm_.c:415
+#: ../../my_gtk.pm_.c:686 ../../printerdrake.pm_.c:1588
msgid "Next ->"
msgstr " ->"
-#: ../../my_gtk.pm_.c:416
+#: ../../my_gtk.pm_.c:687 ../../printerdrake.pm_.c:1586
msgid "<- Previous"
msgstr ""
-#: ../../my_gtk.pm_.c:716
+#: ../../my_gtk.pm_.c:1019
msgid "Is this correct?"
msgstr " ?"
@@ -5134,7 +5627,7 @@ msgstr ""
"i ethernet i . i , "
" i i."
-#: ../../network/ethernet.pm_.c:92 ../../standalone/drakgw_.c:233
+#: ../../network/ethernet.pm_.c:92 ../../standalone/drakgw_.c:252
msgid "Choose the network interface"
msgstr " i"
@@ -5149,7 +5642,7 @@ msgstr ""
msgid "no network card found"
msgstr " "
-#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:350
+#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:360
msgid "Configuring network"
msgstr " i"
@@ -5165,15 +5658,15 @@ msgstr ""
" ``mybox.mylab.myco.com''.\n"
" i IP , i ."
-#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:355
+#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:365
msgid "Host name"
msgstr "I "
#: ../../network/isdn.pm_.c:21 ../../network/isdn.pm_.c:44
-#: ../../network/netconnect.pm_.c:91 ../../network/netconnect.pm_.c:105
-#: ../../network/netconnect.pm_.c:154 ../../network/netconnect.pm_.c:164
-#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:213
-#: ../../network/netconnect.pm_.c:221
+#: ../../network/netconnect.pm_.c:95 ../../network/netconnect.pm_.c:109
+#: ../../network/netconnect.pm_.c:164 ../../network/netconnect.pm_.c:175
+#: ../../network/netconnect.pm_.c:202 ../../network/netconnect.pm_.c:225
+#: ../../network/netconnect.pm_.c:233
#, fuzzy
msgid "Network Configuration Wizard"
msgstr "i i"
@@ -5214,13 +5707,13 @@ msgstr " (firewall)!"
msgid "Old configuration (isdn4net)"
msgstr " (firewall)!"
-#: ../../network/isdn.pm_.c:169 ../../network/isdn.pm_.c:187
-#: ../../network/isdn.pm_.c:197 ../../network/isdn.pm_.c:204
-#: ../../network/isdn.pm_.c:214
+#: ../../network/isdn.pm_.c:170 ../../network/isdn.pm_.c:188
+#: ../../network/isdn.pm_.c:198 ../../network/isdn.pm_.c:205
+#: ../../network/isdn.pm_.c:215
msgid "ISDN Configuration"
msgstr " ISDN"
-#: ../../network/isdn.pm_.c:169
+#: ../../network/isdn.pm_.c:170
msgid ""
"Select your provider.\n"
" If it's not in the list, choose Unlisted"
@@ -5228,21 +5721,21 @@ msgstr ""
" .\n"
"i i, ``I''"
-#: ../../network/isdn.pm_.c:182
+#: ../../network/isdn.pm_.c:183
msgid "Europe protocol"
msgstr ""
-#: ../../network/isdn.pm_.c:182
+#: ../../network/isdn.pm_.c:183
#, fuzzy
msgid "Europe protocol (EDSS1)"
msgstr "Ţ (EDSS1)"
-#: ../../network/isdn.pm_.c:184
+#: ../../network/isdn.pm_.c:185
#, fuzzy
msgid "Protocol for the rest of the world"
msgstr ""
-#: ../../network/isdn.pm_.c:184
+#: ../../network/isdn.pm_.c:185
#, fuzzy
msgid ""
"Protocol for the rest of the world \n"
@@ -5251,27 +5744,27 @@ msgstr ""
" \n"
" D- ( )"
-#: ../../network/isdn.pm_.c:188
+#: ../../network/isdn.pm_.c:189
msgid "Which protocol do you want to use ?"
msgstr "i ?"
-#: ../../network/isdn.pm_.c:198
+#: ../../network/isdn.pm_.c:199
msgid "What kind of card do you have?"
msgstr "i ?"
-#: ../../network/isdn.pm_.c:199
+#: ../../network/isdn.pm_.c:200
msgid "I don't know"
msgstr " "
-#: ../../network/isdn.pm_.c:199
+#: ../../network/isdn.pm_.c:200
msgid "ISA / PCMCIA"
msgstr "ISA / PCMCIA"
-#: ../../network/isdn.pm_.c:199
+#: ../../network/isdn.pm_.c:200
msgid "PCI"
msgstr "PCI"
-#: ../../network/isdn.pm_.c:205
+#: ../../network/isdn.pm_.c:206
msgid ""
"\n"
"If you have an ISA card, the values on the next screen should be right.\n"
@@ -5284,19 +5777,19 @@ msgstr ""
"\n"
"i PCMCIA , i irq i io .\n"
-#: ../../network/isdn.pm_.c:209
+#: ../../network/isdn.pm_.c:210
msgid "Abort"
msgstr "i"
-#: ../../network/isdn.pm_.c:209
+#: ../../network/isdn.pm_.c:210
msgid "Continue"
msgstr ""
-#: ../../network/isdn.pm_.c:215
+#: ../../network/isdn.pm_.c:216
msgid "Which is your ISDN card ?"
msgstr " ISDN ?"
-#: ../../network/isdn.pm_.c:234
+#: ../../network/isdn.pm_.c:235
msgid ""
"I have detected an ISDN PCI Card, but I don't know the type. Please select "
"one PCI card on the next screen."
@@ -5304,61 +5797,61 @@ msgstr ""
" ISDN PCI , . i , PCI "
" ."
-#: ../../network/isdn.pm_.c:243
+#: ../../network/isdn.pm_.c:244
msgid "No ISDN PCI card found. Please select one on the next screen."
msgstr " ISDN PCI . i , ."
-#: ../../network/modem.pm_.c:37
+#: ../../network/modem.pm_.c:39
msgid "Please choose which serial port your modem is connected to."
msgstr " ?"
-#: ../../network/modem.pm_.c:42
+#: ../../network/modem.pm_.c:44
msgid "Dialup options"
msgstr " (Dialup)"
-#: ../../network/modem.pm_.c:43 ../../standalone/draknet_.c:600
+#: ../../network/modem.pm_.c:45 ../../standalone/draknet_.c:622
msgid "Connection name"
msgstr "I "
-#: ../../network/modem.pm_.c:44 ../../standalone/draknet_.c:601
+#: ../../network/modem.pm_.c:46 ../../standalone/draknet_.c:623
msgid "Phone number"
msgstr " "
-#: ../../network/modem.pm_.c:45 ../../standalone/draknet_.c:602
+#: ../../network/modem.pm_.c:47 ../../standalone/draknet_.c:624
msgid "Login ID"
msgstr "I (login ID)"
-#: ../../network/modem.pm_.c:47 ../../standalone/draknet_.c:604
+#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
msgid "CHAP"
msgstr "CHAP"
-#: ../../network/modem.pm_.c:47 ../../standalone/draknet_.c:604
+#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
msgid "PAP"
msgstr "PAP"
-#: ../../network/modem.pm_.c:47 ../../standalone/draknet_.c:604
+#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
msgid "Script-based"
msgstr " "
-#: ../../network/modem.pm_.c:47 ../../standalone/draknet_.c:604
+#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
msgid "Terminal-based"
msgstr " i"
-#: ../../network/modem.pm_.c:48 ../../standalone/draknet_.c:605
+#: ../../network/modem.pm_.c:50 ../../standalone/draknet_.c:627
msgid "Domain name"
msgstr "I "
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:606
+#: ../../network/modem.pm_.c:51 ../../standalone/draknet_.c:628
#, fuzzy
msgid "First DNS Server (optional)"
msgstr " DNS"
-#: ../../network/modem.pm_.c:50 ../../standalone/draknet_.c:607
+#: ../../network/modem.pm_.c:52 ../../standalone/draknet_.c:629
#, fuzzy
msgid "Second DNS Server (optional)"
msgstr "i DNS:"
-#: ../../network/netconnect.pm_.c:33
+#: ../../network/netconnect.pm_.c:34
msgid ""
"\n"
"You can disconnect or reconfigure your connection."
@@ -5366,7 +5859,7 @@ msgstr ""
"\n"
" ."
-#: ../../network/netconnect.pm_.c:33 ../../network/netconnect.pm_.c:36
+#: ../../network/netconnect.pm_.c:34 ../../network/netconnect.pm_.c:37
#, fuzzy
msgid ""
"\n"
@@ -5375,12 +5868,12 @@ msgstr ""
"\n"
" ."
-#: ../../network/netconnect.pm_.c:33
+#: ../../network/netconnect.pm_.c:34
#, fuzzy
msgid "You are currently connected to internet."
msgstr " I?"
-#: ../../network/netconnect.pm_.c:36
+#: ../../network/netconnect.pm_.c:37
#, fuzzy
msgid ""
"\n"
@@ -5389,37 +5882,38 @@ msgstr ""
"\n"
" ."
-#: ../../network/netconnect.pm_.c:36
+#: ../../network/netconnect.pm_.c:37
#, fuzzy
msgid "You are not currently connected to Internet."
msgstr " I?"
-#: ../../network/netconnect.pm_.c:40
+#: ../../network/netconnect.pm_.c:41
#, fuzzy
-msgid "Connect to Internet"
-msgstr " I"
+msgid "Connect"
+msgstr "I "
-#: ../../network/netconnect.pm_.c:42
+#: ../../network/netconnect.pm_.c:43
#, fuzzy
-msgid "Disconnect from Internet"
-msgstr " I"
+msgid "Disconnect"
+msgstr " ISDN"
-#: ../../network/netconnect.pm_.c:44
-msgid "Configure network connection (LAN or Internet)"
-msgstr ""
+#: ../../network/netconnect.pm_.c:45
+#, fuzzy
+msgid "Configure the connection"
+msgstr " i"
-#: ../../network/netconnect.pm_.c:47
+#: ../../network/netconnect.pm_.c:50
msgid "Internet connection & configuration"
msgstr "I i i"
-#: ../../network/netconnect.pm_.c:96
+#: ../../network/netconnect.pm_.c:100
#, fuzzy, c-format
msgid "We are now going to configure the %s connection."
msgstr ""
"\n"
" ."
-#: ../../network/netconnect.pm_.c:105
+#: ../../network/netconnect.pm_.c:109
#, fuzzy, c-format
msgid ""
"\n"
@@ -5433,12 +5927,12 @@ msgstr ""
"\n"
" ."
-#: ../../network/netconnect.pm_.c:129 ../../network/netconnect.pm_.c:243
-#: ../../network/netconnect.pm_.c:255 ../../network/tools.pm_.c:56
+#: ../../network/netconnect.pm_.c:138 ../../network/netconnect.pm_.c:252
+#: ../../network/netconnect.pm_.c:271 ../../network/tools.pm_.c:57
msgid "Network Configuration"
msgstr "i i"
-#: ../../network/netconnect.pm_.c:130
+#: ../../network/netconnect.pm_.c:139
msgid ""
"Because you are doing a network installation, your network is already "
"configured.\n"
@@ -5446,7 +5940,7 @@ msgid ""
"Internet & Network connection.\n"
msgstr ""
-#: ../../network/netconnect.pm_.c:155
+#: ../../network/netconnect.pm_.c:165
msgid ""
"Welcome to The Network Configuration Wizard\n"
"\n"
@@ -5454,98 +5948,98 @@ msgid ""
"If you don't want to use the auto detection, deselect the checkbox.\n"
msgstr ""
-#: ../../network/netconnect.pm_.c:157
+#: ../../network/netconnect.pm_.c:167
#, fuzzy
msgid "Choose the profile to configure"
msgstr " i:"
-#: ../../network/netconnect.pm_.c:158
+#: ../../network/netconnect.pm_.c:168
msgid "Use auto detection"
msgstr ""
-#: ../../network/netconnect.pm_.c:164
+#: ../../network/netconnect.pm_.c:175
msgid "Detecting devices..."
msgstr " ..."
-#: ../../network/netconnect.pm_.c:175 ../../network/netconnect.pm_.c:184
+#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
msgid "Normal modem connection"
msgstr ""
-#: ../../network/netconnect.pm_.c:175 ../../network/netconnect.pm_.c:184
+#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
#, fuzzy, c-format
msgid "detected on port %s"
msgstr " i %s"
-#: ../../network/netconnect.pm_.c:176 ../../network/netconnect.pm_.c:185
+#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
#, fuzzy
msgid "ISDN connection"
msgstr " ISDN"
-#: ../../network/netconnect.pm_.c:176 ../../network/netconnect.pm_.c:185
+#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
#, c-format
msgid "detected %s"
msgstr ""
-#: ../../network/netconnect.pm_.c:177 ../../network/netconnect.pm_.c:186
+#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
#, fuzzy
msgid "ADSL connection"
msgstr ""
-#: ../../network/netconnect.pm_.c:177 ../../network/netconnect.pm_.c:186
+#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
#, fuzzy, c-format
msgid "detected on interface %s"
msgstr " i"
-#: ../../network/netconnect.pm_.c:178 ../../network/netconnect.pm_.c:187
+#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
#, fuzzy
msgid "Cable connection"
msgstr " "
-#: ../../network/netconnect.pm_.c:178 ../../network/netconnect.pm_.c:187
+#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
#, fuzzy
msgid "cable connection detected"
msgstr " "
-#: ../../network/netconnect.pm_.c:179 ../../network/netconnect.pm_.c:188
+#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
#, fuzzy
msgid "LAN connection"
msgstr ""
-#: ../../network/netconnect.pm_.c:179 ../../network/netconnect.pm_.c:188
+#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
msgid "ethernet card(s) detected"
msgstr ""
-#: ../../network/netconnect.pm_.c:190
+#: ../../network/netconnect.pm_.c:202
#, fuzzy
msgid "Choose the connection you want to configure"
msgstr " i, i "
-#: ../../network/netconnect.pm_.c:214
+#: ../../network/netconnect.pm_.c:226
msgid ""
"You have configured multiple ways to connect to the Internet.\n"
"Choose the one you want to use.\n"
"\n"
msgstr ""
-#: ../../network/netconnect.pm_.c:215
+#: ../../network/netconnect.pm_.c:227
#, fuzzy
msgid "Internet connection"
msgstr " I-"
-#: ../../network/netconnect.pm_.c:221
+#: ../../network/netconnect.pm_.c:233
msgid "Do you want to start the connection at boot?"
msgstr " , ?"
-#: ../../network/netconnect.pm_.c:239
+#: ../../network/netconnect.pm_.c:247
#, fuzzy
msgid "Network configuration"
msgstr "i i"
-#: ../../network/netconnect.pm_.c:240
+#: ../../network/netconnect.pm_.c:248
msgid "The network needs to be restarted"
msgstr ""
-#: ../../network/netconnect.pm_.c:243
+#: ../../network/netconnect.pm_.c:252
#, fuzzy, c-format
msgid ""
"A problem occured while restarting the network: \n"
@@ -5553,20 +6047,27 @@ msgid ""
"%s"
msgstr "i i i?"
-#: ../../network/netconnect.pm_.c:247
+#: ../../network/netconnect.pm_.c:261
msgid ""
-"Congratulations, the network and internet configuration is finished.\n"
-"\n"
+"Congratulations, the network and Internet configuration is finished.\n"
"The configuration will now be applied to your system.\n"
+"\n"
msgstr ""
-#: ../../network/netconnect.pm_.c:250
+#: ../../network/netconnect.pm_.c:265
msgid ""
-"After that is done, we recommend you to restart your X\n"
-"environnement to avoid hostname changing problem."
+"After this is done, we recommend that you restart your X environment to "
+"avoid any hostname-related problems."
msgstr ""
-#: ../../network/network.pm_.c:283
+#: ../../network/netconnect.pm_.c:266
+msgid ""
+"Problems occured during configuration.\n"
+"Test your connection via net_monitor or mcc. If your connection doesn't "
+"work, you might want to relaunch the configuration"
+msgstr ""
+
+#: ../../network/network.pm_.c:292
msgid ""
"WARNING: This device has been previously configured to connect to the "
"Internet.\n"
@@ -5574,7 +6075,7 @@ msgid ""
"Modifying the fields below will override this configuration."
msgstr ""
-#: ../../network/network.pm_.c:288
+#: ../../network/network.pm_.c:297
msgid ""
"Please enter the IP configuration for this machine.\n"
"Each item should be entered as an IP address in dotted-decimal\n"
@@ -5584,38 +6085,38 @@ msgstr ""
" i IP - \n"
"i (, 1.2.3.4)."
-#: ../../network/network.pm_.c:297 ../../network/network.pm_.c:298
+#: ../../network/network.pm_.c:306 ../../network/network.pm_.c:307
#, c-format
msgid "Configuring network device %s"
msgstr " %s"
-#: ../../network/network.pm_.c:298
+#: ../../network/network.pm_.c:307
#, fuzzy, c-format
msgid " (driver %s)"
msgstr " XFree86: %s\n"
-#: ../../network/network.pm_.c:300 ../../standalone/draknet_.c:255
-#: ../../standalone/draknet_.c:461
+#: ../../network/network.pm_.c:309 ../../standalone/draknet_.c:232
+#: ../../standalone/draknet_.c:468
msgid "IP address"
msgstr "IP "
-#: ../../network/network.pm_.c:301 ../../standalone/draknet_.c:462
+#: ../../network/network.pm_.c:310 ../../standalone/draknet_.c:469
msgid "Netmask"
msgstr " i"
-#: ../../network/network.pm_.c:302
+#: ../../network/network.pm_.c:311
msgid "(bootp/dhcp)"
msgstr "(bootp/dhcp)"
-#: ../../network/network.pm_.c:302
+#: ../../network/network.pm_.c:311
msgid "Automatic IP"
msgstr " IP"
-#: ../../network/network.pm_.c:323 ../../printerdrake.pm_.c:406
+#: ../../network/network.pm_.c:332 ../../printerdrake.pm_.c:712
msgid "IP address should be in format 1.2.3.4"
msgstr "IP i 1.2.3.4"
-#: ../../network/network.pm_.c:351
+#: ../../network/network.pm_.c:361
msgid ""
"Please enter your host name.\n"
"Your host name should be a fully-qualified host name,\n"
@@ -5627,65 +6128,66 @@ msgstr ""
" ``mybox.mylab.myco.com''.\n"
" i IP , i ."
-#: ../../network/network.pm_.c:356
+#: ../../network/network.pm_.c:366
msgid "DNS server"
msgstr "DNS "
-#: ../../network/network.pm_.c:357 ../../standalone/draknet_.c:599
-msgid "Gateway"
-msgstr ""
+#: ../../network/network.pm_.c:367
+#, c-format
+msgid "Gateway (e.g. %s)"
+msgstr ""
-#: ../../network/network.pm_.c:359
+#: ../../network/network.pm_.c:369
msgid "Gateway device"
msgstr "-"
-#: ../../network/network.pm_.c:371
+#: ../../network/network.pm_.c:381
msgid "Proxies configuration"
msgstr " proxy "
-#: ../../network/network.pm_.c:372
+#: ../../network/network.pm_.c:382
msgid "HTTP proxy"
msgstr "HTTP proxy"
-#: ../../network/network.pm_.c:373
+#: ../../network/network.pm_.c:383
msgid "FTP proxy"
msgstr "FTP proxy"
-#: ../../network/network.pm_.c:374
+#: ../../network/network.pm_.c:384
msgid "Track network card id (usefull for laptops)"
msgstr ""
-#: ../../network/network.pm_.c:377
+#: ../../network/network.pm_.c:387
msgid "Proxy should be http://..."
msgstr "Proxy i http://..."
-#: ../../network/network.pm_.c:378
+#: ../../network/network.pm_.c:388
msgid "Proxy should be ftp://..."
msgstr "Proxy i ftp://..."
-#: ../../network/tools.pm_.c:38
+#: ../../network/tools.pm_.c:39
msgid "Internet configuration"
msgstr " I"
-#: ../../network/tools.pm_.c:39
+#: ../../network/tools.pm_.c:40
msgid "Do you want to try to connect to the Internet now?"
msgstr "i I?"
-#: ../../network/tools.pm_.c:43 ../../standalone/draknet_.c:189
+#: ../../network/tools.pm_.c:44 ../../standalone/draknet_.c:197
#, fuzzy
msgid "Testing your connection..."
msgstr "i ISDN ?"
-#: ../../network/tools.pm_.c:49 ../../standalone/draknet_.c:220
+#: ../../network/tools.pm_.c:50
#, fuzzy
msgid "The system is now connected to Internet."
msgstr " I?"
-#: ../../network/tools.pm_.c:50
+#: ../../network/tools.pm_.c:51
msgid "For Security reason, it will be disconnected now."
msgstr ""
-#: ../../network/tools.pm_.c:51 ../../standalone/draknet_.c:220
+#: ../../network/tools.pm_.c:52
#, fuzzy
msgid ""
"The system doesn't seem to be connected to internet.\n"
@@ -5694,88 +6196,92 @@ msgstr ""
"\n"
" ."
-#: ../../network/tools.pm_.c:75
+#: ../../network/tools.pm_.c:76
msgid "Connection Configuration"
msgstr " I"
-#: ../../network/tools.pm_.c:76
+#: ../../network/tools.pm_.c:77
msgid "Please fill or check the field below"
msgstr "i , i i i"
-#: ../../network/tools.pm_.c:78 ../../standalone/draknet_.c:586
+#: ../../network/tools.pm_.c:79 ../../standalone/draknet_.c:608
msgid "Card IRQ"
msgstr "IRQ "
-#: ../../network/tools.pm_.c:79 ../../standalone/draknet_.c:587
+#: ../../network/tools.pm_.c:80 ../../standalone/draknet_.c:609
msgid "Card mem (DMA)"
msgstr " (DMA)"
-#: ../../network/tools.pm_.c:80 ../../standalone/draknet_.c:588
+#: ../../network/tools.pm_.c:81 ../../standalone/draknet_.c:610
msgid "Card IO"
msgstr "IO "
-#: ../../network/tools.pm_.c:81 ../../standalone/draknet_.c:589
+#: ../../network/tools.pm_.c:82 ../../standalone/draknet_.c:611
msgid "Card IO_0"
msgstr "IO_0 "
-#: ../../network/tools.pm_.c:82 ../../standalone/draknet_.c:590
+#: ../../network/tools.pm_.c:83 ../../standalone/draknet_.c:612
msgid "Card IO_1"
msgstr "IO_1 "
-#: ../../network/tools.pm_.c:83 ../../standalone/draknet_.c:591
+#: ../../network/tools.pm_.c:84 ../../standalone/draknet_.c:613
msgid "Your personal phone number"
msgstr " i "
-#: ../../network/tools.pm_.c:84 ../../standalone/draknet_.c:592
+#: ../../network/tools.pm_.c:85 ../../standalone/draknet_.c:614
msgid "Provider name (ex provider.net)"
msgstr "I , .net"
-#: ../../network/tools.pm_.c:85 ../../standalone/draknet_.c:593
+#: ../../network/tools.pm_.c:86 ../../standalone/draknet_.c:615
msgid "Provider phone number"
msgstr " "
-#: ../../network/tools.pm_.c:86 ../../standalone/draknet_.c:594
+#: ../../network/tools.pm_.c:87 ../../standalone/draknet_.c:616
#, fuzzy
msgid "Provider dns 1 (optional)"
msgstr "DNS 1 "
-#: ../../network/tools.pm_.c:87 ../../standalone/draknet_.c:595
+#: ../../network/tools.pm_.c:88 ../../standalone/draknet_.c:617
#, fuzzy
msgid "Provider dns 2 (optional)"
msgstr "DNS 2 "
-#: ../../network/tools.pm_.c:88
+#: ../../network/tools.pm_.c:89
#, fuzzy
msgid "Choose your country"
msgstr " i"
-#: ../../network/tools.pm_.c:89 ../../standalone/draknet_.c:598
+#: ../../network/tools.pm_.c:90 ../../standalone/draknet_.c:620
msgid "Dialing mode"
msgstr " "
-#: ../../network/tools.pm_.c:90 ../../standalone/draknet_.c:610
+#: ../../network/tools.pm_.c:91 ../../standalone/draknet_.c:632
#, fuzzy
msgid "Connection speed"
msgstr "I "
-#: ../../network/tools.pm_.c:91 ../../standalone/draknet_.c:611
+#: ../../network/tools.pm_.c:92 ../../standalone/draknet_.c:633
#, fuzzy
msgid "Connection timeout (in sec)"
msgstr "I "
-#: ../../network/tools.pm_.c:92 ../../standalone/draknet_.c:596
+#: ../../network/tools.pm_.c:93 ../../standalone/draknet_.c:618
msgid "Account Login (user name)"
msgstr "I (i i)"
-#: ../../network/tools.pm_.c:93 ../../standalone/draknet_.c:597
+#: ../../network/tools.pm_.c:94 ../../standalone/draknet_.c:619
msgid "Account Password"
msgstr " "
-#: ../../partition_table.pm_.c:622
+#: ../../partition_table.pm_.c:600
+msgid "mount failed: "
+msgstr " i: "
+
+#: ../../partition_table.pm_.c:664
msgid "Extended partition not supported on this platform"
msgstr " i "
-#: ../../partition_table.pm_.c:640
+#: ../../partition_table.pm_.c:682
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 "
@@ -5785,21 +6291,21 @@ msgstr ""
"i , i , i i\n"
" (extended) "
-#: ../../partition_table.pm_.c:744
+#: ../../partition_table.pm_.c:770
#, c-format
msgid "Restoring from file %s failed: %s"
msgstr " %s : %s"
-#: ../../partition_table.pm_.c:746
+#: ../../partition_table.pm_.c:772
msgid "Bad backup file"
msgstr " ii"
-#: ../../partition_table.pm_.c:768
+#: ../../partition_table.pm_.c:794
#, c-format
msgid "Error writing to file %s"
msgstr " i %s"
-#: ../../partition_table_raw.pm_.c:154
+#: ../../partition_table_raw.pm_.c:186
msgid ""
"Something bad is happening on your drive. \n"
"A test to check the integrity of data has failed. \n"
@@ -5842,7 +6348,7 @@ msgstr ""
msgid "PDQ - Print, Don't Queue"
msgstr ""
-#: ../../printer.pm_.c:32
+#: ../../printer.pm_.c:32 ../../printer.pm_.c:871
msgid "CUPS"
msgstr ""
@@ -5858,65 +6364,144 @@ msgstr ""
msgid "PDQ"
msgstr ""
-#: ../../printer.pm_.c:40
+#: ../../printer.pm_.c:47
msgid "Local printer"
msgstr " "
-#: ../../printer.pm_.c:41
+#: ../../printer.pm_.c:48
msgid "Remote printer"
msgstr " "
-#: ../../printer.pm_.c:42
+#: ../../printer.pm_.c:49
#, fuzzy
msgid "Printer on remote CUPS server"
msgstr " CUPS"
-#: ../../printer.pm_.c:43
+#: ../../printer.pm_.c:50 ../../printerdrake.pm_.c:734
#, fuzzy
msgid "Printer on remote lpd server"
msgstr " lpd"
-#: ../../printer.pm_.c:44
-msgid "Network printer (socket)"
-msgstr " (socket)"
+#: ../../printer.pm_.c:51
+msgid "Network printer (TCP/Socket)"
+msgstr " (TCP/Socket)"
-#: ../../printer.pm_.c:45
+#: ../../printer.pm_.c:52
#, fuzzy
msgid "Printer on SMB/Windows 95/98/NT server"
msgstr "SMB/Windows 95/98/NT"
-#: ../../printer.pm_.c:46
+#: ../../printer.pm_.c:53
#, fuzzy
msgid "Printer on NetWare server"
msgstr " "
-#: ../../printer.pm_.c:47
+#: ../../printer.pm_.c:54 ../../printerdrake.pm_.c:738
#, fuzzy
msgid "Enter a printer device URI"
msgstr "URI "
-#: ../../printer.pm_.c:48
+#: ../../printer.pm_.c:55
msgid "Pipe job into a command"
msgstr ""
-#: ../../printer.pm_.c:418 ../../printer.pm_.c:839
-#: ../../printerdrake.pm_.c:1227 ../../printerdrake.pm_.c:2023
+#: ../../printer.pm_.c:504 ../../printer.pm_.c:695 ../../printer.pm_.c:1017
+#: ../../printerdrake.pm_.c:1665 ../../printerdrake.pm_.c:2730
msgid "Unknown model"
msgstr ""
-#: ../../printer.pm_.c:546 ../../printerdrake.pm_.c:790
+#: ../../printer.pm_.c:532
+#, fuzzy
+msgid "Local Printers"
+msgstr " "
+
+#: ../../printer.pm_.c:534 ../../printer.pm_.c:872
+#, fuzzy
+msgid "Remote Printers"
+msgstr " "
+
+#: ../../printer.pm_.c:541 ../../printerdrake.pm_.c:248
+#, c-format
+msgid " on parallel port \\/*%s"
+msgstr ""
+
+#: ../../printer.pm_.c:544 ../../printerdrake.pm_.c:250
+#, c-format
+msgid ", USB printer \\/*%s"
+msgstr ""
+
+#: ../../printer.pm_.c:549
+#, c-format
+msgid ", multi-function device on parallel port \\/*%s"
+msgstr ""
+
+#: ../../printer.pm_.c:552
+msgid ", multi-function device on USB"
+msgstr ""
+
+#: ../../printer.pm_.c:554
+msgid ", multi-function device on HP JetDirect"
+msgstr ""
+
+#: ../../printer.pm_.c:556
+msgid ", multi-function device"
+msgstr ""
+
+#: ../../printer.pm_.c:559
+#, fuzzy, c-format
+msgid ", printing to %s"
+msgstr " i %s"
+
+#: ../../printer.pm_.c:561
+#, c-format
+msgid "on LPD server \"%s\", printer \"%s\""
+msgstr ""
+
+#: ../../printer.pm_.c:563
+#, c-format
+msgid ", TCP/IP host \"%s\", port %s"
+msgstr ""
+
+#: ../../printer.pm_.c:567
+#, c-format
+msgid "on Windows server \"%s\", share \"%s\""
+msgstr ""
+
+#: ../../printer.pm_.c:571
+#, c-format
+msgid "on Novell server \"%s\", printer \"%s\""
+msgstr ""
+
+#: ../../printer.pm_.c:573
+#, c-format
+msgid ", using command %s"
+msgstr ""
+
+#: ../../printer.pm_.c:692 ../../printerdrake.pm_.c:1136
msgid "Raw printer (No driver)"
msgstr ""
-#: ../../printer.pm_.c:693
+#: ../../printer.pm_.c:841
#, fuzzy, c-format
msgid "(on %s)"
msgstr "( %s)"
-#: ../../printer.pm_.c:695
+#: ../../printer.pm_.c:843
msgid "(on this machine)"
msgstr ""
+#: ../../printer.pm_.c:868
+#, fuzzy, c-format
+msgid "On CUPS server \"%s\""
+msgstr "IP SMB"
+
+#: ../../printer.pm_.c:874 ../../printerdrake.pm_.c:2391
+#: ../../printerdrake.pm_.c:2402 ../../printerdrake.pm_.c:2618
+#: ../../printerdrake.pm_.c:2670 ../../printerdrake.pm_.c:2697
+#: ../../printerdrake.pm_.c:2867 ../../printerdrake.pm_.c:2869
+msgid " (Default)"
+msgstr " ( )"
+
#: ../../printerdrake.pm_.c:22
msgid "Select Printer Connection"
msgstr " "
@@ -5929,437 +6514,700 @@ msgstr " ?"
#, fuzzy
msgid ""
"\n"
-"Printers on remote CUPS servers you do not have to configure\n"
-"here; these printers will be automatically detected. Please\n"
-"select \"Printer on remote CUPS server\" in this case."
+"Printers on remote CUPS servers you do not have to configure here; these "
+"printers will be automatically detected."
msgstr ""
" CUPS \n"
" , .\n"
" , \" CUPS\"."
-#: ../../printerdrake.pm_.c:84 ../../printerdrake.pm_.c:88
-#: ../../printerdrake.pm_.c:89 ../../printerdrake.pm_.c:159
-msgid "None"
-msgstr ""
+#: ../../printerdrake.pm_.c:69 ../../printerdrake.pm_.c:2454
+#, fuzzy
+msgid "CUPS configuration"
+msgstr ""
-#: ../../printerdrake.pm_.c:85 ../../printerdrake.pm_.c:160
+#: ../../printerdrake.pm_.c:70 ../../printerdrake.pm_.c:2455
#, fuzzy
-msgid "Choose a default printer!"
-msgstr " i:"
+msgid "Specify CUPS server"
+msgstr " CUPS"
-#: ../../printerdrake.pm_.c:105
+#: ../../printerdrake.pm_.c:71
msgid ""
-"With remote CUPS servers, you do not have to configure any \n"
-"printer here; CUPS servers inform your machine automatically\n"
-"about their printers. All printers known to your machine\n"
-"currently are listed in the \"Default printer\" field. Choose\n"
-"the default printer for your machine there and click the\n"
-"\"Apply/Re-read printers\" button. Click the same button to\n"
-"refresh the list (it can take up to 30 seconds after the start\n"
-"of CUPS until all remote printers are visible).\n"
-"When your CUPS server is in a different network, you have to \n"
-"give the CUPS server IP address and optionally the port number\n"
-"to get the printer information from the server, otherwise leave\n"
-"these fields blank."
+"To get access to printers on remote CUPS servers in your local network you "
+"do not have to configure anything; the CUPS servers inform your machine "
+"automatically about their printers. All printers currently known to your "
+"machine are listed in the \"Remote printers\" section in the main window of "
+"Printerdrake. When your CUPS server is not in your local network, you have "
+"to enter the CUPS server IP address and optionally the port number to get "
+"the printer information from the server, otherwise leave these fields blank."
msgstr ""
-#: ../../printerdrake.pm_.c:117
+#: ../../printerdrake.pm_.c:72
msgid ""
"\n"
-"Normally, CUPS is automatically configured according to your\n"
-"network environment, so that you can access the printers on the\n"
-"CUPS servers in your local network. If this does not work \n"
-"correctly, turn off \"Automatic CUPS configuration\" and edit\n"
-"your file /etc/cups/cupsd.conf manually. Do not forget to restart\n"
-"CUPS afterwards (command: \"service cups restart\")."
+"Normally, CUPS is automatically configured according to your network "
+"environment, so that you can access the printers on the CUPS servers in your "
+"local network. If this does not work correctly, turn off \"Automatic CUPS "
+"configuration\" and edit your file /etc/cups/cupsd.conf manually. Do not "
+"forget to restart CUPS afterwards (command: \"service cups restart\")."
msgstr ""
-#: ../../printerdrake.pm_.c:124 ../../printerdrake.pm_.c:1290
-#: ../../printerdrake.pm_.c:1294 ../../printerdrake.pm_.c:1295
-#: ../../printerdrake.pm_.c:1296 ../../printerdrake.pm_.c:2011
-#, fuzzy
-msgid "Close"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:125
-#, fuzzy
-msgid "Apply/Re-read printers"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:129
+#: ../../printerdrake.pm_.c:76
#, fuzzy
msgid "The IP address should look like 192.168.1.20"
msgstr "IP i 1.2.3.4"
-#: ../../printerdrake.pm_.c:134 ../../printerdrake.pm_.c:541
+#: ../../printerdrake.pm_.c:80 ../../printerdrake.pm_.c:862
msgid "The port number should be an integer!"
msgstr ""
-#: ../../printerdrake.pm_.c:141 ../../printerdrake.pm_.c:2095
-#, fuzzy
-msgid "Default printer"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:146
+#: ../../printerdrake.pm_.c:87
#, fuzzy
msgid "CUPS server IP"
msgstr "IP SMB"
-#: ../../printerdrake.pm_.c:147 ../../printerdrake.pm_.c:534
+#: ../../printerdrake.pm_.c:88 ../../printerdrake.pm_.c:855
msgid "Port"
msgstr ""
-#: ../../printerdrake.pm_.c:149
+#: ../../printerdrake.pm_.c:90
#, fuzzy
msgid "Automatic CUPS configuration"
msgstr " "
-#: ../../printerdrake.pm_.c:217
+#: ../../printerdrake.pm_.c:145 ../../standalone/scannerdrake_.c:42
#, fuzzy
msgid "Detecting devices ..."
msgstr " ..."
-#: ../../printerdrake.pm_.c:217
+#: ../../printerdrake.pm_.c:145 ../../standalone/scannerdrake_.c:42
msgid "Test ports"
msgstr " "
-#: ../../printerdrake.pm_.c:238
-#, c-format
-msgid "A printer, model \"%s\", has been detected on "
-msgstr " i \"%s\" "
+#: ../../printerdrake.pm_.c:167 ../../printerdrake.pm_.c:2437
+#: ../../printerdrake.pm_.c:2556
+#, fuzzy
+msgid "Add a new printer"
+msgstr "I i"
+
+#: ../../printerdrake.pm_.c:168
+msgid ""
+"\n"
+"Welcome to the Printer Setup Wizard\n"
+"\n"
+"This wizard allows you to install local or remote printers to be used from "
+"this machine and also from other machines in the network.\n"
+"\n"
+"It asks you for all necessary information to set up the printer and gives "
+"you access to all available printer drivers, driver options, and printer "
+"connection types."
+msgstr ""
-#: ../../printerdrake.pm_.c:255
-msgid "Local Printer Device"
+#: ../../printerdrake.pm_.c:176 ../../printerdrake.pm_.c:203
+#: ../../printerdrake.pm_.c:378 ../../printerdrake.pm_.c:393
+#: ../../printerdrake.pm_.c:403 ../../printerdrake.pm_.c:466
+#, fuzzy
+msgid "Local Printer"
msgstr " "
+#: ../../printerdrake.pm_.c:177
+msgid ""
+"\n"
+"Welcome to the Printer Setup Wizard\n"
+"\n"
+"This wizard will help you to install your printer(s) connected to this "
+"computer.\n"
+"\n"
+"Please plug in your printer(s) on this computer and turn it/them on. Click "
+"on \"Next\" when you are ready, and on \"Cancel\" when you do not want to "
+"set up your printer(s) now.\n"
+"\n"
+"Note that some computers can crash during the printer auto-detection, turn "
+"off \"Auto-detect printers\" to do a printer installation without auto-"
+"detection. Use the \"Expert Mode\" of printerdrake when you want to set up "
+"printing on a remote printer if printerdrake does not list it automatically."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:186
+#, fuzzy
+msgid "Auto-detect printers"
+msgstr " "
+
+#: ../../printerdrake.pm_.c:204
+msgid ""
+"\n"
+"Congratulations, your printer is now installed and configured!\n"
+"\n"
+"You can print using the \"Print\" command of your application (usually in "
+"the \"File\" menu).\n"
+"\n"
+"If you want to add, remove, or rename a printer, or if you want to change "
+"the default option settings (paper input tray, printout quality, ...), "
+"select \"Printer\" in the \"Hardware\" section of the Mandrake Control "
+"Center."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:223
+msgid "Auto-Detection of Printers"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:224
+msgid ""
+"Printerdrake is able to auto-detect your locally connected parallel and USB "
+"printers for you, but note that on some systems the auto-detection CAN "
+"FREEZE YOUR SYSTEM AND THIS CAN LEAD TO CORRUPTED FILE SYSTEMS! So do it ON "
+"YOUR OWN RISK!\n"
+"\n"
+"Do you really want to get your printers auto-detected?"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:227 ../../printerdrake.pm_.c:229
+#: ../../printerdrake.pm_.c:230
+#, fuzzy
+msgid "Do auto-detection"
+msgstr " "
+
+#: ../../printerdrake.pm_.c:228
+#, fuzzy
+msgid "Set up printer manually"
+msgstr " "
+
#: ../../printerdrake.pm_.c:256
+#, fuzzy, c-format
+msgid "Detected %s"
+msgstr " i %s"
+
+#: ../../printerdrake.pm_.c:260 ../../printerdrake.pm_.c:287
+#: ../../printerdrake.pm_.c:306
+#, c-format
+msgid "Printer on parallel port \\/*%s"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:262 ../../printerdrake.pm_.c:289
+#: ../../printerdrake.pm_.c:311
+#, c-format
+msgid "USB printer \\/*%s"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:379
+msgid ""
+"No local printer found! To manually install a printer enter a device name/"
+"file name in the input line (Parallel Ports: /dev/lp0, /dev/lp1, ..., "
+"equivalent to LPT1:, LPT2:, ..., 1st USB printer: /dev/usb/lp0, 2nd USB "
+"printer: /dev/usb/lp1, ...)."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:383
+#, fuzzy
+msgid "You must enter a device or file name!"
+msgstr "URI "
+
+#: ../../printerdrake.pm_.c:394
+#, fuzzy
+msgid ""
+"No local printer found!\n"
+"\n"
+msgstr " "
+
+#: ../../printerdrake.pm_.c:395
+msgid ""
+"Network printers can only be installed after the installation. Choose "
+"\"Hardware\" and then \"Printer\" in the Mandrake Control Center."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:396
msgid ""
-"What device is your printer connected to \n"
-"(note that /dev/lp0 is equivalent to LPT1:)?\n"
+"To install network printers, click \"Cancel\", switch to the \"Expert Mode"
+"\", and click \"Add a new printer\" again."
msgstr ""
-" \n"
-"(/dev/lp0 i LPT1:)?\n"
-#: ../../printerdrake.pm_.c:258
-msgid "Printer Device"
-msgstr " "
+#: ../../printerdrake.pm_.c:407
+msgid ""
+"The following printer was auto-detected, if it is not the one you want to "
+"configure, enter a device name/file name in the input line"
+msgstr ""
-#: ../../printerdrake.pm_.c:261
-msgid "Device/file name missing!"
+#: ../../printerdrake.pm_.c:408
+msgid ""
+"Here is a list of all auto-detected printers. Please choose the printer you "
+"want to set up or enter a device name/file name in the input line"
msgstr ""
-#: ../../printerdrake.pm_.c:274 ../../printerdrake.pm_.c:698
-#: ../../printerdrake.pm_.c:786
+#: ../../printerdrake.pm_.c:410
+msgid ""
+"The following printer was auto-detected. The configuration of the printer "
+"will work fully automatically. If your printer was not correctly detected or "
+"if you prefer a customized printer configuration, turn on \"Manual "
+"configuration\"."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:411
+msgid ""
+"Here is a list of all auto-detected printers. Please choose the printer you "
+"want to set up. The configuration of the printer will work fully "
+"automatically. If your printer was not correctly detected or if you prefer a "
+"customized printer configuration, turn on \"Manual configuration\"."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:413
+msgid ""
+"Please choose the port where your printer is connected to or enter a device "
+"name/file name in the input line"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:414
+#, fuzzy
+msgid "Please choose the port where your printer is connected to."
+msgstr " ?"
+
+#: ../../printerdrake.pm_.c:416
+msgid ""
+" (Parallel Ports: /dev/lp0, /dev/lp1, ..., equivalent to LPT1:, LPT2:, ..., "
+"1st USB printer: /dev/usb/lp0, 2nd USB printer: /dev/usb/lp1, ...)."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:421
+#, fuzzy
+msgid "You must choose/enter a printer/device!"
+msgstr "URI "
+
+#: ../../printerdrake.pm_.c:441
+#, fuzzy
+msgid "Manual configuration"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:467
+msgid ""
+"Is your printer a multi-function device from HP (OfficeJet, PSC, PhotoSmart, "
+"LaserJet 1100/1200/1220/3200/3300 with scanner)?"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:482
+#, fuzzy
+msgid "Installing HPOJ package..."
+msgstr " %s"
+
+#: ../../printerdrake.pm_.c:487
+msgid "Checking device and configuring HPOJ ..."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:505
+#, fuzzy
+msgid "Installing SANE package..."
+msgstr " %s"
+
+#: ../../printerdrake.pm_.c:517
+msgid "Scanning on your HP multi-function device"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:534
+#, fuzzy
+msgid "Making printer port available for CUPS ..."
+msgstr " CUPS"
+
+#: ../../printerdrake.pm_.c:544 ../../printerdrake.pm_.c:1018
+#: ../../printerdrake.pm_.c:1132
#, fuzzy
msgid "Reading printer database ..."
msgstr " CUPS"
-#: ../../printerdrake.pm_.c:312
+#: ../../printerdrake.pm_.c:624
msgid "Remote lpd Printer Options"
msgstr "i lpd"
-#: ../../printerdrake.pm_.c:313
+#: ../../printerdrake.pm_.c:625
#, fuzzy
msgid ""
-"To use a remote lpd printer, you need to supply\n"
-"the hostname of the printer server and the printer name\n"
-"on that server."
+"To use a remote lpd printer, you need to supply the hostname of the printer "
+"server and the printer name on that server."
msgstr ""
" i i \n"
" i i i i ,\n"
" i."
-#: ../../printerdrake.pm_.c:316
+#: ../../printerdrake.pm_.c:626
#, fuzzy
msgid "Remote host name"
msgstr " "
-#: ../../printerdrake.pm_.c:317
+#: ../../printerdrake.pm_.c:627
#, fuzzy
msgid "Remote printer name"
msgstr " "
-#: ../../printerdrake.pm_.c:320
+#: ../../printerdrake.pm_.c:630
#, fuzzy
msgid "Remote host name missing!"
msgstr " "
-#: ../../printerdrake.pm_.c:324
+#: ../../printerdrake.pm_.c:634
#, fuzzy
msgid "Remote printer name missing!"
msgstr " "
-#: ../../printerdrake.pm_.c:392
+#: ../../printerdrake.pm_.c:702
msgid "SMB (Windows 9x/NT) Printer Options"
msgstr "i SMB (Windows 9x/NT)"
-#: ../../printerdrake.pm_.c:393
+#: ../../printerdrake.pm_.c:703
+#, fuzzy
msgid ""
-"To print to a SMB printer, you need to provide the\n"
-"SMB host name (Note! It may be different from its\n"
-"TCP/IP hostname!) and possibly the IP address of the print server, as\n"
-"well as the share name for the printer you wish to access and any\n"
-"applicable user name, password, and workgroup information."
+"To print to a SMB printer, you need to provide the SMB host name (Note! It "
+"may be different from its TCP/IP hostname!) and possibly the IP address of "
+"the print server, as well as the share name for the printer you wish to "
+"access and any applicable user name, password, and workgroup information."
msgstr ""
" SMB i SMB ( "
" i TCP/IP) i IP , i "
", i , i i, i "
"i ."
-#: ../../printerdrake.pm_.c:398
+#: ../../printerdrake.pm_.c:704
msgid "SMB server host"
msgstr "I SMB"
-#: ../../printerdrake.pm_.c:399
+#: ../../printerdrake.pm_.c:705
msgid "SMB server IP"
msgstr "IP SMB"
-#: ../../printerdrake.pm_.c:400
+#: ../../printerdrake.pm_.c:706
msgid "Share name"
msgstr "I "
-#: ../../printerdrake.pm_.c:403
+#: ../../printerdrake.pm_.c:709
msgid "Workgroup"
msgstr " "
-#: ../../printerdrake.pm_.c:410
+#: ../../printerdrake.pm_.c:716
msgid "Either the server name or the server's IP must be given!"
msgstr ""
-#: ../../printerdrake.pm_.c:414
+#: ../../printerdrake.pm_.c:720
msgid "Samba share name missing!"
msgstr ""
-#: ../../printerdrake.pm_.c:473
+#: ../../printerdrake.pm_.c:725
+msgid "SECURITY WARNING!"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:726
+#, c-format
+msgid ""
+"You are about to set up printing to a Windows account with password. Due to "
+"a fault in the architecture of the Samba client software the password is put "
+"in clear text into the command line of the Samba client used to transmit the "
+"print job to the Windows server. So it is possible for every user on this "
+"machine to display the password on the screen by issuing commands as \"ps "
+"auxwww\".\n"
+"\n"
+"We recommend to make use of one of the following alternatives (in all cases "
+"you have to make sure that only machines from your local network have access "
+"to your Windows server, for example by means of a firewall):\n"
+"\n"
+"Use a password-less account on your Windows server, as the \"GUEST\" account "
+"or a special account dedicated for printing. Do not remove the password "
+"protection from a personal account or the administrator account.\n"
+"\n"
+"Set up your Windows server to make the printer available under the LPD "
+"protocol. Then set up printing from this machine with the \"%s\" connection "
+"type in Printerdrake.\n"
+"\n"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:736
+#, c-format
+msgid ""
+"Set up your Windows server to make the printer available under the IPP "
+"protocol and set up printing from this machine with the \"%s\" connection "
+"type in Printerdrake.\n"
+"\n"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:739
+msgid ""
+"Connect your printer to a Linux server and let your Windows machine(s) "
+"connect to it as a client.\n"
+"\n"
+"Do you really want to continue setting up this printer as you are doing now?"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:801
msgid "NetWare Printer Options"
msgstr "i NetWare"
-#: ../../printerdrake.pm_.c:474
+#: ../../printerdrake.pm_.c:802
+#, fuzzy
msgid ""
-"To print on a NetWare printer, you need to provide the\n"
-"NetWare print server name (Note! it may be different from its\n"
-"TCP/IP hostname!) as well as the print queue name for the printer you\n"
-"wish to access and any applicable user name and password."
+"To print on a NetWare printer, you need to provide the NetWare print server "
+"name (Note! it may be different from its TCP/IP hostname!) as well as the "
+"print queue name for the printer you wish to access and any applicable user "
+"name and password."
msgstr ""
" NetWare i NetWare "
"( i TCP/IP) i i i , "
" , i i i ."
-#: ../../printerdrake.pm_.c:478
+#: ../../printerdrake.pm_.c:803
msgid "Printer Server"
msgstr " "
-#: ../../printerdrake.pm_.c:479
+#: ../../printerdrake.pm_.c:804
msgid "Print Queue Name"
msgstr "I i "
-#: ../../printerdrake.pm_.c:484
+#: ../../printerdrake.pm_.c:809
msgid "NCP server name missing!"
msgstr ""
-#: ../../printerdrake.pm_.c:488
+#: ../../printerdrake.pm_.c:813
msgid "NCP queue name missing!"
msgstr ""
-#: ../../printerdrake.pm_.c:527
-msgid "Socket Printer Options"
+#: ../../printerdrake.pm_.c:852
+#, fuzzy
+msgid "TCP/Socket Printer Options"
msgstr "i "
-#: ../../printerdrake.pm_.c:528
+#: ../../printerdrake.pm_.c:853
#, fuzzy
msgid ""
-"To print to a socket printer, you need to provide the\n"
-"host name of the printer and optionally the port number.\n"
-"On HP JetDirect servers the port number is usually 9100,\n"
-"on other servers it can vary. See the manual of your\n"
+"To print to a TCP or socket printer, you need to provide the host name of "
+"the printer and optionally the port number. On HP JetDirect servers the port "
+"number is usually 9100, on other servers it can vary. See the manual of your "
"hardware."
msgstr ""
" i, \n"
"i i ."
-#: ../../printerdrake.pm_.c:533
+#: ../../printerdrake.pm_.c:854
#, fuzzy
msgid "Printer host name"
msgstr "I "
-#: ../../printerdrake.pm_.c:537
+#: ../../printerdrake.pm_.c:858
#, fuzzy
msgid "Printer host name missing!"
msgstr "I "
-#: ../../printerdrake.pm_.c:566 ../../printerdrake.pm_.c:568
+#: ../../printerdrake.pm_.c:887 ../../printerdrake.pm_.c:889
msgid "Printer Device URI"
msgstr "URI "
-#: ../../printerdrake.pm_.c:567
+#: ../../printerdrake.pm_.c:888
msgid ""
"You can specify directly the URI to access the printer. The URI must fulfill "
"either the CUPS or the Foomatic specifications. Note that not all URI types "
"are supported by all the spoolers."
msgstr ""
-#: ../../printerdrake.pm_.c:582
+#: ../../printerdrake.pm_.c:903
msgid "A valid URI must be entered!"
msgstr ""
-#: ../../printerdrake.pm_.c:682
+#: ../../printerdrake.pm_.c:1004
msgid ""
-"Every printer needs a name (for example lp).\n"
-"The Description and Location fields do not need \n"
-"to be filled in. They are comments for the users."
+"Every printer needs a name (for example \"printer\"). The Description and "
+"Location fields do not need to be filled in. They are comments for the users."
msgstr ""
-#: ../../printerdrake.pm_.c:685
+#: ../../printerdrake.pm_.c:1005
msgid "Name of printer"
msgstr "I i"
-#: ../../printerdrake.pm_.c:686
+#: ../../printerdrake.pm_.c:1006
msgid "Description"
msgstr "i"
-#: ../../printerdrake.pm_.c:687
+#: ../../printerdrake.pm_.c:1007
msgid "Location"
msgstr ""
-#: ../../printerdrake.pm_.c:701
+#: ../../printerdrake.pm_.c:1021
#, fuzzy
msgid "Preparing printer database ..."
msgstr " CUPS"
-#: ../../printerdrake.pm_.c:793
+#: ../../printerdrake.pm_.c:1112
+#, fuzzy
+msgid "Your printer model"
+msgstr " "
+
+#: ../../printerdrake.pm_.c:1113
+#, c-format
+msgid ""
+"Printerdrake has compared the model name resulting from the printer auto-"
+"detection with the models listed in its printer database to find the best "
+"match. This choice can be wrong, especially when your printer is not listed "
+"at all in the database. So check whether the choice is correct and click "
+"\"The model is correct\" if so and if not, click \"Select model manually\" "
+"so that you can choose your printer model manually on the next screen.\n"
+"\n"
+"For your printer Printerdrake has found:\n"
+"\n"
+"%s"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1118 ../../printerdrake.pm_.c:1121
+#, fuzzy
+msgid "The model is correct"
+msgstr " ?"
+
+#: ../../printerdrake.pm_.c:1119 ../../printerdrake.pm_.c:1120
+#: ../../printerdrake.pm_.c:1123
+#, fuzzy
+msgid "Select model manually"
+msgstr " "
+
+#: ../../printerdrake.pm_.c:1139
#, fuzzy
msgid "Printer model selection"
msgstr " "
-#: ../../printerdrake.pm_.c:794
+#: ../../printerdrake.pm_.c:1140
#, fuzzy
msgid "Which printer model do you have?"
msgstr "i i ?"
-#: ../../printerdrake.pm_.c:866
+#: ../../printerdrake.pm_.c:1141
+msgid ""
+"\n"
+"\n"
+"Please check whether Printerdrake did the auto-detection of your printer "
+"model correctly. Search the correct model in the list when the cursor is "
+"standing on a wrong model or on \"Raw printer\"."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1144
+msgid ""
+"If your printer is not listed, choose a compatible (see printer manual) or a "
+"similar one."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1220
#, fuzzy
msgid "OKI winprinter configuration"
msgstr " I"
-#: ../../printerdrake.pm_.c:867
+#: ../../printerdrake.pm_.c:1221
msgid ""
"You are configuring an OKI laser winprinter. These printers\n"
-"use a very special communication protocol and therefore they\n"
-"work only when connected to the first parallel port. When\n"
-"your printer is connected to another port or to a print\n"
-"server box please connect the printer to the first parallel\n"
-"port before you print a test page. Otherwise the printer\n"
-"will not work. Your connection type setting will be ignored\n"
-"by the driver."
+"use a very special communication protocol and therefore they work only when "
+"connected to the first parallel port. When your printer is connected to "
+"another port or to a print server box please connect the printer to the "
+"first parallel port before you print a test page. Otherwise the printer will "
+"not work. Your connection type setting will be ignored by the driver."
msgstr ""
-#: ../../printerdrake.pm_.c:916 ../../printerdrake.pm_.c:946
+#: ../../printerdrake.pm_.c:1264 ../../printerdrake.pm_.c:1291
#, fuzzy
msgid "Lexmark inkjet configuration"
msgstr " I"
-#: ../../printerdrake.pm_.c:917
+#: ../../printerdrake.pm_.c:1265
msgid ""
-"The inkjet printer drivers provided by Lexmark only support\n"
-"local printers, no printers on remote machines or print server\n"
-"boxes. Please connect your printer to a local port or\n"
-"configure it on the machine where it is connected to."
+"The inkjet printer drivers provided by Lexmark only support local printers, "
+"no printers on remote machines or print server boxes. Please connect your "
+"printer to a local port or configure it on the machine where it is connected "
+"to."
msgstr ""
-#: ../../printerdrake.pm_.c:947
+#: ../../printerdrake.pm_.c:1292
msgid ""
-"To be able to print with your Lexmark inkjet and this\n"
-"configuration, you need the inkjet printer drivers\n"
-"provided by Lexmark (http://www.lexmark.com/). Go to\n"
-"the US site and click on the \"Drivers\" button. Then\n"
-"choose your model and afterwards \"Linux\" as\n"
-"operating system. The drivers come as RPM packages\n"
-"or shell scripts with interactive graphical installation.\n"
-"You do not need to do this configuration by the\n"
-"graphical frontends. Cancel directly after the license\n"
-"agreement. Then print printhead alignment pages with\n"
-"\"lexmarkmaintain\" and adjust the head alignment\n"
-"settings with this program."
+"To be able to print with your Lexmark inkjet and this configuration, you "
+"need the inkjet printer drivers provided by Lexmark (http://www.lexmark."
+"com/). Go to the US site and click on the \"Drivers\" button. Then choose "
+"your model and afterwards \"Linux\" as operating system. The drivers come as "
+"RPM packages or shell scripts with interactive graphical installation. You "
+"do not need to do this configuration by the graphical frontends. Cancel "
+"directly after the license agreement. Then print printhead alignment pages "
+"with \"lexmarkmaintain\" and adjust the head alignment settings with this "
+"program."
msgstr ""
-#: ../../printerdrake.pm_.c:1079
+#: ../../printerdrake.pm_.c:1508
msgid ""
"Printer default settings\n"
-"You should make sure that the page size and the\n"
-"ink type (if available) are set correctly. Note\n"
-"that with a very high printout quality printing\n"
-"can get substantially slower."
+"\n"
+"You should make sure that the page size and the ink type/printing mode (if "
+"available) and also the hardware configuration of laser printers (memory, "
+"duplex unit, extra trays) are set correctly. Note that with a very high "
+"printout quality/resolution printing can get substantially slower."
msgstr ""
-#: ../../printerdrake.pm_.c:1090
+#: ../../printerdrake.pm_.c:1517
#, c-format
msgid "Option %s must be an integer number!"
msgstr ""
-#: ../../printerdrake.pm_.c:1094
+#: ../../printerdrake.pm_.c:1521
#, c-format
msgid "Option %s must be a number!"
msgstr ""
-#: ../../printerdrake.pm_.c:1099
+#: ../../printerdrake.pm_.c:1526
#, c-format
msgid "Option %s out of range!"
msgstr ""
-#: ../../printerdrake.pm_.c:1136
+#: ../../printerdrake.pm_.c:1565
#, fuzzy, c-format
msgid ""
"Do you want to set this printer (\"%s\")\n"
"as the default printer?"
msgstr " i ?"
-#: ../../printerdrake.pm_.c:1152
+#: ../../printerdrake.pm_.c:1582
#, fuzzy
msgid "Test pages"
msgstr " "
-#: ../../printerdrake.pm_.c:1153
+#: ../../printerdrake.pm_.c:1583
msgid ""
"Please select the test pages you want to print.\n"
-"Note: the photo test page can take a rather long time to get printed\n"
-"and on laser printers with too low memory it can even not come out.\n"
-"In most cases it is enough to print the standard test page."
+"Note: the photo test page can take a rather long time to get printed and on "
+"laser printers with too low memory it can even not come out. In most cases "
+"it is enough to print the standard test page."
msgstr ""
-#: ../../printerdrake.pm_.c:1158
+#: ../../printerdrake.pm_.c:1587
#, fuzzy
msgid "No test pages"
msgstr ", i "
-#: ../../printerdrake.pm_.c:1159
+#: ../../printerdrake.pm_.c:1588
#, fuzzy
msgid "Print"
msgstr ""
-#: ../../printerdrake.pm_.c:1161
+#: ../../printerdrake.pm_.c:1590
#, fuzzy
msgid "Standard test page"
msgstr ""
-#: ../../printerdrake.pm_.c:1164
+#: ../../printerdrake.pm_.c:1593
msgid "Alternative test page (Letter)"
msgstr ""
-#: ../../printerdrake.pm_.c:1167
+#: ../../printerdrake.pm_.c:1596
#, fuzzy
msgid "Alternative test page (A4)"
msgstr " "
-#: ../../printerdrake.pm_.c:1169
+#: ../../printerdrake.pm_.c:1598
#, fuzzy
msgid "Photo test page"
msgstr " "
-#: ../../printerdrake.pm_.c:1175 ../../printerdrake.pm_.c:1297
+#: ../../printerdrake.pm_.c:1602
+#, fuzzy
+msgid "Do not print any test page"
+msgstr " "
+
+#: ../../printerdrake.pm_.c:1610 ../../printerdrake.pm_.c:1747
msgid "Printing test page(s)..."
msgstr " "
-#: ../../printerdrake.pm_.c:1200
+#: ../../printerdrake.pm_.c:1635
#, fuzzy, c-format
msgid ""
"Test page(s) have been sent to the printer.\n"
@@ -6375,7 +7223,7 @@ msgstr ""
"\n"
" ?"
-#: ../../printerdrake.pm_.c:1204
+#: ../../printerdrake.pm_.c:1639
#, fuzzy
msgid ""
"Test page(s) have been sent to the printer.\n"
@@ -6385,33 +7233,33 @@ msgstr ""
" , , i .\n"
" ?"
-#: ../../printerdrake.pm_.c:1211
+#: ../../printerdrake.pm_.c:1646
msgid "Did it work properly?"
msgstr ""
-#: ../../printerdrake.pm_.c:1229 ../../printerdrake.pm_.c:2025
+#: ../../printerdrake.pm_.c:1667 ../../printerdrake.pm_.c:2732
#, fuzzy
msgid "Raw printer"
msgstr "I i"
-#: ../../printerdrake.pm_.c:1237
+#: ../../printerdrake.pm_.c:1685
#, c-format
msgid ""
"To print a file from the command line (terminal window) you can either use "
"the command \"%s <file>\" or a graphical printing tool: \"xpp <file>\" or "
-"\"qtcups <file>\". The graphical tools allow you to choose the printer and "
+"\"kprinter <file>\". The graphical tools allow you to choose the printer and "
"to modify the option settings easily.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:1239
+#: ../../printerdrake.pm_.c:1687
msgid ""
"These commands you can also use in the \"Printing command\" field of the "
"printing dialogs of many applications, but here do not supply the file name "
"because the file to print is provided by the application.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:1242 ../../printerdrake.pm_.c:1254
-#: ../../printerdrake.pm_.c:1266
+#: ../../printerdrake.pm_.c:1690 ../../printerdrake.pm_.c:1706
+#: ../../printerdrake.pm_.c:1716
#, c-format
msgid ""
"\n"
@@ -6420,43 +7268,49 @@ msgid ""
"line, e. g. \"%s <file>\". "
msgstr ""
-#: ../../printerdrake.pm_.c:1244 ../../printerdrake.pm_.c:1284
+#: ../../printerdrake.pm_.c:1693 ../../printerdrake.pm_.c:1732
+#, c-format
msgid ""
-"To get a list of the options available for the current printer read either "
-"the list shown below or click on the \"Print option list\" button.\n"
+"To know about the options available for the current printer read either the "
+"list shown below or click on the \"Print option list\" button.%s\n"
"\n"
msgstr ""
-#: ../../printerdrake.pm_.c:1249 ../../printerdrake.pm_.c:1261
+#: ../../printerdrake.pm_.c:1696
+msgid ""
+"Here is a list of the available printing options for the current printer:\n"
+"\n"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1701 ../../printerdrake.pm_.c:1711
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
"<file>\".\n"
msgstr ""
-#: ../../printerdrake.pm_.c:1251 ../../printerdrake.pm_.c:1263
-#: ../../printerdrake.pm_.c:1275
+#: ../../printerdrake.pm_.c:1703 ../../printerdrake.pm_.c:1713
+#: ../../printerdrake.pm_.c:1723
msgid ""
"This command you can also use in the \"Printing command\" field of the "
"printing dialogs of many applications. But here do not supply the file name "
"because the file to print is provided by the application.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:1256 ../../printerdrake.pm_.c:1268
+#: ../../printerdrake.pm_.c:1708 ../../printerdrake.pm_.c:1718
msgid ""
"To get a list of the options available for the current printer click on the "
-"\"Print option list\" button.\n"
-"\n"
+"\"Print option list\" button."
msgstr ""
-#: ../../printerdrake.pm_.c:1273
+#: ../../printerdrake.pm_.c:1721
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
"<file>\" or \"%s <file>\".\n"
msgstr ""
-#: ../../printerdrake.pm_.c:1277
+#: ../../printerdrake.pm_.c:1725
msgid ""
"You can also use the graphical interface \"xpdq\" for setting options and "
"handling printing jobs.\n"
@@ -6466,7 +7320,7 @@ msgid ""
"jams.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:1281
+#: ../../printerdrake.pm_.c:1729
#, c-format
msgid ""
"\n"
@@ -6475,86 +7329,124 @@ msgid ""
"line, e. g. \"%s <file>\".\n"
msgstr ""
-#: ../../printerdrake.pm_.c:1292
+#: ../../printerdrake.pm_.c:1738 ../../printerdrake.pm_.c:1744
+#: ../../printerdrake.pm_.c:1745 ../../printerdrake.pm_.c:1746
+#: ../../printerdrake.pm_.c:2716 ../../standalone/drakbackup_.c:754
+#: ../../standalone/drakbackup_.c:2458 ../../standalone/drakfont_.c:577
+#: ../../standalone/drakfont_.c:791
+#, fuzzy
+msgid "Close"
+msgstr " "
+
+#: ../../printerdrake.pm_.c:1741 ../../printerdrake.pm_.c:1753
+#, fuzzy, c-format
+msgid "Printing/Scanning on \"%s\""
+msgstr " i"
+
+#: ../../printerdrake.pm_.c:1742 ../../printerdrake.pm_.c:1754
#, fuzzy, c-format
msgid "Printing on the printer \"%s\""
msgstr " i"
-#: ../../printerdrake.pm_.c:1294
+#: ../../printerdrake.pm_.c:1744
#, fuzzy
msgid "Print option list"
msgstr "i "
-#: ../../printerdrake.pm_.c:1318 ../../printerdrake.pm_.c:1741
-#: ../../standalone/printerdrake_.c:48
+#: ../../printerdrake.pm_.c:1766
+#, c-format
+msgid ""
+"Your HP multi-function device was configured automatically to be able to "
+"scan. Now you can scan with \"scanimage\" (\"scanimage -d hp:%s\" to specify "
+"the scanner when you have more than one) from the command line or with the "
+"graphical interfaces \"xscanimage\" or \"xsane\". If you are using the GIMP, "
+"you can also scan by choosing the appropriate point in the \"File\"/\"Acquire"
+"\" menu. Call also \"man scanimage\" and \"man sane-hp\" on the command line "
+"to get more information.\n"
+"\n"
+"Do not use \"scannerdrake\" for this device!"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1772
+#, c-format
+msgid ""
+"Your HP multi-function device was configured automatically to be able to "
+"scan. Now you can scan from the command line with \"ptal-hp %s scan ...\". "
+"Scanning via a graphical interface or from the GIMP is not supported yet for "
+"your device. More information you will find in the \"/usr/share/doc/hpoj-0.8/"
+"ptal-hp-scan.html\" file on your system. If you have an HP LaserJet 1100 or "
+"1200 you can only scan when you have the scanner option installed.\n"
+"\n"
+"Do not use \"scannerdrake\" for this device!"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1794 ../../printerdrake.pm_.c:2221
+#: ../../printerdrake.pm_.c:2485 ../../standalone/printerdrake_.c:49
#, fuzzy
msgid "Reading printer data ..."
msgstr " CUPS"
-#: ../../printerdrake.pm_.c:1338 ../../printerdrake.pm_.c:1376
-#: ../../printerdrake.pm_.c:1411
+#: ../../printerdrake.pm_.c:1814 ../../printerdrake.pm_.c:1842
+#: ../../printerdrake.pm_.c:1877
#, fuzzy
msgid "Transfer printer configuration"
msgstr " I"
-#: ../../printerdrake.pm_.c:1339
+#: ../../printerdrake.pm_.c:1815
#, c-format
msgid ""
-"You can copy the printer configuration which you have done \n"
-"for the spooler %s to %s, your current spooler. All the\n"
-"configuration data (printer name, description, location, \n"
-"connection type, and default option settings) is overtaken,\n"
-"but jobs will not be transferred.\n"
-"Not all queues can be transferred due to the following \n"
-"reasons:\n"
+"You can copy the printer configuration which you have done for the spooler %"
+"s to %s, your current spooler. All the configuration data (printer name, "
+"description, location, connection type, and default option settings) is "
+"overtaken, but jobs will not be transferred.\n"
+"Not all queues can be transferred due to the following reasons:\n"
msgstr ""
-#: ../../printerdrake.pm_.c:1347
+#: ../../printerdrake.pm_.c:1818
msgid ""
-"CUPS does not support printers on Novell servers or printers\n"
-"sending the data into a free-formed command.\n"
+"CUPS does not support printers on Novell servers or printers sending the "
+"data into a free-formed command.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:1350
+#: ../../printerdrake.pm_.c:1820
msgid ""
-"PDQ only supports local printers, remote LPD printers, and\n"
-"Socket/TCP printers.\n"
+"PDQ only supports local printers, remote LPD printers, and Socket/TCP "
+"printers.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:1353
+#: ../../printerdrake.pm_.c:1822
msgid "LPD and LPRng do not support IPP printers.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:1355
+#: ../../printerdrake.pm_.c:1824
msgid ""
-"In addition, queues not created with this program or\n"
-"\"foomatic-configure\" cannot be transferred."
+"In addition, queues not created with this program or \"foomatic-configure\" "
+"cannot be transferred."
msgstr ""
-#: ../../printerdrake.pm_.c:1357
+#: ../../printerdrake.pm_.c:1825
msgid ""
"\n"
-"Also printers configured with the PPD files provided by\n"
-"their manufacturers or with native CUPS drivers can not be\n"
-"transferred."
+"Also printers configured with the PPD files provided by their manufacturers "
+"or with native CUPS drivers cannot be transferred."
msgstr ""
-#: ../../printerdrake.pm_.c:1360
+#: ../../printerdrake.pm_.c:1826
msgid ""
"\n"
"Mark the printers which you want to transfer and click \n"
"\"Transfer\"."
msgstr ""
-#: ../../printerdrake.pm_.c:1363
+#: ../../printerdrake.pm_.c:1829
msgid "Do not transfer printers"
msgstr ""
-#: ../../printerdrake.pm_.c:1364 ../../printerdrake.pm_.c:1381
+#: ../../printerdrake.pm_.c:1830 ../../printerdrake.pm_.c:1847
msgid "Transfer"
msgstr ""
-#: ../../printerdrake.pm_.c:1377
+#: ../../printerdrake.pm_.c:1843
#, c-format
msgid ""
"A printer named \"%s\" already exists under %s. \n"
@@ -6562,306 +7454,361 @@ msgid ""
"You can also type a new name or skip this printer."
msgstr ""
-#: ../../printerdrake.pm_.c:1385
+#: ../../printerdrake.pm_.c:1851
msgid "Name of printer should contain only letters, numbers and the underscore"
msgstr ""
-#: ../../printerdrake.pm_.c:1390
+#: ../../printerdrake.pm_.c:1856
#, c-format
msgid ""
"The printer \"%s\" already exists,\n"
"do you really want to overwrite its configuration?"
msgstr ""
-#: ../../printerdrake.pm_.c:1398
+#: ../../printerdrake.pm_.c:1864
#, fuzzy
msgid "New printer name"
msgstr "I i"
-#: ../../printerdrake.pm_.c:1401
+#: ../../printerdrake.pm_.c:1867
#, c-format
msgid "Transferring %s ..."
msgstr ""
-#: ../../printerdrake.pm_.c:1412
+#: ../../printerdrake.pm_.c:1878
#, c-format
msgid ""
-"You have transferred your former default printer (\"%s\"),\n"
-"Should it be also the default printer under the\n"
-"new printing system %s?"
+"You have transferred your former default printer (\"%s\"), Should it be also "
+"the default printer under the new printing system %s?"
msgstr ""
-#: ../../printerdrake.pm_.c:1423
+#: ../../printerdrake.pm_.c:1887
#, fuzzy
msgid "Refreshing printer data ..."
msgstr " CUPS"
-#: ../../printerdrake.pm_.c:1431 ../../printerdrake.pm_.c:1494
-#: ../../printerdrake.pm_.c:1515
+#: ../../printerdrake.pm_.c:1895 ../../printerdrake.pm_.c:1966
+#: ../../printerdrake.pm_.c:1978
#, fuzzy
msgid "Configuration of a remote printer"
msgstr " "
-#: ../../printerdrake.pm_.c:1432
+#: ../../printerdrake.pm_.c:1896
#, fuzzy
msgid "Starting network ..."
msgstr "i ISDN ?"
-#: ../../printerdrake.pm_.c:1454 ../../printerdrake.pm_.c:1462
-#: ../../printerdrake.pm_.c:1464
+#: ../../printerdrake.pm_.c:1930 ../../printerdrake.pm_.c:1934
+#: ../../printerdrake.pm_.c:1936
#, fuzzy
msgid "Configure the network now"
msgstr " i"
-#: ../../printerdrake.pm_.c:1455
+#: ../../printerdrake.pm_.c:1931
#, fuzzy
msgid "Network functionality not configured"
msgstr "i "
-#: ../../printerdrake.pm_.c:1456
+#: ../../printerdrake.pm_.c:1932
msgid ""
-"You are going to configure a remote printer. This needs working\n"
-"network access, but your network is not configured yet. If you\n"
-"go on without network configuration, you will not be able to use\n"
-"the printer which you are configuring now. How do you want \n"
-"to proceed?"
+"You are going to configure a remote printer. This needs working network "
+"access, but your network is not configured yet. If you go on without network "
+"configuration, you will not be able to use the printer which you are "
+"configuring now. How do you want to proceed?"
msgstr ""
-#: ../../printerdrake.pm_.c:1463
+#: ../../printerdrake.pm_.c:1935
#, fuzzy
msgid "Go on without configuring the network"
msgstr " i"
-#: ../../printerdrake.pm_.c:1496
+#: ../../printerdrake.pm_.c:1968
msgid ""
-"The network configuration done during the installation \n"
-"cannot be started now. Please check whether the network\n"
-"gets accessable after booting your system and correct the\n"
-"configuration using the Mandrake Control Center, section\n"
-"\"Network & Internet\"/\"Connection\", and afterwards set\n"
-"up the printer, also using the Mandrake Control Center,\n"
-"section \"Hardware\"/\"Printer\""
+"The network configuration done during the installation cannot be started "
+"now. Please check whether the network gets accessable after booting your "
+"system and correct the configuration using the Mandrake Control Center, "
+"section \"Network & Internet\"/\"Connection\", and afterwards set up the "
+"printer, also using the Mandrake Control Center, section \"Hardware\"/"
+"\"Printer\""
msgstr ""
-#: ../../printerdrake.pm_.c:1503
+#: ../../printerdrake.pm_.c:1969
msgid ""
-"The network access was not running and could not be \n"
-"started. Please check your configuration and your \n"
-"hardware. Then try to configure your remote printer\n"
-"again."
+"The network access was not running and could not be started. Please check "
+"your configuration and your hardware. Then try to configure your remote "
+"printer again."
msgstr ""
-#: ../../printerdrake.pm_.c:1516
+#: ../../printerdrake.pm_.c:1979
#, fuzzy
msgid "Restarting printing system ..."
msgstr " i ?"
-#: ../../printerdrake.pm_.c:1548
+#: ../../printerdrake.pm_.c:2017
#, fuzzy
msgid "high"
msgstr "i"
-#: ../../printerdrake.pm_.c:1548
+#: ../../printerdrake.pm_.c:2017
#, fuzzy
msgid "paranoid"
msgstr "i"
-#: ../../printerdrake.pm_.c:1549
+#: ../../printerdrake.pm_.c:2018
#, c-format
msgid "Installing a printing system in the %s security level"
msgstr ""
-#: ../../printerdrake.pm_.c:1550
+#: ../../printerdrake.pm_.c:2019
#, c-format
msgid ""
-"You are about to install the printing system %s on\n"
-"a system running in the %s security level.\n"
+"You are about to install the printing system %s on a system running in the %"
+"s security level.\n"
"\n"
-"This printing system runs a daemon (background process)\n"
-"which waits for print jobs and handles them. This daemon\n"
-"is also accessable by remote machines through the network\n"
-"and so it is a possible point for attacks. Therefore only\n"
-"a few selected daemons are started by default in this\n"
+"This printing system runs a daemon (background process) which waits for "
+"print jobs and handles them. This daemon is also accessable by remote "
+"machines through the network and so it is a possible point for attacks. "
+"Therefore only a few selected daemons are started by default in this "
"security level.\n"
"\n"
-"Do you really want to configure printing on this\n"
-"machine?"
+"Do you really want to configure printing on this machine?"
msgstr ""
-#: ../../printerdrake.pm_.c:1584
+#: ../../printerdrake.pm_.c:2051
#, fuzzy
msgid "Starting the printing system at boot time"
msgstr " i ?"
-#: ../../printerdrake.pm_.c:1585
+#: ../../printerdrake.pm_.c:2052
#, c-format
msgid ""
-"The printing system (%s) will not be started automatically\n"
-"when the machine is booted.\n"
+"The printing system (%s) will not be started automatically when the machine "
+"is booted.\n"
"\n"
-"It is possible that the automatic starting was turned off \n"
-"by changing to a higher security level, because the printing\n"
-"system is a potential point for attacks.\n"
+"It is possible that the automatic starting was turned off by changing to a "
+"higher security level, because the printing system is a potential point for "
+"attacks.\n"
"\n"
-"Do you want to have the automatic starting of the printing\n"
-"system turned on again?"
+"Do you want to have the automatic starting of the printing system turned on "
+"again?"
msgstr ""
-#: ../../printerdrake.pm_.c:1612 ../../printerdrake.pm_.c:1644
-#: ../../printerdrake.pm_.c:1671 ../../printerdrake.pm_.c:1701
-#: ../../printerdrake.pm_.c:1778
+#: ../../printerdrake.pm_.c:2075 ../../printerdrake.pm_.c:2113
+#: ../../printerdrake.pm_.c:2143 ../../printerdrake.pm_.c:2176
+#: ../../printerdrake.pm_.c:2281
msgid "Checking installed software..."
msgstr ""
-#: ../../printerdrake.pm_.c:1648
+#: ../../printerdrake.pm_.c:2117
msgid "Removing LPRng..."
msgstr ""
-#: ../../printerdrake.pm_.c:1675
+#: ../../printerdrake.pm_.c:2147
msgid "Removing LPD..."
msgstr ""
-#: ../../printerdrake.pm_.c:1727
+#: ../../printerdrake.pm_.c:2205
#, fuzzy
msgid "Select Printer Spooler"
msgstr " "
-#: ../../printerdrake.pm_.c:1728
+#: ../../printerdrake.pm_.c:2206
#, fuzzy
msgid "Which printing system (spooler) do you want to use?"
msgstr " i ?"
-#: ../../printerdrake.pm_.c:1759
+#: ../../printerdrake.pm_.c:2239
#, fuzzy, c-format
msgid "Configuring printer \"%s\" ..."
msgstr " "
-#: ../../printerdrake.pm_.c:1806 ../../printerdrake.pm_.c:1838
-#: ../../printerdrake.pm_.c:2026 ../../printerdrake.pm_.c:2088
+#: ../../printerdrake.pm_.c:2252
+#, fuzzy
+msgid "Installing Foomatic ..."
+msgstr " %s"
+
+#: ../../printerdrake.pm_.c:2309 ../../printerdrake.pm_.c:2348
+#: ../../printerdrake.pm_.c:2733 ../../printerdrake.pm_.c:2803
msgid "Printer options"
msgstr "i "
-#: ../../printerdrake.pm_.c:1815
+#: ../../printerdrake.pm_.c:2318
#, fuzzy
msgid "Preparing PrinterDrake ..."
msgstr " CUPS"
-#: ../../printerdrake.pm_.c:1845
+#: ../../printerdrake.pm_.c:2335 ../../printerdrake.pm_.c:2890
+#, fuzzy
+msgid "Configuring applications..."
+msgstr " "
+
+#: ../../printerdrake.pm_.c:2355
#, fuzzy
msgid "Would you like to configure printing?"
msgstr " i ?"
-#: ../../printerdrake.pm_.c:1857
+#: ../../printerdrake.pm_.c:2367
msgid "Printing system: "
msgstr ""
-#: ../../printerdrake.pm_.c:1879
+#: ../../printerdrake.pm_.c:2415
+#, fuzzy
+msgid "Printerdrake"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:2419
+#, fuzzy
msgid ""
-"The following printers are configured.\n"
-"Click on one of them to modify it or\n"
-"to get information about it or on \n"
-"\"Add Printer\" to add a new printer."
+"The following printers are configured. Double-click on a printer to change "
+"its settings; to make it the default printer; to view information about it; "
+"or to make a printer on a remote CUPS server available for Star Office/"
+"OpenOffice.org."
msgstr ""
+" i .\n"
+" , i i."
-#: ../../printerdrake.pm_.c:1885 ../../standalone/draknet_.c:301
+#: ../../printerdrake.pm_.c:2420
#, fuzzy
-msgid "Normal Mode"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1891 ../../printerdrake.pm_.c:2010
-msgid " (Default)"
-msgstr " ( )"
+msgid ""
+"The following printers are configured. Double-click on a printer to change "
+"its settings; to make it the default printer; or to view information about "
+"it."
+msgstr ""
+" i .\n"
+" , i i."
-#: ../../printerdrake.pm_.c:1895 ../../printerdrake.pm_.c:1935
-#, fuzzy
-msgid "Printer(s) on remote CUPS server(s)"
-msgstr " CUPS"
+#: ../../printerdrake.pm_.c:2446
+msgid "Refresh printer list (to display all available remote CUPS printers)"
+msgstr ""
-#: ../../printerdrake.pm_.c:1896 ../../printerdrake.pm_.c:1936
+#: ../../printerdrake.pm_.c:2464
#, fuzzy
-msgid "Printer(s) on remote server(s)"
-msgstr " CUPS"
+msgid "Change the printing system"
+msgstr " i"
-#: ../../printerdrake.pm_.c:1898 ../../printerdrake.pm_.c:1919
-#: ../../printerdrake.pm_.c:1922 ../../printerdrake.pm_.c:1971
+#: ../../printerdrake.pm_.c:2469 ../../standalone/draknet_.c:278
#, fuzzy
-msgid "Add printer"
-msgstr "I i"
+msgid "Normal Mode"
+msgstr ""
-#: ../../printerdrake.pm_.c:1977 ../../printerdrake.pm_.c:1993
-#: ../../printerdrake.pm_.c:2128
+#: ../../printerdrake.pm_.c:2625 ../../printerdrake.pm_.c:2675
+#: ../../printerdrake.pm_.c:2884
#, fuzzy
msgid "Do you want to configure another printer?"
msgstr "i i i?"
-#: ../../printerdrake.pm_.c:2003
+#: ../../printerdrake.pm_.c:2711
#, fuzzy
msgid "Modify printer configuration"
msgstr " I"
-#: ../../printerdrake.pm_.c:2004
-#, c-format
+#: ../../printerdrake.pm_.c:2713
+#, fuzzy, c-format
msgid ""
-"Printer %s: %s %s\n"
+"Printer %s\n"
"What do you want to modify on this printer?"
-msgstr ""
+msgstr "i i i?"
-#: ../../printerdrake.pm_.c:2012
+#: ../../printerdrake.pm_.c:2717
msgid "Do it!"
msgstr ""
-#: ../../printerdrake.pm_.c:2015 ../../printerdrake.pm_.c:2062
+#: ../../printerdrake.pm_.c:2722 ../../printerdrake.pm_.c:2777
#, fuzzy
msgid "Printer connection type"
msgstr " I-"
-#: ../../printerdrake.pm_.c:2016 ../../printerdrake.pm_.c:2066
+#: ../../printerdrake.pm_.c:2723 ../../printerdrake.pm_.c:2781
#, fuzzy
msgid "Printer name, description, location"
msgstr " "
-#: ../../printerdrake.pm_.c:2018 ../../printerdrake.pm_.c:2081
+#: ../../printerdrake.pm_.c:2725 ../../printerdrake.pm_.c:2796
msgid "Printer manufacturer, model, driver"
msgstr ""
-#: ../../printerdrake.pm_.c:2019 ../../printerdrake.pm_.c:2082
+#: ../../printerdrake.pm_.c:2726 ../../printerdrake.pm_.c:2797
msgid "Printer manufacturer, model"
msgstr ""
-#: ../../printerdrake.pm_.c:2028 ../../printerdrake.pm_.c:2092
+#: ../../printerdrake.pm_.c:2735 ../../printerdrake.pm_.c:2807
msgid "Set this printer as the default"
msgstr ""
-#: ../../printerdrake.pm_.c:2029 ../../printerdrake.pm_.c:2097
+#: ../../printerdrake.pm_.c:2737 ../../printerdrake.pm_.c:2812
+msgid "Add this printer to Star Office/OpenOffice.org"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:2738 ../../printerdrake.pm_.c:2821
+msgid "Remove this printer from Star Office/OpenOffice.org"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:2739 ../../printerdrake.pm_.c:2830
#, fuzzy
msgid "Print test pages"
msgstr " "
-#: ../../printerdrake.pm_.c:2030 ../../printerdrake.pm_.c:2099
-msgid "Know how to print with this printer"
-msgstr ""
+#: ../../printerdrake.pm_.c:2740 ../../printerdrake.pm_.c:2832
+#, fuzzy
+msgid "Know how to use this printer"
+msgstr "i i i?"
-#: ../../printerdrake.pm_.c:2031 ../../printerdrake.pm_.c:2101
+#: ../../printerdrake.pm_.c:2742 ../../printerdrake.pm_.c:2834
#, fuzzy
msgid "Remove printer"
msgstr " "
-#: ../../printerdrake.pm_.c:2071
+#: ../../printerdrake.pm_.c:2786
#, fuzzy, c-format
msgid "Removing old printer \"%s\" ..."
msgstr " CUPS"
-#: ../../printerdrake.pm_.c:2096
+#: ../../printerdrake.pm_.c:2810
+#, fuzzy
+msgid "Default printer"
+msgstr " "
+
+#: ../../printerdrake.pm_.c:2811
#, c-format
msgid "The printer \"%s\" is set as the default printer now."
msgstr ""
-#: ../../printerdrake.pm_.c:2103
+#: ../../printerdrake.pm_.c:2815 ../../printerdrake.pm_.c:2818
+msgid "Adding printer to Star Office/OpenOffice.org"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:2816
+#, c-format
+msgid ""
+"The printer \"%s\" was successfully added to Star Office/OpenOffice.org."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:2819
+#, c-format
+msgid "Failed to add the printer \"%s\" to Star Office/OpenOffice.org."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:2824 ../../printerdrake.pm_.c:2827
+msgid "Removing printer from Star Office/OpenOffice.org"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:2825
+#, c-format
+msgid ""
+"The printer \"%s\" was successfully removed from Star Office/OpenOffice.org."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:2828
+#, c-format
+msgid "Failed to remove the printer \"%s\" from Star Office/OpenOffice.org."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:2836
#, fuzzy, c-format
msgid "Do you really want to remove the printer \"%s\"?"
msgstr "i i i?"
-#: ../../printerdrake.pm_.c:2105
+#: ../../printerdrake.pm_.c:2838
#, fuzzy, c-format
msgid "Removing printer \"%s\" ..."
msgstr " CUPS"
@@ -6964,15 +7911,15 @@ msgstr "mkraid ( raid i?)"
msgid "Not enough partitions for RAID level %d\n"
msgstr " RAID %d\n"
-#: ../../services.pm_.c:15
+#: ../../services.pm_.c:14
msgid "Launch the ALSA (Advanced Linux Sound Architecture) sound system"
msgstr ""
-#: ../../services.pm_.c:16
+#: ../../services.pm_.c:15
msgid "Anacron a periodic command scheduler."
msgstr "Anacron, i."
-#: ../../services.pm_.c:17
+#: ../../services.pm_.c:16
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."
@@ -6981,7 +7928,7 @@ msgstr ""
"i.\n"
" ii i."
-#: ../../services.pm_.c:19
+#: ../../services.pm_.c:18
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."
@@ -6989,7 +7936,7 @@ msgstr ""
", i , i i \n"
"i , i i i ."
-#: ../../services.pm_.c:21
+#: ../../services.pm_.c:20
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 "
@@ -7001,7 +7948,7 @@ msgstr ""
"\n"
"UNIX cron, i i i i."
-#: ../../services.pm_.c:24
+#: ../../services.pm_.c:23
msgid ""
"GPM adds mouse support to text-based Linux applications such the\n"
"Midnight Commander. It also allows mouse-based console cut-and-paste "
@@ -7013,21 +7960,20 @@ msgstr ""
"ii i ,\n"
"i (pop-up) ."
-#: ../../services.pm_.c:27
+#: ../../services.pm_.c:26
msgid ""
"HardDrake runs a hardware probe, and optionally configures\n"
"new/changed hardware."
msgstr ""
-#: ../../services.pm_.c:29
+#: ../../services.pm_.c:28 ../../standalone/logdrake_.c:412
msgid ""
-"Apache is a World Wide Web server. It is used to serve HTML files\n"
-"and CGI."
+"Apache is a World Wide Web server. It is used to serve HTML files and CGI."
msgstr ""
"Apache - World Wide Web . \n"
"HTML i CGI."
-#: ../../services.pm_.c:31
+#: ../../services.pm_.c:29
msgid ""
"The internet superserver daemon (commonly called inetd) starts a\n"
"variety of other internet services as needed. It is responsible for "
@@ -7043,13 +7989,13 @@ msgstr ""
"\n"
" , i ."
-#: ../../services.pm_.c:35
+#: ../../services.pm_.c:33
msgid ""
"Launch packet filtering for Linux kernel 2.2 series, to set\n"
"up a firewall to protect your machine from network attacks."
msgstr ""
-#: ../../services.pm_.c:37
+#: ../../services.pm_.c:35
msgid ""
"This package loads the selected keyboard map as set in\n"
"/etc/sysconfig/keyboard. This can be selected using the kbdconfig utility.\n"
@@ -7060,23 +8006,23 @@ msgstr ""
"kbdconfig.\n"
" i ."
-#: ../../services.pm_.c:40
+#: ../../services.pm_.c:38
msgid ""
"Automatic regeneration of kernel header in /boot for\n"
"/usr/include/linux/{autoconf,version}.h"
msgstr ""
-#: ../../services.pm_.c:42
+#: ../../services.pm_.c:40
msgid "Automatic detection and configuration of hardware at boot."
msgstr ""
-#: ../../services.pm_.c:43
+#: ../../services.pm_.c:41
msgid ""
"Linuxconf will sometimes arrange to perform various tasks\n"
"at boot-time to maintain the system configuration."
msgstr ""
-#: ../../services.pm_.c:45
+#: ../../services.pm_.c:43
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)."
@@ -7084,21 +8030,22 @@ msgstr ""
"lpd - , lpr. \n"
", i i ()."
-#: ../../services.pm_.c:47
+#: ../../services.pm_.c:45
msgid ""
"Linux Virtual Server, used to build a high-performance and highly\n"
"available server."
msgstr ""
-#: ../../services.pm_.c:49
+#: ../../services.pm_.c:47 ../../standalone/logdrake_.c:413
+#, fuzzy
msgid ""
-"named (BIND) is a Domain Name Server (DNS) that is used to resolve\n"
-"host names to IP addresses."
+"named (BIND) is a Domain Name Server (DNS) that is used to resolve host "
+"names to IP addresses."
msgstr ""
"named (BIND) - i, i \n"
" i IP ."
-#: ../../services.pm_.c:51
+#: ../../services.pm_.c:48
msgid ""
"Mounts and unmounts all Network File System (NFS), SMB (Lan\n"
"Manager/Windows), and NCP (NetWare) mount points."
@@ -7106,7 +8053,7 @@ msgstr ""
"i i i i (NFS),\n"
" SMB (Lan Manager/Windows) i NCP (Netware) i."
-#: ../../services.pm_.c:53
+#: ../../services.pm_.c:50
msgid ""
"Activates/Deactivates all network interfaces configured to start\n"
"at boot time."
@@ -7114,7 +8061,7 @@ msgstr ""
"i/i i, i \n"
" i."
-#: ../../services.pm_.c:55
+#: ../../services.pm_.c:52
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"
@@ -7124,7 +8071,7 @@ msgstr ""
" NFS , i i \n"
"/etc/exports ."
-#: ../../services.pm_.c:58
+#: ../../services.pm_.c:55
msgid ""
"NFS is a popular protocol for file sharing across TCP/IP\n"
"networks. This service provides NFS file locking functionality."
@@ -7132,17 +8079,17 @@ msgstr ""
"NFS - TCP/IP\n"
"i. i i NFS i."
-#: ../../services.pm_.c:60
+#: ../../services.pm_.c:57
msgid ""
"Automatically switch on numlock key locker under console\n"
"and XFree at boot."
msgstr ""
-#: ../../services.pm_.c:62
+#: ../../services.pm_.c:59
msgid "Support the OKI 4w and compatible winprinters."
msgstr ""
-#: ../../services.pm_.c:63
+#: ../../services.pm_.c:60
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 "
@@ -7153,7 +8100,7 @@ msgstr ""
" . i i i, i \n"
" i , i ."
-#: ../../services.pm_.c:66
+#: ../../services.pm_.c:63
msgid ""
"The portmapper manages RPC connections, which are used by\n"
"protocols such as NFS and NIS. The portmap server must be running on "
@@ -7165,15 +8112,16 @@ msgstr ""
"\n"
" i , i RPC."
-#: ../../services.pm_.c:69
+#: ../../services.pm_.c:66 ../../standalone/logdrake_.c:415
+#, fuzzy
msgid ""
-"Postfix is a Mail Transport Agent, which is the program that\n"
-"moves mail from one machine to another."
+"Postfix is a Mail Transport Agent, which is the program that moves mail from "
+"one machine to another."
msgstr ""
"Postfix - , , \n"
" ."
-#: ../../services.pm_.c:71
+#: ../../services.pm_.c:67
msgid ""
"Saves and restores system entropy pool for higher quality random\n"
"number generation."
@@ -7181,13 +8129,13 @@ msgstr ""
" i i i i i\n"
" ."
-#: ../../services.pm_.c:73
+#: ../../services.pm_.c:69
msgid ""
"Assign raw devices to block devices (such as hard drive\n"
"partitions), for the use of applications such as Oracle"
msgstr ""
-#: ../../services.pm_.c:75
+#: ../../services.pm_.c:71
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"
@@ -7197,7 +8145,7 @@ msgstr ""
" RIP . RIP , \n"
" i - ii ."
-#: ../../services.pm_.c:78
+#: ../../services.pm_.c:74
msgid ""
"The rstat protocol allows users on a network to retrieve\n"
"performance metrics for any machine on that network."
@@ -7205,7 +8153,7 @@ msgstr ""
" rstat i i i\n"
" i i."
-#: ../../services.pm_.c:80
+#: ../../services.pm_.c:76
msgid ""
"The rusers protocol allows users on a network to identify who is\n"
"logged in on other responding machines."
@@ -7213,7 +8161,7 @@ msgstr ""
" rusers i i , \n"
" i ."
-#: ../../services.pm_.c:82
+#: ../../services.pm_.c:78
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)."
@@ -7221,11 +8169,11 @@ msgstr ""
" rwho i i i\n"
"i, , rwho ( finger)."
-#: ../../services.pm_.c:84
+#: ../../services.pm_.c:80
msgid "Launch the sound system on your machine"
msgstr ""
-#: ../../services.pm_.c:85
+#: ../../services.pm_.c:81
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."
@@ -7234,49 +8182,49 @@ msgstr ""
"i\n"
" i. i ."
-#: ../../services.pm_.c:87
+#: ../../services.pm_.c:83
msgid "Load the drivers for your usb devices."
msgstr ""
-#: ../../services.pm_.c:88
+#: ../../services.pm_.c:84
#, fuzzy
msgid "Starts the X Font Server (this is mandatory for XFree to run)."
msgstr " i X Font Server i i."
-#: ../../services.pm_.c:114 ../../services.pm_.c:156
+#: ../../services.pm_.c:110 ../../services.pm_.c:152
msgid "Choose which services should be automatically started at boot time"
msgstr ", i i "
-#: ../../services.pm_.c:126
+#: ../../services.pm_.c:122
#, fuzzy
msgid "Printing"
msgstr ""
-#: ../../services.pm_.c:127
+#: ../../services.pm_.c:123
#, fuzzy
msgid "Internet"
msgstr "i"
-#: ../../services.pm_.c:130
+#: ../../services.pm_.c:126
msgid "File sharing"
msgstr ""
-#: ../../services.pm_.c:132
+#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:934
#, fuzzy
msgid "System"
msgstr "Mouse Systems"
-#: ../../services.pm_.c:137
+#: ../../services.pm_.c:133
#, fuzzy
msgid "Remote Administration"
msgstr "i lpd"
-#: ../../services.pm_.c:145
+#: ../../services.pm_.c:141
#, fuzzy
msgid "Database Server"
msgstr " "
-#: ../../services.pm_.c:174
+#: ../../services.pm_.c:170
#, c-format
msgid "Services: %d activated for %d registered"
msgstr ""
@@ -7302,7 +8250,7 @@ msgstr ""
#: ../../services.pm_.c:217
msgid ""
-"No additionnal information\n"
+"No additional information\n"
"about this service, sorry."
msgstr ""
@@ -7311,12 +8259,186 @@ msgstr ""
msgid "On boot"
msgstr "Yaboot"
+#: ../../services.pm_.c:236
+#, fuzzy
+msgid "Start"
+msgstr " "
+
+#: ../../services.pm_.c:236
+#, fuzzy
+msgid "Stop"
+msgstr ""
+
+#: ../../share/advertising/00-thanks.pl_.c:9
+msgid "Thank you for choosing Mandrake Linux 8.2"
+msgstr ""
+
+#: ../../share/advertising/00-thanks.pl_.c:10
+msgid "Welcome to the Open Source world"
+msgstr ""
+
+#: ../../share/advertising/00-thanks.pl_.c:11
+msgid ""
+"The success of MandrakeSoft is based upon the principle of Free Software. "
+"Your new operating system is the result of collaborative work on the part of "
+"the worldwide Linux Community"
+msgstr ""
+
+#: ../../share/advertising/01-gnu.pl_.c:9
+#, fuzzy
+msgid "Join the Free Software world"
+msgstr ""
+
+#: ../../share/advertising/01-gnu.pl_.c:10
+msgid ""
+"Get to know the Open Source community and become a member. Learn, teach, and "
+"help others by joining the many discussion forums that you will find in our "
+"\"Community\" webpages"
+msgstr ""
+
+#: ../../share/advertising/02-internet.pl_.c:9
+#, fuzzy
+msgid "Internet and Messaging"
+msgstr " I"
+
+#: ../../share/advertising/02-internet.pl_.c:10
+msgid ""
+"Mandrake Linux 8.2 provides the best software to access everything the "
+"Internet has to offer: Surf the web & view animations with Mozilla and "
+"Konqueror, exchange email & organize your personal information with "
+"Evolution and Kmail, and much more"
+msgstr ""
+
+#: ../../share/advertising/03-graphic.pl_.c:9
+#, fuzzy
+msgid "Multimedia and Graphics"
+msgstr " - "
+
+#: ../../share/advertising/03-graphic.pl_.c:10
+msgid ""
+"Mandrake Linux 8.2 lets you push your multimedia computer to its limits! Use "
+"the latest software to play music and audio files, edit and organize your "
+"images and photos, watch TV and videos, and much more"
+msgstr ""
+
+#: ../../share/advertising/04-develop.pl_.c:9
+#, fuzzy
+msgid "Development"
+msgstr ""
+
+#: ../../share/advertising/04-develop.pl_.c:10
+msgid ""
+"Mandrake Linux 8.2 is the ultimate development platform. Discover the power "
+"of the GNU gcc compiler as well as the best Open Source development "
+"environments"
+msgstr ""
+
+#: ../../share/advertising/05-contcenter.pl_.c:9
+#, fuzzy
+msgid "Mandrake Control Center"
+msgstr " I"
+
+#: ../../share/advertising/05-contcenter.pl_.c:10
+msgid ""
+"The Mandrake Linux 8.2 Control Center is a one-stop location for fully "
+"customizing and configuring your Mandrake system"
+msgstr ""
+
+#: ../../share/advertising/06-user.pl_.c:9
+#, fuzzy
+msgid "User interfaces"
+msgstr " i"
+
+#: ../../share/advertising/06-user.pl_.c:10
+msgid ""
+"Mandrake Linux 8.2 provides 11 different graphical desktop environments and "
+"window managers to choose from including GNOME 1.4, KDE 2.2.2, Window Maker "
+"0.8, and the rest"
+msgstr ""
+
+#: ../../share/advertising/07-server.pl_.c:9
+#, fuzzy
+msgid "Server Software"
+msgstr "I SMB"
+
+#: ../../share/advertising/07-server.pl_.c:10
+msgid ""
+"Transform your machine into a powerful server with just a few clicks of the "
+"mouse: Web server, email, firewall, router, file and print server, ..."
+msgstr ""
+
+#: ../../share/advertising/08-games.pl_.c:9
+msgid "Games"
+msgstr ""
+
+#: ../../share/advertising/08-games.pl_.c:10
+msgid ""
+"Mandrake Linux 8.2 provides the best Open Source games - arcade, action, "
+"cards, sports, strategy, ..."
+msgstr ""
+
+#: ../../share/advertising/09-MDKcampus.pl_.c:9
+msgid "MandrakeCampus"
+msgstr ""
+
+#: ../../share/advertising/09-MDKcampus.pl_.c:10
+msgid ""
+"Would you like to learn Linux simply, quickly, and for free? MandrakeSoft "
+"provides free Linux training, as well as a way to test your progress, at "
+"MandrakeCampus -- our online training center"
+msgstr ""
+
+#: ../../share/advertising/10-MDKexpert.pl_.c:9
+#, fuzzy
+msgid "MandrakeExpert"
+msgstr ""
+
+#: ../../share/advertising/10-MDKexpert.pl_.c:10
+msgid ""
+"Quality support from the Linux Community, and from MandrakeSoft, is just "
+"around the corner. And if you're already a Linux veteran, become an \"Expert"
+"\" and share your knowledge at our support website"
+msgstr ""
+
+#: ../../share/advertising/11-consul.pl_.c:9
+msgid "MandrakeConsulting"
+msgstr ""
+
+#: ../../share/advertising/11-consul.pl_.c:10
+msgid ""
+"For all of your IT projects, our consultants are ready to analyze your "
+"requirements and offer a customized solution. Benefit from MandrakeSoft's "
+"vast experience as a Linux producer to provide a true IT alternative for "
+"your business organization"
+msgstr ""
+
+#: ../../share/advertising/12-MDKstore.pl_.c:9
+#, fuzzy
+msgid "MandrakeStore"
+msgstr ""
+
+#: ../../share/advertising/12-MDKstore.pl_.c:10
+msgid ""
+"A full range of Linux solutions, as well as special offers on products and "
+"'goodies', are available online at our e-store"
+msgstr ""
+
+#: ../../share/advertising/13-Nvert.pl_.c:9
+msgid ""
+"For more information on MandrakeSoft's Professional Services and commercial "
+"offerings, please see the following web page:"
+msgstr ""
+
+#: ../../share/advertising/13-Nvert.pl_.c:11
+msgid "http://www.mandrakesoft.com/sales/contact"
+msgstr ""
+
#: ../../standalone.pm_.c:25
#, fuzzy
msgid "Installing packages..."
msgstr " %s"
-#: ../../standalone/diskdrake_.c:63
+#: ../../standalone/diskdrake_.c:85
msgid ""
"I can't read your partition table, it's too corrupted for me :(\n"
"I'll try to go on blanking bad partitions"
@@ -7324,22 +8446,22 @@ msgstr ""
"i , :(\n"
" ii i "
-#: ../../standalone/drakautoinst_.c:44
+#: ../../standalone/drakautoinst_.c:45
#, fuzzy
msgid "Error!"
msgstr ""
-#: ../../standalone/drakautoinst_.c:45
+#: ../../standalone/drakautoinst_.c:46
#, c-format
msgid "I can't find needed image file `%s'."
msgstr ""
-#: ../../standalone/drakautoinst_.c:47
+#: ../../standalone/drakautoinst_.c:48
#, fuzzy
msgid "Auto Install Configurator"
msgstr " "
-#: ../../standalone/drakautoinst_.c:48
+#: ../../standalone/drakautoinst_.c:49
msgid ""
"You are about to configure an Auto Install floppy. This feature is somewhat "
"dangerous and must be used circumspectly.\n"
@@ -7354,36 +8476,1254 @@ msgid ""
"Do you want to continue?"
msgstr ""
-#: ../../standalone/drakautoinst_.c:70
+#: ../../standalone/drakautoinst_.c:71
#, fuzzy
msgid "Automatic Steps Configuration"
msgstr " "
-#: ../../standalone/drakautoinst_.c:71
+#: ../../standalone/drakautoinst_.c:72
msgid ""
"Please choose for each step whether it will replay like your install, or it "
"will be manual"
msgstr ""
-#: ../../standalone/drakautoinst_.c:112 ../../standalone/drakgw_.c:599
+#: ../../standalone/drakautoinst_.c:145
+msgid ""
+"\n"
+"Welcome.\n"
+"\n"
+"The parameters of the auto-install are available in the sections on the left"
+msgstr ""
+
+#: ../../standalone/drakautoinst_.c:243 ../../standalone/drakgw_.c:671
+#: ../../standalone/scannerdrake_.c:106
msgid "Congratulations!"
msgstr " ii!"
-#: ../../standalone/drakautoinst_.c:113
+#: ../../standalone/drakautoinst_.c:244
msgid ""
"The floppy has been successfully generated.\n"
"You may now replay your installation."
msgstr ""
-#: ../../standalone/drakgw_.c:36 ../../standalone/drakgw_.c:181
+#: ../../standalone/drakautoinst_.c:282
+#, fuzzy
+msgid "Auto Install"
+msgstr "븢"
+
+#: ../../standalone/drakautoinst_.c:352
+#, fuzzy
+msgid "Add an item"
+msgstr " i"
+
+#: ../../standalone/drakautoinst_.c:359
+#, fuzzy
+msgid "Remove the last item"
+msgstr " i %s"
+
+#: ../../standalone/drakbackup_.c:448 ../../standalone/drakbackup_.c:451
+#: ../../standalone/drakbackup_.c:455
+msgid ""
+"***********************************************************************\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:449
+msgid ""
+"\n"
+" DrakBackup Report \n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:450
+msgid ""
+"\n"
+" DrakBackup Daemon Report\n"
+"\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:453
+msgid ""
+"\n"
+"\n"
+"***********************************************************************\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:454
+msgid ""
+"\n"
+" DrakBackup Report Details\n"
+"\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:476
+msgid "total progess"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:555 ../../standalone/drakbackup_.c:602
+msgid "Backup system files..."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:603 ../../standalone/drakbackup_.c:667
+#, fuzzy
+msgid "Hard Disk Backup files..."
+msgstr " ii"
+
+#: ../../standalone/drakbackup_.c:615
+#, fuzzy
+msgid "Backup User files..."
+msgstr " ii"
+
+#: ../../standalone/drakbackup_.c:616
+msgid "Hard Disk Backup Progress..."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:666
+#, fuzzy
+msgid "Backup Other files..."
+msgstr " ii"
+
+#: ../../standalone/drakbackup_.c:674
+#, c-format
+msgid ""
+"file list send by FTP : %s\n"
+" "
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:677
+msgid ""
+"\n"
+"(!) FTP connexion problem: It was not possible to send your backup files by "
+"FTP.\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:687
+msgid "(!) Error during mail sending. \n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:728 ../../standalone/drakbackup_.c:739
+#: ../../standalone/drakbackup_.c:750 ../../standalone/drakfont_.c:787
+#, fuzzy
+msgid "File Selection"
+msgstr " "
+
+#: ../../standalone/drakbackup_.c:755
+msgid "Select the files or directories and click on 'Add'"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:790
+msgid ""
+"\n"
+"Please check all options that you need.\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:791
+msgid ""
+"These options can backup and restore all files in your /etc directory.\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:792
+msgid "Backup your System files. ( /etc directory )"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:793
+msgid "Use incremental backup (do not replace old backups)"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:794
+msgid "Do not include critical files (passwd, group, fstab)"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:795
+msgid ""
+"With this option you will be able to restore any version\n"
+" of your /etc directory."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:812
+#, fuzzy
+msgid "Please check all users that you want to include in your backup."
+msgstr " "
+
+#: ../../standalone/drakbackup_.c:839
+msgid "Do not include the browser cache"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:840 ../../standalone/drakbackup_.c:864
+msgid "Use Incremental Backups (do not replace old backups)"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:862 ../../standalone/drakfont_.c:827
+#, fuzzy
+msgid "Remove Selected"
+msgstr "i "
+
+#: ../../standalone/drakbackup_.c:900
+#, fuzzy
+msgid "Windows (FAT32)"
+msgstr "i Windows(TM)"
+
+#: ../../standalone/drakbackup_.c:939
+#, fuzzy
+msgid "Users"
+msgstr "I i:"
+
+#: ../../standalone/drakbackup_.c:964
+msgid "Use FTP connection to backup"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:967
+#, fuzzy
+msgid "Please enter the host name or IP."
+msgstr " , ."
+
+#: ../../standalone/drakbackup_.c:972
+msgid ""
+"Please enter the directory to\n"
+" put the backup on this host."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:977
+#, fuzzy
+msgid "Please enter your login"
+msgstr " "
+
+#: ../../standalone/drakbackup_.c:982
+#, fuzzy
+msgid "Please enter your password"
+msgstr " "
+
+#: ../../standalone/drakbackup_.c:988
+#, fuzzy
+msgid "Remember this password"
+msgstr " "
+
+#: ../../standalone/drakbackup_.c:1052 ../../standalone/drakbackup_.c:2048
+#, fuzzy
+msgid "FTP Connection"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1059 ../../standalone/drakbackup_.c:2056
+#, fuzzy
+msgid "Secure Connection"
+msgstr " "
+
+#: ../../standalone/drakbackup_.c:1085 ../../standalone/drakbackup_.c:2889
+msgid "Use CD/DVDROM to backup"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1088 ../../standalone/drakbackup_.c:2893
+#, fuzzy
+msgid "Please choose your CD space"
+msgstr "i , i."
+
+#: ../../standalone/drakbackup_.c:1094 ../../standalone/drakbackup_.c:2905
+#, fuzzy
+msgid "Please check if you are using CDRW media"
+msgstr " "
+
+#: ../../standalone/drakbackup_.c:1100 ../../standalone/drakbackup_.c:2911
+msgid "Please check if you want to erase your CDRW before"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1106
+#, fuzzy
+msgid ""
+"Please check if you want to include\n"
+" install boot on your CD."
+msgstr " "
+
+#: ../../standalone/drakbackup_.c:1112
+msgid ""
+"Please enter your CD Writer device name\n"
+" ex: 0,1,0"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1153
+#, fuzzy
+msgid "Use tape to backup"
+msgstr " ii"
+
+#: ../../standalone/drakbackup_.c:1156
+msgid "Please enter the device name to use for backup"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1162 ../../standalone/drakbackup_.c:1203
+#: ../../standalone/drakbackup_.c:2013
+msgid ""
+"Please enter the maximum size\n"
+" allowed for Drakbackup"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1195 ../../standalone/drakbackup_.c:2005
+#, fuzzy
+msgid "Please enter the directory to save:"
+msgstr " , ."
+
+#: ../../standalone/drakbackup_.c:1209 ../../standalone/drakbackup_.c:2019
+#, fuzzy
+msgid "Use quota for backup files."
+msgstr " ii"
+
+#: ../../standalone/drakbackup_.c:1267
+#, fuzzy
+msgid "Network"
+msgstr ":"
+
+#: ../../standalone/drakbackup_.c:1272
+msgid "CDROM / DVDROM"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1277
+msgid "HardDrive / NFS"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1297 ../../standalone/drakbackup_.c:1301
+#: ../../standalone/drakbackup_.c:1305
+msgid "hourly"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1298 ../../standalone/drakbackup_.c:1302
+#: ../../standalone/drakbackup_.c:1305
+msgid "daily"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1299 ../../standalone/drakbackup_.c:1303
+#: ../../standalone/drakbackup_.c:1305
+msgid "weekly"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1300 ../../standalone/drakbackup_.c:1304
+#: ../../standalone/drakbackup_.c:1305
+msgid "monthly"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1312
+#, fuzzy
+msgid "Use daemon"
+msgstr "I i:"
+
+#: ../../standalone/drakbackup_.c:1317
+#, fuzzy
+msgid ""
+"Please choose the time \n"
+"interval between each backup"
+msgstr " "
+
+#: ../../standalone/drakbackup_.c:1323
+#, fuzzy
+msgid ""
+"Please choose the\n"
+"media for backup."
+msgstr "i , ."
+
+#: ../../standalone/drakbackup_.c:1327
+#, fuzzy
+msgid "Use Hard Drive with daemon"
+msgstr " i ?"
+
+#: ../../standalone/drakbackup_.c:1329
+#, fuzzy
+msgid "Use FTP with daemon"
+msgstr " i ?"
+
+#: ../../standalone/drakbackup_.c:1333
+msgid "Please be sure that the cron daemon is included in your services."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1369
+msgid "Send mail report after each backup to :"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1411
+#, fuzzy
+msgid "What"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1416
+#, fuzzy
+msgid "Where"
+msgstr " "
+
+#: ../../standalone/drakbackup_.c:1421
+#, fuzzy
+msgid "When"
+msgstr " "
+
+#: ../../standalone/drakbackup_.c:1426
+#, fuzzy
+msgid "More Options"
+msgstr "i :"
+
+#: ../../standalone/drakbackup_.c:1445 ../../standalone/drakbackup_.c:2801
+#, fuzzy
+msgid "Drakbackup Configuration"
+msgstr "i i"
+
+#: ../../standalone/drakbackup_.c:1463
+#, fuzzy
+msgid "Please choose where you want to backup"
+msgstr " "
+
+#: ../../standalone/drakbackup_.c:1465
+msgid "on Hard Drive"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1476
+#, fuzzy
+msgid "across Network"
+msgstr ":"
+
+#: ../../standalone/drakbackup_.c:1540
+#, fuzzy
+msgid "Please choose what you want to backup"
+msgstr " "
+
+#: ../../standalone/drakbackup_.c:1541
+#, fuzzy
+msgid "Backup system"
+msgstr ". i"
+
+#: ../../standalone/drakbackup_.c:1542
+msgid "Backup Users"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1545
+msgid "Select user manually"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1627
+msgid ""
+"\n"
+"Backup Sources: \n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1628
+msgid ""
+"\n"
+"- System Files:\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1630
+msgid ""
+"\n"
+"- User Files:\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1632
+msgid ""
+"\n"
+"- Other Files:\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1634
+#, c-format
+msgid ""
+"\n"
+"- Save on Hard drive on path : %s\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1635
+#, c-format
+msgid ""
+"\n"
+"- Save on FTP on host : %s\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1636
+#, c-format
+msgid ""
+"\t\t user name: %s\n"
+"\t\t on path: %s \n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1637
+#, fuzzy
+msgid ""
+"\n"
+"- Options:\n"
+msgstr "i"
+
+#: ../../standalone/drakbackup_.c:1638
+msgid "\tDo not include System Files\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1639
+msgid "\tBackups use tar and bzip2\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1640
+msgid "\tBackups use tar and gzip\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1641
+#, c-format
+msgid ""
+"\n"
+"- Daemon (%s) include :\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1642
+msgid "\t-Hard drive.\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1643
+msgid "\t-CDROM.\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1644
+msgid "\t-Network by FTP.\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1645
+msgid "\t-Network by SSH.\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1647
+msgid "No configuration, please click Wizard or Advanced.\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1652
+msgid ""
+"List of data to restore:\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1753
+msgid ""
+"List of data corrupted:\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1755
+#, fuzzy
+msgid "Please uncheck or remove it on next time."
+msgstr " ?"
+
+#: ../../standalone/drakbackup_.c:1765
+msgid "Backup files are corrupted"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1786
+msgid " All your selectionned data have been "
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1787
+#, c-format
+msgid " Successfuly Restored on %s "
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1886
+#, fuzzy
+msgid " Restore Configuration "
+msgstr "i i"
+
+#: ../../standalone/drakbackup_.c:1904
+msgid "OK to restore the other files."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1922
+msgid "User list to restore (only the most recent date per user is important)"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1972
+#, fuzzy
+msgid "Backup the system files before:"
+msgstr " ii"
+
+#: ../../standalone/drakbackup_.c:1974
+#, fuzzy
+msgid "please choose the date to restore"
+msgstr "i , ."
+
+#: ../../standalone/drakbackup_.c:2002
+#, fuzzy
+msgid "Use Hard Disk to backup"
+msgstr " ii"
+
+#: ../../standalone/drakbackup_.c:2083
+#, fuzzy
+msgid "Restore from Hard Disk."
+msgstr " "
+
+#: ../../standalone/drakbackup_.c:2085
+msgid "Please enter the directory where backups are stored"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2143
+#, fuzzy
+msgid "Select another media to restore from"
+msgstr "i , ."
+
+#: ../../standalone/drakbackup_.c:2145
+#, fuzzy
+msgid "Other Media"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2151
+#, fuzzy
+msgid "Restore system"
+msgstr " i"
+
+#: ../../standalone/drakbackup_.c:2152
+#, fuzzy
+msgid "Restore Users"
+msgstr " "
+
+#: ../../standalone/drakbackup_.c:2153
+#, fuzzy
+msgid "Restore Other"
+msgstr " "
+
+#: ../../standalone/drakbackup_.c:2155
+msgid "select path to restore (instead of / )"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2159
+msgid "Do new backup before restore (only for incremental backups.)"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2160
+msgid "Remove user directories before restore."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2217
+msgid "Restore all backups"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2225
+#, fuzzy
+msgid "Custom Restore"
+msgstr " "
+
+#: ../../standalone/drakbackup_.c:2266 ../../standalone/drakbackup_.c:2291
+#: ../../standalone/drakbackup_.c:2312 ../../standalone/drakbackup_.c:2333
+#: ../../standalone/drakbackup_.c:2351 ../../standalone/drakbackup_.c:2383
+#: ../../standalone/drakbackup_.c:2399 ../../standalone/drakbackup_.c:2419
+#: ../../standalone/drakbackup_.c:2438 ../../standalone/drakbackup_.c:2460
+#: ../../standalone/drakfont_.c:575
+msgid "Help"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2269 ../../standalone/drakbackup_.c:2296
+#: ../../standalone/drakbackup_.c:2315 ../../standalone/drakbackup_.c:2336
+#: ../../standalone/drakbackup_.c:2354 ../../standalone/drakbackup_.c:2402
+#: ../../standalone/drakbackup_.c:2422 ../../standalone/drakbackup_.c:2441
+msgid "Previous"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2271 ../../standalone/drakbackup_.c:2338
+#: ../../standalone/logdrake_.c:224
+#, fuzzy
+msgid "Save"
+msgstr " "
+
+#: ../../standalone/drakbackup_.c:2317
+#, fuzzy
+msgid "Build Backup"
+msgstr " ii"
+
+#: ../../standalone/drakbackup_.c:2356 ../../standalone/drakbackup_.c:3033
+#, fuzzy
+msgid "Restore"
+msgstr " "
+
+#: ../../standalone/drakbackup_.c:2404 ../../standalone/drakbackup_.c:2424
+#: ../../standalone/drakbackup_.c:2445
+#, fuzzy
+msgid "Next"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2478
+msgid ""
+"Please Build backup before to restore it...\n"
+" or verify that your path to save is correct."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2499
+msgid ""
+"Error durind sendmail\n"
+" your report mail was not sent\n"
+" Please configure sendmail"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2522
+#, fuzzy
+msgid "Package List to Install"
+msgstr " "
+
+#: ../../standalone/drakbackup_.c:2550
+msgid ""
+"Error durind sending file via FTP.\n"
+" Please correct your FTP configuration."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2573
+#, fuzzy
+msgid "Please select data to restore..."
+msgstr "i , ."
+
+#: ../../standalone/drakbackup_.c:2594
+#, fuzzy
+msgid "Please select media for backup..."
+msgstr "i , ."
+
+#: ../../standalone/drakbackup_.c:2616
+#, fuzzy
+msgid "Please select data to backup..."
+msgstr "i , ."
+
+#: ../../standalone/drakbackup_.c:2638
+msgid ""
+"No configuration file found \n"
+"please click Wizard or Advanced."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2659
+msgid "Under Devel ... please wait."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2739
+#, fuzzy
+msgid "Backup system files"
+msgstr " ii"
+
+#: ../../standalone/drakbackup_.c:2741
+#, fuzzy
+msgid "Backup user files"
+msgstr " ii"
+
+#: ../../standalone/drakbackup_.c:2743
+#, fuzzy
+msgid "Backup other files"
+msgstr " ii"
+
+#: ../../standalone/drakbackup_.c:2745 ../../standalone/drakbackup_.c:2776
+msgid "Total Progress"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2767
+msgid "files sending by FTP"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2771
+#, fuzzy
+msgid "Sending files..."
+msgstr " "
+
+#: ../../standalone/drakbackup_.c:2841
+msgid "Data list to include on CDROM."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2899
+#, fuzzy
+msgid "Please enter the cd writer speed"
+msgstr " , ."
+
+#: ../../standalone/drakbackup_.c:2917
+msgid "Please enter your CD Writer device name (ex: 0,1,0)"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2923
+#, fuzzy
+msgid "Please check if you want to include install boot on your CD."
+msgstr " "
+
+#: ../../standalone/drakbackup_.c:2989
+#, fuzzy
+msgid "Backup Now from configuration file"
+msgstr "i i"
+
+#: ../../standalone/drakbackup_.c:2999
+#, fuzzy
+msgid "View Backup Configuration."
+msgstr "i i"
+
+#: ../../standalone/drakbackup_.c:3020
+#, fuzzy
+msgid "Wizard Configuration"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3024
+#, fuzzy
+msgid "Advanced Configuration"
+msgstr " i"
+
+#: ../../standalone/drakbackup_.c:3028
+#, fuzzy
+msgid "Backup Now"
+msgstr ". i"
+
+#: ../../standalone/drakbackup_.c:3053
+msgid "Drakbackup"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3104
+msgid ""
+"options description:\n"
+"\n"
+" In this step Drakbackup allow you to change:\n"
+"\n"
+" - The compression mode:\n"
+" \n"
+" If you check bzip2 compression, you will compress\n"
+" your data better than gzip (about 2-10 %).\n"
+" This option is not checked by default because\n"
+" this compression mode needs more time ( about 1000% more).\n"
+" \n"
+" - The update mode:\n"
+"\n"
+" This option will update your backup, but this\n"
+" option is not really useful because you need to\n"
+" decompress your backup before you can update it.\n"
+" \n"
+" - the .backupignore mode:\n"
+"\n"
+" Like with cvs, Drakbackup will ignore all references\n"
+" included in .backupignore files in each directories.\n"
+" ex: \n"
+" /*> cat .backupignore*/\n"
+" *.o\n"
+" *~\n"
+" ...\n"
+" \n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3134
+msgid ""
+"\n"
+" Some errors during sendmail are caused by \n"
+" a bad configuration of postfix. To solve it you have to\n"
+" set myhostname or mydomain in /etc/postfix/main.cf\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3142
+msgid ""
+"options description:\n"
+"\n"
+" - Backup system files:\n"
+" \n"
+"\tThis option allows you to backup your /etc directory,\n"
+"\twhich contains all configuration files. Please be\n"
+"\tcareful during the restore step to not overwrite:\n"
+"\t\t/etc/passwd \n"
+"\t\t/etc/group \n"
+"\t\t/etc/fstab\n"
+"\n"
+" - Backup User files: \n"
+"\n"
+"\tThis option allows you select all users that you want \n"
+"\tto backup.\n"
+"\tTo preserve disk space, it is recommended that you \n"
+"\tdo not include web browser's cache.\n"
+"\n"
+" - Backup Other files: \n"
+"\n"
+"\tThis option allows you to add more data to save.\n"
+"\tWith the other backup it's not possible at the \n"
+"\tmoment to select select incremental backup.\t\t\n"
+" \n"
+" - Incremental Backups:\n"
+"\n"
+"\tThe incremental backup is the most powerful \n"
+"\toption for backup. This option allows you \n"
+"\tto backup all your data the first time, and \n"
+"\tonly the changed afterward.\n"
+"\tThen you will be able, during the restore\n"
+"\tstep, to restore your data from a specified\n"
+"\tdate.\n"
+"\tIf you have not selected this option all\n"
+"\told backups are deleted before each backup. \n"
+"\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3181
+msgid ""
+"restore description:\n"
+" \n"
+"Only the most recent date will be used ,because with incremental \n"
+"backups it is necesarry to restore one by one each older backups.\n"
+"\n"
+"So if you don't like to restore an user please unselect all his\n"
+"check box.\n"
+"\n"
+"Otherwise, you are able to select only one of this\n"
+"\n"
+" - Incremental Backups:\n"
+"\n"
+"\tThe incremental backup is the most powerfull \n"
+"\toption to use backup, this option allow you \n"
+"\tto backup all your data the first time, and \n"
+"\tonly the changed after.\n"
+"\tSo you will be able during the restore\n"
+"\tstep, to restore your data from a specified\n"
+"\tdate.\n"
+"\tIf you have not selected this options all\n"
+"\told backups are deleted before each backup. \n"
+"\n"
+"\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3207 ../../standalone/drakbackup_.c:3282
+msgid ""
+" Copyright (C) 2001 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita.fr>"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3209 ../../standalone/drakbackup_.c:3284
+msgid ""
+" This program is free software; you can redistribute it and/or modify\n"
+" it under the terms of the GNU General Public License as published by\n"
+" the Free Software Foundation; either version 2, or (at your option)\n"
+" any later version.\n"
+"\n"
+" This program is distributed in the hope that it will be useful,\n"
+" but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
+" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
+" GNU General Public License for more details.\n"
+"\n"
+" You should have received a copy of the GNU General Public License\n"
+" along with this program; if not, write to the Free Software\n"
+" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3223
+msgid ""
+"Description:\n"
+"\n"
+" Drakbackup is used to backup your system.\n"
+" During the configuration you can select: \n"
+"\t- System files, \n"
+"\t- Users files, \n"
+"\t- Other files.\n"
+"\tor All your system ... and Other (like Windows Partitions)\n"
+"\n"
+" Drakbackup allows you to backup your system on:\n"
+"\t- Harddrive.\n"
+"\t- NFS.\n"
+"\t- CDROM (CDRW), DVDROM (with autoboot, rescue and autoinstall.).\n"
+"\t- FTP.\n"
+"\t- Rsync.\n"
+"\t- Webdav.\n"
+"\t- Tape.\n"
+"\n"
+" Drakbackup allows you to restore your system to\n"
+" a user selected directory.\n"
+"\n"
+" Per default all backup will be stored on your\n"
+" /var/lib/drakbackup directory\n"
+"\n"
+" Configuration file:\n"
+"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
+"\n"
+"\n"
+"Restore Step:\n"
+" \n"
+" During the restore step, DrakBackup will remove \n"
+" your original directory and verify that all \n"
+" backup files are not corrupted. It is recommended \n"
+" you do a last backup before restoring.\n"
+"\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3261
+msgid ""
+"options description:\n"
+"\n"
+"Please be careful when you are using ftp backup, because only \n"
+"backups that are already built are sent to the server.\n"
+"So at the moment, you need to build the backup on your hard \n"
+"drive before sending it to the server.\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3270
+msgid ""
+"\n"
+"Restore Backup Problems:\n"
+"\n"
+"During the restore step, Drakbackup will verify all your\n"
+"backup files before restoring them.\n"
+"Before the restore, Drakbackup will remove \n"
+"your original directory, and you will loose all your \n"
+"data. It is important to be careful and not modify the \n"
+"backup data files by hand.\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3298
+msgid ""
+"Description:\n"
+"\n"
+" Drakbackup is used to backup your system.\n"
+" During the configuration you can select \n"
+"\t- System files, \n"
+"\t- Users files, \n"
+"\t- Other files.\n"
+"\tor All your system ... and Other (like Windows Partitions)\n"
+"\n"
+" Drakbackup allows you to backup your system on:\n"
+"\t- Harddrive.\n"
+"\t- NFS.\n"
+"\t- CDROM (CDRW), DVDROM (with autoboot, rescue and autoinstall.).\n"
+"\t- FTP.\n"
+"\t- Rsync.\n"
+"\t- Webdav.\n"
+"\t- Tape.\n"
+"\n"
+" Drakbackup allows you to restore your system to\n"
+" a user selected directory.\n"
+"\n"
+" Per default all backup will be stored on your\n"
+" /var/lib/drakbackup directory\n"
+"\n"
+" Configuration file:\n"
+"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
+"\n"
+"Restore Step:\n"
+" \n"
+" During the restore step, Drakbackup will remove\n"
+" your original directory and verify that all\n"
+" backup files are not corrupted. It is recommended\n"
+" you do a last backup before restoring.\n"
+" \n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakboot_.c:58
+#, c-format
+msgid "Installation of %s failed. The following error occured:"
+msgstr " %s . i :"
+
+#: ../../standalone/drakfont_.c:229
+msgid "Search installed fonts"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:231
+msgid "Unselect fonts installed"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:252
+msgid "parse all fonts"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:253
+#, fuzzy
+msgid "no fonts found"
+msgstr " i %s"
+
+#: ../../standalone/drakfont_.c:261 ../../standalone/drakfont_.c:303
+#: ../../standalone/drakfont_.c:352 ../../standalone/drakfont_.c:410
+#: ../../standalone/drakfont_.c:417 ../../standalone/drakfont_.c:443
+#: ../../standalone/drakfont_.c:455 ../../standalone/drakfont_.c:468
+#, fuzzy
+msgid "done"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:265
+msgid "could not find any font in your mounted partitions"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:301
+msgid "Reselect correct fonts"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:304
+msgid "could not find any font.\n"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:327
+msgid "Search fonts in installed list"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:350
+#, fuzzy
+msgid "Fonts copy"
+msgstr " "
+
+#: ../../standalone/drakfont_.c:353
+#, fuzzy
+msgid "True Type fonts installation"
+msgstr " "
+
+#: ../../standalone/drakfont_.c:357
+msgid "please wait during ttmkfdir..."
+msgstr ""
+
+#: ../../standalone/drakfont_.c:359
+msgid "True Type install done"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:366 ../../standalone/drakfont_.c:382
+msgid "Fonts conversion"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:370 ../../standalone/drakfont_.c:386
+#: ../../standalone/drakfont_.c:406
+msgid "type1inst building"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:375 ../../standalone/drakfont_.c:390
+msgid "Ghostscript referencing"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:397
+msgid "ttf fonts conversion"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:401
+msgid "pfm fonts conversion"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:411
+msgid "Suppress temporary Files"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:414
+#, fuzzy
+msgid "Restart XFS"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:453 ../../standalone/drakfont_.c:463
+msgid "Suppress Fonts Files"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:465
+#, fuzzy
+msgid "xfs restart"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:472 ../../standalone/drakfont_.c:760
+msgid ""
+"Before installing any fonts, be sure that you have the right to use and "
+"install them on your system.\n"
+"\n"
+"-You can install the fonts using the normal way. In rare cases, bogus fonts "
+"may hang up your X Server."
+msgstr ""
+
+#: ../../standalone/drakfont_.c:547
+#, fuzzy
+msgid "Fonts Importation"
+msgstr " "
+
+#: ../../standalone/drakfont_.c:562
+msgid "Get Windows Fonts"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:564
+#, fuzzy
+msgid "Uninstall Fonts"
+msgstr " RPM- i"
+
+#: ../../standalone/drakfont_.c:568
+#, fuzzy
+msgid "Advanced Options"
+msgstr " i"
+
+#: ../../standalone/drakfont_.c:570
+#, fuzzy
+msgid "Font List"
+msgstr " i"
+
+#: ../../standalone/drakfont_.c:739
+#, fuzzy
+msgid "Choose the applications that will support the fonts :"
+msgstr " "
+
+#: ../../standalone/drakfont_.c:743
+msgid "Ghostscript"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:747
+#, fuzzy
+msgid "StarOffice"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:751
+#, fuzzy
+msgid "Abiword"
+msgstr "i"
+
+#: ../../standalone/drakfont_.c:755
+#, fuzzy
+msgid "Generic Printers"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:792
+msgid "Select the font file or directory and click on 'Add'"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:828
+#, fuzzy
+msgid "Install List"
+msgstr " i"
+
+#: ../../standalone/drakfont_.c:858
+msgid "click here if you are sure."
+msgstr ""
+
+#: ../../standalone/drakfont_.c:860
+msgid "here if no."
+msgstr ""
+
+#: ../../standalone/drakfont_.c:897
+msgid "Unselected All"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:899
+#, fuzzy
+msgid "Selected All"
+msgstr " "
+
+#: ../../standalone/drakfont_.c:901
+#, fuzzy
+msgid "Remove List"
+msgstr " "
+
+#: ../../standalone/drakfont_.c:919 ../../standalone/drakfont_.c:939
+msgid "Initials tests"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:920
+#, fuzzy
+msgid "Copy fonts on your system"
+msgstr " i !"
+
+#: ../../standalone/drakfont_.c:921
+msgid "Install & convert Fonts"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:922
+#, fuzzy
+msgid "Post Install"
+msgstr "븢"
+
+#: ../../standalone/drakfont_.c:940
+#, fuzzy
+msgid "Remove fonts on your system"
+msgstr " i !"
+
+#: ../../standalone/drakfont_.c:941
+#, fuzzy
+msgid "Post Uninstall"
+msgstr " "
+
+#: ../../standalone/drakgw_.c:43 ../../standalone/drakgw_.c:200
msgid "Internet Connection Sharing"
msgstr " I-"
-#: ../../standalone/drakgw_.c:119
+#: ../../standalone/drakgw_.c:138
msgid "Internet Connection Sharing currently enabled"
msgstr " I- "
-#: ../../standalone/drakgw_.c:120
+#: ../../standalone/drakgw_.c:139
msgid ""
"The setup of Internet connection sharing has already been done.\n"
"It's currently enabled.\n"
@@ -7391,35 +9731,35 @@ msgid ""
"What would you like to do?"
msgstr ""
-#: ../../standalone/drakgw_.c:124
+#: ../../standalone/drakgw_.c:143
#, fuzzy
msgid "disable"
msgstr "i"
-#: ../../standalone/drakgw_.c:124 ../../standalone/drakgw_.c:149
+#: ../../standalone/drakgw_.c:143 ../../standalone/drakgw_.c:168
msgid "dismiss"
msgstr ""
-#: ../../standalone/drakgw_.c:124 ../../standalone/drakgw_.c:149
+#: ../../standalone/drakgw_.c:143 ../../standalone/drakgw_.c:168
#, fuzzy
msgid "reconfigure"
msgstr " X Window"
-#: ../../standalone/drakgw_.c:127
+#: ../../standalone/drakgw_.c:146
#, fuzzy
msgid "Disabling servers..."
msgstr " ..."
-#: ../../standalone/drakgw_.c:135
+#: ../../standalone/drakgw_.c:154
#, fuzzy
msgid "Internet connection sharing is now disabled."
msgstr " I- "
-#: ../../standalone/drakgw_.c:144
+#: ../../standalone/drakgw_.c:163
msgid "Internet Connection Sharing currently disabled"
msgstr " I- "
-#: ../../standalone/drakgw_.c:145
+#: ../../standalone/drakgw_.c:164
msgid ""
"The setup of Internet connection sharing has already been done.\n"
"It's currently disabled.\n"
@@ -7427,21 +9767,21 @@ msgid ""
"What would you like to do?"
msgstr ""
-#: ../../standalone/drakgw_.c:149
+#: ../../standalone/drakgw_.c:168
#, fuzzy
msgid "enable"
msgstr "i"
-#: ../../standalone/drakgw_.c:156
+#: ../../standalone/drakgw_.c:175
msgid "Enabling servers..."
msgstr ""
-#: ../../standalone/drakgw_.c:161
+#: ../../standalone/drakgw_.c:180
#, fuzzy
msgid "Internet connection sharing is now enabled."
msgstr " I- "
-#: ../../standalone/drakgw_.c:182
+#: ../../standalone/drakgw_.c:201
#, fuzzy
msgid ""
"You are about to configure your computer to share its Internet connection.\n"
@@ -7458,21 +9798,21 @@ msgstr ""
"\n"
" Internet?"
-#: ../../standalone/drakgw_.c:208
+#: ../../standalone/drakgw_.c:227
#, c-format
msgid "Interface %s (using module %s)"
msgstr ""
-#: ../../standalone/drakgw_.c:209
+#: ../../standalone/drakgw_.c:228
#, fuzzy, c-format
msgid "Interface %s"
msgstr " i"
-#: ../../standalone/drakgw_.c:217
+#: ../../standalone/drakgw_.c:236
msgid "No network adapter on your system!"
msgstr " i !"
-#: ../../standalone/drakgw_.c:218
+#: ../../standalone/drakgw_.c:237
msgid ""
"No ethernet network adapter has been detected on your system. Please run the "
"hardware configuration tool."
@@ -7480,11 +9820,11 @@ msgstr ""
"i ethernet i . i , "
" i i."
-#: ../../standalone/drakgw_.c:224
+#: ../../standalone/drakgw_.c:243
msgid "Network interface"
msgstr " i"
-#: ../../standalone/drakgw_.c:225
+#: ../../standalone/drakgw_.c:244
#, c-format
msgid ""
"There is only one configured network adapter on your system:\n"
@@ -7494,7 +9834,7 @@ msgid ""
"I am about to setup your Local Area Network with that adapter."
msgstr ""
-#: ../../standalone/drakgw_.c:234
+#: ../../standalone/drakgw_.c:253
msgid ""
"Please choose what network adapter will be connected to your Local Area "
"Network."
@@ -7502,24 +9842,81 @@ msgstr ""
"i , , "
" i."
-#: ../../standalone/drakgw_.c:243
+#: ../../standalone/drakgw_.c:271
#, fuzzy
+msgid "Network interface already configured"
+msgstr "i "
+
+#: ../../standalone/drakgw_.c:272
+#, c-format
+msgid ""
+"Warning, the network adapter (%s) is already configured.\n"
+"\n"
+"Do you want an automatic re-configuration?\n"
+"\n"
+"You can do it manually but you need to know what you're doing."
+msgstr ""
+
+#: ../../standalone/drakgw_.c:277
+#, fuzzy
+msgid "Automatic reconfiguration"
+msgstr " "
+
+#: ../../standalone/drakgw_.c:278
+#, fuzzy
+msgid "Show current interface configuration"
+msgstr " I"
+
+#: ../../standalone/drakgw_.c:280
+#, c-format
+msgid ""
+"Current configuration of `%s':\n"
+"\n"
+"Network: %s\n"
+"IP address: %s\n"
+"IP attribution: %s\n"
+"Driver: %s"
+msgstr ""
+
+#: ../../standalone/drakgw_.c:292
msgid ""
-"Warning, the network adapter is already configured. I will reconfigure it."
+"I can keep your current configuration and assume you already set up a DHCP "
+"server; in that case please verify I correctly read the C-Class Network that "
+"you use for your local network; I will not reconfigure it and I will not "
+"touch your DHCP server configuration.\n"
+"\n"
+"Else, I can reconfigure your interface and (re)configure a DHCP server for "
+"you.\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakgw_.c:297
+msgid "C-Class Local Network"
+msgstr ""
+
+#: ../../standalone/drakgw_.c:298
+#, fuzzy
+msgid "(This) DHCP Server IP"
+msgstr "IP SMB"
+
+#: ../../standalone/drakgw_.c:299
+msgid "Re-configure interface and DHCP server"
msgstr ""
-", i.\n"
-"i i ?"
-#: ../../standalone/drakgw_.c:254
+#: ../../standalone/drakgw_.c:306
+msgid "The Local Network did not finish with `.0', bailing out."
+msgstr ""
+
+#: ../../standalone/drakgw_.c:317
#, c-format
msgid "Potential LAN address conflict found in current config of %s!\n"
msgstr " i i %s!\n"
-#: ../../standalone/drakgw_.c:262 ../../standalone/drakgw_.c:268
+#: ../../standalone/drakgw_.c:325 ../../standalone/drakgw_.c:331
msgid "Firewalling configuration detected!"
msgstr " (firewall)!"
-#: ../../standalone/drakgw_.c:263 ../../standalone/drakgw_.c:269
+#: ../../standalone/drakgw_.c:326 ../../standalone/drakgw_.c:332
msgid ""
"Warning! An existing firewalling configuration has been detected. You may "
"need some manual fix after installation."
@@ -7527,21 +9924,21 @@ msgstr ""
"! i i (firewall). "
" ."
-#: ../../standalone/drakgw_.c:277
+#: ../../standalone/drakgw_.c:340
#, fuzzy
msgid "Configuring..."
msgstr " IDE"
-#: ../../standalone/drakgw_.c:278
+#: ../../standalone/drakgw_.c:341
msgid "Configuring scripts, installing software, starting servers..."
msgstr " , , ..."
-#: ../../standalone/drakgw_.c:311
+#: ../../standalone/drakgw_.c:378
#, c-format
msgid "Problems installing package %s"
msgstr " %s"
-#: ../../standalone/drakgw_.c:600
+#: ../../standalone/drakgw_.c:672
msgid ""
"Everything has been configured.\n"
"You may now share Internet connection with other computers on your Local "
@@ -7552,25 +9949,25 @@ msgstr ""
" ' , \n"
" (DHCP)."
-#: ../../standalone/drakgw_.c:617
+#: ../../standalone/drakgw_.c:689
msgid "The setup has already been done, but it's currently disabled."
msgstr ""
-#: ../../standalone/drakgw_.c:618
+#: ../../standalone/drakgw_.c:690
msgid "The setup has already been done, and it's currently enabled."
msgstr ""
-#: ../../standalone/drakgw_.c:619
+#: ../../standalone/drakgw_.c:691
#, fuzzy
msgid "No Internet Connection Sharing has ever been configured."
msgstr " I- "
-#: ../../standalone/drakgw_.c:624
+#: ../../standalone/drakgw_.c:696
#, fuzzy
msgid "Internet connection sharing configuration"
msgstr "I i i"
-#: ../../standalone/drakgw_.c:631
+#: ../../standalone/drakgw_.c:703
#, fuzzy, c-format
msgid ""
"Welcome to the Internet Connection Sharing utility!\n"
@@ -7580,329 +9977,350 @@ msgid ""
"Click on Configure to launch the setup wizard."
msgstr " I-"
-#: ../../standalone/draknet_.c:79
+#: ../../standalone/draknet_.c:80
#, fuzzy, c-format
msgid "Network configuration (%d adapters)"
msgstr "i i"
-#: ../../standalone/draknet_.c:86 ../../standalone/draknet_.c:573
+#: ../../standalone/draknet_.c:87 ../../standalone/draknet_.c:595
#, fuzzy
msgid "Profile: "
msgstr " i: "
-#: ../../standalone/draknet_.c:94
+#: ../../standalone/draknet_.c:95
msgid "Del profile..."
msgstr ""
-#: ../../standalone/draknet_.c:100
+#: ../../standalone/draknet_.c:101
msgid "Profile to delete:"
msgstr ""
-#: ../../standalone/draknet_.c:128
+#: ../../standalone/draknet_.c:129
msgid "New profile..."
msgstr ""
-#: ../../standalone/draknet_.c:134
+#: ../../standalone/draknet_.c:135
msgid ""
"Name of the profile to create (the new profile is created as a copy of the "
"current one) :"
msgstr ""
-#: ../../standalone/draknet_.c:160
+#: ../../standalone/draknet_.c:161
#, fuzzy
msgid "Hostname: "
msgstr "I "
-#: ../../standalone/draknet_.c:167
+#: ../../standalone/draknet_.c:168
msgid "Internet access"
msgstr ""
-#: ../../standalone/draknet_.c:180
+#: ../../standalone/draknet_.c:181
#, fuzzy
msgid "Type:"
msgstr ": "
-#: ../../standalone/draknet_.c:183 ../../standalone/draknet_.c:397
+#: ../../standalone/draknet_.c:184 ../../standalone/draknet_.c:376
msgid "Gateway:"
msgstr ":"
-#: ../../standalone/draknet_.c:183 ../../standalone/draknet_.c:397
+#: ../../standalone/draknet_.c:184 ../../standalone/draknet_.c:376
msgid "Interface:"
msgstr ""
-#: ../../standalone/draknet_.c:192
+#: ../../standalone/draknet_.c:195
msgid "Status:"
msgstr ""
-#: ../../standalone/draknet_.c:194 ../../standalone/draknet_.c:410
-#, fuzzy
-msgid "Connected"
-msgstr "I "
-
-#: ../../standalone/draknet_.c:194 ../../standalone/draknet_.c:410
-#, fuzzy
-msgid "Not connected"
-msgstr ""
-
-#: ../../standalone/draknet_.c:197 ../../standalone/draknet_.c:411
-msgid "Connect..."
-msgstr ""
-
-#: ../../standalone/draknet_.c:197 ../../standalone/draknet_.c:411
-msgid "Disconnect..."
+#: ../../standalone/draknet_.c:202
+msgid "Wait please"
msgstr ""
-#: ../../standalone/draknet_.c:215
-#, fuzzy
-msgid "Starting your connection..."
-msgstr "i ISDN ?"
-
-#: ../../standalone/draknet_.c:223
-#, fuzzy
-msgid "Closing your connection..."
-msgstr "i ISDN ?"
-
-#: ../../standalone/draknet_.c:228
-msgid ""
-"The connection is not closed.\n"
-"Try to do it manually by running\n"
-"/etc/sysconfig/network-scripts/net_cnx_down\n"
-"in root."
-msgstr ""
-
-#: ../../standalone/draknet_.c:231
-#, fuzzy
-msgid "The system is now disconnected."
-msgstr " I?"
-
-#: ../../standalone/draknet_.c:243
+#: ../../standalone/draknet_.c:220
#, fuzzy
msgid "Configure Internet Access..."
msgstr " "
-#: ../../standalone/draknet_.c:250 ../../standalone/draknet_.c:446
+#: ../../standalone/draknet_.c:227 ../../standalone/draknet_.c:449
#, fuzzy
msgid "LAN configuration"
msgstr " ADSL"
-#: ../../standalone/draknet_.c:255
+#: ../../standalone/draknet_.c:232
#, fuzzy
msgid "Driver"
msgstr ""
-#: ../../standalone/draknet_.c:255
+#: ../../standalone/draknet_.c:232
#, fuzzy
msgid "Interface"
msgstr " i"
-#: ../../standalone/draknet_.c:255
+#: ../../standalone/draknet_.c:232
msgid "Protocol"
msgstr ""
-#: ../../standalone/draknet_.c:255
+#: ../../standalone/draknet_.c:232
#, fuzzy
msgid "State"
msgstr " "
-#: ../../standalone/draknet_.c:267
+#: ../../standalone/draknet_.c:244
#, fuzzy
msgid "Configure Local Area Network..."
msgstr " i"
-#: ../../standalone/draknet_.c:279
+#: ../../standalone/draknet_.c:256
msgid "Click here to launch the wizard ->"
msgstr ""
-#: ../../standalone/draknet_.c:306
+#: ../../standalone/draknet_.c:257
+msgid "Wizard..."
+msgstr " ..."
+
+#: ../../standalone/draknet_.c:283
msgid "Apply"
msgstr ""
-#: ../../standalone/draknet_.c:325
+#: ../../standalone/draknet_.c:302
#, fuzzy
msgid "Please Wait... Applying the configuration"
msgstr " i"
-#: ../../standalone/draknet_.c:428
+#: ../../standalone/draknet_.c:384 ../../standalone/draknet_.c:407
+#, fuzzy
+msgid "Connected"
+msgstr "I "
+
+#: ../../standalone/draknet_.c:384 ../../standalone/draknet_.c:407
+#, fuzzy
+msgid "Not connected"
+msgstr ""
+
+#: ../../standalone/draknet_.c:385 ../../standalone/draknet_.c:408
+msgid "Connect..."
+msgstr ""
+
+#: ../../standalone/draknet_.c:385 ../../standalone/draknet_.c:408
+msgid "Disconnect..."
+msgstr ""
+
+#: ../../standalone/draknet_.c:404
+msgid ""
+"Warning, another Internet connection has been detected, maybe using your "
+"network"
+msgstr ""
+
+#: ../../standalone/draknet_.c:431
msgid ""
"You don't have any configured interface.\n"
"Configure them first by clicking on 'Configure'"
msgstr ""
-#: ../../standalone/draknet_.c:450
+#: ../../standalone/draknet_.c:453
#, fuzzy
msgid "LAN Configuration"
msgstr ""
-#: ../../standalone/draknet_.c:457
+#: ../../standalone/draknet_.c:464
#, c-format
msgid "Adapter %s: %s"
msgstr ""
-#: ../../standalone/draknet_.c:463
+#: ../../standalone/draknet_.c:470
msgid "Boot Protocol"
msgstr ""
-#: ../../standalone/draknet_.c:464
+#: ../../standalone/draknet_.c:471
msgid "Started on boot"
msgstr ""
-#: ../../standalone/draknet_.c:465
+#: ../../standalone/draknet_.c:472
msgid "DHCP client"
msgstr ""
-#: ../../standalone/draknet_.c:489 ../../standalone/draknet_.c:491
+#: ../../standalone/draknet_.c:497 ../../standalone/draknet_.c:500
#, fuzzy
msgid "activate now"
msgstr ""
-#: ../../standalone/draknet_.c:489 ../../standalone/draknet_.c:491
+#: ../../standalone/draknet_.c:497 ../../standalone/draknet_.c:500
#, fuzzy
-msgid "desactivate now"
+msgid "deactivate now"
msgstr ""
-#: ../../standalone/draknet_.c:538
+#: ../../standalone/draknet_.c:503
+msgid ""
+"This interface has not been configured yet.\n"
+"Launch the configuration wizard in the main window"
+msgstr ""
+
+#: ../../standalone/draknet_.c:560
msgid ""
"You don't have any internet connection.\n"
"Create one first by clicking on 'Configure'"
msgstr ""
-#: ../../standalone/draknet_.c:562
+#: ../../standalone/draknet_.c:584
#, fuzzy
msgid "Internet connection configuration"
msgstr "I i i"
-#: ../../standalone/draknet_.c:566
+#: ../../standalone/draknet_.c:588
#, fuzzy
msgid "Internet Connection Configuration"
msgstr "I i i"
-#: ../../standalone/draknet_.c:575
+#: ../../standalone/draknet_.c:597
#, fuzzy
msgid "Connection type: "
msgstr "I "
-#: ../../standalone/draknet_.c:581
+#: ../../standalone/draknet_.c:603
msgid "Parameters"
msgstr ""
-#: ../../standalone/draknet_.c:608
+#: ../../standalone/draknet_.c:621
+msgid "Gateway"
+msgstr ""
+
+#: ../../standalone/draknet_.c:630
msgid "Ethernet Card"
msgstr ""
-#: ../../standalone/draknet_.c:609
+#: ../../standalone/draknet_.c:631
msgid "DHCP Client"
msgstr ""
-#: ../../standalone/draksec_.c:21
-msgid "Welcome To Crackers"
-msgstr " Crackers"
+#: ../../standalone/draksec_.c:31
+msgid "Setting security level"
+msgstr "i i"
-#: ../../standalone/draksec_.c:22
-msgid "Poor"
-msgstr " "
+#: ../../standalone/drakxconf_.c:47
+#, fuzzy
+msgid "Control Center"
+msgstr " I"
-#: ../../standalone/draksec_.c:26
-msgid "Paranoid"
-msgstr "i"
+#: ../../standalone/drakxconf_.c:48
+msgid "Choose the tool you want to use"
+msgstr " i, i "
-#: ../../standalone/draksec_.c:29
-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."
+#: ../../standalone/drakxtv_.c:48
+#, fuzzy
+msgid "Canada (cable)"
+msgstr "i ()"
+
+#: ../../standalone/drakxtv_.c:48
+msgid "USA (bcast)"
msgstr ""
-" . i \n"
-" i, i : i "
-"\n"
-" , i i i Internet. "
-"."
-#: ../../standalone/draksec_.c:32
-msgid ""
-"Password are now enabled, but use as a networked computer is still not "
-"recommended."
+#: ../../standalone/drakxtv_.c:48
+msgid "USA (cable)"
msgstr ""
-" , ' i \n"
-" ."
-#: ../../standalone/draksec_.c:33
-msgid ""
-"Few improvements for this security level, the main one is that there are\n"
-"more security warnings and checks."
+#: ../../standalone/drakxtv_.c:48
+msgid "USA (cable-hrc)"
msgstr ""
-" i , \n"
-"i i ."
-#: ../../standalone/draksec_.c:35
-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. "
+#: ../../standalone/drakxtv_.c:49
+msgid "China (bcast)"
msgstr ""
-" i, i ',\n"
-"i Internet i i. i\n"
-"i."
-#: ../../standalone/draksec_.c:37
-msgid ""
-"With this security level, the use of this system as a server becomes "
-"possible.\n"
-"The security is now high enough to use the system as a server which accept\n"
-"connections from many clients. "
+#: ../../standalone/drakxtv_.c:49
+msgid "Japan (bcast)"
msgstr ""
-" i i i\n"
-". i i \n"
-", i i iii ii."
-#: ../../standalone/draksec_.c:40
-msgid ""
-"We take level 4 features, but now the system is entirely closed.\n"
-"Security features are at their maximum."
+#: ../../standalone/drakxtv_.c:49
+msgid "Japan (cable)"
msgstr ""
-" ii 4 , i .\n"
-" i i."
-#: ../../standalone/draksec_.c:65
+#: ../../standalone/drakxtv_.c:50
#, fuzzy
-msgid "Security level"
-msgstr "i i"
+msgid "East Europe"
+msgstr "Ţ"
-#: ../../standalone/draksec_.c:67
+#: ../../standalone/drakxtv_.c:50
#, fuzzy
-msgid "Use libsafe for servers"
-msgstr " i "
+msgid "Ireland"
+msgstr "Ii"
+
+#: ../../standalone/drakxtv_.c:50
+#, fuzzy
+msgid "West Europe"
+msgstr "Ţ"
+
+#: ../../standalone/drakxtv_.c:51
+#, fuzzy
+msgid "Australia"
+msgstr ""
+
+#: ../../standalone/drakxtv_.c:51
+msgid "Newzealand"
+msgstr ""
+
+#: ../../standalone/drakxtv_.c:52
+msgid "South Africa"
+msgstr ""
-#: ../../standalone/draksec_.c:68
+#: ../../standalone/drakxtv_.c:53
+msgid "Argentina"
+msgstr ""
+
+#: ../../standalone/drakxtv_.c:58
msgid ""
-"A library which defends against buffer overflow and format string attacks."
+"Please,\n"
+"type in your tv norm and country"
msgstr ""
-#: ../../standalone/draksec_.c:72
-msgid "Setting security level"
-msgstr "i i"
+#: ../../standalone/drakxtv_.c:60
+msgid "TV norm :"
+msgstr ""
-#: ../../standalone/drakxconf_.c:47
-#, fuzzy
-msgid "Control Center"
-msgstr " I"
+#: ../../standalone/drakxtv_.c:61
+msgid "Area :"
+msgstr ""
-#: ../../standalone/drakxconf_.c:48
-msgid "Choose the tool you want to use"
-msgstr " i, i "
+#: ../../standalone/drakxtv_.c:65
+msgid "Scanning for TV channels in progress ..."
+msgstr ""
+
+#: ../../standalone/drakxtv_.c:72
+msgid "Scanning for TV channels"
+msgstr ""
+
+#: ../../standalone/drakxtv_.c:83
+msgid "No TV Card detected!"
+msgstr ""
+
+#: ../../standalone/drakxtv_.c:84
+msgid ""
+"No TV Card has been detected on your machine. Please verify that a Linux-"
+"supported Video/TV Card is correctly plugged in.\n"
+"\n"
+"\n"
+"You can visit our hardware database at:\n"
+"\n"
+"\n"
+"http://www.linux-mandrake.com/en/hardware.php3"
+msgstr ""
#: ../../standalone/keyboarddrake_.c:16
msgid "usage: keyboarddrake [--expert] [keyboard]\n"
msgstr ""
+#: ../../standalone/keyboarddrake_.c:29
+msgid "Please, choose your keyboard layout."
+msgstr "i , i."
+
#: ../../standalone/keyboarddrake_.c:36
msgid "Do you want the BackSpace to return Delete in console?"
msgstr " BackSpace Delete?"
-#: ../../standalone/livedrake_.c:23
+#: ../../standalone/livedrake_.c:24
#, fuzzy
msgid "Change Cd-Rom"
msgstr "i "
-#: ../../standalone/livedrake_.c:24
+#: ../../standalone/livedrake_.c:25
#, fuzzy
msgid ""
"Please insert the Installation Cd-Rom in your drive and press Ok when done.\n"
@@ -7915,29 +10333,265 @@ msgstr ""
"i , ii i, i "
"Cd."
-#: ../../standalone/livedrake_.c:34
+#: ../../standalone/livedrake_.c:35
msgid "Unable to start live upgrade !!!\n"
msgstr " live upgrade !!!\n"
-#: ../../standalone/mousedrake_.c:58
+#: ../../standalone/localedrake_.c:32
+msgid "The change is done, but to be effective you must logout"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:85 ../../standalone/logdrake_.c:501
+msgid "logdrake"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:95
+msgid "Show only for the selected day"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:102
+msgid "/File/_New"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:102
+msgid "<control>N"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:103
+msgid "/File/_Open"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:103
+msgid "<control>O"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:104
+msgid "/File/_Save"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:104
+msgid "<control>S"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:105
+msgid "/File/Save _As"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:106
+msgid "/File/-"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:108
+msgid "/_Options"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:109
+msgid "/Options/Test"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:110
+msgid "/_Help"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:111
+msgid "/Help/_About..."
+msgstr ""
+
+#: ../../standalone/logdrake_.c:118
+msgid "-misc-fixed-medium-r-*-*-*-100-*-*-*-*-*-*,*"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:119
+msgid "-misc-fixed-bold-r-*-*-*-100-*-*-*-*-*-*,*"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:173
+#, fuzzy
+msgid "User"
+msgstr "I i:"
+
+#: ../../standalone/logdrake_.c:174
+#, fuzzy
+msgid "Messages"
+msgstr " "
+
+#: ../../standalone/logdrake_.c:175
+msgid "Syslog"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:176
+msgid "Mandrake Tools Explanations"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:179
+msgid "search"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:185
+msgid "A tool to monitor your logs"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:186
+msgid "Settings"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:191
+msgid "matching"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:192
+msgid "but not matching"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:196
+msgid "Choose file"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:201
+msgid "Calendar"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:211
+msgid "Content of the file"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:215 ../../standalone/logdrake_.c:390
+msgid "Mail/SMS alert"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:268
+#, c-format
+msgid "please wait, parsing file: %s"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:405
+#, fuzzy
+msgid "Mail/SMS alert configuration"
+msgstr " ADSL"
+
+#: ../../standalone/logdrake_.c:406
+msgid ""
+"Welcome to the mail/SMS configuration utility.\n"
+"\n"
+"Here, you'll be able to set up the alert system.\n"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:414
+msgid "proftpd"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:417
+#, fuzzy
+msgid "sshd"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:418
+msgid "webmin"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:419
+#, fuzzy
+msgid "xinetd"
+msgstr "Ext2"
+
+#: ../../standalone/logdrake_.c:422
+#, fuzzy
+msgid "service setting"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:423
+msgid ""
+"You will receive an alert if one of the selected service is no more running"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:433
+#, fuzzy
+msgid "load setting"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:434
+msgid "You will receive an alert if the load is higher than this value"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:447
+#, fuzzy
+msgid "alert configuration"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:448
+msgid "Configure the way the system will alert you"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:478
+msgid "Save as.."
+msgstr ""
+
+#: ../../standalone/mousedrake_.c:49
+msgid "Please, choose the type of your mouse."
+msgstr "i , ."
+
+#: ../../standalone/mousedrake_.c:59
msgid "no serial_usb found\n"
msgstr "serial_usb \n"
-#: ../../standalone/mousedrake_.c:62
+#: ../../standalone/mousedrake_.c:63
msgid "Emulate third button?"
msgstr " ?"
-#: ../../standalone/tinyfirewall_.c:29
+#: ../../standalone/scannerdrake_.c:53
+#, c-format
+msgid "%s found on %s, configure it ?"
+msgstr ""
+
+#: ../../standalone/scannerdrake_.c:60
+#, fuzzy
+msgid "Select a scanner"
+msgstr " i"
+
+#: ../../standalone/scannerdrake_.c:80
+#, c-format
+msgid "This %s scanner is unsupported"
+msgstr ""
+
+#: ../../standalone/scannerdrake_.c:94
+#, c-format
+msgid ""
+"Scannerdrake was not able to detect your %s scanner.\n"
+"Please select the device where your scanner is plugged"
+msgstr ""
+
+#: ../../standalone/scannerdrake_.c:96
+#, fuzzy
+msgid "choose device"
+msgstr " "
+
+#: ../../standalone/scannerdrake_.c:102
+#, c-format
+msgid ""
+"This %s scanner must be configured by printerdrake.\n"
+"You can launch printerdrake from the Mandrake Control Center in Hardware "
+"section."
+msgstr ""
+
+#: ../../standalone/scannerdrake_.c:107
+#, c-format
+msgid ""
+"Your %s scanner has been configured.\n"
+"You may now scan documents using ``XSane'' from Multimedia/Graphics in the "
+"applications menu."
+msgstr ""
+
+#: ../../standalone/tinyfirewall_.c:31
#, fuzzy
msgid "Firewalling Configuration"
msgstr " (firewall)!"
-#: ../../standalone/tinyfirewall_.c:42
+#: ../../standalone/tinyfirewall_.c:44
#, fuzzy
msgid "Firewalling configuration"
msgstr " (firewall)!"
-#: ../../standalone/tinyfirewall_.c:77
+#: ../../standalone/tinyfirewall_.c:79
msgid ""
"Firewalling\n"
"\n"
@@ -7945,7 +10599,7 @@ msgid ""
"Click on Configure to change or remove the firewall"
msgstr ""
-#: ../../standalone/tinyfirewall_.c:81
+#: ../../standalone/tinyfirewall_.c:83
msgid ""
"Firewalling\n"
"\n"
@@ -8005,19 +10659,24 @@ msgstr " i"
msgid "Configure services"
msgstr " "
-#: ../../steps.pm_.c:30
-msgid "Create a bootdisk"
-msgstr " . "
-
-#: ../../steps.pm_.c:32
+#: ../../steps.pm_.c:29
msgid "Install bootloader"
msgstr " "
+#: ../../steps.pm_.c:31
+msgid "Create a bootdisk"
+msgstr " . "
+
#: ../../steps.pm_.c:33
msgid "Configure X"
msgstr " X Window"
#: ../../steps.pm_.c:34
+#, fuzzy
+msgid "Install system updates"
+msgstr " i"
+
+#: ../../steps.pm_.c:35
msgid "Exit install"
msgstr " "
@@ -8133,6 +10792,56 @@ msgstr ""
msgid "Can't open %s for writing: %s\n"
msgstr " %s i: %s"
+#: ../../tinyfirewall.pm_.c:180
+msgid "No I don't need DHCP"
+msgstr ""
+
+#: ../../tinyfirewall.pm_.c:180
+msgid "Yes I need DHCP"
+msgstr ""
+
+#: ../../tinyfirewall.pm_.c:181
+msgid "No I don't need NTP"
+msgstr ""
+
+#: ../../tinyfirewall.pm_.c:181
+msgid "Yes I need NTP"
+msgstr ""
+
+#: ../../tinyfirewall.pm_.c:182 ../../tinyfirewall.pm_.c:186
+msgid "Don't Save"
+msgstr ""
+
+#: ../../tinyfirewall.pm_.c:182 ../../tinyfirewall.pm_.c:186
+#: ../../tinyfirewall.pm_.c:206
+msgid "Save & Quit"
+msgstr ""
+
+#: ../../tinyfirewall.pm_.c:197 ../../tinyfirewall.pm_.c:201
+#, fuzzy
+msgid "Firewall Configuration Wizard"
+msgstr "i i"
+
+#: ../../tinyfirewall.pm_.c:199
+msgid "No (firewall this off from the internet)"
+msgstr ""
+
+#: ../../tinyfirewall.pm_.c:200
+msgid "Yes (allow this through the firewall)"
+msgstr ""
+
+#: ../../tinyfirewall.pm_.c:232
+#, fuzzy
+msgid "Please Wait... Verifying installed packages"
+msgstr " "
+
+#: ../../tinyfirewall.pm_.c:238
+#, c-format
+msgid ""
+"Failure installing the needed packages : %s and Bastille.\n"
+" Try to install them manually."
+msgstr ""
+
#: ../../share/compssUsers:999
msgid "Web/FTP"
msgstr ""
@@ -8272,11 +10981,6 @@ msgid "Graphical Environment"
msgstr ""
#: ../../share/compssUsers:999
-#, fuzzy
-msgid "Development"
-msgstr ""
-
-#: ../../share/compssUsers:999
msgid "Apache, Pro-ftpd"
msgstr ""
@@ -8290,6 +10994,11 @@ msgid "Office Workstation"
msgstr " "
#: ../../share/compssUsers:999
+#, fuzzy
+msgid "Server"
+msgstr ""
+
+#: ../../share/compssUsers:999
msgid "Gnome, Icewm, Window Maker, Enlightenment, Fvwm, etc"
msgstr ""
@@ -8381,10 +11090,6 @@ msgid "Programs to manage your finance, such as gnucash"
msgstr " , gnucash"
#: ../../share/compssUsers:999
-msgid "Games"
-msgstr ""
-
-#: ../../share/compssUsers:999
msgid "Personal Information Management"
msgstr " "
@@ -8398,6 +11103,248 @@ msgid "Scientific Workstation"
msgstr " "
#, fuzzy
+#~ msgid "About"
+#~ msgstr "i"
+
+#~ msgid "$f-$g %s)"
+#~ msgstr "$f-$g %s)"
+
+#~ msgid "None"
+#~ msgstr ""
+
+#, fuzzy
+#~ msgid "Choose a default printer!"
+#~ msgstr " i:"
+
+#, fuzzy
+#~ msgid "Apply/Re-read printers"
+#~ msgstr " "
+
+#~ msgid "You may now provide its options to module %s."
+#~ msgstr " i %s."
+
+#~ msgid "mount failed"
+#~ msgstr " i"
+
+#~ msgid "Low"
+#~ msgstr ""
+
+#~ msgid "Medium"
+#~ msgstr "i"
+
+#~ msgid ""
+#~ "Few improvements for this security level, the main one is that there are\n"
+#~ "more security warnings and checks."
+#~ msgstr ""
+#~ " i , \n"
+#~ "i i ."
+
+#, fuzzy
+#~ msgid "Art and Multimedia"
+#~ msgstr ""
+
+#, fuzzy
+#~ msgid "Export"
+#~ msgstr ""
+
+#, fuzzy
+#~ msgid "Connect to Internet"
+#~ msgstr " I"
+
+#, fuzzy
+#~ msgid "Disconnect from Internet"
+#~ msgstr " I"
+
+#, fuzzy
+#~ msgid "Detected %s, do you want to set it up?"
+#~ msgstr " i ?"
+
+#, fuzzy
+#~ msgid "Please choose the printer you want to set up."
+#~ msgstr " "
+
+#, fuzzy
+#~ msgid "Infos"
+#~ msgstr "I"
+
+#, fuzzy
+#~ msgid "Windows Importation"
+#~ msgstr " "
+
+#, fuzzy
+#~ msgid ""
+#~ "Apache is a World Wide Web server. It is used to serve HTML files and "
+#~ "CGI."
+#~ msgstr ""
+#~ "Apache - World Wide Web . "
+#~ "\n"
+#~ "HTML i CGI."
+
+#~ msgid ""
+#~ "named (BIND) is a Domain Name Server (DNS) that is used to resolve\n"
+#~ "host names to IP addresses."
+#~ msgstr ""
+#~ "named (BIND) - i, i \n"
+#~ " i IP ."
+
+#, fuzzy
+#~ msgid ""
+#~ "Please choose the desired printer/printer port.\n"
+#~ "\n"
+#~ msgstr "i , ."
+
+#, fuzzy
+#~ msgid "\\@quit"
+#~ msgstr ""
+
+#, fuzzy
+#~ msgid "Removable media"
+#~ msgstr "i "
+
+#~ msgid "Active"
+#~ msgstr ""
+
+#, fuzzy
+#~ msgid "No X"
+#~ msgstr ""
+
+#~ msgid "A printer, model \"%s\", has been detected on "
+#~ msgstr " i \"%s\" "
+
+#~ msgid "Local Printer Device"
+#~ msgstr " "
+
+#~ msgid "Printer Device"
+#~ msgstr " "
+
+#, fuzzy
+#~ msgid "Printer(s) on remote CUPS server(s)"
+#~ msgstr " CUPS"
+
+#, fuzzy
+#~ msgid "Printer(s) on remote server(s)"
+#~ msgstr " CUPS"
+
+#, fuzzy
+#~ msgid " Linux "
+#~ msgstr "Linux"
+
+#, fuzzy
+#~ msgid " System "
+#~ msgstr "Mouse Systems"
+
+#, fuzzy
+#~ msgid " Other "
+#~ msgstr ""
+
+#, fuzzy
+#~ msgid "please choose your CD space"
+#~ msgstr "i , i."
+
+#, fuzzy
+#~ msgid " Please check if you are using CDRW media"
+#~ msgstr " "
+
+#, fuzzy
+#~ msgid " Tape "
+#~ msgstr ": "
+
+#, fuzzy
+#~ msgid " Use .backupignore files"
+#~ msgstr " ii"
+
+#, fuzzy
+#~ msgid "Configure it"
+#~ msgstr " X Window"
+
+#, fuzzy
+#~ msgid "on Tape Device"
+#~ msgstr " "
+
+#, fuzzy
+#~ msgid " Cancel "
+#~ msgstr ""
+
+#, fuzzy
+#~ msgid " Ok "
+#~ msgstr ""
+
+#, fuzzy
+#~ msgid "close"
+#~ msgstr " "
+
+#, fuzzy
+#~ msgid "toto"
+#~ msgstr "Root"
+
+#, fuzzy
+#~ msgid "Starting your connection..."
+#~ msgstr "i ISDN ?"
+
+#, fuzzy
+#~ msgid "Closing your connection..."
+#~ msgstr "i ISDN ?"
+
+#, fuzzy
+#~ msgid "The system is now disconnected."
+#~ msgstr " I?"
+
+#~ msgid "Choose the size you want to install"
+#~ msgstr " "
+
+#~ msgid "Total size: "
+#~ msgstr " : "
+
+#~ msgid "Please wait, "
+#~ msgstr ", i , "
+
+#~ msgid "Total time "
+#~ msgstr " "
+
+#~ msgid "Use existing configuration for X11?"
+#~ msgstr " i X11?"
+
+#~ msgid ""
+#~ "What device is your printer connected to \n"
+#~ "(note that /dev/lp0 is equivalent to LPT1:)?\n"
+#~ msgstr ""
+#~ " \n"
+#~ "(/dev/lp0 i LPT1:)?\n"
+
+#~ msgid "$_"
+#~ msgstr "$_"
+
+#, fuzzy
+#~ msgid ""
+#~ "Warning, the network adapter is already configured. I will reconfigure it."
+#~ msgstr ""
+#~ ", i.\n"
+#~ "i i ?"
+
+#~ msgid "New"
+#~ msgstr ""
+
+#, fuzzy
+#~ msgid "Remote"
+#~ msgstr "i"
+
+#, fuzzy
+#~ msgid ""
+#~ "Please click on a button above\n"
+#~ "\n"
+#~ "Or use \"New\""
+#~ msgstr " "
+
+#~ msgid "Ambiguity (%s), be more precise\n"
+#~ msgstr " (%s), \n"
+
+#~ msgid " ? (default %s) "
+#~ msgstr " ? ( %s) "
+
+#~ msgid "Your choice? (default %s enter `none' for none) "
+#~ msgstr " ? ( %s. i `none' i) "
+
+#, fuzzy
#~ msgid "Do you want to restart the network"
#~ msgstr "i i i?"
@@ -8418,14 +11365,6 @@ msgstr " "
#~ "( IDE ) i \"/dev/sda\" ( SCSI )."
#, fuzzy
-#~ msgid ""
-#~ "The following printers are configured.\n"
-#~ "You can add some more or modify the existing ones."
-#~ msgstr ""
-#~ " i .\n"
-#~ " , i i."
-
-#, fuzzy
#~ msgid "Connection timeout (in sec) [ beta, not yet implemented ]"
#~ msgstr "I "
@@ -9125,15 +12064,6 @@ msgstr " "
#~ msgid "Write /etc/fstab"
#~ msgstr "i /etc/fstab"
-#~ msgid "Restore from file"
-#~ msgstr " "
-
-#~ msgid "Save in file"
-#~ msgstr " "
-
-#~ msgid "Restore from floppy"
-#~ msgstr " "
-
#~ msgid "Format all"
#~ msgstr " "
@@ -9182,10 +12112,6 @@ msgstr " "
#~ msgstr "I i"
#, fuzzy
-#~ msgid "start it"
-#~ msgstr ""
-
-#, fuzzy
#~ msgid "Network Monitoring"
#~ msgstr "i i"
@@ -9218,30 +12144,12 @@ msgstr " "
#~ msgstr "I "
#, fuzzy
-#~ msgid "Color configuration"
-#~ msgstr ""
-
-#, fuzzy
-#~ msgid "Connect"
-#~ msgstr "I "
-
-#, fuzzy
-#~ msgid "Disconnect"
-#~ msgstr " ISDN"
-
-#, fuzzy
#~ msgid "Default Runlevel"
#~ msgstr " "
-#~ msgid "Europe"
-#~ msgstr "Ţ"
-
#~ msgid "NetWare"
#~ msgstr "NetWare"
-#~ msgid "Remove queue"
-#~ msgstr "i "
-
#~ msgid "Config file content could not be interpreted."
#~ msgstr " ."
@@ -9312,10 +12220,6 @@ msgstr " "
#~ msgid "Reverse page order"
#~ msgstr " "
-#, fuzzy
-#~ msgid "CUPS starting"
-#~ msgstr ""
-
#~ msgid "Select Remote Printer Connection"
#~ msgstr " "
@@ -9391,10 +12295,6 @@ msgstr " "
#~ msgstr " I?"
#, fuzzy
-#~ msgid "Lilo/Grub configuration"
-#~ msgstr " ADSL"
-
-#, fuzzy
#~ msgid "Selected size %d%s"
#~ msgstr " "
@@ -9442,9 +12342,6 @@ msgstr " "
#~ msgid "Create a boot floppy"
#~ msgstr " . "
-#~ msgid "Format floppy"
-#~ msgstr " "
-
#~ msgid "Choice"
#~ msgstr ""
@@ -9452,10 +12349,6 @@ msgstr " "
#~ msgid "gMonitor"
#~ msgstr "i"
-#, fuzzy
-#~ msgid "Firewall Configuration Wizard"
-#~ msgstr "i i"
-
#~ msgid "Miscellaneous"
#~ msgstr ""
@@ -9494,10 +12387,6 @@ msgstr " "
#~ msgid "Scientific applications"
#~ msgstr " "
-#, fuzzy
-#~ msgid "toot"
-#~ msgstr "Root"
-
#~ msgid "First DNS Server"
#~ msgstr " DNS"
@@ -9511,9 +12400,6 @@ msgstr " "
#~ msgid "%s is already in use"
#~ msgstr "%s "
-#~ msgid "%s not found"
-#~ msgstr " i %s"
-
#~ msgid "%s: This is not a root partition, please select another one."
#~ msgstr "%s: , i i."
@@ -9826,9 +12712,6 @@ msgstr " "
#~ "Mandrake Linux: 5.1 (Venice), 5.2 (Leeloo), 5.3 (Festen), 6.0 (Venus),\n"
#~ "6.1 (Helios) Gold 2000."
-#~ msgid "Choose package to install"
-#~ msgstr " "
-
#~ msgid "Collapse all"
#~ msgstr " "
@@ -9969,9 +12852,6 @@ msgstr " "
#~ msgid "Enable num lock at startup"
#~ msgstr " num lock "
-#~ msgid "End configuration"
-#~ msgstr " i"
-
#~ msgid ""
#~ "Enter a floppy to create an HTP enabled boot\n"
#~ "(all data on floppy will be lost)"
@@ -10017,9 +12897,6 @@ msgstr " "
#~ msgid "Forget the changes?"
#~ msgstr " i?"
-#~ msgid "France"
-#~ msgstr ""
-
#~ msgid ""
#~ "GNU/Linux can deal with many types of printer. Each of these\n"
#~ "types require a different setup. Note however that the print\n"
@@ -10083,9 +12960,6 @@ msgstr " "
#~ msgid "Genius NetMouse Pro"
#~ msgstr "Genius NetMouse Pro"
-#~ msgid "Germany"
-#~ msgstr "i"
-
#~ msgid "Germany (1TR6)"
#~ msgstr "i (1TR6)"
@@ -10257,12 +13131,6 @@ msgstr " "
#~ msgid "Move your wheel!"
#~ msgstr " "
-#~ msgid "Multimedia"
-#~ msgstr ""
-
-#~ msgid "Network:"
-#~ msgstr ":"
-
#~ msgid "No cdrom available (nothing in /mnt/cdrom)"
#~ msgstr "cdrom (i /mnt/cdrom)"
@@ -10324,9 +13192,6 @@ msgstr " "
#~ msgid "Searching root partition."
#~ msgstr " ."
-#~ msgid "See"
-#~ msgstr "."
-
#~ msgid "Select the size you want to install"
#~ msgstr " "
@@ -10410,9 +13275,6 @@ msgstr " "
#~ msgid "Take over the hard drive"
#~ msgstr " "
-#~ msgid "Text"
-#~ msgstr ""
-
#~ msgid "The following packages are going to be uninstalled"
#~ msgstr " i"
@@ -10535,9 +13397,6 @@ msgstr " "
#~ msgid "USB Mouse (3 buttons or more)"
#~ msgstr "USB (3 i i )"
-#~ msgid "Uninstalling the RPMs"
-#~ msgstr " RPM- i"
-
#~ msgid "Update location"
#~ msgstr "i i"
@@ -10550,18 +13409,12 @@ msgstr " "
#~ msgid "Use diskdrake"
#~ msgstr " DiskDrake"
-#~ msgid "Use hard drive optimisations?"
-#~ msgstr " i ?"
-
#~ msgid "Use shadow file"
#~ msgstr " "
#~ msgid "User name:"
#~ msgstr "I i:"
-#~ msgid "Wait"
-#~ msgstr ""
-
#~ msgid ""
#~ "What URI device is your printer connected to\n"
#~ "(note that parallel:/dev/lp0 is equivalent to LPT1:)?"
@@ -10596,9 +13449,6 @@ msgstr " "
#~ msgid "Which package are looking for"
#~ msgstr "i "
-#~ msgid "Which packages do you want to install"
-#~ msgstr " "
-
#~ msgid "Which partition type do you want?"
#~ msgstr "i ?"
@@ -10675,12 +13525,6 @@ msgstr " "
#~ msgid "don't use pppoe"
#~ msgstr " pppoe"
-#~ msgid "expert"
-#~ msgstr ""
-
-#~ msgid "formatting"
-#~ msgstr ""
-
#~ msgid "girl"
#~ msgstr ""
@@ -10699,9 +13543,6 @@ msgstr " "
#~ msgid "loopback"
#~ msgstr "i i (loopback)"
-#~ msgid "mandatory"
-#~ msgstr ""
-
#~ msgid "nfs mount failed"
#~ msgstr " i nfs"
@@ -10718,9 +13559,6 @@ msgstr " "
#~ "rpmdrake ``low memory''.\n"
#~ "rpmdrake "
-#~ msgid "shadow"
-#~ msgstr ""
-
#~ msgid "tie"
#~ msgstr ""
diff --git a/perl-install/share/po/bg.po b/perl-install/share/po/bg.po
index 89683e4ec..7bea7e548 100644
--- a/perl-install/share/po/bg.po
+++ b/perl-install/share/po/bg.po
@@ -11,7 +11,7 @@
msgid ""
msgstr ""
"Project-Id-Version: DrakX VERSION\n"
-"POT-Creation-Date: 2001-09-21 19:50+0200\n"
+"POT-Creation-Date: 2002-03-11 18:29+0100\n"
"PO-Revision-Date: 2000-08-15 15:29+0200\n"
"Last-Translator: Valery Dachev <valery@zonebg.com>\n"
"Language-Team: Bulgarian\n"
@@ -19,56 +19,66 @@ msgstr ""
"Content-Type: text/plain; charset=windows-1251\n"
"Content-Transfer-Encoding: 8bit\n"
-#: ../../Xconfigurator.pm_.c:231
+#: ../../Xconfigurator.pm_.c:242
msgid "Configure all heads independently"
msgstr ""
-#: ../../Xconfigurator.pm_.c:232
+#: ../../Xconfigurator.pm_.c:243
msgid "Use Xinerama extension"
msgstr " Xinerama"
-#: ../../Xconfigurator.pm_.c:235
+#: ../../Xconfigurator.pm_.c:246
#, c-format
msgid "Configure only card \"%s\" (%s)"
msgstr " \"%s\" (%s)"
-#: ../../Xconfigurator.pm_.c:238
+#: ../../Xconfigurator.pm_.c:249
msgid "Multi-head configuration"
msgstr ""
-#: ../../Xconfigurator.pm_.c:239
+#: ../../Xconfigurator.pm_.c:250
msgid ""
"Your system support multiple head configuration.\n"
"What do you want to do?"
msgstr ""
-#: ../../Xconfigurator.pm_.c:248
+#: ../../Xconfigurator.pm_.c:261
msgid "Graphic card"
msgstr " "
-#: ../../Xconfigurator.pm_.c:248
+#: ../../Xconfigurator.pm_.c:262
msgid "Select a graphic card"
msgstr " "
-#: ../../Xconfigurator.pm_.c:249
+#: ../../Xconfigurator.pm_.c:286
msgid "Choose a X server"
msgstr " X "
-#: ../../Xconfigurator.pm_.c:249
+#: ../../Xconfigurator.pm_.c:286
msgid "X server"
msgstr "X "
-#: ../../Xconfigurator.pm_.c:307 ../../Xconfigurator.pm_.c:313
-#: ../../Xconfigurator.pm_.c:363 ../../Xconfigurator.pm_.c:1435
+#: ../../Xconfigurator.pm_.c:293
+#, fuzzy
+msgid "Choose a X driver"
+msgstr " X "
+
+#: ../../Xconfigurator.pm_.c:293
+#, fuzzy
+msgid "X driver"
+msgstr "X "
+
+#: ../../Xconfigurator.pm_.c:360 ../../Xconfigurator.pm_.c:366
+#: ../../Xconfigurator.pm_.c:416 ../../Xconfigurator.pm_.c:1507
#, c-format
msgid "XFree %s"
msgstr "XFree %s"
-#: ../../Xconfigurator.pm_.c:310
+#: ../../Xconfigurator.pm_.c:363
msgid "Which configuration of XFree do you want to have?"
msgstr " XFree ?"
-#: ../../Xconfigurator.pm_.c:321
+#: ../../Xconfigurator.pm_.c:374
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support but only with XFree %s.\n"
@@ -79,18 +89,18 @@ msgstr ""
" XFree %s, - "
"2D."
-#: ../../Xconfigurator.pm_.c:323 ../../Xconfigurator.pm_.c:356
+#: ../../Xconfigurator.pm_.c:376 ../../Xconfigurator.pm_.c:409
#, c-format
msgid "Your card can have 3D hardware acceleration support with XFree %s."
msgstr " 3D XFree %s."
-#: ../../Xconfigurator.pm_.c:325 ../../Xconfigurator.pm_.c:358
-#: ../../Xconfigurator.pm_.c:1435
+#: ../../Xconfigurator.pm_.c:378 ../../Xconfigurator.pm_.c:411
+#: ../../Xconfigurator.pm_.c:1507
#, c-format
msgid "XFree %s with 3D hardware acceleration"
msgstr "XFree %s 3D "
-#: ../../Xconfigurator.pm_.c:333 ../../Xconfigurator.pm_.c:347
+#: ../../Xconfigurator.pm_.c:386 ../../Xconfigurator.pm_.c:400
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support with XFree %s,\n"
@@ -100,12 +110,12 @@ msgstr ""
", "
"."
-#: ../../Xconfigurator.pm_.c:335 ../../Xconfigurator.pm_.c:349
+#: ../../Xconfigurator.pm_.c:388 ../../Xconfigurator.pm_.c:402
#, c-format
msgid "XFree %s with EXPERIMENTAL 3D hardware acceleration"
msgstr "XFree %s O 3D "
-#: ../../Xconfigurator.pm_.c:344
+#: ../../Xconfigurator.pm_.c:397
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support but only with XFree %s,\n"
@@ -119,31 +129,31 @@ msgstr ""
" XFree %s, - "
"2D."
-#: ../../Xconfigurator.pm_.c:364
+#: ../../Xconfigurator.pm_.c:417
msgid "Xpmac (installation display driver)"
msgstr "Xpmac ( )"
-#: ../../Xconfigurator.pm_.c:368
+#: ../../Xconfigurator.pm_.c:421
msgid "XFree configuration"
msgstr " XFree"
-#: ../../Xconfigurator.pm_.c:434
+#: ../../Xconfigurator.pm_.c:496
msgid "Select the memory size of your graphic card"
msgstr " "
-#: ../../Xconfigurator.pm_.c:492
+#: ../../Xconfigurator.pm_.c:550
msgid "Choose options for server"
msgstr " "
-#: ../../Xconfigurator.pm_.c:516
+#: ../../Xconfigurator.pm_.c:574
msgid "Choose a monitor"
msgstr " "
-#: ../../Xconfigurator.pm_.c:516
+#: ../../Xconfigurator.pm_.c:574
msgid "Monitor"
msgstr ""
-#: ../../Xconfigurator.pm_.c:519
+#: ../../Xconfigurator.pm_.c:577
msgid ""
"The two critical parameters are the vertical refresh rate, which is the "
"rate\n"
@@ -167,40 +177,40 @@ msgstr ""
" .\n"
" , ."
-#: ../../Xconfigurator.pm_.c:526
+#: ../../Xconfigurator.pm_.c:584
msgid "Horizontal refresh rate"
msgstr " "
-#: ../../Xconfigurator.pm_.c:527
+#: ../../Xconfigurator.pm_.c:585
msgid "Vertical refresh rate"
msgstr " "
-#: ../../Xconfigurator.pm_.c:564
+#: ../../Xconfigurator.pm_.c:622
msgid "Monitor not configured"
msgstr " "
-#: ../../Xconfigurator.pm_.c:567
+#: ../../Xconfigurator.pm_.c:625
msgid "Graphic card not configured yet"
msgstr " "
-#: ../../Xconfigurator.pm_.c:570
+#: ../../Xconfigurator.pm_.c:628
msgid "Resolutions not chosen yet"
msgstr " "
-#: ../../Xconfigurator.pm_.c:587
+#: ../../Xconfigurator.pm_.c:646
msgid "Do you want to test the configuration?"
msgstr " ?"
-#: ../../Xconfigurator.pm_.c:591
+#: ../../Xconfigurator.pm_.c:650
msgid "Warning: testing this graphic card may freeze your computer"
msgstr ""
": \"\" "
-#: ../../Xconfigurator.pm_.c:594
+#: ../../Xconfigurator.pm_.c:653
msgid "Test of the configuration"
msgstr " "
-#: ../../Xconfigurator.pm_.c:632 ../../Xconfigurator.pm_.c:644
+#: ../../Xconfigurator.pm_.c:692 ../../Xconfigurator.pm_.c:704
msgid ""
"\n"
"try to change some parameters"
@@ -208,156 +218,175 @@ msgstr ""
"\n"
" "
-#: ../../Xconfigurator.pm_.c:632 ../../Xconfigurator.pm_.c:644
+#: ../../Xconfigurator.pm_.c:692 ../../Xconfigurator.pm_.c:704
msgid "An error has occurred:"
msgstr " :"
-#: ../../Xconfigurator.pm_.c:668
+#: ../../Xconfigurator.pm_.c:731
#, c-format
msgid "Leaving in %d seconds"
msgstr " %d "
-#: ../../Xconfigurator.pm_.c:679
+#: ../../Xconfigurator.pm_.c:742
msgid "Is this the correct setting?"
msgstr " ?"
-#: ../../Xconfigurator.pm_.c:688
+#: ../../Xconfigurator.pm_.c:751
msgid "An error has occurred, try to change some parameters"
msgstr " , "
-#: ../../Xconfigurator.pm_.c:759
+#: ../../Xconfigurator.pm_.c:822
msgid "Resolution"
msgstr " "
-#: ../../Xconfigurator.pm_.c:810
+#: ../../Xconfigurator.pm_.c:874
msgid "Choose the resolution and the color depth"
msgstr " "
-#: ../../Xconfigurator.pm_.c:812
+#: ../../Xconfigurator.pm_.c:876
#, c-format
msgid "Graphic card: %s"
msgstr " : %s"
-#: ../../Xconfigurator.pm_.c:813
+#: ../../Xconfigurator.pm_.c:877
#, c-format
msgid "XFree86 server: %s"
msgstr "XFree86 : %s"
-#: ../../Xconfigurator.pm_.c:829 ../../printerdrake.pm_.c:1885
-#: ../../standalone/draknet_.c:298 ../../standalone/draknet_.c:301
+#: ../../Xconfigurator.pm_.c:891 ../../diskdrake/interactive.pm_.c:259
+#: ../../install_steps_interactive.pm_.c:208
+msgid "More"
+msgstr ""
+
+#: ../../Xconfigurator.pm_.c:891 ../../install_gtk.pm_.c:84
+#: ../../install_steps_gtk.pm_.c:328 ../../interactive.pm_.c:127
+#: ../../interactive.pm_.c:142 ../../interactive.pm_.c:317
+#: ../../interactive.pm_.c:349 ../../interactive_http.pm_.c:104
+#: ../../interactive_newt.pm_.c:170 ../../interactive_stdio.pm_.c:141
+#: ../../interactive_stdio.pm_.c:142 ../../my_gtk.pm_.c:686
+#: ../../my_gtk.pm_.c:1019 ../../my_gtk.pm_.c:1041
+#: ../../standalone/drakbackup_.c:2298 ../../standalone/drakbackup_.c:2369
+#: ../../standalone/drakbackup_.c:2385
+msgid "Ok"
+msgstr "Ok"
+
+#: ../../Xconfigurator.pm_.c:893 ../../network/netconnect.pm_.c:169
+#: ../../printerdrake.pm_.c:2470 ../../standalone/draknet_.c:275
+#: ../../standalone/draknet_.c:278
msgid "Expert Mode"
msgstr " "
-#: ../../Xconfigurator.pm_.c:830
+#: ../../Xconfigurator.pm_.c:894
msgid "Show all"
msgstr " "
-#: ../../Xconfigurator.pm_.c:875
+#: ../../Xconfigurator.pm_.c:939
msgid "Resolutions"
msgstr " "
-#: ../../Xconfigurator.pm_.c:1437
+#: ../../Xconfigurator.pm_.c:1509
#, c-format
msgid "Keyboard layout: %s\n"
msgstr " : %s\n"
-#: ../../Xconfigurator.pm_.c:1438
+#: ../../Xconfigurator.pm_.c:1510
#, c-format
msgid "Mouse type: %s\n"
msgstr " : %s\n"
-#: ../../Xconfigurator.pm_.c:1439
+#: ../../Xconfigurator.pm_.c:1511
#, c-format
msgid "Mouse device: %s\n"
msgstr " : %s\n"
-#: ../../Xconfigurator.pm_.c:1440
+#: ../../Xconfigurator.pm_.c:1512
#, c-format
msgid "Monitor: %s\n"
msgstr ": %s\n"
-#: ../../Xconfigurator.pm_.c:1441
+#: ../../Xconfigurator.pm_.c:1513
#, c-format
msgid "Monitor HorizSync: %s\n"
msgstr " : %s\n"
-#: ../../Xconfigurator.pm_.c:1442
+#: ../../Xconfigurator.pm_.c:1514
#, c-format
msgid "Monitor VertRefresh: %s\n"
msgstr " : %s\n"
-#: ../../Xconfigurator.pm_.c:1443
+#: ../../Xconfigurator.pm_.c:1515
#, c-format
msgid "Graphic card: %s\n"
msgstr " : %s\n"
-#: ../../Xconfigurator.pm_.c:1444
+#: ../../Xconfigurator.pm_.c:1516
#, c-format
msgid "Graphic card identification: %s\n"
msgstr " : %s\n"
-#: ../../Xconfigurator.pm_.c:1445
+#: ../../Xconfigurator.pm_.c:1517
#, c-format
msgid "Graphic memory: %s kB\n"
msgstr " : %s kB\n"
-#: ../../Xconfigurator.pm_.c:1447
+#: ../../Xconfigurator.pm_.c:1519
#, c-format
msgid "Color depth: %s\n"
msgstr " : %s\n"
-#: ../../Xconfigurator.pm_.c:1448
+#: ../../Xconfigurator.pm_.c:1520
#, c-format
msgid "Resolution: %s\n"
msgstr " : %s\n"
-#: ../../Xconfigurator.pm_.c:1450
+#: ../../Xconfigurator.pm_.c:1522
#, c-format
msgid "XFree86 server: %s\n"
msgstr "XFree86 : %s\n"
-#: ../../Xconfigurator.pm_.c:1451
+#: ../../Xconfigurator.pm_.c:1523
#, c-format
msgid "XFree86 driver: %s\n"
msgstr "XFree86 : %s\n"
-#: ../../Xconfigurator.pm_.c:1469
+#: ../../Xconfigurator.pm_.c:1541
msgid "Preparing X-Window configuration"
msgstr " X-Window"
-#: ../../Xconfigurator.pm_.c:1489
+#: ../../Xconfigurator.pm_.c:1561
msgid "What do you want to do?"
msgstr " ?"
-#: ../../Xconfigurator.pm_.c:1494
+#: ../../Xconfigurator.pm_.c:1566
msgid "Change Monitor"
msgstr " "
-#: ../../Xconfigurator.pm_.c:1495
+#: ../../Xconfigurator.pm_.c:1567
msgid "Change Graphic card"
msgstr " "
-#: ../../Xconfigurator.pm_.c:1497
+#: ../../Xconfigurator.pm_.c:1570
msgid "Change Server options"
msgstr " "
-#: ../../Xconfigurator.pm_.c:1498
+#: ../../Xconfigurator.pm_.c:1571
msgid "Change Resolution"
msgstr " "
-#: ../../Xconfigurator.pm_.c:1499
+#: ../../Xconfigurator.pm_.c:1572
msgid "Show information"
msgstr " "
-#: ../../Xconfigurator.pm_.c:1500
+#: ../../Xconfigurator.pm_.c:1573
msgid "Test again"
msgstr " "
-#: ../../Xconfigurator.pm_.c:1501 ../../bootlook.pm_.c:156
+#: ../../Xconfigurator.pm_.c:1574 ../../printerdrake.pm_.c:2473
+#: ../../standalone/logdrake_.c:225
msgid "Quit"
msgstr ""
-#: ../../Xconfigurator.pm_.c:1509
+#: ../../Xconfigurator.pm_.c:1582
#, c-format
msgid ""
"Keep the changes?\n"
@@ -370,20 +399,11 @@ msgstr ""
"\n"
"%s"
-#: ../../Xconfigurator.pm_.c:1532
-#, c-format
-msgid "Please relog into %s to activate the changes"
-msgstr " %s, "
-
-#: ../../Xconfigurator.pm_.c:1552
-msgid "Please log out and then use Ctrl-Alt-BackSpace"
-msgstr " Ctrl-Alt-BackSpace"
-
-#: ../../Xconfigurator.pm_.c:1555
+#: ../../Xconfigurator.pm_.c:1603
msgid "X at startup"
msgstr "X "
-#: ../../Xconfigurator.pm_.c:1556
+#: ../../Xconfigurator.pm_.c:1604
msgid ""
"I can set up your computer to automatically start X upon booting.\n"
"Would you like X to start when you reboot?"
@@ -391,6 +411,15 @@ msgstr ""
"K , X .\n"
" X , ?"
+#: ../../Xconfigurator.pm_.c:1610
+#, c-format
+msgid "Please relog into %s to activate the changes"
+msgstr " %s, "
+
+#: ../../Xconfigurator.pm_.c:1625
+msgid "Please log out and then use Ctrl-Alt-BackSpace"
+msgstr " Ctrl-Alt-BackSpace"
+
#: ../../Xconfigurator_consts.pm_.c:6
msgid "256 colors (8 bits)"
msgstr "256 (8 )"
@@ -411,247 +440,257 @@ msgstr "16 (24 )"
msgid "4 billion colors (32 bits)"
msgstr "4 (32 )"
-#: ../../Xconfigurator_consts.pm_.c:106
+#: ../../Xconfigurator_consts.pm_.c:113
msgid "256 kB"
msgstr "256 "
-#: ../../Xconfigurator_consts.pm_.c:107
+#: ../../Xconfigurator_consts.pm_.c:114
msgid "512 kB"
msgstr "512 "
-#: ../../Xconfigurator_consts.pm_.c:108
+#: ../../Xconfigurator_consts.pm_.c:115
msgid "1 MB"
msgstr "1 "
-#: ../../Xconfigurator_consts.pm_.c:109
+#: ../../Xconfigurator_consts.pm_.c:116
msgid "2 MB"
msgstr "2 "
-#: ../../Xconfigurator_consts.pm_.c:110
+#: ../../Xconfigurator_consts.pm_.c:117
msgid "4 MB"
msgstr "4 "
-#: ../../Xconfigurator_consts.pm_.c:111
+#: ../../Xconfigurator_consts.pm_.c:118
msgid "8 MB"
msgstr "8 "
-#: ../../Xconfigurator_consts.pm_.c:112
+#: ../../Xconfigurator_consts.pm_.c:119
msgid "16 MB"
msgstr "16 "
-#: ../../Xconfigurator_consts.pm_.c:113
+#: ../../Xconfigurator_consts.pm_.c:120
msgid "32 MB"
msgstr "32 "
-#: ../../Xconfigurator_consts.pm_.c:114
+#: ../../Xconfigurator_consts.pm_.c:121
msgid "64 MB or more"
msgstr "64 "
-#: ../../Xconfigurator_consts.pm_.c:122
+#: ../../Xconfigurator_consts.pm_.c:129
msgid "Standard VGA, 640x480 at 60 Hz"
msgstr "Standard VGA, 640x480 60 Hz"
-#: ../../Xconfigurator_consts.pm_.c:123
+#: ../../Xconfigurator_consts.pm_.c:130
msgid "Super VGA, 800x600 at 56 Hz"
msgstr "Super VGA, 800x600 56 Hz"
-#: ../../Xconfigurator_consts.pm_.c:124
+#: ../../Xconfigurator_consts.pm_.c:131
msgid "8514 Compatible, 1024x768 at 87 Hz interlaced (no 800x600)"
msgstr "8514-, 1024x768 87 Hz interlaced ( 800x600)"
-#: ../../Xconfigurator_consts.pm_.c:125
+#: ../../Xconfigurator_consts.pm_.c:132
msgid "Super VGA, 1024x768 at 87 Hz interlaced, 800x600 at 56 Hz"
msgstr "Super VGA, 1024x768 87 Hz interlaced, 800x600 56 Hz"
-#: ../../Xconfigurator_consts.pm_.c:126
+#: ../../Xconfigurator_consts.pm_.c:133
msgid "Extended Super VGA, 800x600 at 60 Hz, 640x480 at 72 Hz"
msgstr "Extended Super VGA, 800x600 60 Hz, 640x480 72 Hz"
-#: ../../Xconfigurator_consts.pm_.c:127
+#: ../../Xconfigurator_consts.pm_.c:134
msgid "Non-Interlaced SVGA, 1024x768 at 60 Hz, 800x600 at 72 Hz"
msgstr "Non-Interlaced SVGA, 1024x768 60 Hz, 800x600 72 Hz"
-#: ../../Xconfigurator_consts.pm_.c:128
+#: ../../Xconfigurator_consts.pm_.c:135
msgid "High Frequency SVGA, 1024x768 at 70 Hz"
msgstr " SVGA, 1024x768 70 Hz"
-#: ../../Xconfigurator_consts.pm_.c:129
+#: ../../Xconfigurator_consts.pm_.c:136
msgid "Multi-frequency that can do 1280x1024 at 60 Hz"
msgstr " , 1280x1024 60 Hz"
-#: ../../Xconfigurator_consts.pm_.c:130
+#: ../../Xconfigurator_consts.pm_.c:137
msgid "Multi-frequency that can do 1280x1024 at 74 Hz"
msgstr " , 1280x1024 74 Hz"
-#: ../../Xconfigurator_consts.pm_.c:131
+#: ../../Xconfigurator_consts.pm_.c:138
msgid "Multi-frequency that can do 1280x1024 at 76 Hz"
msgstr " , 1280x1024 76 Hz"
-#: ../../Xconfigurator_consts.pm_.c:132
+#: ../../Xconfigurator_consts.pm_.c:139
msgid "Monitor that can do 1600x1200 at 70 Hz"
msgstr ", 1600x1200 70 Hz"
-#: ../../Xconfigurator_consts.pm_.c:133
+#: ../../Xconfigurator_consts.pm_.c:140
msgid "Monitor that can do 1600x1200 at 76 Hz"
msgstr ", 1600x1200 76 Hz"
-#: ../../any.pm_.c:96 ../../any.pm_.c:121
+#: ../../any.pm_.c:116 ../../any.pm_.c:141
msgid "First sector of boot partition"
msgstr " "
-#: ../../any.pm_.c:96 ../../any.pm_.c:121 ../../any.pm_.c:194
+#: ../../any.pm_.c:116 ../../any.pm_.c:141 ../../any.pm_.c:218
msgid "First sector of drive (MBR)"
msgstr " (MBR)"
-#: ../../any.pm_.c:100
+#: ../../any.pm_.c:120
msgid "SILO Installation"
msgstr "SILO "
-#: ../../any.pm_.c:101 ../../any.pm_.c:114
+#: ../../any.pm_.c:121 ../../any.pm_.c:134
msgid "Where do you want to install the bootloader?"
msgstr " bootloader-?"
-#: ../../any.pm_.c:113
+#: ../../any.pm_.c:133
msgid "LILO/grub Installation"
msgstr "LILO/grub "
-#: ../../any.pm_.c:125 ../../any.pm_.c:139
+#: ../../any.pm_.c:145 ../../any.pm_.c:159
msgid "SILO"
msgstr "SILO"
-#: ../../any.pm_.c:127
+#: ../../any.pm_.c:147
msgid "LILO with text menu"
msgstr "LILO "
-#: ../../any.pm_.c:128 ../../any.pm_.c:139
+#: ../../any.pm_.c:148 ../../any.pm_.c:159
msgid "LILO with graphical menu"
msgstr "LILO "
-#: ../../any.pm_.c:131
+#: ../../any.pm_.c:151
msgid "Grub"
msgstr "Grub"
-#: ../../any.pm_.c:135
+#: ../../any.pm_.c:155
msgid "Boot from DOS/Windows (loadlin)"
msgstr " DOS/Windows (loadlin)"
-#: ../../any.pm_.c:137 ../../any.pm_.c:139
+#: ../../any.pm_.c:157 ../../any.pm_.c:159
msgid "Yaboot"
msgstr "Yaboot"
-#: ../../any.pm_.c:145 ../../any.pm_.c:177
+#: ../../any.pm_.c:166 ../../any.pm_.c:198
msgid "Bootloader main options"
msgstr " "
-#: ../../any.pm_.c:146 ../../any.pm_.c:178
+#: ../../any.pm_.c:167 ../../any.pm_.c:199
msgid "Bootloader to use"
msgstr " "
-#: ../../any.pm_.c:148
+#: ../../any.pm_.c:169
msgid "Bootloader installation"
msgstr "Bootloader "
-#: ../../any.pm_.c:150 ../../any.pm_.c:180
+#: ../../any.pm_.c:171 ../../any.pm_.c:201
msgid "Boot device"
msgstr " "
-#: ../../any.pm_.c:151
+#: ../../any.pm_.c:172
msgid "LBA (doesn't work on old BIOSes)"
msgstr "LBA ( BIOS-)"
-#: ../../any.pm_.c:152
+#: ../../any.pm_.c:173
msgid "Compact"
msgstr ""
-#: ../../any.pm_.c:152
+#: ../../any.pm_.c:173
msgid "compact"
msgstr ""
-#: ../../any.pm_.c:153 ../../any.pm_.c:250
+#: ../../any.pm_.c:174 ../../any.pm_.c:298
msgid "Video mode"
msgstr " "
-#: ../../any.pm_.c:155
+#: ../../any.pm_.c:176
msgid "Delay before booting default image"
msgstr " default "
-#: ../../any.pm_.c:157 ../../any.pm_.c:730
-#: ../../install_steps_interactive.pm_.c:938 ../../network/modem.pm_.c:46
-#: ../../printerdrake.pm_.c:402 ../../printerdrake.pm_.c:481
-#: ../../standalone/draknet_.c:603
+#: ../../any.pm_.c:178 ../../any.pm_.c:796
+#: ../../install_steps_interactive.pm_.c:1115 ../../network/modem.pm_.c:48
+#: ../../printerdrake.pm_.c:708 ../../printerdrake.pm_.c:806
+#: ../../standalone/draknet_.c:625
msgid "Password"
msgstr ""
-#: ../../any.pm_.c:158 ../../any.pm_.c:731
-#: ../../install_steps_interactive.pm_.c:939
+#: ../../any.pm_.c:179 ../../any.pm_.c:797
+#: ../../install_steps_interactive.pm_.c:1116
msgid "Password (again)"
msgstr " ()"
-#: ../../any.pm_.c:159
+#: ../../any.pm_.c:180
msgid "Restrict command line options"
msgstr " , "
-#: ../../any.pm_.c:159
+#: ../../any.pm_.c:180
msgid "restrict"
msgstr ""
-#: ../../any.pm_.c:161
+#: ../../any.pm_.c:182
msgid "Clean /tmp at each boot"
msgstr " /tmp "
-#: ../../any.pm_.c:162
+#: ../../any.pm_.c:183
#, c-format
msgid "Precise RAM size if needed (found %d MB)"
msgstr " RAM-, ( %d MB)"
-#: ../../any.pm_.c:164
+#: ../../any.pm_.c:185
msgid "Enable multi profiles"
msgstr " "
-#: ../../any.pm_.c:168
+#: ../../any.pm_.c:189
msgid "Give the ram size in MB"
msgstr " RAM- Mb"
-#: ../../any.pm_.c:170
+#: ../../any.pm_.c:191
msgid ""
"Option ``Restrict command line options'' is of no use without a password"
msgstr " `` '' "
-#: ../../any.pm_.c:171 ../../any.pm_.c:707
-#: ../../install_steps_interactive.pm_.c:933
+#: ../../any.pm_.c:192 ../../any.pm_.c:773
+#: ../../diskdrake/interactive.pm_.c:1135
+#: ../../install_steps_interactive.pm_.c:1110
msgid "Please try again"
msgstr ", "
-#: ../../any.pm_.c:171 ../../any.pm_.c:707
-#: ../../install_steps_interactive.pm_.c:933
+#: ../../any.pm_.c:192 ../../any.pm_.c:773
+#: ../../install_steps_interactive.pm_.c:1110
msgid "The passwords do not match"
msgstr " "
-#: ../../any.pm_.c:179
+#: ../../any.pm_.c:200
msgid "Init Message"
msgstr " "
-#: ../../any.pm_.c:181
+#: ../../any.pm_.c:202
msgid "Open Firmware Delay"
msgstr " Open Firmware"
-#: ../../any.pm_.c:182
+#: ../../any.pm_.c:203
msgid "Kernel Boot Timeout"
msgstr " "
-#: ../../any.pm_.c:183
+#: ../../any.pm_.c:204
msgid "Enable CD Boot?"
msgstr " CD ?"
-#: ../../any.pm_.c:184
+#: ../../any.pm_.c:205
msgid "Enable OF Boot?"
msgstr " OF ?"
-#: ../../any.pm_.c:185
+#: ../../any.pm_.c:206
msgid "Default OS?"
msgstr " ?"
-#: ../../any.pm_.c:207
+#: ../../any.pm_.c:240
+msgid ""
+"You decided to install the bootloader on a partition.\n"
+"This implies you already have a bootloader on the hard drive you boot (eg: "
+"System Commander).\n"
+"\n"
+"On which drive are you booting?"
+msgstr ""
+
+#: ../../any.pm_.c:255
msgid ""
"Here are the different entries.\n"
"You can add some more or change the existing ones."
@@ -659,144 +698,154 @@ msgstr ""
" .\n"
" ."
-#: ../../any.pm_.c:217
+#: ../../any.pm_.c:265 ../../standalone/drakbackup_.c:752
+#: ../../standalone/drakbackup_.c:861 ../../standalone/drakfont_.c:789
+#: ../../standalone/drakfont_.c:826
msgid "Add"
msgstr ""
-#: ../../any.pm_.c:217 ../../any.pm_.c:718 ../../diskdrake.pm_.c:161
-#: ../../interactive_http.pm_.c:153 ../../printerdrake.pm_.c:1846
-#: ../../printerdrake.pm_.c:1847 ../../printerdrake.pm_.c:1904
-#: ../../printerdrake.pm_.c:1948
+#: ../../any.pm_.c:265 ../../any.pm_.c:784 ../../diskdrake/hd_gtk.pm_.c:153
+#: ../../diskdrake/removable.pm_.c:27 ../../diskdrake/smbnfs_gtk.pm_.c:86
+#: ../../interactive_http.pm_.c:153
msgid "Done"
msgstr ""
-#: ../../any.pm_.c:217
+#: ../../any.pm_.c:265
msgid "Modify"
msgstr ""
-#: ../../any.pm_.c:225
+#: ../../any.pm_.c:273
msgid "Which type of entry do you want to add?"
msgstr " "
-#: ../../any.pm_.c:226
+#: ../../any.pm_.c:274 ../../standalone/drakbackup_.c:895
msgid "Linux"
msgstr "Linux"
-#: ../../any.pm_.c:226
+#: ../../any.pm_.c:274
msgid "Other OS (SunOS...)"
msgstr " (SunOS...)"
-#: ../../any.pm_.c:227
+#: ../../any.pm_.c:275
msgid "Other OS (MacOS...)"
msgstr " (MacOS...)"
-#: ../../any.pm_.c:227
+#: ../../any.pm_.c:275
msgid "Other OS (windows...)"
msgstr " (Windows...)"
-#: ../../any.pm_.c:246
+#: ../../any.pm_.c:294
msgid "Image"
msgstr ""
-#: ../../any.pm_.c:247 ../../any.pm_.c:258
+#: ../../any.pm_.c:295 ../../any.pm_.c:306
msgid "Root"
msgstr ""
-#: ../../any.pm_.c:248 ../../any.pm_.c:277
+#: ../../any.pm_.c:296 ../../any.pm_.c:325
msgid "Append"
msgstr ""
-#: ../../any.pm_.c:252
+#: ../../any.pm_.c:300
msgid "Initrd"
msgstr "Initrd"
-#: ../../any.pm_.c:253
+#: ../../any.pm_.c:301
msgid "Read-write"
msgstr "-"
-#: ../../any.pm_.c:260
+#: ../../any.pm_.c:308
msgid "Table"
msgstr ""
-#: ../../any.pm_.c:261
+#: ../../any.pm_.c:309
msgid "Unsafe"
msgstr ""
-#: ../../any.pm_.c:268 ../../any.pm_.c:273 ../../any.pm_.c:276
+#: ../../any.pm_.c:316 ../../any.pm_.c:321 ../../any.pm_.c:324
msgid "Label"
msgstr ""
-#: ../../any.pm_.c:270 ../../any.pm_.c:281
+#: ../../any.pm_.c:318 ../../any.pm_.c:329
msgid "Default"
msgstr " "
-#: ../../any.pm_.c:278
+#: ../../any.pm_.c:326
msgid "Initrd-size"
msgstr "Initrd-"
-#: ../../any.pm_.c:280
+#: ../../any.pm_.c:328
msgid "NoVideo"
msgstr " "
-#: ../../any.pm_.c:288
+#: ../../any.pm_.c:336
msgid "Remove entry"
msgstr " "
-#: ../../any.pm_.c:291
+#: ../../any.pm_.c:339
msgid "Empty label not allowed"
msgstr " "
-#: ../../any.pm_.c:292
+#: ../../any.pm_.c:340
+msgid "You must specify a kernel image"
+msgstr ""
+
+#: ../../any.pm_.c:340
+#, fuzzy
+msgid "You must specify a root partition"
+msgstr " swap-"
+
+#: ../../any.pm_.c:341
msgid "This label is already used"
msgstr " "
-#: ../../any.pm_.c:597
+#: ../../any.pm_.c:656
#, c-format
msgid "Found %s %s interfaces"
msgstr " %s %s "
-#: ../../any.pm_.c:598
+#: ../../any.pm_.c:657
msgid "Do you have another one?"
msgstr " () ?"
-#: ../../any.pm_.c:599
+#: ../../any.pm_.c:658
#, c-format
msgid "Do you have any %s interfaces?"
msgstr " %s ?"
-#: ../../any.pm_.c:601 ../../any.pm_.c:760 ../../interactive.pm_.c:112
-#: ../../my_gtk.pm_.c:715
+#: ../../any.pm_.c:660 ../../any.pm_.c:832 ../../interactive.pm_.c:132
+#: ../../my_gtk.pm_.c:1018
msgid "No"
msgstr ""
-#: ../../any.pm_.c:601 ../../any.pm_.c:759 ../../interactive.pm_.c:112
-#: ../../my_gtk.pm_.c:715
+#: ../../any.pm_.c:660 ../../any.pm_.c:831 ../../interactive.pm_.c:132
+#: ../../my_gtk.pm_.c:1018
msgid "Yes"
msgstr ""
-#: ../../any.pm_.c:602
+#: ../../any.pm_.c:661
msgid "See hardware info"
msgstr " "
#. -PO: the first %s is the card type (scsi, network, sound,...)
#. -PO: the second is the vendor+model name
-#: ../../any.pm_.c:637
+#: ../../any.pm_.c:695
#, c-format
msgid "Installing driver for %s card %s"
msgstr " %s %s"
-#: ../../any.pm_.c:638
+#: ../../any.pm_.c:696
#, c-format
msgid "(module %s)"
msgstr "( %s)"
#. -PO: the %s is the driver type (scsi, network, sound,...)
-#: ../../any.pm_.c:649
+#: ../../any.pm_.c:707
#, c-format
msgid "Which %s driver should I try?"
msgstr " %s ?"
-#: ../../any.pm_.c:657
+#: ../../any.pm_.c:715
#, c-format
msgid ""
"In some cases, the %s driver needs to have extra information to work\n"
@@ -815,20 +864,22 @@ msgstr ""
" ? , "
" ."
-#: ../../any.pm_.c:662
+#: ../../any.pm_.c:720
msgid "Autoprobe"
msgstr " "
-#: ../../any.pm_.c:662
+#: ../../any.pm_.c:720
msgid "Specify options"
msgstr " "
-#: ../../any.pm_.c:666
+#: ../../any.pm_.c:725
#, c-format
-msgid "You may now provide its options to module %s."
-msgstr " %s."
+msgid ""
+"You may now provide its options to module %s.\n"
+"Note that any address should be entered with the prefix 0x like '0x123'"
+msgstr ""
-#: ../../any.pm_.c:672
+#: ../../any.pm_.c:731
#, c-format
msgid ""
"You may now provide its options to module %s.\n"
@@ -839,11 +890,11 @@ msgstr ""
" ``= 2=2 ...''.\n"
": ``io=0x300 irq=7''"
-#: ../../any.pm_.c:675
+#: ../../any.pm_.c:734
msgid "Module options:"
msgstr " :"
-#: ../../any.pm_.c:686
+#: ../../any.pm_.c:745
#, c-format
msgid ""
"Loading module %s failed.\n"
@@ -852,34 +903,50 @@ msgstr ""
" %s .\n"
" ?"
-#: ../../any.pm_.c:704
+#: ../../any.pm_.c:761
+msgid "access to X programs"
+msgstr ""
+
+#: ../../any.pm_.c:762
+msgid "access to rpm tools"
+msgstr ""
+
+#: ../../any.pm_.c:763
+msgid "allow \"su\""
+msgstr ""
+
+#: ../../any.pm_.c:764
+msgid "access to administrative files"
+msgstr ""
+
+#: ../../any.pm_.c:769
#, c-format
msgid "(already added %s)"
msgstr "( %s)"
-#: ../../any.pm_.c:708
+#: ../../any.pm_.c:774
msgid "This password is too simple"
msgstr " "
-#: ../../any.pm_.c:709
+#: ../../any.pm_.c:775
msgid "Please give a user name"
msgstr ", "
-#: ../../any.pm_.c:710
+#: ../../any.pm_.c:776
msgid ""
"The user name must contain only lower cased letters, numbers, `-' and `_'"
msgstr ""
" , , `-' `_'"
-#: ../../any.pm_.c:711
+#: ../../any.pm_.c:777
msgid "This user name is already added"
msgstr " "
-#: ../../any.pm_.c:715
+#: ../../any.pm_.c:781
msgid "Add user"
msgstr " "
-#: ../../any.pm_.c:716
+#: ../../any.pm_.c:782
#, c-format
msgid ""
"Enter a user\n"
@@ -888,32 +955,32 @@ msgstr ""
" \n"
"%s"
-#: ../../any.pm_.c:717
+#: ../../any.pm_.c:783
msgid "Accept user"
msgstr " "
-#: ../../any.pm_.c:728
+#: ../../any.pm_.c:794
msgid "Real name"
msgstr " "
-#: ../../any.pm_.c:729 ../../printerdrake.pm_.c:401
-#: ../../printerdrake.pm_.c:480
+#: ../../any.pm_.c:795 ../../printerdrake.pm_.c:707
+#: ../../printerdrake.pm_.c:805
msgid "User name"
msgstr " "
-#: ../../any.pm_.c:732
+#: ../../any.pm_.c:798
msgid "Shell"
msgstr ""
-#: ../../any.pm_.c:734
+#: ../../any.pm_.c:800
msgid "Icon"
msgstr ""
-#: ../../any.pm_.c:756
+#: ../../any.pm_.c:828
msgid "Autologin"
msgstr "Autologin"
-#: ../../any.pm_.c:757
+#: ../../any.pm_.c:829
msgid ""
"I can set up your computer to automatically log on one user.\n"
"Do you want to use this feature?"
@@ -922,33 +989,205 @@ msgstr ""
".\n"
" ?"
-#: ../../any.pm_.c:761
+#: ../../any.pm_.c:833
msgid "Choose the default user:"
msgstr " :"
-#: ../../any.pm_.c:762
+#: ../../any.pm_.c:834
msgid "Choose the window manager to run:"
msgstr " Windows Manager :"
-#: ../../any.pm_.c:771
-msgid "Please, choose a language to use."
+#: ../../any.pm_.c:849
+#, fuzzy
+msgid "Please choose a language to use."
msgstr ", ."
-#: ../../any.pm_.c:773
+#: ../../any.pm_.c:851
msgid "You can choose other languages that will be available after install"
msgstr " , "
-#: ../../any.pm_.c:785 ../../install_steps_interactive.pm_.c:633
+#: ../../any.pm_.c:863 ../../install_steps_interactive.pm_.c:719
+#: ../../standalone/drakxtv_.c:54
msgid "All"
msgstr ""
+#: ../../any.pm_.c:955
+#, fuzzy
+msgid "Allow all users"
+msgstr " "
+
+#: ../../any.pm_.c:955 ../../install_steps_interactive.pm_.c:521
+msgid "Custom"
+msgstr ""
+
+#: ../../any.pm_.c:955
+#, fuzzy
+msgid "No sharing"
+msgstr " "
+
+#: ../../any.pm_.c:965 ../../network/smbnfs.pm_.c:45
+#, fuzzy, c-format
+msgid "The package %s needs to be installed. Do you want to install it?"
+msgstr ""
+" \n"
+" , ?"
+
+#: ../../any.pm_.c:968
+msgid "You can export using NFS or Samba. Which one do you want"
+msgstr ""
+
+#: ../../any.pm_.c:976 ../../network/smbnfs.pm_.c:49
+#, c-format
+msgid "Mandatory package %s is missing"
+msgstr ""
+
+#: ../../any.pm_.c:982
+msgid ""
+"Do you want to allow users to export some directories in their home?\n"
+"Allowing this will permit users to simply click on \"Share\" in konqueror "
+"and nautilus.\n"
+"\n"
+"\"Custom\" permit a per-user granularity.\n"
+msgstr ""
+
+#: ../../any.pm_.c:996 ../../bootlook.pm_.c:161
+#: ../../diskdrake/smbnfs_gtk.pm_.c:85 ../../install_steps_gtk.pm_.c:464
+#: ../../install_steps_gtk.pm_.c:522 ../../install_steps_interactive.pm_.c:594
+#: ../../interactive.pm_.c:142 ../../interactive.pm_.c:317
+#: ../../interactive.pm_.c:349 ../../interactive_stdio.pm_.c:141
+#: ../../my_gtk.pm_.c:687 ../../my_gtk.pm_.c:690 ../../my_gtk.pm_.c:1019
+#: ../../network/netconnect.pm_.c:47 ../../printerdrake.pm_.c:1586
+#: ../../standalone/drakautoinst_.c:204 ../../standalone/drakbackup_.c:2264
+#: ../../standalone/drakbackup_.c:2289 ../../standalone/drakbackup_.c:2310
+#: ../../standalone/drakbackup_.c:2331 ../../standalone/drakbackup_.c:2349
+#: ../../standalone/drakbackup_.c:2397 ../../standalone/drakbackup_.c:2417
+#: ../../standalone/drakbackup_.c:2436 ../../standalone/drakfont_.c:767
+#: ../../standalone/drakgw_.c:721 ../../standalone/draknet_.c:116
+#: ../../standalone/draknet_.c:148 ../../standalone/draknet_.c:290
+#: ../../standalone/draknet_.c:538 ../../standalone/draknet_.c:680
+#: ../../standalone/logdrake_.c:225 ../../standalone/logdrake_.c:512
+#: ../../standalone/tinyfirewall_.c:65
+msgid "Cancel"
+msgstr ""
+
+#: ../../any.pm_.c:996
+msgid "Launch userdrake"
+msgstr ""
+
+#: ../../any.pm_.c:998
+msgid ""
+"The per-user sharing uses the group \"fileshare\". \n"
+"You can use userdrake to add a user in this group."
+msgstr ""
+
+#: ../../any.pm_.c:1035
+msgid "Welcome To Crackers"
+msgstr " Cracker-"
+
+#: ../../any.pm_.c:1036
+msgid "Poor"
+msgstr ""
+
+#: ../../any.pm_.c:1037 ../../mouse.pm_.c:31
+msgid "Standard"
+msgstr ""
+
+#: ../../any.pm_.c:1038
+msgid "High"
+msgstr ""
+
+#: ../../any.pm_.c:1039
+#, fuzzy
+msgid "Higher"
+msgstr ""
+
+#: ../../any.pm_.c:1040
+msgid "Paranoid"
+msgstr ""
+
+#: ../../any.pm_.c:1043
+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 ""
+" . - \n"
+", -: \n"
+" . ."
+
+#: ../../any.pm_.c:1046
+msgid ""
+"Password are now enabled, but use as a networked computer is still not "
+"recommended."
+msgstr ""
+" , "
+"."
+
+#: ../../any.pm_.c:1047
+#, fuzzy
+msgid ""
+"This is the standard security recommended for a computer that will be used "
+"to connect to the Internet as a client."
+msgstr ""
+" , \n"
+" . "
+". "
+
+#: ../../any.pm_.c:1048
+msgid ""
+"There are already some restrictions, and more automatic checks are run every "
+"night."
+msgstr ""
+
+#: ../../any.pm_.c:1049
+#, fuzzy
+msgid ""
+"With this security level, the use of this system as a server becomes "
+"possible.\n"
+"The security is now high enough to use the system as a server which accept\n"
+"connections from many clients. Note: if your machine is only a client on the "
+"Internet, you should better choose a lower level."
+msgstr ""
+" , "
+".\n"
+" \n"
+" . "
+
+#: ../../any.pm_.c:1052
+#, fuzzy
+msgid ""
+"Based on the previous level, but the system is entirely closed.\n"
+"Security features are at their maximum."
+msgstr ""
+" 4- , .\n"
+" ."
+
+#: ../../any.pm_.c:1058
+msgid "Choose security level"
+msgstr " "
+
+#: ../../any.pm_.c:1061
+msgid "Security level"
+msgstr " "
+
+#: ../../any.pm_.c:1063
+msgid "Use libsafe for servers"
+msgstr " libsafe "
+
+#: ../../any.pm_.c:1064
+msgid ""
+"A library which defends against buffer overflow and format string attacks."
+msgstr ""
+", a "
+"."
+
# NOTE: this message will be displayed at boot time; that is
# only the ascii charset will be available on most machines
# so use only 7bit for this message (and do transliteration or
# leave it in English, as it is the best for your language)
#
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#: ../../bootloader.pm_.c:259
+#: ../../bootloader.pm_.c:355
#, c-format
msgid ""
"Welcome to %s the operating system chooser!\n"
@@ -973,7 +1212,7 @@ msgstr ""
#
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:835
+#: ../../bootloader.pm_.c:928
msgid "Welcome to GRUB the operating system chooser!"
msgstr "Welcome to GRUB the operating system chooser!"
@@ -987,7 +1226,7 @@ msgstr "Welcome to GRUB the operating system chooser!"
#
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:838
+#: ../../bootloader.pm_.c:931
#, c-format
msgid "Use the %c and %c keys for selecting which entry is highlighted."
msgstr "Use the %c and %c keys for selecting which entry is highlighted."
@@ -1002,7 +1241,7 @@ msgstr "Use the %c and %c keys for selecting which entry is highlighted."
#
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:841
+#: ../../bootloader.pm_.c:934
msgid "Press enter to boot the selected OS, 'e' to edit the"
msgstr "Press enter to boot the selected OS, 'e' to edit the"
@@ -1016,7 +1255,7 @@ msgstr "Press enter to boot the selected OS, 'e' to edit the"
#
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:844
+#: ../../bootloader.pm_.c:937
msgid "commands before booting, or 'c' for a command-line."
msgstr "commands before booting, or 'c' for a command-line."
@@ -1030,27 +1269,27 @@ msgstr "commands before booting, or 'c' for a command-line."
#
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:847
+#: ../../bootloader.pm_.c:940
#, c-format
msgid "The highlighted entry will be booted automatically in %d seconds."
msgstr "The highlighted entry will be booted automatically in %d seconds."
-#: ../../bootloader.pm_.c:851
+#: ../../bootloader.pm_.c:944
msgid "not enough room in /boot"
msgstr " /boot"
#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
#. -PO: so you may need to put them in English or in a different language if MS-windows doesn't exist in your language
-#: ../../bootloader.pm_.c:951
+#: ../../bootloader.pm_.c:1044
msgid "Desktop"
msgstr ""
#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#: ../../bootloader.pm_.c:953
+#: ../../bootloader.pm_.c:1046
msgid "Start Menu"
msgstr " "
-#: ../../bootloader.pm_.c:972
+#: ../../bootloader.pm_.c:1065
#, c-format
msgid "You can't install the bootloader on a %s partition\n"
msgstr " bootloader %s\n"
@@ -1063,15 +1302,15 @@ msgstr " .\n"
msgid "Boot Style Configuration"
msgstr " "
-#: ../../bootlook.pm_.c:79
+#: ../../bootlook.pm_.c:79 ../../standalone/logdrake_.c:101
msgid "/_File"
msgstr "/_"
-#: ../../bootlook.pm_.c:80
+#: ../../bootlook.pm_.c:80 ../../standalone/logdrake_.c:107
msgid "/File/_Quit"
msgstr "//_"
-#: ../../bootlook.pm_.c:80
+#: ../../bootlook.pm_.c:80 ../../standalone/logdrake_.c:107
msgid "<control>Q"
msgstr "<>Q"
@@ -1095,11 +1334,15 @@ msgstr " Gtk+ "
msgid "Launch Aurora at boot time"
msgstr " Aurora "
-#: ../../bootlook.pm_.c:100
+#: ../../bootlook.pm_.c:98
msgid "Lilo/grub mode"
msgstr " Lilo/grub"
-#: ../../bootlook.pm_.c:102
+#: ../../bootlook.pm_.c:98
+msgid "Yaboot mode"
+msgstr " Yaboot"
+
+#: ../../bootlook.pm_.c:104
#, c-format
msgid ""
"You are currently using %s as Boot Manager.\n"
@@ -1108,100 +1351,149 @@ msgstr ""
" %s .\n"
" , ."
-#: ../../bootlook.pm_.c:104 ../../standalone/drakgw_.c:643
-#: ../../standalone/draknet_.c:280 ../../standalone/tinyfirewall_.c:57
+#: ../../bootlook.pm_.c:106 ../../standalone/drakbackup_.c:1467
+#: ../../standalone/drakbackup_.c:1478 ../../standalone/drakgw_.c:715
+#: ../../standalone/tinyfirewall_.c:59
msgid "Configure"
msgstr ""
-#: ../../bootlook.pm_.c:108
-msgid "Boot mode"
-msgstr " "
-
-#: ../../bootlook.pm_.c:136
+#: ../../bootlook.pm_.c:141
msgid "System mode"
msgstr " "
-#: ../../bootlook.pm_.c:138
+#: ../../bootlook.pm_.c:143
msgid "Launch the X-Window system at start"
msgstr " X-Window "
-#: ../../bootlook.pm_.c:143
+#: ../../bootlook.pm_.c:148
msgid "No, I don't want autologin"
msgstr ", autologin"
-#: ../../bootlook.pm_.c:145
+#: ../../bootlook.pm_.c:150
msgid "Yes, I want autologin with this (user, desktop)"
msgstr ", autologin (, )"
-#: ../../bootlook.pm_.c:155 ../../standalone/draknet_.c:108
-#: ../../standalone/draknet_.c:140 ../../standalone/draknet_.c:208
-#: ../../standalone/draknet_.c:320 ../../standalone/draknet_.c:433
-#: ../../standalone/draknet_.c:507 ../../standalone/draknet_.c:543
-#: ../../standalone/draknet_.c:644
+#: ../../bootlook.pm_.c:160 ../../network/netconnect.pm_.c:102
+#: ../../standalone/drakbackup_.c:2441 ../../standalone/drakbackup_.c:3345
+#: ../../standalone/drakfont_.c:532 ../../standalone/drakfont_.c:655
+#: ../../standalone/drakfont_.c:719 ../../standalone/drakfont_.c:765
+#: ../../standalone/draknet_.c:109 ../../standalone/draknet_.c:141
+#: ../../standalone/draknet_.c:297 ../../standalone/draknet_.c:436
+#: ../../standalone/draknet_.c:522 ../../standalone/draknet_.c:565
+#: ../../standalone/draknet_.c:666 ../../standalone/logdrake_.c:505
msgid "OK"
msgstr "OK"
-#: ../../bootlook.pm_.c:156 ../../install_steps_gtk.pm_.c:516
-#: ../../interactive.pm_.c:122 ../../interactive.pm_.c:286
-#: ../../interactive.pm_.c:308 ../../interactive_stdio.pm_.c:27
-#: ../../my_gtk.pm_.c:416 ../../my_gtk.pm_.c:419 ../../my_gtk.pm_.c:716
-#: ../../printerdrake.pm_.c:1158 ../../standalone/drakgw_.c:648
-#: ../../standalone/draknet_.c:115 ../../standalone/draknet_.c:147
-#: ../../standalone/draknet_.c:313 ../../standalone/draknet_.c:519
-#: ../../standalone/draknet_.c:658 ../../standalone/tinyfirewall_.c:63
-msgid "Cancel"
-msgstr ""
-
-#: ../../bootlook.pm_.c:224
+#: ../../bootlook.pm_.c:229
#, c-format
msgid "can not open /etc/inittab for reading: %s"
msgstr " /etc/inittab : %s"
-#: ../../bootlook.pm_.c:336 ../../standalone/drakboot_.c:47
-msgid "Installation of LILO failed. The following error occured:"
-msgstr " LILO . :"
-
-#: ../../common.pm_.c:93
+#: ../../common.pm_.c:94
msgid "GB"
msgstr ""
-#: ../../common.pm_.c:93
+#: ../../common.pm_.c:94
msgid "KB"
msgstr ""
-#: ../../common.pm_.c:93 ../../install_steps_graphical.pm_.c:287
-#: ../../install_steps_graphical.pm_.c:334
+#: ../../common.pm_.c:94
msgid "MB"
msgstr ""
-#: ../../common.pm_.c:101
+#: ../../common.pm_.c:102
msgid "TB"
msgstr ""
-#: ../../common.pm_.c:109
+#: ../../common.pm_.c:110
#, c-format
msgid "%d minutes"
msgstr "%d "
-#: ../../common.pm_.c:111
+#: ../../common.pm_.c:112
msgid "1 minute"
msgstr "1 "
-#: ../../common.pm_.c:113
+#: ../../common.pm_.c:114
#, c-format
msgid "%d seconds"
msgstr "%d "
-#: ../../diskdrake.pm_.c:100
+#: ../../common.pm_.c:159
+#, fuzzy
+msgid "Can't make screenshots before partitioning"
+msgstr " "
+
+#: ../../common.pm_.c:166
+#, fuzzy, c-format
+msgid "Screenshots will be available after install in %s"
+msgstr " , "
+
+#: ../../crypto.pm_.c:12 ../../crypto.pm_.c:26 ../../standalone/drakxtv_.c:50
+msgid "France"
+msgstr ""
+
+#: ../../crypto.pm_.c:13
+msgid "Costa Rica"
+msgstr ""
+
+#: ../../crypto.pm_.c:14 ../../crypto.pm_.c:27
+#, fuzzy
+msgid "Belgium"
+msgstr ""
+
+#: ../../crypto.pm_.c:15 ../../crypto.pm_.c:28
+msgid "Czech Republic"
+msgstr ""
+
+#: ../../crypto.pm_.c:16 ../../crypto.pm_.c:29
+#, fuzzy
+msgid "Germany"
+msgstr ""
+
+#: ../../crypto.pm_.c:17 ../../crypto.pm_.c:30
+#, fuzzy
+msgid "Greece"
+msgstr ""
+
+#: ../../crypto.pm_.c:18 ../../crypto.pm_.c:31
+#, fuzzy
+msgid "Norway"
+msgstr ""
+
+#: ../../crypto.pm_.c:19 ../../crypto.pm_.c:32
+#, fuzzy
+msgid "Sweden"
+msgstr ""
+
+#: ../../crypto.pm_.c:20 ../../crypto.pm_.c:34
+msgid "Netherlands"
+msgstr ""
+
+#: ../../crypto.pm_.c:21 ../../crypto.pm_.c:35 ../../standalone/drakxtv_.c:50
+#, fuzzy
+msgid "Italy"
+msgstr ""
+
+#: ../../crypto.pm_.c:22 ../../crypto.pm_.c:36
+#, fuzzy
+msgid "Austria"
+msgstr ""
+
+#: ../../crypto.pm_.c:33 ../../crypto.pm_.c:67
+msgid "United States"
+msgstr ""
+
+#: ../../diskdrake/hd_gtk.pm_.c:94
msgid "Please make a backup of your data first"
msgstr " backup "
-#: ../../diskdrake.pm_.c:100 ../../diskdrake_interactive.pm_.c:801
-#: ../../diskdrake_interactive.pm_.c:810 ../../diskdrake_interactive.pm_.c:864
+#: ../../diskdrake/hd_gtk.pm_.c:94 ../../diskdrake/interactive.pm_.c:891
+#: ../../diskdrake/interactive.pm_.c:900 ../../diskdrake/interactive.pm_.c:954
msgid "Read carefully!"
msgstr " !"
-#: ../../diskdrake.pm_.c:103
+#: ../../diskdrake/hd_gtk.pm_.c:97
msgid ""
"If you plan to use aboot, be carefull to leave a free space (2048 sectors is "
"enough)\n"
@@ -1211,54 +1503,23 @@ msgstr ""
"\n"
" ) "
-#: ../../diskdrake.pm_.c:122 ../../diskdrake_interactive.pm_.c:313
-#: ../../diskdrake_interactive.pm_.c:328 ../../install_steps.pm_.c:72
-#: ../../install_steps_interactive.pm_.c:37
-#: ../../install_steps_interactive.pm_.c:310 ../../interactive_http.pm_.c:119
-#: ../../interactive_http.pm_.c:120 ../../standalone/diskdrake_.c:62
+#: ../../diskdrake/hd_gtk.pm_.c:116 ../../diskdrake/interactive.pm_.c:325
+#: ../../diskdrake/interactive.pm_.c:340 ../../diskdrake/smbnfs_gtk.pm_.c:45
+#: ../../install_steps.pm_.c:75 ../../install_steps_interactive.pm_.c:67
+#: ../../install_steps_interactive.pm_.c:356 ../../interactive_http.pm_.c:119
+#: ../../interactive_http.pm_.c:120 ../../standalone/diskdrake_.c:84
msgid "Error"
msgstr ""
-#: ../../diskdrake.pm_.c:159
+#: ../../diskdrake/hd_gtk.pm_.c:151
msgid "Wizard"
msgstr ""
-#: ../../diskdrake.pm_.c:181
-msgid "New"
-msgstr ""
-
-#: ../../diskdrake.pm_.c:203 ../../diskdrake.pm_.c:206
-msgid "Remote"
-msgstr ""
-
-#: ../../diskdrake.pm_.c:208 ../../diskdrake.pm_.c:479
-#: ../../diskdrake_interactive.pm_.c:352 ../../diskdrake_interactive.pm_.c:523
-msgid "Mount point"
-msgstr " "
-
-#: ../../diskdrake.pm_.c:209
-msgid "Options"
-msgstr ""
-
-#: ../../diskdrake.pm_.c:211 ../../diskdrake.pm_.c:417
-#: ../../diskdrake.pm_.c:534 ../../diskdrake_interactive.pm_.c:353
-#: ../../diskdrake_interactive.pm_.c:488
-msgid "Type"
-msgstr ""
-
-#: ../../diskdrake.pm_.c:223 ../../diskdrake_interactive.pm_.c:361
-msgid "Unmount"
-msgstr ""
-
-#: ../../diskdrake.pm_.c:224 ../../diskdrake_interactive.pm_.c:357
-msgid "Mount"
-msgstr ""
-
-#: ../../diskdrake.pm_.c:228
+#: ../../diskdrake/hd_gtk.pm_.c:181 ../../diskdrake/removable_gtk.pm_.c:24
msgid "Choose action"
msgstr " "
-#: ../../diskdrake.pm_.c:235
+#: ../../diskdrake/hd_gtk.pm_.c:185
msgid ""
"You have one big FAT partition\n"
"(generally used by MicroSoft Dos/Windows).\n"
@@ -1270,219 +1531,144 @@ msgstr ""
" \n"
"( , \" \")"
-#: ../../diskdrake.pm_.c:238
+#: ../../diskdrake/hd_gtk.pm_.c:188
msgid "Please click on a partition"
msgstr ", "
-#: ../../diskdrake.pm_.c:240
-msgid "Please click on a media"
-msgstr ", "
-
-#: ../../diskdrake.pm_.c:243
-msgid ""
-"Please click on a button above\n"
-"\n"
-"Or use \"New\""
-msgstr ""
-", -\n"
-"\n"
-" \"\""
-
-#: ../../diskdrake.pm_.c:244
-msgid "Use \"New\""
-msgstr " \"\""
-
-#: ../../diskdrake.pm_.c:263 ../../install_steps_gtk.pm_.c:517
+#: ../../diskdrake/hd_gtk.pm_.c:202 ../../diskdrake/smbnfs_gtk.pm_.c:67
+#: ../../install_steps_gtk.pm_.c:523
msgid "Details"
msgstr ""
-#: ../../diskdrake.pm_.c:395
+#: ../../diskdrake/hd_gtk.pm_.c:320
msgid "Ext2"
msgstr "Ext2"
-#: ../../diskdrake.pm_.c:395
+#: ../../diskdrake/hd_gtk.pm_.c:320
msgid "FAT"
msgstr "FAT"
-#: ../../diskdrake.pm_.c:395
+#: ../../diskdrake/hd_gtk.pm_.c:320
msgid "HFS"
msgstr "HFS"
-#: ../../diskdrake.pm_.c:395
+#: ../../diskdrake/hd_gtk.pm_.c:320
msgid "Journalised FS"
msgstr " FS"
-#: ../../diskdrake.pm_.c:395
+#: ../../diskdrake/hd_gtk.pm_.c:320
msgid "SunOS"
msgstr "SunOS"
-#: ../../diskdrake.pm_.c:395
+#: ../../diskdrake/hd_gtk.pm_.c:320
msgid "Swap"
msgstr "Swap"
-#: ../../diskdrake.pm_.c:396 ../../diskdrake_interactive.pm_.c:952
+#: ../../diskdrake/hd_gtk.pm_.c:321 ../../diskdrake/interactive.pm_.c:1050
msgid "Empty"
msgstr ""
-#: ../../diskdrake.pm_.c:396 ../../install_steps_gtk.pm_.c:373
-#: ../../install_steps_gtk.pm_.c:433 ../../mouse.pm_.c:161
-#: ../../services.pm_.c:161
+#: ../../diskdrake/hd_gtk.pm_.c:321 ../../install_steps_gtk.pm_.c:379
+#: ../../install_steps_gtk.pm_.c:439 ../../mouse.pm_.c:162
+#: ../../services.pm_.c:157 ../../standalone/drakbackup_.c:944
msgid "Other"
msgstr ""
-#: ../../diskdrake.pm_.c:400
+#: ../../diskdrake/hd_gtk.pm_.c:325
msgid "Filesystem types:"
msgstr " :"
-#: ../../diskdrake.pm_.c:417 ../../diskdrake_interactive.pm_.c:375
+#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/interactive.pm_.c:386
msgid "Create"
msgstr ""
-#: ../../diskdrake.pm_.c:417 ../../diskdrake.pm_.c:419
+#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/interactive.pm_.c:365
+#: ../../diskdrake/interactive.pm_.c:499 ../../diskdrake/removable.pm_.c:26
+#: ../../diskdrake/removable.pm_.c:49 ../../diskdrake/removable_gtk.pm_.c:17
+msgid "Type"
+msgstr ""
+
+#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/hd_gtk.pm_.c:344
#, c-format
msgid "Use ``%s'' instead"
msgstr " ``%s''"
-#: ../../diskdrake.pm_.c:419 ../../diskdrake_interactive.pm_.c:362
+#: ../../diskdrake/hd_gtk.pm_.c:344 ../../diskdrake/interactive.pm_.c:374
msgid "Delete"
msgstr ""
-#: ../../diskdrake.pm_.c:423
+#: ../../diskdrake/hd_gtk.pm_.c:348
msgid "Use ``Unmount'' first"
msgstr " ''"
-#: ../../diskdrake.pm_.c:424 ../../diskdrake_interactive.pm_.c:480
+#: ../../diskdrake/hd_gtk.pm_.c:349 ../../diskdrake/interactive.pm_.c:491
#, c-format
msgid ""
"After changing type of partition %s, all data on this partition will be lost"
msgstr ""
" %s, "
-#: ../../diskdrake.pm_.c:478 ../../diskdrake_interactive.pm_.c:522
-#, c-format
-msgid "Where do you want to mount device %s?"
-msgstr " %s ?"
-
-#: ../../diskdrake.pm_.c:500
-msgid "Mount options"
-msgstr " mount:"
-
-#: ../../diskdrake.pm_.c:507
-msgid "Various"
-msgstr ""
-
-#: ../../diskdrake.pm_.c:525
-msgid "Removable media"
-msgstr " "
-
-#: ../../diskdrake.pm_.c:532
-msgid "Change type"
-msgstr " "
-
-#: ../../diskdrake.pm_.c:533 ../../diskdrake_interactive.pm_.c:487
-msgid "Which filesystem do you want?"
-msgstr " ?"
-
-#: ../../diskdrake.pm_.c:564
-msgid "Scanning available nfs shared resource"
-msgstr " NFS "
-
-#: ../../diskdrake.pm_.c:569
-#, c-format
-msgid "Scanning available nfs shared resource of server %s"
-msgstr " NFS %s"
-
-#: ../../diskdrake.pm_.c:578 ../../diskdrake.pm_.c:648
-msgid "If the list above doesn't contain the wanted entry, enter it here:"
-msgstr " - , :"
-
-#: ../../diskdrake.pm_.c:581 ../../diskdrake.pm_.c:651
-msgid "Server"
-msgstr ""
-
-#: ../../diskdrake.pm_.c:582 ../../diskdrake.pm_.c:652
-msgid "Shared resource"
-msgstr " "
-
-#: ../../diskdrake.pm_.c:615
-msgid "Scanning available samba shared resource"
-msgstr " SAMBA "
-
-#: ../../diskdrake.pm_.c:626 ../../diskdrake.pm_.c:639
-#, c-format
-msgid "Scanning available samba shared resource of server %s"
-msgstr " SAMBA %s"
-
-#: ../../diskdrake_interactive.pm_.c:163
+#: ../../diskdrake/interactive.pm_.c:171
msgid "Choose a partition"
msgstr " "
-#: ../../diskdrake_interactive.pm_.c:163
+#: ../../diskdrake/interactive.pm_.c:171
msgid "Choose another partition"
msgstr " "
-#: ../../diskdrake_interactive.pm_.c:188
+#: ../../diskdrake/interactive.pm_.c:196
msgid "Exit"
msgstr ""
-#: ../../diskdrake_interactive.pm_.c:210
+#: ../../diskdrake/interactive.pm_.c:218
msgid "Toggle to expert mode"
msgstr " "
-#: ../../diskdrake_interactive.pm_.c:210
+#: ../../diskdrake/interactive.pm_.c:218
msgid "Toggle to normal mode"
msgstr " "
-#: ../../diskdrake_interactive.pm_.c:210
+#: ../../diskdrake/interactive.pm_.c:218
msgid "Undo"
msgstr ""
-#: ../../diskdrake_interactive.pm_.c:229
+#: ../../diskdrake/interactive.pm_.c:237
msgid "Continue anyway?"
msgstr " ?"
-#: ../../diskdrake_interactive.pm_.c:234
+#: ../../diskdrake/interactive.pm_.c:242
msgid "Quit without saving"
msgstr " "
-#: ../../diskdrake_interactive.pm_.c:234
+#: ../../diskdrake/interactive.pm_.c:242
msgid "Quit without writing the partition table?"
msgstr ", ?"
-#: ../../diskdrake_interactive.pm_.c:237
+#: ../../diskdrake/interactive.pm_.c:247
msgid "Do you want to save /etc/fstab modifications"
msgstr " /etc/fstab"
-#: ../../diskdrake_interactive.pm_.c:247
+#: ../../diskdrake/interactive.pm_.c:259
msgid "Auto allocate"
msgstr " "
-#: ../../diskdrake_interactive.pm_.c:247
+#: ../../diskdrake/interactive.pm_.c:259
msgid "Clear all"
msgstr " "
-#: ../../diskdrake_interactive.pm_.c:247
-#: ../../install_steps_interactive.pm_.c:171
-msgid "More"
-msgstr ""
-
-#: ../../diskdrake_interactive.pm_.c:250
+#: ../../diskdrake/interactive.pm_.c:262
msgid "Hard drive information"
msgstr " "
-#: ../../diskdrake_interactive.pm_.c:267
-msgid "Not enough space for auto-allocating"
-msgstr " "
-
-#: ../../diskdrake_interactive.pm_.c:273
+#: ../../diskdrake/interactive.pm_.c:283
msgid "All primary partitions are used"
msgstr " "
-#: ../../diskdrake_interactive.pm_.c:274
+#: ../../diskdrake/interactive.pm_.c:284
msgid "I can't add any more partition"
msgstr " "
-#: ../../diskdrake_interactive.pm_.c:275
+#: ../../diskdrake/interactive.pm_.c:285
msgid ""
"To have more partitions, please delete one to be able to create an extended "
"partition"
@@ -1490,31 +1676,31 @@ msgstr ""
" , , "
" "
-#: ../../diskdrake_interactive.pm_.c:285
+#: ../../diskdrake/interactive.pm_.c:295
msgid "Save partition table"
msgstr " "
-#: ../../diskdrake_interactive.pm_.c:286
+#: ../../diskdrake/interactive.pm_.c:296
msgid "Restore partition table"
msgstr " "
-#: ../../diskdrake_interactive.pm_.c:287
+#: ../../diskdrake/interactive.pm_.c:297
msgid "Rescue partition table"
msgstr " "
-#: ../../diskdrake_interactive.pm_.c:289
+#: ../../diskdrake/interactive.pm_.c:299
msgid "Reload partition table"
msgstr " "
-#: ../../diskdrake_interactive.pm_.c:293
+#: ../../diskdrake/interactive.pm_.c:304
msgid "Removable media automounting"
msgstr " "
-#: ../../diskdrake_interactive.pm_.c:301 ../../diskdrake_interactive.pm_.c:321
+#: ../../diskdrake/interactive.pm_.c:313 ../../diskdrake/interactive.pm_.c:333
msgid "Select file"
msgstr " "
-#: ../../diskdrake_interactive.pm_.c:308
+#: ../../diskdrake/interactive.pm_.c:320
msgid ""
"The backup partition table has not the same size\n"
"Still continue?"
@@ -1522,11 +1708,11 @@ msgstr ""
" \n"
" ?"
-#: ../../diskdrake_interactive.pm_.c:322
+#: ../../diskdrake/interactive.pm_.c:334
msgid "Warning"
msgstr ""
-#: ../../diskdrake_interactive.pm_.c:323
+#: ../../diskdrake/interactive.pm_.c:335
msgid ""
"Insert a floppy in drive\n"
"All data on this floppy will be lost"
@@ -1534,97 +1720,122 @@ msgstr ""
" \n"
" , , "
-#: ../../diskdrake_interactive.pm_.c:334
+#: ../../diskdrake/interactive.pm_.c:346
msgid "Trying to rescue partition table"
msgstr " "
-#: ../../diskdrake_interactive.pm_.c:340
+#: ../../diskdrake/interactive.pm_.c:352
msgid "Detailed information"
msgstr " "
-#: ../../diskdrake_interactive.pm_.c:354 ../../diskdrake_interactive.pm_.c:590
+#: ../../diskdrake/interactive.pm_.c:364 ../../diskdrake/interactive.pm_.c:534
+#: ../../diskdrake/interactive.pm_.c:554 ../../diskdrake/removable.pm_.c:24
+#: ../../diskdrake/removable_gtk.pm_.c:15 ../../diskdrake/smbnfs_gtk.pm_.c:83
+msgid "Mount point"
+msgstr " "
+
+#: ../../diskdrake/interactive.pm_.c:366 ../../diskdrake/removable.pm_.c:25
+#: ../../diskdrake/removable_gtk.pm_.c:16 ../../diskdrake/smbnfs_gtk.pm_.c:84
+msgid "Options"
+msgstr ""
+
+#: ../../diskdrake/interactive.pm_.c:367 ../../diskdrake/interactive.pm_.c:621
msgid "Resize"
msgstr " "
-#: ../../diskdrake_interactive.pm_.c:355 ../../diskdrake_interactive.pm_.c:630
+#: ../../diskdrake/interactive.pm_.c:368 ../../diskdrake/interactive.pm_.c:674
msgid "Move"
msgstr ""
-#: ../../diskdrake_interactive.pm_.c:356
+#: ../../diskdrake/interactive.pm_.c:369
msgid "Format"
msgstr ""
-#: ../../diskdrake_interactive.pm_.c:358
-msgid "Active"
-msgstr ""
+#: ../../diskdrake/interactive.pm_.c:370 ../../diskdrake/smbnfs_gtk.pm_.c:80
+msgid "Mount"
+msgstr ""
-#: ../../diskdrake_interactive.pm_.c:359
+#: ../../diskdrake/interactive.pm_.c:371
msgid "Add to RAID"
msgstr " RAID"
-#: ../../diskdrake_interactive.pm_.c:360
+#: ../../diskdrake/interactive.pm_.c:372
msgid "Add to LVM"
msgstr " LVM"
-#: ../../diskdrake_interactive.pm_.c:363
+#: ../../diskdrake/interactive.pm_.c:373 ../../diskdrake/smbnfs_gtk.pm_.c:79
+msgid "Unmount"
+msgstr ""
+
+#: ../../diskdrake/interactive.pm_.c:375
msgid "Remove from RAID"
msgstr " RAID"
-#: ../../diskdrake_interactive.pm_.c:364
+#: ../../diskdrake/interactive.pm_.c:376
msgid "Remove from LVM"
msgstr " LVM"
-#: ../../diskdrake_interactive.pm_.c:365
+#: ../../diskdrake/interactive.pm_.c:377
msgid "Modify RAID"
msgstr " RAID"
-#: ../../diskdrake_interactive.pm_.c:366
+#: ../../diskdrake/interactive.pm_.c:378
msgid "Use for loopback"
msgstr " loopback"
-#: ../../diskdrake_interactive.pm_.c:409
+#: ../../diskdrake/interactive.pm_.c:417
msgid "Create a new partition"
msgstr " "
-#: ../../diskdrake_interactive.pm_.c:412
+#: ../../diskdrake/interactive.pm_.c:420
msgid "Start sector: "
msgstr " : "
-#: ../../diskdrake_interactive.pm_.c:414 ../../diskdrake_interactive.pm_.c:732
+#: ../../diskdrake/interactive.pm_.c:422 ../../diskdrake/interactive.pm_.c:773
msgid "Size in MB: "
msgstr " MB: "
-#: ../../diskdrake_interactive.pm_.c:415 ../../diskdrake_interactive.pm_.c:733
+#: ../../diskdrake/interactive.pm_.c:423 ../../diskdrake/interactive.pm_.c:774
msgid "Filesystem type: "
msgstr " : "
-#: ../../diskdrake_interactive.pm_.c:416 ../../diskdrake_interactive.pm_.c:936
-#: ../../diskdrake_interactive.pm_.c:1010
+#: ../../diskdrake/interactive.pm_.c:424
+#: ../../diskdrake/interactive.pm_.c:1034
+#: ../../diskdrake/interactive.pm_.c:1108
msgid "Mount point: "
msgstr " : "
-#: ../../diskdrake_interactive.pm_.c:420
+#: ../../diskdrake/interactive.pm_.c:428
msgid "Preference: "
msgstr ": "
-#: ../../diskdrake_interactive.pm_.c:462
+#: ../../diskdrake/interactive.pm_.c:472
msgid "Remove the loopback file?"
msgstr " loopback ?"
-#: ../../diskdrake_interactive.pm_.c:486
+#: ../../diskdrake/interactive.pm_.c:497
msgid "Change partition type"
msgstr " "
-#: ../../diskdrake_interactive.pm_.c:491
+#: ../../diskdrake/interactive.pm_.c:498 ../../diskdrake/removable.pm_.c:48
+msgid "Which filesystem do you want?"
+msgstr " ?"
+
+#: ../../diskdrake/interactive.pm_.c:502
msgid "Switching from ext2 to ext3"
msgstr " ext2 ext3"
-#: ../../diskdrake_interactive.pm_.c:521
+#: ../../diskdrake/interactive.pm_.c:532
#, c-format
msgid "Where do you want to mount loopback file %s?"
msgstr " loopback- %s ?"
-#: ../../diskdrake_interactive.pm_.c:528
+#: ../../diskdrake/interactive.pm_.c:533 ../../diskdrake/interactive.pm_.c:553
+#, c-format
+msgid "Where do you want to mount device %s?"
+msgstr " %s ?"
+
+#: ../../diskdrake/interactive.pm_.c:539
msgid ""
"Can't unset mount point as this partition is used for loop back.\n"
"Remove the loopback first"
@@ -1633,118 +1844,126 @@ msgstr ""
"loopback.\n"
" loopback"
-#: ../../diskdrake_interactive.pm_.c:549
+#: ../../diskdrake/interactive.pm_.c:577
msgid "Computing FAT filesystem bounds"
msgstr " fat "
-#: ../../diskdrake_interactive.pm_.c:549 ../../diskdrake_interactive.pm_.c:605
-#: ../../install_interactive.pm_.c:116
+#: ../../diskdrake/interactive.pm_.c:577 ../../diskdrake/interactive.pm_.c:636
+#: ../../install_interactive.pm_.c:130
msgid "Resizing"
msgstr " "
-#: ../../diskdrake_interactive.pm_.c:578
+#: ../../diskdrake/interactive.pm_.c:609
msgid "This partition is not resizeable"
msgstr " "
-#: ../../diskdrake_interactive.pm_.c:583
+#: ../../diskdrake/interactive.pm_.c:614
msgid "All data on this partition should be backed-up"
msgstr " "
-#: ../../diskdrake_interactive.pm_.c:585
+#: ../../diskdrake/interactive.pm_.c:616
#, c-format
msgid "After resizing partition %s, all data on this partition will be lost"
msgstr ""
" %s, te "
-#: ../../diskdrake_interactive.pm_.c:590
+#: ../../diskdrake/interactive.pm_.c:621
msgid "Choose the new size"
msgstr " "
-#: ../../diskdrake_interactive.pm_.c:591
+#: ../../diskdrake/interactive.pm_.c:622
msgid "New size in MB: "
msgstr " MB: "
-#: ../../diskdrake_interactive.pm_.c:631
+#: ../../diskdrake/interactive.pm_.c:675
msgid "Which disk do you want to move it to?"
msgstr " ?"
-#: ../../diskdrake_interactive.pm_.c:632
+#: ../../diskdrake/interactive.pm_.c:676
msgid "Sector"
msgstr ""
-#: ../../diskdrake_interactive.pm_.c:633
+#: ../../diskdrake/interactive.pm_.c:677
msgid "Which sector do you want to move it to?"
msgstr " ?"
-#: ../../diskdrake_interactive.pm_.c:636
+#: ../../diskdrake/interactive.pm_.c:680
msgid "Moving"
msgstr ""
-#: ../../diskdrake_interactive.pm_.c:636
+#: ../../diskdrake/interactive.pm_.c:680
msgid "Moving partition..."
msgstr " ... "
-#: ../../diskdrake_interactive.pm_.c:657
+#: ../../diskdrake/interactive.pm_.c:697
msgid "Choose an existing RAID to add to"
msgstr " RAID "
-#: ../../diskdrake_interactive.pm_.c:658 ../../diskdrake_interactive.pm_.c:676
+#: ../../diskdrake/interactive.pm_.c:698 ../../diskdrake/interactive.pm_.c:716
msgid "new"
msgstr ""
-#: ../../diskdrake_interactive.pm_.c:674
+#: ../../diskdrake/interactive.pm_.c:714
msgid "Choose an existing LVM to add to"
msgstr " LVM "
-#: ../../diskdrake_interactive.pm_.c:679
+#: ../../diskdrake/interactive.pm_.c:719
msgid "LVM name?"
msgstr "LVM ?"
-#: ../../diskdrake_interactive.pm_.c:718
+#: ../../diskdrake/interactive.pm_.c:759
msgid "This partition can't be used for loopback"
msgstr " loopback"
-#: ../../diskdrake_interactive.pm_.c:730
+#: ../../diskdrake/interactive.pm_.c:771
msgid "Loopback"
msgstr "Loopback"
-#: ../../diskdrake_interactive.pm_.c:731
+#: ../../diskdrake/interactive.pm_.c:772
msgid "Loopback file name: "
msgstr " loopback : "
-#: ../../diskdrake_interactive.pm_.c:736
+#: ../../diskdrake/interactive.pm_.c:777
msgid "Give a file name"
msgstr " "
-#: ../../diskdrake_interactive.pm_.c:739
+#: ../../diskdrake/interactive.pm_.c:780
msgid "File already used by another loopback, choose another one"
msgstr " loopback, ."
-#: ../../diskdrake_interactive.pm_.c:740
+#: ../../diskdrake/interactive.pm_.c:781
msgid "File already exists. Use it?"
msgstr " . ?"
-#: ../../diskdrake_interactive.pm_.c:784
+#: ../../diskdrake/interactive.pm_.c:804
+msgid "Mount options"
+msgstr " mount:"
+
+#: ../../diskdrake/interactive.pm_.c:811
+msgid "Various"
+msgstr ""
+
+#: ../../diskdrake/interactive.pm_.c:874
msgid "device"
msgstr ""
-#: ../../diskdrake_interactive.pm_.c:785
+#: ../../diskdrake/interactive.pm_.c:875
msgid "level"
msgstr ""
-#: ../../diskdrake_interactive.pm_.c:786
+#: ../../diskdrake/interactive.pm_.c:876
msgid "chunk size"
msgstr " "
-#: ../../diskdrake_interactive.pm_.c:801
+#: ../../diskdrake/interactive.pm_.c:891
msgid "Be careful: this operation is dangerous."
msgstr ": "
-#: ../../diskdrake_interactive.pm_.c:816
+#: ../../diskdrake/interactive.pm_.c:906
msgid "What type of partitioning?"
msgstr " ?"
-#: ../../diskdrake_interactive.pm_.c:834
+#: ../../diskdrake/interactive.pm_.c:924
msgid ""
"Sorry I won't accept to create /boot so far onto the drive (on a cylinder > "
"1024).\n"
@@ -1756,7 +1975,7 @@ msgstr ""
" LILO , LILO "
" /boot"
-#: ../../diskdrake_interactive.pm_.c:838
+#: ../../diskdrake/interactive.pm_.c:928
msgid ""
"The partition you've selected to add as root (/) is physically located "
"beyond\n"
@@ -1768,7 +1987,7 @@ msgstr ""
" boot LILO, \n"
" /boot "
-#: ../../diskdrake_interactive.pm_.c:844
+#: ../../diskdrake/interactive.pm_.c:934
msgid ""
"You've selected a software RAID partition as root (/).\n"
"No bootloader is able to handle this without a /boot partition.\n"
@@ -1778,44 +1997,44 @@ msgstr ""
" , /boot .\n"
" /boot "
-#: ../../diskdrake_interactive.pm_.c:864
+#: ../../diskdrake/interactive.pm_.c:954
#, c-format
msgid "Partition table of drive %s is going to be written to disk!"
msgstr " %s !"
-#: ../../diskdrake_interactive.pm_.c:868
+#: ../../diskdrake/interactive.pm_.c:958
msgid "You'll need to reboot before the modification can take place"
msgstr " , "
-#: ../../diskdrake_interactive.pm_.c:879
+#: ../../diskdrake/interactive.pm_.c:969
#, c-format
msgid "After formatting partition %s, all data on this partition will be lost"
msgstr " %s, "
-#: ../../diskdrake_interactive.pm_.c:881
+#: ../../diskdrake/interactive.pm_.c:971
msgid "Formatting"
msgstr ""
-#: ../../diskdrake_interactive.pm_.c:882
+#: ../../diskdrake/interactive.pm_.c:972
#, c-format
msgid "Formatting loopback file %s"
msgstr " loopback %s"
-#: ../../diskdrake_interactive.pm_.c:883
-#: ../../install_steps_interactive.pm_.c:419
+#: ../../diskdrake/interactive.pm_.c:973
+#: ../../install_steps_interactive.pm_.c:465
#, c-format
msgid "Formatting partition %s"
msgstr " %s"
-#: ../../diskdrake_interactive.pm_.c:894
+#: ../../diskdrake/interactive.pm_.c:984
msgid "Hide files"
msgstr " "
-#: ../../diskdrake_interactive.pm_.c:894
+#: ../../diskdrake/interactive.pm_.c:984
msgid "Move files to the new partition"
msgstr " "
-#: ../../diskdrake_interactive.pm_.c:895
+#: ../../diskdrake/interactive.pm_.c:985
#, c-format
msgid ""
"Directory %s already contain some data\n"
@@ -1824,76 +2043,83 @@ msgstr ""
" %s \n"
"(%s)"
-#: ../../diskdrake_interactive.pm_.c:906
+#: ../../diskdrake/interactive.pm_.c:996
msgid "Moving files to the new partition"
msgstr " "
-#: ../../diskdrake_interactive.pm_.c:910
+#: ../../diskdrake/interactive.pm_.c:1000
#, c-format
msgid "Copying %s"
msgstr " %s"
-#: ../../diskdrake_interactive.pm_.c:914
+#: ../../diskdrake/interactive.pm_.c:1004
#, c-format
msgid "Removing %s"
msgstr " %s"
-#: ../../diskdrake_interactive.pm_.c:937 ../../diskdrake_interactive.pm_.c:996
+#: ../../diskdrake/interactive.pm_.c:1014
+#, c-format
+msgid "partition %s is now known as %s"
+msgstr ""
+
+#: ../../diskdrake/interactive.pm_.c:1035
+#: ../../diskdrake/interactive.pm_.c:1094
msgid "Device: "
msgstr ": "
-#: ../../diskdrake_interactive.pm_.c:938
+#: ../../diskdrake/interactive.pm_.c:1036
#, c-format
msgid "DOS drive letter: %s (just a guess)\n"
msgstr " DOS: %s ( )\n"
-#: ../../diskdrake_interactive.pm_.c:942 ../../diskdrake_interactive.pm_.c:950
-#: ../../diskdrake_interactive.pm_.c:1014
+#: ../../diskdrake/interactive.pm_.c:1040
+#: ../../diskdrake/interactive.pm_.c:1048
+#: ../../diskdrake/interactive.pm_.c:1112
msgid "Type: "
msgstr ": "
-#: ../../diskdrake_interactive.pm_.c:946
+#: ../../diskdrake/interactive.pm_.c:1044
msgid "Name: "
msgstr ": "
-#: ../../diskdrake_interactive.pm_.c:954
+#: ../../diskdrake/interactive.pm_.c:1052
#, c-format
msgid "Start: sector %s\n"
msgstr ": %s\n"
-#: ../../diskdrake_interactive.pm_.c:955
+#: ../../diskdrake/interactive.pm_.c:1053
#, c-format
msgid "Size: %s"
msgstr ": %s"
-#: ../../diskdrake_interactive.pm_.c:957
+#: ../../diskdrake/interactive.pm_.c:1055
#, c-format
msgid ", %s sectors"
msgstr ", %s "
-#: ../../diskdrake_interactive.pm_.c:959
-#, c-format
-msgid "Cylinder %d to cylinder %d\n"
+#: ../../diskdrake/interactive.pm_.c:1057
+#, fuzzy, c-format
+msgid "Cylinder %d to %d\n"
msgstr " %d %d\n"
-#: ../../diskdrake_interactive.pm_.c:960
+#: ../../diskdrake/interactive.pm_.c:1058
msgid "Formatted\n"
msgstr "\n"
-#: ../../diskdrake_interactive.pm_.c:961
+#: ../../diskdrake/interactive.pm_.c:1059
msgid "Not formatted\n"
msgstr "\n"
-#: ../../diskdrake_interactive.pm_.c:962
+#: ../../diskdrake/interactive.pm_.c:1060
msgid "Mounted\n"
msgstr "\n"
-#: ../../diskdrake_interactive.pm_.c:963
+#: ../../diskdrake/interactive.pm_.c:1061
#, c-format
msgid "RAID md%s\n"
msgstr "RAID md%s\n"
-#: ../../diskdrake_interactive.pm_.c:965
+#: ../../diskdrake/interactive.pm_.c:1063
#, c-format
msgid ""
"Loopback file(s):\n"
@@ -1902,7 +2128,7 @@ msgstr ""
"Loopback ():\n"
" %s\n"
-#: ../../diskdrake_interactive.pm_.c:966
+#: ../../diskdrake/interactive.pm_.c:1064
msgid ""
"Partition booted by default\n"
" (for MS-DOS boot, not for lilo)\n"
@@ -1910,27 +2136,27 @@ msgstr ""
", \n"
" ( MS-DOS boot, lilo)\n"
-#: ../../diskdrake_interactive.pm_.c:968
+#: ../../diskdrake/interactive.pm_.c:1066
#, c-format
msgid "Level %s\n"
msgstr " %s\n"
-#: ../../diskdrake_interactive.pm_.c:969
+#: ../../diskdrake/interactive.pm_.c:1067
#, c-format
msgid "Chunk size %s\n"
msgstr " %s\n"
-#: ../../diskdrake_interactive.pm_.c:970
+#: ../../diskdrake/interactive.pm_.c:1068
#, c-format
msgid "RAID-disks %s\n"
msgstr "RAID- %s\n"
-#: ../../diskdrake_interactive.pm_.c:972
+#: ../../diskdrake/interactive.pm_.c:1070
#, c-format
msgid "Loopback file name: %s"
msgstr " loopback : %s"
-#: ../../diskdrake_interactive.pm_.c:975
+#: ../../diskdrake/interactive.pm_.c:1073
msgid ""
"\n"
"Chances are, this partition is\n"
@@ -1942,7 +2168,7 @@ msgstr ""
"-, \n"
" .\n"
-#: ../../diskdrake_interactive.pm_.c:978
+#: ../../diskdrake/interactive.pm_.c:1076
msgid ""
"\n"
"This special Bootstrap\n"
@@ -1954,65 +2180,102 @@ msgstr ""
" \n"
" .\n"
-#: ../../diskdrake_interactive.pm_.c:997
+#: ../../diskdrake/interactive.pm_.c:1095
#, c-format
msgid "Size: %s\n"
msgstr ": %s\n"
-#: ../../diskdrake_interactive.pm_.c:998
+#: ../../diskdrake/interactive.pm_.c:1096
#, c-format
msgid "Geometry: %s cylinders, %s heads, %s sectors\n"
msgstr ": %s , %s , %s \n"
-#: ../../diskdrake_interactive.pm_.c:999
+#: ../../diskdrake/interactive.pm_.c:1097
msgid "Info: "
msgstr ": "
-#: ../../diskdrake_interactive.pm_.c:1000
+#: ../../diskdrake/interactive.pm_.c:1098
#, c-format
msgid "LVM-disks %s\n"
msgstr "LVM- %s\n"
-#: ../../diskdrake_interactive.pm_.c:1001
+#: ../../diskdrake/interactive.pm_.c:1099
#, c-format
msgid "Partition table type: %s\n"
msgstr " : %s\n"
-#: ../../diskdrake_interactive.pm_.c:1002
+#: ../../diskdrake/interactive.pm_.c:1100
#, c-format
msgid "on bus %d id %d\n"
msgstr " %d %d\n"
-#: ../../diskdrake_interactive.pm_.c:1016
+#: ../../diskdrake/interactive.pm_.c:1114
#, c-format
msgid "Options: %s"
msgstr ": %s"
-#: ../../fs.pm_.c:447 ../../fs.pm_.c:457 ../../fs.pm_.c:461 ../../fs.pm_.c:465
-#: ../../fs.pm_.c:469 ../../fs.pm_.c:473
+#: ../../diskdrake/interactive.pm_.c:1130
+#, fuzzy
+msgid "Filesystem encryption key"
+msgstr " : "
+
+#: ../../diskdrake/interactive.pm_.c:1131
+msgid "Choose your filesystem encryption key"
+msgstr ""
+
+#: ../../diskdrake/interactive.pm_.c:1134
+#, fuzzy, c-format
+msgid "This encryption key is too simple (must be at least %d characters long)"
+msgstr " ( %d )"
+
+#: ../../diskdrake/interactive.pm_.c:1135
+#, fuzzy
+msgid "The encryption keys do not match"
+msgstr " "
+
+#: ../../diskdrake/interactive.pm_.c:1138
+msgid "Encryption key"
+msgstr ""
+
+#: ../../diskdrake/interactive.pm_.c:1139
+msgid "Encryption key (again)"
+msgstr ""
+
+#: ../../diskdrake/removable.pm_.c:47
+msgid "Change type"
+msgstr " "
+
+#: ../../diskdrake/removable_gtk.pm_.c:28
+msgid "Please click on a media"
+msgstr ", "
+
+#: ../../diskdrake/smbnfs_gtk.pm_.c:165
+#, fuzzy
+msgid "Search servers"
+msgstr "DNS "
+
+#: ../../fs.pm_.c:485 ../../fs.pm_.c:495 ../../fs.pm_.c:499 ../../fs.pm_.c:503
+#: ../../fs.pm_.c:507 ../../fs.pm_.c:511
#, c-format
msgid "%s formatting of %s failed"
msgstr "%s %s "
-#: ../../fs.pm_.c:506
+#: ../../fs.pm_.c:548
#, c-format
msgid "I don't know how to format %s in type %s"
msgstr " %s %s"
-#: ../../fs.pm_.c:568
-msgid "mount failed"
-msgstr " "
+#: ../../fs.pm_.c:620 ../../fs.pm_.c:649 ../../fs.pm_.c:655
+#, c-format
+msgid "mounting partition %s in directory %s failed"
+msgstr ""
-#: ../../fs.pm_.c:588
+#: ../../fs.pm_.c:640
#, c-format
msgid "fsck failed with exit code %d or signal %d"
msgstr "fsck %d %d"
-#: ../../fs.pm_.c:597 ../../fs.pm_.c:603 ../../partition_table.pm_.c:560
-msgid "mount failed: "
-msgstr " : "
-
-#: ../../fs.pm_.c:618 ../../partition_table.pm_.c:556
+#: ../../fs.pm_.c:670 ../../partition_table.pm_.c:596
#, c-format
msgid "error unmounting %s: %s"
msgstr " %s: %s"
@@ -2021,48 +2284,66 @@ msgstr " %s: %s"
msgid "simple"
msgstr ""
+#: ../../fsedit.pm_.c:25
+msgid "with /usr"
+msgstr ""
+
#: ../../fsedit.pm_.c:30
msgid "server"
msgstr ""
-#: ../../fsedit.pm_.c:461
+#: ../../fsedit.pm_.c:467
msgid "You can't use JFS for partitions smaller than 16MB"
msgstr " JFS - 16 "
-#: ../../fsedit.pm_.c:462
+#: ../../fsedit.pm_.c:468
msgid "You can't use ReiserFS for partitions smaller than 32MB"
msgstr " ReiserFS - 32 "
-#: ../../fsedit.pm_.c:471
+#: ../../fsedit.pm_.c:477
msgid "Mount points must begin with a leading /"
msgstr " /"
-#: ../../fsedit.pm_.c:472
+#: ../../fsedit.pm_.c:478
#, c-format
msgid "There is already a partition with mount point %s\n"
msgstr " %s\n"
-#: ../../fsedit.pm_.c:476
+#: ../../fsedit.pm_.c:482
#, c-format
msgid "You can't use a LVM Logical Volume for mount point %s"
msgstr " LVM %s"
-#: ../../fsedit.pm_.c:478
+#: ../../fsedit.pm_.c:484
msgid "This directory should remain within the root filesystem"
msgstr " root ."
-#: ../../fsedit.pm_.c:480
+#: ../../fsedit.pm_.c:486
msgid "You need a true filesystem (ext2, reiserfs) for this mount point\n"
msgstr ""
" (ext2, reiserfs) "
"\n"
-#: ../../fsedit.pm_.c:596
+#: ../../fsedit.pm_.c:488
+#, fuzzy, c-format
+msgid "You can't use an encrypted file system for mount point %s"
+msgstr " LVM %s"
+
+#: ../../fsedit.pm_.c:546
+#, fuzzy
+msgid "Not enough free space for auto-allocating"
+msgstr " "
+
+#: ../../fsedit.pm_.c:548
+msgid "Nothing to do"
+msgstr ""
+
+#: ../../fsedit.pm_.c:612
#, c-format
msgid "Error opening %s for writing: %s"
msgstr " %s : %s"
-#: ../../fsedit.pm_.c:681
+#: ../../fsedit.pm_.c:697
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"
@@ -2071,7 +2352,7 @@ msgstr ""
" . "
" "
-#: ../../fsedit.pm_.c:704
+#: ../../fsedit.pm_.c:720
msgid "You don't have any partitions!"
msgstr " !"
@@ -2088,14 +2369,14 @@ msgid ""
"system would not work any more. If you make a serious mistake as a regular\n"
"user, you may only lose some information, but not the entire system.\n"
"\n"
-"First, you have to enter your real name. This is not mandatory, of course -\n"
+"First, you have to enter your real name. This is not mandatory, of course\n"
"as you can actually enter whatever you want. DrakX will then take the first\n"
"word you have entered in the box and will bring it over to the \"User\n"
-"name\". This is the name this particular user will use to log into the\n"
+"name\". This is the name this particular user will use to log onto the\n"
"system. You can change it. You then have to enter a password here. A\n"
-"non-privileged (regular) user's password is not as crucial as that of\n"
-"\"root\" from a security point of view, but that is no reason to neglect it\n"
-"- after all, your files are at risk.\n"
+"non-privileged (regular) user's password is not as crucial as \"root\"' one\n"
+"from a security point of view, but that is no reason to neglect it: after\n"
+"all, your files are at risk.\n"
"\n"
"If you click on \"Accept user\", you can then add as many as you want. Add\n"
"a user for each one of your friends: your father or your sister, for\n"
@@ -2152,7 +2433,7 @@ msgstr ""
msgid ""
"Listed above are the existing Linux partitions detected on your hard drive.\n"
"You can keep the choices made by the wizard, they are good for most common\n"
-"installs. If you make any changes, you must at least define a root\n"
+"installations. If you make any changes, you must at least define a root\n"
"partition (\"/\"). Do not choose too small a partition or you will not be\n"
"able to install enough software. If you want to store your data on a\n"
"separate partition, you will also need to create a partition for \"/home\"\n"
@@ -2169,11 +2450,11 @@ msgid ""
"\"Hard drive number\" is always a letter after \"hd\" or \"sd\". For IDE\n"
"hard drives:\n"
"\n"
-" * \"a\" means \"master hard drive on the primary IDE controller\",\n"
+" * \"a\" means \"master hard drive on the primary IDE controller\";\n"
"\n"
-" * \"b\" means \"slave hard drive on the primary IDE controller\",\n"
+" * \"b\" means \"slave hard drive on the primary IDE controller\";\n"
"\n"
-" * \"c\" means \"master hard drive on the secondary IDE controller\",\n"
+" * \"c\" means \"master hard drive on the secondary IDE controller\";\n"
"\n"
" * \"d\" means \"slave hard drive on the secondary IDE controller\".\n"
"\n"
@@ -2217,8 +2498,8 @@ msgstr ""
#: ../../help.pm_.c:72
msgid ""
-"The Mandrake Linux installation is spread out over several CDROMs. DrakX\n"
-"knows if a selected package is located on another CDROM and will eject the\n"
+"The Mandrake Linux installation is spread out over several CD-ROMs. DrakX\n"
+"knows if a selected package is located on another CD-ROM and will eject the\n"
"current CD and ask you to insert a different one as required."
msgstr ""
" Mandrake Linux CDROM-. DrakX\n"
@@ -2226,13 +2507,14 @@ msgstr ""
"CD , ."
#: ../../help.pm_.c:77
+#, fuzzy
msgid ""
"It is now time to specify which programs you wish to install on your\n"
"system. There are thousands of packages available for Mandrake Linux, and\n"
"you are not supposed to know them all by heart.\n"
"\n"
-"If you are performing a standard installation from CDROM, you will first be\n"
-"asked to specify the CDs you currently have (in Expert mode only). Check\n"
+"If you are performing a standard installation from a CD-ROM, you will first\n"
+"be asked to specify the CDs you currently have (in Expert mode only). Check\n"
"the CD labels and highlight the boxes corresponding to the CDs you have\n"
"available for installation. Click \"OK\" when you are ready to continue.\n"
"\n"
@@ -2241,28 +2523,40 @@ msgid ""
"\n"
" * \"Workstation\": if you plan to use your machine as a workstation, "
"select\n"
-"one or more of the corresponding groups.\n"
+"one or more of the corresponding groups;\n"
"\n"
-" * \"Development\": if the machine is to be used for programming, choose "
-"the\n"
-"desired group(s).\n"
+" * \"Development\": if your machine is to be used for programming, choose\n"
+"the desired group(s);\n"
"\n"
-" * \"Server\": finally, if the machine is intended to be a server, you will\n"
-"be able to select which of the most common services you wish to see\n"
-"installed on the machine.\n"
+" * \"Server\": if your machine is intended to be a server, you will be able\n"
+"to select which of the most common services you wish to install on your\n"
+"machine;\n"
"\n"
-" * \"Graphical Environment\": this is where you will choose your preferred\n"
-"graphical environment. At least one must be selected if you want to have a\n"
-"graphical workstation!\n"
+" * \"Graphical Environment\": finally, this is where you will choose your\n"
+"preferred graphical environment. At least one must be selected if you want\n"
+"to have a graphical workstation!\n"
"\n"
"Moving the mouse cursor over a group name will display a short explanatory\n"
-"text about that group.\n"
+"text about that group. If you deselect all groups when performing a regular\n"
+"installation (by opposition to an upgrade), a dialog will pop up proposing\n"
+"different options for a minimal installation:\n"
+"\n"
+" * \"With X\": install the fewer packages possible to have a working\n"
+"graphical desktop;\n"
+"\n"
+" * \"With basic documentation\": installs the base system plus basic\n"
+"utilities and their documentation. This installation is suitable for\n"
+"setting up a server;\n"
+"\n"
+" * \"Truly minimal install\": will install the strict minimum necessary to\n"
+"get a working Linux system, in command line only. This installation is\n"
+"about 65Mb large.\n"
"\n"
"You can check the \"Individual package selection\" box, which is useful if\n"
"you are familiar with the packages being offered or if you want to have\n"
"total control over what will be installed.\n"
"\n"
-"If you started the installation in \"Update\" mode, you can unselect all\n"
+"If you started the installation in \"Upgrade\" mode, you can unselect all\n"
"groups to avoid installing any new package. This is useful for repairing or\n"
"updating an existing system."
msgstr ""
@@ -2308,23 +2602,23 @@ msgstr ""
" , . \n"
" ."
-#: ../../help.pm_.c:115
+#: ../../help.pm_.c:128
msgid ""
-"Finally, depending on your choice of whether or not to select individual\n"
-"packages, you will be presented a tree containing all packages classified\n"
-"by groups and subgroups. While browsing the tree, you can select entire\n"
-"groups, subgroups, or individual packages.\n"
+"Finally, depending on whether or not you selected individual packages, you\n"
+"will be presented a tree containing all packages classified by groups and\n"
+"subgroups. While browsing the tree, you can select entire groups,\n"
+"subgroups, or individual packages.\n"
"\n"
"Whenever you select a package on the tree, a description appears on the\n"
"right. When your selection is finished, click the \"Install\" button which\n"
"will then launch the installation process. Depending on the speed of your\n"
"hardware and the number of packages that need to be installed, it may take\n"
-"a while to complete the process. A time to complete estimate is displayed\n"
-"on the screen to help you gauge if there is sufficient time to enjoy a cup\n"
-"of coffee.\n"
+"a while to complete the process. An estimate of the time it will take to\n"
+"install everything is displayed on the screen, to help you gauge if there\n"
+"is sufficient time to enjoy a cup of coffee.\n"
"\n"
-"!! If a server package has been selected either intentionally or because it\n"
-"was part of a whole group, you will be asked to confirm that you really\n"
+"!! If a server package has been selected, either intentionally or because\n"
+"it was part of a whole group, you will be asked to confirm that you really\n"
"want those servers to be installed. Under Mandrake Linux, any installed\n"
"servers are started by default at boot time. Even if they are safe and have\n"
"no known issues at the time the distribution was shipped, it may happen\n"
@@ -2339,8 +2633,8 @@ msgid ""
"occurs because it has determined that it needs to satisfy a dependency with\n"
"another package in order to successfully complete the installation.\n"
"\n"
-"The tiny floppy disc icon at the bottom of the list allows to load the\n"
-"packages list chosen during a previous installation. Clicking on this icon\n"
+"The tiny floppy disk icon at the bottom of the list allows to load the\n"
+"package list chosen during a previous installation. Clicking on this icon\n"
"will ask you to insert a floppy disk previously created at the end of\n"
"another installation. See the second tip of last step on how to create such\n"
"a floppy."
@@ -2382,27 +2676,29 @@ msgstr ""
" , \n"
" ."
-#: ../../help.pm_.c:151
+#: ../../help.pm_.c:164
+#, fuzzy
msgid ""
-"If you wish to connect your computer to the Internet or to a local network,\n"
-"please choose the correct option. Please turn on your device before\n"
-"choosing the correct option to let DrakX detect it automatically.\n"
+"You are now proposed to set up your Internet/network connection. If you\n"
+"wish to connect your computer to the Internet or to a local network, click\n"
+"\"OK\". The autodetection of network devices and modem will be launched. If\n"
+"this detection fails, uncheck the \"Use auto detection\" box next time. You\n"
+"may also choose not to configure the network, or do it later; in that case,\n"
+"simply click the \"Cancel\" button.\n"
"\n"
-"Mandrake Linux proposes the configuration of an Internet connection at\n"
-"installation time. Available connections are: traditional modem, ISDN\n"
-"modem, ADSL connection, cable modem, and finally a simple LAN connection\n"
-"(Ethernet).\n"
+"Available connections are: traditional modem, ISDN modem, ADSL connection,\n"
+"cable modem, and finally a simple LAN connection (Ethernet).\n"
"\n"
"Here, we will not detail each configuration. Simply make sure that you have\n"
"all the parameters from your Internet Service Provider or system\n"
"administrator.\n"
"\n"
-"You can consult the manual chapter about Internet connections for details\n"
-"about the configuration, or simply wait until your system is installed and\n"
-"use the program described there to configure your connection.\n"
+"You can consult the ``User Guide'' chapter about Internet connections for\n"
+"details about the configuration, or simply wait until your system is\n"
+"installed and use the program described there to configure your connection.\n"
"\n"
-"If you wish to configure the network later after installation or if you\n"
-"have finished configuring your network connection, click \"Cancel\"."
+"If you wish to configure the network later after installation, or if you\n"
+"are finished configuring your network connection, click \"Cancel\"."
msgstr ""
" , "
"\n"
@@ -2426,7 +2722,7 @@ msgstr ""
"\n"
" , \"\"."
-#: ../../help.pm_.c:172
+#: ../../help.pm_.c:186
msgid ""
"You may now choose which services you wish to start at boot time.\n"
"\n"
@@ -2438,10 +2734,11 @@ msgid ""
"specific service. However, if you are not sure whether a service is useful\n"
"or not, it is safer to leave the default behavior.\n"
"\n"
-"At this stage, be very careful if you intend to use your machine as a\n"
-"server: you will probably not want to start any services that you do not\n"
+"!! At this stage, be very careful if you intend to use your machine as a\n"
+"server: you will probably not want to start any services which you do not\n"
"need. Please remember that several services can be dangerous if they are\n"
-"enabled on a server. In general, select only the services you really need."
+"enabled on a server. In general, select only the services you really need.\n"
+"!!"
msgstr ""
" .\n"
"\n"
@@ -2462,34 +2759,43 @@ msgstr ""
".\n"
" , , ."
-#: ../../help.pm_.c:188
+#: ../../help.pm_.c:203
msgid ""
-"GNU/Linux manages time in GMT (Greenwich Manage Time) and translates it in\n"
-"local time according to the time zone you selected."
+"GNU/Linux manages time in GMT (Greenwich Mean Time) and translates it in\n"
+"local time according to the time zone you selected. It is however possible\n"
+"to deactivate this by deselecting \"Hardware clock set to GMT\" so that the\n"
+"hardware clock is the same as the system clock. This is useful when the\n"
+"machine is hosting another operating system like Windows.\n"
+"\n"
+"The \"Automatic time synchronization\" option will automatically regulate\n"
+"the clock by connecting to a remote time server on the Internet. In the\n"
+"list that is presented, choose a server located near you. Of course you\n"
+"must have a working Internet connection for this feature to work. It will\n"
+"actually install on your machine a time server which can be optionally used\n"
+"by other machines on your local network."
msgstr ""
-"GNU/Linux GMT ( )\n"
-" , ."
-#: ../../help.pm_.c:192
+#: ../../help.pm_.c:217
+#, fuzzy
msgid ""
"X (for X Window System) is the heart of the GNU/Linux graphical interface\n"
-"on which all the graphics environments (KDE, Gnome, AfterStep,\n"
-"WindowMaker...) bundled with Mandrake Linux rely. In this section, DrakX\n"
+"on which all the graphical environments (KDE, GNOME, AfterStep,\n"
+"WindowMaker, etc.) bundled with Mandrake Linux rely. In this section, DrakX\n"
"will try to configure X automatically.\n"
"\n"
"It is extremely rare for it to fail, unless the hardware is very old (or\n"
"very new). If it succeeds, it will start X automatically with the best\n"
-"resolution possible depending on the size of the monitor. A window will\n"
+"resolution possible, depending on the size of the monitor. A window will\n"
"then appear and ask you if you can see it.\n"
"\n"
-"If you are doing an \"Expert\" install, you will enter the X configuration\n"
-"wizard. See the corresponding section of the manual for more information\n"
-"about this wizard.\n"
+"If you are doing an \"Expert\" installation, you will enter the X\n"
+"configuration wizard. See the corresponding section of the manual for more\n"
+"information about this wizard.\n"
"\n"
-"If you can see the message and answer \"Yes\", then DrakX will proceed to\n"
-"the next step. If you cannot see the message, it simply means that the\n"
-"configuration was wrong and the test will automatically end after 10\n"
-"seconds, restoring the screen."
+"If you can see the message during the test, and answer \"Yes\", then DrakX\n"
+"will proceed to the next step. If you cannot see the message, it simply\n"
+"means that the configuration was wrong and the test will automatically end\n"
+"after 10 seconds, restoring the screen."
msgstr ""
"X ( X Window System) GNU/Linux , \n"
" (KDE, Gnome, AfterStep, WindowMaker...) "
@@ -2511,7 +2817,7 @@ msgstr ""
" 10 ,\n"
" ."
-#: ../../help.pm_.c:212
+#: ../../help.pm_.c:237
msgid ""
"The first time you try the X configuration, you may not be very satisfied\n"
"with its display (screen is too small, shifted left or right...). Hence,\n"
@@ -2521,8 +2827,8 @@ msgid ""
"\n"
"As a last resort, if you still cannot get X to work, choose \"Change\n"
"graphics card\", select \"Unlisted card\", and when prompted on which\n"
-"server you want, choose \"FBDev\". This is a failsafe option which works\n"
-"with any modern graphics card. Then choose \"Test again\" to be sure."
+"server, choose \"FBDev\". This is a failsafe option which works with any\n"
+"modern graphics card. Then choose \"Test again\" to be sure."
msgstr ""
" , X, \n"
" ( , ...). "
@@ -2537,7 +2843,7 @@ msgstr ""
" , - . "
"\" \", ."
-#: ../../help.pm_.c:224
+#: ../../help.pm_.c:249
msgid ""
"Finally, you will be asked whether you want to see the graphical interface\n"
"at boot. Note this question will be asked even if you chose not to test the\n"
@@ -2551,17 +2857,17 @@ msgstr ""
"\n"
" ."
-#: ../../help.pm_.c:231
+#: ../../help.pm_.c:256
+#, fuzzy
msgid ""
-"The Mandrake Linux CDROM has a built-in rescue mode. You can access it by\n"
-"booting from the CDROM, press the >>F1<< key at boot and type >>rescue<< at\n"
-"the prompt. But in case your computer cannot boot from the CDROM, you\n"
+"The Mandrake LinuxCD-ROM has a built-in rescue mode. You can access it by\n"
+"booting from the CD-ROM, press the >>F1<< key at boot and type >>rescue<<\n"
+"at the prompt. But in case your computer cannot boot from the CD-ROM, you\n"
"should come back to this step for help in at least two situations:\n"
"\n"
-" * when installing the boot loader, DrakX will rewrite the boot sector "
-"(MBR)\n"
-"of your main disk (unless you are using another boot manager) so that you\n"
-"can start up with either Windows or GNU/Linux (assuming you have Windows in\n"
+" * when installing the bootloader, DrakX will rewrite the boot sector (MBR)\n"
+"of your main disk (unless you are using another boot manager), to allow you\n"
+"to start up with either Windows or GNU/Linux (assuming you have Windows in\n"
"your system). If you need to reinstall Windows, the Microsoft install\n"
"process will rewrite the boot sector, and then you will not be able to\n"
"start GNU/Linux!\n"
@@ -2584,8 +2890,7 @@ msgstr ""
"\n"
" :\n"
"\n"
-" * boot loader, DrakX "
-"(MBR)\n"
+" * boot loader, DrakX (MBR) "
" ( ), \n"
" Windows GNU/Linux ( Windows ). \n"
" Windows, Microsoft\n"
@@ -2605,24 +2910,26 @@ msgstr ""
", . , DrakX\n"
" ."
-#: ../../help.pm_.c:255
+#: ../../help.pm_.c:280
+#, fuzzy
msgid ""
-"At this point you need to choose where on your hard drive to install your\n"
-"Mandrake Linux operating system. If your hard drive is empty or if an\n"
-"existing operating system is using all the space available, you will need\n"
-"to partition it. Basically, partitioning a hard drive consists of logically\n"
-"dividing it to create space to install your new Mandrake Linux system.\n"
+"At this point, you need to choose where you want to install the Mandrake\n"
+"Linux operating system on your hard drive. If your hard drive is empty or\n"
+"if an existing operating system is using all the available space, you will\n"
+"need to partition it. Basically, partitioning a hard drive consists of\n"
+"logically dividing it to create space to install your new Mandrake Linux\n"
+"system.\n"
"\n"
-"Because the effects of the partitioning process are usually irreversible,\n"
+"Because the partitioning process' effects are usually irreversible,\n"
"partitioning can be intimidating and stressful if you are an inexperienced\n"
"user. Fortunately, there is a wizard which simplifies this process. Before\n"
"beginning, please consult the manual and take your time.\n"
"\n"
-"If you are running the install in Expert mode, you will enter DiskDrake,\n"
-"the Mandrake Linux partitioning tool, which allows you to fine-tune your\n"
-"partitions. See the DiskDrake chapter of the manual. From the installation\n"
-"interface, you can use the wizards as described here by clicking the\n"
-"\"Wizard\" button of the dialog.\n"
+"If you are running the installation in Expert mode, you will enter\n"
+"DiskDrake, the Mandrake Linux partitioning tool, which allows you to\n"
+"fine-tune your partitions. See the DiskDrake section in the ``User Guide''.\n"
+"From the installation interface, you can use the wizards as described here\n"
+"by clicking the dialog's \"Wizard\" button.\n"
"\n"
"If partitions have already been defined, either from a previous\n"
"installation or from another partitioning tool, simply select those to\n"
@@ -2633,43 +2940,45 @@ msgid ""
"available:\n"
"\n"
" * \"Use free space\": this option will simply lead to an automatic\n"
-"partitioning of your blank drive(s). You will not be prompted further.\n"
+"partitioning of your blank drive(s). You will not be prompted further;\n"
"\n"
" * \"Use existing partition\": the wizard has detected one or more existing\n"
"Linux partitions on your hard drive. If you want to use them, choose this\n"
-"option.\n"
+"option;\n"
"\n"
-" * \"Use the free space on the Windows partition\": if Microsoft Windows is\n"
+" * \"Use the free space on the Windows; partition\": if MicrosoftWindows is\n"
"installed on your hard drive and takes all the space available on it, you\n"
-"have to create free space for Linux data. To do that, you can delete your\n"
-"Microsoft Windows partition and data (see \"Erase entire disk\" or \"Expert\n"
-"mode\" solutions) or resize your Microsoft Windows partition. Resizing can\n"
-"be performed without the loss of any data. This solution is recommended if\n"
-"you want to use both Mandrake Linux and Microsoft Windows on same computer.\n"
+"have to create free space for Linux data. To do so, you can delete your\n"
+"MicrosoftWindows partition and data (see ``Erase entire disk'' or ``Expert\n"
+"mode'' solutions) or resize your MicrosoftWindows partition. Resizing can\n"
+"be performed without the loss of any data, provided you previously\n"
+"defragment the Windows partition. Backing up your data won't hurt either..\n"
+"This solution is recommended if you want to use both Mandrake Linux and\n"
+"MicrosoftWindows on the same computer.\n"
"\n"
" Before choosing this option, please understand that after this "
"procedure,\n"
-"the size of your Microsoft Windows partition will be smaller than at the\n"
-"present time. You will have less free space under Microsoft Windows to\n"
-"store your data or to install new software.\n"
+"the size of your MicrosoftWindows partition will be smaller than at the\n"
+"present time. You will have less free space under MicrosoftWindows to store\n"
+"your data or to install new software;\n"
"\n"
" * \"Erase entire disk\": if you want to delete all data and all partitions\n"
"present on your hard drive and replace them with your new Mandrake Linux\n"
"system, choose this option. Be careful with this solution because you will\n"
-"not be able to revert your choice after confirmation.\n"
+"not be able to revert your choice after you confirm;\n"
"\n"
" !! If you choose this option, all data on your disk will be lost. !!\n"
"\n"
" * \"Remove Windows\": this will simply erase everything on the drive and\n"
"begin fresh, partitioning everything from scratch. All data on your disk\n"
-"will be lost.\n"
+"will be lost;\n"
"\n"
" !! If you choose this option, all data on your disk will be lost. !!\n"
"\n"
" * \"Expert mode\": choose this option if you want to manually partition\n"
-"your hard drive. Be careful - it is a powerful but dangerous choice. You\n"
-"can very easily lose all your data. Hence, do not choose this unless you\n"
-"know what you are doing."
+"your hard drive. Be careful it is a powerful but dangerous choice. You can\n"
+"very easily lose all your data. Hence, do not choose this unless you know\n"
+"what you are doing."
msgstr ""
" "
"\n"
@@ -2747,7 +3056,7 @@ msgstr ""
" . , \n"
" ."
-#: ../../help.pm_.c:319
+#: ../../help.pm_.c:347
msgid ""
"There you are. Installation is now complete and your GNU/Linux system is\n"
"ready to use. Just click \"OK\" to reboot the system. You can start\n"
@@ -2762,18 +3071,19 @@ msgid ""
"\n"
" Note that two different options are available after clicking the button:\n"
"\n"
-" * \"Replay\". This is a partially automated install as the partitioning\n"
-"step (and only this one) remains interactive.\n"
+" * \"Replay\". This is a partially automated installation as the\n"
+"partitioning step (and only this one) remains interactive;\n"
"\n"
-" * \"Automated\". Fully automated install: the hard disk is completely\n"
+" * \"Automated\". Fully automated installation: the hard disk is "
+"completely\n"
"rewritten, all data is lost.\n"
"\n"
" This feature is very handy when installing a great number of similar\n"
-"machines. See the Auto install section at our web site.\n"
+"machines. See the Auto install section on our web site;\n"
"\n"
-" * \"Save packages selection\"(*): saves the packages selection as made\n"
+" * \"Save packages selection\"(*): saves the package selection as done\n"
"previously. Then, when doing another installation, insert the floppy inside\n"
-"the driver and run the installation going to the help screen by pressing on\n"
+"the drive and run the installation going to the help screen by pressing on\n"
"the [F1] key, and by issuing >>linux defcfg=\"floppy\"<<.\n"
"\n"
"(*) You need a FAT-formatted floppy (to create one under GNU/Linux, type\n"
@@ -2813,10 +3123,10 @@ msgstr ""
"(*) FAT- ( GNU/Linux,\n"
" \"mformat a:\")"
-#: ../../help.pm_.c:350
+#: ../../help.pm_.c:378
msgid ""
"Any partitions that have been newly defined must be formatted for use\n"
-"(formatting means creating a file system).\n"
+"(formatting means creating a filesystem).\n"
"\n"
"At this time, you may wish to reformat some already existing partitions to\n"
"erase any data they contain. If you wish to do that, please select those\n"
@@ -2830,7 +3140,7 @@ msgid ""
"\n"
"Please be careful when selecting partitions. After formatting, all data on\n"
"the selected partitions will be deleted and you will not be able to recover\n"
-"any of them.\n"
+"any of it.\n"
"\n"
"Click on \"OK\" when you are ready to format partitions.\n"
"\n"
@@ -2838,7 +3148,7 @@ msgid ""
"Mandrake Linux operating system installation.\n"
"\n"
"Click on \"Advanced\" if you wish to select partitions that will be checked\n"
-"for bad blocks on the disc."
+"for bad blocks on the disk."
msgstr ""
" , "
"\n"
@@ -2870,7 +3180,7 @@ msgstr ""
" \"\", , \n"
" ."
-#: ../../help.pm_.c:376
+#: ../../help.pm_.c:404
msgid ""
"Your new Mandrake Linux operating system is currently being installed.\n"
"Depending on the number of packages you will be installing and the speed of\n"
@@ -2886,12 +3196,27 @@ msgstr ""
"\n"
", ."
-#: ../../help.pm_.c:384
+#: ../../help.pm_.c:412
+msgid ""
+"At the time you are installing Mandrake Linux, it is likely that some\n"
+"packages have been updated since the initial release. Some bugs may have\n"
+"been fixed, and security issues solved. To allow you to benefit from these\n"
+"updates, you are now proposed to download them from the Internet. Choose\n"
+"\"Yes\" if you have a working Internet connection, or \"No\" if you prefer\n"
+"to install updated packages later.\n"
+"\n"
+"Choosing \"Yes\" displays a list of places from which updates can be\n"
+"retrieved. Choose the one nearest you. Then a package-selection tree\n"
+"appears: review the selection, and press \"Install\" to retrieve and\n"
+"install the selected package(s), or \"Cancel\" to abort."
+msgstr ""
+
+#: ../../help.pm_.c:425
msgid ""
-"Before continuing you should read carefully the terms of the license. It\n"
+"Before continuing, you should read carefully the terms of the license. It\n"
"covers the whole Mandrake Linux distribution, and if you do not agree with\n"
"all the terms in it, click on the \"Refuse\" button which will immediately\n"
-"terminate the installation. To continue with the installation, click the\n"
+"terminate the installation. To continue with the installation, click on the\n"
"\"Accept\" button."
msgstr ""
" , . "
@@ -2902,14 +3227,14 @@ msgstr ""
"\n"
" , ."
-#: ../../help.pm_.c:391
+#: ../../help.pm_.c:432
msgid ""
"At this point, it is time to choose the security level desired for the\n"
"machine. As a rule of thumb, the more exposed the machine is, and the more\n"
"the data stored in it is crucial, the higher the security level should be.\n"
-"However, a higher security level is generally obtained at the expenses of\n"
-"easiness of use. Refer to the MSEC chapter of the ``Reference Manual'' to\n"
-"get more information about the meaning of these levels.\n"
+"However, a higher security level is generally obtained at the expense of\n"
+"easiness of use. Refer to the \"msec\" chapter of the ``Reference Manual''\n"
+"to get more information about the meaning of these levels.\n"
"\n"
"If you do not know what to choose, keep the default option."
msgstr ""
@@ -2925,49 +3250,64 @@ msgstr ""
"\n"
" , ."
-#: ../../help.pm_.c:401
+#: ../../help.pm_.c:442
+#, fuzzy
msgid ""
-"At this point, you need to choose what partition(s) will be used for the\n"
-"installation of your Mandrake Linux system. If partitions have been already\n"
+"At this point, you need to choose which partition(s) will be used for the\n"
+"installation of your Mandrake Linux system. If partitions have already been\n"
"defined, either from a previous installation of GNU/Linux or from another\n"
-"partitioning tool, you can use existing partitions. Otherwise hard drive\n"
+"partitioning tool, you can use existing partitions. Otherwise, hard drive\n"
"partitions must be defined.\n"
"\n"
"To create partitions, you must first select a hard drive. You can select\n"
-"the disk for partitioning by clicking on \"hda\" for the first IDE drive,\n"
-"\"hdb\" for the second, \"sda\" for the first SCSI drive and so on.\n"
+"the disk for partitioning by clicking on ``hda'' for the first IDE drive,\n"
+"``hdb'' for the second, ``sda'' for the first SCSI drive and so on.\n"
"\n"
"To partition the selected hard drive, you can use these options:\n"
"\n"
" * \"Clear all\": this option deletes all partitions on the selected hard\n"
-"drive.\n"
+"drive;\n"
+"\n"
+" * \"Auto allocate\": this option enables to automatically create \"Ext2\"\n"
+"and swap partitions in free space of your hard drive;\n"
"\n"
-" * \"Auto allocate\": this option allows you to automatically create Ext2\n"
-"and swap partitions in free space of your hard drive.\n"
+" * \"More\": gives access to additional features:\n"
"\n"
-" * \"Rescue partition table\": if your partition table is damaged, you can\n"
+" * \"Save partition table\": saves the partition table to a floppy. "
+"Useful\n"
+"for later partition-table recovery if necessary. It is strongly recommended\n"
+"to perform this step;\n"
+"\n"
+" * \"Restore partition table\": allows to restore a previously saved\n"
+"partition table from floppy disk;\n"
+"\n"
+" * \"Rescue partition table\": if your partition table is damaged, you "
+"can\n"
"try to recover it using this option. Please be careful and remember that it\n"
-"can fail.\n"
+"can fail;\n"
"\n"
-" * \"Undo\": use this option to cancel your changes.\n"
+" * \"Reload partition table\": discards all changes and loads your "
+"initial\n"
+"partition table;\n"
"\n"
-" * \"Reload\": you can use this option if you wish to undo all changes and\n"
-"load your initial partitions table.\n"
+" * \"Removable media automounting\": unchecking this option will force "
+"users\n"
+"to manually mount and unmount removable medias such as floppies and\n"
+"CD-ROMs.\n"
"\n"
" * \"Wizard\": use this option if you wish to use a wizard to partition "
"your\n"
"hard drive. This is recommended if you do not have a good knowledge of\n"
-"partitioning.\n"
+"partitioning;\n"
"\n"
-" * \"Restore from floppy\": this option will allow you to restore a\n"
-"previously saved partition table from floppy disk.\n"
+" * \"Undo\": use this option to cancel your changes;\n"
"\n"
-" * \"Save to floppy\": saves the partition table to a floppy. Useful for\n"
-"later partition-table recovery if necessary. It is strongly recommended to\n"
-"perform this step.\n"
+" * \"Toggle to normal/expert mode\": allows additional actions on "
+"partitions\n"
+"(type, options, format) and gives more information;\n"
"\n"
-" * \"Done\": when you have finished partitioning your hard drive, this will\n"
-"save your changes back to disc.\n"
+" * \"Done\": when you are finished partitioning your hard drive, this will\n"
+"save your changes back to disk.\n"
"\n"
"Note: you can reach any option using the keyboard. Navigate through the\n"
"partitions using [Tab] and [Up/Down] arrows.\n"
@@ -2980,9 +3320,12 @@ msgid ""
"\n"
" * Ctrl-m to set the mount point.\n"
"\n"
+"To get information about the different filesystem types available, please\n"
+"read the ext2fs chapter from the ``Reference Manual''.\n"
+"\n"
"If you are installing on a PPC machine, you will want to create a small HFS\n"
-"\"bootstrap\" partition of at least 1MB which will be used by the yaboot\n"
-"boot loader. If you opt to make the partition a bit larger, say 50MB, you\n"
+"``bootstrap'' partition of at least 1MB, which will be used by the yaboot\n"
+"bootloader. If you opt to make the partition a bit larger, say 50MB, you\n"
"may find it a useful place to store a spare kernel and ramdisk images for\n"
"emergency boot situations."
msgstr ""
@@ -3053,10 +3396,10 @@ msgstr ""
" , image \n"
"ramdisk ."
-#: ../../help.pm_.c:460
+#: ../../help.pm_.c:513
msgid ""
-"More than one Microsoft Windows partition has been detected on your hard\n"
-"drive. Please choose the one you want resize in order to install your new\n"
+"More than one Microsoft partition has been detected on your hard drive.\n"
+"Please choose the one you want to resize in order to install your new\n"
"Mandrake Linux operating system.\n"
"\n"
"Each partition is listed as follows: \"Linux name\", \"Windows name\"\n"
@@ -3071,11 +3414,11 @@ msgid ""
"\"Hard drive number\" is always a letter after \"hd\" or \"sd\". With IDE\n"
"hard drives:\n"
"\n"
-" * \"a\" means \"master hard drive on the primary IDE controller\",\n"
+" * \"a\" means \"master hard drive on the primary IDE controller\";\n"
"\n"
-" * \"b\" means \"slave hard drive on the primary IDE controller\",\n"
+" * \"b\" means \"slave hard drive on the primary IDE controller\";\n"
"\n"
-" * \"c\" means \"master hard drive on the secondary IDE controller\",\n"
+" * \"c\" means \"master hard drive on the secondary IDE controller\";\n"
"\n"
" * \"d\" means \"slave hard drive on the secondary IDE controller\".\n"
"\n"
@@ -3120,37 +3463,48 @@ msgstr ""
"\n"
" \"C:\")."
-#: ../../help.pm_.c:491
+#: ../../help.pm_.c:544
msgid "Please be patient. This operation can take several minutes."
msgstr ", . ."
-#: ../../help.pm_.c:494
+#: ../../help.pm_.c:547
+#, fuzzy
msgid ""
"DrakX now needs to know if you want to perform a default (\"Recommended\")\n"
-"installation or if you want to have greater control (\"Expert\"). You also\n"
-"have the choice of performing a new install or an upgrade of an existing\n"
-"Mandrake Linux system. Clicking \"Install\" will completely wipe out the\n"
-"old system. Select \"Upgrade\" if you are upgrading or repairing an\n"
-"existing system.\n"
-"\n"
-"Please choose \"Install\" if there are no previous version of Mandrake\n"
-"Linux installed or if you wish to boot between various operating systems.\n"
+"installation or if you want to have greater control (\"Expert\"). You can\n"
+"also choose to do a new install or an upgrade of an existing Mandrake Linux\n"
+"system:\n"
+"\n"
+" * \"Install\": completely wipes out the old system. In fact, depending on\n"
+"what currently holds your machine, you will be able to keep some old (Linux\n"
+"or other) partitions unchanged;\n"
+"\n"
+" * \"Upgrade\": this installation class allows to simply update the "
+"packages\n"
+"currently installed on your Mandrake Linux system. It keeps the current\n"
+"partitions of your hard drives as well as user configurations. All other\n"
+"configuration steps remain available with respect to plain installation;\n"
+"\n"
+" * \"Upgrade Packages Only\": this brand new class allows to upgrade an\n"
+"existing Mandrake Linux system while keeping all system configurations\n"
+"unchanged. Adding new packages to the current installation is also\n"
+"possible.\n"
"\n"
-"Please choose \"Update\" if you wish to update or repair an already\n"
-"installed version of Mandrake Linux.\n"
+"Upgrades should work fine for Mandrake Linux systems starting from \"8.1\"\n"
+"release.\n"
"\n"
-"Depending on your knowledge of GNU/Linux, please choose one of the\n"
-"following to install or update your Mandrake Linux operating system:\n"
+"Depending on your knowledge of GNU/Linux, select one of the following\n"
+"choices:\n"
"\n"
" * Recommended: choose this if you have never installed a GNU/Linux\n"
"operating system. The installation will be very easy and you will only be\n"
-"asked a few questions.\n"
+"asked a few questions;\n"
"\n"
" * Expert: if you have a good knowledge of GNU/Linux, you can choose this\n"
"installation class. The expert installation will allow you to perform a\n"
-"highly customized installation. Answering some of the questions can be\n"
-"difficult if you do not have a good knowledge of GNU/Linux so do not choose\n"
-"this unless you know what you are doing."
+"highly-customized installation. Answering some of the questions can be\n"
+"difficult if you do not have a good knowledge of GNU/Linux, so do not\n"
+"choose this unless you know what you are doing."
msgstr ""
"DrakX (\""
"\")\n"
@@ -3179,10 +3533,10 @@ msgstr ""
" GNU/Linux, , \n"
" ."
-#: ../../help.pm_.c:521
+#: ../../help.pm_.c:583
msgid ""
"Normally, DrakX selects the right keyboard for you (depending on the\n"
-"language you have chosen) and you will not even see this step. However, you\n"
+"language you have chosen) and you won't even see this step. However, you\n"
"might not have a keyboard that corresponds exactly to your language: for\n"
"example, if you are an English speaking Swiss person, you may still want\n"
"your keyboard to be a Swiss keyboard. Or if you speak English but are\n"
@@ -3215,7 +3569,7 @@ msgstr ""
" \"\". "
" ."
-#: ../../help.pm_.c:534
+#: ../../help.pm_.c:596
msgid ""
"Please choose your preferred language for installation and system usage.\n"
"\n"
@@ -3224,10 +3578,10 @@ msgid ""
"will install the language-specific files for system documentation and\n"
"applications. For example, if you will host users from Spain on your\n"
"machine, select English as the main language in the tree view and in the\n"
-"Advanced section click on the grey star corresponding to \"Spanish|Spain\".\n"
+"Advanced section click on the box corresponding to \"Spanish|Spain\".\n"
"\n"
"Note that multiple languages may be installed. Once you have selected any\n"
-"additional locales click the \"OK\" button to continue."
+"additional locales, click the \"OK\" button to continue."
msgstr ""
", .\n"
"\n"
@@ -3241,19 +3595,20 @@ msgstr ""
", . \n"
" , \"OK\", ."
-#: ../../help.pm_.c:547
+#: ../../help.pm_.c:609
msgid ""
-"By default, DrakX assumes you have a two-button mouse and will set it up\n"
-"for third-button emulation. DrakX will automatically know whether it is a\n"
-"PS/2, serial or USB mouse.\n"
+"DrakX generally detects the number of buttons your mouse has. If not, it\n"
+"assumes you have a two-button mouse and will set it up for third-button\n"
+"emulation. DrakX will automatically know whether it is a PS/2, serial or\n"
+"USB mouse.\n"
"\n"
"If you wish to specify a different type of mouse select the appropriate\n"
-"type from the list provided.\n"
+"type from the provided list.\n"
"\n"
-"If you choose a mouse other than the default you will be presented with a\n"
-"mouse test screen. Use the buttons and wheel to verify that the settings\n"
-"are good. If the mouse is not working correctly press the space bar or\n"
-"RETURN to \"Cancel\" and choose again."
+"If you choose a mouse other than the default, a test screen will be\n"
+"displayed. Use the buttons and wheel to verify that the settings are\n"
+"correct. If the mouse is not working well, press the space bar or [Return]\n"
+"to \"Cancel\" and choose again."
msgstr ""
" , DrakX \n"
" . DrakX PS/2, "
@@ -3268,31 +3623,31 @@ msgstr ""
" . , , \n"
" \"\" ."
-#: ../../help.pm_.c:560
+#: ../../help.pm_.c:623
msgid ""
-"Please select the correct port. For example, the COM1 port under MS Windows\n"
-"is named ttyS0 under GNU/Linux."
+"Please select the correct port. For example, the \"COM1\" port under\n"
+"Windows is named \"ttyS0\" under GNU/Linux."
msgstr ""
", . , COM1 Windows GNU/Linux\n"
" ttyS0."
-#: ../../help.pm_.c:564
+#: ../../help.pm_.c:627
msgid ""
"This is the most crucial decision point for the security of your GNU/Linux\n"
"system: you have to enter the \"root\" password. \"root\" is the system\n"
"administrator and is the only one authorized to make updates, add users,\n"
"change the overall system configuration, and so on. In short, \"root\" can\n"
"do everything! That is why you must choose a password that is difficult to\n"
-"guess - DrakX will tell you if it is too easy. As you can see, you can\n"
-"choose not to enter a password, but we strongly advise you against this if\n"
-"only for one reason: do not think that because you booted GNU/Linux that\n"
-"your other operating systems are safe from mistakes. Since \"root\" can\n"
-"overcome all limitations and unintentionally erase all data on partitions\n"
-"by carelessly accessing the partitions themselves, it is important for it\n"
-"to be difficult to become \"root\".\n"
+"guess DrakX will tell you if it is too easy. As you can see, you can choose\n"
+"not to enter a password, but we strongly advise you against this if only\n"
+"for one reason: do not think that because you booted GNU/Linux that your\n"
+"other operating systems are safe from mistakes. Since \"root\" can overcome\n"
+"all limitations and unintentionally erase all data on partitions by\n"
+"carelessly accessing the partitions themselves, it is important for it to\n"
+"be difficult to become \"root\".\n"
"\n"
"The password should be a mixture of alphanumeric characters and at least 8\n"
-"characters long. Never write down the \"root\" password - it makes it too\n"
+"characters long. Never write down the \"root\" password it makes it too\n"
"easy to compromise a system.\n"
"\n"
"However, please do not make the password too long or complicated because\n"
@@ -3301,12 +3656,12 @@ msgid ""
"The password will not be displayed on screen as you type it in. Hence, you\n"
"will have to type the password twice to reduce the chance of a typing\n"
"error. If you do happen to make the same typing error twice, this\n"
-"\"incorrect\" password will have to be used the first time you connect.\n"
+"``incorrect'' password will have to be used the first time you connect.\n"
"\n"
-"In expert mode, you will be asked if you will be connecting to an\n"
+"In Expert mode, you will be asked if you will be connecting to an\n"
"authentication server, like NIS or LDAP.\n"
"\n"
-"If your network uses LDAP (or NIS) protocol for authentication, select\n"
+"If your network uses the LDAP (or NIS) protocol for authentication, select\n"
"\"LDAP\" (or \"NIS\") as authentication. If you do not know, ask your\n"
"network administrator.\n"
"\n"
@@ -3314,60 +3669,60 @@ msgid ""
"want to choose \"Local files\" for authentication."
msgstr ""
-#: ../../help.pm_.c:600
+#: ../../help.pm_.c:663
msgid ""
-"LILO and GRUB are boot loaders for GNU/Linux. This stage, normally, is\n"
-"totally automated. In fact, DrakX analyzes the disk boot sector and acts\n"
+"LILO and grub are GNU/Linux bootloaders. This stage, normally, is totally\n"
+"automated. In fact, DrakX analyzes the disk boot sector and acts\n"
"accordingly, depending on what it finds here:\n"
"\n"
-" * if Windows boot sector is found, it will replace it with a GRUB/LILO "
-"boot\n"
-"sector. Hence, you will be able to load either GNU/Linux or another OS;\n"
+" * if a Windows boot sector is found, it will replace it with a grub/LILO\n"
+"boot sector. Hence, you will be able to load either GNU/Linux or another\n"
+"OS;\n"
"\n"
-" * if a GRUB or LILO boot sector is found, it will replace it with a new\n"
-"one;\n"
+" * if a grub or LILO boot sector is found, it will replace it with a new\n"
+"one.\n"
"\n"
"If in doubt, DrakX will display a dialog with various options.\n"
"\n"
-" * \"Boot loader to use\": you have three choices:\n"
+" * \"Bootloader to use\": you have three choices:\n"
+"\n"
+" * \"GRUB\": if you prefer grub (text menu).\n"
"\n"
" * \"LILO with graphical menu\": if you prefer LILO with its graphical\n"
"interface.\n"
"\n"
-" * \"GRUB\": if you prefer GRUB (text menu).\n"
-"\n"
" * \"LILO with text menu\": if you prefer LILO with its text menu "
"interface.\n"
"\n"
" * \"Boot device\": in most cases, you will not change the default\n"
-"(\"/dev/hda\"), but if you prefer, the boot loader can be installed on the\n"
-"second hard drive (\"/dev/hdb\"), or even on a floppy disk (\"/dev/fd0\").\n"
+"(\"/dev/hda\"), but if you prefer, the bootloader can be installed on the\n"
+"second hard drive (\"/dev/hdb\"), or even on a floppy disk (\"/dev/fd0\");\n"
"\n"
" * \"Delay before booting the default image\": when rebooting the computer,\n"
-"this is the delay granted to the user to choose - in the boot loader menu,\n"
+"this is the delay granted to the user to choose in the bootloader menu,\n"
"another boot entry than the default one.\n"
"\n"
-"!! Beware that if you choose not to install a boot loader (by selecting\n"
+"!! Beware that if you choose not to install a bootloader (by selecting\n"
"\"Cancel\" here), you must ensure that you have a way to boot your Mandrake\n"
-"Linux system! Also be sure you know what you do before changing any of the\n"
+"Linux system! Also, be sure you know what you do before changing any of the\n"
"options. !!\n"
"\n"
"Clicking the \"Advanced\" button in this dialog will offer many advanced\n"
"options, which are reserved to the expert user.\n"
"\n"
-"Mandrake Linux installs its own boot loader, which will let you boot either\n"
-"GNU/Linux or any other operating systems which you have on your system.\n"
+"After you have configured the general bootloader parameters, the list of\n"
+"boot options which will be available at boot time will be displayed.\n"
"\n"
-"If there is another operating system installed on your machine, it will be\n"
-"automatically added to the boot menu. Here, you can choose to fine-tune the\n"
-"existing options. Double-clicking on an existing entry allows you to change\n"
-"its parameters or remove it; \"Add\" creates a new entry; and \"Done\" goes\n"
-"on to the next installation step."
+"If there is another operating system installed on your machine, it will\n"
+"automatically be added to the boot menu. Here, you can choose to fine-tune\n"
+"the existing options. Select an entry and click \"Modify\" to modify or\n"
+"remove it; \"Add\" creates a new entry; and \"Done\" goes on to the next\n"
+"installation step."
msgstr ""
-#: ../../help.pm_.c:647
+#: ../../help.pm_.c:711
msgid ""
-"LILO (the LInux LOader) and GRUB are boot loaders: they are able to boot\n"
+"LILO (the LInux LOader) and grub are bootloaders: they are able to boot\n"
"either GNU/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"
@@ -3389,7 +3744,7 @@ msgstr ""
" . ,\n"
" boot-, !"
-#: ../../help.pm_.c:658
+#: ../../help.pm_.c:722
msgid ""
"You must indicate where you wish to place the information required to boot\n"
"to GNU/Linux.\n"
@@ -3403,83 +3758,84 @@ msgstr ""
" , , \" \n"
" (MBR)\"."
-#: ../../help.pm_.c:665
+#: ../../help.pm_.c:729
msgid ""
-"Here we select a printing system for your computer to use. Other OSes may\n"
-"offer you one, but Mandrake offers three.\n"
+"Here, we select a printing system for your computer. Other OSs may offer\n"
+"you one, but Mandrake Linux offers three.\n"
"\n"
-" * \"pdq\" - which means ``print, don't queue'', is the choice if you have "
-"a\n"
+" * \"pdq\" which means ``print, don't queue'', is the choice if you have a\n"
"direct connection to your printer and you want to be able to panic out of\n"
-"printer jams, and you do not have any networked printers. It will handle\n"
-"only very simple network cases and is somewhat slow for networks. Pick\n"
-"\"pdq\" if this is your maiden voyage to GNU/Linux. You can change your\n"
-"choices after install by running PrinterDrake from the Mandrake Control\n"
-"Center and clicking the expert button.\n"
-"\n"
-" * \"CUPS\" - ``Common Unix Printing System'' is excellent at printing to\n"
-"your local printer and also halfway round the planet. It is simple and can\n"
-"act like a server or a client for the ancient \"lpd\" printing system, so\n"
-"it is compatible with the systems that went before. It can do many tricks,\n"
-"but the basic setup is almost as easy as \"pdq\". If you need this to\n"
-"emulate an \"lpd\" server, you must turn on the \"cups-lpd\" daemon. It has\n"
+"printer jams, and you do not have networked printers. It will handle only\n"
+"very simple network cases and is somewhat slow for networks. Pick \"pdq\"\n"
+"if this is your maiden voyage to GNU/Linux. You can change your choices\n"
+"after installation by running PrinterDrake from the Mandrake Control Center\n"
+"and clicking the expert button.\n"
+"\n"
+" * \"CUPS\"``Common Unix Printing System'', is excellent at printing to "
+"your\n"
+"local printer and also halfway-around the planet. It is simple and can act\n"
+"as a server or a client for the ancient \"lpd\" printing system. Hence, it\n"
+"is compatible with the systems that went before. It can do many tricks, but\n"
+"the basic setup is almost as easy as \"pdq\". If you need this to emulate\n"
+"an \"lpd\" server, you must turn on the \"cups-lpd\" daemon. It has\n"
"graphical front-ends for printing or choosing printer options.\n"
"\n"
-" * \"lprNG\" - ``line printer daemon New Generation''. This system can do\n"
+" * \"lprNG\"``line printer daemon New Generation''. This system can do\n"
"approximately the same things the others can do, but it will print to\n"
-"printers mounted on a Novell Network, because it supports IPX protocol, and\n"
-"it can print directly to shell commands. If you have need of Novell or\n"
+"printers mounted on a Novell Network, because it supports the IPX protocol,\n"
+"and it can print directly to shell commands. If you have need of Novell or\n"
"printing to commands without using a separate pipe construct, use lprNG.\n"
"Otherwise, CUPS is preferable as it is simpler and better at working over\n"
"networks."
msgstr ""
-#: ../../help.pm_.c:693
+#: ../../help.pm_.c:757
msgid ""
-"DrakX is now detecting any IDE devices present in your computer. It will\n"
-"also scan for one or more PCI SCSI card(s) on your system. If a SCSI card\n"
-"is found DrakX will automatically install the appropriate driver.\n"
+"DrakX now detects any IDE device present in your computer. It will also\n"
+"scan for one or more PCI SCSI card(s) on your system. If a SCSI card is\n"
+"found, DrakX will automatically install the appropriate driver.\n"
"\n"
-"Because hardware detection will sometimes not detect a piece of hardware\n"
+"Because hardware detection does not always detect a piece of hardware,\n"
"DrakX will ask you to confirm if a PCI SCSI card is present. Click \"Yes\"\n"
"if you know that there is a SCSI card installed in your machine. You will\n"
"be presented a list of SCSI cards to choose from. Click \"No\" if you have\n"
-"no SCSI hardware. If you are unsure you can check the list of hardware\n"
+"no SCSI hardware. If you are unsure, you can check the list of hardware\n"
"detected in your machine by selecting \"See hardware info\" and clicking\n"
"\"OK\". Examine the list of hardware and then click on the \"OK\" button to\n"
"return to the SCSI interface question.\n"
"\n"
"If you have to manually specify your adapter, DrakX will ask if you want to\n"
"specify options for it. You should allow DrakX to probe the hardware for\n"
-"the card-specific options that the hardware needs to initialize. This\n"
+"the card-specific options which the hardware needs to initialize. This\n"
"usually works well.\n"
"\n"
-"If DrakX is not able to probe for the options that need to be passed, you\n"
-"will need to manually provide options to the driver. Please review the\n"
-"``User Guide'' (chapter 3, section \"Collecting information on your\n"
-"hardware\") for hints on retrieving the parameters required from hardware\n"
-"documentation, from the manufacturer's web site (if you have Internet\n"
-"access) or from Microsoft Windows (if you used this hardware with Windows\n"
-"on your system)."
+"If DrakX is not able to probe for the options which need to be passed, you\n"
+"will need to provide options to the driver manually. Please review the\n"
+"``User Guide'' (chapter 3, in the ``Collecting Information on Your\n"
+"Hardware'' section) for hints on retrieving the parameters required from\n"
+"hardware documentation, from the manufacturer's web site (if you have\n"
+"Internet access) or from MicrosoftWindows (if you used this hardware with\n"
+"Windows on your system)."
msgstr ""
-#: ../../help.pm_.c:720
+#: ../../help.pm_.c:784
msgid ""
"You can add additional entries for yaboot, either for other operating\n"
"systems, alternate kernels, or for an emergency boot image.\n"
"\n"
-"For other OS's, the entry consists only of a label and the root partition.\n"
+"For other OSs, the entry consists only of a label and the \"root\"\n"
+"partition.\n"
"\n"
"For Linux, there are a few possible options:\n"
"\n"
" * Label: this is simply the name you will have to type at the yaboot "
"prompt\n"
-"to select this boot option.\n"
+"to select this boot option;\n"
"\n"
" * Image: this would be the name of the kernel to boot. Typically, vmlinux\n"
-"or a variation of vmlinux with an extension.\n"
+"or a variation of vmlinux with an extension;\n"
"\n"
-" * Root: the \"root\" device or \"/\" for your Linux installation.\n"
+" * Root: the \"root\" device or ``/'' for your Linux installation;\n"
"\n"
" * Append: on Apple hardware, the kernel append option is used quite often\n"
"to assist in initializing video hardware, or to enable keyboard mouse\n"
@@ -3493,106 +3849,104 @@ msgid ""
"\n"
" * Initrd: this option can be used either to load initial modules, before\n"
"the boot device is available, or to load a ramdisk image for an emergency\n"
-"boot situation.\n"
+"boot situation;\n"
"\n"
" * Initrd-size: the default ramdisk size is generally 4,096 bytes. If you\n"
-"need to allocate a large ramdisk, this option can be used.\n"
+"need to allocate a large ramdisk, this option can be used;\n"
"\n"
" * Read-write: normally the \"root\" partition is initially brought up in\n"
-"read-only, to allow a file system check before the system becomes \"live\".\n"
-"Here, you can override this option.\n"
+"read-only, to allow a file system check before the system becomes ``live''.\n"
+"Here, you can override this option;\n"
"\n"
" * NoVideo: should the Apple video hardware prove to be exceptionally\n"
-"problematic, you can select this option to boot in \"novideo\" mode, with\n"
-"native frame buffer support.\n"
+"problematic, you can select this option to boot in ``novideo'' mode, with\n"
+"native frame buffer support;\n"
"\n"
" * Default: selects this entry as being the default Linux selection,\n"
"selectable by just pressing ENTER at the yaboot prompt. This entry will\n"
-"also be highlighted with a \"*\", if you press [Tab] to see the boot\n"
+"also be highlighted with a ``*'', if you press [Tab] to see the boot\n"
"selections."
msgstr ""
-#: ../../help.pm_.c:765
+#: ../../help.pm_.c:830
msgid ""
-"Yaboot is a boot loader for NewWorld MacIntosh hardware. It is able to boot\n"
+"Yaboot is a bootloader for NewWorld MacIntosh hardware. It is able to boot\n"
"either GNU/Linux, MacOS or MacOSX if present on your computer. Normally,\n"
"these other operating systems are correctly detected and installed. If this\n"
-"is not the case, you can add an entry by hand in this screen. Be careful as\n"
-"to choose the correct parameters.\n"
+"is not the case, you can add an entry by hand in this screen. Be careful to\n"
+"choose the correct parameters.\n"
"\n"
"Yaboot's main options are:\n"
"\n"
-" * Init Message: a simple text message that is displayed before the boot\n"
-"prompt.\n"
+" * Init Message: a simple text message displayed before the boot prompt;\n"
"\n"
-" * Boot Device: indicate where you want to place the information required "
-"to\n"
-"boot to GNU/Linux. Generally, you setup a bootstrap partition earlier to\n"
-"hold this information.\n"
+" * Boot Device: indicates where you want to place the information required\n"
+"to boot to GNU/Linux. Generally, you set up a bootstrap partition earlier\n"
+"to hold this information;\n"
"\n"
" * Open Firmware Delay: unlike LILO, there are two delays available with\n"
"yaboot. The first delay is measured in seconds and at this point, you can\n"
-"choose between CD, OF boot, MacOS or Linux.\n"
+"choose between CD, OF boot, MacOS or Linux;\n"
"\n"
" * Kernel Boot Timeout: this timeout is similar to the LILO boot delay.\n"
"After selecting Linux, you will have this delay in 0.1 second before your\n"
-"default kernel description is selected.\n"
+"default kernel description is selected;\n"
"\n"
-" * Enable CD Boot?: checking this option allows you to choose \"C\" for CD\n"
-"at the first boot prompt.\n"
+" * Enable CD Boot?: checking this option allows you to choose ``C'' for CD\n"
+"at the first boot prompt;\n"
"\n"
-" * Enable OF Boot?: checking this option allows you to choose \"N\" for "
+" * Enable OF Boot?: checking this option allows you to choose ``N'' for "
"Open\n"
-"Firmware at the first boot prompt.\n"
+"Firmware at the first boot prompt;\n"
"\n"
" * Default OS: you can select which OS will boot by default when the Open\n"
"Firmware Delay expires."
msgstr ""
-#: ../../help.pm_.c:798
+#: ../../help.pm_.c:862
msgid ""
"Here are presented various parameters concerning your machine. Depending on\n"
-"your installed hardware, you may - or not, see the following entries:\n"
+"your installed hardware, you may or not, see the following entries:\n"
"\n"
-" * \"Mouse\": mouse check the current mouse configuration and click on the\n"
-"button to change it if necessary.\n"
+" * \"Mouse\": check the current mouse configuration and click on the button\n"
+"to change it if necessary;\n"
"\n"
-" * \"Keyboard\": keyboard check the current keyboard map configuration and\n"
-"click on the button to change that if necessary.\n"
+" * \"Keyboard\": check the current keyboard map configuration and click on\n"
+"the button to change that if necessary;\n"
"\n"
-" * \"Timezone\": time zoneDrakX, by default, guesses your time zone from "
-"the\n"
-"language you have chosen. But here again, as for the choice of a keyboard,\n"
-"you may not be in the country for which the chosen language should\n"
-"correspond. Hence, you may need to click on the \"Timezone\" button in\n"
-"order to configure the clock according to the time zone you are in.\n"
+" * \"Timezone\": DrakX, by default, guesses your time zone from the "
+"language\n"
+"you have chosen. But here again, as for the choice of a keyboard, you may\n"
+"not be in the country for which the chosen language should correspond.\n"
+"Hence, you may need to click on the \"Timezone\" button in order to\n"
+"configure the clock according to the time zone you are in;\n"
"\n"
" * \"Printer\": clicking on the \"No Printer\" button will open the printer\n"
-"configuration wizard.\n"
+"configuration wizard;\n"
"\n"
" * \"Sound card\": if a sound card is detected on your system, it is\n"
-"displayed here. No modification possible at installation time.\n"
+"displayed here. No modification possible at installation time;\n"
"\n"
" * \"TV card\": if a TV card is detected on your system, it is displayed\n"
-"here. No modification possible at installation time.\n"
+"here. No modification possible at installation time;\n"
"\n"
" * \"ISDN card\": if an ISDN card is detected on your system, it is\n"
"displayed here. You can click on the button to change the parameters\n"
-"associated to it."
+"associated with it."
msgstr ""
-#: ../../help.pm_.c:827
+#: ../../help.pm_.c:891
msgid ""
-"Choose the hard drive you want to erase to install your new Mandrake Linux\n"
-"partition. Be careful, all data present on it will be lost and will not be\n"
-"recoverable!"
+"Choose the hard drive you want to erase in order to install your new\n"
+"Mandrake Linux partition. Be careful, all data present on it will be lost\n"
+"and will not be recoverable!"
msgstr ""
" , , \n"
" Mandrake Linux . , "
" \n"
" ."
-#: ../../help.pm_.c:832
+#: ../../help.pm_.c:896
msgid ""
"Click on \"OK\" if you want to delete all data and partitions present on\n"
"this hard drive. Be careful, after clicking on \"OK\", you will not be able\n"
@@ -3611,15 +3965,20 @@ msgstr ""
" \"\", \n"
" ."
-#: ../../install2.pm_.c:114
+#: ../../install2.pm_.c:113
#, c-format
msgid ""
-"Can't access kernel modules corresponding to your kernel (file %s is missing)"
+"Can't access kernel modules corresponding to your kernel (file %s is "
+"missing), this generally means your boot floppy in not in sync with the "
+"Installation medium (please create a newer boot floppy)"
+msgstr ""
+
+#: ../../install2.pm_.c:169
+#, c-format
+msgid "You must also format %s"
msgstr ""
-" "
-"( %s )"
-#: ../../install_any.pm_.c:421
+#: ../../install_any.pm_.c:411
#, c-format
msgid ""
"You have selected the following server(s): %s\n"
@@ -3643,7 +4002,7 @@ msgstr ""
"\n"
" ?\n"
-#: ../../install_any.pm_.c:457
+#: ../../install_any.pm_.c:447
msgid "Can't use broadcast with no NIS domain"
msgstr " broadcast NIS "
@@ -3664,20 +4023,11 @@ msgstr ""
" , ``linux "
"defcfg=floppy''"
-#: ../../install_any.pm_.c:831 ../../partition_table.pm_.c:737
+#: ../../install_any.pm_.c:831 ../../partition_table.pm_.c:763
#, c-format
msgid "Error reading file %s"
msgstr " %s"
-#: ../../install_gtk.pm_.c:84 ../../install_steps_gtk.pm_.c:325
-#: ../../interactive.pm_.c:107 ../../interactive.pm_.c:122
-#: ../../interactive.pm_.c:286 ../../interactive.pm_.c:308
-#: ../../interactive_http.pm_.c:104 ../../interactive_newt.pm_.c:170
-#: ../../interactive_stdio.pm_.c:27 ../../my_gtk.pm_.c:415
-#: ../../my_gtk.pm_.c:716 ../../my_gtk.pm_.c:738
-msgid "Ok"
-msgstr "Ok"
-
#: ../../install_interactive.pm_.c:23
#, c-format
msgid ""
@@ -3688,7 +4038,7 @@ msgstr ""
" .\n"
" : %s"
-#: ../../install_interactive.pm_.c:44
+#: ../../install_interactive.pm_.c:58
msgid ""
"You must have a root partition.\n"
"For this, create a partition (or click on an existing one).\n"
@@ -3698,11 +4048,11 @@ msgstr ""
" ( ).\n"
" `` '' `/'"
-#: ../../install_interactive.pm_.c:49 ../../install_steps_graphical.pm_.c:259
+#: ../../install_interactive.pm_.c:63
msgid "You must have a swap partition"
msgstr " swap-"
-#: ../../install_interactive.pm_.c:50 ../../install_steps_graphical.pm_.c:261
+#: ../../install_interactive.pm_.c:64
msgid ""
"You don't have a swap partition\n"
"\n"
@@ -3712,59 +4062,59 @@ msgstr ""
"\n"
" ?"
-#: ../../install_interactive.pm_.c:53 ../../install_steps.pm_.c:165
+#: ../../install_interactive.pm_.c:67 ../../install_steps.pm_.c:163
msgid "You must have a FAT partition mounted in /boot/efi"
msgstr " FAT /boot/efi"
-#: ../../install_interactive.pm_.c:76
+#: ../../install_interactive.pm_.c:90
msgid "Use free space"
msgstr " "
-#: ../../install_interactive.pm_.c:78
+#: ../../install_interactive.pm_.c:92
msgid "Not enough free space to allocate new partitions"
msgstr " "
-#: ../../install_interactive.pm_.c:86
+#: ../../install_interactive.pm_.c:100
msgid "Use existing partition"
msgstr " "
-#: ../../install_interactive.pm_.c:88
+#: ../../install_interactive.pm_.c:102
msgid "There is no existing partition to use"
msgstr " , "
-#: ../../install_interactive.pm_.c:95
+#: ../../install_interactive.pm_.c:109
msgid "Use the Windows partition for loopback"
msgstr " Windows loopback"
-#: ../../install_interactive.pm_.c:98
+#: ../../install_interactive.pm_.c:112
msgid "Which partition do you want to use for Linux4Win?"
msgstr " Linux4Win ?"
-#: ../../install_interactive.pm_.c:100
+#: ../../install_interactive.pm_.c:114
msgid "Choose the sizes"
msgstr " "
-#: ../../install_interactive.pm_.c:101
+#: ../../install_interactive.pm_.c:115
msgid "Root partition size in MB: "
msgstr " root- MB: "
-#: ../../install_interactive.pm_.c:102
+#: ../../install_interactive.pm_.c:116
msgid "Swap partition size in MB: "
msgstr " swap- MB: "
-#: ../../install_interactive.pm_.c:111
+#: ../../install_interactive.pm_.c:125
msgid "Use the free space on the Windows partition"
msgstr " Windows "
-#: ../../install_interactive.pm_.c:114
+#: ../../install_interactive.pm_.c:128
msgid "Which partition do you want to resize?"
msgstr " ?"
-#: ../../install_interactive.pm_.c:116
+#: ../../install_interactive.pm_.c:130
msgid "Computing Windows filesystem bounds"
msgstr " Windows "
-#: ../../install_interactive.pm_.c:119
+#: ../../install_interactive.pm_.c:133
#, c-format
msgid ""
"The FAT resizer is unable to handle your partition, \n"
@@ -3773,19 +4123,21 @@ msgstr ""
" FAT , \n"
" : %s"
-#: ../../install_interactive.pm_.c:122
+#: ../../install_interactive.pm_.c:136
msgid "Your Windows partition is too fragmented, please run ``defrag'' first"
msgstr ""
" Windows , ''defrag''"
-#: ../../install_interactive.pm_.c:123
+#: ../../install_interactive.pm_.c:137
+#, fuzzy
msgid ""
"WARNING!\n"
"\n"
-"DrakX will now resize your Windows partition. Be careful: this operation is\n"
-"dangerous. If you have not already done so, you should first exit the\n"
-"installation, run scandisk under Windows (and optionally run defrag), then\n"
-"restart the installation. You should also backup your data.\n"
+"DrakX will now resize your Windows partition. Be careful:\n"
+"this operation is dangerous. If you have not already done\n"
+"so, you should first exit the installation, run scandisk\n"
+"under Windows (and optionally run defrag), then restart the\n"
+"installation. You should also backup your data.\n"
"When sure, press Ok."
msgstr ""
"!\n"
@@ -3797,21 +4149,21 @@ msgstr ""
" . .\n"
" , ."
-#: ../../install_interactive.pm_.c:132
+#: ../../install_interactive.pm_.c:147
msgid "Which size do you want to keep for windows on"
msgstr " windows?"
-#: ../../install_interactive.pm_.c:133
+#: ../../install_interactive.pm_.c:148
#, c-format
msgid "partition %s"
msgstr " %s"
-#: ../../install_interactive.pm_.c:139
+#: ../../install_interactive.pm_.c:155
#, c-format
msgid "FAT resizing failed: %s"
msgstr " FAT: %s"
-#: ../../install_interactive.pm_.c:154
+#: ../../install_interactive.pm_.c:170
msgid ""
"There is no FAT partitions to resize or to use as loopback (or not enough "
"space left)"
@@ -3819,32 +4171,32 @@ msgstr ""
" FAT loopback ( "
" )"
-#: ../../install_interactive.pm_.c:160
+#: ../../install_interactive.pm_.c:176
msgid "Erase entire disk"
msgstr " "
-#: ../../install_interactive.pm_.c:160
+#: ../../install_interactive.pm_.c:176
msgid "Remove Windows(TM)"
msgstr " Windows(TM)"
-#: ../../install_interactive.pm_.c:163
+#: ../../install_interactive.pm_.c:179
msgid "You have more than one hard drive, which one do you install linux on?"
msgstr " , ?"
-#: ../../install_interactive.pm_.c:166
+#: ../../install_interactive.pm_.c:182
#, c-format
msgid "ALL existing partitions and their data will be lost on drive %s"
msgstr " e %s "
-#: ../../install_interactive.pm_.c:174
+#: ../../install_interactive.pm_.c:190
msgid "Custom disk partitioning"
msgstr " "
-#: ../../install_interactive.pm_.c:178
+#: ../../install_interactive.pm_.c:194
msgid "Use fdisk"
msgstr " fdisk"
-#: ../../install_interactive.pm_.c:181
+#: ../../install_interactive.pm_.c:197
#, c-format
msgid ""
"You can now partition %s.\n"
@@ -3853,32 +4205,32 @@ msgstr ""
" %s.\n"
" , `w'"
-#: ../../install_interactive.pm_.c:210
+#: ../../install_interactive.pm_.c:226
msgid "You don't have enough free space on your Windows partition"
msgstr " "
-#: ../../install_interactive.pm_.c:226
+#: ../../install_interactive.pm_.c:242
msgid "I can't find any room for installing"
msgstr " "
-#: ../../install_interactive.pm_.c:230
+#: ../../install_interactive.pm_.c:246
msgid "The DrakX Partitioning wizard found the following solutions:"
msgstr " DrakX :"
-#: ../../install_interactive.pm_.c:235
+#: ../../install_interactive.pm_.c:251
#, c-format
msgid "Partitioning failed: %s"
msgstr " : %s"
-#: ../../install_interactive.pm_.c:241
+#: ../../install_interactive.pm_.c:261
msgid "Bringing up the network"
msgstr " "
-#: ../../install_interactive.pm_.c:246
+#: ../../install_interactive.pm_.c:266
msgid "Bringing down the network"
msgstr " "
-#: ../../install_steps.pm_.c:73
+#: ../../install_steps.pm_.c:76
msgid ""
"An error occurred, but I don't know how to handle it nicely.\n"
"Continue at your own risk."
@@ -3886,12 +4238,12 @@ msgstr ""
" , .\n"
" ."
-#: ../../install_steps.pm_.c:207
+#: ../../install_steps.pm_.c:205
#, c-format
msgid "Duplicate mount point %s"
msgstr " %s"
-#: ../../install_steps.pm_.c:384
+#: ../../install_steps.pm_.c:388
msgid ""
"Some important packages didn't get installed properly.\n"
"Either your cdrom drive or your cdrom is defective.\n"
@@ -3903,93 +4255,21 @@ msgstr ""
" \"rpm -qpl "
"Mandrake/RPMS/*.rpm\"\n"
-#: ../../install_steps.pm_.c:459
+#: ../../install_steps.pm_.c:458
#, c-format
msgid "Welcome to %s"
msgstr " %s"
-#: ../../install_steps.pm_.c:506 ../../install_steps.pm_.c:709
+#: ../../install_steps.pm_.c:513 ../../install_steps.pm_.c:755
msgid "No floppy drive available"
msgstr " "
-#: ../../install_steps_auto_install.pm_.c:77
-#: ../../install_steps_stdio.pm_.c:23
+#: ../../install_steps_auto_install.pm_.c:76
+#: ../../install_steps_stdio.pm_.c:22
#, c-format
msgid "Entering step `%s'\n"
msgstr " `%s'\n"
-#: ../../install_steps_graphical.pm_.c:287
-msgid "Choose the size you want to install"
-msgstr " , "
-
-#: ../../install_steps_graphical.pm_.c:334
-msgid "Total size: "
-msgstr " : "
-
-#: ../../install_steps_graphical.pm_.c:346 ../../install_steps_gtk.pm_.c:387
-#, c-format
-msgid "Version: %s\n"
-msgstr ": %s\n"
-
-#: ../../install_steps_graphical.pm_.c:347 ../../install_steps_gtk.pm_.c:388
-#, c-format
-msgid "Size: %d KB\n"
-msgstr ": %d KB\n"
-
-#: ../../install_steps_graphical.pm_.c:462 ../../install_steps_gtk.pm_.c:481
-#: ../../install_steps_interactive.pm_.c:509
-msgid "Choose the packages you want to install"
-msgstr " , "
-
-#: ../../install_steps_graphical.pm_.c:465 ../../interactive_gtk.pm_.c:571
-msgid "Info"
-msgstr ""
-
-#: ../../install_steps_graphical.pm_.c:473 ../../install_steps_gtk.pm_.c:457
-#: ../../install_steps_interactive.pm_.c:212
-msgid "Install"
-msgstr ""
-
-#: ../../install_steps_graphical.pm_.c:492 ../../install_steps_gtk.pm_.c:497
-#: ../../install_steps_interactive.pm_.c:695
-msgid "Installing"
-msgstr ""
-
-#: ../../install_steps_graphical.pm_.c:499
-msgid "Please wait, "
-msgstr ", , "
-
-#: ../../install_steps_graphical.pm_.c:501 ../../install_steps_gtk.pm_.c:510
-msgid "Time remaining "
-msgstr " "
-
-#: ../../install_steps_graphical.pm_.c:502
-msgid "Total time "
-msgstr " "
-
-#: ../../install_steps_graphical.pm_.c:507
-#: ../../install_steps_interactive.pm_.c:695
-msgid "Preparing installation"
-msgstr " "
-
-#: ../../install_steps_graphical.pm_.c:528 ../../install_steps_gtk.pm_.c:558
-#, c-format
-msgid "Installing package %s"
-msgstr " %s"
-
-#: ../../install_steps_graphical.pm_.c:553 ../../install_steps_gtk.pm_.c:642
-#: ../../install_steps_gtk.pm_.c:646
-msgid "Go on anyway?"
-msgstr " ?"
-
-#: ../../install_steps_graphical.pm_.c:553 ../../install_steps_gtk.pm_.c:642
-msgid "There was an error ordering packages:"
-msgstr " :"
-
-#: ../../install_steps_graphical.pm_.c:577
-msgid "Use existing configuration for X11?"
-msgstr " X11 ?"
-
#: ../../install_steps_gtk.pm_.c:148
msgid ""
"Your system is low on resource. You may have some problem installing\n"
@@ -4002,12 +4282,13 @@ msgstr ""
",\n"
" 'F1', CDROM ''."
-#: ../../install_steps_gtk.pm_.c:159 ../../install_steps_interactive.pm_.c:187
+#: ../../install_steps_gtk.pm_.c:159 ../../install_steps_interactive.pm_.c:224
msgid "Install Class"
msgstr " "
#: ../../install_steps_gtk.pm_.c:162
-msgid "Please, choose one of the following classes of installation:"
+#, fuzzy
+msgid "Please choose one of the following classes of installation:"
msgstr ", :"
#: ../../install_steps_gtk.pm_.c:228
@@ -4056,61 +4337,71 @@ msgstr " - ."
msgid "Percentage of packages to install"
msgstr " "
-#: ../../install_steps_gtk.pm_.c:291 ../../install_steps_interactive.pm_.c:619
+#: ../../install_steps_gtk.pm_.c:291 ../../install_steps_interactive.pm_.c:705
msgid "Package Group Selection"
msgstr " "
-#: ../../install_steps_gtk.pm_.c:320 ../../install_steps_interactive.pm_.c:634
+#: ../../install_steps_gtk.pm_.c:323 ../../install_steps_interactive.pm_.c:720
msgid "Individual package selection"
msgstr " "
-#: ../../install_steps_gtk.pm_.c:343 ../../install_steps_interactive.pm_.c:598
+#: ../../install_steps_gtk.pm_.c:346 ../../install_steps_interactive.pm_.c:645
#, c-format
msgid "Total size: %d / %d MB"
msgstr " : %d / %d MB"
-#: ../../install_steps_gtk.pm_.c:385
+#: ../../install_steps_gtk.pm_.c:391
msgid "Bad package"
msgstr " "
-#: ../../install_steps_gtk.pm_.c:386
+#: ../../install_steps_gtk.pm_.c:392
#, c-format
msgid "Name: %s\n"
msgstr ": %s\n"
-#: ../../install_steps_gtk.pm_.c:389
+#: ../../install_steps_gtk.pm_.c:393
+#, c-format
+msgid "Version: %s\n"
+msgstr ": %s\n"
+
+#: ../../install_steps_gtk.pm_.c:394
+#, c-format
+msgid "Size: %d KB\n"
+msgstr ": %d KB\n"
+
+#: ../../install_steps_gtk.pm_.c:395
#, c-format
msgid "Importance: %s\n"
msgstr ": %s\n"
-#: ../../install_steps_gtk.pm_.c:411
+#: ../../install_steps_gtk.pm_.c:417
msgid ""
"You can't select this package as there is not enough space left to install it"
msgstr ""
" , "
""
-#: ../../install_steps_gtk.pm_.c:416
+#: ../../install_steps_gtk.pm_.c:422
msgid "The following packages are going to be installed"
msgstr " "
-#: ../../install_steps_gtk.pm_.c:417
+#: ../../install_steps_gtk.pm_.c:423
msgid "The following packages are going to be removed"
msgstr " "
-#: ../../install_steps_gtk.pm_.c:429
+#: ../../install_steps_gtk.pm_.c:435
msgid "You can't select/unselect this package"
msgstr " / "
-#: ../../install_steps_gtk.pm_.c:441
+#: ../../install_steps_gtk.pm_.c:447
msgid "This is a mandatory package, it can't be unselected"
msgstr " , "
-#: ../../install_steps_gtk.pm_.c:443
+#: ../../install_steps_gtk.pm_.c:449
msgid "You can't unselect this package. It is already installed"
msgstr " . "
-#: ../../install_steps_gtk.pm_.c:447
+#: ../../install_steps_gtk.pm_.c:453
msgid ""
"This package must be upgraded\n"
"Are you sure you want to deselect it?"
@@ -4118,40 +4409,103 @@ msgstr ""
" \n"
" , ?"
-#: ../../install_steps_gtk.pm_.c:451
+#: ../../install_steps_gtk.pm_.c:457
msgid "You can't unselect this package. It must be upgraded"
msgstr " . "
-#: ../../install_steps_gtk.pm_.c:456
+#: ../../install_steps_gtk.pm_.c:462
msgid "Show automatically selected packages"
msgstr " "
-#: ../../install_steps_gtk.pm_.c:460
+#: ../../install_steps_gtk.pm_.c:463 ../../install_steps_interactive.pm_.c:246
+#: ../../install_steps_interactive.pm_.c:250
+msgid "Install"
+msgstr ""
+
+#: ../../install_steps_gtk.pm_.c:466
msgid "Load/Save on floppy"
msgstr "/ "
-#: ../../install_steps_gtk.pm_.c:461
+#: ../../install_steps_gtk.pm_.c:467
msgid "Updating package selection"
msgstr " "
-#: ../../install_steps_gtk.pm_.c:466
+#: ../../install_steps_gtk.pm_.c:472
msgid "Minimal install"
msgstr " "
-#: ../../install_steps_gtk.pm_.c:503
+#: ../../install_steps_gtk.pm_.c:487 ../../install_steps_interactive.pm_.c:555
+msgid "Choose the packages you want to install"
+msgstr " , "
+
+#: ../../install_steps_gtk.pm_.c:503 ../../install_steps_interactive.pm_.c:787
+msgid "Installing"
+msgstr ""
+
+#: ../../install_steps_gtk.pm_.c:509
msgid "Estimating"
msgstr ""
-#: ../../install_steps_gtk.pm_.c:522
+#: ../../install_steps_gtk.pm_.c:516
+msgid "Time remaining "
+msgstr " "
+
+#: ../../install_steps_gtk.pm_.c:528
msgid "Please wait, preparing installation"
msgstr ", , "
-#: ../../install_steps_gtk.pm_.c:553
+#: ../../install_steps_gtk.pm_.c:611
#, c-format
msgid "%d packages"
msgstr "%d "
-#: ../../install_steps_gtk.pm_.c:599
+#: ../../install_steps_gtk.pm_.c:616
+#, c-format
+msgid "Installing package %s"
+msgstr " %s"
+
+#: ../../install_steps_gtk.pm_.c:657 ../../install_steps_interactive.pm_.c:185
+#: ../../install_steps_interactive.pm_.c:811
+#: ../../standalone/drakautoinst_.c:203
+msgid "Accept"
+msgstr ""
+
+#: ../../install_steps_gtk.pm_.c:657 ../../install_steps_interactive.pm_.c:185
+#: ../../install_steps_interactive.pm_.c:811
+msgid "Refuse"
+msgstr ""
+
+#: ../../install_steps_gtk.pm_.c:658 ../../install_steps_interactive.pm_.c:812
+#, 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 ""
+" CD-ROM !\n"
+"\n"
+", CD-ROM \"%s\" Ok, "
+" .\n"
+" , , CD-"
+"ROM."
+
+#: ../../install_steps_gtk.pm_.c:672 ../../install_steps_gtk.pm_.c:676
+#: ../../install_steps_interactive.pm_.c:824
+#: ../../install_steps_interactive.pm_.c:828
+msgid "Go on anyway?"
+msgstr " ?"
+
+#: ../../install_steps_gtk.pm_.c:672 ../../install_steps_interactive.pm_.c:824
+msgid "There was an error ordering packages:"
+msgstr " :"
+
+#: ../../install_steps_gtk.pm_.c:676 ../../install_steps_interactive.pm_.c:828
+msgid "There was an error installing packages:"
+msgstr " :"
+
+#: ../../install_steps_interactive.pm_.c:10
msgid ""
"\n"
"Warning\n"
@@ -4212,43 +4566,20 @@ msgstr ""
" \n"
" .\n"
-#: ../../install_steps_gtk.pm_.c:627 ../../install_steps_interactive.pm_.c:148
-msgid "Accept"
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:627 ../../install_steps_interactive.pm_.c:148
-msgid "Refuse"
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:628
-#, 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 ""
-" CD-ROM !\n"
-"\n"
-", CD-ROM \"%s\" Ok, "
-" .\n"
-" , , CD-"
-"ROM."
-
-#: ../../install_steps_gtk.pm_.c:646
-msgid "There was an error installing packages:"
-msgstr " :"
-
-#: ../../install_steps_interactive.pm_.c:37
+#: ../../install_steps_interactive.pm_.c:67
msgid "An error occurred"
msgstr " "
-#: ../../install_steps_interactive.pm_.c:71
+#: ../../install_steps_interactive.pm_.c:85
+#, fuzzy
+msgid "Do you really want to leave the installation?"
+msgstr " \"%s\" ?"
+
+#: ../../install_steps_interactive.pm_.c:108
msgid "License agreement"
msgstr " "
-#: ../../install_steps_interactive.pm_.c:72
+#: ../../install_steps_interactive.pm_.c:109
msgid ""
"Introduction\n"
"\n"
@@ -4487,99 +4818,108 @@ msgstr ""
" \n"
".\n"
-#: ../../install_steps_interactive.pm_.c:168
-#: ../../install_steps_interactive.pm_.c:871
+#: ../../install_steps_interactive.pm_.c:205
+#: ../../install_steps_interactive.pm_.c:1045
#: ../../standalone/keyboarddrake_.c:28
msgid "Keyboard"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:169
-#: ../../standalone/keyboarddrake_.c:29
-msgid "Please, choose your keyboard layout."
+#: ../../install_steps_interactive.pm_.c:206
+#, fuzzy
+msgid "Please choose your keyboard layout."
msgstr ", ."
-#: ../../install_steps_interactive.pm_.c:170
+#: ../../install_steps_interactive.pm_.c:207
msgid "Here is the full list of keyboards available"
msgstr " "
-#: ../../install_steps_interactive.pm_.c:187
+#: ../../install_steps_interactive.pm_.c:224
msgid "Which installation class do you want?"
msgstr " ?"
-#: ../../install_steps_interactive.pm_.c:189
+#: ../../install_steps_interactive.pm_.c:226
msgid "Install/Update"
msgstr "/"
-#: ../../install_steps_interactive.pm_.c:189
+#: ../../install_steps_interactive.pm_.c:226
msgid "Is this an install or an update?"
msgstr " ?"
-#: ../../install_steps_interactive.pm_.c:198
+#: ../../install_steps_interactive.pm_.c:235
msgid "Recommended"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:201
-#: ../../install_steps_interactive.pm_.c:204
+#: ../../install_steps_interactive.pm_.c:238
+#: ../../install_steps_interactive.pm_.c:241
msgid "Expert"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:212
-msgid "Update"
+#: ../../install_steps_interactive.pm_.c:246
+#: ../../install_steps_interactive.pm_.c:250
+#, fuzzy
+msgid "Upgrade"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:224 ../../standalone/mousedrake_.c:48
-msgid "Please, choose the type of your mouse."
+#: ../../install_steps_interactive.pm_.c:246
+#: ../../install_steps_interactive.pm_.c:250
+#, fuzzy
+msgid "Upgrade packages only"
+msgstr " "
+
+#: ../../install_steps_interactive.pm_.c:266
+#, fuzzy
+msgid "Please choose the type of your mouse."
msgstr ", ."
-#: ../../install_steps_interactive.pm_.c:230 ../../standalone/mousedrake_.c:64
+#: ../../install_steps_interactive.pm_.c:272 ../../standalone/mousedrake_.c:65
msgid "Mouse Port"
msgstr " "
-#: ../../install_steps_interactive.pm_.c:231 ../../standalone/mousedrake_.c:65
+#: ../../install_steps_interactive.pm_.c:273 ../../standalone/mousedrake_.c:66
msgid "Please choose on which serial port your mouse is connected to."
msgstr ", ."
-#: ../../install_steps_interactive.pm_.c:239
+#: ../../install_steps_interactive.pm_.c:281
msgid "Buttons emulation"
msgstr " "
-#: ../../install_steps_interactive.pm_.c:241
+#: ../../install_steps_interactive.pm_.c:283
msgid "Button 2 Emulation"
msgstr " 2 "
-#: ../../install_steps_interactive.pm_.c:242
+#: ../../install_steps_interactive.pm_.c:284
msgid "Button 3 Emulation"
msgstr " 3 "
-#: ../../install_steps_interactive.pm_.c:261
+#: ../../install_steps_interactive.pm_.c:305
msgid "Configuring PCMCIA cards..."
msgstr " PCMCIA ..."
-#: ../../install_steps_interactive.pm_.c:261
+#: ../../install_steps_interactive.pm_.c:305
msgid "PCMCIA"
msgstr "PCMCIA"
-#: ../../install_steps_interactive.pm_.c:266
+#: ../../install_steps_interactive.pm_.c:312
msgid "Configuring IDE"
msgstr " IDE"
-#: ../../install_steps_interactive.pm_.c:266
+#: ../../install_steps_interactive.pm_.c:312
msgid "IDE"
msgstr "IDE"
-#: ../../install_steps_interactive.pm_.c:281
+#: ../../install_steps_interactive.pm_.c:327
msgid "no available partitions"
msgstr " "
-#: ../../install_steps_interactive.pm_.c:284
+#: ../../install_steps_interactive.pm_.c:330
msgid "Scanning partitions to find mount points"
msgstr " "
-#: ../../install_steps_interactive.pm_.c:292
+#: ../../install_steps_interactive.pm_.c:338
msgid "Choose the mount points"
msgstr " "
-#: ../../install_steps_interactive.pm_.c:311
+#: ../../install_steps_interactive.pm_.c:357
#, c-format
msgid ""
"I can't read your partition table, it's too corrupted for me :(\n"
@@ -4595,7 +4935,7 @@ msgstr ""
" DrakX .\n"
"( %s)\n"
-#: ../../install_steps_interactive.pm_.c:324
+#: ../../install_steps_interactive.pm_.c:370
msgid ""
"DiskDrake failed to read correctly the partition table.\n"
"Continue at your own risk!"
@@ -4603,7 +4943,7 @@ msgstr ""
"DiskDrake .\n"
" !"
-#: ../../install_steps_interactive.pm_.c:340
+#: ../../install_steps_interactive.pm_.c:386
msgid ""
"No free space for 1MB bootstrap! Install will continue, but to boot your "
"system, you'll need to create the bootstrap partition in DiskDrake"
@@ -4612,79 +4952,75 @@ msgstr ""
" , "
"DiskDrake"
-#: ../../install_steps_interactive.pm_.c:349
+#: ../../install_steps_interactive.pm_.c:395
msgid "No root partition found to perform an upgrade"
msgstr " "
-#: ../../install_steps_interactive.pm_.c:350
+#: ../../install_steps_interactive.pm_.c:396
msgid "Root Partition"
msgstr "Root "
-#: ../../install_steps_interactive.pm_.c:351
+#: ../../install_steps_interactive.pm_.c:397
msgid "What is the root partition (/) of your system?"
msgstr " root- (/) ?"
-#: ../../install_steps_interactive.pm_.c:365
+#: ../../install_steps_interactive.pm_.c:411
msgid "You need to reboot for the partition table modifications to take place"
msgstr " , "
-#: ../../install_steps_interactive.pm_.c:389
+#: ../../install_steps_interactive.pm_.c:435
msgid "Choose the partitions you want to format"
msgstr " , "
-#: ../../install_steps_interactive.pm_.c:390
+#: ../../install_steps_interactive.pm_.c:436
msgid "Check bad blocks?"
msgstr " ?"
-#: ../../install_steps_interactive.pm_.c:416
+#: ../../install_steps_interactive.pm_.c:462
msgid "Formatting partitions"
msgstr " owe"
-#: ../../install_steps_interactive.pm_.c:418
+#: ../../install_steps_interactive.pm_.c:464
#, c-format
msgid "Creating and formatting file %s"
msgstr " %s"
-#: ../../install_steps_interactive.pm_.c:421
+#: ../../install_steps_interactive.pm_.c:467
msgid "Not enough swap to fulfill installation, please add some"
msgstr ""
" swap , "
-#: ../../install_steps_interactive.pm_.c:427
+#: ../../install_steps_interactive.pm_.c:473
msgid "Looking for available packages"
msgstr " "
-#: ../../install_steps_interactive.pm_.c:433
+#: ../../install_steps_interactive.pm_.c:479
msgid "Finding packages to upgrade"
msgstr " "
-#: ../../install_steps_interactive.pm_.c:450
+#: ../../install_steps_interactive.pm_.c:496
#, c-format
msgid ""
"Your system has not enough space left for installation or upgrade (%d > %d)"
msgstr ""
" (%d > %d)"
-#: ../../install_steps_interactive.pm_.c:469
+#: ../../install_steps_interactive.pm_.c:515
#, c-format
msgid "Complete (%dMB)"
msgstr " (%dMB)"
-#: ../../install_steps_interactive.pm_.c:469
+#: ../../install_steps_interactive.pm_.c:515
#, c-format
msgid "Minimum (%dMB)"
msgstr " (%d Mb)"
-#: ../../install_steps_interactive.pm_.c:469
+#: ../../install_steps_interactive.pm_.c:515
#, c-format
msgid "Recommended (%dMB)"
msgstr " (%dMb)"
-#: ../../install_steps_interactive.pm_.c:475
-msgid "Custom"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:522
+#: ../../install_steps_interactive.pm_.c:568
msgid ""
"Please choose load or save package selection on floppy.\n"
"The format is the same as auto_install generated floppies."
@@ -4692,31 +5028,55 @@ msgstr ""
" .\n"
" auto_install ."
-#: ../../install_steps_interactive.pm_.c:525
+#: ../../install_steps_interactive.pm_.c:571
msgid "Load from floppy"
msgstr " "
-#: ../../install_steps_interactive.pm_.c:527
+#: ../../install_steps_interactive.pm_.c:573
msgid "Loading from floppy"
msgstr " "
-#: ../../install_steps_interactive.pm_.c:527
+#: ../../install_steps_interactive.pm_.c:573
msgid "Package selection"
msgstr " "
-#: ../../install_steps_interactive.pm_.c:532
+#: ../../install_steps_interactive.pm_.c:578
msgid "Insert a floppy containing package selection"
msgstr " "
-#: ../../install_steps_interactive.pm_.c:544
+#: ../../install_steps_interactive.pm_.c:590
msgid "Save on floppy"
msgstr " "
-#: ../../install_steps_interactive.pm_.c:605
+#: ../../install_steps_interactive.pm_.c:658
msgid "Selected size is larger than available space"
msgstr " - "
-#: ../../install_steps_interactive.pm_.c:670
+#: ../../install_steps_interactive.pm_.c:671
+#, fuzzy
+msgid "Type of install"
+msgstr " "
+
+#: ../../install_steps_interactive.pm_.c:672
+msgid ""
+"You haven't selected any group of packages.\n"
+"Please choose the minimal installation you want:"
+msgstr ""
+
+#: ../../install_steps_interactive.pm_.c:675
+#, fuzzy
+msgid "With X"
+msgstr " "
+
+#: ../../install_steps_interactive.pm_.c:677
+msgid "With basic documentation (recommended!)"
+msgstr ""
+
+#: ../../install_steps_interactive.pm_.c:678
+msgid "Truly minimal install (especially no urpmi)"
+msgstr ""
+
+#: ../../install_steps_interactive.pm_.c:762
msgid ""
"If you have all the CDs in the list below, click Ok.\n"
"If you have none of those CDs, click Cancel.\n"
@@ -4726,12 +5086,16 @@ msgstr ""
" CD-, .\n"
" CD-, , Ok. "
-#: ../../install_steps_interactive.pm_.c:675
+#: ../../install_steps_interactive.pm_.c:767
#, c-format
msgid "Cd-Rom labeled \"%s\""
msgstr "CD-ROM \"%s\""
-#: ../../install_steps_interactive.pm_.c:704
+#: ../../install_steps_interactive.pm_.c:787
+msgid "Preparing installation"
+msgstr " "
+
+#: ../../install_steps_interactive.pm_.c:796
#, c-format
msgid ""
"Installing package %s\n"
@@ -4740,21 +5104,21 @@ msgstr ""
" %s\n"
"%d%%"
-#: ../../install_steps_interactive.pm_.c:713
+#: ../../install_steps_interactive.pm_.c:842
msgid "Post-install configuration"
msgstr " "
-#: ../../install_steps_interactive.pm_.c:719
+#: ../../install_steps_interactive.pm_.c:848
#, c-format
msgid "Please insert the Boot floppy used in drive %s"
msgstr " %s"
-#: ../../install_steps_interactive.pm_.c:725
+#: ../../install_steps_interactive.pm_.c:854
#, c-format
msgid "Please insert the Update Modules floppy in drive %s"
msgstr " %s"
-#: ../../install_steps_interactive.pm_.c:750
+#: ../../install_steps_interactive.pm_.c:874
msgid ""
"You have now the possibility to download software aimed for encryption.\n"
"\n"
@@ -4820,133 +5184,159 @@ msgstr ""
"Altadena California 91001\n"
"USA"
-#: ../../install_steps_interactive.pm_.c:782
+#: ../../install_steps_interactive.pm_.c:912
+msgid ""
+"You have now the possibility to download updated packages that have\n"
+"been released after the distribution has been made available.\n"
+"\n"
+"You will get security fixes or bug fixes, but you need to have an\n"
+"Internet connection configured to proceed.\n"
+"\n"
+"Do you want to install the updates ?"
+msgstr ""
+
+#: ../../install_steps_interactive.pm_.c:926
+#, fuzzy
+msgid "Contacting Mandrake Linux web site to get the list of available mirrors"
+msgstr " "
+
+#: ../../install_steps_interactive.pm_.c:931
msgid "Choose a mirror from which to get the packages"
msgstr " , "
-#: ../../install_steps_interactive.pm_.c:793
+#: ../../install_steps_interactive.pm_.c:940
msgid "Contacting the mirror to get the list of available packages"
msgstr " "
-#: ../../install_steps_interactive.pm_.c:796
-msgid "Please choose the packages you want to install."
-msgstr ", , ."
-
-#: ../../install_steps_interactive.pm_.c:808
+#: ../../install_steps_interactive.pm_.c:967
msgid "Which is your timezone?"
msgstr " ?"
-#: ../../install_steps_interactive.pm_.c:813
+#: ../../install_steps_interactive.pm_.c:972
msgid "Hardware clock set to GMT"
msgstr " GMT"
-#: ../../install_steps_interactive.pm_.c:814
+#: ../../install_steps_interactive.pm_.c:973
msgid "Automatic time synchronization (using NTP)"
msgstr " ( NTP)"
-#: ../../install_steps_interactive.pm_.c:821
+#: ../../install_steps_interactive.pm_.c:980
msgid "NTP Server"
msgstr "NTP "
-#: ../../install_steps_interactive.pm_.c:855
-#: ../../install_steps_interactive.pm_.c:863 ../../printerdrake.pm_.c:104
+#: ../../install_steps_interactive.pm_.c:1014
+#: ../../install_steps_interactive.pm_.c:1022
msgid "Remote CUPS server"
msgstr " CUPS "
-#: ../../install_steps_interactive.pm_.c:856
+#: ../../install_steps_interactive.pm_.c:1015
msgid "No printer"
msgstr " "
-#: ../../install_steps_interactive.pm_.c:867 ../../steps.pm_.c:27
+#: ../../install_steps_interactive.pm_.c:1032
+#, fuzzy
+msgid "Do you have an ISA sound card?"
+msgstr " () ?"
+
+#: ../../install_steps_interactive.pm_.c:1034
+msgid "Run \"sndconfig\" after installation to configure your sound card"
+msgstr ""
+
+#: ../../install_steps_interactive.pm_.c:1036
+msgid "No sound card detected. Try \"harddrake\" after installation"
+msgstr ""
+
+#: ../../install_steps_interactive.pm_.c:1041 ../../steps.pm_.c:27
msgid "Summary"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:870
+#: ../../install_steps_interactive.pm_.c:1044
msgid "Mouse"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:872
+#: ../../install_steps_interactive.pm_.c:1046
msgid "Timezone"
msgstr " "
-#: ../../install_steps_interactive.pm_.c:873 ../../printerdrake.pm_.c:1773
-#: ../../printerdrake.pm_.c:1844
+#: ../../install_steps_interactive.pm_.c:1047 ../../printerdrake.pm_.c:2276
+#: ../../printerdrake.pm_.c:2354
msgid "Printer"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:875
+#: ../../install_steps_interactive.pm_.c:1049
msgid "ISDN card"
msgstr "ISDN "
-#: ../../install_steps_interactive.pm_.c:878
+#: ../../install_steps_interactive.pm_.c:1052
+#: ../../install_steps_interactive.pm_.c:1054
msgid "Sound card"
msgstr " "
-#: ../../install_steps_interactive.pm_.c:881
+#: ../../install_steps_interactive.pm_.c:1056
msgid "TV card"
msgstr "TV "
-#: ../../install_steps_interactive.pm_.c:917
-#: ../../install_steps_interactive.pm_.c:941
-#: ../../install_steps_interactive.pm_.c:945
+#: ../../install_steps_interactive.pm_.c:1094
+#: ../../install_steps_interactive.pm_.c:1118
+#: ../../install_steps_interactive.pm_.c:1122
msgid "LDAP"
msgstr "LDAP"
-#: ../../install_steps_interactive.pm_.c:918
-#: ../../install_steps_interactive.pm_.c:941
-#: ../../install_steps_interactive.pm_.c:954
+#: ../../install_steps_interactive.pm_.c:1095
+#: ../../install_steps_interactive.pm_.c:1118
+#: ../../install_steps_interactive.pm_.c:1131
msgid "NIS"
msgstr "NIS"
-#: ../../install_steps_interactive.pm_.c:919
-#: ../../install_steps_interactive.pm_.c:941
+#: ../../install_steps_interactive.pm_.c:1096
+#: ../../install_steps_interactive.pm_.c:1118
msgid "Local files"
msgstr " "
-#: ../../install_steps_interactive.pm_.c:928
-#: ../../install_steps_interactive.pm_.c:929 ../../steps.pm_.c:24
+#: ../../install_steps_interactive.pm_.c:1105
+#: ../../install_steps_interactive.pm_.c:1106 ../../steps.pm_.c:24
msgid "Set root password"
msgstr " root"
-#: ../../install_steps_interactive.pm_.c:930
+#: ../../install_steps_interactive.pm_.c:1107
msgid "No password"
msgstr " "
-#: ../../install_steps_interactive.pm_.c:935
+#: ../../install_steps_interactive.pm_.c:1112
#, c-format
msgid "This password is too simple (must be at least %d characters long)"
msgstr " ( %d )"
-#: ../../install_steps_interactive.pm_.c:941 ../../network/modem.pm_.c:47
-#: ../../standalone/draknet_.c:604
+#: ../../install_steps_interactive.pm_.c:1118 ../../network/modem.pm_.c:49
+#: ../../standalone/draknet_.c:626 ../../standalone/logdrake_.c:172
msgid "Authentication"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:949
+#: ../../install_steps_interactive.pm_.c:1126
msgid "Authentication LDAP"
msgstr "LDAP "
-#: ../../install_steps_interactive.pm_.c:950
+#: ../../install_steps_interactive.pm_.c:1127
msgid "LDAP Base dn"
msgstr "LDAP dn"
-#: ../../install_steps_interactive.pm_.c:951
+#: ../../install_steps_interactive.pm_.c:1128
msgid "LDAP Server"
msgstr "LDAP "
-#: ../../install_steps_interactive.pm_.c:957
+#: ../../install_steps_interactive.pm_.c:1134
msgid "Authentication NIS"
msgstr "NIS "
-#: ../../install_steps_interactive.pm_.c:958
+#: ../../install_steps_interactive.pm_.c:1135
msgid "NIS Domain"
msgstr "NIS "
-#: ../../install_steps_interactive.pm_.c:959
+#: ../../install_steps_interactive.pm_.c:1136
msgid "NIS Server"
msgstr "NIS "
-#: ../../install_steps_interactive.pm_.c:994
+#: ../../install_steps_interactive.pm_.c:1171
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 "
@@ -4975,19 +5365,20 @@ msgstr ""
" bootdisk , \n"
" \"Ok\"."
-#: ../../install_steps_interactive.pm_.c:1010
+#: ../../install_steps_interactive.pm_.c:1187
msgid "First floppy drive"
msgstr " "
-#: ../../install_steps_interactive.pm_.c:1011
+#: ../../install_steps_interactive.pm_.c:1188
msgid "Second floppy drive"
msgstr " "
-#: ../../install_steps_interactive.pm_.c:1012 ../../printerdrake.pm_.c:1382
+#: ../../install_steps_interactive.pm_.c:1189 ../../printerdrake.pm_.c:1848
msgid "Skip"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1017
+#: ../../install_steps_interactive.pm_.c:1194
+#, c-format
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 "
@@ -4998,7 +5389,8 @@ msgid ""
"with\n"
"the Mandrake rescue image, making it much easier to recover from severe "
"system\n"
-"failures. Would you like to create a bootdisk for your system?"
+"failures. Would you like to create a bootdisk for your system?\n"
+"%s"
msgstr ""
" bootdisk Linux "
"\n"
@@ -5008,30 +5400,40 @@ msgstr ""
" LILO LILO \n"
" . Bootdisk- \n"
" Mandrake, \n"
-" . bootdisk ?"
+" . bootdisk ?\n"
+"%s"
-#: ../../install_steps_interactive.pm_.c:1026
+#: ../../install_steps_interactive.pm_.c:1200
+msgid ""
+"\n"
+"\n"
+"(WARNING! You're using XFS for your root partition,\n"
+"creating a bootdisk on a 1.44 Mb floppy will probably fail,\n"
+"because XFS needs a very large driver)."
+msgstr ""
+
+#: ../../install_steps_interactive.pm_.c:1208
msgid "Sorry, no floppy drive available"
msgstr " "
-#: ../../install_steps_interactive.pm_.c:1030
+#: ../../install_steps_interactive.pm_.c:1212
msgid "Choose the floppy drive you want to use to make the bootdisk"
msgstr " , "
-#: ../../install_steps_interactive.pm_.c:1034
-#, c-format
-msgid "Insert a floppy in drive %s"
+#: ../../install_steps_interactive.pm_.c:1216
+#, fuzzy, c-format
+msgid "Insert a floppy in %s"
msgstr " %s"
-#: ../../install_steps_interactive.pm_.c:1037
+#: ../../install_steps_interactive.pm_.c:1219
msgid "Creating bootdisk"
msgstr " "
-#: ../../install_steps_interactive.pm_.c:1044
+#: ../../install_steps_interactive.pm_.c:1226
msgid "Preparing bootloader"
msgstr " bootloader"
-#: ../../install_steps_interactive.pm_.c:1055
+#: ../../install_steps_interactive.pm_.c:1237
msgid ""
"You appear to have an OldWorld or Unknown\n"
" machine, the yaboot bootloader will not work for you.\n"
@@ -5043,11 +5445,11 @@ msgstr ""
" , \n"
" BootX, "
-#: ../../install_steps_interactive.pm_.c:1060
+#: ../../install_steps_interactive.pm_.c:1243
msgid "Do you want to use aboot?"
msgstr " aboot ?"
-#: ../../install_steps_interactive.pm_.c:1063
+#: ../../install_steps_interactive.pm_.c:1246
msgid ""
"Error installing aboot, \n"
"try to force installation even if that destroys the first partition?"
@@ -5055,15 +5457,15 @@ msgstr ""
" aboot, \n"
" , ?"
-#: ../../install_steps_interactive.pm_.c:1070
+#: ../../install_steps_interactive.pm_.c:1253
msgid "Installing bootloader"
msgstr " bootloader"
-#: ../../install_steps_interactive.pm_.c:1076
+#: ../../install_steps_interactive.pm_.c:1259
msgid "Installation of bootloader failed. The following error occured:"
msgstr " bootloader . :"
-#: ../../install_steps_interactive.pm_.c:1084
+#: ../../install_steps_interactive.pm_.c:1267
#, c-format
msgid ""
"You may need to change your Open Firmware boot-device to\n"
@@ -5080,34 +5482,18 @@ msgstr ""
" : shut-down\n"
" ."
-#: ../../install_steps_interactive.pm_.c:1092 ../../standalone/draksec_.c:23
-msgid "Low"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1093 ../../standalone/draksec_.c:24
-msgid "Medium"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1094 ../../standalone/draksec_.c:25
-msgid "High"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1098 ../../standalone/draksec_.c:62
-msgid "Choose security level"
-msgstr " "
-
-#: ../../install_steps_interactive.pm_.c:1134
-#: ../../standalone/drakautoinst_.c:80
+#: ../../install_steps_interactive.pm_.c:1311
+#: ../../standalone/drakautoinst_.c:81
#, c-format
msgid "Insert a blank floppy in drive %s"
msgstr " %s"
-#: ../../install_steps_interactive.pm_.c:1138
-#: ../../standalone/drakautoinst_.c:82
+#: ../../install_steps_interactive.pm_.c:1315
+#: ../../standalone/drakautoinst_.c:83
msgid "Creating auto install floppy"
msgstr " "
-#: ../../install_steps_interactive.pm_.c:1149
+#: ../../install_steps_interactive.pm_.c:1326
msgid ""
"Some steps are not completed.\n"
"\n"
@@ -5117,14 +5503,19 @@ msgstr ""
"\n"
" ?"
-#: ../../install_steps_interactive.pm_.c:1160
+#: ../../install_steps_interactive.pm_.c:1337
msgid ""
"Congratulations, installation is complete.\n"
"Remove the boot media and press return to reboot.\n"
"\n"
+"\n"
"For information on fixes which are available for this release of Mandrake "
"Linux,\n"
-"consult the Errata available from http://www.mandrakelinux.com/.\n"
+"consult the Errata available from:\n"
+"\n"
+"\n"
+"http://www.linux-mandrake.com/en/82errata.php3\n"
+"\n"
"\n"
"Information on configuring your system is available in the post\n"
"install chapter of the Official Mandrake Linux User's Guide."
@@ -5132,17 +5523,22 @@ msgstr ""
", .\n"
" Enter .\n"
"\n"
+"\n"
" , Mandrake Linux,\n"
-" Errata, : http://www.mandrakelinux.com/.\n"
+" Errata, : \n"
+"\n"
+"\n"
+"http://www.linux-mandrake.com/en/82errata.php3\n"
+"\n"
"\n"
" \n"
" Official Mandrake Linux User's Guide."
-#: ../../install_steps_interactive.pm_.c:1172
+#: ../../install_steps_interactive.pm_.c:1354
msgid "Generate auto install floppy"
msgstr " "
-#: ../../install_steps_interactive.pm_.c:1174
+#: ../../install_steps_interactive.pm_.c:1356
msgid ""
"The auto install can be fully automated if wanted,\n"
"in that case it will take over the hard drive!!\n"
@@ -5156,15 +5552,15 @@ msgstr ""
"\n"
" .\n"
-#: ../../install_steps_interactive.pm_.c:1179
+#: ../../install_steps_interactive.pm_.c:1361
msgid "Automated"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1179
+#: ../../install_steps_interactive.pm_.c:1361
msgid "Replay"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1182
+#: ../../install_steps_interactive.pm_.c:1364
msgid "Save packages selection"
msgstr " "
@@ -5179,348 +5575,447 @@ msgid ""
msgstr ""
" <Tab>/<Alt-Tab> | <Space> | <F12> "
-#: ../../interactive.pm_.c:73
+#: ../../interactive.pm_.c:87
msgid "kdesu missing"
msgstr " kdesu"
-#: ../../interactive.pm_.c:132
+#: ../../interactive.pm_.c:89 ../../interactive.pm_.c:100
+msgid "consolehelper missing"
+msgstr ""
+
+#: ../../interactive.pm_.c:152
msgid "Choose a file"
msgstr " "
-#: ../../interactive.pm_.c:284
+#: ../../interactive.pm_.c:314
msgid "Advanced"
msgstr ""
-#: ../../interactive.pm_.c:345
+#: ../../interactive.pm_.c:315
+msgid "Basic"
+msgstr ""
+
+#: ../../interactive.pm_.c:386
msgid "Please wait"
msgstr " "
-#: ../../interactive_gtk.pm_.c:681
+#: ../../interactive_gtk.pm_.c:605 ../../services.pm_.c:222
+msgid "Info"
+msgstr ""
+
+#: ../../interactive_gtk.pm_.c:715
msgid "Expand Tree"
msgstr " "
-#: ../../interactive_gtk.pm_.c:682
+#: ../../interactive_gtk.pm_.c:716
msgid "Collapse Tree"
msgstr " "
-#: ../../interactive_gtk.pm_.c:683
+#: ../../interactive_gtk.pm_.c:717
msgid "Toggle between flat and group sorted"
msgstr " "
-#: ../../interactive_stdio.pm_.c:35
-#, c-format
-msgid "Ambiguity (%s), be more precise\n"
-msgstr "..... (%s), -\n"
-
-#: ../../interactive_stdio.pm_.c:36 ../../interactive_stdio.pm_.c:51
-#: ../../interactive_stdio.pm_.c:71
+#: ../../interactive_stdio.pm_.c:29 ../../interactive_stdio.pm_.c:147
msgid "Bad choice, try again\n"
msgstr " , \n"
-#: ../../interactive_stdio.pm_.c:39
+#: ../../interactive_stdio.pm_.c:30 ../../interactive_stdio.pm_.c:148
#, c-format
-msgid " ? (default %s) "
-msgstr " ? ( %s)"
+msgid "Your choice? (default %s) "
+msgstr " ? ( %s)"
#: ../../interactive_stdio.pm_.c:52
#, c-format
-msgid "Your choice? (default %s) "
+msgid ""
+"Entries you'll have to fill:\n"
+"%s"
+msgstr ""
+
+#: ../../interactive_stdio.pm_.c:68
+#, fuzzy, c-format
+msgid "Your choice? (0/1, default `%s') "
msgstr " ? ( %s)"
-#: ../../interactive_stdio.pm_.c:72
+#: ../../interactive_stdio.pm_.c:93
+#, fuzzy, c-format
+msgid "Button `%s': %s"
+msgstr ": %s"
+
+#: ../../interactive_stdio.pm_.c:94
+#, fuzzy
+msgid "Do you want to click on this button? "
+msgstr " aboot ?"
+
+#: ../../interactive_stdio.pm_.c:103
+#, fuzzy, c-format
+msgid "Your choice? (default `%s'%s) "
+msgstr " ? ( %s)"
+
+#: ../../interactive_stdio.pm_.c:121
+#, c-format
+msgid "=> There are many things to choose from (%s).\n"
+msgstr ""
+
+#: ../../interactive_stdio.pm_.c:124
+msgid ""
+"Please choose the first number of the 10-range you wish to edit,\n"
+"or just hit Enter to proceed.\n"
+"Your choice? "
+msgstr ""
+
+#: ../../interactive_stdio.pm_.c:137
#, c-format
-msgid "Your choice? (default %s enter `none' for none) "
-msgstr " ? ( %s, 'none' )"
+msgid ""
+"=> Notice, a label changed:\n"
+"%s"
+msgstr ""
+
+#: ../../interactive_stdio.pm_.c:144
+msgid "Re-submit"
+msgstr ""
-#: ../../keyboard.pm_.c:140 ../../keyboard.pm_.c:178
+#: ../../keyboard.pm_.c:174 ../../keyboard.pm_.c:205
msgid "Czech (QWERTZ)"
msgstr " (QWERTZ)"
-#: ../../keyboard.pm_.c:141 ../../keyboard.pm_.c:155 ../../keyboard.pm_.c:180
+#: ../../keyboard.pm_.c:175 ../../keyboard.pm_.c:207
msgid "German"
msgstr ""
-#: ../../keyboard.pm_.c:142
+#: ../../keyboard.pm_.c:176
msgid "Dvorak"
msgstr ""
-#: ../../keyboard.pm_.c:143 ../../keyboard.pm_.c:186
+#: ../../keyboard.pm_.c:177 ../../keyboard.pm_.c:214
msgid "Spanish"
msgstr ""
-#: ../../keyboard.pm_.c:144 ../../keyboard.pm_.c:187
+#: ../../keyboard.pm_.c:178 ../../keyboard.pm_.c:215
msgid "Finnish"
msgstr ""
-#: ../../keyboard.pm_.c:145 ../../keyboard.pm_.c:156 ../../keyboard.pm_.c:188
+#: ../../keyboard.pm_.c:179 ../../keyboard.pm_.c:216
msgid "French"
msgstr ""
-#: ../../keyboard.pm_.c:146 ../../keyboard.pm_.c:211
+#: ../../keyboard.pm_.c:180 ../../keyboard.pm_.c:241
msgid "Norwegian"
msgstr ""
-#: ../../keyboard.pm_.c:147
+#: ../../keyboard.pm_.c:181
msgid "Polish"
msgstr ""
-#: ../../keyboard.pm_.c:148 ../../keyboard.pm_.c:219
+#: ../../keyboard.pm_.c:182 ../../keyboard.pm_.c:249
msgid "Russian"
msgstr ""
-#: ../../keyboard.pm_.c:150 ../../keyboard.pm_.c:221
+#: ../../keyboard.pm_.c:184 ../../keyboard.pm_.c:251
msgid "Swedish"
msgstr ""
-#: ../../keyboard.pm_.c:151 ../../keyboard.pm_.c:236
+#: ../../keyboard.pm_.c:185 ../../keyboard.pm_.c:266
msgid "UK keyboard"
msgstr "U "
-#: ../../keyboard.pm_.c:152 ../../keyboard.pm_.c:157 ../../keyboard.pm_.c:237
+#: ../../keyboard.pm_.c:186 ../../keyboard.pm_.c:267
msgid "US keyboard"
msgstr "US "
-#: ../../keyboard.pm_.c:159
+#: ../../keyboard.pm_.c:188
msgid "Albanian"
msgstr ""
-#: ../../keyboard.pm_.c:160
+#: ../../keyboard.pm_.c:189
msgid "Armenian (old)"
msgstr " ()"
-#: ../../keyboard.pm_.c:161
+#: ../../keyboard.pm_.c:190
msgid "Armenian (typewriter)"
msgstr " ( )"
-#: ../../keyboard.pm_.c:162
+#: ../../keyboard.pm_.c:191
msgid "Armenian (phonetic)"
msgstr " ()"
-#: ../../keyboard.pm_.c:167
+#: ../../keyboard.pm_.c:196
msgid "Azerbaidjani (latin)"
msgstr " ()"
-#: ../../keyboard.pm_.c:169
+#: ../../keyboard.pm_.c:198
msgid "Belgian"
msgstr ""
-#: ../../keyboard.pm_.c:170
-msgid "Bulgarian"
+#: ../../keyboard.pm_.c:199
+#, fuzzy
+msgid "Bulgarian (phonetic)"
+msgstr " ()"
+
+#: ../../keyboard.pm_.c:200
+#, fuzzy
+msgid "Bulgarian (BDS)"
msgstr ""
-#: ../../keyboard.pm_.c:171
+#: ../../keyboard.pm_.c:201
msgid "Brazilian (ABNT-2)"
msgstr " (ABNT-2)"
-#: ../../keyboard.pm_.c:172
+#: ../../keyboard.pm_.c:202
msgid "Belarusian"
msgstr ""
-#: ../../keyboard.pm_.c:173
+#: ../../keyboard.pm_.c:203
msgid "Swiss (German layout)"
msgstr " ( )"
-#: ../../keyboard.pm_.c:174
+#: ../../keyboard.pm_.c:204
msgid "Swiss (French layout)"
msgstr " ( )"
-#: ../../keyboard.pm_.c:179
+#: ../../keyboard.pm_.c:206
msgid "Czech (QWERTY)"
msgstr " (QWERTY)"
-#: ../../keyboard.pm_.c:181
+#: ../../keyboard.pm_.c:208
msgid "German (no dead keys)"
msgstr " ( )"
-#: ../../keyboard.pm_.c:182
+#: ../../keyboard.pm_.c:209
msgid "Danish"
msgstr ""
-#: ../../keyboard.pm_.c:183
+#: ../../keyboard.pm_.c:210
msgid "Dvorak (US)"
msgstr " (US)"
-#: ../../keyboard.pm_.c:184
+#: ../../keyboard.pm_.c:211
msgid "Dvorak (Norwegian)"
msgstr " ()"
-#: ../../keyboard.pm_.c:185
+#: ../../keyboard.pm_.c:212
+#, fuzzy
+msgid "Dvorak (Swedish)"
+msgstr " (US)"
+
+#: ../../keyboard.pm_.c:213
msgid "Estonian"
msgstr ""
-#: ../../keyboard.pm_.c:189
+#: ../../keyboard.pm_.c:217
msgid "Georgian (\"Russian\" layout)"
msgstr " (\"\" )"
-#: ../../keyboard.pm_.c:190
+#: ../../keyboard.pm_.c:218
msgid "Georgian (\"Latin\" layout)"
msgstr " (\"\" )"
-#: ../../keyboard.pm_.c:191
+#: ../../keyboard.pm_.c:219
msgid "Greek"
msgstr ""
-#: ../../keyboard.pm_.c:192
+#: ../../keyboard.pm_.c:220
msgid "Hungarian"
msgstr ""
-#: ../../keyboard.pm_.c:193
+#: ../../keyboard.pm_.c:221
msgid "Croatian"
msgstr ""
-#: ../../keyboard.pm_.c:194
+#: ../../keyboard.pm_.c:222
msgid "Israeli"
msgstr ""
-#: ../../keyboard.pm_.c:195
+#: ../../keyboard.pm_.c:223
msgid "Israeli (Phonetic)"
msgstr " ()"
-#: ../../keyboard.pm_.c:196
+#: ../../keyboard.pm_.c:224
msgid "Iranian"
msgstr ""
-#: ../../keyboard.pm_.c:197
+#: ../../keyboard.pm_.c:225
msgid "Icelandic"
msgstr ""
-#: ../../keyboard.pm_.c:198
+#: ../../keyboard.pm_.c:226
msgid "Italian"
msgstr ""
-#: ../../keyboard.pm_.c:200
+#: ../../keyboard.pm_.c:228
msgid "Japanese 106 keys"
msgstr " 106 "
-#: ../../keyboard.pm_.c:201
+#: ../../keyboard.pm_.c:231
msgid "Korean keyboard"
msgstr " "
-#: ../../keyboard.pm_.c:202
+#: ../../keyboard.pm_.c:232
msgid "Latin American"
msgstr ""
-#: ../../keyboard.pm_.c:203
+#: ../../keyboard.pm_.c:233
msgid "Lithuanian AZERTY (old)"
msgstr " AZERTY ()"
-#: ../../keyboard.pm_.c:205
+#: ../../keyboard.pm_.c:235
msgid "Lithuanian AZERTY (new)"
msgstr " AZERTY ()"
-#: ../../keyboard.pm_.c:206
+#: ../../keyboard.pm_.c:236
msgid "Lithuanian \"number row\" QWERTY"
msgstr " \" \" QWERTY"
-#: ../../keyboard.pm_.c:207
+#: ../../keyboard.pm_.c:237
msgid "Lithuanian \"phonetic\" QWERTY"
msgstr " \"\" QWERTY"
-#: ../../keyboard.pm_.c:208
+#: ../../keyboard.pm_.c:238
msgid "Latvian"
msgstr ""
-#: ../../keyboard.pm_.c:209
+#: ../../keyboard.pm_.c:239
msgid "Macedonian"
msgstr ""
-#: ../../keyboard.pm_.c:210
+#: ../../keyboard.pm_.c:240
msgid "Dutch"
msgstr ""
-#: ../../keyboard.pm_.c:212
+#: ../../keyboard.pm_.c:242
msgid "Polish (qwerty layout)"
msgstr " (QWERTY )"
-#: ../../keyboard.pm_.c:213
+#: ../../keyboard.pm_.c:243
msgid "Polish (qwertz layout)"
msgstr " (QWERTZ )"
-#: ../../keyboard.pm_.c:214
+#: ../../keyboard.pm_.c:244
msgid "Portuguese"
msgstr ""
-#: ../../keyboard.pm_.c:215
+#: ../../keyboard.pm_.c:245
msgid "Canadian (Quebec)"
msgstr " ()"
-#: ../../keyboard.pm_.c:217
+#: ../../keyboard.pm_.c:247
msgid "Romanian (qwertz)"
msgstr " (qwertz)"
-#: ../../keyboard.pm_.c:218
+#: ../../keyboard.pm_.c:248
msgid "Romanian (qwerty)"
msgstr " (qwerty)"
-#: ../../keyboard.pm_.c:220
+#: ../../keyboard.pm_.c:250
msgid "Russian (Yawerty)"
msgstr " (Yawerty)"
-#: ../../keyboard.pm_.c:222
+#: ../../keyboard.pm_.c:252
msgid "Slovenian"
msgstr ""
-#: ../../keyboard.pm_.c:226
+#: ../../keyboard.pm_.c:253
msgid "Slovakian (QWERTZ)"
msgstr " (QWERTZ)"
-#: ../../keyboard.pm_.c:227
+#: ../../keyboard.pm_.c:254
msgid "Slovakian (QWERTY)"
msgstr " (QWERTY)"
-#: ../../keyboard.pm_.c:229
+#: ../../keyboard.pm_.c:256
msgid "Serbian (cyrillic)"
msgstr " ()"
-#: ../../keyboard.pm_.c:230
+#: ../../keyboard.pm_.c:258
+#, fuzzy
+msgid "Tamil"
+msgstr ""
+
+#: ../../keyboard.pm_.c:259
msgid "Thai keyboard"
msgstr " "
-#: ../../keyboard.pm_.c:232
+#: ../../keyboard.pm_.c:261
msgid "Tajik keyboard"
msgstr " "
-#: ../../keyboard.pm_.c:233
+#: ../../keyboard.pm_.c:262
msgid "Turkish (traditional \"F\" model)"
msgstr " ( \"F\" )"
-#: ../../keyboard.pm_.c:234
+#: ../../keyboard.pm_.c:263
msgid "Turkish (modern \"Q\" model)"
msgstr " ( \"Q\" )"
-#: ../../keyboard.pm_.c:235
+#: ../../keyboard.pm_.c:265
msgid "Ukrainian"
msgstr ""
-#: ../../keyboard.pm_.c:238
+#: ../../keyboard.pm_.c:268
msgid "US keyboard (international)"
msgstr "US ()"
-#: ../../keyboard.pm_.c:239
+#: ../../keyboard.pm_.c:269
msgid "Vietnamese \"numeric row\" QWERTY"
msgstr " \" \" QWERTY"
-#: ../../keyboard.pm_.c:240
+#: ../../keyboard.pm_.c:270
msgid "Yugoslavian (latin)"
msgstr " ()"
+#: ../../keyboard.pm_.c:278
+msgid "Right Alt key"
+msgstr ""
+
+#: ../../keyboard.pm_.c:279
+msgid "Both Shift keys simultaneously"
+msgstr ""
+
+#: ../../keyboard.pm_.c:280
+msgid "Control and Shift keys simultaneously"
+msgstr ""
+
+#: ../../keyboard.pm_.c:281
+msgid "CapsLock key"
+msgstr ""
+
+#: ../../keyboard.pm_.c:282
+msgid "Ctrl and Alt keys simultaneously"
+msgstr ""
+
+#: ../../keyboard.pm_.c:283
+msgid "Alt and Shift keys simultaneously"
+msgstr ""
+
+#: ../../keyboard.pm_.c:284
+msgid "\"Menu\" key"
+msgstr ""
+
+#: ../../keyboard.pm_.c:285
+msgid "Left \"Windows\" key"
+msgstr ""
+
+#: ../../keyboard.pm_.c:286
+msgid "Right \"Windows\" key"
+msgstr ""
+
#: ../../loopback.pm_.c:32
#, c-format
msgid "Circular mounts %s\n"
msgstr "\" \" : %s\n"
-#: ../../lvm.pm_.c:83
+#: ../../lvm.pm_.c:88
msgid "Remove the logical volumes first\n"
msgstr " \n"
+#: ../../modules.pm_.c:826
+msgid ""
+"PCMCIA support no longer exist for 2.2 kernels. Please use a 2.4 kernel."
+msgstr ""
+
#: ../../mouse.pm_.c:25
msgid "Sun - Mouse"
msgstr " Sun"
-#: ../../mouse.pm_.c:31
-msgid "Standard"
-msgstr ""
-
#: ../../mouse.pm_.c:32
msgid "Logitech MouseMan+"
msgstr "Logitech MouseMan+"
@@ -5533,11 +6028,11 @@ msgstr " PS2 "
msgid "GlidePoint"
msgstr "GlidePoint"
-#: ../../mouse.pm_.c:36 ../../mouse.pm_.c:62
+#: ../../mouse.pm_.c:36 ../../mouse.pm_.c:63
msgid "Kensington Thinking Mouse"
msgstr "Kensington THinking Mouse"
-#: ../../mouse.pm_.c:37 ../../mouse.pm_.c:58
+#: ../../mouse.pm_.c:37 ../../mouse.pm_.c:59
msgid "Genius NetMouse"
msgstr "Genuis NetMouse"
@@ -5545,111 +6040,111 @@ msgstr "Genuis NetMouse"
msgid "Genius NetScroll"
msgstr "Genius NetScroll"
-#: ../../mouse.pm_.c:43 ../../mouse.pm_.c:67
+#: ../../mouse.pm_.c:43 ../../mouse.pm_.c:68
msgid "1 button"
msgstr "1 "
-#: ../../mouse.pm_.c:44
+#: ../../mouse.pm_.c:44 ../../mouse.pm_.c:51
+msgid "Generic 2 Button Mouse"
+msgstr " 2- "
+
+#: ../../mouse.pm_.c:45
msgid "Generic"
msgstr ""
-#: ../../mouse.pm_.c:45
+#: ../../mouse.pm_.c:46
msgid "Wheel"
msgstr "Wheel"
-#: ../../mouse.pm_.c:48
+#: ../../mouse.pm_.c:49
msgid "serial"
msgstr ""
-#: ../../mouse.pm_.c:50
-msgid "Generic 2 Button Mouse"
-msgstr " 2- "
-
-#: ../../mouse.pm_.c:51
+#: ../../mouse.pm_.c:52
msgid "Generic 3 Button Mouse"
msgstr " 3- "
-#: ../../mouse.pm_.c:52
+#: ../../mouse.pm_.c:53
msgid "Microsoft IntelliMouse"
msgstr "Microsoft IntelliMouse"
-#: ../../mouse.pm_.c:53
+#: ../../mouse.pm_.c:54
msgid "Logitech MouseMan"
msgstr "Logitech MouseMan"
-#: ../../mouse.pm_.c:54
+#: ../../mouse.pm_.c:55
msgid "Mouse Systems"
msgstr "Mouse Systems"
-#: ../../mouse.pm_.c:56
+#: ../../mouse.pm_.c:57
msgid "Logitech CC Series"
msgstr "Logitech CC Series"
-#: ../../mouse.pm_.c:57
+#: ../../mouse.pm_.c:58
msgid "Logitech MouseMan+/FirstMouse+"
msgstr "Logitech MouseMan+/FirstMouse+"
-#: ../../mouse.pm_.c:59
+#: ../../mouse.pm_.c:60
msgid "MM Series"
msgstr "MM Series"
-#: ../../mouse.pm_.c:60
+#: ../../mouse.pm_.c:61
msgid "MM HitTablet"
msgstr "MM HitTablet"
-#: ../../mouse.pm_.c:61
+#: ../../mouse.pm_.c:62
msgid "Logitech Mouse (serial, old C7 type)"
msgstr "Logitech Mouse (, C7)"
-#: ../../mouse.pm_.c:65
+#: ../../mouse.pm_.c:66
msgid "busmouse"
msgstr "BUS "
-#: ../../mouse.pm_.c:68
+#: ../../mouse.pm_.c:69
msgid "2 buttons"
msgstr "2 "
-#: ../../mouse.pm_.c:69
+#: ../../mouse.pm_.c:70
msgid "3 buttons"
msgstr "3 "
-#: ../../mouse.pm_.c:72
+#: ../../mouse.pm_.c:73
msgid "none"
msgstr ""
-#: ../../mouse.pm_.c:74
+#: ../../mouse.pm_.c:75
msgid "No mouse"
msgstr " "
-#: ../../mouse.pm_.c:482
+#: ../../mouse.pm_.c:499
msgid "Please test the mouse"
msgstr ", "
-#: ../../mouse.pm_.c:483
+#: ../../mouse.pm_.c:500
msgid "To activate the mouse,"
msgstr " ,"
-#: ../../mouse.pm_.c:484
+#: ../../mouse.pm_.c:501
msgid "MOVE YOUR WHEEL!"
msgstr " !"
-#: ../../my_gtk.pm_.c:380
+#: ../../my_gtk.pm_.c:651
msgid "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
msgstr "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
-#: ../../my_gtk.pm_.c:415
+#: ../../my_gtk.pm_.c:686
msgid "Finish"
msgstr ""
-#: ../../my_gtk.pm_.c:415
+#: ../../my_gtk.pm_.c:686 ../../printerdrake.pm_.c:1588
msgid "Next ->"
msgstr " ->"
-#: ../../my_gtk.pm_.c:416
+#: ../../my_gtk.pm_.c:687 ../../printerdrake.pm_.c:1586
msgid "<- Previous"
msgstr "<- "
-#: ../../my_gtk.pm_.c:716
+#: ../../my_gtk.pm_.c:1019
msgid "Is this correct?"
msgstr " ?"
@@ -5699,7 +6194,7 @@ msgstr ""
" .\n"
" ."
-#: ../../network/ethernet.pm_.c:92 ../../standalone/drakgw_.c:233
+#: ../../network/ethernet.pm_.c:92 ../../standalone/drakgw_.c:252
msgid "Choose the network interface"
msgstr " "
@@ -5712,7 +6207,7 @@ msgstr ", "
msgid "no network card found"
msgstr " "
-#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:350
+#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:360
msgid "Configuring network"
msgstr " "
@@ -5728,15 +6223,15 @@ msgstr ""
"Host ,\n"
" ``mybox.mylab.myco.com''."
-#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:355
+#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:365
msgid "Host name"
msgstr " :"
#: ../../network/isdn.pm_.c:21 ../../network/isdn.pm_.c:44
-#: ../../network/netconnect.pm_.c:91 ../../network/netconnect.pm_.c:105
-#: ../../network/netconnect.pm_.c:154 ../../network/netconnect.pm_.c:164
-#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:213
-#: ../../network/netconnect.pm_.c:221
+#: ../../network/netconnect.pm_.c:95 ../../network/netconnect.pm_.c:109
+#: ../../network/netconnect.pm_.c:164 ../../network/netconnect.pm_.c:175
+#: ../../network/netconnect.pm_.c:202 ../../network/netconnect.pm_.c:225
+#: ../../network/netconnect.pm_.c:233
msgid "Network Configuration Wizard"
msgstr " "
@@ -5782,13 +6277,13 @@ msgstr " (isdn-light)"
msgid "Old configuration (isdn4net)"
msgstr " (isdn4net)"
-#: ../../network/isdn.pm_.c:169 ../../network/isdn.pm_.c:187
-#: ../../network/isdn.pm_.c:197 ../../network/isdn.pm_.c:204
-#: ../../network/isdn.pm_.c:214
+#: ../../network/isdn.pm_.c:170 ../../network/isdn.pm_.c:188
+#: ../../network/isdn.pm_.c:198 ../../network/isdn.pm_.c:205
+#: ../../network/isdn.pm_.c:215
msgid "ISDN Configuration"
msgstr " IDSN"
-#: ../../network/isdn.pm_.c:169
+#: ../../network/isdn.pm_.c:170
msgid ""
"Select your provider.\n"
" If it's not in the list, choose Unlisted"
@@ -5796,19 +6291,19 @@ msgstr ""
" .\n"
" , Unlisted"
-#: ../../network/isdn.pm_.c:182
+#: ../../network/isdn.pm_.c:183
msgid "Europe protocol"
msgstr " "
-#: ../../network/isdn.pm_.c:182
+#: ../../network/isdn.pm_.c:183
msgid "Europe protocol (EDSS1)"
msgstr " (EDSS1)"
-#: ../../network/isdn.pm_.c:184
+#: ../../network/isdn.pm_.c:185
msgid "Protocol for the rest of the world"
msgstr " "
-#: ../../network/isdn.pm_.c:184
+#: ../../network/isdn.pm_.c:185
msgid ""
"Protocol for the rest of the world \n"
" no D-Channel (leased lines)"
@@ -5816,27 +6311,27 @@ msgstr ""
" \n"
" D- ( )"
-#: ../../network/isdn.pm_.c:188
+#: ../../network/isdn.pm_.c:189
msgid "Which protocol do you want to use ?"
msgstr " ?"
-#: ../../network/isdn.pm_.c:198
+#: ../../network/isdn.pm_.c:199
msgid "What kind of card do you have?"
msgstr " ?"
-#: ../../network/isdn.pm_.c:199
+#: ../../network/isdn.pm_.c:200
msgid "I don't know"
msgstr " "
-#: ../../network/isdn.pm_.c:199
+#: ../../network/isdn.pm_.c:200
msgid "ISA / PCMCIA"
msgstr "ISA / PCMCIA"
-#: ../../network/isdn.pm_.c:199
+#: ../../network/isdn.pm_.c:200
msgid "PCI"
msgstr "PCI"
-#: ../../network/isdn.pm_.c:205
+#: ../../network/isdn.pm_.c:206
msgid ""
"\n"
"If you have an ISA card, the values on the next screen should be right.\n"
@@ -5848,19 +6343,19 @@ msgstr ""
"\n"
" PCMCIA , IRC IO .\n"
-#: ../../network/isdn.pm_.c:209
+#: ../../network/isdn.pm_.c:210
msgid "Abort"
msgstr ""
-#: ../../network/isdn.pm_.c:209
+#: ../../network/isdn.pm_.c:210
msgid "Continue"
msgstr ""
-#: ../../network/isdn.pm_.c:215
+#: ../../network/isdn.pm_.c:216
msgid "Which is your ISDN card ?"
msgstr " ISDN ?"
-#: ../../network/isdn.pm_.c:234
+#: ../../network/isdn.pm_.c:235
msgid ""
"I have detected an ISDN PCI Card, but I don't know the type. Please select "
"one PCI card on the next screen."
@@ -5868,59 +6363,59 @@ msgstr ""
" ISDN PCI , . PCI "
" ."
-#: ../../network/isdn.pm_.c:243
+#: ../../network/isdn.pm_.c:244
msgid "No ISDN PCI card found. Please select one on the next screen."
msgstr " ISDN PCI . ."
-#: ../../network/modem.pm_.c:37
+#: ../../network/modem.pm_.c:39
msgid "Please choose which serial port your modem is connected to."
msgstr ", ."
-#: ../../network/modem.pm_.c:42
+#: ../../network/modem.pm_.c:44
msgid "Dialup options"
msgstr " "
-#: ../../network/modem.pm_.c:43 ../../standalone/draknet_.c:600
+#: ../../network/modem.pm_.c:45 ../../standalone/draknet_.c:622
msgid "Connection name"
msgstr " "
-#: ../../network/modem.pm_.c:44 ../../standalone/draknet_.c:601
+#: ../../network/modem.pm_.c:46 ../../standalone/draknet_.c:623
msgid "Phone number"
msgstr " "
-#: ../../network/modem.pm_.c:45 ../../standalone/draknet_.c:602
+#: ../../network/modem.pm_.c:47 ../../standalone/draknet_.c:624
msgid "Login ID"
msgstr " "
-#: ../../network/modem.pm_.c:47 ../../standalone/draknet_.c:604
+#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
msgid "CHAP"
msgstr "CHAP"
-#: ../../network/modem.pm_.c:47 ../../standalone/draknet_.c:604
+#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
msgid "PAP"
msgstr "PAP"
-#: ../../network/modem.pm_.c:47 ../../standalone/draknet_.c:604
+#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
msgid "Script-based"
msgstr " "
-#: ../../network/modem.pm_.c:47 ../../standalone/draknet_.c:604
+#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
msgid "Terminal-based"
msgstr " "
-#: ../../network/modem.pm_.c:48 ../../standalone/draknet_.c:605
+#: ../../network/modem.pm_.c:50 ../../standalone/draknet_.c:627
msgid "Domain name"
msgstr " "
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:606
+#: ../../network/modem.pm_.c:51 ../../standalone/draknet_.c:628
msgid "First DNS Server (optional)"
msgstr " DNS ( )"
-#: ../../network/modem.pm_.c:50 ../../standalone/draknet_.c:607
+#: ../../network/modem.pm_.c:52 ../../standalone/draknet_.c:629
msgid "Second DNS Server (optional)"
msgstr " DNS ( )"
-#: ../../network/netconnect.pm_.c:33
+#: ../../network/netconnect.pm_.c:34
msgid ""
"\n"
"You can disconnect or reconfigure your connection."
@@ -5928,7 +6423,7 @@ msgstr ""
"\n"
" ."
-#: ../../network/netconnect.pm_.c:33 ../../network/netconnect.pm_.c:36
+#: ../../network/netconnect.pm_.c:34 ../../network/netconnect.pm_.c:37
msgid ""
"\n"
"You can reconfigure your connection."
@@ -5936,11 +6431,11 @@ msgstr ""
"\n"
" ."
-#: ../../network/netconnect.pm_.c:33
+#: ../../network/netconnect.pm_.c:34
msgid "You are currently connected to internet."
msgstr " "
-#: ../../network/netconnect.pm_.c:36
+#: ../../network/netconnect.pm_.c:37
msgid ""
"\n"
"You can connect to Internet or reconfigure your connection."
@@ -5948,32 +6443,33 @@ msgstr ""
"\n"
" ."
-#: ../../network/netconnect.pm_.c:36
+#: ../../network/netconnect.pm_.c:37
msgid "You are not currently connected to Internet."
msgstr " "
-#: ../../network/netconnect.pm_.c:40
-msgid "Connect to Internet"
-msgstr " "
+#: ../../network/netconnect.pm_.c:41
+msgid "Connect"
+msgstr ""
-#: ../../network/netconnect.pm_.c:42
-msgid "Disconnect from Internet"
-msgstr " "
+#: ../../network/netconnect.pm_.c:43
+msgid "Disconnect"
+msgstr ""
-#: ../../network/netconnect.pm_.c:44
-msgid "Configure network connection (LAN or Internet)"
-msgstr " (LAN )"
+#: ../../network/netconnect.pm_.c:45
+#, fuzzy
+msgid "Configure the connection"
+msgstr " "
-#: ../../network/netconnect.pm_.c:47
+#: ../../network/netconnect.pm_.c:50
msgid "Internet connection & configuration"
msgstr " "
-#: ../../network/netconnect.pm_.c:96
+#: ../../network/netconnect.pm_.c:100
#, c-format
msgid "We are now going to configure the %s connection."
msgstr " %s ."
-#: ../../network/netconnect.pm_.c:105
+#: ../../network/netconnect.pm_.c:109
#, c-format
msgid ""
"\n"
@@ -5991,12 +6487,12 @@ msgstr ""
"\n"
" OK, ."
-#: ../../network/netconnect.pm_.c:129 ../../network/netconnect.pm_.c:243
-#: ../../network/netconnect.pm_.c:255 ../../network/tools.pm_.c:56
+#: ../../network/netconnect.pm_.c:138 ../../network/netconnect.pm_.c:252
+#: ../../network/netconnect.pm_.c:271 ../../network/tools.pm_.c:57
msgid "Network Configuration"
msgstr " "
-#: ../../network/netconnect.pm_.c:130
+#: ../../network/netconnect.pm_.c:139
msgid ""
"Because you are doing a network installation, your network is already "
"configured.\n"
@@ -6007,7 +6503,7 @@ msgstr ""
" Ok, , , "
" .\n"
-#: ../../network/netconnect.pm_.c:155
+#: ../../network/netconnect.pm_.c:165
msgid ""
"Welcome to The Network Configuration Wizard\n"
"\n"
@@ -6019,66 +6515,66 @@ msgstr ""
" / .\n"
" , .\n"
-#: ../../network/netconnect.pm_.c:157
+#: ../../network/netconnect.pm_.c:167
msgid "Choose the profile to configure"
msgstr " "
-#: ../../network/netconnect.pm_.c:158
+#: ../../network/netconnect.pm_.c:168
msgid "Use auto detection"
msgstr " "
-#: ../../network/netconnect.pm_.c:164
+#: ../../network/netconnect.pm_.c:175
msgid "Detecting devices..."
msgstr " ..."
-#: ../../network/netconnect.pm_.c:175 ../../network/netconnect.pm_.c:184
+#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
msgid "Normal modem connection"
msgstr " "
-#: ../../network/netconnect.pm_.c:175 ../../network/netconnect.pm_.c:184
+#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
#, c-format
msgid "detected on port %s"
msgstr " %s"
-#: ../../network/netconnect.pm_.c:176 ../../network/netconnect.pm_.c:185
+#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
msgid "ISDN connection"
msgstr "ISDN "
-#: ../../network/netconnect.pm_.c:176 ../../network/netconnect.pm_.c:185
+#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
#, c-format
msgid "detected %s"
msgstr " %s"
-#: ../../network/netconnect.pm_.c:177 ../../network/netconnect.pm_.c:186
+#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
msgid "ADSL connection"
msgstr "ADSL "
-#: ../../network/netconnect.pm_.c:177 ../../network/netconnect.pm_.c:186
+#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
#, c-format
msgid "detected on interface %s"
msgstr " %s"
-#: ../../network/netconnect.pm_.c:178 ../../network/netconnect.pm_.c:187
+#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
msgid "Cable connection"
msgstr " "
-#: ../../network/netconnect.pm_.c:178 ../../network/netconnect.pm_.c:187
+#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
msgid "cable connection detected"
msgstr " "
-#: ../../network/netconnect.pm_.c:179 ../../network/netconnect.pm_.c:188
+#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
msgid "LAN connection"
msgstr "LAN "
-#: ../../network/netconnect.pm_.c:179 ../../network/netconnect.pm_.c:188
+#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
msgid "ethernet card(s) detected"
msgstr "ethernet "
-#: ../../network/netconnect.pm_.c:190
+#: ../../network/netconnect.pm_.c:202
msgid "Choose the connection you want to configure"
msgstr " , "
-#: ../../network/netconnect.pm_.c:214
+#: ../../network/netconnect.pm_.c:226
msgid ""
"You have configured multiple ways to connect to the Internet.\n"
"Choose the one you want to use.\n"
@@ -6088,23 +6584,23 @@ msgstr ""
" , .\n"
"\n"
-#: ../../network/netconnect.pm_.c:215
+#: ../../network/netconnect.pm_.c:227
msgid "Internet connection"
msgstr " "
-#: ../../network/netconnect.pm_.c:221
+#: ../../network/netconnect.pm_.c:233
msgid "Do you want to start the connection at boot?"
msgstr " ?"
-#: ../../network/netconnect.pm_.c:239
+#: ../../network/netconnect.pm_.c:247
msgid "Network configuration"
msgstr " "
-#: ../../network/netconnect.pm_.c:240
+#: ../../network/netconnect.pm_.c:248
msgid "The network needs to be restarted"
msgstr " "
-#: ../../network/netconnect.pm_.c:243
+#: ../../network/netconnect.pm_.c:252
#, c-format
msgid ""
"A problem occured while restarting the network: \n"
@@ -6115,25 +6611,32 @@ msgstr ""
"\n"
"%s"
-#: ../../network/netconnect.pm_.c:247
+#: ../../network/netconnect.pm_.c:261
msgid ""
-"Congratulations, the network and internet configuration is finished.\n"
-"\n"
+"Congratulations, the network and Internet configuration is finished.\n"
"The configuration will now be applied to your system.\n"
+"\n"
msgstr ""
", .\n"
"\n"
" .\n"
-#: ../../network/netconnect.pm_.c:250
+#: ../../network/netconnect.pm_.c:265
msgid ""
-"After that is done, we recommend you to restart your X\n"
-"environnement to avoid hostname changing problem."
+"After this is done, we recommend that you restart your X environment to "
+"avoid any hostname-related problems."
msgstr ""
" , X\n"
" , ."
-#: ../../network/network.pm_.c:283
+#: ../../network/netconnect.pm_.c:266
+msgid ""
+"Problems occured during configuration.\n"
+"Test your connection via net_monitor or mcc. If your connection doesn't "
+"work, you might want to relaunch the configuration"
+msgstr ""
+
+#: ../../network/network.pm_.c:292
msgid ""
"WARNING: This device has been previously configured to connect to the "
"Internet.\n"
@@ -6144,7 +6647,7 @@ msgstr ""
" , .\n"
" - ."
-#: ../../network/network.pm_.c:288
+#: ../../network/network.pm_.c:297
msgid ""
"Please enter the IP configuration for this machine.\n"
"Each item should be entered as an IP address in dotted-decimal\n"
@@ -6154,38 +6657,38 @@ msgstr ""
" IP \n"
" - (, 1.2.3.4)."
-#: ../../network/network.pm_.c:297 ../../network/network.pm_.c:298
+#: ../../network/network.pm_.c:306 ../../network/network.pm_.c:307
#, c-format
msgid "Configuring network device %s"
msgstr " %s"
-#: ../../network/network.pm_.c:298
+#: ../../network/network.pm_.c:307
#, c-format
msgid " (driver %s)"
msgstr " ( %s)"
-#: ../../network/network.pm_.c:300 ../../standalone/draknet_.c:255
-#: ../../standalone/draknet_.c:461
+#: ../../network/network.pm_.c:309 ../../standalone/draknet_.c:232
+#: ../../standalone/draknet_.c:468
msgid "IP address"
msgstr "IP "
-#: ../../network/network.pm_.c:301 ../../standalone/draknet_.c:462
+#: ../../network/network.pm_.c:310 ../../standalone/draknet_.c:469
msgid "Netmask"
msgstr " "
-#: ../../network/network.pm_.c:302
+#: ../../network/network.pm_.c:311
msgid "(bootp/dhcp)"
msgstr "(bootp/dhcp)"
-#: ../../network/network.pm_.c:302
+#: ../../network/network.pm_.c:311
msgid "Automatic IP"
msgstr " IP "
-#: ../../network/network.pm_.c:323 ../../printerdrake.pm_.c:406
+#: ../../network/network.pm_.c:332 ../../printerdrake.pm_.c:712
msgid "IP address should be in format 1.2.3.4"
msgstr "IP 1.2.3.4"
-#: ../../network/network.pm_.c:351
+#: ../../network/network.pm_.c:361
msgid ""
"Please enter your host name.\n"
"Your host name should be a fully-qualified host name,\n"
@@ -6197,63 +6700,64 @@ msgstr ""
" ``mybox.mylab.myco.com''.\n"
" IP gateway, "
-#: ../../network/network.pm_.c:356
+#: ../../network/network.pm_.c:366
msgid "DNS server"
msgstr "DNS "
-#: ../../network/network.pm_.c:357 ../../standalone/draknet_.c:599
-msgid "Gateway"
-msgstr "Gateway"
+#: ../../network/network.pm_.c:367
+#, c-format
+msgid "Gateway (e.g. %s)"
+msgstr ""
-#: ../../network/network.pm_.c:359
+#: ../../network/network.pm_.c:369
msgid "Gateway device"
msgstr "Gateway "
-#: ../../network/network.pm_.c:371
+#: ../../network/network.pm_.c:381
msgid "Proxies configuration"
msgstr " proxy"
-#: ../../network/network.pm_.c:372
+#: ../../network/network.pm_.c:382
msgid "HTTP proxy"
msgstr "HTTP proxy"
-#: ../../network/network.pm_.c:373
+#: ../../network/network.pm_.c:383
msgid "FTP proxy"
msgstr "FTP proxy"
-#: ../../network/network.pm_.c:374
+#: ../../network/network.pm_.c:384
msgid "Track network card id (usefull for laptops)"
msgstr " ID ( )"
-#: ../../network/network.pm_.c:377
+#: ../../network/network.pm_.c:387
msgid "Proxy should be http://..."
msgstr "Proxy- http://..."
-#: ../../network/network.pm_.c:378
+#: ../../network/network.pm_.c:388
msgid "Proxy should be ftp://..."
msgstr "Proxy- ftp://..."
-#: ../../network/tools.pm_.c:38
+#: ../../network/tools.pm_.c:39
msgid "Internet configuration"
msgstr " "
-#: ../../network/tools.pm_.c:39
+#: ../../network/tools.pm_.c:40
msgid "Do you want to try to connect to the Internet now?"
msgstr " ?"
-#: ../../network/tools.pm_.c:43 ../../standalone/draknet_.c:189
+#: ../../network/tools.pm_.c:44 ../../standalone/draknet_.c:197
msgid "Testing your connection..."
msgstr " ..."
-#: ../../network/tools.pm_.c:49 ../../standalone/draknet_.c:220
+#: ../../network/tools.pm_.c:50
msgid "The system is now connected to Internet."
msgstr " ."
-#: ../../network/tools.pm_.c:50
+#: ../../network/tools.pm_.c:51
msgid "For Security reason, it will be disconnected now."
msgstr " , ."
-#: ../../network/tools.pm_.c:51 ../../standalone/draknet_.c:220
+#: ../../network/tools.pm_.c:52
msgid ""
"The system doesn't seem to be connected to internet.\n"
"Try to reconfigure your connection."
@@ -6261,83 +6765,87 @@ msgstr ""
" .\n"
" ."
-#: ../../network/tools.pm_.c:75
+#: ../../network/tools.pm_.c:76
msgid "Connection Configuration"
msgstr " "
-#: ../../network/tools.pm_.c:76
+#: ../../network/tools.pm_.c:77
msgid "Please fill or check the field below"
msgstr ", -"
-#: ../../network/tools.pm_.c:78 ../../standalone/draknet_.c:586
+#: ../../network/tools.pm_.c:79 ../../standalone/draknet_.c:608
msgid "Card IRQ"
msgstr "IRQ "
-#: ../../network/tools.pm_.c:79 ../../standalone/draknet_.c:587
+#: ../../network/tools.pm_.c:80 ../../standalone/draknet_.c:609
msgid "Card mem (DMA)"
msgstr " (DMA) "
-#: ../../network/tools.pm_.c:80 ../../standalone/draknet_.c:588
+#: ../../network/tools.pm_.c:81 ../../standalone/draknet_.c:610
msgid "Card IO"
msgstr "IO "
-#: ../../network/tools.pm_.c:81 ../../standalone/draknet_.c:589
+#: ../../network/tools.pm_.c:82 ../../standalone/draknet_.c:611
msgid "Card IO_0"
msgstr "IO_0 "
-#: ../../network/tools.pm_.c:82 ../../standalone/draknet_.c:590
+#: ../../network/tools.pm_.c:83 ../../standalone/draknet_.c:612
msgid "Card IO_1"
msgstr "IO_1 "
-#: ../../network/tools.pm_.c:83 ../../standalone/draknet_.c:591
+#: ../../network/tools.pm_.c:84 ../../standalone/draknet_.c:613
msgid "Your personal phone number"
msgstr " "
-#: ../../network/tools.pm_.c:84 ../../standalone/draknet_.c:592
+#: ../../network/tools.pm_.c:85 ../../standalone/draknet_.c:614
msgid "Provider name (ex provider.net)"
msgstr " (. provider.net)"
-#: ../../network/tools.pm_.c:85 ../../standalone/draknet_.c:593
+#: ../../network/tools.pm_.c:86 ../../standalone/draknet_.c:615
msgid "Provider phone number"
msgstr " "
-#: ../../network/tools.pm_.c:86 ../../standalone/draknet_.c:594
+#: ../../network/tools.pm_.c:87 ../../standalone/draknet_.c:616
msgid "Provider dns 1 (optional)"
msgstr "1- DNS ( )"
-#: ../../network/tools.pm_.c:87 ../../standalone/draknet_.c:595
+#: ../../network/tools.pm_.c:88 ../../standalone/draknet_.c:617
msgid "Provider dns 2 (optional)"
msgstr "2- DNS ( )"
-#: ../../network/tools.pm_.c:88
+#: ../../network/tools.pm_.c:89
msgid "Choose your country"
msgstr " "
-#: ../../network/tools.pm_.c:89 ../../standalone/draknet_.c:598
+#: ../../network/tools.pm_.c:90 ../../standalone/draknet_.c:620
msgid "Dialing mode"
msgstr " "
-#: ../../network/tools.pm_.c:90 ../../standalone/draknet_.c:610
+#: ../../network/tools.pm_.c:91 ../../standalone/draknet_.c:632
msgid "Connection speed"
msgstr " "
-#: ../../network/tools.pm_.c:91 ../../standalone/draknet_.c:611
+#: ../../network/tools.pm_.c:92 ../../standalone/draknet_.c:633
msgid "Connection timeout (in sec)"
msgstr "Timeout ( )"
-#: ../../network/tools.pm_.c:92 ../../standalone/draknet_.c:596
+#: ../../network/tools.pm_.c:93 ../../standalone/draknet_.c:618
msgid "Account Login (user name)"
msgstr " ( )"
-#: ../../network/tools.pm_.c:93 ../../standalone/draknet_.c:597
+#: ../../network/tools.pm_.c:94 ../../standalone/draknet_.c:619
msgid "Account Password"
msgstr " "
-#: ../../partition_table.pm_.c:622
+#: ../../partition_table.pm_.c:600
+msgid "mount failed: "
+msgstr " : "
+
+#: ../../partition_table.pm_.c:664
msgid "Extended partition not supported on this platform"
msgstr " "
-#: ../../partition_table.pm_.c:640
+#: ../../partition_table.pm_.c:682
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 "
@@ -6347,21 +6855,21 @@ msgstr ""
" , "
" extended-"
-#: ../../partition_table.pm_.c:744
+#: ../../partition_table.pm_.c:770
#, c-format
msgid "Restoring from file %s failed: %s"
msgstr " %s : %s"
-#: ../../partition_table.pm_.c:746
+#: ../../partition_table.pm_.c:772
msgid "Bad backup file"
msgstr " backup-"
-#: ../../partition_table.pm_.c:768
+#: ../../partition_table.pm_.c:794
#, c-format
msgid "Error writing to file %s"
msgstr " %s"
-#: ../../partition_table_raw.pm_.c:154
+#: ../../partition_table_raw.pm_.c:186
msgid ""
"Something bad is happening on your drive. \n"
"A test to check the integrity of data has failed. \n"
@@ -6408,7 +6916,7 @@ msgstr "LPD - "
msgid "PDQ - Print, Don't Queue"
msgstr "PDQ - , "
-#: ../../printer.pm_.c:32
+#: ../../printer.pm_.c:32 ../../printer.pm_.c:871
msgid "CUPS"
msgstr "CUPS"
@@ -6424,60 +6932,139 @@ msgstr "LPD"
msgid "PDQ"
msgstr "PDQ"
-#: ../../printer.pm_.c:40
+#: ../../printer.pm_.c:47
msgid "Local printer"
msgstr " "
-#: ../../printer.pm_.c:41
+#: ../../printer.pm_.c:48
msgid "Remote printer"
msgstr " "
-#: ../../printer.pm_.c:42
+#: ../../printer.pm_.c:49
msgid "Printer on remote CUPS server"
msgstr " CUPS "
-#: ../../printer.pm_.c:43
+#: ../../printer.pm_.c:50 ../../printerdrake.pm_.c:734
msgid "Printer on remote lpd server"
msgstr " LPD "
-#: ../../printer.pm_.c:44
-msgid "Network printer (socket)"
-msgstr " (socket)"
+#: ../../printer.pm_.c:51
+msgid "Network printer (TCP/Socket)"
+msgstr " (TCP/Socket)"
-#: ../../printer.pm_.c:45
+#: ../../printer.pm_.c:52
msgid "Printer on SMB/Windows 95/98/NT server"
msgstr " SMB/Windows 95/98/NT "
-#: ../../printer.pm_.c:46
+#: ../../printer.pm_.c:53
msgid "Printer on NetWare server"
msgstr " NetWare "
-#: ../../printer.pm_.c:47
+#: ../../printer.pm_.c:54 ../../printerdrake.pm_.c:738
msgid "Enter a printer device URI"
msgstr " URI "
-#: ../../printer.pm_.c:48
+#: ../../printer.pm_.c:55
msgid "Pipe job into a command"
msgstr " "
-#: ../../printer.pm_.c:418 ../../printer.pm_.c:839
-#: ../../printerdrake.pm_.c:1227 ../../printerdrake.pm_.c:2023
+#: ../../printer.pm_.c:504 ../../printer.pm_.c:695 ../../printer.pm_.c:1017
+#: ../../printerdrake.pm_.c:1665 ../../printerdrake.pm_.c:2730
msgid "Unknown model"
msgstr " "
-#: ../../printer.pm_.c:546 ../../printerdrake.pm_.c:790
+#: ../../printer.pm_.c:532
+#, fuzzy
+msgid "Local Printers"
+msgstr " "
+
+#: ../../printer.pm_.c:534 ../../printer.pm_.c:872
+#, fuzzy
+msgid "Remote Printers"
+msgstr " "
+
+#: ../../printer.pm_.c:541 ../../printerdrake.pm_.c:248
+#, c-format
+msgid " on parallel port \\/*%s"
+msgstr ""
+
+#: ../../printer.pm_.c:544 ../../printerdrake.pm_.c:250
+#, c-format
+msgid ", USB printer \\/*%s"
+msgstr ""
+
+#: ../../printer.pm_.c:549
+#, c-format
+msgid ", multi-function device on parallel port \\/*%s"
+msgstr ""
+
+#: ../../printer.pm_.c:552
+msgid ", multi-function device on USB"
+msgstr ""
+
+#: ../../printer.pm_.c:554
+msgid ", multi-function device on HP JetDirect"
+msgstr ""
+
+#: ../../printer.pm_.c:556
+msgid ", multi-function device"
+msgstr ""
+
+#: ../../printer.pm_.c:559
+#, fuzzy, c-format
+msgid ", printing to %s"
+msgstr " %s"
+
+#: ../../printer.pm_.c:561
+#, c-format
+msgid "on LPD server \"%s\", printer \"%s\""
+msgstr ""
+
+#: ../../printer.pm_.c:563
+#, c-format
+msgid ", TCP/IP host \"%s\", port %s"
+msgstr ""
+
+#: ../../printer.pm_.c:567
+#, c-format
+msgid "on Windows server \"%s\", share \"%s\""
+msgstr ""
+
+#: ../../printer.pm_.c:571
+#, c-format
+msgid "on Novell server \"%s\", printer \"%s\""
+msgstr ""
+
+#: ../../printer.pm_.c:573
+#, c-format
+msgid ", using command %s"
+msgstr ""
+
+#: ../../printer.pm_.c:692 ../../printerdrake.pm_.c:1136
msgid "Raw printer (No driver)"
msgstr ""
-#: ../../printer.pm_.c:693
+#: ../../printer.pm_.c:841
#, c-format
msgid "(on %s)"
msgstr "( %s)"
-#: ../../printer.pm_.c:695
+#: ../../printer.pm_.c:843
msgid "(on this machine)"
msgstr "( )"
+#: ../../printer.pm_.c:868
+#, fuzzy, c-format
+msgid "On CUPS server \"%s\""
+msgstr "IP CUPS "
+
+#: ../../printer.pm_.c:874 ../../printerdrake.pm_.c:2391
+#: ../../printerdrake.pm_.c:2402 ../../printerdrake.pm_.c:2618
+#: ../../printerdrake.pm_.c:2670 ../../printerdrake.pm_.c:2697
+#: ../../printerdrake.pm_.c:2867 ../../printerdrake.pm_.c:2869
+msgid " (Default)"
+msgstr " ( )"
+
#: ../../printerdrake.pm_.c:22
msgid "Select Printer Connection"
msgstr " "
@@ -6487,40 +7074,37 @@ msgid "How is the printer connected?"
msgstr " ?"
#: ../../printerdrake.pm_.c:25
+#, fuzzy
msgid ""
"\n"
-"Printers on remote CUPS servers you do not have to configure\n"
-"here; these printers will be automatically detected. Please\n"
-"select \"Printer on remote CUPS server\" in this case."
+"Printers on remote CUPS servers you do not have to configure here; these "
+"printers will be automatically detected."
msgstr ""
"\n"
" CUPS \n"
"; . ,\n"
" \" CUPS \" ."
-#: ../../printerdrake.pm_.c:84 ../../printerdrake.pm_.c:88
-#: ../../printerdrake.pm_.c:89 ../../printerdrake.pm_.c:159
-msgid "None"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:85 ../../printerdrake.pm_.c:160
-msgid "Choose a default printer!"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:105
-msgid ""
-"With remote CUPS servers, you do not have to configure any \n"
-"printer here; CUPS servers inform your machine automatically\n"
-"about their printers. All printers known to your machine\n"
-"currently are listed in the \"Default printer\" field. Choose\n"
-"the default printer for your machine there and click the\n"
-"\"Apply/Re-read printers\" button. Click the same button to\n"
-"refresh the list (it can take up to 30 seconds after the start\n"
-"of CUPS until all remote printers are visible).\n"
-"When your CUPS server is in a different network, you have to \n"
-"give the CUPS server IP address and optionally the port number\n"
-"to get the printer information from the server, otherwise leave\n"
-"these fields blank."
+#: ../../printerdrake.pm_.c:69 ../../printerdrake.pm_.c:2454
+#, fuzzy
+msgid "CUPS configuration"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:70 ../../printerdrake.pm_.c:2455
+#, fuzzy
+msgid "Specify CUPS server"
+msgstr " CUPS "
+
+#: ../../printerdrake.pm_.c:71
+#, fuzzy
+msgid ""
+"To get access to printers on remote CUPS servers in your local network you "
+"do not have to configure anything; the CUPS servers inform your machine "
+"automatically about their printers. All printers currently known to your "
+"machine are listed in the \"Remote printers\" section in the main window of "
+"Printerdrake. When your CUPS server is not in your local network, you have "
+"to enter the CUPS server IP address and optionally the port number to get "
+"the printer information from the server, otherwise leave these fields blank."
msgstr ""
" CUPS , \n"
" ; CUPS \n"
@@ -6534,15 +7118,15 @@ msgstr ""
" CUPS , \n"
" , ."
-#: ../../printerdrake.pm_.c:117
+#: ../../printerdrake.pm_.c:72
+#, fuzzy
msgid ""
"\n"
-"Normally, CUPS is automatically configured according to your\n"
-"network environment, so that you can access the printers on the\n"
-"CUPS servers in your local network. If this does not work \n"
-"correctly, turn off \"Automatic CUPS configuration\" and edit\n"
-"your file /etc/cups/cupsd.conf manually. Do not forget to restart\n"
-"CUPS afterwards (command: \"service cups restart\")."
+"Normally, CUPS is automatically configured according to your network "
+"environment, so that you can access the printers on the CUPS servers in your "
+"local network. If this does not work correctly, turn off \"Automatic CUPS "
+"configuration\" and edit your file /etc/cups/cupsd.conf manually. Do not "
+"forget to restart CUPS afterwards (command: \"service cups restart\")."
msgstr ""
"\n"
", CUPS ,\n"
@@ -6552,119 +7136,301 @@ msgstr ""
" CUPS (: \"service\n"
"cups restart\")."
-#: ../../printerdrake.pm_.c:124 ../../printerdrake.pm_.c:1290
-#: ../../printerdrake.pm_.c:1294 ../../printerdrake.pm_.c:1295
-#: ../../printerdrake.pm_.c:1296 ../../printerdrake.pm_.c:2011
-msgid "Close"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:125
-msgid "Apply/Re-read printers"
-msgstr "/ "
-
-#: ../../printerdrake.pm_.c:129
+#: ../../printerdrake.pm_.c:76
msgid "The IP address should look like 192.168.1.20"
msgstr "IP 192.168.1.20"
-#: ../../printerdrake.pm_.c:134 ../../printerdrake.pm_.c:541
+#: ../../printerdrake.pm_.c:80 ../../printerdrake.pm_.c:862
msgid "The port number should be an integer!"
msgstr " !"
-#: ../../printerdrake.pm_.c:141 ../../printerdrake.pm_.c:2095
-msgid "Default printer"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:146
+#: ../../printerdrake.pm_.c:87
msgid "CUPS server IP"
msgstr "IP CUPS "
-#: ../../printerdrake.pm_.c:147 ../../printerdrake.pm_.c:534
+#: ../../printerdrake.pm_.c:88 ../../printerdrake.pm_.c:855
msgid "Port"
msgstr ""
-#: ../../printerdrake.pm_.c:149
+#: ../../printerdrake.pm_.c:90
msgid "Automatic CUPS configuration"
msgstr " CUPS"
-#: ../../printerdrake.pm_.c:217
+#: ../../printerdrake.pm_.c:145 ../../standalone/scannerdrake_.c:42
msgid "Detecting devices ..."
msgstr " ..."
-#: ../../printerdrake.pm_.c:217
+#: ../../printerdrake.pm_.c:145 ../../standalone/scannerdrake_.c:42
msgid "Test ports"
msgstr " "
-#: ../../printerdrake.pm_.c:238
-#, c-format
-msgid "A printer, model \"%s\", has been detected on "
-msgstr " \"%s\", "
+#: ../../printerdrake.pm_.c:167 ../../printerdrake.pm_.c:2437
+#: ../../printerdrake.pm_.c:2556
+#, fuzzy
+msgid "Add a new printer"
+msgstr " "
+
+#: ../../printerdrake.pm_.c:168
+msgid ""
+"\n"
+"Welcome to the Printer Setup Wizard\n"
+"\n"
+"This wizard allows you to install local or remote printers to be used from "
+"this machine and also from other machines in the network.\n"
+"\n"
+"It asks you for all necessary information to set up the printer and gives "
+"you access to all available printer drivers, driver options, and printer "
+"connection types."
+msgstr ""
-#: ../../printerdrake.pm_.c:255
-msgid "Local Printer Device"
-msgstr " "
+#: ../../printerdrake.pm_.c:176 ../../printerdrake.pm_.c:203
+#: ../../printerdrake.pm_.c:378 ../../printerdrake.pm_.c:393
+#: ../../printerdrake.pm_.c:403 ../../printerdrake.pm_.c:466
+#, fuzzy
+msgid "Local Printer"
+msgstr " "
+
+#: ../../printerdrake.pm_.c:177
+msgid ""
+"\n"
+"Welcome to the Printer Setup Wizard\n"
+"\n"
+"This wizard will help you to install your printer(s) connected to this "
+"computer.\n"
+"\n"
+"Please plug in your printer(s) on this computer and turn it/them on. Click "
+"on \"Next\" when you are ready, and on \"Cancel\" when you do not want to "
+"set up your printer(s) now.\n"
+"\n"
+"Note that some computers can crash during the printer auto-detection, turn "
+"off \"Auto-detect printers\" to do a printer installation without auto-"
+"detection. Use the \"Expert Mode\" of printerdrake when you want to set up "
+"printing on a remote printer if printerdrake does not list it automatically."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:186
+#, fuzzy
+msgid "Auto-detect printers"
+msgstr " "
+
+#: ../../printerdrake.pm_.c:204
+msgid ""
+"\n"
+"Congratulations, your printer is now installed and configured!\n"
+"\n"
+"You can print using the \"Print\" command of your application (usually in "
+"the \"File\" menu).\n"
+"\n"
+"If you want to add, remove, or rename a printer, or if you want to change "
+"the default option settings (paper input tray, printout quality, ...), "
+"select \"Printer\" in the \"Hardware\" section of the Mandrake Control "
+"Center."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:223
+msgid "Auto-Detection of Printers"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:224
+msgid ""
+"Printerdrake is able to auto-detect your locally connected parallel and USB "
+"printers for you, but note that on some systems the auto-detection CAN "
+"FREEZE YOUR SYSTEM AND THIS CAN LEAD TO CORRUPTED FILE SYSTEMS! So do it ON "
+"YOUR OWN RISK!\n"
+"\n"
+"Do you really want to get your printers auto-detected?"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:227 ../../printerdrake.pm_.c:229
+#: ../../printerdrake.pm_.c:230
+#, fuzzy
+msgid "Do auto-detection"
+msgstr " "
+
+#: ../../printerdrake.pm_.c:228
+#, fuzzy
+msgid "Set up printer manually"
+msgstr " "
#: ../../printerdrake.pm_.c:256
+#, fuzzy, c-format
+msgid "Detected %s"
+msgstr " %s"
+
+#: ../../printerdrake.pm_.c:260 ../../printerdrake.pm_.c:287
+#: ../../printerdrake.pm_.c:306
+#, c-format
+msgid "Printer on parallel port \\/*%s"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:262 ../../printerdrake.pm_.c:289
+#: ../../printerdrake.pm_.c:311
+#, c-format
+msgid "USB printer \\/*%s"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:379
msgid ""
-"What device is your printer connected to \n"
-"(note that /dev/lp0 is equivalent to LPT1:)?\n"
+"No local printer found! To manually install a printer enter a device name/"
+"file name in the input line (Parallel Ports: /dev/lp0, /dev/lp1, ..., "
+"equivalent to LPT1:, LPT2:, ..., 1st USB printer: /dev/usb/lp0, 2nd USB "
+"printer: /dev/usb/lp1, ...)."
msgstr ""
-" \n"
-"(: /dev/lp0 LPT1) ?\n"
-#: ../../printerdrake.pm_.c:258
-msgid "Printer Device"
-msgstr " "
+#: ../../printerdrake.pm_.c:383
+#, fuzzy
+msgid "You must enter a device or file name!"
+msgstr " URI "
+
+#: ../../printerdrake.pm_.c:394
+#, fuzzy
+msgid ""
+"No local printer found!\n"
+"\n"
+msgstr " "
-#: ../../printerdrake.pm_.c:261
-msgid "Device/file name missing!"
-msgstr " / !"
+#: ../../printerdrake.pm_.c:395
+msgid ""
+"Network printers can only be installed after the installation. Choose "
+"\"Hardware\" and then \"Printer\" in the Mandrake Control Center."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:396
+msgid ""
+"To install network printers, click \"Cancel\", switch to the \"Expert Mode"
+"\", and click \"Add a new printer\" again."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:407
+msgid ""
+"The following printer was auto-detected, if it is not the one you want to "
+"configure, enter a device name/file name in the input line"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:408
+msgid ""
+"Here is a list of all auto-detected printers. Please choose the printer you "
+"want to set up or enter a device name/file name in the input line"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:410
+msgid ""
+"The following printer was auto-detected. The configuration of the printer "
+"will work fully automatically. If your printer was not correctly detected or "
+"if you prefer a customized printer configuration, turn on \"Manual "
+"configuration\"."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:411
+msgid ""
+"Here is a list of all auto-detected printers. Please choose the printer you "
+"want to set up. The configuration of the printer will work fully "
+"automatically. If your printer was not correctly detected or if you prefer a "
+"customized printer configuration, turn on \"Manual configuration\"."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:413
+msgid ""
+"Please choose the port where your printer is connected to or enter a device "
+"name/file name in the input line"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:414
+#, fuzzy
+msgid "Please choose the port where your printer is connected to."
+msgstr ", ."
-#: ../../printerdrake.pm_.c:274 ../../printerdrake.pm_.c:698
-#: ../../printerdrake.pm_.c:786
+#: ../../printerdrake.pm_.c:416
+msgid ""
+" (Parallel Ports: /dev/lp0, /dev/lp1, ..., equivalent to LPT1:, LPT2:, ..., "
+"1st USB printer: /dev/usb/lp0, 2nd USB printer: /dev/usb/lp1, ...)."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:421
+#, fuzzy
+msgid "You must choose/enter a printer/device!"
+msgstr " URI "
+
+#: ../../printerdrake.pm_.c:441
+#, fuzzy
+msgid "Manual configuration"
+msgstr " "
+
+#: ../../printerdrake.pm_.c:467
+msgid ""
+"Is your printer a multi-function device from HP (OfficeJet, PSC, PhotoSmart, "
+"LaserJet 1100/1200/1220/3200/3300 with scanner)?"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:482
+#, fuzzy
+msgid "Installing HPOJ package..."
+msgstr " ..."
+
+#: ../../printerdrake.pm_.c:487
+msgid "Checking device and configuring HPOJ ..."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:505
+#, fuzzy
+msgid "Installing SANE package..."
+msgstr " ..."
+
+#: ../../printerdrake.pm_.c:517
+msgid "Scanning on your HP multi-function device"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:534
+#, fuzzy
+msgid "Making printer port available for CUPS ..."
+msgstr " ..."
+
+#: ../../printerdrake.pm_.c:544 ../../printerdrake.pm_.c:1018
+#: ../../printerdrake.pm_.c:1132
msgid "Reading printer database ..."
msgstr " ..."
-#: ../../printerdrake.pm_.c:312
+#: ../../printerdrake.pm_.c:624
msgid "Remote lpd Printer Options"
msgstr " lpd-"
-#: ../../printerdrake.pm_.c:313
+#: ../../printerdrake.pm_.c:625
+#, fuzzy
msgid ""
-"To use a remote lpd printer, you need to supply\n"
-"the hostname of the printer server and the printer name\n"
-"on that server."
+"To use a remote lpd printer, you need to supply the hostname of the printer "
+"server and the printer name on that server."
msgstr ""
" lpd , \n"
" \n"
" ."
-#: ../../printerdrake.pm_.c:316
+#: ../../printerdrake.pm_.c:626
msgid "Remote host name"
msgstr " "
-#: ../../printerdrake.pm_.c:317
+#: ../../printerdrake.pm_.c:627
msgid "Remote printer name"
msgstr " "
-#: ../../printerdrake.pm_.c:320
+#: ../../printerdrake.pm_.c:630
msgid "Remote host name missing!"
msgstr " !"
-#: ../../printerdrake.pm_.c:324
+#: ../../printerdrake.pm_.c:634
msgid "Remote printer name missing!"
msgstr " !"
-#: ../../printerdrake.pm_.c:392
+#: ../../printerdrake.pm_.c:702
msgid "SMB (Windows 9x/NT) Printer Options"
msgstr " SMB (Windows 9x/NT) "
-#: ../../printerdrake.pm_.c:393
+#: ../../printerdrake.pm_.c:703
+#, fuzzy
msgid ""
-"To print to a SMB printer, you need to provide the\n"
-"SMB host name (Note! It may be different from its\n"
-"TCP/IP hostname!) and possibly the IP address of the print server, as\n"
-"well as the share name for the printer you wish to access and any\n"
-"applicable user name, password, and workgroup information."
+"To print to a SMB printer, you need to provide the SMB host name (Note! It "
+"may be different from its TCP/IP hostname!) and possibly the IP address of "
+"the print server, as well as the share name for the printer you wish to "
+"access and any applicable user name, password, and workgroup information."
msgstr ""
" SMB , \n"
" SMB ( ! TCP/IP !)\n"
@@ -6672,70 +7438,117 @@ msgstr ""
", , \n"
" ."
-#: ../../printerdrake.pm_.c:398
+#: ../../printerdrake.pm_.c:704
msgid "SMB server host"
msgstr " SMB "
-#: ../../printerdrake.pm_.c:399
+#: ../../printerdrake.pm_.c:705
msgid "SMB server IP"
msgstr "IP SMB :"
-#: ../../printerdrake.pm_.c:400
+#: ../../printerdrake.pm_.c:706
msgid "Share name"
msgstr " "
-#: ../../printerdrake.pm_.c:403
+#: ../../printerdrake.pm_.c:709
msgid "Workgroup"
msgstr " "
-#: ../../printerdrake.pm_.c:410
+#: ../../printerdrake.pm_.c:716
msgid "Either the server name or the server's IP must be given!"
msgstr " IP !"
-#: ../../printerdrake.pm_.c:414
+#: ../../printerdrake.pm_.c:720
msgid "Samba share name missing!"
msgstr " SAMBA share !"
-#: ../../printerdrake.pm_.c:473
+#: ../../printerdrake.pm_.c:725
+msgid "SECURITY WARNING!"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:726
+#, c-format
+msgid ""
+"You are about to set up printing to a Windows account with password. Due to "
+"a fault in the architecture of the Samba client software the password is put "
+"in clear text into the command line of the Samba client used to transmit the "
+"print job to the Windows server. So it is possible for every user on this "
+"machine to display the password on the screen by issuing commands as \"ps "
+"auxwww\".\n"
+"\n"
+"We recommend to make use of one of the following alternatives (in all cases "
+"you have to make sure that only machines from your local network have access "
+"to your Windows server, for example by means of a firewall):\n"
+"\n"
+"Use a password-less account on your Windows server, as the \"GUEST\" account "
+"or a special account dedicated for printing. Do not remove the password "
+"protection from a personal account or the administrator account.\n"
+"\n"
+"Set up your Windows server to make the printer available under the LPD "
+"protocol. Then set up printing from this machine with the \"%s\" connection "
+"type in Printerdrake.\n"
+"\n"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:736
+#, c-format
+msgid ""
+"Set up your Windows server to make the printer available under the IPP "
+"protocol and set up printing from this machine with the \"%s\" connection "
+"type in Printerdrake.\n"
+"\n"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:739
+msgid ""
+"Connect your printer to a Linux server and let your Windows machine(s) "
+"connect to it as a client.\n"
+"\n"
+"Do you really want to continue setting up this printer as you are doing now?"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:801
msgid "NetWare Printer Options"
msgstr " NetWare "
-#: ../../printerdrake.pm_.c:474
+#: ../../printerdrake.pm_.c:802
+#, fuzzy
msgid ""
-"To print on a NetWare printer, you need to provide the\n"
-"NetWare print server name (Note! it may be different from its\n"
-"TCP/IP hostname!) as well as the print queue name for the printer you\n"
-"wish to access and any applicable user name and password."
+"To print on a NetWare printer, you need to provide the NetWare print server "
+"name (Note! it may be different from its TCP/IP hostname!) as well as the "
+"print queue name for the printer you wish to access and any applicable user "
+"name and password."
msgstr ""
" NetWare , \n"
" , , ,."
-#: ../../printerdrake.pm_.c:478
+#: ../../printerdrake.pm_.c:803
msgid "Printer Server"
msgstr " "
-#: ../../printerdrake.pm_.c:479
+#: ../../printerdrake.pm_.c:804
msgid "Print Queue Name"
msgstr " "
-#: ../../printerdrake.pm_.c:484
+#: ../../printerdrake.pm_.c:809
msgid "NCP server name missing!"
msgstr " NCP !"
-#: ../../printerdrake.pm_.c:488
+#: ../../printerdrake.pm_.c:813
msgid "NCP queue name missing!"
msgstr " NCP !"
-#: ../../printerdrake.pm_.c:527
-msgid "Socket Printer Options"
+#: ../../printerdrake.pm_.c:852
+#, fuzzy
+msgid "TCP/Socket Printer Options"
msgstr " Socket "
-#: ../../printerdrake.pm_.c:528
+#: ../../printerdrake.pm_.c:853
+#, fuzzy
msgid ""
-"To print to a socket printer, you need to provide the\n"
-"host name of the printer and optionally the port number.\n"
-"On HP JetDirect servers the port number is usually 9100,\n"
-"on other servers it can vary. See the manual of your\n"
+"To print to a TCP or socket printer, you need to provide the host name of "
+"the printer and optionally the port number. On HP JetDirect servers the port "
+"number is usually 9100, on other servers it can vary. See the manual of your "
"hardware."
msgstr ""
" socket , \n"
@@ -6744,19 +7557,19 @@ msgstr ""
" . \n"
" ."
-#: ../../printerdrake.pm_.c:533
+#: ../../printerdrake.pm_.c:854
msgid "Printer host name"
msgstr " "
-#: ../../printerdrake.pm_.c:537
+#: ../../printerdrake.pm_.c:858
msgid "Printer host name missing!"
msgstr " a !"
-#: ../../printerdrake.pm_.c:566 ../../printerdrake.pm_.c:568
+#: ../../printerdrake.pm_.c:887 ../../printerdrake.pm_.c:889
msgid "Printer Device URI"
msgstr " URI"
-#: ../../printerdrake.pm_.c:567
+#: ../../printerdrake.pm_.c:888
msgid ""
"You can specify directly the URI to access the printer. The URI must fulfill "
"either the CUPS or the Foomatic specifications. Note that not all URI types "
@@ -6766,99 +7579,143 @@ msgstr ""
" CUPS Foomatic . , "
" URI spooler-."
-#: ../../printerdrake.pm_.c:582
+#: ../../printerdrake.pm_.c:903
msgid "A valid URI must be entered!"
msgstr " URI !"
-#: ../../printerdrake.pm_.c:682
+#: ../../printerdrake.pm_.c:1004
+#, fuzzy
msgid ""
-"Every printer needs a name (for example lp).\n"
-"The Description and Location fields do not need \n"
-"to be filled in. They are comments for the users."
+"Every printer needs a name (for example \"printer\"). The Description and "
+"Location fields do not need to be filled in. They are comments for the users."
msgstr ""
" ( lp).\n"
" \n"
". ."
-#: ../../printerdrake.pm_.c:685
+#: ../../printerdrake.pm_.c:1005
msgid "Name of printer"
msgstr " "
-#: ../../printerdrake.pm_.c:686
+#: ../../printerdrake.pm_.c:1006
msgid "Description"
msgstr ""
-#: ../../printerdrake.pm_.c:687
+#: ../../printerdrake.pm_.c:1007
msgid "Location"
msgstr ""
-#: ../../printerdrake.pm_.c:701
+#: ../../printerdrake.pm_.c:1021
msgid "Preparing printer database ..."
msgstr " ..."
-#: ../../printerdrake.pm_.c:793
+#: ../../printerdrake.pm_.c:1112
+#, fuzzy
+msgid "Your printer model"
+msgstr " "
+
+#: ../../printerdrake.pm_.c:1113
+#, c-format
+msgid ""
+"Printerdrake has compared the model name resulting from the printer auto-"
+"detection with the models listed in its printer database to find the best "
+"match. This choice can be wrong, especially when your printer is not listed "
+"at all in the database. So check whether the choice is correct and click "
+"\"The model is correct\" if so and if not, click \"Select model manually\" "
+"so that you can choose your printer model manually on the next screen.\n"
+"\n"
+"For your printer Printerdrake has found:\n"
+"\n"
+"%s"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1118 ../../printerdrake.pm_.c:1121
+#, fuzzy
+msgid "The model is correct"
+msgstr " ?"
+
+#: ../../printerdrake.pm_.c:1119 ../../printerdrake.pm_.c:1120
+#: ../../printerdrake.pm_.c:1123
+#, fuzzy
+msgid "Select model manually"
+msgstr " "
+
+#: ../../printerdrake.pm_.c:1139
msgid "Printer model selection"
msgstr " "
-#: ../../printerdrake.pm_.c:794
+#: ../../printerdrake.pm_.c:1140
msgid "Which printer model do you have?"
msgstr " ?"
-#: ../../printerdrake.pm_.c:866
+#: ../../printerdrake.pm_.c:1141
+msgid ""
+"\n"
+"\n"
+"Please check whether Printerdrake did the auto-detection of your printer "
+"model correctly. Search the correct model in the list when the cursor is "
+"standing on a wrong model or on \"Raw printer\"."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1144
+msgid ""
+"If your printer is not listed, choose a compatible (see printer manual) or a "
+"similar one."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1220
msgid "OKI winprinter configuration"
msgstr " OKI Winprinter"
-#: ../../printerdrake.pm_.c:867
+#: ../../printerdrake.pm_.c:1221
msgid ""
"You are configuring an OKI laser winprinter. These printers\n"
-"use a very special communication protocol and therefore they\n"
-"work only when connected to the first parallel port. When\n"
-"your printer is connected to another port or to a print\n"
-"server box please connect the printer to the first parallel\n"
-"port before you print a test page. Otherwise the printer\n"
-"will not work. Your connection type setting will be ignored\n"
-"by the driver."
+"use a very special communication protocol and therefore they work only when "
+"connected to the first parallel port. When your printer is connected to "
+"another port or to a print server box please connect the printer to the "
+"first parallel port before you print a test page. Otherwise the printer will "
+"not work. Your connection type setting will be ignored by the driver."
msgstr ""
-#: ../../printerdrake.pm_.c:916 ../../printerdrake.pm_.c:946
+#: ../../printerdrake.pm_.c:1264 ../../printerdrake.pm_.c:1291
msgid "Lexmark inkjet configuration"
msgstr " Lexmark inkjet"
-#: ../../printerdrake.pm_.c:917
+#: ../../printerdrake.pm_.c:1265
+#, fuzzy
msgid ""
-"The inkjet printer drivers provided by Lexmark only support\n"
-"local printers, no printers on remote machines or print server\n"
-"boxes. Please connect your printer to a local port or\n"
-"configure it on the machine where it is connected to."
+"The inkjet printer drivers provided by Lexmark only support local printers, "
+"no printers on remote machines or print server boxes. Please connect your "
+"printer to a local port or configure it on the machine where it is connected "
+"to."
msgstr ""
"Inkjet Lexmark \n"
" , \n"
" . , \n"
" , ."
-#: ../../printerdrake.pm_.c:947
+#: ../../printerdrake.pm_.c:1292
msgid ""
-"To be able to print with your Lexmark inkjet and this\n"
-"configuration, you need the inkjet printer drivers\n"
-"provided by Lexmark (http://www.lexmark.com/). Go to\n"
-"the US site and click on the \"Drivers\" button. Then\n"
-"choose your model and afterwards \"Linux\" as\n"
-"operating system. The drivers come as RPM packages\n"
-"or shell scripts with interactive graphical installation.\n"
-"You do not need to do this configuration by the\n"
-"graphical frontends. Cancel directly after the license\n"
-"agreement. Then print printhead alignment pages with\n"
-"\"lexmarkmaintain\" and adjust the head alignment\n"
-"settings with this program."
+"To be able to print with your Lexmark inkjet and this configuration, you "
+"need the inkjet printer drivers provided by Lexmark (http://www.lexmark."
+"com/). Go to the US site and click on the \"Drivers\" button. Then choose "
+"your model and afterwards \"Linux\" as operating system. The drivers come as "
+"RPM packages or shell scripts with interactive graphical installation. You "
+"do not need to do this configuration by the graphical frontends. Cancel "
+"directly after the license agreement. Then print printhead alignment pages "
+"with \"lexmarkmaintain\" and adjust the head alignment settings with this "
+"program."
msgstr ""
-#: ../../printerdrake.pm_.c:1079
+#: ../../printerdrake.pm_.c:1508
+#, fuzzy
msgid ""
"Printer default settings\n"
-"You should make sure that the page size and the\n"
-"ink type (if available) are set correctly. Note\n"
-"that with a very high printout quality printing\n"
-"can get substantially slower."
+"\n"
+"You should make sure that the page size and the ink type/printing mode (if "
+"available) and also the hardware configuration of laser printers (memory, "
+"duplex unit, extra trays) are set correctly. Note that with a very high "
+"printout quality/resolution printing can get substantially slower."
msgstr ""
" \n"
" , \n"
@@ -6866,22 +7723,22 @@ msgstr ""
", \n"
", ."
-#: ../../printerdrake.pm_.c:1090
+#: ../../printerdrake.pm_.c:1517
#, c-format
msgid "Option %s must be an integer number!"
msgstr " %s !"
-#: ../../printerdrake.pm_.c:1094
+#: ../../printerdrake.pm_.c:1521
#, c-format
msgid "Option %s must be a number!"
msgstr " %s !"
-#: ../../printerdrake.pm_.c:1099
+#: ../../printerdrake.pm_.c:1526
#, c-format
msgid "Option %s out of range!"
msgstr " %s !"
-#: ../../printerdrake.pm_.c:1136
+#: ../../printerdrake.pm_.c:1565
#, c-format
msgid ""
"Do you want to set this printer (\"%s\")\n"
@@ -6890,51 +7747,57 @@ msgstr ""
" (\"%s\")\n"
" ?"
-#: ../../printerdrake.pm_.c:1152
+#: ../../printerdrake.pm_.c:1582
msgid "Test pages"
msgstr " "
-#: ../../printerdrake.pm_.c:1153
+#: ../../printerdrake.pm_.c:1583
+#, fuzzy
msgid ""
"Please select the test pages you want to print.\n"
-"Note: the photo test page can take a rather long time to get printed\n"
-"and on laser printers with too low memory it can even not come out.\n"
-"In most cases it is enough to print the standard test page."
+"Note: the photo test page can take a rather long time to get printed and on "
+"laser printers with too low memory it can even not come out. In most cases "
+"it is enough to print the standard test page."
msgstr ""
", .\n"
": \n"
" \n"
" . ."
-#: ../../printerdrake.pm_.c:1158
+#: ../../printerdrake.pm_.c:1587
msgid "No test pages"
msgstr " "
-#: ../../printerdrake.pm_.c:1159
+#: ../../printerdrake.pm_.c:1588
msgid "Print"
msgstr ""
-#: ../../printerdrake.pm_.c:1161
+#: ../../printerdrake.pm_.c:1590
msgid "Standard test page"
msgstr " "
-#: ../../printerdrake.pm_.c:1164
+#: ../../printerdrake.pm_.c:1593
msgid "Alternative test page (Letter)"
msgstr " ()"
-#: ../../printerdrake.pm_.c:1167
+#: ../../printerdrake.pm_.c:1596
msgid "Alternative test page (A4)"
msgstr " (4)"
-#: ../../printerdrake.pm_.c:1169
+#: ../../printerdrake.pm_.c:1598
msgid "Photo test page"
msgstr " "
-#: ../../printerdrake.pm_.c:1175 ../../printerdrake.pm_.c:1297
+#: ../../printerdrake.pm_.c:1602
+#, fuzzy
+msgid "Do not print any test page"
+msgstr " "
+
+#: ../../printerdrake.pm_.c:1610 ../../printerdrake.pm_.c:1747
msgid "Printing test page(s)..."
msgstr " (/) (/) ..."
-#: ../../printerdrake.pm_.c:1200
+#: ../../printerdrake.pm_.c:1635
#, c-format
msgid ""
"Test page(s) have been sent to the printer.\n"
@@ -6949,7 +7812,7 @@ msgstr ""
"%s\n"
"\n"
-#: ../../printerdrake.pm_.c:1204
+#: ../../printerdrake.pm_.c:1639
msgid ""
"Test page(s) have been sent to the printer.\n"
"It may take some time before the printer starts.\n"
@@ -6957,28 +7820,28 @@ msgstr ""
" .\n"
" .\n"
-#: ../../printerdrake.pm_.c:1211
+#: ../../printerdrake.pm_.c:1646
msgid "Did it work properly?"
msgstr " ?"
-#: ../../printerdrake.pm_.c:1229 ../../printerdrake.pm_.c:2025
+#: ../../printerdrake.pm_.c:1667 ../../printerdrake.pm_.c:2732
msgid "Raw printer"
msgstr ""
-#: ../../printerdrake.pm_.c:1237
+#: ../../printerdrake.pm_.c:1685
#, c-format
msgid ""
"To print a file from the command line (terminal window) you can either use "
"the command \"%s <file>\" or a graphical printing tool: \"xpp <file>\" or "
-"\"qtcups <file>\". The graphical tools allow you to choose the printer and "
+"\"kprinter <file>\". The graphical tools allow you to choose the printer and "
"to modify the option settings easily.\n"
msgstr ""
" ( ), "
" \"%s <file>\" : \"xpp "
-"<file>\" \"qtcups <file>\". "
+"<file>\" \"kprinter <file>\". "
" .\n"
-#: ../../printerdrake.pm_.c:1239
+#: ../../printerdrake.pm_.c:1687
msgid ""
"These commands you can also use in the \"Printing command\" field of the "
"printing dialogs of many applications, but here do not supply the file name "
@@ -6988,8 +7851,8 @@ msgstr ""
" . , "
" .\n"
-#: ../../printerdrake.pm_.c:1242 ../../printerdrake.pm_.c:1254
-#: ../../printerdrake.pm_.c:1266
+#: ../../printerdrake.pm_.c:1690 ../../printerdrake.pm_.c:1706
+#: ../../printerdrake.pm_.c:1716
#, c-format
msgid ""
"\n"
@@ -7002,16 +7865,23 @@ msgstr ""
" . "
" , . \"%s <file>\". "
-#: ../../printerdrake.pm_.c:1244 ../../printerdrake.pm_.c:1284
+#: ../../printerdrake.pm_.c:1693 ../../printerdrake.pm_.c:1732
+#, fuzzy, c-format
msgid ""
-"To get a list of the options available for the current printer read either "
-"the list shown below or click on the \"Print option list\" button.\n"
+"To know about the options available for the current printer read either the "
+"list shown below or click on the \"Print option list\" button.%s\n"
"\n"
msgstr ""
" , "
" - \" \".\n"
-#: ../../printerdrake.pm_.c:1249 ../../printerdrake.pm_.c:1261
+#: ../../printerdrake.pm_.c:1696
+msgid ""
+"Here is a list of the available printing options for the current printer:\n"
+"\n"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1701 ../../printerdrake.pm_.c:1711
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
@@ -7020,8 +7890,8 @@ msgstr ""
" ( ) "
" \"%s <file>\".\n"
-#: ../../printerdrake.pm_.c:1251 ../../printerdrake.pm_.c:1263
-#: ../../printerdrake.pm_.c:1275
+#: ../../printerdrake.pm_.c:1703 ../../printerdrake.pm_.c:1713
+#: ../../printerdrake.pm_.c:1723
msgid ""
"This command you can also use in the \"Printing command\" field of the "
"printing dialogs of many applications. But here do not supply the file name "
@@ -7031,17 +7901,17 @@ msgstr ""
" . , "
" .\n"
-#: ../../printerdrake.pm_.c:1256 ../../printerdrake.pm_.c:1268
+#: ../../printerdrake.pm_.c:1708 ../../printerdrake.pm_.c:1718
+#, fuzzy
msgid ""
"To get a list of the options available for the current printer click on the "
-"\"Print option list\" button.\n"
-"\n"
+"\"Print option list\" button."
msgstr ""
" , "
"\" \".\n"
"\n"
-#: ../../printerdrake.pm_.c:1273
+#: ../../printerdrake.pm_.c:1721
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
@@ -7050,7 +7920,7 @@ msgstr ""
" ( ), "
" \"%s <file>\" \"%s <file>\".\n"
-#: ../../printerdrake.pm_.c:1277
+#: ../../printerdrake.pm_.c:1725
msgid ""
"You can also use the graphical interface \"xpdq\" for setting options and "
"handling printing jobs.\n"
@@ -7060,7 +7930,7 @@ msgid ""
"jams.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:1281
+#: ../../printerdrake.pm_.c:1729
#, c-format
msgid ""
"\n"
@@ -7073,35 +7943,73 @@ msgstr ""
" . "
" , . \"%s <file>\".\n"
-#: ../../printerdrake.pm_.c:1292
+#: ../../printerdrake.pm_.c:1738 ../../printerdrake.pm_.c:1744
+#: ../../printerdrake.pm_.c:1745 ../../printerdrake.pm_.c:1746
+#: ../../printerdrake.pm_.c:2716 ../../standalone/drakbackup_.c:754
+#: ../../standalone/drakbackup_.c:2458 ../../standalone/drakfont_.c:577
+#: ../../standalone/drakfont_.c:791
+msgid "Close"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1741 ../../printerdrake.pm_.c:1753
+#, fuzzy, c-format
+msgid "Printing/Scanning on \"%s\""
+msgstr " \"%s\""
+
+#: ../../printerdrake.pm_.c:1742 ../../printerdrake.pm_.c:1754
#, c-format
msgid "Printing on the printer \"%s\""
msgstr " \"%s\""
-#: ../../printerdrake.pm_.c:1294
+#: ../../printerdrake.pm_.c:1744
msgid "Print option list"
msgstr " "
-#: ../../printerdrake.pm_.c:1318 ../../printerdrake.pm_.c:1741
-#: ../../standalone/printerdrake_.c:48
+#: ../../printerdrake.pm_.c:1766
+#, c-format
+msgid ""
+"Your HP multi-function device was configured automatically to be able to "
+"scan. Now you can scan with \"scanimage\" (\"scanimage -d hp:%s\" to specify "
+"the scanner when you have more than one) from the command line or with the "
+"graphical interfaces \"xscanimage\" or \"xsane\". If you are using the GIMP, "
+"you can also scan by choosing the appropriate point in the \"File\"/\"Acquire"
+"\" menu. Call also \"man scanimage\" and \"man sane-hp\" on the command line "
+"to get more information.\n"
+"\n"
+"Do not use \"scannerdrake\" for this device!"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1772
+#, c-format
+msgid ""
+"Your HP multi-function device was configured automatically to be able to "
+"scan. Now you can scan from the command line with \"ptal-hp %s scan ...\". "
+"Scanning via a graphical interface or from the GIMP is not supported yet for "
+"your device. More information you will find in the \"/usr/share/doc/hpoj-0.8/"
+"ptal-hp-scan.html\" file on your system. If you have an HP LaserJet 1100 or "
+"1200 you can only scan when you have the scanner option installed.\n"
+"\n"
+"Do not use \"scannerdrake\" for this device!"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1794 ../../printerdrake.pm_.c:2221
+#: ../../printerdrake.pm_.c:2485 ../../standalone/printerdrake_.c:49
msgid "Reading printer data ..."
msgstr " ..."
-#: ../../printerdrake.pm_.c:1338 ../../printerdrake.pm_.c:1376
-#: ../../printerdrake.pm_.c:1411
+#: ../../printerdrake.pm_.c:1814 ../../printerdrake.pm_.c:1842
+#: ../../printerdrake.pm_.c:1877
msgid "Transfer printer configuration"
msgstr " "
-#: ../../printerdrake.pm_.c:1339
-#, c-format
+#: ../../printerdrake.pm_.c:1815
+#, fuzzy, c-format
msgid ""
-"You can copy the printer configuration which you have done \n"
-"for the spooler %s to %s, your current spooler. All the\n"
-"configuration data (printer name, description, location, \n"
-"connection type, and default option settings) is overtaken,\n"
-"but jobs will not be transferred.\n"
-"Not all queues can be transferred due to the following \n"
-"reasons:\n"
+"You can copy the printer configuration which you have done for the spooler %"
+"s to %s, your current spooler. All the configuration data (printer name, "
+"description, location, connection type, and default option settings) is "
+"overtaken, but jobs will not be transferred.\n"
+"Not all queues can be transferred due to the following reasons:\n"
msgstr ""
" , \n"
" spoller %s %s, spooler. \n"
@@ -7110,47 +8018,50 @@ msgstr ""
".\n"
" :\n"
-#: ../../printerdrake.pm_.c:1347
+#: ../../printerdrake.pm_.c:1818
+#, fuzzy
msgid ""
-"CUPS does not support printers on Novell servers or printers\n"
-"sending the data into a free-formed command.\n"
+"CUPS does not support printers on Novell servers or printers sending the "
+"data into a free-formed command.\n"
msgstr ""
"CUPS Novell \n"
" - .\n"
-#: ../../printerdrake.pm_.c:1350
+#: ../../printerdrake.pm_.c:1820
+#, fuzzy
msgid ""
-"PDQ only supports local printers, remote LPD printers, and\n"
-"Socket/TCP printers.\n"
+"PDQ only supports local printers, remote LPD printers, and Socket/TCP "
+"printers.\n"
msgstr ""
"PDQ , LPD \n"
" Socket/TCP .\n"
-#: ../../printerdrake.pm_.c:1353
+#: ../../printerdrake.pm_.c:1822
msgid "LPD and LPRng do not support IPP printers.\n"
msgstr "LPD LPRng IPP .\n"
-#: ../../printerdrake.pm_.c:1355
+#: ../../printerdrake.pm_.c:1824
+#, fuzzy
msgid ""
-"In addition, queues not created with this program or\n"
-"\"foomatic-configure\" cannot be transferred."
+"In addition, queues not created with this program or \"foomatic-configure\" "
+"cannot be transferred."
msgstr ""
" , \n"
" \"foomatic-configure\" ."
-#: ../../printerdrake.pm_.c:1357
+#: ../../printerdrake.pm_.c:1825
+#, fuzzy
msgid ""
"\n"
-"Also printers configured with the PPD files provided by\n"
-"their manufacturers or with native CUPS drivers can not be\n"
-"transferred."
+"Also printers configured with the PPD files provided by their manufacturers "
+"or with native CUPS drivers cannot be transferred."
msgstr ""
"\n"
" , PPD \n"
" CUPS \n"
" ."
-#: ../../printerdrake.pm_.c:1360
+#: ../../printerdrake.pm_.c:1826
msgid ""
"\n"
"Mark the printers which you want to transfer and click \n"
@@ -7160,15 +8071,15 @@ msgstr ""
" , \n"
"\"\"."
-#: ../../printerdrake.pm_.c:1363
+#: ../../printerdrake.pm_.c:1829
msgid "Do not transfer printers"
msgstr " "
-#: ../../printerdrake.pm_.c:1364 ../../printerdrake.pm_.c:1381
+#: ../../printerdrake.pm_.c:1830 ../../printerdrake.pm_.c:1847
msgid "Transfer"
msgstr ""
-#: ../../printerdrake.pm_.c:1377
+#: ../../printerdrake.pm_.c:1843
#, c-format
msgid ""
"A printer named \"%s\" already exists under %s. \n"
@@ -7179,11 +8090,11 @@ msgstr ""
" \"\", .\n"
" ."
-#: ../../printerdrake.pm_.c:1385
+#: ../../printerdrake.pm_.c:1851
msgid "Name of printer should contain only letters, numbers and the underscore"
msgstr " , "
-#: ../../printerdrake.pm_.c:1390
+#: ../../printerdrake.pm_.c:1856
#, c-format
msgid ""
"The printer \"%s\" already exists,\n"
@@ -7192,283 +8103,341 @@ msgstr ""
" \"%s\" ,\n"
" ?"
-#: ../../printerdrake.pm_.c:1398
+#: ../../printerdrake.pm_.c:1864
msgid "New printer name"
msgstr " "
-#: ../../printerdrake.pm_.c:1401
+#: ../../printerdrake.pm_.c:1867
#, c-format
msgid "Transferring %s ..."
msgstr " %s ..."
-#: ../../printerdrake.pm_.c:1412
-#, c-format
+#: ../../printerdrake.pm_.c:1878
+#, fuzzy, c-format
msgid ""
-"You have transferred your former default printer (\"%s\"),\n"
-"Should it be also the default printer under the\n"
-"new printing system %s?"
+"You have transferred your former default printer (\"%s\"), Should it be also "
+"the default printer under the new printing system %s?"
msgstr ""
" (\"%s\"),\n"
" \n"
" %s ?"
-#: ../../printerdrake.pm_.c:1423
+#: ../../printerdrake.pm_.c:1887
msgid "Refreshing printer data ..."
msgstr " ..."
-#: ../../printerdrake.pm_.c:1431 ../../printerdrake.pm_.c:1494
-#: ../../printerdrake.pm_.c:1515
+#: ../../printerdrake.pm_.c:1895 ../../printerdrake.pm_.c:1966
+#: ../../printerdrake.pm_.c:1978
msgid "Configuration of a remote printer"
msgstr " "
-#: ../../printerdrake.pm_.c:1432
+#: ../../printerdrake.pm_.c:1896
msgid "Starting network ..."
msgstr " ...."
-#: ../../printerdrake.pm_.c:1454 ../../printerdrake.pm_.c:1462
-#: ../../printerdrake.pm_.c:1464
+#: ../../printerdrake.pm_.c:1930 ../../printerdrake.pm_.c:1934
+#: ../../printerdrake.pm_.c:1936
msgid "Configure the network now"
msgstr " "
-#: ../../printerdrake.pm_.c:1455
+#: ../../printerdrake.pm_.c:1931
msgid "Network functionality not configured"
msgstr " "
-#: ../../printerdrake.pm_.c:1456
+#: ../../printerdrake.pm_.c:1932
msgid ""
-"You are going to configure a remote printer. This needs working\n"
-"network access, but your network is not configured yet. If you\n"
-"go on without network configuration, you will not be able to use\n"
-"the printer which you are configuring now. How do you want \n"
-"to proceed?"
+"You are going to configure a remote printer. This needs working network "
+"access, but your network is not configured yet. If you go on without network "
+"configuration, you will not be able to use the printer which you are "
+"configuring now. How do you want to proceed?"
msgstr ""
-#: ../../printerdrake.pm_.c:1463
+#: ../../printerdrake.pm_.c:1935
msgid "Go on without configuring the network"
msgstr " "
-#: ../../printerdrake.pm_.c:1496
+#: ../../printerdrake.pm_.c:1968
msgid ""
-"The network configuration done during the installation \n"
-"cannot be started now. Please check whether the network\n"
-"gets accessable after booting your system and correct the\n"
-"configuration using the Mandrake Control Center, section\n"
-"\"Network & Internet\"/\"Connection\", and afterwards set\n"
-"up the printer, also using the Mandrake Control Center,\n"
-"section \"Hardware\"/\"Printer\""
+"The network configuration done during the installation cannot be started "
+"now. Please check whether the network gets accessable after booting your "
+"system and correct the configuration using the Mandrake Control Center, "
+"section \"Network & Internet\"/\"Connection\", and afterwards set up the "
+"printer, also using the Mandrake Control Center, section \"Hardware\"/"
+"\"Printer\""
msgstr ""
-#: ../../printerdrake.pm_.c:1503
+#: ../../printerdrake.pm_.c:1969
+#, fuzzy
msgid ""
-"The network access was not running and could not be \n"
-"started. Please check your configuration and your \n"
-"hardware. Then try to configure your remote printer\n"
-"again."
+"The network access was not running and could not be started. Please check "
+"your configuration and your hardware. Then try to configure your remote "
+"printer again."
msgstr ""
" \n"
". , \n"
". \n"
"."
-#: ../../printerdrake.pm_.c:1516
+#: ../../printerdrake.pm_.c:1979
msgid "Restarting printing system ..."
msgstr " "
-#: ../../printerdrake.pm_.c:1548
+#: ../../printerdrake.pm_.c:2017
msgid "high"
msgstr ""
-#: ../../printerdrake.pm_.c:1548
+#: ../../printerdrake.pm_.c:2017
msgid "paranoid"
msgstr ""
-#: ../../printerdrake.pm_.c:1549
+#: ../../printerdrake.pm_.c:2018
#, c-format
msgid "Installing a printing system in the %s security level"
msgstr " %s "
-#: ../../printerdrake.pm_.c:1550
+#: ../../printerdrake.pm_.c:2019
#, c-format
msgid ""
-"You are about to install the printing system %s on\n"
-"a system running in the %s security level.\n"
+"You are about to install the printing system %s on a system running in the %"
+"s security level.\n"
"\n"
-"This printing system runs a daemon (background process)\n"
-"which waits for print jobs and handles them. This daemon\n"
-"is also accessable by remote machines through the network\n"
-"and so it is a possible point for attacks. Therefore only\n"
-"a few selected daemons are started by default in this\n"
+"This printing system runs a daemon (background process) which waits for "
+"print jobs and handles them. This daemon is also accessable by remote "
+"machines through the network and so it is a possible point for attacks. "
+"Therefore only a few selected daemons are started by default in this "
"security level.\n"
"\n"
-"Do you really want to configure printing on this\n"
-"machine?"
+"Do you really want to configure printing on this machine?"
msgstr ""
-#: ../../printerdrake.pm_.c:1584
+#: ../../printerdrake.pm_.c:2051
msgid "Starting the printing system at boot time"
msgstr " "
-#: ../../printerdrake.pm_.c:1585
+#: ../../printerdrake.pm_.c:2052
#, c-format
msgid ""
-"The printing system (%s) will not be started automatically\n"
-"when the machine is booted.\n"
+"The printing system (%s) will not be started automatically when the machine "
+"is booted.\n"
"\n"
-"It is possible that the automatic starting was turned off \n"
-"by changing to a higher security level, because the printing\n"
-"system is a potential point for attacks.\n"
+"It is possible that the automatic starting was turned off by changing to a "
+"higher security level, because the printing system is a potential point for "
+"attacks.\n"
"\n"
-"Do you want to have the automatic starting of the printing\n"
-"system turned on again?"
+"Do you want to have the automatic starting of the printing system turned on "
+"again?"
msgstr ""
-#: ../../printerdrake.pm_.c:1612 ../../printerdrake.pm_.c:1644
-#: ../../printerdrake.pm_.c:1671 ../../printerdrake.pm_.c:1701
-#: ../../printerdrake.pm_.c:1778
+#: ../../printerdrake.pm_.c:2075 ../../printerdrake.pm_.c:2113
+#: ../../printerdrake.pm_.c:2143 ../../printerdrake.pm_.c:2176
+#: ../../printerdrake.pm_.c:2281
msgid "Checking installed software..."
msgstr " ..."
-#: ../../printerdrake.pm_.c:1648
+#: ../../printerdrake.pm_.c:2117
msgid "Removing LPRng..."
msgstr " LPRng..."
-#: ../../printerdrake.pm_.c:1675
+#: ../../printerdrake.pm_.c:2147
msgid "Removing LPD..."
msgstr " LPD..."
-#: ../../printerdrake.pm_.c:1727
+#: ../../printerdrake.pm_.c:2205
msgid "Select Printer Spooler"
msgstr " spooler"
-#: ../../printerdrake.pm_.c:1728
+#: ../../printerdrake.pm_.c:2206
msgid "Which printing system (spooler) do you want to use?"
msgstr " (spooler) ?"
-#: ../../printerdrake.pm_.c:1759
+#: ../../printerdrake.pm_.c:2239
#, c-format
msgid "Configuring printer \"%s\" ..."
msgstr " \"%s\" ..."
-#: ../../printerdrake.pm_.c:1806 ../../printerdrake.pm_.c:1838
-#: ../../printerdrake.pm_.c:2026 ../../printerdrake.pm_.c:2088
+#: ../../printerdrake.pm_.c:2252
+#, fuzzy
+msgid "Installing Foomatic ..."
+msgstr " ..."
+
+#: ../../printerdrake.pm_.c:2309 ../../printerdrake.pm_.c:2348
+#: ../../printerdrake.pm_.c:2733 ../../printerdrake.pm_.c:2803
msgid "Printer options"
msgstr " "
-#: ../../printerdrake.pm_.c:1815
+#: ../../printerdrake.pm_.c:2318
msgid "Preparing PrinterDrake ..."
msgstr " PinterDrake ..."
-#: ../../printerdrake.pm_.c:1845
+#: ../../printerdrake.pm_.c:2335 ../../printerdrake.pm_.c:2890
+#, fuzzy
+msgid "Configuring applications..."
+msgstr " \"%s\" ..."
+
+#: ../../printerdrake.pm_.c:2355
msgid "Would you like to configure printing?"
msgstr " ?"
-#: ../../printerdrake.pm_.c:1857
+#: ../../printerdrake.pm_.c:2367
msgid "Printing system: "
msgstr " : "
-#: ../../printerdrake.pm_.c:1879
+#: ../../printerdrake.pm_.c:2415
+#, fuzzy
+msgid "Printerdrake"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:2419
+#, fuzzy
msgid ""
-"The following printers are configured.\n"
-"Click on one of them to modify it or\n"
-"to get information about it or on \n"
-"\"Add Printer\" to add a new printer."
+"The following printers are configured. Double-click on a printer to change "
+"its settings; to make it the default printer; to view information about it; "
+"or to make a printer on a remote CUPS server available for Star Office/"
+"OpenOffice.org."
msgstr ""
" .\n"
" , \n"
" , \n"
" \" \", ."
-#: ../../printerdrake.pm_.c:1885 ../../standalone/draknet_.c:301
-msgid "Normal Mode"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:1891 ../../printerdrake.pm_.c:2010
-msgid " (Default)"
-msgstr " ( )"
+#: ../../printerdrake.pm_.c:2420
+#, fuzzy
+msgid ""
+"The following printers are configured. Double-click on a printer to change "
+"its settings; to make it the default printer; or to view information about "
+"it."
+msgstr ""
+" .\n"
+" , \n"
+" , \n"
+" \" \", ."
-#: ../../printerdrake.pm_.c:1895 ../../printerdrake.pm_.c:1935
-msgid "Printer(s) on remote CUPS server(s)"
-msgstr "() () CUPS ()"
+#: ../../printerdrake.pm_.c:2446
+msgid "Refresh printer list (to display all available remote CUPS printers)"
+msgstr ""
-#: ../../printerdrake.pm_.c:1896 ../../printerdrake.pm_.c:1936
-msgid "Printer(s) on remote server(s)"
-msgstr "() () ()"
+#: ../../printerdrake.pm_.c:2464
+#, fuzzy
+msgid "Change the printing system"
+msgstr " "
-#: ../../printerdrake.pm_.c:1898 ../../printerdrake.pm_.c:1919
-#: ../../printerdrake.pm_.c:1922 ../../printerdrake.pm_.c:1971
-msgid "Add printer"
-msgstr " "
+#: ../../printerdrake.pm_.c:2469 ../../standalone/draknet_.c:278
+msgid "Normal Mode"
+msgstr " "
-#: ../../printerdrake.pm_.c:1977 ../../printerdrake.pm_.c:1993
-#: ../../printerdrake.pm_.c:2128
+#: ../../printerdrake.pm_.c:2625 ../../printerdrake.pm_.c:2675
+#: ../../printerdrake.pm_.c:2884
msgid "Do you want to configure another printer?"
msgstr " ?"
-#: ../../printerdrake.pm_.c:2003
+#: ../../printerdrake.pm_.c:2711
msgid "Modify printer configuration"
msgstr " "
-#: ../../printerdrake.pm_.c:2004
-#, c-format
+#: ../../printerdrake.pm_.c:2713
+#, fuzzy, c-format
msgid ""
-"Printer %s: %s %s\n"
+"Printer %s\n"
"What do you want to modify on this printer?"
msgstr ""
" %s: %s %s\n"
" ?"
-#: ../../printerdrake.pm_.c:2012
+#: ../../printerdrake.pm_.c:2717
msgid "Do it!"
msgstr " !"
-#: ../../printerdrake.pm_.c:2015 ../../printerdrake.pm_.c:2062
+#: ../../printerdrake.pm_.c:2722 ../../printerdrake.pm_.c:2777
msgid "Printer connection type"
msgstr " "
-#: ../../printerdrake.pm_.c:2016 ../../printerdrake.pm_.c:2066
+#: ../../printerdrake.pm_.c:2723 ../../printerdrake.pm_.c:2781
msgid "Printer name, description, location"
msgstr " , , "
-#: ../../printerdrake.pm_.c:2018 ../../printerdrake.pm_.c:2081
+#: ../../printerdrake.pm_.c:2725 ../../printerdrake.pm_.c:2796
msgid "Printer manufacturer, model, driver"
msgstr " , , "
-#: ../../printerdrake.pm_.c:2019 ../../printerdrake.pm_.c:2082
+#: ../../printerdrake.pm_.c:2726 ../../printerdrake.pm_.c:2797
msgid "Printer manufacturer, model"
msgstr " , "
-#: ../../printerdrake.pm_.c:2028 ../../printerdrake.pm_.c:2092
+#: ../../printerdrake.pm_.c:2735 ../../printerdrake.pm_.c:2807
msgid "Set this printer as the default"
msgstr " "
-#: ../../printerdrake.pm_.c:2029 ../../printerdrake.pm_.c:2097
+#: ../../printerdrake.pm_.c:2737 ../../printerdrake.pm_.c:2812
+msgid "Add this printer to Star Office/OpenOffice.org"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:2738 ../../printerdrake.pm_.c:2821
+msgid "Remove this printer from Star Office/OpenOffice.org"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:2739 ../../printerdrake.pm_.c:2830
msgid "Print test pages"
msgstr " "
-#: ../../printerdrake.pm_.c:2030 ../../printerdrake.pm_.c:2099
-msgid "Know how to print with this printer"
-msgstr ""
+#: ../../printerdrake.pm_.c:2740 ../../printerdrake.pm_.c:2832
+#, fuzzy
+msgid "Know how to use this printer"
+msgstr " ?"
-#: ../../printerdrake.pm_.c:2031 ../../printerdrake.pm_.c:2101
+#: ../../printerdrake.pm_.c:2742 ../../printerdrake.pm_.c:2834
msgid "Remove printer"
msgstr " "
-#: ../../printerdrake.pm_.c:2071
+#: ../../printerdrake.pm_.c:2786
#, c-format
msgid "Removing old printer \"%s\" ..."
msgstr " \"%s\" ..."
-#: ../../printerdrake.pm_.c:2096
+#: ../../printerdrake.pm_.c:2810
+msgid "Default printer"
+msgstr " "
+
+#: ../../printerdrake.pm_.c:2811
#, c-format
msgid "The printer \"%s\" is set as the default printer now."
msgstr " \"%s\" ."
-#: ../../printerdrake.pm_.c:2103
+#: ../../printerdrake.pm_.c:2815 ../../printerdrake.pm_.c:2818
+msgid "Adding printer to Star Office/OpenOffice.org"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:2816
+#, c-format
+msgid ""
+"The printer \"%s\" was successfully added to Star Office/OpenOffice.org."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:2819
+#, c-format
+msgid "Failed to add the printer \"%s\" to Star Office/OpenOffice.org."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:2824 ../../printerdrake.pm_.c:2827
+msgid "Removing printer from Star Office/OpenOffice.org"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:2825
+#, c-format
+msgid ""
+"The printer \"%s\" was successfully removed from Star Office/OpenOffice.org."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:2828
+#, c-format
+msgid "Failed to remove the printer \"%s\" from Star Office/OpenOffice.org."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:2836
#, c-format
msgid "Do you really want to remove the printer \"%s\"?"
msgstr " \"%s\" ?"
-#: ../../printerdrake.pm_.c:2105
+#: ../../printerdrake.pm_.c:2838
#, c-format
msgid "Removing printer \"%s\" ..."
msgstr " \"%s\" ..."
@@ -7573,15 +8542,15 @@ msgstr "mkraid ( raidtools ?)"
msgid "Not enough partitions for RAID level %d\n"
msgstr " RAID %d\n"
-#: ../../services.pm_.c:15
+#: ../../services.pm_.c:14
msgid "Launch the ALSA (Advanced Linux Sound Architecture) sound system"
msgstr " ALSA (Advanced Linux Sound Architecture) "
-#: ../../services.pm_.c:16
+#: ../../services.pm_.c:15
msgid "Anacron a periodic command scheduler."
msgstr "Anacrton - ."
-#: ../../services.pm_.c:17
+#: ../../services.pm_.c:16
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."
@@ -7590,7 +8559,7 @@ msgstr ""
"syslog. , "
"."
-#: ../../services.pm_.c:19
+#: ../../services.pm_.c:18
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."
@@ -7598,7 +8567,7 @@ msgstr ""
" at \n"
" , ."
-#: ../../services.pm_.c:21
+#: ../../services.pm_.c:20
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 "
@@ -7609,7 +8578,7 @@ msgstr ""
" . vixie cron \n"
"UNIX cron, - ."
-#: ../../services.pm_.c:24
+#: ../../services.pm_.c:23
msgid ""
"GPM adds mouse support to text-based Linux applications such the\n"
"Midnight Commander. It also allows mouse-based console cut-and-paste "
@@ -7620,7 +8589,7 @@ msgstr ""
"Midnight Commander. \n"
"-- , ."
-#: ../../services.pm_.c:27
+#: ../../services.pm_.c:26
msgid ""
"HardDrake runs a hardware probe, and optionally configures\n"
"new/changed hardware."
@@ -7628,16 +8597,15 @@ msgstr ""
"HardDrake , \n"
"/ ."
-#: ../../services.pm_.c:29
+#: ../../services.pm_.c:28 ../../standalone/logdrake_.c:412
msgid ""
-"Apache is a World Wide Web server. It is used to serve HTML files\n"
-"and CGI."
+"Apache is a World Wide Web server. It is used to serve HTML files and CGI."
msgstr ""
"Apache World Wide Web (WWW) . HTML "
"\n"
" CGI."
-#: ../../services.pm_.c:31
+#: ../../services.pm_.c:29
msgid ""
"The internet superserver daemon (commonly called inetd) starts a\n"
"variety of other internet services as needed. It is responsible for "
@@ -7651,7 +8619,7 @@ msgstr ""
"telnet, ftp, rsh rlogin. inetd ,\n"
" ."
-#: ../../services.pm_.c:35
+#: ../../services.pm_.c:33
msgid ""
"Launch packet filtering for Linux kernel 2.2 series, to set\n"
"up a firewall to protect your machine from network attacks."
@@ -7660,7 +8628,7 @@ msgstr ""
" , s cel \n"
" ."
-#: ../../services.pm_.c:37
+#: ../../services.pm_.c:35
msgid ""
"This package loads the selected keyboard map as set in\n"
"/etc/sysconfig/keyboard. This can be selected using the kbdconfig utility.\n"
@@ -7671,7 +8639,7 @@ msgstr ""
" kbdconfig. "
" ."
-#: ../../services.pm_.c:40
+#: ../../services.pm_.c:38
msgid ""
"Automatic regeneration of kernel header in /boot for\n"
"/usr/include/linux/{autoconf,version}.h"
@@ -7679,11 +8647,11 @@ msgstr ""
" header- , /boot \n"
"/usr/include/linux/{autoconf,version}.h"
-#: ../../services.pm_.c:42
+#: ../../services.pm_.c:40
msgid "Automatic detection and configuration of hardware at boot."
msgstr " ."
-#: ../../services.pm_.c:43
+#: ../../services.pm_.c:41
msgid ""
"Linuxconf will sometimes arrange to perform various tasks\n"
"at boot-time to maintain the system configuration."
@@ -7691,7 +8659,7 @@ msgstr ""
"Linuxconf \n"
" ."
-#: ../../services.pm_.c:45
+#: ../../services.pm_.c:43
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)."
@@ -7699,7 +8667,7 @@ msgstr ""
"lpd lpr . \n"
", (/)."
-#: ../../services.pm_.c:47
+#: ../../services.pm_.c:45
msgid ""
"Linux Virtual Server, used to build a high-performance and highly\n"
"available server."
@@ -7707,15 +8675,16 @@ msgstr ""
"Linux Virtual Server \n"
" ."
-#: ../../services.pm_.c:49
+#: ../../services.pm_.c:47 ../../standalone/logdrake_.c:413
+#, fuzzy
msgid ""
-"named (BIND) is a Domain Name Server (DNS) that is used to resolve\n"
-"host names to IP addresses."
+"named (BIND) is a Domain Name Server (DNS) that is used to resolve host "
+"names to IP addresses."
msgstr ""
"named (BIND) Domain Name Server (DNS), \n"
" IP ."
-#: ../../services.pm_.c:51
+#: ../../services.pm_.c:48
msgid ""
"Mounts and unmounts all Network File System (NFS), SMB (Lan\n"
"Manager/Windows), and NCP (NetWare) mount points."
@@ -7723,7 +8692,7 @@ msgstr ""
" Network File System (NFS), SMB (LAN\n"
"Manager/Windows), NCP (NetWare)."
-#: ../../services.pm_.c:53
+#: ../../services.pm_.c:50
msgid ""
"Activates/Deactivates all network interfaces configured to start\n"
"at boot time."
@@ -7731,7 +8700,7 @@ msgstr ""
"/ , \n"
" ."
-#: ../../services.pm_.c:55
+#: ../../services.pm_.c:52
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"
@@ -7741,7 +8710,7 @@ msgstr ""
" NFS , \n"
" /etc/exports."
-#: ../../services.pm_.c:58
+#: ../../services.pm_.c:55
msgid ""
"NFS is a popular protocol for file sharing across TCP/IP\n"
"networks. This service provides NFS file locking functionality."
@@ -7749,7 +8718,7 @@ msgstr ""
"NFS TCP/IP .\n"
" NFS ."
-#: ../../services.pm_.c:60
+#: ../../services.pm_.c:57
msgid ""
"Automatically switch on numlock key locker under console\n"
"and XFree at boot."
@@ -7757,11 +8726,11 @@ msgstr ""
" numlock \n"
"XFree ."
-#: ../../services.pm_.c:62
+#: ../../services.pm_.c:59
msgid "Support the OKI 4w and compatible winprinters."
msgstr " OKI 4w win-."
-#: ../../services.pm_.c:63
+#: ../../services.pm_.c:60
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 "
@@ -7772,7 +8741,7 @@ msgstr ""
"laptop-. , \n"
"- , ."
-#: ../../services.pm_.c:66
+#: ../../services.pm_.c:63
msgid ""
"The portmapper manages RPC connections, which are used by\n"
"protocols such as NFS and NIS. The portmap server must be running on "
@@ -7783,15 +8752,16 @@ msgstr ""
"NFS NIS. portmap , \n"
" , RPC ."
-#: ../../services.pm_.c:69
+#: ../../services.pm_.c:66 ../../standalone/logdrake_.c:415
+#, fuzzy
msgid ""
-"Postfix is a Mail Transport Agent, which is the program that\n"
-"moves mail from one machine to another."
+"Postfix is a Mail Transport Agent, which is the program that moves mail from "
+"one machine to another."
msgstr ""
"Postfix Main Transport Agent (MTA), \n"
" ."
-#: ../../services.pm_.c:71
+#: ../../services.pm_.c:67
msgid ""
"Saves and restores system entropy pool for higher quality random\n"
"number generation."
@@ -7799,7 +8769,7 @@ msgstr ""
" - \n"
" ."
-#: ../../services.pm_.c:73
+#: ../../services.pm_.c:69
msgid ""
"Assign raw devices to block devices (such as hard drive\n"
"partitions), for the use of applications such as Oracle"
@@ -7807,7 +8777,7 @@ msgstr ""
" ( \n"
" ), Oracle"
-#: ../../services.pm_.c:75
+#: ../../services.pm_.c:71
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"
@@ -7817,7 +8787,7 @@ msgstr ""
"RIP . RIP , -\n"
" . "
-#: ../../services.pm_.c:78
+#: ../../services.pm_.c:74
msgid ""
"The rstat protocol allows users on a network to retrieve\n"
"performance metrics for any machine on that network."
@@ -7825,7 +8795,7 @@ msgstr ""
"rstat \n"
" ."
-#: ../../services.pm_.c:80
+#: ../../services.pm_.c:76
msgid ""
"The rusers protocol allows users on a network to identify who is\n"
"logged in on other responding machines."
@@ -7833,7 +8803,7 @@ msgstr ""
"rusers \n"
" ."
-#: ../../services.pm_.c:82
+#: ../../services.pm_.c:78
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)."
@@ -7842,11 +8812,11 @@ msgstr ""
" rwho ( "
"finger)."
-#: ../../services.pm_.c:84
+#: ../../services.pm_.c:80
msgid "Launch the sound system on your machine"
msgstr " "
-#: ../../services.pm_.c:85
+#: ../../services.pm_.c:81
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."
@@ -7854,43 +8824,43 @@ msgstr ""
"Syslog \n"
" (). ."
-#: ../../services.pm_.c:87
+#: ../../services.pm_.c:83
msgid "Load the drivers for your usb devices."
msgstr " USB ."
-#: ../../services.pm_.c:88
+#: ../../services.pm_.c:84
msgid "Starts the X Font Server (this is mandatory for XFree to run)."
msgstr " X Font Server ( , XFree)."
-#: ../../services.pm_.c:114 ../../services.pm_.c:156
+#: ../../services.pm_.c:110 ../../services.pm_.c:152
msgid "Choose which services should be automatically started at boot time"
msgstr " , "
-#: ../../services.pm_.c:126
+#: ../../services.pm_.c:122
msgid "Printing"
msgstr ""
-#: ../../services.pm_.c:127
+#: ../../services.pm_.c:123
msgid "Internet"
msgstr ""
-#: ../../services.pm_.c:130
+#: ../../services.pm_.c:126
msgid "File sharing"
msgstr " "
-#: ../../services.pm_.c:132
+#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:934
msgid "System"
msgstr ""
-#: ../../services.pm_.c:137
+#: ../../services.pm_.c:133
msgid "Remote Administration"
msgstr " "
-#: ../../services.pm_.c:145
+#: ../../services.pm_.c:141
msgid "Database Server"
msgstr " -"
-#: ../../services.pm_.c:174
+#: ../../services.pm_.c:170
#, c-format
msgid "Services: %d activated for %d registered"
msgstr ": %d %d "
@@ -7913,7 +8883,7 @@ msgstr " "
#: ../../services.pm_.c:217
msgid ""
-"No additionnal information\n"
+"No additional information\n"
"about this service, sorry."
msgstr ""
" \n"
@@ -7923,11 +8893,184 @@ msgstr ""
msgid "On boot"
msgstr " "
+#: ../../services.pm_.c:236
+#, fuzzy
+msgid "Start"
+msgstr ""
+
+#: ../../services.pm_.c:236
+#, fuzzy
+msgid "Stop"
+msgstr ""
+
+#: ../../share/advertising/00-thanks.pl_.c:9
+msgid "Thank you for choosing Mandrake Linux 8.2"
+msgstr ""
+
+#: ../../share/advertising/00-thanks.pl_.c:10
+msgid "Welcome to the Open Source world"
+msgstr ""
+
+#: ../../share/advertising/00-thanks.pl_.c:11
+msgid ""
+"The success of MandrakeSoft is based upon the principle of Free Software. "
+"Your new operating system is the result of collaborative work on the part of "
+"the worldwide Linux Community"
+msgstr ""
+
+#: ../../share/advertising/01-gnu.pl_.c:9
+#, fuzzy
+msgid "Join the Free Software world"
+msgstr " "
+
+#: ../../share/advertising/01-gnu.pl_.c:10
+msgid ""
+"Get to know the Open Source community and become a member. Learn, teach, and "
+"help others by joining the many discussion forums that you will find in our "
+"\"Community\" webpages"
+msgstr ""
+
+#: ../../share/advertising/02-internet.pl_.c:9
+#, fuzzy
+msgid "Internet and Messaging"
+msgstr " "
+
+#: ../../share/advertising/02-internet.pl_.c:10
+msgid ""
+"Mandrake Linux 8.2 provides the best software to access everything the "
+"Internet has to offer: Surf the web & view animations with Mozilla and "
+"Konqueror, exchange email & organize your personal information with "
+"Evolution and Kmail, and much more"
+msgstr ""
+
+#: ../../share/advertising/03-graphic.pl_.c:9
+#, fuzzy
+msgid "Multimedia and Graphics"
+msgstr " - "
+
+#: ../../share/advertising/03-graphic.pl_.c:10
+msgid ""
+"Mandrake Linux 8.2 lets you push your multimedia computer to its limits! Use "
+"the latest software to play music and audio files, edit and organize your "
+"images and photos, watch TV and videos, and much more"
+msgstr ""
+
+#: ../../share/advertising/04-develop.pl_.c:9
+msgid "Development"
+msgstr ""
+
+#: ../../share/advertising/04-develop.pl_.c:10
+msgid ""
+"Mandrake Linux 8.2 is the ultimate development platform. Discover the power "
+"of the GNU gcc compiler as well as the best Open Source development "
+"environments"
+msgstr ""
+
+#: ../../share/advertising/05-contcenter.pl_.c:9
+#, fuzzy
+msgid "Mandrake Control Center"
+msgstr " "
+
+#: ../../share/advertising/05-contcenter.pl_.c:10
+msgid ""
+"The Mandrake Linux 8.2 Control Center is a one-stop location for fully "
+"customizing and configuring your Mandrake system"
+msgstr ""
+
+#: ../../share/advertising/06-user.pl_.c:9
+#, fuzzy
+msgid "User interfaces"
+msgstr " "
+
+#: ../../share/advertising/06-user.pl_.c:10
+msgid ""
+"Mandrake Linux 8.2 provides 11 different graphical desktop environments and "
+"window managers to choose from including GNOME 1.4, KDE 2.2.2, Window Maker "
+"0.8, and the rest"
+msgstr ""
+
+#: ../../share/advertising/07-server.pl_.c:9
+#, fuzzy
+msgid "Server Software"
+msgstr " SMB "
+
+#: ../../share/advertising/07-server.pl_.c:10
+msgid ""
+"Transform your machine into a powerful server with just a few clicks of the "
+"mouse: Web server, email, firewall, router, file and print server, ..."
+msgstr ""
+
+#: ../../share/advertising/08-games.pl_.c:9
+msgid "Games"
+msgstr ""
+
+#: ../../share/advertising/08-games.pl_.c:10
+msgid ""
+"Mandrake Linux 8.2 provides the best Open Source games - arcade, action, "
+"cards, sports, strategy, ..."
+msgstr ""
+
+#: ../../share/advertising/09-MDKcampus.pl_.c:9
+msgid "MandrakeCampus"
+msgstr ""
+
+#: ../../share/advertising/09-MDKcampus.pl_.c:10
+msgid ""
+"Would you like to learn Linux simply, quickly, and for free? MandrakeSoft "
+"provides free Linux training, as well as a way to test your progress, at "
+"MandrakeCampus -- our online training center"
+msgstr ""
+
+#: ../../share/advertising/10-MDKexpert.pl_.c:9
+#, fuzzy
+msgid "MandrakeExpert"
+msgstr ""
+
+#: ../../share/advertising/10-MDKexpert.pl_.c:10
+msgid ""
+"Quality support from the Linux Community, and from MandrakeSoft, is just "
+"around the corner. And if you're already a Linux veteran, become an \"Expert"
+"\" and share your knowledge at our support website"
+msgstr ""
+
+#: ../../share/advertising/11-consul.pl_.c:9
+msgid "MandrakeConsulting"
+msgstr ""
+
+#: ../../share/advertising/11-consul.pl_.c:10
+msgid ""
+"For all of your IT projects, our consultants are ready to analyze your "
+"requirements and offer a customized solution. Benefit from MandrakeSoft's "
+"vast experience as a Linux producer to provide a true IT alternative for "
+"your business organization"
+msgstr ""
+
+#: ../../share/advertising/12-MDKstore.pl_.c:9
+#, fuzzy
+msgid "MandrakeStore"
+msgstr ""
+
+#: ../../share/advertising/12-MDKstore.pl_.c:10
+msgid ""
+"A full range of Linux solutions, as well as special offers on products and "
+"'goodies', are available online at our e-store"
+msgstr ""
+
+#: ../../share/advertising/13-Nvert.pl_.c:9
+msgid ""
+"For more information on MandrakeSoft's Professional Services and commercial "
+"offerings, please see the following web page:"
+msgstr ""
+
+#: ../../share/advertising/13-Nvert.pl_.c:11
+msgid "http://www.mandrakesoft.com/sales/contact"
+msgstr ""
+
#: ../../standalone.pm_.c:25
msgid "Installing packages..."
msgstr " ..."
-#: ../../standalone/diskdrake_.c:63
+#: ../../standalone/diskdrake_.c:85
msgid ""
"I can't read your partition table, it's too corrupted for me :(\n"
"I'll try to go on blanking bad partitions"
@@ -7935,20 +9078,20 @@ msgstr ""
" , :(\n"
" "
-#: ../../standalone/drakautoinst_.c:44
+#: ../../standalone/drakautoinst_.c:45
msgid "Error!"
msgstr " !"
-#: ../../standalone/drakautoinst_.c:45
+#: ../../standalone/drakautoinst_.c:46
#, c-format
msgid "I can't find needed image file `%s'."
msgstr " `%s'."
-#: ../../standalone/drakautoinst_.c:47
+#: ../../standalone/drakautoinst_.c:48
msgid "Auto Install Configurator"
msgstr " "
-#: ../../standalone/drakautoinst_.c:48
+#: ../../standalone/drakautoinst_.c:49
msgid ""
"You are about to configure an Auto Install floppy. This feature is somewhat "
"dangerous and must be used circumspectly.\n"
@@ -7963,11 +9106,11 @@ msgid ""
"Do you want to continue?"
msgstr ""
-#: ../../standalone/drakautoinst_.c:70
+#: ../../standalone/drakautoinst_.c:71
msgid "Automatic Steps Configuration"
msgstr " "
-#: ../../standalone/drakautoinst_.c:71
+#: ../../standalone/drakautoinst_.c:72
msgid ""
"Please choose for each step whether it will replay like your install, or it "
"will be manual"
@@ -7975,11 +9118,20 @@ msgstr ""
", , , "
" "
-#: ../../standalone/drakautoinst_.c:112 ../../standalone/drakgw_.c:599
+#: ../../standalone/drakautoinst_.c:145
+msgid ""
+"\n"
+"Welcome.\n"
+"\n"
+"The parameters of the auto-install are available in the sections on the left"
+msgstr ""
+
+#: ../../standalone/drakautoinst_.c:243 ../../standalone/drakgw_.c:671
+#: ../../standalone/scannerdrake_.c:106
msgid "Congratulations!"
msgstr " !"
-#: ../../standalone/drakautoinst_.c:113
+#: ../../standalone/drakautoinst_.c:244
msgid ""
"The floppy has been successfully generated.\n"
"You may now replay your installation."
@@ -7987,15 +9139,1226 @@ msgstr ""
" .\n"
" ."
-#: ../../standalone/drakgw_.c:36 ../../standalone/drakgw_.c:181
+#: ../../standalone/drakautoinst_.c:282
+#, fuzzy
+msgid "Auto Install"
+msgstr ""
+
+#: ../../standalone/drakautoinst_.c:352
+#, fuzzy
+msgid "Add an item"
+msgstr " "
+
+#: ../../standalone/drakautoinst_.c:359
+#, fuzzy
+msgid "Remove the last item"
+msgstr " loopback ?"
+
+#: ../../standalone/drakbackup_.c:448 ../../standalone/drakbackup_.c:451
+#: ../../standalone/drakbackup_.c:455
+msgid ""
+"***********************************************************************\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:449
+msgid ""
+"\n"
+" DrakBackup Report \n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:450
+msgid ""
+"\n"
+" DrakBackup Daemon Report\n"
+"\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:453
+msgid ""
+"\n"
+"\n"
+"***********************************************************************\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:454
+msgid ""
+"\n"
+" DrakBackup Report Details\n"
+"\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:476
+msgid "total progess"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:555 ../../standalone/drakbackup_.c:602
+msgid "Backup system files..."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:603 ../../standalone/drakbackup_.c:667
+#, fuzzy
+msgid "Hard Disk Backup files..."
+msgstr " backup-"
+
+#: ../../standalone/drakbackup_.c:615
+#, fuzzy
+msgid "Backup User files..."
+msgstr " backup-"
+
+#: ../../standalone/drakbackup_.c:616
+msgid "Hard Disk Backup Progress..."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:666
+#, fuzzy
+msgid "Backup Other files..."
+msgstr " backup-"
+
+#: ../../standalone/drakbackup_.c:674
+#, c-format
+msgid ""
+"file list send by FTP : %s\n"
+" "
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:677
+msgid ""
+"\n"
+"(!) FTP connexion problem: It was not possible to send your backup files by "
+"FTP.\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:687
+msgid "(!) Error during mail sending. \n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:728 ../../standalone/drakbackup_.c:739
+#: ../../standalone/drakbackup_.c:750 ../../standalone/drakfont_.c:787
+#, fuzzy
+msgid "File Selection"
+msgstr " "
+
+#: ../../standalone/drakbackup_.c:755
+msgid "Select the files or directories and click on 'Add'"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:790
+msgid ""
+"\n"
+"Please check all options that you need.\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:791
+msgid ""
+"These options can backup and restore all files in your /etc directory.\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:792
+msgid "Backup your System files. ( /etc directory )"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:793
+msgid "Use incremental backup (do not replace old backups)"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:794
+msgid "Do not include critical files (passwd, group, fstab)"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:795
+msgid ""
+"With this option you will be able to restore any version\n"
+" of your /etc directory."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:812
+#, fuzzy
+msgid "Please check all users that you want to include in your backup."
+msgstr ", , ."
+
+#: ../../standalone/drakbackup_.c:839
+msgid "Do not include the browser cache"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:840 ../../standalone/drakbackup_.c:864
+msgid "Use Incremental Backups (do not replace old backups)"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:862 ../../standalone/drakfont_.c:827
+#, fuzzy
+msgid "Remove Selected"
+msgstr " "
+
+#: ../../standalone/drakbackup_.c:900
+#, fuzzy
+msgid "Windows (FAT32)"
+msgstr " Windows(TM)"
+
+#: ../../standalone/drakbackup_.c:939
+#, fuzzy
+msgid "Users"
+msgstr " "
+
+#: ../../standalone/drakbackup_.c:964
+msgid "Use FTP connection to backup"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:967
+#, fuzzy
+msgid "Please enter the host name or IP."
+msgstr ", "
+
+#: ../../standalone/drakbackup_.c:972
+msgid ""
+"Please enter the directory to\n"
+" put the backup on this host."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:977
+#, fuzzy
+msgid "Please enter your login"
+msgstr ", "
+
+#: ../../standalone/drakbackup_.c:982
+#, fuzzy
+msgid "Please enter your password"
+msgstr ", "
+
+#: ../../standalone/drakbackup_.c:988
+#, fuzzy
+msgid "Remember this password"
+msgstr " "
+
+#: ../../standalone/drakbackup_.c:1052 ../../standalone/drakbackup_.c:2048
+#, fuzzy
+msgid "FTP Connection"
+msgstr "LAN "
+
+#: ../../standalone/drakbackup_.c:1059 ../../standalone/drakbackup_.c:2056
+#, fuzzy
+msgid "Secure Connection"
+msgstr " "
+
+#: ../../standalone/drakbackup_.c:1085 ../../standalone/drakbackup_.c:2889
+msgid "Use CD/DVDROM to backup"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1088 ../../standalone/drakbackup_.c:2893
+#, fuzzy
+msgid "Please choose your CD space"
+msgstr ", ."
+
+#: ../../standalone/drakbackup_.c:1094 ../../standalone/drakbackup_.c:2905
+#, fuzzy
+msgid "Please check if you are using CDRW media"
+msgstr ", "
+
+#: ../../standalone/drakbackup_.c:1100 ../../standalone/drakbackup_.c:2911
+msgid "Please check if you want to erase your CDRW before"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1106
+#, fuzzy
+msgid ""
+"Please check if you want to include\n"
+" install boot on your CD."
+msgstr ", , ."
+
+#: ../../standalone/drakbackup_.c:1112
+msgid ""
+"Please enter your CD Writer device name\n"
+" ex: 0,1,0"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1153
+#, fuzzy
+msgid "Use tape to backup"
+msgstr " backup-"
+
+#: ../../standalone/drakbackup_.c:1156
+msgid "Please enter the device name to use for backup"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1162 ../../standalone/drakbackup_.c:1203
+#: ../../standalone/drakbackup_.c:2013
+msgid ""
+"Please enter the maximum size\n"
+" allowed for Drakbackup"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1195 ../../standalone/drakbackup_.c:2005
+#, fuzzy
+msgid "Please enter the directory to save:"
+msgstr ", "
+
+#: ../../standalone/drakbackup_.c:1209 ../../standalone/drakbackup_.c:2019
+#, fuzzy
+msgid "Use quota for backup files."
+msgstr " backup-"
+
+#: ../../standalone/drakbackup_.c:1267
+#, fuzzy
+msgid "Network"
+msgstr " "
+
+#: ../../standalone/drakbackup_.c:1272
+msgid "CDROM / DVDROM"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1277
+msgid "HardDrive / NFS"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1297 ../../standalone/drakbackup_.c:1301
+#: ../../standalone/drakbackup_.c:1305
+msgid "hourly"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1298 ../../standalone/drakbackup_.c:1302
+#: ../../standalone/drakbackup_.c:1305
+msgid "daily"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1299 ../../standalone/drakbackup_.c:1303
+#: ../../standalone/drakbackup_.c:1305
+msgid "weekly"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1300 ../../standalone/drakbackup_.c:1304
+#: ../../standalone/drakbackup_.c:1305
+msgid "monthly"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1312
+#, fuzzy
+msgid "Use daemon"
+msgstr " "
+
+#: ../../standalone/drakbackup_.c:1317
+#, fuzzy
+msgid ""
+"Please choose the time \n"
+"interval between each backup"
+msgstr ", , ."
+
+#: ../../standalone/drakbackup_.c:1323
+#, fuzzy
+msgid ""
+"Please choose the\n"
+"media for backup."
+msgstr ", ."
+
+#: ../../standalone/drakbackup_.c:1327
+#, fuzzy
+msgid "Use Hard Drive with daemon"
+msgstr " ?"
+
+#: ../../standalone/drakbackup_.c:1329
+#, fuzzy
+msgid "Use FTP with daemon"
+msgstr " ?"
+
+#: ../../standalone/drakbackup_.c:1333
+msgid "Please be sure that the cron daemon is included in your services."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1369
+msgid "Send mail report after each backup to :"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1411
+#, fuzzy
+msgid "What"
+msgstr " "
+
+#: ../../standalone/drakbackup_.c:1416
+#, fuzzy
+msgid "Where"
+msgstr "Wheel"
+
+#: ../../standalone/drakbackup_.c:1421
+#, fuzzy
+msgid "When"
+msgstr "Wheel"
+
+#: ../../standalone/drakbackup_.c:1426
+#, fuzzy
+msgid "More Options"
+msgstr " :"
+
+#: ../../standalone/drakbackup_.c:1445 ../../standalone/drakbackup_.c:2801
+#, fuzzy
+msgid "Drakbackup Configuration"
+msgstr " "
+
+#: ../../standalone/drakbackup_.c:1463
+#, fuzzy
+msgid "Please choose where you want to backup"
+msgstr ", , ."
+
+#: ../../standalone/drakbackup_.c:1465
+msgid "on Hard Drive"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1476
+msgid "across Network"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1540
+#, fuzzy
+msgid "Please choose what you want to backup"
+msgstr ", , ."
+
+#: ../../standalone/drakbackup_.c:1541
+#, fuzzy
+msgid "Backup system"
+msgstr " "
+
+#: ../../standalone/drakbackup_.c:1542
+msgid "Backup Users"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1545
+msgid "Select user manually"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1627
+msgid ""
+"\n"
+"Backup Sources: \n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1628
+msgid ""
+"\n"
+"- System Files:\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1630
+msgid ""
+"\n"
+"- User Files:\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1632
+msgid ""
+"\n"
+"- Other Files:\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1634
+#, c-format
+msgid ""
+"\n"
+"- Save on Hard drive on path : %s\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1635
+#, c-format
+msgid ""
+"\n"
+"- Save on FTP on host : %s\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1636
+#, c-format
+msgid ""
+"\t\t user name: %s\n"
+"\t\t on path: %s \n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1637
+#, fuzzy
+msgid ""
+"\n"
+"- Options:\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1638
+msgid "\tDo not include System Files\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1639
+msgid "\tBackups use tar and bzip2\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1640
+msgid "\tBackups use tar and gzip\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1641
+#, c-format
+msgid ""
+"\n"
+"- Daemon (%s) include :\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1642
+msgid "\t-Hard drive.\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1643
+msgid "\t-CDROM.\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1644
+msgid "\t-Network by FTP.\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1645
+msgid "\t-Network by SSH.\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1647
+msgid "No configuration, please click Wizard or Advanced.\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1652
+msgid ""
+"List of data to restore:\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1753
+msgid ""
+"List of data corrupted:\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1755
+#, fuzzy
+msgid "Please uncheck or remove it on next time."
+msgstr ", ."
+
+#: ../../standalone/drakbackup_.c:1765
+msgid "Backup files are corrupted"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1786
+msgid " All your selectionned data have been "
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1787
+#, c-format
+msgid " Successfuly Restored on %s "
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1886
+#, fuzzy
+msgid " Restore Configuration "
+msgstr " "
+
+#: ../../standalone/drakbackup_.c:1904
+msgid "OK to restore the other files."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1922
+msgid "User list to restore (only the most recent date per user is important)"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1972
+#, fuzzy
+msgid "Backup the system files before:"
+msgstr " backup-"
+
+#: ../../standalone/drakbackup_.c:1974
+#, fuzzy
+msgid "please choose the date to restore"
+msgstr ", ."
+
+#: ../../standalone/drakbackup_.c:2002
+#, fuzzy
+msgid "Use Hard Disk to backup"
+msgstr " backup-"
+
+#: ../../standalone/drakbackup_.c:2083
+#, fuzzy
+msgid "Restore from Hard Disk."
+msgstr " "
+
+#: ../../standalone/drakbackup_.c:2085
+msgid "Please enter the directory where backups are stored"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2143
+#, fuzzy
+msgid "Select another media to restore from"
+msgstr ", ."
+
+#: ../../standalone/drakbackup_.c:2145
+#, fuzzy
+msgid "Other Media"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2151
+#, fuzzy
+msgid "Restore system"
+msgstr " "
+
+#: ../../standalone/drakbackup_.c:2152
+#, fuzzy
+msgid "Restore Users"
+msgstr " "
+
+#: ../../standalone/drakbackup_.c:2153
+#, fuzzy
+msgid "Restore Other"
+msgstr " "
+
+#: ../../standalone/drakbackup_.c:2155
+msgid "select path to restore (instead of / )"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2159
+msgid "Do new backup before restore (only for incremental backups.)"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2160
+msgid "Remove user directories before restore."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2217
+msgid "Restore all backups"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2225
+#, fuzzy
+msgid "Custom Restore"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2266 ../../standalone/drakbackup_.c:2291
+#: ../../standalone/drakbackup_.c:2312 ../../standalone/drakbackup_.c:2333
+#: ../../standalone/drakbackup_.c:2351 ../../standalone/drakbackup_.c:2383
+#: ../../standalone/drakbackup_.c:2399 ../../standalone/drakbackup_.c:2419
+#: ../../standalone/drakbackup_.c:2438 ../../standalone/drakbackup_.c:2460
+#: ../../standalone/drakfont_.c:575
+#, fuzzy
+msgid "Help"
+msgstr "/_"
+
+#: ../../standalone/drakbackup_.c:2269 ../../standalone/drakbackup_.c:2296
+#: ../../standalone/drakbackup_.c:2315 ../../standalone/drakbackup_.c:2336
+#: ../../standalone/drakbackup_.c:2354 ../../standalone/drakbackup_.c:2402
+#: ../../standalone/drakbackup_.c:2422 ../../standalone/drakbackup_.c:2441
+#, fuzzy
+msgid "Previous"
+msgstr "<- "
+
+#: ../../standalone/drakbackup_.c:2271 ../../standalone/drakbackup_.c:2338
+#: ../../standalone/logdrake_.c:224
+#, fuzzy
+msgid "Save"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2317
+#, fuzzy
+msgid "Build Backup"
+msgstr " backup-"
+
+#: ../../standalone/drakbackup_.c:2356 ../../standalone/drakbackup_.c:3033
+#, fuzzy
+msgid "Restore"
+msgstr " "
+
+#: ../../standalone/drakbackup_.c:2404 ../../standalone/drakbackup_.c:2424
+#: ../../standalone/drakbackup_.c:2445
+#, fuzzy
+msgid "Next"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2478
+msgid ""
+"Please Build backup before to restore it...\n"
+" or verify that your path to save is correct."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2499
+msgid ""
+"Error durind sendmail\n"
+" your report mail was not sent\n"
+" Please configure sendmail"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2522
+#, fuzzy
+msgid "Package List to Install"
+msgstr " "
+
+#: ../../standalone/drakbackup_.c:2550
+msgid ""
+"Error durind sending file via FTP.\n"
+" Please correct your FTP configuration."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2573
+#, fuzzy
+msgid "Please select data to restore..."
+msgstr ", ."
+
+#: ../../standalone/drakbackup_.c:2594
+#, fuzzy
+msgid "Please select media for backup..."
+msgstr ", ."
+
+#: ../../standalone/drakbackup_.c:2616
+#, fuzzy
+msgid "Please select data to backup..."
+msgstr ", ."
+
+#: ../../standalone/drakbackup_.c:2638
+msgid ""
+"No configuration file found \n"
+"please click Wizard or Advanced."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2659
+msgid "Under Devel ... please wait."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2739
+#, fuzzy
+msgid "Backup system files"
+msgstr " backup-"
+
+#: ../../standalone/drakbackup_.c:2741
+#, fuzzy
+msgid "Backup user files"
+msgstr " backup-"
+
+#: ../../standalone/drakbackup_.c:2743
+#, fuzzy
+msgid "Backup other files"
+msgstr " backup-"
+
+#: ../../standalone/drakbackup_.c:2745 ../../standalone/drakbackup_.c:2776
+msgid "Total Progress"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2767
+msgid "files sending by FTP"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2771
+#, fuzzy
+msgid "Sending files..."
+msgstr " "
+
+#: ../../standalone/drakbackup_.c:2841
+msgid "Data list to include on CDROM."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2899
+#, fuzzy
+msgid "Please enter the cd writer speed"
+msgstr ", "
+
+#: ../../standalone/drakbackup_.c:2917
+msgid "Please enter your CD Writer device name (ex: 0,1,0)"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2923
+#, fuzzy
+msgid "Please check if you want to include install boot on your CD."
+msgstr ", , ."
+
+#: ../../standalone/drakbackup_.c:2989
+#, fuzzy
+msgid "Backup Now from configuration file"
+msgstr " "
+
+#: ../../standalone/drakbackup_.c:2999
+#, fuzzy
+msgid "View Backup Configuration."
+msgstr " "
+
+#: ../../standalone/drakbackup_.c:3020
+#, fuzzy
+msgid "Wizard Configuration"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3024
+#, fuzzy
+msgid "Advanced Configuration"
+msgstr " "
+
+#: ../../standalone/drakbackup_.c:3028
+#, fuzzy
+msgid "Backup Now"
+msgstr " "
+
+#: ../../standalone/drakbackup_.c:3053
+msgid "Drakbackup"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3104
+msgid ""
+"options description:\n"
+"\n"
+" In this step Drakbackup allow you to change:\n"
+"\n"
+" - The compression mode:\n"
+" \n"
+" If you check bzip2 compression, you will compress\n"
+" your data better than gzip (about 2-10 %).\n"
+" This option is not checked by default because\n"
+" this compression mode needs more time ( about 1000% more).\n"
+" \n"
+" - The update mode:\n"
+"\n"
+" This option will update your backup, but this\n"
+" option is not really useful because you need to\n"
+" decompress your backup before you can update it.\n"
+" \n"
+" - the .backupignore mode:\n"
+"\n"
+" Like with cvs, Drakbackup will ignore all references\n"
+" included in .backupignore files in each directories.\n"
+" ex: \n"
+" /*> cat .backupignore*/\n"
+" *.o\n"
+" *~\n"
+" ...\n"
+" \n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3134
+msgid ""
+"\n"
+" Some errors during sendmail are caused by \n"
+" a bad configuration of postfix. To solve it you have to\n"
+" set myhostname or mydomain in /etc/postfix/main.cf\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3142
+msgid ""
+"options description:\n"
+"\n"
+" - Backup system files:\n"
+" \n"
+"\tThis option allows you to backup your /etc directory,\n"
+"\twhich contains all configuration files. Please be\n"
+"\tcareful during the restore step to not overwrite:\n"
+"\t\t/etc/passwd \n"
+"\t\t/etc/group \n"
+"\t\t/etc/fstab\n"
+"\n"
+" - Backup User files: \n"
+"\n"
+"\tThis option allows you select all users that you want \n"
+"\tto backup.\n"
+"\tTo preserve disk space, it is recommended that you \n"
+"\tdo not include web browser's cache.\n"
+"\n"
+" - Backup Other files: \n"
+"\n"
+"\tThis option allows you to add more data to save.\n"
+"\tWith the other backup it's not possible at the \n"
+"\tmoment to select select incremental backup.\t\t\n"
+" \n"
+" - Incremental Backups:\n"
+"\n"
+"\tThe incremental backup is the most powerful \n"
+"\toption for backup. This option allows you \n"
+"\tto backup all your data the first time, and \n"
+"\tonly the changed afterward.\n"
+"\tThen you will be able, during the restore\n"
+"\tstep, to restore your data from a specified\n"
+"\tdate.\n"
+"\tIf you have not selected this option all\n"
+"\told backups are deleted before each backup. \n"
+"\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3181
+msgid ""
+"restore description:\n"
+" \n"
+"Only the most recent date will be used ,because with incremental \n"
+"backups it is necesarry to restore one by one each older backups.\n"
+"\n"
+"So if you don't like to restore an user please unselect all his\n"
+"check box.\n"
+"\n"
+"Otherwise, you are able to select only one of this\n"
+"\n"
+" - Incremental Backups:\n"
+"\n"
+"\tThe incremental backup is the most powerfull \n"
+"\toption to use backup, this option allow you \n"
+"\tto backup all your data the first time, and \n"
+"\tonly the changed after.\n"
+"\tSo you will be able during the restore\n"
+"\tstep, to restore your data from a specified\n"
+"\tdate.\n"
+"\tIf you have not selected this options all\n"
+"\told backups are deleted before each backup. \n"
+"\n"
+"\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3207 ../../standalone/drakbackup_.c:3282
+msgid ""
+" Copyright (C) 2001 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita.fr>"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3209 ../../standalone/drakbackup_.c:3284
+msgid ""
+" This program is free software; you can redistribute it and/or modify\n"
+" it under the terms of the GNU General Public License as published by\n"
+" the Free Software Foundation; either version 2, or (at your option)\n"
+" any later version.\n"
+"\n"
+" This program is distributed in the hope that it will be useful,\n"
+" but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
+" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
+" GNU General Public License for more details.\n"
+"\n"
+" You should have received a copy of the GNU General Public License\n"
+" along with this program; if not, write to the Free Software\n"
+" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3223
+msgid ""
+"Description:\n"
+"\n"
+" Drakbackup is used to backup your system.\n"
+" During the configuration you can select: \n"
+"\t- System files, \n"
+"\t- Users files, \n"
+"\t- Other files.\n"
+"\tor All your system ... and Other (like Windows Partitions)\n"
+"\n"
+" Drakbackup allows you to backup your system on:\n"
+"\t- Harddrive.\n"
+"\t- NFS.\n"
+"\t- CDROM (CDRW), DVDROM (with autoboot, rescue and autoinstall.).\n"
+"\t- FTP.\n"
+"\t- Rsync.\n"
+"\t- Webdav.\n"
+"\t- Tape.\n"
+"\n"
+" Drakbackup allows you to restore your system to\n"
+" a user selected directory.\n"
+"\n"
+" Per default all backup will be stored on your\n"
+" /var/lib/drakbackup directory\n"
+"\n"
+" Configuration file:\n"
+"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
+"\n"
+"\n"
+"Restore Step:\n"
+" \n"
+" During the restore step, DrakBackup will remove \n"
+" your original directory and verify that all \n"
+" backup files are not corrupted. It is recommended \n"
+" you do a last backup before restoring.\n"
+"\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3261
+msgid ""
+"options description:\n"
+"\n"
+"Please be careful when you are using ftp backup, because only \n"
+"backups that are already built are sent to the server.\n"
+"So at the moment, you need to build the backup on your hard \n"
+"drive before sending it to the server.\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3270
+msgid ""
+"\n"
+"Restore Backup Problems:\n"
+"\n"
+"During the restore step, Drakbackup will verify all your\n"
+"backup files before restoring them.\n"
+"Before the restore, Drakbackup will remove \n"
+"your original directory, and you will loose all your \n"
+"data. It is important to be careful and not modify the \n"
+"backup data files by hand.\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3298
+msgid ""
+"Description:\n"
+"\n"
+" Drakbackup is used to backup your system.\n"
+" During the configuration you can select \n"
+"\t- System files, \n"
+"\t- Users files, \n"
+"\t- Other files.\n"
+"\tor All your system ... and Other (like Windows Partitions)\n"
+"\n"
+" Drakbackup allows you to backup your system on:\n"
+"\t- Harddrive.\n"
+"\t- NFS.\n"
+"\t- CDROM (CDRW), DVDROM (with autoboot, rescue and autoinstall.).\n"
+"\t- FTP.\n"
+"\t- Rsync.\n"
+"\t- Webdav.\n"
+"\t- Tape.\n"
+"\n"
+" Drakbackup allows you to restore your system to\n"
+" a user selected directory.\n"
+"\n"
+" Per default all backup will be stored on your\n"
+" /var/lib/drakbackup directory\n"
+"\n"
+" Configuration file:\n"
+"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
+"\n"
+"Restore Step:\n"
+" \n"
+" During the restore step, Drakbackup will remove\n"
+" your original directory and verify that all\n"
+" backup files are not corrupted. It is recommended\n"
+" you do a last backup before restoring.\n"
+" \n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakboot_.c:58
+#, c-format
+msgid "Installation of %s failed. The following error occured:"
+msgstr " %s . :"
+
+#: ../../standalone/drakfont_.c:229
+msgid "Search installed fonts"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:231
+msgid "Unselect fonts installed"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:252
+msgid "parse all fonts"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:253
+#, fuzzy
+msgid "no fonts found"
+msgstr "%s "
+
+#: ../../standalone/drakfont_.c:261 ../../standalone/drakfont_.c:303
+#: ../../standalone/drakfont_.c:352 ../../standalone/drakfont_.c:410
+#: ../../standalone/drakfont_.c:417 ../../standalone/drakfont_.c:443
+#: ../../standalone/drakfont_.c:455 ../../standalone/drakfont_.c:468
+#, fuzzy
+msgid "done"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:265
+msgid "could not find any font in your mounted partitions"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:301
+msgid "Reselect correct fonts"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:304
+msgid "could not find any font.\n"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:327
+msgid "Search fonts in installed list"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:350
+#, fuzzy
+msgid "Fonts copy"
+msgstr " "
+
+#: ../../standalone/drakfont_.c:353
+#, fuzzy
+msgid "True Type fonts installation"
+msgstr " "
+
+#: ../../standalone/drakfont_.c:357
+msgid "please wait during ttmkfdir..."
+msgstr ""
+
+#: ../../standalone/drakfont_.c:359
+msgid "True Type install done"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:366 ../../standalone/drakfont_.c:382
+msgid "Fonts conversion"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:370 ../../standalone/drakfont_.c:386
+#: ../../standalone/drakfont_.c:406
+msgid "type1inst building"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:375 ../../standalone/drakfont_.c:390
+msgid "Ghostscript referencing"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:397
+msgid "ttf fonts conversion"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:401
+msgid "pfm fonts conversion"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:411
+msgid "Suppress temporary Files"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:414
+#, fuzzy
+msgid "Restart XFS"
+msgstr " "
+
+#: ../../standalone/drakfont_.c:453 ../../standalone/drakfont_.c:463
+msgid "Suppress Fonts Files"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:465
+#, fuzzy
+msgid "xfs restart"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:472 ../../standalone/drakfont_.c:760
+msgid ""
+"Before installing any fonts, be sure that you have the right to use and "
+"install them on your system.\n"
+"\n"
+"-You can install the fonts using the normal way. In rare cases, bogus fonts "
+"may hang up your X Server."
+msgstr ""
+
+#: ../../standalone/drakfont_.c:547
+#, fuzzy
+msgid "Fonts Importation"
+msgstr " "
+
+#: ../../standalone/drakfont_.c:562
+msgid "Get Windows Fonts"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:564
+#, fuzzy
+msgid "Uninstall Fonts"
+msgstr " "
+
+#: ../../standalone/drakfont_.c:568
+#, fuzzy
+msgid "Advanced Options"
+msgstr " "
+
+#: ../../standalone/drakfont_.c:570
+#, fuzzy
+msgid "Font List"
+msgstr " "
+
+#: ../../standalone/drakfont_.c:739
+#, fuzzy
+msgid "Choose the applications that will support the fonts :"
+msgstr " , "
+
+#: ../../standalone/drakfont_.c:743
+msgid "Ghostscript"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:747
+#, fuzzy
+msgid "StarOffice"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:751
+#, fuzzy
+msgid "Abiword"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:755
+#, fuzzy
+msgid "Generic Printers"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:792
+msgid "Select the font file or directory and click on 'Add'"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:828
+#, fuzzy
+msgid "Install List"
+msgstr " "
+
+#: ../../standalone/drakfont_.c:858
+msgid "click here if you are sure."
+msgstr ""
+
+#: ../../standalone/drakfont_.c:860
+msgid "here if no."
+msgstr ""
+
+#: ../../standalone/drakfont_.c:897
+msgid "Unselected All"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:899
+#, fuzzy
+msgid "Selected All"
+msgstr " "
+
+#: ../../standalone/drakfont_.c:901
+#, fuzzy
+msgid "Remove List"
+msgstr " "
+
+#: ../../standalone/drakfont_.c:919 ../../standalone/drakfont_.c:939
+#, fuzzy
+msgid "Initials tests"
+msgstr " "
+
+#: ../../standalone/drakfont_.c:920
+#, fuzzy
+msgid "Copy fonts on your system"
+msgstr " !"
+
+#: ../../standalone/drakfont_.c:921
+msgid "Install & convert Fonts"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:922
+#, fuzzy
+msgid "Post Install"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:940
+#, fuzzy
+msgid "Remove fonts on your system"
+msgstr " !"
+
+#: ../../standalone/drakfont_.c:941
+#, fuzzy
+msgid "Post Uninstall"
+msgstr " "
+
+#: ../../standalone/drakgw_.c:43 ../../standalone/drakgw_.c:200
msgid "Internet Connection Sharing"
msgstr " "
-#: ../../standalone/drakgw_.c:119
+#: ../../standalone/drakgw_.c:138
msgid "Internet Connection Sharing currently enabled"
msgstr " "
-#: ../../standalone/drakgw_.c:120
+#: ../../standalone/drakgw_.c:139
msgid ""
"The setup of Internet connection sharing has already been done.\n"
"It's currently enabled.\n"
@@ -8007,31 +10370,31 @@ msgstr ""
"\n"
" ?"
-#: ../../standalone/drakgw_.c:124
+#: ../../standalone/drakgw_.c:143
msgid "disable"
msgstr ""
-#: ../../standalone/drakgw_.c:124 ../../standalone/drakgw_.c:149
+#: ../../standalone/drakgw_.c:143 ../../standalone/drakgw_.c:168
msgid "dismiss"
msgstr ""
-#: ../../standalone/drakgw_.c:124 ../../standalone/drakgw_.c:149
+#: ../../standalone/drakgw_.c:143 ../../standalone/drakgw_.c:168
msgid "reconfigure"
msgstr ""
-#: ../../standalone/drakgw_.c:127
+#: ../../standalone/drakgw_.c:146
msgid "Disabling servers..."
msgstr " ..."
-#: ../../standalone/drakgw_.c:135
+#: ../../standalone/drakgw_.c:154
msgid "Internet connection sharing is now disabled."
msgstr " ."
-#: ../../standalone/drakgw_.c:144
+#: ../../standalone/drakgw_.c:163
msgid "Internet Connection Sharing currently disabled"
msgstr " ."
-#: ../../standalone/drakgw_.c:145
+#: ../../standalone/drakgw_.c:164
msgid ""
"The setup of Internet connection sharing has already been done.\n"
"It's currently disabled.\n"
@@ -8043,19 +10406,19 @@ msgstr ""
"\n"
" ?"
-#: ../../standalone/drakgw_.c:149
+#: ../../standalone/drakgw_.c:168
msgid "enable"
msgstr ""
-#: ../../standalone/drakgw_.c:156
+#: ../../standalone/drakgw_.c:175
msgid "Enabling servers..."
msgstr " ..."
-#: ../../standalone/drakgw_.c:161
+#: ../../standalone/drakgw_.c:180
msgid "Internet connection sharing is now enabled."
msgstr " ."
-#: ../../standalone/drakgw_.c:182
+#: ../../standalone/drakgw_.c:201
msgid ""
"You are about to configure your computer to share its Internet connection.\n"
"With that feature, other computers on your local network will be able to use "
@@ -8071,21 +10434,21 @@ msgstr ""
": , "
" (LAN)."
-#: ../../standalone/drakgw_.c:208
+#: ../../standalone/drakgw_.c:227
#, c-format
msgid "Interface %s (using module %s)"
msgstr " %s ( %s)"
-#: ../../standalone/drakgw_.c:209
+#: ../../standalone/drakgw_.c:228
#, c-format
msgid "Interface %s"
msgstr " %s"
-#: ../../standalone/drakgw_.c:217
+#: ../../standalone/drakgw_.c:236
msgid "No network adapter on your system!"
msgstr " !"
-#: ../../standalone/drakgw_.c:218
+#: ../../standalone/drakgw_.c:237
msgid ""
"No ethernet network adapter has been detected on your system. Please run the "
"hardware configuration tool."
@@ -8093,11 +10456,11 @@ msgstr ""
" ethernet . , "
" ."
-#: ../../standalone/drakgw_.c:224
+#: ../../standalone/drakgw_.c:243
msgid "Network interface"
msgstr " "
-#: ../../standalone/drakgw_.c:225
+#: ../../standalone/drakgw_.c:244
#, c-format
msgid ""
"There is only one configured network adapter on your system:\n"
@@ -8112,28 +10475,88 @@ msgstr ""
"\n"
" ."
-#: ../../standalone/drakgw_.c:234
+#: ../../standalone/drakgw_.c:253
msgid ""
"Please choose what network adapter will be connected to your Local Area "
"Network."
msgstr ""
" ."
-#: ../../standalone/drakgw_.c:243
+#: ../../standalone/drakgw_.c:271
+#, fuzzy
+msgid "Network interface already configured"
+msgstr " "
+
+#: ../../standalone/drakgw_.c:272
+#, c-format
msgid ""
-"Warning, the network adapter is already configured. I will reconfigure it."
-msgstr ", . ."
+"Warning, the network adapter (%s) is already configured.\n"
+"\n"
+"Do you want an automatic re-configuration?\n"
+"\n"
+"You can do it manually but you need to know what you're doing."
+msgstr ""
+
+#: ../../standalone/drakgw_.c:277
+#, fuzzy
+msgid "Automatic reconfiguration"
+msgstr " CUPS"
-#: ../../standalone/drakgw_.c:254
+#: ../../standalone/drakgw_.c:278
+#, fuzzy
+msgid "Show current interface configuration"
+msgstr " "
+
+#: ../../standalone/drakgw_.c:280
+#, c-format
+msgid ""
+"Current configuration of `%s':\n"
+"\n"
+"Network: %s\n"
+"IP address: %s\n"
+"IP attribution: %s\n"
+"Driver: %s"
+msgstr ""
+
+#: ../../standalone/drakgw_.c:292
+msgid ""
+"I can keep your current configuration and assume you already set up a DHCP "
+"server; in that case please verify I correctly read the C-Class Network that "
+"you use for your local network; I will not reconfigure it and I will not "
+"touch your DHCP server configuration.\n"
+"\n"
+"Else, I can reconfigure your interface and (re)configure a DHCP server for "
+"you.\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakgw_.c:297
+msgid "C-Class Local Network"
+msgstr ""
+
+#: ../../standalone/drakgw_.c:298
+#, fuzzy
+msgid "(This) DHCP Server IP"
+msgstr "IP CUPS "
+
+#: ../../standalone/drakgw_.c:299
+msgid "Re-configure interface and DHCP server"
+msgstr ""
+
+#: ../../standalone/drakgw_.c:306
+msgid "The Local Network did not finish with `.0', bailing out."
+msgstr ""
+
+#: ../../standalone/drakgw_.c:317
#, c-format
msgid "Potential LAN address conflict found in current config of %s!\n"
msgstr " LAN %s!\n"
-#: ../../standalone/drakgw_.c:262 ../../standalone/drakgw_.c:268
+#: ../../standalone/drakgw_.c:325 ../../standalone/drakgw_.c:331
msgid "Firewalling configuration detected!"
msgstr " !"
-#: ../../standalone/drakgw_.c:263 ../../standalone/drakgw_.c:269
+#: ../../standalone/drakgw_.c:326 ../../standalone/drakgw_.c:332
msgid ""
"Warning! An existing firewalling configuration has been detected. You may "
"need some manual fix after installation."
@@ -8141,21 +10564,21 @@ msgstr ""
" ! . "
" ."
-#: ../../standalone/drakgw_.c:277
+#: ../../standalone/drakgw_.c:340
msgid "Configuring..."
msgstr " ..."
-#: ../../standalone/drakgw_.c:278
+#: ../../standalone/drakgw_.c:341
msgid "Configuring scripts, installing software, starting servers..."
msgstr ""
" , , ..."
-#: ../../standalone/drakgw_.c:311
+#: ../../standalone/drakgw_.c:378
#, c-format
msgid "Problems installing package %s"
msgstr " %s"
-#: ../../standalone/drakgw_.c:600
+#: ../../standalone/drakgw_.c:672
msgid ""
"Everything has been configured.\n"
"You may now share Internet connection with other computers on your Local "
@@ -8165,23 +10588,23 @@ msgstr ""
" "
" (DHCP)."
-#: ../../standalone/drakgw_.c:617
+#: ../../standalone/drakgw_.c:689
msgid "The setup has already been done, but it's currently disabled."
msgstr " , ."
-#: ../../standalone/drakgw_.c:618
+#: ../../standalone/drakgw_.c:690
msgid "The setup has already been done, and it's currently enabled."
msgstr " ."
-#: ../../standalone/drakgw_.c:619
+#: ../../standalone/drakgw_.c:691
msgid "No Internet Connection Sharing has ever been configured."
msgstr " ."
-#: ../../standalone/drakgw_.c:624
+#: ../../standalone/drakgw_.c:696
msgid "Internet connection sharing configuration"
msgstr " "
-#: ../../standalone/drakgw_.c:631
+#: ../../standalone/drakgw_.c:703
#, c-format
msgid ""
"Welcome to the Internet Connection Sharing utility!\n"
@@ -8196,139 +10619,129 @@ msgstr ""
"\n"
" ``'', ."
-#: ../../standalone/draknet_.c:79
+#: ../../standalone/draknet_.c:80
#, c-format
msgid "Network configuration (%d adapters)"
msgstr " (%d )"
-#: ../../standalone/draknet_.c:86 ../../standalone/draknet_.c:573
+#: ../../standalone/draknet_.c:87 ../../standalone/draknet_.c:595
msgid "Profile: "
msgstr ": "
-#: ../../standalone/draknet_.c:94
+#: ../../standalone/draknet_.c:95
msgid "Del profile..."
msgstr " ..."
-#: ../../standalone/draknet_.c:100
+#: ../../standalone/draknet_.c:101
msgid "Profile to delete:"
msgstr " :"
-#: ../../standalone/draknet_.c:128
+#: ../../standalone/draknet_.c:129
msgid "New profile..."
msgstr " ..."
-#: ../../standalone/draknet_.c:134
+#: ../../standalone/draknet_.c:135
msgid ""
"Name of the profile to create (the new profile is created as a copy of the "
"current one) :"
msgstr ""
" ( ):"
-#: ../../standalone/draknet_.c:160
+#: ../../standalone/draknet_.c:161
msgid "Hostname: "
msgstr " :"
-#: ../../standalone/draknet_.c:167
+#: ../../standalone/draknet_.c:168
msgid "Internet access"
msgstr " "
-#: ../../standalone/draknet_.c:180
+#: ../../standalone/draknet_.c:181
msgid "Type:"
msgstr ": "
-#: ../../standalone/draknet_.c:183 ../../standalone/draknet_.c:397
+#: ../../standalone/draknet_.c:184 ../../standalone/draknet_.c:376
msgid "Gateway:"
msgstr "Gateway:"
-#: ../../standalone/draknet_.c:183 ../../standalone/draknet_.c:397
+#: ../../standalone/draknet_.c:184 ../../standalone/draknet_.c:376
msgid "Interface:"
msgstr ":"
-#: ../../standalone/draknet_.c:192
+#: ../../standalone/draknet_.c:195
msgid "Status:"
msgstr ":"
-#: ../../standalone/draknet_.c:194 ../../standalone/draknet_.c:410
-msgid "Connected"
-msgstr ""
-
-#: ../../standalone/draknet_.c:194 ../../standalone/draknet_.c:410
-msgid "Not connected"
-msgstr " "
-
-#: ../../standalone/draknet_.c:197 ../../standalone/draknet_.c:411
-msgid "Connect..."
-msgstr " ..."
-
-#: ../../standalone/draknet_.c:197 ../../standalone/draknet_.c:411
-msgid "Disconnect..."
-msgstr " ..."
-
-#: ../../standalone/draknet_.c:215
-msgid "Starting your connection..."
-msgstr " ...."
-
-#: ../../standalone/draknet_.c:223
-msgid "Closing your connection..."
-msgstr " ..."
-
-#: ../../standalone/draknet_.c:228
-msgid ""
-"The connection is not closed.\n"
-"Try to do it manually by running\n"
-"/etc/sysconfig/network-scripts/net_cnx_down\n"
-"in root."
+#: ../../standalone/draknet_.c:202
+msgid "Wait please"
msgstr ""
-" .\n"
-" , \n"
-"/etc/sysconfig/network-scripts/net_cnx_down\n"
-" root."
-
-#: ../../standalone/draknet_.c:231
-msgid "The system is now disconnected."
-msgstr " ."
-#: ../../standalone/draknet_.c:243
+#: ../../standalone/draknet_.c:220
msgid "Configure Internet Access..."
msgstr " ..."
-#: ../../standalone/draknet_.c:250 ../../standalone/draknet_.c:446
+#: ../../standalone/draknet_.c:227 ../../standalone/draknet_.c:449
msgid "LAN configuration"
msgstr " LAN"
-#: ../../standalone/draknet_.c:255
+#: ../../standalone/draknet_.c:232
msgid "Driver"
msgstr ""
-#: ../../standalone/draknet_.c:255
+#: ../../standalone/draknet_.c:232
msgid "Interface"
msgstr ""
-#: ../../standalone/draknet_.c:255
+#: ../../standalone/draknet_.c:232
msgid "Protocol"
msgstr ""
-#: ../../standalone/draknet_.c:255
+#: ../../standalone/draknet_.c:232
msgid "State"
msgstr ""
-#: ../../standalone/draknet_.c:267
+#: ../../standalone/draknet_.c:244
msgid "Configure Local Area Network..."
msgstr " ..."
-#: ../../standalone/draknet_.c:279
+#: ../../standalone/draknet_.c:256
msgid "Click here to launch the wizard ->"
msgstr " , ->"
-#: ../../standalone/draknet_.c:306
+#: ../../standalone/draknet_.c:257
+msgid "Wizard..."
+msgstr "..."
+
+#: ../../standalone/draknet_.c:283
msgid "Apply"
msgstr ""
-#: ../../standalone/draknet_.c:325
+#: ../../standalone/draknet_.c:302
msgid "Please Wait... Applying the configuration"
msgstr ", ... "
-#: ../../standalone/draknet_.c:428
+#: ../../standalone/draknet_.c:384 ../../standalone/draknet_.c:407
+msgid "Connected"
+msgstr ""
+
+#: ../../standalone/draknet_.c:384 ../../standalone/draknet_.c:407
+msgid "Not connected"
+msgstr " "
+
+#: ../../standalone/draknet_.c:385 ../../standalone/draknet_.c:408
+msgid "Connect..."
+msgstr " ..."
+
+#: ../../standalone/draknet_.c:385 ../../standalone/draknet_.c:408
+msgid "Disconnect..."
+msgstr " ..."
+
+#: ../../standalone/draknet_.c:404
+msgid ""
+"Warning, another Internet connection has been detected, maybe using your "
+"network"
+msgstr ""
+
+#: ../../standalone/draknet_.c:431
msgid ""
"You don't have any configured interface.\n"
"Configure them first by clicking on 'Configure'"
@@ -8336,36 +10749,42 @@ msgstr ""
" .\n"
" , ''"
-#: ../../standalone/draknet_.c:450
+#: ../../standalone/draknet_.c:453
msgid "LAN Configuration"
msgstr " "
-#: ../../standalone/draknet_.c:457
+#: ../../standalone/draknet_.c:464
#, c-format
msgid "Adapter %s: %s"
msgstr " %s: %s"
-#: ../../standalone/draknet_.c:463
+#: ../../standalone/draknet_.c:470
msgid "Boot Protocol"
msgstr " "
-#: ../../standalone/draknet_.c:464
+#: ../../standalone/draknet_.c:471
msgid "Started on boot"
msgstr " "
-#: ../../standalone/draknet_.c:465
+#: ../../standalone/draknet_.c:472
msgid "DHCP client"
msgstr "DHCP "
-#: ../../standalone/draknet_.c:489 ../../standalone/draknet_.c:491
+#: ../../standalone/draknet_.c:497 ../../standalone/draknet_.c:500
msgid "activate now"
msgstr " "
-#: ../../standalone/draknet_.c:489 ../../standalone/draknet_.c:491
-msgid "desactivate now"
+#: ../../standalone/draknet_.c:497 ../../standalone/draknet_.c:500
+msgid "deactivate now"
msgstr " "
-#: ../../standalone/draknet_.c:538
+#: ../../standalone/draknet_.c:503
+msgid ""
+"This interface has not been configured yet.\n"
+"Launch the configuration wizard in the main window"
+msgstr ""
+
+#: ../../standalone/draknet_.c:560
msgid ""
"You don't have any internet connection.\n"
"Create one first by clicking on 'Configure'"
@@ -8373,137 +10792,162 @@ msgstr ""
" Internet .\n"
" , ''"
-#: ../../standalone/draknet_.c:562
+#: ../../standalone/draknet_.c:584
msgid "Internet connection configuration"
msgstr " "
-#: ../../standalone/draknet_.c:566
+#: ../../standalone/draknet_.c:588
msgid "Internet Connection Configuration"
msgstr " "
-#: ../../standalone/draknet_.c:575
+#: ../../standalone/draknet_.c:597
msgid "Connection type: "
msgstr " : "
-#: ../../standalone/draknet_.c:581
+#: ../../standalone/draknet_.c:603
msgid "Parameters"
msgstr ""
-#: ../../standalone/draknet_.c:608
+#: ../../standalone/draknet_.c:621
+msgid "Gateway"
+msgstr "Gateway"
+
+#: ../../standalone/draknet_.c:630
msgid "Ethernet Card"
msgstr "Ethernet "
-#: ../../standalone/draknet_.c:609
+#: ../../standalone/draknet_.c:631
msgid "DHCP Client"
msgstr "DHCP "
-#: ../../standalone/draksec_.c:21
-msgid "Welcome To Crackers"
-msgstr " Cracker-"
+#: ../../standalone/draksec_.c:31
+msgid "Setting security level"
+msgstr " "
-#: ../../standalone/draksec_.c:22
-msgid "Poor"
-msgstr ""
+#: ../../standalone/drakxconf_.c:47
+msgid "Control Center"
+msgstr " "
-#: ../../standalone/draksec_.c:26
-msgid "Paranoid"
-msgstr ""
+#: ../../standalone/drakxconf_.c:48
+msgid "Choose the tool you want to use"
+msgstr " , "
-#: ../../standalone/draksec_.c:29
-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."
+#: ../../standalone/drakxtv_.c:48
+#, fuzzy
+msgid "Canada (cable)"
+msgstr " ()"
+
+#: ../../standalone/drakxtv_.c:48
+msgid "USA (bcast)"
msgstr ""
-" . - \n"
-", -: \n"
-" . ."
-#: ../../standalone/draksec_.c:32
-msgid ""
-"Password are now enabled, but use as a networked computer is still not "
-"recommended."
+#: ../../standalone/drakxtv_.c:48
+msgid "USA (cable)"
msgstr ""
-" , "
-"."
-#: ../../standalone/draksec_.c:33
-msgid ""
-"Few improvements for this security level, the main one is that there are\n"
-"more security warnings and checks."
+#: ../../standalone/drakxtv_.c:48
+msgid "USA (cable-hrc)"
msgstr ""
-" . , \n"
-" ."
-#: ../../standalone/draksec_.c:35
-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. "
+#: ../../standalone/drakxtv_.c:49
+msgid "China (bcast)"
msgstr ""
-" , \n"
-" . "
-". "
-#: ../../standalone/draksec_.c:37
-msgid ""
-"With this security level, the use of this system as a server becomes "
-"possible.\n"
-"The security is now high enough to use the system as a server which accept\n"
-"connections from many clients. "
+#: ../../standalone/drakxtv_.c:49
+msgid "Japan (bcast)"
msgstr ""
-" , "
-".\n"
-" \n"
-" . "
-#: ../../standalone/draksec_.c:40
-msgid ""
-"We take level 4 features, but now the system is entirely closed.\n"
-"Security features are at their maximum."
+#: ../../standalone/drakxtv_.c:49
+msgid "Japan (cable)"
msgstr ""
-" 4- , .\n"
-" ."
-#: ../../standalone/draksec_.c:65
-msgid "Security level"
-msgstr " "
+#: ../../standalone/drakxtv_.c:50
+#, fuzzy
+msgid "East Europe"
+msgstr ""
-#: ../../standalone/draksec_.c:67
-msgid "Use libsafe for servers"
-msgstr " libsafe "
+#: ../../standalone/drakxtv_.c:50
+#, fuzzy
+msgid "Ireland"
+msgstr ""
+
+#: ../../standalone/drakxtv_.c:50
+#, fuzzy
+msgid "West Europe"
+msgstr ""
+
+#: ../../standalone/drakxtv_.c:51
+#, fuzzy
+msgid "Australia"
+msgstr ""
+
+#: ../../standalone/drakxtv_.c:51
+msgid "Newzealand"
+msgstr ""
-#: ../../standalone/draksec_.c:68
+#: ../../standalone/drakxtv_.c:52
+msgid "South Africa"
+msgstr ""
+
+#: ../../standalone/drakxtv_.c:53
+msgid "Argentina"
+msgstr ""
+
+#: ../../standalone/drakxtv_.c:58
msgid ""
-"A library which defends against buffer overflow and format string attacks."
+"Please,\n"
+"type in your tv norm and country"
msgstr ""
-", a "
-"."
-#: ../../standalone/draksec_.c:72
-msgid "Setting security level"
-msgstr " "
+#: ../../standalone/drakxtv_.c:60
+msgid "TV norm :"
+msgstr ""
-#: ../../standalone/drakxconf_.c:47
-msgid "Control Center"
-msgstr " "
+#: ../../standalone/drakxtv_.c:61
+msgid "Area :"
+msgstr ""
-#: ../../standalone/drakxconf_.c:48
-msgid "Choose the tool you want to use"
-msgstr " , "
+#: ../../standalone/drakxtv_.c:65
+msgid "Scanning for TV channels in progress ..."
+msgstr ""
+
+#: ../../standalone/drakxtv_.c:72
+msgid "Scanning for TV channels"
+msgstr ""
+
+#: ../../standalone/drakxtv_.c:83
+msgid "No TV Card detected!"
+msgstr ""
+
+#: ../../standalone/drakxtv_.c:84
+msgid ""
+"No TV Card has been detected on your machine. Please verify that a Linux-"
+"supported Video/TV Card is correctly plugged in.\n"
+"\n"
+"\n"
+"You can visit our hardware database at:\n"
+"\n"
+"\n"
+"http://www.linux-mandrake.com/en/hardware.php3"
+msgstr ""
#: ../../standalone/keyboarddrake_.c:16
msgid "usage: keyboarddrake [--expert] [keyboard]\n"
msgstr ": keyboarddrake [--expert] [keyboard]\n"
+#: ../../standalone/keyboarddrake_.c:29
+msgid "Please, choose your keyboard layout."
+msgstr ", ."
+
#: ../../standalone/keyboarddrake_.c:36
msgid "Do you want the BackSpace to return Delete in console?"
msgstr " BackSpace Delete ?"
-#: ../../standalone/livedrake_.c:23
+#: ../../standalone/livedrake_.c:24
msgid "Change Cd-Rom"
msgstr " CD-ROM"
-#: ../../standalone/livedrake_.c:24
+#: ../../standalone/livedrake_.c:25
msgid ""
"Please insert the Installation Cd-Rom in your drive and press Ok when done.\n"
"If you don't have it, press Cancel to avoid live upgrade."
@@ -8513,27 +10957,270 @@ msgstr ""
" , , CD-"
"ROM."
-#: ../../standalone/livedrake_.c:34
+#: ../../standalone/livedrake_.c:35
msgid "Unable to start live upgrade !!!\n"
msgstr " !!!\n"
-#: ../../standalone/mousedrake_.c:58
+#: ../../standalone/localedrake_.c:32
+msgid "The change is done, but to be effective you must logout"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:85 ../../standalone/logdrake_.c:501
+msgid "logdrake"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:95
+msgid "Show only for the selected day"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:102
+msgid "/File/_New"
+msgstr "//_"
+
+#: ../../standalone/logdrake_.c:102
+msgid "<control>N"
+msgstr "<>N"
+
+#: ../../standalone/logdrake_.c:103
+msgid "/File/_Open"
+msgstr "//_"
+
+#: ../../standalone/logdrake_.c:103
+msgid "<control>O"
+msgstr "<>O"
+
+#: ../../standalone/logdrake_.c:104
+msgid "/File/_Save"
+msgstr "//_"
+
+#: ../../standalone/logdrake_.c:104
+msgid "<control>S"
+msgstr "<>S"
+
+#: ../../standalone/logdrake_.c:105
+msgid "/File/Save _As"
+msgstr "// _"
+
+#: ../../standalone/logdrake_.c:106
+msgid "/File/-"
+msgstr "//-"
+
+#: ../../standalone/logdrake_.c:108
+msgid "/_Options"
+msgstr "/_"
+
+#: ../../standalone/logdrake_.c:109
+msgid "/Options/Test"
+msgstr "//"
+
+#: ../../standalone/logdrake_.c:110
+msgid "/_Help"
+msgstr "/_"
+
+#: ../../standalone/logdrake_.c:111
+msgid "/Help/_About..."
+msgstr "//_..."
+
+#: ../../standalone/logdrake_.c:118
+msgid "-misc-fixed-medium-r-*-*-*-100-*-*-*-*-*-*,*"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:119
+msgid "-misc-fixed-bold-r-*-*-*-100-*-*-*-*-*-*,*"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:173
+#, fuzzy
+msgid "User"
+msgstr " "
+
+#: ../../standalone/logdrake_.c:174
+#, fuzzy
+msgid "Messages"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:175
+#, fuzzy
+msgid "Syslog"
+msgstr " "
+
+#: ../../standalone/logdrake_.c:176
+msgid "Mandrake Tools Explanations"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:179
+msgid "search"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:185
+msgid "A tool to monitor your logs"
+msgstr " "
+
+#: ../../standalone/logdrake_.c:186
+msgid "Settings"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:191
+msgid "matching"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:192
+msgid "but not matching"
+msgstr " "
+
+#: ../../standalone/logdrake_.c:196
+msgid "Choose file"
+msgstr " "
+
+#: ../../standalone/logdrake_.c:201
+msgid "Calendar"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:211
+msgid "Content of the file"
+msgstr " "
+
+#: ../../standalone/logdrake_.c:215 ../../standalone/logdrake_.c:390
+msgid "Mail/SMS alert"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:268
+#, fuzzy, c-format
+msgid "please wait, parsing file: %s"
+msgstr " , : %s"
+
+#: ../../standalone/logdrake_.c:405
+#, fuzzy
+msgid "Mail/SMS alert configuration"
+msgstr " LILO/Grub"
+
+#: ../../standalone/logdrake_.c:406
+#, fuzzy
+msgid ""
+"Welcome to the mail/SMS configuration utility.\n"
+"\n"
+"Here, you'll be able to set up the alert system.\n"
+msgstr ""
+" Proxy.\n"
+"\n"
+" HTTP FTP proxy\n"
+" \n"
+
+#: ../../standalone/logdrake_.c:414
+#, fuzzy
+msgid "proftpd"
+msgstr "Apache Pro-ftpd"
+
+#: ../../standalone/logdrake_.c:417
+#, fuzzy
+msgid "sshd"
+msgstr "shadow"
+
+#: ../../standalone/logdrake_.c:418
+msgid "webmin"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:419
+#, fuzzy
+msgid "xinetd"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:422
+#, fuzzy
+msgid "service setting"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:423
+msgid ""
+"You will receive an alert if one of the selected service is no more running"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:433
+#, fuzzy
+msgid "load setting"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:434
+msgid "You will receive an alert if the load is higher than this value"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:447
+#, fuzzy
+msgid "alert configuration"
+msgstr " "
+
+#: ../../standalone/logdrake_.c:448
+msgid "Configure the way the system will alert you"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:478
+msgid "Save as.."
+msgstr " ..."
+
+#: ../../standalone/mousedrake_.c:49
+msgid "Please, choose the type of your mouse."
+msgstr ", ."
+
+#: ../../standalone/mousedrake_.c:59
msgid "no serial_usb found\n"
msgstr " serial_usb\n"
-#: ../../standalone/mousedrake_.c:62
+#: ../../standalone/mousedrake_.c:63
msgid "Emulate third button?"
msgstr " ?"
-#: ../../standalone/tinyfirewall_.c:29
+#: ../../standalone/scannerdrake_.c:53
+#, c-format
+msgid "%s found on %s, configure it ?"
+msgstr ""
+
+#: ../../standalone/scannerdrake_.c:60
+#, fuzzy
+msgid "Select a scanner"
+msgstr " "
+
+#: ../../standalone/scannerdrake_.c:80
+#, c-format
+msgid "This %s scanner is unsupported"
+msgstr ""
+
+#: ../../standalone/scannerdrake_.c:94
+#, c-format
+msgid ""
+"Scannerdrake was not able to detect your %s scanner.\n"
+"Please select the device where your scanner is plugged"
+msgstr ""
+
+#: ../../standalone/scannerdrake_.c:96
+#, fuzzy
+msgid "choose device"
+msgstr " "
+
+#: ../../standalone/scannerdrake_.c:102
+#, c-format
+msgid ""
+"This %s scanner must be configured by printerdrake.\n"
+"You can launch printerdrake from the Mandrake Control Center in Hardware "
+"section."
+msgstr ""
+
+#: ../../standalone/scannerdrake_.c:107
+#, c-format
+msgid ""
+"Your %s scanner has been configured.\n"
+"You may now scan documents using ``XSane'' from Multimedia/Graphics in the "
+"applications menu."
+msgstr ""
+
+#: ../../standalone/tinyfirewall_.c:31
msgid "Firewalling Configuration"
msgstr " "
-#: ../../standalone/tinyfirewall_.c:42
+#: ../../standalone/tinyfirewall_.c:44
msgid "Firewalling configuration"
msgstr " "
-#: ../../standalone/tinyfirewall_.c:77
+#: ../../standalone/tinyfirewall_.c:79
msgid ""
"Firewalling\n"
"\n"
@@ -8545,7 +11232,7 @@ msgstr ""
" .\n"
" , "
-#: ../../standalone/tinyfirewall_.c:81
+#: ../../standalone/tinyfirewall_.c:83
msgid ""
"Firewalling\n"
"\n"
@@ -8607,19 +11294,24 @@ msgstr " "
msgid "Configure services"
msgstr " "
-#: ../../steps.pm_.c:30
-msgid "Create a bootdisk"
-msgstr " boot-"
-
-#: ../../steps.pm_.c:32
+#: ../../steps.pm_.c:29
msgid "Install bootloader"
msgstr " bootloader"
+#: ../../steps.pm_.c:31
+msgid "Create a bootdisk"
+msgstr " boot-"
+
#: ../../steps.pm_.c:33
msgid "Configure X"
msgstr " "
#: ../../steps.pm_.c:34
+#, fuzzy
+msgid "Install system updates"
+msgstr " "
+
+#: ../../steps.pm_.c:35
msgid "Exit install"
msgstr " "
@@ -8788,6 +11480,56 @@ msgstr " %s: %s\n"
msgid "Can't open %s for writing: %s\n"
msgstr " %s : %s\n"
+#: ../../tinyfirewall.pm_.c:180
+msgid "No I don't need DHCP"
+msgstr ""
+
+#: ../../tinyfirewall.pm_.c:180
+msgid "Yes I need DHCP"
+msgstr ""
+
+#: ../../tinyfirewall.pm_.c:181
+msgid "No I don't need NTP"
+msgstr ""
+
+#: ../../tinyfirewall.pm_.c:181
+msgid "Yes I need NTP"
+msgstr ""
+
+#: ../../tinyfirewall.pm_.c:182 ../../tinyfirewall.pm_.c:186
+msgid "Don't Save"
+msgstr ""
+
+#: ../../tinyfirewall.pm_.c:182 ../../tinyfirewall.pm_.c:186
+#: ../../tinyfirewall.pm_.c:206
+msgid "Save & Quit"
+msgstr ""
+
+#: ../../tinyfirewall.pm_.c:197 ../../tinyfirewall.pm_.c:201
+#, fuzzy
+msgid "Firewall Configuration Wizard"
+msgstr " "
+
+#: ../../tinyfirewall.pm_.c:199
+msgid "No (firewall this off from the internet)"
+msgstr ""
+
+#: ../../tinyfirewall.pm_.c:200
+msgid "Yes (allow this through the firewall)"
+msgstr ""
+
+#: ../../tinyfirewall.pm_.c:232
+#, fuzzy
+msgid "Please Wait... Verifying installed packages"
+msgstr ", , "
+
+#: ../../tinyfirewall.pm_.c:238
+#, c-format
+msgid ""
+"Failure installing the needed packages : %s and Bastille.\n"
+" Try to install them manually."
+msgstr ""
+
#: ../../share/compssUsers:999
msgid "Web/FTP"
msgstr ", Web/FTP"
@@ -8917,10 +11659,6 @@ msgid "Graphical Environment"
msgstr " "
#: ../../share/compssUsers:999
-msgid "Development"
-msgstr ""
-
-#: ../../share/compssUsers:999
msgid "Apache, Pro-ftpd"
msgstr "Apache Pro-ftpd"
@@ -8933,6 +11671,10 @@ msgid "Office Workstation"
msgstr " "
#: ../../share/compssUsers:999
+msgid "Server"
+msgstr ""
+
+#: ../../share/compssUsers:999
msgid "Gnome, Icewm, Window Maker, Enlightenment, Fvwm, etc"
msgstr "Gnome, Icewm, Window Maker, Enlightenment, Fvwm, .."
@@ -9020,10 +11762,6 @@ msgid "Programs to manage your finance, such as gnucash"
msgstr " , gnucash"
#: ../../share/compssUsers:999
-msgid "Games"
-msgstr ""
-
-#: ../../share/compssUsers:999
msgid "Personal Information Management"
msgstr " "
@@ -9035,6 +11773,307 @@ msgstr " - CD"
msgid "Scientific Workstation"
msgstr " "
+#, fuzzy
+#~ msgid "About"
+#~ msgstr ""
+
+#, fuzzy
+#~ msgid "-adobe-utopia-medium-r-normal-*-12-*-*-*-p-*-iso8859-*,*-r-*"
+#~ msgstr "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
+
+#~ msgid ""
+#~ "Can't access kernel modules corresponding to your kernel (file %s is "
+#~ "missing)"
+#~ msgstr ""
+#~ " "
+#~ " ( %s )"
+
+#~ msgid "$f-$g %s)"
+#~ msgstr "$f-$g %s)"
+
+#~ msgid "None"
+#~ msgstr ""
+
+#~ msgid "Choose a default printer!"
+#~ msgstr " "
+
+#~ msgid "Apply/Re-read printers"
+#~ msgstr "/ "
+
+#~ msgid "You may now provide its options to module %s."
+#~ msgstr " %s."
+
+#~ msgid "mount failed"
+#~ msgstr " "
+
+#~ msgid "Low"
+#~ msgstr ""
+
+#~ msgid "Medium"
+#~ msgstr ""
+
+#~ msgid ""
+#~ "Few improvements for this security level, the main one is that there are\n"
+#~ "more security warnings and checks."
+#~ msgstr ""
+#~ " . , \n"
+#~ " ."
+
+#, fuzzy
+#~ msgid "Art and Multimedia"
+#~ msgstr ""
+
+#~ msgid "Boot mode"
+#~ msgstr " "
+
+#, fuzzy
+#~ msgid "Export"
+#~ msgstr ""
+
+#, fuzzy
+#~ msgid ""
+#~ "To know about the options available for the current printer read either "
+#~ "the list shown below or click on the \"Print option list\" button. %s\n"
+#~ "\n"
+#~ msgstr ""
+#~ " , "
+#~ " - \" "
+#~ "\".\n"
+
+#~ msgid ""
+#~ "GNU/Linux manages time in GMT (Greenwich Mean Time) and translates it in\n"
+#~ "local time according to the time zone you selected."
+#~ msgstr ""
+#~ "GNU/Linux GMT ( )\n"
+#~ " , ."
+
+#~ msgid "Connect to Internet"
+#~ msgstr " "
+
+#~ msgid "Disconnect from Internet"
+#~ msgstr " "
+
+#~ msgid "Configure network connection (LAN or Internet)"
+#~ msgstr " (LAN )"
+
+#, fuzzy
+#~ msgid "Detected %s, do you want to set it up?"
+#~ msgstr " ?"
+
+#, fuzzy
+#~ msgid "Please choose the printer you want to set up."
+#~ msgstr ", , ."
+
+#, fuzzy
+#~ msgid "Infos"
+#~ msgstr ""
+
+#, fuzzy
+#~ msgid "Windows Importation"
+#~ msgstr "Gnome "
+
+#~ msgid "authentification"
+#~ msgstr ""
+
+#~ msgid "user"
+#~ msgstr ""
+
+#, fuzzy
+#~ msgid ""
+#~ "Apache is a World Wide Web server. It is used to serve HTML files and "
+#~ "CGI."
+#~ msgstr ""
+#~ "Apache World Wide Web (WWW) . HTML "
+#~ "\n"
+#~ " CGI."
+
+#~ msgid ""
+#~ "named (BIND) is a Domain Name Server (DNS) that is used to resolve\n"
+#~ "host names to IP addresses."
+#~ msgstr ""
+#~ "named (BIND) Domain Name Server (DNS), \n"
+#~ " IP ."
+
+#, fuzzy
+#~ msgid ""
+#~ "Please choose the desired printer/printer port.\n"
+#~ "\n"
+#~ msgstr ", ."
+
+#~ msgid "Scanning available nfs shared resource"
+#~ msgstr " NFS "
+
+#~ msgid "Scanning available nfs shared resource of server %s"
+#~ msgstr " NFS %s"
+
+#~ msgid "Scanning available samba shared resource"
+#~ msgstr " SAMBA "
+
+#~ msgid "Scanning available samba shared resource of server %s"
+#~ msgstr " SAMBA %s"
+
+#, fuzzy
+#~ msgid "\\@quit"
+#~ msgstr ""
+
+#~ msgid "Removable media"
+#~ msgstr " "
+
+#~ msgid "Active"
+#~ msgstr ""
+
+#, fuzzy
+#~ msgid "No X"
+#~ msgstr ""
+
+#~ msgid "A printer, model \"%s\", has been detected on "
+#~ msgstr " \"%s\", "
+
+#~ msgid "Local Printer Device"
+#~ msgstr " "
+
+#~ msgid "Printer Device"
+#~ msgstr " "
+
+#~ msgid "Device/file name missing!"
+#~ msgstr " / !"
+
+#~ msgid "Printer(s) on remote CUPS server(s)"
+#~ msgstr "() () CUPS ()"
+
+#~ msgid "Printer(s) on remote server(s)"
+#~ msgstr "() () ()"
+
+#, fuzzy
+#~ msgid " Linux "
+#~ msgstr "Linux"
+
+#, fuzzy
+#~ msgid " System "
+#~ msgstr ""
+
+#, fuzzy
+#~ msgid " Other "
+#~ msgstr ""
+
+#, fuzzy
+#~ msgid "please choose your CD space"
+#~ msgstr ", ."
+
+#, fuzzy
+#~ msgid " Please check if you are using CDRW media"
+#~ msgstr ", "
+
+#, fuzzy
+#~ msgid " Tape "
+#~ msgstr ": "
+
+#, fuzzy
+#~ msgid " Use .backupignore files"
+#~ msgstr " backup-"
+
+#, fuzzy
+#~ msgid "Configure it"
+#~ msgstr " "
+
+#, fuzzy
+#~ msgid "on Tape Device"
+#~ msgstr " "
+
+#, fuzzy
+#~ msgid " Cancel "
+#~ msgstr ""
+
+#, fuzzy
+#~ msgid " Ok "
+#~ msgstr "Ok"
+
+#, fuzzy
+#~ msgid "close"
+#~ msgstr ""
+
+#~ msgid "Starting your connection..."
+#~ msgstr " ...."
+
+#~ msgid "Closing your connection..."
+#~ msgstr " ..."
+
+#~ msgid ""
+#~ "The connection is not closed.\n"
+#~ "Try to do it manually by running\n"
+#~ "/etc/sysconfig/network-scripts/net_cnx_down\n"
+#~ "in root."
+#~ msgstr ""
+#~ " .\n"
+#~ " , \n"
+#~ "/etc/sysconfig/network-scripts/net_cnx_down\n"
+#~ " root."
+
+#~ msgid "The system is now disconnected."
+#~ msgstr " ."
+
+#~ msgid "Choose the size you want to install"
+#~ msgstr " , "
+
+#~ msgid "Total size: "
+#~ msgstr " : "
+
+#~ msgid "Please wait, "
+#~ msgstr ", , "
+
+#~ msgid "Total time "
+#~ msgstr " "
+
+#~ msgid "Use existing configuration for X11?"
+#~ msgstr " X11 ?"
+
+#~ msgid ""
+#~ "What device is your printer connected to \n"
+#~ "(note that /dev/lp0 is equivalent to LPT1:)?\n"
+#~ msgstr ""
+#~ " \n"
+#~ "(: /dev/lp0 LPT1) ?\n"
+
+#~ msgid "%s"
+#~ msgstr "%s"
+
+#~ msgid ""
+#~ "Warning, the network adapter is already configured. I will reconfigure it."
+#~ msgstr ", . ."
+
+#~ msgid "New"
+#~ msgstr ""
+
+#~ msgid "Remote"
+#~ msgstr ""
+
+#~ msgid ""
+#~ "Please click on a button above\n"
+#~ "\n"
+#~ "Or use \"New\""
+#~ msgstr ""
+#~ ", -\n"
+#~ "\n"
+#~ " \"\""
+
+#~ msgid "Use \"New\""
+#~ msgstr " \"\""
+
+#~ msgid "If the list above doesn't contain the wanted entry, enter it here:"
+#~ msgstr " - , :"
+
+#~ msgid "Shared resource"
+#~ msgstr " "
+
+#~ msgid "Ambiguity (%s), be more precise\n"
+#~ msgstr "..... (%s), -\n"
+
+#~ msgid " ? (default %s) "
+#~ msgstr " ? ( %s)"
+
+#~ msgid "Your choice? (default %s enter `none' for none) "
+#~ msgstr " ? ( %s, 'none' )"
+
#~ msgid "can not open /etc/sysconfig/autologin for reading: %s"
#~ msgstr " /etc/sysconfig/autologin : %s"
@@ -9088,48 +12127,9 @@ msgstr " "
#~ msgid "%s is already in use"
#~ msgstr " %s "
-#~ msgid "%s not found"
-#~ msgstr "%s "
-
#~ msgid "(may cause data corruption)"
#~ msgstr "( )"
-#~ msgid "/File/-"
-#~ msgstr "//-"
-
-#~ msgid "/File/Save _As"
-#~ msgstr "// _"
-
-#~ msgid "/File/_New"
-#~ msgstr "//_"
-
-#~ msgid "/File/_Open"
-#~ msgstr "//_"
-
-#~ msgid "/File/_Save"
-#~ msgstr "//_"
-
-#~ msgid "/Help/_About..."
-#~ msgstr "//_..."
-
-#~ msgid "/Options/Test"
-#~ msgstr "//"
-
-#~ msgid "/_Help"
-#~ msgstr "/_"
-
-#~ msgid "/_Options"
-#~ msgstr "/_"
-
-#~ msgid "<control>N"
-#~ msgstr "<>N"
-
-#~ msgid "<control>O"
-#~ msgstr "<>O"
-
-#~ msgid "<control>S"
-#~ msgstr "<>S"
-
#~ msgid "A command line must be entered!"
#~ msgstr " !"
@@ -9204,18 +12204,12 @@ msgstr " "
#~ msgid "Choose"
#~ msgstr ""
-#~ msgid "Choose package to install"
-#~ msgstr " "
-
#~ msgid "Choose the layout corresponding to your keyboard from the list above"
#~ msgstr " -"
#~ msgid "Collapse all"
#~ msgstr " "
-#~ msgid "Color configuration"
-#~ msgstr " "
-
#~ msgid "Color depth options"
#~ msgstr " "
@@ -9249,9 +12243,6 @@ msgstr " "
#~ msgid "Confirm Password"
#~ msgstr " "
-#~ msgid "Connect"
-#~ msgstr ""
-
#~ msgid "Connecting to Internet "
#~ msgstr " "
@@ -9328,9 +12319,6 @@ msgstr " "
#~ msgid "Disable network"
#~ msgstr " "
-#~ msgid "Disconnect"
-#~ msgstr ""
-
#~ msgid "Disconnecting from Internet "
#~ msgstr " "
@@ -9360,9 +12348,6 @@ msgstr " "
#~ msgid "Enable num lock at startup"
#~ msgstr " Num Lock- "
-#~ msgid "Europe"
-#~ msgstr ""
-
#~ 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"
@@ -9426,12 +12411,6 @@ msgstr " "
#~ msgid "Format all"
#~ msgstr " "
-#~ msgid "Format floppy"
-#~ msgstr " "
-
-#~ msgid "France"
-#~ msgstr ""
-
#~ msgid ""
#~ "GNU/Linux can deal with many types of printer. Each of these types "
#~ "requires\n"
@@ -9597,7 +12576,7 @@ msgstr " "
#~ "\"Disable networking\".\n"
#~ "\n"
#~ "\n"
-#~ "If you wish to configure the network later after installation or if you "
+#~ "If you wish to configure the network later after installation, or if you "
#~ "have\n"
#~ "finished to configure your network connection, choose \"Done\"."
#~ msgstr ""
@@ -9628,7 +12607,8 @@ msgstr " "
#~ " ."
#~ msgid ""
-#~ "If your network uses LDAP (or NIS) protocol for authentication, select\n"
+#~ "If your network uses the LDAP (or NIS) protocol for authentication, "
+#~ "select\n"
#~ "\"LDAP\" (or \"NIS\") as authentication. If you don't know, ask your "
#~ "network\n"
#~ "administrator.\n"
@@ -9746,9 +12726,6 @@ msgstr " "
#~ " RAM. , 2 4 MB\n"
#~ " RAM ."
-#~ msgid "Lilo/Grub configuration"
-#~ msgstr " LILO/Grub"
-
#~ msgid ""
#~ "Local networking has already been configured.\n"
#~ "Do you want to:"
@@ -9768,9 +12745,6 @@ msgstr " "
#~ msgid "Modify printer"
#~ msgstr " "
-#~ msgid "Multimedia"
-#~ msgstr ""
-
#~ msgid "Name of queue"
#~ msgstr " "
@@ -9978,15 +12952,6 @@ msgstr " "
#~ msgid "Remote queue name missing!"
#~ msgstr " !"
-#~ msgid "Remove queue"
-#~ msgstr " "
-
-#~ msgid "Restore from file"
-#~ msgstr " "
-
-#~ msgid "Restore from floppy"
-#~ msgstr " "
-
#~ msgid "Reverse page order"
#~ msgstr " "
@@ -10045,9 +13010,6 @@ msgstr " "
#~ " . , \"delay\" \n"
#~ " ."
-#~ msgid "Save in file"
-#~ msgstr " "
-
#~ msgid "Sciences"
#~ msgstr ""
@@ -10060,9 +13022,6 @@ msgstr " "
#~ msgid "Second DNS Server"
#~ msgstr " DNS "
-#~ msgid "See"
-#~ msgstr ""
-
#~ msgid "Select Remote Printer Connection"
#~ msgstr " "
@@ -10130,9 +13089,6 @@ msgstr " "
#~ msgid "Test the mouse here."
#~ msgstr " ."
-#~ msgid "Text"
-#~ msgstr ""
-
#~ msgid ""
#~ "The Mandrake Linux spreads among several CDROMs. It may be that drakX "
#~ "has\n"
@@ -10178,9 +13134,6 @@ msgstr " "
#~ msgid "URL of the directory containing the RPMs"
#~ msgstr "URL RPM"
-#~ msgid "Uninstalling the RPMs"
-#~ msgstr " "
-
#~ msgid "Uniprint driver options"
#~ msgstr " Uniprint "
@@ -10199,15 +13152,9 @@ msgstr " "
#~ msgid "Use diskdrake"
#~ msgstr " diskdrake"
-#~ msgid "Use hard drive optimisations?"
-#~ msgstr " ?"
-
#~ msgid "Use shadow file"
#~ msgstr " shadow "
-#~ msgid "Wait"
-#~ msgstr " "
-
#~ msgid ""
#~ "Welcome to The Network Configuration Wizard.\n"
#~ "Which components do you want to configure?\n"
@@ -10922,15 +13869,9 @@ msgstr " "
#~ msgid "i18n (very nice)"
#~ msgstr "i18n ( )"
-#~ msgid "interesting"
-#~ msgstr ""
-
#~ msgid "loopback"
#~ msgstr "loopback"
-#~ msgid "mandatory"
-#~ msgstr ""
-
#~ msgid "not connected"
#~ msgstr " "
@@ -10947,12 +13888,6 @@ msgstr " "
#~ msgid "sent: "
#~ msgstr ": "
-#~ msgid "shadow"
-#~ msgstr "shadow"
-
-#~ msgid "start it"
-#~ msgstr " "
-
#~ msgid "using module"
#~ msgstr " "
diff --git a/perl-install/share/po/br.po b/perl-install/share/po/br.po
index e54c49bdb..53370239e 100644
--- a/perl-install/share/po/br.po
+++ b/perl-install/share/po/br.po
@@ -1,100 +1,109 @@
# DrakX e Brezhoneg.
-# Copyright (C) 1999-2000 MandrakeSoft
-# Thierry Vignaud <tvignaud@mandrakesoft.com>, 1999-2000
-# Ja-Mai Drapier <jan-mai.drapier@mail.dotcom.fr>, 1999-2000
+# Copyright (C) 1999-2002 MandrakeSoft
+# Thierry Vignaud <tvignaud@mandrakesoft.com>, 1999-2002
+# Jañ-Mai Drapier <jan-mai.drapier@mail.dotcom.fr>, 1999-2000
#
msgid ""
msgstr ""
-"Project-Id-Version: DrakX VERSION\n"
-"POT-Creation-Date: 2001-06-02 17:16+0200\n"
-"PO-Revision-Date: 1999-12-30 15:29+0100\n"
-"Last-Translator: Ja-Mai Drapier <jan-mai.drapier@mail.dotcom.fr>\n"
+"Project-Id-Version: DrakX 8.2\n"
+"POT-Creation-Date: 2002-03-11 18:29+0100\n"
+"PO-Revision-Date: 2002-01-28 22:41GMT\n"
+"Last-Translator: Thierry Vignaud <tvignaud@mandrakesoft.com>\n"
"Language-Team: Brezhoneg <ofisk@wanadoo.fr>\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=iso-8859-1\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: ../../Xconfigurator.pm_.c:232
-msgid "Configure all heads independantly"
+#: ../../Xconfigurator.pm_.c:242
+msgid "Configure all heads independently"
msgstr ""
-#: ../../Xconfigurator.pm_.c:233
+#: ../../Xconfigurator.pm_.c:243
msgid "Use Xinerama extension"
-msgstr ""
+msgstr "Implijit Xinemara"
-#: ../../Xconfigurator.pm_.c:236
+#: ../../Xconfigurator.pm_.c:246
#, c-format
msgid "Configure only card \"%s\" (%s)"
-msgstr ""
+msgstr "Kefluniadur hep ken kartenn \"%s\" (%s)"
-#: ../../Xconfigurator.pm_.c:239
+#: ../../Xconfigurator.pm_.c:249
#, fuzzy
msgid "Multi-head configuration"
msgstr "o lenn ar c'hefluniadur"
-#: ../../Xconfigurator.pm_.c:240
+#: ../../Xconfigurator.pm_.c:250
msgid ""
"Your system support multiple head configuration.\n"
"What do you want to do?"
msgstr ""
-#: ../../Xconfigurator.pm_.c:249
+#: ../../Xconfigurator.pm_.c:261
msgid "Graphic card"
msgstr "Kartenn c'hrafek"
-#: ../../Xconfigurator.pm_.c:249
+#: ../../Xconfigurator.pm_.c:262
msgid "Select a graphic card"
msgstr "Diuzit ur gartenn c'hrafek"
-#: ../../Xconfigurator.pm_.c:250
+#: ../../Xconfigurator.pm_.c:286
msgid "Choose a X server"
msgstr "Dibabit ur servijer X"
-#: ../../Xconfigurator.pm_.c:250
+#: ../../Xconfigurator.pm_.c:286
msgid "X server"
msgstr "servijer X"
-#: ../../Xconfigurator.pm_.c:309 ../../Xconfigurator.pm_.c:316
-#: ../../Xconfigurator.pm_.c:366
+#: ../../Xconfigurator.pm_.c:293
+msgid "Choose a X driver"
+msgstr "Dibabit ur sturier X"
+
+#: ../../Xconfigurator.pm_.c:293
+msgid "X driver"
+msgstr "Sturier X"
+
+#: ../../Xconfigurator.pm_.c:360 ../../Xconfigurator.pm_.c:366
+#: ../../Xconfigurator.pm_.c:416 ../../Xconfigurator.pm_.c:1507
#, c-format
msgid "XFree %s"
msgstr "XFree %s"
-#: ../../Xconfigurator.pm_.c:312
+#: ../../Xconfigurator.pm_.c:363
#, fuzzy
msgid "Which configuration of XFree do you want to have?"
-msgstr "Pe seurt enmont a vennit ouzhpenna"
+msgstr "Pe seurt enmont a vennit ouzhpennañ"
-#: ../../Xconfigurator.pm_.c:324
+#: ../../Xconfigurator.pm_.c:374
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support but only with XFree %s.\n"
"Your card is supported by XFree %s which may have a better support in 2D."
msgstr ""
-#: ../../Xconfigurator.pm_.c:326 ../../Xconfigurator.pm_.c:359
+#: ../../Xconfigurator.pm_.c:376 ../../Xconfigurator.pm_.c:409
#, c-format
msgid "Your card can have 3D hardware acceleration support with XFree %s."
msgstr ""
-#: ../../Xconfigurator.pm_.c:328 ../../Xconfigurator.pm_.c:361
+#: ../../Xconfigurator.pm_.c:378 ../../Xconfigurator.pm_.c:411
+#: ../../Xconfigurator.pm_.c:1507
#, c-format
msgid "XFree %s with 3D hardware acceleration"
-msgstr ""
+msgstr "XFree %s gant 3D"
-#: ../../Xconfigurator.pm_.c:336 ../../Xconfigurator.pm_.c:350
+#: ../../Xconfigurator.pm_.c:386 ../../Xconfigurator.pm_.c:400
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support with XFree %s,\n"
"NOTE THIS IS EXPERIMENTAL SUPPORT AND MAY FREEZE YOUR COMPUTER."
msgstr ""
-#: ../../Xconfigurator.pm_.c:338 ../../Xconfigurator.pm_.c:352
+#: ../../Xconfigurator.pm_.c:388 ../../Xconfigurator.pm_.c:402
#, c-format
msgid "XFree %s with EXPERIMENTAL 3D hardware acceleration"
msgstr ""
-#: ../../Xconfigurator.pm_.c:347
+#: ../../Xconfigurator.pm_.c:397
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support but only with XFree %s,\n"
@@ -102,28 +111,31 @@ msgid ""
"Your card is supported by XFree %s which may have a better support in 2D."
msgstr ""
-#: ../../Xconfigurator.pm_.c:371
-#, fuzzy
+#: ../../Xconfigurator.pm_.c:417
+msgid "Xpmac (installation display driver)"
+msgstr ""
+
+#: ../../Xconfigurator.pm_.c:421
msgid "XFree configuration"
-msgstr "Kefluniadur goude stalia"
+msgstr "Staliadur XFree86"
-#: ../../Xconfigurator.pm_.c:416
+#: ../../Xconfigurator.pm_.c:496
msgid "Select the memory size of your graphic card"
msgstr "Diuzit ment memor ho kartenn c'hrafek"
-#: ../../Xconfigurator.pm_.c:463
+#: ../../Xconfigurator.pm_.c:550
msgid "Choose options for server"
-msgstr "Dibabit dibarzho ar servijer"
+msgstr "Dibabit dibarzhoù ar servijer"
-#: ../../Xconfigurator.pm_.c:480
+#: ../../Xconfigurator.pm_.c:574
msgid "Choose a monitor"
msgstr "Dibabit ur skramm"
-#: ../../Xconfigurator.pm_.c:480
+#: ../../Xconfigurator.pm_.c:574
msgid "Monitor"
msgstr "Skramm"
-#: ../../Xconfigurator.pm_.c:483
+#: ../../Xconfigurator.pm_.c:577
msgid ""
"The two critical parameters are the vertical refresh rate, which is the "
"rate\n"
@@ -139,201 +151,224 @@ msgstr ""
"An div arventenn dreistpouezus a zo ar feur freskaat a-serzh, da lavaret eo "
"ar\n"
"feur ma vez freskaet ar skramm a-bezh, ha pouezusuc'h c'hoazh ar feur "
-"kempreda\n"
-"a-led, da lavaret eo ar feur ma vez diskwelet linenno skuba.\n"
+"kempredañ\n"
+"a-led, da lavaret eo ar feur ma vez diskwelet linennoù skubañ.\n"
"\n"
-"HOLLBOUEZHUS eo deoc'h na spisaat ur seurt skramm gant ur feur kempreda\n"
-"a zo en tu-hont da varregezh ho skramm : gallout a rafe gwasta ho skramm\n"
-" M'hoc'h eus douetas, dibabit ur c'hefluniadur fur."
+"HOLLBOUEZHUS eo deoc'h na spisaat ur seurt skramm gant ur feur kempredañ\n"
+"a zo en tu-hont da varregezh ho skramm : gallout a rafe gwastañ ho skramm\n"
+" M'hoc'h eus douetañs, dibabit ur c'hefluniadur fur."
-#: ../../Xconfigurator.pm_.c:490
+#: ../../Xconfigurator.pm_.c:584
msgid "Horizontal refresh rate"
msgstr "Feur freskaat a-led"
-#: ../../Xconfigurator.pm_.c:491
+#: ../../Xconfigurator.pm_.c:585
msgid "Vertical refresh rate"
msgstr "Feur freskaat a-serzh"
-#: ../../Xconfigurator.pm_.c:528
+#: ../../Xconfigurator.pm_.c:622
msgid "Monitor not configured"
msgstr "Skramm ket kefluniet"
-#: ../../Xconfigurator.pm_.c:531
+#: ../../Xconfigurator.pm_.c:625
msgid "Graphic card not configured yet"
msgstr "Kartenn c'hrafek ket kefluniet c'hoazh"
-#: ../../Xconfigurator.pm_.c:534
+#: ../../Xconfigurator.pm_.c:628
msgid "Resolutions not chosen yet"
-msgstr "Spisterio ket dibabet c'hoazh"
+msgstr "Spisterioù ket dibabet c'hoazh"
-#: ../../Xconfigurator.pm_.c:551
+#: ../../Xconfigurator.pm_.c:646
msgid "Do you want to test the configuration?"
-msgstr "Mennout a rit amproui ar c'hefluniadur ?"
+msgstr "Mennout a rit amprouiñ ar c'hefluniadur ?"
-#: ../../Xconfigurator.pm_.c:555
+#: ../../Xconfigurator.pm_.c:650
#, fuzzy
msgid "Warning: testing this graphic card may freeze your computer"
-msgstr "Da ziwall : arvarus eo amproui ar gartenn c'hrafek-ma"
+msgstr "Da ziwall : arvarus eo amprouiñ ar gartenn c'hrafek-mañ"
-#: ../../Xconfigurator.pm_.c:558
+#: ../../Xconfigurator.pm_.c:653
msgid "Test of the configuration"
-msgstr "Amproui ar c'hefluniadur"
+msgstr "Amprouiñ ar c'hefluniadur"
-#: ../../Xconfigurator.pm_.c:597
+#: ../../Xconfigurator.pm_.c:692 ../../Xconfigurator.pm_.c:704
msgid ""
"\n"
"try to change some parameters"
msgstr ""
"\n"
-"klaskit kemma arventenno 'zo"
+"klaskit kemmañ arventennoù 'zo"
-#: ../../Xconfigurator.pm_.c:597
+#: ../../Xconfigurator.pm_.c:692 ../../Xconfigurator.pm_.c:704
msgid "An error has occurred:"
-msgstr "C'hoarvezet eo ur fazi :"
+msgstr "C'hoarvezet eo ur fazi :"
-#: ../../Xconfigurator.pm_.c:619
+#: ../../Xconfigurator.pm_.c:731
#, c-format
msgid "Leaving in %d seconds"
msgstr "Kuitaat e %d eilenn"
-#: ../../Xconfigurator.pm_.c:630
+#: ../../Xconfigurator.pm_.c:742
msgid "Is this the correct setting?"
msgstr "Ha reizh eo ar c'hefluniadur ?"
-#: ../../Xconfigurator.pm_.c:638
+#: ../../Xconfigurator.pm_.c:751
msgid "An error has occurred, try to change some parameters"
-msgstr "C'hoarvezet eo ur fazi, klaskit kemma arventenno 'zo"
+msgstr "C'hoarvezet eo ur fazi, klaskit kemmañ arventennoù 'zo"
-#: ../../Xconfigurator.pm_.c:684 ../../printerdrake.pm_.c:277
-#: ../../services.pm_.c:125
+#: ../../Xconfigurator.pm_.c:822
msgid "Resolution"
msgstr "Spister"
-#: ../../Xconfigurator.pm_.c:731
+#: ../../Xconfigurator.pm_.c:874
msgid "Choose the resolution and the color depth"
-msgstr "Dibabit ar spister ha donder al livio"
+msgstr "Dibabit ar spister ha donder al livioù"
-#: ../../Xconfigurator.pm_.c:733
+#: ../../Xconfigurator.pm_.c:876
#, c-format
msgid "Graphic card: %s"
-msgstr "Kartenn c'hrafek : %s"
+msgstr "Kartenn c'hrafek : %s"
-#: ../../Xconfigurator.pm_.c:734
+#: ../../Xconfigurator.pm_.c:877
#, c-format
msgid "XFree86 server: %s"
-msgstr "Servijer XFree86 : %s"
+msgstr "Servijer XFree86 : %s"
-#: ../../Xconfigurator.pm_.c:750 ../../standalone/draknet_.c:280
-#: ../../standalone/draknet_.c:283
+#: ../../Xconfigurator.pm_.c:891 ../../diskdrake/interactive.pm_.c:259
+#: ../../install_steps_interactive.pm_.c:208
#, fuzzy
+msgid "More"
+msgstr "Dilec'hiañ"
+
+#: ../../Xconfigurator.pm_.c:891 ../../install_gtk.pm_.c:84
+#: ../../install_steps_gtk.pm_.c:328 ../../interactive.pm_.c:127
+#: ../../interactive.pm_.c:142 ../../interactive.pm_.c:317
+#: ../../interactive.pm_.c:349 ../../interactive_http.pm_.c:104
+#: ../../interactive_newt.pm_.c:170 ../../interactive_stdio.pm_.c:141
+#: ../../interactive_stdio.pm_.c:142 ../../my_gtk.pm_.c:686
+#: ../../my_gtk.pm_.c:1019 ../../my_gtk.pm_.c:1041
+#: ../../standalone/drakbackup_.c:2298 ../../standalone/drakbackup_.c:2369
+#: ../../standalone/drakbackup_.c:2385
+msgid "Ok"
+msgstr "Mat eo"
+
+#: ../../Xconfigurator.pm_.c:893 ../../network/netconnect.pm_.c:169
+#: ../../printerdrake.pm_.c:2470 ../../standalone/draknet_.c:275
+#: ../../standalone/draknet_.c:278
msgid "Expert Mode"
-msgstr "Mailh"
+msgstr "Mod mailh"
-#: ../../Xconfigurator.pm_.c:751
+#: ../../Xconfigurator.pm_.c:894
msgid "Show all"
msgstr "Diskouez pep tra"
-#: ../../Xconfigurator.pm_.c:794
+#: ../../Xconfigurator.pm_.c:939
msgid "Resolutions"
-msgstr "Spisterio"
+msgstr "Spisterioù"
-#: ../../Xconfigurator.pm_.c:1330
+#: ../../Xconfigurator.pm_.c:1509
#, c-format
msgid "Keyboard layout: %s\n"
-msgstr "Reizhadur ar stokellaoueg : %s\n"
+msgstr "Reizhadur ar stokellaoueg : %s\n"
-#: ../../Xconfigurator.pm_.c:1331
+#: ../../Xconfigurator.pm_.c:1510
#, c-format
msgid "Mouse type: %s\n"
-msgstr "Seurt logodenn : %s\n"
+msgstr "Seurt logodenn : %s\n"
-#: ../../Xconfigurator.pm_.c:1332
+#: ../../Xconfigurator.pm_.c:1511
#, c-format
msgid "Mouse device: %s\n"
-msgstr "Trobarzhell al logodenn : %s\n"
+msgstr "Trobarzhell al logodenn : %s\n"
-#: ../../Xconfigurator.pm_.c:1333
+#: ../../Xconfigurator.pm_.c:1512
#, c-format
msgid "Monitor: %s\n"
-msgstr "Skramm : %s\n"
+msgstr "Skramm : %s\n"
-#: ../../Xconfigurator.pm_.c:1334
+#: ../../Xconfigurator.pm_.c:1513
#, c-format
msgid "Monitor HorizSync: %s\n"
-msgstr "KempredA-led ar skramm : %s\n"
+msgstr "KempredA-led ar skramm : %s\n"
-#: ../../Xconfigurator.pm_.c:1335
+#: ../../Xconfigurator.pm_.c:1514
#, c-format
msgid "Monitor VertRefresh: %s\n"
-msgstr "FreskA-serzh ar skramm : %s\n"
+msgstr "FreskA-serzh ar skramm : %s\n"
-#: ../../Xconfigurator.pm_.c:1336
+#: ../../Xconfigurator.pm_.c:1515
#, c-format
msgid "Graphic card: %s\n"
-msgstr "Kartenn c'hrafek : %s\n"
+msgstr "Kartenn c'hrafek : %s\n"
+
+#: ../../Xconfigurator.pm_.c:1516
+#, c-format
+msgid "Graphic card identification: %s\n"
+msgstr "Anavezoud kartenn c'hrafek : %s\n"
-#: ../../Xconfigurator.pm_.c:1337
+#: ../../Xconfigurator.pm_.c:1517
#, c-format
msgid "Graphic memory: %s kB\n"
-msgstr "Memor c'hrafek : %s ko\n"
+msgstr "Memor c'hrafek : %s ko\n"
-#: ../../Xconfigurator.pm_.c:1339
-#, fuzzy, c-format
+#: ../../Xconfigurator.pm_.c:1519
+#, c-format
msgid "Color depth: %s\n"
-msgstr "Dibarzho donder liv"
+msgstr "Donder liv: %s\n"
-#: ../../Xconfigurator.pm_.c:1340
-#, fuzzy, c-format
+#: ../../Xconfigurator.pm_.c:1520
+#, c-format
msgid "Resolution: %s\n"
-msgstr "Spisterio"
+msgstr "Spister: %s\n"
-#: ../../Xconfigurator.pm_.c:1342
+#: ../../Xconfigurator.pm_.c:1522
#, c-format
msgid "XFree86 server: %s\n"
-msgstr "Servijer XFree86 : %s\n"
+msgstr "Servijer XFree86 : %s\n"
-#: ../../Xconfigurator.pm_.c:1343
-#, fuzzy, c-format
+#: ../../Xconfigurator.pm_.c:1523
+#, c-format
msgid "XFree86 driver: %s\n"
-msgstr "Servijer XFree86 : %s\n"
+msgstr "Sturier XFree86 : %s\n"
-#: ../../Xconfigurator.pm_.c:1362
+#: ../../Xconfigurator.pm_.c:1541
msgid "Preparing X-Window configuration"
-msgstr "O prienti kefluniadur X-Window"
+msgstr "O prientiñ kefluniadur X-Window"
-#: ../../Xconfigurator.pm_.c:1382
+#: ../../Xconfigurator.pm_.c:1561
msgid "What do you want to do?"
msgstr "Petra a vennit ober ? "
-#: ../../Xconfigurator.pm_.c:1387
+#: ../../Xconfigurator.pm_.c:1566
msgid "Change Monitor"
-msgstr "Kemma ar skramm"
+msgstr "Kemmañ ar skramm"
-#: ../../Xconfigurator.pm_.c:1388
+#: ../../Xconfigurator.pm_.c:1567
msgid "Change Graphic card"
-msgstr "Kemma ar gartenn c'hrafek"
+msgstr "Kemmañ ar gartenn c'hrafek"
-#: ../../Xconfigurator.pm_.c:1390
+#: ../../Xconfigurator.pm_.c:1570
msgid "Change Server options"
-msgstr "Kemma dibarzho ar servijer"
+msgstr "Kemmañ dibarzhoù ar servijer"
-#: ../../Xconfigurator.pm_.c:1391
+#: ../../Xconfigurator.pm_.c:1571
msgid "Change Resolution"
-msgstr "Kemma ar spister"
+msgstr "Kemmañ ar spister"
-#: ../../Xconfigurator.pm_.c:1392
+#: ../../Xconfigurator.pm_.c:1572
msgid "Show information"
-msgstr "Diskouez titouro"
+msgstr "Diskouez titouroù"
-#: ../../Xconfigurator.pm_.c:1393
+#: ../../Xconfigurator.pm_.c:1573
msgid "Test again"
-msgstr "Amproui adarre"
+msgstr "Amprouiñ adarre"
-#: ../../Xconfigurator.pm_.c:1394 ../../bootlook.pm_.c:238
+#: ../../Xconfigurator.pm_.c:1574 ../../printerdrake.pm_.c:2473
+#: ../../standalone/logdrake_.c:225
msgid "Quit"
msgstr "Kuitaat"
-#: ../../Xconfigurator.pm_.c:1402
+#: ../../Xconfigurator.pm_.c:1582
#, fuzzy, c-format
msgid ""
"Keep the changes?\n"
@@ -342,26 +377,26 @@ msgid ""
"%s"
msgstr "Derc'hel ar c'hefluniadur IP o ren"
-#: ../../Xconfigurator.pm_.c:1423
-#, c-format
-msgid "Please relog into %s to activate the changes"
-msgstr "Adereit ouzh %s evit bevaat ar c'hemmo mar plij"
-
-#: ../../Xconfigurator.pm_.c:1443
-msgid "Please log out and then use Ctrl-Alt-BackSpace"
-msgstr "Dizereit mar plij ha neuze implijit Ctrl-Alt-WarGil"
-
-#: ../../Xconfigurator.pm_.c:1446
+#: ../../Xconfigurator.pm_.c:1603
msgid "X at startup"
msgstr "X pa loc'her"
-#: ../../Xconfigurator.pm_.c:1447
+#: ../../Xconfigurator.pm_.c:1604
msgid ""
"I can set up your computer to automatically start X upon booting.\n"
"Would you like X to start when you reboot?"
msgstr ""
-"Keflunia ho urzhiataer evit lasa X ent emgefreek pa loc'ho a c'hella.\n"
-"Mennout a rit lasa X pa adloc'hit ?"
+"Kefluniañ ho urzhiataer evit lañsañ X ent emgefreek pa loc'ho a c'hellañ.\n"
+"Mennout a rit lañsañ X pa adloc'hit ?"
+
+#: ../../Xconfigurator.pm_.c:1610
+#, c-format
+msgid "Please relog into %s to activate the changes"
+msgstr "Adereit ouzh %s evit bevaat ar c'hemmoù mar plij"
+
+#: ../../Xconfigurator.pm_.c:1625
+msgid "Please log out and then use Ctrl-Alt-BackSpace"
+msgstr "Dizereit mar plij ha neuze implijit Ctrl-Alt-WarGil"
#: ../../Xconfigurator_consts.pm_.c:6
msgid "256 colors (8 bits)"
@@ -377,399 +412,418 @@ msgstr "65 mil liv (16 bit)"
#: ../../Xconfigurator_consts.pm_.c:9
msgid "16 million colors (24 bits)"
-msgstr "16 milion a livio (24 bit)"
+msgstr "16 milion a livioù (24 bit)"
#: ../../Xconfigurator_consts.pm_.c:10
msgid "4 billion colors (32 bits)"
-msgstr "4 miliard a livio (32 bit)"
+msgstr "4 miliard a livioù (32 bit)"
-#: ../../Xconfigurator_consts.pm_.c:106
+#: ../../Xconfigurator_consts.pm_.c:113
msgid "256 kB"
msgstr "256 ko"
-#: ../../Xconfigurator_consts.pm_.c:107
+#: ../../Xconfigurator_consts.pm_.c:114
msgid "512 kB"
msgstr "512 ko"
-#: ../../Xconfigurator_consts.pm_.c:108
+#: ../../Xconfigurator_consts.pm_.c:115
msgid "1 MB"
msgstr "1 Mo"
-#: ../../Xconfigurator_consts.pm_.c:109
+#: ../../Xconfigurator_consts.pm_.c:116
msgid "2 MB"
msgstr "2 Mo"
-#: ../../Xconfigurator_consts.pm_.c:110
+#: ../../Xconfigurator_consts.pm_.c:117
msgid "4 MB"
msgstr "4 Mo"
-#: ../../Xconfigurator_consts.pm_.c:111
+#: ../../Xconfigurator_consts.pm_.c:118
msgid "8 MB"
msgstr "8 Mo"
-#: ../../Xconfigurator_consts.pm_.c:112
-msgid "16 MB or more"
-msgstr "16 Mo pe vuioc'h"
+#: ../../Xconfigurator_consts.pm_.c:119
+msgid "16 MB"
+msgstr "16 Mo"
#: ../../Xconfigurator_consts.pm_.c:120
+msgid "32 MB"
+msgstr "32 Mo"
+
+#: ../../Xconfigurator_consts.pm_.c:121
+msgid "64 MB or more"
+msgstr "64 Mo pe vuioc'h"
+
+#: ../../Xconfigurator_consts.pm_.c:129
msgid "Standard VGA, 640x480 at 60 Hz"
msgstr "VGA standard, 640x480 da 60 Hz"
-#: ../../Xconfigurator_consts.pm_.c:121
+#: ../../Xconfigurator_consts.pm_.c:130
msgid "Super VGA, 800x600 at 56 Hz"
msgstr "Gour-VGA, 800x600 da 56 Hz"
-#: ../../Xconfigurator_consts.pm_.c:122
+#: ../../Xconfigurator_consts.pm_.c:131
msgid "8514 Compatible, 1024x768 at 87 Hz interlaced (no 800x600)"
msgstr "Kenglotus 8514, 1024x768 da 87 Hz pebeilet (800x600 ebet)"
-#: ../../Xconfigurator_consts.pm_.c:123
+#: ../../Xconfigurator_consts.pm_.c:132
msgid "Super VGA, 1024x768 at 87 Hz interlaced, 800x600 at 56 Hz"
msgstr "Gour-VGA, 1024x768 da 87 Hz pebeilet, 800x600 da 56 Hz"
-#: ../../Xconfigurator_consts.pm_.c:124
+#: ../../Xconfigurator_consts.pm_.c:133
msgid "Extended Super VGA, 800x600 at 60 Hz, 640x480 at 72 Hz"
msgstr "Gour-VGA astennet, 800x600 da 60 Hz, 640x480 da 72 Hz"
-#: ../../Xconfigurator_consts.pm_.c:125
+#: ../../Xconfigurator_consts.pm_.c:134
msgid "Non-Interlaced SVGA, 1024x768 at 60 Hz, 800x600 at 72 Hz"
msgstr "G-VGA nann-pebeilet, 1024x768 da 60 Hz, 800x600 da 72 Hz"
-#: ../../Xconfigurator_consts.pm_.c:126
+#: ../../Xconfigurator_consts.pm_.c:135
msgid "High Frequency SVGA, 1024x768 at 70 Hz"
msgstr "G-VGA talm uhel, 1024x768 da 70 Hz"
-#: ../../Xconfigurator_consts.pm_.c:127
+#: ../../Xconfigurator_consts.pm_.c:136
msgid "Multi-frequency that can do 1280x1024 at 60 Hz"
msgstr "Lies-talm a c'hell ober 1280x1024 da 60 Hz"
-#: ../../Xconfigurator_consts.pm_.c:128
+#: ../../Xconfigurator_consts.pm_.c:137
msgid "Multi-frequency that can do 1280x1024 at 74 Hz"
msgstr "Lies-talm a c'hell ober 1280x1024 da 74 Hz"
-#: ../../Xconfigurator_consts.pm_.c:129
+#: ../../Xconfigurator_consts.pm_.c:138
msgid "Multi-frequency that can do 1280x1024 at 76 Hz"
msgstr "Lies-talm a c'hell ober 1280x1024 da 76 Hz"
-#: ../../Xconfigurator_consts.pm_.c:130
+#: ../../Xconfigurator_consts.pm_.c:139
msgid "Monitor that can do 1600x1200 at 70 Hz"
msgstr "Skramm a c'hell ober 1600x1200 da 70 Hz"
-#: ../../Xconfigurator_consts.pm_.c:131
+#: ../../Xconfigurator_consts.pm_.c:140
msgid "Monitor that can do 1600x1200 at 76 Hz"
msgstr "Skramm a c'hell ober 1600x1200 da 76 Hz"
-#: ../../any.pm_.c:99 ../../any.pm_.c:124
+#: ../../any.pm_.c:116 ../../any.pm_.c:141
msgid "First sector of boot partition"
-msgstr "Rann genta ar parzhadur loc'ha"
+msgstr "Rann gentañ ar parzhadur loc'hañ"
-#: ../../any.pm_.c:99 ../../any.pm_.c:124 ../../any.pm_.c:197
+#: ../../any.pm_.c:116 ../../any.pm_.c:141 ../../any.pm_.c:218
msgid "First sector of drive (MBR)"
-msgstr "Rann genta ar bladenn (MBR)"
+msgstr "Rann gentañ ar bladenn (MBR)"
-#: ../../any.pm_.c:103
-#, fuzzy
+#: ../../any.pm_.c:120
msgid "SILO Installation"
-msgstr "Staliadur LILO/grub"
+msgstr "Staliadur SILO"
-#: ../../any.pm_.c:104 ../../any.pm_.c:117
+#: ../../any.pm_.c:121 ../../any.pm_.c:134
msgid "Where do you want to install the bootloader?"
-msgstr "Pelec'h e mennit stalia ar c'harger loc'ha ?"
+msgstr "Pelec'h e mennit staliañ ar c'harger loc'hañ ?"
-#: ../../any.pm_.c:116
+#: ../../any.pm_.c:133
msgid "LILO/grub Installation"
msgstr "Staliadur LILO/grub"
-#: ../../any.pm_.c:128 ../../any.pm_.c:142
+#: ../../any.pm_.c:145 ../../any.pm_.c:159
msgid "SILO"
-msgstr ""
+msgstr "SILO"
-#: ../../any.pm_.c:130
+#: ../../any.pm_.c:147
msgid "LILO with text menu"
-msgstr ""
+msgstr "LILO gant meuziad skrid"
-#: ../../any.pm_.c:131 ../../any.pm_.c:142
+#: ../../any.pm_.c:148 ../../any.pm_.c:159
msgid "LILO with graphical menu"
-msgstr ""
+msgstr "LILO gant meuziad c'hrafek"
-#: ../../any.pm_.c:134
+#: ../../any.pm_.c:151
msgid "Grub"
-msgstr ""
+msgstr "Grub"
-#: ../../any.pm_.c:138
+#: ../../any.pm_.c:155
msgid "Boot from DOS/Windows (loadlin)"
-msgstr ""
+msgstr "Loc'hañ abaoe DOS/Windows (loadlin)"
-#: ../../any.pm_.c:140 ../../any.pm_.c:142
-#, fuzzy
+#: ../../any.pm_.c:157 ../../any.pm_.c:159
msgid "Yaboot"
-msgstr "Gwrizienn"
+msgstr "Yaboot"
-#: ../../any.pm_.c:148 ../../any.pm_.c:180
+#: ../../any.pm_.c:166 ../../any.pm_.c:198
msgid "Bootloader main options"
-msgstr "Dibarzho penna ar c'harger loc'ha"
+msgstr "Dibarzhoù pennañ ar c'harger loc'hañ"
-#: ../../any.pm_.c:149 ../../any.pm_.c:181
-#, fuzzy
+#: ../../any.pm_.c:167 ../../any.pm_.c:199
msgid "Bootloader to use"
-msgstr "Dibarzho penna ar c'harger loc'ha"
+msgstr "C'harger loc'hañ da implijout"
-#: ../../any.pm_.c:151
-#, fuzzy
+#: ../../any.pm_.c:169
msgid "Bootloader installation"
-msgstr "Dibarzho penna ar c'harger loc'ha"
+msgstr "Staliadur c'harger loc'hañ"
-#: ../../any.pm_.c:153 ../../any.pm_.c:183
+#: ../../any.pm_.c:171 ../../any.pm_.c:201
msgid "Boot device"
-msgstr "Trobarzhell loc'ha"
+msgstr "Trobarzhell loc'hañ"
-#: ../../any.pm_.c:154
+#: ../../any.pm_.c:172
msgid "LBA (doesn't work on old BIOSes)"
-msgstr "LBA (ne da ket en-dro gant BIOSo kozh)"
+msgstr "LBA (ne da ket en-dro gant BIOSoù kozh)"
-#: ../../any.pm_.c:155
+#: ../../any.pm_.c:173
msgid "Compact"
msgstr "Fetis"
-#: ../../any.pm_.c:155
+#: ../../any.pm_.c:173
msgid "compact"
msgstr "fetis"
-#: ../../any.pm_.c:156 ../../any.pm_.c:256
+#: ../../any.pm_.c:174 ../../any.pm_.c:298
msgid "Video mode"
msgstr "Mod video"
-#: ../../any.pm_.c:158
+#: ../../any.pm_.c:176
msgid "Delay before booting default image"
-msgstr "Gedvezh kent loc'ha ar skeudenn dre ziouer"
+msgstr "Gedvezh kent loc'hañ ar skeudenn dre ziouer"
-#: ../../any.pm_.c:160 ../../any.pm_.c:741
-#: ../../install_steps_interactive.pm_.c:904 ../../netconnect.pm_.c:629
-#: ../../printerdrake.pm_.c:98 ../../printerdrake.pm_.c:132
-#: ../../standalone/draknet_.c:569
+#: ../../any.pm_.c:178 ../../any.pm_.c:796
+#: ../../install_steps_interactive.pm_.c:1115 ../../network/modem.pm_.c:48
+#: ../../printerdrake.pm_.c:708 ../../printerdrake.pm_.c:806
+#: ../../standalone/draknet_.c:625
msgid "Password"
msgstr "Tremenger"
-#: ../../any.pm_.c:161 ../../any.pm_.c:742
-#: ../../install_steps_interactive.pm_.c:905
+#: ../../any.pm_.c:179 ../../any.pm_.c:797
+#: ../../install_steps_interactive.pm_.c:1116
msgid "Password (again)"
msgstr "Tremenger (adarre)"
-#: ../../any.pm_.c:162
+#: ../../any.pm_.c:180
msgid "Restrict command line options"
-msgstr "Strishaat dibarzho al linenn urzhia"
+msgstr "Strishaat dibarzhoù al linenn urzhiañ"
-#: ../../any.pm_.c:162
+#: ../../any.pm_.c:180
msgid "restrict"
msgstr "strishaat"
-#: ../../any.pm_.c:164
+#: ../../any.pm_.c:182
msgid "Clean /tmp at each boot"
-msgstr "Skara /tmp bep ma loc'her"
+msgstr "Skarañ /tmp bep ma loc'her"
-#: ../../any.pm_.c:165
+#: ../../any.pm_.c:183
#, c-format
msgid "Precise RAM size if needed (found %d MB)"
msgstr "Spisait ment ar memor vev diouzh ret (kavet %d Mo)"
-#: ../../any.pm_.c:167
+#: ../../any.pm_.c:185
msgid "Enable multi profiles"
msgstr "Aotren lies trolinenn"
-#: ../../any.pm_.c:171
+#: ../../any.pm_.c:189
msgid "Give the ram size in MB"
msgstr "Roit ment ar memor vev e Mo"
-#: ../../any.pm_.c:173
+#: ../../any.pm_.c:191
msgid ""
"Option ``Restrict command line options'' is of no use without a password"
-msgstr "Didalvout eo ``Strishaat dibarzho al linenn urzhia'' hep tremenger"
+msgstr "Didalvout eo ``Strishaat dibarzhoù al linenn urzhiañ'' hep tremenger"
-#: ../../any.pm_.c:174 ../../any.pm_.c:718
-#: ../../install_steps_interactive.pm_.c:899
+#: ../../any.pm_.c:192 ../../any.pm_.c:773
+#: ../../diskdrake/interactive.pm_.c:1135
+#: ../../install_steps_interactive.pm_.c:1110
msgid "Please try again"
msgstr "Klaskit adarre mar plij"
-#: ../../any.pm_.c:174 ../../any.pm_.c:718
-#: ../../install_steps_interactive.pm_.c:899
+#: ../../any.pm_.c:192 ../../any.pm_.c:773
+#: ../../install_steps_interactive.pm_.c:1110
msgid "The passwords do not match"
-msgstr "An tremegerio ne glot ket"
+msgstr "An tremegerioù ne glot ket"
-#: ../../any.pm_.c:182
+#: ../../any.pm_.c:200
msgid "Init Message"
msgstr ""
-#: ../../any.pm_.c:184
+#: ../../any.pm_.c:202
msgid "Open Firmware Delay"
msgstr ""
-#: ../../any.pm_.c:185
+#: ../../any.pm_.c:203
msgid "Kernel Boot Timeout"
msgstr ""
-#: ../../any.pm_.c:186
+#: ../../any.pm_.c:204
msgid "Enable CD Boot?"
msgstr ""
-#: ../../any.pm_.c:187
+#: ../../any.pm_.c:205
msgid "Enable OF Boot?"
msgstr ""
-#: ../../any.pm_.c:188
-#, fuzzy
+#: ../../any.pm_.c:206
msgid "Default OS?"
-msgstr "Dre ziouer"
+msgstr "RK dre ziouer"
+
+#: ../../any.pm_.c:240
+msgid ""
+"You decided to install the bootloader on a partition.\n"
+"This implies you already have a bootloader on the hard drive you boot (eg: "
+"System Commander).\n"
+"\n"
+"On which drive are you booting?"
+msgstr ""
-#: ../../any.pm_.c:210
+#: ../../any.pm_.c:255
msgid ""
"Here are the different entries.\n"
"You can add some more or change the existing ones."
msgstr ""
-"Setu da heul an enmonto liesseurt.\n"
-"Gallout a rit ouzhpenna lod pe gemma a re a zo."
+"Setu da heul an enmontoù liesseurt.\n"
+"Gallout a rit ouzhpennañ lod pe gemmañ a re a zo."
-#: ../../any.pm_.c:220 ../../printerdrake.pm_.c:356
+#: ../../any.pm_.c:265 ../../standalone/drakbackup_.c:752
+#: ../../standalone/drakbackup_.c:861 ../../standalone/drakfont_.c:789
+#: ../../standalone/drakfont_.c:826
msgid "Add"
-msgstr "Ouzhpenna"
+msgstr "Ouzhpennañ"
-#: ../../any.pm_.c:220 ../../any.pm_.c:729 ../../diskdrake.pm_.c:46
-#: ../../printerdrake.pm_.c:356
+#: ../../any.pm_.c:265 ../../any.pm_.c:784 ../../diskdrake/hd_gtk.pm_.c:153
+#: ../../diskdrake/removable.pm_.c:27 ../../diskdrake/smbnfs_gtk.pm_.c:86
+#: ../../interactive_http.pm_.c:153
msgid "Done"
msgstr "Graet"
-#: ../../any.pm_.c:220
-#, fuzzy
+#: ../../any.pm_.c:265
msgid "Modify"
-msgstr "Kemma RAID"
+msgstr "Kemmañ"
-#: ../../any.pm_.c:228
+#: ../../any.pm_.c:273
msgid "Which type of entry do you want to add?"
-msgstr "Pe seurt enmont a vennit ouzhpenna"
+msgstr "Pe seurt enmont a vennit ouzhpennañ"
-#: ../../any.pm_.c:229
+#: ../../any.pm_.c:274 ../../standalone/drakbackup_.c:895
msgid "Linux"
msgstr "Linux"
-#: ../../any.pm_.c:229
+#: ../../any.pm_.c:274
msgid "Other OS (SunOS...)"
-msgstr "Reizhiado (SunOS...)"
+msgstr "Reizhiadoù (SunOS...)"
-#: ../../any.pm_.c:230
+#: ../../any.pm_.c:275
msgid "Other OS (MacOS...)"
-msgstr "Reizhiado (MacOS...)"
+msgstr "Reizhiadoù (MacOS...)"
-#: ../../any.pm_.c:230
+#: ../../any.pm_.c:275
msgid "Other OS (windows...)"
-msgstr "Reizhiado (windows...)"
+msgstr "Reizhiadoù (windows...)"
-#: ../../any.pm_.c:250 ../../any.pm_.c:252
+#: ../../any.pm_.c:294
msgid "Image"
msgstr "Skeudenn"
-#: ../../any.pm_.c:253 ../../any.pm_.c:264
+#: ../../any.pm_.c:295 ../../any.pm_.c:306
msgid "Root"
msgstr "Gwrizienn"
-#: ../../any.pm_.c:254 ../../any.pm_.c:283
+#: ../../any.pm_.c:296 ../../any.pm_.c:325
msgid "Append"
-msgstr "Ouzhpenna"
+msgstr "Ouzhpennañ"
-#: ../../any.pm_.c:258
+#: ../../any.pm_.c:300
msgid "Initrd"
msgstr "Initrd"
-#: ../../any.pm_.c:259
+#: ../../any.pm_.c:301
msgid "Read-write"
-msgstr "Lenn-skriva "
+msgstr "Lenn-skrivañ "
-#: ../../any.pm_.c:266
+#: ../../any.pm_.c:308
msgid "Table"
msgstr "Taolenn"
-#: ../../any.pm_.c:267
+#: ../../any.pm_.c:309
msgid "Unsafe"
msgstr "Arvarus"
-#: ../../any.pm_.c:274 ../../any.pm_.c:279 ../../any.pm_.c:282
+#: ../../any.pm_.c:316 ../../any.pm_.c:321 ../../any.pm_.c:324
msgid "Label"
msgstr "Skridennad"
-#: ../../any.pm_.c:276 ../../any.pm_.c:287
+#: ../../any.pm_.c:318 ../../any.pm_.c:329
msgid "Default"
msgstr "Dre ziouer"
-#: ../../any.pm_.c:284
-#, fuzzy
+#: ../../any.pm_.c:326
msgid "Initrd-size"
-msgstr "Initrd"
+msgstr "Ment an Initrd"
-#: ../../any.pm_.c:286
+#: ../../any.pm_.c:328
msgid "NoVideo"
-msgstr ""
+msgstr "N'ev ket video"
-#: ../../any.pm_.c:294
+#: ../../any.pm_.c:336
msgid "Remove entry"
msgstr "Dilemel an enmont"
-#: ../../any.pm_.c:297
+#: ../../any.pm_.c:339
msgid "Empty label not allowed"
-msgstr "Berzet eo ar skridennado goullo"
+msgstr "Berzet eo ar skridennadoù goullo"
-#: ../../any.pm_.c:298
-msgid "This label is already used"
-msgstr "En implij eo ar skridennad-se endeo"
+#: ../../any.pm_.c:340
+msgid "You must specify a kernel image"
+msgstr ""
-#: ../../any.pm_.c:317
+#: ../../any.pm_.c:340
#, fuzzy
-msgid "What type of partitioning?"
-msgstr "Peseurt moullerez hoc'h eus ?"
+msgid "You must specify a root partition"
+msgstr "Ret eo deoc'h kaout ur parzhadur disloañ"
+
+#: ../../any.pm_.c:341
+msgid "This label is already used"
+msgstr "En implij eo ar skridennad-se endeo"
-#: ../../any.pm_.c:608
+#: ../../any.pm_.c:656
#, c-format
msgid "Found %s %s interfaces"
msgstr "Kavet etrefas %s %s"
-#: ../../any.pm_.c:609
+#: ../../any.pm_.c:657
msgid "Do you have another one?"
msgstr "Hag un all hoc'h eus ?"
-#: ../../any.pm_.c:610
+#: ../../any.pm_.c:658
#, c-format
msgid "Do you have any %s interfaces?"
msgstr "Hag un etrefas %s bennak a zo ganeoc'h ?"
-#: ../../any.pm_.c:612 ../../interactive.pm_.c:104 ../../my_gtk.pm_.c:616
-#: ../../printerdrake.pm_.c:237
+#: ../../any.pm_.c:660 ../../any.pm_.c:832 ../../interactive.pm_.c:132
+#: ../../my_gtk.pm_.c:1018
msgid "No"
msgstr "Ket"
-#: ../../any.pm_.c:612 ../../interactive.pm_.c:104 ../../my_gtk.pm_.c:616
+#: ../../any.pm_.c:660 ../../any.pm_.c:831 ../../interactive.pm_.c:132
+#: ../../my_gtk.pm_.c:1018
msgid "Yes"
msgstr "Ya"
-#: ../../any.pm_.c:613
+#: ../../any.pm_.c:661
msgid "See hardware info"
-msgstr "Gwelet titouro periantel"
+msgstr "Gwelet titouroù periantel"
#. -PO: the first %s is the card type (scsi, network, sound,...)
#. -PO: the second is the vendor+model name
-#: ../../any.pm_.c:648
+#: ../../any.pm_.c:695
#, c-format
msgid "Installing driver for %s card %s"
-msgstr "O stalia ur sturier evit kartenn %s %s"
+msgstr "O staliañ ur sturier evit kartenn %s %s"
-#: ../../any.pm_.c:649
+#: ../../any.pm_.c:696
#, c-format
msgid "(module %s)"
msgstr "(mollad %s)"
#. -PO: the %s is the driver type (scsi, network, sound,...)
-#: ../../any.pm_.c:660
+#: ../../any.pm_.c:707
#, c-format
msgid "Which %s driver should I try?"
-msgstr "Pe sturier %s a zlefen amproui ?"
+msgstr "Pe sturier %s a zlefen amprouiñ ?"
-#: ../../any.pm_.c:668
+#: ../../any.pm_.c:715
#, c-format
msgid ""
"In some cases, the %s driver needs to have extra information to work\n"
@@ -780,80 +834,98 @@ msgid ""
"should\n"
"not cause any damage."
msgstr ""
-"E degouezho 'zo, ar sturier %s en deus ezhomm titouro ouzhpenn evit mont\n"
-"en-dro reizh, daoust ma da en-dro mat hepto peurvuia. Ha mennout a rit "
+"E degouezhoù 'zo, ar sturier %s en deus ezhomm titouroù ouzhpenn evit mont\n"
+"en-dro reizh, daoust ma da en-dro mat hepto peurvuiañ. Ha mennout a rit "
"spisaat\n"
-"dibabo ouzphenn evita, pe aotren d'ar sturier amproui ho penvek evit\n"
-"an titouro en deus ezhomm ? A-wecho, amproui a c'hell sac'ha un "
+"dibaboù ouzphenn evitañ, pe aotren d'ar sturier amprouiñ ho penvek evit\n"
+"an titouroù en deus ezhomm ? A-wechoù, amprouiñ a c'hell sac'hañ un "
"urzhiataer,\n"
"hogen ne raio reuz ebet."
-#: ../../any.pm_.c:673
+#: ../../any.pm_.c:720
msgid "Autoprobe"
-msgstr "Embroui"
+msgstr "Embrouiñ"
-#: ../../any.pm_.c:673
+#: ../../any.pm_.c:720
msgid "Specify options"
-msgstr "Spisait dibarzho"
+msgstr "Spisait dibarzhoù"
-#: ../../any.pm_.c:677
+#: ../../any.pm_.c:725
#, c-format
-msgid "You may now provide its options to module %s."
-msgstr "Brema e c'hellit pourveza e zibarzho d'ar mollad %s"
+msgid ""
+"You may now provide its options to module %s.\n"
+"Note that any address should be entered with the prefix 0x like '0x123'"
+msgstr ""
-#: ../../any.pm_.c:683
+#: ../../any.pm_.c:731
#, c-format
msgid ""
"You may now provide its options to module %s.\n"
"Options are in format ``name=value name2=value2 ...''.\n"
"For instance, ``io=0x300 irq=7''"
msgstr ""
-"Brema e c'hellit pourveza e zibarzho d'ar mollad %s.\n"
-"Diouzh ar furmad ``anv=talvoud anv2=talvoud2...'' eo an dibabo.\n"
+"Bremañ e c'hellit pourvezañ e zibarzhoù d'ar mollad %s.\n"
+"Diouzh ar furmad ``anv=talvoud anv2=talvoud2...'' eo an dibaboù.\n"
"Da skouer, ``io=0x300 irq=7''"
-#: ../../any.pm_.c:686
+#: ../../any.pm_.c:734
msgid "Module options:"
-msgstr "Dibarzho ar mollad :"
+msgstr "Dibarzhoù ar mollad :"
-#: ../../any.pm_.c:697
+#: ../../any.pm_.c:745
#, c-format
msgid ""
"Loading module %s failed.\n"
"Do you want to try again with other parameters?"
msgstr ""
-"Karga ar mollad %s a zo sac'het.\n"
-"Mennout a rit klask adarre gant arventenno all ?"
+"Kargañ ar mollad %s a zo sac'het.\n"
+"Mennout a rit klask adarre gant arventennoù all ?"
-#: ../../any.pm_.c:715
+#: ../../any.pm_.c:761
+msgid "access to X programs"
+msgstr ""
+
+#: ../../any.pm_.c:762
+msgid "access to rpm tools"
+msgstr ""
+
+#: ../../any.pm_.c:763
+msgid "allow \"su\""
+msgstr ""
+
+#: ../../any.pm_.c:764
+msgid "access to administrative files"
+msgstr ""
+
+#: ../../any.pm_.c:769
#, c-format
msgid "(already added %s)"
msgstr "(ouzhpennet %s endeo)"
-#: ../../any.pm_.c:719
+#: ../../any.pm_.c:774
msgid "This password is too simple"
msgstr "Re eeun eo an tremeger"
-#: ../../any.pm_.c:720
+#: ../../any.pm_.c:775
msgid "Please give a user name"
msgstr "Roit un anv arveriad mar plij"
-#: ../../any.pm_.c:721
+#: ../../any.pm_.c:776
msgid ""
"The user name must contain only lower cased letters, numbers, `-' and `_'"
msgstr ""
-"An anv arveriad a zle beza enna lizherenno munut, sifro, `-' ha `_' "
+"An anv arveriad a zle bezañ ennañ lizherennoù munut, sifroù, `-' ha `_' "
"hepken"
-#: ../../any.pm_.c:722
+#: ../../any.pm_.c:777
msgid "This user name is already added"
msgstr "En implij eo an anv arveriad-se endeo"
-#: ../../any.pm_.c:726
+#: ../../any.pm_.c:781
msgid "Add user"
-msgstr "Ouzhpenna un arveriad"
+msgstr "Ouzhpennañ un arveriad"
-#: ../../any.pm_.c:727
+#: ../../any.pm_.c:782
#, c-format
msgid ""
"Enter a user\n"
@@ -862,58 +934,238 @@ msgstr ""
"Skrivit un arveriad\n"
"%s"
-#: ../../any.pm_.c:728
+#: ../../any.pm_.c:783
msgid "Accept user"
msgstr "Aotren an arveriad"
-#: ../../any.pm_.c:739
+#: ../../any.pm_.c:794
msgid "Real name"
msgstr "Anv gwirion"
-#: ../../any.pm_.c:740 ../../printerdrake.pm_.c:97
-#: ../../printerdrake.pm_.c:131
+#: ../../any.pm_.c:795 ../../printerdrake.pm_.c:707
+#: ../../printerdrake.pm_.c:805
msgid "User name"
msgstr "Anv arveriad"
-#: ../../any.pm_.c:743
+#: ../../any.pm_.c:798
msgid "Shell"
msgstr "Shell"
-#: ../../any.pm_.c:745
+#: ../../any.pm_.c:800
msgid "Icon"
msgstr "Arlun"
-#: ../../any.pm_.c:766
+#: ../../any.pm_.c:828
msgid "Autologin"
-msgstr ""
+msgstr "Autologin"
-#: ../../any.pm_.c:767
+#: ../../any.pm_.c:829
#, fuzzy
msgid ""
"I can set up your computer to automatically log on one user.\n"
-"If you don't want to use this feature, click on the cancel button."
+"Do you want to use this feature?"
msgstr ""
-"Keflunia ho urzhiataer evit lasa X ent emgefreek pa loc'ho a c'hella.\n"
-"Mennout a rit lasa X pa adloc'hit ?"
+"Kefluniañ ho urzhiataer evit lañsañ X ent emgefreek pa loc'ho a c'hellañ.\n"
+"Mennout a rit lañsañ X pa adloc'hit ?"
-#: ../../any.pm_.c:769
-#, fuzzy
+#: ../../any.pm_.c:833
msgid "Choose the default user:"
-msgstr "Dibabit ar ment nevez"
+msgstr "Dibabit ar arveriad dre ziouer"
-#: ../../any.pm_.c:770
+#: ../../any.pm_.c:834
#, fuzzy
msgid "Choose the window manager to run:"
-msgstr "Dibabit ar benveg a vennit stalia"
+msgstr "Dibabit ar benveg a vennit staliañ"
+
+#: ../../any.pm_.c:849
+msgid "Please choose a language to use."
+msgstr "Diuzit ar yezh da implijout, mar plij."
+
+#: ../../any.pm_.c:851
+msgid "You can choose other languages that will be available after install"
+msgstr "Gallout a rit dibab yezhoù all hag a vo hegerz goude staliañ"
+
+#: ../../any.pm_.c:863 ../../install_steps_interactive.pm_.c:719
+#: ../../standalone/drakxtv_.c:54
+msgid "All"
+msgstr "An holl"
+
+#: ../../any.pm_.c:955
+msgid "Allow all users"
+msgstr "Aotreiñ an holl dud"
+
+#: ../../any.pm_.c:955 ../../install_steps_interactive.pm_.c:521
+msgid "Custom"
+msgstr "Personelañ"
+
+#: ../../any.pm_.c:955
+msgid "No sharing"
+msgstr "N'ev ket lodañ"
+
+#: ../../any.pm_.c:965 ../../network/smbnfs.pm_.c:45
+#, fuzzy, c-format
+msgid "The package %s needs to be installed. Do you want to install it?"
+msgstr ""
+"Bremanaet e tle bezañ ar pabak-mañ\n"
+"Ha sur oc'h e mennit e ziuzañ ?"
+
+#: ../../any.pm_.c:968
+msgid "You can export using NFS or Samba. Which one do you want"
+msgstr ""
+
+#: ../../any.pm_.c:976 ../../network/smbnfs.pm_.c:49
+#, c-format
+msgid "Mandatory package %s is missing"
+msgstr ""
+
+#: ../../any.pm_.c:982
+msgid ""
+"Do you want to allow users to export some directories in their home?\n"
+"Allowing this will permit users to simply click on \"Share\" in konqueror "
+"and nautilus.\n"
+"\n"
+"\"Custom\" permit a per-user granularity.\n"
+msgstr ""
+
+#: ../../any.pm_.c:996 ../../bootlook.pm_.c:161
+#: ../../diskdrake/smbnfs_gtk.pm_.c:85 ../../install_steps_gtk.pm_.c:464
+#: ../../install_steps_gtk.pm_.c:522 ../../install_steps_interactive.pm_.c:594
+#: ../../interactive.pm_.c:142 ../../interactive.pm_.c:317
+#: ../../interactive.pm_.c:349 ../../interactive_stdio.pm_.c:141
+#: ../../my_gtk.pm_.c:687 ../../my_gtk.pm_.c:690 ../../my_gtk.pm_.c:1019
+#: ../../network/netconnect.pm_.c:47 ../../printerdrake.pm_.c:1586
+#: ../../standalone/drakautoinst_.c:204 ../../standalone/drakbackup_.c:2264
+#: ../../standalone/drakbackup_.c:2289 ../../standalone/drakbackup_.c:2310
+#: ../../standalone/drakbackup_.c:2331 ../../standalone/drakbackup_.c:2349
+#: ../../standalone/drakbackup_.c:2397 ../../standalone/drakbackup_.c:2417
+#: ../../standalone/drakbackup_.c:2436 ../../standalone/drakfont_.c:767
+#: ../../standalone/drakgw_.c:721 ../../standalone/draknet_.c:116
+#: ../../standalone/draknet_.c:148 ../../standalone/draknet_.c:290
+#: ../../standalone/draknet_.c:538 ../../standalone/draknet_.c:680
+#: ../../standalone/logdrake_.c:225 ../../standalone/logdrake_.c:512
+#: ../../standalone/tinyfirewall_.c:65
+msgid "Cancel"
+msgstr "Nullañ"
+
+#: ../../any.pm_.c:996
+msgid "Launch userdrake"
+msgstr ""
+
+#: ../../any.pm_.c:998
+msgid ""
+"The per-user sharing uses the group \"fileshare\". \n"
+"You can use userdrake to add a user in this group."
+msgstr ""
+
+#: ../../any.pm_.c:1035
+msgid "Welcome To Crackers"
+msgstr "Bezit deuet mat, preizherien !"
+
+#: ../../any.pm_.c:1036
+msgid "Poor"
+msgstr "Paour"
+
+#: ../../any.pm_.c:1037 ../../mouse.pm_.c:31
+msgid "Standard"
+msgstr "Skouer"
+
+#: ../../any.pm_.c:1038
+msgid "High"
+msgstr "Uhel"
+
+#: ../../any.pm_.c:1039
+#, fuzzy
+msgid "Higher"
+msgstr "Uhel"
+
+#: ../../any.pm_.c:1040
+msgid "Paranoid"
+msgstr "Ankeniet"
+
+#: ../../any.pm_.c:1043
+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 ""
+"Ret eo implijout al live-mañ gant evezh. Ober a ra d'ho reizhiad bezañ\n"
+"aesoc'h da implijout, hogen kizidig-tre : arabat e implj evit un ardivink\n"
+"kevreet ouzh lod all pe ouzh ar genrouedad. N'eus ket a haeziñ dre dremenger."
+
+#: ../../any.pm_.c:1046
+msgid ""
+"Password are now enabled, but use as a networked computer is still not "
+"recommended."
+msgstr ""
+"Gweredekaet eo bremañ an tremenger, hogen dierbedet eo c'hoazh an implij en "
+"ur rouedad"
+
+#: ../../any.pm_.c:1047
+#, fuzzy
+msgid ""
+"This is the standard security recommended for a computer that will be used "
+"to connect to the Internet as a client."
+msgstr ""
+"Setu al live surentez standard a vez erbedet evit un urzhiataer a vo "
+"implijet\n"
+"evit kevreañ evel arval ouzh ar Genrouedad. Bremañ ez eus gwiriadennoù "
+"surentez."
+
+#: ../../any.pm_.c:1048
+msgid ""
+"There are already some restrictions, and more automatic checks are run every "
+"night."
+msgstr ""
+
+#: ../../any.pm_.c:1049
+#, fuzzy
+msgid ""
+"With this security level, the use of this system as a server becomes "
+"possible.\n"
+"The security is now high enough to use the system as a server which accept\n"
+"connections from many clients. Note: if your machine is only a client on the "
+"Internet, you should better choose a lower level."
+msgstr ""
+"Gant al live surentez-mañ e teu posupl implijout ar reizhiad-mañ evel ur "
+"servijer.\n"
+"Uhel a-walc'h eo bremañ ar surentez evit implijout ar reizhiad evel ur "
+"servijer\n"
+"o tigemer kevreadennoù a-berzh arvaloù niverus."
+
+#: ../../any.pm_.c:1052
+#, fuzzy
+msgid ""
+"Based on the previous level, but the system is entirely closed.\n"
+"Security features are at their maximum."
+msgstr ""
+"Kemer a reomp arc'hweloù al live 4, hogen bremañ eo peurserret ar reizhiad.\n"
+"Arc'hweloù surentez a zo en o muiañ"
+
+#: ../../any.pm_.c:1058
+msgid "Choose security level"
+msgstr "Dibabit al live surentez"
+
+#: ../../any.pm_.c:1061
+msgid "Security level"
+msgstr "Live surentez"
+
+#: ../../any.pm_.c:1063
+msgid "Use libsafe for servers"
+msgstr "Implijit libsafe gant ar servijer"
+
+#: ../../any.pm_.c:1064
+msgid ""
+"A library which defends against buffer overflow and format string attacks."
+msgstr ""
# NOTE: this message will be displayed at boot time; that is
# only the ascii charset will be available on most machines
# so use only 7bit for this message (and do transliteration or
# leave it in English, as it is the best for your language)
-#
+#
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#: ../../bootloader.pm_.c:262 ../../bootloader.pm_.c:608
-#, fuzzy, c-format
+#: ../../bootloader.pm_.c:355
+#, c-format
msgid ""
"Welcome to %s the operating system chooser!\n"
"\n"
@@ -923,10 +1175,8 @@ msgid ""
msgstr ""
"Degemer mat e %s, an dibaber reizhiad oberian~ !\n"
"\n"
-"Evit rollan~ an dibabou aotreet, stokit <TAB>.\n"
-"\n"
-"Evit kargan~ unan anezho, skrivit e anv ha stokit <ENKAS> pe c'hortozit %d "
-"eilenn evit al loc'han~ dre ziouer.\n"
+"Dibabit an dibaber reizhiad pe\n"
+"gortozit %d eilennoù\n"
"\n"
# NOTE: this message will be displayed by grub at boot time; that is
@@ -939,2394 +1189,2151 @@ msgstr ""
#
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:809
+#: ../../bootloader.pm_.c:928
msgid "Welcome to GRUB the operating system chooser!"
-msgstr "Degemer mat e GRUB an dibaber reizhiad oberia !"
+msgstr "Degemer mat e GRUB an dibaber reizhiad oberia¤ !"
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:812
+#: ../../bootloader.pm_.c:931
#, c-format
msgid "Use the %c and %c keys for selecting which entry is highlighted."
-msgstr "Implijit ar stokello %c ha %c evit diuz pe enmont zo war wel"
+msgstr "Implijit ar stokelloù %c ha %c evit diuz pe enmont zo war wel"
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:815
+#: ../../bootloader.pm_.c:934
msgid "Press enter to boot the selected OS, 'e' to edit the"
-msgstr "Stokit enkas evit loc'ha ar RK diuzet, 'e' evit aoza an"
+msgstr "Stokit enkas evit loc'ha¤ ar RK diuzet, 'e' evit aoza¤ an"
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:818
+#: ../../bootloader.pm_.c:937
msgid "commands before booting, or 'c' for a command-line."
-msgstr "urzhiado kent loc'ha, pe 'c' evit ul linenn-urzhia."
+msgstr "urzhiado— kent loc'ha¤, pe 'c' evit ul linenn-urzhia¤."
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:821
+#: ../../bootloader.pm_.c:940
#, c-format
msgid "The highlighted entry will be booted automatically in %d seconds."
msgstr "An enmont war wel a vo loc'het ent emgefreek e %d eilenn."
-#: ../../bootloader.pm_.c:825
+#: ../../bootloader.pm_.c:944
msgid "not enough room in /boot"
msgstr ""
#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
#. -PO: so you may need to put them in English or in a different language if MS-windows doesn't exist in your language
-#: ../../bootloader.pm_.c:918
+#: ../../bootloader.pm_.c:1044
msgid "Desktop"
msgstr "Gorretaol"
#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#: ../../bootloader.pm_.c:920
+#: ../../bootloader.pm_.c:1046
msgid "Start Menu"
-msgstr "Meuziad Lasa"
+msgstr "Meuziad Lañsañ"
+
+#: ../../bootloader.pm_.c:1065
+#, fuzzy, c-format
+msgid "You can't install the bootloader on a %s partition\n"
+msgstr "Pelec'h e mennit staliañ ar c'harger loc'hañ ?"
#: ../../bootlook.pm_.c:46
msgid "no help implemented yet.\n"
-msgstr ""
+msgstr "N'ev ket skoazell.\n"
#: ../../bootlook.pm_.c:62
#, fuzzy
msgid "Boot Style Configuration"
-msgstr "Kefluniadur goude stalia"
+msgstr "Kefluniadur goude staliañ"
-#: ../../bootlook.pm_.c:79
-#, fuzzy
+#: ../../bootlook.pm_.c:79 ../../standalone/logdrake_.c:101
msgid "/_File"
-msgstr "Restro :\n"
+msgstr "/_Restr"
-#: ../../bootlook.pm_.c:81
-msgid "/File/_New"
-msgstr ""
+#: ../../bootlook.pm_.c:80 ../../standalone/logdrake_.c:107
+msgid "/File/_Quit"
+msgstr "/Restr/_Kuitaat"
-#: ../../bootlook.pm_.c:82
-msgid "<control>N"
+#: ../../bootlook.pm_.c:80 ../../standalone/logdrake_.c:107
+msgid "<control>Q"
msgstr ""
-#: ../../bootlook.pm_.c:84
-msgid "/File/_Open"
+#: ../../bootlook.pm_.c:91
+msgid "NewStyle Categorizing Monitor"
msgstr ""
-#: ../../bootlook.pm_.c:85
-msgid "<control>O"
-msgstr ""
+#: ../../bootlook.pm_.c:92
+#, fuzzy
+msgid "NewStyle Monitor"
+msgstr "Skramm"
-#: ../../bootlook.pm_.c:87
-msgid "/File/_Save"
-msgstr ""
+#: ../../bootlook.pm_.c:93
+#, fuzzy
+msgid "Traditional Monitor"
+msgstr "Kemmañ ar skramm"
-#: ../../bootlook.pm_.c:88
-msgid "<control>S"
+#: ../../bootlook.pm_.c:94
+msgid "Traditional Gtk+ Monitor"
msgstr ""
-#: ../../bootlook.pm_.c:90
-msgid "/File/Save _As"
+#: ../../bootlook.pm_.c:95
+msgid "Launch Aurora at boot time"
msgstr ""
-#: ../../bootlook.pm_.c:91
-msgid "/File/-"
-msgstr ""
+#: ../../bootlook.pm_.c:98
+#, fuzzy
+msgid "Lilo/grub mode"
+msgstr "Anv domani"
-#: ../../bootlook.pm_.c:93
-msgid "/File/_Quit"
-msgstr ""
+#: ../../bootlook.pm_.c:98
+#, fuzzy
+msgid "Yaboot mode"
+msgstr "Trobarzhell loc'hañ"
-#: ../../bootlook.pm_.c:94
-msgid "<control>Q"
+#: ../../bootlook.pm_.c:104
+#, fuzzy, c-format
+msgid ""
+"You are currently using %s as Boot Manager.\n"
+"Click on Configure to launch the setup wizard."
+msgstr "Lugerezh ar voullerez"
+
+#: ../../bootlook.pm_.c:106 ../../standalone/drakbackup_.c:1467
+#: ../../standalone/drakbackup_.c:1478 ../../standalone/drakgw_.c:715
+#: ../../standalone/tinyfirewall_.c:59
+msgid "Configure"
+msgstr "Kefluniañ"
+
+#: ../../bootlook.pm_.c:141
+msgid "System mode"
msgstr ""
-#: ../../bootlook.pm_.c:96
-msgid "/_Options"
+#: ../../bootlook.pm_.c:143
+msgid "Launch the X-Window system at start"
msgstr ""
-#: ../../bootlook.pm_.c:98
-msgid "/Options/Test"
+#: ../../bootlook.pm_.c:148
+msgid "No, I don't want autologin"
msgstr ""
-#: ../../bootlook.pm_.c:99
-msgid "/_Help"
+#: ../../bootlook.pm_.c:150
+msgid "Yes, I want autologin with this (user, desktop)"
msgstr ""
-#: ../../bootlook.pm_.c:101
-msgid "/Help/_About..."
+#: ../../bootlook.pm_.c:160 ../../network/netconnect.pm_.c:102
+#: ../../standalone/drakbackup_.c:2441 ../../standalone/drakbackup_.c:3345
+#: ../../standalone/drakfont_.c:532 ../../standalone/drakfont_.c:655
+#: ../../standalone/drakfont_.c:719 ../../standalone/drakfont_.c:765
+#: ../../standalone/draknet_.c:109 ../../standalone/draknet_.c:141
+#: ../../standalone/draknet_.c:297 ../../standalone/draknet_.c:436
+#: ../../standalone/draknet_.c:522 ../../standalone/draknet_.c:565
+#: ../../standalone/draknet_.c:666 ../../standalone/logdrake_.c:505
+msgid "OK"
+msgstr "YA"
+
+#: ../../bootlook.pm_.c:229
+#, c-format
+msgid "can not open /etc/inittab for reading: %s"
msgstr ""
-#: ../../bootlook.pm_.c:111 ../../standalone/drakgw_.c:634
-#: ../../standalone/draknet_.c:262 ../../standalone/tinyfirewall_.c:57
+#: ../../common.pm_.c:94
+msgid "GB"
+msgstr "Go"
+
+#: ../../common.pm_.c:94
+msgid "KB"
+msgstr "Ko"
+
+#: ../../common.pm_.c:94
+msgid "MB"
+msgstr "Mo"
+
+#: ../../common.pm_.c:102
+msgid "TB"
+msgstr "To"
+
+#: ../../common.pm_.c:110
+#, c-format
+msgid "%d minutes"
+msgstr "%d munutennoù"
+
+#: ../../common.pm_.c:112
+msgid "1 minute"
+msgstr "1 munutenn"
+
+#: ../../common.pm_.c:114
+#, c-format
+msgid "%d seconds"
+msgstr "%d eilenn"
+
+#: ../../common.pm_.c:159
#, fuzzy
-msgid "Configure"
-msgstr "Keflunia X"
+msgid "Can't make screenshots before partitioning"
+msgstr "N'hellan ouzpennañ parzhadur ebet ken"
-#: ../../bootlook.pm_.c:114
+#: ../../common.pm_.c:166
#, fuzzy, c-format
-msgid ""
-"You are currently using %s as Boot Manager.\n"
-"Click on Configure to launch the setup wizard."
-msgstr "Lugerezh ar voullerez"
+msgid "Screenshots will be available after install in %s"
+msgstr "Gallout a rit dibab yezhoù all hag a vo hegerz goude staliañ"
-#: ../../bootlook.pm_.c:121
-#, fuzzy
-msgid "Lilo/grub mode"
-msgstr "Anv domani"
+#: ../../crypto.pm_.c:12 ../../crypto.pm_.c:26 ../../standalone/drakxtv_.c:50
+msgid "France"
+msgstr "Gall"
-#: ../../bootlook.pm_.c:131
-msgid "NewStyle Categorizing Monitor"
+#: ../../crypto.pm_.c:13
+msgid "Costa Rica"
msgstr ""
-#: ../../bootlook.pm_.c:134
-#, fuzzy
-msgid "NewStyle Monitor"
-msgstr "Skramm"
+#: ../../crypto.pm_.c:14 ../../crypto.pm_.c:27
+msgid "Belgium"
+msgstr "Beljik"
-#: ../../bootlook.pm_.c:137
-#, fuzzy
-msgid "Traditional Monitor"
-msgstr "Kemma ar skramm"
+#: ../../crypto.pm_.c:15 ../../crypto.pm_.c:28
+msgid "Czech Republic"
+msgstr "Tchek"
-#: ../../bootlook.pm_.c:140
-msgid "Traditional Gtk+ Monitor"
-msgstr ""
+#: ../../crypto.pm_.c:16 ../../crypto.pm_.c:29
+msgid "Germany"
+msgstr "Alaman"
-#: ../../bootlook.pm_.c:144
-msgid "Launch Aurora at boot time"
+#: ../../crypto.pm_.c:17 ../../crypto.pm_.c:30
+msgid "Greece"
+msgstr "Gres"
+
+#: ../../crypto.pm_.c:18 ../../crypto.pm_.c:31
+msgid "Norway"
+msgstr "Norvegek"
+
+#: ../../crypto.pm_.c:19 ../../crypto.pm_.c:32
+msgid "Sweden"
+msgstr "Suis"
+
+#: ../../crypto.pm_.c:20 ../../crypto.pm_.c:34
+msgid "Netherlands"
msgstr ""
-#: ../../bootlook.pm_.c:169
+#: ../../crypto.pm_.c:21 ../../crypto.pm_.c:35 ../../standalone/drakxtv_.c:50
+msgid "Italy"
+msgstr "Italian"
+
+#: ../../crypto.pm_.c:22 ../../crypto.pm_.c:36
#, fuzzy
-msgid "Boot mode"
-msgstr "Trobarzhell loc'ha"
+msgid "Austria"
+msgstr "a-steud"
-#: ../../bootlook.pm_.c:179
-msgid "Launch the X-Window system at start"
-msgstr ""
+#: ../../crypto.pm_.c:33 ../../crypto.pm_.c:67
+msgid "United States"
+msgstr "Amerika"
-#: ../../bootlook.pm_.c:187
-msgid "No, I don't want autologin"
-msgstr ""
+#: ../../diskdrake/hd_gtk.pm_.c:94
+msgid "Please make a backup of your data first"
+msgstr "Gwarezit ho roadoù da gentañ mar plij"
-#: ../../bootlook.pm_.c:193
-msgid "Yes, I want autologin with this (user, desktop)"
+#: ../../diskdrake/hd_gtk.pm_.c:94 ../../diskdrake/interactive.pm_.c:891
+#: ../../diskdrake/interactive.pm_.c:900 ../../diskdrake/interactive.pm_.c:954
+msgid "Read carefully!"
+msgstr "Lennit aketus !"
+
+#: ../../diskdrake/hd_gtk.pm_.c:97
+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 ""
+"M'emaoc'h e soñj implijout aboot, taolit evezh leuskel un egor dieub (2048 "
+"rann\n"
+"a zo a-walc'h) e deroù ar bladenn"
-#: ../../bootlook.pm_.c:210
-msgid "System mode"
+#: ../../diskdrake/hd_gtk.pm_.c:116 ../../diskdrake/interactive.pm_.c:325
+#: ../../diskdrake/interactive.pm_.c:340 ../../diskdrake/smbnfs_gtk.pm_.c:45
+#: ../../install_steps.pm_.c:75 ../../install_steps_interactive.pm_.c:67
+#: ../../install_steps_interactive.pm_.c:356 ../../interactive_http.pm_.c:119
+#: ../../interactive_http.pm_.c:120 ../../standalone/diskdrake_.c:84
+msgid "Error"
+msgstr "Fazi"
+
+#: ../../diskdrake/hd_gtk.pm_.c:151
+msgid "Wizard"
+msgstr "Skoazeller"
+
+#: ../../diskdrake/hd_gtk.pm_.c:181 ../../diskdrake/removable_gtk.pm_.c:24
+msgid "Choose action"
+msgstr "Dibabit un obererezh"
+
+#: ../../diskdrake/hd_gtk.pm_.c:185
+msgid ""
+"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 ""
+"Ur mell barzhadur FAT hoc'h eus\n"
+"(implijet gant MicroSoft Dos/Windows peurliesañ).\n"
+"Aliañ a ran ouzoc'h adventañ ar parzhadur-se\n"
+"(klikit warni, da c'houde klikit war \"Adventañ\")"
-#: ../../bootlook.pm_.c:228
+#
+#: ../../diskdrake/hd_gtk.pm_.c:188
+msgid "Please click on a partition"
+msgstr "Klikit war ur parzhadur mar plij"
+
+#: ../../diskdrake/hd_gtk.pm_.c:202 ../../diskdrake/smbnfs_gtk.pm_.c:67
+#: ../../install_steps_gtk.pm_.c:523
+msgid "Details"
+msgstr "Munudoù"
+
+#: ../../diskdrake/hd_gtk.pm_.c:320
+msgid "Ext2"
+msgstr "Ext2"
+
+#: ../../diskdrake/hd_gtk.pm_.c:320
+msgid "FAT"
+msgstr "FAT"
+
+#: ../../diskdrake/hd_gtk.pm_.c:320
+msgid "HFS"
+msgstr "HFS"
+
+#: ../../diskdrake/hd_gtk.pm_.c:320
#, fuzzy
-msgid "Default Runlevel"
-msgstr "Dre ziouer"
+msgid "Journalised FS"
+msgstr "marc'hañ sac'het"
-#: ../../bootlook.pm_.c:236 ../../standalone/draknet_.c:88
-#: ../../standalone/draknet_.c:120 ../../standalone/draknet_.c:184
-#: ../../standalone/draknet_.c:302 ../../standalone/draknet_.c:396
-#: ../../standalone/draknet_.c:473 ../../standalone/draknet_.c:509
-#: ../../standalone/draknet_.c:617
-msgid "OK"
-msgstr ""
+#: ../../diskdrake/hd_gtk.pm_.c:320
+msgid "SunOS"
+msgstr "SunOS"
-#: ../../bootlook.pm_.c:238 ../../install_steps_gtk.pm_.c:576
-#: ../../interactive.pm_.c:114 ../../interactive.pm_.c:269
-#: ../../interactive_stdio.pm_.c:27 ../../my_gtk.pm_.c:357
-#: ../../my_gtk.pm_.c:360 ../../my_gtk.pm_.c:617
-#: ../../standalone/drakgw_.c:639 ../../standalone/draknet_.c:95
-#: ../../standalone/draknet_.c:127 ../../standalone/draknet_.c:295
-#: ../../standalone/draknet_.c:485 ../../standalone/draknet_.c:631
-#: ../../standalone/tinyfirewall_.c:63
-msgid "Cancel"
-msgstr "Nulla"
+#: ../../diskdrake/hd_gtk.pm_.c:320
+msgid "Swap"
+msgstr "Disloañ"
-#: ../../bootlook.pm_.c:315
-msgid "can not open /etc/inittab for reading: $!"
-msgstr ""
+#: ../../diskdrake/hd_gtk.pm_.c:321 ../../diskdrake/interactive.pm_.c:1050
+msgid "Empty"
+msgstr "Goullo"
-#: ../../bootlook.pm_.c:369
-msgid "can not open /etc/sysconfig/autologin for reading: $!"
-msgstr ""
+#: ../../diskdrake/hd_gtk.pm_.c:321 ../../install_steps_gtk.pm_.c:379
+#: ../../install_steps_gtk.pm_.c:439 ../../mouse.pm_.c:162
+#: ../../services.pm_.c:157 ../../standalone/drakbackup_.c:944
+msgid "Other"
+msgstr "All"
-#: ../../bootlook.pm_.c:435 ../../standalone/drakboot_.c:47
-msgid "Installation of LILO failed. The following error occured:"
-msgstr "Staliadur LILO a zo sac'het. Degouezhet eo ar fazi a heul :"
+#: ../../diskdrake/hd_gtk.pm_.c:325
+msgid "Filesystem types:"
+msgstr "Seurt ar reizhiadoù restroù :"
-#: ../../diskdrake.pm_.c:21 ../../diskdrake.pm_.c:462
+#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/interactive.pm_.c:386
msgid "Create"
-msgstr "Kroui"
+msgstr "Krouiñ"
-#: ../../diskdrake.pm_.c:22
-msgid "Unmount"
-msgstr "Divarc'ha"
+#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/interactive.pm_.c:365
+#: ../../diskdrake/interactive.pm_.c:499 ../../diskdrake/removable.pm_.c:26
+#: ../../diskdrake/removable.pm_.c:49 ../../diskdrake/removable_gtk.pm_.c:17
+msgid "Type"
+msgstr "Seurt"
+
+#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/hd_gtk.pm_.c:344
+#, c-format
+msgid "Use ``%s'' instead"
+msgstr "Grit kentoc'h gant ``%s''"
-#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:464
+#: ../../diskdrake/hd_gtk.pm_.c:344 ../../diskdrake/interactive.pm_.c:374
msgid "Delete"
msgstr "Dilemel"
-#: ../../diskdrake.pm_.c:23
-msgid "Format"
-msgstr "Furmadi"
+#: ../../diskdrake/hd_gtk.pm_.c:348
+msgid "Use ``Unmount'' first"
+msgstr "Implijit ``Divarc'hañ'' da gentañ"
-#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:653
-msgid "Resize"
-msgstr "Adventa"
+#: ../../diskdrake/hd_gtk.pm_.c:349 ../../diskdrake/interactive.pm_.c:491
+#, c-format
+msgid ""
+"After changing type of partition %s, all data on this partition will be lost"
+msgstr ""
+"Goude kemmañ seurt ar parzhadur %s, holl roadoù ar parzhadur-se a vo kollet"
-#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:462
-#: ../../diskdrake.pm_.c:518
-msgid "Type"
-msgstr "Seurt"
+#: ../../diskdrake/interactive.pm_.c:171
+msgid "Choose a partition"
+msgstr "Dibabit un parzhadur"
-#: ../../diskdrake.pm_.c:24 ../../diskdrake.pm_.c:539
-msgid "Mount point"
-msgstr "Poent marc'ha"
+#: ../../diskdrake/interactive.pm_.c:171
+msgid "Choose another partition"
+msgstr "Dibabit un parzhadur all"
-#: ../../diskdrake.pm_.c:38
-msgid "Write /etc/fstab"
-msgstr "Skriva /etc/fstab"
+#: ../../diskdrake/interactive.pm_.c:196
+msgid "Exit"
+msgstr "Kuitaat"
-#: ../../diskdrake.pm_.c:39
+#: ../../diskdrake/interactive.pm_.c:218
msgid "Toggle to expert mode"
msgstr "Tremen er mod mailh"
-#: ../../diskdrake.pm_.c:40
+#: ../../diskdrake/interactive.pm_.c:218
msgid "Toggle to normal mode"
msgstr "Tremen er mod boas"
-#: ../../diskdrake.pm_.c:41
-msgid "Restore from file"
-msgstr "Adaoza adalek ar restr"
+#: ../../diskdrake/interactive.pm_.c:218
+msgid "Undo"
+msgstr "Dizober"
-#: ../../diskdrake.pm_.c:42
-msgid "Save in file"
-msgstr "Enrolla er restr"
+#: ../../diskdrake/interactive.pm_.c:237
+msgid "Continue anyway?"
+msgstr "Kenderc'hel evelato ?"
-#: ../../diskdrake.pm_.c:43
-msgid "Wizard"
-msgstr ""
+#: ../../diskdrake/interactive.pm_.c:242
+msgid "Quit without saving"
+msgstr "Kuitaat hep enrollañ"
-#: ../../diskdrake.pm_.c:44
-msgid "Restore from floppy"
-msgstr "Assevel adalek ar pladennig"
+#: ../../diskdrake/interactive.pm_.c:242
+msgid "Quit without writing the partition table?"
+msgstr "Kuitaat hep skrivañ an daolenn barzhañ ?"
-#: ../../diskdrake.pm_.c:45
-msgid "Save on floppy"
-msgstr "Enrolla war bladennig"
+#: ../../diskdrake/interactive.pm_.c:247
+#, fuzzy
+msgid "Do you want to save /etc/fstab modifications"
+msgstr "Mennout a rit amprouiñ ar c'hefluniadur ?"
-#: ../../diskdrake.pm_.c:49
-msgid "Clear all"
-msgstr "Skara an holl"
+#: ../../diskdrake/interactive.pm_.c:259
+msgid "Auto allocate"
+msgstr "Ac'hubiñ ent emgefreek"
-#: ../../diskdrake.pm_.c:54
-msgid "Format all"
-msgstr "Furmadi an holl"
+#: ../../diskdrake/interactive.pm_.c:259
+msgid "Clear all"
+msgstr "Skarañ an holl"
-#: ../../diskdrake.pm_.c:55
-msgid "Auto allocate"
-msgstr "Ac'hubi ent emgefreek"
+#: ../../diskdrake/interactive.pm_.c:262
+#, fuzzy
+msgid "Hard drive information"
+msgstr "Dinoiñ ar bladenn galet"
-#: ../../diskdrake.pm_.c:59
+#: ../../diskdrake/interactive.pm_.c:283
msgid "All primary partitions are used"
-msgstr "Ac'hubet eo an holl barzhadurio kenta renk"
+msgstr "Ac'hubet eo an holl barzhadurioù kentañ renk"
-#: ../../diskdrake.pm_.c:59
+#: ../../diskdrake/interactive.pm_.c:284
msgid "I can't add any more partition"
-msgstr "N'hellan ouzpenna parzhadur ebet ken"
+msgstr "N'hellan ouzpennañ parzhadur ebet ken"
-#: ../../diskdrake.pm_.c:59
+#: ../../diskdrake/interactive.pm_.c:285
msgid ""
"To have more partitions, please delete one to be able to create an extended "
"partition"
msgstr ""
-"Evit kaout muioc'h a barzhadurio, lamit unan evit ma c'hellot kroui ur "
+"Evit kaout muioc'h a barzhadurioù, lamit unan evit ma c'hellot krouiñ ur "
"parzhadur astennet mar plij"
-#: ../../diskdrake.pm_.c:61
-msgid "Not enough space for auto-allocating"
-msgstr ""
+#: ../../diskdrake/interactive.pm_.c:295
+#, fuzzy
+msgid "Save partition table"
+msgstr "Skrivañ an daolenn barzhañ"
-#: ../../diskdrake.pm_.c:63
-msgid "Undo"
-msgstr "Dizober"
+#: ../../diskdrake/interactive.pm_.c:296
+#, fuzzy
+msgid "Restore partition table"
+msgstr "Taolenn barzhañ saveteerezh"
-#: ../../diskdrake.pm_.c:64
-msgid "Write partition table"
-msgstr "Skriva an daolenn barzha"
+#: ../../diskdrake/interactive.pm_.c:297
+msgid "Rescue partition table"
+msgstr "Taolenn barzhañ saveteerezh"
-#: ../../diskdrake.pm_.c:65 ../../install_steps_interactive.pm_.c:185
+#: ../../diskdrake/interactive.pm_.c:299
#, fuzzy
-msgid "More"
-msgstr "Dilec'hia"
+msgid "Reload partition table"
+msgstr "Taolenn barzhañ saveteerezh"
-#: ../../diskdrake.pm_.c:116
-msgid "Ext2"
-msgstr "Ext2"
+#: ../../diskdrake/interactive.pm_.c:304
+#, fuzzy
+msgid "Removable media automounting"
+msgstr "Emvarc'hañ ar skoroù lem/laka"
-#: ../../diskdrake.pm_.c:116
-msgid "FAT"
-msgstr "FAT"
+#: ../../diskdrake/interactive.pm_.c:313 ../../diskdrake/interactive.pm_.c:333
+msgid "Select file"
+msgstr "Diuzit ar restr"
-#: ../../diskdrake.pm_.c:116
-msgid "HFS"
+#: ../../diskdrake/interactive.pm_.c:320
+msgid ""
+"The backup partition table has not the same size\n"
+"Still continue?"
msgstr ""
+"N'eo ket heñvel ment an daolenn barzhañ gwarezet\n"
+"Kenderc'hel memestra ?"
-#: ../../diskdrake.pm_.c:116
-msgid "SunOS"
+#: ../../diskdrake/interactive.pm_.c:334
+msgid "Warning"
+msgstr "Ho evezh"
+
+#: ../../diskdrake/interactive.pm_.c:335
+msgid ""
+"Insert a floppy in drive\n"
+"All data on this floppy will be lost"
msgstr ""
+"Lakait ur bladennig el lenner\n"
+"Kollet e vo holl roadoù ar bladennig-se"
-#: ../../diskdrake.pm_.c:116
-msgid "Swap"
-msgstr "Disloa"
+#: ../../diskdrake/interactive.pm_.c:346
+msgid "Trying to rescue partition table"
+msgstr "O klask assevel an daolenn barzhañ"
-#: ../../diskdrake.pm_.c:117
-msgid "Empty"
-msgstr "Goullo"
+#: ../../diskdrake/interactive.pm_.c:352
+#, fuzzy
+msgid "Detailed information"
+msgstr "Diskouez titouroù"
-#: ../../diskdrake.pm_.c:117 ../../install_steps_gtk.pm_.c:407
-#: ../../mouse.pm_.c:145
-msgid "Other"
-msgstr "All"
+#: ../../diskdrake/interactive.pm_.c:364 ../../diskdrake/interactive.pm_.c:534
+#: ../../diskdrake/interactive.pm_.c:554 ../../diskdrake/removable.pm_.c:24
+#: ../../diskdrake/removable_gtk.pm_.c:15 ../../diskdrake/smbnfs_gtk.pm_.c:83
+msgid "Mount point"
+msgstr "Poent marc'hañ"
-#: ../../diskdrake.pm_.c:123
-msgid "Filesystem types:"
-msgstr "Seurt ar reizhiado restro :"
+#: ../../diskdrake/interactive.pm_.c:366 ../../diskdrake/removable.pm_.c:25
+#: ../../diskdrake/removable_gtk.pm_.c:16 ../../diskdrake/smbnfs_gtk.pm_.c:84
+#, fuzzy
+msgid "Options"
+msgstr "Parzhadur"
-#: ../../diskdrake.pm_.c:132 ../../install_steps_gtk.pm_.c:577
-msgid "Details"
-msgstr "Munudo"
+#: ../../diskdrake/interactive.pm_.c:367 ../../diskdrake/interactive.pm_.c:621
+msgid "Resize"
+msgstr "Adventañ"
-#: ../../diskdrake.pm_.c:147
-msgid ""
-"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 ""
-"Ur mell barzhadur FAT hoc'h eus\n"
-"(implijet gant MicroSoft Dos/Windows peurliesa).\n"
-"Alia a ran ouzoc'h adventa ar parzhadur-se\n"
-"(klikit warni, da c'houde klikit war \"Adventa\")"
+#: ../../diskdrake/interactive.pm_.c:368 ../../diskdrake/interactive.pm_.c:674
+msgid "Move"
+msgstr "Dilec'hiañ"
-#: ../../diskdrake.pm_.c:152
-msgid "Please make a backup of your data first"
-msgstr "Gwarezit ho roado da genta mar plij"
+#: ../../diskdrake/interactive.pm_.c:369
+msgid "Format"
+msgstr "Furmadiñ"
-#: ../../diskdrake.pm_.c:152 ../../diskdrake.pm_.c:170
-#: ../../diskdrake.pm_.c:179 ../../diskdrake.pm_.c:570
-#: ../../diskdrake.pm_.c:592
-msgid "Read carefully!"
-msgstr "Lennit aketus !"
+#: ../../diskdrake/interactive.pm_.c:370 ../../diskdrake/smbnfs_gtk.pm_.c:80
+msgid "Mount"
+msgstr "Marc'hañ"
-#: ../../diskdrake.pm_.c:155
-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 ""
-"M'emaoc'h e soj implijout aboot, taolit evezh leuskel un egor dieub (2048 "
-"rann\n"
-"a zo a-walc'h) e dero ar bladenn"
+#: ../../diskdrake/interactive.pm_.c:371
+msgid "Add to RAID"
+msgstr "Ouzhpennañ da RAID"
-#: ../../diskdrake.pm_.c:170
-msgid "Be careful: this operation is dangerous."
-msgstr "Bezit war evezh : arvarus eo an obererezh-ma."
+#: ../../diskdrake/interactive.pm_.c:372
+msgid "Add to LVM"
+msgstr "Ouzhpennañ da LVM"
-#: ../../diskdrake.pm_.c:214 ../../install_steps.pm_.c:72
-#: ../../install_steps_interactive.pm_.c:37
-#: ../../install_steps_interactive.pm_.c:322 ../../standalone/diskdrake_.c:66
-msgid "Error"
-msgstr "Fazi"
+#: ../../diskdrake/interactive.pm_.c:373 ../../diskdrake/smbnfs_gtk.pm_.c:79
+msgid "Unmount"
+msgstr "Divarc'hañ"
-#: ../../diskdrake.pm_.c:238 ../../diskdrake.pm_.c:748
-msgid "Mount point: "
-msgstr "Poent marc'ha :"
+#: ../../diskdrake/interactive.pm_.c:375
+msgid "Remove from RAID"
+msgstr "Lemel diwar RAID"
-#: ../../diskdrake.pm_.c:239 ../../diskdrake.pm_.c:298
-msgid "Device: "
-msgstr "Trobarzhell :"
+#: ../../diskdrake/interactive.pm_.c:376
+msgid "Remove from LVM"
+msgstr "Lemel diwar LVM"
-#: ../../diskdrake.pm_.c:240
-#, c-format
-msgid "DOS drive letter: %s (just a guess)\n"
-msgstr "Lizher ar bladenn DOS : %s (diwar varteze hepken)\n"
+#: ../../diskdrake/interactive.pm_.c:377
+msgid "Modify RAID"
+msgstr "Kemmañ RAID"
-#: ../../diskdrake.pm_.c:244 ../../diskdrake.pm_.c:251
-#: ../../diskdrake.pm_.c:301
-msgid "Type: "
-msgstr "Seurt : "
+#: ../../diskdrake/interactive.pm_.c:378
+msgid "Use for loopback"
+msgstr "Implij da saveteiñ"
-#: ../../diskdrake.pm_.c:248
-msgid "Name: "
-msgstr "Anv: "
+#: ../../diskdrake/interactive.pm_.c:417
+msgid "Create a new partition"
+msgstr "Krouiñ ur parzhadur nevez"
-#: ../../diskdrake.pm_.c:253
-#, c-format
-msgid "Start: sector %s\n"
-msgstr "O kregi : rann %s\n"
+#: ../../diskdrake/interactive.pm_.c:420
+msgid "Start sector: "
+msgstr "Rann kregiñ : "
-#: ../../diskdrake.pm_.c:254
-#, c-format
-msgid "Size: %s"
-msgstr "Ment: %s"
+#: ../../diskdrake/interactive.pm_.c:422 ../../diskdrake/interactive.pm_.c:773
+msgid "Size in MB: "
+msgstr "Ment e Mo : "
-#: ../../diskdrake.pm_.c:256
-#, c-format
-msgid ", %s sectors"
-msgstr ", %s rann"
+#: ../../diskdrake/interactive.pm_.c:423 ../../diskdrake/interactive.pm_.c:774
+msgid "Filesystem type: "
+msgstr "Seurt ar reizhiad restroù : "
-#: ../../diskdrake.pm_.c:258
-#, c-format
-msgid "Cylinder %d to cylinder %d\n"
-msgstr "Kranenn %d da granenn %d\n"
+#: ../../diskdrake/interactive.pm_.c:424
+#: ../../diskdrake/interactive.pm_.c:1034
+#: ../../diskdrake/interactive.pm_.c:1108
+msgid "Mount point: "
+msgstr "Poent marc'hañ : "
-#: ../../diskdrake.pm_.c:259
-msgid "Formatted\n"
-msgstr "Furmadet\n"
+#: ../../diskdrake/interactive.pm_.c:428
+msgid "Preference: "
+msgstr "Dibarzh : "
-#: ../../diskdrake.pm_.c:260
-msgid "Not formatted\n"
-msgstr "Ket furmadet\n"
+#: ../../diskdrake/interactive.pm_.c:472
+#, fuzzy
+msgid "Remove the loopback file?"
+msgstr "O furmadiñ ar restr saveteiñ %s"
-#: ../../diskdrake.pm_.c:261
-msgid "Mounted\n"
-msgstr "Marc'het\n"
+#: ../../diskdrake/interactive.pm_.c:497
+msgid "Change partition type"
+msgstr "Kemmañ seurt ar parzhadur"
+
+#: ../../diskdrake/interactive.pm_.c:498 ../../diskdrake/removable.pm_.c:48
+#, fuzzy
+msgid "Which filesystem do you want?"
+msgstr "Pe seurt parzhadur a vennit ?"
-#: ../../diskdrake.pm_.c:262
+#: ../../diskdrake/interactive.pm_.c:502
+msgid "Switching from ext2 to ext3"
+msgstr ""
+
+#: ../../diskdrake/interactive.pm_.c:532
#, c-format
-msgid "RAID md%s\n"
-msgstr "RAID md%s\n"
+msgid "Where do you want to mount loopback file %s?"
+msgstr "Pelec'h e mennit marc'hañ ar restr saveteiñ %s ?"
-#: ../../diskdrake.pm_.c:264
+#: ../../diskdrake/interactive.pm_.c:533 ../../diskdrake/interactive.pm_.c:553
#, c-format
-msgid "Loopback file(s): %s\n"
-msgstr "Restr(o) savetei : %s\n"
+msgid "Where do you want to mount device %s?"
+msgstr "Pelec'h e mennit marc'hañ an drobarzhell %s ?"
-#: ../../diskdrake.pm_.c:265
+#: ../../diskdrake/interactive.pm_.c:539
msgid ""
-"Partition booted by default\n"
-" (for MS-DOS boot, not for lilo)\n"
+"Can't unset mount point as this partition is used for loop back.\n"
+"Remove the loopback first"
msgstr ""
-"Parzhadur loc'het dre ziouer\n"
-" (evit loc'ha MS-DOS, ket evit lilo)\n"
+"N'hellan ket dizober ar poent marc'hañ dre m'eo implijet ar parzhadur-se\n"
+"evit saveteiñ. Lamit ar saveteiñ da gentañ"
-#: ../../diskdrake.pm_.c:267
-#, c-format
-msgid "Level %s\n"
-msgstr "Live %s\n"
+#: ../../diskdrake/interactive.pm_.c:577
+msgid "Computing FAT filesystem bounds"
+msgstr "O jediñ bevennoù ar reizhiad restroù FAT"
-#: ../../diskdrake.pm_.c:268
-#, c-format
-msgid "Chunk size %s\n"
-msgstr "Ment diaoz %s\n"
+#: ../../diskdrake/interactive.pm_.c:577 ../../diskdrake/interactive.pm_.c:636
+#: ../../install_interactive.pm_.c:130
+msgid "Resizing"
+msgstr "Oc'h adventañ"
-#: ../../diskdrake.pm_.c:269
-#, c-format
-msgid "RAID-disks %s\n"
-msgstr "Pladenno RAID %s\n"
+#: ../../diskdrake/interactive.pm_.c:609
+#, fuzzy
+msgid "This partition is not resizeable"
+msgstr "Pe seurt parzhadur a vennit ?"
+
+#: ../../diskdrake/interactive.pm_.c:614
+msgid "All data on this partition should be backed-up"
+msgstr "Mat e vije gwareziñ holl roadoù ar parzhadur-se"
-#: ../../diskdrake.pm_.c:271
+#: ../../diskdrake/interactive.pm_.c:616
#, c-format
-msgid "Loopback file name: %s"
-msgstr "Anv ar restr savetei : %s"
+msgid "After resizing partition %s, all data on this partition will be lost"
+msgstr "Goude adventañ ar parzhadur %s e vo kollet holl roadoù ar parzhadur-se"
-#: ../../diskdrake.pm_.c:274
-msgid ""
-"\n"
-"Chances are, this partition is\n"
-"a Driver partition, you should\n"
-"probably leave it alone.\n"
-msgstr ""
+#: ../../diskdrake/interactive.pm_.c:621
+msgid "Choose the new size"
+msgstr "Dibabit ar ment nevez"
-#: ../../diskdrake.pm_.c:277
-msgid ""
-"\n"
-"This special Bootstrap\n"
-"partition is for\n"
-"dual-booting your system.\n"
-msgstr ""
+#: ../../diskdrake/interactive.pm_.c:622
+msgid "New size in MB: "
+msgstr "Ment nevez e Mo : "
-#
-#: ../../diskdrake.pm_.c:294
-msgid "Please click on a partition"
-msgstr "Klikit war ur parzhadur mar plij"
+#: ../../diskdrake/interactive.pm_.c:675
+msgid "Which disk do you want to move it to?"
+msgstr "Da beseurt pladenn e mennit dilec'hiañ ?"
-#: ../../diskdrake.pm_.c:299
-#, c-format
-msgid "Size: %s\n"
-msgstr "Ment: %s\n"
+#: ../../diskdrake/interactive.pm_.c:676
+msgid "Sector"
+msgstr "Rann"
-#: ../../diskdrake.pm_.c:300
-#, c-format
-msgid "Geometry: %s cylinders, %s heads, %s sectors\n"
-msgstr "Mentoniezh : %s kranenn, %s penn, %s rann\n"
+#: ../../diskdrake/interactive.pm_.c:677
+msgid "Which sector do you want to move it to?"
+msgstr "Da beseurt rann e mennit dilec'hiañ ?"
-#: ../../diskdrake.pm_.c:302
-#, c-format
-msgid "LVM-disks %s\n"
-msgstr "Pladenno LVM %s\n"
+#: ../../diskdrake/interactive.pm_.c:680
+msgid "Moving"
+msgstr "O tilec'hiañ"
-#: ../../diskdrake.pm_.c:303
-#, c-format
-msgid "Partition table type: %s\n"
-msgstr "Seurt taolenn barzha : %s\n"
+#: ../../diskdrake/interactive.pm_.c:680
+msgid "Moving partition..."
+msgstr "O tilec'hiañ ur parzhadur..."
-#: ../../diskdrake.pm_.c:304
-#, c-format
-msgid "on bus %d id %d\n"
-msgstr "war bus %d Nn %d\n"
+#: ../../diskdrake/interactive.pm_.c:697
+msgid "Choose an existing RAID to add to"
+msgstr "Dibabit da be RAID ouzhpennañ"
-#: ../../diskdrake.pm_.c:320
-msgid "Mount"
-msgstr "Marc'ha"
+#: ../../diskdrake/interactive.pm_.c:698 ../../diskdrake/interactive.pm_.c:716
+msgid "new"
+msgstr "nevez"
-#: ../../diskdrake.pm_.c:322
-msgid "Active"
-msgstr "Bevaat"
+#: ../../diskdrake/interactive.pm_.c:714
+msgid "Choose an existing LVM to add to"
+msgstr "Dibabit da be LVM ouzhpennañ"
-#: ../../diskdrake.pm_.c:324
-msgid "Add to RAID"
-msgstr "Ouzhpenna da RAID"
+#: ../../diskdrake/interactive.pm_.c:719
+msgid "LVM name?"
+msgstr "Anv LVM?"
-#: ../../diskdrake.pm_.c:326
-msgid "Remove from RAID"
-msgstr "Lemel diwar RAID"
+#: ../../diskdrake/interactive.pm_.c:759
+msgid "This partition can't be used for loopback"
+msgstr "N'heller ket implijout ar parzhadur-mañ evit saveteiñ"
-#: ../../diskdrake.pm_.c:328
-msgid "Modify RAID"
-msgstr "Kemma RAID"
+#: ../../diskdrake/interactive.pm_.c:771
+msgid "Loopback"
+msgstr "Saveteiñ"
-#: ../../diskdrake.pm_.c:330
-msgid "Add to LVM"
-msgstr "Ouzhpenna da LVM"
+#: ../../diskdrake/interactive.pm_.c:772
+msgid "Loopback file name: "
+msgstr "Anv ar restr saveteiñ : "
-#: ../../diskdrake.pm_.c:332
-msgid "Remove from LVM"
-msgstr "Lemel diwar LVM"
+#: ../../diskdrake/interactive.pm_.c:777
+#, fuzzy
+msgid "Give a file name"
+msgstr "Anv gwirion"
-#: ../../diskdrake.pm_.c:334
-msgid "Use for loopback"
-msgstr "Implij da savetei"
+#: ../../diskdrake/interactive.pm_.c:780
+msgid "File already used by another loopback, choose another one"
+msgstr "Restr implijet gant ur saveteiñ all endeo, dibabit unan all"
-#: ../../diskdrake.pm_.c:341
-msgid "Choose action"
-msgstr "Dibabit un obererezh"
+#: ../../diskdrake/interactive.pm_.c:781
+msgid "File already exists. Use it?"
+msgstr "Ar restr a zo endeo. E implijout ?"
+
+#: ../../diskdrake/interactive.pm_.c:804
+msgid "Mount options"
+msgstr "Dibarzhoù marc'hañ"
+
+#: ../../diskdrake/interactive.pm_.c:811
+msgid "Various"
+msgstr "A bep sort"
-#: ../../diskdrake.pm_.c:435
+#: ../../diskdrake/interactive.pm_.c:874
+msgid "device"
+msgstr "trobarzhell"
+
+#: ../../diskdrake/interactive.pm_.c:875
+msgid "level"
+msgstr "live"
+
+#: ../../diskdrake/interactive.pm_.c:876
+msgid "chunk size"
+msgstr "ment diaoz"
+
+#: ../../diskdrake/interactive.pm_.c:891
+msgid "Be careful: this operation is dangerous."
+msgstr "Bezit war evezh : arvarus eo an obererezh-mañ."
+
+#: ../../diskdrake/interactive.pm_.c:906
+#, fuzzy
+msgid "What type of partitioning?"
+msgstr "Peseurt moullerez hoc'h eus ?"
+
+#: ../../diskdrake/interactive.pm_.c:924
msgid ""
"Sorry I won't accept to create /boot so far onto the drive (on a cylinder > "
"1024).\n"
"Either you use LILO and it won't work, or you don't use LILO and you don't "
"need /boot"
msgstr ""
-"Ma zigarezit na asanti kroui /boot ken pell war ar bladenn (war ur granenn "
+"Ma zigarezit na asantiñ krouiñ /boot ken pell war ar bladenn (war ur granenn "
"> 1024).\n"
"Pe e implijit LILO ha ne daio ket en-dro, pe ne rit ket ha n'hoc'h eus ket "
"ezhomm a /boot"
-#: ../../diskdrake.pm_.c:439
+#: ../../diskdrake/interactive.pm_.c:928
msgid ""
"The partition you've selected to add as root (/) is physically located "
"beyond\n"
"the 1024th cylinder of the hard drive, and you have no /boot partition.\n"
"If you plan to use the LILO boot manager, be careful to add a /boot partition"
msgstr ""
-"Lec'hiet eo ar parzhadur hoc'h eus diuzet da ouzphenna evel gwrizienn (/) "
+"Lec'hiet eo ar parzhadur hoc'h eus diuzet da ouzphennañ evel gwrizienn (/) "
"en tu-hont\n"
"d'ar 1024vet kranenn eus ar bladenn galet, ha n'hoc'h eus ket a barzhadur /"
"boot.\n"
-"Ma vennit implijout ar merour loc'ha LILO, taolit pled da ouzhpenna ur "
+"Ma vennit implijout ar merour loc'hañ LILO, taolit pled da ouzhpennañ ur "
"parzhadur /boot"
-#: ../../diskdrake.pm_.c:445
+#: ../../diskdrake/interactive.pm_.c:934
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"
msgstr ""
-#: ../../diskdrake.pm_.c:462 ../../diskdrake.pm_.c:464
+#: ../../diskdrake/interactive.pm_.c:954
#, c-format
-msgid "Use ``%s'' instead"
-msgstr "Grit kentoc'h gant ``%s''"
+msgid "Partition table of drive %s is going to be written to disk!"
+msgstr "War-nes bezañ skrivet war bladenn eo taolenn barzhañ an ardivink %s !"
-#: ../../diskdrake.pm_.c:468
-msgid "Use ``Unmount'' first"
-msgstr "Implijit ``Divarc'ha'' da genta"
+#: ../../diskdrake/interactive.pm_.c:958
+msgid "You'll need to reboot before the modification can take place"
+msgstr "Ret e vo deoc'h adloc'hañ a-raok ma talvezo ar c'hemm"
-#: ../../diskdrake.pm_.c:469 ../../diskdrake.pm_.c:513
+#: ../../diskdrake/interactive.pm_.c:969
#, c-format
-msgid ""
-"After changing type of partition %s, all data on this partition will be lost"
+msgid "After formatting partition %s, all data on this partition will be lost"
msgstr ""
-"Goude kemma seurt ar parzhadur %s, holl roado ar parzhadur-se a vo kollet"
+"Goude furmadiñ ar parzhadur %s, holl roadoù ar parzhadur-se a vo kollet"
-#: ../../diskdrake.pm_.c:481
-msgid "Continue anyway?"
-msgstr "Kenderc'hel evelato ?"
+#: ../../diskdrake/interactive.pm_.c:971
+msgid "Formatting"
+msgstr "O furmadiñ"
-#: ../../diskdrake.pm_.c:486
-msgid "Quit without saving"
-msgstr "Kuitaat hep enrolla"
+#: ../../diskdrake/interactive.pm_.c:972
+#, c-format
+msgid "Formatting loopback file %s"
+msgstr "O furmadiñ ar restr saveteiñ %s"
-#: ../../diskdrake.pm_.c:486
-msgid "Quit without writing the partition table?"
-msgstr "Kuitaat hep skriva an daolenn barzha ?"
+#: ../../diskdrake/interactive.pm_.c:973
+#: ../../install_steps_interactive.pm_.c:465
+#, c-format
+msgid "Formatting partition %s"
+msgstr "O furmadiñ ar parzhadur %s"
-#: ../../diskdrake.pm_.c:516
-msgid "Change partition type"
-msgstr "Kemma seurt ar parzhadur"
+#: ../../diskdrake/interactive.pm_.c:984
+#, fuzzy
+msgid "Hide files"
+msgstr "mkraid sac'het"
-#: ../../diskdrake.pm_.c:517
+#: ../../diskdrake/interactive.pm_.c:984
#, fuzzy
-msgid "Which filesystem do you want?"
-msgstr "Pe seurt parzhadur a vennit ?"
+msgid "Move files to the new partition"
+msgstr "Krouiñ ur parzhadur nevez"
-#: ../../diskdrake.pm_.c:520 ../../diskdrake.pm_.c:780
-msgid "You can't use ReiserFS for partitions smaller than 32MB"
+#: ../../diskdrake/interactive.pm_.c:985
+#, c-format
+msgid ""
+"Directory %s already contain some data\n"
+"(%s)"
msgstr ""
-#: ../../diskdrake.pm_.c:537
-#, c-format
-msgid "Where do you want to mount loopback file %s?"
-msgstr "Pelec'h e mennit marc'ha ar restr savetei %s ?"
+#: ../../diskdrake/interactive.pm_.c:996
+#, fuzzy
+msgid "Moving files to the new partition"
+msgstr "Krouiñ ur parzhadur nevez"
-#: ../../diskdrake.pm_.c:538
+#: ../../diskdrake/interactive.pm_.c:1000
#, c-format
-msgid "Where do you want to mount device %s?"
-msgstr "Pelec'h e mennit marc'ha an drobarzhell %s ?"
+msgid "Copying %s"
+msgstr "Adskrivañ %s"
-#: ../../diskdrake.pm_.c:542
-msgid ""
-"Can't unset mount point as this partition is used for loop back.\n"
-"Remove the loopback first"
-msgstr ""
-"N'hellan ket dizober ar poent marc'ha dre m'eo implijet ar parzhadur-se\n"
-"evit savetei. Lamit ar savetei da genta"
+#: ../../diskdrake/interactive.pm_.c:1004
+#, fuzzy, c-format
+msgid "Removing %s"
+msgstr "Spisterioù"
-#: ../../diskdrake.pm_.c:561
+#: ../../diskdrake/interactive.pm_.c:1014
#, c-format
-msgid "After formatting partition %s, all data on this partition will be lost"
+msgid "partition %s is now known as %s"
msgstr ""
-"Goude furmadi ar parzhadur %s, holl roado ar parzhadur-se a vo kollet"
-#: ../../diskdrake.pm_.c:563
-msgid "Formatting"
-msgstr "O furmadi"
+#: ../../diskdrake/interactive.pm_.c:1035
+#: ../../diskdrake/interactive.pm_.c:1094
+msgid "Device: "
+msgstr "Trobarzhell : "
-#: ../../diskdrake.pm_.c:564
+#: ../../diskdrake/interactive.pm_.c:1036
#, c-format
-msgid "Formatting loopback file %s"
-msgstr "O furmadi ar restr savetei %s"
+msgid "DOS drive letter: %s (just a guess)\n"
+msgstr "Lizher ar bladenn DOS : %s (diwar varteze hepken)\n"
-#: ../../diskdrake.pm_.c:565 ../../install_steps_interactive.pm_.c:430
-#, c-format
-msgid "Formatting partition %s"
-msgstr "O furmadi ar parzhadur %s"
+#: ../../diskdrake/interactive.pm_.c:1040
+#: ../../diskdrake/interactive.pm_.c:1048
+#: ../../diskdrake/interactive.pm_.c:1112
+msgid "Type: "
+msgstr "Seurt : "
-#: ../../diskdrake.pm_.c:570
-msgid "After formatting all partitions,"
-msgstr "Goude furmadi an holl barzhadurio,"
+#: ../../diskdrake/interactive.pm_.c:1044
+msgid "Name: "
+msgstr "Anv: "
-#: ../../diskdrake.pm_.c:570
-msgid "all data on these partitions will be lost"
-msgstr "kollet e vo holl roado war ar parzhadurio-se"
+#: ../../diskdrake/interactive.pm_.c:1052
+#, c-format
+msgid "Start: sector %s\n"
+msgstr "O kregiñ : rann %s\n"
-#: ../../diskdrake.pm_.c:576
-msgid "Move"
-msgstr "Dilec'hia"
+#: ../../diskdrake/interactive.pm_.c:1053
+#, c-format
+msgid "Size: %s"
+msgstr "Ment: %s"
-#: ../../diskdrake.pm_.c:577
-msgid "Which disk do you want to move it to?"
-msgstr "Da beseurt pladenn e mennit dilec'hia ?"
+#: ../../diskdrake/interactive.pm_.c:1055
+#, c-format
+msgid ", %s sectors"
+msgstr ", %s rann"
-#: ../../diskdrake.pm_.c:578
-msgid "Sector"
-msgstr "Rann"
+#: ../../diskdrake/interactive.pm_.c:1057
+#, fuzzy, c-format
+msgid "Cylinder %d to %d\n"
+msgstr "Kranenn %d da granenn %d\n"
-#: ../../diskdrake.pm_.c:579
-msgid "Which sector do you want to move it to?"
-msgstr "Da beseurt rann e mennit dilec'hia ?"
+#: ../../diskdrake/interactive.pm_.c:1058
+msgid "Formatted\n"
+msgstr "Furmadet\n"
-#: ../../diskdrake.pm_.c:582
-msgid "Moving"
-msgstr "O tilec'hia"
+#: ../../diskdrake/interactive.pm_.c:1059
+msgid "Not formatted\n"
+msgstr "Ket furmadet\n"
-#: ../../diskdrake.pm_.c:582
-msgid "Moving partition..."
-msgstr "O tilec'hia ur parzhadur..."
+#: ../../diskdrake/interactive.pm_.c:1060
+msgid "Mounted\n"
+msgstr "Marc'het\n"
-#: ../../diskdrake.pm_.c:592
+#: ../../diskdrake/interactive.pm_.c:1061
#, c-format
-msgid "Partition table of drive %s is going to be written to disk!"
-msgstr "War-nes beza skrivet war bladenn eo taolenn barzha an ardivink %s !"
-
-#: ../../diskdrake.pm_.c:594
-msgid "You'll need to reboot before the modification can take place"
-msgstr "Ret e vo deoc'h adloc'ha a-raok ma talvezo ar c'hemm"
-
-#: ../../diskdrake.pm_.c:615
-msgid "Computing FAT filesystem bounds"
-msgstr "O jedi bevenno ar reizhiad restro FAT"
-
-#: ../../diskdrake.pm_.c:615 ../../diskdrake.pm_.c:680
-#: ../../install_interactive.pm_.c:107
-msgid "Resizing"
-msgstr "Oc'h adventa"
+msgid "RAID md%s\n"
+msgstr "RAID md%s\n"
-#: ../../diskdrake.pm_.c:643
-#, fuzzy
-msgid "This partition is not resizeable"
-msgstr "Pe seurt parzhadur a vennit ?"
+#: ../../diskdrake/interactive.pm_.c:1063
+#, fuzzy, c-format
+msgid ""
+"Loopback file(s):\n"
+" %s\n"
+msgstr "Restr(où) saveteiñ : %s\n"
-#: ../../diskdrake.pm_.c:648
-msgid "All data on this partition should be backed-up"
-msgstr "Mat e vije gwarezi holl roado ar parzhadur-se"
+#: ../../diskdrake/interactive.pm_.c:1064
+msgid ""
+"Partition booted by default\n"
+" (for MS-DOS boot, not for lilo)\n"
+msgstr ""
+"Parzhadur loc'het dre ziouer\n"
+" (evit loc'hañ MS-DOS, ket evit lilo)\n"
-#: ../../diskdrake.pm_.c:650
+#: ../../diskdrake/interactive.pm_.c:1066
#, c-format
-msgid "After resizing partition %s, all data on this partition will be lost"
-msgstr "Goude adventa ar parzhadur %s e vo kollet holl roado ar parzhadur-se"
-
-#: ../../diskdrake.pm_.c:660
-msgid "Choose the new size"
-msgstr "Dibabit ar ment nevez"
-
-#: ../../diskdrake.pm_.c:660 ../../install_steps_graphical.pm_.c:287
-#: ../../install_steps_graphical.pm_.c:334
-msgid "MB"
-msgstr "Mo"
+msgid "Level %s\n"
+msgstr "Live %s\n"
-#: ../../diskdrake.pm_.c:714
-msgid "Create a new partition"
-msgstr "Kroui ur parzhadur nevez"
+#: ../../diskdrake/interactive.pm_.c:1067
+#, c-format
+msgid "Chunk size %s\n"
+msgstr "Ment diaoz %s\n"
-#: ../../diskdrake.pm_.c:740
-msgid "Start sector: "
-msgstr "Rann kregi :"
+#: ../../diskdrake/interactive.pm_.c:1068
+#, c-format
+msgid "RAID-disks %s\n"
+msgstr "Pladennoù RAID %s\n"
-#: ../../diskdrake.pm_.c:744 ../../diskdrake.pm_.c:819
-msgid "Size in MB: "
-msgstr "Ment e Mo :"
+#: ../../diskdrake/interactive.pm_.c:1070
+#, c-format
+msgid "Loopback file name: %s"
+msgstr "Anv ar restr saveteiñ : %s"
-#: ../../diskdrake.pm_.c:747 ../../diskdrake.pm_.c:822
-msgid "Filesystem type: "
-msgstr "Seurt ar reizhiad restro :"
+#: ../../diskdrake/interactive.pm_.c:1073
+msgid ""
+"\n"
+"Chances are, this partition is\n"
+"a Driver partition, you should\n"
+"probably leave it alone.\n"
+msgstr ""
-#: ../../diskdrake.pm_.c:750
-msgid "Preference: "
-msgstr "Dibarzh :"
+#: ../../diskdrake/interactive.pm_.c:1076
+msgid ""
+"\n"
+"This special Bootstrap\n"
+"partition is for\n"
+"dual-booting your system.\n"
+msgstr ""
-#: ../../diskdrake.pm_.c:798
-msgid "This partition can't be used for loopback"
-msgstr "N'heller ket implijout ar parzhadur-ma evit savetei"
+#: ../../diskdrake/interactive.pm_.c:1095
+#, c-format
+msgid "Size: %s\n"
+msgstr "Ment: %s\n"
-#: ../../diskdrake.pm_.c:808
-msgid "Loopback"
-msgstr "Savetei"
+#: ../../diskdrake/interactive.pm_.c:1096
+#, c-format
+msgid "Geometry: %s cylinders, %s heads, %s sectors\n"
+msgstr "Mentoniezh : %s kranenn, %s penn, %s rann\n"
-#: ../../diskdrake.pm_.c:818
-msgid "Loopback file name: "
-msgstr "Anv ar restr savetei :"
+#: ../../diskdrake/interactive.pm_.c:1097
+msgid "Info: "
+msgstr "Titouroù: "
-#: ../../diskdrake.pm_.c:844
-msgid "File already used by another loopback, choose another one"
-msgstr "Restr implijet gant ur savetei all endeo, dibabit unan all"
+#: ../../diskdrake/interactive.pm_.c:1098
+#, c-format
+msgid "LVM-disks %s\n"
+msgstr "Pladennoù LVM %s\n"
-#: ../../diskdrake.pm_.c:845
-msgid "File already exists. Use it?"
-msgstr "Ar restr a zo endeo. E implijout ?"
+#: ../../diskdrake/interactive.pm_.c:1099
+#, c-format
+msgid "Partition table type: %s\n"
+msgstr "Seurt taolenn barzhañ : %s\n"
-#: ../../diskdrake.pm_.c:867 ../../diskdrake.pm_.c:883
-msgid "Select file"
-msgstr "Diuzit ar restr"
+#: ../../diskdrake/interactive.pm_.c:1100
+#, c-format
+msgid "on bus %d id %d\n"
+msgstr "war bus %d Nn %d\n"
-#: ../../diskdrake.pm_.c:876
-msgid ""
-"The backup partition table has not the same size\n"
-"Still continue?"
-msgstr ""
-"N'eo ket hevel ment an daolenn barzha gwarezet\n"
-"Kenderc'hel memestra ?"
+#: ../../diskdrake/interactive.pm_.c:1114
+#, fuzzy, c-format
+msgid "Options: %s"
+msgstr "Parzhadur"
-#: ../../diskdrake.pm_.c:884
-msgid "Warning"
-msgstr "Ho evezh"
+#: ../../diskdrake/interactive.pm_.c:1130
+#, fuzzy
+msgid "Filesystem encryption key"
+msgstr "Seurt ar reizhiad restroù : "
-#: ../../diskdrake.pm_.c:885
-msgid ""
-"Insert a floppy in drive\n"
-"All data on this floppy will be lost"
+#: ../../diskdrake/interactive.pm_.c:1131
+msgid "Choose your filesystem encryption key"
msgstr ""
-"Lakait ur bladennig el lenner\n"
-"Kollet e vo holl roado ar bladennig-se"
-
-#: ../../diskdrake.pm_.c:896
-msgid "Trying to rescue partition table"
-msgstr "O klask assevel an daolenn barzha"
-#: ../../diskdrake.pm_.c:905
-msgid "device"
-msgstr "trobarzhell"
-
-#: ../../diskdrake.pm_.c:906
-msgid "level"
-msgstr "live"
-
-#: ../../diskdrake.pm_.c:907
-msgid "chunk size"
-msgstr "ment diaoz"
-
-#: ../../diskdrake.pm_.c:919
-msgid "Choose an existing RAID to add to"
-msgstr "Dibabit da be RAID ouzhpenna"
+#: ../../diskdrake/interactive.pm_.c:1134
+#, fuzzy, c-format
+msgid "This encryption key is too simple (must be at least %d characters long)"
+msgstr "Re eeun eo an tremenger-se (%d arouezenn a zo ret d'an nebeutañ)"
-#: ../../diskdrake.pm_.c:920 ../../diskdrake.pm_.c:946
-msgid "new"
-msgstr "nevez"
+#: ../../diskdrake/interactive.pm_.c:1135
+#, fuzzy
+msgid "The encryption keys do not match"
+msgstr "An tremegerioù ne glot ket"
-#: ../../diskdrake.pm_.c:944
-msgid "Choose an existing LVM to add to"
-msgstr "Dibabit da be LVM ouzhpenna"
+#: ../../diskdrake/interactive.pm_.c:1138
+msgid "Encryption key"
+msgstr ""
-#: ../../diskdrake.pm_.c:949
-msgid "LVM name?"
+#: ../../diskdrake/interactive.pm_.c:1139
+msgid "Encryption key (again)"
msgstr ""
-#: ../../diskdrake.pm_.c:976
-msgid "Removable media automounting"
-msgstr "Emvarc'ha ar skoro lem/laka"
+#: ../../diskdrake/removable.pm_.c:47
+#, fuzzy
+msgid "Change type"
+msgstr "Kemmañ seurt ar parzhadur"
-#: ../../diskdrake.pm_.c:977
-msgid "Rescue partition table"
-msgstr "Taolenn barzha saveteerezh"
+#
+#: ../../diskdrake/removable_gtk.pm_.c:28
+#, fuzzy
+msgid "Please click on a media"
+msgstr "Klikit war ur parzhadur mar plij"
-#: ../../diskdrake.pm_.c:979
-msgid "Reload"
-msgstr "Adkarga"
+#: ../../diskdrake/smbnfs_gtk.pm_.c:165
+#, fuzzy
+msgid "Search servers"
+msgstr "Servijer DNS"
-#: ../../fs.pm_.c:88 ../../fs.pm_.c:95 ../../fs.pm_.c:101 ../../fs.pm_.c:107
-#: ../../fs.pm_.c:113
+#: ../../fs.pm_.c:485 ../../fs.pm_.c:495 ../../fs.pm_.c:499 ../../fs.pm_.c:503
+#: ../../fs.pm_.c:507 ../../fs.pm_.c:511
#, c-format
msgid "%s formatting of %s failed"
-msgstr "furmadi er seurt %s eus %s a zo sac'het"
+msgstr "furmadiñ er seurt %s eus %s a zo sac'het"
-#: ../../fs.pm_.c:143
+#: ../../fs.pm_.c:548
#, c-format
msgid "I don't know how to format %s in type %s"
-msgstr "N'ouzon ket penaos furmadi %s er seurt %s"
+msgstr "N'ouzon ket penaos furmadiñ %s er seurt %s"
-#: ../../fs.pm_.c:230
-msgid "mount failed: "
-msgstr "marc'ha sac'het :"
+#: ../../fs.pm_.c:620 ../../fs.pm_.c:649 ../../fs.pm_.c:655
+#, c-format
+msgid "mounting partition %s in directory %s failed"
+msgstr ""
-#: ../../fs.pm_.c:242
+#: ../../fs.pm_.c:640
+#, c-format
+msgid "fsck failed with exit code %d or signal %d"
+msgstr ""
+
+#: ../../fs.pm_.c:670 ../../partition_table.pm_.c:596
#, c-format
msgid "error unmounting %s: %s"
-msgstr "fazi en ur zivarc'ha %s : %s"
+msgstr "fazi en ur zivarc'hañ %s : %s"
#: ../../fsedit.pm_.c:21
-#, fuzzy
msgid "simple"
-msgstr "Restr"
+msgstr "eeun"
+
+#: ../../fsedit.pm_.c:25
+msgid "with /usr"
+msgstr "gant /usr"
#: ../../fsedit.pm_.c:30
-#, fuzzy
msgid "server"
-msgstr "servijer X"
+msgstr "servijer"
+
+#: ../../fsedit.pm_.c:467
+msgid "You can't use JFS for partitions smaller than 16MB"
+msgstr ""
+
+#: ../../fsedit.pm_.c:468
+msgid "You can't use ReiserFS for partitions smaller than 32MB"
+msgstr ""
-#: ../../fsedit.pm_.c:262
+#: ../../fsedit.pm_.c:477
msgid "Mount points must begin with a leading /"
-msgstr "Poento marc'ha a rank kregi gant /"
+msgstr "Poentoù marc'hañ a rank kregiñ gant /"
-#: ../../fsedit.pm_.c:265
+#: ../../fsedit.pm_.c:478
#, c-format
msgid "There is already a partition with mount point %s\n"
-msgstr "Bez' ez eus ur parzhadur e boent marc'ha %s endeo\n"
+msgstr "Bez' ez eus ur parzhadur e boent marc'hañ %s endeo\n"
-#: ../../fsedit.pm_.c:273
-#, c-format
-msgid "Circular mounts %s\n"
-msgstr "Marc'ha kelc'hiek %s\n"
-
-#: ../../fsedit.pm_.c:285
+#: ../../fsedit.pm_.c:482
#, c-format
msgid "You can't use a LVM Logical Volume for mount point %s"
msgstr ""
-#: ../../fsedit.pm_.c:286
+#: ../../fsedit.pm_.c:484
msgid "This directory should remain within the root filesystem"
msgstr ""
-#: ../../fsedit.pm_.c:287
+#: ../../fsedit.pm_.c:486
msgid "You need a true filesystem (ext2, reiserfs) for this mount point\n"
msgstr ""
-#: ../../fsedit.pm_.c:369
+#: ../../fsedit.pm_.c:488
+#, c-format
+msgid "You can't use an encrypted file system for mount point %s"
+msgstr ""
+
+#: ../../fsedit.pm_.c:546
+msgid "Not enough free space for auto-allocating"
+msgstr ""
+
+#: ../../fsedit.pm_.c:548
+msgid "Nothing to do"
+msgstr ""
+
+#: ../../fsedit.pm_.c:612
#, c-format
msgid "Error opening %s for writing: %s"
-msgstr "Fazi en ur zigeri %s evit skriva : %s"
+msgstr "Fazi en ur zigeriñ %s evit skrivañ : %s"
-#: ../../fsedit.pm_.c:453
+#: ../../fsedit.pm_.c:697
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"
msgstr ""
"C'hoarvezet ez eus ur fazi - n'eus bet kavet trobarzhell reizh ebet a-benn "
-"kroui reizhiado restro nevez warni. Gwiriit abeg ar gudenn-ma en ho "
+"krouiñ reizhiadoù restroù nevez warni. Gwiriit abeg ar gudenn-mañ en ho "
"ardivinkaj mar plij "
-#: ../../fsedit.pm_.c:467
+#: ../../fsedit.pm_.c:720
msgid "You don't have any partitions!"
msgstr "N'hoc'h eus parzhadur ebet !"
-#: ../../help.pm_.c:9
-#, fuzzy
-msgid ""
-"Please choose your preferred language for installation and system usage."
-msgstr "Dibabit ho yezh muia-karet evit stalia hag implijout ar reizhiad."
-
-#: ../../help.pm_.c:12
-msgid ""
-"You need to accept the terms of the above license to continue installation.\n"
+#: ../../help.pm_.c:13
+msgid ""
+"GNU/Linux is a multiuser system, and this means that each user can have his\n"
+"own preferences, his own files and so on. You can read the ``User Guide''\n"
+"to learn more. But unlike \"root\", which is the administrator, the users\n"
+"you will add here will not be entitled to change anything except their own\n"
+"files and their own configuration. You will have to create at least one\n"
+"regular user for yourself. That account is where you should log in for\n"
+"routine use. Although it is very practical to log in as \"root\" everyday,\n"
+"it may also be very dangerous! The slightest mistake could mean that your\n"
+"system would not work any more. If you make a serious mistake as a regular\n"
+"user, you may only lose some information, but not the entire system.\n"
+"\n"
+"First, you have to enter your real name. This is not mandatory, of course\n"
+"as you can actually enter whatever you want. DrakX will then take the first\n"
+"word you have entered in the box and will bring it over to the \"User\n"
+"name\". This is the name this particular user will use to log onto the\n"
+"system. You can change it. You then have to enter a password here. A\n"
+"non-privileged (regular) user's password is not as crucial as \"root\"' one\n"
+"from a security point of view, but that is no reason to neglect it: after\n"
+"all, your files are at risk.\n"
+"\n"
+"If you click on \"Accept user\", you can then add as many as you want. Add\n"
+"a user for each one of your friends: your father or your sister, for\n"
+"example. When you finish adding all the users you want, select \"Done\".\n"
+"\n"
+"Clicking the \"Advanced\" button allows you to change the default \"shell\"\n"
+"for that user (bash by default)."
+msgstr ""
+
+#: ../../help.pm_.c:41
+msgid ""
+"Listed above are the existing Linux partitions detected on your hard drive.\n"
+"You can keep the choices made by the wizard, they are good for most common\n"
+"installations. If you make any changes, you must at least define a root\n"
+"partition (\"/\"). Do not choose too small a partition or you will not be\n"
+"able to install enough software. If you want to store your data on a\n"
+"separate partition, you will also need to create a partition for \"/home\"\n"
+"(only possible if you have more than one Linux partition available).\n"
+"\n"
+"Each partition is listed as follows: \"Name\", \"Capacity\".\n"
+"\n"
+"\"Name\" is structured: \"hard drive type\", \"hard drive number\",\n"
+"\"partition number\" (for example, \"hda1\").\n"
"\n"
+"\"Hard drive type\" is \"hd\" if your hard drive is an IDE hard drive and\n"
+"\"sd\" if it is a SCSI hard drive.\n"
"\n"
-"Please click on \"Accept\" if you agree with its terms.\n"
+"\"Hard drive number\" is always a letter after \"hd\" or \"sd\". For IDE\n"
+"hard drives:\n"
"\n"
+" * \"a\" means \"master hard drive on the primary IDE controller\";\n"
"\n"
-"Please click on \"Refuse\" if you disagree with its terms. Installation will "
-"end without modifying your current\n"
-"configuration."
+" * \"b\" means \"slave hard drive on the primary IDE controller\";\n"
+"\n"
+" * \"c\" means \"master hard drive on the secondary IDE controller\";\n"
+"\n"
+" * \"d\" means \"slave hard drive on the secondary IDE controller\".\n"
+"\n"
+"With SCSI hard drives, an \"a\" means \"lowest SCSI ID\", a \"b\" means\n"
+"\"second lowest SCSI ID\", etc."
msgstr ""
-#: ../../help.pm_.c:22
-msgid "Choose the layout corresponding to your keyboard from the list above"
-msgstr "Dibabit ar reizhadur a glot gant ho stokellaoueg er roll a-us"
-
-#: ../../help.pm_.c:25
+#: ../../help.pm_.c:72
msgid ""
-"If you wish other languages (than the one you choose at\n"
-"beginning of installation) will be available after installation, please "
-"chose\n"
-"them in list above. If you want select all, you just need to select \"All\"."
+"The Mandrake Linux installation is spread out over several CD-ROMs. DrakX\n"
+"knows if a selected package is located on another CD-ROM and will eject the\n"
+"current CD and ask you to insert a different one as required."
msgstr ""
-#: ../../help.pm_.c:30
+#: ../../help.pm_.c:77
msgid ""
-"Please choose \"Install\" if there are no previous version of Linux-"
-"Mandrake\n"
-"installed or if you wish to use several operating systems.\n"
+"It is now time to specify which programs you wish to install on your\n"
+"system. There are thousands of packages available for Mandrake Linux, and\n"
+"you are not supposed to know them all by heart.\n"
"\n"
+"If you are performing a standard installation from a CD-ROM, you will first\n"
+"be asked to specify the CDs you currently have (in Expert mode only). Check\n"
+"the CD labels and highlight the boxes corresponding to the CDs you have\n"
+"available for installation. Click \"OK\" when you are ready to continue.\n"
"\n"
-"Please choose \"Update\" if you wish to update an already installed version "
-"of Linux-Mandrake.\n"
+"Packages are sorted in groups corresponding to a particular use of your\n"
+"machine. The groups themselves are sorted into four sections:\n"
"\n"
+" * \"Workstation\": if you plan to use your machine as a workstation, "
+"select\n"
+"one or more of the corresponding groups;\n"
"\n"
-"Depend of your knowledge in GNU/Linux, you can choose one of the following "
-"levels to install or update your\n"
-"Linux-Mandrake operating system:\n"
+" * \"Development\": if your machine is to be used for programming, choose\n"
+"the desired group(s);\n"
"\n"
-"\t* Recommended: if you have never installed a GNU/Linux operating system "
-"choose this. Installation will be\n"
-"\t be very easy and you will be asked only on few questions.\n"
+" * \"Server\": if your machine is intended to be a server, you will be able\n"
+"to select which of the most common services you wish to install on your\n"
+"machine;\n"
"\n"
+" * \"Graphical Environment\": finally, this is where you will choose your\n"
+"preferred graphical environment. At least one must be selected if you want\n"
+"to have a graphical workstation!\n"
"\n"
-"\t* Customized: if you are familiar enough with GNU/Linux, you may choose "
-"the primary usage (workstation, server,\n"
-"\t development) of your system. You will need to answer to more questions "
-"than in \"Recommended\" installation\n"
-"\t class, so you need to know how GNU/Linux works to choose this "
-"installation class.\n"
+"Moving the mouse cursor over a group name will display a short explanatory\n"
+"text about that group. If you deselect all groups when performing a regular\n"
+"installation (by opposition to an upgrade), a dialog will pop up proposing\n"
+"different options for a minimal installation:\n"
"\n"
+" * \"With X\": install the fewer packages possible to have a working\n"
+"graphical desktop;\n"
"\n"
-"\t* Expert: if you have a good knowledge in GNU/Linux, you can choose this "
-"installation class. As in \"Customized\"\n"
-"\t installation class, you will be able to choose the primary usage "
-"(workstation, server, development). Be very\n"
-"\t careful before choose this installation class. You will be able to "
-"perform a higly customized installation.\n"
-"\t Answer to some questions can be very difficult if you haven't a good "
-"knowledge in GNU/Linux. So, don't choose\n"
-"\t this installation class unless you know what you are doing."
-msgstr ""
-
-#: ../../help.pm_.c:56
-msgid ""
-"Select:\n"
+" * \"With basic documentation\": installs the base system plus basic\n"
+"utilities and their documentation. This installation is suitable for\n"
+"setting up a server;\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"
+" * \"Truly minimal install\": will install the strict minimum necessary to\n"
+"get a working Linux system, in command line only. This installation is\n"
+"about 65Mb large.\n"
"\n"
+"You can check the \"Individual package selection\" box, which is useful if\n"
+"you are familiar with the packages being offered or if you want to have\n"
+"total control over what will be installed.\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!"
+"If you started the installation in \"Upgrade\" mode, you can unselect all\n"
+"groups to avoid installing any new package. This is useful for repairing or\n"
+"updating an existing system."
msgstr ""
-"Diuzit :\n"
-"\n"
-" - Neuziet : Ma 'z oc'h kustumet a-walc'h gant GNU/Linux, tu vo neuze "
-"deoc'h\n"
-" dibab an implij penna evit ho ardivink. Sellit a-is evit munudo.\n"
-"\n"
-"\n"
-" - Mailh : Ma 'z oc'h en ho pleud gant GNU/Linux ha mennet da seveni\n"
-" ur staliadur neuziet-tre. Evel evit ar renkad stalia \"Neuziet\" e vo\n"
-" tu deoc'h diuz an implij evit hor reizhiad.\n"
-" Hogen mar plij, NA ZIBABIT KET SE NEMET MA OUZIT PEZH EMAOC'H OC'H OBER!"
-#: ../../help.pm_.c:68
-#, fuzzy
+#: ../../help.pm_.c:128
msgid ""
-"You must now define your machine usage. Choices are:\n"
-"\n"
-"\t* Workstation: this the ideal choice if you intend to use your machine "
-"primarily for everyday use, at office or\n"
-"\t at home.\n"
+"Finally, depending on whether or not you selected individual packages, you\n"
+"will be presented a tree containing all packages classified by groups and\n"
+"subgroups. While browsing the tree, you can select entire groups,\n"
+"subgroups, or individual packages.\n"
"\n"
+"Whenever you select a package on the tree, a description appears on the\n"
+"right. When your selection is finished, click the \"Install\" button which\n"
+"will then launch the installation process. Depending on the speed of your\n"
+"hardware and the number of packages that need to be installed, it may take\n"
+"a while to complete the process. An estimate of the time it will take to\n"
+"install everything is displayed on the screen, to help you gauge if there\n"
+"is sufficient time to enjoy a cup of coffee.\n"
"\n"
-"\t* Development: if you intend to use your machine primarily for software "
-"development, it is the good choice. You\n"
-"\t will then have a complete collection of software installed in order to "
-"compile, debug and format source code,\n"
-"\t or create software packages.\n"
+"!! If a server package has been selected, either intentionally or because\n"
+"it was part of a whole group, you will be asked to confirm that you really\n"
+"want those servers to be installed. Under Mandrake Linux, any installed\n"
+"servers are started by default at boot time. Even if they are safe and have\n"
+"no known issues at the time the distribution was shipped, it may happen\n"
+"that security holes are discovered after this version of Mandrake Linux was\n"
+"finalized. If you do not know what a particular service is supposed to do\n"
+"or why it is being installed, then click \"No\". Clicking \"Yes\" will\n"
+"install the listed services and they will be started automatically by\n"
+"default. !!\n"
"\n"
+"The \"Automatic dependencies\" option simply disables the warning dialog\n"
+"which appears whenever the installer automatically selects a package. This\n"
+"occurs because it has determined that it needs to satisfy a dependency with\n"
+"another package in order to successfully complete the installation.\n"
"\n"
-"\t* Server: if you intend to use this machine as a server, it is the good "
-"choice. Either a file server (NFS or\n"
-"\t SMB), a print server (Unix style or Microsoft Windows style), an "
-"authentication server (NIS), a database\n"
-"\t server and so on. As such, do not expect any gimmicks (KDE, GNOME, etc.) "
-"to be installed."
+"The tiny floppy disk icon at the bottom of the list allows to load the\n"
+"package list chosen during a previous installation. Clicking on this icon\n"
+"will ask you to insert a floppy disk previously created at the end of\n"
+"another installation. See the second tip of last step on how to create such\n"
+"a floppy."
msgstr ""
-"An dibabo liessek evit implij ho ardivink (en ur c'houlakaat neuze hoc'h "
-"eus\n"
-"dibabet pe \"Neuziet\" pe \"Mailh\" da renkad stalia) a zo evel a-heul :\n"
-"\n"
-" - Boas : dibabit se ma 'z oc'h mennet da implijout ho ardivink dreist-"
-"holl\n"
-" evit un implij pemdeziek (labour burev, aozerezh grafiko hag all). Na\n"
-" c'hortozit ket e vije staliaet nep kempuner, maveg diorren h.a.\n"
-"\n"
-" - Diorren : evel m'hen diskouez an anv. Dibabit se ma 'z oc'h mennet da\n"
-" implijout ho ardivink dreist-holl evit diorren mezianto. Neuze ho po "
-"un\n"
-" heuliad klok a mezianto staliet a-benn kempuna, dizraena ha furmadi\n"
-" kod tarzh, pe groui pakado meziantel.\n"
-"\n"
-" - Servijer : dibabit se m'eo gouestlet an ardivink a stalhit Linux-"
-"Mandrake\n"
-" warna da veza impliet evel servijer. ur servijer restro (NFS pe "
-"SMB),\n"
-" ur servijer moulla (moulla diouzh komenad Unix lp (line printer) pe "
-"zoare\n"
-" Windows SMB), ur servijer dilesadur (NIS), ur servijer stlennvon hag "
-"all.\n"
-" Da heul, na c'hortozit staliadur tamm kinkladur ebet (KDE, GNOME...).\n"
-#: ../../help.pm_.c:84
+#: ../../help.pm_.c:164
msgid ""
-"DrakX will attempt to look for PCI SCSI adapter(s). If DrakX\n"
-"finds an SCSI adapter and knows which driver to use, it will be "
-"automatically\n"
-"installed.\n"
+"You are now proposed to set up your Internet/network connection. If you\n"
+"wish to connect your computer to the Internet or to a local network, click\n"
+"\"OK\". The autodetection of network devices and modem will be launched. If\n"
+"this detection fails, uncheck the \"Use auto detection\" box next time. You\n"
+"may also choose not to configure the network, or do it later; in that case,\n"
+"simply click the \"Cancel\" button.\n"
"\n"
+"Available connections are: traditional modem, ISDN modem, ADSL connection,\n"
+"cable modem, and finally a simple LAN connection (Ethernet).\n"
"\n"
-"If you have no SCSI adapter, an ISA SCSI adapter or a PCI SCSI adapter that\n"
-"DrakX doesn't recognize, you will be asked if a SCSI adapter is present in "
-"your\n"
-"system. If there is no adapter present, you can click on \"No\". If you "
-"click on\n"
-"\"Yes\", a list of drivers will be presented from which you can select your\n"
-"specific adapter.\n"
+"Here, we will not detail each configuration. Simply make sure that you have\n"
+"all the parameters from your Internet Service Provider or system\n"
+"administrator.\n"
"\n"
+"You can consult the ``User Guide'' chapter about Internet connections for\n"
+"details about the configuration, or simply wait until your system is\n"
+"installed and use the program described there to configure your connection.\n"
"\n"
-"If you have to manually specify your adapter, DrakX will ask if you want to\n"
-"specify options for it. You should allow DrakX to probe the hardware for "
-"the\n"
-"options. This usually works well.\n"
-"\n"
-"\n"
-"If not, you will need to provide options to the driver. Please review the "
-"User\n"
-"Guide (chapter 3, section \"Collective informations on your hardware) for "
-"hints\n"
-"on retrieving this information from hardware documentation, from the\n"
-"manufacturer's Web site (if you have Internet access) or from Microsoft "
-"Windows\n"
-"(if you have it on your system)."
+"If you wish to configure the network later after installation, or if you\n"
+"are finished configuring your network connection, click \"Cancel\"."
msgstr ""
-#: ../../help.pm_.c:108
+#: ../../help.pm_.c:186
+#, fuzzy
msgid ""
-"At this point, you need to choose where to install your\n"
-"Linux-Mandrake operating system on your hard drive. If it is empty or if an\n"
-"existing operating system uses all the space available on it, you need to\n"
-"partition it. Basically, partitioning a hard drive consists of logically\n"
-"dividing it to create space to install your new Linux-Mandrake system.\n"
+"You may now choose which services you wish to start at boot time.\n"
"\n"
+"Here are presented all the services available with the current\n"
+"installation. Review them carefully and uncheck those which are not always\n"
+"needed at boot time.\n"
"\n"
-"Because the effects of the partitioning process are usually irreversible,\n"
-"partitioning can be intimidating and stressful if you are an inexperienced "
-"user.\n"
-"This wizard simplifies this process. Before beginning, please consult the "
-"manual\n"
-"and take your time.\n"
+"You can get a short explanatory text about a service by selecting a\n"
+"specific service. However, if you are not sure whether a service is useful\n"
+"or not, it is safer to leave the default behavior.\n"
"\n"
+"!! At this stage, be very careful if you intend to use your machine as a\n"
+"server: you will probably not want to start any services which you do not\n"
+"need. Please remember that several services can be dangerous if they are\n"
+"enabled on a server. In general, select only the services you really need.\n"
+"!!"
+msgstr ""
+"Bremañ e c'hellit diuz pe servijoù a vennit e vije lañset pa loc'her.\n"
+"Pa zeu ho logodenn war un draez, ul lagadenn skoazell a zeuio war wel hag\n"
+"a zisplego pal ar servij-se.\n"
"\n"
-"You need at least two partitions. One is for the operating system itself and "
-"the\n"
-"other is for the virtual memory (also called Swap).\n"
-"\n"
-"\n"
-"If partitions have been already defined (from a previous installation or "
-"from\n"
-"another partitioning tool), you just need choose those to use to install "
-"your\n"
-"Linux system.\n"
-"\n"
-"\n"
-"If partitions haven't been already defined, you need to create them. \n"
-"To do that, use the wizard available above. Depending of your hard drive\n"
-"configuration, several solutions can be available:\n"
-"\n"
-"\t* Use existing partition: the wizard has detected one or more existing "
-"Linux partitions on your hard drive. If\n"
-"\t you want to keep them, choose this option. \n"
-"\n"
-"\n"
-"\t* Erase entire disk: if you want delete all data and all partitions "
-"present on your hard drive and replace them by\n"
-"\t your new Linux-Mandrake system, you can choose this option. Be careful "
-"with this solution, you will not be\n"
-"\t able to revert your choice after confirmation.\n"
-"\n"
-"\n"
-"\t* Use the free space on the Windows partition: if Microsoft Windows is "
-"installed on your hard drive and takes\n"
-"\t all space available on it, you have to create free space for Linux data. "
-"To do that you can delete your\n"
-"\t Microsoft Windows partition and data (see \"Erase entire disk\" or "
-"\"Expert mode\" solutions) or resize your\n"
-"\t Microsoft Windows partition. Resizing can be performed without loss of "
-"any data. This solution is\n"
-"\t recommended if you want use both Linux-Mandrake and Microsoft Windows on "
-"same computer.\n"
-"\n"
-"\n"
-"\t Before choosing this solution, please understand that the size of your "
-"Microsoft\n"
-"\t Windows partition will be smaller than at present time. It means that "
-"you will have less free space under\n"
-"\t Microsoft Windows to store your data or install new software.\n"
-"\n"
+"Bezit aketuz-kenañ el lankad-mañ ma vennit implijout ho ardivink evel ur\n"
+"servijer : mennout a rit emichañs chom hep loc'hañ kement servij n'ho peus "
+"ket\n"
+"c'hoant."
+
+#: ../../help.pm_.c:203
+msgid ""
+"GNU/Linux manages time in GMT (Greenwich Mean Time) and translates it in\n"
+"local time according to the time zone you selected. It is however possible\n"
+"to deactivate this by deselecting \"Hardware clock set to GMT\" so that the\n"
+"hardware clock is the same as the system clock. This is useful when the\n"
+"machine is hosting another operating system like Windows.\n"
"\n"
-"\t* Expert mode: if you want to partition manually your hard drive, you can "
-"choose this option. Be careful before\n"
-"\t choosing this solution. It is powerful but it is very dangerous. You can "
-"lose all your data very easily. So,\n"
-"\t don't choose this solution unless you know what you are doing."
+"The \"Automatic time synchronization\" option will automatically regulate\n"
+"the clock by connecting to a remote time server on the Internet. In the\n"
+"list that is presented, choose a server located near you. Of course you\n"
+"must have a working Internet connection for this feature to work. It will\n"
+"actually install on your machine a time server which can be optionally used\n"
+"by other machines on your local network."
msgstr ""
-#: ../../help.pm_.c:160
+#: ../../help.pm_.c:217
msgid ""
-"At this point, you need to choose what\n"
-"partition(s) to use to install your new Linux-Mandrake system. If "
-"partitions\n"
-"have been already defined (from a previous installation of GNU/Linux or "
-"from\n"
-"another partitioning tool), you can use existing partitions. In other "
-"cases,\n"
-"hard drive partitions must be defined.\n"
-"\n"
-"\n"
-"To create partitions, you must first select a hard drive. You can select "
-"the\n"
-"disk for partitioning by clicking on \"hda\" for the first IDE drive, \"hdb"
-"\" for\n"
-"the second or \"sda\" for the first SCSI drive and so on.\n"
-"\n"
-"\n"
-"To partition the selected hard drive, you can use these options:\n"
-"\n"
-" * Clear all: this option deletes all partitions available on the selected "
-"hard drive.\n"
-"\n"
-"\n"
-" * Auto allocate: this option allows you to automatically create Ext2 and "
-"swap partitions in free space of your\n"
-" hard drive.\n"
-"\n"
-"\n"
-" * Rescue partition table: if your partition table is damaged, you can try "
-"to recover it using this option. Please\n"
-" be careful and remember that it can fail.\n"
-"\n"
-"\n"
-" * Undo: you can use this option to cancel your changes.\n"
-"\n"
-"\n"
-" * Reload: you can use this option if you wish to undo all changes and "
-"load your initial partitions table\n"
-"\n"
-"\n"
-" * Wizard: If you wish to use a wizard to partition your hard drive, you "
-"can use this option. It is recommended if\n"
-" you do not have a good knowledge in partitioning.\n"
+"X (for X Window System) is the heart of the GNU/Linux graphical interface\n"
+"on which all the graphical environments (KDE, GNOME, AfterStep,\n"
+"WindowMaker, etc.) bundled with Mandrake Linux rely. In this section, DrakX\n"
+"will try to configure X automatically.\n"
"\n"
+"It is extremely rare for it to fail, unless the hardware is very old (or\n"
+"very new). If it succeeds, it will start X automatically with the best\n"
+"resolution possible, depending on the size of the monitor. A window will\n"
+"then appear and ask you if you can see it.\n"
"\n"
-" * Restore from floppy: if you have saved your partition table on a floppy "
-"during a previous installation, you can\n"
-" recover it using this option.\n"
+"If you are doing an \"Expert\" installation, you will enter the X\n"
+"configuration wizard. See the corresponding section of the manual for more\n"
+"information about this wizard.\n"
"\n"
-"\n"
-" * Save on floppy: if you wish to save your partition table on a floppy to "
-"be able to recover it, you can use this\n"
-" option. It is strongly recommended to use this option\n"
-"\n"
-"\n"
-" * Done: when you have finished partitioning your hard drive, use this "
-"option to save your changes.\n"
-"\n"
-"\n"
-"For information, you can reach any option using the keyboard: navigate "
-"trough the partitions using Tab and Up/Down arrows.\n"
-"\n"
-"\n"
-"When a partition is selected, you can use:\n"
-"\n"
-" * Ctrl-c to create a new partition (when a empty partition is "
-"selected)\n"
-"\n"
-" * Ctrl-d to delete a partition\n"
-"\n"
-" * Ctrl-m to set the mount point\n"
-" \n"
-"\n"
-" \n"
-"If you are installing on a PPC Machine, you will want to create a small HFS "
-"'bootstrap' partition of at least 1MB for use\n"
-"by the yaboot bootloader. If you opt to make the partition a bit larger, say "
-"50MB, you may find it a useful place to store \n"
-"a spare kernel and ramdisk image for emergency boot situations."
+"If you can see the message during the test, and answer \"Yes\", then DrakX\n"
+"will proceed to the next step. If you cannot see the message, it simply\n"
+"means that the configuration was wrong and the test will automatically end\n"
+"after 10 seconds, restoring the screen."
msgstr ""
-#: ../../help.pm_.c:224
+#: ../../help.pm_.c:237
msgid ""
-"Above are listed the existing Linux partitions detected on\n"
-"your hard drive. You can keep choices make by the wizard, they are good for "
-"a\n"
-"common usage. If you change these choices, you must at least define a root\n"
-"partition (\"/\"). Don't choose a too little partition or you will not be "
-"able\n"
-"to install enough software. If you want store your data on a separate "
-"partition,\n"
-"you need also to choose a \"/home\" (only possible if you have more than "
-"one\n"
-"Linux partition available).\n"
-"\n"
-"\n"
-"For information, each partition is listed as follows: \"Name\", \"Capacity"
-"\".\n"
-"\n"
-"\n"
-"\"Name\" is coded as follow: \"hard drive type\", \"hard drive number\",\n"
-"\"partition number\" (for example, \"hda1\").\n"
-"\n"
-"\n"
-"\"Hard drive type\" is \"hd\" if your hard drive is an IDE hard drive and "
-"\"sd\"\n"
-"if it is an SCSI hard drive.\n"
-"\n"
-"\n"
-"\"Hard drive number\" is always a letter after \"hd\" or \"sd\". With IDE "
-"hard drives:\n"
-"\n"
-" * \"a\" means \"master hard drive on the primary IDE controller\",\n"
-"\n"
-" * \"b\" means \"slave hard drive on the primary IDE controller\",\n"
-"\n"
-" * \"c\" means \"master hard drive on the secondary IDE controller\",\n"
+"The first time you try the X configuration, you may not be very satisfied\n"
+"with its display (screen is too small, shifted left or right...). Hence,\n"
+"even if X starts up correctly, DrakX then asks you if the configuration\n"
+"suits you. It will also propose to change it by displaying a list of valid\n"
+"modes it could find, asking you to select one.\n"
"\n"
-" * \"d\" means \"slave hard drive on the secondary IDE controller\".\n"
-"\n"
-"\n"
-"With SCSI hard drives, a \"a\" means \"primary hard drive\", a \"b\" means "
-"\"secondary hard drive\", etc..."
+"As a last resort, if you still cannot get X to work, choose \"Change\n"
+"graphics card\", select \"Unlisted card\", and when prompted on which\n"
+"server, choose \"FBDev\". This is a failsafe option which works with any\n"
+"modern graphics card. Then choose \"Test again\" to be sure."
msgstr ""
-#: ../../help.pm_.c:258
+#: ../../help.pm_.c:249
msgid ""
-"Choose the hard drive you want to erase to install your\n"
-"new Linux-Mandrake partition. Be careful, all data present on it will be "
-"lost\n"
-"and will not be recoverable."
+"Finally, you will be asked whether you want to see the graphical interface\n"
+"at boot. Note this question will be asked even if you chose not to test the\n"
+"configuration. Obviously, you want to answer \"No\" if your machine is to\n"
+"act as a server, or if you were not successful in getting the display\n"
+"configured."
msgstr ""
-#: ../../help.pm_.c:263
+#: ../../help.pm_.c:256
msgid ""
-"Click on \"OK\" if you want to delete all data and\n"
-"partitions present on this hard drive. Be careful, after clicking on \"OK\", "
-"you\n"
-"will not be able to recover any data and partitions present on this hard "
-"drive,\n"
-"including any Windows data.\n"
+"The Mandrake LinuxCD-ROM has a built-in rescue mode. You can access it by\n"
+"booting from the CD-ROM, press the >>F1<< key at boot and type >>rescue<<\n"
+"at the prompt. But in case your computer cannot boot from the CD-ROM, you\n"
+"should come back to this step for help in at least two situations:\n"
"\n"
+" * when installing the bootloader, DrakX will rewrite the boot sector (MBR)\n"
+"of your main disk (unless you are using another boot manager), to allow you\n"
+"to start up with either Windows or GNU/Linux (assuming you have Windows in\n"
+"your system). If you need to reinstall Windows, the Microsoft install\n"
+"process will rewrite the boot sector, and then you will not be able to\n"
+"start GNU/Linux!\n"
"\n"
-"Click on \"Cancel\" to cancel this operation without losing any data and\n"
-"partitions present on this hard drive."
+" * if a problem arises and you cannot start up GNU/Linux from the hard "
+"disk,\n"
+"this floppy disk will be the only means of starting up GNU/Linux. It\n"
+"contains a fair number of system tools for restoring a system, which has\n"
+"crashed due to a power failure, an unfortunate typing error, a typo in a\n"
+"password, or any other reason.\n"
+"\n"
+"When you click on this step, you will be asked to enter a disk inside the\n"
+"drive. The floppy disk you will insert must be empty or contain data which\n"
+"you do not need. You will not have to format it since DrakX will rewrite\n"
+"the whole disk."
msgstr ""
-#: ../../help.pm_.c:273
+#: ../../help.pm_.c:280
msgid ""
-"More than one Microsoft Windows partition have been\n"
-"detected on your hard drive. Please choose the one you want resize to "
-"install\n"
-"your new Linux-Mandrake operating system.\n"
+"At this point, you need to choose where you want to install the Mandrake\n"
+"Linux operating system on your hard drive. If your hard drive is empty or\n"
+"if an existing operating system is using all the available space, you will\n"
+"need to partition it. Basically, partitioning a hard drive consists of\n"
+"logically dividing it to create space to install your new Mandrake Linux\n"
+"system.\n"
"\n"
+"Because the partitioning process' effects are usually irreversible,\n"
+"partitioning can be intimidating and stressful if you are an inexperienced\n"
+"user. Fortunately, there is a wizard which simplifies this process. Before\n"
+"beginning, please consult the manual and take your time.\n"
"\n"
-"For information, each partition is listed as follow; \"Linux name\", "
-"\"Windows\n"
-"name\" \"Capacity\".\n"
+"If you are running the installation in Expert mode, you will enter\n"
+"DiskDrake, the Mandrake Linux partitioning tool, which allows you to\n"
+"fine-tune your partitions. See the DiskDrake section in the ``User Guide''.\n"
+"From the installation interface, you can use the wizards as described here\n"
+"by clicking the dialog's \"Wizard\" button.\n"
"\n"
-"\"Linux name\" is coded as follow: \"hard drive type\", \"hard drive number"
-"\",\n"
-"\"partition number\" (for example, \"hda1\").\n"
+"If partitions have already been defined, either from a previous\n"
+"installation or from another partitioning tool, simply select those to\n"
+"install your Linux system.\n"
"\n"
+"If partitions are not defined, you will need to create them using the\n"
+"wizard. Depending on your hard drive configuration, several options are\n"
+"available:\n"
"\n"
-"\"Hard drive type\" is \"hd\" if your hard dive is an IDE hard drive and \"sd"
-"\"\n"
-"if it is an SCSI hard drive.\n"
-"\n"
+" * \"Use free space\": this option will simply lead to an automatic\n"
+"partitioning of your blank drive(s). You will not be prompted further;\n"
"\n"
-"\"Hard drive number\" is always a letter putted after \"hd\" or \"sd\". With "
-"IDE hard drives:\n"
+" * \"Use existing partition\": the wizard has detected one or more existing\n"
+"Linux partitions on your hard drive. If you want to use them, choose this\n"
+"option;\n"
"\n"
-" * \"a\" means \"master hard drive on the primary IDE controller\",\n"
+" * \"Use the free space on the Windows; partition\": if MicrosoftWindows is\n"
+"installed on your hard drive and takes all the space available on it, you\n"
+"have to create free space for Linux data. To do so, you can delete your\n"
+"MicrosoftWindows partition and data (see ``Erase entire disk'' or ``Expert\n"
+"mode'' solutions) or resize your MicrosoftWindows partition. Resizing can\n"
+"be performed without the loss of any data, provided you previously\n"
+"defragment the Windows partition. Backing up your data won't hurt either..\n"
+"This solution is recommended if you want to use both Mandrake Linux and\n"
+"MicrosoftWindows on the same computer.\n"
"\n"
-" * \"b\" means \"slave hard drive on the primary IDE controller\",\n"
+" Before choosing this option, please understand that after this "
+"procedure,\n"
+"the size of your MicrosoftWindows partition will be smaller than at the\n"
+"present time. You will have less free space under MicrosoftWindows to store\n"
+"your data or to install new software;\n"
"\n"
-" * \"c\" means \"master hard drive on the secondary IDE controller\",\n"
+" * \"Erase entire disk\": if you want to delete all data and all partitions\n"
+"present on your hard drive and replace them with your new Mandrake Linux\n"
+"system, choose this option. Be careful with this solution because you will\n"
+"not be able to revert your choice after you confirm;\n"
"\n"
-" * \"d\" means \"slave hard drive on the secondary IDE controller\".\n"
+" !! If you choose this option, all data on your disk will be lost. !!\n"
"\n"
-"With SCSI hard drives, a \"a\" means \"primary hard drive\", a \"b\" means "
-"\"secondary hard drive\", etc.\n"
+" * \"Remove Windows\": this will simply erase everything on the drive and\n"
+"begin fresh, partitioning everything from scratch. All data on your disk\n"
+"will be lost;\n"
"\n"
+" !! If you choose this option, all data on your disk will be lost. !!\n"
"\n"
-"\"Windows name\" is the letter of your hard drive under Windows (the first "
-"disk\n"
-"or partition is called \"C:\")."
-msgstr ""
-
-#: ../../help.pm_.c:306
-msgid "Please be patient. This operation can take several minutes."
+" * \"Expert mode\": choose this option if you want to manually partition\n"
+"your hard drive. Be careful it is a powerful but dangerous choice. You can\n"
+"very easily lose all your data. Hence, do not choose this unless you know\n"
+"what you are doing."
msgstr ""
-#: ../../help.pm_.c:309
+#: ../../help.pm_.c:347
msgid ""
-"Any partitions that have been newly defined must be\n"
-"formatted for use (formatting meaning creating a filesystem).\n"
-"\n"
-"\n"
-"At this time, you may wish to reformat some already existing partitions to "
-"erase\n"
-"the data they contain. If you wish do that, please also select the "
-"partitions\n"
-"you want to format.\n"
+"There you are. Installation is now complete and your GNU/Linux system is\n"
+"ready to use. Just click \"OK\" to reboot the system. You can start\n"
+"GNU/Linux or Windows, whichever you prefer (if you are dual-booting), as\n"
+"soon as the computer has booted up again.\n"
"\n"
+"The \"Advanced\" button (in Expert mode only) shows two more buttons to:\n"
"\n"
-"Please note that it is not necessary to reformat all pre-existing "
-"partitions.\n"
-"You must reformat the partitions containing the operating system (such as \"/"
-"\",\n"
-"\"/usr\" or \"/var\") but do you no have to reformat partitions containing "
-"data\n"
-"that you wish to keep (typically /home).\n"
+" * \"generate auto-install floppy\": to create an installation floppy disk\n"
+"which will automatically perform a whole installation without the help of\n"
+"an operator, similar to the installation you just configured.\n"
"\n"
+" Note that two different options are available after clicking the button:\n"
"\n"
-"Please be careful selecting partitions, after formatting, all data will be\n"
-"deleted and you will not be able to recover any of them.\n"
+" * \"Replay\". This is a partially automated installation as the\n"
+"partitioning step (and only this one) remains interactive;\n"
"\n"
+" * \"Automated\". Fully automated installation: the hard disk is "
+"completely\n"
+"rewritten, all data is lost.\n"
"\n"
-"Click on \"OK\" when you are ready to format partitions.\n"
+" This feature is very handy when installing a great number of similar\n"
+"machines. See the Auto install section on our web site;\n"
"\n"
+" * \"Save packages selection\"(*): saves the package selection as done\n"
+"previously. Then, when doing another installation, insert the floppy inside\n"
+"the drive and run the installation going to the help screen by pressing on\n"
+"the [F1] key, and by issuing >>linux defcfg=\"floppy\"<<.\n"
"\n"
-"Click on \"Cancel\" if you want to choose other partitions to install your "
-"new\n"
-"Linux-Mandrake operating system."
+"(*) You need a FAT-formatted floppy (to create one under GNU/Linux, type\n"
+"\"mformat a:\")"
msgstr ""
-#: ../../help.pm_.c:335
-#, fuzzy
+#: ../../help.pm_.c:378
msgid ""
-"You may now select the group of packages you wish to\n"
-"install or upgrade.\n"
-"\n"
+"Any partitions that have been newly defined must be formatted for use\n"
+"(formatting means creating a filesystem).\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 "
-"the\n"
-"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 "
-"through\n"
-"more than 1000 packages..."
-msgstr ""
-"Gallout a rit brema diuz ar strollad pakado a vennit\n"
-"stalia pe vremanaat.\n"
+"At this time, you may wish to reformat some already existing partitions to\n"
+"erase any data they contain. If you wish to do that, please select those\n"
+"partitions as well.\n"
"\n"
-"DrakX a glasko neuze hag-e hoc'h eus egor a-walc'h evit stalia an holl "
-"anezho.\n"
-"Ma n'hoc'h eus ket, e kemenno deoc'h. Ma vennit kenderc'hel evelato, e "
-"seveno staliadur\n"
-"an holl strollado diuzet hogen e laosko pakado 'zo dezho nebeutoc'h a\n"
-"dalvoudegezh. E trao ar roll e c'hellit diuz an dibarzh\n"
-"\"Diuz pakado unan hag unan\" ; en degouezh-se e vo ret deoc'h furchal\n"
-"a-dreuz tremen 1000 pakad..."
-
-#: ../../help.pm_.c:347
-msgid ""
-"You can now choose individually all the packages you\n"
-"wish to install.\n"
+"Please note that it is not necessary to reformat all pre-existing\n"
+"partitions. You must reformat the partitions containing the operating\n"
+"system (such as \"/\", \"/usr\" or \"/var\") but you do not have to\n"
+"reformat partitions containing data that you wish to keep (typically\n"
+"\"/home\").\n"
"\n"
+"Please be careful when selecting partitions. After formatting, all data on\n"
+"the selected partitions will be deleted and you will not be able to recover\n"
+"any of it.\n"
"\n"
-"You can expand or collapse the tree by clicking on options in the left "
-"corner of\n"
-"the packages window.\n"
-"\n"
-"\n"
-"If you prefer to see packages sorted in alphabetic order, click on the icon\n"
-"\"Toggle flat and group sorted\".\n"
+"Click on \"OK\" when you are ready to format partitions.\n"
"\n"
+"Click on \"Cancel\" if you want to choose another partition for your new\n"
+"Mandrake Linux operating system installation.\n"
"\n"
-"If you want not to be warned on dependencies, click on \"Automatic\n"
-"dependencies\". If you do this, note that unselecting one package may "
-"silently\n"
-"unselect several other packages which depend on it."
+"Click on \"Advanced\" if you wish to select partitions that will be checked\n"
+"for bad blocks on the disk."
msgstr ""
-#: ../../help.pm_.c:364
+#: ../../help.pm_.c:404
#, fuzzy
msgid ""
-"If you have all the CDs in the list above, click Ok. If you have\n"
-"none of those CDs, click Cancel. If only some CDs are missing, unselect "
-"them,\n"
-"then click Ok."
-msgstr ""
-"M'hoc'h eus an holl CDo er roll a-is, gwaskit Mat eo.\n"
-"Ma n'hoc'h eus hini eus ar CDo-se, gwaskit Nulla.\n"
-"Ma fazi deoc'h lod eus ar CDo, andiuzit anezho ha gwaskit Mat eo."
-
-#: ../../help.pm_.c:369
-msgid ""
-"Your new Linux-Mandrake operating system is currently being\n"
-"installed. This operation should take a few minutes (it depends on size you\n"
-"choose to install and the speed of your computer).\n"
-"\n"
+"Your new Mandrake Linux operating system is currently being installed.\n"
+"Depending on the number of packages you will be installing and the speed of\n"
+"your computer, this operation could take from a few minutes to a\n"
+"significant amount of time.\n"
"\n"
"Please be patient."
-msgstr ""
+msgstr "Gortozit mar plij"
-#: ../../help.pm_.c:377
+#: ../../help.pm_.c:412
msgid ""
-"You can now test your mouse. Use buttons and wheel to verify\n"
-"if settings are good. If not, you can click on \"Cancel\" to choose another\n"
-"driver."
+"At the time you are installing Mandrake Linux, it is likely that some\n"
+"packages have been updated since the initial release. Some bugs may have\n"
+"been fixed, and security issues solved. To allow you to benefit from these\n"
+"updates, you are now proposed to download them from the Internet. Choose\n"
+"\"Yes\" if you have a working Internet connection, or \"No\" if you prefer\n"
+"to install updated packages later.\n"
+"\n"
+"Choosing \"Yes\" displays a list of places from which updates can be\n"
+"retrieved. Choose the one nearest you. Then a package-selection tree\n"
+"appears: review the selection, and press \"Install\" to retrieve and\n"
+"install the selected package(s), or \"Cancel\" to abort."
msgstr ""
-#: ../../help.pm_.c:382
-#, fuzzy
+#: ../../help.pm_.c:425
msgid ""
-"Please select the correct port. For example, the COM1\n"
-"port under MS Windows is named ttyS0 under GNU/Linux."
+"Before continuing, you should read carefully the terms of the license. It\n"
+"covers the whole Mandrake Linux distribution, and if you do not agree with\n"
+"all the terms in it, click on the \"Refuse\" button which will immediately\n"
+"terminate the installation. To continue with the installation, click on the\n"
+"\"Accept\" button."
msgstr ""
-"Diuzit ar porzh a zere mar plij. Da skouer, porzh COM1 dindan MS Windows\n"
-"a vez anvet ttyS0 gant Linux."
-#: ../../help.pm_.c:386
+#: ../../help.pm_.c:432
msgid ""
-"If you wish to connect your computer to the Internet or\n"
-"to a local network please choose the correct option. Please turn on your "
-"device\n"
-"before choosing the correct option to let DrakX detect it automatically.\n"
+"At this point, it is time to choose the security level desired for the\n"
+"machine. As a rule of thumb, the more exposed the machine is, and the more\n"
+"the data stored in it is crucial, the higher the security level should be.\n"
+"However, a higher security level is generally obtained at the expense of\n"
+"easiness of use. Refer to the \"msec\" chapter of the ``Reference Manual''\n"
+"to get more information about the meaning of these levels.\n"
"\n"
-"\n"
-"If you do not have any connection to the Internet or a local network, "
-"choose\n"
-"\"Disable networking\".\n"
-"\n"
-"\n"
-"If you wish to configure the network later after installation or if you "
-"have\n"
-"finished to configure your network connection, choose \"Done\"."
+"If you do not know what to choose, keep the default option."
msgstr ""
-#: ../../help.pm_.c:399
+#: ../../help.pm_.c:442
msgid ""
-"No modem has been detected. Please select the serial port on which it is "
-"plugged.\n"
+"At this point, you need to choose which partition(s) will be used for the\n"
+"installation of your Mandrake Linux system. If partitions have already been\n"
+"defined, either from a previous installation of GNU/Linux or from another\n"
+"partitioning tool, you can use existing partitions. Otherwise, hard drive\n"
+"partitions must be defined.\n"
"\n"
+"To create partitions, you must first select a hard drive. You can select\n"
+"the disk for partitioning by clicking on ``hda'' for the first IDE drive,\n"
+"``hdb'' for the second, ``sda'' for the first SCSI drive and so on.\n"
"\n"
-"For information, the first serial port (called \"COM1\" under Microsoft\n"
-"Windows) is called \"ttyS0\" under Linux."
-msgstr ""
-
-#: ../../help.pm_.c:406
-msgid ""
-"You may now enter dialup options. If you don't know\n"
-"or are not sure what to enter, the correct informations can be obtained "
-"from\n"
-"your Internet Service Provider. If you do not enter the DNS (name server)\n"
-"information here, this information will be obtained from your Internet "
-"Service\n"
-"Provider at connection time."
-msgstr ""
-
-#: ../../help.pm_.c:413
-msgid ""
-"If your modem is an external modem, please turn on it now to let DrakX "
-"detect it automatically."
-msgstr ""
-
-#: ../../help.pm_.c:416
-msgid "Please turn on your modem and choose the correct one."
-msgstr ""
-
-#: ../../help.pm_.c:419
-msgid ""
-"If you are not sure if informations above are\n"
-"correct or if you don't know or are not sure what to enter, the correct\n"
-"informations can be obtained from your Internet Service Provider. If you do "
-"not\n"
-"enter the DNS (name server) information here, this information will be "
-"obtained\n"
-"from your Internet Service Provider at connection time."
-msgstr ""
-
-#: ../../help.pm_.c:426
-#, fuzzy
-msgid ""
-"You may now enter your host name if needed. If you\n"
-"don't know or are not sure what to enter, the correct informations can be\n"
-"obtained from your Internet Service Provider."
-msgstr ""
-"Gallout a rit brema skriva dibarzho sifrenna. Ma n'oc'h ket sur petra\n"
-"skriva, an titouro reizh ho po digant ho PMG."
-
-#: ../../help.pm_.c:431
-#, fuzzy
-msgid ""
-"You may now configure your network device.\n"
-"\n"
-" * IP address: if you don't know or are not sure what to enter, ask your "
-"network administrator.\n"
-" You should not enter an IP address if you select the option \"Automatic "
-"IP\" below.\n"
+"To partition the selected hard drive, you can use these options:\n"
"\n"
-" * Netmask: \"255.255.255.0\" is generally a good choice. If you don't "
-"know or are not sure what to enter,\n"
-" ask your network administrator.\n"
+" * \"Clear all\": this option deletes all partitions on the selected hard\n"
+"drive;\n"
"\n"
-" * Automatic IP: if your network uses BOOTP or DHCP protocol, select this "
-"option. If selected, no value is needed in\n"
-" \"IP address\". If you don't know or are not sure if you need to select "
-"this option, ask your network administrator."
-msgstr ""
-"Skrivit :\n"
+" * \"Auto allocate\": this option enables to automatically create \"Ext2\"\n"
+"and swap partitions in free space of your hard drive;\n"
"\n"
-" - Chomlec'h IP : m'eo dianav deoc'h, goulennit digant merour ho rouedad.\n"
+" * \"More\": gives access to additional features:\n"
"\n"
+" * \"Save partition table\": saves the partition table to a floppy. "
+"Useful\n"
+"for later partition-table recovery if necessary. It is strongly recommended\n"
+"to perform this step;\n"
"\n"
-" - Rouedmaskl : \"255.255.255.0\" a zo peurvuia un dibab mat. M'hoc'h eus\n"
-"douetas, goulennit digant merour ho rouedad.\n"
+" * \"Restore partition table\": allows to restore a previously saved\n"
+"partition table from floppy disk;\n"
"\n"
+" * \"Rescue partition table\": if your partition table is damaged, you "
+"can\n"
+"try to recover it using this option. Please be careful and remember that it\n"
+"can fail;\n"
"\n"
-" - IP emgefreek : Ma ra ho rouedad gant ar c'homenad bootp pe dhcp, "
-"diuzit \n"
-"an dibarzh-se. Ma vez diuzet, n'eus ezhomm talvoud ebet er \"Chomlec'h IP"
-"\".\n"
-"M'hoc'h eus douetas, goulennit digant merour ho rouedad.\n"
-
-#: ../../help.pm_.c:443
-#, fuzzy
-msgid ""
-"You may now enter your host name if needed. If you\n"
-"don't know or are not sure what to enter, ask your network administrator."
-msgstr ""
-"Ma implij ho rouedad NIS, diuzit \"Implijout NIS\". Ma ne ouzit ket, "
-"goulennit\n"
-"digant merour ho rouedad."
-
-#: ../../help.pm_.c:447
-msgid ""
-"You may now enter your host name if needed. If you\n"
-"don't know or are not sure what to enter, leave blank."
-msgstr ""
-
-#: ../../help.pm_.c:451
-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."
-msgstr ""
-"Gallout a rit brema skriva dibarzho sifrenna. Ma n'oc'h ket sur petra\n"
-"skriva, an titouro reizh ho po digant ho PMG."
-
-#: ../../help.pm_.c:455
-msgid ""
-"If you will use proxies, please configure them now. If you don't know if\n"
-"you should use proxies, ask your network administrator or your ISP."
-msgstr ""
-"Ma implijit proksio, keflugnit anezho brema mar plij. Ma ne ouzit ket hag\n"
-"e rankit implijout proksio, goulennit digant merour ho rouedad pe ho PMG."
-
-#: ../../help.pm_.c:459
-#, fuzzy
-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 "
-"and\n"
-"after that select the packages to install.\n"
+" * \"Reload partition table\": discards all changes and loads your "
+"initial\n"
+"partition table;\n"
"\n"
+" * \"Removable media automounting\": unchecking this option will force "
+"users\n"
+"to manually mount and unmount removable medias such as floppies and\n"
+"CD-ROMs.\n"
"\n"
-"Note you have to select mirror and cryptographic packages according\n"
-"to your legislation."
-msgstr ""
-"Stalia pakado rinegouriezh a c'hellit m'eo bet kefluniet reizh ho\n"
-"kevreadenn ouzh ar Genrouedad. Dibabit da genta ur melezour a vennit "
-"ezkarga\n"
-"pakado diwarna ha da c'houde diuzit ar pakado da stalia.\n"
+" * \"Wizard\": use this option if you wish to use a wizard to partition "
+"your\n"
+"hard drive. This is recommended if you do not have a good knowledge of\n"
+"partitioning;\n"
"\n"
-"Taolit evezh e rankit diuz ar melezour hag ar rinegouriezh hervez al\n"
-"lezenno o ren du-se."
-
-#: ../../help.pm_.c:468
-msgid "You can now select your timezone according to where you live."
-msgstr ""
-
-#: ../../help.pm_.c:471
-#, fuzzy
-msgid ""
-"GNU/Linux manages time in GMT (Greenwich Manage\n"
-"Time) and translates it in local time according to the time zone you have\n"
-"selected.\n"
+" * \"Undo\": use this option to cancel your changes;\n"
"\n"
+" * \"Toggle to normal/expert mode\": allows additional actions on "
+"partitions\n"
+"(type, options, format) and gives more information;\n"
"\n"
-"If you use Microsoft Windows on this computer, choose \"No\"."
-msgstr ""
-"Brema e c'hellit diuz ho takad-eur diouzh al lec'h ma chomit enna.\n"
+" * \"Done\": when you are finished partitioning your hard drive, this will\n"
+"save your changes back to disk.\n"
"\n"
+"Note: you can reach any option using the keyboard. Navigate through the\n"
+"partitions using [Tab] and [Up/Down] arrows.\n"
"\n"
-"Linux a vera an eur e GMT pe \"Greenwich Mean Time\" hag e amdrei a ra\n"
-"en eur lec'hel hervez an takad-eur hoc'h eus diuzet."
-
-#: ../../help.pm_.c:479
-#, fuzzy
-msgid ""
-"You may now choose which services you want to start at boot time.\n"
+"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"
-"When your mouse comes over an item, a small balloon help will popup which\n"
-"describes the role of the service.\n"
+" * Ctrl-d to delete a partition;\n"
"\n"
+" * Ctrl-m to set the mount point.\n"
"\n"
-"Be very careful in this step if you intend to use your machine as a server: "
-"you\n"
-"will probably want not to start any services that you don't need. Please\n"
-"remember that several services can be dangerous if they are enable on a "
-"server.\n"
-"In general, select only the services that you really need."
-msgstr ""
-"Brema e c'hellit diuz pe servijo a vennit e vije laset pa loc'her.\n"
-"Pa zeu ho logodenn war un draez, ul lagadenn skoazell a zeuio war wel hag\n"
-"a zisplego pal ar servij-se.\n"
+"To get information about the different filesystem types available, please\n"
+"read the ext2fs chapter from the ``Reference Manual''.\n"
"\n"
-"Bezit aketuz-kena el lankad-ma ma vennit implijout ho ardivink evel ur\n"
-"servijer : mennout a rit emichas chom hep loc'ha kement servij n'ho peus "
-"ket\n"
-"c'hoant."
-
-#: ../../help.pm_.c:492
-msgid ""
-"You can configure a local printer (connected to your computer) or remote\n"
-"printer (accessible via a Unix, Netware or Microsoft Windows network)."
+"If you are installing on a PPC machine, you will want to create a small HFS\n"
+"``bootstrap'' partition of at least 1MB, which will be used by the yaboot\n"
+"bootloader. If you opt to make the partition a bit larger, say 50MB, you\n"
+"may find it a useful place to store a spare kernel and ramdisk images for\n"
+"emergency boot situations."
msgstr ""
-#: ../../help.pm_.c:496
+#: ../../help.pm_.c:513
msgid ""
-"If you wish to be able to print, please choose one printing system between\n"
-"CUPS and LPR.\n"
-"\n"
-"\n"
-"CUPS is a new, powerful and flexible printing system for Unix systems (CUPS\n"
-"means \"Common Unix Printing System\"). It is the default printing system "
-"in\n"
-"Linux-Mandrake.\n"
+"More than one Microsoft partition has been detected on your hard drive.\n"
+"Please choose the one you want to resize in order to install your new\n"
+"Mandrake Linux operating system.\n"
"\n"
+"Each partition is listed as follows: \"Linux name\", \"Windows name\"\n"
+"\"Capacity\".\n"
"\n"
-"LPR is the old printing system used in previous Linux-Mandrake "
-"distributions.\n"
+"\"Linux name\" is structured: \"hard drive type\", \"hard drive number\",\n"
+"\"partition number\" (for example, \"hda1\").\n"
"\n"
+"\"Hard drive type\" is \"hd\" if your hard dive is an IDE hard drive and\n"
+"\"sd\" if it is a SCSI hard drive.\n"
"\n"
-"If you don't have printer, click on \"None\"."
-msgstr ""
-
-#: ../../help.pm_.c:511
-msgid ""
-"GNU/Linux can deal with many types of printer. Each of these types requires\n"
-"a different setup.\n"
+"\"Hard drive number\" is always a letter after \"hd\" or \"sd\". With IDE\n"
+"hard drives:\n"
"\n"
+" * \"a\" means \"master hard drive on the primary IDE controller\";\n"
"\n"
-"If your printer is physically connected to your computer, select \"Local\n"
-"printer\".\n"
+" * \"b\" means \"slave hard drive on the primary IDE controller\";\n"
"\n"
+" * \"c\" means \"master hard drive on the secondary IDE controller\";\n"
"\n"
-"If you want to access a printer located on a remote Unix machine, select\n"
-"\"Remote printer\".\n"
+" * \"d\" means \"slave hard drive on the secondary IDE controller\".\n"
"\n"
+"With SCSI hard drives, an \"a\" means \"lowest SCSI ID\", a \"b\" means\n"
+"\"second lowest SCSI ID\", etc.\n"
"\n"
-"If you want to access a printer located on a remote Microsoft Windows "
-"machine\n"
-"(or on Unix machine using SMB protocol), select \"SMB/Windows 95/98/NT\"."
+"\"Windows name\" is the letter of your hard drive under Windows (the first\n"
+"disk or partition is called \"C:\")."
msgstr ""
-#: ../../help.pm_.c:527
+#: ../../help.pm_.c:544
+#, fuzzy
+msgid "Please be patient. This operation can take several minutes."
+msgstr "Gortozit mar plij."
+
+#: ../../help.pm_.c:547
msgid ""
-"Please turn on your printer before continuing to let DrakX detect it.\n"
+"DrakX now needs to know if you want to perform a default (\"Recommended\")\n"
+"installation or if you want to have greater control (\"Expert\"). You can\n"
+"also choose to do a new install or an upgrade of an existing Mandrake Linux\n"
+"system:\n"
"\n"
-"You have to enter some informations here.\n"
+" * \"Install\": completely wipes out the old system. In fact, depending on\n"
+"what currently holds your machine, you will be able to keep some old (Linux\n"
+"or other) partitions unchanged;\n"
"\n"
+" * \"Upgrade\": this installation class allows to simply update the "
+"packages\n"
+"currently installed on your Mandrake Linux system. It keeps the current\n"
+"partitions of your hard drives as well as user configurations. All other\n"
+"configuration steps remain available with respect to plain installation;\n"
"\n"
-" * Name of printer: the print spooler uses \"lp\" as default printer name. "
-"So, you must have a printer named \"lp\".\n"
-" If you have only one printer, you can use several names for it. You "
-"just need to separate them by a pipe\n"
-" character (a \"|\"). So, if you prefer a more meaningful name, you have "
-"to put it first, eg: \"My printer|lp\".\n"
-" The printer having \"lp\" in its name(s) will be the default printer.\n"
+" * \"Upgrade Packages Only\": this brand new class allows to upgrade an\n"
+"existing Mandrake Linux system while keeping all system configurations\n"
+"unchanged. Adding new packages to the current installation is also\n"
+"possible.\n"
"\n"
+"Upgrades should work fine for Mandrake Linux systems starting from \"8.1\"\n"
+"release.\n"
"\n"
-" * Description: this is optional but can be useful if several printers are "
-"connected to your computer or if you allow\n"
-" other computers to access to this printer.\n"
+"Depending on your knowledge of GNU/Linux, select one of the following\n"
+"choices:\n"
"\n"
+" * Recommended: choose this if you have never installed a GNU/Linux\n"
+"operating system. The installation will be very easy and you will only be\n"
+"asked a few questions;\n"
"\n"
-" * Location: if you want to put some information on your\n"
-" printer location, put it here (you are free to write what\n"
-" you want, for example \"2nd floor\").\n"
+" * Expert: if you have a good knowledge of GNU/Linux, you can choose this\n"
+"installation class. The expert installation will allow you to perform a\n"
+"highly-customized installation. Answering some of the questions can be\n"
+"difficult if you do not have a good knowledge of GNU/Linux, so do not\n"
+"choose this unless you know what you are doing."
msgstr ""
-#: ../../help.pm_.c:548
+#: ../../help.pm_.c:583
msgid ""
-"You need to enter some informations here.\n"
-"\n"
-"\n"
-" * Name of queue: the print spooler uses \"lp\" as default printer name. "
-"So, you need have a printer named \"lp\".\n"
-" If you have only one printer, you can use several names for it. You just "
-"need to separate them by a pipe\n"
-" character (a \"|\"). So, if you prefer to have a more meaningful name, "
-"you have 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"
-" * Spool directory: it is in this directory that printing jobs are stored. "
-"Keep the default choice\n"
-" if you don't know what to use\n"
-"\n"
-"\n"
-" * Printer Connection: If your printer is physically connected to your "
-"computer, select \"Local printer\".\n"
-" If you want to access a printer located on a remote Unix machine, "
-"select \"Remote lpd printer\".\n"
-"\n"
+"Normally, DrakX selects the right keyboard for you (depending on the\n"
+"language you have chosen) and you won't even see this step. However, you\n"
+"might not have a keyboard that corresponds exactly to your language: for\n"
+"example, if you are an English speaking Swiss person, you may still want\n"
+"your keyboard to be a Swiss keyboard. Or if you speak English but are\n"
+"located in Quebec, you may find yourself in the same situation. In both\n"
+"cases, you will have to go back to this installation step and select an\n"
+"appropriate keyboard from the list.\n"
"\n"
-" If you want to access a printer located on a remote Microsoft Windows "
-"machine (or on Unix machine using SMB\n"
-" protocol), select \"SMB/Windows 95/98/NT\".\n"
-"\n"
-"\n"
-" If you want to acces a printer located on NetWare network, select "
-"\"NetWare\".\n"
+"Click on the \"More\" button to be presented with the complete list of\n"
+"supported keyboards."
msgstr ""
-#: ../../help.pm_.c:573
+#: ../../help.pm_.c:596
msgid ""
-"Your printer has not been detected. Please enter the name of the device on\n"
-"which it is connected.\n"
+"Please choose your preferred language for installation and system usage.\n"
"\n"
+"Clicking on the \"Advanced\" button will allow you to select other\n"
+"languages to be installed on your workstation. Selecting other languages\n"
+"will install the language-specific files for system documentation and\n"
+"applications. For example, if you will host users from Spain on your\n"
+"machine, select English as the main language in the tree view and in the\n"
+"Advanced section click on the box corresponding to \"Spanish|Spain\".\n"
"\n"
-"For information, most printers are connected on the first parallel port. "
-"This\n"
-"one is called \"/dev/lp0\" under GNU/Linux and \"LPT1\" under Microsoft "
-"Windows."
-msgstr ""
-
-#: ../../help.pm_.c:581
-msgid "You must now select your printer in the above list."
+"Note that multiple languages may be installed. Once you have selected any\n"
+"additional locales, click the \"OK\" button to continue."
msgstr ""
-#: ../../help.pm_.c:584
+#: ../../help.pm_.c:609
msgid ""
-"Please select the right options according to your printer.\n"
-"Please see its documentation if you don't know what choose here.\n"
+"DrakX generally detects the number of buttons your mouse has. If not, it\n"
+"assumes you have a two-button mouse and will set it up for third-button\n"
+"emulation. DrakX will automatically know whether it is a PS/2, serial or\n"
+"USB mouse.\n"
"\n"
+"If you wish to specify a different type of mouse select the appropriate\n"
+"type from the provided list.\n"
"\n"
-"You will be able to test your configuration in next step and you will be "
-"able to modify it if it doesn't work as you want."
+"If you choose a mouse other than the default, a test screen will be\n"
+"displayed. Use the buttons and wheel to verify that the settings are\n"
+"correct. If the mouse is not working well, press the space bar or [Return]\n"
+"to \"Cancel\" and choose again."
msgstr ""
-#: ../../help.pm_.c:591
+#: ../../help.pm_.c:623
#, fuzzy
msgid ""
-"You can now enter the root password for your Linux-Mandrake system.\n"
-"The password must be entered twice to verify that both password entries are "
-"identical.\n"
-"\n"
-"\n"
-"Root is the system's administrator and is the only user allowed to modify "
-"the\n"
-"system configuration. Therefore, choose this password carefully. \n"
-"Unauthorized use of the root account can be extemely dangerous to the "
-"integrity\n"
-"of the system, its data and other system connected to it.\n"
-"\n"
+"Please select the correct port. For example, the \"COM1\" port under\n"
+"Windows is named \"ttyS0\" under GNU/Linux."
+msgstr ""
+"Diuzit ar porzh a zere mar plij. Da skouer, porzh COM1 dindan MS Windows\n"
+"a vez anvet ttyS0 gant Linux."
+
+#: ../../help.pm_.c:627
+msgid ""
+"This is the most crucial decision point for the security of your GNU/Linux\n"
+"system: you have to enter the \"root\" password. \"root\" is the system\n"
+"administrator and is the only one authorized to make updates, add users,\n"
+"change the overall system configuration, and so on. In short, \"root\" can\n"
+"do everything! That is why you must choose a password that is difficult to\n"
+"guess DrakX will tell you if it is too easy. As you can see, you can choose\n"
+"not to enter a password, but we strongly advise you against this if only\n"
+"for one reason: do not think that because you booted GNU/Linux that your\n"
+"other operating systems are safe from mistakes. Since \"root\" can overcome\n"
+"all limitations and unintentionally erase all data on partitions by\n"
+"carelessly accessing the partitions themselves, it is important for it to\n"
+"be difficult to become \"root\".\n"
"\n"
"The password should be a mixture of alphanumeric characters and at least 8\n"
-"characters long. It should never be written down.\n"
+"characters long. Never write down the \"root\" password it makes it too\n"
+"easy to compromise a system.\n"
"\n"
+"However, please do not make the password too long or complicated because\n"
+"you must be able to remember it without too much effort.\n"
"\n"
-"Do not make the password too long or complicated, though: you must be able "
-"to\n"
-"remember it without too much effort."
-msgstr ""
-"Brema e c'hellit skriva an tremenger root evit ho reizhiad\n"
-"Linux-Mandrake. An tremenger a zle beza roet div wech evit\n"
-"gwiria m'eo skrivet hevel an div wech.\n"
+"The password will not be displayed on screen as you type it in. Hence, you\n"
+"will have to type the password twice to reduce the chance of a typing\n"
+"error. If you do happen to make the same typing error twice, this\n"
+"``incorrect'' password will have to be used the first time you connect.\n"
"\n"
+"In Expert mode, you will be asked if you will be connecting to an\n"
+"authentication server, like NIS or LDAP.\n"
"\n"
-"Merour ar reizhiad eo root, hag e eo an arveriad nemeta aotreet\n"
-"da gemma kefluniadur ar reizhad. Rak se, dibabit an tremenger-se\n"
-"gant aket ! Dajerus-kena e c'hell beza un implij nann aotreet\n"
-"ar gont root evit anterinded ar reizhiad hag e roado, hag ar\n"
-"reizhiado all kevreet outa. An tremenger a zlefe beza ur meskaj\n"
-"a lizherenno alfaniverel, enna 8 arouezenn d'an nebeuta. Ne\n"
-"zlefe BIKEN beza lakaet dre skrid. Na rit ket a dremenger re hir\n"
-"pe re luziet, memestra : dav eo deoc'h kaout soj anezha hep re a\n"
-"strivo."
-
-#: ../../help.pm_.c:609
-msgid ""
-"To enable a more secure system, you should select \"Use shadow file\" and\n"
-"\"Use MD5 passwords\"."
-msgstr ""
-"Evit sevel ur reizhiad suroc'h, gwelloc'h deoc'h diuz \"Implijout ur restr "
-"kuzhet\"\n"
-"hag \"Implijout tremegerio MD5\"."
-
-#: ../../help.pm_.c:613
-msgid ""
-"If your network uses NIS, select \"Use NIS\". If you don't know, ask your\n"
-"network administrator."
+"If your network uses the LDAP (or NIS) protocol for authentication, select\n"
+"\"LDAP\" (or \"NIS\") as authentication. If you do not know, ask your\n"
+"network administrator.\n"
+"\n"
+"If your computer is not connected to any administrated network, you will\n"
+"want to choose \"Local files\" for authentication."
msgstr ""
-"Ma implij ho rouedad NIS, diuzit \"Implijout NIS\". Ma ne ouzit ket, "
-"goulennit\n"
-"digant merour ho rouedad."
-#: ../../help.pm_.c:617
+#: ../../help.pm_.c:663
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"
-"one or more account(s) for each person you want to allow to use\n"
-"the computer. Note that each user account will have its own\n"
-"preferences (graphical environment, program settings, etc.)\n"
-"and its own \"home directory\", in which these preferences are\n"
-"stored.\n"
+"LILO and grub are GNU/Linux bootloaders. This stage, normally, is totally\n"
+"automated. In fact, DrakX analyzes the disk boot sector and acts\n"
+"accordingly, depending on what it finds here:\n"
"\n"
+" * if a Windows boot sector is found, it will replace it with a grub/LILO\n"
+"boot sector. Hence, you will be able to load either GNU/Linux or another\n"
+"OS;\n"
"\n"
-"First of all, create an account for yourself! Even if you will be the only "
-"user\n"
-"of the machine, you may NOT connect as root for daily use of the system: "
-"it's a\n"
-"very high security risk. Making the system unusable is very often a typo "
-"away.\n"
+" * if a grub or LILO boot sector is found, it will replace it with a new\n"
+"one.\n"
"\n"
+"If in doubt, DrakX will display a dialog with various options.\n"
"\n"
-"Therefore, you should connect to the system using the user account\n"
-"you will have created here, and login as root only for administration\n"
-"and maintenance purposes."
-msgstr ""
-"Brema e c'hellit kroui unan pe vuioc'h a gont(o) arveriad \"boutin\",\n"
-"dre enebiez ouzh ar gont arveriad \"dreistwiriet\", root hec'h anv. Gallout\n"
-"a rit kroui unan pe vuioc'h a gont(o) evit kement den a fell deoc'h\n"
-"aotren da implijout an urzhiataer. Taolit evezh pep kont arveriad he\n"
-"devo he dibarzho dezhi (endro grafikel, kefluniadur ar goulevio,\n"
-"h.a.) hag he renkell \"Er-gr\" dezhi, ma vo enrollet an dibarzho-se\n"
-"enni.\n"
+" * \"Bootloader to use\": you have three choices:\n"
"\n"
+" * \"GRUB\": if you prefer grub (text menu).\n"
"\n"
-"Da genta holl, krouit ur gont evidoc'h-chwi ! Ha pa vefec'h arveriad "
-"nemeta\n"
-"an ardivink, ARABAT deoc'h erea evel root evit implij pemdeziek ar "
-"reizhiad : \n"
-"arvarus-kena eo a-fet surentez. Ur fazi stokell a zo a-walc'h evit lakaat\n"
-"boud ho reizhiad.\n"
+" * \"LILO with graphical menu\": if you prefer LILO with its graphical\n"
+"interface.\n"
"\n"
+" * \"LILO with text menu\": if you prefer LILO with its text menu "
+"interface.\n"
"\n"
-"Gant se, gwelloc'h vije deoc'h erea ouzh ar reizhiad en ur implijout ar\n"
-"gont arveriad ho po krouet ama, hag erea evel root evit kefridio a\n"
-"vererezh ha trezerc'hel hepken."
-
-#: ../../help.pm_.c:636
-msgid ""
-"Creating a boot disk is strongly recommended. If you can't\n"
-"boot your computer, it's the only way to rescue your system without\n"
-"reinstalling it."
-msgstr ""
-
-#: ../../help.pm_.c:641
-#, fuzzy
-msgid ""
-"You need to indicate where you wish\n"
-"to place the information required to boot to GNU/Linux.\n"
+" * \"Boot device\": in most cases, you will not change the default\n"
+"(\"/dev/hda\"), but if you prefer, the bootloader can be installed on the\n"
+"second hard drive (\"/dev/hdb\"), or even on a floppy disk (\"/dev/fd0\");\n"
"\n"
+" * \"Delay before booting the default image\": when rebooting the computer,\n"
+"this is the delay granted to the user to choose in the bootloader menu,\n"
+"another boot entry than the default one.\n"
"\n"
-"Unless you know exactly what you are doing, choose \"First sector of\n"
-"drive (MBR)\"."
-msgstr ""
-"Ret eo deoc'h menegi pelec'h e mennit\n"
-"lec'hia an titouro ret evit loc'ha Linux.\n"
+"!! Beware that if you choose not to install a bootloader (by selecting\n"
+"\"Cancel\" here), you must ensure that you have a way to boot your Mandrake\n"
+"Linux system! Also, be sure you know what you do before changing any of the\n"
+"options. !!\n"
"\n"
+"Clicking the \"Advanced\" button in this dialog will offer many advanced\n"
+"options, which are reserved to the expert user.\n"
"\n"
-"Nemet ma ouifec'h resis ar pezh a rit, dibabit \"Rann genta\n"
-"ar bladenn (MBR)\"."
-
-#: ../../help.pm_.c:649
-msgid ""
-"Unless you know specifically otherwise, the usual choice is \"/dev/hda\"\n"
-" (primary master IDE disk) or \"/dev/sda\" (first SCSI disk)."
+"After you have configured the general bootloader parameters, the list of\n"
+"boot options which will be available at boot time will be displayed.\n"
+"\n"
+"If there is another operating system installed on your machine, it will\n"
+"automatically be added to the boot menu. Here, you can choose to fine-tune\n"
+"the existing options. Select an entry and click \"Modify\" to modify or\n"
+"remove it; \"Add\" creates a new entry; and \"Done\" goes on to the next\n"
+"installation step."
msgstr ""
-"Nemet ma ouifec'h a-zevri ez eo dishevel, \"/dev/hda\" eo an dibab boas\n"
-"(pladenn IDE mestr kenta) pe \"/dev/sda\" (pladenn SCSI kenta)."
-#: ../../help.pm_.c:653
+#: ../../help.pm_.c:711
#, fuzzy
msgid ""
-"LILO (the LInux LOader) and Grub are bootloaders: they are able to boot\n"
+"LILO (the LInux LOader) and grub are bootloaders: they are able to boot\n"
"either GNU/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"
+"screen. Be careful to choose the correct parameters.\n"
"\n"
-"\n"
-"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!"
+"You may also not want to give access to these other operating systems to\n"
+"anyone. In which case, you can delete the corresponding entries. But then,\n"
+"you will need a boot disk in order to boot those other operating systems!"
msgstr ""
-"LILO (the LInux LOader) ha Grub a zo kargerien loc'ha : barrek int da "
-"loc'ha\n"
-"pe Linux pe forzh pe reizhiad korvoi all bezat war ho urzhiataer.\n"
-"Peurvuia, ar reizhiado korvoi all-se a vez dinoet ha staliet reizh.\n"
-"Ma n'eo ket kont evel-hen, gallout a rit ouzhpenna un enmont gant an dorn\n"
-"er skramm-ma. Taolit pled da zibab an arventenno reizh.\n"
+"LILO (the LInux LOader) ha Grub a zo kargerien loc'hañ : barrek int da "
+"loc'hañ\n"
+"pe Linux pe forzh pe reizhiad korvoiñ all bezañt war ho urzhiataer.\n"
+"Peurvuiañ, ar reizhiadoù korvoiñ all-se a vez dinoet ha staliet reizh.\n"
+"Ma n'eo ket kont evel-hen, gallout a rit ouzhpennañ un enmont gant an dorn\n"
+"er skramm-mañ. Taolit pled da zibab an arventennoù reizh.\n"
"\n"
"\n"
-"Gallout a rafec'h ivez mennout na lakaat hegerz hini ebet eus ar reizhiado\n"
-"korvoi-se, neuze n'hoc'h eus ken nemet dilemel an enmonto a zegouezh. "
+"Gallout a rafec'h ivez mennout na lakaat hegerz hini ebet eus ar reizhiadoù\n"
+"korvoiñ-se, neuze n'hoc'h eus ken nemet dilemel an enmontoù a zegouezh. "
"Hogen\n"
-"neuze e vo ret deoc'h kaout ur bladennig loc'ha evit loc'ha anezho."
+"neuze e vo ret deoc'h kaout ur bladennig loc'hañ evit loc'hañ anezho."
-#: ../../help.pm_.c:665
+#: ../../help.pm_.c:722
#, fuzzy
msgid ""
-"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"
-" - 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"
-"enabling the keyboard. The boot loader doesn't wait if \"delay\" is\n"
-"omitted or is set to zero.\n"
-"\n"
+"You must indicate where you wish to place the information required to boot\n"
+"to GNU/Linux.\n"
"\n"
-" - Video mode: This specifies the VGA text mode that should be selected\n"
-"when booting. The following values are available: \n"
-"\n"
-" * normal: select normal 80x25 text mode.\n"
-"\n"
-" * <number>: use the corresponding text mode.\n"
-"\n"
-"\n"
-" - Clean \"/tmp\" at each boot: if you want delete all files and "
-"directories\n"
-"stored in \"/tmp\" when you boot your system, select this option.\n"
-"\n"
-"\n"
-" - Precise RAM if needed: unfortunately, there is no standard method to ask "
-"the\n"
-"BIOS about the amount of RAM present in your computer. As consequence, Linux "
-"may\n"
-"fail to detect your amount of RAM correctly. If this is the case, you can\n"
-"specify the correct amount or RAM here. Please note that a difference of 2 "
-"or 4\n"
-"MB between detected memory and memory present in your system is normal."
+"Unless you know exactly what you are doing, choose \"First sector of drive\n"
+"(MBR)\"."
msgstr ""
-"Setu dibabo penna LILO ha grub :\n"
-" - Trobarzhell loc'ha : a dermen anv an drobarzhell (da sk. parzhadur\n"
-"ur bladenn galet) a zo enni ar rann loc'ha. Nemet ma ouifec'h a-zevri\n"
-"ez eo dishevel, dibabit \"/dev/hda\".\n"
-"\n"
+"Ret eo deoc'h menegiñ pelec'h e mennit\n"
+"lec'hiañ an titouroù ret evit loc'hañ Linux.\n"
"\n"
-" - Gedvezh a-raok loc'ha ar skeudenn dre ziouer : a spisa an niver a\n"
-"zekvet eilenno a rankfe gortoz ar c'harger loc'ha kent loc'ha ar "
-"skeudenn\n"
-"genta. Talvoudus eo war reizhiado a loc'h diouzhtu adalek ar bladenn "
-"galet\n"
-"goude beza enaouet ar stokellaoueg. Ne gortoz ket ar c'harger loc'ha m'eo\n"
-"disojet \"gedvezh\" pe dermenet da mann.\n"
"\n"
-"\n"
-" - Mod video : a spisa ar mod skrid VGA a rankfe beza diuzet pa loc'her.\n"
-"An talvoudo a heul a zo hegerz :\n"
-" * boas : a ziuz ar mod skrid 80x25 boas.\n"
-" * <niver> : a implij ar mod skrid a zegouezh."
+"Nemet ma ouifec'h resis ar pezh a rit, dibabit \"Rann gentañ\n"
+"ar bladenn (MBR)\"."
-#: ../../help.pm_.c:697
+#: ../../help.pm_.c:729
msgid ""
-"Yaboot is a bootloader for NewWorld MacIntosh hardware. It is able\n"
-"to boot either GNU/Linux, MacOS, or MacOSX, if 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"
-"Yaboot main options are:\n"
-"\n"
-"\n"
-" - Init Message: A simple text message that is displayed before the boot\n"
-"prompt.\n"
-"\n"
-"\n"
-" - Boot Device: Indicate where you want to place the information required "
-"to \n"
-"boot to GNU/Linux. Generally, you will have setup a bootstrap partition "
-"earlier \n"
-"to hold this information.\n"
+"Here, we select a printing system for your computer. Other OSs may offer\n"
+"you one, but Mandrake Linux offers three.\n"
"\n"
+" * \"pdq\" which means ``print, don't queue'', is the choice if you have a\n"
+"direct connection to your printer and you want to be able to panic out of\n"
+"printer jams, and you do not have networked printers. It will handle only\n"
+"very simple network cases and is somewhat slow for networks. Pick \"pdq\"\n"
+"if this is your maiden voyage to GNU/Linux. You can change your choices\n"
+"after installation by running PrinterDrake from the Mandrake Control Center\n"
+"and clicking the expert button.\n"
"\n"
-" - Open Firmware Delay: Unlike LILO, there are two delays available with \n"
-"yaboot. The first delay is measured in seconds and at this point you can \n"
-"choose between CD, OF boot, MacOS, or Linux.\n"
-"\n"
-"\n"
-" - Kernel Boot Timeout: This timeout is similar to the LILO boot delay. "
-"After \n"
-"selecting Linux, you will have this delay in 0.1 seconds before your "
-"default\n"
-"kernel description is selected.\n"
-"\n"
-"\n"
-" - Enable CD Boot?: Checking this option will allow you to choose 'C' for "
-"CD at\n"
-"the first boot prompt.\n"
-"\n"
-"\n"
-" - Enable OF Boot?: Checking this option will allow you to choose 'N' for "
-"Open\n"
-"Firmware at the first boot prompt.\n"
+" * \"CUPS\"``Common Unix Printing System'', is excellent at printing to "
+"your\n"
+"local printer and also halfway-around the planet. It is simple and can act\n"
+"as a server or a client for the ancient \"lpd\" printing system. Hence, it\n"
+"is compatible with the systems that went before. It can do many tricks, but\n"
+"the basic setup is almost as easy as \"pdq\". If you need this to emulate\n"
+"an \"lpd\" server, you must turn on the \"cups-lpd\" daemon. It has\n"
+"graphical front-ends for printing or choosing printer options.\n"
+"\n"
+" * \"lprNG\"``line printer daemon New Generation''. This system can do\n"
+"approximately the same things the others can do, but it will print to\n"
+"printers mounted on a Novell Network, because it supports the IPX protocol,\n"
+"and it can print directly to shell commands. If you have need of Novell or\n"
+"printing to commands without using a separate pipe construct, use lprNG.\n"
+"Otherwise, CUPS is preferable as it is simpler and better at working over\n"
+"networks."
+msgstr ""
+
+#: ../../help.pm_.c:757
+msgid ""
+"DrakX now detects any IDE device present in your computer. It will also\n"
+"scan for one or more PCI SCSI card(s) on your system. If a SCSI card is\n"
+"found, DrakX will automatically install the appropriate driver.\n"
+"\n"
+"Because hardware detection does not always detect a piece of hardware,\n"
+"DrakX will ask you to confirm if a PCI SCSI card is present. Click \"Yes\"\n"
+"if you know that there is a SCSI card installed in your machine. You will\n"
+"be presented a list of SCSI cards to choose from. Click \"No\" if you have\n"
+"no SCSI hardware. If you are unsure, you can check the list of hardware\n"
+"detected in your machine by selecting \"See hardware info\" and clicking\n"
+"\"OK\". Examine the list of hardware and then click on the \"OK\" button to\n"
+"return to the SCSI interface question.\n"
"\n"
+"If you have to manually specify your adapter, DrakX will ask if you want to\n"
+"specify options for it. You should allow DrakX to probe the hardware for\n"
+"the card-specific options which the hardware needs to initialize. This\n"
+"usually works well.\n"
"\n"
-" - Default OS: You can select which OS will boot by default when the Open "
-"Firmware \n"
-"Delay expires."
+"If DrakX is not able to probe for the options which need to be passed, you\n"
+"will need to provide options to the driver manually. Please review the\n"
+"``User Guide'' (chapter 3, in the ``Collecting Information on Your\n"
+"Hardware'' section) for hints on retrieving the parameters required from\n"
+"hardware documentation, from the manufacturer's web site (if you have\n"
+"Internet access) or from MicrosoftWindows (if you used this hardware with\n"
+"Windows on your system)."
msgstr ""
-#: ../../help.pm_.c:738
+#: ../../help.pm_.c:784
msgid ""
-"You can add additional entries for yaboot, either for other operating "
-"systems,\n"
-"alternate kernels, or for an emergency boot image.\n"
+"You can add additional entries for yaboot, either for other operating\n"
+"systems, alternate kernels, or for an emergency boot image.\n"
"\n"
+"For other OSs, the entry consists only of a label and the \"root\"\n"
+"partition.\n"
"\n"
-"For other OS's - the entry consists only of a label and the root partition.\n"
+"For Linux, there are a few possible options:\n"
"\n"
+" * Label: this is simply the name you will have to type at the yaboot "
+"prompt\n"
+"to select this boot option;\n"
"\n"
-"For Linux, there are a few possible options: \n"
+" * Image: this would be the name of the kernel to boot. Typically, vmlinux\n"
+"or a variation of vmlinux with an extension;\n"
"\n"
+" * Root: the \"root\" device or ``/'' for your Linux installation;\n"
"\n"
-" - Label: This is simply the name will type at the yaboot prompt to select "
-"this \n"
-"boot option.\n"
-"\n"
-"\n"
-" - Image: This would be the name of the kernel to boot. Typically vmlinux "
-"or\n"
-"a variation of vmlinux with an extension.\n"
-"\n"
-"\n"
-" - Root: The root device or '/' for your Linux installation.\n"
-"\n"
-"\n"
-" \n"
-" - Append: On Apple hardware, the kernel append option is used quite often "
-"to\n"
-"assist in initializing video hardware, or to enable keyboard mouse button "
-"emulation\n"
-"for the often lacking 2nd and 3rd mouse buttons on a stock Apple mouse. The "
-"following \n"
-"are some examples:\n"
-"\n"
+" * Append: on Apple hardware, the kernel append option is used quite often\n"
+"to assist in initializing video hardware, or to enable keyboard mouse\n"
+"button emulation for the often lacking 2nd and 3rd mouse buttons on a stock\n"
+"Apple mouse. The following are some examples:\n"
"\n"
-"\t\t video=aty128fb:vmode:17,cmode:32,mclk:71 adb_buttons=103,111 "
+" video=aty128fb:vmode:17,cmode:32,mclk:71 adb_buttons=103,111 "
"hda=autotune\n"
"\n"
-"\t\t video=atyfb:vmode:12,cmode:24 adb_buttons=103,111 \n"
+" video=atyfb:vmode:12,cmode:24 adb_buttons=103,111\n"
"\n"
+" * Initrd: this option can be used either to load initial modules, before\n"
+"the boot device is available, or to load a ramdisk image for an emergency\n"
+"boot situation;\n"
"\n"
-" \n"
-" - Initrd: This option can be used either to load initial modules, before "
-"the boot \n"
-"device is available, or to load a ramdisk image for an emergency boot "
-"situation.\n"
-"\n"
-"\n"
-" - Initrd-size: The default ramdisk size is generally 4096 bytes. If you "
-"should need\n"
-"to allocate a large ramdisk, this option can be used.\n"
-"\n"
-"\n"
-" - Read-write: Normally the 'root' partition is initially brought up read-"
-"only, to allow\n"
-"a filesystem check before the system becomes 'live'. You can override this "
-"option here.\n"
+" * Initrd-size: the default ramdisk size is generally 4,096 bytes. If you\n"
+"need to allocate a large ramdisk, this option can be used;\n"
"\n"
+" * Read-write: normally the \"root\" partition is initially brought up in\n"
+"read-only, to allow a file system check before the system becomes ``live''.\n"
+"Here, you can override this option;\n"
"\n"
-" - NoVideo: Should the Apple video hardware prove to be exceptionally "
-"problematic, you can\n"
-"select this option to boot in 'novideo' mode, with native framebuffer "
-"support.\n"
+" * NoVideo: should the Apple video hardware prove to be exceptionally\n"
+"problematic, you can select this option to boot in ``novideo'' mode, with\n"
+"native frame buffer support;\n"
"\n"
-"\n"
-" - Default: Selects this entry as being the default Linux selection, "
-"selectable by just\n"
-"pressing ENTER at the yaboot prompt. This entry will also be highlighted "
-"with a '*', if you\n"
-"press TAB to see the boot selections."
+" * Default: selects this entry as being the default Linux selection,\n"
+"selectable by just pressing ENTER at the yaboot prompt. This entry will\n"
+"also be highlighted with a ``*'', if you press [Tab] to see the boot\n"
+"selections."
msgstr ""
-#: ../../help.pm_.c:793
-#, fuzzy
+#: ../../help.pm_.c:830
msgid ""
-"SILO is a bootloader for SPARC: it is able to boot\n"
-"either GNU/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"
+"Yaboot is a bootloader for NewWorld MacIntosh hardware. It is able to boot\n"
+"either GNU/Linux, MacOS or MacOSX if present on your computer. Normally,\n"
+"these other operating systems are correctly detected and installed. If this\n"
+"is not the case, you can add an entry by hand in this screen. Be careful to\n"
+"choose the correct parameters.\n"
"\n"
-"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) ha Grub a zo kargerien loc'ha : barrek int da "
-"loc'ha\n"
-"pe Linux pe forzh pe reizhiad korvoi all bezat war ho urzhiataer.\n"
-"Peurvuia, ar reizhiado korvoi all-se a vez dinoet ha staliet reizh.\n"
-"Ma n'eo ket kont evel-hen, gallout a rit ouzhpenna un enmont gant an dorn\n"
-"er skramm-ma. Taolit pled da zibab an arventenno reizh.\n"
+"Yaboot's main options are:\n"
"\n"
+" * Init Message: a simple text message displayed before the boot prompt;\n"
"\n"
-"Gallout a rafec'h ivez mennout na lakaat hegerz hini ebet eus ar reizhiado\n"
-"korvoi-se, neuze n'hoc'h eus ken nemet dilemel an enmonto a zegouezh. "
-"Hogen\n"
-"neuze e vo ret deoc'h kaout ur bladennig loc'ha evit loc'ha anezho."
-
-#: ../../help.pm_.c:805
-#, fuzzy
-msgid ""
-"SILO main options are:\n"
-" - Bootloader installation: Indicate where you want to place the\n"
-"information required to boot to GNU/Linux. Unless you know exactly\n"
-"what you are doing, choose \"First sector of drive (MBR)\".\n"
+" * Boot Device: indicates where you want to place the information required\n"
+"to boot to GNU/Linux. Generally, you set up a bootstrap partition earlier\n"
+"to hold this information;\n"
"\n"
+" * Open Firmware Delay: unlike LILO, there are two delays available with\n"
+"yaboot. The first delay is measured in seconds and at this point, you can\n"
+"choose between CD, OF boot, MacOS or Linux;\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"
-"enabling the keyboard. The boot loader doesn't wait if \"delay\" is\n"
-"omitted or is set to zero."
-msgstr ""
-"Setu dibabo penna LILO ha grub :\n"
-" - Trobarzhell loc'ha : a dermen anv an drobarzhell (da sk. parzhadur\n"
-"ur bladenn galet) a zo enni ar rann loc'ha. Nemet ma ouifec'h a-zevri\n"
-"ez eo dishevel, dibabit \"/dev/hda\".\n"
+" * Kernel Boot Timeout: this timeout is similar to the LILO boot delay.\n"
+"After selecting Linux, you will have this delay in 0.1 second before your\n"
+"default kernel description is selected;\n"
"\n"
+" * Enable CD Boot?: checking this option allows you to choose ``C'' for CD\n"
+"at the first boot prompt;\n"
"\n"
-" - Gedvezh a-raok loc'ha ar skeudenn dre ziouer : a spisa an niver a\n"
-"zekvet eilenno a rankfe gortoz ar c'harger loc'ha kent loc'ha ar "
-"skeudenn\n"
-"genta. Talvoudus eo war reizhiado a loc'h diouzhtu adalek ar bladenn "
-"galet\n"
-"goude beza enaouet ar stokellaoueg. Ne gortoz ket ar c'harger loc'ha m'eo\n"
-"disojet \"gedvezh\" pe dermenet da mann.\n"
-"\n"
+" * Enable OF Boot?: checking this option allows you to choose ``N'' for "
+"Open\n"
+"Firmware at the first boot prompt;\n"
"\n"
-" - Mod video : a spisa ar mod skrid VGA a rankfe beza diuzet pa loc'her.\n"
-"An talvoudo a heul a zo hegerz :\n"
-" * boas : a ziuz ar mod skrid 80x25 boas.\n"
-" * <niver> : a implij ar mod skrid a zegouezh."
+" * Default OS: you can select which OS will boot by default when the Open\n"
+"Firmware Delay expires."
+msgstr ""
-#: ../../help.pm_.c:818
-#, fuzzy
+#: ../../help.pm_.c:862
msgid ""
-"Now it's time to configure the X Window System, which is the\n"
-"core of the GNU/Linux GUI (Graphical User Interface). For this purpose,\n"
-"you must configure your video card and monitor. Most of these\n"
-"steps are automated, though, therefore your work may only consist\n"
-"of verifying what has been done and accept the settings :)\n"
+"Here are presented various parameters concerning your machine. Depending on\n"
+"your installed hardware, you may or not, see the following entries:\n"
"\n"
+" * \"Mouse\": check the current mouse configuration and click on the button\n"
+"to change it if necessary;\n"
"\n"
-"When the configuration is over, X will be started (unless you\n"
-"ask DrakX not to) so that you can check and see if the\n"
-"settings suit you. If they don't, you can come back and\n"
-"change them, as many times as necessary."
-msgstr ""
-"Brema eo poent keflunia ar reizhiad X Window, a zo kraonienn\n"
-"EGA (Etrefas Grafikel Arveriad) Linux. Evit ar c'hefridi-se, ret eo\n"
-"deoc'h keflunia ho kartenn grafek hag ho skramm. Emgefreek eo ar bras\n"
-"eus al lankado-se, evelato, neuze gwiria pezh a zo bet graet hag\n"
-"asanti d'ar c'hefluniadur a zlefe beza ho labour :)\n"
+" * \"Keyboard\": check the current keyboard map configuration and click on\n"
+"the button to change that if necessary;\n"
"\n"
+" * \"Timezone\": DrakX, by default, guesses your time zone from the "
+"language\n"
+"you have chosen. But here again, as for the choice of a keyboard, you may\n"
+"not be in the country for which the chosen language should correspond.\n"
+"Hence, you may need to click on the \"Timezone\" button in order to\n"
+"configure the clock according to the time zone you are in;\n"
"\n"
-"Pa 'z eo graet ar c'heflunia, laset e vo X (nemet ma c'houlennit\n"
-"digant DrakX chom hep hen ober) e seurt ma c'hellit gwiria ha\n"
-"sellet ha plijet oc'h gant an dibarzho. Ma n'oc'h ket, e c'hellit\n"
-"mont war gil hag o c'hemma, ken lies gwech ha ma karot."
-
-#: ../../help.pm_.c:831
-msgid ""
-"If something is wrong in X configuration, use these options to correctly\n"
-"configure the X Window System."
+" * \"Printer\": clicking on the \"No Printer\" button will open the printer\n"
+"configuration wizard;\n"
+"\n"
+" * \"Sound card\": if a sound card is detected on your system, it is\n"
+"displayed here. No modification possible at installation time;\n"
+"\n"
+" * \"TV card\": if a TV card is detected on your system, it is displayed\n"
+"here. No modification possible at installation time;\n"
+"\n"
+" * \"ISDN card\": if an ISDN card is detected on your system, it is\n"
+"displayed here. You can click on the button to change the parameters\n"
+"associated with it."
msgstr ""
-"M'eo siek un dra bennak en ho kefluniadur X, implijit an dibarzho-se\n"
-"a-benn keflunia reizh ar reizhiad X Window."
-#: ../../help.pm_.c:835
+#: ../../help.pm_.c:891
msgid ""
-"If you prefer to use a graphical login, select \"Yes\". Otherwise, select\n"
-"\"No\"."
+"Choose the hard drive you want to erase in order to install your new\n"
+"Mandrake Linux partition. Be careful, all data present on it will be lost\n"
+"and will not be recoverable!"
msgstr ""
-"Ma kavit gwelloc'h implijout un ereadur grafikel, diuzit \"Ya\". Mod all,\n"
-"diuzit \"Ket\"."
-#: ../../help.pm_.c:839
+#: ../../help.pm_.c:896
msgid ""
-"You can choose a security level for your system. Please refer to the manual "
-"for complete\n"
-" information. Basically, if you don't know what to choose, keep the default "
-"option.\n"
+"Click on \"OK\" if you want to delete all data and partitions present on\n"
+"this hard drive. Be careful, after clicking on \"OK\", you will not be able\n"
+"to recover any data and partitions present on this hard drive, including\n"
+"any Windows data.\n"
+"\n"
+"Click on \"Cancel\" to cancel this operation without losing any data and\n"
+"partitions present on this hard drive."
msgstr ""
-#: ../../help.pm_.c:844
+#: ../../install2.pm_.c:113
+#, c-format
msgid ""
-"Your system is going to reboot.\n"
-"\n"
-"After rebooting, your new Linux Mandrake system will load automatically.\n"
-"If you want to boot into another existing operating system, please read\n"
-"the additional instructions."
+"Can't access kernel modules corresponding to your kernel (file %s is "
+"missing), this generally means your boot floppy in not in sync with the "
+"Installation medium (please create a newer boot floppy)"
msgstr ""
-"Ema ho reizhiad war-nes adloc'ha.\n"
-"\n"
-"Goude adloc'ha, karga a raio ho reizhiad Linux Mandrake nevez ent "
-"emgefreek.\n"
-"Ma vennit loc'ha ur reizhiad korvoi all, lennit ar gourc'hemenno "
-"ouzhpenn\n"
-"mar plij."
-#: ../../install2.pm_.c:37
-msgid "Choose your language"
-msgstr "Dibabit ho yezh"
-
-#: ../../install2.pm_.c:38
-msgid "Select installation class"
-msgstr "Diuzit renkad ar staliadur"
-
-#: ../../install2.pm_.c:39
-msgid "Hard drive detection"
-msgstr "Dinoi ar bladenn galet"
-
-#: ../../install2.pm_.c:40
-msgid "Configure mouse"
-msgstr "Keflunia al logodenn"
-
-#: ../../install2.pm_.c:41
-msgid "Choose your keyboard"
-msgstr "Dibabit ho stokellaoueg"
-
-#: ../../install2.pm_.c:42
-#, fuzzy
-msgid "Security"
-msgstr "rodellek"
-
-#: ../../install2.pm_.c:43
-msgid "Setup filesystems"
-msgstr "Keflunia reizhiado restro"
-
-#: ../../install2.pm_.c:44
-msgid "Format partitions"
-msgstr "Furmadi parzhadurio"
-
-#: ../../install2.pm_.c:45
-msgid "Choose packages to install"
-msgstr "Dibabit pakado da stalia"
-
-#: ../../install2.pm_.c:46
-msgid "Install system"
-msgstr "Stalia ar reizhiad"
-
-#: ../../install2.pm_.c:47 ../../install_steps_interactive.pm_.c:894
-#: ../../install_steps_interactive.pm_.c:895
-msgid "Set root password"
-msgstr "Termeni tremenger root"
-
-#: ../../install2.pm_.c:48
-msgid "Add a user"
-msgstr "Ouzhpenna un arveriad"
-
-#: ../../install2.pm_.c:49
-msgid "Configure networking"
-msgstr "Keflunia ur rouedad"
-
-#: ../../install2.pm_.c:51 ../../install_steps_interactive.pm_.c:818
-msgid "Summary"
+#: ../../install2.pm_.c:169
+#, c-format
+msgid "You must also format %s"
msgstr ""
-#: ../../install2.pm_.c:52
-msgid "Configure services"
-msgstr "Keflunia servijo"
-
-#: ../../install2.pm_.c:54
-msgid "Create a bootdisk"
-msgstr "Kroui ur bladennig loc'ha"
-
-#: ../../install2.pm_.c:56
-msgid "Install bootloader"
-msgstr "Stalia ar c'harger loc'ha"
-
-#: ../../install2.pm_.c:57
-msgid "Configure X"
-msgstr "Keflunia X"
-
-#: ../../install2.pm_.c:58
-msgid "Exit install"
-msgstr "Dilezel ar staliadur"
-
-#: ../../install_any.pm_.c:402
+#: ../../install_any.pm_.c:411
#, c-format
msgid ""
"You have selected the following server(s): %s\n"
@@ -3341,50 +3348,29 @@ msgid ""
"Do you really want to install these servers?\n"
msgstr ""
-#: ../../install_any.pm_.c:433
+#: ../../install_any.pm_.c:447
msgid "Can't use broadcast with no NIS domain"
-msgstr "N'hella ket implijout ar skigna hep domani NIS"
+msgstr "N'hellañ ket implijout ar skignañ hep domani NIS"
-#: ../../install_any.pm_.c:676
+#: ../../install_any.pm_.c:793
#, fuzzy, c-format
msgid "Insert a FAT formatted floppy in drive %s"
msgstr "Lakait ur bladennig el lenner %s"
-#: ../../install_any.pm_.c:680
+#: ../../install_any.pm_.c:797
msgid "This floppy is not FAT formatted"
msgstr ""
-#: ../../install_any.pm_.c:690
+#: ../../install_any.pm_.c:809
msgid ""
"To use this saved packages selection, boot installation with ``linux "
"defcfg=floppy''"
msgstr ""
-#: ../../install_any.pm_.c:712
-msgid "Error reading file $f"
-msgstr "Fazi en ur lenn ar restr $f"
-
-#: ../../install_gtk.pm_.c:84 ../../install_steps_gtk.pm_.c:310
-#: ../../interactive.pm_.c:99 ../../interactive.pm_.c:114
-#: ../../interactive.pm_.c:269 ../../interactive_newt.pm_.c:166
-#: ../../interactive_stdio.pm_.c:27 ../../my_gtk.pm_.c:356
-#: ../../my_gtk.pm_.c:617 ../../my_gtk.pm_.c:640
-msgid "Ok"
-msgstr "Mat eo"
-
-#: ../../install_gtk.pm_.c:423
-#, fuzzy
-msgid "Please test the mouse"
-msgstr "Dibabit seurt ho logodenn, mar plij."
-
-#: ../../install_gtk.pm_.c:424 ../../standalone/mousedrake_.c:132
-#, fuzzy
-msgid "To activate the mouse,"
-msgstr "Dibabit seurt ho logodenn, mar plij."
-
-#: ../../install_gtk.pm_.c:425 ../../standalone/mousedrake_.c:133
-msgid "MOVE YOUR WHEEL!"
-msgstr ""
+#: ../../install_any.pm_.c:831 ../../partition_table.pm_.c:763
+#, c-format
+msgid "Error reading file %s"
+msgstr "Fazi en ur lenn ar restr %s"
#: ../../install_interactive.pm_.c:23
#, c-format
@@ -3393,7 +3379,7 @@ msgid ""
"You can find some information about them at: %s"
msgstr ""
-#: ../../install_interactive.pm_.c:41
+#: ../../install_interactive.pm_.c:58
msgid ""
"You must have a root partition.\n"
"For this, create a partition (or click on an existing one).\n"
@@ -3401,205 +3387,211 @@ msgid ""
msgstr ""
"Ret eo deoc'h kaout ur parzhadur gwrizienn.\n"
"Evit se, krouit ur parzhadur (pe glikit war unan a zo c'hoazh).\n"
-"Da c'houde dibabit an ober ``Poent marc'ha'' ha lakait anezha da `/'"
+"Da c'houde dibabit an ober ``Poent marc'hañ'' ha lakait anezhañ da `/'"
-#: ../../install_interactive.pm_.c:46 ../../install_steps_graphical.pm_.c:259
+#: ../../install_interactive.pm_.c:63
msgid "You must have a swap partition"
-msgstr "Ret eo deoc'h kaout ur parzhadur disloa"
+msgstr "Ret eo deoc'h kaout ur parzhadur disloañ"
-#: ../../install_interactive.pm_.c:47 ../../install_steps_graphical.pm_.c:261
+#: ../../install_interactive.pm_.c:64
msgid ""
"You don't have a swap partition\n"
"\n"
"Continue anyway?"
msgstr ""
-"N'hoc'h eus ket a barzhadur disloa\n"
+"N'hoc'h eus ket a barzhadur disloañ\n"
"\n"
"Kenderc'hel evelato ?"
-#: ../../install_interactive.pm_.c:68
+#: ../../install_interactive.pm_.c:67 ../../install_steps.pm_.c:163
+#, fuzzy
+msgid "You must have a FAT partition mounted in /boot/efi"
+msgstr "Ret eo deoc'h kaout ur parzhadur disloañ"
+
+#: ../../install_interactive.pm_.c:90
#, fuzzy
msgid "Use free space"
-msgstr "Implij da savetei"
+msgstr "Implij da saveteiñ"
-#: ../../install_interactive.pm_.c:70
+#: ../../install_interactive.pm_.c:92
msgid "Not enough free space to allocate new partitions"
msgstr ""
-#: ../../install_interactive.pm_.c:78
+#: ../../install_interactive.pm_.c:100
#, fuzzy
msgid "Use existing partition"
-msgstr "O furmadi parzhadurio"
+msgstr "O furmadiñ parzhadurioù"
-#: ../../install_interactive.pm_.c:80
+#: ../../install_interactive.pm_.c:102
#, fuzzy
msgid "There is no existing partition to use"
-msgstr "O klask assevel an daolenn barzha"
+msgstr "O klask assevel an daolenn barzhañ"
-#: ../../install_interactive.pm_.c:87
+#: ../../install_interactive.pm_.c:109
#, fuzzy
msgid "Use the Windows partition for loopback"
-msgstr "Implij da savetei"
+msgstr "Implij da saveteiñ"
-#: ../../install_interactive.pm_.c:90
+#: ../../install_interactive.pm_.c:112
#, fuzzy
msgid "Which partition do you want to use for Linux4Win?"
msgstr "Pe barzhadur a vennit implijout evit lakaat Linux4Win ?"
-#: ../../install_interactive.pm_.c:92
+#: ../../install_interactive.pm_.c:114
msgid "Choose the sizes"
-msgstr "Dibabit ar mento"
+msgstr "Dibabit ar mentoù"
-#: ../../install_interactive.pm_.c:93
+#: ../../install_interactive.pm_.c:115
msgid "Root partition size in MB: "
-msgstr "Ment ar parzhadur gwrizienn e Mo :"
+msgstr "Ment ar parzhadur gwrizienn e Mo : "
-#: ../../install_interactive.pm_.c:94
+#: ../../install_interactive.pm_.c:116
msgid "Swap partition size in MB: "
-msgstr "Ment ar parzhadur disloa e Mo :"
+msgstr "Ment ar parzhadur disloañ e Mo : "
-#: ../../install_interactive.pm_.c:102
+#: ../../install_interactive.pm_.c:125
msgid "Use the free space on the Windows partition"
msgstr ""
-#: ../../install_interactive.pm_.c:105
+#: ../../install_interactive.pm_.c:128
#, fuzzy
msgid "Which partition do you want to resize?"
msgstr "Pe seurt parzhadur a vennit ?"
-#: ../../install_interactive.pm_.c:107
+#: ../../install_interactive.pm_.c:130
#, fuzzy
msgid "Computing Windows filesystem bounds"
-msgstr "O jedi bevenno ar reizhiad restro FAT"
+msgstr "O jediñ bevennoù ar reizhiad restroù FAT"
-#: ../../install_interactive.pm_.c:110
+#: ../../install_interactive.pm_.c:133
#, c-format
msgid ""
"The FAT resizer is unable to handle your partition, \n"
"the following error occured: %s"
msgstr ""
-#: ../../install_interactive.pm_.c:113
+#: ../../install_interactive.pm_.c:136
msgid "Your Windows partition is too fragmented, please run ``defrag'' first"
msgstr ""
-#: ../../install_interactive.pm_.c:114
+#: ../../install_interactive.pm_.c:137
#, fuzzy
msgid ""
"WARNING!\n"
"\n"
-"DrakX will now resize your Windows partition. Be careful: this operation is\n"
-"dangerous. If you have not already done so, you should first exit the\n"
-"installation, run scandisk under Windows (and optionally run defrag), then\n"
-"restart the installation. You should also backup your data.\n"
+"DrakX will now resize your Windows partition. Be careful:\n"
+"this operation is dangerous. If you have not already done\n"
+"so, you should first exit the installation, run scandisk\n"
+"under Windows (and optionally run defrag), then restart the\n"
+"installation. You should also backup your data.\n"
"When sure, press Ok."
msgstr ""
"HO EVEZH !\n"
"\n"
-"Ezhomm en deus DrakX adventa ho parzhadur Windows brema. Bezit war "
-"evezh :\n"
+"Ezhomm en deus DrakX adventañ ho parzhadur Windows bremañ. Bezit war "
+"evezh :\n"
"arvarus eo an obererezh-se. Ma n'hoc'h eus ket graet c'hoazh, gwelloc'h e\n"
-"vije deoc'h seveni da genta scandisk (ha diouzh ret seveni defrag) war "
+"vije deoc'h seveniñ da gentañ scandisk (ha diouzh ret seveniñ defrag) war "
"ar\n"
-"parzhadur-se, ha gwarezi ho roado. Pa vezit sur, gwaskit \"Mat eo\""
+"parzhadur-se, ha gwareziñ ho roadoù. Pa vezit sur, gwaskit \"Mat eo\""
-#: ../../install_interactive.pm_.c:123
+#: ../../install_interactive.pm_.c:147
#, fuzzy
msgid "Which size do you want to keep for windows on"
-msgstr "Da beseurt rann e mennit dilec'hia ?"
+msgstr "Da beseurt rann e mennit dilec'hiañ ?"
-#: ../../install_interactive.pm_.c:124
-#, fuzzy, c-format
+#: ../../install_interactive.pm_.c:148
+#, c-format
msgid "partition %s"
-msgstr "Parzhadur"
+msgstr "parzhadur %s"
-#: ../../install_interactive.pm_.c:130
+#: ../../install_interactive.pm_.c:155
#, fuzzy, c-format
msgid "FAT resizing failed: %s"
-msgstr "Adventa ent emgefreek sac'het"
+msgstr "Adventañ ent emgefreek sac'het"
-#: ../../install_interactive.pm_.c:145
+#: ../../install_interactive.pm_.c:170
msgid ""
"There is no FAT partitions to resize or to use as loopback (or not enough "
"space left)"
msgstr ""
-#: ../../install_interactive.pm_.c:151
+#: ../../install_interactive.pm_.c:176
msgid "Erase entire disk"
-msgstr ""
+msgstr "Chetan an holl planedenn"
-#: ../../install_interactive.pm_.c:151
+#: ../../install_interactive.pm_.c:176
msgid "Remove Windows(TM)"
-msgstr ""
+msgstr "Chetan Windows(TM)"
-#: ../../install_interactive.pm_.c:154
+#: ../../install_interactive.pm_.c:179
msgid "You have more than one hard drive, which one do you install linux on?"
msgstr ""
-#: ../../install_interactive.pm_.c:157
+#: ../../install_interactive.pm_.c:182
#, fuzzy, c-format
msgid "ALL existing partitions and their data will be lost on drive %s"
-msgstr "Goude adventa ar parzhadur %s e vo kollet holl roado ar parzhadur-se"
+msgstr "Goude adventañ ar parzhadur %s e vo kollet holl roadoù ar parzhadur-se"
-#: ../../install_interactive.pm_.c:165
+#: ../../install_interactive.pm_.c:190
#, fuzzy
msgid "Custom disk partitioning"
-msgstr "O furmadi parzhadurio"
+msgstr "O furmadiñ parzhadurioù"
-#: ../../install_interactive.pm_.c:169
+#: ../../install_interactive.pm_.c:194
msgid "Use fdisk"
-msgstr ""
+msgstr "Implijit fdisk"
-#: ../../install_interactive.pm_.c:172
+#: ../../install_interactive.pm_.c:197
#, fuzzy, c-format
msgid ""
"You can now partition %s.\n"
"When you are done, don't forget to save using `w'"
msgstr ""
-"Gallout a rit brema parzha ho pladenn galet %s\n"
-"Pa 'z eo graet, na zisojit ket enrolla dre implijout `w'"
+"Gallout a rit bremañ parzhañ ho pladenn galet %s\n"
+"Pa 'z eo graet, na zisoñjit ket enrollañ dre implijout `w'"
-#: ../../install_interactive.pm_.c:201
+#: ../../install_interactive.pm_.c:226
#, fuzzy
msgid "You don't have enough free space on your Windows partition"
msgstr "N'hoc'h eus parzhadur windows ebet !"
-#: ../../install_interactive.pm_.c:217
+#: ../../install_interactive.pm_.c:242
#, fuzzy
msgid "I can't find any room for installing"
-msgstr "N'hellan ouzpenna parzhadur ebet ken"
+msgstr "N'hellan ouzpennañ parzhadur ebet ken"
-#: ../../install_interactive.pm_.c:221
+#: ../../install_interactive.pm_.c:246
msgid "The DrakX Partitioning wizard found the following solutions:"
msgstr ""
-#: ../../install_interactive.pm_.c:226
+#: ../../install_interactive.pm_.c:251
#, fuzzy, c-format
msgid "Partitioning failed: %s"
-msgstr "Seurt taolenn barzha : %s\n"
+msgstr "Seurt taolenn barzhañ : %s\n"
-#: ../../install_interactive.pm_.c:232
+#: ../../install_interactive.pm_.c:261
msgid "Bringing up the network"
-msgstr "O lasa ar rouedad"
+msgstr "O lañsañ ar rouedad"
-#: ../../install_interactive.pm_.c:237
+#: ../../install_interactive.pm_.c:266
msgid "Bringing down the network"
-msgstr "O tizenaoui ar rouedad"
+msgstr "O tizenaouiñ ar rouedad"
-#: ../../install_steps.pm_.c:73
+#: ../../install_steps.pm_.c:76
msgid ""
"An error occurred, but I don't know how to handle it nicely.\n"
"Continue at your own risk."
msgstr ""
-"Degouezhet ez eus ur fazi, hogen n'ouzon ket e vera naet.\n"
+"Degouezhet ez eus ur fazi, hogen n'ouzon ket e verañ naet.\n"
"Kendalc'hit war ho mar."
-#: ../../install_steps.pm_.c:203
+#: ../../install_steps.pm_.c:205
#, c-format
msgid "Duplicate mount point %s"
-msgstr "Poent marc'ha doubl %s"
+msgstr "Poent marc'hañ doubl %s"
-#: ../../install_steps.pm_.c:385
+#: ../../install_steps.pm_.c:388
msgid ""
"Some important packages didn't get installed properly.\n"
"Either your cdrom drive or your cdrom is defective.\n"
@@ -3607,112 +3599,45 @@ msgid ""
"\"\n"
msgstr ""
-#: ../../install_steps.pm_.c:451
+#: ../../install_steps.pm_.c:458
#, c-format
msgid "Welcome to %s"
msgstr "Degemer e %s"
-#: ../../install_steps.pm_.c:634
+#: ../../install_steps.pm_.c:513 ../../install_steps.pm_.c:755
msgid "No floppy drive available"
msgstr "Lenner pladennig hegerz ebet"
-#: ../../install_steps_auto_install.pm_.c:51
-#: ../../install_steps_stdio.pm_.c:23
+#: ../../install_steps_auto_install.pm_.c:76
+#: ../../install_steps_stdio.pm_.c:22
#, c-format
msgid "Entering step `%s'\n"
-msgstr "O kregi gant al lankad `%s'\n"
-
-#: ../../install_steps_graphical.pm_.c:287
-msgid "Choose the size you want to install"
-msgstr "Dibabit ar ment a vennit stalia"
-
-#: ../../install_steps_graphical.pm_.c:334
-msgid "Total size: "
-msgstr "Ment hollek :"
-
-#: ../../install_steps_graphical.pm_.c:346 ../../install_steps_gtk.pm_.c:437
-#, c-format
-msgid "Version: %s\n"
-msgstr "Stumm : %s\n"
-
-#: ../../install_steps_graphical.pm_.c:347 ../../install_steps_gtk.pm_.c:438
-#, c-format
-msgid "Size: %d KB\n"
-msgstr "Ment : %d Ko\n"
-
-#: ../../install_steps_graphical.pm_.c:462 ../../install_steps_gtk.pm_.c:337
-#: ../../install_steps_interactive.pm_.c:520
-msgid "Choose the packages you want to install"
-msgstr "Dibabit ar pakado a vennit stalia"
-
-#: ../../install_steps_graphical.pm_.c:465 ../../install_steps_gtk.pm_.c:340
-msgid "Info"
-msgstr "Titouro"
-
-#: ../../install_steps_graphical.pm_.c:473 ../../install_steps_gtk.pm_.c:345
-#: ../../install_steps_interactive.pm_.c:226
-msgid "Install"
-msgstr "Stalia"
-
-#: ../../install_steps_graphical.pm_.c:492 ../../install_steps_gtk.pm_.c:558
-#: ../../install_steps_interactive.pm_.c:675
-msgid "Installing"
-msgstr "O stalia"
-
-#: ../../install_steps_graphical.pm_.c:499
-msgid "Please wait, "
-msgstr "Gortozit mar plij,"
+msgstr "O kregiñ gant al lankad `%s'\n"
-#: ../../install_steps_graphical.pm_.c:501 ../../install_steps_gtk.pm_.c:570
-msgid "Time remaining "
-msgstr "Amzer a chom"
-
-#: ../../install_steps_graphical.pm_.c:502
-msgid "Total time "
-msgstr "Amzer hollek"
-
-#: ../../install_steps_graphical.pm_.c:507
-#: ../../install_steps_interactive.pm_.c:675
-msgid "Preparing installation"
-msgstr "O prienti ar staliadur"
-
-#: ../../install_steps_graphical.pm_.c:528 ../../install_steps_gtk.pm_.c:618
-#, c-format
-msgid "Installing package %s"
-msgstr "O stalia ar pakad %s"
-
-#: ../../install_steps_graphical.pm_.c:553 ../../install_steps_gtk.pm_.c:695
-#: ../../install_steps_gtk.pm_.c:699
-msgid "Go on anyway?"
-msgstr "Kenderc'hel evelato ?"
-
-#: ../../install_steps_graphical.pm_.c:553 ../../install_steps_gtk.pm_.c:695
-msgid "There was an error ordering packages:"
-msgstr "Ur fazi a zo bet en ur rumma pakado :"
-
-#: ../../install_steps_graphical.pm_.c:577
-msgid "Use existing configuration for X11?"
-msgstr "Implijout ar c'hefluniadur o ren evit X11 ?"
-
-#: ../../install_steps_gtk.pm_.c:142
+#: ../../install_steps_gtk.pm_.c:148
msgid ""
"Your system is low on resource. You may have some problem installing\n"
-"Linux-Mandrake. If that occurs, you can try a text install instead. For "
+"Mandrake Linux. If that occurs, you can try a text install instead. For "
"this,\n"
"press `F1' when booting on CDROM, then enter `text'."
msgstr ""
-#: ../../install_steps_gtk.pm_.c:156
-msgid "Please, choose one of the following classes of installation:"
-msgstr "Dibabit unan eus ar renkado stalia a-heul mar plij :"
+#: ../../install_steps_gtk.pm_.c:159 ../../install_steps_interactive.pm_.c:224
+msgid "Install Class"
+msgstr "Renkad staliañ"
-#: ../../install_steps_gtk.pm_.c:222
+#: ../../install_steps_gtk.pm_.c:162
+#, fuzzy
+msgid "Please choose one of the following classes of installation:"
+msgstr "Dibabit unan eus ar renkadoù staliañ a-heul mar plij :"
+
+#: ../../install_steps_gtk.pm_.c:228
#, c-format
msgid ""
"The total size for the groups you have selected is approximately %d MB.\n"
-msgstr "Ment hollek ar strollado hoc'h eus diuzet a zo war-dro %d Mo.\n"
+msgstr "Ment hollek ar strolladoù hoc'h eus diuzet a zo war-dro %d Mo.\n"
-#: ../../install_steps_gtk.pm_.c:224
+#: ../../install_steps_gtk.pm_.c:230
#, c-format
msgid ""
"If you wish to install less than this size,\n"
@@ -3721,13 +3646,13 @@ msgid ""
"A low percentage will install only the most important packages;\n"
"a percentage of 100%% will install all selected packages."
msgstr ""
-"Ma vennit stalia nebeutoc'h eget ar ment-se,\n"
-"diuzit an dregantad a bakado a vennit stalia.\n"
+"Ma vennit staliañ nebeutoc'h eget ar ment-se,\n"
+"diuzit an dregantad a bakadoù a vennit staliañ.\n"
"\n"
-"Un dregantad izel a stalio hepken ar pakado pouezusa;\n"
-"un dregantad a 100%% a stalio an holl bakado diuzet."
+"Un dregantad izel a stalio hepken ar pakadoù pouezusañ;\n"
+"un dregantad a 100%% a stalio an holl bakadoù diuzet."
-#: ../../install_steps_gtk.pm_.c:229
+#: ../../install_steps_gtk.pm_.c:235
#, c-format
msgid ""
"You have space on your disk for only %d%% of these packages.\n"
@@ -3737,119 +3662,194 @@ msgid ""
"A low percentage will install only the most important packages;\n"
"a percentage of %d%% will install as many packages as possible."
msgstr ""
-"N'eus egor war ho pladenn nemet evit %d%% eus ar pakado-se.\n"
+"N'eus egor war ho pladenn nemet evit %d%% eus ar pakadoù-se.\n"
"\n"
-"Ma vennit stalia nebeutoc'h eget se,\n"
-"diuzit an dregantad a bakado a vennit stalia.\n"
-"Un dregantad izel a stalio hepken ar pakado pouezusa;\n"
-"un dregantad a %d%% a stalio kement a bakado ma 'z eus tu."
+"Ma vennit staliañ nebeutoc'h eget se,\n"
+"diuzit an dregantad a bakadoù a vennit staliañ.\n"
+"Un dregantad izel a stalio hepken ar pakadoù pouezusañ;\n"
+"un dregantad a %d%% a stalio kement a bakadoù ma 'z eus tu."
-#: ../../install_steps_gtk.pm_.c:235
+#: ../../install_steps_gtk.pm_.c:241
msgid "You will be able to choose them more specifically in the next step."
msgstr "Tu vo deoc'h o dibab spisoc'h el lankad a zeu."
-#: ../../install_steps_gtk.pm_.c:237
+#: ../../install_steps_gtk.pm_.c:243
msgid "Percentage of packages to install"
-msgstr "Dregantad a bakado da stalia"
+msgstr "Dregantad a bakadoù da staliañ"
-#: ../../install_steps_gtk.pm_.c:285 ../../install_steps_interactive.pm_.c:599
+#: ../../install_steps_gtk.pm_.c:291 ../../install_steps_interactive.pm_.c:705
msgid "Package Group Selection"
-msgstr "Diuzadenn strollad pakado"
+msgstr "Diuzadenn strollad pakadoù"
-#: ../../install_steps_gtk.pm_.c:305 ../../install_steps_interactive.pm_.c:614
+#: ../../install_steps_gtk.pm_.c:323 ../../install_steps_interactive.pm_.c:720
msgid "Individual package selection"
-msgstr "Diuz pakado unan hag unan"
-
-#: ../../install_steps_gtk.pm_.c:349
-msgid "Show automatically selected packages"
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:416
-msgid "Expand Tree"
-msgstr "Astenn ar wezenn"
-
-#: ../../install_steps_gtk.pm_.c:417
-msgid "Collapse Tree"
-msgstr "Plega ar wezenn"
+msgstr "Diuz pakadoù unan hag unan"
-#: ../../install_steps_gtk.pm_.c:418
-msgid "Toggle between flat and group sorted"
-msgstr "Gwinta etre kompez ha rummet dre strollad"
+#: ../../install_steps_gtk.pm_.c:346 ../../install_steps_interactive.pm_.c:645
+#, c-format
+msgid "Total size: %d / %d MB"
+msgstr "Ment hollek : %d / %d Mo"
-#: ../../install_steps_gtk.pm_.c:435
+#: ../../install_steps_gtk.pm_.c:391
msgid "Bad package"
msgstr "Pakad siek"
-#: ../../install_steps_gtk.pm_.c:436
+#: ../../install_steps_gtk.pm_.c:392
#, c-format
msgid "Name: %s\n"
-msgstr "Anv: %s\n"
+msgstr "Anv : %s\n"
-#: ../../install_steps_gtk.pm_.c:439
+#: ../../install_steps_gtk.pm_.c:393
#, c-format
-msgid "Importance: %s\n"
-msgstr "Talvoudegezh : %s\n"
+msgid "Version: %s\n"
+msgstr "Stumm : %s\n"
-#: ../../install_steps_gtk.pm_.c:448 ../../install_steps_interactive.pm_.c:578
+#: ../../install_steps_gtk.pm_.c:394
#, c-format
-msgid "Total size: %d / %d MB"
-msgstr "Ment hollek : %d / %d Mo"
+msgid "Size: %d KB\n"
+msgstr "Ment : %d Ko\n"
-#: ../../install_steps_gtk.pm_.c:467
+#: ../../install_steps_gtk.pm_.c:395
+#, c-format
+msgid "Importance: %s\n"
+msgstr "Talvoudegezh : %s\n"
+
+#: ../../install_steps_gtk.pm_.c:417
#, fuzzy
msgid ""
"You can't select this package as there is not enough space left to install it"
-msgstr "N'hellit ket andiuz ar pakad-ma. Staliet eo endo"
+msgstr "N'hellit ket andiuz ar pakad-mañ. Staliet eo endo"
-#: ../../install_steps_gtk.pm_.c:471
+#: ../../install_steps_gtk.pm_.c:422
#, fuzzy
msgid "The following packages are going to be installed"
-msgstr "Ar pakado a-heul a zo war-nes beza distaliet"
+msgstr "Ar pakadoù a-heul a zo war-nes bezañ distaliet"
-#: ../../install_steps_gtk.pm_.c:472
+#: ../../install_steps_gtk.pm_.c:423
#, fuzzy
msgid "The following packages are going to be removed"
-msgstr "Ar pakado a-heul a zo war-nes beza staliet/lamet"
+msgstr "Ar pakadoù a-heul a zo war-nes bezañ staliet/lamet"
-#: ../../install_steps_gtk.pm_.c:482
+#: ../../install_steps_gtk.pm_.c:435
msgid "You can't select/unselect this package"
-msgstr "N'hellit ket diuz/andiuz ar pakad-ma"
+msgstr "N'hellit ket diuz/andiuz ar pakad-mañ"
-#: ../../install_steps_gtk.pm_.c:501
+#: ../../install_steps_gtk.pm_.c:447
msgid "This is a mandatory package, it can't be unselected"
-msgstr "Hema a zo ur pakad ret, n'hell ket beza andiuzet"
+msgstr "Hemañ a zo ur pakad ret, n'hell ket bezañ andiuzet"
-#: ../../install_steps_gtk.pm_.c:503
+#: ../../install_steps_gtk.pm_.c:449
msgid "You can't unselect this package. It is already installed"
-msgstr "N'hellit ket andiuz ar pakad-ma. Staliet eo endo"
+msgstr "N'hellit ket andiuz ar pakad-mañ. Staliet eo endo"
-#: ../../install_steps_gtk.pm_.c:507
+#: ../../install_steps_gtk.pm_.c:453
msgid ""
"This package must be upgraded\n"
"Are you sure you want to deselect it?"
msgstr ""
-"Bremanaet e tle beza ar pabak-ma\n"
-"Ha sur oc'h e mennit e ziuza ?"
+"Bremanaet e tle bezañ ar pabak-mañ\n"
+"Ha sur oc'h e mennit e ziuzañ ?"
-#: ../../install_steps_gtk.pm_.c:510
+#: ../../install_steps_gtk.pm_.c:457
msgid "You can't unselect this package. It must be upgraded"
-msgstr "N'hellit ket andiuz ar pakad-ma. Ret eo dezha beza bremanaet"
+msgstr "N'hellit ket andiuz ar pakad-mañ. Ret eo dezhañ bezañ bremanaet"
-#: ../../install_steps_gtk.pm_.c:563
-msgid "Estimating"
-msgstr "O vrasjedi"
+#: ../../install_steps_gtk.pm_.c:462
+msgid "Show automatically selected packages"
+msgstr ""
+
+#: ../../install_steps_gtk.pm_.c:463 ../../install_steps_interactive.pm_.c:246
+#: ../../install_steps_interactive.pm_.c:250
+msgid "Install"
+msgstr "Staliañ"
-#: ../../install_steps_gtk.pm_.c:582
+#: ../../install_steps_gtk.pm_.c:466
#, fuzzy
+msgid "Load/Save on floppy"
+msgstr "Enrollañ war bladennig"
+
+#: ../../install_steps_gtk.pm_.c:467
+#, fuzzy
+msgid "Updating package selection"
+msgstr "Diuz pakadoù unan hag unan"
+
+#: ../../install_steps_gtk.pm_.c:472
+#, fuzzy
+msgid "Minimal install"
+msgstr "Distaliañ"
+
+#: ../../install_steps_gtk.pm_.c:487 ../../install_steps_interactive.pm_.c:555
+msgid "Choose the packages you want to install"
+msgstr "Dibabit ar pakadoù a vennit staliañ"
+
+#: ../../install_steps_gtk.pm_.c:503 ../../install_steps_interactive.pm_.c:787
+msgid "Installing"
+msgstr "O staliañ"
+
+#: ../../install_steps_gtk.pm_.c:509
+msgid "Estimating"
+msgstr "O vrasjediñ"
+
+#: ../../install_steps_gtk.pm_.c:516
+msgid "Time remaining "
+msgstr "Amzer a chom"
+
+#: ../../install_steps_gtk.pm_.c:528
msgid "Please wait, preparing installation"
-msgstr "O prienti ar staliadur"
+msgstr "Gortozit mar plij, o prientiñ ar staliadur"
-#: ../../install_steps_gtk.pm_.c:613
+#: ../../install_steps_gtk.pm_.c:611
#, c-format
msgid "%d packages"
msgstr "%d pakad"
-#: ../../install_steps_gtk.pm_.c:652
+#: ../../install_steps_gtk.pm_.c:616
+#, c-format
+msgid "Installing package %s"
+msgstr "O staliañ ar pakad %s"
+
+#: ../../install_steps_gtk.pm_.c:657 ../../install_steps_interactive.pm_.c:185
+#: ../../install_steps_interactive.pm_.c:811
+#: ../../standalone/drakautoinst_.c:203
+msgid "Accept"
+msgstr "Aotren"
+
+#: ../../install_steps_gtk.pm_.c:657 ../../install_steps_interactive.pm_.c:185
+#: ../../install_steps_interactive.pm_.c:811
+#, fuzzy
+msgid "Refuse"
+msgstr "Adventañ"
+
+#: ../../install_steps_gtk.pm_.c:658 ../../install_steps_interactive.pm_.c:812
+#, 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 ""
+"Kemmit ho Cd-Rom!\n"
+"\n"
+"Lakait el lenner ar Cd-Rom warnañ an diketenn \"%s\" mar plij ha gwaskit Mat "
+"eo da c'houde.\n"
+"Ma n'emañ ket ganeoc'h gwaskit Nullañ evit chom hep staliañ ar Cd-Rom-se."
+
+#: ../../install_steps_gtk.pm_.c:672 ../../install_steps_gtk.pm_.c:676
+#: ../../install_steps_interactive.pm_.c:824
+#: ../../install_steps_interactive.pm_.c:828
+msgid "Go on anyway?"
+msgstr "Kenderc'hel evelato ?"
+
+#: ../../install_steps_gtk.pm_.c:672 ../../install_steps_interactive.pm_.c:824
+msgid "There was an error ordering packages:"
+msgstr "Ur fazi a zo bet en ur rummañ pakadoù :"
+
+#: ../../install_steps_gtk.pm_.c:676 ../../install_steps_interactive.pm_.c:828
+msgid "There was an error installing packages:"
+msgstr "Ur fazi a zo bet en ur staliañ ar pakadoù :"
+
+#: ../../install_steps_interactive.pm_.c:10
msgid ""
"\n"
"Warning\n"
@@ -3881,67 +3881,30 @@ msgid ""
"copyright laws applicable to software programs.\n"
msgstr ""
-#: ../../install_steps_gtk.pm_.c:680 ../../install_steps_interactive.pm_.c:163
-#, fuzzy
-msgid "Accept"
-msgstr "Aotren an arveriad"
-
-#: ../../install_steps_gtk.pm_.c:680 ../../install_steps_interactive.pm_.c:163
-#, fuzzy
-msgid "Refuse"
-msgstr "Adventa"
-
-#: ../../install_steps_gtk.pm_.c:681
-#, 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 ""
-"Kemmit ho Cd-Rom!\n"
-"\n"
-"Lakait el lenner ar Cd-Rom warna an diketenn \"%s\" mar plij ha gwaskit Mat "
-"eo da c'houde.\n"
-"Ma n'ema ket ganeoc'h gwaskit Nulla evit chom hep stalia ar Cd-Rom-se."
-
-#: ../../install_steps_gtk.pm_.c:699
-msgid "There was an error installing packages:"
-msgstr "Ur fazi a zo bet en ur stalia ar pakado :"
-
-#: ../../install_steps_interactive.pm_.c:37
+#: ../../install_steps_interactive.pm_.c:67
msgid "An error occurred"
msgstr "Ur fazi a zo bet"
-#: ../../install_steps_interactive.pm_.c:55
-msgid "Please, choose a language to use."
-msgstr "Diuzit ar yezh da implijout, mar plij."
-
-#: ../../install_steps_interactive.pm_.c:56
-msgid "You can choose other languages that will be available after install"
-msgstr "Gallout a rit dibab yezho all hag a vo hegerz goude stalia"
-
-#: ../../install_steps_interactive.pm_.c:68
-#: ../../install_steps_interactive.pm_.c:613
-msgid "All"
-msgstr ""
+#: ../../install_steps_interactive.pm_.c:85
+#, fuzzy
+msgid "Do you really want to leave the installation?"
+msgstr "Mennout a rit amprouiñ ar c'hefluniadur ?"
-#: ../../install_steps_interactive.pm_.c:86
+#: ../../install_steps_interactive.pm_.c:108
msgid "License agreement"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:87
+#: ../../install_steps_interactive.pm_.c:109
msgid ""
"Introduction\n"
"\n"
-"The operating system and the different components available in the Linux-"
-"Mandrake distribution \n"
+"The operating system and the different components available in the Mandrake "
+"Linux distribution \n"
"shall be called the \"Software Products\" hereafter. The Software Products "
"include, but are not \n"
"restricted to, the set of programs, methods, rules and documentation related "
"to the operating \n"
-"system and the different components of the Linux-Mandrake distribution.\n"
+"system and the different components of the Mandrake Linux distribution.\n"
"\n"
"\n"
"1. License Agreement\n"
@@ -3995,7 +3958,7 @@ msgid ""
"loss) arising out \n"
"of the possession and use of software components or arising out of "
"downloading software components \n"
-"from one of Linux-Mandrake sites which are prohibited or restricted in some "
+"from one of Mandrake Linux sites which are prohibited or restricted in some "
"countries by local laws.\n"
"This limited liability applies to, but is not restricted to, the strong "
"cryptography components \n"
@@ -4032,7 +3995,7 @@ msgid ""
"MandrakeSoft S.A. reserves its rights to modify or adapt the Software "
"Products, as a whole or in \n"
"parts, by all means and for all purposes.\n"
-"\"Mandrake\", \"Linux-Mandrake\" and associated logos are trademarks of "
+"\"Mandrake\", \"Mandrake Linux\" and associated logos are trademarks of "
"MandrakeSoft S.A. \n"
"\n"
"\n"
@@ -4052,106 +4015,106 @@ msgid ""
"For any question on this document, please contact MandrakeSoft S.A. \n"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:182
-#: ../../install_steps_interactive.pm_.c:822
+#: ../../install_steps_interactive.pm_.c:205
+#: ../../install_steps_interactive.pm_.c:1045
#: ../../standalone/keyboarddrake_.c:28
msgid "Keyboard"
msgstr "Stokellaoueg"
-#: ../../install_steps_interactive.pm_.c:183
-#: ../../standalone/keyboarddrake_.c:29
-msgid "Please, choose your keyboard layout."
+#: ../../install_steps_interactive.pm_.c:206
+#, fuzzy
+msgid "Please choose your keyboard layout."
msgstr "Dibabit reizhadur ho stokellaoueg, mar plij."
-#: ../../install_steps_interactive.pm_.c:184
+#: ../../install_steps_interactive.pm_.c:207
+#, fuzzy
msgid "Here is the full list of keyboards available"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:201
-msgid "Install Class"
-msgstr "Renkad stalia"
+msgstr "stokellaoueg"
-#: ../../install_steps_interactive.pm_.c:201
+#: ../../install_steps_interactive.pm_.c:224
msgid "Which installation class do you want?"
-msgstr "Pe renkad stalia a fell deoc'h ?"
+msgstr "Pe renkad staliañ a fell deoc'h ?"
-#: ../../install_steps_interactive.pm_.c:203
-#, fuzzy
+#: ../../install_steps_interactive.pm_.c:226
msgid "Install/Update"
-msgstr "Stalia/Bremanaat"
+msgstr "Staliañ/Bremanaat"
-#: ../../install_steps_interactive.pm_.c:203
-#, fuzzy
+#: ../../install_steps_interactive.pm_.c:226
msgid "Is this an install or an update?"
msgstr "Hag ur staliadur pe ur bremanadur eo ?"
-#: ../../install_steps_interactive.pm_.c:212
+#: ../../install_steps_interactive.pm_.c:235
msgid "Recommended"
msgstr "Erbedet"
-#: ../../install_steps_interactive.pm_.c:215
-#: ../../install_steps_interactive.pm_.c:218
+#: ../../install_steps_interactive.pm_.c:238
+#: ../../install_steps_interactive.pm_.c:241
msgid "Expert"
msgstr "Mailh"
-#: ../../install_steps_interactive.pm_.c:226
-#, fuzzy
-msgid "Update"
+#: ../../install_steps_interactive.pm_.c:246
+#: ../../install_steps_interactive.pm_.c:250
+msgid "Upgrade"
msgstr "Bremanaat"
-#: ../../install_steps_interactive.pm_.c:238 ../../standalone/mousedrake_.c:41
-msgid "Please, choose the type of your mouse."
+#: ../../install_steps_interactive.pm_.c:246
+#: ../../install_steps_interactive.pm_.c:250
+msgid "Upgrade packages only"
+msgstr "Bremanaat pakadoù hep ken"
+
+#: ../../install_steps_interactive.pm_.c:266
+msgid "Please choose the type of your mouse."
msgstr "Dibabit seurt ho logodenn, mar plij."
-#: ../../install_steps_interactive.pm_.c:244 ../../standalone/mousedrake_.c:57
+#: ../../install_steps_interactive.pm_.c:272 ../../standalone/mousedrake_.c:65
msgid "Mouse Port"
msgstr "Porzh al logodenn"
-#: ../../install_steps_interactive.pm_.c:245 ../../standalone/mousedrake_.c:58
+#: ../../install_steps_interactive.pm_.c:273 ../../standalone/mousedrake_.c:66
msgid "Please choose on which serial port your mouse is connected to."
-msgstr "Dibabit ar porzh a-steud m'eo luget ho logodenn outa, mar plij."
+msgstr "Dibabit ar porzh a-steud m'eo luget ho logodenn outañ, mar plij."
-#: ../../install_steps_interactive.pm_.c:253
+#: ../../install_steps_interactive.pm_.c:281
msgid "Buttons emulation"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:255
+#: ../../install_steps_interactive.pm_.c:283
msgid "Button 2 Emulation"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:256
+#: ../../install_steps_interactive.pm_.c:284
msgid "Button 3 Emulation"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:275
+#: ../../install_steps_interactive.pm_.c:305
msgid "Configuring PCMCIA cards..."
-msgstr "O keflunia kartenno PCMCIA..."
+msgstr "O kefluniañ kartennoù PCMCIA..."
-#: ../../install_steps_interactive.pm_.c:275
+#: ../../install_steps_interactive.pm_.c:305
msgid "PCMCIA"
msgstr "PCMCIA"
-#: ../../install_steps_interactive.pm_.c:280
+#: ../../install_steps_interactive.pm_.c:312
msgid "Configuring IDE"
-msgstr "Keflunia IDE"
+msgstr "Kefluniañ IDE"
-#: ../../install_steps_interactive.pm_.c:280
+#: ../../install_steps_interactive.pm_.c:312
msgid "IDE"
msgstr "IDE"
-#: ../../install_steps_interactive.pm_.c:295
+#: ../../install_steps_interactive.pm_.c:327
msgid "no available partitions"
msgstr "parzhadur hegerz ebet"
-#: ../../install_steps_interactive.pm_.c:298
+#: ../../install_steps_interactive.pm_.c:330
msgid "Scanning partitions to find mount points"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:306
+#: ../../install_steps_interactive.pm_.c:338
msgid "Choose the mount points"
-msgstr "Dibabit at poento marc'ha"
+msgstr "Dibabit at poentoù marc'hañ"
-#: ../../install_steps_interactive.pm_.c:323
+#: ../../install_steps_interactive.pm_.c:357
#, fuzzy, c-format
msgid ""
"I can't read your partition table, it's too corrupted for me :(\n"
@@ -4161,117 +4124,187 @@ msgid ""
"\n"
"Do you agree to loose all the partitions?\n"
msgstr ""
-"N'hella ket lenn ho taolenn barzha, re vrein eo evidon :(\n"
-"Klask a rin kenderc'hel en ur ziverka ar parzhadurio siek"
+"N'hellañ ket lenn ho taolenn barzhañ, re vrein eo evidon :(\n"
+"Klask a rin kenderc'hel en ur ziverkañ ar parzhadurioù siek"
-#: ../../install_steps_interactive.pm_.c:336
+#: ../../install_steps_interactive.pm_.c:370
msgid ""
"DiskDrake failed to read correctly the partition table.\n"
"Continue at your own risk!"
msgstr ""
-"Ne c'hellas ket DiskDrake lenn ent reizh an daolenn barzha.\n"
+"Ne c'hellas ket DiskDrake lenn ent reizh an daolenn barzhañ.\n"
"Kendalc'hit war ho mar !"
-#: ../../install_steps_interactive.pm_.c:361
+#: ../../install_steps_interactive.pm_.c:386
+msgid ""
+"No free space for 1MB bootstrap! Install will continue, but to boot your "
+"system, you'll need to create the bootstrap partition in DiskDrake"
+msgstr ""
+
+#: ../../install_steps_interactive.pm_.c:395
+#, fuzzy
+msgid "No root partition found to perform an upgrade"
+msgstr "Parzhadur gwrizienn kavet ebet"
+
+#: ../../install_steps_interactive.pm_.c:396
msgid "Root Partition"
msgstr "Parzhadur gwrizienn"
-#: ../../install_steps_interactive.pm_.c:362
+#: ../../install_steps_interactive.pm_.c:397
msgid "What is the root partition (/) of your system?"
msgstr "Pehini eo parzhadur gwrizienn (/) ho reizhiad ?"
-#: ../../install_steps_interactive.pm_.c:376
+#: ../../install_steps_interactive.pm_.c:411
msgid "You need to reboot for the partition table modifications to take place"
-msgstr "Ret eo deoc'h adloc'ha evit ma talvezo kemmo an daolenn barzha"
+msgstr "Ret eo deoc'h adloc'hañ evit ma talvezo kemmoù an daolenn barzhañ"
-#: ../../install_steps_interactive.pm_.c:403
+#: ../../install_steps_interactive.pm_.c:435
msgid "Choose the partitions you want to format"
-msgstr "Dibabit ar parzhadur a vennit furmadi"
+msgstr "Dibabit ar parzhadur a vennit furmadiñ"
-#: ../../install_steps_interactive.pm_.c:404
+#: ../../install_steps_interactive.pm_.c:436
msgid "Check bad blocks?"
-msgstr "Gwiria ar bloc'ho siek ?"
+msgstr "Gwiriañ ar bloc'hoù siek ?"
-#: ../../install_steps_interactive.pm_.c:427
+#: ../../install_steps_interactive.pm_.c:462
msgid "Formatting partitions"
-msgstr "O furmadi parzhadurio"
+msgstr "O furmadiñ parzhadurioù"
-#: ../../install_steps_interactive.pm_.c:429
+#: ../../install_steps_interactive.pm_.c:464
#, c-format
msgid "Creating and formatting file %s"
-msgstr "O kroui hag o furmadi ar restr savetei %s"
+msgstr "O krouiñ hag o furmadiñ ar restr saveteiñ %s"
-#: ../../install_steps_interactive.pm_.c:432
+#: ../../install_steps_interactive.pm_.c:467
msgid "Not enough swap to fulfill installation, please add some"
-msgstr "Ket a-walc'h a zisloa evit peurstalia, kreskit anezha mar plij"
+msgstr "Ket a-walc'h a zisloañ evit peurstaliañ, kreskit anezhañ mar plij"
-#: ../../install_steps_interactive.pm_.c:438
+#: ../../install_steps_interactive.pm_.c:473
msgid "Looking for available packages"
-msgstr "O klask ar pakado hegerz"
+msgstr "O klask ar pakadoù hegerz"
-#: ../../install_steps_interactive.pm_.c:444
+#: ../../install_steps_interactive.pm_.c:479
msgid "Finding packages to upgrade"
-msgstr "O kavout pakado da vremanaat"
+msgstr "O kavout pakadoù da vremanaat"
-#: ../../install_steps_interactive.pm_.c:461
+#: ../../install_steps_interactive.pm_.c:496
#, fuzzy, c-format
msgid ""
"Your system has not enough space left for installation or upgrade (%d > %d)"
-msgstr "Ho reizhiad n'eus ket wa-walc'h a egor evit stalia pe vremanaat"
+msgstr "Ho reizhiad n'eus ket wa-walc'h a egor evit staliañ pe vremanaat"
-#: ../../install_steps_interactive.pm_.c:480
-#, fuzzy, c-format
+#: ../../install_steps_interactive.pm_.c:515
+#, c-format
msgid "Complete (%dMB)"
-msgstr "Boas"
+msgstr "Boas (%dMo)"
-#: ../../install_steps_interactive.pm_.c:480
-#, fuzzy, c-format
+#: ../../install_steps_interactive.pm_.c:515
+#, c-format
msgid "Minimum (%dMB)"
-msgstr "(%d Mo)"
+msgstr "Bihanañ (%d Mo)"
-#: ../../install_steps_interactive.pm_.c:480
-#, fuzzy, c-format
+#: ../../install_steps_interactive.pm_.c:515
+#, c-format
msgid "Recommended (%dMB)"
-msgstr "Erbedet"
+msgstr "Erbedet (%dMo)"
-#: ../../install_steps_interactive.pm_.c:486
+#: ../../install_steps_interactive.pm_.c:568
+msgid ""
+"Please choose load or save package selection on floppy.\n"
+"The format is the same as auto_install generated floppies."
+msgstr ""
+
+#: ../../install_steps_interactive.pm_.c:571
+msgid "Load from floppy"
+msgstr "Assevel adalek ar pladennig"
+
+#: ../../install_steps_interactive.pm_.c:573
+msgid "Loading from floppy"
+msgstr "Assevelañ adalek ar pladennig"
+
+#: ../../install_steps_interactive.pm_.c:573
+msgid "Package selection"
+msgstr "Diuzadenn pakadoù"
+
+#: ../../install_steps_interactive.pm_.c:578
#, fuzzy
-msgid "Custom"
-msgstr "Neuziet"
+msgid "Insert a floppy containing package selection"
+msgstr "Lakait ur bladennig el lenner %s"
+
+#: ../../install_steps_interactive.pm_.c:590
+msgid "Save on floppy"
+msgstr "Enrollañ war bladennig"
-#: ../../install_steps_interactive.pm_.c:585
+#: ../../install_steps_interactive.pm_.c:658
msgid "Selected size is larger than available space"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:650
+#: ../../install_steps_interactive.pm_.c:671
+#, fuzzy
+msgid "Type of install"
+msgstr "Dibabit pakadoù da staliañ"
+
+#: ../../install_steps_interactive.pm_.c:672
+msgid ""
+"You haven't selected any group of packages.\n"
+"Please choose the minimal installation you want:"
+msgstr ""
+
+#: ../../install_steps_interactive.pm_.c:675
+msgid "With X"
+msgstr "Gant X"
+
+#: ../../install_steps_interactive.pm_.c:677
+msgid "With basic documentation (recommended!)"
+msgstr ""
+
+#: ../../install_steps_interactive.pm_.c:678
+msgid "Truly minimal install (especially no urpmi)"
+msgstr ""
+
+#: ../../install_steps_interactive.pm_.c:762
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 ""
-"M'hoc'h eus an holl CDo er roll a-is, gwaskit Mat eo.\n"
-"Ma n'hoc'h eus hini eus ar CDo-se, gwaskit Nulla.\n"
-"Ma fazi deoc'h lod eus ar CDo, andiuzit anezho ha gwaskit Mat eo."
+"M'hoc'h eus an holl CDoù er roll a-is, gwaskit Mat eo.\n"
+"Ma n'hoc'h eus hini eus ar CDoù-se, gwaskit Nullañ.\n"
+"Ma fazi deoc'h lod eus ar CDoù, andiuzit anezho ha gwaskit Mat eo."
-#: ../../install_steps_interactive.pm_.c:655
+#: ../../install_steps_interactive.pm_.c:767
#, c-format
msgid "Cd-Rom labeled \"%s\""
msgstr "Cd-Rom skridennet \"%s\""
-#: ../../install_steps_interactive.pm_.c:684
+#: ../../install_steps_interactive.pm_.c:787
+msgid "Preparing installation"
+msgstr "O prientiñ ar staliadur"
+
+#: ../../install_steps_interactive.pm_.c:796
#, c-format
msgid ""
"Installing package %s\n"
"%d%%"
msgstr ""
-"O stalia ar pakad %s\n"
+"O staliañ ar pakad %s\n"
"%d%%"
-#: ../../install_steps_interactive.pm_.c:693
+#: ../../install_steps_interactive.pm_.c:842
msgid "Post-install configuration"
-msgstr "Kefluniadur goude stalia"
+msgstr "Kefluniadur goude staliañ"
-#: ../../install_steps_interactive.pm_.c:718
+#: ../../install_steps_interactive.pm_.c:848
+#, fuzzy, c-format
+msgid "Please insert the Boot floppy used in drive %s"
+msgstr "Lakait ur bladennig el lenner %s"
+
+#: ../../install_steps_interactive.pm_.c:854
+#, fuzzy, c-format
+msgid "Please insert the Update Modules floppy in drive %s"
+msgstr "Lakait ur bladennig gwerc'h el lenner %s"
+
+#: ../../install_steps_interactive.pm_.c:874
msgid ""
"You have now the possibility to download software aimed for encryption.\n"
"\n"
@@ -4309,132 +4342,197 @@ msgid ""
"Altadena California 91001\n"
"USA"
msgstr ""
-"Tu zo deoc'h brema ezkarga mezianto gouestlet d'ar rinegouriezh.\n"
+"Tu zo deoc'h bremañ ezkargañ meziantoù gouestlet d'ar rinegouriezh.\n"
"\n"
-"HO EVEZH :\n"
+"HO EVEZH :\n"
"\n"
-"Abalamour m'eo dishevel ar pennaenno meur o talvezout evit ar mezianto-"
-"ma hervez\n"
-"gwiraouriezho dishevel, ret eo d'an arval ha/pe arveriad en diwezh ar "
-"mezianto-ma\n"
-"gwiria eo aotreet da ezskarga, mirout ha/pe implijout ar mezianto-ma\n"
-"gouez d'al lezenno en e/he gwiraouriezh.\n"
+"Abalamour m'eo disheñvel ar pennaennoù meur o talvezout evit ar meziantoù-"
+"mañ hervez\n"
+"gwiraouriezhoù disheñvel, ret eo d'an arval ha/pe arveriad en diwezh ar "
+"meziantoù-mañ\n"
+"gwiriañ eo aotreet da ezskargañ, mirout ha/pe implijout ar meziantoù-mañ\n"
+"gouez d'al lezennoù en e/he gwiraouriezh.\n"
"\n"
-"Ouzhpenn an arval ha/pe arveriad en diwezh a rank beza war evezh chom hep "
-"terri\n"
-"lezenno e/he gwiraouriezh. Ma c'hoarvezfe gant an arval ha/pe arveriad\n"
-"en diwezh na zouja ouzh termeno lezenno o talvezout, e telezfe kastizo\n"
+"Ouzhpenn an arval ha/pe arveriad en diwezh a rank bezañ war evezh chom hep "
+"terriñ\n"
+"lezennoù e/he gwiraouriezh. Ma c'hoarvezfe gant an arval ha/pe arveriad\n"
+"en diwezh na zoujañ ouzh termenoù lezennoù o talvezout, e telezfe kastizoù\n"
"kriz.\n"
"\n"
"E nep degouezh ne vo dalc'het Mandrakesoft nag e oberatourien na/pe e "
"bourvezerien\n"
"atebek eus nep gaou dibar, ameeun pe zarvoudus a c'hoarvezfe (ha pa vefe\n"
-"zoken e-touez trao all koll gounid, arsav aferio, koll roado kenwerzhel "
+"zoken e-touez traoù all koll gounid, arsav aferioù, koll roadoù kenwerzhel "
"ha\n"
-"kollo arc'hant all, hag atebegezh pe zigoll diouzh an dro da veza paeet\n"
-"da heul ur barnadeg) o tont diouzh implij, perc'henna, pe zoken ezkarga\n"
-"ar mezianto-ma, a c'hellfe an arval ha/pe arveriad en diwezh beza\n"
-"grataet goude beza sinet an emglev-ma.\n"
+"kolloù arc'hant all, hag atebegezh pe zigoll diouzh an dro da vezañ paeet\n"
+"da heul ur barnadeg) o tont diouzh implij, perc'hennañ, pe zoken ezkargañ\n"
+"ar meziantoù-mañ, a c'hellfe an arval ha/pe arveriad en diwezh bezañ\n"
+"grataet goude bezañ sinet an emglev-mañ.\n"
"\n"
"\n"
-"Evit forzh pe c'houlenn a-zivout an emglevio-se, darempredit mar plij\n"
+"Evit forzh pe c'houlenn a-zivout an emglevioù-se, darempredit mar plij\n"
"Mandrakesoft, Inc.\n"
"2400 N. Lincoln Avenue Suite 243\n"
"Altadena California 91001\n"
"SUA"
-#: ../../install_steps_interactive.pm_.c:750
+#: ../../install_steps_interactive.pm_.c:912
+msgid ""
+"You have now the possibility to download updated packages that have\n"
+"been released after the distribution has been made available.\n"
+"\n"
+"You will get security fixes or bug fixes, but you need to have an\n"
+"Internet connection configured to proceed.\n"
+"\n"
+"Do you want to install the updates ?"
+msgstr ""
+
+#: ../../install_steps_interactive.pm_.c:926
+#, fuzzy
+msgid "Contacting Mandrake Linux web site to get the list of available mirrors"
+msgstr "O taremprediñ ar melezour evit kaout roll ar pakadoù hegerz"
+
+#: ../../install_steps_interactive.pm_.c:931
msgid "Choose a mirror from which to get the packages"
-msgstr "Dibabit ur melezour da dapout ar pakado diwarna"
+msgstr "Dibabit ur melezour da dapout ar pakadoù diwarnañ"
-#: ../../install_steps_interactive.pm_.c:761
+#: ../../install_steps_interactive.pm_.c:940
msgid "Contacting the mirror to get the list of available packages"
-msgstr "O tarempredi ar melezour evit kaout roll ar pakado hegerz"
+msgstr "O taremprediñ ar melezour evit kaout roll ar pakadoù hegerz"
-#: ../../install_steps_interactive.pm_.c:764
-msgid "Please choose the packages you want to install."
-msgstr "Dibabit ar pakado a vennit stalia, mar plij."
-
-#: ../../install_steps_interactive.pm_.c:776
-#, fuzzy
+#: ../../install_steps_interactive.pm_.c:967
msgid "Which is your timezone?"
-msgstr "Pe seurt a vo implij ho reizhiad ?"
+msgstr "Pe seurt a vo ho takad-eur ?"
-#: ../../install_steps_interactive.pm_.c:778
-msgid "Is your hardware clock set to GMT?"
+#: ../../install_steps_interactive.pm_.c:972
+#, fuzzy
+msgid "Hardware clock set to GMT"
msgstr "Ha war GMT eo lakaet ho eurier periantel ?"
-#: ../../install_steps_interactive.pm_.c:806 ../../printer.pm_.c:22
-#: ../../printerdrake.pm_.c:415
+#: ../../install_steps_interactive.pm_.c:973
+msgid "Automatic time synchronization (using NTP)"
+msgstr ""
+
+#: ../../install_steps_interactive.pm_.c:980
+msgid "NTP Server"
+msgstr "Servijer NTP"
+
+#: ../../install_steps_interactive.pm_.c:1014
+#: ../../install_steps_interactive.pm_.c:1022
#, fuzzy
msgid "Remote CUPS server"
msgstr "Steud a-bell"
-#: ../../install_steps_interactive.pm_.c:807
+#: ../../install_steps_interactive.pm_.c:1015
#, fuzzy
msgid "No printer"
msgstr "Moullerez lec'hel"
-#: ../../install_steps_interactive.pm_.c:821
+#: ../../install_steps_interactive.pm_.c:1032
#, fuzzy
+msgid "Do you have an ISA sound card?"
+msgstr "Hag un all hoc'h eus ?"
+
+#: ../../install_steps_interactive.pm_.c:1034
+msgid "Run \"sndconfig\" after installation to configure your sound card"
+msgstr ""
+
+#: ../../install_steps_interactive.pm_.c:1036
+msgid "No sound card detected. Try \"harddrake\" after installation"
+msgstr ""
+
+#: ../../install_steps_interactive.pm_.c:1041 ../../steps.pm_.c:27
+msgid "Summary"
+msgstr "Evit diverriñ"
+
+#: ../../install_steps_interactive.pm_.c:1044
msgid "Mouse"
-msgstr "Logodenn USB"
+msgstr "Logodenn"
-#: ../../install_steps_interactive.pm_.c:823
+#: ../../install_steps_interactive.pm_.c:1046
msgid "Timezone"
-msgstr ""
+msgstr "Takad-eur"
-#: ../../install_steps_interactive.pm_.c:824 ../../printerdrake.pm_.c:344
+#: ../../install_steps_interactive.pm_.c:1047 ../../printerdrake.pm_.c:2276
+#: ../../printerdrake.pm_.c:2354
msgid "Printer"
msgstr "Moullerez"
-#: ../../install_steps_interactive.pm_.c:826
+#: ../../install_steps_interactive.pm_.c:1049
msgid "ISDN card"
-msgstr ""
+msgstr "Kartenn ISDN"
-#: ../../install_steps_interactive.pm_.c:829
+#: ../../install_steps_interactive.pm_.c:1052
+#: ../../install_steps_interactive.pm_.c:1054
msgid "Sound card"
-msgstr ""
+msgstr "Kartenn son"
-#: ../../install_steps_interactive.pm_.c:832
+#: ../../install_steps_interactive.pm_.c:1056
msgid "TV card"
-msgstr ""
+msgstr "Kartenn pellwel"
-#: ../../install_steps_interactive.pm_.c:862
-#, fuzzy
-msgid "Which printing system do you want to use?"
-msgstr "Pe seurt parzhadur a vennit ?"
+#: ../../install_steps_interactive.pm_.c:1094
+#: ../../install_steps_interactive.pm_.c:1118
+#: ../../install_steps_interactive.pm_.c:1122
+msgid "LDAP"
+msgstr "LDAP"
+
+#: ../../install_steps_interactive.pm_.c:1095
+#: ../../install_steps_interactive.pm_.c:1118
+#: ../../install_steps_interactive.pm_.c:1131
+msgid "NIS"
+msgstr "NIS"
+
+#: ../../install_steps_interactive.pm_.c:1096
+#: ../../install_steps_interactive.pm_.c:1118
+msgid "Local files"
+msgstr "Restroù lec'hel"
+
+#: ../../install_steps_interactive.pm_.c:1105
+#: ../../install_steps_interactive.pm_.c:1106 ../../steps.pm_.c:24
+msgid "Set root password"
+msgstr "Termeniñ tremenger root"
-#: ../../install_steps_interactive.pm_.c:896
+#: ../../install_steps_interactive.pm_.c:1107
msgid "No password"
msgstr "Tremenger ebet"
-#: ../../install_steps_interactive.pm_.c:901
+#: ../../install_steps_interactive.pm_.c:1112
#, c-format
msgid "This password is too simple (must be at least %d characters long)"
-msgstr "Re eeun eo an tremenger-se (%d arouezenn a zo ret d'an nebeuta)"
+msgstr "Re eeun eo an tremenger-se (%d arouezenn a zo ret d'an nebeutañ)"
-#: ../../install_steps_interactive.pm_.c:907
-msgid "Use NIS"
-msgstr "Implijout NIS"
+#: ../../install_steps_interactive.pm_.c:1118 ../../network/modem.pm_.c:49
+#: ../../standalone/draknet_.c:626 ../../standalone/logdrake_.c:172
+msgid "Authentication"
+msgstr "Dilesadur"
+
+#: ../../install_steps_interactive.pm_.c:1126
+#, fuzzy
+msgid "Authentication LDAP"
+msgstr "Dilesadur"
-#: ../../install_steps_interactive.pm_.c:907
-msgid "yellow pages"
-msgstr "pajenno melen"
+#: ../../install_steps_interactive.pm_.c:1127
+msgid "LDAP Base dn"
+msgstr ""
+
+#: ../../install_steps_interactive.pm_.c:1128
+msgid "LDAP Server"
+msgstr "Servijer LDAP"
-#: ../../install_steps_interactive.pm_.c:914
-msgid "Authentification NIS"
+#: ../../install_steps_interactive.pm_.c:1134
+msgid "Authentication NIS"
msgstr "Dilesadur NIS"
-#: ../../install_steps_interactive.pm_.c:915
+#: ../../install_steps_interactive.pm_.c:1135
msgid "NIS Domain"
msgstr "Domani NIS"
-#: ../../install_steps_interactive.pm_.c:916
+#: ../../install_steps_interactive.pm_.c:1136
msgid "NIS Server"
msgstr "Servijer NIS"
-#: ../../install_steps_interactive.pm_.c:951
+#: ../../install_steps_interactive.pm_.c:1171
#, fuzzy
msgid ""
"A custom bootdisk provides a way of booting into your Linux system without\n"
@@ -4452,31 +4550,32 @@ msgid ""
"first\n"
"drive and press \"Ok\"."
msgstr ""
-"Ur bladenn loc'ha neuziet a ro un tu da loc'ha ho reizhiad Linux hep "
-"beza\n"
-"dindan beli ar c'harger loc'ha boas. Talvoudus eo ma ne mennit ket stalia "
+"Ur bladenn loc'hañ neuziet a ro un tu da loc'hañ ho reizhiad Linux hep "
+"bezañ\n"
+"dindan beli ar c'harger loc'hañ boas. Talvoudus eo ma ne mennit ket staliañ "
"LILO\n"
-"(pe grub) war ho reizhiad, pe ma skarzh ur reizhiad oberia LILO, pe ma ne\n"
-"da ket en-dro LILO war ho kefluniadur periantel. Ur bladenn loc'ha neuziet\n"
-"a c'hell ivez beza implijet gant ar skeudenn savetei Mandrake, en ur "
+"(pe grub) war ho reizhiad, pe ma skarzh ur reizhiad oberiañ LILO, pe ma ne\n"
+"da ket en-dro LILO war ho kefluniadur periantel. Ur bladenn loc'hañ neuziet\n"
+"a c'hell ivez bezañ implijet gant ar skeudenn saveteiñ Mandrake, en ur "
"aesaat an\n"
-"assevel pa vefec'h sac'het grevus. Mennout a rit kroui ur bladenn loc'ha "
+"assevel pa vefec'h sac'het grevus. Mennout a rit krouiñ ur bladenn loc'hañ "
"evit\n"
"ho reizhiad ?"
-#: ../../install_steps_interactive.pm_.c:967
+#: ../../install_steps_interactive.pm_.c:1187
msgid "First floppy drive"
-msgstr "Lenner pladennig kenta"
+msgstr "Lenner pladennig kentañ"
-#: ../../install_steps_interactive.pm_.c:968
+#: ../../install_steps_interactive.pm_.c:1188
msgid "Second floppy drive"
msgstr "Eil lenner pladennig"
-#: ../../install_steps_interactive.pm_.c:969
+#: ../../install_steps_interactive.pm_.c:1189 ../../printerdrake.pm_.c:1848
msgid "Skip"
msgstr "Tremen e-biou"
-#: ../../install_steps_interactive.pm_.c:974
+#: ../../install_steps_interactive.pm_.c:1194
+#, c-format
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 "
@@ -4487,137 +4586,151 @@ msgid ""
"with\n"
"the Mandrake rescue image, making it much easier to recover from severe "
"system\n"
-"failures. Would you like to create a bootdisk for your system?"
+"failures. Would you like to create a bootdisk for your system?\n"
+"%s"
msgstr ""
-"Ur bladenn loc'ha neuziet a ro un tu da loc'ha ho reizhiad Linux hep "
-"beza\n"
-"dindan beli ar c'harger loc'ha boas. Talvoudus eo ma ne mennit ket stalia "
+"Ur bladenn loc'hañ neuziet a ro un tu da loc'hañ ho reizhiad Linux hep "
+"bezañ\n"
+"dindan beli ar c'harger loc'hañ boas. Talvoudus eo ma ne mennit ket staliañ "
"LILO\n"
-"(pe grub) war ho reizhiad, pe ma skarzh ur reizhiad oberia LILO, pe ma ne\n"
-"da ket en-dro LILO war ho kefluniadur periantel. Ur bladenn loc'ha neuziet\n"
-"a c'hell ivez beza implijet gant ar skeudenn savetei Mandrake, en ur "
+"(pe grub) war ho reizhiad, pe ma skarzh ur reizhiad oberiañ LILO, pe ma ne\n"
+"da ket en-dro LILO war ho kefluniadur periantel. Ur bladenn loc'hañ neuziet\n"
+"a c'hell ivez bezañ implijet gant ar skeudenn saveteiñ Mandrake, en ur "
"aesaat an\n"
-"assevel pa vefec'h sac'het grevus. Mennout a rit kroui ur bladenn loc'ha "
+"assevel pa vefec'h sac'het grevus. Mennout a rit krouiñ ur bladenn loc'hañ "
"evit\n"
-"ho reizhiad ?"
+"ho reizhiad ?\n"
+"%s"
-#: ../../install_steps_interactive.pm_.c:983
+#: ../../install_steps_interactive.pm_.c:1200
+msgid ""
+"\n"
+"\n"
+"(WARNING! You're using XFS for your root partition,\n"
+"creating a bootdisk on a 1.44 Mb floppy will probably fail,\n"
+"because XFS needs a very large driver)."
+msgstr ""
+
+#: ../../install_steps_interactive.pm_.c:1208
msgid "Sorry, no floppy drive available"
msgstr "Ho tigarez, lenner pladennig hegerz ebet"
-#: ../../install_steps_interactive.pm_.c:987
+#: ../../install_steps_interactive.pm_.c:1212
msgid "Choose the floppy drive you want to use to make the bootdisk"
msgstr ""
-"Dibabit al lenner pladennig a vennit implijout evit ober ar bladenn loc'ha"
+"Dibabit al lenner pladennig a vennit implijout evit ober ar bladenn loc'hañ"
-#: ../../install_steps_interactive.pm_.c:991
-#, c-format
-msgid "Insert a floppy in drive %s"
+#: ../../install_steps_interactive.pm_.c:1216
+#, fuzzy, c-format
+msgid "Insert a floppy in %s"
msgstr "Lakait ur bladennig el lenner %s"
-#: ../../install_steps_interactive.pm_.c:994
+#: ../../install_steps_interactive.pm_.c:1219
msgid "Creating bootdisk"
-msgstr "O kroui ar bladenn loc'ha"
+msgstr "O krouiñ ar bladenn loc'hañ"
-#: ../../install_steps_interactive.pm_.c:1001
+#: ../../install_steps_interactive.pm_.c:1226
msgid "Preparing bootloader"
-msgstr "O prienti ar c'harger loc'ha"
+msgstr "O prientiñ ar c'harger loc'hañ"
-#: ../../install_steps_interactive.pm_.c:1010
-#, fuzzy
+#: ../../install_steps_interactive.pm_.c:1237
+msgid ""
+"You appear to have an OldWorld or Unknown\n"
+" machine, the yaboot bootloader will not work for you.\n"
+"The install will continue, but you'll\n"
+" need to use BootX to boot your machine"
+msgstr ""
+
+#: ../../install_steps_interactive.pm_.c:1243
msgid "Do you want to use aboot?"
-msgstr "Mennout a rit implijout SILO ?"
+msgstr "Mennout a rit implijout aboot?"
-#: ../../install_steps_interactive.pm_.c:1013
+#: ../../install_steps_interactive.pm_.c:1246
msgid ""
"Error installing aboot, \n"
"try to force installation even if that destroys the first partition?"
msgstr ""
-"Fazi en ur stalia aboot,\n"
-"klask redia ar staliadur zoken ma tistruj ar parzhadur kenta ?"
+"Fazi en ur staliañ aboot,\n"
+"klask rediañ ar staliadur zoken ma tistruj ar parzhadur kentañ ?"
-#: ../../install_steps_interactive.pm_.c:1022
+#: ../../install_steps_interactive.pm_.c:1253
+msgid "Installing bootloader"
+msgstr "Staliañ ar c'harger loc'hañ"
+
+#: ../../install_steps_interactive.pm_.c:1259
#, fuzzy
msgid "Installation of bootloader failed. The following error occured:"
-msgstr "Staliadur LILO a zo sac'het. Degouezhet eo ar fazi a heul :"
+msgstr "Staliadur LILO a zo sac'het. Degouezhet eo ar fazi a heul :"
-#: ../../install_steps_interactive.pm_.c:1030
+#: ../../install_steps_interactive.pm_.c:1267
+#, c-format
msgid ""
"You may need to change your Open Firmware boot-device to\n"
" enable the bootloader. If you don't see the bootloader prompt at\n"
" reboot, hold down Command-Option-O-F at reboot and enter:\n"
-" setenv boot-device $of_boot,\\\\:tbxi\n"
+" setenv boot-device %s,\\\\:tbxi\n"
" Then type: shut-down\n"
"At your next boot you should see the bootloader prompt."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1038 ../../standalone/draksec_.c:23
-msgid "Low"
-msgstr "Izel"
-
-#: ../../install_steps_interactive.pm_.c:1039 ../../standalone/draksec_.c:24
-msgid "Medium"
-msgstr "Etre"
-
-#: ../../install_steps_interactive.pm_.c:1040 ../../standalone/draksec_.c:25
-msgid "High"
-msgstr "Uhel"
-
-#: ../../install_steps_interactive.pm_.c:1044 ../../standalone/draksec_.c:49
-msgid "Choose security level"
-msgstr "Dibabit al live surentez"
-
-#: ../../install_steps_interactive.pm_.c:1080
-msgid "Do you want to generate an auto install floppy for linux replication?"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1082
+#: ../../install_steps_interactive.pm_.c:1311
+#: ../../standalone/drakautoinst_.c:81
#, c-format
msgid "Insert a blank floppy in drive %s"
msgstr "Lakait ur bladennig gwerc'h el lenner %s"
-#: ../../install_steps_interactive.pm_.c:1096
-#: ../../install_steps_interactive.pm_.c:1128
+#: ../../install_steps_interactive.pm_.c:1315
+#: ../../standalone/drakautoinst_.c:83
msgid "Creating auto install floppy"
-msgstr "O kroui ur bladennig stalia emgefreek"
+msgstr "O krouiñ ur bladennig staliañ emgefreek"
-#: ../../install_steps_interactive.pm_.c:1156
+#: ../../install_steps_interactive.pm_.c:1326
msgid ""
"Some steps are not completed.\n"
"\n"
"Do you really want to quit now?"
msgstr ""
-"Lankado 'zo n'int ket peurc'hraet.\n"
+"Lankadoù 'zo n'int ket peurc'hraet.\n"
"\n"
-"Mennout a rit kuitaat da vat brema ?"
+"Mennout a rit kuitaat da vat bremañ ?"
-#: ../../install_steps_interactive.pm_.c:1167
+#: ../../install_steps_interactive.pm_.c:1337
msgid ""
"Congratulations, installation is complete.\n"
"Remove the boot media and press return to reboot.\n"
"\n"
-"For information on fixes which are available for this release of Linux-"
-"Mandrake,\n"
-"consult the Errata available from http://www.linux-mandrake.com/.\n"
+"\n"
+"For information on fixes which are available for this release of Mandrake "
+"Linux,\n"
+"consult the Errata available from:\n"
+"\n"
+"\n"
+"http://www.linux-mandrake.com/en/82errata.php3\n"
+"\n"
"\n"
"Information on configuring your system is available in the post\n"
-"install chapter of the Official Linux-Mandrake User's Guide."
+"install chapter of the Official Mandrake Linux User's Guide."
msgstr ""
-"Gourc'hemenno, peurc'hraet eo ar staliadur.\n"
-"Lamit ar bladenn loc'ha ha gwaskit enkas evit adloc'ha.\n"
+"Gourc'hemennoù, peurc'hraet eo ar staliadur.\n"
+"Lamit ar bladenn loc'hañ ha gwaskit enkas evit adloc'hañ.\n"
+"\n"
+"\n"
+"Evit titouroù war palastroù hegerz evit stumm-mañ Mandrake Linux,\n"
+"sellit ouzh ar meneger fazioù hegerz e \n"
"\n"
-"Evit titouro war palastro hegerz evit stumm-ma Linux-Mandrake,\n"
-"sellit ouzh ar meneger fazio hegerz e http://www.linux-mandrake.com/.\n"
"\n"
-"Titouro war geflunia ho reizhiad a zo hegerz e rannbennad Goude\n"
-"Stalia Sturier ofisiel an Arveriad Linux-Mandrake."
+"http://www.linux-mandrake.com/en/82errata.php3\n"
+"\n"
+"\n"
+"Titouroù war gefluniañ ho reizhiad a zo hegerz e rannbennad Goude\n"
+"Staliañ Sturier ofisiel an Arveriad Mandrake Linux."
-#: ../../install_steps_interactive.pm_.c:1179
+#: ../../install_steps_interactive.pm_.c:1354
#, fuzzy
msgid "Generate auto install floppy"
-msgstr "O kroui ur bladennig stalia emgefreek"
+msgstr "O krouiñ ur bladennig staliañ emgefreek"
-#: ../../install_steps_interactive.pm_.c:1181
+#: ../../install_steps_interactive.pm_.c:1356
msgid ""
"The auto install can be fully automated if wanted,\n"
"in that case it will take over the hard drive!!\n"
@@ -4626,368 +4739,498 @@ msgid ""
"You may prefer to replay the installation.\n"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1186
+#: ../../install_steps_interactive.pm_.c:1361
msgid "Automated"
msgstr "Emgefreek"
-#: ../../install_steps_interactive.pm_.c:1186
+#: ../../install_steps_interactive.pm_.c:1361
#, fuzzy
msgid "Replay"
-msgstr "Adkarga"
+msgstr "Adkargañ"
-#: ../../install_steps_interactive.pm_.c:1189
+#: ../../install_steps_interactive.pm_.c:1364
#, fuzzy
msgid "Save packages selection"
-msgstr "Diuz pakado unan hag unan"
+msgstr "Diuz pakadoù unan hag unan"
#: ../../install_steps_newt.pm_.c:22
#, c-format
-msgid "Linux-Mandrake Installation %s"
-msgstr "Staliadur Linux-Mandrake %s"
+msgid "Mandrake Linux Installation %s"
+msgstr "Staliadur Mandrake Linux %s"
-#: ../../install_steps_newt.pm_.c:33
+#: ../../install_steps_newt.pm_.c:34
msgid ""
" <Tab>/<Alt-Tab> between elements | <Space> selects | <F12> next screen "
msgstr ""
-" <Tab>/<Alt-Tab> etre elfenno | <Esaouenn> a ziuz | <F12> skramm a heul "
+" <Tab>/<Alt-Tab> etre elfennoù | <Esaouenn> a ziuz | <F12> skramm a heul "
-#: ../../interactive.pm_.c:65
+#: ../../interactive.pm_.c:87
msgid "kdesu missing"
+msgstr "kdesu mank"
+
+#: ../../interactive.pm_.c:89 ../../interactive.pm_.c:100
+msgid "consolehelper missing"
msgstr ""
-#: ../../interactive.pm_.c:267
+#: ../../interactive.pm_.c:152
+msgid "Choose a file"
+msgstr "Dibabit ur restr"
+
+#: ../../interactive.pm_.c:314
msgid "Advanced"
-msgstr ""
+msgstr "Barek"
+
+#: ../../interactive.pm_.c:315
+#, fuzzy
+msgid "Basic"
+msgstr "Diazez"
-#: ../../interactive.pm_.c:290
+#: ../../interactive.pm_.c:386
msgid "Please wait"
msgstr "Gortozit mar plij"
-#: ../../interactive_stdio.pm_.c:35
-#, c-format
-msgid "Ambiguity (%s), be more precise\n"
-msgstr "Amsklaer (%s), bezit spisoc'h\n"
+#: ../../interactive_gtk.pm_.c:605 ../../services.pm_.c:222
+msgid "Info"
+msgstr "Titouroù"
-#: ../../interactive_stdio.pm_.c:36 ../../interactive_stdio.pm_.c:51
-#: ../../interactive_stdio.pm_.c:71
+#: ../../interactive_gtk.pm_.c:715
+msgid "Expand Tree"
+msgstr "Astenn ar wezenn"
+
+#: ../../interactive_gtk.pm_.c:716
+msgid "Collapse Tree"
+msgstr "Plegañ ar wezenn"
+
+#: ../../interactive_gtk.pm_.c:717
+msgid "Toggle between flat and group sorted"
+msgstr "Gwintañ etre kompez ha rummet dre strollad"
+
+#: ../../interactive_stdio.pm_.c:29 ../../interactive_stdio.pm_.c:147
msgid "Bad choice, try again\n"
msgstr "Dibab fall, klaskit adarre\n"
-#: ../../interactive_stdio.pm_.c:39
+#: ../../interactive_stdio.pm_.c:30 ../../interactive_stdio.pm_.c:148
#, c-format
-msgid " ? (default %s) "
-msgstr "? (%s dre ziouer)"
+msgid "Your choice? (default %s) "
+msgstr "Ho tibab ? (%s dre ziouer)"
#: ../../interactive_stdio.pm_.c:52
#, c-format
-msgid "Your choice? (default %s) "
+msgid ""
+"Entries you'll have to fill:\n"
+"%s"
+msgstr ""
+
+#: ../../interactive_stdio.pm_.c:68
+#, fuzzy, c-format
+msgid "Your choice? (0/1, default `%s') "
+msgstr "Ho tibab ? (%s dre ziouer)"
+
+#: ../../interactive_stdio.pm_.c:93
+#, c-format
+msgid "Button `%s': %s"
+msgstr "Nozel `%s': %s"
+
+#: ../../interactive_stdio.pm_.c:94
+#, fuzzy
+msgid "Do you want to click on this button? "
+msgstr "Mennout a rit implijout SILO ?"
+
+#: ../../interactive_stdio.pm_.c:103
+#, fuzzy, c-format
+msgid "Your choice? (default `%s'%s) "
msgstr "Ho tibab ? (%s dre ziouer)"
-#: ../../interactive_stdio.pm_.c:72
+#: ../../interactive_stdio.pm_.c:121
+#, c-format
+msgid "=> There are many things to choose from (%s).\n"
+msgstr ""
+
+#: ../../interactive_stdio.pm_.c:124
+msgid ""
+"Please choose the first number of the 10-range you wish to edit,\n"
+"or just hit Enter to proceed.\n"
+"Your choice? "
+msgstr ""
+
+#: ../../interactive_stdio.pm_.c:137
#, c-format
-msgid "Your choice? (default %s enter `none' for none) "
-msgstr "Ho tibab ? (%s dre ziouer, skrivit `none' evit hini ebet)"
+msgid ""
+"=> Notice, a label changed:\n"
+"%s"
+msgstr ""
-#: ../../keyboard.pm_.c:124 ../../keyboard.pm_.c:155
+#: ../../interactive_stdio.pm_.c:144
+msgid "Re-submit"
+msgstr ""
+
+#: ../../keyboard.pm_.c:174 ../../keyboard.pm_.c:205
msgid "Czech (QWERTZ)"
msgstr "Tchek (QWERTZ)"
-#: ../../keyboard.pm_.c:125 ../../keyboard.pm_.c:138 ../../keyboard.pm_.c:158
+#: ../../keyboard.pm_.c:175 ../../keyboard.pm_.c:207
msgid "German"
msgstr "Alaman"
-#: ../../keyboard.pm_.c:126
+#: ../../keyboard.pm_.c:176
msgid "Dvorak"
msgstr "Dvorak"
-#: ../../keyboard.pm_.c:127 ../../keyboard.pm_.c:164
+#: ../../keyboard.pm_.c:177 ../../keyboard.pm_.c:214
msgid "Spanish"
msgstr "Spagnol"
-#: ../../keyboard.pm_.c:128 ../../keyboard.pm_.c:165
+#: ../../keyboard.pm_.c:178 ../../keyboard.pm_.c:215
msgid "Finnish"
msgstr "Finnek"
-#: ../../keyboard.pm_.c:129 ../../keyboard.pm_.c:139 ../../keyboard.pm_.c:166
+#: ../../keyboard.pm_.c:179 ../../keyboard.pm_.c:216
msgid "French"
msgstr "Gall"
-#: ../../keyboard.pm_.c:130 ../../keyboard.pm_.c:187
+#: ../../keyboard.pm_.c:180 ../../keyboard.pm_.c:241
msgid "Norwegian"
msgstr "Norvegek"
-#: ../../keyboard.pm_.c:131
+#: ../../keyboard.pm_.c:181
msgid "Polish"
msgstr "Polonek"
-#: ../../keyboard.pm_.c:132 ../../keyboard.pm_.c:192
+#: ../../keyboard.pm_.c:182 ../../keyboard.pm_.c:249
msgid "Russian"
msgstr "Rusiek"
-#: ../../keyboard.pm_.c:133 ../../keyboard.pm_.c:203
+#: ../../keyboard.pm_.c:184 ../../keyboard.pm_.c:251
+msgid "Swedish"
+msgstr "Svedek"
+
+#: ../../keyboard.pm_.c:185 ../../keyboard.pm_.c:266
msgid "UK keyboard"
msgstr "Stokellaoueg RU"
-#: ../../keyboard.pm_.c:134 ../../keyboard.pm_.c:137 ../../keyboard.pm_.c:204
+#: ../../keyboard.pm_.c:186 ../../keyboard.pm_.c:267
msgid "US keyboard"
msgstr "Stokellaoueg SUA"
-#: ../../keyboard.pm_.c:141
+#: ../../keyboard.pm_.c:188
+#, fuzzy
+msgid "Albanian"
+msgstr "Ukrainiek"
+
+#: ../../keyboard.pm_.c:189
msgid "Armenian (old)"
msgstr "Armeniek (kozh)"
-#: ../../keyboard.pm_.c:142
+#: ../../keyboard.pm_.c:190
msgid "Armenian (typewriter)"
msgstr "Armeniek (skriverez)"
-#: ../../keyboard.pm_.c:143
+#: ../../keyboard.pm_.c:191
msgid "Armenian (phonetic)"
msgstr "Armeniek (soniadel)"
-#: ../../keyboard.pm_.c:147
+#: ../../keyboard.pm_.c:196
msgid "Azerbaidjani (latin)"
-msgstr ""
-
-#: ../../keyboard.pm_.c:148
-msgid "Azerbaidjani (cyrillic)"
-msgstr ""
+msgstr "Azerbaidjanek (latin)"
-#: ../../keyboard.pm_.c:149
+#: ../../keyboard.pm_.c:198
msgid "Belgian"
msgstr "Belgian"
-#: ../../keyboard.pm_.c:150
-msgid "Bulgarian"
-msgstr "Bulgarek"
+#: ../../keyboard.pm_.c:199
+#, fuzzy
+msgid "Bulgarian (phonetic)"
+msgstr "Armeniek (soniadel)"
+
+#: ../../keyboard.pm_.c:200
+msgid "Bulgarian (BDS)"
+msgstr "Bulgarek (BDS)"
-#: ../../keyboard.pm_.c:151
+#: ../../keyboard.pm_.c:201
msgid "Brazilian (ABNT-2)"
-msgstr "Brasilek"
+msgstr "Brasilek (ABNT-2)"
-#: ../../keyboard.pm_.c:152
+#: ../../keyboard.pm_.c:202
#, fuzzy
msgid "Belarusian"
msgstr "Bulgarek"
-#: ../../keyboard.pm_.c:153
+#: ../../keyboard.pm_.c:203
msgid "Swiss (German layout)"
msgstr "Suis (reizhadur alaman)"
-#: ../../keyboard.pm_.c:154
+#: ../../keyboard.pm_.c:204
msgid "Swiss (French layout)"
msgstr "Suis (reizhadur gall)"
-#: ../../keyboard.pm_.c:156
+#: ../../keyboard.pm_.c:206
msgid "Czech (QWERTY)"
msgstr "Tchek (QWERTY)"
-#: ../../keyboard.pm_.c:157
-msgid "Czech (Programmers)"
-msgstr ""
-
-#: ../../keyboard.pm_.c:159
+#: ../../keyboard.pm_.c:208
msgid "German (no dead keys)"
msgstr "Alaman (stokell marv ebet)"
-#: ../../keyboard.pm_.c:160
+#: ../../keyboard.pm_.c:209
msgid "Danish"
msgstr "Danek"
-#: ../../keyboard.pm_.c:161
-#, fuzzy
+#: ../../keyboard.pm_.c:210
msgid "Dvorak (US)"
-msgstr "Dvorak"
+msgstr "Dvorak (US)"
-#: ../../keyboard.pm_.c:162
-#, fuzzy
+#: ../../keyboard.pm_.c:211
msgid "Dvorak (Norwegian)"
-msgstr "Norvegek"
+msgstr "Dvorak (Norvegek)"
-#: ../../keyboard.pm_.c:163
+#: ../../keyboard.pm_.c:212
+msgid "Dvorak (Swedish)"
+msgstr "Dvorak (Svedek)"
+
+#: ../../keyboard.pm_.c:213
msgid "Estonian"
msgstr "Estoniek"
-#: ../../keyboard.pm_.c:167
+#: ../../keyboard.pm_.c:217
msgid "Georgian (\"Russian\" layout)"
msgstr "Jorjiek (reizhadur \"Rusiek\")"
-#: ../../keyboard.pm_.c:168
+#: ../../keyboard.pm_.c:218
msgid "Georgian (\"Latin\" layout)"
msgstr "Jorjiek (reizhadur \"Latin\")"
-#: ../../keyboard.pm_.c:169
+#: ../../keyboard.pm_.c:219
msgid "Greek"
msgstr "Gresian"
-#: ../../keyboard.pm_.c:170
+#: ../../keyboard.pm_.c:220
msgid "Hungarian"
msgstr "Hungarian"
-#: ../../keyboard.pm_.c:171
+#: ../../keyboard.pm_.c:221
msgid "Croatian"
msgstr "Kroatek"
-#: ../../keyboard.pm_.c:172
+#: ../../keyboard.pm_.c:222
msgid "Israeli"
msgstr "Israelian"
-#: ../../keyboard.pm_.c:173
+#: ../../keyboard.pm_.c:223
msgid "Israeli (Phonetic)"
msgstr "Israelian (soniadel)"
-#: ../../keyboard.pm_.c:174
+#: ../../keyboard.pm_.c:224
#, fuzzy
msgid "Iranian"
msgstr "Ukrainiek"
-#: ../../keyboard.pm_.c:175
+#: ../../keyboard.pm_.c:225
msgid "Icelandic"
msgstr "Islandek"
-#: ../../keyboard.pm_.c:176
+#: ../../keyboard.pm_.c:226
msgid "Italian"
msgstr "Italian"
-#: ../../keyboard.pm_.c:177
+#: ../../keyboard.pm_.c:228
msgid "Japanese 106 keys"
msgstr ""
-#: ../../keyboard.pm_.c:178
+#: ../../keyboard.pm_.c:231
#, fuzzy
msgid "Korean keyboard"
-msgstr "Stokellaoueg RU"
+msgstr "Reizhadur Stokellaoueg RU"
-#: ../../keyboard.pm_.c:179
+#: ../../keyboard.pm_.c:232
msgid "Latin American"
msgstr "Amerikan Latin"
-#: ../../keyboard.pm_.c:180
-msgid "Macedonian"
-msgstr ""
-
-#: ../../keyboard.pm_.c:181
-msgid "Dutch"
-msgstr "Hollandek"
-
-#: ../../keyboard.pm_.c:182
-#, fuzzy
+#: ../../keyboard.pm_.c:233
msgid "Lithuanian AZERTY (old)"
-msgstr "Lituaniek AZERTY"
+msgstr "Lituaniek AZERTY (kozh)"
-#: ../../keyboard.pm_.c:184
-#, fuzzy
+#: ../../keyboard.pm_.c:235
msgid "Lithuanian AZERTY (new)"
-msgstr "Lituaniek AZERTY"
+msgstr "Lituaniek AZERTY (nevez)"
-#: ../../keyboard.pm_.c:185
+#: ../../keyboard.pm_.c:236
msgid "Lithuanian \"number row\" QWERTY"
-msgstr "Lituaniek QUERTY \"linenn sifro\""
+msgstr "Lituaniek QUERTY \"linenn sifroù\""
-#: ../../keyboard.pm_.c:186
+#: ../../keyboard.pm_.c:237
msgid "Lithuanian \"phonetic\" QWERTY"
msgstr "Lituaniek QUERTY \"soniadel\""
-#: ../../keyboard.pm_.c:188
+#: ../../keyboard.pm_.c:238
+#, fuzzy
+msgid "Latvian"
+msgstr "Titouroù"
+
+#: ../../keyboard.pm_.c:239
+msgid "Macedonian"
+msgstr "Makedonia"
+
+#: ../../keyboard.pm_.c:240
+msgid "Dutch"
+msgstr "Hollandek"
+
+#: ../../keyboard.pm_.c:242
msgid "Polish (qwerty layout)"
msgstr "Polonek (reizhadur qwerty)"
-#: ../../keyboard.pm_.c:189
+#: ../../keyboard.pm_.c:243
msgid "Polish (qwertz layout)"
msgstr "Polonek (reizhadur qwerty)"
-#: ../../keyboard.pm_.c:190
+#: ../../keyboard.pm_.c:244
msgid "Portuguese"
msgstr "Portugalek"
-#: ../../keyboard.pm_.c:191
+#: ../../keyboard.pm_.c:245
msgid "Canadian (Quebec)"
msgstr "Kanadian (Kebek)"
-#: ../../keyboard.pm_.c:193
-msgid "Russian (Yawerty)"
+#: ../../keyboard.pm_.c:247
+#, fuzzy
+msgid "Romanian (qwertz)"
msgstr "Rusiek (Yawerty)"
-#: ../../keyboard.pm_.c:194
-msgid "Swedish"
-msgstr "Svedek"
+#: ../../keyboard.pm_.c:248
+#, fuzzy
+msgid "Romanian (qwerty)"
+msgstr "Rusiek (Yawerty)"
-#: ../../keyboard.pm_.c:195
+#: ../../keyboard.pm_.c:250
+msgid "Russian (Yawerty)"
+msgstr "Rusiek (Yawerty)"
+
+#: ../../keyboard.pm_.c:252
msgid "Slovenian"
msgstr "Slovek"
-#: ../../keyboard.pm_.c:196
+#: ../../keyboard.pm_.c:253
msgid "Slovakian (QWERTZ)"
msgstr "Slovakek (QWERTZ)"
-#: ../../keyboard.pm_.c:197
+#: ../../keyboard.pm_.c:254
msgid "Slovakian (QWERTY)"
msgstr "Slovakek (QWERTY)"
-#: ../../keyboard.pm_.c:198
-msgid "Slovakian (Programmers)"
-msgstr ""
+#: ../../keyboard.pm_.c:256
+#, fuzzy
+msgid "Serbian (cyrillic)"
+msgstr "Yougoslaviek (reizhadur latin)"
-#: ../../keyboard.pm_.c:199
+#: ../../keyboard.pm_.c:258
+#, fuzzy
+msgid "Tamil"
+msgstr "Taolenn"
+
+#: ../../keyboard.pm_.c:259
msgid "Thai keyboard"
msgstr "Stokellaoueg Thai"
-#: ../../keyboard.pm_.c:200
+#: ../../keyboard.pm_.c:261
+#, fuzzy
+msgid "Tajik keyboard"
+msgstr "Stokellaoueg Thai"
+
+#: ../../keyboard.pm_.c:262
msgid "Turkish (traditional \"F\" model)"
msgstr "Turkek (hengounel doare \"F\")"
-#: ../../keyboard.pm_.c:201
+#: ../../keyboard.pm_.c:263
msgid "Turkish (modern \"Q\" model)"
msgstr "Turkek (arnevez doare \"Q\")"
-#: ../../keyboard.pm_.c:202
+#: ../../keyboard.pm_.c:265
msgid "Ukrainian"
msgstr "Ukrainiek"
-#: ../../keyboard.pm_.c:205
+#: ../../keyboard.pm_.c:268
msgid "US keyboard (international)"
msgstr "Stokellaoueg SUA (etrevroadel)"
-#: ../../keyboard.pm_.c:206
+#: ../../keyboard.pm_.c:269
#, fuzzy
msgid "Vietnamese \"numeric row\" QWERTY"
-msgstr "Lituaniek QUERTY \"linenn sifro\""
+msgstr "Lituaniek QUERTY \"linenn sifroù\""
-#: ../../keyboard.pm_.c:207
-#, fuzzy
-msgid "Yugoslavian (latin/cyrillic)"
-msgstr "Yougoslaviek (reizhadur latin)"
+#: ../../keyboard.pm_.c:270
+msgid "Yugoslavian (latin)"
+msgstr "Yougoslaviek (latin)"
+
+#: ../../keyboard.pm_.c:278
+msgid "Right Alt key"
+msgstr ""
+
+#: ../../keyboard.pm_.c:279
+msgid "Both Shift keys simultaneously"
+msgstr ""
+
+#: ../../keyboard.pm_.c:280
+msgid "Control and Shift keys simultaneously"
+msgstr ""
+
+#: ../../keyboard.pm_.c:281
+msgid "CapsLock key"
+msgstr ""
+
+#: ../../keyboard.pm_.c:282
+msgid "Ctrl and Alt keys simultaneously"
+msgstr ""
+
+#: ../../keyboard.pm_.c:283
+msgid "Alt and Shift keys simultaneously"
+msgstr ""
-#: ../../lvm.pm_.c:70
+#: ../../keyboard.pm_.c:284
+msgid "\"Menu\" key"
+msgstr ""
+
+#: ../../keyboard.pm_.c:285
+msgid "Left \"Windows\" key"
+msgstr ""
+
+#: ../../keyboard.pm_.c:286
+msgid "Right \"Windows\" key"
+msgstr ""
+
+#: ../../loopback.pm_.c:32
+#, c-format
+msgid "Circular mounts %s\n"
+msgstr "Marc'hañ kelc'hiek %s\n"
+
+#: ../../lvm.pm_.c:88
msgid "Remove the logical volumes first\n"
msgstr ""
+#: ../../modules.pm_.c:826
+msgid ""
+"PCMCIA support no longer exist for 2.2 kernels. Please use a 2.4 kernel."
+msgstr ""
+
#: ../../mouse.pm_.c:25
msgid "Sun - Mouse"
msgstr "Logodenn Sun"
-#: ../../mouse.pm_.c:31
-msgid "Standard"
-msgstr ""
-
#: ../../mouse.pm_.c:32
msgid "Logitech MouseMan+"
msgstr "Logitech MouseMan+"
#: ../../mouse.pm_.c:33
-#, fuzzy
msgid "Generic PS2 Wheel Mouse"
-msgstr "Logodenn rummel"
+msgstr "Logodenn rummel PS2 rodellek"
#: ../../mouse.pm_.c:34
-#, fuzzy
msgid "GlidePoint"
-msgstr "ALPS GlidePoint"
+msgstr "GlidePoint"
-#: ../../mouse.pm_.c:36 ../../mouse.pm_.c:62
+#: ../../mouse.pm_.c:36 ../../mouse.pm_.c:63
msgid "Kensington Thinking Mouse"
msgstr "Logodenn Kensington Thinking"
-#: ../../mouse.pm_.c:37 ../../mouse.pm_.c:58
+#: ../../mouse.pm_.c:37 ../../mouse.pm_.c:59
msgid "Genius NetMouse"
msgstr "Genius NetMouse"
@@ -4995,262 +5238,293 @@ msgstr "Genius NetMouse"
msgid "Genius NetScroll"
msgstr "Genius NetScroll"
-#: ../../mouse.pm_.c:43 ../../mouse.pm_.c:67
+#: ../../mouse.pm_.c:43 ../../mouse.pm_.c:68
msgid "1 button"
-msgstr ""
+msgstr "1 nozelenn"
+
+#: ../../mouse.pm_.c:44 ../../mouse.pm_.c:51
+msgid "Generic 2 Button Mouse"
+msgstr "Logodenn rummel 2 nozelenn"
-#: ../../mouse.pm_.c:44
+#: ../../mouse.pm_.c:45
msgid "Generic"
msgstr "Rummel"
-#: ../../mouse.pm_.c:45
-#, fuzzy
+#: ../../mouse.pm_.c:46
msgid "Wheel"
-msgstr "live"
+msgstr "Rodel"
-#: ../../mouse.pm_.c:48
+#: ../../mouse.pm_.c:49
msgid "serial"
msgstr "a-steud"
-#: ../../mouse.pm_.c:50
-msgid "Generic 2 Button Mouse"
-msgstr "Logodenn rummel 2 nozelenn"
-
-#: ../../mouse.pm_.c:51
+#: ../../mouse.pm_.c:52
msgid "Generic 3 Button Mouse"
msgstr "Logodenn rummel 3 nozelenn"
-#: ../../mouse.pm_.c:52
+#: ../../mouse.pm_.c:53
msgid "Microsoft IntelliMouse"
msgstr "Microsoft IntelliMouse"
-#: ../../mouse.pm_.c:53
+#: ../../mouse.pm_.c:54
msgid "Logitech MouseMan"
msgstr "Logitech MouseMan+/FirstMouse+"
-#: ../../mouse.pm_.c:54
+#: ../../mouse.pm_.c:55
msgid "Mouse Systems"
msgstr "Mouse Systems"
-#: ../../mouse.pm_.c:56
+#: ../../mouse.pm_.c:57
msgid "Logitech CC Series"
-msgstr "Logitech doare CC (a-steud)"
+msgstr "Logitech doare CC"
-#: ../../mouse.pm_.c:57
+#: ../../mouse.pm_.c:58
msgid "Logitech MouseMan+/FirstMouse+"
msgstr "Logitech MouseMan+/FirstMouse+"
-#: ../../mouse.pm_.c:59
-#, fuzzy
+#: ../../mouse.pm_.c:60
msgid "MM Series"
msgstr "Doare MM"
-#: ../../mouse.pm_.c:60
-#, fuzzy
+#: ../../mouse.pm_.c:61
msgid "MM HitTablet"
-msgstr "MM HitTablet (a-steud)"
+msgstr "MM HitTablet"
-#: ../../mouse.pm_.c:61
+#: ../../mouse.pm_.c:62
msgid "Logitech Mouse (serial, old C7 type)"
msgstr "Logodenn Logitech (a-steud, seurt C7 kozh)"
-#: ../../mouse.pm_.c:65
-#, fuzzy
+#: ../../mouse.pm_.c:66
msgid "busmouse"
-msgstr "Logodenn ebet"
+msgstr "Logodenn bus"
-#: ../../mouse.pm_.c:68
+#: ../../mouse.pm_.c:69
msgid "2 buttons"
-msgstr ""
+msgstr "2 nozelenn"
-#: ../../mouse.pm_.c:69
+#: ../../mouse.pm_.c:70
msgid "3 buttons"
-msgstr ""
+msgstr "3 nozelenn"
-#: ../../mouse.pm_.c:72
-#, fuzzy
+#: ../../mouse.pm_.c:73
msgid "none"
-msgstr "Graet"
+msgstr "ebet"
-#: ../../mouse.pm_.c:74
+#: ../../mouse.pm_.c:75
msgid "No mouse"
msgstr "Logodenn ebet"
-#: ../../my_gtk.pm_.c:356
+#: ../../mouse.pm_.c:499
#, fuzzy
+msgid "Please test the mouse"
+msgstr "Dibabit seurt ho logodenn, mar plij."
+
+#: ../../mouse.pm_.c:500
+#, fuzzy
+msgid "To activate the mouse,"
+msgstr "Dibabit seurt ho logodenn, mar plij."
+
+#: ../../mouse.pm_.c:501
+msgid "MOVE YOUR WHEEL!"
+msgstr "FIÑV HO RODELL !"
+
+#: ../../my_gtk.pm_.c:651
+msgid "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
+msgstr "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
+
+#: ../../my_gtk.pm_.c:686
msgid "Finish"
-msgstr "Finnek"
+msgstr "Disoc'h"
-#: ../../my_gtk.pm_.c:356
+#: ../../my_gtk.pm_.c:686 ../../printerdrake.pm_.c:1588
msgid "Next ->"
-msgstr ""
+msgstr "A heul ->"
-#: ../../my_gtk.pm_.c:357
+#: ../../my_gtk.pm_.c:687 ../../printerdrake.pm_.c:1586
msgid "<- Previous"
-msgstr ""
+msgstr "<- Diaraog"
-#: ../../my_gtk.pm_.c:617
+#: ../../my_gtk.pm_.c:1019
msgid "Is this correct?"
msgstr "Ha reizh eo ?"
-#: ../../netconnect.pm_.c:143
-#, fuzzy
-msgid "Internet configuration"
-msgstr "Keflunia ar proksio"
-
-#: ../../netconnect.pm_.c:144
+#: ../../network/adsl.pm_.c:19 ../../network/ethernet.pm_.c:36
#, fuzzy
-msgid "Do you want to try to connect to the Internet now?"
-msgstr "Mennout a rit amproui ar c'hefluniadur ?"
-
-#: ../../netconnect.pm_.c:148
-#, fuzzy
-msgid "Testing your connection..."
-msgstr "Keflunia ur rouedad"
+msgid "Connect to the Internet"
+msgstr "Anv ar gevreadenn"
-#: ../../netconnect.pm_.c:154 ../../standalone/draknet_.c:196
-#, fuzzy
-msgid "The system is now connected to Internet."
-msgstr "Da beseurt pladenn e mennit dilec'hia ?"
+#: ../../network/adsl.pm_.c:20
+msgid ""
+"The most common way to connect with adsl is pppoe.\n"
+"Some connections use pptp, a few ones use dhcp.\n"
+"If you don't know, choose 'use pppoe'"
+msgstr ""
-#: ../../netconnect.pm_.c:155
-msgid "For Security reason, it will be disconnected now."
+#: ../../network/adsl.pm_.c:22
+msgid "Alcatel speedtouch usb"
msgstr ""
-#: ../../netconnect.pm_.c:156 ../../standalone/draknet_.c:196
-#, fuzzy
-msgid ""
-"The system doesn't seem to be connected to internet.\n"
-"Try to reconfigure your connection."
-msgstr "Anv ar gevreadenn"
+#: ../../network/adsl.pm_.c:22
+msgid "use dhcp"
+msgstr "implijit dhcp"
-#: ../../netconnect.pm_.c:161 ../../netconnect.pm_.c:904
-#: ../../netconnect.pm_.c:934 ../../netconnect.pm_.c:1012
-msgid "Network Configuration"
-msgstr "Kefluniadur ar rouedad"
+#: ../../network/adsl.pm_.c:22
+msgid "use pppoe"
+msgstr "implijit pppoe"
+
+#: ../../network/adsl.pm_.c:22
+msgid "use pptp"
+msgstr "implijit pptp"
-#: ../../netconnect.pm_.c:222 ../../netconnect.pm_.c:266
-#: ../../netconnect.pm_.c:276 ../../netconnect.pm_.c:283
-#: ../../netconnect.pm_.c:293
+#: ../../network/ethernet.pm_.c:37
#, fuzzy
-msgid "ISDN Configuration"
-msgstr "Kefluniadur"
+msgid ""
+"Which dhcp client do you want to use?\n"
+"Default is dhcpcd"
+msgstr "Pe seurt parzhadur a vennit ?"
-#: ../../netconnect.pm_.c:222
+#: ../../network/ethernet.pm_.c:88
msgid ""
-"Select your provider.\n"
-" If it's not in the list, choose Unlisted"
+"No ethernet network adapter has been detected on your system.\n"
+"I cannot set up this connection type."
msgstr ""
-#: ../../netconnect.pm_.c:236
+#: ../../network/ethernet.pm_.c:92 ../../standalone/drakgw_.c:252
#, fuzzy
-msgid "Connection Configuration"
-msgstr "Keflunia ar proksio"
+msgid "Choose the network interface"
+msgstr "Dibabit ar ment nevez"
-#: ../../netconnect.pm_.c:237
-msgid "Please fill or check the field below"
-msgstr ""
+#: ../../network/ethernet.pm_.c:93
+#, fuzzy
+msgid ""
+"Please choose which network adapter you want to use to connect to Internet"
+msgstr "Dibabit ar porzh a-steud m'eo luget ho logodenn outañ, mar plij."
-#: ../../netconnect.pm_.c:239 ../../standalone/draknet_.c:552
-msgid "Card IRQ"
-msgstr ""
+#: ../../network/ethernet.pm_.c:178
+msgid "no network card found"
+msgstr "kartenn rouedad kavet ebet"
-#: ../../netconnect.pm_.c:240 ../../standalone/draknet_.c:553
-msgid "Card mem (DMA)"
-msgstr ""
+#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:360
+msgid "Configuring network"
+msgstr "Kefluniañ ar rouedad"
-#: ../../netconnect.pm_.c:241 ../../standalone/draknet_.c:554
-msgid "Card IO"
+#: ../../network/ethernet.pm_.c:203
+#, fuzzy
+msgid ""
+"Please enter your host name if you know it.\n"
+"Some DHCP servers require the hostname to work.\n"
+"Your host name should be a fully-qualified host name,\n"
+"such as ``mybox.mylab.myco.com''."
msgstr ""
+"Roit ho anv ostiz mar plij.\n"
+"Un anv peurzoareet a zlefe bezañ hini o ostiz,\n"
+"evel ``mabenveg.mastal.makomp.com''.\n"
+"Gallout a rit ivez reiñ chomlec'h IP an dreuzell m'hoc'h eus unan"
-#: ../../netconnect.pm_.c:242 ../../standalone/draknet_.c:555
-msgid "Card IO_0"
-msgstr ""
+#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:365
+msgid "Host name"
+msgstr "Anv an ostiz"
-#: ../../netconnect.pm_.c:243 ../../standalone/draknet_.c:556
-msgid "Card IO_1"
-msgstr ""
+#: ../../network/isdn.pm_.c:21 ../../network/isdn.pm_.c:44
+#: ../../network/netconnect.pm_.c:95 ../../network/netconnect.pm_.c:109
+#: ../../network/netconnect.pm_.c:164 ../../network/netconnect.pm_.c:175
+#: ../../network/netconnect.pm_.c:202 ../../network/netconnect.pm_.c:225
+#: ../../network/netconnect.pm_.c:233
+#, fuzzy
+msgid "Network Configuration Wizard"
+msgstr "Kefluniadur ar rouedad"
-#: ../../netconnect.pm_.c:244 ../../standalone/draknet_.c:557
-msgid "Your personal phone number"
-msgstr ""
+#: ../../network/isdn.pm_.c:22
+#, fuzzy
+msgid "External ISDN modem"
+msgstr "Mailh"
-#: ../../netconnect.pm_.c:245 ../../standalone/draknet_.c:558
-msgid "Provider name (ex provider.net)"
+#: ../../network/isdn.pm_.c:22
+msgid "Internal ISDN card"
msgstr ""
-#: ../../netconnect.pm_.c:246 ../../standalone/draknet_.c:559
+#: ../../network/isdn.pm_.c:22
#, fuzzy
-msgid "Provider phone number"
-msgstr "Niverenn bellgomz"
-
-#: ../../netconnect.pm_.c:247
-msgid "Provider dns 1"
-msgstr ""
+msgid "What kind is your ISDN connection?"
+msgstr "Ouzh pe borzh a-steud eo luget ho logodenn ?"
-#: ../../netconnect.pm_.c:248
-msgid "Provider dns 2"
+#: ../../network/isdn.pm_.c:45
+msgid ""
+"Which ISDN configuration do you prefer?\n"
+"\n"
+"* The Old configuration uses isdn4net. It contains powerfull\n"
+" tools, but is tricky to configure, and not standard.\n"
+"\n"
+"* The New configuration is easier to understand, more\n"
+" standard, but with less tools.\n"
+"\n"
+"We recommand the light configuration.\n"
msgstr ""
-#: ../../netconnect.pm_.c:249 ../../standalone/draknet_.c:564
+#: ../../network/isdn.pm_.c:54
#, fuzzy
-msgid "Dialing mode"
-msgstr "Anv domani"
+msgid "New configuration (isdn-light)"
+msgstr "o lenn ar c'hefluniadur"
-#: ../../netconnect.pm_.c:250 ../../standalone/draknet_.c:562
+#: ../../network/isdn.pm_.c:54
#, fuzzy
-msgid "Account Login (user name)"
-msgstr "Poent marc'ha"
+msgid "Old configuration (isdn4net)"
+msgstr "o lenn ar c'hefluniadur"
-#: ../../netconnect.pm_.c:251 ../../standalone/draknet_.c:563
-#, fuzzy
-msgid "Account Password"
-msgstr "Tremenger"
+#: ../../network/isdn.pm_.c:170 ../../network/isdn.pm_.c:188
+#: ../../network/isdn.pm_.c:198 ../../network/isdn.pm_.c:205
+#: ../../network/isdn.pm_.c:215
+msgid "ISDN Configuration"
+msgstr "Kefluniadur ISDN"
+
+#: ../../network/isdn.pm_.c:170
+msgid ""
+"Select your provider.\n"
+" If it's not in the list, choose Unlisted"
+msgstr ""
-#: ../../netconnect.pm_.c:261
-msgid "Europe"
+#: ../../network/isdn.pm_.c:183
+msgid "Europe protocol"
msgstr ""
-#: ../../netconnect.pm_.c:261
-msgid "Europe (EDSS1)"
+#: ../../network/isdn.pm_.c:183
+msgid "Europe protocol (EDSS1)"
msgstr ""
-#: ../../netconnect.pm_.c:263
+#: ../../network/isdn.pm_.c:185
#, fuzzy
-msgid "Rest of the world"
-msgstr "Amproui ar c'hefluniadur"
+msgid "Protocol for the rest of the world"
+msgstr "Amprouiñ ar c'hefluniadur"
-#: ../../netconnect.pm_.c:263
+#: ../../network/isdn.pm_.c:185
msgid ""
-"Rest of the world \n"
+"Protocol for the rest of the world \n"
" no D-Channel (leased lines)"
msgstr ""
-#: ../../netconnect.pm_.c:267
+#: ../../network/isdn.pm_.c:189
#, fuzzy
msgid "Which protocol do you want to use ?"
msgstr "Pe seurt parzhadur a vennit ?"
-#: ../../netconnect.pm_.c:277
+#: ../../network/isdn.pm_.c:199
#, fuzzy
msgid "What kind of card do you have?"
msgstr "Peseurt moullerez hoc'h eus ?"
-#: ../../netconnect.pm_.c:278
+#: ../../network/isdn.pm_.c:200
msgid "I don't know"
msgstr ""
-#: ../../netconnect.pm_.c:278
-#, fuzzy
+#: ../../network/isdn.pm_.c:200
msgid "ISA / PCMCIA"
-msgstr "PCMCIA"
+msgstr "ISA / PCMCIA"
-#: ../../netconnect.pm_.c:278
-#, fuzzy
+#: ../../network/isdn.pm_.c:200
msgid "PCI"
-msgstr "PCMCIA"
+msgstr "PCI"
-#: ../../netconnect.pm_.c:284
+#: ../../network/isdn.pm_.c:206
msgid ""
"\n"
"If you have an ISA card, the values on the next screen should be right.\n"
@@ -5258,255 +5532,152 @@ msgid ""
"If you have a PCMCIA card, you have to know the irq and io of your card.\n"
msgstr ""
-#: ../../netconnect.pm_.c:288
+#: ../../network/isdn.pm_.c:210
msgid "Abort"
-msgstr ""
+msgstr "Dilaoskel"
-#: ../../netconnect.pm_.c:288
+#: ../../network/isdn.pm_.c:210
#, fuzzy
msgid "Continue"
msgstr "Kenderc'hel evelato ?"
-#: ../../netconnect.pm_.c:294
+#: ../../network/isdn.pm_.c:216
#, fuzzy
msgid "Which is your ISDN card ?"
msgstr "Pehini eo ho takad-eur ?"
-#: ../../netconnect.pm_.c:314
+#: ../../network/isdn.pm_.c:235
msgid ""
"I have detected an ISDN PCI Card, but I don't know the type. Please select "
"one PCI card on the next screen."
msgstr ""
-#: ../../netconnect.pm_.c:323
+#: ../../network/isdn.pm_.c:244
msgid "No ISDN PCI card found. Please select one on the next screen."
msgstr ""
-#: ../../netconnect.pm_.c:371
-msgid ""
-"No ethernet network adapter has been detected on your system.\n"
-"I cannot set up this connection type."
-msgstr ""
-
-#: ../../netconnect.pm_.c:375 ../../standalone/drakgw_.c:232
-#, fuzzy
-msgid "Choose the network interface"
-msgstr "Dibabit ar ment nevez"
-
-#: ../../netconnect.pm_.c:376
-#, fuzzy
-msgid ""
-"Please choose which network adapter you want to use to connect to Internet"
-msgstr "Dibabit ar porzh a-steud m'eo luget ho logodenn outa, mar plij."
-
-#: ../../netconnect.pm_.c:385 ../../netconnect.pm_.c:700
-#: ../../netconnect.pm_.c:845 ../../standalone/drakgw_.c:223
-msgid "Network interface"
-msgstr ""
-
-#: ../../netconnect.pm_.c:386
-msgid ""
-"\n"
-"Do you agree?"
-msgstr ""
-
-#: ../../netconnect.pm_.c:386
-#, fuzzy
-msgid "I'm about to restart the network device:\n"
-msgstr "Mennout a rit amproui ar c'hefluniadur ?"
-
-#: ../../netconnect.pm_.c:484
-#, fuzzy
-msgid "ADSL configuration"
-msgstr "Kefluniadur"
-
-#: ../../netconnect.pm_.c:485
-#, fuzzy
-msgid "Do you want to start your connection at boot?"
-msgstr "Mennout a rit implijout aboot ?"
-
-#: ../../netconnect.pm_.c:620
+#: ../../network/modem.pm_.c:39
msgid "Please choose which serial port your modem is connected to."
msgstr "Dibabit ouzh pe borzh a-steud eo luget ho modem, mar plij."
-#: ../../netconnect.pm_.c:625
+#: ../../network/modem.pm_.c:44
msgid "Dialup options"
-msgstr "Dibarzho sifrenna"
+msgstr "Dibarzhoù sifrennañ"
-#: ../../netconnect.pm_.c:626 ../../standalone/draknet_.c:566
+#: ../../network/modem.pm_.c:45 ../../standalone/draknet_.c:622
msgid "Connection name"
msgstr "Anv ar gevreadenn"
-#: ../../netconnect.pm_.c:627 ../../standalone/draknet_.c:567
+#: ../../network/modem.pm_.c:46 ../../standalone/draknet_.c:623
#, fuzzy
msgid "Phone number"
msgstr "Niverenn bellgomz"
-#: ../../netconnect.pm_.c:628 ../../standalone/draknet_.c:568
+#: ../../network/modem.pm_.c:47 ../../standalone/draknet_.c:624
msgid "Login ID"
-msgstr "Anv erea"
+msgstr "Anv ereañ"
-#: ../../netconnect.pm_.c:630 ../../standalone/draknet_.c:570
-msgid "Authentication"
-msgstr "Dilesadur"
+#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
+msgid "CHAP"
+msgstr "CHAP"
-#: ../../netconnect.pm_.c:630 ../../standalone/draknet_.c:570
+#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
msgid "PAP"
msgstr "PAP"
-#: ../../netconnect.pm_.c:630 ../../standalone/draknet_.c:570
+#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
msgid "Script-based"
msgstr "Diazezet war ur skrid"
-#: ../../netconnect.pm_.c:630 ../../standalone/draknet_.c:570
+#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
msgid "Terminal-based"
msgstr "Diazezet war un dermenell"
-#: ../../netconnect.pm_.c:631 ../../standalone/draknet_.c:571
-#, fuzzy
+#: ../../network/modem.pm_.c:50 ../../standalone/draknet_.c:627
msgid "Domain name"
-msgstr "Anv ar gevreadenn"
+msgstr "Anv ar domani"
-#: ../../netconnect.pm_.c:632 ../../standalone/draknet_.c:572
-#, fuzzy
+#: ../../network/modem.pm_.c:51 ../../standalone/draknet_.c:628
msgid "First DNS Server (optional)"
-msgstr "Servijer DNS kenta"
+msgstr "Servijer DNS kentañ (da zilenn)"
-#: ../../netconnect.pm_.c:633 ../../standalone/draknet_.c:573
-#, fuzzy
+#: ../../network/modem.pm_.c:52 ../../standalone/draknet_.c:629
msgid "Second DNS Server (optional)"
-msgstr "Eil servijer DNS"
+msgstr "Eil servijer DNS (da zilenn)"
-#: ../../netconnect.pm_.c:701
-msgid ""
-"I'm about to restart the network device $netc->{NET_DEVICE}. Do you agree?"
-msgstr ""
-
-#: ../../netconnect.pm_.c:745
+#: ../../network/netconnect.pm_.c:34
msgid ""
"\n"
"You can disconnect or reconfigure your connection."
msgstr ""
-#: ../../netconnect.pm_.c:745 ../../netconnect.pm_.c:748
+#: ../../network/netconnect.pm_.c:34 ../../network/netconnect.pm_.c:37
#, fuzzy
msgid ""
"\n"
"You can reconfigure your connection."
-msgstr "Keflunia ur rouedad"
+msgstr "Kefluniañ ur rouedad"
-#: ../../netconnect.pm_.c:745
+#: ../../network/netconnect.pm_.c:34
#, fuzzy
msgid "You are currently connected to internet."
-msgstr "Da beseurt pladenn e mennit dilec'hia ?"
+msgstr "Da beseurt pladenn e mennit dilec'hiañ ?"
-#: ../../netconnect.pm_.c:748
+#: ../../network/netconnect.pm_.c:37
#, fuzzy
msgid ""
"\n"
"You can connect to Internet or reconfigure your connection."
msgstr "Anv ar gevreadenn"
-#: ../../netconnect.pm_.c:748
+#: ../../network/netconnect.pm_.c:37
#, fuzzy
msgid "You are not currently connected to Internet."
-msgstr "Da beseurt pladenn e mennit dilec'hia ?"
+msgstr "Da beseurt pladenn e mennit dilec'hiañ ?"
-#: ../../netconnect.pm_.c:752 ../../standalone/net_monitor_.c:81
+#: ../../network/netconnect.pm_.c:41
#, fuzzy
-msgid "Connect to Internet"
+msgid "Connect"
msgstr "Anv ar gevreadenn"
-#: ../../netconnect.pm_.c:754
+#: ../../network/netconnect.pm_.c:43
#, fuzzy
-msgid "Disconnect from Internet"
-msgstr "Anv ar gevreadenn"
+msgid "Disconnect"
+msgstr "Lugerezh ar voullerez"
-#: ../../netconnect.pm_.c:756
+#: ../../network/netconnect.pm_.c:45
#, fuzzy
-msgid "Configure network connection (LAN or Internet)"
-msgstr "Keflunia ur rouedad"
+msgid "Configure the connection"
+msgstr "Kefluniañ ur rouedad"
-#: ../../netconnect.pm_.c:759
+#: ../../network/netconnect.pm_.c:50
#, fuzzy
msgid "Internet connection & configuration"
msgstr "Lugerezh ar voullerez"
-#: ../../netconnect.pm_.c:811 ../../netconnect.pm_.c:961
-#: ../../netconnect.pm_.c:971 ../../netconnect.pm_.c:986
-#, fuzzy
-msgid "Network Configuration Wizard"
-msgstr "Kefluniadur ar rouedad"
-
-#: ../../netconnect.pm_.c:812
-#, fuzzy
-msgid "External ISDN modem"
-msgstr "Mailh"
-
-#: ../../netconnect.pm_.c:812
-msgid "Internal ISDN card"
-msgstr ""
-
-#: ../../netconnect.pm_.c:812
-#, fuzzy
-msgid "What kind is your ISDN connection?"
-msgstr "Ouzh pe borzh a-steud eo luget ho logodenn ?"
-
-#: ../../netconnect.pm_.c:833 ../../netconnect.pm_.c:882
-#, fuzzy
-msgid "Connect to the Internet"
-msgstr "Anv ar gevreadenn"
-
-#: ../../netconnect.pm_.c:834
-msgid ""
-"The most common way to connect with adsl is pppoe.\n"
-"Some connections use pptp, a few ones use dhcp.\n"
-"If you don't know, choose 'use pppoe'"
-msgstr ""
-
-#: ../../netconnect.pm_.c:836
-msgid "use dhcp"
-msgstr ""
-
-#: ../../netconnect.pm_.c:836
-msgid "use pppoe"
-msgstr ""
-
-#: ../../netconnect.pm_.c:836
-msgid "use pptp"
-msgstr ""
-
-#: ../../netconnect.pm_.c:846
+#: ../../network/netconnect.pm_.c:100
#, fuzzy, c-format
-msgid "I'm about to restart the network device %s. Do you agree?"
-msgstr "Mennout a rit amproui ar c'hefluniadur ?"
-
-#: ../../netconnect.pm_.c:883
-#, fuzzy
-msgid ""
-"Which dhcp client do you want to use?\n"
-"Default is dhcpcd"
-msgstr "Pe seurt parzhadur a vennit ?"
+msgid "We are now going to configure the %s connection."
+msgstr "Kefluniañ ur rouedad"
-#: ../../netconnect.pm_.c:900
-#, fuzzy
-msgid "Network configuration"
-msgstr "Kefluniadur ar rouedad"
-
-#: ../../netconnect.pm_.c:901
-#, fuzzy
-msgid "Do you want to restart the network"
-msgstr "Mennout a rit amproui ar c'hefluniadur ?"
-
-#: ../../netconnect.pm_.c:904
+#: ../../network/netconnect.pm_.c:109
#, fuzzy, c-format
msgid ""
-"A problem occured while restarting the network: \n"
"\n"
-"%s"
-msgstr "Mennout a rit amproui ar c'hefluniadur ?"
+"\n"
+"\n"
+"We are now going to configure the %s connection.\n"
+"\n"
+"\n"
+"Press OK to continue."
+msgstr "Kefluniañ ur rouedad"
+
+#: ../../network/netconnect.pm_.c:138 ../../network/netconnect.pm_.c:252
+#: ../../network/netconnect.pm_.c:271 ../../network/tools.pm_.c:57
+msgid "Network Configuration"
+msgstr "Kefluniadur ar rouedad"
-#: ../../netconnect.pm_.c:935
+#: ../../network/netconnect.pm_.c:139
msgid ""
"Because you are doing a network installation, your network is already "
"configured.\n"
@@ -5514,7 +5685,7 @@ msgid ""
"Internet & Network connection.\n"
msgstr ""
-#: ../../netconnect.pm_.c:962
+#: ../../network/netconnect.pm_.c:165
msgid ""
"Welcome to The Network Configuration Wizard\n"
"\n"
@@ -5522,108 +5693,128 @@ msgid ""
"If you don't want to use the auto detection, deselect the checkbox.\n"
msgstr ""
-#: ../../netconnect.pm_.c:964
+#: ../../network/netconnect.pm_.c:167
#, fuzzy
msgid "Choose the profile to configure"
msgstr "Dibabit ar ment nevez"
-#: ../../netconnect.pm_.c:965
+#: ../../network/netconnect.pm_.c:168
msgid "Use auto detection"
msgstr ""
-#: ../../netconnect.pm_.c:971 ../../printerdrake.pm_.c:19
+#: ../../network/netconnect.pm_.c:175
msgid "Detecting devices..."
-msgstr "O tinoi trobarzhello..."
+msgstr "O tinoiñ trobarzhelloù..."
-#: ../../netconnect.pm_.c:978
+#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
#, fuzzy
msgid "Normal modem connection"
-msgstr "Keflunia ur rouedad"
+msgstr "Kefluniañ ur rouedad"
-#: ../../netconnect.pm_.c:978
+#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
#, fuzzy, c-format
msgid "detected on port %s"
-msgstr "Poent marc'ha doubl %s"
+msgstr "Poent marc'hañ doubl %s"
-#: ../../netconnect.pm_.c:979
+#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
#, fuzzy
msgid "ISDN connection"
msgstr "Lugerezh ar voullerez"
-#: ../../netconnect.pm_.c:979
+#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
#, c-format
msgid "detected %s"
-msgstr ""
+msgstr "kavoutet %s"
-#: ../../netconnect.pm_.c:980
+#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
#, fuzzy
-msgid "DSL (or ADSL) connection"
-msgstr "Keflunia ur rouedad"
+msgid "ADSL connection"
+msgstr "Lugerezh ar voullerez"
-#: ../../netconnect.pm_.c:980
+#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
#, c-format
msgid "detected on interface %s"
-msgstr ""
+msgstr "kavoutet war %s"
-#: ../../netconnect.pm_.c:981
+#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
#, fuzzy
msgid "Cable connection"
msgstr "Lugerezh ar voullerez"
-#: ../../netconnect.pm_.c:982
+#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
+#, fuzzy
+msgid "cable connection detected"
+msgstr "Lugerezh ar voullerez"
+
+#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
#, fuzzy
msgid "LAN connection"
msgstr "Lugerezh ar voullerez"
-#: ../../netconnect.pm_.c:982
+#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
msgid "ethernet card(s) detected"
-msgstr ""
+msgstr "kartenn(où) ethernet kavoutet"
-#: ../../netconnect.pm_.c:987
+#: ../../network/netconnect.pm_.c:202
#, fuzzy
-msgid "How do you want to connect to the Internet?"
-msgstr "Da beseurt pladenn e mennit dilec'hia ?"
+msgid "Choose the connection you want to configure"
+msgstr "Dibabit ar benveg a vennit staliañ"
-#: ../../netconnect.pm_.c:1004
+#: ../../network/netconnect.pm_.c:226
msgid ""
-"Congratulation, The network and internet configuration is finished.\n"
+"You have configured multiple ways to connect to the Internet.\n"
+"Choose the one you want to use.\n"
"\n"
-"The configuration will now be applied to your system."
msgstr ""
-#: ../../netconnect.pm_.c:1007
-msgid ""
-"After that is done, we recommend you to restart your X\n"
-"environnement to avoid hostname changing problem."
+#: ../../network/netconnect.pm_.c:227
+#, fuzzy
+msgid "Internet connection"
+msgstr "Lugerezh ar voullerez"
+
+#: ../../network/netconnect.pm_.c:233
+#, fuzzy
+msgid "Do you want to start the connection at boot?"
+msgstr "Mennout a rit implijout aboot ?"
+
+#: ../../network/netconnect.pm_.c:247
+#, fuzzy
+msgid "Network configuration"
+msgstr "Kefluniadur ar rouedad"
+
+#: ../../network/netconnect.pm_.c:248
+msgid "The network needs to be restarted"
msgstr ""
-#: ../../network.pm_.c:253
-msgid "no network card found"
-msgstr "kartenn rouedad kavet ebet"
+#: ../../network/netconnect.pm_.c:252
+#, fuzzy, c-format
+msgid ""
+"A problem occured while restarting the network: \n"
+"\n"
+"%s"
+msgstr "Mennout a rit amprouiñ ar c'hefluniadur ?"
-#: ../../network.pm_.c:277 ../../network.pm_.c:387
-msgid "Configuring network"
-msgstr "Keflunia ar rouedad"
+#: ../../network/netconnect.pm_.c:261
+msgid ""
+"Congratulations, the network and Internet configuration is finished.\n"
+"The configuration will now be applied to your system.\n"
+"\n"
+msgstr ""
-#: ../../network.pm_.c:278
-#, fuzzy
+#: ../../network/netconnect.pm_.c:265
msgid ""
-"Please enter your host name if you know it.\n"
-"Some DHCP servers require the hostname to work.\n"
-"Your host name should be a fully-qualified host name,\n"
-"such as ``mybox.mylab.myco.com''."
+"After this is done, we recommend that you restart your X environment to "
+"avoid any hostname-related problems."
msgstr ""
-"Roit ho anv ostiz mar plij.\n"
-"Un anv peurzoareet a zlefe beza hini o ostiz,\n"
-"evel ``mabenveg.mastal.makomp.com''.\n"
-"Gallout a rit ivez rei chomlec'h IP an dreuzell m'hoc'h eus unan"
-#: ../../network.pm_.c:282 ../../network.pm_.c:392
-#, fuzzy
-msgid "Host name"
-msgstr "Anv an ostiz :"
+#: ../../network/netconnect.pm_.c:266
+msgid ""
+"Problems occured during configuration.\n"
+"Test your connection via net_monitor or mcc. If your connection doesn't "
+"work, you might want to relaunch the configuration"
+msgstr ""
-#: ../../network.pm_.c:319
+#: ../../network/network.pm_.c:292
msgid ""
"WARNING: This device has been previously configured to connect to the "
"Internet.\n"
@@ -5631,50 +5822,48 @@ msgid ""
"Modifying the fields below will override this configuration."
msgstr ""
-#: ../../network.pm_.c:324
+#: ../../network/network.pm_.c:297
msgid ""
"Please enter the IP configuration for this machine.\n"
"Each item should be entered as an IP address in dotted-decimal\n"
"notation (for example, 1.2.3.4)."
msgstr ""
-"Skrivit ar c'hefluniadur IP evit ar benveg-ma mar plij.\n"
-"Pep mellad a zlefe beza skrivet evel ur chomlec'h IP e stumm\n"
-"sifro dekvel piko etrezo (da skouer 1.2.3.4)."
+"Skrivit ar c'hefluniadur IP evit ar benveg-mañ mar plij.\n"
+"Pep mellad a zlefe bezañ skrivet evel ur chomlec'h IP e stumm\n"
+"sifroù dekvel pikoù etrezo (da skouer 1.2.3.4)."
-#: ../../network.pm_.c:333 ../../network.pm_.c:334
+#: ../../network/network.pm_.c:306 ../../network/network.pm_.c:307
#, c-format
msgid "Configuring network device %s"
-msgstr "O keflunia an drobarzhell rouedad %s"
+msgstr "O kefluniañ an drobarzhell rouedad %s"
-#: ../../network.pm_.c:334
-msgid " (driver $module)"
-msgstr ""
+#: ../../network/network.pm_.c:307
+#, fuzzy, c-format
+msgid " (driver %s)"
+msgstr "Servijer XFree86 : %s\n"
-#: ../../network.pm_.c:336 ../../standalone/draknet_.c:231
-#: ../../standalone/draknet_.c:427
-#, fuzzy
+#: ../../network/network.pm_.c:309 ../../standalone/draknet_.c:232
+#: ../../standalone/draknet_.c:468
msgid "IP address"
-msgstr "Chomlec'h IP :"
+msgstr "Chomlec'h IP"
-#: ../../network.pm_.c:337 ../../standalone/draknet_.c:428
-#, fuzzy
+#: ../../network/network.pm_.c:310 ../../standalone/draknet_.c:469
msgid "Netmask"
-msgstr "Maskl rouedad :"
+msgstr "Maskl rouedad"
-#: ../../network.pm_.c:338
+#: ../../network/network.pm_.c:311
msgid "(bootp/dhcp)"
msgstr "(bootp/dhcp)"
-#: ../../network.pm_.c:338
+#: ../../network/network.pm_.c:311
msgid "Automatic IP"
msgstr "IP emgefreek"
-#: ../../network.pm_.c:359 ../../printerdrake.pm_.c:102
-#: ../../printerdrake.pm_.c:425
+#: ../../network/network.pm_.c:332 ../../printerdrake.pm_.c:712
msgid "IP address should be in format 1.2.3.4"
-msgstr "Er furmad 1.2.3.4 e tlefe beza ar chomlec'h IP"
+msgstr "Er furmad 1.2.3.4 e tlefe bezañ ar chomlec'h IP"
-#: ../../network.pm_.c:388
+#: ../../network/network.pm_.c:361
msgid ""
"Please enter your host name.\n"
"Your host name should be a fully-qualified host name,\n"
@@ -5682,77 +5871,192 @@ msgid ""
"You may also enter the IP address of the gateway if you have one"
msgstr ""
"Roit ho anv ostiz mar plij.\n"
-"Un anv peurzoareet a zlefe beza hini o ostiz,\n"
+"Un anv peurzoareet a zlefe bezañ hini o ostiz,\n"
"evel ``mabenveg.mastal.makomp.com''.\n"
-"Gallout a rit ivez rei chomlec'h IP an dreuzell m'hoc'h eus unan"
+"Gallout a rit ivez reiñ chomlec'h IP an dreuzell m'hoc'h eus unan"
-#: ../../network.pm_.c:393
+#: ../../network/network.pm_.c:366
msgid "DNS server"
msgstr "Servijer DNS"
-#: ../../network.pm_.c:394 ../../standalone/draknet_.c:565
-msgid "Gateway"
-msgstr "Treuzell"
+#: ../../network/network.pm_.c:367
+#, c-format
+msgid "Gateway (e.g. %s)"
+msgstr ""
-#: ../../network.pm_.c:396
+#: ../../network/network.pm_.c:369
msgid "Gateway device"
msgstr "Trobarzhell an dreuzell"
-#: ../../network.pm_.c:407
+#: ../../network/network.pm_.c:381
#, fuzzy
msgid "Proxies configuration"
-msgstr "Kefluniadur goude stalia"
+msgstr "Kefluniadur goude staliañ"
-#: ../../network.pm_.c:408
+#: ../../network/network.pm_.c:382
msgid "HTTP proxy"
msgstr "Proksi HTTP"
-#: ../../network.pm_.c:409
+#: ../../network/network.pm_.c:383
msgid "FTP proxy"
msgstr "Proksi FTP"
-#: ../../network.pm_.c:412
+#: ../../network/network.pm_.c:384
+msgid "Track network card id (usefull for laptops)"
+msgstr ""
+
+#: ../../network/network.pm_.c:387
msgid "Proxy should be http://..."
-msgstr "http://... a zlefe beza ar proksi"
+msgstr "http://... a zlefe bezañ ar proksi"
-#: ../../network.pm_.c:413
+#: ../../network/network.pm_.c:388
msgid "Proxy should be ftp://..."
-msgstr "ftp://... a zlefe beza ar proksi"
+msgstr "ftp://... a zlefe bezañ ar proksi"
+
+#: ../../network/tools.pm_.c:39
+#, fuzzy
+msgid "Internet configuration"
+msgstr "Kefluniañ ar proksioù"
+
+#: ../../network/tools.pm_.c:40
+#, fuzzy
+msgid "Do you want to try to connect to the Internet now?"
+msgstr "Mennout a rit amprouiñ ar c'hefluniadur ?"
+
+#: ../../network/tools.pm_.c:44 ../../standalone/draknet_.c:197
+#, fuzzy
+msgid "Testing your connection..."
+msgstr "Kefluniañ ur rouedad"
+
+#: ../../network/tools.pm_.c:50
+#, fuzzy
+msgid "The system is now connected to Internet."
+msgstr "Da beseurt pladenn e mennit dilec'hiañ ?"
+
+#: ../../network/tools.pm_.c:51
+msgid "For Security reason, it will be disconnected now."
+msgstr ""
+
+#: ../../network/tools.pm_.c:52
+#, fuzzy
+msgid ""
+"The system doesn't seem to be connected to internet.\n"
+"Try to reconfigure your connection."
+msgstr "Anv ar gevreadenn"
+
+#: ../../network/tools.pm_.c:76
+#, fuzzy
+msgid "Connection Configuration"
+msgstr "Kefluniañ ar proksioù"
+
+#: ../../network/tools.pm_.c:77
+msgid "Please fill or check the field below"
+msgstr ""
+
+#: ../../network/tools.pm_.c:79 ../../standalone/draknet_.c:608
+msgid "Card IRQ"
+msgstr "IRQ kartenn"
+
+#: ../../network/tools.pm_.c:80 ../../standalone/draknet_.c:609
+msgid "Card mem (DMA)"
+msgstr "Memor kartenn (DMA)"
+
+#: ../../network/tools.pm_.c:81 ../../standalone/draknet_.c:610
+msgid "Card IO"
+msgstr "IO kartenn"
+
+#: ../../network/tools.pm_.c:82 ../../standalone/draknet_.c:611
+msgid "Card IO_0"
+msgstr "IO_0 kartenn"
+
+#: ../../network/tools.pm_.c:83 ../../standalone/draknet_.c:612
+msgid "Card IO_1"
+msgstr "IO_1 kartenn"
+
+#: ../../network/tools.pm_.c:84 ../../standalone/draknet_.c:613
+msgid "Your personal phone number"
+msgstr ""
+
+#: ../../network/tools.pm_.c:85 ../../standalone/draknet_.c:614
+msgid "Provider name (ex provider.net)"
+msgstr ""
+
+#: ../../network/tools.pm_.c:86 ../../standalone/draknet_.c:615
+#, fuzzy
+msgid "Provider phone number"
+msgstr "Niverenn bellgomz"
+
+#: ../../network/tools.pm_.c:87 ../../standalone/draknet_.c:616
+msgid "Provider dns 1 (optional)"
+msgstr "Dibarzhoù ar voullerez (da zilenn)"
-#: ../../partition_table.pm_.c:563
+#: ../../network/tools.pm_.c:88 ../../standalone/draknet_.c:617
+msgid "Provider dns 2 (optional)"
+msgstr "Dibarzhoù ar voullerez (da zilenn)"
+
+#: ../../network/tools.pm_.c:89
+#, fuzzy
+msgid "Choose your country"
+msgstr "Dibabit ho stokellaoueg"
+
+#: ../../network/tools.pm_.c:90 ../../standalone/draknet_.c:620
+#, fuzzy
+msgid "Dialing mode"
+msgstr "Anv domani"
+
+#: ../../network/tools.pm_.c:91 ../../standalone/draknet_.c:632
+#, fuzzy
+msgid "Connection speed"
+msgstr "Anv ar gevreadenn"
+
+#: ../../network/tools.pm_.c:92 ../../standalone/draknet_.c:633
+#, fuzzy
+msgid "Connection timeout (in sec)"
+msgstr "Anv ar gevreadenn"
+
+#: ../../network/tools.pm_.c:93 ../../standalone/draknet_.c:618
+#, fuzzy
+msgid "Account Login (user name)"
+msgstr "Poent marc'hañ"
+
+#: ../../network/tools.pm_.c:94 ../../standalone/draknet_.c:619
+#, fuzzy
+msgid "Account Password"
+msgstr "Tremenger"
+
+#: ../../partition_table.pm_.c:600
+msgid "mount failed: "
+msgstr "marc'hañ sac'het : "
+
+#: ../../partition_table.pm_.c:664
msgid "Extended partition not supported on this platform"
msgstr ""
-#: ../../partition_table.pm_.c:581
+#: ../../partition_table.pm_.c:682
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 "
"to the extended partitions"
msgstr ""
-"Un toull a zo en ho taolenn barzha hogen n'hellan ket e implijout.\n"
-"Fival ar parzhadurio kenta derez evit ma vo an toull stok ouzh ar "
-"parzhadurio astennet eo an diskoulm"
+"Un toull a zo en ho taolenn barzhañ hogen n'hellan ket e implijout.\n"
+"Fiñval ar parzhadurioù kentañ derez evit ma vo an toull stok ouzh ar "
+"parzhadurioù astennet eo an diskoulm"
-#: ../../partition_table.pm_.c:675
-#, c-format
-msgid "Error reading file %s"
-msgstr "Fazi en ur lenn ar restr %s"
-
-#: ../../partition_table.pm_.c:682
+#: ../../partition_table.pm_.c:770
#, c-format
msgid "Restoring from file %s failed: %s"
msgstr "Assevel adalek ar restr %s sac'het %s"
-#: ../../partition_table.pm_.c:684
+#: ../../partition_table.pm_.c:772
msgid "Bad backup file"
-msgstr "Restr gwarezi siek"
+msgstr "Restr gwareziñ siek"
-#: ../../partition_table.pm_.c:706
+#: ../../partition_table.pm_.c:794
#, c-format
msgid "Error writing to file %s"
-msgstr "Fazi en ur skriva er restr %s"
+msgstr "Fazi en ur skrivañ er restr %s"
-#: ../../partition_table_raw.pm_.c:161
+#: ../../partition_table_raw.pm_.c:186
msgid ""
"Something bad is happening on your drive. \n"
"A test to check the integrity of data has failed. \n"
@@ -5779,482 +6083,1636 @@ msgstr "brav"
msgid "maybe"
msgstr "marteze"
-#: ../../printer.pm_.c:20
+#: ../../printer.pm_.c:23
+msgid "CUPS - Common Unix Printing System"
+msgstr ""
+
+#: ../../printer.pm_.c:24
+msgid "LPRng - LPR New Generation"
+msgstr ""
+
+#: ../../printer.pm_.c:25
+msgid "LPD - Line Printer Daemon"
+msgstr ""
+
+#: ../../printer.pm_.c:26
+msgid "PDQ - Print, Don't Queue"
+msgstr ""
+
+#: ../../printer.pm_.c:32 ../../printer.pm_.c:871
+msgid "CUPS"
+msgstr "CUPS"
+
+#: ../../printer.pm_.c:33
+msgid "LPRng"
+msgstr "LPRng"
+
+#: ../../printer.pm_.c:34
+msgid "LPD"
+msgstr "LPD"
+
+#: ../../printer.pm_.c:35
+msgid "PDQ"
+msgstr "PDQ"
+
+#: ../../printer.pm_.c:47
msgid "Local printer"
msgstr "Moullerez lec'hel"
-#: ../../printer.pm_.c:21
+#: ../../printer.pm_.c:48
#, fuzzy
msgid "Remote printer"
-msgstr "Dibarzho ar voullerez lpd a-bell"
+msgstr "Dibarzhoù ar voullerez lpd a-bell"
-#: ../../printer.pm_.c:23
+#: ../../printer.pm_.c:49
+#, fuzzy
+msgid "Printer on remote CUPS server"
+msgstr "Steud a-bell"
+
+#: ../../printer.pm_.c:50 ../../printerdrake.pm_.c:734
#, fuzzy
-msgid "Remote lpd server"
+msgid "Printer on remote lpd server"
msgstr "lpd a-bell"
-#: ../../printer.pm_.c:24
+#: ../../printer.pm_.c:51
#, fuzzy
-msgid "Network printer (socket)"
-msgstr "Dibarzho ar voullerez NetWare"
+msgid "Network printer (TCP/Socket)"
+msgstr "Dibarzhoù ar voullerez NetWare"
-#: ../../printer.pm_.c:25
-msgid "SMB/Windows 95/98/NT"
+#: ../../printer.pm_.c:52
+#, fuzzy
+msgid "Printer on SMB/Windows 95/98/NT server"
msgstr "SMB/Windows 95/98/NT"
-#: ../../printer.pm_.c:26
-msgid "NetWare"
-msgstr "NetWare"
+#: ../../printer.pm_.c:53
+#, fuzzy
+msgid "Printer on NetWare server"
+msgstr "Servijer moullañ"
-#: ../../printer.pm_.c:27 ../../printerdrake.pm_.c:158
-#: ../../printerdrake.pm_.c:160
+#: ../../printer.pm_.c:54 ../../printerdrake.pm_.c:738
#, fuzzy
-msgid "Printer Device URI"
+msgid "Enter a printer device URI"
msgstr "Trobarzhell ar voullerez"
-#: ../../printerdrake.pm_.c:19
+#: ../../printer.pm_.c:55
+msgid "Pipe job into a command"
+msgstr ""
+
+#: ../../printer.pm_.c:504 ../../printer.pm_.c:695 ../../printer.pm_.c:1017
+#: ../../printerdrake.pm_.c:1665 ../../printerdrake.pm_.c:2730
+msgid "Unknown model"
+msgstr ""
+
+#: ../../printer.pm_.c:532
+msgid "Local Printers"
+msgstr "Moullerezioù lec'hel"
+
+#: ../../printer.pm_.c:534 ../../printer.pm_.c:872
+msgid "Remote Printers"
+msgstr "Moullerezio* a-bell"
+
+#: ../../printer.pm_.c:541 ../../printerdrake.pm_.c:248
+#, c-format
+msgid " on parallel port \\/*%s"
+msgstr ""
+
+#: ../../printer.pm_.c:544 ../../printerdrake.pm_.c:250
+#, c-format
+msgid ", USB printer \\/*%s"
+msgstr ", Mouluriez USB \\/*%s"
+
+#: ../../printer.pm_.c:549
+#, c-format
+msgid ", multi-function device on parallel port \\/*%s"
+msgstr ""
+
+#: ../../printer.pm_.c:552
+msgid ", multi-function device on USB"
+msgstr ""
+
+#: ../../printer.pm_.c:554
+msgid ", multi-function device on HP JetDirect"
+msgstr ""
+
+#: ../../printer.pm_.c:556
+msgid ", multi-function device"
+msgstr ""
+
+#: ../../printer.pm_.c:559
+#, fuzzy, c-format
+msgid ", printing to %s"
+msgstr "Fazi en ur skrivañ er restr %s"
+
+#: ../../printer.pm_.c:561
+#, c-format
+msgid "on LPD server \"%s\", printer \"%s\""
+msgstr ""
+
+#: ../../printer.pm_.c:563
+#, c-format
+msgid ", TCP/IP host \"%s\", port %s"
+msgstr ""
+
+#: ../../printer.pm_.c:567
+#, c-format
+msgid "on Windows server \"%s\", share \"%s\""
+msgstr ""
+
+#: ../../printer.pm_.c:571
+#, c-format
+msgid "on Novell server \"%s\", printer \"%s\""
+msgstr ""
+
+#: ../../printer.pm_.c:573
+#, c-format
+msgid ", using command %s"
+msgstr ""
+
+#: ../../printer.pm_.c:692 ../../printerdrake.pm_.c:1136
+msgid "Raw printer (No driver)"
+msgstr ""
+
+#: ../../printer.pm_.c:841
+#, fuzzy, c-format
+msgid "(on %s)"
+msgstr "(mollad %s)"
+
+#: ../../printer.pm_.c:843
+msgid "(on this machine)"
+msgstr ""
+
+#: ../../printer.pm_.c:868
+#, fuzzy, c-format
+msgid "On CUPS server \"%s\""
+msgstr "IP ar servijer SMB"
+
+#: ../../printer.pm_.c:874 ../../printerdrake.pm_.c:2391
+#: ../../printerdrake.pm_.c:2402 ../../printerdrake.pm_.c:2618
+#: ../../printerdrake.pm_.c:2670 ../../printerdrake.pm_.c:2697
+#: ../../printerdrake.pm_.c:2867 ../../printerdrake.pm_.c:2869
+msgid " (Default)"
+msgstr " (Dre ziouer)"
+
+#: ../../printerdrake.pm_.c:22
+msgid "Select Printer Connection"
+msgstr "Diuzit lugerezh ar voullerez"
+
+#: ../../printerdrake.pm_.c:23
+msgid "How is the printer connected?"
+msgstr "Penaos eo luget ar voullerez ?"
+
+#: ../../printerdrake.pm_.c:25
+msgid ""
+"\n"
+"Printers on remote CUPS servers you do not have to configure here; these "
+"printers will be automatically detected."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:69 ../../printerdrake.pm_.c:2454
+#, fuzzy
+msgid "CUPS configuration"
+msgstr "Kefluniadur"
+
+#: ../../printerdrake.pm_.c:70 ../../printerdrake.pm_.c:2455
+#, fuzzy
+msgid "Specify CUPS server"
+msgstr "Steud a-bell"
+
+#: ../../printerdrake.pm_.c:71
+msgid ""
+"To get access to printers on remote CUPS servers in your local network you "
+"do not have to configure anything; the CUPS servers inform your machine "
+"automatically about their printers. All printers currently known to your "
+"machine are listed in the \"Remote printers\" section in the main window of "
+"Printerdrake. When your CUPS server is not in your local network, you have "
+"to enter the CUPS server IP address and optionally the port number to get "
+"the printer information from the server, otherwise leave these fields blank."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:72
+msgid ""
+"\n"
+"Normally, CUPS is automatically configured according to your network "
+"environment, so that you can access the printers on the CUPS servers in your "
+"local network. If this does not work correctly, turn off \"Automatic CUPS "
+"configuration\" and edit your file /etc/cups/cupsd.conf manually. Do not "
+"forget to restart CUPS afterwards (command: \"service cups restart\")."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:76
+#, fuzzy
+msgid "The IP address should look like 192.168.1.20"
+msgstr "Er furmad 1.2.3.4 e tlefe bezañ ar chomlec'h IP"
+
+#: ../../printerdrake.pm_.c:80 ../../printerdrake.pm_.c:862
+msgid "The port number should be an integer!"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:87
+#, fuzzy
+msgid "CUPS server IP"
+msgstr "IP ar servijer SMB"
+
+#: ../../printerdrake.pm_.c:88 ../../printerdrake.pm_.c:855
+#, fuzzy
+msgid "Port"
+msgstr "Paour"
+
+#: ../../printerdrake.pm_.c:90
+#, fuzzy
+msgid "Automatic CUPS configuration"
+msgstr "Kefluniadur goude staliañ"
+
+#: ../../printerdrake.pm_.c:145 ../../standalone/scannerdrake_.c:42
+#, fuzzy
+msgid "Detecting devices ..."
+msgstr "O tinoiñ trobarzhelloù..."
+
+#: ../../printerdrake.pm_.c:145 ../../standalone/scannerdrake_.c:42
msgid "Test ports"
-msgstr "Amproui ar porzhio"
+msgstr "Amprouiñ ar porzhioù"
+
+#: ../../printerdrake.pm_.c:167 ../../printerdrake.pm_.c:2437
+#: ../../printerdrake.pm_.c:2556
+#, fuzzy
+msgid "Add a new printer"
+msgstr "Moullerez lec'hel"
+
+#: ../../printerdrake.pm_.c:168
+msgid ""
+"\n"
+"Welcome to the Printer Setup Wizard\n"
+"\n"
+"This wizard allows you to install local or remote printers to be used from "
+"this machine and also from other machines in the network.\n"
+"\n"
+"It asks you for all necessary information to set up the printer and gives "
+"you access to all available printer drivers, driver options, and printer "
+"connection types."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:176 ../../printerdrake.pm_.c:203
+#: ../../printerdrake.pm_.c:378 ../../printerdrake.pm_.c:393
+#: ../../printerdrake.pm_.c:403 ../../printerdrake.pm_.c:466
+msgid "Local Printer"
+msgstr "Moullerez lec'hel"
-#: ../../printerdrake.pm_.c:40
+#: ../../printerdrake.pm_.c:177
+msgid ""
+"\n"
+"Welcome to the Printer Setup Wizard\n"
+"\n"
+"This wizard will help you to install your printer(s) connected to this "
+"computer.\n"
+"\n"
+"Please plug in your printer(s) on this computer and turn it/them on. Click "
+"on \"Next\" when you are ready, and on \"Cancel\" when you do not want to "
+"set up your printer(s) now.\n"
+"\n"
+"Note that some computers can crash during the printer auto-detection, turn "
+"off \"Auto-detect printers\" to do a printer installation without auto-"
+"detection. Use the \"Expert Mode\" of printerdrake when you want to set up "
+"printing on a remote printer if printerdrake does not list it automatically."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:186
+#, fuzzy
+msgid "Auto-detect printers"
+msgstr "Dibarzhoù ar voullerez lpd a-bell"
+
+#: ../../printerdrake.pm_.c:204
+msgid ""
+"\n"
+"Congratulations, your printer is now installed and configured!\n"
+"\n"
+"You can print using the \"Print\" command of your application (usually in "
+"the \"File\" menu).\n"
+"\n"
+"If you want to add, remove, or rename a printer, or if you want to change "
+"the default option settings (paper input tray, printout quality, ...), "
+"select \"Printer\" in the \"Hardware\" section of the Mandrake Control "
+"Center."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:223
+msgid "Auto-Detection of Printers"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:224
+msgid ""
+"Printerdrake is able to auto-detect your locally connected parallel and USB "
+"printers for you, but note that on some systems the auto-detection CAN "
+"FREEZE YOUR SYSTEM AND THIS CAN LEAD TO CORRUPTED FILE SYSTEMS! So do it ON "
+"YOUR OWN RISK!\n"
+"\n"
+"Do you really want to get your printers auto-detected?"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:227 ../../printerdrake.pm_.c:229
+#: ../../printerdrake.pm_.c:230
+#, fuzzy
+msgid "Do auto-detection"
+msgstr "Dilesadur"
+
+#: ../../printerdrake.pm_.c:228
+#, fuzzy
+msgid "Set up printer manually"
+msgstr "Dibarzhoù ar voullerez lpd a-bell"
+
+#: ../../printerdrake.pm_.c:256
+#, fuzzy, c-format
+msgid "Detected %s"
+msgstr "Poent marc'hañ doubl %s"
+
+#: ../../printerdrake.pm_.c:260 ../../printerdrake.pm_.c:287
+#: ../../printerdrake.pm_.c:306
#, c-format
-msgid "A printer, model \"%s\", has been detected on "
-msgstr "Ur voullerez, doare \"%s\", zo bet dinoet war "
+msgid "Printer on parallel port \\/*%s"
+msgstr ""
-#: ../../printerdrake.pm_.c:52
-msgid "Local Printer Device"
-msgstr "Trobarzhell voullerez lec'hel"
+#: ../../printerdrake.pm_.c:262 ../../printerdrake.pm_.c:289
+#: ../../printerdrake.pm_.c:311
+#, c-format
+msgid "USB printer \\/*%s"
+msgstr "Moullerez USB \\/*%s"
-#: ../../printerdrake.pm_.c:53
+#: ../../printerdrake.pm_.c:379
msgid ""
-"What device is your printer connected to \n"
-"(note that /dev/lp0 is equivalent to LPT1:)?\n"
+"No local printer found! To manually install a printer enter a device name/"
+"file name in the input line (Parallel Ports: /dev/lp0, /dev/lp1, ..., "
+"equivalent to LPT1:, LPT2:, ..., 1st USB printer: /dev/usb/lp0, 2nd USB "
+"printer: /dev/usb/lp1, ...)."
msgstr ""
-"Ouzh pe drobarzhell eo luget ho moullerez \n"
-"(taolit evezh /dev/lp0 a zo kevatal da LPT1:) ?\n"
-#: ../../printerdrake.pm_.c:55
-msgid "Printer Device"
+#: ../../printerdrake.pm_.c:383
+#, fuzzy
+msgid "You must enter a device or file name!"
msgstr "Trobarzhell ar voullerez"
-#: ../../printerdrake.pm_.c:74
+#: ../../printerdrake.pm_.c:394
+msgid ""
+"No local printer found!\n"
+"\n"
+msgstr "N'ev ket Moullerez lec'hel!\n"
+
+#: ../../printerdrake.pm_.c:395
+msgid ""
+"Network printers can only be installed after the installation. Choose "
+"\"Hardware\" and then \"Printer\" in the Mandrake Control Center."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:396
+msgid ""
+"To install network printers, click \"Cancel\", switch to the \"Expert Mode"
+"\", and click \"Add a new printer\" again."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:407
+msgid ""
+"The following printer was auto-detected, if it is not the one you want to "
+"configure, enter a device name/file name in the input line"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:408
+msgid ""
+"Here is a list of all auto-detected printers. Please choose the printer you "
+"want to set up or enter a device name/file name in the input line"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:410
+msgid ""
+"The following printer was auto-detected. The configuration of the printer "
+"will work fully automatically. If your printer was not correctly detected or "
+"if you prefer a customized printer configuration, turn on \"Manual "
+"configuration\"."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:411
+msgid ""
+"Here is a list of all auto-detected printers. Please choose the printer you "
+"want to set up. The configuration of the printer will work fully "
+"automatically. If your printer was not correctly detected or if you prefer a "
+"customized printer configuration, turn on \"Manual configuration\"."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:413
+msgid ""
+"Please choose the port where your printer is connected to or enter a device "
+"name/file name in the input line"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:414
+#, fuzzy
+msgid "Please choose the port where your printer is connected to."
+msgstr "Dibabit ouzh pe borzh a-steud eo luget ho modem, mar plij."
+
+#: ../../printerdrake.pm_.c:416
+msgid ""
+" (Parallel Ports: /dev/lp0, /dev/lp1, ..., equivalent to LPT1:, LPT2:, ..., "
+"1st USB printer: /dev/usb/lp0, 2nd USB printer: /dev/usb/lp1, ...)."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:421
+#, fuzzy
+msgid "You must choose/enter a printer/device!"
+msgstr "Trobarzhell ar voullerez"
+
+#: ../../printerdrake.pm_.c:441
+#, fuzzy
+msgid "Manual configuration"
+msgstr "Kefluniañ ar proksioù"
+
+#: ../../printerdrake.pm_.c:467
+msgid ""
+"Is your printer a multi-function device from HP (OfficeJet, PSC, PhotoSmart, "
+"LaserJet 1100/1200/1220/3200/3300 with scanner)?"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:482
+#, fuzzy
+msgid "Installing HPOJ package..."
+msgstr "O staliañ ar pakad %s"
+
+#: ../../printerdrake.pm_.c:487
+msgid "Checking device and configuring HPOJ ..."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:505
+#, fuzzy
+msgid "Installing SANE package..."
+msgstr "O staliañ ar pakad %s"
+
+#: ../../printerdrake.pm_.c:517
+msgid "Scanning on your HP multi-function device"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:534
+msgid "Making printer port available for CUPS ..."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:544 ../../printerdrake.pm_.c:1018
+#: ../../printerdrake.pm_.c:1132
+msgid "Reading printer database ..."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:624
msgid "Remote lpd Printer Options"
-msgstr "Dibarzho ar voullerez lpd a-bell"
+msgstr "Dibarzhoù ar voullerez lpd a-bell"
-#: ../../printerdrake.pm_.c:75
+#: ../../printerdrake.pm_.c:625
+#, fuzzy
msgid ""
-"To use a remote lpd print queue, you need to supply\n"
-"the hostname of the printer server and the queue name\n"
-"on that server which jobs should be placed in."
+"To use a remote lpd printer, you need to supply the hostname of the printer "
+"server and the printer name on that server."
msgstr ""
-"A-benn implijout ur steud moula lpd a-bell, ret eo deoc'h\n"
-"pourveza anv ostiz ar servijer moulla hag anv as steud\n"
-"war ar servijer-se ma zlefe beza kaset an dleado moulla."
+"A-benn implijout ur steud moulañ lpd a-bell, ret eo deoc'h\n"
+"pourvezañ anv ostiz ar servijer moullañ hag anv as steud\n"
+"war ar servijer-se ma zlefe bezañ kaset an dleadoù moullañ."
-#: ../../printerdrake.pm_.c:78
-msgid "Remote hostname"
+#: ../../printerdrake.pm_.c:626
+#, fuzzy
+msgid "Remote host name"
msgstr "Anv an ostiz a-bell"
-#: ../../printerdrake.pm_.c:79
-msgid "Remote queue"
-msgstr "Steud a-bell"
+#: ../../printerdrake.pm_.c:627
+#, fuzzy
+msgid "Remote printer name"
+msgstr "Dibarzhoù ar voullerez lpd a-bell"
+
+#: ../../printerdrake.pm_.c:630
+#, fuzzy
+msgid "Remote host name missing!"
+msgstr "Anv an ostiz a-bell"
+
+#: ../../printerdrake.pm_.c:634
+#, fuzzy
+msgid "Remote printer name missing!"
+msgstr "Anv an ostiz a-bell"
-#: ../../printerdrake.pm_.c:88
+#: ../../printerdrake.pm_.c:702
msgid "SMB (Windows 9x/NT) Printer Options"
-msgstr "Dibarzho moulla SMB (Windows 9x/NT)"
+msgstr "Dibarzhoù moullañ SMB (Windows 9x/NT)"
-#: ../../printerdrake.pm_.c:89
+#: ../../printerdrake.pm_.c:703
+#, fuzzy
msgid ""
-"To print to a SMB printer, you need to provide the\n"
-"SMB host name (Note! It may be different from its\n"
-"TCP/IP hostname!) and possibly the IP address of the print server, as\n"
-"well as the share name for the printer you wish to access and any\n"
-"applicable user name, password, and workgroup information."
+"To print to a SMB printer, you need to provide the SMB host name (Note! It "
+"may be different from its TCP/IP hostname!) and possibly the IP address of "
+"the print server, as well as the share name for the printer you wish to "
+"access and any applicable user name, password, and workgroup information."
msgstr ""
-"Evit moulla war ur voullerez SMB eo ret deoc'h pourveza\n"
-"anv an ostiz SMB (Ho evezh ! Dishevel e c'hell beza diouzh\n"
-"e anv ostiz TCP/IP !) ha marteze chomlec'h IP ar servijer moulla,\n"
+"Evit moullañ war ur voullerez SMB eo ret deoc'h pourvezañ\n"
+"anv an ostiz SMB (Ho evezh ! Disheñvel e c'hell bezañ diouzh\n"
+"e anv ostiz TCP/IP !) ha marteze chomlec'h IP ar servijer moullañ,\n"
"kement hag anv rannet ar voullerez a glaskit tizhout ha ne vern pe\n"
"ditour a anv arveriad, tremenger ha strollad labour en implij."
-#: ../../printerdrake.pm_.c:94
+#: ../../printerdrake.pm_.c:704
msgid "SMB server host"
msgstr "Anv ar servijer SMB"
-#: ../../printerdrake.pm_.c:95
+#: ../../printerdrake.pm_.c:705
msgid "SMB server IP"
msgstr "IP ar servijer SMB"
-#: ../../printerdrake.pm_.c:96
+#: ../../printerdrake.pm_.c:706
msgid "Share name"
msgstr "Anv rannet"
-#: ../../printerdrake.pm_.c:99
+#: ../../printerdrake.pm_.c:709
msgid "Workgroup"
msgstr "Strollad labour"
-#: ../../printerdrake.pm_.c:124
+#: ../../printerdrake.pm_.c:716
+msgid "Either the server name or the server's IP must be given!"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:720
+msgid "Samba share name missing!"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:725
+msgid "SECURITY WARNING!"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:726
+#, c-format
+msgid ""
+"You are about to set up printing to a Windows account with password. Due to "
+"a fault in the architecture of the Samba client software the password is put "
+"in clear text into the command line of the Samba client used to transmit the "
+"print job to the Windows server. So it is possible for every user on this "
+"machine to display the password on the screen by issuing commands as \"ps "
+"auxwww\".\n"
+"\n"
+"We recommend to make use of one of the following alternatives (in all cases "
+"you have to make sure that only machines from your local network have access "
+"to your Windows server, for example by means of a firewall):\n"
+"\n"
+"Use a password-less account on your Windows server, as the \"GUEST\" account "
+"or a special account dedicated for printing. Do not remove the password "
+"protection from a personal account or the administrator account.\n"
+"\n"
+"Set up your Windows server to make the printer available under the LPD "
+"protocol. Then set up printing from this machine with the \"%s\" connection "
+"type in Printerdrake.\n"
+"\n"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:736
+#, c-format
+msgid ""
+"Set up your Windows server to make the printer available under the IPP "
+"protocol and set up printing from this machine with the \"%s\" connection "
+"type in Printerdrake.\n"
+"\n"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:739
+msgid ""
+"Connect your printer to a Linux server and let your Windows machine(s) "
+"connect to it as a client.\n"
+"\n"
+"Do you really want to continue setting up this printer as you are doing now?"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:801
msgid "NetWare Printer Options"
-msgstr "Dibarzho ar voullerez NetWare"
+msgstr "Dibarzhoù ar voullerez NetWare"
-#: ../../printerdrake.pm_.c:125
+#: ../../printerdrake.pm_.c:802
+#, fuzzy
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"
-"TCP/IP hostname!) as well as the print queue name for the printer you\n"
-"wish to access and any applicable user name and password."
+"To print on a NetWare printer, you need to provide the NetWare print server "
+"name (Note! it may be different from its TCP/IP hostname!) as well as the "
+"print queue name for the printer you wish to access and any applicable user "
+"name and password."
msgstr ""
-"Evit moulla war ur voullerez NetWare eo ret deoc'h pourveza anv ar\n"
-"servijer moulla NetWare (Ho evezh ! Dishevel e c'hell beza diouzh e\n"
-"anv ostiz TCP/IP !) kement hag anv ar steud moulla evit ar voullerez\n"
+"Evit moullañ war ur voullerez NetWare eo ret deoc'h pourvezañ anv ar\n"
+"servijer moullañ NetWare (Ho evezh ! Disheñvel e c'hell bezañ diouzh e\n"
+"anv ostiz TCP/IP !) kement hag anv ar steud moullañ evit ar voullerez\n"
"a glaskit tizhout ha ne vern pe anv arveriad ha tremenger en implij."
-#: ../../printerdrake.pm_.c:129
+#: ../../printerdrake.pm_.c:803
msgid "Printer Server"
-msgstr "Servijer moulla"
+msgstr "Servijer moullañ"
-#: ../../printerdrake.pm_.c:130
+#: ../../printerdrake.pm_.c:804
msgid "Print Queue Name"
-msgstr "Anv ar steud moulla"
+msgstr "Anv ar steud moullañ"
-#: ../../printerdrake.pm_.c:142
+#: ../../printerdrake.pm_.c:809
+msgid "NCP server name missing!"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:813
+msgid "NCP queue name missing!"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:852
#, fuzzy
-msgid "Socket Printer Options"
-msgstr "Dibarzho ar voullerez NetWare"
+msgid "TCP/Socket Printer Options"
+msgstr "Dibarzhoù ar voullerez NetWare"
-#: ../../printerdrake.pm_.c:143
+#: ../../printerdrake.pm_.c:853
msgid ""
-"To print to a socket printer, you need to provide the\n"
-"hostname of the printer and optionally the port number."
+"To print to a TCP or socket printer, you need to provide the host name of "
+"the printer and optionally the port number. On HP JetDirect servers the port "
+"number is usually 9100, on other servers it can vary. See the manual of your "
+"hardware."
msgstr ""
-#: ../../printerdrake.pm_.c:145
+#: ../../printerdrake.pm_.c:854
+msgid "Printer host name"
+msgstr "Anv ar voullerez"
+
+#: ../../printerdrake.pm_.c:858
#, fuzzy
-msgid "Printer Hostname"
-msgstr "Dibarzho ar voullerez"
+msgid "Printer host name missing!"
+msgstr "Dibarzhoù ar voullerez"
-#: ../../printerdrake.pm_.c:146 ../../printerdrake.pm_.c:422
+#: ../../printerdrake.pm_.c:887 ../../printerdrake.pm_.c:889
#, fuzzy
-msgid "Port"
-msgstr "Paour"
+msgid "Printer Device URI"
+msgstr "Trobarzhell ar voullerez"
+
+#: ../../printerdrake.pm_.c:888
+msgid ""
+"You can specify directly the URI to access the printer. The URI must fulfill "
+"either the CUPS or the Foomatic specifications. Note that not all URI types "
+"are supported by all the spoolers."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:903
+msgid "A valid URI must be entered!"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1004
+msgid ""
+"Every printer needs a name (for example \"printer\"). The Description and "
+"Location fields do not need to be filled in. They are comments for the users."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1005
+msgid "Name of printer"
+msgstr "Anv ar moullerez"
+
+#: ../../printerdrake.pm_.c:1006
+#, fuzzy
+msgid "Description"
+msgstr "Spisait dibarzhoù"
+
+#: ../../printerdrake.pm_.c:1007
+#, fuzzy
+msgid "Location"
+msgstr "Titouroù"
-#: ../../printerdrake.pm_.c:159
-msgid "You can specify directly the URI to access the printer with CUPS."
+#: ../../printerdrake.pm_.c:1021
+msgid "Preparing printer database ..."
msgstr ""
-#: ../../printerdrake.pm_.c:192 ../../printerdrake.pm_.c:244
-msgid "What type of printer do you have?"
+#: ../../printerdrake.pm_.c:1112
+#, fuzzy
+msgid "Your printer model"
+msgstr "Dibarzhoù ar voullerez lpd a-bell"
+
+#: ../../printerdrake.pm_.c:1113
+#, c-format
+msgid ""
+"Printerdrake has compared the model name resulting from the printer auto-"
+"detection with the models listed in its printer database to find the best "
+"match. This choice can be wrong, especially when your printer is not listed "
+"at all in the database. So check whether the choice is correct and click "
+"\"The model is correct\" if so and if not, click \"Select model manually\" "
+"so that you can choose your printer model manually on the next screen.\n"
+"\n"
+"For your printer Printerdrake has found:\n"
+"\n"
+"%s"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1118 ../../printerdrake.pm_.c:1121
+#, fuzzy
+msgid "The model is correct"
+msgstr "Ha reizh eo ?"
+
+#: ../../printerdrake.pm_.c:1119 ../../printerdrake.pm_.c:1120
+#: ../../printerdrake.pm_.c:1123
+#, fuzzy
+msgid "Select model manually"
+msgstr "Dibarzhoù ar voullerez lpd a-bell"
+
+#: ../../printerdrake.pm_.c:1139
+#, fuzzy
+msgid "Printer model selection"
+msgstr "Lugerezh ar voullerez"
+
+#: ../../printerdrake.pm_.c:1140
+#, fuzzy
+msgid "Which printer model do you have?"
msgstr "Peseurt moullerez hoc'h eus ?"
-#: ../../printerdrake.pm_.c:204 ../../printerdrake.pm_.c:305
-msgid "Do you want to test printing?"
-msgstr "Ha mennout a rit amproui moulla skrid ?"
+#: ../../printerdrake.pm_.c:1141
+msgid ""
+"\n"
+"\n"
+"Please check whether Printerdrake did the auto-detection of your printer "
+"model correctly. Search the correct model in the list when the cursor is "
+"standing on a wrong model or on \"Raw printer\"."
+msgstr ""
-#: ../../printerdrake.pm_.c:207 ../../printerdrake.pm_.c:316
-msgid "Printing test page(s)..."
-msgstr "O voulla pajenn(o) skrid..."
+#: ../../printerdrake.pm_.c:1144
+msgid ""
+"If your printer is not listed, choose a compatible (see printer manual) or a "
+"similar one."
+msgstr ""
-#: ../../printerdrake.pm_.c:214 ../../printerdrake.pm_.c:324
+#: ../../printerdrake.pm_.c:1220
+#, fuzzy
+msgid "OKI winprinter configuration"
+msgstr "Kefluniañ ar modem"
+
+#: ../../printerdrake.pm_.c:1221
+msgid ""
+"You are configuring an OKI laser winprinter. These printers\n"
+"use a very special communication protocol and therefore they work only when "
+"connected to the first parallel port. When your printer is connected to "
+"another port or to a print server box please connect the printer to the "
+"first parallel port before you print a test page. Otherwise the printer will "
+"not work. Your connection type setting will be ignored by the driver."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1264 ../../printerdrake.pm_.c:1291
+#, fuzzy
+msgid "Lexmark inkjet configuration"
+msgstr "Kefluniañ ar proksioù"
+
+#: ../../printerdrake.pm_.c:1265
+msgid ""
+"The inkjet printer drivers provided by Lexmark only support local printers, "
+"no printers on remote machines or print server boxes. Please connect your "
+"printer to a local port or configure it on the machine where it is connected "
+"to."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1292
+msgid ""
+"To be able to print with your Lexmark inkjet and this configuration, you "
+"need the inkjet printer drivers provided by Lexmark (http://www.lexmark."
+"com/). Go to the US site and click on the \"Drivers\" button. Then choose "
+"your model and afterwards \"Linux\" as operating system. The drivers come as "
+"RPM packages or shell scripts with interactive graphical installation. You "
+"do not need to do this configuration by the graphical frontends. Cancel "
+"directly after the license agreement. Then print printhead alignment pages "
+"with \"lexmarkmaintain\" and adjust the head alignment settings with this "
+"program."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1508
+msgid ""
+"Printer default settings\n"
+"\n"
+"You should make sure that the page size and the ink type/printing mode (if "
+"available) and also the hardware configuration of laser printers (memory, "
+"duplex unit, extra trays) are set correctly. Note that with a very high "
+"printout quality/resolution printing can get substantially slower."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1517
#, c-format
+msgid "Option %s must be an integer number!"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1521
+#, c-format
+msgid "Option %s must be a number!"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1526
+#, c-format
+msgid "Option %s out of range!"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1565
+#, fuzzy, c-format
+msgid ""
+"Do you want to set this printer (\"%s\")\n"
+"as the default printer?"
+msgstr "Ha mennout a rit amprouiñ moullañ skrid ?"
+
+#: ../../printerdrake.pm_.c:1582
+#, fuzzy
+msgid "Test pages"
+msgstr "Amprouiñ ar porzhioù"
+
+#: ../../printerdrake.pm_.c:1583
+msgid ""
+"Please select the test pages you want to print.\n"
+"Note: the photo test page can take a rather long time to get printed and on "
+"laser printers with too low memory it can even not come out. In most cases "
+"it is enough to print the standard test page."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1587
+#, fuzzy
+msgid "No test pages"
+msgstr "Ya, moullit an div bajenn arnod"
+
+#: ../../printerdrake.pm_.c:1588
+#, fuzzy
+msgid "Print"
+msgstr "Moullerez"
+
+#: ../../printerdrake.pm_.c:1590
+#, fuzzy
+msgid "Standard test page"
+msgstr "Diorren"
+
+#: ../../printerdrake.pm_.c:1593
+msgid "Alternative test page (Letter)"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1596
+#, fuzzy
+msgid "Alternative test page (A4)"
+msgstr "O voullañ pajenn(où) skrid..."
+
+#: ../../printerdrake.pm_.c:1598
+#, fuzzy
+msgid "Photo test page"
+msgstr "O voullañ pajenn(où) skrid..."
+
+#: ../../printerdrake.pm_.c:1602
+#, fuzzy
+msgid "Do not print any test page"
+msgstr "O voullañ pajenn(où) skrid..."
+
+#: ../../printerdrake.pm_.c:1610 ../../printerdrake.pm_.c:1747
+msgid "Printing test page(s)..."
+msgstr "O voullañ pajenn(où) skrid..."
+
+#: ../../printerdrake.pm_.c:1635
+#, fuzzy, c-format
msgid ""
-"Test page(s) have been sent to the printer daemon.\n"
-"This may take a little time before printer start.\n"
+"Test page(s) have been sent to the printer.\n"
+"It may take some time before the printer starts.\n"
"Printing status:\n"
"%s\n"
"\n"
-"Does it work properly?"
msgstr ""
-"Pajenn(o) arnod zo bet kaset d'an diaoul moulla.\n"
+"Pajenn(où) arnod zo bet kaset d'an diaoul moullañ.\n"
"Ur pennadig e c'hell padout a-raok ma loc'hfe a voullerez.\n"
-"Stad ar moulla :\n"
+"Stad ar moullañ :\n"
"%s\n"
"\n"
"Ha mont a ra en-dro reizh ?"
-#: ../../printerdrake.pm_.c:218 ../../printerdrake.pm_.c:328
+#: ../../printerdrake.pm_.c:1639
+#, fuzzy
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?"
+"Test page(s) have been sent to the printer.\n"
+"It may take some time before the printer starts.\n"
msgstr ""
-"Pajenn(o) arnod zo bet kaset d'an diaoul moulla.\n"
+"Pajenn(où) arnod zo bet kaset d'an diaoul moullañ.\n"
"Ur pennadig e c'hell padout a-raok ma loc'hfe a voullerez.\n"
"Ha mont a ra en-dro reizh ?"
-#: ../../printerdrake.pm_.c:234
-msgid "Yes, print ASCII test page"
-msgstr "Ya, moullit ur bajenn arnod ASCII"
+#: ../../printerdrake.pm_.c:1646
+msgid "Did it work properly?"
+msgstr ""
-#: ../../printerdrake.pm_.c:235
-msgid "Yes, print PostScript test page"
-msgstr "Ya, moullit ur bajenn arnod PostScript"
+#: ../../printerdrake.pm_.c:1667 ../../printerdrake.pm_.c:2732
+#, fuzzy
+msgid "Raw printer"
+msgstr "Moullerez lec'hel"
-#: ../../printerdrake.pm_.c:236
-msgid "Yes, print both test pages"
-msgstr "Ya, moullit an div bajenn arnod"
+#: ../../printerdrake.pm_.c:1685
+#, c-format
+msgid ""
+"To print a file from the command line (terminal window) you can either use "
+"the command \"%s <file>\" or a graphical printing tool: \"xpp <file>\" or "
+"\"kprinter <file>\". The graphical tools allow you to choose the printer and "
+"to modify the option settings easily.\n"
+msgstr ""
-#: ../../printerdrake.pm_.c:243
-msgid "Configure Printer"
-msgstr "Keflunia ar voullerez"
+#: ../../printerdrake.pm_.c:1687
+msgid ""
+"These commands you can also use in the \"Printing command\" field of the "
+"printing dialogs of many applications, but here do not supply the file name "
+"because the file to print is provided by the application.\n"
+msgstr ""
-#: ../../printerdrake.pm_.c:273
-msgid "Printer options"
-msgstr "Dibarzho ar voullerez"
+#: ../../printerdrake.pm_.c:1690 ../../printerdrake.pm_.c:1706
+#: ../../printerdrake.pm_.c:1716
+#, c-format
+msgid ""
+"\n"
+"The \"%s\" command also allows to modify the option settings for a "
+"particular printing job. Simply add the desired settings to the command "
+"line, e. g. \"%s <file>\". "
+msgstr ""
-#: ../../printerdrake.pm_.c:274
-msgid "Paper Size"
-msgstr "Ment ar paper"
+#: ../../printerdrake.pm_.c:1693 ../../printerdrake.pm_.c:1732
+#, c-format
+msgid ""
+"To know about the options available for the current printer read either the "
+"list shown below or click on the \"Print option list\" button.%s\n"
+"\n"
+msgstr ""
-#: ../../printerdrake.pm_.c:275
-msgid "Eject page after job?"
-msgstr "Stlepel ar bajenn goude moulla ?"
+#: ../../printerdrake.pm_.c:1696
+msgid ""
+"Here is a list of the available printing options for the current printer:\n"
+"\n"
+msgstr ""
-#: ../../printerdrake.pm_.c:280
-msgid "Uniprint driver options"
-msgstr "Dibarzho ar sturier Uniprint"
+#: ../../printerdrake.pm_.c:1701 ../../printerdrake.pm_.c:1711
+#, c-format
+msgid ""
+"To print a file from the command line (terminal window) use the command \"%s "
+"<file>\".\n"
+msgstr ""
-#: ../../printerdrake.pm_.c:281
-msgid "Color depth options"
-msgstr "Dibarzho donder liv"
+#: ../../printerdrake.pm_.c:1703 ../../printerdrake.pm_.c:1713
+#: ../../printerdrake.pm_.c:1723
+msgid ""
+"This command you can also use in the \"Printing command\" field of the "
+"printing dialogs of many applications. But here do not supply the file name "
+"because the file to print is provided by the application.\n"
+msgstr ""
-#: ../../printerdrake.pm_.c:283
-msgid "Print text as PostScript?"
-msgstr "Moulla skrid evel PostScript ?"
+#: ../../printerdrake.pm_.c:1708 ../../printerdrake.pm_.c:1718
+msgid ""
+"To get a list of the options available for the current printer click on the "
+"\"Print option list\" button."
+msgstr ""
-#: ../../printerdrake.pm_.c:285
-msgid "Fix stair-stepping text?"
-msgstr "Kempenn an efed-diri ?"
+#: ../../printerdrake.pm_.c:1721
+#, c-format
+msgid ""
+"To print a file from the command line (terminal window) use the command \"%s "
+"<file>\" or \"%s <file>\".\n"
+msgstr ""
-#: ../../printerdrake.pm_.c:287
-msgid "Number of pages per output pages"
-msgstr "Niver a bajenno dre bajenn ziskas"
+#: ../../printerdrake.pm_.c:1725
+msgid ""
+"You can also use the graphical interface \"xpdq\" for setting options and "
+"handling printing jobs.\n"
+"If you are using KDE as desktop environment you have a \"panic button\", an "
+"icon on the desktop, labeled with \"STOP Printer!\", which stops all print "
+"jobs immediately when you click it. This is for example useful for paper "
+"jams.\n"
+msgstr ""
-#: ../../printerdrake.pm_.c:288
-msgid "Right/Left margins in points (1/72 of inch)"
-msgstr "Marzo Deho/Kleiz e poento (1/72 ur meudad)"
+#: ../../printerdrake.pm_.c:1729
+#, c-format
+msgid ""
+"\n"
+"The \"%s\" and \"%s\" commands also allow to modify the option settings for "
+"a particular printing job. Simply add the desired settings to the command "
+"line, e. g. \"%s <file>\".\n"
+msgstr ""
-#: ../../printerdrake.pm_.c:289
-msgid "Top/Bottom margins in points (1/72 of inch)"
-msgstr "Marzo Krec'h/Trao e poento (1/72 ur meudad)"
+#: ../../printerdrake.pm_.c:1738 ../../printerdrake.pm_.c:1744
+#: ../../printerdrake.pm_.c:1745 ../../printerdrake.pm_.c:1746
+#: ../../printerdrake.pm_.c:2716 ../../standalone/drakbackup_.c:754
+#: ../../standalone/drakbackup_.c:2458 ../../standalone/drakfont_.c:577
+#: ../../standalone/drakfont_.c:791
+#, fuzzy
+msgid "Close"
+msgstr "Logodenn USB"
-#: ../../printerdrake.pm_.c:291
-msgid "Extra GhostScript options"
-msgstr "Dibarzho GhostScript ouzhpenn"
+#: ../../printerdrake.pm_.c:1741 ../../printerdrake.pm_.c:1753
+#, fuzzy, c-format
+msgid "Printing/Scanning on \"%s\""
+msgstr "O tizenaouiñ ar rouedad"
-#: ../../printerdrake.pm_.c:293
-msgid "Extra Text options"
-msgstr "Dibarzho skrid ouzhpenn"
+#: ../../printerdrake.pm_.c:1742 ../../printerdrake.pm_.c:1754
+#, fuzzy, c-format
+msgid "Printing on the printer \"%s\""
+msgstr "O tizenaouiñ ar rouedad"
-#: ../../printerdrake.pm_.c:295
-msgid "Reverse page order"
-msgstr "Eilpenna urzh ar pajenno"
+#: ../../printerdrake.pm_.c:1744
+#, fuzzy
+msgid "Print option list"
+msgstr "Dibarzhoù ar voullerez"
-#: ../../printerdrake.pm_.c:345
-msgid "Would you like to configure a printer?"
-msgstr "Mennout a rit keflunia ur voullerez ?"
+#: ../../printerdrake.pm_.c:1766
+#, c-format
+msgid ""
+"Your HP multi-function device was configured automatically to be able to "
+"scan. Now you can scan with \"scanimage\" (\"scanimage -d hp:%s\" to specify "
+"the scanner when you have more than one) from the command line or with the "
+"graphical interfaces \"xscanimage\" or \"xsane\". If you are using the GIMP, "
+"you can also scan by choosing the appropriate point in the \"File\"/\"Acquire"
+"\" menu. Call also \"man scanimage\" and \"man sane-hp\" on the command line "
+"to get more information.\n"
+"\n"
+"Do not use \"scannerdrake\" for this device!"
+msgstr ""
-#: ../../printerdrake.pm_.c:351
+#: ../../printerdrake.pm_.c:1772
+#, c-format
msgid ""
-"Here are the following print queues.\n"
-"You can add some more or change the existing ones."
+"Your HP multi-function device was configured automatically to be able to "
+"scan. Now you can scan from the command line with \"ptal-hp %s scan ...\". "
+"Scanning via a graphical interface or from the GIMP is not supported yet for "
+"your device. More information you will find in the \"/usr/share/doc/hpoj-0.8/"
+"ptal-hp-scan.html\" file on your system. If you have an HP LaserJet 1100 or "
+"1200 you can only scan when you have the scanner option installed.\n"
+"\n"
+"Do not use \"scannerdrake\" for this device!"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1794 ../../printerdrake.pm_.c:2221
+#: ../../printerdrake.pm_.c:2485 ../../standalone/printerdrake_.c:49
+msgid "Reading printer data ..."
msgstr ""
-"Setu da heul ar steudado moulla.\n"
-"Gallout a rit ouzhpenna lod pe gemma a re a zo."
-#: ../../printerdrake.pm_.c:370
+#: ../../printerdrake.pm_.c:1814 ../../printerdrake.pm_.c:1842
+#: ../../printerdrake.pm_.c:1877
#, fuzzy
-msgid "CUPS starting"
-msgstr "O vrasjedi"
+msgid "Transfer printer configuration"
+msgstr "Kefluniañ ar proksioù"
-#: ../../printerdrake.pm_.c:370
-msgid "Reading CUPS drivers database..."
+#: ../../printerdrake.pm_.c:1815
+#, c-format
+msgid ""
+"You can copy the printer configuration which you have done for the spooler %"
+"s to %s, your current spooler. All the configuration data (printer name, "
+"description, location, connection type, and default option settings) is "
+"overtaken, but jobs will not be transferred.\n"
+"Not all queues can be transferred due to the following reasons:\n"
msgstr ""
-#: ../../printerdrake.pm_.c:384 ../../printerdrake.pm_.c:450
-#: ../../printerdrake.pm_.c:471 ../../printerdrake.pm_.c:479
-msgid "Select Printer Connection"
-msgstr "Diuzit lugerezh ar voullerez"
+#: ../../printerdrake.pm_.c:1818
+msgid ""
+"CUPS does not support printers on Novell servers or printers sending the "
+"data into a free-formed command.\n"
+msgstr ""
-#: ../../printerdrake.pm_.c:385 ../../printerdrake.pm_.c:472
-msgid "How is the printer connected?"
-msgstr "Penaos eo luget ar voullerez ?"
+#: ../../printerdrake.pm_.c:1820
+msgid ""
+"PDQ only supports local printers, remote LPD printers, and Socket/TCP "
+"printers.\n"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1822
+msgid "LPD and LPRng do not support IPP printers.\n"
+msgstr ""
-#: ../../printerdrake.pm_.c:392
+#: ../../printerdrake.pm_.c:1824
+msgid ""
+"In addition, queues not created with this program or \"foomatic-configure\" "
+"cannot be transferred."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1825
+msgid ""
+"\n"
+"Also printers configured with the PPD files provided by their manufacturers "
+"or with native CUPS drivers cannot be transferred."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1826
+msgid ""
+"\n"
+"Mark the printers which you want to transfer and click \n"
+"\"Transfer\"."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1829
+msgid "Do not transfer printers"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1830 ../../printerdrake.pm_.c:1847
+msgid "Transfer"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1843
+#, c-format
+msgid ""
+"A printer named \"%s\" already exists under %s. \n"
+"Click \"Transfer\" to overwrite it.\n"
+"You can also type a new name or skip this printer."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1851
+msgid "Name of printer should contain only letters, numbers and the underscore"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1856
+#, c-format
+msgid ""
+"The printer \"%s\" already exists,\n"
+"do you really want to overwrite its configuration?"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1864
#, fuzzy
-msgid "Select Remote Printer Connection"
-msgstr "Diuzit lugerezh ar voullerez"
+msgid "New printer name"
+msgstr "Moullerez lec'hel"
-#: ../../printerdrake.pm_.c:393
+#: ../../printerdrake.pm_.c:1867
+#, c-format
+msgid "Transferring %s ..."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1878
+#, c-format
msgid ""
-"With a remote CUPS server, you do not have to configure\n"
-"any printer here; printers will be automatically detected.\n"
-"In case of doubt, select \"Remote CUPS server\"."
+"You have transferred your former default printer (\"%s\"), Should it be also "
+"the default printer under the new printing system %s?"
msgstr ""
-#: ../../printerdrake.pm_.c:416
+#: ../../printerdrake.pm_.c:1887
+msgid "Refreshing printer data ..."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1895 ../../printerdrake.pm_.c:1966
+#: ../../printerdrake.pm_.c:1978
+#, fuzzy
+msgid "Configuration of a remote printer"
+msgstr "Kefluniañ ar voullerez"
+
+#: ../../printerdrake.pm_.c:1896
+#, fuzzy
+msgid "Starting network ..."
+msgstr "Kefluniañ ur rouedad"
+
+#: ../../printerdrake.pm_.c:1930 ../../printerdrake.pm_.c:1934
+#: ../../printerdrake.pm_.c:1936
+#, fuzzy
+msgid "Configure the network now"
+msgstr "Kefluniañ ur rouedad"
+
+#: ../../printerdrake.pm_.c:1931
+#, fuzzy
+msgid "Network functionality not configured"
+msgstr "Skramm ket kefluniet"
+
+#: ../../printerdrake.pm_.c:1932
msgid ""
-"With a remote CUPS server, you do not have to configure\n"
-"any printer here; printers will be automatically detected\n"
-"unless you have a server on a different network; in the\n"
-"latter case, you have to give the CUPS server IP address\n"
-"and optionally the port number."
+"You are going to configure a remote printer. This needs working network "
+"access, but your network is not configured yet. If you go on without network "
+"configuration, you will not be able to use the printer which you are "
+"configuring now. How do you want to proceed?"
msgstr ""
-#: ../../printerdrake.pm_.c:421
+#: ../../printerdrake.pm_.c:1935
#, fuzzy
-msgid "CUPS server IP"
-msgstr "IP ar servijer SMB"
+msgid "Go on without configuring the network"
+msgstr "Kefluniañ ar rouedad"
-#: ../../printerdrake.pm_.c:429
-msgid "Port number should be numeric"
+#: ../../printerdrake.pm_.c:1968
+msgid ""
+"The network configuration done during the installation cannot be started "
+"now. Please check whether the network gets accessable after booting your "
+"system and correct the configuration using the Mandrake Control Center, "
+"section \"Network & Internet\"/\"Connection\", and afterwards set up the "
+"printer, also using the Mandrake Control Center, section \"Hardware\"/"
+"\"Printer\""
msgstr ""
-#: ../../printerdrake.pm_.c:451 ../../printerdrake.pm_.c:480
-msgid "Remove queue"
-msgstr "Lemel ar steudad"
+#: ../../printerdrake.pm_.c:1969
+msgid ""
+"The network access was not running and could not be started. Please check "
+"your configuration and your hardware. Then try to configure your remote "
+"printer again."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1979
+#, fuzzy
+msgid "Restarting printing system ..."
+msgstr "Dibarzhoù ar voullerez lpd a-bell"
+
+#: ../../printerdrake.pm_.c:2017
+#, fuzzy
+msgid "high"
+msgstr "Uhel"
+
+#: ../../printerdrake.pm_.c:2017
+#, fuzzy
+msgid "paranoid"
+msgstr "Ankeniet"
-#: ../../printerdrake.pm_.c:454
+#: ../../printerdrake.pm_.c:2018
+#, c-format
+msgid "Installing a printing system in the %s security level"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:2019
+#, c-format
msgid ""
-"Name of printer should contains only letters, numbers and the underscore"
+"You are about to install the printing system %s on a system running in the %"
+"s security level.\n"
+"\n"
+"This printing system runs a daemon (background process) which waits for "
+"print jobs and handles them. This daemon is also accessable by remote "
+"machines through the network and so it is a possible point for attacks. "
+"Therefore only a few selected daemons are started by default in this "
+"security level.\n"
+"\n"
+"Do you really want to configure printing on this machine?"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:2051
+msgid "Starting the printing system at boot time"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:2052
+#, c-format
+msgid ""
+"The printing system (%s) will not be started automatically when the machine "
+"is booted.\n"
+"\n"
+"It is possible that the automatic starting was turned off by changing to a "
+"higher security level, because the printing system is a potential point for "
+"attacks.\n"
+"\n"
+"Do you want to have the automatic starting of the printing system turned on "
+"again?"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:2075 ../../printerdrake.pm_.c:2113
+#: ../../printerdrake.pm_.c:2143 ../../printerdrake.pm_.c:2176
+#: ../../printerdrake.pm_.c:2281
+msgid "Checking installed software..."
msgstr ""
-#: ../../printerdrake.pm_.c:461
+#: ../../printerdrake.pm_.c:2117
+msgid "Removing LPRng..."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:2147
+msgid "Removing LPD..."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:2205
+#, fuzzy
+msgid "Select Printer Spooler"
+msgstr "Diuzit lugerezh ar voullerez"
+
+#: ../../printerdrake.pm_.c:2206
+#, fuzzy
+msgid "Which printing system (spooler) do you want to use?"
+msgstr "Pe seurt parzhadur a vennit ?"
+
+#: ../../printerdrake.pm_.c:2239
+#, fuzzy, c-format
+msgid "Configuring printer \"%s\" ..."
+msgstr "Kefluniañ ar voullerez"
+
+#: ../../printerdrake.pm_.c:2252
+#, fuzzy
+msgid "Installing Foomatic ..."
+msgstr "O staliañ ar pakad %s"
+
+#: ../../printerdrake.pm_.c:2309 ../../printerdrake.pm_.c:2348
+#: ../../printerdrake.pm_.c:2733 ../../printerdrake.pm_.c:2803
+msgid "Printer options"
+msgstr "Dibarzhoù ar voullerez"
+
+#: ../../printerdrake.pm_.c:2318
+msgid "Preparing PrinterDrake ..."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:2335 ../../printerdrake.pm_.c:2890
+#, fuzzy
+msgid "Configuring applications..."
+msgstr "Kefluniañ ar voullerez"
+
+#: ../../printerdrake.pm_.c:2355
+#, fuzzy
+msgid "Would you like to configure printing?"
+msgstr "Mennout a rit kefluniañ ur voullerez ?"
+
+#: ../../printerdrake.pm_.c:2367
+msgid "Printing system: "
+msgstr ""
+
+#: ../../printerdrake.pm_.c:2415
+#, fuzzy
+msgid "Printerdrake"
+msgstr "Moullerez"
+
+#: ../../printerdrake.pm_.c:2419
#, fuzzy
msgid ""
-"Every printer need a name (for example lp).\n"
-"Other parameters such as the description of the printer or its location\n"
-"can be defined. What name should be used for this printer and\n"
-"how is the printer connected?"
+"The following printers are configured. Double-click on a printer to change "
+"its settings; to make it the default printer; to view information about it; "
+"or to make a printer on a remote CUPS server available for Star Office/"
+"OpenOffice.org."
msgstr ""
-"Pep steud moulla (m'eo kaset an dleado moulla daveta) en deus\n"
-"ezhomm un anv (lp alies) hag ur renkell spool kevret ganta. Pe anv\n"
-"ha renkell a zo da implijout evit ar steud-ma ha penaos eo luget ar "
-"voullerrez ?"
+"Setu da heul ar steudadoù moullañ.\n"
+"Gallout a rit ouzhpennañ lod pe gemmañ a re a zo."
-#: ../../printerdrake.pm_.c:465
+#: ../../printerdrake.pm_.c:2420
#, fuzzy
-msgid "Name of printer"
+msgid ""
+"The following printers are configured. Double-click on a printer to change "
+"its settings; to make it the default printer; or to view information about "
+"it."
+msgstr ""
+"Setu da heul ar steudadoù moullañ.\n"
+"Gallout a rit ouzhpennañ lod pe gemmañ a re a zo."
+
+#: ../../printerdrake.pm_.c:2446
+msgid "Refresh printer list (to display all available remote CUPS printers)"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:2464
+#, fuzzy
+msgid "Change the printing system"
+msgstr "Kefluniañ ur rouedad"
+
+#: ../../printerdrake.pm_.c:2469 ../../standalone/draknet_.c:278
+#, fuzzy
+msgid "Normal Mode"
+msgstr "Boas"
+
+#: ../../printerdrake.pm_.c:2625 ../../printerdrake.pm_.c:2675
+#: ../../printerdrake.pm_.c:2884
+#, fuzzy
+msgid "Do you want to configure another printer?"
+msgstr "Mennout a rit amprouiñ ar c'hefluniadur ?"
+
+#: ../../printerdrake.pm_.c:2711
+#, fuzzy
+msgid "Modify printer configuration"
+msgstr "Kefluniañ ar modem"
+
+#: ../../printerdrake.pm_.c:2713
+#, fuzzy, c-format
+msgid ""
+"Printer %s\n"
+"What do you want to modify on this printer?"
+msgstr "Mennout a rit amprouiñ ar c'hefluniadur ?"
+
+#: ../../printerdrake.pm_.c:2717
+msgid "Do it!"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:2722 ../../printerdrake.pm_.c:2777
+#, fuzzy
+msgid "Printer connection type"
+msgstr "Lugerezh ar voullerez"
+
+#: ../../printerdrake.pm_.c:2723 ../../printerdrake.pm_.c:2781
+#, fuzzy
+msgid "Printer name, description, location"
+msgstr "Lugerezh ar voullerez"
+
+#: ../../printerdrake.pm_.c:2725 ../../printerdrake.pm_.c:2796
+msgid "Printer manufacturer, model, driver"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:2726 ../../printerdrake.pm_.c:2797
+msgid "Printer manufacturer, model"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:2735 ../../printerdrake.pm_.c:2807
+msgid "Set this printer as the default"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:2737 ../../printerdrake.pm_.c:2812
+msgid "Add this printer to Star Office/OpenOffice.org"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:2738 ../../printerdrake.pm_.c:2821
+msgid "Remove this printer from Star Office/OpenOffice.org"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:2739 ../../printerdrake.pm_.c:2830
+#, fuzzy
+msgid "Print test pages"
+msgstr "O voullañ pajenn(où) skrid..."
+
+#: ../../printerdrake.pm_.c:2740 ../../printerdrake.pm_.c:2832
+#, fuzzy
+msgid "Know how to use this printer"
+msgstr "Mennout a rit amprouiñ ar c'hefluniadur ?"
+
+#: ../../printerdrake.pm_.c:2742 ../../printerdrake.pm_.c:2834
+#, fuzzy
+msgid "Remove printer"
+msgstr "Dibarzhoù ar voullerez lpd a-bell"
+
+#: ../../printerdrake.pm_.c:2786
+#, fuzzy, c-format
+msgid "Removing old printer \"%s\" ..."
+msgstr "Dibarzhoù ar voullerez lpd a-bell"
+
+#: ../../printerdrake.pm_.c:2810
+#, fuzzy
+msgid "Default printer"
msgstr "Moullerez lec'hel"
-#: ../../printerdrake.pm_.c:466
+#: ../../printerdrake.pm_.c:2811
+#, c-format
+msgid "The printer \"%s\" is set as the default printer now."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:2815 ../../printerdrake.pm_.c:2818
+msgid "Adding printer to Star Office/OpenOffice.org"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:2816
+#, c-format
+msgid ""
+"The printer \"%s\" was successfully added to Star Office/OpenOffice.org."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:2819
+#, c-format
+msgid "Failed to add the printer \"%s\" to Star Office/OpenOffice.org."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:2824 ../../printerdrake.pm_.c:2827
+msgid "Removing printer from Star Office/OpenOffice.org"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:2825
+#, c-format
+msgid ""
+"The printer \"%s\" was successfully removed from Star Office/OpenOffice.org."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:2828
+#, c-format
+msgid "Failed to remove the printer \"%s\" from Star Office/OpenOffice.org."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:2836
+#, fuzzy, c-format
+msgid "Do you really want to remove the printer \"%s\"?"
+msgstr "Mennout a rit amprouiñ ar c'hefluniadur ?"
+
+#: ../../printerdrake.pm_.c:2838
+#, fuzzy, c-format
+msgid "Removing printer \"%s\" ..."
+msgstr "Dibarzhoù ar voullerez lpd a-bell"
+
+#: ../../proxy.pm_.c:29 ../../proxy.pm_.c:37 ../../proxy.pm_.c:58
+#: ../../proxy.pm_.c:78
#, fuzzy
-msgid "Description"
-msgstr "Spisait dibarzho"
+msgid "Proxy configuration"
+msgstr "Kefluniadur goude staliañ"
-#: ../../printerdrake.pm_.c:467
+#: ../../proxy.pm_.c:30
+msgid ""
+"Welcome to the proxy configuration utility.\n"
+"\n"
+"Here, you'll be able to set up your http and ftp proxies\n"
+"with or without login and password\n"
+msgstr ""
+
+#: ../../proxy.pm_.c:38
+msgid ""
+"Please fill in the http proxy informations\n"
+"Leave it blank if you don't want an http proxy"
+msgstr ""
+
+#: ../../proxy.pm_.c:39 ../../proxy.pm_.c:60
+msgid "URL"
+msgstr "URL"
+
+#: ../../proxy.pm_.c:40 ../../proxy.pm_.c:61
#, fuzzy
-msgid "Location"
-msgstr "Titouro"
+msgid "port"
+msgstr "Paour"
-#: ../../printerdrake.pm_.c:482
+#: ../../proxy.pm_.c:44
+#, fuzzy
+msgid "Url should begin with 'http:'"
+msgstr "http://... a zlefe bezañ ar proksi"
+
+#: ../../proxy.pm_.c:48 ../../proxy.pm_.c:69
+msgid "The port part should be numeric"
+msgstr ""
+
+#: ../../proxy.pm_.c:59
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?"
+"Please fill in the ftp proxy informations\n"
+"Leave it blank if you don't want an ftp proxy"
msgstr ""
-"Pep steud moulla (m'eo kaset an dleado moulla daveta) en deus\n"
-"ezhomm un anv (lp alies) hag ur renkell spool kevret ganta. Pe anv\n"
-"ha renkell a zo da implijout evit ar steud-ma ha penaos eo luget ar "
-"voullerrez ?"
-#: ../../printerdrake.pm_.c:489
-msgid "Name of queue"
-msgstr "Anv ar steud"
+#: ../../proxy.pm_.c:65
+#, fuzzy
+msgid "Url should begin with 'ftp:'"
+msgstr "ftp://... a zlefe bezañ ar proksi"
-#: ../../printerdrake.pm_.c:490
-msgid "Spool directory"
-msgstr "Renkell ar spool"
+#: ../../proxy.pm_.c:79
+msgid ""
+"Please enter proxy login and password, if any.\n"
+"Leave it blank if you don't want login/passwd"
+msgstr ""
-#: ../../printerdrake.pm_.c:491
-msgid "Printer Connection"
-msgstr "Lugerezh ar voullerez"
+#: ../../proxy.pm_.c:80
+#, fuzzy
+msgid "login"
+msgstr "Belgian"
+
+#: ../../proxy.pm_.c:82
+#, fuzzy
+msgid "password"
+msgstr "Tremenger"
-#: ../../raid.pm_.c:33
+#: ../../proxy.pm_.c:84
+#, fuzzy
+msgid "re-type password"
+msgstr "Tremenger ebet"
+
+#: ../../proxy.pm_.c:88
+#, fuzzy
+msgid "The passwords don't match. Try again!"
+msgstr "An tremegerioù ne glot ket"
+
+#: ../../raid.pm_.c:35
#, c-format
msgid "Can't add a partition to _formatted_ RAID md%d"
-msgstr "N'hellan ket ouzhpenna ur parzhadur da RAID md%d _furmadet_"
+msgstr "N'hellan ket ouzhpennañ ur parzhadur da RAID md%d _furmadet_"
-#: ../../raid.pm_.c:103
-msgid "Can't write file $file"
-msgstr "N'hellan ket skriva e $file"
+#: ../../raid.pm_.c:111
+#, c-format
+msgid "Can't write file %s"
+msgstr "N'hellan ket skrivañ e %s"
-#: ../../raid.pm_.c:128
+#: ../../raid.pm_.c:136
msgid "mkraid failed"
msgstr "mkraid sac'het"
-#: ../../raid.pm_.c:128
+#: ../../raid.pm_.c:136
msgid "mkraid failed (maybe raidtools are missing?)"
-msgstr "mkraid sac'het (raidtools a vank emichas ?)"
+msgstr "mkraid sac'het (raidtools a vank emichañs ?)"
-#: ../../raid.pm_.c:144
+#: ../../raid.pm_.c:152
#, c-format
msgid "Not enough partitions for RAID level %d\n"
-msgstr "Ket a-walc'h a parzhadurio evit RAID live %d\n"
+msgstr "Ket a-walc'h a parzhadurioù evit RAID live %d\n"
-#: ../../services.pm_.c:16
+#: ../../services.pm_.c:14
msgid "Launch the ALSA (Advanced Linux Sound Architecture) sound system"
msgstr ""
-#: ../../services.pm_.c:17
+#: ../../services.pm_.c:15
msgid "Anacron a periodic command scheduler."
-msgstr "Anacron, ur steuvaer urzhiado mareadek."
+msgstr "Anacron, ur steuñvaer urzhiadoù mareadek."
-#: ../../services.pm_.c:18
+#: ../../services.pm_.c:16
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 ""
-"servijout a ra apmd evit evezhia stad an daspugner hag he enrolla dre "
+"servijout a ra apmd evit evezhiañ stad an daspugner hag he enrollañ dre "
"syslog.\n"
-"Gallout a ra ivez servijout da lazha an ardivink pa vez izel an daspugner."
+"Gallout a ra ivez servijout da lazhañ an ardivink pa vez izel an daspugner."
-#: ../../services.pm_.c:20
+#: ../../services.pm_.c:18
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 ""
-"Seveni an urzhiado steuvaet gant an urzhiad at d'ar pred laket pa 'z eo\n"
-"bet sevenet at, ha seveni urzhiado dre lod pa 'z eo izel a-walc'h ar garg."
+"Seveniñ an urzhiadoù steuñvaet gant an urzhiad at d'ar pred laket pa 'z eo\n"
+"bet sevenet at, ha seveniñ urzhiadoù dre lod pa 'z eo izel a-walc'h ar garg."
-#: ../../services.pm_.c:22
+#: ../../services.pm_.c:20
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 ""
-"Ur goulev standard UNIX eo cron evit seveni goulevio diouzh c'hoant an\n"
-"arveriaded da goulzo mareadek steuvaet. vixie cron a ouzhpenn kalzig a "
-"arc'hwelo\n"
-"d'ar cron UNIX diazez, en o zouez surentez ha dibarzho keflunia gwelloc'h."
+"Ur goulev standard UNIX eo cron evit seveniñ goulevioù diouzh c'hoant an\n"
+"arveriaded da goulzoù mareadek steuñvaet. vixie cron a ouzhpenn kalzig a "
+"arc'hweloù\n"
+"d'ar cron UNIX diazez, en o zouez surentez ha dibarzhoù kefluniañ gwelloc'h."
-#: ../../services.pm_.c:25
+#: ../../services.pm_.c:23
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 ""
-"GPM a zegas implij al logodenn d'an arloado Linux mod-skrid evel\n"
-"Midnight Commander. Rei a ra tu da seveni obererezho troc'ha-ha-pega,\n"
-"ha skor evit meuziado kemperzhel war al letrin."
+"GPM a zegas implij al logodenn d'an arloadoù Linux mod-skrid evel\n"
+"Midnight Commander. Reiñ a ra tu da seveniñ obererezhoù troc'hañ-ha-pegañ,\n"
+"ha skor evit meuziadoù kemperzhel war al letrin."
-#: ../../services.pm_.c:28
+#: ../../services.pm_.c:26
msgid ""
"HardDrake runs a hardware probe, and optionally configures\n"
"new/changed hardware."
msgstr ""
-#: ../../services.pm_.c:30
+#: ../../services.pm_.c:28 ../../standalone/logdrake_.c:412
msgid ""
-"Apache is a World Wide Web server. It is used to serve HTML files\n"
-"and CGI."
+"Apache is a World Wide Web server. It is used to serve HTML files and CGI."
msgstr ""
-"Ur servijer evit ar Gwiad Bedel eo Apache. Implijet e vez evit servija\n"
-"restro HTML ha CGI."
+"Ur servijer evit ar Gwiad Bedel eo Apache. Implijet e vez evit servijañ\n"
+"restroù HTML ha CGI."
-#: ../../services.pm_.c:32
+#: ../../services.pm_.c:29
msgid ""
"The internet superserver daemon (commonly called inetd) starts a\n"
"variety of other internet services as needed. It is responsible for "
@@ -6264,262 +7722,1737 @@ msgid ""
"all of the services it is responsible for."
msgstr ""
"An diaoul gourservijer kenrouedad (anvet inetd ordinal) a loc'h ur\n"
-"bochad a servijo kenrouedad all diouzh an ezhomm. E karg loc'ha meur a "
-"servijo\n"
-"eo, en o zouez telnet, ftp, rsh, and rlogin. Dizoberia inetd a zizoberia\n"
-"an holl servijo m'eo e atebek warno."
+"bochad a servijoù kenrouedad all diouzh an ezhomm. E karg loc'hañ meur a "
+"servijoù\n"
+"eo, en o zouez telnet, ftp, rsh, and rlogin. Dizoberiañ inetd a zizoberia\n"
+"an holl servijoù m'eo eñ atebek warno."
-#: ../../services.pm_.c:36
+#: ../../services.pm_.c:33
msgid ""
"Launch packet filtering for Linux kernel 2.2 series, to set\n"
"up a firewall to protect your machine from network attacks."
msgstr ""
-#: ../../services.pm_.c:38
+#: ../../services.pm_.c:35
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 ""
-"Ar pakad-ma a garg ar stokellaoueg diuzet evel termenet e\n"
-"/etc/sysconfig/keyboard. Dre ar maveg kbdconfig e c'hell beza diuzet\n"
-"kement-se. Gwell deoc'h leuskel se gweredekaet war darn vuia an ardivinko."
+"Ar pakad-mañ a garg ar stokellaoueg diuzet evel termenet e\n"
+"/etc/sysconfig/keyboard. Dre ar maveg kbdconfig e c'hell bezañ diuzet\n"
+"kement-se. Gwell deoc'h leuskel se gweredekaet war darn vuiañ an ardivinkoù."
-#: ../../services.pm_.c:41
+#: ../../services.pm_.c:38
msgid ""
"Automatic regeneration of kernel header in /boot for\n"
"/usr/include/linux/{autoconf,version}.h"
msgstr ""
-#: ../../services.pm_.c:43
+#: ../../services.pm_.c:40
msgid "Automatic detection and configuration of hardware at boot."
msgstr ""
-#: ../../services.pm_.c:44
+#: ../../services.pm_.c:41
msgid ""
"Linuxconf will sometimes arrange to perform various tasks\n"
"at boot-time to maintain the system configuration."
msgstr ""
-#: ../../services.pm_.c:46
+#: ../../services.pm_.c:43
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 ""
-"An diaoul moulla ret evit ma dafez en-ro reizh lpr eo lpd. Dre vras\n"
-"ez eo ur servijer a vera dleado moulla evir ar voullerez(ed)."
+"An diaoul moullañ ret evit ma dafez en-ro reizh lpr eo lpd. Dre vras\n"
+"ez eo ur servijer a vera dleadoù moullañ evir ar voullerez(ed)."
-#: ../../services.pm_.c:48
+#: ../../services.pm_.c:45
msgid ""
"Linux Virtual Server, used to build a high-performance and highly\n"
"available server."
msgstr ""
-#: ../../services.pm_.c:50
+#: ../../services.pm_.c:47 ../../standalone/logdrake_.c:413
+#, fuzzy
msgid ""
-"named (BIND) is a Domain Name Server (DNS) that is used to resolve\n"
-"host names to IP addresses."
+"named (BIND) is a Domain Name Server (DNS) that is used to resolve host "
+"names to IP addresses."
msgstr ""
-"named (BIND) a zo ur Servijer Anvio Domani (DNS) a zo implijet evit\n"
-"amdrei anvio ostiz e chomlec'hio IP."
+"named (BIND) a zo ur Servijer Anvioù Domani (DNS) a zo implijet evit\n"
+"amdreiñ anvioù ostiz e chomlec'hioù IP."
-#: ../../services.pm_.c:52
+#: ../../services.pm_.c:48
msgid ""
"Mounts and unmounts all Network File System (NFS), SMB (Lan\n"
"Manager/Windows), and NCP (NetWare) mount points."
msgstr ""
-"Evit marc'ha ha divarc'ha poento marc'ha an holl Reizhiado Restro\n"
+"Evit marc'hañ ha divarc'hañ poentoù marc'hañ an holl Reizhiadoù Restroù\n"
"Rouedad (NFS), SMB (Lan Manager/Windows) ha NCP (NetWare)."
-#: ../../services.pm_.c:54
+#: ../../services.pm_.c:50
msgid ""
"Activates/Deactivates all network interfaces configured to start\n"
"at boot time."
msgstr ""
-"Oberia/Dizoberia an holl etrefaso rouedad kefluniet da lasa\n"
-"da vare al loc'ha."
+"Oberia/Dizoberia an holl etrefasoù rouedad kefluniet da lañsañ\n"
+"da vare al loc'hañ."
-#: ../../services.pm_.c:56
+#: ../../services.pm_.c:52
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 ""
-"NFS a zo ur c'homenad brudet evit ranna restro dre rouedado TCP/IP.\n"
-"Ar servij-ma a bourvez arc'hwelo ur servijer NFS, a vez kefluniaet dre ar\n"
+"NFS a zo ur c'homenad brudet evit rannañ restroù dre rouedadoù TCP/IP.\n"
+"Ar servij-mañ a bourvez arc'hweloù ur servijer NFS, a vez kefluniaet dre ar\n"
"restr /etc/exports."
-#: ../../services.pm_.c:59
+#: ../../services.pm_.c:55
msgid ""
"NFS is a popular protocol for file sharing across TCP/IP\n"
"networks. This service provides NFS file locking functionality."
msgstr ""
-"NFS a zo ur c'homenad brudet evit ranna restro dre rouedado\n"
-"TCP/IP. Ar servij-ma a bourvez un arc'hwel morailha restro NFS."
+"NFS a zo ur c'homenad brudet evit rannañ restroù dre rouedadoù\n"
+"TCP/IP. Ar servij-mañ a bourvez un arc'hwel morailhañ restroù NFS."
-#: ../../services.pm_.c:61
+#: ../../services.pm_.c:57
msgid ""
"Automatically switch on numlock key locker under console\n"
"and XFree at boot."
msgstr ""
-#: ../../services.pm_.c:63
+#: ../../services.pm_.c:59
msgid "Support the OKI 4w and compatible winprinters."
msgstr ""
-#: ../../services.pm_.c:64
+#: ../../services.pm_.c:60
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 ""
-"Skora PCMCIA a zegas an tu da implijonut trao evel ethernet ha modemo\n"
-"e urzhiataero hezoug. Ne vo ket kroget hep beza bet kefluniet, rak-se eo "
+"Skorañ PCMCIA a zegas an tu da implijonut traoù evel ethernet ha modemoù\n"
+"e urzhiataeroù hezoug. Ne vo ket kroget hep bezañ bet kefluniet, rak-se eo "
"diarvar\n"
-"e stalia war ardivinko n'o deus ket ezhomm anezha."
+"e staliañ war ardivinkoù n'o deus ket ezhomm anezhañ."
-#: ../../services.pm_.c:67
+#: ../../services.pm_.c:63
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 ""
-"Ar c'hartenner porzhio a vera kevreadenno RPC, a zo implijet gant\n"
-"komenado evel NFS ha NIS. Ar servijer kartenn-porzhio a rankfe mont en-"
+"Ar c'hartenner porzhioù a vera kevreadennoù RPC, a zo implijet gant\n"
+"komenadoù evel NFS ha NIS. Ar servijer kartenn-porzhioù a rankfe mont en-"
"dro\n"
-"war ardivinko anezho servijerien komenado a implij ar reizhiad RPC."
+"war ardivinkoù anezho servijerien komenadoù a implij ar reizhiad RPC."
-#: ../../services.pm_.c:70
+#: ../../services.pm_.c:66 ../../standalone/logdrake_.c:415
+#, fuzzy
msgid ""
-"Postfix is a Mail Transport Agent, which is the program that\n"
-"moves mail from one machine to another."
+"Postfix is a Mail Transport Agent, which is the program that moves mail from "
+"one machine to another."
msgstr ""
"Ur Gwazour Treuzdougen Postel eo Postfix, a zo ar goulev a\n"
-"zilech postelo etre un ardivink hag un all."
+"zilech posteloù etre un ardivink hag un all."
-#: ../../services.pm_.c:72
+#: ../../services.pm_.c:67
msgid ""
"Saves and restores system entropy pool for higher quality random\n"
"number generation."
msgstr ""
-"Enroll hag assav poul dizurzh ar reizhiad evit genel nivero\n"
+"Enroll hag assav poul dizurzh ar reizhiad evit genel niveroù\n"
"dargouezhek gant gwelloc'h perzhded."
-#: ../../services.pm_.c:74
+#: ../../services.pm_.c:69
msgid ""
"Assign raw devices to block devices (such as hard drive\n"
"partitions), for the use of applications such as Oracle"
msgstr ""
-#: ../../services.pm_.c:76
+#: ../../services.pm_.c:71
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 ""
-"An diaoul routed a ro an tu da vremanaat ent emgefreek an taolenn hencha\n"
-"IP dre ar c'homenad RIP. Tra ma vez implijet aliesig RIP war rouedado "
+"An diaoul routed a ro an tu da vremanaat ent emgefreek an taolenn henchañ\n"
+"IP dre ar c'homenad RIP. Tra ma vez implijet aliesig RIP war rouedadoù "
"bihan,\n"
-"ezhomm a zo komenado hencha kemplezhoc'h evit rouedado rouestlet."
+"ezhomm a zo komenadoù henchañ kemplezhoc'h evit rouedadoù rouestlet."
-#: ../../services.pm_.c:79
+#: ../../services.pm_.c:74
msgid ""
"The rstat protocol allows users on a network to retrieve\n"
"performance metrics for any machine on that network."
msgstr ""
"Ar c'homenad rstat a ro tu da implijerien ur rouedad da zastum\n"
-"muzulio barregezh diwar ne vern pe ardivink er rouedad-se."
+"muzulioù barregezh diwar ne vern pe ardivink er rouedad-se."
-#: ../../services.pm_.c:81
+#: ../../services.pm_.c:76
msgid ""
"The rusers protocol allows users on a network to identify who is\n"
"logged in on other responding machines."
msgstr ""
"Ar c'homenad rusers a ro tu da implijerien ur rouedad da anavezout piv\n"
-"a zo kevreet ouzh ardivinko all a respont."
+"a zo kevreet ouzh ardivinkoù all a respont."
-#: ../../services.pm_.c:83
+#: ../../services.pm_.c:78
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 ""
"Ar c'homenad rwho a bourchas da implijerien a-bell roll an holl arveriaded a "
"zo\n"
-"kevreet ouzh un ardivink ma da en-dro warna an diaoul rwhod (hevel ouzh "
+"kevreet ouzh un ardivink ma da en-dro warnañ an diaoul rwhod (heñvel ouzh "
"finger)."
-#: ../../services.pm_.c:85
+#: ../../services.pm_.c:80
msgid "Launch the sound system on your machine"
msgstr ""
-#: ../../services.pm_.c:86
+#: ../../services.pm_.c:81
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 ""
-"Syslog a zo ur gwazerezh ma enroll dreza an diaouled niverus o "
-"c'hemennado\n"
-"e kerzhlevrio liesseurt ar reizhiad. Ur mennozh mat eo seveni ingal syslog."
+"Syslog a zo ur gwazerezh ma enroll drezañ an diaouled niverus o "
+"c'hemennadoù\n"
+"e kerzhlevrioù liesseurt ar reizhiad. Ur mennozh mat eo seveniñ ingal syslog."
-#: ../../services.pm_.c:88
+#: ../../services.pm_.c:83
msgid "Load the drivers for your usb devices."
msgstr ""
-#: ../../services.pm_.c:89
+#: ../../services.pm_.c:84
#, fuzzy
msgid "Starts the X Font Server (this is mandatory for XFree to run)."
msgstr ""
-"Enaou ha dizenaou ar servijer Fonto X da vare al loc'ha hag al lazha."
+"Enaou ha dizenaou ar servijer Fontoù X da vare al loc'hañ hag al lazhañ."
-#: ../../services.pm_.c:118
+#: ../../services.pm_.c:110 ../../services.pm_.c:152
msgid "Choose which services should be automatically started at boot time"
-msgstr "Dibabit pe servijo a zlefe beza laset ent emgefreek pa loc'her"
+msgstr "Dibabit pe servijoù a zlefe bezañ lañset ent emgefreek pa loc'her"
+
+#: ../../services.pm_.c:122
+#, fuzzy
+msgid "Printing"
+msgstr "Moullerez"
+
+#: ../../services.pm_.c:123
+#, fuzzy
+msgid "Internet"
+msgstr "dedennus"
+
+#: ../../services.pm_.c:126
+msgid "File sharing"
+msgstr ""
+
+#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:934
+#, fuzzy
+msgid "System"
+msgstr "Reizhiad/Diazez"
+
+#: ../../services.pm_.c:133
+#, fuzzy
+msgid "Remote Administration"
+msgstr "Dibarzhoù ar voullerez lpd a-bell"
+
+#: ../../services.pm_.c:141
+#, fuzzy
+msgid "Database Server"
+msgstr "Stlennvonioù"
+
+#: ../../services.pm_.c:170
+#, c-format
+msgid "Services: %d activated for %d registered"
+msgstr ""
-#: ../../services.pm_.c:137
+#: ../../services.pm_.c:186
+#, fuzzy
+msgid "Services"
+msgstr "trobarzhell"
+
+#: ../../services.pm_.c:198
#, fuzzy
msgid "running"
msgstr "Ho evezh"
-#: ../../services.pm_.c:137
+#: ../../services.pm_.c:198
#, fuzzy
msgid "stopped"
-msgstr "Ouzhpenna"
+msgstr "Ouzhpennañ"
-#: ../../services.pm_.c:151
+#: ../../services.pm_.c:212
msgid "Services and deamons"
msgstr ""
-#: ../../services.pm_.c:156
+#: ../../services.pm_.c:217
msgid ""
-"No additionnal information\n"
+"No additional information\n"
"about this service, sorry."
msgstr ""
-#: ../../services.pm_.c:163
+#: ../../services.pm_.c:224
#, fuzzy
msgid "On boot"
msgstr "Gwrizienn"
-#: ../../standalone/diskdrake_.c:67
+#: ../../services.pm_.c:236
+#, fuzzy
+msgid "Start"
+msgstr "Meuziad Lañsañ"
+
+#: ../../services.pm_.c:236
+#, fuzzy
+msgid "Stop"
+msgstr "Rann"
+
+#: ../../share/advertising/00-thanks.pl_.c:9
+msgid "Thank you for choosing Mandrake Linux 8.2"
+msgstr ""
+
+#: ../../share/advertising/00-thanks.pl_.c:10
+msgid "Welcome to the Open Source world"
+msgstr ""
+
+#: ../../share/advertising/00-thanks.pl_.c:11
+msgid ""
+"The success of MandrakeSoft is based upon the principle of Free Software. "
+"Your new operating system is the result of collaborative work on the part of "
+"the worldwide Linux Community"
+msgstr ""
+
+#: ../../share/advertising/01-gnu.pl_.c:9
+#, fuzzy
+msgid "Join the Free Software world"
+msgstr "Amprouiñ ar c'hefluniadur"
+
+#: ../../share/advertising/01-gnu.pl_.c:10
+msgid ""
+"Get to know the Open Source community and become a member. Learn, teach, and "
+"help others by joining the many discussion forums that you will find in our "
+"\"Community\" webpages"
+msgstr ""
+
+#: ../../share/advertising/02-internet.pl_.c:9
+#, fuzzy
+msgid "Internet and Messaging"
+msgstr "dedennus"
+
+#: ../../share/advertising/02-internet.pl_.c:10
+msgid ""
+"Mandrake Linux 8.2 provides the best software to access everything the "
+"Internet has to offer: Surf the web & view animations with Mozilla and "
+"Konqueror, exchange email & organize your personal information with "
+"Evolution and Kmail, and much more"
+msgstr ""
+
+#: ../../share/advertising/03-graphic.pl_.c:9
+#, fuzzy
+msgid "Multimedia and Graphics"
+msgstr "Liesvedia"
+
+#: ../../share/advertising/03-graphic.pl_.c:10
+msgid ""
+"Mandrake Linux 8.2 lets you push your multimedia computer to its limits! Use "
+"the latest software to play music and audio files, edit and organize your "
+"images and photos, watch TV and videos, and much more"
+msgstr ""
+
+#: ../../share/advertising/04-develop.pl_.c:9
+msgid "Development"
+msgstr "Diorren"
+
+#: ../../share/advertising/04-develop.pl_.c:10
+msgid ""
+"Mandrake Linux 8.2 is the ultimate development platform. Discover the power "
+"of the GNU gcc compiler as well as the best Open Source development "
+"environments"
+msgstr ""
+
+#: ../../share/advertising/05-contcenter.pl_.c:9
+#, fuzzy
+msgid "Mandrake Control Center"
+msgstr "Anv ar gevreadenn"
+
+#: ../../share/advertising/05-contcenter.pl_.c:10
+msgid ""
+"The Mandrake Linux 8.2 Control Center is a one-stop location for fully "
+"customizing and configuring your Mandrake system"
+msgstr ""
+
+#: ../../share/advertising/06-user.pl_.c:9
+#, fuzzy
+msgid "User interfaces"
+msgstr "Etrefas arveriad/X"
+
+#: ../../share/advertising/06-user.pl_.c:10
+msgid ""
+"Mandrake Linux 8.2 provides 11 different graphical desktop environments and "
+"window managers to choose from including GNOME 1.4, KDE 2.2.2, Window Maker "
+"0.8, and the rest"
+msgstr ""
+
+#: ../../share/advertising/07-server.pl_.c:9
+#, fuzzy
+msgid "Server Software"
+msgstr "Anv ar servijer SMB"
+
+#: ../../share/advertising/07-server.pl_.c:10
+msgid ""
+"Transform your machine into a powerful server with just a few clicks of the "
+"mouse: Web server, email, firewall, router, file and print server, ..."
+msgstr ""
+
+#: ../../share/advertising/08-games.pl_.c:9
+msgid "Games"
+msgstr "C'hoarioù"
+
+#: ../../share/advertising/08-games.pl_.c:10
+msgid ""
+"Mandrake Linux 8.2 provides the best Open Source games - arcade, action, "
+"cards, sports, strategy, ..."
+msgstr ""
+
+#: ../../share/advertising/09-MDKcampus.pl_.c:9
+msgid "MandrakeCampus"
+msgstr "MandrakeCampus"
+
+#: ../../share/advertising/09-MDKcampus.pl_.c:10
+msgid ""
+"Would you like to learn Linux simply, quickly, and for free? MandrakeSoft "
+"provides free Linux training, as well as a way to test your progress, at "
+"MandrakeCampus -- our online training center"
+msgstr ""
+
+#: ../../share/advertising/10-MDKexpert.pl_.c:9
+msgid "MandrakeExpert"
+msgstr "MandrakeExpert"
+
+#: ../../share/advertising/10-MDKexpert.pl_.c:10
+msgid ""
+"Quality support from the Linux Community, and from MandrakeSoft, is just "
+"around the corner. And if you're already a Linux veteran, become an \"Expert"
+"\" and share your knowledge at our support website"
+msgstr ""
+
+#: ../../share/advertising/11-consul.pl_.c:9
+msgid "MandrakeConsulting"
+msgstr "MandrakeConsulting"
+
+#: ../../share/advertising/11-consul.pl_.c:10
+msgid ""
+"For all of your IT projects, our consultants are ready to analyze your "
+"requirements and offer a customized solution. Benefit from MandrakeSoft's "
+"vast experience as a Linux producer to provide a true IT alternative for "
+"your business organization"
+msgstr ""
+
+#: ../../share/advertising/12-MDKstore.pl_.c:9
+msgid "MandrakeStore"
+msgstr "MandrakeStore"
+
+#: ../../share/advertising/12-MDKstore.pl_.c:10
+msgid ""
+"A full range of Linux solutions, as well as special offers on products and "
+"'goodies', are available online at our e-store"
+msgstr ""
+
+#: ../../share/advertising/13-Nvert.pl_.c:9
+msgid ""
+"For more information on MandrakeSoft's Professional Services and commercial "
+"offerings, please see the following web page:"
+msgstr ""
+
+#: ../../share/advertising/13-Nvert.pl_.c:11
+msgid "http://www.mandrakesoft.com/sales/contact"
+msgstr ""
+
+#: ../../standalone.pm_.c:25
+msgid "Installing packages..."
+msgstr "O staliañ pakadoù..."
+
+#: ../../standalone/diskdrake_.c:85
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 ""
-"N'hella ket lenn ho taolenn barzha, re vrein eo evidon :(\n"
-"Klask a rin kenderc'hel en ur ziverka ar parzhadurio siek"
+"N'hellañ ket lenn ho taolenn barzhañ, re vrein eo evidon :(\n"
+"Klask a rin kenderc'hel en ur ziverkañ ar parzhadurioù siek"
+
+#: ../../standalone/drakautoinst_.c:45
+msgid "Error!"
+msgstr "Fazi!"
+
+#: ../../standalone/drakautoinst_.c:46
+#, c-format
+msgid "I can't find needed image file `%s'."
+msgstr ""
+
+#: ../../standalone/drakautoinst_.c:48
+#, fuzzy
+msgid "Auto Install Configurator"
+msgstr "Kefluniadur goude staliañ"
+
+#: ../../standalone/drakautoinst_.c:49
+msgid ""
+"You are about to configure an Auto Install floppy. This feature is somewhat "
+"dangerous and must be used circumspectly.\n"
+"\n"
+"With that feature, you will be able to replay the installation you've "
+"performed on this computer, being interactively prompted for some steps, in "
+"order to change their values.\n"
+"\n"
+"For maximum safety, the partitioning and formatting will never be performed "
+"automatically, whatever you chose during the install of this computer.\n"
+"\n"
+"Do you want to continue?"
+msgstr ""
+
+#: ../../standalone/drakautoinst_.c:71
+#, fuzzy
+msgid "Automatic Steps Configuration"
+msgstr "Kefluniadur goude staliañ"
+
+#: ../../standalone/drakautoinst_.c:72
+msgid ""
+"Please choose for each step whether it will replay like your install, or it "
+"will be manual"
+msgstr ""
+
+#: ../../standalone/drakautoinst_.c:145
+msgid ""
+"\n"
+"Welcome.\n"
+"\n"
+"The parameters of the auto-install are available in the sections on the left"
+msgstr ""
+
+#: ../../standalone/drakautoinst_.c:243 ../../standalone/drakgw_.c:671
+#: ../../standalone/scannerdrake_.c:106
+msgid "Congratulations!"
+msgstr "Gourc'hemennoù!"
+
+#: ../../standalone/drakautoinst_.c:244
+msgid ""
+"The floppy has been successfully generated.\n"
+"You may now replay your installation."
+msgstr ""
-#: ../../standalone/drakgw_.c:37 ../../standalone/drakgw_.c:180
+#: ../../standalone/drakautoinst_.c:282
+#, fuzzy
+msgid "Auto Install"
+msgstr "Staliañ"
+
+#: ../../standalone/drakautoinst_.c:352
+#, fuzzy
+msgid "Add an item"
+msgstr "Ouzhpennañ un arveriad"
+
+#: ../../standalone/drakautoinst_.c:359
+#, fuzzy
+msgid "Remove the last item"
+msgstr "O furmadiñ ar restr saveteiñ %s"
+
+#: ../../standalone/drakbackup_.c:448 ../../standalone/drakbackup_.c:451
+#: ../../standalone/drakbackup_.c:455
+msgid ""
+"***********************************************************************\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:449
+msgid ""
+"\n"
+" DrakBackup Report \n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:450
+msgid ""
+"\n"
+" DrakBackup Daemon Report\n"
+"\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:453
+msgid ""
+"\n"
+"\n"
+"***********************************************************************\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:454
+msgid ""
+"\n"
+" DrakBackup Report Details\n"
+"\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:476
+msgid "total progess"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:555 ../../standalone/drakbackup_.c:602
+msgid "Backup system files..."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:603 ../../standalone/drakbackup_.c:667
+#, fuzzy
+msgid "Hard Disk Backup files..."
+msgstr "Restr gwareziñ siek"
+
+#: ../../standalone/drakbackup_.c:615
+#, fuzzy
+msgid "Backup User files..."
+msgstr "Restr gwareziñ siek"
+
+#: ../../standalone/drakbackup_.c:616
+msgid "Hard Disk Backup Progress..."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:666
+#, fuzzy
+msgid "Backup Other files..."
+msgstr "Restr gwareziñ siek"
+
+#: ../../standalone/drakbackup_.c:674
+#, c-format
+msgid ""
+"file list send by FTP : %s\n"
+" "
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:677
+msgid ""
+"\n"
+"(!) FTP connexion problem: It was not possible to send your backup files by "
+"FTP.\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:687
+msgid "(!) Error during mail sending. \n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:728 ../../standalone/drakbackup_.c:739
+#: ../../standalone/drakbackup_.c:750 ../../standalone/drakfont_.c:787
+#, fuzzy
+msgid "File Selection"
+msgstr "Diuzadenn strollad pakadoù"
+
+#: ../../standalone/drakbackup_.c:755
+msgid "Select the files or directories and click on 'Add'"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:790
+msgid ""
+"\n"
+"Please check all options that you need.\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:791
+msgid ""
+"These options can backup and restore all files in your /etc directory.\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:792
+msgid "Backup your System files. ( /etc directory )"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:793
+msgid "Use incremental backup (do not replace old backups)"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:794
+msgid "Do not include critical files (passwd, group, fstab)"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:795
+msgid ""
+"With this option you will be able to restore any version\n"
+" of your /etc directory."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:812
+#, fuzzy
+msgid "Please check all users that you want to include in your backup."
+msgstr "Dibabit ar pakadoù a vennit staliañ, mar plij."
+
+#: ../../standalone/drakbackup_.c:839
+msgid "Do not include the browser cache"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:840 ../../standalone/drakbackup_.c:864
+msgid "Use Incremental Backups (do not replace old backups)"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:862 ../../standalone/drakfont_.c:827
+#, fuzzy
+msgid "Remove Selected"
+msgstr "Lemel ar steudad"
+
+#: ../../standalone/drakbackup_.c:900
+msgid "Windows (FAT32)"
+msgstr "Windows (FAT32)"
+
+#: ../../standalone/drakbackup_.c:939
+#, fuzzy
+msgid "Users"
+msgstr "Anv arveriad"
+
+#: ../../standalone/drakbackup_.c:964
+msgid "Use FTP connection to backup"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:967
+#, fuzzy
+msgid "Please enter the host name or IP."
+msgstr "Dibabit seurt ho logodenn, mar plij."
+
+#: ../../standalone/drakbackup_.c:972
+msgid ""
+"Please enter the directory to\n"
+" put the backup on this host."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:977
+#, fuzzy
+msgid "Please enter your login"
+msgstr "Klaskit adarre mar plij"
+
+#: ../../standalone/drakbackup_.c:982
+#, fuzzy
+msgid "Please enter your password"
+msgstr "Klaskit adarre mar plij"
+
+#: ../../standalone/drakbackup_.c:988
+#, fuzzy
+msgid "Remember this password"
+msgstr "Tremenger ebet"
+
+#: ../../standalone/drakbackup_.c:1052 ../../standalone/drakbackup_.c:2048
+#, fuzzy
+msgid "FTP Connection"
+msgstr "Lugerezh ar voullerez"
+
+#: ../../standalone/drakbackup_.c:1059 ../../standalone/drakbackup_.c:2056
+#, fuzzy
+msgid "Secure Connection"
+msgstr "Diuzit lugerezh ar voullerez"
+
+#: ../../standalone/drakbackup_.c:1085 ../../standalone/drakbackup_.c:2889
+msgid "Use CD/DVDROM to backup"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1088 ../../standalone/drakbackup_.c:2893
+#, fuzzy
+msgid "Please choose your CD space"
+msgstr "Dibabit reizhadur ho stokellaoueg, mar plij."
+
+#
+#: ../../standalone/drakbackup_.c:1094 ../../standalone/drakbackup_.c:2905
+#, fuzzy
+msgid "Please check if you are using CDRW media"
+msgstr "Klikit war ur parzhadur mar plij"
+
+#: ../../standalone/drakbackup_.c:1100 ../../standalone/drakbackup_.c:2911
+msgid "Please check if you want to erase your CDRW before"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1106
+#, fuzzy
+msgid ""
+"Please check if you want to include\n"
+" install boot on your CD."
+msgstr "Dibabit ar pakadoù a vennit staliañ, mar plij."
+
+#: ../../standalone/drakbackup_.c:1112
+msgid ""
+"Please enter your CD Writer device name\n"
+" ex: 0,1,0"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1153
+#, fuzzy
+msgid "Use tape to backup"
+msgstr "Restr gwareziñ siek"
+
+#: ../../standalone/drakbackup_.c:1156
+msgid "Please enter the device name to use for backup"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1162 ../../standalone/drakbackup_.c:1203
+#: ../../standalone/drakbackup_.c:2013
+msgid ""
+"Please enter the maximum size\n"
+" allowed for Drakbackup"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1195 ../../standalone/drakbackup_.c:2005
+#, fuzzy
+msgid "Please enter the directory to save:"
+msgstr "Dibabit seurt ho logodenn, mar plij."
+
+#: ../../standalone/drakbackup_.c:1209 ../../standalone/drakbackup_.c:2019
+#, fuzzy
+msgid "Use quota for backup files."
+msgstr "Restr gwareziñ siek"
+
+#: ../../standalone/drakbackup_.c:1267
+#, fuzzy
+msgid "Network"
+msgstr "Taolenn"
+
+#: ../../standalone/drakbackup_.c:1272
+msgid "CDROM / DVDROM"
+msgstr "CDROM / DVDROM"
+
+#: ../../standalone/drakbackup_.c:1277
+msgid "HardDrive / NFS"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1297 ../../standalone/drakbackup_.c:1301
+#: ../../standalone/drakbackup_.c:1305
+msgid "hourly"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1298 ../../standalone/drakbackup_.c:1302
+#: ../../standalone/drakbackup_.c:1305
+msgid "daily"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1299 ../../standalone/drakbackup_.c:1303
+#: ../../standalone/drakbackup_.c:1305
+msgid "weekly"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1300 ../../standalone/drakbackup_.c:1304
+#: ../../standalone/drakbackup_.c:1305
+msgid "monthly"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1312
+#, fuzzy
+msgid "Use daemon"
+msgstr "Anv arveriad"
+
+#: ../../standalone/drakbackup_.c:1317
+#, fuzzy
+msgid ""
+"Please choose the time \n"
+"interval between each backup"
+msgstr "Dibabit ar pakadoù a vennit staliañ, mar plij."
+
+#: ../../standalone/drakbackup_.c:1323
+#, fuzzy
+msgid ""
+"Please choose the\n"
+"media for backup."
+msgstr "Diuzit ar yezh da implijout, mar plij."
+
+#: ../../standalone/drakbackup_.c:1327
+#, fuzzy
+msgid "Use Hard Drive with daemon"
+msgstr "Implijout gwelladur ar bladenn galet ?"
+
+#: ../../standalone/drakbackup_.c:1329
+#, fuzzy
+msgid "Use FTP with daemon"
+msgstr "Rouedad/Diaouled"
+
+#: ../../standalone/drakbackup_.c:1333
+msgid "Please be sure that the cron daemon is included in your services."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1369
+msgid "Send mail report after each backup to :"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1411
+msgid "What"
+msgstr "Petra"
+
+#: ../../standalone/drakbackup_.c:1416
+msgid "Where"
+msgstr "Pelec'h"
+
+#: ../../standalone/drakbackup_.c:1421
+msgid "When"
+msgstr "Pa"
+
+#: ../../standalone/drakbackup_.c:1426
+#, fuzzy
+msgid "More Options"
+msgstr "Dibarzhoù ar mollad :"
+
+#: ../../standalone/drakbackup_.c:1445 ../../standalone/drakbackup_.c:2801
+#, fuzzy
+msgid "Drakbackup Configuration"
+msgstr "Kefluniadur ar rouedad"
+
+#: ../../standalone/drakbackup_.c:1463
+#, fuzzy
+msgid "Please choose where you want to backup"
+msgstr "Dibabit ar pakadoù a vennit staliañ, mar plij."
+
+#: ../../standalone/drakbackup_.c:1465
+msgid "on Hard Drive"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1476
+msgid "across Network"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1540
+#, fuzzy
+msgid "Please choose what you want to backup"
+msgstr "Dibabit ar pakadoù a vennit staliañ, mar plij."
+
+#: ../../standalone/drakbackup_.c:1541
+#, fuzzy
+msgid "Backup system"
+msgstr "Kefluniañ reizhiadoù restroù"
+
+#: ../../standalone/drakbackup_.c:1542
+msgid "Backup Users"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1545
+msgid "Select user manually"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1627
+msgid ""
+"\n"
+"Backup Sources: \n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1628
+msgid ""
+"\n"
+"- System Files:\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1630
+msgid ""
+"\n"
+"- User Files:\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1632
+msgid ""
+"\n"
+"- Other Files:\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1634
+#, c-format
+msgid ""
+"\n"
+"- Save on Hard drive on path : %s\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1635
+#, c-format
+msgid ""
+"\n"
+"- Save on FTP on host : %s\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1636
+#, c-format
+msgid ""
+"\t\t user name: %s\n"
+"\t\t on path: %s \n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1637
+#, fuzzy
+msgid ""
+"\n"
+"- Options:\n"
+msgstr "Parzhadur"
+
+#: ../../standalone/drakbackup_.c:1638
+msgid "\tDo not include System Files\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1639
+msgid "\tBackups use tar and bzip2\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1640
+msgid "\tBackups use tar and gzip\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1641
+#, c-format
+msgid ""
+"\n"
+"- Daemon (%s) include :\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1642
+msgid "\t-Hard drive.\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1643
+msgid "\t-CDROM.\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1644
+msgid "\t-Network by FTP.\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1645
+msgid "\t-Network by SSH.\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1647
+msgid "No configuration, please click Wizard or Advanced.\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1652
+msgid ""
+"List of data to restore:\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1753
+msgid ""
+"List of data corrupted:\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1755
+#, fuzzy
+msgid "Please uncheck or remove it on next time."
+msgstr "Dibabit ouzh pe borzh a-steud eo luget ho modem, mar plij."
+
+#: ../../standalone/drakbackup_.c:1765
+msgid "Backup files are corrupted"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1786
+msgid " All your selectionned data have been "
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1787
+#, c-format
+msgid " Successfuly Restored on %s "
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1886
+#, fuzzy
+msgid " Restore Configuration "
+msgstr "Kefluniadur ar rouedad"
+
+#: ../../standalone/drakbackup_.c:1904
+msgid "OK to restore the other files."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1922
+msgid "User list to restore (only the most recent date per user is important)"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1972
+#, fuzzy
+msgid "Backup the system files before:"
+msgstr "Restr gwareziñ siek"
+
+#: ../../standalone/drakbackup_.c:1974
+#, fuzzy
+msgid "please choose the date to restore"
+msgstr "Dibabit seurt ho logodenn, mar plij."
+
+#: ../../standalone/drakbackup_.c:2002
+#, fuzzy
+msgid "Use Hard Disk to backup"
+msgstr "Restr gwareziñ siek"
+
+#: ../../standalone/drakbackup_.c:2083
+#, fuzzy
+msgid "Restore from Hard Disk."
+msgstr "Assevel adalek ar pladennig"
+
+#: ../../standalone/drakbackup_.c:2085
+msgid "Please enter the directory where backups are stored"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2143
+#, fuzzy
+msgid "Select another media to restore from"
+msgstr "Dibabit seurt ho logodenn, mar plij."
+
+#: ../../standalone/drakbackup_.c:2145
+#, fuzzy
+msgid "Other Media"
+msgstr "All"
+
+#: ../../standalone/drakbackup_.c:2151
+#, fuzzy
+msgid "Restore system"
+msgstr "Staliañ ar reizhiad"
+
+#: ../../standalone/drakbackup_.c:2152
+#, fuzzy
+msgid "Restore Users"
+msgstr "Adaozañ adalek ar restr"
+
+#: ../../standalone/drakbackup_.c:2153
+#, fuzzy
+msgid "Restore Other"
+msgstr "Adaozañ adalek ar restr"
+
+#: ../../standalone/drakbackup_.c:2155
+msgid "select path to restore (instead of / )"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2159
+msgid "Do new backup before restore (only for incremental backups.)"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2160
+msgid "Remove user directories before restore."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2217
+msgid "Restore all backups"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2225
+#, fuzzy
+msgid "Custom Restore"
+msgstr "Neuziet"
+
+#: ../../standalone/drakbackup_.c:2266 ../../standalone/drakbackup_.c:2291
+#: ../../standalone/drakbackup_.c:2312 ../../standalone/drakbackup_.c:2333
+#: ../../standalone/drakbackup_.c:2351 ../../standalone/drakbackup_.c:2383
+#: ../../standalone/drakbackup_.c:2399 ../../standalone/drakbackup_.c:2419
+#: ../../standalone/drakbackup_.c:2438 ../../standalone/drakbackup_.c:2460
+#: ../../standalone/drakfont_.c:575
+msgid "Help"
+msgstr "Skoazell"
+
+#: ../../standalone/drakbackup_.c:2269 ../../standalone/drakbackup_.c:2296
+#: ../../standalone/drakbackup_.c:2315 ../../standalone/drakbackup_.c:2336
+#: ../../standalone/drakbackup_.c:2354 ../../standalone/drakbackup_.c:2402
+#: ../../standalone/drakbackup_.c:2422 ../../standalone/drakbackup_.c:2441
+msgid "Previous"
+msgstr "Diaraog"
+
+#: ../../standalone/drakbackup_.c:2271 ../../standalone/drakbackup_.c:2338
+#: ../../standalone/logdrake_.c:224
+msgid "Save"
+msgstr "Enrollañ"
+
+#: ../../standalone/drakbackup_.c:2317
+#, fuzzy
+msgid "Build Backup"
+msgstr "Restr gwareziñ siek"
+
+#: ../../standalone/drakbackup_.c:2356 ../../standalone/drakbackup_.c:3033
+#, fuzzy
+msgid "Restore"
+msgstr "Adaozañ adalek ar restr"
+
+#: ../../standalone/drakbackup_.c:2404 ../../standalone/drakbackup_.c:2424
+#: ../../standalone/drakbackup_.c:2445
+msgid "Next"
+msgstr "A heul"
+
+#: ../../standalone/drakbackup_.c:2478
+msgid ""
+"Please Build backup before to restore it...\n"
+" or verify that your path to save is correct."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2499
+msgid ""
+"Error durind sendmail\n"
+" your report mail was not sent\n"
+" Please configure sendmail"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2522
+#, fuzzy
+msgid "Package List to Install"
+msgstr "Dibabit pakadoù da staliañ"
+
+#: ../../standalone/drakbackup_.c:2550
+msgid ""
+"Error durind sending file via FTP.\n"
+" Please correct your FTP configuration."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2573
+#, fuzzy
+msgid "Please select data to restore..."
+msgstr "Diuzit ar yezh da implijout, mar plij."
+
+#: ../../standalone/drakbackup_.c:2594
+#, fuzzy
+msgid "Please select media for backup..."
+msgstr "Diuzit ar yezh da implijout, mar plij."
+
+#: ../../standalone/drakbackup_.c:2616
+#, fuzzy
+msgid "Please select data to backup..."
+msgstr "Diuzit ar yezh da implijout, mar plij."
+
+#: ../../standalone/drakbackup_.c:2638
+msgid ""
+"No configuration file found \n"
+"please click Wizard or Advanced."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2659
+msgid "Under Devel ... please wait."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2739
+#, fuzzy
+msgid "Backup system files"
+msgstr "Restr gwareziñ siek"
+
+#: ../../standalone/drakbackup_.c:2741
+#, fuzzy
+msgid "Backup user files"
+msgstr "Restr gwareziñ siek"
+
+#: ../../standalone/drakbackup_.c:2743
+#, fuzzy
+msgid "Backup other files"
+msgstr "Restr gwareziñ siek"
+
+#: ../../standalone/drakbackup_.c:2745 ../../standalone/drakbackup_.c:2776
+msgid "Total Progress"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2767
+msgid "files sending by FTP"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2771
+#, fuzzy
+msgid "Sending files..."
+msgstr "Enrollañ er restr"
+
+#: ../../standalone/drakbackup_.c:2841
+msgid "Data list to include on CDROM."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2899
+#, fuzzy
+msgid "Please enter the cd writer speed"
+msgstr "Dibabit seurt ho logodenn, mar plij."
+
+#: ../../standalone/drakbackup_.c:2917
+msgid "Please enter your CD Writer device name (ex: 0,1,0)"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2923
+#, fuzzy
+msgid "Please check if you want to include install boot on your CD."
+msgstr "Dibabit ar pakadoù a vennit staliañ, mar plij."
+
+#: ../../standalone/drakbackup_.c:2989
+#, fuzzy
+msgid "Backup Now from configuration file"
+msgstr "Kefluniadur ar rouedad"
+
+#: ../../standalone/drakbackup_.c:2999
+#, fuzzy
+msgid "View Backup Configuration."
+msgstr "Kefluniadur ar rouedad"
+
+#: ../../standalone/drakbackup_.c:3020
+#, fuzzy
+msgid "Wizard Configuration"
+msgstr "Kefluniadur"
+
+#: ../../standalone/drakbackup_.c:3024
+#, fuzzy
+msgid "Advanced Configuration"
+msgstr "Kefluniadur"
+
+#: ../../standalone/drakbackup_.c:3028
+#, fuzzy
+msgid "Backup Now"
+msgstr "Kefluniañ reizhiadoù restroù"
+
+#: ../../standalone/drakbackup_.c:3053
+msgid "Drakbackup"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3104
+msgid ""
+"options description:\n"
+"\n"
+" In this step Drakbackup allow you to change:\n"
+"\n"
+" - The compression mode:\n"
+" \n"
+" If you check bzip2 compression, you will compress\n"
+" your data better than gzip (about 2-10 %).\n"
+" This option is not checked by default because\n"
+" this compression mode needs more time ( about 1000% more).\n"
+" \n"
+" - The update mode:\n"
+"\n"
+" This option will update your backup, but this\n"
+" option is not really useful because you need to\n"
+" decompress your backup before you can update it.\n"
+" \n"
+" - the .backupignore mode:\n"
+"\n"
+" Like with cvs, Drakbackup will ignore all references\n"
+" included in .backupignore files in each directories.\n"
+" ex: \n"
+" /*> cat .backupignore*/\n"
+" *.o\n"
+" *~\n"
+" ...\n"
+" \n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3134
+msgid ""
+"\n"
+" Some errors during sendmail are caused by \n"
+" a bad configuration of postfix. To solve it you have to\n"
+" set myhostname or mydomain in /etc/postfix/main.cf\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3142
+msgid ""
+"options description:\n"
+"\n"
+" - Backup system files:\n"
+" \n"
+"\tThis option allows you to backup your /etc directory,\n"
+"\twhich contains all configuration files. Please be\n"
+"\tcareful during the restore step to not overwrite:\n"
+"\t\t/etc/passwd \n"
+"\t\t/etc/group \n"
+"\t\t/etc/fstab\n"
+"\n"
+" - Backup User files: \n"
+"\n"
+"\tThis option allows you select all users that you want \n"
+"\tto backup.\n"
+"\tTo preserve disk space, it is recommended that you \n"
+"\tdo not include web browser's cache.\n"
+"\n"
+" - Backup Other files: \n"
+"\n"
+"\tThis option allows you to add more data to save.\n"
+"\tWith the other backup it's not possible at the \n"
+"\tmoment to select select incremental backup.\t\t\n"
+" \n"
+" - Incremental Backups:\n"
+"\n"
+"\tThe incremental backup is the most powerful \n"
+"\toption for backup. This option allows you \n"
+"\tto backup all your data the first time, and \n"
+"\tonly the changed afterward.\n"
+"\tThen you will be able, during the restore\n"
+"\tstep, to restore your data from a specified\n"
+"\tdate.\n"
+"\tIf you have not selected this option all\n"
+"\told backups are deleted before each backup. \n"
+"\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3181
+msgid ""
+"restore description:\n"
+" \n"
+"Only the most recent date will be used ,because with incremental \n"
+"backups it is necesarry to restore one by one each older backups.\n"
+"\n"
+"So if you don't like to restore an user please unselect all his\n"
+"check box.\n"
+"\n"
+"Otherwise, you are able to select only one of this\n"
+"\n"
+" - Incremental Backups:\n"
+"\n"
+"\tThe incremental backup is the most powerfull \n"
+"\toption to use backup, this option allow you \n"
+"\tto backup all your data the first time, and \n"
+"\tonly the changed after.\n"
+"\tSo you will be able during the restore\n"
+"\tstep, to restore your data from a specified\n"
+"\tdate.\n"
+"\tIf you have not selected this options all\n"
+"\told backups are deleted before each backup. \n"
+"\n"
+"\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3207 ../../standalone/drakbackup_.c:3282
+msgid ""
+" Copyright (C) 2001 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita.fr>"
+msgstr ""
+"Copyright (C) 2001 MandrakeSoft gant DUPONT Sebastien <dupont_s\\@epita.fr>"
+
+#: ../../standalone/drakbackup_.c:3209 ../../standalone/drakbackup_.c:3284
+msgid ""
+" This program is free software; you can redistribute it and/or modify\n"
+" it under the terms of the GNU General Public License as published by\n"
+" the Free Software Foundation; either version 2, or (at your option)\n"
+" any later version.\n"
+"\n"
+" This program is distributed in the hope that it will be useful,\n"
+" but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
+" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
+" GNU General Public License for more details.\n"
+"\n"
+" You should have received a copy of the GNU General Public License\n"
+" along with this program; if not, write to the Free Software\n"
+" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3223
+msgid ""
+"Description:\n"
+"\n"
+" Drakbackup is used to backup your system.\n"
+" During the configuration you can select: \n"
+"\t- System files, \n"
+"\t- Users files, \n"
+"\t- Other files.\n"
+"\tor All your system ... and Other (like Windows Partitions)\n"
+"\n"
+" Drakbackup allows you to backup your system on:\n"
+"\t- Harddrive.\n"
+"\t- NFS.\n"
+"\t- CDROM (CDRW), DVDROM (with autoboot, rescue and autoinstall.).\n"
+"\t- FTP.\n"
+"\t- Rsync.\n"
+"\t- Webdav.\n"
+"\t- Tape.\n"
+"\n"
+" Drakbackup allows you to restore your system to\n"
+" a user selected directory.\n"
+"\n"
+" Per default all backup will be stored on your\n"
+" /var/lib/drakbackup directory\n"
+"\n"
+" Configuration file:\n"
+"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
+"\n"
+"\n"
+"Restore Step:\n"
+" \n"
+" During the restore step, DrakBackup will remove \n"
+" your original directory and verify that all \n"
+" backup files are not corrupted. It is recommended \n"
+" you do a last backup before restoring.\n"
+"\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3261
+msgid ""
+"options description:\n"
+"\n"
+"Please be careful when you are using ftp backup, because only \n"
+"backups that are already built are sent to the server.\n"
+"So at the moment, you need to build the backup on your hard \n"
+"drive before sending it to the server.\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3270
+msgid ""
+"\n"
+"Restore Backup Problems:\n"
+"\n"
+"During the restore step, Drakbackup will verify all your\n"
+"backup files before restoring them.\n"
+"Before the restore, Drakbackup will remove \n"
+"your original directory, and you will loose all your \n"
+"data. It is important to be careful and not modify the \n"
+"backup data files by hand.\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3298
+msgid ""
+"Description:\n"
+"\n"
+" Drakbackup is used to backup your system.\n"
+" During the configuration you can select \n"
+"\t- System files, \n"
+"\t- Users files, \n"
+"\t- Other files.\n"
+"\tor All your system ... and Other (like Windows Partitions)\n"
+"\n"
+" Drakbackup allows you to backup your system on:\n"
+"\t- Harddrive.\n"
+"\t- NFS.\n"
+"\t- CDROM (CDRW), DVDROM (with autoboot, rescue and autoinstall.).\n"
+"\t- FTP.\n"
+"\t- Rsync.\n"
+"\t- Webdav.\n"
+"\t- Tape.\n"
+"\n"
+" Drakbackup allows you to restore your system to\n"
+" a user selected directory.\n"
+"\n"
+" Per default all backup will be stored on your\n"
+" /var/lib/drakbackup directory\n"
+"\n"
+" Configuration file:\n"
+"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
+"\n"
+"Restore Step:\n"
+" \n"
+" During the restore step, Drakbackup will remove\n"
+" your original directory and verify that all\n"
+" backup files are not corrupted. It is recommended\n"
+" you do a last backup before restoring.\n"
+" \n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakboot_.c:58
+#, c-format
+msgid "Installation of %s failed. The following error occured:"
+msgstr "Staliadur %s a zo sac'het. Degouezhet eo ar fazi a heul :"
+
+#: ../../standalone/drakfont_.c:229
+msgid "Search installed fonts"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:231
+msgid "Unselect fonts installed"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:252
+msgid "parse all fonts"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:253
+#, fuzzy
+msgid "no fonts found"
+msgstr "%s ket kavet"
+
+#: ../../standalone/drakfont_.c:261 ../../standalone/drakfont_.c:303
+#: ../../standalone/drakfont_.c:352 ../../standalone/drakfont_.c:410
+#: ../../standalone/drakfont_.c:417 ../../standalone/drakfont_.c:443
+#: ../../standalone/drakfont_.c:455 ../../standalone/drakfont_.c:468
+#, fuzzy
+msgid "done"
+msgstr "Graet"
+
+#: ../../standalone/drakfont_.c:265
+msgid "could not find any font in your mounted partitions"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:301
+msgid "Reselect correct fonts"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:304
+msgid "could not find any font.\n"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:327
+msgid "Search fonts in installed list"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:350
+#, fuzzy
+msgid "Fonts copy"
+msgstr "Furmadiñ ar bladennig"
+
+#: ../../standalone/drakfont_.c:353
+#, fuzzy
+msgid "True Type fonts installation"
+msgstr "O prientiñ ar staliadur"
+
+#: ../../standalone/drakfont_.c:357
+msgid "please wait during ttmkfdir..."
+msgstr ""
+
+#: ../../standalone/drakfont_.c:359
+msgid "True Type install done"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:366 ../../standalone/drakfont_.c:382
+msgid "Fonts conversion"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:370 ../../standalone/drakfont_.c:386
+#: ../../standalone/drakfont_.c:406
+msgid "type1inst building"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:375 ../../standalone/drakfont_.c:390
+msgid "Ghostscript referencing"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:397
+msgid "ttf fonts conversion"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:401
+msgid "pfm fonts conversion"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:411
+msgid "Suppress temporary Files"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:414
+msgid "Restart XFS"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:453 ../../standalone/drakfont_.c:463
+msgid "Suppress Fonts Files"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:465
+#, fuzzy
+msgid "xfs restart"
+msgstr "strishaat"
+
+#: ../../standalone/drakfont_.c:472 ../../standalone/drakfont_.c:760
+msgid ""
+"Before installing any fonts, be sure that you have the right to use and "
+"install them on your system.\n"
+"\n"
+"-You can install the fonts using the normal way. In rare cases, bogus fonts "
+"may hang up your X Server."
+msgstr ""
+
+#: ../../standalone/drakfont_.c:547
+#, fuzzy
+msgid "Fonts Importation"
+msgstr "Furmadiñ parzhadurioù"
+
+#: ../../standalone/drakfont_.c:562
+msgid "Get Windows Fonts"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:564
+#, fuzzy
+msgid "Uninstall Fonts"
+msgstr "O tistaliañ ar RPMoù"
+
+#: ../../standalone/drakfont_.c:568
+#, fuzzy
+msgid "Advanced Options"
+msgstr "Kefluniadur"
+
+#: ../../standalone/drakfont_.c:570
+#, fuzzy
+msgid "Font List"
+msgstr "Poent marc'hañ"
+
+#: ../../standalone/drakfont_.c:739
+#, fuzzy
+msgid "Choose the applications that will support the fonts :"
+msgstr "Dibabit ar parzhadur a vennit furmadiñ"
+
+#: ../../standalone/drakfont_.c:743
+msgid "Ghostscript"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:747
+#, fuzzy
+msgid "StarOffice"
+msgstr "Burev"
+
+#: ../../standalone/drakfont_.c:751
+msgid "Abiword"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:755
+#, fuzzy
+msgid "Generic Printers"
+msgstr "Moullerez"
+
+#: ../../standalone/drakfont_.c:792
+msgid "Select the font file or directory and click on 'Add'"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:828
+#, fuzzy
+msgid "Install List"
+msgstr "Staliañ ar reizhiad"
+
+#: ../../standalone/drakfont_.c:858
+msgid "click here if you are sure."
+msgstr ""
+
+#: ../../standalone/drakfont_.c:860
+msgid "here if no."
+msgstr ""
+
+#: ../../standalone/drakfont_.c:897
+msgid "Unselected All"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:899
+#, fuzzy
+msgid "Selected All"
+msgstr "Diuzit ar restr"
+
+#: ../../standalone/drakfont_.c:901
+#, fuzzy
+msgid "Remove List"
+msgstr "Dibarzhoù ar voullerez lpd a-bell"
+
+#: ../../standalone/drakfont_.c:919 ../../standalone/drakfont_.c:939
+msgid "Initials tests"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:920
+msgid "Copy fonts on your system"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:921
+msgid "Install & convert Fonts"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:922
+#, fuzzy
+msgid "Post Install"
+msgstr "Staliañ"
+
+#: ../../standalone/drakfont_.c:940
+msgid "Remove fonts on your system"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:941
+#, fuzzy
+msgid "Post Uninstall"
+msgstr "Dilezel ar staliadur"
+
+#: ../../standalone/drakgw_.c:43 ../../standalone/drakgw_.c:200
#, fuzzy
msgid "Internet Connection Sharing"
msgstr "Lugerezh ar voullerez"
-#: ../../standalone/drakgw_.c:118
+#: ../../standalone/drakgw_.c:138
msgid "Internet Connection Sharing currently enabled"
msgstr ""
-#: ../../standalone/drakgw_.c:119
+#: ../../standalone/drakgw_.c:139
msgid ""
"The setup of Internet connection sharing has already been done.\n"
"It's currently enabled.\n"
@@ -6527,35 +9460,35 @@ msgid ""
"What would you like to do?"
msgstr ""
-#: ../../standalone/drakgw_.c:123
+#: ../../standalone/drakgw_.c:143
#, fuzzy
msgid "disable"
msgstr "Taolenn"
-#: ../../standalone/drakgw_.c:123 ../../standalone/drakgw_.c:148
+#: ../../standalone/drakgw_.c:143 ../../standalone/drakgw_.c:168
msgid "dismiss"
msgstr ""
-#: ../../standalone/drakgw_.c:123 ../../standalone/drakgw_.c:148
+#: ../../standalone/drakgw_.c:143 ../../standalone/drakgw_.c:168
#, fuzzy
msgid "reconfigure"
-msgstr "Keflunia X"
+msgstr "Kefluniañ X"
-#: ../../standalone/drakgw_.c:126
+#: ../../standalone/drakgw_.c:146
#, fuzzy
msgid "Disabling servers..."
-msgstr "O tinoi trobarzhello..."
+msgstr "O tinoiñ trobarzhelloù..."
-#: ../../standalone/drakgw_.c:134
+#: ../../standalone/drakgw_.c:154
#, fuzzy
msgid "Internet connection sharing is now disabled."
msgstr "Lugerezh ar voullerez"
-#: ../../standalone/drakgw_.c:143
+#: ../../standalone/drakgw_.c:163
msgid "Internet Connection Sharing currently disabled"
msgstr ""
-#: ../../standalone/drakgw_.c:144
+#: ../../standalone/drakgw_.c:164
msgid ""
"The setup of Internet connection sharing has already been done.\n"
"It's currently disabled.\n"
@@ -6563,29 +9496,21 @@ msgid ""
"What would you like to do?"
msgstr ""
-#: ../../standalone/drakgw_.c:148
+#: ../../standalone/drakgw_.c:168
#, fuzzy
msgid "enable"
msgstr "Taolenn"
-#: ../../standalone/drakgw_.c:155
+#: ../../standalone/drakgw_.c:175
msgid "Enabling servers..."
msgstr ""
-#: ../../standalone/drakgw_.c:160
+#: ../../standalone/drakgw_.c:180
#, fuzzy
msgid "Internet connection sharing is now enabled."
msgstr "Lugerezh ar voullerez"
-#: ../../standalone/drakgw_.c:168
-msgid "Config file content could not be interpreted."
-msgstr ""
-
-#: ../../standalone/drakgw_.c:168
-msgid "Unrecognized config file"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:181
+#: ../../standalone/drakgw_.c:201
msgid ""
"You are about to configure your computer to share its Internet connection.\n"
"With that feature, other computers on your local network will be able to use "
@@ -6595,27 +9520,31 @@ msgid ""
"(LAN)."
msgstr ""
-#: ../../standalone/drakgw_.c:207
+#: ../../standalone/drakgw_.c:227
#, c-format
msgid "Interface %s (using module %s)"
msgstr ""
-#: ../../standalone/drakgw_.c:208
+#: ../../standalone/drakgw_.c:228
#, fuzzy, c-format
msgid "Interface %s"
msgstr "dedennus"
-#: ../../standalone/drakgw_.c:216
+#: ../../standalone/drakgw_.c:236
msgid "No network adapter on your system!"
msgstr ""
-#: ../../standalone/drakgw_.c:217
+#: ../../standalone/drakgw_.c:237
msgid ""
"No ethernet network adapter has been detected on your system. Please run the "
"hardware configuration tool."
msgstr ""
-#: ../../standalone/drakgw_.c:224
+#: ../../standalone/drakgw_.c:243
+msgid "Network interface"
+msgstr ""
+
+#: ../../standalone/drakgw_.c:244
#, c-format
msgid ""
"There is only one configured network adapter on your system:\n"
@@ -6625,76 +9554,133 @@ msgid ""
"I am about to setup your Local Area Network with that adapter."
msgstr ""
-#: ../../standalone/drakgw_.c:233
+#: ../../standalone/drakgw_.c:253
msgid ""
"Please choose what network adapter will be connected to your Local Area "
"Network."
msgstr ""
-#: ../../standalone/drakgw_.c:242
+#: ../../standalone/drakgw_.c:271
+#, fuzzy
+msgid "Network interface already configured"
+msgstr "Skramm ket kefluniet"
+
+#: ../../standalone/drakgw_.c:272
+#, c-format
msgid ""
-"Warning, the network adapter is already configured. I will reconfigure it."
+"Warning, the network adapter (%s) is already configured.\n"
+"\n"
+"Do you want an automatic re-configuration?\n"
+"\n"
+"You can do it manually but you need to know what you're doing."
msgstr ""
-#: ../../standalone/drakgw_.c:253
-msgid "Potential LAN address conflict found in current config of $_!\n"
+#: ../../standalone/drakgw_.c:277
+#, fuzzy
+msgid "Automatic reconfiguration"
+msgstr "Kefluniadur goude staliañ"
+
+#: ../../standalone/drakgw_.c:278
+#, fuzzy
+msgid "Show current interface configuration"
+msgstr "Kefluniañ ar modem"
+
+#: ../../standalone/drakgw_.c:280
+#, c-format
+msgid ""
+"Current configuration of `%s':\n"
+"\n"
+"Network: %s\n"
+"IP address: %s\n"
+"IP attribution: %s\n"
+"Driver: %s"
+msgstr ""
+
+#: ../../standalone/drakgw_.c:292
+msgid ""
+"I can keep your current configuration and assume you already set up a DHCP "
+"server; in that case please verify I correctly read the C-Class Network that "
+"you use for your local network; I will not reconfigure it and I will not "
+"touch your DHCP server configuration.\n"
+"\n"
+"Else, I can reconfigure your interface and (re)configure a DHCP server for "
+"you.\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakgw_.c:297
+msgid "C-Class Local Network"
msgstr ""
-#: ../../standalone/drakgw_.c:261 ../../standalone/drakgw_.c:267
+#: ../../standalone/drakgw_.c:298
+#, fuzzy
+msgid "(This) DHCP Server IP"
+msgstr "IP ar servijer SMB"
+
+#: ../../standalone/drakgw_.c:299
+msgid "Re-configure interface and DHCP server"
+msgstr ""
+
+#: ../../standalone/drakgw_.c:306
+msgid "The Local Network did not finish with `.0', bailing out."
+msgstr ""
+
+#: ../../standalone/drakgw_.c:317
+#, c-format
+msgid "Potential LAN address conflict found in current config of %s!\n"
+msgstr ""
+
+#: ../../standalone/drakgw_.c:325 ../../standalone/drakgw_.c:331
#, fuzzy
msgid "Firewalling configuration detected!"
msgstr "o lenn ar c'hefluniadur"
-#: ../../standalone/drakgw_.c:262 ../../standalone/drakgw_.c:268
+#: ../../standalone/drakgw_.c:326 ../../standalone/drakgw_.c:332
msgid ""
"Warning! An existing firewalling configuration has been detected. You may "
"need some manual fix after installation."
msgstr ""
-#: ../../standalone/drakgw_.c:276
+#: ../../standalone/drakgw_.c:340
#, fuzzy
msgid "Configuring..."
-msgstr "Keflunia IDE"
+msgstr "Kefluniañ IDE"
-#: ../../standalone/drakgw_.c:277
+#: ../../standalone/drakgw_.c:341
msgid "Configuring scripts, installing software, starting servers..."
msgstr ""
-#: ../../standalone/drakgw_.c:307
-#, fuzzy
-msgid "Problems installing package $_"
-msgstr "O stalia ar pakad %s"
-
-#: ../../standalone/drakgw_.c:590
-msgid "Congratulations!"
-msgstr "Gourc'hemenno!"
+#: ../../standalone/drakgw_.c:378
+#, fuzzy, c-format
+msgid "Problems installing package %s"
+msgstr "O staliañ ar pakad %s"
-#: ../../standalone/drakgw_.c:591
+#: ../../standalone/drakgw_.c:672
msgid ""
"Everything has been configured.\n"
"You may now share Internet connection with other computers on your Local "
"Area Network, using automatic network configuration (DHCP)."
msgstr ""
-#: ../../standalone/drakgw_.c:608
+#: ../../standalone/drakgw_.c:689
msgid "The setup has already been done, but it's currently disabled."
msgstr ""
-#: ../../standalone/drakgw_.c:609
+#: ../../standalone/drakgw_.c:690
msgid "The setup has already been done, and it's currently enabled."
msgstr ""
-#: ../../standalone/drakgw_.c:610
+#: ../../standalone/drakgw_.c:691
#, fuzzy
msgid "No Internet Connection Sharing has ever been configured."
msgstr "Lugerezh ar voullerez"
-#: ../../standalone/drakgw_.c:615
+#: ../../standalone/drakgw_.c:696
#, fuzzy
msgid "Internet connection sharing configuration"
msgstr "Lugerezh ar voullerez"
-#: ../../standalone/drakgw_.c:622
+#: ../../standalone/drakgw_.c:703
#, fuzzy, c-format
msgid ""
"Welcome to the Internet Connection Sharing utility!\n"
@@ -6704,329 +9690,350 @@ msgid ""
"Click on Configure to launch the setup wizard."
msgstr "Lugerezh ar voullerez"
-#: ../../standalone/draknet_.c:59
+#: ../../standalone/draknet_.c:80
#, fuzzy, c-format
msgid "Network configuration (%d adapters)"
msgstr "Kefluniadur ar rouedad"
-#: ../../standalone/draknet_.c:66 ../../standalone/draknet_.c:539
+#: ../../standalone/draknet_.c:87 ../../standalone/draknet_.c:595
#, fuzzy
msgid "Profile: "
-msgstr "marc'ha sac'het :"
+msgstr "marc'hañ sac'het : "
-#: ../../standalone/draknet_.c:74
+#: ../../standalone/draknet_.c:95
msgid "Del profile..."
msgstr ""
-#: ../../standalone/draknet_.c:80
+#: ../../standalone/draknet_.c:101
msgid "Profile to delete:"
msgstr ""
-#: ../../standalone/draknet_.c:108
+#: ../../standalone/draknet_.c:129
msgid "New profile..."
msgstr ""
-#: ../../standalone/draknet_.c:114
-msgid "Name of the profile to create:"
+#: ../../standalone/draknet_.c:135
+msgid ""
+"Name of the profile to create (the new profile is created as a copy of the "
+"current one) :"
msgstr ""
-#: ../../standalone/draknet_.c:140
+#: ../../standalone/draknet_.c:161
#, fuzzy
msgid "Hostname: "
-msgstr "Anv an ostiz :"
+msgstr "Anv an ostiz : "
-#: ../../standalone/draknet_.c:147
+#: ../../standalone/draknet_.c:168
#, fuzzy
msgid "Internet access"
msgstr "dedennus"
-#: ../../standalone/draknet_.c:160
+#: ../../standalone/draknet_.c:181
#, fuzzy
msgid "Type:"
-msgstr "Seurt : "
+msgstr "Seurt : "
-#: ../../standalone/draknet_.c:163 ../../standalone/draknet_.c:354
+#: ../../standalone/draknet_.c:184 ../../standalone/draknet_.c:376
msgid "Gateway:"
-msgstr "Treuzell :"
+msgstr "Treuzell : "
-#: ../../standalone/draknet_.c:163 ../../standalone/draknet_.c:354
+#: ../../standalone/draknet_.c:184 ../../standalone/draknet_.c:376
#, fuzzy
msgid "Interface:"
msgstr "dedennus"
-#: ../../standalone/draknet_.c:168
+#: ../../standalone/draknet_.c:195
msgid "Status:"
msgstr ""
-#: ../../standalone/draknet_.c:170 ../../standalone/draknet_.c:357
-#: ../../standalone/net_monitor_.c:122 ../../standalone/net_monitor_.c:224
-#, fuzzy
-msgid "Connected"
-msgstr "Anv ar gevreadenn"
-
-#: ../../standalone/draknet_.c:170 ../../standalone/draknet_.c:357
-#: ../../standalone/net_monitor_.c:83 ../../standalone/net_monitor_.c:122
-#: ../../standalone/net_monitor_.c:224
-#, fuzzy
-msgid "Not connected"
-msgstr "Lugerezh ar voullerez"
-
-#: ../../standalone/draknet_.c:173 ../../standalone/draknet_.c:358
-msgid "Connect..."
-msgstr ""
-
-#: ../../standalone/draknet_.c:173 ../../standalone/draknet_.c:358
-msgid "Disconnect..."
+#: ../../standalone/draknet_.c:202
+msgid "Wait please"
msgstr ""
-#: ../../standalone/draknet_.c:191
-#, fuzzy
-msgid "Starting your connection..."
-msgstr "Keflunia ur rouedad"
-
-#: ../../standalone/draknet_.c:199
-#, fuzzy
-msgid "Closing your connection..."
-msgstr "Keflunia ur rouedad"
-
-#: ../../standalone/draknet_.c:204
-msgid ""
-"The connection is not closed.\n"
-"Try to do it manually by running\n"
-"/etc/sysconfig/network-scripts/net_cnx_down\n"
-"in root."
-msgstr ""
-
-#: ../../standalone/draknet_.c:207
-#, fuzzy
-msgid "The system is now disconnected."
-msgstr "Da beseurt pladenn e mennit dilec'hia ?"
-
-#: ../../standalone/draknet_.c:219
+#: ../../standalone/draknet_.c:220
#, fuzzy
msgid "Configure Internet Access..."
-msgstr "Keflunia servijo"
+msgstr "Kefluniañ servijoù"
-#: ../../standalone/draknet_.c:226 ../../standalone/draknet_.c:411
+#: ../../standalone/draknet_.c:227 ../../standalone/draknet_.c:449
#, fuzzy
msgid "LAN configuration"
msgstr "Kefluniadur"
-#: ../../standalone/draknet_.c:231
-#, fuzzy
-msgid "Adapter"
-msgstr "Bremanaat"
-
-#: ../../standalone/draknet_.c:231
+#: ../../standalone/draknet_.c:232
#, fuzzy
msgid "Driver"
msgstr "Servijer"
-#: ../../standalone/draknet_.c:231
+#: ../../standalone/draknet_.c:232
#, fuzzy
msgid "Interface"
msgstr "dedennus"
-#: ../../standalone/draknet_.c:231
+#: ../../standalone/draknet_.c:232
msgid "Protocol"
msgstr ""
-#: ../../standalone/draknet_.c:250
+#: ../../standalone/draknet_.c:232
#, fuzzy
-msgid "Configure Local Area Network..."
-msgstr "Keflunia ur rouedad"
+msgid "State"
+msgstr "Meuziad Lañsañ"
-#: ../../standalone/draknet_.c:283
+#: ../../standalone/draknet_.c:244
#, fuzzy
-msgid "Normal Mode"
-msgstr "Boas"
+msgid "Configure Local Area Network..."
+msgstr "Kefluniañ ur rouedad"
-#: ../../standalone/draknet_.c:288
+#: ../../standalone/draknet_.c:256
+msgid "Click here to launch the wizard ->"
+msgstr ""
+
+#: ../../standalone/draknet_.c:257
+msgid "Wizard..."
+msgstr "Skoazeller..."
+
+#: ../../standalone/draknet_.c:283
msgid "Apply"
msgstr ""
-#: ../../standalone/draknet_.c:307
+#: ../../standalone/draknet_.c:302
#, fuzzy
msgid "Please Wait... Applying the configuration"
-msgstr "Amproui ar c'hefluniadur"
+msgstr "Amprouiñ ar c'hefluniadur"
+
+#: ../../standalone/draknet_.c:384 ../../standalone/draknet_.c:407
+#, fuzzy
+msgid "Connected"
+msgstr "Anv ar gevreadenn"
-#: ../../standalone/draknet_.c:391
+#: ../../standalone/draknet_.c:384 ../../standalone/draknet_.c:407
+#, fuzzy
+msgid "Not connected"
+msgstr "Lugerezh ar voullerez"
+
+#: ../../standalone/draknet_.c:385 ../../standalone/draknet_.c:408
+msgid "Connect..."
+msgstr ""
+
+#: ../../standalone/draknet_.c:385 ../../standalone/draknet_.c:408
+msgid "Disconnect..."
+msgstr ""
+
+#: ../../standalone/draknet_.c:404
+msgid ""
+"Warning, another Internet connection has been detected, maybe using your "
+"network"
+msgstr ""
+
+#: ../../standalone/draknet_.c:431
msgid ""
"You don't have any configured interface.\n"
"Configure them first by clicking on 'Configure'"
msgstr ""
-#: ../../standalone/draknet_.c:415
+#: ../../standalone/draknet_.c:453
#, fuzzy
msgid "LAN Configuration"
msgstr "Kefluniadur"
-#: ../../standalone/draknet_.c:423
+#: ../../standalone/draknet_.c:464
#, c-format
msgid "Adapter %s: %s"
msgstr ""
-#: ../../standalone/draknet_.c:429
+#: ../../standalone/draknet_.c:470
msgid "Boot Protocol"
msgstr ""
-#: ../../standalone/draknet_.c:430
+#: ../../standalone/draknet_.c:471
msgid "Started on boot"
msgstr ""
-#: ../../standalone/draknet_.c:431
+#: ../../standalone/draknet_.c:472
msgid "DHCP client"
msgstr ""
-#: ../../standalone/draknet_.c:466 ../../standalone/draknet_.c:470
+#: ../../standalone/draknet_.c:497 ../../standalone/draknet_.c:500
#, fuzzy
-msgid "Disable"
-msgstr "Taolenn"
+msgid "activate now"
+msgstr "Bevaat"
-#: ../../standalone/draknet_.c:466 ../../standalone/draknet_.c:470
+#: ../../standalone/draknet_.c:497 ../../standalone/draknet_.c:500
#, fuzzy
-msgid "Enable"
-msgstr "Taolenn"
+msgid "deactivate now"
+msgstr "Bevaat"
-#: ../../standalone/draknet_.c:504
+#: ../../standalone/draknet_.c:503
+msgid ""
+"This interface has not been configured yet.\n"
+"Launch the configuration wizard in the main window"
+msgstr ""
+
+#: ../../standalone/draknet_.c:560
msgid ""
"You don't have any internet connection.\n"
"Create one first by clicking on 'Configure'"
msgstr ""
-#: ../../standalone/draknet_.c:528
+#: ../../standalone/draknet_.c:584
#, fuzzy
msgid "Internet connection configuration"
msgstr "Lugerezh ar voullerez"
-#: ../../standalone/draknet_.c:532
+#: ../../standalone/draknet_.c:588
#, fuzzy
msgid "Internet Connection Configuration"
msgstr "Lugerezh ar voullerez"
-#: ../../standalone/draknet_.c:541
+#: ../../standalone/draknet_.c:597
#, fuzzy
msgid "Connection type: "
msgstr "Anv ar gevreadenn"
-#: ../../standalone/draknet_.c:547
+#: ../../standalone/draknet_.c:603
msgid "Parameters"
msgstr ""
-#: ../../standalone/draknet_.c:560
+#: ../../standalone/draknet_.c:621
+msgid "Gateway"
+msgstr "Treuzell"
+
+#: ../../standalone/draknet_.c:630
+msgid "Ethernet Card"
+msgstr ""
+
+#: ../../standalone/draknet_.c:631
+msgid "DHCP Client"
+msgstr ""
+
+#: ../../standalone/draksec_.c:31
+msgid "Setting security level"
+msgstr "O termeniñ al live surentez"
+
+#: ../../standalone/drakxconf_.c:47
#, fuzzy
-msgid "Provider dns 1 (optional)"
-msgstr "Dibarzho ar voullerez"
+msgid "Control Center"
+msgstr "Anv ar gevreadenn"
-#: ../../standalone/draknet_.c:561
+#: ../../standalone/drakxconf_.c:48
+msgid "Choose the tool you want to use"
+msgstr "Dibabit ar benveg a vennit staliañ"
+
+#: ../../standalone/drakxtv_.c:48
#, fuzzy
-msgid "Provider dns 2 (optional)"
-msgstr "Dibarzho ar voullerez"
+msgid "Canada (cable)"
+msgstr "Kanadian (Kebek)"
-#: ../../standalone/draknet_.c:574
-msgid "Ethernet Card"
+#: ../../standalone/drakxtv_.c:48
+msgid "USA (bcast)"
msgstr ""
-#: ../../standalone/draknet_.c:575
-msgid "DHCP Client"
+#: ../../standalone/drakxtv_.c:48
+msgid "USA (cable)"
msgstr ""
-#: ../../standalone/draksec_.c:21
-msgid "Welcome To Crackers"
-msgstr "Bezit deuet mat, preizherien !"
+#: ../../standalone/drakxtv_.c:48
+msgid "USA (cable-hrc)"
+msgstr ""
-#: ../../standalone/draksec_.c:22
-msgid "Poor"
-msgstr "Paour"
+#: ../../standalone/drakxtv_.c:49
+msgid "China (bcast)"
+msgstr ""
-#: ../../standalone/draksec_.c:26
-msgid "Paranoid"
-msgstr "Ankeniet"
+#: ../../standalone/drakxtv_.c:49
+msgid "Japan (bcast)"
+msgstr ""
-#: ../../standalone/draksec_.c:29
-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."
+#: ../../standalone/drakxtv_.c:49
+msgid "Japan (cable)"
msgstr ""
-"Ret eo implijout al live-ma gant evezh. Ober a ra d'ho reizhiad beza\n"
-"aesoc'h da implijout, hogen kizidig-tre : arabat e implj evit un ardivink\n"
-"kevreet ouzh lod all pe ouzh ar genrouedad. N'eus ket a haezi dre dremenger."
-#: ../../standalone/draksec_.c:32
-msgid ""
-"Password are now enabled, but use as a networked computer is still not "
-"recommended."
+#: ../../standalone/drakxtv_.c:50
+msgid "East Europe"
msgstr ""
-"Gweredekaet eo brema an tremenger, hogen dierbedet eo c'hoazh an implij en "
-"ur rouedad"
-#: ../../standalone/draksec_.c:33
-msgid ""
-"Few improvements for this security level, the main one is that there are\n"
-"more security warnings and checks."
+#: ../../standalone/drakxtv_.c:50
+#, fuzzy
+msgid "Ireland"
+msgstr "Islandek"
+
+#: ../../standalone/drakxtv_.c:50
+msgid "West Europe"
msgstr ""
-"Nebeut a wellaeno evit al live surentez-ma, an hini pouezusa eo beza\n"
-"muioc'h a evezhiadenno hag a wiriadenno surentez."
-#: ../../standalone/draksec_.c:35
-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. "
+#: ../../standalone/drakxtv_.c:51
+#, fuzzy
+msgid "Australia"
+msgstr "a-steud"
+
+#: ../../standalone/drakxtv_.c:51
+msgid "Newzealand"
msgstr ""
-"Setu al live surentez standard a vez erbedet evit un urzhiataer a vo "
-"implijet\n"
-"evit kevrea evel arval ouzh ar Genrouedad. Brema ez eus gwiriadenno "
-"surentez."
-#: ../../standalone/draksec_.c:37
-msgid ""
-"With this security level, the use of this system as a server becomes "
-"possible.\n"
-"The security is now high enough to use the system as a server which accept\n"
-"connections from many clients. "
+#: ../../standalone/drakxtv_.c:52
+msgid "South Africa"
+msgstr ""
+
+#: ../../standalone/drakxtv_.c:53
+msgid "Argentina"
msgstr ""
-"Gant al live surentez-ma e teu posupl implijout ar reizhiad-ma evel ur "
-"servijer.\n"
-"Uhel a-walc'h eo brema ar surentez evit implijout ar reizhiad evel ur "
-"servijer\n"
-"o tigemer kevreadenno a-berzh arvalo niverus."
-#: ../../standalone/draksec_.c:40
+#: ../../standalone/drakxtv_.c:58
msgid ""
-"We take level 4 features, but now the system is entirely closed.\n"
-"Security features are at their maximum."
+"Please,\n"
+"type in your tv norm and country"
msgstr ""
-"Kemer a reomp arc'hwelo al live 4, hogen brema eo peurserret ar reizhiad.\n"
-"Arc'hwelo surentez a zo en o muia"
-#: ../../standalone/draksec_.c:52
-msgid "Setting security level"
-msgstr "O termeni al live surentez"
+#: ../../standalone/drakxtv_.c:60
+msgid "TV norm :"
+msgstr ""
-#: ../../standalone/drakxconf_.c:44
-#, fuzzy
-msgid "Control Center"
-msgstr "Anv ar gevreadenn"
+#: ../../standalone/drakxtv_.c:61
+msgid "Area :"
+msgstr ""
-#: ../../standalone/drakxconf_.c:45
-msgid "Choose the tool you want to use"
-msgstr "Dibabit ar benveg a vennit stalia"
+#: ../../standalone/drakxtv_.c:65
+msgid "Scanning for TV channels in progress ..."
+msgstr ""
+
+#: ../../standalone/drakxtv_.c:72
+msgid "Scanning for TV channels"
+msgstr ""
+
+#: ../../standalone/drakxtv_.c:83
+msgid "No TV Card detected!"
+msgstr ""
+
+#: ../../standalone/drakxtv_.c:84
+msgid ""
+"No TV Card has been detected on your machine. Please verify that a Linux-"
+"supported Video/TV Card is correctly plugged in.\n"
+"\n"
+"\n"
+"You can visit our hardware database at:\n"
+"\n"
+"\n"
+"http://www.linux-mandrake.com/en/hardware.php3"
+msgstr ""
#: ../../standalone/keyboarddrake_.c:16
msgid "usage: keyboarddrake [--expert] [keyboard]\n"
msgstr ""
+#: ../../standalone/keyboarddrake_.c:29
+msgid "Please, choose your keyboard layout."
+msgstr "Dibabit reizhadur ho stokellaoueg, mar plij."
+
#: ../../standalone/keyboarddrake_.c:36
msgid "Do you want the BackSpace to return Delete in console?"
msgstr ""
-#: ../../standalone/livedrake_.c:23
+#: ../../standalone/livedrake_.c:24
#, fuzzy
msgid "Change Cd-Rom"
-msgstr "Kemma ar spister"
+msgstr "Kemmañ ar spister"
-#: ../../standalone/livedrake_.c:24
+#: ../../standalone/livedrake_.c:25
#, fuzzy
msgid ""
"Please insert the Installation Cd-Rom in your drive and press Ok when done.\n"
@@ -7034,109 +10041,275 @@ msgid ""
msgstr ""
"Kemmit ho Cd-Rom!\n"
"\n"
-"Lakait el lenner ar Cd-Rom warna an diketenn \"%s\" mar plij ha gwaskit Mat "
+"Lakait el lenner ar Cd-Rom warnañ an diketenn \"%s\" mar plij ha gwaskit Mat "
"eo da c'houde.\n"
-"Ma n'ema ket ganeoc'h gwaskit Nulla evit chom hep stalia ar Cd-Rom-se."
+"Ma n'emañ ket ganeoc'h gwaskit Nullañ evit chom hep staliañ ar Cd-Rom-se."
-#: ../../standalone/livedrake_.c:34
+#: ../../standalone/livedrake_.c:35
msgid "Unable to start live upgrade !!!\n"
msgstr ""
-#: ../../standalone/mousedrake_.c:50
-msgid "no serial_usb found\n"
-msgstr "serial_usb kavet ebet\n"
+#: ../../standalone/localedrake_.c:32
+msgid "The change is done, but to be effective you must logout"
+msgstr ""
-#: ../../standalone/mousedrake_.c:54
-msgid "Emulate third button?"
-msgstr "Kendarvan an trede nozelenn ?"
+#: ../../standalone/logdrake_.c:85 ../../standalone/logdrake_.c:501
+msgid "logdrake"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:95
+msgid "Show only for the selected day"
+msgstr ""
-#: ../../standalone/mousedrake_.c:131
+#: ../../standalone/logdrake_.c:102
#, fuzzy
-msgid "Test the mouse here."
-msgstr "Dibabit seurt ho logodenn, mar plij."
+msgid "/File/_New"
+msgstr "Restroù :\n"
+
+#: ../../standalone/logdrake_.c:102
+msgid "<control>N"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:103
+msgid "/File/_Open"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:103
+msgid "<control>O"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:104
+msgid "/File/_Save"
+msgstr "/Restr/_Enrollañ"
+
+#: ../../standalone/logdrake_.c:104
+msgid "<control>S"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:105
+msgid "/File/Save _As"
+msgstr ""
-#: ../../standalone/net_monitor_.c:40 ../../standalone/net_monitor_.c:52
+#: ../../standalone/logdrake_.c:106
+msgid "/File/-"
+msgstr "/Restr/-"
+
+#: ../../standalone/logdrake_.c:108
#, fuzzy
-msgid "Network Monitoring"
-msgstr "Kefluniadur ar rouedad"
+msgid "/_Options"
+msgstr "Parzhadur"
+
+#: ../../standalone/logdrake_.c:109
+#, fuzzy
+msgid "/Options/Test"
+msgstr "Parzhadur"
-#: ../../standalone/net_monitor_.c:56
-msgid "Statistics"
+#: ../../standalone/logdrake_.c:110
+msgid "/_Help"
msgstr ""
-#: ../../standalone/net_monitor_.c:59
-msgid "Sending Speed: "
+#: ../../standalone/logdrake_.c:111
+msgid "/Help/_About..."
msgstr ""
-#: ../../standalone/net_monitor_.c:61
-msgid "Receiving Speed: "
+#: ../../standalone/logdrake_.c:118
+msgid "-misc-fixed-medium-r-*-*-*-100-*-*-*-*-*-*,*"
+msgstr "-misc-fixed-medium-r-*-*-*-100-*-*-*-*-*-*,*"
+
+#: ../../standalone/logdrake_.c:119
+msgid "-misc-fixed-bold-r-*-*-*-100-*-*-*-*-*-*,*"
+msgstr "-misc-fixed-bold-r-*-*-*-100-*-*-*-*-*-*,*"
+
+#: ../../standalone/logdrake_.c:173
+#, fuzzy
+msgid "User"
+msgstr "Anv arveriad"
+
+#: ../../standalone/logdrake_.c:174
+#, fuzzy
+msgid "Messages"
+msgstr "Amprouiñ ar porzhioù"
+
+#: ../../standalone/logdrake_.c:175
+msgid "Syslog"
+msgstr "Syslog"
+
+#: ../../standalone/logdrake_.c:176
+msgid "Mandrake Tools Explanations"
msgstr ""
-#: ../../standalone/net_monitor_.c:66
+#: ../../standalone/logdrake_.c:179
#, fuzzy
-msgid "Close"
-msgstr "Logodenn USB"
+msgid "search"
+msgstr "Klask"
+
+#: ../../standalone/logdrake_.c:185
+msgid "A tool to monitor your logs"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:186
+msgid "Settings"
+msgstr ""
-#: ../../standalone/net_monitor_.c:100 ../../standalone/net_monitor_.c:104
+#: ../../standalone/logdrake_.c:191
#, fuzzy
-msgid "Connecting to Internet "
-msgstr "Anv ar gevreadenn"
+msgid "matching"
+msgstr "O vrasjediñ"
+
+#: ../../standalone/logdrake_.c:192
+msgid "but not matching"
+msgstr ""
-#: ../../standalone/net_monitor_.c:100 ../../standalone/net_monitor_.c:104
+#: ../../standalone/logdrake_.c:196
#, fuzzy
-msgid "Disconnecting from Internet "
-msgstr "Anv ar gevreadenn"
+msgid "Choose file"
+msgstr "Dibabit un obererezh"
+
+#: ../../standalone/logdrake_.c:201
+msgid "Calendar"
+msgstr ""
-#: ../../standalone/net_monitor_.c:114
+#: ../../standalone/logdrake_.c:211
#, fuzzy
-msgid "Disconnection from Internet failed."
+msgid "Content of the file"
msgstr "Anv ar gevreadenn"
-#: ../../standalone/net_monitor_.c:115
+#: ../../standalone/logdrake_.c:215 ../../standalone/logdrake_.c:390
+msgid "Mail/SMS alert"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:268
+#, fuzzy, c-format
+msgid "please wait, parsing file: %s"
+msgstr "O prientiñ ar staliadur"
+
+#: ../../standalone/logdrake_.c:405
#, fuzzy
-msgid "Disconnection from Internet complete."
-msgstr "Anv ar gevreadenn"
+msgid "Mail/SMS alert configuration"
+msgstr "Kefluniañ ar proksioù"
+
+#: ../../standalone/logdrake_.c:406
+msgid ""
+"Welcome to the mail/SMS configuration utility.\n"
+"\n"
+"Here, you'll be able to set up the alert system.\n"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:414
+msgid "proftpd"
+msgstr "proftpd"
-#: ../../standalone/net_monitor_.c:117
+#: ../../standalone/logdrake_.c:417
+msgid "sshd"
+msgstr "sshd"
+
+#: ../../standalone/logdrake_.c:418
+msgid "webmin"
+msgstr "webmin"
+
+#: ../../standalone/logdrake_.c:419
+msgid "xinetd"
+msgstr "xinetd"
+
+#: ../../standalone/logdrake_.c:422
#, fuzzy
-msgid "Connection complete."
-msgstr "Anv ar gevreadenn"
+msgid "service setting"
+msgstr "dedennus"
-#: ../../standalone/net_monitor_.c:118
+#: ../../standalone/logdrake_.c:423
msgid ""
-"Connection failed.\n"
-"Verify your configuration in the Mandrake Control Center."
+"You will receive an alert if one of the selected service is no more running"
msgstr ""
-#: ../../standalone/net_monitor_.c:188
-msgid "sent: "
+#: ../../standalone/logdrake_.c:433
+#, fuzzy
+msgid "load setting"
+msgstr "O furmadiñ"
+
+#: ../../standalone/logdrake_.c:434
+msgid "You will receive an alert if the load is higher than this value"
msgstr ""
-#: ../../standalone/net_monitor_.c:191
-msgid "received: "
+#: ../../standalone/logdrake_.c:447
+#, fuzzy
+msgid "alert configuration"
+msgstr "Kefluniañ ar proksioù"
+
+#: ../../standalone/logdrake_.c:448
+msgid "Configure the way the system will alert you"
msgstr ""
-#: ../../standalone/net_monitor_.c:222
+#: ../../standalone/logdrake_.c:478
#, fuzzy
-msgid "Connect"
-msgstr "Anv ar gevreadenn"
+msgid "Save as.."
+msgstr "Meuziad Lañsañ"
+
+#: ../../standalone/mousedrake_.c:49
+msgid "Please, choose the type of your mouse."
+msgstr "Dibabit seurt ho logodenn, mar plij."
+
+#: ../../standalone/mousedrake_.c:59
+msgid "no serial_usb found\n"
+msgstr "serial_usb kavet ebet\n"
+
+#: ../../standalone/mousedrake_.c:63
+msgid "Emulate third button?"
+msgstr "Kendarvan an trede nozelenn ?"
-#: ../../standalone/net_monitor_.c:222
+#: ../../standalone/scannerdrake_.c:53
+#, c-format
+msgid "%s found on %s, configure it ?"
+msgstr ""
+
+#: ../../standalone/scannerdrake_.c:60
#, fuzzy
-msgid "Disconnect"
-msgstr "Lugerezh ar voullerez"
+msgid "Select a scanner"
+msgstr "Diuzit ur gartenn c'hrafek"
+
+#: ../../standalone/scannerdrake_.c:80
+#, c-format
+msgid "This %s scanner is unsupported"
+msgstr ""
+
+#: ../../standalone/scannerdrake_.c:94
+#, c-format
+msgid ""
+"Scannerdrake was not able to detect your %s scanner.\n"
+"Please select the device where your scanner is plugged"
+msgstr ""
-#: ../../standalone/tinyfirewall_.c:29
+#: ../../standalone/scannerdrake_.c:96
+#, fuzzy
+msgid "choose device"
+msgstr "Trobarzhell loc'hañ"
+
+#: ../../standalone/scannerdrake_.c:102
+#, c-format
+msgid ""
+"This %s scanner must be configured by printerdrake.\n"
+"You can launch printerdrake from the Mandrake Control Center in Hardware "
+"section."
+msgstr ""
+
+#: ../../standalone/scannerdrake_.c:107
+#, c-format
+msgid ""
+"Your %s scanner has been configured.\n"
+"You may now scan documents using ``XSane'' from Multimedia/Graphics in the "
+"applications menu."
+msgstr ""
+
+#: ../../standalone/tinyfirewall_.c:31
#, fuzzy
msgid "Firewalling Configuration"
msgstr "o lenn ar c'hefluniadur"
-#: ../../standalone/tinyfirewall_.c:42
+#: ../../standalone/tinyfirewall_.c:44
#, fuzzy
msgid "Firewalling configuration"
msgstr "o lenn ar c'hefluniadur"
-#: ../../standalone/tinyfirewall_.c:77
+#: ../../standalone/tinyfirewall_.c:79
msgid ""
"Firewalling\n"
"\n"
@@ -7144,23 +10317,97 @@ msgid ""
"Click on Configure to change or remove the firewall"
msgstr ""
-#: ../../standalone/tinyfirewall_.c:81
+#: ../../standalone/tinyfirewall_.c:83
msgid ""
"Firewalling\n"
"\n"
"Click on Configure to set up a standard firewall"
msgstr ""
-#: ../../tinyfirewall.pm_.c:10
+#: ../../steps.pm_.c:14
+msgid "Choose your language"
+msgstr "Dibabit ho yezh"
+
+#: ../../steps.pm_.c:15
+msgid "Select installation class"
+msgstr "Diuzit renkad ar staliadur"
+
+#: ../../steps.pm_.c:16
+msgid "Hard drive detection"
+msgstr "Dinoiñ ar bladenn galet"
+
+#: ../../steps.pm_.c:17
+msgid "Configure mouse"
+msgstr "Kefluniañ al logodenn"
+
+#: ../../steps.pm_.c:18
+msgid "Choose your keyboard"
+msgstr "Dibabit ho stokellaoueg"
+
+#: ../../steps.pm_.c:19
+#, fuzzy
+msgid "Security"
+msgstr "rodellek"
+
+#: ../../steps.pm_.c:20
+msgid "Setup filesystems"
+msgstr "Kefluniañ reizhiadoù restroù"
+
+#: ../../steps.pm_.c:21
+msgid "Format partitions"
+msgstr "Furmadiñ parzhadurioù"
+
+#: ../../steps.pm_.c:22
+msgid "Choose packages to install"
+msgstr "Dibabit pakadoù da staliañ"
+
+#: ../../steps.pm_.c:23
+msgid "Install system"
+msgstr "Staliañ ar reizhiad"
+
+#: ../../steps.pm_.c:25
+msgid "Add a user"
+msgstr "Ouzhpennañ un arveriad"
+
+#: ../../steps.pm_.c:26
+msgid "Configure networking"
+msgstr "Kefluniañ ur rouedad"
+
+#: ../../steps.pm_.c:28
+msgid "Configure services"
+msgstr "Kefluniañ servijoù"
+
+#: ../../steps.pm_.c:29
+msgid "Install bootloader"
+msgstr "Staliañ ar c'harger loc'hañ"
+
+#: ../../steps.pm_.c:31
+msgid "Create a bootdisk"
+msgstr "Krouiñ ur bladennig loc'hañ"
+
+#: ../../steps.pm_.c:33
+msgid "Configure X"
+msgstr "Kefluniañ X"
+
+#: ../../steps.pm_.c:34
+#, fuzzy
+msgid "Install system updates"
+msgstr "Staliañ ar reizhiad"
+
+#: ../../steps.pm_.c:35
+msgid "Exit install"
+msgstr "Dilezel ar staliadur"
+
+#: ../../tinyfirewall.pm_.c:9
msgid ""
"tinyfirewall configurator\n"
"\n"
-"This configures a personal firewall for this Linux Mandrake machine.\n"
+"This configures a personal firewall for this Mandrake Linux machine.\n"
"For a powerful dedicated firewall solution, please look to the\n"
"specialized MandrakeSecurity Firewall distribution."
msgstr ""
-#: ../../tinyfirewall.pm_.c:15
+#: ../../tinyfirewall.pm_.c:14
msgid ""
"We'll now ask you questions about which services you'd like to allow\n"
"the Internet to connect to. Please think carefully about these\n"
@@ -7171,7 +10418,7 @@ msgid ""
"re-running this application!"
msgstr ""
-#: ../../tinyfirewall.pm_.c:22
+#: ../../tinyfirewall.pm_.c:21
msgid ""
"Are you running a web server on this machine that you need the whole\n"
"Internet to see? If you are running a webserver that only needs to be\n"
@@ -7179,7 +10426,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../tinyfirewall.pm_.c:27
+#: ../../tinyfirewall.pm_.c:26
msgid ""
"Are you running a name server on this machine? If you didn't set one\n"
"up to give away IP and zone information to the whole Internet, please\n"
@@ -7187,7 +10434,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../tinyfirewall.pm_.c:32
+#: ../../tinyfirewall.pm_.c:31
msgid ""
"Do you want to allow incoming Secure Shell (ssh) connections? This\n"
"is a telnet-replacement that you might use to login. If you're using\n"
@@ -7196,7 +10443,7 @@ msgid ""
"it. ssh is encrypted and doesn't allow for this eavesdropping."
msgstr ""
-#: ../../tinyfirewall.pm_.c:37
+#: ../../tinyfirewall.pm_.c:36
msgid ""
"Do you want to allow incoming telnet connections?\n"
"This is horribly unsafe, as we explained in the previous screen. We\n"
@@ -7204,7 +10451,7 @@ msgid ""
"telnet.\n"
msgstr ""
-#: ../../tinyfirewall.pm_.c:42
+#: ../../tinyfirewall.pm_.c:41
msgid ""
"Are you running an FTP server here that you need accessible to the\n"
"Internet? If you are, we strongly recommend that you only use it for\n"
@@ -7212,7 +10459,7 @@ msgid ""
"attackers, since FTP also uses no encryption for transferring passwords.\n"
msgstr ""
-#: ../../tinyfirewall.pm_.c:47
+#: ../../tinyfirewall.pm_.c:46
msgid ""
"Are you running a mail server here? If you're sending you \n"
"messages through pine, mutt or any other text-based mail client,\n"
@@ -7220,7 +10467,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../tinyfirewall.pm_.c:52
+#: ../../tinyfirewall.pm_.c:51
msgid ""
"Are you running a POP or IMAP server here? This would\n"
"be used to host non-web-based mail accounts for people via \n"
@@ -7228,7 +10475,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../tinyfirewall.pm_.c:57
+#: ../../tinyfirewall.pm_.c:56
msgid ""
"You appear to be running a 2.2 kernel. If your network IP\n"
"is automatically set by a computer in your home or office \n"
@@ -7236,7 +10483,7 @@ msgid ""
"this the case?\n"
msgstr ""
-#: ../../tinyfirewall.pm_.c:62
+#: ../../tinyfirewall.pm_.c:61
msgid ""
"Is your computer getting time syncronized to another computer?\n"
"Mostly, this is used by medium-large Unix/Linux organizations\n"
@@ -7245,7 +10492,7 @@ msgid ""
"aren't."
msgstr ""
-#: ../../tinyfirewall.pm_.c:67
+#: ../../tinyfirewall.pm_.c:66
msgid ""
"Configuration complete. May we write these changes to disk?\n"
"\n"
@@ -7253,79 +10500,99 @@ msgid ""
"\n"
msgstr ""
-#: ../../tinyfirewall.pm_.c:83
+#: ../../tinyfirewall.pm_.c:82
#, c-format
msgid "Can't open %s: %s\n"
msgstr ""
-#: ../../tinyfirewall.pm_.c:85
+#: ../../tinyfirewall.pm_.c:84
#, fuzzy, c-format
msgid "Can't open %s for writing: %s\n"
-msgstr "Fazi en ur zigeri %s evit skriva : %s"
+msgstr "Fazi en ur zigeriñ %s evit skrivañ : %s"
-#: ../../share/compssUsers:999
-msgid "Clients for different protocols including ssh"
+#: ../../tinyfirewall.pm_.c:180
+msgid "No I don't need DHCP"
msgstr ""
-#: ../../share/compssUsers:999
-#, fuzzy
-msgid "Development"
-msgstr "Diorren/C"
+#: ../../tinyfirewall.pm_.c:180
+msgid "Yes I need DHCP"
+msgstr ""
-#: ../../share/compssUsers:999
+#: ../../tinyfirewall.pm_.c:181
+msgid "No I don't need NTP"
+msgstr ""
+
+#: ../../tinyfirewall.pm_.c:181
+msgid "Yes I need NTP"
+msgstr ""
+
+#: ../../tinyfirewall.pm_.c:182 ../../tinyfirewall.pm_.c:186
+msgid "Don't Save"
+msgstr ""
+
+#: ../../tinyfirewall.pm_.c:182 ../../tinyfirewall.pm_.c:186
+#: ../../tinyfirewall.pm_.c:206
+msgid "Save & Quit"
+msgstr ""
+
+#: ../../tinyfirewall.pm_.c:197 ../../tinyfirewall.pm_.c:201
#, fuzzy
-msgid "Workstation"
-msgstr "Titouro"
+msgid "Firewall Configuration Wizard"
+msgstr "o lenn ar c'hefluniadur"
-#: ../../share/compssUsers:999
-msgid "Firewall/Router"
+#: ../../tinyfirewall.pm_.c:199
+msgid "No (firewall this off from the internet)"
msgstr ""
-#: ../../share/compssUsers:999
-msgid "Personal Information Management"
+#: ../../tinyfirewall.pm_.c:200
+msgid "Yes (allow this through the firewall)"
msgstr ""
-#: ../../share/compssUsers:999
+#: ../../tinyfirewall.pm_.c:232
#, fuzzy
-msgid "Multimedia - Graphics"
-msgstr "Liesvedia"
+msgid "Please Wait... Verifying installed packages"
+msgstr "Gortozit mar plij, o prientiñ ar staliadur"
+
+#: ../../tinyfirewall.pm_.c:238
+#, c-format
+msgid ""
+"Failure installing the needed packages : %s and Bastille.\n"
+" Try to install them manually."
+msgstr ""
#: ../../share/compssUsers:999
-#, fuzzy
-msgid "Internet"
-msgstr "dedennus"
+msgid "Web/FTP"
+msgstr ""
#: ../../share/compssUsers:999
#, fuzzy
msgid "Network Computer (client)"
-msgstr "Dibarzho ar voullerez NetWare"
+msgstr "Dibarzhoù ar voullerez NetWare"
#: ../../share/compssUsers:999
-msgid "Audio-related tools: mp3 or midi players, mixers, etc"
+msgid "NFS server, SMB server, Proxy server, ssh server"
msgstr ""
#: ../../share/compssUsers:999
-#, fuzzy
-msgid "Internet station"
-msgstr "Keflunia ar proksio"
-
-#: ../../share/compssUsers:999
msgid "Office"
msgstr "Burev"
#: ../../share/compssUsers:999
#, fuzzy
-msgid "Multimedia station"
-msgstr "Liesvedia"
+msgid "Gnome Workstation"
+msgstr "Titouroù"
#: ../../share/compssUsers:999
-msgid ""
-"Set of tools to read and send mail and news (pine, mutt, tin..) and to "
-"browse the Web"
+msgid "Tools for your Palm Pilot or your Visor"
msgstr ""
#: ../../share/compssUsers:999
-msgid "C and C++ development libraries, programs and include files"
+#, fuzzy
+msgid "Workstation"
+msgstr "Titouroù"
+
+#: ../../share/compssUsers:999
+msgid "Firewall/Router"
msgstr ""
#: ../../share/compssUsers:999
@@ -7333,393 +10600,905 @@ msgid "Domain Name and Network Information Server"
msgstr ""
#: ../../share/compssUsers:999
-msgid "Programs to manage your finance, such as gnucash"
+msgid ""
+"Office programs: wordprocessors (kword, abiword), spreadsheets (kspread, "
+"gnumeric), pdf viewers, etc"
msgstr ""
#: ../../share/compssUsers:999
-msgid "PostgreSQL or MySQL database server"
+msgid "Audio-related tools: mp3 or midi players, mixers, etc"
msgstr ""
#: ../../share/compssUsers:999
-msgid "NFS server, SMB server, Proxy server, ssh server"
+msgid "Books and Howto's on Linux and Free Software"
msgstr ""
#: ../../share/compssUsers:999
-msgid "Documentation"
-msgstr "Teuliadur"
+#, fuzzy
+msgid "KDE Workstation"
+msgstr "Titouroù"
#: ../../share/compssUsers:999
msgid "Icewm, Window Maker, Enlightenment, Fvwm, etc"
msgstr ""
#: ../../share/compssUsers:999
-msgid "Utilities"
-msgstr ""
+#, fuzzy
+msgid "Multimedia - Video"
+msgstr "Liesvedia"
#: ../../share/compssUsers:999
-msgid "DNS/NIS "
+msgid "Set of tools for mail, news, web, file transfer, and chat"
msgstr ""
#: ../../share/compssUsers:999
-msgid "Graphical Environment"
+#, fuzzy
+msgid "Database"
+msgstr "Stlennvonioù"
+
+#: ../../share/compssUsers:999
+msgid "PostgreSQL or MySQL database server"
msgstr ""
#: ../../share/compssUsers:999
#, fuzzy
+msgid "Tools to ease the configuration of your computer"
+msgstr "Mennout a rit amprouiñ ar c'hefluniadur ?"
+
+#: ../../share/compssUsers:999
+#, fuzzy
msgid "Multimedia - Sound"
msgstr "Liesvedia"
#: ../../share/compssUsers:999
-msgid "Amusement programs: arcade, boards, strategy, etc"
-msgstr ""
+#, fuzzy
+msgid "Utilities"
+msgstr "Mavegoù/Skrid"
#: ../../share/compssUsers:999
-msgid "Video players and editors"
-msgstr ""
+msgid "Documentation"
+msgstr "Teuliadur"
#: ../../share/compssUsers:999
msgid "Console Tools"
msgstr ""
#: ../../share/compssUsers:999
-msgid "Sound and video playing/editing programs"
+msgid "Postfix mail server, Inn news server"
msgstr ""
#: ../../share/compssUsers:999
#, fuzzy
-msgid "Scientific Workstation"
-msgstr "Titouro"
+msgid "Internet station"
+msgstr "Kefluniañ ar proksioù"
#: ../../share/compssUsers:999
-msgid "Editors, shells, file tools, terminals"
-msgstr ""
+#, fuzzy
+msgid "Multimedia station"
+msgstr "Liesvedia"
#: ../../share/compssUsers:999
-msgid "Books and Howto's on Linux and Free Software"
+msgid "Configuration"
+msgstr "Kefluniadur"
+
+#: ../../share/compssUsers:999
+msgid "More Graphical Desktops (Gnome, IceWM)"
msgstr ""
#: ../../share/compssUsers:999
msgid ""
-"A graphical environment with user-friendly set of applications and desktop "
-"tools"
+"The K Desktop Environment, the basic graphical environment with a collection "
+"of accompanying tools"
msgstr ""
#: ../../share/compssUsers:999
-msgid "Postfix mail server, Inn news server"
+msgid "Graphical Environment"
msgstr ""
#: ../../share/compssUsers:999
-msgid "Games"
+msgid "Apache, Pro-ftpd"
msgstr ""
#: ../../share/compssUsers:999
-#, fuzzy
-msgid "Multimedia - Video"
-msgstr "Liesvedia"
+msgid "Tools to create and burn CD's"
+msgstr ""
#: ../../share/compssUsers:999
#, fuzzy
-msgid "Network Computer server"
-msgstr "Dibarzho ar voullerez NetWare"
+msgid "Office Workstation"
+msgstr "Titouroù"
+
+#: ../../share/compssUsers:999
+msgid "Server"
+msgstr "Servijer"
+
+#: ../../share/compssUsers:999
+msgid "Gnome, Icewm, Window Maker, Enlightenment, Fvwm, etc"
+msgstr ""
#: ../../share/compssUsers:999
msgid "Graphics programs such as The Gimp"
msgstr ""
#: ../../share/compssUsers:999
-#, fuzzy
-msgid "Office Workstation"
-msgstr "Titouro"
+msgid "DNS/NIS "
+msgstr "DNS/NIS"
#: ../../share/compssUsers:999
-msgid ""
-"The K Desktop Environment, the basic graphical environment with a collection "
-"of accompanying tools"
+msgid "C and C++ development libraries, programs and include files"
msgstr ""
#: ../../share/compssUsers:999
-msgid "More Graphical Desktops (Gnome, IceWM)"
-msgstr ""
+#, fuzzy
+msgid "Network Computer server"
+msgstr "Dibarzhoù ar voullerez NetWare"
#: ../../share/compssUsers:999
-msgid "Tools to create and burn CD's"
+msgid "Mail/Groupware/News"
msgstr ""
#: ../../share/compssUsers:999
#, fuzzy
-msgid "Multimedia - CD Burning"
-msgstr "Liesvedia"
+msgid "Game station"
+msgstr "Teuliadur"
#: ../../share/compssUsers:999
-msgid "Archiving, emulators, monitoring"
+msgid "Video players and editors"
msgstr ""
#: ../../share/compssUsers:999
-msgid "Database"
+#, fuzzy
+msgid "Multimedia - Graphics"
+msgstr "Liesvedia"
+
+#: ../../share/compssUsers:999
+msgid "Amusement programs: arcade, boards, strategy, etc"
msgstr ""
#: ../../share/compssUsers:999
msgid ""
-"Office programs: wordprocessors (kword, abiword), spreadsheets (kspread, "
-"gnumeric), pdf viewers, etc"
+"Set of tools to read and send mail and news (pine, mutt, tin..) and to "
+"browse the Web"
msgstr ""
#: ../../share/compssUsers:999
-msgid "Web/FTP"
+msgid "Archiving, emulators, monitoring"
msgstr ""
#: ../../share/compssUsers:999
-#, fuzzy
-msgid "Server"
-msgstr "servijer X"
+msgid "Personal Finance"
+msgstr ""
#: ../../share/compssUsers:999
-msgid "Personal Finance"
+msgid ""
+"A graphical environment with user-friendly set of applications and desktop "
+"tools"
msgstr ""
#: ../../share/compssUsers:999
-msgid "Configuration"
-msgstr "Kefluniadur"
+msgid "Clients for different protocols including ssh"
+msgstr ""
#: ../../share/compssUsers:999
#, fuzzy
-msgid "KDE Workstation"
-msgstr "Titouro"
+msgid "Internet gateway"
+msgstr "dedennus"
#: ../../share/compssUsers:999
-msgid "Other Graphical Desktops"
+msgid "Sound and video playing/editing programs"
msgstr ""
#: ../../share/compssUsers:999
-msgid "Apache, Pro-ftpd"
+msgid "Other Graphical Desktops"
msgstr ""
#: ../../share/compssUsers:999
-msgid "Mail/Groupware/News"
+msgid "Editors, shells, file tools, terminals"
msgstr ""
#: ../../share/compssUsers:999
-#, fuzzy
-msgid "Gnome Workstation"
-msgstr "Titouro"
-
-#: ../../share/compssUsers:999
-#, fuzzy
-msgid "Internet gateway"
-msgstr "dedennus"
+msgid "Programs to manage your finance, such as gnucash"
+msgstr ""
#: ../../share/compssUsers:999
-msgid "Tools for your Palm Pilot or your Visor"
+msgid "Personal Information Management"
msgstr ""
#: ../../share/compssUsers:999
#, fuzzy
-msgid "Game station"
-msgstr "Teuliadur"
+msgid "Multimedia - CD Burning"
+msgstr "Liesvedia"
#: ../../share/compssUsers:999
-msgid "Gnome, Icewm, Window Maker, Enlightenment, Fvwm, etc"
-msgstr ""
+#, fuzzy
+msgid "Scientific Workstation"
+msgstr "Titouroù"
-#: ../../share/compssUsers:999
#, fuzzy
-msgid "Tools to ease the configuration of your computer"
-msgstr "Mennout a rit amproui ar c'hefluniadur ?"
+#~ msgid "About"
+#~ msgstr "Marc'hañ"
-#: ../../share/compssUsers:999
-msgid "Set of tools for mail, news, web, file transfer, and chat"
-msgstr ""
+#~ msgid "-adobe-utopia-medium-r-normal-*-12-*-*-*-p-*-iso8859-*,*-r-*"
+#~ msgstr "-adobe-utopia-medium-r-normal-*-12-*-*-*-p-*-iso8859-*,*-r-*"
+
+#~ msgid "$f-$g %s)"
+#~ msgstr "$f-$g %s)"
+
+#~ msgid "None"
+#~ msgstr "Ebet"
#, fuzzy
-#~ msgid "%d seconds"
-#~ msgstr "Kuitaat e %d eilenn"
+#~ msgid "Choose a default printer!"
+#~ msgstr "Dibabit ar ment nevez"
#, fuzzy
-#~ msgid "Lilo/Grub configuration"
-#~ msgstr "Kefluniadur"
+#~ msgid "Apply/Re-read printers"
+#~ msgstr "Dibarzhoù ar voullerez lpd a-bell"
+
+#~ msgid "You may now provide its options to module %s."
+#~ msgstr "Bremañ e c'hellit pourvezañ e zibarzhoù d'ar mollad %s"
+
+#~ msgid "mount failed"
+#~ msgstr "marc'hañ sac'het"
+
+#~ msgid "Low"
+#~ msgstr "Izel"
+
+#~ msgid "Medium"
+#~ msgstr "Etre"
+
+#~ msgid ""
+#~ "Few improvements for this security level, the main one is that there are\n"
+#~ "more security warnings and checks."
+#~ msgstr ""
+#~ "Nebeut a wellaenoù evit al live surentez-mañ, an hini pouezusañ eo bezañ\n"
+#~ "muioc'h a evezhiadennoù hag a wiriadennoù surentez."
#, fuzzy
-#~ msgid "Selected size %d%s"
-#~ msgstr "Diuzit ar restr"
+#~ msgid "Art and Multimedia"
+#~ msgstr "Liesvedia"
#, fuzzy
-#~ msgid "Opening your connection..."
-#~ msgstr "Keflunia ur rouedad"
+#~ msgid "Export"
+#~ msgstr "Mailh"
#, fuzzy
-#~ msgid "Configure..."
-#~ msgstr "Keflunia IDE"
+#~ msgid ""
+#~ "GNU/Linux manages time in GMT (Greenwich Mean Time) and translates it in\n"
+#~ "local time according to the time zone you selected."
+#~ msgstr ""
+#~ "Bremañ e c'hellit diuz ho takad-eur diouzh al lec'h ma chomit ennañ.\n"
+#~ "\n"
+#~ "\n"
+#~ "Linux a vera an eur e GMT pe \"Greenwich Mean Time\" hag e amdreiñ a ra\n"
+#~ "en eur lec'hel hervez an takad-eur hoc'h eus diuzet."
#, fuzzy
-#~ msgid "Standard tools"
-#~ msgstr "Diorren"
+#~ msgid "Connect to Internet"
+#~ msgstr "Anv ar gevreadenn"
#, fuzzy
-#~ msgid "Configuration de Lilo/Grub"
-#~ msgstr "Kefluniadur : Ouzhpenna al lec'hiadur"
+#~ msgid "Disconnect from Internet"
+#~ msgstr "Anv ar gevreadenn"
-#~ msgid "This startup script try to load your modules for your usb mouse."
-#~ msgstr "An urzhiaoueg loc'ha a glask karga mollado evit ho logodenn usb."
+#, fuzzy
+#~ msgid "Configure network connection (LAN or Internet)"
+#~ msgstr "Kefluniañ ur rouedad"
#, fuzzy
-#~ msgid "Boot style configuration"
-#~ msgstr "Kefluniadur goude stalia"
+#~ msgid "Detected %s, do you want to set it up?"
+#~ msgstr "Da beseurt pladenn e mennit dilec'hiañ ?"
-#~ msgid "Automatic dependencies"
-#~ msgstr "Sujedigezh emgefreek"
+#, fuzzy
+#~ msgid "Please choose the printer you want to set up."
+#~ msgstr "Dibabit ar pakadoù a vennit staliañ, mar plij."
-#~ msgid "Configure LILO/GRUB"
-#~ msgstr "Keflunia LILO/GRUB"
+#, fuzzy
+#~ msgid "Infos"
+#~ msgstr "Titouroù"
-#~ msgid "Create a boot floppy"
-#~ msgstr "Kroui ur bladennig loc'ha"
+#, fuzzy
+#~ msgid "Windows Importation"
+#~ msgstr "Titouroù"
+
+#, fuzzy
+#~ msgid "user"
+#~ msgstr "Anv arveriad"
-#~ msgid "Format floppy"
-#~ msgstr "Furmadi ar bladennig"
+#, fuzzy
+#~ msgid ""
+#~ "Apache is a World Wide Web server. It is used to serve HTML files and "
+#~ "CGI."
+#~ msgstr ""
+#~ "Ur servijer evit ar Gwiad Bedel eo Apache. Implijet e vez evit servijañ\n"
+#~ "restroù HTML ha CGI."
-#~ msgid "Choice"
-#~ msgstr "Dibab"
+#~ msgid ""
+#~ "named (BIND) is a Domain Name Server (DNS) that is used to resolve\n"
+#~ "host names to IP addresses."
+#~ msgstr ""
+#~ "named (BIND) a zo ur Servijer Anvioù Domani (DNS) a zo implijet evit\n"
+#~ "amdreiñ anvioù ostiz e chomlec'hioù IP."
#, fuzzy
-#~ msgid "gMonitor"
-#~ msgstr "Skramm"
+#~ msgid ""
+#~ "Please choose the desired printer/printer port.\n"
+#~ "\n"
+#~ msgstr "Dibabit seurt ho logodenn, mar plij."
+
+#~ msgid "Active"
+#~ msgstr "Bevaat"
+
+#~ msgid "A printer, model \"%s\", has been detected on "
+#~ msgstr "Ur voullerez, doare \"%s\", zo bet dinoet war "
+
+#~ msgid "Local Printer Device"
+#~ msgstr "Trobarzhell voullerez lec'hel"
+
+#~ msgid "Printer Device"
+#~ msgstr "Trobarzhell ar voullerez"
+
+#~ msgid "Choose the size you want to install"
+#~ msgstr "Dibabit ar ment a vennit staliañ"
+
+#~ msgid "Total size: "
+#~ msgstr "Ment hollek : "
+
+#~ msgid "Please wait, "
+#~ msgstr "Gortozit mar plij,"
+
+#~ msgid "Total time "
+#~ msgstr "Amzer hollek"
+
+#~ msgid "Use existing configuration for X11?"
+#~ msgstr "Implijout ar c'hefluniadur o ren evit X11 ?"
+
+#~ msgid ""
+#~ "What device is your printer connected to \n"
+#~ "(note that /dev/lp0 is equivalent to LPT1:)?\n"
+#~ msgstr ""
+#~ "Ouzh pe drobarzhell eo luget ho moullerez \n"
+#~ "(taolit evezh /dev/lp0 a zo kevatal da LPT1:) ?\n"
+
+#~ msgid "New"
+#~ msgstr "Nevez"
+
+#~ msgid "Ambiguity (%s), be more precise\n"
+#~ msgstr "Amsklaer (%s), bezit spisoc'h\n"
+
+#~ msgid " ? (default %s) "
+#~ msgstr "? (%s dre ziouer)"
+
+#~ msgid "Your choice? (default %s enter `none' for none) "
+#~ msgstr "Ho tibab ? (%s dre ziouer, skrivit `none' evit hini ebet)"
+
+#~ msgid "Choose the layout corresponding to your keyboard from the list above"
+#~ msgstr "Dibabit ar reizhadur a glot gant ho stokellaoueg er roll a-us"
+
+#~ msgid ""
+#~ "Select:\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"
+#~ "\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!"
+#~ msgstr ""
+#~ "Diuzit :\n"
+#~ "\n"
+#~ " - Neuziet : Ma 'z oc'h kustumet a-walc'h gant GNU/Linux, tu vo neuze "
+#~ "deoc'h\n"
+#~ " dibab an implij pennañ evit ho ardivink. Sellit a-is evit munudoù.\n"
+#~ "\n"
+#~ "\n"
+#~ " - Mailh : Ma 'z oc'h en ho pleud gant GNU/Linux ha mennet da seveniñ\n"
+#~ " ur staliadur neuziet-tre. Evel evit ar renkad staliañ \"Neuziet\" e "
+#~ "vo\n"
+#~ " tu deoc'h diuz an implij evit hor reizhiad.\n"
+#~ " Hogen mar plij, NA ZIBABIT KET SE NEMET MA OUZIT PEZH EMAOC'H OC'H "
+#~ "OBER !"
#, fuzzy
#~ msgid ""
-#~ "You can now select some miscellaneous options for your system.\n"
+#~ "You must now define your machine usage. Choices are:\n"
#~ "\n"
-#~ "* Use hard drive optimizations: this option can improve hard disk "
-#~ "performance but is only for advanced users. Some buggy\n"
-#~ " chipsets can ruin your data, so beware. Note that the kernel has a "
-#~ "builtin blacklist of drives and chipsets, but if\n"
-#~ " you want to avoid bad surprises, leave this option unset.\n"
+#~ "\t* Workstation: this the ideal choice if you intend to use your machine "
+#~ "primarily for everyday use, at office or\n"
+#~ "\t at home.\n"
#~ "\n"
#~ "\n"
-#~ "* Choose security level: you can choose a security level for your system. "
-#~ "Please refer to the manual for complete\n"
-#~ " information. Basically, if you don't know what to choose, keep the "
-#~ "default option.\n"
+#~ "\t* Development: if you intend to use your machine primarily for software "
+#~ "development, it is the good choice. You\n"
+#~ "\t will then have a complete collection of software installed in order "
+#~ "to compile, debug and format source code,\n"
+#~ "\t or create software packages.\n"
#~ "\n"
#~ "\n"
-#~ "* Precise RAM if needed: unfortunately, there is no standard method to "
-#~ "ask the BIOS about the amount of RAM present in\n"
-#~ " your computer. As consequence, Linux may fail to detect your amount of "
-#~ "RAM correctly. If this is the case, you can\n"
-#~ " specify the correct amount or RAM here. Please note that a difference "
-#~ "of 2 or 4 MB between detected memory and memory\n"
-#~ " present in your system is normal.\n"
+#~ "\t* Server: if you intend to use this machine as a server, it is the good "
+#~ "choice. Either a file server (NFS or\n"
+#~ "\t SMB), a print server (Unix style or Microsoft Windows style), an "
+#~ "authentication server (NIS), a database\n"
+#~ "\t server and so on. As such, do not expect any gimmicks (KDE, GNOME, "
+#~ "etc.) to be installed."
+#~ msgstr ""
+#~ "An dibaboù liessek evit implij ho ardivink (en ur c'houlakaat neuze hoc'h "
+#~ "eus\n"
+#~ "dibabet pe \"Neuziet\" pe \"Mailh\" da renkad staliañ) a zo evel a-"
+#~ "heul :\n"
#~ "\n"
+#~ " - Boas : dibabit se ma 'z oc'h mennet da implijout ho ardivink dreist-"
+#~ "holl\n"
+#~ " evit un implij pemdeziek (labour burev, aozerezh grafikoù hag all). "
+#~ "Na\n"
+#~ " c'hortozit ket e vije staliaet nep kempuner, maveg diorren h.a.\n"
+#~ "\n"
+#~ " - Diorren : evel m'hen diskouez an anv. Dibabit se ma 'z oc'h mennet "
+#~ "da\n"
+#~ " implijout ho ardivink dreist-holl evit diorren meziantoù. Neuze ho po "
+#~ "un\n"
+#~ " heuliad klok a meziantoù staliet a-benn kempunañ, dizraenañ ha "
+#~ "furmadiñ\n"
+#~ " kod tarzh, pe grouiñ pakadoù meziantel.\n"
+#~ "\n"
+#~ " - Servijer : dibabit se m'eo gouestlet an ardivink a stalhit Mandrake "
+#~ "Linux\n"
+#~ " warnañ da vezañ impliet evel servijer. ur servijer restroù (NFS pe "
+#~ "SMB),\n"
+#~ " ur servijer moullañ (moullañ diouzh komenad Unix lp (line printer) pe "
+#~ "zoare\n"
+#~ " Windows SMB), ur servijer dilesadur (NIS), ur servijer stlennvon hag "
+#~ "all.\n"
+#~ " Da heul, na c'hortozit staliadur tamm kinkladur ebet (KDE, "
+#~ "GNOME...).\n"
+
+#, fuzzy
+#~ msgid ""
+#~ "You may now select the group of packages you wish to\n"
+#~ "install or upgrade.\n"
#~ "\n"
-#~ "* Removable media automounting: if you would prefer not to manually mount "
-#~ "removable media (CD-Rom, floppy, Zip, etc.) by\n"
-#~ " typing \"mount\" and \"umount\", select this option.\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 the\n"
+#~ "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 "
+#~ "through\n"
+#~ "more than 1000 packages..."
+#~ msgstr ""
+#~ "Gallout a rit bremañ diuz ar strollad pakadoù a vennit\n"
+#~ "staliañ pe vremanaat.\n"
+#~ "\n"
+#~ "DrakX a glasko neuze hag-eñ hoc'h eus egor a-walc'h evit staliañ an holl "
+#~ "anezho.\n"
+#~ "Ma n'hoc'h eus ket, e kemenno deoc'h. Ma vennit kenderc'hel evelato, e "
+#~ "seveno staliadur\n"
+#~ "an holl strolladoù diuzet hogen e laosko pakadoù 'zo dezho nebeutoc'h a\n"
+#~ "dalvoudegezh. E traoñ ar roll e c'hellit diuz an dibarzh\n"
+#~ "\"Diuz pakadoù unan hag unan\" ; en degouezh-se e vo ret deoc'h furchal\n"
+#~ "a-dreuz tremen 1000 pakad..."
+
+#, fuzzy
+#~ msgid ""
+#~ "You may now enter your host name if needed. If you\n"
+#~ "don't know or are not sure what to enter, the correct informations can "
+#~ "be\n"
+#~ "obtained from your Internet Service Provider."
+#~ msgstr ""
+#~ "Gallout a rit bremañ skrivañ dibarzhoù sifrennañ. Ma n'oc'h ket sur "
+#~ "petra\n"
+#~ "skrivañ, an titouroù reizh ho po digant ho PMG."
+
+#, fuzzy
+#~ msgid ""
+#~ "You may now configure your network device.\n"
#~ "\n"
-#~ "* Clean \"/tmp\" at each boot: if you want delete all files and "
-#~ "directories stored in \"/tmp\" when you boot your system,\n"
-#~ " select this option.\n"
+#~ " * IP address: if you don't know or are not sure what to enter, ask "
+#~ "your network administrator.\n"
+#~ " You should not enter an IP address if you select the option "
+#~ "\"Automatic IP\" below.\n"
#~ "\n"
+#~ " * Netmask: \"255.255.255.0\" is generally a good choice. If you don't "
+#~ "know or are not sure what to enter,\n"
+#~ " ask your network administrator.\n"
#~ "\n"
-#~ "* Enable num lock at startup: if you want NumLock key enabled after "
-#~ "booting, select this option. Please note that you\n"
-#~ " should not enable this option on laptops and that NumLock may or may "
-#~ "not work under X."
+#~ " * Automatic IP: if your network uses BOOTP or DHCP protocol, select "
+#~ "this option. If selected, no value is needed in\n"
+#~ " \"IP address\". If you don't know or are not sure if you need to "
+#~ "select this option, ask your network administrator."
#~ msgstr ""
-#~ "Gallout a rit brema diuz bibarzho a bep seurt evit ho reizhiad.\n"
+#~ "Skrivit :\n"
#~ "\n"
-#~ " - Implijit gwellaenno ar bladenn galet : Gwellaat dehaezadur ar "
-#~ "bladenn galet\n"
-#~ " a c'hell an dibarzh-ma, evit implijerien barrek hepken : amredo "
-#~ "dreinek a\n"
-#~ " c'hell freuzi ho roado, diwallit 'ta. Ur roll parzho siek a zeu "
-#~ "gant ar\n"
-#~ " graoiell, laoskit an dibarzh didermenet avat evit beza kuit a "
-#~ "souezhadenn.\n"
+#~ " - Chomlec'h IP : m'eo dianav deoc'h, goulennit digant merour ho "
+#~ "rouedad.\n"
#~ "\n"
-#~ " - Dibabit al live surentez : Gallout a rit dibab ul live surentez evit "
-#~ "ho\n"
-#~ " reizhiad. Sellit en dornlevr evit muioc'h a ditouro mar plij. Dre "
-#~ "vras :\n"
-#~ " ma ne ouzit ket, diuzit \"Etre\" ; ma vennit da vat kaout un ardivink "
-#~ "sur\n"
-#~ " dibabit \"Ankeniet\" met taolit evezh : EL LIVE-SE, N'EO KET AOTREET "
-#~ "EREA\n"
-#~ " EVEL ROOT WAR AL LETRIN ! Ma vennit beza root, e rankit erea evel\n"
-#~ " arverdiad hag implijout \"su\" da c'houde. Pelloc'h, na sojit ket\n"
-#~ " implijout ho ardivink estreget evel servijer. Grit ho soj.\n"
#~ "\n"
-#~ " - Spisait RAM diouzh ret : siwazh gant PCo hiziv, n'eus ket a hentenn\n"
-#~ " standard evit atersi ar BIOS a-zivout ar c'hementad a RAM hegerz war "
-#~ "ho\n"
-#~ " urzhiataer. Da heul, Linux a c'hell na zinoi reizh ho kementad a "
-#~ "RAM.\n"
-#~ " M'eo kont evel-se e c'hellit spisaat ama ar c'hementad a RAM a "
-#~ "zere.\n"
-#~ " Ho evezh : un diforzh a 2 pe 4Mo a zo reizh.\n"
+#~ " - Rouedmaskl : \"255.255.255.0\" a zo peurvuiañ un dibab mat. M'hoc'h "
+#~ "eus\n"
+#~ "douetañs, goulennit digant merour ho rouedad.\n"
#~ "\n"
-#~ " - Emvarc'ha ar media lem-laka : Ma gavit gwelloc'h na varc'ha dre an "
-#~ "dorn\n"
-#~ " ar pladenno lem-laka (CD-ROM, pladennig, Zip) dre urzhia \"mount\" "
+#~ "\n"
+#~ " - IP emgefreek : Ma ra ho rouedad gant ar c'homenad bootp pe dhcp, "
+#~ "diuzit \n"
+#~ "an dibarzh-se. Ma vez diuzet, n'eus ezhomm talvoud ebet er \"Chomlec'h IP"
+#~ "\".\n"
+#~ "M'hoc'h eus douetañs, goulennit digant merour ho rouedad.\n"
+
+#, fuzzy
+#~ msgid ""
+#~ "You may now enter your host name if needed. If you\n"
+#~ "don't know or are not sure what to enter, ask your network administrator."
+#~ msgstr ""
+#~ "Ma implij ho rouedad NIS, diuzit \"Implijout NIS\". Ma ne ouzit ket, "
+#~ "goulennit\n"
+#~ "digant merour ho rouedad."
+
+#~ 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."
+#~ msgstr ""
+#~ "Gallout a rit bremañ skrivañ dibarzhoù sifrennañ. Ma n'oc'h ket sur "
+#~ "petra\n"
+#~ "skrivañ, an titouroù reizh ho po digant ho PMG."
+
+#~ msgid ""
+#~ "If you will use proxies, please configure them now. If you don't know if\n"
+#~ "you should use proxies, ask your network administrator or your ISP."
+#~ msgstr ""
+#~ "Ma implijit proksioù, keflugnit anezho bremañ mar plij. Ma ne ouzit ket "
#~ "hag\n"
-#~ " \"umount\", diuzit an dibarzh-ma.\n"
+#~ "e rankit implijout proksioù, goulennit digant merour ho rouedad pe ho PMG."
+
+#, fuzzy
+#~ 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 and\n"
+#~ "after that select the packages to install.\n"
+#~ "\n"
#~ "\n"
-#~ " - Enaoui KrouilhNiv pa loc'her : ma gavit mat KrouilhNiv enaouet pa "
-#~ "loc'her\n"
-#~ " diuzit an dibarzh-ma (Evezh : ne daio ket en-dro dre ret dindan X)."
+#~ "Note you have to select mirror and cryptographic packages according\n"
+#~ "to your legislation."
+#~ msgstr ""
+#~ "Staliañ pakadoù rinegouriezh a c'hellit m'eo bet kefluniet reizh ho\n"
+#~ "kevreadenn ouzh ar Genrouedad. Dibabit da gentañ ur melezour a vennit "
+#~ "ezkargañ\n"
+#~ "pakadoù diwarnañ ha da c'houde diuzit ar pakadoù da staliañ.\n"
+#~ "\n"
+#~ "Taolit evezh e rankit diuz ar melezour hag ar rinegouriezh hervez al\n"
+#~ "lezennoù o ren du-se."
+
+#~ 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"
+#~ "one or more account(s) for each person you want to allow to use\n"
+#~ "the computer. Note that each user account will have its own\n"
+#~ "preferences (graphical environment, program settings, etc.)\n"
+#~ "and its own \"home directory\", in which these preferences are\n"
+#~ "stored.\n"
+#~ "\n"
+#~ "\n"
+#~ "First of all, create an account for yourself! Even if you will be the "
+#~ "only user\n"
+#~ "of the machine, you may NOT connect as root for daily use of the system: "
+#~ "it's a\n"
+#~ "very high security risk. Making the system unusable is very often a typo "
+#~ "away.\n"
+#~ "\n"
+#~ "\n"
+#~ "Therefore, you should connect to the system using the user account\n"
+#~ "you will have created here, and login as root only for administration\n"
+#~ "and maintenance purposes."
+#~ msgstr ""
+#~ "Bremañ e c'hellit krouiñ unan pe vuioc'h a gont(où) arveriad \"boutin\",\n"
+#~ "dre enebiez ouzh ar gont arveriad \"dreistwiriet\", root hec'h anv. "
+#~ "Gallout\n"
+#~ "a rit krouiñ unan pe vuioc'h a gont(où) evit kement den a fell deoc'h\n"
+#~ "aotren da implijout an urzhiataer. Taolit evezh pep kont arveriad he\n"
+#~ "devo he dibarzhoù dezhi (endro grafikel, kefluniadur ar goulevioù,\n"
+#~ "h.a.) hag he renkell \"Er-gêr\" dezhi, ma vo enrollet an dibarzhoù-se\n"
+#~ "enni.\n"
+#~ "\n"
+#~ "\n"
+#~ "Da gentañ holl, krouit ur gont evidoc'h-chwi ! Ha pa vefec'h arveriad "
+#~ "nemetañ\n"
+#~ "an ardivink, ARABAT deoc'h ereañ evel root evit implij pemdeziek ar "
+#~ "reizhiad : \n"
+#~ "arvarus-kenañ eo a-fet surentez. Ur fazi stokell a zo a-walc'h evit "
+#~ "lakaat\n"
+#~ "boud ho reizhiad.\n"
+#~ "\n"
+#~ "\n"
+#~ "Gant se, gwelloc'h vije deoc'h ereañ ouzh ar reizhiad en ur implijout ar\n"
+#~ "gont arveriad ho po krouet amañ, hag ereañ evel root evit kefridioù a\n"
+#~ "vererezh ha trezerc'hel hepken."
+
+#, fuzzy
+#~ msgid ""
+#~ "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"
+#~ " - 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"
+#~ "enabling the keyboard. The boot loader doesn't wait if \"delay\" is\n"
+#~ "omitted or is set to zero.\n"
+#~ "\n"
+#~ "\n"
+#~ " - Video mode: This specifies the VGA text mode that should be selected\n"
+#~ "when booting. The following values are available: \n"
+#~ "\n"
+#~ " * normal: select normal 80x25 text mode.\n"
+#~ "\n"
+#~ " * <number>: use the corresponding text mode.\n"
+#~ "\n"
+#~ "\n"
+#~ " - Clean \"/tmp\" at each boot: if you want delete all files and "
+#~ "directories\n"
+#~ "stored in \"/tmp\" when you boot your system, select this option.\n"
+#~ "\n"
+#~ "\n"
+#~ " - Precise RAM if needed: unfortunately, there is no standard method to "
+#~ "ask the\n"
+#~ "BIOS about the amount of RAM present in your computer. As consequence, "
+#~ "Linux may\n"
+#~ "fail to detect your amount of RAM correctly. If this is the case, you "
+#~ "can\n"
+#~ "specify the correct amount or RAM here. Please note that a difference of "
+#~ "2 or 4\n"
+#~ "MB between detected memory and memory present in your system is normal."
+#~ msgstr ""
+#~ "Setu dibaboù pennañ LILO ha grub :\n"
+#~ " - Trobarzhell loc'hañ : a dermen anv an drobarzhell (da sk. parzhadur\n"
+#~ "ur bladenn galet) a zo enni ar rann loc'hañ. Nemet ma ouifec'h a-zevri\n"
+#~ "ez eo disheñvel, dibabit \"/dev/hda\".\n"
+#~ "\n"
+#~ "\n"
+#~ " - Gedvezh a-raok loc'hañ ar skeudenn dre ziouer : a spisa an niver a\n"
+#~ "zekvet eilennoù a rankfe gortoz ar c'harger loc'hañ kent loc'hañ ar "
+#~ "skeudenn\n"
+#~ "gentañ. Talvoudus eo war reizhiadoù a loc'h diouzhtu adalek ar bladenn "
+#~ "galet\n"
+#~ "goude bezañ enaouet ar stokellaoueg. Ne gortoz ket ar c'harger loc'hañ "
+#~ "m'eo\n"
+#~ "disoñjet \"gedvezh\" pe dermenet da mann.\n"
+#~ "\n"
+#~ "\n"
+#~ " - Mod video : a spisa ar mod skrid VGA a rankfe bezañ diuzet pa "
+#~ "loc'her.\n"
+#~ "An talvoudoù a heul a zo hegerz :\n"
+#~ " * boas : a ziuz ar mod skrid 80x25 boas.\n"
+#~ " * <niver> : a implij ar mod skrid a zegouezh."
+
+#, fuzzy
+#~ msgid ""
+#~ "Now it's time to configure the X Window System, which is the\n"
+#~ "core of the GNU/Linux GUI (Graphical User Interface). For this purpose,\n"
+#~ "you must configure your video card and monitor. Most of these\n"
+#~ "steps are automated, though, therefore your work may only consist\n"
+#~ "of verifying what has been done and accept the settings :)\n"
+#~ "\n"
+#~ "\n"
+#~ "When the configuration is over, X will be started (unless you\n"
+#~ "ask DrakX not to) so that you can check and see if the\n"
+#~ "settings suit you. If they don't, you can come back and\n"
+#~ "change them, as many times as necessary."
+#~ msgstr ""
+#~ "Bremañ eo poent kefluniañ ar reizhiad X Window, a zo kraonienn\n"
+#~ "EGA (Etrefas Grafikel Arveriad) Linux. Evit ar c'hefridi-se, ret eo\n"
+#~ "deoc'h kefluniañ ho kartenn grafek hag ho skramm. Emgefreek eo ar bras\n"
+#~ "eus al lankadoù-se, evelato, neuze gwiriañ pezh a zo bet graet hag\n"
+#~ "asantiñ d'ar c'hefluniadur a zlefe bezañ ho labour :)\n"
+#~ "\n"
+#~ "\n"
+#~ "Pa 'z eo graet ar c'hefluniañ, lañset e vo X (nemet ma c'houlennit\n"
+#~ "digant DrakX chom hep hen ober) e seurt ma c'hellit gwiriañ ha\n"
+#~ "sellet ha plijet oc'h gant an dibarzhoù. Ma n'oc'h ket, e c'hellit\n"
+#~ "mont war gil hag o c'hemmañ, ken lies gwech ha ma karot."
+
+#~ msgid ""
+#~ "If something is wrong in X configuration, use these options to correctly\n"
+#~ "configure the X Window System."
+#~ msgstr ""
+#~ "M'eo siek un dra bennak en ho kefluniadur X, implijit an dibarzhoù-se\n"
+#~ "a-benn kefluniañ reizh ar reizhiad X Window."
+
+#~ msgid ""
+#~ "If you prefer to use a graphical login, select \"Yes\". Otherwise, "
+#~ "select\n"
+#~ "\"No\"."
+#~ msgstr ""
+#~ "Ma kavit gwelloc'h implijout un ereadur grafikel, diuzit \"Ya\". Mod "
+#~ "all,\n"
+#~ "diuzit \"Ket\"."
+
+#~ msgid ""
+#~ "Your system is going to reboot.\n"
+#~ "\n"
+#~ "After rebooting, your new Mandrake Linux system will load automatically.\n"
+#~ "If you want to boot into another existing operating system, please read\n"
+#~ "the additional instructions."
+#~ msgstr ""
+#~ "Emañ ho reizhiad war-nes adloc'hañ.\n"
+#~ "\n"
+#~ "Goude adloc'hañ, kargañ a raio ho reizhiad Mandrake Linux nevez ent "
+#~ "emgefreek.\n"
+#~ "Ma vennit loc'hañ ur reizhiad korvoiñ all, lennit ar gourc'hemennoù "
+#~ "ouzhpenn\n"
+#~ "mar plij."
+
+#~ msgid "Write /etc/fstab"
+#~ msgstr "Skrivañ /etc/fstab"
+
+#~ msgid "Format all"
+#~ msgstr "Furmadiñ an holl"
+
+#~ msgid "After formatting all partitions,"
+#~ msgstr "Goude furmadiñ an holl barzhadurioù,"
+
+#~ msgid "all data on these partitions will be lost"
+#~ msgstr "kollet e vo holl roadoù war ar parzhadurioù-se"
+
+#~ msgid "Reload"
+#~ msgstr "Adkargañ"
+
+#~ msgid "Remote queue"
+#~ msgstr "Steud a-bell"
+
+#~ msgid "NetWare"
+#~ msgstr "NetWare"
+
+#~ msgid "Yes, print ASCII test page"
+#~ msgstr "Ya, moullit ur bajenn arnod ASCII"
+
+#~ msgid "Yes, print PostScript test page"
+#~ msgstr "Ya, moullit ur bajenn arnod PostScript"
+
+#~ msgid "Paper Size"
+#~ msgstr "Ment ar paper"
+
+#~ msgid "Eject page after job?"
+#~ msgstr "Stlepel ar bajenn goude moullañ ?"
+
+#~ msgid "Uniprint driver options"
+#~ msgstr "Dibarzhoù ar sturier Uniprint"
+
+#~ msgid "Color depth options"
+#~ msgstr "Dibarzhoù donder liv"
+
+#~ msgid "Print text as PostScript?"
+#~ msgstr "Moullañ skrid evel PostScript ?"
+
+#~ msgid "Fix stair-stepping text?"
+#~ msgstr "Kempenn an efed-diri ?"
+
+#~ msgid "Number of pages per output pages"
+#~ msgstr "Niver a bajennoù dre bajenn ziskas"
+
+#~ msgid "Right/Left margins in points (1/72 of inch)"
+#~ msgstr "Marzoù Dehoù/Kleiz e poentoù (1/72 ur meudad)"
+
+#~ msgid "Top/Bottom margins in points (1/72 of inch)"
+#~ msgstr "Marzoù Krec'h/Traoñ e poentoù (1/72 ur meudad)"
+
+#~ msgid "Extra GhostScript options"
+#~ msgstr "Dibarzhoù GhostScript ouzhpenn"
+
+#~ msgid "Extra Text options"
+#~ msgstr "Dibarzhoù skrid ouzhpenn"
+
+#~ msgid "Reverse page order"
+#~ msgstr "Eilpennañ urzh ar pajennoù"
+
+#~ 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 ""
+#~ "Pep steud moullañ (m'eo kaset an dleadoù moullañ davetañ) en deus\n"
+#~ "ezhomm un anv (lp alies) hag ur renkell spool kevret gantañ. Pe anv\n"
+#~ "ha renkell a zo da implijout evit ar steud-mañ ha penaos eo luget ar "
+#~ "voullerrez ?"
+
+#~ msgid "Name of queue"
+#~ msgstr "Anv ar steud"
+
+#~ msgid "Spool directory"
+#~ msgstr "Renkell ar spool"
+
+#~ msgid ""
+#~ "To enable a more secure system, you should select \"Use shadow file\" "
+#~ "and\n"
+#~ "\"Use MD5 passwords\"."
+#~ msgstr ""
+#~ "Evit sevel ur reizhiad suroc'h, gwelloc'h deoc'h diuz \"Implijout ur "
+#~ "restr kuzhet\"\n"
+#~ "hag \"Implijout tremegerioù MD5\"."
+
+#~ msgid ""
+#~ "If your network uses NIS, select \"Use NIS\". If you don't know, ask "
+#~ "your\n"
+#~ "network administrator."
+#~ msgstr ""
+#~ "Ma implij ho rouedad NIS, diuzit \"Implijout NIS\". Ma ne ouzit ket, "
+#~ "goulennit\n"
+#~ "digant merour ho rouedad."
+
+#~ msgid "yellow pages"
+#~ msgstr "pajennoù melen"
+
+#~ msgid "This startup script try to load your modules for your usb mouse."
+#~ msgstr "An urzhiaoueg loc'hañ a glask kargañ molladoù evit ho logodenn usb."
+
+#~ msgid "Automatic dependencies"
+#~ msgstr "Sujedigezh emgefreek"
+
+#~ msgid "Configure LILO/GRUB"
+#~ msgstr "Kefluniañ LILO/GRUB"
+
+#~ msgid "Create a boot floppy"
+#~ msgstr "Krouiñ ur bladennig loc'hañ"
+
+#~ msgid "Choice"
+#~ msgstr "Dibab"
#~ msgid "Miscellaneous"
#~ msgstr "A bep seurt"
#~ msgid "Miscellaneous questions"
-#~ msgstr "Goulenno a bep seurt"
+#~ msgstr "Goulennoù a bep seurt"
#~ msgid "Can't use supermount in high security level"
#~ msgstr "N'hellan ket implijout supermount el live surentez uhel"
#~ msgid "First DNS Server"
-#~ msgstr "Servijer DNS kenta"
+#~ msgstr "Servijer DNS kentañ"
#~ msgid "Second DNS Server"
#~ msgstr "Eil servijer DNS"
#~ msgid "loopback"
-#~ msgstr "savetei"
+#~ msgstr "saveteiñ"
#~ msgid "Which bootloader(s) do you want to use?"
-#~ msgstr "Pe garger(ien) loc'ha a vennit imlijout ?"
+#~ msgstr "Pe garger(ien) loc'hañ a vennit imlijout ?"
#~ msgid "Auto install floppy"
-#~ msgstr "Pladennig stalia emgefreek"
+#~ msgstr "Pladennig staliañ emgefreek"
#~ msgid "Try to find a modem?"
#~ msgstr "Klask kavout ur modem ?"
-#~ msgid "Multimedia"
-#~ msgstr "Liesvedia"
-
#~ msgid "KDE"
#~ msgstr "KDE"
#~ msgid "Configure timezone"
-#~ msgstr "Keflunia an takad-eur"
-
-#~ msgid "Configure printer"
-#~ msgstr "Keflunia ar voullerez"
+#~ msgstr "Kefluniañ an takad-eur"
#~ msgid "(may cause data corruption)"
-#~ msgstr "(a c'hell breina roado)"
-
-#~ msgid "Use hard drive optimisations?"
-#~ msgstr "Implijout gwelladur ar bladenn galet ?"
+#~ msgstr "(a c'hell breinañ roadoù)"
#~ msgid "Enable num lock at startup"
-#~ msgstr "Enaoui KrouilhNiv pa loc'her"
+#~ msgstr "Enaouiñ KrouilhNiv pa loc'her"
#~ msgid "DNS server:"
-#~ msgstr "Servijer DNS :"
+#~ msgstr "Servijer DNS :"
#~ msgid "Gateway device:"
-#~ msgstr "Trobarzhell an dreuzell :"
+#~ msgstr "Trobarzhell an dreuzell :"
#~ msgid "default"
#~ msgstr "dre ziouer"
@@ -7727,100 +11506,62 @@ msgstr ""
#~ msgid "Customized"
#~ msgstr "Neuziet"
-#, fuzzy
-#~ msgid ""
-#~ "Are you sure you are an expert? \n"
-#~ "You will be allowed to make powerful but dangerous things here.\n"
-#~ "\n"
-#~ "You will be asked questions such as: ``Use shadow file for passwords?'',\n"
-#~ "are you ready to answer that kind of questions?"
-#~ msgstr ""
-#~ "Ha sur oc'h beza ur mailh ? \n"
-#~ "Na rit ket goap, trao galloudus hogen arvarus a vo aotreet deoc'h ama."
-
#~ msgid "Use shadow file"
#~ msgstr "Implijout ur restr kuzhet"
-#~ msgid "shadow"
-#~ msgstr "kuzhet"
-
#~ msgid "MD5"
#~ msgstr "MD5"
#~ msgid "Use MD5 passwords"
-#~ msgstr "Implijout tremegerio MD5"
-
-#~ msgid "Search"
-#~ msgstr "Klask"
+#~ msgstr "Implijout tremegerioù MD5"
#~ msgid "Package"
#~ msgstr "Pakad"
-#~ msgid "Text"
-#~ msgstr "Skrid"
-
#~ msgid "Tree"
#~ msgstr "Gwezenn"
#~ msgid "Sort by"
-#~ msgstr "Rumma dre"
+#~ msgstr "Rummañ dre"
#~ msgid "Category"
#~ msgstr "Rummad"
-#~ msgid "See"
-#~ msgstr "Sellet"
-
#~ msgid "Installed packages"
-#~ msgstr "Pakado staliet"
+#~ msgstr "Pakadoù staliet"
#~ msgid "Available packages"
-#~ msgstr "Pakado hegerz"
+#~ msgstr "Pakadoù hegerz"
#~ msgid "Show only leaves"
-#~ msgstr "Diskouez an delio hepken"
+#~ msgstr "Diskouez an delioù hepken"
#~ msgid "Expand all"
#~ msgstr "Astenn pep tra"
#~ msgid "Collapse all"
-#~ msgstr "Plega pep tra"
+#~ msgstr "Plegañ pep tra"
#~ msgid "Add location of packages"
-#~ msgstr "Ouzhpenna lec'hiadur ar pakado"
+#~ msgstr "Ouzhpennañ lec'hiadur ar pakadoù"
#~ msgid "Update location"
#~ msgstr "Bremanaat al lec'hiadur"
-#~ msgid "Remove"
-#~ msgstr "Dilemel"
-
#~ msgid "Find Package"
#~ msgstr "Kavout ur pakad"
#~ msgid "Find Package containing file"
-#~ msgstr "Kavout ur pakad enna ur restr"
+#~ msgstr "Kavout ur pakad ennañ ur restr"
#~ msgid "Toggle between Installed and Available"
-#~ msgstr "Gwinta etre Staliet hag Hegerz"
-
-#~ msgid "Uninstall"
-#~ msgstr "Distalia"
-
-#~ msgid "Choose package to install"
-#~ msgstr "Dibabit pakado da stalia"
+#~ msgstr "Gwintañ etre Staliet hag Hegerz"
#~ msgid "Checking dependencies"
-#~ msgstr "O wiria sujedigezhio"
-
-#~ msgid "Wait"
-#~ msgstr "Gortoz"
+#~ msgstr "O wiriañ sujedigezhioù"
#~ msgid "The following packages are going to be uninstalled"
-#~ msgstr "Ar pakado a-heul a zo war-nes beza distaliet"
-
-#~ msgid "Uninstalling the RPMs"
-#~ msgstr "O tistalia ar RPMo"
+#~ msgstr "Ar pakadoù a-heul a zo war-nes bezañ distaliet"
#~ msgid "Regexp"
#~ msgstr "Regexp"
@@ -7828,9 +11569,6 @@ msgstr ""
#~ msgid "Which package are looking for"
#~ msgstr "Pe bakad a glask"
-#~ msgid "%s not found"
-#~ msgstr "%s ket kavet"
-
#~ msgid "No match"
#~ msgstr "Klotadur ebet"
@@ -7841,8 +11579,8 @@ msgstr ""
#~ "rpmdrake is currently in ``low memory'' mode.\n"
#~ "I'm going to relaunch rpmdrake to allow searching files"
#~ msgstr ""
-#~ "Ema rpmdrake er mod ``memor izel'' evit poent.\n"
-#~ "Adlasa a rin rpmdrake tuchantik evit aotren da glask restro"
+#~ "Emañ rpmdrake er mod ``memor izel'' evit poent.\n"
+#~ "Adlañsañ a rin rpmdrake tuchantik evit aotren da glask restroù"
#~ msgid "Which file are you looking for?"
#~ msgstr "Pe restr emaoc'h o klask ?"
@@ -7860,14 +11598,14 @@ msgstr ""
#~ msgstr "Cdrom hegerz ebet (netra e /mnt/cdrom)"
#~ msgid "URL of the directory containing the RPMs"
-#~ msgstr "URL ar renkell enni ar RPMo"
+#~ msgstr "URL ar renkell enni ar RPMoù"
#~ msgid ""
#~ "For FTP and HTTP, you need to give the location for hdlist\n"
#~ "It must be relative to the URL above"
#~ msgstr ""
-#~ "Evit FTP hag HTTP eo ret deoc'h rei lec'hiadur an hdlist\n"
-#~ "Da gever an URL a-us e rank beza"
+#~ "Evit FTP hag HTTP eo ret deoc'h reiñ lec'hiadur an hdlist\n"
+#~ "Da geñver an URL a-us e rank bezañ"
#~ msgid "Please submit the following information"
#~ msgstr "Leugnit ar stlenn a-heul mar plij"
@@ -7876,22 +11614,16 @@ msgstr ""
#~ msgstr "War implij eo %s endeo"
#~ msgid "Updating the RPMs base"
-#~ msgstr "O vremanaat an diaz RPMo"
+#~ msgstr "O vremanaat an diaz RPMoù"
#~ msgid "Going to remove entry %s"
#~ msgstr "War-nes dilemel an enmont %s"
#~ msgid "Finding leaves"
-#~ msgstr "O klask delio"
+#~ msgstr "O klask delioù"
#~ msgid "Finding leaves takes some time"
-#~ msgstr "Klask delio a bad ur frapadig"
-
-#~ msgid "mandatory"
-#~ msgstr "ret-gros"
-
-#~ msgid "interesting"
-#~ msgstr "dedennus"
+#~ msgstr "Klask delioù a bad ur frapadig"
#~ msgid "i18n (important)"
#~ msgstr "i18n (a-bouez)"
@@ -7914,140 +11646,6 @@ msgstr ""
#~ msgid "Which partition type do you want?"
#~ msgstr "Pe seurt parzhadur a vennit ?"
-#, fuzzy
-#~ msgid ""
-#~ "Choose \"Install\" if there are no previous versions of GNU/Linux\n"
-#~ "installed, or if you wish to use multiple distributions or versions.\n"
-#~ "\n"
-#~ "Choose \"Rescue\" if you wish to rescue a version of Linux-Mandrake "
-#~ "already installed.\n"
-#~ "\n"
-#~ "\n"
-#~ "Select:\n"
-#~ "\n"
-#~ " - Recommended: If you have never installed GNU/Linux before, choose "
-#~ "this.\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 ""
-#~ "Dibabit \"Stalia\" ma n'eus ket a stumm kent Linux bet staliaet,\n"
-#~ "pe ma vennit implijout meur a stumm pe a zasparzhadenn.\n"
-#~ "\n"
-#~ "Dibabit \"Bremanaat\" ma vennit hizivaat ur stumm kent Mandrake Linux :\n"
-#~ "%s pe %s.\n"
-#~ "\n"
-#~ "\n"
-#~ "Diuzit :\n"
-#~ "\n"
-#~ " - Emgefreek : Ma n'hoc'h eus morse staliaet Linux a-raok, dibabit se. "
-#~ "EVEZH :\n"
-#~ " ne vo ket kefluniet a rouedad e-kerz ar staliadur, implijit "
-#~ "\"LinuxConf\"\n"
-#~ " evit keflunia unan goude diwezh ar staliadur.\n"
-#~ "\n"
-#~ " - Neuziet : Ma 'z oc'h kustumet a-walc'h gant GNU/Linux, tu vo neuze "
-#~ "deoc'h\n"
-#~ " dibab an implij penna evit ho ardivink. Sellit a-is evit munudo.\n"
-#~ "\n"
-#~ " - Mailh : Ma 'z oc'h en ho pleud gant GNU/Linux ha mennet da seveni\n"
-#~ " ur staliadur neuziet-tre. Evel evit ar renkad stalia \"Neuziet\" e "
-#~ "vo\n"
-#~ " tu deoc'h diuz an implij evit hor reizhiad.\n"
-#~ " Hogen mar plij, NA ZIBABIT KET SE NEMET MA OUZIT PEZH EMAOC'H OC'H "
-#~ "OBER !\n"
-
-#, fuzzy
-#~ 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"
-#~ "previous install of GNU/Linux or from another partitioning tool). In "
-#~ "other\n"
-#~ "cases, hard drive partitions must be defined. This operation consists of\n"
-#~ "logically dividing the computer's hard drive capacity into separate\n"
-#~ "areas for use.\n"
-#~ "\n"
-#~ "\n"
-#~ "If you have to create new partitions, use \"Auto allocate\" to "
-#~ "automatically\n"
-#~ "create partitions for GNU/Linux. You can select the disk for partitioning "
-#~ "by\n"
-#~ "clicking on \"hda\" for the first IDE drive,\n"
-#~ "\"hdb\" for the second or \"sda\" for the first SCSI drive and so on.\n"
-#~ "\n"
-#~ "\n"
-#~ "Two common partition are: the root partition (/), which is the starting\n"
-#~ "point of the filesystem's directory hierarchy, and /boot, which contains\n"
-#~ "all files necessary to start the operating system when the\n"
-#~ "computer is first turned on.\n"
-#~ "\n"
-#~ "\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 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 ""
-#~ "D'ar poent-ma, e c'hellit dibab pe barzhadur(io) implijout evit\n"
-#~ "stalia ho reizhiad Linux-Mandrake, ma 'z int bet termenet endeo (diwar\n"
-#~ "ur staliadur kent Linux pe diwar ur benveg parzha all). E degouezho\n"
-#~ "all, ret eo termeni parzhadurio ar bladenn galet. Talvezout a ra an\n"
-#~ "obererezh-se kement ha ranna dre meiz egor pladenn galet an urzhiataer\n"
-#~ "e takado distag o implij.\n"
-#~ "\n"
-#~ "\n"
-#~ "M'hoc'h eus da groui parzhadurio nevez, implijit \"Ac'hubi ent "
-#~ "emgefreek\"\n"
-#~ "a-benn kroui parzhadurio evit Linux ent engrefreek. Gallout a rit diuz\n"
-#~ "ar bladenn da parzha dre glika war \"hda\" evit an drobarzhell IDE "
-#~ "kenta,\n"
-#~ "\"hdb\" evit an eil pe \"sda\" evit an drobarzhell SCSI kenta hag all.\n"
-#~ "\n"
-#~ "\n"
-#~ "Daou barzhadur boutin-tre a zo : ar parzhadur gwrizienn (/), a zo penn\n"
-#~ "kenta urzhaz renkello ar reizhiad restro, ha /boot, a zo enna an "
-#~ "holl\n"
-#~ "restro ret evit loc'ha ar reizhiad korvoi p'emeur o paouez enaoui\n"
-#~ "an urzhiataer.\n"
-#~ "\n"
-#~ "\n"
-#~ "Gant ma n'heller ket diverka efedo an argerzh-ma, parzha a c'hell\n"
-#~ "beza abafus ha bec'hius d'an arveriad deraouat. DiskDrake a aesa kement\n"
-#~ "an argerzh ha n'eus ket aon da gaout. Sellit ouzh an teuliadur hag it\n"
-#~ "war ho pouez a-raok kregi ganti.\n"
-#~ "\n"
-#~ "Gallout a rit tizhout kement dibarzh 'zo gant ar stokello : merdei dre "
-#~ "ar parzhadurio\n"
-#~ "gant Tab ha biro Laez/Trao. P'hoc'h eus diuzet ur parzhadur, grit "
-#~ "gant :\n"
-#~ "\n"
-#~ "- Ctrl-c evit kroui ur parzhadur nevez (m'eo goullo ar parzhadur "
-#~ "diuzet)\n"
-#~ "\n"
-#~ "- Ctrl-d evit lemel ur parzhadur\n"
-#~ "\n"
-#~ "- Ctrl-m evit termeni ar poent marc'ha\n"
-
#~ 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"
@@ -8056,14 +11654,14 @@ msgstr ""
#~ "partitions, particularly if they contain files or data you wish to keep.\n"
#~ "Typically retained are /home and /usr/local."
#~ msgstr ""
-#~ "Kement parzhadur a zo bet nevez termenet a zle beza furmadet a-benn\n"
-#~ "e implijout (furmadi a dalvez kroui ur reizhiad restro). Er poent-se,\n"
-#~ "e c'hellit mennout adfurmadi parzhadurio 'zo o veza endeo evit "
-#~ "diverka\n"
-#~ "ar roado a zo enno. Ho evezh : n'eo ket ret adfurmadi parzhadurio o\n"
-#~ "veza endeo, dreist-holl ma 'z eus enno restro pe roado a vennit "
+#~ "Kement parzhadur a zo bet nevez termenet a zle bezañ furmadet a-benn\n"
+#~ "e implijout (furmadiñ a dalvez krouiñ ur reizhiad restroù). Er poent-se,\n"
+#~ "e c'hellit mennout adfurmadiñ parzhadurioù 'zo o vezañ endeo evit "
+#~ "diverkañ\n"
+#~ "ar roadoù a zo enno. Ho evezh : n'eo ket ret adfurmadiñ parzhadurioù o\n"
+#~ "vezañ endeo, dreist-holl ma 'z eus enno restroù pe roadoù a vennit "
#~ "derc'hel.\n"
-#~ "Skouerio dibar eo /home ha /usr."
+#~ "Skouerioù dibar eo /home ha /usr."
#~ msgid ""
#~ "The packages selected are now being installed. This operation\n"
@@ -8071,182 +11669,36 @@ msgstr ""
#~ "existing system, in that case it can take more time even before\n"
#~ "upgrade starts."
#~ msgstr ""
-#~ "Ema ar pakado diuzet o veza staliaet brema. Un nebeut munut\n"
+#~ "Emañ ar pakadoù diuzet o vezañ staliaet bremañ. Un nebeut munut\n"
#~ "e zlefe padout an obererezh-se nemet m'ho pije dibabet bremanaat\n"
-#~ "ur reizhiad o veza, en degouezh-se e c'hell kemer muioc'h a amzer\n"
+#~ "ur reizhiad o vezañ, en degouezh-se e c'hell kemer muioc'h a amzer\n"
#~ "zoken a-raok na grogfe ar bremanaat."
-#, fuzzy
-#~ 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"
-#~ "above.\n"
-#~ "\n"
-#~ "\n"
-#~ "If you agree with DrakX's settings, just click 'Ok'.\n"
-#~ "Otherwise you may choose the mouse that more closely matches your own\n"
-#~ "from the menu above.\n"
-#~ "\n"
-#~ "\n"
-#~ "In case of a serial mouse, you will also have to tell DrakX\n"
-#~ "which serial port it is connected to."
-#~ msgstr ""
-#~ "Ma ne c'hell ket DrakX kavout ho logodenn, pe ma vennit\n"
-#~ "gwiria pezh en deus graet, kinniget e vo deoc'h ur roll\n"
-#~ "logodennou a-us.\n"
-#~ "\n"
-#~ "\n"
-#~ "Ma 'z oc'h a-du gant kefluniadur DrakX, n'hoc'h eus ken nemet lammat\n"
-#~ "d'ar rann a fell deoc'h en ur glika el laser a gleiz. Mod all,\n"
-#~ "dibabit el laser ar seurt logodenn a gav deoc'h ez eo hini a zegouezh\n"
-#~ "ar gwella evit ho logodenn.\n"
-#~ "\n"
-#~ "Ma 'z eo ul logodenn a-steud, ret e vo ivez deoc'h lavaret da DrakX\n"
-#~ "war be borzh a-steud eo luget ho logodenn."
-
-#~ msgid ""
-#~ "This section is dedicated to configuring a local area\n"
-#~ "network (LAN) or a modem.\n"
-#~ "\n"
-#~ "Choose \"Local LAN\" and DrakX will\n"
-#~ "try to find an Ethernet adapter on your machine. PCI adapters\n"
-#~ "should be found and initialized automatically.\n"
-#~ "However, if your peripheral is ISA, autodetection will not work,\n"
-#~ "and you will have to choose a driver from the list that will appear "
-#~ "then.\n"
-#~ "\n"
-#~ "\n"
-#~ "As for SCSI adapters, you can let the driver probe for the adapter\n"
-#~ "in the first time, otherwise you will have to specify the options\n"
-#~ "to the driver that you will have fetched from documentation of your\n"
-#~ "hardware.\n"
-#~ "\n"
-#~ "\n"
-#~ "If you install a Linux-Mandrake system on a machine which is part\n"
-#~ "of an already existing network, the network administrator will\n"
-#~ "have given you all necessary information (IP address, network\n"
-#~ "submask or netmask for short, and hostname). If you're setting\n"
-#~ "up a private network at home for example, you should choose\n"
-#~ "addresses.\n"
-#~ "\n"
-#~ "\n"
-#~ "Choose \"Dialup with modem\" and the Internet connection with\n"
-#~ "a modem will be configured. DrakX will try to find your modem,\n"
-#~ "if it fails you will have to select the right serial port where\n"
-#~ "your modem is connected to."
-#~ msgstr ""
-#~ "Gouestlet eo ar rann-ma da geflunia ur rouedad takad lec'hel\n"
-#~ "(LAN) pe ur modem.\n"
-#~ "\n"
-#~ "Dibabit \"Rouedad lec'hel\" ha DrakX a glasko kavout un azasaer\n"
-#~ "Ethernet war ho ardivink. Azasaerien PCI a zlefe beza kavet\n"
-#~ "ha deraouekaet ent emgefreek. Evelato, m'eo ho trobarzhell unan ISA,\n"
-#~ "ne daio ket en-dro an emzinoi, hag e vo ret deoc'h diuz ur sturier\n"
-#~ "diwar ar roll a zeuio war wel neuze.\n"
-#~ "\n"
-#~ "\n"
-#~ "Evel evit azasaerien SCSI e c'hellit leuskel ar sturier amproui\n"
-#~ "an azasaer ar wech kenta, mod all e vo ret deoc'h spisaat d'ar\n"
-#~ "sturier dibarzho ho pije tapet diwar teuliadur ho periant.\n"
-#~ "\n"
-#~ "\n"
-#~ "Ma stalhit ur reizhiad Linux-Mandrake war un ardivink a zo\n"
-#~ "lodek en ur rouedad a zo c'hoazh, merour ar rouedad en devo\n"
-#~ "roet deoc'h an holl titouro ret (chomlec'h IP, ismaskl rouedad\n"
-#~ "pe verroc'h rouedmaskl, hag anv ostiz). M'emaoc'h o sevel ur\n"
-#~ "rouedad prevez er gr da skouer, mat e vije deoc'h dibab\n"
-#~ "chomlec'hio \n"
-#~ "\n"
-#~ "Dibabit \"Sifrenna gant ar modem\" hag e vo kefluniet ar gevreadenn\n"
-#~ "ouzh ar Genrouedad gant ur modem. Klask a raio DrakX kavout ho modem,\n"
-#~ "ma ne teu ket a-benn e vo ret deoc'h diuz ar porzh a-steud m'eo luget\n"
-#~ "ho modem outa."
-
-#, fuzzy
-#~ msgid ""
-#~ "GNU/Linux can deal with many types of printer. Each of these\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 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"
-#~ "\n"
-#~ "If you want to access a printer located on a remote Unix machine,\n"
-#~ "you will have to select \"Remote lpd\". In order to make\n"
-#~ "it work, no username or password is required, but you will need\n"
-#~ "to know the name of the printing queue on this server.\n"
-#~ "\n"
-#~ "\n"
-#~ "If you want to access a SMB printer (which means, a printer located\n"
-#~ "on a remote Windows 9x/NT machine), you will have to specify its\n"
-#~ "SMB name (which is not its TCP/IP name), and possibly its IP address,\n"
-#~ "plus the username, workgroup and password required in order to\n"
-#~ "access the printer, and of course the name of the printer. The same goes\n"
-#~ "for a NetWare printer, except that you need no workgroup information."
-#~ msgstr ""
-#~ "Linux a oar en em zibab gant kalz a seurto moullerezed. Pep hini eus\n"
-#~ "ar seurto-se en deus ezhomm ur c'hefluniadur dishevel. Taolit evezh\n"
-#~ "avat ar spooler moulla a laka 'lp' da anv ar voullerrez dre ziouer ;\n"
-#~ "ret eo deoc'h eta kaout ur voullerez gant an anv-se ; hogen meur a anv,\n"
-#~ "pep hini dsipartiet gant an arouezenn '|', a c'hellit rei d'ur "
-#~ "voullerez.\n"
-#~ "Neuze, mar kavit gwelloc'h beza un anv splannoc'h, n'hoc'h eus ken "
-#~ "nemet\n"
-#~ "e lakaat da genta, da sk. \"Ma Voullerez|lp\".\n"
-#~ "Ar voullerez he deus \"lp\" en he anv(io) a vo hini dre ziouer.\n"
-#~ "\n"
-#~ "\n"
-#~ "M'eo luget ho moullerez end-eeun ouzh ho urzhiataer, diuzit\n"
-#~ "\"Moullerez lec'hel\". Neuze e rankot lavaret ouzh be borzh eo\n"
-#~ "luget ho moullerez, ha diuz ar sil a zere.\n"
-#~ "\n"
-#~ "\n"
-#~ "Ma vennit tizhout ur voullerez a zo lec'hiet war un ardivink Unix\n"
-#~ "a-bell, rankout a reot diuz \"lpd a-bell\". Evit ma 'z afe en-dro,\n"
-#~ "n'eus ezhomm nag anv na tremenger, hogen e rankot anavezout anv\n"
-#~ "ar steud moulla war ar servijer-se.\n"
-#~ "\n"
-#~ "\n"
-#~ "Ma vennit tizhout ur voullerez SMB (da lavaret eo ur voullerez\n"
-#~ "lec'hiet war un ardivink Windows 9x/NT a-bell), e rankot spisaat\n"
-#~ "e anv SMB (n'eo ket e anv TCP/IP), ha marteze e chomlec'h IP, mui\n"
-#~ "an anv arveriad, ar strollad labour hag an tremenger ret a-benn tizhout\n"
-#~ "ar voullerez, hag evel-just anv ar voullerez. Hevel tra evit ur\n"
-#~ "voullerez NetWare, war-bouez titour ar strollad labour a zo diezhomm."
-
#~ msgid "Forget the changes?"
-#~ msgstr "Disojal ar c'hemmo"
+#~ msgstr "Disoñjal ar c'hemmoù"
#~ msgid "What is the type of your mouse?"
#~ msgstr "Peseurt eo ho logodenn ?"
#~ msgid "Automatic resolutions"
-#~ msgstr "Spisterio emgefreek"
+#~ msgstr "Spisterioù emgefreek"
#~ msgid ""
#~ "To find the available resolutions I will try different ones.\n"
#~ "Your screen will blink...\n"
#~ "You can switch if off if you want, you'll hear a beep when it's over"
#~ msgstr ""
-#~ "A-benn kavout ar spisterio hegerz e klaskin meur a hini.\n"
-#~ "C'hwilda a raio ho skramm...\n"
-#~ "Gallout a rit e tizenaoui ma fell deoc'h, klevet a rit ur bip pa vo echu"
+#~ "A-benn kavout ar spisterioù hegerz e klaskin meur a hini.\n"
+#~ "C'hwildañ a raio ho skramm...\n"
+#~ "Gallout a rit e tizenaouiñ ma fell deoc'h, klevet a rit ur bip pa vo echu"
#~ msgid ""
#~ "I can try to find the available resolutions (eg: 800x600).\n"
#~ "Sometimes, though, it may hang the machine.\n"
#~ "Do you want to try?"
#~ msgstr ""
-#~ "Klask kavout ar spisterio hegerz a c'hellan (da sk. 800x600).\n"
-#~ "A-wecho, evelato, e c'hell sac'ha an ardivink.\n"
+#~ "Klask kavout ar spisterioù hegerz a c'hellan (da sk. 800x600).\n"
+#~ "A-wechoù, evelato, e c'hell sac'hañ an ardivink.\n"
#~ "Mennout a rit klask ?"
#~ msgid ""
@@ -8257,7 +11709,7 @@ msgstr ""
#~ "Klaskit gant ur gartenn video pe ur skramm all"
#~ msgid "Automatical resolutions search"
-#~ msgstr "Klask ent emgefreek ar spisterio"
+#~ msgstr "Klask ent emgefreek ar spisterioù"
#~ msgid "Apple ADB Mouse"
#~ msgstr "Logodenn Apple ADB"
@@ -8317,16 +11769,13 @@ msgstr ""
#~ msgstr "Logodenn rummel 3 nozelenn (a-steud)"
#~ msgid "nfs mount failed"
-#~ msgstr "marc'ha NFS sac'het"
-
-#~ msgid "CHAP"
-#~ msgstr "CHAP"
+#~ msgstr "marc'hañ NFS sac'het"
#~ msgid "Cryptographic"
#~ msgstr "Rinegouriezh"
#~ msgid "Do you want to configure a local network for your system?"
-#~ msgstr "Ha mennout a rit keflunia ur rouedad lec'hel evit ho reizhiad ?"
+#~ msgstr "Ha mennout a rit kefluniañ ur rouedad lec'hel evit ho reizhiad ?"
#~ msgid "Show less"
#~ msgstr "Diskouez nebeutoc'h"
@@ -8353,35 +11802,29 @@ msgstr ""
#~ msgstr "Petra eo reizhadur ho stokellaoueg ?"
#~ msgid "Try to find PCMCIA cards?"
-#~ msgstr "Klask kavout kartenno PCMCIA ?"
+#~ msgstr "Klask kavout kartennoù PCMCIA ?"
#~ msgid "Try to find %s devices?"
-#~ msgstr "Klask kavout trobarzhello %s ?"
-
-#~ msgid "Modem Configuration"
-#~ msgstr "Keflunia ar modem"
+#~ msgstr "Klask kavout trobarzhelloù %s ?"
#~ msgid ""
#~ "Do you want to configure a dialup connection with modem for your system?"
#~ msgstr ""
-#~ "Ha mennout a rit keflunia ur gevreadenn gervel dre modem evit ho "
+#~ "Ha mennout a rit kefluniañ ur gevreadenn gervel dre modem evit ho "
#~ "reizhiad ?"
#~ msgid "Try to find PCI devices?"
-#~ msgstr "Klask kavout trobarzhello PCI ?"
+#~ msgstr "Klask kavout trobarzhelloù PCI ?"
#~ msgid "Searching root partition."
#~ msgstr "O klask ar parzhadur gwrizienn."
#~ msgid "%s: This is not a root partition, please select another one."
-#~ msgstr "%s : N'eo ket ur parzhadur gwrizienn, diuzit un all mar plij."
-
-#~ msgid "No root partition found"
-#~ msgstr "Parzhadur gwrizienn kavet ebet"
+#~ msgstr "%s : N'eo ket ur parzhadur gwrizienn, diuzit un all mar plij."
#~ msgid "Please choose a partition to use as your root partition."
#~ msgstr ""
-#~ "Dibabit ur parzhadur d'ober anezha ho parzhadur gwrizienn, mar plij."
+#~ "Dibabit ur parzhadur d'ober anezhañ ho parzhadur gwrizienn, mar plij."
#~ msgid "You don't have any enough room for Lnx4win"
#~ msgstr "N'hoc'h eus ket a-walc'h a egor evit Lnx4win !"
@@ -8394,8 +11837,8 @@ msgstr ""
# 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
#
-# '' is the '' (ntilde) in cp437 encoding.
-# '\227' is the '' (ugrave) in cp437 encoding.
+# '¤' is the 'ñ' (ntilde) in cp437 encoding.
+# '\227' is the 'ù' (ugrave) in cp437 encoding.
#
#~ msgid ""
#~ "Welcome to LILO the operating system chooser!\n"
@@ -8406,12 +11849,12 @@ msgstr ""
#~ "for default boot.\n"
#~ "\n"
#~ msgstr ""
-#~ "Degemer mat e LILO, an dibaber reizhiad oberia !\n"
+#~ "Degemer mat e LILO, an dibaber reizhiad oberia¤ !\n"
#~ "\n"
-#~ "Evit rolla an dibabo aotreet, stokit <TAB>.\n"
+#~ "Evit rolla¤ an dibabo— aotreet, stokit <TAB>.\n"
#~ "\n"
-#~ "Evit karga unan anezho, skrivit e anv ha stokit <ENKAS> pe c'hortozit %d "
-#~ "eilenn evit al loc'ha dre ziouer.\n"
+#~ "Evit karga¤ unan anezho, skrivit e anv ha stokit <ENKAS> pe c'hortozit %d "
+#~ "eilenn evit al loc'ha¤ dre ziouer.\n"
#~ "\n"
# NOTE: this message will be displayed by SILO at boot time; that is
@@ -8436,20 +11879,20 @@ msgstr ""
#~ "\n"
#~ msgid "SILO main options"
-#~ msgstr "Dibarzho penna SILO"
+#~ msgstr "Dibarzhoù pennañ SILO"
#~ msgid ""
#~ "Here are the following entries in SILO.\n"
#~ "You can add some more or change the existing ones."
#~ msgstr ""
-#~ "Setu da heul enmonto a vez e SILO.\n"
-#~ "Gallout a rit ouzhpenna lod pe gemma a re a zo."
+#~ "Setu da heul enmontoù a vez e SILO.\n"
+#~ "Gallout a rit ouzhpennañ lod pe gemmañ a re a zo."
#~ msgid "This label is already in use"
#~ msgstr "War implij eo ar skridennad-se endeo"
#~ msgid "Installation of SILO failed. The following error occured:"
-#~ msgstr "Staliadur SILO zo sac'het. Degouezhet eo ar fazi a heul :"
+#~ msgstr "Staliadur SILO zo sac'het. Degouezhet eo ar fazi a heul :"
#~ msgid ""
#~ "DrakX will attempt at first to look for one or more PCI\n"
@@ -8475,38 +11918,35 @@ msgstr ""
#~ "on your system), as suggested by the installation guide. These\n"
#~ "are the options you will need to provide to the driver."
#~ msgstr ""
-#~ "DrakX a glasko da genta kavout unan pe vuioc'h a azasaer SCSI PCI.\n"
-#~ "Ma gav anezha (pe anezho) ha ma oar pe sturier(ien) implijout, e (o)\n"
+#~ "DrakX a glasko da gentañ kavout unan pe vuioc'h a azasaer SCSI PCI.\n"
+#~ "Ma gav anezhañ (pe anezho) ha ma oar pe sturier(ien) implijout, e (o)\n"
#~ "enlakaat a raio ent emgefreek.\n"
#~ "\n"
#~ "\n"
#~ "M'eo ho azasaer SCSI ur gartenn ISA, pe m'eo ur gartenn PCI hogen\n"
#~ "ne oar ket DrakX pe sturier implijout evit ar gartenn-se, pe n'hoc'h eus\n"
-#~ "tamm azasaer SCSI ebet, goulennet e vo diganeoc'h neuze hag-e hoc'h\n"
+#~ "tamm azasaer SCSI ebet, goulennet e vo diganeoc'h neuze hag-eñ hoc'h\n"
#~ "eus unan pe get. Ma n'hoc'h eus hini, eilgeriit \"Ket\". M'hoc'h eus\n"
#~ "unan pe vuioc'h, eilgeriit \"Ya\". Ur roll sturierien a zeuio neuze\n"
#~ "war wel, a vo ret deoc'h diuz unan anezho.\n"
#~ "\n"
#~ "\n"
#~ "Goude m'ho po diuzet ar sturier, DrakX a c'houlenno ma vennit spisaat\n"
-#~ "dibarzho evita. Da genta, klaskit leuskel ar sturier amproui\n"
-#~ "ar periant : peurliesa e da mat en-dro.\n"
+#~ "dibarzhoù evitañ. Da gentañ, klaskit leuskel ar sturier amprouiñ\n"
+#~ "ar periant : peurliesañ e da mat en-dro.\n"
#~ "\n"
#~ "\n"
-#~ "Ma ne ra ket, na zisojit ket an titouro war ho periant a c'hellit\n"
-#~ "kavout en ho teuliadur pe digant Windows (m'hoc'h eus hema war ho\n"
-#~ "reizhiad), evel m'eo aliet gant ar sturlevr stalia. An dibarzho a\n"
-#~ "vo ret deoc'h pourveza d'ar sturier eo a zo e kaoz."
+#~ "Ma ne ra ket, na zisoñjit ket an titouroù war ho periant a c'hellit\n"
+#~ "kavout en ho teuliadur pe digant Windows (m'hoc'h eus hemañ war ho\n"
+#~ "reizhiad), evel m'eo aliet gant ar sturlevr staliañ. An dibarzhoù a\n"
+#~ "vo ret deoc'h pourvezañ d'ar sturier eo a zo e kaoz."
#~ msgid "Shutting down"
-#~ msgstr "O tizenaoui"
+#~ msgstr "O tizenaouiñ"
#~ msgid "useless"
#~ msgstr "diezhomm"
-#~ msgid "garbage"
-#~ msgstr "lastez"
-
#~ msgid ""
#~ "Choose \"Install\" if there are no previous versions of Linux\n"
#~ "installed, or if you wish to use multiple distributions or versions.\n"
@@ -8518,89 +11958,83 @@ msgstr ""
#~ "2000\n"
#~ "or 7.0 (Air)."
#~ msgstr ""
-#~ "Dibabit \"Stalia\" ma n'eus ket a stumm kent Linux bet staliaet,\n"
+#~ "Dibabit \"Staliañ\" ma n'eus ket a stumm kent Linux bet staliaet,\n"
#~ "pe ma vennit implijout meur a stumm pe a zasparzhadenn.\n"
#~ "\n"
#~ "\n"
-#~ "Dibabit \"Bremanaat\" ma vennit hizivaat ur stumm kent Mandrake Linux :\n"
+#~ "Dibabit \"Bremanaat\" ma vennit hizivaat ur stumm kent Mandrake Linux :\n"
#~ "5.1 (Venice), 5.2 (Leeloo), 5.3 (Festen), 6.0 (Venus), 6.1 (Helios), Gold "
#~ "2000\n"
#~ "pe 7.0 (Air)."
#~ msgid "Creating and formatting loopback file %s"
-#~ msgstr "O kroui hag o furmadi ar restr savetei %s"
+#~ msgstr "O krouiñ hag o furmadiñ ar restr saveteiñ %s"
#~ msgid "Amusements/Games"
-#~ msgstr "Dudi/C'hoario"
+#~ msgstr "Dudi/C'hoarioù"
#~ msgid "Applications/Archiving"
-#~ msgstr "Arloado/Diellerezh"
+#~ msgstr "Arloadoù/Diellerezh"
#~ msgid "Applications/CPAN"
-#~ msgstr "Arloado/CPAN"
+#~ msgstr "Arloadoù/CPAN"
#~ msgid "Applications/Configuration"
-#~ msgstr "Arloado/Keflunia"
+#~ msgstr "Arloadoù/Kefluniañ"
#~ msgid "Applications/Engineering"
-#~ msgstr "Arloado/Kalvezerezh"
+#~ msgstr "Arloadoù/Kalvezerezh"
#~ msgid "Applications/File"
-#~ msgstr "Arloado/Restr"
+#~ msgstr "Arloadoù/Restr"
#~ msgid "Applications/Finance"
-#~ msgstr "Arloado/Arc'hanterezh"
+#~ msgstr "Arloadoù/Arc'hanterezh"
#~ msgid "Applications/Internet"
-#~ msgstr "Arloado/Kenrouedad"
+#~ msgstr "Arloadoù/Kenrouedad"
#~ msgid "Applications/Multimedia"
-#~ msgstr "Arloado/Liesvedia"
+#~ msgstr "Arloadoù/Liesvedia"
#~ msgid "Applications/Networking"
-#~ msgstr "Arloado/Rouedad"
+#~ msgstr "Arloadoù/Rouedad"
#~ msgid "Applications/Productivity"
-#~ msgstr "Arloado/Ampletusted"
+#~ msgstr "Arloadoù/Ampletusted"
#~ msgid "Applications/Publishing/TeX"
-#~ msgstr "Arloado/Embann/TeX"
+#~ msgstr "Arloadoù/Embann/TeX"
#~ msgid "Applications/Text"
-#~ msgstr "Arloado/Skrid"
-
-#~ msgid "Base"
-#~ msgstr "Diazez"
+#~ msgstr "Arloadoù/Skrid"
#~ msgid "Development/Debuggers"
#~ msgstr "Diorren/Dizraenerien"
#~ msgid "Development/Languages"
-#~ msgstr "Diorren/Arego"
+#~ msgstr "Diorren/Aregoù"
#~ msgid "Development/System"
#~ msgstr "Diorren/Reizhiad"
#~ msgid "Development/Tools"
-#~ msgstr "Diorren/Binvio"
+#~ msgstr "Diorren/Binvioù"
#~ msgid "Extensions/Arabic"
-#~ msgstr "Astenno/Arabeg"
+#~ msgstr "Astennoù/Arabeg"
#~ msgid "Extensions/Chinese"
-#~ msgstr "Astenno/Sineg"
+#~ msgstr "Astennoù/Sineg"
#~ msgid "Extensions/Japanese"
-#~ msgstr "Astenno/Japaneg"
+#~ msgstr "Astennoù/Japaneg"
#~ msgid "Libraries"
-#~ msgstr "Mezarc'hio"
-
-#~ msgid "Networking/Daemons"
-#~ msgstr "Rouedad/Diaouled"
+#~ msgstr "Mezarc'hioù"
#~ msgid "Networking/Utilities"
-#~ msgstr "Rouedad/Mavego"
+#~ msgstr "Rouedad/Mavegoù"
#~ msgid "System Environment/Base"
#~ msgstr "Endro reizhiad/Diazez"
@@ -8611,50 +12045,41 @@ msgstr ""
#~ msgid "User Interface/Desktops"
#~ msgstr "Etrefas arveriad/Gorretaol"
-#~ msgid "User Interface/X"
-#~ msgstr "Etrefas arveriad/X"
-
#~ msgid "User Interface/X Hardware Support"
-#~ msgstr "Etrefas arveriad/Mera ardivinkaj X"
+#~ msgstr "Etrefas arveriad/Merañ ardivinkaj X"
#~ msgid "Utilities/Archiving"
-#~ msgstr "Mavego/Diellerezh"
+#~ msgstr "Mavegoù/Diellerezh"
#~ msgid "Utilities/System"
-#~ msgstr "Mavego/Reizhiad"
-
-#~ msgid "Utilities/Text"
-#~ msgstr "Mavego/Skrid"
+#~ msgstr "Mavegoù/Reizhiad"
#~ msgid "X11/Amusements"
#~ msgstr "X11/Dudi"
#~ msgid "X11/Applications"
-#~ msgstr "X11/Arloado"
+#~ msgstr "X11/Arloadoù"
#~ msgid "X11/Applications/Internet"
-#~ msgstr "X11/Arloado/Kenrouedad"
+#~ msgstr "X11/Arloadoù/Kenrouedad"
#~ msgid "X11/Applications/Networking"
-#~ msgstr "X11/Arloado/Rouedad"
+#~ msgstr "X11/Arloadoù/Rouedad"
#~ msgid "X11/Window Managers"
#~ msgstr "X11/Merourien prenester"
#~ msgid "Communications"
-#~ msgstr "Kehenti"
-
-#~ msgid "Databases"
-#~ msgstr "Stlennvonio"
+#~ msgstr "Kehentiñ"
#~ msgid "Development/C++"
#~ msgstr "Diorren/C++"
#~ msgid "Development/Databases"
-#~ msgstr "Diorren/Stlennvonio"
+#~ msgstr "Diorren/Stlennvonioù"
#~ msgid "Development/Kernel"
-#~ msgstr "Diorren/Kraoell"
+#~ msgstr "Diorren/Kraoñell"
#~ msgid "Editors"
#~ msgstr "Aozerien"
@@ -8669,16 +12094,13 @@ msgstr ""
#~ msgstr "Embann"
#~ msgid "Shells"
-#~ msgstr "Shello"
+#~ msgstr "Shelloù"
#~ msgid "Sound"
#~ msgstr "Son"
-#~ msgid "System/Base"
-#~ msgstr "Reizhiad/Diazez"
-
#~ msgid "System/Fonts/True type"
-#~ msgstr "Reizhiad/Nodrezho/True Type"
+#~ msgstr "Reizhiad/Nodrezhoù/True Type"
#~ msgid "System/Libraries"
-#~ msgstr "Reizhiad/Mezarc'hio"
+#~ msgstr "Reizhiad/Mezarc'hioù"
diff --git a/perl-install/share/po/bs.po b/perl-install/share/po/bs.po
index 6f4f6b2a7..c406f3c6f 100644
--- a/perl-install/share/po/bs.po
+++ b/perl-install/share/po/bs.po
@@ -5,8 +5,8 @@
msgid ""
msgstr ""
"Project-Id-Version: DrakX VERSION\n"
-"POT-Creation-Date: 2001-09-21 19:50+0200\n"
-"PO-Revision-Date: 2001-09-22 17:16GMT\n"
+"POT-Creation-Date: 2002-03-11 18:29+0100\n"
+"PO-Revision-Date: 2002-02-28 20:49GMT\n"
"Last-Translator: Vedran Ljubovic <vljubovic@smartnet.ba>\n"
"Language-Team: Bosnian <prijevodi@lugbih.org>\n"
"MIME-Version: 1.0\n"
@@ -14,24 +14,24 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: KBabel 0.9.5\n"
-#: ../../Xconfigurator.pm_.c:231
+#: ../../Xconfigurator.pm_.c:242
msgid "Configure all heads independently"
msgstr "Konfiguriši sve glave odvojeno"
-#: ../../Xconfigurator.pm_.c:232
+#: ../../Xconfigurator.pm_.c:243
msgid "Use Xinerama extension"
msgstr "Koristi Xinerama ekstenziju"
-#: ../../Xconfigurator.pm_.c:235
+#: ../../Xconfigurator.pm_.c:246
#, c-format
msgid "Configure only card \"%s\" (%s)"
msgstr "Konfiguriši samo karticu \"%s\" (%s)"
-#: ../../Xconfigurator.pm_.c:238
+#: ../../Xconfigurator.pm_.c:249
msgid "Multi-head configuration"
msgstr "Multi-head konfiguracija"
-#: ../../Xconfigurator.pm_.c:239
+#: ../../Xconfigurator.pm_.c:250
msgid ""
"Your system support multiple head configuration.\n"
"What do you want to do?"
@@ -39,33 +39,41 @@ msgstr ""
"Vaš sistem podržava konfiguraciju više glava.\n"
"Šta želite učiniti?"
-#: ../../Xconfigurator.pm_.c:248
+#: ../../Xconfigurator.pm_.c:261
msgid "Graphic card"
msgstr "Grafička karta"
-#: ../../Xconfigurator.pm_.c:248
+#: ../../Xconfigurator.pm_.c:262
msgid "Select a graphic card"
msgstr "Izaberite grafičku kartu"
-#: ../../Xconfigurator.pm_.c:249
+#: ../../Xconfigurator.pm_.c:286
msgid "Choose a X server"
msgstr "Izaberite X server"
-#: ../../Xconfigurator.pm_.c:249
+#: ../../Xconfigurator.pm_.c:286
msgid "X server"
msgstr "X server"
-#: ../../Xconfigurator.pm_.c:307 ../../Xconfigurator.pm_.c:313
-#: ../../Xconfigurator.pm_.c:363 ../../Xconfigurator.pm_.c:1435
+#: ../../Xconfigurator.pm_.c:293
+msgid "Choose a X driver"
+msgstr "Izaberite X drajver"
+
+#: ../../Xconfigurator.pm_.c:293
+msgid "X driver"
+msgstr "X drajver"
+
+#: ../../Xconfigurator.pm_.c:360 ../../Xconfigurator.pm_.c:366
+#: ../../Xconfigurator.pm_.c:416 ../../Xconfigurator.pm_.c:1507
#, c-format
msgid "XFree %s"
msgstr "XFree %s"
-#: ../../Xconfigurator.pm_.c:310
+#: ../../Xconfigurator.pm_.c:363
msgid "Which configuration of XFree do you want to have?"
msgstr "Koju konfiguraciju XFree želite imati?"
-#: ../../Xconfigurator.pm_.c:321
+#: ../../Xconfigurator.pm_.c:374
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support but only with XFree %s.\n"
@@ -74,18 +82,18 @@ msgstr ""
"Vaša kartica može imati podršku za 3D hardversko ubrzanje ali samo sa\n"
"XFree %s. Vašu karticu podržava XFree %s koji može imati bolju podršku za 2D."
-#: ../../Xconfigurator.pm_.c:323 ../../Xconfigurator.pm_.c:356
+#: ../../Xconfigurator.pm_.c:376 ../../Xconfigurator.pm_.c:409
#, c-format
msgid "Your card can have 3D hardware acceleration support with XFree %s."
msgstr "Vaša kartica može imati podršku za 3D hardversko ubrzanje sa XFree %s."
-#: ../../Xconfigurator.pm_.c:325 ../../Xconfigurator.pm_.c:358
-#: ../../Xconfigurator.pm_.c:1435
+#: ../../Xconfigurator.pm_.c:378 ../../Xconfigurator.pm_.c:411
+#: ../../Xconfigurator.pm_.c:1507
#, c-format
msgid "XFree %s with 3D hardware acceleration"
msgstr "XFree %s sa 3D hardverskim ubrzanjem"
-#: ../../Xconfigurator.pm_.c:333 ../../Xconfigurator.pm_.c:347
+#: ../../Xconfigurator.pm_.c:386 ../../Xconfigurator.pm_.c:400
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support with XFree %s,\n"
@@ -94,12 +102,12 @@ msgstr ""
"Vaša kartica može imati podršku za 3D hardversko ubrzanje sa XFree %s,\n"
"PAŽNJA OVO JE EKSPERIMENTALNA PODRŠKA I MOŽE ZALEDITI VAŠ RAČUNAR."
-#: ../../Xconfigurator.pm_.c:335 ../../Xconfigurator.pm_.c:349
+#: ../../Xconfigurator.pm_.c:388 ../../Xconfigurator.pm_.c:402
#, c-format
msgid "XFree %s with EXPERIMENTAL 3D hardware acceleration"
msgstr "XFree %s sa EKSPERIMENTALNIM 3D hardverskim ubrzanjem"
-#: ../../Xconfigurator.pm_.c:344
+#: ../../Xconfigurator.pm_.c:397
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support but only with XFree %s,\n"
@@ -110,31 +118,31 @@ msgstr ""
"PAŽNJA OVO JE EKSPERIMENTALNA PODRŠKA I MOŽE ZALEDITI VAŠ RAČUNAR.\n"
"Vašu karticu podržava XFree %s koji može imati bolju podršku za 2D."
-#: ../../Xconfigurator.pm_.c:364
+#: ../../Xconfigurator.pm_.c:417
msgid "Xpmac (installation display driver)"
msgstr "Xpmac (installation display driver)"
-#: ../../Xconfigurator.pm_.c:368
+#: ../../Xconfigurator.pm_.c:421
msgid "XFree configuration"
msgstr "XFree konfiguracija"
-#: ../../Xconfigurator.pm_.c:434
+#: ../../Xconfigurator.pm_.c:496
msgid "Select the memory size of your graphic card"
msgstr "Izaberite veličinu memorije vaše grafičke karte"
-#: ../../Xconfigurator.pm_.c:492
+#: ../../Xconfigurator.pm_.c:550
msgid "Choose options for server"
msgstr "Izaberite opcije za server"
-#: ../../Xconfigurator.pm_.c:516
+#: ../../Xconfigurator.pm_.c:574
msgid "Choose a monitor"
msgstr "Izaberite monitor"
-#: ../../Xconfigurator.pm_.c:516
+#: ../../Xconfigurator.pm_.c:574
msgid "Monitor"
msgstr "Monitor"
-#: ../../Xconfigurator.pm_.c:519
+#: ../../Xconfigurator.pm_.c:577
msgid ""
"The two critical parameters are the vertical refresh rate, which is the "
"rate\n"
@@ -155,39 +163,39 @@ msgstr ""
"raspon izvan mogućnosti vašeg monitora: time možete oštetiti monitor.\n"
" Ako niste sigurni, izaberite najmanju opciju."
-#: ../../Xconfigurator.pm_.c:526
+#: ../../Xconfigurator.pm_.c:584
msgid "Horizontal refresh rate"
msgstr "Brzina horizontalnog osvježavanja"
-#: ../../Xconfigurator.pm_.c:527
+#: ../../Xconfigurator.pm_.c:585
msgid "Vertical refresh rate"
msgstr "Brzina vertiaklnog osvježavanja"
-#: ../../Xconfigurator.pm_.c:564
+#: ../../Xconfigurator.pm_.c:622
msgid "Monitor not configured"
msgstr "Monitor nije konfigurisan"
-#: ../../Xconfigurator.pm_.c:567
+#: ../../Xconfigurator.pm_.c:625
msgid "Graphic card not configured yet"
msgstr "Grafička karta još uvijek nije konfigurisana"
-#: ../../Xconfigurator.pm_.c:570
+#: ../../Xconfigurator.pm_.c:628
msgid "Resolutions not chosen yet"
msgstr "Rezolucije još nisu odabrane"
-#: ../../Xconfigurator.pm_.c:587
+#: ../../Xconfigurator.pm_.c:646
msgid "Do you want to test the configuration?"
msgstr "Želite li testirati konfiguraciju?"
-#: ../../Xconfigurator.pm_.c:591
+#: ../../Xconfigurator.pm_.c:650
msgid "Warning: testing this graphic card may freeze your computer"
msgstr "Upozorenje: testiranje ove grafičke karte može zalediti računar"
-#: ../../Xconfigurator.pm_.c:594
+#: ../../Xconfigurator.pm_.c:653
msgid "Test of the configuration"
msgstr "Testiranje konfiguracije"
-#: ../../Xconfigurator.pm_.c:632 ../../Xconfigurator.pm_.c:644
+#: ../../Xconfigurator.pm_.c:692 ../../Xconfigurator.pm_.c:704
msgid ""
"\n"
"try to change some parameters"
@@ -195,156 +203,175 @@ msgstr ""
"\n"
"probajte izmjeniti neke parametre"
-#: ../../Xconfigurator.pm_.c:632 ../../Xconfigurator.pm_.c:644
+#: ../../Xconfigurator.pm_.c:692 ../../Xconfigurator.pm_.c:704
msgid "An error has occurred:"
msgstr "Došlo je do greške"
-#: ../../Xconfigurator.pm_.c:668
+#: ../../Xconfigurator.pm_.c:731
#, c-format
msgid "Leaving in %d seconds"
msgstr "Napuštam za %d sekundi"
-#: ../../Xconfigurator.pm_.c:679
+#: ../../Xconfigurator.pm_.c:742
msgid "Is this the correct setting?"
msgstr "Da li je ovo ispravna vrijednost?"
-#: ../../Xconfigurator.pm_.c:688
+#: ../../Xconfigurator.pm_.c:751
msgid "An error has occurred, try to change some parameters"
msgstr "Došlo je do greške, probajte izmjeniti neke parametre"
-#: ../../Xconfigurator.pm_.c:759
+#: ../../Xconfigurator.pm_.c:822
msgid "Resolution"
msgstr "Rezolucija"
-#: ../../Xconfigurator.pm_.c:810
+#: ../../Xconfigurator.pm_.c:874
msgid "Choose the resolution and the color depth"
msgstr "Izaberite rezoluciju i dubinu boja"
-#: ../../Xconfigurator.pm_.c:812
+#: ../../Xconfigurator.pm_.c:876
#, c-format
msgid "Graphic card: %s"
msgstr "Grafička karta: %s"
-#: ../../Xconfigurator.pm_.c:813
+#: ../../Xconfigurator.pm_.c:877
#, c-format
msgid "XFree86 server: %s"
msgstr "XFree86 server: %s"
-#: ../../Xconfigurator.pm_.c:829 ../../printerdrake.pm_.c:1885
-#: ../../standalone/draknet_.c:298 ../../standalone/draknet_.c:301
+#: ../../Xconfigurator.pm_.c:891 ../../diskdrake/interactive.pm_.c:259
+#: ../../install_steps_interactive.pm_.c:208
+msgid "More"
+msgstr "Još"
+
+#: ../../Xconfigurator.pm_.c:891 ../../install_gtk.pm_.c:84
+#: ../../install_steps_gtk.pm_.c:328 ../../interactive.pm_.c:127
+#: ../../interactive.pm_.c:142 ../../interactive.pm_.c:317
+#: ../../interactive.pm_.c:349 ../../interactive_http.pm_.c:104
+#: ../../interactive_newt.pm_.c:170 ../../interactive_stdio.pm_.c:141
+#: ../../interactive_stdio.pm_.c:142 ../../my_gtk.pm_.c:686
+#: ../../my_gtk.pm_.c:1019 ../../my_gtk.pm_.c:1041
+#: ../../standalone/drakbackup_.c:2298 ../../standalone/drakbackup_.c:2369
+#: ../../standalone/drakbackup_.c:2385
+msgid "Ok"
+msgstr "Ok"
+
+#: ../../Xconfigurator.pm_.c:893 ../../network/netconnect.pm_.c:169
+#: ../../printerdrake.pm_.c:2470 ../../standalone/draknet_.c:275
+#: ../../standalone/draknet_.c:278
msgid "Expert Mode"
-msgstr "Expert mod"
+msgstr "Ekspertni mod"
-#: ../../Xconfigurator.pm_.c:830
+#: ../../Xconfigurator.pm_.c:894
msgid "Show all"
msgstr "Prikaži sve"
-#: ../../Xconfigurator.pm_.c:875
+#: ../../Xconfigurator.pm_.c:939
msgid "Resolutions"
msgstr "Rezolucije"
-#: ../../Xconfigurator.pm_.c:1437
+#: ../../Xconfigurator.pm_.c:1509
#, c-format
msgid "Keyboard layout: %s\n"
msgstr "Raspored tastature: %s\n"
-#: ../../Xconfigurator.pm_.c:1438
+#: ../../Xconfigurator.pm_.c:1510
#, c-format
msgid "Mouse type: %s\n"
msgstr "Tip miša: %s\n"
-#: ../../Xconfigurator.pm_.c:1439
+#: ../../Xconfigurator.pm_.c:1511
#, c-format
msgid "Mouse device: %s\n"
msgstr "Uređaj miša: %s\n"
-#: ../../Xconfigurator.pm_.c:1440
+#: ../../Xconfigurator.pm_.c:1512
#, c-format
msgid "Monitor: %s\n"
msgstr "Monitor: %s\n"
-#: ../../Xconfigurator.pm_.c:1441
+#: ../../Xconfigurator.pm_.c:1513
#, c-format
msgid "Monitor HorizSync: %s\n"
msgstr "Monitor HorizSync: %s\n"
-#: ../../Xconfigurator.pm_.c:1442
+#: ../../Xconfigurator.pm_.c:1514
#, c-format
msgid "Monitor VertRefresh: %s\n"
msgstr "Monitor VertRefresh: %s\n"
-#: ../../Xconfigurator.pm_.c:1443
+#: ../../Xconfigurator.pm_.c:1515
#, c-format
msgid "Graphic card: %s\n"
msgstr "Grafička karta: %s\n"
-#: ../../Xconfigurator.pm_.c:1444
+#: ../../Xconfigurator.pm_.c:1516
#, c-format
msgid "Graphic card identification: %s\n"
msgstr "Identifikacija grafičke karte: %s\n"
-#: ../../Xconfigurator.pm_.c:1445
+#: ../../Xconfigurator.pm_.c:1517
#, c-format
msgid "Graphic memory: %s kB\n"
msgstr "Grafička memorija: %s kB\n"
-#: ../../Xconfigurator.pm_.c:1447
+#: ../../Xconfigurator.pm_.c:1519
#, c-format
msgid "Color depth: %s\n"
msgstr "Dubina boja: %s\n"
-#: ../../Xconfigurator.pm_.c:1448
+#: ../../Xconfigurator.pm_.c:1520
#, c-format
msgid "Resolution: %s\n"
msgstr "Rezolucija: %s\n"
-#: ../../Xconfigurator.pm_.c:1450
+#: ../../Xconfigurator.pm_.c:1522
#, c-format
msgid "XFree86 server: %s\n"
msgstr "XFree86 server: %s\n"
-#: ../../Xconfigurator.pm_.c:1451
+#: ../../Xconfigurator.pm_.c:1523
#, c-format
msgid "XFree86 driver: %s\n"
msgstr "XFree86 drajver: %s\n"
-#: ../../Xconfigurator.pm_.c:1469
+#: ../../Xconfigurator.pm_.c:1541
msgid "Preparing X-Window configuration"
msgstr "Pripremam X-Window konfiguraciju"
-#: ../../Xconfigurator.pm_.c:1489
+#: ../../Xconfigurator.pm_.c:1561
msgid "What do you want to do?"
msgstr "Šta želite učiniti?"
-#: ../../Xconfigurator.pm_.c:1494
+#: ../../Xconfigurator.pm_.c:1566
msgid "Change Monitor"
msgstr "Izmjena Monitora"
-#: ../../Xconfigurator.pm_.c:1495
+#: ../../Xconfigurator.pm_.c:1567
msgid "Change Graphic card"
msgstr "Izmjena Grafičke kartice"
-#: ../../Xconfigurator.pm_.c:1497
+#: ../../Xconfigurator.pm_.c:1570
msgid "Change Server options"
msgstr "Izmjena Server opcija"
-#: ../../Xconfigurator.pm_.c:1498
+#: ../../Xconfigurator.pm_.c:1571
msgid "Change Resolution"
msgstr "Izmjena Rezolucije"
-#: ../../Xconfigurator.pm_.c:1499
+#: ../../Xconfigurator.pm_.c:1572
msgid "Show information"
msgstr "Prikaži informacije"
-#: ../../Xconfigurator.pm_.c:1500
+#: ../../Xconfigurator.pm_.c:1573
msgid "Test again"
msgstr "Testiraj ponovo"
-#: ../../Xconfigurator.pm_.c:1501 ../../bootlook.pm_.c:156
+#: ../../Xconfigurator.pm_.c:1574 ../../printerdrake.pm_.c:2473
+#: ../../standalone/logdrake_.c:225
msgid "Quit"
msgstr "Izlaz"
-#: ../../Xconfigurator.pm_.c:1509
+#: ../../Xconfigurator.pm_.c:1582
#, c-format
msgid ""
"Keep the changes?\n"
@@ -357,20 +384,11 @@ msgstr ""
"\n"
"%s"
-#: ../../Xconfigurator.pm_.c:1532
-#, c-format
-msgid "Please relog into %s to activate the changes"
-msgstr "Molimo ponovo se prijavite na %s radi aktiviranja izmjena"
-
-#: ../../Xconfigurator.pm_.c:1552
-msgid "Please log out and then use Ctrl-Alt-BackSpace"
-msgstr "Molimo izvršite logout i zatim koristitite Ctrl-Alt-BackSpace"
-
-#: ../../Xconfigurator.pm_.c:1555
+#: ../../Xconfigurator.pm_.c:1603
msgid "X at startup"
msgstr "X u startanju"
-#: ../../Xconfigurator.pm_.c:1556
+#: ../../Xconfigurator.pm_.c:1604
msgid ""
"I can set up your computer to automatically start X upon booting.\n"
"Would you like X to start when you reboot?"
@@ -378,6 +396,15 @@ msgstr ""
"Mogu podesiti vaš računar da automatski pokrene X nakon boota.\n"
"Želite li da se X pokrene kada bootate?"
+#: ../../Xconfigurator.pm_.c:1610
+#, c-format
+msgid "Please relog into %s to activate the changes"
+msgstr "Molimo ponovo se prijavite na %s radi aktiviranja izmjena"
+
+#: ../../Xconfigurator.pm_.c:1625
+msgid "Please log out and then use Ctrl-Alt-BackSpace"
+msgstr "Molimo izvršite logout i zatim koristitite Ctrl-Alt-BackSpace"
+
#: ../../Xconfigurator_consts.pm_.c:6
msgid "256 colors (8 bits)"
msgstr "256 boja (8 bita)"
@@ -398,247 +425,257 @@ msgstr "16 miliona boja (24 bita)"
msgid "4 billion colors (32 bits)"
msgstr "4 milijarde boja (32 bita)"
-#: ../../Xconfigurator_consts.pm_.c:106
+#: ../../Xconfigurator_consts.pm_.c:113
msgid "256 kB"
msgstr "256 kB"
-#: ../../Xconfigurator_consts.pm_.c:107
+#: ../../Xconfigurator_consts.pm_.c:114
msgid "512 kB"
msgstr "512 kB"
-#: ../../Xconfigurator_consts.pm_.c:108
+#: ../../Xconfigurator_consts.pm_.c:115
msgid "1 MB"
msgstr "1 MB"
-#: ../../Xconfigurator_consts.pm_.c:109
+#: ../../Xconfigurator_consts.pm_.c:116
msgid "2 MB"
msgstr "2 MB"
-#: ../../Xconfigurator_consts.pm_.c:110
+#: ../../Xconfigurator_consts.pm_.c:117
msgid "4 MB"
msgstr "4 MB"
-#: ../../Xconfigurator_consts.pm_.c:111
+#: ../../Xconfigurator_consts.pm_.c:118
msgid "8 MB"
msgstr "8 MB"
-#: ../../Xconfigurator_consts.pm_.c:112
+#: ../../Xconfigurator_consts.pm_.c:119
msgid "16 MB"
msgstr "16 MB"
-#: ../../Xconfigurator_consts.pm_.c:113
+#: ../../Xconfigurator_consts.pm_.c:120
msgid "32 MB"
msgstr "32 MB"
-#: ../../Xconfigurator_consts.pm_.c:114
+#: ../../Xconfigurator_consts.pm_.c:121
msgid "64 MB or more"
msgstr "64 MB ili više"
-#: ../../Xconfigurator_consts.pm_.c:122
+#: ../../Xconfigurator_consts.pm_.c:129
msgid "Standard VGA, 640x480 at 60 Hz"
msgstr "Standardna VGA, 640x480 na 60 Hz"
-#: ../../Xconfigurator_consts.pm_.c:123
+#: ../../Xconfigurator_consts.pm_.c:130
msgid "Super VGA, 800x600 at 56 Hz"
msgstr "Super VGA, 800x600 na 56 Hz"
-#: ../../Xconfigurator_consts.pm_.c:124
+#: ../../Xconfigurator_consts.pm_.c:131
msgid "8514 Compatible, 1024x768 at 87 Hz interlaced (no 800x600)"
msgstr "8514 Kompatibilna, 1024x768 na 87 Hz sa preplitanjem (bez 800x600)"
-#: ../../Xconfigurator_consts.pm_.c:125
+#: ../../Xconfigurator_consts.pm_.c:132
msgid "Super VGA, 1024x768 at 87 Hz interlaced, 800x600 at 56 Hz"
msgstr "Super VGA, 1024x768 na 87 Hz sa preplitanjem, 800x600 na 56 Hz"
-#: ../../Xconfigurator_consts.pm_.c:126
+#: ../../Xconfigurator_consts.pm_.c:133
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:127
+#: ../../Xconfigurator_consts.pm_.c:134
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:128
+#: ../../Xconfigurator_consts.pm_.c:135
msgid "High Frequency SVGA, 1024x768 at 70 Hz"
msgstr "High Frequency SVGA, 1024x768 na 70 Hz"
-#: ../../Xconfigurator_consts.pm_.c:129
+#: ../../Xconfigurator_consts.pm_.c:136
msgid "Multi-frequency that can do 1280x1024 at 60 Hz"
msgstr "Multi-frequency koja može postići 1280x1024 na 60 Hz"
-#: ../../Xconfigurator_consts.pm_.c:130
+#: ../../Xconfigurator_consts.pm_.c:137
msgid "Multi-frequency that can do 1280x1024 at 74 Hz"
msgstr "Multi-frequency koja može postići 1280x1024 na 74 Hz"
-#: ../../Xconfigurator_consts.pm_.c:131
+#: ../../Xconfigurator_consts.pm_.c:138
msgid "Multi-frequency that can do 1280x1024 at 76 Hz"
msgstr "Multi-frequency koja može postići 1280x1024 na 76 Hz"
-#: ../../Xconfigurator_consts.pm_.c:132
+#: ../../Xconfigurator_consts.pm_.c:139
msgid "Monitor that can do 1600x1200 at 70 Hz"
msgstr "Monitor koji može postići 1600x1200 na 70 Hz"
-#: ../../Xconfigurator_consts.pm_.c:133
+#: ../../Xconfigurator_consts.pm_.c:140
msgid "Monitor that can do 1600x1200 at 76 Hz"
msgstr "Monitor koji može postići 1600x1200 na 76 Hz"
-#: ../../any.pm_.c:96 ../../any.pm_.c:121
+#: ../../any.pm_.c:116 ../../any.pm_.c:141
msgid "First sector of boot partition"
msgstr "Prvi sektor boot particije"
-#: ../../any.pm_.c:96 ../../any.pm_.c:121 ../../any.pm_.c:194
+#: ../../any.pm_.c:116 ../../any.pm_.c:141 ../../any.pm_.c:218
msgid "First sector of drive (MBR)"
-msgstr "Prvi sektor drajva (MBR)"
+msgstr "Prvi sektor diska (MBR)"
-#: ../../any.pm_.c:100
+#: ../../any.pm_.c:120
msgid "SILO Installation"
msgstr "SILO instalacija"
-#: ../../any.pm_.c:101 ../../any.pm_.c:114
+#: ../../any.pm_.c:121 ../../any.pm_.c:134
msgid "Where do you want to install the bootloader?"
msgstr "Gdje želite smjestiti bootloader?"
-#: ../../any.pm_.c:113
+#: ../../any.pm_.c:133
msgid "LILO/grub Installation"
msgstr "LILO/grub instalacija"
-#: ../../any.pm_.c:125 ../../any.pm_.c:139
+#: ../../any.pm_.c:145 ../../any.pm_.c:159
msgid "SILO"
msgstr "SILO"
-#: ../../any.pm_.c:127
+#: ../../any.pm_.c:147
msgid "LILO with text menu"
msgstr "LILO sa tekstualnim menijem"
-#: ../../any.pm_.c:128 ../../any.pm_.c:139
+#: ../../any.pm_.c:148 ../../any.pm_.c:159
msgid "LILO with graphical menu"
msgstr "LILO sa grafičkim menijem"
-#: ../../any.pm_.c:131
+#: ../../any.pm_.c:151
msgid "Grub"
msgstr "Grub"
-#: ../../any.pm_.c:135
+#: ../../any.pm_.c:155
msgid "Boot from DOS/Windows (loadlin)"
msgstr "Bootanje iz DOS/Windowsa (loadlin)"
-#: ../../any.pm_.c:137 ../../any.pm_.c:139
+#: ../../any.pm_.c:157 ../../any.pm_.c:159
msgid "Yaboot"
msgstr "Yaboot"
-#: ../../any.pm_.c:145 ../../any.pm_.c:177
+#: ../../any.pm_.c:166 ../../any.pm_.c:198
msgid "Bootloader main options"
msgstr "Glavne opcije bootloadera"
-#: ../../any.pm_.c:146 ../../any.pm_.c:178
+#: ../../any.pm_.c:167 ../../any.pm_.c:199
msgid "Bootloader to use"
msgstr "Bootloader koji ćete koristiti"
-#: ../../any.pm_.c:148
+#: ../../any.pm_.c:169
msgid "Bootloader installation"
msgstr "Bootloader instalacija"
-#: ../../any.pm_.c:150 ../../any.pm_.c:180
+#: ../../any.pm_.c:171 ../../any.pm_.c:201
msgid "Boot device"
msgstr "Boot uređaj"
-#: ../../any.pm_.c:151
+#: ../../any.pm_.c:172
msgid "LBA (doesn't work on old BIOSes)"
msgstr "LBA (ne radi na starim BIOSima)"
-#: ../../any.pm_.c:152
+#: ../../any.pm_.c:173
msgid "Compact"
msgstr "Kompaktno"
-#: ../../any.pm_.c:152
+#: ../../any.pm_.c:173
msgid "compact"
msgstr "kompaktno"
-#: ../../any.pm_.c:153 ../../any.pm_.c:250
+#: ../../any.pm_.c:174 ../../any.pm_.c:298
msgid "Video mode"
msgstr "Video mod"
-#: ../../any.pm_.c:155
+#: ../../any.pm_.c:176
msgid "Delay before booting default image"
msgstr "Čekanje prije bootanja default preslike"
-#: ../../any.pm_.c:157 ../../any.pm_.c:730
-#: ../../install_steps_interactive.pm_.c:938 ../../network/modem.pm_.c:46
-#: ../../printerdrake.pm_.c:402 ../../printerdrake.pm_.c:481
-#: ../../standalone/draknet_.c:603
+#: ../../any.pm_.c:178 ../../any.pm_.c:796
+#: ../../install_steps_interactive.pm_.c:1115 ../../network/modem.pm_.c:48
+#: ../../printerdrake.pm_.c:708 ../../printerdrake.pm_.c:806
+#: ../../standalone/draknet_.c:625
msgid "Password"
msgstr "Šifra"
-#: ../../any.pm_.c:158 ../../any.pm_.c:731
-#: ../../install_steps_interactive.pm_.c:939
+#: ../../any.pm_.c:179 ../../any.pm_.c:797
+#: ../../install_steps_interactive.pm_.c:1116
msgid "Password (again)"
msgstr "Šifra (ponovo)"
-#: ../../any.pm_.c:159
+#: ../../any.pm_.c:180
msgid "Restrict command line options"
msgstr "Ograniči opcije komandne linije"
-#: ../../any.pm_.c:159
+#: ../../any.pm_.c:180
msgid "restrict"
msgstr "ograniči"
-#: ../../any.pm_.c:161
+#: ../../any.pm_.c:182
msgid "Clean /tmp at each boot"
msgstr "Čisti /tmp prilikom svakog boota"
-#: ../../any.pm_.c:162
+#: ../../any.pm_.c:183
#, c-format
msgid "Precise RAM size if needed (found %d MB)"
msgstr "Precizna veličina RAMa ako je potrebno (pronađeno %d MB)"
-#: ../../any.pm_.c:164
+#: ../../any.pm_.c:185
msgid "Enable multi profiles"
msgstr "Omogući više profila"
-#: ../../any.pm_.c:168
+#: ../../any.pm_.c:189
msgid "Give the ram size in MB"
msgstr "Navedite veličinu rama u MB"
-#: ../../any.pm_.c:170
+#: ../../any.pm_.c:191
msgid ""
"Option ``Restrict command line options'' is of no use without a password"
msgstr "Opcija ``Ograniči opcije komandne linije'' je beskorisna bez šifre"
-#: ../../any.pm_.c:171 ../../any.pm_.c:707
-#: ../../install_steps_interactive.pm_.c:933
+#: ../../any.pm_.c:192 ../../any.pm_.c:773
+#: ../../diskdrake/interactive.pm_.c:1135
+#: ../../install_steps_interactive.pm_.c:1110
msgid "Please try again"
msgstr "Molimo pokušajte ponovo"
-#: ../../any.pm_.c:171 ../../any.pm_.c:707
-#: ../../install_steps_interactive.pm_.c:933
+#: ../../any.pm_.c:192 ../../any.pm_.c:773
+#: ../../install_steps_interactive.pm_.c:1110
msgid "The passwords do not match"
msgstr "Šifre se ne poklapaju"
-#: ../../any.pm_.c:179
+#: ../../any.pm_.c:200
msgid "Init Message"
msgstr "Init Poruka"
-#: ../../any.pm_.c:181
+#: ../../any.pm_.c:202
msgid "Open Firmware Delay"
msgstr "Otvori čekanje firmware-a"
-#: ../../any.pm_.c:182
+#: ../../any.pm_.c:203
msgid "Kernel Boot Timeout"
msgstr "Kernel Boot Timeout"
-#: ../../any.pm_.c:183
+#: ../../any.pm_.c:204
msgid "Enable CD Boot?"
msgstr "Omogući boot sa CDa?"
-#: ../../any.pm_.c:184
+#: ../../any.pm_.c:205
msgid "Enable OF Boot?"
msgstr "Omogući boot sa OFa?"
-#: ../../any.pm_.c:185
+#: ../../any.pm_.c:206
msgid "Default OS?"
msgstr "Default OS?"
-#: ../../any.pm_.c:207
+#: ../../any.pm_.c:240
+msgid ""
+"You decided to install the bootloader on a partition.\n"
+"This implies you already have a bootloader on the hard drive you boot (eg: "
+"System Commander).\n"
+"\n"
+"On which drive are you booting?"
+msgstr ""
+
+#: ../../any.pm_.c:255
msgid ""
"Here are the different entries.\n"
"You can add some more or change the existing ones."
@@ -646,144 +683,153 @@ msgstr ""
"Navedene su razne stavke.\n"
"Možete dodati nove ili promjeniti postojeće."
-#: ../../any.pm_.c:217
+#: ../../any.pm_.c:265 ../../standalone/drakbackup_.c:752
+#: ../../standalone/drakbackup_.c:861 ../../standalone/drakfont_.c:789
+#: ../../standalone/drakfont_.c:826
msgid "Add"
msgstr "Dodaj"
-#: ../../any.pm_.c:217 ../../any.pm_.c:718 ../../diskdrake.pm_.c:161
-#: ../../interactive_http.pm_.c:153 ../../printerdrake.pm_.c:1846
-#: ../../printerdrake.pm_.c:1847 ../../printerdrake.pm_.c:1904
-#: ../../printerdrake.pm_.c:1948
+#: ../../any.pm_.c:265 ../../any.pm_.c:784 ../../diskdrake/hd_gtk.pm_.c:153
+#: ../../diskdrake/removable.pm_.c:27 ../../diskdrake/smbnfs_gtk.pm_.c:86
+#: ../../interactive_http.pm_.c:153
msgid "Done"
msgstr "Gotovo"
-#: ../../any.pm_.c:217
+#: ../../any.pm_.c:265
msgid "Modify"
msgstr "Izmjeni"
-#: ../../any.pm_.c:225
+#: ../../any.pm_.c:273
msgid "Which type of entry do you want to add?"
msgstr "Koju vrstu stavke želite dodati?"
-#: ../../any.pm_.c:226
+#: ../../any.pm_.c:274 ../../standalone/drakbackup_.c:895
msgid "Linux"
msgstr "Linux"
-#: ../../any.pm_.c:226
+#: ../../any.pm_.c:274
msgid "Other OS (SunOS...)"
msgstr "Ostali OSi (SunOS...)"
-#: ../../any.pm_.c:227
+#: ../../any.pm_.c:275
msgid "Other OS (MacOS...)"
msgstr "Ostali OSi (MacOS...)"
-#: ../../any.pm_.c:227
+#: ../../any.pm_.c:275
msgid "Other OS (windows...)"
msgstr "Ostali OSi (windows...)"
-#: ../../any.pm_.c:246
+#: ../../any.pm_.c:294
msgid "Image"
msgstr "Preslika"
-#: ../../any.pm_.c:247 ../../any.pm_.c:258
+#: ../../any.pm_.c:295 ../../any.pm_.c:306
msgid "Root"
msgstr "Root"
-#: ../../any.pm_.c:248 ../../any.pm_.c:277
+#: ../../any.pm_.c:296 ../../any.pm_.c:325
msgid "Append"
msgstr "Append"
-#: ../../any.pm_.c:252
+#: ../../any.pm_.c:300
msgid "Initrd"
msgstr "Initrd"
-#: ../../any.pm_.c:253
+#: ../../any.pm_.c:301
msgid "Read-write"
msgstr "Čitaj-piši"
-#: ../../any.pm_.c:260
+#: ../../any.pm_.c:308
msgid "Table"
msgstr "Tabela"
-#: ../../any.pm_.c:261
+#: ../../any.pm_.c:309
msgid "Unsafe"
msgstr "Nesigurno"
-#: ../../any.pm_.c:268 ../../any.pm_.c:273 ../../any.pm_.c:276
+#: ../../any.pm_.c:316 ../../any.pm_.c:321 ../../any.pm_.c:324
msgid "Label"
msgstr "Labela"
-#: ../../any.pm_.c:270 ../../any.pm_.c:281
+#: ../../any.pm_.c:318 ../../any.pm_.c:329
msgid "Default"
msgstr "Default"
-#: ../../any.pm_.c:278
+#: ../../any.pm_.c:326
msgid "Initrd-size"
msgstr "Initrd-veličina"
-#: ../../any.pm_.c:280
+#: ../../any.pm_.c:328
msgid "NoVideo"
msgstr "NoVideo"
-#: ../../any.pm_.c:288
+#: ../../any.pm_.c:336
msgid "Remove entry"
msgstr "Ukloni stavku"
-#: ../../any.pm_.c:291
+#: ../../any.pm_.c:339
msgid "Empty label not allowed"
msgstr "Prazna labela nije dozvoljena"
-#: ../../any.pm_.c:292
+#: ../../any.pm_.c:340
+msgid "You must specify a kernel image"
+msgstr "Morate navesti image kernela"
+
+#: ../../any.pm_.c:340
+msgid "You must specify a root partition"
+msgstr "Morate navesti root particiju"
+
+#: ../../any.pm_.c:341
msgid "This label is already used"
msgstr "Ova labela je već u upotrebi"
-#: ../../any.pm_.c:597
+#: ../../any.pm_.c:656
#, c-format
msgid "Found %s %s interfaces"
msgstr "Pronađeno %s %s interfejsa"
-#: ../../any.pm_.c:598
+#: ../../any.pm_.c:657
msgid "Do you have another one?"
msgstr "Imate li neki drugi?"
-#: ../../any.pm_.c:599
+#: ../../any.pm_.c:658
#, c-format
msgid "Do you have any %s interfaces?"
msgstr "Imate li ijedan %s interfejs?"
-#: ../../any.pm_.c:601 ../../any.pm_.c:760 ../../interactive.pm_.c:112
-#: ../../my_gtk.pm_.c:715
+#: ../../any.pm_.c:660 ../../any.pm_.c:832 ../../interactive.pm_.c:132
+#: ../../my_gtk.pm_.c:1018
msgid "No"
msgstr "Ne"
-#: ../../any.pm_.c:601 ../../any.pm_.c:759 ../../interactive.pm_.c:112
-#: ../../my_gtk.pm_.c:715
+#: ../../any.pm_.c:660 ../../any.pm_.c:831 ../../interactive.pm_.c:132
+#: ../../my_gtk.pm_.c:1018
msgid "Yes"
msgstr "Da"
-#: ../../any.pm_.c:602
+#: ../../any.pm_.c:661
msgid "See hardware info"
msgstr "Pogledaj hardware info"
#. -PO: the first %s is the card type (scsi, network, sound,...)
#. -PO: the second is the vendor+model name
-#: ../../any.pm_.c:637
+#: ../../any.pm_.c:695
#, c-format
msgid "Installing driver for %s card %s"
msgstr "Instaliram drajver za %s karticu %s"
-#: ../../any.pm_.c:638
+#: ../../any.pm_.c:696
#, c-format
msgid "(module %s)"
msgstr "(modul %s)"
#. -PO: the %s is the driver type (scsi, network, sound,...)
-#: ../../any.pm_.c:649
+#: ../../any.pm_.c:707
#, c-format
msgid "Which %s driver should I try?"
msgstr "Koji %s drajver ću pokušati?"
-#: ../../any.pm_.c:657
+#: ../../any.pm_.c:715
#, c-format
msgid ""
"In some cases, the %s driver needs to have extra information to work\n"
@@ -796,39 +842,43 @@ msgid ""
msgstr ""
"U nekim slučajevima, %s drajver treba imati dodatne informacije za\n"
"ispravan rad, iako on obično radi dobro i bez njih. Želite li navesti neke\n"
-"ekstra opcije za njega ili dozvoliti drajveru da ispita vašu mašinu za sve\n"
+"ekstra opcije za njega ili dozvoliti drajveru da ispita vaš računar za sve\n"
"informacije koje mu trebaju? Povremeno, ispitivanje može zaglaviti računar,\n"
"ali ne bi trebalo izazvati nikakvu štetu."
-#: ../../any.pm_.c:662
+#: ../../any.pm_.c:720
msgid "Autoprobe"
msgstr "Ispitivanje"
-#: ../../any.pm_.c:662
+#: ../../any.pm_.c:720
msgid "Specify options"
msgstr "Navedi opcije"
-#: ../../any.pm_.c:666
+#: ../../any.pm_.c:725
#, c-format
-msgid "You may now provide its options to module %s."
-msgstr "Sada možete navesti opcije modulu %s."
+msgid ""
+"You may now provide its options to module %s.\n"
+"Note that any address should be entered with the prefix 0x like '0x123'"
+msgstr ""
+"Sada možete navesti opcije za modul %s.\n"
+"Obratite pažnju da adrese trebate unositi sa prefiksom 0x kao npr. '0x123'"
-#: ../../any.pm_.c:672
+#: ../../any.pm_.c:731
#, c-format
msgid ""
"You may now provide its options to module %s.\n"
"Options are in format ``name=value name2=value2 ...''.\n"
"For instance, ``io=0x300 irq=7''"
msgstr ""
-"Sada možete navesti opcije modulu %s. Opcije su u formatu ``ime=vrijednost "
+"Sada možete navesti opcije za modul %s. Opcije su u formatu ``ime=vrijednost "
"ime2=vrijednost2 ...''.\n"
"Na primjer, ``io=0x300 irq=7''"
-#: ../../any.pm_.c:675
+#: ../../any.pm_.c:734
msgid "Module options:"
msgstr "Opcije modula"
-#: ../../any.pm_.c:686
+#: ../../any.pm_.c:745
#, c-format
msgid ""
"Loading module %s failed.\n"
@@ -837,33 +887,49 @@ msgstr ""
"Učitavanje modula %s nije uspjelo.\n"
"Želite li probati opet sa drugim parametrima?"
-#: ../../any.pm_.c:704
+#: ../../any.pm_.c:761
+msgid "access to X programs"
+msgstr "pristup X programima"
+
+#: ../../any.pm_.c:762
+msgid "access to rpm tools"
+msgstr "pristup rpm alatima"
+
+#: ../../any.pm_.c:763
+msgid "allow \"su\""
+msgstr "dozvoli \"su\""
+
+#: ../../any.pm_.c:764
+msgid "access to administrative files"
+msgstr "pristup administrativnim datotekama"
+
+#: ../../any.pm_.c:769
#, c-format
msgid "(already added %s)"
msgstr "(već dodan %s)"
-#: ../../any.pm_.c:708
+#: ../../any.pm_.c:774
msgid "This password is too simple"
msgstr "Ova šifra je previše jednostavna"
-#: ../../any.pm_.c:709
+#: ../../any.pm_.c:775
msgid "Please give a user name"
msgstr "Molimo navedite korisničko ime"
-#: ../../any.pm_.c:710
+#: ../../any.pm_.c:776
msgid ""
"The user name must contain only lower cased letters, numbers, `-' and `_'"
msgstr "Korisničko ime smije sadržati samo mala slova, brojeve, `-' i `_'"
-#: ../../any.pm_.c:711
+#: ../../any.pm_.c:777
msgid "This user name is already added"
msgstr "Ovo korisničko ime je već dodano"
-#: ../../any.pm_.c:715
+#: ../../any.pm_.c:781
msgid "Add user"
msgstr "Dodaj korisnika"
-#: ../../any.pm_.c:716
+#: ../../any.pm_.c:782
#, c-format
msgid ""
"Enter a user\n"
@@ -872,32 +938,32 @@ msgstr ""
"Unesite korisnika\n"
"%s"
-#: ../../any.pm_.c:717
+#: ../../any.pm_.c:783
msgid "Accept user"
msgstr "Prihvati korisnika"
-#: ../../any.pm_.c:728
+#: ../../any.pm_.c:794
msgid "Real name"
msgstr "Pravo ime"
-#: ../../any.pm_.c:729 ../../printerdrake.pm_.c:401
-#: ../../printerdrake.pm_.c:480
+#: ../../any.pm_.c:795 ../../printerdrake.pm_.c:707
+#: ../../printerdrake.pm_.c:805
msgid "User name"
msgstr "Korisničko ime"
-#: ../../any.pm_.c:732
+#: ../../any.pm_.c:798
msgid "Shell"
msgstr "Shell"
-#: ../../any.pm_.c:734
+#: ../../any.pm_.c:800
msgid "Icon"
msgstr "Ikona"
-#: ../../any.pm_.c:756
+#: ../../any.pm_.c:828
msgid "Autologin"
msgstr "Autologin"
-#: ../../any.pm_.c:757
+#: ../../any.pm_.c:829
msgid ""
"I can set up your computer to automatically log on one user.\n"
"Do you want to use this feature?"
@@ -905,28 +971,195 @@ msgstr ""
"Mogu podesiti vaš računar da automatski prijavi jednog korisnika.\n"
"Želite li koristiti ovu mogućnost?"
-#: ../../any.pm_.c:761
+#: ../../any.pm_.c:833
msgid "Choose the default user:"
msgstr "Izaberite default korisnika:"
-#: ../../any.pm_.c:762
+#: ../../any.pm_.c:834
msgid "Choose the window manager to run:"
msgstr "Izaberite window manager koji će se pokretati:"
-#: ../../any.pm_.c:771
-msgid "Please, choose a language to use."
-msgstr "Molimo izaberite jezik koji ćete koristiti"
+#: ../../any.pm_.c:849
+msgid "Please choose a language to use."
+msgstr "Molimo izaberite jezik koji ćete koristiti."
-#: ../../any.pm_.c:773
+#: ../../any.pm_.c:851
msgid "You can choose other languages that will be available after install"
msgstr "Možete izabrati i druge jezike koji će biti dostupni nakon instalacije"
-#: ../../any.pm_.c:785 ../../install_steps_interactive.pm_.c:633
+#: ../../any.pm_.c:863 ../../install_steps_interactive.pm_.c:719
+#: ../../standalone/drakxtv_.c:54
msgid "All"
msgstr "Svi"
+#: ../../any.pm_.c:955
+msgid "Allow all users"
+msgstr "Dozvoli svim korisnicima"
+
+#: ../../any.pm_.c:955 ../../install_steps_interactive.pm_.c:521
+msgid "Custom"
+msgstr "Ručno izaberi"
+
+#: ../../any.pm_.c:955
+msgid "No sharing"
+msgstr "Bez dijeljenja"
+
+#: ../../any.pm_.c:965 ../../network/smbnfs.pm_.c:45
+#, c-format
+msgid "The package %s needs to be installed. Do you want to install it?"
+msgstr "Paket %s treba biti instaliran. Da li ga želite instalirati?"
+
+#: ../../any.pm_.c:968
+msgid "You can export using NFS or Samba. Which one do you want"
+msgstr "Možete eksportovati koristeći NFS ili Sambu. Koji želite"
+
+#: ../../any.pm_.c:976 ../../network/smbnfs.pm_.c:49
+#, c-format
+msgid "Mandatory package %s is missing"
+msgstr "Nedostaje obavezan paket %s"
+
+#: ../../any.pm_.c:982
+msgid ""
+"Do you want to allow users to export some directories in their home?\n"
+"Allowing this will permit users to simply click on \"Share\" in konqueror "
+"and nautilus.\n"
+"\n"
+"\"Custom\" permit a per-user granularity.\n"
+msgstr ""
+
+#: ../../any.pm_.c:996 ../../bootlook.pm_.c:161
+#: ../../diskdrake/smbnfs_gtk.pm_.c:85 ../../install_steps_gtk.pm_.c:464
+#: ../../install_steps_gtk.pm_.c:522 ../../install_steps_interactive.pm_.c:594
+#: ../../interactive.pm_.c:142 ../../interactive.pm_.c:317
+#: ../../interactive.pm_.c:349 ../../interactive_stdio.pm_.c:141
+#: ../../my_gtk.pm_.c:687 ../../my_gtk.pm_.c:690 ../../my_gtk.pm_.c:1019
+#: ../../network/netconnect.pm_.c:47 ../../printerdrake.pm_.c:1586
+#: ../../standalone/drakautoinst_.c:204 ../../standalone/drakbackup_.c:2264
+#: ../../standalone/drakbackup_.c:2289 ../../standalone/drakbackup_.c:2310
+#: ../../standalone/drakbackup_.c:2331 ../../standalone/drakbackup_.c:2349
+#: ../../standalone/drakbackup_.c:2397 ../../standalone/drakbackup_.c:2417
+#: ../../standalone/drakbackup_.c:2436 ../../standalone/drakfont_.c:767
+#: ../../standalone/drakgw_.c:721 ../../standalone/draknet_.c:116
+#: ../../standalone/draknet_.c:148 ../../standalone/draknet_.c:290
+#: ../../standalone/draknet_.c:538 ../../standalone/draknet_.c:680
+#: ../../standalone/logdrake_.c:225 ../../standalone/logdrake_.c:512
+#: ../../standalone/tinyfirewall_.c:65
+msgid "Cancel"
+msgstr "Odustani"
+
+#: ../../any.pm_.c:996
+msgid "Launch userdrake"
+msgstr "Pokreni userdrake"
+
+#: ../../any.pm_.c:998
+msgid ""
+"The per-user sharing uses the group \"fileshare\". \n"
+"You can use userdrake to add a user in this group."
+msgstr ""
+"Dijeljenje po-korisniku koristi grupu \"fileshare\". \n"
+"Možete dodavati korisnike u ovu grupu pomoću userdrake-a."
+
+#: ../../any.pm_.c:1035
+msgid "Welcome To Crackers"
+msgstr "Dobrodošli u Crackers"
+
+#: ../../any.pm_.c:1036
+msgid "Poor"
+msgstr "Loš"
+
+#: ../../any.pm_.c:1037 ../../mouse.pm_.c:31
+msgid "Standard"
+msgstr "Standard"
+
+#: ../../any.pm_.c:1038
+msgid "High"
+msgstr "Visok"
+
+#: ../../any.pm_.c:1039
+msgid "Higher"
+msgstr "Viši"
+
+#: ../../any.pm_.c:1040
+msgid "Paranoid"
+msgstr "Paranoičan"
+
+#: ../../any.pm_.c:1043
+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 ""
+"Ovaj nivo treba koristiti pažljivo. On čini vaš sistem lakšim za upotrebu,\n"
+"ali vrlo osjetljivim: ne smije biti korišten za računar koji je spojen na\n"
+"druge ili na Internet. Nema pristupa šifrom."
+
+#: ../../any.pm_.c:1046
+msgid ""
+"Password are now enabled, but use as a networked computer is still not "
+"recommended."
+msgstr ""
+"Šifra je sada aktivirana, ali korištenje za mrežni računar još nije "
+"preporučeno."
+
+#: ../../any.pm_.c:1047
+msgid ""
+"This is the standard security recommended for a computer that will be used "
+"to connect to the Internet as a client."
+msgstr ""
+"Ovo je standardna sigurnost koja je preporučena za računar koji će biti "
+"korišten za spajanje na Internet kao klijent."
+
+#: ../../any.pm_.c:1048
+msgid ""
+"There are already some restrictions, and more automatic checks are run every "
+"night."
+msgstr ""
+"Već postoje određena ograničenja, a više automatskih provjera se pokreće "
+"svaku noć."
+
+#: ../../any.pm_.c:1049
+msgid ""
+"With this security level, the use of this system as a server becomes "
+"possible.\n"
+"The security is now high enough to use the system as a server which accept\n"
+"connections from many clients. Note: if your machine is only a client on the "
+"Internet, you should better choose a lower level."
+msgstr ""
+"Sa ovim sigurnosnim nivoom, postaje moguće koristiti ovaj sistem kao "
+"server.\n"
+"Sigurnost je sada dovoljno visoka za upotrebu sistema kao servera koji "
+"prima\n"
+"konekcije sa mnogo klijenata. Napomena: ako je vaš računar samo klijent na "
+"Internetu, možda je bolje da izaberete niži nivo."
+
+#: ../../any.pm_.c:1052
+msgid ""
+"Based on the previous level, but the system is entirely closed.\n"
+"Security features are at their maximum."
+msgstr ""
+"Baziran na prethodnom nivou, ali sada je sistem potpuno zatvoren.\n"
+"Sigurnosne osobine na maksimumu."
+
+#: ../../any.pm_.c:1058
+msgid "Choose security level"
+msgstr "Izaberite nivo sigurnosti"
+
+#: ../../any.pm_.c:1061
+msgid "Security level"
+msgstr "Nivo sigurnosti"
+
+#: ../../any.pm_.c:1063
+msgid "Use libsafe for servers"
+msgstr "Koristi libsafe za servere"
+
+#: ../../any.pm_.c:1064
+msgid ""
+"A library which defends against buffer overflow and format string attacks."
+msgstr ""
+"Biblioteka koja brani od napada \"buffer overflow\" i \"format string\"."
+
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#: ../../bootloader.pm_.c:259
+#: ../../bootloader.pm_.c:355
#, c-format
msgid ""
"Welcome to %s the operating system chooser!\n"
@@ -943,52 +1176,52 @@ msgstr ""
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:835
+#: ../../bootloader.pm_.c:928
msgid "Welcome to GRUB the operating system chooser!"
msgstr "Dobro došli u GRUB izbornik operativnog sistema!"
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:838
+#: ../../bootloader.pm_.c:931
#, c-format
msgid "Use the %c and %c keys for selecting which entry is highlighted."
msgstr "Koristite tipke %c i %c za izbor jedne od stavki."
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:841
+#: ../../bootloader.pm_.c:934
msgid "Press enter to boot the selected OS, 'e' to edit the"
msgstr "Pritisnite enter za bootanje izabranog OSa, 'e' za editovanje"
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:844
+#: ../../bootloader.pm_.c:937
msgid "commands before booting, or 'c' for a command-line."
msgstr "komandi prije bootanja, ili 'c' za komandnu liniju."
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:847
+#: ../../bootloader.pm_.c:940
#, c-format
msgid "The highlighted entry will be booted automatically in %d seconds."
msgstr "Osvjetljene stavke će biti bootane automatski za %d sekundi."
-#: ../../bootloader.pm_.c:851
+#: ../../bootloader.pm_.c:944
msgid "not enough room in /boot"
msgstr "nema dovoljno prostora u /boot"
#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
#. -PO: so you may need to put them in English or in a different language if MS-windows doesn't exist in your language
-#: ../../bootloader.pm_.c:951
+#: ../../bootloader.pm_.c:1044
msgid "Desktop"
msgstr "Desktop"
#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#: ../../bootloader.pm_.c:953
+#: ../../bootloader.pm_.c:1046
msgid "Start Menu"
msgstr "Start Menu"
-#: ../../bootloader.pm_.c:972
+#: ../../bootloader.pm_.c:1065
#, c-format
msgid "You can't install the bootloader on a %s partition\n"
msgstr "Ne možete instalirati bootloader na %s particiju\n"
@@ -1001,15 +1234,15 @@ msgstr "pomoć još nije implementirana.\n"
msgid "Boot Style Configuration"
msgstr "Konfiguracija stila boota"
-#: ../../bootlook.pm_.c:79
+#: ../../bootlook.pm_.c:79 ../../standalone/logdrake_.c:101
msgid "/_File"
msgstr "/_Datoteka"
-#: ../../bootlook.pm_.c:80
+#: ../../bootlook.pm_.c:80 ../../standalone/logdrake_.c:107
msgid "/File/_Quit"
msgstr "/Datoteka/_Izlaz"
-#: ../../bootlook.pm_.c:80
+#: ../../bootlook.pm_.c:80 ../../standalone/logdrake_.c:107
msgid "<control>Q"
msgstr "<control>I"
@@ -1033,11 +1266,15 @@ msgstr "Tradicionalni Gtk+ Monitor"
msgid "Launch Aurora at boot time"
msgstr "Pokreni Aurora-u prilikom boota"
-#: ../../bootlook.pm_.c:100
+#: ../../bootlook.pm_.c:98
msgid "Lilo/grub mode"
msgstr "Lilo/grub mod"
-#: ../../bootlook.pm_.c:102
+#: ../../bootlook.pm_.c:98
+msgid "Yaboot mode"
+msgstr "Yaboot mod"
+
+#: ../../bootlook.pm_.c:104
#, c-format
msgid ""
"You are currently using %s as Boot Manager.\n"
@@ -1046,100 +1283,141 @@ msgstr ""
"Trenutno koristite %s kao boot manager.\n"
"Kliknite na Konfiguriši kako bi se pokrenuo čarobnjak za podešavanje."
-#: ../../bootlook.pm_.c:104 ../../standalone/drakgw_.c:643
-#: ../../standalone/draknet_.c:280 ../../standalone/tinyfirewall_.c:57
+#: ../../bootlook.pm_.c:106 ../../standalone/drakbackup_.c:1467
+#: ../../standalone/drakbackup_.c:1478 ../../standalone/drakgw_.c:715
+#: ../../standalone/tinyfirewall_.c:59
msgid "Configure"
msgstr "Konfiguriši"
-#: ../../bootlook.pm_.c:108
-msgid "Boot mode"
-msgstr "Boot mod"
-
-#: ../../bootlook.pm_.c:136
+#: ../../bootlook.pm_.c:141
msgid "System mode"
msgstr "Sistem mod"
-#: ../../bootlook.pm_.c:138
+#: ../../bootlook.pm_.c:143
msgid "Launch the X-Window system at start"
msgstr "Pokreni X-Window sistem na startu"
-#: ../../bootlook.pm_.c:143
+#: ../../bootlook.pm_.c:148
msgid "No, I don't want autologin"
msgstr "Ne, ne želim da se autologiram"
-#: ../../bootlook.pm_.c:145
+#: ../../bootlook.pm_.c:150
msgid "Yes, I want autologin with this (user, desktop)"
msgstr "Da, želim da se autologiram sa ovim (korisnik, desktop)"
-#: ../../bootlook.pm_.c:155 ../../standalone/draknet_.c:108
-#: ../../standalone/draknet_.c:140 ../../standalone/draknet_.c:208
-#: ../../standalone/draknet_.c:320 ../../standalone/draknet_.c:433
-#: ../../standalone/draknet_.c:507 ../../standalone/draknet_.c:543
-#: ../../standalone/draknet_.c:644
+#: ../../bootlook.pm_.c:160 ../../network/netconnect.pm_.c:102
+#: ../../standalone/drakbackup_.c:2441 ../../standalone/drakbackup_.c:3345
+#: ../../standalone/drakfont_.c:532 ../../standalone/drakfont_.c:655
+#: ../../standalone/drakfont_.c:719 ../../standalone/drakfont_.c:765
+#: ../../standalone/draknet_.c:109 ../../standalone/draknet_.c:141
+#: ../../standalone/draknet_.c:297 ../../standalone/draknet_.c:436
+#: ../../standalone/draknet_.c:522 ../../standalone/draknet_.c:565
+#: ../../standalone/draknet_.c:666 ../../standalone/logdrake_.c:505
msgid "OK"
msgstr "OK"
-#: ../../bootlook.pm_.c:156 ../../install_steps_gtk.pm_.c:516
-#: ../../interactive.pm_.c:122 ../../interactive.pm_.c:286
-#: ../../interactive.pm_.c:308 ../../interactive_stdio.pm_.c:27
-#: ../../my_gtk.pm_.c:416 ../../my_gtk.pm_.c:419 ../../my_gtk.pm_.c:716
-#: ../../printerdrake.pm_.c:1158 ../../standalone/drakgw_.c:648
-#: ../../standalone/draknet_.c:115 ../../standalone/draknet_.c:147
-#: ../../standalone/draknet_.c:313 ../../standalone/draknet_.c:519
-#: ../../standalone/draknet_.c:658 ../../standalone/tinyfirewall_.c:63
-msgid "Cancel"
-msgstr "Odustani"
-
-#: ../../bootlook.pm_.c:224
+#: ../../bootlook.pm_.c:229
#, c-format
msgid "can not open /etc/inittab for reading: %s"
msgstr "ne mogu otvoriti /etc/inittab za čitanje: %s"
-#: ../../bootlook.pm_.c:336 ../../standalone/drakboot_.c:47
-msgid "Installation of LILO failed. The following error occured:"
-msgstr "Instalacija LILOa nije uspjela. Javila se sljedeća greška:"
-
-#: ../../common.pm_.c:93
+#: ../../common.pm_.c:94
msgid "GB"
msgstr "GB"
-#: ../../common.pm_.c:93
+#: ../../common.pm_.c:94
msgid "KB"
msgstr "KB"
-#: ../../common.pm_.c:93 ../../install_steps_graphical.pm_.c:287
-#: ../../install_steps_graphical.pm_.c:334
+#: ../../common.pm_.c:94
msgid "MB"
msgstr "MB"
-#: ../../common.pm_.c:101
+#: ../../common.pm_.c:102
msgid "TB"
msgstr "TB"
-#: ../../common.pm_.c:109
+#: ../../common.pm_.c:110
#, c-format
msgid "%d minutes"
msgstr "%d minuta"
-#: ../../common.pm_.c:111
+#: ../../common.pm_.c:112
msgid "1 minute"
msgstr "1 minuta"
-#: ../../common.pm_.c:113
+#: ../../common.pm_.c:114
#, c-format
msgid "%d seconds"
msgstr "%d sekundi"
-#: ../../diskdrake.pm_.c:100
+#: ../../common.pm_.c:159
+msgid "Can't make screenshots before partitioning"
+msgstr "Ne mogu napraviti screenshot prije particioniranja"
+
+#: ../../common.pm_.c:166
+#, c-format
+msgid "Screenshots will be available after install in %s"
+msgstr "Screenshotovi će biti dostupni nakon što instalirate u %s"
+
+#: ../../crypto.pm_.c:12 ../../crypto.pm_.c:26 ../../standalone/drakxtv_.c:50
+msgid "France"
+msgstr "Francuska"
+
+#: ../../crypto.pm_.c:13
+msgid "Costa Rica"
+msgstr "Kostarika"
+
+#: ../../crypto.pm_.c:14 ../../crypto.pm_.c:27
+msgid "Belgium"
+msgstr "Belgija"
+
+#: ../../crypto.pm_.c:15 ../../crypto.pm_.c:28
+msgid "Czech Republic"
+msgstr "Češka"
+
+#: ../../crypto.pm_.c:16 ../../crypto.pm_.c:29
+msgid "Germany"
+msgstr "Njemačka"
+
+#: ../../crypto.pm_.c:17 ../../crypto.pm_.c:30
+msgid "Greece"
+msgstr "Grčka"
+
+#: ../../crypto.pm_.c:18 ../../crypto.pm_.c:31
+msgid "Norway"
+msgstr "Norveška"
+
+#: ../../crypto.pm_.c:19 ../../crypto.pm_.c:32
+msgid "Sweden"
+msgstr "Švedska"
+
+#: ../../crypto.pm_.c:20 ../../crypto.pm_.c:34
+msgid "Netherlands"
+msgstr "Nizozemska"
+
+#: ../../crypto.pm_.c:21 ../../crypto.pm_.c:35 ../../standalone/drakxtv_.c:50
+msgid "Italy"
+msgstr "Italija"
+
+#: ../../crypto.pm_.c:22 ../../crypto.pm_.c:36
+msgid "Austria"
+msgstr "Austrija"
+
+#: ../../crypto.pm_.c:33 ../../crypto.pm_.c:67
+msgid "United States"
+msgstr "SAD"
+
+#: ../../diskdrake/hd_gtk.pm_.c:94
msgid "Please make a backup of your data first"
msgstr "Molimo najprije napravite backup vaših podataka"
-#: ../../diskdrake.pm_.c:100 ../../diskdrake_interactive.pm_.c:801
-#: ../../diskdrake_interactive.pm_.c:810 ../../diskdrake_interactive.pm_.c:864
+#: ../../diskdrake/hd_gtk.pm_.c:94 ../../diskdrake/interactive.pm_.c:891
+#: ../../diskdrake/interactive.pm_.c:900 ../../diskdrake/interactive.pm_.c:954
msgid "Read carefully!"
msgstr "Pročitajte pažljivo!"
-#: ../../diskdrake.pm_.c:103
+#: ../../diskdrake/hd_gtk.pm_.c:97
msgid ""
"If you plan to use aboot, be carefull to leave a free space (2048 sectors is "
"enough)\n"
@@ -1149,54 +1427,23 @@ msgstr ""
"(2048 sektora je dovoljno)\n"
"na početku diska"
-#: ../../diskdrake.pm_.c:122 ../../diskdrake_interactive.pm_.c:313
-#: ../../diskdrake_interactive.pm_.c:328 ../../install_steps.pm_.c:72
-#: ../../install_steps_interactive.pm_.c:37
-#: ../../install_steps_interactive.pm_.c:310 ../../interactive_http.pm_.c:119
-#: ../../interactive_http.pm_.c:120 ../../standalone/diskdrake_.c:62
+#: ../../diskdrake/hd_gtk.pm_.c:116 ../../diskdrake/interactive.pm_.c:325
+#: ../../diskdrake/interactive.pm_.c:340 ../../diskdrake/smbnfs_gtk.pm_.c:45
+#: ../../install_steps.pm_.c:75 ../../install_steps_interactive.pm_.c:67
+#: ../../install_steps_interactive.pm_.c:356 ../../interactive_http.pm_.c:119
+#: ../../interactive_http.pm_.c:120 ../../standalone/diskdrake_.c:84
msgid "Error"
msgstr "Greška"
-#: ../../diskdrake.pm_.c:159
+#: ../../diskdrake/hd_gtk.pm_.c:151
msgid "Wizard"
msgstr "Čarobnjak"
-#: ../../diskdrake.pm_.c:181
-msgid "New"
-msgstr "Novi"
-
-#: ../../diskdrake.pm_.c:203 ../../diskdrake.pm_.c:206
-msgid "Remote"
-msgstr "Udaljeni"
-
-#: ../../diskdrake.pm_.c:208 ../../diskdrake.pm_.c:479
-#: ../../diskdrake_interactive.pm_.c:352 ../../diskdrake_interactive.pm_.c:523
-msgid "Mount point"
-msgstr "Tačka montiranja"
-
-#: ../../diskdrake.pm_.c:209
-msgid "Options"
-msgstr "Opcije"
-
-#: ../../diskdrake.pm_.c:211 ../../diskdrake.pm_.c:417
-#: ../../diskdrake.pm_.c:534 ../../diskdrake_interactive.pm_.c:353
-#: ../../diskdrake_interactive.pm_.c:488
-msgid "Type"
-msgstr "Tip"
-
-#: ../../diskdrake.pm_.c:223 ../../diskdrake_interactive.pm_.c:361
-msgid "Unmount"
-msgstr "Demontiraj"
-
-#: ../../diskdrake.pm_.c:224 ../../diskdrake_interactive.pm_.c:357
-msgid "Mount"
-msgstr "Montiraj"
-
-#: ../../diskdrake.pm_.c:228
+#: ../../diskdrake/hd_gtk.pm_.c:181 ../../diskdrake/removable_gtk.pm_.c:24
msgid "Choose action"
msgstr "Izaberi akciju"
-#: ../../diskdrake.pm_.c:235
+#: ../../diskdrake/hd_gtk.pm_.c:185
msgid ""
"You have one big FAT partition\n"
"(generally used by MicroSoft Dos/Windows).\n"
@@ -1208,88 +1455,77 @@ msgstr ""
"Predlažem da najprije promjenite veličinu te particije\n"
"(kliknite na nju, zatim na \"Promjeni veličinu\")"
-#: ../../diskdrake.pm_.c:238
+#: ../../diskdrake/hd_gtk.pm_.c:188
msgid "Please click on a partition"
msgstr "Molimo kliknite na particiju"
-#: ../../diskdrake.pm_.c:240
-msgid "Please click on a media"
-msgstr "Molimo kliknite na medij"
-
-#: ../../diskdrake.pm_.c:243
-msgid ""
-"Please click on a button above\n"
-"\n"
-"Or use \"New\""
-msgstr ""
-"Molimo kliknite na dugme iznad\n"
-"\n"
-"Ili koristite \"Nova\""
-
-#: ../../diskdrake.pm_.c:244
-msgid "Use \"New\""
-msgstr "Koristi \"Nova\""
-
-#: ../../diskdrake.pm_.c:263 ../../install_steps_gtk.pm_.c:517
+#: ../../diskdrake/hd_gtk.pm_.c:202 ../../diskdrake/smbnfs_gtk.pm_.c:67
+#: ../../install_steps_gtk.pm_.c:523
msgid "Details"
msgstr "Detalji"
-#: ../../diskdrake.pm_.c:395
+#: ../../diskdrake/hd_gtk.pm_.c:320
msgid "Ext2"
msgstr "Ext2"
-#: ../../diskdrake.pm_.c:395
+#: ../../diskdrake/hd_gtk.pm_.c:320
msgid "FAT"
msgstr "FAT"
-#: ../../diskdrake.pm_.c:395
+#: ../../diskdrake/hd_gtk.pm_.c:320
msgid "HFS"
msgstr "HFS"
-#: ../../diskdrake.pm_.c:395
+#: ../../diskdrake/hd_gtk.pm_.c:320
msgid "Journalised FS"
msgstr "Journalised FS"
-#: ../../diskdrake.pm_.c:395
+#: ../../diskdrake/hd_gtk.pm_.c:320
msgid "SunOS"
msgstr "SunOS"
-#: ../../diskdrake.pm_.c:395
+#: ../../diskdrake/hd_gtk.pm_.c:320
msgid "Swap"
msgstr "Swap"
-#: ../../diskdrake.pm_.c:396 ../../diskdrake_interactive.pm_.c:952
+#: ../../diskdrake/hd_gtk.pm_.c:321 ../../diskdrake/interactive.pm_.c:1050
msgid "Empty"
msgstr "Prazno"
-#: ../../diskdrake.pm_.c:396 ../../install_steps_gtk.pm_.c:373
-#: ../../install_steps_gtk.pm_.c:433 ../../mouse.pm_.c:161
-#: ../../services.pm_.c:161
+#: ../../diskdrake/hd_gtk.pm_.c:321 ../../install_steps_gtk.pm_.c:379
+#: ../../install_steps_gtk.pm_.c:439 ../../mouse.pm_.c:162
+#: ../../services.pm_.c:157 ../../standalone/drakbackup_.c:944
msgid "Other"
msgstr "Ostalo"
-#: ../../diskdrake.pm_.c:400
+#: ../../diskdrake/hd_gtk.pm_.c:325
msgid "Filesystem types:"
msgstr "Tipovi file sistema:"
-#: ../../diskdrake.pm_.c:417 ../../diskdrake_interactive.pm_.c:375
+#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/interactive.pm_.c:386
msgid "Create"
msgstr "Kreiraj"
-#: ../../diskdrake.pm_.c:417 ../../diskdrake.pm_.c:419
+#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/interactive.pm_.c:365
+#: ../../diskdrake/interactive.pm_.c:499 ../../diskdrake/removable.pm_.c:26
+#: ../../diskdrake/removable.pm_.c:49 ../../diskdrake/removable_gtk.pm_.c:17
+msgid "Type"
+msgstr "Tip"
+
+#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/hd_gtk.pm_.c:344
#, c-format
msgid "Use ``%s'' instead"
msgstr "Koristite ``%s'' umjesto toga"
-#: ../../diskdrake.pm_.c:419 ../../diskdrake_interactive.pm_.c:362
+#: ../../diskdrake/hd_gtk.pm_.c:344 ../../diskdrake/interactive.pm_.c:374
msgid "Delete"
msgstr "Obriši"
-#: ../../diskdrake.pm_.c:423
+#: ../../diskdrake/hd_gtk.pm_.c:348
msgid "Use ``Unmount'' first"
msgstr "Najprije koristite ``Demontiraj''"
-#: ../../diskdrake.pm_.c:424 ../../diskdrake_interactive.pm_.c:480
+#: ../../diskdrake/hd_gtk.pm_.c:349 ../../diskdrake/interactive.pm_.c:491
#, c-format
msgid ""
"After changing type of partition %s, all data on this partition will be lost"
@@ -1297,131 +1533,67 @@ msgstr ""
"Nakon promjene tipa particije %s, svi podaci na ovoj particiji će biti "
"izgubljeni"
-#: ../../diskdrake.pm_.c:478 ../../diskdrake_interactive.pm_.c:522
-#, c-format
-msgid "Where do you want to mount device %s?"
-msgstr "Gdje želite montirati uređaj %s?"
-
-#: ../../diskdrake.pm_.c:500
-msgid "Mount options"
-msgstr "Opcije montiranja"
-
-#: ../../diskdrake.pm_.c:507
-msgid "Various"
-msgstr "Razni"
-
-#: ../../diskdrake.pm_.c:525
-msgid "Removable media"
-msgstr "Izmjenjivi medij"
-
-#: ../../diskdrake.pm_.c:532
-msgid "Change type"
-msgstr "Promjeni tip"
-
-#: ../../diskdrake.pm_.c:533 ../../diskdrake_interactive.pm_.c:487
-msgid "Which filesystem do you want?"
-msgstr "Koji datotečni sistem želite?"
-
-#: ../../diskdrake.pm_.c:564
-msgid "Scanning available nfs shared resource"
-msgstr "Pretraga dostupnih nfs dijeljenih resursa"
-
-#: ../../diskdrake.pm_.c:569
-#, c-format
-msgid "Scanning available nfs shared resource of server %s"
-msgstr "Pretraga dostupnih nfs dijeljenih resursa na serveru %s"
-
-#: ../../diskdrake.pm_.c:578 ../../diskdrake.pm_.c:648
-msgid "If the list above doesn't contain the wanted entry, enter it here:"
-msgstr "Ako gornja lista ne sadrži ispravnu stavku, unesite je ovdje:"
-
-#: ../../diskdrake.pm_.c:581 ../../diskdrake.pm_.c:651
-msgid "Server"
-msgstr "Server"
-
-#: ../../diskdrake.pm_.c:582 ../../diskdrake.pm_.c:652
-msgid "Shared resource"
-msgstr "Dijeljeni resurs"
-
-#: ../../diskdrake.pm_.c:615
-msgid "Scanning available samba shared resource"
-msgstr "Pretraga dostupnih samba dijeljenih resursa"
-
-#: ../../diskdrake.pm_.c:626 ../../diskdrake.pm_.c:639
-#, c-format
-msgid "Scanning available samba shared resource of server %s"
-msgstr "Pretraga dostupnih samba dijeljenih resursa na serveru %s"
-
-#: ../../diskdrake_interactive.pm_.c:163
+#: ../../diskdrake/interactive.pm_.c:171
msgid "Choose a partition"
msgstr "Izaberi particiju"
-#: ../../diskdrake_interactive.pm_.c:163
+#: ../../diskdrake/interactive.pm_.c:171
msgid "Choose another partition"
msgstr "Izaberi drugu particiju"
-#: ../../diskdrake_interactive.pm_.c:188
+#: ../../diskdrake/interactive.pm_.c:196
msgid "Exit"
msgstr "Izlaz"
-#: ../../diskdrake_interactive.pm_.c:210
+#: ../../diskdrake/interactive.pm_.c:218
msgid "Toggle to expert mode"
msgstr "Prebaci u ekspertni mod"
-#: ../../diskdrake_interactive.pm_.c:210
+#: ../../diskdrake/interactive.pm_.c:218
msgid "Toggle to normal mode"
msgstr "Prebaci u normalni mod"
-#: ../../diskdrake_interactive.pm_.c:210
+#: ../../diskdrake/interactive.pm_.c:218
msgid "Undo"
msgstr "Poništi"
-#: ../../diskdrake_interactive.pm_.c:229
+#: ../../diskdrake/interactive.pm_.c:237
msgid "Continue anyway?"
msgstr "Svejedno nastavljate?"
-#: ../../diskdrake_interactive.pm_.c:234
+#: ../../diskdrake/interactive.pm_.c:242
msgid "Quit without saving"
msgstr "Izlaz bez spašavanja"
-#: ../../diskdrake_interactive.pm_.c:234
+#: ../../diskdrake/interactive.pm_.c:242
msgid "Quit without writing the partition table?"
msgstr "Izlazite bez pisanja tabele particija?"
-#: ../../diskdrake_interactive.pm_.c:237
+#: ../../diskdrake/interactive.pm_.c:247
msgid "Do you want to save /etc/fstab modifications"
msgstr "Želite li spasiti izmjene /etc/fstab"
-#: ../../diskdrake_interactive.pm_.c:247
+#: ../../diskdrake/interactive.pm_.c:259
msgid "Auto allocate"
msgstr "Auto alokacija"
-#: ../../diskdrake_interactive.pm_.c:247
+#: ../../diskdrake/interactive.pm_.c:259
msgid "Clear all"
msgstr "Obriši sve"
-#: ../../diskdrake_interactive.pm_.c:247
-#: ../../install_steps_interactive.pm_.c:171
-msgid "More"
-msgstr "Još"
-
-#: ../../diskdrake_interactive.pm_.c:250
+#: ../../diskdrake/interactive.pm_.c:262
msgid "Hard drive information"
msgstr "Informacije o hard disku"
-#: ../../diskdrake_interactive.pm_.c:267
-msgid "Not enough space for auto-allocating"
-msgstr "Nema dovoljno prostora za auto-alokaciju"
-
-#: ../../diskdrake_interactive.pm_.c:273
+#: ../../diskdrake/interactive.pm_.c:283
msgid "All primary partitions are used"
msgstr "Sve primarne particije su u upotrebi"
-#: ../../diskdrake_interactive.pm_.c:274
+#: ../../diskdrake/interactive.pm_.c:284
msgid "I can't add any more partition"
msgstr "Ne mogu dodati više particija"
-#: ../../diskdrake_interactive.pm_.c:275
+#: ../../diskdrake/interactive.pm_.c:285
msgid ""
"To have more partitions, please delete one to be able to create an extended "
"partition"
@@ -1429,31 +1601,31 @@ msgstr ""
"Da biste imali još particija, molimo pobrišite jednu kako bi se mogla "
"kreirati extended particija"
-#: ../../diskdrake_interactive.pm_.c:285
+#: ../../diskdrake/interactive.pm_.c:295
msgid "Save partition table"
msgstr "Snimi tabelu particija"
-#: ../../diskdrake_interactive.pm_.c:286
+#: ../../diskdrake/interactive.pm_.c:296
msgid "Restore partition table"
msgstr "Vrati tabelu particija"
-#: ../../diskdrake_interactive.pm_.c:287
+#: ../../diskdrake/interactive.pm_.c:297
msgid "Rescue partition table"
msgstr "Spasi tabelu particija"
-#: ../../diskdrake_interactive.pm_.c:289
+#: ../../diskdrake/interactive.pm_.c:299
msgid "Reload partition table"
msgstr "Ponovo učitaj tabelu particija"
-#: ../../diskdrake_interactive.pm_.c:293
+#: ../../diskdrake/interactive.pm_.c:304
msgid "Removable media automounting"
msgstr "Automatsko montiranje izmjenjivog medija"
-#: ../../diskdrake_interactive.pm_.c:301 ../../diskdrake_interactive.pm_.c:321
+#: ../../diskdrake/interactive.pm_.c:313 ../../diskdrake/interactive.pm_.c:333
msgid "Select file"
msgstr "Izaberite datoteku"
-#: ../../diskdrake_interactive.pm_.c:308
+#: ../../diskdrake/interactive.pm_.c:320
msgid ""
"The backup partition table has not the same size\n"
"Still continue?"
@@ -1461,11 +1633,11 @@ msgstr ""
"Backup tabela particija nema istu veličinu\n"
"Ipak nastavljate?"
-#: ../../diskdrake_interactive.pm_.c:322
+#: ../../diskdrake/interactive.pm_.c:334
msgid "Warning"
msgstr "Upozorenje"
-#: ../../diskdrake_interactive.pm_.c:323
+#: ../../diskdrake/interactive.pm_.c:335
msgid ""
"Insert a floppy in drive\n"
"All data on this floppy will be lost"
@@ -1473,97 +1645,122 @@ msgstr ""
"Ubacite disketu u jedinicu\n"
"Svi podaci na toj disketi će biti izgubljeni"
-#: ../../diskdrake_interactive.pm_.c:334
+#: ../../diskdrake/interactive.pm_.c:346
msgid "Trying to rescue partition table"
msgstr "Pokušavam da spasim tabelu particija"
-#: ../../diskdrake_interactive.pm_.c:340
+#: ../../diskdrake/interactive.pm_.c:352
msgid "Detailed information"
msgstr "Detaljne informacije"
-#: ../../diskdrake_interactive.pm_.c:354 ../../diskdrake_interactive.pm_.c:590
+#: ../../diskdrake/interactive.pm_.c:364 ../../diskdrake/interactive.pm_.c:534
+#: ../../diskdrake/interactive.pm_.c:554 ../../diskdrake/removable.pm_.c:24
+#: ../../diskdrake/removable_gtk.pm_.c:15 ../../diskdrake/smbnfs_gtk.pm_.c:83
+msgid "Mount point"
+msgstr "Tačka montiranja"
+
+#: ../../diskdrake/interactive.pm_.c:366 ../../diskdrake/removable.pm_.c:25
+#: ../../diskdrake/removable_gtk.pm_.c:16 ../../diskdrake/smbnfs_gtk.pm_.c:84
+msgid "Options"
+msgstr "Opcije"
+
+#: ../../diskdrake/interactive.pm_.c:367 ../../diskdrake/interactive.pm_.c:621
msgid "Resize"
msgstr "Promjeni veličinu"
-#: ../../diskdrake_interactive.pm_.c:355 ../../diskdrake_interactive.pm_.c:630
+#: ../../diskdrake/interactive.pm_.c:368 ../../diskdrake/interactive.pm_.c:674
msgid "Move"
msgstr "Premještanje"
-#: ../../diskdrake_interactive.pm_.c:356
+#: ../../diskdrake/interactive.pm_.c:369
msgid "Format"
msgstr "Formatiraj"
-#: ../../diskdrake_interactive.pm_.c:358
-msgid "Active"
-msgstr "Aktivna"
+#: ../../diskdrake/interactive.pm_.c:370 ../../diskdrake/smbnfs_gtk.pm_.c:80
+msgid "Mount"
+msgstr "Montiraj"
-#: ../../diskdrake_interactive.pm_.c:359
+#: ../../diskdrake/interactive.pm_.c:371
msgid "Add to RAID"
msgstr "Dodaj na RAID"
-#: ../../diskdrake_interactive.pm_.c:360
+#: ../../diskdrake/interactive.pm_.c:372
msgid "Add to LVM"
msgstr "Dodaj na LVM"
-#: ../../diskdrake_interactive.pm_.c:363
+#: ../../diskdrake/interactive.pm_.c:373 ../../diskdrake/smbnfs_gtk.pm_.c:79
+msgid "Unmount"
+msgstr "Demontiraj"
+
+#: ../../diskdrake/interactive.pm_.c:375
msgid "Remove from RAID"
msgstr "Ukloni sa RAIDa"
-#: ../../diskdrake_interactive.pm_.c:364
+#: ../../diskdrake/interactive.pm_.c:376
msgid "Remove from LVM"
msgstr "Ukloni sa LVMa"
-#: ../../diskdrake_interactive.pm_.c:365
+#: ../../diskdrake/interactive.pm_.c:377
msgid "Modify RAID"
msgstr "Modificiraj RAID"
-#: ../../diskdrake_interactive.pm_.c:366
+#: ../../diskdrake/interactive.pm_.c:378
msgid "Use for loopback"
msgstr "Koristi za loopback"
-#: ../../diskdrake_interactive.pm_.c:409
+#: ../../diskdrake/interactive.pm_.c:417
msgid "Create a new partition"
msgstr "Napravi novu particiju"
-#: ../../diskdrake_interactive.pm_.c:412
+#: ../../diskdrake/interactive.pm_.c:420
msgid "Start sector: "
msgstr "Početni sektor: "
-#: ../../diskdrake_interactive.pm_.c:414 ../../diskdrake_interactive.pm_.c:732
+#: ../../diskdrake/interactive.pm_.c:422 ../../diskdrake/interactive.pm_.c:773
msgid "Size in MB: "
msgstr "Veličina u MB: "
-#: ../../diskdrake_interactive.pm_.c:415 ../../diskdrake_interactive.pm_.c:733
+#: ../../diskdrake/interactive.pm_.c:423 ../../diskdrake/interactive.pm_.c:774
msgid "Filesystem type: "
msgstr "Tip datotečnog sistema: "
-#: ../../diskdrake_interactive.pm_.c:416 ../../diskdrake_interactive.pm_.c:936
-#: ../../diskdrake_interactive.pm_.c:1010
+#: ../../diskdrake/interactive.pm_.c:424
+#: ../../diskdrake/interactive.pm_.c:1034
+#: ../../diskdrake/interactive.pm_.c:1108
msgid "Mount point: "
msgstr "Tačka montiranja: "
-#: ../../diskdrake_interactive.pm_.c:420
+#: ../../diskdrake/interactive.pm_.c:428
msgid "Preference: "
msgstr "Preference: "
-#: ../../diskdrake_interactive.pm_.c:462
+#: ../../diskdrake/interactive.pm_.c:472
msgid "Remove the loopback file?"
msgstr "Ukloniti loopback datoteku?"
-#: ../../diskdrake_interactive.pm_.c:486
+#: ../../diskdrake/interactive.pm_.c:497
msgid "Change partition type"
msgstr "Izmjena tipa particije"
-#: ../../diskdrake_interactive.pm_.c:491
+#: ../../diskdrake/interactive.pm_.c:498 ../../diskdrake/removable.pm_.c:48
+msgid "Which filesystem do you want?"
+msgstr "Koji datotečni sistem želite?"
+
+#: ../../diskdrake/interactive.pm_.c:502
msgid "Switching from ext2 to ext3"
msgstr "Prebacujem sa ext2 na ext3"
-#: ../../diskdrake_interactive.pm_.c:521
+#: ../../diskdrake/interactive.pm_.c:532
#, c-format
msgid "Where do you want to mount loopback file %s?"
msgstr "Gdje želite montirati loopback datoteku %s?"
-#: ../../diskdrake_interactive.pm_.c:528
+#: ../../diskdrake/interactive.pm_.c:533 ../../diskdrake/interactive.pm_.c:553
+#, c-format
+msgid "Where do you want to mount device %s?"
+msgstr "Gdje želite montirati uređaj %s?"
+
+#: ../../diskdrake/interactive.pm_.c:539
msgid ""
"Can't unset mount point as this partition is used for loop back.\n"
"Remove the loopback first"
@@ -1572,130 +1769,138 @@ msgstr ""
"loopback.\n"
"Najprije uklonite loopback"
-#: ../../diskdrake_interactive.pm_.c:549
+#: ../../diskdrake/interactive.pm_.c:577
msgid "Computing FAT filesystem bounds"
msgstr "Izračunavam granice FAT filesistema"
-#: ../../diskdrake_interactive.pm_.c:549 ../../diskdrake_interactive.pm_.c:605
-#: ../../install_interactive.pm_.c:116
+#: ../../diskdrake/interactive.pm_.c:577 ../../diskdrake/interactive.pm_.c:636
+#: ../../install_interactive.pm_.c:130
msgid "Resizing"
msgstr "Mijenjam veličinu"
-#: ../../diskdrake_interactive.pm_.c:578
+#: ../../diskdrake/interactive.pm_.c:609
msgid "This partition is not resizeable"
msgstr "Ovoj particiji ne možete mijenjati veličinu"
-#: ../../diskdrake_interactive.pm_.c:583
+#: ../../diskdrake/interactive.pm_.c:614
msgid "All data on this partition should be backed-up"
msgstr "Svi podaci na toj particiji bi trebali biti backupovani"
-#: ../../diskdrake_interactive.pm_.c:585
+#: ../../diskdrake/interactive.pm_.c:616
#, c-format
msgid "After resizing partition %s, all data on this partition will be lost"
msgstr ""
"Nakon promjene veličine particije %s, svi podaci na njoj će biti izgubljeni"
-#: ../../diskdrake_interactive.pm_.c:590
+#: ../../diskdrake/interactive.pm_.c:621
msgid "Choose the new size"
msgstr "Izaberite novu veličinu"
-#: ../../diskdrake_interactive.pm_.c:591
+#: ../../diskdrake/interactive.pm_.c:622
msgid "New size in MB: "
msgstr "Nova veličina u MB: "
-#: ../../diskdrake_interactive.pm_.c:631
+#: ../../diskdrake/interactive.pm_.c:675
msgid "Which disk do you want to move it to?"
msgstr "Na koji disk je želite premjestiti?"
-#: ../../diskdrake_interactive.pm_.c:632
+#: ../../diskdrake/interactive.pm_.c:676
msgid "Sector"
msgstr "Sektor"
-#: ../../diskdrake_interactive.pm_.c:633
+#: ../../diskdrake/interactive.pm_.c:677
msgid "Which sector do you want to move it to?"
msgstr "Na koji sektor je želite premjestiti?"
-#: ../../diskdrake_interactive.pm_.c:636
+#: ../../diskdrake/interactive.pm_.c:680
msgid "Moving"
msgstr "Premještam"
-#: ../../diskdrake_interactive.pm_.c:636
+#: ../../diskdrake/interactive.pm_.c:680
msgid "Moving partition..."
msgstr "Premještam particiju..."
-#: ../../diskdrake_interactive.pm_.c:657
+#: ../../diskdrake/interactive.pm_.c:697
msgid "Choose an existing RAID to add to"
msgstr "Izaberite postojeći RAID na koji ćete dodati"
-#: ../../diskdrake_interactive.pm_.c:658 ../../diskdrake_interactive.pm_.c:676
+#: ../../diskdrake/interactive.pm_.c:698 ../../diskdrake/interactive.pm_.c:716
msgid "new"
msgstr "novi"
-#: ../../diskdrake_interactive.pm_.c:674
+#: ../../diskdrake/interactive.pm_.c:714
msgid "Choose an existing LVM to add to"
msgstr "Izaberite postojeći LVM na koji ćete dodati"
-#: ../../diskdrake_interactive.pm_.c:679
+#: ../../diskdrake/interactive.pm_.c:719
msgid "LVM name?"
msgstr "Naziv LVMa?"
-#: ../../diskdrake_interactive.pm_.c:718
+#: ../../diskdrake/interactive.pm_.c:759
msgid "This partition can't be used for loopback"
msgstr "Ova particija se ne može koristiti za loopback"
-#: ../../diskdrake_interactive.pm_.c:730
+#: ../../diskdrake/interactive.pm_.c:771
msgid "Loopback"
msgstr "Loopback"
-#: ../../diskdrake_interactive.pm_.c:731
+#: ../../diskdrake/interactive.pm_.c:772
msgid "Loopback file name: "
msgstr "Naziv loopback datoteke: "
-#: ../../diskdrake_interactive.pm_.c:736
+#: ../../diskdrake/interactive.pm_.c:777
msgid "Give a file name"
msgstr "Dajte naziv datoteke"
-#: ../../diskdrake_interactive.pm_.c:739
+#: ../../diskdrake/interactive.pm_.c:780
msgid "File already used by another loopback, choose another one"
msgstr "Datoteku već koristi drugi loopback, izaberite drugo ime"
-#: ../../diskdrake_interactive.pm_.c:740
+#: ../../diskdrake/interactive.pm_.c:781
msgid "File already exists. Use it?"
msgstr "Datoteka već postoji. Želite li je koristiti?"
-#: ../../diskdrake_interactive.pm_.c:784
+#: ../../diskdrake/interactive.pm_.c:804
+msgid "Mount options"
+msgstr "Opcije montiranja"
+
+#: ../../diskdrake/interactive.pm_.c:811
+msgid "Various"
+msgstr "Razni"
+
+#: ../../diskdrake/interactive.pm_.c:874
msgid "device"
msgstr "uređaj"
-#: ../../diskdrake_interactive.pm_.c:785
+#: ../../diskdrake/interactive.pm_.c:875
msgid "level"
msgstr "nivo"
-#: ../../diskdrake_interactive.pm_.c:786
+#: ../../diskdrake/interactive.pm_.c:876
msgid "chunk size"
msgstr "veličina chunka"
-#: ../../diskdrake_interactive.pm_.c:801
+#: ../../diskdrake/interactive.pm_.c:891
msgid "Be careful: this operation is dangerous."
msgstr "Budite oprezni: ova operacija je opasna"
-#: ../../diskdrake_interactive.pm_.c:816
+#: ../../diskdrake/interactive.pm_.c:906
msgid "What type of partitioning?"
msgstr "Koju vrstu particioniranja?"
-#: ../../diskdrake_interactive.pm_.c:834
+#: ../../diskdrake/interactive.pm_.c:924
msgid ""
"Sorry I won't accept to create /boot so far onto the drive (on a cylinder > "
"1024).\n"
"Either you use LILO and it won't work, or you don't use LILO and you don't "
"need /boot"
msgstr ""
-"Žao mi je, ali još uvijek neću prihvatiti kreiranje /boota na drajvu (na "
-"cilindru >1024).\n"
+"Žalim, ali ipak neću prihvatiti kreiranje /boot particije ovdje (na cilindru "
+">1024).\n"
"Ili ćete koristiti LILO i stvar neće raditi, ili nećete koristiti LILO pa "
"vam ne treba ni /boot"
-#: ../../diskdrake_interactive.pm_.c:838
+#: ../../diskdrake/interactive.pm_.c:928
msgid ""
"The partition you've selected to add as root (/) is physically located "
"beyond\n"
@@ -1707,7 +1912,7 @@ msgstr ""
"1024og cilindra hard diska, tako da nemate /boot particiju.\n"
"Ako planirate koristiti LILO boot manager, pazite da dodate /boot particiju"
-#: ../../diskdrake_interactive.pm_.c:844
+#: ../../diskdrake/interactive.pm_.c:934
msgid ""
"You've selected a software RAID partition as root (/).\n"
"No bootloader is able to handle this without a /boot partition.\n"
@@ -1717,47 +1922,47 @@ msgstr ""
"Nijedan bootloader nije u mogućnosti da rukuje sa ovim bez /boot particije.\n"
"Pazite da dodate /boot particiju"
-#: ../../diskdrake_interactive.pm_.c:864
+#: ../../diskdrake/interactive.pm_.c:954
#, c-format
msgid "Partition table of drive %s is going to be written to disk!"
-msgstr "Tabela particija za drajv %s će biti zapisana na disk!"
+msgstr "Tabela particija za uređaj %s će biti zapisana na disk!"
-#: ../../diskdrake_interactive.pm_.c:868
+#: ../../diskdrake/interactive.pm_.c:958
msgid "You'll need to reboot before the modification can take place"
msgstr ""
"Biće potrebno da rebootate prije nego što izmjene mogu stupiti na snagu"
-#: ../../diskdrake_interactive.pm_.c:879
+#: ../../diskdrake/interactive.pm_.c:969
#, c-format
msgid "After formatting partition %s, all data on this partition will be lost"
msgstr ""
"Nakon formatiranja particije %s, svi podaci na toj particiji će biti "
"izgubljeni"
-#: ../../diskdrake_interactive.pm_.c:881
+#: ../../diskdrake/interactive.pm_.c:971
msgid "Formatting"
msgstr "Formatiram"
-#: ../../diskdrake_interactive.pm_.c:882
+#: ../../diskdrake/interactive.pm_.c:972
#, c-format
msgid "Formatting loopback file %s"
msgstr "Formatiram loopback datoteku %s"
-#: ../../diskdrake_interactive.pm_.c:883
-#: ../../install_steps_interactive.pm_.c:419
+#: ../../diskdrake/interactive.pm_.c:973
+#: ../../install_steps_interactive.pm_.c:465
#, c-format
msgid "Formatting partition %s"
msgstr "Formatiram particiju %s"
-#: ../../diskdrake_interactive.pm_.c:894
+#: ../../diskdrake/interactive.pm_.c:984
msgid "Hide files"
msgstr "Sakrij datoteke"
-#: ../../diskdrake_interactive.pm_.c:894
+#: ../../diskdrake/interactive.pm_.c:984
msgid "Move files to the new partition"
msgstr "Prebaci datoteke na novu particiju"
-#: ../../diskdrake_interactive.pm_.c:895
+#: ../../diskdrake/interactive.pm_.c:985
#, c-format
msgid ""
"Directory %s already contain some data\n"
@@ -1766,76 +1971,83 @@ msgstr ""
"Direktorij %s već sadrži neke podatke\n"
"(%s)"
-#: ../../diskdrake_interactive.pm_.c:906
+#: ../../diskdrake/interactive.pm_.c:996
msgid "Moving files to the new partition"
msgstr "Premještam datoteke na novu particiju"
-#: ../../diskdrake_interactive.pm_.c:910
+#: ../../diskdrake/interactive.pm_.c:1000
#, c-format
msgid "Copying %s"
msgstr "Kopiram %s"
-#: ../../diskdrake_interactive.pm_.c:914
+#: ../../diskdrake/interactive.pm_.c:1004
#, c-format
msgid "Removing %s"
msgstr "Uklanjam %s"
-#: ../../diskdrake_interactive.pm_.c:937 ../../diskdrake_interactive.pm_.c:996
+#: ../../diskdrake/interactive.pm_.c:1014
+#, c-format
+msgid "partition %s is now known as %s"
+msgstr "particija %s je od sada poznata kao %s"
+
+#: ../../diskdrake/interactive.pm_.c:1035
+#: ../../diskdrake/interactive.pm_.c:1094
msgid "Device: "
msgstr "Uređaj: "
-#: ../../diskdrake_interactive.pm_.c:938
+#: ../../diskdrake/interactive.pm_.c:1036
#, c-format
msgid "DOS drive letter: %s (just a guess)\n"
-msgstr "DOS naziv drajva: %s (pretpostavka)\n"
+msgstr "DOS slovo uređaja: %s (pretpostavka)\n"
-#: ../../diskdrake_interactive.pm_.c:942 ../../diskdrake_interactive.pm_.c:950
-#: ../../diskdrake_interactive.pm_.c:1014
+#: ../../diskdrake/interactive.pm_.c:1040
+#: ../../diskdrake/interactive.pm_.c:1048
+#: ../../diskdrake/interactive.pm_.c:1112
msgid "Type: "
msgstr "Tip: "
-#: ../../diskdrake_interactive.pm_.c:946
+#: ../../diskdrake/interactive.pm_.c:1044
msgid "Name: "
msgstr "Ime: "
-#: ../../diskdrake_interactive.pm_.c:954
+#: ../../diskdrake/interactive.pm_.c:1052
#, c-format
msgid "Start: sector %s\n"
msgstr "Početak: sector %s\n"
-#: ../../diskdrake_interactive.pm_.c:955
+#: ../../diskdrake/interactive.pm_.c:1053
#, c-format
msgid "Size: %s"
msgstr "Veličina: %s"
-#: ../../diskdrake_interactive.pm_.c:957
+#: ../../diskdrake/interactive.pm_.c:1055
#, c-format
msgid ", %s sectors"
msgstr ", %s sektora"
-#: ../../diskdrake_interactive.pm_.c:959
+#: ../../diskdrake/interactive.pm_.c:1057
#, c-format
-msgid "Cylinder %d to cylinder %d\n"
-msgstr "Cilindar %d do cilindra %d\n"
+msgid "Cylinder %d to %d\n"
+msgstr "Cilindar %d do %d\n"
-#: ../../diskdrake_interactive.pm_.c:960
+#: ../../diskdrake/interactive.pm_.c:1058
msgid "Formatted\n"
msgstr "Formatirana\n"
-#: ../../diskdrake_interactive.pm_.c:961
+#: ../../diskdrake/interactive.pm_.c:1059
msgid "Not formatted\n"
msgstr "Nije formatirana\n"
-#: ../../diskdrake_interactive.pm_.c:962
+#: ../../diskdrake/interactive.pm_.c:1060
msgid "Mounted\n"
msgstr "Montirana\n"
-#: ../../diskdrake_interactive.pm_.c:963
+#: ../../diskdrake/interactive.pm_.c:1061
#, c-format
msgid "RAID md%s\n"
msgstr "RAID md%s\n"
-#: ../../diskdrake_interactive.pm_.c:965
+#: ../../diskdrake/interactive.pm_.c:1063
#, c-format
msgid ""
"Loopback file(s):\n"
@@ -1844,7 +2056,7 @@ msgstr ""
"Loopback datoteka(e):\n"
" %s\n"
-#: ../../diskdrake_interactive.pm_.c:966
+#: ../../diskdrake/interactive.pm_.c:1064
msgid ""
"Partition booted by default\n"
" (for MS-DOS boot, not for lilo)\n"
@@ -1852,27 +2064,27 @@ msgstr ""
"Particija koja se boota po defaultu\n"
" (za MS-DOS boot, ne za lilo)\n"
-#: ../../diskdrake_interactive.pm_.c:968
+#: ../../diskdrake/interactive.pm_.c:1066
#, c-format
msgid "Level %s\n"
msgstr "Nivo %s\n"
-#: ../../diskdrake_interactive.pm_.c:969
+#: ../../diskdrake/interactive.pm_.c:1067
#, c-format
msgid "Chunk size %s\n"
msgstr "Veličina chunka %s\n"
-#: ../../diskdrake_interactive.pm_.c:970
+#: ../../diskdrake/interactive.pm_.c:1068
#, c-format
msgid "RAID-disks %s\n"
msgstr "RAID-diskovi %s\n"
-#: ../../diskdrake_interactive.pm_.c:972
+#: ../../diskdrake/interactive.pm_.c:1070
#, c-format
msgid "Loopback file name: %s"
msgstr "Naziv loopback datoteke: %s"
-#: ../../diskdrake_interactive.pm_.c:975
+#: ../../diskdrake/interactive.pm_.c:1073
msgid ""
"\n"
"Chances are, this partition is\n"
@@ -1884,7 +2096,7 @@ msgstr ""
"particija Driver particija, vjerovatno\n"
"biste je trebali ostaviti na miru.\n"
-#: ../../diskdrake_interactive.pm_.c:978
+#: ../../diskdrake/interactive.pm_.c:1076
msgid ""
"\n"
"This special Bootstrap\n"
@@ -1896,65 +2108,100 @@ msgstr ""
"particija je za\n"
"dvojni boot vašeg sistema.\n"
-#: ../../diskdrake_interactive.pm_.c:997
+#: ../../diskdrake/interactive.pm_.c:1095
#, c-format
msgid "Size: %s\n"
msgstr "Veličina: %s\n"
-#: ../../diskdrake_interactive.pm_.c:998
+#: ../../diskdrake/interactive.pm_.c:1096
#, c-format
msgid "Geometry: %s cylinders, %s heads, %s sectors\n"
msgstr "Geometrija: %s cilindara, %s glava, %s sektora\n"
-#: ../../diskdrake_interactive.pm_.c:999
+#: ../../diskdrake/interactive.pm_.c:1097
msgid "Info: "
msgstr "Info: "
-#: ../../diskdrake_interactive.pm_.c:1000
+#: ../../diskdrake/interactive.pm_.c:1098
#, c-format
msgid "LVM-disks %s\n"
msgstr "LVM-diskovi %s\n"
-#: ../../diskdrake_interactive.pm_.c:1001
+#: ../../diskdrake/interactive.pm_.c:1099
#, c-format
msgid "Partition table type: %s\n"
msgstr "Tip tabele particija: %s\n"
-#: ../../diskdrake_interactive.pm_.c:1002
+#: ../../diskdrake/interactive.pm_.c:1100
#, c-format
msgid "on bus %d id %d\n"
msgstr "na busu %d id %d\n"
-#: ../../diskdrake_interactive.pm_.c:1016
+#: ../../diskdrake/interactive.pm_.c:1114
#, c-format
msgid "Options: %s"
msgstr "Opcije: %s"
-#: ../../fs.pm_.c:447 ../../fs.pm_.c:457 ../../fs.pm_.c:461 ../../fs.pm_.c:465
-#: ../../fs.pm_.c:469 ../../fs.pm_.c:473
+#: ../../diskdrake/interactive.pm_.c:1130
+msgid "Filesystem encryption key"
+msgstr "Ključ za kodiranje datotečnog sistema"
+
+#: ../../diskdrake/interactive.pm_.c:1131
+msgid "Choose your filesystem encryption key"
+msgstr "Izaberite vaš ključ za kodiranje datotečnog sistema"
+
+#: ../../diskdrake/interactive.pm_.c:1134
+#, c-format
+msgid "This encryption key is too simple (must be at least %d characters long)"
+msgstr ""
+"Ova šifra je previše jednostavna (mora biti duga najmanje %d karaktera)"
+
+#: ../../diskdrake/interactive.pm_.c:1135
+msgid "The encryption keys do not match"
+msgstr "Šifre se ne poklapaju"
+
+#: ../../diskdrake/interactive.pm_.c:1138
+msgid "Encryption key"
+msgstr "Šifra"
+
+#: ../../diskdrake/interactive.pm_.c:1139
+msgid "Encryption key (again)"
+msgstr "Šifra (još jednom)"
+
+#: ../../diskdrake/removable.pm_.c:47
+msgid "Change type"
+msgstr "Promjeni tip"
+
+#: ../../diskdrake/removable_gtk.pm_.c:28
+msgid "Please click on a media"
+msgstr "Molimo kliknite na medij"
+
+#: ../../diskdrake/smbnfs_gtk.pm_.c:165
+msgid "Search servers"
+msgstr "Traži servere"
+
+#: ../../fs.pm_.c:485 ../../fs.pm_.c:495 ../../fs.pm_.c:499 ../../fs.pm_.c:503
+#: ../../fs.pm_.c:507 ../../fs.pm_.c:511
#, c-format
msgid "%s formatting of %s failed"
msgstr "%s formatiranje %s nije uspjelo"
-#: ../../fs.pm_.c:506
+#: ../../fs.pm_.c:548
#, c-format
msgid "I don't know how to format %s in type %s"
msgstr "Ne znam kako formatirati %s tipa %s"
-#: ../../fs.pm_.c:568
-msgid "mount failed"
-msgstr "montiranje nije uspjelo"
+#: ../../fs.pm_.c:620 ../../fs.pm_.c:649 ../../fs.pm_.c:655
+#, c-format
+msgid "mounting partition %s in directory %s failed"
+msgstr "montiranje particije %s u direktoriju %s nije uspjelo"
-#: ../../fs.pm_.c:588
+#: ../../fs.pm_.c:640
#, c-format
msgid "fsck failed with exit code %d or signal %d"
msgstr "fsck nije uspio, izlazni kod %d ili signal %d"
-#: ../../fs.pm_.c:597 ../../fs.pm_.c:603 ../../partition_table.pm_.c:560
-msgid "mount failed: "
-msgstr "montiranje nije uspjelo: "
-
-#: ../../fs.pm_.c:618 ../../partition_table.pm_.c:556
+#: ../../fs.pm_.c:670 ../../partition_table.pm_.c:596
#, c-format
msgid "error unmounting %s: %s"
msgstr "greška u demontiranju %s: %s"
@@ -1963,47 +2210,64 @@ msgstr "greška u demontiranju %s: %s"
msgid "simple"
msgstr "jednostavno"
+#: ../../fsedit.pm_.c:25
+msgid "with /usr"
+msgstr "sa /usr"
+
#: ../../fsedit.pm_.c:30
msgid "server"
msgstr "server"
-#: ../../fsedit.pm_.c:461
+#: ../../fsedit.pm_.c:467
msgid "You can't use JFS for partitions smaller than 16MB"
msgstr "Ne možete koristiti JFS za particije manje od 16MB"
-#: ../../fsedit.pm_.c:462
+#: ../../fsedit.pm_.c:468
msgid "You can't use ReiserFS for partitions smaller than 32MB"
msgstr "Ne možete koristiti ReiserFS za particije manje od 32MB"
-#: ../../fsedit.pm_.c:471
+#: ../../fsedit.pm_.c:477
msgid "Mount points must begin with a leading /"
msgstr "Tačke montiranja moraju počinjati sa /"
-#: ../../fsedit.pm_.c:472
+#: ../../fsedit.pm_.c:478
#, c-format
msgid "There is already a partition with mount point %s\n"
msgstr "Već postoji particija sa tačkom montiranja %s\n"
-#: ../../fsedit.pm_.c:476
+#: ../../fsedit.pm_.c:482
#, c-format
msgid "You can't use a LVM Logical Volume for mount point %s"
msgstr "Ne možete koristiti LVM logički volumen za tačku montiranja %s"
-#: ../../fsedit.pm_.c:478
+#: ../../fsedit.pm_.c:484
msgid "This directory should remain within the root filesystem"
msgstr "Ovaj direktorij treba ostati unutar korijenskog file sistema"
-#: ../../fsedit.pm_.c:480
+#: ../../fsedit.pm_.c:486
msgid "You need a true filesystem (ext2, reiserfs) for this mount point\n"
msgstr ""
"Potreban vam je pravi file sistem (ext2, reiserfs) za ovu tačku montiranja\n"
-#: ../../fsedit.pm_.c:596
+#: ../../fsedit.pm_.c:488
+#, c-format
+msgid "You can't use an encrypted file system for mount point %s"
+msgstr "Ne možete koristiti kriptovani datotečni sistem za tačku montiranja %s"
+
+#: ../../fsedit.pm_.c:546
+msgid "Not enough free space for auto-allocating"
+msgstr "Nema dovoljno prostora za auto-alokaciju"
+
+#: ../../fsedit.pm_.c:548
+msgid "Nothing to do"
+msgstr "Nemam šta da radim"
+
+#: ../../fsedit.pm_.c:612
#, c-format
msgid "Error opening %s for writing: %s"
msgstr "Greška u otvaranju %s za pisanje: %s"
-#: ../../fsedit.pm_.c:681
+#: ../../fsedit.pm_.c:697
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"
@@ -2012,7 +2276,7 @@ msgstr ""
"kreirati novi file sistemi. Molimo provjerite vaš hardware i pronađite uzrok "
"greške"
-#: ../../fsedit.pm_.c:704
+#: ../../fsedit.pm_.c:720
msgid "You don't have any partitions!"
msgstr "Nemate nijednu particiju!"
@@ -2029,14 +2293,14 @@ msgid ""
"system would not work any more. If you make a serious mistake as a regular\n"
"user, you may only lose some information, but not the entire system.\n"
"\n"
-"First, you have to enter your real name. This is not mandatory, of course -\n"
+"First, you have to enter your real name. This is not mandatory, of course\n"
"as you can actually enter whatever you want. DrakX will then take the first\n"
"word you have entered in the box and will bring it over to the \"User\n"
-"name\". This is the name this particular user will use to log into the\n"
+"name\". This is the name this particular user will use to log onto the\n"
"system. You can change it. You then have to enter a password here. A\n"
-"non-privileged (regular) user's password is not as crucial as that of\n"
-"\"root\" from a security point of view, but that is no reason to neglect it\n"
-"- after all, your files are at risk.\n"
+"non-privileged (regular) user's password is not as crucial as \"root\"' one\n"
+"from a security point of view, but that is no reason to neglect it: after\n"
+"all, your files are at risk.\n"
"\n"
"If you click on \"Accept user\", you can then add as many as you want. Add\n"
"a user for each one of your friends: your father or your sister, for\n"
@@ -2056,14 +2320,14 @@ msgstr ""
"system would not work any more. If you make a serious mistake as a regular\n"
"user, you may only lose some information, but not the entire system.\n"
"\n"
-"First, you have to enter your real name. This is not mandatory, of course -\n"
+"First, you have to enter your real name. This is not mandatory, of course\n"
"as you can actually enter whatever you want. DrakX will then take the first\n"
"word you have entered in the box and will bring it over to the \"User\n"
-"name\". This is the name this particular user will use to log into the\n"
+"name\". This is the name this particular user will use to log onto the\n"
"system. You can change it. You then have to enter a password here. A\n"
-"non-privileged (regular) user's password is not as crucial as that of\n"
-"\"root\" from a security point of view, but that is no reason to neglect it\n"
-"- after all, your files are at risk.\n"
+"non-privileged (regular) user's password is not as crucial as \"root\"' one\n"
+"from a security point of view, but that is no reason to neglect it: after\n"
+"all, your files are at risk.\n"
"\n"
"If you click on \"Accept user\", you can then add as many as you want. Add\n"
"a user for each one of your friends: your father or your sister, for\n"
@@ -2076,7 +2340,7 @@ msgstr ""
msgid ""
"Listed above are the existing Linux partitions detected on your hard drive.\n"
"You can keep the choices made by the wizard, they are good for most common\n"
-"installs. If you make any changes, you must at least define a root\n"
+"installations. If you make any changes, you must at least define a root\n"
"partition (\"/\"). Do not choose too small a partition or you will not be\n"
"able to install enough software. If you want to store your data on a\n"
"separate partition, you will also need to create a partition for \"/home\"\n"
@@ -2093,11 +2357,11 @@ msgid ""
"\"Hard drive number\" is always a letter after \"hd\" or \"sd\". For IDE\n"
"hard drives:\n"
"\n"
-" * \"a\" means \"master hard drive on the primary IDE controller\",\n"
+" * \"a\" means \"master hard drive on the primary IDE controller\";\n"
"\n"
-" * \"b\" means \"slave hard drive on the primary IDE controller\",\n"
+" * \"b\" means \"slave hard drive on the primary IDE controller\";\n"
"\n"
-" * \"c\" means \"master hard drive on the secondary IDE controller\",\n"
+" * \"c\" means \"master hard drive on the secondary IDE controller\";\n"
"\n"
" * \"d\" means \"slave hard drive on the secondary IDE controller\".\n"
"\n"
@@ -2106,7 +2370,7 @@ msgid ""
msgstr ""
"Listed above are the existing Linux partitions detected on your hard drive.\n"
"You can keep the choices made by the wizard, they are good for most common\n"
-"installs. If you make any changes, you must at least define a root\n"
+"installations. If you make any changes, you must at least define a root\n"
"partition (\"/\"). Do not choose too small a partition or you will not be\n"
"able to install enough software. If you want to store your data on a\n"
"separate partition, you will also need to create a partition for \"/home\"\n"
@@ -2123,11 +2387,11 @@ msgstr ""
"\"Hard drive number\" is always a letter after \"hd\" or \"sd\". For IDE\n"
"hard drives:\n"
"\n"
-" * \"a\" means \"master hard drive on the primary IDE controller\",\n"
+" * \"a\" means \"master hard drive on the primary IDE controller\";\n"
"\n"
-" * \"b\" means \"slave hard drive on the primary IDE controller\",\n"
+" * \"b\" means \"slave hard drive on the primary IDE controller\";\n"
"\n"
-" * \"c\" means \"master hard drive on the secondary IDE controller\",\n"
+" * \"c\" means \"master hard drive on the secondary IDE controller\";\n"
"\n"
" * \"d\" means \"slave hard drive on the secondary IDE controller\".\n"
"\n"
@@ -2136,13 +2400,15 @@ msgstr ""
#: ../../help.pm_.c:72
msgid ""
-"The Mandrake Linux installation is spread out over several CDROMs. DrakX\n"
-"knows if a selected package is located on another CDROM and will eject the\n"
+"The Mandrake Linux installation is spread out over several CD-ROMs. DrakX\n"
+"knows if a selected package is located on another CD-ROM and will eject the\n"
"current CD and ask you to insert a different one as required."
msgstr ""
-"The Mandrake Linux installation is spread out over several CDROMs. DrakX\n"
-"knows if a selected package is located on another CDROM and will eject the\n"
-"current CD and ask you to insert a different one as required."
+"Mandrake Linux instalacija se prostire na nekoliko CDova. DrakX zna da li "
+"je\n"
+"neki paket smješten na drugom CDu i on će izbaciti trenutni CD i zamoliti "
+"vas\n"
+"da ubacite neki drugi po potrebi."
#: ../../help.pm_.c:77
msgid ""
@@ -2150,8 +2416,8 @@ msgid ""
"system. There are thousands of packages available for Mandrake Linux, and\n"
"you are not supposed to know them all by heart.\n"
"\n"
-"If you are performing a standard installation from CDROM, you will first be\n"
-"asked to specify the CDs you currently have (in Expert mode only). Check\n"
+"If you are performing a standard installation from a CD-ROM, you will first\n"
+"be asked to specify the CDs you currently have (in Expert mode only). Check\n"
"the CD labels and highlight the boxes corresponding to the CDs you have\n"
"available for installation. Click \"OK\" when you are ready to continue.\n"
"\n"
@@ -2160,28 +2426,40 @@ msgid ""
"\n"
" * \"Workstation\": if you plan to use your machine as a workstation, "
"select\n"
-"one or more of the corresponding groups.\n"
+"one or more of the corresponding groups;\n"
"\n"
-" * \"Development\": if the machine is to be used for programming, choose "
-"the\n"
-"desired group(s).\n"
+" * \"Development\": if your machine is to be used for programming, choose\n"
+"the desired group(s);\n"
"\n"
-" * \"Server\": finally, if the machine is intended to be a server, you will\n"
-"be able to select which of the most common services you wish to see\n"
-"installed on the machine.\n"
+" * \"Server\": if your machine is intended to be a server, you will be able\n"
+"to select which of the most common services you wish to install on your\n"
+"machine;\n"
"\n"
-" * \"Graphical Environment\": this is where you will choose your preferred\n"
-"graphical environment. At least one must be selected if you want to have a\n"
-"graphical workstation!\n"
+" * \"Graphical Environment\": finally, this is where you will choose your\n"
+"preferred graphical environment. At least one must be selected if you want\n"
+"to have a graphical workstation!\n"
"\n"
"Moving the mouse cursor over a group name will display a short explanatory\n"
-"text about that group.\n"
+"text about that group. If you deselect all groups when performing a regular\n"
+"installation (by opposition to an upgrade), a dialog will pop up proposing\n"
+"different options for a minimal installation:\n"
+"\n"
+" * \"With X\": install the fewer packages possible to have a working\n"
+"graphical desktop;\n"
+"\n"
+" * \"With basic documentation\": installs the base system plus basic\n"
+"utilities and their documentation. This installation is suitable for\n"
+"setting up a server;\n"
+"\n"
+" * \"Truly minimal install\": will install the strict minimum necessary to\n"
+"get a working Linux system, in command line only. This installation is\n"
+"about 65Mb large.\n"
"\n"
"You can check the \"Individual package selection\" box, which is useful if\n"
"you are familiar with the packages being offered or if you want to have\n"
"total control over what will be installed.\n"
"\n"
-"If you started the installation in \"Update\" mode, you can unselect all\n"
+"If you started the installation in \"Upgrade\" mode, you can unselect all\n"
"groups to avoid installing any new package. This is useful for repairing or\n"
"updating an existing system."
msgstr ""
@@ -2189,8 +2467,8 @@ msgstr ""
"system. There are thousands of packages available for Mandrake Linux, and\n"
"you are not supposed to know them all by heart.\n"
"\n"
-"If you are performing a standard installation from CDROM, you will first be\n"
-"asked to specify the CDs you currently have (in Expert mode only). Check\n"
+"If you are performing a standard installation from a CD-ROM, you will first\n"
+"be asked to specify the CDs you currently have (in Expert mode only). Check\n"
"the CD labels and highlight the boxes corresponding to the CDs you have\n"
"available for installation. Click \"OK\" when you are ready to continue.\n"
"\n"
@@ -2199,48 +2477,61 @@ msgstr ""
"\n"
" * \"Workstation\": if you plan to use your machine as a workstation, "
"select\n"
-"one or more of the corresponding groups.\n"
+"one or more of the corresponding groups;\n"
"\n"
" * \"Development\": if the machine is to be used for programming, choose "
"the\n"
-"desired group(s).\n"
+"desired group(s);\n"
"\n"
-" * \"Server\": finally, if the machine is intended to be a server, you will\n"
-"be able to select which of the most common services you wish to see\n"
-"installed on the machine.\n"
+" * \"Server\": if your machine is intended to be a server, you will be able\n"
+"to select which of the most common services you wish to install on your\n"
+"machine;\n"
"\n"
-" * \"Graphical Environment\": this is where you will choose your preferred\n"
-"graphical environment. At least one must be selected if you want to have a\n"
-"graphical workstation!\n"
+" * \"Graphical Environment\": finally, this is where you will choose your\n"
+"preferred graphical environment. At least one must be selected if you want\n"
+"to have a graphical workstation!\n"
"\n"
"Moving the mouse cursor over a group name will display a short explanatory\n"
-"text about that group.\n"
+"text about that group. If you deselect all groups when performing a regular\n"
+"installation (by opposition to an upgrade), a dialog will pop up proposing\n"
+"different options for a minimal installation:\n"
+"\n"
+" * \"With X\": install the fewer packages possible to have a working\n"
+"graphical desktop;\n"
+"\n"
+" * \"With basic documentation\" Installs the base system plus basic\n"
+"utilities and their documentation. This installation is suitable for\n"
+"setting up a server.\n"
+"\n"
+" * \"Truly minimal install\": will install the strict minimum necessary to\n"
+"get a working Linux system, in command line only. This installation is\n"
+"about 65Mb large.\n"
"\n"
"You can check the \"Individual package selection\" box, which is useful if\n"
"you are familiar with the packages being offered or if you want to have\n"
"total control over what will be installed.\n"
"\n"
-"If you started the installation in \"Update\" mode, you can unselect all\n"
+"If you started the installation in \"Upgrade\" mode, you can unselect all\n"
"groups to avoid installing any new package. This is useful for repairing or\n"
"updating an existing system."
-#: ../../help.pm_.c:115
+#: ../../help.pm_.c:128
msgid ""
-"Finally, depending on your choice of whether or not to select individual\n"
-"packages, you will be presented a tree containing all packages classified\n"
-"by groups and subgroups. While browsing the tree, you can select entire\n"
-"groups, subgroups, or individual packages.\n"
+"Finally, depending on whether or not you selected individual packages, you\n"
+"will be presented a tree containing all packages classified by groups and\n"
+"subgroups. While browsing the tree, you can select entire groups,\n"
+"subgroups, or individual packages.\n"
"\n"
"Whenever you select a package on the tree, a description appears on the\n"
"right. When your selection is finished, click the \"Install\" button which\n"
"will then launch the installation process. Depending on the speed of your\n"
"hardware and the number of packages that need to be installed, it may take\n"
-"a while to complete the process. A time to complete estimate is displayed\n"
-"on the screen to help you gauge if there is sufficient time to enjoy a cup\n"
-"of coffee.\n"
+"a while to complete the process. An estimate of the time it will take to\n"
+"install everything is displayed on the screen, to help you gauge if there\n"
+"is sufficient time to enjoy a cup of coffee.\n"
"\n"
-"!! If a server package has been selected either intentionally or because it\n"
-"was part of a whole group, you will be asked to confirm that you really\n"
+"!! If a server package has been selected, either intentionally or because\n"
+"it was part of a whole group, you will be asked to confirm that you really\n"
"want those servers to be installed. Under Mandrake Linux, any installed\n"
"servers are started by default at boot time. Even if they are safe and have\n"
"no known issues at the time the distribution was shipped, it may happen\n"
@@ -2255,27 +2546,27 @@ msgid ""
"occurs because it has determined that it needs to satisfy a dependency with\n"
"another package in order to successfully complete the installation.\n"
"\n"
-"The tiny floppy disc icon at the bottom of the list allows to load the\n"
-"packages list chosen during a previous installation. Clicking on this icon\n"
+"The tiny floppy disk icon at the bottom of the list allows to load the\n"
+"package list chosen during a previous installation. Clicking on this icon\n"
"will ask you to insert a floppy disk previously created at the end of\n"
"another installation. See the second tip of last step on how to create such\n"
"a floppy."
msgstr ""
-"Finally, depending on your choice of whether or not to select individual\n"
-"packages, you will be presented a tree containing all packages classified\n"
-"by groups and subgroups. While browsing the tree, you can select entire\n"
-"groups, subgroups, or individual packages.\n"
+"Finally, depending on whether or not you selected individual packages, you\n"
+"will be presented a tree containing all packages classified by groups and\n"
+"subgroups. While browsing the tree, you can select entire groups,\n"
+"subgroups, or individual packages.\n"
"\n"
"Whenever you select a package on the tree, a description appears on the\n"
"right. When your selection is finished, click the \"Install\" button which\n"
"will then launch the installation process. Depending on the speed of your\n"
"hardware and the number of packages that need to be installed, it may take\n"
-"a while to complete the process. A time to complete estimate is displayed\n"
-"on the screen to help you gauge if there is sufficient time to enjoy a cup\n"
-"of coffee.\n"
+"a while to complete the process. An estimate of the time it will take to\n"
+"install everything is displayed on the screen, to help you gauge if there\n"
+"is sufficient time to enjoy a cup of coffee.\n"
"\n"
-"!! If a server package has been selected either intentionally or because it\n"
-"was part of a whole group, you will be asked to confirm that you really\n"
+"!! If a server package has been selected, either intentionally or because\n"
+"it was part of a whole group, you will be asked to confirm that you really\n"
"want those servers to be installed. Under Mandrake Linux, any installed\n"
"servers are started by default at boot time. Even if they are safe and have\n"
"no known issues at the time the distribution was shipped, it may happen\n"
@@ -2290,55 +2581,57 @@ msgstr ""
"occurs because it has determined that it needs to satisfy a dependency with\n"
"another package in order to successfully complete the installation.\n"
"\n"
-"The tiny floppy disc icon at the bottom of the list allows to load the\n"
-"packages list chosen during a previous installation. Clicking on this icon\n"
+"The tiny floppy disk icon at the bottom of the list allows to load the\n"
+"package list chosen during a previous installation. Clicking on this icon\n"
"will ask you to insert a floppy disk previously created at the end of\n"
"another installation. See the second tip of last step on how to create such\n"
"a floppy."
-#: ../../help.pm_.c:151
+#: ../../help.pm_.c:164
msgid ""
-"If you wish to connect your computer to the Internet or to a local network,\n"
-"please choose the correct option. Please turn on your device before\n"
-"choosing the correct option to let DrakX detect it automatically.\n"
+"You are now proposed to set up your Internet/network connection. If you\n"
+"wish to connect your computer to the Internet or to a local network, click\n"
+"\"OK\". The autodetection of network devices and modem will be launched. If\n"
+"this detection fails, uncheck the \"Use auto detection\" box next time. You\n"
+"may also choose not to configure the network, or do it later; in that case,\n"
+"simply click the \"Cancel\" button.\n"
"\n"
-"Mandrake Linux proposes the configuration of an Internet connection at\n"
-"installation time. Available connections are: traditional modem, ISDN\n"
-"modem, ADSL connection, cable modem, and finally a simple LAN connection\n"
-"(Ethernet).\n"
+"Available connections are: traditional modem, ISDN modem, ADSL connection,\n"
+"cable modem, and finally a simple LAN connection (Ethernet).\n"
"\n"
"Here, we will not detail each configuration. Simply make sure that you have\n"
"all the parameters from your Internet Service Provider or system\n"
"administrator.\n"
"\n"
-"You can consult the manual chapter about Internet connections for details\n"
-"about the configuration, or simply wait until your system is installed and\n"
-"use the program described there to configure your connection.\n"
+"You can consult the ``User Guide'' chapter about Internet connections for\n"
+"details about the configuration, or simply wait until your system is\n"
+"installed and use the program described there to configure your connection.\n"
"\n"
-"If you wish to configure the network later after installation or if you\n"
-"have finished configuring your network connection, click \"Cancel\"."
+"If you wish to configure the network later after installation, or if you\n"
+"are finished configuring your network connection, click \"Cancel\"."
msgstr ""
-"If you wish to connect your computer to the Internet or to a local network,\n"
-"please choose the correct option. Please turn on your device before\n"
-"choosing the correct option to let DrakX detect it automatically.\n"
+"You are now proposed to set up your Internet/network connection. If you\n"
+"wishto connect your computer to the Internet or to a local network, click\n"
+"\"OK\". The autodetection of network devices and modem will be launched. If\n"
+"this detection fails, uncheck the \"Use auto detection\" box next time. You\n"
+"may also choose not to configure the network, or do it later; in that case,\n"
+"simply click the \"Cancel\" button.\n"
"\n"
-"Mandrake Linux proposes the configuration of an Internet connection at\n"
-"installation time. Available connections are: traditional modem, ISDN\n"
-"modem, ADSL connection, cable modem, and finally a simple LAN connection\n"
-"(Ethernet).\n"
+"Available connections are: traditional modem, ISDN modem, ADSL connection,\n"
+"cable modem, and finally a simple LAN connection (Ethernet).\n"
"\n"
"Here, we will not detail each configuration. Simply make sure that you have\n"
"all the parameters from your Internet Service Provider or system\n"
"administrator.\n"
"\n"
-"You can consult the manual chapter about Internet connections for details\n"
-"about the configuration, or simply wait until your system is installed and\n"
-"use the program described there to configure your connection.\n"
+"You can consult the ``User Guide'' chapter about Internet connections for\n"
+"details about the configuration, or simply wait until your system is\n"
+"installed and use the program described there to configure your connection.\n"
"\n"
-"If you wish to configure the network later after installation or if you\n"
-"have finished configuring your network connection, click \"Cancel\"."
+"If you wish to configure the network later after installation, or if you\n"
+"are finished configuring your network connection, click \"Cancel\"."
-#: ../../help.pm_.c:172
+#: ../../help.pm_.c:186
msgid ""
"You may now choose which services you wish to start at boot time.\n"
"\n"
@@ -2350,10 +2643,11 @@ msgid ""
"specific service. However, if you are not sure whether a service is useful\n"
"or not, it is safer to leave the default behavior.\n"
"\n"
-"At this stage, be very careful if you intend to use your machine as a\n"
-"server: you will probably not want to start any services that you do not\n"
+"!! At this stage, be very careful if you intend to use your machine as a\n"
+"server: you will probably not want to start any services which you do not\n"
"need. Please remember that several services can be dangerous if they are\n"
-"enabled on a server. In general, select only the services you really need."
+"enabled on a server. In general, select only the services you really need.\n"
+"!!"
msgstr ""
"Sada možete izabrati koje servise želite pokretati prilikom boota.\n"
"\n"
@@ -2362,66 +2656,86 @@ msgstr ""
"potrebni\n"
"prilikom boota.\n"
"\n"
-"Držanjem kursora miša na nazivu servisa možete dobiti kratki tekst\n"
-"objašnjenja. Ako niste sigurni da li je servis koristan ili ne, sigurnije "
-"je\n"
-"da ne mijenjate predloženi izbor.\n"
+"Kada izaberete servis dobićete kratki tekst koji objašnjava taj servis\n"
+"Ipak, ako niste sigurni da li je servis koristan ili ne, sigurnije je da ne\n"
+"mijenjate predloženi izbor.\n"
"\n"
-"Budite vrlo pažljivi sa ovim korakom ako namjeravate koristiti vašu mašinu\n"
+"!! Budite vrlo pažljivi sa ovim korakom ako namjeravate koristiti vaš "
+"računar\n"
"kao server: vjerovatno ne želite da pokrenete neke servise koji vam ne\n"
"trebaju. Molimo vas da zapamtite da pojedini servisi mogu biti opasni\n"
"ako su aktivni na serveru. Općenito, izaberite samo one servise koji vam\n"
-"stvarno trebaju."
-
-#: ../../help.pm_.c:188
-msgid ""
-"GNU/Linux manages time in GMT (Greenwich Manage Time) and translates it in\n"
-"local time according to the time zone you selected."
-msgstr ""
-"GNU/Linux računa vrijeme u GMT (srednje grinvičko vrijeme) i prevodi ga\n"
-"u lokalno vrijeme ovisno o vremenskoj zoni koju ste izabrali."
-
-#: ../../help.pm_.c:192
+"stvarno trebaju. !!"
+
+#: ../../help.pm_.c:203
+msgid ""
+"GNU/Linux manages time in GMT (Greenwich Mean Time) and translates it in\n"
+"local time according to the time zone you selected. It is however possible\n"
+"to deactivate this by deselecting \"Hardware clock set to GMT\" so that the\n"
+"hardware clock is the same as the system clock. This is useful when the\n"
+"machine is hosting another operating system like Windows.\n"
+"\n"
+"The \"Automatic time synchronization\" option will automatically regulate\n"
+"the clock by connecting to a remote time server on the Internet. In the\n"
+"list that is presented, choose a server located near you. Of course you\n"
+"must have a working Internet connection for this feature to work. It will\n"
+"actually install on your machine a time server which can be optionally used\n"
+"by other machines on your local network."
+msgstr ""
+"GNU/Linux manages time in GMT (Greenwich Mean Time) and translates it in\n"
+"local time according to the time zone you selected. It is however possible\n"
+"to deactivate this by deselecting \"Hardware clock set to GMT\" so that the\n"
+"hardware clock is the same as the system clock. This is useful when the\n"
+"machine is hosting another operating system like Windows.\n"
+"\n"
+"The \"Automatic time synchronization\" option will automatically regulate\n"
+"the clock by connecting to a remote time server on the internet. In the\n"
+"list that is presented, choose a server located near you. Of course you\n"
+"must have a working internet connection for this feature to function. It\n"
+"will actually install on your machine a time server that can be optionally\n"
+"used by other machines on your local network."
+
+#: ../../help.pm_.c:217
msgid ""
"X (for X Window System) is the heart of the GNU/Linux graphical interface\n"
-"on which all the graphics environments (KDE, Gnome, AfterStep,\n"
-"WindowMaker...) bundled with Mandrake Linux rely. In this section, DrakX\n"
+"on which all the graphical environments (KDE, GNOME, AfterStep,\n"
+"WindowMaker, etc.) bundled with Mandrake Linux rely. In this section, DrakX\n"
"will try to configure X automatically.\n"
"\n"
"It is extremely rare for it to fail, unless the hardware is very old (or\n"
"very new). If it succeeds, it will start X automatically with the best\n"
-"resolution possible depending on the size of the monitor. A window will\n"
+"resolution possible, depending on the size of the monitor. A window will\n"
"then appear and ask you if you can see it.\n"
"\n"
-"If you are doing an \"Expert\" install, you will enter the X configuration\n"
-"wizard. See the corresponding section of the manual for more information\n"
-"about this wizard.\n"
+"If you are doing an \"Expert\" installation, you will enter the X\n"
+"configuration wizard. See the corresponding section of the manual for more\n"
+"information about this wizard.\n"
"\n"
-"If you can see the message and answer \"Yes\", then DrakX will proceed to\n"
-"the next step. If you cannot see the message, it simply means that the\n"
-"configuration was wrong and the test will automatically end after 10\n"
-"seconds, restoring the screen."
+"If you can see the message during the test, and answer \"Yes\", then DrakX\n"
+"will proceed to the next step. If you cannot see the message, it simply\n"
+"means that the configuration was wrong and the test will automatically end\n"
+"after 10 seconds, restoring the screen."
msgstr ""
"X (for X Window System) is the heart of the GNU/Linux graphical interface\n"
-"on which all the graphics environments (KDE, Gnome, AfterStep,\n"
-"WindowMaker...) bundled with Mandrake Linux rely. In this section, DrakX\n"
+"on which all the graphical environments (KDE, GNOME, AfterStep,\n"
+"WindowMaker, etc.) bundled with Mandrake Linux rely. In this section, DrakX\n"
"will try to configure X automatically.\n"
"\n"
"It is extremely rare for it to fail, unless the hardware is very old (or\n"
"very new). If it succeeds, it will start X automatically with the best\n"
-"resolution possible depending on the size of the monitor. A window will\n"
+"resolution possible, depending on the size of the monitor. A window will\n"
"then appear and ask you if you can see it.\n"
"\n"
-"If you are doing an \"Expert\" install, you will enter the X configuration\n"
-"wizard. See the corresponding section of the manual for more information\n"
-"about this wizard.\n"
+"If you are doing an \"Expert\" installation, you will enter the X\n"
+"configuration wizard. See the corresponding section of the manual for more\n"
+"information about this wizard.\n"
"\n"
-"If you can see the message and answer \"Yes\", then DrakX will proceed to\n"
-"the next step. If you cannot see the message, it simply means that the\n"
-"configuration was wrong and the test will automatically end after 10\n"
-"seconds, restoring the screen."
+"If you can see the message during the test, and answer \"Yes\", then DrakX\n"
+"will proceed to the next step. If you cannot see the message, it simply\n"
+"means that the configuration was wrong and the test will automatically end\n"
+"after 10 seconds, restoring the screen."
-#: ../../help.pm_.c:212
+#: ../../help.pm_.c:237
msgid ""
"The first time you try the X configuration, you may not be very satisfied\n"
"with its display (screen is too small, shifted left or right...). Hence,\n"
@@ -2431,8 +2745,8 @@ msgid ""
"\n"
"As a last resort, if you still cannot get X to work, choose \"Change\n"
"graphics card\", select \"Unlisted card\", and when prompted on which\n"
-"server you want, choose \"FBDev\". This is a failsafe option which works\n"
-"with any modern graphics card. Then choose \"Test again\" to be sure."
+"server, choose \"FBDev\". This is a failsafe option which works with any\n"
+"modern graphics card. Then choose \"Test again\" to be sure."
msgstr ""
"The first time you try the X configuration, you may not be very satisfied\n"
"with its display (screen is too small, shifted left or right...). Hence,\n"
@@ -2442,10 +2756,10 @@ msgstr ""
"\n"
"As a last resort, if you still cannot get X to work, choose \"Change\n"
"graphics card\", select \"Unlisted card\", and when prompted on which\n"
-"server you want, choose \"FBDev\". This is a failsafe option which works\n"
-"with any modern graphics card. Then choose \"Test again\" to be sure."
+"server, choose \"FBDev\". This is a failsafe option which works with any\n"
+"modern graphics card. Then choose \"Test again\" to be sure."
-#: ../../help.pm_.c:224
+#: ../../help.pm_.c:249
msgid ""
"Finally, you will be asked whether you want to see the graphical interface\n"
"at boot. Note this question will be asked even if you chose not to test the\n"
@@ -2459,17 +2773,16 @@ msgstr ""
"act as a server, or if you were not successful in getting the display\n"
"configured."
-#: ../../help.pm_.c:231
+#: ../../help.pm_.c:256
msgid ""
-"The Mandrake Linux CDROM has a built-in rescue mode. You can access it by\n"
-"booting from the CDROM, press the >>F1<< key at boot and type >>rescue<< at\n"
-"the prompt. But in case your computer cannot boot from the CDROM, you\n"
+"The Mandrake LinuxCD-ROM has a built-in rescue mode. You can access it by\n"
+"booting from the CD-ROM, press the >>F1<< key at boot and type >>rescue<<\n"
+"at the prompt. But in case your computer cannot boot from the CD-ROM, you\n"
"should come back to this step for help in at least two situations:\n"
"\n"
-" * when installing the boot loader, DrakX will rewrite the boot sector "
-"(MBR)\n"
-"of your main disk (unless you are using another boot manager) so that you\n"
-"can start up with either Windows or GNU/Linux (assuming you have Windows in\n"
+" * when installing the bootloader, DrakX will rewrite the boot sector (MBR)\n"
+"of your main disk (unless you are using another boot manager), to allow you\n"
+"to start up with either Windows or GNU/Linux (assuming you have Windows in\n"
"your system). If you need to reinstall Windows, the Microsoft install\n"
"process will rewrite the boot sector, and then you will not be able to\n"
"start GNU/Linux!\n"
@@ -2486,9 +2799,9 @@ msgid ""
"you do not need. You will not have to format it since DrakX will rewrite\n"
"the whole disk."
msgstr ""
-"The Mandrake Linux CDROM has a built-in rescue mode. You can access it by\n"
-"booting from the CDROM, press the >>F1<< key at boot and type >>rescue<< at\n"
-"the prompt. But in case your computer cannot boot from the CDROM, you\n"
+"The Mandrake Linux CD-ROM has a built-in rescue mode. You can access it by\n"
+"booting from the CD-ROM, press the >>F1<< key at boot and type >>rescue<<\n"
+"at the prompt. But in case your computer cannot boot from the CD-ROM, you\n"
"should come back to this step for help in at least two situations:\n"
"\n"
" * when installing the boot loader, DrakX will rewrite the boot sector "
@@ -2511,24 +2824,25 @@ msgstr ""
"you do not need. You will not have to format it since DrakX will rewrite\n"
"the whole disk."
-#: ../../help.pm_.c:255
+#: ../../help.pm_.c:280
msgid ""
-"At this point you need to choose where on your hard drive to install your\n"
-"Mandrake Linux operating system. If your hard drive is empty or if an\n"
-"existing operating system is using all the space available, you will need\n"
-"to partition it. Basically, partitioning a hard drive consists of logically\n"
-"dividing it to create space to install your new Mandrake Linux system.\n"
+"At this point, you need to choose where you want to install the Mandrake\n"
+"Linux operating system on your hard drive. If your hard drive is empty or\n"
+"if an existing operating system is using all the available space, you will\n"
+"need to partition it. Basically, partitioning a hard drive consists of\n"
+"logically dividing it to create space to install your new Mandrake Linux\n"
+"system.\n"
"\n"
-"Because the effects of the partitioning process are usually irreversible,\n"
+"Because the partitioning process' effects are usually irreversible,\n"
"partitioning can be intimidating and stressful if you are an inexperienced\n"
"user. Fortunately, there is a wizard which simplifies this process. Before\n"
"beginning, please consult the manual and take your time.\n"
"\n"
-"If you are running the install in Expert mode, you will enter DiskDrake,\n"
-"the Mandrake Linux partitioning tool, which allows you to fine-tune your\n"
-"partitions. See the DiskDrake chapter of the manual. From the installation\n"
-"interface, you can use the wizards as described here by clicking the\n"
-"\"Wizard\" button of the dialog.\n"
+"If you are running the installation in Expert mode, you will enter\n"
+"DiskDrake, the Mandrake Linux partitioning tool, which allows you to\n"
+"fine-tune your partitions. See the DiskDrake section in the ``User Guide''.\n"
+"From the installation interface, you can use the wizards as described here\n"
+"by clicking the dialog's \"Wizard\" button.\n"
"\n"
"If partitions have already been defined, either from a previous\n"
"installation or from another partitioning tool, simply select those to\n"
@@ -2539,43 +2853,45 @@ msgid ""
"available:\n"
"\n"
" * \"Use free space\": this option will simply lead to an automatic\n"
-"partitioning of your blank drive(s). You will not be prompted further.\n"
+"partitioning of your blank drive(s). You will not be prompted further;\n"
"\n"
" * \"Use existing partition\": the wizard has detected one or more existing\n"
"Linux partitions on your hard drive. If you want to use them, choose this\n"
-"option.\n"
+"option;\n"
"\n"
-" * \"Use the free space on the Windows partition\": if Microsoft Windows is\n"
+" * \"Use the free space on the Windows; partition\": if MicrosoftWindows is\n"
"installed on your hard drive and takes all the space available on it, you\n"
-"have to create free space for Linux data. To do that, you can delete your\n"
-"Microsoft Windows partition and data (see \"Erase entire disk\" or \"Expert\n"
-"mode\" solutions) or resize your Microsoft Windows partition. Resizing can\n"
-"be performed without the loss of any data. This solution is recommended if\n"
-"you want to use both Mandrake Linux and Microsoft Windows on same computer.\n"
+"have to create free space for Linux data. To do so, you can delete your\n"
+"MicrosoftWindows partition and data (see ``Erase entire disk'' or ``Expert\n"
+"mode'' solutions) or resize your MicrosoftWindows partition. Resizing can\n"
+"be performed without the loss of any data, provided you previously\n"
+"defragment the Windows partition. Backing up your data won't hurt either..\n"
+"This solution is recommended if you want to use both Mandrake Linux and\n"
+"MicrosoftWindows on the same computer.\n"
"\n"
" Before choosing this option, please understand that after this "
"procedure,\n"
-"the size of your Microsoft Windows partition will be smaller than at the\n"
-"present time. You will have less free space under Microsoft Windows to\n"
-"store your data or to install new software.\n"
+"the size of your MicrosoftWindows partition will be smaller than at the\n"
+"present time. You will have less free space under MicrosoftWindows to store\n"
+"your data or to install new software;\n"
"\n"
" * \"Erase entire disk\": if you want to delete all data and all partitions\n"
"present on your hard drive and replace them with your new Mandrake Linux\n"
"system, choose this option. Be careful with this solution because you will\n"
-"not be able to revert your choice after confirmation.\n"
+"not be able to revert your choice after you confirm;\n"
"\n"
" !! If you choose this option, all data on your disk will be lost. !!\n"
"\n"
" * \"Remove Windows\": this will simply erase everything on the drive and\n"
"begin fresh, partitioning everything from scratch. All data on your disk\n"
-"will be lost.\n"
+"will be lost;\n"
"\n"
" !! If you choose this option, all data on your disk will be lost. !!\n"
"\n"
" * \"Expert mode\": choose this option if you want to manually partition\n"
-"your hard drive. Be careful - it is a powerful but dangerous choice. You\n"
-"can very easily lose all your data. Hence, do not choose this unless you\n"
-"know what you are doing."
+"your hard drive. Be careful it is a powerful but dangerous choice. You can\n"
+"very easily lose all your data. Hence, do not choose this unless you know\n"
+"what you are doing."
msgstr ""
"Na ovom mjestu trebate izabrati gdje želite instalirati Linux Mandrake\n"
"operativni sistem na vašem hard disku. Ako je disk prazan ili ako postojeći\n"
@@ -2617,7 +2933,7 @@ msgstr ""
"disku instaliran Microsoft Windows koji je zauzeo sav slobodan prostor,\n"
"moraćete napraviti nešto slobodnog prostora za Linux. To možete učiniti\n"
"brišući vašu Microsoft Windows particiju zajedno sa podacima (vidi opcije\n"
-"\"Pobriši čitav disk\" ili \"Expertni mod\") ili možete promjeniti veličinu "
+"\"Pobriši čitav disk\" ili \"Ekspertni mod\") ili možete promjeniti veličinu "
"vaše\n"
"Microsoft Windows particije. Promjena veličine se može izvršiti bez gubitka\n"
"podataka. Ova mogućnost je preporučena ako namjeravate koristiti i Linux\n"
@@ -2653,7 +2969,7 @@ msgstr ""
"sigurni\n"
"šta radite."
-#: ../../help.pm_.c:319
+#: ../../help.pm_.c:347
msgid ""
"There you are. Installation is now complete and your GNU/Linux system is\n"
"ready to use. Just click \"OK\" to reboot the system. You can start\n"
@@ -2668,18 +2984,19 @@ msgid ""
"\n"
" Note that two different options are available after clicking the button:\n"
"\n"
-" * \"Replay\". This is a partially automated install as the partitioning\n"
-"step (and only this one) remains interactive.\n"
+" * \"Replay\". This is a partially automated installation as the\n"
+"partitioning step (and only this one) remains interactive;\n"
"\n"
-" * \"Automated\". Fully automated install: the hard disk is completely\n"
+" * \"Automated\". Fully automated installation: the hard disk is "
+"completely\n"
"rewritten, all data is lost.\n"
"\n"
" This feature is very handy when installing a great number of similar\n"
-"machines. See the Auto install section at our web site.\n"
+"machines. See the Auto install section on our web site;\n"
"\n"
-" * \"Save packages selection\"(*): saves the packages selection as made\n"
+" * \"Save packages selection\"(*): saves the package selection as done\n"
"previously. Then, when doing another installation, insert the floppy inside\n"
-"the driver and run the installation going to the help screen by pressing on\n"
+"the drive and run the installation going to the help screen by pressing on\n"
"the [F1] key, and by issuing >>linux defcfg=\"floppy\"<<.\n"
"\n"
"(*) You need a FAT-formatted floppy (to create one under GNU/Linux, type\n"
@@ -2715,10 +3032,10 @@ msgstr ""
"(*) You need a FAT-formatted floppy (to create one under GNU/Linux, type\n"
"\"mformat a:\")"
-#: ../../help.pm_.c:350
+#: ../../help.pm_.c:378
msgid ""
"Any partitions that have been newly defined must be formatted for use\n"
-"(formatting means creating a file system).\n"
+"(formatting means creating a filesystem).\n"
"\n"
"At this time, you may wish to reformat some already existing partitions to\n"
"erase any data they contain. If you wish to do that, please select those\n"
@@ -2732,7 +3049,7 @@ msgid ""
"\n"
"Please be careful when selecting partitions. After formatting, all data on\n"
"the selected partitions will be deleted and you will not be able to recover\n"
-"any of them.\n"
+"any of it.\n"
"\n"
"Click on \"OK\" when you are ready to format partitions.\n"
"\n"
@@ -2740,7 +3057,7 @@ msgid ""
"Mandrake Linux operating system installation.\n"
"\n"
"Click on \"Advanced\" if you wish to select partitions that will be checked\n"
-"for bad blocks on the disc."
+"for bad blocks on the disk."
msgstr ""
"Sve particije koje su upravo definisane moraju biti formatirane kako bi se\n"
"mogle koristiti (formatiranje znači kreiranje datotečnog sistema). \n"
@@ -2769,7 +3086,7 @@ msgstr ""
"Kliknite na Napredno da izaberete particije koje želite provjeriti radi\n"
"loših blokova."
-#: ../../help.pm_.c:376
+#: ../../help.pm_.c:404
msgid ""
"Your new Mandrake Linux operating system is currently being installed.\n"
"Depending on the number of packages you will be installing and the speed of\n"
@@ -2784,12 +3101,38 @@ msgstr ""
"\n"
"Molim da imate strpljenja."
-#: ../../help.pm_.c:384
+#: ../../help.pm_.c:412
+msgid ""
+"At the time you are installing Mandrake Linux, it is likely that some\n"
+"packages have been updated since the initial release. Some bugs may have\n"
+"been fixed, and security issues solved. To allow you to benefit from these\n"
+"updates, you are now proposed to download them from the Internet. Choose\n"
+"\"Yes\" if you have a working Internet connection, or \"No\" if you prefer\n"
+"to install updated packages later.\n"
+"\n"
+"Choosing \"Yes\" displays a list of places from which updates can be\n"
+"retrieved. Choose the one nearest you. Then a package-selection tree\n"
+"appears: review the selection, and press \"Install\" to retrieve and\n"
+"install the selected package(s), or \"Cancel\" to abort."
+msgstr ""
+"At the time you are installing Mandrake Linux, it is likely that some\n"
+"packages have been updated since the initial release. Some bug-fixes may\n"
+"have been fixed, and security issues solved. To allow you to benefit from\n"
+"this updates you are now proposed to download them from the internet.\n"
+"Choose \"Yes\" if you have a working internet connection, or \"No\" if you\n"
+"prefer to install updated packages later.\n"
+"\n"
+"Choosing \"Yes\" displays a list of places from which updates can be\n"
+"retrieved. Choose the one nearer to you. Then a packages selection tree\n"
+"appears: review the selection, and press \"Install\" to retrieve and\n"
+"install the selected package or \"Cancel\" to abort."
+
+#: ../../help.pm_.c:425
msgid ""
-"Before continuing you should read carefully the terms of the license. It\n"
+"Before continuing, you should read carefully the terms of the license. It\n"
"covers the whole Mandrake Linux distribution, and if you do not agree with\n"
"all the terms in it, click on the \"Refuse\" button which will immediately\n"
-"terminate the installation. To continue with the installation, click the\n"
+"terminate the installation. To continue with the installation, click on the\n"
"\"Accept\" button."
msgstr ""
"Prije nego što nastavimo, trebate pažljivo pročitati uvjete licence. Ona\n"
@@ -2798,69 +3141,83 @@ msgstr ""
"instalaciju.\n"
"Da biste nastavili sa instalacijom, kliknite na dugme Prihvati."
-#: ../../help.pm_.c:391
+#: ../../help.pm_.c:432
msgid ""
"At this point, it is time to choose the security level desired for the\n"
"machine. As a rule of thumb, the more exposed the machine is, and the more\n"
"the data stored in it is crucial, the higher the security level should be.\n"
-"However, a higher security level is generally obtained at the expenses of\n"
-"easiness of use. Refer to the MSEC chapter of the ``Reference Manual'' to\n"
-"get more information about the meaning of these levels.\n"
+"However, a higher security level is generally obtained at the expense of\n"
+"easiness of use. Refer to the \"msec\" chapter of the ``Reference Manual''\n"
+"to get more information about the meaning of these levels.\n"
"\n"
"If you do not know what to choose, keep the default option."
msgstr ""
"At this point, it is time to choose the security level desired for the\n"
"machine. As a rule of thumb, the more exposed the machine is, and the more\n"
"the data stored in it is crucial, the higher the security level should be.\n"
-"However, a higher security level is generally obtained at the expenses of\n"
-"easiness of use. Refer to the MSEC chapter of the ``Reference Manual'' to\n"
-"get more information about the meaning of these levels.\n"
+"However, a higher security level is generally obtained at the expense of\n"
+"easiness of use. Refer to the \"msec\" chapter of the ``Reference Manual''\n"
+"to get more information about the meaning of these levels.\n"
"\n"
"If you do not know what to choose, keep the default option."
-#: ../../help.pm_.c:401
+#: ../../help.pm_.c:442
msgid ""
-"At this point, you need to choose what partition(s) will be used for the\n"
-"installation of your Mandrake Linux system. If partitions have been already\n"
+"At this point, you need to choose which partition(s) will be used for the\n"
+"installation of your Mandrake Linux system. If partitions have already been\n"
"defined, either from a previous installation of GNU/Linux or from another\n"
-"partitioning tool, you can use existing partitions. Otherwise hard drive\n"
+"partitioning tool, you can use existing partitions. Otherwise, hard drive\n"
"partitions must be defined.\n"
"\n"
"To create partitions, you must first select a hard drive. You can select\n"
-"the disk for partitioning by clicking on \"hda\" for the first IDE drive,\n"
-"\"hdb\" for the second, \"sda\" for the first SCSI drive and so on.\n"
+"the disk for partitioning by clicking on ``hda'' for the first IDE drive,\n"
+"``hdb'' for the second, ``sda'' for the first SCSI drive and so on.\n"
"\n"
"To partition the selected hard drive, you can use these options:\n"
"\n"
" * \"Clear all\": this option deletes all partitions on the selected hard\n"
-"drive.\n"
+"drive;\n"
"\n"
-" * \"Auto allocate\": this option allows you to automatically create Ext2\n"
-"and swap partitions in free space of your hard drive.\n"
+" * \"Auto allocate\": this option enables to automatically create \"Ext2\"\n"
+"and swap partitions in free space of your hard drive;\n"
+"\n"
+" * \"More\": gives access to additional features:\n"
+"\n"
+" * \"Save partition table\": saves the partition table to a floppy. "
+"Useful\n"
+"for later partition-table recovery if necessary. It is strongly recommended\n"
+"to perform this step;\n"
"\n"
-" * \"Rescue partition table\": if your partition table is damaged, you can\n"
+" * \"Restore partition table\": allows to restore a previously saved\n"
+"partition table from floppy disk;\n"
+"\n"
+" * \"Rescue partition table\": if your partition table is damaged, you "
+"can\n"
"try to recover it using this option. Please be careful and remember that it\n"
-"can fail.\n"
+"can fail;\n"
"\n"
-" * \"Undo\": use this option to cancel your changes.\n"
+" * \"Reload partition table\": discards all changes and loads your "
+"initial\n"
+"partition table;\n"
"\n"
-" * \"Reload\": you can use this option if you wish to undo all changes and\n"
-"load your initial partitions table.\n"
+" * \"Removable media automounting\": unchecking this option will force "
+"users\n"
+"to manually mount and unmount removable medias such as floppies and\n"
+"CD-ROMs.\n"
"\n"
" * \"Wizard\": use this option if you wish to use a wizard to partition "
"your\n"
"hard drive. This is recommended if you do not have a good knowledge of\n"
-"partitioning.\n"
+"partitioning;\n"
"\n"
-" * \"Restore from floppy\": this option will allow you to restore a\n"
-"previously saved partition table from floppy disk.\n"
+" * \"Undo\": use this option to cancel your changes;\n"
"\n"
-" * \"Save to floppy\": saves the partition table to a floppy. Useful for\n"
-"later partition-table recovery if necessary. It is strongly recommended to\n"
-"perform this step.\n"
+" * \"Toggle to normal/expert mode\": allows additional actions on "
+"partitions\n"
+"(type, options, format) and gives more information;\n"
"\n"
-" * \"Done\": when you have finished partitioning your hard drive, this will\n"
-"save your changes back to disc.\n"
+" * \"Done\": when you are finished partitioning your hard drive, this will\n"
+"save your changes back to disk.\n"
"\n"
"Note: you can reach any option using the keyboard. Navigate through the\n"
"partitions using [Tab] and [Up/Down] arrows.\n"
@@ -2873,9 +3230,12 @@ msgid ""
"\n"
" * Ctrl-m to set the mount point.\n"
"\n"
+"To get information about the different filesystem types available, please\n"
+"read the ext2fs chapter from the ``Reference Manual''.\n"
+"\n"
"If you are installing on a PPC machine, you will want to create a small HFS\n"
-"\"bootstrap\" partition of at least 1MB which will be used by the yaboot\n"
-"boot loader. If you opt to make the partition a bit larger, say 50MB, you\n"
+"``bootstrap'' partition of at least 1MB, which will be used by the yaboot\n"
+"bootloader. If you opt to make the partition a bit larger, say 50MB, you\n"
"may find it a useful place to store a spare kernel and ramdisk images for\n"
"emergency boot situations."
msgstr ""
@@ -2897,26 +3257,40 @@ msgstr ""
" * \"Auto allocate\": this option allows you to automatically create Ext2\n"
"and swap partitions in free space of your hard drive.\n"
"\n"
-" * \"Rescue partition table\": if your partition table is damaged, you can\n"
+" * \"More\": gives access to additional features:\n"
+"\n"
+" * \"Save partition table\": saves the partition table to a floppy. "
+"Useful\n"
+"for later partition-table recovery if necessary. It is strongly recommended\n"
+"to perform this step.\n"
+"\n"
+" * \"Restore partition table\": allows to restore a previously saved\n"
+"partition table from floppy disk.\n"
+"\n"
+" * \"Rescue partition table\": if your partition table is damaged, you "
+"can\n"
"try to recover it using this option. Please be careful and remember that it\n"
"can fail.\n"
"\n"
-" * \"Undo\": use this option to cancel your changes.\n"
+" * \"Reload partition table\": discards all changes and load your "
+"initial\n"
+"partitions table.\n"
"\n"
-" * \"Reload\": you can use this option if you wish to undo all changes and\n"
-"load your initial partitions table.\n"
+" * \"removable media automounting\": unchecking this option will force "
+"users\n"
+"to manually mount and unmount removable medias such as floppies and\n"
+"CD-ROMs.\n"
"\n"
" * \"Wizard\": use this option if you wish to use a wizard to partition "
"your\n"
"hard drive. This is recommended if you do not have a good knowledge of\n"
"partitioning.\n"
"\n"
-" * \"Restore from floppy\": this option will allow you to restore a\n"
-"previously saved partition table from floppy disk.\n"
+" * \"Undo\": use this option to cancel your changes.\n"
"\n"
-" * \"Save to floppy\": saves the partition table to a floppy. Useful for\n"
-"later partition-table recovery if necessary. It is strongly recommended to\n"
-"perform this step.\n"
+" * \"Toggle to normal/expert mode\": allows additional actions on "
+"partitions\n"
+"(Type, options, format) and gives more information.\n"
"\n"
" * \"Done\": when you have finished partitioning your hard drive, this will\n"
"save your changes back to disc.\n"
@@ -2932,16 +3306,19 @@ msgstr ""
"\n"
" * Ctrl-m to set the mount point.\n"
"\n"
+"To get information about the different filesystem types available, please\n"
+"read the chapter ext2fs from the ``Reference Manual''.\n"
+"\n"
"If you are installing on a PPC machine, you will want to create a small HFS\n"
"\"bootstrap\" partition of at least 1MB which will be used by the yaboot\n"
"boot loader. If you opt to make the partition a bit larger, say 50MB, you\n"
"may find it a useful place to store a spare kernel and ramdisk images for\n"
"emergency boot situations."
-#: ../../help.pm_.c:460
+#: ../../help.pm_.c:513
msgid ""
-"More than one Microsoft Windows partition has been detected on your hard\n"
-"drive. Please choose the one you want resize in order to install your new\n"
+"More than one Microsoft partition has been detected on your hard drive.\n"
+"Please choose the one you want to resize in order to install your new\n"
"Mandrake Linux operating system.\n"
"\n"
"Each partition is listed as follows: \"Linux name\", \"Windows name\"\n"
@@ -2956,11 +3333,11 @@ msgid ""
"\"Hard drive number\" is always a letter after \"hd\" or \"sd\". With IDE\n"
"hard drives:\n"
"\n"
-" * \"a\" means \"master hard drive on the primary IDE controller\",\n"
+" * \"a\" means \"master hard drive on the primary IDE controller\";\n"
"\n"
-" * \"b\" means \"slave hard drive on the primary IDE controller\",\n"
+" * \"b\" means \"slave hard drive on the primary IDE controller\";\n"
"\n"
-" * \"c\" means \"master hard drive on the secondary IDE controller\",\n"
+" * \"c\" means \"master hard drive on the secondary IDE controller\";\n"
"\n"
" * \"d\" means \"slave hard drive on the secondary IDE controller\".\n"
"\n"
@@ -2971,8 +3348,8 @@ msgid ""
"disk or partition is called \"C:\")."
msgstr ""
"More than one Microsoft Windows partition has been detected on your hard\n"
-"drive. Please choose the one you want resize in order to install your new\n"
-"Mandrake Linux operating system.\n"
+"drive. Please choose the one you want to resize in order to install your\n"
+"new Mandrake Linux operating system.\n"
"\n"
"Each partition is listed as follows: \"Linux name\", \"Windows name\"\n"
"\"Capacity\".\n"
@@ -2986,11 +3363,11 @@ msgstr ""
"\"Hard drive number\" is always a letter after \"hd\" or \"sd\". With IDE\n"
"hard drives:\n"
"\n"
-" * \"a\" means \"master hard drive on the primary IDE controller\",\n"
+" * \"a\" means \"master hard drive on the primary IDE controller\";\n"
"\n"
-" * \"b\" means \"slave hard drive on the primary IDE controller\",\n"
+" * \"b\" means \"slave hard drive on the primary IDE controller\";\n"
"\n"
-" * \"c\" means \"master hard drive on the secondary IDE controller\",\n"
+" * \"c\" means \"master hard drive on the secondary IDE controller\";\n"
"\n"
" * \"d\" means \"slave hard drive on the secondary IDE controller\".\n"
"\n"
@@ -3000,55 +3377,74 @@ msgstr ""
"\"Windows name\" is the letter of your hard drive under Windows (the first\n"
"disk or partition is called \"C:\")."
-#: ../../help.pm_.c:491
+#: ../../help.pm_.c:544
msgid "Please be patient. This operation can take several minutes."
msgstr ""
"Molimo da imate strpljenja. Ova operacija može potrajati nekoliko minuta."
-#: ../../help.pm_.c:494
+#: ../../help.pm_.c:547
msgid ""
"DrakX now needs to know if you want to perform a default (\"Recommended\")\n"
-"installation or if you want to have greater control (\"Expert\"). You also\n"
-"have the choice of performing a new install or an upgrade of an existing\n"
-"Mandrake Linux system. Clicking \"Install\" will completely wipe out the\n"
-"old system. Select \"Upgrade\" if you are upgrading or repairing an\n"
-"existing system.\n"
-"\n"
-"Please choose \"Install\" if there are no previous version of Mandrake\n"
-"Linux installed or if you wish to boot between various operating systems.\n"
+"installation or if you want to have greater control (\"Expert\"). You can\n"
+"also choose to do a new install or an upgrade of an existing Mandrake Linux\n"
+"system:\n"
+"\n"
+" * \"Install\": completely wipes out the old system. In fact, depending on\n"
+"what currently holds your machine, you will be able to keep some old (Linux\n"
+"or other) partitions unchanged;\n"
+"\n"
+" * \"Upgrade\": this installation class allows to simply update the "
+"packages\n"
+"currently installed on your Mandrake Linux system. It keeps the current\n"
+"partitions of your hard drives as well as user configurations. All other\n"
+"configuration steps remain available with respect to plain installation;\n"
+"\n"
+" * \"Upgrade Packages Only\": this brand new class allows to upgrade an\n"
+"existing Mandrake Linux system while keeping all system configurations\n"
+"unchanged. Adding new packages to the current installation is also\n"
+"possible.\n"
"\n"
-"Please choose \"Update\" if you wish to update or repair an already\n"
-"installed version of Mandrake Linux.\n"
+"Upgrades should work fine for Mandrake Linux systems starting from \"8.1\"\n"
+"release.\n"
"\n"
-"Depending on your knowledge of GNU/Linux, please choose one of the\n"
-"following to install or update your Mandrake Linux operating system:\n"
+"Depending on your knowledge of GNU/Linux, select one of the following\n"
+"choices:\n"
"\n"
" * Recommended: choose this if you have never installed a GNU/Linux\n"
"operating system. The installation will be very easy and you will only be\n"
-"asked a few questions.\n"
+"asked a few questions;\n"
"\n"
" * Expert: if you have a good knowledge of GNU/Linux, you can choose this\n"
"installation class. The expert installation will allow you to perform a\n"
-"highly customized installation. Answering some of the questions can be\n"
-"difficult if you do not have a good knowledge of GNU/Linux so do not choose\n"
-"this unless you know what you are doing."
+"highly-customized installation. Answering some of the questions can be\n"
+"difficult if you do not have a good knowledge of GNU/Linux, so do not\n"
+"choose this unless you know what you are doing."
msgstr ""
"DrakX sada mora znati da li želite obaviti podrazumjevanu instalaciju\n"
"(\"Preporučeno\") ili želite da imate veću kontrolu (\"Ekspert\"). Takođe\n"
"imate izbor između instalacije novog ili unaprijeđenja postojećeg\n"
-"Mandrake Linux sistema. Klikom na \"Instaliraj\" ćete potpuno obrisati\n"
-"stari sistem. Izaberite \"Update\" ako unaprijeđujete ili popravljate\n"
-"postojeći sistem.\n"
+"Mandrake Linux sistema. \n"
+"\n"
+" * \"Instaliraj\" Potpuno briše raniji sistem. U stvari, ovisno o tome\n"
+"šta trenutno sadrži vaš računar, možda ćete moći zadržati neke stare\n"
+"particije (Linux i druge) bez ikakvih izmjena.\n"
+"\n"
+" * \"Unaprijedi\" Ova klasa instalacije vam omogućuje da jednostavno\n"
+"unaprijedite pakete trenutno instalirane na vašem Mandrake Linux sistemu.\n"
+"Ona zadržava trenutne particije vaših hard diskova kao i postavke "
+"korisnika.\n"
+"Svi drugi koraci instalacije ostaju dostupni kao i u običnoj instalaciji.\n"
"\n"
-"Molimo izaberite \"Instaliraj\" ako nemate instaliranu neku raniju verziju\n"
-"Mandrake Linuxa ili ako želite bootati nekoliko operativnih sistema\n"
-"istovremeno.\n"
+" * \"Unaprijedi samo pakete\" Ova potpuno nova klasa vam omogućuje da\n"
+"unaprijedite postojeći Mandrake Linux sistem pri čemu ćete sačuvati svu\n"
+"sistemsku konfiguraciju bez izmjena. Dodavanje novih paketa trenutnoj\n"
+"instalaciji je također moguće.\n"
"\n"
-"Molimo izaberite \"Update\" ako želite da updatujete ili popravite već\n"
-"instaliranu verziju Mandrake Linuxa.\n"
+"Unaprijeđenja bi trebala raditi fino za Mandrake Linux sisteme počevši\n"
+"od verzije \"8.1\".\n"
"\n"
"Ovisno o vašem poznavnaju GNU/Linuxa, molim izaberite jedan od sljedećih\n"
-"nivoa za instalaciju ili update vašeg Mandrake Linux operativnog sistema:\n"
+"načina za instalaciju ili update vašeg Mandrake Linux operativnog sistema:\n"
"\n"
" * Preporučeno: ako nikada niste instalirali GNU/Linux operativni sistem,\n"
"izaberite ovo. Instalacija će biti veoma jednostavna i biće vam postavljeno\n"
@@ -3060,10 +3456,10 @@ msgstr ""
"instalaciju. Odgovor na neka pitanja može biti vrlo težak ako nemate dobro\n"
"poznavanje GNU/Linuxa, zato nemojte birati ovo sem ako znate šta radite."
-#: ../../help.pm_.c:521
+#: ../../help.pm_.c:583
msgid ""
"Normally, DrakX selects the right keyboard for you (depending on the\n"
-"language you have chosen) and you will not even see this step. However, you\n"
+"language you have chosen) and you won't even see this step. However, you\n"
"might not have a keyboard that corresponds exactly to your language: for\n"
"example, if you are an English speaking Swiss person, you may still want\n"
"your keyboard to be a Swiss keyboard. Or if you speak English but are\n"
@@ -3086,7 +3482,7 @@ msgstr ""
"Click on the \"More\" button to be presented with the complete list of\n"
"supported keyboards."
-#: ../../help.pm_.c:534
+#: ../../help.pm_.c:596
msgid ""
"Please choose your preferred language for installation and system usage.\n"
"\n"
@@ -3095,10 +3491,10 @@ msgid ""
"will install the language-specific files for system documentation and\n"
"applications. For example, if you will host users from Spain on your\n"
"machine, select English as the main language in the tree view and in the\n"
-"Advanced section click on the grey star corresponding to \"Spanish|Spain\".\n"
+"Advanced section click on the box corresponding to \"Spanish|Spain\".\n"
"\n"
"Note that multiple languages may be installed. Once you have selected any\n"
-"additional locales click the \"OK\" button to continue."
+"additional locales, click the \"OK\" button to continue."
msgstr ""
"Please choose your preferred language for installation and system usage.\n"
"\n"
@@ -3112,19 +3508,20 @@ msgstr ""
"Note that multiple languages may be installed. Once you have selected any\n"
"additional locales click the \"OK\" button to continue."
-#: ../../help.pm_.c:547
+#: ../../help.pm_.c:609
msgid ""
-"By default, DrakX assumes you have a two-button mouse and will set it up\n"
-"for third-button emulation. DrakX will automatically know whether it is a\n"
-"PS/2, serial or USB mouse.\n"
+"DrakX generally detects the number of buttons your mouse has. If not, it\n"
+"assumes you have a two-button mouse and will set it up for third-button\n"
+"emulation. DrakX will automatically know whether it is a PS/2, serial or\n"
+"USB mouse.\n"
"\n"
"If you wish to specify a different type of mouse select the appropriate\n"
-"type from the list provided.\n"
+"type from the provided list.\n"
"\n"
-"If you choose a mouse other than the default you will be presented with a\n"
-"mouse test screen. Use the buttons and wheel to verify that the settings\n"
-"are good. If the mouse is not working correctly press the space bar or\n"
-"RETURN to \"Cancel\" and choose again."
+"If you choose a mouse other than the default, a test screen will be\n"
+"displayed. Use the buttons and wheel to verify that the settings are\n"
+"correct. If the mouse is not working well, press the space bar or [Return]\n"
+"to \"Cancel\" and choose again."
msgstr ""
"By default, DrakX assumes you have a two-button mouse and will set it up\n"
"for third-button emulation. DrakX will automatically know whether it is a\n"
@@ -3136,33 +3533,33 @@ msgstr ""
"If you choose a mouse other than the default you will be presented with a\n"
"mouse test screen. Use the buttons and wheel to verify that the settings\n"
"are good. If the mouse is not working correctly press the space bar or\n"
-"RETURN to \"Cancel\" and choose again."
+"[Return] to \"Cancel\" and choose again."
-#: ../../help.pm_.c:560
+#: ../../help.pm_.c:623
msgid ""
-"Please select the correct port. For example, the COM1 port under MS Windows\n"
-"is named ttyS0 under GNU/Linux."
+"Please select the correct port. For example, the \"COM1\" port under\n"
+"Windows is named \"ttyS0\" under GNU/Linux."
msgstr ""
-"Molimo izaberite ispravan port. Na primjer, COM1 port pod MS Windowsom\n"
-"se zove ttyS0 pod GNU/Linuxom."
+"Molimo izaberite ispravan port. Na primjer, \"COM1\" port pod MS\n"
+"Windowsom se zove \"ttyS0\" pod GNU/Linuxom."
-#: ../../help.pm_.c:564
+#: ../../help.pm_.c:627
msgid ""
"This is the most crucial decision point for the security of your GNU/Linux\n"
"system: you have to enter the \"root\" password. \"root\" is the system\n"
"administrator and is the only one authorized to make updates, add users,\n"
"change the overall system configuration, and so on. In short, \"root\" can\n"
"do everything! That is why you must choose a password that is difficult to\n"
-"guess - DrakX will tell you if it is too easy. As you can see, you can\n"
-"choose not to enter a password, but we strongly advise you against this if\n"
-"only for one reason: do not think that because you booted GNU/Linux that\n"
-"your other operating systems are safe from mistakes. Since \"root\" can\n"
-"overcome all limitations and unintentionally erase all data on partitions\n"
-"by carelessly accessing the partitions themselves, it is important for it\n"
-"to be difficult to become \"root\".\n"
+"guess DrakX will tell you if it is too easy. As you can see, you can choose\n"
+"not to enter a password, but we strongly advise you against this if only\n"
+"for one reason: do not think that because you booted GNU/Linux that your\n"
+"other operating systems are safe from mistakes. Since \"root\" can overcome\n"
+"all limitations and unintentionally erase all data on partitions by\n"
+"carelessly accessing the partitions themselves, it is important for it to\n"
+"be difficult to become \"root\".\n"
"\n"
"The password should be a mixture of alphanumeric characters and at least 8\n"
-"characters long. Never write down the \"root\" password - it makes it too\n"
+"characters long. Never write down the \"root\" password it makes it too\n"
"easy to compromise a system.\n"
"\n"
"However, please do not make the password too long or complicated because\n"
@@ -3171,12 +3568,12 @@ msgid ""
"The password will not be displayed on screen as you type it in. Hence, you\n"
"will have to type the password twice to reduce the chance of a typing\n"
"error. If you do happen to make the same typing error twice, this\n"
-"\"incorrect\" password will have to be used the first time you connect.\n"
+"``incorrect'' password will have to be used the first time you connect.\n"
"\n"
-"In expert mode, you will be asked if you will be connecting to an\n"
+"In Expert mode, you will be asked if you will be connecting to an\n"
"authentication server, like NIS or LDAP.\n"
"\n"
-"If your network uses LDAP (or NIS) protocol for authentication, select\n"
+"If your network uses the LDAP (or NIS) protocol for authentication, select\n"
"\"LDAP\" (or \"NIS\") as authentication. If you do not know, ask your\n"
"network administrator.\n"
"\n"
@@ -3188,16 +3585,16 @@ msgstr ""
"administrator and is the only one authorized to make updates, add users,\n"
"change the overall system configuration, and so on. In short, \"root\" can\n"
"do everything! That is why you must choose a password that is difficult to\n"
-"guess - DrakX will tell you if it is too easy. As you can see, you can\n"
-"choose not to enter a password, but we strongly advise you against this if\n"
-"only for one reason: do not think that because you booted GNU/Linux that\n"
-"your other operating systems are safe from mistakes. Since \"root\" can\n"
-"overcome all limitations and unintentionally erase all data on partitions\n"
-"by carelessly accessing the partitions themselves, it is important for it\n"
-"to be difficult to become \"root\".\n"
+"guess DrakX will tell you if it is too easy. As you can see, you can choose\n"
+"not to enter a password, but we strongly advise you against this if onlynfor "
+"one reason: do not think that because you booted GNU/Linux that your\n"
+"other operating systems are safe from mistakes. Since \"root\" can overcome\n"
+"all limitations and unintentionally erase all data on partitions by\n"
+"carelessly accessing the partitions themselves, it is important for it to\n"
+"be difficult to become \"root\".\n"
"\n"
"The password should be a mixture of alphanumeric characters and at least 8\n"
-"characters long. Never write down the \"root\" password - it makes it too\n"
+"characters long. Never write down the \"root\" password it makes it too\n"
"easy to compromise a system.\n"
"\n"
"However, please do not make the password too long or complicated because\n"
@@ -3206,88 +3603,88 @@ msgstr ""
"The password will not be displayed on screen as you type it in. Hence, you\n"
"will have to type the password twice to reduce the chance of a typing\n"
"error. If you do happen to make the same typing error twice, this\n"
-"\"incorrect\" password will have to be used the first time you connect.\n"
+"``incorrect'' password will have to be used the first time you connect.\n"
"\n"
-"In expert mode, you will be asked if you will be connecting to an\n"
+"In Expert mode, you will be asked if you will be connecting to an\n"
"authentication server, like NIS or LDAP.\n"
"\n"
-"If your network uses LDAP (or NIS) protocol for authentication, select\n"
+"If your network uses the LDAP (or NIS) protocol for authentication, select\n"
"\"LDAP\" (or \"NIS\") as authentication. If you do not know, ask your\n"
"network administrator.\n"
"\n"
"If your computer is not connected to any administrated network, you will\n"
"want to choose \"Local files\" for authentication."
-#: ../../help.pm_.c:600
+#: ../../help.pm_.c:663
msgid ""
-"LILO and GRUB are boot loaders for GNU/Linux. This stage, normally, is\n"
-"totally automated. In fact, DrakX analyzes the disk boot sector and acts\n"
+"LILO and grub are GNU/Linux bootloaders. This stage, normally, is totally\n"
+"automated. In fact, DrakX analyzes the disk boot sector and acts\n"
"accordingly, depending on what it finds here:\n"
"\n"
-" * if Windows boot sector is found, it will replace it with a GRUB/LILO "
-"boot\n"
-"sector. Hence, you will be able to load either GNU/Linux or another OS;\n"
+" * if a Windows boot sector is found, it will replace it with a grub/LILO\n"
+"boot sector. Hence, you will be able to load either GNU/Linux or another\n"
+"OS;\n"
"\n"
-" * if a GRUB or LILO boot sector is found, it will replace it with a new\n"
-"one;\n"
+" * if a grub or LILO boot sector is found, it will replace it with a new\n"
+"one.\n"
"\n"
"If in doubt, DrakX will display a dialog with various options.\n"
"\n"
-" * \"Boot loader to use\": you have three choices:\n"
+" * \"Bootloader to use\": you have three choices:\n"
+"\n"
+" * \"GRUB\": if you prefer grub (text menu).\n"
"\n"
" * \"LILO with graphical menu\": if you prefer LILO with its graphical\n"
"interface.\n"
"\n"
-" * \"GRUB\": if you prefer GRUB (text menu).\n"
-"\n"
" * \"LILO with text menu\": if you prefer LILO with its text menu "
"interface.\n"
"\n"
" * \"Boot device\": in most cases, you will not change the default\n"
-"(\"/dev/hda\"), but if you prefer, the boot loader can be installed on the\n"
-"second hard drive (\"/dev/hdb\"), or even on a floppy disk (\"/dev/fd0\").\n"
+"(\"/dev/hda\"), but if you prefer, the bootloader can be installed on the\n"
+"second hard drive (\"/dev/hdb\"), or even on a floppy disk (\"/dev/fd0\");\n"
"\n"
" * \"Delay before booting the default image\": when rebooting the computer,\n"
-"this is the delay granted to the user to choose - in the boot loader menu,\n"
+"this is the delay granted to the user to choose in the bootloader menu,\n"
"another boot entry than the default one.\n"
"\n"
-"!! Beware that if you choose not to install a boot loader (by selecting\n"
+"!! Beware that if you choose not to install a bootloader (by selecting\n"
"\"Cancel\" here), you must ensure that you have a way to boot your Mandrake\n"
-"Linux system! Also be sure you know what you do before changing any of the\n"
+"Linux system! Also, be sure you know what you do before changing any of the\n"
"options. !!\n"
"\n"
"Clicking the \"Advanced\" button in this dialog will offer many advanced\n"
"options, which are reserved to the expert user.\n"
"\n"
-"Mandrake Linux installs its own boot loader, which will let you boot either\n"
-"GNU/Linux or any other operating systems which you have on your system.\n"
+"After you have configured the general bootloader parameters, the list of\n"
+"boot options which will be available at boot time will be displayed.\n"
"\n"
-"If there is another operating system installed on your machine, it will be\n"
-"automatically added to the boot menu. Here, you can choose to fine-tune the\n"
-"existing options. Double-clicking on an existing entry allows you to change\n"
-"its parameters or remove it; \"Add\" creates a new entry; and \"Done\" goes\n"
-"on to the next installation step."
+"If there is another operating system installed on your machine, it will\n"
+"automatically be added to the boot menu. Here, you can choose to fine-tune\n"
+"the existing options. Select an entry and click \"Modify\" to modify or\n"
+"remove it; \"Add\" creates a new entry; and \"Done\" goes on to the next\n"
+"installation step."
msgstr ""
-"LILO and GRUB are boot loaders for GNU/Linux. This stage, normally, is\n"
-"totally automated. In fact, DrakX analyzes the disk boot sector and acts\n"
+"LILO and grub are boot loaders for GNU/Linux. This stage, normally, is\n"
+"automated. In fact, DrakX analyzes the disk boot sector and acts\n"
"accordingly, depending on what it finds here:\n"
"\n"
-" * if Windows boot sector is found, it will replace it with a GRUB/LILO "
-"boot\n"
-"sector. Hence, you will be able to load either GNU/Linux or another OS;\n"
+" * if a Windows boot sector is found, it will replace it with a grub/LILO\n"
+"boot sector. Hence, you will be able to load either GNU/Linux or another\n"
+"OS;\n"
"\n"
-" * if a GRUB or LILO boot sector is found, it will replace it with a new\n"
-"one;\n"
+" * if a grub or LILO boot sector is found, it will replace it with a new\n"
+"one.\n"
"\n"
"If in doubt, DrakX will display a dialog with various options.\n"
"\n"
" * \"Boot loader to use\": you have three choices:\n"
"\n"
+" * \"GRUB\": if you prefer grub (text menu).\n"
+"\n"
" * \"LILO with graphical menu\": if you prefer LILO with its graphical\n"
"interface.\n"
"\n"
-" * \"GRUB\": if you prefer GRUB (text menu).\n"
-"\n"
" * \"LILO with text menu\": if you prefer LILO with its text menu "
"interface.\n"
"\n"
@@ -3307,18 +3704,18 @@ msgstr ""
"Clicking the \"Advanced\" button in this dialog will offer many advanced\n"
"options, which are reserved to the expert user.\n"
"\n"
-"Mandrake Linux installs its own boot loader, which will let you boot either\n"
-"GNU/Linux or any other operating systems which you have on your system.\n"
+"After you have configured the general boot-loader parameters, you are\n"
+"presented the list of boot options that will be available at boot time.\n"
"\n"
"If there is another operating system installed on your machine, it will be\n"
"automatically added to the boot menu. Here, you can choose to fine-tune the\n"
-"existing options. Double-clicking on an existing entry allows you to change\n"
-"its parameters or remove it; \"Add\" creates a new entry; and \"Done\" goes\n"
-"on to the next installation step."
+"existing options. Select an entry and click \"Modify\" to modify or remove\n"
+"it; \"Add\" creates a new entry; and \"Done\" goes on to the next\n"
+"installation step."
-#: ../../help.pm_.c:647
+#: ../../help.pm_.c:711
msgid ""
-"LILO (the LInux LOader) and GRUB are boot loaders: they are able to boot\n"
+"LILO (the LInux LOader) and grub are bootloaders: they are able to boot\n"
"either GNU/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"
@@ -3328,7 +3725,7 @@ msgid ""
"anyone. In which case, you can delete the corresponding entries. But then,\n"
"you will need a boot disk in order to boot those other operating systems!"
msgstr ""
-"LILO (the LInux LOader) and GRUB are boot loaders: they are able to boot\n"
+"LILO (the LInux LOader) and grub are bootloaders: they are able to boot\n"
"either GNU/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"
@@ -3338,7 +3735,7 @@ msgstr ""
"anyone. In which case, you can delete the corresponding entries. But then,\n"
"you will need a boot disk in order to boot those other operating systems!"
-#: ../../help.pm_.c:658
+#: ../../help.pm_.c:722
msgid ""
"You must indicate where you wish to place the information required to boot\n"
"to GNU/Linux.\n"
@@ -3349,93 +3746,93 @@ msgstr ""
"Morate navesti gdje želite smjestiti informacije koje su potrebne za\n"
"bootanje GNU/Linuxa.\n"
"\n"
-"Izaberite \"Prvi sektor na drajvu (MBR)\" sem ako znate tačno šta radite."
+"Izaberite \"Prvi sektor na disku (MBR)\" sem ako znate tačno šta radite."
-#: ../../help.pm_.c:665
+#: ../../help.pm_.c:729
msgid ""
-"Here we select a printing system for your computer to use. Other OSes may\n"
-"offer you one, but Mandrake offers three.\n"
+"Here, we select a printing system for your computer. Other OSs may offer\n"
+"you one, but Mandrake Linux offers three.\n"
"\n"
-" * \"pdq\" - which means ``print, don't queue'', is the choice if you have "
-"a\n"
+" * \"pdq\" which means ``print, don't queue'', is the choice if you have a\n"
"direct connection to your printer and you want to be able to panic out of\n"
-"printer jams, and you do not have any networked printers. It will handle\n"
-"only very simple network cases and is somewhat slow for networks. Pick\n"
-"\"pdq\" if this is your maiden voyage to GNU/Linux. You can change your\n"
-"choices after install by running PrinterDrake from the Mandrake Control\n"
-"Center and clicking the expert button.\n"
-"\n"
-" * \"CUPS\" - ``Common Unix Printing System'' is excellent at printing to\n"
-"your local printer and also halfway round the planet. It is simple and can\n"
-"act like a server or a client for the ancient \"lpd\" printing system, so\n"
-"it is compatible with the systems that went before. It can do many tricks,\n"
-"but the basic setup is almost as easy as \"pdq\". If you need this to\n"
-"emulate an \"lpd\" server, you must turn on the \"cups-lpd\" daemon. It has\n"
+"printer jams, and you do not have networked printers. It will handle only\n"
+"very simple network cases and is somewhat slow for networks. Pick \"pdq\"\n"
+"if this is your maiden voyage to GNU/Linux. You can change your choices\n"
+"after installation by running PrinterDrake from the Mandrake Control Center\n"
+"and clicking the expert button.\n"
+"\n"
+" * \"CUPS\"``Common Unix Printing System'', is excellent at printing to "
+"your\n"
+"local printer and also halfway-around the planet. It is simple and can act\n"
+"as a server or a client for the ancient \"lpd\" printing system. Hence, it\n"
+"is compatible with the systems that went before. It can do many tricks, but\n"
+"the basic setup is almost as easy as \"pdq\". If you need this to emulate\n"
+"an \"lpd\" server, you must turn on the \"cups-lpd\" daemon. It has\n"
"graphical front-ends for printing or choosing printer options.\n"
"\n"
-" * \"lprNG\" - ``line printer daemon New Generation''. This system can do\n"
+" * \"lprNG\"``line printer daemon New Generation''. This system can do\n"
"approximately the same things the others can do, but it will print to\n"
-"printers mounted on a Novell Network, because it supports IPX protocol, and\n"
-"it can print directly to shell commands. If you have need of Novell or\n"
+"printers mounted on a Novell Network, because it supports the IPX protocol,\n"
+"and it can print directly to shell commands. If you have need of Novell or\n"
"printing to commands without using a separate pipe construct, use lprNG.\n"
"Otherwise, CUPS is preferable as it is simpler and better at working over\n"
"networks."
msgstr ""
-"Here we select a printing system for your computer to use. Other OSes may\n"
-"offer you one, but Mandrake offers three.\n"
+"Here, we select a printing system for your computer. Other OSs may offer\n"
+"you one, but Mandrake Linux offers three.\n"
"\n"
-" * \"pdq\" - which means ``print, don't queue'', is the choice if you have "
-"a\n"
+" * \"pdq\" which means ``print, don't queue'', is the choice if you have a\n"
"direct connection to your printer and you want to be able to panic out of\n"
-"printer jams, and you do not have any networked printers. It will handle\n"
-"only very simple network cases and is somewhat slow for networks. Pick\n"
-"\"pdq\" if this is your maiden voyage to GNU/Linux. You can change your\n"
-"choices after install by running PrinterDrake from the Mandrake Control\n"
-"Center and clicking the expert button.\n"
-"\n"
-" * \"CUPS\" - ``Common Unix Printing System'' is excellent at printing to\n"
-"your local printer and also halfway round the planet. It is simple and can\n"
-"act like a server or a client for the ancient \"lpd\" printing system, so\n"
-"it is compatible with the systems that went before. It can do many tricks,\n"
-"but the basic setup is almost as easy as \"pdq\". If you need this to\n"
-"emulate an \"lpd\" server, you must turn on the \"cups-lpd\" daemon. It has\n"
+"printer jams, and you do not have networked printers. It will handle only\n"
+"very simple network cases and is somewhat slow for networks. Pick \"pdq\"\n"
+"if this is your maiden voyage to GNU/Linux. You can change your choices\n"
+"after installation by running PrinterDrake from the Mandrake Control "
+"Centernand clicking the expert button.\n"
+"\n"
+" * \"CUPS\"``Common Unix Printing System'', is excellent at printing to "
+"your\n"
+"local printer and also halfway-around the planet. It is simple and can act\n"
+"as a server or a client for the ancient \"lpd\" printing system. Hence, it\n"
+"is compatible with the systems that went before. It can do many tricks, but\n"
+"the basic setup is almost as easy as \"pdq\". If you need this to emulate\n"
+"an \"lpd\" server, you must turn on the \"cups-lpd\" daemon. It has\n"
"graphical front-ends for printing or choosing printer options.\n"
"\n"
-" * \"lprNG\" - ``line printer daemon New Generation''. This system can do\n"
+" * \"lprNG\"``line printer daemon New Generation''. This system can do\n"
"approximately the same things the others can do, but it will print to\n"
-"printers mounted on a Novell Network, because it supports IPX protocol, and\n"
-"it can print directly to shell commands. If you have need of Novell or\n"
+"printers mounted on a Novell Network, because it supports the IPX protocol,\n"
+"and it can print directly to shell commands. If you have need of Novell or\n"
"printing to commands without using a separate pipe construct, use lprNG.\n"
"Otherwise, CUPS is preferable as it is simpler and better at working over\n"
"networks."
-#: ../../help.pm_.c:693
+#: ../../help.pm_.c:757
msgid ""
-"DrakX is now detecting any IDE devices present in your computer. It will\n"
-"also scan for one or more PCI SCSI card(s) on your system. If a SCSI card\n"
-"is found DrakX will automatically install the appropriate driver.\n"
+"DrakX now detects any IDE device present in your computer. It will also\n"
+"scan for one or more PCI SCSI card(s) on your system. If a SCSI card is\n"
+"found, DrakX will automatically install the appropriate driver.\n"
"\n"
-"Because hardware detection will sometimes not detect a piece of hardware\n"
+"Because hardware detection does not always detect a piece of hardware,\n"
"DrakX will ask you to confirm if a PCI SCSI card is present. Click \"Yes\"\n"
"if you know that there is a SCSI card installed in your machine. You will\n"
"be presented a list of SCSI cards to choose from. Click \"No\" if you have\n"
-"no SCSI hardware. If you are unsure you can check the list of hardware\n"
+"no SCSI hardware. If you are unsure, you can check the list of hardware\n"
"detected in your machine by selecting \"See hardware info\" and clicking\n"
"\"OK\". Examine the list of hardware and then click on the \"OK\" button to\n"
"return to the SCSI interface question.\n"
"\n"
"If you have to manually specify your adapter, DrakX will ask if you want to\n"
"specify options for it. You should allow DrakX to probe the hardware for\n"
-"the card-specific options that the hardware needs to initialize. This\n"
+"the card-specific options which the hardware needs to initialize. This\n"
"usually works well.\n"
"\n"
-"If DrakX is not able to probe for the options that need to be passed, you\n"
-"will need to manually provide options to the driver. Please review the\n"
-"``User Guide'' (chapter 3, section \"Collecting information on your\n"
-"hardware\") for hints on retrieving the parameters required from hardware\n"
-"documentation, from the manufacturer's web site (if you have Internet\n"
-"access) or from Microsoft Windows (if you used this hardware with Windows\n"
-"on your system)."
+"If DrakX is not able to probe for the options which need to be passed, you\n"
+"will need to provide options to the driver manually. Please review the\n"
+"``User Guide'' (chapter 3, in the ``Collecting Information on Your\n"
+"Hardware'' section) for hints on retrieving the parameters required from\n"
+"hardware documentation, from the manufacturer's web site (if you have\n"
+"Internet access) or from MicrosoftWindows (if you used this hardware with\n"
+"Windows on your system)."
msgstr ""
"DrakX sada pronalazi sve IDE uređaje prisutne na vašem računaru. Također\n"
"će pretražiti sistem za jednu ili više PCI SCSI kartica. Ako SCSI kartica "
@@ -3444,11 +3841,12 @@ msgstr ""
"\n"
"Budući da pronalaženje hardware-a ponekad ne uspjeva pronaći neki dio\n"
"hardware-a, DrakX će pitati za potvrdu da li imate SCSI karticu ili ne.\n"
-"Kliknite Da ako znate da postoji SCSI kartica instalirana na vašoj mašini.\n"
+"Kliknite Da ako znate da postoji SCSI kartica instalirana na vašem "
+"računaru.\n"
"Biće vam predstavljena lista SCSI kartica koje možete izabrati. Kliknite Ne\n"
"ako nemate nikakav SCSI hardware. Ako niste sigurni, možete pregledati "
"listu\n"
-"hardware u vašoj mašini tako što ćete izabrati \"Vidi hardware info\" i "
+"hardware u vašem računaru tako što ćete izabrati \"Vidi hardware info\" i "
"kliknuti\n"
"na OK. Pretražite listu hardware-a i zatim kliknite na dugme OK kako bi se\n"
"vratili na pitanje o SCSI-ju.\n"
@@ -3465,23 +3863,24 @@ msgstr ""
"sa web stranice proizvođača (ako imate internet pristup) ili iz Microsoft\n"
"Windowsa (ako ga imate na vašem sistemu)."
-#: ../../help.pm_.c:720
+#: ../../help.pm_.c:784
msgid ""
"You can add additional entries for yaboot, either for other operating\n"
"systems, alternate kernels, or for an emergency boot image.\n"
"\n"
-"For other OS's, the entry consists only of a label and the root partition.\n"
+"For other OSs, the entry consists only of a label and the \"root\"\n"
+"partition.\n"
"\n"
"For Linux, there are a few possible options:\n"
"\n"
" * Label: this is simply the name you will have to type at the yaboot "
"prompt\n"
-"to select this boot option.\n"
+"to select this boot option;\n"
"\n"
" * Image: this would be the name of the kernel to boot. Typically, vmlinux\n"
-"or a variation of vmlinux with an extension.\n"
+"or a variation of vmlinux with an extension;\n"
"\n"
-" * Root: the \"root\" device or \"/\" for your Linux installation.\n"
+" * Root: the \"root\" device or ``/'' for your Linux installation;\n"
"\n"
" * Append: on Apple hardware, the kernel append option is used quite often\n"
"to assist in initializing video hardware, or to enable keyboard mouse\n"
@@ -3495,37 +3894,37 @@ msgid ""
"\n"
" * Initrd: this option can be used either to load initial modules, before\n"
"the boot device is available, or to load a ramdisk image for an emergency\n"
-"boot situation.\n"
+"boot situation;\n"
"\n"
" * Initrd-size: the default ramdisk size is generally 4,096 bytes. If you\n"
-"need to allocate a large ramdisk, this option can be used.\n"
+"need to allocate a large ramdisk, this option can be used;\n"
"\n"
" * Read-write: normally the \"root\" partition is initially brought up in\n"
-"read-only, to allow a file system check before the system becomes \"live\".\n"
-"Here, you can override this option.\n"
+"read-only, to allow a file system check before the system becomes ``live''.\n"
+"Here, you can override this option;\n"
"\n"
" * NoVideo: should the Apple video hardware prove to be exceptionally\n"
-"problematic, you can select this option to boot in \"novideo\" mode, with\n"
-"native frame buffer support.\n"
+"problematic, you can select this option to boot in ``novideo'' mode, with\n"
+"native frame buffer support;\n"
"\n"
" * Default: selects this entry as being the default Linux selection,\n"
"selectable by just pressing ENTER at the yaboot prompt. This entry will\n"
-"also be highlighted with a \"*\", if you press [Tab] to see the boot\n"
+"also be highlighted with a ``*'', if you press [Tab] to see the boot\n"
"selections."
msgstr ""
"You can add additional entries for yaboot, either for other operating\n"
"systems, alternate kernels, or for an emergency boot image.\n"
"\n"
-"For other OS's, the entry consists only of a label and the root partition.\n"
+"For other OSs, the entry consists only of a label and the root partition.\n"
"\n"
"For Linux, there are a few possible options:\n"
"\n"
" * Label: this is simply the name you will have to type at the yaboot "
"prompt\n"
-"to select this boot option.\n"
+"to select this boot option;\n"
"\n"
" * Image: this would be the name of the kernel to boot. Typically, vmlinux\n"
-"or a variation of vmlinux with an extension.\n"
+"or a variation of vmlinux with an extension;\n"
"\n"
" * Root: the \"root\" device or \"/\" for your Linux installation.\n"
"\n"
@@ -3541,56 +3940,54 @@ msgstr ""
"\n"
" * Initrd: this option can be used either to load initial modules, before\n"
"the boot device is available, or to load a ramdisk image for an emergency\n"
-"boot situation.\n"
+"boot situation;\n"
"\n"
" * Initrd-size: the default ramdisk size is generally 4,096 bytes. If you\n"
-"need to allocate a large ramdisk, this option can be used.\n"
+"need to allocate a large ramdisk, this option can be used;\n"
"\n"
" * Read-write: normally the \"root\" partition is initially brought up in\n"
-"read-only, to allow a file system check before the system becomes \"live\".\n"
-"Here, you can override this option.\n"
+"read-only, to allow a file system check before the system becomes ``live''.\n"
+"Here, you can override this option;\n"
"\n"
" * NoVideo: should the Apple video hardware prove to be exceptionally\n"
-"problematic, you can select this option to boot in \"novideo\" mode, with\n"
-"native frame buffer support.\n"
+"problematic, you can select this option to boot in ``novideo'' mode, with\n"
+"native frame buffer support;\n"
"\n"
" * Default: selects this entry as being the default Linux selection,\n"
"selectable by just pressing ENTER at the yaboot prompt. This entry will\n"
-"also be highlighted with a \"*\", if you press [Tab] to see the boot\n"
+"also be highlighted with a ``*'', if you press [Tab] to see the boot\n"
"selections."
-#: ../../help.pm_.c:765
+#: ../../help.pm_.c:830
msgid ""
-"Yaboot is a boot loader for NewWorld MacIntosh hardware. It is able to boot\n"
+"Yaboot is a bootloader for NewWorld MacIntosh hardware. It is able to boot\n"
"either GNU/Linux, MacOS or MacOSX if present on your computer. Normally,\n"
"these other operating systems are correctly detected and installed. If this\n"
-"is not the case, you can add an entry by hand in this screen. Be careful as\n"
-"to choose the correct parameters.\n"
+"is not the case, you can add an entry by hand in this screen. Be careful to\n"
+"choose the correct parameters.\n"
"\n"
"Yaboot's main options are:\n"
"\n"
-" * Init Message: a simple text message that is displayed before the boot\n"
-"prompt.\n"
+" * Init Message: a simple text message displayed before the boot prompt;\n"
"\n"
-" * Boot Device: indicate where you want to place the information required "
-"to\n"
-"boot to GNU/Linux. Generally, you setup a bootstrap partition earlier to\n"
-"hold this information.\n"
+" * Boot Device: indicates where you want to place the information required\n"
+"to boot to GNU/Linux. Generally, you set up a bootstrap partition earlier\n"
+"to hold this information;\n"
"\n"
" * Open Firmware Delay: unlike LILO, there are two delays available with\n"
"yaboot. The first delay is measured in seconds and at this point, you can\n"
-"choose between CD, OF boot, MacOS or Linux.\n"
+"choose between CD, OF boot, MacOS or Linux;\n"
"\n"
" * Kernel Boot Timeout: this timeout is similar to the LILO boot delay.\n"
"After selecting Linux, you will have this delay in 0.1 second before your\n"
-"default kernel description is selected.\n"
+"default kernel description is selected;\n"
"\n"
-" * Enable CD Boot?: checking this option allows you to choose \"C\" for CD\n"
-"at the first boot prompt.\n"
+" * Enable CD Boot?: checking this option allows you to choose ``C'' for CD\n"
+"at the first boot prompt;\n"
"\n"
-" * Enable OF Boot?: checking this option allows you to choose \"N\" for "
+" * Enable OF Boot?: checking this option allows you to choose ``N'' for "
"Open\n"
-"Firmware at the first boot prompt.\n"
+"Firmware at the first boot prompt;\n"
"\n"
" * Default OS: you can select which OS will boot by default when the Open\n"
"Firmware Delay expires."
@@ -3629,52 +4026,52 @@ msgstr ""
" * Default OS: you can select which OS will boot by default when the Open\n"
"Firmware Delay expires."
-#: ../../help.pm_.c:798
+#: ../../help.pm_.c:862
msgid ""
"Here are presented various parameters concerning your machine. Depending on\n"
-"your installed hardware, you may - or not, see the following entries:\n"
+"your installed hardware, you may or not, see the following entries:\n"
"\n"
-" * \"Mouse\": mouse check the current mouse configuration and click on the\n"
-"button to change it if necessary.\n"
+" * \"Mouse\": check the current mouse configuration and click on the button\n"
+"to change it if necessary;\n"
"\n"
-" * \"Keyboard\": keyboard check the current keyboard map configuration and\n"
-"click on the button to change that if necessary.\n"
+" * \"Keyboard\": check the current keyboard map configuration and click on\n"
+"the button to change that if necessary;\n"
"\n"
-" * \"Timezone\": time zoneDrakX, by default, guesses your time zone from "
-"the\n"
-"language you have chosen. But here again, as for the choice of a keyboard,\n"
-"you may not be in the country for which the chosen language should\n"
-"correspond. Hence, you may need to click on the \"Timezone\" button in\n"
-"order to configure the clock according to the time zone you are in.\n"
+" * \"Timezone\": DrakX, by default, guesses your time zone from the "
+"language\n"
+"you have chosen. But here again, as for the choice of a keyboard, you may\n"
+"not be in the country for which the chosen language should correspond.\n"
+"Hence, you may need to click on the \"Timezone\" button in order to\n"
+"configure the clock according to the time zone you are in;\n"
"\n"
" * \"Printer\": clicking on the \"No Printer\" button will open the printer\n"
-"configuration wizard.\n"
+"configuration wizard;\n"
"\n"
" * \"Sound card\": if a sound card is detected on your system, it is\n"
-"displayed here. No modification possible at installation time.\n"
+"displayed here. No modification possible at installation time;\n"
"\n"
" * \"TV card\": if a TV card is detected on your system, it is displayed\n"
-"here. No modification possible at installation time.\n"
+"here. No modification possible at installation time;\n"
"\n"
" * \"ISDN card\": if an ISDN card is detected on your system, it is\n"
"displayed here. You can click on the button to change the parameters\n"
-"associated to it."
+"associated with it."
msgstr ""
"Here are presented various parameters concerning your machine. Depending on\n"
"your installed hardware, you may - or not, see the following entries:\n"
"\n"
-" * \"Mouse\": mouse check the current mouse configuration and click on the\n"
-"button to change it if necessary.\n"
+" * \"Mouse\": check the current mouse configuration and click on the button\n"
+"to change it if necessary.\n"
"\n"
-" * \"Keyboard\": keyboard check the current keyboard map configuration and\n"
-"click on the button to change that if necessary.\n"
+" * \"Keyboard\": check the current keyboard map configuration and click on\n"
+"the button to change that if necessary.\n"
"\n"
-" * \"Timezone\": time zoneDrakX, by default, guesses your time zone from "
-"the\n"
-"language you have chosen. But here again, as for the choice of a keyboard,\n"
-"you may not be in the country for which the chosen language should\n"
-"correspond. Hence, you may need to click on the \"Timezone\" button in\n"
-"order to configure the clock according to the time zone you are in.\n"
+" * \"Timezone\": DrakX, by default, guesses your time zone from the "
+"language\n"
+"you have chosen. But here again, as for the choice of a keyboard, you may\n"
+"not be in the country for which the chosen language should correspond.\n"
+"Hence, you may need to click on the \"Timezone\" button in order to\n"
+"configure the clock according to the time zone you are in.\n"
"\n"
" * \"Printer\": clicking on the \"No Printer\" button will open the printer\n"
"configuration wizard.\n"
@@ -3689,11 +4086,11 @@ msgstr ""
"displayed here. You can click on the button to change the parameters\n"
"associated to it."
-#: ../../help.pm_.c:827
+#: ../../help.pm_.c:891
msgid ""
-"Choose the hard drive you want to erase to install your new Mandrake Linux\n"
-"partition. Be careful, all data present on it will be lost and will not be\n"
-"recoverable!"
+"Choose the hard drive you want to erase in order to install your new\n"
+"Mandrake Linux partition. Be careful, all data present on it will be lost\n"
+"and will not be recoverable!"
msgstr ""
"Izaberite hard disk koji želite obrisati kako biste instalirali vašu novu "
"Mandrake\n"
@@ -3701,7 +4098,7 @@ msgstr ""
"biti\n"
"izgubljeni i neće se moći vratiti!"
-#: ../../help.pm_.c:832
+#: ../../help.pm_.c:896
msgid ""
"Click on \"OK\" if you want to delete all data and partitions present on\n"
"this hard drive. Be careful, after clicking on \"OK\", you will not be able\n"
@@ -3719,15 +4116,20 @@ msgstr ""
"Click on \"Cancel\" to cancel this operation without losing any data and\n"
"partitions present on this hard drive."
-#: ../../install2.pm_.c:114
+#: ../../install2.pm_.c:113
#, c-format
msgid ""
-"Can't access kernel modules corresponding to your kernel (file %s is missing)"
+"Can't access kernel modules corresponding to your kernel (file %s is "
+"missing), this generally means your boot floppy in not in sync with the "
+"Installation medium (please create a newer boot floppy)"
msgstr ""
-"Ne mogu pristupiti kernel modulima koji odgovaraju vašem kernelu (nedostaje "
-"datoteka %s)"
-#: ../../install_any.pm_.c:421
+#: ../../install2.pm_.c:169
+#, c-format
+msgid "You must also format %s"
+msgstr "Morate također formatirati i %s"
+
+#: ../../install_any.pm_.c:411
#, c-format
msgid ""
"You have selected the following server(s): %s\n"
@@ -3752,14 +4154,14 @@ msgstr ""
"\n"
"Da li zaista želite instalirati ove servere?\n"
-#: ../../install_any.pm_.c:457
+#: ../../install_any.pm_.c:447
msgid "Can't use broadcast with no NIS domain"
msgstr "Ne mogu koristiti broadcast bez NIS domene"
#: ../../install_any.pm_.c:793
#, c-format
msgid "Insert a FAT formatted floppy in drive %s"
-msgstr "Ubacite FAT formatiranu disketu u drajv %s"
+msgstr "Ubacite FAT formatiranu disketu u jedinicu %s"
#: ../../install_any.pm_.c:797
msgid "This floppy is not FAT formatted"
@@ -3773,20 +4175,11 @@ msgstr ""
"Da koristite ovaj izbor spašenih paketa, bootajte instalaciju sa ``linux "
"defcfg=floppy''"
-#: ../../install_any.pm_.c:831 ../../partition_table.pm_.c:737
+#: ../../install_any.pm_.c:831 ../../partition_table.pm_.c:763
#, c-format
msgid "Error reading file %s"
msgstr "Greška u čitanju datoteke %s"
-#: ../../install_gtk.pm_.c:84 ../../install_steps_gtk.pm_.c:325
-#: ../../interactive.pm_.c:107 ../../interactive.pm_.c:122
-#: ../../interactive.pm_.c:286 ../../interactive.pm_.c:308
-#: ../../interactive_http.pm_.c:104 ../../interactive_newt.pm_.c:170
-#: ../../interactive_stdio.pm_.c:27 ../../my_gtk.pm_.c:415
-#: ../../my_gtk.pm_.c:716 ../../my_gtk.pm_.c:738
-msgid "Ok"
-msgstr "Ok"
-
#: ../../install_interactive.pm_.c:23
#, c-format
msgid ""
@@ -3797,7 +4190,7 @@ msgstr ""
"rad.\n"
"Možete naći više podataka o njima na: %s"
-#: ../../install_interactive.pm_.c:44
+#: ../../install_interactive.pm_.c:58
msgid ""
"You must have a root partition.\n"
"For this, create a partition (or click on an existing one).\n"
@@ -3807,11 +4200,11 @@ msgstr ""
"Za ovo, kreirajte particiju (ili kliknite na neku od postojećih).\n"
"Zatim izaberite ``Tačka montiranja'' i postavite ga na `/'"
-#: ../../install_interactive.pm_.c:49 ../../install_steps_graphical.pm_.c:259
+#: ../../install_interactive.pm_.c:63
msgid "You must have a swap partition"
msgstr "Morate imati swap particiju"
-#: ../../install_interactive.pm_.c:50 ../../install_steps_graphical.pm_.c:261
+#: ../../install_interactive.pm_.c:64
msgid ""
"You don't have a swap partition\n"
"\n"
@@ -3821,59 +4214,59 @@ msgstr ""
"\n"
"Svejedno nastavi?"
-#: ../../install_interactive.pm_.c:53 ../../install_steps.pm_.c:165
+#: ../../install_interactive.pm_.c:67 ../../install_steps.pm_.c:163
msgid "You must have a FAT partition mounted in /boot/efi"
msgstr "Morate imati FAT particiju montiranu na /boot/efi"
-#: ../../install_interactive.pm_.c:76
+#: ../../install_interactive.pm_.c:90
msgid "Use free space"
msgstr "Koristi slobodan prostor"
-#: ../../install_interactive.pm_.c:78
+#: ../../install_interactive.pm_.c:92
msgid "Not enough free space to allocate new partitions"
msgstr "Nema dovoljno slobodnog prostora za pravljenje novih particija"
-#: ../../install_interactive.pm_.c:86
+#: ../../install_interactive.pm_.c:100
msgid "Use existing partition"
msgstr "Koristi postojeću particiju"
-#: ../../install_interactive.pm_.c:88
+#: ../../install_interactive.pm_.c:102
msgid "There is no existing partition to use"
msgstr "Nema nijedne postojeće particije za upotrebu"
-#: ../../install_interactive.pm_.c:95
+#: ../../install_interactive.pm_.c:109
msgid "Use the Windows partition for loopback"
msgstr "Koristi Windows particiju za loopback"
-#: ../../install_interactive.pm_.c:98
+#: ../../install_interactive.pm_.c:112
msgid "Which partition do you want to use for Linux4Win?"
msgstr "Koju particiju želite koristiti za Linux4Win?"
-#: ../../install_interactive.pm_.c:100
+#: ../../install_interactive.pm_.c:114
msgid "Choose the sizes"
msgstr "Izaberite veličine"
-#: ../../install_interactive.pm_.c:101
+#: ../../install_interactive.pm_.c:115
msgid "Root partition size in MB: "
msgstr "Veličina root particije u MB:"
-#: ../../install_interactive.pm_.c:102
+#: ../../install_interactive.pm_.c:116
msgid "Swap partition size in MB: "
msgstr "Veličina swap particije u MB:"
-#: ../../install_interactive.pm_.c:111
+#: ../../install_interactive.pm_.c:125
msgid "Use the free space on the Windows partition"
msgstr "Koristi slobodan prostor na Windows particiji"
-#: ../../install_interactive.pm_.c:114
+#: ../../install_interactive.pm_.c:128
msgid "Which partition do you want to resize?"
msgstr "Kojoj particiji želite promjeniti veličinu?"
-#: ../../install_interactive.pm_.c:116
+#: ../../install_interactive.pm_.c:130
msgid "Computing Windows filesystem bounds"
msgstr "Izračunavam granice Windows datotečnog sistema"
-#: ../../install_interactive.pm_.c:119
+#: ../../install_interactive.pm_.c:133
#, c-format
msgid ""
"The FAT resizer is unable to handle your partition, \n"
@@ -3882,20 +4275,21 @@ msgstr ""
"FAT resizer ne može izmjeniti vašu particiju, \n"
"došlo je do sljedeće greške: %s"
-#: ../../install_interactive.pm_.c:122
+#: ../../install_interactive.pm_.c:136
msgid "Your Windows partition is too fragmented, please run ``defrag'' first"
msgstr ""
"Vaša Windows particija je previše fragmentirana, molimo prvo pokrenite "
"``defrag'' "
-#: ../../install_interactive.pm_.c:123
+#: ../../install_interactive.pm_.c:137
msgid ""
"WARNING!\n"
"\n"
-"DrakX will now resize your Windows partition. Be careful: this operation is\n"
-"dangerous. If you have not already done so, you should first exit the\n"
-"installation, run scandisk under Windows (and optionally run defrag), then\n"
-"restart the installation. You should also backup your data.\n"
+"DrakX will now resize your Windows partition. Be careful:\n"
+"this operation is dangerous. If you have not already done\n"
+"so, you should first exit the installation, run scandisk\n"
+"under Windows (and optionally run defrag), then restart the\n"
+"installation. You should also backup your data.\n"
"When sure, press Ok."
msgstr ""
"UPOZORENJE!\n"
@@ -3908,21 +4302,21 @@ msgstr ""
"ponovo pokrenite instalaciju. Također biste trebali spasiti sve podatke.\n"
"Kada ste sigurni, kliknite na Ok."
-#: ../../install_interactive.pm_.c:132
+#: ../../install_interactive.pm_.c:147
msgid "Which size do you want to keep for windows on"
msgstr "Koju veličinu želite da sačuvate za windows na"
-#: ../../install_interactive.pm_.c:133
+#: ../../install_interactive.pm_.c:148
#, c-format
msgid "partition %s"
msgstr "particiji %s"
-#: ../../install_interactive.pm_.c:139
+#: ../../install_interactive.pm_.c:155
#, c-format
msgid "FAT resizing failed: %s"
msgstr "FAT promjena veličine nije uspjela: %s"
-#: ../../install_interactive.pm_.c:154
+#: ../../install_interactive.pm_.c:170
msgid ""
"There is no FAT partitions to resize or to use as loopback (or not enough "
"space left)"
@@ -3930,33 +4324,33 @@ msgstr ""
"Ne postoji nijedna FAT particija za promjenu veličine ili upotrebu za "
"loopback (ili nije ostalo dovoljno prostora)"
-#: ../../install_interactive.pm_.c:160
+#: ../../install_interactive.pm_.c:176
msgid "Erase entire disk"
msgstr "Pobriši čitav disk"
-#: ../../install_interactive.pm_.c:160
+#: ../../install_interactive.pm_.c:176
msgid "Remove Windows(TM)"
msgstr "Ukloni Windows(TM)"
-#: ../../install_interactive.pm_.c:163
+#: ../../install_interactive.pm_.c:179
msgid "You have more than one hard drive, which one do you install linux on?"
msgstr "Imate više od jednog hard diska, na koji želite instalirati linux?"
-#: ../../install_interactive.pm_.c:166
+#: ../../install_interactive.pm_.c:182
#, c-format
msgid "ALL existing partitions and their data will be lost on drive %s"
msgstr ""
"SVE postojeće particije i podaci na njima će biti izgubljeni na disku %s"
-#: ../../install_interactive.pm_.c:174
+#: ../../install_interactive.pm_.c:190
msgid "Custom disk partitioning"
msgstr "Ručno particioniranje diska"
-#: ../../install_interactive.pm_.c:178
+#: ../../install_interactive.pm_.c:194
msgid "Use fdisk"
msgstr "Koristi fdisk"
-#: ../../install_interactive.pm_.c:181
+#: ../../install_interactive.pm_.c:197
#, c-format
msgid ""
"You can now partition %s.\n"
@@ -3965,32 +4359,32 @@ msgstr ""
"Sada možete particionirati %s.\n"
"Kada završite, ne zaboravite spasiti sa `w'"
-#: ../../install_interactive.pm_.c:210
+#: ../../install_interactive.pm_.c:226
msgid "You don't have enough free space on your Windows partition"
msgstr "Nemate dovoljno slobodnog prostora na vašoj Windows particiji"
-#: ../../install_interactive.pm_.c:226
+#: ../../install_interactive.pm_.c:242
msgid "I can't find any room for installing"
msgstr "Ne mogu naći dovoljno prostora za instalaciju"
-#: ../../install_interactive.pm_.c:230
+#: ../../install_interactive.pm_.c:246
msgid "The DrakX Partitioning wizard found the following solutions:"
msgstr "DrakX Particioni čarobnjak je našao sljedeća rješenja:"
-#: ../../install_interactive.pm_.c:235
+#: ../../install_interactive.pm_.c:251
#, c-format
msgid "Partitioning failed: %s"
msgstr "Particioniranje nije uspjelo: %s"
-#: ../../install_interactive.pm_.c:241
+#: ../../install_interactive.pm_.c:261
msgid "Bringing up the network"
msgstr "Pokrećem mrežu"
-#: ../../install_interactive.pm_.c:246
+#: ../../install_interactive.pm_.c:266
msgid "Bringing down the network"
msgstr "Zaustavljam mrežu"
-#: ../../install_steps.pm_.c:73
+#: ../../install_steps.pm_.c:76
msgid ""
"An error occurred, but I don't know how to handle it nicely.\n"
"Continue at your own risk."
@@ -3998,12 +4392,12 @@ msgstr ""
"Došlo je do greške, ali ne znam kako da je riješim fino.\n"
"Nastavite na vlastiti rizik."
-#: ../../install_steps.pm_.c:207
+#: ../../install_steps.pm_.c:205
#, c-format
msgid "Duplicate mount point %s"
msgstr "Dvostruka tačka montiranja %s"
-#: ../../install_steps.pm_.c:384
+#: ../../install_steps.pm_.c:388
msgid ""
"Some important packages didn't get installed properly.\n"
"Either your cdrom drive or your cdrom is defective.\n"
@@ -4011,97 +4405,25 @@ msgid ""
"\"\n"
msgstr ""
"Neki bitni paketi nisu ispravno instalirani.\n"
-"Ili je vaš cdrom drajv neispravan ili vaš cdrom medij.\n"
+"Ili je neispravan vaš cdrom uređaj ili vaš cdrom medij.\n"
"Provjerite cdrom na instaliranom računaru koristeći \"rpm -qpl Mandrake/RPMS/"
"*.rpm\"\n"
-#: ../../install_steps.pm_.c:459
+#: ../../install_steps.pm_.c:458
#, c-format
msgid "Welcome to %s"
msgstr "Dobro došli u %s"
-#: ../../install_steps.pm_.c:506 ../../install_steps.pm_.c:709
+#: ../../install_steps.pm_.c:513 ../../install_steps.pm_.c:755
msgid "No floppy drive available"
msgstr "Nema pogodne disketne jedinice"
-#: ../../install_steps_auto_install.pm_.c:77
-#: ../../install_steps_stdio.pm_.c:23
+#: ../../install_steps_auto_install.pm_.c:76
+#: ../../install_steps_stdio.pm_.c:22
#, c-format
msgid "Entering step `%s'\n"
msgstr "Prelazim na korak `%s'\n"
-#: ../../install_steps_graphical.pm_.c:287
-msgid "Choose the size you want to install"
-msgstr "Izaberite veličinu koju želite instalirati"
-
-#: ../../install_steps_graphical.pm_.c:334
-msgid "Total size: "
-msgstr "Ukupna veličina:"
-
-#: ../../install_steps_graphical.pm_.c:346 ../../install_steps_gtk.pm_.c:387
-#, c-format
-msgid "Version: %s\n"
-msgstr "Verzija: %s\n"
-
-#: ../../install_steps_graphical.pm_.c:347 ../../install_steps_gtk.pm_.c:388
-#, c-format
-msgid "Size: %d KB\n"
-msgstr "Veličina: %d KB\n"
-
-#: ../../install_steps_graphical.pm_.c:462 ../../install_steps_gtk.pm_.c:481
-#: ../../install_steps_interactive.pm_.c:509
-msgid "Choose the packages you want to install"
-msgstr "Izaberite pakete koje želite instalirati"
-
-#: ../../install_steps_graphical.pm_.c:465 ../../interactive_gtk.pm_.c:571
-msgid "Info"
-msgstr "Info"
-
-#: ../../install_steps_graphical.pm_.c:473 ../../install_steps_gtk.pm_.c:457
-#: ../../install_steps_interactive.pm_.c:212
-msgid "Install"
-msgstr "Instalacija"
-
-#: ../../install_steps_graphical.pm_.c:492 ../../install_steps_gtk.pm_.c:497
-#: ../../install_steps_interactive.pm_.c:695
-msgid "Installing"
-msgstr "Instaliram"
-
-#: ../../install_steps_graphical.pm_.c:499
-msgid "Please wait, "
-msgstr "Molimo sačekajte, "
-
-#: ../../install_steps_graphical.pm_.c:501 ../../install_steps_gtk.pm_.c:510
-msgid "Time remaining "
-msgstr "Preostalo vremena "
-
-#: ../../install_steps_graphical.pm_.c:502
-msgid "Total time "
-msgstr "Ukupno vrijeme "
-
-#: ../../install_steps_graphical.pm_.c:507
-#: ../../install_steps_interactive.pm_.c:695
-msgid "Preparing installation"
-msgstr "Pripremam instalaciju"
-
-#: ../../install_steps_graphical.pm_.c:528 ../../install_steps_gtk.pm_.c:558
-#, c-format
-msgid "Installing package %s"
-msgstr "Instaliram paket %s"
-
-#: ../../install_steps_graphical.pm_.c:553 ../../install_steps_gtk.pm_.c:642
-#: ../../install_steps_gtk.pm_.c:646
-msgid "Go on anyway?"
-msgstr "Svejedno nastavi?"
-
-#: ../../install_steps_graphical.pm_.c:553 ../../install_steps_gtk.pm_.c:642
-msgid "There was an error ordering packages:"
-msgstr "Došlo je do greške pri naručivanju paketa:"
-
-#: ../../install_steps_graphical.pm_.c:577
-msgid "Use existing configuration for X11?"
-msgstr "Koristi postojeću konfiguraciju za X11?"
-
#: ../../install_steps_gtk.pm_.c:148
msgid ""
"Your system is low on resource. You may have some problem installing\n"
@@ -4114,12 +4436,12 @@ msgstr ""
"ovo,\n"
"pritisnite `F1' prilikom bootanja na CDROMu, zatim unesite `text'."
-#: ../../install_steps_gtk.pm_.c:159 ../../install_steps_interactive.pm_.c:187
+#: ../../install_steps_gtk.pm_.c:159 ../../install_steps_interactive.pm_.c:224
msgid "Install Class"
msgstr "Klasa instalacije"
#: ../../install_steps_gtk.pm_.c:162
-msgid "Please, choose one of the following classes of installation:"
+msgid "Please choose one of the following classes of installation:"
msgstr "Molimo izaberite jednu od sljedećih klasa instalacije:"
#: ../../install_steps_gtk.pm_.c:228
@@ -4169,59 +4491,69 @@ msgstr ""
msgid "Percentage of packages to install"
msgstr "Procenat paketa za instalaciju"
-#: ../../install_steps_gtk.pm_.c:291 ../../install_steps_interactive.pm_.c:619
+#: ../../install_steps_gtk.pm_.c:291 ../../install_steps_interactive.pm_.c:705
msgid "Package Group Selection"
msgstr "Izbor grupe paketa"
-#: ../../install_steps_gtk.pm_.c:320 ../../install_steps_interactive.pm_.c:634
+#: ../../install_steps_gtk.pm_.c:323 ../../install_steps_interactive.pm_.c:720
msgid "Individual package selection"
msgstr "Izbor pojedinačnih paketa"
-#: ../../install_steps_gtk.pm_.c:343 ../../install_steps_interactive.pm_.c:598
+#: ../../install_steps_gtk.pm_.c:346 ../../install_steps_interactive.pm_.c:645
#, c-format
msgid "Total size: %d / %d MB"
msgstr "Ukupna veličina: %d / %d MB"
-#: ../../install_steps_gtk.pm_.c:385
+#: ../../install_steps_gtk.pm_.c:391
msgid "Bad package"
msgstr "Neispravan paket"
-#: ../../install_steps_gtk.pm_.c:386
+#: ../../install_steps_gtk.pm_.c:392
#, c-format
msgid "Name: %s\n"
msgstr "Ime: %s\n"
-#: ../../install_steps_gtk.pm_.c:389
+#: ../../install_steps_gtk.pm_.c:393
+#, c-format
+msgid "Version: %s\n"
+msgstr "Verzija: %s\n"
+
+#: ../../install_steps_gtk.pm_.c:394
+#, c-format
+msgid "Size: %d KB\n"
+msgstr "Veličina: %d KB\n"
+
+#: ../../install_steps_gtk.pm_.c:395
#, c-format
msgid "Importance: %s\n"
msgstr "Značaj: %s\n"
-#: ../../install_steps_gtk.pm_.c:411
+#: ../../install_steps_gtk.pm_.c:417
msgid ""
"You can't select this package as there is not enough space left to install it"
msgstr "Ne možete izabrati ovaj paket jer nema dovoljno prostora za njega"
-#: ../../install_steps_gtk.pm_.c:416
+#: ../../install_steps_gtk.pm_.c:422
msgid "The following packages are going to be installed"
msgstr "Sljedeći paketi će biti instalirani"
-#: ../../install_steps_gtk.pm_.c:417
+#: ../../install_steps_gtk.pm_.c:423
msgid "The following packages are going to be removed"
msgstr "Sljedeći paketi će biti uklonjeni"
-#: ../../install_steps_gtk.pm_.c:429
+#: ../../install_steps_gtk.pm_.c:435
msgid "You can't select/unselect this package"
msgstr "Ne možete izabrati/isključiti ovaj paket"
-#: ../../install_steps_gtk.pm_.c:441
+#: ../../install_steps_gtk.pm_.c:447
msgid "This is a mandatory package, it can't be unselected"
msgstr "Ovo je obavezan paket, ne može biti isključen"
-#: ../../install_steps_gtk.pm_.c:443
+#: ../../install_steps_gtk.pm_.c:449
msgid "You can't unselect this package. It is already installed"
msgstr "Ne možete isključiti ovaj paket. On je već instaliran"
-#: ../../install_steps_gtk.pm_.c:447
+#: ../../install_steps_gtk.pm_.c:453
msgid ""
"This package must be upgraded\n"
"Are you sure you want to deselect it?"
@@ -4229,40 +4561,103 @@ msgstr ""
"Ovaj paket mora biti unaprijeđen\n"
"Jeste li sigurni da ga želite isključiti?"
-#: ../../install_steps_gtk.pm_.c:451
+#: ../../install_steps_gtk.pm_.c:457
msgid "You can't unselect this package. It must be upgraded"
msgstr "Ne možete isključiti ovaj paket. On mora biti unaprijeđen"
-#: ../../install_steps_gtk.pm_.c:456
+#: ../../install_steps_gtk.pm_.c:462
msgid "Show automatically selected packages"
msgstr "Automatski prikaži izabrane pakete"
-#: ../../install_steps_gtk.pm_.c:460
+#: ../../install_steps_gtk.pm_.c:463 ../../install_steps_interactive.pm_.c:246
+#: ../../install_steps_interactive.pm_.c:250
+msgid "Install"
+msgstr "Instalacija"
+
+#: ../../install_steps_gtk.pm_.c:466
msgid "Load/Save on floppy"
msgstr "Učitaj/Spasi na disketu"
-#: ../../install_steps_gtk.pm_.c:461
+#: ../../install_steps_gtk.pm_.c:467
msgid "Updating package selection"
msgstr "Osvježavam izbor paketa"
-#: ../../install_steps_gtk.pm_.c:466
+#: ../../install_steps_gtk.pm_.c:472
msgid "Minimal install"
msgstr "Minimalna instalacija"
-#: ../../install_steps_gtk.pm_.c:503
+#: ../../install_steps_gtk.pm_.c:487 ../../install_steps_interactive.pm_.c:555
+msgid "Choose the packages you want to install"
+msgstr "Izaberite pakete koje želite instalirati"
+
+#: ../../install_steps_gtk.pm_.c:503 ../../install_steps_interactive.pm_.c:787
+msgid "Installing"
+msgstr "Instaliram"
+
+#: ../../install_steps_gtk.pm_.c:509
msgid "Estimating"
msgstr "Procjenjujem"
-#: ../../install_steps_gtk.pm_.c:522
+#: ../../install_steps_gtk.pm_.c:516
+msgid "Time remaining "
+msgstr "Preostalo vremena "
+
+#: ../../install_steps_gtk.pm_.c:528
msgid "Please wait, preparing installation"
msgstr "Molimo sačekajte, pripremam instalaciju"
-#: ../../install_steps_gtk.pm_.c:553
+#: ../../install_steps_gtk.pm_.c:611
#, c-format
msgid "%d packages"
msgstr "%d paketa"
-#: ../../install_steps_gtk.pm_.c:599
+#: ../../install_steps_gtk.pm_.c:616
+#, c-format
+msgid "Installing package %s"
+msgstr "Instaliram paket %s"
+
+#: ../../install_steps_gtk.pm_.c:657 ../../install_steps_interactive.pm_.c:185
+#: ../../install_steps_interactive.pm_.c:811
+#: ../../standalone/drakautoinst_.c:203
+msgid "Accept"
+msgstr "Prihvati"
+
+#: ../../install_steps_gtk.pm_.c:657 ../../install_steps_interactive.pm_.c:185
+#: ../../install_steps_interactive.pm_.c:811
+msgid "Refuse"
+msgstr "Odbij"
+
+#: ../../install_steps_gtk.pm_.c:658 ../../install_steps_interactive.pm_.c:812
+#, 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 ""
+"Promjenite vaš CD-ROM!\n"
+"\n"
+"Molimo ubacite CD označen sa \"%s\" u vaš CD-ROM uređaj i pritisnite Ok kad "
+"ste spremni.\n"
+"Ako ga nemate, pritisnite Odustani da biste izbjegli instaliranje sa ovog CD-"
+"ROMa."
+
+#: ../../install_steps_gtk.pm_.c:672 ../../install_steps_gtk.pm_.c:676
+#: ../../install_steps_interactive.pm_.c:824
+#: ../../install_steps_interactive.pm_.c:828
+msgid "Go on anyway?"
+msgstr "Svejedno nastavi?"
+
+#: ../../install_steps_gtk.pm_.c:672 ../../install_steps_interactive.pm_.c:824
+msgid "There was an error ordering packages:"
+msgstr "Došlo je do greške pri naručivanju paketa:"
+
+#: ../../install_steps_gtk.pm_.c:676 ../../install_steps_interactive.pm_.c:828
+msgid "There was an error installing packages:"
+msgstr "Došlo je do greške kod instaliranja paketa:"
+
+#: ../../install_steps_interactive.pm_.c:10
msgid ""
"\n"
"Warning\n"
@@ -4322,43 +4717,19 @@ msgstr ""
"respective authors and are protected by intellectual property and \n"
"copyright laws applicable to software programs.\n"
-#: ../../install_steps_gtk.pm_.c:627 ../../install_steps_interactive.pm_.c:148
-msgid "Accept"
-msgstr "Prihvati"
-
-#: ../../install_steps_gtk.pm_.c:627 ../../install_steps_interactive.pm_.c:148
-msgid "Refuse"
-msgstr "Odbij"
-
-#: ../../install_steps_gtk.pm_.c:628
-#, 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 ""
-"Promjenite vaš CD-ROM!\n"
-"\n"
-"Molimo ubacite CD-ROM označen sa \"%s\" u vaš drajv i pritisnite Ok kad ste "
-"spremni.\n"
-"Ako ga nemate, pritisnite Odustani da biste izbjegli instaliranje sa ovog CD-"
-"ROMa."
-
-#: ../../install_steps_gtk.pm_.c:646
-msgid "There was an error installing packages:"
-msgstr "Došlo je do greške kod instaliranja paketa:"
-
-#: ../../install_steps_interactive.pm_.c:37
+#: ../../install_steps_interactive.pm_.c:67
msgid "An error occurred"
msgstr "Došlo je do greške"
-#: ../../install_steps_interactive.pm_.c:71
+#: ../../install_steps_interactive.pm_.c:85
+msgid "Do you really want to leave the installation?"
+msgstr "Da li zaista želite napustiti instalaciju?"
+
+#: ../../install_steps_interactive.pm_.c:108
msgid "License agreement"
msgstr "Licencni ugovor"
-#: ../../install_steps_interactive.pm_.c:72
+#: ../../install_steps_interactive.pm_.c:109
msgid ""
"Introduction\n"
"\n"
@@ -4596,99 +4967,104 @@ msgstr ""
"Paris - France.\n"
"For any question on this document, please contact MandrakeSoft S.A. \n"
-#: ../../install_steps_interactive.pm_.c:168
-#: ../../install_steps_interactive.pm_.c:871
+#: ../../install_steps_interactive.pm_.c:205
+#: ../../install_steps_interactive.pm_.c:1045
#: ../../standalone/keyboarddrake_.c:28
msgid "Keyboard"
msgstr "Tastatura"
-#: ../../install_steps_interactive.pm_.c:169
-#: ../../standalone/keyboarddrake_.c:29
-msgid "Please, choose your keyboard layout."
+#: ../../install_steps_interactive.pm_.c:206
+msgid "Please choose your keyboard layout."
msgstr "Molimo izaberite izgled vaše tastature."
-#: ../../install_steps_interactive.pm_.c:170
+#: ../../install_steps_interactive.pm_.c:207
msgid "Here is the full list of keyboards available"
msgstr "Ovdje je puna lista svih dostupnih tastatura"
-#: ../../install_steps_interactive.pm_.c:187
+#: ../../install_steps_interactive.pm_.c:224
msgid "Which installation class do you want?"
msgstr "Koju klasu instalacije želite?"
-#: ../../install_steps_interactive.pm_.c:189
+#: ../../install_steps_interactive.pm_.c:226
msgid "Install/Update"
msgstr "Instaliraj/Unaprijedi"
-#: ../../install_steps_interactive.pm_.c:189
+#: ../../install_steps_interactive.pm_.c:226
msgid "Is this an install or an update?"
msgstr "Da li je ovo instalacija ili update?"
-#: ../../install_steps_interactive.pm_.c:198
+#: ../../install_steps_interactive.pm_.c:235
msgid "Recommended"
msgstr "Preporučeno"
-#: ../../install_steps_interactive.pm_.c:201
-#: ../../install_steps_interactive.pm_.c:204
+#: ../../install_steps_interactive.pm_.c:238
+#: ../../install_steps_interactive.pm_.c:241
msgid "Expert"
-msgstr "Expert"
+msgstr "Ekspert"
-#: ../../install_steps_interactive.pm_.c:212
-msgid "Update"
-msgstr "Update"
+#: ../../install_steps_interactive.pm_.c:246
+#: ../../install_steps_interactive.pm_.c:250
+msgid "Upgrade"
+msgstr "Unaprijedi"
-#: ../../install_steps_interactive.pm_.c:224 ../../standalone/mousedrake_.c:48
-msgid "Please, choose the type of your mouse."
+#: ../../install_steps_interactive.pm_.c:246
+#: ../../install_steps_interactive.pm_.c:250
+msgid "Upgrade packages only"
+msgstr "Unaprijedi samo pakete"
+
+#: ../../install_steps_interactive.pm_.c:266
+msgid "Please choose the type of your mouse."
msgstr "Molimo izaberite vrstu vašeg miša."
-#: ../../install_steps_interactive.pm_.c:230 ../../standalone/mousedrake_.c:64
+#: ../../install_steps_interactive.pm_.c:272 ../../standalone/mousedrake_.c:65
msgid "Mouse Port"
msgstr "Port miša"
-#: ../../install_steps_interactive.pm_.c:231 ../../standalone/mousedrake_.c:65
+#: ../../install_steps_interactive.pm_.c:273 ../../standalone/mousedrake_.c:66
msgid "Please choose on which serial port your mouse is connected to."
msgstr "Molimo izaberite na kojem serijskom portu je spojen vaš miš."
-#: ../../install_steps_interactive.pm_.c:239
+#: ../../install_steps_interactive.pm_.c:281
msgid "Buttons emulation"
msgstr "Emulacija tipki"
-#: ../../install_steps_interactive.pm_.c:241
+#: ../../install_steps_interactive.pm_.c:283
msgid "Button 2 Emulation"
msgstr "Emulacija 2 dugmeta"
-#: ../../install_steps_interactive.pm_.c:242
+#: ../../install_steps_interactive.pm_.c:284
msgid "Button 3 Emulation"
msgstr "Emulacija 3 dugmeta"
-#: ../../install_steps_interactive.pm_.c:261
+#: ../../install_steps_interactive.pm_.c:305
msgid "Configuring PCMCIA cards..."
msgstr "Podešavam PCMCIA kartice..."
-#: ../../install_steps_interactive.pm_.c:261
+#: ../../install_steps_interactive.pm_.c:305
msgid "PCMCIA"
msgstr "PCMCIA"
-#: ../../install_steps_interactive.pm_.c:266
+#: ../../install_steps_interactive.pm_.c:312
msgid "Configuring IDE"
msgstr "Podešavam IDE"
-#: ../../install_steps_interactive.pm_.c:266
+#: ../../install_steps_interactive.pm_.c:312
msgid "IDE"
msgstr "IDE"
-#: ../../install_steps_interactive.pm_.c:281
+#: ../../install_steps_interactive.pm_.c:327
msgid "no available partitions"
msgstr "nema dostupnih particija"
-#: ../../install_steps_interactive.pm_.c:284
+#: ../../install_steps_interactive.pm_.c:330
msgid "Scanning partitions to find mount points"
msgstr "Pretražujem particije da nađem tačke montiranja"
-#: ../../install_steps_interactive.pm_.c:292
+#: ../../install_steps_interactive.pm_.c:338
msgid "Choose the mount points"
msgstr "Izaberite tačke montiranja"
-#: ../../install_steps_interactive.pm_.c:311
+#: ../../install_steps_interactive.pm_.c:357
#, c-format
msgid ""
"I can't read your partition table, it's too corrupted for me :(\n"
@@ -4705,7 +5081,7 @@ msgstr ""
"\n"
"Slažete li se sa gubitkom svih particija?\n"
-#: ../../install_steps_interactive.pm_.c:324
+#: ../../install_steps_interactive.pm_.c:370
msgid ""
"DiskDrake failed to read correctly the partition table.\n"
"Continue at your own risk!"
@@ -4713,7 +5089,7 @@ msgstr ""
"DiskDrake nije uspio ispravno pročitati tabelu particija.\n"
"Nastavljate na vlastiti rizik!"
-#: ../../install_steps_interactive.pm_.c:340
+#: ../../install_steps_interactive.pm_.c:386
msgid ""
"No free space for 1MB bootstrap! Install will continue, but to boot your "
"system, you'll need to create the bootstrap partition in DiskDrake"
@@ -4722,53 +5098,53 @@ msgstr ""
"nastaviti, ali da biste bootali vaš sistem, morate kreirati bootstrap "
"particiju u DiskDrake-u"
-#: ../../install_steps_interactive.pm_.c:349
+#: ../../install_steps_interactive.pm_.c:395
msgid "No root partition found to perform an upgrade"
msgstr "Nije pronađena nijedna root particija radi unaprjeđivanja"
-#: ../../install_steps_interactive.pm_.c:350
+#: ../../install_steps_interactive.pm_.c:396
msgid "Root Partition"
msgstr "Root particija"
-#: ../../install_steps_interactive.pm_.c:351
+#: ../../install_steps_interactive.pm_.c:397
msgid "What is the root partition (/) of your system?"
msgstr "Šta je root particija (/) vašeg sistema?"
-#: ../../install_steps_interactive.pm_.c:365
+#: ../../install_steps_interactive.pm_.c:411
msgid "You need to reboot for the partition table modifications to take place"
msgstr "Moraćete rebootati da bi izmjene tabele particija stupile na snagu"
-#: ../../install_steps_interactive.pm_.c:389
+#: ../../install_steps_interactive.pm_.c:435
msgid "Choose the partitions you want to format"
msgstr "Izaberite particije koje želite formatirati"
-#: ../../install_steps_interactive.pm_.c:390
+#: ../../install_steps_interactive.pm_.c:436
msgid "Check bad blocks?"
msgstr "Provjeri loše blokove?"
-#: ../../install_steps_interactive.pm_.c:416
+#: ../../install_steps_interactive.pm_.c:462
msgid "Formatting partitions"
msgstr "Formatiram particije"
-#: ../../install_steps_interactive.pm_.c:418
+#: ../../install_steps_interactive.pm_.c:464
#, c-format
msgid "Creating and formatting file %s"
msgstr "Kreiram i formatiram datoteku %s"
-#: ../../install_steps_interactive.pm_.c:421
+#: ../../install_steps_interactive.pm_.c:467
msgid "Not enough swap to fulfill installation, please add some"
msgstr ""
"Nemam dovoljno swap prostora da dovršim instalaciju, molimo dodajte još"
-#: ../../install_steps_interactive.pm_.c:427
+#: ../../install_steps_interactive.pm_.c:473
msgid "Looking for available packages"
msgstr "Tražim dostupne pakete"
-#: ../../install_steps_interactive.pm_.c:433
+#: ../../install_steps_interactive.pm_.c:479
msgid "Finding packages to upgrade"
msgstr "Pronalazim pakete za unaprjeđenje"
-#: ../../install_steps_interactive.pm_.c:450
+#: ../../install_steps_interactive.pm_.c:496
#, c-format
msgid ""
"Your system has not enough space left for installation or upgrade (%d > %d)"
@@ -4776,26 +5152,22 @@ msgstr ""
"Vaš sistem nema dovoljno preostalog prostora za instalaciju ili unaprjeđenje "
"(%d > %d)"
-#: ../../install_steps_interactive.pm_.c:469
+#: ../../install_steps_interactive.pm_.c:515
#, c-format
msgid "Complete (%dMB)"
msgstr "Potpuna (%dMB)"
-#: ../../install_steps_interactive.pm_.c:469
+#: ../../install_steps_interactive.pm_.c:515
#, c-format
msgid "Minimum (%dMB)"
msgstr "Minimalna (%dMB)"
-#: ../../install_steps_interactive.pm_.c:469
+#: ../../install_steps_interactive.pm_.c:515
#, c-format
msgid "Recommended (%dMB)"
msgstr "Preporučena (%dMB)"
-#: ../../install_steps_interactive.pm_.c:475
-msgid "Custom"
-msgstr "Ručno izaberi"
-
-#: ../../install_steps_interactive.pm_.c:522
+#: ../../install_steps_interactive.pm_.c:568
msgid ""
"Please choose load or save package selection on floppy.\n"
"The format is the same as auto_install generated floppies."
@@ -4803,31 +5175,56 @@ msgstr ""
"Molimo izaberite učitaj ili spasi izbor paketa na disketu.\n"
"Format je isti kao i diskete koje generiše auto_install"
-#: ../../install_steps_interactive.pm_.c:525
+#: ../../install_steps_interactive.pm_.c:571
msgid "Load from floppy"
msgstr "Vrati sa diskete"
-#: ../../install_steps_interactive.pm_.c:527
+#: ../../install_steps_interactive.pm_.c:573
msgid "Loading from floppy"
msgstr "Vraćam sa diskete"
-#: ../../install_steps_interactive.pm_.c:527
+#: ../../install_steps_interactive.pm_.c:573
msgid "Package selection"
msgstr "Izbor paketa"
-#: ../../install_steps_interactive.pm_.c:532
+#: ../../install_steps_interactive.pm_.c:578
msgid "Insert a floppy containing package selection"
msgstr "Ubacite disketu koja sadrži izbor paketa"
-#: ../../install_steps_interactive.pm_.c:544
+#: ../../install_steps_interactive.pm_.c:590
msgid "Save on floppy"
msgstr "Spasi na disketu"
-#: ../../install_steps_interactive.pm_.c:605
+#: ../../install_steps_interactive.pm_.c:658
msgid "Selected size is larger than available space"
msgstr "Izabrana veličina je veća od slobodnog prostora"
-#: ../../install_steps_interactive.pm_.c:670
+#: ../../install_steps_interactive.pm_.c:671
+msgid "Type of install"
+msgstr "Vrsta instalacije"
+
+#: ../../install_steps_interactive.pm_.c:672
+#, fuzzy
+msgid ""
+"You haven't selected any group of packages.\n"
+"Please choose the minimal installation you want:"
+msgstr ""
+"Niste izabrali nijednu grupu paketa\n"
+"Molimo izaberite minimalnu instalaciju koju želite"
+
+#: ../../install_steps_interactive.pm_.c:675
+msgid "With X"
+msgstr "Sa X-om"
+
+#: ../../install_steps_interactive.pm_.c:677
+msgid "With basic documentation (recommended!)"
+msgstr "Sa osnovnom dokumentacijom (preporučeno)"
+
+#: ../../install_steps_interactive.pm_.c:678
+msgid "Truly minimal install (especially no urpmi)"
+msgstr "Stvarno minimalna instalacija (posebno bez urpmi)"
+
+#: ../../install_steps_interactive.pm_.c:762
msgid ""
"If you have all the CDs in the list below, click Ok.\n"
"If you have none of those CDs, click Cancel.\n"
@@ -4837,12 +5234,16 @@ msgstr ""
"Ako nemate nijedan od ovih CDova, kliknite na Odustani.\n"
"Ako nedostaju samo neki CDovi, isključite ih, zatim kliknite na Ok."
-#: ../../install_steps_interactive.pm_.c:675
+#: ../../install_steps_interactive.pm_.c:767
#, c-format
msgid "Cd-Rom labeled \"%s\""
msgstr "CD-ROM pod oznakom \"%s\""
-#: ../../install_steps_interactive.pm_.c:704
+#: ../../install_steps_interactive.pm_.c:787
+msgid "Preparing installation"
+msgstr "Pripremam instalaciju"
+
+#: ../../install_steps_interactive.pm_.c:796
#, c-format
msgid ""
"Installing package %s\n"
@@ -4851,21 +5252,21 @@ msgstr ""
"Instaliram paket %s\n"
"%d%%"
-#: ../../install_steps_interactive.pm_.c:713
+#: ../../install_steps_interactive.pm_.c:842
msgid "Post-install configuration"
msgstr "Post-instalacijsko podešavanje"
-#: ../../install_steps_interactive.pm_.c:719
+#: ../../install_steps_interactive.pm_.c:848
#, c-format
msgid "Please insert the Boot floppy used in drive %s"
msgstr "Molimo ubacite boot disketu koja je upotrebljena u jedinicu %s"
-#: ../../install_steps_interactive.pm_.c:725
+#: ../../install_steps_interactive.pm_.c:854
#, c-format
msgid "Please insert the Update Modules floppy in drive %s"
-msgstr "Molimo ubacite disketu Update Modula u drajv %s"
+msgstr "Molimo ubacite disketu Update Modula u jedinicu %s"
-#: ../../install_steps_interactive.pm_.c:750
+#: ../../install_steps_interactive.pm_.c:874
msgid ""
"You have now the possibility to download software aimed for encryption.\n"
"\n"
@@ -4939,134 +5340,169 @@ msgstr ""
"Altadena California 91001\n"
"USA"
-#: ../../install_steps_interactive.pm_.c:782
+#: ../../install_steps_interactive.pm_.c:912
+msgid ""
+"You have now the possibility to download updated packages that have\n"
+"been released after the distribution has been made available.\n"
+"\n"
+"You will get security fixes or bug fixes, but you need to have an\n"
+"Internet connection configured to proceed.\n"
+"\n"
+"Do you want to install the updates ?"
+msgstr ""
+"Sada imate mogućnost da dobavite sa interneta unaprijeđene pakete koji\n"
+"su izašli nakon što je distribucija objavljena.\n"
+"\n"
+"Dobićete sigurnosne ispravke ili ispravke bugova, ali prethodno je potrebno\n"
+"da podesite Internet konekciju.\n"
+"\n"
+"Da li želite instalirati unaprjeđenja ?"
+
+#: ../../install_steps_interactive.pm_.c:926
+msgid "Contacting Mandrake Linux web site to get the list of available mirrors"
+msgstr ""
+"Kontaktiram Mandrake Linux web stranicu da bih saznao listu dostupnih mirrora"
+
+#: ../../install_steps_interactive.pm_.c:931
msgid "Choose a mirror from which to get the packages"
msgstr "Izaberite mirror sa kojeg će biti dobavljeni paketi"
-#: ../../install_steps_interactive.pm_.c:793
+#: ../../install_steps_interactive.pm_.c:940
msgid "Contacting the mirror to get the list of available packages"
msgstr "Kontaktiram mirror da bih saznao listu dostupnih paketa"
-#: ../../install_steps_interactive.pm_.c:796
-msgid "Please choose the packages you want to install."
-msgstr "Molimo izaberite pakete koje želite instalirati."
-
-#: ../../install_steps_interactive.pm_.c:808
+#: ../../install_steps_interactive.pm_.c:967
msgid "Which is your timezone?"
msgstr "Koja je vaša vremenska zona?"
-#: ../../install_steps_interactive.pm_.c:813
+#: ../../install_steps_interactive.pm_.c:972
msgid "Hardware clock set to GMT"
msgstr "Hardverski sat podešen na GMT"
-#: ../../install_steps_interactive.pm_.c:814
+#: ../../install_steps_interactive.pm_.c:973
msgid "Automatic time synchronization (using NTP)"
msgstr "Automatska sinhronizacija vremena (koristeći NTP)"
-#: ../../install_steps_interactive.pm_.c:821
+#: ../../install_steps_interactive.pm_.c:980
msgid "NTP Server"
msgstr "NTP server"
-#: ../../install_steps_interactive.pm_.c:855
-#: ../../install_steps_interactive.pm_.c:863 ../../printerdrake.pm_.c:104
+#: ../../install_steps_interactive.pm_.c:1014
+#: ../../install_steps_interactive.pm_.c:1022
msgid "Remote CUPS server"
msgstr "Udaljeni CUPS server"
-#: ../../install_steps_interactive.pm_.c:856
+#: ../../install_steps_interactive.pm_.c:1015
msgid "No printer"
msgstr "Nema štampača"
-#: ../../install_steps_interactive.pm_.c:867 ../../steps.pm_.c:27
+#: ../../install_steps_interactive.pm_.c:1032
+msgid "Do you have an ISA sound card?"
+msgstr "Imate li ISA zvučnu karticu?"
+
+#: ../../install_steps_interactive.pm_.c:1034
+msgid "Run \"sndconfig\" after installation to configure your sound card"
+msgstr ""
+"Pokrenite \"sndconfig\" poslije instalacije kako biste podesili vašu zvučnu "
+"karticu"
+
+#: ../../install_steps_interactive.pm_.c:1036
+msgid "No sound card detected. Try \"harddrake\" after installation"
+msgstr ""
+"Nije otkrivena zvučna kartica. Probajte \"harddrake\" poslije instalacije"
+
+#: ../../install_steps_interactive.pm_.c:1041 ../../steps.pm_.c:27
msgid "Summary"
msgstr "Ukratko"
-#: ../../install_steps_interactive.pm_.c:870
+#: ../../install_steps_interactive.pm_.c:1044
msgid "Mouse"
msgstr "Miš"
-#: ../../install_steps_interactive.pm_.c:872
+#: ../../install_steps_interactive.pm_.c:1046
msgid "Timezone"
msgstr "Vremenska zona"
-#: ../../install_steps_interactive.pm_.c:873 ../../printerdrake.pm_.c:1773
-#: ../../printerdrake.pm_.c:1844
+#: ../../install_steps_interactive.pm_.c:1047 ../../printerdrake.pm_.c:2276
+#: ../../printerdrake.pm_.c:2354
msgid "Printer"
msgstr "Štampač"
-#: ../../install_steps_interactive.pm_.c:875
+#: ../../install_steps_interactive.pm_.c:1049
msgid "ISDN card"
msgstr "ISDN kartica"
-#: ../../install_steps_interactive.pm_.c:878
+#: ../../install_steps_interactive.pm_.c:1052
+#: ../../install_steps_interactive.pm_.c:1054
msgid "Sound card"
msgstr "Zvučna kartica"
-#: ../../install_steps_interactive.pm_.c:881
+#: ../../install_steps_interactive.pm_.c:1056
msgid "TV card"
msgstr "TV kartica"
-#: ../../install_steps_interactive.pm_.c:917
-#: ../../install_steps_interactive.pm_.c:941
-#: ../../install_steps_interactive.pm_.c:945
+#: ../../install_steps_interactive.pm_.c:1094
+#: ../../install_steps_interactive.pm_.c:1118
+#: ../../install_steps_interactive.pm_.c:1122
msgid "LDAP"
msgstr "LDAP"
-#: ../../install_steps_interactive.pm_.c:918
-#: ../../install_steps_interactive.pm_.c:941
-#: ../../install_steps_interactive.pm_.c:954
+#: ../../install_steps_interactive.pm_.c:1095
+#: ../../install_steps_interactive.pm_.c:1118
+#: ../../install_steps_interactive.pm_.c:1131
msgid "NIS"
msgstr "NIS"
-#: ../../install_steps_interactive.pm_.c:919
-#: ../../install_steps_interactive.pm_.c:941
+#: ../../install_steps_interactive.pm_.c:1096
+#: ../../install_steps_interactive.pm_.c:1118
msgid "Local files"
msgstr "Lokalne datoteke"
-#: ../../install_steps_interactive.pm_.c:928
-#: ../../install_steps_interactive.pm_.c:929 ../../steps.pm_.c:24
+#: ../../install_steps_interactive.pm_.c:1105
+#: ../../install_steps_interactive.pm_.c:1106 ../../steps.pm_.c:24
msgid "Set root password"
msgstr "Podesite root šifru"
-#: ../../install_steps_interactive.pm_.c:930
+#: ../../install_steps_interactive.pm_.c:1107
msgid "No password"
msgstr "Bez šifre"
-#: ../../install_steps_interactive.pm_.c:935
+#: ../../install_steps_interactive.pm_.c:1112
#, c-format
msgid "This password is too simple (must be at least %d characters long)"
msgstr ""
"Ova šifra je previše jednostavna (mora biti duga najmanje %d karaktera)"
-#: ../../install_steps_interactive.pm_.c:941 ../../network/modem.pm_.c:47
-#: ../../standalone/draknet_.c:604
+#: ../../install_steps_interactive.pm_.c:1118 ../../network/modem.pm_.c:49
+#: ../../standalone/draknet_.c:626 ../../standalone/logdrake_.c:172
msgid "Authentication"
msgstr "Autentikacija"
-#: ../../install_steps_interactive.pm_.c:949
+#: ../../install_steps_interactive.pm_.c:1126
msgid "Authentication LDAP"
msgstr "Autentikacijski LDAP"
-#: ../../install_steps_interactive.pm_.c:950
+#: ../../install_steps_interactive.pm_.c:1127
msgid "LDAP Base dn"
msgstr "LDAP Base dn"
-#: ../../install_steps_interactive.pm_.c:951
+#: ../../install_steps_interactive.pm_.c:1128
msgid "LDAP Server"
msgstr "LDAP Server"
-#: ../../install_steps_interactive.pm_.c:957
+#: ../../install_steps_interactive.pm_.c:1134
msgid "Authentication NIS"
msgstr "Autentifikacija NIS"
-#: ../../install_steps_interactive.pm_.c:958
+#: ../../install_steps_interactive.pm_.c:1135
msgid "NIS Domain"
msgstr "NIS domen"
-#: ../../install_steps_interactive.pm_.c:959
+#: ../../install_steps_interactive.pm_.c:1136
msgid "NIS Server"
msgstr "NIS server"
-#: ../../install_steps_interactive.pm_.c:994
+#: ../../install_steps_interactive.pm_.c:1171
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 "
@@ -5098,19 +5534,20 @@ msgstr ""
"first\n"
"drive and press \"Ok\"."
-#: ../../install_steps_interactive.pm_.c:1010
+#: ../../install_steps_interactive.pm_.c:1187
msgid "First floppy drive"
msgstr "Prva disketna jedinica"
-#: ../../install_steps_interactive.pm_.c:1011
+#: ../../install_steps_interactive.pm_.c:1188
msgid "Second floppy drive"
msgstr "Druga disketna jedinica"
-#: ../../install_steps_interactive.pm_.c:1012 ../../printerdrake.pm_.c:1382
+#: ../../install_steps_interactive.pm_.c:1189 ../../printerdrake.pm_.c:1848
msgid "Skip"
msgstr "Preskoči"
-#: ../../install_steps_interactive.pm_.c:1017
+#: ../../install_steps_interactive.pm_.c:1194
+#, fuzzy, c-format
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 "
@@ -5121,7 +5558,8 @@ msgid ""
"with\n"
"the Mandrake rescue image, making it much easier to recover from severe "
"system\n"
-"failures. Would you like to create a bootdisk for your system?"
+"failures. Would you like to create a bootdisk for your system?\n"
+"%s"
msgstr ""
"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 "
@@ -5134,45 +5572,59 @@ msgstr ""
"system\n"
"failures. Would you like to create a bootdisk for your system?"
-#: ../../install_steps_interactive.pm_.c:1026
+#: ../../install_steps_interactive.pm_.c:1200
+msgid ""
+"\n"
+"\n"
+"(WARNING! You're using XFS for your root partition,\n"
+"creating a bootdisk on a 1.44 Mb floppy will probably fail,\n"
+"because XFS needs a very large driver)."
+msgstr ""
+"\n"
+"\n"
+"(PAŽNJA! Vi koristite XFS za vašu root particiju,\n"
+"pravljenje boot diskete na 1.44 Mb disketi vjerovatno neće\n"
+"raditi, pošto XFS traži veoma velik drajver)."
+
+#: ../../install_steps_interactive.pm_.c:1208
msgid "Sorry, no floppy drive available"
msgstr "Žao mi je, nema dostupne disketne jedinice"
-#: ../../install_steps_interactive.pm_.c:1030
+#: ../../install_steps_interactive.pm_.c:1212
msgid "Choose the floppy drive you want to use to make the bootdisk"
msgstr ""
"Izaberite disketnu jedinicu koju želite koristiti da napravite boot disketu"
-#: ../../install_steps_interactive.pm_.c:1034
+#: ../../install_steps_interactive.pm_.c:1216
#, c-format
-msgid "Insert a floppy in drive %s"
-msgstr "Ubacite disketu u jedinicu %s"
+msgid "Insert a floppy in %s"
+msgstr "Ubacite disketu u %s"
-#: ../../install_steps_interactive.pm_.c:1037
+#: ../../install_steps_interactive.pm_.c:1219
msgid "Creating bootdisk"
msgstr "Pravim boot disketu"
-#: ../../install_steps_interactive.pm_.c:1044
+#: ../../install_steps_interactive.pm_.c:1226
msgid "Preparing bootloader"
msgstr "Pripremam bootloader"
-#: ../../install_steps_interactive.pm_.c:1055
+#: ../../install_steps_interactive.pm_.c:1237
msgid ""
"You appear to have an OldWorld or Unknown\n"
" machine, the yaboot bootloader will not work for you.\n"
"The install will continue, but you'll\n"
" need to use BootX to boot your machine"
msgstr ""
-"Izgleda da imate OldWorld ili Unknown mašinu,\n"
+"Izgleda da imate OldWorld ili Unknown računar,\n"
" yaboot bootloader neće raditi kod vas.\n"
"Instalacija će se nastaviti, ali ćete\n"
-" morati koristiti BootX za bootanje vaše mašine"
+" morati koristiti BootX za bootanje vašeg računara"
-#: ../../install_steps_interactive.pm_.c:1060
+#: ../../install_steps_interactive.pm_.c:1243
msgid "Do you want to use aboot?"
msgstr "Da li želite koristiti aboot?"
-#: ../../install_steps_interactive.pm_.c:1063
+#: ../../install_steps_interactive.pm_.c:1246
msgid ""
"Error installing aboot, \n"
"try to force installation even if that destroys the first partition?"
@@ -5180,15 +5632,15 @@ msgstr ""
"Greška u instaliranju aboota, \n"
"da li da pokušam nasilnu instalaciju čak i ako to uništi prvu particiju?"
-#: ../../install_steps_interactive.pm_.c:1070
+#: ../../install_steps_interactive.pm_.c:1253
msgid "Installing bootloader"
msgstr "Instaliram bootloadera"
-#: ../../install_steps_interactive.pm_.c:1076
+#: ../../install_steps_interactive.pm_.c:1259
msgid "Installation of bootloader failed. The following error occured:"
msgstr "Instalacija bootloadera nije uspjela. Došlo je do sljedeće greške:"
-#: ../../install_steps_interactive.pm_.c:1084
+#: ../../install_steps_interactive.pm_.c:1267
#, c-format
msgid ""
"You may need to change your Open Firmware boot-device to\n"
@@ -5206,34 +5658,18 @@ msgstr ""
" Zatim kucajte: shut-down\n"
"Prilikom idućeg boota biste trebali vidjeti upit bootloadera."
-#: ../../install_steps_interactive.pm_.c:1092 ../../standalone/draksec_.c:23
-msgid "Low"
-msgstr "Nizak"
-
-#: ../../install_steps_interactive.pm_.c:1093 ../../standalone/draksec_.c:24
-msgid "Medium"
-msgstr "Srednji"
-
-#: ../../install_steps_interactive.pm_.c:1094 ../../standalone/draksec_.c:25
-msgid "High"
-msgstr "Visok"
-
-#: ../../install_steps_interactive.pm_.c:1098 ../../standalone/draksec_.c:62
-msgid "Choose security level"
-msgstr "Izaberite nivo sigurnosti"
-
-#: ../../install_steps_interactive.pm_.c:1134
-#: ../../standalone/drakautoinst_.c:80
+#: ../../install_steps_interactive.pm_.c:1311
+#: ../../standalone/drakautoinst_.c:81
#, c-format
msgid "Insert a blank floppy in drive %s"
-msgstr "Ubacite praznu disketu u drajv %s"
+msgstr "Ubacite praznu disketu u jedinicu %s"
-#: ../../install_steps_interactive.pm_.c:1138
-#: ../../standalone/drakautoinst_.c:82
+#: ../../install_steps_interactive.pm_.c:1315
+#: ../../standalone/drakautoinst_.c:83
msgid "Creating auto install floppy"
msgstr "Pravim auto instalacijsku disketu"
-#: ../../install_steps_interactive.pm_.c:1149
+#: ../../install_steps_interactive.pm_.c:1326
msgid ""
"Some steps are not completed.\n"
"\n"
@@ -5243,14 +5679,19 @@ msgstr ""
"\n"
"Da li zaista želite izaći sada?"
-#: ../../install_steps_interactive.pm_.c:1160
+#: ../../install_steps_interactive.pm_.c:1337
msgid ""
"Congratulations, installation is complete.\n"
"Remove the boot media and press return to reboot.\n"
"\n"
+"\n"
"For information on fixes which are available for this release of Mandrake "
"Linux,\n"
-"consult the Errata available from http://www.mandrakelinux.com/.\n"
+"consult the Errata available from:\n"
+"\n"
+"\n"
+"http://www.linux-mandrake.com/en/82errata.php3\n"
+"\n"
"\n"
"Information on configuring your system is available in the post\n"
"install chapter of the Official Mandrake Linux User's Guide."
@@ -5258,17 +5699,23 @@ msgstr ""
"Čestitamo, instalacija je završena.\n"
"Uklonite boot medij i pritisnite return za reboot.\n"
"\n"
-"Za informacije o ispravkama koje su dostupne za ovu verziju Linux-Mandraka,\n"
-"pogledajte Errata koja je dostupna na http://www.linux-mandrake.com/.\n"
+"\n"
+"Za informacije o ispravkama koje su dostupne za ovu verziju Mandrake "
+"Linuxa,\n"
+"pogledajte Errata koja je dostupna na:\n"
+"\n"
+"\n"
+"http://www.linux-mandrake.com/en/82errata.php3\n"
+"\n"
"\n"
"Informacije o podešavanju vašeg sistema su dostupne u poglavlju\n"
-"\"nakon instalacije\" vašeg Zvaničnog Mandrake Linux Priručnika za Upotrebu."
+"\"nakon instalacije\" vašeg Zvaničnog Mandrake Linux priručnika za upotrebu."
-#: ../../install_steps_interactive.pm_.c:1172
+#: ../../install_steps_interactive.pm_.c:1354
msgid "Generate auto install floppy"
msgstr "Napravi auto instalacijsku disketu"
-#: ../../install_steps_interactive.pm_.c:1174
+#: ../../install_steps_interactive.pm_.c:1356
msgid ""
"The auto install can be fully automated if wanted,\n"
"in that case it will take over the hard drive!!\n"
@@ -5278,19 +5725,19 @@ msgid ""
msgstr ""
"Ova auto instalacija može biti potpuno automatizovana ako želite,\n"
"u kojem slučaju će preuzeti hard disk!!\n"
-"(ovo je namjenjeno za instaliranje na drugu mašinu).\n"
+"(ovo je namjenjeno za instaliranje na drugi računar).\n"
"\n"
"Možda ćete željeti radije ponoviti instalaciju.\n"
-#: ../../install_steps_interactive.pm_.c:1179
+#: ../../install_steps_interactive.pm_.c:1361
msgid "Automated"
msgstr "Automatizovano"
-#: ../../install_steps_interactive.pm_.c:1179
+#: ../../install_steps_interactive.pm_.c:1361
msgid "Replay"
msgstr "Ponovi"
-#: ../../install_steps_interactive.pm_.c:1182
+#: ../../install_steps_interactive.pm_.c:1364
msgid "Save packages selection"
msgstr "Spasi izbor paketa"
@@ -5305,348 +5752,450 @@ msgid ""
msgstr ""
" <Tab>/<Alt-Tab> između elemenata | <Space> vrši izbor | <F12> idući ekran "
-#: ../../interactive.pm_.c:73
+#: ../../interactive.pm_.c:87
msgid "kdesu missing"
msgstr "kdesu nedostaje"
-#: ../../interactive.pm_.c:132
+#: ../../interactive.pm_.c:89 ../../interactive.pm_.c:100
+msgid "consolehelper missing"
+msgstr "nedostaje consolehelper"
+
+#: ../../interactive.pm_.c:152
msgid "Choose a file"
msgstr "Izaberi datoteku"
-#: ../../interactive.pm_.c:284
+#: ../../interactive.pm_.c:314
msgid "Advanced"
msgstr "Napredno"
-#: ../../interactive.pm_.c:345
+#: ../../interactive.pm_.c:315
+msgid "Basic"
+msgstr "Osnovno"
+
+#: ../../interactive.pm_.c:386
msgid "Please wait"
msgstr "Molimo sačekajte"
-#: ../../interactive_gtk.pm_.c:681
+#: ../../interactive_gtk.pm_.c:605 ../../services.pm_.c:222
+msgid "Info"
+msgstr "Info"
+
+#: ../../interactive_gtk.pm_.c:715
msgid "Expand Tree"
msgstr "Proširi stablo"
-#: ../../interactive_gtk.pm_.c:682
+#: ../../interactive_gtk.pm_.c:716
msgid "Collapse Tree"
msgstr "Smanji stablo"
-#: ../../interactive_gtk.pm_.c:683
+#: ../../interactive_gtk.pm_.c:717
msgid "Toggle between flat and group sorted"
msgstr "Prekidač između ravnog i grupnog sortiranja"
-#: ../../interactive_stdio.pm_.c:35
-#, c-format
-msgid "Ambiguity (%s), be more precise\n"
-msgstr "Ambiguity (%s), budite precizniji\n"
-
-#: ../../interactive_stdio.pm_.c:36 ../../interactive_stdio.pm_.c:51
-#: ../../interactive_stdio.pm_.c:71
+#: ../../interactive_stdio.pm_.c:29 ../../interactive_stdio.pm_.c:147
msgid "Bad choice, try again\n"
msgstr "Pogrešan izbor, pokušajte ponovo\n"
-#: ../../interactive_stdio.pm_.c:39
+#: ../../interactive_stdio.pm_.c:30 ../../interactive_stdio.pm_.c:148
#, c-format
-msgid " ? (default %s) "
-msgstr " ? (podrazumjevano %s)"
+msgid "Your choice? (default %s) "
+msgstr "Vaš izbor? (podrazumjevano %s)"
#: ../../interactive_stdio.pm_.c:52
#, c-format
-msgid "Your choice? (default %s) "
-msgstr "Vaš izbor? (podrazumjevano %s)"
+msgid ""
+"Entries you'll have to fill:\n"
+"%s"
+msgstr ""
+"Stavke koje morate popuniti:\n"
+"%s"
+
+#: ../../interactive_stdio.pm_.c:68
+#, c-format
+msgid "Your choice? (0/1, default `%s') "
+msgstr "Vaš izbor? (0/1, podrazumjevano %s)"
+
+#: ../../interactive_stdio.pm_.c:93
+#, c-format
+msgid "Button `%s': %s"
+msgstr "Dugme '%s': %s"
+
+#: ../../interactive_stdio.pm_.c:94
+msgid "Do you want to click on this button? "
+msgstr "Da li želite kliknuti na ovo dugme?"
+
+#: ../../interactive_stdio.pm_.c:103
+#, c-format
+msgid "Your choice? (default `%s'%s) "
+msgstr "Vaš izbor? (podrazumjevano '%s' %s)"
-#: ../../interactive_stdio.pm_.c:72
+#: ../../interactive_stdio.pm_.c:121
#, c-format
-msgid "Your choice? (default %s enter `none' for none) "
-msgstr "Vaš izbor? (podrazumjevano %s unesite `none' za ništa)"
+msgid "=> There are many things to choose from (%s).\n"
+msgstr "=> Postoji mnogo stvari od kojih možete izabrati (%s).\n"
-#: ../../keyboard.pm_.c:140 ../../keyboard.pm_.c:178
+#: ../../interactive_stdio.pm_.c:124
+msgid ""
+"Please choose the first number of the 10-range you wish to edit,\n"
+"or just hit Enter to proceed.\n"
+"Your choice? "
+msgstr ""
+"Molimo unesite prvi broj od deset koji želite izmjeniti,\n"
+"ili samo pritisnite Enter za nastavak.\n"
+"Vaš izbor?"
+
+#: ../../interactive_stdio.pm_.c:137
+#, c-format
+msgid ""
+"=> Notice, a label changed:\n"
+"%s"
+msgstr ""
+"=> Primjetite, label je promjenjena:\n"
+"%s"
+
+#: ../../interactive_stdio.pm_.c:144
+msgid "Re-submit"
+msgstr "Ponovo pošalji"
+
+#: ../../keyboard.pm_.c:174 ../../keyboard.pm_.c:205
msgid "Czech (QWERTZ)"
msgstr "Češka (QWERTZ)"
-#: ../../keyboard.pm_.c:141 ../../keyboard.pm_.c:155 ../../keyboard.pm_.c:180
+#: ../../keyboard.pm_.c:175 ../../keyboard.pm_.c:207
msgid "German"
msgstr "Njemačka"
-#: ../../keyboard.pm_.c:142
+#: ../../keyboard.pm_.c:176
msgid "Dvorak"
msgstr "Dvorak"
-#: ../../keyboard.pm_.c:143 ../../keyboard.pm_.c:186
+#: ../../keyboard.pm_.c:177 ../../keyboard.pm_.c:214
msgid "Spanish"
msgstr "Španska"
-#: ../../keyboard.pm_.c:144 ../../keyboard.pm_.c:187
+#: ../../keyboard.pm_.c:178 ../../keyboard.pm_.c:215
msgid "Finnish"
msgstr "Finska"
-#: ../../keyboard.pm_.c:145 ../../keyboard.pm_.c:156 ../../keyboard.pm_.c:188
+#: ../../keyboard.pm_.c:179 ../../keyboard.pm_.c:216
msgid "French"
msgstr "Francuska"
-#: ../../keyboard.pm_.c:146 ../../keyboard.pm_.c:211
+#: ../../keyboard.pm_.c:180 ../../keyboard.pm_.c:241
msgid "Norwegian"
msgstr "Norveška"
-#: ../../keyboard.pm_.c:147
+#: ../../keyboard.pm_.c:181
msgid "Polish"
msgstr "Poljska"
-#: ../../keyboard.pm_.c:148 ../../keyboard.pm_.c:219
+#: ../../keyboard.pm_.c:182 ../../keyboard.pm_.c:249
msgid "Russian"
msgstr "Ruska"
-#: ../../keyboard.pm_.c:150 ../../keyboard.pm_.c:221
+#: ../../keyboard.pm_.c:184 ../../keyboard.pm_.c:251
msgid "Swedish"
msgstr "Švedska"
-#: ../../keyboard.pm_.c:151 ../../keyboard.pm_.c:236
+#: ../../keyboard.pm_.c:185 ../../keyboard.pm_.c:266
msgid "UK keyboard"
msgstr "UK tastatura"
-#: ../../keyboard.pm_.c:152 ../../keyboard.pm_.c:157 ../../keyboard.pm_.c:237
+#: ../../keyboard.pm_.c:186 ../../keyboard.pm_.c:267
msgid "US keyboard"
msgstr "US tastatura"
-#: ../../keyboard.pm_.c:159
+#: ../../keyboard.pm_.c:188
msgid "Albanian"
msgstr "Albanska"
-#: ../../keyboard.pm_.c:160
+#: ../../keyboard.pm_.c:189
msgid "Armenian (old)"
msgstr "Armenska (stara)"
-#: ../../keyboard.pm_.c:161
+#: ../../keyboard.pm_.c:190
msgid "Armenian (typewriter)"
msgstr "Armenska (pisaća mašina)"
-#: ../../keyboard.pm_.c:162
+#: ../../keyboard.pm_.c:191
msgid "Armenian (phonetic)"
msgstr "Armenska (fonetska)"
-#: ../../keyboard.pm_.c:167
+#: ../../keyboard.pm_.c:196
msgid "Azerbaidjani (latin)"
msgstr "Azerbejdžanska (latinica)"
-#: ../../keyboard.pm_.c:169
+#: ../../keyboard.pm_.c:198
msgid "Belgian"
msgstr "Belgijska"
-#: ../../keyboard.pm_.c:170
-msgid "Bulgarian"
-msgstr "Bugarska"
+#: ../../keyboard.pm_.c:199
+msgid "Bulgarian (phonetic)"
+msgstr "Bugarska (fonetska)"
+
+#: ../../keyboard.pm_.c:200
+msgid "Bulgarian (BDS)"
+msgstr "Bugarska (BDS)"
-#: ../../keyboard.pm_.c:171
+#: ../../keyboard.pm_.c:201
msgid "Brazilian (ABNT-2)"
msgstr "Brazilska (ABNT-2)"
-#: ../../keyboard.pm_.c:172
+#: ../../keyboard.pm_.c:202
msgid "Belarusian"
msgstr "Bjeloruska"
-#: ../../keyboard.pm_.c:173
+#: ../../keyboard.pm_.c:203
msgid "Swiss (German layout)"
msgstr "Švicarska (Njemački izgled)"
-#: ../../keyboard.pm_.c:174
+#: ../../keyboard.pm_.c:204
msgid "Swiss (French layout)"
msgstr "Švicarska (Francuski izgled)"
-#: ../../keyboard.pm_.c:179
+#: ../../keyboard.pm_.c:206
msgid "Czech (QWERTY)"
msgstr "Češka (QWERTY)"
-#: ../../keyboard.pm_.c:181
+#: ../../keyboard.pm_.c:208
msgid "German (no dead keys)"
msgstr "Njemačka (bez mrtvih tipki)"
-#: ../../keyboard.pm_.c:182
+#: ../../keyboard.pm_.c:209
msgid "Danish"
msgstr "Danska"
-#: ../../keyboard.pm_.c:183
+#: ../../keyboard.pm_.c:210
msgid "Dvorak (US)"
msgstr "Dvorak (US)"
-#: ../../keyboard.pm_.c:184
+#: ../../keyboard.pm_.c:211
msgid "Dvorak (Norwegian)"
msgstr "Dvorak (Norveška)"
-#: ../../keyboard.pm_.c:185
+#: ../../keyboard.pm_.c:212
+msgid "Dvorak (Swedish)"
+msgstr "Dvorak (Švedska)"
+
+#: ../../keyboard.pm_.c:213
msgid "Estonian"
msgstr "Estonska"
-#: ../../keyboard.pm_.c:189
+#: ../../keyboard.pm_.c:217
msgid "Georgian (\"Russian\" layout)"
msgstr "Gruzijska (\"Ruski\" izgled)"
-#: ../../keyboard.pm_.c:190
+#: ../../keyboard.pm_.c:218
msgid "Georgian (\"Latin\" layout)"
msgstr "Gruzijska (\"Latinični\" izgled)"
-#: ../../keyboard.pm_.c:191
+#: ../../keyboard.pm_.c:219
msgid "Greek"
msgstr "Grčka"
-#: ../../keyboard.pm_.c:192
+#: ../../keyboard.pm_.c:220
msgid "Hungarian"
msgstr "Mađarska"
-#: ../../keyboard.pm_.c:193
+#: ../../keyboard.pm_.c:221
msgid "Croatian"
msgstr "Hrvatska"
-#: ../../keyboard.pm_.c:194
+#: ../../keyboard.pm_.c:222
msgid "Israeli"
msgstr "Izraelska"
-#: ../../keyboard.pm_.c:195
+#: ../../keyboard.pm_.c:223
msgid "Israeli (Phonetic)"
msgstr "Izraelska (Fonetska)"
-#: ../../keyboard.pm_.c:196
+#: ../../keyboard.pm_.c:224
msgid "Iranian"
msgstr "Iranska"
-#: ../../keyboard.pm_.c:197
+#: ../../keyboard.pm_.c:225
msgid "Icelandic"
msgstr "Islandska"
-#: ../../keyboard.pm_.c:198
+#: ../../keyboard.pm_.c:226
msgid "Italian"
msgstr "Italijanska"
-#: ../../keyboard.pm_.c:200
+#: ../../keyboard.pm_.c:228
msgid "Japanese 106 keys"
msgstr "Japanska 106 tipki"
-#: ../../keyboard.pm_.c:201
+#: ../../keyboard.pm_.c:231
msgid "Korean keyboard"
msgstr "Korejanska tastatura"
-#: ../../keyboard.pm_.c:202
+#: ../../keyboard.pm_.c:232
msgid "Latin American"
msgstr "Latino-Američka"
-#: ../../keyboard.pm_.c:203
+#: ../../keyboard.pm_.c:233
msgid "Lithuanian AZERTY (old)"
msgstr "Litvanska AZERTY (stara)"
-#: ../../keyboard.pm_.c:205
+#: ../../keyboard.pm_.c:235
msgid "Lithuanian AZERTY (new)"
msgstr "Litvanska AYERTY (nova)"
-#: ../../keyboard.pm_.c:206
+#: ../../keyboard.pm_.c:236
msgid "Lithuanian \"number row\" QWERTY"
msgstr "Litvanska \"red brojeva\" QWERTY"
-#: ../../keyboard.pm_.c:207
+#: ../../keyboard.pm_.c:237
msgid "Lithuanian \"phonetic\" QWERTY"
msgstr "Litvanska \"fonetska\" QWERTY"
-#: ../../keyboard.pm_.c:208
+#: ../../keyboard.pm_.c:238
msgid "Latvian"
msgstr "Latvijska"
-#: ../../keyboard.pm_.c:209
+#: ../../keyboard.pm_.c:239
msgid "Macedonian"
msgstr "Makedonska"
-#: ../../keyboard.pm_.c:210
+#: ../../keyboard.pm_.c:240
msgid "Dutch"
msgstr "Holandska"
-#: ../../keyboard.pm_.c:212
+#: ../../keyboard.pm_.c:242
msgid "Polish (qwerty layout)"
msgstr "Poljska (qwerty)"
-#: ../../keyboard.pm_.c:213
+#: ../../keyboard.pm_.c:243
msgid "Polish (qwertz layout)"
msgstr "Poljska (qwertz)"
-#: ../../keyboard.pm_.c:214
+#: ../../keyboard.pm_.c:244
msgid "Portuguese"
msgstr "Portugalska"
-#: ../../keyboard.pm_.c:215
+#: ../../keyboard.pm_.c:245
msgid "Canadian (Quebec)"
msgstr "Kanadska (Kvebek)"
-#: ../../keyboard.pm_.c:217
+#: ../../keyboard.pm_.c:247
msgid "Romanian (qwertz)"
msgstr "Rumunska (qwertz)"
-#: ../../keyboard.pm_.c:218
+#: ../../keyboard.pm_.c:248
msgid "Romanian (qwerty)"
msgstr "Rumunska (qwerty)"
-#: ../../keyboard.pm_.c:220
+#: ../../keyboard.pm_.c:250
msgid "Russian (Yawerty)"
msgstr "Ruska (Yawerty)"
-#: ../../keyboard.pm_.c:222
+#: ../../keyboard.pm_.c:252
msgid "Slovenian"
msgstr "Slovenačka"
-#: ../../keyboard.pm_.c:226
+#: ../../keyboard.pm_.c:253
msgid "Slovakian (QWERTZ)"
msgstr "Slovačka (QWERTZ)"
-#: ../../keyboard.pm_.c:227
+#: ../../keyboard.pm_.c:254
msgid "Slovakian (QWERTY)"
msgstr "Slovačka (QWERTY)"
-#: ../../keyboard.pm_.c:229
+#: ../../keyboard.pm_.c:256
msgid "Serbian (cyrillic)"
msgstr "Srpska (ćirilica)"
-#: ../../keyboard.pm_.c:230
+#: ../../keyboard.pm_.c:258
+msgid "Tamil"
+msgstr "Tamilska"
+
+#: ../../keyboard.pm_.c:259
msgid "Thai keyboard"
msgstr "Tajlandska tastatura"
-#: ../../keyboard.pm_.c:232
+#: ../../keyboard.pm_.c:261
msgid "Tajik keyboard"
msgstr "Tadžička tastatura"
-#: ../../keyboard.pm_.c:233
+#: ../../keyboard.pm_.c:262
msgid "Turkish (traditional \"F\" model)"
msgstr "Turska (tradicionalni \"F\" model)"
-#: ../../keyboard.pm_.c:234
+#: ../../keyboard.pm_.c:263
msgid "Turkish (modern \"Q\" model)"
msgstr "Turska (moderni \"Q\" model)"
-#: ../../keyboard.pm_.c:235
+#: ../../keyboard.pm_.c:265
msgid "Ukrainian"
msgstr "Ukrajinska"
-#: ../../keyboard.pm_.c:238
+#: ../../keyboard.pm_.c:268
msgid "US keyboard (international)"
msgstr "US tastatura (međunarodna)"
-#: ../../keyboard.pm_.c:239
+#: ../../keyboard.pm_.c:269
msgid "Vietnamese \"numeric row\" QWERTY"
msgstr "Vjetnamska \"red brojeva\" QWERTY"
-#: ../../keyboard.pm_.c:240
+#: ../../keyboard.pm_.c:270
msgid "Yugoslavian (latin)"
msgstr "Jugoslavenska (latinično)"
+#: ../../keyboard.pm_.c:278
+msgid "Right Alt key"
+msgstr "Desna Alt tipka"
+
+#: ../../keyboard.pm_.c:279
+msgid "Both Shift keys simultaneously"
+msgstr "Obje Shift tipke istovremeno"
+
+#: ../../keyboard.pm_.c:280
+msgid "Control and Shift keys simultaneously"
+msgstr "Control i Shift tipka istovremeno"
+
+#: ../../keyboard.pm_.c:281
+msgid "CapsLock key"
+msgstr "CapsLock tipka"
+
+#: ../../keyboard.pm_.c:282
+msgid "Ctrl and Alt keys simultaneously"
+msgstr "Ctrl i Alt tipke istovremeno"
+
+#: ../../keyboard.pm_.c:283
+msgid "Alt and Shift keys simultaneously"
+msgstr "Alt i Shift tipke istovremeno"
+
+#: ../../keyboard.pm_.c:284
+msgid "\"Menu\" key"
+msgstr "\"Meni\" tipka"
+
+#: ../../keyboard.pm_.c:285
+msgid "Left \"Windows\" key"
+msgstr "Lijeva \"Windows\" tipka"
+
+#: ../../keyboard.pm_.c:286
+msgid "Right \"Windows\" key"
+msgstr "Desna \"Windows\" tipka"
+
#: ../../loopback.pm_.c:32
#, c-format
msgid "Circular mounts %s\n"
msgstr "Kružno montiranje %s\n"
-#: ../../lvm.pm_.c:83
+#: ../../lvm.pm_.c:88
msgid "Remove the logical volumes first\n"
msgstr "Najprije ukloni logičke volumene\n"
+#: ../../modules.pm_.c:826
+msgid ""
+"PCMCIA support no longer exist for 2.2 kernels. Please use a 2.4 kernel."
+msgstr ""
+"PCMCIA podrška za 2.2 kernele više ne postoji. Molim koristite 2.4 kernel."
+
#: ../../mouse.pm_.c:25
msgid "Sun - Mouse"
msgstr "Sun - Mouse"
-#: ../../mouse.pm_.c:31
-msgid "Standard"
-msgstr "Standard"
-
#: ../../mouse.pm_.c:32
msgid "Logitech MouseMan+"
msgstr "Logitech MouseMan+"
@@ -5659,11 +6208,11 @@ msgstr "Opšti PS2 Miš sa kotačem"
msgid "GlidePoint"
msgstr "GlidePoint"
-#: ../../mouse.pm_.c:36 ../../mouse.pm_.c:62
+#: ../../mouse.pm_.c:36 ../../mouse.pm_.c:63
msgid "Kensington Thinking Mouse"
msgstr "Kensington Thinking Mouse"
-#: ../../mouse.pm_.c:37 ../../mouse.pm_.c:58
+#: ../../mouse.pm_.c:37 ../../mouse.pm_.c:59
msgid "Genius NetMouse"
msgstr "Genius NetMouse"
@@ -5671,111 +6220,111 @@ msgstr "Genius NetMouse"
msgid "Genius NetScroll"
msgstr "Genius NetScroll"
-#: ../../mouse.pm_.c:43 ../../mouse.pm_.c:67
+#: ../../mouse.pm_.c:43 ../../mouse.pm_.c:68
msgid "1 button"
msgstr "1 dugme"
-#: ../../mouse.pm_.c:44
+#: ../../mouse.pm_.c:44 ../../mouse.pm_.c:51
+msgid "Generic 2 Button Mouse"
+msgstr "Opšti miš sa 2 dugmeta"
+
+#: ../../mouse.pm_.c:45
msgid "Generic"
msgstr "Opšti"
-#: ../../mouse.pm_.c:45
+#: ../../mouse.pm_.c:46
msgid "Wheel"
msgstr "Kotač"
-#: ../../mouse.pm_.c:48
+#: ../../mouse.pm_.c:49
msgid "serial"
msgstr "serijski"
-#: ../../mouse.pm_.c:50
-msgid "Generic 2 Button Mouse"
-msgstr "Opšti miš sa 2 dugmeta"
-
-#: ../../mouse.pm_.c:51
+#: ../../mouse.pm_.c:52
msgid "Generic 3 Button Mouse"
msgstr "Opšti miš sa 3 dugmeta"
-#: ../../mouse.pm_.c:52
+#: ../../mouse.pm_.c:53
msgid "Microsoft IntelliMouse"
msgstr "Microsoft IntelliMouse"
-#: ../../mouse.pm_.c:53
+#: ../../mouse.pm_.c:54
msgid "Logitech MouseMan"
msgstr "Logitech MouseMan"
-#: ../../mouse.pm_.c:54
+#: ../../mouse.pm_.c:55
msgid "Mouse Systems"
msgstr "Mouse Systems"
-#: ../../mouse.pm_.c:56
+#: ../../mouse.pm_.c:57
msgid "Logitech CC Series"
msgstr "Logitech CC Series"
-#: ../../mouse.pm_.c:57
+#: ../../mouse.pm_.c:58
msgid "Logitech MouseMan+/FirstMouse+"
msgstr "Logitech MouseMan+/FirstMouse+"
-#: ../../mouse.pm_.c:59
+#: ../../mouse.pm_.c:60
msgid "MM Series"
msgstr "MM Series"
-#: ../../mouse.pm_.c:60
+#: ../../mouse.pm_.c:61
msgid "MM HitTablet"
msgstr "MM HitTablet"
-#: ../../mouse.pm_.c:61
+#: ../../mouse.pm_.c:62
msgid "Logitech Mouse (serial, old C7 type)"
msgstr "Logitech Mouse (serijski, stari C7 tip)"
-#: ../../mouse.pm_.c:65
+#: ../../mouse.pm_.c:66
msgid "busmouse"
msgstr "busmouse"
-#: ../../mouse.pm_.c:68
+#: ../../mouse.pm_.c:69
msgid "2 buttons"
msgstr "2 dugmeta"
-#: ../../mouse.pm_.c:69
+#: ../../mouse.pm_.c:70
msgid "3 buttons"
msgstr "3 dugmeta"
-#: ../../mouse.pm_.c:72
+#: ../../mouse.pm_.c:73
msgid "none"
msgstr "nijedan"
-#: ../../mouse.pm_.c:74
+#: ../../mouse.pm_.c:75
msgid "No mouse"
msgstr "Bez miša"
-#: ../../mouse.pm_.c:482
+#: ../../mouse.pm_.c:499
msgid "Please test the mouse"
msgstr "Molimo testirajte miš"
-#: ../../mouse.pm_.c:483
+#: ../../mouse.pm_.c:500
msgid "To activate the mouse,"
msgstr "Da biste aktivirali miša,"
-#: ../../mouse.pm_.c:484
+#: ../../mouse.pm_.c:501
msgid "MOVE YOUR WHEEL!"
msgstr "POMJERITE VAŠ KOTAČ!"
-#: ../../my_gtk.pm_.c:380
+#: ../../my_gtk.pm_.c:651
msgid "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
msgstr "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-2,*-r-*"
-#: ../../my_gtk.pm_.c:415
+#: ../../my_gtk.pm_.c:686
msgid "Finish"
msgstr "Kraj"
-#: ../../my_gtk.pm_.c:415
+#: ../../my_gtk.pm_.c:686 ../../printerdrake.pm_.c:1588
msgid "Next ->"
msgstr "Sljedeći ->"
-#: ../../my_gtk.pm_.c:416
+#: ../../my_gtk.pm_.c:687 ../../printerdrake.pm_.c:1586
msgid "<- Previous"
msgstr "<- Prethodni"
-#: ../../my_gtk.pm_.c:716
+#: ../../my_gtk.pm_.c:1019
msgid "Is this correct?"
msgstr "Da li je ovo ispravno?"
@@ -5825,7 +6374,7 @@ msgstr ""
"Nije pronađen ethernet mrežni adapter na vašem sistemu.\n"
"Ne mogu podesiti ovu vrstu konekcije."
-#: ../../network/ethernet.pm_.c:92 ../../standalone/drakgw_.c:233
+#: ../../network/ethernet.pm_.c:92 ../../standalone/drakgw_.c:252
msgid "Choose the network interface"
msgstr "Izaberite mrežni interface"
@@ -5839,7 +6388,7 @@ msgstr ""
msgid "no network card found"
msgstr "nije pronađena mrežna kartica"
-#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:350
+#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:360
msgid "Configuring network"
msgstr "Podešavam mrežu"
@@ -5855,15 +6404,15 @@ msgstr ""
"Naziv vašeg računara bi trebao biti puno-kvalifikovani naziv,\n"
"kao što je ``mojcomp.mojlab.mojafirma.com''."
-#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:355
+#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:365
msgid "Host name"
msgstr "Host name"
#: ../../network/isdn.pm_.c:21 ../../network/isdn.pm_.c:44
-#: ../../network/netconnect.pm_.c:91 ../../network/netconnect.pm_.c:105
-#: ../../network/netconnect.pm_.c:154 ../../network/netconnect.pm_.c:164
-#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:213
-#: ../../network/netconnect.pm_.c:221
+#: ../../network/netconnect.pm_.c:95 ../../network/netconnect.pm_.c:109
+#: ../../network/netconnect.pm_.c:164 ../../network/netconnect.pm_.c:175
+#: ../../network/netconnect.pm_.c:202 ../../network/netconnect.pm_.c:225
+#: ../../network/netconnect.pm_.c:233
msgid "Network Configuration Wizard"
msgstr "Čarobnjak za podešavanje mreže"
@@ -5909,13 +6458,13 @@ msgstr "Nova konfiguracija (isdn-light)"
msgid "Old configuration (isdn4net)"
msgstr "Stara konfiguracija (isdn4net)"
-#: ../../network/isdn.pm_.c:169 ../../network/isdn.pm_.c:187
-#: ../../network/isdn.pm_.c:197 ../../network/isdn.pm_.c:204
-#: ../../network/isdn.pm_.c:214
+#: ../../network/isdn.pm_.c:170 ../../network/isdn.pm_.c:188
+#: ../../network/isdn.pm_.c:198 ../../network/isdn.pm_.c:205
+#: ../../network/isdn.pm_.c:215
msgid "ISDN Configuration"
msgstr "Podešavanje ISDNa"
-#: ../../network/isdn.pm_.c:169
+#: ../../network/isdn.pm_.c:170
msgid ""
"Select your provider.\n"
" If it's not in the list, choose Unlisted"
@@ -5923,19 +6472,19 @@ msgstr ""
"Izaberite vašeg providera.\n"
" Ako nije na listi, izaberite Nije na listi"
-#: ../../network/isdn.pm_.c:182
+#: ../../network/isdn.pm_.c:183
msgid "Europe protocol"
msgstr "Evropski protokol"
-#: ../../network/isdn.pm_.c:182
+#: ../../network/isdn.pm_.c:183
msgid "Europe protocol (EDSS1)"
msgstr "Evropski protokol (EDSS1)"
-#: ../../network/isdn.pm_.c:184
+#: ../../network/isdn.pm_.c:185
msgid "Protocol for the rest of the world"
msgstr "Protokol za ostatak svijeta"
-#: ../../network/isdn.pm_.c:184
+#: ../../network/isdn.pm_.c:185
msgid ""
"Protocol for the rest of the world \n"
" no D-Channel (leased lines)"
@@ -5943,27 +6492,27 @@ msgstr ""
"Protokol za ostatak svijeta \n"
" bez D-kanala (iznajmljene linije)"
-#: ../../network/isdn.pm_.c:188
+#: ../../network/isdn.pm_.c:189
msgid "Which protocol do you want to use ?"
msgstr "Koji protokol želite koristiti?"
-#: ../../network/isdn.pm_.c:198
+#: ../../network/isdn.pm_.c:199
msgid "What kind of card do you have?"
msgstr "Koju vrstu kartice imate?"
-#: ../../network/isdn.pm_.c:199
+#: ../../network/isdn.pm_.c:200
msgid "I don't know"
msgstr "Ne znam"
-#: ../../network/isdn.pm_.c:199
+#: ../../network/isdn.pm_.c:200
msgid "ISA / PCMCIA"
msgstr "ISA / PCMCIA"
-#: ../../network/isdn.pm_.c:199
+#: ../../network/isdn.pm_.c:200
msgid "PCI"
msgstr "PCI"
-#: ../../network/isdn.pm_.c:205
+#: ../../network/isdn.pm_.c:206
msgid ""
"\n"
"If you have an ISA card, the values on the next screen should be right.\n"
@@ -5976,19 +6525,19 @@ msgstr ""
"\n"
"Ako imate PCMCIA karticu, moraćete znati IRQ i IO vaše kartice.\n"
-#: ../../network/isdn.pm_.c:209
+#: ../../network/isdn.pm_.c:210
msgid "Abort"
msgstr "Prekid"
-#: ../../network/isdn.pm_.c:209
+#: ../../network/isdn.pm_.c:210
msgid "Continue"
msgstr "Nastavak"
-#: ../../network/isdn.pm_.c:215
+#: ../../network/isdn.pm_.c:216
msgid "Which is your ISDN card ?"
msgstr "Koja je vaša ISDN kartica ?"
-#: ../../network/isdn.pm_.c:234
+#: ../../network/isdn.pm_.c:235
msgid ""
"I have detected an ISDN PCI Card, but I don't know the type. Please select "
"one PCI card on the next screen."
@@ -5996,61 +6545,61 @@ msgstr ""
"Otkrio sam neku ISDN PCI karticu, ali ne znam tip. Molimo izaberite neku PCI "
"karticu na idućem ekranu."
-#: ../../network/isdn.pm_.c:243
+#: ../../network/isdn.pm_.c:244
msgid "No ISDN PCI card found. Please select one on the next screen."
msgstr ""
"Nije pronađena nijedna ISDN PCI kartica. Molimo izaberite jednu na idućem "
"ekranu."
-#: ../../network/modem.pm_.c:37
+#: ../../network/modem.pm_.c:39
msgid "Please choose which serial port your modem is connected to."
msgstr "Molimo izaberite na koji serijski port je nakačen vaš modem."
-#: ../../network/modem.pm_.c:42
+#: ../../network/modem.pm_.c:44
msgid "Dialup options"
msgstr "Opcije dialupa"
-#: ../../network/modem.pm_.c:43 ../../standalone/draknet_.c:600
+#: ../../network/modem.pm_.c:45 ../../standalone/draknet_.c:622
msgid "Connection name"
msgstr "Naziv konekcije"
-#: ../../network/modem.pm_.c:44 ../../standalone/draknet_.c:601
+#: ../../network/modem.pm_.c:46 ../../standalone/draknet_.c:623
msgid "Phone number"
msgstr "Broj telefona"
-#: ../../network/modem.pm_.c:45 ../../standalone/draknet_.c:602
+#: ../../network/modem.pm_.c:47 ../../standalone/draknet_.c:624
msgid "Login ID"
msgstr "Login ID"
-#: ../../network/modem.pm_.c:47 ../../standalone/draknet_.c:604
+#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
msgid "CHAP"
msgstr "CHAP"
-#: ../../network/modem.pm_.c:47 ../../standalone/draknet_.c:604
+#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
msgid "PAP"
msgstr "PAP"
-#: ../../network/modem.pm_.c:47 ../../standalone/draknet_.c:604
+#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
msgid "Script-based"
msgstr "Skripta"
-#: ../../network/modem.pm_.c:47 ../../standalone/draknet_.c:604
+#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
msgid "Terminal-based"
msgstr "Terminal"
-#: ../../network/modem.pm_.c:48 ../../standalone/draknet_.c:605
+#: ../../network/modem.pm_.c:50 ../../standalone/draknet_.c:627
msgid "Domain name"
msgstr "Ime domena"
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:606
+#: ../../network/modem.pm_.c:51 ../../standalone/draknet_.c:628
msgid "First DNS Server (optional)"
msgstr "Prvi DNS server (opcionalno)"
-#: ../../network/modem.pm_.c:50 ../../standalone/draknet_.c:607
+#: ../../network/modem.pm_.c:52 ../../standalone/draknet_.c:629
msgid "Second DNS Server (optional)"
msgstr "Drugi DNS server (opcionalno)"
-#: ../../network/netconnect.pm_.c:33
+#: ../../network/netconnect.pm_.c:34
msgid ""
"\n"
"You can disconnect or reconfigure your connection."
@@ -6058,7 +6607,7 @@ msgstr ""
"\n"
"Možete se diskonektovati ili prekonfigurisati vašu konekciju."
-#: ../../network/netconnect.pm_.c:33 ../../network/netconnect.pm_.c:36
+#: ../../network/netconnect.pm_.c:34 ../../network/netconnect.pm_.c:37
msgid ""
"\n"
"You can reconfigure your connection."
@@ -6066,11 +6615,11 @@ msgstr ""
"\n"
"Možete prekonfigurisati vašu konekciju."
-#: ../../network/netconnect.pm_.c:33
+#: ../../network/netconnect.pm_.c:34
msgid "You are currently connected to internet."
msgstr "Trenutno ste spojeni na Internet."
-#: ../../network/netconnect.pm_.c:36
+#: ../../network/netconnect.pm_.c:37
msgid ""
"\n"
"You can connect to Internet or reconfigure your connection."
@@ -6078,32 +6627,32 @@ msgstr ""
"\n"
"Možete se spojiti na Internet ili prekonfigurisati vašu konekciju."
-#: ../../network/netconnect.pm_.c:36
+#: ../../network/netconnect.pm_.c:37
msgid "You are not currently connected to Internet."
msgstr "Trenutno niste konektovani na Internet."
-#: ../../network/netconnect.pm_.c:40
-msgid "Connect to Internet"
-msgstr "Spoji se na Internet"
+#: ../../network/netconnect.pm_.c:41
+msgid "Connect"
+msgstr "Konektuj me"
-#: ../../network/netconnect.pm_.c:42
-msgid "Disconnect from Internet"
-msgstr "Odspoji se sa Interneta"
+#: ../../network/netconnect.pm_.c:43
+msgid "Disconnect"
+msgstr "Prekini konekciju"
-#: ../../network/netconnect.pm_.c:44
-msgid "Configure network connection (LAN or Internet)"
-msgstr "Podesi mrežnu konekciju (LAN ili Internet)"
+#: ../../network/netconnect.pm_.c:45
+msgid "Configure the connection"
+msgstr "Podesi konekciju"
-#: ../../network/netconnect.pm_.c:47
+#: ../../network/netconnect.pm_.c:50
msgid "Internet connection & configuration"
msgstr "Internet konekcija & podešavanje"
-#: ../../network/netconnect.pm_.c:96
+#: ../../network/netconnect.pm_.c:100
#, c-format
msgid "We are now going to configure the %s connection."
msgstr "Sada ćemo podesiti konekciju %s."
-#: ../../network/netconnect.pm_.c:105
+#: ../../network/netconnect.pm_.c:109
#, c-format
msgid ""
"\n"
@@ -6122,12 +6671,12 @@ msgstr ""
"\n"
"Pritisnite OK za nastavak."
-#: ../../network/netconnect.pm_.c:129 ../../network/netconnect.pm_.c:243
-#: ../../network/netconnect.pm_.c:255 ../../network/tools.pm_.c:56
+#: ../../network/netconnect.pm_.c:138 ../../network/netconnect.pm_.c:252
+#: ../../network/netconnect.pm_.c:271 ../../network/tools.pm_.c:57
msgid "Network Configuration"
msgstr "Podešavanje mreže"
-#: ../../network/netconnect.pm_.c:130
+#: ../../network/netconnect.pm_.c:139
msgid ""
"Because you are doing a network installation, your network is already "
"configured.\n"
@@ -6138,7 +6687,7 @@ msgstr ""
"Kliknite na Ok da zadržite tu konfiguraciju ili Odustani za podešavanje vaše "
"Internet & Mrežne konekcije.\n"
-#: ../../network/netconnect.pm_.c:155
+#: ../../network/netconnect.pm_.c:165
msgid ""
"Welcome to The Network Configuration Wizard\n"
"\n"
@@ -6150,66 +6699,66 @@ msgstr ""
"Sada ćemo podesiti vašu internet/mrežnu konekciju.\n"
"Ako ne želite da koristite automatsko prepoznavanje, isključite opciju.\n"
-#: ../../network/netconnect.pm_.c:157
+#: ../../network/netconnect.pm_.c:167
msgid "Choose the profile to configure"
msgstr "Izaberite profil za podešavanje"
-#: ../../network/netconnect.pm_.c:158
+#: ../../network/netconnect.pm_.c:168
msgid "Use auto detection"
msgstr "Koristi auto prepoznavanje"
-#: ../../network/netconnect.pm_.c:164
+#: ../../network/netconnect.pm_.c:175
msgid "Detecting devices..."
msgstr "Prepoznajem uređaje..."
-#: ../../network/netconnect.pm_.c:175 ../../network/netconnect.pm_.c:184
+#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
msgid "Normal modem connection"
msgstr "Normalna modemska konekcija"
-#: ../../network/netconnect.pm_.c:175 ../../network/netconnect.pm_.c:184
+#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
#, c-format
msgid "detected on port %s"
msgstr "detektovan na portu %s"
-#: ../../network/netconnect.pm_.c:176 ../../network/netconnect.pm_.c:185
+#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
msgid "ISDN connection"
msgstr "ISDN konekcija"
-#: ../../network/netconnect.pm_.c:176 ../../network/netconnect.pm_.c:185
+#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
#, c-format
msgid "detected %s"
msgstr "detektovan %s"
-#: ../../network/netconnect.pm_.c:177 ../../network/netconnect.pm_.c:186
+#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
msgid "ADSL connection"
msgstr "ADSL konekcija"
-#: ../../network/netconnect.pm_.c:177 ../../network/netconnect.pm_.c:186
+#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
#, c-format
msgid "detected on interface %s"
msgstr "detektovan na interfejsu %s"
-#: ../../network/netconnect.pm_.c:178 ../../network/netconnect.pm_.c:187
+#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
msgid "Cable connection"
msgstr "Kablovska konekcija"
-#: ../../network/netconnect.pm_.c:178 ../../network/netconnect.pm_.c:187
+#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
msgid "cable connection detected"
msgstr "otkrivena kablovska konekcija"
-#: ../../network/netconnect.pm_.c:179 ../../network/netconnect.pm_.c:188
+#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
msgid "LAN connection"
msgstr "LAN konekcija"
-#: ../../network/netconnect.pm_.c:179 ../../network/netconnect.pm_.c:188
+#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
msgid "ethernet card(s) detected"
msgstr "prepoznata ethernet kartica(e)"
-#: ../../network/netconnect.pm_.c:190
+#: ../../network/netconnect.pm_.c:202
msgid "Choose the connection you want to configure"
msgstr "Izaberite konekciju koju želite podesiti"
-#: ../../network/netconnect.pm_.c:214
+#: ../../network/netconnect.pm_.c:226
msgid ""
"You have configured multiple ways to connect to the Internet.\n"
"Choose the one you want to use.\n"
@@ -6219,23 +6768,23 @@ msgstr ""
"Izaberite jedan od njih koji ćete koristiti.\n"
"\n"
-#: ../../network/netconnect.pm_.c:215
+#: ../../network/netconnect.pm_.c:227
msgid "Internet connection"
msgstr "Internet konekcija"
-#: ../../network/netconnect.pm_.c:221
+#: ../../network/netconnect.pm_.c:233
msgid "Do you want to start the connection at boot?"
msgstr "Da li želite pokrenuti konekciju prilikom boota?"
-#: ../../network/netconnect.pm_.c:239
+#: ../../network/netconnect.pm_.c:247
msgid "Network configuration"
msgstr "Podešavanje mreže"
-#: ../../network/netconnect.pm_.c:240
+#: ../../network/netconnect.pm_.c:248
msgid "The network needs to be restarted"
msgstr "Potrebno je restartovati mrežu"
-#: ../../network/netconnect.pm_.c:243
+#: ../../network/netconnect.pm_.c:252
#, c-format
msgid ""
"A problem occured while restarting the network: \n"
@@ -6246,25 +6795,35 @@ msgstr ""
"\n"
"%s"
-#: ../../network/netconnect.pm_.c:247
+#: ../../network/netconnect.pm_.c:261
msgid ""
-"Congratulations, the network and internet configuration is finished.\n"
-"\n"
+"Congratulations, the network and Internet configuration is finished.\n"
"The configuration will now be applied to your system.\n"
+"\n"
msgstr ""
"Čestitamo, podešavanje mreže i interneta je završeno.\n"
"\n"
"Sada će ova konfiguracija biti primjenjena na vaš sistem.\n"
-#: ../../network/netconnect.pm_.c:250
+#: ../../network/netconnect.pm_.c:265
msgid ""
-"After that is done, we recommend you to restart your X\n"
-"environnement to avoid hostname changing problem."
+"After this is done, we recommend that you restart your X environment to "
+"avoid any hostname-related problems."
msgstr ""
"Nakon što je to gotovo, preporučujemo da restartujete vaš X\n"
-"okoliš kako bi se izbjegao problem sa promjenom naziva mašine."
+"okoliš kako bi se izbjegao problem sa promjenom naziva računara."
-#: ../../network/network.pm_.c:283
+#: ../../network/netconnect.pm_.c:266
+msgid ""
+"Problems occured during configuration.\n"
+"Test your connection via net_monitor or mcc. If your connection doesn't "
+"work, you might want to relaunch the configuration"
+msgstr ""
+"Došlo je do problema prilikom podešavanja.\n"
+"Provjerite vašu konekciju pomoću net_monitor ili mcc. Ako vaša konekcija ne "
+"radi, možete ponovo pokrenuti podešavanje"
+
+#: ../../network/network.pm_.c:292
msgid ""
"WARNING: This device has been previously configured to connect to the "
"Internet.\n"
@@ -6275,48 +6834,48 @@ msgstr ""
"Samo prihvatite kako bi ovaj uređaj ostao podešen.\n"
"Izmjena polja ispod će prepisati ovu konfiguraciju."
-#: ../../network/network.pm_.c:288
+#: ../../network/network.pm_.c:297
msgid ""
"Please enter the IP configuration for this machine.\n"
"Each item should be entered as an IP address in dotted-decimal\n"
"notation (for example, 1.2.3.4)."
msgstr ""
-"Molimo unesite IP konfiguraciju za ovu mašinu.\n"
-"Svaka stavka bi trebala bitii unesena kao IP adresa u decimalnoj notaciji\n"
+"Molimo unesite IP konfiguraciju za ovaj računar.\n"
+"Svaka stavka bi trebala biti unesena kao IP adresa u decimalnoj notaciji\n"
"razdvojenoj tačkama (npr. 1.2.3.4)."
-#: ../../network/network.pm_.c:297 ../../network/network.pm_.c:298
+#: ../../network/network.pm_.c:306 ../../network/network.pm_.c:307
#, c-format
msgid "Configuring network device %s"
msgstr "Podešavam mrežni uređaj %s"
-#: ../../network/network.pm_.c:298
+#: ../../network/network.pm_.c:307
#, c-format
msgid " (driver %s)"
msgstr " (drajver %s)"
-#: ../../network/network.pm_.c:300 ../../standalone/draknet_.c:255
-#: ../../standalone/draknet_.c:461
+#: ../../network/network.pm_.c:309 ../../standalone/draknet_.c:232
+#: ../../standalone/draknet_.c:468
msgid "IP address"
msgstr "IP adresa"
-#: ../../network/network.pm_.c:301 ../../standalone/draknet_.c:462
+#: ../../network/network.pm_.c:310 ../../standalone/draknet_.c:469
msgid "Netmask"
msgstr "Netmask"
-#: ../../network/network.pm_.c:302
+#: ../../network/network.pm_.c:311
msgid "(bootp/dhcp)"
msgstr "(bootp/dhcp)"
-#: ../../network/network.pm_.c:302
+#: ../../network/network.pm_.c:311
msgid "Automatic IP"
msgstr "Automatska IP"
-#: ../../network/network.pm_.c:323 ../../printerdrake.pm_.c:406
+#: ../../network/network.pm_.c:332 ../../printerdrake.pm_.c:712
msgid "IP address should be in format 1.2.3.4"
msgstr "IP adresa treba biti u formatu 1.2.3.4"
-#: ../../network/network.pm_.c:351
+#: ../../network/network.pm_.c:361
msgid ""
"Please enter your host name.\n"
"Your host name should be a fully-qualified host name,\n"
@@ -6328,63 +6887,64 @@ msgstr ""
"kao što je ``mojcomp.mojlab.mojafirma.com''.\n"
"Možete također unijeti IP adresu gateway-a ako ga imate"
-#: ../../network/network.pm_.c:356
+#: ../../network/network.pm_.c:366
msgid "DNS server"
msgstr "DNS server"
-#: ../../network/network.pm_.c:357 ../../standalone/draknet_.c:599
-msgid "Gateway"
-msgstr "Gateway"
+#: ../../network/network.pm_.c:367
+#, c-format
+msgid "Gateway (e.g. %s)"
+msgstr "Gateway (tj. %s)"
-#: ../../network/network.pm_.c:359
+#: ../../network/network.pm_.c:369
msgid "Gateway device"
msgstr "Gateway uređaj"
-#: ../../network/network.pm_.c:371
+#: ../../network/network.pm_.c:381
msgid "Proxies configuration"
msgstr "Konfiguracija proxija"
-#: ../../network/network.pm_.c:372
+#: ../../network/network.pm_.c:382
msgid "HTTP proxy"
msgstr "HTTP proxy"
-#: ../../network/network.pm_.c:373
+#: ../../network/network.pm_.c:383
msgid "FTP proxy"
msgstr "FTP proxy"
-#: ../../network/network.pm_.c:374
+#: ../../network/network.pm_.c:384
msgid "Track network card id (usefull for laptops)"
msgstr "Otkrij id mrežne karte (korisno za laptope)"
-#: ../../network/network.pm_.c:377
+#: ../../network/network.pm_.c:387
msgid "Proxy should be http://..."
msgstr "Proxy treba biti http://..."
-#: ../../network/network.pm_.c:378
+#: ../../network/network.pm_.c:388
msgid "Proxy should be ftp://..."
msgstr "Proxy treba biti ftp://..."
-#: ../../network/tools.pm_.c:38
+#: ../../network/tools.pm_.c:39
msgid "Internet configuration"
msgstr "Internet konfiguracija"
-#: ../../network/tools.pm_.c:39
+#: ../../network/tools.pm_.c:40
msgid "Do you want to try to connect to the Internet now?"
msgstr "Da li se želite pokušati spojiti na Internet sada?"
-#: ../../network/tools.pm_.c:43 ../../standalone/draknet_.c:189
+#: ../../network/tools.pm_.c:44 ../../standalone/draknet_.c:197
msgid "Testing your connection..."
msgstr "Probavam vašu konekciju..."
-#: ../../network/tools.pm_.c:49 ../../standalone/draknet_.c:220
+#: ../../network/tools.pm_.c:50
msgid "The system is now connected to Internet."
msgstr "Sistem je sada spojen na Internet."
-#: ../../network/tools.pm_.c:50
+#: ../../network/tools.pm_.c:51
msgid "For Security reason, it will be disconnected now."
msgstr "Iz sigurnosnih razloga, sada će biti odspojen."
-#: ../../network/tools.pm_.c:51 ../../standalone/draknet_.c:220
+#: ../../network/tools.pm_.c:52
msgid ""
"The system doesn't seem to be connected to internet.\n"
"Try to reconfigure your connection."
@@ -6392,83 +6952,87 @@ msgstr ""
"Izgleda da sistem nije spojen na Internet.\n"
"Probajte promjeniti postavke vaše konekcije."
-#: ../../network/tools.pm_.c:75
+#: ../../network/tools.pm_.c:76
msgid "Connection Configuration"
msgstr "Podešavanje konekcije"
-#: ../../network/tools.pm_.c:76
+#: ../../network/tools.pm_.c:77
msgid "Please fill or check the field below"
msgstr "Molimo ispunite ili provjerite polje ispod"
-#: ../../network/tools.pm_.c:78 ../../standalone/draknet_.c:586
+#: ../../network/tools.pm_.c:79 ../../standalone/draknet_.c:608
msgid "Card IRQ"
msgstr "IRQ kartice"
-#: ../../network/tools.pm_.c:79 ../../standalone/draknet_.c:587
+#: ../../network/tools.pm_.c:80 ../../standalone/draknet_.c:609
msgid "Card mem (DMA)"
msgstr "Memorija kartice (DMA)"
-#: ../../network/tools.pm_.c:80 ../../standalone/draknet_.c:588
+#: ../../network/tools.pm_.c:81 ../../standalone/draknet_.c:610
msgid "Card IO"
msgstr "IO kartice"
-#: ../../network/tools.pm_.c:81 ../../standalone/draknet_.c:589
+#: ../../network/tools.pm_.c:82 ../../standalone/draknet_.c:611
msgid "Card IO_0"
msgstr "IO_0 kartice"
-#: ../../network/tools.pm_.c:82 ../../standalone/draknet_.c:590
+#: ../../network/tools.pm_.c:83 ../../standalone/draknet_.c:612
msgid "Card IO_1"
msgstr "IO_1 kartice"
-#: ../../network/tools.pm_.c:83 ../../standalone/draknet_.c:591
+#: ../../network/tools.pm_.c:84 ../../standalone/draknet_.c:613
msgid "Your personal phone number"
msgstr "Vaš lični broj telefona"
-#: ../../network/tools.pm_.c:84 ../../standalone/draknet_.c:592
+#: ../../network/tools.pm_.c:85 ../../standalone/draknet_.c:614
msgid "Provider name (ex provider.net)"
msgstr "Naziv provajdera (npr. provajder.net)"
-#: ../../network/tools.pm_.c:85 ../../standalone/draknet_.c:593
+#: ../../network/tools.pm_.c:86 ../../standalone/draknet_.c:615
msgid "Provider phone number"
msgstr "Broj telefona provajdera"
-#: ../../network/tools.pm_.c:86 ../../standalone/draknet_.c:594
+#: ../../network/tools.pm_.c:87 ../../standalone/draknet_.c:616
msgid "Provider dns 1 (optional)"
msgstr "Provider dns 1 (opcionalno)"
-#: ../../network/tools.pm_.c:87 ../../standalone/draknet_.c:595
+#: ../../network/tools.pm_.c:88 ../../standalone/draknet_.c:617
msgid "Provider dns 2 (optional)"
msgstr "Provider dns 2 (opcionalno)"
-#: ../../network/tools.pm_.c:88
+#: ../../network/tools.pm_.c:89
msgid "Choose your country"
msgstr "Izaberite vašu državu"
-#: ../../network/tools.pm_.c:89 ../../standalone/draknet_.c:598
+#: ../../network/tools.pm_.c:90 ../../standalone/draknet_.c:620
msgid "Dialing mode"
msgstr "Način biranja broja"
-#: ../../network/tools.pm_.c:90 ../../standalone/draknet_.c:610
+#: ../../network/tools.pm_.c:91 ../../standalone/draknet_.c:632
msgid "Connection speed"
msgstr "Brzina konekcije"
-#: ../../network/tools.pm_.c:91 ../../standalone/draknet_.c:611
+#: ../../network/tools.pm_.c:92 ../../standalone/draknet_.c:633
msgid "Connection timeout (in sec)"
msgstr "Timeout konekcije (u sek.)"
-#: ../../network/tools.pm_.c:92 ../../standalone/draknet_.c:596
+#: ../../network/tools.pm_.c:93 ../../standalone/draknet_.c:618
msgid "Account Login (user name)"
msgstr "Login naloga (korisničko ime)"
-#: ../../network/tools.pm_.c:93 ../../standalone/draknet_.c:597
+#: ../../network/tools.pm_.c:94 ../../standalone/draknet_.c:619
msgid "Account Password"
msgstr "Šifra naloga"
-#: ../../partition_table.pm_.c:622
+#: ../../partition_table.pm_.c:600
+msgid "mount failed: "
+msgstr "montiranje nije uspjelo: "
+
+#: ../../partition_table.pm_.c:664
msgid "Extended partition not supported on this platform"
msgstr "Extended particije nisu podržane na ovoj platformi"
-#: ../../partition_table.pm_.c:640
+#: ../../partition_table.pm_.c:682
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 "
@@ -6478,21 +7042,21 @@ msgstr ""
"Jedino rješenje je da pomjerite vaše primarne particija kako bi rupa bila "
"pored extended particija"
-#: ../../partition_table.pm_.c:744
+#: ../../partition_table.pm_.c:770
#, c-format
msgid "Restoring from file %s failed: %s"
msgstr "Povratak iz datoteke %s nije uspio: %s"
-#: ../../partition_table.pm_.c:746
+#: ../../partition_table.pm_.c:772
msgid "Bad backup file"
msgstr "Loša backup datoteka"
-#: ../../partition_table.pm_.c:768
+#: ../../partition_table.pm_.c:794
#, c-format
msgid "Error writing to file %s"
msgstr "Greška u pisanju datoteke: %s"
-#: ../../partition_table_raw.pm_.c:154
+#: ../../partition_table_raw.pm_.c:186
msgid ""
"Something bad is happening on your drive. \n"
"A test to check the integrity of data has failed. \n"
@@ -6538,7 +7102,7 @@ msgstr "LPD - Line Printer Daemon"
msgid "PDQ - Print, Don't Queue"
msgstr "PDQ - Print, Don't Queue"
-#: ../../printer.pm_.c:32
+#: ../../printer.pm_.c:32 ../../printer.pm_.c:871
msgid "CUPS"
msgstr "CUPS"
@@ -6554,59 +7118,136 @@ msgstr "LPD"
msgid "PDQ"
msgstr "PDQ"
-#: ../../printer.pm_.c:40
+#: ../../printer.pm_.c:47
msgid "Local printer"
msgstr "Lokalni štampač"
-#: ../../printer.pm_.c:41
+#: ../../printer.pm_.c:48
msgid "Remote printer"
msgstr "Udaljeni štampač"
-#: ../../printer.pm_.c:42
+#: ../../printer.pm_.c:49
msgid "Printer on remote CUPS server"
msgstr "Štampač na udaljenom CUPS serveru"
-#: ../../printer.pm_.c:43
+#: ../../printer.pm_.c:50 ../../printerdrake.pm_.c:734
msgid "Printer on remote lpd server"
msgstr "Štampač na udaljenom lpd serveru"
-#: ../../printer.pm_.c:44
-msgid "Network printer (socket)"
-msgstr "Mrežni štampač (socket)"
+#: ../../printer.pm_.c:51
+msgid "Network printer (TCP/Socket)"
+msgstr "Mrežni štampač (TCP/Socket)"
-#: ../../printer.pm_.c:45
+#: ../../printer.pm_.c:52
msgid "Printer on SMB/Windows 95/98/NT server"
msgstr "Štampač na SMB/Windows 95/98/NT serveru"
-#: ../../printer.pm_.c:46
+#: ../../printer.pm_.c:53
msgid "Printer on NetWare server"
msgstr "Štampač na NetWare serveru"
-#: ../../printer.pm_.c:47
+#: ../../printer.pm_.c:54 ../../printerdrake.pm_.c:738
msgid "Enter a printer device URI"
msgstr "Unesite URI uređaja štampača"
-#: ../../printer.pm_.c:48
+#: ../../printer.pm_.c:55
msgid "Pipe job into a command"
msgstr "Spoji zadatak na komandu"
-#: ../../printer.pm_.c:418 ../../printer.pm_.c:839
-#: ../../printerdrake.pm_.c:1227 ../../printerdrake.pm_.c:2023
+#: ../../printer.pm_.c:504 ../../printer.pm_.c:695 ../../printer.pm_.c:1017
+#: ../../printerdrake.pm_.c:1665 ../../printerdrake.pm_.c:2730
msgid "Unknown model"
msgstr "Nepoznat model"
-#: ../../printer.pm_.c:546 ../../printerdrake.pm_.c:790
+#: ../../printer.pm_.c:532
+msgid "Local Printers"
+msgstr "Lokalni štampači"
+
+#: ../../printer.pm_.c:534 ../../printer.pm_.c:872
+msgid "Remote Printers"
+msgstr "Udaljeni štampači"
+
+#: ../../printer.pm_.c:541 ../../printerdrake.pm_.c:248
+#, c-format
+msgid " on parallel port \\/*%s"
+msgstr " na paralelnom portu \\/*%s"
+
+#: ../../printer.pm_.c:544 ../../printerdrake.pm_.c:250
+#, c-format
+msgid ", USB printer \\/*%s"
+msgstr ", USB štampač \\/*%s"
+
+#: ../../printer.pm_.c:549
+#, c-format
+msgid ", multi-function device on parallel port \\/*%s"
+msgstr ", višenamjenski uređaj na paralelnom portu \\/*%s"
+
+#: ../../printer.pm_.c:552
+msgid ", multi-function device on USB"
+msgstr ", višenamjenski uređaj na USBu"
+
+#: ../../printer.pm_.c:554
+msgid ", multi-function device on HP JetDirect"
+msgstr ", višenamjenski uređaj na HP JetDirect"
+
+#: ../../printer.pm_.c:556
+msgid ", multi-function device"
+msgstr ", višenamjenski uređaj"
+
+#: ../../printer.pm_.c:559
+#, c-format
+msgid ", printing to %s"
+msgstr ", štampa u %s"
+
+#: ../../printer.pm_.c:561
+#, c-format
+msgid "on LPD server \"%s\", printer \"%s\""
+msgstr "na LPD serveru \"%s\", štampač \"%s\""
+
+#: ../../printer.pm_.c:563
+#, c-format
+msgid ", TCP/IP host \"%s\", port %s"
+msgstr ", TCP/IP host \"%s\", port %s"
+
+#: ../../printer.pm_.c:567
+#, c-format
+msgid "on Windows server \"%s\", share \"%s\""
+msgstr "na Windows serveru \"%s\", share \"%s\""
+
+#: ../../printer.pm_.c:571
+#, c-format
+msgid "on Novell server \"%s\", printer \"%s\""
+msgstr "na Novell serveru \"%s\", štampač \"%s\""
+
+#: ../../printer.pm_.c:573
+#, c-format
+msgid ", using command %s"
+msgstr ", koristeći komandu %s"
+
+#: ../../printer.pm_.c:692 ../../printerdrake.pm_.c:1136
msgid "Raw printer (No driver)"
msgstr "Sirovo štampanje (Bez drajvera)"
-#: ../../printer.pm_.c:693
+#: ../../printer.pm_.c:841
#, c-format
msgid "(on %s)"
msgstr "(na %s)"
-#: ../../printer.pm_.c:695
+#: ../../printer.pm_.c:843
msgid "(on this machine)"
-msgstr "(na ovoj mašini)"
+msgstr "(na ovom računaru)"
+
+#: ../../printer.pm_.c:868
+#, c-format
+msgid "On CUPS server \"%s\""
+msgstr "Na CUPS serveru \"%s\""
+
+#: ../../printer.pm_.c:874 ../../printerdrake.pm_.c:2391
+#: ../../printerdrake.pm_.c:2402 ../../printerdrake.pm_.c:2618
+#: ../../printerdrake.pm_.c:2670 ../../printerdrake.pm_.c:2697
+#: ../../printerdrake.pm_.c:2867 ../../printerdrake.pm_.c:2869
+msgid " (Default)"
+msgstr " (Default)"
#: ../../printerdrake.pm_.c:22
msgid "Select Printer Connection"
@@ -6619,277 +7260,539 @@ msgstr "Kako je štampač povezan na računar?"
#: ../../printerdrake.pm_.c:25
msgid ""
"\n"
-"Printers on remote CUPS servers you do not have to configure\n"
-"here; these printers will be automatically detected. Please\n"
-"select \"Printer on remote CUPS server\" in this case."
+"Printers on remote CUPS servers you do not have to configure here; these "
+"printers will be automatically detected."
msgstr ""
"\n"
"Ovdje ne morate podešavati štampače na udaljenim CUPS serverima;\n"
-"ovi štampači će biti automatski prepoznati. Molimo u ovom slučaju\n"
-"izaberite \"Štampač na udaljenom CUPS serveru\"."
-
-#: ../../printerdrake.pm_.c:84 ../../printerdrake.pm_.c:88
-#: ../../printerdrake.pm_.c:89 ../../printerdrake.pm_.c:159
-msgid "None"
-msgstr "Nijedan"
-
-#: ../../printerdrake.pm_.c:85 ../../printerdrake.pm_.c:160
-msgid "Choose a default printer!"
-msgstr "Izaberite default štampač!"
-
-#: ../../printerdrake.pm_.c:105
-msgid ""
-"With remote CUPS servers, you do not have to configure any \n"
-"printer here; CUPS servers inform your machine automatically\n"
-"about their printers. All printers known to your machine\n"
-"currently are listed in the \"Default printer\" field. Choose\n"
-"the default printer for your machine there and click the\n"
-"\"Apply/Re-read printers\" button. Click the same button to\n"
-"refresh the list (it can take up to 30 seconds after the start\n"
-"of CUPS until all remote printers are visible).\n"
-"When your CUPS server is in a different network, you have to \n"
-"give the CUPS server IP address and optionally the port number\n"
-"to get the printer information from the server, otherwise leave\n"
-"these fields blank."
-msgstr ""
-"Sa udaljenim CUPS serverom, ne morate podešavati nijedan\n"
-"štampač ovdje; CUPS serveri obavještavaju vašu mašinu automatski\n"
-"o svojim štampačima. Svi štampači koji su trenutno poznati vašoj\n"
-"mašini su izlistani u polju \"Podrazumjevani štampač\". Izaberite "
-"podrazumjevani\n"
-"štampač za vašu mašinu ovdje i kliknite na dugme \"Primjeni/Ponovo\n"
-"pročitaj štampače\". Kliknite na isto dugme za osvježavanje liste (može\n"
-"trajati do 30 sekundi nakon pokretanja CUPSa dok svi udaljeni štampači\n"
-"ne postanu vidljivi).\n"
-"Kada je vaš CUPS server u različitoj mreži, morate dati IP adresu CUPS\n"
-"servera i opcionalno broj porta kako bi se dobavile informacije o "
-"štampačima\n"
-"sa servera, inače ostavite ova polja praznim."
-
-#: ../../printerdrake.pm_.c:117
-msgid ""
-"\n"
-"Normally, CUPS is automatically configured according to your\n"
-"network environment, so that you can access the printers on the\n"
-"CUPS servers in your local network. If this does not work \n"
-"correctly, turn off \"Automatic CUPS configuration\" and edit\n"
-"your file /etc/cups/cupsd.conf manually. Do not forget to restart\n"
-"CUPS afterwards (command: \"service cups restart\")."
-msgstr ""
-"\n"
-"Normally, CUPS is automatically configured according to your\n"
-"network environment, so that you can access the printers on the\n"
-"CUPS servers in your local network. If this does not work \n"
-"correctly, turn off \"Automatic CUPS configuration\" and edit\n"
-"your file /etc/cups/cupsd.conf manually. Do not forget to restart\n"
-"CUPS afterwards (command: \"service cups restart\")."
-
-#: ../../printerdrake.pm_.c:124 ../../printerdrake.pm_.c:1290
-#: ../../printerdrake.pm_.c:1294 ../../printerdrake.pm_.c:1295
-#: ../../printerdrake.pm_.c:1296 ../../printerdrake.pm_.c:2011
-msgid "Close"
-msgstr "Zatvori"
+"ovi štampači će biti automatski prepoznati."
+
+#: ../../printerdrake.pm_.c:69 ../../printerdrake.pm_.c:2454
+msgid "CUPS configuration"
+msgstr "Podešavanje CUPSa"
-#: ../../printerdrake.pm_.c:125
-msgid "Apply/Re-read printers"
-msgstr "Primjeni/Ponovo pročitaj štampače"
+#: ../../printerdrake.pm_.c:70 ../../printerdrake.pm_.c:2455
+msgid "Specify CUPS server"
+msgstr "Navedite CUPS server"
-#: ../../printerdrake.pm_.c:129
+#: ../../printerdrake.pm_.c:71
+msgid ""
+"To get access to printers on remote CUPS servers in your local network you "
+"do not have to configure anything; the CUPS servers inform your machine "
+"automatically about their printers. All printers currently known to your "
+"machine are listed in the \"Remote printers\" section in the main window of "
+"Printerdrake. When your CUPS server is not in your local network, you have "
+"to enter the CUPS server IP address and optionally the port number to get "
+"the printer information from the server, otherwise leave these fields blank."
+msgstr ""
+"Da biste dobili pristup štampačima na udaljenim CUPS serverima u vašoj "
+"lokalnoj mreži, ne morate podešavati ništa; CUPS serveri automatski "
+"informišu vaš računar o svojim štampačima. Svi štampači koji su trenutno "
+"poznati vašem računaru su izlistani u odjeljku \"Udaljeni štampači\" glavnog "
+"prozora Printerdrake-a. Ako vaš CUPS server nije u lokalnoj mrežu, morate "
+"unijeti IP adresu CUPS servera i eventualno broj porta kako biste dobili "
+"informacije o štampačima sa servera, inače ostavite ova polja praznim."
+
+#: ../../printerdrake.pm_.c:72
+msgid ""
+"\n"
+"Normally, CUPS is automatically configured according to your network "
+"environment, so that you can access the printers on the CUPS servers in your "
+"local network. If this does not work correctly, turn off \"Automatic CUPS "
+"configuration\" and edit your file /etc/cups/cupsd.conf manually. Do not "
+"forget to restart CUPS afterwards (command: \"service cups restart\")."
+msgstr ""
+"\n"
+"Normally, CUPS is automatically configured according to your network "
+"environment, so that you can access the printers on the CUPS servers in your "
+"local network. If this does not work correctly, turn off \"Automatic CUPS "
+"configuration\" and edit your file /etc/cups/cupsd.conf manually. Do not "
+"forget to restart CUPS afterwards (command: \"service cups restart\")."
+
+#: ../../printerdrake.pm_.c:76
msgid "The IP address should look like 192.168.1.20"
msgstr "IP adresa treba biti u formatu 192.168.1.20"
-#: ../../printerdrake.pm_.c:134 ../../printerdrake.pm_.c:541
+#: ../../printerdrake.pm_.c:80 ../../printerdrake.pm_.c:862
msgid "The port number should be an integer!"
msgstr "Broj porta treba biti cijeli broj!"
-#: ../../printerdrake.pm_.c:141 ../../printerdrake.pm_.c:2095
-msgid "Default printer"
-msgstr "Podrazumjevani štampač"
-
-#: ../../printerdrake.pm_.c:146
+#: ../../printerdrake.pm_.c:87
msgid "CUPS server IP"
msgstr "IP CUPS servera"
-#: ../../printerdrake.pm_.c:147 ../../printerdrake.pm_.c:534
+#: ../../printerdrake.pm_.c:88 ../../printerdrake.pm_.c:855
msgid "Port"
msgstr "Port"
-#: ../../printerdrake.pm_.c:149
+#: ../../printerdrake.pm_.c:90
msgid "Automatic CUPS configuration"
msgstr "Automatska konfiguracija CUPSa"
-#: ../../printerdrake.pm_.c:217
+#: ../../printerdrake.pm_.c:145 ../../standalone/scannerdrake_.c:42
msgid "Detecting devices ..."
msgstr "Prepoznajem uređaje ..."
-#: ../../printerdrake.pm_.c:217
+#: ../../printerdrake.pm_.c:145 ../../standalone/scannerdrake_.c:42
msgid "Test ports"
msgstr "Testiraj portove"
-#: ../../printerdrake.pm_.c:238
-#, c-format
-msgid "A printer, model \"%s\", has been detected on "
-msgstr "Štampač, model \"%s\", je pronađen na"
+#: ../../printerdrake.pm_.c:167 ../../printerdrake.pm_.c:2437
+#: ../../printerdrake.pm_.c:2556
+msgid "Add a new printer"
+msgstr "Dodaj novi štampač"
+
+#: ../../printerdrake.pm_.c:168
+msgid ""
+"\n"
+"Welcome to the Printer Setup Wizard\n"
+"\n"
+"This wizard allows you to install local or remote printers to be used from "
+"this machine and also from other machines in the network.\n"
+"\n"
+"It asks you for all necessary information to set up the printer and gives "
+"you access to all available printer drivers, driver options, and printer "
+"connection types."
+msgstr ""
+"\n"
+"Dobro došli u Čarobnjak za podešavanje štampača\n"
+"\n"
+"Ovaj čarobnjak vam omogućuje da instalirate lokalne ili udaljene štampače "
+"koji će biti korišteni sa ovog računara, a također i sa drugih računara na "
+"mreži.\n"
+"\n"
+"On će od vas tražiti sve potrebne informacije kako bi štampač bio podešen, a "
+"vama omogućen pristup svim dostupnim drajverima, opcijama drajvera i vrstama "
+"konekcije štampača."
+
+#: ../../printerdrake.pm_.c:176 ../../printerdrake.pm_.c:203
+#: ../../printerdrake.pm_.c:378 ../../printerdrake.pm_.c:393
+#: ../../printerdrake.pm_.c:403 ../../printerdrake.pm_.c:466
+msgid "Local Printer"
+msgstr "Lokalni štampač"
+
+#: ../../printerdrake.pm_.c:177
+msgid ""
+"\n"
+"Welcome to the Printer Setup Wizard\n"
+"\n"
+"This wizard will help you to install your printer(s) connected to this "
+"computer.\n"
+"\n"
+"Please plug in your printer(s) on this computer and turn it/them on. Click "
+"on \"Next\" when you are ready, and on \"Cancel\" when you do not want to "
+"set up your printer(s) now.\n"
+"\n"
+"Note that some computers can crash during the printer auto-detection, turn "
+"off \"Auto-detect printers\" to do a printer installation without auto-"
+"detection. Use the \"Expert Mode\" of printerdrake when you want to set up "
+"printing on a remote printer if printerdrake does not list it automatically."
+msgstr ""
+"\n"
+"Dobro došli u Čarobnjak za podešavanje štampača\n"
+"\n"
+"Ovaj čarobnjak će vam pomoći da instalirate vaš(e) štampač(e) koji su "
+"povezani na ovaj računar.\n"
+"\n"
+"Molim uključite štampač(e) na ovom računaru i uključite ih. Kliknite na "
+"dugme \"Dalje\" kada budete spremni, a na \"Odustani\" ako ne želite da "
+"podesite vaše štampače sada.\n"
+"\n"
+"Obratite pažnju da neki računari mogu krahirati tokom automatskog "
+"prepoznavanja štampača. Isključite opciju \"Automatski prepoznaj štampače\" "
+"ako je ovo slučaj kod vas. Koristite \"Ekspertni mod\" printerdrake-a ako "
+"želite da podesite štampanje na udaljenom štampaču a printerdrake ga ne "
+"izlista automatski."
+
+#: ../../printerdrake.pm_.c:186
+msgid "Auto-detect printers"
+msgstr "Automatski prepoznaj štampače"
-#: ../../printerdrake.pm_.c:255
-msgid "Local Printer Device"
-msgstr "Lokalni uređaj štampača"
+#: ../../printerdrake.pm_.c:204
+msgid ""
+"\n"
+"Congratulations, your printer is now installed and configured!\n"
+"\n"
+"You can print using the \"Print\" command of your application (usually in "
+"the \"File\" menu).\n"
+"\n"
+"If you want to add, remove, or rename a printer, or if you want to change "
+"the default option settings (paper input tray, printout quality, ...), "
+"select \"Printer\" in the \"Hardware\" section of the Mandrake Control "
+"Center."
+msgstr ""
+"\n"
+"Čestitamo, vaš štampač je sada instaliran i podešen!\n"
+"\n"
+"Možete štampati koristeći komandu \"Štampaj\" u vašoj aplikaciji (obično se "
+"nalazi u meniju \"Datoteka).\n"
+"\n"
+"Ako želite dodati, ukloniti ili promjeniti ime štampača, ili ako želite "
+"promjeniti neke podrazumjevane postavke (ulazni put papira, kvaliteta "
+"štampe...), izaberite opciju \"Štampač\" u \"Hardware\" sekciji Mandrake "
+"Kontrolnog centra."
+
+#: ../../printerdrake.pm_.c:223
+msgid "Auto-Detection of Printers"
+msgstr "Automatsko prepoznavanje štampača"
+
+#: ../../printerdrake.pm_.c:224
+msgid ""
+"Printerdrake is able to auto-detect your locally connected parallel and USB "
+"printers for you, but note that on some systems the auto-detection CAN "
+"FREEZE YOUR SYSTEM AND THIS CAN LEAD TO CORRUPTED FILE SYSTEMS! So do it ON "
+"YOUR OWN RISK!\n"
+"\n"
+"Do you really want to get your printers auto-detected?"
+msgstr ""
+"Printerdrake može automatski prepoznati štampače koji su spojeni lokalno "
+"putem paralelne ili USB veze, ali zapamtite da na nekim sistemima automatsko "
+"prepoznavanje MOŽE ZALEDITI VAŠ SISTEM, ŠTO MOŽE VODITI DO OŠTEČENJA "
+"DATOTEČNIH SISTEMA! Zato ovo radite NA VAŠU ODGOVORNOST!\n"
+"\n"
+"Da li zaista želite da vaši štampači budu prepoznati automatski?"
+
+#: ../../printerdrake.pm_.c:227 ../../printerdrake.pm_.c:229
+#: ../../printerdrake.pm_.c:230
+msgid "Do auto-detection"
+msgstr "Koristi auto prepoznavanje"
+
+#: ../../printerdrake.pm_.c:228
+msgid "Set up printer manually"
+msgstr "Ručno podesite štampač"
#: ../../printerdrake.pm_.c:256
+#, c-format
+msgid "Detected %s"
+msgstr "Detektovan %s"
+
+#: ../../printerdrake.pm_.c:260 ../../printerdrake.pm_.c:287
+#: ../../printerdrake.pm_.c:306
+#, c-format
+msgid "Printer on parallel port \\/*%s"
+msgstr "Štampač na paralelnom portu \\/*%s"
+
+#: ../../printerdrake.pm_.c:262 ../../printerdrake.pm_.c:289
+#: ../../printerdrake.pm_.c:311
+#, c-format
+msgid "USB printer \\/*%s"
+msgstr "USB štampač \\/*%s"
+
+#: ../../printerdrake.pm_.c:379
+msgid ""
+"No local printer found! To manually install a printer enter a device name/"
+"file name in the input line (Parallel Ports: /dev/lp0, /dev/lp1, ..., "
+"equivalent to LPT1:, LPT2:, ..., 1st USB printer: /dev/usb/lp0, 2nd USB "
+"printer: /dev/usb/lp1, ...)."
+msgstr ""
+"Nije pronađen nijedan lokalni štampač! Ako želite ručno instalirati štampač, "
+"unesite ime uređaja / ime datoteke na ulaznu liniju (Paralelni portovi: /dev/"
+"lp0, /dev/lp1, ..., ekvivalentno LPT1:, LPT2:, ..., prvi USB štampač: /dev/"
+"usb/lp0, drugi USB štampač: /dev/usb/lp1, ...)."
+
+#: ../../printerdrake.pm_.c:383
+msgid "You must enter a device or file name!"
+msgstr "Morate unijeti naziv uređaja ili datoteke!"
+
+#: ../../printerdrake.pm_.c:394
+msgid ""
+"No local printer found!\n"
+"\n"
+msgstr ""
+"Nije pronađen nijedan lokalni štampač!\n"
+"\n"
+
+#: ../../printerdrake.pm_.c:395
+msgid ""
+"Network printers can only be installed after the installation. Choose "
+"\"Hardware\" and then \"Printer\" in the Mandrake Control Center."
+msgstr ""
+"Mrežni štampači mogu biti instalirani samo nakon završetka instalacije. "
+"Izaberite \"Hardware\" i zatim \"Štampač\" u Mandrake Kontrolnom centru."
+
+#: ../../printerdrake.pm_.c:396
+msgid ""
+"To install network printers, click \"Cancel\", switch to the \"Expert Mode"
+"\", and click \"Add a new printer\" again."
+msgstr ""
+"Da instalirate mrežne štampače, kliknite na \"Odustani\", prebacite na "
+"\"Ekspert mod\" i kliknite ponovo na \"Dodaj novi štampač\"."
+
+#: ../../printerdrake.pm_.c:407
+msgid ""
+"The following printer was auto-detected, if it is not the one you want to "
+"configure, enter a device name/file name in the input line"
+msgstr ""
+"Sljedeći štampač je prepoznat automatski: ako to nije onaj koji želite "
+"podesiti, uneiste naziv uređaja / naziv datoteke u ulaznu liniju"
+
+#: ../../printerdrake.pm_.c:408
+msgid ""
+"Here is a list of all auto-detected printers. Please choose the printer you "
+"want to set up or enter a device name/file name in the input line"
+msgstr ""
+"Ovo je lista svih automatski prepoznatih štampača. Molimo izaberite štampač "
+"koji želite podesiti ili unesite naziv uređaja / naziv datoteke na ulaznu "
+"liniju"
+
+#: ../../printerdrake.pm_.c:410
+msgid ""
+"The following printer was auto-detected. The configuration of the printer "
+"will work fully automatically. If your printer was not correctly detected or "
+"if you prefer a customized printer configuration, turn on \"Manual "
+"configuration\"."
+msgstr ""
+"Sljedeći štampač je prepoznat automatski. Podešavanje štampača će raditi "
+"potpuno automatski. Ako vaš štampač nije ispravno prepoznat ili ako želite "
+"sami podesiti štampač, uključite \"Ručno podešavanje\"."
+
+#: ../../printerdrake.pm_.c:411
+msgid ""
+"Here is a list of all auto-detected printers. Please choose the printer you "
+"want to set up. The configuration of the printer will work fully "
+"automatically. If your printer was not correctly detected or if you prefer a "
+"customized printer configuration, turn on \"Manual configuration\"."
+msgstr ""
+"Ovo je lista svih automatski prepoznatih štampača. Molim odaberite štampač "
+"koji želite podesiti. Podešavanje štampača će raditi potpuno automatski. Ako "
+"vaš štampač nije ispravno prepoznat ili ako želite sami podesiti štampač, "
+"uključite \"Ručno podešavanje\"."
+
+#: ../../printerdrake.pm_.c:413
+msgid ""
+"Please choose the port where your printer is connected to or enter a device "
+"name/file name in the input line"
+msgstr ""
+"Molimo izaberite port na koji je vaš štampač povezan ili unesite naziv "
+"uređaja / naziv datoteke na ulaznoj liniji"
+
+#: ../../printerdrake.pm_.c:414
+msgid "Please choose the port where your printer is connected to."
+msgstr "Molimo izaberite na koji port je priključen vaš štampač."
+
+#: ../../printerdrake.pm_.c:416
+msgid ""
+" (Parallel Ports: /dev/lp0, /dev/lp1, ..., equivalent to LPT1:, LPT2:, ..., "
+"1st USB printer: /dev/usb/lp0, 2nd USB printer: /dev/usb/lp1, ...)."
+msgstr ""
+" (Paralelni portovi: /dev/lp0, /dev/lp1, ..., ekvivalentno sa LPT1:, "
+"LPT2:, ..., prvi USB štampač: /dev/usb/lp0, drugi USB štampač: /dev/usb/"
+"lp1, ...)."
+
+#: ../../printerdrake.pm_.c:421
+msgid "You must choose/enter a printer/device!"
+msgstr "Morate izabrati ili unijeti štampač / uređaj!"
+
+#: ../../printerdrake.pm_.c:441
+msgid "Manual configuration"
+msgstr "Ručno podešavanje"
+
+#: ../../printerdrake.pm_.c:467
msgid ""
-"What device is your printer connected to \n"
-"(note that /dev/lp0 is equivalent to LPT1:)?\n"
+"Is your printer a multi-function device from HP (OfficeJet, PSC, PhotoSmart, "
+"LaserJet 1100/1200/1220/3200/3300 with scanner)?"
msgstr ""
-"Na koji uređaj je vaš štampač priključen \n"
-"(/dev/lp0 je ekvivalentno LPT1:)?\n"
+"Da li je vaš štampač višenamjenski uređaj od HPa (OfficeJet, PSC, "
+"PhotoSmart, LaserJet 1100/1200/1220/3200/3300 sa skenerom)?"
-#: ../../printerdrake.pm_.c:258
-msgid "Printer Device"
-msgstr "Uređaj štampača"
+#: ../../printerdrake.pm_.c:482
+msgid "Installing HPOJ package..."
+msgstr "Instaliram HPOJ paket..."
-#: ../../printerdrake.pm_.c:261
-msgid "Device/file name missing!"
-msgstr "Ime datoteke/uređaja nedostaje!"
+#: ../../printerdrake.pm_.c:487
+msgid "Checking device and configuring HPOJ ..."
+msgstr "Provjeravam uređaj i podešavam HPOJ ..."
-#: ../../printerdrake.pm_.c:274 ../../printerdrake.pm_.c:698
-#: ../../printerdrake.pm_.c:786
+#: ../../printerdrake.pm_.c:505
+msgid "Installing SANE package..."
+msgstr "Instaliram SANE paket..."
+
+#: ../../printerdrake.pm_.c:517
+msgid "Scanning on your HP multi-function device"
+msgstr "Skeniram na vašem HP višenamjenskom uređaju"
+
+#: ../../printerdrake.pm_.c:534
+msgid "Making printer port available for CUPS ..."
+msgstr "Omogućujem CUPSu port štampača ..."
+
+#: ../../printerdrake.pm_.c:544 ../../printerdrake.pm_.c:1018
+#: ../../printerdrake.pm_.c:1132
msgid "Reading printer database ..."
msgstr "Čitam bazu podataka o štampačima ..."
-#: ../../printerdrake.pm_.c:312
+#: ../../printerdrake.pm_.c:624
msgid "Remote lpd Printer Options"
msgstr "Opcije udaljenog lpd štampača"
-#: ../../printerdrake.pm_.c:313
+#: ../../printerdrake.pm_.c:625
msgid ""
-"To use a remote lpd printer, you need to supply\n"
-"the hostname of the printer server and the printer name\n"
-"on that server."
+"To use a remote lpd printer, you need to supply the hostname of the printer "
+"server and the printer name on that server."
msgstr ""
-"Da biste udaljeni lpd štampač, morate dati ime računara za\n"
-"printer server i ime štampača na tom serveru."
+"Da biste koristili udaljeni lpd štampač, morate dati ime računara za printer "
+"server i ime štampača na tom serveru."
-#: ../../printerdrake.pm_.c:316
+#: ../../printerdrake.pm_.c:626
msgid "Remote host name"
msgstr "Ime udaljenog računara"
-#: ../../printerdrake.pm_.c:317
+#: ../../printerdrake.pm_.c:627
msgid "Remote printer name"
msgstr "Ime udaljenog štampača"
-#: ../../printerdrake.pm_.c:320
+#: ../../printerdrake.pm_.c:630
msgid "Remote host name missing!"
msgstr "Ime udaljenog računara nedostaje!"
-#: ../../printerdrake.pm_.c:324
+#: ../../printerdrake.pm_.c:634
msgid "Remote printer name missing!"
msgstr "Ime udaljenog štampača nedostaje!"
-#: ../../printerdrake.pm_.c:392
+#: ../../printerdrake.pm_.c:702
msgid "SMB (Windows 9x/NT) Printer Options"
msgstr "Opcije SMB (Windows 9x/NT) štampača"
-#: ../../printerdrake.pm_.c:393
+#: ../../printerdrake.pm_.c:703
msgid ""
-"To print to a SMB printer, you need to provide the\n"
-"SMB host name (Note! It may be different from its\n"
-"TCP/IP hostname!) and possibly the IP address of the print server, as\n"
-"well as the share name for the printer you wish to access and any\n"
-"applicable user name, password, and workgroup information."
+"To print to a SMB printer, you need to provide the SMB host name (Note! It "
+"may be different from its TCP/IP hostname!) and possibly the IP address of "
+"the print server, as well as the share name for the printer you wish to "
+"access and any applicable user name, password, and workgroup information."
msgstr ""
-"Da biste štampali na SMB štampač, morate dati\n"
-"ime SMB računara (Pažnja! Ono može biti različito od\n"
-"TCP/IP imena!) i eventualno IP adresu print servera, kao i\n"
-"share naziv štampača kojem želite pristupiti i korisničko ime,\n"
-"šifru i informacije o radnoj grupi."
+"Da biste štampali na SMB štampač, morate dati ime SMB računara (Pažnja! Ono "
+"može biti različito od TCP/IP imena!) i eventualno IP adresu print servera, "
+"kao i share naziv štampača kojem želite pristupiti i korisničko ime, šifru i "
+"informacije o radnoj grupi."
-#: ../../printerdrake.pm_.c:398
+#: ../../printerdrake.pm_.c:704
msgid "SMB server host"
msgstr "SMB server ime"
-#: ../../printerdrake.pm_.c:399
+#: ../../printerdrake.pm_.c:705
msgid "SMB server IP"
msgstr "SMB server IP"
-#: ../../printerdrake.pm_.c:400
+#: ../../printerdrake.pm_.c:706
msgid "Share name"
msgstr "Share naziv"
-#: ../../printerdrake.pm_.c:403
+#: ../../printerdrake.pm_.c:709
msgid "Workgroup"
msgstr "Radna grupa"
-#: ../../printerdrake.pm_.c:410
+#: ../../printerdrake.pm_.c:716
msgid "Either the server name or the server's IP must be given!"
msgstr "Treba biti dato ili ime servera ili IP adresa servera!"
-#: ../../printerdrake.pm_.c:414
+#: ../../printerdrake.pm_.c:720
msgid "Samba share name missing!"
msgstr "Naziv samba share-a nedostaje!"
-#: ../../printerdrake.pm_.c:473
+#: ../../printerdrake.pm_.c:725
+msgid "SECURITY WARNING!"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:726
+#, c-format
+msgid ""
+"You are about to set up printing to a Windows account with password. Due to "
+"a fault in the architecture of the Samba client software the password is put "
+"in clear text into the command line of the Samba client used to transmit the "
+"print job to the Windows server. So it is possible for every user on this "
+"machine to display the password on the screen by issuing commands as \"ps "
+"auxwww\".\n"
+"\n"
+"We recommend to make use of one of the following alternatives (in all cases "
+"you have to make sure that only machines from your local network have access "
+"to your Windows server, for example by means of a firewall):\n"
+"\n"
+"Use a password-less account on your Windows server, as the \"GUEST\" account "
+"or a special account dedicated for printing. Do not remove the password "
+"protection from a personal account or the administrator account.\n"
+"\n"
+"Set up your Windows server to make the printer available under the LPD "
+"protocol. Then set up printing from this machine with the \"%s\" connection "
+"type in Printerdrake.\n"
+"\n"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:736
+#, c-format
+msgid ""
+"Set up your Windows server to make the printer available under the IPP "
+"protocol and set up printing from this machine with the \"%s\" connection "
+"type in Printerdrake.\n"
+"\n"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:739
+msgid ""
+"Connect your printer to a Linux server and let your Windows machine(s) "
+"connect to it as a client.\n"
+"\n"
+"Do you really want to continue setting up this printer as you are doing now?"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:801
msgid "NetWare Printer Options"
msgstr "Opcije NetWare štampača"
-#: ../../printerdrake.pm_.c:474
+#: ../../printerdrake.pm_.c:802
msgid ""
-"To print on a NetWare printer, you need to provide the\n"
-"NetWare print server name (Note! it may be different from its\n"
-"TCP/IP hostname!) as well as the print queue name for the printer you\n"
-"wish to access and any applicable user name and password."
+"To print on a NetWare printer, you need to provide the NetWare print server "
+"name (Note! it may be different from its TCP/IP hostname!) as well as the "
+"print queue name for the printer you wish to access and any applicable user "
+"name and password."
msgstr ""
-"Da biste štampali na NetWare štampač, trebate dati\n"
-"naziv NetWare print servera (Pažnja! Ono može biti različito od\n"
-"njegovog TCP/IP imena!) kao i naziv reda za štampu na štampaču\n"
-"kojem želite pristupiti i eventualno korisničko ime i šifru."
+"Da biste štampali na NetWare štampač, trebate dati naziv NetWare print "
+"servera (Pažnja! Ono može biti različito od njegovog TCP/IP imena!) kao i "
+"naziv reda za štampu na štampaču kojem želite pristupiti i eventualno "
+"korisničko ime i šifru."
-#: ../../printerdrake.pm_.c:478
+#: ../../printerdrake.pm_.c:803
msgid "Printer Server"
msgstr "Printer Server"
-#: ../../printerdrake.pm_.c:479
+#: ../../printerdrake.pm_.c:804
msgid "Print Queue Name"
msgstr "Naziv reda za štampu"
-#: ../../printerdrake.pm_.c:484
+#: ../../printerdrake.pm_.c:809
msgid "NCP server name missing!"
msgstr "NCP naziv servera nedostaje!"
-#: ../../printerdrake.pm_.c:488
+#: ../../printerdrake.pm_.c:813
msgid "NCP queue name missing!"
msgstr "NCP naziv reda nedostaje!"
-#: ../../printerdrake.pm_.c:527
-msgid "Socket Printer Options"
-msgstr "Opcije socket štampača"
+#: ../../printerdrake.pm_.c:852
+msgid "TCP/Socket Printer Options"
+msgstr "TCP/socket opcije štampača"
-#: ../../printerdrake.pm_.c:528
+#: ../../printerdrake.pm_.c:853
msgid ""
-"To print to a socket printer, you need to provide the\n"
-"host name of the printer and optionally the port number.\n"
-"On HP JetDirect servers the port number is usually 9100,\n"
-"on other servers it can vary. See the manual of your\n"
+"To print to a TCP or socket printer, you need to provide the host name of "
+"the printer and optionally the port number. On HP JetDirect servers the port "
+"number is usually 9100, on other servers it can vary. See the manual of your "
"hardware."
msgstr ""
-"Da biste štampali na socket štampač, morate dati\n"
-"hostname štampača i opcionalno broj porta.\n"
-"Na HP JetDirect serverima broj porta je obično 9100,\n"
-"na ostalim serverima on može varirati. Pogledajte\n"
-"priručnik vašeg hardware-a."
+"Da biste štampali na TCP ili socket štampač, morate dati hostname štampača i "
+"opcionalno broj porta. Na HP JetDirect serverima broj porta je obično 9100, "
+"na ostalim serverima on može varirati. Pogledajte priručnik vašeg hardware-a."
-#: ../../printerdrake.pm_.c:533
+#: ../../printerdrake.pm_.c:854
msgid "Printer host name"
msgstr "Hostname štampača"
-#: ../../printerdrake.pm_.c:537
+#: ../../printerdrake.pm_.c:858
msgid "Printer host name missing!"
msgstr "Hostname štampača nedostaje!"
-#: ../../printerdrake.pm_.c:566 ../../printerdrake.pm_.c:568
+#: ../../printerdrake.pm_.c:887 ../../printerdrake.pm_.c:889
msgid "Printer Device URI"
msgstr "URI uređaja štampača"
-#: ../../printerdrake.pm_.c:567
+#: ../../printerdrake.pm_.c:888
msgid ""
"You can specify directly the URI to access the printer. The URI must fulfill "
"either the CUPS or the Foomatic specifications. Note that not all URI types "
@@ -6899,140 +7802,192 @@ msgstr ""
"CUPS ili Foomatic specifikacije. Obratite pažnju da nisu svi tipovi URIja "
"podržani od svih spoolera."
-#: ../../printerdrake.pm_.c:582
+#: ../../printerdrake.pm_.c:903
msgid "A valid URI must be entered!"
msgstr "Trebate unijeti ispravan URI!"
-#: ../../printerdrake.pm_.c:682
+#: ../../printerdrake.pm_.c:1004
msgid ""
-"Every printer needs a name (for example lp).\n"
-"The Description and Location fields do not need \n"
-"to be filled in. They are comments for the users."
+"Every printer needs a name (for example \"printer\"). The Description and "
+"Location fields do not need to be filled in. They are comments for the users."
msgstr ""
-"Svakom štampaču treba dati ime (npr. lp).\n"
-"Polja Opis i Lokacija nije potrebno popuniti.\n"
-"Oni su komentari za korisnike."
+"Svakom štampaču treba dati ime (npr. \"stampac\"). Polja Opis i Lokacija "
+"nije potrebno popuniti. Oni su komentari za korisnike."
-#: ../../printerdrake.pm_.c:685
+#: ../../printerdrake.pm_.c:1005
msgid "Name of printer"
msgstr "Naziv štampača"
-#: ../../printerdrake.pm_.c:686
+#: ../../printerdrake.pm_.c:1006
msgid "Description"
msgstr "Opis"
-#: ../../printerdrake.pm_.c:687
+#: ../../printerdrake.pm_.c:1007
msgid "Location"
msgstr "Lokacija"
-#: ../../printerdrake.pm_.c:701
+#: ../../printerdrake.pm_.c:1021
msgid "Preparing printer database ..."
msgstr "Pripremam bazu podataka o štampačima..."
-#: ../../printerdrake.pm_.c:793
+#: ../../printerdrake.pm_.c:1112
+msgid "Your printer model"
+msgstr "Model vašeg štampača"
+
+#: ../../printerdrake.pm_.c:1113
+#, c-format
+msgid ""
+"Printerdrake has compared the model name resulting from the printer auto-"
+"detection with the models listed in its printer database to find the best "
+"match. This choice can be wrong, especially when your printer is not listed "
+"at all in the database. So check whether the choice is correct and click "
+"\"The model is correct\" if so and if not, click \"Select model manually\" "
+"so that you can choose your printer model manually on the next screen.\n"
+"\n"
+"For your printer Printerdrake has found:\n"
+"\n"
+"%s"
+msgstr ""
+"Printerdrake je uporedi ime modela koje je dobijeno od automatskog "
+"prepoznavanja štampača sa modelima koji su navedeni u njegovoj bazi podataka "
+"kako bi našao najbliži. Ovaj izbor možda nije tačan, pogotovo ako vaš "
+"štampač uopšte nije naveden u bazi. Stoga provjerite da li je izbor ispravan "
+"i ako je tako kliknite \"Model je ispravan\", u suprotnom kliknite "
+"\"Izaberite model ručno\" kako biste ručno izabrali vaš model štampača na "
+"sljedećem ekranu.\n"
+"\n"
+"Za vaš štampač Printerdrake je našao:\n"
+"\n"
+"%s"
+
+#: ../../printerdrake.pm_.c:1118 ../../printerdrake.pm_.c:1121
+msgid "The model is correct"
+msgstr "Model je ispravan"
+
+#: ../../printerdrake.pm_.c:1119 ../../printerdrake.pm_.c:1120
+#: ../../printerdrake.pm_.c:1123
+msgid "Select model manually"
+msgstr "Izaberite model ručno"
+
+#: ../../printerdrake.pm_.c:1139
msgid "Printer model selection"
msgstr "Izbor modela štampača"
-#: ../../printerdrake.pm_.c:794
+#: ../../printerdrake.pm_.c:1140
msgid "Which printer model do you have?"
msgstr "Koji model štampača imate?"
-#: ../../printerdrake.pm_.c:866
+#: ../../printerdrake.pm_.c:1141
+msgid ""
+"\n"
+"\n"
+"Please check whether Printerdrake did the auto-detection of your printer "
+"model correctly. Search the correct model in the list when the cursor is "
+"standing on a wrong model or on \"Raw printer\"."
+msgstr ""
+"\n"
+"\n"
+"Molim provjerite da li je Printerdrake izvršio ispravno automatsko "
+"prepoznavanje modela vašeg štampača. Potražite ispravan model na listi ako "
+"kursor stoji na pogrešnom modelu ili na \"Raw štampač\"."
+
+#: ../../printerdrake.pm_.c:1144
+msgid ""
+"If your printer is not listed, choose a compatible (see printer manual) or a "
+"similar one."
+msgstr ""
+"Ako štampač nije naveden, izaberite kompatibilan (pogledajte uputstva za "
+"štampač) ili sličan."
+
+#: ../../printerdrake.pm_.c:1220
msgid "OKI winprinter configuration"
msgstr "Podešavanje OKI winprinter-a"
-#: ../../printerdrake.pm_.c:867
+#: ../../printerdrake.pm_.c:1221
msgid ""
"You are configuring an OKI laser winprinter. These printers\n"
-"use a very special communication protocol and therefore they\n"
-"work only when connected to the first parallel port. When\n"
-"your printer is connected to another port or to a print\n"
-"server box please connect the printer to the first parallel\n"
-"port before you print a test page. Otherwise the printer\n"
-"will not work. Your connection type setting will be ignored\n"
-"by the driver."
+"use a very special communication protocol and therefore they work only when "
+"connected to the first parallel port. When your printer is connected to "
+"another port or to a print server box please connect the printer to the "
+"first parallel port before you print a test page. Otherwise the printer will "
+"not work. Your connection type setting will be ignored by the driver."
msgstr ""
"Sada podešavate OK laserski winprinter. Ovi štampači\n"
-"koriste jedan poseban komunikacijski protokol i stoga\n"
-"rade samo kada su spojeni na prvom paralelnom portu.\n"
-"Ako je vaš štampač spojen na neki drugi port ili na print\n"
-"server molimo spojite štampač na prvi paralelni port prije\n"
-"nego što odštampate testnu stranicu. Inače štampač neće\n"
-"raditi. Drajver će ignorisati vaše podešenje tipa konekcije."
-
-#: ../../printerdrake.pm_.c:916 ../../printerdrake.pm_.c:946
+"koriste jedan poseban komunikacijski protokol i stoga rade samo kada su "
+"spojeni na prvom paralelnom portu. Ako je vaš štampač spojen na neki drugi "
+"port ili na print server molimo spojite štampač na prvi paralelni port prije "
+"nego što odštampate testnu stranicu. Inače štampač neće raditi. Drajver će "
+"ignorisati vaše podešenje tipa konekcije."
+
+#: ../../printerdrake.pm_.c:1264 ../../printerdrake.pm_.c:1291
msgid "Lexmark inkjet configuration"
msgstr "Podešavanje Lexmark inkjet-a"
-#: ../../printerdrake.pm_.c:917
-msgid ""
-"The inkjet printer drivers provided by Lexmark only support\n"
-"local printers, no printers on remote machines or print server\n"
-"boxes. Please connect your printer to a local port or\n"
-"configure it on the machine where it is connected to."
-msgstr ""
-"Inkjet drajveri za štampu koje obezbjeđuje Lexmark podržavaju\n"
-"samo lokalne štampače, a ne i štampače na udaljenim računarima\n"
-"ili print serverima. Molimo spojite vaš štampač na lokalni port ili\n"
-"ga podesite na mašini na koju je spojen."
-
-#: ../../printerdrake.pm_.c:947
-msgid ""
-"To be able to print with your Lexmark inkjet and this\n"
-"configuration, you need the inkjet printer drivers\n"
-"provided by Lexmark (http://www.lexmark.com/). Go to\n"
-"the US site and click on the \"Drivers\" button. Then\n"
-"choose your model and afterwards \"Linux\" as\n"
-"operating system. The drivers come as RPM packages\n"
-"or shell scripts with interactive graphical installation.\n"
-"You do not need to do this configuration by the\n"
-"graphical frontends. Cancel directly after the license\n"
-"agreement. Then print printhead alignment pages with\n"
-"\"lexmarkmaintain\" and adjust the head alignment\n"
-"settings with this program."
-msgstr ""
-"Da biste mogli štampati sa vašim Lexmark inkjetom na\n"
-"ovoj konfiguraciji, potrebni su vam inkjet drajveri za štampu\n"
-"koje obezbjeđuje Lexmark (http://www.lexmark.com/). Idite\n"
-"na US stranicu i kliknite na dugme \"Drivers\". Zatim izaberite\n"
-"vaš model a zatim \"Linux\" kao operativni sistem. Drajveri\n"
-"dolaze u vidu RPM paketa ili shell skripte sa interaktivnom\n"
-"grafičkom instalacijom. Ne morate obaviti ovu konfiguraciju\n"
-"na grafičkom interfejsu. Odustanite odmah nakon licencnog\n"
-"ugovora. Zatim odštampaje stranice za poravnavanje glava\n"
-"sa \"lexmarkmaintain\" i podesite opcije poravnanja glave\n"
+#: ../../printerdrake.pm_.c:1265
+msgid ""
+"The inkjet printer drivers provided by Lexmark only support local printers, "
+"no printers on remote machines or print server boxes. Please connect your "
+"printer to a local port or configure it on the machine where it is connected "
+"to."
+msgstr ""
+"Inkjet drajveri za štampu koje obezbjeđuje Lexmark podržavaju samo lokalne "
+"štampače, a ne i štampače na udaljenim računarima ili print serverima. "
+"Molimo spojite vaš štampač na lokalni port ili ga podesite na računaru na "
+"koji je spojen."
+
+#: ../../printerdrake.pm_.c:1292
+msgid ""
+"To be able to print with your Lexmark inkjet and this configuration, you "
+"need the inkjet printer drivers provided by Lexmark (http://www.lexmark."
+"com/). Go to the US site and click on the \"Drivers\" button. Then choose "
+"your model and afterwards \"Linux\" as operating system. The drivers come as "
+"RPM packages or shell scripts with interactive graphical installation. You "
+"do not need to do this configuration by the graphical frontends. Cancel "
+"directly after the license agreement. Then print printhead alignment pages "
+"with \"lexmarkmaintain\" and adjust the head alignment settings with this "
+"program."
+msgstr ""
+"Da biste mogli štampati sa vašim Lexmark inkjetom na ovoj konfiguraciji, "
+"potrebni su vam inkjet drajveri za štampu koje obezbjeđuje Lexmark (http://"
+"www.lexmark.com/). Idite na US stranicu i kliknite na dugme \"Drivers\". "
+"Zatim izaberite vaš model a zatim \"Linux\" kao operativni sistem. Drajveri "
+"dolaze u vidu RPM paketa ili shell skripte sa interaktivnom grafičkom "
+"instalacijom. Ne morate obaviti ovu konfiguraciju na grafičkom interfejsu. "
+"Odustanite odmah nakon licencnog ugovora. Zatim odštampaje stranice za "
+"poravnavanje glava sa \"lexmarkmaintain\" i podesite opcije poravnanja glave "
"pomoću ovog programa."
-#: ../../printerdrake.pm_.c:1079
+#: ../../printerdrake.pm_.c:1508
msgid ""
"Printer default settings\n"
-"You should make sure that the page size and the\n"
-"ink type (if available) are set correctly. Note\n"
-"that with a very high printout quality printing\n"
-"can get substantially slower."
+"\n"
+"You should make sure that the page size and the ink type/printing mode (if "
+"available) and also the hardware configuration of laser printers (memory, "
+"duplex unit, extra trays) are set correctly. Note that with a very high "
+"printout quality/resolution printing can get substantially slower."
msgstr ""
"Podrazumjevane opcije štampača\n"
-"Trebate provjeriti da su veličina papira i tip tinte\n"
-"(ako je dostupno) ispravno podešeni. Primjetite\n"
-"da za voma veliku kvalitetu štampa može postati\n"
-"znatno sporija."
+"\n"
+"Trebate provjeriti da su veličina papira i tip tinte (ako je dostupno) "
+"ispravno podešeni. Obratite pažnju da za voma veliku kvalitetu / rezoluciju "
+"štampa može postati znatno sporija."
-#: ../../printerdrake.pm_.c:1090
+#: ../../printerdrake.pm_.c:1517
#, c-format
msgid "Option %s must be an integer number!"
msgstr "Opcija %s mora biti cijeli broj!"
-#: ../../printerdrake.pm_.c:1094
+#: ../../printerdrake.pm_.c:1521
#, c-format
msgid "Option %s must be a number!"
msgstr "Opcija %s mora biti broj!"
-#: ../../printerdrake.pm_.c:1099
+#: ../../printerdrake.pm_.c:1526
#, c-format
msgid "Option %s out of range!"
msgstr "Opcija %s izvan raspona!"
-#: ../../printerdrake.pm_.c:1136
+#: ../../printerdrake.pm_.c:1565
#, c-format
msgid ""
"Do you want to set this printer (\"%s\")\n"
@@ -7041,51 +7996,55 @@ msgstr ""
"Da li želite da podesite ovaj štampač (\"%s\")\n"
"kao podrazumjevani štampač?"
-#: ../../printerdrake.pm_.c:1152
+#: ../../printerdrake.pm_.c:1582
msgid "Test pages"
msgstr "Testna stranica"
-#: ../../printerdrake.pm_.c:1153
+#: ../../printerdrake.pm_.c:1583
msgid ""
"Please select the test pages you want to print.\n"
-"Note: the photo test page can take a rather long time to get printed\n"
-"and on laser printers with too low memory it can even not come out.\n"
-"In most cases it is enough to print the standard test page."
+"Note: the photo test page can take a rather long time to get printed and on "
+"laser printers with too low memory it can even not come out. In most cases "
+"it is enough to print the standard test page."
msgstr ""
"Molimo izaberite testne stranice koje ćete štampati.\n"
-"Pažnja: foto testna stranica može tražiti dosta vremena za štampu\n"
-"a na laserskim štampačima sa malo memorije možda neće nikad ni\n"
-"izaći. U većini slučajeva dovoljno je odštampati standardnu testnu stranicu."
+"Pažnja: foto testna stranica može tražiti dosta vremena za štampu a na "
+"laserskim štampačima sa malo memorije možda neće nikad ni izaći. U većini "
+"slučajeva dovoljno je odštampati standardnu testnu stranicu."
-#: ../../printerdrake.pm_.c:1158
+#: ../../printerdrake.pm_.c:1587
msgid "No test pages"
msgstr "Nijedna testna strana"
-#: ../../printerdrake.pm_.c:1159
+#: ../../printerdrake.pm_.c:1588
msgid "Print"
msgstr "Štampaj"
-#: ../../printerdrake.pm_.c:1161
+#: ../../printerdrake.pm_.c:1590
msgid "Standard test page"
msgstr "Standardna testna strana"
-#: ../../printerdrake.pm_.c:1164
+#: ../../printerdrake.pm_.c:1593
msgid "Alternative test page (Letter)"
msgstr "Alternativna testna strana (Letter)"
-#: ../../printerdrake.pm_.c:1167
+#: ../../printerdrake.pm_.c:1596
msgid "Alternative test page (A4)"
msgstr "Alternativna testna strana (A4)"
-#: ../../printerdrake.pm_.c:1169
+#: ../../printerdrake.pm_.c:1598
msgid "Photo test page"
msgstr "Foto testna strana"
-#: ../../printerdrake.pm_.c:1175 ../../printerdrake.pm_.c:1297
+#: ../../printerdrake.pm_.c:1602
+msgid "Do not print any test page"
+msgstr "Nemoj štampati testnu stranicu"
+
+#: ../../printerdrake.pm_.c:1610 ../../printerdrake.pm_.c:1747
msgid "Printing test page(s)..."
msgstr "Štampam testnu stranicu..."
-#: ../../printerdrake.pm_.c:1200
+#: ../../printerdrake.pm_.c:1635
#, c-format
msgid ""
"Test page(s) have been sent to the printer.\n"
@@ -7100,7 +8059,7 @@ msgstr ""
"%s\n"
"\n"
-#: ../../printerdrake.pm_.c:1204
+#: ../../printerdrake.pm_.c:1639
msgid ""
"Test page(s) have been sent to the printer.\n"
"It may take some time before the printer starts.\n"
@@ -7108,28 +8067,28 @@ msgstr ""
"Testna stranica je poslana štampaču.\n"
"Može potrajati određeno vrijeme dok štampač krene.\n"
-#: ../../printerdrake.pm_.c:1211
+#: ../../printerdrake.pm_.c:1646
msgid "Did it work properly?"
msgstr "Da li je radilo ispravno?"
-#: ../../printerdrake.pm_.c:1229 ../../printerdrake.pm_.c:2025
+#: ../../printerdrake.pm_.c:1667 ../../printerdrake.pm_.c:2732
msgid "Raw printer"
msgstr "Sirovi štampač"
-#: ../../printerdrake.pm_.c:1237
+#: ../../printerdrake.pm_.c:1685
#, c-format
msgid ""
"To print a file from the command line (terminal window) you can either use "
"the command \"%s <file>\" or a graphical printing tool: \"xpp <file>\" or "
-"\"qtcups <file>\". The graphical tools allow you to choose the printer and "
+"\"kprinter <file>\". The graphical tools allow you to choose the printer and "
"to modify the option settings easily.\n"
msgstr ""
"Za štampanje datoteke sa komandne linije (terminalski prozor) možete "
"koristiti ili komandu \"%s <datoteka>\" ili grafički alat za štampu: \"xpp "
-"<datoteka>\" ili \"qtcups <datoteka>\". Grafički alati vam omogućuju da "
+"<datoteka>\" ili \"kprinter <datoteka>\". Grafički alati vam omogućuju da "
"jednostavno odaberete štampač i izmjenite podešenja opcija.\n"
-#: ../../printerdrake.pm_.c:1239
+#: ../../printerdrake.pm_.c:1687
msgid ""
"These commands you can also use in the \"Printing command\" field of the "
"printing dialogs of many applications, but here do not supply the file name "
@@ -7139,8 +8098,8 @@ msgstr ""
"dijalozima za štampu mnogih aplikacija, ali ovdje ne morate navesti ime "
"datoteke jer tu datoteku obezbjeđuje sama aplikacija.\n"
-#: ../../printerdrake.pm_.c:1242 ../../printerdrake.pm_.c:1254
-#: ../../printerdrake.pm_.c:1266
+#: ../../printerdrake.pm_.c:1690 ../../printerdrake.pm_.c:1706
+#: ../../printerdrake.pm_.c:1716
#, c-format
msgid ""
"\n"
@@ -7153,17 +8112,26 @@ msgstr ""
"štampe. Jednostavno dodajte željena podešenja na komandnu liniju, npr. \"%s "
"<datoteka>\". "
-#: ../../printerdrake.pm_.c:1244 ../../printerdrake.pm_.c:1284
+#: ../../printerdrake.pm_.c:1693 ../../printerdrake.pm_.c:1732
+#, c-format
msgid ""
-"To get a list of the options available for the current printer read either "
-"the list shown below or click on the \"Print option list\" button.\n"
+"To know about the options available for the current printer read either the "
+"list shown below or click on the \"Print option list\" button.%s\n"
"\n"
msgstr ""
"Za listu opcija koje su dostupne za trenutni štampač ili pročitajte listu "
-"koja je data ispod ili kliknite na dugme \"Lista opcija za štampu\".\n"
+"koja je data ispod ili kliknite na dugme \"Lista opcija za štampu\".%s\n"
+"\n"
+
+#: ../../printerdrake.pm_.c:1696
+msgid ""
+"Here is a list of the available printing options for the current printer:\n"
+"\n"
+msgstr ""
+"Ovo je lista mogućih opcija za štampu za trenutni štampač:\n"
"\n"
-#: ../../printerdrake.pm_.c:1249 ../../printerdrake.pm_.c:1261
+#: ../../printerdrake.pm_.c:1701 ../../printerdrake.pm_.c:1711
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
@@ -7172,8 +8140,8 @@ msgstr ""
"Za štampanje datoteke sa komandne linije (terminalski prozor) koristite "
"komandu \"%s <datoteka>\".\n"
-#: ../../printerdrake.pm_.c:1251 ../../printerdrake.pm_.c:1263
-#: ../../printerdrake.pm_.c:1275
+#: ../../printerdrake.pm_.c:1703 ../../printerdrake.pm_.c:1713
+#: ../../printerdrake.pm_.c:1723
msgid ""
"This command you can also use in the \"Printing command\" field of the "
"printing dialogs of many applications. But here do not supply the file name "
@@ -7183,17 +8151,15 @@ msgstr ""
"dijalozima za štampu mnogih aplikacija. Ovdje nije potrebno navesti naziv "
"datoteke jer tudatoteku obezbjeđuje sama aplikacija.\n"
-#: ../../printerdrake.pm_.c:1256 ../../printerdrake.pm_.c:1268
+#: ../../printerdrake.pm_.c:1708 ../../printerdrake.pm_.c:1718
msgid ""
"To get a list of the options available for the current printer click on the "
-"\"Print option list\" button.\n"
-"\n"
+"\"Print option list\" button."
msgstr ""
"Za listu opcija koje su dostupne za trenutni štampač kliknite na dugme "
-"\"Lista opcija za štampu\".\n"
-"\n"
+"\"Lista opcija za štampu\"."
-#: ../../printerdrake.pm_.c:1273
+#: ../../printerdrake.pm_.c:1721
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
@@ -7202,7 +8168,7 @@ msgstr ""
"Za štampanje datoteke sa komandne linije (terminalski prozor) koristite "
"komandu \"%s <datoteka>\" ili \"%s <datoteka>\".\n"
-#: ../../printerdrake.pm_.c:1277
+#: ../../printerdrake.pm_.c:1725
msgid ""
"You can also use the graphical interface \"xpdq\" for setting options and "
"handling printing jobs.\n"
@@ -7218,7 +8184,7 @@ msgstr ""
"zaustavlja sve zadatke štampe odmah kada kliknete na nju. Ovo je korisno "
"npr. u slučaju zaglavljivanja papira.\n"
-#: ../../printerdrake.pm_.c:1281
+#: ../../printerdrake.pm_.c:1729
#, c-format
msgid ""
"\n"
@@ -7231,84 +8197,137 @@ msgstr ""
"zadatak štampe. Jednostavno dodajte željena podešenja na komandnu liniju, "
"npr. \"%s <datoteka>\".\n"
-#: ../../printerdrake.pm_.c:1292
+#: ../../printerdrake.pm_.c:1738 ../../printerdrake.pm_.c:1744
+#: ../../printerdrake.pm_.c:1745 ../../printerdrake.pm_.c:1746
+#: ../../printerdrake.pm_.c:2716 ../../standalone/drakbackup_.c:754
+#: ../../standalone/drakbackup_.c:2458 ../../standalone/drakfont_.c:577
+#: ../../standalone/drakfont_.c:791
+msgid "Close"
+msgstr "Zatvori"
+
+#: ../../printerdrake.pm_.c:1741 ../../printerdrake.pm_.c:1753
+#, c-format
+msgid "Printing/Scanning on \"%s\""
+msgstr "Štampam/skeniram na \"%s\""
+
+#: ../../printerdrake.pm_.c:1742 ../../printerdrake.pm_.c:1754
#, c-format
msgid "Printing on the printer \"%s\""
msgstr "Štampam na štampač \"%s\""
-#: ../../printerdrake.pm_.c:1294
+#: ../../printerdrake.pm_.c:1744
msgid "Print option list"
msgstr "Lista opcija za štampu"
-#: ../../printerdrake.pm_.c:1318 ../../printerdrake.pm_.c:1741
-#: ../../standalone/printerdrake_.c:48
+#: ../../printerdrake.pm_.c:1766
+#, c-format
+msgid ""
+"Your HP multi-function device was configured automatically to be able to "
+"scan. Now you can scan with \"scanimage\" (\"scanimage -d hp:%s\" to specify "
+"the scanner when you have more than one) from the command line or with the "
+"graphical interfaces \"xscanimage\" or \"xsane\". If you are using the GIMP, "
+"you can also scan by choosing the appropriate point in the \"File\"/\"Acquire"
+"\" menu. Call also \"man scanimage\" and \"man sane-hp\" on the command line "
+"to get more information.\n"
+"\n"
+"Do not use \"scannerdrake\" for this device!"
+msgstr ""
+"Vaš HP višenamjenski uređaj je automatski konfigurisan kako bi mogao "
+"skenirati. Sada možete skenirati sa komandne linije pomoću komande "
+"\"scanimage\" (\"scanimage -d hp:%s\" kako biste naveli scanner ako imate "
+"više od jednog) ili koristeći grafičke okoline \"xscanimage\" ili \"xsane\". "
+"Ako koristite GIMP, možete također skenirati koristeći odgovarajuću stavku u "
+"meniju \"File\"/\"Acquire\". Za više informacija, pogledajte još i \"man "
+"scanimage\" i \"man sane-hp\" na komandnoj liniji.\n"
+"\n"
+"Nemojte koristiti \"scannerdrake\" za ovaj uređaj!"
+
+#: ../../printerdrake.pm_.c:1772
+#, c-format
+msgid ""
+"Your HP multi-function device was configured automatically to be able to "
+"scan. Now you can scan from the command line with \"ptal-hp %s scan ...\". "
+"Scanning via a graphical interface or from the GIMP is not supported yet for "
+"your device. More information you will find in the \"/usr/share/doc/hpoj-0.8/"
+"ptal-hp-scan.html\" file on your system. If you have an HP LaserJet 1100 or "
+"1200 you can only scan when you have the scanner option installed.\n"
+"\n"
+"Do not use \"scannerdrake\" for this device!"
+msgstr ""
+"Vaš HP višenamjenski uređaj je automatski konfigurisan kako bi mogao "
+"skenirati. Sada možete skenirati sa komandne linije pomoću komande \"ptal-hp "
+"%s scan ...\". Skeniranje putem grafičkog interfejsa ili iz GIMPa još nije "
+"podržano za vaš uređaj. Više informacija možete naći u datoteci\"/usr/share/"
+"doc/hpoj-0.8/ptal-hp-scan.html\" na vašem računaru. Ako imate HP LaserJet "
+"1100 ili 1200, možete skenirati samo ako ste instalirali opciju za "
+"skeniranje.\n"
+"\n"
+"Nemojte koristiti \"scannerdrake\" za ovaj uređaj!"
+
+#: ../../printerdrake.pm_.c:1794 ../../printerdrake.pm_.c:2221
+#: ../../printerdrake.pm_.c:2485 ../../standalone/printerdrake_.c:49
msgid "Reading printer data ..."
msgstr "Čitam podatke o štampaču..."
-#: ../../printerdrake.pm_.c:1338 ../../printerdrake.pm_.c:1376
-#: ../../printerdrake.pm_.c:1411
+#: ../../printerdrake.pm_.c:1814 ../../printerdrake.pm_.c:1842
+#: ../../printerdrake.pm_.c:1877
msgid "Transfer printer configuration"
msgstr "Premještanje konfiguracije štamapča"
-#: ../../printerdrake.pm_.c:1339
+#: ../../printerdrake.pm_.c:1815
#, c-format
msgid ""
-"You can copy the printer configuration which you have done \n"
-"for the spooler %s to %s, your current spooler. All the\n"
-"configuration data (printer name, description, location, \n"
-"connection type, and default option settings) is overtaken,\n"
-"but jobs will not be transferred.\n"
-"Not all queues can be transferred due to the following \n"
-"reasons:\n"
+"You can copy the printer configuration which you have done for the spooler %"
+"s to %s, your current spooler. All the configuration data (printer name, "
+"description, location, connection type, and default option settings) is "
+"overtaken, but jobs will not be transferred.\n"
+"Not all queues can be transferred due to the following reasons:\n"
msgstr ""
-"Možete kopirati konfiguraciju štampača koju ste napravili \n"
-"za spooler %s u %s, vaš trenutni spooler. Svi podaci o\n"
-"konfiguraciji (naziv štampača, opis, lokacija, tip konekcije\n"
-"kao i podrazumjevane opcije) će biti preuzeti, ali zadaci\n"
-"štampe neće biti prebačeni.\n"
+"Možete kopirati konfiguraciju štampača koju ste napravili za spooler %s u % "
+"s, vaš trenutni spooler. Svi podaci o konfiguraciji (naziv štampača, opis, "
+"lokacija, tip konekcije kao i podrazumjevane opcije) će biti preuzeti, ali "
+"zadaci štampe neće biti prebačeni.\n"
"Svi redovi ne mogu biti prebačeni zbog sljedećih razloga:\n"
-#: ../../printerdrake.pm_.c:1347
+#: ../../printerdrake.pm_.c:1818
msgid ""
-"CUPS does not support printers on Novell servers or printers\n"
-"sending the data into a free-formed command.\n"
+"CUPS does not support printers on Novell servers or printers sending the "
+"data into a free-formed command.\n"
msgstr ""
-"CUPS ne podržava štampače na Novell serverima ili štampače\n"
-"koji šalju podatke u komandama slobodnog oblika.\n"
+"CUPS ne podržava štampače na Novell serverima ili štampačekoji šalju podatke "
+"u komandama slobodnog oblika.\n"
-#: ../../printerdrake.pm_.c:1350
+#: ../../printerdrake.pm_.c:1820
msgid ""
-"PDQ only supports local printers, remote LPD printers, and\n"
-"Socket/TCP printers.\n"
+"PDQ only supports local printers, remote LPD printers, and Socket/TCP "
+"printers.\n"
msgstr ""
-"PDQ podržava samo lokalne štampače, udaljene LPD štampače\n"
-"i Socket/TCP štampače.\n"
+"PDQ podržava samo lokalne štampače, udaljene LPD štampačei Socket/TCP "
+"štampače.\n"
-#: ../../printerdrake.pm_.c:1353
+#: ../../printerdrake.pm_.c:1822
msgid "LPD and LPRng do not support IPP printers.\n"
msgstr "LPD i LPRng ne podržavaju IPP štampače.\n"
-#: ../../printerdrake.pm_.c:1355
+#: ../../printerdrake.pm_.c:1824
msgid ""
-"In addition, queues not created with this program or\n"
-"\"foomatic-configure\" cannot be transferred."
+"In addition, queues not created with this program or \"foomatic-configure\" "
+"cannot be transferred."
msgstr ""
-"Pored toga, redovi koji nisu kreirani ovim programom ili\n"
-"\"foomatic-configure\" ne mogu biti premješteni."
+"Pored toga, redovi koji nisu kreirani ovim programom ili sa \"foomatic-"
+"configure\" ne mogu biti premješteni."
-#: ../../printerdrake.pm_.c:1357
+#: ../../printerdrake.pm_.c:1825
msgid ""
"\n"
-"Also printers configured with the PPD files provided by\n"
-"their manufacturers or with native CUPS drivers can not be\n"
-"transferred."
+"Also printers configured with the PPD files provided by their manufacturers "
+"or with native CUPS drivers cannot be transferred."
msgstr ""
"\n"
-"Također štampači konfigurisani sa PPD datotekama koje\n"
-"su osigurali njihovi proizvođači ili sa vlastitim CUPS drajverima\n"
-"ne mogu biti prebačeni."
+"Također štampači konfigurisani sa PPD datotekama koje su osigurali njihovi "
+"proizvođači ili sa vlastitim CUPS drajverima ne mogu biti prebačeni."
-#: ../../printerdrake.pm_.c:1360
+#: ../../printerdrake.pm_.c:1826
msgid ""
"\n"
"Mark the printers which you want to transfer and click \n"
@@ -7318,15 +8337,15 @@ msgstr ""
"Označite štampače koje ćete prebacivati i kliknite na \n"
"\"Prebaci\"."
-#: ../../printerdrake.pm_.c:1363
+#: ../../printerdrake.pm_.c:1829
msgid "Do not transfer printers"
msgstr "Nemoj prebacivati štampače"
-#: ../../printerdrake.pm_.c:1364 ../../printerdrake.pm_.c:1381
+#: ../../printerdrake.pm_.c:1830 ../../printerdrake.pm_.c:1847
msgid "Transfer"
msgstr "Prebaci"
-#: ../../printerdrake.pm_.c:1377
+#: ../../printerdrake.pm_.c:1843
#, c-format
msgid ""
"A printer named \"%s\" already exists under %s. \n"
@@ -7337,11 +8356,11 @@ msgstr ""
"Kliknite na \"Prebaci\" da to prepišete.\n"
"Možete također unijeti novo ime ili preskočiti ovaj štampač."
-#: ../../printerdrake.pm_.c:1385
+#: ../../printerdrake.pm_.c:1851
msgid "Name of printer should contain only letters, numbers and the underscore"
msgstr "Naziv štampača bi se trebao sastojati od slova, brojeva i donje linije"
-#: ../../printerdrake.pm_.c:1390
+#: ../../printerdrake.pm_.c:1856
#, c-format
msgid ""
"The printer \"%s\" already exists,\n"
@@ -7350,311 +8369,355 @@ msgstr ""
"Štampač \"%s\" već postoji,\n"
"da li sigurno želite prepisati ovu konfiguraciju?"
-#: ../../printerdrake.pm_.c:1398
+#: ../../printerdrake.pm_.c:1864
msgid "New printer name"
msgstr "Novo ime štampača"
-#: ../../printerdrake.pm_.c:1401
+#: ../../printerdrake.pm_.c:1867
#, c-format
msgid "Transferring %s ..."
msgstr "Prebacujem %s ..."
-#: ../../printerdrake.pm_.c:1412
+#: ../../printerdrake.pm_.c:1878
#, c-format
msgid ""
-"You have transferred your former default printer (\"%s\"),\n"
-"Should it be also the default printer under the\n"
-"new printing system %s?"
+"You have transferred your former default printer (\"%s\"), Should it be also "
+"the default printer under the new printing system %s?"
msgstr ""
-"Prebacili ste vaš bivši podrazumjevani štampač (\"%s\"),\n"
-"Da li će to također biti podrazumjevani štampač pod\n"
-"novim sistemom štampe %s?"
+"Prebacili ste vaš bivši podrazumjevani štampač (\"%s\"),Da li će to također "
+"biti podrazumjevani štampač podnovim sistemom štampe %s?"
-#: ../../printerdrake.pm_.c:1423
+#: ../../printerdrake.pm_.c:1887
msgid "Refreshing printer data ..."
msgstr "Osvježavam podatke o štampaču..."
-#: ../../printerdrake.pm_.c:1431 ../../printerdrake.pm_.c:1494
-#: ../../printerdrake.pm_.c:1515
+#: ../../printerdrake.pm_.c:1895 ../../printerdrake.pm_.c:1966
+#: ../../printerdrake.pm_.c:1978
msgid "Configuration of a remote printer"
msgstr "Podešavanje udaljenog štampača"
-#: ../../printerdrake.pm_.c:1432
+#: ../../printerdrake.pm_.c:1896
msgid "Starting network ..."
msgstr "Pokrećem mrežu..."
-#: ../../printerdrake.pm_.c:1454 ../../printerdrake.pm_.c:1462
-#: ../../printerdrake.pm_.c:1464
+#: ../../printerdrake.pm_.c:1930 ../../printerdrake.pm_.c:1934
+#: ../../printerdrake.pm_.c:1936
msgid "Configure the network now"
msgstr "Sada podesite mrežu"
-#: ../../printerdrake.pm_.c:1455
+#: ../../printerdrake.pm_.c:1931
msgid "Network functionality not configured"
msgstr "Mrežna funkcionalnost nije podešena"
-#: ../../printerdrake.pm_.c:1456
+#: ../../printerdrake.pm_.c:1932
msgid ""
-"You are going to configure a remote printer. This needs working\n"
-"network access, but your network is not configured yet. If you\n"
-"go on without network configuration, you will not be able to use\n"
-"the printer which you are configuring now. How do you want \n"
-"to proceed?"
+"You are going to configure a remote printer. This needs working network "
+"access, but your network is not configured yet. If you go on without network "
+"configuration, you will not be able to use the printer which you are "
+"configuring now. How do you want to proceed?"
msgstr ""
-"Sada ćete podesiti udaljeni štampač. Ovo zahtjeva aktivan\n"
-"pristup mreži, ali vaša mreža još uvijek nije podešena. Ako\n"
-"želite nastaviti bez podešavanja mreže, nećete moći koristiti\n"
-"štampač koji sada podešavate. Kako želite da nastavimo?"
+"Sada ćete podesiti udaljeni štampač. Ovo zahtjeva aktivan pristup mreži, ali "
+"vaša mreža još uvijek nije podešena. Ako želite nastaviti bez podešavanja "
+"mreže, nećete moći koristiti štampač koji sada podešavate. Kako želite da "
+"nastavimo?"
-#: ../../printerdrake.pm_.c:1463
+#: ../../printerdrake.pm_.c:1935
msgid "Go on without configuring the network"
msgstr "Nastavi bez podešavanja mreže"
-#: ../../printerdrake.pm_.c:1496
+#: ../../printerdrake.pm_.c:1968
msgid ""
-"The network configuration done during the installation \n"
-"cannot be started now. Please check whether the network\n"
-"gets accessable after booting your system and correct the\n"
-"configuration using the Mandrake Control Center, section\n"
-"\"Network & Internet\"/\"Connection\", and afterwards set\n"
-"up the printer, also using the Mandrake Control Center,\n"
-"section \"Hardware\"/\"Printer\""
+"The network configuration done during the installation cannot be started "
+"now. Please check whether the network gets accessable after booting your "
+"system and correct the configuration using the Mandrake Control Center, "
+"section \"Network & Internet\"/\"Connection\", and afterwards set up the "
+"printer, also using the Mandrake Control Center, section \"Hardware\"/"
+"\"Printer\""
msgstr ""
-"Podešavanje mreže koje je napravljeno tokom instalacije\n"
-"sada ne može biti pokrenuto. Molim provjerite da li će mreža\n"
-"postati dostupna nakon bootanja sistema i popravite podešenja\n"
-"koristeći Mandrake Kontrolni centar, sekcija \"Mreža i\n"
-"Internet\"/\"Konekcija\", a zatim podesite štampač, ponovo koristeći\n"
-"Mandrake Kontrolni centar, sekcija \"Hardver\"/\"Štampač\""
+"Podešavanje mreže koje je napravljeno tokom instalacije sada ne može biti "
+"pokrenuto. Molim provjerite da li će mreža postati dostupna nakon bootanja "
+"sistema i popravite podešenja koristeći Mandrake Kontrolni centar, sekcija "
+"\"Mreža i Internet\"/\"Konekcija\", a zatim podesite štampač, ponovo "
+"koristeći Mandrake Kontrolni centar, sekcija \"Hardver\"/\"Štampač\""
-#: ../../printerdrake.pm_.c:1503
+#: ../../printerdrake.pm_.c:1969
msgid ""
-"The network access was not running and could not be \n"
-"started. Please check your configuration and your \n"
-"hardware. Then try to configure your remote printer\n"
-"again."
+"The network access was not running and could not be started. Please check "
+"your configuration and your hardware. Then try to configure your remote "
+"printer again."
msgstr ""
-"Mrežni pristup nije aktivan i nije mogao biti pokrenut.\n"
-"Molimo provjerite vašu konfiguraciju i vaš hardware.\n"
-"Onda ponovo pokušajte podesiti udaljeni štampač."
+"Mrežni pristup nije aktivan i nije mogao biti pokrenut. Molimo provjerite "
+"vašu konfiguraciju i vaš hardware. Onda ponovo pokušajte podesiti udaljeni "
+"štampač."
-#: ../../printerdrake.pm_.c:1516
+#: ../../printerdrake.pm_.c:1979
msgid "Restarting printing system ..."
msgstr "Restartujem sistem za štampu ..."
-#: ../../printerdrake.pm_.c:1548
+#: ../../printerdrake.pm_.c:2017
msgid "high"
msgstr "visok"
-#: ../../printerdrake.pm_.c:1548
+#: ../../printerdrake.pm_.c:2017
msgid "paranoid"
msgstr "paranoičan"
-#: ../../printerdrake.pm_.c:1549
+#: ../../printerdrake.pm_.c:2018
#, c-format
msgid "Installing a printing system in the %s security level"
msgstr "Instaliram sistem za štampu na sigurnosnom nivou: %s"
-#: ../../printerdrake.pm_.c:1550
+#: ../../printerdrake.pm_.c:2019
#, c-format
msgid ""
-"You are about to install the printing system %s on\n"
-"a system running in the %s security level.\n"
+"You are about to install the printing system %s on a system running in the %"
+"s security level.\n"
"\n"
-"This printing system runs a daemon (background process)\n"
-"which waits for print jobs and handles them. This daemon\n"
-"is also accessable by remote machines through the network\n"
-"and so it is a possible point for attacks. Therefore only\n"
-"a few selected daemons are started by default in this\n"
+"This printing system runs a daemon (background process) which waits for "
+"print jobs and handles them. This daemon is also accessable by remote "
+"machines through the network and so it is a possible point for attacks. "
+"Therefore only a few selected daemons are started by default in this "
"security level.\n"
"\n"
-"Do you really want to configure printing on this\n"
-"machine?"
+"Do you really want to configure printing on this machine?"
msgstr ""
-"Sada ćete instalirati sistem za štampu %s na sistemu\n"
-"koji je na sigurnosnom nivou: %s.\n"
+"Sada ćete instalirati sistem za štampu %s na sistemu koji je na sigurnosnom "
+"nivou % s.\n"
"\n"
-"Ovaj sistem za štampu pokreće demon (pozadinski proces)\n"
-"koji čeka zadatke štampe i rješava ih. Ovom demon takođe mogu\n"
-"pristupiti druge mašine putem mreže, tako da je to moguća\n"
-"tačka napada. Stoga se tek rijetki od odabranih demona pokreću\n"
-"na ovom sigurnosnom nivou.\n"
+"Ovaj sistem za štampu pokreće demon (pozadinski proces) koji čeka zadatke "
+"štampe i rješava ih. Ovom demonu takođe mogu pristupiti drugi računari putem "
+"mreže, tako da je to moguća tačka napada. Stoga se tek rijetki od odabranih "
+"demona pokreću na ovom sigurnosnom nivou.\n"
"\n"
-"Da li zaista želite podesiti štampanje na ovoj mašini?"
+"Da li zaista želite podesiti štampanje na ovom računaru?"
-#: ../../printerdrake.pm_.c:1584
+#: ../../printerdrake.pm_.c:2051
msgid "Starting the printing system at boot time"
msgstr "Pokrećem sistem za štampu tokom boota"
-#: ../../printerdrake.pm_.c:1585
+#: ../../printerdrake.pm_.c:2052
#, c-format
msgid ""
-"The printing system (%s) will not be started automatically\n"
-"when the machine is booted.\n"
+"The printing system (%s) will not be started automatically when the machine "
+"is booted.\n"
"\n"
-"It is possible that the automatic starting was turned off \n"
-"by changing to a higher security level, because the printing\n"
-"system is a potential point for attacks.\n"
+"It is possible that the automatic starting was turned off by changing to a "
+"higher security level, because the printing system is a potential point for "
+"attacks.\n"
"\n"
-"Do you want to have the automatic starting of the printing\n"
-"system turned on again?"
+"Do you want to have the automatic starting of the printing system turned on "
+"again?"
msgstr ""
-"Sistem za štampu (%s) se neće pokrenuti automatski\n"
-"prilikom boota mašine.\n"
+"Sistem za štampu (%s) se neće pokrenuti automatski prilikom boota računara.\n"
"\n"
-"Moguće je da je automatsko pokretanje isključeno prilikom\n"
-"promjene na viši nivo sigurnosni, pošto je sistem za štampu\n"
-"moguća tačka napada.\n"
+"Moguće je da je automatsko pokretanje isključeno prilikom promjene na viši "
+"nivo sigurnosni, pošto je sistem za štampu moguća tačka napada.\n"
"\n"
-"Da li želite da ponovo uključite automatsko pokretanje sistema\n"
-"za štampu?"
+"Da li želite da ponovo uključite automatsko pokretanje sistema za štampu?"
-#: ../../printerdrake.pm_.c:1612 ../../printerdrake.pm_.c:1644
-#: ../../printerdrake.pm_.c:1671 ../../printerdrake.pm_.c:1701
-#: ../../printerdrake.pm_.c:1778
+#: ../../printerdrake.pm_.c:2075 ../../printerdrake.pm_.c:2113
+#: ../../printerdrake.pm_.c:2143 ../../printerdrake.pm_.c:2176
+#: ../../printerdrake.pm_.c:2281
msgid "Checking installed software..."
msgstr "Provjeravam instalirani software..."
-#: ../../printerdrake.pm_.c:1648
+#: ../../printerdrake.pm_.c:2117
msgid "Removing LPRng..."
msgstr "Uklanjam LPRng..."
-#: ../../printerdrake.pm_.c:1675
+#: ../../printerdrake.pm_.c:2147
msgid "Removing LPD..."
msgstr "Uklanjam LPD..."
-#: ../../printerdrake.pm_.c:1727
+#: ../../printerdrake.pm_.c:2205
msgid "Select Printer Spooler"
msgstr "Izaberite spooler štampača"
-#: ../../printerdrake.pm_.c:1728
+#: ../../printerdrake.pm_.c:2206
msgid "Which printing system (spooler) do you want to use?"
msgstr "Koji sistem štampanja (spooler) želite koristiti?"
-#: ../../printerdrake.pm_.c:1759
+#: ../../printerdrake.pm_.c:2239
#, c-format
msgid "Configuring printer \"%s\" ..."
msgstr "Podešavam štampač \"%s\"..."
-#: ../../printerdrake.pm_.c:1806 ../../printerdrake.pm_.c:1838
-#: ../../printerdrake.pm_.c:2026 ../../printerdrake.pm_.c:2088
+#: ../../printerdrake.pm_.c:2252
+msgid "Installing Foomatic ..."
+msgstr "Instaliram Foomatic..."
+
+#: ../../printerdrake.pm_.c:2309 ../../printerdrake.pm_.c:2348
+#: ../../printerdrake.pm_.c:2733 ../../printerdrake.pm_.c:2803
msgid "Printer options"
msgstr "Opcije štampača"
-#: ../../printerdrake.pm_.c:1815
+#: ../../printerdrake.pm_.c:2318
msgid "Preparing PrinterDrake ..."
msgstr "Pripremam PrinterDrake..."
-#: ../../printerdrake.pm_.c:1845
+#: ../../printerdrake.pm_.c:2335 ../../printerdrake.pm_.c:2890
+msgid "Configuring applications..."
+msgstr "Podešavam aplikacije..."
+
+#: ../../printerdrake.pm_.c:2355
msgid "Would you like to configure printing?"
msgstr "Da li želite podesiti štampanje?"
-#: ../../printerdrake.pm_.c:1857
+#: ../../printerdrake.pm_.c:2367
msgid "Printing system: "
msgstr "Sistem štampe: "
-#: ../../printerdrake.pm_.c:1879
+#: ../../printerdrake.pm_.c:2415
+msgid "Printerdrake"
+msgstr "Printerdrake"
+
+#: ../../printerdrake.pm_.c:2419
msgid ""
-"The following printers are configured.\n"
-"Click on one of them to modify it or\n"
-"to get information about it or on \n"
-"\"Add Printer\" to add a new printer."
+"The following printers are configured. Double-click on a printer to change "
+"its settings; to make it the default printer; to view information about it; "
+"or to make a printer on a remote CUPS server available for Star Office/"
+"OpenOffice.org."
msgstr ""
-"Sljedeli štampači su podešeni.\n"
-"Kliknite na neki od njih za izmjenu\n"
-"ili informacije o njemu, ili kliknite na\n"
-"\"Dodaj štampač\" da biste dodali novi."
-
-#: ../../printerdrake.pm_.c:1885 ../../standalone/draknet_.c:301
-msgid "Normal Mode"
-msgstr "Normalni mod"
+"Sljedeći štampači su podešeni. Dvokliknite na štampač da promjenite njegove "
+"postavke; da ga učinite podrazumjevanim štampačem; da vidite informacije o "
+"njemu; ili da učinite štampač na udaljenom CUPS serveru upotrebljivim iz "
+"Star Office/OpenOffice.org-a."
-#: ../../printerdrake.pm_.c:1891 ../../printerdrake.pm_.c:2010
-msgid " (Default)"
-msgstr " (Default)"
+#: ../../printerdrake.pm_.c:2420
+msgid ""
+"The following printers are configured. Double-click on a printer to change "
+"its settings; to make it the default printer; or to view information about "
+"it."
+msgstr ""
+"Sljedeli štampači su podešeni. Kliknite dva puta na neki od njih za izmjenu "
+"postavki; ako ga želite učiniti podrazumjevanim štampačem; ili da biste "
+"vidjeli informacije o njemu."
-#: ../../printerdrake.pm_.c:1895 ../../printerdrake.pm_.c:1935
-msgid "Printer(s) on remote CUPS server(s)"
-msgstr "Štampač(i) na udaljenom CUPS serveru"
+#: ../../printerdrake.pm_.c:2446
+msgid "Refresh printer list (to display all available remote CUPS printers)"
+msgstr ""
+"Osvježi listu štampača (kako bi bili prikazani svi dostupni CUPS štampači)"
-#: ../../printerdrake.pm_.c:1896 ../../printerdrake.pm_.c:1936
-msgid "Printer(s) on remote server(s)"
-msgstr "Štampač(i) na udaljenom serveru"
+#: ../../printerdrake.pm_.c:2464
+msgid "Change the printing system"
+msgstr "Promjenite sistem štampe"
-#: ../../printerdrake.pm_.c:1898 ../../printerdrake.pm_.c:1919
-#: ../../printerdrake.pm_.c:1922 ../../printerdrake.pm_.c:1971
-msgid "Add printer"
-msgstr "Dodaj štampač"
+#: ../../printerdrake.pm_.c:2469 ../../standalone/draknet_.c:278
+msgid "Normal Mode"
+msgstr "Normalni mod"
-#: ../../printerdrake.pm_.c:1977 ../../printerdrake.pm_.c:1993
-#: ../../printerdrake.pm_.c:2128
+#: ../../printerdrake.pm_.c:2625 ../../printerdrake.pm_.c:2675
+#: ../../printerdrake.pm_.c:2884
msgid "Do you want to configure another printer?"
msgstr "Želite li podesiti još jedan štampač?"
-#: ../../printerdrake.pm_.c:2003
+#: ../../printerdrake.pm_.c:2711
msgid "Modify printer configuration"
msgstr "Izmjeni konfiguraciju štampača"
-#: ../../printerdrake.pm_.c:2004
+#: ../../printerdrake.pm_.c:2713
#, c-format
msgid ""
-"Printer %s: %s %s\n"
+"Printer %s\n"
"What do you want to modify on this printer?"
msgstr ""
-"Štampač %s: %s %s\n"
+"Štampač %s\n"
"Šta želite da izmjenite na ovom štampaču?"
-#: ../../printerdrake.pm_.c:2012
+#: ../../printerdrake.pm_.c:2717
msgid "Do it!"
msgstr "Uradi!"
-#: ../../printerdrake.pm_.c:2015 ../../printerdrake.pm_.c:2062
+#: ../../printerdrake.pm_.c:2722 ../../printerdrake.pm_.c:2777
msgid "Printer connection type"
msgstr "Tip konekcije štampača"
-#: ../../printerdrake.pm_.c:2016 ../../printerdrake.pm_.c:2066
+#: ../../printerdrake.pm_.c:2723 ../../printerdrake.pm_.c:2781
msgid "Printer name, description, location"
msgstr "Naziv štampača, opis, lokacija"
-#: ../../printerdrake.pm_.c:2018 ../../printerdrake.pm_.c:2081
+#: ../../printerdrake.pm_.c:2725 ../../printerdrake.pm_.c:2796
msgid "Printer manufacturer, model, driver"
msgstr "Proizvođač štampača, model, drajver"
-#: ../../printerdrake.pm_.c:2019 ../../printerdrake.pm_.c:2082
+#: ../../printerdrake.pm_.c:2726 ../../printerdrake.pm_.c:2797
msgid "Printer manufacturer, model"
msgstr "Proizvođač štampača, model"
-#: ../../printerdrake.pm_.c:2028 ../../printerdrake.pm_.c:2092
+#: ../../printerdrake.pm_.c:2735 ../../printerdrake.pm_.c:2807
msgid "Set this printer as the default"
msgstr "Podesi štampač kao podrazumjevani"
-#: ../../printerdrake.pm_.c:2029 ../../printerdrake.pm_.c:2097
+#: ../../printerdrake.pm_.c:2737 ../../printerdrake.pm_.c:2812
+msgid "Add this printer to Star Office/OpenOffice.org"
+msgstr "Dodaj ovaj štampač u Star Office/OpenOffice.org"
+
+#: ../../printerdrake.pm_.c:2738 ../../printerdrake.pm_.c:2821
+msgid "Remove this printer from Star Office/OpenOffice.org"
+msgstr "Ukloni ovaj štampač iz Star/Open Offica"
+
+#: ../../printerdrake.pm_.c:2739 ../../printerdrake.pm_.c:2830
msgid "Print test pages"
msgstr "Štampaj testnu stranicu"
-#: ../../printerdrake.pm_.c:2030 ../../printerdrake.pm_.c:2099
-msgid "Know how to print with this printer"
-msgstr "Saznaj kako štampati ovim štampačem"
+#: ../../printerdrake.pm_.c:2740 ../../printerdrake.pm_.c:2832
+msgid "Know how to use this printer"
+msgstr "Saznaj kako koristiti ovaj štampač"
-#: ../../printerdrake.pm_.c:2031 ../../printerdrake.pm_.c:2101
+#: ../../printerdrake.pm_.c:2742 ../../printerdrake.pm_.c:2834
msgid "Remove printer"
msgstr "Ukloni štampač"
-#: ../../printerdrake.pm_.c:2071
+#: ../../printerdrake.pm_.c:2786
#, c-format
msgid "Removing old printer \"%s\" ..."
msgstr "Uklanjam stari štampač \"%s\" ..."
-#: ../../printerdrake.pm_.c:2096
+#: ../../printerdrake.pm_.c:2810
+msgid "Default printer"
+msgstr "Podrazumjevani štampač"
+
+#: ../../printerdrake.pm_.c:2811
#, c-format
msgid "The printer \"%s\" is set as the default printer now."
msgstr "Štampač \"%s\" je sada podešen kao podrazumjevani štampač."
-#: ../../printerdrake.pm_.c:2103
+#: ../../printerdrake.pm_.c:2815 ../../printerdrake.pm_.c:2818
+msgid "Adding printer to Star Office/OpenOffice.org"
+msgstr "Dodajem štampač u Star Office/OpenOffice.org"
+
+#: ../../printerdrake.pm_.c:2816
+#, c-format
+msgid ""
+"The printer \"%s\" was successfully added to Star Office/OpenOffice.org."
+msgstr "Štampač \"%s\" je uspješno dodan u Star Office/OpenOffice.org."
+
+#: ../../printerdrake.pm_.c:2819
+#, c-format
+msgid "Failed to add the printer \"%s\" to Star Office/OpenOffice.org."
+msgstr "Nisam uspio dodati štampač \"%s\" u Star Office/OpenOffice.org."
+
+#: ../../printerdrake.pm_.c:2824 ../../printerdrake.pm_.c:2827
+msgid "Removing printer from Star Office/OpenOffice.org"
+msgstr "Uklanjam štampač iz Star/Open Offica"
+
+#: ../../printerdrake.pm_.c:2825
+#, c-format
+msgid ""
+"The printer \"%s\" was successfully removed from Star Office/OpenOffice.org."
+msgstr "Štampač \"%s\" je uspješno uklonjen iz Star/Open Offica."
+
+#: ../../printerdrake.pm_.c:2828
+#, c-format
+msgid "Failed to remove the printer \"%s\" from Star Office/OpenOffice.org."
+msgstr "Nisam uspio ukloniti štampač \"%s\" iz Star/Open Offica."
+
+#: ../../printerdrake.pm_.c:2836
#, c-format
msgid "Do you really want to remove the printer \"%s\"?"
msgstr "Da li želite da uklonite štampač \"%s\"?"
-#: ../../printerdrake.pm_.c:2105
+#: ../../printerdrake.pm_.c:2838
#, c-format
msgid "Removing printer \"%s\" ..."
msgstr "Uklanjam štampač \"%s\" ..."
@@ -7758,24 +8821,24 @@ msgstr "mkraid nije uspio (možda nedostaju raidtools?)"
msgid "Not enough partitions for RAID level %d\n"
msgstr "Nema dovoljno particija za RAID nivo %d\n"
-#: ../../services.pm_.c:15
+#: ../../services.pm_.c:14
msgid "Launch the ALSA (Advanced Linux Sound Architecture) sound system"
msgstr "Pokreni ALSA zvučni sistem (Advanced Linux Sound Architecture)"
-#: ../../services.pm_.c:16
+#: ../../services.pm_.c:15
msgid "Anacron a periodic command scheduler."
msgstr "Anacron periodični pokretač komandi."
-#: ../../services.pm_.c:17
+#: ../../services.pm_.c:16
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 ""
"apmd se koristi za nadgledanje statusa baterija i logovanje preko\n"
-"sysloga. Također se može koristiti za gašenje mašine kada su baterije "
+"sysloga. Također se može koristiti za gašenje računara kada su baterije "
"potrošene."
-#: ../../services.pm_.c:19
+#: ../../services.pm_.c:18
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."
@@ -7784,7 +8847,7 @@ msgstr ""
"prilikom pokretanja at-a, te pokreće pozadinske komande kada je nizak "
"prosječni nivo opterećenja."
-#: ../../services.pm_.c:21
+#: ../../services.pm_.c:20
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 "
@@ -7795,7 +8858,7 @@ msgstr ""
"u periodičnim terminima. vixie cron dodaje veći broj mogućnosti osnovnom\n"
"UNIX cronu, uključujući bolju sigurnost i moćnije opcije za podešavanje."
-#: ../../services.pm_.c:24
+#: ../../services.pm_.c:23
msgid ""
"GPM adds mouse support to text-based Linux applications such the\n"
"Midnight Commander. It also allows mouse-based console cut-and-paste "
@@ -7806,7 +8869,7 @@ msgstr ""
"Midnight Commander. On također omogućuje konzolne isjeci/zaljepi operacije\n"
"pomoću miša i uključuje podršku za pop-up menije na konzoli."
-#: ../../services.pm_.c:27
+#: ../../services.pm_.c:26
msgid ""
"HardDrake runs a hardware probe, and optionally configures\n"
"new/changed hardware."
@@ -7814,15 +8877,14 @@ msgstr ""
"HardDrake pokreće probavanje hardware-a i opcionalno konfiguriše\n"
"novi/izmjenjeni hardware."
-#: ../../services.pm_.c:29
+#: ../../services.pm_.c:28 ../../standalone/logdrake_.c:412
msgid ""
-"Apache is a World Wide Web server. It is used to serve HTML files\n"
-"and CGI."
+"Apache is a World Wide Web server. It is used to serve HTML files and CGI."
msgstr ""
"Apache je World Wide Web server. Koristi se za posluživanje HTML\n"
"datoteka i CGI."
-#: ../../services.pm_.c:31
+#: ../../services.pm_.c:29
msgid ""
"The internet superserver daemon (commonly called inetd) starts a\n"
"variety of other internet services as needed. It is responsible for "
@@ -7836,15 +8898,15 @@ msgstr ""
"raznih servisa, kao što su telnet, ftp, rsh i rlogin. Isključivanje inetd-a\n"
"isključuje sve servise za koje je on nadležan."
-#: ../../services.pm_.c:35
+#: ../../services.pm_.c:33
msgid ""
"Launch packet filtering for Linux kernel 2.2 series, to set\n"
"up a firewall to protect your machine from network attacks."
msgstr ""
"Pokrenite filtriranje paketa za Linux kernel seriju 2.2 kako\n"
-"biste postavili firewall i zaštitili vašu mašinu od mrežnih napada."
+"biste postavili firewall i zaštitili vaš računar od mrežnih napada."
-#: ../../services.pm_.c:37
+#: ../../services.pm_.c:35
msgid ""
"This package loads the selected keyboard map as set in\n"
"/etc/sysconfig/keyboard. This can be selected using the kbdconfig utility.\n"
@@ -7852,9 +8914,9 @@ msgid ""
msgstr ""
"Ovaj paket učitava izabranu mapu tastature kao što je podešeno u\n"
"/etc/sysconfig/keyboarc. Ovo može biti izabrano korištenjem kbdconfig\n"
-"programa. Možete ovo ostaviti uključenim na većini mašina."
+"programa. Možete ovo ostaviti uključenim na većini računara."
-#: ../../services.pm_.c:40
+#: ../../services.pm_.c:38
msgid ""
"Automatic regeneration of kernel header in /boot for\n"
"/usr/include/linux/{autoconf,version}.h"
@@ -7862,11 +8924,11 @@ msgstr ""
"Automatsko regenerisanje kernel zaglavlja u /boot za\n"
"/usr/include/linux/{autoconf,version}.h"
-#: ../../services.pm_.c:42
+#: ../../services.pm_.c:40
msgid "Automatic detection and configuration of hardware at boot."
msgstr "Automatsko prepoznavanje i podešavanje hardware-a tokom boota."
-#: ../../services.pm_.c:43
+#: ../../services.pm_.c:41
msgid ""
"Linuxconf will sometimes arrange to perform various tasks\n"
"at boot-time to maintain the system configuration."
@@ -7874,7 +8936,7 @@ msgstr ""
"Linuxconf će ponekad obaviti raznolike zadatke tokom boota\n"
"kako bi se održala sistemska konfiguracija."
-#: ../../services.pm_.c:45
+#: ../../services.pm_.c:43
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)."
@@ -7882,7 +8944,7 @@ msgstr ""
"lpd je demon za štampu koji je potreban da bi lpr radio ispravno.\n"
"To je u osnovi server koji dodjeljuje zadatke štampe štampaču/ima."
-#: ../../services.pm_.c:47
+#: ../../services.pm_.c:45
msgid ""
"Linux Virtual Server, used to build a high-performance and highly\n"
"available server."
@@ -7890,15 +8952,15 @@ msgstr ""
"Linux Virtuelni Server, koristi se za izgradnju servera visokih performansi\n"
"i dostupnosti."
-#: ../../services.pm_.c:49
+#: ../../services.pm_.c:47 ../../standalone/logdrake_.c:413
msgid ""
-"named (BIND) is a Domain Name Server (DNS) that is used to resolve\n"
-"host names to IP addresses."
+"named (BIND) is a Domain Name Server (DNS) that is used to resolve host "
+"names to IP addresses."
msgstr ""
-"named (BIND) je Domain Name Server (DNS) koji se koristi za\n"
-"pretvaranje imena računara u IP adrese."
+"named (BIND) je Domain Name Server (DNS) koji se koristi za pretvaranje "
+"imena računara u IP adrese."
-#: ../../services.pm_.c:51
+#: ../../services.pm_.c:48
msgid ""
"Mounts and unmounts all Network File System (NFS), SMB (Lan\n"
"Manager/Windows), and NCP (NetWare) mount points."
@@ -7906,7 +8968,7 @@ msgstr ""
"Montira i demontira sve Network File System (NFS), SMB (Lan\n"
"Manager/Windows) i NCP (NetWare) tačke montiranja."
-#: ../../services.pm_.c:53
+#: ../../services.pm_.c:50
msgid ""
"Activates/Deactivates all network interfaces configured to start\n"
"at boot time."
@@ -7914,7 +8976,7 @@ msgstr ""
"Aktivira/deaktivira sve mrežne interfejse koji su konfigurisani\n"
"za pokretanje tokom boota."
-#: ../../services.pm_.c:55
+#: ../../services.pm_.c:52
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"
@@ -7924,7 +8986,7 @@ msgstr ""
"Ovaj servis omogućuje funkcionalnost NFS servera, koji je podešen putem\n"
"/etc/exports datoteke."
-#: ../../services.pm_.c:58
+#: ../../services.pm_.c:55
msgid ""
"NFS is a popular protocol for file sharing across TCP/IP\n"
"networks. This service provides NFS file locking functionality."
@@ -7932,7 +8994,7 @@ msgstr ""
"NFS je popularan protokol za dijeljenje datoteka preko TCP/IP mreža.\n"
"Ovaj servis omogućuje NFS funkcionalnost zaključavanja datoteka."
-#: ../../services.pm_.c:60
+#: ../../services.pm_.c:57
msgid ""
"Automatically switch on numlock key locker under console\n"
"and XFree at boot."
@@ -7940,11 +9002,11 @@ msgstr ""
"Automatski uključuje numlock bravu tipaka pod konzolom i\n"
"XFree tokom boota."
-#: ../../services.pm_.c:62
+#: ../../services.pm_.c:59
msgid "Support the OKI 4w and compatible winprinters."
msgstr "Podrška za OK 4w i kompatibilne windows štampače"
-#: ../../services.pm_.c:63
+#: ../../services.pm_.c:60
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 "
@@ -7953,10 +9015,10 @@ msgid ""
msgstr ""
"PCMCIA podrška je obično za podržavanje stvari kao što je\n"
"ethernet i modemi u laptopima. Neće se pokrenuti dok se ne\n"
-"konfiguriše tako da je sigurno imati ga instaliranog na mašinama\n"
-" kojima nije potreban."
+"konfiguriše tako da je sigurno imati ga instaliranog na računarima\n"
+"kojima nije potreban."
-#: ../../services.pm_.c:66
+#: ../../services.pm_.c:63
msgid ""
"The portmapper manages RPC connections, which are used by\n"
"protocols such as NFS and NIS. The portmap server must be running on "
@@ -7964,18 +9026,18 @@ msgid ""
"which act as servers for protocols which make use of the RPC mechanism."
msgstr ""
"Portmapper upravlja RPC konekcijama, koje koriste protokoli kao što\n"
-"su NFS i NIS. Portmap server mora raditi na mašinama koje služe kao\n"
+"su NFS i NIS. Portmap server mora raditi na računarima koje služe kao\n"
"serveri za protokole koji koriste RPC mehanizam."
-#: ../../services.pm_.c:69
+#: ../../services.pm_.c:66 ../../standalone/logdrake_.c:415
msgid ""
-"Postfix is a Mail Transport Agent, which is the program that\n"
-"moves mail from one machine to another."
+"Postfix is a Mail Transport Agent, which is the program that moves mail from "
+"one machine to another."
msgstr ""
-"Postfix je Mail Transport Agent, tj. program koji šalje poštu sa\n"
-"jedne mašine na drugu."
+"Postfix je Mail Transport Agent, tj. program koji šalje poštu sa jednog "
+"računara na drugu."
-#: ../../services.pm_.c:71
+#: ../../services.pm_.c:67
msgid ""
"Saves and restores system entropy pool for higher quality random\n"
"number generation."
@@ -7983,7 +9045,7 @@ msgstr ""
"Spašava i vraća sistemski raspon entropije za veću kvalitetu\n"
"generisanja slučajnih brojeva."
-#: ../../services.pm_.c:73
+#: ../../services.pm_.c:69
msgid ""
"Assign raw devices to block devices (such as hard drive\n"
"partitions), for the use of applications such as Oracle"
@@ -7991,7 +9053,7 @@ msgstr ""
"Dodjeljuje sirove uređaje blokovskim urećajima (kao što su\n"
"particije hard diska) za upotrebu aplikacijama kao što je Oracle"
-#: ../../services.pm_.c:75
+#: ../../services.pm_.c:71
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"
@@ -8002,35 +9064,35 @@ msgstr ""
"kompleksniji\n"
"protokoli rutiranja su potrebni za složene mreže."
-#: ../../services.pm_.c:78
+#: ../../services.pm_.c:74
msgid ""
"The rstat protocol allows users on a network to retrieve\n"
"performance metrics for any machine on that network."
msgstr ""
"rstat protokol omogućava korisnicima na mreži da dobave\n"
-"mjeru performansi za svaku mašinu na toj mreži"
+"mjeru performansi za svaki računar na toj mreži"
-#: ../../services.pm_.c:80
+#: ../../services.pm_.c:76
msgid ""
"The rusers protocol allows users on a network to identify who is\n"
"logged in on other responding machines."
msgstr ""
"rusers protokol omogućava korisnicima na mreži da identificiraju\n"
-"ko je prijavljen na ostalim mašinama."
+"ko je prijavljen na ostalim računarima."
-#: ../../services.pm_.c:82
+#: ../../services.pm_.c:78
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 ""
"rwho protokol omogućava udaljenim korisnicima da dobiju listu svih\n"
-"korisnika prijavljenih na mašinu na kojoj radi rwho demon (slično fingeru)."
+"korisnika prijavljenih na računar na kojem radi rwho demon (slično fingeru)."
-#: ../../services.pm_.c:84
+#: ../../services.pm_.c:80
msgid "Launch the sound system on your machine"
-msgstr "Pokreće zvučni sistem na vašoj mašini"
+msgstr "Pokreće zvučni sistem na vašem računaru"
-#: ../../services.pm_.c:85
+#: ../../services.pm_.c:81
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."
@@ -8038,43 +9100,43 @@ msgstr ""
"Syslog je pogodnost pomoću koje mnogi demoni zapisuju poruke\n"
"u razne sistemske dnevnike. Dobra ideja je uvijek imati pokrenuti syslog."
-#: ../../services.pm_.c:87
+#: ../../services.pm_.c:83
msgid "Load the drivers for your usb devices."
msgstr "Pokreće drajvere za vaše usb uređaje."
-#: ../../services.pm_.c:88
+#: ../../services.pm_.c:84
msgid "Starts the X Font Server (this is mandatory for XFree to run)."
msgstr "Pokreće X Font Server (ovo je nužno da bi XFree radio)."
-#: ../../services.pm_.c:114 ../../services.pm_.c:156
+#: ../../services.pm_.c:110 ../../services.pm_.c:152
msgid "Choose which services should be automatically started at boot time"
msgstr "Izaberite koji servisi se trebaju pokretati automatski prilikom boota"
-#: ../../services.pm_.c:126
+#: ../../services.pm_.c:122
msgid "Printing"
msgstr "Štampa"
-#: ../../services.pm_.c:127
+#: ../../services.pm_.c:123
msgid "Internet"
msgstr "Internet"
-#: ../../services.pm_.c:130
+#: ../../services.pm_.c:126
msgid "File sharing"
msgstr "Dijeljenje datoteka"
-#: ../../services.pm_.c:132
+#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:934
msgid "System"
msgstr "Sistem"
-#: ../../services.pm_.c:137
+#: ../../services.pm_.c:133
msgid "Remote Administration"
msgstr "Udaljena administracija"
-#: ../../services.pm_.c:145
+#: ../../services.pm_.c:141
msgid "Database Server"
msgstr "Server baze podataka"
-#: ../../services.pm_.c:174
+#: ../../services.pm_.c:170
#, c-format
msgid "Services: %d activated for %d registered"
msgstr "Servisi: %d aktiviran za %d registrovan"
@@ -8097,7 +9159,7 @@ msgstr "Servisi i demoni"
#: ../../services.pm_.c:217
msgid ""
-"No additionnal information\n"
+"No additional information\n"
"about this service, sorry."
msgstr ""
"Nema dodatnih informacija\n"
@@ -8107,11 +9169,212 @@ msgstr ""
msgid "On boot"
msgstr "Prilikom boota"
+#: ../../services.pm_.c:236
+msgid "Start"
+msgstr "Start"
+
+#: ../../services.pm_.c:236
+msgid "Stop"
+msgstr "Stop"
+
+#: ../../share/advertising/00-thanks.pl_.c:9
+msgid "Thank you for choosing Mandrake Linux 8.2"
+msgstr "Hvala vam što ste odabrali Mandrake Linux 8.2"
+
+#: ../../share/advertising/00-thanks.pl_.c:10
+msgid "Welcome to the Open Source world"
+msgstr "Dobro došli u svijet otvorenog izvornog koda"
+
+#: ../../share/advertising/00-thanks.pl_.c:11
+msgid ""
+"The success of MandrakeSoft is based upon the principle of Free Software. "
+"Your new operating system is the result of collaborative work on the part of "
+"the worldwide Linux Community"
+msgstr ""
+"Uspjeh MandrakeSofta je baziran na principima Slobodnog softvera. Vaš novi "
+"operativni sistem je rezultat zajedničkog rada dijela Linux zajednice širom "
+"svijeta"
+
+#: ../../share/advertising/01-gnu.pl_.c:9
+msgid "Join the Free Software world"
+msgstr "Pridružite se svijetu Slobodnog softvera"
+
+#: ../../share/advertising/01-gnu.pl_.c:10
+msgid ""
+"Get to know the Open Source community and become a member. Learn, teach, and "
+"help others by joining the many discussion forums that you will find in our "
+"\"Community\" webpages"
+msgstr ""
+"Upoznajte Open Source zajednicu i postanite njen član. Učite, podučavajte i "
+"pomozite drugima tako što ćete pristupiti mnogim forumima za diskusiju koje "
+"ćete naći na našim \"Community\" stranicama"
+
+#: ../../share/advertising/02-internet.pl_.c:9
+msgid "Internet and Messaging"
+msgstr "Internet i razmjena poruka"
+
+#: ../../share/advertising/02-internet.pl_.c:10
+msgid ""
+"Mandrake Linux 8.2 provides the best software to access everything the "
+"Internet has to offer: Surf the web & view animations with Mozilla and "
+"Konqueror, exchange email & organize your personal information with "
+"Evolution and Kmail, and much more"
+msgstr ""
+"Mandrake Linux 8.2 pruža najbolji softver za pristup svemu što Internet "
+"pruža: Pretražujte web i pregledajte animacije pomoću Mozilla-e i "
+"Konquerora, razmjenjujte email i organizirajte vaše lične podatke pomoću "
+"Evolution i KMail-a, i mnogo drugog"
+
+#: ../../share/advertising/03-graphic.pl_.c:9
+msgid "Multimedia and Graphics"
+msgstr "Multimedija i grafika"
+
+#: ../../share/advertising/03-graphic.pl_.c:10
+msgid ""
+"Mandrake Linux 8.2 lets you push your multimedia computer to its limits! Use "
+"the latest software to play music and audio files, edit and organize your "
+"images and photos, watch TV and videos, and much more"
+msgstr ""
+"Mandrake Linux 8.2 vam omogućuje da potjerate vaš multimedijalni računar do "
+"krajnjih granica! Koristite najnoviji softver za slušanje muzike i audio "
+"datoteka, mijenjajte i organizujte vaše slike i fotografije, gledajte TV i "
+"video-snimke i mnogo drugog"
+
+#: ../../share/advertising/04-develop.pl_.c:9
+msgid "Development"
+msgstr "Programiranje"
+
+#: ../../share/advertising/04-develop.pl_.c:10
+msgid ""
+"Mandrake Linux 8.2 is the ultimate development platform. Discover the power "
+"of the GNU gcc compiler as well as the best Open Source development "
+"environments"
+msgstr ""
+"Mandrake Linux 8.2 je najbolja platforma za razvoj aplikacija. Otkrijte moć "
+"GNU gcc kompajlera kao i najboljih razvojnih okolina koje su Open Source"
+
+#: ../../share/advertising/05-contcenter.pl_.c:9
+msgid "Mandrake Control Center"
+msgstr "Mandrake Kontrolni centar"
+
+#: ../../share/advertising/05-contcenter.pl_.c:10
+msgid ""
+"The Mandrake Linux 8.2 Control Center is a one-stop location for fully "
+"customizing and configuring your Mandrake system"
+msgstr ""
+"Mandrake Linux 8.2 Kontrolni centar je jedinstvena lokacija za puno "
+"prilagođavanje i podešavanje vašeg Mandrake sistema"
+
+#: ../../share/advertising/06-user.pl_.c:9
+msgid "User interfaces"
+msgstr "Korisnički okoliš"
+
+#: ../../share/advertising/06-user.pl_.c:10
+msgid ""
+"Mandrake Linux 8.2 provides 11 different graphical desktop environments and "
+"window managers to choose from including GNOME 1.4, KDE 2.2.2, Window Maker "
+"0.8, and the rest"
+msgstr ""
+"Mandrake Linux 8.2 nudi vam na izbor 11 različitih grafičkih desktop okolina "
+"i window managera uključujući GNOME 1.4, KDE 2.2.2, Window Maker 0.8 i druge"
+
+#: ../../share/advertising/07-server.pl_.c:9
+msgid "Server Software"
+msgstr "Serverski softver"
+
+#: ../../share/advertising/07-server.pl_.c:10
+msgid ""
+"Transform your machine into a powerful server with just a few clicks of the "
+"mouse: Web server, email, firewall, router, file and print server, ..."
+msgstr ""
+"Pretvorite vaš računar u moćan server sa svega nekoliko klikova mišem: Web "
+"server, email, firewall, file i print server, ..."
+
+#: ../../share/advertising/08-games.pl_.c:9
+msgid "Games"
+msgstr "Igre"
+
+#: ../../share/advertising/08-games.pl_.c:10
+msgid ""
+"Mandrake Linux 8.2 provides the best Open Source games - arcade, action, "
+"cards, sports, strategy, ..."
+msgstr ""
+"Mandrake Linux 8.2 pruža najbolje Open Source igre - arkadne, akcione, "
+"karte, sportovi, strategije, ..."
+
+#: ../../share/advertising/09-MDKcampus.pl_.c:9
+msgid "MandrakeCampus"
+msgstr "MandrakeCampus"
+
+#: ../../share/advertising/09-MDKcampus.pl_.c:10
+msgid ""
+"Would you like to learn Linux simply, quickly, and for free? MandrakeSoft "
+"provides free Linux training, as well as a way to test your progress, at "
+"MandrakeCampus -- our online training center"
+msgstr ""
+"Želite li naučiti Linux jednostavno, brzo i besplatno? MandrakeSoft vam nudi "
+"besplatno učenje Linuxa kao i način za testiranje vašeg napretka na "
+"MandrakeCampus-u -- našem online centru za obuku"
+
+#: ../../share/advertising/10-MDKexpert.pl_.c:9
+msgid "MandrakeExpert"
+msgstr "MandrakeExpert"
+
+#: ../../share/advertising/10-MDKexpert.pl_.c:10
+msgid ""
+"Quality support from the Linux Community, and from MandrakeSoft, is just "
+"around the corner. And if you're already a Linux veteran, become an \"Expert"
+"\" and share your knowledge at our support website"
+msgstr ""
+"Kvalitetna podrška od strane Linux zajednice i MandrakeSofta nalazi se odmah "
+"iza ugla. A ako ste već Linux veteran, postanite \"Expert\" i dijelite vaše "
+"znanje na našem web sajtu za podršku"
+
+#: ../../share/advertising/11-consul.pl_.c:9
+msgid "MandrakeConsulting"
+msgstr "MandrakeConsulting"
+
+#: ../../share/advertising/11-consul.pl_.c:10
+msgid ""
+"For all of your IT projects, our consultants are ready to analyze your "
+"requirements and offer a customized solution. Benefit from MandrakeSoft's "
+"vast experience as a Linux producer to provide a true IT alternative for "
+"your business organization"
+msgstr ""
+"Za sve vaše IT projekte, naši konsultanti su spremni da analiziraju vaše "
+"potrebe i ponude prilagođeno rješenje. Iskoristite veliko iskustvo "
+"MandrakeSofta kao proizvođača Linux rješenja kako biste ponudili pravu IT "
+"alternativu za vaš biznis"
+
+#: ../../share/advertising/12-MDKstore.pl_.c:9
+msgid "MandrakeStore"
+msgstr "MandrakeStore"
+
+#: ../../share/advertising/12-MDKstore.pl_.c:10
+msgid ""
+"A full range of Linux solutions, as well as special offers on products and "
+"'goodies', are available online at our e-store"
+msgstr ""
+"Čitav raspon Linux rješenja, kao i posebne ponude za proizvode i "
+"'potrepštine', dostupni su u našoj online radnji"
+
+#: ../../share/advertising/13-Nvert.pl_.c:9
+msgid ""
+"For more information on MandrakeSoft's Professional Services and commercial "
+"offerings, please see the following web page:"
+msgstr ""
+"Za više informacija o MandrakeSoftovim profesionalnim uslugama i "
+"komercijalnoj ponudi, molimo posjetite sljedeću web stranicu:"
+
+#: ../../share/advertising/13-Nvert.pl_.c:11
+msgid "http://www.mandrakesoft.com/sales/contact"
+msgstr "http://www.mandrakesoft.com/sales/contact"
+
#: ../../standalone.pm_.c:25
msgid "Installing packages..."
msgstr "Instaliram pakete..."
-#: ../../standalone/diskdrake_.c:63
+#: ../../standalone/diskdrake_.c:85
msgid ""
"I can't read your partition table, it's too corrupted for me :(\n"
"I'll try to go on blanking bad partitions"
@@ -8119,20 +9382,20 @@ msgstr ""
"Ne mogu čitati vašu tabelu particija, previše je oštećena za mene :(\n"
"Pokušaću izbrisati loše particije"
-#: ../../standalone/drakautoinst_.c:44
+#: ../../standalone/drakautoinst_.c:45
msgid "Error!"
msgstr "Greška!"
-#: ../../standalone/drakautoinst_.c:45
+#: ../../standalone/drakautoinst_.c:46
#, c-format
msgid "I can't find needed image file `%s'."
msgstr "Ne mogu pronaći potrebnu image datoteku '%s'"
-#: ../../standalone/drakautoinst_.c:47
+#: ../../standalone/drakautoinst_.c:48
msgid "Auto Install Configurator"
msgstr "Podešavanje auto instalacije"
-#: ../../standalone/drakautoinst_.c:48
+#: ../../standalone/drakautoinst_.c:49
msgid ""
"You are about to configure an Auto Install floppy. This feature is somewhat "
"dangerous and must be used circumspectly.\n"
@@ -8159,11 +9422,11 @@ msgstr ""
"\n"
"Da li želite nastaviti?"
-#: ../../standalone/drakautoinst_.c:70
+#: ../../standalone/drakautoinst_.c:71
msgid "Automatic Steps Configuration"
msgstr "Automatska konfiguracija koraka"
-#: ../../standalone/drakautoinst_.c:71
+#: ../../standalone/drakautoinst_.c:72
msgid ""
"Please choose for each step whether it will replay like your install, or it "
"will be manual"
@@ -8171,11 +9434,24 @@ msgstr ""
"Molimo izaberite za svaki korak da li ćete ga ponoviti kao i u vašoj "
"instalaciji ili će se obaviti ručno"
-#: ../../standalone/drakautoinst_.c:112 ../../standalone/drakgw_.c:599
+#: ../../standalone/drakautoinst_.c:145
+msgid ""
+"\n"
+"Welcome.\n"
+"\n"
+"The parameters of the auto-install are available in the sections on the left"
+msgstr ""
+"\n"
+"Dobro došli.\n"
+"\n"
+"Parametri automatske instalacije su dostupni u odjeljcima lijevo"
+
+#: ../../standalone/drakautoinst_.c:243 ../../standalone/drakgw_.c:671
+#: ../../standalone/scannerdrake_.c:106
msgid "Congratulations!"
msgstr "Čestitamo!"
-#: ../../standalone/drakautoinst_.c:113
+#: ../../standalone/drakautoinst_.c:244
msgid ""
"The floppy has been successfully generated.\n"
"You may now replay your installation."
@@ -8183,15 +9459,1404 @@ msgstr ""
"Disketa je uspješno napravljena.\n"
"Sada možete ponoviti vašu instalaciju."
-#: ../../standalone/drakgw_.c:36 ../../standalone/drakgw_.c:181
+#: ../../standalone/drakautoinst_.c:282
+msgid "Auto Install"
+msgstr "Auto instalacija"
+
+#: ../../standalone/drakautoinst_.c:352
+msgid "Add an item"
+msgstr "Dodaj stavku"
+
+#: ../../standalone/drakautoinst_.c:359
+msgid "Remove the last item"
+msgstr "Ukloniti zadnju stavku"
+
+#: ../../standalone/drakbackup_.c:448 ../../standalone/drakbackup_.c:451
+#: ../../standalone/drakbackup_.c:455
+msgid ""
+"***********************************************************************\n"
+"\n"
+msgstr ""
+"***********************************************************************\n"
+"\n"
+
+#: ../../standalone/drakbackup_.c:449
+msgid ""
+"\n"
+" DrakBackup Report \n"
+"\n"
+msgstr ""
+"\n"
+" DrakBackup Izvještaj \n"
+"\n"
+
+#: ../../standalone/drakbackup_.c:450
+msgid ""
+"\n"
+" DrakBackup Daemon Report\n"
+"\n"
+"\n"
+msgstr ""
+"\n"
+" DrakBackup Izvještaj o demonima\n"
+"\n"
+"\n"
+
+#: ../../standalone/drakbackup_.c:453
+msgid ""
+"\n"
+"\n"
+"***********************************************************************\n"
+"\n"
+msgstr ""
+"\n"
+"\n"
+"***********************************************************************\n"
+"\n"
+
+#: ../../standalone/drakbackup_.c:454
+msgid ""
+"\n"
+" DrakBackup Report Details\n"
+"\n"
+"\n"
+msgstr ""
+"\n"
+" DrakBackup Detalji izvještaja\n"
+"\n"
+"\n"
+
+#: ../../standalone/drakbackup_.c:476
+msgid "total progess"
+msgstr "ukupno napredak"
+
+#: ../../standalone/drakbackup_.c:555 ../../standalone/drakbackup_.c:602
+msgid "Backup system files..."
+msgstr "Backup-uj sistemske datoteke..."
+
+#: ../../standalone/drakbackup_.c:603 ../../standalone/drakbackup_.c:667
+msgid "Hard Disk Backup files..."
+msgstr "Datoteke backup-a hard diska..."
+
+#: ../../standalone/drakbackup_.c:615
+msgid "Backup User files..."
+msgstr "Backup-uj korisničke datoteke..."
+
+#: ../../standalone/drakbackup_.c:616
+msgid "Hard Disk Backup Progress..."
+msgstr "Napredak backup-a hard diska..."
+
+#: ../../standalone/drakbackup_.c:666
+msgid "Backup Other files..."
+msgstr "Backup-uj ostale datoteke..."
+
+#: ../../standalone/drakbackup_.c:674
+#, c-format
+msgid ""
+"file list send by FTP : %s\n"
+" "
+msgstr ""
+"lista datoteka poslana putem FTPa : %s\n"
+" "
+
+#: ../../standalone/drakbackup_.c:677
+msgid ""
+"\n"
+"(!) FTP connexion problem: It was not possible to send your backup files by "
+"FTP.\n"
+msgstr ""
+"\n"
+"(!) problem sa FTP konekcijom: Nije bilo moguće poslati vaše backup datoteke "
+"putem FTPa.\n"
+
+#: ../../standalone/drakbackup_.c:687
+msgid "(!) Error during mail sending. \n"
+msgstr "(!) Greška tokom slanja pošte. \n"
+
+#: ../../standalone/drakbackup_.c:728 ../../standalone/drakbackup_.c:739
+#: ../../standalone/drakbackup_.c:750 ../../standalone/drakfont_.c:787
+msgid "File Selection"
+msgstr "Izbor datoteka"
+
+#: ../../standalone/drakbackup_.c:755
+msgid "Select the files or directories and click on 'Add'"
+msgstr "Izaberite datoteke ili direktorije i kliknite na 'Dodaj'"
+
+#: ../../standalone/drakbackup_.c:790
+msgid ""
+"\n"
+"Please check all options that you need.\n"
+msgstr ""
+"\n"
+"Molimo uključite sve potrebne opcije.\n"
+
+#: ../../standalone/drakbackup_.c:791
+msgid ""
+"These options can backup and restore all files in your /etc directory.\n"
+msgstr ""
+"Ove opcije mogu spasiti ili vratiti sve datoteke u vašem /etc direktoriju.\n"
+
+#: ../../standalone/drakbackup_.c:792
+msgid "Backup your System files. ( /etc directory )"
+msgstr "Backup sistemskih datoteka. ( /etc direktorij )"
+
+#: ../../standalone/drakbackup_.c:793
+msgid "Use incremental backup (do not replace old backups)"
+msgstr "Koristi inkrementalni backup (nemoj prebrisati stare backupe)"
+
+#: ../../standalone/drakbackup_.c:794
+msgid "Do not include critical files (passwd, group, fstab)"
+msgstr "Zaobiđi kritične datoteke (passwd, group, fstab)"
+
+#: ../../standalone/drakbackup_.c:795
+msgid ""
+"With this option you will be able to restore any version\n"
+" of your /etc directory."
+msgstr ""
+"Sa ovom opcijom bićete u mogućnosti da vratite bilo koju\n"
+" verziju vašeg /etc direktorija."
+
+#: ../../standalone/drakbackup_.c:812
+msgid "Please check all users that you want to include in your backup."
+msgstr "Molimo izaberite sve korisnike koje želite uključiti u vaš backup."
+
+#: ../../standalone/drakbackup_.c:839
+msgid "Do not include the browser cache"
+msgstr "Ne uključuj spremnik web preglednika"
+
+#: ../../standalone/drakbackup_.c:840 ../../standalone/drakbackup_.c:864
+msgid "Use Incremental Backups (do not replace old backups)"
+msgstr "Koristi inkrementalni backup (nemoj prebrisati stare backupe)"
+
+#: ../../standalone/drakbackup_.c:862 ../../standalone/drakfont_.c:827
+msgid "Remove Selected"
+msgstr "Ukloni izabrano"
+
+#: ../../standalone/drakbackup_.c:900
+msgid "Windows (FAT32)"
+msgstr "Windows (FAT32)"
+
+#: ../../standalone/drakbackup_.c:939
+msgid "Users"
+msgstr "Korisnici"
+
+#: ../../standalone/drakbackup_.c:964
+msgid "Use FTP connection to backup"
+msgstr "Koristi FTP vezu za backup"
+
+#: ../../standalone/drakbackup_.c:967
+msgid "Please enter the host name or IP."
+msgstr "Molimo unesite ime računara ili IP."
+
+#: ../../standalone/drakbackup_.c:972
+msgid ""
+"Please enter the directory to\n"
+" put the backup on this host."
+msgstr ""
+"Molimo unesite direktorij za\n"
+" smještaj backupa na ovom računaru."
+
+#: ../../standalone/drakbackup_.c:977
+msgid "Please enter your login"
+msgstr "Molimo unesite vaš login"
+
+#: ../../standalone/drakbackup_.c:982
+msgid "Please enter your password"
+msgstr "Molimo unesite vašu šifru"
+
+#: ../../standalone/drakbackup_.c:988
+msgid "Remember this password"
+msgstr "Zapamti ovu šifru"
+
+#: ../../standalone/drakbackup_.c:1052 ../../standalone/drakbackup_.c:2048
+msgid "FTP Connection"
+msgstr "FTP konekcija"
+
+#: ../../standalone/drakbackup_.c:1059 ../../standalone/drakbackup_.c:2056
+msgid "Secure Connection"
+msgstr "Sigurna konekcija"
+
+#: ../../standalone/drakbackup_.c:1085 ../../standalone/drakbackup_.c:2889
+msgid "Use CD/DVDROM to backup"
+msgstr "Koristi CD/DVDROM za backup"
+
+#: ../../standalone/drakbackup_.c:1088 ../../standalone/drakbackup_.c:2893
+msgid "Please choose your CD space"
+msgstr "Molimo izaberite vaš CD prostor"
+
+#: ../../standalone/drakbackup_.c:1094 ../../standalone/drakbackup_.c:2905
+msgid "Please check if you are using CDRW media"
+msgstr "Molim uključite ako koristite CDRW medij"
+
+#: ../../standalone/drakbackup_.c:1100 ../../standalone/drakbackup_.c:2911
+msgid "Please check if you want to erase your CDRW before"
+msgstr "Molim uključite ako želite obrisati vaš CDRW prije"
+
+#: ../../standalone/drakbackup_.c:1106
+msgid ""
+"Please check if you want to include\n"
+" install boot on your CD."
+msgstr ""
+"Molim izaberite ako želite uključiti\n"
+" instalacijski boot na CDu."
+
+#: ../../standalone/drakbackup_.c:1112
+msgid ""
+"Please enter your CD Writer device name\n"
+" ex: 0,1,0"
+msgstr ""
+"Molim unesite naziv uređaja vašeg CD Writera\n"
+" npr: 0,1,0"
+
+#: ../../standalone/drakbackup_.c:1153
+msgid "Use tape to backup"
+msgstr "Koristi traku za backup"
+
+#: ../../standalone/drakbackup_.c:1156
+msgid "Please enter the device name to use for backup"
+msgstr "Molim unesite ime uređaja kojeg ćete koristiti za backup"
+
+#: ../../standalone/drakbackup_.c:1162 ../../standalone/drakbackup_.c:1203
+#: ../../standalone/drakbackup_.c:2013
+msgid ""
+"Please enter the maximum size\n"
+" allowed for Drakbackup"
+msgstr ""
+"Molim unesite maksimalnu veličinu\n"
+" dozvoljenu za Draxbackup"
+
+#: ../../standalone/drakbackup_.c:1195 ../../standalone/drakbackup_.c:2005
+msgid "Please enter the directory to save:"
+msgstr "Molimo unesite direktorij za spasiti:"
+
+#: ../../standalone/drakbackup_.c:1209 ../../standalone/drakbackup_.c:2019
+msgid "Use quota for backup files."
+msgstr "Koristi quotu za backup datoteke."
+
+#: ../../standalone/drakbackup_.c:1267
+msgid "Network"
+msgstr "Mreža"
+
+#: ../../standalone/drakbackup_.c:1272
+msgid "CDROM / DVDROM"
+msgstr "CDROM / DVDROM"
+
+#: ../../standalone/drakbackup_.c:1277
+msgid "HardDrive / NFS"
+msgstr "HardDrive / NFS"
+
+#: ../../standalone/drakbackup_.c:1297 ../../standalone/drakbackup_.c:1301
+#: ../../standalone/drakbackup_.c:1305
+msgid "hourly"
+msgstr "svakog sata"
+
+#: ../../standalone/drakbackup_.c:1298 ../../standalone/drakbackup_.c:1302
+#: ../../standalone/drakbackup_.c:1305
+msgid "daily"
+msgstr "dnevno"
+
+#: ../../standalone/drakbackup_.c:1299 ../../standalone/drakbackup_.c:1303
+#: ../../standalone/drakbackup_.c:1305
+msgid "weekly"
+msgstr "sedmično"
+
+#: ../../standalone/drakbackup_.c:1300 ../../standalone/drakbackup_.c:1304
+#: ../../standalone/drakbackup_.c:1305
+msgid "monthly"
+msgstr "mjesečno"
+
+#: ../../standalone/drakbackup_.c:1312
+msgid "Use daemon"
+msgstr "Koristi demon"
+
+#: ../../standalone/drakbackup_.c:1317
+msgid ""
+"Please choose the time \n"
+"interval between each backup"
+msgstr ""
+"Izaberite vremenski interval\n"
+"između svakog backupa"
+
+#: ../../standalone/drakbackup_.c:1323
+msgid ""
+"Please choose the\n"
+"media for backup."
+msgstr ""
+"Molim izaberite medij\n"
+"za backup."
+
+#: ../../standalone/drakbackup_.c:1327
+msgid "Use Hard Drive with daemon"
+msgstr "Koristi hard disk sa demonom"
+
+#: ../../standalone/drakbackup_.c:1329
+msgid "Use FTP with daemon"
+msgstr "Koristi FTP sa demonom"
+
+#: ../../standalone/drakbackup_.c:1333
+msgid "Please be sure that the cron daemon is included in your services."
+msgstr "Molim budite sigurni da je cron demon aktiviran u vašim servisima."
+
+#: ../../standalone/drakbackup_.c:1369
+msgid "Send mail report after each backup to :"
+msgstr "Pošalji mail izvještaj nakon svakog backupa na :"
+
+#: ../../standalone/drakbackup_.c:1411
+msgid "What"
+msgstr "Šta"
+
+#: ../../standalone/drakbackup_.c:1416
+msgid "Where"
+msgstr "Gdje"
+
+#: ../../standalone/drakbackup_.c:1421
+msgid "When"
+msgstr "Kada"
+
+#: ../../standalone/drakbackup_.c:1426
+msgid "More Options"
+msgstr "Više opcija"
+
+#: ../../standalone/drakbackup_.c:1445 ../../standalone/drakbackup_.c:2801
+msgid "Drakbackup Configuration"
+msgstr "Podešavanje Drakbackup-a"
+
+#: ../../standalone/drakbackup_.c:1463
+msgid "Please choose where you want to backup"
+msgstr "Molimo izaberite gdje želite backupovati"
+
+#: ../../standalone/drakbackup_.c:1465
+msgid "on Hard Drive"
+msgstr "na hard disk"
+
+#: ../../standalone/drakbackup_.c:1476
+msgid "across Network"
+msgstr "preko mreže"
+
+#: ../../standalone/drakbackup_.c:1540
+msgid "Please choose what you want to backup"
+msgstr "Molim izaberite šta želite backupovati"
+
+#: ../../standalone/drakbackup_.c:1541
+msgid "Backup system"
+msgstr "Backup sistema"
+
+#: ../../standalone/drakbackup_.c:1542
+msgid "Backup Users"
+msgstr "Backup korisnika"
+
+#: ../../standalone/drakbackup_.c:1545
+msgid "Select user manually"
+msgstr "Ručno izaberite korisnika"
+
+#: ../../standalone/drakbackup_.c:1627
+msgid ""
+"\n"
+"Backup Sources: \n"
+msgstr ""
+"\n"
+"Izvori backup-a: \n"
+
+#: ../../standalone/drakbackup_.c:1628
+msgid ""
+"\n"
+"- System Files:\n"
+msgstr ""
+"\n"
+"- sistemske datoteke:\n"
+
+#: ../../standalone/drakbackup_.c:1630
+msgid ""
+"\n"
+"- User Files:\n"
+msgstr ""
+"\n"
+"- korisničke datoteke:\n"
+
+#: ../../standalone/drakbackup_.c:1632
+msgid ""
+"\n"
+"- Other Files:\n"
+msgstr ""
+"\n"
+"- ostale datoteke:\n"
+
+#: ../../standalone/drakbackup_.c:1634
+#, c-format
+msgid ""
+"\n"
+"- Save on Hard drive on path : %s\n"
+msgstr ""
+"\n"
+"- spasi na hard disku u direktoriju : %s\n"
+
+#: ../../standalone/drakbackup_.c:1635
+#, c-format
+msgid ""
+"\n"
+"- Save on FTP on host : %s\n"
+msgstr ""
+"\n"
+"- spasi na FTPu na računaru : %s\n"
+
+#: ../../standalone/drakbackup_.c:1636
+#, c-format
+msgid ""
+"\t\t user name: %s\n"
+"\t\t on path: %s \n"
+msgstr ""
+"\t\t korisničko ime: %s\n"
+"\t\t u direktoriju: %s \n"
+
+#: ../../standalone/drakbackup_.c:1637
+msgid ""
+"\n"
+"- Options:\n"
+msgstr ""
+"\n"
+"- Opcije:\n"
+
+#: ../../standalone/drakbackup_.c:1638
+msgid "\tDo not include System Files\n"
+msgstr "\tNe uključuj sistemske datoteke\n"
+
+#: ../../standalone/drakbackup_.c:1639
+msgid "\tBackups use tar and bzip2\n"
+msgstr "\tBackupi koriste tar i bzip2\n"
+
+#: ../../standalone/drakbackup_.c:1640
+msgid "\tBackups use tar and gzip\n"
+msgstr "\tBackupi koriste tar i gzip\n"
+
+#: ../../standalone/drakbackup_.c:1641
+#, c-format
+msgid ""
+"\n"
+"- Daemon (%s) include :\n"
+msgstr ""
+"\n"
+"- Demon (%s) uključuje :\n"
+
+#: ../../standalone/drakbackup_.c:1642
+msgid "\t-Hard drive.\n"
+msgstr "\t-Hard disk.\n"
+
+#: ../../standalone/drakbackup_.c:1643
+msgid "\t-CDROM.\n"
+msgstr "\t-CDROM.\n"
+
+#: ../../standalone/drakbackup_.c:1644
+msgid "\t-Network by FTP.\n"
+msgstr "\t-Mrežu preko FTPa.\n"
+
+#: ../../standalone/drakbackup_.c:1645
+msgid "\t-Network by SSH.\n"
+msgstr "\t-Mrežu preko SSH.\n"
+
+#: ../../standalone/drakbackup_.c:1647
+msgid "No configuration, please click Wizard or Advanced.\n"
+msgstr "Bez podešavanja, molim kliknite na Čarobnjak ili Napredno.\n"
+
+#: ../../standalone/drakbackup_.c:1652
+msgid ""
+"List of data to restore:\n"
+"\n"
+msgstr ""
+"Lista podataka za vraćanje:\n"
+"\n"
+
+#: ../../standalone/drakbackup_.c:1753
+msgid ""
+"List of data corrupted:\n"
+"\n"
+msgstr ""
+"Lista oštećenih podataka:\n"
+"\n"
+
+#: ../../standalone/drakbackup_.c:1755
+msgid "Please uncheck or remove it on next time."
+msgstr "Molimo isključite ili pobrišite ga idući put."
+
+#: ../../standalone/drakbackup_.c:1765
+msgid "Backup files are corrupted"
+msgstr "Backup datoteke su oštećene"
+
+#: ../../standalone/drakbackup_.c:1786
+msgid " All your selectionned data have been "
+msgstr " Svi vaši izabrani podaci su "
+
+#: ../../standalone/drakbackup_.c:1787
+#, c-format
+msgid " Successfuly Restored on %s "
+msgstr " uspješno spašeni na %s "
+
+#: ../../standalone/drakbackup_.c:1886
+msgid " Restore Configuration "
+msgstr " Vrati konfiguraciju "
+
+#: ../../standalone/drakbackup_.c:1904
+msgid "OK to restore the other files."
+msgstr "OK za vraćanje ostalih datoteka."
+
+#: ../../standalone/drakbackup_.c:1922
+msgid "User list to restore (only the most recent date per user is important)"
+msgstr ""
+"Lista korisnika za vraćanje (samo najsvježiji datum po korisniku je značajan)"
+
+#: ../../standalone/drakbackup_.c:1972
+msgid "Backup the system files before:"
+msgstr "Vrati sistemske datoteke prije:"
+
+#: ../../standalone/drakbackup_.c:1974
+msgid "please choose the date to restore"
+msgstr "molim izaberite datum za vraćanje"
+
+#: ../../standalone/drakbackup_.c:2002
+msgid "Use Hard Disk to backup"
+msgstr "Koristi hard disk za backup"
+
+#: ../../standalone/drakbackup_.c:2083
+msgid "Restore from Hard Disk."
+msgstr "Vrati sa hard diska"
+
+#: ../../standalone/drakbackup_.c:2085
+msgid "Please enter the directory where backups are stored"
+msgstr "Molim unesite direktorij gdje su smješteni backupi"
+
+#: ../../standalone/drakbackup_.c:2143
+msgid "Select another media to restore from"
+msgstr "Izaberite drugi medij za vraćanje"
+
+#: ../../standalone/drakbackup_.c:2145
+msgid "Other Media"
+msgstr "Drugi medij"
+
+#: ../../standalone/drakbackup_.c:2151
+msgid "Restore system"
+msgstr "Vrati sistem"
+
+#: ../../standalone/drakbackup_.c:2152
+msgid "Restore Users"
+msgstr "Vrati korisnike"
+
+#: ../../standalone/drakbackup_.c:2153
+msgid "Restore Other"
+msgstr "Vrati ostalo"
+
+#: ../../standalone/drakbackup_.c:2155
+msgid "select path to restore (instead of / )"
+msgstr "izaberite stazu za vraćanje (umjesto / )"
+
+#: ../../standalone/drakbackup_.c:2159
+msgid "Do new backup before restore (only for incremental backups.)"
+msgstr "Izvrši novi backup prije vraćanja (samo za inkrementalni backup.)"
+
+#: ../../standalone/drakbackup_.c:2160
+msgid "Remove user directories before restore."
+msgstr "Pobriši korisničke direktorije prije vraćanja."
+
+#: ../../standalone/drakbackup_.c:2217
+msgid "Restore all backups"
+msgstr "Vrati sve backupe"
+
+#: ../../standalone/drakbackup_.c:2225
+msgid "Custom Restore"
+msgstr "Ručno vraćanje"
+
+#: ../../standalone/drakbackup_.c:2266 ../../standalone/drakbackup_.c:2291
+#: ../../standalone/drakbackup_.c:2312 ../../standalone/drakbackup_.c:2333
+#: ../../standalone/drakbackup_.c:2351 ../../standalone/drakbackup_.c:2383
+#: ../../standalone/drakbackup_.c:2399 ../../standalone/drakbackup_.c:2419
+#: ../../standalone/drakbackup_.c:2438 ../../standalone/drakbackup_.c:2460
+#: ../../standalone/drakfont_.c:575
+msgid "Help"
+msgstr "Pomoć"
+
+#: ../../standalone/drakbackup_.c:2269 ../../standalone/drakbackup_.c:2296
+#: ../../standalone/drakbackup_.c:2315 ../../standalone/drakbackup_.c:2336
+#: ../../standalone/drakbackup_.c:2354 ../../standalone/drakbackup_.c:2402
+#: ../../standalone/drakbackup_.c:2422 ../../standalone/drakbackup_.c:2441
+msgid "Previous"
+msgstr "Prethodni"
+
+#: ../../standalone/drakbackup_.c:2271 ../../standalone/drakbackup_.c:2338
+#: ../../standalone/logdrake_.c:224
+msgid "Save"
+msgstr "Spasi"
+
+#: ../../standalone/drakbackup_.c:2317
+msgid "Build Backup"
+msgstr "Izgradi backup"
+
+#: ../../standalone/drakbackup_.c:2356 ../../standalone/drakbackup_.c:3033
+msgid "Restore"
+msgstr "Vrati"
+
+#: ../../standalone/drakbackup_.c:2404 ../../standalone/drakbackup_.c:2424
+#: ../../standalone/drakbackup_.c:2445
+msgid "Next"
+msgstr "Sljedeći"
+
+#: ../../standalone/drakbackup_.c:2478
+msgid ""
+"Please Build backup before to restore it...\n"
+" or verify that your path to save is correct."
+msgstr ""
+"Molimo pokrenite Izgradi backup prije vraćanja...\n"
+" ili provjerite da li je put za spašavanje ispravan."
+
+#: ../../standalone/drakbackup_.c:2499
+msgid ""
+"Error durind sendmail\n"
+" your report mail was not sent\n"
+" Please configure sendmail"
+msgstr ""
+"Greška tokom sendmaila\n"
+" vaš mail izvještaj nije poslan\n"
+" Molim podesite sendmail"
+
+#: ../../standalone/drakbackup_.c:2522
+msgid "Package List to Install"
+msgstr "Lista paketa za instalaciju"
+
+#: ../../standalone/drakbackup_.c:2550
+msgid ""
+"Error durind sending file via FTP.\n"
+" Please correct your FTP configuration."
+msgstr ""
+"Greška tokom slanja datoteke preko FTPa.\n"
+" Molimo ispravite vašu FTP konfiguraciju."
+
+#: ../../standalone/drakbackup_.c:2573
+msgid "Please select data to restore..."
+msgstr "Molim izaberite podatke za vraćanje..."
+
+#: ../../standalone/drakbackup_.c:2594
+msgid "Please select media for backup..."
+msgstr "Molim izaberite medij za backup..."
+
+#: ../../standalone/drakbackup_.c:2616
+msgid "Please select data to backup..."
+msgstr "Molim izaberite podatke za backup..."
+
+#: ../../standalone/drakbackup_.c:2638
+msgid ""
+"No configuration file found \n"
+"please click Wizard or Advanced."
+msgstr ""
+"Nije pronađena konfiguraciona datoteka \n"
+"molim kliknite na Čarobnjak ili Napredno."
+
+#: ../../standalone/drakbackup_.c:2659
+msgid "Under Devel ... please wait."
+msgstr "U izradi ... molim sačekajte."
+
+#: ../../standalone/drakbackup_.c:2739
+msgid "Backup system files"
+msgstr "Backup sistemskih datoteka"
+
+#: ../../standalone/drakbackup_.c:2741
+msgid "Backup user files"
+msgstr "Backup korisničkih datoteka"
+
+#: ../../standalone/drakbackup_.c:2743
+msgid "Backup other files"
+msgstr "Backup ostalih datoteka"
+
+#: ../../standalone/drakbackup_.c:2745 ../../standalone/drakbackup_.c:2776
+msgid "Total Progress"
+msgstr "Ukupan napredak"
+
+#: ../../standalone/drakbackup_.c:2767
+msgid "files sending by FTP"
+msgstr "slanje datoteka putem FTPa"
+
+#: ../../standalone/drakbackup_.c:2771
+msgid "Sending files..."
+msgstr "Šaljem datoteke..."
+
+#: ../../standalone/drakbackup_.c:2841
+msgid "Data list to include on CDROM."
+msgstr "Lista podataka koji će biti smješteni na CDROM."
+
+#: ../../standalone/drakbackup_.c:2899
+msgid "Please enter the cd writer speed"
+msgstr "Molim unesite brzinu cd pisača"
+
+#: ../../standalone/drakbackup_.c:2917
+msgid "Please enter your CD Writer device name (ex: 0,1,0)"
+msgstr "Molim unesite naziv uređaja vašeg CD pisača (ex: 0,1,0)"
+
+#: ../../standalone/drakbackup_.c:2923
+msgid "Please check if you want to include install boot on your CD."
+msgstr "Molim uključite ako želite imati instalacioni boot na vašem CDu."
+
+#: ../../standalone/drakbackup_.c:2989
+msgid "Backup Now from configuration file"
+msgstr "Backup-uj sada iz konfiguracijske datoteke"
+
+#: ../../standalone/drakbackup_.c:2999
+msgid "View Backup Configuration."
+msgstr "Pogledaj postavke backupa."
+
+#: ../../standalone/drakbackup_.c:3020
+msgid "Wizard Configuration"
+msgstr "Čarobnjak za podešavanje"
+
+#: ../../standalone/drakbackup_.c:3024
+msgid "Advanced Configuration"
+msgstr "Napredno podešavanje"
+
+#: ../../standalone/drakbackup_.c:3028
+msgid "Backup Now"
+msgstr "Backup-uj sada"
+
+#: ../../standalone/drakbackup_.c:3053
+msgid "Drakbackup"
+msgstr "Drakbackup"
+
+#: ../../standalone/drakbackup_.c:3104
+msgid ""
+"options description:\n"
+"\n"
+" In this step Drakbackup allow you to change:\n"
+"\n"
+" - The compression mode:\n"
+" \n"
+" If you check bzip2 compression, you will compress\n"
+" your data better than gzip (about 2-10 %).\n"
+" This option is not checked by default because\n"
+" this compression mode needs more time ( about 1000% more).\n"
+" \n"
+" - The update mode:\n"
+"\n"
+" This option will update your backup, but this\n"
+" option is not really useful because you need to\n"
+" decompress your backup before you can update it.\n"
+" \n"
+" - the .backupignore mode:\n"
+"\n"
+" Like with cvs, Drakbackup will ignore all references\n"
+" included in .backupignore files in each directories.\n"
+" ex: \n"
+" /*> cat .backupignore*/\n"
+" *.o\n"
+" *~\n"
+" ...\n"
+" \n"
+"\n"
+msgstr ""
+"options description:\n"
+"\n"
+" In this step Drakbackup allow you to change:\n"
+"\n"
+" - The compression mode:\n"
+" \n"
+" If you check bzip2 compression, you will compress\n"
+" your data better than gzip (about 2-10 %).\n"
+" This option is not checked by default because\n"
+" this compression mode needs more time ( about 1000% more).\n"
+" \n"
+" - The update mode:\n"
+"\n"
+" This option will update your backup, but this\n"
+" option is not really useful because you need to\n"
+" decompress your backup before you can update it.\n"
+" \n"
+" - the .backupignore mode:\n"
+"\n"
+" Like with cvs, Drakbackup will ignore all references\n"
+" included in .backupignore files in each directories.\n"
+" ex: \n"
+" /*> cat .backupignore*/\n"
+" *.o\n"
+" *~\n"
+" ...\n"
+" \n"
+"\n"
+
+#: ../../standalone/drakbackup_.c:3134
+msgid ""
+"\n"
+" Some errors during sendmail are caused by \n"
+" a bad configuration of postfix. To solve it you have to\n"
+" set myhostname or mydomain in /etc/postfix/main.cf\n"
+"\n"
+msgstr ""
+"\n"
+" Neke greške prilikom slanja poruka može izazvati \n"
+" loše podešen postfix. Ovo možete riješiti tako što ćete\n"
+" podesiti myhostname ili mydomain u /etc/postfix/main.cf\n"
+"\n"
+
+#: ../../standalone/drakbackup_.c:3142
+msgid ""
+"options description:\n"
+"\n"
+" - Backup system files:\n"
+" \n"
+"\tThis option allows you to backup your /etc directory,\n"
+"\twhich contains all configuration files. Please be\n"
+"\tcareful during the restore step to not overwrite:\n"
+"\t\t/etc/passwd \n"
+"\t\t/etc/group \n"
+"\t\t/etc/fstab\n"
+"\n"
+" - Backup User files: \n"
+"\n"
+"\tThis option allows you select all users that you want \n"
+"\tto backup.\n"
+"\tTo preserve disk space, it is recommended that you \n"
+"\tdo not include web browser's cache.\n"
+"\n"
+" - Backup Other files: \n"
+"\n"
+"\tThis option allows you to add more data to save.\n"
+"\tWith the other backup it's not possible at the \n"
+"\tmoment to select select incremental backup.\t\t\n"
+" \n"
+" - Incremental Backups:\n"
+"\n"
+"\tThe incremental backup is the most powerful \n"
+"\toption for backup. This option allows you \n"
+"\tto backup all your data the first time, and \n"
+"\tonly the changed afterward.\n"
+"\tThen you will be able, during the restore\n"
+"\tstep, to restore your data from a specified\n"
+"\tdate.\n"
+"\tIf you have not selected this option all\n"
+"\told backups are deleted before each backup. \n"
+"\n"
+"\n"
+msgstr ""
+"options description:\n"
+"\n"
+" - Backup system files:\n"
+" \n"
+"\tThis option allows you to backup your /etc directory,\n"
+"\twhich contains all configuration files. Please be\n"
+"\tcareful during the restore step to not overwrite:\n"
+"\t\t/etc/passwd \n"
+"\t\t/etc/group \n"
+"\t\t/etc/fstab\n"
+"\n"
+" - Backup User files: \n"
+"\n"
+"\tThis option allows you select all users that you want \n"
+"\tto backup.\n"
+"\tTo preserve disk space, it is recommended that you \n"
+"\tdo not include web browser's cache.\n"
+"\n"
+" - Backup Other files: \n"
+"\n"
+"\tThis option allows you to add more data to save.\n"
+"\tWith the other backup it's not possible at the \n"
+"\tmoment to select select incremental backup.\t\t\n"
+" \n"
+" - Incremental Backups:\n"
+"\n"
+"\tThe incremental backup is the most powerful \n"
+"\toption for backup. This option allows you \n"
+"\tto backup all your data the first time, and \n"
+"\tonly the changed afterward.\n"
+"\tThen you will be able, during the restore\n"
+"\tstep, to restore your data from a specified\n"
+"\tdate.\n"
+"\tIf you have not selected this option all\n"
+"\told backups are deleted before each backup. \n"
+"\n"
+"\n"
+
+#: ../../standalone/drakbackup_.c:3181
+msgid ""
+"restore description:\n"
+" \n"
+"Only the most recent date will be used ,because with incremental \n"
+"backups it is necesarry to restore one by one each older backups.\n"
+"\n"
+"So if you don't like to restore an user please unselect all his\n"
+"check box.\n"
+"\n"
+"Otherwise, you are able to select only one of this\n"
+"\n"
+" - Incremental Backups:\n"
+"\n"
+"\tThe incremental backup is the most powerfull \n"
+"\toption to use backup, this option allow you \n"
+"\tto backup all your data the first time, and \n"
+"\tonly the changed after.\n"
+"\tSo you will be able during the restore\n"
+"\tstep, to restore your data from a specified\n"
+"\tdate.\n"
+"\tIf you have not selected this options all\n"
+"\told backups are deleted before each backup. \n"
+"\n"
+"\n"
+"\n"
+msgstr ""
+"restore description:\n"
+" \n"
+"Only the most recent date will be used ,because with incremental \n"
+"backups it is necesarry to restore one by one each older backups.\n"
+"\n"
+"So if you don't like to restore an user please unselect all his\n"
+"check box.\n"
+"\n"
+"Otherwise, you are able to select only one of this\n"
+"\n"
+" - Incremental Backups:\n"
+"\n"
+"\tThe incremental backup is the most powerfull \n"
+"\toption to use backup, this option allow you \n"
+"\tto backup all your data the first time, and \n"
+"\tonly the changed after.\n"
+"\tSo you will be able during the restore\n"
+"\tstep, to restore your data from a specified\n"
+"\tdate.\n"
+"\tIf you have not selected this options all\n"
+"\told backups are deleted before each backup. \n"
+"\n"
+"\n"
+"\n"
+
+#: ../../standalone/drakbackup_.c:3207 ../../standalone/drakbackup_.c:3282
+msgid ""
+" Copyright (C) 2001 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita.fr>"
+msgstr ""
+" Copyright (C) 2001 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita.fr>"
+
+#: ../../standalone/drakbackup_.c:3209 ../../standalone/drakbackup_.c:3284
+msgid ""
+" This program is free software; you can redistribute it and/or modify\n"
+" it under the terms of the GNU General Public License as published by\n"
+" the Free Software Foundation; either version 2, or (at your option)\n"
+" any later version.\n"
+"\n"
+" This program is distributed in the hope that it will be useful,\n"
+" but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
+" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
+" GNU General Public License for more details.\n"
+"\n"
+" You should have received a copy of the GNU General Public License\n"
+" along with this program; if not, write to the Free Software\n"
+" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
+msgstr ""
+" This program is free software; you can redistribute it and/or modify\n"
+" it under the terms of the GNU General Public License as published by\n"
+" the Free Software Foundation; either version 2, or (at your option)\n"
+" any later version.\n"
+"\n"
+" This program is distributed in the hope that it will be useful,\n"
+" but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
+" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
+" GNU General Public License for more details.\n"
+"\n"
+" You should have received a copy of the GNU General Public License\n"
+" along with this program; if not, write to the Free Software\n"
+" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
+
+#: ../../standalone/drakbackup_.c:3223
+msgid ""
+"Description:\n"
+"\n"
+" Drakbackup is used to backup your system.\n"
+" During the configuration you can select: \n"
+"\t- System files, \n"
+"\t- Users files, \n"
+"\t- Other files.\n"
+"\tor All your system ... and Other (like Windows Partitions)\n"
+"\n"
+" Drakbackup allows you to backup your system on:\n"
+"\t- Harddrive.\n"
+"\t- NFS.\n"
+"\t- CDROM (CDRW), DVDROM (with autoboot, rescue and autoinstall.).\n"
+"\t- FTP.\n"
+"\t- Rsync.\n"
+"\t- Webdav.\n"
+"\t- Tape.\n"
+"\n"
+" Drakbackup allows you to restore your system to\n"
+" a user selected directory.\n"
+"\n"
+" Per default all backup will be stored on your\n"
+" /var/lib/drakbackup directory\n"
+"\n"
+" Configuration file:\n"
+"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
+"\n"
+"\n"
+"Restore Step:\n"
+" \n"
+" During the restore step, DrakBackup will remove \n"
+" your original directory and verify that all \n"
+" backup files are not corrupted. It is recommended \n"
+" you do a last backup before restoring.\n"
+"\n"
+"\n"
+msgstr ""
+"Description:\n"
+"\n"
+" Drakbackup is used to backup your system.\n"
+" During the configuration you can select: \n"
+"\t- System files, \n"
+"\t- Users files, \n"
+"\t- Other files.\n"
+"\tor All your system ... and Other (like Windows Partitions)\n"
+"\n"
+" Drakbackup allows you to backup your system on:\n"
+"\t- Harddrive.\n"
+"\t- NFS.\n"
+"\t- CDROM (CDRW), DVDROM (with autoboot, rescue and autoinstall.).\n"
+"\t- FTP.\n"
+"\t- Rsync.\n"
+"\t- Webdav.\n"
+"\t- Tape.\n"
+"\n"
+" Drakbackup allows you to restore your system to\n"
+" a user selected directory.\n"
+"\n"
+" Per default all backup will be stored on your\n"
+" /var/lib/drakbackup directory\n"
+"\n"
+" Configuration file:\n"
+"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
+"\n"
+"\n"
+"Restore Step:\n"
+" \n"
+" During the restore step, DrakBackup will remove \n"
+" your original directory and verify that all \n"
+" backup files are not corrupted. It is recommended \n"
+" you do a last backup before restoring.\n"
+"\n"
+"\n"
+
+#: ../../standalone/drakbackup_.c:3261
+msgid ""
+"options description:\n"
+"\n"
+"Please be careful when you are using ftp backup, because only \n"
+"backups that are already built are sent to the server.\n"
+"So at the moment, you need to build the backup on your hard \n"
+"drive before sending it to the server.\n"
+"\n"
+msgstr ""
+"options description:\n"
+"\n"
+"Please be careful when you are using ftp backup, because only \n"
+"backups that are already built are sent to the server.\n"
+"So at the moment, you need to build the backup on your hard \n"
+"drive before sending it to the server.\n"
+"\n"
+
+#: ../../standalone/drakbackup_.c:3270
+msgid ""
+"\n"
+"Restore Backup Problems:\n"
+"\n"
+"During the restore step, Drakbackup will verify all your\n"
+"backup files before restoring them.\n"
+"Before the restore, Drakbackup will remove \n"
+"your original directory, and you will loose all your \n"
+"data. It is important to be careful and not modify the \n"
+"backup data files by hand.\n"
+msgstr ""
+"\n"
+"Restore Backup Problems:\n"
+"\n"
+"During the restore step, Drakbackup will verify all your\n"
+"backup files before restoring them.\n"
+"Before the restore, Drakbackup will remove \n"
+"your original directory, and you will loose all your \n"
+"data. It is important to be careful and not modify the \n"
+"backup data files by hand.\n"
+
+#: ../../standalone/drakbackup_.c:3298
+msgid ""
+"Description:\n"
+"\n"
+" Drakbackup is used to backup your system.\n"
+" During the configuration you can select \n"
+"\t- System files, \n"
+"\t- Users files, \n"
+"\t- Other files.\n"
+"\tor All your system ... and Other (like Windows Partitions)\n"
+"\n"
+" Drakbackup allows you to backup your system on:\n"
+"\t- Harddrive.\n"
+"\t- NFS.\n"
+"\t- CDROM (CDRW), DVDROM (with autoboot, rescue and autoinstall.).\n"
+"\t- FTP.\n"
+"\t- Rsync.\n"
+"\t- Webdav.\n"
+"\t- Tape.\n"
+"\n"
+" Drakbackup allows you to restore your system to\n"
+" a user selected directory.\n"
+"\n"
+" Per default all backup will be stored on your\n"
+" /var/lib/drakbackup directory\n"
+"\n"
+" Configuration file:\n"
+"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
+"\n"
+"Restore Step:\n"
+" \n"
+" During the restore step, Drakbackup will remove\n"
+" your original directory and verify that all\n"
+" backup files are not corrupted. It is recommended\n"
+" you do a last backup before restoring.\n"
+" \n"
+"\n"
+msgstr ""
+"Description:\n"
+"\n"
+" Drakbackup is used to backup your system.\n"
+" During the configuration you can select \n"
+"\t- System files, \n"
+"\t- Users files, \n"
+"\t- Other files.\n"
+"\tor All your system ... and Other (like Windows Partitions)\n"
+"\n"
+" Drakbackup allows you to backup your system on:\n"
+"\t- Harddrive.\n"
+"\t- NFS.\n"
+"\t- CDROM (CDRW), DVDROM (with autoboot, rescue and autoinstall.).\n"
+"\t- FTP.\n"
+"\t- Rsync.\n"
+"\t- Webdav.\n"
+"\t- Tape.\n"
+"\n"
+" Drakbackup allows you to restore your system to\n"
+" a user selected directory.\n"
+"\n"
+" Per default all backup will be stored on your\n"
+" /var/lib/drakbackup directory\n"
+"\n"
+" Configuration file:\n"
+"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
+"\n"
+"Restore Step:\n"
+" \n"
+" During the restore step, Drakbackup will remove\n"
+" your original directory and verify that all\n"
+" backup files are not corrupted. It is recommended\n"
+" you do a last backup before restoring.\n"
+" \n"
+"\n"
+
+#: ../../standalone/drakboot_.c:58
+#, c-format
+msgid "Installation of %s failed. The following error occured:"
+msgstr "Instalacija %sa nije uspjela. Javila se sljedeća greška:"
+
+#: ../../standalone/drakfont_.c:229
+msgid "Search installed fonts"
+msgstr "Pretraži instalirane fontove"
+
+#: ../../standalone/drakfont_.c:231
+msgid "Unselect fonts installed"
+msgstr "Isključi instalirane fontove"
+
+#: ../../standalone/drakfont_.c:252
+msgid "parse all fonts"
+msgstr "obradi sve fontove"
+
+#: ../../standalone/drakfont_.c:253
+msgid "no fonts found"
+msgstr "nije pronađen nijedan font"
+
+#: ../../standalone/drakfont_.c:261 ../../standalone/drakfont_.c:303
+#: ../../standalone/drakfont_.c:352 ../../standalone/drakfont_.c:410
+#: ../../standalone/drakfont_.c:417 ../../standalone/drakfont_.c:443
+#: ../../standalone/drakfont_.c:455 ../../standalone/drakfont_.c:468
+msgid "done"
+msgstr "gotovo"
+
+#: ../../standalone/drakfont_.c:265
+msgid "could not find any font in your mounted partitions"
+msgstr "ne mogu naći nijedan font na montiranim particijama"
+
+#: ../../standalone/drakfont_.c:301
+msgid "Reselect correct fonts"
+msgstr "Ponovo izaberi ispravne fontove"
+
+#: ../../standalone/drakfont_.c:304
+msgid "could not find any font.\n"
+msgstr "ne mogu naći nijedan font.\n"
+
+#: ../../standalone/drakfont_.c:327
+msgid "Search fonts in installed list"
+msgstr "Pretraži fontove na listi instaliranih"
+
+#: ../../standalone/drakfont_.c:350
+msgid "Fonts copy"
+msgstr "Kopiranje fontova"
+
+#: ../../standalone/drakfont_.c:353
+msgid "True Type fonts installation"
+msgstr "Instalacija True Type fontova"
+
+#: ../../standalone/drakfont_.c:357
+msgid "please wait during ttmkfdir..."
+msgstr "molimo sačekajte tokom ttmkfdir..."
+
+#: ../../standalone/drakfont_.c:359
+msgid "True Type install done"
+msgstr "Završena True Type instalacija"
+
+#: ../../standalone/drakfont_.c:366 ../../standalone/drakfont_.c:382
+msgid "Fonts conversion"
+msgstr "Konverzija fontova"
+
+#: ../../standalone/drakfont_.c:370 ../../standalone/drakfont_.c:386
+#: ../../standalone/drakfont_.c:406
+msgid "type1inst building"
+msgstr "type1inst kreiranje"
+
+#: ../../standalone/drakfont_.c:375 ../../standalone/drakfont_.c:390
+msgid "Ghostscript referencing"
+msgstr "Ghostscript referenciranje"
+
+#: ../../standalone/drakfont_.c:397
+msgid "ttf fonts conversion"
+msgstr "ttf fonts konverzija"
+
+#: ../../standalone/drakfont_.c:401
+msgid "pfm fonts conversion"
+msgstr "pfm fonts konverzija"
+
+#: ../../standalone/drakfont_.c:411
+msgid "Suppress temporary Files"
+msgstr "Onemogući privremene datoteke"
+
+#: ../../standalone/drakfont_.c:414
+msgid "Restart XFS"
+msgstr "Restartuj XFS"
+
+#: ../../standalone/drakfont_.c:453 ../../standalone/drakfont_.c:463
+msgid "Suppress Fonts Files"
+msgstr "Onemogući datoteke fontova"
+
+#: ../../standalone/drakfont_.c:465
+msgid "xfs restart"
+msgstr "restart xfs-a"
+
+#: ../../standalone/drakfont_.c:472 ../../standalone/drakfont_.c:760
+msgid ""
+"Before installing any fonts, be sure that you have the right to use and "
+"install them on your system.\n"
+"\n"
+"-You can install the fonts using the normal way. In rare cases, bogus fonts "
+"may hang up your X Server."
+msgstr ""
+"Prije instaliranja fontova, provjerite da li imate dozvole da ih koristite i "
+"instalirate na va[em sistemu.\n"
+"\n"
+"-Možete instalirati fontove koristeći uobičajen način. U rijetkim "
+"slučajevima, neispravni fontovi mogu zaglaviti vaš X Server."
+
+#: ../../standalone/drakfont_.c:547
+msgid "Fonts Importation"
+msgstr "Uvoz fontova"
+
+#: ../../standalone/drakfont_.c:562
+msgid "Get Windows Fonts"
+msgstr "Preuzmi fontove iz Windowsa"
+
+#: ../../standalone/drakfont_.c:564
+msgid "Uninstall Fonts"
+msgstr "Deinstaliraj fontove"
+
+#: ../../standalone/drakfont_.c:568
+msgid "Advanced Options"
+msgstr "Napredne opcije"
+
+#: ../../standalone/drakfont_.c:570
+msgid "Font List"
+msgstr "Lista fontova"
+
+#: ../../standalone/drakfont_.c:739
+msgid "Choose the applications that will support the fonts :"
+msgstr "Izaberite aplikacije koje će podržavati fontove :"
+
+#: ../../standalone/drakfont_.c:743
+msgid "Ghostscript"
+msgstr "Ghostscript"
+
+#: ../../standalone/drakfont_.c:747
+msgid "StarOffice"
+msgstr "StarOffice"
+
+#: ../../standalone/drakfont_.c:751
+msgid "Abiword"
+msgstr "Abiword"
+
+#: ../../standalone/drakfont_.c:755
+msgid "Generic Printers"
+msgstr "Razni štampači"
+
+#: ../../standalone/drakfont_.c:792
+msgid "Select the font file or directory and click on 'Add'"
+msgstr "Izaberite font datoteku ili direktorij i kliknite na 'Dodaj'"
+
+#: ../../standalone/drakfont_.c:828
+msgid "Install List"
+msgstr "Lista instalacije"
+
+#: ../../standalone/drakfont_.c:858
+msgid "click here if you are sure."
+msgstr "kliknite ovdje ako ste sigurni."
+
+#: ../../standalone/drakfont_.c:860
+msgid "here if no."
+msgstr "ovdje ako ne."
+
+#: ../../standalone/drakfont_.c:897
+msgid "Unselected All"
+msgstr "Ništa izabrano"
+
+#: ../../standalone/drakfont_.c:899
+msgid "Selected All"
+msgstr "Sve izabrano"
+
+#: ../../standalone/drakfont_.c:901
+msgid "Remove List"
+msgstr "Pobriši listu"
+
+#: ../../standalone/drakfont_.c:919 ../../standalone/drakfont_.c:939
+msgid "Initials tests"
+msgstr "Probni inicijali"
+
+#: ../../standalone/drakfont_.c:920
+msgid "Copy fonts on your system"
+msgstr "Kopiraj fontove na sistem"
+
+#: ../../standalone/drakfont_.c:921
+msgid "Install & convert Fonts"
+msgstr "Instaliraj i konvertuj fontove"
+
+#: ../../standalone/drakfont_.c:922
+msgid "Post Install"
+msgstr "Post Install"
+
+#: ../../standalone/drakfont_.c:940
+msgid "Remove fonts on your system"
+msgstr "Pobriši fontove sa mog sistema"
+
+#: ../../standalone/drakfont_.c:941
+msgid "Post Uninstall"
+msgstr "Post Uninstall"
+
+#: ../../standalone/drakgw_.c:43 ../../standalone/drakgw_.c:200
msgid "Internet Connection Sharing"
msgstr "Dijeljenje Internet konekcije"
-#: ../../standalone/drakgw_.c:119
+#: ../../standalone/drakgw_.c:138
msgid "Internet Connection Sharing currently enabled"
msgstr "Dijeljenje Internet konekcije je trenutno aktivno"
-#: ../../standalone/drakgw_.c:120
+#: ../../standalone/drakgw_.c:139
msgid ""
"The setup of Internet connection sharing has already been done.\n"
"It's currently enabled.\n"
@@ -8203,31 +10868,31 @@ msgstr ""
"\n"
"Šta želite uraditi?"
-#: ../../standalone/drakgw_.c:124
+#: ../../standalone/drakgw_.c:143
msgid "disable"
msgstr "isključi"
-#: ../../standalone/drakgw_.c:124 ../../standalone/drakgw_.c:149
+#: ../../standalone/drakgw_.c:143 ../../standalone/drakgw_.c:168
msgid "dismiss"
msgstr "otkaži"
-#: ../../standalone/drakgw_.c:124 ../../standalone/drakgw_.c:149
+#: ../../standalone/drakgw_.c:143 ../../standalone/drakgw_.c:168
msgid "reconfigure"
msgstr "rekonfiguriši"
-#: ../../standalone/drakgw_.c:127
+#: ../../standalone/drakgw_.c:146
msgid "Disabling servers..."
msgstr "Isključujem servere..."
-#: ../../standalone/drakgw_.c:135
+#: ../../standalone/drakgw_.c:154
msgid "Internet connection sharing is now disabled."
msgstr "Dijeljenje Internet konekcije je sada isključeno."
-#: ../../standalone/drakgw_.c:144
+#: ../../standalone/drakgw_.c:163
msgid "Internet Connection Sharing currently disabled"
msgstr "Dijeljenje Internet konekcije je trenutno neaktivno"
-#: ../../standalone/drakgw_.c:145
+#: ../../standalone/drakgw_.c:164
msgid ""
"The setup of Internet connection sharing has already been done.\n"
"It's currently disabled.\n"
@@ -8239,19 +10904,19 @@ msgstr ""
"\n"
"Šta želite uraditi?"
-#: ../../standalone/drakgw_.c:149
+#: ../../standalone/drakgw_.c:168
msgid "enable"
msgstr "uključi"
-#: ../../standalone/drakgw_.c:156
+#: ../../standalone/drakgw_.c:175
msgid "Enabling servers..."
msgstr "Uključujem servere..."
-#: ../../standalone/drakgw_.c:161
+#: ../../standalone/drakgw_.c:180
msgid "Internet connection sharing is now enabled."
msgstr "Dijeljenje Internet konekcije je sada uključeno."
-#: ../../standalone/drakgw_.c:182
+#: ../../standalone/drakgw_.c:201
msgid ""
"You are about to configure your computer to share its Internet connection.\n"
"With that feature, other computers on your local network will be able to use "
@@ -8267,21 +10932,21 @@ msgstr ""
"Napomena: potreban vam je poseban Mrežni adapter da biste podesili Lokalnu "
"mrežu (LAN)."
-#: ../../standalone/drakgw_.c:208
+#: ../../standalone/drakgw_.c:227
#, c-format
msgid "Interface %s (using module %s)"
msgstr "Interfejs %s (koristeći modul %s)"
-#: ../../standalone/drakgw_.c:209
+#: ../../standalone/drakgw_.c:228
#, c-format
msgid "Interface %s"
msgstr "Interfejs %s"
-#: ../../standalone/drakgw_.c:217
+#: ../../standalone/drakgw_.c:236
msgid "No network adapter on your system!"
msgstr "Nema mrežnog adaptera na vašem sistemu!"
-#: ../../standalone/drakgw_.c:218
+#: ../../standalone/drakgw_.c:237
msgid ""
"No ethernet network adapter has been detected on your system. Please run the "
"hardware configuration tool."
@@ -8289,11 +10954,11 @@ msgstr ""
"Na vašem sistemu nije pronađen nijedan ethernet mrežni adapter. Molimo "
"pokrenite alat za podešavanje hardware-a."
-#: ../../standalone/drakgw_.c:224
+#: ../../standalone/drakgw_.c:243
msgid "Network interface"
msgstr "Mrežni interface"
-#: ../../standalone/drakgw_.c:225
+#: ../../standalone/drakgw_.c:244
#, c-format
msgid ""
"There is only one configured network adapter on your system:\n"
@@ -8308,29 +10973,103 @@ msgstr ""
"\n"
"Sada ću podesiti vašu Lokalnu mrežu sa ovim adapterom."
-#: ../../standalone/drakgw_.c:234
+#: ../../standalone/drakgw_.c:253
msgid ""
"Please choose what network adapter will be connected to your Local Area "
"Network."
msgstr ""
"Molimo izaberite koji mrežni adapter će biti spojen na vašu Lokalnu mrežu."
-#: ../../standalone/drakgw_.c:243
+#: ../../standalone/drakgw_.c:271
+msgid "Network interface already configured"
+msgstr "Mrežni interfejs je već podešen"
+
+#: ../../standalone/drakgw_.c:272
+#, c-format
msgid ""
-"Warning, the network adapter is already configured. I will reconfigure it."
-msgstr "Upozorenje, mrežni adapter je već podešen. Sada ću ga rekonfigurisati."
+"Warning, the network adapter (%s) is already configured.\n"
+"\n"
+"Do you want an automatic re-configuration?\n"
+"\n"
+"You can do it manually but you need to know what you're doing."
+msgstr ""
+"Upozorenje, mrežni adapter (%s) je već podešen.\n"
+"\n"
+"Da li želite automatsko ponovno podešavanje?\n"
+"\n"
+"To možete obaviti ručno, ali morate znati šta radite."
+
+#: ../../standalone/drakgw_.c:277
+msgid "Automatic reconfiguration"
+msgstr "Automatsko ponovno podešavanje"
+
+#: ../../standalone/drakgw_.c:278
+msgid "Show current interface configuration"
+msgstr "Prikaži postavke trenutnog interfejsa"
+
+#: ../../standalone/drakgw_.c:280
+#, c-format
+msgid ""
+"Current configuration of `%s':\n"
+"\n"
+"Network: %s\n"
+"IP address: %s\n"
+"IP attribution: %s\n"
+"Driver: %s"
+msgstr ""
+"Trenutna konfiguracija `%s':\n"
+"\n"
+"Mreža: %s\n"
+"IP adresa: %s\n"
+"IP atributi: %s\n"
+"Drajver: %s"
+
+#: ../../standalone/drakgw_.c:292
+msgid ""
+"I can keep your current configuration and assume you already set up a DHCP "
+"server; in that case please verify I correctly read the C-Class Network that "
+"you use for your local network; I will not reconfigure it and I will not "
+"touch your DHCP server configuration.\n"
+"\n"
+"Else, I can reconfigure your interface and (re)configure a DHCP server for "
+"you.\n"
+"\n"
+msgstr ""
+"Mogu zadržati trenutnu konfiguraciju i pretpostaviti da ste već podesili "
+"DHCP server; u tom slučaju molim provjerite da li sam ispravno pročitao "
+"mrežu C klase koju ćete koristiti na lokalnoj mreži; neću je ponovo podesiti "
+"i neću mijenjati vaše postavke DHCP servera.\n"
+"\n"
+"Ako ne, mogu ponovo podesiti vaš interfejs i podesiti DHCP server za vas.\n"
+"\n"
+
+#: ../../standalone/drakgw_.c:297
+msgid "C-Class Local Network"
+msgstr "Lokalna mreža C klase"
+
+#: ../../standalone/drakgw_.c:298
+msgid "(This) DHCP Server IP"
+msgstr "IP adresa (ovog) DHCP servera"
+
+#: ../../standalone/drakgw_.c:299
+msgid "Re-configure interface and DHCP server"
+msgstr "Ponovo podesi interfejs i DHCP server"
-#: ../../standalone/drakgw_.c:254
+#: ../../standalone/drakgw_.c:306
+msgid "The Local Network did not finish with `.0', bailing out."
+msgstr "Lokalna mreža se ne završava sa `.0', izlazim."
+
+#: ../../standalone/drakgw_.c:317
#, c-format
msgid "Potential LAN address conflict found in current config of %s!\n"
msgstr ""
"Potencijalan konflikt LAN adresa pronađen u trenutnoj konfiguraciji %s!\n"
-#: ../../standalone/drakgw_.c:262 ../../standalone/drakgw_.c:268
+#: ../../standalone/drakgw_.c:325 ../../standalone/drakgw_.c:331
msgid "Firewalling configuration detected!"
msgstr "Otkrivena konfiguracija firewalla!"
-#: ../../standalone/drakgw_.c:263 ../../standalone/drakgw_.c:269
+#: ../../standalone/drakgw_.c:326 ../../standalone/drakgw_.c:332
msgid ""
"Warning! An existing firewalling configuration has been detected. You may "
"need some manual fix after installation."
@@ -8338,20 +11077,20 @@ msgstr ""
"Upozorenje! Pronađena je postojeća konfiguracija firewalla. Možda će biti "
"potrebno neko ručno podešavanje nakon instalacije."
-#: ../../standalone/drakgw_.c:277
+#: ../../standalone/drakgw_.c:340
msgid "Configuring..."
msgstr "Podešavam..."
-#: ../../standalone/drakgw_.c:278
+#: ../../standalone/drakgw_.c:341
msgid "Configuring scripts, installing software, starting servers..."
msgstr "Podešavam skripte, instaliram software, pokrećem servere..."
-#: ../../standalone/drakgw_.c:311
+#: ../../standalone/drakgw_.c:378
#, c-format
msgid "Problems installing package %s"
msgstr "Problemi tokom instaliranja paketa %s"
-#: ../../standalone/drakgw_.c:600
+#: ../../standalone/drakgw_.c:672
msgid ""
"Everything has been configured.\n"
"You may now share Internet connection with other computers on your Local "
@@ -8361,23 +11100,23 @@ msgstr ""
"Sada možete dijeliti Internet konekciju sa ostalim računarima na vašoj "
"lokalnoj mreži, koristeći automatsku mrežnu konfiguraciju (DHCP)."
-#: ../../standalone/drakgw_.c:617
+#: ../../standalone/drakgw_.c:689
msgid "The setup has already been done, but it's currently disabled."
msgstr "Podešavanje je već završeno, ali je trenutno isključeno."
-#: ../../standalone/drakgw_.c:618
+#: ../../standalone/drakgw_.c:690
msgid "The setup has already been done, and it's currently enabled."
msgstr "Podešavanje je već završeno i trenutno je uključeno."
-#: ../../standalone/drakgw_.c:619
+#: ../../standalone/drakgw_.c:691
msgid "No Internet Connection Sharing has ever been configured."
msgstr "Dijeljenje Internet konekcije nije nikad podešeno."
-#: ../../standalone/drakgw_.c:624
+#: ../../standalone/drakgw_.c:696
msgid "Internet connection sharing configuration"
msgstr "Podešavanje dijeljenja Internet konekcije"
-#: ../../standalone/drakgw_.c:631
+#: ../../standalone/drakgw_.c:703
#, c-format
msgid ""
"Welcome to the Internet Connection Sharing utility!\n"
@@ -8392,28 +11131,28 @@ msgstr ""
"\n"
"Kliknite na Podesi da pokrenete čarobnjak."
-#: ../../standalone/draknet_.c:79
+#: ../../standalone/draknet_.c:80
#, c-format
msgid "Network configuration (%d adapters)"
msgstr "Podešavanje mreže (%d adaptera)"
-#: ../../standalone/draknet_.c:86 ../../standalone/draknet_.c:573
+#: ../../standalone/draknet_.c:87 ../../standalone/draknet_.c:595
msgid "Profile: "
msgstr "Profil:"
-#: ../../standalone/draknet_.c:94
+#: ../../standalone/draknet_.c:95
msgid "Del profile..."
msgstr "Briši profil..."
-#: ../../standalone/draknet_.c:100
+#: ../../standalone/draknet_.c:101
msgid "Profile to delete:"
msgstr "Profil za brisanje:"
-#: ../../standalone/draknet_.c:128
+#: ../../standalone/draknet_.c:129
msgid "New profile..."
msgstr "Novi profil..."
-#: ../../standalone/draknet_.c:134
+#: ../../standalone/draknet_.c:135
msgid ""
"Name of the profile to create (the new profile is created as a copy of the "
"current one) :"
@@ -8421,111 +11160,102 @@ msgstr ""
"Naziv profila koji će biti kreiran (novi profil je kreiran kao kopija "
"postojećeg) :"
-#: ../../standalone/draknet_.c:160
+#: ../../standalone/draknet_.c:161
msgid "Hostname: "
msgstr "Hostname: "
-#: ../../standalone/draknet_.c:167
+#: ../../standalone/draknet_.c:168
msgid "Internet access"
msgstr "Pristup Internetu"
-#: ../../standalone/draknet_.c:180
+#: ../../standalone/draknet_.c:181
msgid "Type:"
msgstr "Tip:"
-#: ../../standalone/draknet_.c:183 ../../standalone/draknet_.c:397
+#: ../../standalone/draknet_.c:184 ../../standalone/draknet_.c:376
msgid "Gateway:"
msgstr "Gateway:"
-#: ../../standalone/draknet_.c:183 ../../standalone/draknet_.c:397
+#: ../../standalone/draknet_.c:184 ../../standalone/draknet_.c:376
msgid "Interface:"
msgstr "Interfejs:"
-#: ../../standalone/draknet_.c:192
+#: ../../standalone/draknet_.c:195
msgid "Status:"
msgstr "Status:"
-#: ../../standalone/draknet_.c:194 ../../standalone/draknet_.c:410
-msgid "Connected"
-msgstr "Konektovan"
-
-#: ../../standalone/draknet_.c:194 ../../standalone/draknet_.c:410
-msgid "Not connected"
-msgstr "Nije konektovan"
-
-#: ../../standalone/draknet_.c:197 ../../standalone/draknet_.c:411
-msgid "Connect..."
-msgstr "Konektuj se..."
+#: ../../standalone/draknet_.c:202
+msgid "Wait please"
+msgstr "Molim sačekajte"
-#: ../../standalone/draknet_.c:197 ../../standalone/draknet_.c:411
-msgid "Disconnect..."
-msgstr "Prekini konekciju..."
-
-#: ../../standalone/draknet_.c:215
-msgid "Starting your connection..."
-msgstr "Pokrećem vašu konekciju..."
-
-#: ../../standalone/draknet_.c:223
-msgid "Closing your connection..."
-msgstr "Zatvaram vašu konekciju..."
-
-#: ../../standalone/draknet_.c:228
-msgid ""
-"The connection is not closed.\n"
-"Try to do it manually by running\n"
-"/etc/sysconfig/network-scripts/net_cnx_down\n"
-"in root."
-msgstr ""
-"Konekcija nije zatvorena.\n"
-"Probajte to učiniti ručno pokrećući\n"
-"/etc/sysconfig/network-scripts/net_cnx_down\n"
-"u rootu."
-
-#: ../../standalone/draknet_.c:231
-msgid "The system is now disconnected."
-msgstr "Sistem je sada diskonektovan."
-
-#: ../../standalone/draknet_.c:243
+#: ../../standalone/draknet_.c:220
msgid "Configure Internet Access..."
msgstr "Podesi Internet pristup..."
-#: ../../standalone/draknet_.c:250 ../../standalone/draknet_.c:446
+#: ../../standalone/draknet_.c:227 ../../standalone/draknet_.c:449
msgid "LAN configuration"
msgstr "Podešavanje LANa"
-#: ../../standalone/draknet_.c:255
+#: ../../standalone/draknet_.c:232
msgid "Driver"
msgstr "Drajver"
-#: ../../standalone/draknet_.c:255
+#: ../../standalone/draknet_.c:232
msgid "Interface"
msgstr "Interfejs"
-#: ../../standalone/draknet_.c:255
+#: ../../standalone/draknet_.c:232
msgid "Protocol"
msgstr "Protokol"
-#: ../../standalone/draknet_.c:255
+#: ../../standalone/draknet_.c:232
msgid "State"
msgstr "Status"
-#: ../../standalone/draknet_.c:267
+#: ../../standalone/draknet_.c:244
msgid "Configure Local Area Network..."
msgstr "Podesi Lokalnu mrežu..."
-#: ../../standalone/draknet_.c:279
+#: ../../standalone/draknet_.c:256
msgid "Click here to launch the wizard ->"
msgstr "Kliknite ovdje za pokretanje čarobnjaka ->"
-#: ../../standalone/draknet_.c:306
+#: ../../standalone/draknet_.c:257
+msgid "Wizard..."
+msgstr "Čarobnjak..."
+
+#: ../../standalone/draknet_.c:283
msgid "Apply"
msgstr "Primjeni"
-#: ../../standalone/draknet_.c:325
+#: ../../standalone/draknet_.c:302
msgid "Please Wait... Applying the configuration"
msgstr "Molimo sačekajte... Primjenjujem konfiguraciju"
-#: ../../standalone/draknet_.c:428
+#: ../../standalone/draknet_.c:384 ../../standalone/draknet_.c:407
+msgid "Connected"
+msgstr "Konektovan"
+
+#: ../../standalone/draknet_.c:384 ../../standalone/draknet_.c:407
+msgid "Not connected"
+msgstr "Nije konektovan"
+
+#: ../../standalone/draknet_.c:385 ../../standalone/draknet_.c:408
+msgid "Connect..."
+msgstr "Konektuj se..."
+
+#: ../../standalone/draknet_.c:385 ../../standalone/draknet_.c:408
+msgid "Disconnect..."
+msgstr "Prekini konekciju..."
+
+#: ../../standalone/draknet_.c:404
+msgid ""
+"Warning, another Internet connection has been detected, maybe using your "
+"network"
+msgstr ""
+"Upozorenje, otkrivena je druga Internet konekcija, možda preko vaše mreže"
+
+#: ../../standalone/draknet_.c:431
msgid ""
"You don't have any configured interface.\n"
"Configure them first by clicking on 'Configure'"
@@ -8533,36 +11263,44 @@ msgstr ""
"Nemate nijedan podešen interfejs.\n"
"Podesite ih prvo klikajući na 'Podesi'"
-#: ../../standalone/draknet_.c:450
+#: ../../standalone/draknet_.c:453
msgid "LAN Configuration"
msgstr "Podešavanje LANa"
-#: ../../standalone/draknet_.c:457
+#: ../../standalone/draknet_.c:464
#, c-format
msgid "Adapter %s: %s"
msgstr "Adapter %s: %s"
-#: ../../standalone/draknet_.c:463
+#: ../../standalone/draknet_.c:470
msgid "Boot Protocol"
msgstr "Boot protokol"
-#: ../../standalone/draknet_.c:464
+#: ../../standalone/draknet_.c:471
msgid "Started on boot"
msgstr "Pokrenut na bootu"
-#: ../../standalone/draknet_.c:465
+#: ../../standalone/draknet_.c:472
msgid "DHCP client"
msgstr "DHCP klijent"
-#: ../../standalone/draknet_.c:489 ../../standalone/draknet_.c:491
+#: ../../standalone/draknet_.c:497 ../../standalone/draknet_.c:500
msgid "activate now"
msgstr "pokreni sada"
-#: ../../standalone/draknet_.c:489 ../../standalone/draknet_.c:491
-msgid "desactivate now"
+#: ../../standalone/draknet_.c:497 ../../standalone/draknet_.c:500
+msgid "deactivate now"
msgstr "zaustavi sada"
-#: ../../standalone/draknet_.c:538
+#: ../../standalone/draknet_.c:503
+msgid ""
+"This interface has not been configured yet.\n"
+"Launch the configuration wizard in the main window"
+msgstr ""
+"Interfejs još nije podešen.\n"
+"Pokrenite čarobnjak za podešavanje u glavnom prozoru"
+
+#: ../../standalone/draknet_.c:560
msgid ""
"You don't have any internet connection.\n"
"Create one first by clicking on 'Configure'"
@@ -8570,166 +11308,423 @@ msgstr ""
"Nemate nijednu Internet konekciju.\n"
"Napravite jednu klikajući na 'Podesi'"
-#: ../../standalone/draknet_.c:562
+#: ../../standalone/draknet_.c:584
msgid "Internet connection configuration"
msgstr "Podešavanje Internet konekcije"
-#: ../../standalone/draknet_.c:566
+#: ../../standalone/draknet_.c:588
msgid "Internet Connection Configuration"
msgstr "Podešavanje Internet konekcije"
-#: ../../standalone/draknet_.c:575
+#: ../../standalone/draknet_.c:597
msgid "Connection type: "
msgstr "Tip konekcije: "
-#: ../../standalone/draknet_.c:581
+#: ../../standalone/draknet_.c:603
msgid "Parameters"
msgstr "Parametri"
-#: ../../standalone/draknet_.c:608
+#: ../../standalone/draknet_.c:621
+msgid "Gateway"
+msgstr "Gateway"
+
+#: ../../standalone/draknet_.c:630
msgid "Ethernet Card"
msgstr "Ethernet kartica"
-#: ../../standalone/draknet_.c:609
+#: ../../standalone/draknet_.c:631
msgid "DHCP Client"
msgstr "DHCP klijent"
-#: ../../standalone/draksec_.c:21
-msgid "Welcome To Crackers"
-msgstr "Dobrodošli u Crackers"
+#: ../../standalone/draksec_.c:31
+msgid "Setting security level"
+msgstr "Podešavanje nivoa sigurnosti"
-#: ../../standalone/draksec_.c:22
-msgid "Poor"
-msgstr "Loš"
+#: ../../standalone/drakxconf_.c:47
+msgid "Control Center"
+msgstr "Kontrolni centar"
-#: ../../standalone/draksec_.c:26
-msgid "Paranoid"
-msgstr "Paranoičan"
+#: ../../standalone/drakxconf_.c:48
+msgid "Choose the tool you want to use"
+msgstr "Izaberite alat koji želite koristiti"
-#: ../../standalone/draksec_.c:29
-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 ""
-"Ovaj nivo treba koristiti pažljivo. On čini vaš sistem lakšim za upotrebu,\n"
-"ali vrlo osjetljivim: ne smije biti korišten za mašinu koja je spojena na\n"
-"druge ili na Internet. Nema pristupa šifrom."
+#: ../../standalone/drakxtv_.c:48
+msgid "Canada (cable)"
+msgstr "Kanada (kablovska)"
-#: ../../standalone/draksec_.c:32
-msgid ""
-"Password are now enabled, but use as a networked computer is still not "
-"recommended."
-msgstr ""
-"Šifra je sada aktivirana, ali korištenje za mrežni računar još nije "
-"preporučeno."
+#: ../../standalone/drakxtv_.c:48
+msgid "USA (bcast)"
+msgstr "USA (bcast)"
-#: ../../standalone/draksec_.c:33
-msgid ""
-"Few improvements for this security level, the main one is that there are\n"
-"more security warnings and checks."
-msgstr ""
-"Nekoliko unaprijeđenja na ovom sigurnosnom nivou, glavni je da ima\n"
-"više sigurnosnih upozorenja i provjera."
+#: ../../standalone/drakxtv_.c:48
+msgid "USA (cable)"
+msgstr "USA (kablovska)"
-#: ../../standalone/draksec_.c:35
-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 ""
-"Ovo je standardna sigurnost koja je preporučena za računar koji će biti\n"
-"korišten za spajanje na Internet kao klijent. Sada su uključene sigurnosne "
-"provjere."
+#: ../../standalone/drakxtv_.c:48
+msgid "USA (cable-hrc)"
+msgstr "USA (cable-hrc)"
-#: ../../standalone/draksec_.c:37
-msgid ""
-"With this security level, the use of this system as a server becomes "
-"possible.\n"
-"The security is now high enough to use the system as a server which accept\n"
-"connections from many clients. "
-msgstr ""
-"Sa ovim sigurnosnim nivoom, postaje moguće koristiti ovaj sistem kao "
-"server.\n"
-"Sigurnost je sada dovoljno visoka za upotrebu sistema kao servera koji "
-"prima\n"
-"konekcije sa mnogo klijenata."
+#: ../../standalone/drakxtv_.c:49
+msgid "China (bcast)"
+msgstr "Kina (bcast)"
-#: ../../standalone/draksec_.c:40
-msgid ""
-"We take level 4 features, but now the system is entirely closed.\n"
-"Security features are at their maximum."
-msgstr ""
-"Koristimo osobine nivoa 4, ali sada je sistem potpuno zatvoren.\n"
-"Sigurnosne osobine na maksimumu."
+#: ../../standalone/drakxtv_.c:49
+msgid "Japan (bcast)"
+msgstr "Japan (bcast)"
-#: ../../standalone/draksec_.c:65
-msgid "Security level"
-msgstr "Nivo sigurnosti"
+#: ../../standalone/drakxtv_.c:49
+msgid "Japan (cable)"
+msgstr "Japan (kablovska)"
-#: ../../standalone/draksec_.c:67
-msgid "Use libsafe for servers"
-msgstr "Koristi libsafe za servere"
+#: ../../standalone/drakxtv_.c:50
+msgid "East Europe"
+msgstr "Istočna Evropa"
+
+#: ../../standalone/drakxtv_.c:50
+msgid "Ireland"
+msgstr "Irska"
+
+#: ../../standalone/drakxtv_.c:50
+msgid "West Europe"
+msgstr "Zapadna Evropa"
+
+#: ../../standalone/drakxtv_.c:51
+msgid "Australia"
+msgstr "Australija"
+
+#: ../../standalone/drakxtv_.c:51
+msgid "Newzealand"
+msgstr "Novi Zeland"
-#: ../../standalone/draksec_.c:68
+#: ../../standalone/drakxtv_.c:52
+msgid "South Africa"
+msgstr "Južna Afrika"
+
+#: ../../standalone/drakxtv_.c:53
+msgid "Argentina"
+msgstr "Argentina"
+
+#: ../../standalone/drakxtv_.c:58
msgid ""
-"A library which defends against buffer overflow and format string attacks."
+"Please,\n"
+"type in your tv norm and country"
msgstr ""
-"Biblioteka koja brani od napada \"buffer overflow\" i \"format string\"."
+"Molim,\n"
+"unesite vaš tv standard i državu"
-#: ../../standalone/draksec_.c:72
-msgid "Setting security level"
-msgstr "Podešavanje nivoa sigurnosti"
+#: ../../standalone/drakxtv_.c:60
+msgid "TV norm :"
+msgstr "TV standard :"
-#: ../../standalone/drakxconf_.c:47
-msgid "Control Center"
-msgstr "Kontrolni centar"
+#: ../../standalone/drakxtv_.c:61
+msgid "Area :"
+msgstr "Oblast :"
-#: ../../standalone/drakxconf_.c:48
-msgid "Choose the tool you want to use"
-msgstr "Izaberite alat koji želite koristiti"
+#: ../../standalone/drakxtv_.c:65
+msgid "Scanning for TV channels in progress ..."
+msgstr "Pretraga TV kanala je u toku ..."
+
+#: ../../standalone/drakxtv_.c:72
+msgid "Scanning for TV channels"
+msgstr "Tražim TV kanale"
+
+#: ../../standalone/drakxtv_.c:83
+msgid "No TV Card detected!"
+msgstr ""
+
+#: ../../standalone/drakxtv_.c:84
+msgid ""
+"No TV Card has been detected on your machine. Please verify that a Linux-"
+"supported Video/TV Card is correctly plugged in.\n"
+"\n"
+"\n"
+"You can visit our hardware database at:\n"
+"\n"
+"\n"
+"http://www.linux-mandrake.com/en/hardware.php3"
+msgstr ""
#: ../../standalone/keyboarddrake_.c:16
msgid "usage: keyboarddrake [--expert] [keyboard]\n"
msgstr "upotreba: keyboarddrake [--expert] [keyboard]\n"
+#: ../../standalone/keyboarddrake_.c:29
+msgid "Please, choose your keyboard layout."
+msgstr "Molimo izaberite izgled vaše tastature."
+
#: ../../standalone/keyboarddrake_.c:36
msgid "Do you want the BackSpace to return Delete in console?"
msgstr "Želite li da BackSpace vrati Delete u konzoli?"
-#: ../../standalone/livedrake_.c:23
+#: ../../standalone/livedrake_.c:24
msgid "Change Cd-Rom"
msgstr "Promjenite CD-ROM"
-#: ../../standalone/livedrake_.c:24
+#: ../../standalone/livedrake_.c:25
msgid ""
"Please insert the Installation Cd-Rom in your drive and press Ok when done.\n"
"If you don't have it, press Cancel to avoid live upgrade."
msgstr ""
-"Molimo ubacite Instalacioni CD-ROM u vaš drajv i pritisnite Ok kad ste "
+"Molimo ubacite Instalacioni CD u vaš CD-ROM uređaj i pritisnite Ok kad ste "
"spremni.\n"
"Ako ga nemate, pritisnite Odustani da bi se izbjegao live upgrade."
-#: ../../standalone/livedrake_.c:34
+#: ../../standalone/livedrake_.c:35
msgid "Unable to start live upgrade !!!\n"
msgstr "Ne mogu da pokrenem live upgrade !!!\n"
-#: ../../standalone/mousedrake_.c:58
+#: ../../standalone/localedrake_.c:32
+msgid "The change is done, but to be effective you must logout"
+msgstr "Izmjena je napravljena, ali da bi stupila na snagu morate se odjaviti"
+
+#: ../../standalone/logdrake_.c:85 ../../standalone/logdrake_.c:501
+msgid "logdrake"
+msgstr "logdrake"
+
+#: ../../standalone/logdrake_.c:95
+msgid "Show only for the selected day"
+msgstr "Prikaži samo za izabrani dan"
+
+#: ../../standalone/logdrake_.c:102
+msgid "/File/_New"
+msgstr "/File/_New"
+
+#: ../../standalone/logdrake_.c:102
+msgid "<control>N"
+msgstr "<control>N"
+
+#: ../../standalone/logdrake_.c:103
+msgid "/File/_Open"
+msgstr "/Datoteka/_Otvori"
+
+#: ../../standalone/logdrake_.c:103
+msgid "<control>O"
+msgstr "<control>O"
+
+#: ../../standalone/logdrake_.c:104
+msgid "/File/_Save"
+msgstr "/Datoteka/_Sačuvaj"
+
+#: ../../standalone/logdrake_.c:104
+msgid "<control>S"
+msgstr "<control>S"
+
+#: ../../standalone/logdrake_.c:105
+msgid "/File/Save _As"
+msgstr "/Datoteaka/Sačuvaj _kao"
+
+#: ../../standalone/logdrake_.c:106
+msgid "/File/-"
+msgstr "/Datoteka/-"
+
+#: ../../standalone/logdrake_.c:108
+msgid "/_Options"
+msgstr "/_Opcije"
+
+#: ../../standalone/logdrake_.c:109
+msgid "/Options/Test"
+msgstr "/Opcije/Test"
+
+#: ../../standalone/logdrake_.c:110
+msgid "/_Help"
+msgstr "/_Pomoć"
+
+#: ../../standalone/logdrake_.c:111
+msgid "/Help/_About..."
+msgstr "/Pomoć/_O programu..."
+
+#: ../../standalone/logdrake_.c:118
+msgid "-misc-fixed-medium-r-*-*-*-100-*-*-*-*-*-*,*"
+msgstr "-misc-fixed-medium-r-*-*-*-100-*-*-*-*-*-*,*"
+
+#: ../../standalone/logdrake_.c:119
+msgid "-misc-fixed-bold-r-*-*-*-100-*-*-*-*-*-*,*"
+msgstr "-misc-fixed-bold-r-*-*-*-100-*-*-*-*-*-*,*"
+
+#: ../../standalone/logdrake_.c:173
+msgid "User"
+msgstr "Korisnik"
+
+#: ../../standalone/logdrake_.c:174
+msgid "Messages"
+msgstr "Poruke"
+
+#: ../../standalone/logdrake_.c:175
+msgid "Syslog"
+msgstr "Syslog"
+
+#: ../../standalone/logdrake_.c:176
+msgid "Mandrake Tools Explanations"
+msgstr "Objašnjenja Mandrake alata"
+
+#: ../../standalone/logdrake_.c:179
+msgid "search"
+msgstr "pretraživanje"
+
+#: ../../standalone/logdrake_.c:185
+msgid "A tool to monitor your logs"
+msgstr "Alat za pregled vaših logova"
+
+#: ../../standalone/logdrake_.c:186
+msgid "Settings"
+msgstr "Podešavanja"
+
+#: ../../standalone/logdrake_.c:191
+msgid "matching"
+msgstr "matching"
+
+#: ../../standalone/logdrake_.c:192
+msgid "but not matching"
+msgstr "but not matching"
+
+#: ../../standalone/logdrake_.c:196
+msgid "Choose file"
+msgstr "Izaberi datoteku"
+
+#: ../../standalone/logdrake_.c:201
+msgid "Calendar"
+msgstr "Kalendar"
+
+#: ../../standalone/logdrake_.c:211
+msgid "Content of the file"
+msgstr "Sadržaj datoteke"
+
+#: ../../standalone/logdrake_.c:215 ../../standalone/logdrake_.c:390
+msgid "Mail/SMS alert"
+msgstr "Mail/SMS obavijest"
+
+#: ../../standalone/logdrake_.c:268
+#, c-format
+msgid "please wait, parsing file: %s"
+msgstr "molim sačekajte, parsiram datoteku: %s"
+
+#: ../../standalone/logdrake_.c:405
+msgid "Mail/SMS alert configuration"
+msgstr "Podešavanje Mail/SMS obavijesti"
+
+#: ../../standalone/logdrake_.c:406
+msgid ""
+"Welcome to the mail/SMS configuration utility.\n"
+"\n"
+"Here, you'll be able to set up the alert system.\n"
+msgstr ""
+"Dobro došli u aplikaciju za podešavanje mail/SMSa.\n"
+"\n"
+"Ovdje možete podesiti sistem obavještavanja.\n"
+
+#: ../../standalone/logdrake_.c:414
+msgid "proftpd"
+msgstr "proftpd"
+
+#: ../../standalone/logdrake_.c:417
+msgid "sshd"
+msgstr "sshd"
+
+#: ../../standalone/logdrake_.c:418
+msgid "webmin"
+msgstr "webmin"
+
+#: ../../standalone/logdrake_.c:419
+msgid "xinetd"
+msgstr "xinetd"
+
+#: ../../standalone/logdrake_.c:422
+msgid "service setting"
+msgstr "postavke servisa"
+
+#: ../../standalone/logdrake_.c:423
+msgid ""
+"You will receive an alert if one of the selected service is no more running"
+msgstr ""
+"Možete primiti obavještenje ako neki od izabranih servisa prestane raditi"
+
+#: ../../standalone/logdrake_.c:433
+msgid "load setting"
+msgstr "postavka opterećenja"
+
+#: ../../standalone/logdrake_.c:434
+msgid "You will receive an alert if the load is higher than this value"
+msgstr ""
+"Primićete upozorenje ako je opterećenje (system load) veće od ove vrijednosti"
+
+#: ../../standalone/logdrake_.c:447
+msgid "alert configuration"
+msgstr "postavka upozorenja"
+
+#: ../../standalone/logdrake_.c:448
+msgid "Configure the way the system will alert you"
+msgstr "Podesite način na koji će vas sistem obavijestiti"
+
+#: ../../standalone/logdrake_.c:478
+msgid "Save as.."
+msgstr "Sačuvaj kao..."
+
+#: ../../standalone/mousedrake_.c:49
+msgid "Please, choose the type of your mouse."
+msgstr "Molimo izaberite vrstu vašeg miša."
+
+#: ../../standalone/mousedrake_.c:59
msgid "no serial_usb found\n"
msgstr "nije pronađen serial_usb\n"
-#: ../../standalone/mousedrake_.c:62
+#: ../../standalone/mousedrake_.c:63
msgid "Emulate third button?"
msgstr "Emuliraj treće dugme?"
-#: ../../standalone/tinyfirewall_.c:29
+#: ../../standalone/scannerdrake_.c:53
+#, c-format
+msgid "%s found on %s, configure it ?"
+msgstr "%s je pronađen na %s, podesi ga ?"
+
+#: ../../standalone/scannerdrake_.c:60
+msgid "Select a scanner"
+msgstr "Izaberite skener"
+
+#: ../../standalone/scannerdrake_.c:80
+#, c-format
+msgid "This %s scanner is unsupported"
+msgstr "Ovaj %s skener nije podržan"
+
+#: ../../standalone/scannerdrake_.c:94
+#, c-format
+msgid ""
+"Scannerdrake was not able to detect your %s scanner.\n"
+"Please select the device where your scanner is plugged"
+msgstr ""
+
+#: ../../standalone/scannerdrake_.c:96
+#, fuzzy
+msgid "choose device"
+msgstr "Boot uređaj"
+
+#: ../../standalone/scannerdrake_.c:102
+#, c-format
+msgid ""
+"This %s scanner must be configured by printerdrake.\n"
+"You can launch printerdrake from the Mandrake Control Center in Hardware "
+"section."
+msgstr ""
+"Ovaj %s skener se mora podesiti iz printerdrake-a.\n"
+"Možete pokrenuti printerdrake iz Mandrake Kontrolnog centra u odjeljku "
+"Hardware."
+
+#: ../../standalone/scannerdrake_.c:107
+#, c-format
+msgid ""
+"Your %s scanner has been configured.\n"
+"You may now scan documents using ``XSane'' from Multimedia/Graphics in the "
+"applications menu."
+msgstr ""
+
+#: ../../standalone/tinyfirewall_.c:31
msgid "Firewalling Configuration"
msgstr "Podešavanje firewalla"
-#: ../../standalone/tinyfirewall_.c:42
+#: ../../standalone/tinyfirewall_.c:44
msgid "Firewalling configuration"
msgstr "Podešavanje firewalla"
-#: ../../standalone/tinyfirewall_.c:77
+#: ../../standalone/tinyfirewall_.c:79
msgid ""
"Firewalling\n"
"\n"
@@ -8741,7 +11736,7 @@ msgstr ""
"Već ste podesili firewall.\n"
"Kliknite na Podesi kako bi se izmjenio ili uklonio firewall"
-#: ../../standalone/tinyfirewall_.c:81
+#: ../../standalone/tinyfirewall_.c:83
msgid ""
"Firewalling\n"
"\n"
@@ -8803,19 +11798,23 @@ msgstr "Podešavanje mreže"
msgid "Configure services"
msgstr "Podešavanje servisa"
-#: ../../steps.pm_.c:30
-msgid "Create a bootdisk"
-msgstr "Napravite boot disketu"
-
-#: ../../steps.pm_.c:32
+#: ../../steps.pm_.c:29
msgid "Install bootloader"
msgstr "Instalacija bootloadera"
+#: ../../steps.pm_.c:31
+msgid "Create a bootdisk"
+msgstr "Napravite boot disketu"
+
#: ../../steps.pm_.c:33
msgid "Configure X"
msgstr "Podešavanje X"
#: ../../steps.pm_.c:34
+msgid "Install system updates"
+msgstr "Instaliraj sistemske update"
+
+#: ../../steps.pm_.c:35
msgid "Exit install"
msgstr "Napusti instalaciju"
@@ -8829,7 +11828,7 @@ msgid ""
msgstr ""
"tinyfirewall podešavač\n"
"\n"
-"On podešava lični firewall za ovu Mandrake Linux mašinu.\n"
+"On podešava lični firewall za ovaj Mandrake Linux računar.\n"
"Za moćnu soluciju posebnog firewalla, molimo pogledajte\n"
"specijaliziranu MandrakeSecurity Firewall distribuciju."
@@ -8858,9 +11857,9 @@ msgid ""
"accessed by this machine, you can safely answer NO here.\n"
"\n"
msgstr ""
-"Da li imate pokrenut web server na ovoj mašini za koji želite da ga\n"
+"Da li imate pokrenut web server na ovom računaru za koji želite da ga\n"
"cijeli Internet vidi? Ako imate pokrenut webserver kojem ćete pristupati\n"
-"samo sa ove mašine, možete slobodno ovdje odgovoriti NE.\n"
+"samo sa ovog računara, možete slobodno ovdje odgovoriti NE.\n"
"\n"
#: ../../tinyfirewall.pm_.c:26
@@ -8870,7 +11869,7 @@ msgid ""
"answer no.\n"
"\n"
msgstr ""
-"Da li imate pokrenut name server (DNS) na ovoj mašini? Ako niste\n"
+"Da li imate pokrenut name server (DNS) na ovom računaru? Ako niste\n"
"podesili DNS radi davanja informacija o IP i zoni cijelom Internetu, \n"
"molimo vas odgovorite ne.\n"
"\n"
@@ -8935,7 +11934,7 @@ msgid ""
msgstr ""
"Da li imate pokrenut POP ili IMAP server ovdje? Ovo bi\n"
"bilo korišteno za smještaj ne-web-baziranih mail naloga\n"
-"za ljude na ovoj mašini.\n"
+"za ljude na ovom računaru.\n"
"\n"
#: ../../tinyfirewall.pm_.c:56
@@ -8986,6 +11985,56 @@ msgstr "Ne mogu otvoriti %s: %s\n"
msgid "Can't open %s for writing: %s\n"
msgstr "Ne mogu otvoriti %s za pisanje: %s\n"
+#: ../../tinyfirewall.pm_.c:180
+msgid "No I don't need DHCP"
+msgstr "Ne, ne treba mi DHCP"
+
+#: ../../tinyfirewall.pm_.c:180
+msgid "Yes I need DHCP"
+msgstr "Da, treba mi DHCP"
+
+#: ../../tinyfirewall.pm_.c:181
+msgid "No I don't need NTP"
+msgstr "Ne, ne treba mi NTP"
+
+#: ../../tinyfirewall.pm_.c:181
+msgid "Yes I need NTP"
+msgstr "Da, treba mi NTP"
+
+#: ../../tinyfirewall.pm_.c:182 ../../tinyfirewall.pm_.c:186
+msgid "Don't Save"
+msgstr "Nemoj snimiti"
+
+#: ../../tinyfirewall.pm_.c:182 ../../tinyfirewall.pm_.c:186
+#: ../../tinyfirewall.pm_.c:206
+msgid "Save & Quit"
+msgstr "Snimi i izađi"
+
+#: ../../tinyfirewall.pm_.c:197 ../../tinyfirewall.pm_.c:201
+msgid "Firewall Configuration Wizard"
+msgstr "Čarobnjak za podešavanje firewalla"
+
+#: ../../tinyfirewall.pm_.c:199
+msgid "No (firewall this off from the internet)"
+msgstr "Ne (isključi pristup sa interneta)"
+
+#: ../../tinyfirewall.pm_.c:200
+msgid "Yes (allow this through the firewall)"
+msgstr "Da (dozovoli pristup sa interneta)"
+
+#: ../../tinyfirewall.pm_.c:232
+msgid "Please Wait... Verifying installed packages"
+msgstr "Molim sačekajte... Provjeravam instalirane pakete"
+
+#: ../../tinyfirewall.pm_.c:238
+#, c-format
+msgid ""
+"Failure installing the needed packages : %s and Bastille.\n"
+" Try to install them manually."
+msgstr ""
+"Greška prilikom instaliranja paketa : %s i Bastille.\n"
+" Pokušajte ih instalirati ručno."
+
#: ../../share/compssUsers:999
msgid "Web/FTP"
msgstr "Web/FTP"
@@ -9114,10 +12163,6 @@ msgid "Graphical Environment"
msgstr "Grafičko okruženje"
#: ../../share/compssUsers:999
-msgid "Development"
-msgstr "Razvoj"
-
-#: ../../share/compssUsers:999
msgid "Apache, Pro-ftpd"
msgstr "Apache, Pro-ftpd"
@@ -9130,6 +12175,10 @@ msgid "Office Workstation"
msgstr "Uredska radna stanica"
#: ../../share/compssUsers:999
+msgid "Server"
+msgstr "Server"
+
+#: ../../share/compssUsers:999
msgid "Gnome, Icewm, Window Maker, Enlightenment, Fvwm, etc"
msgstr "Gnome, Icewm, Window Maker, Enlightenment, Fvwm, itd."
@@ -9218,10 +12267,6 @@ msgid "Programs to manage your finance, such as gnucash"
msgstr "Programi za upravljanje vašim finansijama, kao što je gnucash"
#: ../../share/compssUsers:999
-msgid "Games"
-msgstr "Igre"
-
-#: ../../share/compssUsers:999
msgid "Personal Information Management"
msgstr "Upravljanje ličnim informacijama"
@@ -9233,3 +12278,59 @@ msgstr "Multimedija - Prženje CDa"
msgid "Scientific Workstation"
msgstr "Znanstvena radna stanica"
+#~ msgid "About"
+#~ msgstr "O programu"
+
+#~ msgid " Help "
+#~ msgstr " Pomoć "
+
+#~ msgid "-adobe-utopia-medium-r-normal-*-12-*-*-*-p-*-iso8859-*,*-r-*"
+#~ msgstr "-adobe-utopia-medium-r-normal-*-12-*-*-*-p-*-iso8859-2,*-r-*"
+
+#~ msgid ""
+#~ "Can't access kernel modules corresponding to your kernel (file %s is "
+#~ "missing)"
+#~ msgstr ""
+#~ "Ne mogu pristupiti kernel modulima koji odgovaraju vašem kernelu "
+#~ "(nedostaje datoteka %s)"
+
+#~ msgid "$f-$g %s)"
+#~ msgstr "$f-$g %s)"
+
+#~ msgid "None"
+#~ msgstr "Nijedan"
+
+#~ msgid "Choose a default printer!"
+#~ msgstr "Izaberite default štampač!"
+
+#~ msgid ""
+#~ "With remote CUPS servers, you do not have to configure any printer here; "
+#~ "CUPS servers inform your machine automatically about their printers. All "
+#~ "printers known to your machine currently are listed in the \"Default "
+#~ "printer\" field. Choose the default printer for your machine there and "
+#~ "click the \"Apply/Re-read printers\" button. Click the same button to "
+#~ "refresh the list (it can take up to 30 seconds after the start of CUPS "
+#~ "until all remote printers are visible). When your CUPS server is in a "
+#~ "different network, you have to give the CUPS server IP address and "
+#~ "optionally the port number to get the printer information from the "
+#~ "server, otherwise leave these fields blank."
+#~ msgstr ""
+#~ "Sa udaljenim CUPS serverom, ne morate podešavati nijedan\n"
+#~ "štampač ovdje; CUPS serveri obavještavaju vaš računar automatski\n"
+#~ "o svojim štampačima. Svi štampači koji su trenutno poznati vašem\n"
+#~ "računaru su izlistani u polju \"Podrazumjevani štampač\". Izaberite "
+#~ "podrazumjevani\n"
+#~ "štampač za vaš računar ovdje i kliknite na dugme \"Primjeni/Ponovo\n"
+#~ "pročitaj štampače\". Kliknite na isto dugme za osvježavanje liste (može\n"
+#~ "trajati do 30 sekundi nakon pokretanja CUPSa dok svi udaljeni štampači\n"
+#~ "ne postanu vidljivi). Kada je vaš CUPS server u različitoj mreži, morate "
+#~ "dati\n"
+#~ "IP adresu CUPS servera i eventualno broj porta kako bi se dobavile "
+#~ "informacije\n"
+#~ "o štampačima sa servera, inače ostavite ova polja praznim."
+
+#~ msgid "Apply/Re-read printers"
+#~ msgstr "Primjeni/Ponovo pročitaj štampače"
+
+#~ msgid "Configure printing system"
+#~ msgstr "Podešavanje sistema štampe"
diff --git a/perl-install/share/po/ca.po b/perl-install/share/po/ca.po
index e92bfa983..0663d463f 100644
--- a/perl-install/share/po/ca.po
+++ b/perl-install/share/po/ca.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: DrakX VERSION\n"
-"POT-Creation-Date: 2001-09-21 19:50+0200\n"
+"POT-Creation-Date: 2002-03-11 18:29+0100\n"
"PO-Revision-Date: 2001-04-10 23:29+0200\n"
"Last-Translator: Softcatal <traddrake@softcatala.org>\n"
"Language-Team: Catalan\n"
@@ -14,24 +14,24 @@ msgstr ""
"Content-Type: text/plain; charset=iso-8859-1\n"
"Content-Transfer-Encoding: 8bit\n"
-#: ../../Xconfigurator.pm_.c:231
+#: ../../Xconfigurator.pm_.c:242
msgid "Configure all heads independently"
msgstr "Configura tots els capals independentment"
-#: ../../Xconfigurator.pm_.c:232
+#: ../../Xconfigurator.pm_.c:243
msgid "Use Xinerama extension"
msgstr "Utilitza l'extensi Xinerama"
-#: ../../Xconfigurator.pm_.c:235
+#: ../../Xconfigurator.pm_.c:246
#, c-format
msgid "Configure only card \"%s\" (%s)"
msgstr "Configura noms la targeta \"%s\" (%s)"
-#: ../../Xconfigurator.pm_.c:238
+#: ../../Xconfigurator.pm_.c:249
msgid "Multi-head configuration"
msgstr "Configuraci Multi-head"
-#: ../../Xconfigurator.pm_.c:239
+#: ../../Xconfigurator.pm_.c:250
msgid ""
"Your system support multiple head configuration.\n"
"What do you want to do?"
@@ -39,33 +39,43 @@ msgstr ""
"El vostre sistema permet l's d'una configuraci de mltiples capals.\n"
"Qu voleu fer?"
-#: ../../Xconfigurator.pm_.c:248
+#: ../../Xconfigurator.pm_.c:261
msgid "Graphic card"
msgstr "Targeta grfica"
-#: ../../Xconfigurator.pm_.c:248
+#: ../../Xconfigurator.pm_.c:262
msgid "Select a graphic card"
msgstr "Seleccioneu una targeta grfica"
-#: ../../Xconfigurator.pm_.c:249
+#: ../../Xconfigurator.pm_.c:286
msgid "Choose a X server"
msgstr "Escolliu un servidor X"
-#: ../../Xconfigurator.pm_.c:249
+#: ../../Xconfigurator.pm_.c:286
msgid "X server"
msgstr "Servidor X"
-#: ../../Xconfigurator.pm_.c:307 ../../Xconfigurator.pm_.c:313
-#: ../../Xconfigurator.pm_.c:363 ../../Xconfigurator.pm_.c:1435
+#: ../../Xconfigurator.pm_.c:293
+#, fuzzy
+msgid "Choose a X driver"
+msgstr "Escolliu un servidor X"
+
+#: ../../Xconfigurator.pm_.c:293
+#, fuzzy
+msgid "X driver"
+msgstr "Servidor X"
+
+#: ../../Xconfigurator.pm_.c:360 ../../Xconfigurator.pm_.c:366
+#: ../../Xconfigurator.pm_.c:416 ../../Xconfigurator.pm_.c:1507
#, c-format
msgid "XFree %s"
msgstr "XFree %s"
-#: ../../Xconfigurator.pm_.c:310
+#: ../../Xconfigurator.pm_.c:363
msgid "Which configuration of XFree do you want to have?"
msgstr "Quina configuraci de l'XFree voleu tenir?"
-#: ../../Xconfigurator.pm_.c:321
+#: ../../Xconfigurator.pm_.c:374
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support but only with XFree %s.\n"
@@ -75,19 +85,19 @@ msgstr ""
"l'Xfree %s.\n"
"L'XFree %s, que pot tenir un suport millor en 2D, suporta la vostra targeta."
-#: ../../Xconfigurator.pm_.c:323 ../../Xconfigurator.pm_.c:356
+#: ../../Xconfigurator.pm_.c:376 ../../Xconfigurator.pm_.c:409
#, c-format
msgid "Your card can have 3D hardware acceleration support with XFree %s."
msgstr ""
"La vostra targeta pot tenir acceleraci 3D de maquinari amb l'Xfree %s."
-#: ../../Xconfigurator.pm_.c:325 ../../Xconfigurator.pm_.c:358
-#: ../../Xconfigurator.pm_.c:1435
+#: ../../Xconfigurator.pm_.c:378 ../../Xconfigurator.pm_.c:411
+#: ../../Xconfigurator.pm_.c:1507
#, c-format
msgid "XFree %s with 3D hardware acceleration"
msgstr "Xfree %s amb acceleraci 3D de maquinari"
-#: ../../Xconfigurator.pm_.c:333 ../../Xconfigurator.pm_.c:347
+#: ../../Xconfigurator.pm_.c:386 ../../Xconfigurator.pm_.c:400
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support with XFree %s,\n"
@@ -97,12 +107,12 @@ msgstr ""
"TINGUEU EN COMPTE QUE ES TRACTA D'UN SUPORT EXPERIMENTAL; L'ORDINADOR ES POT "
"PENJAR."
-#: ../../Xconfigurator.pm_.c:335 ../../Xconfigurator.pm_.c:349
+#: ../../Xconfigurator.pm_.c:388 ../../Xconfigurator.pm_.c:402
#, c-format
msgid "XFree %s with EXPERIMENTAL 3D hardware acceleration"
msgstr "XFree %s amb acceleraci 3D de maquinari EXPERIMENTAL"
-#: ../../Xconfigurator.pm_.c:344
+#: ../../Xconfigurator.pm_.c:397
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support but only with XFree %s,\n"
@@ -115,31 +125,31 @@ msgstr ""
"PENJAR.\n"
"L'XFree %s, que pot tenir un suport millor en 2D, suporta la vostra targeta."
-#: ../../Xconfigurator.pm_.c:364
+#: ../../Xconfigurator.pm_.c:417
msgid "Xpmac (installation display driver)"
msgstr ""
-#: ../../Xconfigurator.pm_.c:368
+#: ../../Xconfigurator.pm_.c:421
msgid "XFree configuration"
msgstr "Configuraci de l'XFree"
-#: ../../Xconfigurator.pm_.c:434
+#: ../../Xconfigurator.pm_.c:496
msgid "Select the memory size of your graphic card"
msgstr "Seleccioneu la mida de memria de la vostra targeta grfica"
-#: ../../Xconfigurator.pm_.c:492
+#: ../../Xconfigurator.pm_.c:550
msgid "Choose options for server"
msgstr "Escolliu les opcions per al servidor"
-#: ../../Xconfigurator.pm_.c:516
+#: ../../Xconfigurator.pm_.c:574
msgid "Choose a monitor"
msgstr "Escolliu un monitor"
-#: ../../Xconfigurator.pm_.c:516
+#: ../../Xconfigurator.pm_.c:574
msgid "Monitor"
msgstr "Monitor"
-#: ../../Xconfigurator.pm_.c:519
+#: ../../Xconfigurator.pm_.c:577
msgid ""
"The two critical parameters are the vertical refresh rate, which is the "
"rate\n"
@@ -162,40 +172,40 @@ msgstr ""
"el podreu fer malb.\n"
"En cas de dubte, sigueu conservador amb aquest parmetre."
-#: ../../Xconfigurator.pm_.c:526
+#: ../../Xconfigurator.pm_.c:584
msgid "Horizontal refresh rate"
msgstr "Velocitat de refresc horitzontal"
-#: ../../Xconfigurator.pm_.c:527
+#: ../../Xconfigurator.pm_.c:585
msgid "Vertical refresh rate"
msgstr "Velocitat de refresc vertical"
-#: ../../Xconfigurator.pm_.c:564
+#: ../../Xconfigurator.pm_.c:622
msgid "Monitor not configured"
msgstr "El monitor no est configurat"
-#: ../../Xconfigurator.pm_.c:567
+#: ../../Xconfigurator.pm_.c:625
msgid "Graphic card not configured yet"
msgstr "La targeta grfica encara no est configurada"
-#: ../../Xconfigurator.pm_.c:570
+#: ../../Xconfigurator.pm_.c:628
msgid "Resolutions not chosen yet"
msgstr "Encara no s'han escollit les resolucions"
-#: ../../Xconfigurator.pm_.c:587
+#: ../../Xconfigurator.pm_.c:646
msgid "Do you want to test the configuration?"
msgstr "Voleu comprovar la configuraci?"
-#: ../../Xconfigurator.pm_.c:591
+#: ../../Xconfigurator.pm_.c:650
msgid "Warning: testing this graphic card may freeze your computer"
msgstr ""
"Avs: la comprovaci d'aquesta targeta grfica pot penjar-vos l'ordinador"
-#: ../../Xconfigurator.pm_.c:594
+#: ../../Xconfigurator.pm_.c:653
msgid "Test of the configuration"
msgstr "Comprova la configuraci"
-#: ../../Xconfigurator.pm_.c:632 ../../Xconfigurator.pm_.c:644
+#: ../../Xconfigurator.pm_.c:692 ../../Xconfigurator.pm_.c:704
msgid ""
"\n"
"try to change some parameters"
@@ -203,156 +213,175 @@ msgstr ""
"\n"
"intenteu canviar alguns parmetres"
-#: ../../Xconfigurator.pm_.c:632 ../../Xconfigurator.pm_.c:644
+#: ../../Xconfigurator.pm_.c:692 ../../Xconfigurator.pm_.c:704
msgid "An error has occurred:"
msgstr "S'ha produt un error:"
-#: ../../Xconfigurator.pm_.c:668
+#: ../../Xconfigurator.pm_.c:731
#, c-format
msgid "Leaving in %d seconds"
msgstr "Sortida en %d segons"
-#: ../../Xconfigurator.pm_.c:679
+#: ../../Xconfigurator.pm_.c:742
msgid "Is this the correct setting?"
msgstr "s aquest el parmetre corrcte?"
-#: ../../Xconfigurator.pm_.c:688
+#: ../../Xconfigurator.pm_.c:751
msgid "An error has occurred, try to change some parameters"
msgstr "S'ha produt un error, intenteu canviar alguns parmetres"
-#: ../../Xconfigurator.pm_.c:759
+#: ../../Xconfigurator.pm_.c:822
msgid "Resolution"
msgstr "Resoluci"
-#: ../../Xconfigurator.pm_.c:810
+#: ../../Xconfigurator.pm_.c:874
msgid "Choose the resolution and the color depth"
msgstr "Escolliu la resoluci i la profunditat de color"
-#: ../../Xconfigurator.pm_.c:812
+#: ../../Xconfigurator.pm_.c:876
#, c-format
msgid "Graphic card: %s"
msgstr "Targeta grfica: %s"
-#: ../../Xconfigurator.pm_.c:813
+#: ../../Xconfigurator.pm_.c:877
#, c-format
msgid "XFree86 server: %s"
msgstr "Servidor xFree86: %s"
-#: ../../Xconfigurator.pm_.c:829 ../../printerdrake.pm_.c:1885
-#: ../../standalone/draknet_.c:298 ../../standalone/draknet_.c:301
+#: ../../Xconfigurator.pm_.c:891 ../../diskdrake/interactive.pm_.c:259
+#: ../../install_steps_interactive.pm_.c:208
+msgid "More"
+msgstr "Ms"
+
+#: ../../Xconfigurator.pm_.c:891 ../../install_gtk.pm_.c:84
+#: ../../install_steps_gtk.pm_.c:328 ../../interactive.pm_.c:127
+#: ../../interactive.pm_.c:142 ../../interactive.pm_.c:317
+#: ../../interactive.pm_.c:349 ../../interactive_http.pm_.c:104
+#: ../../interactive_newt.pm_.c:170 ../../interactive_stdio.pm_.c:141
+#: ../../interactive_stdio.pm_.c:142 ../../my_gtk.pm_.c:686
+#: ../../my_gtk.pm_.c:1019 ../../my_gtk.pm_.c:1041
+#: ../../standalone/drakbackup_.c:2298 ../../standalone/drakbackup_.c:2369
+#: ../../standalone/drakbackup_.c:2385
+msgid "Ok"
+msgstr "D'acord"
+
+#: ../../Xconfigurator.pm_.c:893 ../../network/netconnect.pm_.c:169
+#: ../../printerdrake.pm_.c:2470 ../../standalone/draknet_.c:275
+#: ../../standalone/draknet_.c:278
msgid "Expert Mode"
msgstr "Mode expert"
-#: ../../Xconfigurator.pm_.c:830
+#: ../../Xconfigurator.pm_.c:894
msgid "Show all"
msgstr "Mostra'ls tots"
-#: ../../Xconfigurator.pm_.c:875
+#: ../../Xconfigurator.pm_.c:939
msgid "Resolutions"
msgstr "Resolucions"
-#: ../../Xconfigurator.pm_.c:1437
+#: ../../Xconfigurator.pm_.c:1509
#, c-format
msgid "Keyboard layout: %s\n"
msgstr "Disposici del teclat: %s\n"
-#: ../../Xconfigurator.pm_.c:1438
+#: ../../Xconfigurator.pm_.c:1510
#, c-format
msgid "Mouse type: %s\n"
msgstr "Tipus de ratol: %s\n"
-#: ../../Xconfigurator.pm_.c:1439
+#: ../../Xconfigurator.pm_.c:1511
#, c-format
msgid "Mouse device: %s\n"
msgstr "Dispositiu del ratol: %s\n"
-#: ../../Xconfigurator.pm_.c:1440
+#: ../../Xconfigurator.pm_.c:1512
#, c-format
msgid "Monitor: %s\n"
msgstr "Monitor: %s\n"
-#: ../../Xconfigurator.pm_.c:1441
+#: ../../Xconfigurator.pm_.c:1513
#, c-format
msgid "Monitor HorizSync: %s\n"
msgstr "Sincronitzaci horitzontal del monitor: %s\n"
-#: ../../Xconfigurator.pm_.c:1442
+#: ../../Xconfigurator.pm_.c:1514
#, c-format
msgid "Monitor VertRefresh: %s\n"
msgstr "Refresc vertical del monitor: %s\n"
-#: ../../Xconfigurator.pm_.c:1443
+#: ../../Xconfigurator.pm_.c:1515
#, c-format
msgid "Graphic card: %s\n"
msgstr "Targeta grfica: %s\n"
-#: ../../Xconfigurator.pm_.c:1444
+#: ../../Xconfigurator.pm_.c:1516
#, fuzzy, c-format
msgid "Graphic card identification: %s\n"
msgstr "Targeta grfica: %s\n"
-#: ../../Xconfigurator.pm_.c:1445
+#: ../../Xconfigurator.pm_.c:1517
#, c-format
msgid "Graphic memory: %s kB\n"
msgstr "Memria grfica: %s kB\n"
-#: ../../Xconfigurator.pm_.c:1447
+#: ../../Xconfigurator.pm_.c:1519
#, c-format
msgid "Color depth: %s\n"
msgstr "Profunditat del color: %s\n"
-#: ../../Xconfigurator.pm_.c:1448
+#: ../../Xconfigurator.pm_.c:1520
#, c-format
msgid "Resolution: %s\n"
msgstr "Resoluci: %s\n"
-#: ../../Xconfigurator.pm_.c:1450
+#: ../../Xconfigurator.pm_.c:1522
#, c-format
msgid "XFree86 server: %s\n"
msgstr "Servidor xFree86: %s\n"
-#: ../../Xconfigurator.pm_.c:1451
+#: ../../Xconfigurator.pm_.c:1523
#, c-format
msgid "XFree86 driver: %s\n"
msgstr "Controlador de l'xFree86: %s\n"
-#: ../../Xconfigurator.pm_.c:1469
+#: ../../Xconfigurator.pm_.c:1541
msgid "Preparing X-Window configuration"
msgstr "S'est preparant la configuraci de l'X-Window"
-#: ../../Xconfigurator.pm_.c:1489
+#: ../../Xconfigurator.pm_.c:1561
msgid "What do you want to do?"
msgstr "Qu voleu fer?"
-#: ../../Xconfigurator.pm_.c:1494
+#: ../../Xconfigurator.pm_.c:1566
msgid "Change Monitor"
msgstr "Canvia el monitor"
-#: ../../Xconfigurator.pm_.c:1495
+#: ../../Xconfigurator.pm_.c:1567
msgid "Change Graphic card"
msgstr "Canvia la targeta grfica"
-#: ../../Xconfigurator.pm_.c:1497
+#: ../../Xconfigurator.pm_.c:1570
msgid "Change Server options"
msgstr "Canvia les opcions del servidor"
-#: ../../Xconfigurator.pm_.c:1498
+#: ../../Xconfigurator.pm_.c:1571
msgid "Change Resolution"
msgstr "Canvia la resoluci"
-#: ../../Xconfigurator.pm_.c:1499
+#: ../../Xconfigurator.pm_.c:1572
msgid "Show information"
msgstr "Mostra la informaci"
-#: ../../Xconfigurator.pm_.c:1500
+#: ../../Xconfigurator.pm_.c:1573
msgid "Test again"
msgstr "Torna-ho a comprovar"
-#: ../../Xconfigurator.pm_.c:1501 ../../bootlook.pm_.c:156
+#: ../../Xconfigurator.pm_.c:1574 ../../printerdrake.pm_.c:2473
+#: ../../standalone/logdrake_.c:225
msgid "Quit"
msgstr "Surt"
-#: ../../Xconfigurator.pm_.c:1509
+#: ../../Xconfigurator.pm_.c:1582
#, c-format
msgid ""
"Keep the changes?\n"
@@ -364,20 +393,11 @@ msgstr ""
"\n"
"%s"
-#: ../../Xconfigurator.pm_.c:1532
-#, c-format
-msgid "Please relog into %s to activate the changes"
-msgstr "Si us plau, torneu a entrar a %s per activar els canvis"
-
-#: ../../Xconfigurator.pm_.c:1552
-msgid "Please log out and then use Ctrl-Alt-BackSpace"
-msgstr "Si us plau, sortiu i utilitzeu Ctrl-Alt-Enrere"
-
-#: ../../Xconfigurator.pm_.c:1555
+#: ../../Xconfigurator.pm_.c:1603
msgid "X at startup"
msgstr "X a l'inici"
-#: ../../Xconfigurator.pm_.c:1556
+#: ../../Xconfigurator.pm_.c:1604
msgid ""
"I can set up your computer to automatically start X upon booting.\n"
"Would you like X to start when you reboot?"
@@ -386,6 +406,15 @@ msgstr ""
"durant l'arrencada.\n"
"Voleu que X s'inici quan torneu a arrencar l'ordinador?"
+#: ../../Xconfigurator.pm_.c:1610
+#, c-format
+msgid "Please relog into %s to activate the changes"
+msgstr "Si us plau, torneu a entrar a %s per activar els canvis"
+
+#: ../../Xconfigurator.pm_.c:1625
+msgid "Please log out and then use Ctrl-Alt-BackSpace"
+msgstr "Si us plau, sortiu i utilitzeu Ctrl-Alt-Enrere"
+
#: ../../Xconfigurator_consts.pm_.c:6
msgid "256 colors (8 bits)"
msgstr "256 colors (8 bits)"
@@ -406,252 +435,262 @@ msgstr "16 milions de colors (24 bits)"
msgid "4 billion colors (32 bits)"
msgstr "4.294 milions de colors (32 bits)"
-#: ../../Xconfigurator_consts.pm_.c:106
+#: ../../Xconfigurator_consts.pm_.c:113
msgid "256 kB"
msgstr "256 kB"
-#: ../../Xconfigurator_consts.pm_.c:107
+#: ../../Xconfigurator_consts.pm_.c:114
msgid "512 kB"
msgstr "512 kB"
-#: ../../Xconfigurator_consts.pm_.c:108
+#: ../../Xconfigurator_consts.pm_.c:115
msgid "1 MB"
msgstr "1 MB"
-#: ../../Xconfigurator_consts.pm_.c:109
+#: ../../Xconfigurator_consts.pm_.c:116
msgid "2 MB"
msgstr "2 MB"
-#: ../../Xconfigurator_consts.pm_.c:110
+#: ../../Xconfigurator_consts.pm_.c:117
msgid "4 MB"
msgstr "4 MB"
-#: ../../Xconfigurator_consts.pm_.c:111
+#: ../../Xconfigurator_consts.pm_.c:118
msgid "8 MB"
msgstr "8 MB"
-#: ../../Xconfigurator_consts.pm_.c:112
+#: ../../Xconfigurator_consts.pm_.c:119
#, fuzzy
msgid "16 MB"
msgstr "1 MB"
-#: ../../Xconfigurator_consts.pm_.c:113
+#: ../../Xconfigurator_consts.pm_.c:120
#, fuzzy
msgid "32 MB"
msgstr "2 MB"
-#: ../../Xconfigurator_consts.pm_.c:114
+#: ../../Xconfigurator_consts.pm_.c:121
#, fuzzy
msgid "64 MB or more"
msgstr "16 MB o ms"
-#: ../../Xconfigurator_consts.pm_.c:122
+#: ../../Xconfigurator_consts.pm_.c:129
msgid "Standard VGA, 640x480 at 60 Hz"
msgstr "VGA estndard, 640x480 a 60 Hz"
-#: ../../Xconfigurator_consts.pm_.c:123
+#: ../../Xconfigurator_consts.pm_.c:130
msgid "Super VGA, 800x600 at 56 Hz"
msgstr "Super VGA, 800x600 a 60 Hz"
-#: ../../Xconfigurator_consts.pm_.c:124
+#: ../../Xconfigurator_consts.pm_.c:131
msgid "8514 Compatible, 1024x768 at 87 Hz interlaced (no 800x600)"
msgstr "Compatible 8514, 1024x768 a 87 Hz entrellaada (no 800x600)"
-#: ../../Xconfigurator_consts.pm_.c:125
+#: ../../Xconfigurator_consts.pm_.c:132
msgid "Super VGA, 1024x768 at 87 Hz interlaced, 800x600 at 56 Hz"
msgstr "Super VGA, 1024x768 a 87 Hz entrellaada, 800x600 a 56 Hz"
-#: ../../Xconfigurator_consts.pm_.c:126
+#: ../../Xconfigurator_consts.pm_.c:133
msgid "Extended Super VGA, 800x600 at 60 Hz, 640x480 at 72 Hz"
msgstr "Super VGA ampliada, 800x600 a 60 Hz, 640x480 a 72 Hz"
-#: ../../Xconfigurator_consts.pm_.c:127
+#: ../../Xconfigurator_consts.pm_.c:134
msgid "Non-Interlaced SVGA, 1024x768 at 60 Hz, 800x600 at 72 Hz"
msgstr "SVGA no entrellaada, 1024x768 a 60 Hz, 800x600 a 72 Hz"
-#: ../../Xconfigurator_consts.pm_.c:128
+#: ../../Xconfigurator_consts.pm_.c:135
msgid "High Frequency SVGA, 1024x768 at 70 Hz"
msgstr "SVGA d'alta freqncia, 1024x768 a 70 Hz"
-#: ../../Xconfigurator_consts.pm_.c:129
+#: ../../Xconfigurator_consts.pm_.c:136
msgid "Multi-frequency that can do 1280x1024 at 60 Hz"
msgstr "Multi-freqncia que pot fer 1280x1024 a 60 Hz"
-#: ../../Xconfigurator_consts.pm_.c:130
+#: ../../Xconfigurator_consts.pm_.c:137
msgid "Multi-frequency that can do 1280x1024 at 74 Hz"
msgstr "Multi-freqncia que pot fer 1280x1024 a 74 Hz"
-#: ../../Xconfigurator_consts.pm_.c:131
+#: ../../Xconfigurator_consts.pm_.c:138
msgid "Multi-frequency that can do 1280x1024 at 76 Hz"
msgstr "Multi-freqncia que pot fer 1280x1024 a 76 Hz"
-#: ../../Xconfigurator_consts.pm_.c:132
+#: ../../Xconfigurator_consts.pm_.c:139
msgid "Monitor that can do 1600x1200 at 70 Hz"
msgstr "Monitor que pot fer 1600x1200 a 70 Hz"
-#: ../../Xconfigurator_consts.pm_.c:133
+#: ../../Xconfigurator_consts.pm_.c:140
msgid "Monitor that can do 1600x1200 at 76 Hz"
msgstr "Monitor que pot fer 1600x1200 a 76 Hz"
-#: ../../any.pm_.c:96 ../../any.pm_.c:121
+#: ../../any.pm_.c:116 ../../any.pm_.c:141
msgid "First sector of boot partition"
msgstr "Primer sector de la partici d'arrencada"
-#: ../../any.pm_.c:96 ../../any.pm_.c:121 ../../any.pm_.c:194
+#: ../../any.pm_.c:116 ../../any.pm_.c:141 ../../any.pm_.c:218
msgid "First sector of drive (MBR)"
msgstr "Primer sector de la unitat (MBR)"
-#: ../../any.pm_.c:100
+#: ../../any.pm_.c:120
msgid "SILO Installation"
msgstr "Installaci del SILO"
-#: ../../any.pm_.c:101 ../../any.pm_.c:114
+#: ../../any.pm_.c:121 ../../any.pm_.c:134
msgid "Where do you want to install the bootloader?"
msgstr "On voleu installar el carregador d'arrencada?"
-#: ../../any.pm_.c:113
+#: ../../any.pm_.c:133
msgid "LILO/grub Installation"
msgstr "Installaci del LILO/grub"
-#: ../../any.pm_.c:125 ../../any.pm_.c:139
+#: ../../any.pm_.c:145 ../../any.pm_.c:159
msgid "SILO"
msgstr "SILO"
-#: ../../any.pm_.c:127
+#: ../../any.pm_.c:147
msgid "LILO with text menu"
msgstr "LILO amb men de text"
-#: ../../any.pm_.c:128 ../../any.pm_.c:139
+#: ../../any.pm_.c:148 ../../any.pm_.c:159
msgid "LILO with graphical menu"
msgstr "LILO amb men grfic"
-#: ../../any.pm_.c:131
+#: ../../any.pm_.c:151
msgid "Grub"
msgstr "Grub"
-#: ../../any.pm_.c:135
+#: ../../any.pm_.c:155
msgid "Boot from DOS/Windows (loadlin)"
msgstr "Arrencada des de DOS/Windows (loadlin)"
-#: ../../any.pm_.c:137 ../../any.pm_.c:139
+#: ../../any.pm_.c:157 ../../any.pm_.c:159
msgid "Yaboot"
msgstr "Yaboot"
-#: ../../any.pm_.c:145 ../../any.pm_.c:177
+#: ../../any.pm_.c:166 ../../any.pm_.c:198
msgid "Bootloader main options"
msgstr "Opcions principals del carregador d'arrencada"
-#: ../../any.pm_.c:146 ../../any.pm_.c:178
+#: ../../any.pm_.c:167 ../../any.pm_.c:199
msgid "Bootloader to use"
msgstr "Carregador d'arrencada a utilitzar"
-#: ../../any.pm_.c:148
+#: ../../any.pm_.c:169
msgid "Bootloader installation"
msgstr "Installaci del carregador d'arrencada"
-#: ../../any.pm_.c:150 ../../any.pm_.c:180
+#: ../../any.pm_.c:171 ../../any.pm_.c:201
msgid "Boot device"
msgstr "Dispositiu d'arrencada"
-#: ../../any.pm_.c:151
+#: ../../any.pm_.c:172
msgid "LBA (doesn't work on old BIOSes)"
msgstr "LBA (no funciona en BIOS antics)"
-#: ../../any.pm_.c:152
+#: ../../any.pm_.c:173
msgid "Compact"
msgstr "Compacte"
-#: ../../any.pm_.c:152
+#: ../../any.pm_.c:173
msgid "compact"
msgstr "compacte"
-#: ../../any.pm_.c:153 ../../any.pm_.c:250
+#: ../../any.pm_.c:174 ../../any.pm_.c:298
msgid "Video mode"
msgstr "Mode de vdeo"
-#: ../../any.pm_.c:155
+#: ../../any.pm_.c:176
msgid "Delay before booting default image"
msgstr "Demora abans d'arrencar la imatge predeterminada"
-#: ../../any.pm_.c:157 ../../any.pm_.c:730
-#: ../../install_steps_interactive.pm_.c:938 ../../network/modem.pm_.c:46
-#: ../../printerdrake.pm_.c:402 ../../printerdrake.pm_.c:481
-#: ../../standalone/draknet_.c:603
+#: ../../any.pm_.c:178 ../../any.pm_.c:796
+#: ../../install_steps_interactive.pm_.c:1115 ../../network/modem.pm_.c:48
+#: ../../printerdrake.pm_.c:708 ../../printerdrake.pm_.c:806
+#: ../../standalone/draknet_.c:625
msgid "Password"
msgstr "Contrasenya"
-#: ../../any.pm_.c:158 ../../any.pm_.c:731
-#: ../../install_steps_interactive.pm_.c:939
+#: ../../any.pm_.c:179 ../../any.pm_.c:797
+#: ../../install_steps_interactive.pm_.c:1116
msgid "Password (again)"
msgstr "Contrasenya (un altre cop)"
-#: ../../any.pm_.c:159
+#: ../../any.pm_.c:180
msgid "Restrict command line options"
msgstr "Limita les opcions de la lnia d'ordres"
-#: ../../any.pm_.c:159
+#: ../../any.pm_.c:180
msgid "restrict"
msgstr "limita"
-#: ../../any.pm_.c:161
+#: ../../any.pm_.c:182
msgid "Clean /tmp at each boot"
msgstr "Buida /tmp en cada arrencada"
-#: ../../any.pm_.c:162
+#: ../../any.pm_.c:183
#, c-format
msgid "Precise RAM size if needed (found %d MB)"
msgstr "Mida exacta de la RAM, si cal (s'han trobat %d MB)"
-#: ../../any.pm_.c:164
+#: ../../any.pm_.c:185
msgid "Enable multi profiles"
msgstr "Habilita perfils mltiples"
-#: ../../any.pm_.c:168
+#: ../../any.pm_.c:189
msgid "Give the ram size in MB"
msgstr "Introduu la mida de la RAM en Mb"
-#: ../../any.pm_.c:170
+#: ../../any.pm_.c:191
msgid ""
"Option ``Restrict command line options'' is of no use without a password"
msgstr ""
"L'opci ``Limita les opcions de la lnia d'ordres'' no t cap s sense una "
"contrasenya"
-#: ../../any.pm_.c:171 ../../any.pm_.c:707
-#: ../../install_steps_interactive.pm_.c:933
+#: ../../any.pm_.c:192 ../../any.pm_.c:773
+#: ../../diskdrake/interactive.pm_.c:1135
+#: ../../install_steps_interactive.pm_.c:1110
msgid "Please try again"
msgstr "Si us plau, torneu-ho a intentar"
-#: ../../any.pm_.c:171 ../../any.pm_.c:707
-#: ../../install_steps_interactive.pm_.c:933
+#: ../../any.pm_.c:192 ../../any.pm_.c:773
+#: ../../install_steps_interactive.pm_.c:1110
msgid "The passwords do not match"
msgstr "Les contrasenyes no coincideixen"
-#: ../../any.pm_.c:179
+#: ../../any.pm_.c:200
msgid "Init Message"
msgstr "Missatge d'inicialitzaci"
-#: ../../any.pm_.c:181
+#: ../../any.pm_.c:202
msgid "Open Firmware Delay"
msgstr "Demora de firmware obert"
-#: ../../any.pm_.c:182
+#: ../../any.pm_.c:203
msgid "Kernel Boot Timeout"
msgstr "Temps mxim d'arrencada del nucli"
-#: ../../any.pm_.c:183
+#: ../../any.pm_.c:204
msgid "Enable CD Boot?"
msgstr "Voleu habilitar l'arrencada des de CD?"
-#: ../../any.pm_.c:184
+#: ../../any.pm_.c:205
msgid "Enable OF Boot?"
msgstr "Voleu habilitar l'arrencada des d'OF?"
-#: ../../any.pm_.c:185
+#: ../../any.pm_.c:206
msgid "Default OS?"
msgstr "OS per defecte?"
-#: ../../any.pm_.c:207
+#: ../../any.pm_.c:240
+msgid ""
+"You decided to install the bootloader on a partition.\n"
+"This implies you already have a bootloader on the hard drive you boot (eg: "
+"System Commander).\n"
+"\n"
+"On which drive are you booting?"
+msgstr ""
+
+#: ../../any.pm_.c:255
msgid ""
"Here are the different entries.\n"
"You can add some more or change the existing ones."
@@ -659,145 +698,157 @@ msgstr ""
"Aquestes sn les diferents entrades.\n"
"Podeu afegir-ne algunes ms o canviar-ne les existents."
-#: ../../any.pm_.c:217
+#: ../../any.pm_.c:265 ../../standalone/drakbackup_.c:752
+#: ../../standalone/drakbackup_.c:861 ../../standalone/drakfont_.c:789
+#: ../../standalone/drakfont_.c:826
msgid "Add"
msgstr "Afegeix"
-#: ../../any.pm_.c:217 ../../any.pm_.c:718 ../../diskdrake.pm_.c:161
-#: ../../interactive_http.pm_.c:153 ../../printerdrake.pm_.c:1846
-#: ../../printerdrake.pm_.c:1847 ../../printerdrake.pm_.c:1904
-#: ../../printerdrake.pm_.c:1948
+#: ../../any.pm_.c:265 ../../any.pm_.c:784 ../../diskdrake/hd_gtk.pm_.c:153
+#: ../../diskdrake/removable.pm_.c:27 ../../diskdrake/smbnfs_gtk.pm_.c:86
+#: ../../interactive_http.pm_.c:153
msgid "Done"
msgstr "Fet"
-#: ../../any.pm_.c:217
+#: ../../any.pm_.c:265
#, fuzzy
msgid "Modify"
msgstr "Modifica el RAID"
-#: ../../any.pm_.c:225
+#: ../../any.pm_.c:273
msgid "Which type of entry do you want to add?"
msgstr "Quin tipus d'entrada voleu afegir?"
-#: ../../any.pm_.c:226
+#: ../../any.pm_.c:274 ../../standalone/drakbackup_.c:895
msgid "Linux"
msgstr "Linux"
-#: ../../any.pm_.c:226
+#: ../../any.pm_.c:274
msgid "Other OS (SunOS...)"
msgstr "Un altre SO (SunOS...)"
-#: ../../any.pm_.c:227
+#: ../../any.pm_.c:275
msgid "Other OS (MacOS...)"
msgstr "Un altre SO (MacOS...)"
-#: ../../any.pm_.c:227
+#: ../../any.pm_.c:275
msgid "Other OS (windows...)"
msgstr "Un altre SO (Windows...)"
-#: ../../any.pm_.c:246
+#: ../../any.pm_.c:294
msgid "Image"
msgstr "Imatge"
-#: ../../any.pm_.c:247 ../../any.pm_.c:258
+#: ../../any.pm_.c:295 ../../any.pm_.c:306
msgid "Root"
msgstr "Arrel"
-#: ../../any.pm_.c:248 ../../any.pm_.c:277
+#: ../../any.pm_.c:296 ../../any.pm_.c:325
msgid "Append"
msgstr "Afegeix"
-#: ../../any.pm_.c:252
+#: ../../any.pm_.c:300
msgid "Initrd"
msgstr "Initrd"
-#: ../../any.pm_.c:253
+#: ../../any.pm_.c:301
msgid "Read-write"
msgstr "Lectura-escriptura"
-#: ../../any.pm_.c:260
+#: ../../any.pm_.c:308
msgid "Table"
msgstr "Taula"
-#: ../../any.pm_.c:261
+#: ../../any.pm_.c:309
msgid "Unsafe"
msgstr "No segur"
-#: ../../any.pm_.c:268 ../../any.pm_.c:273 ../../any.pm_.c:276
+#: ../../any.pm_.c:316 ../../any.pm_.c:321 ../../any.pm_.c:324
msgid "Label"
msgstr "Etiqueta"
-#: ../../any.pm_.c:270 ../../any.pm_.c:281
+#: ../../any.pm_.c:318 ../../any.pm_.c:329
msgid "Default"
msgstr "Predeterminat"
-#: ../../any.pm_.c:278
+#: ../../any.pm_.c:326
msgid "Initrd-size"
msgstr "Initrd-size"
-#: ../../any.pm_.c:280
+#: ../../any.pm_.c:328
msgid "NoVideo"
msgstr "NoVideo"
-#: ../../any.pm_.c:288
+#: ../../any.pm_.c:336
msgid "Remove entry"
msgstr "Elimina l'entrada"
-#: ../../any.pm_.c:291
+#: ../../any.pm_.c:339
msgid "Empty label not allowed"
msgstr "No es permet una etiqueta buida"
-#: ../../any.pm_.c:292
+#: ../../any.pm_.c:340
+msgid "You must specify a kernel image"
+msgstr ""
+
+#: ../../any.pm_.c:340
+#, fuzzy
+msgid "You must specify a root partition"
+msgstr "Heu de tenir una partici d'intercanvi"
+
+#: ../../any.pm_.c:341
msgid "This label is already used"
msgstr "Aquesta etiqueta ja est en s"
-#: ../../any.pm_.c:597
-#, c-format
+# #msgid "Found %s %s interfaces"
+# #msgstr "S'han trobat interfcies %2$s %1$s"
+#: ../../any.pm_.c:656
+#, fuzzy, c-format
msgid "Found %s %s interfaces"
msgstr "S'han trobat interfcies %2$s %1$s"
-#: ../../any.pm_.c:598
+#: ../../any.pm_.c:657
msgid "Do you have another one?"
msgstr "En teniu una altra?"
-#: ../../any.pm_.c:599
+#: ../../any.pm_.c:658
#, c-format
msgid "Do you have any %s interfaces?"
msgstr "Teniu alguna interfcie %s?"
-#: ../../any.pm_.c:601 ../../any.pm_.c:760 ../../interactive.pm_.c:112
-#: ../../my_gtk.pm_.c:715
+#: ../../any.pm_.c:660 ../../any.pm_.c:832 ../../interactive.pm_.c:132
+#: ../../my_gtk.pm_.c:1018
msgid "No"
msgstr "No"
-#: ../../any.pm_.c:601 ../../any.pm_.c:759 ../../interactive.pm_.c:112
-#: ../../my_gtk.pm_.c:715
+#: ../../any.pm_.c:660 ../../any.pm_.c:831 ../../interactive.pm_.c:132
+#: ../../my_gtk.pm_.c:1018
msgid "Yes"
msgstr "S"
-#: ../../any.pm_.c:602
+#: ../../any.pm_.c:661
msgid "See hardware info"
msgstr "Mira la informaci del maquinari"
#. -PO: the first %s is the card type (scsi, network, sound,...)
#. -PO: the second is the vendor+model name
-#: ../../any.pm_.c:637
+#: ../../any.pm_.c:695
#, c-format
msgid "Installing driver for %s card %s"
msgstr "S'est installant el programa de control per a la targeta %s %s"
-#: ../../any.pm_.c:638
+#: ../../any.pm_.c:696
#, c-format
msgid "(module %s)"
msgstr "(mdul %s)"
#. -PO: the %s is the driver type (scsi, network, sound,...)
-#: ../../any.pm_.c:649
+#: ../../any.pm_.c:707
#, c-format
msgid "Which %s driver should I try?"
msgstr "Quin programa de control %s he de provar?"
-#: ../../any.pm_.c:657
+#: ../../any.pm_.c:715
#, c-format
msgid ""
"In some cases, the %s driver needs to have extra information to work\n"
@@ -814,20 +865,22 @@ msgstr ""
"cerqui al vostre ordinador la informaci que necessita? Aquesta recerca\n"
"podria blocar l'ordinador, per aix no causaria cap dany."
-#: ../../any.pm_.c:662
+#: ../../any.pm_.c:720
msgid "Autoprobe"
msgstr "Exploraci automtica"
-#: ../../any.pm_.c:662
+#: ../../any.pm_.c:720
msgid "Specify options"
msgstr "Especifica les opcions"
-#: ../../any.pm_.c:666
+#: ../../any.pm_.c:725
#, c-format
-msgid "You may now provide its options to module %s."
-msgstr "Ara podeu proporcionar les seves opcions per al mdul %s."
+msgid ""
+"You may now provide its options to module %s.\n"
+"Note that any address should be entered with the prefix 0x like '0x123'"
+msgstr ""
-#: ../../any.pm_.c:672
+#: ../../any.pm_.c:731
#, c-format
msgid ""
"You may now provide its options to module %s.\n"
@@ -838,11 +891,11 @@ msgstr ""
"Les opcions estan amb el format ``nom=valor nom2=valor2 ...''.\n"
"Per exemple, ``io=0x300 irq=7''"
-#: ../../any.pm_.c:675
+#: ../../any.pm_.c:734
msgid "Module options:"
msgstr "Opcions del mdul:"
-#: ../../any.pm_.c:686
+#: ../../any.pm_.c:745
#, c-format
msgid ""
"Loading module %s failed.\n"
@@ -851,34 +904,50 @@ msgstr ""
"Ha fallat la crrega del mdul %s.\n"
"Voleu tornar-ho a intentar amb altres parmetres?"
-#: ../../any.pm_.c:704
+#: ../../any.pm_.c:761
+msgid "access to X programs"
+msgstr ""
+
+#: ../../any.pm_.c:762
+msgid "access to rpm tools"
+msgstr ""
+
+#: ../../any.pm_.c:763
+msgid "allow \"su\""
+msgstr ""
+
+#: ../../any.pm_.c:764
+msgid "access to administrative files"
+msgstr ""
+
+#: ../../any.pm_.c:769
#, c-format
msgid "(already added %s)"
msgstr "(ja s'ha afegit %s)"
-#: ../../any.pm_.c:708
+#: ../../any.pm_.c:774
msgid "This password is too simple"
msgstr "Aquesta contrasenya s massa senzilla"
-#: ../../any.pm_.c:709
+#: ../../any.pm_.c:775
msgid "Please give a user name"
msgstr "Si us plau, introduu un nom d'usuari"
-#: ../../any.pm_.c:710
+#: ../../any.pm_.c:776
msgid ""
"The user name must contain only lower cased letters, numbers, `-' and `_'"
msgstr ""
"El nom d'usuari noms pot contenir lletres en minscula, nmeros, `-' i `_'"
-#: ../../any.pm_.c:711
+#: ../../any.pm_.c:777
msgid "This user name is already added"
msgstr "Aquest nom d'usuari ja s'ha afegit"
-#: ../../any.pm_.c:715
+#: ../../any.pm_.c:781
msgid "Add user"
msgstr "Afegeix un usuari"
-#: ../../any.pm_.c:716
+#: ../../any.pm_.c:782
#, c-format
msgid ""
"Enter a user\n"
@@ -887,32 +956,32 @@ msgstr ""
"Introduu un usuari\n"
"%s"
-#: ../../any.pm_.c:717
+#: ../../any.pm_.c:783
msgid "Accept user"
msgstr "Accepta l'usuari"
-#: ../../any.pm_.c:728
+#: ../../any.pm_.c:794
msgid "Real name"
msgstr "Nom real"
-#: ../../any.pm_.c:729 ../../printerdrake.pm_.c:401
-#: ../../printerdrake.pm_.c:480
+#: ../../any.pm_.c:795 ../../printerdrake.pm_.c:707
+#: ../../printerdrake.pm_.c:805
msgid "User name"
msgstr "Nom d'usuari"
-#: ../../any.pm_.c:732
+#: ../../any.pm_.c:798
msgid "Shell"
msgstr "Shell"
-#: ../../any.pm_.c:734
+#: ../../any.pm_.c:800
msgid "Icon"
msgstr "Icona"
-#: ../../any.pm_.c:756
+#: ../../any.pm_.c:828
msgid "Autologin"
msgstr "Entrada automtica"
-#: ../../any.pm_.c:757
+#: ../../any.pm_.c:829
#, fuzzy
msgid ""
"I can set up your computer to automatically log on one user.\n"
@@ -922,35 +991,207 @@ msgstr ""
"nom d'usuari.\n"
"Si no voleu utilitzar aquesta caracterstica, feu clic al bot Cancella."
-#: ../../any.pm_.c:761
+#: ../../any.pm_.c:833
msgid "Choose the default user:"
msgstr "Escolliu l'usuari per omissi:"
-#: ../../any.pm_.c:762
+#: ../../any.pm_.c:834
msgid "Choose the window manager to run:"
msgstr "Escolliu el gestor de finestres per executar:"
-#: ../../any.pm_.c:771
-msgid "Please, choose a language to use."
+#: ../../any.pm_.c:849
+#, fuzzy
+msgid "Please choose a language to use."
msgstr "Si us plau, trieu un idioma per utilitzar."
-#: ../../any.pm_.c:773
+#: ../../any.pm_.c:851
msgid "You can choose other languages that will be available after install"
msgstr ""
"Podeu seleccionar altres idiomes, que quedaran disponibles desprs de la "
"installaci"
-#: ../../any.pm_.c:785 ../../install_steps_interactive.pm_.c:633
+#: ../../any.pm_.c:863 ../../install_steps_interactive.pm_.c:719
+#: ../../standalone/drakxtv_.c:54
msgid "All"
msgstr "Tots"
+#: ../../any.pm_.c:955
+#, fuzzy
+msgid "Allow all users"
+msgstr "Afegeix un usuari"
+
+#: ../../any.pm_.c:955 ../../install_steps_interactive.pm_.c:521
+msgid "Custom"
+msgstr "Personalitzada"
+
+#: ../../any.pm_.c:955
+#, fuzzy
+msgid "No sharing"
+msgstr "S'est iniciant el CUPS"
+
+#: ../../any.pm_.c:965 ../../network/smbnfs.pm_.c:45
+#, fuzzy, c-format
+msgid "The package %s needs to be installed. Do you want to install it?"
+msgstr "Quins paquets voleu installar"
+
+#: ../../any.pm_.c:968
+msgid "You can export using NFS or Samba. Which one do you want"
+msgstr ""
+
+#: ../../any.pm_.c:976 ../../network/smbnfs.pm_.c:49
+#, c-format
+msgid "Mandatory package %s is missing"
+msgstr ""
+
+#: ../../any.pm_.c:982
+msgid ""
+"Do you want to allow users to export some directories in their home?\n"
+"Allowing this will permit users to simply click on \"Share\" in konqueror "
+"and nautilus.\n"
+"\n"
+"\"Custom\" permit a per-user granularity.\n"
+msgstr ""
+
+#: ../../any.pm_.c:996 ../../bootlook.pm_.c:161
+#: ../../diskdrake/smbnfs_gtk.pm_.c:85 ../../install_steps_gtk.pm_.c:464
+#: ../../install_steps_gtk.pm_.c:522 ../../install_steps_interactive.pm_.c:594
+#: ../../interactive.pm_.c:142 ../../interactive.pm_.c:317
+#: ../../interactive.pm_.c:349 ../../interactive_stdio.pm_.c:141
+#: ../../my_gtk.pm_.c:687 ../../my_gtk.pm_.c:690 ../../my_gtk.pm_.c:1019
+#: ../../network/netconnect.pm_.c:47 ../../printerdrake.pm_.c:1586
+#: ../../standalone/drakautoinst_.c:204 ../../standalone/drakbackup_.c:2264
+#: ../../standalone/drakbackup_.c:2289 ../../standalone/drakbackup_.c:2310
+#: ../../standalone/drakbackup_.c:2331 ../../standalone/drakbackup_.c:2349
+#: ../../standalone/drakbackup_.c:2397 ../../standalone/drakbackup_.c:2417
+#: ../../standalone/drakbackup_.c:2436 ../../standalone/drakfont_.c:767
+#: ../../standalone/drakgw_.c:721 ../../standalone/draknet_.c:116
+#: ../../standalone/draknet_.c:148 ../../standalone/draknet_.c:290
+#: ../../standalone/draknet_.c:538 ../../standalone/draknet_.c:680
+#: ../../standalone/logdrake_.c:225 ../../standalone/logdrake_.c:512
+#: ../../standalone/tinyfirewall_.c:65
+msgid "Cancel"
+msgstr "Cancella"
+
+#: ../../any.pm_.c:996
+msgid "Launch userdrake"
+msgstr ""
+
+#: ../../any.pm_.c:998
+msgid ""
+"The per-user sharing uses the group \"fileshare\". \n"
+"You can use userdrake to add a user in this group."
+msgstr ""
+
+#: ../../any.pm_.c:1035
+msgid "Welcome To Crackers"
+msgstr "Benvinguts, crackers"
+
+#: ../../any.pm_.c:1036
+msgid "Poor"
+msgstr "Pobre"
+
+#: ../../any.pm_.c:1037 ../../mouse.pm_.c:31
+msgid "Standard"
+msgstr "Estndard"
+
+#: ../../any.pm_.c:1038
+msgid "High"
+msgstr "Alt"
+
+#: ../../any.pm_.c:1039
+#, fuzzy
+msgid "Higher"
+msgstr "Alt"
+
+#: ../../any.pm_.c:1040
+msgid "Paranoid"
+msgstr "Paranoic"
+
+#: ../../any.pm_.c:1043
+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 ""
+"Aquest nivell s'ha d'utilitzar amb cura. Fa el vostre sistema molt ms "
+"fcil\n"
+"d'utilitzar, per tamb molt sensible: no s'ha d'utilitzar en un ordinador\n"
+"connectat a d'altres o a Internet. No s'hi accedeix mitjanant contrasenya."
+
+#: ../../any.pm_.c:1046
+msgid ""
+"Password are now enabled, but use as a networked computer is still not "
+"recommended."
+msgstr ""
+"Ara, la contrasenya est habilitada, per l's com a ordinador de xarxa "
+"segueix sense ser recomanable."
+
+#: ../../any.pm_.c:1047
+#, fuzzy
+msgid ""
+"This is the standard security recommended for a computer that will be used "
+"to connect to the Internet as a client."
+msgstr ""
+"Aquesta s la seguretat estndard recomanada per a un ordinador que\n"
+"s'utilitzar per connectar-se a Internet com a client. Ara hi ha "
+"comprovacions de seguretat."
+
+#: ../../any.pm_.c:1048
+msgid ""
+"There are already some restrictions, and more automatic checks are run every "
+"night."
+msgstr ""
+
+#: ../../any.pm_.c:1049
+#, fuzzy
+msgid ""
+"With this security level, the use of this system as a server becomes "
+"possible.\n"
+"The security is now high enough to use the system as a server which accept\n"
+"connections from many clients. Note: if your machine is only a client on the "
+"Internet, you should better choose a lower level."
+msgstr ""
+"Amb aquest nivell de seguretat, la utilitzaci d'aquest sistema com a\n"
+"servidor esdev possible.\n"
+"La seguretat s ara prou alta com per utilitzar el sistema com a servidor\n"
+"que accepti connexions de molts clients. "
+
+#: ../../any.pm_.c:1052
+#, fuzzy
+msgid ""
+"Based on the previous level, but the system is entirely closed.\n"
+"Security features are at their maximum."
+msgstr ""
+"Assumim les caracterstiques del nivell 4, per ara el sistema est\n"
+"totalment tancat.\n"
+"Les caracterstiques de seguretat estan al mxim."
+
+#: ../../any.pm_.c:1058
+msgid "Choose security level"
+msgstr "Escolliu el nivell de seguretat"
+
+#: ../../any.pm_.c:1061
+#, fuzzy
+msgid "Security level"
+msgstr "S'est establint el nivell de seguretat"
+
+#: ../../any.pm_.c:1063
+#, fuzzy
+msgid "Use libsafe for servers"
+msgstr "Escolliu les opcions per al servidor"
+
+#: ../../any.pm_.c:1064
+msgid ""
+"A library which defends against buffer overflow and format string attacks."
+msgstr ""
+
# NOTE: this message will be displayed at boot time; that is
# only the ascii charset will be available on most machines
# so use only 7bit for this message (and do transliteration or
# leave it in English, as it is the best for your language)
#
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#: ../../bootloader.pm_.c:259
+#: ../../bootloader.pm_.c:355
#, c-format
msgid ""
"Welcome to %s the operating system chooser!\n"
@@ -975,13 +1216,13 @@ msgstr ""
#
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:835
+#: ../../bootloader.pm_.c:928
msgid "Welcome to GRUB the operating system chooser!"
msgstr "Benvingut al GRUB, el selector de sistema operatiu!"
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:838
+#: ../../bootloader.pm_.c:931
#, c-format
msgid "Use the %c and %c keys for selecting which entry is highlighted."
msgstr ""
@@ -989,39 +1230,39 @@ msgstr ""
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:841
+#: ../../bootloader.pm_.c:934
msgid "Press enter to boot the selected OS, 'e' to edit the"
msgstr "Premeu Intro per arrencar el SO seleccionat, 'e' per editar les"
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:844
+#: ../../bootloader.pm_.c:937
msgid "commands before booting, or 'c' for a command-line."
msgstr "ordres prvies a l'arrencada, o 'c' per obtenir una lnia d'ordres."
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:847
+#: ../../bootloader.pm_.c:940
#, c-format
msgid "The highlighted entry will be booted automatically in %d seconds."
msgstr "La posici ressaltada arrencar automticament dintre de %d segons."
-#: ../../bootloader.pm_.c:851
+#: ../../bootloader.pm_.c:944
msgid "not enough room in /boot"
msgstr "no hi ha prou espai a /boot"
#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
#. -PO: so you may need to put them in English or in a different language if MS-windows doesn't exist in your language
-#: ../../bootloader.pm_.c:951
+#: ../../bootloader.pm_.c:1044
msgid "Desktop"
msgstr "Escriptori"
#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#: ../../bootloader.pm_.c:953
+#: ../../bootloader.pm_.c:1046
msgid "Start Menu"
msgstr "Men Inici"
-#: ../../bootloader.pm_.c:972
+#: ../../bootloader.pm_.c:1065
#, fuzzy, c-format
msgid "You can't install the bootloader on a %s partition\n"
msgstr "On voleu installar el carregador d'arrencada?"
@@ -1034,15 +1275,15 @@ msgstr "encara no s'ha implementat cap ajuda.\n"
msgid "Boot Style Configuration"
msgstr "Configuraci del tipus d'arrencada"
-#: ../../bootlook.pm_.c:79
+#: ../../bootlook.pm_.c:79 ../../standalone/logdrake_.c:101
msgid "/_File"
msgstr "/_Fitxer"
-#: ../../bootlook.pm_.c:80
+#: ../../bootlook.pm_.c:80 ../../standalone/logdrake_.c:107
msgid "/File/_Quit"
msgstr "/Fitxer/_Surt"
-#: ../../bootlook.pm_.c:80
+#: ../../bootlook.pm_.c:80 ../../standalone/logdrake_.c:107
msgid "<control>Q"
msgstr "<control>Q"
@@ -1066,11 +1307,15 @@ msgstr "Monitor Gtk+ tradicional"
msgid "Launch Aurora at boot time"
msgstr "Executa l'Aurora durant l'arrencada"
-#: ../../bootlook.pm_.c:100
+#: ../../bootlook.pm_.c:98
msgid "Lilo/grub mode"
msgstr "Mode LILO/Grub"
-#: ../../bootlook.pm_.c:102
+#: ../../bootlook.pm_.c:98
+msgid "Yaboot mode"
+msgstr "Mode Yaboot"
+
+#: ../../bootlook.pm_.c:104
#, fuzzy, c-format
msgid ""
"You are currently using %s as Boot Manager.\n"
@@ -1082,100 +1327,150 @@ msgstr ""
"\n"
"Feu clic a Configura per executar l'auxiliar de configuraci."
-#: ../../bootlook.pm_.c:104 ../../standalone/drakgw_.c:643
-#: ../../standalone/draknet_.c:280 ../../standalone/tinyfirewall_.c:57
+#: ../../bootlook.pm_.c:106 ../../standalone/drakbackup_.c:1467
+#: ../../standalone/drakbackup_.c:1478 ../../standalone/drakgw_.c:715
+#: ../../standalone/tinyfirewall_.c:59
msgid "Configure"
msgstr "Configura"
-#: ../../bootlook.pm_.c:108
-msgid "Boot mode"
-msgstr "Mode d'arrencada"
-
-#: ../../bootlook.pm_.c:136
+#: ../../bootlook.pm_.c:141
msgid "System mode"
msgstr "Mode de sistema"
-#: ../../bootlook.pm_.c:138
+#: ../../bootlook.pm_.c:143
msgid "Launch the X-Window system at start"
msgstr "Executa el sistema X-Window en iniciar"
-#: ../../bootlook.pm_.c:143
+#: ../../bootlook.pm_.c:148
msgid "No, I don't want autologin"
msgstr "No, no vull l'entrada automtica"
-#: ../../bootlook.pm_.c:145
+#: ../../bootlook.pm_.c:150
msgid "Yes, I want autologin with this (user, desktop)"
msgstr "S, vull l'entrada automtica amb aquest (usuari, escriptori)"
-#: ../../bootlook.pm_.c:155 ../../standalone/draknet_.c:108
-#: ../../standalone/draknet_.c:140 ../../standalone/draknet_.c:208
-#: ../../standalone/draknet_.c:320 ../../standalone/draknet_.c:433
-#: ../../standalone/draknet_.c:507 ../../standalone/draknet_.c:543
-#: ../../standalone/draknet_.c:644
+#: ../../bootlook.pm_.c:160 ../../network/netconnect.pm_.c:102
+#: ../../standalone/drakbackup_.c:2441 ../../standalone/drakbackup_.c:3345
+#: ../../standalone/drakfont_.c:532 ../../standalone/drakfont_.c:655
+#: ../../standalone/drakfont_.c:719 ../../standalone/drakfont_.c:765
+#: ../../standalone/draknet_.c:109 ../../standalone/draknet_.c:141
+#: ../../standalone/draknet_.c:297 ../../standalone/draknet_.c:436
+#: ../../standalone/draknet_.c:522 ../../standalone/draknet_.c:565
+#: ../../standalone/draknet_.c:666 ../../standalone/logdrake_.c:505
msgid "OK"
msgstr "D'acord"
-#: ../../bootlook.pm_.c:156 ../../install_steps_gtk.pm_.c:516
-#: ../../interactive.pm_.c:122 ../../interactive.pm_.c:286
-#: ../../interactive.pm_.c:308 ../../interactive_stdio.pm_.c:27
-#: ../../my_gtk.pm_.c:416 ../../my_gtk.pm_.c:419 ../../my_gtk.pm_.c:716
-#: ../../printerdrake.pm_.c:1158 ../../standalone/drakgw_.c:648
-#: ../../standalone/draknet_.c:115 ../../standalone/draknet_.c:147
-#: ../../standalone/draknet_.c:313 ../../standalone/draknet_.c:519
-#: ../../standalone/draknet_.c:658 ../../standalone/tinyfirewall_.c:63
-msgid "Cancel"
-msgstr "Cancella"
-
-#: ../../bootlook.pm_.c:224
+#: ../../bootlook.pm_.c:229
#, c-format
msgid "can not open /etc/inittab for reading: %s"
msgstr "no es pot obrir /etc/inittab per a lectura: %s"
-#: ../../bootlook.pm_.c:336 ../../standalone/drakboot_.c:47
-msgid "Installation of LILO failed. The following error occured:"
-msgstr "Ha fallat la installaci del LILO. S'ha produt l'error segent:"
-
-#: ../../common.pm_.c:93
+#: ../../common.pm_.c:94
msgid "GB"
msgstr "GB"
-#: ../../common.pm_.c:93
+#: ../../common.pm_.c:94
msgid "KB"
msgstr "kB"
-#: ../../common.pm_.c:93 ../../install_steps_graphical.pm_.c:287
-#: ../../install_steps_graphical.pm_.c:334
+#: ../../common.pm_.c:94
msgid "MB"
msgstr "MB"
-#: ../../common.pm_.c:101
+#: ../../common.pm_.c:102
msgid "TB"
msgstr "TB"
-#: ../../common.pm_.c:109
+#: ../../common.pm_.c:110
#, c-format
msgid "%d minutes"
msgstr "%d minuts"
-#: ../../common.pm_.c:111
+#: ../../common.pm_.c:112
msgid "1 minute"
msgstr "1 minute"
-#: ../../common.pm_.c:113
+#: ../../common.pm_.c:114
#, c-format
msgid "%d seconds"
msgstr "%d segons"
-#: ../../diskdrake.pm_.c:100
+#: ../../common.pm_.c:159
+#, fuzzy
+msgid "Can't make screenshots before partitioning"
+msgstr "No puc afegir cap ms partici"
+
+#: ../../common.pm_.c:166
+#, fuzzy, c-format
+msgid "Screenshots will be available after install in %s"
+msgstr ""
+"Podeu seleccionar altres idiomes, que quedaran disponibles desprs de la "
+"installaci"
+
+#: ../../crypto.pm_.c:12 ../../crypto.pm_.c:26 ../../standalone/drakxtv_.c:50
+msgid "France"
+msgstr "Frana"
+
+#: ../../crypto.pm_.c:13
+msgid "Costa Rica"
+msgstr ""
+
+#: ../../crypto.pm_.c:14 ../../crypto.pm_.c:27
+#, fuzzy
+msgid "Belgium"
+msgstr "Belga"
+
+#: ../../crypto.pm_.c:15 ../../crypto.pm_.c:28
+msgid "Czech Republic"
+msgstr ""
+
+#: ../../crypto.pm_.c:16 ../../crypto.pm_.c:29
+msgid "Germany"
+msgstr "Alemany"
+
+#: ../../crypto.pm_.c:17 ../../crypto.pm_.c:30
+#, fuzzy
+msgid "Greece"
+msgstr "Grec"
+
+#: ../../crypto.pm_.c:18 ../../crypto.pm_.c:31
+#, fuzzy
+msgid "Norway"
+msgstr "Noruec"
+
+#: ../../crypto.pm_.c:19 ../../crypto.pm_.c:32
+#, fuzzy
+msgid "Sweden"
+msgstr "Consulteu"
+
+#: ../../crypto.pm_.c:20 ../../crypto.pm_.c:34
+msgid "Netherlands"
+msgstr ""
+
+#: ../../crypto.pm_.c:21 ../../crypto.pm_.c:35 ../../standalone/drakxtv_.c:50
+#, fuzzy
+msgid "Italy"
+msgstr "Itali"
+
+#: ../../crypto.pm_.c:22 ../../crypto.pm_.c:36
+#, fuzzy
+msgid "Austria"
+msgstr "srie"
+
+#: ../../crypto.pm_.c:33 ../../crypto.pm_.c:67
+msgid "United States"
+msgstr ""
+
+#: ../../diskdrake/hd_gtk.pm_.c:94
msgid "Please make a backup of your data first"
msgstr "Si us plau, feu primer una cpia de seguretat de les vostres dades"
-#: ../../diskdrake.pm_.c:100 ../../diskdrake_interactive.pm_.c:801
-#: ../../diskdrake_interactive.pm_.c:810 ../../diskdrake_interactive.pm_.c:864
+#: ../../diskdrake/hd_gtk.pm_.c:94 ../../diskdrake/interactive.pm_.c:891
+#: ../../diskdrake/interactive.pm_.c:900 ../../diskdrake/interactive.pm_.c:954
msgid "Read carefully!"
msgstr "Llegiu-ho atentament!"
-#: ../../diskdrake.pm_.c:103
+#: ../../diskdrake/hd_gtk.pm_.c:97
msgid ""
"If you plan to use aboot, be carefull to leave a free space (2048 sectors is "
"enough)\n"
@@ -1184,55 +1479,23 @@ msgstr ""
"Si penseu utilitzar aboot, assegureu-vos de deixar espai lliure (amb 2.048\n"
"sectors n'hi ha prou) al comenament del disc"
-#: ../../diskdrake.pm_.c:122 ../../diskdrake_interactive.pm_.c:313
-#: ../../diskdrake_interactive.pm_.c:328 ../../install_steps.pm_.c:72
-#: ../../install_steps_interactive.pm_.c:37
-#: ../../install_steps_interactive.pm_.c:310 ../../interactive_http.pm_.c:119
-#: ../../interactive_http.pm_.c:120 ../../standalone/diskdrake_.c:62
+#: ../../diskdrake/hd_gtk.pm_.c:116 ../../diskdrake/interactive.pm_.c:325
+#: ../../diskdrake/interactive.pm_.c:340 ../../diskdrake/smbnfs_gtk.pm_.c:45
+#: ../../install_steps.pm_.c:75 ../../install_steps_interactive.pm_.c:67
+#: ../../install_steps_interactive.pm_.c:356 ../../interactive_http.pm_.c:119
+#: ../../interactive_http.pm_.c:120 ../../standalone/diskdrake_.c:84
msgid "Error"
msgstr "Error"
-#: ../../diskdrake.pm_.c:159
+#: ../../diskdrake/hd_gtk.pm_.c:151
msgid "Wizard"
msgstr "Assistent"
-#: ../../diskdrake.pm_.c:181
-msgid "New"
-msgstr "Nou"
-
-#: ../../diskdrake.pm_.c:203 ../../diskdrake.pm_.c:206
-#, fuzzy
-msgid "Remote"
-msgstr "Elimina"
-
-#: ../../diskdrake.pm_.c:208 ../../diskdrake.pm_.c:479
-#: ../../diskdrake_interactive.pm_.c:352 ../../diskdrake_interactive.pm_.c:523
-msgid "Mount point"
-msgstr "Punt de muntatge"
-
-#: ../../diskdrake.pm_.c:209
-msgid "Options"
-msgstr "Opcions"
-
-#: ../../diskdrake.pm_.c:211 ../../diskdrake.pm_.c:417
-#: ../../diskdrake.pm_.c:534 ../../diskdrake_interactive.pm_.c:353
-#: ../../diskdrake_interactive.pm_.c:488
-msgid "Type"
-msgstr "Tipus"
-
-#: ../../diskdrake.pm_.c:223 ../../diskdrake_interactive.pm_.c:361
-msgid "Unmount"
-msgstr "Desmunta"
-
-#: ../../diskdrake.pm_.c:224 ../../diskdrake_interactive.pm_.c:357
-msgid "Mount"
-msgstr "Munta"
-
-#: ../../diskdrake.pm_.c:228
+#: ../../diskdrake/hd_gtk.pm_.c:181 ../../diskdrake/removable_gtk.pm_.c:24
msgid "Choose action"
msgstr "Trieu una acci"
-#: ../../diskdrake.pm_.c:235
+#: ../../diskdrake/hd_gtk.pm_.c:185
msgid ""
"You have one big FAT partition\n"
"(generally used by MicroSoft Dos/Windows).\n"
@@ -1244,227 +1507,150 @@ msgstr ""
"Suggereixo que primer en canvieu la mida\n"
"(feu-hi clic i desprs feu clic a \"Canvia la mida\")"
-#: ../../diskdrake.pm_.c:238
+#: ../../diskdrake/hd_gtk.pm_.c:188
msgid "Please click on a partition"
msgstr "Si us plau, feu clic a una partici "
-#: ../../diskdrake.pm_.c:240
-#, fuzzy
-msgid "Please click on a media"
-msgstr "Si us plau, feu clic a una partici "
-
-#: ../../diskdrake.pm_.c:243
-#, fuzzy
-msgid ""
-"Please click on a button above\n"
-"\n"
-"Or use \"New\""
-msgstr "Si us plau, feu clic a una partici "
-
-#: ../../diskdrake.pm_.c:244
-msgid "Use \"New\""
-msgstr ""
-
-#: ../../diskdrake.pm_.c:263 ../../install_steps_gtk.pm_.c:517
+#: ../../diskdrake/hd_gtk.pm_.c:202 ../../diskdrake/smbnfs_gtk.pm_.c:67
+#: ../../install_steps_gtk.pm_.c:523
msgid "Details"
msgstr "Detalls"
-#: ../../diskdrake.pm_.c:395
+#: ../../diskdrake/hd_gtk.pm_.c:320
msgid "Ext2"
msgstr "Ext2"
-#: ../../diskdrake.pm_.c:395
+#: ../../diskdrake/hd_gtk.pm_.c:320
msgid "FAT"
msgstr "FAT"
-#: ../../diskdrake.pm_.c:395
+#: ../../diskdrake/hd_gtk.pm_.c:320
msgid "HFS"
msgstr "HFS"
-#: ../../diskdrake.pm_.c:395
+#: ../../diskdrake/hd_gtk.pm_.c:320
#, fuzzy
msgid "Journalised FS"
msgstr "ha fallat el muntatge"
-#: ../../diskdrake.pm_.c:395
+#: ../../diskdrake/hd_gtk.pm_.c:320
msgid "SunOS"
msgstr "SunOS"
-#: ../../diskdrake.pm_.c:395
+#: ../../diskdrake/hd_gtk.pm_.c:320
msgid "Swap"
msgstr "Intercanvia"
-#: ../../diskdrake.pm_.c:396 ../../diskdrake_interactive.pm_.c:952
+#: ../../diskdrake/hd_gtk.pm_.c:321 ../../diskdrake/interactive.pm_.c:1050
msgid "Empty"
msgstr "Buit"
-#: ../../diskdrake.pm_.c:396 ../../install_steps_gtk.pm_.c:373
-#: ../../install_steps_gtk.pm_.c:433 ../../mouse.pm_.c:161
-#: ../../services.pm_.c:161
+#: ../../diskdrake/hd_gtk.pm_.c:321 ../../install_steps_gtk.pm_.c:379
+#: ../../install_steps_gtk.pm_.c:439 ../../mouse.pm_.c:162
+#: ../../services.pm_.c:157 ../../standalone/drakbackup_.c:944
msgid "Other"
msgstr "Altres"
-#: ../../diskdrake.pm_.c:400
+#: ../../diskdrake/hd_gtk.pm_.c:325
msgid "Filesystem types:"
msgstr "Tipus de sistema de fitxers"
-#: ../../diskdrake.pm_.c:417 ../../diskdrake_interactive.pm_.c:375
+#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/interactive.pm_.c:386
msgid "Create"
msgstr "Crea"
-#: ../../diskdrake.pm_.c:417 ../../diskdrake.pm_.c:419
+#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/interactive.pm_.c:365
+#: ../../diskdrake/interactive.pm_.c:499 ../../diskdrake/removable.pm_.c:26
+#: ../../diskdrake/removable.pm_.c:49 ../../diskdrake/removable_gtk.pm_.c:17
+msgid "Type"
+msgstr "Tipus"
+
+#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/hd_gtk.pm_.c:344
#, c-format
msgid "Use ``%s'' instead"
msgstr "Utilitzeu ``%s'' al seu lloc"
-#: ../../diskdrake.pm_.c:419 ../../diskdrake_interactive.pm_.c:362
+#: ../../diskdrake/hd_gtk.pm_.c:344 ../../diskdrake/interactive.pm_.c:374
msgid "Delete"
msgstr "Suprimeix"
-#: ../../diskdrake.pm_.c:423
+#: ../../diskdrake/hd_gtk.pm_.c:348
msgid "Use ``Unmount'' first"
msgstr "Utilitzeu primer ``Unmount''"
-#: ../../diskdrake.pm_.c:424 ../../diskdrake_interactive.pm_.c:480
+#: ../../diskdrake/hd_gtk.pm_.c:349 ../../diskdrake/interactive.pm_.c:491
#, c-format
msgid ""
"After changing type of partition %s, all data on this partition will be lost"
msgstr ""
"Desprs de canviar el tipus de la partici %s, se'n perdran totes les dades"
-#: ../../diskdrake.pm_.c:478 ../../diskdrake_interactive.pm_.c:522
-#, c-format
-msgid "Where do you want to mount device %s?"
-msgstr "On voleu muntar el dispositiu %s?"
-
-#: ../../diskdrake.pm_.c:500
-#, fuzzy
-msgid "Mount options"
-msgstr "Opcions del mdul:"
-
-#: ../../diskdrake.pm_.c:507
-msgid "Various"
-msgstr ""
-
-#: ../../diskdrake.pm_.c:525
-#, fuzzy
-msgid "Removable media"
-msgstr "Muntatge automtic del suport extrable"
-
-#: ../../diskdrake.pm_.c:532
-#, fuzzy
-msgid "Change type"
-msgstr "Canvia el tipus de partici"
-
-#: ../../diskdrake.pm_.c:533 ../../diskdrake_interactive.pm_.c:487
-msgid "Which filesystem do you want?"
-msgstr "Quin sistema de fitxers voleu?"
-
-#: ../../diskdrake.pm_.c:564
-msgid "Scanning available nfs shared resource"
-msgstr ""
-
-#: ../../diskdrake.pm_.c:569
-#, c-format
-msgid "Scanning available nfs shared resource of server %s"
-msgstr ""
-
-#: ../../diskdrake.pm_.c:578 ../../diskdrake.pm_.c:648
-msgid "If the list above doesn't contain the wanted entry, enter it here:"
-msgstr ""
-
-#: ../../diskdrake.pm_.c:581 ../../diskdrake.pm_.c:651
-msgid "Server"
-msgstr "Servidor"
-
-#: ../../diskdrake.pm_.c:582 ../../diskdrake.pm_.c:652
-msgid "Shared resource"
-msgstr ""
-
-#: ../../diskdrake.pm_.c:615
-msgid "Scanning available samba shared resource"
-msgstr ""
-
-#: ../../diskdrake.pm_.c:626 ../../diskdrake.pm_.c:639
-#, c-format
-msgid "Scanning available samba shared resource of server %s"
-msgstr ""
-
-#: ../../diskdrake_interactive.pm_.c:163
+#: ../../diskdrake/interactive.pm_.c:171
#, fuzzy
msgid "Choose a partition"
msgstr "Trieu una acci"
-#: ../../diskdrake_interactive.pm_.c:163
+#: ../../diskdrake/interactive.pm_.c:171
#, fuzzy
msgid "Choose another partition"
msgstr "Crea una nova partici"
-#: ../../diskdrake_interactive.pm_.c:188
+#: ../../diskdrake/interactive.pm_.c:196
#, fuzzy
msgid "Exit"
msgstr "Ext2"
-#: ../../diskdrake_interactive.pm_.c:210
+#: ../../diskdrake/interactive.pm_.c:218
msgid "Toggle to expert mode"
msgstr "Normal > Expert"
-#: ../../diskdrake_interactive.pm_.c:210
+#: ../../diskdrake/interactive.pm_.c:218
msgid "Toggle to normal mode"
msgstr "Expert > Normal"
-#: ../../diskdrake_interactive.pm_.c:210
+#: ../../diskdrake/interactive.pm_.c:218
msgid "Undo"
msgstr "Desfs"
-#: ../../diskdrake_interactive.pm_.c:229
+#: ../../diskdrake/interactive.pm_.c:237
msgid "Continue anyway?"
msgstr "Voleu continuar igualment?"
-#: ../../diskdrake_interactive.pm_.c:234
+#: ../../diskdrake/interactive.pm_.c:242
msgid "Quit without saving"
msgstr "Surt sense desar"
-#: ../../diskdrake_interactive.pm_.c:234
+#: ../../diskdrake/interactive.pm_.c:242
msgid "Quit without writing the partition table?"
msgstr "Voleu sortir sense desar la taula de particions?"
-#: ../../diskdrake_interactive.pm_.c:237
+#: ../../diskdrake/interactive.pm_.c:247
#, fuzzy
msgid "Do you want to save /etc/fstab modifications"
msgstr "Voleu comprovar la configuraci?"
-#: ../../diskdrake_interactive.pm_.c:247
+#: ../../diskdrake/interactive.pm_.c:259
msgid "Auto allocate"
msgstr "Assigna automticament"
-#: ../../diskdrake_interactive.pm_.c:247
+#: ../../diskdrake/interactive.pm_.c:259
msgid "Clear all"
msgstr "Buida-ho tot"
-#: ../../diskdrake_interactive.pm_.c:247
-#: ../../install_steps_interactive.pm_.c:171
-msgid "More"
-msgstr "Ms"
-
-#: ../../diskdrake_interactive.pm_.c:250
+#: ../../diskdrake/interactive.pm_.c:262
#, fuzzy
msgid "Hard drive information"
msgstr "Informaci del correu"
-#: ../../diskdrake_interactive.pm_.c:267
-msgid "Not enough space for auto-allocating"
-msgstr "No hi ha prou espai per a l'assignaci automtica"
-
-#: ../../diskdrake_interactive.pm_.c:273
+#: ../../diskdrake/interactive.pm_.c:283
msgid "All primary partitions are used"
msgstr "S'utilitzen totes les particions primries"
-#: ../../diskdrake_interactive.pm_.c:274
+#: ../../diskdrake/interactive.pm_.c:284
msgid "I can't add any more partition"
msgstr "No puc afegir cap ms partici"
-#: ../../diskdrake_interactive.pm_.c:275
+#: ../../diskdrake/interactive.pm_.c:285
msgid ""
"To have more partitions, please delete one to be able to create an extended "
"partition"
@@ -1472,35 +1658,35 @@ msgstr ""
"Per tenir ms particions, suprimiu-ne una per poder crear una partici "
"ampliada"
-#: ../../diskdrake_interactive.pm_.c:285
+#: ../../diskdrake/interactive.pm_.c:295
#, fuzzy
msgid "Save partition table"
msgstr "Escriu la taula de particions"
-#: ../../diskdrake_interactive.pm_.c:286
+#: ../../diskdrake/interactive.pm_.c:296
#, fuzzy
msgid "Restore partition table"
msgstr "Rescata la taula de particions"
-#: ../../diskdrake_interactive.pm_.c:287
+#: ../../diskdrake/interactive.pm_.c:297
msgid "Rescue partition table"
msgstr "Rescata la taula de particions"
-#: ../../diskdrake_interactive.pm_.c:289
+#: ../../diskdrake/interactive.pm_.c:299
#, fuzzy
msgid "Reload partition table"
msgstr "Rescata la taula de particions"
-#: ../../diskdrake_interactive.pm_.c:293
+#: ../../diskdrake/interactive.pm_.c:304
#, fuzzy
msgid "Removable media automounting"
msgstr "Muntatge automtic del suport extrable"
-#: ../../diskdrake_interactive.pm_.c:301 ../../diskdrake_interactive.pm_.c:321
+#: ../../diskdrake/interactive.pm_.c:313 ../../diskdrake/interactive.pm_.c:333
msgid "Select file"
msgstr "Seleccioneu el fitxer"
-#: ../../diskdrake_interactive.pm_.c:308
+#: ../../diskdrake/interactive.pm_.c:320
msgid ""
"The backup partition table has not the same size\n"
"Still continue?"
@@ -1508,11 +1694,11 @@ msgstr ""
"La cpia de seguretat de la taula de particions no t la mateixa mida\n"
"Voleu continuar igualment?"
-#: ../../diskdrake_interactive.pm_.c:322
+#: ../../diskdrake/interactive.pm_.c:334
msgid "Warning"
msgstr "Advertncia"
-#: ../../diskdrake_interactive.pm_.c:323
+#: ../../diskdrake/interactive.pm_.c:335
msgid ""
"Insert a floppy in drive\n"
"All data on this floppy will be lost"
@@ -1520,99 +1706,124 @@ msgstr ""
"Inseriu un disquet a la unitat\n"
"Se'n perdran totes les dades"
-#: ../../diskdrake_interactive.pm_.c:334
+#: ../../diskdrake/interactive.pm_.c:346
msgid "Trying to rescue partition table"
msgstr "S'est intentant rescatar la taula de particions"
-#: ../../diskdrake_interactive.pm_.c:340
+#: ../../diskdrake/interactive.pm_.c:352
#, fuzzy
msgid "Detailed information"
msgstr "Informaci del correu"
-#: ../../diskdrake_interactive.pm_.c:354 ../../diskdrake_interactive.pm_.c:590
+#: ../../diskdrake/interactive.pm_.c:364 ../../diskdrake/interactive.pm_.c:534
+#: ../../diskdrake/interactive.pm_.c:554 ../../diskdrake/removable.pm_.c:24
+#: ../../diskdrake/removable_gtk.pm_.c:15 ../../diskdrake/smbnfs_gtk.pm_.c:83
+msgid "Mount point"
+msgstr "Punt de muntatge"
+
+#: ../../diskdrake/interactive.pm_.c:366 ../../diskdrake/removable.pm_.c:25
+#: ../../diskdrake/removable_gtk.pm_.c:16 ../../diskdrake/smbnfs_gtk.pm_.c:84
+msgid "Options"
+msgstr "Opcions"
+
+#: ../../diskdrake/interactive.pm_.c:367 ../../diskdrake/interactive.pm_.c:621
msgid "Resize"
msgstr "Canvia la mida"
-#: ../../diskdrake_interactive.pm_.c:355 ../../diskdrake_interactive.pm_.c:630
+#: ../../diskdrake/interactive.pm_.c:368 ../../diskdrake/interactive.pm_.c:674
msgid "Move"
msgstr "Mou"
-#: ../../diskdrake_interactive.pm_.c:356
+#: ../../diskdrake/interactive.pm_.c:369
msgid "Format"
msgstr "Formata"
-#: ../../diskdrake_interactive.pm_.c:358
-msgid "Active"
-msgstr "Actiu"
+#: ../../diskdrake/interactive.pm_.c:370 ../../diskdrake/smbnfs_gtk.pm_.c:80
+msgid "Mount"
+msgstr "Munta"
-#: ../../diskdrake_interactive.pm_.c:359
+#: ../../diskdrake/interactive.pm_.c:371
msgid "Add to RAID"
msgstr "Afegeix al RAID"
-#: ../../diskdrake_interactive.pm_.c:360
+#: ../../diskdrake/interactive.pm_.c:372
msgid "Add to LVM"
msgstr "Afegeix al LVM"
-#: ../../diskdrake_interactive.pm_.c:363
+#: ../../diskdrake/interactive.pm_.c:373 ../../diskdrake/smbnfs_gtk.pm_.c:79
+msgid "Unmount"
+msgstr "Desmunta"
+
+#: ../../diskdrake/interactive.pm_.c:375
msgid "Remove from RAID"
msgstr "Elimina del RAID"
-#: ../../diskdrake_interactive.pm_.c:364
+#: ../../diskdrake/interactive.pm_.c:376
msgid "Remove from LVM"
msgstr "Elimina del LVM"
-#: ../../diskdrake_interactive.pm_.c:365
+#: ../../diskdrake/interactive.pm_.c:377
msgid "Modify RAID"
msgstr "Modifica el RAID"
-#: ../../diskdrake_interactive.pm_.c:366
+#: ../../diskdrake/interactive.pm_.c:378
msgid "Use for loopback"
msgstr "Utilitza per a loopback"
-#: ../../diskdrake_interactive.pm_.c:409
+#: ../../diskdrake/interactive.pm_.c:417
msgid "Create a new partition"
msgstr "Crea una nova partici"
-#: ../../diskdrake_interactive.pm_.c:412
+#: ../../diskdrake/interactive.pm_.c:420
msgid "Start sector: "
msgstr "sector d'inici: "
-#: ../../diskdrake_interactive.pm_.c:414 ../../diskdrake_interactive.pm_.c:732
+#: ../../diskdrake/interactive.pm_.c:422 ../../diskdrake/interactive.pm_.c:773
msgid "Size in MB: "
msgstr "Mida en MB: "
-#: ../../diskdrake_interactive.pm_.c:415 ../../diskdrake_interactive.pm_.c:733
+#: ../../diskdrake/interactive.pm_.c:423 ../../diskdrake/interactive.pm_.c:774
msgid "Filesystem type: "
msgstr "Tipus de sistema de fitxers: "
-#: ../../diskdrake_interactive.pm_.c:416 ../../diskdrake_interactive.pm_.c:936
-#: ../../diskdrake_interactive.pm_.c:1010
+#: ../../diskdrake/interactive.pm_.c:424
+#: ../../diskdrake/interactive.pm_.c:1034
+#: ../../diskdrake/interactive.pm_.c:1108
msgid "Mount point: "
msgstr "Punt de muntatge: "
-#: ../../diskdrake_interactive.pm_.c:420
+#: ../../diskdrake/interactive.pm_.c:428
msgid "Preference: "
msgstr "Preferncia: "
-#: ../../diskdrake_interactive.pm_.c:462
+#: ../../diskdrake/interactive.pm_.c:472
#, fuzzy
msgid "Remove the loopback file?"
msgstr "S'est formatant el fitxer de loopback %s"
-#: ../../diskdrake_interactive.pm_.c:486
+#: ../../diskdrake/interactive.pm_.c:497
msgid "Change partition type"
msgstr "Canvia el tipus de partici"
-#: ../../diskdrake_interactive.pm_.c:491
+#: ../../diskdrake/interactive.pm_.c:498 ../../diskdrake/removable.pm_.c:48
+msgid "Which filesystem do you want?"
+msgstr "Quin sistema de fitxers voleu?"
+
+#: ../../diskdrake/interactive.pm_.c:502
msgid "Switching from ext2 to ext3"
msgstr ""
-#: ../../diskdrake_interactive.pm_.c:521
+#: ../../diskdrake/interactive.pm_.c:532
#, c-format
msgid "Where do you want to mount loopback file %s?"
msgstr "On voleu muntar el fitxer de loopback %s?"
-#: ../../diskdrake_interactive.pm_.c:528
+#: ../../diskdrake/interactive.pm_.c:533 ../../diskdrake/interactive.pm_.c:553
+#, c-format
+msgid "Where do you want to mount device %s?"
+msgstr "On voleu muntar el dispositiu %s?"
+
+#: ../../diskdrake/interactive.pm_.c:539
msgid ""
"Can't unset mount point as this partition is used for loop back.\n"
"Remove the loopback first"
@@ -1620,120 +1831,129 @@ msgstr ""
"No es pot anullar el punt de muntatge, perqu aquesta partici\n"
"s'utilitza per al loopback. Elimineu primer el loopback"
-#: ../../diskdrake_interactive.pm_.c:549
+#: ../../diskdrake/interactive.pm_.c:577
msgid "Computing FAT filesystem bounds"
msgstr "S'estan calculant els lmits del sistema de fitxers de la FAT"
-#: ../../diskdrake_interactive.pm_.c:549 ../../diskdrake_interactive.pm_.c:605
-#: ../../install_interactive.pm_.c:116
+#: ../../diskdrake/interactive.pm_.c:577 ../../diskdrake/interactive.pm_.c:636
+#: ../../install_interactive.pm_.c:130
msgid "Resizing"
msgstr "S'est canviant la mida"
-#: ../../diskdrake_interactive.pm_.c:578
+#: ../../diskdrake/interactive.pm_.c:609
msgid "This partition is not resizeable"
msgstr "No es pot canviar la mida d'aquesta partici"
-#: ../../diskdrake_interactive.pm_.c:583
+#: ../../diskdrake/interactive.pm_.c:614
msgid "All data on this partition should be backed-up"
msgstr "Cal fer una cpia de seguretat de totes les dades d'aquesta partici"
-#: ../../diskdrake_interactive.pm_.c:585
+#: ../../diskdrake/interactive.pm_.c:616
#, c-format
msgid "After resizing partition %s, all data on this partition will be lost"
msgstr ""
"Desprs de canviar la mida de la partici %s, se'n perdran totes les dades"
-#: ../../diskdrake_interactive.pm_.c:590
+#: ../../diskdrake/interactive.pm_.c:621
msgid "Choose the new size"
msgstr "Escolliu la nova mida"
-#: ../../diskdrake_interactive.pm_.c:591
+#: ../../diskdrake/interactive.pm_.c:622
#, fuzzy
msgid "New size in MB: "
msgstr "Mida en MB: "
-#: ../../diskdrake_interactive.pm_.c:631
+#: ../../diskdrake/interactive.pm_.c:675
msgid "Which disk do you want to move it to?"
msgstr "A quin disc us voleu desplaar?"
-#: ../../diskdrake_interactive.pm_.c:632
+#: ../../diskdrake/interactive.pm_.c:676
msgid "Sector"
msgstr "Sector"
-#: ../../diskdrake_interactive.pm_.c:633
+#: ../../diskdrake/interactive.pm_.c:677
msgid "Which sector do you want to move it to?"
msgstr "A quin sector us voleu desplaar?"
-#: ../../diskdrake_interactive.pm_.c:636
+#: ../../diskdrake/interactive.pm_.c:680
msgid "Moving"
msgstr "S'est desplaant"
-#: ../../diskdrake_interactive.pm_.c:636
+#: ../../diskdrake/interactive.pm_.c:680
msgid "Moving partition..."
msgstr "S'est desplaant la partici..."
-#: ../../diskdrake_interactive.pm_.c:657
+#: ../../diskdrake/interactive.pm_.c:697
msgid "Choose an existing RAID to add to"
msgstr "Escolliu un RAID existent al qual afegir"
-#: ../../diskdrake_interactive.pm_.c:658 ../../diskdrake_interactive.pm_.c:676
+#: ../../diskdrake/interactive.pm_.c:698 ../../diskdrake/interactive.pm_.c:716
msgid "new"
msgstr "nou"
-#: ../../diskdrake_interactive.pm_.c:674
+#: ../../diskdrake/interactive.pm_.c:714
msgid "Choose an existing LVM to add to"
msgstr "Escolliu un LVM existent al qual afegir"
-#: ../../diskdrake_interactive.pm_.c:679
+#: ../../diskdrake/interactive.pm_.c:719
msgid "LVM name?"
msgstr "Nom LVM?"
-#: ../../diskdrake_interactive.pm_.c:718
+#: ../../diskdrake/interactive.pm_.c:759
msgid "This partition can't be used for loopback"
msgstr "Aquesta partici no es pot utilitzar per al loopback"
-#: ../../diskdrake_interactive.pm_.c:730
+#: ../../diskdrake/interactive.pm_.c:771
msgid "Loopback"
msgstr "Loopback"
-#: ../../diskdrake_interactive.pm_.c:731
+#: ../../diskdrake/interactive.pm_.c:772
msgid "Loopback file name: "
msgstr "Nom del fitxer de loopback: "
-#: ../../diskdrake_interactive.pm_.c:736
+#: ../../diskdrake/interactive.pm_.c:777
#, fuzzy
msgid "Give a file name"
msgstr "Nom real"
-#: ../../diskdrake_interactive.pm_.c:739
+#: ../../diskdrake/interactive.pm_.c:780
msgid "File already used by another loopback, choose another one"
msgstr "Un altre loopback ja est utilitzant el fitxer, escolliu-ne un altre"
-#: ../../diskdrake_interactive.pm_.c:740
+#: ../../diskdrake/interactive.pm_.c:781
msgid "File already exists. Use it?"
msgstr "El fitxer ja existeix. El voleu utilitzar?"
-#: ../../diskdrake_interactive.pm_.c:784
+#: ../../diskdrake/interactive.pm_.c:804
+#, fuzzy
+msgid "Mount options"
+msgstr "Opcions del mdul:"
+
+#: ../../diskdrake/interactive.pm_.c:811
+msgid "Various"
+msgstr ""
+
+#: ../../diskdrake/interactive.pm_.c:874
msgid "device"
msgstr "dispositiu"
-#: ../../diskdrake_interactive.pm_.c:785
+#: ../../diskdrake/interactive.pm_.c:875
msgid "level"
msgstr "nivell"
-#: ../../diskdrake_interactive.pm_.c:786
+#: ../../diskdrake/interactive.pm_.c:876
msgid "chunk size"
msgstr "mida del tros"
-#: ../../diskdrake_interactive.pm_.c:801
+#: ../../diskdrake/interactive.pm_.c:891
msgid "Be careful: this operation is dangerous."
msgstr "Aneu amb compte: aquesta operaci s perillosa."
-#: ../../diskdrake_interactive.pm_.c:816
+#: ../../diskdrake/interactive.pm_.c:906
msgid "What type of partitioning?"
msgstr "Quin tipus de particionament?"
-#: ../../diskdrake_interactive.pm_.c:834
+#: ../../diskdrake/interactive.pm_.c:924
msgid ""
"Sorry I won't accept to create /boot so far onto the drive (on a cylinder > "
"1024).\n"
@@ -1745,7 +1965,7 @@ msgstr ""
"O esteu utilitzant LILO, i no funcionar, o no l'esteu utilitzant i no "
"necessiteu el /boot"
-#: ../../diskdrake_interactive.pm_.c:838
+#: ../../diskdrake/interactive.pm_.c:928
msgid ""
"The partition you've selected to add as root (/) is physically located "
"beyond\n"
@@ -1758,7 +1978,7 @@ msgstr ""
"Si teniu previst utilitzar el gestor d'arrencada LILO, penseu d'afegir una "
"partici /boot"
-#: ../../diskdrake_interactive.pm_.c:844
+#: ../../diskdrake/interactive.pm_.c:934
msgid ""
"You've selected a software RAID partition as root (/).\n"
"No bootloader is able to handle this without a /boot partition.\n"
@@ -1769,131 +1989,138 @@ msgstr ""
"boot.\n"
"Per tant, assegureu-vos d'afegir una partici /boot"
-#: ../../diskdrake_interactive.pm_.c:864
+#: ../../diskdrake/interactive.pm_.c:954
#, c-format
msgid "Partition table of drive %s is going to be written to disk!"
msgstr "La taula de particions de la unitat %s s'escriur al disc!"
-#: ../../diskdrake_interactive.pm_.c:868
+#: ../../diskdrake/interactive.pm_.c:958
msgid "You'll need to reboot before the modification can take place"
msgstr ""
"Us caldr tornar a arrencar per tal que les modificacions tinguin efecte"
-#: ../../diskdrake_interactive.pm_.c:879
+#: ../../diskdrake/interactive.pm_.c:969
#, c-format
msgid "After formatting partition %s, all data on this partition will be lost"
msgstr "Desprs de formatar la partici %s, se'n perdran totes les dades"
-#: ../../diskdrake_interactive.pm_.c:881
+#: ../../diskdrake/interactive.pm_.c:971
msgid "Formatting"
msgstr "S'est formatant"
-#: ../../diskdrake_interactive.pm_.c:882
+#: ../../diskdrake/interactive.pm_.c:972
#, c-format
msgid "Formatting loopback file %s"
msgstr "S'est formatant el fitxer de loopback %s"
-#: ../../diskdrake_interactive.pm_.c:883
-#: ../../install_steps_interactive.pm_.c:419
+#: ../../diskdrake/interactive.pm_.c:973
+#: ../../install_steps_interactive.pm_.c:465
#, c-format
msgid "Formatting partition %s"
msgstr "S'est formatant la partici %s"
-#: ../../diskdrake_interactive.pm_.c:894
+#: ../../diskdrake/interactive.pm_.c:984
#, fuzzy
msgid "Hide files"
msgstr "l'mkraid ha fallit"
-#: ../../diskdrake_interactive.pm_.c:894
+#: ../../diskdrake/interactive.pm_.c:984
#, fuzzy
msgid "Move files to the new partition"
msgstr "No hi ha prou espai lliure per assignar noves particions"
-#: ../../diskdrake_interactive.pm_.c:895
+#: ../../diskdrake/interactive.pm_.c:985
#, c-format
msgid ""
"Directory %s already contain some data\n"
"(%s)"
msgstr ""
-#: ../../diskdrake_interactive.pm_.c:906
+#: ../../diskdrake/interactive.pm_.c:996
#, fuzzy
msgid "Moving files to the new partition"
msgstr "No hi ha prou espai lliure per assignar noves particions"
-#: ../../diskdrake_interactive.pm_.c:910
+#: ../../diskdrake/interactive.pm_.c:1000
#, c-format
msgid "Copying %s"
msgstr ""
-#: ../../diskdrake_interactive.pm_.c:914
+#: ../../diskdrake/interactive.pm_.c:1004
#, fuzzy, c-format
msgid "Removing %s"
msgstr "Resoluci: %s\n"
-#: ../../diskdrake_interactive.pm_.c:937 ../../diskdrake_interactive.pm_.c:996
+#: ../../diskdrake/interactive.pm_.c:1014
+#, c-format
+msgid "partition %s is now known as %s"
+msgstr ""
+
+#: ../../diskdrake/interactive.pm_.c:1035
+#: ../../diskdrake/interactive.pm_.c:1094
msgid "Device: "
msgstr "Dispositiu: "
-#: ../../diskdrake_interactive.pm_.c:938
+#: ../../diskdrake/interactive.pm_.c:1036
#, c-format
msgid "DOS drive letter: %s (just a guess)\n"
msgstr "Lletra d'unitat del DOS: %s (noms s una suposici)\n"
-#: ../../diskdrake_interactive.pm_.c:942 ../../diskdrake_interactive.pm_.c:950
-#: ../../diskdrake_interactive.pm_.c:1014
+#: ../../diskdrake/interactive.pm_.c:1040
+#: ../../diskdrake/interactive.pm_.c:1048
+#: ../../diskdrake/interactive.pm_.c:1112
msgid "Type: "
msgstr "Tipus: "
-#: ../../diskdrake_interactive.pm_.c:946
+#: ../../diskdrake/interactive.pm_.c:1044
msgid "Name: "
msgstr "Nom: "
-#: ../../diskdrake_interactive.pm_.c:954
+#: ../../diskdrake/interactive.pm_.c:1052
#, c-format
msgid "Start: sector %s\n"
msgstr "Inici: sector %s\n"
-#: ../../diskdrake_interactive.pm_.c:955
+#: ../../diskdrake/interactive.pm_.c:1053
#, c-format
msgid "Size: %s"
msgstr "Mida: %s"
-#: ../../diskdrake_interactive.pm_.c:957
+#: ../../diskdrake/interactive.pm_.c:1055
#, c-format
msgid ", %s sectors"
msgstr ", %s sectors"
-#: ../../diskdrake_interactive.pm_.c:959
-#, c-format
-msgid "Cylinder %d to cylinder %d\n"
+#: ../../diskdrake/interactive.pm_.c:1057
+#, fuzzy, c-format
+msgid "Cylinder %d to %d\n"
msgstr "Cilindre %d a cilindre %d\n"
-#: ../../diskdrake_interactive.pm_.c:960
+#: ../../diskdrake/interactive.pm_.c:1058
msgid "Formatted\n"
msgstr "Formatat\n"
-#: ../../diskdrake_interactive.pm_.c:961
+#: ../../diskdrake/interactive.pm_.c:1059
msgid "Not formatted\n"
msgstr "Sense formatar\n"
-#: ../../diskdrake_interactive.pm_.c:962
+#: ../../diskdrake/interactive.pm_.c:1060
msgid "Mounted\n"
msgstr "Muntat\n"
-#: ../../diskdrake_interactive.pm_.c:963
+#: ../../diskdrake/interactive.pm_.c:1061
#, c-format
msgid "RAID md%s\n"
msgstr "RAID md%s\n"
-#: ../../diskdrake_interactive.pm_.c:965
+#: ../../diskdrake/interactive.pm_.c:1063
#, fuzzy, c-format
msgid ""
"Loopback file(s):\n"
" %s\n"
msgstr "Fitxer(s) de loopback: %s\n"
-#: ../../diskdrake_interactive.pm_.c:966
+#: ../../diskdrake/interactive.pm_.c:1064
msgid ""
"Partition booted by default\n"
" (for MS-DOS boot, not for lilo)\n"
@@ -1901,27 +2128,27 @@ msgstr ""
"La partici s'ha arrencat per defecte\n"
" (per a l'arrencada de l'MS-DOS, no per a LILO)\n"
-#: ../../diskdrake_interactive.pm_.c:968
+#: ../../diskdrake/interactive.pm_.c:1066
#, c-format
msgid "Level %s\n"
msgstr "Nivell %s\n"
-#: ../../diskdrake_interactive.pm_.c:969
+#: ../../diskdrake/interactive.pm_.c:1067
#, c-format
msgid "Chunk size %s\n"
msgstr "Mida del tros %s\n"
-#: ../../diskdrake_interactive.pm_.c:970
+#: ../../diskdrake/interactive.pm_.c:1068
#, c-format
msgid "RAID-disks %s\n"
msgstr "Discs RAID %s\n"
-#: ../../diskdrake_interactive.pm_.c:972
+#: ../../diskdrake/interactive.pm_.c:1070
#, c-format
msgid "Loopback file name: %s"
msgstr "Nom del fitxer de loopback: %s"
-#: ../../diskdrake_interactive.pm_.c:975
+#: ../../diskdrake/interactive.pm_.c:1073
msgid ""
"\n"
"Chances are, this partition is\n"
@@ -1933,7 +2160,7 @@ msgstr ""
"una partici de programa de control;\n"
"s millor que no la toqueu.\n"
-#: ../../diskdrake_interactive.pm_.c:978
+#: ../../diskdrake/interactive.pm_.c:1076
msgid ""
"\n"
"This special Bootstrap\n"
@@ -1945,65 +2172,105 @@ msgstr ""
"especial s per arrencar\n"
"el vostre sistema en dual.\n"
-#: ../../diskdrake_interactive.pm_.c:997
+#: ../../diskdrake/interactive.pm_.c:1095
#, c-format
msgid "Size: %s\n"
msgstr "Mida: %s\n"
-#: ../../diskdrake_interactive.pm_.c:998
+#: ../../diskdrake/interactive.pm_.c:1096
#, c-format
msgid "Geometry: %s cylinders, %s heads, %s sectors\n"
msgstr "Geometria: %s cilindres, %s capals, %s sectors\n"
-#: ../../diskdrake_interactive.pm_.c:999
+#: ../../diskdrake/interactive.pm_.c:1097
msgid "Info: "
msgstr "Informaci: "
-#: ../../diskdrake_interactive.pm_.c:1000
+#: ../../diskdrake/interactive.pm_.c:1098
#, c-format
msgid "LVM-disks %s\n"
msgstr "Discs LVM %s\n"
-#: ../../diskdrake_interactive.pm_.c:1001
+#: ../../diskdrake/interactive.pm_.c:1099
#, c-format
msgid "Partition table type: %s\n"
msgstr "Tipus de taula de particions: %s\n"
-#: ../../diskdrake_interactive.pm_.c:1002
+#: ../../diskdrake/interactive.pm_.c:1100
#, c-format
msgid "on bus %d id %d\n"
msgstr "al bus %d id %d\n"
-#: ../../diskdrake_interactive.pm_.c:1016
+#: ../../diskdrake/interactive.pm_.c:1114
#, c-format
msgid "Options: %s"
msgstr "Opcions: %s"
-#: ../../fs.pm_.c:447 ../../fs.pm_.c:457 ../../fs.pm_.c:461 ../../fs.pm_.c:465
-#: ../../fs.pm_.c:469 ../../fs.pm_.c:473
+#: ../../diskdrake/interactive.pm_.c:1130
+#, fuzzy
+msgid "Filesystem encryption key"
+msgstr "Tipus de sistema de fitxers: "
+
+#: ../../diskdrake/interactive.pm_.c:1131
+msgid "Choose your filesystem encryption key"
+msgstr ""
+
+#: ../../diskdrake/interactive.pm_.c:1134
+#, fuzzy, c-format
+msgid "This encryption key is too simple (must be at least %d characters long)"
+msgstr ""
+"Aquesta contrasenya s massa senzilla (ha de tenir com a mnim %d carcters)"
+
+#: ../../diskdrake/interactive.pm_.c:1135
+#, fuzzy
+msgid "The encryption keys do not match"
+msgstr "Les contrasenyes no coincideixen"
+
+#: ../../diskdrake/interactive.pm_.c:1138
+msgid "Encryption key"
+msgstr ""
+
+#: ../../diskdrake/interactive.pm_.c:1139
+msgid "Encryption key (again)"
+msgstr ""
+
+#: ../../diskdrake/removable.pm_.c:47
+#, fuzzy
+msgid "Change type"
+msgstr "Canvia el tipus de partici"
+
+#: ../../diskdrake/removable_gtk.pm_.c:28
+#, fuzzy
+msgid "Please click on a media"
+msgstr "Si us plau, feu clic a una partici "
+
+#: ../../diskdrake/smbnfs_gtk.pm_.c:165
+#, fuzzy
+msgid "Search servers"
+msgstr "servidor DNS"
+
+#: ../../fs.pm_.c:485 ../../fs.pm_.c:495 ../../fs.pm_.c:499 ../../fs.pm_.c:503
+#: ../../fs.pm_.c:507 ../../fs.pm_.c:511
#, c-format
msgid "%s formatting of %s failed"
msgstr "%s formatatge de %s ha fallat"
-#: ../../fs.pm_.c:506
+#: ../../fs.pm_.c:548
#, c-format
msgid "I don't know how to format %s in type %s"
msgstr "no s com formatar %s amb el tipus %s"
-#: ../../fs.pm_.c:568
-msgid "mount failed"
-msgstr "ha fallat el muntatge"
+#: ../../fs.pm_.c:620 ../../fs.pm_.c:649 ../../fs.pm_.c:655
+#, c-format
+msgid "mounting partition %s in directory %s failed"
+msgstr ""
-#: ../../fs.pm_.c:588
+#: ../../fs.pm_.c:640
#, c-format
msgid "fsck failed with exit code %d or signal %d"
msgstr ""
-#: ../../fs.pm_.c:597 ../../fs.pm_.c:603 ../../partition_table.pm_.c:560
-msgid "mount failed: "
-msgstr "ha fallat el muntatge: "
-
-#: ../../fs.pm_.c:618 ../../partition_table.pm_.c:556
+#: ../../fs.pm_.c:670 ../../partition_table.pm_.c:596
#, c-format
msgid "error unmounting %s: %s"
msgstr "s'ha produt un error en muntar %s: %s"
@@ -2012,48 +2279,66 @@ msgstr "s'ha produt un error en muntar %s: %s"
msgid "simple"
msgstr "senzill"
+#: ../../fsedit.pm_.c:25
+msgid "with /usr"
+msgstr ""
+
#: ../../fsedit.pm_.c:30
msgid "server"
msgstr "servidor"
-#: ../../fsedit.pm_.c:461
+#: ../../fsedit.pm_.c:467
msgid "You can't use JFS for partitions smaller than 16MB"
msgstr "No podeu utilitzar el JFS per a particions inferiors a 16 MB"
-#: ../../fsedit.pm_.c:462
+#: ../../fsedit.pm_.c:468
msgid "You can't use ReiserFS for partitions smaller than 32MB"
msgstr "No podeu utilitzar el ReiserFS per a particions inferiors a 32 MB"
-#: ../../fsedit.pm_.c:471
+#: ../../fsedit.pm_.c:477
msgid "Mount points must begin with a leading /"
msgstr "Els punts de muntatge han de comenar amb una /"
-#: ../../fsedit.pm_.c:472
+#: ../../fsedit.pm_.c:478
#, c-format
msgid "There is already a partition with mount point %s\n"
msgstr "Ja hi ha una partici amb el punt de muntatge %s\n"
-#: ../../fsedit.pm_.c:476
+#: ../../fsedit.pm_.c:482
#, c-format
msgid "You can't use a LVM Logical Volume for mount point %s"
msgstr "No podeu utilitzar un volum lgic LVM per al punt de muntatge %s"
-#: ../../fsedit.pm_.c:478
+#: ../../fsedit.pm_.c:484
msgid "This directory should remain within the root filesystem"
msgstr "Aquest directori s'ha de mantenir dins del sistema de fitxers de root"
-#: ../../fsedit.pm_.c:480
+#: ../../fsedit.pm_.c:486
msgid "You need a true filesystem (ext2, reiserfs) for this mount point\n"
msgstr ""
"Necessiteu un sistema de fitxers real (ext2, reiserfs) per a aquest punt de "
"muntatge\n"
-#: ../../fsedit.pm_.c:596
+#: ../../fsedit.pm_.c:488
+#, fuzzy, c-format
+msgid "You can't use an encrypted file system for mount point %s"
+msgstr "No podeu utilitzar un volum lgic LVM per al punt de muntatge %s"
+
+#: ../../fsedit.pm_.c:546
+#, fuzzy
+msgid "Not enough free space for auto-allocating"
+msgstr "No hi ha prou espai per a l'assignaci automtica"
+
+#: ../../fsedit.pm_.c:548
+msgid "Nothing to do"
+msgstr ""
+
+#: ../../fsedit.pm_.c:612
#, c-format
msgid "Error opening %s for writing: %s"
msgstr "S'ha produt un error en obrir %s per escriure: %s"
-#: ../../fsedit.pm_.c:681
+#: ../../fsedit.pm_.c:697
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"
@@ -2062,7 +2347,7 @@ msgstr ""
"sistemes de fitxers. Si us plau, comproveu el vostre maquinari per trobar el "
"problema"
-#: ../../fsedit.pm_.c:704
+#: ../../fsedit.pm_.c:720
msgid "You don't have any partitions!"
msgstr "No teniu cap partici!"
@@ -2079,14 +2364,14 @@ msgid ""
"system would not work any more. If you make a serious mistake as a regular\n"
"user, you may only lose some information, but not the entire system.\n"
"\n"
-"First, you have to enter your real name. This is not mandatory, of course -\n"
+"First, you have to enter your real name. This is not mandatory, of course\n"
"as you can actually enter whatever you want. DrakX will then take the first\n"
"word you have entered in the box and will bring it over to the \"User\n"
-"name\". This is the name this particular user will use to log into the\n"
+"name\". This is the name this particular user will use to log onto the\n"
"system. You can change it. You then have to enter a password here. A\n"
-"non-privileged (regular) user's password is not as crucial as that of\n"
-"\"root\" from a security point of view, but that is no reason to neglect it\n"
-"- after all, your files are at risk.\n"
+"non-privileged (regular) user's password is not as crucial as \"root\"' one\n"
+"from a security point of view, but that is no reason to neglect it: after\n"
+"all, your files are at risk.\n"
"\n"
"If you click on \"Accept user\", you can then add as many as you want. Add\n"
"a user for each one of your friends: your father or your sister, for\n"
@@ -2097,11 +2382,10 @@ msgid ""
msgstr ""
#: ../../help.pm_.c:41
-#, fuzzy
msgid ""
"Listed above are the existing Linux partitions detected on your hard drive.\n"
"You can keep the choices made by the wizard, they are good for most common\n"
-"installs. If you make any changes, you must at least define a root\n"
+"installations. If you make any changes, you must at least define a root\n"
"partition (\"/\"). Do not choose too small a partition or you will not be\n"
"able to install enough software. If you want to store your data on a\n"
"separate partition, you will also need to create a partition for \"/home\"\n"
@@ -2118,11 +2402,11 @@ msgid ""
"\"Hard drive number\" is always a letter after \"hd\" or \"sd\". For IDE\n"
"hard drives:\n"
"\n"
-" * \"a\" means \"master hard drive on the primary IDE controller\",\n"
+" * \"a\" means \"master hard drive on the primary IDE controller\";\n"
"\n"
-" * \"b\" means \"slave hard drive on the primary IDE controller\",\n"
+" * \"b\" means \"slave hard drive on the primary IDE controller\";\n"
"\n"
-" * \"c\" means \"master hard drive on the secondary IDE controller\",\n"
+" * \"c\" means \"master hard drive on the secondary IDE controller\";\n"
"\n"
" * \"d\" means \"slave hard drive on the secondary IDE controller\".\n"
"\n"
@@ -2177,8 +2461,8 @@ msgstr ""
#: ../../help.pm_.c:72
msgid ""
-"The Mandrake Linux installation is spread out over several CDROMs. DrakX\n"
-"knows if a selected package is located on another CDROM and will eject the\n"
+"The Mandrake Linux installation is spread out over several CD-ROMs. DrakX\n"
+"knows if a selected package is located on another CD-ROM and will eject the\n"
"current CD and ask you to insert a different one as required."
msgstr ""
@@ -2188,8 +2472,8 @@ msgid ""
"system. There are thousands of packages available for Mandrake Linux, and\n"
"you are not supposed to know them all by heart.\n"
"\n"
-"If you are performing a standard installation from CDROM, you will first be\n"
-"asked to specify the CDs you currently have (in Expert mode only). Check\n"
+"If you are performing a standard installation from a CD-ROM, you will first\n"
+"be asked to specify the CDs you currently have (in Expert mode only). Check\n"
"the CD labels and highlight the boxes corresponding to the CDs you have\n"
"available for installation. Click \"OK\" when you are ready to continue.\n"
"\n"
@@ -2198,49 +2482,61 @@ msgid ""
"\n"
" * \"Workstation\": if you plan to use your machine as a workstation, "
"select\n"
-"one or more of the corresponding groups.\n"
+"one or more of the corresponding groups;\n"
"\n"
-" * \"Development\": if the machine is to be used for programming, choose "
-"the\n"
-"desired group(s).\n"
+" * \"Development\": if your machine is to be used for programming, choose\n"
+"the desired group(s);\n"
"\n"
-" * \"Server\": finally, if the machine is intended to be a server, you will\n"
-"be able to select which of the most common services you wish to see\n"
-"installed on the machine.\n"
+" * \"Server\": if your machine is intended to be a server, you will be able\n"
+"to select which of the most common services you wish to install on your\n"
+"machine;\n"
"\n"
-" * \"Graphical Environment\": this is where you will choose your preferred\n"
-"graphical environment. At least one must be selected if you want to have a\n"
-"graphical workstation!\n"
+" * \"Graphical Environment\": finally, this is where you will choose your\n"
+"preferred graphical environment. At least one must be selected if you want\n"
+"to have a graphical workstation!\n"
"\n"
"Moving the mouse cursor over a group name will display a short explanatory\n"
-"text about that group.\n"
+"text about that group. If you deselect all groups when performing a regular\n"
+"installation (by opposition to an upgrade), a dialog will pop up proposing\n"
+"different options for a minimal installation:\n"
+"\n"
+" * \"With X\": install the fewer packages possible to have a working\n"
+"graphical desktop;\n"
+"\n"
+" * \"With basic documentation\": installs the base system plus basic\n"
+"utilities and their documentation. This installation is suitable for\n"
+"setting up a server;\n"
+"\n"
+" * \"Truly minimal install\": will install the strict minimum necessary to\n"
+"get a working Linux system, in command line only. This installation is\n"
+"about 65Mb large.\n"
"\n"
"You can check the \"Individual package selection\" box, which is useful if\n"
"you are familiar with the packages being offered or if you want to have\n"
"total control over what will be installed.\n"
"\n"
-"If you started the installation in \"Update\" mode, you can unselect all\n"
+"If you started the installation in \"Upgrade\" mode, you can unselect all\n"
"groups to avoid installing any new package. This is useful for repairing or\n"
"updating an existing system."
msgstr ""
-#: ../../help.pm_.c:115
+#: ../../help.pm_.c:128
msgid ""
-"Finally, depending on your choice of whether or not to select individual\n"
-"packages, you will be presented a tree containing all packages classified\n"
-"by groups and subgroups. While browsing the tree, you can select entire\n"
-"groups, subgroups, or individual packages.\n"
+"Finally, depending on whether or not you selected individual packages, you\n"
+"will be presented a tree containing all packages classified by groups and\n"
+"subgroups. While browsing the tree, you can select entire groups,\n"
+"subgroups, or individual packages.\n"
"\n"
"Whenever you select a package on the tree, a description appears on the\n"
"right. When your selection is finished, click the \"Install\" button which\n"
"will then launch the installation process. Depending on the speed of your\n"
"hardware and the number of packages that need to be installed, it may take\n"
-"a while to complete the process. A time to complete estimate is displayed\n"
-"on the screen to help you gauge if there is sufficient time to enjoy a cup\n"
-"of coffee.\n"
+"a while to complete the process. An estimate of the time it will take to\n"
+"install everything is displayed on the screen, to help you gauge if there\n"
+"is sufficient time to enjoy a cup of coffee.\n"
"\n"
-"!! If a server package has been selected either intentionally or because it\n"
-"was part of a whole group, you will be asked to confirm that you really\n"
+"!! If a server package has been selected, either intentionally or because\n"
+"it was part of a whole group, you will be asked to confirm that you really\n"
"want those servers to be installed. Under Mandrake Linux, any installed\n"
"servers are started by default at boot time. Even if they are safe and have\n"
"no known issues at the time the distribution was shipped, it may happen\n"
@@ -2255,38 +2551,38 @@ msgid ""
"occurs because it has determined that it needs to satisfy a dependency with\n"
"another package in order to successfully complete the installation.\n"
"\n"
-"The tiny floppy disc icon at the bottom of the list allows to load the\n"
-"packages list chosen during a previous installation. Clicking on this icon\n"
+"The tiny floppy disk icon at the bottom of the list allows to load the\n"
+"package list chosen during a previous installation. Clicking on this icon\n"
"will ask you to insert a floppy disk previously created at the end of\n"
"another installation. See the second tip of last step on how to create such\n"
"a floppy."
msgstr ""
-#: ../../help.pm_.c:151
+#: ../../help.pm_.c:164
msgid ""
-"If you wish to connect your computer to the Internet or to a local network,\n"
-"please choose the correct option. Please turn on your device before\n"
-"choosing the correct option to let DrakX detect it automatically.\n"
+"You are now proposed to set up your Internet/network connection. If you\n"
+"wish to connect your computer to the Internet or to a local network, click\n"
+"\"OK\". The autodetection of network devices and modem will be launched. If\n"
+"this detection fails, uncheck the \"Use auto detection\" box next time. You\n"
+"may also choose not to configure the network, or do it later; in that case,\n"
+"simply click the \"Cancel\" button.\n"
"\n"
-"Mandrake Linux proposes the configuration of an Internet connection at\n"
-"installation time. Available connections are: traditional modem, ISDN\n"
-"modem, ADSL connection, cable modem, and finally a simple LAN connection\n"
-"(Ethernet).\n"
+"Available connections are: traditional modem, ISDN modem, ADSL connection,\n"
+"cable modem, and finally a simple LAN connection (Ethernet).\n"
"\n"
"Here, we will not detail each configuration. Simply make sure that you have\n"
"all the parameters from your Internet Service Provider or system\n"
"administrator.\n"
"\n"
-"You can consult the manual chapter about Internet connections for details\n"
-"about the configuration, or simply wait until your system is installed and\n"
-"use the program described there to configure your connection.\n"
+"You can consult the ``User Guide'' chapter about Internet connections for\n"
+"details about the configuration, or simply wait until your system is\n"
+"installed and use the program described there to configure your connection.\n"
"\n"
-"If you wish to configure the network later after installation or if you\n"
-"have finished configuring your network connection, click \"Cancel\"."
+"If you wish to configure the network later after installation, or if you\n"
+"are finished configuring your network connection, click \"Cancel\"."
msgstr ""
-#: ../../help.pm_.c:172
-#, fuzzy
+#: ../../help.pm_.c:186
msgid ""
"You may now choose which services you wish to start at boot time.\n"
"\n"
@@ -2298,10 +2594,11 @@ msgid ""
"specific service. However, if you are not sure whether a service is useful\n"
"or not, it is safer to leave the default behavior.\n"
"\n"
-"At this stage, be very careful if you intend to use your machine as a\n"
-"server: you will probably not want to start any services that you do not\n"
+"!! At this stage, be very careful if you intend to use your machine as a\n"
+"server: you will probably not want to start any services which you do not\n"
"need. Please remember that several services can be dangerous if they are\n"
-"enabled on a server. In general, select only the services you really need."
+"enabled on a server. In general, select only the services you really need.\n"
+"!!"
msgstr ""
"Ara podeu triar quins serveis voleu que s'inicin durant l'arrencada.\n"
"\n"
@@ -2318,37 +2615,45 @@ msgstr ""
"en un servidor.\n"
"En general, seleccioneu noms els serveis que realment necessiteu."
-#: ../../help.pm_.c:188
+#: ../../help.pm_.c:203
msgid ""
-"GNU/Linux manages time in GMT (Greenwich Manage Time) and translates it in\n"
-"local time according to the time zone you selected."
+"GNU/Linux manages time in GMT (Greenwich Mean Time) and translates it in\n"
+"local time according to the time zone you selected. It is however possible\n"
+"to deactivate this by deselecting \"Hardware clock set to GMT\" so that the\n"
+"hardware clock is the same as the system clock. This is useful when the\n"
+"machine is hosting another operating system like Windows.\n"
+"\n"
+"The \"Automatic time synchronization\" option will automatically regulate\n"
+"the clock by connecting to a remote time server on the Internet. In the\n"
+"list that is presented, choose a server located near you. Of course you\n"
+"must have a working Internet connection for this feature to work. It will\n"
+"actually install on your machine a time server which can be optionally used\n"
+"by other machines on your local network."
msgstr ""
-"El GNU/Linux gestiona l'hora en GMT (Hora de Greenwich) i la\n"
-"tradueix a l'hora local segons la zona horria seleccionada."
-#: ../../help.pm_.c:192
+#: ../../help.pm_.c:217
msgid ""
"X (for X Window System) is the heart of the GNU/Linux graphical interface\n"
-"on which all the graphics environments (KDE, Gnome, AfterStep,\n"
-"WindowMaker...) bundled with Mandrake Linux rely. In this section, DrakX\n"
+"on which all the graphical environments (KDE, GNOME, AfterStep,\n"
+"WindowMaker, etc.) bundled with Mandrake Linux rely. In this section, DrakX\n"
"will try to configure X automatically.\n"
"\n"
"It is extremely rare for it to fail, unless the hardware is very old (or\n"
"very new). If it succeeds, it will start X automatically with the best\n"
-"resolution possible depending on the size of the monitor. A window will\n"
+"resolution possible, depending on the size of the monitor. A window will\n"
"then appear and ask you if you can see it.\n"
"\n"
-"If you are doing an \"Expert\" install, you will enter the X configuration\n"
-"wizard. See the corresponding section of the manual for more information\n"
-"about this wizard.\n"
+"If you are doing an \"Expert\" installation, you will enter the X\n"
+"configuration wizard. See the corresponding section of the manual for more\n"
+"information about this wizard.\n"
"\n"
-"If you can see the message and answer \"Yes\", then DrakX will proceed to\n"
-"the next step. If you cannot see the message, it simply means that the\n"
-"configuration was wrong and the test will automatically end after 10\n"
-"seconds, restoring the screen."
+"If you can see the message during the test, and answer \"Yes\", then DrakX\n"
+"will proceed to the next step. If you cannot see the message, it simply\n"
+"means that the configuration was wrong and the test will automatically end\n"
+"after 10 seconds, restoring the screen."
msgstr ""
-#: ../../help.pm_.c:212
+#: ../../help.pm_.c:237
msgid ""
"The first time you try the X configuration, you may not be very satisfied\n"
"with its display (screen is too small, shifted left or right...). Hence,\n"
@@ -2358,11 +2663,11 @@ msgid ""
"\n"
"As a last resort, if you still cannot get X to work, choose \"Change\n"
"graphics card\", select \"Unlisted card\", and when prompted on which\n"
-"server you want, choose \"FBDev\". This is a failsafe option which works\n"
-"with any modern graphics card. Then choose \"Test again\" to be sure."
+"server, choose \"FBDev\". This is a failsafe option which works with any\n"
+"modern graphics card. Then choose \"Test again\" to be sure."
msgstr ""
-#: ../../help.pm_.c:224
+#: ../../help.pm_.c:249
msgid ""
"Finally, you will be asked whether you want to see the graphical interface\n"
"at boot. Note this question will be asked even if you chose not to test the\n"
@@ -2371,17 +2676,16 @@ msgid ""
"configured."
msgstr ""
-#: ../../help.pm_.c:231
+#: ../../help.pm_.c:256
msgid ""
-"The Mandrake Linux CDROM has a built-in rescue mode. You can access it by\n"
-"booting from the CDROM, press the >>F1<< key at boot and type >>rescue<< at\n"
-"the prompt. But in case your computer cannot boot from the CDROM, you\n"
+"The Mandrake LinuxCD-ROM has a built-in rescue mode. You can access it by\n"
+"booting from the CD-ROM, press the >>F1<< key at boot and type >>rescue<<\n"
+"at the prompt. But in case your computer cannot boot from the CD-ROM, you\n"
"should come back to this step for help in at least two situations:\n"
"\n"
-" * when installing the boot loader, DrakX will rewrite the boot sector "
-"(MBR)\n"
-"of your main disk (unless you are using another boot manager) so that you\n"
-"can start up with either Windows or GNU/Linux (assuming you have Windows in\n"
+" * when installing the bootloader, DrakX will rewrite the boot sector (MBR)\n"
+"of your main disk (unless you are using another boot manager), to allow you\n"
+"to start up with either Windows or GNU/Linux (assuming you have Windows in\n"
"your system). If you need to reinstall Windows, the Microsoft install\n"
"process will rewrite the boot sector, and then you will not be able to\n"
"start GNU/Linux!\n"
@@ -2399,25 +2703,25 @@ msgid ""
"the whole disk."
msgstr ""
-#: ../../help.pm_.c:255
-#, fuzzy
+#: ../../help.pm_.c:280
msgid ""
-"At this point you need to choose where on your hard drive to install your\n"
-"Mandrake Linux operating system. If your hard drive is empty or if an\n"
-"existing operating system is using all the space available, you will need\n"
-"to partition it. Basically, partitioning a hard drive consists of logically\n"
-"dividing it to create space to install your new Mandrake Linux system.\n"
+"At this point, you need to choose where you want to install the Mandrake\n"
+"Linux operating system on your hard drive. If your hard drive is empty or\n"
+"if an existing operating system is using all the available space, you will\n"
+"need to partition it. Basically, partitioning a hard drive consists of\n"
+"logically dividing it to create space to install your new Mandrake Linux\n"
+"system.\n"
"\n"
-"Because the effects of the partitioning process are usually irreversible,\n"
+"Because the partitioning process' effects are usually irreversible,\n"
"partitioning can be intimidating and stressful if you are an inexperienced\n"
"user. Fortunately, there is a wizard which simplifies this process. Before\n"
"beginning, please consult the manual and take your time.\n"
"\n"
-"If you are running the install in Expert mode, you will enter DiskDrake,\n"
-"the Mandrake Linux partitioning tool, which allows you to fine-tune your\n"
-"partitions. See the DiskDrake chapter of the manual. From the installation\n"
-"interface, you can use the wizards as described here by clicking the\n"
-"\"Wizard\" button of the dialog.\n"
+"If you are running the installation in Expert mode, you will enter\n"
+"DiskDrake, the Mandrake Linux partitioning tool, which allows you to\n"
+"fine-tune your partitions. See the DiskDrake section in the ``User Guide''.\n"
+"From the installation interface, you can use the wizards as described here\n"
+"by clicking the dialog's \"Wizard\" button.\n"
"\n"
"If partitions have already been defined, either from a previous\n"
"installation or from another partitioning tool, simply select those to\n"
@@ -2428,43 +2732,45 @@ msgid ""
"available:\n"
"\n"
" * \"Use free space\": this option will simply lead to an automatic\n"
-"partitioning of your blank drive(s). You will not be prompted further.\n"
+"partitioning of your blank drive(s). You will not be prompted further;\n"
"\n"
" * \"Use existing partition\": the wizard has detected one or more existing\n"
"Linux partitions on your hard drive. If you want to use them, choose this\n"
-"option.\n"
+"option;\n"
"\n"
-" * \"Use the free space on the Windows partition\": if Microsoft Windows is\n"
+" * \"Use the free space on the Windows; partition\": if MicrosoftWindows is\n"
"installed on your hard drive and takes all the space available on it, you\n"
-"have to create free space for Linux data. To do that, you can delete your\n"
-"Microsoft Windows partition and data (see \"Erase entire disk\" or \"Expert\n"
-"mode\" solutions) or resize your Microsoft Windows partition. Resizing can\n"
-"be performed without the loss of any data. This solution is recommended if\n"
-"you want to use both Mandrake Linux and Microsoft Windows on same computer.\n"
+"have to create free space for Linux data. To do so, you can delete your\n"
+"MicrosoftWindows partition and data (see ``Erase entire disk'' or ``Expert\n"
+"mode'' solutions) or resize your MicrosoftWindows partition. Resizing can\n"
+"be performed without the loss of any data, provided you previously\n"
+"defragment the Windows partition. Backing up your data won't hurt either..\n"
+"This solution is recommended if you want to use both Mandrake Linux and\n"
+"MicrosoftWindows on the same computer.\n"
"\n"
" Before choosing this option, please understand that after this "
"procedure,\n"
-"the size of your Microsoft Windows partition will be smaller than at the\n"
-"present time. You will have less free space under Microsoft Windows to\n"
-"store your data or to install new software.\n"
+"the size of your MicrosoftWindows partition will be smaller than at the\n"
+"present time. You will have less free space under MicrosoftWindows to store\n"
+"your data or to install new software;\n"
"\n"
" * \"Erase entire disk\": if you want to delete all data and all partitions\n"
"present on your hard drive and replace them with your new Mandrake Linux\n"
"system, choose this option. Be careful with this solution because you will\n"
-"not be able to revert your choice after confirmation.\n"
+"not be able to revert your choice after you confirm;\n"
"\n"
" !! If you choose this option, all data on your disk will be lost. !!\n"
"\n"
" * \"Remove Windows\": this will simply erase everything on the drive and\n"
"begin fresh, partitioning everything from scratch. All data on your disk\n"
-"will be lost.\n"
+"will be lost;\n"
"\n"
" !! If you choose this option, all data on your disk will be lost. !!\n"
"\n"
" * \"Expert mode\": choose this option if you want to manually partition\n"
-"your hard drive. Be careful - it is a powerful but dangerous choice. You\n"
-"can very easily lose all your data. Hence, do not choose this unless you\n"
-"know what you are doing."
+"your hard drive. Be careful it is a powerful but dangerous choice. You can\n"
+"very easily lose all your data. Hence, do not choose this unless you know\n"
+"what you are doing."
msgstr ""
"Ara s quan heu de decidir en quin lloc del vostre disc dur voleu "
"installar\n"
@@ -2535,7 +2841,7 @@ msgstr ""
"tret\n"
"que sapigueu exactament qu esteu fent."
-#: ../../help.pm_.c:319
+#: ../../help.pm_.c:347
msgid ""
"There you are. Installation is now complete and your GNU/Linux system is\n"
"ready to use. Just click \"OK\" to reboot the system. You can start\n"
@@ -2550,29 +2856,30 @@ msgid ""
"\n"
" Note that two different options are available after clicking the button:\n"
"\n"
-" * \"Replay\". This is a partially automated install as the partitioning\n"
-"step (and only this one) remains interactive.\n"
+" * \"Replay\". This is a partially automated installation as the\n"
+"partitioning step (and only this one) remains interactive;\n"
"\n"
-" * \"Automated\". Fully automated install: the hard disk is completely\n"
+" * \"Automated\". Fully automated installation: the hard disk is "
+"completely\n"
"rewritten, all data is lost.\n"
"\n"
" This feature is very handy when installing a great number of similar\n"
-"machines. See the Auto install section at our web site.\n"
+"machines. See the Auto install section on our web site;\n"
"\n"
-" * \"Save packages selection\"(*): saves the packages selection as made\n"
+" * \"Save packages selection\"(*): saves the package selection as done\n"
"previously. Then, when doing another installation, insert the floppy inside\n"
-"the driver and run the installation going to the help screen by pressing on\n"
+"the drive and run the installation going to the help screen by pressing on\n"
"the [F1] key, and by issuing >>linux defcfg=\"floppy\"<<.\n"
"\n"
"(*) You need a FAT-formatted floppy (to create one under GNU/Linux, type\n"
"\"mformat a:\")"
msgstr ""
-#: ../../help.pm_.c:350
+#: ../../help.pm_.c:378
#, fuzzy
msgid ""
"Any partitions that have been newly defined must be formatted for use\n"
-"(formatting means creating a file system).\n"
+"(formatting means creating a filesystem).\n"
"\n"
"At this time, you may wish to reformat some already existing partitions to\n"
"erase any data they contain. If you wish to do that, please select those\n"
@@ -2586,7 +2893,7 @@ msgid ""
"\n"
"Please be careful when selecting partitions. After formatting, all data on\n"
"the selected partitions will be deleted and you will not be able to recover\n"
-"any of them.\n"
+"any of it.\n"
"\n"
"Click on \"OK\" when you are ready to format partitions.\n"
"\n"
@@ -2594,7 +2901,7 @@ msgid ""
"Mandrake Linux operating system installation.\n"
"\n"
"Click on \"Advanced\" if you wish to select partitions that will be checked\n"
-"for bad blocks on the disc."
+"for bad blocks on the disk."
msgstr ""
"Les particions que s'acaben de definir s'han de formatar per poder-les\n"
"utilitzar. El formatatge consisteix en crear-hi un sistema de fitxers).\n"
@@ -2624,8 +2931,7 @@ msgstr ""
"installar\n"
"el nou sistema Mandrake Linux."
-#: ../../help.pm_.c:376
-#, fuzzy
+#: ../../help.pm_.c:404
msgid ""
"Your new Mandrake Linux operating system is currently being installed.\n"
"Depending on the number of packages you will be installing and the speed of\n"
@@ -2638,74 +2944,102 @@ msgstr ""
"operaci trigar uns quants minuts (dependr de la mida total que\n"
"hagueu escollit installar i de la velocitat del vostre ordinador).\n"
"\n"
-"\n"
"Si us plau, tingueu pacincia."
-#: ../../help.pm_.c:384
+#: ../../help.pm_.c:412
+msgid ""
+"At the time you are installing Mandrake Linux, it is likely that some\n"
+"packages have been updated since the initial release. Some bugs may have\n"
+"been fixed, and security issues solved. To allow you to benefit from these\n"
+"updates, you are now proposed to download them from the Internet. Choose\n"
+"\"Yes\" if you have a working Internet connection, or \"No\" if you prefer\n"
+"to install updated packages later.\n"
+"\n"
+"Choosing \"Yes\" displays a list of places from which updates can be\n"
+"retrieved. Choose the one nearest you. Then a package-selection tree\n"
+"appears: review the selection, and press \"Install\" to retrieve and\n"
+"install the selected package(s), or \"Cancel\" to abort."
+msgstr ""
+
+#: ../../help.pm_.c:425
msgid ""
-"Before continuing you should read carefully the terms of the license. It\n"
+"Before continuing, you should read carefully the terms of the license. It\n"
"covers the whole Mandrake Linux distribution, and if you do not agree with\n"
"all the terms in it, click on the \"Refuse\" button which will immediately\n"
-"terminate the installation. To continue with the installation, click the\n"
+"terminate the installation. To continue with the installation, click on the\n"
"\"Accept\" button."
msgstr ""
-#: ../../help.pm_.c:391
+#: ../../help.pm_.c:432
msgid ""
"At this point, it is time to choose the security level desired for the\n"
"machine. As a rule of thumb, the more exposed the machine is, and the more\n"
"the data stored in it is crucial, the higher the security level should be.\n"
-"However, a higher security level is generally obtained at the expenses of\n"
-"easiness of use. Refer to the MSEC chapter of the ``Reference Manual'' to\n"
-"get more information about the meaning of these levels.\n"
+"However, a higher security level is generally obtained at the expense of\n"
+"easiness of use. Refer to the \"msec\" chapter of the ``Reference Manual''\n"
+"to get more information about the meaning of these levels.\n"
"\n"
"If you do not know what to choose, keep the default option."
msgstr ""
-#: ../../help.pm_.c:401
+#: ../../help.pm_.c:442
#, fuzzy
msgid ""
-"At this point, you need to choose what partition(s) will be used for the\n"
-"installation of your Mandrake Linux system. If partitions have been already\n"
+"At this point, you need to choose which partition(s) will be used for the\n"
+"installation of your Mandrake Linux system. If partitions have already been\n"
"defined, either from a previous installation of GNU/Linux or from another\n"
-"partitioning tool, you can use existing partitions. Otherwise hard drive\n"
+"partitioning tool, you can use existing partitions. Otherwise, hard drive\n"
"partitions must be defined.\n"
"\n"
"To create partitions, you must first select a hard drive. You can select\n"
-"the disk for partitioning by clicking on \"hda\" for the first IDE drive,\n"
-"\"hdb\" for the second, \"sda\" for the first SCSI drive and so on.\n"
+"the disk for partitioning by clicking on ``hda'' for the first IDE drive,\n"
+"``hdb'' for the second, ``sda'' for the first SCSI drive and so on.\n"
"\n"
"To partition the selected hard drive, you can use these options:\n"
"\n"
" * \"Clear all\": this option deletes all partitions on the selected hard\n"
-"drive.\n"
+"drive;\n"
+"\n"
+" * \"Auto allocate\": this option enables to automatically create \"Ext2\"\n"
+"and swap partitions in free space of your hard drive;\n"
+"\n"
+" * \"More\": gives access to additional features:\n"
"\n"
-" * \"Auto allocate\": this option allows you to automatically create Ext2\n"
-"and swap partitions in free space of your hard drive.\n"
+" * \"Save partition table\": saves the partition table to a floppy. "
+"Useful\n"
+"for later partition-table recovery if necessary. It is strongly recommended\n"
+"to perform this step;\n"
"\n"
-" * \"Rescue partition table\": if your partition table is damaged, you can\n"
+" * \"Restore partition table\": allows to restore a previously saved\n"
+"partition table from floppy disk;\n"
+"\n"
+" * \"Rescue partition table\": if your partition table is damaged, you "
+"can\n"
"try to recover it using this option. Please be careful and remember that it\n"
-"can fail.\n"
+"can fail;\n"
"\n"
-" * \"Undo\": use this option to cancel your changes.\n"
+" * \"Reload partition table\": discards all changes and loads your "
+"initial\n"
+"partition table;\n"
"\n"
-" * \"Reload\": you can use this option if you wish to undo all changes and\n"
-"load your initial partitions table.\n"
+" * \"Removable media automounting\": unchecking this option will force "
+"users\n"
+"to manually mount and unmount removable medias such as floppies and\n"
+"CD-ROMs.\n"
"\n"
" * \"Wizard\": use this option if you wish to use a wizard to partition "
"your\n"
"hard drive. This is recommended if you do not have a good knowledge of\n"
-"partitioning.\n"
+"partitioning;\n"
"\n"
-" * \"Restore from floppy\": this option will allow you to restore a\n"
-"previously saved partition table from floppy disk.\n"
+" * \"Undo\": use this option to cancel your changes;\n"
"\n"
-" * \"Save to floppy\": saves the partition table to a floppy. Useful for\n"
-"later partition-table recovery if necessary. It is strongly recommended to\n"
-"perform this step.\n"
+" * \"Toggle to normal/expert mode\": allows additional actions on "
+"partitions\n"
+"(type, options, format) and gives more information;\n"
"\n"
-" * \"Done\": when you have finished partitioning your hard drive, this will\n"
-"save your changes back to disc.\n"
+" * \"Done\": when you are finished partitioning your hard drive, this will\n"
+"save your changes back to disk.\n"
"\n"
"Note: you can reach any option using the keyboard. Navigate through the\n"
"partitions using [Tab] and [Up/Down] arrows.\n"
@@ -2718,9 +3052,12 @@ msgid ""
"\n"
" * Ctrl-m to set the mount point.\n"
"\n"
+"To get information about the different filesystem types available, please\n"
+"read the ext2fs chapter from the ``Reference Manual''.\n"
+"\n"
"If you are installing on a PPC machine, you will want to create a small HFS\n"
-"\"bootstrap\" partition of at least 1MB which will be used by the yaboot\n"
-"boot loader. If you opt to make the partition a bit larger, say 50MB, you\n"
+"``bootstrap'' partition of at least 1MB, which will be used by the yaboot\n"
+"bootloader. If you opt to make the partition a bit larger, say 50MB, you\n"
"may find it a useful place to store a spare kernel and ramdisk images for\n"
"emergency boot situations."
msgstr ""
@@ -2804,11 +3141,11 @@ msgstr ""
"50 MB, us ser d'utilitat per emmagatzemar un nucli de recanvi i una imatge\n"
"del disc RAM per a situacions d'emergncia durant l'arrencada."
-#: ../../help.pm_.c:460
+#: ../../help.pm_.c:513
#, fuzzy
msgid ""
-"More than one Microsoft Windows partition has been detected on your hard\n"
-"drive. Please choose the one you want resize in order to install your new\n"
+"More than one Microsoft partition has been detected on your hard drive.\n"
+"Please choose the one you want to resize in order to install your new\n"
"Mandrake Linux operating system.\n"
"\n"
"Each partition is listed as follows: \"Linux name\", \"Windows name\"\n"
@@ -2823,11 +3160,11 @@ msgid ""
"\"Hard drive number\" is always a letter after \"hd\" or \"sd\". With IDE\n"
"hard drives:\n"
"\n"
-" * \"a\" means \"master hard drive on the primary IDE controller\",\n"
+" * \"a\" means \"master hard drive on the primary IDE controller\";\n"
"\n"
-" * \"b\" means \"slave hard drive on the primary IDE controller\",\n"
+" * \"b\" means \"slave hard drive on the primary IDE controller\";\n"
"\n"
-" * \"c\" means \"master hard drive on the secondary IDE controller\",\n"
+" * \"c\" means \"master hard drive on the secondary IDE controller\";\n"
"\n"
" * \"d\" means \"slave hard drive on the secondary IDE controller\".\n"
"\n"
@@ -2879,39 +3216,49 @@ msgstr ""
"\"Nom Windows\" s la lletra de la vostra unitat de disc sota Windows (el "
"primer disc o partici s'anomena \"C:\")."
-#: ../../help.pm_.c:491
+#: ../../help.pm_.c:544
msgid "Please be patient. This operation can take several minutes."
msgstr ""
"Si us plau, tingueu pacincia. Aquesta operaci pot trigar diversos minuts."
-#: ../../help.pm_.c:494
+#: ../../help.pm_.c:547
#, fuzzy
msgid ""
"DrakX now needs to know if you want to perform a default (\"Recommended\")\n"
-"installation or if you want to have greater control (\"Expert\"). You also\n"
-"have the choice of performing a new install or an upgrade of an existing\n"
-"Mandrake Linux system. Clicking \"Install\" will completely wipe out the\n"
-"old system. Select \"Upgrade\" if you are upgrading or repairing an\n"
-"existing system.\n"
-"\n"
-"Please choose \"Install\" if there are no previous version of Mandrake\n"
-"Linux installed or if you wish to boot between various operating systems.\n"
+"installation or if you want to have greater control (\"Expert\"). You can\n"
+"also choose to do a new install or an upgrade of an existing Mandrake Linux\n"
+"system:\n"
+"\n"
+" * \"Install\": completely wipes out the old system. In fact, depending on\n"
+"what currently holds your machine, you will be able to keep some old (Linux\n"
+"or other) partitions unchanged;\n"
+"\n"
+" * \"Upgrade\": this installation class allows to simply update the "
+"packages\n"
+"currently installed on your Mandrake Linux system. It keeps the current\n"
+"partitions of your hard drives as well as user configurations. All other\n"
+"configuration steps remain available with respect to plain installation;\n"
+"\n"
+" * \"Upgrade Packages Only\": this brand new class allows to upgrade an\n"
+"existing Mandrake Linux system while keeping all system configurations\n"
+"unchanged. Adding new packages to the current installation is also\n"
+"possible.\n"
"\n"
-"Please choose \"Update\" if you wish to update or repair an already\n"
-"installed version of Mandrake Linux.\n"
+"Upgrades should work fine for Mandrake Linux systems starting from \"8.1\"\n"
+"release.\n"
"\n"
-"Depending on your knowledge of GNU/Linux, please choose one of the\n"
-"following to install or update your Mandrake Linux operating system:\n"
+"Depending on your knowledge of GNU/Linux, select one of the following\n"
+"choices:\n"
"\n"
" * Recommended: choose this if you have never installed a GNU/Linux\n"
"operating system. The installation will be very easy and you will only be\n"
-"asked a few questions.\n"
+"asked a few questions;\n"
"\n"
" * Expert: if you have a good knowledge of GNU/Linux, you can choose this\n"
"installation class. The expert installation will allow you to perform a\n"
-"highly customized installation. Answering some of the questions can be\n"
-"difficult if you do not have a good knowledge of GNU/Linux so do not choose\n"
-"this unless you know what you are doing."
+"highly-customized installation. Answering some of the questions can be\n"
+"difficult if you do not have a good knowledge of GNU/Linux, so do not\n"
+"choose this unless you know what you are doing."
msgstr ""
"Escolliu \"Installaci\" si no teniu cap versi anterior de Mandrake Linux\n"
"installada a l'ordinador o si voleu utilitzar diversos sistemes operatius.\n"
@@ -2949,10 +3296,10 @@ msgstr ""
"d'installaci\n"
"tret que sapigueu qu esteu fent."
-#: ../../help.pm_.c:521
+#: ../../help.pm_.c:583
msgid ""
"Normally, DrakX selects the right keyboard for you (depending on the\n"
-"language you have chosen) and you will not even see this step. However, you\n"
+"language you have chosen) and you won't even see this step. However, you\n"
"might not have a keyboard that corresponds exactly to your language: for\n"
"example, if you are an English speaking Swiss person, you may still want\n"
"your keyboard to be a Swiss keyboard. Or if you speak English but are\n"
@@ -2964,7 +3311,7 @@ msgid ""
"supported keyboards."
msgstr ""
-#: ../../help.pm_.c:534
+#: ../../help.pm_.c:596
msgid ""
"Please choose your preferred language for installation and system usage.\n"
"\n"
@@ -2973,53 +3320,53 @@ msgid ""
"will install the language-specific files for system documentation and\n"
"applications. For example, if you will host users from Spain on your\n"
"machine, select English as the main language in the tree view and in the\n"
-"Advanced section click on the grey star corresponding to \"Spanish|Spain\".\n"
+"Advanced section click on the box corresponding to \"Spanish|Spain\".\n"
"\n"
"Note that multiple languages may be installed. Once you have selected any\n"
-"additional locales click the \"OK\" button to continue."
+"additional locales, click the \"OK\" button to continue."
msgstr ""
-#: ../../help.pm_.c:547
+#: ../../help.pm_.c:609
msgid ""
-"By default, DrakX assumes you have a two-button mouse and will set it up\n"
-"for third-button emulation. DrakX will automatically know whether it is a\n"
-"PS/2, serial or USB mouse.\n"
+"DrakX generally detects the number of buttons your mouse has. If not, it\n"
+"assumes you have a two-button mouse and will set it up for third-button\n"
+"emulation. DrakX will automatically know whether it is a PS/2, serial or\n"
+"USB mouse.\n"
"\n"
"If you wish to specify a different type of mouse select the appropriate\n"
-"type from the list provided.\n"
+"type from the provided list.\n"
"\n"
-"If you choose a mouse other than the default you will be presented with a\n"
-"mouse test screen. Use the buttons and wheel to verify that the settings\n"
-"are good. If the mouse is not working correctly press the space bar or\n"
-"RETURN to \"Cancel\" and choose again."
+"If you choose a mouse other than the default, a test screen will be\n"
+"displayed. Use the buttons and wheel to verify that the settings are\n"
+"correct. If the mouse is not working well, press the space bar or [Return]\n"
+"to \"Cancel\" and choose again."
msgstr ""
-#: ../../help.pm_.c:560
-#, fuzzy
+#: ../../help.pm_.c:623
msgid ""
-"Please select the correct port. For example, the COM1 port under MS Windows\n"
-"is named ttyS0 under GNU/Linux."
+"Please select the correct port. For example, the \"COM1\" port under\n"
+"Windows is named \"ttyS0\" under GNU/Linux."
msgstr ""
"Si us plau, seleccioneu el port correcte. Per exemple, el port COM1 en MS\n"
"Windows s'anomena ttyS0 en GNU/Linux."
-#: ../../help.pm_.c:564
+#: ../../help.pm_.c:627
msgid ""
"This is the most crucial decision point for the security of your GNU/Linux\n"
"system: you have to enter the \"root\" password. \"root\" is the system\n"
"administrator and is the only one authorized to make updates, add users,\n"
"change the overall system configuration, and so on. In short, \"root\" can\n"
"do everything! That is why you must choose a password that is difficult to\n"
-"guess - DrakX will tell you if it is too easy. As you can see, you can\n"
-"choose not to enter a password, but we strongly advise you against this if\n"
-"only for one reason: do not think that because you booted GNU/Linux that\n"
-"your other operating systems are safe from mistakes. Since \"root\" can\n"
-"overcome all limitations and unintentionally erase all data on partitions\n"
-"by carelessly accessing the partitions themselves, it is important for it\n"
-"to be difficult to become \"root\".\n"
+"guess DrakX will tell you if it is too easy. As you can see, you can choose\n"
+"not to enter a password, but we strongly advise you against this if only\n"
+"for one reason: do not think that because you booted GNU/Linux that your\n"
+"other operating systems are safe from mistakes. Since \"root\" can overcome\n"
+"all limitations and unintentionally erase all data on partitions by\n"
+"carelessly accessing the partitions themselves, it is important for it to\n"
+"be difficult to become \"root\".\n"
"\n"
"The password should be a mixture of alphanumeric characters and at least 8\n"
-"characters long. Never write down the \"root\" password - it makes it too\n"
+"characters long. Never write down the \"root\" password it makes it too\n"
"easy to compromise a system.\n"
"\n"
"However, please do not make the password too long or complicated because\n"
@@ -3028,12 +3375,12 @@ msgid ""
"The password will not be displayed on screen as you type it in. Hence, you\n"
"will have to type the password twice to reduce the chance of a typing\n"
"error. If you do happen to make the same typing error twice, this\n"
-"\"incorrect\" password will have to be used the first time you connect.\n"
+"``incorrect'' password will have to be used the first time you connect.\n"
"\n"
-"In expert mode, you will be asked if you will be connecting to an\n"
+"In Expert mode, you will be asked if you will be connecting to an\n"
"authentication server, like NIS or LDAP.\n"
"\n"
-"If your network uses LDAP (or NIS) protocol for authentication, select\n"
+"If your network uses the LDAP (or NIS) protocol for authentication, select\n"
"\"LDAP\" (or \"NIS\") as authentication. If you do not know, ask your\n"
"network administrator.\n"
"\n"
@@ -3041,61 +3388,60 @@ msgid ""
"want to choose \"Local files\" for authentication."
msgstr ""
-#: ../../help.pm_.c:600
+#: ../../help.pm_.c:663
msgid ""
-"LILO and GRUB are boot loaders for GNU/Linux. This stage, normally, is\n"
-"totally automated. In fact, DrakX analyzes the disk boot sector and acts\n"
+"LILO and grub are GNU/Linux bootloaders. This stage, normally, is totally\n"
+"automated. In fact, DrakX analyzes the disk boot sector and acts\n"
"accordingly, depending on what it finds here:\n"
"\n"
-" * if Windows boot sector is found, it will replace it with a GRUB/LILO "
-"boot\n"
-"sector. Hence, you will be able to load either GNU/Linux or another OS;\n"
+" * if a Windows boot sector is found, it will replace it with a grub/LILO\n"
+"boot sector. Hence, you will be able to load either GNU/Linux or another\n"
+"OS;\n"
"\n"
-" * if a GRUB or LILO boot sector is found, it will replace it with a new\n"
-"one;\n"
+" * if a grub or LILO boot sector is found, it will replace it with a new\n"
+"one.\n"
"\n"
"If in doubt, DrakX will display a dialog with various options.\n"
"\n"
-" * \"Boot loader to use\": you have three choices:\n"
+" * \"Bootloader to use\": you have three choices:\n"
+"\n"
+" * \"GRUB\": if you prefer grub (text menu).\n"
"\n"
" * \"LILO with graphical menu\": if you prefer LILO with its graphical\n"
"interface.\n"
"\n"
-" * \"GRUB\": if you prefer GRUB (text menu).\n"
-"\n"
" * \"LILO with text menu\": if you prefer LILO with its text menu "
"interface.\n"
"\n"
" * \"Boot device\": in most cases, you will not change the default\n"
-"(\"/dev/hda\"), but if you prefer, the boot loader can be installed on the\n"
-"second hard drive (\"/dev/hdb\"), or even on a floppy disk (\"/dev/fd0\").\n"
+"(\"/dev/hda\"), but if you prefer, the bootloader can be installed on the\n"
+"second hard drive (\"/dev/hdb\"), or even on a floppy disk (\"/dev/fd0\");\n"
"\n"
" * \"Delay before booting the default image\": when rebooting the computer,\n"
-"this is the delay granted to the user to choose - in the boot loader menu,\n"
+"this is the delay granted to the user to choose in the bootloader menu,\n"
"another boot entry than the default one.\n"
"\n"
-"!! Beware that if you choose not to install a boot loader (by selecting\n"
+"!! Beware that if you choose not to install a bootloader (by selecting\n"
"\"Cancel\" here), you must ensure that you have a way to boot your Mandrake\n"
-"Linux system! Also be sure you know what you do before changing any of the\n"
+"Linux system! Also, be sure you know what you do before changing any of the\n"
"options. !!\n"
"\n"
"Clicking the \"Advanced\" button in this dialog will offer many advanced\n"
"options, which are reserved to the expert user.\n"
"\n"
-"Mandrake Linux installs its own boot loader, which will let you boot either\n"
-"GNU/Linux or any other operating systems which you have on your system.\n"
+"After you have configured the general bootloader parameters, the list of\n"
+"boot options which will be available at boot time will be displayed.\n"
"\n"
-"If there is another operating system installed on your machine, it will be\n"
-"automatically added to the boot menu. Here, you can choose to fine-tune the\n"
-"existing options. Double-clicking on an existing entry allows you to change\n"
-"its parameters or remove it; \"Add\" creates a new entry; and \"Done\" goes\n"
-"on to the next installation step."
+"If there is another operating system installed on your machine, it will\n"
+"automatically be added to the boot menu. Here, you can choose to fine-tune\n"
+"the existing options. Select an entry and click \"Modify\" to modify or\n"
+"remove it; \"Add\" creates a new entry; and \"Done\" goes on to the next\n"
+"installation step."
msgstr ""
-#: ../../help.pm_.c:647
-#, fuzzy
+#: ../../help.pm_.c:711
msgid ""
-"LILO (the LInux LOader) and GRUB are boot loaders: they are able to boot\n"
+"LILO (the LInux LOader) and grub are bootloaders: they are able to boot\n"
"either GNU/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"
@@ -3117,8 +3463,7 @@ msgstr ""
"operatius; en aquest cas podeu suprimir les entrades corresponents, per\n"
"aleshores us caldr un disc d'arrencada per poder-los arrencar!"
-#: ../../help.pm_.c:658
-#, fuzzy
+#: ../../help.pm_.c:722
msgid ""
"You must indicate where you wish to place the information required to boot\n"
"to GNU/Linux.\n"
@@ -3133,65 +3478,65 @@ msgstr ""
"Tret que sabeu exactament qu esteu fent, escolliu \"Primer sector\n"
"de la unitat (MBR)\"."
-#: ../../help.pm_.c:665
+#: ../../help.pm_.c:729
msgid ""
-"Here we select a printing system for your computer to use. Other OSes may\n"
-"offer you one, but Mandrake offers three.\n"
+"Here, we select a printing system for your computer. Other OSs may offer\n"
+"you one, but Mandrake Linux offers three.\n"
"\n"
-" * \"pdq\" - which means ``print, don't queue'', is the choice if you have "
-"a\n"
+" * \"pdq\" which means ``print, don't queue'', is the choice if you have a\n"
"direct connection to your printer and you want to be able to panic out of\n"
-"printer jams, and you do not have any networked printers. It will handle\n"
-"only very simple network cases and is somewhat slow for networks. Pick\n"
-"\"pdq\" if this is your maiden voyage to GNU/Linux. You can change your\n"
-"choices after install by running PrinterDrake from the Mandrake Control\n"
-"Center and clicking the expert button.\n"
-"\n"
-" * \"CUPS\" - ``Common Unix Printing System'' is excellent at printing to\n"
-"your local printer and also halfway round the planet. It is simple and can\n"
-"act like a server or a client for the ancient \"lpd\" printing system, so\n"
-"it is compatible with the systems that went before. It can do many tricks,\n"
-"but the basic setup is almost as easy as \"pdq\". If you need this to\n"
-"emulate an \"lpd\" server, you must turn on the \"cups-lpd\" daemon. It has\n"
+"printer jams, and you do not have networked printers. It will handle only\n"
+"very simple network cases and is somewhat slow for networks. Pick \"pdq\"\n"
+"if this is your maiden voyage to GNU/Linux. You can change your choices\n"
+"after installation by running PrinterDrake from the Mandrake Control Center\n"
+"and clicking the expert button.\n"
+"\n"
+" * \"CUPS\"``Common Unix Printing System'', is excellent at printing to "
+"your\n"
+"local printer and also halfway-around the planet. It is simple and can act\n"
+"as a server or a client for the ancient \"lpd\" printing system. Hence, it\n"
+"is compatible with the systems that went before. It can do many tricks, but\n"
+"the basic setup is almost as easy as \"pdq\". If you need this to emulate\n"
+"an \"lpd\" server, you must turn on the \"cups-lpd\" daemon. It has\n"
"graphical front-ends for printing or choosing printer options.\n"
"\n"
-" * \"lprNG\" - ``line printer daemon New Generation''. This system can do\n"
+" * \"lprNG\"``line printer daemon New Generation''. This system can do\n"
"approximately the same things the others can do, but it will print to\n"
-"printers mounted on a Novell Network, because it supports IPX protocol, and\n"
-"it can print directly to shell commands. If you have need of Novell or\n"
+"printers mounted on a Novell Network, because it supports the IPX protocol,\n"
+"and it can print directly to shell commands. If you have need of Novell or\n"
"printing to commands without using a separate pipe construct, use lprNG.\n"
"Otherwise, CUPS is preferable as it is simpler and better at working over\n"
"networks."
msgstr ""
-#: ../../help.pm_.c:693
+#: ../../help.pm_.c:757
#, fuzzy
msgid ""
-"DrakX is now detecting any IDE devices present in your computer. It will\n"
-"also scan for one or more PCI SCSI card(s) on your system. If a SCSI card\n"
-"is found DrakX will automatically install the appropriate driver.\n"
+"DrakX now detects any IDE device present in your computer. It will also\n"
+"scan for one or more PCI SCSI card(s) on your system. If a SCSI card is\n"
+"found, DrakX will automatically install the appropriate driver.\n"
"\n"
-"Because hardware detection will sometimes not detect a piece of hardware\n"
+"Because hardware detection does not always detect a piece of hardware,\n"
"DrakX will ask you to confirm if a PCI SCSI card is present. Click \"Yes\"\n"
"if you know that there is a SCSI card installed in your machine. You will\n"
"be presented a list of SCSI cards to choose from. Click \"No\" if you have\n"
-"no SCSI hardware. If you are unsure you can check the list of hardware\n"
+"no SCSI hardware. If you are unsure, you can check the list of hardware\n"
"detected in your machine by selecting \"See hardware info\" and clicking\n"
"\"OK\". Examine the list of hardware and then click on the \"OK\" button to\n"
"return to the SCSI interface question.\n"
"\n"
"If you have to manually specify your adapter, DrakX will ask if you want to\n"
"specify options for it. You should allow DrakX to probe the hardware for\n"
-"the card-specific options that the hardware needs to initialize. This\n"
+"the card-specific options which the hardware needs to initialize. This\n"
"usually works well.\n"
"\n"
-"If DrakX is not able to probe for the options that need to be passed, you\n"
-"will need to manually provide options to the driver. Please review the\n"
-"``User Guide'' (chapter 3, section \"Collecting information on your\n"
-"hardware\") for hints on retrieving the parameters required from hardware\n"
-"documentation, from the manufacturer's web site (if you have Internet\n"
-"access) or from Microsoft Windows (if you used this hardware with Windows\n"
-"on your system)."
+"If DrakX is not able to probe for the options which need to be passed, you\n"
+"will need to provide options to the driver manually. Please review the\n"
+"``User Guide'' (chapter 3, in the ``Collecting Information on Your\n"
+"Hardware'' section) for hints on retrieving the parameters required from\n"
+"hardware documentation, from the manufacturer's web site (if you have\n"
+"Internet access) or from MicrosoftWindows (if you used this hardware with\n"
+"Windows on your system)."
msgstr ""
"El DrakX intentar trobar el(s) adaptador(s) SCSI PCI. \n"
"Si en troba, i sap quin programa de control utilitzar, el(s)\n"
@@ -3217,24 +3562,25 @@ msgstr ""
"maquinari, del lloc web del fabricant (si teniu accs a Internet) o del\n"
"Microsoft Windows (si el teniu al sistema)."
-#: ../../help.pm_.c:720
+#: ../../help.pm_.c:784
#, fuzzy
msgid ""
"You can add additional entries for yaboot, either for other operating\n"
"systems, alternate kernels, or for an emergency boot image.\n"
"\n"
-"For other OS's, the entry consists only of a label and the root partition.\n"
+"For other OSs, the entry consists only of a label and the \"root\"\n"
+"partition.\n"
"\n"
"For Linux, there are a few possible options:\n"
"\n"
" * Label: this is simply the name you will have to type at the yaboot "
"prompt\n"
-"to select this boot option.\n"
+"to select this boot option;\n"
"\n"
" * Image: this would be the name of the kernel to boot. Typically, vmlinux\n"
-"or a variation of vmlinux with an extension.\n"
+"or a variation of vmlinux with an extension;\n"
"\n"
-" * Root: the \"root\" device or \"/\" for your Linux installation.\n"
+" * Root: the \"root\" device or ``/'' for your Linux installation;\n"
"\n"
" * Append: on Apple hardware, the kernel append option is used quite often\n"
"to assist in initializing video hardware, or to enable keyboard mouse\n"
@@ -3248,22 +3594,22 @@ msgid ""
"\n"
" * Initrd: this option can be used either to load initial modules, before\n"
"the boot device is available, or to load a ramdisk image for an emergency\n"
-"boot situation.\n"
+"boot situation;\n"
"\n"
" * Initrd-size: the default ramdisk size is generally 4,096 bytes. If you\n"
-"need to allocate a large ramdisk, this option can be used.\n"
+"need to allocate a large ramdisk, this option can be used;\n"
"\n"
" * Read-write: normally the \"root\" partition is initially brought up in\n"
-"read-only, to allow a file system check before the system becomes \"live\".\n"
-"Here, you can override this option.\n"
+"read-only, to allow a file system check before the system becomes ``live''.\n"
+"Here, you can override this option;\n"
"\n"
" * NoVideo: should the Apple video hardware prove to be exceptionally\n"
-"problematic, you can select this option to boot in \"novideo\" mode, with\n"
-"native frame buffer support.\n"
+"problematic, you can select this option to boot in ``novideo'' mode, with\n"
+"native frame buffer support;\n"
"\n"
" * Default: selects this entry as being the default Linux selection,\n"
"selectable by just pressing ENTER at the yaboot prompt. This entry will\n"
-"also be highlighted with a \"*\", if you press [Tab] to see the boot\n"
+"also be highlighted with a ``*'', if you press [Tab] to see the boot\n"
"selections."
msgstr ""
"Podeu afegir entrades addicionals per al yaboot, ja sigui per a altres\n"
@@ -3330,39 +3676,37 @@ msgstr ""
"Aquesta opci tamb es ressaltar amb un '*' si premeu Tab per veure les\n"
"seleccions d'arrencada."
-#: ../../help.pm_.c:765
+#: ../../help.pm_.c:830
#, fuzzy
msgid ""
-"Yaboot is a boot loader for NewWorld MacIntosh hardware. It is able to boot\n"
+"Yaboot is a bootloader for NewWorld MacIntosh hardware. It is able to boot\n"
"either GNU/Linux, MacOS or MacOSX if present on your computer. Normally,\n"
"these other operating systems are correctly detected and installed. If this\n"
-"is not the case, you can add an entry by hand in this screen. Be careful as\n"
-"to choose the correct parameters.\n"
+"is not the case, you can add an entry by hand in this screen. Be careful to\n"
+"choose the correct parameters.\n"
"\n"
"Yaboot's main options are:\n"
"\n"
-" * Init Message: a simple text message that is displayed before the boot\n"
-"prompt.\n"
+" * Init Message: a simple text message displayed before the boot prompt;\n"
"\n"
-" * Boot Device: indicate where you want to place the information required "
-"to\n"
-"boot to GNU/Linux. Generally, you setup a bootstrap partition earlier to\n"
-"hold this information.\n"
+" * Boot Device: indicates where you want to place the information required\n"
+"to boot to GNU/Linux. Generally, you set up a bootstrap partition earlier\n"
+"to hold this information;\n"
"\n"
" * Open Firmware Delay: unlike LILO, there are two delays available with\n"
"yaboot. The first delay is measured in seconds and at this point, you can\n"
-"choose between CD, OF boot, MacOS or Linux.\n"
+"choose between CD, OF boot, MacOS or Linux;\n"
"\n"
" * Kernel Boot Timeout: this timeout is similar to the LILO boot delay.\n"
"After selecting Linux, you will have this delay in 0.1 second before your\n"
-"default kernel description is selected.\n"
+"default kernel description is selected;\n"
"\n"
-" * Enable CD Boot?: checking this option allows you to choose \"C\" for CD\n"
-"at the first boot prompt.\n"
+" * Enable CD Boot?: checking this option allows you to choose ``C'' for CD\n"
+"at the first boot prompt;\n"
"\n"
-" * Enable OF Boot?: checking this option allows you to choose \"N\" for "
+" * Enable OF Boot?: checking this option allows you to choose ``N'' for "
"Open\n"
-"Firmware at the first boot prompt.\n"
+"Firmware at the first boot prompt;\n"
"\n"
" * Default OS: you can select which OS will boot by default when the Open\n"
"Firmware Delay expires."
@@ -3413,52 +3757,50 @@ msgstr ""
" - OS per defecte: podeu seleccionar amb quin OS, per defecte, s'arrencar\n"
"quan la demora de l'Open Firmware venci."
-#: ../../help.pm_.c:798
+#: ../../help.pm_.c:862
msgid ""
"Here are presented various parameters concerning your machine. Depending on\n"
-"your installed hardware, you may - or not, see the following entries:\n"
+"your installed hardware, you may or not, see the following entries:\n"
"\n"
-" * \"Mouse\": mouse check the current mouse configuration and click on the\n"
-"button to change it if necessary.\n"
+" * \"Mouse\": check the current mouse configuration and click on the button\n"
+"to change it if necessary;\n"
"\n"
-" * \"Keyboard\": keyboard check the current keyboard map configuration and\n"
-"click on the button to change that if necessary.\n"
+" * \"Keyboard\": check the current keyboard map configuration and click on\n"
+"the button to change that if necessary;\n"
"\n"
-" * \"Timezone\": time zoneDrakX, by default, guesses your time zone from "
-"the\n"
-"language you have chosen. But here again, as for the choice of a keyboard,\n"
-"you may not be in the country for which the chosen language should\n"
-"correspond. Hence, you may need to click on the \"Timezone\" button in\n"
-"order to configure the clock according to the time zone you are in.\n"
+" * \"Timezone\": DrakX, by default, guesses your time zone from the "
+"language\n"
+"you have chosen. But here again, as for the choice of a keyboard, you may\n"
+"not be in the country for which the chosen language should correspond.\n"
+"Hence, you may need to click on the \"Timezone\" button in order to\n"
+"configure the clock according to the time zone you are in;\n"
"\n"
" * \"Printer\": clicking on the \"No Printer\" button will open the printer\n"
-"configuration wizard.\n"
+"configuration wizard;\n"
"\n"
" * \"Sound card\": if a sound card is detected on your system, it is\n"
-"displayed here. No modification possible at installation time.\n"
+"displayed here. No modification possible at installation time;\n"
"\n"
" * \"TV card\": if a TV card is detected on your system, it is displayed\n"
-"here. No modification possible at installation time.\n"
+"here. No modification possible at installation time;\n"
"\n"
" * \"ISDN card\": if an ISDN card is detected on your system, it is\n"
"displayed here. You can click on the button to change the parameters\n"
-"associated to it."
+"associated with it."
msgstr ""
-#: ../../help.pm_.c:827
-#, fuzzy
+#: ../../help.pm_.c:891
msgid ""
-"Choose the hard drive you want to erase to install your new Mandrake Linux\n"
-"partition. Be careful, all data present on it will be lost and will not be\n"
-"recoverable!"
+"Choose the hard drive you want to erase in order to install your new\n"
+"Mandrake Linux partition. Be careful, all data present on it will be lost\n"
+"and will not be recoverable!"
msgstr ""
"Escolliu el disc dur que voleu buidar per installar la nova partici "
"Linux-\n"
"Mandrake. Aneu amb compte, se'n perdran totes les dades i no es podran "
"recuperar."
-#: ../../help.pm_.c:832
-#, fuzzy
+#: ../../help.pm_.c:896
msgid ""
"Click on \"OK\" if you want to delete all data and partitions present on\n"
"this hard drive. Be careful, after clicking on \"OK\", you will not be able\n"
@@ -3479,13 +3821,20 @@ msgstr ""
"dada\n"
"ni partici d'aquest disc."
-#: ../../install2.pm_.c:114
+#: ../../install2.pm_.c:113
#, c-format
msgid ""
-"Can't access kernel modules corresponding to your kernel (file %s is missing)"
+"Can't access kernel modules corresponding to your kernel (file %s is "
+"missing), this generally means your boot floppy in not in sync with the "
+"Installation medium (please create a newer boot floppy)"
msgstr ""
-#: ../../install_any.pm_.c:421
+#: ../../install2.pm_.c:169
+#, c-format
+msgid "You must also format %s"
+msgstr ""
+
+#: ../../install_any.pm_.c:411
#, c-format
msgid ""
"You have selected the following server(s): %s\n"
@@ -3500,7 +3849,7 @@ msgid ""
"Do you really want to install these servers?\n"
msgstr ""
-#: ../../install_any.pm_.c:457
+#: ../../install_any.pm_.c:447
msgid "Can't use broadcast with no NIS domain"
msgstr "No es pot utilitzar l'emissi sense un domini NIS"
@@ -3521,20 +3870,11 @@ msgstr ""
"Per utilitzar aquesta selecci de paquets desada, arrenqueu la installaci "
"amb ``linux defcfg=floppy''"
-#: ../../install_any.pm_.c:831 ../../partition_table.pm_.c:737
+#: ../../install_any.pm_.c:831 ../../partition_table.pm_.c:763
#, c-format
msgid "Error reading file %s"
msgstr "S'ha produt un error en llegir el fitxer %s"
-#: ../../install_gtk.pm_.c:84 ../../install_steps_gtk.pm_.c:325
-#: ../../interactive.pm_.c:107 ../../interactive.pm_.c:122
-#: ../../interactive.pm_.c:286 ../../interactive.pm_.c:308
-#: ../../interactive_http.pm_.c:104 ../../interactive_newt.pm_.c:170
-#: ../../interactive_stdio.pm_.c:27 ../../my_gtk.pm_.c:415
-#: ../../my_gtk.pm_.c:716 ../../my_gtk.pm_.c:738
-msgid "Ok"
-msgstr "D'acord"
-
#: ../../install_interactive.pm_.c:23
#, c-format
msgid ""
@@ -3544,7 +3884,7 @@ msgstr ""
"Part del maquinari del vostre ordinador necessita programes de control\n"
"``registrats'' per poder funcionar. En podeu trobar informaci a: %s"
-#: ../../install_interactive.pm_.c:44
+#: ../../install_interactive.pm_.c:58
msgid ""
"You must have a root partition.\n"
"For this, create a partition (or click on an existing one).\n"
@@ -3554,11 +3894,11 @@ msgstr ""
"Per fer-ho, creeu una partici (o feu clic a una d'existent).\n"
"Desprs, trieu l'acci ``Punt de muntatge'' i doneu-li el valor '/'"
-#: ../../install_interactive.pm_.c:49 ../../install_steps_graphical.pm_.c:259
+#: ../../install_interactive.pm_.c:63
msgid "You must have a swap partition"
msgstr "Heu de tenir una partici d'intercanvi"
-#: ../../install_interactive.pm_.c:50 ../../install_steps_graphical.pm_.c:261
+#: ../../install_interactive.pm_.c:64
msgid ""
"You don't have a swap partition\n"
"\n"
@@ -3568,60 +3908,60 @@ msgstr ""
"\n"
"Voleu continuar igualment?"
-#: ../../install_interactive.pm_.c:53 ../../install_steps.pm_.c:165
+#: ../../install_interactive.pm_.c:67 ../../install_steps.pm_.c:163
#, fuzzy
msgid "You must have a FAT partition mounted in /boot/efi"
msgstr "Heu de tenir una partici d'intercanvi"
-#: ../../install_interactive.pm_.c:76
+#: ../../install_interactive.pm_.c:90
msgid "Use free space"
msgstr "Utilitza l'espai lliure"
-#: ../../install_interactive.pm_.c:78
+#: ../../install_interactive.pm_.c:92
msgid "Not enough free space to allocate new partitions"
msgstr "No hi ha prou espai lliure per assignar noves particions"
-#: ../../install_interactive.pm_.c:86
+#: ../../install_interactive.pm_.c:100
msgid "Use existing partition"
msgstr "Utilitza la partici existent"
-#: ../../install_interactive.pm_.c:88
+#: ../../install_interactive.pm_.c:102
msgid "There is no existing partition to use"
msgstr "No existeix cap partici per utilitzar"
-#: ../../install_interactive.pm_.c:95
+#: ../../install_interactive.pm_.c:109
msgid "Use the Windows partition for loopback"
msgstr "Utilitza la particio Windows per al loopback"
-#: ../../install_interactive.pm_.c:98
+#: ../../install_interactive.pm_.c:112
msgid "Which partition do you want to use for Linux4Win?"
msgstr "Quina partici voleu utilitzar per al Linux4Win?"
-#: ../../install_interactive.pm_.c:100
+#: ../../install_interactive.pm_.c:114
msgid "Choose the sizes"
msgstr "Escolliu les mides"
-#: ../../install_interactive.pm_.c:101
+#: ../../install_interactive.pm_.c:115
msgid "Root partition size in MB: "
msgstr "Mida de la partici arrel en MB: "
-#: ../../install_interactive.pm_.c:102
+#: ../../install_interactive.pm_.c:116
msgid "Swap partition size in MB: "
msgstr "Mida de la partici d'intercanvi en MB: "
-#: ../../install_interactive.pm_.c:111
+#: ../../install_interactive.pm_.c:125
msgid "Use the free space on the Windows partition"
msgstr "Utilitza l'espai lliure de la partici de Windows"
-#: ../../install_interactive.pm_.c:114
+#: ../../install_interactive.pm_.c:128
msgid "Which partition do you want to resize?"
msgstr "A quina partici voleu canviar la mida?"
-#: ../../install_interactive.pm_.c:116
+#: ../../install_interactive.pm_.c:130
msgid "Computing Windows filesystem bounds"
msgstr "S'estan calculant els lmits del sistema de fitxers de Windows"
-#: ../../install_interactive.pm_.c:119
+#: ../../install_interactive.pm_.c:133
#, c-format
msgid ""
"The FAT resizer is unable to handle your partition, \n"
@@ -3630,20 +3970,22 @@ msgstr ""
"El redimensionador de la FAT no pot gestionar la vostra partici, \n"
"s'ha produt l'error segent: %s"
-#: ../../install_interactive.pm_.c:122
+#: ../../install_interactive.pm_.c:136
msgid "Your Windows partition is too fragmented, please run ``defrag'' first"
msgstr ""
"La partici de Windows est massa fragmentada; si us plau, executeu "
"``defrag'' primer"
-#: ../../install_interactive.pm_.c:123
+#: ../../install_interactive.pm_.c:137
+#, fuzzy
msgid ""
"WARNING!\n"
"\n"
-"DrakX will now resize your Windows partition. Be careful: this operation is\n"
-"dangerous. If you have not already done so, you should first exit the\n"
-"installation, run scandisk under Windows (and optionally run defrag), then\n"
-"restart the installation. You should also backup your data.\n"
+"DrakX will now resize your Windows partition. Be careful:\n"
+"this operation is dangerous. If you have not already done\n"
+"so, you should first exit the installation, run scandisk\n"
+"under Windows (and optionally run defrag), then restart the\n"
+"installation. You should also backup your data.\n"
"When sure, press Ok."
msgstr ""
"ATENCI!\n"
@@ -3657,21 +3999,21 @@ msgstr ""
"vostres dades.\n"
"Quan estigueu segur, premeu D'acord."
-#: ../../install_interactive.pm_.c:132
+#: ../../install_interactive.pm_.c:147
msgid "Which size do you want to keep for windows on"
msgstr "Quina mida voleu deixar per a la partici de Windows?"
-#: ../../install_interactive.pm_.c:133
+#: ../../install_interactive.pm_.c:148
#, c-format
msgid "partition %s"
msgstr "partici %s"
-#: ../../install_interactive.pm_.c:139
+#: ../../install_interactive.pm_.c:155
#, c-format
msgid "FAT resizing failed: %s"
msgstr "Ha fallat la redimensi de la FAT: %s"
-#: ../../install_interactive.pm_.c:154
+#: ../../install_interactive.pm_.c:170
msgid ""
"There is no FAT partitions to resize or to use as loopback (or not enough "
"space left)"
@@ -3679,33 +4021,33 @@ msgstr ""
"No hi ha particions FAT a qu canviar la mida o per utilitzar-les com a "
"loopback (o no queda prou espai)"
-#: ../../install_interactive.pm_.c:160
+#: ../../install_interactive.pm_.c:176
msgid "Erase entire disk"
msgstr "Esborra el disc complet"
-#: ../../install_interactive.pm_.c:160
+#: ../../install_interactive.pm_.c:176
msgid "Remove Windows(TM)"
msgstr "Elimina el Windows(TM)"
-#: ../../install_interactive.pm_.c:163
+#: ../../install_interactive.pm_.c:179
msgid "You have more than one hard drive, which one do you install linux on?"
msgstr "Teniu ms d'un disc dur; en quin voleu installar el Linux?"
-#: ../../install_interactive.pm_.c:166
+#: ../../install_interactive.pm_.c:182
#, c-format
msgid "ALL existing partitions and their data will be lost on drive %s"
msgstr ""
"Es perdran TOTES les particions, i les dades que contenen, de la unitat %s"
-#: ../../install_interactive.pm_.c:174
+#: ../../install_interactive.pm_.c:190
msgid "Custom disk partitioning"
msgstr "Particionament personalitzat de disc"
-#: ../../install_interactive.pm_.c:178
+#: ../../install_interactive.pm_.c:194
msgid "Use fdisk"
msgstr "Utilitza l'fdisk"
-#: ../../install_interactive.pm_.c:181
+#: ../../install_interactive.pm_.c:197
#, c-format
msgid ""
"You can now partition %s.\n"
@@ -3714,33 +4056,33 @@ msgstr ""
"Ara podeu fer les particions a %s.\n"
"Quan acabeu, no oblideu desar-les utiltzant `w'"
-#: ../../install_interactive.pm_.c:210
+#: ../../install_interactive.pm_.c:226
msgid "You don't have enough free space on your Windows partition"
msgstr "No teniu prou espai lliure a la partici de Windows"
-#: ../../install_interactive.pm_.c:226
+#: ../../install_interactive.pm_.c:242
msgid "I can't find any room for installing"
msgstr "No puc trobar espai per a la installaci"
-#: ../../install_interactive.pm_.c:230
+#: ../../install_interactive.pm_.c:246
msgid "The DrakX Partitioning wizard found the following solutions:"
msgstr ""
"L'assistent de particionament del DrakX ha trobat les solucions segents:"
-#: ../../install_interactive.pm_.c:235
+#: ../../install_interactive.pm_.c:251
#, c-format
msgid "Partitioning failed: %s"
msgstr "Ha fallat el particionament: %s"
-#: ../../install_interactive.pm_.c:241
+#: ../../install_interactive.pm_.c:261
msgid "Bringing up the network"
msgstr "S'est activant la xarxa"
-#: ../../install_interactive.pm_.c:246
+#: ../../install_interactive.pm_.c:266
msgid "Bringing down the network"
msgstr "S'est desactivant la xarxa"
-#: ../../install_steps.pm_.c:73
+#: ../../install_steps.pm_.c:76
msgid ""
"An error occurred, but I don't know how to handle it nicely.\n"
"Continue at your own risk."
@@ -3748,12 +4090,12 @@ msgstr ""
"S'ha produt un error, per no s com gestionar-lo correctament.\n"
"Si continueu, s sota la vostra responsabilitat."
-#: ../../install_steps.pm_.c:207
+#: ../../install_steps.pm_.c:205
#, c-format
msgid "Duplicate mount point %s"
msgstr "Duplica el punt de muntatge %s"
-#: ../../install_steps.pm_.c:384
+#: ../../install_steps.pm_.c:388
msgid ""
"Some important packages didn't get installed properly.\n"
"Either your cdrom drive or your cdrom is defective.\n"
@@ -3765,93 +4107,21 @@ msgstr ""
"Comproveu el CD-ROM en un ordinador installat mitjanant \"rpm -qpl "
"Mandrake/RPMS/*.rpm\"\n"
-#: ../../install_steps.pm_.c:459
+#: ../../install_steps.pm_.c:458
#, c-format
msgid "Welcome to %s"
msgstr "Benvingut a %s"
-#: ../../install_steps.pm_.c:506 ../../install_steps.pm_.c:709
+#: ../../install_steps.pm_.c:513 ../../install_steps.pm_.c:755
msgid "No floppy drive available"
msgstr "No hi ha cap unitat de disquet disponible"
-#: ../../install_steps_auto_install.pm_.c:77
-#: ../../install_steps_stdio.pm_.c:23
+#: ../../install_steps_auto_install.pm_.c:76
+#: ../../install_steps_stdio.pm_.c:22
#, c-format
msgid "Entering step `%s'\n"
msgstr "S'est introduint el pas `%s'\n"
-#: ../../install_steps_graphical.pm_.c:287
-msgid "Choose the size you want to install"
-msgstr "Escolliu la mida que voleu installar"
-
-#: ../../install_steps_graphical.pm_.c:334
-msgid "Total size: "
-msgstr "Mida total: "
-
-#: ../../install_steps_graphical.pm_.c:346 ../../install_steps_gtk.pm_.c:387
-#, c-format
-msgid "Version: %s\n"
-msgstr "Versi: %s\n"
-
-#: ../../install_steps_graphical.pm_.c:347 ../../install_steps_gtk.pm_.c:388
-#, c-format
-msgid "Size: %d KB\n"
-msgstr "Mida: %d kB\n"
-
-#: ../../install_steps_graphical.pm_.c:462 ../../install_steps_gtk.pm_.c:481
-#: ../../install_steps_interactive.pm_.c:509
-msgid "Choose the packages you want to install"
-msgstr "Escolliu els paquets que voleu installar"
-
-#: ../../install_steps_graphical.pm_.c:465 ../../interactive_gtk.pm_.c:571
-msgid "Info"
-msgstr "Informaci"
-
-#: ../../install_steps_graphical.pm_.c:473 ../../install_steps_gtk.pm_.c:457
-#: ../../install_steps_interactive.pm_.c:212
-msgid "Install"
-msgstr "Installa"
-
-#: ../../install_steps_graphical.pm_.c:492 ../../install_steps_gtk.pm_.c:497
-#: ../../install_steps_interactive.pm_.c:695
-msgid "Installing"
-msgstr "S'est installant"
-
-#: ../../install_steps_graphical.pm_.c:499
-msgid "Please wait, "
-msgstr "Si us plau, espereu, "
-
-#: ../../install_steps_graphical.pm_.c:501 ../../install_steps_gtk.pm_.c:510
-msgid "Time remaining "
-msgstr "Temps restant "
-
-#: ../../install_steps_graphical.pm_.c:502
-msgid "Total time "
-msgstr "Temps total "
-
-#: ../../install_steps_graphical.pm_.c:507
-#: ../../install_steps_interactive.pm_.c:695
-msgid "Preparing installation"
-msgstr "S'est preparant la installaci"
-
-#: ../../install_steps_graphical.pm_.c:528 ../../install_steps_gtk.pm_.c:558
-#, c-format
-msgid "Installing package %s"
-msgstr "S'est installant el paquet %s"
-
-#: ../../install_steps_graphical.pm_.c:553 ../../install_steps_gtk.pm_.c:642
-#: ../../install_steps_gtk.pm_.c:646
-msgid "Go on anyway?"
-msgstr "Voleu seguir igualment?"
-
-#: ../../install_steps_graphical.pm_.c:553 ../../install_steps_gtk.pm_.c:642
-msgid "There was an error ordering packages:"
-msgstr "S'ha produt un error en ordenar els paquets"
-
-#: ../../install_steps_graphical.pm_.c:577
-msgid "Use existing configuration for X11?"
-msgstr "Voleu utilitzar la configuraci existent per a X11?"
-
#: ../../install_steps_gtk.pm_.c:148
msgid ""
"Your system is low on resource. You may have some problem installing\n"
@@ -3865,12 +4135,13 @@ msgstr ""
"mode text. Per fer-ho, premeu `F1' en arrencar des del CD-ROM i escriviu "
"`text'"
-#: ../../install_steps_gtk.pm_.c:159 ../../install_steps_interactive.pm_.c:187
+#: ../../install_steps_gtk.pm_.c:159 ../../install_steps_interactive.pm_.c:224
msgid "Install Class"
msgstr "Tipus d'installaci"
#: ../../install_steps_gtk.pm_.c:162
-msgid "Please, choose one of the following classes of installation:"
+#, fuzzy
+msgid "Please choose one of the following classes of installation:"
msgstr "Si us plau, trieu un dels tipus d'installaci segents:"
#: ../../install_steps_gtk.pm_.c:228
@@ -3920,61 +4191,71 @@ msgstr "Podreu fer una elecci ms concreta al pas segent"
msgid "Percentage of packages to install"
msgstr "Percentatge de paquets per installar"
-#: ../../install_steps_gtk.pm_.c:291 ../../install_steps_interactive.pm_.c:619
+#: ../../install_steps_gtk.pm_.c:291 ../../install_steps_interactive.pm_.c:705
msgid "Package Group Selection"
msgstr "Selecci del grup de paquets"
-#: ../../install_steps_gtk.pm_.c:320 ../../install_steps_interactive.pm_.c:634
+#: ../../install_steps_gtk.pm_.c:323 ../../install_steps_interactive.pm_.c:720
msgid "Individual package selection"
msgstr "Selecci individual de paquets"
-#: ../../install_steps_gtk.pm_.c:343 ../../install_steps_interactive.pm_.c:598
+#: ../../install_steps_gtk.pm_.c:346 ../../install_steps_interactive.pm_.c:645
#, c-format
msgid "Total size: %d / %d MB"
msgstr "Mida total: %d / %d MB"
-#: ../../install_steps_gtk.pm_.c:385
+#: ../../install_steps_gtk.pm_.c:391
msgid "Bad package"
msgstr "Paquet incorrecte"
-#: ../../install_steps_gtk.pm_.c:386
+#: ../../install_steps_gtk.pm_.c:392
#, c-format
msgid "Name: %s\n"
msgstr "Nom: %s\n"
-#: ../../install_steps_gtk.pm_.c:389
+#: ../../install_steps_gtk.pm_.c:393
+#, c-format
+msgid "Version: %s\n"
+msgstr "Versi: %s\n"
+
+#: ../../install_steps_gtk.pm_.c:394
+#, c-format
+msgid "Size: %d KB\n"
+msgstr "Mida: %d kB\n"
+
+#: ../../install_steps_gtk.pm_.c:395
#, c-format
msgid "Importance: %s\n"
msgstr "Importncia: %s\n"
-#: ../../install_steps_gtk.pm_.c:411
+#: ../../install_steps_gtk.pm_.c:417
msgid ""
"You can't select this package as there is not enough space left to install it"
msgstr ""
"No podeu seleccionar aquest paquet perqu no queda prou espai per installar-"
"lo"
-#: ../../install_steps_gtk.pm_.c:416
+#: ../../install_steps_gtk.pm_.c:422
msgid "The following packages are going to be installed"
msgstr "Ara s'installaran els paquets segents"
-#: ../../install_steps_gtk.pm_.c:417
+#: ../../install_steps_gtk.pm_.c:423
msgid "The following packages are going to be removed"
msgstr "Ara s'eliminaran els paquets segents"
-#: ../../install_steps_gtk.pm_.c:429
+#: ../../install_steps_gtk.pm_.c:435
msgid "You can't select/unselect this package"
msgstr "No podeu seleccionar/desseleccionar aquest paquet"
-#: ../../install_steps_gtk.pm_.c:441
+#: ../../install_steps_gtk.pm_.c:447
msgid "This is a mandatory package, it can't be unselected"
msgstr "Aquest paquet s obligatori; no es pot deseleccionar"
-#: ../../install_steps_gtk.pm_.c:443
+#: ../../install_steps_gtk.pm_.c:449
msgid "You can't unselect this package. It is already installed"
msgstr "No podeu desseleccionar aquest paquet; ja est installat"
-#: ../../install_steps_gtk.pm_.c:447
+#: ../../install_steps_gtk.pm_.c:453
msgid ""
"This package must be upgraded\n"
"Are you sure you want to deselect it?"
@@ -3982,43 +4263,106 @@ msgstr ""
"Aquest paquet s'ha d'actualitzar\n"
"Esteu segur que voleu desseleccionar-lo?"
-#: ../../install_steps_gtk.pm_.c:451
+#: ../../install_steps_gtk.pm_.c:457
msgid "You can't unselect this package. It must be upgraded"
msgstr "No podeu desseleccionar aquest paquet; s'ha d'actualitzar"
-#: ../../install_steps_gtk.pm_.c:456
+#: ../../install_steps_gtk.pm_.c:462
msgid "Show automatically selected packages"
msgstr "Mostra automticament els paquets seleccionats"
-#: ../../install_steps_gtk.pm_.c:460
+#: ../../install_steps_gtk.pm_.c:463 ../../install_steps_interactive.pm_.c:246
+#: ../../install_steps_interactive.pm_.c:250
+msgid "Install"
+msgstr "Installa"
+
+#: ../../install_steps_gtk.pm_.c:466
#, fuzzy
msgid "Load/Save on floppy"
msgstr "Desa al disquet"
-#: ../../install_steps_gtk.pm_.c:461
+#: ../../install_steps_gtk.pm_.c:467
#, fuzzy
msgid "Updating package selection"
msgstr "Desa la selecci de paquets"
-#: ../../install_steps_gtk.pm_.c:466
+#: ../../install_steps_gtk.pm_.c:472
#, fuzzy
msgid "Minimal install"
msgstr "Desinstalla"
-#: ../../install_steps_gtk.pm_.c:503
+#: ../../install_steps_gtk.pm_.c:487 ../../install_steps_interactive.pm_.c:555
+msgid "Choose the packages you want to install"
+msgstr "Escolliu els paquets que voleu installar"
+
+#: ../../install_steps_gtk.pm_.c:503 ../../install_steps_interactive.pm_.c:787
+msgid "Installing"
+msgstr "S'est installant"
+
+#: ../../install_steps_gtk.pm_.c:509
msgid "Estimating"
msgstr "S'est estimant"
-#: ../../install_steps_gtk.pm_.c:522
+#: ../../install_steps_gtk.pm_.c:516
+msgid "Time remaining "
+msgstr "Temps restant "
+
+#: ../../install_steps_gtk.pm_.c:528
msgid "Please wait, preparing installation"
msgstr "Si us plau, espereu, s'est preparant la installaci"
-#: ../../install_steps_gtk.pm_.c:553
+#: ../../install_steps_gtk.pm_.c:611
#, c-format
msgid "%d packages"
msgstr "%d paquets"
-#: ../../install_steps_gtk.pm_.c:599
+#: ../../install_steps_gtk.pm_.c:616
+#, c-format
+msgid "Installing package %s"
+msgstr "S'est installant el paquet %s"
+
+#: ../../install_steps_gtk.pm_.c:657 ../../install_steps_interactive.pm_.c:185
+#: ../../install_steps_interactive.pm_.c:811
+#: ../../standalone/drakautoinst_.c:203
+msgid "Accept"
+msgstr "Accepta"
+
+#: ../../install_steps_gtk.pm_.c:657 ../../install_steps_interactive.pm_.c:185
+#: ../../install_steps_interactive.pm_.c:811
+msgid "Refuse"
+msgstr "Rebutja"
+
+#: ../../install_steps_gtk.pm_.c:658 ../../install_steps_interactive.pm_.c:812
+#, 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 ""
+"Canvieu el vostre CD-ROM!\n"
+"\n"
+"Si us plau, inseriu el CD-ROM etiquetat com \"%s\" a la unitat i desprs\n"
+"premeu D'acord.\n"
+"Si no el teniu, premeu Cancella per no fer la installaci des d'aquest CD-"
+"ROM."
+
+#: ../../install_steps_gtk.pm_.c:672 ../../install_steps_gtk.pm_.c:676
+#: ../../install_steps_interactive.pm_.c:824
+#: ../../install_steps_interactive.pm_.c:828
+msgid "Go on anyway?"
+msgstr "Voleu seguir igualment?"
+
+#: ../../install_steps_gtk.pm_.c:672 ../../install_steps_interactive.pm_.c:824
+msgid "There was an error ordering packages:"
+msgstr "S'ha produt un error en ordenar els paquets"
+
+#: ../../install_steps_gtk.pm_.c:676 ../../install_steps_interactive.pm_.c:828
+msgid "There was an error installing packages:"
+msgstr "S'ha produt un error en installar els paquets"
+
+#: ../../install_steps_interactive.pm_.c:10
msgid ""
"\n"
"Warning\n"
@@ -4082,43 +4426,20 @@ msgstr ""
"propietat intellectual i de copyright aplicables als programes\n"
"informtics.\n"
-#: ../../install_steps_gtk.pm_.c:627 ../../install_steps_interactive.pm_.c:148
-msgid "Accept"
-msgstr "Accepta"
-
-#: ../../install_steps_gtk.pm_.c:627 ../../install_steps_interactive.pm_.c:148
-msgid "Refuse"
-msgstr "Rebutja"
-
-#: ../../install_steps_gtk.pm_.c:628
-#, 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 ""
-"Canvieu el vostre CD-ROM!\n"
-"\n"
-"Si us plau, inseriu el CD-ROM etiquetat com \"%s\" a la unitat i desprs\n"
-"premeu D'acord.\n"
-"Si no el teniu, premeu Cancella per no fer la installaci des d'aquest CD-"
-"ROM."
-
-#: ../../install_steps_gtk.pm_.c:646
-msgid "There was an error installing packages:"
-msgstr "S'ha produt un error en installar els paquets"
-
-#: ../../install_steps_interactive.pm_.c:37
+#: ../../install_steps_interactive.pm_.c:67
msgid "An error occurred"
msgstr "S'ha produt un error"
-#: ../../install_steps_interactive.pm_.c:71
+#: ../../install_steps_interactive.pm_.c:85
+#, fuzzy
+msgid "Do you really want to leave the installation?"
+msgstr "Voleu reiniciar la xarxa"
+
+#: ../../install_steps_interactive.pm_.c:108
msgid "License agreement"
msgstr "Acord de llicncia"
-#: ../../install_steps_interactive.pm_.c:72
+#: ../../install_steps_interactive.pm_.c:109
msgid ""
"Introduction\n"
"\n"
@@ -4342,100 +4663,109 @@ msgstr ""
"Per a qualsevol tema relacionat amb aquest document, poseu-vos en\n"
"contacte amb MandrakeSoft S.A.\n"
-#: ../../install_steps_interactive.pm_.c:168
-#: ../../install_steps_interactive.pm_.c:871
+#: ../../install_steps_interactive.pm_.c:205
+#: ../../install_steps_interactive.pm_.c:1045
#: ../../standalone/keyboarddrake_.c:28
msgid "Keyboard"
msgstr "Teclat"
-#: ../../install_steps_interactive.pm_.c:169
-#: ../../standalone/keyboarddrake_.c:29
-msgid "Please, choose your keyboard layout."
+#: ../../install_steps_interactive.pm_.c:206
+#, fuzzy
+msgid "Please choose your keyboard layout."
msgstr "Si us plau, selecioneu la disposici del vostre teclat."
-#: ../../install_steps_interactive.pm_.c:170
+#: ../../install_steps_interactive.pm_.c:207
msgid "Here is the full list of keyboards available"
msgstr "Aquesta s la llista completa de teclats disponibles"
-#: ../../install_steps_interactive.pm_.c:187
+#: ../../install_steps_interactive.pm_.c:224
msgid "Which installation class do you want?"
msgstr "Quin tipus d'installaci voleu?"
-#: ../../install_steps_interactive.pm_.c:189
+#: ../../install_steps_interactive.pm_.c:226
msgid "Install/Update"
msgstr "Installa/Actualitza"
-#: ../../install_steps_interactive.pm_.c:189
+#: ../../install_steps_interactive.pm_.c:226
msgid "Is this an install or an update?"
msgstr "Es tracta d'una installaci o d'una actualitzaci?"
-#: ../../install_steps_interactive.pm_.c:198
+#: ../../install_steps_interactive.pm_.c:235
msgid "Recommended"
msgstr "Recomanada"
-#: ../../install_steps_interactive.pm_.c:201
-#: ../../install_steps_interactive.pm_.c:204
+#: ../../install_steps_interactive.pm_.c:238
+#: ../../install_steps_interactive.pm_.c:241
msgid "Expert"
msgstr "Expert"
-#: ../../install_steps_interactive.pm_.c:212
-msgid "Update"
+#: ../../install_steps_interactive.pm_.c:246
+#: ../../install_steps_interactive.pm_.c:250
+#, fuzzy
+msgid "Upgrade"
msgstr "Actualitza"
-#: ../../install_steps_interactive.pm_.c:224 ../../standalone/mousedrake_.c:48
-msgid "Please, choose the type of your mouse."
+#: ../../install_steps_interactive.pm_.c:246
+#: ../../install_steps_interactive.pm_.c:250
+#, fuzzy
+msgid "Upgrade packages only"
+msgstr "Desa la selecci de paquets"
+
+#: ../../install_steps_interactive.pm_.c:266
+#, fuzzy
+msgid "Please choose the type of your mouse."
msgstr "Si us plau, seleccioneu el vostre tipus de ratol."
-#: ../../install_steps_interactive.pm_.c:230 ../../standalone/mousedrake_.c:64
+#: ../../install_steps_interactive.pm_.c:272 ../../standalone/mousedrake_.c:65
msgid "Mouse Port"
msgstr "Port del ratol"
-#: ../../install_steps_interactive.pm_.c:231 ../../standalone/mousedrake_.c:65
+#: ../../install_steps_interactive.pm_.c:273 ../../standalone/mousedrake_.c:66
msgid "Please choose on which serial port your mouse is connected to."
msgstr ""
"Si us plau, seleccioneu el port srie a qu est connectat el vostre ratol."
-#: ../../install_steps_interactive.pm_.c:239
+#: ../../install_steps_interactive.pm_.c:281
msgid "Buttons emulation"
msgstr "Emulaci dels botons"
-#: ../../install_steps_interactive.pm_.c:241
+#: ../../install_steps_interactive.pm_.c:283
msgid "Button 2 Emulation"
msgstr "Emulaci del bot 2"
-#: ../../install_steps_interactive.pm_.c:242
+#: ../../install_steps_interactive.pm_.c:284
msgid "Button 3 Emulation"
msgstr "Emulaci del bot 3"
-#: ../../install_steps_interactive.pm_.c:261
+#: ../../install_steps_interactive.pm_.c:305
msgid "Configuring PCMCIA cards..."
msgstr "S'estan configurant les targetes PCMCIA..."
-#: ../../install_steps_interactive.pm_.c:261
+#: ../../install_steps_interactive.pm_.c:305
msgid "PCMCIA"
msgstr "PCMCIA"
-#: ../../install_steps_interactive.pm_.c:266
+#: ../../install_steps_interactive.pm_.c:312
msgid "Configuring IDE"
msgstr "S'est configurant l'IDE"
-#: ../../install_steps_interactive.pm_.c:266
+#: ../../install_steps_interactive.pm_.c:312
msgid "IDE"
msgstr "IDE"
-#: ../../install_steps_interactive.pm_.c:281
+#: ../../install_steps_interactive.pm_.c:327
msgid "no available partitions"
msgstr "no hi ha particions disponibles"
-#: ../../install_steps_interactive.pm_.c:284
+#: ../../install_steps_interactive.pm_.c:330
msgid "Scanning partitions to find mount points"
msgstr "S'estan explorant les particions per trobar els punts de muntatge"
-#: ../../install_steps_interactive.pm_.c:292
+#: ../../install_steps_interactive.pm_.c:338
msgid "Choose the mount points"
msgstr "Escolliu els punts de muntatge"
-#: ../../install_steps_interactive.pm_.c:311
+#: ../../install_steps_interactive.pm_.c:357
#, c-format
msgid ""
"I can't read your partition table, it's too corrupted for me :(\n"
@@ -4451,7 +4781,7 @@ msgstr ""
"L'altra soluci s impedir al DrakX que modifiqui la taula de particions.\n"
"(l'error s %s)\n"
-#: ../../install_steps_interactive.pm_.c:324
+#: ../../install_steps_interactive.pm_.c:370
msgid ""
"DiskDrake failed to read correctly the partition table.\n"
"Continue at your own risk!"
@@ -4459,62 +4789,62 @@ msgstr ""
"El DiskDrake no ha pogut llegir correctament la taula de particions.\n"
"Si continueu, s sota la vostra responsabilitat!"
-#: ../../install_steps_interactive.pm_.c:340
+#: ../../install_steps_interactive.pm_.c:386
msgid ""
"No free space for 1MB bootstrap! Install will continue, but to boot your "
"system, you'll need to create the bootstrap partition in DiskDrake"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:349
+#: ../../install_steps_interactive.pm_.c:395
#, fuzzy
msgid "No root partition found to perform an upgrade"
msgstr "No s'ha trobat cap partici arrel"
-#: ../../install_steps_interactive.pm_.c:350
+#: ../../install_steps_interactive.pm_.c:396
msgid "Root Partition"
msgstr "Partici arrel"
-#: ../../install_steps_interactive.pm_.c:351
+#: ../../install_steps_interactive.pm_.c:397
msgid "What is the root partition (/) of your system?"
msgstr "Quina s la partici arrel (/) del vostre sistema?"
-#: ../../install_steps_interactive.pm_.c:365
+#: ../../install_steps_interactive.pm_.c:411
msgid "You need to reboot for the partition table modifications to take place"
msgstr ""
"Us caldr tornar a arrencar per tal que les modificacions de la taula de "
"particions tinguin efecte"
-#: ../../install_steps_interactive.pm_.c:389
+#: ../../install_steps_interactive.pm_.c:435
msgid "Choose the partitions you want to format"
msgstr "Escolliu les particions que voleu formatar"
-#: ../../install_steps_interactive.pm_.c:390
+#: ../../install_steps_interactive.pm_.c:436
msgid "Check bad blocks?"
msgstr "Voleu comprovar els blocs incorrectes?"
-#: ../../install_steps_interactive.pm_.c:416
+#: ../../install_steps_interactive.pm_.c:462
msgid "Formatting partitions"
msgstr "S'estan formatant les particions"
-#: ../../install_steps_interactive.pm_.c:418
+#: ../../install_steps_interactive.pm_.c:464
#, c-format
msgid "Creating and formatting file %s"
msgstr "S'est creant i formatant el fitxer %s"
-#: ../../install_steps_interactive.pm_.c:421
+#: ../../install_steps_interactive.pm_.c:467
msgid "Not enough swap to fulfill installation, please add some"
msgstr ""
"No hi ha prou intercanvi per completar la installaci; si us plau, afegiu-ne"
-#: ../../install_steps_interactive.pm_.c:427
+#: ../../install_steps_interactive.pm_.c:473
msgid "Looking for available packages"
msgstr "S'estan cercant els paquets disponibles"
-#: ../../install_steps_interactive.pm_.c:433
+#: ../../install_steps_interactive.pm_.c:479
msgid "Finding packages to upgrade"
msgstr "S'estan cercant els paquets a actualitzar"
-#: ../../install_steps_interactive.pm_.c:450
+#: ../../install_steps_interactive.pm_.c:496
#, c-format
msgid ""
"Your system has not enough space left for installation or upgrade (%d > %d)"
@@ -4522,60 +4852,80 @@ msgstr ""
"Al vostre sistema no li queda prou espai per a la installaci o "
"actualitzaci (%d > %d)"
-#: ../../install_steps_interactive.pm_.c:469
+#: ../../install_steps_interactive.pm_.c:515
#, c-format
msgid "Complete (%dMB)"
msgstr "Completa (%dMB)"
-#: ../../install_steps_interactive.pm_.c:469
+#: ../../install_steps_interactive.pm_.c:515
#, c-format
msgid "Minimum (%dMB)"
msgstr "Mnima (%dMB)"
-#: ../../install_steps_interactive.pm_.c:469
+#: ../../install_steps_interactive.pm_.c:515
#, c-format
msgid "Recommended (%dMB)"
msgstr "Recomanada (%dMB)"
-#: ../../install_steps_interactive.pm_.c:475
-msgid "Custom"
-msgstr "Personalitzada"
-
-#: ../../install_steps_interactive.pm_.c:522
+#: ../../install_steps_interactive.pm_.c:568
msgid ""
"Please choose load or save package selection on floppy.\n"
"The format is the same as auto_install generated floppies."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:525
+#: ../../install_steps_interactive.pm_.c:571
#, fuzzy
msgid "Load from floppy"
msgstr "Restaura des del disquet"
-#: ../../install_steps_interactive.pm_.c:527
+#: ../../install_steps_interactive.pm_.c:573
#, fuzzy
msgid "Loading from floppy"
msgstr "Restaura des del disquet"
-#: ../../install_steps_interactive.pm_.c:527
+#: ../../install_steps_interactive.pm_.c:573
#, fuzzy
msgid "Package selection"
msgstr "Selecci del grup de paquets"
-#: ../../install_steps_interactive.pm_.c:532
+#: ../../install_steps_interactive.pm_.c:578
#, fuzzy
msgid "Insert a floppy containing package selection"
msgstr "Inseriu un disquet a la unitat %s"
-#: ../../install_steps_interactive.pm_.c:544
+#: ../../install_steps_interactive.pm_.c:590
msgid "Save on floppy"
msgstr "Desa al disquet"
-#: ../../install_steps_interactive.pm_.c:605
+#: ../../install_steps_interactive.pm_.c:658
msgid "Selected size is larger than available space"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:670
+#: ../../install_steps_interactive.pm_.c:671
+#, fuzzy
+msgid "Type of install"
+msgstr "Escolliu el paquet a installar"
+
+#: ../../install_steps_interactive.pm_.c:672
+msgid ""
+"You haven't selected any group of packages.\n"
+"Please choose the minimal installation you want:"
+msgstr ""
+
+#: ../../install_steps_interactive.pm_.c:675
+#, fuzzy
+msgid "With X"
+msgstr "Espera"
+
+#: ../../install_steps_interactive.pm_.c:677
+msgid "With basic documentation (recommended!)"
+msgstr ""
+
+#: ../../install_steps_interactive.pm_.c:678
+msgid "Truly minimal install (especially no urpmi)"
+msgstr ""
+
+#: ../../install_steps_interactive.pm_.c:762
msgid ""
"If you have all the CDs in the list below, click Ok.\n"
"If you have none of those CDs, click Cancel.\n"
@@ -4585,12 +4935,16 @@ msgstr ""
"Si no teniu cap d'aquests CD, feu clic a Cancella.\n"
"Si noms falten alguns CD, desseleccioneu-los i feu clic a D'acord."
-#: ../../install_steps_interactive.pm_.c:675
+#: ../../install_steps_interactive.pm_.c:767
#, c-format
msgid "Cd-Rom labeled \"%s\""
msgstr "CD-ROM etiquetat com \"%s\""
-#: ../../install_steps_interactive.pm_.c:704
+#: ../../install_steps_interactive.pm_.c:787
+msgid "Preparing installation"
+msgstr "S'est preparant la installaci"
+
+#: ../../install_steps_interactive.pm_.c:796
#, c-format
msgid ""
"Installing package %s\n"
@@ -4599,21 +4953,21 @@ msgstr ""
"S'est installant el paquet %s\n"
"%d%%"
-#: ../../install_steps_interactive.pm_.c:713
+#: ../../install_steps_interactive.pm_.c:842
msgid "Post-install configuration"
msgstr "Publica la configuraci de la installaci "
-#: ../../install_steps_interactive.pm_.c:719
+#: ../../install_steps_interactive.pm_.c:848
#, fuzzy, c-format
msgid "Please insert the Boot floppy used in drive %s"
msgstr "Inseriu un disquet a la unitat %s"
-#: ../../install_steps_interactive.pm_.c:725
+#: ../../install_steps_interactive.pm_.c:854
#, fuzzy, c-format
msgid "Please insert the Update Modules floppy in drive %s"
msgstr "Inseriu un disquet en blanc a la unitat %s"
-#: ../../install_steps_interactive.pm_.c:750
+#: ../../install_steps_interactive.pm_.c:874
msgid ""
"You have now the possibility to download software aimed for encryption.\n"
"\n"
@@ -4680,143 +5034,171 @@ msgstr ""
"Altadena California 91001\n"
"USA"
-#: ../../install_steps_interactive.pm_.c:782
+#: ../../install_steps_interactive.pm_.c:912
+msgid ""
+"You have now the possibility to download updated packages that have\n"
+"been released after the distribution has been made available.\n"
+"\n"
+"You will get security fixes or bug fixes, but you need to have an\n"
+"Internet connection configured to proceed.\n"
+"\n"
+"Do you want to install the updates ?"
+msgstr ""
+
+#: ../../install_steps_interactive.pm_.c:926
+#, fuzzy
+msgid "Contacting Mandrake Linux web site to get the list of available mirrors"
+msgstr ""
+"S'est contactant amb el mirror per obtenir la llista dels paquets "
+"disponibles"
+
+#: ../../install_steps_interactive.pm_.c:931
msgid "Choose a mirror from which to get the packages"
msgstr "Escolliu un mirror al qual aconseguir els paquets"
-#: ../../install_steps_interactive.pm_.c:793
+#: ../../install_steps_interactive.pm_.c:940
msgid "Contacting the mirror to get the list of available packages"
msgstr ""
"S'est contactant amb el mirror per obtenir la llista dels paquets "
"disponibles"
-#: ../../install_steps_interactive.pm_.c:796
-msgid "Please choose the packages you want to install."
-msgstr "Si us plau, escolliu els paquets que voleu installar"
-
-#: ../../install_steps_interactive.pm_.c:808
+#: ../../install_steps_interactive.pm_.c:967
msgid "Which is your timezone?"
msgstr "En quina zona horria us trobeu?"
-#: ../../install_steps_interactive.pm_.c:813
+#: ../../install_steps_interactive.pm_.c:972
#, fuzzy
msgid "Hardware clock set to GMT"
msgstr "El rellotge del vostre ordinador est regulat a GMT?"
-#: ../../install_steps_interactive.pm_.c:814
+#: ../../install_steps_interactive.pm_.c:973
msgid "Automatic time synchronization (using NTP)"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:821
+#: ../../install_steps_interactive.pm_.c:980
#, fuzzy
msgid "NTP Server"
msgstr "Servidor NIS"
-#: ../../install_steps_interactive.pm_.c:855
-#: ../../install_steps_interactive.pm_.c:863 ../../printerdrake.pm_.c:104
+#: ../../install_steps_interactive.pm_.c:1014
+#: ../../install_steps_interactive.pm_.c:1022
msgid "Remote CUPS server"
msgstr "Servidor CUPS remot"
-#: ../../install_steps_interactive.pm_.c:856
+#: ../../install_steps_interactive.pm_.c:1015
msgid "No printer"
msgstr "Cap impressora"
-#: ../../install_steps_interactive.pm_.c:867 ../../steps.pm_.c:27
+#: ../../install_steps_interactive.pm_.c:1032
+#, fuzzy
+msgid "Do you have an ISA sound card?"
+msgstr "En teniu una altra?"
+
+#: ../../install_steps_interactive.pm_.c:1034
+msgid "Run \"sndconfig\" after installation to configure your sound card"
+msgstr ""
+
+#: ../../install_steps_interactive.pm_.c:1036
+msgid "No sound card detected. Try \"harddrake\" after installation"
+msgstr ""
+
+#: ../../install_steps_interactive.pm_.c:1041 ../../steps.pm_.c:27
msgid "Summary"
msgstr "Resum"
-#: ../../install_steps_interactive.pm_.c:870
+#: ../../install_steps_interactive.pm_.c:1044
msgid "Mouse"
msgstr "Ratol"
-#: ../../install_steps_interactive.pm_.c:872
+#: ../../install_steps_interactive.pm_.c:1046
msgid "Timezone"
msgstr "Zona horria"
-#: ../../install_steps_interactive.pm_.c:873 ../../printerdrake.pm_.c:1773
-#: ../../printerdrake.pm_.c:1844
+#: ../../install_steps_interactive.pm_.c:1047 ../../printerdrake.pm_.c:2276
+#: ../../printerdrake.pm_.c:2354
msgid "Printer"
msgstr "Impressora"
-#: ../../install_steps_interactive.pm_.c:875
+#: ../../install_steps_interactive.pm_.c:1049
msgid "ISDN card"
msgstr "Targeta XDSI"
-#: ../../install_steps_interactive.pm_.c:878
+#: ../../install_steps_interactive.pm_.c:1052
+#: ../../install_steps_interactive.pm_.c:1054
msgid "Sound card"
msgstr "Targeta de so"
-#: ../../install_steps_interactive.pm_.c:881
+#: ../../install_steps_interactive.pm_.c:1056
msgid "TV card"
msgstr "Targeta de TV"
-#: ../../install_steps_interactive.pm_.c:917
-#: ../../install_steps_interactive.pm_.c:941
-#: ../../install_steps_interactive.pm_.c:945
+#: ../../install_steps_interactive.pm_.c:1094
+#: ../../install_steps_interactive.pm_.c:1118
+#: ../../install_steps_interactive.pm_.c:1122
msgid "LDAP"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:918
-#: ../../install_steps_interactive.pm_.c:941
-#: ../../install_steps_interactive.pm_.c:954
+#: ../../install_steps_interactive.pm_.c:1095
+#: ../../install_steps_interactive.pm_.c:1118
+#: ../../install_steps_interactive.pm_.c:1131
#, fuzzy
msgid "NIS"
msgstr "Utilitza el NIS"
-#: ../../install_steps_interactive.pm_.c:919
-#: ../../install_steps_interactive.pm_.c:941
+#: ../../install_steps_interactive.pm_.c:1096
+#: ../../install_steps_interactive.pm_.c:1118
#, fuzzy
msgid "Local files"
msgstr "Impressora local"
-#: ../../install_steps_interactive.pm_.c:928
-#: ../../install_steps_interactive.pm_.c:929 ../../steps.pm_.c:24
+#: ../../install_steps_interactive.pm_.c:1105
+#: ../../install_steps_interactive.pm_.c:1106 ../../steps.pm_.c:24
msgid "Set root password"
msgstr "Contrasenya de 'root'"
-#: ../../install_steps_interactive.pm_.c:930
+#: ../../install_steps_interactive.pm_.c:1107
msgid "No password"
msgstr "Sense contrasenya"
-#: ../../install_steps_interactive.pm_.c:935
+#: ../../install_steps_interactive.pm_.c:1112
#, c-format
msgid "This password is too simple (must be at least %d characters long)"
msgstr ""
"Aquesta contrasenya s massa senzilla (ha de tenir com a mnim %d carcters)"
-#: ../../install_steps_interactive.pm_.c:941 ../../network/modem.pm_.c:47
-#: ../../standalone/draknet_.c:604
+#: ../../install_steps_interactive.pm_.c:1118 ../../network/modem.pm_.c:49
+#: ../../standalone/draknet_.c:626 ../../standalone/logdrake_.c:172
msgid "Authentication"
msgstr "Autenticaci"
-#: ../../install_steps_interactive.pm_.c:949
+#: ../../install_steps_interactive.pm_.c:1126
#, fuzzy
msgid "Authentication LDAP"
msgstr "Autenticaci"
-#: ../../install_steps_interactive.pm_.c:950
+#: ../../install_steps_interactive.pm_.c:1127
msgid "LDAP Base dn"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:951
+#: ../../install_steps_interactive.pm_.c:1128
#, fuzzy
msgid "LDAP Server"
msgstr "Servidor"
-#: ../../install_steps_interactive.pm_.c:957
+#: ../../install_steps_interactive.pm_.c:1134
#, fuzzy
msgid "Authentication NIS"
msgstr "NIS d'autenticaci"
-#: ../../install_steps_interactive.pm_.c:958
+#: ../../install_steps_interactive.pm_.c:1135
msgid "NIS Domain"
msgstr "Domini del NIS"
-#: ../../install_steps_interactive.pm_.c:959
+#: ../../install_steps_interactive.pm_.c:1136
msgid "NIS Server"
msgstr "Servidor NIS"
-#: ../../install_steps_interactive.pm_.c:994
+#: ../../install_steps_interactive.pm_.c:1171
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 "
@@ -4846,19 +5228,20 @@ msgstr ""
"Si voleu crear un disc d'arrencada per al vostre sistema, inseriu un disquet "
"a la primera unitat i premeu \"D'acord\"."
-#: ../../install_steps_interactive.pm_.c:1010
+#: ../../install_steps_interactive.pm_.c:1187
msgid "First floppy drive"
msgstr "Primera unitat de disquet"
-#: ../../install_steps_interactive.pm_.c:1011
+#: ../../install_steps_interactive.pm_.c:1188
msgid "Second floppy drive"
msgstr "Segona unitat de disquet"
-#: ../../install_steps_interactive.pm_.c:1012 ../../printerdrake.pm_.c:1382
+#: ../../install_steps_interactive.pm_.c:1189 ../../printerdrake.pm_.c:1848
msgid "Skip"
msgstr "Omet"
-#: ../../install_steps_interactive.pm_.c:1017
+#: ../../install_steps_interactive.pm_.c:1194
+#, c-format
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 "
@@ -4869,7 +5252,8 @@ msgid ""
"with\n"
"the Mandrake rescue image, making it much easier to recover from severe "
"system\n"
-"failures. Would you like to create a bootdisk for your system?"
+"failures. Would you like to create a bootdisk for your system?\n"
+"%s"
msgstr ""
"Un disc d'arrencada personalitzat proporciona una manera d'arrencar el "
"vostre\n"
@@ -4880,32 +5264,43 @@ msgstr ""
"elimina el LILO, o si el LILO no funciona amb la vostra configuraci de\n"
"maquinari. Un disc d'arrencada personalitzat tamb es pot utilitzar amb la\n"
"imatge de rescat del Mandrake, facilitant molt la recuperaci de fallides\n"
-"serioses del sistema. Voleu crear un disc d'arrencada per al vostre sistema?"
+"serioses del sistema. Voleu crear un disc d'arrencada per al vostre "
+"sistema?\n"
+"%s"
+
+#: ../../install_steps_interactive.pm_.c:1200
+msgid ""
+"\n"
+"\n"
+"(WARNING! You're using XFS for your root partition,\n"
+"creating a bootdisk on a 1.44 Mb floppy will probably fail,\n"
+"because XFS needs a very large driver)."
+msgstr ""
-#: ../../install_steps_interactive.pm_.c:1026
+#: ../../install_steps_interactive.pm_.c:1208
msgid "Sorry, no floppy drive available"
msgstr "No hi ha cap unitat de disquet disponible"
-#: ../../install_steps_interactive.pm_.c:1030
+#: ../../install_steps_interactive.pm_.c:1212
msgid "Choose the floppy drive you want to use to make the bootdisk"
msgstr ""
"Escolliu la unitat de disquet que voleu utilitzar per crear el disc "
"d'arrencada"
-#: ../../install_steps_interactive.pm_.c:1034
-#, c-format
-msgid "Insert a floppy in drive %s"
+#: ../../install_steps_interactive.pm_.c:1216
+#, fuzzy, c-format
+msgid "Insert a floppy in %s"
msgstr "Inseriu un disquet a la unitat %s"
-#: ../../install_steps_interactive.pm_.c:1037
+#: ../../install_steps_interactive.pm_.c:1219
msgid "Creating bootdisk"
msgstr "S'est creant el disc d'arrencada"
-#: ../../install_steps_interactive.pm_.c:1044
+#: ../../install_steps_interactive.pm_.c:1226
msgid "Preparing bootloader"
msgstr "S'est preparant el carregador d'arrencada"
-#: ../../install_steps_interactive.pm_.c:1055
+#: ../../install_steps_interactive.pm_.c:1237
msgid ""
"You appear to have an OldWorld or Unknown\n"
" machine, the yaboot bootloader will not work for you.\n"
@@ -4913,11 +5308,11 @@ msgid ""
" need to use BootX to boot your machine"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1060
+#: ../../install_steps_interactive.pm_.c:1243
msgid "Do you want to use aboot?"
msgstr "Voleu utilitzar l'aboot?"
-#: ../../install_steps_interactive.pm_.c:1063
+#: ../../install_steps_interactive.pm_.c:1246
msgid ""
"Error installing aboot, \n"
"try to force installation even if that destroys the first partition?"
@@ -4926,18 +5321,18 @@ msgstr ""
"voleu intentar igualment la installaci encara que aix destrueixi la "
"primera partici?"
-#: ../../install_steps_interactive.pm_.c:1070
+#: ../../install_steps_interactive.pm_.c:1253
#, fuzzy
msgid "Installing bootloader"
msgstr "Installa el LILO"
-#: ../../install_steps_interactive.pm_.c:1076
+#: ../../install_steps_interactive.pm_.c:1259
msgid "Installation of bootloader failed. The following error occured:"
msgstr ""
"Ha fallat la installaci del carregador d'arrencada. S'ha produt l'error "
"segent:"
-#: ../../install_steps_interactive.pm_.c:1084
+#: ../../install_steps_interactive.pm_.c:1267
#, fuzzy, c-format
msgid ""
"You may need to change your Open Firmware boot-device to\n"
@@ -4955,34 +5350,18 @@ msgstr ""
" Desprs, escriviu: shut-down\n"
"En l'arrencada segent heu de veure l'indicador del carregador d'arrencada."
-#: ../../install_steps_interactive.pm_.c:1092 ../../standalone/draksec_.c:23
-msgid "Low"
-msgstr "Baix"
-
-#: ../../install_steps_interactive.pm_.c:1093 ../../standalone/draksec_.c:24
-msgid "Medium"
-msgstr "Mitj"
-
-#: ../../install_steps_interactive.pm_.c:1094 ../../standalone/draksec_.c:25
-msgid "High"
-msgstr "Alt"
-
-#: ../../install_steps_interactive.pm_.c:1098 ../../standalone/draksec_.c:62
-msgid "Choose security level"
-msgstr "Escolliu el nivell de seguretat"
-
-#: ../../install_steps_interactive.pm_.c:1134
-#: ../../standalone/drakautoinst_.c:80
+#: ../../install_steps_interactive.pm_.c:1311
+#: ../../standalone/drakautoinst_.c:81
#, c-format
msgid "Insert a blank floppy in drive %s"
msgstr "Inseriu un disquet en blanc a la unitat %s"
-#: ../../install_steps_interactive.pm_.c:1138
-#: ../../standalone/drakautoinst_.c:82
+#: ../../install_steps_interactive.pm_.c:1315
+#: ../../standalone/drakautoinst_.c:83
msgid "Creating auto install floppy"
msgstr "S'est creant el diquet d'installaci automtica"
-#: ../../install_steps_interactive.pm_.c:1149
+#: ../../install_steps_interactive.pm_.c:1326
msgid ""
"Some steps are not completed.\n"
"\n"
@@ -4992,14 +5371,19 @@ msgstr ""
"\n"
"Segur que voleu sortir ara?"
-#: ../../install_steps_interactive.pm_.c:1160
+#: ../../install_steps_interactive.pm_.c:1337
msgid ""
"Congratulations, installation is complete.\n"
"Remove the boot media and press return to reboot.\n"
"\n"
+"\n"
"For information on fixes which are available for this release of Mandrake "
"Linux,\n"
-"consult the Errata available from http://www.mandrakelinux.com/.\n"
+"consult the Errata available from:\n"
+"\n"
+"\n"
+"http://www.linux-mandrake.com/en/82errata.php3\n"
+"\n"
"\n"
"Information on configuring your system is available in the post\n"
"install chapter of the Official Mandrake Linux User's Guide."
@@ -5007,19 +5391,23 @@ msgstr ""
"Felicitats! La installaci ha acabat.\n"
"Traieu el suport d'arrencada i premeu Intro per tornar a arrencar.\n"
"\n"
+"\n"
"Trobareu la soluci als problemes coneguts d'aquesta versi del\n"
-"Mandrake Linux a la fe d'errates que hi ha a http://www.linux-mandrake."
-"com/.\n"
+"Mandrake Linux a la fe d'errates que hi ha a \n"
+"\n"
+"\n"
+"http://www.linux-mandrake.com/en/82errata.php3\n"
+"\n"
"\n"
"La informaci sobre com configurar el vostre sistema est disponible a\n"
"l'ltim captol d'installaci de la Guia Oficial de l'Usuari del\n"
"Mandrake Linux."
-#: ../../install_steps_interactive.pm_.c:1172
+#: ../../install_steps_interactive.pm_.c:1354
msgid "Generate auto install floppy"
msgstr "Genera un disquet per a la installaci automtica"
-#: ../../install_steps_interactive.pm_.c:1174
+#: ../../install_steps_interactive.pm_.c:1356
msgid ""
"The auto install can be fully automated if wanted,\n"
"in that case it will take over the hard drive!!\n"
@@ -5034,15 +5422,15 @@ msgstr ""
"\n"
"Potser preferireu repetir la installaci.\n"
-#: ../../install_steps_interactive.pm_.c:1179
+#: ../../install_steps_interactive.pm_.c:1361
msgid "Automated"
msgstr "Automtica"
-#: ../../install_steps_interactive.pm_.c:1179
+#: ../../install_steps_interactive.pm_.c:1361
msgid "Replay"
msgstr "Repeteix"
-#: ../../install_steps_interactive.pm_.c:1182
+#: ../../install_steps_interactive.pm_.c:1364
msgid "Save packages selection"
msgstr "Desa la selecci de paquets"
@@ -5057,356 +5445,455 @@ msgid ""
msgstr ""
" <Tab>/<Alt-Tab> entre elements | <Espai> selecciona | <F12> pant. segent"
-#: ../../interactive.pm_.c:73
+#: ../../interactive.pm_.c:87
msgid "kdesu missing"
msgstr "El kdesu no hi s"
-#: ../../interactive.pm_.c:132
+#: ../../interactive.pm_.c:89 ../../interactive.pm_.c:100
+msgid "consolehelper missing"
+msgstr ""
+
+#: ../../interactive.pm_.c:152
#, fuzzy
msgid "Choose a file"
msgstr "Trieu una acci"
-#: ../../interactive.pm_.c:284
+#: ../../interactive.pm_.c:314
msgid "Advanced"
msgstr "Avanat"
-#: ../../interactive.pm_.c:345
+#: ../../interactive.pm_.c:315
+msgid "Basic"
+msgstr ""
+
+#: ../../interactive.pm_.c:386
msgid "Please wait"
msgstr "Si us plau, espereu"
-#: ../../interactive_gtk.pm_.c:681
+#: ../../interactive_gtk.pm_.c:605 ../../services.pm_.c:222
+msgid "Info"
+msgstr "Informaci"
+
+#: ../../interactive_gtk.pm_.c:715
msgid "Expand Tree"
msgstr "Expandeix l'arbre"
-#: ../../interactive_gtk.pm_.c:682
+#: ../../interactive_gtk.pm_.c:716
msgid "Collapse Tree"
msgstr "Redueix l'arbre"
-#: ../../interactive_gtk.pm_.c:683
+#: ../../interactive_gtk.pm_.c:717
msgid "Toggle between flat and group sorted"
msgstr "Commuta entre pla i ordenat per grups"
-#: ../../interactive_stdio.pm_.c:35
-#, c-format
-msgid "Ambiguity (%s), be more precise\n"
-msgstr "Ambigitat (%s), sigueu ms precs\n"
-
-#: ../../interactive_stdio.pm_.c:36 ../../interactive_stdio.pm_.c:51
-#: ../../interactive_stdio.pm_.c:71
+#: ../../interactive_stdio.pm_.c:29 ../../interactive_stdio.pm_.c:147
msgid "Bad choice, try again\n"
msgstr "Elecci incorrecta, torneu-ho a intentar\n"
-#: ../../interactive_stdio.pm_.c:39
+#: ../../interactive_stdio.pm_.c:30 ../../interactive_stdio.pm_.c:148
#, c-format
-msgid " ? (default %s) "
-msgstr " ? (predeterminat %s) "
+msgid "Your choice? (default %s) "
+msgstr "La vostra elecci? (predeterminat %s)"
#: ../../interactive_stdio.pm_.c:52
#, c-format
-msgid "Your choice? (default %s) "
+msgid ""
+"Entries you'll have to fill:\n"
+"%s"
+msgstr ""
+
+#: ../../interactive_stdio.pm_.c:68
+#, fuzzy, c-format
+msgid "Your choice? (0/1, default `%s') "
msgstr "La vostra elecci? (predeterminat %s)"
-#: ../../interactive_stdio.pm_.c:72
+#: ../../interactive_stdio.pm_.c:93
+#, fuzzy, c-format
+msgid "Button `%s': %s"
+msgstr "Opcions: %s"
+
+#: ../../interactive_stdio.pm_.c:94
+#, fuzzy
+msgid "Do you want to click on this button? "
+msgstr "Voleu utilitzar l'aboot?"
+
+#: ../../interactive_stdio.pm_.c:103
+#, fuzzy, c-format
+msgid "Your choice? (default `%s'%s) "
+msgstr "La vostra elecci? (predeterminat %s)"
+
+#: ../../interactive_stdio.pm_.c:121
#, c-format
-msgid "Your choice? (default %s enter `none' for none) "
-msgstr "La vostra elecci? (predeterminat %s introduu `cap' per a cap) "
+msgid "=> There are many things to choose from (%s).\n"
+msgstr ""
-#: ../../keyboard.pm_.c:140 ../../keyboard.pm_.c:178
+#: ../../interactive_stdio.pm_.c:124
+msgid ""
+"Please choose the first number of the 10-range you wish to edit,\n"
+"or just hit Enter to proceed.\n"
+"Your choice? "
+msgstr ""
+
+#: ../../interactive_stdio.pm_.c:137
+#, c-format
+msgid ""
+"=> Notice, a label changed:\n"
+"%s"
+msgstr ""
+
+#: ../../interactive_stdio.pm_.c:144
+msgid "Re-submit"
+msgstr ""
+
+#: ../../keyboard.pm_.c:174 ../../keyboard.pm_.c:205
msgid "Czech (QWERTZ)"
msgstr "Txec (QWERTZ)"
-#: ../../keyboard.pm_.c:141 ../../keyboard.pm_.c:155 ../../keyboard.pm_.c:180
+#: ../../keyboard.pm_.c:175 ../../keyboard.pm_.c:207
msgid "German"
msgstr "Alemany"
-#: ../../keyboard.pm_.c:142
+#: ../../keyboard.pm_.c:176
msgid "Dvorak"
msgstr "Dvorak"
-#: ../../keyboard.pm_.c:143 ../../keyboard.pm_.c:186
+#: ../../keyboard.pm_.c:177 ../../keyboard.pm_.c:214
msgid "Spanish"
msgstr "Espanyol"
-#: ../../keyboard.pm_.c:144 ../../keyboard.pm_.c:187
+#: ../../keyboard.pm_.c:178 ../../keyboard.pm_.c:215
msgid "Finnish"
msgstr "Fins"
-#: ../../keyboard.pm_.c:145 ../../keyboard.pm_.c:156 ../../keyboard.pm_.c:188
+#: ../../keyboard.pm_.c:179 ../../keyboard.pm_.c:216
msgid "French"
msgstr "Francs"
-#: ../../keyboard.pm_.c:146 ../../keyboard.pm_.c:211
+#: ../../keyboard.pm_.c:180 ../../keyboard.pm_.c:241
msgid "Norwegian"
msgstr "Noruec"
-#: ../../keyboard.pm_.c:147
+#: ../../keyboard.pm_.c:181
msgid "Polish"
msgstr "Polons"
-#: ../../keyboard.pm_.c:148 ../../keyboard.pm_.c:219
+#: ../../keyboard.pm_.c:182 ../../keyboard.pm_.c:249
msgid "Russian"
msgstr "Rus"
-#: ../../keyboard.pm_.c:150 ../../keyboard.pm_.c:221
+#: ../../keyboard.pm_.c:184 ../../keyboard.pm_.c:251
msgid "Swedish"
msgstr "Suec"
-#: ../../keyboard.pm_.c:151 ../../keyboard.pm_.c:236
+#: ../../keyboard.pm_.c:185 ../../keyboard.pm_.c:266
msgid "UK keyboard"
msgstr "Teclat RU"
-#: ../../keyboard.pm_.c:152 ../../keyboard.pm_.c:157 ../../keyboard.pm_.c:237
+#: ../../keyboard.pm_.c:186 ../../keyboard.pm_.c:267
msgid "US keyboard"
msgstr "Teclat EU"
-#: ../../keyboard.pm_.c:159
+#: ../../keyboard.pm_.c:188
#, fuzzy
msgid "Albanian"
msgstr "Irani"
-#: ../../keyboard.pm_.c:160
+#: ../../keyboard.pm_.c:189
msgid "Armenian (old)"
msgstr "Armeni (antic)"
-#: ../../keyboard.pm_.c:161
+#: ../../keyboard.pm_.c:190
msgid "Armenian (typewriter)"
msgstr "Armeni (mquina d'escriure)"
-#: ../../keyboard.pm_.c:162
+#: ../../keyboard.pm_.c:191
msgid "Armenian (phonetic)"
msgstr "Armeni (fontic)"
-#: ../../keyboard.pm_.c:167
+#: ../../keyboard.pm_.c:196
msgid "Azerbaidjani (latin)"
msgstr "Azerbaidjans (llat)"
-#: ../../keyboard.pm_.c:169
+#: ../../keyboard.pm_.c:198
msgid "Belgian"
msgstr "Belga"
-#: ../../keyboard.pm_.c:170
-msgid "Bulgarian"
+#: ../../keyboard.pm_.c:199
+#, fuzzy
+msgid "Bulgarian (phonetic)"
+msgstr "Armeni (fontic)"
+
+#: ../../keyboard.pm_.c:200
+#, fuzzy
+msgid "Bulgarian (BDS)"
msgstr "Blgar"
-#: ../../keyboard.pm_.c:171
+#: ../../keyboard.pm_.c:201
msgid "Brazilian (ABNT-2)"
msgstr "Brasiler (ABNT-2)"
-#: ../../keyboard.pm_.c:172
+#: ../../keyboard.pm_.c:202
msgid "Belarusian"
msgstr "Bielors"
-#: ../../keyboard.pm_.c:173
+#: ../../keyboard.pm_.c:203
msgid "Swiss (German layout)"
msgstr "Sus (disposici alemanya)"
-#: ../../keyboard.pm_.c:174
+#: ../../keyboard.pm_.c:204
msgid "Swiss (French layout)"
msgstr "Sus (disposici francesa)"
-#: ../../keyboard.pm_.c:179
+#: ../../keyboard.pm_.c:206
msgid "Czech (QWERTY)"
msgstr "Txec (QWERTY)"
-#: ../../keyboard.pm_.c:181
+#: ../../keyboard.pm_.c:208
msgid "German (no dead keys)"
msgstr "Alemany (sense tecles inoperatives)"
-#: ../../keyboard.pm_.c:182
+#: ../../keyboard.pm_.c:209
msgid "Danish"
msgstr "Dans"
-#: ../../keyboard.pm_.c:183
+#: ../../keyboard.pm_.c:210
msgid "Dvorak (US)"
msgstr "Dvorak (EU)"
-#: ../../keyboard.pm_.c:184
+#: ../../keyboard.pm_.c:211
msgid "Dvorak (Norwegian)"
msgstr "Dvorak (Noruec)"
-#: ../../keyboard.pm_.c:185
+#: ../../keyboard.pm_.c:212
+#, fuzzy
+msgid "Dvorak (Swedish)"
+msgstr "Dvorak (EU)"
+
+#: ../../keyboard.pm_.c:213
msgid "Estonian"
msgstr "Estoni"
-#: ../../keyboard.pm_.c:189
+#: ../../keyboard.pm_.c:217
msgid "Georgian (\"Russian\" layout)"
msgstr "Georgi (disposici \"russa\")"
-#: ../../keyboard.pm_.c:190
+#: ../../keyboard.pm_.c:218
msgid "Georgian (\"Latin\" layout)"
msgstr "Georgi (disposici \"llatina\")"
-#: ../../keyboard.pm_.c:191
+#: ../../keyboard.pm_.c:219
msgid "Greek"
msgstr "Grec"
-#: ../../keyboard.pm_.c:192
+#: ../../keyboard.pm_.c:220
msgid "Hungarian"
msgstr "Hongars"
-#: ../../keyboard.pm_.c:193
+#: ../../keyboard.pm_.c:221
msgid "Croatian"
msgstr "Croata"
-#: ../../keyboard.pm_.c:194
+#: ../../keyboard.pm_.c:222
msgid "Israeli"
msgstr "Israeli"
-#: ../../keyboard.pm_.c:195
+#: ../../keyboard.pm_.c:223
msgid "Israeli (Phonetic)"
msgstr "Israeli (fontic)"
-#: ../../keyboard.pm_.c:196
+#: ../../keyboard.pm_.c:224
msgid "Iranian"
msgstr "Irani"
-#: ../../keyboard.pm_.c:197
+#: ../../keyboard.pm_.c:225
msgid "Icelandic"
msgstr "Islands"
-#: ../../keyboard.pm_.c:198
+#: ../../keyboard.pm_.c:226
msgid "Italian"
msgstr "Itali"
-#: ../../keyboard.pm_.c:200
+#: ../../keyboard.pm_.c:228
msgid "Japanese 106 keys"
msgstr "Japons de 106 tecles"
-#: ../../keyboard.pm_.c:201
+#: ../../keyboard.pm_.c:231
msgid "Korean keyboard"
msgstr "Teclat core"
-#: ../../keyboard.pm_.c:202
+#: ../../keyboard.pm_.c:232
msgid "Latin American"
msgstr "Espanyol sud-americ"
-#: ../../keyboard.pm_.c:203
+#: ../../keyboard.pm_.c:233
msgid "Lithuanian AZERTY (old)"
msgstr "Litu AZERTY (antic)"
-#: ../../keyboard.pm_.c:205
+#: ../../keyboard.pm_.c:235
msgid "Lithuanian AZERTY (new)"
msgstr "Litu AZERTY (nou)"
-#: ../../keyboard.pm_.c:206
+#: ../../keyboard.pm_.c:236
msgid "Lithuanian \"number row\" QWERTY"
msgstr "Litu \"fila de nmeros\" QWERTY"
-#: ../../keyboard.pm_.c:207
+#: ../../keyboard.pm_.c:237
msgid "Lithuanian \"phonetic\" QWERTY"
msgstr "Litu \"fontic\" QWERTY"
-#: ../../keyboard.pm_.c:208
+#: ../../keyboard.pm_.c:238
#, fuzzy
msgid "Latvian"
msgstr "Ubicaci"
-#: ../../keyboard.pm_.c:209
+#: ../../keyboard.pm_.c:239
msgid "Macedonian"
msgstr "Macedoni"
-#: ../../keyboard.pm_.c:210
+#: ../../keyboard.pm_.c:240
msgid "Dutch"
msgstr "Holands"
-#: ../../keyboard.pm_.c:212
+#: ../../keyboard.pm_.c:242
msgid "Polish (qwerty layout)"
msgstr "Polons (disposici qwerty)"
-#: ../../keyboard.pm_.c:213
+#: ../../keyboard.pm_.c:243
msgid "Polish (qwertz layout)"
msgstr "Polons (disposici qwertz)"
-#: ../../keyboard.pm_.c:214
+#: ../../keyboard.pm_.c:244
msgid "Portuguese"
msgstr "Portugus"
-#: ../../keyboard.pm_.c:215
+#: ../../keyboard.pm_.c:245
msgid "Canadian (Quebec)"
msgstr "Canadenc (Quebec)"
-#: ../../keyboard.pm_.c:217
+#: ../../keyboard.pm_.c:247
#, fuzzy
msgid "Romanian (qwertz)"
msgstr "Rus (Yawerty)"
-#: ../../keyboard.pm_.c:218
+#: ../../keyboard.pm_.c:248
#, fuzzy
msgid "Romanian (qwerty)"
msgstr "Rus (Yawerty)"
-#: ../../keyboard.pm_.c:220
+#: ../../keyboard.pm_.c:250
msgid "Russian (Yawerty)"
msgstr "Rus (Yawerty)"
-#: ../../keyboard.pm_.c:222
+#: ../../keyboard.pm_.c:252
msgid "Slovenian"
msgstr "Eslov"
-#: ../../keyboard.pm_.c:226
+#: ../../keyboard.pm_.c:253
msgid "Slovakian (QWERTZ)"
msgstr "Eslovac (QWERTZ)"
-#: ../../keyboard.pm_.c:227
+#: ../../keyboard.pm_.c:254
msgid "Slovakian (QWERTY)"
msgstr "Eslovac (QWERTY)"
-#: ../../keyboard.pm_.c:229
+#: ../../keyboard.pm_.c:256
#, fuzzy
msgid "Serbian (cyrillic)"
msgstr "Azerbaidjans (cirllic)"
-#: ../../keyboard.pm_.c:230
+#: ../../keyboard.pm_.c:258
+#, fuzzy
+msgid "Tamil"
+msgstr "Taula"
+
+#: ../../keyboard.pm_.c:259
msgid "Thai keyboard"
msgstr "Teclat tai"
-#: ../../keyboard.pm_.c:232
+#: ../../keyboard.pm_.c:261
#, fuzzy
msgid "Tajik keyboard"
msgstr "Teclat tai"
-#: ../../keyboard.pm_.c:233
+#: ../../keyboard.pm_.c:262
msgid "Turkish (traditional \"F\" model)"
msgstr "Turc (tradicional, model \"F\")"
-#: ../../keyboard.pm_.c:234
+#: ../../keyboard.pm_.c:263
msgid "Turkish (modern \"Q\" model)"
msgstr "Turc (modern, model \"Q\")"
-#: ../../keyboard.pm_.c:235
+#: ../../keyboard.pm_.c:265
msgid "Ukrainian"
msgstr "Ucrans"
-#: ../../keyboard.pm_.c:238
+#: ../../keyboard.pm_.c:268
msgid "US keyboard (international)"
msgstr "Teclat EU (internacional)"
-#: ../../keyboard.pm_.c:239
+#: ../../keyboard.pm_.c:269
msgid "Vietnamese \"numeric row\" QWERTY"
msgstr "Vietnamita \"fila numrica\" QWERTY"
-#: ../../keyboard.pm_.c:240
+#: ../../keyboard.pm_.c:270
#, fuzzy
msgid "Yugoslavian (latin)"
msgstr "Iugoslau (llat/cirllic)"
+#: ../../keyboard.pm_.c:278
+msgid "Right Alt key"
+msgstr ""
+
+#: ../../keyboard.pm_.c:279
+msgid "Both Shift keys simultaneously"
+msgstr ""
+
+#: ../../keyboard.pm_.c:280
+msgid "Control and Shift keys simultaneously"
+msgstr ""
+
+#: ../../keyboard.pm_.c:281
+msgid "CapsLock key"
+msgstr ""
+
+#: ../../keyboard.pm_.c:282
+msgid "Ctrl and Alt keys simultaneously"
+msgstr ""
+
+#: ../../keyboard.pm_.c:283
+msgid "Alt and Shift keys simultaneously"
+msgstr ""
+
+#: ../../keyboard.pm_.c:284
+msgid "\"Menu\" key"
+msgstr ""
+
+#: ../../keyboard.pm_.c:285
+msgid "Left \"Windows\" key"
+msgstr ""
+
+#: ../../keyboard.pm_.c:286
+msgid "Right \"Windows\" key"
+msgstr ""
+
#: ../../loopback.pm_.c:32
#, c-format
msgid "Circular mounts %s\n"
msgstr "Muntatges circulars %s\n"
-#: ../../lvm.pm_.c:83
+#: ../../lvm.pm_.c:88
msgid "Remove the logical volumes first\n"
msgstr "Elimineu primer els volums lgics\n"
+#: ../../modules.pm_.c:826
+msgid ""
+"PCMCIA support no longer exist for 2.2 kernels. Please use a 2.4 kernel."
+msgstr ""
+
#: ../../mouse.pm_.c:25
msgid "Sun - Mouse"
msgstr "Sun - Mouse"
-#: ../../mouse.pm_.c:31
-msgid "Standard"
-msgstr "Estndard"
-
#: ../../mouse.pm_.c:32
msgid "Logitech MouseMan+"
msgstr "Logitech MouseMan+"
@@ -5419,11 +5906,11 @@ msgstr "Rat de bola PS2 genric"
msgid "GlidePoint"
msgstr "GlidePoint"
-#: ../../mouse.pm_.c:36 ../../mouse.pm_.c:62
+#: ../../mouse.pm_.c:36 ../../mouse.pm_.c:63
msgid "Kensington Thinking Mouse"
msgstr "Kensington Thinking Mouse"
-#: ../../mouse.pm_.c:37 ../../mouse.pm_.c:58
+#: ../../mouse.pm_.c:37 ../../mouse.pm_.c:59
msgid "Genius NetMouse"
msgstr "Genius NetMouse"
@@ -5431,111 +5918,111 @@ msgstr "Genius NetMouse"
msgid "Genius NetScroll"
msgstr "Genius NetScroll"
-#: ../../mouse.pm_.c:43 ../../mouse.pm_.c:67
+#: ../../mouse.pm_.c:43 ../../mouse.pm_.c:68
msgid "1 button"
msgstr "1 bot"
-#: ../../mouse.pm_.c:44
+#: ../../mouse.pm_.c:44 ../../mouse.pm_.c:51
+msgid "Generic 2 Button Mouse"
+msgstr "Generic 2 Button Mouse"
+
+#: ../../mouse.pm_.c:45
msgid "Generic"
msgstr "General"
-#: ../../mouse.pm_.c:45
+#: ../../mouse.pm_.c:46
msgid "Wheel"
msgstr "De bola"
-#: ../../mouse.pm_.c:48
+#: ../../mouse.pm_.c:49
msgid "serial"
msgstr "srie"
-#: ../../mouse.pm_.c:50
-msgid "Generic 2 Button Mouse"
-msgstr "Generic 2 Button Mouse"
-
-#: ../../mouse.pm_.c:51
+#: ../../mouse.pm_.c:52
msgid "Generic 3 Button Mouse"
msgstr "Generic 3 Button Mouse"
-#: ../../mouse.pm_.c:52
+#: ../../mouse.pm_.c:53
msgid "Microsoft IntelliMouse"
msgstr "Microsoft IntelliMouse"
-#: ../../mouse.pm_.c:53
+#: ../../mouse.pm_.c:54
msgid "Logitech MouseMan"
msgstr "Logitech MouseMan"
-#: ../../mouse.pm_.c:54
+#: ../../mouse.pm_.c:55
msgid "Mouse Systems"
msgstr "Mouse Systems"
-#: ../../mouse.pm_.c:56
+#: ../../mouse.pm_.c:57
msgid "Logitech CC Series"
msgstr "Logitech CC Series"
-#: ../../mouse.pm_.c:57
+#: ../../mouse.pm_.c:58
msgid "Logitech MouseMan+/FirstMouse+"
msgstr "Logitech MouseMan+/FirstMouse+"
-#: ../../mouse.pm_.c:59
+#: ../../mouse.pm_.c:60
msgid "MM Series"
msgstr "MM Series"
-#: ../../mouse.pm_.c:60
+#: ../../mouse.pm_.c:61
msgid "MM HitTablet"
msgstr "MM HitTablet"
-#: ../../mouse.pm_.c:61
+#: ../../mouse.pm_.c:62
msgid "Logitech Mouse (serial, old C7 type)"
msgstr "Logitech Mouse (srie, tipus C7 antic)"
-#: ../../mouse.pm_.c:65
+#: ../../mouse.pm_.c:66
msgid "busmouse"
msgstr "busmouse"
-#: ../../mouse.pm_.c:68
+#: ../../mouse.pm_.c:69
msgid "2 buttons"
msgstr "2 botons"
-#: ../../mouse.pm_.c:69
+#: ../../mouse.pm_.c:70
msgid "3 buttons"
msgstr "3 botons"
-#: ../../mouse.pm_.c:72
+#: ../../mouse.pm_.c:73
msgid "none"
msgstr "cap"
-#: ../../mouse.pm_.c:74
+#: ../../mouse.pm_.c:75
msgid "No mouse"
msgstr "Cap ratol"
-#: ../../mouse.pm_.c:482
+#: ../../mouse.pm_.c:499
msgid "Please test the mouse"
msgstr "Si us plau, comproveu el ratol."
-#: ../../mouse.pm_.c:483
+#: ../../mouse.pm_.c:500
msgid "To activate the mouse,"
msgstr "Per activar el ratol,"
-#: ../../mouse.pm_.c:484
+#: ../../mouse.pm_.c:501
msgid "MOVE YOUR WHEEL!"
msgstr "MOVEU LA BOLA!"
-#: ../../my_gtk.pm_.c:380
+#: ../../my_gtk.pm_.c:651
msgid "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
msgstr ""
-#: ../../my_gtk.pm_.c:415
+#: ../../my_gtk.pm_.c:686
msgid "Finish"
msgstr "Fins"
-#: ../../my_gtk.pm_.c:415
+#: ../../my_gtk.pm_.c:686 ../../printerdrake.pm_.c:1588
msgid "Next ->"
msgstr "Segent ->"
-#: ../../my_gtk.pm_.c:416
+#: ../../my_gtk.pm_.c:687 ../../printerdrake.pm_.c:1586
msgid "<- Previous"
msgstr "<- Anterior"
-#: ../../my_gtk.pm_.c:716
+#: ../../my_gtk.pm_.c:1019
msgid "Is this correct?"
msgstr "Aix s correcte?"
@@ -5585,7 +6072,7 @@ msgstr ""
"No s'ha detectat cap adaptador de xarxa ethernet al sistema.\n"
"No puc configurar aquest tipus de connexi."
-#: ../../network/ethernet.pm_.c:92 ../../standalone/drakgw_.c:233
+#: ../../network/ethernet.pm_.c:92 ../../standalone/drakgw_.c:252
msgid "Choose the network interface"
msgstr "Escolliu la interfcie de xarxa"
@@ -5600,7 +6087,7 @@ msgstr ""
msgid "no network card found"
msgstr "no s'ha trobat cap targeta de xarxa"
-#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:350
+#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:360
msgid "Configuring network"
msgstr "S'est configurant la xarxa"
@@ -5616,15 +6103,15 @@ msgstr ""
"El nom ha de ser complet,\n"
"com ara ``mybox.mylab.myco.com''."
-#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:355
+#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:365
msgid "Host name"
msgstr "Nom de l'ordinador central"
#: ../../network/isdn.pm_.c:21 ../../network/isdn.pm_.c:44
-#: ../../network/netconnect.pm_.c:91 ../../network/netconnect.pm_.c:105
-#: ../../network/netconnect.pm_.c:154 ../../network/netconnect.pm_.c:164
-#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:213
-#: ../../network/netconnect.pm_.c:221
+#: ../../network/netconnect.pm_.c:95 ../../network/netconnect.pm_.c:109
+#: ../../network/netconnect.pm_.c:164 ../../network/netconnect.pm_.c:175
+#: ../../network/netconnect.pm_.c:202 ../../network/netconnect.pm_.c:225
+#: ../../network/netconnect.pm_.c:233
msgid "Network Configuration Wizard"
msgstr "Assistent de configuraci de xarxa"
@@ -5663,13 +6150,13 @@ msgstr "S'ha detectat la configuraci del sistema de tallafocs!"
msgid "Old configuration (isdn4net)"
msgstr "S'ha detectat la configuraci del sistema de tallafocs!"
-#: ../../network/isdn.pm_.c:169 ../../network/isdn.pm_.c:187
-#: ../../network/isdn.pm_.c:197 ../../network/isdn.pm_.c:204
-#: ../../network/isdn.pm_.c:214
+#: ../../network/isdn.pm_.c:170 ../../network/isdn.pm_.c:188
+#: ../../network/isdn.pm_.c:198 ../../network/isdn.pm_.c:205
+#: ../../network/isdn.pm_.c:215
msgid "ISDN Configuration"
msgstr "Configuraci de l'XDSI"
-#: ../../network/isdn.pm_.c:169
+#: ../../network/isdn.pm_.c:170
msgid ""
"Select your provider.\n"
" If it's not in the list, choose Unlisted"
@@ -5677,22 +6164,22 @@ msgstr ""
"Seleccioneu el vostre provedor.\n"
" Si no s a la llista, seleccioneu No s a la llista"
-#: ../../network/isdn.pm_.c:182
+#: ../../network/isdn.pm_.c:183
#, fuzzy
msgid "Europe protocol"
msgstr "Protocol d'arrencada"
-#: ../../network/isdn.pm_.c:182
+#: ../../network/isdn.pm_.c:183
#, fuzzy
msgid "Europe protocol (EDSS1)"
msgstr "Europa (EDSS1)"
-#: ../../network/isdn.pm_.c:184
+#: ../../network/isdn.pm_.c:185
#, fuzzy
msgid "Protocol for the rest of the world"
msgstr "Resta del mn"
-#: ../../network/isdn.pm_.c:184
+#: ../../network/isdn.pm_.c:185
#, fuzzy
msgid ""
"Protocol for the rest of the world \n"
@@ -5701,27 +6188,27 @@ msgstr ""
"Resta del mn \n"
" cap canal D (lnies llogades)"
-#: ../../network/isdn.pm_.c:188
+#: ../../network/isdn.pm_.c:189
msgid "Which protocol do you want to use ?"
msgstr "Quin protocol voleu utilitzar?"
-#: ../../network/isdn.pm_.c:198
+#: ../../network/isdn.pm_.c:199
msgid "What kind of card do you have?"
msgstr "Quin tipus de targeta teniu?"
-#: ../../network/isdn.pm_.c:199
+#: ../../network/isdn.pm_.c:200
msgid "I don't know"
msgstr "No s"
-#: ../../network/isdn.pm_.c:199
+#: ../../network/isdn.pm_.c:200
msgid "ISA / PCMCIA"
msgstr "ISA / PCMCIA"
-#: ../../network/isdn.pm_.c:199
+#: ../../network/isdn.pm_.c:200
msgid "PCI"
msgstr "PCI"
-#: ../../network/isdn.pm_.c:205
+#: ../../network/isdn.pm_.c:206
msgid ""
"\n"
"If you have an ISA card, the values on the next screen should be right.\n"
@@ -5734,19 +6221,19 @@ msgstr ""
"\n"
"Si teniu una targeta PCMCIA, us en cal saber l'irq i l'io.\n"
-#: ../../network/isdn.pm_.c:209
+#: ../../network/isdn.pm_.c:210
msgid "Abort"
msgstr "Interromp"
-#: ../../network/isdn.pm_.c:209
+#: ../../network/isdn.pm_.c:210
msgid "Continue"
msgstr "Continua"
-#: ../../network/isdn.pm_.c:215
+#: ../../network/isdn.pm_.c:216
msgid "Which is your ISDN card ?"
msgstr "Quina targeta XDSI teniu ?"
-#: ../../network/isdn.pm_.c:234
+#: ../../network/isdn.pm_.c:235
msgid ""
"I have detected an ISDN PCI Card, but I don't know the type. Please select "
"one PCI card on the next screen."
@@ -5754,62 +6241,62 @@ msgstr ""
"He detectat una targeta PCI XDSI, per no en conec el tipus. Si us plau, "
"seleccioneu una targeta PCI a la pantalla segent."
-#: ../../network/isdn.pm_.c:243
+#: ../../network/isdn.pm_.c:244
msgid "No ISDN PCI card found. Please select one on the next screen."
msgstr ""
"No s'ha trobat cap targeta PCI XDSI. Si us plau, seleccioneu-ne una a la "
"pantalla segent"
-#: ../../network/modem.pm_.c:37
+#: ../../network/modem.pm_.c:39
msgid "Please choose which serial port your modem is connected to."
msgstr ""
"Si us plau, seleccioneu el port srie al qual teniu connectat el mdem."
-#: ../../network/modem.pm_.c:42
+#: ../../network/modem.pm_.c:44
msgid "Dialup options"
msgstr "Opcions de marcatge"
-#: ../../network/modem.pm_.c:43 ../../standalone/draknet_.c:600
+#: ../../network/modem.pm_.c:45 ../../standalone/draknet_.c:622
msgid "Connection name"
msgstr "Nom de la connexi"
-#: ../../network/modem.pm_.c:44 ../../standalone/draknet_.c:601
+#: ../../network/modem.pm_.c:46 ../../standalone/draknet_.c:623
msgid "Phone number"
msgstr "Nmero de telfon"
-#: ../../network/modem.pm_.c:45 ../../standalone/draknet_.c:602
+#: ../../network/modem.pm_.c:47 ../../standalone/draknet_.c:624
msgid "Login ID"
msgstr "ID d'entrada"
-#: ../../network/modem.pm_.c:47 ../../standalone/draknet_.c:604
+#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
msgid "CHAP"
msgstr "CHAP"
-#: ../../network/modem.pm_.c:47 ../../standalone/draknet_.c:604
+#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
msgid "PAP"
msgstr "PAP"
-#: ../../network/modem.pm_.c:47 ../../standalone/draknet_.c:604
+#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
msgid "Script-based"
msgstr "Basat en script"
-#: ../../network/modem.pm_.c:47 ../../standalone/draknet_.c:604
+#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
msgid "Terminal-based"
msgstr "Basat en terminal"
-#: ../../network/modem.pm_.c:48 ../../standalone/draknet_.c:605
+#: ../../network/modem.pm_.c:50 ../../standalone/draknet_.c:627
msgid "Domain name"
msgstr "Nom de domini"
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:606
+#: ../../network/modem.pm_.c:51 ../../standalone/draknet_.c:628
msgid "First DNS Server (optional)"
msgstr "Primer servidor DNS (opcional)"
-#: ../../network/modem.pm_.c:50 ../../standalone/draknet_.c:607
+#: ../../network/modem.pm_.c:52 ../../standalone/draknet_.c:629
msgid "Second DNS Server (optional)"
msgstr "Segon servidor DNS (opcional)"
-#: ../../network/netconnect.pm_.c:33
+#: ../../network/netconnect.pm_.c:34
msgid ""
"\n"
"You can disconnect or reconfigure your connection."
@@ -5817,7 +6304,7 @@ msgstr ""
"\n"
"Podeu desconnectar-vos o tornar a configurar la connexi."
-#: ../../network/netconnect.pm_.c:33 ../../network/netconnect.pm_.c:36
+#: ../../network/netconnect.pm_.c:34 ../../network/netconnect.pm_.c:37
msgid ""
"\n"
"You can reconfigure your connection."
@@ -5825,11 +6312,11 @@ msgstr ""
"\n"
"Podeu tornar a configurar la connexi."
-#: ../../network/netconnect.pm_.c:33
+#: ../../network/netconnect.pm_.c:34
msgid "You are currently connected to internet."
msgstr "Ara mateix esteu connectat a Internet."
-#: ../../network/netconnect.pm_.c:36
+#: ../../network/netconnect.pm_.c:37
msgid ""
"\n"
"You can connect to Internet or reconfigure your connection."
@@ -5837,34 +6324,35 @@ msgstr ""
"\n"
"Podeu connectar-vos a Internet o tornar a configurar la connexi."
-#: ../../network/netconnect.pm_.c:36
+#: ../../network/netconnect.pm_.c:37
msgid "You are not currently connected to Internet."
msgstr "Ara mateix no esteu connectat a Internet."
-#: ../../network/netconnect.pm_.c:40
-msgid "Connect to Internet"
-msgstr "Connecta't a Internet"
+#: ../../network/netconnect.pm_.c:41
+msgid "Connect"
+msgstr "Connecta"
-#: ../../network/netconnect.pm_.c:42
-msgid "Disconnect from Internet"
-msgstr "Desconnecta't d'Internet"
+#: ../../network/netconnect.pm_.c:43
+msgid "Disconnect"
+msgstr "Desconnecta"
-#: ../../network/netconnect.pm_.c:44
-msgid "Configure network connection (LAN or Internet)"
-msgstr "Configura la connexi de xarxa (LAN o Internet)"
+#: ../../network/netconnect.pm_.c:45
+#, fuzzy
+msgid "Configure the connection"
+msgstr "Configura una connexi per cable"
-#: ../../network/netconnect.pm_.c:47
+#: ../../network/netconnect.pm_.c:50
msgid "Internet connection & configuration"
msgstr "Connexi i configuraci d'Internet"
-#: ../../network/netconnect.pm_.c:96
+#: ../../network/netconnect.pm_.c:100
#, fuzzy, c-format
msgid "We are now going to configure the %s connection."
msgstr ""
"\n"
"Podeu desconnectar-vos o tornar a configurar la connexi."
-#: ../../network/netconnect.pm_.c:105
+#: ../../network/netconnect.pm_.c:109
#, fuzzy, c-format
msgid ""
"\n"
@@ -5878,12 +6366,12 @@ msgstr ""
"\n"
"Podeu desconnectar-vos o tornar a configurar la connexi."
-#: ../../network/netconnect.pm_.c:129 ../../network/netconnect.pm_.c:243
-#: ../../network/netconnect.pm_.c:255 ../../network/tools.pm_.c:56
+#: ../../network/netconnect.pm_.c:138 ../../network/netconnect.pm_.c:252
+#: ../../network/netconnect.pm_.c:271 ../../network/tools.pm_.c:57
msgid "Network Configuration"
msgstr "Configuraci de xarxa"
-#: ../../network/netconnect.pm_.c:130
+#: ../../network/netconnect.pm_.c:139
msgid ""
"Because you are doing a network installation, your network is already "
"configured.\n"
@@ -5895,7 +6383,7 @@ msgstr ""
"Feu clic a D'acord per conservar la configuraci, o a Cancella per tornar a "
"configurar la connexi a Internet i xarxa.\n"
-#: ../../network/netconnect.pm_.c:155
+#: ../../network/netconnect.pm_.c:165
msgid ""
"Welcome to The Network Configuration Wizard\n"
"\n"
@@ -5908,93 +6396,93 @@ msgstr ""
"Si no voleu utilitzar la detecci automtica, desactiveu el quadre de "
"verificaci.\n"
-#: ../../network/netconnect.pm_.c:157
+#: ../../network/netconnect.pm_.c:167
msgid "Choose the profile to configure"
msgstr "Escolliu el perfil per configurar"
-#: ../../network/netconnect.pm_.c:158
+#: ../../network/netconnect.pm_.c:168
msgid "Use auto detection"
msgstr "Utilitza la detecci automtica"
-#: ../../network/netconnect.pm_.c:164
+#: ../../network/netconnect.pm_.c:175
msgid "Detecting devices..."
msgstr "S'estan detectant els dispositius..."
-#: ../../network/netconnect.pm_.c:175 ../../network/netconnect.pm_.c:184
+#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
msgid "Normal modem connection"
msgstr "Connexi normal per mdem"
-#: ../../network/netconnect.pm_.c:175 ../../network/netconnect.pm_.c:184
+#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
#, c-format
msgid "detected on port %s"
msgstr "detectat al port %s"
-#: ../../network/netconnect.pm_.c:176 ../../network/netconnect.pm_.c:185
+#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
msgid "ISDN connection"
msgstr "Connexi XDSI"
-#: ../../network/netconnect.pm_.c:176 ../../network/netconnect.pm_.c:185
+#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
#, c-format
msgid "detected %s"
msgstr "s'ha detectat %s"
-#: ../../network/netconnect.pm_.c:177 ../../network/netconnect.pm_.c:186
+#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
#, fuzzy
msgid "ADSL connection"
msgstr "Connexi LAN"
-#: ../../network/netconnect.pm_.c:177 ../../network/netconnect.pm_.c:186
+#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
#, c-format
msgid "detected on interface %s"
msgstr "detectat a la interfcie %s"
-#: ../../network/netconnect.pm_.c:178 ../../network/netconnect.pm_.c:187
+#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
msgid "Cable connection"
msgstr "Connexi de cable"
-#: ../../network/netconnect.pm_.c:178 ../../network/netconnect.pm_.c:187
+#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
#, fuzzy
msgid "cable connection detected"
msgstr "Connexi de cable"
-#: ../../network/netconnect.pm_.c:179 ../../network/netconnect.pm_.c:188
+#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
msgid "LAN connection"
msgstr "Connexi LAN"
-#: ../../network/netconnect.pm_.c:179 ../../network/netconnect.pm_.c:188
+#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
msgid "ethernet card(s) detected"
msgstr "s'han detectat una o diverses targetes Ethernet"
-#: ../../network/netconnect.pm_.c:190
+#: ../../network/netconnect.pm_.c:202
#, fuzzy
msgid "Choose the connection you want to configure"
msgstr "Escolliu l'eina que voleu utilitzar "
-#: ../../network/netconnect.pm_.c:214
+#: ../../network/netconnect.pm_.c:226
msgid ""
"You have configured multiple ways to connect to the Internet.\n"
"Choose the one you want to use.\n"
"\n"
msgstr ""
-#: ../../network/netconnect.pm_.c:215
+#: ../../network/netconnect.pm_.c:227
#, fuzzy
msgid "Internet connection"
msgstr "Connexi a Internet compartida"
-#: ../../network/netconnect.pm_.c:221
+#: ../../network/netconnect.pm_.c:233
msgid "Do you want to start the connection at boot?"
msgstr "Voleu iniciar la connexi en arrencar?"
-#: ../../network/netconnect.pm_.c:239
+#: ../../network/netconnect.pm_.c:247
msgid "Network configuration"
msgstr "Configuraci de xarxa"
-#: ../../network/netconnect.pm_.c:240
+#: ../../network/netconnect.pm_.c:248
msgid "The network needs to be restarted"
msgstr ""
-#: ../../network/netconnect.pm_.c:243
+#: ../../network/netconnect.pm_.c:252
#, c-format
msgid ""
"A problem occured while restarting the network: \n"
@@ -6005,25 +6493,32 @@ msgstr ""
"\n"
"%s"
-#: ../../network/netconnect.pm_.c:247
+#: ../../network/netconnect.pm_.c:261
msgid ""
-"Congratulations, the network and internet configuration is finished.\n"
-"\n"
+"Congratulations, the network and Internet configuration is finished.\n"
"The configuration will now be applied to your system.\n"
+"\n"
msgstr ""
"Felicitats, la configuraci de xarxa i Internet ha finalitzat.\n"
"\n"
"Ara s'aplicar la configuraci al sistema.\n"
-#: ../../network/netconnect.pm_.c:250
+#: ../../network/netconnect.pm_.c:265
msgid ""
-"After that is done, we recommend you to restart your X\n"
-"environnement to avoid hostname changing problem."
+"After this is done, we recommend that you restart your X environment to "
+"avoid any hostname-related problems."
msgstr ""
"Desprs d'aix, s recomanable que reinicieu l'entorn X per\n"
"evitar problemes deguts al canvi de nom de l'ordinador central."
-#: ../../network/network.pm_.c:283
+#: ../../network/netconnect.pm_.c:266
+msgid ""
+"Problems occured during configuration.\n"
+"Test your connection via net_monitor or mcc. If your connection doesn't "
+"work, you might want to relaunch the configuration"
+msgstr ""
+
+#: ../../network/network.pm_.c:292
msgid ""
"WARNING: This device has been previously configured to connect to the "
"Internet.\n"
@@ -6034,7 +6529,7 @@ msgstr ""
"Noms cal que accepteu mantenir-lo configurat.\n"
"Si modifiqueu els camps inferiors, sobreescriureu aquesta configuraci."
-#: ../../network/network.pm_.c:288
+#: ../../network/network.pm_.c:297
msgid ""
"Please enter the IP configuration for this machine.\n"
"Each item should be entered as an IP address in dotted-decimal\n"
@@ -6044,38 +6539,38 @@ msgstr ""
"S'ha d'introduir cada element com a una adrea IP amb notaci decimal amb\n"
"punts (per exemple, 1.2.3.4)."
-#: ../../network/network.pm_.c:297 ../../network/network.pm_.c:298
+#: ../../network/network.pm_.c:306 ../../network/network.pm_.c:307
#, c-format
msgid "Configuring network device %s"
msgstr "S'est configurant el dispositiu de xarxa %s"
-#: ../../network/network.pm_.c:298
+#: ../../network/network.pm_.c:307
#, c-format
msgid " (driver %s)"
msgstr " (programa de control %s)"
-#: ../../network/network.pm_.c:300 ../../standalone/draknet_.c:255
-#: ../../standalone/draknet_.c:461
+#: ../../network/network.pm_.c:309 ../../standalone/draknet_.c:232
+#: ../../standalone/draknet_.c:468
msgid "IP address"
msgstr "Adrea IP"
-#: ../../network/network.pm_.c:301 ../../standalone/draknet_.c:462
+#: ../../network/network.pm_.c:310 ../../standalone/draknet_.c:469
msgid "Netmask"
msgstr "Submscara de la xarxa"
-#: ../../network/network.pm_.c:302
+#: ../../network/network.pm_.c:311
msgid "(bootp/dhcp)"
msgstr "(bootp/dhcp)"
-#: ../../network/network.pm_.c:302
+#: ../../network/network.pm_.c:311
msgid "Automatic IP"
msgstr "IP automtic"
-#: ../../network/network.pm_.c:323 ../../printerdrake.pm_.c:406
+#: ../../network/network.pm_.c:332 ../../printerdrake.pm_.c:712
msgid "IP address should be in format 1.2.3.4"
msgstr "L'adrea IP ha d'estar amb el format 1.2.3.4"
-#: ../../network/network.pm_.c:351
+#: ../../network/network.pm_.c:361
msgid ""
"Please enter your host name.\n"
"Your host name should be a fully-qualified host name,\n"
@@ -6087,63 +6582,64 @@ msgstr ""
"``mybox.mylab.myco.com''.\n"
"Tamb podeu introduir l'adrea IP de la passarella, si en teniu una"
-#: ../../network/network.pm_.c:356
+#: ../../network/network.pm_.c:366
msgid "DNS server"
msgstr "servidor DNS"
-#: ../../network/network.pm_.c:357 ../../standalone/draknet_.c:599
-msgid "Gateway"
-msgstr "Passarella"
+#: ../../network/network.pm_.c:367
+#, c-format
+msgid "Gateway (e.g. %s)"
+msgstr ""
-#: ../../network/network.pm_.c:359
+#: ../../network/network.pm_.c:369
msgid "Gateway device"
msgstr "Dispositiu de la passarella"
-#: ../../network/network.pm_.c:371
+#: ../../network/network.pm_.c:381
msgid "Proxies configuration"
msgstr "Configuraci dels proxys"
-#: ../../network/network.pm_.c:372
+#: ../../network/network.pm_.c:382
msgid "HTTP proxy"
msgstr "Proxy HTTP"
-#: ../../network/network.pm_.c:373
+#: ../../network/network.pm_.c:383
msgid "FTP proxy"
msgstr "Proxy FTP"
-#: ../../network/network.pm_.c:374
+#: ../../network/network.pm_.c:384
msgid "Track network card id (usefull for laptops)"
msgstr ""
-#: ../../network/network.pm_.c:377
+#: ../../network/network.pm_.c:387
msgid "Proxy should be http://..."
msgstr "El proxy ha de ser http://..."
-#: ../../network/network.pm_.c:378
+#: ../../network/network.pm_.c:388
msgid "Proxy should be ftp://..."
msgstr "El proxy ha de ser ftp://..."
-#: ../../network/tools.pm_.c:38
+#: ../../network/tools.pm_.c:39
msgid "Internet configuration"
msgstr "Configuraci d'Internet"
-#: ../../network/tools.pm_.c:39
+#: ../../network/tools.pm_.c:40
msgid "Do you want to try to connect to the Internet now?"
msgstr "Voleu intentar connectar-vos a Internet ara?"
-#: ../../network/tools.pm_.c:43 ../../standalone/draknet_.c:189
+#: ../../network/tools.pm_.c:44 ../../standalone/draknet_.c:197
msgid "Testing your connection..."
msgstr "S'est comprovant la vostra conexi..."
-#: ../../network/tools.pm_.c:49 ../../standalone/draknet_.c:220
+#: ../../network/tools.pm_.c:50
msgid "The system is now connected to Internet."
msgstr "Ara, el sistema est connectat a Internet."
-#: ../../network/tools.pm_.c:50
+#: ../../network/tools.pm_.c:51
msgid "For Security reason, it will be disconnected now."
msgstr "Per raons de seguretat, ara es desconnectar."
-#: ../../network/tools.pm_.c:51 ../../standalone/draknet_.c:220
+#: ../../network/tools.pm_.c:52
msgid ""
"The system doesn't seem to be connected to internet.\n"
"Try to reconfigure your connection."
@@ -6151,86 +6647,90 @@ msgstr ""
"No sembla que el sistema estigui connectat a Internet.\n"
"Intenteu tornar a configurar la connexi."
-#: ../../network/tools.pm_.c:75
+#: ../../network/tools.pm_.c:76
msgid "Connection Configuration"
msgstr "Configuraci de la connexi"
-#: ../../network/tools.pm_.c:76
+#: ../../network/tools.pm_.c:77
msgid "Please fill or check the field below"
msgstr "Si us plau, ompliu o marqueu el camp inferior"
-#: ../../network/tools.pm_.c:78 ../../standalone/draknet_.c:586
+#: ../../network/tools.pm_.c:79 ../../standalone/draknet_.c:608
msgid "Card IRQ"
msgstr "Targeta IRQ"
-#: ../../network/tools.pm_.c:79 ../../standalone/draknet_.c:587
+#: ../../network/tools.pm_.c:80 ../../standalone/draknet_.c:609
msgid "Card mem (DMA)"
msgstr "Targeta de memria (DMA)"
-#: ../../network/tools.pm_.c:80 ../../standalone/draknet_.c:588
+#: ../../network/tools.pm_.c:81 ../../standalone/draknet_.c:610
msgid "Card IO"
msgstr "Targeta d'E/S"
-#: ../../network/tools.pm_.c:81 ../../standalone/draknet_.c:589
+#: ../../network/tools.pm_.c:82 ../../standalone/draknet_.c:611
msgid "Card IO_0"
msgstr "Targeta d'E/S_0"
-#: ../../network/tools.pm_.c:82 ../../standalone/draknet_.c:590
+#: ../../network/tools.pm_.c:83 ../../standalone/draknet_.c:612
msgid "Card IO_1"
msgstr "Targeta d'E/S_1"
-#: ../../network/tools.pm_.c:83 ../../standalone/draknet_.c:591
+#: ../../network/tools.pm_.c:84 ../../standalone/draknet_.c:613
msgid "Your personal phone number"
msgstr "El vostre telfon particular"
-#: ../../network/tools.pm_.c:84 ../../standalone/draknet_.c:592
+#: ../../network/tools.pm_.c:85 ../../standalone/draknet_.c:614
msgid "Provider name (ex provider.net)"
msgstr "Nom del provedor (p.ex. proveidor.net)"
-#: ../../network/tools.pm_.c:85 ../../standalone/draknet_.c:593
+#: ../../network/tools.pm_.c:86 ../../standalone/draknet_.c:615
msgid "Provider phone number"
msgstr "Nmero de telfon del provedor"
-#: ../../network/tools.pm_.c:86 ../../standalone/draknet_.c:594
+#: ../../network/tools.pm_.c:87 ../../standalone/draknet_.c:616
msgid "Provider dns 1 (optional)"
msgstr "DNS 1 del provedor (opcional)"
-#: ../../network/tools.pm_.c:87 ../../standalone/draknet_.c:595
+#: ../../network/tools.pm_.c:88 ../../standalone/draknet_.c:617
msgid "Provider dns 2 (optional)"
msgstr "DNS 2 del provedor (opcional)"
-#: ../../network/tools.pm_.c:88
+#: ../../network/tools.pm_.c:89
#, fuzzy
msgid "Choose your country"
msgstr "Escolliu el vostre teclat"
-#: ../../network/tools.pm_.c:89 ../../standalone/draknet_.c:598
+#: ../../network/tools.pm_.c:90 ../../standalone/draknet_.c:620
msgid "Dialing mode"
msgstr "Mode de marcatge"
-#: ../../network/tools.pm_.c:90 ../../standalone/draknet_.c:610
+#: ../../network/tools.pm_.c:91 ../../standalone/draknet_.c:632
#, fuzzy
msgid "Connection speed"
msgstr "Tipus de connexi: "
-#: ../../network/tools.pm_.c:91 ../../standalone/draknet_.c:611
+#: ../../network/tools.pm_.c:92 ../../standalone/draknet_.c:633
#, fuzzy
msgid "Connection timeout (in sec)"
msgstr "Tipus de connexi: "
-#: ../../network/tools.pm_.c:92 ../../standalone/draknet_.c:596
+#: ../../network/tools.pm_.c:93 ../../standalone/draknet_.c:618
msgid "Account Login (user name)"
msgstr "Entrada del compte (nom d'usuari)"
-#: ../../network/tools.pm_.c:93 ../../standalone/draknet_.c:597
+#: ../../network/tools.pm_.c:94 ../../standalone/draknet_.c:619
msgid "Account Password"
msgstr "Contrasenya del compte"
-#: ../../partition_table.pm_.c:622
+#: ../../partition_table.pm_.c:600
+msgid "mount failed: "
+msgstr "ha fallat el muntatge: "
+
+#: ../../partition_table.pm_.c:664
msgid "Extended partition not supported on this platform"
msgstr "Aquesta plataforma no suporta particions esteses"
-#: ../../partition_table.pm_.c:640
+#: ../../partition_table.pm_.c:682
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 "
@@ -6240,21 +6740,21 @@ msgstr ""
"L'nica soluci s moure les particions primries per fer que el forat quedi "
"contigu a les particions ampliades"
-#: ../../partition_table.pm_.c:744
+#: ../../partition_table.pm_.c:770
#, c-format
msgid "Restoring from file %s failed: %s"
msgstr "Ha fallat la restauraci del fitxer %s: %s"
-#: ../../partition_table.pm_.c:746
+#: ../../partition_table.pm_.c:772
msgid "Bad backup file"
msgstr "Fitxer de cpia de seguretat incorrecte"
-#: ../../partition_table.pm_.c:768
+#: ../../partition_table.pm_.c:794
#, c-format
msgid "Error writing to file %s"
msgstr "S'ha produt un error en escriure al fitxer %s"
-#: ../../partition_table_raw.pm_.c:154
+#: ../../partition_table_raw.pm_.c:186
msgid ""
"Something bad is happening on your drive. \n"
"A test to check the integrity of data has failed. \n"
@@ -6300,7 +6800,7 @@ msgstr ""
msgid "PDQ - Print, Don't Queue"
msgstr ""
-#: ../../printer.pm_.c:32
+#: ../../printer.pm_.c:32 ../../printer.pm_.c:871
msgid "CUPS"
msgstr ""
@@ -6316,65 +6816,144 @@ msgstr ""
msgid "PDQ"
msgstr ""
-#: ../../printer.pm_.c:40
+#: ../../printer.pm_.c:47
msgid "Local printer"
msgstr "Impressora local"
-#: ../../printer.pm_.c:41
+#: ../../printer.pm_.c:48
msgid "Remote printer"
msgstr "Impressora remota"
-#: ../../printer.pm_.c:42
+#: ../../printer.pm_.c:49
#, fuzzy
msgid "Printer on remote CUPS server"
msgstr "Servidor CUPS remot"
-#: ../../printer.pm_.c:43
+#: ../../printer.pm_.c:50 ../../printerdrake.pm_.c:734
#, fuzzy
msgid "Printer on remote lpd server"
msgstr "Servidor lpd remot"
-#: ../../printer.pm_.c:44
-msgid "Network printer (socket)"
-msgstr "Impressora de xarxa (scol)"
+#: ../../printer.pm_.c:51
+msgid "Network printer (TCP/Socket)"
+msgstr "Impressora de xarxa (TCP/scol)"
-#: ../../printer.pm_.c:45
+#: ../../printer.pm_.c:52
#, fuzzy
msgid "Printer on SMB/Windows 95/98/NT server"
msgstr "SMB/Windows 95/98/NT"
-#: ../../printer.pm_.c:46
+#: ../../printer.pm_.c:53
#, fuzzy
msgid "Printer on NetWare server"
msgstr "Servidor de la impressora"
-#: ../../printer.pm_.c:47
+#: ../../printer.pm_.c:54 ../../printerdrake.pm_.c:738
#, fuzzy
msgid "Enter a printer device URI"
msgstr "Dispositiu URI d'impressora"
-#: ../../printer.pm_.c:48
+#: ../../printer.pm_.c:55
msgid "Pipe job into a command"
msgstr ""
-#: ../../printer.pm_.c:418 ../../printer.pm_.c:839
-#: ../../printerdrake.pm_.c:1227 ../../printerdrake.pm_.c:2023
+#: ../../printer.pm_.c:504 ../../printer.pm_.c:695 ../../printer.pm_.c:1017
+#: ../../printerdrake.pm_.c:1665 ../../printerdrake.pm_.c:2730
msgid "Unknown model"
msgstr ""
-#: ../../printer.pm_.c:546 ../../printerdrake.pm_.c:790
+#: ../../printer.pm_.c:532
+#, fuzzy
+msgid "Local Printers"
+msgstr "Impressora local"
+
+#: ../../printer.pm_.c:534 ../../printer.pm_.c:872
+#, fuzzy
+msgid "Remote Printers"
+msgstr "Impressora remota"
+
+#: ../../printer.pm_.c:541 ../../printerdrake.pm_.c:248
+#, c-format
+msgid " on parallel port \\/*%s"
+msgstr ""
+
+#: ../../printer.pm_.c:544 ../../printerdrake.pm_.c:250
+#, c-format
+msgid ", USB printer \\/*%s"
+msgstr ""
+
+#: ../../printer.pm_.c:549
+#, c-format
+msgid ", multi-function device on parallel port \\/*%s"
+msgstr ""
+
+#: ../../printer.pm_.c:552
+msgid ", multi-function device on USB"
+msgstr ""
+
+#: ../../printer.pm_.c:554
+msgid ", multi-function device on HP JetDirect"
+msgstr ""
+
+#: ../../printer.pm_.c:556
+msgid ", multi-function device"
+msgstr ""
+
+#: ../../printer.pm_.c:559
+#, fuzzy, c-format
+msgid ", printing to %s"
+msgstr "S'ha produt un error en escriure al fitxer %s"
+
+#: ../../printer.pm_.c:561
+#, c-format
+msgid "on LPD server \"%s\", printer \"%s\""
+msgstr ""
+
+#: ../../printer.pm_.c:563
+#, c-format
+msgid ", TCP/IP host \"%s\", port %s"
+msgstr ""
+
+#: ../../printer.pm_.c:567
+#, c-format
+msgid "on Windows server \"%s\", share \"%s\""
+msgstr ""
+
+#: ../../printer.pm_.c:571
+#, c-format
+msgid "on Novell server \"%s\", printer \"%s\""
+msgstr ""
+
+#: ../../printer.pm_.c:573
+#, c-format
+msgid ", using command %s"
+msgstr ""
+
+#: ../../printer.pm_.c:692 ../../printerdrake.pm_.c:1136
msgid "Raw printer (No driver)"
msgstr ""
-#: ../../printer.pm_.c:693
+#: ../../printer.pm_.c:841
#, fuzzy, c-format
msgid "(on %s)"
msgstr "(mdul %s)"
-#: ../../printer.pm_.c:695
+#: ../../printer.pm_.c:843
msgid "(on this machine)"
msgstr ""
+#: ../../printer.pm_.c:868
+#, fuzzy, c-format
+msgid "On CUPS server \"%s\""
+msgstr "IP del servidor CUPS"
+
+#: ../../printer.pm_.c:874 ../../printerdrake.pm_.c:2391
+#: ../../printerdrake.pm_.c:2402 ../../printerdrake.pm_.c:2618
+#: ../../printerdrake.pm_.c:2670 ../../printerdrake.pm_.c:2697
+#: ../../printerdrake.pm_.c:2867 ../../printerdrake.pm_.c:2869
+msgid " (Default)"
+msgstr " (Predeterminat)"
+
#: ../../printerdrake.pm_.c:22
msgid "Select Printer Connection"
msgstr "Seleccioneu la connexi de la impressora"
@@ -6387,176 +6966,349 @@ msgstr "Com est connectada la impressora?"
#, fuzzy
msgid ""
"\n"
-"Printers on remote CUPS servers you do not have to configure\n"
-"here; these printers will be automatically detected. Please\n"
-"select \"Printer on remote CUPS server\" in this case."
+"Printers on remote CUPS servers you do not have to configure here; these "
+"printers will be automatically detected."
msgstr ""
"Amb un servidor CUPS remot, aqu no us cal configurar cap\n"
"impressora; les impressores es detectaran automticament.\n"
"En cas de dubte, seleccioneu \"Servidor CUPS remot\"."
-#: ../../printerdrake.pm_.c:84 ../../printerdrake.pm_.c:88
-#: ../../printerdrake.pm_.c:89 ../../printerdrake.pm_.c:159
-msgid "None"
-msgstr "Cap"
+#: ../../printerdrake.pm_.c:69 ../../printerdrake.pm_.c:2454
+#, fuzzy
+msgid "CUPS configuration"
+msgstr "Configuraci de la LAN"
-#: ../../printerdrake.pm_.c:85 ../../printerdrake.pm_.c:160
+#: ../../printerdrake.pm_.c:70 ../../printerdrake.pm_.c:2455
#, fuzzy
-msgid "Choose a default printer!"
-msgstr "Escolliu l'usuari per omissi:"
+msgid "Specify CUPS server"
+msgstr "Servidor CUPS remot"
-#: ../../printerdrake.pm_.c:105
+#: ../../printerdrake.pm_.c:71
msgid ""
-"With remote CUPS servers, you do not have to configure any \n"
-"printer here; CUPS servers inform your machine automatically\n"
-"about their printers. All printers known to your machine\n"
-"currently are listed in the \"Default printer\" field. Choose\n"
-"the default printer for your machine there and click the\n"
-"\"Apply/Re-read printers\" button. Click the same button to\n"
-"refresh the list (it can take up to 30 seconds after the start\n"
-"of CUPS until all remote printers are visible).\n"
-"When your CUPS server is in a different network, you have to \n"
-"give the CUPS server IP address and optionally the port number\n"
-"to get the printer information from the server, otherwise leave\n"
-"these fields blank."
+"To get access to printers on remote CUPS servers in your local network you "
+"do not have to configure anything; the CUPS servers inform your machine "
+"automatically about their printers. All printers currently known to your "
+"machine are listed in the \"Remote printers\" section in the main window of "
+"Printerdrake. When your CUPS server is not in your local network, you have "
+"to enter the CUPS server IP address and optionally the port number to get "
+"the printer information from the server, otherwise leave these fields blank."
msgstr ""
-#: ../../printerdrake.pm_.c:117
+#: ../../printerdrake.pm_.c:72
msgid ""
"\n"
-"Normally, CUPS is automatically configured according to your\n"
-"network environment, so that you can access the printers on the\n"
-"CUPS servers in your local network. If this does not work \n"
-"correctly, turn off \"Automatic CUPS configuration\" and edit\n"
-"your file /etc/cups/cupsd.conf manually. Do not forget to restart\n"
-"CUPS afterwards (command: \"service cups restart\")."
+"Normally, CUPS is automatically configured according to your network "
+"environment, so that you can access the printers on the CUPS servers in your "
+"local network. If this does not work correctly, turn off \"Automatic CUPS "
+"configuration\" and edit your file /etc/cups/cupsd.conf manually. Do not "
+"forget to restart CUPS afterwards (command: \"service cups restart\")."
msgstr ""
-#: ../../printerdrake.pm_.c:124 ../../printerdrake.pm_.c:1290
-#: ../../printerdrake.pm_.c:1294 ../../printerdrake.pm_.c:1295
-#: ../../printerdrake.pm_.c:1296 ../../printerdrake.pm_.c:2011
-msgid "Close"
-msgstr "Tanca"
-
-#: ../../printerdrake.pm_.c:125
-#, fuzzy
-msgid "Apply/Re-read printers"
-msgstr "Impressora remota"
-
-#: ../../printerdrake.pm_.c:129
+#: ../../printerdrake.pm_.c:76
#, fuzzy
msgid "The IP address should look like 192.168.1.20"
msgstr "L'adrea IP ha d'estar amb el format 1.2.3.4"
-#: ../../printerdrake.pm_.c:134 ../../printerdrake.pm_.c:541
+#: ../../printerdrake.pm_.c:80 ../../printerdrake.pm_.c:862
#, fuzzy
msgid "The port number should be an integer!"
msgstr "El nmero de port ha de ser numric"
-#: ../../printerdrake.pm_.c:141 ../../printerdrake.pm_.c:2095
-#, fuzzy
-msgid "Default printer"
-msgstr "Impressora local"
-
-#: ../../printerdrake.pm_.c:146
+#: ../../printerdrake.pm_.c:87
msgid "CUPS server IP"
msgstr "IP del servidor CUPS"
-#: ../../printerdrake.pm_.c:147 ../../printerdrake.pm_.c:534
+#: ../../printerdrake.pm_.c:88 ../../printerdrake.pm_.c:855
msgid "Port"
msgstr "Port"
-#: ../../printerdrake.pm_.c:149
+#: ../../printerdrake.pm_.c:90
#, fuzzy
msgid "Automatic CUPS configuration"
msgstr "Configuraci del tipus d'arrencada"
-#: ../../printerdrake.pm_.c:217
+#: ../../printerdrake.pm_.c:145 ../../standalone/scannerdrake_.c:42
#, fuzzy
msgid "Detecting devices ..."
msgstr "S'estan detectant els dispositius..."
-#: ../../printerdrake.pm_.c:217
+#: ../../printerdrake.pm_.c:145 ../../standalone/scannerdrake_.c:42
msgid "Test ports"
msgstr "Ports de comprovaci"
-#: ../../printerdrake.pm_.c:238
-#, c-format
-msgid "A printer, model \"%s\", has been detected on "
-msgstr "S'ha detectat una impressora, model \"%s\", a"
+#: ../../printerdrake.pm_.c:167 ../../printerdrake.pm_.c:2437
+#: ../../printerdrake.pm_.c:2556
+#, fuzzy
+msgid "Add a new printer"
+msgstr "Cap impressora"
+
+#: ../../printerdrake.pm_.c:168
+msgid ""
+"\n"
+"Welcome to the Printer Setup Wizard\n"
+"\n"
+"This wizard allows you to install local or remote printers to be used from "
+"this machine and also from other machines in the network.\n"
+"\n"
+"It asks you for all necessary information to set up the printer and gives "
+"you access to all available printer drivers, driver options, and printer "
+"connection types."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:176 ../../printerdrake.pm_.c:203
+#: ../../printerdrake.pm_.c:378 ../../printerdrake.pm_.c:393
+#: ../../printerdrake.pm_.c:403 ../../printerdrake.pm_.c:466
+#, fuzzy
+msgid "Local Printer"
+msgstr "Impressora local"
+
+#: ../../printerdrake.pm_.c:177
+msgid ""
+"\n"
+"Welcome to the Printer Setup Wizard\n"
+"\n"
+"This wizard will help you to install your printer(s) connected to this "
+"computer.\n"
+"\n"
+"Please plug in your printer(s) on this computer and turn it/them on. Click "
+"on \"Next\" when you are ready, and on \"Cancel\" when you do not want to "
+"set up your printer(s) now.\n"
+"\n"
+"Note that some computers can crash during the printer auto-detection, turn "
+"off \"Auto-detect printers\" to do a printer installation without auto-"
+"detection. Use the \"Expert Mode\" of printerdrake when you want to set up "
+"printing on a remote printer if printerdrake does not list it automatically."
+msgstr ""
-#: ../../printerdrake.pm_.c:255
-msgid "Local Printer Device"
-msgstr "Dispositiu de la impressora local"
+#: ../../printerdrake.pm_.c:186
+#, fuzzy
+msgid "Auto-detect printers"
+msgstr "Impressora remota"
+
+#: ../../printerdrake.pm_.c:204
+msgid ""
+"\n"
+"Congratulations, your printer is now installed and configured!\n"
+"\n"
+"You can print using the \"Print\" command of your application (usually in "
+"the \"File\" menu).\n"
+"\n"
+"If you want to add, remove, or rename a printer, or if you want to change "
+"the default option settings (paper input tray, printout quality, ...), "
+"select \"Printer\" in the \"Hardware\" section of the Mandrake Control "
+"Center."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:223
+msgid "Auto-Detection of Printers"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:224
+msgid ""
+"Printerdrake is able to auto-detect your locally connected parallel and USB "
+"printers for you, but note that on some systems the auto-detection CAN "
+"FREEZE YOUR SYSTEM AND THIS CAN LEAD TO CORRUPTED FILE SYSTEMS! So do it ON "
+"YOUR OWN RISK!\n"
+"\n"
+"Do you really want to get your printers auto-detected?"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:227 ../../printerdrake.pm_.c:229
+#: ../../printerdrake.pm_.c:230
+#, fuzzy
+msgid "Do auto-detection"
+msgstr "Utilitza la detecci automtica"
+
+#: ../../printerdrake.pm_.c:228
+#, fuzzy
+msgid "Set up printer manually"
+msgstr "Impressora remota"
#: ../../printerdrake.pm_.c:256
+#, fuzzy, c-format
+msgid "Detected %s"
+msgstr "s'ha detectat %s"
+
+#: ../../printerdrake.pm_.c:260 ../../printerdrake.pm_.c:287
+#: ../../printerdrake.pm_.c:306
+#, c-format
+msgid "Printer on parallel port \\/*%s"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:262 ../../printerdrake.pm_.c:289
+#: ../../printerdrake.pm_.c:311
+#, c-format
+msgid "USB printer \\/*%s"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:379
msgid ""
-"What device is your printer connected to \n"
-"(note that /dev/lp0 is equivalent to LPT1:)?\n"
+"No local printer found! To manually install a printer enter a device name/"
+"file name in the input line (Parallel Ports: /dev/lp0, /dev/lp1, ..., "
+"equivalent to LPT1:, LPT2:, ..., 1st USB printer: /dev/usb/lp0, 2nd USB "
+"printer: /dev/usb/lp1, ...)."
msgstr ""
-"A quin dispositiu est connectada la vostra impressora?\n"
-"(tingueu en compte que /dev/lp0 equival a LPT1:)\n"
-#: ../../printerdrake.pm_.c:258
-msgid "Printer Device"
-msgstr "Dispositiu d'impressora"
+#: ../../printerdrake.pm_.c:383
+#, fuzzy
+msgid "You must enter a device or file name!"
+msgstr "Dispositiu URI d'impressora"
-#: ../../printerdrake.pm_.c:261
-msgid "Device/file name missing!"
+#: ../../printerdrake.pm_.c:394
+#, fuzzy
+msgid ""
+"No local printer found!\n"
+"\n"
+msgstr "Impressora local"
+
+#: ../../printerdrake.pm_.c:395
+msgid ""
+"Network printers can only be installed after the installation. Choose "
+"\"Hardware\" and then \"Printer\" in the Mandrake Control Center."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:396
+msgid ""
+"To install network printers, click \"Cancel\", switch to the \"Expert Mode"
+"\", and click \"Add a new printer\" again."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:407
+msgid ""
+"The following printer was auto-detected, if it is not the one you want to "
+"configure, enter a device name/file name in the input line"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:408
+msgid ""
+"Here is a list of all auto-detected printers. Please choose the printer you "
+"want to set up or enter a device name/file name in the input line"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:410
+msgid ""
+"The following printer was auto-detected. The configuration of the printer "
+"will work fully automatically. If your printer was not correctly detected or "
+"if you prefer a customized printer configuration, turn on \"Manual "
+"configuration\"."
msgstr ""
-#: ../../printerdrake.pm_.c:274 ../../printerdrake.pm_.c:698
-#: ../../printerdrake.pm_.c:786
+#: ../../printerdrake.pm_.c:411
+msgid ""
+"Here is a list of all auto-detected printers. Please choose the printer you "
+"want to set up. The configuration of the printer will work fully "
+"automatically. If your printer was not correctly detected or if you prefer a "
+"customized printer configuration, turn on \"Manual configuration\"."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:413
+msgid ""
+"Please choose the port where your printer is connected to or enter a device "
+"name/file name in the input line"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:414
+#, fuzzy
+msgid "Please choose the port where your printer is connected to."
+msgstr ""
+"Si us plau, seleccioneu el port srie al qual teniu connectat el mdem."
+
+#: ../../printerdrake.pm_.c:416
+msgid ""
+" (Parallel Ports: /dev/lp0, /dev/lp1, ..., equivalent to LPT1:, LPT2:, ..., "
+"1st USB printer: /dev/usb/lp0, 2nd USB printer: /dev/usb/lp1, ...)."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:421
+#, fuzzy
+msgid "You must choose/enter a printer/device!"
+msgstr "Dispositiu URI d'impressora"
+
+#: ../../printerdrake.pm_.c:441
+#, fuzzy
+msgid "Manual configuration"
+msgstr "Configuraci"
+
+#: ../../printerdrake.pm_.c:467
+msgid ""
+"Is your printer a multi-function device from HP (OfficeJet, PSC, PhotoSmart, "
+"LaserJet 1100/1200/1220/3200/3300 with scanner)?"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:482
+#, fuzzy
+msgid "Installing HPOJ package..."
+msgstr "S'est installant el paquet %s"
+
+#: ../../printerdrake.pm_.c:487
+msgid "Checking device and configuring HPOJ ..."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:505
+#, fuzzy
+msgid "Installing SANE package..."
+msgstr "S'est installant el paquet %s"
+
+#: ../../printerdrake.pm_.c:517
+msgid "Scanning on your HP multi-function device"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:534
+#, fuzzy
+msgid "Making printer port available for CUPS ..."
+msgstr "S'est llegint la base de dades de controladors CUPS..."
+
+#: ../../printerdrake.pm_.c:544 ../../printerdrake.pm_.c:1018
+#: ../../printerdrake.pm_.c:1132
#, fuzzy
msgid "Reading printer database ..."
msgstr "S'est llegint la base de dades de controladors CUPS..."
-#: ../../printerdrake.pm_.c:312
+#: ../../printerdrake.pm_.c:624
msgid "Remote lpd Printer Options"
msgstr "Opcions de la impressora lpd remota"
-#: ../../printerdrake.pm_.c:313
+#: ../../printerdrake.pm_.c:625
#, fuzzy
msgid ""
-"To use a remote lpd printer, you need to supply\n"
-"the hostname of the printer server and the printer name\n"
-"on that server."
+"To use a remote lpd printer, you need to supply the hostname of the printer "
+"server and the printer name on that server."
msgstr ""
"Per poder utilitzar una cua d'impressi lpd remota, necessiteu proporcionar\n"
"el nom de l'ordinador central del servidor de la impressora i el nom de la\n"
"cua d'aquest servidor on s'hi han de situar les tasques."
-#: ../../printerdrake.pm_.c:316
+#: ../../printerdrake.pm_.c:626
#, fuzzy
msgid "Remote host name"
msgstr "Nom de l'ordinador central remot"
-#: ../../printerdrake.pm_.c:317
+#: ../../printerdrake.pm_.c:627
#, fuzzy
msgid "Remote printer name"
msgstr "Impressora remota"
-#: ../../printerdrake.pm_.c:320
+#: ../../printerdrake.pm_.c:630
#, fuzzy
msgid "Remote host name missing!"
msgstr "Nom de l'ordinador central remot"
-#: ../../printerdrake.pm_.c:324
+#: ../../printerdrake.pm_.c:634
#, fuzzy
msgid "Remote printer name missing!"
msgstr "Nom de l'ordinador central remot"
-#: ../../printerdrake.pm_.c:392
+#: ../../printerdrake.pm_.c:702
msgid "SMB (Windows 9x/NT) Printer Options"
msgstr "Opcions de la impressora SMB (Windows 9x/NT)"
-#: ../../printerdrake.pm_.c:393
+#: ../../printerdrake.pm_.c:703
+#, fuzzy
msgid ""
-"To print to a SMB printer, you need to provide the\n"
-"SMB host name (Note! It may be different from its\n"
-"TCP/IP hostname!) and possibly the IP address of the print server, as\n"
-"well as the share name for the printer you wish to access and any\n"
-"applicable user name, password, and workgroup information."
+"To print to a SMB printer, you need to provide the SMB host name (Note! It "
+"may be different from its TCP/IP hostname!) and possibly the IP address of "
+"the print server, as well as the share name for the printer you wish to "
+"access and any applicable user name, password, and workgroup information."
msgstr ""
"Per poder imprimir a una impressora SMB, heu d'indicar el nom de\n"
"l'ordinador central SMB (tingueu en compte que pot ser diferent del seu nom\n"
@@ -6565,40 +7317,86 @@ msgstr ""
"de compartici de la impressora a qu voleu accedir i el nom d'usuari,\n"
"contrasenya i informaci de grup si sn necessaris."
-#: ../../printerdrake.pm_.c:398
+#: ../../printerdrake.pm_.c:704
msgid "SMB server host"
msgstr "Ordinador central del servidor SMB"
-#: ../../printerdrake.pm_.c:399
+#: ../../printerdrake.pm_.c:705
msgid "SMB server IP"
msgstr "IP del servidor SMB"
-#: ../../printerdrake.pm_.c:400
+#: ../../printerdrake.pm_.c:706
msgid "Share name"
msgstr "Nom de compartici"
-#: ../../printerdrake.pm_.c:403
+#: ../../printerdrake.pm_.c:709
msgid "Workgroup"
msgstr "Grup de treball"
-#: ../../printerdrake.pm_.c:410
+#: ../../printerdrake.pm_.c:716
msgid "Either the server name or the server's IP must be given!"
msgstr ""
-#: ../../printerdrake.pm_.c:414
+#: ../../printerdrake.pm_.c:720
msgid "Samba share name missing!"
msgstr ""
-#: ../../printerdrake.pm_.c:473
+#: ../../printerdrake.pm_.c:725
+msgid "SECURITY WARNING!"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:726
+#, c-format
+msgid ""
+"You are about to set up printing to a Windows account with password. Due to "
+"a fault in the architecture of the Samba client software the password is put "
+"in clear text into the command line of the Samba client used to transmit the "
+"print job to the Windows server. So it is possible for every user on this "
+"machine to display the password on the screen by issuing commands as \"ps "
+"auxwww\".\n"
+"\n"
+"We recommend to make use of one of the following alternatives (in all cases "
+"you have to make sure that only machines from your local network have access "
+"to your Windows server, for example by means of a firewall):\n"
+"\n"
+"Use a password-less account on your Windows server, as the \"GUEST\" account "
+"or a special account dedicated for printing. Do not remove the password "
+"protection from a personal account or the administrator account.\n"
+"\n"
+"Set up your Windows server to make the printer available under the LPD "
+"protocol. Then set up printing from this machine with the \"%s\" connection "
+"type in Printerdrake.\n"
+"\n"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:736
+#, c-format
+msgid ""
+"Set up your Windows server to make the printer available under the IPP "
+"protocol and set up printing from this machine with the \"%s\" connection "
+"type in Printerdrake.\n"
+"\n"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:739
+msgid ""
+"Connect your printer to a Linux server and let your Windows machine(s) "
+"connect to it as a client.\n"
+"\n"
+"Do you really want to continue setting up this printer as you are doing now?"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:801
msgid "NetWare Printer Options"
msgstr "Opcions de la impressora NetWare"
-#: ../../printerdrake.pm_.c:474
+#: ../../printerdrake.pm_.c:802
+#, fuzzy
msgid ""
-"To print on a NetWare printer, you need to provide the\n"
-"NetWare print server name (Note! it may be different from its\n"
-"TCP/IP hostname!) as well as the print queue name for the printer you\n"
-"wish to access and any applicable user name and password."
+"To print on a NetWare printer, you need to provide the NetWare print server "
+"name (Note! it may be different from its TCP/IP hostname!) as well as the "
+"print queue name for the printer you wish to access and any applicable user "
+"name and password."
msgstr ""
"Per poder imprimir a una impressora NetWare, heu de proporcionar el nom del\n"
"servidor d'impressi NetWare (tingueu en compte que pot ser diferent del "
@@ -6607,221 +7405,267 @@ msgstr ""
"la impressora a qu voleu accedir i el nom d'usuari i contrasenya si sn\n"
"necessaris."
-#: ../../printerdrake.pm_.c:478
+#: ../../printerdrake.pm_.c:803
msgid "Printer Server"
msgstr "Servidor de la impressora"
-#: ../../printerdrake.pm_.c:479
+#: ../../printerdrake.pm_.c:804
msgid "Print Queue Name"
msgstr "Nom de la cua d'impressi"
-#: ../../printerdrake.pm_.c:484
+#: ../../printerdrake.pm_.c:809
msgid "NCP server name missing!"
msgstr ""
-#: ../../printerdrake.pm_.c:488
+#: ../../printerdrake.pm_.c:813
msgid "NCP queue name missing!"
msgstr ""
-#: ../../printerdrake.pm_.c:527
-msgid "Socket Printer Options"
+#: ../../printerdrake.pm_.c:852
+#, fuzzy
+msgid "TCP/Socket Printer Options"
msgstr "Opcions de la impressora de scol"
-#: ../../printerdrake.pm_.c:528
+#: ../../printerdrake.pm_.c:853
#, fuzzy
msgid ""
-"To print to a socket printer, you need to provide the\n"
-"host name of the printer and optionally the port number.\n"
-"On HP JetDirect servers the port number is usually 9100,\n"
-"on other servers it can vary. See the manual of your\n"
+"To print to a TCP or socket printer, you need to provide the host name of "
+"the printer and optionally the port number. On HP JetDirect servers the port "
+"number is usually 9100, on other servers it can vary. See the manual of your "
"hardware."
msgstr ""
"Per imprimir a una impressora de scol, heu d'indicar el nom de l'ordinador\n"
"central de la impressora i, opcionalment, el nmero de port."
-#: ../../printerdrake.pm_.c:533
+#: ../../printerdrake.pm_.c:854
#, fuzzy
msgid "Printer host name"
msgstr "Nom de l'ordinador central de la impressora"
-#: ../../printerdrake.pm_.c:537
+#: ../../printerdrake.pm_.c:858
#, fuzzy
msgid "Printer host name missing!"
msgstr "Nom de l'ordinador central de la impressora"
-#: ../../printerdrake.pm_.c:566 ../../printerdrake.pm_.c:568
+#: ../../printerdrake.pm_.c:887 ../../printerdrake.pm_.c:889
msgid "Printer Device URI"
msgstr "Dispositiu URI d'impressora"
-#: ../../printerdrake.pm_.c:567
+#: ../../printerdrake.pm_.c:888
msgid ""
"You can specify directly the URI to access the printer. The URI must fulfill "
"either the CUPS or the Foomatic specifications. Note that not all URI types "
"are supported by all the spoolers."
msgstr ""
-#: ../../printerdrake.pm_.c:582
+#: ../../printerdrake.pm_.c:903
msgid "A valid URI must be entered!"
msgstr ""
-#: ../../printerdrake.pm_.c:682
+#: ../../printerdrake.pm_.c:1004
msgid ""
-"Every printer needs a name (for example lp).\n"
-"The Description and Location fields do not need \n"
-"to be filled in. They are comments for the users."
+"Every printer needs a name (for example \"printer\"). The Description and "
+"Location fields do not need to be filled in. They are comments for the users."
msgstr ""
-#: ../../printerdrake.pm_.c:685
+#: ../../printerdrake.pm_.c:1005
msgid "Name of printer"
msgstr "Nom de la impressora"
-#: ../../printerdrake.pm_.c:686
+#: ../../printerdrake.pm_.c:1006
msgid "Description"
msgstr "Descripci"
-#: ../../printerdrake.pm_.c:687
+#: ../../printerdrake.pm_.c:1007
msgid "Location"
msgstr "Ubicaci"
-#: ../../printerdrake.pm_.c:701
+#: ../../printerdrake.pm_.c:1021
#, fuzzy
msgid "Preparing printer database ..."
msgstr "S'est llegint la base de dades de controladors CUPS..."
-#: ../../printerdrake.pm_.c:793
+#: ../../printerdrake.pm_.c:1112
+#, fuzzy
+msgid "Your printer model"
+msgstr "Impressora remota"
+
+#: ../../printerdrake.pm_.c:1113
+#, c-format
+msgid ""
+"Printerdrake has compared the model name resulting from the printer auto-"
+"detection with the models listed in its printer database to find the best "
+"match. This choice can be wrong, especially when your printer is not listed "
+"at all in the database. So check whether the choice is correct and click "
+"\"The model is correct\" if so and if not, click \"Select model manually\" "
+"so that you can choose your printer model manually on the next screen.\n"
+"\n"
+"For your printer Printerdrake has found:\n"
+"\n"
+"%s"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1118 ../../printerdrake.pm_.c:1121
+#, fuzzy
+msgid "The model is correct"
+msgstr "Aix s correcte?"
+
+#: ../../printerdrake.pm_.c:1119 ../../printerdrake.pm_.c:1120
+#: ../../printerdrake.pm_.c:1123
+#, fuzzy
+msgid "Select model manually"
+msgstr "Impressora remota"
+
+#: ../../printerdrake.pm_.c:1139
#, fuzzy
msgid "Printer model selection"
msgstr "Connexi de la impressora"
-#: ../../printerdrake.pm_.c:794
+#: ../../printerdrake.pm_.c:1140
#, fuzzy
msgid "Which printer model do you have?"
msgstr "Quin tipus d'impressora teniu?"
-#: ../../printerdrake.pm_.c:866
+#: ../../printerdrake.pm_.c:1141
+msgid ""
+"\n"
+"\n"
+"Please check whether Printerdrake did the auto-detection of your printer "
+"model correctly. Search the correct model in the list when the cursor is "
+"standing on a wrong model or on \"Raw printer\"."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1144
+msgid ""
+"If your printer is not listed, choose a compatible (see printer manual) or a "
+"similar one."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1220
#, fuzzy
msgid "OKI winprinter configuration"
msgstr "Configuraci del mdem"
-#: ../../printerdrake.pm_.c:867
+#: ../../printerdrake.pm_.c:1221
msgid ""
"You are configuring an OKI laser winprinter. These printers\n"
-"use a very special communication protocol and therefore they\n"
-"work only when connected to the first parallel port. When\n"
-"your printer is connected to another port or to a print\n"
-"server box please connect the printer to the first parallel\n"
-"port before you print a test page. Otherwise the printer\n"
-"will not work. Your connection type setting will be ignored\n"
-"by the driver."
+"use a very special communication protocol and therefore they work only when "
+"connected to the first parallel port. When your printer is connected to "
+"another port or to a print server box please connect the printer to the "
+"first parallel port before you print a test page. Otherwise the printer will "
+"not work. Your connection type setting will be ignored by the driver."
msgstr ""
-#: ../../printerdrake.pm_.c:916 ../../printerdrake.pm_.c:946
+#: ../../printerdrake.pm_.c:1264 ../../printerdrake.pm_.c:1291
#, fuzzy
msgid "Lexmark inkjet configuration"
msgstr "Configuraci d'Internet"
-#: ../../printerdrake.pm_.c:917
+#: ../../printerdrake.pm_.c:1265
msgid ""
-"The inkjet printer drivers provided by Lexmark only support\n"
-"local printers, no printers on remote machines or print server\n"
-"boxes. Please connect your printer to a local port or\n"
-"configure it on the machine where it is connected to."
+"The inkjet printer drivers provided by Lexmark only support local printers, "
+"no printers on remote machines or print server boxes. Please connect your "
+"printer to a local port or configure it on the machine where it is connected "
+"to."
msgstr ""
-#: ../../printerdrake.pm_.c:947
+#: ../../printerdrake.pm_.c:1292
msgid ""
-"To be able to print with your Lexmark inkjet and this\n"
-"configuration, you need the inkjet printer drivers\n"
-"provided by Lexmark (http://www.lexmark.com/). Go to\n"
-"the US site and click on the \"Drivers\" button. Then\n"
-"choose your model and afterwards \"Linux\" as\n"
-"operating system. The drivers come as RPM packages\n"
-"or shell scripts with interactive graphical installation.\n"
-"You do not need to do this configuration by the\n"
-"graphical frontends. Cancel directly after the license\n"
-"agreement. Then print printhead alignment pages with\n"
-"\"lexmarkmaintain\" and adjust the head alignment\n"
-"settings with this program."
+"To be able to print with your Lexmark inkjet and this configuration, you "
+"need the inkjet printer drivers provided by Lexmark (http://www.lexmark."
+"com/). Go to the US site and click on the \"Drivers\" button. Then choose "
+"your model and afterwards \"Linux\" as operating system. The drivers come as "
+"RPM packages or shell scripts with interactive graphical installation. You "
+"do not need to do this configuration by the graphical frontends. Cancel "
+"directly after the license agreement. Then print printhead alignment pages "
+"with \"lexmarkmaintain\" and adjust the head alignment settings with this "
+"program."
msgstr ""
-#: ../../printerdrake.pm_.c:1079
+#: ../../printerdrake.pm_.c:1508
msgid ""
"Printer default settings\n"
-"You should make sure that the page size and the\n"
-"ink type (if available) are set correctly. Note\n"
-"that with a very high printout quality printing\n"
-"can get substantially slower."
+"\n"
+"You should make sure that the page size and the ink type/printing mode (if "
+"available) and also the hardware configuration of laser printers (memory, "
+"duplex unit, extra trays) are set correctly. Note that with a very high "
+"printout quality/resolution printing can get substantially slower."
msgstr ""
-#: ../../printerdrake.pm_.c:1090
+#: ../../printerdrake.pm_.c:1517
#, c-format
msgid "Option %s must be an integer number!"
msgstr ""
-#: ../../printerdrake.pm_.c:1094
+#: ../../printerdrake.pm_.c:1521
#, c-format
msgid "Option %s must be a number!"
msgstr ""
-#: ../../printerdrake.pm_.c:1099
+#: ../../printerdrake.pm_.c:1526
#, c-format
msgid "Option %s out of range!"
msgstr ""
-#: ../../printerdrake.pm_.c:1136
+#: ../../printerdrake.pm_.c:1565
#, fuzzy, c-format
msgid ""
"Do you want to set this printer (\"%s\")\n"
"as the default printer?"
msgstr "Voleu comprovar la impressi?"
-#: ../../printerdrake.pm_.c:1152
+#: ../../printerdrake.pm_.c:1582
#, fuzzy
msgid "Test pages"
msgstr "Ports de comprovaci"
-#: ../../printerdrake.pm_.c:1153
+#: ../../printerdrake.pm_.c:1583
msgid ""
"Please select the test pages you want to print.\n"
-"Note: the photo test page can take a rather long time to get printed\n"
-"and on laser printers with too low memory it can even not come out.\n"
-"In most cases it is enough to print the standard test page."
+"Note: the photo test page can take a rather long time to get printed and on "
+"laser printers with too low memory it can even not come out. In most cases "
+"it is enough to print the standard test page."
msgstr ""
-#: ../../printerdrake.pm_.c:1158
+#: ../../printerdrake.pm_.c:1587
#, fuzzy
msgid "No test pages"
msgstr "S, imprimeix ambdues pgines de prova"
-#: ../../printerdrake.pm_.c:1159
+#: ../../printerdrake.pm_.c:1588
#, fuzzy
msgid "Print"
msgstr "Impressora"
-#: ../../printerdrake.pm_.c:1161
+#: ../../printerdrake.pm_.c:1590
#, fuzzy
msgid "Standard test page"
msgstr "Eines estndard"
-#: ../../printerdrake.pm_.c:1164
+#: ../../printerdrake.pm_.c:1593
msgid "Alternative test page (Letter)"
msgstr ""
-#: ../../printerdrake.pm_.c:1167
+#: ../../printerdrake.pm_.c:1596
#, fuzzy
msgid "Alternative test page (A4)"
msgstr "S'esta(n) imprimint la(es) pgina(es) de prova... "
-#: ../../printerdrake.pm_.c:1169
+#: ../../printerdrake.pm_.c:1598
#, fuzzy
msgid "Photo test page"
msgstr "S'esta(n) imprimint la(es) pgina(es) de prova... "
-#: ../../printerdrake.pm_.c:1175 ../../printerdrake.pm_.c:1297
+#: ../../printerdrake.pm_.c:1602
+#, fuzzy
+msgid "Do not print any test page"
+msgstr "S'esta(n) imprimint la(es) pgina(es) de prova... "
+
+#: ../../printerdrake.pm_.c:1610 ../../printerdrake.pm_.c:1747
msgid "Printing test page(s)..."
msgstr "S'esta(n) imprimint la(es) pgina(es) de prova... "
-#: ../../printerdrake.pm_.c:1200
+#: ../../printerdrake.pm_.c:1635
#, fuzzy, c-format
msgid ""
"Test page(s) have been sent to the printer.\n"
@@ -6837,7 +7681,7 @@ msgstr ""
"\n"
"Funciona correctament?"
-#: ../../printerdrake.pm_.c:1204
+#: ../../printerdrake.pm_.c:1639
#, fuzzy
msgid ""
"Test page(s) have been sent to the printer.\n"
@@ -6847,33 +7691,33 @@ msgstr ""
"Degut a aix, pot passar un cert temps abans no comenci la impressi.\n"
"Funciona correctament?"
-#: ../../printerdrake.pm_.c:1211
+#: ../../printerdrake.pm_.c:1646
msgid "Did it work properly?"
msgstr ""
-#: ../../printerdrake.pm_.c:1229 ../../printerdrake.pm_.c:2025
+#: ../../printerdrake.pm_.c:1667 ../../printerdrake.pm_.c:2732
#, fuzzy
msgid "Raw printer"
msgstr "Cap impressora"
-#: ../../printerdrake.pm_.c:1237
+#: ../../printerdrake.pm_.c:1685
#, c-format
msgid ""
"To print a file from the command line (terminal window) you can either use "
"the command \"%s <file>\" or a graphical printing tool: \"xpp <file>\" or "
-"\"qtcups <file>\". The graphical tools allow you to choose the printer and "
+"\"kprinter <file>\". The graphical tools allow you to choose the printer and "
"to modify the option settings easily.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:1239
+#: ../../printerdrake.pm_.c:1687
msgid ""
"These commands you can also use in the \"Printing command\" field of the "
"printing dialogs of many applications, but here do not supply the file name "
"because the file to print is provided by the application.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:1242 ../../printerdrake.pm_.c:1254
-#: ../../printerdrake.pm_.c:1266
+#: ../../printerdrake.pm_.c:1690 ../../printerdrake.pm_.c:1706
+#: ../../printerdrake.pm_.c:1716
#, c-format
msgid ""
"\n"
@@ -6882,43 +7726,49 @@ msgid ""
"line, e. g. \"%s <file>\". "
msgstr ""
-#: ../../printerdrake.pm_.c:1244 ../../printerdrake.pm_.c:1284
+#: ../../printerdrake.pm_.c:1693 ../../printerdrake.pm_.c:1732
+#, c-format
+msgid ""
+"To know about the options available for the current printer read either the "
+"list shown below or click on the \"Print option list\" button.%s\n"
+"\n"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1696
msgid ""
-"To get a list of the options available for the current printer read either "
-"the list shown below or click on the \"Print option list\" button.\n"
+"Here is a list of the available printing options for the current printer:\n"
"\n"
msgstr ""
-#: ../../printerdrake.pm_.c:1249 ../../printerdrake.pm_.c:1261
+#: ../../printerdrake.pm_.c:1701 ../../printerdrake.pm_.c:1711
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
"<file>\".\n"
msgstr ""
-#: ../../printerdrake.pm_.c:1251 ../../printerdrake.pm_.c:1263
-#: ../../printerdrake.pm_.c:1275
+#: ../../printerdrake.pm_.c:1703 ../../printerdrake.pm_.c:1713
+#: ../../printerdrake.pm_.c:1723
msgid ""
"This command you can also use in the \"Printing command\" field of the "
"printing dialogs of many applications. But here do not supply the file name "
"because the file to print is provided by the application.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:1256 ../../printerdrake.pm_.c:1268
+#: ../../printerdrake.pm_.c:1708 ../../printerdrake.pm_.c:1718
msgid ""
"To get a list of the options available for the current printer click on the "
-"\"Print option list\" button.\n"
-"\n"
+"\"Print option list\" button."
msgstr ""
-#: ../../printerdrake.pm_.c:1273
+#: ../../printerdrake.pm_.c:1721
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
"<file>\" or \"%s <file>\".\n"
msgstr ""
-#: ../../printerdrake.pm_.c:1277
+#: ../../printerdrake.pm_.c:1725
msgid ""
"You can also use the graphical interface \"xpdq\" for setting options and "
"handling printing jobs.\n"
@@ -6928,7 +7778,7 @@ msgid ""
"jams.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:1281
+#: ../../printerdrake.pm_.c:1729
#, c-format
msgid ""
"\n"
@@ -6937,86 +7787,123 @@ msgid ""
"line, e. g. \"%s <file>\".\n"
msgstr ""
-#: ../../printerdrake.pm_.c:1292
+#: ../../printerdrake.pm_.c:1738 ../../printerdrake.pm_.c:1744
+#: ../../printerdrake.pm_.c:1745 ../../printerdrake.pm_.c:1746
+#: ../../printerdrake.pm_.c:2716 ../../standalone/drakbackup_.c:754
+#: ../../standalone/drakbackup_.c:2458 ../../standalone/drakfont_.c:577
+#: ../../standalone/drakfont_.c:791
+msgid "Close"
+msgstr "Tanca"
+
+#: ../../printerdrake.pm_.c:1741 ../../printerdrake.pm_.c:1753
+#, fuzzy, c-format
+msgid "Printing/Scanning on \"%s\""
+msgstr "S'est desactivant la xarxa"
+
+#: ../../printerdrake.pm_.c:1742 ../../printerdrake.pm_.c:1754
#, fuzzy, c-format
msgid "Printing on the printer \"%s\""
msgstr "S'est desactivant la xarxa"
-#: ../../printerdrake.pm_.c:1294
+#: ../../printerdrake.pm_.c:1744
#, fuzzy
msgid "Print option list"
msgstr "Opcions de la impressora"
-#: ../../printerdrake.pm_.c:1318 ../../printerdrake.pm_.c:1741
-#: ../../standalone/printerdrake_.c:48
+#: ../../printerdrake.pm_.c:1766
+#, c-format
+msgid ""
+"Your HP multi-function device was configured automatically to be able to "
+"scan. Now you can scan with \"scanimage\" (\"scanimage -d hp:%s\" to specify "
+"the scanner when you have more than one) from the command line or with the "
+"graphical interfaces \"xscanimage\" or \"xsane\". If you are using the GIMP, "
+"you can also scan by choosing the appropriate point in the \"File\"/\"Acquire"
+"\" menu. Call also \"man scanimage\" and \"man sane-hp\" on the command line "
+"to get more information.\n"
+"\n"
+"Do not use \"scannerdrake\" for this device!"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1772
+#, c-format
+msgid ""
+"Your HP multi-function device was configured automatically to be able to "
+"scan. Now you can scan from the command line with \"ptal-hp %s scan ...\". "
+"Scanning via a graphical interface or from the GIMP is not supported yet for "
+"your device. More information you will find in the \"/usr/share/doc/hpoj-0.8/"
+"ptal-hp-scan.html\" file on your system. If you have an HP LaserJet 1100 or "
+"1200 you can only scan when you have the scanner option installed.\n"
+"\n"
+"Do not use \"scannerdrake\" for this device!"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1794 ../../printerdrake.pm_.c:2221
+#: ../../printerdrake.pm_.c:2485 ../../standalone/printerdrake_.c:49
#, fuzzy
msgid "Reading printer data ..."
msgstr "S'est llegint la base de dades de controladors CUPS..."
-#: ../../printerdrake.pm_.c:1338 ../../printerdrake.pm_.c:1376
-#: ../../printerdrake.pm_.c:1411
+#: ../../printerdrake.pm_.c:1814 ../../printerdrake.pm_.c:1842
+#: ../../printerdrake.pm_.c:1877
#, fuzzy
msgid "Transfer printer configuration"
msgstr "Configuraci d'Internet"
-#: ../../printerdrake.pm_.c:1339
+#: ../../printerdrake.pm_.c:1815
#, c-format
msgid ""
-"You can copy the printer configuration which you have done \n"
-"for the spooler %s to %s, your current spooler. All the\n"
-"configuration data (printer name, description, location, \n"
-"connection type, and default option settings) is overtaken,\n"
-"but jobs will not be transferred.\n"
-"Not all queues can be transferred due to the following \n"
-"reasons:\n"
+"You can copy the printer configuration which you have done for the spooler %"
+"s to %s, your current spooler. All the configuration data (printer name, "
+"description, location, connection type, and default option settings) is "
+"overtaken, but jobs will not be transferred.\n"
+"Not all queues can be transferred due to the following reasons:\n"
msgstr ""
-#: ../../printerdrake.pm_.c:1347
+#: ../../printerdrake.pm_.c:1818
msgid ""
-"CUPS does not support printers on Novell servers or printers\n"
-"sending the data into a free-formed command.\n"
+"CUPS does not support printers on Novell servers or printers sending the "
+"data into a free-formed command.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:1350
+#: ../../printerdrake.pm_.c:1820
msgid ""
-"PDQ only supports local printers, remote LPD printers, and\n"
-"Socket/TCP printers.\n"
+"PDQ only supports local printers, remote LPD printers, and Socket/TCP "
+"printers.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:1353
+#: ../../printerdrake.pm_.c:1822
msgid "LPD and LPRng do not support IPP printers.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:1355
+#: ../../printerdrake.pm_.c:1824
msgid ""
-"In addition, queues not created with this program or\n"
-"\"foomatic-configure\" cannot be transferred."
+"In addition, queues not created with this program or \"foomatic-configure\" "
+"cannot be transferred."
msgstr ""
-#: ../../printerdrake.pm_.c:1357
+#: ../../printerdrake.pm_.c:1825
msgid ""
"\n"
-"Also printers configured with the PPD files provided by\n"
-"their manufacturers or with native CUPS drivers can not be\n"
-"transferred."
+"Also printers configured with the PPD files provided by their manufacturers "
+"or with native CUPS drivers cannot be transferred."
msgstr ""
-#: ../../printerdrake.pm_.c:1360
+#: ../../printerdrake.pm_.c:1826
msgid ""
"\n"
"Mark the printers which you want to transfer and click \n"
"\"Transfer\"."
msgstr ""
-#: ../../printerdrake.pm_.c:1363
+#: ../../printerdrake.pm_.c:1829
msgid "Do not transfer printers"
msgstr ""
-#: ../../printerdrake.pm_.c:1364 ../../printerdrake.pm_.c:1381
+#: ../../printerdrake.pm_.c:1830 ../../printerdrake.pm_.c:1847
msgid "Transfer"
msgstr ""
-#: ../../printerdrake.pm_.c:1377
+#: ../../printerdrake.pm_.c:1843
#, c-format
msgid ""
"A printer named \"%s\" already exists under %s. \n"
@@ -7024,307 +7911,361 @@ msgid ""
"You can also type a new name or skip this printer."
msgstr ""
-#: ../../printerdrake.pm_.c:1385
+#: ../../printerdrake.pm_.c:1851
msgid "Name of printer should contain only letters, numbers and the underscore"
msgstr ""
"El nom de la impressora noms pot constar de lletres, nmeros i el carcter "
"de subratllat"
-#: ../../printerdrake.pm_.c:1390
+#: ../../printerdrake.pm_.c:1856
#, c-format
msgid ""
"The printer \"%s\" already exists,\n"
"do you really want to overwrite its configuration?"
msgstr ""
-#: ../../printerdrake.pm_.c:1398
+#: ../../printerdrake.pm_.c:1864
#, fuzzy
msgid "New printer name"
msgstr "Cap impressora"
-#: ../../printerdrake.pm_.c:1401
+#: ../../printerdrake.pm_.c:1867
#, c-format
msgid "Transferring %s ..."
msgstr ""
-#: ../../printerdrake.pm_.c:1412
+#: ../../printerdrake.pm_.c:1878
#, c-format
msgid ""
-"You have transferred your former default printer (\"%s\"),\n"
-"Should it be also the default printer under the\n"
-"new printing system %s?"
+"You have transferred your former default printer (\"%s\"), Should it be also "
+"the default printer under the new printing system %s?"
msgstr ""
-#: ../../printerdrake.pm_.c:1423
+#: ../../printerdrake.pm_.c:1887
#, fuzzy
msgid "Refreshing printer data ..."
msgstr "S'est llegint la base de dades de controladors CUPS..."
-#: ../../printerdrake.pm_.c:1431 ../../printerdrake.pm_.c:1494
-#: ../../printerdrake.pm_.c:1515
+#: ../../printerdrake.pm_.c:1895 ../../printerdrake.pm_.c:1966
+#: ../../printerdrake.pm_.c:1978
#, fuzzy
msgid "Configuration of a remote printer"
msgstr "Configura la impressora"
-#: ../../printerdrake.pm_.c:1432
+#: ../../printerdrake.pm_.c:1896
#, fuzzy
msgid "Starting network ..."
msgstr "S'est comprovant la vostra conexi..."
-#: ../../printerdrake.pm_.c:1454 ../../printerdrake.pm_.c:1462
-#: ../../printerdrake.pm_.c:1464
+#: ../../printerdrake.pm_.c:1930 ../../printerdrake.pm_.c:1934
+#: ../../printerdrake.pm_.c:1936
#, fuzzy
msgid "Configure the network now"
msgstr "Configura la xarxa"
-#: ../../printerdrake.pm_.c:1455
+#: ../../printerdrake.pm_.c:1931
#, fuzzy
msgid "Network functionality not configured"
msgstr "El monitor no est configurat"
-#: ../../printerdrake.pm_.c:1456
+#: ../../printerdrake.pm_.c:1932
msgid ""
-"You are going to configure a remote printer. This needs working\n"
-"network access, but your network is not configured yet. If you\n"
-"go on without network configuration, you will not be able to use\n"
-"the printer which you are configuring now. How do you want \n"
-"to proceed?"
+"You are going to configure a remote printer. This needs working network "
+"access, but your network is not configured yet. If you go on without network "
+"configuration, you will not be able to use the printer which you are "
+"configuring now. How do you want to proceed?"
msgstr ""
-#: ../../printerdrake.pm_.c:1463
+#: ../../printerdrake.pm_.c:1935
#, fuzzy
msgid "Go on without configuring the network"
msgstr "S'est configurant la xarxa"
-#: ../../printerdrake.pm_.c:1496
+#: ../../printerdrake.pm_.c:1968
msgid ""
-"The network configuration done during the installation \n"
-"cannot be started now. Please check whether the network\n"
-"gets accessable after booting your system and correct the\n"
-"configuration using the Mandrake Control Center, section\n"
-"\"Network & Internet\"/\"Connection\", and afterwards set\n"
-"up the printer, also using the Mandrake Control Center,\n"
-"section \"Hardware\"/\"Printer\""
+"The network configuration done during the installation cannot be started "
+"now. Please check whether the network gets accessable after booting your "
+"system and correct the configuration using the Mandrake Control Center, "
+"section \"Network & Internet\"/\"Connection\", and afterwards set up the "
+"printer, also using the Mandrake Control Center, section \"Hardware\"/"
+"\"Printer\""
msgstr ""
-#: ../../printerdrake.pm_.c:1503
+#: ../../printerdrake.pm_.c:1969
msgid ""
-"The network access was not running and could not be \n"
-"started. Please check your configuration and your \n"
-"hardware. Then try to configure your remote printer\n"
-"again."
+"The network access was not running and could not be started. Please check "
+"your configuration and your hardware. Then try to configure your remote "
+"printer again."
msgstr ""
-#: ../../printerdrake.pm_.c:1516
+#: ../../printerdrake.pm_.c:1979
#, fuzzy
msgid "Restarting printing system ..."
msgstr "Quin sistema d'impressi voleu utilitzar?"
-#: ../../printerdrake.pm_.c:1548
+#: ../../printerdrake.pm_.c:2017
#, fuzzy
msgid "high"
msgstr "Alt"
-#: ../../printerdrake.pm_.c:1548
+#: ../../printerdrake.pm_.c:2017
#, fuzzy
msgid "paranoid"
msgstr "Paranoic"
-#: ../../printerdrake.pm_.c:1549
+#: ../../printerdrake.pm_.c:2018
#, c-format
msgid "Installing a printing system in the %s security level"
msgstr ""
-#: ../../printerdrake.pm_.c:1550
+#: ../../printerdrake.pm_.c:2019
#, c-format
msgid ""
-"You are about to install the printing system %s on\n"
-"a system running in the %s security level.\n"
+"You are about to install the printing system %s on a system running in the %"
+"s security level.\n"
"\n"
-"This printing system runs a daemon (background process)\n"
-"which waits for print jobs and handles them. This daemon\n"
-"is also accessable by remote machines through the network\n"
-"and so it is a possible point for attacks. Therefore only\n"
-"a few selected daemons are started by default in this\n"
+"This printing system runs a daemon (background process) which waits for "
+"print jobs and handles them. This daemon is also accessable by remote "
+"machines through the network and so it is a possible point for attacks. "
+"Therefore only a few selected daemons are started by default in this "
"security level.\n"
"\n"
-"Do you really want to configure printing on this\n"
-"machine?"
+"Do you really want to configure printing on this machine?"
msgstr ""
-#: ../../printerdrake.pm_.c:1584
+#: ../../printerdrake.pm_.c:2051
#, fuzzy
msgid "Starting the printing system at boot time"
msgstr "Quin sistema d'impressi voleu utilitzar?"
-#: ../../printerdrake.pm_.c:1585
+#: ../../printerdrake.pm_.c:2052
#, c-format
msgid ""
-"The printing system (%s) will not be started automatically\n"
-"when the machine is booted.\n"
+"The printing system (%s) will not be started automatically when the machine "
+"is booted.\n"
"\n"
-"It is possible that the automatic starting was turned off \n"
-"by changing to a higher security level, because the printing\n"
-"system is a potential point for attacks.\n"
+"It is possible that the automatic starting was turned off by changing to a "
+"higher security level, because the printing system is a potential point for "
+"attacks.\n"
"\n"
-"Do you want to have the automatic starting of the printing\n"
-"system turned on again?"
+"Do you want to have the automatic starting of the printing system turned on "
+"again?"
msgstr ""
-#: ../../printerdrake.pm_.c:1612 ../../printerdrake.pm_.c:1644
-#: ../../printerdrake.pm_.c:1671 ../../printerdrake.pm_.c:1701
-#: ../../printerdrake.pm_.c:1778
+#: ../../printerdrake.pm_.c:2075 ../../printerdrake.pm_.c:2113
+#: ../../printerdrake.pm_.c:2143 ../../printerdrake.pm_.c:2176
+#: ../../printerdrake.pm_.c:2281
msgid "Checking installed software..."
msgstr ""
-#: ../../printerdrake.pm_.c:1648
+#: ../../printerdrake.pm_.c:2117
msgid "Removing LPRng..."
msgstr ""
-#: ../../printerdrake.pm_.c:1675
+#: ../../printerdrake.pm_.c:2147
msgid "Removing LPD..."
msgstr ""
-#: ../../printerdrake.pm_.c:1727
+#: ../../printerdrake.pm_.c:2205
#, fuzzy
msgid "Select Printer Spooler"
msgstr "Seleccioneu la connexi de la impressora"
-#: ../../printerdrake.pm_.c:1728
+#: ../../printerdrake.pm_.c:2206
#, fuzzy
msgid "Which printing system (spooler) do you want to use?"
msgstr "Quin sistema d'impressi voleu utilitzar?"
-#: ../../printerdrake.pm_.c:1759
+#: ../../printerdrake.pm_.c:2239
#, fuzzy, c-format
msgid "Configuring printer \"%s\" ..."
msgstr "Configura la impressora"
-#: ../../printerdrake.pm_.c:1806 ../../printerdrake.pm_.c:1838
-#: ../../printerdrake.pm_.c:2026 ../../printerdrake.pm_.c:2088
+#: ../../printerdrake.pm_.c:2252
+#, fuzzy
+msgid "Installing Foomatic ..."
+msgstr "S'est installant el paquet %s"
+
+#: ../../printerdrake.pm_.c:2309 ../../printerdrake.pm_.c:2348
+#: ../../printerdrake.pm_.c:2733 ../../printerdrake.pm_.c:2803
msgid "Printer options"
msgstr "Opcions de la impressora"
-#: ../../printerdrake.pm_.c:1815
+#: ../../printerdrake.pm_.c:2318
#, fuzzy
msgid "Preparing PrinterDrake ..."
msgstr "S'est llegint la base de dades de controladors CUPS..."
-#: ../../printerdrake.pm_.c:1845
+#: ../../printerdrake.pm_.c:2335 ../../printerdrake.pm_.c:2890
+#, fuzzy
+msgid "Configuring applications..."
+msgstr "Configura la impressora"
+
+#: ../../printerdrake.pm_.c:2355
#, fuzzy
msgid "Would you like to configure printing?"
msgstr "Voleu configurar una impressora?"
-#: ../../printerdrake.pm_.c:1857
+#: ../../printerdrake.pm_.c:2367
msgid "Printing system: "
msgstr ""
-#: ../../printerdrake.pm_.c:1879
+#: ../../printerdrake.pm_.c:2415
+msgid "Printerdrake"
+msgstr "Printerdrake"
+
+#: ../../printerdrake.pm_.c:2419
+#, fuzzy
msgid ""
-"The following printers are configured.\n"
-"Click on one of them to modify it or\n"
-"to get information about it or on \n"
-"\"Add Printer\" to add a new printer."
+"The following printers are configured. Double-click on a printer to change "
+"its settings; to make it the default printer; to view information about it; "
+"or to make a printer on a remote CUPS server available for Star Office/"
+"OpenOffice.org."
msgstr ""
+"Aquestes sn les cues d'impressi segents.\n"
+"Podeu afegir-ne algunes ms o canviar-ne les existents."
-#: ../../printerdrake.pm_.c:1885 ../../standalone/draknet_.c:301
-msgid "Normal Mode"
-msgstr "Mode normal"
-
-#: ../../printerdrake.pm_.c:1891 ../../printerdrake.pm_.c:2010
-msgid " (Default)"
-msgstr " (Predeterminat)"
-
-#: ../../printerdrake.pm_.c:1895 ../../printerdrake.pm_.c:1935
+#: ../../printerdrake.pm_.c:2420
#, fuzzy
-msgid "Printer(s) on remote CUPS server(s)"
-msgstr "Servidor CUPS remot"
+msgid ""
+"The following printers are configured. Double-click on a printer to change "
+"its settings; to make it the default printer; or to view information about "
+"it."
+msgstr ""
+"Aquestes sn les cues d'impressi segents.\n"
+"Podeu afegir-ne algunes ms o canviar-ne les existents."
-#: ../../printerdrake.pm_.c:1896 ../../printerdrake.pm_.c:1936
-#, fuzzy
-msgid "Printer(s) on remote server(s)"
-msgstr "Servidor CUPS remot"
+#: ../../printerdrake.pm_.c:2446
+msgid "Refresh printer list (to display all available remote CUPS printers)"
+msgstr ""
-#: ../../printerdrake.pm_.c:1898 ../../printerdrake.pm_.c:1919
-#: ../../printerdrake.pm_.c:1922 ../../printerdrake.pm_.c:1971
+#: ../../printerdrake.pm_.c:2464
#, fuzzy
-msgid "Add printer"
-msgstr "Cap impressora"
+msgid "Change the printing system"
+msgstr "Configura la xarxa"
+
+#: ../../printerdrake.pm_.c:2469 ../../standalone/draknet_.c:278
+msgid "Normal Mode"
+msgstr "Mode normal"
-#: ../../printerdrake.pm_.c:1977 ../../printerdrake.pm_.c:1993
-#: ../../printerdrake.pm_.c:2128
+#: ../../printerdrake.pm_.c:2625 ../../printerdrake.pm_.c:2675
+#: ../../printerdrake.pm_.c:2884
#, fuzzy
msgid "Do you want to configure another printer?"
msgstr "Voleu comprovar la configuraci?"
-#: ../../printerdrake.pm_.c:2003
+#: ../../printerdrake.pm_.c:2711
#, fuzzy
msgid "Modify printer configuration"
msgstr "Configuraci del mdem"
-#: ../../printerdrake.pm_.c:2004
-#, c-format
+#: ../../printerdrake.pm_.c:2713
+#, fuzzy, c-format
msgid ""
-"Printer %s: %s %s\n"
+"Printer %s\n"
"What do you want to modify on this printer?"
-msgstr ""
+msgstr "Voleu comprovar la configuraci?"
-#: ../../printerdrake.pm_.c:2012
+#: ../../printerdrake.pm_.c:2717
msgid "Do it!"
msgstr ""
-#: ../../printerdrake.pm_.c:2015 ../../printerdrake.pm_.c:2062
+#: ../../printerdrake.pm_.c:2722 ../../printerdrake.pm_.c:2777
#, fuzzy
msgid "Printer connection type"
msgstr "Connexi a Internet compartida"
-#: ../../printerdrake.pm_.c:2016 ../../printerdrake.pm_.c:2066
+#: ../../printerdrake.pm_.c:2723 ../../printerdrake.pm_.c:2781
#, fuzzy
msgid "Printer name, description, location"
msgstr "Connexi de la impressora"
-#: ../../printerdrake.pm_.c:2018 ../../printerdrake.pm_.c:2081
+#: ../../printerdrake.pm_.c:2725 ../../printerdrake.pm_.c:2796
msgid "Printer manufacturer, model, driver"
msgstr ""
-#: ../../printerdrake.pm_.c:2019 ../../printerdrake.pm_.c:2082
+#: ../../printerdrake.pm_.c:2726 ../../printerdrake.pm_.c:2797
msgid "Printer manufacturer, model"
msgstr ""
-#: ../../printerdrake.pm_.c:2028 ../../printerdrake.pm_.c:2092
+#: ../../printerdrake.pm_.c:2735 ../../printerdrake.pm_.c:2807
msgid "Set this printer as the default"
msgstr ""
-#: ../../printerdrake.pm_.c:2029 ../../printerdrake.pm_.c:2097
+#: ../../printerdrake.pm_.c:2737 ../../printerdrake.pm_.c:2812
+msgid "Add this printer to Star Office/OpenOffice.org"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:2738 ../../printerdrake.pm_.c:2821
+msgid "Remove this printer from Star Office/OpenOffice.org"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:2739 ../../printerdrake.pm_.c:2830
#, fuzzy
msgid "Print test pages"
msgstr "S'esta(n) imprimint la(es) pgina(es) de prova... "
-#: ../../printerdrake.pm_.c:2030 ../../printerdrake.pm_.c:2099
-msgid "Know how to print with this printer"
-msgstr ""
+#: ../../printerdrake.pm_.c:2740 ../../printerdrake.pm_.c:2832
+#, fuzzy
+msgid "Know how to use this printer"
+msgstr "Voleu comprovar la configuraci?"
-#: ../../printerdrake.pm_.c:2031 ../../printerdrake.pm_.c:2101
+#: ../../printerdrake.pm_.c:2742 ../../printerdrake.pm_.c:2834
#, fuzzy
msgid "Remove printer"
msgstr "Impressora remota"
-#: ../../printerdrake.pm_.c:2071
+#: ../../printerdrake.pm_.c:2786
#, fuzzy, c-format
msgid "Removing old printer \"%s\" ..."
msgstr "S'est llegint la base de dades de controladors CUPS..."
-#: ../../printerdrake.pm_.c:2096
+#: ../../printerdrake.pm_.c:2810
+#, fuzzy
+msgid "Default printer"
+msgstr "Impressora local"
+
+#: ../../printerdrake.pm_.c:2811
#, c-format
msgid "The printer \"%s\" is set as the default printer now."
msgstr ""
-#: ../../printerdrake.pm_.c:2103
+#: ../../printerdrake.pm_.c:2815 ../../printerdrake.pm_.c:2818
+msgid "Adding printer to Star Office/OpenOffice.org"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:2816
+#, c-format
+msgid ""
+"The printer \"%s\" was successfully added to Star Office/OpenOffice.org."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:2819
+#, c-format
+msgid "Failed to add the printer \"%s\" to Star Office/OpenOffice.org."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:2824 ../../printerdrake.pm_.c:2827
+msgid "Removing printer from Star Office/OpenOffice.org"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:2825
+#, c-format
+msgid ""
+"The printer \"%s\" was successfully removed from Star Office/OpenOffice.org."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:2828
+#, c-format
+msgid "Failed to remove the printer \"%s\" from Star Office/OpenOffice.org."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:2836
#, fuzzy, c-format
msgid "Do you really want to remove the printer \"%s\"?"
msgstr "Voleu reiniciar la xarxa"
-#: ../../printerdrake.pm_.c:2105
+#: ../../printerdrake.pm_.c:2838
#, fuzzy, c-format
msgid "Removing printer \"%s\" ..."
msgstr "S'est llegint la base de dades de controladors CUPS..."
@@ -7428,15 +8369,15 @@ msgstr "l'mkraid ha fallit (potser manquen eines del RAID?)"
msgid "Not enough partitions for RAID level %d\n"
msgstr "No hi ha prou particions per al nivell RAID %d\n"
-#: ../../services.pm_.c:15
+#: ../../services.pm_.c:14
msgid "Launch the ALSA (Advanced Linux Sound Architecture) sound system"
msgstr ""
-#: ../../services.pm_.c:16
+#: ../../services.pm_.c:15
msgid "Anacron a periodic command scheduler."
msgstr "Anacron, un programador d'ordres peridiques."
-#: ../../services.pm_.c:17
+#: ../../services.pm_.c:16
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."
@@ -7445,7 +8386,7 @@ msgstr ""
"mitjanant el registre del sistema.\n"
"Tamb es pot utilitzar per apagar l'ordinador quan queda poca bateria."
-#: ../../services.pm_.c:19
+#: ../../services.pm_.c:18
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."
@@ -7454,7 +8395,7 @@ msgstr ""
"especificar en executar 'at', i executa les ordres 'batch' quan la\n"
"mitjana de crrega s prou baixa."
-#: ../../services.pm_.c:21
+#: ../../services.pm_.c:20
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 "
@@ -7466,7 +8407,7 @@ msgstr ""
"caracterstiques al cron bsic, incloent seguretat millorada i opcions\n"
"de configuraci ms potents."
-#: ../../services.pm_.c:24
+#: ../../services.pm_.c:23
msgid ""
"GPM adds mouse support to text-based Linux applications such the\n"
"Midnight Commander. It also allows mouse-based console cut-and-paste "
@@ -7477,21 +8418,20 @@ msgstr ""
"el Midnight Commander. Tamb permet operacions de tallar i enganxar amb el "
"ratol, i inclou suport de mens desplegables a la consola."
-#: ../../services.pm_.c:27
+#: ../../services.pm_.c:26
msgid ""
"HardDrake runs a hardware probe, and optionally configures\n"
"new/changed hardware."
msgstr ""
-#: ../../services.pm_.c:29
+#: ../../services.pm_.c:28 ../../standalone/logdrake_.c:412
msgid ""
-"Apache is a World Wide Web server. It is used to serve HTML files\n"
-"and CGI."
+"Apache is a World Wide Web server. It is used to serve HTML files and CGI."
msgstr ""
"L'Apache s un servidor de World Wide Web. S'utilitza per servir fitxers\n"
"HTML i CGI."
-#: ../../services.pm_.c:31
+#: ../../services.pm_.c:29
msgid ""
"The internet superserver daemon (commonly called inetd) starts a\n"
"variety of other internet services as needed. It is responsible for "
@@ -7506,13 +8446,13 @@ msgstr ""
"d'iniciar molts serveis, incloent el telnet, l'ftp, l'rsh i l'rlogin. Si\n"
"s'inhabilita l'inetd s'inhabiliten tots els serveis de qu s responsable."
-#: ../../services.pm_.c:35
+#: ../../services.pm_.c:33
msgid ""
"Launch packet filtering for Linux kernel 2.2 series, to set\n"
"up a firewall to protect your machine from network attacks."
msgstr ""
-#: ../../services.pm_.c:37
+#: ../../services.pm_.c:35
msgid ""
"This package loads the selected keyboard map as set in\n"
"/etc/sysconfig/keyboard. This can be selected using the kbdconfig utility.\n"
@@ -7523,23 +8463,23 @@ msgstr ""
"kbdconfig.\n"
"Per a la majoria d'ordinadors, s'ha de deixar habilitat."
-#: ../../services.pm_.c:40
+#: ../../services.pm_.c:38
msgid ""
"Automatic regeneration of kernel header in /boot for\n"
"/usr/include/linux/{autoconf,version}.h"
msgstr ""
-#: ../../services.pm_.c:42
+#: ../../services.pm_.c:40
msgid "Automatic detection and configuration of hardware at boot."
msgstr ""
-#: ../../services.pm_.c:43
+#: ../../services.pm_.c:41
msgid ""
"Linuxconf will sometimes arrange to perform various tasks\n"
"at boot-time to maintain the system configuration."
msgstr ""
-#: ../../services.pm_.c:45
+#: ../../services.pm_.c:43
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)."
@@ -7548,21 +8488,22 @@ msgstr ""
"correctament. Bsicament, es tracta d'un servidor que assigna les\n"
"tasques d'impressi a la(es) impressora(es)."
-#: ../../services.pm_.c:47
+#: ../../services.pm_.c:45
msgid ""
"Linux Virtual Server, used to build a high-performance and highly\n"
"available server."
msgstr ""
-#: ../../services.pm_.c:49
+#: ../../services.pm_.c:47 ../../standalone/logdrake_.c:413
+#, fuzzy
msgid ""
-"named (BIND) is a Domain Name Server (DNS) that is used to resolve\n"
-"host names to IP addresses."
+"named (BIND) is a Domain Name Server (DNS) that is used to resolve host "
+"names to IP addresses."
msgstr ""
"named (BIND) s un servidor de noms de domini (DNS) que s'utiilitza\n"
"per convertir noms d'ordinadors centrals en adreces IP."
-#: ../../services.pm_.c:51
+#: ../../services.pm_.c:48
msgid ""
"Mounts and unmounts all Network File System (NFS), SMB (Lan\n"
"Manager/Windows), and NCP (NetWare) mount points."
@@ -7570,7 +8511,7 @@ msgstr ""
"Munta i desmunta tots els punts de muntatge dels sistemes de fitxers\n"
"de xarxa (NFS), SMB (gestor de xarxes d'rea local/Windows) i NCP (NetWare)."
-#: ../../services.pm_.c:53
+#: ../../services.pm_.c:50
msgid ""
"Activates/Deactivates all network interfaces configured to start\n"
"at boot time."
@@ -7578,7 +8519,7 @@ msgstr ""
"Activa/Desactiva totes les interfcies de xarxa configurades per\n"
"iniciar-se durant l'arrencada."
-#: ../../services.pm_.c:55
+#: ../../services.pm_.c:52
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"
@@ -7588,7 +8529,7 @@ msgstr ""
"Aquest servei proporciona la funcionalitat del servidor NFS, que es\n"
"configura mitjanant el fitxer /etc/exports."
-#: ../../services.pm_.c:58
+#: ../../services.pm_.c:55
msgid ""
"NFS is a popular protocol for file sharing across TCP/IP\n"
"networks. This service provides NFS file locking functionality."
@@ -7596,17 +8537,17 @@ msgstr ""
"L'NFS s un popular protocol de compartici de fitxers en xarxes TCP/IP\n"
"Aquest servei proporciona la funcionalitat de blocatge del fitxer NFS."
-#: ../../services.pm_.c:60
+#: ../../services.pm_.c:57
msgid ""
"Automatically switch on numlock key locker under console\n"
"and XFree at boot."
msgstr ""
-#: ../../services.pm_.c:62
+#: ../../services.pm_.c:59
msgid "Support the OKI 4w and compatible winprinters."
msgstr ""
-#: ../../services.pm_.c:63
+#: ../../services.pm_.c:60
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 "
@@ -7617,7 +8558,7 @@ msgstr ""
"i els mdems en porttils. No s'iniciar tret que es configuri, de manera\n"
"que no hi ha problema per installar-lo en ordinadors que no el necessiten."
-#: ../../services.pm_.c:66
+#: ../../services.pm_.c:63
msgid ""
"The portmapper manages RPC connections, which are used by\n"
"protocols such as NFS and NIS. The portmap server must be running on "
@@ -7629,15 +8570,16 @@ msgstr ""
"executant en ordinadors que actuen com a servidors per a protocols que\n"
"utilitzen el mecanisme RPC."
-#: ../../services.pm_.c:69
+#: ../../services.pm_.c:66 ../../standalone/logdrake_.c:415
+#, fuzzy
msgid ""
-"Postfix is a Mail Transport Agent, which is the program that\n"
-"moves mail from one machine to another."
+"Postfix is a Mail Transport Agent, which is the program that moves mail from "
+"one machine to another."
msgstr ""
"El Postfix s un agent de transport de correu, que s el programa que\n"
"passa el correu d'un ordinador a un altre."
-#: ../../services.pm_.c:71
+#: ../../services.pm_.c:67
msgid ""
"Saves and restores system entropy pool for higher quality random\n"
"number generation."
@@ -7645,13 +8587,13 @@ msgstr ""
"Desa i recupera el generador d'entropia del sistema per a\n"
"la generaci de nombres aleatoris d'una ms alta qualitat."
-#: ../../services.pm_.c:73
+#: ../../services.pm_.c:69
msgid ""
"Assign raw devices to block devices (such as hard drive\n"
"partitions), for the use of applications such as Oracle"
msgstr ""
-#: ../../services.pm_.c:75
+#: ../../services.pm_.c:71
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"
@@ -7662,7 +8604,7 @@ msgstr ""
"mpliament en xarxes petites, les xarxes complexes necessiten protocols\n"
"d'encaminament ms complexs."
-#: ../../services.pm_.c:78
+#: ../../services.pm_.c:74
msgid ""
"The rstat protocol allows users on a network to retrieve\n"
"performance metrics for any machine on that network."
@@ -7670,7 +8612,7 @@ msgstr ""
"El protocol rstat permet que els usuaris d'una xarxa recuperin\n"
"mtrics de funcionament de qualsevol ordinador de la mateixa."
-#: ../../services.pm_.c:80
+#: ../../services.pm_.c:76
msgid ""
"The rusers protocol allows users on a network to identify who is\n"
"logged in on other responding machines."
@@ -7678,7 +8620,7 @@ msgstr ""
"El protocol rusers permet que els usuaris d'una xarxa identifiquin\n"
"qui est connectat en altres ordinadors de la mateixa."
-#: ../../services.pm_.c:82
+#: ../../services.pm_.c:78
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)."
@@ -7687,12 +8629,12 @@ msgstr ""
"de tots els usuaris que estn connectats a un ordinador que est\n"
"executant el procs rwho (similar al finger)."
-#: ../../services.pm_.c:84
+#: ../../services.pm_.c:80
#, fuzzy
msgid "Launch the sound system on your machine"
msgstr "Executa el sistema X-Window en iniciar"
-#: ../../services.pm_.c:85
+#: ../../services.pm_.c:81
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."
@@ -7701,49 +8643,49 @@ msgstr ""
"missatges en diversos fitxers de registre del sistema. s aconsellable\n"
"executar-lo sempre."
-#: ../../services.pm_.c:87
+#: ../../services.pm_.c:83
msgid "Load the drivers for your usb devices."
msgstr ""
-#: ../../services.pm_.c:88
+#: ../../services.pm_.c:84
#, fuzzy
msgid "Starts the X Font Server (this is mandatory for XFree to run)."
msgstr "Inicia i atura l'X Font Server en arrencar i apagar l'ordinador."
-#: ../../services.pm_.c:114 ../../services.pm_.c:156
+#: ../../services.pm_.c:110 ../../services.pm_.c:152
msgid "Choose which services should be automatically started at boot time"
msgstr ""
"Escolliu els serveis que s'han d'iniciar automticament durant l'arrencada"
-#: ../../services.pm_.c:126
+#: ../../services.pm_.c:122
#, fuzzy
msgid "Printing"
msgstr "Impressora"
-#: ../../services.pm_.c:127
+#: ../../services.pm_.c:123
msgid "Internet"
msgstr "Internet"
-#: ../../services.pm_.c:130
+#: ../../services.pm_.c:126
msgid "File sharing"
msgstr ""
-#: ../../services.pm_.c:132
+#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:934
#, fuzzy
msgid "System"
msgstr "Mode de sistema"
-#: ../../services.pm_.c:137
+#: ../../services.pm_.c:133
#, fuzzy
msgid "Remote Administration"
msgstr "Opcions de la impressora lpd remota"
-#: ../../services.pm_.c:145
+#: ../../services.pm_.c:141
#, fuzzy
msgid "Database Server"
msgstr "Servidor, base de dades"
-#: ../../services.pm_.c:174
+#: ../../services.pm_.c:170
#, c-format
msgid "Services: %d activated for %d registered"
msgstr ""
@@ -7767,7 +8709,7 @@ msgstr "Serveis i dimonis"
#: ../../services.pm_.c:217
msgid ""
-"No additionnal information\n"
+"No additional information\n"
"about this service, sorry."
msgstr ""
"Malauradament no hi ha ms informaci\n"
@@ -7777,12 +8719,185 @@ msgstr ""
msgid "On boot"
msgstr "En arrencar"
+#: ../../services.pm_.c:236
+#, fuzzy
+msgid "Start"
+msgstr "Estat:"
+
+#: ../../services.pm_.c:236
+#, fuzzy
+msgid "Stop"
+msgstr "Sector"
+
+#: ../../share/advertising/00-thanks.pl_.c:9
+msgid "Thank you for choosing Mandrake Linux 8.2"
+msgstr ""
+
+#: ../../share/advertising/00-thanks.pl_.c:10
+msgid "Welcome to the Open Source world"
+msgstr ""
+
+#: ../../share/advertising/00-thanks.pl_.c:11
+msgid ""
+"The success of MandrakeSoft is based upon the principle of Free Software. "
+"Your new operating system is the result of collaborative work on the part of "
+"the worldwide Linux Community"
+msgstr ""
+
+#: ../../share/advertising/01-gnu.pl_.c:9
+#, fuzzy
+msgid "Join the Free Software world"
+msgstr "Resta del mn"
+
+#: ../../share/advertising/01-gnu.pl_.c:10
+msgid ""
+"Get to know the Open Source community and become a member. Learn, teach, and "
+"help others by joining the many discussion forums that you will find in our "
+"\"Community\" webpages"
+msgstr ""
+
+#: ../../share/advertising/02-internet.pl_.c:9
+#, fuzzy
+msgid "Internet and Messaging"
+msgstr "Accs a Internet"
+
+#: ../../share/advertising/02-internet.pl_.c:10
+msgid ""
+"Mandrake Linux 8.2 provides the best software to access everything the "
+"Internet has to offer: Surf the web & view animations with Mozilla and "
+"Konqueror, exchange email & organize your personal information with "
+"Evolution and Kmail, and much more"
+msgstr ""
+
+#: ../../share/advertising/03-graphic.pl_.c:9
+#, fuzzy
+msgid "Multimedia and Graphics"
+msgstr "Multimdia - Grfics"
+
+#: ../../share/advertising/03-graphic.pl_.c:10
+msgid ""
+"Mandrake Linux 8.2 lets you push your multimedia computer to its limits! Use "
+"the latest software to play music and audio files, edit and organize your "
+"images and photos, watch TV and videos, and much more"
+msgstr ""
+
+#: ../../share/advertising/04-develop.pl_.c:9
+msgid "Development"
+msgstr "Desenvolupament"
+
+#: ../../share/advertising/04-develop.pl_.c:10
+msgid ""
+"Mandrake Linux 8.2 is the ultimate development platform. Discover the power "
+"of the GNU gcc compiler as well as the best Open Source development "
+"environments"
+msgstr ""
+
+#: ../../share/advertising/05-contcenter.pl_.c:9
+#, fuzzy
+msgid "Mandrake Control Center"
+msgstr "Control Center"
+
+#: ../../share/advertising/05-contcenter.pl_.c:10
+msgid ""
+"The Mandrake Linux 8.2 Control Center is a one-stop location for fully "
+"customizing and configuring your Mandrake system"
+msgstr ""
+
+#: ../../share/advertising/06-user.pl_.c:9
+#, fuzzy
+msgid "User interfaces"
+msgstr "Interfcie de la xarxa"
+
+#: ../../share/advertising/06-user.pl_.c:10
+msgid ""
+"Mandrake Linux 8.2 provides 11 different graphical desktop environments and "
+"window managers to choose from including GNOME 1.4, KDE 2.2.2, Window Maker "
+"0.8, and the rest"
+msgstr ""
+
+#: ../../share/advertising/07-server.pl_.c:9
+#, fuzzy
+msgid "Server Software"
+msgstr "Ordinador central del servidor SMB"
+
+#: ../../share/advertising/07-server.pl_.c:10
+msgid ""
+"Transform your machine into a powerful server with just a few clicks of the "
+"mouse: Web server, email, firewall, router, file and print server, ..."
+msgstr ""
+
+#: ../../share/advertising/08-games.pl_.c:9
+msgid "Games"
+msgstr "Jocs"
+
+#: ../../share/advertising/08-games.pl_.c:10
+msgid ""
+"Mandrake Linux 8.2 provides the best Open Source games - arcade, action, "
+"cards, sports, strategy, ..."
+msgstr ""
+
+#: ../../share/advertising/09-MDKcampus.pl_.c:9
+msgid "MandrakeCampus"
+msgstr ""
+
+#: ../../share/advertising/09-MDKcampus.pl_.c:10
+msgid ""
+"Would you like to learn Linux simply, quickly, and for free? MandrakeSoft "
+"provides free Linux training, as well as a way to test your progress, at "
+"MandrakeCampus -- our online training center"
+msgstr ""
+
+#: ../../share/advertising/10-MDKexpert.pl_.c:9
+#, fuzzy
+msgid "MandrakeExpert"
+msgstr "expert"
+
+#: ../../share/advertising/10-MDKexpert.pl_.c:10
+msgid ""
+"Quality support from the Linux Community, and from MandrakeSoft, is just "
+"around the corner. And if you're already a Linux veteran, become an \"Expert"
+"\" and share your knowledge at our support website"
+msgstr ""
+
+#: ../../share/advertising/11-consul.pl_.c:9
+msgid "MandrakeConsulting"
+msgstr ""
+
+#: ../../share/advertising/11-consul.pl_.c:10
+msgid ""
+"For all of your IT projects, our consultants are ready to analyze your "
+"requirements and offer a customized solution. Benefit from MandrakeSoft's "
+"vast experience as a Linux producer to provide a true IT alternative for "
+"your business organization"
+msgstr ""
+
+#: ../../share/advertising/12-MDKstore.pl_.c:9
+#, fuzzy
+msgid "MandrakeStore"
+msgstr "obligatori"
+
+#: ../../share/advertising/12-MDKstore.pl_.c:10
+msgid ""
+"A full range of Linux solutions, as well as special offers on products and "
+"'goodies', are available online at our e-store"
+msgstr ""
+
+#: ../../share/advertising/13-Nvert.pl_.c:9
+msgid ""
+"For more information on MandrakeSoft's Professional Services and commercial "
+"offerings, please see the following web page:"
+msgstr ""
+
+#: ../../share/advertising/13-Nvert.pl_.c:11
+msgid "http://www.mandrakesoft.com/sales/contact"
+msgstr ""
+
#: ../../standalone.pm_.c:25
#, fuzzy
msgid "Installing packages..."
msgstr "S'est installant el paquet %s"
-#: ../../standalone/diskdrake_.c:63
+#: ../../standalone/diskdrake_.c:85
msgid ""
"I can't read your partition table, it's too corrupted for me :(\n"
"I'll try to go on blanking bad partitions"
@@ -7790,22 +8905,22 @@ msgstr ""
"No puc llegir la vostra taula de particions, est massa malmesa per a mi :(\n"
"Intentar seguir buidant les particions incorrectes"
-#: ../../standalone/drakautoinst_.c:44
+#: ../../standalone/drakautoinst_.c:45
#, fuzzy
msgid "Error!"
msgstr "Error"
-#: ../../standalone/drakautoinst_.c:45
+#: ../../standalone/drakautoinst_.c:46
#, c-format
msgid "I can't find needed image file `%s'."
msgstr ""
-#: ../../standalone/drakautoinst_.c:47
+#: ../../standalone/drakautoinst_.c:48
#, fuzzy
msgid "Auto Install Configurator"
msgstr "Publica la configuraci de la installaci "
-#: ../../standalone/drakautoinst_.c:48
+#: ../../standalone/drakautoinst_.c:49
msgid ""
"You are about to configure an Auto Install floppy. This feature is somewhat "
"dangerous and must be used circumspectly.\n"
@@ -7820,36 +8935,1258 @@ msgid ""
"Do you want to continue?"
msgstr ""
-#: ../../standalone/drakautoinst_.c:70
+#: ../../standalone/drakautoinst_.c:71
#, fuzzy
msgid "Automatic Steps Configuration"
msgstr "Configuraci del tipus d'arrencada"
-#: ../../standalone/drakautoinst_.c:71
+#: ../../standalone/drakautoinst_.c:72
msgid ""
"Please choose for each step whether it will replay like your install, or it "
"will be manual"
msgstr ""
-#: ../../standalone/drakautoinst_.c:112 ../../standalone/drakgw_.c:599
+#: ../../standalone/drakautoinst_.c:145
+msgid ""
+"\n"
+"Welcome.\n"
+"\n"
+"The parameters of the auto-install are available in the sections on the left"
+msgstr ""
+
+#: ../../standalone/drakautoinst_.c:243 ../../standalone/drakgw_.c:671
+#: ../../standalone/scannerdrake_.c:106
msgid "Congratulations!"
msgstr "Felicitats!"
-#: ../../standalone/drakautoinst_.c:113
+#: ../../standalone/drakautoinst_.c:244
msgid ""
"The floppy has been successfully generated.\n"
"You may now replay your installation."
msgstr ""
-#: ../../standalone/drakgw_.c:36 ../../standalone/drakgw_.c:181
+#: ../../standalone/drakautoinst_.c:282
+#, fuzzy
+msgid "Auto Install"
+msgstr "Installa"
+
+#: ../../standalone/drakautoinst_.c:352
+#, fuzzy
+msgid "Add an item"
+msgstr "Afegeix un usuari"
+
+#: ../../standalone/drakautoinst_.c:359
+#, fuzzy
+msgid "Remove the last item"
+msgstr "S'est formatant el fitxer de loopback %s"
+
+#: ../../standalone/drakbackup_.c:448 ../../standalone/drakbackup_.c:451
+#: ../../standalone/drakbackup_.c:455
+msgid ""
+"***********************************************************************\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:449
+msgid ""
+"\n"
+" DrakBackup Report \n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:450
+msgid ""
+"\n"
+" DrakBackup Daemon Report\n"
+"\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:453
+msgid ""
+"\n"
+"\n"
+"***********************************************************************\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:454
+msgid ""
+"\n"
+" DrakBackup Report Details\n"
+"\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:476
+msgid "total progess"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:555 ../../standalone/drakbackup_.c:602
+msgid "Backup system files..."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:603 ../../standalone/drakbackup_.c:667
+#, fuzzy
+msgid "Hard Disk Backup files..."
+msgstr "Fitxer de cpia de seguretat incorrecte"
+
+#: ../../standalone/drakbackup_.c:615
+#, fuzzy
+msgid "Backup User files..."
+msgstr "Fitxer de cpia de seguretat incorrecte"
+
+#: ../../standalone/drakbackup_.c:616
+msgid "Hard Disk Backup Progress..."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:666
+#, fuzzy
+msgid "Backup Other files..."
+msgstr "Fitxer de cpia de seguretat incorrecte"
+
+#: ../../standalone/drakbackup_.c:674
+#, c-format
+msgid ""
+"file list send by FTP : %s\n"
+" "
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:677
+msgid ""
+"\n"
+"(!) FTP connexion problem: It was not possible to send your backup files by "
+"FTP.\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:687
+msgid "(!) Error during mail sending. \n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:728 ../../standalone/drakbackup_.c:739
+#: ../../standalone/drakbackup_.c:750 ../../standalone/drakfont_.c:787
+#, fuzzy
+msgid "File Selection"
+msgstr "Selecci del grup de paquets"
+
+#: ../../standalone/drakbackup_.c:755
+msgid "Select the files or directories and click on 'Add'"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:790
+msgid ""
+"\n"
+"Please check all options that you need.\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:791
+msgid ""
+"These options can backup and restore all files in your /etc directory.\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:792
+msgid "Backup your System files. ( /etc directory )"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:793
+msgid "Use incremental backup (do not replace old backups)"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:794
+msgid "Do not include critical files (passwd, group, fstab)"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:795
+msgid ""
+"With this option you will be able to restore any version\n"
+" of your /etc directory."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:812
+#, fuzzy
+msgid "Please check all users that you want to include in your backup."
+msgstr "Si us plau, escolliu els paquets que voleu installar"
+
+#: ../../standalone/drakbackup_.c:839
+msgid "Do not include the browser cache"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:840 ../../standalone/drakbackup_.c:864
+msgid "Use Incremental Backups (do not replace old backups)"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:862 ../../standalone/drakfont_.c:827
+#, fuzzy
+msgid "Remove Selected"
+msgstr "Elimina la cua"
+
+#: ../../standalone/drakbackup_.c:900
+#, fuzzy
+msgid "Windows (FAT32)"
+msgstr "Elimina el Windows(TM)"
+
+#: ../../standalone/drakbackup_.c:939
+#, fuzzy
+msgid "Users"
+msgstr "Nom d'usuari"
+
+#: ../../standalone/drakbackup_.c:964
+msgid "Use FTP connection to backup"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:967
+#, fuzzy
+msgid "Please enter the host name or IP."
+msgstr "Si us plau, comproveu el ratol."
+
+#: ../../standalone/drakbackup_.c:972
+msgid ""
+"Please enter the directory to\n"
+" put the backup on this host."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:977
+#, fuzzy
+msgid "Please enter your login"
+msgstr "Si us plau, torneu-ho a intentar"
+
+#: ../../standalone/drakbackup_.c:982
+#, fuzzy
+msgid "Please enter your password"
+msgstr "Si us plau, torneu-ho a intentar"
+
+#: ../../standalone/drakbackup_.c:988
+#, fuzzy
+msgid "Remember this password"
+msgstr "Sense contrasenya"
+
+#: ../../standalone/drakbackup_.c:1052 ../../standalone/drakbackup_.c:2048
+#, fuzzy
+msgid "FTP Connection"
+msgstr "Connexi LAN"
+
+#: ../../standalone/drakbackup_.c:1059 ../../standalone/drakbackup_.c:2056
+#, fuzzy
+msgid "Secure Connection"
+msgstr "Seleccioneu la connexi de la impressora"
+
+#: ../../standalone/drakbackup_.c:1085 ../../standalone/drakbackup_.c:2889
+msgid "Use CD/DVDROM to backup"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1088 ../../standalone/drakbackup_.c:2893
+#, fuzzy
+msgid "Please choose your CD space"
+msgstr "Si us plau, selecioneu la disposici del vostre teclat."
+
+#: ../../standalone/drakbackup_.c:1094 ../../standalone/drakbackup_.c:2905
+#, fuzzy
+msgid "Please check if you are using CDRW media"
+msgstr "Si us plau, feu clic a una partici "
+
+#: ../../standalone/drakbackup_.c:1100 ../../standalone/drakbackup_.c:2911
+msgid "Please check if you want to erase your CDRW before"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1106
+#, fuzzy
+msgid ""
+"Please check if you want to include\n"
+" install boot on your CD."
+msgstr "Si us plau, escolliu els paquets que voleu installar"
+
+#: ../../standalone/drakbackup_.c:1112
+msgid ""
+"Please enter your CD Writer device name\n"
+" ex: 0,1,0"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1153
+#, fuzzy
+msgid "Use tape to backup"
+msgstr "Fitxer de cpia de seguretat incorrecte"
+
+#: ../../standalone/drakbackup_.c:1156
+msgid "Please enter the device name to use for backup"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1162 ../../standalone/drakbackup_.c:1203
+#: ../../standalone/drakbackup_.c:2013
+msgid ""
+"Please enter the maximum size\n"
+" allowed for Drakbackup"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1195 ../../standalone/drakbackup_.c:2005
+#, fuzzy
+msgid "Please enter the directory to save:"
+msgstr "Si us plau, comproveu el ratol."
+
+#: ../../standalone/drakbackup_.c:1209 ../../standalone/drakbackup_.c:2019
+#, fuzzy
+msgid "Use quota for backup files."
+msgstr "Fitxer de cpia de seguretat incorrecte"
+
+#: ../../standalone/drakbackup_.c:1267
+#, fuzzy
+msgid "Network"
+msgstr "Xarxa:"
+
+#: ../../standalone/drakbackup_.c:1272
+msgid "CDROM / DVDROM"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1277
+msgid "HardDrive / NFS"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1297 ../../standalone/drakbackup_.c:1301
+#: ../../standalone/drakbackup_.c:1305
+msgid "hourly"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1298 ../../standalone/drakbackup_.c:1302
+#: ../../standalone/drakbackup_.c:1305
+msgid "daily"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1299 ../../standalone/drakbackup_.c:1303
+#: ../../standalone/drakbackup_.c:1305
+msgid "weekly"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1300 ../../standalone/drakbackup_.c:1304
+#: ../../standalone/drakbackup_.c:1305
+msgid "monthly"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1312
+#, fuzzy
+msgid "Use daemon"
+msgstr "Nom d'usuari"
+
+#: ../../standalone/drakbackup_.c:1317
+#, fuzzy
+msgid ""
+"Please choose the time \n"
+"interval between each backup"
+msgstr "Si us plau, escolliu els paquets que voleu installar"
+
+#: ../../standalone/drakbackup_.c:1323
+#, fuzzy
+msgid ""
+"Please choose the\n"
+"media for backup."
+msgstr "Si us plau, trieu un idioma per utilitzar."
+
+#: ../../standalone/drakbackup_.c:1327
+#, fuzzy
+msgid "Use Hard Drive with daemon"
+msgstr "Voleu utilitzar l'optimitzaci del disc dur?"
+
+#: ../../standalone/drakbackup_.c:1329
+#, fuzzy
+msgid "Use FTP with daemon"
+msgstr "Voleu utilitzar l'optimitzaci del disc dur?"
+
+#: ../../standalone/drakbackup_.c:1333
+msgid "Please be sure that the cron daemon is included in your services."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1369
+msgid "Send mail report after each backup to :"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1411
+#, fuzzy
+msgid "What"
+msgstr "Espera"
+
+#: ../../standalone/drakbackup_.c:1416
+#, fuzzy
+msgid "Where"
+msgstr "De bola"
+
+#: ../../standalone/drakbackup_.c:1421
+#, fuzzy
+msgid "When"
+msgstr "De bola"
+
+#: ../../standalone/drakbackup_.c:1426
+#, fuzzy
+msgid "More Options"
+msgstr "Opcions del mdul:"
+
+#: ../../standalone/drakbackup_.c:1445 ../../standalone/drakbackup_.c:2801
+#, fuzzy
+msgid "Drakbackup Configuration"
+msgstr "Configuraci de xarxa"
+
+#: ../../standalone/drakbackup_.c:1463
+#, fuzzy
+msgid "Please choose where you want to backup"
+msgstr "Si us plau, escolliu els paquets que voleu installar"
+
+#: ../../standalone/drakbackup_.c:1465
+msgid "on Hard Drive"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1476
+#, fuzzy
+msgid "across Network"
+msgstr "Xarxa:"
+
+#: ../../standalone/drakbackup_.c:1540
+#, fuzzy
+msgid "Please choose what you want to backup"
+msgstr "Si us plau, escolliu els paquets que voleu installar"
+
+#: ../../standalone/drakbackup_.c:1541
+#, fuzzy
+msgid "Backup system"
+msgstr "Sistemes de fitxers"
+
+#: ../../standalone/drakbackup_.c:1542
+msgid "Backup Users"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1545
+msgid "Select user manually"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1627
+msgid ""
+"\n"
+"Backup Sources: \n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1628
+msgid ""
+"\n"
+"- System Files:\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1630
+msgid ""
+"\n"
+"- User Files:\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1632
+msgid ""
+"\n"
+"- Other Files:\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1634
+#, c-format
+msgid ""
+"\n"
+"- Save on Hard drive on path : %s\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1635
+#, c-format
+msgid ""
+"\n"
+"- Save on FTP on host : %s\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1636
+#, c-format
+msgid ""
+"\t\t user name: %s\n"
+"\t\t on path: %s \n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1637
+#, fuzzy
+msgid ""
+"\n"
+"- Options:\n"
+msgstr "Opcions"
+
+#: ../../standalone/drakbackup_.c:1638
+msgid "\tDo not include System Files\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1639
+msgid "\tBackups use tar and bzip2\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1640
+msgid "\tBackups use tar and gzip\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1641
+#, c-format
+msgid ""
+"\n"
+"- Daemon (%s) include :\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1642
+msgid "\t-Hard drive.\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1643
+msgid "\t-CDROM.\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1644
+msgid "\t-Network by FTP.\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1645
+msgid "\t-Network by SSH.\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1647
+msgid "No configuration, please click Wizard or Advanced.\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1652
+msgid ""
+"List of data to restore:\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1753
+msgid ""
+"List of data corrupted:\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1755
+#, fuzzy
+msgid "Please uncheck or remove it on next time."
+msgstr ""
+"Si us plau, seleccioneu el port srie al qual teniu connectat el mdem."
+
+#: ../../standalone/drakbackup_.c:1765
+msgid "Backup files are corrupted"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1786
+msgid " All your selectionned data have been "
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1787
+#, c-format
+msgid " Successfuly Restored on %s "
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1886
+#, fuzzy
+msgid " Restore Configuration "
+msgstr "Configuraci de xarxa"
+
+#: ../../standalone/drakbackup_.c:1904
+msgid "OK to restore the other files."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1922
+msgid "User list to restore (only the most recent date per user is important)"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1972
+#, fuzzy
+msgid "Backup the system files before:"
+msgstr "Fitxer de cpia de seguretat incorrecte"
+
+#: ../../standalone/drakbackup_.c:1974
+#, fuzzy
+msgid "please choose the date to restore"
+msgstr "Si us plau, seleccioneu el vostre tipus de ratol."
+
+#: ../../standalone/drakbackup_.c:2002
+#, fuzzy
+msgid "Use Hard Disk to backup"
+msgstr "Fitxer de cpia de seguretat incorrecte"
+
+#: ../../standalone/drakbackup_.c:2083
+#, fuzzy
+msgid "Restore from Hard Disk."
+msgstr "Restaura des del disquet"
+
+#: ../../standalone/drakbackup_.c:2085
+msgid "Please enter the directory where backups are stored"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2143
+#, fuzzy
+msgid "Select another media to restore from"
+msgstr "Si us plau, seleccioneu el vostre tipus de ratol."
+
+#: ../../standalone/drakbackup_.c:2145
+#, fuzzy
+msgid "Other Media"
+msgstr "Altres"
+
+#: ../../standalone/drakbackup_.c:2151
+#, fuzzy
+msgid "Restore system"
+msgstr "Installa el sistema"
+
+#: ../../standalone/drakbackup_.c:2152
+#, fuzzy
+msgid "Restore Users"
+msgstr "Restaura des del fitxer"
+
+#: ../../standalone/drakbackup_.c:2153
+#, fuzzy
+msgid "Restore Other"
+msgstr "Restaura des del fitxer"
+
+#: ../../standalone/drakbackup_.c:2155
+msgid "select path to restore (instead of / )"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2159
+msgid "Do new backup before restore (only for incremental backups.)"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2160
+msgid "Remove user directories before restore."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2217
+msgid "Restore all backups"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2225
+#, fuzzy
+msgid "Custom Restore"
+msgstr "Personalitzada"
+
+#: ../../standalone/drakbackup_.c:2266 ../../standalone/drakbackup_.c:2291
+#: ../../standalone/drakbackup_.c:2312 ../../standalone/drakbackup_.c:2333
+#: ../../standalone/drakbackup_.c:2351 ../../standalone/drakbackup_.c:2383
+#: ../../standalone/drakbackup_.c:2399 ../../standalone/drakbackup_.c:2419
+#: ../../standalone/drakbackup_.c:2438 ../../standalone/drakbackup_.c:2460
+#: ../../standalone/drakfont_.c:575
+#, fuzzy
+msgid "Help"
+msgstr "/_Ajuda"
+
+#: ../../standalone/drakbackup_.c:2269 ../../standalone/drakbackup_.c:2296
+#: ../../standalone/drakbackup_.c:2315 ../../standalone/drakbackup_.c:2336
+#: ../../standalone/drakbackup_.c:2354 ../../standalone/drakbackup_.c:2402
+#: ../../standalone/drakbackup_.c:2422 ../../standalone/drakbackup_.c:2441
+#, fuzzy
+msgid "Previous"
+msgstr "<- Anterior"
+
+#: ../../standalone/drakbackup_.c:2271 ../../standalone/drakbackup_.c:2338
+#: ../../standalone/logdrake_.c:224
+#, fuzzy
+msgid "Save"
+msgstr "Estat:"
+
+#: ../../standalone/drakbackup_.c:2317
+#, fuzzy
+msgid "Build Backup"
+msgstr "Fitxer de cpia de seguretat incorrecte"
+
+#: ../../standalone/drakbackup_.c:2356 ../../standalone/drakbackup_.c:3033
+#, fuzzy
+msgid "Restore"
+msgstr "Restaura des del fitxer"
+
+#: ../../standalone/drakbackup_.c:2404 ../../standalone/drakbackup_.c:2424
+#: ../../standalone/drakbackup_.c:2445
+#, fuzzy
+msgid "Next"
+msgstr "Text"
+
+#: ../../standalone/drakbackup_.c:2478
+msgid ""
+"Please Build backup before to restore it...\n"
+" or verify that your path to save is correct."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2499
+msgid ""
+"Error durind sendmail\n"
+" your report mail was not sent\n"
+" Please configure sendmail"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2522
+#, fuzzy
+msgid "Package List to Install"
+msgstr "Paquets a installar"
+
+#: ../../standalone/drakbackup_.c:2550
+msgid ""
+"Error durind sending file via FTP.\n"
+" Please correct your FTP configuration."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2573
+#, fuzzy
+msgid "Please select data to restore..."
+msgstr "Si us plau, trieu un idioma per utilitzar."
+
+#: ../../standalone/drakbackup_.c:2594
+#, fuzzy
+msgid "Please select media for backup..."
+msgstr "Si us plau, trieu un idioma per utilitzar."
+
+#: ../../standalone/drakbackup_.c:2616
+#, fuzzy
+msgid "Please select data to backup..."
+msgstr "Si us plau, trieu un idioma per utilitzar."
+
+#: ../../standalone/drakbackup_.c:2638
+msgid ""
+"No configuration file found \n"
+"please click Wizard or Advanced."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2659
+msgid "Under Devel ... please wait."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2739
+#, fuzzy
+msgid "Backup system files"
+msgstr "Fitxer de cpia de seguretat incorrecte"
+
+#: ../../standalone/drakbackup_.c:2741
+#, fuzzy
+msgid "Backup user files"
+msgstr "Fitxer de cpia de seguretat incorrecte"
+
+#: ../../standalone/drakbackup_.c:2743
+#, fuzzy
+msgid "Backup other files"
+msgstr "Fitxer de cpia de seguretat incorrecte"
+
+#: ../../standalone/drakbackup_.c:2745 ../../standalone/drakbackup_.c:2776
+msgid "Total Progress"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2767
+msgid "files sending by FTP"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2771
+#, fuzzy
+msgid "Sending files..."
+msgstr "Desa al fitxer"
+
+#: ../../standalone/drakbackup_.c:2841
+msgid "Data list to include on CDROM."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2899
+#, fuzzy
+msgid "Please enter the cd writer speed"
+msgstr "Si us plau, comproveu el ratol."
+
+#: ../../standalone/drakbackup_.c:2917
+msgid "Please enter your CD Writer device name (ex: 0,1,0)"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2923
+#, fuzzy
+msgid "Please check if you want to include install boot on your CD."
+msgstr "Si us plau, escolliu els paquets que voleu installar"
+
+#: ../../standalone/drakbackup_.c:2989
+#, fuzzy
+msgid "Backup Now from configuration file"
+msgstr "Configuraci de xarxa"
+
+#: ../../standalone/drakbackup_.c:2999
+#, fuzzy
+msgid "View Backup Configuration."
+msgstr "Configuraci de xarxa"
+
+#: ../../standalone/drakbackup_.c:3020
+#, fuzzy
+msgid "Wizard Configuration"
+msgstr "Configuraci de la LAN"
+
+#: ../../standalone/drakbackup_.c:3024
+#, fuzzy
+msgid "Advanced Configuration"
+msgstr "Configuraci de la LAN"
+
+#: ../../standalone/drakbackup_.c:3028
+#, fuzzy
+msgid "Backup Now"
+msgstr "Sistemes de fitxers"
+
+#: ../../standalone/drakbackup_.c:3053
+msgid "Drakbackup"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3104
+msgid ""
+"options description:\n"
+"\n"
+" In this step Drakbackup allow you to change:\n"
+"\n"
+" - The compression mode:\n"
+" \n"
+" If you check bzip2 compression, you will compress\n"
+" your data better than gzip (about 2-10 %).\n"
+" This option is not checked by default because\n"
+" this compression mode needs more time ( about 1000% more).\n"
+" \n"
+" - The update mode:\n"
+"\n"
+" This option will update your backup, but this\n"
+" option is not really useful because you need to\n"
+" decompress your backup before you can update it.\n"
+" \n"
+" - the .backupignore mode:\n"
+"\n"
+" Like with cvs, Drakbackup will ignore all references\n"
+" included in .backupignore files in each directories.\n"
+" ex: \n"
+" /*> cat .backupignore*/\n"
+" *.o\n"
+" *~\n"
+" ...\n"
+" \n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3134
+msgid ""
+"\n"
+" Some errors during sendmail are caused by \n"
+" a bad configuration of postfix. To solve it you have to\n"
+" set myhostname or mydomain in /etc/postfix/main.cf\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3142
+msgid ""
+"options description:\n"
+"\n"
+" - Backup system files:\n"
+" \n"
+"\tThis option allows you to backup your /etc directory,\n"
+"\twhich contains all configuration files. Please be\n"
+"\tcareful during the restore step to not overwrite:\n"
+"\t\t/etc/passwd \n"
+"\t\t/etc/group \n"
+"\t\t/etc/fstab\n"
+"\n"
+" - Backup User files: \n"
+"\n"
+"\tThis option allows you select all users that you want \n"
+"\tto backup.\n"
+"\tTo preserve disk space, it is recommended that you \n"
+"\tdo not include web browser's cache.\n"
+"\n"
+" - Backup Other files: \n"
+"\n"
+"\tThis option allows you to add more data to save.\n"
+"\tWith the other backup it's not possible at the \n"
+"\tmoment to select select incremental backup.\t\t\n"
+" \n"
+" - Incremental Backups:\n"
+"\n"
+"\tThe incremental backup is the most powerful \n"
+"\toption for backup. This option allows you \n"
+"\tto backup all your data the first time, and \n"
+"\tonly the changed afterward.\n"
+"\tThen you will be able, during the restore\n"
+"\tstep, to restore your data from a specified\n"
+"\tdate.\n"
+"\tIf you have not selected this option all\n"
+"\told backups are deleted before each backup. \n"
+"\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3181
+msgid ""
+"restore description:\n"
+" \n"
+"Only the most recent date will be used ,because with incremental \n"
+"backups it is necesarry to restore one by one each older backups.\n"
+"\n"
+"So if you don't like to restore an user please unselect all his\n"
+"check box.\n"
+"\n"
+"Otherwise, you are able to select only one of this\n"
+"\n"
+" - Incremental Backups:\n"
+"\n"
+"\tThe incremental backup is the most powerfull \n"
+"\toption to use backup, this option allow you \n"
+"\tto backup all your data the first time, and \n"
+"\tonly the changed after.\n"
+"\tSo you will be able during the restore\n"
+"\tstep, to restore your data from a specified\n"
+"\tdate.\n"
+"\tIf you have not selected this options all\n"
+"\told backups are deleted before each backup. \n"
+"\n"
+"\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3207 ../../standalone/drakbackup_.c:3282
+msgid ""
+" Copyright (C) 2001 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita.fr>"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3209 ../../standalone/drakbackup_.c:3284
+msgid ""
+" This program is free software; you can redistribute it and/or modify\n"
+" it under the terms of the GNU General Public License as published by\n"
+" the Free Software Foundation; either version 2, or (at your option)\n"
+" any later version.\n"
+"\n"
+" This program is distributed in the hope that it will be useful,\n"
+" but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
+" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
+" GNU General Public License for more details.\n"
+"\n"
+" You should have received a copy of the GNU General Public License\n"
+" along with this program; if not, write to the Free Software\n"
+" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3223
+msgid ""
+"Description:\n"
+"\n"
+" Drakbackup is used to backup your system.\n"
+" During the configuration you can select: \n"
+"\t- System files, \n"
+"\t- Users files, \n"
+"\t- Other files.\n"
+"\tor All your system ... and Other (like Windows Partitions)\n"
+"\n"
+" Drakbackup allows you to backup your system on:\n"
+"\t- Harddrive.\n"
+"\t- NFS.\n"
+"\t- CDROM (CDRW), DVDROM (with autoboot, rescue and autoinstall.).\n"
+"\t- FTP.\n"
+"\t- Rsync.\n"
+"\t- Webdav.\n"
+"\t- Tape.\n"
+"\n"
+" Drakbackup allows you to restore your system to\n"
+" a user selected directory.\n"
+"\n"
+" Per default all backup will be stored on your\n"
+" /var/lib/drakbackup directory\n"
+"\n"
+" Configuration file:\n"
+"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
+"\n"
+"\n"
+"Restore Step:\n"
+" \n"
+" During the restore step, DrakBackup will remove \n"
+" your original directory and verify that all \n"
+" backup files are not corrupted. It is recommended \n"
+" you do a last backup before restoring.\n"
+"\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3261
+msgid ""
+"options description:\n"
+"\n"
+"Please be careful when you are using ftp backup, because only \n"
+"backups that are already built are sent to the server.\n"
+"So at the moment, you need to build the backup on your hard \n"
+"drive before sending it to the server.\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3270
+msgid ""
+"\n"
+"Restore Backup Problems:\n"
+"\n"
+"During the restore step, Drakbackup will verify all your\n"
+"backup files before restoring them.\n"
+"Before the restore, Drakbackup will remove \n"
+"your original directory, and you will loose all your \n"
+"data. It is important to be careful and not modify the \n"
+"backup data files by hand.\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3298
+msgid ""
+"Description:\n"
+"\n"
+" Drakbackup is used to backup your system.\n"
+" During the configuration you can select \n"
+"\t- System files, \n"
+"\t- Users files, \n"
+"\t- Other files.\n"
+"\tor All your system ... and Other (like Windows Partitions)\n"
+"\n"
+" Drakbackup allows you to backup your system on:\n"
+"\t- Harddrive.\n"
+"\t- NFS.\n"
+"\t- CDROM (CDRW), DVDROM (with autoboot, rescue and autoinstall.).\n"
+"\t- FTP.\n"
+"\t- Rsync.\n"
+"\t- Webdav.\n"
+"\t- Tape.\n"
+"\n"
+" Drakbackup allows you to restore your system to\n"
+" a user selected directory.\n"
+"\n"
+" Per default all backup will be stored on your\n"
+" /var/lib/drakbackup directory\n"
+"\n"
+" Configuration file:\n"
+"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
+"\n"
+"Restore Step:\n"
+" \n"
+" During the restore step, Drakbackup will remove\n"
+" your original directory and verify that all\n"
+" backup files are not corrupted. It is recommended\n"
+" you do a last backup before restoring.\n"
+" \n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakboot_.c:58
+#, c-format
+msgid "Installation of %s failed. The following error occured:"
+msgstr "Ha fallat la installaci del %s. S'ha produt l'error segent:"
+
+#: ../../standalone/drakfont_.c:229
+msgid "Search installed fonts"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:231
+msgid "Unselect fonts installed"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:252
+msgid "parse all fonts"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:253
+#, fuzzy
+msgid "no fonts found"
+msgstr "no s'ha trobat %s"
+
+#: ../../standalone/drakfont_.c:261 ../../standalone/drakfont_.c:303
+#: ../../standalone/drakfont_.c:352 ../../standalone/drakfont_.c:410
+#: ../../standalone/drakfont_.c:417 ../../standalone/drakfont_.c:443
+#: ../../standalone/drakfont_.c:455 ../../standalone/drakfont_.c:468
+#, fuzzy
+msgid "done"
+msgstr "Fet"
+
+#: ../../standalone/drakfont_.c:265
+msgid "could not find any font in your mounted partitions"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:301
+msgid "Reselect correct fonts"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:304
+msgid "could not find any font.\n"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:327
+msgid "Search fonts in installed list"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:350
+#, fuzzy
+msgid "Fonts copy"
+msgstr "Formata el disquet"
+
+#: ../../standalone/drakfont_.c:353
+#, fuzzy
+msgid "True Type fonts installation"
+msgstr "S'est preparant la installaci"
+
+#: ../../standalone/drakfont_.c:357
+msgid "please wait during ttmkfdir..."
+msgstr ""
+
+#: ../../standalone/drakfont_.c:359
+msgid "True Type install done"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:366 ../../standalone/drakfont_.c:382
+msgid "Fonts conversion"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:370 ../../standalone/drakfont_.c:386
+#: ../../standalone/drakfont_.c:406
+msgid "type1inst building"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:375 ../../standalone/drakfont_.c:390
+msgid "Ghostscript referencing"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:397
+msgid "ttf fonts conversion"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:401
+msgid "pfm fonts conversion"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:411
+msgid "Suppress temporary Files"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:414
+#, fuzzy
+msgid "Restart XFS"
+msgstr "limita"
+
+#: ../../standalone/drakfont_.c:453 ../../standalone/drakfont_.c:463
+msgid "Suppress Fonts Files"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:465
+#, fuzzy
+msgid "xfs restart"
+msgstr "limita"
+
+#: ../../standalone/drakfont_.c:472 ../../standalone/drakfont_.c:760
+msgid ""
+"Before installing any fonts, be sure that you have the right to use and "
+"install them on your system.\n"
+"\n"
+"-You can install the fonts using the normal way. In rare cases, bogus fonts "
+"may hang up your X Server."
+msgstr ""
+
+#: ../../standalone/drakfont_.c:547
+#, fuzzy
+msgid "Fonts Importation"
+msgstr "Formata les particions"
+
+#: ../../standalone/drakfont_.c:562
+msgid "Get Windows Fonts"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:564
+#, fuzzy
+msgid "Uninstall Fonts"
+msgstr "S'estan desinstallant els RPM"
+
+#: ../../standalone/drakfont_.c:568
+#, fuzzy
+msgid "Advanced Options"
+msgstr "Configuraci de la LAN"
+
+#: ../../standalone/drakfont_.c:570
+#, fuzzy
+msgid "Font List"
+msgstr "Punt de muntatge"
+
+#: ../../standalone/drakfont_.c:739
+#, fuzzy
+msgid "Choose the applications that will support the fonts :"
+msgstr "Escolliu les particions que voleu formatar"
+
+#: ../../standalone/drakfont_.c:743
+msgid "Ghostscript"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:747
+#, fuzzy
+msgid "StarOffice"
+msgstr "Oficina"
+
+#: ../../standalone/drakfont_.c:751
+#, fuzzy
+msgid "Abiword"
+msgstr "Interromp"
+
+#: ../../standalone/drakfont_.c:755
+#, fuzzy
+msgid "Generic Printers"
+msgstr "Impressora"
+
+#: ../../standalone/drakfont_.c:792
+msgid "Select the font file or directory and click on 'Add'"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:828
+#, fuzzy
+msgid "Install List"
+msgstr "Installa el sistema"
+
+#: ../../standalone/drakfont_.c:858
+msgid "click here if you are sure."
+msgstr ""
+
+#: ../../standalone/drakfont_.c:860
+msgid "here if no."
+msgstr ""
+
+#: ../../standalone/drakfont_.c:897
+msgid "Unselected All"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:899
+#, fuzzy
+msgid "Selected All"
+msgstr "Seleccioneu el fitxer"
+
+#: ../../standalone/drakfont_.c:901
+#, fuzzy
+msgid "Remove List"
+msgstr "Impressora remota"
+
+#: ../../standalone/drakfont_.c:919 ../../standalone/drakfont_.c:939
+#, fuzzy
+msgid "Initials tests"
+msgstr "Missatge d'inicialitzaci"
+
+#: ../../standalone/drakfont_.c:920
+#, fuzzy
+msgid "Copy fonts on your system"
+msgstr "No teniu cap adaptador de xarxa al sistema!"
+
+#: ../../standalone/drakfont_.c:921
+msgid "Install & convert Fonts"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:922
+#, fuzzy
+msgid "Post Install"
+msgstr "Installa"
+
+#: ../../standalone/drakfont_.c:940
+#, fuzzy
+msgid "Remove fonts on your system"
+msgstr "No teniu cap adaptador de xarxa al sistema!"
+
+#: ../../standalone/drakfont_.c:941
+#, fuzzy
+msgid "Post Uninstall"
+msgstr "Surt de la installaci"
+
+#: ../../standalone/drakgw_.c:43 ../../standalone/drakgw_.c:200
msgid "Internet Connection Sharing"
msgstr "Connexi a Internet compartida"
-#: ../../standalone/drakgw_.c:119
+#: ../../standalone/drakgw_.c:138
msgid "Internet Connection Sharing currently enabled"
msgstr "La connexi a Internet compartida est habilitada"
-#: ../../standalone/drakgw_.c:120
+#: ../../standalone/drakgw_.c:139
msgid ""
"The setup of Internet connection sharing has already been done.\n"
"It's currently enabled.\n"
@@ -7861,31 +10198,31 @@ msgstr ""
"\n"
"Qu voleu fer?"
-#: ../../standalone/drakgw_.c:124
+#: ../../standalone/drakgw_.c:143
msgid "disable"
msgstr "inhabilita"
-#: ../../standalone/drakgw_.c:124 ../../standalone/drakgw_.c:149
+#: ../../standalone/drakgw_.c:143 ../../standalone/drakgw_.c:168
msgid "dismiss"
msgstr "deixa-ho crrer"
-#: ../../standalone/drakgw_.c:124 ../../standalone/drakgw_.c:149
+#: ../../standalone/drakgw_.c:143 ../../standalone/drakgw_.c:168
msgid "reconfigure"
msgstr "torna a configurar"
-#: ../../standalone/drakgw_.c:127
+#: ../../standalone/drakgw_.c:146
msgid "Disabling servers..."
msgstr "S'estan inhabilitant els servidors..."
-#: ../../standalone/drakgw_.c:135
+#: ../../standalone/drakgw_.c:154
msgid "Internet connection sharing is now disabled."
msgstr "Ara, la compartici de la connexi a Internet est inhabilitada."
-#: ../../standalone/drakgw_.c:144
+#: ../../standalone/drakgw_.c:163
msgid "Internet Connection Sharing currently disabled"
msgstr "La connexi a Internet compartida est inhabilitada"
-#: ../../standalone/drakgw_.c:145
+#: ../../standalone/drakgw_.c:164
msgid ""
"The setup of Internet connection sharing has already been done.\n"
"It's currently disabled.\n"
@@ -7897,19 +10234,19 @@ msgstr ""
"\n"
"Qu voleu fer?"
-#: ../../standalone/drakgw_.c:149
+#: ../../standalone/drakgw_.c:168
msgid "enable"
msgstr "habilita"
-#: ../../standalone/drakgw_.c:156
+#: ../../standalone/drakgw_.c:175
msgid "Enabling servers..."
msgstr "S'estan habilitant els servidors..."
-#: ../../standalone/drakgw_.c:161
+#: ../../standalone/drakgw_.c:180
msgid "Internet connection sharing is now enabled."
msgstr "Ara, la connexi compartida a Internet est habilitada."
-#: ../../standalone/drakgw_.c:182
+#: ../../standalone/drakgw_.c:201
msgid ""
"You are about to configure your computer to share its Internet connection.\n"
"With that feature, other computers on your local network will be able to use "
@@ -7926,21 +10263,21 @@ msgstr ""
"Nota: per configurar una xarxa d'rea local (LAN), us cal un adaptador de "
"xarxa dedicat."
-#: ../../standalone/drakgw_.c:208
+#: ../../standalone/drakgw_.c:227
#, c-format
msgid "Interface %s (using module %s)"
msgstr "Interfcie %s (utilitzant el mdul %s)"
-#: ../../standalone/drakgw_.c:209
+#: ../../standalone/drakgw_.c:228
#, c-format
msgid "Interface %s"
msgstr "Interfcie %s"
-#: ../../standalone/drakgw_.c:217
+#: ../../standalone/drakgw_.c:236
msgid "No network adapter on your system!"
msgstr "No teniu cap adaptador de xarxa al sistema!"
-#: ../../standalone/drakgw_.c:218
+#: ../../standalone/drakgw_.c:237
msgid ""
"No ethernet network adapter has been detected on your system. Please run the "
"hardware configuration tool."
@@ -7948,11 +10285,11 @@ msgstr ""
"No s'ha detectat cap adaptador de xarxa ethernet al sistema. Si us plau, "
"executeu l'eina de configuraci de maquinari."
-#: ../../standalone/drakgw_.c:224
+#: ../../standalone/drakgw_.c:243
msgid "Network interface"
msgstr "Interfcie de la xarxa"
-#: ../../standalone/drakgw_.c:225
+#: ../../standalone/drakgw_.c:244
#, c-format
msgid ""
"There is only one configured network adapter on your system:\n"
@@ -7967,7 +10304,7 @@ msgstr ""
"\n"
"Ara configurar la vostra xarxa d'rea local amb aquest adaptador."
-#: ../../standalone/drakgw_.c:234
+#: ../../standalone/drakgw_.c:253
msgid ""
"Please choose what network adapter will be connected to your Local Area "
"Network."
@@ -7975,24 +10312,83 @@ msgstr ""
"Si us plau, escolliu l'adaptador de xarxa que es connectar\n"
"a la vostra xarxa d'rea local."
-#: ../../standalone/drakgw_.c:243
+#: ../../standalone/drakgw_.c:271
+#, fuzzy
+msgid "Network interface already configured"
+msgstr "El monitor no est configurat"
+
+#: ../../standalone/drakgw_.c:272
+#, c-format
+msgid ""
+"Warning, the network adapter (%s) is already configured.\n"
+"\n"
+"Do you want an automatic re-configuration?\n"
+"\n"
+"You can do it manually but you need to know what you're doing."
+msgstr ""
+
+#: ../../standalone/drakgw_.c:277
+#, fuzzy
+msgid "Automatic reconfiguration"
+msgstr "Configuraci del tipus d'arrencada"
+
+#: ../../standalone/drakgw_.c:278
+#, fuzzy
+msgid "Show current interface configuration"
+msgstr "Configuraci del mdem"
+
+#: ../../standalone/drakgw_.c:280
+#, c-format
msgid ""
-"Warning, the network adapter is already configured. I will reconfigure it."
+"Current configuration of `%s':\n"
+"\n"
+"Network: %s\n"
+"IP address: %s\n"
+"IP attribution: %s\n"
+"Driver: %s"
msgstr ""
-"Compte, l'adaptador de xarxa ja est configurat. El tornar a configurar."
-#: ../../standalone/drakgw_.c:254
+#: ../../standalone/drakgw_.c:292
+msgid ""
+"I can keep your current configuration and assume you already set up a DHCP "
+"server; in that case please verify I correctly read the C-Class Network that "
+"you use for your local network; I will not reconfigure it and I will not "
+"touch your DHCP server configuration.\n"
+"\n"
+"Else, I can reconfigure your interface and (re)configure a DHCP server for "
+"you.\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakgw_.c:297
+msgid "C-Class Local Network"
+msgstr ""
+
+#: ../../standalone/drakgw_.c:298
+#, fuzzy
+msgid "(This) DHCP Server IP"
+msgstr "IP del servidor CUPS"
+
+#: ../../standalone/drakgw_.c:299
+msgid "Re-configure interface and DHCP server"
+msgstr ""
+
+#: ../../standalone/drakgw_.c:306
+msgid "The Local Network did not finish with `.0', bailing out."
+msgstr ""
+
+#: ../../standalone/drakgw_.c:317
#, c-format
msgid "Potential LAN address conflict found in current config of %s!\n"
msgstr ""
"S'ha trobat un conflicte potencial d'adrea LAN en la configuraci actual de "
"%s!\n"
-#: ../../standalone/drakgw_.c:262 ../../standalone/drakgw_.c:268
+#: ../../standalone/drakgw_.c:325 ../../standalone/drakgw_.c:331
msgid "Firewalling configuration detected!"
msgstr "S'ha detectat la configuraci del sistema de tallafocs!"
-#: ../../standalone/drakgw_.c:263 ../../standalone/drakgw_.c:269
+#: ../../standalone/drakgw_.c:326 ../../standalone/drakgw_.c:332
msgid ""
"Warning! An existing firewalling configuration has been detected. You may "
"need some manual fix after installation."
@@ -8000,22 +10396,22 @@ msgstr ""
"Atenci! S'ha detectat una configuraci existent del sistema de tallafocs. "
"Potser us caldr fer algun ajustament manual desprs de la installaci."
-#: ../../standalone/drakgw_.c:277
+#: ../../standalone/drakgw_.c:340
msgid "Configuring..."
msgstr "S'est configurant..."
-#: ../../standalone/drakgw_.c:278
+#: ../../standalone/drakgw_.c:341
msgid "Configuring scripts, installing software, starting servers..."
msgstr ""
"S'estan configurant les seqncies, installant el programari, iniciant els "
"servidors..."
-#: ../../standalone/drakgw_.c:311
+#: ../../standalone/drakgw_.c:378
#, c-format
msgid "Problems installing package %s"
msgstr "Hi ha hagut problemes en installar el paquet %s"
-#: ../../standalone/drakgw_.c:600
+#: ../../standalone/drakgw_.c:672
msgid ""
"Everything has been configured.\n"
"You may now share Internet connection with other computers on your Local "
@@ -8026,23 +10422,23 @@ msgstr ""
"vostra xarxa d'rea local utilitzant la configuraci automtica de xarxa "
"(DHCP)."
-#: ../../standalone/drakgw_.c:617
+#: ../../standalone/drakgw_.c:689
msgid "The setup has already been done, but it's currently disabled."
msgstr "La configuraci ja s'ha realitzat, per ara est inhabilitada."
-#: ../../standalone/drakgw_.c:618
+#: ../../standalone/drakgw_.c:690
msgid "The setup has already been done, and it's currently enabled."
msgstr "La configuraci ja s'ha realitzat i ara est habilitada."
-#: ../../standalone/drakgw_.c:619
+#: ../../standalone/drakgw_.c:691
msgid "No Internet Connection Sharing has ever been configured."
msgstr "No s'ha configurat mai cap connexi compartida a Internet."
-#: ../../standalone/drakgw_.c:624
+#: ../../standalone/drakgw_.c:696
msgid "Internet connection sharing configuration"
msgstr "Configuraci de la compartici de la connexi a Internet"
-#: ../../standalone/drakgw_.c:631
+#: ../../standalone/drakgw_.c:703
#, c-format
msgid ""
"Welcome to the Internet Connection Sharing utility!\n"
@@ -8057,315 +10453,333 @@ msgstr ""
"\n"
"Feu clic a Configura per executar l'auxiliar de configuraci."
-#: ../../standalone/draknet_.c:79
+#: ../../standalone/draknet_.c:80
#, c-format
msgid "Network configuration (%d adapters)"
msgstr "Configuraci de xarxa (%d adaptadors)"
-#: ../../standalone/draknet_.c:86 ../../standalone/draknet_.c:573
+#: ../../standalone/draknet_.c:87 ../../standalone/draknet_.c:595
msgid "Profile: "
msgstr "Perfil: "
-#: ../../standalone/draknet_.c:94
+#: ../../standalone/draknet_.c:95
msgid "Del profile..."
msgstr "Suprimeix el perfil..."
-#: ../../standalone/draknet_.c:100
+#: ../../standalone/draknet_.c:101
msgid "Profile to delete:"
msgstr "Perfil a suprimir:"
-#: ../../standalone/draknet_.c:128
+#: ../../standalone/draknet_.c:129
msgid "New profile..."
msgstr "Perfil nou..."
-#: ../../standalone/draknet_.c:134
+#: ../../standalone/draknet_.c:135
msgid ""
"Name of the profile to create (the new profile is created as a copy of the "
"current one) :"
msgstr ""
-#: ../../standalone/draknet_.c:160
+#: ../../standalone/draknet_.c:161
msgid "Hostname: "
msgstr "Nom de l'ordinador central: "
-#: ../../standalone/draknet_.c:167
+#: ../../standalone/draknet_.c:168
msgid "Internet access"
msgstr "Accs a Internet"
-#: ../../standalone/draknet_.c:180
+#: ../../standalone/draknet_.c:181
msgid "Type:"
msgstr "Tipus:"
-#: ../../standalone/draknet_.c:183 ../../standalone/draknet_.c:397
+#: ../../standalone/draknet_.c:184 ../../standalone/draknet_.c:376
msgid "Gateway:"
msgstr "Passarella:"
-#: ../../standalone/draknet_.c:183 ../../standalone/draknet_.c:397
+#: ../../standalone/draknet_.c:184 ../../standalone/draknet_.c:376
msgid "Interface:"
msgstr "Intefcie:"
-#: ../../standalone/draknet_.c:192
+#: ../../standalone/draknet_.c:195
msgid "Status:"
msgstr "Estat:"
-#: ../../standalone/draknet_.c:194 ../../standalone/draknet_.c:410
-msgid "Connected"
-msgstr "Connectat"
-
-#: ../../standalone/draknet_.c:194 ../../standalone/draknet_.c:410
-msgid "Not connected"
-msgstr "Sense connexi"
-
-#: ../../standalone/draknet_.c:197 ../../standalone/draknet_.c:411
-msgid "Connect..."
-msgstr "Connecta..."
-
-#: ../../standalone/draknet_.c:197 ../../standalone/draknet_.c:411
-msgid "Disconnect..."
-msgstr "Desconnecta..."
-
-#: ../../standalone/draknet_.c:215
-#, fuzzy
-msgid "Starting your connection..."
-msgstr "S'est comprovant la vostra conexi..."
-
-#: ../../standalone/draknet_.c:223
-msgid "Closing your connection..."
-msgstr "S'est tancant la connexi..."
-
-#: ../../standalone/draknet_.c:228
-msgid ""
-"The connection is not closed.\n"
-"Try to do it manually by running\n"
-"/etc/sysconfig/network-scripts/net_cnx_down\n"
-"in root."
+#: ../../standalone/draknet_.c:202
+msgid "Wait please"
msgstr ""
-"La connexi no est tancada.\n"
-"Intenteu fer-ho manualment executant\n"
-"/etc/sysconfig/network-scripts/net_cnx_down\n"
-"a root."
-
-#: ../../standalone/draknet_.c:231
-msgid "The system is now disconnected."
-msgstr "Ara, el sistema est desconnectat."
-#: ../../standalone/draknet_.c:243
+#: ../../standalone/draknet_.c:220
msgid "Configure Internet Access..."
msgstr "Configura l'accs a Internet..."
-#: ../../standalone/draknet_.c:250 ../../standalone/draknet_.c:446
+#: ../../standalone/draknet_.c:227 ../../standalone/draknet_.c:449
msgid "LAN configuration"
msgstr "Configuraci de la LAN"
-#: ../../standalone/draknet_.c:255
+#: ../../standalone/draknet_.c:232
msgid "Driver"
msgstr "Programa de control"
-#: ../../standalone/draknet_.c:255
+#: ../../standalone/draknet_.c:232
msgid "Interface"
msgstr "Interfcie"
-#: ../../standalone/draknet_.c:255
+#: ../../standalone/draknet_.c:232
msgid "Protocol"
msgstr "Protocol"
-#: ../../standalone/draknet_.c:255
+#: ../../standalone/draknet_.c:232
#, fuzzy
msgid "State"
msgstr "Estat:"
-#: ../../standalone/draknet_.c:267
+#: ../../standalone/draknet_.c:244
msgid "Configure Local Area Network..."
msgstr "Configura la xarxa d'rea local..."
-#: ../../standalone/draknet_.c:279
+#: ../../standalone/draknet_.c:256
msgid "Click here to launch the wizard ->"
msgstr ""
-#: ../../standalone/draknet_.c:306
+#: ../../standalone/draknet_.c:257
+msgid "Wizard..."
+msgstr "Assistent..."
+
+#: ../../standalone/draknet_.c:283
msgid "Apply"
msgstr "Aplica"
-#: ../../standalone/draknet_.c:325
+#: ../../standalone/draknet_.c:302
msgid "Please Wait... Applying the configuration"
msgstr "Si us plau, espereu... s'est aplicant la configuraci"
-#: ../../standalone/draknet_.c:428
+#: ../../standalone/draknet_.c:384 ../../standalone/draknet_.c:407
+msgid "Connected"
+msgstr "Connectat"
+
+#: ../../standalone/draknet_.c:384 ../../standalone/draknet_.c:407
+msgid "Not connected"
+msgstr "Sense connexi"
+
+#: ../../standalone/draknet_.c:385 ../../standalone/draknet_.c:408
+msgid "Connect..."
+msgstr "Connecta..."
+
+#: ../../standalone/draknet_.c:385 ../../standalone/draknet_.c:408
+msgid "Disconnect..."
+msgstr "Desconnecta..."
+
+#: ../../standalone/draknet_.c:404
+msgid ""
+"Warning, another Internet connection has been detected, maybe using your "
+"network"
+msgstr ""
+
+#: ../../standalone/draknet_.c:431
msgid ""
"You don't have any configured interface.\n"
"Configure them first by clicking on 'Configure'"
msgstr ""
-#: ../../standalone/draknet_.c:450
+#: ../../standalone/draknet_.c:453
msgid "LAN Configuration"
msgstr "Configuraci de la LAN"
-#: ../../standalone/draknet_.c:457
+#: ../../standalone/draknet_.c:464
#, c-format
msgid "Adapter %s: %s"
msgstr "Adaptador %s: %s"
-#: ../../standalone/draknet_.c:463
+#: ../../standalone/draknet_.c:470
msgid "Boot Protocol"
msgstr "Protocol d'arrencada"
-#: ../../standalone/draknet_.c:464
+#: ../../standalone/draknet_.c:471
msgid "Started on boot"
msgstr "Iniciat en l'arrencada"
-#: ../../standalone/draknet_.c:465
+#: ../../standalone/draknet_.c:472
msgid "DHCP client"
msgstr "Client DHCP"
-#: ../../standalone/draknet_.c:489 ../../standalone/draknet_.c:491
+#: ../../standalone/draknet_.c:497 ../../standalone/draknet_.c:500
#, fuzzy
msgid "activate now"
msgstr "Actiu"
-#: ../../standalone/draknet_.c:489 ../../standalone/draknet_.c:491
+#: ../../standalone/draknet_.c:497 ../../standalone/draknet_.c:500
#, fuzzy
-msgid "desactivate now"
+msgid "deactivate now"
msgstr "Actiu"
-#: ../../standalone/draknet_.c:538
+#: ../../standalone/draknet_.c:503
+msgid ""
+"This interface has not been configured yet.\n"
+"Launch the configuration wizard in the main window"
+msgstr ""
+
+#: ../../standalone/draknet_.c:560
msgid ""
"You don't have any internet connection.\n"
"Create one first by clicking on 'Configure'"
msgstr ""
-#: ../../standalone/draknet_.c:562
+#: ../../standalone/draknet_.c:584
msgid "Internet connection configuration"
msgstr "Configuraci de la connexi a Internet"
-#: ../../standalone/draknet_.c:566
+#: ../../standalone/draknet_.c:588
msgid "Internet Connection Configuration"
msgstr "Configuraci de la connexi a Internet"
-#: ../../standalone/draknet_.c:575
+#: ../../standalone/draknet_.c:597
msgid "Connection type: "
msgstr "Tipus de connexi: "
-#: ../../standalone/draknet_.c:581
+#: ../../standalone/draknet_.c:603
msgid "Parameters"
msgstr "Parmetres"
-#: ../../standalone/draknet_.c:608
+#: ../../standalone/draknet_.c:621
+msgid "Gateway"
+msgstr "Passarella"
+
+#: ../../standalone/draknet_.c:630
msgid "Ethernet Card"
msgstr "Targeta Ethernet"
-#: ../../standalone/draknet_.c:609
+#: ../../standalone/draknet_.c:631
msgid "DHCP Client"
msgstr "Client DHCP"
-#: ../../standalone/draksec_.c:21
-msgid "Welcome To Crackers"
-msgstr "Benvinguts, crackers"
+#: ../../standalone/draksec_.c:31
+msgid "Setting security level"
+msgstr "S'est establint el nivell de seguretat"
-#: ../../standalone/draksec_.c:22
-msgid "Poor"
-msgstr "Pobre"
+#: ../../standalone/drakxconf_.c:47
+msgid "Control Center"
+msgstr "Control Center"
-#: ../../standalone/draksec_.c:26
-msgid "Paranoid"
-msgstr "Paranoic"
+#: ../../standalone/drakxconf_.c:48
+msgid "Choose the tool you want to use"
+msgstr "Escolliu l'eina que voleu utilitzar "
-#: ../../standalone/draksec_.c:29
-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."
+#: ../../standalone/drakxtv_.c:48
+#, fuzzy
+msgid "Canada (cable)"
+msgstr "Canadenc (Quebec)"
+
+#: ../../standalone/drakxtv_.c:48
+msgid "USA (bcast)"
msgstr ""
-"Aquest nivell s'ha d'utilitzar amb cura. Fa el vostre sistema molt ms "
-"fcil\n"
-"d'utilitzar, per tamb molt sensible: no s'ha d'utilitzar en un ordinador\n"
-"connectat a d'altres o a Internet. No s'hi accedeix mitjanant contrasenya."
-#: ../../standalone/draksec_.c:32
-msgid ""
-"Password are now enabled, but use as a networked computer is still not "
-"recommended."
+#: ../../standalone/drakxtv_.c:48
+msgid "USA (cable)"
msgstr ""
-"Ara, la contrasenya est habilitada, per l's com a ordinador de xarxa "
-"segueix sense ser recomanable."
-#: ../../standalone/draksec_.c:33
-msgid ""
-"Few improvements for this security level, the main one is that there are\n"
-"more security warnings and checks."
+#: ../../standalone/drakxtv_.c:48
+msgid "USA (cable-hrc)"
msgstr ""
-"Poques millores per a aquest nivell de seguretat; la principal s que hi ha\n"
-"ms avisos i comprovacions de seguretat."
-#: ../../standalone/draksec_.c:35
-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. "
+#: ../../standalone/drakxtv_.c:49
+msgid "China (bcast)"
msgstr ""
-"Aquesta s la seguretat estndard recomanada per a un ordinador que\n"
-"s'utilitzar per connectar-se a Internet com a client. Ara hi ha "
-"comprovacions de seguretat."
-#: ../../standalone/draksec_.c:37
-msgid ""
-"With this security level, the use of this system as a server becomes "
-"possible.\n"
-"The security is now high enough to use the system as a server which accept\n"
-"connections from many clients. "
+#: ../../standalone/drakxtv_.c:49
+msgid "Japan (bcast)"
msgstr ""
-"Amb aquest nivell de seguretat, la utilitzaci d'aquest sistema com a\n"
-"servidor esdev possible.\n"
-"La seguretat s ara prou alta com per utilitzar el sistema com a servidor\n"
-"que accepti connexions de molts clients. "
-#: ../../standalone/draksec_.c:40
-msgid ""
-"We take level 4 features, but now the system is entirely closed.\n"
-"Security features are at their maximum."
+#: ../../standalone/drakxtv_.c:49
+msgid "Japan (cable)"
msgstr ""
-"Assumim les caracterstiques del nivell 4, per ara el sistema est\n"
-"totalment tancat.\n"
-"Les caracterstiques de seguretat estan al mxim."
-#: ../../standalone/draksec_.c:65
+#: ../../standalone/drakxtv_.c:50
#, fuzzy
-msgid "Security level"
-msgstr "S'est establint el nivell de seguretat"
+msgid "East Europe"
+msgstr "Europa"
-#: ../../standalone/draksec_.c:67
+#: ../../standalone/drakxtv_.c:50
#, fuzzy
-msgid "Use libsafe for servers"
-msgstr "Escolliu les opcions per al servidor"
+msgid "Ireland"
+msgstr "Islands"
+
+#: ../../standalone/drakxtv_.c:50
+#, fuzzy
+msgid "West Europe"
+msgstr "Europa"
-#: ../../standalone/draksec_.c:68
+#: ../../standalone/drakxtv_.c:51
+#, fuzzy
+msgid "Australia"
+msgstr "srie"
+
+#: ../../standalone/drakxtv_.c:51
+msgid "Newzealand"
+msgstr ""
+
+#: ../../standalone/drakxtv_.c:52
+msgid "South Africa"
+msgstr ""
+
+#: ../../standalone/drakxtv_.c:53
+msgid "Argentina"
+msgstr ""
+
+#: ../../standalone/drakxtv_.c:58
msgid ""
-"A library which defends against buffer overflow and format string attacks."
+"Please,\n"
+"type in your tv norm and country"
msgstr ""
-#: ../../standalone/draksec_.c:72
-msgid "Setting security level"
-msgstr "S'est establint el nivell de seguretat"
+#: ../../standalone/drakxtv_.c:60
+msgid "TV norm :"
+msgstr ""
-#: ../../standalone/drakxconf_.c:47
-msgid "Control Center"
-msgstr "Control Center"
+#: ../../standalone/drakxtv_.c:61
+msgid "Area :"
+msgstr ""
-#: ../../standalone/drakxconf_.c:48
-msgid "Choose the tool you want to use"
-msgstr "Escolliu l'eina que voleu utilitzar "
+#: ../../standalone/drakxtv_.c:65
+msgid "Scanning for TV channels in progress ..."
+msgstr ""
+
+#: ../../standalone/drakxtv_.c:72
+msgid "Scanning for TV channels"
+msgstr ""
+
+#: ../../standalone/drakxtv_.c:83
+msgid "No TV Card detected!"
+msgstr ""
+
+#: ../../standalone/drakxtv_.c:84
+msgid ""
+"No TV Card has been detected on your machine. Please verify that a Linux-"
+"supported Video/TV Card is correctly plugged in.\n"
+"\n"
+"\n"
+"You can visit our hardware database at:\n"
+"\n"
+"\n"
+"http://www.linux-mandrake.com/en/hardware.php3"
+msgstr ""
#: ../../standalone/keyboarddrake_.c:16
msgid "usage: keyboarddrake [--expert] [keyboard]\n"
msgstr "sintaxi: keyboarddrake [--expert] [teclat]\n"
+#: ../../standalone/keyboarddrake_.c:29
+msgid "Please, choose your keyboard layout."
+msgstr "Si us plau, selecioneu la disposici del vostre teclat."
+
#: ../../standalone/keyboarddrake_.c:36
msgid "Do you want the BackSpace to return Delete in console?"
msgstr "Voleu que la tecla Enrere efectu un Suprimeix en la consola?"
-#: ../../standalone/livedrake_.c:23
+#: ../../standalone/livedrake_.c:24
msgid "Change Cd-Rom"
msgstr "Canvieu el CD-ROM"
-#: ../../standalone/livedrake_.c:24
+#: ../../standalone/livedrake_.c:25
msgid ""
"Please insert the Installation Cd-Rom in your drive and press Ok when done.\n"
"If you don't have it, press Cancel to avoid live upgrade."
@@ -8374,27 +10788,266 @@ msgstr ""
"premeu D'acord.\n"
"Si no el teniu, premeu Cancella per evitar la installaci en directe."
-#: ../../standalone/livedrake_.c:34
+#: ../../standalone/livedrake_.c:35
msgid "Unable to start live upgrade !!!\n"
msgstr "No es pot iniciar l'actualitzaci en directe !!!\n"
-#: ../../standalone/mousedrake_.c:58
+#: ../../standalone/localedrake_.c:32
+msgid "The change is done, but to be effective you must logout"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:85 ../../standalone/logdrake_.c:501
+msgid "logdrake"
+msgstr "logdrake"
+
+#: ../../standalone/logdrake_.c:95
+#, fuzzy
+msgid "Show only for the selected day"
+msgstr "Mostr-ho noms per a avui"
+
+#: ../../standalone/logdrake_.c:102
+msgid "/File/_New"
+msgstr "/Fitxer/_Nou"
+
+#: ../../standalone/logdrake_.c:102
+msgid "<control>N"
+msgstr "<control>N"
+
+#: ../../standalone/logdrake_.c:103
+msgid "/File/_Open"
+msgstr "/Fitxer/_Obre"
+
+#: ../../standalone/logdrake_.c:103
+msgid "<control>O"
+msgstr "<control>O"
+
+#: ../../standalone/logdrake_.c:104
+msgid "/File/_Save"
+msgstr "/Fitxer/_Desa"
+
+#: ../../standalone/logdrake_.c:104
+msgid "<control>S"
+msgstr "<control>S"
+
+#: ../../standalone/logdrake_.c:105
+msgid "/File/Save _As"
+msgstr "/Fitxer/_Anomena i desa"
+
+#: ../../standalone/logdrake_.c:106
+msgid "/File/-"
+msgstr "/Fitxer/-"
+
+#: ../../standalone/logdrake_.c:108
+msgid "/_Options"
+msgstr "/_Opcions"
+
+#: ../../standalone/logdrake_.c:109
+msgid "/Options/Test"
+msgstr "/Opcions/Prova"
+
+#: ../../standalone/logdrake_.c:110
+msgid "/_Help"
+msgstr "/_Ajuda"
+
+#: ../../standalone/logdrake_.c:111
+msgid "/Help/_About..."
+msgstr "/Ajuda/_Quant a..."
+
+#: ../../standalone/logdrake_.c:118
+msgid "-misc-fixed-medium-r-*-*-*-100-*-*-*-*-*-*,*"
+msgstr "-misc-fixed-medium-r-*-*-*-100-*-*-*-*-*-*,*"
+
+#: ../../standalone/logdrake_.c:119
+msgid "-misc-fixed-bold-r-*-*-*-100-*-*-*-*-*-*,*"
+msgstr "-misc-fixed-bold-r-*-*-*-100-*-*-*-*-*-*,*"
+
+#: ../../standalone/logdrake_.c:173
+#, fuzzy
+msgid "User"
+msgstr "Nom d'usuari"
+
+#: ../../standalone/logdrake_.c:174
+#, fuzzy
+msgid "Messages"
+msgstr "missatges"
+
+#: ../../standalone/logdrake_.c:175
+#, fuzzy
+msgid "Syslog"
+msgstr "syslog"
+
+#: ../../standalone/logdrake_.c:176
+msgid "Mandrake Tools Explanations"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:179
+msgid "search"
+msgstr "cerca"
+
+#: ../../standalone/logdrake_.c:185
+msgid "A tool to monitor your logs"
+msgstr "Eina per veure els registres"
+
+#: ../../standalone/logdrake_.c:186
+msgid "Settings"
+msgstr "Parmetres"
+
+#: ../../standalone/logdrake_.c:191
+msgid "matching"
+msgstr "que coincideixin amb"
+
+#: ../../standalone/logdrake_.c:192
+msgid "but not matching"
+msgstr "per que no coincideixein amb"
+
+#: ../../standalone/logdrake_.c:196
+msgid "Choose file"
+msgstr "Escolliu el fitxer"
+
+#: ../../standalone/logdrake_.c:201
+msgid "Calendar"
+msgstr "Calendari"
+
+#: ../../standalone/logdrake_.c:211
+msgid "Content of the file"
+msgstr "Contingut del fitxer"
+
+#: ../../standalone/logdrake_.c:215 ../../standalone/logdrake_.c:390
+msgid "Mail/SMS alert"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:268
+#, c-format
+msgid "please wait, parsing file: %s"
+msgstr "si us plau, espereu, s'est analitzant el fitxer: %s"
+
+#: ../../standalone/logdrake_.c:405
+#, fuzzy
+msgid "Mail/SMS alert configuration"
+msgstr "Configuraci de la LAN"
+
+#: ../../standalone/logdrake_.c:406
+msgid ""
+"Welcome to the mail/SMS configuration utility.\n"
+"\n"
+"Here, you'll be able to set up the alert system.\n"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:414
+#, fuzzy
+msgid "proftpd"
+msgstr "Apache i Pro-ftpd"
+
+#: ../../standalone/logdrake_.c:417
+#, fuzzy
+msgid "sshd"
+msgstr "ombra"
+
+#: ../../standalone/logdrake_.c:418
+msgid "webmin"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:419
+#, fuzzy
+msgid "xinetd"
+msgstr "Ext2"
+
+#: ../../standalone/logdrake_.c:422
+#, fuzzy
+msgid "service setting"
+msgstr "interessant"
+
+#: ../../standalone/logdrake_.c:423
+msgid ""
+"You will receive an alert if one of the selected service is no more running"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:433
+#, fuzzy
+msgid "load setting"
+msgstr "s'est formatant"
+
+#: ../../standalone/logdrake_.c:434
+msgid "You will receive an alert if the load is higher than this value"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:447
+#, fuzzy
+msgid "alert configuration"
+msgstr "Configuraci"
+
+#: ../../standalone/logdrake_.c:448
+msgid "Configure the way the system will alert you"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:478
+msgid "Save as.."
+msgstr "Anomena i desa..."
+
+#: ../../standalone/mousedrake_.c:49
+msgid "Please, choose the type of your mouse."
+msgstr "Si us plau, seleccioneu el vostre tipus de ratol."
+
+#: ../../standalone/mousedrake_.c:59
msgid "no serial_usb found\n"
msgstr "no s'ha trobat cap serial_usb\n"
-#: ../../standalone/mousedrake_.c:62
+#: ../../standalone/mousedrake_.c:63
msgid "Emulate third button?"
msgstr "Voleu emular el tercer bot?"
-#: ../../standalone/tinyfirewall_.c:29
+#: ../../standalone/scannerdrake_.c:53
+#, c-format
+msgid "%s found on %s, configure it ?"
+msgstr ""
+
+#: ../../standalone/scannerdrake_.c:60
+#, fuzzy
+msgid "Select a scanner"
+msgstr "Seleccioneu una targeta grfica"
+
+#: ../../standalone/scannerdrake_.c:80
+#, c-format
+msgid "This %s scanner is unsupported"
+msgstr ""
+
+#: ../../standalone/scannerdrake_.c:94
+#, c-format
+msgid ""
+"Scannerdrake was not able to detect your %s scanner.\n"
+"Please select the device where your scanner is plugged"
+msgstr ""
+
+#: ../../standalone/scannerdrake_.c:96
+#, fuzzy
+msgid "choose device"
+msgstr "Dispositiu d'arrencada"
+
+#: ../../standalone/scannerdrake_.c:102
+#, c-format
+msgid ""
+"This %s scanner must be configured by printerdrake.\n"
+"You can launch printerdrake from the Mandrake Control Center in Hardware "
+"section."
+msgstr ""
+
+#: ../../standalone/scannerdrake_.c:107
+#, c-format
+msgid ""
+"Your %s scanner has been configured.\n"
+"You may now scan documents using ``XSane'' from Multimedia/Graphics in the "
+"applications menu."
+msgstr ""
+
+#: ../../standalone/tinyfirewall_.c:31
msgid "Firewalling Configuration"
msgstr "Configuraci del sistema de tallafocs"
-#: ../../standalone/tinyfirewall_.c:42
+#: ../../standalone/tinyfirewall_.c:44
msgid "Firewalling configuration"
msgstr "Configuraci del sistema de tallafocs"
-#: ../../standalone/tinyfirewall_.c:77
+#: ../../standalone/tinyfirewall_.c:79
msgid ""
"Firewalling\n"
"\n"
@@ -8406,7 +11059,7 @@ msgstr ""
"Ja heu configurat un tallafocs.\n"
"Feu clic a Configura per canviar o eliminar el tallafoc"
-#: ../../standalone/tinyfirewall_.c:81
+#: ../../standalone/tinyfirewall_.c:83
msgid ""
"Firewalling\n"
"\n"
@@ -8468,19 +11121,24 @@ msgstr "Configura la xarxa"
msgid "Configure services"
msgstr "Configura els serveis"
-#: ../../steps.pm_.c:30
-msgid "Create a bootdisk"
-msgstr "Crea un disc d'arrencada"
-
-#: ../../steps.pm_.c:32
+#: ../../steps.pm_.c:29
msgid "Install bootloader"
msgstr "Installa el LILO"
+#: ../../steps.pm_.c:31
+msgid "Create a bootdisk"
+msgstr "Crea un disc d'arrencada"
+
#: ../../steps.pm_.c:33
msgid "Configure X"
msgstr "Configura l'X"
#: ../../steps.pm_.c:34
+#, fuzzy
+msgid "Install system updates"
+msgstr "Installa el sistema"
+
+#: ../../steps.pm_.c:35
msgid "Exit install"
msgstr "Surt de la installaci"
@@ -8652,6 +11310,56 @@ msgstr "No es pot obrir %s: %s\n"
msgid "Can't open %s for writing: %s\n"
msgstr "No s'ha pogut obrir %s per escriure-hi: %s\n"
+#: ../../tinyfirewall.pm_.c:180
+msgid "No I don't need DHCP"
+msgstr ""
+
+#: ../../tinyfirewall.pm_.c:180
+msgid "Yes I need DHCP"
+msgstr ""
+
+#: ../../tinyfirewall.pm_.c:181
+msgid "No I don't need NTP"
+msgstr ""
+
+#: ../../tinyfirewall.pm_.c:181
+msgid "Yes I need NTP"
+msgstr ""
+
+#: ../../tinyfirewall.pm_.c:182 ../../tinyfirewall.pm_.c:186
+msgid "Don't Save"
+msgstr ""
+
+#: ../../tinyfirewall.pm_.c:182 ../../tinyfirewall.pm_.c:186
+#: ../../tinyfirewall.pm_.c:206
+msgid "Save & Quit"
+msgstr ""
+
+#: ../../tinyfirewall.pm_.c:197 ../../tinyfirewall.pm_.c:201
+#, fuzzy
+msgid "Firewall Configuration Wizard"
+msgstr "Configuraci del sistema de tallafocs"
+
+#: ../../tinyfirewall.pm_.c:199
+msgid "No (firewall this off from the internet)"
+msgstr ""
+
+#: ../../tinyfirewall.pm_.c:200
+msgid "Yes (allow this through the firewall)"
+msgstr ""
+
+#: ../../tinyfirewall.pm_.c:232
+#, fuzzy
+msgid "Please Wait... Verifying installed packages"
+msgstr "Si us plau, espereu, s'est preparant la installaci"
+
+#: ../../tinyfirewall.pm_.c:238
+#, c-format
+msgid ""
+"Failure installing the needed packages : %s and Bastille.\n"
+" Try to install them manually."
+msgstr ""
+
#: ../../share/compssUsers:999
msgid "Web/FTP"
msgstr "Servidor, Web/FTP"
@@ -8781,10 +11489,6 @@ msgid "Graphical Environment"
msgstr "Entorn grfic"
#: ../../share/compssUsers:999
-msgid "Development"
-msgstr "Desenvolupament"
-
-#: ../../share/compssUsers:999
msgid "Apache, Pro-ftpd"
msgstr "Apache i Pro-ftpd"
@@ -8797,6 +11501,10 @@ msgid "Office Workstation"
msgstr "Estaci de treball Office"
#: ../../share/compssUsers:999
+msgid "Server"
+msgstr "Servidor"
+
+#: ../../share/compssUsers:999
msgid "Gnome, Icewm, Window Maker, Enlightenment, Fvwm, etc"
msgstr "Gnome, Icewm, Window Maker, Enlightenment, Fvwm, etc."
@@ -8886,10 +11594,6 @@ msgid "Programs to manage your finance, such as gnucash"
msgstr "Programes per gestionar els vostres comptes, com ara el gnucash"
#: ../../share/compssUsers:999
-msgid "Games"
-msgstr "Jocs"
-
-#: ../../share/compssUsers:999
msgid "Personal Information Management"
msgstr "Gesti d'informaci personal"
@@ -8901,6 +11605,272 @@ msgstr "Multimdia - Gravaci de CD"
msgid "Scientific Workstation"
msgstr "Estaci cientfica de treball"
+#, fuzzy
+#~ msgid "About"
+#~ msgstr "Interromp"
+
+#~ msgid "$f-$g %s)"
+#~ msgstr "$f-$g %s)"
+
+#~ msgid "None"
+#~ msgstr "Cap"
+
+#, fuzzy
+#~ msgid "Choose a default printer!"
+#~ msgstr "Escolliu l'usuari per omissi:"
+
+#, fuzzy
+#~ msgid "Apply/Re-read printers"
+#~ msgstr "Impressora remota"
+
+#~ msgid "You may now provide its options to module %s."
+#~ msgstr "Ara podeu proporcionar les seves opcions per al mdul %s."
+
+#~ msgid "mount failed"
+#~ msgstr "ha fallat el muntatge"
+
+#~ msgid "Low"
+#~ msgstr "Baix"
+
+#~ msgid "Medium"
+#~ msgstr "Mitj"
+
+#~ msgid ""
+#~ "Few improvements for this security level, the main one is that there are\n"
+#~ "more security warnings and checks."
+#~ msgstr ""
+#~ "Poques millores per a aquest nivell de seguretat; la principal s que hi "
+#~ "ha\n"
+#~ "ms avisos i comprovacions de seguretat."
+
+#, fuzzy
+#~ msgid "Art and Multimedia"
+#~ msgstr "Multimdia"
+
+#~ msgid "Boot mode"
+#~ msgstr "Mode d'arrencada"
+
+#, fuzzy
+#~ msgid "Export"
+#~ msgstr "Expert"
+
+#~ msgid ""
+#~ "GNU/Linux manages time in GMT (Greenwich Mean Time) and translates it in\n"
+#~ "local time according to the time zone you selected."
+#~ msgstr ""
+#~ "El GNU/Linux gestiona l'hora en GMT (Hora de Greenwich) i la\n"
+#~ "tradueix a l'hora local segons la zona horria seleccionada."
+
+#~ msgid "Connect to Internet"
+#~ msgstr "Connecta't a Internet"
+
+#~ msgid "Disconnect from Internet"
+#~ msgstr "Desconnecta't d'Internet"
+
+#~ msgid "Configure network connection (LAN or Internet)"
+#~ msgstr "Configura la connexi de xarxa (LAN o Internet)"
+
+#, fuzzy
+#~ msgid "Detected %s, do you want to set it up?"
+#~ msgstr "A quin disc us voleu desplaar?"
+
+#, fuzzy
+#~ msgid "Please choose the printer you want to set up."
+#~ msgstr "Si us plau, escolliu els paquets que voleu installar"
+
+#, fuzzy
+#~ msgid "Infos"
+#~ msgstr "Informaci"
+
+#, fuzzy
+#~ msgid "Windows Importation"
+#~ msgstr "Estaci de treball GNOME"
+
+#~ msgid "authentification"
+#~ msgstr "autenticaci"
+
+#~ msgid "user"
+#~ msgstr "usuari"
+
+#, fuzzy
+#~ msgid ""
+#~ "Apache is a World Wide Web server. It is used to serve HTML files and "
+#~ "CGI."
+#~ msgstr ""
+#~ "L'Apache s un servidor de World Wide Web. S'utilitza per servir fitxers\n"
+#~ "HTML i CGI."
+
+#~ msgid ""
+#~ "named (BIND) is a Domain Name Server (DNS) that is used to resolve\n"
+#~ "host names to IP addresses."
+#~ msgstr ""
+#~ "named (BIND) s un servidor de noms de domini (DNS) que s'utiilitza\n"
+#~ "per convertir noms d'ordinadors centrals en adreces IP."
+
+#, fuzzy
+#~ msgid ""
+#~ "Please choose the desired printer/printer port.\n"
+#~ "\n"
+#~ msgstr "Si us plau, seleccioneu el vostre tipus de ratol."
+
+#, fuzzy
+#~ msgid "\\@quit"
+#~ msgstr "Surt"
+
+#, fuzzy
+#~ msgid "Removable media"
+#~ msgstr "Muntatge automtic del suport extrable"
+
+#~ msgid "Active"
+#~ msgstr "Actiu"
+
+#, fuzzy
+#~ msgid "No X"
+#~ msgstr "No"
+
+#~ msgid "A printer, model \"%s\", has been detected on "
+#~ msgstr "S'ha detectat una impressora, model \"%s\", a"
+
+#~ msgid "Local Printer Device"
+#~ msgstr "Dispositiu de la impressora local"
+
+#~ msgid "Printer Device"
+#~ msgstr "Dispositiu d'impressora"
+
+#, fuzzy
+#~ msgid "Printer(s) on remote CUPS server(s)"
+#~ msgstr "Servidor CUPS remot"
+
+#, fuzzy
+#~ msgid "Printer(s) on remote server(s)"
+#~ msgstr "Servidor CUPS remot"
+
+#, fuzzy
+#~ msgid " Linux "
+#~ msgstr "Linux"
+
+#, fuzzy
+#~ msgid " System "
+#~ msgstr "Mode de sistema"
+
+#, fuzzy
+#~ msgid " Other "
+#~ msgstr "Altres"
+
+#, fuzzy
+#~ msgid "please choose your CD space"
+#~ msgstr "Si us plau, selecioneu la disposici del vostre teclat."
+
+#, fuzzy
+#~ msgid " Please check if you are using CDRW media"
+#~ msgstr "Si us plau, feu clic a una partici "
+
+#, fuzzy
+#~ msgid " Tape "
+#~ msgstr "Tipus: "
+
+#, fuzzy
+#~ msgid " Use .backupignore files"
+#~ msgstr "Fitxer de cpia de seguretat incorrecte"
+
+#, fuzzy
+#~ msgid "Configure it"
+#~ msgstr "Configura l'X"
+
+#, fuzzy
+#~ msgid "on Tape Device"
+#~ msgstr "Dispositiu d'impressora"
+
+#, fuzzy
+#~ msgid " Cancel "
+#~ msgstr "Cancella"
+
+#, fuzzy
+#~ msgid " Ok "
+#~ msgstr "D'acord"
+
+#, fuzzy
+#~ msgid "close"
+#~ msgstr "Tanca"
+
+#, fuzzy
+#~ msgid "toto"
+#~ msgstr "toot"
+
+#, fuzzy
+#~ msgid "Starting your connection..."
+#~ msgstr "S'est comprovant la vostra conexi..."
+
+#~ msgid "Closing your connection..."
+#~ msgstr "S'est tancant la connexi..."
+
+#~ msgid ""
+#~ "The connection is not closed.\n"
+#~ "Try to do it manually by running\n"
+#~ "/etc/sysconfig/network-scripts/net_cnx_down\n"
+#~ "in root."
+#~ msgstr ""
+#~ "La connexi no est tancada.\n"
+#~ "Intenteu fer-ho manualment executant\n"
+#~ "/etc/sysconfig/network-scripts/net_cnx_down\n"
+#~ "a root."
+
+#~ msgid "The system is now disconnected."
+#~ msgstr "Ara, el sistema est desconnectat."
+
+#~ msgid "Choose the size you want to install"
+#~ msgstr "Escolliu la mida que voleu installar"
+
+#~ msgid "Total size: "
+#~ msgstr "Mida total: "
+
+#~ msgid "Please wait, "
+#~ msgstr "Si us plau, espereu, "
+
+#~ msgid "Total time "
+#~ msgstr "Temps total "
+
+#~ msgid "Use existing configuration for X11?"
+#~ msgstr "Voleu utilitzar la configuraci existent per a X11?"
+
+#~ msgid ""
+#~ "What device is your printer connected to \n"
+#~ "(note that /dev/lp0 is equivalent to LPT1:)?\n"
+#~ msgstr ""
+#~ "A quin dispositiu est connectada la vostra impressora?\n"
+#~ "(tingueu en compte que /dev/lp0 equival a LPT1:)\n"
+
+#~ msgid "$_"
+#~ msgstr "$_"
+
+#~ msgid ""
+#~ "Warning, the network adapter is already configured. I will reconfigure it."
+#~ msgstr ""
+#~ "Compte, l'adaptador de xarxa ja est configurat. El tornar a configurar."
+
+#~ msgid "New"
+#~ msgstr "Nou"
+
+#, fuzzy
+#~ msgid "Remote"
+#~ msgstr "Elimina"
+
+#, fuzzy
+#~ msgid ""
+#~ "Please click on a button above\n"
+#~ "\n"
+#~ "Or use \"New\""
+#~ msgstr "Si us plau, feu clic a una partici "
+
+#~ msgid "Ambiguity (%s), be more precise\n"
+#~ msgstr "Ambigitat (%s), sigueu ms precs\n"
+
+#~ msgid " ? (default %s) "
+#~ msgstr " ? (predeterminat %s) "
+
+#~ msgid "Your choice? (default %s enter `none' for none) "
+#~ msgstr "La vostra elecci? (predeterminat %s introduu `cap' per a cap) "
+
#~ msgid "can not open /etc/sysconfig/autologin for reading: %s"
#~ msgstr "no es pot obrir /etc/sysconfig/autologin per a lectura: %s"
@@ -8931,14 +11901,6 @@ msgstr "Estaci cientfica de treball"
#~ "(el primer disc SCSI)."
#, fuzzy
-#~ msgid ""
-#~ "The following printers are configured.\n"
-#~ "You can add some more or modify the existing ones."
-#~ msgstr ""
-#~ "Aquestes sn les cues d'impressi segents.\n"
-#~ "Podeu afegir-ne algunes ms o canviar-ne les existents."
-
-#, fuzzy
#~ msgid "Connection timeout (in sec) [ beta, not yet implemented ]"
#~ msgstr "Tipus de connexi: "
@@ -9160,7 +12122,7 @@ msgstr "Estaci cientfica de treball"
#~ "\"Disable networking\".\n"
#~ "\n"
#~ "\n"
-#~ "If you wish to configure the network later after installation or if you "
+#~ "If you wish to configure the network later after installation, or if you "
#~ "have\n"
#~ "finished to configure your network connection, choose \"Done\"."
#~ msgstr ""
@@ -9872,15 +12834,6 @@ msgstr "Estaci cientfica de treball"
#~ msgid "Write /etc/fstab"
#~ msgstr "Escriu a /etc/fstab"
-#~ msgid "Restore from file"
-#~ msgstr "Restaura des del fitxer"
-
-#~ msgid "Save in file"
-#~ msgstr "Desa al fitxer"
-
-#~ msgid "Restore from floppy"
-#~ msgstr "Restaura des del disquet"
-
#~ msgid "Format all"
#~ msgstr "Formata-ho tot"
@@ -9930,10 +12883,6 @@ msgstr "Estaci cientfica de treball"
#~ msgid "Modify printer"
#~ msgstr "Cap impressora"
-#, fuzzy
-#~ msgid "start it"
-#~ msgstr "limita"
-
#~ msgid "Network Monitoring"
#~ msgstr "Monitoritzaci de la xarxa"
@@ -9975,10 +12924,6 @@ msgstr "Estaci cientfica de treball"
#~ "No s'ha pogut establir la connexi.\n"
#~ "Comproveu la configuraci al Centre de control de Mandrake."
-#, fuzzy
-#~ msgid "Color configuration"
-#~ msgstr "Configuraci"
-
#~ msgid "sent: "
#~ msgstr "enviat: "
@@ -9989,61 +12934,13 @@ msgstr "Estaci cientfica de treball"
#~ msgid "average"
#~ msgstr "escombraries"
-#~ msgid "Connect"
-#~ msgstr "Connecta"
-
-#~ msgid "Disconnect"
-#~ msgstr "Desconnecta"
-
-#~ msgid "/File/_New"
-#~ msgstr "/Fitxer/_Nou"
-
-#~ msgid "<control>N"
-#~ msgstr "<control>N"
-
-#~ msgid "/File/_Open"
-#~ msgstr "/Fitxer/_Obre"
-
-#~ msgid "<control>O"
-#~ msgstr "<control>O"
-
-#~ msgid "/File/_Save"
-#~ msgstr "/Fitxer/_Desa"
-
-#~ msgid "<control>S"
-#~ msgstr "<control>S"
-
-#~ msgid "/File/Save _As"
-#~ msgstr "/Fitxer/_Anomena i desa"
-
-#~ msgid "/File/-"
-#~ msgstr "/Fitxer/-"
-
-#~ msgid "/_Options"
-#~ msgstr "/_Opcions"
-
-#~ msgid "/Options/Test"
-#~ msgstr "/Opcions/Prova"
-
-#~ msgid "/_Help"
-#~ msgstr "/_Ajuda"
-
-#~ msgid "/Help/_About..."
-#~ msgstr "/Ajuda/_Quant a..."
-
#, fuzzy
#~ msgid "Default Runlevel"
#~ msgstr "Predeterminat"
-#~ msgid "Europe"
-#~ msgstr "Europa"
-
#~ msgid "NetWare"
#~ msgstr "NetWare"
-#~ msgid "Remove queue"
-#~ msgstr "Elimina la cua"
-
#~ msgid "Config file content could not be interpreted."
#~ msgstr "No s'ha pogut interpretar el contingut del fitxer de configuraci."
@@ -10124,9 +13021,6 @@ msgstr "Estaci cientfica de treball"
#~ msgid "Reverse page order"
#~ msgstr "Inverteix l'ordre de les pgines"
-#~ msgid "CUPS starting"
-#~ msgstr "S'est iniciant el CUPS"
-
#~ msgid "Select Remote Printer Connection"
#~ msgstr "Seleccioneu la connexi de la impressora remota"
@@ -10204,10 +13098,6 @@ msgstr "Estaci cientfica de treball"
#~ msgid "Configure..."
#~ msgstr "Configura..."
-#, fuzzy
-#~ msgid "Lilo/Grub configuration"
-#~ msgstr "Configuraci de la LAN"
-
#~ msgid "Selected size %d%s"
#~ msgstr "S'ha seleccionat la mida %d%s"
@@ -10250,9 +13140,6 @@ msgstr "Estaci cientfica de treball"
#~ msgid "Create a boot floppy"
#~ msgstr "Crea un disquet d'arrencada"
-#~ msgid "Format floppy"
-#~ msgstr "Formata el disquet"
-
#~ msgid "Choice"
#~ msgstr "Elecci"
@@ -10406,9 +13293,6 @@ msgstr "Estaci cientfica de treball"
#~ msgid "Scientific applications"
#~ msgstr "Aplicacions cientfiques"
-#~ msgid "toot"
-#~ msgstr "toot"
-
#~ msgid "File/Print/Samba"
#~ msgstr "Servidor, Fitxer/Impressi/Samba"
@@ -10465,9 +13349,6 @@ msgstr "Estaci cientfica de treball"
#~ msgid "Configure an ISDN connection"
#~ msgstr "Configura una connexi per XDSI"
-#~ msgid "Configure a cable connection"
-#~ msgstr "Configura una connexi per cable"
-
#~ msgid "Disable Internet Connection"
#~ msgstr "Inhabilita la connexi a Internet"
@@ -10487,9 +13368,6 @@ msgstr "Estaci cientfica de treball"
#~ msgid "Graphics Manipulation"
#~ msgstr "Manipulaci de grfics"
-#~ msgid "Multimedia"
-#~ msgstr "Multimdia"
-
#~ msgid "Sciences"
#~ msgstr "Cincies"
@@ -10524,9 +13402,6 @@ msgstr "Estaci cientfica de treball"
#~ msgid "(may cause data corruption)"
#~ msgstr "(pot malmetre les dades)"
-#~ msgid "Use hard drive optimisations?"
-#~ msgstr "Voleu utilitzar l'optimitzaci del disc dur?"
-
#~ msgid "Enable num lock at startup"
#~ msgstr "Habilita la tecla Bloc Num en iniciar"
@@ -10565,9 +13440,6 @@ msgstr "Estaci cientfica de treball"
#~ msgid "Use shadow file"
#~ msgstr "Utilitza el fitxer d'ombra"
-#~ msgid "shadow"
-#~ msgstr "ombra"
-
#~ msgid "MD5"
#~ msgstr "MD5"
@@ -10580,9 +13452,6 @@ msgstr "Estaci cientfica de treball"
#~ msgid "Package"
#~ msgstr "Paquet"
-#~ msgid "Text"
-#~ msgstr "Text"
-
#~ msgid "Tree"
#~ msgstr "Arbre"
@@ -10592,9 +13461,6 @@ msgstr "Estaci cientfica de treball"
#~ msgid "Category"
#~ msgstr "Categoria"
-#~ msgid "See"
-#~ msgstr "Consulteu"
-
#~ msgid "Installed packages"
#~ msgstr "Paquets installats"
@@ -10625,30 +13491,18 @@ msgstr "Estaci cientfica de treball"
#~ msgid "Toggle between Installed and Available"
#~ msgstr "Commuta entre Installats i Disponibles"
-#~ msgid "Choose package to install"
-#~ msgstr "Escolliu el paquet a installar"
-
#~ msgid "Checking dependencies"
#~ msgstr "S'estan comprovant les dependncies"
-#~ msgid "Wait"
-#~ msgstr "Espera"
-
#~ msgid "The following packages are going to be uninstalled"
#~ msgstr "Ara es desinstallaran els paquets segents"
-#~ msgid "Uninstalling the RPMs"
-#~ msgstr "S'estan desinstallant els RPM"
-
#~ msgid "Regexp"
#~ msgstr "Regexp"
#~ msgid "Which package are looking for"
#~ msgstr "Quin paquet esteu cercant"
-#~ msgid "%s not found"
-#~ msgstr "no s'ha trobat %s"
-
#~ msgid "No match"
#~ msgstr "Cap coincidncia"
@@ -10708,9 +13562,6 @@ msgstr "Estaci cientfica de treball"
#~ msgid "I have found an ISDN Card:\n"
#~ msgstr "He trobat una targeta XDSI:\n"
-#~ msgid "France"
-#~ msgstr "Frana"
-
#~ msgid "Other countries"
#~ msgstr "Altres pasos"
@@ -10732,12 +13583,6 @@ msgstr "Estaci cientfica de treball"
#~ msgid "don't use pppoe"
#~ msgstr "no utilitzis pppoe"
-#~ msgid "mandatory"
-#~ msgstr "obligatori"
-
-#~ msgid "interesting"
-#~ msgstr "interessant"
-
#~ msgid "i18n (important)"
#~ msgstr "i18n (important)"
@@ -11142,9 +13987,6 @@ msgstr "Estaci cientfica de treball"
#~ "Temps (en segons) d'inactivitat desprs del qual\n"
#~ "penjar (deixeu-ho en blanc per inhabilitar-ho)."
-#~ msgid "Germany"
-#~ msgstr "Alemany"
-
#~ msgid "Germany (1TR6)"
#~ msgstr "Alemanya (1TR6)"
@@ -11691,9 +14533,6 @@ msgstr "Estaci cientfica de treball"
#~ msgid "You may now decide which class C network to use.\n"
#~ msgstr "Ara podeu decidir quina xarxa de classe C voleu utilitzar.\n"
-#~ msgid "Network:"
-#~ msgstr "Xarxa:"
-
#~ msgid "Internet Connection Sharing - setup of %s"
#~ msgstr "Connexi a Internet compartida: configuraci de %s"
@@ -12046,9 +14885,6 @@ msgstr "Estaci cientfica de treball"
#~ msgid "Hurt me plenty"
#~ msgstr "Fes-me molt de mal"
-#~ msgid "Which packages do you want to install"
-#~ msgstr "Quins paquets voleu installar"
-
#~ msgid "What usage do you want?"
#~ msgstr "Quina utilitzaci voleu?"
@@ -12078,9 +14914,6 @@ msgstr "Estaci cientfica de treball"
#~ msgid "resizing"
#~ msgstr "s'est canviant la mida"
-#~ msgid "formatting"
-#~ msgstr "s'est formatant"
-
#~ msgid "changing type of"
#~ msgstr "s'est canviant el tipus de"
@@ -12099,9 +14932,6 @@ msgstr "Estaci cientfica de treball"
#~ msgid "developer"
#~ msgstr "desenvolupador"
-#~ msgid "expert"
-#~ msgstr "expert"
-
#~ msgid "Password:"
#~ msgstr "Contrasenya:"
diff --git a/perl-install/share/po/el.po b/perl-install/share/po/el.po
index f26576caf..1de4183da 100644
--- a/perl-install/share/po/el.po
+++ b/perl-install/share/po/el.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: DrakX VERSION\n"
-"POT-Creation-Date: 2001-09-21 19:50+0200\n"
+"POT-Creation-Date: 2002-03-11 18:29+0100\n"
"PO-Revision-Date: 2001-08-23 23:59+0300\n"
"Last-Translator: Thanos Kyritsis <djart@hellug.gr>\n"
"Language-Team: Greek <nls@tux.hellug.gr>\n"
@@ -15,24 +15,24 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: KBabel 0.8\n"
-#: ../../Xconfigurator.pm_.c:231
+#: ../../Xconfigurator.pm_.c:242
msgid "Configure all heads independently"
msgstr " "
-#: ../../Xconfigurator.pm_.c:232
+#: ../../Xconfigurator.pm_.c:243
msgid "Use Xinerama extension"
msgstr " Xinerama"
-#: ../../Xconfigurator.pm_.c:235
+#: ../../Xconfigurator.pm_.c:246
#, c-format
msgid "Configure only card \"%s\" (%s)"
msgstr " \"%s\" (%s)"
-#: ../../Xconfigurator.pm_.c:238
+#: ../../Xconfigurator.pm_.c:249
msgid "Multi-head configuration"
msgstr " "
-#: ../../Xconfigurator.pm_.c:239
+#: ../../Xconfigurator.pm_.c:250
msgid ""
"Your system support multiple head configuration.\n"
"What do you want to do?"
@@ -40,33 +40,43 @@ msgstr ""
" .\n"
" ;"
-#: ../../Xconfigurator.pm_.c:248
+#: ../../Xconfigurator.pm_.c:261
msgid "Graphic card"
msgstr " "
-#: ../../Xconfigurator.pm_.c:248
+#: ../../Xconfigurator.pm_.c:262
msgid "Select a graphic card"
msgstr " "
-#: ../../Xconfigurator.pm_.c:249
+#: ../../Xconfigurator.pm_.c:286
msgid "Choose a X server"
msgstr " X server ( )"
-#: ../../Xconfigurator.pm_.c:249
+#: ../../Xconfigurator.pm_.c:286
msgid "X server"
msgstr " X Window"
-#: ../../Xconfigurator.pm_.c:307 ../../Xconfigurator.pm_.c:313
-#: ../../Xconfigurator.pm_.c:363 ../../Xconfigurator.pm_.c:1435
+#: ../../Xconfigurator.pm_.c:293
+#, fuzzy
+msgid "Choose a X driver"
+msgstr " X server ( )"
+
+#: ../../Xconfigurator.pm_.c:293
+#, fuzzy
+msgid "X driver"
+msgstr " X Window"
+
+#: ../../Xconfigurator.pm_.c:360 ../../Xconfigurator.pm_.c:366
+#: ../../Xconfigurator.pm_.c:416 ../../Xconfigurator.pm_.c:1507
#, c-format
msgid "XFree %s"
msgstr "XFree %s"
-#: ../../Xconfigurator.pm_.c:310
+#: ../../Xconfigurator.pm_.c:363
msgid "Which configuration of XFree do you want to have?"
msgstr " XFree ;"
-#: ../../Xconfigurator.pm_.c:321
+#: ../../Xconfigurator.pm_.c:374
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support but only with XFree %s.\n"
@@ -77,20 +87,20 @@ msgstr ""
" \n"
" ."
-#: ../../Xconfigurator.pm_.c:323 ../../Xconfigurator.pm_.c:356
+#: ../../Xconfigurator.pm_.c:376 ../../Xconfigurator.pm_.c:409
#, c-format
msgid "Your card can have 3D hardware acceleration support with XFree %s."
msgstr ""
" XFree "
"%s."
-#: ../../Xconfigurator.pm_.c:325 ../../Xconfigurator.pm_.c:358
-#: ../../Xconfigurator.pm_.c:1435
+#: ../../Xconfigurator.pm_.c:378 ../../Xconfigurator.pm_.c:411
+#: ../../Xconfigurator.pm_.c:1507
#, c-format
msgid "XFree %s with 3D hardware acceleration"
msgstr "XFree %s "
-#: ../../Xconfigurator.pm_.c:333 ../../Xconfigurator.pm_.c:347
+#: ../../Xconfigurator.pm_.c:386 ../../Xconfigurator.pm_.c:400
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support with XFree %s,\n"
@@ -100,12 +110,12 @@ msgstr ""
"%s,\n"
": - !"
-#: ../../Xconfigurator.pm_.c:335 ../../Xconfigurator.pm_.c:349
+#: ../../Xconfigurator.pm_.c:388 ../../Xconfigurator.pm_.c:402
#, c-format
msgid "XFree %s with EXPERIMENTAL 3D hardware acceleration"
msgstr "XFree %s "
-#: ../../Xconfigurator.pm_.c:344
+#: ../../Xconfigurator.pm_.c:397
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support but only with XFree %s,\n"
@@ -119,31 +129,31 @@ msgstr ""
"\n"
" ."
-#: ../../Xconfigurator.pm_.c:364
+#: ../../Xconfigurator.pm_.c:417
msgid "Xpmac (installation display driver)"
msgstr "Xpmac ( )"
-#: ../../Xconfigurator.pm_.c:368
+#: ../../Xconfigurator.pm_.c:421
msgid "XFree configuration"
msgstr " XFree"
-#: ../../Xconfigurator.pm_.c:434
+#: ../../Xconfigurator.pm_.c:496
msgid "Select the memory size of your graphic card"
msgstr " "
-#: ../../Xconfigurator.pm_.c:492
+#: ../../Xconfigurator.pm_.c:550
msgid "Choose options for server"
msgstr " X server"
-#: ../../Xconfigurator.pm_.c:516
+#: ../../Xconfigurator.pm_.c:574
msgid "Choose a monitor"
msgstr " "
-#: ../../Xconfigurator.pm_.c:516
+#: ../../Xconfigurator.pm_.c:574
msgid "Monitor"
msgstr ""
-#: ../../Xconfigurator.pm_.c:519
+#: ../../Xconfigurator.pm_.c:577
msgid ""
"The two critical parameters are the vertical refresh rate, which is the "
"rate\n"
@@ -167,39 +177,39 @@ msgstr ""
"\n"
" . , ."
-#: ../../Xconfigurator.pm_.c:526
+#: ../../Xconfigurator.pm_.c:584
msgid "Horizontal refresh rate"
msgstr " "
-#: ../../Xconfigurator.pm_.c:527
+#: ../../Xconfigurator.pm_.c:585
msgid "Vertical refresh rate"
msgstr " "
-#: ../../Xconfigurator.pm_.c:564
+#: ../../Xconfigurator.pm_.c:622
msgid "Monitor not configured"
msgstr " "
-#: ../../Xconfigurator.pm_.c:567
+#: ../../Xconfigurator.pm_.c:625
msgid "Graphic card not configured yet"
msgstr " "
-#: ../../Xconfigurator.pm_.c:570
+#: ../../Xconfigurator.pm_.c:628
msgid "Resolutions not chosen yet"
msgstr " "
-#: ../../Xconfigurator.pm_.c:587
+#: ../../Xconfigurator.pm_.c:646
msgid "Do you want to test the configuration?"
msgstr " ;"
-#: ../../Xconfigurator.pm_.c:591
+#: ../../Xconfigurator.pm_.c:650
msgid "Warning: testing this graphic card may freeze your computer"
msgstr ": "
-#: ../../Xconfigurator.pm_.c:594
+#: ../../Xconfigurator.pm_.c:653
msgid "Test of the configuration"
msgstr " "
-#: ../../Xconfigurator.pm_.c:632 ../../Xconfigurator.pm_.c:644
+#: ../../Xconfigurator.pm_.c:692 ../../Xconfigurator.pm_.c:704
msgid ""
"\n"
"try to change some parameters"
@@ -207,156 +217,175 @@ msgstr ""
"\n"
" "
-#: ../../Xconfigurator.pm_.c:632 ../../Xconfigurator.pm_.c:644
+#: ../../Xconfigurator.pm_.c:692 ../../Xconfigurator.pm_.c:704
msgid "An error has occurred:"
msgstr " :"
-#: ../../Xconfigurator.pm_.c:668
+#: ../../Xconfigurator.pm_.c:731
#, c-format
msgid "Leaving in %d seconds"
msgstr " %d "
-#: ../../Xconfigurator.pm_.c:679
+#: ../../Xconfigurator.pm_.c:742
msgid "Is this the correct setting?"
msgstr " ;"
-#: ../../Xconfigurator.pm_.c:688
+#: ../../Xconfigurator.pm_.c:751
msgid "An error has occurred, try to change some parameters"
msgstr " , "
-#: ../../Xconfigurator.pm_.c:759
+#: ../../Xconfigurator.pm_.c:822
msgid "Resolution"
msgstr ""
-#: ../../Xconfigurator.pm_.c:810
+#: ../../Xconfigurator.pm_.c:874
msgid "Choose the resolution and the color depth"
msgstr " "
-#: ../../Xconfigurator.pm_.c:812
+#: ../../Xconfigurator.pm_.c:876
#, c-format
msgid "Graphic card: %s"
msgstr " : %s"
-#: ../../Xconfigurator.pm_.c:813
+#: ../../Xconfigurator.pm_.c:877
#, c-format
msgid "XFree86 server: %s"
msgstr "XFree86 server: %s"
-#: ../../Xconfigurator.pm_.c:829 ../../printerdrake.pm_.c:1885
-#: ../../standalone/draknet_.c:298 ../../standalone/draknet_.c:301
+#: ../../Xconfigurator.pm_.c:891 ../../diskdrake/interactive.pm_.c:259
+#: ../../install_steps_interactive.pm_.c:208
+msgid "More"
+msgstr ""
+
+#: ../../Xconfigurator.pm_.c:891 ../../install_gtk.pm_.c:84
+#: ../../install_steps_gtk.pm_.c:328 ../../interactive.pm_.c:127
+#: ../../interactive.pm_.c:142 ../../interactive.pm_.c:317
+#: ../../interactive.pm_.c:349 ../../interactive_http.pm_.c:104
+#: ../../interactive_newt.pm_.c:170 ../../interactive_stdio.pm_.c:141
+#: ../../interactive_stdio.pm_.c:142 ../../my_gtk.pm_.c:686
+#: ../../my_gtk.pm_.c:1019 ../../my_gtk.pm_.c:1041
+#: ../../standalone/drakbackup_.c:2298 ../../standalone/drakbackup_.c:2369
+#: ../../standalone/drakbackup_.c:2385
+msgid "Ok"
+msgstr ""
+
+#: ../../Xconfigurator.pm_.c:893 ../../network/netconnect.pm_.c:169
+#: ../../printerdrake.pm_.c:2470 ../../standalone/draknet_.c:275
+#: ../../standalone/draknet_.c:278
msgid "Expert Mode"
msgstr " "
-#: ../../Xconfigurator.pm_.c:830
+#: ../../Xconfigurator.pm_.c:894
msgid "Show all"
msgstr " "
-#: ../../Xconfigurator.pm_.c:875
+#: ../../Xconfigurator.pm_.c:939
msgid "Resolutions"
msgstr ""
-#: ../../Xconfigurator.pm_.c:1437
+#: ../../Xconfigurator.pm_.c:1509
#, c-format
msgid "Keyboard layout: %s\n"
msgstr " : %s\n"
-#: ../../Xconfigurator.pm_.c:1438
+#: ../../Xconfigurator.pm_.c:1510
#, c-format
msgid "Mouse type: %s\n"
msgstr " : %s\n"
-#: ../../Xconfigurator.pm_.c:1439
+#: ../../Xconfigurator.pm_.c:1511
#, c-format
msgid "Mouse device: %s\n"
msgstr " : %s\n"
-#: ../../Xconfigurator.pm_.c:1440
+#: ../../Xconfigurator.pm_.c:1512
#, c-format
msgid "Monitor: %s\n"
msgstr ": %s\n"
-#: ../../Xconfigurator.pm_.c:1441
+#: ../../Xconfigurator.pm_.c:1513
#, c-format
msgid "Monitor HorizSync: %s\n"
msgstr " : %s\n"
-#: ../../Xconfigurator.pm_.c:1442
+#: ../../Xconfigurator.pm_.c:1514
#, c-format
msgid "Monitor VertRefresh: %s\n"
msgstr " : %s\n"
-#: ../../Xconfigurator.pm_.c:1443
+#: ../../Xconfigurator.pm_.c:1515
#, c-format
msgid "Graphic card: %s\n"
msgstr " : %s\n"
-#: ../../Xconfigurator.pm_.c:1444
+#: ../../Xconfigurator.pm_.c:1516
#, fuzzy, c-format
msgid "Graphic card identification: %s\n"
msgstr " : %s\n"
-#: ../../Xconfigurator.pm_.c:1445
+#: ../../Xconfigurator.pm_.c:1517
#, c-format
msgid "Graphic memory: %s kB\n"
msgstr " : %s kb\n"
-#: ../../Xconfigurator.pm_.c:1447
+#: ../../Xconfigurator.pm_.c:1519
#, c-format
msgid "Color depth: %s\n"
msgstr " : %s\n"
-#: ../../Xconfigurator.pm_.c:1448
+#: ../../Xconfigurator.pm_.c:1520
#, c-format
msgid "Resolution: %s\n"
msgstr ": %s\n"
-#: ../../Xconfigurator.pm_.c:1450
+#: ../../Xconfigurator.pm_.c:1522
#, c-format
msgid "XFree86 server: %s\n"
msgstr "XFree86 server: %s\n"
-#: ../../Xconfigurator.pm_.c:1451
+#: ../../Xconfigurator.pm_.c:1523
#, c-format
msgid "XFree86 driver: %s\n"
msgstr " XFree86: %s\n"
-#: ../../Xconfigurator.pm_.c:1469
+#: ../../Xconfigurator.pm_.c:1541
msgid "Preparing X-Window configuration"
msgstr " (X-Window)"
-#: ../../Xconfigurator.pm_.c:1489
+#: ../../Xconfigurator.pm_.c:1561
msgid "What do you want to do?"
msgstr " ;"
-#: ../../Xconfigurator.pm_.c:1494
+#: ../../Xconfigurator.pm_.c:1566
msgid "Change Monitor"
msgstr " "
-#: ../../Xconfigurator.pm_.c:1495
+#: ../../Xconfigurator.pm_.c:1567
msgid "Change Graphic card"
msgstr " "
-#: ../../Xconfigurator.pm_.c:1497
+#: ../../Xconfigurator.pm_.c:1570
msgid "Change Server options"
msgstr " X server"
-#: ../../Xconfigurator.pm_.c:1498
+#: ../../Xconfigurator.pm_.c:1571
msgid "Change Resolution"
msgstr " "
-#: ../../Xconfigurator.pm_.c:1499
+#: ../../Xconfigurator.pm_.c:1572
msgid "Show information"
msgstr " "
-#: ../../Xconfigurator.pm_.c:1500
+#: ../../Xconfigurator.pm_.c:1573
msgid "Test again"
msgstr " "
-#: ../../Xconfigurator.pm_.c:1501 ../../bootlook.pm_.c:156
+#: ../../Xconfigurator.pm_.c:1574 ../../printerdrake.pm_.c:2473
+#: ../../standalone/logdrake_.c:225
msgid "Quit"
msgstr ""
-#: ../../Xconfigurator.pm_.c:1509
+#: ../../Xconfigurator.pm_.c:1582
#, c-format
msgid ""
"Keep the changes?\n"
@@ -369,20 +398,11 @@ msgstr ""
"\n"
"%s"
-#: ../../Xconfigurator.pm_.c:1532
-#, c-format
-msgid "Please relog into %s to activate the changes"
-msgstr " %s "
-
-#: ../../Xconfigurator.pm_.c:1552
-msgid "Please log out and then use Ctrl-Alt-BackSpace"
-msgstr " Ctrl-Alt-BackSpace"
-
-#: ../../Xconfigurator.pm_.c:1555
+#: ../../Xconfigurator.pm_.c:1603
msgid "X at startup"
msgstr " (X) "
-#: ../../Xconfigurator.pm_.c:1556
+#: ../../Xconfigurator.pm_.c:1604
msgid ""
"I can set up your computer to automatically start X upon booting.\n"
"Would you like X to start when you reboot?"
@@ -391,6 +411,15 @@ msgstr ""
" (X-Windows).\n"
" ;"
+#: ../../Xconfigurator.pm_.c:1610
+#, c-format
+msgid "Please relog into %s to activate the changes"
+msgstr " %s "
+
+#: ../../Xconfigurator.pm_.c:1625
+msgid "Please log out and then use Ctrl-Alt-BackSpace"
+msgstr " Ctrl-Alt-BackSpace"
+
#: ../../Xconfigurator_consts.pm_.c:6
msgid "256 colors (8 bits)"
msgstr "256 (8 bits)"
@@ -411,249 +440,259 @@ msgstr "16 (24 bits)"
msgid "4 billion colors (32 bits)"
msgstr "4 (32 bits)"
-#: ../../Xconfigurator_consts.pm_.c:106
+#: ../../Xconfigurator_consts.pm_.c:113
msgid "256 kB"
msgstr "256 kb"
-#: ../../Xconfigurator_consts.pm_.c:107
+#: ../../Xconfigurator_consts.pm_.c:114
msgid "512 kB"
msgstr "512 kb"
-#: ../../Xconfigurator_consts.pm_.c:108
+#: ../../Xconfigurator_consts.pm_.c:115
msgid "1 MB"
msgstr "1 MB"
-#: ../../Xconfigurator_consts.pm_.c:109
+#: ../../Xconfigurator_consts.pm_.c:116
msgid "2 MB"
msgstr "2 MB"
-#: ../../Xconfigurator_consts.pm_.c:110
+#: ../../Xconfigurator_consts.pm_.c:117
msgid "4 MB"
msgstr "4 MB"
-#: ../../Xconfigurator_consts.pm_.c:111
+#: ../../Xconfigurator_consts.pm_.c:118
msgid "8 MB"
msgstr "8 MB"
-#: ../../Xconfigurator_consts.pm_.c:112
+#: ../../Xconfigurator_consts.pm_.c:119
msgid "16 MB"
msgstr "16 MB"
-#: ../../Xconfigurator_consts.pm_.c:113
+#: ../../Xconfigurator_consts.pm_.c:120
msgid "32 MB"
msgstr "32 MB"
-#: ../../Xconfigurator_consts.pm_.c:114
+#: ../../Xconfigurator_consts.pm_.c:121
msgid "64 MB or more"
msgstr "64 MB "
-#: ../../Xconfigurator_consts.pm_.c:122
+#: ../../Xconfigurator_consts.pm_.c:129
msgid "Standard VGA, 640x480 at 60 Hz"
msgstr "Standard VGA, 640x480 60 Hz"
-#: ../../Xconfigurator_consts.pm_.c:123
+#: ../../Xconfigurator_consts.pm_.c:130
msgid "Super VGA, 800x600 at 56 Hz"
msgstr "Super VGA, 800x600 56 Hz"
-#: ../../Xconfigurator_consts.pm_.c:124
+#: ../../Xconfigurator_consts.pm_.c:131
msgid "8514 Compatible, 1024x768 at 87 Hz interlaced (no 800x600)"
msgstr "8514 Compatible, 1024x768 87 Hz interlaced (no 800x600)"
-#: ../../Xconfigurator_consts.pm_.c:125
+#: ../../Xconfigurator_consts.pm_.c:132
msgid "Super VGA, 1024x768 at 87 Hz interlaced, 800x600 at 56 Hz"
msgstr "Super VGA, 1024x768 87 Hz interlaced, 800x600 56 Hz"
-#: ../../Xconfigurator_consts.pm_.c:126
+#: ../../Xconfigurator_consts.pm_.c:133
msgid "Extended Super VGA, 800x600 at 60 Hz, 640x480 at 72 Hz"
msgstr "Extended Super VGA, 800x600 60 Hz, 640x480 72 Hz"
-#: ../../Xconfigurator_consts.pm_.c:127
+#: ../../Xconfigurator_consts.pm_.c:134
msgid "Non-Interlaced SVGA, 1024x768 at 60 Hz, 800x600 at 72 Hz"
msgstr "Non-Interlaced SVGA, 1024x768 60 Hz, 800x600 72 Hz"
-#: ../../Xconfigurator_consts.pm_.c:128
+#: ../../Xconfigurator_consts.pm_.c:135
msgid "High Frequency SVGA, 1024x768 at 70 Hz"
msgstr "High Frequency SVGA, 1024x768 70 Hz"
-#: ../../Xconfigurator_consts.pm_.c:129
+#: ../../Xconfigurator_consts.pm_.c:136
msgid "Multi-frequency that can do 1280x1024 at 60 Hz"
msgstr "Multi-frequency 1280x1024 60 Hz"
-#: ../../Xconfigurator_consts.pm_.c:130
+#: ../../Xconfigurator_consts.pm_.c:137
msgid "Multi-frequency that can do 1280x1024 at 74 Hz"
msgstr "Multi-frequency 1280x1024 74 Hz"
-#: ../../Xconfigurator_consts.pm_.c:131
+#: ../../Xconfigurator_consts.pm_.c:138
msgid "Multi-frequency that can do 1280x1024 at 76 Hz"
msgstr "Multi-frequency 1280x1024 76 Hz"
-#: ../../Xconfigurator_consts.pm_.c:132
+#: ../../Xconfigurator_consts.pm_.c:139
msgid "Monitor that can do 1600x1200 at 70 Hz"
msgstr " 1600x1200 70 Hz"
-#: ../../Xconfigurator_consts.pm_.c:133
+#: ../../Xconfigurator_consts.pm_.c:140
msgid "Monitor that can do 1600x1200 at 76 Hz"
msgstr " 1600x1200 76 Hz"
-#: ../../any.pm_.c:96 ../../any.pm_.c:121
+#: ../../any.pm_.c:116 ../../any.pm_.c:141
msgid "First sector of boot partition"
msgstr " "
-#: ../../any.pm_.c:96 ../../any.pm_.c:121 ../../any.pm_.c:194
+#: ../../any.pm_.c:116 ../../any.pm_.c:141 ../../any.pm_.c:218
msgid "First sector of drive (MBR)"
msgstr " (MBR)"
-#: ../../any.pm_.c:100
+#: ../../any.pm_.c:120
msgid "SILO Installation"
msgstr " SILO"
-#: ../../any.pm_.c:101 ../../any.pm_.c:114
+#: ../../any.pm_.c:121 ../../any.pm_.c:134
msgid "Where do you want to install the bootloader?"
msgstr " ;"
-#: ../../any.pm_.c:113
+#: ../../any.pm_.c:133
msgid "LILO/grub Installation"
msgstr " LILO/grub"
-#: ../../any.pm_.c:125 ../../any.pm_.c:139
+#: ../../any.pm_.c:145 ../../any.pm_.c:159
msgid "SILO"
msgstr "SILO"
-#: ../../any.pm_.c:127
+#: ../../any.pm_.c:147
msgid "LILO with text menu"
msgstr "LILO "
-#: ../../any.pm_.c:128 ../../any.pm_.c:139
+#: ../../any.pm_.c:148 ../../any.pm_.c:159
msgid "LILO with graphical menu"
msgstr "LILO "
-#: ../../any.pm_.c:131
+#: ../../any.pm_.c:151
msgid "Grub"
msgstr "Grub"
-#: ../../any.pm_.c:135
+#: ../../any.pm_.c:155
msgid "Boot from DOS/Windows (loadlin)"
msgstr " DOS/Windows (loadlin)"
-#: ../../any.pm_.c:137 ../../any.pm_.c:139
+#: ../../any.pm_.c:157 ../../any.pm_.c:159
msgid "Yaboot"
msgstr "Yaboot"
-#: ../../any.pm_.c:145 ../../any.pm_.c:177
+#: ../../any.pm_.c:166 ../../any.pm_.c:198
msgid "Bootloader main options"
msgstr " "
-#: ../../any.pm_.c:146 ../../any.pm_.c:178
+#: ../../any.pm_.c:167 ../../any.pm_.c:199
msgid "Bootloader to use"
msgstr "Bootloader "
-#: ../../any.pm_.c:148
+#: ../../any.pm_.c:169
msgid "Bootloader installation"
msgstr " "
-#: ../../any.pm_.c:150 ../../any.pm_.c:180
+#: ../../any.pm_.c:171 ../../any.pm_.c:201
msgid "Boot device"
msgstr " "
-#: ../../any.pm_.c:151
+#: ../../any.pm_.c:172
msgid "LBA (doesn't work on old BIOSes)"
msgstr "LBA ( BIOS)"
-#: ../../any.pm_.c:152
+#: ../../any.pm_.c:173
msgid "Compact"
msgstr ""
-#: ../../any.pm_.c:152
+#: ../../any.pm_.c:173
msgid "compact"
msgstr ""
-#: ../../any.pm_.c:153 ../../any.pm_.c:250
+#: ../../any.pm_.c:174 ../../any.pm_.c:298
msgid "Video mode"
msgstr " "
-#: ../../any.pm_.c:155
+#: ../../any.pm_.c:176
msgid "Delay before booting default image"
msgstr " "
-#: ../../any.pm_.c:157 ../../any.pm_.c:730
-#: ../../install_steps_interactive.pm_.c:938 ../../network/modem.pm_.c:46
-#: ../../printerdrake.pm_.c:402 ../../printerdrake.pm_.c:481
-#: ../../standalone/draknet_.c:603
+#: ../../any.pm_.c:178 ../../any.pm_.c:796
+#: ../../install_steps_interactive.pm_.c:1115 ../../network/modem.pm_.c:48
+#: ../../printerdrake.pm_.c:708 ../../printerdrake.pm_.c:806
+#: ../../standalone/draknet_.c:625
msgid "Password"
msgstr ""
-#: ../../any.pm_.c:158 ../../any.pm_.c:731
-#: ../../install_steps_interactive.pm_.c:939
+#: ../../any.pm_.c:179 ../../any.pm_.c:797
+#: ../../install_steps_interactive.pm_.c:1116
msgid "Password (again)"
msgstr " ()"
-#: ../../any.pm_.c:159
+#: ../../any.pm_.c:180
msgid "Restrict command line options"
msgstr " "
-#: ../../any.pm_.c:159
+#: ../../any.pm_.c:180
msgid "restrict"
msgstr ""
-#: ../../any.pm_.c:161
+#: ../../any.pm_.c:182
msgid "Clean /tmp at each boot"
msgstr " /tmp "
-#: ../../any.pm_.c:162
+#: ../../any.pm_.c:183
#, c-format
msgid "Precise RAM size if needed (found %d MB)"
msgstr " ( %d MB)"
-#: ../../any.pm_.c:164
+#: ../../any.pm_.c:185
msgid "Enable multi profiles"
msgstr " profiles"
-#: ../../any.pm_.c:168
+#: ../../any.pm_.c:189
msgid "Give the ram size in MB"
msgstr " Mb"
-#: ../../any.pm_.c:170
+#: ../../any.pm_.c:191
msgid ""
"Option ``Restrict command line options'' is of no use without a password"
msgstr ""
" `` '' "
""
-#: ../../any.pm_.c:171 ../../any.pm_.c:707
-#: ../../install_steps_interactive.pm_.c:933
+#: ../../any.pm_.c:192 ../../any.pm_.c:773
+#: ../../diskdrake/interactive.pm_.c:1135
+#: ../../install_steps_interactive.pm_.c:1110
msgid "Please try again"
msgstr " "
-#: ../../any.pm_.c:171 ../../any.pm_.c:707
-#: ../../install_steps_interactive.pm_.c:933
+#: ../../any.pm_.c:192 ../../any.pm_.c:773
+#: ../../install_steps_interactive.pm_.c:1110
msgid "The passwords do not match"
msgstr " "
-#: ../../any.pm_.c:179
+#: ../../any.pm_.c:200
msgid "Init Message"
msgstr " Init"
-#: ../../any.pm_.c:181
+#: ../../any.pm_.c:202
msgid "Open Firmware Delay"
msgstr " Firmware"
-#: ../../any.pm_.c:182
+#: ../../any.pm_.c:203
msgid "Kernel Boot Timeout"
msgstr " "
-#: ../../any.pm_.c:183
+#: ../../any.pm_.c:204
msgid "Enable CD Boot?"
msgstr " CD;"
-#: ../../any.pm_.c:184
+#: ../../any.pm_.c:205
msgid "Enable OF Boot?"
msgstr " OF ;"
-#: ../../any.pm_.c:185
+#: ../../any.pm_.c:206
msgid "Default OS?"
msgstr "' ;"
-#: ../../any.pm_.c:207
+#: ../../any.pm_.c:240
+msgid ""
+"You decided to install the bootloader on a partition.\n"
+"This implies you already have a bootloader on the hard drive you boot (eg: "
+"System Commander).\n"
+"\n"
+"On which drive are you booting?"
+msgstr ""
+
+#: ../../any.pm_.c:255
msgid ""
"Here are the different entries.\n"
"You can add some more or change the existing ones."
@@ -661,144 +700,154 @@ msgstr ""
" .\n"
" ."
-#: ../../any.pm_.c:217
+#: ../../any.pm_.c:265 ../../standalone/drakbackup_.c:752
+#: ../../standalone/drakbackup_.c:861 ../../standalone/drakfont_.c:789
+#: ../../standalone/drakfont_.c:826
msgid "Add"
msgstr ""
-#: ../../any.pm_.c:217 ../../any.pm_.c:718 ../../diskdrake.pm_.c:161
-#: ../../interactive_http.pm_.c:153 ../../printerdrake.pm_.c:1846
-#: ../../printerdrake.pm_.c:1847 ../../printerdrake.pm_.c:1904
-#: ../../printerdrake.pm_.c:1948
+#: ../../any.pm_.c:265 ../../any.pm_.c:784 ../../diskdrake/hd_gtk.pm_.c:153
+#: ../../diskdrake/removable.pm_.c:27 ../../diskdrake/smbnfs_gtk.pm_.c:86
+#: ../../interactive_http.pm_.c:153
msgid "Done"
msgstr ""
-#: ../../any.pm_.c:217
+#: ../../any.pm_.c:265
msgid "Modify"
msgstr ""
-#: ../../any.pm_.c:225
+#: ../../any.pm_.c:273
msgid "Which type of entry do you want to add?"
msgstr " "
-#: ../../any.pm_.c:226
+#: ../../any.pm_.c:274 ../../standalone/drakbackup_.c:895
msgid "Linux"
msgstr "Linux"
-#: ../../any.pm_.c:226
+#: ../../any.pm_.c:274
msgid "Other OS (SunOS...)"
msgstr " (SunOS...)"
-#: ../../any.pm_.c:227
+#: ../../any.pm_.c:275
msgid "Other OS (MacOS...)"
msgstr " (MacOS...)"
-#: ../../any.pm_.c:227
+#: ../../any.pm_.c:275
msgid "Other OS (windows...)"
msgstr " (windows...)"
-#: ../../any.pm_.c:246
+#: ../../any.pm_.c:294
msgid "Image"
msgstr "Image"
-#: ../../any.pm_.c:247 ../../any.pm_.c:258
+#: ../../any.pm_.c:295 ../../any.pm_.c:306
msgid "Root"
msgstr "Root"
-#: ../../any.pm_.c:248 ../../any.pm_.c:277
+#: ../../any.pm_.c:296 ../../any.pm_.c:325
msgid "Append"
msgstr "Append"
-#: ../../any.pm_.c:252
+#: ../../any.pm_.c:300
msgid "Initrd"
msgstr "Initrd"
-#: ../../any.pm_.c:253
+#: ../../any.pm_.c:301
msgid "Read-write"
msgstr "Read-write"
-#: ../../any.pm_.c:260
+#: ../../any.pm_.c:308
msgid "Table"
msgstr ""
-#: ../../any.pm_.c:261
+#: ../../any.pm_.c:309
msgid "Unsafe"
msgstr ""
-#: ../../any.pm_.c:268 ../../any.pm_.c:273 ../../any.pm_.c:276
+#: ../../any.pm_.c:316 ../../any.pm_.c:321 ../../any.pm_.c:324
msgid "Label"
msgstr ""
-#: ../../any.pm_.c:270 ../../any.pm_.c:281
+#: ../../any.pm_.c:318 ../../any.pm_.c:329
msgid "Default"
msgstr " ' "
-#: ../../any.pm_.c:278
+#: ../../any.pm_.c:326
msgid "Initrd-size"
msgstr "Initrd-"
-#: ../../any.pm_.c:280
+#: ../../any.pm_.c:328
msgid "NoVideo"
msgstr "Video"
-#: ../../any.pm_.c:288
+#: ../../any.pm_.c:336
msgid "Remove entry"
msgstr " "
-#: ../../any.pm_.c:291
+#: ../../any.pm_.c:339
msgid "Empty label not allowed"
msgstr " "
-#: ../../any.pm_.c:292
+#: ../../any.pm_.c:340
+msgid "You must specify a kernel image"
+msgstr ""
+
+#: ../../any.pm_.c:340
+#, fuzzy
+msgid "You must specify a root partition"
+msgstr " swap"
+
+#: ../../any.pm_.c:341
msgid "This label is already used"
msgstr " "
-#: ../../any.pm_.c:597
+#: ../../any.pm_.c:656
#, c-format
msgid "Found %s %s interfaces"
msgstr " %s %s "
-#: ../../any.pm_.c:598
+#: ../../any.pm_.c:657
msgid "Do you have another one?"
msgstr " ;"
-#: ../../any.pm_.c:599
+#: ../../any.pm_.c:658
#, c-format
msgid "Do you have any %s interfaces?"
msgstr " %s;"
-#: ../../any.pm_.c:601 ../../any.pm_.c:760 ../../interactive.pm_.c:112
-#: ../../my_gtk.pm_.c:715
+#: ../../any.pm_.c:660 ../../any.pm_.c:832 ../../interactive.pm_.c:132
+#: ../../my_gtk.pm_.c:1018
msgid "No"
msgstr ""
-#: ../../any.pm_.c:601 ../../any.pm_.c:759 ../../interactive.pm_.c:112
-#: ../../my_gtk.pm_.c:715
+#: ../../any.pm_.c:660 ../../any.pm_.c:831 ../../interactive.pm_.c:132
+#: ../../my_gtk.pm_.c:1018
msgid "Yes"
msgstr ""
-#: ../../any.pm_.c:602
+#: ../../any.pm_.c:661
msgid "See hardware info"
msgstr " "
#. -PO: the first %s is the card type (scsi, network, sound,...)
#. -PO: the second is the vendor+model name
-#: ../../any.pm_.c:637
+#: ../../any.pm_.c:695
#, c-format
msgid "Installing driver for %s card %s"
msgstr " %s %s"
-#: ../../any.pm_.c:638
+#: ../../any.pm_.c:696
#, c-format
msgid "(module %s)"
msgstr "(module %s)"
#. -PO: the %s is the driver type (scsi, network, sound,...)
-#: ../../any.pm_.c:649
+#: ../../any.pm_.c:707
#, c-format
msgid "Which %s driver should I try?"
msgstr " %s ;"
-#: ../../any.pm_.c:657
+#: ../../any.pm_.c:715
#, c-format
msgid ""
"In some cases, the %s driver needs to have extra information to work\n"
@@ -815,20 +864,22 @@ msgstr ""
" ; \n"
" , ."
-#: ../../any.pm_.c:662
+#: ../../any.pm_.c:720
msgid "Autoprobe"
msgstr " "
-#: ../../any.pm_.c:662
+#: ../../any.pm_.c:720
msgid "Specify options"
msgstr " "
-#: ../../any.pm_.c:666
+#: ../../any.pm_.c:725
#, c-format
-msgid "You may now provide its options to module %s."
-msgstr " %s"
+msgid ""
+"You may now provide its options to module %s.\n"
+"Note that any address should be entered with the prefix 0x like '0x123'"
+msgstr ""
-#: ../../any.pm_.c:672
+#: ../../any.pm_.c:731
#, c-format
msgid ""
"You may now provide its options to module %s.\n"
@@ -839,11 +890,11 @@ msgstr ""
" ``= 2=2 ...''.\n"
" , ``io=0x300 irq=7''"
-#: ../../any.pm_.c:675
+#: ../../any.pm_.c:734
msgid "Module options:"
msgstr " "
-#: ../../any.pm_.c:686
+#: ../../any.pm_.c:745
#, c-format
msgid ""
"Loading module %s failed.\n"
@@ -852,34 +903,50 @@ msgstr ""
" %s .\n"
" ;"
-#: ../../any.pm_.c:704
+#: ../../any.pm_.c:761
+msgid "access to X programs"
+msgstr ""
+
+#: ../../any.pm_.c:762
+msgid "access to rpm tools"
+msgstr ""
+
+#: ../../any.pm_.c:763
+msgid "allow \"su\""
+msgstr ""
+
+#: ../../any.pm_.c:764
+msgid "access to administrative files"
+msgstr ""
+
+#: ../../any.pm_.c:769
#, c-format
msgid "(already added %s)"
msgstr "( %s )"
-#: ../../any.pm_.c:708
+#: ../../any.pm_.c:774
msgid "This password is too simple"
msgstr " "
-#: ../../any.pm_.c:709
+#: ../../any.pm_.c:775
msgid "Please give a user name"
msgstr " "
-#: ../../any.pm_.c:710
+#: ../../any.pm_.c:776
msgid ""
"The user name must contain only lower cased letters, numbers, `-' and `_'"
msgstr ""
" , , `-' `_'"
-#: ../../any.pm_.c:711
+#: ../../any.pm_.c:777
msgid "This user name is already added"
msgstr " "
-#: ../../any.pm_.c:715
+#: ../../any.pm_.c:781
msgid "Add user"
msgstr " "
-#: ../../any.pm_.c:716
+#: ../../any.pm_.c:782
#, c-format
msgid ""
"Enter a user\n"
@@ -888,32 +955,32 @@ msgstr ""
" \n"
"%s"
-#: ../../any.pm_.c:717
+#: ../../any.pm_.c:783
msgid "Accept user"
msgstr " "
-#: ../../any.pm_.c:728
+#: ../../any.pm_.c:794
msgid "Real name"
msgstr " "
-#: ../../any.pm_.c:729 ../../printerdrake.pm_.c:401
-#: ../../printerdrake.pm_.c:480
+#: ../../any.pm_.c:795 ../../printerdrake.pm_.c:707
+#: ../../printerdrake.pm_.c:805
msgid "User name"
msgstr " "
-#: ../../any.pm_.c:732
+#: ../../any.pm_.c:798
msgid "Shell"
msgstr " (shell)"
-#: ../../any.pm_.c:734
+#: ../../any.pm_.c:800
msgid "Icon"
msgstr ""
-#: ../../any.pm_.c:756
+#: ../../any.pm_.c:828
msgid "Autologin"
msgstr " (Autologin)"
-#: ../../any.pm_.c:757
+#: ../../any.pm_.c:829
#, fuzzy
msgid ""
"I can set up your computer to automatically log on one user.\n"
@@ -923,35 +990,206 @@ msgstr ""
" .\n"
" , ."
-#: ../../any.pm_.c:761
+#: ../../any.pm_.c:833
msgid "Choose the default user:"
msgstr " ' :"
-#: ../../any.pm_.c:762
+#: ../../any.pm_.c:834
msgid "Choose the window manager to run:"
msgstr " "
-#: ../../any.pm_.c:771
-msgid "Please, choose a language to use."
+#: ../../any.pm_.c:849
+#, fuzzy
+msgid "Please choose a language to use."
msgstr " ."
-#: ../../any.pm_.c:773
+#: ../../any.pm_.c:851
msgid "You can choose other languages that will be available after install"
msgstr ""
" "
" "
-#: ../../any.pm_.c:785 ../../install_steps_interactive.pm_.c:633
+#: ../../any.pm_.c:863 ../../install_steps_interactive.pm_.c:719
+#: ../../standalone/drakxtv_.c:54
msgid "All"
msgstr ""
+#: ../../any.pm_.c:955
+#, fuzzy
+msgid "Allow all users"
+msgstr " "
+
+#: ../../any.pm_.c:955 ../../install_steps_interactive.pm_.c:521
+msgid "Custom"
+msgstr ""
+
+#: ../../any.pm_.c:955
+#, fuzzy
+msgid "No sharing"
+msgstr " CUPS"
+
+#: ../../any.pm_.c:965 ../../network/smbnfs.pm_.c:45
+#, fuzzy, c-format
+msgid "The package %s needs to be installed. Do you want to install it?"
+msgstr ""
+" \n"
+" ;"
+
+#: ../../any.pm_.c:968
+msgid "You can export using NFS or Samba. Which one do you want"
+msgstr ""
+
+#: ../../any.pm_.c:976 ../../network/smbnfs.pm_.c:49
+#, c-format
+msgid "Mandatory package %s is missing"
+msgstr ""
+
+#: ../../any.pm_.c:982
+msgid ""
+"Do you want to allow users to export some directories in their home?\n"
+"Allowing this will permit users to simply click on \"Share\" in konqueror "
+"and nautilus.\n"
+"\n"
+"\"Custom\" permit a per-user granularity.\n"
+msgstr ""
+
+#: ../../any.pm_.c:996 ../../bootlook.pm_.c:161
+#: ../../diskdrake/smbnfs_gtk.pm_.c:85 ../../install_steps_gtk.pm_.c:464
+#: ../../install_steps_gtk.pm_.c:522 ../../install_steps_interactive.pm_.c:594
+#: ../../interactive.pm_.c:142 ../../interactive.pm_.c:317
+#: ../../interactive.pm_.c:349 ../../interactive_stdio.pm_.c:141
+#: ../../my_gtk.pm_.c:687 ../../my_gtk.pm_.c:690 ../../my_gtk.pm_.c:1019
+#: ../../network/netconnect.pm_.c:47 ../../printerdrake.pm_.c:1586
+#: ../../standalone/drakautoinst_.c:204 ../../standalone/drakbackup_.c:2264
+#: ../../standalone/drakbackup_.c:2289 ../../standalone/drakbackup_.c:2310
+#: ../../standalone/drakbackup_.c:2331 ../../standalone/drakbackup_.c:2349
+#: ../../standalone/drakbackup_.c:2397 ../../standalone/drakbackup_.c:2417
+#: ../../standalone/drakbackup_.c:2436 ../../standalone/drakfont_.c:767
+#: ../../standalone/drakgw_.c:721 ../../standalone/draknet_.c:116
+#: ../../standalone/draknet_.c:148 ../../standalone/draknet_.c:290
+#: ../../standalone/draknet_.c:538 ../../standalone/draknet_.c:680
+#: ../../standalone/logdrake_.c:225 ../../standalone/logdrake_.c:512
+#: ../../standalone/tinyfirewall_.c:65
+msgid "Cancel"
+msgstr ""
+
+#: ../../any.pm_.c:996
+msgid "Launch userdrake"
+msgstr ""
+
+#: ../../any.pm_.c:998
+msgid ""
+"The per-user sharing uses the group \"fileshare\". \n"
+"You can use userdrake to add a user in this group."
+msgstr ""
+
+#: ../../any.pm_.c:1035
+msgid "Welcome To Crackers"
+msgstr " Crackers"
+
+#: ../../any.pm_.c:1036
+msgid "Poor"
+msgstr ""
+
+#: ../../any.pm_.c:1037 ../../mouse.pm_.c:31
+msgid "Standard"
+msgstr ""
+
+#: ../../any.pm_.c:1038
+msgid "High"
+msgstr ""
+
+#: ../../any.pm_.c:1039
+#, fuzzy
+msgid "Higher"
+msgstr ""
+
+#: ../../any.pm_.c:1040
+msgid "Paranoid"
+msgstr ""
+
+#: ../../any.pm_.c:1043
+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 ""
+" . \n"
+" , . "
+"\n"
+" Internet LAN. ."
+
+#: ../../any.pm_.c:1046
+msgid ""
+"Password are now enabled, but use as a networked computer is still not "
+"recommended."
+msgstr ""
+" , \n"
+" ."
+
+#: ../../any.pm_.c:1047
+#, fuzzy
+msgid ""
+"This is the standard security recommended for a computer that will be used "
+"to connect to the Internet as a client."
+msgstr ""
+" \n"
+" Internet. ."
+
+#: ../../any.pm_.c:1048
+msgid ""
+"There are already some restrictions, and more automatic checks are run every "
+"night."
+msgstr ""
+
+#: ../../any.pm_.c:1049
+#, fuzzy
+msgid ""
+"With this security level, the use of this system as a server becomes "
+"possible.\n"
+"The security is now high enough to use the system as a server which accept\n"
+"connections from many clients. Note: if your machine is only a client on the "
+"Internet, you should better choose a lower level."
+msgstr ""
+" \n"
+"Internet . \n"
+" ."
+
+#: ../../any.pm_.c:1052
+#, fuzzy
+msgid ""
+"Based on the previous level, but the system is entirely closed.\n"
+"Security features are at their maximum."
+msgstr ""
+" 4, . \n"
+" ."
+
+#: ../../any.pm_.c:1058
+msgid "Choose security level"
+msgstr " "
+
+#: ../../any.pm_.c:1061
+#, fuzzy
+msgid "Security level"
+msgstr " "
+
+#: ../../any.pm_.c:1063
+#, fuzzy
+msgid "Use libsafe for servers"
+msgstr " X server"
+
+#: ../../any.pm_.c:1064
+msgid ""
+"A library which defends against buffer overflow and format string attacks."
+msgstr ""
+
# NOTE: this message will be displayed at boot time; that is
# only the ascii charset will be available on most machines
# so use only 7bit for this message (and do transliteration or
# leave it in English, as it is the best for your language)
#
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#: ../../bootloader.pm_.c:259
+#: ../../bootloader.pm_.c:355
#, c-format
msgid ""
"Welcome to %s the operating system chooser!\n"
@@ -975,52 +1213,52 @@ msgstr ""
#
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:835
+#: ../../bootloader.pm_.c:928
msgid "Welcome to GRUB the operating system chooser!"
msgstr "Welcome to GRUB the operating system chooser!"
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:838
+#: ../../bootloader.pm_.c:931
#, c-format
msgid "Use the %c and %c keys for selecting which entry is highlighted."
msgstr "Use the %c and %c keys for selecting which entry is highlighted."
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:841
+#: ../../bootloader.pm_.c:934
msgid "Press enter to boot the selected OS, 'e' to edit the"
msgstr "Press enter to boot the selected OS, 'e' to edit the"
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:844
+#: ../../bootloader.pm_.c:937
msgid "commands before booting, or 'c' for a command-line."
msgstr "commands before booting, or 'c' for a command-line."
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:847
+#: ../../bootloader.pm_.c:940
#, c-format
msgid "The highlighted entry will be booted automatically in %d seconds."
msgstr "The highlighted entry will be booted automatically in %d seconds."
-#: ../../bootloader.pm_.c:851
+#: ../../bootloader.pm_.c:944
msgid "not enough room in /boot"
msgstr " /boot"
#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
#. -PO: so you may need to put them in English or in a different language if MS-windows doesn't exist in your language
-#: ../../bootloader.pm_.c:951
+#: ../../bootloader.pm_.c:1044
msgid "Desktop"
msgstr "Desktop"
#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#: ../../bootloader.pm_.c:953
+#: ../../bootloader.pm_.c:1046
msgid "Start Menu"
msgstr "Start Menu"
-#: ../../bootloader.pm_.c:972
+#: ../../bootloader.pm_.c:1065
#, fuzzy, c-format
msgid "You can't install the bootloader on a %s partition\n"
msgstr " ;"
@@ -1033,15 +1271,15 @@ msgstr " .\n"
msgid "Boot Style Configuration"
msgstr "Boot "
-#: ../../bootlook.pm_.c:79
+#: ../../bootlook.pm_.c:79 ../../standalone/logdrake_.c:101
msgid "/_File"
msgstr "/_"
-#: ../../bootlook.pm_.c:80
+#: ../../bootlook.pm_.c:80 ../../standalone/logdrake_.c:107
msgid "/File/_Quit"
msgstr "//_"
-#: ../../bootlook.pm_.c:80
+#: ../../bootlook.pm_.c:80 ../../standalone/logdrake_.c:107
msgid "<control>Q"
msgstr "<control>Q"
@@ -1065,11 +1303,15 @@ msgstr " Gtk+ "
msgid "Launch Aurora at boot time"
msgstr " Aurora "
-#: ../../bootlook.pm_.c:100
+#: ../../bootlook.pm_.c:98
msgid "Lilo/grub mode"
msgstr " Lilo/grub"
-#: ../../bootlook.pm_.c:102
+#: ../../bootlook.pm_.c:98
+msgid "Yaboot mode"
+msgstr " Yaboot"
+
+#: ../../bootlook.pm_.c:104
#, c-format
msgid ""
"You are currently using %s as Boot Manager.\n"
@@ -1078,100 +1320,152 @@ msgstr ""
" %s Boot Manager.\n"
" ."
-#: ../../bootlook.pm_.c:104 ../../standalone/drakgw_.c:643
-#: ../../standalone/draknet_.c:280 ../../standalone/tinyfirewall_.c:57
+#: ../../bootlook.pm_.c:106 ../../standalone/drakbackup_.c:1467
+#: ../../standalone/drakbackup_.c:1478 ../../standalone/drakgw_.c:715
+#: ../../standalone/tinyfirewall_.c:59
msgid "Configure"
msgstr ""
-#: ../../bootlook.pm_.c:108
-msgid "Boot mode"
-msgstr " "
-
-#: ../../bootlook.pm_.c:136
+#: ../../bootlook.pm_.c:141
msgid "System mode"
msgstr " "
-#: ../../bootlook.pm_.c:138
+#: ../../bootlook.pm_.c:143
msgid "Launch the X-Window system at start"
msgstr " X-Window "
-#: ../../bootlook.pm_.c:143
+#: ../../bootlook.pm_.c:148
msgid "No, I don't want autologin"
msgstr ", login"
-#: ../../bootlook.pm_.c:145
+#: ../../bootlook.pm_.c:150
msgid "Yes, I want autologin with this (user, desktop)"
msgstr ", login (user, desktop)"
-#: ../../bootlook.pm_.c:155 ../../standalone/draknet_.c:108
-#: ../../standalone/draknet_.c:140 ../../standalone/draknet_.c:208
-#: ../../standalone/draknet_.c:320 ../../standalone/draknet_.c:433
-#: ../../standalone/draknet_.c:507 ../../standalone/draknet_.c:543
-#: ../../standalone/draknet_.c:644
+#: ../../bootlook.pm_.c:160 ../../network/netconnect.pm_.c:102
+#: ../../standalone/drakbackup_.c:2441 ../../standalone/drakbackup_.c:3345
+#: ../../standalone/drakfont_.c:532 ../../standalone/drakfont_.c:655
+#: ../../standalone/drakfont_.c:719 ../../standalone/drakfont_.c:765
+#: ../../standalone/draknet_.c:109 ../../standalone/draknet_.c:141
+#: ../../standalone/draknet_.c:297 ../../standalone/draknet_.c:436
+#: ../../standalone/draknet_.c:522 ../../standalone/draknet_.c:565
+#: ../../standalone/draknet_.c:666 ../../standalone/logdrake_.c:505
msgid "OK"
msgstr "OK"
-#: ../../bootlook.pm_.c:156 ../../install_steps_gtk.pm_.c:516
-#: ../../interactive.pm_.c:122 ../../interactive.pm_.c:286
-#: ../../interactive.pm_.c:308 ../../interactive_stdio.pm_.c:27
-#: ../../my_gtk.pm_.c:416 ../../my_gtk.pm_.c:419 ../../my_gtk.pm_.c:716
-#: ../../printerdrake.pm_.c:1158 ../../standalone/drakgw_.c:648
-#: ../../standalone/draknet_.c:115 ../../standalone/draknet_.c:147
-#: ../../standalone/draknet_.c:313 ../../standalone/draknet_.c:519
-#: ../../standalone/draknet_.c:658 ../../standalone/tinyfirewall_.c:63
-msgid "Cancel"
-msgstr ""
-
-#: ../../bootlook.pm_.c:224
+#: ../../bootlook.pm_.c:229
#, c-format
msgid "can not open /etc/inittab for reading: %s"
msgstr " /etc/inittab : %s"
-#: ../../bootlook.pm_.c:336 ../../standalone/drakboot_.c:47
-msgid "Installation of LILO failed. The following error occured:"
-msgstr " LILO . :"
-
-#: ../../common.pm_.c:93
+#: ../../common.pm_.c:94
msgid "GB"
msgstr "GB"
-#: ../../common.pm_.c:93
+#: ../../common.pm_.c:94
msgid "KB"
msgstr "KB"
-#: ../../common.pm_.c:93 ../../install_steps_graphical.pm_.c:287
-#: ../../install_steps_graphical.pm_.c:334
+#: ../../common.pm_.c:94
msgid "MB"
msgstr "MB"
-#: ../../common.pm_.c:101
+#: ../../common.pm_.c:102
msgid "TB"
msgstr "TB"
-#: ../../common.pm_.c:109
+#: ../../common.pm_.c:110
#, c-format
msgid "%d minutes"
msgstr "%d "
-#: ../../common.pm_.c:111
+#: ../../common.pm_.c:112
msgid "1 minute"
msgstr "1 "
-#: ../../common.pm_.c:113
+#: ../../common.pm_.c:114
#, c-format
msgid "%d seconds"
msgstr "%d "
-#: ../../diskdrake.pm_.c:100
+#: ../../common.pm_.c:159
+#, fuzzy
+msgid "Can't make screenshots before partitioning"
+msgstr " "
+
+#: ../../common.pm_.c:166
+#, fuzzy, c-format
+msgid "Screenshots will be available after install in %s"
+msgstr ""
+" "
+" "
+
+#: ../../crypto.pm_.c:12 ../../crypto.pm_.c:26 ../../standalone/drakxtv_.c:50
+#, fuzzy
+msgid "France"
+msgstr ""
+
+#: ../../crypto.pm_.c:13
+msgid "Costa Rica"
+msgstr ""
+
+#: ../../crypto.pm_.c:14 ../../crypto.pm_.c:27
+#, fuzzy
+msgid "Belgium"
+msgstr ""
+
+#: ../../crypto.pm_.c:15 ../../crypto.pm_.c:28
+msgid "Czech Republic"
+msgstr ""
+
+#: ../../crypto.pm_.c:16 ../../crypto.pm_.c:29
+#, fuzzy
+msgid "Germany"
+msgstr ""
+
+#: ../../crypto.pm_.c:17 ../../crypto.pm_.c:30
+#, fuzzy
+msgid "Greece"
+msgstr ""
+
+#: ../../crypto.pm_.c:18 ../../crypto.pm_.c:31
+#, fuzzy
+msgid "Norway"
+msgstr ""
+
+#: ../../crypto.pm_.c:19 ../../crypto.pm_.c:32
+#, fuzzy
+msgid "Sweden"
+msgstr ""
+
+#: ../../crypto.pm_.c:20 ../../crypto.pm_.c:34
+msgid "Netherlands"
+msgstr ""
+
+#: ../../crypto.pm_.c:21 ../../crypto.pm_.c:35 ../../standalone/drakxtv_.c:50
+#, fuzzy
+msgid "Italy"
+msgstr ""
+
+#: ../../crypto.pm_.c:22 ../../crypto.pm_.c:36
+#, fuzzy
+msgid "Austria"
+msgstr ""
+
+#: ../../crypto.pm_.c:33 ../../crypto.pm_.c:67
+msgid "United States"
+msgstr ""
+
+#: ../../diskdrake/hd_gtk.pm_.c:94
msgid "Please make a backup of your data first"
msgstr " "
-#: ../../diskdrake.pm_.c:100 ../../diskdrake_interactive.pm_.c:801
-#: ../../diskdrake_interactive.pm_.c:810 ../../diskdrake_interactive.pm_.c:864
+#: ../../diskdrake/hd_gtk.pm_.c:94 ../../diskdrake/interactive.pm_.c:891
+#: ../../diskdrake/interactive.pm_.c:900 ../../diskdrake/interactive.pm_.c:954
msgid "Read carefully!"
msgstr " !"
-#: ../../diskdrake.pm_.c:103
+#: ../../diskdrake/hd_gtk.pm_.c:97
msgid ""
"If you plan to use aboot, be carefull to leave a free space (2048 sectors is "
"enough)\n"
@@ -1181,55 +1475,23 @@ msgstr ""
"2048 )\n"
" "
-#: ../../diskdrake.pm_.c:122 ../../diskdrake_interactive.pm_.c:313
-#: ../../diskdrake_interactive.pm_.c:328 ../../install_steps.pm_.c:72
-#: ../../install_steps_interactive.pm_.c:37
-#: ../../install_steps_interactive.pm_.c:310 ../../interactive_http.pm_.c:119
-#: ../../interactive_http.pm_.c:120 ../../standalone/diskdrake_.c:62
+#: ../../diskdrake/hd_gtk.pm_.c:116 ../../diskdrake/interactive.pm_.c:325
+#: ../../diskdrake/interactive.pm_.c:340 ../../diskdrake/smbnfs_gtk.pm_.c:45
+#: ../../install_steps.pm_.c:75 ../../install_steps_interactive.pm_.c:67
+#: ../../install_steps_interactive.pm_.c:356 ../../interactive_http.pm_.c:119
+#: ../../interactive_http.pm_.c:120 ../../standalone/diskdrake_.c:84
msgid "Error"
msgstr ""
-#: ../../diskdrake.pm_.c:159
+#: ../../diskdrake/hd_gtk.pm_.c:151
msgid "Wizard"
msgstr ""
-#: ../../diskdrake.pm_.c:181
-msgid "New"
-msgstr ""
-
-#: ../../diskdrake.pm_.c:203 ../../diskdrake.pm_.c:206
-#, fuzzy
-msgid "Remote"
-msgstr " "
-
-#: ../../diskdrake.pm_.c:208 ../../diskdrake.pm_.c:479
-#: ../../diskdrake_interactive.pm_.c:352 ../../diskdrake_interactive.pm_.c:523
-msgid "Mount point"
-msgstr " "
-
-#: ../../diskdrake.pm_.c:209
-msgid "Options"
-msgstr ""
-
-#: ../../diskdrake.pm_.c:211 ../../diskdrake.pm_.c:417
-#: ../../diskdrake.pm_.c:534 ../../diskdrake_interactive.pm_.c:353
-#: ../../diskdrake_interactive.pm_.c:488
-msgid "Type"
-msgstr ""
-
-#: ../../diskdrake.pm_.c:223 ../../diskdrake_interactive.pm_.c:361
-msgid "Unmount"
-msgstr ""
-
-#: ../../diskdrake.pm_.c:224 ../../diskdrake_interactive.pm_.c:357
-msgid "Mount"
-msgstr ""
-
-#: ../../diskdrake.pm_.c:228
+#: ../../diskdrake/hd_gtk.pm_.c:181 ../../diskdrake/removable_gtk.pm_.c:24
msgid "Choose action"
msgstr " "
-#: ../../diskdrake.pm_.c:235
+#: ../../diskdrake/hd_gtk.pm_.c:185
msgid ""
"You have one big FAT partition\n"
"(generally used by MicroSoft Dos/Windows).\n"
@@ -1241,88 +1503,78 @@ msgstr ""
" \n"
"( , \" \")"
-#: ../../diskdrake.pm_.c:238
+#: ../../diskdrake/hd_gtk.pm_.c:188
msgid "Please click on a partition"
msgstr " "
-#: ../../diskdrake.pm_.c:240
-#, fuzzy
-msgid "Please click on a media"
-msgstr " "
-
-#: ../../diskdrake.pm_.c:243
-#, fuzzy
-msgid ""
-"Please click on a button above\n"
-"\n"
-"Or use \"New\""
-msgstr " "
-
-#: ../../diskdrake.pm_.c:244
-msgid "Use \"New\""
-msgstr ""
-
-#: ../../diskdrake.pm_.c:263 ../../install_steps_gtk.pm_.c:517
+#: ../../diskdrake/hd_gtk.pm_.c:202 ../../diskdrake/smbnfs_gtk.pm_.c:67
+#: ../../install_steps_gtk.pm_.c:523
msgid "Details"
msgstr ""
-#: ../../diskdrake.pm_.c:395
+#: ../../diskdrake/hd_gtk.pm_.c:320
msgid "Ext2"
msgstr "Ext2"
-#: ../../diskdrake.pm_.c:395
+#: ../../diskdrake/hd_gtk.pm_.c:320
msgid "FAT"
msgstr "FAT"
-#: ../../diskdrake.pm_.c:395
+#: ../../diskdrake/hd_gtk.pm_.c:320
msgid "HFS"
msgstr "HFS"
-#: ../../diskdrake.pm_.c:395
+#: ../../diskdrake/hd_gtk.pm_.c:320
#, fuzzy
msgid "Journalised FS"
msgstr " "
-#: ../../diskdrake.pm_.c:395
+#: ../../diskdrake/hd_gtk.pm_.c:320
msgid "SunOS"
msgstr "SunOS"
-#: ../../diskdrake.pm_.c:395
+#: ../../diskdrake/hd_gtk.pm_.c:320
msgid "Swap"
msgstr "Swap"
-#: ../../diskdrake.pm_.c:396 ../../diskdrake_interactive.pm_.c:952
+#: ../../diskdrake/hd_gtk.pm_.c:321 ../../diskdrake/interactive.pm_.c:1050
msgid "Empty"
msgstr ""
-#: ../../diskdrake.pm_.c:396 ../../install_steps_gtk.pm_.c:373
-#: ../../install_steps_gtk.pm_.c:433 ../../mouse.pm_.c:161
-#: ../../services.pm_.c:161
+#: ../../diskdrake/hd_gtk.pm_.c:321 ../../install_steps_gtk.pm_.c:379
+#: ../../install_steps_gtk.pm_.c:439 ../../mouse.pm_.c:162
+#: ../../services.pm_.c:157 ../../standalone/drakbackup_.c:944
msgid "Other"
msgstr ""
-#: ../../diskdrake.pm_.c:400
+#: ../../diskdrake/hd_gtk.pm_.c:325
msgid "Filesystem types:"
msgstr " :"
-#: ../../diskdrake.pm_.c:417 ../../diskdrake_interactive.pm_.c:375
+#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/interactive.pm_.c:386
msgid "Create"
msgstr ""
-#: ../../diskdrake.pm_.c:417 ../../diskdrake.pm_.c:419
+#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/interactive.pm_.c:365
+#: ../../diskdrake/interactive.pm_.c:499 ../../diskdrake/removable.pm_.c:26
+#: ../../diskdrake/removable.pm_.c:49 ../../diskdrake/removable_gtk.pm_.c:17
+msgid "Type"
+msgstr ""
+
+#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/hd_gtk.pm_.c:344
#, c-format
msgid "Use ``%s'' instead"
msgstr " ``%s'' "
-#: ../../diskdrake.pm_.c:419 ../../diskdrake_interactive.pm_.c:362
+#: ../../diskdrake/hd_gtk.pm_.c:344 ../../diskdrake/interactive.pm_.c:374
msgid "Delete"
msgstr ""
-#: ../../diskdrake.pm_.c:423
+#: ../../diskdrake/hd_gtk.pm_.c:348
msgid "Use ``Unmount'' first"
msgstr " ``''"
-#: ../../diskdrake.pm_.c:424 ../../diskdrake_interactive.pm_.c:480
+#: ../../diskdrake/hd_gtk.pm_.c:349 ../../diskdrake/interactive.pm_.c:491
#, c-format
msgid ""
"After changing type of partition %s, all data on this partition will be lost"
@@ -1330,140 +1582,72 @@ msgstr ""
" %s, "
" "
-#: ../../diskdrake.pm_.c:478 ../../diskdrake_interactive.pm_.c:522
-#, c-format
-msgid "Where do you want to mount device %s?"
-msgstr " %s;"
-
-#: ../../diskdrake.pm_.c:500
-#, fuzzy
-msgid "Mount options"
-msgstr " "
-
-#: ../../diskdrake.pm_.c:507
-msgid "Various"
-msgstr ""
-
-#: ../../diskdrake.pm_.c:525
-#, fuzzy
-msgid "Removable media"
-msgstr " "
-
-#: ../../diskdrake.pm_.c:532
-#, fuzzy
-msgid "Change type"
-msgstr " "
-
-#: ../../diskdrake.pm_.c:533 ../../diskdrake_interactive.pm_.c:487
-msgid "Which filesystem do you want?"
-msgstr " ;"
-
-#: ../../diskdrake.pm_.c:564
-msgid "Scanning available nfs shared resource"
-msgstr ""
-
-#: ../../diskdrake.pm_.c:569
-#, c-format
-msgid "Scanning available nfs shared resource of server %s"
-msgstr ""
-
-#: ../../diskdrake.pm_.c:578 ../../diskdrake.pm_.c:648
-msgid "If the list above doesn't contain the wanted entry, enter it here:"
-msgstr ""
-
-#: ../../diskdrake.pm_.c:581 ../../diskdrake.pm_.c:651
-msgid "Server"
-msgstr ""
-
-#: ../../diskdrake.pm_.c:582 ../../diskdrake.pm_.c:652
-msgid "Shared resource"
-msgstr ""
-
-#: ../../diskdrake.pm_.c:615
-msgid "Scanning available samba shared resource"
-msgstr ""
-
-#: ../../diskdrake.pm_.c:626 ../../diskdrake.pm_.c:639
-#, c-format
-msgid "Scanning available samba shared resource of server %s"
-msgstr ""
-
-#: ../../diskdrake_interactive.pm_.c:163
+#: ../../diskdrake/interactive.pm_.c:171
#, fuzzy
msgid "Choose a partition"
msgstr " "
-#: ../../diskdrake_interactive.pm_.c:163
+#: ../../diskdrake/interactive.pm_.c:171
#, fuzzy
msgid "Choose another partition"
msgstr " "
-#: ../../diskdrake_interactive.pm_.c:188
+#: ../../diskdrake/interactive.pm_.c:196
#, fuzzy
msgid "Exit"
msgstr "Ext2"
-#: ../../diskdrake_interactive.pm_.c:210
+#: ../../diskdrake/interactive.pm_.c:218
msgid "Toggle to expert mode"
msgstr " "
-#: ../../diskdrake_interactive.pm_.c:210
+#: ../../diskdrake/interactive.pm_.c:218
msgid "Toggle to normal mode"
msgstr " "
-#: ../../diskdrake_interactive.pm_.c:210
+#: ../../diskdrake/interactive.pm_.c:218
msgid "Undo"
msgstr " "
-#: ../../diskdrake_interactive.pm_.c:229
+#: ../../diskdrake/interactive.pm_.c:237
msgid "Continue anyway?"
msgstr " ;"
-#: ../../diskdrake_interactive.pm_.c:234
+#: ../../diskdrake/interactive.pm_.c:242
msgid "Quit without saving"
msgstr " "
-#: ../../diskdrake_interactive.pm_.c:234
+#: ../../diskdrake/interactive.pm_.c:242
msgid "Quit without writing the partition table?"
msgstr " ;"
-#: ../../diskdrake_interactive.pm_.c:237
+#: ../../diskdrake/interactive.pm_.c:247
#, fuzzy
msgid "Do you want to save /etc/fstab modifications"
msgstr " ;"
-#: ../../diskdrake_interactive.pm_.c:247
+#: ../../diskdrake/interactive.pm_.c:259
msgid "Auto allocate"
msgstr " "
-#: ../../diskdrake_interactive.pm_.c:247
+#: ../../diskdrake/interactive.pm_.c:259
msgid "Clear all"
msgstr " "
-#: ../../diskdrake_interactive.pm_.c:247
-#: ../../install_steps_interactive.pm_.c:171
-msgid "More"
-msgstr ""
-
-#: ../../diskdrake_interactive.pm_.c:250
+#: ../../diskdrake/interactive.pm_.c:262
#, fuzzy
msgid "Hard drive information"
msgstr " "
-#: ../../diskdrake_interactive.pm_.c:267
-msgid "Not enough space for auto-allocating"
-msgstr ""
-" "
-
-#: ../../diskdrake_interactive.pm_.c:273
+#: ../../diskdrake/interactive.pm_.c:283
msgid "All primary partitions are used"
msgstr " "
-#: ../../diskdrake_interactive.pm_.c:274
+#: ../../diskdrake/interactive.pm_.c:284
msgid "I can't add any more partition"
msgstr " "
-#: ../../diskdrake_interactive.pm_.c:275
+#: ../../diskdrake/interactive.pm_.c:285
msgid ""
"To have more partitions, please delete one to be able to create an extended "
"partition"
@@ -1471,35 +1655,35 @@ msgstr ""
" , "
" "
-#: ../../diskdrake_interactive.pm_.c:285
+#: ../../diskdrake/interactive.pm_.c:295
#, fuzzy
msgid "Save partition table"
msgstr " "
-#: ../../diskdrake_interactive.pm_.c:286
+#: ../../diskdrake/interactive.pm_.c:296
#, fuzzy
msgid "Restore partition table"
msgstr " "
-#: ../../diskdrake_interactive.pm_.c:287
+#: ../../diskdrake/interactive.pm_.c:297
msgid "Rescue partition table"
msgstr " "
-#: ../../diskdrake_interactive.pm_.c:289
+#: ../../diskdrake/interactive.pm_.c:299
#, fuzzy
msgid "Reload partition table"
msgstr " "
-#: ../../diskdrake_interactive.pm_.c:293
+#: ../../diskdrake/interactive.pm_.c:304
#, fuzzy
msgid "Removable media automounting"
msgstr " "
-#: ../../diskdrake_interactive.pm_.c:301 ../../diskdrake_interactive.pm_.c:321
+#: ../../diskdrake/interactive.pm_.c:313 ../../diskdrake/interactive.pm_.c:333
msgid "Select file"
msgstr " "
-#: ../../diskdrake_interactive.pm_.c:308
+#: ../../diskdrake/interactive.pm_.c:320
msgid ""
"The backup partition table has not the same size\n"
"Still continue?"
@@ -1507,11 +1691,11 @@ msgstr ""
" \n"
" ;"
-#: ../../diskdrake_interactive.pm_.c:322
+#: ../../diskdrake/interactive.pm_.c:334
msgid "Warning"
msgstr ""
-#: ../../diskdrake_interactive.pm_.c:323
+#: ../../diskdrake/interactive.pm_.c:335
msgid ""
"Insert a floppy in drive\n"
"All data on this floppy will be lost"
@@ -1519,99 +1703,124 @@ msgstr ""
" \n"
" "
-#: ../../diskdrake_interactive.pm_.c:334
+#: ../../diskdrake/interactive.pm_.c:346
msgid "Trying to rescue partition table"
msgstr " "
-#: ../../diskdrake_interactive.pm_.c:340
+#: ../../diskdrake/interactive.pm_.c:352
#, fuzzy
msgid "Detailed information"
msgstr " "
-#: ../../diskdrake_interactive.pm_.c:354 ../../diskdrake_interactive.pm_.c:590
+#: ../../diskdrake/interactive.pm_.c:364 ../../diskdrake/interactive.pm_.c:534
+#: ../../diskdrake/interactive.pm_.c:554 ../../diskdrake/removable.pm_.c:24
+#: ../../diskdrake/removable_gtk.pm_.c:15 ../../diskdrake/smbnfs_gtk.pm_.c:83
+msgid "Mount point"
+msgstr " "
+
+#: ../../diskdrake/interactive.pm_.c:366 ../../diskdrake/removable.pm_.c:25
+#: ../../diskdrake/removable_gtk.pm_.c:16 ../../diskdrake/smbnfs_gtk.pm_.c:84
+msgid "Options"
+msgstr ""
+
+#: ../../diskdrake/interactive.pm_.c:367 ../../diskdrake/interactive.pm_.c:621
msgid "Resize"
msgstr " "
-#: ../../diskdrake_interactive.pm_.c:355 ../../diskdrake_interactive.pm_.c:630
+#: ../../diskdrake/interactive.pm_.c:368 ../../diskdrake/interactive.pm_.c:674
msgid "Move"
msgstr ""
-#: ../../diskdrake_interactive.pm_.c:356
+#: ../../diskdrake/interactive.pm_.c:369
msgid "Format"
msgstr ""
-#: ../../diskdrake_interactive.pm_.c:358
-msgid "Active"
-msgstr ""
+#: ../../diskdrake/interactive.pm_.c:370 ../../diskdrake/smbnfs_gtk.pm_.c:80
+msgid "Mount"
+msgstr ""
-#: ../../diskdrake_interactive.pm_.c:359
+#: ../../diskdrake/interactive.pm_.c:371
msgid "Add to RAID"
msgstr " RAID"
-#: ../../diskdrake_interactive.pm_.c:360
+#: ../../diskdrake/interactive.pm_.c:372
msgid "Add to LVM"
msgstr " LVM"
-#: ../../diskdrake_interactive.pm_.c:363
+#: ../../diskdrake/interactive.pm_.c:373 ../../diskdrake/smbnfs_gtk.pm_.c:79
+msgid "Unmount"
+msgstr ""
+
+#: ../../diskdrake/interactive.pm_.c:375
msgid "Remove from RAID"
msgstr " RAID"
-#: ../../diskdrake_interactive.pm_.c:364
+#: ../../diskdrake/interactive.pm_.c:376
msgid "Remove from LVM"
msgstr " LVM"
-#: ../../diskdrake_interactive.pm_.c:365
+#: ../../diskdrake/interactive.pm_.c:377
msgid "Modify RAID"
msgstr " RAID"
-#: ../../diskdrake_interactive.pm_.c:366
+#: ../../diskdrake/interactive.pm_.c:378
msgid "Use for loopback"
msgstr " loopback"
-#: ../../diskdrake_interactive.pm_.c:409
+#: ../../diskdrake/interactive.pm_.c:417
msgid "Create a new partition"
msgstr " "
-#: ../../diskdrake_interactive.pm_.c:412
+#: ../../diskdrake/interactive.pm_.c:420
msgid "Start sector: "
msgstr " : "
-#: ../../diskdrake_interactive.pm_.c:414 ../../diskdrake_interactive.pm_.c:732
+#: ../../diskdrake/interactive.pm_.c:422 ../../diskdrake/interactive.pm_.c:773
msgid "Size in MB: "
msgstr " MB"
-#: ../../diskdrake_interactive.pm_.c:415 ../../diskdrake_interactive.pm_.c:733
+#: ../../diskdrake/interactive.pm_.c:423 ../../diskdrake/interactive.pm_.c:774
msgid "Filesystem type: "
msgstr " : "
-#: ../../diskdrake_interactive.pm_.c:416 ../../diskdrake_interactive.pm_.c:936
-#: ../../diskdrake_interactive.pm_.c:1010
+#: ../../diskdrake/interactive.pm_.c:424
+#: ../../diskdrake/interactive.pm_.c:1034
+#: ../../diskdrake/interactive.pm_.c:1108
msgid "Mount point: "
msgstr " : "
-#: ../../diskdrake_interactive.pm_.c:420
+#: ../../diskdrake/interactive.pm_.c:428
msgid "Preference: "
msgstr ": "
-#: ../../diskdrake_interactive.pm_.c:462
+#: ../../diskdrake/interactive.pm_.c:472
#, fuzzy
msgid "Remove the loopback file?"
msgstr " loopback %s"
-#: ../../diskdrake_interactive.pm_.c:486
+#: ../../diskdrake/interactive.pm_.c:497
msgid "Change partition type"
msgstr " "
-#: ../../diskdrake_interactive.pm_.c:491
+#: ../../diskdrake/interactive.pm_.c:498 ../../diskdrake/removable.pm_.c:48
+msgid "Which filesystem do you want?"
+msgstr " ;"
+
+#: ../../diskdrake/interactive.pm_.c:502
msgid "Switching from ext2 to ext3"
msgstr " ext2 ext3"
-#: ../../diskdrake_interactive.pm_.c:521
+#: ../../diskdrake/interactive.pm_.c:532
#, c-format
msgid "Where do you want to mount loopback file %s?"
msgstr " loopback %s;"
-#: ../../diskdrake_interactive.pm_.c:528
+#: ../../diskdrake/interactive.pm_.c:533 ../../diskdrake/interactive.pm_.c:553
+#, c-format
+msgid "Where do you want to mount device %s?"
+msgstr " %s;"
+
+#: ../../diskdrake/interactive.pm_.c:539
msgid ""
"Can't unset mount point as this partition is used for loop back.\n"
"Remove the loopback first"
@@ -1620,122 +1829,131 @@ msgstr ""
"\n"
" loopback. loopback"
-#: ../../diskdrake_interactive.pm_.c:549
+#: ../../diskdrake/interactive.pm_.c:577
msgid "Computing FAT filesystem bounds"
msgstr " fat filesystem bounds"
-#: ../../diskdrake_interactive.pm_.c:549 ../../diskdrake_interactive.pm_.c:605
-#: ../../install_interactive.pm_.c:116
+#: ../../diskdrake/interactive.pm_.c:577 ../../diskdrake/interactive.pm_.c:636
+#: ../../install_interactive.pm_.c:130
msgid "Resizing"
msgstr " "
-#: ../../diskdrake_interactive.pm_.c:578
+#: ../../diskdrake/interactive.pm_.c:609
msgid "This partition is not resizeable"
msgstr " ' ."
-#: ../../diskdrake_interactive.pm_.c:583
+#: ../../diskdrake/interactive.pm_.c:614
msgid "All data on this partition should be backed-up"
msgstr ""
" "
-#: ../../diskdrake_interactive.pm_.c:585
+#: ../../diskdrake/interactive.pm_.c:616
#, c-format
msgid "After resizing partition %s, all data on this partition will be lost"
msgstr ""
" %s, "
" "
-#: ../../diskdrake_interactive.pm_.c:590
+#: ../../diskdrake/interactive.pm_.c:621
msgid "Choose the new size"
msgstr " "
-#: ../../diskdrake_interactive.pm_.c:591
+#: ../../diskdrake/interactive.pm_.c:622
#, fuzzy
msgid "New size in MB: "
msgstr " MB"
-#: ../../diskdrake_interactive.pm_.c:631
+#: ../../diskdrake/interactive.pm_.c:675
msgid "Which disk do you want to move it to?"
msgstr " ;"
-#: ../../diskdrake_interactive.pm_.c:632
+#: ../../diskdrake/interactive.pm_.c:676
msgid "Sector"
msgstr ""
-#: ../../diskdrake_interactive.pm_.c:633
+#: ../../diskdrake/interactive.pm_.c:677
msgid "Which sector do you want to move it to?"
msgstr " ;"
-#: ../../diskdrake_interactive.pm_.c:636
+#: ../../diskdrake/interactive.pm_.c:680
msgid "Moving"
msgstr " "
-#: ../../diskdrake_interactive.pm_.c:636
+#: ../../diskdrake/interactive.pm_.c:680
msgid "Moving partition..."
msgstr " ..."
-#: ../../diskdrake_interactive.pm_.c:657
+#: ../../diskdrake/interactive.pm_.c:697
msgid "Choose an existing RAID to add to"
msgstr " RAID "
-#: ../../diskdrake_interactive.pm_.c:658 ../../diskdrake_interactive.pm_.c:676
+#: ../../diskdrake/interactive.pm_.c:698 ../../diskdrake/interactive.pm_.c:716
msgid "new"
msgstr ""
-#: ../../diskdrake_interactive.pm_.c:674
+#: ../../diskdrake/interactive.pm_.c:714
msgid "Choose an existing LVM to add to"
msgstr " LVM "
-#: ../../diskdrake_interactive.pm_.c:679
+#: ../../diskdrake/interactive.pm_.c:719
msgid "LVM name?"
msgstr " LVM;"
-#: ../../diskdrake_interactive.pm_.c:718
+#: ../../diskdrake/interactive.pm_.c:759
msgid "This partition can't be used for loopback"
msgstr " loopback"
-#: ../../diskdrake_interactive.pm_.c:730
+#: ../../diskdrake/interactive.pm_.c:771
msgid "Loopback"
msgstr "Loopback"
-#: ../../diskdrake_interactive.pm_.c:731
+#: ../../diskdrake/interactive.pm_.c:772
msgid "Loopback file name: "
msgstr " loopback: "
-#: ../../diskdrake_interactive.pm_.c:736
+#: ../../diskdrake/interactive.pm_.c:777
#, fuzzy
msgid "Give a file name"
msgstr " "
-#: ../../diskdrake_interactive.pm_.c:739
+#: ../../diskdrake/interactive.pm_.c:780
msgid "File already used by another loopback, choose another one"
msgstr " , "
-#: ../../diskdrake_interactive.pm_.c:740
+#: ../../diskdrake/interactive.pm_.c:781
msgid "File already exists. Use it?"
msgstr " . ;"
-#: ../../diskdrake_interactive.pm_.c:784
+#: ../../diskdrake/interactive.pm_.c:804
+#, fuzzy
+msgid "Mount options"
+msgstr " "
+
+#: ../../diskdrake/interactive.pm_.c:811
+msgid "Various"
+msgstr ""
+
+#: ../../diskdrake/interactive.pm_.c:874
msgid "device"
msgstr ""
-#: ../../diskdrake_interactive.pm_.c:785
+#: ../../diskdrake/interactive.pm_.c:875
msgid "level"
msgstr ""
-#: ../../diskdrake_interactive.pm_.c:786
+#: ../../diskdrake/interactive.pm_.c:876
msgid "chunk size"
msgstr " chunk"
-#: ../../diskdrake_interactive.pm_.c:801
+#: ../../diskdrake/interactive.pm_.c:891
msgid "Be careful: this operation is dangerous."
msgstr ": ."
-#: ../../diskdrake_interactive.pm_.c:816
+#: ../../diskdrake/interactive.pm_.c:906
msgid "What type of partitioning?"
msgstr " partitioning;"
-#: ../../diskdrake_interactive.pm_.c:834
+#: ../../diskdrake/interactive.pm_.c:924
msgid ""
"Sorry I won't accept to create /boot so far onto the drive (on a cylinder > "
"1024).\n"
@@ -1747,7 +1965,7 @@ msgstr ""
" LILO , LILO "
" /boot"
-#: ../../diskdrake_interactive.pm_.c:838
+#: ../../diskdrake/interactive.pm_.c:928
msgid ""
"The partition you've selected to add as root (/) is physically located "
"beyond\n"
@@ -1758,7 +1976,7 @@ msgstr ""
" /boot.\n"
" LILO, /boot."
-#: ../../diskdrake_interactive.pm_.c:844
+#: ../../diskdrake/interactive.pm_.c:934
msgid ""
"You've selected a software RAID partition as root (/).\n"
"No bootloader is able to handle this without a /boot partition.\n"
@@ -1769,132 +1987,139 @@ msgstr ""
" /boot.\n"
" /boot."
-#: ../../diskdrake_interactive.pm_.c:864
+#: ../../diskdrake/interactive.pm_.c:954
#, c-format
msgid "Partition table of drive %s is going to be written to disk!"
msgstr " %s !"
-#: ../../diskdrake_interactive.pm_.c:868
+#: ../../diskdrake/interactive.pm_.c:958
msgid "You'll need to reboot before the modification can take place"
msgstr " "
-#: ../../diskdrake_interactive.pm_.c:879
+#: ../../diskdrake/interactive.pm_.c:969
#, c-format
msgid "After formatting partition %s, all data on this partition will be lost"
msgstr ""
" %s, "
" "
-#: ../../diskdrake_interactive.pm_.c:881
+#: ../../diskdrake/interactive.pm_.c:971
msgid "Formatting"
msgstr ""
-#: ../../diskdrake_interactive.pm_.c:882
+#: ../../diskdrake/interactive.pm_.c:972
#, c-format
msgid "Formatting loopback file %s"
msgstr " loopback %s"
-#: ../../diskdrake_interactive.pm_.c:883
-#: ../../install_steps_interactive.pm_.c:419
+#: ../../diskdrake/interactive.pm_.c:973
+#: ../../install_steps_interactive.pm_.c:465
#, c-format
msgid "Formatting partition %s"
msgstr " %s"
-#: ../../diskdrake_interactive.pm_.c:894
+#: ../../diskdrake/interactive.pm_.c:984
#, fuzzy
msgid "Hide files"
msgstr " mkraid"
-#: ../../diskdrake_interactive.pm_.c:894
+#: ../../diskdrake/interactive.pm_.c:984
#, fuzzy
msgid "Move files to the new partition"
msgstr " "
-#: ../../diskdrake_interactive.pm_.c:895
+#: ../../diskdrake/interactive.pm_.c:985
#, c-format
msgid ""
"Directory %s already contain some data\n"
"(%s)"
msgstr ""
-#: ../../diskdrake_interactive.pm_.c:906
+#: ../../diskdrake/interactive.pm_.c:996
#, fuzzy
msgid "Moving files to the new partition"
msgstr " "
-#: ../../diskdrake_interactive.pm_.c:910
+#: ../../diskdrake/interactive.pm_.c:1000
#, c-format
msgid "Copying %s"
msgstr ""
-#: ../../diskdrake_interactive.pm_.c:914
+#: ../../diskdrake/interactive.pm_.c:1004
#, fuzzy, c-format
msgid "Removing %s"
msgstr ": %s\n"
-#: ../../diskdrake_interactive.pm_.c:937 ../../diskdrake_interactive.pm_.c:996
+#: ../../diskdrake/interactive.pm_.c:1014
+#, c-format
+msgid "partition %s is now known as %s"
+msgstr ""
+
+#: ../../diskdrake/interactive.pm_.c:1035
+#: ../../diskdrake/interactive.pm_.c:1094
msgid "Device: "
msgstr ": "
-#: ../../diskdrake_interactive.pm_.c:938
+#: ../../diskdrake/interactive.pm_.c:1036
#, c-format
msgid "DOS drive letter: %s (just a guess)\n"
msgstr " DOS : %s \n"
-#: ../../diskdrake_interactive.pm_.c:942 ../../diskdrake_interactive.pm_.c:950
-#: ../../diskdrake_interactive.pm_.c:1014
+#: ../../diskdrake/interactive.pm_.c:1040
+#: ../../diskdrake/interactive.pm_.c:1048
+#: ../../diskdrake/interactive.pm_.c:1112
msgid "Type: "
msgstr ": "
-#: ../../diskdrake_interactive.pm_.c:946
+#: ../../diskdrake/interactive.pm_.c:1044
msgid "Name: "
msgstr ": "
-#: ../../diskdrake_interactive.pm_.c:954
+#: ../../diskdrake/interactive.pm_.c:1052
#, c-format
msgid "Start: sector %s\n"
msgstr ": %s\n"
-#: ../../diskdrake_interactive.pm_.c:955
+#: ../../diskdrake/interactive.pm_.c:1053
#, c-format
msgid "Size: %s"
msgstr ": %s"
-#: ../../diskdrake_interactive.pm_.c:957
+#: ../../diskdrake/interactive.pm_.c:1055
#, c-format
msgid ", %s sectors"
msgstr ", %s "
-#: ../../diskdrake_interactive.pm_.c:959
-#, c-format
-msgid "Cylinder %d to cylinder %d\n"
+#: ../../diskdrake/interactive.pm_.c:1057
+#, fuzzy, c-format
+msgid "Cylinder %d to %d\n"
msgstr " %d %d\n"
-#: ../../diskdrake_interactive.pm_.c:960
+#: ../../diskdrake/interactive.pm_.c:1058
msgid "Formatted\n"
msgstr "\n"
-#: ../../diskdrake_interactive.pm_.c:961
+#: ../../diskdrake/interactive.pm_.c:1059
msgid "Not formatted\n"
msgstr "\n"
-#: ../../diskdrake_interactive.pm_.c:962
+#: ../../diskdrake/interactive.pm_.c:1060
msgid "Mounted\n"
msgstr "\n"
-#: ../../diskdrake_interactive.pm_.c:963
+#: ../../diskdrake/interactive.pm_.c:1061
#, c-format
msgid "RAID md%s\n"
msgstr "RAID md%s\n"
-#: ../../diskdrake_interactive.pm_.c:965
+#: ../../diskdrake/interactive.pm_.c:1063
#, fuzzy, c-format
msgid ""
"Loopback file(s):\n"
" %s\n"
msgstr " loopback: %s\n"
-#: ../../diskdrake_interactive.pm_.c:966
+#: ../../diskdrake/interactive.pm_.c:1064
msgid ""
"Partition booted by default\n"
" (for MS-DOS boot, not for lilo)\n"
@@ -1902,27 +2127,27 @@ msgstr ""
" \n"
" ( MS-DOS, lilo)\n"
-#: ../../diskdrake_interactive.pm_.c:968
+#: ../../diskdrake/interactive.pm_.c:1066
#, c-format
msgid "Level %s\n"
msgstr " %s\n"
-#: ../../diskdrake_interactive.pm_.c:969
+#: ../../diskdrake/interactive.pm_.c:1067
#, c-format
msgid "Chunk size %s\n"
msgstr " chunk %s\n"
-#: ../../diskdrake_interactive.pm_.c:970
+#: ../../diskdrake/interactive.pm_.c:1068
#, c-format
msgid "RAID-disks %s\n"
msgstr " RAID %s\n"
-#: ../../diskdrake_interactive.pm_.c:972
+#: ../../diskdrake/interactive.pm_.c:1070
#, c-format
msgid "Loopback file name: %s"
msgstr " loopback: %s"
-#: ../../diskdrake_interactive.pm_.c:975
+#: ../../diskdrake/interactive.pm_.c:1073
msgid ""
"\n"
"Chances are, this partition is\n"
@@ -1934,7 +2159,7 @@ msgstr ""
" , \n"
" .\n"
-#: ../../diskdrake_interactive.pm_.c:978
+#: ../../diskdrake/interactive.pm_.c:1076
msgid ""
"\n"
"This special Bootstrap\n"
@@ -1946,65 +2171,106 @@ msgstr ""
" \n"
"dual-booting .\n"
-#: ../../diskdrake_interactive.pm_.c:997
+#: ../../diskdrake/interactive.pm_.c:1095
#, c-format
msgid "Size: %s\n"
msgstr ": %s\n"
-#: ../../diskdrake_interactive.pm_.c:998
+#: ../../diskdrake/interactive.pm_.c:1096
#, c-format
msgid "Geometry: %s cylinders, %s heads, %s sectors\n"
msgstr ": %s , %s , %s \n"
-#: ../../diskdrake_interactive.pm_.c:999
+#: ../../diskdrake/interactive.pm_.c:1097
msgid "Info: "
msgstr ": "
-#: ../../diskdrake_interactive.pm_.c:1000
+#: ../../diskdrake/interactive.pm_.c:1098
#, c-format
msgid "LVM-disks %s\n"
msgstr " LVM %s\n"
-#: ../../diskdrake_interactive.pm_.c:1001
+#: ../../diskdrake/interactive.pm_.c:1099
#, c-format
msgid "Partition table type: %s\n"
msgstr " : %s\n"
-#: ../../diskdrake_interactive.pm_.c:1002
+#: ../../diskdrake/interactive.pm_.c:1100
#, c-format
msgid "on bus %d id %d\n"
msgstr " bus %d id %d\n"
-#: ../../diskdrake_interactive.pm_.c:1016
+#: ../../diskdrake/interactive.pm_.c:1114
#, c-format
msgid "Options: %s"
msgstr ": %s"
-#: ../../fs.pm_.c:447 ../../fs.pm_.c:457 ../../fs.pm_.c:461 ../../fs.pm_.c:465
-#: ../../fs.pm_.c:469 ../../fs.pm_.c:473
+#: ../../diskdrake/interactive.pm_.c:1130
+#, fuzzy
+msgid "Filesystem encryption key"
+msgstr " : "
+
+#: ../../diskdrake/interactive.pm_.c:1131
+msgid "Choose your filesystem encryption key"
+msgstr ""
+
+#: ../../diskdrake/interactive.pm_.c:1134
+#, fuzzy, c-format
+msgid "This encryption key is too simple (must be at least %d characters long)"
+msgstr ""
+" ( %d "
+" )"
+
+#: ../../diskdrake/interactive.pm_.c:1135
+#, fuzzy
+msgid "The encryption keys do not match"
+msgstr " "
+
+#: ../../diskdrake/interactive.pm_.c:1138
+msgid "Encryption key"
+msgstr ""
+
+#: ../../diskdrake/interactive.pm_.c:1139
+msgid "Encryption key (again)"
+msgstr ""
+
+#: ../../diskdrake/removable.pm_.c:47
+#, fuzzy
+msgid "Change type"
+msgstr " "
+
+#: ../../diskdrake/removable_gtk.pm_.c:28
+#, fuzzy
+msgid "Please click on a media"
+msgstr " "
+
+#: ../../diskdrake/smbnfs_gtk.pm_.c:165
+#, fuzzy
+msgid "Search servers"
+msgstr " DNS"
+
+#: ../../fs.pm_.c:485 ../../fs.pm_.c:495 ../../fs.pm_.c:499 ../../fs.pm_.c:503
+#: ../../fs.pm_.c:507 ../../fs.pm_.c:511
#, c-format
msgid "%s formatting of %s failed"
msgstr "%s %s "
-#: ../../fs.pm_.c:506
+#: ../../fs.pm_.c:548
#, c-format
msgid "I don't know how to format %s in type %s"
msgstr " %s %s"
-#: ../../fs.pm_.c:568
-msgid "mount failed"
-msgstr " "
+#: ../../fs.pm_.c:620 ../../fs.pm_.c:649 ../../fs.pm_.c:655
+#, c-format
+msgid "mounting partition %s in directory %s failed"
+msgstr ""
-#: ../../fs.pm_.c:588
+#: ../../fs.pm_.c:640
#, c-format
msgid "fsck failed with exit code %d or signal %d"
msgstr " fsck %d %d"
-#: ../../fs.pm_.c:597 ../../fs.pm_.c:603 ../../partition_table.pm_.c:560
-msgid "mount failed: "
-msgstr " : "
-
-#: ../../fs.pm_.c:618 ../../partition_table.pm_.c:556
+#: ../../fs.pm_.c:670 ../../partition_table.pm_.c:596
#, c-format
msgid "error unmounting %s: %s"
msgstr " %s: %s"
@@ -2013,52 +2279,71 @@ msgstr " %s: %s"
msgid "simple"
msgstr ""
+#: ../../fsedit.pm_.c:25
+msgid "with /usr"
+msgstr ""
+
#: ../../fsedit.pm_.c:30
msgid "server"
msgstr ""
-#: ../../fsedit.pm_.c:461
+#: ../../fsedit.pm_.c:467
msgid "You can't use JFS for partitions smaller than 16MB"
msgstr ""
" JFS 16MB"
-#: ../../fsedit.pm_.c:462
+#: ../../fsedit.pm_.c:468
msgid "You can't use ReiserFS for partitions smaller than 32MB"
msgstr ""
" ReiserFS "
"32MB"
-#: ../../fsedit.pm_.c:471
+#: ../../fsedit.pm_.c:477
msgid "Mount points must begin with a leading /"
msgstr " /"
-#: ../../fsedit.pm_.c:472
+#: ../../fsedit.pm_.c:478
#, c-format
msgid "There is already a partition with mount point %s\n"
msgstr " %s\n"
-#: ../../fsedit.pm_.c:476
+#: ../../fsedit.pm_.c:482
#, c-format
msgid "You can't use a LVM Logical Volume for mount point %s"
msgstr " LVM %s"
-#: ../../fsedit.pm_.c:478
+#: ../../fsedit.pm_.c:484
msgid "This directory should remain within the root filesystem"
msgstr ""
" (root)"
-#: ../../fsedit.pm_.c:480
+#: ../../fsedit.pm_.c:486
msgid "You need a true filesystem (ext2, reiserfs) for this mount point\n"
msgstr ""
" (ext2, reiserfs) "
" \n"
-#: ../../fsedit.pm_.c:596
+#: ../../fsedit.pm_.c:488
+#, fuzzy, c-format
+msgid "You can't use an encrypted file system for mount point %s"
+msgstr " LVM %s"
+
+#: ../../fsedit.pm_.c:546
+#, fuzzy
+msgid "Not enough free space for auto-allocating"
+msgstr ""
+" "
+
+#: ../../fsedit.pm_.c:548
+msgid "Nothing to do"
+msgstr ""
+
+#: ../../fsedit.pm_.c:612
#, c-format
msgid "Error opening %s for writing: %s"
msgstr " %s : %s"
-#: ../../fsedit.pm_.c:681
+#: ../../fsedit.pm_.c:697
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"
@@ -2067,7 +2352,7 @@ msgstr ""
" . "
" "
-#: ../../fsedit.pm_.c:704
+#: ../../fsedit.pm_.c:720
msgid "You don't have any partitions!"
msgstr " !"
@@ -2084,14 +2369,14 @@ msgid ""
"system would not work any more. If you make a serious mistake as a regular\n"
"user, you may only lose some information, but not the entire system.\n"
"\n"
-"First, you have to enter your real name. This is not mandatory, of course -\n"
+"First, you have to enter your real name. This is not mandatory, of course\n"
"as you can actually enter whatever you want. DrakX will then take the first\n"
"word you have entered in the box and will bring it over to the \"User\n"
-"name\". This is the name this particular user will use to log into the\n"
+"name\". This is the name this particular user will use to log onto the\n"
"system. You can change it. You then have to enter a password here. A\n"
-"non-privileged (regular) user's password is not as crucial as that of\n"
-"\"root\" from a security point of view, but that is no reason to neglect it\n"
-"- after all, your files are at risk.\n"
+"non-privileged (regular) user's password is not as crucial as \"root\"' one\n"
+"from a security point of view, but that is no reason to neglect it: after\n"
+"all, your files are at risk.\n"
"\n"
"If you click on \"Accept user\", you can then add as many as you want. Add\n"
"a user for each one of your friends: your father or your sister, for\n"
@@ -2106,7 +2391,7 @@ msgstr ""
msgid ""
"Listed above are the existing Linux partitions detected on your hard drive.\n"
"You can keep the choices made by the wizard, they are good for most common\n"
-"installs. If you make any changes, you must at least define a root\n"
+"installations. If you make any changes, you must at least define a root\n"
"partition (\"/\"). Do not choose too small a partition or you will not be\n"
"able to install enough software. If you want to store your data on a\n"
"separate partition, you will also need to create a partition for \"/home\"\n"
@@ -2123,11 +2408,11 @@ msgid ""
"\"Hard drive number\" is always a letter after \"hd\" or \"sd\". For IDE\n"
"hard drives:\n"
"\n"
-" * \"a\" means \"master hard drive on the primary IDE controller\",\n"
+" * \"a\" means \"master hard drive on the primary IDE controller\";\n"
"\n"
-" * \"b\" means \"slave hard drive on the primary IDE controller\",\n"
+" * \"b\" means \"slave hard drive on the primary IDE controller\";\n"
"\n"
-" * \"c\" means \"master hard drive on the secondary IDE controller\",\n"
+" * \"c\" means \"master hard drive on the secondary IDE controller\";\n"
"\n"
" * \"d\" means \"slave hard drive on the secondary IDE controller\".\n"
"\n"
@@ -2177,8 +2462,8 @@ msgstr ""
#: ../../help.pm_.c:72
msgid ""
-"The Mandrake Linux installation is spread out over several CDROMs. DrakX\n"
-"knows if a selected package is located on another CDROM and will eject the\n"
+"The Mandrake Linux installation is spread out over several CD-ROMs. DrakX\n"
+"knows if a selected package is located on another CD-ROM and will eject the\n"
"current CD and ask you to insert a different one as required."
msgstr ""
@@ -2188,8 +2473,8 @@ msgid ""
"system. There are thousands of packages available for Mandrake Linux, and\n"
"you are not supposed to know them all by heart.\n"
"\n"
-"If you are performing a standard installation from CDROM, you will first be\n"
-"asked to specify the CDs you currently have (in Expert mode only). Check\n"
+"If you are performing a standard installation from a CD-ROM, you will first\n"
+"be asked to specify the CDs you currently have (in Expert mode only). Check\n"
"the CD labels and highlight the boxes corresponding to the CDs you have\n"
"available for installation. Click \"OK\" when you are ready to continue.\n"
"\n"
@@ -2198,49 +2483,61 @@ msgid ""
"\n"
" * \"Workstation\": if you plan to use your machine as a workstation, "
"select\n"
-"one or more of the corresponding groups.\n"
+"one or more of the corresponding groups;\n"
"\n"
-" * \"Development\": if the machine is to be used for programming, choose "
-"the\n"
-"desired group(s).\n"
+" * \"Development\": if your machine is to be used for programming, choose\n"
+"the desired group(s);\n"
"\n"
-" * \"Server\": finally, if the machine is intended to be a server, you will\n"
-"be able to select which of the most common services you wish to see\n"
-"installed on the machine.\n"
+" * \"Server\": if your machine is intended to be a server, you will be able\n"
+"to select which of the most common services you wish to install on your\n"
+"machine;\n"
"\n"
-" * \"Graphical Environment\": this is where you will choose your preferred\n"
-"graphical environment. At least one must be selected if you want to have a\n"
-"graphical workstation!\n"
+" * \"Graphical Environment\": finally, this is where you will choose your\n"
+"preferred graphical environment. At least one must be selected if you want\n"
+"to have a graphical workstation!\n"
"\n"
"Moving the mouse cursor over a group name will display a short explanatory\n"
-"text about that group.\n"
+"text about that group. If you deselect all groups when performing a regular\n"
+"installation (by opposition to an upgrade), a dialog will pop up proposing\n"
+"different options for a minimal installation:\n"
+"\n"
+" * \"With X\": install the fewer packages possible to have a working\n"
+"graphical desktop;\n"
+"\n"
+" * \"With basic documentation\": installs the base system plus basic\n"
+"utilities and their documentation. This installation is suitable for\n"
+"setting up a server;\n"
+"\n"
+" * \"Truly minimal install\": will install the strict minimum necessary to\n"
+"get a working Linux system, in command line only. This installation is\n"
+"about 65Mb large.\n"
"\n"
"You can check the \"Individual package selection\" box, which is useful if\n"
"you are familiar with the packages being offered or if you want to have\n"
"total control over what will be installed.\n"
"\n"
-"If you started the installation in \"Update\" mode, you can unselect all\n"
+"If you started the installation in \"Upgrade\" mode, you can unselect all\n"
"groups to avoid installing any new package. This is useful for repairing or\n"
"updating an existing system."
msgstr ""
-#: ../../help.pm_.c:115
+#: ../../help.pm_.c:128
msgid ""
-"Finally, depending on your choice of whether or not to select individual\n"
-"packages, you will be presented a tree containing all packages classified\n"
-"by groups and subgroups. While browsing the tree, you can select entire\n"
-"groups, subgroups, or individual packages.\n"
+"Finally, depending on whether or not you selected individual packages, you\n"
+"will be presented a tree containing all packages classified by groups and\n"
+"subgroups. While browsing the tree, you can select entire groups,\n"
+"subgroups, or individual packages.\n"
"\n"
"Whenever you select a package on the tree, a description appears on the\n"
"right. When your selection is finished, click the \"Install\" button which\n"
"will then launch the installation process. Depending on the speed of your\n"
"hardware and the number of packages that need to be installed, it may take\n"
-"a while to complete the process. A time to complete estimate is displayed\n"
-"on the screen to help you gauge if there is sufficient time to enjoy a cup\n"
-"of coffee.\n"
+"a while to complete the process. An estimate of the time it will take to\n"
+"install everything is displayed on the screen, to help you gauge if there\n"
+"is sufficient time to enjoy a cup of coffee.\n"
"\n"
-"!! If a server package has been selected either intentionally or because it\n"
-"was part of a whole group, you will be asked to confirm that you really\n"
+"!! If a server package has been selected, either intentionally or because\n"
+"it was part of a whole group, you will be asked to confirm that you really\n"
"want those servers to be installed. Under Mandrake Linux, any installed\n"
"servers are started by default at boot time. Even if they are safe and have\n"
"no known issues at the time the distribution was shipped, it may happen\n"
@@ -2255,37 +2552,38 @@ msgid ""
"occurs because it has determined that it needs to satisfy a dependency with\n"
"another package in order to successfully complete the installation.\n"
"\n"
-"The tiny floppy disc icon at the bottom of the list allows to load the\n"
-"packages list chosen during a previous installation. Clicking on this icon\n"
+"The tiny floppy disk icon at the bottom of the list allows to load the\n"
+"package list chosen during a previous installation. Clicking on this icon\n"
"will ask you to insert a floppy disk previously created at the end of\n"
"another installation. See the second tip of last step on how to create such\n"
"a floppy."
msgstr ""
-#: ../../help.pm_.c:151
+#: ../../help.pm_.c:164
msgid ""
-"If you wish to connect your computer to the Internet or to a local network,\n"
-"please choose the correct option. Please turn on your device before\n"
-"choosing the correct option to let DrakX detect it automatically.\n"
+"You are now proposed to set up your Internet/network connection. If you\n"
+"wish to connect your computer to the Internet or to a local network, click\n"
+"\"OK\". The autodetection of network devices and modem will be launched. If\n"
+"this detection fails, uncheck the \"Use auto detection\" box next time. You\n"
+"may also choose not to configure the network, or do it later; in that case,\n"
+"simply click the \"Cancel\" button.\n"
"\n"
-"Mandrake Linux proposes the configuration of an Internet connection at\n"
-"installation time. Available connections are: traditional modem, ISDN\n"
-"modem, ADSL connection, cable modem, and finally a simple LAN connection\n"
-"(Ethernet).\n"
+"Available connections are: traditional modem, ISDN modem, ADSL connection,\n"
+"cable modem, and finally a simple LAN connection (Ethernet).\n"
"\n"
"Here, we will not detail each configuration. Simply make sure that you have\n"
"all the parameters from your Internet Service Provider or system\n"
"administrator.\n"
"\n"
-"You can consult the manual chapter about Internet connections for details\n"
-"about the configuration, or simply wait until your system is installed and\n"
-"use the program described there to configure your connection.\n"
+"You can consult the ``User Guide'' chapter about Internet connections for\n"
+"details about the configuration, or simply wait until your system is\n"
+"installed and use the program described there to configure your connection.\n"
"\n"
-"If you wish to configure the network later after installation or if you\n"
-"have finished configuring your network connection, click \"Cancel\"."
+"If you wish to configure the network later after installation, or if you\n"
+"are finished configuring your network connection, click \"Cancel\"."
msgstr ""
-#: ../../help.pm_.c:172
+#: ../../help.pm_.c:186
#, fuzzy
msgid ""
"You may now choose which services you wish to start at boot time.\n"
@@ -2298,10 +2596,11 @@ msgid ""
"specific service. However, if you are not sure whether a service is useful\n"
"or not, it is safer to leave the default behavior.\n"
"\n"
-"At this stage, be very careful if you intend to use your machine as a\n"
-"server: you will probably not want to start any services that you do not\n"
+"!! At this stage, be very careful if you intend to use your machine as a\n"
+"server: you will probably not want to start any services which you do not\n"
"need. Please remember that several services can be dangerous if they are\n"
-"enabled on a server. In general, select only the services you really need."
+"enabled on a server. In general, select only the services you really need.\n"
+"!!"
msgstr ""
" \n"
".\n"
@@ -2317,38 +2616,45 @@ msgstr ""
" .\n"
", ."
-#: ../../help.pm_.c:188
+#: ../../help.pm_.c:203
msgid ""
-"GNU/Linux manages time in GMT (Greenwich Manage Time) and translates it in\n"
-"local time according to the time zone you selected."
+"GNU/Linux manages time in GMT (Greenwich Mean Time) and translates it in\n"
+"local time according to the time zone you selected. It is however possible\n"
+"to deactivate this by deselecting \"Hardware clock set to GMT\" so that the\n"
+"hardware clock is the same as the system clock. This is useful when the\n"
+"machine is hosting another operating system like Windows.\n"
+"\n"
+"The \"Automatic time synchronization\" option will automatically regulate\n"
+"the clock by connecting to a remote time server on the Internet. In the\n"
+"list that is presented, choose a server located near you. Of course you\n"
+"must have a working Internet connection for this feature to work. It will\n"
+"actually install on your machine a time server which can be optionally used\n"
+"by other machines on your local network."
msgstr ""
-" GNU/Linux GMT (\"Greenwich Mean Time\" \n"
-"\" \") \n"
-" ."
-#: ../../help.pm_.c:192
+#: ../../help.pm_.c:217
msgid ""
"X (for X Window System) is the heart of the GNU/Linux graphical interface\n"
-"on which all the graphics environments (KDE, Gnome, AfterStep,\n"
-"WindowMaker...) bundled with Mandrake Linux rely. In this section, DrakX\n"
+"on which all the graphical environments (KDE, GNOME, AfterStep,\n"
+"WindowMaker, etc.) bundled with Mandrake Linux rely. In this section, DrakX\n"
"will try to configure X automatically.\n"
"\n"
"It is extremely rare for it to fail, unless the hardware is very old (or\n"
"very new). If it succeeds, it will start X automatically with the best\n"
-"resolution possible depending on the size of the monitor. A window will\n"
+"resolution possible, depending on the size of the monitor. A window will\n"
"then appear and ask you if you can see it.\n"
"\n"
-"If you are doing an \"Expert\" install, you will enter the X configuration\n"
-"wizard. See the corresponding section of the manual for more information\n"
-"about this wizard.\n"
+"If you are doing an \"Expert\" installation, you will enter the X\n"
+"configuration wizard. See the corresponding section of the manual for more\n"
+"information about this wizard.\n"
"\n"
-"If you can see the message and answer \"Yes\", then DrakX will proceed to\n"
-"the next step. If you cannot see the message, it simply means that the\n"
-"configuration was wrong and the test will automatically end after 10\n"
-"seconds, restoring the screen."
+"If you can see the message during the test, and answer \"Yes\", then DrakX\n"
+"will proceed to the next step. If you cannot see the message, it simply\n"
+"means that the configuration was wrong and the test will automatically end\n"
+"after 10 seconds, restoring the screen."
msgstr ""
-#: ../../help.pm_.c:212
+#: ../../help.pm_.c:237
msgid ""
"The first time you try the X configuration, you may not be very satisfied\n"
"with its display (screen is too small, shifted left or right...). Hence,\n"
@@ -2358,11 +2664,11 @@ msgid ""
"\n"
"As a last resort, if you still cannot get X to work, choose \"Change\n"
"graphics card\", select \"Unlisted card\", and when prompted on which\n"
-"server you want, choose \"FBDev\". This is a failsafe option which works\n"
-"with any modern graphics card. Then choose \"Test again\" to be sure."
+"server, choose \"FBDev\". This is a failsafe option which works with any\n"
+"modern graphics card. Then choose \"Test again\" to be sure."
msgstr ""
-#: ../../help.pm_.c:224
+#: ../../help.pm_.c:249
msgid ""
"Finally, you will be asked whether you want to see the graphical interface\n"
"at boot. Note this question will be asked even if you chose not to test the\n"
@@ -2371,17 +2677,16 @@ msgid ""
"configured."
msgstr ""
-#: ../../help.pm_.c:231
+#: ../../help.pm_.c:256
msgid ""
-"The Mandrake Linux CDROM has a built-in rescue mode. You can access it by\n"
-"booting from the CDROM, press the >>F1<< key at boot and type >>rescue<< at\n"
-"the prompt. But in case your computer cannot boot from the CDROM, you\n"
+"The Mandrake LinuxCD-ROM has a built-in rescue mode. You can access it by\n"
+"booting from the CD-ROM, press the >>F1<< key at boot and type >>rescue<<\n"
+"at the prompt. But in case your computer cannot boot from the CD-ROM, you\n"
"should come back to this step for help in at least two situations:\n"
"\n"
-" * when installing the boot loader, DrakX will rewrite the boot sector "
-"(MBR)\n"
-"of your main disk (unless you are using another boot manager) so that you\n"
-"can start up with either Windows or GNU/Linux (assuming you have Windows in\n"
+" * when installing the bootloader, DrakX will rewrite the boot sector (MBR)\n"
+"of your main disk (unless you are using another boot manager), to allow you\n"
+"to start up with either Windows or GNU/Linux (assuming you have Windows in\n"
"your system). If you need to reinstall Windows, the Microsoft install\n"
"process will rewrite the boot sector, and then you will not be able to\n"
"start GNU/Linux!\n"
@@ -2399,25 +2704,26 @@ msgid ""
"the whole disk."
msgstr ""
-#: ../../help.pm_.c:255
+#: ../../help.pm_.c:280
#, fuzzy
msgid ""
-"At this point you need to choose where on your hard drive to install your\n"
-"Mandrake Linux operating system. If your hard drive is empty or if an\n"
-"existing operating system is using all the space available, you will need\n"
-"to partition it. Basically, partitioning a hard drive consists of logically\n"
-"dividing it to create space to install your new Mandrake Linux system.\n"
+"At this point, you need to choose where you want to install the Mandrake\n"
+"Linux operating system on your hard drive. If your hard drive is empty or\n"
+"if an existing operating system is using all the available space, you will\n"
+"need to partition it. Basically, partitioning a hard drive consists of\n"
+"logically dividing it to create space to install your new Mandrake Linux\n"
+"system.\n"
"\n"
-"Because the effects of the partitioning process are usually irreversible,\n"
+"Because the partitioning process' effects are usually irreversible,\n"
"partitioning can be intimidating and stressful if you are an inexperienced\n"
"user. Fortunately, there is a wizard which simplifies this process. Before\n"
"beginning, please consult the manual and take your time.\n"
"\n"
-"If you are running the install in Expert mode, you will enter DiskDrake,\n"
-"the Mandrake Linux partitioning tool, which allows you to fine-tune your\n"
-"partitions. See the DiskDrake chapter of the manual. From the installation\n"
-"interface, you can use the wizards as described here by clicking the\n"
-"\"Wizard\" button of the dialog.\n"
+"If you are running the installation in Expert mode, you will enter\n"
+"DiskDrake, the Mandrake Linux partitioning tool, which allows you to\n"
+"fine-tune your partitions. See the DiskDrake section in the ``User Guide''.\n"
+"From the installation interface, you can use the wizards as described here\n"
+"by clicking the dialog's \"Wizard\" button.\n"
"\n"
"If partitions have already been defined, either from a previous\n"
"installation or from another partitioning tool, simply select those to\n"
@@ -2428,43 +2734,45 @@ msgid ""
"available:\n"
"\n"
" * \"Use free space\": this option will simply lead to an automatic\n"
-"partitioning of your blank drive(s). You will not be prompted further.\n"
+"partitioning of your blank drive(s). You will not be prompted further;\n"
"\n"
" * \"Use existing partition\": the wizard has detected one or more existing\n"
"Linux partitions on your hard drive. If you want to use them, choose this\n"
-"option.\n"
+"option;\n"
"\n"
-" * \"Use the free space on the Windows partition\": if Microsoft Windows is\n"
+" * \"Use the free space on the Windows; partition\": if MicrosoftWindows is\n"
"installed on your hard drive and takes all the space available on it, you\n"
-"have to create free space for Linux data. To do that, you can delete your\n"
-"Microsoft Windows partition and data (see \"Erase entire disk\" or \"Expert\n"
-"mode\" solutions) or resize your Microsoft Windows partition. Resizing can\n"
-"be performed without the loss of any data. This solution is recommended if\n"
-"you want to use both Mandrake Linux and Microsoft Windows on same computer.\n"
+"have to create free space for Linux data. To do so, you can delete your\n"
+"MicrosoftWindows partition and data (see ``Erase entire disk'' or ``Expert\n"
+"mode'' solutions) or resize your MicrosoftWindows partition. Resizing can\n"
+"be performed without the loss of any data, provided you previously\n"
+"defragment the Windows partition. Backing up your data won't hurt either..\n"
+"This solution is recommended if you want to use both Mandrake Linux and\n"
+"MicrosoftWindows on the same computer.\n"
"\n"
" Before choosing this option, please understand that after this "
"procedure,\n"
-"the size of your Microsoft Windows partition will be smaller than at the\n"
-"present time. You will have less free space under Microsoft Windows to\n"
-"store your data or to install new software.\n"
+"the size of your MicrosoftWindows partition will be smaller than at the\n"
+"present time. You will have less free space under MicrosoftWindows to store\n"
+"your data or to install new software;\n"
"\n"
" * \"Erase entire disk\": if you want to delete all data and all partitions\n"
"present on your hard drive and replace them with your new Mandrake Linux\n"
"system, choose this option. Be careful with this solution because you will\n"
-"not be able to revert your choice after confirmation.\n"
+"not be able to revert your choice after you confirm;\n"
"\n"
" !! If you choose this option, all data on your disk will be lost. !!\n"
"\n"
" * \"Remove Windows\": this will simply erase everything on the drive and\n"
"begin fresh, partitioning everything from scratch. All data on your disk\n"
-"will be lost.\n"
+"will be lost;\n"
"\n"
" !! If you choose this option, all data on your disk will be lost. !!\n"
"\n"
" * \"Expert mode\": choose this option if you want to manually partition\n"
-"your hard drive. Be careful - it is a powerful but dangerous choice. You\n"
-"can very easily lose all your data. Hence, do not choose this unless you\n"
-"know what you are doing."
+"your hard drive. Be careful it is a powerful but dangerous choice. You can\n"
+"very easily lose all your data. Hence, do not choose this unless you know\n"
+"what you are doing."
msgstr ""
" , GNU/Linux\n"
" . "
@@ -2536,7 +2844,7 @@ msgstr ""
" . "
"."
-#: ../../help.pm_.c:319
+#: ../../help.pm_.c:347
msgid ""
"There you are. Installation is now complete and your GNU/Linux system is\n"
"ready to use. Just click \"OK\" to reboot the system. You can start\n"
@@ -2551,29 +2859,30 @@ msgid ""
"\n"
" Note that two different options are available after clicking the button:\n"
"\n"
-" * \"Replay\". This is a partially automated install as the partitioning\n"
-"step (and only this one) remains interactive.\n"
+" * \"Replay\". This is a partially automated installation as the\n"
+"partitioning step (and only this one) remains interactive;\n"
"\n"
-" * \"Automated\". Fully automated install: the hard disk is completely\n"
+" * \"Automated\". Fully automated installation: the hard disk is "
+"completely\n"
"rewritten, all data is lost.\n"
"\n"
" This feature is very handy when installing a great number of similar\n"
-"machines. See the Auto install section at our web site.\n"
+"machines. See the Auto install section on our web site;\n"
"\n"
-" * \"Save packages selection\"(*): saves the packages selection as made\n"
+" * \"Save packages selection\"(*): saves the package selection as done\n"
"previously. Then, when doing another installation, insert the floppy inside\n"
-"the driver and run the installation going to the help screen by pressing on\n"
+"the drive and run the installation going to the help screen by pressing on\n"
"the [F1] key, and by issuing >>linux defcfg=\"floppy\"<<.\n"
"\n"
"(*) You need a FAT-formatted floppy (to create one under GNU/Linux, type\n"
"\"mformat a:\")"
msgstr ""
-#: ../../help.pm_.c:350
+#: ../../help.pm_.c:378
#, fuzzy
msgid ""
"Any partitions that have been newly defined must be formatted for use\n"
-"(formatting means creating a file system).\n"
+"(formatting means creating a filesystem).\n"
"\n"
"At this time, you may wish to reformat some already existing partitions to\n"
"erase any data they contain. If you wish to do that, please select those\n"
@@ -2587,7 +2896,7 @@ msgid ""
"\n"
"Please be careful when selecting partitions. After formatting, all data on\n"
"the selected partitions will be deleted and you will not be able to recover\n"
-"any of them.\n"
+"any of it.\n"
"\n"
"Click on \"OK\" when you are ready to format partitions.\n"
"\n"
@@ -2595,7 +2904,7 @@ msgid ""
"Mandrake Linux operating system installation.\n"
"\n"
"Click on \"Advanced\" if you wish to select partitions that will be checked\n"
-"for bad blocks on the disc."
+"for bad blocks on the disk."
msgstr ""
" ( "
"\n"
@@ -2630,7 +2939,7 @@ msgstr ""
" \n"
" Mandrake Linux."
-#: ../../help.pm_.c:376
+#: ../../help.pm_.c:404
#, fuzzy
msgid ""
"Your new Mandrake Linux operating system is currently being installed.\n"
@@ -2647,71 +2956,100 @@ msgstr ""
"\n"
" ."
-#: ../../help.pm_.c:384
+#: ../../help.pm_.c:412
msgid ""
-"Before continuing you should read carefully the terms of the license. It\n"
+"At the time you are installing Mandrake Linux, it is likely that some\n"
+"packages have been updated since the initial release. Some bugs may have\n"
+"been fixed, and security issues solved. To allow you to benefit from these\n"
+"updates, you are now proposed to download them from the Internet. Choose\n"
+"\"Yes\" if you have a working Internet connection, or \"No\" if you prefer\n"
+"to install updated packages later.\n"
+"\n"
+"Choosing \"Yes\" displays a list of places from which updates can be\n"
+"retrieved. Choose the one nearest you. Then a package-selection tree\n"
+"appears: review the selection, and press \"Install\" to retrieve and\n"
+"install the selected package(s), or \"Cancel\" to abort."
+msgstr ""
+
+#: ../../help.pm_.c:425
+msgid ""
+"Before continuing, you should read carefully the terms of the license. It\n"
"covers the whole Mandrake Linux distribution, and if you do not agree with\n"
"all the terms in it, click on the \"Refuse\" button which will immediately\n"
-"terminate the installation. To continue with the installation, click the\n"
+"terminate the installation. To continue with the installation, click on the\n"
"\"Accept\" button."
msgstr ""
-#: ../../help.pm_.c:391
+#: ../../help.pm_.c:432
msgid ""
"At this point, it is time to choose the security level desired for the\n"
"machine. As a rule of thumb, the more exposed the machine is, and the more\n"
"the data stored in it is crucial, the higher the security level should be.\n"
-"However, a higher security level is generally obtained at the expenses of\n"
-"easiness of use. Refer to the MSEC chapter of the ``Reference Manual'' to\n"
-"get more information about the meaning of these levels.\n"
+"However, a higher security level is generally obtained at the expense of\n"
+"easiness of use. Refer to the \"msec\" chapter of the ``Reference Manual''\n"
+"to get more information about the meaning of these levels.\n"
"\n"
"If you do not know what to choose, keep the default option."
msgstr ""
-#: ../../help.pm_.c:401
+#: ../../help.pm_.c:442
#, fuzzy
msgid ""
-"At this point, you need to choose what partition(s) will be used for the\n"
-"installation of your Mandrake Linux system. If partitions have been already\n"
+"At this point, you need to choose which partition(s) will be used for the\n"
+"installation of your Mandrake Linux system. If partitions have already been\n"
"defined, either from a previous installation of GNU/Linux or from another\n"
-"partitioning tool, you can use existing partitions. Otherwise hard drive\n"
+"partitioning tool, you can use existing partitions. Otherwise, hard drive\n"
"partitions must be defined.\n"
"\n"
"To create partitions, you must first select a hard drive. You can select\n"
-"the disk for partitioning by clicking on \"hda\" for the first IDE drive,\n"
-"\"hdb\" for the second, \"sda\" for the first SCSI drive and so on.\n"
+"the disk for partitioning by clicking on ``hda'' for the first IDE drive,\n"
+"``hdb'' for the second, ``sda'' for the first SCSI drive and so on.\n"
"\n"
"To partition the selected hard drive, you can use these options:\n"
"\n"
" * \"Clear all\": this option deletes all partitions on the selected hard\n"
-"drive.\n"
+"drive;\n"
+"\n"
+" * \"Auto allocate\": this option enables to automatically create \"Ext2\"\n"
+"and swap partitions in free space of your hard drive;\n"
"\n"
-" * \"Auto allocate\": this option allows you to automatically create Ext2\n"
-"and swap partitions in free space of your hard drive.\n"
+" * \"More\": gives access to additional features:\n"
"\n"
-" * \"Rescue partition table\": if your partition table is damaged, you can\n"
+" * \"Save partition table\": saves the partition table to a floppy. "
+"Useful\n"
+"for later partition-table recovery if necessary. It is strongly recommended\n"
+"to perform this step;\n"
+"\n"
+" * \"Restore partition table\": allows to restore a previously saved\n"
+"partition table from floppy disk;\n"
+"\n"
+" * \"Rescue partition table\": if your partition table is damaged, you "
+"can\n"
"try to recover it using this option. Please be careful and remember that it\n"
-"can fail.\n"
+"can fail;\n"
"\n"
-" * \"Undo\": use this option to cancel your changes.\n"
+" * \"Reload partition table\": discards all changes and loads your "
+"initial\n"
+"partition table;\n"
"\n"
-" * \"Reload\": you can use this option if you wish to undo all changes and\n"
-"load your initial partitions table.\n"
+" * \"Removable media automounting\": unchecking this option will force "
+"users\n"
+"to manually mount and unmount removable medias such as floppies and\n"
+"CD-ROMs.\n"
"\n"
" * \"Wizard\": use this option if you wish to use a wizard to partition "
"your\n"
"hard drive. This is recommended if you do not have a good knowledge of\n"
-"partitioning.\n"
+"partitioning;\n"
"\n"
-" * \"Restore from floppy\": this option will allow you to restore a\n"
-"previously saved partition table from floppy disk.\n"
+" * \"Undo\": use this option to cancel your changes;\n"
"\n"
-" * \"Save to floppy\": saves the partition table to a floppy. Useful for\n"
-"later partition-table recovery if necessary. It is strongly recommended to\n"
-"perform this step.\n"
+" * \"Toggle to normal/expert mode\": allows additional actions on "
+"partitions\n"
+"(type, options, format) and gives more information;\n"
"\n"
-" * \"Done\": when you have finished partitioning your hard drive, this will\n"
-"save your changes back to disc.\n"
+" * \"Done\": when you are finished partitioning your hard drive, this will\n"
+"save your changes back to disk.\n"
"\n"
"Note: you can reach any option using the keyboard. Navigate through the\n"
"partitions using [Tab] and [Up/Down] arrows.\n"
@@ -2724,9 +3062,12 @@ msgid ""
"\n"
" * Ctrl-m to set the mount point.\n"
"\n"
+"To get information about the different filesystem types available, please\n"
+"read the ext2fs chapter from the ``Reference Manual''.\n"
+"\n"
"If you are installing on a PPC machine, you will want to create a small HFS\n"
-"\"bootstrap\" partition of at least 1MB which will be used by the yaboot\n"
-"boot loader. If you opt to make the partition a bit larger, say 50MB, you\n"
+"``bootstrap'' partition of at least 1MB, which will be used by the yaboot\n"
+"bootloader. If you opt to make the partition a bit larger, say 50MB, you\n"
"may find it a useful place to store a spare kernel and ramdisk images for\n"
"emergency boot situations."
msgstr ""
@@ -2812,11 +3153,11 @@ msgstr ""
".. 50, \n"
" ramdisk image ."
-#: ../../help.pm_.c:460
+#: ../../help.pm_.c:513
#, fuzzy
msgid ""
-"More than one Microsoft Windows partition has been detected on your hard\n"
-"drive. Please choose the one you want resize in order to install your new\n"
+"More than one Microsoft partition has been detected on your hard drive.\n"
+"Please choose the one you want to resize in order to install your new\n"
"Mandrake Linux operating system.\n"
"\n"
"Each partition is listed as follows: \"Linux name\", \"Windows name\"\n"
@@ -2831,11 +3172,11 @@ msgid ""
"\"Hard drive number\" is always a letter after \"hd\" or \"sd\". With IDE\n"
"hard drives:\n"
"\n"
-" * \"a\" means \"master hard drive on the primary IDE controller\",\n"
+" * \"a\" means \"master hard drive on the primary IDE controller\";\n"
"\n"
-" * \"b\" means \"slave hard drive on the primary IDE controller\",\n"
+" * \"b\" means \"slave hard drive on the primary IDE controller\";\n"
"\n"
-" * \"c\" means \"master hard drive on the secondary IDE controller\",\n"
+" * \"c\" means \"master hard drive on the secondary IDE controller\";\n"
"\n"
" * \"d\" means \"slave hard drive on the secondary IDE controller\".\n"
"\n"
@@ -2883,38 +3224,48 @@ msgstr ""
"Windows\n"
"( \"C:\")."
-#: ../../help.pm_.c:491
+#: ../../help.pm_.c:544
msgid "Please be patient. This operation can take several minutes."
msgstr " . ."
-#: ../../help.pm_.c:494
+#: ../../help.pm_.c:547
#, fuzzy
msgid ""
"DrakX now needs to know if you want to perform a default (\"Recommended\")\n"
-"installation or if you want to have greater control (\"Expert\"). You also\n"
-"have the choice of performing a new install or an upgrade of an existing\n"
-"Mandrake Linux system. Clicking \"Install\" will completely wipe out the\n"
-"old system. Select \"Upgrade\" if you are upgrading or repairing an\n"
-"existing system.\n"
-"\n"
-"Please choose \"Install\" if there are no previous version of Mandrake\n"
-"Linux installed or if you wish to boot between various operating systems.\n"
+"installation or if you want to have greater control (\"Expert\"). You can\n"
+"also choose to do a new install or an upgrade of an existing Mandrake Linux\n"
+"system:\n"
+"\n"
+" * \"Install\": completely wipes out the old system. In fact, depending on\n"
+"what currently holds your machine, you will be able to keep some old (Linux\n"
+"or other) partitions unchanged;\n"
+"\n"
+" * \"Upgrade\": this installation class allows to simply update the "
+"packages\n"
+"currently installed on your Mandrake Linux system. It keeps the current\n"
+"partitions of your hard drives as well as user configurations. All other\n"
+"configuration steps remain available with respect to plain installation;\n"
+"\n"
+" * \"Upgrade Packages Only\": this brand new class allows to upgrade an\n"
+"existing Mandrake Linux system while keeping all system configurations\n"
+"unchanged. Adding new packages to the current installation is also\n"
+"possible.\n"
"\n"
-"Please choose \"Update\" if you wish to update or repair an already\n"
-"installed version of Mandrake Linux.\n"
+"Upgrades should work fine for Mandrake Linux systems starting from \"8.1\"\n"
+"release.\n"
"\n"
-"Depending on your knowledge of GNU/Linux, please choose one of the\n"
-"following to install or update your Mandrake Linux operating system:\n"
+"Depending on your knowledge of GNU/Linux, select one of the following\n"
+"choices:\n"
"\n"
" * Recommended: choose this if you have never installed a GNU/Linux\n"
"operating system. The installation will be very easy and you will only be\n"
-"asked a few questions.\n"
+"asked a few questions;\n"
"\n"
" * Expert: if you have a good knowledge of GNU/Linux, you can choose this\n"
"installation class. The expert installation will allow you to perform a\n"
-"highly customized installation. Answering some of the questions can be\n"
-"difficult if you do not have a good knowledge of GNU/Linux so do not choose\n"
-"this unless you know what you are doing."
+"highly-customized installation. Answering some of the questions can be\n"
+"difficult if you do not have a good knowledge of GNU/Linux, so do not\n"
+"choose this unless you know what you are doing."
msgstr ""
" \"\" "
" Mandrake Linux\n"
@@ -2950,10 +3301,10 @@ msgstr ""
" .\n"
" ."
-#: ../../help.pm_.c:521
+#: ../../help.pm_.c:583
msgid ""
"Normally, DrakX selects the right keyboard for you (depending on the\n"
-"language you have chosen) and you will not even see this step. However, you\n"
+"language you have chosen) and you won't even see this step. However, you\n"
"might not have a keyboard that corresponds exactly to your language: for\n"
"example, if you are an English speaking Swiss person, you may still want\n"
"your keyboard to be a Swiss keyboard. Or if you speak English but are\n"
@@ -2965,7 +3316,7 @@ msgid ""
"supported keyboards."
msgstr ""
-#: ../../help.pm_.c:534
+#: ../../help.pm_.c:596
msgid ""
"Please choose your preferred language for installation and system usage.\n"
"\n"
@@ -2974,53 +3325,54 @@ msgid ""
"will install the language-specific files for system documentation and\n"
"applications. For example, if you will host users from Spain on your\n"
"machine, select English as the main language in the tree view and in the\n"
-"Advanced section click on the grey star corresponding to \"Spanish|Spain\".\n"
+"Advanced section click on the box corresponding to \"Spanish|Spain\".\n"
"\n"
"Note that multiple languages may be installed. Once you have selected any\n"
-"additional locales click the \"OK\" button to continue."
+"additional locales, click the \"OK\" button to continue."
msgstr ""
-#: ../../help.pm_.c:547
+#: ../../help.pm_.c:609
msgid ""
-"By default, DrakX assumes you have a two-button mouse and will set it up\n"
-"for third-button emulation. DrakX will automatically know whether it is a\n"
-"PS/2, serial or USB mouse.\n"
+"DrakX generally detects the number of buttons your mouse has. If not, it\n"
+"assumes you have a two-button mouse and will set it up for third-button\n"
+"emulation. DrakX will automatically know whether it is a PS/2, serial or\n"
+"USB mouse.\n"
"\n"
"If you wish to specify a different type of mouse select the appropriate\n"
-"type from the list provided.\n"
+"type from the provided list.\n"
"\n"
-"If you choose a mouse other than the default you will be presented with a\n"
-"mouse test screen. Use the buttons and wheel to verify that the settings\n"
-"are good. If the mouse is not working correctly press the space bar or\n"
-"RETURN to \"Cancel\" and choose again."
+"If you choose a mouse other than the default, a test screen will be\n"
+"displayed. Use the buttons and wheel to verify that the settings are\n"
+"correct. If the mouse is not working well, press the space bar or [Return]\n"
+"to \"Cancel\" and choose again."
msgstr ""
-#: ../../help.pm_.c:560
+#: ../../help.pm_.c:623
#, fuzzy
msgid ""
-"Please select the correct port. For example, the COM1 port under MS Windows\n"
-"is named ttyS0 under GNU/Linux."
+"Please select the correct port. For example, the \"COM1\" port under\n"
+"Windows is named \"ttyS0\" under GNU/Linux."
msgstr ""
" . ,\n"
" COM1 Windows ttyS0 GNU/Linux."
-#: ../../help.pm_.c:564
+#: ../../help.pm_.c:627
msgid ""
"This is the most crucial decision point for the security of your GNU/Linux\n"
"system: you have to enter the \"root\" password. \"root\" is the system\n"
"administrator and is the only one authorized to make updates, add users,\n"
"change the overall system configuration, and so on. In short, \"root\" can\n"
"do everything! That is why you must choose a password that is difficult to\n"
-"guess - DrakX will tell you if it is too easy. As you can see, you can\n"
-"choose not to enter a password, but we strongly advise you against this if\n"
-"only for one reason: do not think that because you booted GNU/Linux that\n"
-"your other operating systems are safe from mistakes. Since \"root\" can\n"
-"overcome all limitations and unintentionally erase all data on partitions\n"
-"by carelessly accessing the partitions themselves, it is important for it\n"
-"to be difficult to become \"root\".\n"
+"guess DrakX will tell you if it is too easy. As you can see, you can choose\n"
+"not to enter a password, but we strongly advise you against this if only\n"
+"for one reason: do not think that because you booted GNU/Linux that your\n"
+"other operating systems are safe from mistakes. Since \"root\" can overcome\n"
+"all limitations and unintentionally erase all data on partitions by\n"
+"carelessly accessing the partitions themselves, it is important for it to\n"
+"be difficult to become \"root\".\n"
"\n"
"The password should be a mixture of alphanumeric characters and at least 8\n"
-"characters long. Never write down the \"root\" password - it makes it too\n"
+"characters long. Never write down the \"root\" password it makes it too\n"
"easy to compromise a system.\n"
"\n"
"However, please do not make the password too long or complicated because\n"
@@ -3029,12 +3381,12 @@ msgid ""
"The password will not be displayed on screen as you type it in. Hence, you\n"
"will have to type the password twice to reduce the chance of a typing\n"
"error. If you do happen to make the same typing error twice, this\n"
-"\"incorrect\" password will have to be used the first time you connect.\n"
+"``incorrect'' password will have to be used the first time you connect.\n"
"\n"
-"In expert mode, you will be asked if you will be connecting to an\n"
+"In Expert mode, you will be asked if you will be connecting to an\n"
"authentication server, like NIS or LDAP.\n"
"\n"
-"If your network uses LDAP (or NIS) protocol for authentication, select\n"
+"If your network uses the LDAP (or NIS) protocol for authentication, select\n"
"\"LDAP\" (or \"NIS\") as authentication. If you do not know, ask your\n"
"network administrator.\n"
"\n"
@@ -3042,61 +3394,61 @@ msgid ""
"want to choose \"Local files\" for authentication."
msgstr ""
-#: ../../help.pm_.c:600
+#: ../../help.pm_.c:663
msgid ""
-"LILO and GRUB are boot loaders for GNU/Linux. This stage, normally, is\n"
-"totally automated. In fact, DrakX analyzes the disk boot sector and acts\n"
+"LILO and grub are GNU/Linux bootloaders. This stage, normally, is totally\n"
+"automated. In fact, DrakX analyzes the disk boot sector and acts\n"
"accordingly, depending on what it finds here:\n"
"\n"
-" * if Windows boot sector is found, it will replace it with a GRUB/LILO "
-"boot\n"
-"sector. Hence, you will be able to load either GNU/Linux or another OS;\n"
+" * if a Windows boot sector is found, it will replace it with a grub/LILO\n"
+"boot sector. Hence, you will be able to load either GNU/Linux or another\n"
+"OS;\n"
"\n"
-" * if a GRUB or LILO boot sector is found, it will replace it with a new\n"
-"one;\n"
+" * if a grub or LILO boot sector is found, it will replace it with a new\n"
+"one.\n"
"\n"
"If in doubt, DrakX will display a dialog with various options.\n"
"\n"
-" * \"Boot loader to use\": you have three choices:\n"
+" * \"Bootloader to use\": you have three choices:\n"
+"\n"
+" * \"GRUB\": if you prefer grub (text menu).\n"
"\n"
" * \"LILO with graphical menu\": if you prefer LILO with its graphical\n"
"interface.\n"
"\n"
-" * \"GRUB\": if you prefer GRUB (text menu).\n"
-"\n"
" * \"LILO with text menu\": if you prefer LILO with its text menu "
"interface.\n"
"\n"
" * \"Boot device\": in most cases, you will not change the default\n"
-"(\"/dev/hda\"), but if you prefer, the boot loader can be installed on the\n"
-"second hard drive (\"/dev/hdb\"), or even on a floppy disk (\"/dev/fd0\").\n"
+"(\"/dev/hda\"), but if you prefer, the bootloader can be installed on the\n"
+"second hard drive (\"/dev/hdb\"), or even on a floppy disk (\"/dev/fd0\");\n"
"\n"
" * \"Delay before booting the default image\": when rebooting the computer,\n"
-"this is the delay granted to the user to choose - in the boot loader menu,\n"
+"this is the delay granted to the user to choose in the bootloader menu,\n"
"another boot entry than the default one.\n"
"\n"
-"!! Beware that if you choose not to install a boot loader (by selecting\n"
+"!! Beware that if you choose not to install a bootloader (by selecting\n"
"\"Cancel\" here), you must ensure that you have a way to boot your Mandrake\n"
-"Linux system! Also be sure you know what you do before changing any of the\n"
+"Linux system! Also, be sure you know what you do before changing any of the\n"
"options. !!\n"
"\n"
"Clicking the \"Advanced\" button in this dialog will offer many advanced\n"
"options, which are reserved to the expert user.\n"
"\n"
-"Mandrake Linux installs its own boot loader, which will let you boot either\n"
-"GNU/Linux or any other operating systems which you have on your system.\n"
+"After you have configured the general bootloader parameters, the list of\n"
+"boot options which will be available at boot time will be displayed.\n"
"\n"
-"If there is another operating system installed on your machine, it will be\n"
-"automatically added to the boot menu. Here, you can choose to fine-tune the\n"
-"existing options. Double-clicking on an existing entry allows you to change\n"
-"its parameters or remove it; \"Add\" creates a new entry; and \"Done\" goes\n"
-"on to the next installation step."
+"If there is another operating system installed on your machine, it will\n"
+"automatically be added to the boot menu. Here, you can choose to fine-tune\n"
+"the existing options. Select an entry and click \"Modify\" to modify or\n"
+"remove it; \"Add\" creates a new entry; and \"Done\" goes on to the next\n"
+"installation step."
msgstr ""
-#: ../../help.pm_.c:647
+#: ../../help.pm_.c:711
#, fuzzy
msgid ""
-"LILO (the LInux LOader) and GRUB are boot loaders: they are able to boot\n"
+"LILO (the LInux LOader) and grub are bootloaders: they are able to boot\n"
"either GNU/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"
@@ -3120,7 +3472,7 @@ msgstr ""
" \n"
" !"
-#: ../../help.pm_.c:658
+#: ../../help.pm_.c:722
#, fuzzy
msgid ""
"You must indicate where you wish to place the information required to boot\n"
@@ -3137,65 +3489,65 @@ msgstr ""
" , \" \n"
" (MBR)\"."
-#: ../../help.pm_.c:665
+#: ../../help.pm_.c:729
msgid ""
-"Here we select a printing system for your computer to use. Other OSes may\n"
-"offer you one, but Mandrake offers three.\n"
+"Here, we select a printing system for your computer. Other OSs may offer\n"
+"you one, but Mandrake Linux offers three.\n"
"\n"
-" * \"pdq\" - which means ``print, don't queue'', is the choice if you have "
-"a\n"
+" * \"pdq\" which means ``print, don't queue'', is the choice if you have a\n"
"direct connection to your printer and you want to be able to panic out of\n"
-"printer jams, and you do not have any networked printers. It will handle\n"
-"only very simple network cases and is somewhat slow for networks. Pick\n"
-"\"pdq\" if this is your maiden voyage to GNU/Linux. You can change your\n"
-"choices after install by running PrinterDrake from the Mandrake Control\n"
-"Center and clicking the expert button.\n"
-"\n"
-" * \"CUPS\" - ``Common Unix Printing System'' is excellent at printing to\n"
-"your local printer and also halfway round the planet. It is simple and can\n"
-"act like a server or a client for the ancient \"lpd\" printing system, so\n"
-"it is compatible with the systems that went before. It can do many tricks,\n"
-"but the basic setup is almost as easy as \"pdq\". If you need this to\n"
-"emulate an \"lpd\" server, you must turn on the \"cups-lpd\" daemon. It has\n"
+"printer jams, and you do not have networked printers. It will handle only\n"
+"very simple network cases and is somewhat slow for networks. Pick \"pdq\"\n"
+"if this is your maiden voyage to GNU/Linux. You can change your choices\n"
+"after installation by running PrinterDrake from the Mandrake Control Center\n"
+"and clicking the expert button.\n"
+"\n"
+" * \"CUPS\"``Common Unix Printing System'', is excellent at printing to "
+"your\n"
+"local printer and also halfway-around the planet. It is simple and can act\n"
+"as a server or a client for the ancient \"lpd\" printing system. Hence, it\n"
+"is compatible with the systems that went before. It can do many tricks, but\n"
+"the basic setup is almost as easy as \"pdq\". If you need this to emulate\n"
+"an \"lpd\" server, you must turn on the \"cups-lpd\" daemon. It has\n"
"graphical front-ends for printing or choosing printer options.\n"
"\n"
-" * \"lprNG\" - ``line printer daemon New Generation''. This system can do\n"
+" * \"lprNG\"``line printer daemon New Generation''. This system can do\n"
"approximately the same things the others can do, but it will print to\n"
-"printers mounted on a Novell Network, because it supports IPX protocol, and\n"
-"it can print directly to shell commands. If you have need of Novell or\n"
+"printers mounted on a Novell Network, because it supports the IPX protocol,\n"
+"and it can print directly to shell commands. If you have need of Novell or\n"
"printing to commands without using a separate pipe construct, use lprNG.\n"
"Otherwise, CUPS is preferable as it is simpler and better at working over\n"
"networks."
msgstr ""
-#: ../../help.pm_.c:693
+#: ../../help.pm_.c:757
#, fuzzy
msgid ""
-"DrakX is now detecting any IDE devices present in your computer. It will\n"
-"also scan for one or more PCI SCSI card(s) on your system. If a SCSI card\n"
-"is found DrakX will automatically install the appropriate driver.\n"
+"DrakX now detects any IDE device present in your computer. It will also\n"
+"scan for one or more PCI SCSI card(s) on your system. If a SCSI card is\n"
+"found, DrakX will automatically install the appropriate driver.\n"
"\n"
-"Because hardware detection will sometimes not detect a piece of hardware\n"
+"Because hardware detection does not always detect a piece of hardware,\n"
"DrakX will ask you to confirm if a PCI SCSI card is present. Click \"Yes\"\n"
"if you know that there is a SCSI card installed in your machine. You will\n"
"be presented a list of SCSI cards to choose from. Click \"No\" if you have\n"
-"no SCSI hardware. If you are unsure you can check the list of hardware\n"
+"no SCSI hardware. If you are unsure, you can check the list of hardware\n"
"detected in your machine by selecting \"See hardware info\" and clicking\n"
"\"OK\". Examine the list of hardware and then click on the \"OK\" button to\n"
"return to the SCSI interface question.\n"
"\n"
"If you have to manually specify your adapter, DrakX will ask if you want to\n"
"specify options for it. You should allow DrakX to probe the hardware for\n"
-"the card-specific options that the hardware needs to initialize. This\n"
+"the card-specific options which the hardware needs to initialize. This\n"
"usually works well.\n"
"\n"
-"If DrakX is not able to probe for the options that need to be passed, you\n"
-"will need to manually provide options to the driver. Please review the\n"
-"``User Guide'' (chapter 3, section \"Collecting information on your\n"
-"hardware\") for hints on retrieving the parameters required from hardware\n"
-"documentation, from the manufacturer's web site (if you have Internet\n"
-"access) or from Microsoft Windows (if you used this hardware with Windows\n"
-"on your system)."
+"If DrakX is not able to probe for the options which need to be passed, you\n"
+"will need to provide options to the driver manually. Please review the\n"
+"``User Guide'' (chapter 3, in the ``Collecting Information on Your\n"
+"Hardware'' section) for hints on retrieving the parameters required from\n"
+"hardware documentation, from the manufacturer's web site (if you have\n"
+"Internet access) or from MicrosoftWindows (if you used this hardware with\n"
+"Windows on your system)."
msgstr ""
" DrakX SCSI PCI.\n"
" DrakX "
@@ -3225,24 +3577,25 @@ msgstr ""
" ( "
"Internet)."
-#: ../../help.pm_.c:720
+#: ../../help.pm_.c:784
#, fuzzy
msgid ""
"You can add additional entries for yaboot, either for other operating\n"
"systems, alternate kernels, or for an emergency boot image.\n"
"\n"
-"For other OS's, the entry consists only of a label and the root partition.\n"
+"For other OSs, the entry consists only of a label and the \"root\"\n"
+"partition.\n"
"\n"
"For Linux, there are a few possible options:\n"
"\n"
" * Label: this is simply the name you will have to type at the yaboot "
"prompt\n"
-"to select this boot option.\n"
+"to select this boot option;\n"
"\n"
" * Image: this would be the name of the kernel to boot. Typically, vmlinux\n"
-"or a variation of vmlinux with an extension.\n"
+"or a variation of vmlinux with an extension;\n"
"\n"
-" * Root: the \"root\" device or \"/\" for your Linux installation.\n"
+" * Root: the \"root\" device or ``/'' for your Linux installation;\n"
"\n"
" * Append: on Apple hardware, the kernel append option is used quite often\n"
"to assist in initializing video hardware, or to enable keyboard mouse\n"
@@ -3256,22 +3609,22 @@ msgid ""
"\n"
" * Initrd: this option can be used either to load initial modules, before\n"
"the boot device is available, or to load a ramdisk image for an emergency\n"
-"boot situation.\n"
+"boot situation;\n"
"\n"
" * Initrd-size: the default ramdisk size is generally 4,096 bytes. If you\n"
-"need to allocate a large ramdisk, this option can be used.\n"
+"need to allocate a large ramdisk, this option can be used;\n"
"\n"
" * Read-write: normally the \"root\" partition is initially brought up in\n"
-"read-only, to allow a file system check before the system becomes \"live\".\n"
-"Here, you can override this option.\n"
+"read-only, to allow a file system check before the system becomes ``live''.\n"
+"Here, you can override this option;\n"
"\n"
" * NoVideo: should the Apple video hardware prove to be exceptionally\n"
-"problematic, you can select this option to boot in \"novideo\" mode, with\n"
-"native frame buffer support.\n"
+"problematic, you can select this option to boot in ``novideo'' mode, with\n"
+"native frame buffer support;\n"
"\n"
" * Default: selects this entry as being the default Linux selection,\n"
"selectable by just pressing ENTER at the yaboot prompt. This entry will\n"
-"also be highlighted with a \"*\", if you press [Tab] to see the boot\n"
+"also be highlighted with a ``*'', if you press [Tab] to see the boot\n"
"selections."
msgstr ""
"You can add additional entries for yaboot, either for other operating "
@@ -3344,39 +3697,37 @@ msgstr ""
"with a '*', if you\n"
"press TAB to see the boot selections."
-#: ../../help.pm_.c:765
+#: ../../help.pm_.c:830
#, fuzzy
msgid ""
-"Yaboot is a boot loader for NewWorld MacIntosh hardware. It is able to boot\n"
+"Yaboot is a bootloader for NewWorld MacIntosh hardware. It is able to boot\n"
"either GNU/Linux, MacOS or MacOSX if present on your computer. Normally,\n"
"these other operating systems are correctly detected and installed. If this\n"
-"is not the case, you can add an entry by hand in this screen. Be careful as\n"
-"to choose the correct parameters.\n"
+"is not the case, you can add an entry by hand in this screen. Be careful to\n"
+"choose the correct parameters.\n"
"\n"
"Yaboot's main options are:\n"
"\n"
-" * Init Message: a simple text message that is displayed before the boot\n"
-"prompt.\n"
+" * Init Message: a simple text message displayed before the boot prompt;\n"
"\n"
-" * Boot Device: indicate where you want to place the information required "
-"to\n"
-"boot to GNU/Linux. Generally, you setup a bootstrap partition earlier to\n"
-"hold this information.\n"
+" * Boot Device: indicates where you want to place the information required\n"
+"to boot to GNU/Linux. Generally, you set up a bootstrap partition earlier\n"
+"to hold this information;\n"
"\n"
" * Open Firmware Delay: unlike LILO, there are two delays available with\n"
"yaboot. The first delay is measured in seconds and at this point, you can\n"
-"choose between CD, OF boot, MacOS or Linux.\n"
+"choose between CD, OF boot, MacOS or Linux;\n"
"\n"
" * Kernel Boot Timeout: this timeout is similar to the LILO boot delay.\n"
"After selecting Linux, you will have this delay in 0.1 second before your\n"
-"default kernel description is selected.\n"
+"default kernel description is selected;\n"
"\n"
-" * Enable CD Boot?: checking this option allows you to choose \"C\" for CD\n"
-"at the first boot prompt.\n"
+" * Enable CD Boot?: checking this option allows you to choose ``C'' for CD\n"
+"at the first boot prompt;\n"
"\n"
-" * Enable OF Boot?: checking this option allows you to choose \"N\" for "
+" * Enable OF Boot?: checking this option allows you to choose ``N'' for "
"Open\n"
-"Firmware at the first boot prompt.\n"
+"Firmware at the first boot prompt;\n"
"\n"
" * Default OS: you can select which OS will boot by default when the Open\n"
"Firmware Delay expires."
@@ -3428,50 +3779,50 @@ msgstr ""
"Firmware \n"
"Delay expires."
-#: ../../help.pm_.c:798
+#: ../../help.pm_.c:862
msgid ""
"Here are presented various parameters concerning your machine. Depending on\n"
-"your installed hardware, you may - or not, see the following entries:\n"
+"your installed hardware, you may or not, see the following entries:\n"
"\n"
-" * \"Mouse\": mouse check the current mouse configuration and click on the\n"
-"button to change it if necessary.\n"
+" * \"Mouse\": check the current mouse configuration and click on the button\n"
+"to change it if necessary;\n"
"\n"
-" * \"Keyboard\": keyboard check the current keyboard map configuration and\n"
-"click on the button to change that if necessary.\n"
+" * \"Keyboard\": check the current keyboard map configuration and click on\n"
+"the button to change that if necessary;\n"
"\n"
-" * \"Timezone\": time zoneDrakX, by default, guesses your time zone from "
-"the\n"
-"language you have chosen. But here again, as for the choice of a keyboard,\n"
-"you may not be in the country for which the chosen language should\n"
-"correspond. Hence, you may need to click on the \"Timezone\" button in\n"
-"order to configure the clock according to the time zone you are in.\n"
+" * \"Timezone\": DrakX, by default, guesses your time zone from the "
+"language\n"
+"you have chosen. But here again, as for the choice of a keyboard, you may\n"
+"not be in the country for which the chosen language should correspond.\n"
+"Hence, you may need to click on the \"Timezone\" button in order to\n"
+"configure the clock according to the time zone you are in;\n"
"\n"
" * \"Printer\": clicking on the \"No Printer\" button will open the printer\n"
-"configuration wizard.\n"
+"configuration wizard;\n"
"\n"
" * \"Sound card\": if a sound card is detected on your system, it is\n"
-"displayed here. No modification possible at installation time.\n"
+"displayed here. No modification possible at installation time;\n"
"\n"
" * \"TV card\": if a TV card is detected on your system, it is displayed\n"
-"here. No modification possible at installation time.\n"
+"here. No modification possible at installation time;\n"
"\n"
" * \"ISDN card\": if an ISDN card is detected on your system, it is\n"
"displayed here. You can click on the button to change the parameters\n"
-"associated to it."
+"associated with it."
msgstr ""
-#: ../../help.pm_.c:827
+#: ../../help.pm_.c:891
#, fuzzy
msgid ""
-"Choose the hard drive you want to erase to install your new Mandrake Linux\n"
-"partition. Be careful, all data present on it will be lost and will not be\n"
-"recoverable!"
+"Choose the hard drive you want to erase in order to install your new\n"
+"Mandrake Linux partition. Be careful, all data present on it will be lost\n"
+"and will not be recoverable!"
msgstr ""
" \n"
" Mandrake Linux. : \n"
" ."
-#: ../../help.pm_.c:832
+#: ../../help.pm_.c:896
#, fuzzy
msgid ""
"Click on \"OK\" if you want to delete all data and partitions present on\n"
@@ -3491,13 +3842,20 @@ msgstr ""
" \"\" \n"
" ."
-#: ../../install2.pm_.c:114
+#: ../../install2.pm_.c:113
#, c-format
msgid ""
-"Can't access kernel modules corresponding to your kernel (file %s is missing)"
+"Can't access kernel modules corresponding to your kernel (file %s is "
+"missing), this generally means your boot floppy in not in sync with the "
+"Installation medium (please create a newer boot floppy)"
msgstr ""
-#: ../../install_any.pm_.c:421
+#: ../../install2.pm_.c:169
+#, c-format
+msgid "You must also format %s"
+msgstr ""
+
+#: ../../install_any.pm_.c:411
#, c-format
msgid ""
"You have selected the following server(s): %s\n"
@@ -3523,7 +3881,7 @@ msgstr ""
"\n"
" ;\n"
-#: ../../install_any.pm_.c:457
+#: ../../install_any.pm_.c:447
msgid "Can't use broadcast with no NIS domain"
msgstr " broadcast NIS domain"
@@ -3544,20 +3902,11 @@ msgstr ""
" , "
" ``linux defcfg=floppy''"
-#: ../../install_any.pm_.c:831 ../../partition_table.pm_.c:737
+#: ../../install_any.pm_.c:831 ../../partition_table.pm_.c:763
#, c-format
msgid "Error reading file %s"
msgstr " %s"
-#: ../../install_gtk.pm_.c:84 ../../install_steps_gtk.pm_.c:325
-#: ../../interactive.pm_.c:107 ../../interactive.pm_.c:122
-#: ../../interactive.pm_.c:286 ../../interactive.pm_.c:308
-#: ../../interactive_http.pm_.c:104 ../../interactive_newt.pm_.c:170
-#: ../../interactive_stdio.pm_.c:27 ../../my_gtk.pm_.c:415
-#: ../../my_gtk.pm_.c:716 ../../my_gtk.pm_.c:738
-msgid "Ok"
-msgstr ""
-
#: ../../install_interactive.pm_.c:23
#, c-format
msgid ""
@@ -3568,7 +3917,7 @@ msgstr ""
".\n"
" : %s"
-#: ../../install_interactive.pm_.c:44
+#: ../../install_interactive.pm_.c:58
msgid ""
"You must have a root partition.\n"
"For this, create a partition (or click on an existing one).\n"
@@ -3578,11 +3927,11 @@ msgstr ""
"o .\n"
" `/'"
-#: ../../install_interactive.pm_.c:49 ../../install_steps_graphical.pm_.c:259
+#: ../../install_interactive.pm_.c:63
msgid "You must have a swap partition"
msgstr " swap"
-#: ../../install_interactive.pm_.c:50 ../../install_steps_graphical.pm_.c:261
+#: ../../install_interactive.pm_.c:64
msgid ""
"You don't have a swap partition\n"
"\n"
@@ -3592,59 +3941,59 @@ msgstr ""
"\n"
" ;"
-#: ../../install_interactive.pm_.c:53 ../../install_steps.pm_.c:165
+#: ../../install_interactive.pm_.c:67 ../../install_steps.pm_.c:163
msgid "You must have a FAT partition mounted in /boot/efi"
msgstr " FAT mounted /boot/efi"
-#: ../../install_interactive.pm_.c:76
+#: ../../install_interactive.pm_.c:90
msgid "Use free space"
msgstr " "
-#: ../../install_interactive.pm_.c:78
+#: ../../install_interactive.pm_.c:92
msgid "Not enough free space to allocate new partitions"
msgstr " "
-#: ../../install_interactive.pm_.c:86
+#: ../../install_interactive.pm_.c:100
msgid "Use existing partition"
msgstr " "
-#: ../../install_interactive.pm_.c:88
+#: ../../install_interactive.pm_.c:102
msgid "There is no existing partition to use"
msgstr " "
-#: ../../install_interactive.pm_.c:95
+#: ../../install_interactive.pm_.c:109
msgid "Use the Windows partition for loopback"
msgstr " Windows loopback"
-#: ../../install_interactive.pm_.c:98
+#: ../../install_interactive.pm_.c:112
msgid "Which partition do you want to use for Linux4Win?"
msgstr " Linux4Win;"
-#: ../../install_interactive.pm_.c:100
+#: ../../install_interactive.pm_.c:114
msgid "Choose the sizes"
msgstr " "
-#: ../../install_interactive.pm_.c:101
+#: ../../install_interactive.pm_.c:115
msgid "Root partition size in MB: "
msgstr " MB:"
-#: ../../install_interactive.pm_.c:102
+#: ../../install_interactive.pm_.c:116
msgid "Swap partition size in MB: "
msgstr " swap MB"
-#: ../../install_interactive.pm_.c:111
+#: ../../install_interactive.pm_.c:125
msgid "Use the free space on the Windows partition"
msgstr " Windows"
-#: ../../install_interactive.pm_.c:114
+#: ../../install_interactive.pm_.c:128
msgid "Which partition do you want to resize?"
msgstr " ;"
-#: ../../install_interactive.pm_.c:116
+#: ../../install_interactive.pm_.c:130
msgid "Computing Windows filesystem bounds"
msgstr " Windows"
-#: ../../install_interactive.pm_.c:119
+#: ../../install_interactive.pm_.c:133
#, c-format
msgid ""
"The FAT resizer is unable to handle your partition, \n"
@@ -3653,20 +4002,22 @@ msgstr ""
" FAT, \n"
" : %s"
-#: ../../install_interactive.pm_.c:122
+#: ../../install_interactive.pm_.c:136
msgid "Your Windows partition is too fragmented, please run ``defrag'' first"
msgstr ""
" Windows , "
" ``defrag'' "
-#: ../../install_interactive.pm_.c:123
+#: ../../install_interactive.pm_.c:137
+#, fuzzy
msgid ""
"WARNING!\n"
"\n"
-"DrakX will now resize your Windows partition. Be careful: this operation is\n"
-"dangerous. If you have not already done so, you should first exit the\n"
-"installation, run scandisk under Windows (and optionally run defrag), then\n"
-"restart the installation. You should also backup your data.\n"
+"DrakX will now resize your Windows partition. Be careful:\n"
+"this operation is dangerous. If you have not already done\n"
+"so, you should first exit the installation, run scandisk\n"
+"under Windows (and optionally run defrag), then restart the\n"
+"installation. You should also backup your data.\n"
"When sure, press Ok."
msgstr ""
"!\n"
@@ -3678,21 +4029,21 @@ msgstr ""
" .\n"
" , Ok."
-#: ../../install_interactive.pm_.c:132
+#: ../../install_interactive.pm_.c:147
msgid "Which size do you want to keep for windows on"
msgstr " windows "
-#: ../../install_interactive.pm_.c:133
+#: ../../install_interactive.pm_.c:148
#, c-format
msgid "partition %s"
msgstr " %s"
-#: ../../install_interactive.pm_.c:139
+#: ../../install_interactive.pm_.c:155
#, c-format
msgid "FAT resizing failed: %s"
msgstr " FAT : %s"
-#: ../../install_interactive.pm_.c:154
+#: ../../install_interactive.pm_.c:170
msgid ""
"There is no FAT partitions to resize or to use as loopback (or not enough "
"space left)"
@@ -3700,35 +4051,35 @@ msgstr ""
" FAT loopback ( "
" )"
-#: ../../install_interactive.pm_.c:160
+#: ../../install_interactive.pm_.c:176
msgid "Erase entire disk"
msgstr " "
-#: ../../install_interactive.pm_.c:160
+#: ../../install_interactive.pm_.c:176
msgid "Remove Windows(TM)"
msgstr " Windows(TM)"
-#: ../../install_interactive.pm_.c:163
+#: ../../install_interactive.pm_.c:179
msgid "You have more than one hard drive, which one do you install linux on?"
msgstr ""
" , "
"Linux;"
-#: ../../install_interactive.pm_.c:166
+#: ../../install_interactive.pm_.c:182
#, c-format
msgid "ALL existing partitions and their data will be lost on drive %s"
msgstr ""
" %s "
-#: ../../install_interactive.pm_.c:174
+#: ../../install_interactive.pm_.c:190
msgid "Custom disk partitioning"
msgstr " "
-#: ../../install_interactive.pm_.c:178
+#: ../../install_interactive.pm_.c:194
msgid "Use fdisk"
msgstr " fdisk"
-#: ../../install_interactive.pm_.c:181
+#: ../../install_interactive.pm_.c:197
#, c-format
msgid ""
"You can now partition %s.\n"
@@ -3737,32 +4088,32 @@ msgstr ""
" %s\n"
" , `w'"
-#: ../../install_interactive.pm_.c:210
+#: ../../install_interactive.pm_.c:226
msgid "You don't have enough free space on your Windows partition"
msgstr " Windows"
-#: ../../install_interactive.pm_.c:226
+#: ../../install_interactive.pm_.c:242
msgid "I can't find any room for installing"
msgstr " "
-#: ../../install_interactive.pm_.c:230
+#: ../../install_interactive.pm_.c:246
msgid "The DrakX Partitioning wizard found the following solutions:"
msgstr " DrakX :"
-#: ../../install_interactive.pm_.c:235
+#: ../../install_interactive.pm_.c:251
#, c-format
msgid "Partitioning failed: %s"
msgstr " : %s"
-#: ../../install_interactive.pm_.c:241
+#: ../../install_interactive.pm_.c:261
msgid "Bringing up the network"
msgstr " "
-#: ../../install_interactive.pm_.c:246
+#: ../../install_interactive.pm_.c:266
msgid "Bringing down the network"
msgstr " ."
-#: ../../install_steps.pm_.c:73
+#: ../../install_steps.pm_.c:76
msgid ""
"An error occurred, but I don't know how to handle it nicely.\n"
"Continue at your own risk."
@@ -3771,12 +4122,12 @@ msgstr ""
" ( "
"Internet). ."
-#: ../../install_steps.pm_.c:207
+#: ../../install_steps.pm_.c:205
#, c-format
msgid "Duplicate mount point %s"
msgstr " %s"
-#: ../../install_steps.pm_.c:384
+#: ../../install_steps.pm_.c:388
msgid ""
"Some important packages didn't get installed properly.\n"
"Either your cdrom drive or your cdrom is defective.\n"
@@ -3788,93 +4139,21 @@ msgstr ""
" CD-ROM \"rpm -qpl "
"Mandrake/RPMS/*.rpm\"\n"
-#: ../../install_steps.pm_.c:459
+#: ../../install_steps.pm_.c:458
#, c-format
msgid "Welcome to %s"
msgstr " %s"
-#: ../../install_steps.pm_.c:506 ../../install_steps.pm_.c:709
+#: ../../install_steps.pm_.c:513 ../../install_steps.pm_.c:755
msgid "No floppy drive available"
msgstr " "
-#: ../../install_steps_auto_install.pm_.c:77
-#: ../../install_steps_stdio.pm_.c:23
+#: ../../install_steps_auto_install.pm_.c:76
+#: ../../install_steps_stdio.pm_.c:22
#, c-format
msgid "Entering step `%s'\n"
msgstr " `%s'\n"
-#: ../../install_steps_graphical.pm_.c:287
-msgid "Choose the size you want to install"
-msgstr " "
-
-#: ../../install_steps_graphical.pm_.c:334
-msgid "Total size: "
-msgstr " : "
-
-#: ../../install_steps_graphical.pm_.c:346 ../../install_steps_gtk.pm_.c:387
-#, c-format
-msgid "Version: %s\n"
-msgstr ": %s\n"
-
-#: ../../install_steps_graphical.pm_.c:347 ../../install_steps_gtk.pm_.c:388
-#, c-format
-msgid "Size: %d KB\n"
-msgstr ": %d KB\n"
-
-#: ../../install_steps_graphical.pm_.c:462 ../../install_steps_gtk.pm_.c:481
-#: ../../install_steps_interactive.pm_.c:509
-msgid "Choose the packages you want to install"
-msgstr " "
-
-#: ../../install_steps_graphical.pm_.c:465 ../../interactive_gtk.pm_.c:571
-msgid "Info"
-msgstr ""
-
-#: ../../install_steps_graphical.pm_.c:473 ../../install_steps_gtk.pm_.c:457
-#: ../../install_steps_interactive.pm_.c:212
-msgid "Install"
-msgstr ""
-
-#: ../../install_steps_graphical.pm_.c:492 ../../install_steps_gtk.pm_.c:497
-#: ../../install_steps_interactive.pm_.c:695
-msgid "Installing"
-msgstr ""
-
-#: ../../install_steps_graphical.pm_.c:499
-msgid "Please wait, "
-msgstr " , "
-
-#: ../../install_steps_graphical.pm_.c:501 ../../install_steps_gtk.pm_.c:510
-msgid "Time remaining "
-msgstr " "
-
-#: ../../install_steps_graphical.pm_.c:502
-msgid "Total time "
-msgstr " "
-
-#: ../../install_steps_graphical.pm_.c:507
-#: ../../install_steps_interactive.pm_.c:695
-msgid "Preparing installation"
-msgstr " "
-
-#: ../../install_steps_graphical.pm_.c:528 ../../install_steps_gtk.pm_.c:558
-#, c-format
-msgid "Installing package %s"
-msgstr " %s"
-
-#: ../../install_steps_graphical.pm_.c:553 ../../install_steps_gtk.pm_.c:642
-#: ../../install_steps_gtk.pm_.c:646
-msgid "Go on anyway?"
-msgstr " ;"
-
-#: ../../install_steps_graphical.pm_.c:553 ../../install_steps_gtk.pm_.c:642
-msgid "There was an error ordering packages:"
-msgstr " :"
-
-#: ../../install_steps_graphical.pm_.c:577
-msgid "Use existing configuration for X11?"
-msgstr " 11;"
-
#: ../../install_steps_gtk.pm_.c:148
msgid ""
"Your system is low on resource. You may have some problem installing\n"
@@ -3888,12 +4167,13 @@ msgstr ""
" .\n"
" F1 CDROM, `text'."
-#: ../../install_steps_gtk.pm_.c:159 ../../install_steps_interactive.pm_.c:187
+#: ../../install_steps_gtk.pm_.c:159 ../../install_steps_interactive.pm_.c:224
msgid "Install Class"
msgstr " "
#: ../../install_steps_gtk.pm_.c:162
-msgid "Please, choose one of the following classes of installation:"
+#, fuzzy
+msgid "Please choose one of the following classes of installation:"
msgstr " "
#: ../../install_steps_gtk.pm_.c:228
@@ -3942,60 +4222,70 @@ msgstr " ."
msgid "Percentage of packages to install"
msgstr " "
-#: ../../install_steps_gtk.pm_.c:291 ../../install_steps_interactive.pm_.c:619
+#: ../../install_steps_gtk.pm_.c:291 ../../install_steps_interactive.pm_.c:705
msgid "Package Group Selection"
msgstr " "
-#: ../../install_steps_gtk.pm_.c:320 ../../install_steps_interactive.pm_.c:634
+#: ../../install_steps_gtk.pm_.c:323 ../../install_steps_interactive.pm_.c:720
msgid "Individual package selection"
msgstr " "
-#: ../../install_steps_gtk.pm_.c:343 ../../install_steps_interactive.pm_.c:598
+#: ../../install_steps_gtk.pm_.c:346 ../../install_steps_interactive.pm_.c:645
#, c-format
msgid "Total size: %d / %d MB"
msgstr " : %d / %d MB"
-#: ../../install_steps_gtk.pm_.c:385
+#: ../../install_steps_gtk.pm_.c:391
msgid "Bad package"
msgstr " "
-#: ../../install_steps_gtk.pm_.c:386
+#: ../../install_steps_gtk.pm_.c:392
#, c-format
msgid "Name: %s\n"
msgstr ": %s\n"
-#: ../../install_steps_gtk.pm_.c:389
+#: ../../install_steps_gtk.pm_.c:393
+#, c-format
+msgid "Version: %s\n"
+msgstr ": %s\n"
+
+#: ../../install_steps_gtk.pm_.c:394
+#, c-format
+msgid "Size: %d KB\n"
+msgstr ": %d KB\n"
+
+#: ../../install_steps_gtk.pm_.c:395
#, c-format
msgid "Importance: %s\n"
msgstr ": %s\n"
-#: ../../install_steps_gtk.pm_.c:411
+#: ../../install_steps_gtk.pm_.c:417
msgid ""
"You can't select this package as there is not enough space left to install it"
msgstr ""
" "
-#: ../../install_steps_gtk.pm_.c:416
+#: ../../install_steps_gtk.pm_.c:422
msgid "The following packages are going to be installed"
msgstr " "
-#: ../../install_steps_gtk.pm_.c:417
+#: ../../install_steps_gtk.pm_.c:423
msgid "The following packages are going to be removed"
msgstr " "
-#: ../../install_steps_gtk.pm_.c:429
+#: ../../install_steps_gtk.pm_.c:435
msgid "You can't select/unselect this package"
msgstr " / "
-#: ../../install_steps_gtk.pm_.c:441
+#: ../../install_steps_gtk.pm_.c:447
msgid "This is a mandatory package, it can't be unselected"
msgstr " , "
-#: ../../install_steps_gtk.pm_.c:443
+#: ../../install_steps_gtk.pm_.c:449
msgid "You can't unselect this package. It is already installed"
msgstr " . "
-#: ../../install_steps_gtk.pm_.c:447
+#: ../../install_steps_gtk.pm_.c:453
msgid ""
"This package must be upgraded\n"
"Are you sure you want to deselect it?"
@@ -4003,40 +4293,101 @@ msgstr ""
" \n"
" ;"
-#: ../../install_steps_gtk.pm_.c:451
+#: ../../install_steps_gtk.pm_.c:457
msgid "You can't unselect this package. It must be upgraded"
msgstr " . "
-#: ../../install_steps_gtk.pm_.c:456
+#: ../../install_steps_gtk.pm_.c:462
msgid "Show automatically selected packages"
msgstr " "
-#: ../../install_steps_gtk.pm_.c:460
+#: ../../install_steps_gtk.pm_.c:463 ../../install_steps_interactive.pm_.c:246
+#: ../../install_steps_interactive.pm_.c:250
+msgid "Install"
+msgstr ""
+
+#: ../../install_steps_gtk.pm_.c:466
msgid "Load/Save on floppy"
msgstr "/ "
-#: ../../install_steps_gtk.pm_.c:461
+#: ../../install_steps_gtk.pm_.c:467
msgid "Updating package selection"
msgstr " "
-#: ../../install_steps_gtk.pm_.c:466
+#: ../../install_steps_gtk.pm_.c:472
msgid "Minimal install"
msgstr " "
-#: ../../install_steps_gtk.pm_.c:503
+#: ../../install_steps_gtk.pm_.c:487 ../../install_steps_interactive.pm_.c:555
+msgid "Choose the packages you want to install"
+msgstr " "
+
+#: ../../install_steps_gtk.pm_.c:503 ../../install_steps_interactive.pm_.c:787
+msgid "Installing"
+msgstr ""
+
+#: ../../install_steps_gtk.pm_.c:509
msgid "Estimating"
msgstr ""
-#: ../../install_steps_gtk.pm_.c:522
+#: ../../install_steps_gtk.pm_.c:516
+msgid "Time remaining "
+msgstr " "
+
+#: ../../install_steps_gtk.pm_.c:528
msgid "Please wait, preparing installation"
msgstr " , "
-#: ../../install_steps_gtk.pm_.c:553
+#: ../../install_steps_gtk.pm_.c:611
#, c-format
msgid "%d packages"
msgstr "%d "
-#: ../../install_steps_gtk.pm_.c:599
+#: ../../install_steps_gtk.pm_.c:616
+#, c-format
+msgid "Installing package %s"
+msgstr " %s"
+
+#: ../../install_steps_gtk.pm_.c:657 ../../install_steps_interactive.pm_.c:185
+#: ../../install_steps_interactive.pm_.c:811
+#: ../../standalone/drakautoinst_.c:203
+msgid "Accept"
+msgstr ""
+
+#: ../../install_steps_gtk.pm_.c:657 ../../install_steps_interactive.pm_.c:185
+#: ../../install_steps_interactive.pm_.c:811
+msgid "Refuse"
+msgstr ""
+
+#: ../../install_steps_gtk.pm_.c:658 ../../install_steps_interactive.pm_.c:812
+#, 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 ""
+" Cd-Rom!\n"
+"\n"
+" Cd-Rom \"%s\" .\n"
+" , CdRom."
+
+#: ../../install_steps_gtk.pm_.c:672 ../../install_steps_gtk.pm_.c:676
+#: ../../install_steps_interactive.pm_.c:824
+#: ../../install_steps_interactive.pm_.c:828
+msgid "Go on anyway?"
+msgstr " ;"
+
+#: ../../install_steps_gtk.pm_.c:672 ../../install_steps_interactive.pm_.c:824
+msgid "There was an error ordering packages:"
+msgstr " :"
+
+#: ../../install_steps_gtk.pm_.c:676 ../../install_steps_interactive.pm_.c:828
+msgid "There was an error installing packages:"
+msgstr " :"
+
+#: ../../install_steps_interactive.pm_.c:10
msgid ""
"\n"
"Warning\n"
@@ -4097,41 +4448,20 @@ msgstr ""
"respective authors and are protected by intellectual property and \n"
"copyright laws applicable to software programs.\n"
-#: ../../install_steps_gtk.pm_.c:627 ../../install_steps_interactive.pm_.c:148
-msgid "Accept"
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:627 ../../install_steps_interactive.pm_.c:148
-msgid "Refuse"
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:628
-#, 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 ""
-" Cd-Rom!\n"
-"\n"
-" Cd-Rom \"%s\" .\n"
-" , CdRom."
-
-#: ../../install_steps_gtk.pm_.c:646
-msgid "There was an error installing packages:"
-msgstr " :"
-
-#: ../../install_steps_interactive.pm_.c:37
+#: ../../install_steps_interactive.pm_.c:67
msgid "An error occurred"
msgstr " "
-#: ../../install_steps_interactive.pm_.c:71
+#: ../../install_steps_interactive.pm_.c:85
+#, fuzzy
+msgid "Do you really want to leave the installation?"
+msgstr " ;"
+
+#: ../../install_steps_interactive.pm_.c:108
msgid "License agreement"
msgstr " "
-#: ../../install_steps_interactive.pm_.c:72
+#: ../../install_steps_interactive.pm_.c:109
msgid ""
"Introduction\n"
"\n"
@@ -4369,100 +4699,109 @@ msgstr ""
"Paris - France.\n"
"For any question on this document, please contact MandrakeSoft S.A. \n"
-#: ../../install_steps_interactive.pm_.c:168
-#: ../../install_steps_interactive.pm_.c:871
+#: ../../install_steps_interactive.pm_.c:205
+#: ../../install_steps_interactive.pm_.c:1045
#: ../../standalone/keyboarddrake_.c:28
msgid "Keyboard"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:169
-#: ../../standalone/keyboarddrake_.c:29
-msgid "Please, choose your keyboard layout."
+#: ../../install_steps_interactive.pm_.c:206
+#, fuzzy
+msgid "Please choose your keyboard layout."
msgstr " ."
-#: ../../install_steps_interactive.pm_.c:170
+#: ../../install_steps_interactive.pm_.c:207
msgid "Here is the full list of keyboards available"
msgstr " "
-#: ../../install_steps_interactive.pm_.c:187
+#: ../../install_steps_interactive.pm_.c:224
msgid "Which installation class do you want?"
msgstr " ;"
-#: ../../install_steps_interactive.pm_.c:189
+#: ../../install_steps_interactive.pm_.c:226
msgid "Install/Update"
msgstr "/"
-#: ../../install_steps_interactive.pm_.c:189
+#: ../../install_steps_interactive.pm_.c:226
msgid "Is this an install or an update?"
msgstr " ;"
-#: ../../install_steps_interactive.pm_.c:198
+#: ../../install_steps_interactive.pm_.c:235
msgid "Recommended"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:201
-#: ../../install_steps_interactive.pm_.c:204
+#: ../../install_steps_interactive.pm_.c:238
+#: ../../install_steps_interactive.pm_.c:241
msgid "Expert"
msgstr " "
-#: ../../install_steps_interactive.pm_.c:212
-msgid "Update"
+#: ../../install_steps_interactive.pm_.c:246
+#: ../../install_steps_interactive.pm_.c:250
+#, fuzzy
+msgid "Upgrade"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:224 ../../standalone/mousedrake_.c:48
-msgid "Please, choose the type of your mouse."
+#: ../../install_steps_interactive.pm_.c:246
+#: ../../install_steps_interactive.pm_.c:250
+#, fuzzy
+msgid "Upgrade packages only"
+msgstr " "
+
+#: ../../install_steps_interactive.pm_.c:266
+#, fuzzy
+msgid "Please choose the type of your mouse."
msgstr " ."
-#: ../../install_steps_interactive.pm_.c:230 ../../standalone/mousedrake_.c:64
+#: ../../install_steps_interactive.pm_.c:272 ../../standalone/mousedrake_.c:65
msgid "Mouse Port"
msgstr " "
-#: ../../install_steps_interactive.pm_.c:231 ../../standalone/mousedrake_.c:65
+#: ../../install_steps_interactive.pm_.c:273 ../../standalone/mousedrake_.c:66
msgid "Please choose on which serial port your mouse is connected to."
msgstr ""
" ."
-#: ../../install_steps_interactive.pm_.c:239
+#: ../../install_steps_interactive.pm_.c:281
msgid "Buttons emulation"
msgstr " "
-#: ../../install_steps_interactive.pm_.c:241
+#: ../../install_steps_interactive.pm_.c:283
msgid "Button 2 Emulation"
msgstr " 2 "
-#: ../../install_steps_interactive.pm_.c:242
+#: ../../install_steps_interactive.pm_.c:284
msgid "Button 3 Emulation"
msgstr " 3 "
-#: ../../install_steps_interactive.pm_.c:261
+#: ../../install_steps_interactive.pm_.c:305
msgid "Configuring PCMCIA cards..."
msgstr " PCMCIA "
-#: ../../install_steps_interactive.pm_.c:261
+#: ../../install_steps_interactive.pm_.c:305
msgid "PCMCIA"
msgstr "PCMCIA"
-#: ../../install_steps_interactive.pm_.c:266
+#: ../../install_steps_interactive.pm_.c:312
msgid "Configuring IDE"
msgstr " IDE"
-#: ../../install_steps_interactive.pm_.c:266
+#: ../../install_steps_interactive.pm_.c:312
msgid "IDE"
msgstr "IDE"
-#: ../../install_steps_interactive.pm_.c:281
+#: ../../install_steps_interactive.pm_.c:327
msgid "no available partitions"
msgstr " "
-#: ../../install_steps_interactive.pm_.c:284
+#: ../../install_steps_interactive.pm_.c:330
msgid "Scanning partitions to find mount points"
msgstr " ."
-#: ../../install_steps_interactive.pm_.c:292
+#: ../../install_steps_interactive.pm_.c:338
msgid "Choose the mount points"
msgstr " "
-#: ../../install_steps_interactive.pm_.c:311
+#: ../../install_steps_interactive.pm_.c:357
#, c-format
msgid ""
"I can't read your partition table, it's too corrupted for me :(\n"
@@ -4479,7 +4818,7 @@ msgstr ""
"\n"
" ;\n"
-#: ../../install_steps_interactive.pm_.c:324
+#: ../../install_steps_interactive.pm_.c:370
msgid ""
"DiskDrake failed to read correctly the partition table.\n"
"Continue at your own risk!"
@@ -4487,7 +4826,7 @@ msgstr ""
" DiskDrake .\n"
" !"
-#: ../../install_steps_interactive.pm_.c:340
+#: ../../install_steps_interactive.pm_.c:386
msgid ""
"No free space for 1MB bootstrap! Install will continue, but to boot your "
"system, you'll need to create the bootstrap partition in DiskDrake"
@@ -4496,56 +4835,56 @@ msgstr ""
" , "
" bootstrap DiskDrake"
-#: ../../install_steps_interactive.pm_.c:349
+#: ../../install_steps_interactive.pm_.c:395
msgid "No root partition found to perform an upgrade"
msgstr " root "
-#: ../../install_steps_interactive.pm_.c:350
+#: ../../install_steps_interactive.pm_.c:396
msgid "Root Partition"
msgstr "Root Partition ( )"
-#: ../../install_steps_interactive.pm_.c:351
+#: ../../install_steps_interactive.pm_.c:397
msgid "What is the root partition (/) of your system?"
msgstr " (/) ;"
-#: ../../install_steps_interactive.pm_.c:365
+#: ../../install_steps_interactive.pm_.c:411
msgid "You need to reboot for the partition table modifications to take place"
msgstr ""
" "
""
-#: ../../install_steps_interactive.pm_.c:389
+#: ../../install_steps_interactive.pm_.c:435
msgid "Choose the partitions you want to format"
msgstr " "
-#: ../../install_steps_interactive.pm_.c:390
+#: ../../install_steps_interactive.pm_.c:436
msgid "Check bad blocks?"
msgstr " blocks;"
-#: ../../install_steps_interactive.pm_.c:416
+#: ../../install_steps_interactive.pm_.c:462
msgid "Formatting partitions"
msgstr " "
-#: ../../install_steps_interactive.pm_.c:418
+#: ../../install_steps_interactive.pm_.c:464
#, c-format
msgid "Creating and formatting file %s"
msgstr " %s"
-#: ../../install_steps_interactive.pm_.c:421
+#: ../../install_steps_interactive.pm_.c:467
msgid "Not enough swap to fulfill installation, please add some"
msgstr ""
" swap , "
""
-#: ../../install_steps_interactive.pm_.c:427
+#: ../../install_steps_interactive.pm_.c:473
msgid "Looking for available packages"
msgstr " "
-#: ../../install_steps_interactive.pm_.c:433
+#: ../../install_steps_interactive.pm_.c:479
msgid "Finding packages to upgrade"
msgstr " "
-#: ../../install_steps_interactive.pm_.c:450
+#: ../../install_steps_interactive.pm_.c:496
#, c-format
msgid ""
"Your system has not enough space left for installation or upgrade (%d > %d)"
@@ -4553,26 +4892,22 @@ msgstr ""
" (%"
"d > %d)"
-#: ../../install_steps_interactive.pm_.c:469
+#: ../../install_steps_interactive.pm_.c:515
#, c-format
msgid "Complete (%dMB)"
msgstr " (%dMB)"
-#: ../../install_steps_interactive.pm_.c:469
+#: ../../install_steps_interactive.pm_.c:515
#, c-format
msgid "Minimum (%dMB)"
msgstr " (%dMB)"
-#: ../../install_steps_interactive.pm_.c:469
+#: ../../install_steps_interactive.pm_.c:515
#, c-format
msgid "Recommended (%dMB)"
msgstr " (%dMB)"
-#: ../../install_steps_interactive.pm_.c:475
-msgid "Custom"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:522
+#: ../../install_steps_interactive.pm_.c:568
msgid ""
"Please choose load or save package selection on floppy.\n"
"The format is the same as auto_install generated floppies."
@@ -4581,31 +4916,53 @@ msgstr ""
".\n"
" ."
-#: ../../install_steps_interactive.pm_.c:525
+#: ../../install_steps_interactive.pm_.c:571
msgid "Load from floppy"
msgstr " "
-#: ../../install_steps_interactive.pm_.c:527
+#: ../../install_steps_interactive.pm_.c:573
msgid "Loading from floppy"
msgstr " "
-#: ../../install_steps_interactive.pm_.c:527
+#: ../../install_steps_interactive.pm_.c:573
msgid "Package selection"
msgstr " "
-#: ../../install_steps_interactive.pm_.c:532
+#: ../../install_steps_interactive.pm_.c:578
msgid "Insert a floppy containing package selection"
msgstr " "
-#: ../../install_steps_interactive.pm_.c:544
+#: ../../install_steps_interactive.pm_.c:590
msgid "Save on floppy"
msgstr " "
-#: ../../install_steps_interactive.pm_.c:605
+#: ../../install_steps_interactive.pm_.c:658
msgid "Selected size is larger than available space"
msgstr " "
-#: ../../install_steps_interactive.pm_.c:670
+#: ../../install_steps_interactive.pm_.c:671
+msgid "Type of install"
+msgstr ""
+
+#: ../../install_steps_interactive.pm_.c:672
+msgid ""
+"You haven't selected any group of packages.\n"
+"Please choose the minimal installation you want:"
+msgstr ""
+
+#: ../../install_steps_interactive.pm_.c:675
+msgid "With X"
+msgstr ""
+
+#: ../../install_steps_interactive.pm_.c:677
+msgid "With basic documentation (recommended!)"
+msgstr ""
+
+#: ../../install_steps_interactive.pm_.c:678
+msgid "Truly minimal install (especially no urpmi)"
+msgstr ""
+
+#: ../../install_steps_interactive.pm_.c:762
msgid ""
"If you have all the CDs in the list below, click Ok.\n"
"If you have none of those CDs, click Cancel.\n"
@@ -4615,12 +4972,16 @@ msgstr ""
" CDs, .\n"
" , Ok."
-#: ../../install_steps_interactive.pm_.c:675
+#: ../../install_steps_interactive.pm_.c:767
#, c-format
msgid "Cd-Rom labeled \"%s\""
msgstr "Cd-Rom \"%s\""
-#: ../../install_steps_interactive.pm_.c:704
+#: ../../install_steps_interactive.pm_.c:787
+msgid "Preparing installation"
+msgstr " "
+
+#: ../../install_steps_interactive.pm_.c:796
#, c-format
msgid ""
"Installing package %s\n"
@@ -4629,21 +4990,21 @@ msgstr ""
" %s\n"
"%d%%"
-#: ../../install_steps_interactive.pm_.c:713
+#: ../../install_steps_interactive.pm_.c:842
msgid "Post-install configuration"
msgstr " "
-#: ../../install_steps_interactive.pm_.c:719
+#: ../../install_steps_interactive.pm_.c:848
#, c-format
msgid "Please insert the Boot floppy used in drive %s"
msgstr " %s"
-#: ../../install_steps_interactive.pm_.c:725
+#: ../../install_steps_interactive.pm_.c:854
#, c-format
msgid "Please insert the Update Modules floppy in drive %s"
msgstr " %s"
-#: ../../install_steps_interactive.pm_.c:750
+#: ../../install_steps_interactive.pm_.c:874
msgid ""
"You have now the possibility to download software aimed for encryption.\n"
"\n"
@@ -4708,135 +5069,161 @@ msgstr ""
"Altadena California 91001\n"
"USA"
-#: ../../install_steps_interactive.pm_.c:782
+#: ../../install_steps_interactive.pm_.c:912
+msgid ""
+"You have now the possibility to download updated packages that have\n"
+"been released after the distribution has been made available.\n"
+"\n"
+"You will get security fixes or bug fixes, but you need to have an\n"
+"Internet connection configured to proceed.\n"
+"\n"
+"Do you want to install the updates ?"
+msgstr ""
+
+#: ../../install_steps_interactive.pm_.c:926
+#, fuzzy
+msgid "Contacting Mandrake Linux web site to get the list of available mirrors"
+msgstr " "
+
+#: ../../install_steps_interactive.pm_.c:931
msgid "Choose a mirror from which to get the packages"
msgstr " "
-#: ../../install_steps_interactive.pm_.c:793
+#: ../../install_steps_interactive.pm_.c:940
msgid "Contacting the mirror to get the list of available packages"
msgstr " "
-#: ../../install_steps_interactive.pm_.c:796
-msgid "Please choose the packages you want to install."
-msgstr " "
-
-#: ../../install_steps_interactive.pm_.c:808
+#: ../../install_steps_interactive.pm_.c:967
msgid "Which is your timezone?"
msgstr " ;"
-#: ../../install_steps_interactive.pm_.c:813
+#: ../../install_steps_interactive.pm_.c:972
msgid "Hardware clock set to GMT"
msgstr " GMT ( )"
-#: ../../install_steps_interactive.pm_.c:814
+#: ../../install_steps_interactive.pm_.c:973
msgid "Automatic time synchronization (using NTP)"
msgstr " ( NTP)"
-#: ../../install_steps_interactive.pm_.c:821
+#: ../../install_steps_interactive.pm_.c:980
msgid "NTP Server"
msgstr " NTP"
-#: ../../install_steps_interactive.pm_.c:855
-#: ../../install_steps_interactive.pm_.c:863 ../../printerdrake.pm_.c:104
+#: ../../install_steps_interactive.pm_.c:1014
+#: ../../install_steps_interactive.pm_.c:1022
msgid "Remote CUPS server"
msgstr " CUPS"
-#: ../../install_steps_interactive.pm_.c:856
+#: ../../install_steps_interactive.pm_.c:1015
msgid "No printer"
msgstr " "
-#: ../../install_steps_interactive.pm_.c:867 ../../steps.pm_.c:27
+#: ../../install_steps_interactive.pm_.c:1032
+#, fuzzy
+msgid "Do you have an ISA sound card?"
+msgstr " ;"
+
+#: ../../install_steps_interactive.pm_.c:1034
+msgid "Run \"sndconfig\" after installation to configure your sound card"
+msgstr ""
+
+#: ../../install_steps_interactive.pm_.c:1036
+msgid "No sound card detected. Try \"harddrake\" after installation"
+msgstr ""
+
+#: ../../install_steps_interactive.pm_.c:1041 ../../steps.pm_.c:27
msgid "Summary"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:870
+#: ../../install_steps_interactive.pm_.c:1044
msgid "Mouse"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:872
+#: ../../install_steps_interactive.pm_.c:1046
msgid "Timezone"
msgstr " "
-#: ../../install_steps_interactive.pm_.c:873 ../../printerdrake.pm_.c:1773
-#: ../../printerdrake.pm_.c:1844
+#: ../../install_steps_interactive.pm_.c:1047 ../../printerdrake.pm_.c:2276
+#: ../../printerdrake.pm_.c:2354
msgid "Printer"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:875
+#: ../../install_steps_interactive.pm_.c:1049
msgid "ISDN card"
msgstr "K ISDN"
-#: ../../install_steps_interactive.pm_.c:878
+#: ../../install_steps_interactive.pm_.c:1052
+#: ../../install_steps_interactive.pm_.c:1054
msgid "Sound card"
msgstr " "
-#: ../../install_steps_interactive.pm_.c:881
+#: ../../install_steps_interactive.pm_.c:1056
msgid "TV card"
msgstr " TV"
-#: ../../install_steps_interactive.pm_.c:917
-#: ../../install_steps_interactive.pm_.c:941
-#: ../../install_steps_interactive.pm_.c:945
+#: ../../install_steps_interactive.pm_.c:1094
+#: ../../install_steps_interactive.pm_.c:1118
+#: ../../install_steps_interactive.pm_.c:1122
msgid "LDAP"
msgstr "LDAP"
-#: ../../install_steps_interactive.pm_.c:918
-#: ../../install_steps_interactive.pm_.c:941
-#: ../../install_steps_interactive.pm_.c:954
+#: ../../install_steps_interactive.pm_.c:1095
+#: ../../install_steps_interactive.pm_.c:1118
+#: ../../install_steps_interactive.pm_.c:1131
msgid "NIS"
msgstr "NIS"
-#: ../../install_steps_interactive.pm_.c:919
-#: ../../install_steps_interactive.pm_.c:941
+#: ../../install_steps_interactive.pm_.c:1096
+#: ../../install_steps_interactive.pm_.c:1118
msgid "Local files"
msgstr " "
-#: ../../install_steps_interactive.pm_.c:928
-#: ../../install_steps_interactive.pm_.c:929 ../../steps.pm_.c:24
+#: ../../install_steps_interactive.pm_.c:1105
+#: ../../install_steps_interactive.pm_.c:1106 ../../steps.pm_.c:24
msgid "Set root password"
msgstr " root"
-#: ../../install_steps_interactive.pm_.c:930
+#: ../../install_steps_interactive.pm_.c:1107
msgid "No password"
msgstr " "
-#: ../../install_steps_interactive.pm_.c:935
+#: ../../install_steps_interactive.pm_.c:1112
#, c-format
msgid "This password is too simple (must be at least %d characters long)"
msgstr ""
" ( %d "
" )"
-#: ../../install_steps_interactive.pm_.c:941 ../../network/modem.pm_.c:47
-#: ../../standalone/draknet_.c:604
+#: ../../install_steps_interactive.pm_.c:1118 ../../network/modem.pm_.c:49
+#: ../../standalone/draknet_.c:626 ../../standalone/logdrake_.c:172
msgid "Authentication"
msgstr " "
-#: ../../install_steps_interactive.pm_.c:949
+#: ../../install_steps_interactive.pm_.c:1126
msgid "Authentication LDAP"
msgstr " LDAP"
-#: ../../install_steps_interactive.pm_.c:950
+#: ../../install_steps_interactive.pm_.c:1127
msgid "LDAP Base dn"
msgstr "LDAP Base dn"
-#: ../../install_steps_interactive.pm_.c:951
+#: ../../install_steps_interactive.pm_.c:1128
msgid "LDAP Server"
msgstr " LDAP"
-#: ../../install_steps_interactive.pm_.c:957
+#: ../../install_steps_interactive.pm_.c:1134
msgid "Authentication NIS"
msgstr " NIS"
-#: ../../install_steps_interactive.pm_.c:958
+#: ../../install_steps_interactive.pm_.c:1135
msgid "NIS Domain"
msgstr " (domain) NIS"
-#: ../../install_steps_interactive.pm_.c:959
+#: ../../install_steps_interactive.pm_.c:1136
msgid "NIS Server"
msgstr " NIS"
-#: ../../install_steps_interactive.pm_.c:994
+#: ../../install_steps_interactive.pm_.c:1171
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 "
@@ -4863,19 +5250,20 @@ msgstr ""
" .\n"
" ;"
-#: ../../install_steps_interactive.pm_.c:1010
+#: ../../install_steps_interactive.pm_.c:1187
msgid "First floppy drive"
msgstr " "
-#: ../../install_steps_interactive.pm_.c:1011
+#: ../../install_steps_interactive.pm_.c:1188
msgid "Second floppy drive"
msgstr " "
-#: ../../install_steps_interactive.pm_.c:1012 ../../printerdrake.pm_.c:1382
+#: ../../install_steps_interactive.pm_.c:1189 ../../printerdrake.pm_.c:1848
msgid "Skip"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1017
+#: ../../install_steps_interactive.pm_.c:1194
+#, c-format
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 "
@@ -4886,7 +5274,8 @@ msgid ""
"with\n"
"the Mandrake rescue image, making it much easier to recover from severe "
"system\n"
-"failures. Would you like to create a bootdisk for your system?"
+"failures. Would you like to create a bootdisk for your system?\n"
+"%s"
msgstr ""
" \n"
" . "
@@ -4897,30 +5286,40 @@ msgstr ""
" "
"Mandrake,\n"
" .\n"
-" ;"
+" ;\n"
+"%s"
+
+#: ../../install_steps_interactive.pm_.c:1200
+msgid ""
+"\n"
+"\n"
+"(WARNING! You're using XFS for your root partition,\n"
+"creating a bootdisk on a 1.44 Mb floppy will probably fail,\n"
+"because XFS needs a very large driver)."
+msgstr ""
-#: ../../install_steps_interactive.pm_.c:1026
+#: ../../install_steps_interactive.pm_.c:1208
msgid "Sorry, no floppy drive available"
msgstr ", "
-#: ../../install_steps_interactive.pm_.c:1030
+#: ../../install_steps_interactive.pm_.c:1212
msgid "Choose the floppy drive you want to use to make the bootdisk"
msgstr " "
-#: ../../install_steps_interactive.pm_.c:1034
-#, c-format
-msgid "Insert a floppy in drive %s"
+#: ../../install_steps_interactive.pm_.c:1216
+#, fuzzy, c-format
+msgid "Insert a floppy in %s"
msgstr " %s"
-#: ../../install_steps_interactive.pm_.c:1037
+#: ../../install_steps_interactive.pm_.c:1219
msgid "Creating bootdisk"
msgstr " "
-#: ../../install_steps_interactive.pm_.c:1044
+#: ../../install_steps_interactive.pm_.c:1226
msgid "Preparing bootloader"
msgstr " "
-#: ../../install_steps_interactive.pm_.c:1055
+#: ../../install_steps_interactive.pm_.c:1237
msgid ""
"You appear to have an OldWorld or Unknown\n"
" machine, the yaboot bootloader will not work for you.\n"
@@ -4932,11 +5331,11 @@ msgstr ""
" , \n"
" BootX "
-#: ../../install_steps_interactive.pm_.c:1060
+#: ../../install_steps_interactive.pm_.c:1243
msgid "Do you want to use aboot?"
msgstr " aboot;"
-#: ../../install_steps_interactive.pm_.c:1063
+#: ../../install_steps_interactive.pm_.c:1246
msgid ""
"Error installing aboot, \n"
"try to force installation even if that destroys the first partition?"
@@ -4945,18 +5344,18 @@ msgstr ""
" , "
" ;"
-#: ../../install_steps_interactive.pm_.c:1070
+#: ../../install_steps_interactive.pm_.c:1253
#, fuzzy
msgid "Installing bootloader"
msgstr ". . "
-#: ../../install_steps_interactive.pm_.c:1076
+#: ../../install_steps_interactive.pm_.c:1259
msgid "Installation of bootloader failed. The following error occured:"
msgstr ""
" . "
":"
-#: ../../install_steps_interactive.pm_.c:1084
+#: ../../install_steps_interactive.pm_.c:1267
#, fuzzy, c-format
msgid ""
"You may need to change your Open Firmware boot-device to\n"
@@ -4973,34 +5372,18 @@ msgstr ""
" : shut-down\n"
" bootloader."
-#: ../../install_steps_interactive.pm_.c:1092 ../../standalone/draksec_.c:23
-msgid "Low"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1093 ../../standalone/draksec_.c:24
-msgid "Medium"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1094 ../../standalone/draksec_.c:25
-msgid "High"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1098 ../../standalone/draksec_.c:62
-msgid "Choose security level"
-msgstr " "
-
-#: ../../install_steps_interactive.pm_.c:1134
-#: ../../standalone/drakautoinst_.c:80
+#: ../../install_steps_interactive.pm_.c:1311
+#: ../../standalone/drakautoinst_.c:81
#, c-format
msgid "Insert a blank floppy in drive %s"
msgstr " %s"
-#: ../../install_steps_interactive.pm_.c:1138
-#: ../../standalone/drakautoinst_.c:82
+#: ../../install_steps_interactive.pm_.c:1315
+#: ../../standalone/drakautoinst_.c:83
msgid "Creating auto install floppy"
msgstr " "
-#: ../../install_steps_interactive.pm_.c:1149
+#: ../../install_steps_interactive.pm_.c:1326
msgid ""
"Some steps are not completed.\n"
"\n"
@@ -5010,14 +5393,19 @@ msgstr ""
"\n"
" ;"
-#: ../../install_steps_interactive.pm_.c:1160
+#: ../../install_steps_interactive.pm_.c:1337
msgid ""
"Congratulations, installation is complete.\n"
"Remove the boot media and press return to reboot.\n"
"\n"
+"\n"
"For information on fixes which are available for this release of Mandrake "
"Linux,\n"
-"consult the Errata available from http://www.mandrakelinux.com/.\n"
+"consult the Errata available from:\n"
+"\n"
+"\n"
+"http://www.linux-mandrake.com/en/82errata.php3\n"
+"\n"
"\n"
"Information on configuring your system is available in the post\n"
"install chapter of the Official Mandrake Linux User's Guide."
@@ -5026,18 +5414,23 @@ msgstr ""
" CD return "
".\n"
"\n"
+"\n"
" Mandrake Linux,\n"
-" http://www.mandrakelinux.com/.\n"
+" \n"
+"\n"
+"\n"
+"http://www.linux-mandrake.com/en/82errata.php3\n"
+"\n"
"\n"
" "
"\n"
" Mandrake Linux."
-#: ../../install_steps_interactive.pm_.c:1172
+#: ../../install_steps_interactive.pm_.c:1354
msgid "Generate auto install floppy"
msgstr " "
-#: ../../install_steps_interactive.pm_.c:1174
+#: ../../install_steps_interactive.pm_.c:1356
msgid ""
"The auto install can be fully automated if wanted,\n"
"in that case it will take over the hard drive!!\n"
@@ -5051,15 +5444,15 @@ msgstr ""
"\n"
" .\n"
-#: ../../install_steps_interactive.pm_.c:1179
+#: ../../install_steps_interactive.pm_.c:1361
msgid "Automated"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1179
+#: ../../install_steps_interactive.pm_.c:1361
msgid "Replay"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1182
+#: ../../install_steps_interactive.pm_.c:1364
msgid "Save packages selection"
msgstr " "
@@ -5074,353 +5467,452 @@ msgid ""
msgstr ""
" <Tab>/<Alt-Tab> | <Space> | <F12> . "
-#: ../../interactive.pm_.c:73
+#: ../../interactive.pm_.c:87
msgid "kdesu missing"
msgstr " kdesu "
-#: ../../interactive.pm_.c:132
+#: ../../interactive.pm_.c:89 ../../interactive.pm_.c:100
+msgid "consolehelper missing"
+msgstr ""
+
+#: ../../interactive.pm_.c:152
#, fuzzy
msgid "Choose a file"
msgstr " "
-#: ../../interactive.pm_.c:284
+#: ../../interactive.pm_.c:314
msgid "Advanced"
msgstr " "
-#: ../../interactive.pm_.c:345
+#: ../../interactive.pm_.c:315
+msgid "Basic"
+msgstr ""
+
+#: ../../interactive.pm_.c:386
msgid "Please wait"
msgstr " "
-#: ../../interactive_gtk.pm_.c:681
+#: ../../interactive_gtk.pm_.c:605 ../../services.pm_.c:222
+msgid "Info"
+msgstr ""
+
+#: ../../interactive_gtk.pm_.c:715
msgid "Expand Tree"
msgstr " "
-#: ../../interactive_gtk.pm_.c:682
+#: ../../interactive_gtk.pm_.c:716
msgid "Collapse Tree"
msgstr " "
-#: ../../interactive_gtk.pm_.c:683
+#: ../../interactive_gtk.pm_.c:717
msgid "Toggle between flat and group sorted"
msgstr " "
-#: ../../interactive_stdio.pm_.c:35
-#, c-format
-msgid "Ambiguity (%s), be more precise\n"
-msgstr " (%s), \n"
-
-#: ../../interactive_stdio.pm_.c:36 ../../interactive_stdio.pm_.c:51
-#: ../../interactive_stdio.pm_.c:71
+#: ../../interactive_stdio.pm_.c:29 ../../interactive_stdio.pm_.c:147
msgid "Bad choice, try again\n"
msgstr " , \n"
-#: ../../interactive_stdio.pm_.c:39
+#: ../../interactive_stdio.pm_.c:30 ../../interactive_stdio.pm_.c:148
#, c-format
-msgid " ? (default %s) "
-msgstr " ; (' %s) "
+msgid "Your choice? (default %s) "
+msgstr " ; (' %s)"
#: ../../interactive_stdio.pm_.c:52
#, c-format
-msgid "Your choice? (default %s) "
+msgid ""
+"Entries you'll have to fill:\n"
+"%s"
+msgstr ""
+
+#: ../../interactive_stdio.pm_.c:68
+#, fuzzy, c-format
+msgid "Your choice? (0/1, default `%s') "
+msgstr " ; (' %s)"
+
+#: ../../interactive_stdio.pm_.c:93
+#, fuzzy, c-format
+msgid "Button `%s': %s"
+msgstr ": %s"
+
+#: ../../interactive_stdio.pm_.c:94
+#, fuzzy
+msgid "Do you want to click on this button? "
+msgstr " aboot;"
+
+#: ../../interactive_stdio.pm_.c:103
+#, fuzzy, c-format
+msgid "Your choice? (default `%s'%s) "
msgstr " ; (' %s)"
-#: ../../interactive_stdio.pm_.c:72
+#: ../../interactive_stdio.pm_.c:121
#, c-format
-msgid "Your choice? (default %s enter `none' for none) "
-msgstr " ; (' %s `none' ) "
+msgid "=> There are many things to choose from (%s).\n"
+msgstr ""
+
+#: ../../interactive_stdio.pm_.c:124
+msgid ""
+"Please choose the first number of the 10-range you wish to edit,\n"
+"or just hit Enter to proceed.\n"
+"Your choice? "
+msgstr ""
+
+#: ../../interactive_stdio.pm_.c:137
+#, c-format
+msgid ""
+"=> Notice, a label changed:\n"
+"%s"
+msgstr ""
-#: ../../keyboard.pm_.c:140 ../../keyboard.pm_.c:178
+#: ../../interactive_stdio.pm_.c:144
+msgid "Re-submit"
+msgstr ""
+
+#: ../../keyboard.pm_.c:174 ../../keyboard.pm_.c:205
msgid "Czech (QWERTZ)"
msgstr " (QWERTZ)"
-#: ../../keyboard.pm_.c:141 ../../keyboard.pm_.c:155 ../../keyboard.pm_.c:180
+#: ../../keyboard.pm_.c:175 ../../keyboard.pm_.c:207
msgid "German"
msgstr ""
-#: ../../keyboard.pm_.c:142
+#: ../../keyboard.pm_.c:176
msgid "Dvorak"
msgstr "Dvorak"
-#: ../../keyboard.pm_.c:143 ../../keyboard.pm_.c:186
+#: ../../keyboard.pm_.c:177 ../../keyboard.pm_.c:214
msgid "Spanish"
msgstr ""
-#: ../../keyboard.pm_.c:144 ../../keyboard.pm_.c:187
+#: ../../keyboard.pm_.c:178 ../../keyboard.pm_.c:215
msgid "Finnish"
msgstr ""
-#: ../../keyboard.pm_.c:145 ../../keyboard.pm_.c:156 ../../keyboard.pm_.c:188
+#: ../../keyboard.pm_.c:179 ../../keyboard.pm_.c:216
msgid "French"
msgstr ""
-#: ../../keyboard.pm_.c:146 ../../keyboard.pm_.c:211
+#: ../../keyboard.pm_.c:180 ../../keyboard.pm_.c:241
msgid "Norwegian"
msgstr ""
-#: ../../keyboard.pm_.c:147
+#: ../../keyboard.pm_.c:181
msgid "Polish"
msgstr ""
-#: ../../keyboard.pm_.c:148 ../../keyboard.pm_.c:219
+#: ../../keyboard.pm_.c:182 ../../keyboard.pm_.c:249
msgid "Russian"
msgstr ""
-#: ../../keyboard.pm_.c:150 ../../keyboard.pm_.c:221
+#: ../../keyboard.pm_.c:184 ../../keyboard.pm_.c:251
msgid "Swedish"
msgstr ""
-#: ../../keyboard.pm_.c:151 ../../keyboard.pm_.c:236
+#: ../../keyboard.pm_.c:185 ../../keyboard.pm_.c:266
msgid "UK keyboard"
msgstr " (UK)"
-#: ../../keyboard.pm_.c:152 ../../keyboard.pm_.c:157 ../../keyboard.pm_.c:237
+#: ../../keyboard.pm_.c:186 ../../keyboard.pm_.c:267
msgid "US keyboard"
msgstr "... (US)"
-#: ../../keyboard.pm_.c:159
+#: ../../keyboard.pm_.c:188
msgid "Albanian"
msgstr ""
-#: ../../keyboard.pm_.c:160
+#: ../../keyboard.pm_.c:189
msgid "Armenian (old)"
msgstr " ()"
-#: ../../keyboard.pm_.c:161
+#: ../../keyboard.pm_.c:190
msgid "Armenian (typewriter)"
msgstr " ()"
-#: ../../keyboard.pm_.c:162
+#: ../../keyboard.pm_.c:191
msgid "Armenian (phonetic)"
msgstr " ()"
-#: ../../keyboard.pm_.c:167
+#: ../../keyboard.pm_.c:196
msgid "Azerbaidjani (latin)"
msgstr " ()"
-#: ../../keyboard.pm_.c:169
+#: ../../keyboard.pm_.c:198
msgid "Belgian"
msgstr ""
-#: ../../keyboard.pm_.c:170
-msgid "Bulgarian"
+#: ../../keyboard.pm_.c:199
+#, fuzzy
+msgid "Bulgarian (phonetic)"
+msgstr " ()"
+
+#: ../../keyboard.pm_.c:200
+#, fuzzy
+msgid "Bulgarian (BDS)"
msgstr ""
-#: ../../keyboard.pm_.c:171
+#: ../../keyboard.pm_.c:201
msgid "Brazilian (ABNT-2)"
msgstr ""
-#: ../../keyboard.pm_.c:172
+#: ../../keyboard.pm_.c:202
msgid "Belarusian"
msgstr ""
-#: ../../keyboard.pm_.c:173
+#: ../../keyboard.pm_.c:203
msgid "Swiss (German layout)"
msgstr " ( )"
-#: ../../keyboard.pm_.c:174
+#: ../../keyboard.pm_.c:204
msgid "Swiss (French layout)"
msgstr " ( )"
-#: ../../keyboard.pm_.c:179
+#: ../../keyboard.pm_.c:206
msgid "Czech (QWERTY)"
msgstr " (QWERTY)"
-#: ../../keyboard.pm_.c:181
+#: ../../keyboard.pm_.c:208
msgid "German (no dead keys)"
msgstr " ( )"
-#: ../../keyboard.pm_.c:182
+#: ../../keyboard.pm_.c:209
msgid "Danish"
msgstr ""
-#: ../../keyboard.pm_.c:183
+#: ../../keyboard.pm_.c:210
msgid "Dvorak (US)"
msgstr "Dvorak ()"
-#: ../../keyboard.pm_.c:184
+#: ../../keyboard.pm_.c:211
msgid "Dvorak (Norwegian)"
msgstr "Dvorak ()"
-#: ../../keyboard.pm_.c:185
+#: ../../keyboard.pm_.c:212
+#, fuzzy
+msgid "Dvorak (Swedish)"
+msgstr "Dvorak ()"
+
+#: ../../keyboard.pm_.c:213
msgid "Estonian"
msgstr ""
-#: ../../keyboard.pm_.c:189
+#: ../../keyboard.pm_.c:217
msgid "Georgian (\"Russian\" layout)"
msgstr " (\"\" )"
-#: ../../keyboard.pm_.c:190
+#: ../../keyboard.pm_.c:218
msgid "Georgian (\"Latin\" layout)"
msgstr " (\"\" )"
-#: ../../keyboard.pm_.c:191
+#: ../../keyboard.pm_.c:219
msgid "Greek"
msgstr ""
-#: ../../keyboard.pm_.c:192
+#: ../../keyboard.pm_.c:220
msgid "Hungarian"
msgstr ""
-#: ../../keyboard.pm_.c:193
+#: ../../keyboard.pm_.c:221
msgid "Croatian"
msgstr ""
-#: ../../keyboard.pm_.c:194
+#: ../../keyboard.pm_.c:222
msgid "Israeli"
msgstr ""
-#: ../../keyboard.pm_.c:195
+#: ../../keyboard.pm_.c:223
msgid "Israeli (Phonetic)"
msgstr " ()"
-#: ../../keyboard.pm_.c:196
+#: ../../keyboard.pm_.c:224
msgid "Iranian"
msgstr ""
-#: ../../keyboard.pm_.c:197
+#: ../../keyboard.pm_.c:225
msgid "Icelandic"
msgstr ""
-#: ../../keyboard.pm_.c:198
+#: ../../keyboard.pm_.c:226
msgid "Italian"
msgstr ""
-#: ../../keyboard.pm_.c:200
+#: ../../keyboard.pm_.c:228
msgid "Japanese 106 keys"
msgstr " 106 "
-#: ../../keyboard.pm_.c:201
+#: ../../keyboard.pm_.c:231
msgid "Korean keyboard"
msgstr " "
-#: ../../keyboard.pm_.c:202
+#: ../../keyboard.pm_.c:232
msgid "Latin American"
msgstr " "
-#: ../../keyboard.pm_.c:203
+#: ../../keyboard.pm_.c:233
msgid "Lithuanian AZERTY (old)"
msgstr " AZERTY ()"
-#: ../../keyboard.pm_.c:205
+#: ../../keyboard.pm_.c:235
msgid "Lithuanian AZERTY (new)"
msgstr " AZERTY ()"
-#: ../../keyboard.pm_.c:206
+#: ../../keyboard.pm_.c:236
msgid "Lithuanian \"number row\" QWERTY"
msgstr " \"number row\" QWERTY"
-#: ../../keyboard.pm_.c:207
+#: ../../keyboard.pm_.c:237
msgid "Lithuanian \"phonetic\" QWERTY"
msgstr " \"\" QWERTY"
-#: ../../keyboard.pm_.c:208
+#: ../../keyboard.pm_.c:238
#, fuzzy
msgid "Latvian"
msgstr ""
-#: ../../keyboard.pm_.c:209
+#: ../../keyboard.pm_.c:239
msgid "Macedonian"
msgstr ""
-#: ../../keyboard.pm_.c:210
+#: ../../keyboard.pm_.c:240
msgid "Dutch"
msgstr ""
-#: ../../keyboard.pm_.c:212
+#: ../../keyboard.pm_.c:242
msgid "Polish (qwerty layout)"
msgstr " ( qwerty)"
-#: ../../keyboard.pm_.c:213
+#: ../../keyboard.pm_.c:243
msgid "Polish (qwertz layout)"
msgstr " ( qwertz)"
-#: ../../keyboard.pm_.c:214
+#: ../../keyboard.pm_.c:244
msgid "Portuguese"
msgstr ""
-#: ../../keyboard.pm_.c:215
+#: ../../keyboard.pm_.c:245
msgid "Canadian (Quebec)"
msgstr " ()"
-#: ../../keyboard.pm_.c:217
+#: ../../keyboard.pm_.c:247
msgid "Romanian (qwertz)"
msgstr " (qwertz)"
-#: ../../keyboard.pm_.c:218
+#: ../../keyboard.pm_.c:248
msgid "Romanian (qwerty)"
msgstr " (qwerty)"
-#: ../../keyboard.pm_.c:220
+#: ../../keyboard.pm_.c:250
msgid "Russian (Yawerty)"
msgstr " (Yawerty)"
-#: ../../keyboard.pm_.c:222
+#: ../../keyboard.pm_.c:252
msgid "Slovenian"
msgstr ""
-#: ../../keyboard.pm_.c:226
+#: ../../keyboard.pm_.c:253
msgid "Slovakian (QWERTZ)"
msgstr " (QWERTZ)"
-#: ../../keyboard.pm_.c:227
+#: ../../keyboard.pm_.c:254
msgid "Slovakian (QWERTY)"
msgstr " (QWERTY)"
-#: ../../keyboard.pm_.c:229
+#: ../../keyboard.pm_.c:256
#, fuzzy
msgid "Serbian (cyrillic)"
msgstr " ()"
-#: ../../keyboard.pm_.c:230
+#: ../../keyboard.pm_.c:258
+#, fuzzy
+msgid "Tamil"
+msgstr ""
+
+#: ../../keyboard.pm_.c:259
msgid "Thai keyboard"
msgstr "Thai"
-#: ../../keyboard.pm_.c:232
+#: ../../keyboard.pm_.c:261
#, fuzzy
msgid "Tajik keyboard"
msgstr "Thai"
-#: ../../keyboard.pm_.c:233
+#: ../../keyboard.pm_.c:262
msgid "Turkish (traditional \"F\" model)"
msgstr " ( \"F\" )"
-#: ../../keyboard.pm_.c:234
+#: ../../keyboard.pm_.c:263
msgid "Turkish (modern \"Q\" model)"
msgstr " ( \"Q\" )"
-#: ../../keyboard.pm_.c:235
+#: ../../keyboard.pm_.c:265
msgid "Ukrainian"
msgstr ""
-#: ../../keyboard.pm_.c:238
+#: ../../keyboard.pm_.c:268
msgid "US keyboard (international)"
msgstr "US "
-#: ../../keyboard.pm_.c:239
+#: ../../keyboard.pm_.c:269
msgid "Vietnamese \"numeric row\" QWERTY"
msgstr " \"numeric row\" QWERTY"
-#: ../../keyboard.pm_.c:240
+#: ../../keyboard.pm_.c:270
#, fuzzy
msgid "Yugoslavian (latin)"
msgstr " (/)"
+#: ../../keyboard.pm_.c:278
+msgid "Right Alt key"
+msgstr ""
+
+#: ../../keyboard.pm_.c:279
+msgid "Both Shift keys simultaneously"
+msgstr ""
+
+#: ../../keyboard.pm_.c:280
+msgid "Control and Shift keys simultaneously"
+msgstr ""
+
+#: ../../keyboard.pm_.c:281
+msgid "CapsLock key"
+msgstr ""
+
+#: ../../keyboard.pm_.c:282
+msgid "Ctrl and Alt keys simultaneously"
+msgstr ""
+
+#: ../../keyboard.pm_.c:283
+msgid "Alt and Shift keys simultaneously"
+msgstr ""
+
+#: ../../keyboard.pm_.c:284
+msgid "\"Menu\" key"
+msgstr ""
+
+#: ../../keyboard.pm_.c:285
+msgid "Left \"Windows\" key"
+msgstr ""
+
+#: ../../keyboard.pm_.c:286
+msgid "Right \"Windows\" key"
+msgstr ""
+
#: ../../loopback.pm_.c:32
#, c-format
msgid "Circular mounts %s\n"
msgstr " %s\n"
-#: ../../lvm.pm_.c:83
+#: ../../lvm.pm_.c:88
msgid "Remove the logical volumes first\n"
msgstr " logical volumes \n"
+#: ../../modules.pm_.c:826
+msgid ""
+"PCMCIA support no longer exist for 2.2 kernels. Please use a 2.4 kernel."
+msgstr ""
+
#: ../../mouse.pm_.c:25
msgid "Sun - Mouse"
msgstr "Sun - Mouse"
-#: ../../mouse.pm_.c:31
-msgid "Standard"
-msgstr ""
-
#: ../../mouse.pm_.c:32
msgid "Logitech MouseMan+"
msgstr "Logitech MouseMan+"
@@ -5433,11 +5925,11 @@ msgstr " PS2 "
msgid "GlidePoint"
msgstr "GlidePoint"
-#: ../../mouse.pm_.c:36 ../../mouse.pm_.c:62
+#: ../../mouse.pm_.c:36 ../../mouse.pm_.c:63
msgid "Kensington Thinking Mouse"
msgstr "Kensington Thinking Mouse"
-#: ../../mouse.pm_.c:37 ../../mouse.pm_.c:58
+#: ../../mouse.pm_.c:37 ../../mouse.pm_.c:59
msgid "Genius NetMouse"
msgstr "Genius NetMouse"
@@ -5445,111 +5937,111 @@ msgstr "Genius NetMouse"
msgid "Genius NetScroll"
msgstr "Genius NetScroll"
-#: ../../mouse.pm_.c:43 ../../mouse.pm_.c:67
+#: ../../mouse.pm_.c:43 ../../mouse.pm_.c:68
msgid "1 button"
msgstr "1 "
-#: ../../mouse.pm_.c:44
+#: ../../mouse.pm_.c:44 ../../mouse.pm_.c:51
+msgid "Generic 2 Button Mouse"
+msgstr " 2 "
+
+#: ../../mouse.pm_.c:45
msgid "Generic"
msgstr ""
-#: ../../mouse.pm_.c:45
+#: ../../mouse.pm_.c:46
msgid "Wheel"
msgstr " "
-#: ../../mouse.pm_.c:48
+#: ../../mouse.pm_.c:49
msgid "serial"
msgstr ""
-#: ../../mouse.pm_.c:50
-msgid "Generic 2 Button Mouse"
-msgstr " 2 "
-
-#: ../../mouse.pm_.c:51
+#: ../../mouse.pm_.c:52
msgid "Generic 3 Button Mouse"
msgstr " 3 "
-#: ../../mouse.pm_.c:52
+#: ../../mouse.pm_.c:53
msgid "Microsoft IntelliMouse"
msgstr "Microsoft IntelliMouse"
-#: ../../mouse.pm_.c:53
+#: ../../mouse.pm_.c:54
msgid "Logitech MouseMan"
msgstr "Logitech MouseMan"
-#: ../../mouse.pm_.c:54
+#: ../../mouse.pm_.c:55
msgid "Mouse Systems"
msgstr "Mouse Systems"
-#: ../../mouse.pm_.c:56
+#: ../../mouse.pm_.c:57
msgid "Logitech CC Series"
msgstr "Logitech CC Series"
-#: ../../mouse.pm_.c:57
+#: ../../mouse.pm_.c:58
msgid "Logitech MouseMan+/FirstMouse+"
msgstr "Logitech MouseMan+/FirstMouse+"
-#: ../../mouse.pm_.c:59
+#: ../../mouse.pm_.c:60
msgid "MM Series"
msgstr "MM Series"
-#: ../../mouse.pm_.c:60
+#: ../../mouse.pm_.c:61
msgid "MM HitTablet"
msgstr "MM HitTablet"
-#: ../../mouse.pm_.c:61
+#: ../../mouse.pm_.c:62
msgid "Logitech Mouse (serial, old C7 type)"
msgstr "Logitech Mouse (, C7 )"
-#: ../../mouse.pm_.c:65
+#: ../../mouse.pm_.c:66
msgid "busmouse"
msgstr "busmouse"
-#: ../../mouse.pm_.c:68
+#: ../../mouse.pm_.c:69
msgid "2 buttons"
msgstr " "
-#: ../../mouse.pm_.c:69
+#: ../../mouse.pm_.c:70
msgid "3 buttons"
msgstr " "
-#: ../../mouse.pm_.c:72
+#: ../../mouse.pm_.c:73
msgid "none"
msgstr ""
-#: ../../mouse.pm_.c:74
+#: ../../mouse.pm_.c:75
msgid "No mouse"
msgstr " "
-#: ../../mouse.pm_.c:482
+#: ../../mouse.pm_.c:499
msgid "Please test the mouse"
msgstr " "
-#: ../../mouse.pm_.c:483
+#: ../../mouse.pm_.c:500
msgid "To activate the mouse,"
msgstr " "
-#: ../../mouse.pm_.c:484
+#: ../../mouse.pm_.c:501
msgid "MOVE YOUR WHEEL!"
msgstr " !"
-#: ../../my_gtk.pm_.c:380
+#: ../../my_gtk.pm_.c:651
msgid "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
msgstr "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
-#: ../../my_gtk.pm_.c:415
+#: ../../my_gtk.pm_.c:686
msgid "Finish"
msgstr ""
-#: ../../my_gtk.pm_.c:415
+#: ../../my_gtk.pm_.c:686 ../../printerdrake.pm_.c:1588
msgid "Next ->"
msgstr " -"
-#: ../../my_gtk.pm_.c:416
+#: ../../my_gtk.pm_.c:687 ../../printerdrake.pm_.c:1586
msgid "<- Previous"
msgstr "<- "
-#: ../../my_gtk.pm_.c:716
+#: ../../my_gtk.pm_.c:1019
msgid "Is this correct?"
msgstr ";"
@@ -5599,7 +6091,7 @@ msgstr ""
" Ethernet .\n"
" ."
-#: ../../network/ethernet.pm_.c:92 ../../standalone/drakgw_.c:233
+#: ../../network/ethernet.pm_.c:92 ../../standalone/drakgw_.c:252
msgid "Choose the network interface"
msgstr " "
@@ -5614,7 +6106,7 @@ msgstr ""
msgid "no network card found"
msgstr " "
-#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:350
+#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:360
msgid "Configuring network"
msgstr " "
@@ -5630,15 +6122,15 @@ msgstr ""
" ,\n"
" .. ``mybox.mylab.myco.com''."
-#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:355
+#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:365
msgid "Host name"
msgstr " "
#: ../../network/isdn.pm_.c:21 ../../network/isdn.pm_.c:44
-#: ../../network/netconnect.pm_.c:91 ../../network/netconnect.pm_.c:105
-#: ../../network/netconnect.pm_.c:154 ../../network/netconnect.pm_.c:164
-#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:213
-#: ../../network/netconnect.pm_.c:221
+#: ../../network/netconnect.pm_.c:95 ../../network/netconnect.pm_.c:109
+#: ../../network/netconnect.pm_.c:164 ../../network/netconnect.pm_.c:175
+#: ../../network/netconnect.pm_.c:202 ../../network/netconnect.pm_.c:225
+#: ../../network/netconnect.pm_.c:233
msgid "Network Configuration Wizard"
msgstr " "
@@ -5685,13 +6177,13 @@ msgstr " (isdn-light)"
msgid "Old configuration (isdn4net)"
msgstr " (isdn4net)"
-#: ../../network/isdn.pm_.c:169 ../../network/isdn.pm_.c:187
-#: ../../network/isdn.pm_.c:197 ../../network/isdn.pm_.c:204
-#: ../../network/isdn.pm_.c:214
+#: ../../network/isdn.pm_.c:170 ../../network/isdn.pm_.c:188
+#: ../../network/isdn.pm_.c:198 ../../network/isdn.pm_.c:205
+#: ../../network/isdn.pm_.c:215
msgid "ISDN Configuration"
msgstr " ISDN"
-#: ../../network/isdn.pm_.c:169
+#: ../../network/isdn.pm_.c:170
msgid ""
"Select your provider.\n"
" If it's not in the list, choose Unlisted"
@@ -5699,22 +6191,22 @@ msgstr ""
" \n"
" , Unlisted"
-#: ../../network/isdn.pm_.c:182
+#: ../../network/isdn.pm_.c:183
#, fuzzy
msgid "Europe protocol"
msgstr " "
-#: ../../network/isdn.pm_.c:182
+#: ../../network/isdn.pm_.c:183
#, fuzzy
msgid "Europe protocol (EDSS1)"
msgstr " (EDSS1)"
-#: ../../network/isdn.pm_.c:184
+#: ../../network/isdn.pm_.c:185
#, fuzzy
msgid "Protocol for the rest of the world"
msgstr " "
-#: ../../network/isdn.pm_.c:184
+#: ../../network/isdn.pm_.c:185
#, fuzzy
msgid ""
"Protocol for the rest of the world \n"
@@ -5723,27 +6215,27 @@ msgstr ""
" \n"
" D-Channel ( )"
-#: ../../network/isdn.pm_.c:188
+#: ../../network/isdn.pm_.c:189
msgid "Which protocol do you want to use ?"
msgstr " ;"
-#: ../../network/isdn.pm_.c:198
+#: ../../network/isdn.pm_.c:199
msgid "What kind of card do you have?"
msgstr " ;"
-#: ../../network/isdn.pm_.c:199
+#: ../../network/isdn.pm_.c:200
msgid "I don't know"
msgstr " "
-#: ../../network/isdn.pm_.c:199
+#: ../../network/isdn.pm_.c:200
msgid "ISA / PCMCIA"
msgstr "ISA / PCMCIA"
-#: ../../network/isdn.pm_.c:199
+#: ../../network/isdn.pm_.c:200
msgid "PCI"
msgstr "PCI"
-#: ../../network/isdn.pm_.c:205
+#: ../../network/isdn.pm_.c:206
msgid ""
"\n"
"If you have an ISA card, the values on the next screen should be right.\n"
@@ -5755,19 +6247,19 @@ msgstr ""
"\n"
" PCMCIA , irq io .\n"
-#: ../../network/isdn.pm_.c:209
+#: ../../network/isdn.pm_.c:210
msgid "Abort"
msgstr ""
-#: ../../network/isdn.pm_.c:209
+#: ../../network/isdn.pm_.c:210
msgid "Continue"
msgstr ""
-#: ../../network/isdn.pm_.c:215
+#: ../../network/isdn.pm_.c:216
msgid "Which is your ISDN card ?"
msgstr " ISDN ;"
-#: ../../network/isdn.pm_.c:234
+#: ../../network/isdn.pm_.c:235
msgid ""
"I have detected an ISDN PCI Card, but I don't know the type. Please select "
"one PCI card on the next screen."
@@ -5775,59 +6267,59 @@ msgstr ""
" ISDN , . "
" PCI ."
-#: ../../network/isdn.pm_.c:243
+#: ../../network/isdn.pm_.c:244
msgid "No ISDN PCI card found. Please select one on the next screen."
msgstr " ISDN. ."
-#: ../../network/modem.pm_.c:37
+#: ../../network/modem.pm_.c:39
msgid "Please choose which serial port your modem is connected to."
msgstr " modem ;"
-#: ../../network/modem.pm_.c:42
+#: ../../network/modem.pm_.c:44
msgid "Dialup options"
msgstr " dialup"
-#: ../../network/modem.pm_.c:43 ../../standalone/draknet_.c:600
+#: ../../network/modem.pm_.c:45 ../../standalone/draknet_.c:622
msgid "Connection name"
msgstr " "
-#: ../../network/modem.pm_.c:44 ../../standalone/draknet_.c:601
+#: ../../network/modem.pm_.c:46 ../../standalone/draknet_.c:623
msgid "Phone number"
msgstr " "
-#: ../../network/modem.pm_.c:45 ../../standalone/draknet_.c:602
+#: ../../network/modem.pm_.c:47 ../../standalone/draknet_.c:624
msgid "Login ID"
msgstr "Login ID"
-#: ../../network/modem.pm_.c:47 ../../standalone/draknet_.c:604
+#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
msgid "CHAP"
msgstr ""
-#: ../../network/modem.pm_.c:47 ../../standalone/draknet_.c:604
+#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
msgid "PAP"
msgstr "PAP"
-#: ../../network/modem.pm_.c:47 ../../standalone/draknet_.c:604
+#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
msgid "Script-based"
msgstr " script"
-#: ../../network/modem.pm_.c:47 ../../standalone/draknet_.c:604
+#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
msgid "Terminal-based"
msgstr " "
-#: ../../network/modem.pm_.c:48 ../../standalone/draknet_.c:605
+#: ../../network/modem.pm_.c:50 ../../standalone/draknet_.c:627
msgid "Domain name"
msgstr " "
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:606
+#: ../../network/modem.pm_.c:51 ../../standalone/draknet_.c:628
msgid "First DNS Server (optional)"
msgstr " DNS ()"
-#: ../../network/modem.pm_.c:50 ../../standalone/draknet_.c:607
+#: ../../network/modem.pm_.c:52 ../../standalone/draknet_.c:629
msgid "Second DNS Server (optional)"
msgstr " DNS ()"
-#: ../../network/netconnect.pm_.c:33
+#: ../../network/netconnect.pm_.c:34
msgid ""
"\n"
"You can disconnect or reconfigure your connection."
@@ -5835,7 +6327,7 @@ msgstr ""
"\n"
" ."
-#: ../../network/netconnect.pm_.c:33 ../../network/netconnect.pm_.c:36
+#: ../../network/netconnect.pm_.c:34 ../../network/netconnect.pm_.c:37
msgid ""
"\n"
"You can reconfigure your connection."
@@ -5843,11 +6335,11 @@ msgstr ""
"\n"
" ."
-#: ../../network/netconnect.pm_.c:33
+#: ../../network/netconnect.pm_.c:34
msgid "You are currently connected to internet."
msgstr " ."
-#: ../../network/netconnect.pm_.c:36
+#: ../../network/netconnect.pm_.c:37
msgid ""
"\n"
"You can connect to Internet or reconfigure your connection."
@@ -5855,32 +6347,33 @@ msgstr ""
"\n"
" ."
-#: ../../network/netconnect.pm_.c:36
+#: ../../network/netconnect.pm_.c:37
msgid "You are not currently connected to Internet."
msgstr " ."
-#: ../../network/netconnect.pm_.c:40
-msgid "Connect to Internet"
-msgstr " (internet)"
+#: ../../network/netconnect.pm_.c:41
+msgid "Connect"
+msgstr ""
-#: ../../network/netconnect.pm_.c:42
-msgid "Disconnect from Internet"
-msgstr " (internet)"
+#: ../../network/netconnect.pm_.c:43
+msgid "Disconnect"
+msgstr ""
-#: ../../network/netconnect.pm_.c:44
-msgid "Configure network connection (LAN or Internet)"
-msgstr " ( )"
+#: ../../network/netconnect.pm_.c:45
+#, fuzzy
+msgid "Configure the connection"
+msgstr " "
-#: ../../network/netconnect.pm_.c:47
+#: ../../network/netconnect.pm_.c:50
msgid "Internet connection & configuration"
msgstr " (internet)"
-#: ../../network/netconnect.pm_.c:96
+#: ../../network/netconnect.pm_.c:100
#, c-format
msgid "We are now going to configure the %s connection."
msgstr " %s ."
-#: ../../network/netconnect.pm_.c:105
+#: ../../network/netconnect.pm_.c:109
#, c-format
msgid ""
"\n"
@@ -5899,12 +6392,12 @@ msgstr ""
"\n"
" OK "
-#: ../../network/netconnect.pm_.c:129 ../../network/netconnect.pm_.c:243
-#: ../../network/netconnect.pm_.c:255 ../../network/tools.pm_.c:56
+#: ../../network/netconnect.pm_.c:138 ../../network/netconnect.pm_.c:252
+#: ../../network/netconnect.pm_.c:271 ../../network/tools.pm_.c:57
msgid "Network Configuration"
msgstr " "
-#: ../../network/netconnect.pm_.c:130
+#: ../../network/netconnect.pm_.c:139
msgid ""
"Because you are doing a network installation, your network is already "
"configured.\n"
@@ -5915,7 +6408,7 @@ msgstr ""
" , "
" Internet.\n"
-#: ../../network/netconnect.pm_.c:155
+#: ../../network/netconnect.pm_.c:165
msgid ""
"Welcome to The Network Configuration Wizard\n"
"\n"
@@ -5928,66 +6421,66 @@ msgstr ""
" , "
"checkbox.\n"
-#: ../../network/netconnect.pm_.c:157
+#: ../../network/netconnect.pm_.c:167
msgid "Choose the profile to configure"
msgstr " "
-#: ../../network/netconnect.pm_.c:158
+#: ../../network/netconnect.pm_.c:168
msgid "Use auto detection"
msgstr " "
-#: ../../network/netconnect.pm_.c:164
+#: ../../network/netconnect.pm_.c:175
msgid "Detecting devices..."
msgstr " ..."
-#: ../../network/netconnect.pm_.c:175 ../../network/netconnect.pm_.c:184
+#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
msgid "Normal modem connection"
msgstr " modem"
-#: ../../network/netconnect.pm_.c:175 ../../network/netconnect.pm_.c:184
+#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
#, c-format
msgid "detected on port %s"
msgstr " %s"
-#: ../../network/netconnect.pm_.c:176 ../../network/netconnect.pm_.c:185
+#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
msgid "ISDN connection"
msgstr " ISDN"
-#: ../../network/netconnect.pm_.c:176 ../../network/netconnect.pm_.c:185
+#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
#, c-format
msgid "detected %s"
msgstr " %s"
-#: ../../network/netconnect.pm_.c:177 ../../network/netconnect.pm_.c:186
+#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
msgid "ADSL connection"
msgstr " ADSL"
-#: ../../network/netconnect.pm_.c:177 ../../network/netconnect.pm_.c:186
+#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
#, c-format
msgid "detected on interface %s"
msgstr " %s"
-#: ../../network/netconnect.pm_.c:178 ../../network/netconnect.pm_.c:187
+#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
msgid "Cable connection"
msgstr " "
-#: ../../network/netconnect.pm_.c:178 ../../network/netconnect.pm_.c:187
+#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
msgid "cable connection detected"
msgstr " "
-#: ../../network/netconnect.pm_.c:179 ../../network/netconnect.pm_.c:188
+#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
msgid "LAN connection"
msgstr " LAN"
-#: ../../network/netconnect.pm_.c:179 ../../network/netconnect.pm_.c:188
+#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
msgid "ethernet card(s) detected"
msgstr "() ethernet "
-#: ../../network/netconnect.pm_.c:190
+#: ../../network/netconnect.pm_.c:202
msgid "Choose the connection you want to configure"
msgstr " "
-#: ../../network/netconnect.pm_.c:214
+#: ../../network/netconnect.pm_.c:226
msgid ""
"You have configured multiple ways to connect to the Internet.\n"
"Choose the one you want to use.\n"
@@ -5997,23 +6490,23 @@ msgstr ""
" .\n"
"\n"
-#: ../../network/netconnect.pm_.c:215
+#: ../../network/netconnect.pm_.c:227
msgid "Internet connection"
msgstr " Internet"
-#: ../../network/netconnect.pm_.c:221
+#: ../../network/netconnect.pm_.c:233
msgid "Do you want to start the connection at boot?"
msgstr " ;"
-#: ../../network/netconnect.pm_.c:239
+#: ../../network/netconnect.pm_.c:247
msgid "Network configuration"
msgstr " "
-#: ../../network/netconnect.pm_.c:240
+#: ../../network/netconnect.pm_.c:248
msgid "The network needs to be restarted"
msgstr ""
-#: ../../network/netconnect.pm_.c:243
+#: ../../network/netconnect.pm_.c:252
#, c-format
msgid ""
"A problem occured while restarting the network: \n"
@@ -6024,25 +6517,32 @@ msgstr ""
"\n"
"%s"
-#: ../../network/netconnect.pm_.c:247
+#: ../../network/netconnect.pm_.c:261
msgid ""
-"Congratulations, the network and internet configuration is finished.\n"
-"\n"
+"Congratulations, the network and Internet configuration is finished.\n"
"The configuration will now be applied to your system.\n"
+"\n"
msgstr ""
", internet .\n"
"\n"
" .\n"
-#: ../../network/netconnect.pm_.c:250
+#: ../../network/netconnect.pm_.c:265
msgid ""
-"After that is done, we recommend you to restart your X\n"
-"environnement to avoid hostname changing problem."
+"After this is done, we recommend that you restart your X environment to "
+"avoid any hostname-related problems."
msgstr ""
" , \n"
" hostname."
-#: ../../network/network.pm_.c:283
+#: ../../network/netconnect.pm_.c:266
+msgid ""
+"Problems occured during configuration.\n"
+"Test your connection via net_monitor or mcc. If your connection doesn't "
+"work, you might want to relaunch the configuration"
+msgstr ""
+
+#: ../../network/network.pm_.c:292
msgid ""
"WARNING: This device has been previously configured to connect to the "
"Internet.\n"
@@ -6054,7 +6554,7 @@ msgstr ""
" OK .\n"
" ."
-#: ../../network/network.pm_.c:288
+#: ../../network/network.pm_.c:297
msgid ""
"Please enter the IP configuration for this machine.\n"
"Each item should be entered as an IP address in dotted-decimal\n"
@@ -6064,38 +6564,38 @@ msgstr ""
" IP \n"
" (: 1.2.3.4)."
-#: ../../network/network.pm_.c:297 ../../network/network.pm_.c:298
+#: ../../network/network.pm_.c:306 ../../network/network.pm_.c:307
#, c-format
msgid "Configuring network device %s"
msgstr " %s"
-#: ../../network/network.pm_.c:298
+#: ../../network/network.pm_.c:307
#, c-format
msgid " (driver %s)"
msgstr " (driver %s)"
-#: ../../network/network.pm_.c:300 ../../standalone/draknet_.c:255
-#: ../../standalone/draknet_.c:461
+#: ../../network/network.pm_.c:309 ../../standalone/draknet_.c:232
+#: ../../standalone/draknet_.c:468
msgid "IP address"
msgstr " IP"
-#: ../../network/network.pm_.c:301 ../../standalone/draknet_.c:462
+#: ../../network/network.pm_.c:310 ../../standalone/draknet_.c:469
msgid "Netmask"
msgstr " "
-#: ../../network/network.pm_.c:302
+#: ../../network/network.pm_.c:311
msgid "(bootp/dhcp)"
msgstr "(bootp/dhcp)"
-#: ../../network/network.pm_.c:302
+#: ../../network/network.pm_.c:311
msgid "Automatic IP"
msgstr " IP"
-#: ../../network/network.pm_.c:323 ../../printerdrake.pm_.c:406
+#: ../../network/network.pm_.c:332 ../../printerdrake.pm_.c:712
msgid "IP address should be in format 1.2.3.4"
msgstr " IP 1.2.3.4"
-#: ../../network/network.pm_.c:351
+#: ../../network/network.pm_.c:361
msgid ""
"Please enter your host name.\n"
"Your host name should be a fully-qualified host name,\n"
@@ -6107,63 +6607,64 @@ msgstr ""
" .. ``mybox.mylab.myco.com''.\n"
" IP "
-#: ../../network/network.pm_.c:356
+#: ../../network/network.pm_.c:366
msgid "DNS server"
msgstr " DNS"
-#: ../../network/network.pm_.c:357 ../../standalone/draknet_.c:599
-msgid "Gateway"
-msgstr " "
+#: ../../network/network.pm_.c:367
+#, c-format
+msgid "Gateway (e.g. %s)"
+msgstr ""
-#: ../../network/network.pm_.c:359
+#: ../../network/network.pm_.c:369
msgid "Gateway device"
msgstr " "
-#: ../../network/network.pm_.c:371
+#: ../../network/network.pm_.c:381
msgid "Proxies configuration"
msgstr " proxies"
-#: ../../network/network.pm_.c:372
+#: ../../network/network.pm_.c:382
msgid "HTTP proxy"
msgstr "HTTP proxy"
-#: ../../network/network.pm_.c:373
+#: ../../network/network.pm_.c:383
msgid "FTP proxy"
msgstr "FTP proxy"
-#: ../../network/network.pm_.c:374
+#: ../../network/network.pm_.c:384
msgid "Track network card id (usefull for laptops)"
msgstr ""
-#: ../../network/network.pm_.c:377
+#: ../../network/network.pm_.c:387
msgid "Proxy should be http://..."
msgstr " proxy http://..."
-#: ../../network/network.pm_.c:378
+#: ../../network/network.pm_.c:388
msgid "Proxy should be ftp://..."
msgstr " proxy ftp://..."
-#: ../../network/tools.pm_.c:38
+#: ../../network/tools.pm_.c:39
msgid "Internet configuration"
msgstr " (Internet)"
-#: ../../network/tools.pm_.c:39
+#: ../../network/tools.pm_.c:40
msgid "Do you want to try to connect to the Internet now?"
msgstr " ;"
-#: ../../network/tools.pm_.c:43 ../../standalone/draknet_.c:189
+#: ../../network/tools.pm_.c:44 ../../standalone/draknet_.c:197
msgid "Testing your connection..."
msgstr " ... "
-#: ../../network/tools.pm_.c:49 ../../standalone/draknet_.c:220
+#: ../../network/tools.pm_.c:50
msgid "The system is now connected to Internet."
msgstr " ."
-#: ../../network/tools.pm_.c:50
+#: ../../network/tools.pm_.c:51
msgid "For Security reason, it will be disconnected now."
msgstr " , ."
-#: ../../network/tools.pm_.c:51 ../../standalone/draknet_.c:220
+#: ../../network/tools.pm_.c:52
msgid ""
"The system doesn't seem to be connected to internet.\n"
"Try to reconfigure your connection."
@@ -6171,85 +6672,89 @@ msgstr ""
" .\n"
" ."
-#: ../../network/tools.pm_.c:75
+#: ../../network/tools.pm_.c:76
msgid "Connection Configuration"
msgstr " "
-#: ../../network/tools.pm_.c:76
+#: ../../network/tools.pm_.c:77
msgid "Please fill or check the field below"
msgstr " "
-#: ../../network/tools.pm_.c:78 ../../standalone/draknet_.c:586
+#: ../../network/tools.pm_.c:79 ../../standalone/draknet_.c:608
msgid "Card IRQ"
msgstr "IRQ "
-#: ../../network/tools.pm_.c:79 ../../standalone/draknet_.c:587
+#: ../../network/tools.pm_.c:80 ../../standalone/draknet_.c:609
msgid "Card mem (DMA)"
msgstr "DMA "
-#: ../../network/tools.pm_.c:80 ../../standalone/draknet_.c:588
+#: ../../network/tools.pm_.c:81 ../../standalone/draknet_.c:610
msgid "Card IO"
msgstr "IO "
-#: ../../network/tools.pm_.c:81 ../../standalone/draknet_.c:589
+#: ../../network/tools.pm_.c:82 ../../standalone/draknet_.c:611
msgid "Card IO_0"
msgstr "IO_0 "
-#: ../../network/tools.pm_.c:82 ../../standalone/draknet_.c:590
+#: ../../network/tools.pm_.c:83 ../../standalone/draknet_.c:612
msgid "Card IO_1"
msgstr "IO_1 "
-#: ../../network/tools.pm_.c:83 ../../standalone/draknet_.c:591
+#: ../../network/tools.pm_.c:84 ../../standalone/draknet_.c:613
msgid "Your personal phone number"
msgstr " "
-#: ../../network/tools.pm_.c:84 ../../standalone/draknet_.c:592
+#: ../../network/tools.pm_.c:85 ../../standalone/draknet_.c:614
msgid "Provider name (ex provider.net)"
msgstr " (.. provider.net)"
-#: ../../network/tools.pm_.c:85 ../../standalone/draknet_.c:593
+#: ../../network/tools.pm_.c:86 ../../standalone/draknet_.c:615
msgid "Provider phone number"
msgstr " "
-#: ../../network/tools.pm_.c:86 ../../standalone/draknet_.c:594
+#: ../../network/tools.pm_.c:87 ../../standalone/draknet_.c:616
msgid "Provider dns 1 (optional)"
msgstr "Provider dns 1 ()"
-#: ../../network/tools.pm_.c:87 ../../standalone/draknet_.c:595
+#: ../../network/tools.pm_.c:88 ../../standalone/draknet_.c:617
msgid "Provider dns 2 (optional)"
msgstr "Provider dns 2 ()"
-#: ../../network/tools.pm_.c:88
+#: ../../network/tools.pm_.c:89
#, fuzzy
msgid "Choose your country"
msgstr " "
-#: ../../network/tools.pm_.c:89 ../../standalone/draknet_.c:598
+#: ../../network/tools.pm_.c:90 ../../standalone/draknet_.c:620
msgid "Dialing mode"
msgstr " "
-#: ../../network/tools.pm_.c:90 ../../standalone/draknet_.c:610
+#: ../../network/tools.pm_.c:91 ../../standalone/draknet_.c:632
msgid "Connection speed"
msgstr " "
-#: ../../network/tools.pm_.c:91 ../../standalone/draknet_.c:611
+#: ../../network/tools.pm_.c:92 ../../standalone/draknet_.c:633
#, fuzzy
msgid "Connection timeout (in sec)"
msgstr " : "
-#: ../../network/tools.pm_.c:92 ../../standalone/draknet_.c:596
+#: ../../network/tools.pm_.c:93 ../../standalone/draknet_.c:618
msgid "Account Login (user name)"
msgstr "' (user name)"
-#: ../../network/tools.pm_.c:93 ../../standalone/draknet_.c:597
+#: ../../network/tools.pm_.c:94 ../../standalone/draknet_.c:619
msgid "Account Password"
msgstr " "
-#: ../../partition_table.pm_.c:622
+#: ../../partition_table.pm_.c:600
+msgid "mount failed: "
+msgstr " : "
+
+#: ../../partition_table.pm_.c:664
msgid "Extended partition not supported on this platform"
msgstr " "
-#: ../../partition_table.pm_.c:640
+#: ../../partition_table.pm_.c:682
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 "
@@ -6259,21 +6764,21 @@ msgstr ""
" "
" "
-#: ../../partition_table.pm_.c:744
+#: ../../partition_table.pm_.c:770
#, c-format
msgid "Restoring from file %s failed: %s"
msgstr " %s : %s"
-#: ../../partition_table.pm_.c:746
+#: ../../partition_table.pm_.c:772
msgid "Bad backup file"
msgstr " "
-#: ../../partition_table.pm_.c:768
+#: ../../partition_table.pm_.c:794
#, c-format
msgid "Error writing to file %s"
msgstr " %s"
-#: ../../partition_table_raw.pm_.c:154
+#: ../../partition_table_raw.pm_.c:186
msgid ""
"Something bad is happening on your drive. \n"
"A test to check the integrity of data has failed. \n"
@@ -6320,7 +6825,7 @@ msgstr "LPD - Line Printer Daemon"
msgid "PDQ - Print, Don't Queue"
msgstr "PDQ - Print, Don't Queue"
-#: ../../printer.pm_.c:32
+#: ../../printer.pm_.c:32 ../../printer.pm_.c:871
msgid "CUPS"
msgstr ""
@@ -6336,66 +6841,145 @@ msgstr ""
msgid "PDQ"
msgstr ""
-#: ../../printer.pm_.c:40
+#: ../../printer.pm_.c:47
msgid "Local printer"
msgstr " "
-#: ../../printer.pm_.c:41
+#: ../../printer.pm_.c:48
msgid "Remote printer"
msgstr " "
-#: ../../printer.pm_.c:42
+#: ../../printer.pm_.c:49
#, fuzzy
msgid "Printer on remote CUPS server"
msgstr " CUPS"
-#: ../../printer.pm_.c:43
+#: ../../printer.pm_.c:50 ../../printerdrake.pm_.c:734
#, fuzzy
msgid "Printer on remote lpd server"
msgstr " lpd"
-#: ../../printer.pm_.c:44
-msgid "Network printer (socket)"
-msgstr " (socket)"
+#: ../../printer.pm_.c:51
+msgid "Network printer (TCP/Socket)"
+msgstr " (TCP/Socket)"
-#: ../../printer.pm_.c:45
+#: ../../printer.pm_.c:52
#, fuzzy
msgid "Printer on SMB/Windows 95/98/NT server"
msgstr "SMB/Windows 95/98/NT"
-#: ../../printer.pm_.c:46
+#: ../../printer.pm_.c:53
#, fuzzy
msgid "Printer on NetWare server"
msgstr " "
-#: ../../printer.pm_.c:47
+#: ../../printer.pm_.c:54 ../../printerdrake.pm_.c:738
#, fuzzy
msgid "Enter a printer device URI"
msgstr " URI"
-#: ../../printer.pm_.c:48
+#: ../../printer.pm_.c:55
#, fuzzy
msgid "Pipe job into a command"
msgstr " "
-#: ../../printer.pm_.c:418 ../../printer.pm_.c:839
-#: ../../printerdrake.pm_.c:1227 ../../printerdrake.pm_.c:2023
+#: ../../printer.pm_.c:504 ../../printer.pm_.c:695 ../../printer.pm_.c:1017
+#: ../../printerdrake.pm_.c:1665 ../../printerdrake.pm_.c:2730
msgid "Unknown model"
msgstr ""
-#: ../../printer.pm_.c:546 ../../printerdrake.pm_.c:790
+#: ../../printer.pm_.c:532
+#, fuzzy
+msgid "Local Printers"
+msgstr " "
+
+#: ../../printer.pm_.c:534 ../../printer.pm_.c:872
+#, fuzzy
+msgid "Remote Printers"
+msgstr " "
+
+#: ../../printer.pm_.c:541 ../../printerdrake.pm_.c:248
+#, c-format
+msgid " on parallel port \\/*%s"
+msgstr ""
+
+#: ../../printer.pm_.c:544 ../../printerdrake.pm_.c:250
+#, c-format
+msgid ", USB printer \\/*%s"
+msgstr ""
+
+#: ../../printer.pm_.c:549
+#, c-format
+msgid ", multi-function device on parallel port \\/*%s"
+msgstr ""
+
+#: ../../printer.pm_.c:552
+msgid ", multi-function device on USB"
+msgstr ""
+
+#: ../../printer.pm_.c:554
+msgid ", multi-function device on HP JetDirect"
+msgstr ""
+
+#: ../../printer.pm_.c:556
+msgid ", multi-function device"
+msgstr ""
+
+#: ../../printer.pm_.c:559
+#, fuzzy, c-format
+msgid ", printing to %s"
+msgstr " %s"
+
+#: ../../printer.pm_.c:561
+#, c-format
+msgid "on LPD server \"%s\", printer \"%s\""
+msgstr ""
+
+#: ../../printer.pm_.c:563
+#, c-format
+msgid ", TCP/IP host \"%s\", port %s"
+msgstr ""
+
+#: ../../printer.pm_.c:567
+#, c-format
+msgid "on Windows server \"%s\", share \"%s\""
+msgstr ""
+
+#: ../../printer.pm_.c:571
+#, c-format
+msgid "on Novell server \"%s\", printer \"%s\""
+msgstr ""
+
+#: ../../printer.pm_.c:573
+#, c-format
+msgid ", using command %s"
+msgstr ""
+
+#: ../../printer.pm_.c:692 ../../printerdrake.pm_.c:1136
msgid "Raw printer (No driver)"
msgstr ""
-#: ../../printer.pm_.c:693
+#: ../../printer.pm_.c:841
#, fuzzy, c-format
msgid "(on %s)"
msgstr "(module %s)"
-#: ../../printer.pm_.c:695
+#: ../../printer.pm_.c:843
msgid "(on this machine)"
msgstr ""
+#: ../../printer.pm_.c:868
+#, fuzzy, c-format
+msgid "On CUPS server \"%s\""
+msgstr "IP CUPS:"
+
+#: ../../printer.pm_.c:874 ../../printerdrake.pm_.c:2391
+#: ../../printerdrake.pm_.c:2402 ../../printerdrake.pm_.c:2618
+#: ../../printerdrake.pm_.c:2670 ../../printerdrake.pm_.c:2697
+#: ../../printerdrake.pm_.c:2867 ../../printerdrake.pm_.c:2869
+msgid " (Default)"
+msgstr " ( ' )"
+
#: ../../printerdrake.pm_.c:22
msgid "Select Printer Connection"
msgstr " "
@@ -6408,176 +6992,347 @@ msgstr " ;"
#, fuzzy
msgid ""
"\n"
-"Printers on remote CUPS servers you do not have to configure\n"
-"here; these printers will be automatically detected. Please\n"
-"select \"Printer on remote CUPS server\" in this case."
+"Printers on remote CUPS servers you do not have to configure here; these "
+"printers will be automatically detected."
msgstr ""
" CUPS, \n"
". , \n"
" . , \n"
"IP CUPS ."
-#: ../../printerdrake.pm_.c:84 ../../printerdrake.pm_.c:88
-#: ../../printerdrake.pm_.c:89 ../../printerdrake.pm_.c:159
+#: ../../printerdrake.pm_.c:69 ../../printerdrake.pm_.c:2454
#, fuzzy
-msgid "None"
-msgstr ""
+msgid "CUPS configuration"
+msgstr " L"
-#: ../../printerdrake.pm_.c:85 ../../printerdrake.pm_.c:160
+#: ../../printerdrake.pm_.c:70 ../../printerdrake.pm_.c:2455
#, fuzzy
-msgid "Choose a default printer!"
-msgstr " ' :"
+msgid "Specify CUPS server"
+msgstr " CUPS"
-#: ../../printerdrake.pm_.c:105
+#: ../../printerdrake.pm_.c:71
msgid ""
-"With remote CUPS servers, you do not have to configure any \n"
-"printer here; CUPS servers inform your machine automatically\n"
-"about their printers. All printers known to your machine\n"
-"currently are listed in the \"Default printer\" field. Choose\n"
-"the default printer for your machine there and click the\n"
-"\"Apply/Re-read printers\" button. Click the same button to\n"
-"refresh the list (it can take up to 30 seconds after the start\n"
-"of CUPS until all remote printers are visible).\n"
-"When your CUPS server is in a different network, you have to \n"
-"give the CUPS server IP address and optionally the port number\n"
-"to get the printer information from the server, otherwise leave\n"
-"these fields blank."
+"To get access to printers on remote CUPS servers in your local network you "
+"do not have to configure anything; the CUPS servers inform your machine "
+"automatically about their printers. All printers currently known to your "
+"machine are listed in the \"Remote printers\" section in the main window of "
+"Printerdrake. When your CUPS server is not in your local network, you have "
+"to enter the CUPS server IP address and optionally the port number to get "
+"the printer information from the server, otherwise leave these fields blank."
msgstr ""
-#: ../../printerdrake.pm_.c:117
+#: ../../printerdrake.pm_.c:72
msgid ""
"\n"
-"Normally, CUPS is automatically configured according to your\n"
-"network environment, so that you can access the printers on the\n"
-"CUPS servers in your local network. If this does not work \n"
-"correctly, turn off \"Automatic CUPS configuration\" and edit\n"
-"your file /etc/cups/cupsd.conf manually. Do not forget to restart\n"
-"CUPS afterwards (command: \"service cups restart\")."
+"Normally, CUPS is automatically configured according to your network "
+"environment, so that you can access the printers on the CUPS servers in your "
+"local network. If this does not work correctly, turn off \"Automatic CUPS "
+"configuration\" and edit your file /etc/cups/cupsd.conf manually. Do not "
+"forget to restart CUPS afterwards (command: \"service cups restart\")."
msgstr ""
-#: ../../printerdrake.pm_.c:124 ../../printerdrake.pm_.c:1290
-#: ../../printerdrake.pm_.c:1294 ../../printerdrake.pm_.c:1295
-#: ../../printerdrake.pm_.c:1296 ../../printerdrake.pm_.c:2011
-msgid "Close"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:125
-#, fuzzy
-msgid "Apply/Re-read printers"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:129
+#: ../../printerdrake.pm_.c:76
msgid "The IP address should look like 192.168.1.20"
msgstr " IP 192.168.1.20"
-#: ../../printerdrake.pm_.c:134 ../../printerdrake.pm_.c:541
+#: ../../printerdrake.pm_.c:80 ../../printerdrake.pm_.c:862
msgid "The port number should be an integer!"
msgstr " !"
-#: ../../printerdrake.pm_.c:141 ../../printerdrake.pm_.c:2095
-#, fuzzy
-msgid "Default printer"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:146
+#: ../../printerdrake.pm_.c:87
msgid "CUPS server IP"
msgstr "IP CUPS:"
-#: ../../printerdrake.pm_.c:147 ../../printerdrake.pm_.c:534
+#: ../../printerdrake.pm_.c:88 ../../printerdrake.pm_.c:855
msgid "Port"
msgstr ""
-#: ../../printerdrake.pm_.c:149
+#: ../../printerdrake.pm_.c:90
#, fuzzy
msgid "Automatic CUPS configuration"
msgstr "Boot "
-#: ../../printerdrake.pm_.c:217
+#: ../../printerdrake.pm_.c:145 ../../standalone/scannerdrake_.c:42
#, fuzzy
msgid "Detecting devices ..."
msgstr " ..."
-#: ../../printerdrake.pm_.c:217
+#: ../../printerdrake.pm_.c:145 ../../standalone/scannerdrake_.c:42
msgid "Test ports"
msgstr " "
-#: ../../printerdrake.pm_.c:238
-#, c-format
-msgid "A printer, model \"%s\", has been detected on "
-msgstr " \"%s\" "
+#: ../../printerdrake.pm_.c:167 ../../printerdrake.pm_.c:2437
+#: ../../printerdrake.pm_.c:2556
+#, fuzzy
+msgid "Add a new printer"
+msgstr " "
+
+#: ../../printerdrake.pm_.c:168
+msgid ""
+"\n"
+"Welcome to the Printer Setup Wizard\n"
+"\n"
+"This wizard allows you to install local or remote printers to be used from "
+"this machine and also from other machines in the network.\n"
+"\n"
+"It asks you for all necessary information to set up the printer and gives "
+"you access to all available printer drivers, driver options, and printer "
+"connection types."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:176 ../../printerdrake.pm_.c:203
+#: ../../printerdrake.pm_.c:378 ../../printerdrake.pm_.c:393
+#: ../../printerdrake.pm_.c:403 ../../printerdrake.pm_.c:466
+#, fuzzy
+msgid "Local Printer"
+msgstr " "
+
+#: ../../printerdrake.pm_.c:177
+msgid ""
+"\n"
+"Welcome to the Printer Setup Wizard\n"
+"\n"
+"This wizard will help you to install your printer(s) connected to this "
+"computer.\n"
+"\n"
+"Please plug in your printer(s) on this computer and turn it/them on. Click "
+"on \"Next\" when you are ready, and on \"Cancel\" when you do not want to "
+"set up your printer(s) now.\n"
+"\n"
+"Note that some computers can crash during the printer auto-detection, turn "
+"off \"Auto-detect printers\" to do a printer installation without auto-"
+"detection. Use the \"Expert Mode\" of printerdrake when you want to set up "
+"printing on a remote printer if printerdrake does not list it automatically."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:186
+#, fuzzy
+msgid "Auto-detect printers"
+msgstr " "
+
+#: ../../printerdrake.pm_.c:204
+msgid ""
+"\n"
+"Congratulations, your printer is now installed and configured!\n"
+"\n"
+"You can print using the \"Print\" command of your application (usually in "
+"the \"File\" menu).\n"
+"\n"
+"If you want to add, remove, or rename a printer, or if you want to change "
+"the default option settings (paper input tray, printout quality, ...), "
+"select \"Printer\" in the \"Hardware\" section of the Mandrake Control "
+"Center."
+msgstr ""
-#: ../../printerdrake.pm_.c:255
-msgid "Local Printer Device"
-msgstr " "
+#: ../../printerdrake.pm_.c:223
+msgid "Auto-Detection of Printers"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:224
+msgid ""
+"Printerdrake is able to auto-detect your locally connected parallel and USB "
+"printers for you, but note that on some systems the auto-detection CAN "
+"FREEZE YOUR SYSTEM AND THIS CAN LEAD TO CORRUPTED FILE SYSTEMS! So do it ON "
+"YOUR OWN RISK!\n"
+"\n"
+"Do you really want to get your printers auto-detected?"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:227 ../../printerdrake.pm_.c:229
+#: ../../printerdrake.pm_.c:230
+#, fuzzy
+msgid "Do auto-detection"
+msgstr " "
+
+#: ../../printerdrake.pm_.c:228
+#, fuzzy
+msgid "Set up printer manually"
+msgstr " "
#: ../../printerdrake.pm_.c:256
+#, fuzzy, c-format
+msgid "Detected %s"
+msgstr " %s"
+
+#: ../../printerdrake.pm_.c:260 ../../printerdrake.pm_.c:287
+#: ../../printerdrake.pm_.c:306
+#, c-format
+msgid "Printer on parallel port \\/*%s"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:262 ../../printerdrake.pm_.c:289
+#: ../../printerdrake.pm_.c:311
+#, c-format
+msgid "USB printer \\/*%s"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:379
msgid ""
-"What device is your printer connected to \n"
-"(note that /dev/lp0 is equivalent to LPT1:)?\n"
+"No local printer found! To manually install a printer enter a device name/"
+"file name in the input line (Parallel Ports: /dev/lp0, /dev/lp1, ..., "
+"equivalent to LPT1:, LPT2:, ..., 1st USB printer: /dev/usb/lp0, 2nd USB "
+"printer: /dev/usb/lp1, ...)."
msgstr ""
-" ;\n"
-"(: /dev/lp0 LPT1:)\n"
-#: ../../printerdrake.pm_.c:258
-msgid "Printer Device"
-msgstr " "
+#: ../../printerdrake.pm_.c:383
+#, fuzzy
+msgid "You must enter a device or file name!"
+msgstr " URI"
+
+#: ../../printerdrake.pm_.c:394
+#, fuzzy
+msgid ""
+"No local printer found!\n"
+"\n"
+msgstr " "
-#: ../../printerdrake.pm_.c:261
-msgid "Device/file name missing!"
-msgstr " !"
+#: ../../printerdrake.pm_.c:395
+msgid ""
+"Network printers can only be installed after the installation. Choose "
+"\"Hardware\" and then \"Printer\" in the Mandrake Control Center."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:396
+msgid ""
+"To install network printers, click \"Cancel\", switch to the \"Expert Mode"
+"\", and click \"Add a new printer\" again."
+msgstr ""
-#: ../../printerdrake.pm_.c:274 ../../printerdrake.pm_.c:698
-#: ../../printerdrake.pm_.c:786
+#: ../../printerdrake.pm_.c:407
+msgid ""
+"The following printer was auto-detected, if it is not the one you want to "
+"configure, enter a device name/file name in the input line"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:408
+msgid ""
+"Here is a list of all auto-detected printers. Please choose the printer you "
+"want to set up or enter a device name/file name in the input line"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:410
+msgid ""
+"The following printer was auto-detected. The configuration of the printer "
+"will work fully automatically. If your printer was not correctly detected or "
+"if you prefer a customized printer configuration, turn on \"Manual "
+"configuration\"."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:411
+msgid ""
+"Here is a list of all auto-detected printers. Please choose the printer you "
+"want to set up. The configuration of the printer will work fully "
+"automatically. If your printer was not correctly detected or if you prefer a "
+"customized printer configuration, turn on \"Manual configuration\"."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:413
+msgid ""
+"Please choose the port where your printer is connected to or enter a device "
+"name/file name in the input line"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:414
+#, fuzzy
+msgid "Please choose the port where your printer is connected to."
+msgstr " modem ;"
+
+#: ../../printerdrake.pm_.c:416
+msgid ""
+" (Parallel Ports: /dev/lp0, /dev/lp1, ..., equivalent to LPT1:, LPT2:, ..., "
+"1st USB printer: /dev/usb/lp0, 2nd USB printer: /dev/usb/lp1, ...)."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:421
+#, fuzzy
+msgid "You must choose/enter a printer/device!"
+msgstr " URI"
+
+#: ../../printerdrake.pm_.c:441
+#, fuzzy
+msgid "Manual configuration"
+msgstr " "
+
+#: ../../printerdrake.pm_.c:467
+msgid ""
+"Is your printer a multi-function device from HP (OfficeJet, PSC, PhotoSmart, "
+"LaserJet 1100/1200/1220/3200/3300 with scanner)?"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:482
+#, fuzzy
+msgid "Installing HPOJ package..."
+msgstr " %s"
+
+#: ../../printerdrake.pm_.c:487
+msgid "Checking device and configuring HPOJ ..."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:505
+#, fuzzy
+msgid "Installing SANE package..."
+msgstr " %s"
+
+#: ../../printerdrake.pm_.c:517
+msgid "Scanning on your HP multi-function device"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:534
+#, fuzzy
+msgid "Making printer port available for CUPS ..."
+msgstr " CUPS"
+
+#: ../../printerdrake.pm_.c:544 ../../printerdrake.pm_.c:1018
+#: ../../printerdrake.pm_.c:1132
#, fuzzy
msgid "Reading printer database ..."
msgstr " CUPS"
-#: ../../printerdrake.pm_.c:312
+#: ../../printerdrake.pm_.c:624
msgid "Remote lpd Printer Options"
msgstr " lpd "
-#: ../../printerdrake.pm_.c:313
+#: ../../printerdrake.pm_.c:625
#, fuzzy
msgid ""
-"To use a remote lpd printer, you need to supply\n"
-"the hostname of the printer server and the printer name\n"
-"on that server."
+"To use a remote lpd printer, you need to supply the hostname of the printer "
+"server and the printer name on that server."
msgstr ""
" \n"
"lpd, \n"
", \n"
" ."
-#: ../../printerdrake.pm_.c:316
+#: ../../printerdrake.pm_.c:626
#, fuzzy
msgid "Remote host name"
msgstr " :"
-#: ../../printerdrake.pm_.c:317
+#: ../../printerdrake.pm_.c:627
#, fuzzy
msgid "Remote printer name"
msgstr " "
-#: ../../printerdrake.pm_.c:320
+#: ../../printerdrake.pm_.c:630
msgid "Remote host name missing!"
msgstr " !"
-#: ../../printerdrake.pm_.c:324
+#: ../../printerdrake.pm_.c:634
#, fuzzy
msgid "Remote printer name missing!"
msgstr " !"
-#: ../../printerdrake.pm_.c:392
+#: ../../printerdrake.pm_.c:702
msgid "SMB (Windows 9x/NT) Printer Options"
msgstr " SMB (Windows 9x/NT)"
-#: ../../printerdrake.pm_.c:393
+#: ../../printerdrake.pm_.c:703
+#, fuzzy
msgid ""
-"To print to a SMB printer, you need to provide the\n"
-"SMB host name (Note! It may be different from its\n"
-"TCP/IP hostname!) and possibly the IP address of the print server, as\n"
-"well as the share name for the printer you wish to access and any\n"
-"applicable user name, password, and workgroup information."
+"To print to a SMB printer, you need to provide the SMB host name (Note! It "
+"may be different from its TCP/IP hostname!) and possibly the IP address of "
+"the print server, as well as the share name for the printer you wish to "
+"access and any applicable user name, password, and workgroup information."
msgstr ""
" SMB , \n"
"SMB (! \n"
@@ -6586,40 +7341,86 @@ msgstr ""
", \n"
", ."
-#: ../../printerdrake.pm_.c:398
+#: ../../printerdrake.pm_.c:704
msgid "SMB server host"
msgstr " SMB :"
-#: ../../printerdrake.pm_.c:399
+#: ../../printerdrake.pm_.c:705
msgid "SMB server IP"
msgstr "IP SMB :"
-#: ../../printerdrake.pm_.c:400
+#: ../../printerdrake.pm_.c:706
msgid "Share name"
msgstr " :"
-#: ../../printerdrake.pm_.c:403
+#: ../../printerdrake.pm_.c:709
msgid "Workgroup"
msgstr " :"
-#: ../../printerdrake.pm_.c:410
+#: ../../printerdrake.pm_.c:716
msgid "Either the server name or the server's IP must be given!"
msgstr " IP !"
-#: ../../printerdrake.pm_.c:414
+#: ../../printerdrake.pm_.c:720
msgid "Samba share name missing!"
msgstr " Samba !"
-#: ../../printerdrake.pm_.c:473
+#: ../../printerdrake.pm_.c:725
+msgid "SECURITY WARNING!"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:726
+#, c-format
+msgid ""
+"You are about to set up printing to a Windows account with password. Due to "
+"a fault in the architecture of the Samba client software the password is put "
+"in clear text into the command line of the Samba client used to transmit the "
+"print job to the Windows server. So it is possible for every user on this "
+"machine to display the password on the screen by issuing commands as \"ps "
+"auxwww\".\n"
+"\n"
+"We recommend to make use of one of the following alternatives (in all cases "
+"you have to make sure that only machines from your local network have access "
+"to your Windows server, for example by means of a firewall):\n"
+"\n"
+"Use a password-less account on your Windows server, as the \"GUEST\" account "
+"or a special account dedicated for printing. Do not remove the password "
+"protection from a personal account or the administrator account.\n"
+"\n"
+"Set up your Windows server to make the printer available under the LPD "
+"protocol. Then set up printing from this machine with the \"%s\" connection "
+"type in Printerdrake.\n"
+"\n"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:736
+#, c-format
+msgid ""
+"Set up your Windows server to make the printer available under the IPP "
+"protocol and set up printing from this machine with the \"%s\" connection "
+"type in Printerdrake.\n"
+"\n"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:739
+msgid ""
+"Connect your printer to a Linux server and let your Windows machine(s) "
+"connect to it as a client.\n"
+"\n"
+"Do you really want to continue setting up this printer as you are doing now?"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:801
msgid "NetWare Printer Options"
msgstr " NetWare"
-#: ../../printerdrake.pm_.c:474
+#: ../../printerdrake.pm_.c:802
+#, fuzzy
msgid ""
-"To print on a NetWare printer, you need to provide the\n"
-"NetWare print server name (Note! it may be different from its\n"
-"TCP/IP hostname!) as well as the print queue name for the printer you\n"
-"wish to access and any applicable user name and password."
+"To print on a NetWare printer, you need to provide the NetWare print server "
+"name (Note! it may be different from its TCP/IP hostname!) as well as the "
+"print queue name for the printer you wish to access and any applicable user "
+"name and password."
msgstr ""
" NetWare, \n"
" NetWare (! \n"
@@ -6627,52 +7428,52 @@ msgstr ""
" , \n"
" ."
-#: ../../printerdrake.pm_.c:478
+#: ../../printerdrake.pm_.c:803
msgid "Printer Server"
msgstr " "
-#: ../../printerdrake.pm_.c:479
+#: ../../printerdrake.pm_.c:804
msgid "Print Queue Name"
msgstr " "
-#: ../../printerdrake.pm_.c:484
+#: ../../printerdrake.pm_.c:809
msgid "NCP server name missing!"
msgstr " NCP !"
-#: ../../printerdrake.pm_.c:488
+#: ../../printerdrake.pm_.c:813
msgid "NCP queue name missing!"
msgstr " NCP !"
-#: ../../printerdrake.pm_.c:527
-msgid "Socket Printer Options"
+#: ../../printerdrake.pm_.c:852
+#, fuzzy
+msgid "TCP/Socket Printer Options"
msgstr " socket"
-#: ../../printerdrake.pm_.c:528
+#: ../../printerdrake.pm_.c:853
#, fuzzy
msgid ""
-"To print to a socket printer, you need to provide the\n"
-"host name of the printer and optionally the port number.\n"
-"On HP JetDirect servers the port number is usually 9100,\n"
-"on other servers it can vary. See the manual of your\n"
+"To print to a TCP or socket printer, you need to provide the host name of "
+"the printer and optionally the port number. On HP JetDirect servers the port "
+"number is usually 9100, on other servers it can vary. See the manual of your "
"hardware."
msgstr ""
" socket, \n"
" ."
-#: ../../printerdrake.pm_.c:533
+#: ../../printerdrake.pm_.c:854
#, fuzzy
msgid "Printer host name"
msgstr " "
-#: ../../printerdrake.pm_.c:537
+#: ../../printerdrake.pm_.c:858
msgid "Printer host name missing!"
msgstr " !"
-#: ../../printerdrake.pm_.c:566 ../../printerdrake.pm_.c:568
+#: ../../printerdrake.pm_.c:887 ../../printerdrake.pm_.c:889
msgid "Printer Device URI"
msgstr " URI"
-#: ../../printerdrake.pm_.c:567
+#: ../../printerdrake.pm_.c:888
#, fuzzy
msgid ""
"You can specify directly the URI to access the printer. The URI must fulfill "
@@ -6683,168 +7484,215 @@ msgstr ""
" CUPS Foomatic . "
" URI spoolers."
-#: ../../printerdrake.pm_.c:582
+#: ../../printerdrake.pm_.c:903
msgid "A valid URI must be entered!"
msgstr " URI !"
-#: ../../printerdrake.pm_.c:682
+#: ../../printerdrake.pm_.c:1004
+#, fuzzy
msgid ""
-"Every printer needs a name (for example lp).\n"
-"The Description and Location fields do not need \n"
-"to be filled in. They are comments for the users."
+"Every printer needs a name (for example \"printer\"). The Description and "
+"Location fields do not need to be filled in. They are comments for the users."
msgstr ""
" (.. lp).\n"
" \n"
". ."
-#: ../../printerdrake.pm_.c:685
+#: ../../printerdrake.pm_.c:1005
msgid "Name of printer"
msgstr " "
-#: ../../printerdrake.pm_.c:686
+#: ../../printerdrake.pm_.c:1006
msgid "Description"
msgstr ""
-#: ../../printerdrake.pm_.c:687
+#: ../../printerdrake.pm_.c:1007
msgid "Location"
msgstr ""
-#: ../../printerdrake.pm_.c:701
+#: ../../printerdrake.pm_.c:1021
#, fuzzy
msgid "Preparing printer database ..."
msgstr " CUPS"
-#: ../../printerdrake.pm_.c:793
+#: ../../printerdrake.pm_.c:1112
+#, fuzzy
+msgid "Your printer model"
+msgstr " "
+
+#: ../../printerdrake.pm_.c:1113
+#, c-format
+msgid ""
+"Printerdrake has compared the model name resulting from the printer auto-"
+"detection with the models listed in its printer database to find the best "
+"match. This choice can be wrong, especially when your printer is not listed "
+"at all in the database. So check whether the choice is correct and click "
+"\"The model is correct\" if so and if not, click \"Select model manually\" "
+"so that you can choose your printer model manually on the next screen.\n"
+"\n"
+"For your printer Printerdrake has found:\n"
+"\n"
+"%s"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1118 ../../printerdrake.pm_.c:1121
+#, fuzzy
+msgid "The model is correct"
+msgstr ";"
+
+#: ../../printerdrake.pm_.c:1119 ../../printerdrake.pm_.c:1120
+#: ../../printerdrake.pm_.c:1123
+#, fuzzy
+msgid "Select model manually"
+msgstr " "
+
+#: ../../printerdrake.pm_.c:1139
msgid "Printer model selection"
msgstr " "
-#: ../../printerdrake.pm_.c:794
+#: ../../printerdrake.pm_.c:1140
msgid "Which printer model do you have?"
msgstr " ;"
-#: ../../printerdrake.pm_.c:866
+#: ../../printerdrake.pm_.c:1141
+msgid ""
+"\n"
+"\n"
+"Please check whether Printerdrake did the auto-detection of your printer "
+"model correctly. Search the correct model in the list when the cursor is "
+"standing on a wrong model or on \"Raw printer\"."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1144
+msgid ""
+"If your printer is not listed, choose a compatible (see printer manual) or a "
+"similar one."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1220
#, fuzzy
msgid "OKI winprinter configuration"
msgstr " (Internet)"
-#: ../../printerdrake.pm_.c:867
+#: ../../printerdrake.pm_.c:1221
msgid ""
"You are configuring an OKI laser winprinter. These printers\n"
-"use a very special communication protocol and therefore they\n"
-"work only when connected to the first parallel port. When\n"
-"your printer is connected to another port or to a print\n"
-"server box please connect the printer to the first parallel\n"
-"port before you print a test page. Otherwise the printer\n"
-"will not work. Your connection type setting will be ignored\n"
-"by the driver."
+"use a very special communication protocol and therefore they work only when "
+"connected to the first parallel port. When your printer is connected to "
+"another port or to a print server box please connect the printer to the "
+"first parallel port before you print a test page. Otherwise the printer will "
+"not work. Your connection type setting will be ignored by the driver."
msgstr ""
-#: ../../printerdrake.pm_.c:916 ../../printerdrake.pm_.c:946
+#: ../../printerdrake.pm_.c:1264 ../../printerdrake.pm_.c:1291
#, fuzzy
msgid "Lexmark inkjet configuration"
msgstr " (Internet)"
-#: ../../printerdrake.pm_.c:917
+#: ../../printerdrake.pm_.c:1265
msgid ""
-"The inkjet printer drivers provided by Lexmark only support\n"
-"local printers, no printers on remote machines or print server\n"
-"boxes. Please connect your printer to a local port or\n"
-"configure it on the machine where it is connected to."
+"The inkjet printer drivers provided by Lexmark only support local printers, "
+"no printers on remote machines or print server boxes. Please connect your "
+"printer to a local port or configure it on the machine where it is connected "
+"to."
msgstr ""
-#: ../../printerdrake.pm_.c:947
+#: ../../printerdrake.pm_.c:1292
msgid ""
-"To be able to print with your Lexmark inkjet and this\n"
-"configuration, you need the inkjet printer drivers\n"
-"provided by Lexmark (http://www.lexmark.com/). Go to\n"
-"the US site and click on the \"Drivers\" button. Then\n"
-"choose your model and afterwards \"Linux\" as\n"
-"operating system. The drivers come as RPM packages\n"
-"or shell scripts with interactive graphical installation.\n"
-"You do not need to do this configuration by the\n"
-"graphical frontends. Cancel directly after the license\n"
-"agreement. Then print printhead alignment pages with\n"
-"\"lexmarkmaintain\" and adjust the head alignment\n"
-"settings with this program."
+"To be able to print with your Lexmark inkjet and this configuration, you "
+"need the inkjet printer drivers provided by Lexmark (http://www.lexmark."
+"com/). Go to the US site and click on the \"Drivers\" button. Then choose "
+"your model and afterwards \"Linux\" as operating system. The drivers come as "
+"RPM packages or shell scripts with interactive graphical installation. You "
+"do not need to do this configuration by the graphical frontends. Cancel "
+"directly after the license agreement. Then print printhead alignment pages "
+"with \"lexmarkmaintain\" and adjust the head alignment settings with this "
+"program."
msgstr ""
-#: ../../printerdrake.pm_.c:1079
+#: ../../printerdrake.pm_.c:1508
msgid ""
"Printer default settings\n"
-"You should make sure that the page size and the\n"
-"ink type (if available) are set correctly. Note\n"
-"that with a very high printout quality printing\n"
-"can get substantially slower."
+"\n"
+"You should make sure that the page size and the ink type/printing mode (if "
+"available) and also the hardware configuration of laser printers (memory, "
+"duplex unit, extra trays) are set correctly. Note that with a very high "
+"printout quality/resolution printing can get substantially slower."
msgstr ""
-#: ../../printerdrake.pm_.c:1090
+#: ../../printerdrake.pm_.c:1517
#, c-format
msgid "Option %s must be an integer number!"
msgstr " %s !"
-#: ../../printerdrake.pm_.c:1094
+#: ../../printerdrake.pm_.c:1521
#, c-format
msgid "Option %s must be a number!"
msgstr " %s !"
-#: ../../printerdrake.pm_.c:1099
+#: ../../printerdrake.pm_.c:1526
#, c-format
msgid "Option %s out of range!"
msgstr " %s !"
-#: ../../printerdrake.pm_.c:1136
+#: ../../printerdrake.pm_.c:1565
#, fuzzy, c-format
msgid ""
"Do you want to set this printer (\"%s\")\n"
"as the default printer?"
msgstr " ;"
-#: ../../printerdrake.pm_.c:1152
+#: ../../printerdrake.pm_.c:1582
#, fuzzy
msgid "Test pages"
msgstr " "
-#: ../../printerdrake.pm_.c:1153
+#: ../../printerdrake.pm_.c:1583
msgid ""
"Please select the test pages you want to print.\n"
-"Note: the photo test page can take a rather long time to get printed\n"
-"and on laser printers with too low memory it can even not come out.\n"
-"In most cases it is enough to print the standard test page."
+"Note: the photo test page can take a rather long time to get printed and on "
+"laser printers with too low memory it can even not come out. In most cases "
+"it is enough to print the standard test page."
msgstr ""
-#: ../../printerdrake.pm_.c:1158
+#: ../../printerdrake.pm_.c:1587
msgid "No test pages"
msgstr ""
-#: ../../printerdrake.pm_.c:1159
+#: ../../printerdrake.pm_.c:1588
#, fuzzy
msgid "Print"
msgstr ""
-#: ../../printerdrake.pm_.c:1161
+#: ../../printerdrake.pm_.c:1590
#, fuzzy
msgid "Standard test page"
msgstr ""
-#: ../../printerdrake.pm_.c:1164
+#: ../../printerdrake.pm_.c:1593
msgid "Alternative test page (Letter)"
msgstr ""
-#: ../../printerdrake.pm_.c:1167
+#: ../../printerdrake.pm_.c:1596
#, fuzzy
msgid "Alternative test page (A4)"
msgstr " ..."
-#: ../../printerdrake.pm_.c:1169
+#: ../../printerdrake.pm_.c:1598
#, fuzzy
msgid "Photo test page"
msgstr " ..."
-#: ../../printerdrake.pm_.c:1175 ../../printerdrake.pm_.c:1297
+#: ../../printerdrake.pm_.c:1602
+#, fuzzy
+msgid "Do not print any test page"
+msgstr " ..."
+
+#: ../../printerdrake.pm_.c:1610 ../../printerdrake.pm_.c:1747
msgid "Printing test page(s)..."
msgstr " ..."
-#: ../../printerdrake.pm_.c:1200
+#: ../../printerdrake.pm_.c:1635
#, fuzzy, c-format
msgid ""
"Test page(s) have been sent to the printer.\n"
@@ -6860,7 +7708,7 @@ msgstr ""
"\n"
" "
-#: ../../printerdrake.pm_.c:1204
+#: ../../printerdrake.pm_.c:1639
#, fuzzy
msgid ""
"Test page(s) have been sent to the printer.\n"
@@ -6870,33 +7718,33 @@ msgstr ""
" .\n"
" ;"
-#: ../../printerdrake.pm_.c:1211
+#: ../../printerdrake.pm_.c:1646
msgid "Did it work properly?"
msgstr ""
-#: ../../printerdrake.pm_.c:1229 ../../printerdrake.pm_.c:2025
+#: ../../printerdrake.pm_.c:1667 ../../printerdrake.pm_.c:2732
#, fuzzy
msgid "Raw printer"
msgstr " "
-#: ../../printerdrake.pm_.c:1237
+#: ../../printerdrake.pm_.c:1685
#, c-format
msgid ""
"To print a file from the command line (terminal window) you can either use "
"the command \"%s <file>\" or a graphical printing tool: \"xpp <file>\" or "
-"\"qtcups <file>\". The graphical tools allow you to choose the printer and "
+"\"kprinter <file>\". The graphical tools allow you to choose the printer and "
"to modify the option settings easily.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:1239
+#: ../../printerdrake.pm_.c:1687
msgid ""
"These commands you can also use in the \"Printing command\" field of the "
"printing dialogs of many applications, but here do not supply the file name "
"because the file to print is provided by the application.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:1242 ../../printerdrake.pm_.c:1254
-#: ../../printerdrake.pm_.c:1266
+#: ../../printerdrake.pm_.c:1690 ../../printerdrake.pm_.c:1706
+#: ../../printerdrake.pm_.c:1716
#, c-format
msgid ""
"\n"
@@ -6905,43 +7753,49 @@ msgid ""
"line, e. g. \"%s <file>\". "
msgstr ""
-#: ../../printerdrake.pm_.c:1244 ../../printerdrake.pm_.c:1284
+#: ../../printerdrake.pm_.c:1693 ../../printerdrake.pm_.c:1732
+#, c-format
+msgid ""
+"To know about the options available for the current printer read either the "
+"list shown below or click on the \"Print option list\" button.%s\n"
+"\n"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1696
msgid ""
-"To get a list of the options available for the current printer read either "
-"the list shown below or click on the \"Print option list\" button.\n"
+"Here is a list of the available printing options for the current printer:\n"
"\n"
msgstr ""
-#: ../../printerdrake.pm_.c:1249 ../../printerdrake.pm_.c:1261
+#: ../../printerdrake.pm_.c:1701 ../../printerdrake.pm_.c:1711
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
"<file>\".\n"
msgstr ""
-#: ../../printerdrake.pm_.c:1251 ../../printerdrake.pm_.c:1263
-#: ../../printerdrake.pm_.c:1275
+#: ../../printerdrake.pm_.c:1703 ../../printerdrake.pm_.c:1713
+#: ../../printerdrake.pm_.c:1723
msgid ""
"This command you can also use in the \"Printing command\" field of the "
"printing dialogs of many applications. But here do not supply the file name "
"because the file to print is provided by the application.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:1256 ../../printerdrake.pm_.c:1268
+#: ../../printerdrake.pm_.c:1708 ../../printerdrake.pm_.c:1718
msgid ""
"To get a list of the options available for the current printer click on the "
-"\"Print option list\" button.\n"
-"\n"
+"\"Print option list\" button."
msgstr ""
-#: ../../printerdrake.pm_.c:1273
+#: ../../printerdrake.pm_.c:1721
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
"<file>\" or \"%s <file>\".\n"
msgstr ""
-#: ../../printerdrake.pm_.c:1277
+#: ../../printerdrake.pm_.c:1725
msgid ""
"You can also use the graphical interface \"xpdq\" for setting options and "
"handling printing jobs.\n"
@@ -6951,7 +7805,7 @@ msgid ""
"jams.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:1281
+#: ../../printerdrake.pm_.c:1729
#, c-format
msgid ""
"\n"
@@ -6960,85 +7814,122 @@ msgid ""
"line, e. g. \"%s <file>\".\n"
msgstr ""
-#: ../../printerdrake.pm_.c:1292
+#: ../../printerdrake.pm_.c:1738 ../../printerdrake.pm_.c:1744
+#: ../../printerdrake.pm_.c:1745 ../../printerdrake.pm_.c:1746
+#: ../../printerdrake.pm_.c:2716 ../../standalone/drakbackup_.c:754
+#: ../../standalone/drakbackup_.c:2458 ../../standalone/drakfont_.c:577
+#: ../../standalone/drakfont_.c:791
+msgid "Close"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1741 ../../printerdrake.pm_.c:1753
+#, fuzzy, c-format
+msgid "Printing/Scanning on \"%s\""
+msgstr " ."
+
+#: ../../printerdrake.pm_.c:1742 ../../printerdrake.pm_.c:1754
#, fuzzy, c-format
msgid "Printing on the printer \"%s\""
msgstr " ."
-#: ../../printerdrake.pm_.c:1294
+#: ../../printerdrake.pm_.c:1744
#, fuzzy
msgid "Print option list"
msgstr " "
-#: ../../printerdrake.pm_.c:1318 ../../printerdrake.pm_.c:1741
-#: ../../standalone/printerdrake_.c:48
+#: ../../printerdrake.pm_.c:1766
+#, c-format
+msgid ""
+"Your HP multi-function device was configured automatically to be able to "
+"scan. Now you can scan with \"scanimage\" (\"scanimage -d hp:%s\" to specify "
+"the scanner when you have more than one) from the command line or with the "
+"graphical interfaces \"xscanimage\" or \"xsane\". If you are using the GIMP, "
+"you can also scan by choosing the appropriate point in the \"File\"/\"Acquire"
+"\" menu. Call also \"man scanimage\" and \"man sane-hp\" on the command line "
+"to get more information.\n"
+"\n"
+"Do not use \"scannerdrake\" for this device!"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1772
+#, c-format
+msgid ""
+"Your HP multi-function device was configured automatically to be able to "
+"scan. Now you can scan from the command line with \"ptal-hp %s scan ...\". "
+"Scanning via a graphical interface or from the GIMP is not supported yet for "
+"your device. More information you will find in the \"/usr/share/doc/hpoj-0.8/"
+"ptal-hp-scan.html\" file on your system. If you have an HP LaserJet 1100 or "
+"1200 you can only scan when you have the scanner option installed.\n"
+"\n"
+"Do not use \"scannerdrake\" for this device!"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1794 ../../printerdrake.pm_.c:2221
+#: ../../printerdrake.pm_.c:2485 ../../standalone/printerdrake_.c:49
msgid "Reading printer data ..."
msgstr ""
-#: ../../printerdrake.pm_.c:1338 ../../printerdrake.pm_.c:1376
-#: ../../printerdrake.pm_.c:1411
+#: ../../printerdrake.pm_.c:1814 ../../printerdrake.pm_.c:1842
+#: ../../printerdrake.pm_.c:1877
#, fuzzy
msgid "Transfer printer configuration"
msgstr " (Internet)"
-#: ../../printerdrake.pm_.c:1339
+#: ../../printerdrake.pm_.c:1815
#, c-format
msgid ""
-"You can copy the printer configuration which you have done \n"
-"for the spooler %s to %s, your current spooler. All the\n"
-"configuration data (printer name, description, location, \n"
-"connection type, and default option settings) is overtaken,\n"
-"but jobs will not be transferred.\n"
-"Not all queues can be transferred due to the following \n"
-"reasons:\n"
+"You can copy the printer configuration which you have done for the spooler %"
+"s to %s, your current spooler. All the configuration data (printer name, "
+"description, location, connection type, and default option settings) is "
+"overtaken, but jobs will not be transferred.\n"
+"Not all queues can be transferred due to the following reasons:\n"
msgstr ""
-#: ../../printerdrake.pm_.c:1347
+#: ../../printerdrake.pm_.c:1818
msgid ""
-"CUPS does not support printers on Novell servers or printers\n"
-"sending the data into a free-formed command.\n"
+"CUPS does not support printers on Novell servers or printers sending the "
+"data into a free-formed command.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:1350
+#: ../../printerdrake.pm_.c:1820
msgid ""
-"PDQ only supports local printers, remote LPD printers, and\n"
-"Socket/TCP printers.\n"
+"PDQ only supports local printers, remote LPD printers, and Socket/TCP "
+"printers.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:1353
+#: ../../printerdrake.pm_.c:1822
msgid "LPD and LPRng do not support IPP printers.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:1355
+#: ../../printerdrake.pm_.c:1824
msgid ""
-"In addition, queues not created with this program or\n"
-"\"foomatic-configure\" cannot be transferred."
+"In addition, queues not created with this program or \"foomatic-configure\" "
+"cannot be transferred."
msgstr ""
-#: ../../printerdrake.pm_.c:1357
+#: ../../printerdrake.pm_.c:1825
msgid ""
"\n"
-"Also printers configured with the PPD files provided by\n"
-"their manufacturers or with native CUPS drivers can not be\n"
-"transferred."
+"Also printers configured with the PPD files provided by their manufacturers "
+"or with native CUPS drivers cannot be transferred."
msgstr ""
-#: ../../printerdrake.pm_.c:1360
+#: ../../printerdrake.pm_.c:1826
msgid ""
"\n"
"Mark the printers which you want to transfer and click \n"
"\"Transfer\"."
msgstr ""
-#: ../../printerdrake.pm_.c:1363
+#: ../../printerdrake.pm_.c:1829
msgid "Do not transfer printers"
msgstr ""
-#: ../../printerdrake.pm_.c:1364 ../../printerdrake.pm_.c:1381
+#: ../../printerdrake.pm_.c:1830 ../../printerdrake.pm_.c:1847
msgid "Transfer"
msgstr ""
-#: ../../printerdrake.pm_.c:1377
+#: ../../printerdrake.pm_.c:1843
#, c-format
msgid ""
"A printer named \"%s\" already exists under %s. \n"
@@ -7046,301 +7937,357 @@ msgid ""
"You can also type a new name or skip this printer."
msgstr ""
-#: ../../printerdrake.pm_.c:1385
+#: ../../printerdrake.pm_.c:1851
msgid "Name of printer should contain only letters, numbers and the underscore"
msgstr ""
" , "
" underscore"
-#: ../../printerdrake.pm_.c:1390
+#: ../../printerdrake.pm_.c:1856
#, c-format
msgid ""
"The printer \"%s\" already exists,\n"
"do you really want to overwrite its configuration?"
msgstr ""
-#: ../../printerdrake.pm_.c:1398
+#: ../../printerdrake.pm_.c:1864
#, fuzzy
msgid "New printer name"
msgstr " "
-#: ../../printerdrake.pm_.c:1401
+#: ../../printerdrake.pm_.c:1867
#, c-format
msgid "Transferring %s ..."
msgstr ""
-#: ../../printerdrake.pm_.c:1412
+#: ../../printerdrake.pm_.c:1878
#, c-format
msgid ""
-"You have transferred your former default printer (\"%s\"),\n"
-"Should it be also the default printer under the\n"
-"new printing system %s?"
+"You have transferred your former default printer (\"%s\"), Should it be also "
+"the default printer under the new printing system %s?"
msgstr ""
-#: ../../printerdrake.pm_.c:1423
+#: ../../printerdrake.pm_.c:1887
#, fuzzy
msgid "Refreshing printer data ..."
msgstr " CUPS"
-#: ../../printerdrake.pm_.c:1431 ../../printerdrake.pm_.c:1494
-#: ../../printerdrake.pm_.c:1515
+#: ../../printerdrake.pm_.c:1895 ../../printerdrake.pm_.c:1966
+#: ../../printerdrake.pm_.c:1978
msgid "Configuration of a remote printer"
msgstr ""
-#: ../../printerdrake.pm_.c:1432
+#: ../../printerdrake.pm_.c:1896
#, fuzzy
msgid "Starting network ..."
msgstr " ..."
-#: ../../printerdrake.pm_.c:1454 ../../printerdrake.pm_.c:1462
-#: ../../printerdrake.pm_.c:1464
+#: ../../printerdrake.pm_.c:1930 ../../printerdrake.pm_.c:1934
+#: ../../printerdrake.pm_.c:1936
#, fuzzy
msgid "Configure the network now"
msgstr " "
-#: ../../printerdrake.pm_.c:1455
+#: ../../printerdrake.pm_.c:1931
#, fuzzy
msgid "Network functionality not configured"
msgstr " "
-#: ../../printerdrake.pm_.c:1456
+#: ../../printerdrake.pm_.c:1932
msgid ""
-"You are going to configure a remote printer. This needs working\n"
-"network access, but your network is not configured yet. If you\n"
-"go on without network configuration, you will not be able to use\n"
-"the printer which you are configuring now. How do you want \n"
-"to proceed?"
+"You are going to configure a remote printer. This needs working network "
+"access, but your network is not configured yet. If you go on without network "
+"configuration, you will not be able to use the printer which you are "
+"configuring now. How do you want to proceed?"
msgstr ""
-#: ../../printerdrake.pm_.c:1463
+#: ../../printerdrake.pm_.c:1935
#, fuzzy
msgid "Go on without configuring the network"
msgstr " "
-#: ../../printerdrake.pm_.c:1496
+#: ../../printerdrake.pm_.c:1968
msgid ""
-"The network configuration done during the installation \n"
-"cannot be started now. Please check whether the network\n"
-"gets accessable after booting your system and correct the\n"
-"configuration using the Mandrake Control Center, section\n"
-"\"Network & Internet\"/\"Connection\", and afterwards set\n"
-"up the printer, also using the Mandrake Control Center,\n"
-"section \"Hardware\"/\"Printer\""
+"The network configuration done during the installation cannot be started "
+"now. Please check whether the network gets accessable after booting your "
+"system and correct the configuration using the Mandrake Control Center, "
+"section \"Network & Internet\"/\"Connection\", and afterwards set up the "
+"printer, also using the Mandrake Control Center, section \"Hardware\"/"
+"\"Printer\""
msgstr ""
-#: ../../printerdrake.pm_.c:1503
+#: ../../printerdrake.pm_.c:1969
msgid ""
-"The network access was not running and could not be \n"
-"started. Please check your configuration and your \n"
-"hardware. Then try to configure your remote printer\n"
-"again."
+"The network access was not running and could not be started. Please check "
+"your configuration and your hardware. Then try to configure your remote "
+"printer again."
msgstr ""
-#: ../../printerdrake.pm_.c:1516
+#: ../../printerdrake.pm_.c:1979
#, fuzzy
msgid "Restarting printing system ..."
msgstr " ;"
-#: ../../printerdrake.pm_.c:1548
+#: ../../printerdrake.pm_.c:2017
#, fuzzy
msgid "high"
msgstr ""
-#: ../../printerdrake.pm_.c:1548
+#: ../../printerdrake.pm_.c:2017
#, fuzzy
msgid "paranoid"
msgstr ""
-#: ../../printerdrake.pm_.c:1549
+#: ../../printerdrake.pm_.c:2018
#, c-format
msgid "Installing a printing system in the %s security level"
msgstr ""
-#: ../../printerdrake.pm_.c:1550
+#: ../../printerdrake.pm_.c:2019
#, c-format
msgid ""
-"You are about to install the printing system %s on\n"
-"a system running in the %s security level.\n"
+"You are about to install the printing system %s on a system running in the %"
+"s security level.\n"
"\n"
-"This printing system runs a daemon (background process)\n"
-"which waits for print jobs and handles them. This daemon\n"
-"is also accessable by remote machines through the network\n"
-"and so it is a possible point for attacks. Therefore only\n"
-"a few selected daemons are started by default in this\n"
+"This printing system runs a daemon (background process) which waits for "
+"print jobs and handles them. This daemon is also accessable by remote "
+"machines through the network and so it is a possible point for attacks. "
+"Therefore only a few selected daemons are started by default in this "
"security level.\n"
"\n"
-"Do you really want to configure printing on this\n"
-"machine?"
+"Do you really want to configure printing on this machine?"
msgstr ""
-#: ../../printerdrake.pm_.c:1584
+#: ../../printerdrake.pm_.c:2051
#, fuzzy
msgid "Starting the printing system at boot time"
msgstr " ;"
-#: ../../printerdrake.pm_.c:1585
+#: ../../printerdrake.pm_.c:2052
#, c-format
msgid ""
-"The printing system (%s) will not be started automatically\n"
-"when the machine is booted.\n"
+"The printing system (%s) will not be started automatically when the machine "
+"is booted.\n"
"\n"
-"It is possible that the automatic starting was turned off \n"
-"by changing to a higher security level, because the printing\n"
-"system is a potential point for attacks.\n"
+"It is possible that the automatic starting was turned off by changing to a "
+"higher security level, because the printing system is a potential point for "
+"attacks.\n"
"\n"
-"Do you want to have the automatic starting of the printing\n"
-"system turned on again?"
+"Do you want to have the automatic starting of the printing system turned on "
+"again?"
msgstr ""
-#: ../../printerdrake.pm_.c:1612 ../../printerdrake.pm_.c:1644
-#: ../../printerdrake.pm_.c:1671 ../../printerdrake.pm_.c:1701
-#: ../../printerdrake.pm_.c:1778
+#: ../../printerdrake.pm_.c:2075 ../../printerdrake.pm_.c:2113
+#: ../../printerdrake.pm_.c:2143 ../../printerdrake.pm_.c:2176
+#: ../../printerdrake.pm_.c:2281
msgid "Checking installed software..."
msgstr ""
-#: ../../printerdrake.pm_.c:1648
+#: ../../printerdrake.pm_.c:2117
msgid "Removing LPRng..."
msgstr ""
-#: ../../printerdrake.pm_.c:1675
+#: ../../printerdrake.pm_.c:2147
msgid "Removing LPD..."
msgstr ""
-#: ../../printerdrake.pm_.c:1727
+#: ../../printerdrake.pm_.c:2205
msgid "Select Printer Spooler"
msgstr " Spooler E"
-#: ../../printerdrake.pm_.c:1728
+#: ../../printerdrake.pm_.c:2206
msgid "Which printing system (spooler) do you want to use?"
msgstr " ;"
-#: ../../printerdrake.pm_.c:1759
+#: ../../printerdrake.pm_.c:2239
#, fuzzy, c-format
msgid "Configuring printer \"%s\" ..."
msgstr " "
-#: ../../printerdrake.pm_.c:1806 ../../printerdrake.pm_.c:1838
-#: ../../printerdrake.pm_.c:2026 ../../printerdrake.pm_.c:2088
+#: ../../printerdrake.pm_.c:2252
+#, fuzzy
+msgid "Installing Foomatic ..."
+msgstr " %s"
+
+#: ../../printerdrake.pm_.c:2309 ../../printerdrake.pm_.c:2348
+#: ../../printerdrake.pm_.c:2733 ../../printerdrake.pm_.c:2803
msgid "Printer options"
msgstr " "
-#: ../../printerdrake.pm_.c:1815
+#: ../../printerdrake.pm_.c:2318
msgid "Preparing PrinterDrake ..."
msgstr ""
-#: ../../printerdrake.pm_.c:1845
+#: ../../printerdrake.pm_.c:2335 ../../printerdrake.pm_.c:2890
+#, fuzzy
+msgid "Configuring applications..."
+msgstr " "
+
+#: ../../printerdrake.pm_.c:2355
msgid "Would you like to configure printing?"
msgstr " ;"
-#: ../../printerdrake.pm_.c:1857
+#: ../../printerdrake.pm_.c:2367
msgid "Printing system: "
msgstr ""
-#: ../../printerdrake.pm_.c:1879
+#: ../../printerdrake.pm_.c:2415
+#, fuzzy
+msgid "Printerdrake"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:2419
+#, fuzzy
msgid ""
-"The following printers are configured.\n"
-"Click on one of them to modify it or\n"
-"to get information about it or on \n"
-"\"Add Printer\" to add a new printer."
+"The following printers are configured. Double-click on a printer to change "
+"its settings; to make it the default printer; to view information about it; "
+"or to make a printer on a remote CUPS server available for Star Office/"
+"OpenOffice.org."
msgstr ""
+" .\n"
+" ."
-#: ../../printerdrake.pm_.c:1885 ../../standalone/draknet_.c:301
-msgid "Normal Mode"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:1891 ../../printerdrake.pm_.c:2010
-msgid " (Default)"
-msgstr " ( ' )"
-
-#: ../../printerdrake.pm_.c:1895 ../../printerdrake.pm_.c:1935
+#: ../../printerdrake.pm_.c:2420
#, fuzzy
-msgid "Printer(s) on remote CUPS server(s)"
-msgstr " CUPS"
+msgid ""
+"The following printers are configured. Double-click on a printer to change "
+"its settings; to make it the default printer; or to view information about "
+"it."
+msgstr ""
+" .\n"
+" ."
+
+#: ../../printerdrake.pm_.c:2446
+msgid "Refresh printer list (to display all available remote CUPS printers)"
+msgstr ""
-#: ../../printerdrake.pm_.c:1896 ../../printerdrake.pm_.c:1936
+#: ../../printerdrake.pm_.c:2464
#, fuzzy
-msgid "Printer(s) on remote server(s)"
-msgstr " CUPS"
+msgid "Change the printing system"
+msgstr " "
-#: ../../printerdrake.pm_.c:1898 ../../printerdrake.pm_.c:1919
-#: ../../printerdrake.pm_.c:1922 ../../printerdrake.pm_.c:1971
-msgid "Add printer"
-msgstr " "
+#: ../../printerdrake.pm_.c:2469 ../../standalone/draknet_.c:278
+msgid "Normal Mode"
+msgstr " "
-#: ../../printerdrake.pm_.c:1977 ../../printerdrake.pm_.c:1993
-#: ../../printerdrake.pm_.c:2128
+#: ../../printerdrake.pm_.c:2625 ../../printerdrake.pm_.c:2675
+#: ../../printerdrake.pm_.c:2884
#, fuzzy
msgid "Do you want to configure another printer?"
msgstr " ;"
-#: ../../printerdrake.pm_.c:2003
+#: ../../printerdrake.pm_.c:2711
#, fuzzy
msgid "Modify printer configuration"
msgstr " (Internet)"
-#: ../../printerdrake.pm_.c:2004
-#, c-format
+#: ../../printerdrake.pm_.c:2713
+#, fuzzy, c-format
msgid ""
-"Printer %s: %s %s\n"
+"Printer %s\n"
"What do you want to modify on this printer?"
-msgstr ""
+msgstr " ;"
-#: ../../printerdrake.pm_.c:2012
+#: ../../printerdrake.pm_.c:2717
msgid "Do it!"
msgstr ""
-#: ../../printerdrake.pm_.c:2015 ../../printerdrake.pm_.c:2062
+#: ../../printerdrake.pm_.c:2722 ../../printerdrake.pm_.c:2777
#, fuzzy
msgid "Printer connection type"
msgstr " Internet"
-#: ../../printerdrake.pm_.c:2016 ../../printerdrake.pm_.c:2066
+#: ../../printerdrake.pm_.c:2723 ../../printerdrake.pm_.c:2781
#, fuzzy
msgid "Printer name, description, location"
msgstr " "
-#: ../../printerdrake.pm_.c:2018 ../../printerdrake.pm_.c:2081
+#: ../../printerdrake.pm_.c:2725 ../../printerdrake.pm_.c:2796
msgid "Printer manufacturer, model, driver"
msgstr ""
-#: ../../printerdrake.pm_.c:2019 ../../printerdrake.pm_.c:2082
+#: ../../printerdrake.pm_.c:2726 ../../printerdrake.pm_.c:2797
msgid "Printer manufacturer, model"
msgstr ""
-#: ../../printerdrake.pm_.c:2028 ../../printerdrake.pm_.c:2092
+#: ../../printerdrake.pm_.c:2735 ../../printerdrake.pm_.c:2807
msgid "Set this printer as the default"
msgstr ""
-#: ../../printerdrake.pm_.c:2029 ../../printerdrake.pm_.c:2097
+#: ../../printerdrake.pm_.c:2737 ../../printerdrake.pm_.c:2812
+msgid "Add this printer to Star Office/OpenOffice.org"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:2738 ../../printerdrake.pm_.c:2821
+msgid "Remove this printer from Star Office/OpenOffice.org"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:2739 ../../printerdrake.pm_.c:2830
#, fuzzy
msgid "Print test pages"
msgstr " ..."
-#: ../../printerdrake.pm_.c:2030 ../../printerdrake.pm_.c:2099
-msgid "Know how to print with this printer"
-msgstr ""
+#: ../../printerdrake.pm_.c:2740 ../../printerdrake.pm_.c:2832
+#, fuzzy
+msgid "Know how to use this printer"
+msgstr " ;"
-#: ../../printerdrake.pm_.c:2031 ../../printerdrake.pm_.c:2101
+#: ../../printerdrake.pm_.c:2742 ../../printerdrake.pm_.c:2834
#, fuzzy
msgid "Remove printer"
msgstr " "
-#: ../../printerdrake.pm_.c:2071
+#: ../../printerdrake.pm_.c:2786
#, fuzzy, c-format
msgid "Removing old printer \"%s\" ..."
msgstr " "
-#: ../../printerdrake.pm_.c:2096
+#: ../../printerdrake.pm_.c:2810
+#, fuzzy
+msgid "Default printer"
+msgstr " "
+
+#: ../../printerdrake.pm_.c:2811
#, c-format
msgid "The printer \"%s\" is set as the default printer now."
msgstr ""
-#: ../../printerdrake.pm_.c:2103
+#: ../../printerdrake.pm_.c:2815 ../../printerdrake.pm_.c:2818
+msgid "Adding printer to Star Office/OpenOffice.org"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:2816
+#, c-format
+msgid ""
+"The printer \"%s\" was successfully added to Star Office/OpenOffice.org."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:2819
+#, c-format
+msgid "Failed to add the printer \"%s\" to Star Office/OpenOffice.org."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:2824 ../../printerdrake.pm_.c:2827
+msgid "Removing printer from Star Office/OpenOffice.org"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:2825
+#, c-format
+msgid ""
+"The printer \"%s\" was successfully removed from Star Office/OpenOffice.org."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:2828
+#, c-format
+msgid "Failed to remove the printer \"%s\" from Star Office/OpenOffice.org."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:2836
#, fuzzy, c-format
msgid "Do you really want to remove the printer \"%s\"?"
msgstr " ;"
-#: ../../printerdrake.pm_.c:2105
+#: ../../printerdrake.pm_.c:2838
#, fuzzy, c-format
msgid "Removing printer \"%s\" ..."
msgstr " "
@@ -7445,15 +8392,15 @@ msgstr " mkraid ( raidtools;)"
msgid "Not enough partitions for RAID level %d\n"
msgstr " RAID %d\n"
-#: ../../services.pm_.c:15
+#: ../../services.pm_.c:14
msgid "Launch the ALSA (Advanced Linux Sound Architecture) sound system"
msgstr " ALSA (Advanced Linux Sound Architecture) "
-#: ../../services.pm_.c:16
+#: ../../services.pm_.c:15
msgid "Anacron a periodic command scheduler."
msgstr "Anacron, ."
-#: ../../services.pm_.c:17
+#: ../../services.pm_.c:16
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."
@@ -7462,7 +8409,7 @@ msgstr ""
" \n"
" ."
-#: ../../services.pm_.c:19
+#: ../../services.pm_.c:18
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."
@@ -7470,7 +8417,7 @@ msgstr ""
" at \n"
" ."
-#: ../../services.pm_.c:21
+#: ../../services.pm_.c:20
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 "
@@ -7483,7 +8430,7 @@ msgstr ""
" "
"."
-#: ../../services.pm_.c:24
+#: ../../services.pm_.c:23
msgid ""
"GPM adds mouse support to text-based Linux applications such the\n"
"Midnight Commander. It also allows mouse-based console cut-and-paste "
@@ -7494,7 +8441,7 @@ msgstr ""
" \n"
"mouse , menu."
-#: ../../services.pm_.c:27
+#: ../../services.pm_.c:26
msgid ""
"HardDrake runs a hardware probe, and optionally configures\n"
"new/changed hardware."
@@ -7502,15 +8449,14 @@ msgstr ""
" HardDrake \n"
" / ."
-#: ../../services.pm_.c:29
+#: ../../services.pm_.c:28 ../../standalone/logdrake_.c:412
msgid ""
-"Apache is a World Wide Web server. It is used to serve HTML files\n"
-"and CGI."
+"Apache is a World Wide Web server. It is used to serve HTML files and CGI."
msgstr ""
" Apache WWW. \n"
"HTML CGI."
-#: ../../services.pm_.c:31
+#: ../../services.pm_.c:29
msgid ""
"The internet superserver daemon (commonly called inetd) starts a\n"
"variety of other internet services as needed. It is responsible for "
@@ -7526,7 +8472,7 @@ msgstr ""
" \n"
" ."
-#: ../../services.pm_.c:35
+#: ../../services.pm_.c:33
msgid ""
"Launch packet filtering for Linux kernel 2.2 series, to set\n"
"up a firewall to protect your machine from network attacks."
@@ -7534,7 +8480,7 @@ msgstr ""
" filtering Linux 2.2, \n"
" firewall ."
-#: ../../services.pm_.c:37
+#: ../../services.pm_.c:35
msgid ""
"This package loads the selected keyboard map as set in\n"
"/etc/sysconfig/keyboard. This can be selected using the kbdconfig utility.\n"
@@ -7544,7 +8490,7 @@ msgstr ""
" /etc/sysconfig/keyboard. \n"
" kbdconfig. ."
-#: ../../services.pm_.c:40
+#: ../../services.pm_.c:38
msgid ""
"Automatic regeneration of kernel header in /boot for\n"
"/usr/include/linux/{autoconf,version}.h"
@@ -7552,12 +8498,12 @@ msgstr ""
" /boot \n"
"/usr/include/linux/{autoconf,version}.h"
-#: ../../services.pm_.c:42
+#: ../../services.pm_.c:40
msgid "Automatic detection and configuration of hardware at boot."
msgstr ""
" ."
-#: ../../services.pm_.c:43
+#: ../../services.pm_.c:41
msgid ""
"Linuxconf will sometimes arrange to perform various tasks\n"
"at boot-time to maintain the system configuration."
@@ -7565,7 +8511,7 @@ msgstr ""
" Linuxconf \n"
" ."
-#: ../../services.pm_.c:45
+#: ../../services.pm_.c:43
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)."
@@ -7574,7 +8520,7 @@ msgstr ""
" lpd. \n"
" ."
-#: ../../services.pm_.c:47
+#: ../../services.pm_.c:45
msgid ""
"Linux Virtual Server, used to build a high-performance and highly\n"
"available server."
@@ -7582,15 +8528,16 @@ msgstr ""
"Linux Virtual , \n"
" ."
-#: ../../services.pm_.c:49
+#: ../../services.pm_.c:47 ../../standalone/logdrake_.c:413
+#, fuzzy
msgid ""
-"named (BIND) is a Domain Name Server (DNS) that is used to resolve\n"
-"host names to IP addresses."
+"named (BIND) is a Domain Name Server (DNS) that is used to resolve host "
+"names to IP addresses."
msgstr ""
" named (BIND) Domain Name Server (DNS) \n"
" IP."
-#: ../../services.pm_.c:51
+#: ../../services.pm_.c:48
msgid ""
"Mounts and unmounts all Network File System (NFS), SMB (Lan\n"
"Manager/Windows), and NCP (NetWare) mount points."
@@ -7598,7 +8545,7 @@ msgstr ""
" (NFS, \n"
"SMB NCP (Netware))."
-#: ../../services.pm_.c:53
+#: ../../services.pm_.c:50
msgid ""
"Activates/Deactivates all network interfaces configured to start\n"
"at boot time."
@@ -7606,7 +8553,7 @@ msgstr ""
"/ \n"
" ."
-#: ../../services.pm_.c:55
+#: ../../services.pm_.c:52
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"
@@ -7616,7 +8563,7 @@ msgstr ""
" TCP/IP. , \n"
" /etc/exports."
-#: ../../services.pm_.c:58
+#: ../../services.pm_.c:55
msgid ""
"NFS is a popular protocol for file sharing across TCP/IP\n"
"networks. This service provides NFS file locking functionality."
@@ -7624,7 +8571,7 @@ msgstr ""
" NFS \n"
" TCP/IP. ."
-#: ../../services.pm_.c:60
+#: ../../services.pm_.c:57
msgid ""
"Automatically switch on numlock key locker under console\n"
"and XFree at boot."
@@ -7632,11 +8579,11 @@ msgstr ""
" numlock \n"
" XFree ."
-#: ../../services.pm_.c:62
+#: ../../services.pm_.c:59
msgid "Support the OKI 4w and compatible winprinters."
msgstr " OKI 4w winprinters."
-#: ../../services.pm_.c:63
+#: ../../services.pm_.c:60
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 "
@@ -7649,7 +8596,7 @@ msgstr ""
", "
"."
-#: ../../services.pm_.c:66
+#: ../../services.pm_.c:63
msgid ""
"The portmapper manages RPC connections, which are used by\n"
"protocols such as NFS and NIS. The portmap server must be running on "
@@ -7660,16 +8607,17 @@ msgstr ""
" NFS NIS. \n"
" ."
-#: ../../services.pm_.c:69
+#: ../../services.pm_.c:66 ../../standalone/logdrake_.c:415
+#, fuzzy
msgid ""
-"Postfix is a Mail Transport Agent, which is the program that\n"
-"moves mail from one machine to another."
+"Postfix is a Mail Transport Agent, which is the program that moves mail from "
+"one machine to another."
msgstr ""
" postfix , \n"
" \n"
" ."
-#: ../../services.pm_.c:71
+#: ../../services.pm_.c:67
msgid ""
"Saves and restores system entropy pool for higher quality random\n"
"number generation."
@@ -7677,7 +8625,7 @@ msgstr ""
" \n"
" ."
-#: ../../services.pm_.c:73
+#: ../../services.pm_.c:69
msgid ""
"Assign raw devices to block devices (such as hard drive\n"
"partitions), for the use of applications such as Oracle"
@@ -7685,7 +8633,7 @@ msgstr ""
" raw block ( \n"
"), Oracle"
-#: ../../services.pm_.c:75
+#: ../../services.pm_.c:71
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"
@@ -7696,7 +8644,7 @@ msgstr ""
" \n"
" , ."
-#: ../../services.pm_.c:78
+#: ../../services.pm_.c:74
msgid ""
"The rstat protocol allows users on a network to retrieve\n"
"performance metrics for any machine on that network."
@@ -7705,7 +8653,7 @@ msgstr ""
" \n"
" ."
-#: ../../services.pm_.c:80
+#: ../../services.pm_.c:76
msgid ""
"The rusers protocol allows users on a network to identify who is\n"
"logged in on other responding machines."
@@ -7713,7 +8661,7 @@ msgstr ""
" rusers \n"
" ."
-#: ../../services.pm_.c:82
+#: ../../services.pm_.c:78
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)."
@@ -7721,11 +8669,11 @@ msgstr ""
" rwho \n"
" ( finger)."
-#: ../../services.pm_.c:84
+#: ../../services.pm_.c:80
msgid "Launch the sound system on your machine"
msgstr " "
-#: ../../services.pm_.c:85
+#: ../../services.pm_.c:81
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."
@@ -7734,49 +8682,49 @@ msgstr ""
" (log files)\n"
" ."
-#: ../../services.pm_.c:87
+#: ../../services.pm_.c:83
msgid "Load the drivers for your usb devices."
msgstr " usb ."
-#: ../../services.pm_.c:88
+#: ../../services.pm_.c:84
msgid "Starts the X Font Server (this is mandatory for XFree to run)."
msgstr ""
" X Font Server ( "
" XFree)."
-#: ../../services.pm_.c:114 ../../services.pm_.c:156
+#: ../../services.pm_.c:110 ../../services.pm_.c:152
msgid "Choose which services should be automatically started at boot time"
msgstr ""
-#: ../../services.pm_.c:126
+#: ../../services.pm_.c:122
#, fuzzy
msgid "Printing"
msgstr ""
-#: ../../services.pm_.c:127
+#: ../../services.pm_.c:123
msgid "Internet"
msgstr ""
-#: ../../services.pm_.c:130
+#: ../../services.pm_.c:126
msgid "File sharing"
msgstr ""
-#: ../../services.pm_.c:132
+#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:934
#, fuzzy
msgid "System"
msgstr " "
-#: ../../services.pm_.c:137
+#: ../../services.pm_.c:133
#, fuzzy
msgid "Remote Administration"
msgstr " lpd "
-#: ../../services.pm_.c:145
+#: ../../services.pm_.c:141
#, fuzzy
msgid "Database Server"
msgstr " "
-#: ../../services.pm_.c:174
+#: ../../services.pm_.c:170
#, c-format
msgid "Services: %d activated for %d registered"
msgstr ""
@@ -7802,7 +8750,7 @@ msgstr ""
#: ../../services.pm_.c:217
msgid ""
-"No additionnal information\n"
+"No additional information\n"
"about this service, sorry."
msgstr ""
@@ -7811,12 +8759,184 @@ msgstr ""
msgid "On boot"
msgstr "Yaboot"
+#: ../../services.pm_.c:236
+#, fuzzy
+msgid "Start"
+msgstr ":"
+
+#: ../../services.pm_.c:236
+#, fuzzy
+msgid "Stop"
+msgstr ""
+
+#: ../../share/advertising/00-thanks.pl_.c:9
+msgid "Thank you for choosing Mandrake Linux 8.2"
+msgstr ""
+
+#: ../../share/advertising/00-thanks.pl_.c:10
+msgid "Welcome to the Open Source world"
+msgstr ""
+
+#: ../../share/advertising/00-thanks.pl_.c:11
+msgid ""
+"The success of MandrakeSoft is based upon the principle of Free Software. "
+"Your new operating system is the result of collaborative work on the part of "
+"the worldwide Linux Community"
+msgstr ""
+
+#: ../../share/advertising/01-gnu.pl_.c:9
+#, fuzzy
+msgid "Join the Free Software world"
+msgstr " "
+
+#: ../../share/advertising/01-gnu.pl_.c:10
+msgid ""
+"Get to know the Open Source community and become a member. Learn, teach, and "
+"help others by joining the many discussion forums that you will find in our "
+"\"Community\" webpages"
+msgstr ""
+
+#: ../../share/advertising/02-internet.pl_.c:9
+#, fuzzy
+msgid "Internet and Messaging"
+msgstr " Internet"
+
+#: ../../share/advertising/02-internet.pl_.c:10
+msgid ""
+"Mandrake Linux 8.2 provides the best software to access everything the "
+"Internet has to offer: Surf the web & view animations with Mozilla and "
+"Konqueror, exchange email & organize your personal information with "
+"Evolution and Kmail, and much more"
+msgstr ""
+
+#: ../../share/advertising/03-graphic.pl_.c:9
+#, fuzzy
+msgid "Multimedia and Graphics"
+msgstr " - "
+
+#: ../../share/advertising/03-graphic.pl_.c:10
+msgid ""
+"Mandrake Linux 8.2 lets you push your multimedia computer to its limits! Use "
+"the latest software to play music and audio files, edit and organize your "
+"images and photos, watch TV and videos, and much more"
+msgstr ""
+
+#: ../../share/advertising/04-develop.pl_.c:9
+msgid "Development"
+msgstr ""
+
+#: ../../share/advertising/04-develop.pl_.c:10
+msgid ""
+"Mandrake Linux 8.2 is the ultimate development platform. Discover the power "
+"of the GNU gcc compiler as well as the best Open Source development "
+"environments"
+msgstr ""
+
+#: ../../share/advertising/05-contcenter.pl_.c:9
+#, fuzzy
+msgid "Mandrake Control Center"
+msgstr " "
+
+#: ../../share/advertising/05-contcenter.pl_.c:10
+msgid ""
+"The Mandrake Linux 8.2 Control Center is a one-stop location for fully "
+"customizing and configuring your Mandrake system"
+msgstr ""
+
+#: ../../share/advertising/06-user.pl_.c:9
+#, fuzzy
+msgid "User interfaces"
+msgstr " "
+
+#: ../../share/advertising/06-user.pl_.c:10
+msgid ""
+"Mandrake Linux 8.2 provides 11 different graphical desktop environments and "
+"window managers to choose from including GNOME 1.4, KDE 2.2.2, Window Maker "
+"0.8, and the rest"
+msgstr ""
+
+#: ../../share/advertising/07-server.pl_.c:9
+#, fuzzy
+msgid "Server Software"
+msgstr " SMB :"
+
+#: ../../share/advertising/07-server.pl_.c:10
+msgid ""
+"Transform your machine into a powerful server with just a few clicks of the "
+"mouse: Web server, email, firewall, router, file and print server, ..."
+msgstr ""
+
+#: ../../share/advertising/08-games.pl_.c:9
+msgid "Games"
+msgstr ""
+
+#: ../../share/advertising/08-games.pl_.c:10
+msgid ""
+"Mandrake Linux 8.2 provides the best Open Source games - arcade, action, "
+"cards, sports, strategy, ..."
+msgstr ""
+
+#: ../../share/advertising/09-MDKcampus.pl_.c:9
+msgid "MandrakeCampus"
+msgstr ""
+
+#: ../../share/advertising/09-MDKcampus.pl_.c:10
+msgid ""
+"Would you like to learn Linux simply, quickly, and for free? MandrakeSoft "
+"provides free Linux training, as well as a way to test your progress, at "
+"MandrakeCampus -- our online training center"
+msgstr ""
+
+#: ../../share/advertising/10-MDKexpert.pl_.c:9
+#, fuzzy
+msgid "MandrakeExpert"
+msgstr " "
+
+#: ../../share/advertising/10-MDKexpert.pl_.c:10
+msgid ""
+"Quality support from the Linux Community, and from MandrakeSoft, is just "
+"around the corner. And if you're already a Linux veteran, become an \"Expert"
+"\" and share your knowledge at our support website"
+msgstr ""
+
+#: ../../share/advertising/11-consul.pl_.c:9
+msgid "MandrakeConsulting"
+msgstr ""
+
+#: ../../share/advertising/11-consul.pl_.c:10
+msgid ""
+"For all of your IT projects, our consultants are ready to analyze your "
+"requirements and offer a customized solution. Benefit from MandrakeSoft's "
+"vast experience as a Linux producer to provide a true IT alternative for "
+"your business organization"
+msgstr ""
+
+#: ../../share/advertising/12-MDKstore.pl_.c:9
+msgid "MandrakeStore"
+msgstr ""
+
+#: ../../share/advertising/12-MDKstore.pl_.c:10
+msgid ""
+"A full range of Linux solutions, as well as special offers on products and "
+"'goodies', are available online at our e-store"
+msgstr ""
+
+#: ../../share/advertising/13-Nvert.pl_.c:9
+msgid ""
+"For more information on MandrakeSoft's Professional Services and commercial "
+"offerings, please see the following web page:"
+msgstr ""
+
+#: ../../share/advertising/13-Nvert.pl_.c:11
+msgid "http://www.mandrakesoft.com/sales/contact"
+msgstr ""
+
#: ../../standalone.pm_.c:25
#, fuzzy
msgid "Installing packages..."
msgstr " %s"
-#: ../../standalone/diskdrake_.c:63
+#: ../../standalone/diskdrake_.c:85
msgid ""
"I can't read your partition table, it's too corrupted for me :(\n"
"I'll try to go on blanking bad partitions"
@@ -7824,21 +8944,21 @@ msgstr ""
" , :(\n"
" "
-#: ../../standalone/drakautoinst_.c:44
+#: ../../standalone/drakautoinst_.c:45
msgid "Error!"
msgstr "!"
-#: ../../standalone/drakautoinst_.c:45
+#: ../../standalone/drakautoinst_.c:46
#, c-format
msgid "I can't find needed image file `%s'."
msgstr ""
-#: ../../standalone/drakautoinst_.c:47
+#: ../../standalone/drakautoinst_.c:48
#, fuzzy
msgid "Auto Install Configurator"
msgstr " "
-#: ../../standalone/drakautoinst_.c:48
+#: ../../standalone/drakautoinst_.c:49
msgid ""
"You are about to configure an Auto Install floppy. This feature is somewhat "
"dangerous and must be used circumspectly.\n"
@@ -7853,36 +8973,1252 @@ msgid ""
"Do you want to continue?"
msgstr ""
-#: ../../standalone/drakautoinst_.c:70
+#: ../../standalone/drakautoinst_.c:71
#, fuzzy
msgid "Automatic Steps Configuration"
msgstr "Boot "
-#: ../../standalone/drakautoinst_.c:71
+#: ../../standalone/drakautoinst_.c:72
msgid ""
"Please choose for each step whether it will replay like your install, or it "
"will be manual"
msgstr ""
-#: ../../standalone/drakautoinst_.c:112 ../../standalone/drakgw_.c:599
+#: ../../standalone/drakautoinst_.c:145
+msgid ""
+"\n"
+"Welcome.\n"
+"\n"
+"The parameters of the auto-install are available in the sections on the left"
+msgstr ""
+
+#: ../../standalone/drakautoinst_.c:243 ../../standalone/drakgw_.c:671
+#: ../../standalone/scannerdrake_.c:106
msgid "Congratulations!"
msgstr "!"
-#: ../../standalone/drakautoinst_.c:113
+#: ../../standalone/drakautoinst_.c:244
msgid ""
"The floppy has been successfully generated.\n"
"You may now replay your installation."
msgstr ""
-#: ../../standalone/drakgw_.c:36 ../../standalone/drakgw_.c:181
+#: ../../standalone/drakautoinst_.c:282
+#, fuzzy
+msgid "Auto Install"
+msgstr ""
+
+#: ../../standalone/drakautoinst_.c:352
+#, fuzzy
+msgid "Add an item"
+msgstr " "
+
+#: ../../standalone/drakautoinst_.c:359
+#, fuzzy
+msgid "Remove the last item"
+msgstr " loopback %s"
+
+#: ../../standalone/drakbackup_.c:448 ../../standalone/drakbackup_.c:451
+#: ../../standalone/drakbackup_.c:455
+msgid ""
+"***********************************************************************\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:449
+msgid ""
+"\n"
+" DrakBackup Report \n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:450
+msgid ""
+"\n"
+" DrakBackup Daemon Report\n"
+"\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:453
+msgid ""
+"\n"
+"\n"
+"***********************************************************************\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:454
+msgid ""
+"\n"
+" DrakBackup Report Details\n"
+"\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:476
+msgid "total progess"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:555 ../../standalone/drakbackup_.c:602
+msgid "Backup system files..."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:603 ../../standalone/drakbackup_.c:667
+#, fuzzy
+msgid "Hard Disk Backup files..."
+msgstr " "
+
+#: ../../standalone/drakbackup_.c:615
+#, fuzzy
+msgid "Backup User files..."
+msgstr " "
+
+#: ../../standalone/drakbackup_.c:616
+msgid "Hard Disk Backup Progress..."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:666
+#, fuzzy
+msgid "Backup Other files..."
+msgstr " "
+
+#: ../../standalone/drakbackup_.c:674
+#, c-format
+msgid ""
+"file list send by FTP : %s\n"
+" "
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:677
+msgid ""
+"\n"
+"(!) FTP connexion problem: It was not possible to send your backup files by "
+"FTP.\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:687
+msgid "(!) Error during mail sending. \n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:728 ../../standalone/drakbackup_.c:739
+#: ../../standalone/drakbackup_.c:750 ../../standalone/drakfont_.c:787
+#, fuzzy
+msgid "File Selection"
+msgstr " "
+
+#: ../../standalone/drakbackup_.c:755
+msgid "Select the files or directories and click on 'Add'"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:790
+msgid ""
+"\n"
+"Please check all options that you need.\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:791
+msgid ""
+"These options can backup and restore all files in your /etc directory.\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:792
+msgid "Backup your System files. ( /etc directory )"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:793
+msgid "Use incremental backup (do not replace old backups)"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:794
+msgid "Do not include critical files (passwd, group, fstab)"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:795
+msgid ""
+"With this option you will be able to restore any version\n"
+" of your /etc directory."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:812
+#, fuzzy
+msgid "Please check all users that you want to include in your backup."
+msgstr " "
+
+#: ../../standalone/drakbackup_.c:839
+msgid "Do not include the browser cache"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:840 ../../standalone/drakbackup_.c:864
+msgid "Use Incremental Backups (do not replace old backups)"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:862 ../../standalone/drakfont_.c:827
+#, fuzzy
+msgid "Remove Selected"
+msgstr " "
+
+#: ../../standalone/drakbackup_.c:900
+#, fuzzy
+msgid "Windows (FAT32)"
+msgstr " Windows(TM)"
+
+#: ../../standalone/drakbackup_.c:939
+#, fuzzy
+msgid "Users"
+msgstr " "
+
+#: ../../standalone/drakbackup_.c:964
+msgid "Use FTP connection to backup"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:967
+#, fuzzy
+msgid "Please enter the host name or IP."
+msgstr " "
+
+#: ../../standalone/drakbackup_.c:972
+msgid ""
+"Please enter the directory to\n"
+" put the backup on this host."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:977
+#, fuzzy
+msgid "Please enter your login"
+msgstr " "
+
+#: ../../standalone/drakbackup_.c:982
+#, fuzzy
+msgid "Please enter your password"
+msgstr " "
+
+#: ../../standalone/drakbackup_.c:988
+#, fuzzy
+msgid "Remember this password"
+msgstr " "
+
+#: ../../standalone/drakbackup_.c:1052 ../../standalone/drakbackup_.c:2048
+#, fuzzy
+msgid "FTP Connection"
+msgstr " LAN"
+
+#: ../../standalone/drakbackup_.c:1059 ../../standalone/drakbackup_.c:2056
+#, fuzzy
+msgid "Secure Connection"
+msgstr " "
+
+#: ../../standalone/drakbackup_.c:1085 ../../standalone/drakbackup_.c:2889
+msgid "Use CD/DVDROM to backup"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1088 ../../standalone/drakbackup_.c:2893
+#, fuzzy
+msgid "Please choose your CD space"
+msgstr " ."
+
+#: ../../standalone/drakbackup_.c:1094 ../../standalone/drakbackup_.c:2905
+#, fuzzy
+msgid "Please check if you are using CDRW media"
+msgstr " "
+
+#: ../../standalone/drakbackup_.c:1100 ../../standalone/drakbackup_.c:2911
+msgid "Please check if you want to erase your CDRW before"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1106
+#, fuzzy
+msgid ""
+"Please check if you want to include\n"
+" install boot on your CD."
+msgstr " "
+
+#: ../../standalone/drakbackup_.c:1112
+msgid ""
+"Please enter your CD Writer device name\n"
+" ex: 0,1,0"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1153
+#, fuzzy
+msgid "Use tape to backup"
+msgstr " "
+
+#: ../../standalone/drakbackup_.c:1156
+msgid "Please enter the device name to use for backup"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1162 ../../standalone/drakbackup_.c:1203
+#: ../../standalone/drakbackup_.c:2013
+msgid ""
+"Please enter the maximum size\n"
+" allowed for Drakbackup"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1195 ../../standalone/drakbackup_.c:2005
+#, fuzzy
+msgid "Please enter the directory to save:"
+msgstr " "
+
+#: ../../standalone/drakbackup_.c:1209 ../../standalone/drakbackup_.c:2019
+#, fuzzy
+msgid "Use quota for backup files."
+msgstr " "
+
+#: ../../standalone/drakbackup_.c:1267
+#, fuzzy
+msgid "Network"
+msgstr " "
+
+#: ../../standalone/drakbackup_.c:1272
+msgid "CDROM / DVDROM"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1277
+msgid "HardDrive / NFS"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1297 ../../standalone/drakbackup_.c:1301
+#: ../../standalone/drakbackup_.c:1305
+msgid "hourly"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1298 ../../standalone/drakbackup_.c:1302
+#: ../../standalone/drakbackup_.c:1305
+msgid "daily"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1299 ../../standalone/drakbackup_.c:1303
+#: ../../standalone/drakbackup_.c:1305
+msgid "weekly"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1300 ../../standalone/drakbackup_.c:1304
+#: ../../standalone/drakbackup_.c:1305
+msgid "monthly"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1312
+#, fuzzy
+msgid "Use daemon"
+msgstr " "
+
+#: ../../standalone/drakbackup_.c:1317
+#, fuzzy
+msgid ""
+"Please choose the time \n"
+"interval between each backup"
+msgstr " "
+
+#: ../../standalone/drakbackup_.c:1323
+#, fuzzy
+msgid ""
+"Please choose the\n"
+"media for backup."
+msgstr " ."
+
+#: ../../standalone/drakbackup_.c:1327
+#, fuzzy
+msgid "Use Hard Drive with daemon"
+msgstr " "
+
+#: ../../standalone/drakbackup_.c:1329
+#, fuzzy
+msgid "Use FTP with daemon"
+msgstr " "
+
+#: ../../standalone/drakbackup_.c:1333
+msgid "Please be sure that the cron daemon is included in your services."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1369
+msgid "Send mail report after each backup to :"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1411
+msgid "What"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1416
+#, fuzzy
+msgid "Where"
+msgstr " "
+
+#: ../../standalone/drakbackup_.c:1421
+#, fuzzy
+msgid "When"
+msgstr " "
+
+#: ../../standalone/drakbackup_.c:1426
+#, fuzzy
+msgid "More Options"
+msgstr " "
+
+#: ../../standalone/drakbackup_.c:1445 ../../standalone/drakbackup_.c:2801
+#, fuzzy
+msgid "Drakbackup Configuration"
+msgstr " "
+
+#: ../../standalone/drakbackup_.c:1463
+#, fuzzy
+msgid "Please choose where you want to backup"
+msgstr " "
+
+#: ../../standalone/drakbackup_.c:1465
+msgid "on Hard Drive"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1476
+msgid "across Network"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1540
+#, fuzzy
+msgid "Please choose what you want to backup"
+msgstr " "
+
+#: ../../standalone/drakbackup_.c:1541
+#, fuzzy
+msgid "Backup system"
+msgstr ". . ."
+
+#: ../../standalone/drakbackup_.c:1542
+msgid "Backup Users"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1545
+msgid "Select user manually"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1627
+msgid ""
+"\n"
+"Backup Sources: \n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1628
+msgid ""
+"\n"
+"- System Files:\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1630
+msgid ""
+"\n"
+"- User Files:\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1632
+msgid ""
+"\n"
+"- Other Files:\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1634
+#, c-format
+msgid ""
+"\n"
+"- Save on Hard drive on path : %s\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1635
+#, c-format
+msgid ""
+"\n"
+"- Save on FTP on host : %s\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1636
+#, c-format
+msgid ""
+"\t\t user name: %s\n"
+"\t\t on path: %s \n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1637
+#, fuzzy
+msgid ""
+"\n"
+"- Options:\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1638
+msgid "\tDo not include System Files\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1639
+msgid "\tBackups use tar and bzip2\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1640
+msgid "\tBackups use tar and gzip\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1641
+#, c-format
+msgid ""
+"\n"
+"- Daemon (%s) include :\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1642
+msgid "\t-Hard drive.\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1643
+msgid "\t-CDROM.\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1644
+msgid "\t-Network by FTP.\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1645
+msgid "\t-Network by SSH.\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1647
+msgid "No configuration, please click Wizard or Advanced.\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1652
+msgid ""
+"List of data to restore:\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1753
+msgid ""
+"List of data corrupted:\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1755
+#, fuzzy
+msgid "Please uncheck or remove it on next time."
+msgstr " modem ;"
+
+#: ../../standalone/drakbackup_.c:1765
+msgid "Backup files are corrupted"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1786
+msgid " All your selectionned data have been "
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1787
+#, c-format
+msgid " Successfuly Restored on %s "
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1886
+#, fuzzy
+msgid " Restore Configuration "
+msgstr " "
+
+#: ../../standalone/drakbackup_.c:1904
+msgid "OK to restore the other files."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1922
+msgid "User list to restore (only the most recent date per user is important)"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1972
+#, fuzzy
+msgid "Backup the system files before:"
+msgstr " "
+
+#: ../../standalone/drakbackup_.c:1974
+#, fuzzy
+msgid "please choose the date to restore"
+msgstr " ."
+
+#: ../../standalone/drakbackup_.c:2002
+#, fuzzy
+msgid "Use Hard Disk to backup"
+msgstr " "
+
+#: ../../standalone/drakbackup_.c:2083
+#, fuzzy
+msgid "Restore from Hard Disk."
+msgstr " "
+
+#: ../../standalone/drakbackup_.c:2085
+msgid "Please enter the directory where backups are stored"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2143
+#, fuzzy
+msgid "Select another media to restore from"
+msgstr " ."
+
+#: ../../standalone/drakbackup_.c:2145
+#, fuzzy
+msgid "Other Media"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2151
+#, fuzzy
+msgid "Restore system"
+msgstr " "
+
+#: ../../standalone/drakbackup_.c:2152
+#, fuzzy
+msgid "Restore Users"
+msgstr " "
+
+#: ../../standalone/drakbackup_.c:2153
+#, fuzzy
+msgid "Restore Other"
+msgstr " "
+
+#: ../../standalone/drakbackup_.c:2155
+msgid "select path to restore (instead of / )"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2159
+msgid "Do new backup before restore (only for incremental backups.)"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2160
+msgid "Remove user directories before restore."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2217
+msgid "Restore all backups"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2225
+#, fuzzy
+msgid "Custom Restore"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2266 ../../standalone/drakbackup_.c:2291
+#: ../../standalone/drakbackup_.c:2312 ../../standalone/drakbackup_.c:2333
+#: ../../standalone/drakbackup_.c:2351 ../../standalone/drakbackup_.c:2383
+#: ../../standalone/drakbackup_.c:2399 ../../standalone/drakbackup_.c:2419
+#: ../../standalone/drakbackup_.c:2438 ../../standalone/drakbackup_.c:2460
+#: ../../standalone/drakfont_.c:575
+#, fuzzy
+msgid "Help"
+msgstr "/_"
+
+#: ../../standalone/drakbackup_.c:2269 ../../standalone/drakbackup_.c:2296
+#: ../../standalone/drakbackup_.c:2315 ../../standalone/drakbackup_.c:2336
+#: ../../standalone/drakbackup_.c:2354 ../../standalone/drakbackup_.c:2402
+#: ../../standalone/drakbackup_.c:2422 ../../standalone/drakbackup_.c:2441
+#, fuzzy
+msgid "Previous"
+msgstr "<- "
+
+#: ../../standalone/drakbackup_.c:2271 ../../standalone/drakbackup_.c:2338
+#: ../../standalone/logdrake_.c:224
+#, fuzzy
+msgid "Save"
+msgstr ":"
+
+#: ../../standalone/drakbackup_.c:2317
+#, fuzzy
+msgid "Build Backup"
+msgstr " "
+
+#: ../../standalone/drakbackup_.c:2356 ../../standalone/drakbackup_.c:3033
+#, fuzzy
+msgid "Restore"
+msgstr " "
+
+#: ../../standalone/drakbackup_.c:2404 ../../standalone/drakbackup_.c:2424
+#: ../../standalone/drakbackup_.c:2445
+#, fuzzy
+msgid "Next"
+msgstr " -"
+
+#: ../../standalone/drakbackup_.c:2478
+msgid ""
+"Please Build backup before to restore it...\n"
+" or verify that your path to save is correct."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2499
+msgid ""
+"Error durind sendmail\n"
+" your report mail was not sent\n"
+" Please configure sendmail"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2522
+#, fuzzy
+msgid "Package List to Install"
+msgstr " "
+
+#: ../../standalone/drakbackup_.c:2550
+msgid ""
+"Error durind sending file via FTP.\n"
+" Please correct your FTP configuration."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2573
+#, fuzzy
+msgid "Please select data to restore..."
+msgstr " ."
+
+#: ../../standalone/drakbackup_.c:2594
+#, fuzzy
+msgid "Please select media for backup..."
+msgstr " ."
+
+#: ../../standalone/drakbackup_.c:2616
+#, fuzzy
+msgid "Please select data to backup..."
+msgstr " ."
+
+#: ../../standalone/drakbackup_.c:2638
+msgid ""
+"No configuration file found \n"
+"please click Wizard or Advanced."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2659
+msgid "Under Devel ... please wait."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2739
+#, fuzzy
+msgid "Backup system files"
+msgstr " "
+
+#: ../../standalone/drakbackup_.c:2741
+#, fuzzy
+msgid "Backup user files"
+msgstr " "
+
+#: ../../standalone/drakbackup_.c:2743
+#, fuzzy
+msgid "Backup other files"
+msgstr " "
+
+#: ../../standalone/drakbackup_.c:2745 ../../standalone/drakbackup_.c:2776
+msgid "Total Progress"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2767
+msgid "files sending by FTP"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2771
+#, fuzzy
+msgid "Sending files..."
+msgstr " "
+
+#: ../../standalone/drakbackup_.c:2841
+msgid "Data list to include on CDROM."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2899
+#, fuzzy
+msgid "Please enter the cd writer speed"
+msgstr " "
+
+#: ../../standalone/drakbackup_.c:2917
+msgid "Please enter your CD Writer device name (ex: 0,1,0)"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2923
+#, fuzzy
+msgid "Please check if you want to include install boot on your CD."
+msgstr " "
+
+#: ../../standalone/drakbackup_.c:2989
+#, fuzzy
+msgid "Backup Now from configuration file"
+msgstr " "
+
+#: ../../standalone/drakbackup_.c:2999
+#, fuzzy
+msgid "View Backup Configuration."
+msgstr " "
+
+#: ../../standalone/drakbackup_.c:3020
+#, fuzzy
+msgid "Wizard Configuration"
+msgstr " L"
+
+#: ../../standalone/drakbackup_.c:3024
+#, fuzzy
+msgid "Advanced Configuration"
+msgstr " L"
+
+#: ../../standalone/drakbackup_.c:3028
+#, fuzzy
+msgid "Backup Now"
+msgstr ". . ."
+
+#: ../../standalone/drakbackup_.c:3053
+msgid "Drakbackup"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3104
+msgid ""
+"options description:\n"
+"\n"
+" In this step Drakbackup allow you to change:\n"
+"\n"
+" - The compression mode:\n"
+" \n"
+" If you check bzip2 compression, you will compress\n"
+" your data better than gzip (about 2-10 %).\n"
+" This option is not checked by default because\n"
+" this compression mode needs more time ( about 1000% more).\n"
+" \n"
+" - The update mode:\n"
+"\n"
+" This option will update your backup, but this\n"
+" option is not really useful because you need to\n"
+" decompress your backup before you can update it.\n"
+" \n"
+" - the .backupignore mode:\n"
+"\n"
+" Like with cvs, Drakbackup will ignore all references\n"
+" included in .backupignore files in each directories.\n"
+" ex: \n"
+" /*> cat .backupignore*/\n"
+" *.o\n"
+" *~\n"
+" ...\n"
+" \n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3134
+msgid ""
+"\n"
+" Some errors during sendmail are caused by \n"
+" a bad configuration of postfix. To solve it you have to\n"
+" set myhostname or mydomain in /etc/postfix/main.cf\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3142
+msgid ""
+"options description:\n"
+"\n"
+" - Backup system files:\n"
+" \n"
+"\tThis option allows you to backup your /etc directory,\n"
+"\twhich contains all configuration files. Please be\n"
+"\tcareful during the restore step to not overwrite:\n"
+"\t\t/etc/passwd \n"
+"\t\t/etc/group \n"
+"\t\t/etc/fstab\n"
+"\n"
+" - Backup User files: \n"
+"\n"
+"\tThis option allows you select all users that you want \n"
+"\tto backup.\n"
+"\tTo preserve disk space, it is recommended that you \n"
+"\tdo not include web browser's cache.\n"
+"\n"
+" - Backup Other files: \n"
+"\n"
+"\tThis option allows you to add more data to save.\n"
+"\tWith the other backup it's not possible at the \n"
+"\tmoment to select select incremental backup.\t\t\n"
+" \n"
+" - Incremental Backups:\n"
+"\n"
+"\tThe incremental backup is the most powerful \n"
+"\toption for backup. This option allows you \n"
+"\tto backup all your data the first time, and \n"
+"\tonly the changed afterward.\n"
+"\tThen you will be able, during the restore\n"
+"\tstep, to restore your data from a specified\n"
+"\tdate.\n"
+"\tIf you have not selected this option all\n"
+"\told backups are deleted before each backup. \n"
+"\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3181
+msgid ""
+"restore description:\n"
+" \n"
+"Only the most recent date will be used ,because with incremental \n"
+"backups it is necesarry to restore one by one each older backups.\n"
+"\n"
+"So if you don't like to restore an user please unselect all his\n"
+"check box.\n"
+"\n"
+"Otherwise, you are able to select only one of this\n"
+"\n"
+" - Incremental Backups:\n"
+"\n"
+"\tThe incremental backup is the most powerfull \n"
+"\toption to use backup, this option allow you \n"
+"\tto backup all your data the first time, and \n"
+"\tonly the changed after.\n"
+"\tSo you will be able during the restore\n"
+"\tstep, to restore your data from a specified\n"
+"\tdate.\n"
+"\tIf you have not selected this options all\n"
+"\told backups are deleted before each backup. \n"
+"\n"
+"\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3207 ../../standalone/drakbackup_.c:3282
+msgid ""
+" Copyright (C) 2001 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita.fr>"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3209 ../../standalone/drakbackup_.c:3284
+msgid ""
+" This program is free software; you can redistribute it and/or modify\n"
+" it under the terms of the GNU General Public License as published by\n"
+" the Free Software Foundation; either version 2, or (at your option)\n"
+" any later version.\n"
+"\n"
+" This program is distributed in the hope that it will be useful,\n"
+" but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
+" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
+" GNU General Public License for more details.\n"
+"\n"
+" You should have received a copy of the GNU General Public License\n"
+" along with this program; if not, write to the Free Software\n"
+" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3223
+msgid ""
+"Description:\n"
+"\n"
+" Drakbackup is used to backup your system.\n"
+" During the configuration you can select: \n"
+"\t- System files, \n"
+"\t- Users files, \n"
+"\t- Other files.\n"
+"\tor All your system ... and Other (like Windows Partitions)\n"
+"\n"
+" Drakbackup allows you to backup your system on:\n"
+"\t- Harddrive.\n"
+"\t- NFS.\n"
+"\t- CDROM (CDRW), DVDROM (with autoboot, rescue and autoinstall.).\n"
+"\t- FTP.\n"
+"\t- Rsync.\n"
+"\t- Webdav.\n"
+"\t- Tape.\n"
+"\n"
+" Drakbackup allows you to restore your system to\n"
+" a user selected directory.\n"
+"\n"
+" Per default all backup will be stored on your\n"
+" /var/lib/drakbackup directory\n"
+"\n"
+" Configuration file:\n"
+"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
+"\n"
+"\n"
+"Restore Step:\n"
+" \n"
+" During the restore step, DrakBackup will remove \n"
+" your original directory and verify that all \n"
+" backup files are not corrupted. It is recommended \n"
+" you do a last backup before restoring.\n"
+"\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3261
+msgid ""
+"options description:\n"
+"\n"
+"Please be careful when you are using ftp backup, because only \n"
+"backups that are already built are sent to the server.\n"
+"So at the moment, you need to build the backup on your hard \n"
+"drive before sending it to the server.\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3270
+msgid ""
+"\n"
+"Restore Backup Problems:\n"
+"\n"
+"During the restore step, Drakbackup will verify all your\n"
+"backup files before restoring them.\n"
+"Before the restore, Drakbackup will remove \n"
+"your original directory, and you will loose all your \n"
+"data. It is important to be careful and not modify the \n"
+"backup data files by hand.\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3298
+msgid ""
+"Description:\n"
+"\n"
+" Drakbackup is used to backup your system.\n"
+" During the configuration you can select \n"
+"\t- System files, \n"
+"\t- Users files, \n"
+"\t- Other files.\n"
+"\tor All your system ... and Other (like Windows Partitions)\n"
+"\n"
+" Drakbackup allows you to backup your system on:\n"
+"\t- Harddrive.\n"
+"\t- NFS.\n"
+"\t- CDROM (CDRW), DVDROM (with autoboot, rescue and autoinstall.).\n"
+"\t- FTP.\n"
+"\t- Rsync.\n"
+"\t- Webdav.\n"
+"\t- Tape.\n"
+"\n"
+" Drakbackup allows you to restore your system to\n"
+" a user selected directory.\n"
+"\n"
+" Per default all backup will be stored on your\n"
+" /var/lib/drakbackup directory\n"
+"\n"
+" Configuration file:\n"
+"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
+"\n"
+"Restore Step:\n"
+" \n"
+" During the restore step, Drakbackup will remove\n"
+" your original directory and verify that all\n"
+" backup files are not corrupted. It is recommended\n"
+" you do a last backup before restoring.\n"
+" \n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakboot_.c:58
+#, c-format
+msgid "Installation of %s failed. The following error occured:"
+msgstr " %s . :"
+
+#: ../../standalone/drakfont_.c:229
+msgid "Search installed fonts"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:231
+msgid "Unselect fonts installed"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:252
+msgid "parse all fonts"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:253
+#, fuzzy
+msgid "no fonts found"
+msgstr " "
+
+#: ../../standalone/drakfont_.c:261 ../../standalone/drakfont_.c:303
+#: ../../standalone/drakfont_.c:352 ../../standalone/drakfont_.c:410
+#: ../../standalone/drakfont_.c:417 ../../standalone/drakfont_.c:443
+#: ../../standalone/drakfont_.c:455 ../../standalone/drakfont_.c:468
+#, fuzzy
+msgid "done"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:265
+msgid "could not find any font in your mounted partitions"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:301
+msgid "Reselect correct fonts"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:304
+msgid "could not find any font.\n"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:327
+msgid "Search fonts in installed list"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:350
+msgid "Fonts copy"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:353
+#, fuzzy
+msgid "True Type fonts installation"
+msgstr " "
+
+#: ../../standalone/drakfont_.c:357
+msgid "please wait during ttmkfdir..."
+msgstr ""
+
+#: ../../standalone/drakfont_.c:359
+msgid "True Type install done"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:366 ../../standalone/drakfont_.c:382
+msgid "Fonts conversion"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:370 ../../standalone/drakfont_.c:386
+#: ../../standalone/drakfont_.c:406
+msgid "type1inst building"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:375 ../../standalone/drakfont_.c:390
+msgid "Ghostscript referencing"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:397
+msgid "ttf fonts conversion"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:401
+msgid "pfm fonts conversion"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:411
+msgid "Suppress temporary Files"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:414
+msgid "Restart XFS"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:453 ../../standalone/drakfont_.c:463
+msgid "Suppress Fonts Files"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:465
+#, fuzzy
+msgid "xfs restart"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:472 ../../standalone/drakfont_.c:760
+msgid ""
+"Before installing any fonts, be sure that you have the right to use and "
+"install them on your system.\n"
+"\n"
+"-You can install the fonts using the normal way. In rare cases, bogus fonts "
+"may hang up your X Server."
+msgstr ""
+
+#: ../../standalone/drakfont_.c:547
+#, fuzzy
+msgid "Fonts Importation"
+msgstr ". ."
+
+#: ../../standalone/drakfont_.c:562
+msgid "Get Windows Fonts"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:564
+msgid "Uninstall Fonts"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:568
+#, fuzzy
+msgid "Advanced Options"
+msgstr " L"
+
+#: ../../standalone/drakfont_.c:570
+#, fuzzy
+msgid "Font List"
+msgstr " "
+
+#: ../../standalone/drakfont_.c:739
+#, fuzzy
+msgid "Choose the applications that will support the fonts :"
+msgstr " "
+
+#: ../../standalone/drakfont_.c:743
+msgid "Ghostscript"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:747
+#, fuzzy
+msgid "StarOffice"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:751
+#, fuzzy
+msgid "Abiword"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:755
+#, fuzzy
+msgid "Generic Printers"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:792
+msgid "Select the font file or directory and click on 'Add'"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:828
+#, fuzzy
+msgid "Install List"
+msgstr " "
+
+#: ../../standalone/drakfont_.c:858
+msgid "click here if you are sure."
+msgstr ""
+
+#: ../../standalone/drakfont_.c:860
+msgid "here if no."
+msgstr ""
+
+#: ../../standalone/drakfont_.c:897
+msgid "Unselected All"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:899
+#, fuzzy
+msgid "Selected All"
+msgstr " "
+
+#: ../../standalone/drakfont_.c:901
+#, fuzzy
+msgid "Remove List"
+msgstr " "
+
+#: ../../standalone/drakfont_.c:919 ../../standalone/drakfont_.c:939
+#, fuzzy
+msgid "Initials tests"
+msgstr " Init"
+
+#: ../../standalone/drakfont_.c:920
+#, fuzzy
+msgid "Copy fonts on your system"
+msgstr " !"
+
+#: ../../standalone/drakfont_.c:921
+msgid "Install & convert Fonts"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:922
+#, fuzzy
+msgid "Post Install"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:940
+#, fuzzy
+msgid "Remove fonts on your system"
+msgstr " !"
+
+#: ../../standalone/drakfont_.c:941
+#, fuzzy
+msgid "Post Uninstall"
+msgstr ""
+
+#: ../../standalone/drakgw_.c:43 ../../standalone/drakgw_.c:200
msgid "Internet Connection Sharing"
msgstr " Internet"
-#: ../../standalone/drakgw_.c:119
+#: ../../standalone/drakgw_.c:138
msgid "Internet Connection Sharing currently enabled"
msgstr " Internet "
-#: ../../standalone/drakgw_.c:120
+#: ../../standalone/drakgw_.c:139
msgid ""
"The setup of Internet connection sharing has already been done.\n"
"It's currently enabled.\n"
@@ -7894,31 +10230,31 @@ msgstr ""
"\n"
" ;"
-#: ../../standalone/drakgw_.c:124
+#: ../../standalone/drakgw_.c:143
msgid "disable"
msgstr ""
-#: ../../standalone/drakgw_.c:124 ../../standalone/drakgw_.c:149
+#: ../../standalone/drakgw_.c:143 ../../standalone/drakgw_.c:168
msgid "dismiss"
msgstr ""
-#: ../../standalone/drakgw_.c:124 ../../standalone/drakgw_.c:149
+#: ../../standalone/drakgw_.c:143 ../../standalone/drakgw_.c:168
msgid "reconfigure"
msgstr ""
-#: ../../standalone/drakgw_.c:127
+#: ../../standalone/drakgw_.c:146
msgid "Disabling servers..."
msgstr " ..."
-#: ../../standalone/drakgw_.c:135
+#: ../../standalone/drakgw_.c:154
msgid "Internet connection sharing is now disabled."
msgstr " Internet "
-#: ../../standalone/drakgw_.c:144
+#: ../../standalone/drakgw_.c:163
msgid "Internet Connection Sharing currently disabled"
msgstr " Internet "
-#: ../../standalone/drakgw_.c:145
+#: ../../standalone/drakgw_.c:164
msgid ""
"The setup of Internet connection sharing has already been done.\n"
"It's currently disabled.\n"
@@ -7930,19 +10266,19 @@ msgstr ""
"\n"
" ;"
-#: ../../standalone/drakgw_.c:149
+#: ../../standalone/drakgw_.c:168
msgid "enable"
msgstr ""
-#: ../../standalone/drakgw_.c:156
+#: ../../standalone/drakgw_.c:175
msgid "Enabling servers..."
msgstr " ..."
-#: ../../standalone/drakgw_.c:161
+#: ../../standalone/drakgw_.c:180
msgid "Internet connection sharing is now enabled."
msgstr " Internet "
-#: ../../standalone/drakgw_.c:182
+#: ../../standalone/drakgw_.c:201
msgid ""
"You are about to configure your computer to share its Internet connection.\n"
"With that feature, other computers on your local network will be able to use "
@@ -7957,21 +10293,21 @@ msgstr ""
": "
" (LAN)."
-#: ../../standalone/drakgw_.c:208
+#: ../../standalone/drakgw_.c:227
#, c-format
msgid "Interface %s (using module %s)"
msgstr " %s ( %s)"
-#: ../../standalone/drakgw_.c:209
+#: ../../standalone/drakgw_.c:228
#, c-format
msgid "Interface %s"
msgstr " %s"
-#: ../../standalone/drakgw_.c:217
+#: ../../standalone/drakgw_.c:236
msgid "No network adapter on your system!"
msgstr " !"
-#: ../../standalone/drakgw_.c:218
+#: ../../standalone/drakgw_.c:237
msgid ""
"No ethernet network adapter has been detected on your system. Please run the "
"hardware configuration tool."
@@ -7979,11 +10315,11 @@ msgstr ""
" Ethernet . "
" ."
-#: ../../standalone/drakgw_.c:224
+#: ../../standalone/drakgw_.c:243
msgid "Network interface"
msgstr " "
-#: ../../standalone/drakgw_.c:225
+#: ../../standalone/drakgw_.c:244
#, c-format
msgid ""
"There is only one configured network adapter on your system:\n"
@@ -7998,7 +10334,7 @@ msgstr ""
"\n"
" ."
-#: ../../standalone/drakgw_.c:234
+#: ../../standalone/drakgw_.c:253
msgid ""
"Please choose what network adapter will be connected to your Local Area "
"Network."
@@ -8006,23 +10342,82 @@ msgstr ""
" \n"
" ."
-#: ../../standalone/drakgw_.c:243
+#: ../../standalone/drakgw_.c:271
+#, fuzzy
+msgid "Network interface already configured"
+msgstr " "
+
+#: ../../standalone/drakgw_.c:272
+#, c-format
msgid ""
-"Warning, the network adapter is already configured. I will reconfigure it."
+"Warning, the network adapter (%s) is already configured.\n"
+"\n"
+"Do you want an automatic re-configuration?\n"
+"\n"
+"You can do it manually but you need to know what you're doing."
msgstr ""
-", . ."
-#: ../../standalone/drakgw_.c:254
+#: ../../standalone/drakgw_.c:277
+#, fuzzy
+msgid "Automatic reconfiguration"
+msgstr "Boot "
+
+#: ../../standalone/drakgw_.c:278
+#, fuzzy
+msgid "Show current interface configuration"
+msgstr " (Internet)"
+
+#: ../../standalone/drakgw_.c:280
+#, c-format
+msgid ""
+"Current configuration of `%s':\n"
+"\n"
+"Network: %s\n"
+"IP address: %s\n"
+"IP attribution: %s\n"
+"Driver: %s"
+msgstr ""
+
+#: ../../standalone/drakgw_.c:292
+msgid ""
+"I can keep your current configuration and assume you already set up a DHCP "
+"server; in that case please verify I correctly read the C-Class Network that "
+"you use for your local network; I will not reconfigure it and I will not "
+"touch your DHCP server configuration.\n"
+"\n"
+"Else, I can reconfigure your interface and (re)configure a DHCP server for "
+"you.\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakgw_.c:297
+msgid "C-Class Local Network"
+msgstr ""
+
+#: ../../standalone/drakgw_.c:298
+#, fuzzy
+msgid "(This) DHCP Server IP"
+msgstr "IP CUPS:"
+
+#: ../../standalone/drakgw_.c:299
+msgid "Re-configure interface and DHCP server"
+msgstr ""
+
+#: ../../standalone/drakgw_.c:306
+msgid "The Local Network did not finish with `.0', bailing out."
+msgstr ""
+
+#: ../../standalone/drakgw_.c:317
#, c-format
msgid "Potential LAN address conflict found in current config of %s!\n"
msgstr ""
" LAN %s!\n"
-#: ../../standalone/drakgw_.c:262 ../../standalone/drakgw_.c:268
+#: ../../standalone/drakgw_.c:325 ../../standalone/drakgw_.c:331
msgid "Firewalling configuration detected!"
msgstr " firewall!"
-#: ../../standalone/drakgw_.c:263 ../../standalone/drakgw_.c:269
+#: ../../standalone/drakgw_.c:326 ../../standalone/drakgw_.c:332
msgid ""
"Warning! An existing firewalling configuration has been detected. You may "
"need some manual fix after installation."
@@ -8030,20 +10425,20 @@ msgstr ""
"! firewall. "
"\"\" ."
-#: ../../standalone/drakgw_.c:277
+#: ../../standalone/drakgw_.c:340
msgid "Configuring..."
msgstr "..."
-#: ../../standalone/drakgw_.c:278
+#: ../../standalone/drakgw_.c:341
msgid "Configuring scripts, installing software, starting servers..."
msgstr ", , ..."
-#: ../../standalone/drakgw_.c:311
+#: ../../standalone/drakgw_.c:378
#, c-format
msgid "Problems installing package %s"
msgstr " %s"
-#: ../../standalone/drakgw_.c:600
+#: ../../standalone/drakgw_.c:672
msgid ""
"Everything has been configured.\n"
"You may now share Internet connection with other computers on your Local "
@@ -8054,23 +10449,23 @@ msgstr ""
" , "
"(DHCP)."
-#: ../../standalone/drakgw_.c:617
+#: ../../standalone/drakgw_.c:689
msgid "The setup has already been done, but it's currently disabled."
msgstr " , ."
-#: ../../standalone/drakgw_.c:618
+#: ../../standalone/drakgw_.c:690
msgid "The setup has already been done, and it's currently enabled."
msgstr " , ."
-#: ../../standalone/drakgw_.c:619
+#: ../../standalone/drakgw_.c:691
msgid "No Internet Connection Sharing has ever been configured."
msgstr " Internet ."
-#: ../../standalone/drakgw_.c:624
+#: ../../standalone/drakgw_.c:696
msgid "Internet connection sharing configuration"
msgstr " (internet)"
-#: ../../standalone/drakgw_.c:631
+#: ../../standalone/drakgw_.c:703
#, c-format
msgid ""
"Welcome to the Internet Connection Sharing utility!\n"
@@ -8085,139 +10480,129 @@ msgstr ""
"\n"
" ."
-#: ../../standalone/draknet_.c:79
+#: ../../standalone/draknet_.c:80
#, c-format
msgid "Network configuration (%d adapters)"
msgstr " (%d adapters)"
-#: ../../standalone/draknet_.c:86 ../../standalone/draknet_.c:573
+#: ../../standalone/draknet_.c:87 ../../standalone/draknet_.c:595
msgid "Profile: "
msgstr ": "
-#: ../../standalone/draknet_.c:94
+#: ../../standalone/draknet_.c:95
msgid "Del profile..."
msgstr " ..."
-#: ../../standalone/draknet_.c:100
+#: ../../standalone/draknet_.c:101
msgid "Profile to delete:"
msgstr " :"
-#: ../../standalone/draknet_.c:128
+#: ../../standalone/draknet_.c:129
msgid "New profile..."
msgstr " ..."
-#: ../../standalone/draknet_.c:134
+#: ../../standalone/draknet_.c:135
msgid ""
"Name of the profile to create (the new profile is created as a copy of the "
"current one) :"
msgstr ""
-#: ../../standalone/draknet_.c:160
+#: ../../standalone/draknet_.c:161
msgid "Hostname: "
msgstr " : "
-#: ../../standalone/draknet_.c:167
+#: ../../standalone/draknet_.c:168
msgid "Internet access"
msgstr " Internet"
-#: ../../standalone/draknet_.c:180
+#: ../../standalone/draknet_.c:181
msgid "Type:"
msgstr ":"
-#: ../../standalone/draknet_.c:183 ../../standalone/draknet_.c:397
+#: ../../standalone/draknet_.c:184 ../../standalone/draknet_.c:376
msgid "Gateway:"
msgstr " :"
-#: ../../standalone/draknet_.c:183 ../../standalone/draknet_.c:397
+#: ../../standalone/draknet_.c:184 ../../standalone/draknet_.c:376
msgid "Interface:"
msgstr ":"
-#: ../../standalone/draknet_.c:192
+#: ../../standalone/draknet_.c:195
msgid "Status:"
msgstr ":"
-#: ../../standalone/draknet_.c:194 ../../standalone/draknet_.c:410
-msgid "Connected"
-msgstr ""
-
-#: ../../standalone/draknet_.c:194 ../../standalone/draknet_.c:410
-msgid "Not connected"
-msgstr " "
-
-#: ../../standalone/draknet_.c:197 ../../standalone/draknet_.c:411
-msgid "Connect..."
-msgstr "..."
-
-#: ../../standalone/draknet_.c:197 ../../standalone/draknet_.c:411
-msgid "Disconnect..."
-msgstr "..."
-
-#: ../../standalone/draknet_.c:215
-msgid "Starting your connection..."
-msgstr " ..."
-
-#: ../../standalone/draknet_.c:223
-msgid "Closing your connection..."
-msgstr " ..."
-
-#: ../../standalone/draknet_.c:228
-msgid ""
-"The connection is not closed.\n"
-"Try to do it manually by running\n"
-"/etc/sysconfig/network-scripts/net_cnx_down\n"
-"in root."
+#: ../../standalone/draknet_.c:202
+msgid "Wait please"
msgstr ""
-" .\n"
-" \n"
-"/etc/sysconfig/network-scripts/net_cnx_down\n"
-" root."
-#: ../../standalone/draknet_.c:231
-msgid "The system is now disconnected."
-msgstr " ."
-
-#: ../../standalone/draknet_.c:243
+#: ../../standalone/draknet_.c:220
msgid "Configure Internet Access..."
msgstr " Internet..."
-#: ../../standalone/draknet_.c:250 ../../standalone/draknet_.c:446
+#: ../../standalone/draknet_.c:227 ../../standalone/draknet_.c:449
msgid "LAN configuration"
msgstr " LAN"
-#: ../../standalone/draknet_.c:255
+#: ../../standalone/draknet_.c:232
msgid "Driver"
msgstr ""
-#: ../../standalone/draknet_.c:255
+#: ../../standalone/draknet_.c:232
msgid "Interface"
msgstr ""
-#: ../../standalone/draknet_.c:255
+#: ../../standalone/draknet_.c:232
msgid "Protocol"
msgstr ""
-#: ../../standalone/draknet_.c:255
+#: ../../standalone/draknet_.c:232
#, fuzzy
msgid "State"
msgstr ":"
-#: ../../standalone/draknet_.c:267
+#: ../../standalone/draknet_.c:244
msgid "Configure Local Area Network..."
msgstr " ..."
-#: ../../standalone/draknet_.c:279
+#: ../../standalone/draknet_.c:256
msgid "Click here to launch the wizard ->"
msgstr ""
-#: ../../standalone/draknet_.c:306
+#: ../../standalone/draknet_.c:257
+msgid "Wizard..."
+msgstr "..."
+
+#: ../../standalone/draknet_.c:283
msgid "Apply"
msgstr ""
-#: ../../standalone/draknet_.c:325
+#: ../../standalone/draknet_.c:302
msgid "Please Wait... Applying the configuration"
msgstr " ... "
-#: ../../standalone/draknet_.c:428
+#: ../../standalone/draknet_.c:384 ../../standalone/draknet_.c:407
+msgid "Connected"
+msgstr ""
+
+#: ../../standalone/draknet_.c:384 ../../standalone/draknet_.c:407
+msgid "Not connected"
+msgstr " "
+
+#: ../../standalone/draknet_.c:385 ../../standalone/draknet_.c:408
+msgid "Connect..."
+msgstr "..."
+
+#: ../../standalone/draknet_.c:385 ../../standalone/draknet_.c:408
+msgid "Disconnect..."
+msgstr "..."
+
+#: ../../standalone/draknet_.c:404
+msgid ""
+"Warning, another Internet connection has been detected, maybe using your "
+"network"
+msgstr ""
+
+#: ../../standalone/draknet_.c:431
msgid ""
"You don't have any configured interface.\n"
"Configure them first by clicking on 'Configure'"
@@ -8225,36 +10610,42 @@ msgstr ""
" .\n"
" ''"
-#: ../../standalone/draknet_.c:450
+#: ../../standalone/draknet_.c:453
msgid "LAN Configuration"
msgstr " L"
-#: ../../standalone/draknet_.c:457
+#: ../../standalone/draknet_.c:464
#, c-format
msgid "Adapter %s: %s"
msgstr " %s: %s"
-#: ../../standalone/draknet_.c:463
+#: ../../standalone/draknet_.c:470
msgid "Boot Protocol"
msgstr " "
-#: ../../standalone/draknet_.c:464
+#: ../../standalone/draknet_.c:471
msgid "Started on boot"
msgstr " "
-#: ../../standalone/draknet_.c:465
+#: ../../standalone/draknet_.c:472
msgid "DHCP client"
msgstr " DHCP"
-#: ../../standalone/draknet_.c:489 ../../standalone/draknet_.c:491
+#: ../../standalone/draknet_.c:497 ../../standalone/draknet_.c:500
msgid "activate now"
msgstr ""
-#: ../../standalone/draknet_.c:489 ../../standalone/draknet_.c:491
-msgid "desactivate now"
+#: ../../standalone/draknet_.c:497 ../../standalone/draknet_.c:500
+msgid "deactivate now"
+msgstr ""
+
+#: ../../standalone/draknet_.c:503
+msgid ""
+"This interface has not been configured yet.\n"
+"Launch the configuration wizard in the main window"
msgstr ""
-#: ../../standalone/draknet_.c:538
+#: ../../standalone/draknet_.c:560
msgid ""
"You don't have any internet connection.\n"
"Create one first by clicking on 'Configure'"
@@ -8262,136 +10653,162 @@ msgstr ""
" internet.\n"
" ''"
-#: ../../standalone/draknet_.c:562
+#: ../../standalone/draknet_.c:584
msgid "Internet connection configuration"
msgstr " (internet)"
-#: ../../standalone/draknet_.c:566
+#: ../../standalone/draknet_.c:588
msgid "Internet Connection Configuration"
msgstr " (internet)"
-#: ../../standalone/draknet_.c:575
+#: ../../standalone/draknet_.c:597
msgid "Connection type: "
msgstr " : "
-#: ../../standalone/draknet_.c:581
+#: ../../standalone/draknet_.c:603
msgid "Parameters"
msgstr ""
-#: ../../standalone/draknet_.c:608
+#: ../../standalone/draknet_.c:621
+msgid "Gateway"
+msgstr " "
+
+#: ../../standalone/draknet_.c:630
msgid "Ethernet Card"
msgstr " Ethernet"
-#: ../../standalone/draknet_.c:609
+#: ../../standalone/draknet_.c:631
msgid "DHCP Client"
msgstr " DHCP"
-#: ../../standalone/draksec_.c:21
-msgid "Welcome To Crackers"
-msgstr " Crackers"
+#: ../../standalone/draksec_.c:31
+msgid "Setting security level"
+msgstr " "
-#: ../../standalone/draksec_.c:22
-msgid "Poor"
-msgstr ""
+#: ../../standalone/drakxconf_.c:47
+msgid "Control Center"
+msgstr " "
-#: ../../standalone/draksec_.c:26
-msgid "Paranoid"
-msgstr ""
+#: ../../standalone/drakxconf_.c:48
+msgid "Choose the tool you want to use"
+msgstr " "
-#: ../../standalone/draksec_.c:29
-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."
+#: ../../standalone/drakxtv_.c:48
+#, fuzzy
+msgid "Canada (cable)"
+msgstr " ()"
+
+#: ../../standalone/drakxtv_.c:48
+msgid "USA (bcast)"
msgstr ""
-" . \n"
-" , . "
-"\n"
-" Internet LAN. ."
-#: ../../standalone/draksec_.c:32
-msgid ""
-"Password are now enabled, but use as a networked computer is still not "
-"recommended."
+#: ../../standalone/drakxtv_.c:48
+msgid "USA (cable)"
msgstr ""
-" , \n"
-" ."
-#: ../../standalone/draksec_.c:33
-msgid ""
-"Few improvements for this security level, the main one is that there are\n"
-"more security warnings and checks."
+#: ../../standalone/drakxtv_.c:48
+msgid "USA (cable-hrc)"
msgstr ""
-" , \n"
-" ."
-#: ../../standalone/draksec_.c:35
-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. "
+#: ../../standalone/drakxtv_.c:49
+msgid "China (bcast)"
msgstr ""
-" \n"
-" Internet. ."
-#: ../../standalone/draksec_.c:37
-msgid ""
-"With this security level, the use of this system as a server becomes "
-"possible.\n"
-"The security is now high enough to use the system as a server which accept\n"
-"connections from many clients. "
+#: ../../standalone/drakxtv_.c:49
+msgid "Japan (bcast)"
msgstr ""
-" \n"
-"Internet . \n"
-" ."
-#: ../../standalone/draksec_.c:40
-msgid ""
-"We take level 4 features, but now the system is entirely closed.\n"
-"Security features are at their maximum."
+#: ../../standalone/drakxtv_.c:49
+msgid "Japan (cable)"
msgstr ""
-" 4, . \n"
-" ."
-#: ../../standalone/draksec_.c:65
+#: ../../standalone/drakxtv_.c:50
#, fuzzy
-msgid "Security level"
-msgstr " "
+msgid "East Europe"
+msgstr ""
-#: ../../standalone/draksec_.c:67
+#: ../../standalone/drakxtv_.c:50
#, fuzzy
-msgid "Use libsafe for servers"
-msgstr " X server"
+msgid "Ireland"
+msgstr ""
-#: ../../standalone/draksec_.c:68
+#: ../../standalone/drakxtv_.c:50
+#, fuzzy
+msgid "West Europe"
+msgstr ""
+
+#: ../../standalone/drakxtv_.c:51
+#, fuzzy
+msgid "Australia"
+msgstr ""
+
+#: ../../standalone/drakxtv_.c:51
+msgid "Newzealand"
+msgstr ""
+
+#: ../../standalone/drakxtv_.c:52
+msgid "South Africa"
+msgstr ""
+
+#: ../../standalone/drakxtv_.c:53
+msgid "Argentina"
+msgstr ""
+
+#: ../../standalone/drakxtv_.c:58
msgid ""
-"A library which defends against buffer overflow and format string attacks."
+"Please,\n"
+"type in your tv norm and country"
msgstr ""
-#: ../../standalone/draksec_.c:72
-msgid "Setting security level"
-msgstr " "
+#: ../../standalone/drakxtv_.c:60
+msgid "TV norm :"
+msgstr ""
-#: ../../standalone/drakxconf_.c:47
-msgid "Control Center"
-msgstr " "
+#: ../../standalone/drakxtv_.c:61
+msgid "Area :"
+msgstr ""
-#: ../../standalone/drakxconf_.c:48
-msgid "Choose the tool you want to use"
-msgstr " "
+#: ../../standalone/drakxtv_.c:65
+msgid "Scanning for TV channels in progress ..."
+msgstr ""
+
+#: ../../standalone/drakxtv_.c:72
+msgid "Scanning for TV channels"
+msgstr ""
+
+#: ../../standalone/drakxtv_.c:83
+msgid "No TV Card detected!"
+msgstr ""
+
+#: ../../standalone/drakxtv_.c:84
+msgid ""
+"No TV Card has been detected on your machine. Please verify that a Linux-"
+"supported Video/TV Card is correctly plugged in.\n"
+"\n"
+"\n"
+"You can visit our hardware database at:\n"
+"\n"
+"\n"
+"http://www.linux-mandrake.com/en/hardware.php3"
+msgstr ""
#: ../../standalone/keyboarddrake_.c:16
msgid "usage: keyboarddrake [--expert] [keyboard]\n"
msgstr ": keyboarddrake [--expert] [keyboard]\n"
+#: ../../standalone/keyboarddrake_.c:29
+msgid "Please, choose your keyboard layout."
+msgstr " ."
+
#: ../../standalone/keyboarddrake_.c:36
msgid "Do you want the BackSpace to return Delete in console?"
msgstr " BackSpace Delete ;"
-#: ../../standalone/livedrake_.c:23
+#: ../../standalone/livedrake_.c:24
msgid "Change Cd-Rom"
msgstr " Cd-Rom"
-#: ../../standalone/livedrake_.c:24
+#: ../../standalone/livedrake_.c:25
msgid ""
"Please insert the Installation Cd-Rom in your drive and press Ok when done.\n"
"If you don't have it, press Cancel to avoid live upgrade."
@@ -8399,27 +10816,269 @@ msgstr ""
" CD .\n"
" , ."
-#: ../../standalone/livedrake_.c:34
+#: ../../standalone/livedrake_.c:35
msgid "Unable to start live upgrade !!!\n"
msgstr " live upgrade!!!\n"
-#: ../../standalone/mousedrake_.c:58
+#: ../../standalone/localedrake_.c:32
+msgid "The change is done, but to be effective you must logout"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:85 ../../standalone/logdrake_.c:501
+msgid "logdrake"
+msgstr "logdrake"
+
+#: ../../standalone/logdrake_.c:95
+msgid "Show only for the selected day"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:102
+msgid "/File/_New"
+msgstr "//_"
+
+#: ../../standalone/logdrake_.c:102
+msgid "<control>N"
+msgstr "<control>N"
+
+#: ../../standalone/logdrake_.c:103
+msgid "/File/_Open"
+msgstr "//_"
+
+#: ../../standalone/logdrake_.c:103
+msgid "<control>O"
+msgstr "<control>O"
+
+#: ../../standalone/logdrake_.c:104
+msgid "/File/_Save"
+msgstr "//_"
+
+#: ../../standalone/logdrake_.c:104
+msgid "<control>S"
+msgstr "<control>S"
+
+#: ../../standalone/logdrake_.c:105
+msgid "/File/Save _As"
+msgstr "// _"
+
+#: ../../standalone/logdrake_.c:106
+msgid "/File/-"
+msgstr "//-"
+
+#: ../../standalone/logdrake_.c:108
+msgid "/_Options"
+msgstr "/_"
+
+#: ../../standalone/logdrake_.c:109
+msgid "/Options/Test"
+msgstr "//"
+
+#: ../../standalone/logdrake_.c:110
+msgid "/_Help"
+msgstr "/_"
+
+#: ../../standalone/logdrake_.c:111
+msgid "/Help/_About..."
+msgstr "//_ ..."
+
+#: ../../standalone/logdrake_.c:118
+msgid "-misc-fixed-medium-r-*-*-*-100-*-*-*-*-*-*,*"
+msgstr "-misc-fixed-medium-r-*-*-*-100-*-*-*-*-*-*,*"
+
+#: ../../standalone/logdrake_.c:119
+msgid "-misc-fixed-bold-r-*-*-*-100-*-*-*-*-*-*,*"
+msgstr "-misc-fixed-bold-r-*-*-*-100-*-*-*-*-*-*,*"
+
+#: ../../standalone/logdrake_.c:173
+#, fuzzy
+msgid "User"
+msgstr " "
+
+#: ../../standalone/logdrake_.c:174
+#, fuzzy
+msgid "Messages"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:175
+#, fuzzy
+msgid "Syslog"
+msgstr "syslog"
+
+#: ../../standalone/logdrake_.c:176
+msgid "Mandrake Tools Explanations"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:179
+msgid "search"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:185
+msgid "A tool to monitor your logs"
+msgstr " log "
+
+#: ../../standalone/logdrake_.c:186
+msgid "Settings"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:191
+msgid "matching"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:192
+msgid "but not matching"
+msgstr " "
+
+#: ../../standalone/logdrake_.c:196
+msgid "Choose file"
+msgstr " "
+
+#: ../../standalone/logdrake_.c:201
+msgid "Calendar"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:211
+msgid "Content of the file"
+msgstr " "
+
+#: ../../standalone/logdrake_.c:215 ../../standalone/logdrake_.c:390
+msgid "Mail/SMS alert"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:268
+#, c-format
+msgid "please wait, parsing file: %s"
+msgstr " , : %s"
+
+#: ../../standalone/logdrake_.c:405
+#, fuzzy
+msgid "Mail/SMS alert configuration"
+msgstr " "
+
+#: ../../standalone/logdrake_.c:406
+#, fuzzy
+msgid ""
+"Welcome to the mail/SMS configuration utility.\n"
+"\n"
+"Here, you'll be able to set up the alert system.\n"
+msgstr ""
+" proxy.\n"
+"\n"
+", http ftp proxies\n"
+" login \n"
+
+#: ../../standalone/logdrake_.c:414
+#, fuzzy
+msgid "proftpd"
+msgstr "Apache, Pro-ftpd"
+
+#: ../../standalone/logdrake_.c:417
+msgid "sshd"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:418
+msgid "webmin"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:419
+#, fuzzy
+msgid "xinetd"
+msgstr "Ext2"
+
+#: ../../standalone/logdrake_.c:422
+#, fuzzy
+msgid "service setting"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:423
+msgid ""
+"You will receive an alert if one of the selected service is no more running"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:433
+#, fuzzy
+msgid "load setting"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:434
+msgid "You will receive an alert if the load is higher than this value"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:447
+#, fuzzy
+msgid "alert configuration"
+msgstr " "
+
+#: ../../standalone/logdrake_.c:448
+msgid "Configure the way the system will alert you"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:478
+msgid "Save as.."
+msgstr " "
+
+#: ../../standalone/mousedrake_.c:49
+msgid "Please, choose the type of your mouse."
+msgstr " ."
+
+#: ../../standalone/mousedrake_.c:59
msgid "no serial_usb found\n"
msgstr " serial_usb\n"
-#: ../../standalone/mousedrake_.c:62
+#: ../../standalone/mousedrake_.c:63
msgid "Emulate third button?"
msgstr " ;"
-#: ../../standalone/tinyfirewall_.c:29
+#: ../../standalone/scannerdrake_.c:53
+#, c-format
+msgid "%s found on %s, configure it ?"
+msgstr ""
+
+#: ../../standalone/scannerdrake_.c:60
+#, fuzzy
+msgid "Select a scanner"
+msgstr " "
+
+#: ../../standalone/scannerdrake_.c:80
+#, c-format
+msgid "This %s scanner is unsupported"
+msgstr ""
+
+#: ../../standalone/scannerdrake_.c:94
+#, c-format
+msgid ""
+"Scannerdrake was not able to detect your %s scanner.\n"
+"Please select the device where your scanner is plugged"
+msgstr ""
+
+#: ../../standalone/scannerdrake_.c:96
+#, fuzzy
+msgid "choose device"
+msgstr " "
+
+#: ../../standalone/scannerdrake_.c:102
+#, c-format
+msgid ""
+"This %s scanner must be configured by printerdrake.\n"
+"You can launch printerdrake from the Mandrake Control Center in Hardware "
+"section."
+msgstr ""
+
+#: ../../standalone/scannerdrake_.c:107
+#, c-format
+msgid ""
+"Your %s scanner has been configured.\n"
+"You may now scan documents using ``XSane'' from Multimedia/Graphics in the "
+"applications menu."
+msgstr ""
+
+#: ../../standalone/tinyfirewall_.c:31
msgid "Firewalling Configuration"
msgstr " Firewalling"
-#: ../../standalone/tinyfirewall_.c:42
+#: ../../standalone/tinyfirewall_.c:44
msgid "Firewalling configuration"
msgstr " firewalling"
-#: ../../standalone/tinyfirewall_.c:77
+#: ../../standalone/tinyfirewall_.c:79
msgid ""
"Firewalling\n"
"\n"
@@ -8431,7 +11090,7 @@ msgstr ""
" firewall.\n"
" firewall"
-#: ../../standalone/tinyfirewall_.c:81
+#: ../../standalone/tinyfirewall_.c:83
msgid ""
"Firewalling\n"
"\n"
@@ -8493,19 +11152,24 @@ msgstr " "
msgid "Configure services"
msgstr " "
-#: ../../steps.pm_.c:30
-msgid "Create a bootdisk"
-msgstr " "
-
-#: ../../steps.pm_.c:32
+#: ../../steps.pm_.c:29
msgid "Install bootloader"
msgstr ". . "
+#: ../../steps.pm_.c:31
+msgid "Create a bootdisk"
+msgstr " "
+
#: ../../steps.pm_.c:33
msgid "Configure X"
msgstr " "
#: ../../steps.pm_.c:34
+#, fuzzy
+msgid "Install system updates"
+msgstr " "
+
+#: ../../steps.pm_.c:35
msgid "Exit install"
msgstr ""
@@ -8688,6 +11352,56 @@ msgstr " %s: %s\n"
msgid "Can't open %s for writing: %s\n"
msgstr " %s : %s\n"
+#: ../../tinyfirewall.pm_.c:180
+msgid "No I don't need DHCP"
+msgstr ""
+
+#: ../../tinyfirewall.pm_.c:180
+msgid "Yes I need DHCP"
+msgstr ""
+
+#: ../../tinyfirewall.pm_.c:181
+msgid "No I don't need NTP"
+msgstr ""
+
+#: ../../tinyfirewall.pm_.c:181
+msgid "Yes I need NTP"
+msgstr ""
+
+#: ../../tinyfirewall.pm_.c:182 ../../tinyfirewall.pm_.c:186
+msgid "Don't Save"
+msgstr ""
+
+#: ../../tinyfirewall.pm_.c:182 ../../tinyfirewall.pm_.c:186
+#: ../../tinyfirewall.pm_.c:206
+msgid "Save & Quit"
+msgstr ""
+
+#: ../../tinyfirewall.pm_.c:197 ../../tinyfirewall.pm_.c:201
+#, fuzzy
+msgid "Firewall Configuration Wizard"
+msgstr " Firewalling"
+
+#: ../../tinyfirewall.pm_.c:199
+msgid "No (firewall this off from the internet)"
+msgstr ""
+
+#: ../../tinyfirewall.pm_.c:200
+msgid "Yes (allow this through the firewall)"
+msgstr ""
+
+#: ../../tinyfirewall.pm_.c:232
+#, fuzzy
+msgid "Please Wait... Verifying installed packages"
+msgstr " , "
+
+#: ../../tinyfirewall.pm_.c:238
+#, c-format
+msgid ""
+"Failure installing the needed packages : %s and Bastille.\n"
+" Try to install them manually."
+msgstr ""
+
#: ../../share/compssUsers:999
msgid "Web/FTP"
msgstr "Web/FTP"
@@ -8814,10 +11528,6 @@ msgid "Graphical Environment"
msgstr " "
#: ../../share/compssUsers:999
-msgid "Development"
-msgstr ""
-
-#: ../../share/compssUsers:999
msgid "Apache, Pro-ftpd"
msgstr "Apache, Pro-ftpd"
@@ -8830,6 +11540,10 @@ msgid "Office Workstation"
msgstr " "
#: ../../share/compssUsers:999
+msgid "Server"
+msgstr ""
+
+#: ../../share/compssUsers:999
msgid "Gnome, Icewm, Window Maker, Enlightenment, Fvwm, etc"
msgstr "Gnome, Icewm, Window Maker, Enlightenment, Fvwm, "
@@ -8916,10 +11630,6 @@ msgid "Programs to manage your finance, such as gnucash"
msgstr " , gnucash"
#: ../../share/compssUsers:999
-msgid "Games"
-msgstr ""
-
-#: ../../share/compssUsers:999
msgid "Personal Information Management"
msgstr " "
@@ -8931,6 +11641,257 @@ msgstr " - CD"
msgid "Scientific Workstation"
msgstr " "
+#, fuzzy
+#~ msgid "About"
+#~ msgstr ""
+
+#, fuzzy
+#~ msgid "-adobe-utopia-medium-r-normal-*-12-*-*-*-p-*-iso8859-*,*-r-*"
+#~ msgstr "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
+
+#~ msgid "$f-$g %s)"
+#~ msgstr "$f-$g %s)"
+
+#, fuzzy
+#~ msgid "None"
+#~ msgstr ""
+
+#, fuzzy
+#~ msgid "Choose a default printer!"
+#~ msgstr " ' :"
+
+#, fuzzy
+#~ msgid "Apply/Re-read printers"
+#~ msgstr " "
+
+#~ msgid "You may now provide its options to module %s."
+#~ msgstr " %s"
+
+#~ msgid "mount failed"
+#~ msgstr " "
+
+#~ msgid "Low"
+#~ msgstr ""
+
+#~ msgid "Medium"
+#~ msgstr ""
+
+#~ msgid ""
+#~ "Few improvements for this security level, the main one is that there are\n"
+#~ "more security warnings and checks."
+#~ msgstr ""
+#~ " , \n"
+#~ " ."
+
+#~ msgid "Boot mode"
+#~ msgstr " "
+
+#, fuzzy
+#~ msgid "Export"
+#~ msgstr " "
+
+#~ msgid ""
+#~ "GNU/Linux manages time in GMT (Greenwich Mean Time) and translates it in\n"
+#~ "local time according to the time zone you selected."
+#~ msgstr ""
+#~ " GNU/Linux GMT (\"Greenwich Mean Time\" \n"
+#~ "\" \") \n"
+#~ " ."
+
+#~ msgid "Connect to Internet"
+#~ msgstr " (internet)"
+
+#~ msgid "Disconnect from Internet"
+#~ msgstr " (internet)"
+
+#~ msgid "Configure network connection (LAN or Internet)"
+#~ msgstr " ( )"
+
+#, fuzzy
+#~ msgid "Detected %s, do you want to set it up?"
+#~ msgstr " ;"
+
+#, fuzzy
+#~ msgid "Please choose the printer you want to set up."
+#~ msgstr " "
+
+#, fuzzy
+#~ msgid "Infos"
+#~ msgstr ""
+
+#, fuzzy
+#~ msgid "Windows Importation"
+#~ msgstr " Gnome"
+
+#~ msgid "authentification"
+#~ msgstr ""
+
+#~ msgid "user"
+#~ msgstr ""
+
+#, fuzzy
+#~ msgid ""
+#~ "Please choose the desired printer/printer port.\n"
+#~ "\n"
+#~ msgstr " ."
+
+#, fuzzy
+#~ msgid "\\@quit"
+#~ msgstr ""
+
+#, fuzzy
+#~ msgid "Removable media"
+#~ msgstr " "
+
+#~ msgid "Active"
+#~ msgstr ""
+
+#, fuzzy
+#~ msgid "No X"
+#~ msgstr ""
+
+#~ msgid "A printer, model \"%s\", has been detected on "
+#~ msgstr " \"%s\" "
+
+#~ msgid "Local Printer Device"
+#~ msgstr " "
+
+#~ msgid "Printer Device"
+#~ msgstr " "
+
+#~ msgid "Device/file name missing!"
+#~ msgstr " !"
+
+#, fuzzy
+#~ msgid "Printer(s) on remote CUPS server(s)"
+#~ msgstr " CUPS"
+
+#, fuzzy
+#~ msgid "Printer(s) on remote server(s)"
+#~ msgstr " CUPS"
+
+#, fuzzy
+#~ msgid " Linux "
+#~ msgstr "Linux"
+
+#, fuzzy
+#~ msgid " System "
+#~ msgstr " "
+
+#, fuzzy
+#~ msgid " Other "
+#~ msgstr ""
+
+#, fuzzy
+#~ msgid "please choose your CD space"
+#~ msgstr " ."
+
+#, fuzzy
+#~ msgid " Please check if you are using CDRW media"
+#~ msgstr " "
+
+#, fuzzy
+#~ msgid " Tape "
+#~ msgstr ": "
+
+#, fuzzy
+#~ msgid " Use .backupignore files"
+#~ msgstr " "
+
+#, fuzzy
+#~ msgid "Configure it"
+#~ msgstr " "
+
+#, fuzzy
+#~ msgid "on Tape Device"
+#~ msgstr " "
+
+#, fuzzy
+#~ msgid " Cancel "
+#~ msgstr ""
+
+#, fuzzy
+#~ msgid " Ok "
+#~ msgstr ""
+
+#, fuzzy
+#~ msgid "close"
+#~ msgstr ""
+
+#~ msgid "Starting your connection..."
+#~ msgstr " ..."
+
+#~ msgid "Closing your connection..."
+#~ msgstr " ..."
+
+#~ msgid ""
+#~ "The connection is not closed.\n"
+#~ "Try to do it manually by running\n"
+#~ "/etc/sysconfig/network-scripts/net_cnx_down\n"
+#~ "in root."
+#~ msgstr ""
+#~ " .\n"
+#~ " \n"
+#~ "/etc/sysconfig/network-scripts/net_cnx_down\n"
+#~ " root."
+
+#~ msgid "The system is now disconnected."
+#~ msgstr " ."
+
+#~ msgid "Choose the size you want to install"
+#~ msgstr " "
+
+#~ msgid "Total size: "
+#~ msgstr " : "
+
+#~ msgid "Please wait, "
+#~ msgstr " , "
+
+#~ msgid "Total time "
+#~ msgstr " "
+
+#~ msgid "Use existing configuration for X11?"
+#~ msgstr " 11;"
+
+#~ msgid ""
+#~ "What device is your printer connected to \n"
+#~ "(note that /dev/lp0 is equivalent to LPT1:)?\n"
+#~ msgstr ""
+#~ " ;\n"
+#~ "(: /dev/lp0 LPT1:)\n"
+
+#~ msgid "$_"
+#~ msgstr "$_"
+
+#~ msgid ""
+#~ "Warning, the network adapter is already configured. I will reconfigure it."
+#~ msgstr ""
+#~ ", . "
+#~ "."
+
+#~ msgid "New"
+#~ msgstr ""
+
+#, fuzzy
+#~ msgid "Remote"
+#~ msgstr " "
+
+#, fuzzy
+#~ msgid ""
+#~ "Please click on a button above\n"
+#~ "\n"
+#~ "Or use \"New\""
+#~ msgstr " "
+
+#~ msgid "Ambiguity (%s), be more precise\n"
+#~ msgstr " (%s), \n"
+
+#~ msgid " ? (default %s) "
+#~ msgstr " ; (' %s) "
+
+#~ msgid "Your choice? (default %s enter `none' for none) "
+#~ msgstr " ; (' %s `none' ) "
+
#~ msgid "can not open /etc/sysconfig/autologin for reading: %s"
#~ msgstr " /etc/sysconfig/autologin : %s"
@@ -8960,14 +11921,6 @@ msgstr " "
#~ "( SCSI )."
#, fuzzy
-#~ msgid ""
-#~ "The following printers are configured.\n"
-#~ "You can add some more or modify the existing ones."
-#~ msgstr ""
-#~ " .\n"
-#~ " ."
-
-#, fuzzy
#~ msgid "Could not set \"%s\" as the default printer!"
#~ msgstr " ' :"
@@ -9227,7 +12180,7 @@ msgstr " "
#~ "\"Disable networking\".\n"
#~ "\n"
#~ "\n"
-#~ "If you wish to configure the network later after installation or if you "
+#~ "If you wish to configure the network later after installation, or if you "
#~ "have\n"
#~ "finished to configure your network connection, choose \"Done\"."
#~ msgstr ""
@@ -9674,7 +12627,8 @@ msgstr " "
#~ " ."
#~ msgid ""
-#~ "If your network uses LDAP (or NIS) protocol for authentication, select\n"
+#~ "If your network uses the LDAP (or NIS) protocol for authentication, "
+#~ "select\n"
#~ "\"LDAP\" (or \"NIS\") as authentication. If you don't know, ask your "
#~ "network\n"
#~ "administrator.\n"
@@ -9945,54 +12899,12 @@ msgstr " "
#~ msgid "Name of the profile to create:"
#~ msgstr " :"
-#~ msgid "/File/_New"
-#~ msgstr "//_"
-
-#~ msgid "<control>N"
-#~ msgstr "<control>N"
-
-#~ msgid "/File/_Open"
-#~ msgstr "//_"
-
-#~ msgid "<control>O"
-#~ msgstr "<control>O"
-
-#~ msgid "/File/_Save"
-#~ msgstr "//_"
-
-#~ msgid "<control>S"
-#~ msgstr "<control>S"
-
-#~ msgid "/File/Save _As"
-#~ msgstr "// _"
-
-#~ msgid "/File/-"
-#~ msgstr "//-"
-
-#~ msgid "/Options/Test"
-#~ msgstr "//"
-
-#~ msgid "/_Help"
-#~ msgstr "/_"
-
-#~ msgid "/Help/_About..."
-#~ msgstr "//_ ..."
-
#~ msgid "Default Runlevel"
#~ msgstr "' Runlevel"
#~ msgid "Write /etc/fstab"
#~ msgstr " /etc/fstab"
-#~ msgid "Restore from file"
-#~ msgstr " "
-
-#~ msgid "Save in file"
-#~ msgstr " "
-
-#~ msgid "Restore from floppy"
-#~ msgstr " "
-
#~ msgid "Format all"
#~ msgstr " "
@@ -10014,9 +12926,6 @@ msgstr " "
#~ msgid "ADSL configuration"
#~ msgstr " ADSL"
-#~ msgid "Europe"
-#~ msgstr ""
-
#~ msgid "NetWare"
#~ msgstr "NetWare"
@@ -10039,9 +12948,6 @@ msgstr " "
#~ msgid "Enter Printer Name and Comments"
#~ msgstr " "
-#~ msgid "Remove queue"
-#~ msgstr " "
-
#~ msgid "Config file content could not be interpreted."
#~ msgstr " "
@@ -10060,9 +12966,6 @@ msgstr " "
#~ msgid "Network Monitoring"
#~ msgstr " "
-#~ msgid "Settings"
-#~ msgstr ""
-
#~ msgid "Profile "
#~ msgstr " "
@@ -10100,9 +13003,6 @@ msgstr " "
#~ " .\n"
#~ " Mandrake."
-#~ msgid "Color configuration"
-#~ msgstr " "
-
#~ msgid "sent: "
#~ msgstr ": "
@@ -10112,12 +13012,6 @@ msgstr " "
#~ msgid "average"
#~ msgstr " "
-#~ msgid "Connect"
-#~ msgstr ""
-
-#~ msgid "Disconnect"
-#~ msgstr ""
-
#~ msgid ""
#~ "You can now test your mouse. Use buttons and wheel to verify\n"
#~ "if settings are good. If not, you can click on \"Cancel\" to choose "
@@ -10183,9 +13077,6 @@ msgstr " "
#~ msgid "Reverse page order"
#~ msgstr " ;"
-#~ msgid "CUPS starting"
-#~ msgstr " CUPS"
-
#~ msgid "Select Remote Printer Connection"
#~ msgstr " "
@@ -10226,9 +13117,6 @@ msgstr " "
#~ msgid "Spool directory"
#~ msgstr ""
-#~ msgid "Light configuration"
-#~ msgstr " "
-
#~ msgid "Provider dns 1"
#~ msgstr "DNS 1"
diff --git a/perl-install/share/po/et.po b/perl-install/share/po/et.po
index 927cf908f..d088213a6 100644
--- a/perl-install/share/po/et.po
+++ b/perl-install/share/po/et.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: DrakX VERSION\n"
-"POT-Creation-Date: 2001-09-21 19:50+0200\n"
+"POT-Creation-Date: 2002-03-11 18:29+0100\n"
"PO-Revision-Date: 1999-10-28 19:54+0200\n"
"Last-Translator: Riho Kurg <rx@linux.ee>\n"
"Language-Team: Estonian <et@li.org>\n"
@@ -13,25 +13,25 @@ msgstr ""
"Content-Type: text/plain; charset=iso-8859-15\n"
"Content-Transfer-Encoding: 8bit\n"
-#: ../../Xconfigurator.pm_.c:231
+#: ../../Xconfigurator.pm_.c:242
msgid "Configure all heads independently"
msgstr "Seadista kik monitorid sltumatult"
-#: ../../Xconfigurator.pm_.c:232
+#: ../../Xconfigurator.pm_.c:243
msgid "Use Xinerama extension"
msgstr "Kasuta Xinerama laiendusi"
-#: ../../Xconfigurator.pm_.c:235
+#: ../../Xconfigurator.pm_.c:246
#, c-format
msgid "Configure only card \"%s\" (%s)"
msgstr "Seadista ainult kaart \"%s\" (%s)"
#
-#: ../../Xconfigurator.pm_.c:238
+#: ../../Xconfigurator.pm_.c:249
msgid "Multi-head configuration"
msgstr "Mitme monitori seadistamine"
-#: ../../Xconfigurator.pm_.c:239
+#: ../../Xconfigurator.pm_.c:250
msgid ""
"Your system support multiple head configuration.\n"
"What do you want to do?"
@@ -39,33 +39,43 @@ msgstr ""
"Ssteemis on vimalik kasutada mitut monitori.\n"
"Mida Te soovite teha?"
-#: ../../Xconfigurator.pm_.c:248
+#: ../../Xconfigurator.pm_.c:261
msgid "Graphic card"
msgstr "Graafikakaart"
-#: ../../Xconfigurator.pm_.c:248
+#: ../../Xconfigurator.pm_.c:262
msgid "Select a graphic card"
msgstr "Valige graafikakaart"
-#: ../../Xconfigurator.pm_.c:249
+#: ../../Xconfigurator.pm_.c:286
msgid "Choose a X server"
msgstr "Valige X server"
-#: ../../Xconfigurator.pm_.c:249
+#: ../../Xconfigurator.pm_.c:286
msgid "X server"
msgstr "X server"
-#: ../../Xconfigurator.pm_.c:307 ../../Xconfigurator.pm_.c:313
-#: ../../Xconfigurator.pm_.c:363 ../../Xconfigurator.pm_.c:1435
+#: ../../Xconfigurator.pm_.c:293
+#, fuzzy
+msgid "Choose a X driver"
+msgstr "Valige X server"
+
+#: ../../Xconfigurator.pm_.c:293
+#, fuzzy
+msgid "X driver"
+msgstr "X server"
+
+#: ../../Xconfigurator.pm_.c:360 ../../Xconfigurator.pm_.c:366
+#: ../../Xconfigurator.pm_.c:416 ../../Xconfigurator.pm_.c:1507
#, c-format
msgid "XFree %s"
msgstr "XFree86 %s"
-#: ../../Xconfigurator.pm_.c:310
+#: ../../Xconfigurator.pm_.c:363
msgid "Which configuration of XFree do you want to have?"
msgstr "Millise XFree konfiguratsiooni soovite kasutada?"
-#: ../../Xconfigurator.pm_.c:321
+#: ../../Xconfigurator.pm_.c:374
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support but only with XFree %s.\n"
@@ -74,18 +84,18 @@ msgstr ""
"Teie videokaardi 3D graafikakiirendit saab kasutada vaid koos XFree %s-ga.\n"
"XFree %s toetab Teie videokaarti ja vib omada paremat 2D tuge."
-#: ../../Xconfigurator.pm_.c:323 ../../Xconfigurator.pm_.c:356
+#: ../../Xconfigurator.pm_.c:376 ../../Xconfigurator.pm_.c:409
#, c-format
msgid "Your card can have 3D hardware acceleration support with XFree %s."
msgstr "Teie kaardi 3D graafikakiirendit toetab XFree %s."
-#: ../../Xconfigurator.pm_.c:325 ../../Xconfigurator.pm_.c:358
-#: ../../Xconfigurator.pm_.c:1435
+#: ../../Xconfigurator.pm_.c:378 ../../Xconfigurator.pm_.c:411
+#: ../../Xconfigurator.pm_.c:1507
#, c-format
msgid "XFree %s with 3D hardware acceleration"
msgstr "XFree %s koos 3D graafikakiirendi toega"
-#: ../../Xconfigurator.pm_.c:333 ../../Xconfigurator.pm_.c:347
+#: ../../Xconfigurator.pm_.c:386 ../../Xconfigurator.pm_.c:400
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support with XFree %s,\n"
@@ -94,12 +104,12 @@ msgstr ""
"Teie videokaardi 3D graafikakiirendit saab kasutada koos XFree %s-ga.\n"
"SEE ON AGA EKSPERIMENTAALNE JA VIB OLLA EBASTABIILNE."
-#: ../../Xconfigurator.pm_.c:335 ../../Xconfigurator.pm_.c:349
+#: ../../Xconfigurator.pm_.c:388 ../../Xconfigurator.pm_.c:402
#, c-format
msgid "XFree %s with EXPERIMENTAL 3D hardware acceleration"
msgstr "XFree %s koos EKSPERIMENTAALSE 3D kiirendi toega"
-#: ../../Xconfigurator.pm_.c:344
+#: ../../Xconfigurator.pm_.c:397
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support but only with XFree %s,\n"
@@ -110,31 +120,31 @@ msgstr ""
"SEE ON AGA EKSPERIMENTAALNE JA VIB OLLA EBASTABIILNE.\n"
"Teie kaarti toetab ka XFree %s, millel on ehk parem 2D tugi."
-#: ../../Xconfigurator.pm_.c:364
+#: ../../Xconfigurator.pm_.c:417
msgid "Xpmac (installation display driver)"
msgstr ""
-#: ../../Xconfigurator.pm_.c:368
+#: ../../Xconfigurator.pm_.c:421
msgid "XFree configuration"
msgstr "XFree stted"
-#: ../../Xconfigurator.pm_.c:434
+#: ../../Xconfigurator.pm_.c:496
msgid "Select the memory size of your graphic card"
msgstr "Valige graafikamlu suurus"
-#: ../../Xconfigurator.pm_.c:492
+#: ../../Xconfigurator.pm_.c:550
msgid "Choose options for server"
msgstr "Valige X server"
-#: ../../Xconfigurator.pm_.c:516
+#: ../../Xconfigurator.pm_.c:574
msgid "Choose a monitor"
msgstr "Valige monitor"
-#: ../../Xconfigurator.pm_.c:516
+#: ../../Xconfigurator.pm_.c:574
msgid "Monitor"
msgstr "Monitor"
-#: ../../Xconfigurator.pm_.c:519
+#: ../../Xconfigurator.pm_.c:577
msgid ""
"The two critical parameters are the vertical refresh rate, which is the "
"rate\n"
@@ -154,39 +164,39 @@ msgstr ""
"suurem kui Teie monitor vimaldab. Vastasel juhul vib Teie monitor hvida.\n"
"Kui kahtlete, valige pigem viksem vrtus."
-#: ../../Xconfigurator.pm_.c:526
+#: ../../Xconfigurator.pm_.c:584
msgid "Horizontal refresh rate"
msgstr "Realaotussagedus"
-#: ../../Xconfigurator.pm_.c:527
+#: ../../Xconfigurator.pm_.c:585
msgid "Vertical refresh rate"
msgstr "Ekraaniuuendussagedus"
-#: ../../Xconfigurator.pm_.c:564
+#: ../../Xconfigurator.pm_.c:622
msgid "Monitor not configured"
msgstr "Monitor ei ole seadistatud"
-#: ../../Xconfigurator.pm_.c:567
+#: ../../Xconfigurator.pm_.c:625
msgid "Graphic card not configured yet"
msgstr "Graafikakaart ei ole veel seatud"
-#: ../../Xconfigurator.pm_.c:570
+#: ../../Xconfigurator.pm_.c:628
msgid "Resolutions not chosen yet"
msgstr "Kuvatihedus ei ole veel seatud"
-#: ../../Xconfigurator.pm_.c:587
+#: ../../Xconfigurator.pm_.c:646
msgid "Do you want to test the configuration?"
msgstr "Kas soovite seadistusi proovida?"
-#: ../../Xconfigurator.pm_.c:591
+#: ../../Xconfigurator.pm_.c:650
msgid "Warning: testing this graphic card may freeze your computer"
msgstr "Hoiatus: testimine vib Teie arvuti peatada"
-#: ../../Xconfigurator.pm_.c:594
+#: ../../Xconfigurator.pm_.c:653
msgid "Test of the configuration"
msgstr "Proovime seadistusi"
-#: ../../Xconfigurator.pm_.c:632 ../../Xconfigurator.pm_.c:644
+#: ../../Xconfigurator.pm_.c:692 ../../Xconfigurator.pm_.c:704
msgid ""
"\n"
"try to change some parameters"
@@ -194,156 +204,175 @@ msgstr ""
"\n"
"proovige mnd parameetrit muuta"
-#: ../../Xconfigurator.pm_.c:632 ../../Xconfigurator.pm_.c:644
+#: ../../Xconfigurator.pm_.c:692 ../../Xconfigurator.pm_.c:704
msgid "An error has occurred:"
msgstr "Tekkis mingi viga:"
-#: ../../Xconfigurator.pm_.c:668
+#: ../../Xconfigurator.pm_.c:731
#, c-format
msgid "Leaving in %d seconds"
msgstr "Jtkub %d sekundi prast"
-#: ../../Xconfigurator.pm_.c:679
+#: ../../Xconfigurator.pm_.c:742
msgid "Is this the correct setting?"
msgstr "Kas see on ige?"
-#: ../../Xconfigurator.pm_.c:688
+#: ../../Xconfigurator.pm_.c:751
msgid "An error has occurred, try to change some parameters"
msgstr "Tekkis mingi viga, proovige mnd parameetrit muuta"
-#: ../../Xconfigurator.pm_.c:759
+#: ../../Xconfigurator.pm_.c:822
msgid "Resolution"
msgstr "Kuvatihedus"
-#: ../../Xconfigurator.pm_.c:810
+#: ../../Xconfigurator.pm_.c:874
msgid "Choose the resolution and the color depth"
msgstr "Valige kuvatihedus ja vrvisgavus"
-#: ../../Xconfigurator.pm_.c:812
+#: ../../Xconfigurator.pm_.c:876
#, c-format
msgid "Graphic card: %s"
msgstr "Graafikakaart: %s"
-#: ../../Xconfigurator.pm_.c:813
+#: ../../Xconfigurator.pm_.c:877
#, c-format
msgid "XFree86 server: %s"
msgstr "XFree86 server: %s"
-#: ../../Xconfigurator.pm_.c:829 ../../printerdrake.pm_.c:1885
-#: ../../standalone/draknet_.c:298 ../../standalone/draknet_.c:301
+#: ../../Xconfigurator.pm_.c:891 ../../diskdrake/interactive.pm_.c:259
+#: ../../install_steps_interactive.pm_.c:208
+msgid "More"
+msgstr "Veel.."
+
+#: ../../Xconfigurator.pm_.c:891 ../../install_gtk.pm_.c:84
+#: ../../install_steps_gtk.pm_.c:328 ../../interactive.pm_.c:127
+#: ../../interactive.pm_.c:142 ../../interactive.pm_.c:317
+#: ../../interactive.pm_.c:349 ../../interactive_http.pm_.c:104
+#: ../../interactive_newt.pm_.c:170 ../../interactive_stdio.pm_.c:141
+#: ../../interactive_stdio.pm_.c:142 ../../my_gtk.pm_.c:686
+#: ../../my_gtk.pm_.c:1019 ../../my_gtk.pm_.c:1041
+#: ../../standalone/drakbackup_.c:2298 ../../standalone/drakbackup_.c:2369
+#: ../../standalone/drakbackup_.c:2385
+msgid "Ok"
+msgstr "OK"
+
+#: ../../Xconfigurator.pm_.c:893 ../../network/netconnect.pm_.c:169
+#: ../../printerdrake.pm_.c:2470 ../../standalone/draknet_.c:275
+#: ../../standalone/draknet_.c:278
msgid "Expert Mode"
msgstr "Ekspertresiim"
-#: ../../Xconfigurator.pm_.c:830
+#: ../../Xconfigurator.pm_.c:894
msgid "Show all"
msgstr "Nita kike"
-#: ../../Xconfigurator.pm_.c:875
+#: ../../Xconfigurator.pm_.c:939
msgid "Resolutions"
msgstr "Kuvatihedused"
-#: ../../Xconfigurator.pm_.c:1437
+#: ../../Xconfigurator.pm_.c:1509
#, c-format
msgid "Keyboard layout: %s\n"
msgstr "Klaviatuuriasetus: %s\n"
-#: ../../Xconfigurator.pm_.c:1438
+#: ../../Xconfigurator.pm_.c:1510
#, c-format
msgid "Mouse type: %s\n"
msgstr "Hiire tp: %s\n"
-#: ../../Xconfigurator.pm_.c:1439
+#: ../../Xconfigurator.pm_.c:1511
#, c-format
msgid "Mouse device: %s\n"
msgstr "Hiire port: %s\n"
-#: ../../Xconfigurator.pm_.c:1440
+#: ../../Xconfigurator.pm_.c:1512
#, c-format
msgid "Monitor: %s\n"
msgstr "Monitor: %s\n"
-#: ../../Xconfigurator.pm_.c:1441
+#: ../../Xconfigurator.pm_.c:1513
#, c-format
msgid "Monitor HorizSync: %s\n"
msgstr "Realaotussagedus: %s\n"
-#: ../../Xconfigurator.pm_.c:1442
+#: ../../Xconfigurator.pm_.c:1514
#, c-format
msgid "Monitor VertRefresh: %s\n"
msgstr "Ekraanisagedus: %s\n"
-#: ../../Xconfigurator.pm_.c:1443
+#: ../../Xconfigurator.pm_.c:1515
#, c-format
msgid "Graphic card: %s\n"
msgstr "Graafikakaart: %s\n"
-#: ../../Xconfigurator.pm_.c:1444
+#: ../../Xconfigurator.pm_.c:1516
#, fuzzy, c-format
msgid "Graphic card identification: %s\n"
msgstr "Graafikakaart: %s\n"
-#: ../../Xconfigurator.pm_.c:1445
+#: ../../Xconfigurator.pm_.c:1517
#, c-format
msgid "Graphic memory: %s kB\n"
msgstr "Videomlu: %s kB\n"
-#: ../../Xconfigurator.pm_.c:1447
+#: ../../Xconfigurator.pm_.c:1519
#, c-format
msgid "Color depth: %s\n"
msgstr "Vrvisgavus: %s\n"
-#: ../../Xconfigurator.pm_.c:1448
+#: ../../Xconfigurator.pm_.c:1520
#, c-format
msgid "Resolution: %s\n"
msgstr "Kuvatihedus: %s\n"
-#: ../../Xconfigurator.pm_.c:1450
+#: ../../Xconfigurator.pm_.c:1522
#, c-format
msgid "XFree86 server: %s\n"
msgstr "XFree86 server: %s\n"
-#: ../../Xconfigurator.pm_.c:1451
+#: ../../Xconfigurator.pm_.c:1523
#, c-format
msgid "XFree86 driver: %s\n"
msgstr "XFree86 juhtprogramm: %s\n"
-#: ../../Xconfigurator.pm_.c:1469
+#: ../../Xconfigurator.pm_.c:1541
msgid "Preparing X-Window configuration"
msgstr "Valmistume X-i seadistamiseks"
-#: ../../Xconfigurator.pm_.c:1489
+#: ../../Xconfigurator.pm_.c:1561
msgid "What do you want to do?"
msgstr "Mida Te soovite teha?"
-#: ../../Xconfigurator.pm_.c:1494
+#: ../../Xconfigurator.pm_.c:1566
msgid "Change Monitor"
msgstr "Muuda monitori"
-#: ../../Xconfigurator.pm_.c:1495
+#: ../../Xconfigurator.pm_.c:1567
msgid "Change Graphic card"
msgstr "Muuda graafikakaardi"
-#: ../../Xconfigurator.pm_.c:1497
+#: ../../Xconfigurator.pm_.c:1570
msgid "Change Server options"
msgstr "Muuda serveri parameetreid"
-#: ../../Xconfigurator.pm_.c:1498
+#: ../../Xconfigurator.pm_.c:1571
msgid "Change Resolution"
msgstr "Muuda kuvatihedust"
-#: ../../Xconfigurator.pm_.c:1499
+#: ../../Xconfigurator.pm_.c:1572
msgid "Show information"
msgstr "Nita lisainfot"
-#: ../../Xconfigurator.pm_.c:1500
+#: ../../Xconfigurator.pm_.c:1573
msgid "Test again"
msgstr "Proovi veel"
-#: ../../Xconfigurator.pm_.c:1501 ../../bootlook.pm_.c:156
+#: ../../Xconfigurator.pm_.c:1574 ../../printerdrake.pm_.c:2473
+#: ../../standalone/logdrake_.c:225
msgid "Quit"
msgstr "Vlju"
-#: ../../Xconfigurator.pm_.c:1509
+#: ../../Xconfigurator.pm_.c:1582
#, c-format
msgid ""
"Keep the changes?\n"
@@ -356,21 +385,11 @@ msgstr ""
"\n"
"%s"
-# c-format
-#: ../../Xconfigurator.pm_.c:1532
-#, c-format
-msgid "Please relog into %s to activate the changes"
-msgstr "Muudatuste aktiveerimiseks kivitage %s uuesti"
-
-#: ../../Xconfigurator.pm_.c:1552
-msgid "Please log out and then use Ctrl-Alt-BackSpace"
-msgstr "Palun vljuge ja vajutage siis Ctrl-Alt-BackSpace"
-
-#: ../../Xconfigurator.pm_.c:1555
+#: ../../Xconfigurator.pm_.c:1603
msgid "X at startup"
msgstr "X stardib nd"
-#: ../../Xconfigurator.pm_.c:1556
+#: ../../Xconfigurator.pm_.c:1604
msgid ""
"I can set up your computer to automatically start X upon booting.\n"
"Would you like X to start when you reboot?"
@@ -378,6 +397,16 @@ msgstr ""
"Teie arvutis on vimalik kivitada X juba alglaadimisel.\n"
"Kas soovite nii teha?"
+# c-format
+#: ../../Xconfigurator.pm_.c:1610
+#, c-format
+msgid "Please relog into %s to activate the changes"
+msgstr "Muudatuste aktiveerimiseks kivitage %s uuesti"
+
+#: ../../Xconfigurator.pm_.c:1625
+msgid "Please log out and then use Ctrl-Alt-BackSpace"
+msgstr "Palun vljuge ja vajutage siis Ctrl-Alt-BackSpace"
+
#: ../../Xconfigurator_consts.pm_.c:6
msgid "256 colors (8 bits)"
msgstr "256 vrvi (8 bitti)"
@@ -398,250 +427,260 @@ msgstr "16 miljonit vrvi (24 bitti)"
msgid "4 billion colors (32 bits)"
msgstr "4 miljardit vrvi (32 bitti)"
-#: ../../Xconfigurator_consts.pm_.c:106
+#: ../../Xconfigurator_consts.pm_.c:113
msgid "256 kB"
msgstr "256 kB"
-#: ../../Xconfigurator_consts.pm_.c:107
+#: ../../Xconfigurator_consts.pm_.c:114
msgid "512 kB"
msgstr "512 kB"
-#: ../../Xconfigurator_consts.pm_.c:108
+#: ../../Xconfigurator_consts.pm_.c:115
msgid "1 MB"
msgstr "1 MB"
-#: ../../Xconfigurator_consts.pm_.c:109
+#: ../../Xconfigurator_consts.pm_.c:116
msgid "2 MB"
msgstr "2 MB"
-#: ../../Xconfigurator_consts.pm_.c:110
+#: ../../Xconfigurator_consts.pm_.c:117
msgid "4 MB"
msgstr "4 MB"
-#: ../../Xconfigurator_consts.pm_.c:111
+#: ../../Xconfigurator_consts.pm_.c:118
msgid "8 MB"
msgstr "8 MB"
-#: ../../Xconfigurator_consts.pm_.c:112
+#: ../../Xconfigurator_consts.pm_.c:119
#, fuzzy
msgid "16 MB"
msgstr "1 MB"
-#: ../../Xconfigurator_consts.pm_.c:113
+#: ../../Xconfigurator_consts.pm_.c:120
#, fuzzy
msgid "32 MB"
msgstr "2 MB"
-#: ../../Xconfigurator_consts.pm_.c:114
+#: ../../Xconfigurator_consts.pm_.c:121
#, fuzzy
msgid "64 MB or more"
msgstr "16 MB vi rohkem"
-#: ../../Xconfigurator_consts.pm_.c:122
+#: ../../Xconfigurator_consts.pm_.c:129
msgid "Standard VGA, 640x480 at 60 Hz"
msgstr "VGA, 640x400 sagedusel 60 Hz"
-#: ../../Xconfigurator_consts.pm_.c:123
+#: ../../Xconfigurator_consts.pm_.c:130
msgid "Super VGA, 800x600 at 56 Hz"
msgstr "SVGA, 800x600 sagedusel 56 Hz"
-#: ../../Xconfigurator_consts.pm_.c:124
+#: ../../Xconfigurator_consts.pm_.c:131
msgid "8514 Compatible, 1024x768 at 87 Hz interlaced (no 800x600)"
msgstr "8514-hilduv, 1024x768, 87 Hz vahelejtuga "
-#: ../../Xconfigurator_consts.pm_.c:125
+#: ../../Xconfigurator_consts.pm_.c:132
msgid "Super VGA, 1024x768 at 87 Hz interlaced, 800x600 at 56 Hz"
msgstr "SVGA, 1024x768, 87 Hz vahelejtuga, 800x600, 56 Hz"
-#: ../../Xconfigurator_consts.pm_.c:126
+#: ../../Xconfigurator_consts.pm_.c:133
msgid "Extended Super VGA, 800x600 at 60 Hz, 640x480 at 72 Hz"
msgstr "SVGA, 800x600 sagedusel 60 Hz, 640x480 sagedusel 72 Hz"
-#: ../../Xconfigurator_consts.pm_.c:127
+#: ../../Xconfigurator_consts.pm_.c:134
msgid "Non-Interlaced SVGA, 1024x768 at 60 Hz, 800x600 at 72 Hz"
msgstr "SVGA, 1024x768 sagedusel 60 Hz, 800x600 sagedusel 72 Hz"
-#: ../../Xconfigurator_consts.pm_.c:128
+#: ../../Xconfigurator_consts.pm_.c:135
msgid "High Frequency SVGA, 1024x768 at 70 Hz"
msgstr "Krgsageduslik SVGA, 1024x768, 70 Hz"
-#: ../../Xconfigurator_consts.pm_.c:129
+#: ../../Xconfigurator_consts.pm_.c:136
msgid "Multi-frequency that can do 1280x1024 at 60 Hz"
msgstr "Mitmesageduslik, 1280x1024 sagedusel 60 Hz"
-#: ../../Xconfigurator_consts.pm_.c:130
+#: ../../Xconfigurator_consts.pm_.c:137
msgid "Multi-frequency that can do 1280x1024 at 74 Hz"
msgstr "Mitmesageduslik, 1280x1024 sagedusel 74 Hz"
-#: ../../Xconfigurator_consts.pm_.c:131
+#: ../../Xconfigurator_consts.pm_.c:138
msgid "Multi-frequency that can do 1280x1024 at 76 Hz"
msgstr "Mitmesageduslik, 1280x1024 sagedusel 76 Hz"
-#: ../../Xconfigurator_consts.pm_.c:132
+#: ../../Xconfigurator_consts.pm_.c:139
msgid "Monitor that can do 1600x1200 at 70 Hz"
msgstr "Kuvatihedus saab olla 1600x1200 sagedusel 70 Hz"
-#: ../../Xconfigurator_consts.pm_.c:133
+#: ../../Xconfigurator_consts.pm_.c:140
msgid "Monitor that can do 1600x1200 at 76 Hz"
msgstr "Kuvatihedus saab olla 1600x1200 sagedusel 76 Hz"
-#: ../../any.pm_.c:96 ../../any.pm_.c:121
+#: ../../any.pm_.c:116 ../../any.pm_.c:141
msgid "First sector of boot partition"
msgstr "Partitsiooni algusesse"
-#: ../../any.pm_.c:96 ../../any.pm_.c:121 ../../any.pm_.c:194
+#: ../../any.pm_.c:116 ../../any.pm_.c:141 ../../any.pm_.c:218
msgid "First sector of drive (MBR)"
msgstr "Ketta algusesse (MBR)"
-#: ../../any.pm_.c:100
+#: ../../any.pm_.c:120
msgid "SILO Installation"
msgstr "SILO installimine"
-#: ../../any.pm_.c:101 ../../any.pm_.c:114
+#: ../../any.pm_.c:121 ../../any.pm_.c:134
msgid "Where do you want to install the bootloader?"
msgstr "Kuhu soovite alglaaduri installida"
-#: ../../any.pm_.c:113
+#: ../../any.pm_.c:133
msgid "LILO/grub Installation"
msgstr "LILO/grub installimine"
-#: ../../any.pm_.c:125 ../../any.pm_.c:139
+#: ../../any.pm_.c:145 ../../any.pm_.c:159
msgid "SILO"
msgstr "SILO"
-#: ../../any.pm_.c:127
+#: ../../any.pm_.c:147
msgid "LILO with text menu"
msgstr "LILO tekstiresiimis"
-#: ../../any.pm_.c:128 ../../any.pm_.c:139
+#: ../../any.pm_.c:148 ../../any.pm_.c:159
msgid "LILO with graphical menu"
msgstr "LILO graafikaresiimis"
-#: ../../any.pm_.c:131
+#: ../../any.pm_.c:151
msgid "Grub"
msgstr "Grub"
-#: ../../any.pm_.c:135
+#: ../../any.pm_.c:155
msgid "Boot from DOS/Windows (loadlin)"
msgstr "Laadimine DOS/Windowsist (loadlin)"
-#: ../../any.pm_.c:137 ../../any.pm_.c:139
+#: ../../any.pm_.c:157 ../../any.pm_.c:159
msgid "Yaboot"
msgstr "Yaboot"
-#: ../../any.pm_.c:145 ../../any.pm_.c:177
+#: ../../any.pm_.c:166 ../../any.pm_.c:198
msgid "Bootloader main options"
msgstr "Alglaaduri peastted"
-#: ../../any.pm_.c:146 ../../any.pm_.c:178
+#: ../../any.pm_.c:167 ../../any.pm_.c:199
msgid "Bootloader to use"
msgstr "Eelistatav alglaadur"
-#: ../../any.pm_.c:148
+#: ../../any.pm_.c:169
msgid "Bootloader installation"
msgstr "Alglaaduri peastted"
-#: ../../any.pm_.c:150 ../../any.pm_.c:180
+#: ../../any.pm_.c:171 ../../any.pm_.c:201
msgid "Boot device"
msgstr "Alglaadimisseade"
-#: ../../any.pm_.c:151
+#: ../../any.pm_.c:172
msgid "LBA (doesn't work on old BIOSes)"
msgstr "LBA (ei tta vanema BIOSi korral)"
-#: ../../any.pm_.c:152
+#: ../../any.pm_.c:173
msgid "Compact"
msgstr "Kompaktne"
-#: ../../any.pm_.c:152
+#: ../../any.pm_.c:173
msgid "compact"
msgstr "kompaktne"
-#: ../../any.pm_.c:153 ../../any.pm_.c:250
+#: ../../any.pm_.c:174 ../../any.pm_.c:298
msgid "Video mode"
msgstr "Graafikamood"
-#: ../../any.pm_.c:155
+#: ../../any.pm_.c:176
msgid "Delay before booting default image"
msgstr "Ooteaeg alglaadimisel"
-#: ../../any.pm_.c:157 ../../any.pm_.c:730
-#: ../../install_steps_interactive.pm_.c:938 ../../network/modem.pm_.c:46
-#: ../../printerdrake.pm_.c:402 ../../printerdrake.pm_.c:481
-#: ../../standalone/draknet_.c:603
+#: ../../any.pm_.c:178 ../../any.pm_.c:796
+#: ../../install_steps_interactive.pm_.c:1115 ../../network/modem.pm_.c:48
+#: ../../printerdrake.pm_.c:708 ../../printerdrake.pm_.c:806
+#: ../../standalone/draknet_.c:625
msgid "Password"
msgstr "Salasna"
-#: ../../any.pm_.c:158 ../../any.pm_.c:731
-#: ../../install_steps_interactive.pm_.c:939
+#: ../../any.pm_.c:179 ../../any.pm_.c:797
+#: ../../install_steps_interactive.pm_.c:1116
msgid "Password (again)"
msgstr "Salasna (uuesti)"
-#: ../../any.pm_.c:159
+#: ../../any.pm_.c:180
msgid "Restrict command line options"
msgstr "Piira ksurea suvandeid"
-#: ../../any.pm_.c:159
+#: ../../any.pm_.c:180
msgid "restrict"
msgstr "piiratud"
-#: ../../any.pm_.c:161
+#: ../../any.pm_.c:182
msgid "Clean /tmp at each boot"
msgstr "Puhasta /tmp igal laadimisel"
-#: ../../any.pm_.c:162
+#: ../../any.pm_.c:183
#, c-format
msgid "Precise RAM size if needed (found %d MB)"
msgstr "Kui vaja, tpsusta RAM suurust (leitud %d MB)"
-#: ../../any.pm_.c:164
+#: ../../any.pm_.c:185
msgid "Enable multi profiles"
msgstr "Vimalda mitut profiili"
-#: ../../any.pm_.c:168
+#: ../../any.pm_.c:189
msgid "Give the ram size in MB"
msgstr "Anna mlu suurus megabaitides"
-#: ../../any.pm_.c:170
+#: ../../any.pm_.c:191
msgid ""
"Option ``Restrict command line options'' is of no use without a password"
msgstr "Ste ``Piira ksurea suvandeid'' on ilma salasnata mittekasutatav"
-#: ../../any.pm_.c:171 ../../any.pm_.c:707
-#: ../../install_steps_interactive.pm_.c:933
+#: ../../any.pm_.c:192 ../../any.pm_.c:773
+#: ../../diskdrake/interactive.pm_.c:1135
+#: ../../install_steps_interactive.pm_.c:1110
msgid "Please try again"
msgstr "Palun proovige veel"
-#: ../../any.pm_.c:171 ../../any.pm_.c:707
-#: ../../install_steps_interactive.pm_.c:933
+#: ../../any.pm_.c:192 ../../any.pm_.c:773
+#: ../../install_steps_interactive.pm_.c:1110
msgid "The passwords do not match"
msgstr "Salasnad ei klapi"
-#: ../../any.pm_.c:179
+#: ../../any.pm_.c:200
msgid "Init Message"
msgstr "Initsialiseerimisteade"
-#: ../../any.pm_.c:181
+#: ../../any.pm_.c:202
msgid "Open Firmware Delay"
msgstr "Open Firmware viivitus"
-#: ../../any.pm_.c:182
+#: ../../any.pm_.c:203
msgid "Kernel Boot Timeout"
msgstr "Ajapiirang kerneli laadimisel"
-#: ../../any.pm_.c:183
+#: ../../any.pm_.c:204
msgid "Enable CD Boot?"
msgstr "CD-lt laadimine lubatud?"
-#: ../../any.pm_.c:184
+#: ../../any.pm_.c:205
msgid "Enable OF Boot?"
msgstr "OF laadimine lubatud?"
-#: ../../any.pm_.c:185
+#: ../../any.pm_.c:206
msgid "Default OS?"
msgstr "Vaikimisi OS?"
-#: ../../any.pm_.c:207
+#: ../../any.pm_.c:240
+msgid ""
+"You decided to install the bootloader on a partition.\n"
+"This implies you already have a bootloader on the hard drive you boot (eg: "
+"System Commander).\n"
+"\n"
+"On which drive are you booting?"
+msgstr ""
+
+#: ../../any.pm_.c:255
msgid ""
"Here are the different entries.\n"
"You can add some more or change the existing ones."
@@ -649,145 +688,155 @@ msgstr ""
"Praegu on kasutusel sellised kirjed.\n"
"Te vite neid lisada ning olemasolevaid muuta."
-#: ../../any.pm_.c:217
+#: ../../any.pm_.c:265 ../../standalone/drakbackup_.c:752
+#: ../../standalone/drakbackup_.c:861 ../../standalone/drakfont_.c:789
+#: ../../standalone/drakfont_.c:826
msgid "Add"
msgstr "Lisa"
-#: ../../any.pm_.c:217 ../../any.pm_.c:718 ../../diskdrake.pm_.c:161
-#: ../../interactive_http.pm_.c:153 ../../printerdrake.pm_.c:1846
-#: ../../printerdrake.pm_.c:1847 ../../printerdrake.pm_.c:1904
-#: ../../printerdrake.pm_.c:1948
+#: ../../any.pm_.c:265 ../../any.pm_.c:784 ../../diskdrake/hd_gtk.pm_.c:153
+#: ../../diskdrake/removable.pm_.c:27 ../../diskdrake/smbnfs_gtk.pm_.c:86
+#: ../../interactive_http.pm_.c:153
msgid "Done"
msgstr "Tehtud"
-#: ../../any.pm_.c:217
+#: ../../any.pm_.c:265
#, fuzzy
msgid "Modify"
msgstr "Modifitseeri RAIDi"
-#: ../../any.pm_.c:225
+#: ../../any.pm_.c:273
msgid "Which type of entry do you want to add?"
msgstr "Millisele sektorile soovite seda tsta?"
-#: ../../any.pm_.c:226
+#: ../../any.pm_.c:274 ../../standalone/drakbackup_.c:895
msgid "Linux"
msgstr "Linux"
-#: ../../any.pm_.c:226
+#: ../../any.pm_.c:274
msgid "Other OS (SunOS...)"
msgstr "Muu OS (SunOS...)"
-#: ../../any.pm_.c:227
+#: ../../any.pm_.c:275
msgid "Other OS (MacOS...)"
msgstr "Muu OS (MacOS...)"
-#: ../../any.pm_.c:227
+#: ../../any.pm_.c:275
msgid "Other OS (windows...)"
msgstr "Muu OS (windows...)"
-#: ../../any.pm_.c:246
+#: ../../any.pm_.c:294
msgid "Image"
msgstr "Laadefail"
-#: ../../any.pm_.c:247 ../../any.pm_.c:258
+#: ../../any.pm_.c:295 ../../any.pm_.c:306
msgid "Root"
msgstr "Juur"
-#: ../../any.pm_.c:248 ../../any.pm_.c:277
+#: ../../any.pm_.c:296 ../../any.pm_.c:325
msgid "Append"
msgstr "Lisada"
-#: ../../any.pm_.c:252
+#: ../../any.pm_.c:300
msgid "Initrd"
msgstr "Initrd"
-#: ../../any.pm_.c:253
+#: ../../any.pm_.c:301
msgid "Read-write"
msgstr "Read-write"
-#: ../../any.pm_.c:260
+#: ../../any.pm_.c:308
msgid "Table"
msgstr "Tabel"
-#: ../../any.pm_.c:261
+#: ../../any.pm_.c:309
msgid "Unsafe"
msgstr "Ebaturvaline"
-#: ../../any.pm_.c:268 ../../any.pm_.c:273 ../../any.pm_.c:276
+#: ../../any.pm_.c:316 ../../any.pm_.c:321 ../../any.pm_.c:324
msgid "Label"
msgstr "This"
-#: ../../any.pm_.c:270 ../../any.pm_.c:281
+#: ../../any.pm_.c:318 ../../any.pm_.c:329
msgid "Default"
msgstr "Vaikimisi"
-#: ../../any.pm_.c:278
+#: ../../any.pm_.c:326
msgid "Initrd-size"
msgstr "Initrd suurus"
-#: ../../any.pm_.c:280
+#: ../../any.pm_.c:328
msgid "NoVideo"
msgstr "NoVideo"
-#: ../../any.pm_.c:288
+#: ../../any.pm_.c:336
msgid "Remove entry"
msgstr "Eemalda kirje"
-#: ../../any.pm_.c:291
+#: ../../any.pm_.c:339
msgid "Empty label not allowed"
msgstr "Thi kirjethis ei ole lubatud"
-#: ../../any.pm_.c:292
+#: ../../any.pm_.c:340
+msgid "You must specify a kernel image"
+msgstr ""
+
+#: ../../any.pm_.c:340
+#, fuzzy
+msgid "You must specify a root partition"
+msgstr "Teil peab olema saaleala"
+
+#: ../../any.pm_.c:341
msgid "This label is already used"
msgstr "Selline this on juba kasutusel"
-#: ../../any.pm_.c:597
+#: ../../any.pm_.c:656
#, c-format
msgid "Found %s %s interfaces"
msgstr "Leiti %s %s liidest"
-#: ../../any.pm_.c:598
+#: ../../any.pm_.c:657
msgid "Do you have another one?"
msgstr "On Teil veel kaarte?"
-#: ../../any.pm_.c:599
+#: ../../any.pm_.c:658
#, c-format
msgid "Do you have any %s interfaces?"
msgstr "Kas Teil on ikka mni %s liides?"
-#: ../../any.pm_.c:601 ../../any.pm_.c:760 ../../interactive.pm_.c:112
-#: ../../my_gtk.pm_.c:715
+#: ../../any.pm_.c:660 ../../any.pm_.c:832 ../../interactive.pm_.c:132
+#: ../../my_gtk.pm_.c:1018
msgid "No"
msgstr "Ei"
-#: ../../any.pm_.c:601 ../../any.pm_.c:759 ../../interactive.pm_.c:112
-#: ../../my_gtk.pm_.c:715
+#: ../../any.pm_.c:660 ../../any.pm_.c:831 ../../interactive.pm_.c:132
+#: ../../my_gtk.pm_.c:1018
msgid "Yes"
msgstr "Jah"
-#: ../../any.pm_.c:602
+#: ../../any.pm_.c:661
msgid "See hardware info"
msgstr "Info riistvara kohta"
#. -PO: the first %s is the card type (scsi, network, sound,...)
#. -PO: the second is the vendor+model name
-#: ../../any.pm_.c:637
+#: ../../any.pm_.c:695
#, c-format
msgid "Installing driver for %s card %s"
msgstr "Installime juhtprogrammil %s kaardile %s"
-#: ../../any.pm_.c:638
+#: ../../any.pm_.c:696
#, c-format
msgid "(module %s)"
msgstr "(moodul %s)"
#. -PO: the %s is the driver type (scsi, network, sound,...)
-#: ../../any.pm_.c:649
+#: ../../any.pm_.c:707
#, c-format
msgid "Which %s driver should I try?"
msgstr "Millist %s juhtprogrammi peaksime proovima?"
-#: ../../any.pm_.c:657
+#: ../../any.pm_.c:715
#, c-format
msgid ""
"In some cases, the %s driver needs to have extra information to work\n"
@@ -803,20 +852,22 @@ msgstr ""
"mratleda vi lasta juhtprogrammil ise Teie arvutit kompida? Vib juhtuda,\n"
"et see viib arvuti segadusse kuid ei tohiks mingit jvat kahju teha."
-#: ../../any.pm_.c:662
+#: ../../any.pm_.c:720
msgid "Autoprobe"
msgstr "Proovida niisama"
-#: ../../any.pm_.c:662
+#: ../../any.pm_.c:720
msgid "Specify options"
msgstr "Mrake parameetrid"
-#: ../../any.pm_.c:666
+#: ../../any.pm_.c:725
#, c-format
-msgid "You may now provide its options to module %s."
-msgstr "Nd vite moodulile %s parameetreid mrata"
+msgid ""
+"You may now provide its options to module %s.\n"
+"Note that any address should be entered with the prefix 0x like '0x123'"
+msgstr ""
-#: ../../any.pm_.c:672
+#: ../../any.pm_.c:731
#, c-format
msgid ""
"You may now provide its options to module %s.\n"
@@ -827,11 +878,11 @@ msgstr ""
"Parameetrid on vormingus \"nimi=vrtus nimi2=vrtus2 ...\".\n"
"Niteks: \"io=0x300 irq=7\""
-#: ../../any.pm_.c:675
+#: ../../any.pm_.c:734
msgid "Module options:"
msgstr "Mooduli parameetrid:"
-#: ../../any.pm_.c:686
+#: ../../any.pm_.c:745
#, c-format
msgid ""
"Loading module %s failed.\n"
@@ -840,33 +891,49 @@ msgstr ""
"Moodule %s laadimine ei nnestunud.\n"
"Kas soovite proovida parameetreid muuta?"
-#: ../../any.pm_.c:704
+#: ../../any.pm_.c:761
+msgid "access to X programs"
+msgstr ""
+
+#: ../../any.pm_.c:762
+msgid "access to rpm tools"
+msgstr ""
+
+#: ../../any.pm_.c:763
+msgid "allow \"su\""
+msgstr ""
+
+#: ../../any.pm_.c:764
+msgid "access to administrative files"
+msgstr ""
+
+#: ../../any.pm_.c:769
#, c-format
msgid "(already added %s)"
msgstr "(juba lisatud %s)"
-#: ../../any.pm_.c:708
+#: ../../any.pm_.c:774
msgid "This password is too simple"
msgstr "Salasna on liiga lihtne"
-#: ../../any.pm_.c:709
+#: ../../any.pm_.c:775
msgid "Please give a user name"
msgstr "Palun andke kasutajatunnus"
-#: ../../any.pm_.c:710
+#: ../../any.pm_.c:776
msgid ""
"The user name must contain only lower cased letters, numbers, `-' and `_'"
msgstr "Kasutajatunnus tohib sisaldada ainult vikesi thti, numbreid, - ja _"
-#: ../../any.pm_.c:711
+#: ../../any.pm_.c:777
msgid "This user name is already added"
msgstr "See kasutajatunnus on juba lisatud"
-#: ../../any.pm_.c:715
+#: ../../any.pm_.c:781
msgid "Add user"
msgstr "Lisa kasutaja"
-#: ../../any.pm_.c:716
+#: ../../any.pm_.c:782
#, c-format
msgid ""
"Enter a user\n"
@@ -875,32 +942,32 @@ msgstr ""
"Sisesta kasutaja\n"
"%s"
-#: ../../any.pm_.c:717
+#: ../../any.pm_.c:783
msgid "Accept user"
msgstr "Kasutaja ige"
-#: ../../any.pm_.c:728
+#: ../../any.pm_.c:794
msgid "Real name"
msgstr "Prisnimi"
-#: ../../any.pm_.c:729 ../../printerdrake.pm_.c:401
-#: ../../printerdrake.pm_.c:480
+#: ../../any.pm_.c:795 ../../printerdrake.pm_.c:707
+#: ../../printerdrake.pm_.c:805
msgid "User name"
msgstr "Kasutajatunnus"
-#: ../../any.pm_.c:732
+#: ../../any.pm_.c:798
msgid "Shell"
msgstr "Ksurida"
-#: ../../any.pm_.c:734
+#: ../../any.pm_.c:800
msgid "Icon"
msgstr "Ikoon"
-#: ../../any.pm_.c:756
+#: ../../any.pm_.c:828
msgid "Autologin"
msgstr "Vaikimisi sisenemine"
-#: ../../any.pm_.c:757
+#: ../../any.pm_.c:829
#, fuzzy
msgid ""
"I can set up your computer to automatically log on one user.\n"
@@ -909,33 +976,196 @@ msgstr ""
"Teie arvutit saab seada vaikimisi kasutaja sisenemisele.\n"
"Kui Te seda ei soovi, valige <Katkesta>"
-#: ../../any.pm_.c:761
+#: ../../any.pm_.c:833
msgid "Choose the default user:"
msgstr "Valige uus vaikimisi kasutaja :"
-#: ../../any.pm_.c:762
+#: ../../any.pm_.c:834
msgid "Choose the window manager to run:"
msgstr "Valige palun kivitatav aknahaldur:"
-#: ../../any.pm_.c:771
-msgid "Please, choose a language to use."
+#: ../../any.pm_.c:849
+#, fuzzy
+msgid "Please choose a language to use."
msgstr "Palun valige kasutatav keel"
-#: ../../any.pm_.c:773
+#: ../../any.pm_.c:851
msgid "You can choose other languages that will be available after install"
msgstr "Teisi keeli saab valida prast installimist"
-#: ../../any.pm_.c:785 ../../install_steps_interactive.pm_.c:633
+#: ../../any.pm_.c:863 ../../install_steps_interactive.pm_.c:719
+#: ../../standalone/drakxtv_.c:54
msgid "All"
msgstr "Kik"
+#: ../../any.pm_.c:955
+#, fuzzy
+msgid "Allow all users"
+msgstr "Tavakasutaja"
+
+#: ../../any.pm_.c:955 ../../install_steps_interactive.pm_.c:521
+msgid "Custom"
+msgstr "Isetehtud"
+
+#: ../../any.pm_.c:955
+#, fuzzy
+msgid "No sharing"
+msgstr "CUPS kivitatakse"
+
+#: ../../any.pm_.c:965 ../../network/smbnfs.pm_.c:45
+#, fuzzy, c-format
+msgid "The package %s needs to be installed. Do you want to install it?"
+msgstr "Valige paketid mida soovite installida"
+
+#: ../../any.pm_.c:968
+msgid "You can export using NFS or Samba. Which one do you want"
+msgstr ""
+
+#: ../../any.pm_.c:976 ../../network/smbnfs.pm_.c:49
+#, c-format
+msgid "Mandatory package %s is missing"
+msgstr ""
+
+#: ../../any.pm_.c:982
+msgid ""
+"Do you want to allow users to export some directories in their home?\n"
+"Allowing this will permit users to simply click on \"Share\" in konqueror "
+"and nautilus.\n"
+"\n"
+"\"Custom\" permit a per-user granularity.\n"
+msgstr ""
+
+#: ../../any.pm_.c:996 ../../bootlook.pm_.c:161
+#: ../../diskdrake/smbnfs_gtk.pm_.c:85 ../../install_steps_gtk.pm_.c:464
+#: ../../install_steps_gtk.pm_.c:522 ../../install_steps_interactive.pm_.c:594
+#: ../../interactive.pm_.c:142 ../../interactive.pm_.c:317
+#: ../../interactive.pm_.c:349 ../../interactive_stdio.pm_.c:141
+#: ../../my_gtk.pm_.c:687 ../../my_gtk.pm_.c:690 ../../my_gtk.pm_.c:1019
+#: ../../network/netconnect.pm_.c:47 ../../printerdrake.pm_.c:1586
+#: ../../standalone/drakautoinst_.c:204 ../../standalone/drakbackup_.c:2264
+#: ../../standalone/drakbackup_.c:2289 ../../standalone/drakbackup_.c:2310
+#: ../../standalone/drakbackup_.c:2331 ../../standalone/drakbackup_.c:2349
+#: ../../standalone/drakbackup_.c:2397 ../../standalone/drakbackup_.c:2417
+#: ../../standalone/drakbackup_.c:2436 ../../standalone/drakfont_.c:767
+#: ../../standalone/drakgw_.c:721 ../../standalone/draknet_.c:116
+#: ../../standalone/draknet_.c:148 ../../standalone/draknet_.c:290
+#: ../../standalone/draknet_.c:538 ../../standalone/draknet_.c:680
+#: ../../standalone/logdrake_.c:225 ../../standalone/logdrake_.c:512
+#: ../../standalone/tinyfirewall_.c:65
+msgid "Cancel"
+msgstr "Katkesta"
+
+#: ../../any.pm_.c:996
+msgid "Launch userdrake"
+msgstr ""
+
+#: ../../any.pm_.c:998
+msgid ""
+"The per-user sharing uses the group \"fileshare\". \n"
+"You can use userdrake to add a user in this group."
+msgstr ""
+
+#: ../../any.pm_.c:1035
+msgid "Welcome To Crackers"
+msgstr "Tere tulemast, krkkerid"
+
+#: ../../any.pm_.c:1036
+msgid "Poor"
+msgstr "Vhene"
+
+#: ../../any.pm_.c:1037 ../../mouse.pm_.c:31
+msgid "Standard"
+msgstr "Tavahiir"
+
+#: ../../any.pm_.c:1038
+msgid "High"
+msgstr "Krge"
+
+#: ../../any.pm_.c:1039
+#, fuzzy
+msgid "Higher"
+msgstr "Krge"
+
+#: ../../any.pm_.c:1040
+msgid "Paranoid"
+msgstr "Paranoiline"
+
+#: ../../any.pm_.c:1043
+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 ""
+"Seda tase muudab kll ssteemi lihtsalt kasutatavaks, kui vga\n"
+"haavatavaks: ligipsupiirangute puudumise tttu ei peaks arvutit hendama\n"
+"ei teiste arvutitega ega ka mitte Internetti."
+
+#: ../../any.pm_.c:1046
+msgid ""
+"Password are now enabled, but use as a networked computer is still not "
+"recommended."
+msgstr ""
+"Salasnad on nd kasutusel, kuid vrku hendamine ei ole siiski soovitav."
+
+#: ../../any.pm_.c:1047
+#, fuzzy
+msgid ""
+"This is the standard security recommended for a computer that will be used "
+"to connect to the Internet as a client."
+msgstr ""
+"See on sobilik turvatase arvutile, mis hendatakse Internetti kui klient."
+
+#: ../../any.pm_.c:1048
+msgid ""
+"There are already some restrictions, and more automatic checks are run every "
+"night."
+msgstr ""
+
+#: ../../any.pm_.c:1049
+#, fuzzy
+msgid ""
+"With this security level, the use of this system as a server becomes "
+"possible.\n"
+"The security is now high enough to use the system as a server which accept\n"
+"connections from many clients. Note: if your machine is only a client on the "
+"Internet, you should better choose a lower level."
+msgstr "Sellel turvatasemel vib ssteemi kasutada Internetis ka serverina."
+
+#: ../../any.pm_.c:1052
+#, fuzzy
+msgid ""
+"Based on the previous level, but the system is entirely closed.\n"
+"Security features are at their maximum."
+msgstr ""
+"Ssteem on tielikult suletud. Vrgust kasutamine on vimalik ainult\n"
+"spetsiaalselt loodud juurdepsuteid kasutades."
+
+#: ../../any.pm_.c:1058
+msgid "Choose security level"
+msgstr "Valige turvatase"
+
+#: ../../any.pm_.c:1061
+#, fuzzy
+msgid "Security level"
+msgstr "Turvataseme seadmine"
+
+#: ../../any.pm_.c:1063
+#, fuzzy
+msgid "Use libsafe for servers"
+msgstr "Valige X server"
+
+#: ../../any.pm_.c:1064
+msgid ""
+"A library which defends against buffer overflow and format string attacks."
+msgstr ""
+
# NOTE: this message will be displayed at boot time; that is
# only the ascii charset will be available on most machines
# so use only 7bit for this message (and do transliteration or
# leave it in English, as it is the best for your language)
#
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#: ../../bootloader.pm_.c:259
+#: ../../bootloader.pm_.c:355
#, c-format
msgid ""
"Welcome to %s the operating system chooser!\n"
@@ -960,52 +1190,52 @@ msgstr ""
#
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:835
+#: ../../bootloader.pm_.c:928
msgid "Welcome to GRUB the operating system chooser!"
msgstr "Tere tulemast! Laadimisel aitab Teid GRUB!"
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:838
+#: ../../bootloader.pm_.c:931
#, c-format
msgid "Use the %c and %c keys for selecting which entry is highlighted."
msgstr "Kasutage valiku tegemiseks %c ja %c klahve"
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:841
+#: ../../bootloader.pm_.c:934
msgid "Press enter to boot the selected OS, 'e' to edit the"
msgstr "Enter laeb Teie valiku, 'e' laseb muuta"
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:844
+#: ../../bootloader.pm_.c:937
msgid "commands before booting, or 'c' for a command-line."
msgstr "suvandeid enne laadimist ja 'c' veel enam."
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:847
+#: ../../bootloader.pm_.c:940
#, c-format
msgid "The highlighted entry will be booted automatically in %d seconds."
msgstr "Valik laetakse automaatselt %d sekundi jooksul"
-#: ../../bootloader.pm_.c:851
+#: ../../bootloader.pm_.c:944
msgid "not enough room in /boot"
msgstr "/boot on liiga tis"
#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
#. -PO: so you may need to put them in English or in a different language if MS-windows doesn't exist in your language
-#: ../../bootloader.pm_.c:951
+#: ../../bootloader.pm_.c:1044
msgid "Desktop"
msgstr "Tlaud"
#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#: ../../bootloader.pm_.c:953
+#: ../../bootloader.pm_.c:1046
msgid "Start Menu"
msgstr "Startmen"
-#: ../../bootloader.pm_.c:972
+#: ../../bootloader.pm_.c:1065
#, fuzzy, c-format
msgid "You can't install the bootloader on a %s partition\n"
msgstr "Kuhu soovite alglaaduri installida"
@@ -1018,15 +1248,15 @@ msgstr "selle kohta (veel) abi ei saa.\n"
msgid "Boot Style Configuration"
msgstr "Alglaaduri stiil"
-#: ../../bootlook.pm_.c:79
+#: ../../bootlook.pm_.c:79 ../../standalone/logdrake_.c:101
msgid "/_File"
msgstr "/_Fail"
-#: ../../bootlook.pm_.c:80
+#: ../../bootlook.pm_.c:80 ../../standalone/logdrake_.c:107
msgid "/File/_Quit"
msgstr "/Fail/_Vlju"
-#: ../../bootlook.pm_.c:80
+#: ../../bootlook.pm_.c:80 ../../standalone/logdrake_.c:107
msgid "<control>Q"
msgstr "<control>Q"
@@ -1050,12 +1280,17 @@ msgstr "Traditsiooniline Gtk+ jlgimine"
msgid "Launch Aurora at boot time"
msgstr "Kivita alglaadimisel Aurora"
-#: ../../bootlook.pm_.c:100
+#: ../../bootlook.pm_.c:98
#, fuzzy
msgid "Lilo/grub mode"
msgstr "Valimisviis"
-#: ../../bootlook.pm_.c:102
+#: ../../bootlook.pm_.c:98
+#, fuzzy
+msgid "Yaboot mode"
+msgstr "Alglaadimismood"
+
+#: ../../bootlook.pm_.c:104
#, fuzzy, c-format
msgid ""
"You are currently using %s as Boot Manager.\n"
@@ -1067,101 +1302,149 @@ msgstr ""
"\n"
"Valige Abimehe kivitamiseks ``OK''"
-#: ../../bootlook.pm_.c:104 ../../standalone/drakgw_.c:643
-#: ../../standalone/draknet_.c:280 ../../standalone/tinyfirewall_.c:57
+#: ../../bootlook.pm_.c:106 ../../standalone/drakbackup_.c:1467
+#: ../../standalone/drakbackup_.c:1478 ../../standalone/drakgw_.c:715
+#: ../../standalone/tinyfirewall_.c:59
msgid "Configure"
msgstr "Seadista"
-#: ../../bootlook.pm_.c:108
-msgid "Boot mode"
-msgstr "Alglaadimismood"
-
-#: ../../bootlook.pm_.c:136
+#: ../../bootlook.pm_.c:141
msgid "System mode"
msgstr "Tmood"
-#: ../../bootlook.pm_.c:138
+#: ../../bootlook.pm_.c:143
msgid "Launch the X-Window system at start"
msgstr "Kivita X-Windows alglaadimisel"
-#: ../../bootlook.pm_.c:143
+#: ../../bootlook.pm_.c:148
msgid "No, I don't want autologin"
msgstr "Ei taha automaatselt siseneda"
-#: ../../bootlook.pm_.c:145
+#: ../../bootlook.pm_.c:150
msgid "Yes, I want autologin with this (user, desktop)"
msgstr ""
"Jah, soovin automaatset sisselogimist sellele (kasutajale, keskkonnale)"
-#: ../../bootlook.pm_.c:155 ../../standalone/draknet_.c:108
-#: ../../standalone/draknet_.c:140 ../../standalone/draknet_.c:208
-#: ../../standalone/draknet_.c:320 ../../standalone/draknet_.c:433
-#: ../../standalone/draknet_.c:507 ../../standalone/draknet_.c:543
-#: ../../standalone/draknet_.c:644
+#: ../../bootlook.pm_.c:160 ../../network/netconnect.pm_.c:102
+#: ../../standalone/drakbackup_.c:2441 ../../standalone/drakbackup_.c:3345
+#: ../../standalone/drakfont_.c:532 ../../standalone/drakfont_.c:655
+#: ../../standalone/drakfont_.c:719 ../../standalone/drakfont_.c:765
+#: ../../standalone/draknet_.c:109 ../../standalone/draknet_.c:141
+#: ../../standalone/draknet_.c:297 ../../standalone/draknet_.c:436
+#: ../../standalone/draknet_.c:522 ../../standalone/draknet_.c:565
+#: ../../standalone/draknet_.c:666 ../../standalone/logdrake_.c:505
msgid "OK"
msgstr "OK"
-#: ../../bootlook.pm_.c:156 ../../install_steps_gtk.pm_.c:516
-#: ../../interactive.pm_.c:122 ../../interactive.pm_.c:286
-#: ../../interactive.pm_.c:308 ../../interactive_stdio.pm_.c:27
-#: ../../my_gtk.pm_.c:416 ../../my_gtk.pm_.c:419 ../../my_gtk.pm_.c:716
-#: ../../printerdrake.pm_.c:1158 ../../standalone/drakgw_.c:648
-#: ../../standalone/draknet_.c:115 ../../standalone/draknet_.c:147
-#: ../../standalone/draknet_.c:313 ../../standalone/draknet_.c:519
-#: ../../standalone/draknet_.c:658 ../../standalone/tinyfirewall_.c:63
-msgid "Cancel"
-msgstr "Katkesta"
-
-#: ../../bootlook.pm_.c:224
+#: ../../bootlook.pm_.c:229
#, c-format
msgid "can not open /etc/inittab for reading: %s"
msgstr "ei saa lugeda faili /etc/inittab: %s"
-#: ../../bootlook.pm_.c:336 ../../standalone/drakboot_.c:47
-msgid "Installation of LILO failed. The following error occured:"
-msgstr "LILO installimine ebannestus. Tekkis jrgnev viga:"
-
-#: ../../common.pm_.c:93
+#: ../../common.pm_.c:94
msgid "GB"
msgstr "GB"
-#: ../../common.pm_.c:93
+#: ../../common.pm_.c:94
msgid "KB"
msgstr "KB"
-#: ../../common.pm_.c:93 ../../install_steps_graphical.pm_.c:287
-#: ../../install_steps_graphical.pm_.c:334
+#: ../../common.pm_.c:94
msgid "MB"
msgstr "MB"
-#: ../../common.pm_.c:101
+#: ../../common.pm_.c:102
msgid "TB"
msgstr "TB"
-#: ../../common.pm_.c:109
+#: ../../common.pm_.c:110
#, c-format
msgid "%d minutes"
msgstr "%d minutit"
-#: ../../common.pm_.c:111
+#: ../../common.pm_.c:112
msgid "1 minute"
msgstr "1 minut"
-#: ../../common.pm_.c:113
+#: ../../common.pm_.c:114
#, c-format
msgid "%d seconds"
msgstr "%d sekundit"
-#: ../../diskdrake.pm_.c:100
+#: ../../common.pm_.c:159
+#, fuzzy
+msgid "Can't make screenshots before partitioning"
+msgstr "Partitsioone ei saa enam lisada"
+
+#: ../../common.pm_.c:166
+#, fuzzy, c-format
+msgid "Screenshots will be available after install in %s"
+msgstr "Teisi keeli saab valida prast installimist"
+
+#: ../../crypto.pm_.c:12 ../../crypto.pm_.c:26 ../../standalone/drakxtv_.c:50
+msgid "France"
+msgstr "Prantsusmaa"
+
+#: ../../crypto.pm_.c:13
+msgid "Costa Rica"
+msgstr ""
+
+#: ../../crypto.pm_.c:14 ../../crypto.pm_.c:27
+#, fuzzy
+msgid "Belgium"
+msgstr "Belgia"
+
+#: ../../crypto.pm_.c:15 ../../crypto.pm_.c:28
+msgid "Czech Republic"
+msgstr ""
+
+#: ../../crypto.pm_.c:16 ../../crypto.pm_.c:29
+msgid "Germany"
+msgstr "Saksa"
+
+#: ../../crypto.pm_.c:17 ../../crypto.pm_.c:30
+#, fuzzy
+msgid "Greece"
+msgstr "Kreeka"
+
+#: ../../crypto.pm_.c:18 ../../crypto.pm_.c:31
+#, fuzzy
+msgid "Norway"
+msgstr "Norra"
+
+#: ../../crypto.pm_.c:19 ../../crypto.pm_.c:32
+#, fuzzy
+msgid "Sweden"
+msgstr "Vaata"
+
+#: ../../crypto.pm_.c:20 ../../crypto.pm_.c:34
+msgid "Netherlands"
+msgstr ""
+
+#: ../../crypto.pm_.c:21 ../../crypto.pm_.c:35 ../../standalone/drakxtv_.c:50
+#, fuzzy
+msgid "Italy"
+msgstr "Itaalia"
+
+#: ../../crypto.pm_.c:22 ../../crypto.pm_.c:36
+#, fuzzy
+msgid "Austria"
+msgstr "seerial"
+
+#: ../../crypto.pm_.c:33 ../../crypto.pm_.c:67
+msgid "United States"
+msgstr ""
+
+#: ../../diskdrake/hd_gtk.pm_.c:94
msgid "Please make a backup of your data first"
msgstr "Palun tehke oma andmetest enne tagavarakoopia"
-#: ../../diskdrake.pm_.c:100 ../../diskdrake_interactive.pm_.c:801
-#: ../../diskdrake_interactive.pm_.c:810 ../../diskdrake_interactive.pm_.c:864
+#: ../../diskdrake/hd_gtk.pm_.c:94 ../../diskdrake/interactive.pm_.c:891
+#: ../../diskdrake/interactive.pm_.c:900 ../../diskdrake/interactive.pm_.c:954
msgid "Read carefully!"
msgstr "Lugege hoolega!"
-#: ../../diskdrake.pm_.c:103
+#: ../../diskdrake/hd_gtk.pm_.c:97
msgid ""
"If you plan to use aboot, be carefull to leave a free space (2048 sectors is "
"enough)\n"
@@ -1170,55 +1453,23 @@ msgstr ""
"Kui soovite kasutada aboot-i, jtke palun ketta algusesse vhemalt 2048 \n"
"sektorit vaba ruumi"
-#: ../../diskdrake.pm_.c:122 ../../diskdrake_interactive.pm_.c:313
-#: ../../diskdrake_interactive.pm_.c:328 ../../install_steps.pm_.c:72
-#: ../../install_steps_interactive.pm_.c:37
-#: ../../install_steps_interactive.pm_.c:310 ../../interactive_http.pm_.c:119
-#: ../../interactive_http.pm_.c:120 ../../standalone/diskdrake_.c:62
+#: ../../diskdrake/hd_gtk.pm_.c:116 ../../diskdrake/interactive.pm_.c:325
+#: ../../diskdrake/interactive.pm_.c:340 ../../diskdrake/smbnfs_gtk.pm_.c:45
+#: ../../install_steps.pm_.c:75 ../../install_steps_interactive.pm_.c:67
+#: ../../install_steps_interactive.pm_.c:356 ../../interactive_http.pm_.c:119
+#: ../../interactive_http.pm_.c:120 ../../standalone/diskdrake_.c:84
msgid "Error"
msgstr "Viga"
-#: ../../diskdrake.pm_.c:159
+#: ../../diskdrake/hd_gtk.pm_.c:151
msgid "Wizard"
msgstr "Abimees"
-#: ../../diskdrake.pm_.c:181
-msgid "New"
-msgstr "Uus"
-
-#: ../../diskdrake.pm_.c:203 ../../diskdrake.pm_.c:206
-#, fuzzy
-msgid "Remote"
-msgstr "Eemalda"
-
-#: ../../diskdrake.pm_.c:208 ../../diskdrake.pm_.c:479
-#: ../../diskdrake_interactive.pm_.c:352 ../../diskdrake_interactive.pm_.c:523
-msgid "Mount point"
-msgstr "henduspunkt"
-
-#: ../../diskdrake.pm_.c:209
-msgid "Options"
-msgstr "Eelistused"
-
-#: ../../diskdrake.pm_.c:211 ../../diskdrake.pm_.c:417
-#: ../../diskdrake.pm_.c:534 ../../diskdrake_interactive.pm_.c:353
-#: ../../diskdrake_interactive.pm_.c:488
-msgid "Type"
-msgstr "Tp"
-
-#: ../../diskdrake.pm_.c:223 ../../diskdrake_interactive.pm_.c:361
-msgid "Unmount"
-msgstr "henda lahti"
-
-#: ../../diskdrake.pm_.c:224 ../../diskdrake_interactive.pm_.c:357
-msgid "Mount"
-msgstr "henda"
-
-#: ../../diskdrake.pm_.c:228
+#: ../../diskdrake/hd_gtk.pm_.c:181 ../../diskdrake/removable_gtk.pm_.c:24
msgid "Choose action"
msgstr "Valige tegevus"
-#: ../../diskdrake.pm_.c:235
+#: ../../diskdrake/hd_gtk.pm_.c:185
msgid ""
"You have one big FAT partition\n"
"(generally used by MicroSoft Dos/Windows).\n"
@@ -1230,226 +1481,149 @@ msgstr ""
"Soovitame teil esmalt selle suurust muuta\n"
"(klikkige ja siis valige \"Muuda\")"
-#: ../../diskdrake.pm_.c:238
+#: ../../diskdrake/hd_gtk.pm_.c:188
msgid "Please click on a partition"
msgstr "Palun valige partitsioon"
-#: ../../diskdrake.pm_.c:240
-#, fuzzy
-msgid "Please click on a media"
-msgstr "Palun valige partitsioon"
-
-#: ../../diskdrake.pm_.c:243
-#, fuzzy
-msgid ""
-"Please click on a button above\n"
-"\n"
-"Or use \"New\""
-msgstr "Palun valige partitsioon"
-
-#: ../../diskdrake.pm_.c:244
-msgid "Use \"New\""
-msgstr ""
-
-#: ../../diskdrake.pm_.c:263 ../../install_steps_gtk.pm_.c:517
+#: ../../diskdrake/hd_gtk.pm_.c:202 ../../diskdrake/smbnfs_gtk.pm_.c:67
+#: ../../install_steps_gtk.pm_.c:523
msgid "Details"
msgstr "ksikasjad"
-#: ../../diskdrake.pm_.c:395
+#: ../../diskdrake/hd_gtk.pm_.c:320
msgid "Ext2"
msgstr "ext2"
-#: ../../diskdrake.pm_.c:395
+#: ../../diskdrake/hd_gtk.pm_.c:320
msgid "FAT"
msgstr "FAT"
-#: ../../diskdrake.pm_.c:395
+#: ../../diskdrake/hd_gtk.pm_.c:320
msgid "HFS"
msgstr "HFS"
-#: ../../diskdrake.pm_.c:395
+#: ../../diskdrake/hd_gtk.pm_.c:320
#, fuzzy
msgid "Journalised FS"
msgstr "hendamine ebannestus"
-#: ../../diskdrake.pm_.c:395
+#: ../../diskdrake/hd_gtk.pm_.c:320
msgid "SunOS"
msgstr "SunOS"
-#: ../../diskdrake.pm_.c:395
+#: ../../diskdrake/hd_gtk.pm_.c:320
msgid "Swap"
msgstr "Saaleala"
-#: ../../diskdrake.pm_.c:396 ../../diskdrake_interactive.pm_.c:952
+#: ../../diskdrake/hd_gtk.pm_.c:321 ../../diskdrake/interactive.pm_.c:1050
msgid "Empty"
msgstr "Thi"
-#: ../../diskdrake.pm_.c:396 ../../install_steps_gtk.pm_.c:373
-#: ../../install_steps_gtk.pm_.c:433 ../../mouse.pm_.c:161
-#: ../../services.pm_.c:161
+#: ../../diskdrake/hd_gtk.pm_.c:321 ../../install_steps_gtk.pm_.c:379
+#: ../../install_steps_gtk.pm_.c:439 ../../mouse.pm_.c:162
+#: ../../services.pm_.c:157 ../../standalone/drakbackup_.c:944
msgid "Other"
msgstr "Muu"
-#: ../../diskdrake.pm_.c:400
+#: ../../diskdrake/hd_gtk.pm_.c:325
msgid "Filesystem types:"
msgstr "Failissteemi tbid: "
-#: ../../diskdrake.pm_.c:417 ../../diskdrake_interactive.pm_.c:375
+#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/interactive.pm_.c:386
msgid "Create"
msgstr "Tekita"
-#: ../../diskdrake.pm_.c:417 ../../diskdrake.pm_.c:419
+#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/interactive.pm_.c:365
+#: ../../diskdrake/interactive.pm_.c:499 ../../diskdrake/removable.pm_.c:26
+#: ../../diskdrake/removable.pm_.c:49 ../../diskdrake/removable_gtk.pm_.c:17
+msgid "Type"
+msgstr "Tp"
+
+#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/hd_gtk.pm_.c:344
#, c-format
msgid "Use ``%s'' instead"
msgstr "Kasutage pigem ``%s''"
-#: ../../diskdrake.pm_.c:419 ../../diskdrake_interactive.pm_.c:362
+#: ../../diskdrake/hd_gtk.pm_.c:344 ../../diskdrake/interactive.pm_.c:374
msgid "Delete"
msgstr "Kustuta"
-#: ../../diskdrake.pm_.c:423
+#: ../../diskdrake/hd_gtk.pm_.c:348
msgid "Use ``Unmount'' first"
msgstr "Kasutage enne \"henda lahti\""
-#: ../../diskdrake.pm_.c:424 ../../diskdrake_interactive.pm_.c:480
+#: ../../diskdrake/hd_gtk.pm_.c:349 ../../diskdrake/interactive.pm_.c:491
#, c-format
msgid ""
"After changing type of partition %s, all data on this partition will be lost"
msgstr "Partitsiooni %s tbi muutmisel hvivad kik seal olnud andmed"
-#: ../../diskdrake.pm_.c:478 ../../diskdrake_interactive.pm_.c:522
-#, c-format
-msgid "Where do you want to mount device %s?"
-msgstr "Kuhu soovite seadme %s hendada?"
-
-#: ../../diskdrake.pm_.c:500
-#, fuzzy
-msgid "Mount options"
-msgstr "Mooduli parameetrid:"
-
-#: ../../diskdrake.pm_.c:507
-msgid "Various"
-msgstr ""
-
-#: ../../diskdrake.pm_.c:525
-#, fuzzy
-msgid "Removable media"
-msgstr "CD/flopi/.. autohendamine"
-
-#: ../../diskdrake.pm_.c:532
-#, fuzzy
-msgid "Change type"
-msgstr "Muuda partitsiooni tp"
-
-#: ../../diskdrake.pm_.c:533 ../../diskdrake_interactive.pm_.c:487
-msgid "Which filesystem do you want?"
-msgstr "Mis failissteemi soovite kasutada?"
-
-#: ../../diskdrake.pm_.c:564
-msgid "Scanning available nfs shared resource"
-msgstr ""
-
-#: ../../diskdrake.pm_.c:569
-#, c-format
-msgid "Scanning available nfs shared resource of server %s"
-msgstr ""
-
-#: ../../diskdrake.pm_.c:578 ../../diskdrake.pm_.c:648
-msgid "If the list above doesn't contain the wanted entry, enter it here:"
-msgstr ""
-
-#: ../../diskdrake.pm_.c:581 ../../diskdrake.pm_.c:651
-msgid "Server"
-msgstr "Server"
-
-#: ../../diskdrake.pm_.c:582 ../../diskdrake.pm_.c:652
-msgid "Shared resource"
-msgstr ""
-
-#: ../../diskdrake.pm_.c:615
-msgid "Scanning available samba shared resource"
-msgstr ""
-
-#: ../../diskdrake.pm_.c:626 ../../diskdrake.pm_.c:639
-#, c-format
-msgid "Scanning available samba shared resource of server %s"
-msgstr ""
-
-#: ../../diskdrake_interactive.pm_.c:163
+#: ../../diskdrake/interactive.pm_.c:171
#, fuzzy
msgid "Choose a partition"
msgstr "Valige tegevus"
-#: ../../diskdrake_interactive.pm_.c:163
+#: ../../diskdrake/interactive.pm_.c:171
#, fuzzy
msgid "Choose another partition"
msgstr "Looge uus partitsioon"
-#: ../../diskdrake_interactive.pm_.c:188
+#: ../../diskdrake/interactive.pm_.c:196
#, fuzzy
msgid "Exit"
msgstr "ext2"
-#: ../../diskdrake_interactive.pm_.c:210
+#: ../../diskdrake/interactive.pm_.c:218
msgid "Toggle to expert mode"
msgstr "Tavakasutaja > Ekspert"
-#: ../../diskdrake_interactive.pm_.c:210
+#: ../../diskdrake/interactive.pm_.c:218
msgid "Toggle to normal mode"
msgstr "Ekspert > Tavakasutaja"
-#: ../../diskdrake_interactive.pm_.c:210
+#: ../../diskdrake/interactive.pm_.c:218
msgid "Undo"
msgstr "Tagasi"
-#: ../../diskdrake_interactive.pm_.c:229
+#: ../../diskdrake/interactive.pm_.c:237
msgid "Continue anyway?"
msgstr "Jtkate ikkagi?"
-#: ../../diskdrake_interactive.pm_.c:234
+#: ../../diskdrake/interactive.pm_.c:242
msgid "Quit without saving"
msgstr "Lpeta ilma salvestamata"
-#: ../../diskdrake_interactive.pm_.c:234
+#: ../../diskdrake/interactive.pm_.c:242
msgid "Quit without writing the partition table?"
msgstr "Lpetate ilma partitsioonitabelit salvestamata?"
-#: ../../diskdrake_interactive.pm_.c:237
+#: ../../diskdrake/interactive.pm_.c:247
#, fuzzy
msgid "Do you want to save /etc/fstab modifications"
msgstr "Kas soovite seadistusi proovida?"
-#: ../../diskdrake_interactive.pm_.c:247
+#: ../../diskdrake/interactive.pm_.c:259
msgid "Auto allocate"
msgstr "Paiguta ise"
-#: ../../diskdrake_interactive.pm_.c:247
+#: ../../diskdrake/interactive.pm_.c:259
msgid "Clear all"
msgstr "Kustuta kik"
-#: ../../diskdrake_interactive.pm_.c:247
-#: ../../install_steps_interactive.pm_.c:171
-msgid "More"
-msgstr "Veel.."
-
-#: ../../diskdrake_interactive.pm_.c:250
+#: ../../diskdrake/interactive.pm_.c:262
#, fuzzy
msgid "Hard drive information"
msgstr "Meili informatsioon"
-#: ../../diskdrake_interactive.pm_.c:267
-msgid "Not enough space for auto-allocating"
-msgstr "Ei ole piisavalt ruumi automaatpaigutuseks"
-
-#: ../../diskdrake_interactive.pm_.c:273
+#: ../../diskdrake/interactive.pm_.c:283
msgid "All primary partitions are used"
msgstr "Kik primaarsed partitsioonid on kasutusel"
-#: ../../diskdrake_interactive.pm_.c:274
+#: ../../diskdrake/interactive.pm_.c:284
msgid "I can't add any more partition"
msgstr "Partitsioone ei saa enam lisada"
-#: ../../diskdrake_interactive.pm_.c:275
+#: ../../diskdrake/interactive.pm_.c:285
msgid ""
"To have more partitions, please delete one to be able to create an extended "
"partition"
@@ -1457,35 +1631,35 @@ msgstr ""
"Et saada rohkem partitsioone, kustutage palun ks, et luua laiendatud "
"partitsioon"
-#: ../../diskdrake_interactive.pm_.c:285
+#: ../../diskdrake/interactive.pm_.c:295
#, fuzzy
msgid "Save partition table"
msgstr "Kirjuta partitsioonitabel"
-#: ../../diskdrake_interactive.pm_.c:286
+#: ../../diskdrake/interactive.pm_.c:296
#, fuzzy
msgid "Restore partition table"
msgstr "Psta partitsioonitabel"
-#: ../../diskdrake_interactive.pm_.c:287
+#: ../../diskdrake/interactive.pm_.c:297
msgid "Rescue partition table"
msgstr "Psta partitsioonitabel"
-#: ../../diskdrake_interactive.pm_.c:289
+#: ../../diskdrake/interactive.pm_.c:299
#, fuzzy
msgid "Reload partition table"
msgstr "Psta partitsioonitabel"
-#: ../../diskdrake_interactive.pm_.c:293
+#: ../../diskdrake/interactive.pm_.c:304
#, fuzzy
msgid "Removable media automounting"
msgstr "CD/flopi/.. autohendamine"
-#: ../../diskdrake_interactive.pm_.c:301 ../../diskdrake_interactive.pm_.c:321
+#: ../../diskdrake/interactive.pm_.c:313 ../../diskdrake/interactive.pm_.c:333
msgid "Select file"
msgstr "Valige fail"
-#: ../../diskdrake_interactive.pm_.c:308
+#: ../../diskdrake/interactive.pm_.c:320
msgid ""
"The backup partition table has not the same size\n"
"Still continue?"
@@ -1493,11 +1667,11 @@ msgstr ""
"Tabeli tagavarakoopia ei ole sama suurusega\n"
"Soovite jtkata?"
-#: ../../diskdrake_interactive.pm_.c:322
+#: ../../diskdrake/interactive.pm_.c:334
msgid "Warning"
msgstr "Hoiatus"
-#: ../../diskdrake_interactive.pm_.c:323
+#: ../../diskdrake/interactive.pm_.c:335
msgid ""
"Insert a floppy in drive\n"
"All data on this floppy will be lost"
@@ -1505,99 +1679,124 @@ msgstr ""
"Pange thi flopi masinasse\n"
"Kik andmed sellel hvivad"
-#: ../../diskdrake_interactive.pm_.c:334
+#: ../../diskdrake/interactive.pm_.c:346
msgid "Trying to rescue partition table"
msgstr "Proovin psta partitsioonitabelit"
-#: ../../diskdrake_interactive.pm_.c:340
+#: ../../diskdrake/interactive.pm_.c:352
#, fuzzy
msgid "Detailed information"
msgstr "Meili informatsioon"
-#: ../../diskdrake_interactive.pm_.c:354 ../../diskdrake_interactive.pm_.c:590
+#: ../../diskdrake/interactive.pm_.c:364 ../../diskdrake/interactive.pm_.c:534
+#: ../../diskdrake/interactive.pm_.c:554 ../../diskdrake/removable.pm_.c:24
+#: ../../diskdrake/removable_gtk.pm_.c:15 ../../diskdrake/smbnfs_gtk.pm_.c:83
+msgid "Mount point"
+msgstr "henduspunkt"
+
+#: ../../diskdrake/interactive.pm_.c:366 ../../diskdrake/removable.pm_.c:25
+#: ../../diskdrake/removable_gtk.pm_.c:16 ../../diskdrake/smbnfs_gtk.pm_.c:84
+msgid "Options"
+msgstr "Eelistused"
+
+#: ../../diskdrake/interactive.pm_.c:367 ../../diskdrake/interactive.pm_.c:621
msgid "Resize"
msgstr "Muuda suurust"
-#: ../../diskdrake_interactive.pm_.c:355 ../../diskdrake_interactive.pm_.c:630
+#: ../../diskdrake/interactive.pm_.c:368 ../../diskdrake/interactive.pm_.c:674
msgid "Move"
msgstr "Liiguta"
-#: ../../diskdrake_interactive.pm_.c:356
+#: ../../diskdrake/interactive.pm_.c:369
msgid "Format"
msgstr "Vorminda"
-#: ../../diskdrake_interactive.pm_.c:358
-msgid "Active"
-msgstr "Aktiivne"
+#: ../../diskdrake/interactive.pm_.c:370 ../../diskdrake/smbnfs_gtk.pm_.c:80
+msgid "Mount"
+msgstr "henda"
-#: ../../diskdrake_interactive.pm_.c:359
+#: ../../diskdrake/interactive.pm_.c:371
msgid "Add to RAID"
msgstr "Lisa RAIDi"
-#: ../../diskdrake_interactive.pm_.c:360
+#: ../../diskdrake/interactive.pm_.c:372
msgid "Add to LVM"
msgstr "Lisa LVMi"
-#: ../../diskdrake_interactive.pm_.c:363
+#: ../../diskdrake/interactive.pm_.c:373 ../../diskdrake/smbnfs_gtk.pm_.c:79
+msgid "Unmount"
+msgstr "henda lahti"
+
+#: ../../diskdrake/interactive.pm_.c:375
msgid "Remove from RAID"
msgstr "Eemalda RAIDist"
-#: ../../diskdrake_interactive.pm_.c:364
+#: ../../diskdrake/interactive.pm_.c:376
msgid "Remove from LVM"
msgstr "Eemalda LVMist"
-#: ../../diskdrake_interactive.pm_.c:365
+#: ../../diskdrake/interactive.pm_.c:377
msgid "Modify RAID"
msgstr "Modifitseeri RAIDi"
-#: ../../diskdrake_interactive.pm_.c:366
+#: ../../diskdrake/interactive.pm_.c:378
msgid "Use for loopback"
msgstr "Kasuta loopback-ina"
-#: ../../diskdrake_interactive.pm_.c:409
+#: ../../diskdrake/interactive.pm_.c:417
msgid "Create a new partition"
msgstr "Looge uus partitsioon"
-#: ../../diskdrake_interactive.pm_.c:412
+#: ../../diskdrake/interactive.pm_.c:420
msgid "Start sector: "
msgstr "Algsektor: "
-#: ../../diskdrake_interactive.pm_.c:414 ../../diskdrake_interactive.pm_.c:732
+#: ../../diskdrake/interactive.pm_.c:422 ../../diskdrake/interactive.pm_.c:773
msgid "Size in MB: "
msgstr "Suurus (MB): "
-#: ../../diskdrake_interactive.pm_.c:415 ../../diskdrake_interactive.pm_.c:733
+#: ../../diskdrake/interactive.pm_.c:423 ../../diskdrake/interactive.pm_.c:774
msgid "Filesystem type: "
msgstr "Failissteemi tp: "
-#: ../../diskdrake_interactive.pm_.c:416 ../../diskdrake_interactive.pm_.c:936
-#: ../../diskdrake_interactive.pm_.c:1010
+#: ../../diskdrake/interactive.pm_.c:424
+#: ../../diskdrake/interactive.pm_.c:1034
+#: ../../diskdrake/interactive.pm_.c:1108
msgid "Mount point: "
msgstr "henduspunkt:"
-#: ../../diskdrake_interactive.pm_.c:420
+#: ../../diskdrake/interactive.pm_.c:428
msgid "Preference: "
msgstr "Eelistus: "
-#: ../../diskdrake_interactive.pm_.c:462
+#: ../../diskdrake/interactive.pm_.c:472
#, fuzzy
msgid "Remove the loopback file?"
msgstr "Vormindan loopback faili %s"
-#: ../../diskdrake_interactive.pm_.c:486
+#: ../../diskdrake/interactive.pm_.c:497
msgid "Change partition type"
msgstr "Muuda partitsiooni tp"
-#: ../../diskdrake_interactive.pm_.c:491
+#: ../../diskdrake/interactive.pm_.c:498 ../../diskdrake/removable.pm_.c:48
+msgid "Which filesystem do you want?"
+msgstr "Mis failissteemi soovite kasutada?"
+
+#: ../../diskdrake/interactive.pm_.c:502
msgid "Switching from ext2 to ext3"
msgstr ""
-#: ../../diskdrake_interactive.pm_.c:521
+#: ../../diskdrake/interactive.pm_.c:532
#, c-format
msgid "Where do you want to mount loopback file %s?"
msgstr "Kuhu soovite loopback-faili %s hendada?"
-#: ../../diskdrake_interactive.pm_.c:528
+#: ../../diskdrake/interactive.pm_.c:533 ../../diskdrake/interactive.pm_.c:553
+#, c-format
+msgid "Where do you want to mount device %s?"
+msgstr "Kuhu soovite seadme %s hendada?"
+
+#: ../../diskdrake/interactive.pm_.c:539
msgid ""
"Can't unset mount point as this partition is used for loop back.\n"
"Remove the loopback first"
@@ -1605,119 +1804,128 @@ msgstr ""
"Seda henduspunkti ei saa eemaldada, kuna partitsioon on kasutusel.\n"
"loopback-ina. Eemaldage enne loopback"
-#: ../../diskdrake_interactive.pm_.c:549
+#: ../../diskdrake/interactive.pm_.c:577
msgid "Computing FAT filesystem bounds"
msgstr "Arvutan FAT failissteemi piire"
-#: ../../diskdrake_interactive.pm_.c:549 ../../diskdrake_interactive.pm_.c:605
-#: ../../install_interactive.pm_.c:116
+#: ../../diskdrake/interactive.pm_.c:577 ../../diskdrake/interactive.pm_.c:636
+#: ../../install_interactive.pm_.c:130
msgid "Resizing"
msgstr "Muudan suurust"
-#: ../../diskdrake_interactive.pm_.c:578
+#: ../../diskdrake/interactive.pm_.c:609
msgid "This partition is not resizeable"
msgstr "See partitsioon ei ole muudetav"
-#: ../../diskdrake_interactive.pm_.c:583
+#: ../../diskdrake/interactive.pm_.c:614
msgid "All data on this partition should be backed-up"
msgstr "Selle partitsiooni andmetest viks olla tagavarakoopia"
-#: ../../diskdrake_interactive.pm_.c:585
+#: ../../diskdrake/interactive.pm_.c:616
#, c-format
msgid "After resizing partition %s, all data on this partition will be lost"
msgstr "Partitsiooni %s suuruse muutmisel hvivad sellel kik andmed"
-#: ../../diskdrake_interactive.pm_.c:590
+#: ../../diskdrake/interactive.pm_.c:621
msgid "Choose the new size"
msgstr "Valige uus suurus"
-#: ../../diskdrake_interactive.pm_.c:591
+#: ../../diskdrake/interactive.pm_.c:622
#, fuzzy
msgid "New size in MB: "
msgstr "Suurus (MB): "
-#: ../../diskdrake_interactive.pm_.c:631
+#: ../../diskdrake/interactive.pm_.c:675
msgid "Which disk do you want to move it to?"
msgstr "Millisele kettale soovite seda mber paigutada?"
-#: ../../diskdrake_interactive.pm_.c:632
+#: ../../diskdrake/interactive.pm_.c:676
msgid "Sector"
msgstr "Sektor"
-#: ../../diskdrake_interactive.pm_.c:633
+#: ../../diskdrake/interactive.pm_.c:677
msgid "Which sector do you want to move it to?"
msgstr "Millisele sektorile soovite seda mber paigutada?"
-#: ../../diskdrake_interactive.pm_.c:636
+#: ../../diskdrake/interactive.pm_.c:680
msgid "Moving"
msgstr "Paigutan mber"
-#: ../../diskdrake_interactive.pm_.c:636
+#: ../../diskdrake/interactive.pm_.c:680
msgid "Moving partition..."
msgstr "Liigutan partitsiooni..."
-#: ../../diskdrake_interactive.pm_.c:657
+#: ../../diskdrake/interactive.pm_.c:697
msgid "Choose an existing RAID to add to"
msgstr "Vali olemasolev RAID, millele lisada"
-#: ../../diskdrake_interactive.pm_.c:658 ../../diskdrake_interactive.pm_.c:676
+#: ../../diskdrake/interactive.pm_.c:698 ../../diskdrake/interactive.pm_.c:716
msgid "new"
msgstr "uus"
-#: ../../diskdrake_interactive.pm_.c:674
+#: ../../diskdrake/interactive.pm_.c:714
msgid "Choose an existing LVM to add to"
msgstr "Vali olemasolev LVM, millele lisada"
-#: ../../diskdrake_interactive.pm_.c:679
+#: ../../diskdrake/interactive.pm_.c:719
msgid "LVM name?"
msgstr "LVM nimi?"
-#: ../../diskdrake_interactive.pm_.c:718
+#: ../../diskdrake/interactive.pm_.c:759
msgid "This partition can't be used for loopback"
msgstr "Seda partitsiooni ei saa loopback-ina kasutada"
-#: ../../diskdrake_interactive.pm_.c:730
+#: ../../diskdrake/interactive.pm_.c:771
msgid "Loopback"
msgstr "loopback"
-#: ../../diskdrake_interactive.pm_.c:731
+#: ../../diskdrake/interactive.pm_.c:772
msgid "Loopback file name: "
msgstr "loopback faili nimi:"
-#: ../../diskdrake_interactive.pm_.c:736
+#: ../../diskdrake/interactive.pm_.c:777
#, fuzzy
msgid "Give a file name"
msgstr "Prisnimi"
-#: ../../diskdrake_interactive.pm_.c:739
+#: ../../diskdrake/interactive.pm_.c:780
msgid "File already used by another loopback, choose another one"
msgstr "See fail on juba loopback-ina kasutusel, valige mni muu"
-#: ../../diskdrake_interactive.pm_.c:740
+#: ../../diskdrake/interactive.pm_.c:781
msgid "File already exists. Use it?"
msgstr "Fail on juba olemas. Kas kasutan seda?"
-#: ../../diskdrake_interactive.pm_.c:784
+#: ../../diskdrake/interactive.pm_.c:804
+#, fuzzy
+msgid "Mount options"
+msgstr "Mooduli parameetrid:"
+
+#: ../../diskdrake/interactive.pm_.c:811
+msgid "Various"
+msgstr ""
+
+#: ../../diskdrake/interactive.pm_.c:874
msgid "device"
msgstr "seade"
-#: ../../diskdrake_interactive.pm_.c:785
+#: ../../diskdrake/interactive.pm_.c:875
msgid "level"
msgstr "tase"
-#: ../../diskdrake_interactive.pm_.c:786
+#: ../../diskdrake/interactive.pm_.c:876
msgid "chunk size"
msgstr "hiku suurus"
-#: ../../diskdrake_interactive.pm_.c:801
+#: ../../diskdrake/interactive.pm_.c:891
msgid "Be careful: this operation is dangerous."
msgstr "Vaadake ette: see vib olla ohtlik."
-#: ../../diskdrake_interactive.pm_.c:816
+#: ../../diskdrake/interactive.pm_.c:906
msgid "What type of partitioning?"
msgstr "Mis tpi partitsioonid teete?"
-#: ../../diskdrake_interactive.pm_.c:834
+#: ../../diskdrake/interactive.pm_.c:924
msgid ""
"Sorry I won't accept to create /boot so far onto the drive (on a cylinder > "
"1024).\n"
@@ -1729,7 +1937,7 @@ msgstr ""
"Kui kasutate LILO-t, ei tta see sel moel, kui aga ei kasuta, ei ole Teile "
"ka /boot vajalik"
-#: ../../diskdrake_interactive.pm_.c:838
+#: ../../diskdrake/interactive.pm_.c:928
msgid ""
"The partition you've selected to add as root (/) is physically located "
"beyond\n"
@@ -1740,7 +1948,7 @@ msgstr ""
"fsiliselt tagapool 1024-t silindrit ja Teil ei ole /boot partitsiooni.\n"
"Kui plaanite kasutada LILO alglaadurit, lisage kindlasti /boot partitsioon"
-#: ../../diskdrake_interactive.pm_.c:844
+#: ../../diskdrake/interactive.pm_.c:934
msgid ""
"You've selected a software RAID partition as root (/).\n"
"No bootloader is able to handle this without a /boot partition.\n"
@@ -1750,130 +1958,137 @@ msgstr ""
"Ilma /boot partitsioonita ei ole vimalik sellist ssteemi laadida.\n"
"Lisage kindlasti /boot partitsioon!"
-#: ../../diskdrake_interactive.pm_.c:864
+#: ../../diskdrake/interactive.pm_.c:954
#, c-format
msgid "Partition table of drive %s is going to be written to disk!"
msgstr "Ketta %s partitsioonitabel salvestatakse!"
-#: ../../diskdrake_interactive.pm_.c:868
+#: ../../diskdrake/interactive.pm_.c:958
msgid "You'll need to reboot before the modification can take place"
msgstr "Muudatuste justamiseks vajate alglaadimist"
-#: ../../diskdrake_interactive.pm_.c:879
+#: ../../diskdrake/interactive.pm_.c:969
#, c-format
msgid "After formatting partition %s, all data on this partition will be lost"
msgstr "Partitsiooni %s vormindamisel hvivad sellel kik andmed"
-#: ../../diskdrake_interactive.pm_.c:881
+#: ../../diskdrake/interactive.pm_.c:971
msgid "Formatting"
msgstr "Vormindan"
-#: ../../diskdrake_interactive.pm_.c:882
+#: ../../diskdrake/interactive.pm_.c:972
#, c-format
msgid "Formatting loopback file %s"
msgstr "Vormindan loopback faili %s"
-#: ../../diskdrake_interactive.pm_.c:883
-#: ../../install_steps_interactive.pm_.c:419
+#: ../../diskdrake/interactive.pm_.c:973
+#: ../../install_steps_interactive.pm_.c:465
#, c-format
msgid "Formatting partition %s"
msgstr "Vormindan partitsiooni %s"
-#: ../../diskdrake_interactive.pm_.c:894
+#: ../../diskdrake/interactive.pm_.c:984
#, fuzzy
msgid "Hide files"
msgstr "mkraid ebannestus"
-#: ../../diskdrake_interactive.pm_.c:894
+#: ../../diskdrake/interactive.pm_.c:984
#, fuzzy
msgid "Move files to the new partition"
msgstr "Ei ole piisavalt ruumi uute partitsioonide jaoks"
-#: ../../diskdrake_interactive.pm_.c:895
+#: ../../diskdrake/interactive.pm_.c:985
#, c-format
msgid ""
"Directory %s already contain some data\n"
"(%s)"
msgstr ""
-#: ../../diskdrake_interactive.pm_.c:906
+#: ../../diskdrake/interactive.pm_.c:996
#, fuzzy
msgid "Moving files to the new partition"
msgstr "Ei ole piisavalt ruumi uute partitsioonide jaoks"
-#: ../../diskdrake_interactive.pm_.c:910
+#: ../../diskdrake/interactive.pm_.c:1000
#, c-format
msgid "Copying %s"
msgstr ""
-#: ../../diskdrake_interactive.pm_.c:914
+#: ../../diskdrake/interactive.pm_.c:1004
#, fuzzy, c-format
msgid "Removing %s"
msgstr "Kuvatihedus: %s\n"
-#: ../../diskdrake_interactive.pm_.c:937 ../../diskdrake_interactive.pm_.c:996
+#: ../../diskdrake/interactive.pm_.c:1014
+#, c-format
+msgid "partition %s is now known as %s"
+msgstr ""
+
+#: ../../diskdrake/interactive.pm_.c:1035
+#: ../../diskdrake/interactive.pm_.c:1094
msgid "Device: "
msgstr "Seade: "
-#: ../../diskdrake_interactive.pm_.c:938
+#: ../../diskdrake/interactive.pm_.c:1036
#, c-format
msgid "DOS drive letter: %s (just a guess)\n"
msgstr "DOS kettathis: %s (arvatavasti)\n"
-#: ../../diskdrake_interactive.pm_.c:942 ../../diskdrake_interactive.pm_.c:950
-#: ../../diskdrake_interactive.pm_.c:1014
+#: ../../diskdrake/interactive.pm_.c:1040
+#: ../../diskdrake/interactive.pm_.c:1048
+#: ../../diskdrake/interactive.pm_.c:1112
msgid "Type: "
msgstr "Tp: "
-#: ../../diskdrake_interactive.pm_.c:946
+#: ../../diskdrake/interactive.pm_.c:1044
msgid "Name: "
msgstr "Nimi: "
-#: ../../diskdrake_interactive.pm_.c:954
+#: ../../diskdrake/interactive.pm_.c:1052
#, c-format
msgid "Start: sector %s\n"
msgstr "Algus: sektor %s\n"
-#: ../../diskdrake_interactive.pm_.c:955
+#: ../../diskdrake/interactive.pm_.c:1053
#, c-format
msgid "Size: %s"
msgstr "Suurus: %s"
-#: ../../diskdrake_interactive.pm_.c:957
+#: ../../diskdrake/interactive.pm_.c:1055
#, c-format
msgid ", %s sectors"
msgstr ", %s sektorit"
-#: ../../diskdrake_interactive.pm_.c:959
-#, c-format
-msgid "Cylinder %d to cylinder %d\n"
+#: ../../diskdrake/interactive.pm_.c:1057
+#, fuzzy, c-format
+msgid "Cylinder %d to %d\n"
msgstr "Silindrid %d kuni %d\n"
-#: ../../diskdrake_interactive.pm_.c:960
+#: ../../diskdrake/interactive.pm_.c:1058
msgid "Formatted\n"
msgstr "Vormindatud\n"
-#: ../../diskdrake_interactive.pm_.c:961
+#: ../../diskdrake/interactive.pm_.c:1059
msgid "Not formatted\n"
msgstr "Vormindamata\n"
-#: ../../diskdrake_interactive.pm_.c:962
+#: ../../diskdrake/interactive.pm_.c:1060
msgid "Mounted\n"
msgstr "hendatud\n"
-#: ../../diskdrake_interactive.pm_.c:963
+#: ../../diskdrake/interactive.pm_.c:1061
#, c-format
msgid "RAID md%s\n"
msgstr "RAID md%s\n"
-#: ../../diskdrake_interactive.pm_.c:965
+#: ../../diskdrake/interactive.pm_.c:1063
#, fuzzy, c-format
msgid ""
"Loopback file(s):\n"
" %s\n"
msgstr "loopback fail(id): %s\n"
-#: ../../diskdrake_interactive.pm_.c:966
+#: ../../diskdrake/interactive.pm_.c:1064
msgid ""
"Partition booted by default\n"
" (for MS-DOS boot, not for lilo)\n"
@@ -1881,27 +2096,27 @@ msgstr ""
"Partitsioonilt toimub alglaadimine\n"
" (MS-DOS-i, mitte lilo jaoks)\n"
-#: ../../diskdrake_interactive.pm_.c:968
+#: ../../diskdrake/interactive.pm_.c:1066
#, c-format
msgid "Level %s\n"
msgstr "Tase %s\n"
-#: ../../diskdrake_interactive.pm_.c:969
+#: ../../diskdrake/interactive.pm_.c:1067
#, c-format
msgid "Chunk size %s\n"
msgstr "hiku suurus %s\n"
-#: ../../diskdrake_interactive.pm_.c:970
+#: ../../diskdrake/interactive.pm_.c:1068
#, c-format
msgid "RAID-disks %s\n"
msgstr "RAID-kettad %s\n"
-#: ../../diskdrake_interactive.pm_.c:972
+#: ../../diskdrake/interactive.pm_.c:1070
#, c-format
msgid "Loopback file name: %s"
msgstr "loopback faili nimi: %s"
-#: ../../diskdrake_interactive.pm_.c:975
+#: ../../diskdrake/interactive.pm_.c:1073
msgid ""
"\n"
"Chances are, this partition is\n"
@@ -1913,7 +2128,7 @@ msgstr ""
"juhtpartitsiooniga, parem oleks\n"
"seda mitte puutuda.\n"
-#: ../../diskdrake_interactive.pm_.c:978
+#: ../../diskdrake/interactive.pm_.c:1076
msgid ""
"\n"
"This special Bootstrap\n"
@@ -1926,65 +2141,104 @@ msgstr ""
"vimaldab mitme operratsioonissteemi\n"
"laadimist.\n"
-#: ../../diskdrake_interactive.pm_.c:997
+#: ../../diskdrake/interactive.pm_.c:1095
#, c-format
msgid "Size: %s\n"
msgstr "Suurus: %s\n"
-#: ../../diskdrake_interactive.pm_.c:998
+#: ../../diskdrake/interactive.pm_.c:1096
#, c-format
msgid "Geometry: %s cylinders, %s heads, %s sectors\n"
msgstr "Geomeetria: %s silindrit, %s pead, %s sektorit\n"
-#: ../../diskdrake_interactive.pm_.c:999
+#: ../../diskdrake/interactive.pm_.c:1097
msgid "Info: "
msgstr "Info: "
-#: ../../diskdrake_interactive.pm_.c:1000
+#: ../../diskdrake/interactive.pm_.c:1098
#, c-format
msgid "LVM-disks %s\n"
msgstr "LVM-kettad %s\n"
-#: ../../diskdrake_interactive.pm_.c:1001
+#: ../../diskdrake/interactive.pm_.c:1099
#, c-format
msgid "Partition table type: %s\n"
msgstr "Partitsioonitabeli tp: %s\n"
-#: ../../diskdrake_interactive.pm_.c:1002
+#: ../../diskdrake/interactive.pm_.c:1100
#, c-format
msgid "on bus %d id %d\n"
msgstr "siinil %d id %d\n"
-#: ../../diskdrake_interactive.pm_.c:1016
+#: ../../diskdrake/interactive.pm_.c:1114
#, c-format
msgid "Options: %s"
msgstr "Eelistused: %s"
-#: ../../fs.pm_.c:447 ../../fs.pm_.c:457 ../../fs.pm_.c:461 ../../fs.pm_.c:465
-#: ../../fs.pm_.c:469 ../../fs.pm_.c:473
+#: ../../diskdrake/interactive.pm_.c:1130
+#, fuzzy
+msgid "Filesystem encryption key"
+msgstr "Failissteemi tp: "
+
+#: ../../diskdrake/interactive.pm_.c:1131
+msgid "Choose your filesystem encryption key"
+msgstr ""
+
+#: ../../diskdrake/interactive.pm_.c:1134
+#, fuzzy, c-format
+msgid "This encryption key is too simple (must be at least %d characters long)"
+msgstr "Salasna on liiga lihtne (peaks olema vhemalt %d themrki)"
+
+#: ../../diskdrake/interactive.pm_.c:1135
+#, fuzzy
+msgid "The encryption keys do not match"
+msgstr "Salasnad ei klapi"
+
+#: ../../diskdrake/interactive.pm_.c:1138
+msgid "Encryption key"
+msgstr ""
+
+#: ../../diskdrake/interactive.pm_.c:1139
+msgid "Encryption key (again)"
+msgstr ""
+
+#: ../../diskdrake/removable.pm_.c:47
+#, fuzzy
+msgid "Change type"
+msgstr "Muuda partitsiooni tp"
+
+#: ../../diskdrake/removable_gtk.pm_.c:28
+#, fuzzy
+msgid "Please click on a media"
+msgstr "Palun valige partitsioon"
+
+#: ../../diskdrake/smbnfs_gtk.pm_.c:165
+#, fuzzy
+msgid "Search servers"
+msgstr "Nimeserver"
+
+#: ../../fs.pm_.c:485 ../../fs.pm_.c:495 ../../fs.pm_.c:499 ../../fs.pm_.c:503
+#: ../../fs.pm_.c:507 ../../fs.pm_.c:511
#, c-format
msgid "%s formatting of %s failed"
msgstr "%s vormindamine seadmel %s ebannestus"
-#: ../../fs.pm_.c:506
+#: ../../fs.pm_.c:548
#, c-format
msgid "I don't know how to format %s in type %s"
msgstr "Ei oska seadet %s vormindada tpi %s"
-#: ../../fs.pm_.c:568
-msgid "mount failed"
-msgstr "hendamine ebannestus"
+#: ../../fs.pm_.c:620 ../../fs.pm_.c:649 ../../fs.pm_.c:655
+#, c-format
+msgid "mounting partition %s in directory %s failed"
+msgstr ""
-#: ../../fs.pm_.c:588
+#: ../../fs.pm_.c:640
#, c-format
msgid "fsck failed with exit code %d or signal %d"
msgstr ""
-#: ../../fs.pm_.c:597 ../../fs.pm_.c:603 ../../partition_table.pm_.c:560
-msgid "mount failed: "
-msgstr "hendamine ebannestus: "
-
-#: ../../fs.pm_.c:618 ../../partition_table.pm_.c:556
+#: ../../fs.pm_.c:670 ../../partition_table.pm_.c:596
#, c-format
msgid "error unmounting %s: %s"
msgstr "viga %s lahti hendamisel: %s"
@@ -1993,47 +2247,65 @@ msgstr "viga %s lahti hendamisel: %s"
msgid "simple"
msgstr "lihtne"
+#: ../../fsedit.pm_.c:25
+msgid "with /usr"
+msgstr ""
+
#: ../../fsedit.pm_.c:30
msgid "server"
msgstr "server"
-#: ../../fsedit.pm_.c:461
+#: ../../fsedit.pm_.c:467
msgid "You can't use JFS for partitions smaller than 16MB"
msgstr "JFS ei ole kasutatav alla 16MB partisioonidel"
-#: ../../fsedit.pm_.c:462
+#: ../../fsedit.pm_.c:468
msgid "You can't use ReiserFS for partitions smaller than 32MB"
msgstr "ReiserFS ei ole kasutatav alla 32MB partisioonidel"
-#: ../../fsedit.pm_.c:471
+#: ../../fsedit.pm_.c:477
msgid "Mount points must begin with a leading /"
msgstr "henduspunktid peavad algama kaldkriipsuga (/)"
# c-format
-#: ../../fsedit.pm_.c:472
+#: ../../fsedit.pm_.c:478
#, c-format
msgid "There is already a partition with mount point %s\n"
msgstr "henduspunktile %s on juba ks partitsioon mratud\n"
-#: ../../fsedit.pm_.c:476
+#: ../../fsedit.pm_.c:482
#, c-format
msgid "You can't use a LVM Logical Volume for mount point %s"
msgstr "Te ei saa henduspunkti %s jaoks LVM loogilist ketast kasutada"
-#: ../../fsedit.pm_.c:478
+#: ../../fsedit.pm_.c:484
msgid "This directory should remain within the root filesystem"
msgstr "See kataloog peab jma kokku juurfailissteemiga"
-#: ../../fsedit.pm_.c:480
+#: ../../fsedit.pm_.c:486
msgid "You need a true filesystem (ext2, reiserfs) for this mount point\n"
msgstr "See henduspunkt vajab telist (ext2, reiserfs) failissteemi\n"
-#: ../../fsedit.pm_.c:596
+#: ../../fsedit.pm_.c:488
+#, fuzzy, c-format
+msgid "You can't use an encrypted file system for mount point %s"
+msgstr "Te ei saa henduspunkti %s jaoks LVM loogilist ketast kasutada"
+
+#: ../../fsedit.pm_.c:546
+#, fuzzy
+msgid "Not enough free space for auto-allocating"
+msgstr "Ei ole piisavalt ruumi automaatpaigutuseks"
+
+#: ../../fsedit.pm_.c:548
+msgid "Nothing to do"
+msgstr ""
+
+#: ../../fsedit.pm_.c:612
#, c-format
msgid "Error opening %s for writing: %s"
msgstr "Seadme %s avamine kirjutamiseks ebannestus: %s"
-#: ../../fsedit.pm_.c:681
+#: ../../fsedit.pm_.c:697
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"
@@ -2041,7 +2313,7 @@ msgstr ""
"Tekkis viga: failissteemi loomiseks ei leitud htki seadet. Palun\n"
"kontrollige oma riistvara."
-#: ../../fsedit.pm_.c:704
+#: ../../fsedit.pm_.c:720
msgid "You don't have any partitions!"
msgstr "Teil ei ole htki partitsiooni!"
@@ -2058,14 +2330,14 @@ msgid ""
"system would not work any more. If you make a serious mistake as a regular\n"
"user, you may only lose some information, but not the entire system.\n"
"\n"
-"First, you have to enter your real name. This is not mandatory, of course -\n"
+"First, you have to enter your real name. This is not mandatory, of course\n"
"as you can actually enter whatever you want. DrakX will then take the first\n"
"word you have entered in the box and will bring it over to the \"User\n"
-"name\". This is the name this particular user will use to log into the\n"
+"name\". This is the name this particular user will use to log onto the\n"
"system. You can change it. You then have to enter a password here. A\n"
-"non-privileged (regular) user's password is not as crucial as that of\n"
-"\"root\" from a security point of view, but that is no reason to neglect it\n"
-"- after all, your files are at risk.\n"
+"non-privileged (regular) user's password is not as crucial as \"root\"' one\n"
+"from a security point of view, but that is no reason to neglect it: after\n"
+"all, your files are at risk.\n"
"\n"
"If you click on \"Accept user\", you can then add as many as you want. Add\n"
"a user for each one of your friends: your father or your sister, for\n"
@@ -2080,7 +2352,7 @@ msgstr ""
msgid ""
"Listed above are the existing Linux partitions detected on your hard drive.\n"
"You can keep the choices made by the wizard, they are good for most common\n"
-"installs. If you make any changes, you must at least define a root\n"
+"installations. If you make any changes, you must at least define a root\n"
"partition (\"/\"). Do not choose too small a partition or you will not be\n"
"able to install enough software. If you want to store your data on a\n"
"separate partition, you will also need to create a partition for \"/home\"\n"
@@ -2097,11 +2369,11 @@ msgid ""
"\"Hard drive number\" is always a letter after \"hd\" or \"sd\". For IDE\n"
"hard drives:\n"
"\n"
-" * \"a\" means \"master hard drive on the primary IDE controller\",\n"
+" * \"a\" means \"master hard drive on the primary IDE controller\";\n"
"\n"
-" * \"b\" means \"slave hard drive on the primary IDE controller\",\n"
+" * \"b\" means \"slave hard drive on the primary IDE controller\";\n"
"\n"
-" * \"c\" means \"master hard drive on the secondary IDE controller\",\n"
+" * \"c\" means \"master hard drive on the secondary IDE controller\";\n"
"\n"
" * \"d\" means \"slave hard drive on the secondary IDE controller\".\n"
"\n"
@@ -2141,8 +2413,8 @@ msgstr ""
#: ../../help.pm_.c:72
msgid ""
-"The Mandrake Linux installation is spread out over several CDROMs. DrakX\n"
-"knows if a selected package is located on another CDROM and will eject the\n"
+"The Mandrake Linux installation is spread out over several CD-ROMs. DrakX\n"
+"knows if a selected package is located on another CD-ROM and will eject the\n"
"current CD and ask you to insert a different one as required."
msgstr ""
@@ -2152,8 +2424,8 @@ msgid ""
"system. There are thousands of packages available for Mandrake Linux, and\n"
"you are not supposed to know them all by heart.\n"
"\n"
-"If you are performing a standard installation from CDROM, you will first be\n"
-"asked to specify the CDs you currently have (in Expert mode only). Check\n"
+"If you are performing a standard installation from a CD-ROM, you will first\n"
+"be asked to specify the CDs you currently have (in Expert mode only). Check\n"
"the CD labels and highlight the boxes corresponding to the CDs you have\n"
"available for installation. Click \"OK\" when you are ready to continue.\n"
"\n"
@@ -2162,49 +2434,61 @@ msgid ""
"\n"
" * \"Workstation\": if you plan to use your machine as a workstation, "
"select\n"
-"one or more of the corresponding groups.\n"
+"one or more of the corresponding groups;\n"
"\n"
-" * \"Development\": if the machine is to be used for programming, choose "
-"the\n"
-"desired group(s).\n"
+" * \"Development\": if your machine is to be used for programming, choose\n"
+"the desired group(s);\n"
"\n"
-" * \"Server\": finally, if the machine is intended to be a server, you will\n"
-"be able to select which of the most common services you wish to see\n"
-"installed on the machine.\n"
+" * \"Server\": if your machine is intended to be a server, you will be able\n"
+"to select which of the most common services you wish to install on your\n"
+"machine;\n"
"\n"
-" * \"Graphical Environment\": this is where you will choose your preferred\n"
-"graphical environment. At least one must be selected if you want to have a\n"
-"graphical workstation!\n"
+" * \"Graphical Environment\": finally, this is where you will choose your\n"
+"preferred graphical environment. At least one must be selected if you want\n"
+"to have a graphical workstation!\n"
"\n"
"Moving the mouse cursor over a group name will display a short explanatory\n"
-"text about that group.\n"
+"text about that group. If you deselect all groups when performing a regular\n"
+"installation (by opposition to an upgrade), a dialog will pop up proposing\n"
+"different options for a minimal installation:\n"
+"\n"
+" * \"With X\": install the fewer packages possible to have a working\n"
+"graphical desktop;\n"
+"\n"
+" * \"With basic documentation\": installs the base system plus basic\n"
+"utilities and their documentation. This installation is suitable for\n"
+"setting up a server;\n"
+"\n"
+" * \"Truly minimal install\": will install the strict minimum necessary to\n"
+"get a working Linux system, in command line only. This installation is\n"
+"about 65Mb large.\n"
"\n"
"You can check the \"Individual package selection\" box, which is useful if\n"
"you are familiar with the packages being offered or if you want to have\n"
"total control over what will be installed.\n"
"\n"
-"If you started the installation in \"Update\" mode, you can unselect all\n"
+"If you started the installation in \"Upgrade\" mode, you can unselect all\n"
"groups to avoid installing any new package. This is useful for repairing or\n"
"updating an existing system."
msgstr ""
-#: ../../help.pm_.c:115
+#: ../../help.pm_.c:128
msgid ""
-"Finally, depending on your choice of whether or not to select individual\n"
-"packages, you will be presented a tree containing all packages classified\n"
-"by groups and subgroups. While browsing the tree, you can select entire\n"
-"groups, subgroups, or individual packages.\n"
+"Finally, depending on whether or not you selected individual packages, you\n"
+"will be presented a tree containing all packages classified by groups and\n"
+"subgroups. While browsing the tree, you can select entire groups,\n"
+"subgroups, or individual packages.\n"
"\n"
"Whenever you select a package on the tree, a description appears on the\n"
"right. When your selection is finished, click the \"Install\" button which\n"
"will then launch the installation process. Depending on the speed of your\n"
"hardware and the number of packages that need to be installed, it may take\n"
-"a while to complete the process. A time to complete estimate is displayed\n"
-"on the screen to help you gauge if there is sufficient time to enjoy a cup\n"
-"of coffee.\n"
+"a while to complete the process. An estimate of the time it will take to\n"
+"install everything is displayed on the screen, to help you gauge if there\n"
+"is sufficient time to enjoy a cup of coffee.\n"
"\n"
-"!! If a server package has been selected either intentionally or because it\n"
-"was part of a whole group, you will be asked to confirm that you really\n"
+"!! If a server package has been selected, either intentionally or because\n"
+"it was part of a whole group, you will be asked to confirm that you really\n"
"want those servers to be installed. Under Mandrake Linux, any installed\n"
"servers are started by default at boot time. Even if they are safe and have\n"
"no known issues at the time the distribution was shipped, it may happen\n"
@@ -2219,37 +2503,38 @@ msgid ""
"occurs because it has determined that it needs to satisfy a dependency with\n"
"another package in order to successfully complete the installation.\n"
"\n"
-"The tiny floppy disc icon at the bottom of the list allows to load the\n"
-"packages list chosen during a previous installation. Clicking on this icon\n"
+"The tiny floppy disk icon at the bottom of the list allows to load the\n"
+"package list chosen during a previous installation. Clicking on this icon\n"
"will ask you to insert a floppy disk previously created at the end of\n"
"another installation. See the second tip of last step on how to create such\n"
"a floppy."
msgstr ""
-#: ../../help.pm_.c:151
+#: ../../help.pm_.c:164
msgid ""
-"If you wish to connect your computer to the Internet or to a local network,\n"
-"please choose the correct option. Please turn on your device before\n"
-"choosing the correct option to let DrakX detect it automatically.\n"
+"You are now proposed to set up your Internet/network connection. If you\n"
+"wish to connect your computer to the Internet or to a local network, click\n"
+"\"OK\". The autodetection of network devices and modem will be launched. If\n"
+"this detection fails, uncheck the \"Use auto detection\" box next time. You\n"
+"may also choose not to configure the network, or do it later; in that case,\n"
+"simply click the \"Cancel\" button.\n"
"\n"
-"Mandrake Linux proposes the configuration of an Internet connection at\n"
-"installation time. Available connections are: traditional modem, ISDN\n"
-"modem, ADSL connection, cable modem, and finally a simple LAN connection\n"
-"(Ethernet).\n"
+"Available connections are: traditional modem, ISDN modem, ADSL connection,\n"
+"cable modem, and finally a simple LAN connection (Ethernet).\n"
"\n"
"Here, we will not detail each configuration. Simply make sure that you have\n"
"all the parameters from your Internet Service Provider or system\n"
"administrator.\n"
"\n"
-"You can consult the manual chapter about Internet connections for details\n"
-"about the configuration, or simply wait until your system is installed and\n"
-"use the program described there to configure your connection.\n"
+"You can consult the ``User Guide'' chapter about Internet connections for\n"
+"details about the configuration, or simply wait until your system is\n"
+"installed and use the program described there to configure your connection.\n"
"\n"
-"If you wish to configure the network later after installation or if you\n"
-"have finished configuring your network connection, click \"Cancel\"."
+"If you wish to configure the network later after installation, or if you\n"
+"are finished configuring your network connection, click \"Cancel\"."
msgstr ""
-#: ../../help.pm_.c:172
+#: ../../help.pm_.c:186
#, fuzzy
msgid ""
"You may now choose which services you wish to start at boot time.\n"
@@ -2262,10 +2547,11 @@ msgid ""
"specific service. However, if you are not sure whether a service is useful\n"
"or not, it is safer to leave the default behavior.\n"
"\n"
-"At this stage, be very careful if you intend to use your machine as a\n"
-"server: you will probably not want to start any services that you do not\n"
+"!! At this stage, be very careful if you intend to use your machine as a\n"
+"server: you will probably not want to start any services which you do not\n"
"need. Please remember that several services can be dangerous if they are\n"
-"enabled on a server. In general, select only the services you really need."
+"enabled on a server. In general, select only the services you really need.\n"
+"!!"
msgstr ""
"Nd saate valida, milliseid teenused peaks ssteemi laadimisel kivitama.\n"
"\n"
@@ -2275,37 +2561,45 @@ msgstr ""
"Kui kavatsete oma ssteemi kasutada serverina, olge eriti thelepanelik:\n"
"tenoliselt ei soovi te kivitada mittevajalikke teenuseid."
-#: ../../help.pm_.c:188
+#: ../../help.pm_.c:203
msgid ""
-"GNU/Linux manages time in GMT (Greenwich Manage Time) and translates it in\n"
-"local time according to the time zone you selected."
+"GNU/Linux manages time in GMT (Greenwich Mean Time) and translates it in\n"
+"local time according to the time zone you selected. It is however possible\n"
+"to deactivate this by deselecting \"Hardware clock set to GMT\" so that the\n"
+"hardware clock is the same as the system clock. This is useful when the\n"
+"machine is hosting another operating system like Windows.\n"
+"\n"
+"The \"Automatic time synchronization\" option will automatically regulate\n"
+"the clock by connecting to a remote time server on the Internet. In the\n"
+"list that is presented, choose a server located near you. Of course you\n"
+"must have a working Internet connection for this feature to work. It will\n"
+"actually install on your machine a time server which can be optionally used\n"
+"by other machines on your local network."
msgstr ""
-"Linuxil on kombeks hoida sisemist kella Greenwichi (GMT) ajas ja muuta\n"
-"vajadusel ssteemi kella vastavalt Teie valitud ajavndile."
-#: ../../help.pm_.c:192
+#: ../../help.pm_.c:217
msgid ""
"X (for X Window System) is the heart of the GNU/Linux graphical interface\n"
-"on which all the graphics environments (KDE, Gnome, AfterStep,\n"
-"WindowMaker...) bundled with Mandrake Linux rely. In this section, DrakX\n"
+"on which all the graphical environments (KDE, GNOME, AfterStep,\n"
+"WindowMaker, etc.) bundled with Mandrake Linux rely. In this section, DrakX\n"
"will try to configure X automatically.\n"
"\n"
"It is extremely rare for it to fail, unless the hardware is very old (or\n"
"very new). If it succeeds, it will start X automatically with the best\n"
-"resolution possible depending on the size of the monitor. A window will\n"
+"resolution possible, depending on the size of the monitor. A window will\n"
"then appear and ask you if you can see it.\n"
"\n"
-"If you are doing an \"Expert\" install, you will enter the X configuration\n"
-"wizard. See the corresponding section of the manual for more information\n"
-"about this wizard.\n"
+"If you are doing an \"Expert\" installation, you will enter the X\n"
+"configuration wizard. See the corresponding section of the manual for more\n"
+"information about this wizard.\n"
"\n"
-"If you can see the message and answer \"Yes\", then DrakX will proceed to\n"
-"the next step. If you cannot see the message, it simply means that the\n"
-"configuration was wrong and the test will automatically end after 10\n"
-"seconds, restoring the screen."
+"If you can see the message during the test, and answer \"Yes\", then DrakX\n"
+"will proceed to the next step. If you cannot see the message, it simply\n"
+"means that the configuration was wrong and the test will automatically end\n"
+"after 10 seconds, restoring the screen."
msgstr ""
-#: ../../help.pm_.c:212
+#: ../../help.pm_.c:237
msgid ""
"The first time you try the X configuration, you may not be very satisfied\n"
"with its display (screen is too small, shifted left or right...). Hence,\n"
@@ -2315,11 +2609,11 @@ msgid ""
"\n"
"As a last resort, if you still cannot get X to work, choose \"Change\n"
"graphics card\", select \"Unlisted card\", and when prompted on which\n"
-"server you want, choose \"FBDev\". This is a failsafe option which works\n"
-"with any modern graphics card. Then choose \"Test again\" to be sure."
+"server, choose \"FBDev\". This is a failsafe option which works with any\n"
+"modern graphics card. Then choose \"Test again\" to be sure."
msgstr ""
-#: ../../help.pm_.c:224
+#: ../../help.pm_.c:249
msgid ""
"Finally, you will be asked whether you want to see the graphical interface\n"
"at boot. Note this question will be asked even if you chose not to test the\n"
@@ -2328,17 +2622,16 @@ msgid ""
"configured."
msgstr ""
-#: ../../help.pm_.c:231
+#: ../../help.pm_.c:256
msgid ""
-"The Mandrake Linux CDROM has a built-in rescue mode. You can access it by\n"
-"booting from the CDROM, press the >>F1<< key at boot and type >>rescue<< at\n"
-"the prompt. But in case your computer cannot boot from the CDROM, you\n"
+"The Mandrake LinuxCD-ROM has a built-in rescue mode. You can access it by\n"
+"booting from the CD-ROM, press the >>F1<< key at boot and type >>rescue<<\n"
+"at the prompt. But in case your computer cannot boot from the CD-ROM, you\n"
"should come back to this step for help in at least two situations:\n"
"\n"
-" * when installing the boot loader, DrakX will rewrite the boot sector "
-"(MBR)\n"
-"of your main disk (unless you are using another boot manager) so that you\n"
-"can start up with either Windows or GNU/Linux (assuming you have Windows in\n"
+" * when installing the bootloader, DrakX will rewrite the boot sector (MBR)\n"
+"of your main disk (unless you are using another boot manager), to allow you\n"
+"to start up with either Windows or GNU/Linux (assuming you have Windows in\n"
"your system). If you need to reinstall Windows, the Microsoft install\n"
"process will rewrite the boot sector, and then you will not be able to\n"
"start GNU/Linux!\n"
@@ -2356,25 +2649,26 @@ msgid ""
"the whole disk."
msgstr ""
-#: ../../help.pm_.c:255
+#: ../../help.pm_.c:280
#, fuzzy
msgid ""
-"At this point you need to choose where on your hard drive to install your\n"
-"Mandrake Linux operating system. If your hard drive is empty or if an\n"
-"existing operating system is using all the space available, you will need\n"
-"to partition it. Basically, partitioning a hard drive consists of logically\n"
-"dividing it to create space to install your new Mandrake Linux system.\n"
+"At this point, you need to choose where you want to install the Mandrake\n"
+"Linux operating system on your hard drive. If your hard drive is empty or\n"
+"if an existing operating system is using all the available space, you will\n"
+"need to partition it. Basically, partitioning a hard drive consists of\n"
+"logically dividing it to create space to install your new Mandrake Linux\n"
+"system.\n"
"\n"
-"Because the effects of the partitioning process are usually irreversible,\n"
+"Because the partitioning process' effects are usually irreversible,\n"
"partitioning can be intimidating and stressful if you are an inexperienced\n"
"user. Fortunately, there is a wizard which simplifies this process. Before\n"
"beginning, please consult the manual and take your time.\n"
"\n"
-"If you are running the install in Expert mode, you will enter DiskDrake,\n"
-"the Mandrake Linux partitioning tool, which allows you to fine-tune your\n"
-"partitions. See the DiskDrake chapter of the manual. From the installation\n"
-"interface, you can use the wizards as described here by clicking the\n"
-"\"Wizard\" button of the dialog.\n"
+"If you are running the installation in Expert mode, you will enter\n"
+"DiskDrake, the Mandrake Linux partitioning tool, which allows you to\n"
+"fine-tune your partitions. See the DiskDrake section in the ``User Guide''.\n"
+"From the installation interface, you can use the wizards as described here\n"
+"by clicking the dialog's \"Wizard\" button.\n"
"\n"
"If partitions have already been defined, either from a previous\n"
"installation or from another partitioning tool, simply select those to\n"
@@ -2385,43 +2679,45 @@ msgid ""
"available:\n"
"\n"
" * \"Use free space\": this option will simply lead to an automatic\n"
-"partitioning of your blank drive(s). You will not be prompted further.\n"
+"partitioning of your blank drive(s). You will not be prompted further;\n"
"\n"
" * \"Use existing partition\": the wizard has detected one or more existing\n"
"Linux partitions on your hard drive. If you want to use them, choose this\n"
-"option.\n"
+"option;\n"
"\n"
-" * \"Use the free space on the Windows partition\": if Microsoft Windows is\n"
+" * \"Use the free space on the Windows; partition\": if MicrosoftWindows is\n"
"installed on your hard drive and takes all the space available on it, you\n"
-"have to create free space for Linux data. To do that, you can delete your\n"
-"Microsoft Windows partition and data (see \"Erase entire disk\" or \"Expert\n"
-"mode\" solutions) or resize your Microsoft Windows partition. Resizing can\n"
-"be performed without the loss of any data. This solution is recommended if\n"
-"you want to use both Mandrake Linux and Microsoft Windows on same computer.\n"
+"have to create free space for Linux data. To do so, you can delete your\n"
+"MicrosoftWindows partition and data (see ``Erase entire disk'' or ``Expert\n"
+"mode'' solutions) or resize your MicrosoftWindows partition. Resizing can\n"
+"be performed without the loss of any data, provided you previously\n"
+"defragment the Windows partition. Backing up your data won't hurt either..\n"
+"This solution is recommended if you want to use both Mandrake Linux and\n"
+"MicrosoftWindows on the same computer.\n"
"\n"
" Before choosing this option, please understand that after this "
"procedure,\n"
-"the size of your Microsoft Windows partition will be smaller than at the\n"
-"present time. You will have less free space under Microsoft Windows to\n"
-"store your data or to install new software.\n"
+"the size of your MicrosoftWindows partition will be smaller than at the\n"
+"present time. You will have less free space under MicrosoftWindows to store\n"
+"your data or to install new software;\n"
"\n"
" * \"Erase entire disk\": if you want to delete all data and all partitions\n"
"present on your hard drive and replace them with your new Mandrake Linux\n"
"system, choose this option. Be careful with this solution because you will\n"
-"not be able to revert your choice after confirmation.\n"
+"not be able to revert your choice after you confirm;\n"
"\n"
" !! If you choose this option, all data on your disk will be lost. !!\n"
"\n"
" * \"Remove Windows\": this will simply erase everything on the drive and\n"
"begin fresh, partitioning everything from scratch. All data on your disk\n"
-"will be lost.\n"
+"will be lost;\n"
"\n"
" !! If you choose this option, all data on your disk will be lost. !!\n"
"\n"
" * \"Expert mode\": choose this option if you want to manually partition\n"
-"your hard drive. Be careful - it is a powerful but dangerous choice. You\n"
-"can very easily lose all your data. Hence, do not choose this unless you\n"
-"know what you are doing."
+"your hard drive. Be careful it is a powerful but dangerous choice. You can\n"
+"very easily lose all your data. Hence, do not choose this unless you know\n"
+"what you are doing."
msgstr ""
"Olete judnud punkti, kus peate otsustama, kuhu tpselt Mandrake Linux oma\n"
"kvakettal paigaldada. Kui kvaketas on thi vi kui mni muu \n"
@@ -2468,7 +2764,7 @@ msgstr ""
" aga ka kige rohkem ohtusid! rge valige seda, kui Te tpselt ei tea, mida "
"teete."
-#: ../../help.pm_.c:319
+#: ../../help.pm_.c:347
msgid ""
"There you are. Installation is now complete and your GNU/Linux system is\n"
"ready to use. Just click \"OK\" to reboot the system. You can start\n"
@@ -2483,29 +2779,30 @@ msgid ""
"\n"
" Note that two different options are available after clicking the button:\n"
"\n"
-" * \"Replay\". This is a partially automated install as the partitioning\n"
-"step (and only this one) remains interactive.\n"
+" * \"Replay\". This is a partially automated installation as the\n"
+"partitioning step (and only this one) remains interactive;\n"
"\n"
-" * \"Automated\". Fully automated install: the hard disk is completely\n"
+" * \"Automated\". Fully automated installation: the hard disk is "
+"completely\n"
"rewritten, all data is lost.\n"
"\n"
" This feature is very handy when installing a great number of similar\n"
-"machines. See the Auto install section at our web site.\n"
+"machines. See the Auto install section on our web site;\n"
"\n"
-" * \"Save packages selection\"(*): saves the packages selection as made\n"
+" * \"Save packages selection\"(*): saves the package selection as done\n"
"previously. Then, when doing another installation, insert the floppy inside\n"
-"the driver and run the installation going to the help screen by pressing on\n"
+"the drive and run the installation going to the help screen by pressing on\n"
"the [F1] key, and by issuing >>linux defcfg=\"floppy\"<<.\n"
"\n"
"(*) You need a FAT-formatted floppy (to create one under GNU/Linux, type\n"
"\"mformat a:\")"
msgstr ""
-#: ../../help.pm_.c:350
+#: ../../help.pm_.c:378
#, fuzzy
msgid ""
"Any partitions that have been newly defined must be formatted for use\n"
-"(formatting means creating a file system).\n"
+"(formatting means creating a filesystem).\n"
"\n"
"At this time, you may wish to reformat some already existing partitions to\n"
"erase any data they contain. If you wish to do that, please select those\n"
@@ -2519,7 +2816,7 @@ msgid ""
"\n"
"Please be careful when selecting partitions. After formatting, all data on\n"
"the selected partitions will be deleted and you will not be able to recover\n"
-"any of them.\n"
+"any of it.\n"
"\n"
"Click on \"OK\" when you are ready to format partitions.\n"
"\n"
@@ -2527,7 +2824,7 @@ msgid ""
"Mandrake Linux operating system installation.\n"
"\n"
"Click on \"Advanced\" if you wish to select partitions that will be checked\n"
-"for bad blocks on the disc."
+"for bad blocks on the disk."
msgstr ""
"Kik vrskelt loodud partitsioonid tuleb enne kasutamist vormindada\n"
"ehk sinna tuleb luua failissteemid.\n"
@@ -2546,7 +2843,7 @@ msgstr ""
"\n"
"Klikkige \"OK\", kui olete vormindamiseks valmis."
-#: ../../help.pm_.c:376
+#: ../../help.pm_.c:404
#, fuzzy
msgid ""
"Your new Mandrake Linux operating system is currently being installed.\n"
@@ -2563,71 +2860,100 @@ msgstr ""
"\n"
"Palun veidi kannatlikkust."
-#: ../../help.pm_.c:384
+#: ../../help.pm_.c:412
+msgid ""
+"At the time you are installing Mandrake Linux, it is likely that some\n"
+"packages have been updated since the initial release. Some bugs may have\n"
+"been fixed, and security issues solved. To allow you to benefit from these\n"
+"updates, you are now proposed to download them from the Internet. Choose\n"
+"\"Yes\" if you have a working Internet connection, or \"No\" if you prefer\n"
+"to install updated packages later.\n"
+"\n"
+"Choosing \"Yes\" displays a list of places from which updates can be\n"
+"retrieved. Choose the one nearest you. Then a package-selection tree\n"
+"appears: review the selection, and press \"Install\" to retrieve and\n"
+"install the selected package(s), or \"Cancel\" to abort."
+msgstr ""
+
+#: ../../help.pm_.c:425
msgid ""
-"Before continuing you should read carefully the terms of the license. It\n"
+"Before continuing, you should read carefully the terms of the license. It\n"
"covers the whole Mandrake Linux distribution, and if you do not agree with\n"
"all the terms in it, click on the \"Refuse\" button which will immediately\n"
-"terminate the installation. To continue with the installation, click the\n"
+"terminate the installation. To continue with the installation, click on the\n"
"\"Accept\" button."
msgstr ""
-#: ../../help.pm_.c:391
+#: ../../help.pm_.c:432
msgid ""
"At this point, it is time to choose the security level desired for the\n"
"machine. As a rule of thumb, the more exposed the machine is, and the more\n"
"the data stored in it is crucial, the higher the security level should be.\n"
-"However, a higher security level is generally obtained at the expenses of\n"
-"easiness of use. Refer to the MSEC chapter of the ``Reference Manual'' to\n"
-"get more information about the meaning of these levels.\n"
+"However, a higher security level is generally obtained at the expense of\n"
+"easiness of use. Refer to the \"msec\" chapter of the ``Reference Manual''\n"
+"to get more information about the meaning of these levels.\n"
"\n"
"If you do not know what to choose, keep the default option."
msgstr ""
-#: ../../help.pm_.c:401
+#: ../../help.pm_.c:442
#, fuzzy
msgid ""
-"At this point, you need to choose what partition(s) will be used for the\n"
-"installation of your Mandrake Linux system. If partitions have been already\n"
+"At this point, you need to choose which partition(s) will be used for the\n"
+"installation of your Mandrake Linux system. If partitions have already been\n"
"defined, either from a previous installation of GNU/Linux or from another\n"
-"partitioning tool, you can use existing partitions. Otherwise hard drive\n"
+"partitioning tool, you can use existing partitions. Otherwise, hard drive\n"
"partitions must be defined.\n"
"\n"
"To create partitions, you must first select a hard drive. You can select\n"
-"the disk for partitioning by clicking on \"hda\" for the first IDE drive,\n"
-"\"hdb\" for the second, \"sda\" for the first SCSI drive and so on.\n"
+"the disk for partitioning by clicking on ``hda'' for the first IDE drive,\n"
+"``hdb'' for the second, ``sda'' for the first SCSI drive and so on.\n"
"\n"
"To partition the selected hard drive, you can use these options:\n"
"\n"
" * \"Clear all\": this option deletes all partitions on the selected hard\n"
-"drive.\n"
+"drive;\n"
"\n"
-" * \"Auto allocate\": this option allows you to automatically create Ext2\n"
-"and swap partitions in free space of your hard drive.\n"
+" * \"Auto allocate\": this option enables to automatically create \"Ext2\"\n"
+"and swap partitions in free space of your hard drive;\n"
"\n"
-" * \"Rescue partition table\": if your partition table is damaged, you can\n"
+" * \"More\": gives access to additional features:\n"
+"\n"
+" * \"Save partition table\": saves the partition table to a floppy. "
+"Useful\n"
+"for later partition-table recovery if necessary. It is strongly recommended\n"
+"to perform this step;\n"
+"\n"
+" * \"Restore partition table\": allows to restore a previously saved\n"
+"partition table from floppy disk;\n"
+"\n"
+" * \"Rescue partition table\": if your partition table is damaged, you "
+"can\n"
"try to recover it using this option. Please be careful and remember that it\n"
-"can fail.\n"
+"can fail;\n"
"\n"
-" * \"Undo\": use this option to cancel your changes.\n"
+" * \"Reload partition table\": discards all changes and loads your "
+"initial\n"
+"partition table;\n"
"\n"
-" * \"Reload\": you can use this option if you wish to undo all changes and\n"
-"load your initial partitions table.\n"
+" * \"Removable media automounting\": unchecking this option will force "
+"users\n"
+"to manually mount and unmount removable medias such as floppies and\n"
+"CD-ROMs.\n"
"\n"
" * \"Wizard\": use this option if you wish to use a wizard to partition "
"your\n"
"hard drive. This is recommended if you do not have a good knowledge of\n"
-"partitioning.\n"
+"partitioning;\n"
"\n"
-" * \"Restore from floppy\": this option will allow you to restore a\n"
-"previously saved partition table from floppy disk.\n"
+" * \"Undo\": use this option to cancel your changes;\n"
"\n"
-" * \"Save to floppy\": saves the partition table to a floppy. Useful for\n"
-"later partition-table recovery if necessary. It is strongly recommended to\n"
-"perform this step.\n"
+" * \"Toggle to normal/expert mode\": allows additional actions on "
+"partitions\n"
+"(type, options, format) and gives more information;\n"
"\n"
-" * \"Done\": when you have finished partitioning your hard drive, this will\n"
-"save your changes back to disc.\n"
+" * \"Done\": when you are finished partitioning your hard drive, this will\n"
+"save your changes back to disk.\n"
"\n"
"Note: you can reach any option using the keyboard. Navigate through the\n"
"partitions using [Tab] and [Up/Down] arrows.\n"
@@ -2640,9 +2966,12 @@ msgid ""
"\n"
" * Ctrl-m to set the mount point.\n"
"\n"
+"To get information about the different filesystem types available, please\n"
+"read the ext2fs chapter from the ``Reference Manual''.\n"
+"\n"
"If you are installing on a PPC machine, you will want to create a small HFS\n"
-"\"bootstrap\" partition of at least 1MB which will be used by the yaboot\n"
-"boot loader. If you opt to make the partition a bit larger, say 50MB, you\n"
+"``bootstrap'' partition of at least 1MB, which will be used by the yaboot\n"
+"bootloader. If you opt to make the partition a bit larger, say 50MB, you\n"
"may find it a useful place to store a spare kernel and ramdisk images for\n"
"emergency boot situations."
msgstr ""
@@ -2705,11 +3034,11 @@ msgstr ""
"\n"
" * Ctrl-m henduspunkti seadmine"
-#: ../../help.pm_.c:460
+#: ../../help.pm_.c:513
#, fuzzy
msgid ""
-"More than one Microsoft Windows partition has been detected on your hard\n"
-"drive. Please choose the one you want resize in order to install your new\n"
+"More than one Microsoft partition has been detected on your hard drive.\n"
+"Please choose the one you want to resize in order to install your new\n"
"Mandrake Linux operating system.\n"
"\n"
"Each partition is listed as follows: \"Linux name\", \"Windows name\"\n"
@@ -2724,11 +3053,11 @@ msgid ""
"\"Hard drive number\" is always a letter after \"hd\" or \"sd\". With IDE\n"
"hard drives:\n"
"\n"
-" * \"a\" means \"master hard drive on the primary IDE controller\",\n"
+" * \"a\" means \"master hard drive on the primary IDE controller\";\n"
"\n"
-" * \"b\" means \"slave hard drive on the primary IDE controller\",\n"
+" * \"b\" means \"slave hard drive on the primary IDE controller\";\n"
"\n"
-" * \"c\" means \"master hard drive on the secondary IDE controller\",\n"
+" * \"c\" means \"master hard drive on the secondary IDE controller\";\n"
"\n"
" * \"d\" means \"slave hard drive on the secondary IDE controller\".\n"
"\n"
@@ -2769,38 +3098,48 @@ msgstr ""
"\"Nimi Windowsis\" on tht, millega Microsoft Windows vastavat seadet\n"
"thistab."
-#: ../../help.pm_.c:491
+#: ../../help.pm_.c:544
msgid "Please be patient. This operation can take several minutes."
msgstr "Palun natuke kannatust. Selleks vib kuluda mnigi minut."
-#: ../../help.pm_.c:494
+#: ../../help.pm_.c:547
#, fuzzy
msgid ""
"DrakX now needs to know if you want to perform a default (\"Recommended\")\n"
-"installation or if you want to have greater control (\"Expert\"). You also\n"
-"have the choice of performing a new install or an upgrade of an existing\n"
-"Mandrake Linux system. Clicking \"Install\" will completely wipe out the\n"
-"old system. Select \"Upgrade\" if you are upgrading or repairing an\n"
-"existing system.\n"
-"\n"
-"Please choose \"Install\" if there are no previous version of Mandrake\n"
-"Linux installed or if you wish to boot between various operating systems.\n"
+"installation or if you want to have greater control (\"Expert\"). You can\n"
+"also choose to do a new install or an upgrade of an existing Mandrake Linux\n"
+"system:\n"
+"\n"
+" * \"Install\": completely wipes out the old system. In fact, depending on\n"
+"what currently holds your machine, you will be able to keep some old (Linux\n"
+"or other) partitions unchanged;\n"
+"\n"
+" * \"Upgrade\": this installation class allows to simply update the "
+"packages\n"
+"currently installed on your Mandrake Linux system. It keeps the current\n"
+"partitions of your hard drives as well as user configurations. All other\n"
+"configuration steps remain available with respect to plain installation;\n"
+"\n"
+" * \"Upgrade Packages Only\": this brand new class allows to upgrade an\n"
+"existing Mandrake Linux system while keeping all system configurations\n"
+"unchanged. Adding new packages to the current installation is also\n"
+"possible.\n"
"\n"
-"Please choose \"Update\" if you wish to update or repair an already\n"
-"installed version of Mandrake Linux.\n"
+"Upgrades should work fine for Mandrake Linux systems starting from \"8.1\"\n"
+"release.\n"
"\n"
-"Depending on your knowledge of GNU/Linux, please choose one of the\n"
-"following to install or update your Mandrake Linux operating system:\n"
+"Depending on your knowledge of GNU/Linux, select one of the following\n"
+"choices:\n"
"\n"
" * Recommended: choose this if you have never installed a GNU/Linux\n"
"operating system. The installation will be very easy and you will only be\n"
-"asked a few questions.\n"
+"asked a few questions;\n"
"\n"
" * Expert: if you have a good knowledge of GNU/Linux, you can choose this\n"
"installation class. The expert installation will allow you to perform a\n"
-"highly customized installation. Answering some of the questions can be\n"
-"difficult if you do not have a good knowledge of GNU/Linux so do not choose\n"
-"this unless you know what you are doing."
+"highly-customized installation. Answering some of the questions can be\n"
+"difficult if you do not have a good knowledge of GNU/Linux, so do not\n"
+"choose this unless you know what you are doing."
msgstr ""
"Palun valige \"Installimine\" kui Teie arvutis ei ole varasemat Mandrake "
"Linux\n"
@@ -2827,10 +3166,10 @@ msgstr ""
" ssteemi, mis sobiks nagu valatult Teie tpsete ootustega.\n"
" Aga palun, palun: RGE VALIGE SEDA, KUI TE TPSELT EI TEA, MIDA TEETE!"
-#: ../../help.pm_.c:521
+#: ../../help.pm_.c:583
msgid ""
"Normally, DrakX selects the right keyboard for you (depending on the\n"
-"language you have chosen) and you will not even see this step. However, you\n"
+"language you have chosen) and you won't even see this step. However, you\n"
"might not have a keyboard that corresponds exactly to your language: for\n"
"example, if you are an English speaking Swiss person, you may still want\n"
"your keyboard to be a Swiss keyboard. Or if you speak English but are\n"
@@ -2842,7 +3181,7 @@ msgid ""
"supported keyboards."
msgstr ""
-#: ../../help.pm_.c:534
+#: ../../help.pm_.c:596
msgid ""
"Please choose your preferred language for installation and system usage.\n"
"\n"
@@ -2851,53 +3190,54 @@ msgid ""
"will install the language-specific files for system documentation and\n"
"applications. For example, if you will host users from Spain on your\n"
"machine, select English as the main language in the tree view and in the\n"
-"Advanced section click on the grey star corresponding to \"Spanish|Spain\".\n"
+"Advanced section click on the box corresponding to \"Spanish|Spain\".\n"
"\n"
"Note that multiple languages may be installed. Once you have selected any\n"
-"additional locales click the \"OK\" button to continue."
+"additional locales, click the \"OK\" button to continue."
msgstr ""
-#: ../../help.pm_.c:547
+#: ../../help.pm_.c:609
msgid ""
-"By default, DrakX assumes you have a two-button mouse and will set it up\n"
-"for third-button emulation. DrakX will automatically know whether it is a\n"
-"PS/2, serial or USB mouse.\n"
+"DrakX generally detects the number of buttons your mouse has. If not, it\n"
+"assumes you have a two-button mouse and will set it up for third-button\n"
+"emulation. DrakX will automatically know whether it is a PS/2, serial or\n"
+"USB mouse.\n"
"\n"
"If you wish to specify a different type of mouse select the appropriate\n"
-"type from the list provided.\n"
+"type from the provided list.\n"
"\n"
-"If you choose a mouse other than the default you will be presented with a\n"
-"mouse test screen. Use the buttons and wheel to verify that the settings\n"
-"are good. If the mouse is not working correctly press the space bar or\n"
-"RETURN to \"Cancel\" and choose again."
+"If you choose a mouse other than the default, a test screen will be\n"
+"displayed. Use the buttons and wheel to verify that the settings are\n"
+"correct. If the mouse is not working well, press the space bar or [Return]\n"
+"to \"Cancel\" and choose again."
msgstr ""
-#: ../../help.pm_.c:560
+#: ../../help.pm_.c:623
#, fuzzy
msgid ""
-"Please select the correct port. For example, the COM1 port under MS Windows\n"
-"is named ttyS0 under GNU/Linux."
+"Please select the correct port. For example, the \"COM1\" port under\n"
+"Windows is named \"ttyS0\" under GNU/Linux."
msgstr ""
"Palun valige ige port. Niteks MS Windows-i COM1 kannab GNU/Linuxis\n"
"nime ttyS0."
-#: ../../help.pm_.c:564
+#: ../../help.pm_.c:627
msgid ""
"This is the most crucial decision point for the security of your GNU/Linux\n"
"system: you have to enter the \"root\" password. \"root\" is the system\n"
"administrator and is the only one authorized to make updates, add users,\n"
"change the overall system configuration, and so on. In short, \"root\" can\n"
"do everything! That is why you must choose a password that is difficult to\n"
-"guess - DrakX will tell you if it is too easy. As you can see, you can\n"
-"choose not to enter a password, but we strongly advise you against this if\n"
-"only for one reason: do not think that because you booted GNU/Linux that\n"
-"your other operating systems are safe from mistakes. Since \"root\" can\n"
-"overcome all limitations and unintentionally erase all data on partitions\n"
-"by carelessly accessing the partitions themselves, it is important for it\n"
-"to be difficult to become \"root\".\n"
+"guess DrakX will tell you if it is too easy. As you can see, you can choose\n"
+"not to enter a password, but we strongly advise you against this if only\n"
+"for one reason: do not think that because you booted GNU/Linux that your\n"
+"other operating systems are safe from mistakes. Since \"root\" can overcome\n"
+"all limitations and unintentionally erase all data on partitions by\n"
+"carelessly accessing the partitions themselves, it is important for it to\n"
+"be difficult to become \"root\".\n"
"\n"
"The password should be a mixture of alphanumeric characters and at least 8\n"
-"characters long. Never write down the \"root\" password - it makes it too\n"
+"characters long. Never write down the \"root\" password it makes it too\n"
"easy to compromise a system.\n"
"\n"
"However, please do not make the password too long or complicated because\n"
@@ -2906,12 +3246,12 @@ msgid ""
"The password will not be displayed on screen as you type it in. Hence, you\n"
"will have to type the password twice to reduce the chance of a typing\n"
"error. If you do happen to make the same typing error twice, this\n"
-"\"incorrect\" password will have to be used the first time you connect.\n"
+"``incorrect'' password will have to be used the first time you connect.\n"
"\n"
-"In expert mode, you will be asked if you will be connecting to an\n"
+"In Expert mode, you will be asked if you will be connecting to an\n"
"authentication server, like NIS or LDAP.\n"
"\n"
-"If your network uses LDAP (or NIS) protocol for authentication, select\n"
+"If your network uses the LDAP (or NIS) protocol for authentication, select\n"
"\"LDAP\" (or \"NIS\") as authentication. If you do not know, ask your\n"
"network administrator.\n"
"\n"
@@ -2919,61 +3259,61 @@ msgid ""
"want to choose \"Local files\" for authentication."
msgstr ""
-#: ../../help.pm_.c:600
+#: ../../help.pm_.c:663
msgid ""
-"LILO and GRUB are boot loaders for GNU/Linux. This stage, normally, is\n"
-"totally automated. In fact, DrakX analyzes the disk boot sector and acts\n"
+"LILO and grub are GNU/Linux bootloaders. This stage, normally, is totally\n"
+"automated. In fact, DrakX analyzes the disk boot sector and acts\n"
"accordingly, depending on what it finds here:\n"
"\n"
-" * if Windows boot sector is found, it will replace it with a GRUB/LILO "
-"boot\n"
-"sector. Hence, you will be able to load either GNU/Linux or another OS;\n"
+" * if a Windows boot sector is found, it will replace it with a grub/LILO\n"
+"boot sector. Hence, you will be able to load either GNU/Linux or another\n"
+"OS;\n"
"\n"
-" * if a GRUB or LILO boot sector is found, it will replace it with a new\n"
-"one;\n"
+" * if a grub or LILO boot sector is found, it will replace it with a new\n"
+"one.\n"
"\n"
"If in doubt, DrakX will display a dialog with various options.\n"
"\n"
-" * \"Boot loader to use\": you have three choices:\n"
+" * \"Bootloader to use\": you have three choices:\n"
+"\n"
+" * \"GRUB\": if you prefer grub (text menu).\n"
"\n"
" * \"LILO with graphical menu\": if you prefer LILO with its graphical\n"
"interface.\n"
"\n"
-" * \"GRUB\": if you prefer GRUB (text menu).\n"
-"\n"
" * \"LILO with text menu\": if you prefer LILO with its text menu "
"interface.\n"
"\n"
" * \"Boot device\": in most cases, you will not change the default\n"
-"(\"/dev/hda\"), but if you prefer, the boot loader can be installed on the\n"
-"second hard drive (\"/dev/hdb\"), or even on a floppy disk (\"/dev/fd0\").\n"
+"(\"/dev/hda\"), but if you prefer, the bootloader can be installed on the\n"
+"second hard drive (\"/dev/hdb\"), or even on a floppy disk (\"/dev/fd0\");\n"
"\n"
" * \"Delay before booting the default image\": when rebooting the computer,\n"
-"this is the delay granted to the user to choose - in the boot loader menu,\n"
+"this is the delay granted to the user to choose in the bootloader menu,\n"
"another boot entry than the default one.\n"
"\n"
-"!! Beware that if you choose not to install a boot loader (by selecting\n"
+"!! Beware that if you choose not to install a bootloader (by selecting\n"
"\"Cancel\" here), you must ensure that you have a way to boot your Mandrake\n"
-"Linux system! Also be sure you know what you do before changing any of the\n"
+"Linux system! Also, be sure you know what you do before changing any of the\n"
"options. !!\n"
"\n"
"Clicking the \"Advanced\" button in this dialog will offer many advanced\n"
"options, which are reserved to the expert user.\n"
"\n"
-"Mandrake Linux installs its own boot loader, which will let you boot either\n"
-"GNU/Linux or any other operating systems which you have on your system.\n"
+"After you have configured the general bootloader parameters, the list of\n"
+"boot options which will be available at boot time will be displayed.\n"
"\n"
-"If there is another operating system installed on your machine, it will be\n"
-"automatically added to the boot menu. Here, you can choose to fine-tune the\n"
-"existing options. Double-clicking on an existing entry allows you to change\n"
-"its parameters or remove it; \"Add\" creates a new entry; and \"Done\" goes\n"
-"on to the next installation step."
+"If there is another operating system installed on your machine, it will\n"
+"automatically be added to the boot menu. Here, you can choose to fine-tune\n"
+"the existing options. Select an entry and click \"Modify\" to modify or\n"
+"remove it; \"Add\" creates a new entry; and \"Done\" goes on to the next\n"
+"installation step."
msgstr ""
-#: ../../help.pm_.c:647
+#: ../../help.pm_.c:711
#, fuzzy
msgid ""
-"LILO (the LInux LOader) and GRUB are boot loaders: they are able to boot\n"
+"LILO (the LInux LOader) and grub are bootloaders: they are able to boot\n"
"either GNU/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"
@@ -2989,7 +3329,7 @@ msgstr ""
"ka alglaadur. Kui Teil aga ei ole nne, tuleb parameetrid seada\n"
"ksitsi. Olge sel juhul hoolas valima iged."
-#: ../../help.pm_.c:658
+#: ../../help.pm_.c:722
#, fuzzy
msgid ""
"You must indicate where you wish to place the information required to boot\n"
@@ -3003,65 +3343,65 @@ msgstr ""
"Valige \"Kvaketta esimene sektor (MBR)\", kui ei tea tpselt, mida\n"
"teha."
-#: ../../help.pm_.c:665
+#: ../../help.pm_.c:729
msgid ""
-"Here we select a printing system for your computer to use. Other OSes may\n"
-"offer you one, but Mandrake offers three.\n"
+"Here, we select a printing system for your computer. Other OSs may offer\n"
+"you one, but Mandrake Linux offers three.\n"
"\n"
-" * \"pdq\" - which means ``print, don't queue'', is the choice if you have "
-"a\n"
+" * \"pdq\" which means ``print, don't queue'', is the choice if you have a\n"
"direct connection to your printer and you want to be able to panic out of\n"
-"printer jams, and you do not have any networked printers. It will handle\n"
-"only very simple network cases and is somewhat slow for networks. Pick\n"
-"\"pdq\" if this is your maiden voyage to GNU/Linux. You can change your\n"
-"choices after install by running PrinterDrake from the Mandrake Control\n"
-"Center and clicking the expert button.\n"
-"\n"
-" * \"CUPS\" - ``Common Unix Printing System'' is excellent at printing to\n"
-"your local printer and also halfway round the planet. It is simple and can\n"
-"act like a server or a client for the ancient \"lpd\" printing system, so\n"
-"it is compatible with the systems that went before. It can do many tricks,\n"
-"but the basic setup is almost as easy as \"pdq\". If you need this to\n"
-"emulate an \"lpd\" server, you must turn on the \"cups-lpd\" daemon. It has\n"
+"printer jams, and you do not have networked printers. It will handle only\n"
+"very simple network cases and is somewhat slow for networks. Pick \"pdq\"\n"
+"if this is your maiden voyage to GNU/Linux. You can change your choices\n"
+"after installation by running PrinterDrake from the Mandrake Control Center\n"
+"and clicking the expert button.\n"
+"\n"
+" * \"CUPS\"``Common Unix Printing System'', is excellent at printing to "
+"your\n"
+"local printer and also halfway-around the planet. It is simple and can act\n"
+"as a server or a client for the ancient \"lpd\" printing system. Hence, it\n"
+"is compatible with the systems that went before. It can do many tricks, but\n"
+"the basic setup is almost as easy as \"pdq\". If you need this to emulate\n"
+"an \"lpd\" server, you must turn on the \"cups-lpd\" daemon. It has\n"
"graphical front-ends for printing or choosing printer options.\n"
"\n"
-" * \"lprNG\" - ``line printer daemon New Generation''. This system can do\n"
+" * \"lprNG\"``line printer daemon New Generation''. This system can do\n"
"approximately the same things the others can do, but it will print to\n"
-"printers mounted on a Novell Network, because it supports IPX protocol, and\n"
-"it can print directly to shell commands. If you have need of Novell or\n"
+"printers mounted on a Novell Network, because it supports the IPX protocol,\n"
+"and it can print directly to shell commands. If you have need of Novell or\n"
"printing to commands without using a separate pipe construct, use lprNG.\n"
"Otherwise, CUPS is preferable as it is simpler and better at working over\n"
"networks."
msgstr ""
-#: ../../help.pm_.c:693
+#: ../../help.pm_.c:757
#, fuzzy
msgid ""
-"DrakX is now detecting any IDE devices present in your computer. It will\n"
-"also scan for one or more PCI SCSI card(s) on your system. If a SCSI card\n"
-"is found DrakX will automatically install the appropriate driver.\n"
+"DrakX now detects any IDE device present in your computer. It will also\n"
+"scan for one or more PCI SCSI card(s) on your system. If a SCSI card is\n"
+"found, DrakX will automatically install the appropriate driver.\n"
"\n"
-"Because hardware detection will sometimes not detect a piece of hardware\n"
+"Because hardware detection does not always detect a piece of hardware,\n"
"DrakX will ask you to confirm if a PCI SCSI card is present. Click \"Yes\"\n"
"if you know that there is a SCSI card installed in your machine. You will\n"
"be presented a list of SCSI cards to choose from. Click \"No\" if you have\n"
-"no SCSI hardware. If you are unsure you can check the list of hardware\n"
+"no SCSI hardware. If you are unsure, you can check the list of hardware\n"
"detected in your machine by selecting \"See hardware info\" and clicking\n"
"\"OK\". Examine the list of hardware and then click on the \"OK\" button to\n"
"return to the SCSI interface question.\n"
"\n"
"If you have to manually specify your adapter, DrakX will ask if you want to\n"
"specify options for it. You should allow DrakX to probe the hardware for\n"
-"the card-specific options that the hardware needs to initialize. This\n"
+"the card-specific options which the hardware needs to initialize. This\n"
"usually works well.\n"
"\n"
-"If DrakX is not able to probe for the options that need to be passed, you\n"
-"will need to manually provide options to the driver. Please review the\n"
-"``User Guide'' (chapter 3, section \"Collecting information on your\n"
-"hardware\") for hints on retrieving the parameters required from hardware\n"
-"documentation, from the manufacturer's web site (if you have Internet\n"
-"access) or from Microsoft Windows (if you used this hardware with Windows\n"
-"on your system)."
+"If DrakX is not able to probe for the options which need to be passed, you\n"
+"will need to provide options to the driver manually. Please review the\n"
+"``User Guide'' (chapter 3, in the ``Collecting Information on Your\n"
+"Hardware'' section) for hints on retrieving the parameters required from\n"
+"hardware documentation, from the manufacturer's web site (if you have\n"
+"Internet access) or from MicrosoftWindows (if you used this hardware with\n"
+"Windows on your system)."
msgstr ""
"Esmalt otsib DrakX PCI siini SCSI liideseid. Kui neid leitakse, ja \n"
"vastav(ad) juhtprogramm(id) on teada, siis laetakse ja installitakse \n"
@@ -3087,24 +3427,25 @@ msgstr ""
"Ka samas masinas olev Windows oskab vahel SCSI kohta kasulikku \n"
"informatsiooni anda."
-#: ../../help.pm_.c:720
+#: ../../help.pm_.c:784
#, fuzzy
msgid ""
"You can add additional entries for yaboot, either for other operating\n"
"systems, alternate kernels, or for an emergency boot image.\n"
"\n"
-"For other OS's, the entry consists only of a label and the root partition.\n"
+"For other OSs, the entry consists only of a label and the \"root\"\n"
+"partition.\n"
"\n"
"For Linux, there are a few possible options:\n"
"\n"
" * Label: this is simply the name you will have to type at the yaboot "
"prompt\n"
-"to select this boot option.\n"
+"to select this boot option;\n"
"\n"
" * Image: this would be the name of the kernel to boot. Typically, vmlinux\n"
-"or a variation of vmlinux with an extension.\n"
+"or a variation of vmlinux with an extension;\n"
"\n"
-" * Root: the \"root\" device or \"/\" for your Linux installation.\n"
+" * Root: the \"root\" device or ``/'' for your Linux installation;\n"
"\n"
" * Append: on Apple hardware, the kernel append option is used quite often\n"
"to assist in initializing video hardware, or to enable keyboard mouse\n"
@@ -3118,22 +3459,22 @@ msgid ""
"\n"
" * Initrd: this option can be used either to load initial modules, before\n"
"the boot device is available, or to load a ramdisk image for an emergency\n"
-"boot situation.\n"
+"boot situation;\n"
"\n"
" * Initrd-size: the default ramdisk size is generally 4,096 bytes. If you\n"
-"need to allocate a large ramdisk, this option can be used.\n"
+"need to allocate a large ramdisk, this option can be used;\n"
"\n"
" * Read-write: normally the \"root\" partition is initially brought up in\n"
-"read-only, to allow a file system check before the system becomes \"live\".\n"
-"Here, you can override this option.\n"
+"read-only, to allow a file system check before the system becomes ``live''.\n"
+"Here, you can override this option;\n"
"\n"
" * NoVideo: should the Apple video hardware prove to be exceptionally\n"
-"problematic, you can select this option to boot in \"novideo\" mode, with\n"
-"native frame buffer support.\n"
+"problematic, you can select this option to boot in ``novideo'' mode, with\n"
+"native frame buffer support;\n"
"\n"
" * Default: selects this entry as being the default Linux selection,\n"
"selectable by just pressing ENTER at the yaboot prompt. This entry will\n"
-"also be highlighted with a \"*\", if you press [Tab] to see the boot\n"
+"also be highlighted with a ``*'', if you press [Tab] to see the boot\n"
"selections."
msgstr ""
"You can add additional entries for yaboot, either for other operating "
@@ -3206,39 +3547,37 @@ msgstr ""
"with a '*', if you\n"
"press TAB to see the boot selections."
-#: ../../help.pm_.c:765
+#: ../../help.pm_.c:830
#, fuzzy
msgid ""
-"Yaboot is a boot loader for NewWorld MacIntosh hardware. It is able to boot\n"
+"Yaboot is a bootloader for NewWorld MacIntosh hardware. It is able to boot\n"
"either GNU/Linux, MacOS or MacOSX if present on your computer. Normally,\n"
"these other operating systems are correctly detected and installed. If this\n"
-"is not the case, you can add an entry by hand in this screen. Be careful as\n"
-"to choose the correct parameters.\n"
+"is not the case, you can add an entry by hand in this screen. Be careful to\n"
+"choose the correct parameters.\n"
"\n"
"Yaboot's main options are:\n"
"\n"
-" * Init Message: a simple text message that is displayed before the boot\n"
-"prompt.\n"
+" * Init Message: a simple text message displayed before the boot prompt;\n"
"\n"
-" * Boot Device: indicate where you want to place the information required "
-"to\n"
-"boot to GNU/Linux. Generally, you setup a bootstrap partition earlier to\n"
-"hold this information.\n"
+" * Boot Device: indicates where you want to place the information required\n"
+"to boot to GNU/Linux. Generally, you set up a bootstrap partition earlier\n"
+"to hold this information;\n"
"\n"
" * Open Firmware Delay: unlike LILO, there are two delays available with\n"
"yaboot. The first delay is measured in seconds and at this point, you can\n"
-"choose between CD, OF boot, MacOS or Linux.\n"
+"choose between CD, OF boot, MacOS or Linux;\n"
"\n"
" * Kernel Boot Timeout: this timeout is similar to the LILO boot delay.\n"
"After selecting Linux, you will have this delay in 0.1 second before your\n"
-"default kernel description is selected.\n"
+"default kernel description is selected;\n"
"\n"
-" * Enable CD Boot?: checking this option allows you to choose \"C\" for CD\n"
-"at the first boot prompt.\n"
+" * Enable CD Boot?: checking this option allows you to choose ``C'' for CD\n"
+"at the first boot prompt;\n"
"\n"
-" * Enable OF Boot?: checking this option allows you to choose \"N\" for "
+" * Enable OF Boot?: checking this option allows you to choose ``N'' for "
"Open\n"
-"Firmware at the first boot prompt.\n"
+"Firmware at the first boot prompt;\n"
"\n"
" * Default OS: you can select which OS will boot by default when the Open\n"
"Firmware Delay expires."
@@ -3290,50 +3629,50 @@ msgstr ""
"Firmware \n"
"Delay expires."
-#: ../../help.pm_.c:798
+#: ../../help.pm_.c:862
msgid ""
"Here are presented various parameters concerning your machine. Depending on\n"
-"your installed hardware, you may - or not, see the following entries:\n"
+"your installed hardware, you may or not, see the following entries:\n"
"\n"
-" * \"Mouse\": mouse check the current mouse configuration and click on the\n"
-"button to change it if necessary.\n"
+" * \"Mouse\": check the current mouse configuration and click on the button\n"
+"to change it if necessary;\n"
"\n"
-" * \"Keyboard\": keyboard check the current keyboard map configuration and\n"
-"click on the button to change that if necessary.\n"
+" * \"Keyboard\": check the current keyboard map configuration and click on\n"
+"the button to change that if necessary;\n"
"\n"
-" * \"Timezone\": time zoneDrakX, by default, guesses your time zone from "
-"the\n"
-"language you have chosen. But here again, as for the choice of a keyboard,\n"
-"you may not be in the country for which the chosen language should\n"
-"correspond. Hence, you may need to click on the \"Timezone\" button in\n"
-"order to configure the clock according to the time zone you are in.\n"
+" * \"Timezone\": DrakX, by default, guesses your time zone from the "
+"language\n"
+"you have chosen. But here again, as for the choice of a keyboard, you may\n"
+"not be in the country for which the chosen language should correspond.\n"
+"Hence, you may need to click on the \"Timezone\" button in order to\n"
+"configure the clock according to the time zone you are in;\n"
"\n"
" * \"Printer\": clicking on the \"No Printer\" button will open the printer\n"
-"configuration wizard.\n"
+"configuration wizard;\n"
"\n"
" * \"Sound card\": if a sound card is detected on your system, it is\n"
-"displayed here. No modification possible at installation time.\n"
+"displayed here. No modification possible at installation time;\n"
"\n"
" * \"TV card\": if a TV card is detected on your system, it is displayed\n"
-"here. No modification possible at installation time.\n"
+"here. No modification possible at installation time;\n"
"\n"
" * \"ISDN card\": if an ISDN card is detected on your system, it is\n"
"displayed here. You can click on the button to change the parameters\n"
-"associated to it."
+"associated with it."
msgstr ""
-#: ../../help.pm_.c:827
+#: ../../help.pm_.c:891
#, fuzzy
msgid ""
-"Choose the hard drive you want to erase to install your new Mandrake Linux\n"
-"partition. Be careful, all data present on it will be lost and will not be\n"
-"recoverable!"
+"Choose the hard drive you want to erase in order to install your new\n"
+"Mandrake Linux partition. Be careful, all data present on it will be lost\n"
+"and will not be recoverable!"
msgstr ""
"Valige kvaketas, mida soovite Mandrake Linux installimiseks puhastada\n"
"Ettevaatust, kik sellel leiduvad andmed hvitatakse ja ei ole enam\n"
"taastatavad."
-#: ../../help.pm_.c:832
+#: ../../help.pm_.c:896
#, fuzzy
msgid ""
"Click on \"OK\" if you want to delete all data and partitions present on\n"
@@ -3352,13 +3691,20 @@ msgstr ""
"\n"
"Katkestamiseks valige \"Katkesta\"."
-#: ../../install2.pm_.c:114
+#: ../../install2.pm_.c:113
#, c-format
msgid ""
-"Can't access kernel modules corresponding to your kernel (file %s is missing)"
+"Can't access kernel modules corresponding to your kernel (file %s is "
+"missing), this generally means your boot floppy in not in sync with the "
+"Installation medium (please create a newer boot floppy)"
+msgstr ""
+
+#: ../../install2.pm_.c:169
+#, c-format
+msgid "You must also format %s"
msgstr ""
-#: ../../install_any.pm_.c:421
+#: ../../install_any.pm_.c:411
#, c-format
msgid ""
"You have selected the following server(s): %s\n"
@@ -3373,7 +3719,7 @@ msgid ""
"Do you really want to install these servers?\n"
msgstr ""
-#: ../../install_any.pm_.c:457
+#: ../../install_any.pm_.c:447
msgid "Can't use broadcast with no NIS domain"
msgstr "ldlevi kasutamine on ilma NIS domeenita vimatu"
@@ -3394,20 +3740,11 @@ msgstr ""
"Et kasutada seda paketivalikut, alustage installimist ksureaga \"linux "
"defcfg=floppy\""
-#: ../../install_any.pm_.c:831 ../../partition_table.pm_.c:737
+#: ../../install_any.pm_.c:831 ../../partition_table.pm_.c:763
#, c-format
msgid "Error reading file %s"
msgstr "Viga faili %s lugemisel"
-#: ../../install_gtk.pm_.c:84 ../../install_steps_gtk.pm_.c:325
-#: ../../interactive.pm_.c:107 ../../interactive.pm_.c:122
-#: ../../interactive.pm_.c:286 ../../interactive.pm_.c:308
-#: ../../interactive_http.pm_.c:104 ../../interactive_newt.pm_.c:170
-#: ../../interactive_stdio.pm_.c:27 ../../my_gtk.pm_.c:415
-#: ../../my_gtk.pm_.c:716 ../../my_gtk.pm_.c:738
-msgid "Ok"
-msgstr "OK"
-
#: ../../install_interactive.pm_.c:23
#, c-format
msgid ""
@@ -3417,7 +3754,7 @@ msgstr ""
"Osa teie riistvarast nuab tarnijapoolseid juhtprogramme.\n"
"Informatsiooni nende kohta saate: %s"
-#: ../../install_interactive.pm_.c:44
+#: ../../install_interactive.pm_.c:58
msgid ""
"You must have a root partition.\n"
"For this, create a partition (or click on an existing one).\n"
@@ -3427,11 +3764,11 @@ msgstr ""
"Selleks looge uus partitsioon (vi valige ks olemasolevatest).\n"
"Siis valige tegevus \"henduspunkt\" ja seadke see kui '/'"
-#: ../../install_interactive.pm_.c:49 ../../install_steps_graphical.pm_.c:259
+#: ../../install_interactive.pm_.c:63
msgid "You must have a swap partition"
msgstr "Teil peab olema saaleala"
-#: ../../install_interactive.pm_.c:50 ../../install_steps_graphical.pm_.c:261
+#: ../../install_interactive.pm_.c:64
msgid ""
"You don't have a swap partition\n"
"\n"
@@ -3441,60 +3778,60 @@ msgstr ""
"\n"
"Jtkate ikkagi?"
-#: ../../install_interactive.pm_.c:53 ../../install_steps.pm_.c:165
+#: ../../install_interactive.pm_.c:67 ../../install_steps.pm_.c:163
#, fuzzy
msgid "You must have a FAT partition mounted in /boot/efi"
msgstr "Teil peab olema saaleala"
-#: ../../install_interactive.pm_.c:76
+#: ../../install_interactive.pm_.c:90
msgid "Use free space"
msgstr "Kasuta vaba ruumi"
-#: ../../install_interactive.pm_.c:78
+#: ../../install_interactive.pm_.c:92
msgid "Not enough free space to allocate new partitions"
msgstr "Ei ole piisavalt ruumi uute partitsioonide jaoks"
-#: ../../install_interactive.pm_.c:86
+#: ../../install_interactive.pm_.c:100
msgid "Use existing partition"
msgstr "Kasuta olemasolevat partitsiooni"
-#: ../../install_interactive.pm_.c:88
+#: ../../install_interactive.pm_.c:102
msgid "There is no existing partition to use"
msgstr "Kasutatavat partitsiooni ei leitud"
-#: ../../install_interactive.pm_.c:95
+#: ../../install_interactive.pm_.c:109
msgid "Use the Windows partition for loopback"
msgstr "Kasuta Windowsi partitsiooni loopback-ina"
-#: ../../install_interactive.pm_.c:98
+#: ../../install_interactive.pm_.c:112
msgid "Which partition do you want to use for Linux4Win?"
msgstr "Millisele partitsioonile soovite installida Linux4Win?"
-#: ../../install_interactive.pm_.c:100
+#: ../../install_interactive.pm_.c:114
msgid "Choose the sizes"
msgstr "Valige suurused"
-#: ../../install_interactive.pm_.c:101
+#: ../../install_interactive.pm_.c:115
msgid "Root partition size in MB: "
msgstr "Juurpartitsiooni suurus (MB): "
-#: ../../install_interactive.pm_.c:102
+#: ../../install_interactive.pm_.c:116
msgid "Swap partition size in MB: "
msgstr "Saaleala suurus (MB): "
-#: ../../install_interactive.pm_.c:111
+#: ../../install_interactive.pm_.c:125
msgid "Use the free space on the Windows partition"
msgstr "Kasuta vaba ruumi Windowsi partitsioonil"
-#: ../../install_interactive.pm_.c:114
+#: ../../install_interactive.pm_.c:128
msgid "Which partition do you want to resize?"
msgstr "Mis partitsiooni soovite muuta?"
-#: ../../install_interactive.pm_.c:116
+#: ../../install_interactive.pm_.c:130
msgid "Computing Windows filesystem bounds"
msgstr "Arvutan Windowsi failissteemi piire"
-#: ../../install_interactive.pm_.c:119
+#: ../../install_interactive.pm_.c:133
#, c-format
msgid ""
"The FAT resizer is unable to handle your partition, \n"
@@ -3503,19 +3840,21 @@ msgstr ""
"FAT partitsiooni suurust ei nnestu muuta, \n"
"ilmnes selline viga: %s"
-#: ../../install_interactive.pm_.c:122
+#: ../../install_interactive.pm_.c:136
msgid "Your Windows partition is too fragmented, please run ``defrag'' first"
msgstr ""
"Teie Windowsi partitsioon on fragmenteerunud, palun kasutada 'defrag'-i"
-#: ../../install_interactive.pm_.c:123
+#: ../../install_interactive.pm_.c:137
+#, fuzzy
msgid ""
"WARNING!\n"
"\n"
-"DrakX will now resize your Windows partition. Be careful: this operation is\n"
-"dangerous. If you have not already done so, you should first exit the\n"
-"installation, run scandisk under Windows (and optionally run defrag), then\n"
-"restart the installation. You should also backup your data.\n"
+"DrakX will now resize your Windows partition. Be careful:\n"
+"this operation is dangerous. If you have not already done\n"
+"so, you should first exit the installation, run scandisk\n"
+"under Windows (and optionally run defrag), then restart the\n"
+"installation. You should also backup your data.\n"
"When sure, press Ok."
msgstr ""
"HOIATUS!\n"
@@ -3525,52 +3864,52 @@ msgstr ""
"scandisk-i, defrag-i ja tehke tagavarakoopia.\n"
"Kui olete oma otsuses kindel, vajutage OK."
-#: ../../install_interactive.pm_.c:132
+#: ../../install_interactive.pm_.c:147
msgid "Which size do you want to keep for windows on"
msgstr "Kui palju ruumi jtate Windowsi jaoks?"
-#: ../../install_interactive.pm_.c:133
+#: ../../install_interactive.pm_.c:148
#, c-format
msgid "partition %s"
msgstr "Partitsioon %s"
-#: ../../install_interactive.pm_.c:139
+#: ../../install_interactive.pm_.c:155
#, c-format
msgid "FAT resizing failed: %s"
msgstr "Suuruse muutmine ebannestus: %s"
-#: ../../install_interactive.pm_.c:154
+#: ../../install_interactive.pm_.c:170
msgid ""
"There is no FAT partitions to resize or to use as loopback (or not enough "
"space left)"
msgstr "Sobivat FAT partitsiooni ei leitud (ei ole piisavalt ruumi)"
-#: ../../install_interactive.pm_.c:160
+#: ../../install_interactive.pm_.c:176
msgid "Erase entire disk"
msgstr "Thjenda kogu ketas"
-#: ../../install_interactive.pm_.c:160
+#: ../../install_interactive.pm_.c:176
msgid "Remove Windows(TM)"
msgstr "Eemalda Windows(TM)"
-#: ../../install_interactive.pm_.c:163
+#: ../../install_interactive.pm_.c:179
msgid "You have more than one hard drive, which one do you install linux on?"
msgstr "Teil on rohkem kui ks kvaketas, millisele neis installite Linuxi?"
-#: ../../install_interactive.pm_.c:166
+#: ../../install_interactive.pm_.c:182
#, c-format
msgid "ALL existing partitions and their data will be lost on drive %s"
msgstr "Kettal %s hvivad KIK partitsioonid ja andmed"
-#: ../../install_interactive.pm_.c:174
+#: ../../install_interactive.pm_.c:190
msgid "Custom disk partitioning"
msgstr "Partitsioneerin ise"
-#: ../../install_interactive.pm_.c:178
+#: ../../install_interactive.pm_.c:194
msgid "Use fdisk"
msgstr "Kasuta fdisk-i"
-#: ../../install_interactive.pm_.c:181
+#: ../../install_interactive.pm_.c:197
#, c-format
msgid ""
"You can now partition %s.\n"
@@ -3579,32 +3918,32 @@ msgstr ""
"Nd saate partitsioneerida %s kvaketta\n"
"Kui olete valmis, salvestage ksuga 'w'"
-#: ../../install_interactive.pm_.c:210
+#: ../../install_interactive.pm_.c:226
msgid "You don't have enough free space on your Windows partition"
msgstr "Teil ei ole piisavalt vaba ruumi Windowsi partitsioonil"
-#: ../../install_interactive.pm_.c:226
+#: ../../install_interactive.pm_.c:242
msgid "I can't find any room for installing"
msgstr "Installimiseks ei ole ldse ruumi"
-#: ../../install_interactive.pm_.c:230
+#: ../../install_interactive.pm_.c:246
msgid "The DrakX Partitioning wizard found the following solutions:"
msgstr "DrakX kettajagamise abimees leidis sellised lahendused:"
-#: ../../install_interactive.pm_.c:235
+#: ../../install_interactive.pm_.c:251
#, c-format
msgid "Partitioning failed: %s"
msgstr "Ketta jagamine ebannestus: %s"
-#: ../../install_interactive.pm_.c:241
+#: ../../install_interactive.pm_.c:261
msgid "Bringing up the network"
msgstr "Kivitame vrguliidesed"
-#: ../../install_interactive.pm_.c:246
+#: ../../install_interactive.pm_.c:266
msgid "Bringing down the network"
msgstr "Seiskame vrguliidesed"
-#: ../../install_steps.pm_.c:73
+#: ../../install_steps.pm_.c:76
msgid ""
"An error occurred, but I don't know how to handle it nicely.\n"
"Continue at your own risk."
@@ -3612,12 +3951,12 @@ msgstr ""
"Tekkis mingi viga, aga seda ei suuda programm ise klaarida.\n"
"Jtkake omal vastutusel."
-#: ../../install_steps.pm_.c:207
+#: ../../install_steps.pm_.c:205
#, c-format
msgid "Duplicate mount point %s"
msgstr "henduspunkt %s on mratud topelt"
-#: ../../install_steps.pm_.c:384
+#: ../../install_steps.pm_.c:388
msgid ""
"Some important packages didn't get installed properly.\n"
"Either your cdrom drive or your cdrom is defective.\n"
@@ -3628,93 +3967,21 @@ msgstr ""
"Teie CD-lugeja vi CD on ilmselt vigane.\n"
"Paketifaile CD-l saate kontrollida ksuga \"rpm -qpl Mandrake/RPMS/*.rpm\"\n"
-#: ../../install_steps.pm_.c:459
+#: ../../install_steps.pm_.c:458
#, c-format
msgid "Welcome to %s"
msgstr "See ongi %s"
-#: ../../install_steps.pm_.c:506 ../../install_steps.pm_.c:709
+#: ../../install_steps.pm_.c:513 ../../install_steps.pm_.c:755
msgid "No floppy drive available"
msgstr "Flopiseade ei ole kttesaadav"
-#: ../../install_steps_auto_install.pm_.c:77
-#: ../../install_steps_stdio.pm_.c:23
+#: ../../install_steps_auto_install.pm_.c:76
+#: ../../install_steps_stdio.pm_.c:22
#, c-format
msgid "Entering step `%s'\n"
msgstr "Jrgmine samm: '%s'\n"
-#: ../../install_steps_graphical.pm_.c:287
-msgid "Choose the size you want to install"
-msgstr "Valige paigalduse maht"
-
-#: ../../install_steps_graphical.pm_.c:334
-msgid "Total size: "
-msgstr "Suurus kokku: "
-
-#: ../../install_steps_graphical.pm_.c:346 ../../install_steps_gtk.pm_.c:387
-#, c-format
-msgid "Version: %s\n"
-msgstr "Versioon: %s\n"
-
-#: ../../install_steps_graphical.pm_.c:347 ../../install_steps_gtk.pm_.c:388
-#, c-format
-msgid "Size: %d KB\n"
-msgstr "Suurus: %d kB\n"
-
-#: ../../install_steps_graphical.pm_.c:462 ../../install_steps_gtk.pm_.c:481
-#: ../../install_steps_interactive.pm_.c:509
-msgid "Choose the packages you want to install"
-msgstr "Valige paketid installimiseks"
-
-#: ../../install_steps_graphical.pm_.c:465 ../../interactive_gtk.pm_.c:571
-msgid "Info"
-msgstr "Info"
-
-#: ../../install_steps_graphical.pm_.c:473 ../../install_steps_gtk.pm_.c:457
-#: ../../install_steps_interactive.pm_.c:212
-msgid "Install"
-msgstr "Installimine"
-
-#: ../../install_steps_graphical.pm_.c:492 ../../install_steps_gtk.pm_.c:497
-#: ../../install_steps_interactive.pm_.c:695
-msgid "Installing"
-msgstr "Installin"
-
-#: ../../install_steps_graphical.pm_.c:499
-msgid "Please wait, "
-msgstr "Palun oodake, "
-
-#: ../../install_steps_graphical.pm_.c:501 ../../install_steps_gtk.pm_.c:510
-msgid "Time remaining "
-msgstr "Aega jnud "
-
-#: ../../install_steps_graphical.pm_.c:502
-msgid "Total time "
-msgstr "Aega kokku "
-
-#: ../../install_steps_graphical.pm_.c:507
-#: ../../install_steps_interactive.pm_.c:695
-msgid "Preparing installation"
-msgstr "Valmistun installimiseks"
-
-#: ../../install_steps_graphical.pm_.c:528 ../../install_steps_gtk.pm_.c:558
-#, c-format
-msgid "Installing package %s"
-msgstr "Paketi %s installimine"
-
-#: ../../install_steps_graphical.pm_.c:553 ../../install_steps_gtk.pm_.c:642
-#: ../../install_steps_gtk.pm_.c:646
-msgid "Go on anyway?"
-msgstr "Ikkagi edasi?"
-
-#: ../../install_steps_graphical.pm_.c:553 ../../install_steps_gtk.pm_.c:642
-msgid "There was an error ordering packages:"
-msgstr "Pakettide tellimisel tekkis viga:"
-
-#: ../../install_steps_graphical.pm_.c:577
-msgid "Use existing configuration for X11?"
-msgstr "Kasutada olemasolevat X-i seadistust?"
-
#: ../../install_steps_gtk.pm_.c:148
msgid ""
"Your system is low on resource. You may have some problem installing\n"
@@ -3726,12 +3993,13 @@ msgstr ""
"Kui nii juhtub, proovige palun tekstiphjalist paigaldust. Selleks \n"
"vajutaga laadimisel F1 ja sisestage 'text'"
-#: ../../install_steps_gtk.pm_.c:159 ../../install_steps_interactive.pm_.c:187
+#: ../../install_steps_gtk.pm_.c:159 ../../install_steps_interactive.pm_.c:224
msgid "Install Class"
msgstr "Installi klass"
#: ../../install_steps_gtk.pm_.c:162
-msgid "Please, choose one of the following classes of installation:"
+#, fuzzy
+msgid "Please choose one of the following classes of installation:"
msgstr "Palun valige ks jrgnevatest paigaldusklassidest"
#: ../../install_steps_gtk.pm_.c:228
@@ -3777,59 +4045,69 @@ msgstr "Tpsemalt saate valida jrgmisel sammul"
msgid "Percentage of packages to install"
msgstr "Installitavate pakettide protsent"
-#: ../../install_steps_gtk.pm_.c:291 ../../install_steps_interactive.pm_.c:619
+#: ../../install_steps_gtk.pm_.c:291 ../../install_steps_interactive.pm_.c:705
msgid "Package Group Selection"
msgstr "Paketigruppide valik"
-#: ../../install_steps_gtk.pm_.c:320 ../../install_steps_interactive.pm_.c:634
+#: ../../install_steps_gtk.pm_.c:323 ../../install_steps_interactive.pm_.c:720
msgid "Individual package selection"
msgstr "Valik paketthaaval"
-#: ../../install_steps_gtk.pm_.c:343 ../../install_steps_interactive.pm_.c:598
+#: ../../install_steps_gtk.pm_.c:346 ../../install_steps_interactive.pm_.c:645
#, c-format
msgid "Total size: %d / %d MB"
msgstr "Suurus kokku: %d / %d MB"
-#: ../../install_steps_gtk.pm_.c:385
+#: ../../install_steps_gtk.pm_.c:391
msgid "Bad package"
msgstr "Vigane pakett"
-#: ../../install_steps_gtk.pm_.c:386
+#: ../../install_steps_gtk.pm_.c:392
#, c-format
msgid "Name: %s\n"
msgstr "Nimi: %s\n"
-#: ../../install_steps_gtk.pm_.c:389
+#: ../../install_steps_gtk.pm_.c:393
+#, c-format
+msgid "Version: %s\n"
+msgstr "Versioon: %s\n"
+
+#: ../../install_steps_gtk.pm_.c:394
+#, c-format
+msgid "Size: %d KB\n"
+msgstr "Suurus: %d kB\n"
+
+#: ../../install_steps_gtk.pm_.c:395
#, c-format
msgid "Importance: %s\n"
msgstr "Thtsus: %s\n"
-#: ../../install_steps_gtk.pm_.c:411
+#: ../../install_steps_gtk.pm_.c:417
msgid ""
"You can't select this package as there is not enough space left to install it"
msgstr "Seda paketti ei saa valida, kettaruumi ei ole paigalsuseks piisavalt"
-#: ../../install_steps_gtk.pm_.c:416
+#: ../../install_steps_gtk.pm_.c:422
msgid "The following packages are going to be installed"
msgstr "Installimiseks on valitud jrgmised paketid"
-#: ../../install_steps_gtk.pm_.c:417
+#: ../../install_steps_gtk.pm_.c:423
msgid "The following packages are going to be removed"
msgstr "Eemaldamiseks on valitud jrgmised paketid"
-#: ../../install_steps_gtk.pm_.c:429
+#: ../../install_steps_gtk.pm_.c:435
msgid "You can't select/unselect this package"
msgstr "Seda paketti ei saa (mitte) valida"
-#: ../../install_steps_gtk.pm_.c:441
+#: ../../install_steps_gtk.pm_.c:447
msgid "This is a mandatory package, it can't be unselected"
msgstr "See pakett on kohustuslik"
-#: ../../install_steps_gtk.pm_.c:443
+#: ../../install_steps_gtk.pm_.c:449
msgid "You can't unselect this package. It is already installed"
msgstr "See pakett on juba installitud"
-#: ../../install_steps_gtk.pm_.c:447
+#: ../../install_steps_gtk.pm_.c:453
msgid ""
"This package must be upgraded\n"
"Are you sure you want to deselect it?"
@@ -3837,43 +4115,104 @@ msgstr ""
"Selle paketi peaks uuendame\n"
"Olete kindel, et Te ei vali seda?"
-#: ../../install_steps_gtk.pm_.c:451
+#: ../../install_steps_gtk.pm_.c:457
msgid "You can't unselect this package. It must be upgraded"
msgstr "Selle paketi peate valima, sest selle uuendamine on kohustuslik"
-#: ../../install_steps_gtk.pm_.c:456
+#: ../../install_steps_gtk.pm_.c:462
msgid "Show automatically selected packages"
msgstr "Nita automaatselt valitud pakette"
-#: ../../install_steps_gtk.pm_.c:460
+#: ../../install_steps_gtk.pm_.c:463 ../../install_steps_interactive.pm_.c:246
+#: ../../install_steps_interactive.pm_.c:250
+msgid "Install"
+msgstr "Installimine"
+
+#: ../../install_steps_gtk.pm_.c:466
#, fuzzy
msgid "Load/Save on floppy"
msgstr "Salvesta flopile"
-#: ../../install_steps_gtk.pm_.c:461
+#: ../../install_steps_gtk.pm_.c:467
#, fuzzy
msgid "Updating package selection"
msgstr "Salvest paketivalik"
-#: ../../install_steps_gtk.pm_.c:466
+#: ../../install_steps_gtk.pm_.c:472
#, fuzzy
msgid "Minimal install"
msgstr "Eemaldamine"
-#: ../../install_steps_gtk.pm_.c:503
+#: ../../install_steps_gtk.pm_.c:487 ../../install_steps_interactive.pm_.c:555
+msgid "Choose the packages you want to install"
+msgstr "Valige paketid installimiseks"
+
+#: ../../install_steps_gtk.pm_.c:503 ../../install_steps_interactive.pm_.c:787
+msgid "Installing"
+msgstr "Installin"
+
+#: ../../install_steps_gtk.pm_.c:509
msgid "Estimating"
msgstr "Oletan"
-#: ../../install_steps_gtk.pm_.c:522
+#: ../../install_steps_gtk.pm_.c:516
+msgid "Time remaining "
+msgstr "Aega jnud "
+
+#: ../../install_steps_gtk.pm_.c:528
msgid "Please wait, preparing installation"
msgstr "Palun oodake, valmistun installimiseks"
-#: ../../install_steps_gtk.pm_.c:553
+#: ../../install_steps_gtk.pm_.c:611
#, c-format
msgid "%d packages"
msgstr "%d paketti"
-#: ../../install_steps_gtk.pm_.c:599
+#: ../../install_steps_gtk.pm_.c:616
+#, c-format
+msgid "Installing package %s"
+msgstr "Paketi %s installimine"
+
+#: ../../install_steps_gtk.pm_.c:657 ../../install_steps_interactive.pm_.c:185
+#: ../../install_steps_interactive.pm_.c:811
+#: ../../standalone/drakautoinst_.c:203
+msgid "Accept"
+msgstr "Nus"
+
+#: ../../install_steps_gtk.pm_.c:657 ../../install_steps_interactive.pm_.c:185
+#: ../../install_steps_interactive.pm_.c:811
+msgid "Refuse"
+msgstr "Keeldun"
+
+#: ../../install_steps_gtk.pm_.c:658 ../../install_steps_interactive.pm_.c:812
+#, 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 ""
+"Vahetage CD!\n"
+"\n"
+"Palun sisestage CD pealdisega \"%s\" lugejasse ja vajutage <OK>.\n"
+"Kui teil sherdust ei ole, vajutage <Katkesta>"
+
+#: ../../install_steps_gtk.pm_.c:672 ../../install_steps_gtk.pm_.c:676
+#: ../../install_steps_interactive.pm_.c:824
+#: ../../install_steps_interactive.pm_.c:828
+msgid "Go on anyway?"
+msgstr "Ikkagi edasi?"
+
+#: ../../install_steps_gtk.pm_.c:672 ../../install_steps_interactive.pm_.c:824
+msgid "There was an error ordering packages:"
+msgstr "Pakettide tellimisel tekkis viga:"
+
+#: ../../install_steps_gtk.pm_.c:676 ../../install_steps_interactive.pm_.c:828
+msgid "There was an error installing packages:"
+msgstr "Pakettide installimisel tekkis viga:"
+
+#: ../../install_steps_interactive.pm_.c:10
msgid ""
"\n"
"Warning\n"
@@ -3933,41 +4272,20 @@ msgstr ""
"respective authors and are protected by intellectual property and \n"
"copyright laws applicable to software programs.\n"
-#: ../../install_steps_gtk.pm_.c:627 ../../install_steps_interactive.pm_.c:148
-msgid "Accept"
-msgstr "Nus"
-
-#: ../../install_steps_gtk.pm_.c:627 ../../install_steps_interactive.pm_.c:148
-msgid "Refuse"
-msgstr "Keeldun"
-
-#: ../../install_steps_gtk.pm_.c:628
-#, 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 ""
-"Vahetage CD!\n"
-"\n"
-"Palun sisestage CD pealdisega \"%s\" lugejasse ja vajutage <OK>.\n"
-"Kui teil sherdust ei ole, vajutage <Katkesta>"
-
-#: ../../install_steps_gtk.pm_.c:646
-msgid "There was an error installing packages:"
-msgstr "Pakettide installimisel tekkis viga:"
-
-#: ../../install_steps_interactive.pm_.c:37
+#: ../../install_steps_interactive.pm_.c:67
msgid "An error occurred"
msgstr "Tekkis mingi viga"
-#: ../../install_steps_interactive.pm_.c:71
+#: ../../install_steps_interactive.pm_.c:85
+#, fuzzy
+msgid "Do you really want to leave the installation?"
+msgstr "Kas soovite vrguhendust taaskivitada?"
+
+#: ../../install_steps_interactive.pm_.c:108
msgid "License agreement"
msgstr "Lppkasutaja litsentsileping"
-#: ../../install_steps_interactive.pm_.c:72
+#: ../../install_steps_interactive.pm_.c:109
msgid ""
"Introduction\n"
"\n"
@@ -4207,99 +4525,108 @@ msgstr ""
"Paris - France.\n"
"For any question on this document, please contact MandrakeSoft S.A. \n"
-#: ../../install_steps_interactive.pm_.c:168
-#: ../../install_steps_interactive.pm_.c:871
+#: ../../install_steps_interactive.pm_.c:205
+#: ../../install_steps_interactive.pm_.c:1045
#: ../../standalone/keyboarddrake_.c:28
msgid "Keyboard"
msgstr "Klaviatuur"
-#: ../../install_steps_interactive.pm_.c:169
-#: ../../standalone/keyboarddrake_.c:29
-msgid "Please, choose your keyboard layout."
+#: ../../install_steps_interactive.pm_.c:206
+#, fuzzy
+msgid "Please choose your keyboard layout."
msgstr "Palun valige klaviatuuriasetus"
-#: ../../install_steps_interactive.pm_.c:170
+#: ../../install_steps_interactive.pm_.c:207
msgid "Here is the full list of keyboards available"
msgstr "Vimalike klaviatuuride tielik nimekiri"
-#: ../../install_steps_interactive.pm_.c:187
+#: ../../install_steps_interactive.pm_.c:224
msgid "Which installation class do you want?"
msgstr "Millist installi klassi Te soovite"
-#: ../../install_steps_interactive.pm_.c:189
+#: ../../install_steps_interactive.pm_.c:226
msgid "Install/Update"
msgstr "Installimine/Uuendus"
-#: ../../install_steps_interactive.pm_.c:189
+#: ../../install_steps_interactive.pm_.c:226
msgid "Is this an install or an update?"
msgstr "On see installimine vi taastamine?"
-#: ../../install_steps_interactive.pm_.c:198
+#: ../../install_steps_interactive.pm_.c:235
msgid "Recommended"
msgstr "Soovituslik"
-#: ../../install_steps_interactive.pm_.c:201
-#: ../../install_steps_interactive.pm_.c:204
+#: ../../install_steps_interactive.pm_.c:238
+#: ../../install_steps_interactive.pm_.c:241
msgid "Expert"
msgstr "Ekspert"
-#: ../../install_steps_interactive.pm_.c:212
-msgid "Update"
+#: ../../install_steps_interactive.pm_.c:246
+#: ../../install_steps_interactive.pm_.c:250
+#, fuzzy
+msgid "Upgrade"
msgstr "Uuendus"
-#: ../../install_steps_interactive.pm_.c:224 ../../standalone/mousedrake_.c:48
-msgid "Please, choose the type of your mouse."
+#: ../../install_steps_interactive.pm_.c:246
+#: ../../install_steps_interactive.pm_.c:250
+#, fuzzy
+msgid "Upgrade packages only"
+msgstr "Salvest paketivalik"
+
+#: ../../install_steps_interactive.pm_.c:266
+#, fuzzy
+msgid "Please choose the type of your mouse."
msgstr "Palun valige hiire tp"
-#: ../../install_steps_interactive.pm_.c:230 ../../standalone/mousedrake_.c:64
+#: ../../install_steps_interactive.pm_.c:272 ../../standalone/mousedrake_.c:65
msgid "Mouse Port"
msgstr "Hiire port"
-#: ../../install_steps_interactive.pm_.c:231 ../../standalone/mousedrake_.c:65
+#: ../../install_steps_interactive.pm_.c:273 ../../standalone/mousedrake_.c:66
msgid "Please choose on which serial port your mouse is connected to."
msgstr "Millisesse seerialporti on Teie hiir hendatud?"
-#: ../../install_steps_interactive.pm_.c:239
+#: ../../install_steps_interactive.pm_.c:281
msgid "Buttons emulation"
msgstr "Nuppude teesklemine"
-#: ../../install_steps_interactive.pm_.c:241
+#: ../../install_steps_interactive.pm_.c:283
msgid "Button 2 Emulation"
msgstr "Teeskle 2 hiirenupp"
-#: ../../install_steps_interactive.pm_.c:242
+#: ../../install_steps_interactive.pm_.c:284
msgid "Button 3 Emulation"
msgstr "Teeskle 3 hiirenuppu"
-#: ../../install_steps_interactive.pm_.c:261
+#: ../../install_steps_interactive.pm_.c:305
msgid "Configuring PCMCIA cards..."
msgstr "PCMCIA kaartide seadmine..."
-#: ../../install_steps_interactive.pm_.c:261
+#: ../../install_steps_interactive.pm_.c:305
msgid "PCMCIA"
msgstr "PCMCIA"
-#: ../../install_steps_interactive.pm_.c:266
+#: ../../install_steps_interactive.pm_.c:312
msgid "Configuring IDE"
msgstr "IDE seadistamine"
-#: ../../install_steps_interactive.pm_.c:266
+#: ../../install_steps_interactive.pm_.c:312
msgid "IDE"
msgstr "IDE"
-#: ../../install_steps_interactive.pm_.c:281
+#: ../../install_steps_interactive.pm_.c:327
msgid "no available partitions"
msgstr "ei leia partitsioone"
-#: ../../install_steps_interactive.pm_.c:284
+#: ../../install_steps_interactive.pm_.c:330
msgid "Scanning partitions to find mount points"
msgstr "Otsin partitsioonidelt henduspunkte"
-#: ../../install_steps_interactive.pm_.c:292
+#: ../../install_steps_interactive.pm_.c:338
msgid "Choose the mount points"
msgstr "Valige henduspunktid"
-#: ../../install_steps_interactive.pm_.c:311
+#: ../../install_steps_interactive.pm_.c:357
#, c-format
msgid ""
"I can't read your partition table, it's too corrupted for me :(\n"
@@ -4315,7 +4642,7 @@ msgstr ""
"(Viga oli selline: %s)\n"
"Kas olete nus partitsioonide kaotamisega?\n"
-#: ../../install_steps_interactive.pm_.c:324
+#: ../../install_steps_interactive.pm_.c:370
msgid ""
"DiskDrake failed to read correctly the partition table.\n"
"Continue at your own risk!"
@@ -4323,118 +4650,138 @@ msgstr ""
"DiskDrake ei saanud partitsioonitabeli lugemisega hakkama.\n"
"Jtkate omal vastutusel!"
-#: ../../install_steps_interactive.pm_.c:340
+#: ../../install_steps_interactive.pm_.c:386
msgid ""
"No free space for 1MB bootstrap! Install will continue, but to boot your "
"system, you'll need to create the bootstrap partition in DiskDrake"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:349
+#: ../../install_steps_interactive.pm_.c:395
#, fuzzy
msgid "No root partition found to perform an upgrade"
msgstr "Juurpartitsiooni ei leitud"
-#: ../../install_steps_interactive.pm_.c:350
+#: ../../install_steps_interactive.pm_.c:396
msgid "Root Partition"
msgstr "Juurpartitsioon"
-#: ../../install_steps_interactive.pm_.c:351
+#: ../../install_steps_interactive.pm_.c:397
msgid "What is the root partition (/) of your system?"
msgstr "Millisel partitsioonil hoiate juurkataloogi (/)?"
-#: ../../install_steps_interactive.pm_.c:365
+#: ../../install_steps_interactive.pm_.c:411
msgid "You need to reboot for the partition table modifications to take place"
msgstr "Partitsioonitabeli silitamiseks vajate alglaadimist"
-#: ../../install_steps_interactive.pm_.c:389
+#: ../../install_steps_interactive.pm_.c:435
msgid "Choose the partitions you want to format"
msgstr "Valige partitsioonid, mida soovite vormindada"
-#: ../../install_steps_interactive.pm_.c:390
+#: ../../install_steps_interactive.pm_.c:436
msgid "Check bad blocks?"
msgstr "Blokkide kontroll?"
-#: ../../install_steps_interactive.pm_.c:416
+#: ../../install_steps_interactive.pm_.c:462
msgid "Formatting partitions"
msgstr "Vormindan partitsioone"
-#: ../../install_steps_interactive.pm_.c:418
+#: ../../install_steps_interactive.pm_.c:464
#, c-format
msgid "Creating and formatting file %s"
msgstr "Loon ja vormindan faili %s"
-#: ../../install_steps_interactive.pm_.c:421
+#: ../../install_steps_interactive.pm_.c:467
msgid "Not enough swap to fulfill installation, please add some"
msgstr "Saaleala on installimiseks liiga vike, palun lisage"
-#: ../../install_steps_interactive.pm_.c:427
+#: ../../install_steps_interactive.pm_.c:473
msgid "Looking for available packages"
msgstr "Otsin kttesaadavaid pakette"
-#: ../../install_steps_interactive.pm_.c:433
+#: ../../install_steps_interactive.pm_.c:479
msgid "Finding packages to upgrade"
msgstr "Otsin uuendatavaid pakette"
-#: ../../install_steps_interactive.pm_.c:450
+#: ../../install_steps_interactive.pm_.c:496
#, c-format
msgid ""
"Your system has not enough space left for installation or upgrade (%d > %d)"
msgstr "Teie kvakettal ei ole piisavalt vaba ruumi (%d > %d)"
-#: ../../install_steps_interactive.pm_.c:469
+#: ../../install_steps_interactive.pm_.c:515
#, c-format
msgid "Complete (%dMB)"
msgstr "Tielik (%d MB)"
-#: ../../install_steps_interactive.pm_.c:469
+#: ../../install_steps_interactive.pm_.c:515
#, c-format
msgid "Minimum (%dMB)"
msgstr "Minimaalne (%d MB)"
-#: ../../install_steps_interactive.pm_.c:469
+#: ../../install_steps_interactive.pm_.c:515
#, c-format
msgid "Recommended (%dMB)"
msgstr "Soovitatav (%d MB)"
-#: ../../install_steps_interactive.pm_.c:475
-msgid "Custom"
-msgstr "Isetehtud"
-
-#: ../../install_steps_interactive.pm_.c:522
+#: ../../install_steps_interactive.pm_.c:568
msgid ""
"Please choose load or save package selection on floppy.\n"
"The format is the same as auto_install generated floppies."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:525
+#: ../../install_steps_interactive.pm_.c:571
#, fuzzy
msgid "Load from floppy"
msgstr "Taasta flopilt"
-#: ../../install_steps_interactive.pm_.c:527
+#: ../../install_steps_interactive.pm_.c:573
#, fuzzy
msgid "Loading from floppy"
msgstr "Taasta flopilt"
-#: ../../install_steps_interactive.pm_.c:527
+#: ../../install_steps_interactive.pm_.c:573
#, fuzzy
msgid "Package selection"
msgstr "Paketigruppide valik"
-#: ../../install_steps_interactive.pm_.c:532
+#: ../../install_steps_interactive.pm_.c:578
#, fuzzy
msgid "Insert a floppy containing package selection"
msgstr "Pane flopi seadmesse %s"
-#: ../../install_steps_interactive.pm_.c:544
+#: ../../install_steps_interactive.pm_.c:590
msgid "Save on floppy"
msgstr "Salvesta flopile"
-#: ../../install_steps_interactive.pm_.c:605
+#: ../../install_steps_interactive.pm_.c:658
msgid "Selected size is larger than available space"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:670
+#: ../../install_steps_interactive.pm_.c:671
+#, fuzzy
+msgid "Type of install"
+msgstr "Valige pakett installimiseks"
+
+#: ../../install_steps_interactive.pm_.c:672
+msgid ""
+"You haven't selected any group of packages.\n"
+"Please choose the minimal installation you want:"
+msgstr ""
+
+#: ../../install_steps_interactive.pm_.c:675
+#, fuzzy
+msgid "With X"
+msgstr "Oodake"
+
+#: ../../install_steps_interactive.pm_.c:677
+msgid "With basic documentation (recommended!)"
+msgstr ""
+
+#: ../../install_steps_interactive.pm_.c:678
+msgid "Truly minimal install (especially no urpmi)"
+msgstr ""
+
+#: ../../install_steps_interactive.pm_.c:762
msgid ""
"If you have all the CDs in the list below, click Ok.\n"
"If you have none of those CDs, click Cancel.\n"
@@ -4444,12 +4791,16 @@ msgstr ""
"Kui Teil ei ole htki neist, klikkige <Katkesta>.\n"
"Kui puuduvad mned CD-d, mrkige vaid olemasolevad ja siis <OK>."
-#: ../../install_steps_interactive.pm_.c:675
+#: ../../install_steps_interactive.pm_.c:767
#, c-format
msgid "Cd-Rom labeled \"%s\""
msgstr "CD pealdisega \"%s\""
-#: ../../install_steps_interactive.pm_.c:704
+#: ../../install_steps_interactive.pm_.c:787
+msgid "Preparing installation"
+msgstr "Valmistun installimiseks"
+
+#: ../../install_steps_interactive.pm_.c:796
#, c-format
msgid ""
"Installing package %s\n"
@@ -4458,21 +4809,21 @@ msgstr ""
"Paketi %s installimine\n"
"%d%%"
-#: ../../install_steps_interactive.pm_.c:713
+#: ../../install_steps_interactive.pm_.c:842
msgid "Post-install configuration"
msgstr "Paigaldusjrgsed stted"
-#: ../../install_steps_interactive.pm_.c:719
+#: ../../install_steps_interactive.pm_.c:848
#, fuzzy, c-format
msgid "Please insert the Boot floppy used in drive %s"
msgstr "Pane flopi seadmesse %s"
-#: ../../install_steps_interactive.pm_.c:725
+#: ../../install_steps_interactive.pm_.c:854
#, fuzzy, c-format
msgid "Please insert the Update Modules floppy in drive %s"
msgstr "Pange palun thi flopi seadmesse %s"
-#: ../../install_steps_interactive.pm_.c:750
+#: ../../install_steps_interactive.pm_.c:874
msgid ""
"You have now the possibility to download software aimed for encryption.\n"
"\n"
@@ -4540,140 +4891,166 @@ msgstr ""
"Altadena California 91001\n"
"USA"
-#: ../../install_steps_interactive.pm_.c:782
+#: ../../install_steps_interactive.pm_.c:912
+msgid ""
+"You have now the possibility to download updated packages that have\n"
+"been released after the distribution has been made available.\n"
+"\n"
+"You will get security fixes or bug fixes, but you need to have an\n"
+"Internet connection configured to proceed.\n"
+"\n"
+"Do you want to install the updates ?"
+msgstr ""
+
+#: ../../install_steps_interactive.pm_.c:926
+#, fuzzy
+msgid "Contacting Mandrake Linux web site to get the list of available mirrors"
+msgstr "Proovin lugeda peeglilt pakettide nimekirja"
+
+#: ../../install_steps_interactive.pm_.c:931
msgid "Choose a mirror from which to get the packages"
msgstr "Valige peegel, millelt lugeda pakettide nimekiri"
-#: ../../install_steps_interactive.pm_.c:793
+#: ../../install_steps_interactive.pm_.c:940
msgid "Contacting the mirror to get the list of available packages"
msgstr "Proovin lugeda peeglilt pakettide nimekirja"
-#: ../../install_steps_interactive.pm_.c:796
-msgid "Please choose the packages you want to install."
-msgstr "Palun valige paketid installimiseks"
-
-#: ../../install_steps_interactive.pm_.c:808
+#: ../../install_steps_interactive.pm_.c:967
msgid "Which is your timezone?"
msgstr "Millises ajavtmes asute?"
-#: ../../install_steps_interactive.pm_.c:813
+#: ../../install_steps_interactive.pm_.c:972
#, fuzzy
msgid "Hardware clock set to GMT"
msgstr "Kas Teie arvuti sisekell on seatud GMT ajale?"
-#: ../../install_steps_interactive.pm_.c:814
+#: ../../install_steps_interactive.pm_.c:973
msgid "Automatic time synchronization (using NTP)"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:821
+#: ../../install_steps_interactive.pm_.c:980
#, fuzzy
msgid "NTP Server"
msgstr "NIS server:"
-#: ../../install_steps_interactive.pm_.c:855
-#: ../../install_steps_interactive.pm_.c:863 ../../printerdrake.pm_.c:104
+#: ../../install_steps_interactive.pm_.c:1014
+#: ../../install_steps_interactive.pm_.c:1022
msgid "Remote CUPS server"
msgstr "CUPS printserver"
-#: ../../install_steps_interactive.pm_.c:856
+#: ../../install_steps_interactive.pm_.c:1015
msgid "No printer"
msgstr "Printerit ei ole"
-#: ../../install_steps_interactive.pm_.c:867 ../../steps.pm_.c:27
+#: ../../install_steps_interactive.pm_.c:1032
+#, fuzzy
+msgid "Do you have an ISA sound card?"
+msgstr "On Teil veel kaarte?"
+
+#: ../../install_steps_interactive.pm_.c:1034
+msgid "Run \"sndconfig\" after installation to configure your sound card"
+msgstr ""
+
+#: ../../install_steps_interactive.pm_.c:1036
+msgid "No sound card detected. Try \"harddrake\" after installation"
+msgstr ""
+
+#: ../../install_steps_interactive.pm_.c:1041 ../../steps.pm_.c:27
msgid "Summary"
msgstr "Kokkuvte"
-#: ../../install_steps_interactive.pm_.c:870
+#: ../../install_steps_interactive.pm_.c:1044
msgid "Mouse"
msgstr "Hiir"
-#: ../../install_steps_interactive.pm_.c:872
+#: ../../install_steps_interactive.pm_.c:1046
msgid "Timezone"
msgstr "Ajavde"
-#: ../../install_steps_interactive.pm_.c:873 ../../printerdrake.pm_.c:1773
-#: ../../printerdrake.pm_.c:1844
+#: ../../install_steps_interactive.pm_.c:1047 ../../printerdrake.pm_.c:2276
+#: ../../printerdrake.pm_.c:2354
msgid "Printer"
msgstr "Printer"
-#: ../../install_steps_interactive.pm_.c:875
+#: ../../install_steps_interactive.pm_.c:1049
msgid "ISDN card"
msgstr "ISDN kaart"
-#: ../../install_steps_interactive.pm_.c:878
+#: ../../install_steps_interactive.pm_.c:1052
+#: ../../install_steps_interactive.pm_.c:1054
msgid "Sound card"
msgstr "Helikaart"
-#: ../../install_steps_interactive.pm_.c:881
+#: ../../install_steps_interactive.pm_.c:1056
msgid "TV card"
msgstr "TV kaart"
-#: ../../install_steps_interactive.pm_.c:917
-#: ../../install_steps_interactive.pm_.c:941
-#: ../../install_steps_interactive.pm_.c:945
+#: ../../install_steps_interactive.pm_.c:1094
+#: ../../install_steps_interactive.pm_.c:1118
+#: ../../install_steps_interactive.pm_.c:1122
msgid "LDAP"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:918
-#: ../../install_steps_interactive.pm_.c:941
-#: ../../install_steps_interactive.pm_.c:954
+#: ../../install_steps_interactive.pm_.c:1095
+#: ../../install_steps_interactive.pm_.c:1118
+#: ../../install_steps_interactive.pm_.c:1131
#, fuzzy
msgid "NIS"
msgstr "Kasuta NIS-i"
-#: ../../install_steps_interactive.pm_.c:919
-#: ../../install_steps_interactive.pm_.c:941
+#: ../../install_steps_interactive.pm_.c:1096
+#: ../../install_steps_interactive.pm_.c:1118
#, fuzzy
msgid "Local files"
msgstr "Kohalik printer"
-#: ../../install_steps_interactive.pm_.c:928
-#: ../../install_steps_interactive.pm_.c:929 ../../steps.pm_.c:24
+#: ../../install_steps_interactive.pm_.c:1105
+#: ../../install_steps_interactive.pm_.c:1106 ../../steps.pm_.c:24
msgid "Set root password"
msgstr "Juurkasutaja salasna"
-#: ../../install_steps_interactive.pm_.c:930
+#: ../../install_steps_interactive.pm_.c:1107
msgid "No password"
msgstr "Salasna puudub"
-#: ../../install_steps_interactive.pm_.c:935
+#: ../../install_steps_interactive.pm_.c:1112
#, c-format
msgid "This password is too simple (must be at least %d characters long)"
msgstr "Salasna on liiga lihtne (peaks olema vhemalt %d themrki)"
-#: ../../install_steps_interactive.pm_.c:941 ../../network/modem.pm_.c:47
-#: ../../standalone/draknet_.c:604
+#: ../../install_steps_interactive.pm_.c:1118 ../../network/modem.pm_.c:49
+#: ../../standalone/draknet_.c:626 ../../standalone/logdrake_.c:172
msgid "Authentication"
msgstr "Autentimisviis"
-#: ../../install_steps_interactive.pm_.c:949
+#: ../../install_steps_interactive.pm_.c:1126
#, fuzzy
msgid "Authentication LDAP"
msgstr "Autentimisviis"
-#: ../../install_steps_interactive.pm_.c:950
+#: ../../install_steps_interactive.pm_.c:1127
msgid "LDAP Base dn"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:951
+#: ../../install_steps_interactive.pm_.c:1128
#, fuzzy
msgid "LDAP Server"
msgstr "NIS server:"
-#: ../../install_steps_interactive.pm_.c:957
+#: ../../install_steps_interactive.pm_.c:1134
#, fuzzy
msgid "Authentication NIS"
msgstr "NIS autentimine"
-#: ../../install_steps_interactive.pm_.c:958
+#: ../../install_steps_interactive.pm_.c:1135
msgid "NIS Domain"
msgstr "NIS domeen"
-#: ../../install_steps_interactive.pm_.c:959
+#: ../../install_steps_interactive.pm_.c:1136
msgid "NIS Server"
msgstr "NIS server:"
-#: ../../install_steps_interactive.pm_.c:994
+#: ../../install_steps_interactive.pm_.c:1171
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 "
@@ -4701,19 +5078,20 @@ msgstr ""
"Alglaadimisketta loomiseks asetage flopi esimesse seadmesse ning vajutage\n"
"\"Ok\"."
-#: ../../install_steps_interactive.pm_.c:1010
+#: ../../install_steps_interactive.pm_.c:1187
msgid "First floppy drive"
msgstr "Esimene flopiseade"
-#: ../../install_steps_interactive.pm_.c:1011
+#: ../../install_steps_interactive.pm_.c:1188
msgid "Second floppy drive"
msgstr "Teine flopiseade"
-#: ../../install_steps_interactive.pm_.c:1012 ../../printerdrake.pm_.c:1382
+#: ../../install_steps_interactive.pm_.c:1189 ../../printerdrake.pm_.c:1848
msgid "Skip"
msgstr "Jta vahele"
-#: ../../install_steps_interactive.pm_.c:1017
+#: ../../install_steps_interactive.pm_.c:1194
+#, c-format
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 "
@@ -4724,7 +5102,8 @@ msgid ""
"with\n"
"the Mandrake rescue image, making it much easier to recover from severe "
"system\n"
-"failures. Would you like to create a bootdisk for your system?"
+"failures. Would you like to create a bootdisk for your system?\n"
+"%s"
msgstr ""
"Isetehtud alglaadimisketas annab Teile vimaluse laadida Linux flopilt\n"
"sltumata tavaliselt alglaadijast. See vib abiks olla, kui Te ei soovi\n"
@@ -4732,30 +5111,40 @@ msgstr ""
"ra kustutab vi ei nnestu LILO-t Teie riistvara peal kasutada.\n"
"Alglaadmisflopi on kasutatav ka hdaabikettana, kui kvakettal oleva\n"
"failissteemiga peaks mingi nnetus juhtuma. Hoidke end ja Teid hoiab\n"
-"ka Jumal!"
+"ka Jumal!\n"
+"%s"
+
+#: ../../install_steps_interactive.pm_.c:1200
+msgid ""
+"\n"
+"\n"
+"(WARNING! You're using XFS for your root partition,\n"
+"creating a bootdisk on a 1.44 Mb floppy will probably fail,\n"
+"because XFS needs a very large driver)."
+msgstr ""
-#: ../../install_steps_interactive.pm_.c:1026
+#: ../../install_steps_interactive.pm_.c:1208
msgid "Sorry, no floppy drive available"
msgstr "Flopiseade ei ole kttesaadav"
-#: ../../install_steps_interactive.pm_.c:1030
+#: ../../install_steps_interactive.pm_.c:1212
msgid "Choose the floppy drive you want to use to make the bootdisk"
msgstr "Vali flopiseade, mida kasutad alglaadimisketta tegemiseks"
-#: ../../install_steps_interactive.pm_.c:1034
-#, c-format
-msgid "Insert a floppy in drive %s"
+#: ../../install_steps_interactive.pm_.c:1216
+#, fuzzy, c-format
+msgid "Insert a floppy in %s"
msgstr "Pane flopi seadmesse %s"
-#: ../../install_steps_interactive.pm_.c:1037
+#: ../../install_steps_interactive.pm_.c:1219
msgid "Creating bootdisk"
msgstr "Loome alglaadimisketta"
-#: ../../install_steps_interactive.pm_.c:1044
+#: ../../install_steps_interactive.pm_.c:1226
msgid "Preparing bootloader"
msgstr "Alglaaduri stted"
-#: ../../install_steps_interactive.pm_.c:1055
+#: ../../install_steps_interactive.pm_.c:1237
msgid ""
"You appear to have an OldWorld or Unknown\n"
" machine, the yaboot bootloader will not work for you.\n"
@@ -4763,11 +5152,11 @@ msgid ""
" need to use BootX to boot your machine"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1060
+#: ../../install_steps_interactive.pm_.c:1243
msgid "Do you want to use aboot?"
msgstr "Soovite aboot-i kasutada?"
-#: ../../install_steps_interactive.pm_.c:1063
+#: ../../install_steps_interactive.pm_.c:1246
msgid ""
"Error installing aboot, \n"
"try to force installation even if that destroys the first partition?"
@@ -4775,16 +5164,16 @@ msgstr ""
"Viga aboot-i installimisel, \n"
"kas forseerida, riskides esimese partitsiooni hvinguga?"
-#: ../../install_steps_interactive.pm_.c:1070
+#: ../../install_steps_interactive.pm_.c:1253
#, fuzzy
msgid "Installing bootloader"
msgstr "Alglaaduri stted"
-#: ../../install_steps_interactive.pm_.c:1076
+#: ../../install_steps_interactive.pm_.c:1259
msgid "Installation of bootloader failed. The following error occured:"
msgstr "Alglaaduri installimine ebannestus. Tekkis jrgnev viga:"
-#: ../../install_steps_interactive.pm_.c:1084
+#: ../../install_steps_interactive.pm_.c:1267
#, fuzzy, c-format
msgid ""
"You may need to change your Open Firmware boot-device to\n"
@@ -4801,34 +5190,18 @@ msgstr ""
" Then type: shut-down\n"
"At your next boot you should see the bootloader prompt."
-#: ../../install_steps_interactive.pm_.c:1092 ../../standalone/draksec_.c:23
-msgid "Low"
-msgstr "Madal"
-
-#: ../../install_steps_interactive.pm_.c:1093 ../../standalone/draksec_.c:24
-msgid "Medium"
-msgstr "Keskmine"
-
-#: ../../install_steps_interactive.pm_.c:1094 ../../standalone/draksec_.c:25
-msgid "High"
-msgstr "Krge"
-
-#: ../../install_steps_interactive.pm_.c:1098 ../../standalone/draksec_.c:62
-msgid "Choose security level"
-msgstr "Valige turvatase"
-
-#: ../../install_steps_interactive.pm_.c:1134
-#: ../../standalone/drakautoinst_.c:80
+#: ../../install_steps_interactive.pm_.c:1311
+#: ../../standalone/drakautoinst_.c:81
#, c-format
msgid "Insert a blank floppy in drive %s"
msgstr "Pange palun thi flopi seadmesse %s"
-#: ../../install_steps_interactive.pm_.c:1138
-#: ../../standalone/drakautoinst_.c:82
+#: ../../install_steps_interactive.pm_.c:1315
+#: ../../standalone/drakautoinst_.c:83
msgid "Creating auto install floppy"
msgstr "Loon kiirpaigaldusflopi"
-#: ../../install_steps_interactive.pm_.c:1149
+#: ../../install_steps_interactive.pm_.c:1326
msgid ""
"Some steps are not completed.\n"
"\n"
@@ -4838,14 +5211,19 @@ msgstr ""
"\n"
"Olete kindel, et vljute programmist?"
-#: ../../install_steps_interactive.pm_.c:1160
+#: ../../install_steps_interactive.pm_.c:1337
msgid ""
"Congratulations, installation is complete.\n"
"Remove the boot media and press return to reboot.\n"
"\n"
+"\n"
"For information on fixes which are available for this release of Mandrake "
"Linux,\n"
-"consult the Errata available from http://www.mandrakelinux.com/.\n"
+"consult the Errata available from:\n"
+"\n"
+"\n"
+"http://www.linux-mandrake.com/en/82errata.php3\n"
+"\n"
"\n"
"Information on configuring your system is available in the post\n"
"install chapter of the Official Mandrake Linux User's Guide."
@@ -4853,17 +5231,22 @@ msgstr ""
"nnitlen, installimine on edukalt lpetatud.\n"
"Vtke palun vlja flopi ja/vi CD ja vajutage Enter alglaadimiseks.\n"
"\n"
+"\n"
"Informatsiooni selle distributsiooni paranduste kohta (Errata) saab\n"
-"Mandrake Linux kodulehekljelt http://www.mandrakelinux.com/.\n"
+"Mandrake Linux kodulehekljelt \n"
+"\n"
+"\n"
+"http://www.linux-mandrake.com/en/82errata.php3\n"
+"\n"
"\n"
"Abi ssteemi edasiseks konfigureerimiseks saab eelkige dokumendist\n"
"\"Official Mandrake Linux User's Guide\""
-#: ../../install_steps_interactive.pm_.c:1172
+#: ../../install_steps_interactive.pm_.c:1354
msgid "Generate auto install floppy"
msgstr "Loo kiirpaigaldusflopi"
-#: ../../install_steps_interactive.pm_.c:1174
+#: ../../install_steps_interactive.pm_.c:1356
msgid ""
"The auto install can be fully automated if wanted,\n"
"in that case it will take over the hard drive!!\n"
@@ -4876,15 +5259,15 @@ msgstr ""
"\n"
"Vite valida ka lihtsalt installi kordamise.\n"
-#: ../../install_steps_interactive.pm_.c:1179
+#: ../../install_steps_interactive.pm_.c:1361
msgid "Automated"
msgstr "Automaatne"
-#: ../../install_steps_interactive.pm_.c:1179
+#: ../../install_steps_interactive.pm_.c:1361
msgid "Replay"
msgstr "Korda"
-#: ../../install_steps_interactive.pm_.c:1182
+#: ../../install_steps_interactive.pm_.c:1364
msgid "Save packages selection"
msgstr "Salvest paketivalik"
@@ -4898,356 +5281,455 @@ msgid ""
" <Tab>/<Alt-Tab> between elements | <Space> selects | <F12> next screen "
msgstr " <Tab>/<Alt-Tab> vljade vahel | <Space> valib | <F12> jrgmine samm "
-#: ../../interactive.pm_.c:73
+#: ../../interactive.pm_.c:87
msgid "kdesu missing"
msgstr "kdesu puudub"
-#: ../../interactive.pm_.c:132
+#: ../../interactive.pm_.c:89 ../../interactive.pm_.c:100
+msgid "consolehelper missing"
+msgstr ""
+
+#: ../../interactive.pm_.c:152
#, fuzzy
msgid "Choose a file"
msgstr "Valige tegevus"
-#: ../../interactive.pm_.c:284
+#: ../../interactive.pm_.c:314
msgid "Advanced"
msgstr "Edasijudnud"
-#: ../../interactive.pm_.c:345
+#: ../../interactive.pm_.c:315
+msgid "Basic"
+msgstr ""
+
+#: ../../interactive.pm_.c:386
msgid "Please wait"
msgstr "Palun oodake"
-#: ../../interactive_gtk.pm_.c:681
+#: ../../interactive_gtk.pm_.c:605 ../../services.pm_.c:222
+msgid "Info"
+msgstr "Info"
+
+#: ../../interactive_gtk.pm_.c:715
msgid "Expand Tree"
msgstr "Ava puu"
-#: ../../interactive_gtk.pm_.c:682
+#: ../../interactive_gtk.pm_.c:716
msgid "Collapse Tree"
msgstr "Sule puu"
-#: ../../interactive_gtk.pm_.c:683
+#: ../../interactive_gtk.pm_.c:717
msgid "Toggle between flat and group sorted"
msgstr "Sorteeritud vi sorteerimata"
-#: ../../interactive_stdio.pm_.c:35
-#, c-format
-msgid "Ambiguity (%s), be more precise\n"
-msgstr "Mitmeselt mistetav (%s), palun tpsustage\n"
-
-#: ../../interactive_stdio.pm_.c:36 ../../interactive_stdio.pm_.c:51
-#: ../../interactive_stdio.pm_.c:71
+#: ../../interactive_stdio.pm_.c:29 ../../interactive_stdio.pm_.c:147
msgid "Bad choice, try again\n"
msgstr "Halb valik, proovige palun uuesti\n"
-#: ../../interactive_stdio.pm_.c:39
+#: ../../interactive_stdio.pm_.c:30 ../../interactive_stdio.pm_.c:148
#, c-format
-msgid " ? (default %s) "
-msgstr " ? (vaikimisi %s) "
+msgid "Your choice? (default %s) "
+msgstr "Teie valik? (vaikimisi %s)"
#: ../../interactive_stdio.pm_.c:52
#, c-format
-msgid "Your choice? (default %s) "
+msgid ""
+"Entries you'll have to fill:\n"
+"%s"
+msgstr ""
+
+#: ../../interactive_stdio.pm_.c:68
+#, fuzzy, c-format
+msgid "Your choice? (0/1, default `%s') "
+msgstr "Teie valik? (vaikimisi %s)"
+
+#: ../../interactive_stdio.pm_.c:93
+#, fuzzy, c-format
+msgid "Button `%s': %s"
+msgstr "Eelistused: %s"
+
+#: ../../interactive_stdio.pm_.c:94
+#, fuzzy
+msgid "Do you want to click on this button? "
+msgstr "Soovite aboot-i kasutada?"
+
+#: ../../interactive_stdio.pm_.c:103
+#, fuzzy, c-format
+msgid "Your choice? (default `%s'%s) "
msgstr "Teie valik? (vaikimisi %s)"
-#: ../../interactive_stdio.pm_.c:72
+#: ../../interactive_stdio.pm_.c:121
#, c-format
-msgid "Your choice? (default %s enter `none' for none) "
-msgstr "Teie valik? (vaikimisi %s, `none' - ei midagi)"
+msgid "=> There are many things to choose from (%s).\n"
+msgstr ""
-#: ../../keyboard.pm_.c:140 ../../keyboard.pm_.c:178
+#: ../../interactive_stdio.pm_.c:124
+msgid ""
+"Please choose the first number of the 10-range you wish to edit,\n"
+"or just hit Enter to proceed.\n"
+"Your choice? "
+msgstr ""
+
+#: ../../interactive_stdio.pm_.c:137
+#, c-format
+msgid ""
+"=> Notice, a label changed:\n"
+"%s"
+msgstr ""
+
+#: ../../interactive_stdio.pm_.c:144
+msgid "Re-submit"
+msgstr ""
+
+#: ../../keyboard.pm_.c:174 ../../keyboard.pm_.c:205
msgid "Czech (QWERTZ)"
msgstr "Tehhi (QWERTZ)"
-#: ../../keyboard.pm_.c:141 ../../keyboard.pm_.c:155 ../../keyboard.pm_.c:180
+#: ../../keyboard.pm_.c:175 ../../keyboard.pm_.c:207
msgid "German"
msgstr "Saksa"
-#: ../../keyboard.pm_.c:142
+#: ../../keyboard.pm_.c:176
msgid "Dvorak"
msgstr "DVORAK"
-#: ../../keyboard.pm_.c:143 ../../keyboard.pm_.c:186
+#: ../../keyboard.pm_.c:177 ../../keyboard.pm_.c:214
msgid "Spanish"
msgstr "Hispaania"
-#: ../../keyboard.pm_.c:144 ../../keyboard.pm_.c:187
+#: ../../keyboard.pm_.c:178 ../../keyboard.pm_.c:215
msgid "Finnish"
msgstr "Soome"
-#: ../../keyboard.pm_.c:145 ../../keyboard.pm_.c:156 ../../keyboard.pm_.c:188
+#: ../../keyboard.pm_.c:179 ../../keyboard.pm_.c:216
msgid "French"
msgstr "Prantsuse"
-#: ../../keyboard.pm_.c:146 ../../keyboard.pm_.c:211
+#: ../../keyboard.pm_.c:180 ../../keyboard.pm_.c:241
msgid "Norwegian"
msgstr "Norra"
-#: ../../keyboard.pm_.c:147
+#: ../../keyboard.pm_.c:181
msgid "Polish"
msgstr "Poola"
-#: ../../keyboard.pm_.c:148 ../../keyboard.pm_.c:219
+#: ../../keyboard.pm_.c:182 ../../keyboard.pm_.c:249
msgid "Russian"
msgstr "Vene"
-#: ../../keyboard.pm_.c:150 ../../keyboard.pm_.c:221
+#: ../../keyboard.pm_.c:184 ../../keyboard.pm_.c:251
msgid "Swedish"
msgstr "Rootsi"
-#: ../../keyboard.pm_.c:151 ../../keyboard.pm_.c:236
+#: ../../keyboard.pm_.c:185 ../../keyboard.pm_.c:266
msgid "UK keyboard"
msgstr "Briti"
-#: ../../keyboard.pm_.c:152 ../../keyboard.pm_.c:157 ../../keyboard.pm_.c:237
+#: ../../keyboard.pm_.c:186 ../../keyboard.pm_.c:267
msgid "US keyboard"
msgstr "US"
-#: ../../keyboard.pm_.c:159
+#: ../../keyboard.pm_.c:188
#, fuzzy
msgid "Albanian"
msgstr "Iraani"
-#: ../../keyboard.pm_.c:160
+#: ../../keyboard.pm_.c:189
msgid "Armenian (old)"
msgstr "Armeenia (vanem)"
-#: ../../keyboard.pm_.c:161
+#: ../../keyboard.pm_.c:190
msgid "Armenian (typewriter)"
msgstr "Armeenia (trkimasin)"
-#: ../../keyboard.pm_.c:162
+#: ../../keyboard.pm_.c:191
msgid "Armenian (phonetic)"
msgstr "Armeenia (foneetiline)"
-#: ../../keyboard.pm_.c:167
+#: ../../keyboard.pm_.c:196
msgid "Azerbaidjani (latin)"
msgstr "Aserbaidaani (ladina)"
-#: ../../keyboard.pm_.c:169
+#: ../../keyboard.pm_.c:198
msgid "Belgian"
msgstr "Belgia"
-#: ../../keyboard.pm_.c:170
-msgid "Bulgarian"
+#: ../../keyboard.pm_.c:199
+#, fuzzy
+msgid "Bulgarian (phonetic)"
+msgstr "Armeenia (foneetiline)"
+
+#: ../../keyboard.pm_.c:200
+#, fuzzy
+msgid "Bulgarian (BDS)"
msgstr "Bulgaaria"
-#: ../../keyboard.pm_.c:171
+#: ../../keyboard.pm_.c:201
msgid "Brazilian (ABNT-2)"
msgstr "Brasiilia (ABNT-2)"
-#: ../../keyboard.pm_.c:172
+#: ../../keyboard.pm_.c:202
msgid "Belarusian"
msgstr "Valgevene"
-#: ../../keyboard.pm_.c:173
+#: ../../keyboard.pm_.c:203
msgid "Swiss (German layout)"
msgstr "veitsi (Saksa asetus)"
-#: ../../keyboard.pm_.c:174
+#: ../../keyboard.pm_.c:204
msgid "Swiss (French layout)"
msgstr "veitsi (Prantsuse asetus)"
-#: ../../keyboard.pm_.c:179
+#: ../../keyboard.pm_.c:206
msgid "Czech (QWERTY)"
msgstr "Tehhi (QWERTY)"
-#: ../../keyboard.pm_.c:181
+#: ../../keyboard.pm_.c:208
msgid "German (no dead keys)"
msgstr "Saksa (ilma sammuta)"
-#: ../../keyboard.pm_.c:182
+#: ../../keyboard.pm_.c:209
msgid "Danish"
msgstr "Taani"
-#: ../../keyboard.pm_.c:183
+#: ../../keyboard.pm_.c:210
msgid "Dvorak (US)"
msgstr "DVORAK (US)"
-#: ../../keyboard.pm_.c:184
+#: ../../keyboard.pm_.c:211
msgid "Dvorak (Norwegian)"
msgstr "DVORAK (Norra)"
-#: ../../keyboard.pm_.c:185
+#: ../../keyboard.pm_.c:212
+#, fuzzy
+msgid "Dvorak (Swedish)"
+msgstr "DVORAK (US)"
+
+#: ../../keyboard.pm_.c:213
msgid "Estonian"
msgstr "Eesti"
-#: ../../keyboard.pm_.c:189
+#: ../../keyboard.pm_.c:217
msgid "Georgian (\"Russian\" layout)"
msgstr "Gruusia (vene)"
-#: ../../keyboard.pm_.c:190
+#: ../../keyboard.pm_.c:218
msgid "Georgian (\"Latin\" layout)"
msgstr "Gruusia (ladina)"
-#: ../../keyboard.pm_.c:191
+#: ../../keyboard.pm_.c:219
msgid "Greek"
msgstr "Kreeka"
-#: ../../keyboard.pm_.c:192
+#: ../../keyboard.pm_.c:220
msgid "Hungarian"
msgstr "Ungari"
-#: ../../keyboard.pm_.c:193
+#: ../../keyboard.pm_.c:221
msgid "Croatian"
msgstr "Kroaadi"
-#: ../../keyboard.pm_.c:194
+#: ../../keyboard.pm_.c:222
msgid "Israeli"
msgstr "Iisraeli"
-#: ../../keyboard.pm_.c:195
+#: ../../keyboard.pm_.c:223
msgid "Israeli (Phonetic)"
msgstr "Iisraeli foneetiline"
-#: ../../keyboard.pm_.c:196
+#: ../../keyboard.pm_.c:224
msgid "Iranian"
msgstr "Iraani"
-#: ../../keyboard.pm_.c:197
+#: ../../keyboard.pm_.c:225
msgid "Icelandic"
msgstr "Islandi"
-#: ../../keyboard.pm_.c:198
+#: ../../keyboard.pm_.c:226
msgid "Italian"
msgstr "Itaalia"
-#: ../../keyboard.pm_.c:200
+#: ../../keyboard.pm_.c:228
msgid "Japanese 106 keys"
msgstr "Jaapani 106 klahviga"
-#: ../../keyboard.pm_.c:201
+#: ../../keyboard.pm_.c:231
msgid "Korean keyboard"
msgstr "Korea"
-#: ../../keyboard.pm_.c:202
+#: ../../keyboard.pm_.c:232
msgid "Latin American"
msgstr "Ladina-Ameerika"
-#: ../../keyboard.pm_.c:203
+#: ../../keyboard.pm_.c:233
msgid "Lithuanian AZERTY (old)"
msgstr "Leedu AZERTY (vanem)"
-#: ../../keyboard.pm_.c:205
+#: ../../keyboard.pm_.c:235
msgid "Lithuanian AZERTY (new)"
msgstr "Leedu AZERTY (uuem)"
-#: ../../keyboard.pm_.c:206
+#: ../../keyboard.pm_.c:236
msgid "Lithuanian \"number row\" QWERTY"
msgstr "Leedu numbrireaga QWERTY"
-#: ../../keyboard.pm_.c:207
+#: ../../keyboard.pm_.c:237
msgid "Lithuanian \"phonetic\" QWERTY"
msgstr "Leedu foneetiline QWERTY"
-#: ../../keyboard.pm_.c:208
+#: ../../keyboard.pm_.c:238
#, fuzzy
msgid "Latvian"
msgstr "Asukoht"
-#: ../../keyboard.pm_.c:209
+#: ../../keyboard.pm_.c:239
msgid "Macedonian"
msgstr "Makedoonia"
-#: ../../keyboard.pm_.c:210
+#: ../../keyboard.pm_.c:240
msgid "Dutch"
msgstr "Hollandi"
-#: ../../keyboard.pm_.c:212
+#: ../../keyboard.pm_.c:242
msgid "Polish (qwerty layout)"
msgstr "Poola (QWERTY)"
-#: ../../keyboard.pm_.c:213
+#: ../../keyboard.pm_.c:243
msgid "Polish (qwertz layout)"
msgstr "Poola (QWERTZ)"
-#: ../../keyboard.pm_.c:214
+#: ../../keyboard.pm_.c:244
msgid "Portuguese"
msgstr "Portugali"
-#: ../../keyboard.pm_.c:215
+#: ../../keyboard.pm_.c:245
msgid "Canadian (Quebec)"
msgstr "Kanada (Quebec)"
-#: ../../keyboard.pm_.c:217
+#: ../../keyboard.pm_.c:247
#, fuzzy
msgid "Romanian (qwertz)"
msgstr "Vene (Yawerty)"
-#: ../../keyboard.pm_.c:218
+#: ../../keyboard.pm_.c:248
#, fuzzy
msgid "Romanian (qwerty)"
msgstr "Vene (Yawerty)"
-#: ../../keyboard.pm_.c:220
+#: ../../keyboard.pm_.c:250
msgid "Russian (Yawerty)"
msgstr "Vene (Yawerty)"
-#: ../../keyboard.pm_.c:222
+#: ../../keyboard.pm_.c:252
msgid "Slovenian"
msgstr "Sloveenia"
-#: ../../keyboard.pm_.c:226
+#: ../../keyboard.pm_.c:253
msgid "Slovakian (QWERTZ)"
msgstr "Slovaki (QWERTZ)"
-#: ../../keyboard.pm_.c:227
+#: ../../keyboard.pm_.c:254
msgid "Slovakian (QWERTY)"
msgstr "Slovaki (QWERTY)"
-#: ../../keyboard.pm_.c:229
+#: ../../keyboard.pm_.c:256
#, fuzzy
msgid "Serbian (cyrillic)"
msgstr "Aserbaidaani (kirillitsa)"
-#: ../../keyboard.pm_.c:230
+#: ../../keyboard.pm_.c:258
+#, fuzzy
+msgid "Tamil"
+msgstr "Tabel"
+
+#: ../../keyboard.pm_.c:259
msgid "Thai keyboard"
msgstr "Tai"
-#: ../../keyboard.pm_.c:232
+#: ../../keyboard.pm_.c:261
#, fuzzy
msgid "Tajik keyboard"
msgstr "Tai"
-#: ../../keyboard.pm_.c:233
+#: ../../keyboard.pm_.c:262
msgid "Turkish (traditional \"F\" model)"
msgstr "Trgi (\"F\" mudel)"
-#: ../../keyboard.pm_.c:234
+#: ../../keyboard.pm_.c:263
msgid "Turkish (modern \"Q\" model)"
msgstr "Trgi (\"Q\" mudel)"
-#: ../../keyboard.pm_.c:235
+#: ../../keyboard.pm_.c:265
msgid "Ukrainian"
msgstr "Ukraina"
-#: ../../keyboard.pm_.c:238
+#: ../../keyboard.pm_.c:268
msgid "US keyboard (international)"
msgstr "US (rahvusvaheline)"
-#: ../../keyboard.pm_.c:239
+#: ../../keyboard.pm_.c:269
msgid "Vietnamese \"numeric row\" QWERTY"
msgstr "Vietnami numbrireaga QWERTY"
-#: ../../keyboard.pm_.c:240
+#: ../../keyboard.pm_.c:270
#, fuzzy
msgid "Yugoslavian (latin)"
msgstr "Jugoslaavia (koos kirillitsaga)"
+#: ../../keyboard.pm_.c:278
+msgid "Right Alt key"
+msgstr ""
+
+#: ../../keyboard.pm_.c:279
+msgid "Both Shift keys simultaneously"
+msgstr ""
+
+#: ../../keyboard.pm_.c:280
+msgid "Control and Shift keys simultaneously"
+msgstr ""
+
+#: ../../keyboard.pm_.c:281
+msgid "CapsLock key"
+msgstr ""
+
+#: ../../keyboard.pm_.c:282
+msgid "Ctrl and Alt keys simultaneously"
+msgstr ""
+
+#: ../../keyboard.pm_.c:283
+msgid "Alt and Shift keys simultaneously"
+msgstr ""
+
+#: ../../keyboard.pm_.c:284
+msgid "\"Menu\" key"
+msgstr ""
+
+#: ../../keyboard.pm_.c:285
+msgid "Left \"Windows\" key"
+msgstr ""
+
+#: ../../keyboard.pm_.c:286
+msgid "Right \"Windows\" key"
+msgstr ""
+
#: ../../loopback.pm_.c:32
#, c-format
msgid "Circular mounts %s\n"
msgstr "Ringhendus %s\n"
-#: ../../lvm.pm_.c:83
+#: ../../lvm.pm_.c:88
msgid "Remove the logical volumes first\n"
msgstr "Eemalda enne kettarhmad (logical volumes)\n"
+#: ../../modules.pm_.c:826
+msgid ""
+"PCMCIA support no longer exist for 2.2 kernels. Please use a 2.4 kernel."
+msgstr ""
+
#: ../../mouse.pm_.c:25
msgid "Sun - Mouse"
msgstr "Suni hiir"
-#: ../../mouse.pm_.c:31
-msgid "Standard"
-msgstr "Tavahiir"
-
#: ../../mouse.pm_.c:32
msgid "Logitech MouseMan+"
msgstr "Logitech MouseMan+"
@@ -5260,11 +5742,11 @@ msgstr "Lihtsalt PS2 rattaga hiir"
msgid "GlidePoint"
msgstr "GlidePoint"
-#: ../../mouse.pm_.c:36 ../../mouse.pm_.c:62
+#: ../../mouse.pm_.c:36 ../../mouse.pm_.c:63
msgid "Kensington Thinking Mouse"
msgstr "Kensington Thinking Mouse"
-#: ../../mouse.pm_.c:37 ../../mouse.pm_.c:58
+#: ../../mouse.pm_.c:37 ../../mouse.pm_.c:59
msgid "Genius NetMouse"
msgstr "Genius NetMouse"
@@ -5272,111 +5754,111 @@ msgstr "Genius NetMouse"
msgid "Genius NetScroll"
msgstr "Genius NetScroll"
-#: ../../mouse.pm_.c:43 ../../mouse.pm_.c:67
+#: ../../mouse.pm_.c:43 ../../mouse.pm_.c:68
msgid "1 button"
msgstr "1 nupp"
-#: ../../mouse.pm_.c:44
+#: ../../mouse.pm_.c:44 ../../mouse.pm_.c:51
+msgid "Generic 2 Button Mouse"
+msgstr "Lihtsalt 2-nupuline hiir"
+
+#: ../../mouse.pm_.c:45
msgid "Generic"
msgstr "Tavaline"
-#: ../../mouse.pm_.c:45
+#: ../../mouse.pm_.c:46
msgid "Wheel"
msgstr "Ratas"
-#: ../../mouse.pm_.c:48
+#: ../../mouse.pm_.c:49
msgid "serial"
msgstr "seerial"
-#: ../../mouse.pm_.c:50
-msgid "Generic 2 Button Mouse"
-msgstr "Lihtsalt 2-nupuline hiir"
-
-#: ../../mouse.pm_.c:51
+#: ../../mouse.pm_.c:52
msgid "Generic 3 Button Mouse"
msgstr "Lihtsalt 3-nupuline hiir"
-#: ../../mouse.pm_.c:52
+#: ../../mouse.pm_.c:53
msgid "Microsoft IntelliMouse"
msgstr "Microsoft IntelliMouse"
-#: ../../mouse.pm_.c:53
+#: ../../mouse.pm_.c:54
msgid "Logitech MouseMan"
msgstr "Logitech MouseMan"
-#: ../../mouse.pm_.c:54
+#: ../../mouse.pm_.c:55
msgid "Mouse Systems"
msgstr "Mouse Systems"
-#: ../../mouse.pm_.c:56
+#: ../../mouse.pm_.c:57
msgid "Logitech CC Series"
msgstr "Logitech CC seeria (seerial)"
-#: ../../mouse.pm_.c:57
+#: ../../mouse.pm_.c:58
msgid "Logitech MouseMan+/FirstMouse+"
msgstr "Logitech MouseMan+/FirstMouse+"
-#: ../../mouse.pm_.c:59
+#: ../../mouse.pm_.c:60
msgid "MM Series"
msgstr "MM Series"
-#: ../../mouse.pm_.c:60
+#: ../../mouse.pm_.c:61
msgid "MM HitTablet"
msgstr "MM HitTablet"
-#: ../../mouse.pm_.c:61
+#: ../../mouse.pm_.c:62
msgid "Logitech Mouse (serial, old C7 type)"
msgstr "Logitech (seerial, vana C7 tpi)"
-#: ../../mouse.pm_.c:65
+#: ../../mouse.pm_.c:66
msgid "busmouse"
msgstr "siinihiir"
-#: ../../mouse.pm_.c:68
+#: ../../mouse.pm_.c:69
msgid "2 buttons"
msgstr "2 nuppu"
-#: ../../mouse.pm_.c:69
+#: ../../mouse.pm_.c:70
msgid "3 buttons"
msgstr "3 nuppu"
-#: ../../mouse.pm_.c:72
+#: ../../mouse.pm_.c:73
msgid "none"
msgstr "ei soovi"
-#: ../../mouse.pm_.c:74
+#: ../../mouse.pm_.c:75
msgid "No mouse"
msgstr "Hiirt ei ole"
-#: ../../mouse.pm_.c:482
+#: ../../mouse.pm_.c:499
msgid "Please test the mouse"
msgstr "Palun testige hiirt"
-#: ../../mouse.pm_.c:483
+#: ../../mouse.pm_.c:500
msgid "To activate the mouse,"
msgstr "Hiire aktiveerimiseks"
-#: ../../mouse.pm_.c:484
+#: ../../mouse.pm_.c:501
msgid "MOVE YOUR WHEEL!"
msgstr "KEERUTAGE RATTAKEST!"
-#: ../../my_gtk.pm_.c:380
+#: ../../my_gtk.pm_.c:651
msgid "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
msgstr ""
-#: ../../my_gtk.pm_.c:415
+#: ../../my_gtk.pm_.c:686
msgid "Finish"
msgstr "Lpeta"
-#: ../../my_gtk.pm_.c:415
+#: ../../my_gtk.pm_.c:686 ../../printerdrake.pm_.c:1588
msgid "Next ->"
msgstr "Jrgmine ->"
-#: ../../my_gtk.pm_.c:416
+#: ../../my_gtk.pm_.c:687 ../../printerdrake.pm_.c:1586
msgid "<- Previous"
msgstr "<- Eelmine"
-#: ../../my_gtk.pm_.c:716
+#: ../../my_gtk.pm_.c:1019
msgid "Is this correct?"
msgstr "Kas see on sobiv?"
@@ -5426,7 +5908,7 @@ msgstr ""
"htki vrgukaarti ei nnestunud tuvastada\n"
"Seega ei saa ka sellist hendust seadistada."
-#: ../../network/ethernet.pm_.c:92 ../../standalone/drakgw_.c:233
+#: ../../network/ethernet.pm_.c:92 ../../standalone/drakgw_.c:252
msgid "Choose the network interface"
msgstr "Valige vrguliides"
@@ -5440,7 +5922,7 @@ msgstr ""
msgid "no network card found"
msgstr "vrgukaarti ei leitud"
-#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:350
+#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:360
msgid "Configuring network"
msgstr "Vrguseadistused"
@@ -5456,15 +5938,15 @@ msgstr ""
"Masina nimi peab olema esitatud tiskujul,\n"
"nagu ``minumasin.minufirma.ee''."
-#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:355
+#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:365
msgid "Host name"
msgstr "Masinanimi"
#: ../../network/isdn.pm_.c:21 ../../network/isdn.pm_.c:44
-#: ../../network/netconnect.pm_.c:91 ../../network/netconnect.pm_.c:105
-#: ../../network/netconnect.pm_.c:154 ../../network/netconnect.pm_.c:164
-#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:213
-#: ../../network/netconnect.pm_.c:221
+#: ../../network/netconnect.pm_.c:95 ../../network/netconnect.pm_.c:109
+#: ../../network/netconnect.pm_.c:164 ../../network/netconnect.pm_.c:175
+#: ../../network/netconnect.pm_.c:202 ../../network/netconnect.pm_.c:225
+#: ../../network/netconnect.pm_.c:233
msgid "Network Configuration Wizard"
msgstr "Vrgu stete abimees"
@@ -5505,13 +5987,13 @@ msgstr "Leitud tulemri stted!"
msgid "Old configuration (isdn4net)"
msgstr "Leitud tulemri stted!"
-#: ../../network/isdn.pm_.c:169 ../../network/isdn.pm_.c:187
-#: ../../network/isdn.pm_.c:197 ../../network/isdn.pm_.c:204
-#: ../../network/isdn.pm_.c:214
+#: ../../network/isdn.pm_.c:170 ../../network/isdn.pm_.c:188
+#: ../../network/isdn.pm_.c:198 ../../network/isdn.pm_.c:205
+#: ../../network/isdn.pm_.c:215
msgid "ISDN Configuration"
msgstr "ISDN stted"
-#: ../../network/isdn.pm_.c:169
+#: ../../network/isdn.pm_.c:170
msgid ""
"Select your provider.\n"
" If it's not in the list, choose Unlisted"
@@ -5519,22 +6001,22 @@ msgstr ""
"Vali oma teenusepakkuja.\n"
" Kui see ei ole nimekirjas, vali Tundmatu"
-#: ../../network/isdn.pm_.c:182
+#: ../../network/isdn.pm_.c:183
#, fuzzy
msgid "Europe protocol"
msgstr "Laadimisprotokoll"
-#: ../../network/isdn.pm_.c:182
+#: ../../network/isdn.pm_.c:183
#, fuzzy
msgid "Europe protocol (EDSS1)"
msgstr "Euroopa (EDSS1)"
-#: ../../network/isdn.pm_.c:184
+#: ../../network/isdn.pm_.c:185
#, fuzzy
msgid "Protocol for the rest of the world"
msgstr "lejnud maailm"
-#: ../../network/isdn.pm_.c:184
+#: ../../network/isdn.pm_.c:185
#, fuzzy
msgid ""
"Protocol for the rest of the world \n"
@@ -5543,27 +6025,27 @@ msgstr ""
"lejnud maailm \n"
" ilma D-kanalita"
-#: ../../network/isdn.pm_.c:188
+#: ../../network/isdn.pm_.c:189
msgid "Which protocol do you want to use ?"
msgstr "Mis protokolli soovite kasutada?"
-#: ../../network/isdn.pm_.c:198
+#: ../../network/isdn.pm_.c:199
msgid "What kind of card do you have?"
msgstr "Mis tpi kaart Teil on?"
-#: ../../network/isdn.pm_.c:199
+#: ../../network/isdn.pm_.c:200
msgid "I don't know"
msgstr "Ei tea"
-#: ../../network/isdn.pm_.c:199
+#: ../../network/isdn.pm_.c:200
msgid "ISA / PCMCIA"
msgstr "ISA / PCMCIA"
-#: ../../network/isdn.pm_.c:199
+#: ../../network/isdn.pm_.c:200
msgid "PCI"
msgstr "PCI"
-#: ../../network/isdn.pm_.c:205
+#: ../../network/isdn.pm_.c:206
msgid ""
"\n"
"If you have an ISA card, the values on the next screen should be right.\n"
@@ -5576,19 +6058,19 @@ msgstr ""
"Kui Teil on PCMCIA kaart, peaksite Te ise teadma selle IRQ ning IO "
"vrtusi.\n"
-#: ../../network/isdn.pm_.c:209
+#: ../../network/isdn.pm_.c:210
msgid "Abort"
msgstr "Katkesta"
-#: ../../network/isdn.pm_.c:209
+#: ../../network/isdn.pm_.c:210
msgid "Continue"
msgstr "Jtka"
-#: ../../network/isdn.pm_.c:215
+#: ../../network/isdn.pm_.c:216
msgid "Which is your ISDN card ?"
msgstr "Milline on Teie ISDN kaart?"
-#: ../../network/isdn.pm_.c:234
+#: ../../network/isdn.pm_.c:235
msgid ""
"I have detected an ISDN PCI Card, but I don't know the type. Please select "
"one PCI card on the next screen."
@@ -5596,59 +6078,59 @@ msgstr ""
"Leidsin kll PCI ISDN kaardi, kui selle tp on tundmatu. Palun valige ks "
"PCI kaart jrgmisel sammul."
-#: ../../network/isdn.pm_.c:243
+#: ../../network/isdn.pm_.c:244
msgid "No ISDN PCI card found. Please select one on the next screen."
msgstr "PCI ISDN kaarti ei leitud. Palun valige ks jrgmisel sammul."
-#: ../../network/modem.pm_.c:37
+#: ../../network/modem.pm_.c:39
msgid "Please choose which serial port your modem is connected to."
msgstr "Millisesse seerialporti on Teie modem hendatud?"
-#: ../../network/modem.pm_.c:42
+#: ../../network/modem.pm_.c:44
msgid "Dialup options"
msgstr "DialUp parameetrid"
-#: ../../network/modem.pm_.c:43 ../../standalone/draknet_.c:600
+#: ../../network/modem.pm_.c:45 ../../standalone/draknet_.c:622
msgid "Connection name"
msgstr "henduse nimi"
-#: ../../network/modem.pm_.c:44 ../../standalone/draknet_.c:601
+#: ../../network/modem.pm_.c:46 ../../standalone/draknet_.c:623
msgid "Phone number"
msgstr "Sissehelistamiskeskuse number"
-#: ../../network/modem.pm_.c:45 ../../standalone/draknet_.c:602
+#: ../../network/modem.pm_.c:47 ../../standalone/draknet_.c:624
msgid "Login ID"
msgstr "Kasutajakonto"
-#: ../../network/modem.pm_.c:47 ../../standalone/draknet_.c:604
+#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
msgid "CHAP"
msgstr "CHAP"
-#: ../../network/modem.pm_.c:47 ../../standalone/draknet_.c:604
+#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
msgid "PAP"
msgstr "PAP"
-#: ../../network/modem.pm_.c:47 ../../standalone/draknet_.c:604
+#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
msgid "Script-based"
msgstr "Skriptiphine"
-#: ../../network/modem.pm_.c:47 ../../standalone/draknet_.c:604
+#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
msgid "Terminal-based"
msgstr "Terminaliphine"
-#: ../../network/modem.pm_.c:48 ../../standalone/draknet_.c:605
+#: ../../network/modem.pm_.c:50 ../../standalone/draknet_.c:627
msgid "Domain name"
msgstr "Domeeninimi"
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:606
+#: ../../network/modem.pm_.c:51 ../../standalone/draknet_.c:628
msgid "First DNS Server (optional)"
msgstr "Esimene nimeserver (soovituslik)"
-#: ../../network/modem.pm_.c:50 ../../standalone/draknet_.c:607
+#: ../../network/modem.pm_.c:52 ../../standalone/draknet_.c:629
msgid "Second DNS Server (optional)"
msgstr "Teine nimeserver (soovituslik)"
-#: ../../network/netconnect.pm_.c:33
+#: ../../network/netconnect.pm_.c:34
msgid ""
"\n"
"You can disconnect or reconfigure your connection."
@@ -5656,7 +6138,7 @@ msgstr ""
"\n"
"Saate henduse katkestada vi uuesti seadistada."
-#: ../../network/netconnect.pm_.c:33 ../../network/netconnect.pm_.c:36
+#: ../../network/netconnect.pm_.c:34 ../../network/netconnect.pm_.c:37
msgid ""
"\n"
"You can reconfigure your connection."
@@ -5664,11 +6146,11 @@ msgstr ""
"\n"
"Saate seadistada henduse uuesti."
-#: ../../network/netconnect.pm_.c:33
+#: ../../network/netconnect.pm_.c:34
msgid "You are currently connected to internet."
msgstr "Hetkel olete Internetiga hendatud."
-#: ../../network/netconnect.pm_.c:36
+#: ../../network/netconnect.pm_.c:37
msgid ""
"\n"
"You can connect to Internet or reconfigure your connection."
@@ -5676,34 +6158,37 @@ msgstr ""
"\n"
"Saate henduda Internetti vi seadistada hendus uuesti."
-#: ../../network/netconnect.pm_.c:36
+#: ../../network/netconnect.pm_.c:37
msgid "You are not currently connected to Internet."
msgstr "Hetkel ei ole Te Internetti hendatud."
-#: ../../network/netconnect.pm_.c:40
-msgid "Connect to Internet"
-msgstr "Loo internetihendus"
+#: ../../network/netconnect.pm_.c:41
+#, fuzzy
+msgid "Connect"
+msgstr "hendatud"
-#: ../../network/netconnect.pm_.c:42
-msgid "Disconnect from Internet"
-msgstr "Katkesta internetihendus"
+#: ../../network/netconnect.pm_.c:43
+#, fuzzy
+msgid "Disconnect"
+msgstr "Lahuta..."
-#: ../../network/netconnect.pm_.c:44
-msgid "Configure network connection (LAN or Internet)"
-msgstr "Seadista vrguhendus (kohtvrk vi Internet)"
+#: ../../network/netconnect.pm_.c:45
+#, fuzzy
+msgid "Configure the connection"
+msgstr "Seadista TV-kaabli hendus"
-#: ../../network/netconnect.pm_.c:47
+#: ../../network/netconnect.pm_.c:50
msgid "Internet connection & configuration"
msgstr "Internetihenduse seadistamine"
-#: ../../network/netconnect.pm_.c:96
+#: ../../network/netconnect.pm_.c:100
#, fuzzy, c-format
msgid "We are now going to configure the %s connection."
msgstr ""
"\n"
"Saate henduse katkestada vi uuesti seadistada."
-#: ../../network/netconnect.pm_.c:105
+#: ../../network/netconnect.pm_.c:109
#, fuzzy, c-format
msgid ""
"\n"
@@ -5717,12 +6202,12 @@ msgstr ""
"\n"
"Saate henduse katkestada vi uuesti seadistada."
-#: ../../network/netconnect.pm_.c:129 ../../network/netconnect.pm_.c:243
-#: ../../network/netconnect.pm_.c:255 ../../network/tools.pm_.c:56
+#: ../../network/netconnect.pm_.c:138 ../../network/netconnect.pm_.c:252
+#: ../../network/netconnect.pm_.c:271 ../../network/tools.pm_.c:57
msgid "Network Configuration"
msgstr "Vrgu stted"
-#: ../../network/netconnect.pm_.c:130
+#: ../../network/netconnect.pm_.c:139
msgid ""
"Because you are doing a network installation, your network is already "
"configured.\n"
@@ -5733,7 +6218,7 @@ msgstr ""
"Kui soovite neid seadistusi silitada, valige OK, muidu katkestage ja saate "
"seadistada uuesti.\n"
-#: ../../network/netconnect.pm_.c:155
+#: ../../network/netconnect.pm_.c:165
msgid ""
"Welcome to The Network Configuration Wizard\n"
"\n"
@@ -5745,93 +6230,93 @@ msgstr ""
"Nd hakkame internetihendust seadistama.\n"
"Kui Te ei soovi automaatset tuvastamist siis jtke see mrkimata.\n"
-#: ../../network/netconnect.pm_.c:157
+#: ../../network/netconnect.pm_.c:167
msgid "Choose the profile to configure"
msgstr "Valige profiil, mida seadistada"
-#: ../../network/netconnect.pm_.c:158
+#: ../../network/netconnect.pm_.c:168
msgid "Use auto detection"
msgstr "Kasuta automaattuvastust"
-#: ../../network/netconnect.pm_.c:164
+#: ../../network/netconnect.pm_.c:175
msgid "Detecting devices..."
msgstr "Otsin printerit..."
-#: ../../network/netconnect.pm_.c:175 ../../network/netconnect.pm_.c:184
+#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
msgid "Normal modem connection"
msgstr "Tavaline modemihendus"
-#: ../../network/netconnect.pm_.c:175 ../../network/netconnect.pm_.c:184
+#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
#, c-format
msgid "detected on port %s"
msgstr "leiti port %s"
-#: ../../network/netconnect.pm_.c:176 ../../network/netconnect.pm_.c:185
+#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
msgid "ISDN connection"
msgstr "ISDN hendus"
-#: ../../network/netconnect.pm_.c:176 ../../network/netconnect.pm_.c:185
+#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
#, c-format
msgid "detected %s"
msgstr "tuvastati %s"
-#: ../../network/netconnect.pm_.c:177 ../../network/netconnect.pm_.c:186
+#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
#, fuzzy
msgid "ADSL connection"
msgstr "LAN hendus"
-#: ../../network/netconnect.pm_.c:177 ../../network/netconnect.pm_.c:186
+#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
#, c-format
msgid "detected on interface %s"
msgstr "leiti liidesel %s"
-#: ../../network/netconnect.pm_.c:178 ../../network/netconnect.pm_.c:187
+#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
msgid "Cable connection"
msgstr "Kaablihendus"
-#: ../../network/netconnect.pm_.c:178 ../../network/netconnect.pm_.c:187
+#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
#, fuzzy
msgid "cable connection detected"
msgstr "Kaablihendus"
-#: ../../network/netconnect.pm_.c:179 ../../network/netconnect.pm_.c:188
+#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
msgid "LAN connection"
msgstr "LAN hendus"
-#: ../../network/netconnect.pm_.c:179 ../../network/netconnect.pm_.c:188
+#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
msgid "ethernet card(s) detected"
msgstr "vrgukaart(i) leiti les"
-#: ../../network/netconnect.pm_.c:190
+#: ../../network/netconnect.pm_.c:202
#, fuzzy
msgid "Choose the connection you want to configure"
msgstr "Valige kasutatav vahend"
-#: ../../network/netconnect.pm_.c:214
+#: ../../network/netconnect.pm_.c:226
msgid ""
"You have configured multiple ways to connect to the Internet.\n"
"Choose the one you want to use.\n"
"\n"
msgstr ""
-#: ../../network/netconnect.pm_.c:215
+#: ../../network/netconnect.pm_.c:227
#, fuzzy
msgid "Internet connection"
msgstr "Internetihenduse jagamine"
-#: ../../network/netconnect.pm_.c:221
+#: ../../network/netconnect.pm_.c:233
msgid "Do you want to start the connection at boot?"
msgstr "Kas soovite luua henduse juba alglaadimisel?"
-#: ../../network/netconnect.pm_.c:239
+#: ../../network/netconnect.pm_.c:247
msgid "Network configuration"
msgstr "Vrgustted"
-#: ../../network/netconnect.pm_.c:240
+#: ../../network/netconnect.pm_.c:248
msgid "The network needs to be restarted"
msgstr ""
-#: ../../network/netconnect.pm_.c:243
+#: ../../network/netconnect.pm_.c:252
#, fuzzy, c-format
msgid ""
"A problem occured while restarting the network: \n"
@@ -5839,25 +6324,32 @@ msgid ""
"%s"
msgstr "Kas soovite vrguhendust taaskivitada?"
-#: ../../network/netconnect.pm_.c:247
+#: ../../network/netconnect.pm_.c:261
msgid ""
-"Congratulations, the network and internet configuration is finished.\n"
-"\n"
+"Congratulations, the network and Internet configuration is finished.\n"
"The configuration will now be applied to your system.\n"
+"\n"
msgstr ""
"nnitleme, vrgundus ja internetihendus on seadistatud.\n"
"\n"
"Stted salvestatakse nd.\n"
-#: ../../network/netconnect.pm_.c:250
+#: ../../network/netconnect.pm_.c:265
msgid ""
-"After that is done, we recommend you to restart your X\n"
-"environnement to avoid hostname changing problem."
+"After this is done, we recommend that you restart your X environment to "
+"avoid any hostname-related problems."
msgstr ""
"Soovitame taaskivitada ka X keskkonna, et vltida vimalikke\n"
"masinanime muutmisest tingitud probleeme."
-#: ../../network/network.pm_.c:283
+#: ../../network/netconnect.pm_.c:266
+msgid ""
+"Problems occured during configuration.\n"
+"Test your connection via net_monitor or mcc. If your connection doesn't "
+"work, you might want to relaunch the configuration"
+msgstr ""
+
+#: ../../network/network.pm_.c:292
msgid ""
"WARNING: This device has been previously configured to connect to the "
"Internet.\n"
@@ -5867,7 +6359,7 @@ msgstr ""
"HOIATUS: See seade on juba seadistatud Interneti jaoks.\n"
"Valige lihtsalt OK, et stteid mitte muuta."
-#: ../../network/network.pm_.c:288
+#: ../../network/network.pm_.c:297
msgid ""
"Please enter the IP configuration for this machine.\n"
"Each item should be entered as an IP address in dotted-decimal\n"
@@ -5877,38 +6369,38 @@ msgstr ""
"Kik read tuleb sisestada IP-aadressi kujul\n"
"(Niteks 12.34.56.78)"
-#: ../../network/network.pm_.c:297 ../../network/network.pm_.c:298
+#: ../../network/network.pm_.c:306 ../../network/network.pm_.c:307
#, c-format
msgid "Configuring network device %s"
msgstr "Seadistame vrgukaardi %s"
-#: ../../network/network.pm_.c:298
+#: ../../network/network.pm_.c:307
#, c-format
msgid " (driver %s)"
msgstr " (juhtprogramm %s)"
-#: ../../network/network.pm_.c:300 ../../standalone/draknet_.c:255
-#: ../../standalone/draknet_.c:461
+#: ../../network/network.pm_.c:309 ../../standalone/draknet_.c:232
+#: ../../standalone/draknet_.c:468
msgid "IP address"
msgstr "IP-aadress"
-#: ../../network/network.pm_.c:301 ../../standalone/draknet_.c:462
+#: ../../network/network.pm_.c:310 ../../standalone/draknet_.c:469
msgid "Netmask"
msgstr "Vrgu mask"
-#: ../../network/network.pm_.c:302
+#: ../../network/network.pm_.c:311
msgid "(bootp/dhcp)"
msgstr "(bootp/dhcp)"
-#: ../../network/network.pm_.c:302
+#: ../../network/network.pm_.c:311
msgid "Automatic IP"
msgstr "Automaatne IP"
-#: ../../network/network.pm_.c:323 ../../printerdrake.pm_.c:406
+#: ../../network/network.pm_.c:332 ../../printerdrake.pm_.c:712
msgid "IP address should be in format 1.2.3.4"
msgstr "IP-aadress peab olema formaadis 1.2.3.4"
-#: ../../network/network.pm_.c:351
+#: ../../network/network.pm_.c:361
msgid ""
"Please enter your host name.\n"
"Your host name should be a fully-qualified host name,\n"
@@ -5920,63 +6412,64 @@ msgstr ""
"nagu ``minumasin.minufirma.ee''.\n"
"Kui Teil on vaikimisi ls, siis sisestage ka selle IP-aadress"
-#: ../../network/network.pm_.c:356
+#: ../../network/network.pm_.c:366
msgid "DNS server"
msgstr "Nimeserver"
-#: ../../network/network.pm_.c:357 ../../standalone/draknet_.c:599
-msgid "Gateway"
-msgstr "Vaikels"
+#: ../../network/network.pm_.c:367
+#, c-format
+msgid "Gateway (e.g. %s)"
+msgstr ""
-#: ../../network/network.pm_.c:359
+#: ../../network/network.pm_.c:369
msgid "Gateway device"
msgstr "Lsipoolne seade"
-#: ../../network/network.pm_.c:371
+#: ../../network/network.pm_.c:381
msgid "Proxies configuration"
msgstr "Vahendajate stted"
-#: ../../network/network.pm_.c:372
+#: ../../network/network.pm_.c:382
msgid "HTTP proxy"
msgstr "HTTP vahendaja"
-#: ../../network/network.pm_.c:373
+#: ../../network/network.pm_.c:383
msgid "FTP proxy"
msgstr "FTP vahendaja"
-#: ../../network/network.pm_.c:374
+#: ../../network/network.pm_.c:384
msgid "Track network card id (usefull for laptops)"
msgstr ""
-#: ../../network/network.pm_.c:377
+#: ../../network/network.pm_.c:387
msgid "Proxy should be http://..."
msgstr "Vahendaja peab olema kujul http://..."
-#: ../../network/network.pm_.c:378
+#: ../../network/network.pm_.c:388
msgid "Proxy should be ftp://..."
msgstr "Vahendaja peab olema kujul ftp://..."
-#: ../../network/tools.pm_.c:38
+#: ../../network/tools.pm_.c:39
msgid "Internet configuration"
msgstr "Interneti stted"
-#: ../../network/tools.pm_.c:39
+#: ../../network/tools.pm_.c:40
msgid "Do you want to try to connect to the Internet now?"
msgstr "Kas soovite oma internetihendust proovida?"
-#: ../../network/tools.pm_.c:43 ../../standalone/draknet_.c:189
+#: ../../network/tools.pm_.c:44 ../../standalone/draknet_.c:197
msgid "Testing your connection..."
msgstr "Testime Teie hendust..."
-#: ../../network/tools.pm_.c:49 ../../standalone/draknet_.c:220
+#: ../../network/tools.pm_.c:50
msgid "The system is now connected to Internet."
msgstr "Ssteem on nd Internetti hendatud"
-#: ../../network/tools.pm_.c:50
+#: ../../network/tools.pm_.c:51
msgid "For Security reason, it will be disconnected now."
msgstr "Turvakaalutlusel katkestan nd henduse."
-#: ../../network/tools.pm_.c:51 ../../standalone/draknet_.c:220
+#: ../../network/tools.pm_.c:52
msgid ""
"The system doesn't seem to be connected to internet.\n"
"Try to reconfigure your connection."
@@ -5984,86 +6477,90 @@ msgstr ""
"Paistab, et ssteem ei ole Internetti hendatud.\n"
"Palun seadistage hendus uuesti."
-#: ../../network/tools.pm_.c:75
+#: ../../network/tools.pm_.c:76
msgid "Connection Configuration"
msgstr "Internetihenduse stted"
-#: ../../network/tools.pm_.c:76
+#: ../../network/tools.pm_.c:77
msgid "Please fill or check the field below"
msgstr "Palun tida allpool olev vli"
-#: ../../network/tools.pm_.c:78 ../../standalone/draknet_.c:586
+#: ../../network/tools.pm_.c:79 ../../standalone/draknet_.c:608
msgid "Card IRQ"
msgstr "Kaardi IRQ"
-#: ../../network/tools.pm_.c:79 ../../standalone/draknet_.c:587
+#: ../../network/tools.pm_.c:80 ../../standalone/draknet_.c:609
msgid "Card mem (DMA)"
msgstr "Kaardi mlu (DMA)"
-#: ../../network/tools.pm_.c:80 ../../standalone/draknet_.c:588
+#: ../../network/tools.pm_.c:81 ../../standalone/draknet_.c:610
msgid "Card IO"
msgstr "Kaardi IO"
-#: ../../network/tools.pm_.c:81 ../../standalone/draknet_.c:589
+#: ../../network/tools.pm_.c:82 ../../standalone/draknet_.c:611
msgid "Card IO_0"
msgstr "Kaardi IO_0"
-#: ../../network/tools.pm_.c:82 ../../standalone/draknet_.c:590
+#: ../../network/tools.pm_.c:83 ../../standalone/draknet_.c:612
msgid "Card IO_1"
msgstr "Kaardi IO_1"
-#: ../../network/tools.pm_.c:83 ../../standalone/draknet_.c:591
+#: ../../network/tools.pm_.c:84 ../../standalone/draknet_.c:613
msgid "Your personal phone number"
msgstr "Teie telefoninumber"
-#: ../../network/tools.pm_.c:84 ../../standalone/draknet_.c:592
+#: ../../network/tools.pm_.c:85 ../../standalone/draknet_.c:614
msgid "Provider name (ex provider.net)"
msgstr "Teenusepakkuja tunnus (niteks minuisp.ee)"
-#: ../../network/tools.pm_.c:85 ../../standalone/draknet_.c:593
+#: ../../network/tools.pm_.c:86 ../../standalone/draknet_.c:615
msgid "Provider phone number"
msgstr "Sissehelistamiskeskuse number"
-#: ../../network/tools.pm_.c:86 ../../standalone/draknet_.c:594
+#: ../../network/tools.pm_.c:87 ../../standalone/draknet_.c:616
msgid "Provider dns 1 (optional)"
msgstr "DNS 1 (vib jtta thjaks)"
-#: ../../network/tools.pm_.c:87 ../../standalone/draknet_.c:595
+#: ../../network/tools.pm_.c:88 ../../standalone/draknet_.c:617
msgid "Provider dns 2 (optional)"
msgstr "DNS 2 (vib jtta thjaks)"
-#: ../../network/tools.pm_.c:88
+#: ../../network/tools.pm_.c:89
#, fuzzy
msgid "Choose your country"
msgstr "Klaviatuuri valik"
-#: ../../network/tools.pm_.c:89 ../../standalone/draknet_.c:598
+#: ../../network/tools.pm_.c:90 ../../standalone/draknet_.c:620
msgid "Dialing mode"
msgstr "Valimisviis"
-#: ../../network/tools.pm_.c:90 ../../standalone/draknet_.c:610
+#: ../../network/tools.pm_.c:91 ../../standalone/draknet_.c:632
#, fuzzy
msgid "Connection speed"
msgstr "henduse tp: "
-#: ../../network/tools.pm_.c:91 ../../standalone/draknet_.c:611
+#: ../../network/tools.pm_.c:92 ../../standalone/draknet_.c:633
#, fuzzy
msgid "Connection timeout (in sec)"
msgstr "henduse tp: "
-#: ../../network/tools.pm_.c:92 ../../standalone/draknet_.c:596
+#: ../../network/tools.pm_.c:93 ../../standalone/draknet_.c:618
msgid "Account Login (user name)"
msgstr "Kasutajatunnus"
-#: ../../network/tools.pm_.c:93 ../../standalone/draknet_.c:597
+#: ../../network/tools.pm_.c:94 ../../standalone/draknet_.c:619
msgid "Account Password"
msgstr "Salasna"
-#: ../../partition_table.pm_.c:622
+#: ../../partition_table.pm_.c:600
+msgid "mount failed: "
+msgstr "hendamine ebannestus: "
+
+#: ../../partition_table.pm_.c:664
msgid "Extended partition not supported on this platform"
msgstr "Sellel platformil ei saa laiendatud partitsiooni luua"
-#: ../../partition_table.pm_.c:640
+#: ../../partition_table.pm_.c:682
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 "
@@ -6073,21 +6570,21 @@ msgstr ""
"Ainuke lahendus on nihutada primaarset partitsiooni, et auk satuks "
"laiendatud partitsioonide krvale"
-#: ../../partition_table.pm_.c:744
+#: ../../partition_table.pm_.c:770
#, c-format
msgid "Restoring from file %s failed: %s"
msgstr "Taastamine failist %s ebannestus: %s"
-#: ../../partition_table.pm_.c:746
+#: ../../partition_table.pm_.c:772
msgid "Bad backup file"
msgstr "Klbmatu tagavarakoopia"
-#: ../../partition_table.pm_.c:768
+#: ../../partition_table.pm_.c:794
#, c-format
msgid "Error writing to file %s"
msgstr "Viga faili %s kirjutamisel"
-#: ../../partition_table_raw.pm_.c:154
+#: ../../partition_table_raw.pm_.c:186
msgid ""
"Something bad is happening on your drive. \n"
"A test to check the integrity of data has failed. \n"
@@ -6133,7 +6630,7 @@ msgstr ""
msgid "PDQ - Print, Don't Queue"
msgstr ""
-#: ../../printer.pm_.c:32
+#: ../../printer.pm_.c:32 ../../printer.pm_.c:871
msgid "CUPS"
msgstr ""
@@ -6149,65 +6646,144 @@ msgstr ""
msgid "PDQ"
msgstr ""
-#: ../../printer.pm_.c:40
+#: ../../printer.pm_.c:47
msgid "Local printer"
msgstr "Kohalik printer"
-#: ../../printer.pm_.c:41
+#: ../../printer.pm_.c:48
msgid "Remote printer"
msgstr "Vrguprinter"
-#: ../../printer.pm_.c:42
+#: ../../printer.pm_.c:49
#, fuzzy
msgid "Printer on remote CUPS server"
msgstr "CUPS printserver"
-#: ../../printer.pm_.c:43
+#: ../../printer.pm_.c:50 ../../printerdrake.pm_.c:734
#, fuzzy
msgid "Printer on remote lpd server"
msgstr "lpd printserver"
-#: ../../printer.pm_.c:44
-msgid "Network printer (socket)"
-msgstr "Vrguprinter (socket)"
+#: ../../printer.pm_.c:51
+msgid "Network printer (TCP/Socket)"
+msgstr "Vrguprinter (TCP/Socket)"
-#: ../../printer.pm_.c:45
+#: ../../printer.pm_.c:52
#, fuzzy
msgid "Printer on SMB/Windows 95/98/NT server"
msgstr "SMB/Windows 95/98/NT"
-#: ../../printer.pm_.c:46
+#: ../../printer.pm_.c:53
#, fuzzy
msgid "Printer on NetWare server"
msgstr "Printserver:"
-#: ../../printer.pm_.c:47
+#: ../../printer.pm_.c:54 ../../printerdrake.pm_.c:738
#, fuzzy
msgid "Enter a printer device URI"
msgstr "Printeri seadme URI"
-#: ../../printer.pm_.c:48
+#: ../../printer.pm_.c:55
msgid "Pipe job into a command"
msgstr ""
-#: ../../printer.pm_.c:418 ../../printer.pm_.c:839
-#: ../../printerdrake.pm_.c:1227 ../../printerdrake.pm_.c:2023
+#: ../../printer.pm_.c:504 ../../printer.pm_.c:695 ../../printer.pm_.c:1017
+#: ../../printerdrake.pm_.c:1665 ../../printerdrake.pm_.c:2730
msgid "Unknown model"
msgstr ""
-#: ../../printer.pm_.c:546 ../../printerdrake.pm_.c:790
+#: ../../printer.pm_.c:532
+#, fuzzy
+msgid "Local Printers"
+msgstr "Kohalik printer"
+
+#: ../../printer.pm_.c:534 ../../printer.pm_.c:872
+#, fuzzy
+msgid "Remote Printers"
+msgstr "Vrguprinter"
+
+#: ../../printer.pm_.c:541 ../../printerdrake.pm_.c:248
+#, c-format
+msgid " on parallel port \\/*%s"
+msgstr ""
+
+#: ../../printer.pm_.c:544 ../../printerdrake.pm_.c:250
+#, c-format
+msgid ", USB printer \\/*%s"
+msgstr ""
+
+#: ../../printer.pm_.c:549
+#, c-format
+msgid ", multi-function device on parallel port \\/*%s"
+msgstr ""
+
+#: ../../printer.pm_.c:552
+msgid ", multi-function device on USB"
+msgstr ""
+
+#: ../../printer.pm_.c:554
+msgid ", multi-function device on HP JetDirect"
+msgstr ""
+
+#: ../../printer.pm_.c:556
+msgid ", multi-function device"
+msgstr ""
+
+#: ../../printer.pm_.c:559
+#, fuzzy, c-format
+msgid ", printing to %s"
+msgstr "Viga faili %s kirjutamisel"
+
+#: ../../printer.pm_.c:561
+#, c-format
+msgid "on LPD server \"%s\", printer \"%s\""
+msgstr ""
+
+#: ../../printer.pm_.c:563
+#, c-format
+msgid ", TCP/IP host \"%s\", port %s"
+msgstr ""
+
+#: ../../printer.pm_.c:567
+#, c-format
+msgid "on Windows server \"%s\", share \"%s\""
+msgstr ""
+
+#: ../../printer.pm_.c:571
+#, c-format
+msgid "on Novell server \"%s\", printer \"%s\""
+msgstr ""
+
+#: ../../printer.pm_.c:573
+#, c-format
+msgid ", using command %s"
+msgstr ""
+
+#: ../../printer.pm_.c:692 ../../printerdrake.pm_.c:1136
msgid "Raw printer (No driver)"
msgstr ""
-#: ../../printer.pm_.c:693
+#: ../../printer.pm_.c:841
#, fuzzy, c-format
msgid "(on %s)"
msgstr "(moodul %s)"
-#: ../../printer.pm_.c:695
+#: ../../printer.pm_.c:843
msgid "(on this machine)"
msgstr ""
+#: ../../printer.pm_.c:868
+#, fuzzy, c-format
+msgid "On CUPS server \"%s\""
+msgstr "CUPS serveri IP"
+
+#: ../../printer.pm_.c:874 ../../printerdrake.pm_.c:2391
+#: ../../printerdrake.pm_.c:2402 ../../printerdrake.pm_.c:2618
+#: ../../printerdrake.pm_.c:2670 ../../printerdrake.pm_.c:2697
+#: ../../printerdrake.pm_.c:2867 ../../printerdrake.pm_.c:2869
+msgid " (Default)"
+msgstr " (Vaikimisi)"
+
#: ../../printerdrake.pm_.c:22
msgid "Select Printer Connection"
msgstr "Vali printeri hendusviis"
@@ -6220,437 +6796,700 @@ msgstr "Kuidas on see printer hendatud?"
#, fuzzy
msgid ""
"\n"
-"Printers on remote CUPS servers you do not have to configure\n"
-"here; these printers will be automatically detected. Please\n"
-"select \"Printer on remote CUPS server\" in this case."
+"Printers on remote CUPS servers you do not have to configure here; these "
+"printers will be automatically detected."
msgstr ""
"Kui vrgus on CUPS server, siis ei ole Teil vaja siin\n"
"printereid seadistada, need leitakse automaatselt.\n"
"Kui kahtlete, valige \"CUPS printserver\"."
-#: ../../printerdrake.pm_.c:84 ../../printerdrake.pm_.c:88
-#: ../../printerdrake.pm_.c:89 ../../printerdrake.pm_.c:159
-msgid "None"
-msgstr "Ei soovi"
+#: ../../printerdrake.pm_.c:69 ../../printerdrake.pm_.c:2454
+#, fuzzy
+msgid "CUPS configuration"
+msgstr "LAN stted"
-#: ../../printerdrake.pm_.c:85 ../../printerdrake.pm_.c:160
+#: ../../printerdrake.pm_.c:70 ../../printerdrake.pm_.c:2455
#, fuzzy
-msgid "Choose a default printer!"
-msgstr "Valige uus vaikimisi kasutaja :"
+msgid "Specify CUPS server"
+msgstr "CUPS printserver"
-#: ../../printerdrake.pm_.c:105
+#: ../../printerdrake.pm_.c:71
msgid ""
-"With remote CUPS servers, you do not have to configure any \n"
-"printer here; CUPS servers inform your machine automatically\n"
-"about their printers. All printers known to your machine\n"
-"currently are listed in the \"Default printer\" field. Choose\n"
-"the default printer for your machine there and click the\n"
-"\"Apply/Re-read printers\" button. Click the same button to\n"
-"refresh the list (it can take up to 30 seconds after the start\n"
-"of CUPS until all remote printers are visible).\n"
-"When your CUPS server is in a different network, you have to \n"
-"give the CUPS server IP address and optionally the port number\n"
-"to get the printer information from the server, otherwise leave\n"
-"these fields blank."
+"To get access to printers on remote CUPS servers in your local network you "
+"do not have to configure anything; the CUPS servers inform your machine "
+"automatically about their printers. All printers currently known to your "
+"machine are listed in the \"Remote printers\" section in the main window of "
+"Printerdrake. When your CUPS server is not in your local network, you have "
+"to enter the CUPS server IP address and optionally the port number to get "
+"the printer information from the server, otherwise leave these fields blank."
msgstr ""
-#: ../../printerdrake.pm_.c:117
+#: ../../printerdrake.pm_.c:72
msgid ""
"\n"
-"Normally, CUPS is automatically configured according to your\n"
-"network environment, so that you can access the printers on the\n"
-"CUPS servers in your local network. If this does not work \n"
-"correctly, turn off \"Automatic CUPS configuration\" and edit\n"
-"your file /etc/cups/cupsd.conf manually. Do not forget to restart\n"
-"CUPS afterwards (command: \"service cups restart\")."
+"Normally, CUPS is automatically configured according to your network "
+"environment, so that you can access the printers on the CUPS servers in your "
+"local network. If this does not work correctly, turn off \"Automatic CUPS "
+"configuration\" and edit your file /etc/cups/cupsd.conf manually. Do not "
+"forget to restart CUPS afterwards (command: \"service cups restart\")."
msgstr ""
-#: ../../printerdrake.pm_.c:124 ../../printerdrake.pm_.c:1290
-#: ../../printerdrake.pm_.c:1294 ../../printerdrake.pm_.c:1295
-#: ../../printerdrake.pm_.c:1296 ../../printerdrake.pm_.c:2011
-#, fuzzy
-msgid "Close"
-msgstr "Hiir"
-
-#: ../../printerdrake.pm_.c:125
-#, fuzzy
-msgid "Apply/Re-read printers"
-msgstr "Vrguprinter"
-
-#: ../../printerdrake.pm_.c:129
+#: ../../printerdrake.pm_.c:76
#, fuzzy
msgid "The IP address should look like 192.168.1.20"
msgstr "IP-aadress peab olema formaadis 1.2.3.4"
-#: ../../printerdrake.pm_.c:134 ../../printerdrake.pm_.c:541
+#: ../../printerdrake.pm_.c:80 ../../printerdrake.pm_.c:862
#, fuzzy
msgid "The port number should be an integer!"
msgstr "Pordi number peab olema ikkagi number"
-#: ../../printerdrake.pm_.c:141 ../../printerdrake.pm_.c:2095
-#, fuzzy
-msgid "Default printer"
-msgstr "Kohalik printer"
-
-#: ../../printerdrake.pm_.c:146
+#: ../../printerdrake.pm_.c:87
msgid "CUPS server IP"
msgstr "CUPS serveri IP"
-#: ../../printerdrake.pm_.c:147 ../../printerdrake.pm_.c:534
+#: ../../printerdrake.pm_.c:88 ../../printerdrake.pm_.c:855
msgid "Port"
msgstr "Port"
-#: ../../printerdrake.pm_.c:149
+#: ../../printerdrake.pm_.c:90
#, fuzzy
msgid "Automatic CUPS configuration"
msgstr "Alglaaduri stiil"
-#: ../../printerdrake.pm_.c:217
+#: ../../printerdrake.pm_.c:145 ../../standalone/scannerdrake_.c:42
#, fuzzy
msgid "Detecting devices ..."
msgstr "Otsin printerit..."
-#: ../../printerdrake.pm_.c:217
+#: ../../printerdrake.pm_.c:145 ../../standalone/scannerdrake_.c:42
msgid "Test ports"
msgstr "Proovin porte"
-#: ../../printerdrake.pm_.c:238
-#, c-format
-msgid "A printer, model \"%s\", has been detected on "
-msgstr "Leiti printer, nimega \"%s\" "
+#: ../../printerdrake.pm_.c:167 ../../printerdrake.pm_.c:2437
+#: ../../printerdrake.pm_.c:2556
+#, fuzzy
+msgid "Add a new printer"
+msgstr "Printerit ei ole"
-#: ../../printerdrake.pm_.c:255
-msgid "Local Printer Device"
-msgstr "Otse hendatud printer"
+#: ../../printerdrake.pm_.c:168
+msgid ""
+"\n"
+"Welcome to the Printer Setup Wizard\n"
+"\n"
+"This wizard allows you to install local or remote printers to be used from "
+"this machine and also from other machines in the network.\n"
+"\n"
+"It asks you for all necessary information to set up the printer and gives "
+"you access to all available printer drivers, driver options, and printer "
+"connection types."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:176 ../../printerdrake.pm_.c:203
+#: ../../printerdrake.pm_.c:378 ../../printerdrake.pm_.c:393
+#: ../../printerdrake.pm_.c:403 ../../printerdrake.pm_.c:466
+#, fuzzy
+msgid "Local Printer"
+msgstr "Kohalik printer"
+
+#: ../../printerdrake.pm_.c:177
+msgid ""
+"\n"
+"Welcome to the Printer Setup Wizard\n"
+"\n"
+"This wizard will help you to install your printer(s) connected to this "
+"computer.\n"
+"\n"
+"Please plug in your printer(s) on this computer and turn it/them on. Click "
+"on \"Next\" when you are ready, and on \"Cancel\" when you do not want to "
+"set up your printer(s) now.\n"
+"\n"
+"Note that some computers can crash during the printer auto-detection, turn "
+"off \"Auto-detect printers\" to do a printer installation without auto-"
+"detection. Use the \"Expert Mode\" of printerdrake when you want to set up "
+"printing on a remote printer if printerdrake does not list it automatically."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:186
+#, fuzzy
+msgid "Auto-detect printers"
+msgstr "Vrguprinter"
+
+#: ../../printerdrake.pm_.c:204
+msgid ""
+"\n"
+"Congratulations, your printer is now installed and configured!\n"
+"\n"
+"You can print using the \"Print\" command of your application (usually in "
+"the \"File\" menu).\n"
+"\n"
+"If you want to add, remove, or rename a printer, or if you want to change "
+"the default option settings (paper input tray, printout quality, ...), "
+"select \"Printer\" in the \"Hardware\" section of the Mandrake Control "
+"Center."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:223
+msgid "Auto-Detection of Printers"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:224
+msgid ""
+"Printerdrake is able to auto-detect your locally connected parallel and USB "
+"printers for you, but note that on some systems the auto-detection CAN "
+"FREEZE YOUR SYSTEM AND THIS CAN LEAD TO CORRUPTED FILE SYSTEMS! So do it ON "
+"YOUR OWN RISK!\n"
+"\n"
+"Do you really want to get your printers auto-detected?"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:227 ../../printerdrake.pm_.c:229
+#: ../../printerdrake.pm_.c:230
+#, fuzzy
+msgid "Do auto-detection"
+msgstr "Kasuta automaattuvastust"
+
+#: ../../printerdrake.pm_.c:228
+#, fuzzy
+msgid "Set up printer manually"
+msgstr "Vrguprinter"
#: ../../printerdrake.pm_.c:256
+#, fuzzy, c-format
+msgid "Detected %s"
+msgstr "tuvastati %s"
+
+#: ../../printerdrake.pm_.c:260 ../../printerdrake.pm_.c:287
+#: ../../printerdrake.pm_.c:306
+#, c-format
+msgid "Printer on parallel port \\/*%s"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:262 ../../printerdrake.pm_.c:289
+#: ../../printerdrake.pm_.c:311
+#, c-format
+msgid "USB printer \\/*%s"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:379
+msgid ""
+"No local printer found! To manually install a printer enter a device name/"
+"file name in the input line (Parallel Ports: /dev/lp0, /dev/lp1, ..., "
+"equivalent to LPT1:, LPT2:, ..., 1st USB printer: /dev/usb/lp0, 2nd USB "
+"printer: /dev/usb/lp1, ...)."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:383
+#, fuzzy
+msgid "You must enter a device or file name!"
+msgstr "Printeri seadme URI"
+
+#: ../../printerdrake.pm_.c:394
+#, fuzzy
+msgid ""
+"No local printer found!\n"
+"\n"
+msgstr "Kohalik printer"
+
+#: ../../printerdrake.pm_.c:395
+msgid ""
+"Network printers can only be installed after the installation. Choose "
+"\"Hardware\" and then \"Printer\" in the Mandrake Control Center."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:396
+msgid ""
+"To install network printers, click \"Cancel\", switch to the \"Expert Mode"
+"\", and click \"Add a new printer\" again."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:407
+msgid ""
+"The following printer was auto-detected, if it is not the one you want to "
+"configure, enter a device name/file name in the input line"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:408
+msgid ""
+"Here is a list of all auto-detected printers. Please choose the printer you "
+"want to set up or enter a device name/file name in the input line"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:410
+msgid ""
+"The following printer was auto-detected. The configuration of the printer "
+"will work fully automatically. If your printer was not correctly detected or "
+"if you prefer a customized printer configuration, turn on \"Manual "
+"configuration\"."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:411
+msgid ""
+"Here is a list of all auto-detected printers. Please choose the printer you "
+"want to set up. The configuration of the printer will work fully "
+"automatically. If your printer was not correctly detected or if you prefer a "
+"customized printer configuration, turn on \"Manual configuration\"."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:413
+msgid ""
+"Please choose the port where your printer is connected to or enter a device "
+"name/file name in the input line"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:414
+#, fuzzy
+msgid "Please choose the port where your printer is connected to."
+msgstr "Millisesse seerialporti on Teie modem hendatud?"
+
+#: ../../printerdrake.pm_.c:416
msgid ""
-"What device is your printer connected to \n"
-"(note that /dev/lp0 is equivalent to LPT1:)?\n"
+" (Parallel Ports: /dev/lp0, /dev/lp1, ..., equivalent to LPT1:, LPT2:, ..., "
+"1st USB printer: /dev/usb/lp0, 2nd USB printer: /dev/usb/lp1, ...)."
msgstr ""
-"Mis porti on Teie printer hendatud? \n"
-"(paneme thele, et /dev/lp0 on sama mis LPT1:)?\n"
-#: ../../printerdrake.pm_.c:258
-msgid "Printer Device"
-msgstr "Printeri seade"
+#: ../../printerdrake.pm_.c:421
+#, fuzzy
+msgid "You must choose/enter a printer/device!"
+msgstr "Printeri seadme URI"
+
+#: ../../printerdrake.pm_.c:441
+#, fuzzy
+msgid "Manual configuration"
+msgstr "Seadistused"
+
+#: ../../printerdrake.pm_.c:467
+msgid ""
+"Is your printer a multi-function device from HP (OfficeJet, PSC, PhotoSmart, "
+"LaserJet 1100/1200/1220/3200/3300 with scanner)?"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:482
+#, fuzzy
+msgid "Installing HPOJ package..."
+msgstr "Paketi %s installimine"
+
+#: ../../printerdrake.pm_.c:487
+msgid "Checking device and configuring HPOJ ..."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:505
+#, fuzzy
+msgid "Installing SANE package..."
+msgstr "Paketi %s installimine"
-#: ../../printerdrake.pm_.c:261
-msgid "Device/file name missing!"
+#: ../../printerdrake.pm_.c:517
+msgid "Scanning on your HP multi-function device"
msgstr ""
-#: ../../printerdrake.pm_.c:274 ../../printerdrake.pm_.c:698
-#: ../../printerdrake.pm_.c:786
+#: ../../printerdrake.pm_.c:534
+#, fuzzy
+msgid "Making printer port available for CUPS ..."
+msgstr "Loetakse CUPS juhtprogramme"
+
+#: ../../printerdrake.pm_.c:544 ../../printerdrake.pm_.c:1018
+#: ../../printerdrake.pm_.c:1132
#, fuzzy
msgid "Reading printer database ..."
msgstr "Loetakse CUPS juhtprogramme"
-#: ../../printerdrake.pm_.c:312
+#: ../../printerdrake.pm_.c:624
msgid "Remote lpd Printer Options"
msgstr "Vrguprinteri stted"
-#: ../../printerdrake.pm_.c:313
+#: ../../printerdrake.pm_.c:625
#, fuzzy
msgid ""
-"To use a remote lpd printer, you need to supply\n"
-"the hostname of the printer server and the printer name\n"
-"on that server."
+"To use a remote lpd printer, you need to supply the hostname of the printer "
+"server and the printer name on that server."
msgstr ""
"Et kasutada teise masina lpd printerit, peate sisestama\n"
"printserveri nime ja prindijrjekorra nime, mida soovite\n"
"serveril kasutada."
-#: ../../printerdrake.pm_.c:316
+#: ../../printerdrake.pm_.c:626
#, fuzzy
msgid "Remote host name"
msgstr "Printserveri nimi:"
-#: ../../printerdrake.pm_.c:317
+#: ../../printerdrake.pm_.c:627
#, fuzzy
msgid "Remote printer name"
msgstr "Vrguprinter"
-#: ../../printerdrake.pm_.c:320
+#: ../../printerdrake.pm_.c:630
#, fuzzy
msgid "Remote host name missing!"
msgstr "Printserveri nimi:"
-#: ../../printerdrake.pm_.c:324
+#: ../../printerdrake.pm_.c:634
#, fuzzy
msgid "Remote printer name missing!"
msgstr "Printserveri nimi:"
-#: ../../printerdrake.pm_.c:392
+#: ../../printerdrake.pm_.c:702
msgid "SMB (Windows 9x/NT) Printer Options"
msgstr "SMB (Windows 9x/NT) printeri stted"
-#: ../../printerdrake.pm_.c:393
+#: ../../printerdrake.pm_.c:703
+#, fuzzy
msgid ""
-"To print to a SMB printer, you need to provide the\n"
-"SMB host name (Note! It may be different from its\n"
-"TCP/IP hostname!) and possibly the IP address of the print server, as\n"
-"well as the share name for the printer you wish to access and any\n"
-"applicable user name, password, and workgroup information."
+"To print to a SMB printer, you need to provide the SMB host name (Note! It "
+"may be different from its TCP/IP hostname!) and possibly the IP address of "
+"the print server, as well as the share name for the printer you wish to "
+"access and any applicable user name, password, and workgroup information."
msgstr ""
"Et printida SMB printerile, peate andma vastava server SMB nimi\n"
"(NB! See ei pruugi kokku langeda TCP/IP nimega!) ja vibolla ka\n"
"printserveri IP-aadressi, samuti ka serveri poolt jagatava printeri\n"
"nime ning serveri poolt aktsepteeritud kasutajatunnuse, salasna ja tgrupi"
-#: ../../printerdrake.pm_.c:398
+#: ../../printerdrake.pm_.c:704
msgid "SMB server host"
msgstr "SMB serveri nimi"
-#: ../../printerdrake.pm_.c:399
+#: ../../printerdrake.pm_.c:705
msgid "SMB server IP"
msgstr "SMB serveri IP"
-#: ../../printerdrake.pm_.c:400
+#: ../../printerdrake.pm_.c:706
msgid "Share name"
msgstr "Jagatav printer"
-#: ../../printerdrake.pm_.c:403
+#: ../../printerdrake.pm_.c:709
msgid "Workgroup"
msgstr "Tgrupp"
-#: ../../printerdrake.pm_.c:410
+#: ../../printerdrake.pm_.c:716
msgid "Either the server name or the server's IP must be given!"
msgstr ""
-#: ../../printerdrake.pm_.c:414
+#: ../../printerdrake.pm_.c:720
msgid "Samba share name missing!"
msgstr ""
-#: ../../printerdrake.pm_.c:473
+#: ../../printerdrake.pm_.c:725
+msgid "SECURITY WARNING!"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:726
+#, c-format
+msgid ""
+"You are about to set up printing to a Windows account with password. Due to "
+"a fault in the architecture of the Samba client software the password is put "
+"in clear text into the command line of the Samba client used to transmit the "
+"print job to the Windows server. So it is possible for every user on this "
+"machine to display the password on the screen by issuing commands as \"ps "
+"auxwww\".\n"
+"\n"
+"We recommend to make use of one of the following alternatives (in all cases "
+"you have to make sure that only machines from your local network have access "
+"to your Windows server, for example by means of a firewall):\n"
+"\n"
+"Use a password-less account on your Windows server, as the \"GUEST\" account "
+"or a special account dedicated for printing. Do not remove the password "
+"protection from a personal account or the administrator account.\n"
+"\n"
+"Set up your Windows server to make the printer available under the LPD "
+"protocol. Then set up printing from this machine with the \"%s\" connection "
+"type in Printerdrake.\n"
+"\n"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:736
+#, c-format
+msgid ""
+"Set up your Windows server to make the printer available under the IPP "
+"protocol and set up printing from this machine with the \"%s\" connection "
+"type in Printerdrake.\n"
+"\n"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:739
+msgid ""
+"Connect your printer to a Linux server and let your Windows machine(s) "
+"connect to it as a client.\n"
+"\n"
+"Do you really want to continue setting up this printer as you are doing now?"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:801
msgid "NetWare Printer Options"
msgstr "NetWare printeri stted"
-#: ../../printerdrake.pm_.c:474
+#: ../../printerdrake.pm_.c:802
+#, fuzzy
msgid ""
-"To print on a NetWare printer, you need to provide the\n"
-"NetWare print server name (Note! it may be different from its\n"
-"TCP/IP hostname!) as well as the print queue name for the printer you\n"
-"wish to access and any applicable user name and password."
+"To print on a NetWare printer, you need to provide the NetWare print server "
+"name (Note! it may be different from its TCP/IP hostname!) as well as the "
+"print queue name for the printer you wish to access and any applicable user "
+"name and password."
msgstr ""
"Et kasutada NetWare printerit, peate sisestama NetWare printserveri\n"
"nime (NB! See vib olla erinev tema TCP/IP nimest!) samuti nagu ka\n"
"prindijrjekorra nime serveril ning kasutajatunnuse ja salasna"
-#: ../../printerdrake.pm_.c:478
+#: ../../printerdrake.pm_.c:803
msgid "Printer Server"
msgstr "Printserver:"
-#: ../../printerdrake.pm_.c:479
+#: ../../printerdrake.pm_.c:804
msgid "Print Queue Name"
msgstr "Prindijrjekorra nimi:"
-#: ../../printerdrake.pm_.c:484
+#: ../../printerdrake.pm_.c:809
msgid "NCP server name missing!"
msgstr ""
-#: ../../printerdrake.pm_.c:488
+#: ../../printerdrake.pm_.c:813
msgid "NCP queue name missing!"
msgstr ""
-#: ../../printerdrake.pm_.c:527
-msgid "Socket Printer Options"
+#: ../../printerdrake.pm_.c:852
+#, fuzzy
+msgid "TCP/Socket Printer Options"
msgstr "Pistikprinteri stted"
-#: ../../printerdrake.pm_.c:528
+#: ../../printerdrake.pm_.c:853
#, fuzzy
msgid ""
-"To print to a socket printer, you need to provide the\n"
-"host name of the printer and optionally the port number.\n"
-"On HP JetDirect servers the port number is usually 9100,\n"
-"on other servers it can vary. See the manual of your\n"
+"To print to a TCP or socket printer, you need to provide the host name of "
+"the printer and optionally the port number. On HP JetDirect servers the port "
+"number is usually 9100, on other servers it can vary. See the manual of your "
"hardware."
msgstr ""
"Sisestage palun printeri masinanimi ja vimaluse\n"
"korral pordi number"
-#: ../../printerdrake.pm_.c:533
+#: ../../printerdrake.pm_.c:854
#, fuzzy
msgid "Printer host name"
msgstr "Printeri nimi"
-#: ../../printerdrake.pm_.c:537
+#: ../../printerdrake.pm_.c:858
#, fuzzy
msgid "Printer host name missing!"
msgstr "Printeri nimi"
-#: ../../printerdrake.pm_.c:566 ../../printerdrake.pm_.c:568
+#: ../../printerdrake.pm_.c:887 ../../printerdrake.pm_.c:889
msgid "Printer Device URI"
msgstr "Printeri seadme URI"
-#: ../../printerdrake.pm_.c:567
+#: ../../printerdrake.pm_.c:888
msgid ""
"You can specify directly the URI to access the printer. The URI must fulfill "
"either the CUPS or the Foomatic specifications. Note that not all URI types "
"are supported by all the spoolers."
msgstr ""
-#: ../../printerdrake.pm_.c:582
+#: ../../printerdrake.pm_.c:903
msgid "A valid URI must be entered!"
msgstr ""
-#: ../../printerdrake.pm_.c:682
+#: ../../printerdrake.pm_.c:1004
msgid ""
-"Every printer needs a name (for example lp).\n"
-"The Description and Location fields do not need \n"
-"to be filled in. They are comments for the users."
+"Every printer needs a name (for example \"printer\"). The Description and "
+"Location fields do not need to be filled in. They are comments for the users."
msgstr ""
-#: ../../printerdrake.pm_.c:685
+#: ../../printerdrake.pm_.c:1005
msgid "Name of printer"
msgstr "Printeri nimi"
-#: ../../printerdrake.pm_.c:686
+#: ../../printerdrake.pm_.c:1006
msgid "Description"
msgstr "Kirjeldus"
-#: ../../printerdrake.pm_.c:687
+#: ../../printerdrake.pm_.c:1007
msgid "Location"
msgstr "Asukoht"
-#: ../../printerdrake.pm_.c:701
+#: ../../printerdrake.pm_.c:1021
#, fuzzy
msgid "Preparing printer database ..."
msgstr "Loetakse CUPS juhtprogramme"
-#: ../../printerdrake.pm_.c:793
+#: ../../printerdrake.pm_.c:1112
+#, fuzzy
+msgid "Your printer model"
+msgstr "Vrguprinter"
+
+#: ../../printerdrake.pm_.c:1113
+#, c-format
+msgid ""
+"Printerdrake has compared the model name resulting from the printer auto-"
+"detection with the models listed in its printer database to find the best "
+"match. This choice can be wrong, especially when your printer is not listed "
+"at all in the database. So check whether the choice is correct and click "
+"\"The model is correct\" if so and if not, click \"Select model manually\" "
+"so that you can choose your printer model manually on the next screen.\n"
+"\n"
+"For your printer Printerdrake has found:\n"
+"\n"
+"%s"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1118 ../../printerdrake.pm_.c:1121
+#, fuzzy
+msgid "The model is correct"
+msgstr "Kas see on sobiv?"
+
+#: ../../printerdrake.pm_.c:1119 ../../printerdrake.pm_.c:1120
+#: ../../printerdrake.pm_.c:1123
+#, fuzzy
+msgid "Select model manually"
+msgstr "Vrguprinter"
+
+#: ../../printerdrake.pm_.c:1139
#, fuzzy
msgid "Printer model selection"
msgstr "Printeri hendusviis"
-#: ../../printerdrake.pm_.c:794
+#: ../../printerdrake.pm_.c:1140
#, fuzzy
msgid "Which printer model do you have?"
msgstr "Mis tpi printer see on?"
-#: ../../printerdrake.pm_.c:866
+#: ../../printerdrake.pm_.c:1141
+msgid ""
+"\n"
+"\n"
+"Please check whether Printerdrake did the auto-detection of your printer "
+"model correctly. Search the correct model in the list when the cursor is "
+"standing on a wrong model or on \"Raw printer\"."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1144
+msgid ""
+"If your printer is not listed, choose a compatible (see printer manual) or a "
+"similar one."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1220
#, fuzzy
msgid "OKI winprinter configuration"
msgstr "Interneti stted"
-#: ../../printerdrake.pm_.c:867
+#: ../../printerdrake.pm_.c:1221
msgid ""
"You are configuring an OKI laser winprinter. These printers\n"
-"use a very special communication protocol and therefore they\n"
-"work only when connected to the first parallel port. When\n"
-"your printer is connected to another port or to a print\n"
-"server box please connect the printer to the first parallel\n"
-"port before you print a test page. Otherwise the printer\n"
-"will not work. Your connection type setting will be ignored\n"
-"by the driver."
+"use a very special communication protocol and therefore they work only when "
+"connected to the first parallel port. When your printer is connected to "
+"another port or to a print server box please connect the printer to the "
+"first parallel port before you print a test page. Otherwise the printer will "
+"not work. Your connection type setting will be ignored by the driver."
msgstr ""
-#: ../../printerdrake.pm_.c:916 ../../printerdrake.pm_.c:946
+#: ../../printerdrake.pm_.c:1264 ../../printerdrake.pm_.c:1291
#, fuzzy
msgid "Lexmark inkjet configuration"
msgstr "Interneti stted"
-#: ../../printerdrake.pm_.c:917
+#: ../../printerdrake.pm_.c:1265
msgid ""
-"The inkjet printer drivers provided by Lexmark only support\n"
-"local printers, no printers on remote machines or print server\n"
-"boxes. Please connect your printer to a local port or\n"
-"configure it on the machine where it is connected to."
+"The inkjet printer drivers provided by Lexmark only support local printers, "
+"no printers on remote machines or print server boxes. Please connect your "
+"printer to a local port or configure it on the machine where it is connected "
+"to."
msgstr ""
-#: ../../printerdrake.pm_.c:947
+#: ../../printerdrake.pm_.c:1292
msgid ""
-"To be able to print with your Lexmark inkjet and this\n"
-"configuration, you need the inkjet printer drivers\n"
-"provided by Lexmark (http://www.lexmark.com/). Go to\n"
-"the US site and click on the \"Drivers\" button. Then\n"
-"choose your model and afterwards \"Linux\" as\n"
-"operating system. The drivers come as RPM packages\n"
-"or shell scripts with interactive graphical installation.\n"
-"You do not need to do this configuration by the\n"
-"graphical frontends. Cancel directly after the license\n"
-"agreement. Then print printhead alignment pages with\n"
-"\"lexmarkmaintain\" and adjust the head alignment\n"
-"settings with this program."
+"To be able to print with your Lexmark inkjet and this configuration, you "
+"need the inkjet printer drivers provided by Lexmark (http://www.lexmark."
+"com/). Go to the US site and click on the \"Drivers\" button. Then choose "
+"your model and afterwards \"Linux\" as operating system. The drivers come as "
+"RPM packages or shell scripts with interactive graphical installation. You "
+"do not need to do this configuration by the graphical frontends. Cancel "
+"directly after the license agreement. Then print printhead alignment pages "
+"with \"lexmarkmaintain\" and adjust the head alignment settings with this "
+"program."
msgstr ""
-#: ../../printerdrake.pm_.c:1079
+#: ../../printerdrake.pm_.c:1508
msgid ""
"Printer default settings\n"
-"You should make sure that the page size and the\n"
-"ink type (if available) are set correctly. Note\n"
-"that with a very high printout quality printing\n"
-"can get substantially slower."
+"\n"
+"You should make sure that the page size and the ink type/printing mode (if "
+"available) and also the hardware configuration of laser printers (memory, "
+"duplex unit, extra trays) are set correctly. Note that with a very high "
+"printout quality/resolution printing can get substantially slower."
msgstr ""
-#: ../../printerdrake.pm_.c:1090
+#: ../../printerdrake.pm_.c:1517
#, c-format
msgid "Option %s must be an integer number!"
msgstr ""
-#: ../../printerdrake.pm_.c:1094
+#: ../../printerdrake.pm_.c:1521
#, c-format
msgid "Option %s must be a number!"
msgstr ""
-#: ../../printerdrake.pm_.c:1099
+#: ../../printerdrake.pm_.c:1526
#, c-format
msgid "Option %s out of range!"
msgstr ""
-#: ../../printerdrake.pm_.c:1136
+#: ../../printerdrake.pm_.c:1565
#, fuzzy, c-format
msgid ""
"Do you want to set this printer (\"%s\")\n"
"as the default printer?"
msgstr "Kas soovite seadistusi proovida?"
-#: ../../printerdrake.pm_.c:1152
+#: ../../printerdrake.pm_.c:1582
#, fuzzy
msgid "Test pages"
msgstr "Proovin porte"
-#: ../../printerdrake.pm_.c:1153
+#: ../../printerdrake.pm_.c:1583
msgid ""
"Please select the test pages you want to print.\n"
-"Note: the photo test page can take a rather long time to get printed\n"
-"and on laser printers with too low memory it can even not come out.\n"
-"In most cases it is enough to print the standard test page."
+"Note: the photo test page can take a rather long time to get printed and on "
+"laser printers with too low memory it can even not come out. In most cases "
+"it is enough to print the standard test page."
msgstr ""
-#: ../../printerdrake.pm_.c:1158
+#: ../../printerdrake.pm_.c:1587
#, fuzzy
msgid "No test pages"
msgstr "Jah, trki mlemad testlehekljed"
-#: ../../printerdrake.pm_.c:1159
+#: ../../printerdrake.pm_.c:1588
#, fuzzy
msgid "Print"
msgstr "Printer"
-#: ../../printerdrake.pm_.c:1161
+#: ../../printerdrake.pm_.c:1590
#, fuzzy
msgid "Standard test page"
msgstr "Standardtriistad"
-#: ../../printerdrake.pm_.c:1164
+#: ../../printerdrake.pm_.c:1593
msgid "Alternative test page (Letter)"
msgstr ""
-#: ../../printerdrake.pm_.c:1167
+#: ../../printerdrake.pm_.c:1596
#, fuzzy
msgid "Alternative test page (A4)"
msgstr "Trkitakse testleheklg(i)..."
-#: ../../printerdrake.pm_.c:1169
+#: ../../printerdrake.pm_.c:1598
#, fuzzy
msgid "Photo test page"
msgstr "Trkitakse testleheklg(i)..."
-#: ../../printerdrake.pm_.c:1175 ../../printerdrake.pm_.c:1297
+#: ../../printerdrake.pm_.c:1602
+#, fuzzy
+msgid "Do not print any test page"
+msgstr "Trkitakse testleheklg(i)..."
+
+#: ../../printerdrake.pm_.c:1610 ../../printerdrake.pm_.c:1747
msgid "Printing test page(s)..."
msgstr "Trkitakse testleheklg(i)..."
-#: ../../printerdrake.pm_.c:1200
+#: ../../printerdrake.pm_.c:1635
#, fuzzy, c-format
msgid ""
"Test page(s) have been sent to the printer.\n"
@@ -6666,7 +7505,7 @@ msgstr ""
"\n"
"Kas tulemust on juba nha?"
-#: ../../printerdrake.pm_.c:1204
+#: ../../printerdrake.pm_.c:1639
#, fuzzy
msgid ""
"Test page(s) have been sent to the printer.\n"
@@ -6679,33 +7518,33 @@ msgstr ""
"\n"
"Kas tulemust on juba nha?"
-#: ../../printerdrake.pm_.c:1211
+#: ../../printerdrake.pm_.c:1646
msgid "Did it work properly?"
msgstr ""
-#: ../../printerdrake.pm_.c:1229 ../../printerdrake.pm_.c:2025
+#: ../../printerdrake.pm_.c:1667 ../../printerdrake.pm_.c:2732
#, fuzzy
msgid "Raw printer"
msgstr "Printerit ei ole"
-#: ../../printerdrake.pm_.c:1237
+#: ../../printerdrake.pm_.c:1685
#, c-format
msgid ""
"To print a file from the command line (terminal window) you can either use "
"the command \"%s <file>\" or a graphical printing tool: \"xpp <file>\" or "
-"\"qtcups <file>\". The graphical tools allow you to choose the printer and "
+"\"kprinter <file>\". The graphical tools allow you to choose the printer and "
"to modify the option settings easily.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:1239
+#: ../../printerdrake.pm_.c:1687
msgid ""
"These commands you can also use in the \"Printing command\" field of the "
"printing dialogs of many applications, but here do not supply the file name "
"because the file to print is provided by the application.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:1242 ../../printerdrake.pm_.c:1254
-#: ../../printerdrake.pm_.c:1266
+#: ../../printerdrake.pm_.c:1690 ../../printerdrake.pm_.c:1706
+#: ../../printerdrake.pm_.c:1716
#, c-format
msgid ""
"\n"
@@ -6714,43 +7553,49 @@ msgid ""
"line, e. g. \"%s <file>\". "
msgstr ""
-#: ../../printerdrake.pm_.c:1244 ../../printerdrake.pm_.c:1284
+#: ../../printerdrake.pm_.c:1693 ../../printerdrake.pm_.c:1732
+#, c-format
+msgid ""
+"To know about the options available for the current printer read either the "
+"list shown below or click on the \"Print option list\" button.%s\n"
+"\n"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1696
msgid ""
-"To get a list of the options available for the current printer read either "
-"the list shown below or click on the \"Print option list\" button.\n"
+"Here is a list of the available printing options for the current printer:\n"
"\n"
msgstr ""
-#: ../../printerdrake.pm_.c:1249 ../../printerdrake.pm_.c:1261
+#: ../../printerdrake.pm_.c:1701 ../../printerdrake.pm_.c:1711
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
"<file>\".\n"
msgstr ""
-#: ../../printerdrake.pm_.c:1251 ../../printerdrake.pm_.c:1263
-#: ../../printerdrake.pm_.c:1275
+#: ../../printerdrake.pm_.c:1703 ../../printerdrake.pm_.c:1713
+#: ../../printerdrake.pm_.c:1723
msgid ""
"This command you can also use in the \"Printing command\" field of the "
"printing dialogs of many applications. But here do not supply the file name "
"because the file to print is provided by the application.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:1256 ../../printerdrake.pm_.c:1268
+#: ../../printerdrake.pm_.c:1708 ../../printerdrake.pm_.c:1718
msgid ""
"To get a list of the options available for the current printer click on the "
-"\"Print option list\" button.\n"
-"\n"
+"\"Print option list\" button."
msgstr ""
-#: ../../printerdrake.pm_.c:1273
+#: ../../printerdrake.pm_.c:1721
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
"<file>\" or \"%s <file>\".\n"
msgstr ""
-#: ../../printerdrake.pm_.c:1277
+#: ../../printerdrake.pm_.c:1725
msgid ""
"You can also use the graphical interface \"xpdq\" for setting options and "
"handling printing jobs.\n"
@@ -6760,7 +7605,7 @@ msgid ""
"jams.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:1281
+#: ../../printerdrake.pm_.c:1729
#, c-format
msgid ""
"\n"
@@ -6769,86 +7614,124 @@ msgid ""
"line, e. g. \"%s <file>\".\n"
msgstr ""
-#: ../../printerdrake.pm_.c:1292
+#: ../../printerdrake.pm_.c:1738 ../../printerdrake.pm_.c:1744
+#: ../../printerdrake.pm_.c:1745 ../../printerdrake.pm_.c:1746
+#: ../../printerdrake.pm_.c:2716 ../../standalone/drakbackup_.c:754
+#: ../../standalone/drakbackup_.c:2458 ../../standalone/drakfont_.c:577
+#: ../../standalone/drakfont_.c:791
+#, fuzzy
+msgid "Close"
+msgstr "Hiir"
+
+#: ../../printerdrake.pm_.c:1741 ../../printerdrake.pm_.c:1753
+#, fuzzy, c-format
+msgid "Printing/Scanning on \"%s\""
+msgstr "Seiskame vrguliidesed"
+
+#: ../../printerdrake.pm_.c:1742 ../../printerdrake.pm_.c:1754
#, fuzzy, c-format
msgid "Printing on the printer \"%s\""
msgstr "Seiskame vrguliidesed"
-#: ../../printerdrake.pm_.c:1294
+#: ../../printerdrake.pm_.c:1744
#, fuzzy
msgid "Print option list"
msgstr "Otse hendatud printeri stted"
-#: ../../printerdrake.pm_.c:1318 ../../printerdrake.pm_.c:1741
-#: ../../standalone/printerdrake_.c:48
+#: ../../printerdrake.pm_.c:1766
+#, c-format
+msgid ""
+"Your HP multi-function device was configured automatically to be able to "
+"scan. Now you can scan with \"scanimage\" (\"scanimage -d hp:%s\" to specify "
+"the scanner when you have more than one) from the command line or with the "
+"graphical interfaces \"xscanimage\" or \"xsane\". If you are using the GIMP, "
+"you can also scan by choosing the appropriate point in the \"File\"/\"Acquire"
+"\" menu. Call also \"man scanimage\" and \"man sane-hp\" on the command line "
+"to get more information.\n"
+"\n"
+"Do not use \"scannerdrake\" for this device!"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1772
+#, c-format
+msgid ""
+"Your HP multi-function device was configured automatically to be able to "
+"scan. Now you can scan from the command line with \"ptal-hp %s scan ...\". "
+"Scanning via a graphical interface or from the GIMP is not supported yet for "
+"your device. More information you will find in the \"/usr/share/doc/hpoj-0.8/"
+"ptal-hp-scan.html\" file on your system. If you have an HP LaserJet 1100 or "
+"1200 you can only scan when you have the scanner option installed.\n"
+"\n"
+"Do not use \"scannerdrake\" for this device!"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1794 ../../printerdrake.pm_.c:2221
+#: ../../printerdrake.pm_.c:2485 ../../standalone/printerdrake_.c:49
#, fuzzy
msgid "Reading printer data ..."
msgstr "Loetakse CUPS juhtprogramme"
-#: ../../printerdrake.pm_.c:1338 ../../printerdrake.pm_.c:1376
-#: ../../printerdrake.pm_.c:1411
+#: ../../printerdrake.pm_.c:1814 ../../printerdrake.pm_.c:1842
+#: ../../printerdrake.pm_.c:1877
#, fuzzy
msgid "Transfer printer configuration"
msgstr "Interneti stted"
-#: ../../printerdrake.pm_.c:1339
+#: ../../printerdrake.pm_.c:1815
#, c-format
msgid ""
-"You can copy the printer configuration which you have done \n"
-"for the spooler %s to %s, your current spooler. All the\n"
-"configuration data (printer name, description, location, \n"
-"connection type, and default option settings) is overtaken,\n"
-"but jobs will not be transferred.\n"
-"Not all queues can be transferred due to the following \n"
-"reasons:\n"
+"You can copy the printer configuration which you have done for the spooler %"
+"s to %s, your current spooler. All the configuration data (printer name, "
+"description, location, connection type, and default option settings) is "
+"overtaken, but jobs will not be transferred.\n"
+"Not all queues can be transferred due to the following reasons:\n"
msgstr ""
-#: ../../printerdrake.pm_.c:1347
+#: ../../printerdrake.pm_.c:1818
msgid ""
-"CUPS does not support printers on Novell servers or printers\n"
-"sending the data into a free-formed command.\n"
+"CUPS does not support printers on Novell servers or printers sending the "
+"data into a free-formed command.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:1350
+#: ../../printerdrake.pm_.c:1820
msgid ""
-"PDQ only supports local printers, remote LPD printers, and\n"
-"Socket/TCP printers.\n"
+"PDQ only supports local printers, remote LPD printers, and Socket/TCP "
+"printers.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:1353
+#: ../../printerdrake.pm_.c:1822
msgid "LPD and LPRng do not support IPP printers.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:1355
+#: ../../printerdrake.pm_.c:1824
msgid ""
-"In addition, queues not created with this program or\n"
-"\"foomatic-configure\" cannot be transferred."
+"In addition, queues not created with this program or \"foomatic-configure\" "
+"cannot be transferred."
msgstr ""
-#: ../../printerdrake.pm_.c:1357
+#: ../../printerdrake.pm_.c:1825
msgid ""
"\n"
-"Also printers configured with the PPD files provided by\n"
-"their manufacturers or with native CUPS drivers can not be\n"
-"transferred."
+"Also printers configured with the PPD files provided by their manufacturers "
+"or with native CUPS drivers cannot be transferred."
msgstr ""
-#: ../../printerdrake.pm_.c:1360
+#: ../../printerdrake.pm_.c:1826
msgid ""
"\n"
"Mark the printers which you want to transfer and click \n"
"\"Transfer\"."
msgstr ""
-#: ../../printerdrake.pm_.c:1363
+#: ../../printerdrake.pm_.c:1829
msgid "Do not transfer printers"
msgstr ""
-#: ../../printerdrake.pm_.c:1364 ../../printerdrake.pm_.c:1381
+#: ../../printerdrake.pm_.c:1830 ../../printerdrake.pm_.c:1847
msgid "Transfer"
msgstr ""
-#: ../../printerdrake.pm_.c:1377
+#: ../../printerdrake.pm_.c:1843
#, c-format
msgid ""
"A printer named \"%s\" already exists under %s. \n"
@@ -6856,305 +7739,359 @@ msgid ""
"You can also type a new name or skip this printer."
msgstr ""
-#: ../../printerdrake.pm_.c:1385
+#: ../../printerdrake.pm_.c:1851
msgid "Name of printer should contain only letters, numbers and the underscore"
msgstr "Printeri nimi tohib sisaldada vaid thti, numbreid ja alakriipsu"
-#: ../../printerdrake.pm_.c:1390
+#: ../../printerdrake.pm_.c:1856
#, c-format
msgid ""
"The printer \"%s\" already exists,\n"
"do you really want to overwrite its configuration?"
msgstr ""
-#: ../../printerdrake.pm_.c:1398
+#: ../../printerdrake.pm_.c:1864
#, fuzzy
msgid "New printer name"
msgstr "Printerit ei ole"
-#: ../../printerdrake.pm_.c:1401
+#: ../../printerdrake.pm_.c:1867
#, c-format
msgid "Transferring %s ..."
msgstr ""
-#: ../../printerdrake.pm_.c:1412
+#: ../../printerdrake.pm_.c:1878
#, c-format
msgid ""
-"You have transferred your former default printer (\"%s\"),\n"
-"Should it be also the default printer under the\n"
-"new printing system %s?"
+"You have transferred your former default printer (\"%s\"), Should it be also "
+"the default printer under the new printing system %s?"
msgstr ""
-#: ../../printerdrake.pm_.c:1423
+#: ../../printerdrake.pm_.c:1887
#, fuzzy
msgid "Refreshing printer data ..."
msgstr "Loetakse CUPS juhtprogramme"
-#: ../../printerdrake.pm_.c:1431 ../../printerdrake.pm_.c:1494
-#: ../../printerdrake.pm_.c:1515
+#: ../../printerdrake.pm_.c:1895 ../../printerdrake.pm_.c:1966
+#: ../../printerdrake.pm_.c:1978
#, fuzzy
msgid "Configuration of a remote printer"
msgstr "Sea printer"
-#: ../../printerdrake.pm_.c:1432
+#: ../../printerdrake.pm_.c:1896
#, fuzzy
msgid "Starting network ..."
msgstr "Testime Teie hendust..."
-#: ../../printerdrake.pm_.c:1454 ../../printerdrake.pm_.c:1462
-#: ../../printerdrake.pm_.c:1464
+#: ../../printerdrake.pm_.c:1930 ../../printerdrake.pm_.c:1934
+#: ../../printerdrake.pm_.c:1936
#, fuzzy
msgid "Configure the network now"
msgstr "Vrgustted"
-#: ../../printerdrake.pm_.c:1455
+#: ../../printerdrake.pm_.c:1931
#, fuzzy
msgid "Network functionality not configured"
msgstr "Monitor ei ole seadistatud"
-#: ../../printerdrake.pm_.c:1456
+#: ../../printerdrake.pm_.c:1932
msgid ""
-"You are going to configure a remote printer. This needs working\n"
-"network access, but your network is not configured yet. If you\n"
-"go on without network configuration, you will not be able to use\n"
-"the printer which you are configuring now. How do you want \n"
-"to proceed?"
+"You are going to configure a remote printer. This needs working network "
+"access, but your network is not configured yet. If you go on without network "
+"configuration, you will not be able to use the printer which you are "
+"configuring now. How do you want to proceed?"
msgstr ""
-#: ../../printerdrake.pm_.c:1463
+#: ../../printerdrake.pm_.c:1935
#, fuzzy
msgid "Go on without configuring the network"
msgstr "Vrguseadistused"
-#: ../../printerdrake.pm_.c:1496
+#: ../../printerdrake.pm_.c:1968
msgid ""
-"The network configuration done during the installation \n"
-"cannot be started now. Please check whether the network\n"
-"gets accessable after booting your system and correct the\n"
-"configuration using the Mandrake Control Center, section\n"
-"\"Network & Internet\"/\"Connection\", and afterwards set\n"
-"up the printer, also using the Mandrake Control Center,\n"
-"section \"Hardware\"/\"Printer\""
+"The network configuration done during the installation cannot be started "
+"now. Please check whether the network gets accessable after booting your "
+"system and correct the configuration using the Mandrake Control Center, "
+"section \"Network & Internet\"/\"Connection\", and afterwards set up the "
+"printer, also using the Mandrake Control Center, section \"Hardware\"/"
+"\"Printer\""
msgstr ""
-#: ../../printerdrake.pm_.c:1503
+#: ../../printerdrake.pm_.c:1969
msgid ""
-"The network access was not running and could not be \n"
-"started. Please check your configuration and your \n"
-"hardware. Then try to configure your remote printer\n"
-"again."
+"The network access was not running and could not be started. Please check "
+"your configuration and your hardware. Then try to configure your remote "
+"printer again."
msgstr ""
-#: ../../printerdrake.pm_.c:1516
+#: ../../printerdrake.pm_.c:1979
#, fuzzy
msgid "Restarting printing system ..."
msgstr "Millist printimisssteemi soovite kasutada?"
-#: ../../printerdrake.pm_.c:1548
+#: ../../printerdrake.pm_.c:2017
#, fuzzy
msgid "high"
msgstr "Krge"
-#: ../../printerdrake.pm_.c:1548
+#: ../../printerdrake.pm_.c:2017
#, fuzzy
msgid "paranoid"
msgstr "Paranoiline"
-#: ../../printerdrake.pm_.c:1549
+#: ../../printerdrake.pm_.c:2018
#, c-format
msgid "Installing a printing system in the %s security level"
msgstr ""
-#: ../../printerdrake.pm_.c:1550
+#: ../../printerdrake.pm_.c:2019
#, c-format
msgid ""
-"You are about to install the printing system %s on\n"
-"a system running in the %s security level.\n"
+"You are about to install the printing system %s on a system running in the %"
+"s security level.\n"
"\n"
-"This printing system runs a daemon (background process)\n"
-"which waits for print jobs and handles them. This daemon\n"
-"is also accessable by remote machines through the network\n"
-"and so it is a possible point for attacks. Therefore only\n"
-"a few selected daemons are started by default in this\n"
+"This printing system runs a daemon (background process) which waits for "
+"print jobs and handles them. This daemon is also accessable by remote "
+"machines through the network and so it is a possible point for attacks. "
+"Therefore only a few selected daemons are started by default in this "
"security level.\n"
"\n"
-"Do you really want to configure printing on this\n"
-"machine?"
+"Do you really want to configure printing on this machine?"
msgstr ""
-#: ../../printerdrake.pm_.c:1584
+#: ../../printerdrake.pm_.c:2051
#, fuzzy
msgid "Starting the printing system at boot time"
msgstr "Millist printimisssteemi soovite kasutada?"
-#: ../../printerdrake.pm_.c:1585
+#: ../../printerdrake.pm_.c:2052
#, c-format
msgid ""
-"The printing system (%s) will not be started automatically\n"
-"when the machine is booted.\n"
+"The printing system (%s) will not be started automatically when the machine "
+"is booted.\n"
"\n"
-"It is possible that the automatic starting was turned off \n"
-"by changing to a higher security level, because the printing\n"
-"system is a potential point for attacks.\n"
+"It is possible that the automatic starting was turned off by changing to a "
+"higher security level, because the printing system is a potential point for "
+"attacks.\n"
"\n"
-"Do you want to have the automatic starting of the printing\n"
-"system turned on again?"
+"Do you want to have the automatic starting of the printing system turned on "
+"again?"
msgstr ""
-#: ../../printerdrake.pm_.c:1612 ../../printerdrake.pm_.c:1644
-#: ../../printerdrake.pm_.c:1671 ../../printerdrake.pm_.c:1701
-#: ../../printerdrake.pm_.c:1778
+#: ../../printerdrake.pm_.c:2075 ../../printerdrake.pm_.c:2113
+#: ../../printerdrake.pm_.c:2143 ../../printerdrake.pm_.c:2176
+#: ../../printerdrake.pm_.c:2281
msgid "Checking installed software..."
msgstr ""
-#: ../../printerdrake.pm_.c:1648
+#: ../../printerdrake.pm_.c:2117
msgid "Removing LPRng..."
msgstr ""
-#: ../../printerdrake.pm_.c:1675
+#: ../../printerdrake.pm_.c:2147
msgid "Removing LPD..."
msgstr ""
-#: ../../printerdrake.pm_.c:1727
+#: ../../printerdrake.pm_.c:2205
#, fuzzy
msgid "Select Printer Spooler"
msgstr "Vali printeri hendusviis"
-#: ../../printerdrake.pm_.c:1728
+#: ../../printerdrake.pm_.c:2206
#, fuzzy
msgid "Which printing system (spooler) do you want to use?"
msgstr "Millist printimisssteemi soovite kasutada?"
-#: ../../printerdrake.pm_.c:1759
+#: ../../printerdrake.pm_.c:2239
#, fuzzy, c-format
msgid "Configuring printer \"%s\" ..."
msgstr "Printeri stted"
-#: ../../printerdrake.pm_.c:1806 ../../printerdrake.pm_.c:1838
-#: ../../printerdrake.pm_.c:2026 ../../printerdrake.pm_.c:2088
+#: ../../printerdrake.pm_.c:2252
+#, fuzzy
+msgid "Installing Foomatic ..."
+msgstr "Paketi %s installimine"
+
+#: ../../printerdrake.pm_.c:2309 ../../printerdrake.pm_.c:2348
+#: ../../printerdrake.pm_.c:2733 ../../printerdrake.pm_.c:2803
msgid "Printer options"
msgstr "Otse hendatud printeri stted"
-#: ../../printerdrake.pm_.c:1815
+#: ../../printerdrake.pm_.c:2318
#, fuzzy
msgid "Preparing PrinterDrake ..."
msgstr "Loetakse CUPS juhtprogramme"
-#: ../../printerdrake.pm_.c:1845
+#: ../../printerdrake.pm_.c:2335 ../../printerdrake.pm_.c:2890
+#, fuzzy
+msgid "Configuring applications..."
+msgstr "Printeri stted"
+
+#: ../../printerdrake.pm_.c:2355
#, fuzzy
msgid "Would you like to configure printing?"
msgstr "Kas soovite printerit seadistada?"
-#: ../../printerdrake.pm_.c:1857
+#: ../../printerdrake.pm_.c:2367
msgid "Printing system: "
msgstr ""
-#: ../../printerdrake.pm_.c:1879
+#: ../../printerdrake.pm_.c:2415
+msgid "Printerdrake"
+msgstr "PrinterDrake"
+
+#: ../../printerdrake.pm_.c:2419
+#, fuzzy
msgid ""
-"The following printers are configured.\n"
-"Click on one of them to modify it or\n"
-"to get information about it or on \n"
-"\"Add Printer\" to add a new printer."
+"The following printers are configured. Double-click on a printer to change "
+"its settings; to make it the default printer; to view information about it; "
+"or to make a printer on a remote CUPS server available for Star Office/"
+"OpenOffice.org."
msgstr ""
+"Kirjeldatud on jrgnevad prindijrjekorrad.\n"
+"Te vite neid lisada ning olemasolevaid muuta."
-#: ../../printerdrake.pm_.c:1885 ../../standalone/draknet_.c:301
-msgid "Normal Mode"
-msgstr "Tavakasutus"
-
-#: ../../printerdrake.pm_.c:1891 ../../printerdrake.pm_.c:2010
-msgid " (Default)"
-msgstr " (Vaikimisi)"
-
-#: ../../printerdrake.pm_.c:1895 ../../printerdrake.pm_.c:1935
+#: ../../printerdrake.pm_.c:2420
#, fuzzy
-msgid "Printer(s) on remote CUPS server(s)"
-msgstr "CUPS printserver"
+msgid ""
+"The following printers are configured. Double-click on a printer to change "
+"its settings; to make it the default printer; or to view information about "
+"it."
+msgstr ""
+"Kirjeldatud on jrgnevad prindijrjekorrad.\n"
+"Te vite neid lisada ning olemasolevaid muuta."
-#: ../../printerdrake.pm_.c:1896 ../../printerdrake.pm_.c:1936
-#, fuzzy
-msgid "Printer(s) on remote server(s)"
-msgstr "CUPS printserver"
+#: ../../printerdrake.pm_.c:2446
+msgid "Refresh printer list (to display all available remote CUPS printers)"
+msgstr ""
-#: ../../printerdrake.pm_.c:1898 ../../printerdrake.pm_.c:1919
-#: ../../printerdrake.pm_.c:1922 ../../printerdrake.pm_.c:1971
+#: ../../printerdrake.pm_.c:2464
#, fuzzy
-msgid "Add printer"
-msgstr "Printerit ei ole"
+msgid "Change the printing system"
+msgstr "Vrgustted"
-#: ../../printerdrake.pm_.c:1977 ../../printerdrake.pm_.c:1993
-#: ../../printerdrake.pm_.c:2128
+#: ../../printerdrake.pm_.c:2469 ../../standalone/draknet_.c:278
+msgid "Normal Mode"
+msgstr "Tavakasutus"
+
+#: ../../printerdrake.pm_.c:2625 ../../printerdrake.pm_.c:2675
+#: ../../printerdrake.pm_.c:2884
#, fuzzy
msgid "Do you want to configure another printer?"
msgstr "Kas soovite seadistusi proovida?"
-#: ../../printerdrake.pm_.c:2003
+#: ../../printerdrake.pm_.c:2711
#, fuzzy
msgid "Modify printer configuration"
msgstr "Interneti stted"
-#: ../../printerdrake.pm_.c:2004
-#, c-format
+#: ../../printerdrake.pm_.c:2713
+#, fuzzy, c-format
msgid ""
-"Printer %s: %s %s\n"
+"Printer %s\n"
"What do you want to modify on this printer?"
-msgstr ""
+msgstr "Kas soovite seadistusi proovida?"
-#: ../../printerdrake.pm_.c:2012
+#: ../../printerdrake.pm_.c:2717
msgid "Do it!"
msgstr ""
-#: ../../printerdrake.pm_.c:2015 ../../printerdrake.pm_.c:2062
+#: ../../printerdrake.pm_.c:2722 ../../printerdrake.pm_.c:2777
#, fuzzy
msgid "Printer connection type"
msgstr "Internetihenduse jagamine"
-#: ../../printerdrake.pm_.c:2016 ../../printerdrake.pm_.c:2066
+#: ../../printerdrake.pm_.c:2723 ../../printerdrake.pm_.c:2781
#, fuzzy
msgid "Printer name, description, location"
msgstr "Printeri hendusviis"
-#: ../../printerdrake.pm_.c:2018 ../../printerdrake.pm_.c:2081
+#: ../../printerdrake.pm_.c:2725 ../../printerdrake.pm_.c:2796
msgid "Printer manufacturer, model, driver"
msgstr ""
-#: ../../printerdrake.pm_.c:2019 ../../printerdrake.pm_.c:2082
+#: ../../printerdrake.pm_.c:2726 ../../printerdrake.pm_.c:2797
msgid "Printer manufacturer, model"
msgstr ""
-#: ../../printerdrake.pm_.c:2028 ../../printerdrake.pm_.c:2092
+#: ../../printerdrake.pm_.c:2735 ../../printerdrake.pm_.c:2807
msgid "Set this printer as the default"
msgstr ""
-#: ../../printerdrake.pm_.c:2029 ../../printerdrake.pm_.c:2097
+#: ../../printerdrake.pm_.c:2737 ../../printerdrake.pm_.c:2812
+msgid "Add this printer to Star Office/OpenOffice.org"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:2738 ../../printerdrake.pm_.c:2821
+msgid "Remove this printer from Star Office/OpenOffice.org"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:2739 ../../printerdrake.pm_.c:2830
#, fuzzy
msgid "Print test pages"
msgstr "Trkitakse testleheklg(i)..."
-#: ../../printerdrake.pm_.c:2030 ../../printerdrake.pm_.c:2099
-msgid "Know how to print with this printer"
-msgstr ""
+#: ../../printerdrake.pm_.c:2740 ../../printerdrake.pm_.c:2832
+#, fuzzy
+msgid "Know how to use this printer"
+msgstr "Kas soovite seadistusi proovida?"
-#: ../../printerdrake.pm_.c:2031 ../../printerdrake.pm_.c:2101
+#: ../../printerdrake.pm_.c:2742 ../../printerdrake.pm_.c:2834
#, fuzzy
msgid "Remove printer"
msgstr "Vrguprinter"
-#: ../../printerdrake.pm_.c:2071
+#: ../../printerdrake.pm_.c:2786
#, fuzzy, c-format
msgid "Removing old printer \"%s\" ..."
msgstr "Loetakse CUPS juhtprogramme"
-#: ../../printerdrake.pm_.c:2096
+#: ../../printerdrake.pm_.c:2810
+#, fuzzy
+msgid "Default printer"
+msgstr "Kohalik printer"
+
+#: ../../printerdrake.pm_.c:2811
#, c-format
msgid "The printer \"%s\" is set as the default printer now."
msgstr ""
-#: ../../printerdrake.pm_.c:2103
+#: ../../printerdrake.pm_.c:2815 ../../printerdrake.pm_.c:2818
+msgid "Adding printer to Star Office/OpenOffice.org"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:2816
+#, c-format
+msgid ""
+"The printer \"%s\" was successfully added to Star Office/OpenOffice.org."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:2819
+#, c-format
+msgid "Failed to add the printer \"%s\" to Star Office/OpenOffice.org."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:2824 ../../printerdrake.pm_.c:2827
+msgid "Removing printer from Star Office/OpenOffice.org"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:2825
+#, c-format
+msgid ""
+"The printer \"%s\" was successfully removed from Star Office/OpenOffice.org."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:2828
+#, c-format
+msgid "Failed to remove the printer \"%s\" from Star Office/OpenOffice.org."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:2836
#, fuzzy, c-format
msgid "Do you really want to remove the printer \"%s\"?"
msgstr "Kas soovite vrguhendust taaskivitada?"
-#: ../../printerdrake.pm_.c:2105
+#: ../../printerdrake.pm_.c:2838
#, fuzzy, c-format
msgid "Removing printer \"%s\" ..."
msgstr "Loetakse CUPS juhtprogramme"
@@ -7258,17 +8195,17 @@ msgstr "mkraid ebannestus (puudub 'raidtools'?)"
msgid "Not enough partitions for RAID level %d\n"
msgstr "Ei ole piisavalt partitsiooni RAID-%d jaoks\n"
-#: ../../services.pm_.c:15
+#: ../../services.pm_.c:14
msgid "Launch the ALSA (Advanced Linux Sound Architecture) sound system"
msgstr ""
-#: ../../services.pm_.c:16
+#: ../../services.pm_.c:15
msgid "Anacron a periodic command scheduler."
msgstr ""
"Anacron kivitab programme perioodiliselt analoogiliselt cron-ile.\n"
"Kasutage seda juhul kui Teie arvuti ei tta 24h."
-#: ../../services.pm_.c:17
+#: ../../services.pm_.c:16
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."
@@ -7276,7 +8213,7 @@ msgstr ""
"apmd on kasutusel philiselt slearvutites, akude tituvuse jlgimiseks.\n"
"Samuti suudab see aku thjenemisel ssteemi viisakalt maha vtta."
-#: ../../services.pm_.c:19
+#: ../../services.pm_.c:18
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."
@@ -7284,7 +8221,7 @@ msgstr ""
"Laseb kivitada hekordseid kske etteantud ajal vi ootab ssteemi\n"
"koormuse laskumist ksu kivitamiseks piisavale tasemele."
-#: ../../services.pm_.c:21
+#: ../../services.pm_.c:20
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 "
@@ -7295,7 +8232,7 @@ msgstr ""
"kivitamiseks. Vixie cron sisaldab lisaks veel turvalisust ja kasutus-\n"
"mugavust tstvaid omadusi. Soovitav ssteemile mis ttab 24h"
-#: ../../services.pm_.c:24
+#: ../../services.pm_.c:23
msgid ""
"GPM adds mouse support to text-based Linux applications such the\n"
"Midnight Commander. It also allows mouse-based console cut-and-paste "
@@ -7305,21 +8242,20 @@ msgstr ""
"GPM annab vimaluse kasutada hiirt ka tekstikonsoolil. Lisaks tavalisele\n"
"likamisele/kleepimisele saab kasutada ka menssteeme."
-#: ../../services.pm_.c:27
+#: ../../services.pm_.c:26
msgid ""
"HardDrake runs a hardware probe, and optionally configures\n"
"new/changed hardware."
msgstr ""
-#: ../../services.pm_.c:29
+#: ../../services.pm_.c:28 ../../standalone/logdrake_.c:412
msgid ""
-"Apache is a World Wide Web server. It is used to serve HTML files\n"
-"and CGI."
+"Apache is a World Wide Web server. It is used to serve HTML files and CGI."
msgstr ""
"Apache on maailma juhtiv veebiserveri programm. Tenoliselt\n"
"ka vimsaim."
-#: ../../services.pm_.c:31
+#: ../../services.pm_.c:29
msgid ""
"The internet superserver daemon (commonly called inetd) starts a\n"
"variety of other internet services as needed. It is responsible for "
@@ -7331,13 +8267,13 @@ msgstr ""
"Interneti \"superserver\", nimega inetd laseb kivitada mitmeid vrgu-\n"
"teenustel, nagu telnet, ftp, rsh, rlogin jne."
-#: ../../services.pm_.c:35
+#: ../../services.pm_.c:33
msgid ""
"Launch packet filtering for Linux kernel 2.2 series, to set\n"
"up a firewall to protect your machine from network attacks."
msgstr ""
-#: ../../services.pm_.c:37
+#: ../../services.pm_.c:35
msgid ""
"This package loads the selected keyboard map as set in\n"
"/etc/sysconfig/keyboard. This can be selected using the kbdconfig utility.\n"
@@ -7346,43 +8282,44 @@ msgstr ""
"See programm laeb ssteemi kivitumisel klaviatuuripaigutuse vastavalt\n"
"failis /etc/sysconfig/keyboard kirjeldatule."
-#: ../../services.pm_.c:40
+#: ../../services.pm_.c:38
msgid ""
"Automatic regeneration of kernel header in /boot for\n"
"/usr/include/linux/{autoconf,version}.h"
msgstr ""
-#: ../../services.pm_.c:42
+#: ../../services.pm_.c:40
msgid "Automatic detection and configuration of hardware at boot."
msgstr ""
-#: ../../services.pm_.c:43
+#: ../../services.pm_.c:41
msgid ""
"Linuxconf will sometimes arrange to perform various tasks\n"
"at boot-time to maintain the system configuration."
msgstr ""
-#: ../../services.pm_.c:45
+#: ../../services.pm_.c:43
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 "lpd on trkideemon, ilma selleta ei ole vimalik printida."
-#: ../../services.pm_.c:47
+#: ../../services.pm_.c:45
msgid ""
"Linux Virtual Server, used to build a high-performance and highly\n"
"available server."
msgstr ""
-#: ../../services.pm_.c:49
+#: ../../services.pm_.c:47 ../../standalone/logdrake_.c:413
+#, fuzzy
msgid ""
-"named (BIND) is a Domain Name Server (DNS) that is used to resolve\n"
-"host names to IP addresses."
+"named (BIND) is a Domain Name Server (DNS) that is used to resolve host "
+"names to IP addresses."
msgstr ""
"named (BIND) on kasutusel nimeserverites, mis teenindavad DNS\n"
"hierarhiat, tlkimaks nimesid IP-aadressideks"
-#: ../../services.pm_.c:51
+#: ../../services.pm_.c:48
msgid ""
"Mounts and unmounts all Network File System (NFS), SMB (Lan\n"
"Manager/Windows), and NCP (NetWare) mount points."
@@ -7390,13 +8327,13 @@ msgstr ""
"hendab ja lahutab kiki vrgufailissteeme (nii NFS, SMB\n"
"kui ka NCP)"
-#: ../../services.pm_.c:53
+#: ../../services.pm_.c:50
msgid ""
"Activates/Deactivates all network interfaces configured to start\n"
"at boot time."
msgstr "Aktiveerib ssteemi laadimisel Teile vajalikud vrguliidesed."
-#: ../../services.pm_.c:55
+#: ../../services.pm_.c:52
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"
@@ -7405,7 +8342,7 @@ msgstr ""
"NFS on UNIXi keskkonna standardne failijaotusprotokoll. See programm tidab\n"
"NFS serveri funktsioone, ja konfigureeritakse failis /etc/exports."
-#: ../../services.pm_.c:58
+#: ../../services.pm_.c:55
msgid ""
"NFS is a popular protocol for file sharing across TCP/IP\n"
"networks. This service provides NFS file locking functionality."
@@ -7413,17 +8350,17 @@ msgstr ""
"NFS on UNIXi keskkonna standardne failijaotusprotokoll. See programm tidab\n"
"NFS failide lukustamise funktsioone. Vajalik serveerimisel."
-#: ../../services.pm_.c:60
+#: ../../services.pm_.c:57
msgid ""
"Automatically switch on numlock key locker under console\n"
"and XFree at boot."
msgstr ""
-#: ../../services.pm_.c:62
+#: ../../services.pm_.c:59
msgid "Support the OKI 4w and compatible winprinters."
msgstr ""
-#: ../../services.pm_.c:63
+#: ../../services.pm_.c:60
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 "
@@ -7433,7 +8370,7 @@ msgstr ""
"PCMCIA tugi on tavaliselt vajalik slearvutitele vrgu- ja modemiliideste\n"
"lisamiseks."
-#: ../../services.pm_.c:66
+#: ../../services.pm_.c:63
msgid ""
"The portmapper manages RPC connections, which are used by\n"
"protocols such as NFS and NIS. The portmap server must be running on "
@@ -7443,15 +8380,16 @@ msgstr ""
"portmapper haldab RPC hendusi, mida kasutavad NFS ja NIS. Neil \n"
"serveritel on see hdavajalik."
-#: ../../services.pm_.c:69
+#: ../../services.pm_.c:66 ../../standalone/logdrake_.c:415
+#, fuzzy
msgid ""
-"Postfix is a Mail Transport Agent, which is the program that\n"
-"moves mail from one machine to another."
+"Postfix is a Mail Transport Agent, which is the program that moves mail from "
+"one machine to another."
msgstr ""
"Postfix on meili transpordiagent, see thendab programm, mis\n"
"toimetab meili hest masinast teise."
-#: ../../services.pm_.c:71
+#: ../../services.pm_.c:67
msgid ""
"Saves and restores system entropy pool for higher quality random\n"
"number generation."
@@ -7459,13 +8397,13 @@ msgstr ""
"Salvestab ja taastab juhuarvude genereerimiseks vajaliku ssteemse\n"
"entroopiasalve."
-#: ../../services.pm_.c:73
+#: ../../services.pm_.c:69
msgid ""
"Assign raw devices to block devices (such as hard drive\n"
"partitions), for the use of applications such as Oracle"
msgstr ""
-#: ../../services.pm_.c:75
+#: ../../services.pm_.c:71
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"
@@ -7474,7 +8412,7 @@ msgstr ""
"routed on RIP deemon, mis vahetab selle protokolli alusel marsruutimis-\n"
"infot. Kui Teil on RIP kasutusel, on vajalik ka routed."
-#: ../../services.pm_.c:78
+#: ../../services.pm_.c:74
msgid ""
"The rstat protocol allows users on a network to retrieve\n"
"performance metrics for any machine on that network."
@@ -7482,7 +8420,7 @@ msgstr ""
"rstat protokoll laseb le vrgu saada informatsiooni ssteemi\n"
"t kohta. Ettevaatust!"
-#: ../../services.pm_.c:80
+#: ../../services.pm_.c:76
msgid ""
"The rusers protocol allows users on a network to identify who is\n"
"logged in on other responding machines."
@@ -7490,7 +8428,7 @@ msgstr ""
"rusers protokoll laseb le vrgu saada informatsiooni ssteemi\n"
"kasutajate kohta. Ettevaatust!"
-#: ../../services.pm_.c:82
+#: ../../services.pm_.c:78
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)."
@@ -7498,59 +8436,59 @@ msgstr ""
"rwho protokoll laseb le vrgu saada informatsiooni ssteemi\n"
"kasutajate kohta. Ettevaatust!"
-#: ../../services.pm_.c:84
+#: ../../services.pm_.c:80
#, fuzzy
msgid "Launch the sound system on your machine"
msgstr "Kivita X-Windows alglaadimisel"
-#: ../../services.pm_.c:85
+#: ../../services.pm_.c:81
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 "syslog-i kaudu toimub ssteemis toimiva logimine. Vajalik!"
-#: ../../services.pm_.c:87
+#: ../../services.pm_.c:83
msgid "Load the drivers for your usb devices."
msgstr ""
-#: ../../services.pm_.c:88
+#: ../../services.pm_.c:84
#, fuzzy
msgid "Starts the X Font Server (this is mandatory for XFree to run)."
msgstr "Stardib X fondiserveri, selleta X ei kivitu."
-#: ../../services.pm_.c:114 ../../services.pm_.c:156
+#: ../../services.pm_.c:110 ../../services.pm_.c:152
msgid "Choose which services should be automatically started at boot time"
msgstr "Valige, millised teenused tuleks alglaadimisel kivitada"
-#: ../../services.pm_.c:126
+#: ../../services.pm_.c:122
#, fuzzy
msgid "Printing"
msgstr "Printer"
-#: ../../services.pm_.c:127
+#: ../../services.pm_.c:123
msgid "Internet"
msgstr "Internet"
-#: ../../services.pm_.c:130
+#: ../../services.pm_.c:126
msgid "File sharing"
msgstr ""
-#: ../../services.pm_.c:132
+#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:934
#, fuzzy
msgid "System"
msgstr "Tmood"
-#: ../../services.pm_.c:137
+#: ../../services.pm_.c:133
#, fuzzy
msgid "Remote Administration"
msgstr "Vrguprinteri stted"
-#: ../../services.pm_.c:145
+#: ../../services.pm_.c:141
#, fuzzy
msgid "Database Server"
msgstr "Server, Andmebaasid"
-#: ../../services.pm_.c:174
+#: ../../services.pm_.c:170
#, c-format
msgid "Services: %d activated for %d registered"
msgstr ""
@@ -7574,7 +8512,7 @@ msgstr "Teenused ja deemonid"
#: ../../services.pm_.c:217
msgid ""
-"No additionnal information\n"
+"No additional information\n"
"about this service, sorry."
msgstr ""
"Selle teenuse kohta ei oska\n"
@@ -7584,12 +8522,185 @@ msgstr ""
msgid "On boot"
msgstr "Alglaadimisel"
+#: ../../services.pm_.c:236
+#, fuzzy
+msgid "Start"
+msgstr "Olek:"
+
+#: ../../services.pm_.c:236
+#, fuzzy
+msgid "Stop"
+msgstr "Sektor"
+
+#: ../../share/advertising/00-thanks.pl_.c:9
+msgid "Thank you for choosing Mandrake Linux 8.2"
+msgstr ""
+
+#: ../../share/advertising/00-thanks.pl_.c:10
+msgid "Welcome to the Open Source world"
+msgstr ""
+
+#: ../../share/advertising/00-thanks.pl_.c:11
+msgid ""
+"The success of MandrakeSoft is based upon the principle of Free Software. "
+"Your new operating system is the result of collaborative work on the part of "
+"the worldwide Linux Community"
+msgstr ""
+
+#: ../../share/advertising/01-gnu.pl_.c:9
+#, fuzzy
+msgid "Join the Free Software world"
+msgstr "lejnud maailm"
+
+#: ../../share/advertising/01-gnu.pl_.c:10
+msgid ""
+"Get to know the Open Source community and become a member. Learn, teach, and "
+"help others by joining the many discussion forums that you will find in our "
+"\"Community\" webpages"
+msgstr ""
+
+#: ../../share/advertising/02-internet.pl_.c:9
+#, fuzzy
+msgid "Internet and Messaging"
+msgstr "Internetihendus"
+
+#: ../../share/advertising/02-internet.pl_.c:10
+msgid ""
+"Mandrake Linux 8.2 provides the best software to access everything the "
+"Internet has to offer: Surf the web & view animations with Mozilla and "
+"Konqueror, exchange email & organize your personal information with "
+"Evolution and Kmail, and much more"
+msgstr ""
+
+#: ../../share/advertising/03-graphic.pl_.c:9
+#, fuzzy
+msgid "Multimedia and Graphics"
+msgstr "Multimeedia - Graafika"
+
+#: ../../share/advertising/03-graphic.pl_.c:10
+msgid ""
+"Mandrake Linux 8.2 lets you push your multimedia computer to its limits! Use "
+"the latest software to play music and audio files, edit and organize your "
+"images and photos, watch TV and videos, and much more"
+msgstr ""
+
+#: ../../share/advertising/04-develop.pl_.c:9
+msgid "Development"
+msgstr "Arendus"
+
+#: ../../share/advertising/04-develop.pl_.c:10
+msgid ""
+"Mandrake Linux 8.2 is the ultimate development platform. Discover the power "
+"of the GNU gcc compiler as well as the best Open Source development "
+"environments"
+msgstr ""
+
+#: ../../share/advertising/05-contcenter.pl_.c:9
+#, fuzzy
+msgid "Mandrake Control Center"
+msgstr "Juhtimiskeskus"
+
+#: ../../share/advertising/05-contcenter.pl_.c:10
+msgid ""
+"The Mandrake Linux 8.2 Control Center is a one-stop location for fully "
+"customizing and configuring your Mandrake system"
+msgstr ""
+
+#: ../../share/advertising/06-user.pl_.c:9
+#, fuzzy
+msgid "User interfaces"
+msgstr "Vrguliides"
+
+#: ../../share/advertising/06-user.pl_.c:10
+msgid ""
+"Mandrake Linux 8.2 provides 11 different graphical desktop environments and "
+"window managers to choose from including GNOME 1.4, KDE 2.2.2, Window Maker "
+"0.8, and the rest"
+msgstr ""
+
+#: ../../share/advertising/07-server.pl_.c:9
+#, fuzzy
+msgid "Server Software"
+msgstr "SMB serveri nimi"
+
+#: ../../share/advertising/07-server.pl_.c:10
+msgid ""
+"Transform your machine into a powerful server with just a few clicks of the "
+"mouse: Web server, email, firewall, router, file and print server, ..."
+msgstr ""
+
+#: ../../share/advertising/08-games.pl_.c:9
+msgid "Games"
+msgstr "Mngud"
+
+#: ../../share/advertising/08-games.pl_.c:10
+msgid ""
+"Mandrake Linux 8.2 provides the best Open Source games - arcade, action, "
+"cards, sports, strategy, ..."
+msgstr ""
+
+#: ../../share/advertising/09-MDKcampus.pl_.c:9
+msgid "MandrakeCampus"
+msgstr ""
+
+#: ../../share/advertising/09-MDKcampus.pl_.c:10
+msgid ""
+"Would you like to learn Linux simply, quickly, and for free? MandrakeSoft "
+"provides free Linux training, as well as a way to test your progress, at "
+"MandrakeCampus -- our online training center"
+msgstr ""
+
+#: ../../share/advertising/10-MDKexpert.pl_.c:9
+#, fuzzy
+msgid "MandrakeExpert"
+msgstr "ekspert"
+
+#: ../../share/advertising/10-MDKexpert.pl_.c:10
+msgid ""
+"Quality support from the Linux Community, and from MandrakeSoft, is just "
+"around the corner. And if you're already a Linux veteran, become an \"Expert"
+"\" and share your knowledge at our support website"
+msgstr ""
+
+#: ../../share/advertising/11-consul.pl_.c:9
+msgid "MandrakeConsulting"
+msgstr ""
+
+#: ../../share/advertising/11-consul.pl_.c:10
+msgid ""
+"For all of your IT projects, our consultants are ready to analyze your "
+"requirements and offer a customized solution. Benefit from MandrakeSoft's "
+"vast experience as a Linux producer to provide a true IT alternative for "
+"your business organization"
+msgstr ""
+
+#: ../../share/advertising/12-MDKstore.pl_.c:9
+#, fuzzy
+msgid "MandrakeStore"
+msgstr "kohustuslik"
+
+#: ../../share/advertising/12-MDKstore.pl_.c:10
+msgid ""
+"A full range of Linux solutions, as well as special offers on products and "
+"'goodies', are available online at our e-store"
+msgstr ""
+
+#: ../../share/advertising/13-Nvert.pl_.c:9
+msgid ""
+"For more information on MandrakeSoft's Professional Services and commercial "
+"offerings, please see the following web page:"
+msgstr ""
+
+#: ../../share/advertising/13-Nvert.pl_.c:11
+msgid "http://www.mandrakesoft.com/sales/contact"
+msgstr ""
+
#: ../../standalone.pm_.c:25
#, fuzzy
msgid "Installing packages..."
msgstr "Paketi %s installimine"
-#: ../../standalone/diskdrake_.c:63
+#: ../../standalone/diskdrake_.c:85
msgid ""
"I can't read your partition table, it's too corrupted for me :(\n"
"I'll try to go on blanking bad partitions"
@@ -7597,22 +8708,22 @@ msgstr ""
"Partitsioonitabel on loetamatu, liiga rikutud DrakX-i jaoks :(\n"
"Proovin loetamatud kirjed puhastada"
-#: ../../standalone/drakautoinst_.c:44
+#: ../../standalone/drakautoinst_.c:45
#, fuzzy
msgid "Error!"
msgstr "Viga"
-#: ../../standalone/drakautoinst_.c:45
+#: ../../standalone/drakautoinst_.c:46
#, c-format
msgid "I can't find needed image file `%s'."
msgstr ""
-#: ../../standalone/drakautoinst_.c:47
+#: ../../standalone/drakautoinst_.c:48
#, fuzzy
msgid "Auto Install Configurator"
msgstr "Paigaldusjrgsed stted"
-#: ../../standalone/drakautoinst_.c:48
+#: ../../standalone/drakautoinst_.c:49
msgid ""
"You are about to configure an Auto Install floppy. This feature is somewhat "
"dangerous and must be used circumspectly.\n"
@@ -7627,36 +8738,1257 @@ msgid ""
"Do you want to continue?"
msgstr ""
-#: ../../standalone/drakautoinst_.c:70
+#: ../../standalone/drakautoinst_.c:71
#, fuzzy
msgid "Automatic Steps Configuration"
msgstr "Alglaaduri stiil"
-#: ../../standalone/drakautoinst_.c:71
+#: ../../standalone/drakautoinst_.c:72
msgid ""
"Please choose for each step whether it will replay like your install, or it "
"will be manual"
msgstr ""
-#: ../../standalone/drakautoinst_.c:112 ../../standalone/drakgw_.c:599
+#: ../../standalone/drakautoinst_.c:145
+msgid ""
+"\n"
+"Welcome.\n"
+"\n"
+"The parameters of the auto-install are available in the sections on the left"
+msgstr ""
+
+#: ../../standalone/drakautoinst_.c:243 ../../standalone/drakgw_.c:671
+#: ../../standalone/scannerdrake_.c:106
msgid "Congratulations!"
msgstr "nnitleme!"
-#: ../../standalone/drakautoinst_.c:113
+#: ../../standalone/drakautoinst_.c:244
msgid ""
"The floppy has been successfully generated.\n"
"You may now replay your installation."
msgstr ""
-#: ../../standalone/drakgw_.c:36 ../../standalone/drakgw_.c:181
+#: ../../standalone/drakautoinst_.c:282
+#, fuzzy
+msgid "Auto Install"
+msgstr "Installimine"
+
+#: ../../standalone/drakautoinst_.c:352
+#, fuzzy
+msgid "Add an item"
+msgstr "Tavakasutaja"
+
+#: ../../standalone/drakautoinst_.c:359
+#, fuzzy
+msgid "Remove the last item"
+msgstr "Vormindan loopback faili %s"
+
+#: ../../standalone/drakbackup_.c:448 ../../standalone/drakbackup_.c:451
+#: ../../standalone/drakbackup_.c:455
+msgid ""
+"***********************************************************************\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:449
+msgid ""
+"\n"
+" DrakBackup Report \n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:450
+msgid ""
+"\n"
+" DrakBackup Daemon Report\n"
+"\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:453
+msgid ""
+"\n"
+"\n"
+"***********************************************************************\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:454
+msgid ""
+"\n"
+" DrakBackup Report Details\n"
+"\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:476
+msgid "total progess"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:555 ../../standalone/drakbackup_.c:602
+msgid "Backup system files..."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:603 ../../standalone/drakbackup_.c:667
+#, fuzzy
+msgid "Hard Disk Backup files..."
+msgstr "Klbmatu tagavarakoopia"
+
+#: ../../standalone/drakbackup_.c:615
+#, fuzzy
+msgid "Backup User files..."
+msgstr "Klbmatu tagavarakoopia"
+
+#: ../../standalone/drakbackup_.c:616
+msgid "Hard Disk Backup Progress..."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:666
+#, fuzzy
+msgid "Backup Other files..."
+msgstr "Klbmatu tagavarakoopia"
+
+#: ../../standalone/drakbackup_.c:674
+#, c-format
+msgid ""
+"file list send by FTP : %s\n"
+" "
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:677
+msgid ""
+"\n"
+"(!) FTP connexion problem: It was not possible to send your backup files by "
+"FTP.\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:687
+msgid "(!) Error during mail sending. \n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:728 ../../standalone/drakbackup_.c:739
+#: ../../standalone/drakbackup_.c:750 ../../standalone/drakfont_.c:787
+#, fuzzy
+msgid "File Selection"
+msgstr "Paketigruppide valik"
+
+#: ../../standalone/drakbackup_.c:755
+msgid "Select the files or directories and click on 'Add'"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:790
+msgid ""
+"\n"
+"Please check all options that you need.\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:791
+msgid ""
+"These options can backup and restore all files in your /etc directory.\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:792
+msgid "Backup your System files. ( /etc directory )"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:793
+msgid "Use incremental backup (do not replace old backups)"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:794
+msgid "Do not include critical files (passwd, group, fstab)"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:795
+msgid ""
+"With this option you will be able to restore any version\n"
+" of your /etc directory."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:812
+#, fuzzy
+msgid "Please check all users that you want to include in your backup."
+msgstr "Palun valige paketid installimiseks"
+
+#: ../../standalone/drakbackup_.c:839
+msgid "Do not include the browser cache"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:840 ../../standalone/drakbackup_.c:864
+msgid "Use Incremental Backups (do not replace old backups)"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:862 ../../standalone/drakfont_.c:827
+#, fuzzy
+msgid "Remove Selected"
+msgstr "Eemalda prindijrjekord"
+
+#: ../../standalone/drakbackup_.c:900
+#, fuzzy
+msgid "Windows (FAT32)"
+msgstr "Eemalda Windows(TM)"
+
+#: ../../standalone/drakbackup_.c:939
+#, fuzzy
+msgid "Users"
+msgstr "Kasutajatunnus"
+
+#: ../../standalone/drakbackup_.c:964
+msgid "Use FTP connection to backup"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:967
+#, fuzzy
+msgid "Please enter the host name or IP."
+msgstr "Palun testige hiirt"
+
+#: ../../standalone/drakbackup_.c:972
+msgid ""
+"Please enter the directory to\n"
+" put the backup on this host."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:977
+#, fuzzy
+msgid "Please enter your login"
+msgstr "Palun proovige veel"
+
+#: ../../standalone/drakbackup_.c:982
+#, fuzzy
+msgid "Please enter your password"
+msgstr "Palun proovige veel"
+
+#: ../../standalone/drakbackup_.c:988
+#, fuzzy
+msgid "Remember this password"
+msgstr "Salasna puudub"
+
+#: ../../standalone/drakbackup_.c:1052 ../../standalone/drakbackup_.c:2048
+#, fuzzy
+msgid "FTP Connection"
+msgstr "LAN hendus"
+
+#: ../../standalone/drakbackup_.c:1059 ../../standalone/drakbackup_.c:2056
+#, fuzzy
+msgid "Secure Connection"
+msgstr "Vali printeri hendusviis"
+
+#: ../../standalone/drakbackup_.c:1085 ../../standalone/drakbackup_.c:2889
+msgid "Use CD/DVDROM to backup"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1088 ../../standalone/drakbackup_.c:2893
+#, fuzzy
+msgid "Please choose your CD space"
+msgstr "Palun valige klaviatuuriasetus"
+
+#: ../../standalone/drakbackup_.c:1094 ../../standalone/drakbackup_.c:2905
+#, fuzzy
+msgid "Please check if you are using CDRW media"
+msgstr "Palun valige partitsioon"
+
+#: ../../standalone/drakbackup_.c:1100 ../../standalone/drakbackup_.c:2911
+msgid "Please check if you want to erase your CDRW before"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1106
+#, fuzzy
+msgid ""
+"Please check if you want to include\n"
+" install boot on your CD."
+msgstr "Palun valige paketid installimiseks"
+
+#: ../../standalone/drakbackup_.c:1112
+msgid ""
+"Please enter your CD Writer device name\n"
+" ex: 0,1,0"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1153
+#, fuzzy
+msgid "Use tape to backup"
+msgstr "Klbmatu tagavarakoopia"
+
+#: ../../standalone/drakbackup_.c:1156
+msgid "Please enter the device name to use for backup"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1162 ../../standalone/drakbackup_.c:1203
+#: ../../standalone/drakbackup_.c:2013
+msgid ""
+"Please enter the maximum size\n"
+" allowed for Drakbackup"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1195 ../../standalone/drakbackup_.c:2005
+#, fuzzy
+msgid "Please enter the directory to save:"
+msgstr "Palun testige hiirt"
+
+#: ../../standalone/drakbackup_.c:1209 ../../standalone/drakbackup_.c:2019
+#, fuzzy
+msgid "Use quota for backup files."
+msgstr "Klbmatu tagavarakoopia"
+
+#: ../../standalone/drakbackup_.c:1267
+#, fuzzy
+msgid "Network"
+msgstr "Vrgu mask:"
+
+#: ../../standalone/drakbackup_.c:1272
+msgid "CDROM / DVDROM"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1277
+msgid "HardDrive / NFS"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1297 ../../standalone/drakbackup_.c:1301
+#: ../../standalone/drakbackup_.c:1305
+msgid "hourly"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1298 ../../standalone/drakbackup_.c:1302
+#: ../../standalone/drakbackup_.c:1305
+msgid "daily"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1299 ../../standalone/drakbackup_.c:1303
+#: ../../standalone/drakbackup_.c:1305
+msgid "weekly"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1300 ../../standalone/drakbackup_.c:1304
+#: ../../standalone/drakbackup_.c:1305
+msgid "monthly"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1312
+#, fuzzy
+msgid "Use daemon"
+msgstr "Kasutajatunnus"
+
+#: ../../standalone/drakbackup_.c:1317
+#, fuzzy
+msgid ""
+"Please choose the time \n"
+"interval between each backup"
+msgstr "Palun valige paketid installimiseks"
+
+#: ../../standalone/drakbackup_.c:1323
+#, fuzzy
+msgid ""
+"Please choose the\n"
+"media for backup."
+msgstr "Palun valige kasutatav keel"
+
+#: ../../standalone/drakbackup_.c:1327
+#, fuzzy
+msgid "Use Hard Drive with daemon"
+msgstr "Kas optimiseerime kvaketast?"
+
+#: ../../standalone/drakbackup_.c:1329
+#, fuzzy
+msgid "Use FTP with daemon"
+msgstr "Kas optimiseerime kvaketast?"
+
+#: ../../standalone/drakbackup_.c:1333
+msgid "Please be sure that the cron daemon is included in your services."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1369
+msgid "Send mail report after each backup to :"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1411
+#, fuzzy
+msgid "What"
+msgstr "Oodake"
+
+#: ../../standalone/drakbackup_.c:1416
+#, fuzzy
+msgid "Where"
+msgstr "Ratas"
+
+#: ../../standalone/drakbackup_.c:1421
+#, fuzzy
+msgid "When"
+msgstr "Ratas"
+
+#: ../../standalone/drakbackup_.c:1426
+#, fuzzy
+msgid "More Options"
+msgstr "Mooduli parameetrid:"
+
+#: ../../standalone/drakbackup_.c:1445 ../../standalone/drakbackup_.c:2801
+#, fuzzy
+msgid "Drakbackup Configuration"
+msgstr "Vrgu stted"
+
+#: ../../standalone/drakbackup_.c:1463
+#, fuzzy
+msgid "Please choose where you want to backup"
+msgstr "Palun valige paketid installimiseks"
+
+#: ../../standalone/drakbackup_.c:1465
+msgid "on Hard Drive"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1476
+#, fuzzy
+msgid "across Network"
+msgstr "Vrgu mask:"
+
+#: ../../standalone/drakbackup_.c:1540
+#, fuzzy
+msgid "Please choose what you want to backup"
+msgstr "Palun valige paketid installimiseks"
+
+#: ../../standalone/drakbackup_.c:1541
+#, fuzzy
+msgid "Backup system"
+msgstr "Failissteemid"
+
+#: ../../standalone/drakbackup_.c:1542
+msgid "Backup Users"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1545
+msgid "Select user manually"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1627
+msgid ""
+"\n"
+"Backup Sources: \n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1628
+msgid ""
+"\n"
+"- System Files:\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1630
+msgid ""
+"\n"
+"- User Files:\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1632
+msgid ""
+"\n"
+"- Other Files:\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1634
+#, c-format
+msgid ""
+"\n"
+"- Save on Hard drive on path : %s\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1635
+#, c-format
+msgid ""
+"\n"
+"- Save on FTP on host : %s\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1636
+#, c-format
+msgid ""
+"\t\t user name: %s\n"
+"\t\t on path: %s \n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1637
+#, fuzzy
+msgid ""
+"\n"
+"- Options:\n"
+msgstr "Eelistused"
+
+#: ../../standalone/drakbackup_.c:1638
+msgid "\tDo not include System Files\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1639
+msgid "\tBackups use tar and bzip2\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1640
+msgid "\tBackups use tar and gzip\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1641
+#, c-format
+msgid ""
+"\n"
+"- Daemon (%s) include :\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1642
+msgid "\t-Hard drive.\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1643
+msgid "\t-CDROM.\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1644
+msgid "\t-Network by FTP.\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1645
+msgid "\t-Network by SSH.\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1647
+msgid "No configuration, please click Wizard or Advanced.\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1652
+msgid ""
+"List of data to restore:\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1753
+msgid ""
+"List of data corrupted:\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1755
+#, fuzzy
+msgid "Please uncheck or remove it on next time."
+msgstr "Millisesse seerialporti on Teie modem hendatud?"
+
+#: ../../standalone/drakbackup_.c:1765
+msgid "Backup files are corrupted"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1786
+msgid " All your selectionned data have been "
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1787
+#, c-format
+msgid " Successfuly Restored on %s "
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1886
+#, fuzzy
+msgid " Restore Configuration "
+msgstr "Vrgu stted"
+
+#: ../../standalone/drakbackup_.c:1904
+msgid "OK to restore the other files."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1922
+msgid "User list to restore (only the most recent date per user is important)"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1972
+#, fuzzy
+msgid "Backup the system files before:"
+msgstr "Klbmatu tagavarakoopia"
+
+#: ../../standalone/drakbackup_.c:1974
+#, fuzzy
+msgid "please choose the date to restore"
+msgstr "Palun valige hiire tp"
+
+#: ../../standalone/drakbackup_.c:2002
+#, fuzzy
+msgid "Use Hard Disk to backup"
+msgstr "Klbmatu tagavarakoopia"
+
+#: ../../standalone/drakbackup_.c:2083
+#, fuzzy
+msgid "Restore from Hard Disk."
+msgstr "Taasta flopilt"
+
+#: ../../standalone/drakbackup_.c:2085
+msgid "Please enter the directory where backups are stored"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2143
+#, fuzzy
+msgid "Select another media to restore from"
+msgstr "Palun valige hiire tp"
+
+#: ../../standalone/drakbackup_.c:2145
+#, fuzzy
+msgid "Other Media"
+msgstr "Muu"
+
+#: ../../standalone/drakbackup_.c:2151
+#, fuzzy
+msgid "Restore system"
+msgstr "Ssteemi installimine"
+
+#: ../../standalone/drakbackup_.c:2152
+#, fuzzy
+msgid "Restore Users"
+msgstr "Taasta failist"
+
+#: ../../standalone/drakbackup_.c:2153
+#, fuzzy
+msgid "Restore Other"
+msgstr "Taasta failist"
+
+#: ../../standalone/drakbackup_.c:2155
+msgid "select path to restore (instead of / )"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2159
+msgid "Do new backup before restore (only for incremental backups.)"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2160
+msgid "Remove user directories before restore."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2217
+msgid "Restore all backups"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2225
+#, fuzzy
+msgid "Custom Restore"
+msgstr "Isetehtud"
+
+#: ../../standalone/drakbackup_.c:2266 ../../standalone/drakbackup_.c:2291
+#: ../../standalone/drakbackup_.c:2312 ../../standalone/drakbackup_.c:2333
+#: ../../standalone/drakbackup_.c:2351 ../../standalone/drakbackup_.c:2383
+#: ../../standalone/drakbackup_.c:2399 ../../standalone/drakbackup_.c:2419
+#: ../../standalone/drakbackup_.c:2438 ../../standalone/drakbackup_.c:2460
+#: ../../standalone/drakfont_.c:575
+#, fuzzy
+msgid "Help"
+msgstr "/_Abi"
+
+#: ../../standalone/drakbackup_.c:2269 ../../standalone/drakbackup_.c:2296
+#: ../../standalone/drakbackup_.c:2315 ../../standalone/drakbackup_.c:2336
+#: ../../standalone/drakbackup_.c:2354 ../../standalone/drakbackup_.c:2402
+#: ../../standalone/drakbackup_.c:2422 ../../standalone/drakbackup_.c:2441
+#, fuzzy
+msgid "Previous"
+msgstr "<- Eelmine"
+
+#: ../../standalone/drakbackup_.c:2271 ../../standalone/drakbackup_.c:2338
+#: ../../standalone/logdrake_.c:224
+#, fuzzy
+msgid "Save"
+msgstr "Olek:"
+
+#: ../../standalone/drakbackup_.c:2317
+#, fuzzy
+msgid "Build Backup"
+msgstr "Klbmatu tagavarakoopia"
+
+#: ../../standalone/drakbackup_.c:2356 ../../standalone/drakbackup_.c:3033
+#, fuzzy
+msgid "Restore"
+msgstr "Taasta failist"
+
+#: ../../standalone/drakbackup_.c:2404 ../../standalone/drakbackup_.c:2424
+#: ../../standalone/drakbackup_.c:2445
+#, fuzzy
+msgid "Next"
+msgstr "Tekst"
+
+#: ../../standalone/drakbackup_.c:2478
+msgid ""
+"Please Build backup before to restore it...\n"
+" or verify that your path to save is correct."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2499
+msgid ""
+"Error durind sendmail\n"
+" your report mail was not sent\n"
+" Please configure sendmail"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2522
+#, fuzzy
+msgid "Package List to Install"
+msgstr "Pakettide valik"
+
+#: ../../standalone/drakbackup_.c:2550
+msgid ""
+"Error durind sending file via FTP.\n"
+" Please correct your FTP configuration."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2573
+#, fuzzy
+msgid "Please select data to restore..."
+msgstr "Palun valige kasutatav keel"
+
+#: ../../standalone/drakbackup_.c:2594
+#, fuzzy
+msgid "Please select media for backup..."
+msgstr "Palun valige kasutatav keel"
+
+#: ../../standalone/drakbackup_.c:2616
+#, fuzzy
+msgid "Please select data to backup..."
+msgstr "Palun valige kasutatav keel"
+
+#: ../../standalone/drakbackup_.c:2638
+msgid ""
+"No configuration file found \n"
+"please click Wizard or Advanced."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2659
+msgid "Under Devel ... please wait."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2739
+#, fuzzy
+msgid "Backup system files"
+msgstr "Klbmatu tagavarakoopia"
+
+#: ../../standalone/drakbackup_.c:2741
+#, fuzzy
+msgid "Backup user files"
+msgstr "Klbmatu tagavarakoopia"
+
+#: ../../standalone/drakbackup_.c:2743
+#, fuzzy
+msgid "Backup other files"
+msgstr "Klbmatu tagavarakoopia"
+
+#: ../../standalone/drakbackup_.c:2745 ../../standalone/drakbackup_.c:2776
+msgid "Total Progress"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2767
+msgid "files sending by FTP"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2771
+#, fuzzy
+msgid "Sending files..."
+msgstr "Salvesta faili"
+
+#: ../../standalone/drakbackup_.c:2841
+msgid "Data list to include on CDROM."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2899
+#, fuzzy
+msgid "Please enter the cd writer speed"
+msgstr "Palun testige hiirt"
+
+#: ../../standalone/drakbackup_.c:2917
+msgid "Please enter your CD Writer device name (ex: 0,1,0)"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2923
+#, fuzzy
+msgid "Please check if you want to include install boot on your CD."
+msgstr "Palun valige paketid installimiseks"
+
+#: ../../standalone/drakbackup_.c:2989
+#, fuzzy
+msgid "Backup Now from configuration file"
+msgstr "Vrgu stted"
+
+#: ../../standalone/drakbackup_.c:2999
+#, fuzzy
+msgid "View Backup Configuration."
+msgstr "Vrgu stted"
+
+#: ../../standalone/drakbackup_.c:3020
+#, fuzzy
+msgid "Wizard Configuration"
+msgstr "LAN stted"
+
+#: ../../standalone/drakbackup_.c:3024
+#, fuzzy
+msgid "Advanced Configuration"
+msgstr "ISDN stted"
+
+#: ../../standalone/drakbackup_.c:3028
+#, fuzzy
+msgid "Backup Now"
+msgstr "Failissteemid"
+
+#: ../../standalone/drakbackup_.c:3053
+msgid "Drakbackup"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3104
+msgid ""
+"options description:\n"
+"\n"
+" In this step Drakbackup allow you to change:\n"
+"\n"
+" - The compression mode:\n"
+" \n"
+" If you check bzip2 compression, you will compress\n"
+" your data better than gzip (about 2-10 %).\n"
+" This option is not checked by default because\n"
+" this compression mode needs more time ( about 1000% more).\n"
+" \n"
+" - The update mode:\n"
+"\n"
+" This option will update your backup, but this\n"
+" option is not really useful because you need to\n"
+" decompress your backup before you can update it.\n"
+" \n"
+" - the .backupignore mode:\n"
+"\n"
+" Like with cvs, Drakbackup will ignore all references\n"
+" included in .backupignore files in each directories.\n"
+" ex: \n"
+" /*> cat .backupignore*/\n"
+" *.o\n"
+" *~\n"
+" ...\n"
+" \n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3134
+msgid ""
+"\n"
+" Some errors during sendmail are caused by \n"
+" a bad configuration of postfix. To solve it you have to\n"
+" set myhostname or mydomain in /etc/postfix/main.cf\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3142
+msgid ""
+"options description:\n"
+"\n"
+" - Backup system files:\n"
+" \n"
+"\tThis option allows you to backup your /etc directory,\n"
+"\twhich contains all configuration files. Please be\n"
+"\tcareful during the restore step to not overwrite:\n"
+"\t\t/etc/passwd \n"
+"\t\t/etc/group \n"
+"\t\t/etc/fstab\n"
+"\n"
+" - Backup User files: \n"
+"\n"
+"\tThis option allows you select all users that you want \n"
+"\tto backup.\n"
+"\tTo preserve disk space, it is recommended that you \n"
+"\tdo not include web browser's cache.\n"
+"\n"
+" - Backup Other files: \n"
+"\n"
+"\tThis option allows you to add more data to save.\n"
+"\tWith the other backup it's not possible at the \n"
+"\tmoment to select select incremental backup.\t\t\n"
+" \n"
+" - Incremental Backups:\n"
+"\n"
+"\tThe incremental backup is the most powerful \n"
+"\toption for backup. This option allows you \n"
+"\tto backup all your data the first time, and \n"
+"\tonly the changed afterward.\n"
+"\tThen you will be able, during the restore\n"
+"\tstep, to restore your data from a specified\n"
+"\tdate.\n"
+"\tIf you have not selected this option all\n"
+"\told backups are deleted before each backup. \n"
+"\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3181
+msgid ""
+"restore description:\n"
+" \n"
+"Only the most recent date will be used ,because with incremental \n"
+"backups it is necesarry to restore one by one each older backups.\n"
+"\n"
+"So if you don't like to restore an user please unselect all his\n"
+"check box.\n"
+"\n"
+"Otherwise, you are able to select only one of this\n"
+"\n"
+" - Incremental Backups:\n"
+"\n"
+"\tThe incremental backup is the most powerfull \n"
+"\toption to use backup, this option allow you \n"
+"\tto backup all your data the first time, and \n"
+"\tonly the changed after.\n"
+"\tSo you will be able during the restore\n"
+"\tstep, to restore your data from a specified\n"
+"\tdate.\n"
+"\tIf you have not selected this options all\n"
+"\told backups are deleted before each backup. \n"
+"\n"
+"\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3207 ../../standalone/drakbackup_.c:3282
+msgid ""
+" Copyright (C) 2001 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita.fr>"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3209 ../../standalone/drakbackup_.c:3284
+msgid ""
+" This program is free software; you can redistribute it and/or modify\n"
+" it under the terms of the GNU General Public License as published by\n"
+" the Free Software Foundation; either version 2, or (at your option)\n"
+" any later version.\n"
+"\n"
+" This program is distributed in the hope that it will be useful,\n"
+" but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
+" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
+" GNU General Public License for more details.\n"
+"\n"
+" You should have received a copy of the GNU General Public License\n"
+" along with this program; if not, write to the Free Software\n"
+" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3223
+msgid ""
+"Description:\n"
+"\n"
+" Drakbackup is used to backup your system.\n"
+" During the configuration you can select: \n"
+"\t- System files, \n"
+"\t- Users files, \n"
+"\t- Other files.\n"
+"\tor All your system ... and Other (like Windows Partitions)\n"
+"\n"
+" Drakbackup allows you to backup your system on:\n"
+"\t- Harddrive.\n"
+"\t- NFS.\n"
+"\t- CDROM (CDRW), DVDROM (with autoboot, rescue and autoinstall.).\n"
+"\t- FTP.\n"
+"\t- Rsync.\n"
+"\t- Webdav.\n"
+"\t- Tape.\n"
+"\n"
+" Drakbackup allows you to restore your system to\n"
+" a user selected directory.\n"
+"\n"
+" Per default all backup will be stored on your\n"
+" /var/lib/drakbackup directory\n"
+"\n"
+" Configuration file:\n"
+"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
+"\n"
+"\n"
+"Restore Step:\n"
+" \n"
+" During the restore step, DrakBackup will remove \n"
+" your original directory and verify that all \n"
+" backup files are not corrupted. It is recommended \n"
+" you do a last backup before restoring.\n"
+"\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3261
+msgid ""
+"options description:\n"
+"\n"
+"Please be careful when you are using ftp backup, because only \n"
+"backups that are already built are sent to the server.\n"
+"So at the moment, you need to build the backup on your hard \n"
+"drive before sending it to the server.\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3270
+msgid ""
+"\n"
+"Restore Backup Problems:\n"
+"\n"
+"During the restore step, Drakbackup will verify all your\n"
+"backup files before restoring them.\n"
+"Before the restore, Drakbackup will remove \n"
+"your original directory, and you will loose all your \n"
+"data. It is important to be careful and not modify the \n"
+"backup data files by hand.\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3298
+msgid ""
+"Description:\n"
+"\n"
+" Drakbackup is used to backup your system.\n"
+" During the configuration you can select \n"
+"\t- System files, \n"
+"\t- Users files, \n"
+"\t- Other files.\n"
+"\tor All your system ... and Other (like Windows Partitions)\n"
+"\n"
+" Drakbackup allows you to backup your system on:\n"
+"\t- Harddrive.\n"
+"\t- NFS.\n"
+"\t- CDROM (CDRW), DVDROM (with autoboot, rescue and autoinstall.).\n"
+"\t- FTP.\n"
+"\t- Rsync.\n"
+"\t- Webdav.\n"
+"\t- Tape.\n"
+"\n"
+" Drakbackup allows you to restore your system to\n"
+" a user selected directory.\n"
+"\n"
+" Per default all backup will be stored on your\n"
+" /var/lib/drakbackup directory\n"
+"\n"
+" Configuration file:\n"
+"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
+"\n"
+"Restore Step:\n"
+" \n"
+" During the restore step, Drakbackup will remove\n"
+" your original directory and verify that all\n"
+" backup files are not corrupted. It is recommended\n"
+" you do a last backup before restoring.\n"
+" \n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakboot_.c:58
+#, c-format
+msgid "Installation of %s failed. The following error occured:"
+msgstr "%s installimine ebannestus. Tekkis jrgnev viga:"
+
+#: ../../standalone/drakfont_.c:229
+msgid "Search installed fonts"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:231
+msgid "Unselect fonts installed"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:252
+msgid "parse all fonts"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:253
+#, fuzzy
+msgid "no fonts found"
+msgstr "%s ei leitud"
+
+#: ../../standalone/drakfont_.c:261 ../../standalone/drakfont_.c:303
+#: ../../standalone/drakfont_.c:352 ../../standalone/drakfont_.c:410
+#: ../../standalone/drakfont_.c:417 ../../standalone/drakfont_.c:443
+#: ../../standalone/drakfont_.c:455 ../../standalone/drakfont_.c:468
+#, fuzzy
+msgid "done"
+msgstr "Tehtud"
+
+#: ../../standalone/drakfont_.c:265
+msgid "could not find any font in your mounted partitions"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:301
+msgid "Reselect correct fonts"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:304
+msgid "could not find any font.\n"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:327
+msgid "Search fonts in installed list"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:350
+#, fuzzy
+msgid "Fonts copy"
+msgstr "Vorminda flopi"
+
+#: ../../standalone/drakfont_.c:353
+#, fuzzy
+msgid "True Type fonts installation"
+msgstr "Valmistun installimiseks"
+
+#: ../../standalone/drakfont_.c:357
+msgid "please wait during ttmkfdir..."
+msgstr ""
+
+#: ../../standalone/drakfont_.c:359
+msgid "True Type install done"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:366 ../../standalone/drakfont_.c:382
+msgid "Fonts conversion"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:370 ../../standalone/drakfont_.c:386
+#: ../../standalone/drakfont_.c:406
+msgid "type1inst building"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:375 ../../standalone/drakfont_.c:390
+msgid "Ghostscript referencing"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:397
+msgid "ttf fonts conversion"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:401
+msgid "pfm fonts conversion"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:411
+msgid "Suppress temporary Files"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:414
+#, fuzzy
+msgid "Restart XFS"
+msgstr "piiratud"
+
+#: ../../standalone/drakfont_.c:453 ../../standalone/drakfont_.c:463
+msgid "Suppress Fonts Files"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:465
+#, fuzzy
+msgid "xfs restart"
+msgstr "piiratud"
+
+#: ../../standalone/drakfont_.c:472 ../../standalone/drakfont_.c:760
+msgid ""
+"Before installing any fonts, be sure that you have the right to use and "
+"install them on your system.\n"
+"\n"
+"-You can install the fonts using the normal way. In rare cases, bogus fonts "
+"may hang up your X Server."
+msgstr ""
+
+#: ../../standalone/drakfont_.c:547
+#, fuzzy
+msgid "Fonts Importation"
+msgstr "Vormindamine"
+
+#: ../../standalone/drakfont_.c:562
+msgid "Get Windows Fonts"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:564
+#, fuzzy
+msgid "Uninstall Fonts"
+msgstr "RPM-ide eemaldamine"
+
+#: ../../standalone/drakfont_.c:568
+#, fuzzy
+msgid "Advanced Options"
+msgstr "ISDN stted"
+
+#: ../../standalone/drakfont_.c:570
+#, fuzzy
+msgid "Font List"
+msgstr "henduspunkt"
+
+#: ../../standalone/drakfont_.c:739
+#, fuzzy
+msgid "Choose the applications that will support the fonts :"
+msgstr "Valige partitsioonid, mida soovite vormindada"
+
+#: ../../standalone/drakfont_.c:743
+msgid "Ghostscript"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:747
+#, fuzzy
+msgid "StarOffice"
+msgstr "Kontor"
+
+#: ../../standalone/drakfont_.c:751
+#, fuzzy
+msgid "Abiword"
+msgstr "Katkesta"
+
+#: ../../standalone/drakfont_.c:755
+#, fuzzy
+msgid "Generic Printers"
+msgstr "Printer"
+
+#: ../../standalone/drakfont_.c:792
+msgid "Select the font file or directory and click on 'Add'"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:828
+#, fuzzy
+msgid "Install List"
+msgstr "Ssteemi installimine"
+
+#: ../../standalone/drakfont_.c:858
+msgid "click here if you are sure."
+msgstr ""
+
+#: ../../standalone/drakfont_.c:860
+msgid "here if no."
+msgstr ""
+
+#: ../../standalone/drakfont_.c:897
+msgid "Unselected All"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:899
+#, fuzzy
+msgid "Selected All"
+msgstr "Valige fail"
+
+#: ../../standalone/drakfont_.c:901
+#, fuzzy
+msgid "Remove List"
+msgstr "Vrguprinter"
+
+#: ../../standalone/drakfont_.c:919 ../../standalone/drakfont_.c:939
+#, fuzzy
+msgid "Initials tests"
+msgstr "Initsialiseerimisteade"
+
+#: ../../standalone/drakfont_.c:920
+#, fuzzy
+msgid "Copy fonts on your system"
+msgstr "Teie ssteemis ei ole vrgukaarti!"
+
+#: ../../standalone/drakfont_.c:921
+msgid "Install & convert Fonts"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:922
+#, fuzzy
+msgid "Post Install"
+msgstr "Installimine"
+
+#: ../../standalone/drakfont_.c:940
+#, fuzzy
+msgid "Remove fonts on your system"
+msgstr "Teie ssteemis ei ole vrgukaarti!"
+
+#: ../../standalone/drakfont_.c:941
+#, fuzzy
+msgid "Post Uninstall"
+msgstr "Vlju programmist"
+
+#: ../../standalone/drakgw_.c:43 ../../standalone/drakgw_.c:200
msgid "Internet Connection Sharing"
msgstr "Internetihenduse jagamine"
-#: ../../standalone/drakgw_.c:119
+#: ../../standalone/drakgw_.c:138
msgid "Internet Connection Sharing currently enabled"
msgstr "Internetihenduse jagamine ttab"
-#: ../../standalone/drakgw_.c:120
+#: ../../standalone/drakgw_.c:139
msgid ""
"The setup of Internet connection sharing has already been done.\n"
"It's currently enabled.\n"
@@ -7668,31 +10000,31 @@ msgstr ""
"\n"
"Mida Te soovite teha?"
-#: ../../standalone/drakgw_.c:124
+#: ../../standalone/drakgw_.c:143
msgid "disable"
msgstr "keela"
-#: ../../standalone/drakgw_.c:124 ../../standalone/drakgw_.c:149
+#: ../../standalone/drakgw_.c:143 ../../standalone/drakgw_.c:168
msgid "dismiss"
msgstr "thista"
-#: ../../standalone/drakgw_.c:124 ../../standalone/drakgw_.c:149
+#: ../../standalone/drakgw_.c:143 ../../standalone/drakgw_.c:168
msgid "reconfigure"
msgstr "seadista uuesti"
-#: ../../standalone/drakgw_.c:127
+#: ../../standalone/drakgw_.c:146
msgid "Disabling servers..."
msgstr "Peaten serverid..."
-#: ../../standalone/drakgw_.c:135
+#: ../../standalone/drakgw_.c:154
msgid "Internet connection sharing is now disabled."
msgstr "Internetihendust nd enam ei jagata"
-#: ../../standalone/drakgw_.c:144
+#: ../../standalone/drakgw_.c:163
msgid "Internet Connection Sharing currently disabled"
msgstr "Internetihendust hetkel ei jagata"
-#: ../../standalone/drakgw_.c:145
+#: ../../standalone/drakgw_.c:164
msgid ""
"The setup of Internet connection sharing has already been done.\n"
"It's currently disabled.\n"
@@ -7704,19 +10036,19 @@ msgstr ""
"\n"
"Mida Te soovite teha?"
-#: ../../standalone/drakgw_.c:149
+#: ../../standalone/drakgw_.c:168
msgid "enable"
msgstr "luba"
-#: ../../standalone/drakgw_.c:156
+#: ../../standalone/drakgw_.c:175
msgid "Enabling servers..."
msgstr "Kivitan serverid..."
-#: ../../standalone/drakgw_.c:161
+#: ../../standalone/drakgw_.c:180
msgid "Internet connection sharing is now enabled."
msgstr "Internetihenduse jagamine nd ttab"
-#: ../../standalone/drakgw_.c:182
+#: ../../standalone/drakgw_.c:201
#, fuzzy
msgid ""
"You are about to configure your computer to share its Internet connection.\n"
@@ -7730,21 +10062,21 @@ msgstr ""
"\n"
"Mrkus: kohtvrgu (LAN) jaoks on vajalik eraldi vrgukaardi olemasolu."
-#: ../../standalone/drakgw_.c:208
+#: ../../standalone/drakgw_.c:227
#, c-format
msgid "Interface %s (using module %s)"
msgstr "Liides %s (kasutab moodulit %s)"
-#: ../../standalone/drakgw_.c:209
+#: ../../standalone/drakgw_.c:228
#, c-format
msgid "Interface %s"
msgstr "Liides %s"
-#: ../../standalone/drakgw_.c:217
+#: ../../standalone/drakgw_.c:236
msgid "No network adapter on your system!"
msgstr "Teie ssteemis ei ole vrgukaarti!"
-#: ../../standalone/drakgw_.c:218
+#: ../../standalone/drakgw_.c:237
msgid ""
"No ethernet network adapter has been detected on your system. Please run the "
"hardware configuration tool."
@@ -7752,11 +10084,11 @@ msgstr ""
"htki vrgukaarti ei ole hetkel seadistatud. Palun kasutage selleks "
"riistvara stteseadjat."
-#: ../../standalone/drakgw_.c:224
+#: ../../standalone/drakgw_.c:243
msgid "Network interface"
msgstr "Vrguliides"
-#: ../../standalone/drakgw_.c:225
+#: ../../standalone/drakgw_.c:244
#, c-format
msgid ""
"There is only one configured network adapter on your system:\n"
@@ -7771,7 +10103,7 @@ msgstr ""
"\n"
"Kohtvrgu stted seotakse selle liidesga."
-#: ../../standalone/drakgw_.c:234
+#: ../../standalone/drakgw_.c:253
msgid ""
"Please choose what network adapter will be connected to your Local Area "
"Network."
@@ -7779,23 +10111,82 @@ msgstr ""
"Palun valige millist vrguliidest soovite kasutada kohtvrgu\n"
"jaoks."
-#: ../../standalone/drakgw_.c:243
+#: ../../standalone/drakgw_.c:271
+#, fuzzy
+msgid "Network interface already configured"
+msgstr "Monitor ei ole seadistatud"
+
+#: ../../standalone/drakgw_.c:272
+#, c-format
+msgid ""
+"Warning, the network adapter (%s) is already configured.\n"
+"\n"
+"Do you want an automatic re-configuration?\n"
+"\n"
+"You can do it manually but you need to know what you're doing."
+msgstr ""
+
+#: ../../standalone/drakgw_.c:277
+#, fuzzy
+msgid "Automatic reconfiguration"
+msgstr "Alglaaduri stiil"
+
+#: ../../standalone/drakgw_.c:278
+#, fuzzy
+msgid "Show current interface configuration"
+msgstr "Interneti stted"
+
+#: ../../standalone/drakgw_.c:280
+#, c-format
+msgid ""
+"Current configuration of `%s':\n"
+"\n"
+"Network: %s\n"
+"IP address: %s\n"
+"IP attribution: %s\n"
+"Driver: %s"
+msgstr ""
+
+#: ../../standalone/drakgw_.c:292
msgid ""
-"Warning, the network adapter is already configured. I will reconfigure it."
+"I can keep your current configuration and assume you already set up a DHCP "
+"server; in that case please verify I correctly read the C-Class Network that "
+"you use for your local network; I will not reconfigure it and I will not "
+"touch your DHCP server configuration.\n"
+"\n"
+"Else, I can reconfigure your interface and (re)configure a DHCP server for "
+"you.\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakgw_.c:297
+msgid "C-Class Local Network"
+msgstr ""
+
+#: ../../standalone/drakgw_.c:298
+#, fuzzy
+msgid "(This) DHCP Server IP"
+msgstr "CUPS serveri IP"
+
+#: ../../standalone/drakgw_.c:299
+msgid "Re-configure interface and DHCP server"
msgstr ""
-"Hoiatan, vrguliides on juba seadistatud. Jrgnevalt seadistame selle uuesti."
-#: ../../standalone/drakgw_.c:254
+#: ../../standalone/drakgw_.c:306
+msgid "The Local Network did not finish with `.0', bailing out."
+msgstr ""
+
+#: ../../standalone/drakgw_.c:317
#, c-format
msgid "Potential LAN address conflict found in current config of %s!\n"
msgstr "Vimalik kohtvrgu aadressi konflikt %s konfiguratsioonis!\n"
#
-#: ../../standalone/drakgw_.c:262 ../../standalone/drakgw_.c:268
+#: ../../standalone/drakgw_.c:325 ../../standalone/drakgw_.c:331
msgid "Firewalling configuration detected!"
msgstr "Leitud tulemri stted!"
-#: ../../standalone/drakgw_.c:263 ../../standalone/drakgw_.c:269
+#: ../../standalone/drakgw_.c:326 ../../standalone/drakgw_.c:332
msgid ""
"Warning! An existing firewalling configuration has been detected. You may "
"need some manual fix after installation."
@@ -7803,20 +10194,20 @@ msgstr ""
"Hoiatus! Leiti olemasolevad tulemri stted. Tenoliselt peaksite need "
"hiljem le vaatame."
-#: ../../standalone/drakgw_.c:277
+#: ../../standalone/drakgw_.c:340
msgid "Configuring..."
msgstr "Seadistan..."
-#: ../../standalone/drakgw_.c:278
+#: ../../standalone/drakgw_.c:341
msgid "Configuring scripts, installing software, starting servers..."
msgstr "Hlestan skriptid, installin tarkvara, kivitan serverid..."
-#: ../../standalone/drakgw_.c:311
+#: ../../standalone/drakgw_.c:378
#, c-format
msgid "Problems installing package %s"
msgstr "Probleemid paketi %s installimisel"
-#: ../../standalone/drakgw_.c:600
+#: ../../standalone/drakgw_.c:672
msgid ""
"Everything has been configured.\n"
"You may now share Internet connection with other computers on your Local "
@@ -7826,24 +10217,24 @@ msgstr ""
"Nd saate internetihendust jagada teistele kohtvrgu arvutitele, kasutades "
"neil automaatset konfigureerimist (DHCP)"
-#: ../../standalone/drakgw_.c:617
+#: ../../standalone/drakgw_.c:689
msgid "The setup has already been done, but it's currently disabled."
msgstr "Internetihenduse jagamine on juba seadistatud aga hetkel keelatud."
-#: ../../standalone/drakgw_.c:618
+#: ../../standalone/drakgw_.c:690
msgid "The setup has already been done, and it's currently enabled."
msgstr ""
"Internetihenduse jagamine on juba seadistatud ja see on praegu aktiivne."
-#: ../../standalone/drakgw_.c:619
+#: ../../standalone/drakgw_.c:691
msgid "No Internet Connection Sharing has ever been configured."
msgstr "Internetihenduse jagamist ei ole kunagi seadistatud"
-#: ../../standalone/drakgw_.c:624
+#: ../../standalone/drakgw_.c:696
msgid "Internet connection sharing configuration"
msgstr "Interneti jagamise seadistamine"
-#: ../../standalone/drakgw_.c:631
+#: ../../standalone/drakgw_.c:703
#, fuzzy, c-format
msgid ""
"Welcome to the Internet Connection Sharing utility!\n"
@@ -7858,304 +10249,333 @@ msgstr ""
"\n"
"Valige Abimehe kivitamiseks ``OK''"
-#: ../../standalone/draknet_.c:79
+#: ../../standalone/draknet_.c:80
#, c-format
msgid "Network configuration (%d adapters)"
msgstr "Vrgustted (%d liidest)"
-#: ../../standalone/draknet_.c:86 ../../standalone/draknet_.c:573
+#: ../../standalone/draknet_.c:87 ../../standalone/draknet_.c:595
msgid "Profile: "
msgstr "Profiil: "
-#: ../../standalone/draknet_.c:94
+#: ../../standalone/draknet_.c:95
msgid "Del profile..."
msgstr "Kustuta profiil..."
-#: ../../standalone/draknet_.c:100
+#: ../../standalone/draknet_.c:101
msgid "Profile to delete:"
msgstr "Profiil kustutamiseks:"
-#: ../../standalone/draknet_.c:128
+#: ../../standalone/draknet_.c:129
msgid "New profile..."
msgstr "Uus profiil..."
-#: ../../standalone/draknet_.c:134
+#: ../../standalone/draknet_.c:135
msgid ""
"Name of the profile to create (the new profile is created as a copy of the "
"current one) :"
msgstr ""
-#: ../../standalone/draknet_.c:160
+#: ../../standalone/draknet_.c:161
msgid "Hostname: "
msgstr "Masinanimi: "
-#: ../../standalone/draknet_.c:167
+#: ../../standalone/draknet_.c:168
msgid "Internet access"
msgstr "Internetihendus"
-#: ../../standalone/draknet_.c:180
+#: ../../standalone/draknet_.c:181
msgid "Type:"
msgstr "Tp: "
-#: ../../standalone/draknet_.c:183 ../../standalone/draknet_.c:397
+#: ../../standalone/draknet_.c:184 ../../standalone/draknet_.c:376
msgid "Gateway:"
msgstr "Vaikels:"
-#: ../../standalone/draknet_.c:183 ../../standalone/draknet_.c:397
+#: ../../standalone/draknet_.c:184 ../../standalone/draknet_.c:376
msgid "Interface:"
msgstr "Liides:"
-#: ../../standalone/draknet_.c:192
+#: ../../standalone/draknet_.c:195
msgid "Status:"
msgstr "Olek:"
-#: ../../standalone/draknet_.c:194 ../../standalone/draknet_.c:410
-msgid "Connected"
-msgstr "hendatud"
-
-#: ../../standalone/draknet_.c:194 ../../standalone/draknet_.c:410
-msgid "Not connected"
-msgstr "Ei ole hendatud"
-
-#: ../../standalone/draknet_.c:197 ../../standalone/draknet_.c:411
-msgid "Connect..."
-msgstr "henda..."
-
-#: ../../standalone/draknet_.c:197 ../../standalone/draknet_.c:411
-msgid "Disconnect..."
-msgstr "Lahuta..."
-
-#: ../../standalone/draknet_.c:215
-#, fuzzy
-msgid "Starting your connection..."
-msgstr "Testime Teie hendust..."
-
-#: ../../standalone/draknet_.c:223
-msgid "Closing your connection..."
-msgstr "Sulgeme nd henduse..."
-
-#: ../../standalone/draknet_.c:228
-msgid ""
-"The connection is not closed.\n"
-"Try to do it manually by running\n"
-"/etc/sysconfig/network-scripts/net_cnx_down\n"
-"in root."
+#: ../../standalone/draknet_.c:202
+msgid "Wait please"
msgstr ""
-"Vrguhendus ei ole suletud.\n"
-"Proovige seda teha ksitsi, kivitades\n"
-"/etc/sysconfig/network-scripts/net_cnx_down\n"
-"juurkasutajana."
-#: ../../standalone/draknet_.c:231
-msgid "The system is now disconnected."
-msgstr "Ssteem on nd Internetist lahutatud."
-
-#: ../../standalone/draknet_.c:243
+#: ../../standalone/draknet_.c:220
msgid "Configure Internet Access..."
msgstr "Seadiste internetihendus..."
-#: ../../standalone/draknet_.c:250 ../../standalone/draknet_.c:446
+#: ../../standalone/draknet_.c:227 ../../standalone/draknet_.c:449
msgid "LAN configuration"
msgstr "LAN stted"
-#: ../../standalone/draknet_.c:255
+#: ../../standalone/draknet_.c:232
msgid "Driver"
msgstr "Juhtprogramm"
-#: ../../standalone/draknet_.c:255
+#: ../../standalone/draknet_.c:232
msgid "Interface"
msgstr "Liides"
-#: ../../standalone/draknet_.c:255
+#: ../../standalone/draknet_.c:232
msgid "Protocol"
msgstr "Protokoll"
-#: ../../standalone/draknet_.c:255
+#: ../../standalone/draknet_.c:232
#, fuzzy
msgid "State"
msgstr "Olek:"
-#: ../../standalone/draknet_.c:267
+#: ../../standalone/draknet_.c:244
msgid "Configure Local Area Network..."
msgstr "Seadista kohtvrk (LAN) ..."
-#: ../../standalone/draknet_.c:279
+#: ../../standalone/draknet_.c:256
msgid "Click here to launch the wizard ->"
msgstr ""
-#: ../../standalone/draknet_.c:306
+#: ../../standalone/draknet_.c:257
+msgid "Wizard..."
+msgstr "Abimees..."
+
+#: ../../standalone/draknet_.c:283
msgid "Apply"
msgstr "Rakenda"
-#: ../../standalone/draknet_.c:325
+#: ../../standalone/draknet_.c:302
msgid "Please Wait... Applying the configuration"
msgstr "Palun oodake... Rakendan seadistusi"
-#: ../../standalone/draknet_.c:428
+#: ../../standalone/draknet_.c:384 ../../standalone/draknet_.c:407
+msgid "Connected"
+msgstr "hendatud"
+
+#: ../../standalone/draknet_.c:384 ../../standalone/draknet_.c:407
+msgid "Not connected"
+msgstr "Ei ole hendatud"
+
+#: ../../standalone/draknet_.c:385 ../../standalone/draknet_.c:408
+msgid "Connect..."
+msgstr "henda..."
+
+#: ../../standalone/draknet_.c:385 ../../standalone/draknet_.c:408
+msgid "Disconnect..."
+msgstr "Lahuta..."
+
+#: ../../standalone/draknet_.c:404
+msgid ""
+"Warning, another Internet connection has been detected, maybe using your "
+"network"
+msgstr ""
+
+#: ../../standalone/draknet_.c:431
msgid ""
"You don't have any configured interface.\n"
"Configure them first by clicking on 'Configure'"
msgstr ""
-#: ../../standalone/draknet_.c:450
+#: ../../standalone/draknet_.c:453
msgid "LAN Configuration"
msgstr "LAN stted"
-#: ../../standalone/draknet_.c:457
+#: ../../standalone/draknet_.c:464
#, c-format
msgid "Adapter %s: %s"
msgstr "Vrgukaart %s: %s"
-#: ../../standalone/draknet_.c:463
+#: ../../standalone/draknet_.c:470
msgid "Boot Protocol"
msgstr "Laadimisprotokoll"
-#: ../../standalone/draknet_.c:464
+#: ../../standalone/draknet_.c:471
msgid "Started on boot"
msgstr "Kivitub laadimisel"
-#: ../../standalone/draknet_.c:465
+#: ../../standalone/draknet_.c:472
msgid "DHCP client"
msgstr "DHCP klient"
-#: ../../standalone/draknet_.c:489 ../../standalone/draknet_.c:491
+#: ../../standalone/draknet_.c:497 ../../standalone/draknet_.c:500
#, fuzzy
msgid "activate now"
msgstr "Aktiivne"
-#: ../../standalone/draknet_.c:489 ../../standalone/draknet_.c:491
+#: ../../standalone/draknet_.c:497 ../../standalone/draknet_.c:500
#, fuzzy
-msgid "desactivate now"
+msgid "deactivate now"
msgstr "Aktiivne"
-#: ../../standalone/draknet_.c:538
+#: ../../standalone/draknet_.c:503
+msgid ""
+"This interface has not been configured yet.\n"
+"Launch the configuration wizard in the main window"
+msgstr ""
+
+#: ../../standalone/draknet_.c:560
msgid ""
"You don't have any internet connection.\n"
"Create one first by clicking on 'Configure'"
msgstr ""
-#: ../../standalone/draknet_.c:562
+#: ../../standalone/draknet_.c:584
msgid "Internet connection configuration"
msgstr "Internetihenduse seadistamine"
-#: ../../standalone/draknet_.c:566
+#: ../../standalone/draknet_.c:588
msgid "Internet Connection Configuration"
msgstr "Internetihenduse seadistamine"
-#: ../../standalone/draknet_.c:575
+#: ../../standalone/draknet_.c:597
msgid "Connection type: "
msgstr "henduse tp: "
-#: ../../standalone/draknet_.c:581
+#: ../../standalone/draknet_.c:603
msgid "Parameters"
msgstr "Parameetrid"
-#: ../../standalone/draknet_.c:608
+#: ../../standalone/draknet_.c:621
+msgid "Gateway"
+msgstr "Vaikels"
+
+#: ../../standalone/draknet_.c:630
msgid "Ethernet Card"
msgstr "Vrgukaart"
-#: ../../standalone/draknet_.c:609
+#: ../../standalone/draknet_.c:631
msgid "DHCP Client"
msgstr "DHCP klient"
-#: ../../standalone/draksec_.c:21
-msgid "Welcome To Crackers"
-msgstr "Tere tulemast, krkkerid"
+#: ../../standalone/draksec_.c:31
+msgid "Setting security level"
+msgstr "Turvataseme seadmine"
-#: ../../standalone/draksec_.c:22
-msgid "Poor"
-msgstr "Vhene"
+#: ../../standalone/drakxconf_.c:47
+msgid "Control Center"
+msgstr "Juhtimiskeskus"
-#: ../../standalone/draksec_.c:26
-msgid "Paranoid"
-msgstr "Paranoiline"
+#: ../../standalone/drakxconf_.c:48
+msgid "Choose the tool you want to use"
+msgstr "Valige kasutatav vahend"
-#: ../../standalone/draksec_.c:29
-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."
+#: ../../standalone/drakxtv_.c:48
+#, fuzzy
+msgid "Canada (cable)"
+msgstr "Kanada (Quebec)"
+
+#: ../../standalone/drakxtv_.c:48
+msgid "USA (bcast)"
msgstr ""
-"Seda tase muudab kll ssteemi lihtsalt kasutatavaks, kui vga\n"
-"haavatavaks: ligipsupiirangute puudumise tttu ei peaks arvutit hendama\n"
-"ei teiste arvutitega ega ka mitte Internetti."
-#: ../../standalone/draksec_.c:32
-msgid ""
-"Password are now enabled, but use as a networked computer is still not "
-"recommended."
+#: ../../standalone/drakxtv_.c:48
+msgid "USA (cable)"
msgstr ""
-"Salasnad on nd kasutusel, kuid vrku hendamine ei ole siiski soovitav."
-#: ../../standalone/draksec_.c:33
-msgid ""
-"Few improvements for this security level, the main one is that there are\n"
-"more security warnings and checks."
-msgstr "Turvataset on parandatud, lisatud on hoiatusi ja piiranguid."
+#: ../../standalone/drakxtv_.c:48
+msgid "USA (cable-hrc)"
+msgstr ""
-#: ../../standalone/draksec_.c:35
-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. "
+#: ../../standalone/drakxtv_.c:49
+msgid "China (bcast)"
msgstr ""
-"See on sobilik turvatase arvutile, mis hendatakse Internetti kui klient."
-#: ../../standalone/draksec_.c:37
-msgid ""
-"With this security level, the use of this system as a server becomes "
-"possible.\n"
-"The security is now high enough to use the system as a server which accept\n"
-"connections from many clients. "
-msgstr "Sellel turvatasemel vib ssteemi kasutada Internetis ka serverina."
+#: ../../standalone/drakxtv_.c:49
+msgid "Japan (bcast)"
+msgstr ""
-#: ../../standalone/draksec_.c:40
-msgid ""
-"We take level 4 features, but now the system is entirely closed.\n"
-"Security features are at their maximum."
+#: ../../standalone/drakxtv_.c:49
+msgid "Japan (cable)"
msgstr ""
-"Ssteem on tielikult suletud. Vrgust kasutamine on vimalik ainult\n"
-"spetsiaalselt loodud juurdepsuteid kasutades."
-#: ../../standalone/draksec_.c:65
+#: ../../standalone/drakxtv_.c:50
#, fuzzy
-msgid "Security level"
-msgstr "Turvataseme seadmine"
+msgid "East Europe"
+msgstr "Euroopa"
-#: ../../standalone/draksec_.c:67
+#: ../../standalone/drakxtv_.c:50
#, fuzzy
-msgid "Use libsafe for servers"
-msgstr "Valige X server"
+msgid "Ireland"
+msgstr "Islandi"
+
+#: ../../standalone/drakxtv_.c:50
+#, fuzzy
+msgid "West Europe"
+msgstr "Euroopa"
+
+#: ../../standalone/drakxtv_.c:51
+#, fuzzy
+msgid "Australia"
+msgstr "seerial"
+
+#: ../../standalone/drakxtv_.c:51
+msgid "Newzealand"
+msgstr ""
-#: ../../standalone/draksec_.c:68
+#: ../../standalone/drakxtv_.c:52
+msgid "South Africa"
+msgstr ""
+
+#: ../../standalone/drakxtv_.c:53
+msgid "Argentina"
+msgstr ""
+
+#: ../../standalone/drakxtv_.c:58
msgid ""
-"A library which defends against buffer overflow and format string attacks."
+"Please,\n"
+"type in your tv norm and country"
msgstr ""
-#: ../../standalone/draksec_.c:72
-msgid "Setting security level"
-msgstr "Turvataseme seadmine"
+#: ../../standalone/drakxtv_.c:60
+msgid "TV norm :"
+msgstr ""
-#: ../../standalone/drakxconf_.c:47
-msgid "Control Center"
-msgstr "Juhtimiskeskus"
+#: ../../standalone/drakxtv_.c:61
+msgid "Area :"
+msgstr ""
-#: ../../standalone/drakxconf_.c:48
-msgid "Choose the tool you want to use"
-msgstr "Valige kasutatav vahend"
+#: ../../standalone/drakxtv_.c:65
+msgid "Scanning for TV channels in progress ..."
+msgstr ""
+
+#: ../../standalone/drakxtv_.c:72
+msgid "Scanning for TV channels"
+msgstr ""
+
+#: ../../standalone/drakxtv_.c:83
+msgid "No TV Card detected!"
+msgstr ""
+
+#: ../../standalone/drakxtv_.c:84
+msgid ""
+"No TV Card has been detected on your machine. Please verify that a Linux-"
+"supported Video/TV Card is correctly plugged in.\n"
+"\n"
+"\n"
+"You can visit our hardware database at:\n"
+"\n"
+"\n"
+"http://www.linux-mandrake.com/en/hardware.php3"
+msgstr ""
#: ../../standalone/keyboarddrake_.c:16
msgid "usage: keyboarddrake [--expert] [keyboard]\n"
msgstr "kasutamiseks: keyboarddrake [--expert] [keyboard]\n"
+#: ../../standalone/keyboarddrake_.c:29
+msgid "Please, choose your keyboard layout."
+msgstr "Palun valige klaviatuuriasetus"
+
#: ../../standalone/keyboarddrake_.c:36
msgid "Do you want the BackSpace to return Delete in console?"
msgstr "Kas soovite konsoolil kasutada BackSpace-i kui Delete?"
-#: ../../standalone/livedrake_.c:23
+#: ../../standalone/livedrake_.c:24
msgid "Change Cd-Rom"
msgstr "Vaheta CD plaat"
-#: ../../standalone/livedrake_.c:24
+#: ../../standalone/livedrake_.c:25
msgid ""
"Please insert the Installation Cd-Rom in your drive and press Ok when done.\n"
"If you don't have it, press Cancel to avoid live upgrade."
@@ -8163,28 +10583,268 @@ msgstr ""
"Palun sisestage installeerimise CD pealdisega lugejasse ja vajutage <OK>.\n"
"Kui teil sherdust ei ole, vajutage <Katkesta>, et kiiruendust vltida."
-#: ../../standalone/livedrake_.c:34
+#: ../../standalone/livedrake_.c:35
msgid "Unable to start live upgrade !!!\n"
msgstr "Ei saa kiiruuendust alustada !!!\n"
-#: ../../standalone/mousedrake_.c:58
+#: ../../standalone/localedrake_.c:32
+msgid "The change is done, but to be effective you must logout"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:85 ../../standalone/logdrake_.c:501
+#, fuzzy
+msgid "logdrake"
+msgstr "DrakNet"
+
+#: ../../standalone/logdrake_.c:95
+msgid "Show only for the selected day"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:102
+msgid "/File/_New"
+msgstr "/Fail/_Uus"
+
+#: ../../standalone/logdrake_.c:102
+msgid "<control>N"
+msgstr "<control>N"
+
+#: ../../standalone/logdrake_.c:103
+msgid "/File/_Open"
+msgstr "/Fail/_Ava"
+
+#: ../../standalone/logdrake_.c:103
+msgid "<control>O"
+msgstr "<control>O"
+
+#: ../../standalone/logdrake_.c:104
+msgid "/File/_Save"
+msgstr "/Fail/_Salvesta"
+
+#: ../../standalone/logdrake_.c:104
+msgid "<control>S"
+msgstr "<control>S"
+
+#: ../../standalone/logdrake_.c:105
+msgid "/File/Save _As"
+msgstr "/Fail/Salvesta _Kui"
+
+#: ../../standalone/logdrake_.c:106
+msgid "/File/-"
+msgstr "/Fail/-"
+
+#: ../../standalone/logdrake_.c:108
+msgid "/_Options"
+msgstr "/_Eelistused"
+
+#: ../../standalone/logdrake_.c:109
+msgid "/Options/Test"
+msgstr "/Eelistused/Test"
+
+#: ../../standalone/logdrake_.c:110
+msgid "/_Help"
+msgstr "/_Abi"
+
+#: ../../standalone/logdrake_.c:111
+msgid "/Help/_About..."
+msgstr "/Abi/_Misvrk"
+
+#: ../../standalone/logdrake_.c:118
+msgid "-misc-fixed-medium-r-*-*-*-100-*-*-*-*-*-*,*"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:119
+msgid "-misc-fixed-bold-r-*-*-*-100-*-*-*-*-*-*,*"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:173
+#, fuzzy
+msgid "User"
+msgstr "Kasutajatunnus"
+
+#: ../../standalone/logdrake_.c:174
+#, fuzzy
+msgid "Messages"
+msgstr "Initsialiseerimisteade"
+
+#: ../../standalone/logdrake_.c:175
+msgid "Syslog"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:176
+msgid "Mandrake Tools Explanations"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:179
+msgid "search"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:185
+msgid "A tool to monitor your logs"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:186
+msgid "Settings"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:191
+#, fuzzy
+msgid "matching"
+msgstr "Masin:"
+
+#: ../../standalone/logdrake_.c:192
+#, fuzzy
+msgid "but not matching"
+msgstr "Masin:"
+
+#: ../../standalone/logdrake_.c:196
+msgid "Choose file"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:201
+msgid "Calendar"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:211
+msgid "Content of the file"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:215 ../../standalone/logdrake_.c:390
+msgid "Mail/SMS alert"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:268
+#, c-format
+msgid "please wait, parsing file: %s"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:405
+#, fuzzy
+msgid "Mail/SMS alert configuration"
+msgstr "LAN stted"
+
+#: ../../standalone/logdrake_.c:406
+msgid ""
+"Welcome to the mail/SMS configuration utility.\n"
+"\n"
+"Here, you'll be able to set up the alert system.\n"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:414
+#, fuzzy
+msgid "proftpd"
+msgstr "Apache ja Pro-ftpd"
+
+#: ../../standalone/logdrake_.c:417
+#, fuzzy
+msgid "sshd"
+msgstr "varjutatud"
+
+#: ../../standalone/logdrake_.c:418
+msgid "webmin"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:419
+#, fuzzy
+msgid "xinetd"
+msgstr "ext2"
+
+#: ../../standalone/logdrake_.c:422
+#, fuzzy
+msgid "service setting"
+msgstr "huvitav"
+
+#: ../../standalone/logdrake_.c:423
+msgid ""
+"You will receive an alert if one of the selected service is no more running"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:433
+#, fuzzy
+msgid "load setting"
+msgstr "vormindatakse"
+
+#: ../../standalone/logdrake_.c:434
+msgid "You will receive an alert if the load is higher than this value"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:447
+#, fuzzy
+msgid "alert configuration"
+msgstr "Seadistused"
+
+#: ../../standalone/logdrake_.c:448
+msgid "Configure the way the system will alert you"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:478
+msgid "Save as.."
+msgstr "Salvesta kui..."
+
+#: ../../standalone/mousedrake_.c:49
+msgid "Please, choose the type of your mouse."
+msgstr "Palun valige hiire tp"
+
+#: ../../standalone/mousedrake_.c:59
msgid "no serial_usb found\n"
msgstr "ei leitud: serial_usb\n"
-#: ../../standalone/mousedrake_.c:62
+#: ../../standalone/mousedrake_.c:63
msgid "Emulate third button?"
msgstr "Teeskleme keskmist hiirenuppu?"
+#: ../../standalone/scannerdrake_.c:53
+#, c-format
+msgid "%s found on %s, configure it ?"
+msgstr ""
+
+#: ../../standalone/scannerdrake_.c:60
+#, fuzzy
+msgid "Select a scanner"
+msgstr "Valige graafikakaart"
+
+#: ../../standalone/scannerdrake_.c:80
+#, c-format
+msgid "This %s scanner is unsupported"
+msgstr ""
+
+#: ../../standalone/scannerdrake_.c:94
+#, c-format
+msgid ""
+"Scannerdrake was not able to detect your %s scanner.\n"
+"Please select the device where your scanner is plugged"
+msgstr ""
+
+#: ../../standalone/scannerdrake_.c:96
+#, fuzzy
+msgid "choose device"
+msgstr "Alglaadimisseade"
+
+#: ../../standalone/scannerdrake_.c:102
+#, c-format
+msgid ""
+"This %s scanner must be configured by printerdrake.\n"
+"You can launch printerdrake from the Mandrake Control Center in Hardware "
+"section."
+msgstr ""
+
+#: ../../standalone/scannerdrake_.c:107
+#, c-format
+msgid ""
+"Your %s scanner has been configured.\n"
+"You may now scan documents using ``XSane'' from Multimedia/Graphics in the "
+"applications menu."
+msgstr ""
+
#
-#: ../../standalone/tinyfirewall_.c:29
+#: ../../standalone/tinyfirewall_.c:31
msgid "Firewalling Configuration"
msgstr "Tulemri stted"
-#: ../../standalone/tinyfirewall_.c:42
+#: ../../standalone/tinyfirewall_.c:44
msgid "Firewalling configuration"
msgstr "Tulemri stted"
-#: ../../standalone/tinyfirewall_.c:77
+#: ../../standalone/tinyfirewall_.c:79
msgid ""
"Firewalling\n"
"\n"
@@ -8196,7 +10856,7 @@ msgstr ""
"Tulemri olete juba seadistanud.\n"
"Valige 'Seadista', et midagi muuta"
-#: ../../standalone/tinyfirewall_.c:81
+#: ../../standalone/tinyfirewall_.c:83
msgid ""
"Firewalling\n"
"\n"
@@ -8258,19 +10918,24 @@ msgstr "Vrgustted"
msgid "Configure services"
msgstr "Teenuste stted"
-#: ../../steps.pm_.c:30
-msgid "Create a bootdisk"
-msgstr "Loo alglaadimisflopi"
-
-#: ../../steps.pm_.c:32
+#: ../../steps.pm_.c:29
msgid "Install bootloader"
msgstr "Alglaaduri stted"
+#: ../../steps.pm_.c:31
+msgid "Create a bootdisk"
+msgstr "Loo alglaadimisflopi"
+
#: ../../steps.pm_.c:33
msgid "Configure X"
msgstr "Seadista X"
#: ../../steps.pm_.c:34
+#, fuzzy
+msgid "Install system updates"
+msgstr "Ssteemi installimine"
+
+#: ../../steps.pm_.c:35
msgid "Exit install"
msgstr "Vlju programmist"
@@ -8429,6 +11094,55 @@ msgstr "Vrgukaart %s: %s"
msgid "Can't open %s for writing: %s\n"
msgstr "Seadme %s avamine kirjutamiseks ebannestus: %s"
+#: ../../tinyfirewall.pm_.c:180
+msgid "No I don't need DHCP"
+msgstr ""
+
+#: ../../tinyfirewall.pm_.c:180
+msgid "Yes I need DHCP"
+msgstr ""
+
+#: ../../tinyfirewall.pm_.c:181
+msgid "No I don't need NTP"
+msgstr ""
+
+#: ../../tinyfirewall.pm_.c:181
+msgid "Yes I need NTP"
+msgstr ""
+
+#: ../../tinyfirewall.pm_.c:182 ../../tinyfirewall.pm_.c:186
+msgid "Don't Save"
+msgstr ""
+
+#: ../../tinyfirewall.pm_.c:182 ../../tinyfirewall.pm_.c:186
+#: ../../tinyfirewall.pm_.c:206
+msgid "Save & Quit"
+msgstr ""
+
+#: ../../tinyfirewall.pm_.c:197 ../../tinyfirewall.pm_.c:201
+msgid "Firewall Configuration Wizard"
+msgstr "Vrgu stete abimees"
+
+#: ../../tinyfirewall.pm_.c:199
+msgid "No (firewall this off from the internet)"
+msgstr ""
+
+#: ../../tinyfirewall.pm_.c:200
+msgid "Yes (allow this through the firewall)"
+msgstr ""
+
+#: ../../tinyfirewall.pm_.c:232
+#, fuzzy
+msgid "Please Wait... Verifying installed packages"
+msgstr "Palun oodake, valmistun installimiseks"
+
+#: ../../tinyfirewall.pm_.c:238
+#, c-format
+msgid ""
+"Failure installing the needed packages : %s and Bastille.\n"
+" Try to install them manually."
+msgstr ""
+
#: ../../share/compssUsers:999
msgid "Web/FTP"
msgstr "Server, Veeb/FTP"
@@ -8558,10 +11272,6 @@ msgid "Graphical Environment"
msgstr "Graafiline keskkond"
#: ../../share/compssUsers:999
-msgid "Development"
-msgstr "Arendus"
-
-#: ../../share/compssUsers:999
msgid "Apache, Pro-ftpd"
msgstr "Apache ja Pro-ftpd"
@@ -8574,6 +11284,10 @@ msgid "Office Workstation"
msgstr "Kontori tjaam"
#: ../../share/compssUsers:999
+msgid "Server"
+msgstr "Server"
+
+#: ../../share/compssUsers:999
msgid "Gnome, Icewm, Window Maker, Enlightenment, Fvwm, etc"
msgstr "Gnome, Icewm, Window Maker, Enlightenment, Fvwm jne"
@@ -8660,10 +11374,6 @@ msgid "Programs to manage your finance, such as gnucash"
msgstr "Isiklike finantside haldusvahendid"
#: ../../share/compssUsers:999
-msgid "Games"
-msgstr "Mngud"
-
-#: ../../share/compssUsers:999
msgid "Personal Information Management"
msgstr "Isikliku info haldamine"
@@ -8675,6 +11385,250 @@ msgstr "Multimeedia - CD kirjutamine"
msgid "Scientific Workstation"
msgstr "Teadustjaam"
+#, fuzzy
+#~ msgid "About"
+#~ msgstr "Katkesta"
+
+#~ msgid "$f-$g %s)"
+#~ msgstr "$f-$g %s)"
+
+#~ msgid "None"
+#~ msgstr "Ei soovi"
+
+#, fuzzy
+#~ msgid "Choose a default printer!"
+#~ msgstr "Valige uus vaikimisi kasutaja :"
+
+#, fuzzy
+#~ msgid "Apply/Re-read printers"
+#~ msgstr "Vrguprinter"
+
+#~ msgid "You may now provide its options to module %s."
+#~ msgstr "Nd vite moodulile %s parameetreid mrata"
+
+#~ msgid "mount failed"
+#~ msgstr "hendamine ebannestus"
+
+#~ msgid "Low"
+#~ msgstr "Madal"
+
+#~ msgid "Medium"
+#~ msgstr "Keskmine"
+
+#~ msgid ""
+#~ "Few improvements for this security level, the main one is that there are\n"
+#~ "more security warnings and checks."
+#~ msgstr "Turvataset on parandatud, lisatud on hoiatusi ja piiranguid."
+
+#, fuzzy
+#~ msgid "Art and Multimedia"
+#~ msgstr "Multimeedia"
+
+#, fuzzy
+#~ msgid "Export"
+#~ msgstr "Ekspert"
+
+#~ msgid ""
+#~ "GNU/Linux manages time in GMT (Greenwich Mean Time) and translates it in\n"
+#~ "local time according to the time zone you selected."
+#~ msgstr ""
+#~ "Linuxil on kombeks hoida sisemist kella Greenwichi (GMT) ajas ja muuta\n"
+#~ "vajadusel ssteemi kella vastavalt Teie valitud ajavndile."
+
+#~ msgid "Connect to Internet"
+#~ msgstr "Loo internetihendus"
+
+#~ msgid "Disconnect from Internet"
+#~ msgstr "Katkesta internetihendus"
+
+#~ msgid "Configure network connection (LAN or Internet)"
+#~ msgstr "Seadista vrguhendus (kohtvrk vi Internet)"
+
+#, fuzzy
+#~ msgid "Detected %s, do you want to set it up?"
+#~ msgstr "Millisele kettale soovite seda mber paigutada?"
+
+#, fuzzy
+#~ msgid "Please choose the printer you want to set up."
+#~ msgstr "Palun valige paketid installimiseks"
+
+#, fuzzy
+#~ msgid "Infos"
+#~ msgstr "Info"
+
+#, fuzzy
+#~ msgid "Windows Importation"
+#~ msgstr "Gnome tjaam"
+
+#, fuzzy
+#~ msgid "user"
+#~ msgstr "Kasutaja:"
+
+#, fuzzy
+#~ msgid ""
+#~ "Please choose the desired printer/printer port.\n"
+#~ "\n"
+#~ msgstr "Palun valige hiire tp"
+
+#, fuzzy
+#~ msgid "\\@quit"
+#~ msgstr "Vlju"
+
+#, fuzzy
+#~ msgid "Removable media"
+#~ msgstr "CD/flopi/.. autohendamine"
+
+#~ msgid "Active"
+#~ msgstr "Aktiivne"
+
+#, fuzzy
+#~ msgid "No X"
+#~ msgstr "Ei"
+
+#~ msgid "A printer, model \"%s\", has been detected on "
+#~ msgstr "Leiti printer, nimega \"%s\" "
+
+#~ msgid "Local Printer Device"
+#~ msgstr "Otse hendatud printer"
+
+#~ msgid "Printer Device"
+#~ msgstr "Printeri seade"
+
+#, fuzzy
+#~ msgid "Printer(s) on remote CUPS server(s)"
+#~ msgstr "CUPS printserver"
+
+#, fuzzy
+#~ msgid "Printer(s) on remote server(s)"
+#~ msgstr "CUPS printserver"
+
+#, fuzzy
+#~ msgid " Linux "
+#~ msgstr "Linux"
+
+#, fuzzy
+#~ msgid " System "
+#~ msgstr "Tmood"
+
+#, fuzzy
+#~ msgid " Other "
+#~ msgstr "Muu"
+
+#, fuzzy
+#~ msgid "please choose your CD space"
+#~ msgstr "Palun valige klaviatuuriasetus"
+
+#, fuzzy
+#~ msgid " Please check if you are using CDRW media"
+#~ msgstr "Palun valige partitsioon"
+
+#, fuzzy
+#~ msgid " Tape "
+#~ msgstr "Tp: "
+
+#, fuzzy
+#~ msgid " Use .backupignore files"
+#~ msgstr "Klbmatu tagavarakoopia"
+
+#, fuzzy
+#~ msgid "Configure it"
+#~ msgstr "Seadista X"
+
+#, fuzzy
+#~ msgid "on Tape Device"
+#~ msgstr "Printeri seade"
+
+#, fuzzy
+#~ msgid " Cancel "
+#~ msgstr "Katkesta"
+
+#, fuzzy
+#~ msgid " Ok "
+#~ msgstr "OK"
+
+#, fuzzy
+#~ msgid "close"
+#~ msgstr "Hiir"
+
+#, fuzzy
+#~ msgid "toto"
+#~ msgstr "tuut"
+
+#, fuzzy
+#~ msgid "Starting your connection..."
+#~ msgstr "Testime Teie hendust..."
+
+#~ msgid "Closing your connection..."
+#~ msgstr "Sulgeme nd henduse..."
+
+#~ msgid ""
+#~ "The connection is not closed.\n"
+#~ "Try to do it manually by running\n"
+#~ "/etc/sysconfig/network-scripts/net_cnx_down\n"
+#~ "in root."
+#~ msgstr ""
+#~ "Vrguhendus ei ole suletud.\n"
+#~ "Proovige seda teha ksitsi, kivitades\n"
+#~ "/etc/sysconfig/network-scripts/net_cnx_down\n"
+#~ "juurkasutajana."
+
+#~ msgid "The system is now disconnected."
+#~ msgstr "Ssteem on nd Internetist lahutatud."
+
+#~ msgid "Choose the size you want to install"
+#~ msgstr "Valige paigalduse maht"
+
+#~ msgid "Total size: "
+#~ msgstr "Suurus kokku: "
+
+#~ msgid "Please wait, "
+#~ msgstr "Palun oodake, "
+
+#~ msgid "Total time "
+#~ msgstr "Aega kokku "
+
+#~ msgid "Use existing configuration for X11?"
+#~ msgstr "Kasutada olemasolevat X-i seadistust?"
+
+#~ msgid ""
+#~ "What device is your printer connected to \n"
+#~ "(note that /dev/lp0 is equivalent to LPT1:)?\n"
+#~ msgstr ""
+#~ "Mis porti on Teie printer hendatud? \n"
+#~ "(paneme thele, et /dev/lp0 on sama mis LPT1:)?\n"
+
+#~ msgid "$_"
+#~ msgstr "$_"
+
+#~ msgid ""
+#~ "Warning, the network adapter is already configured. I will reconfigure it."
+#~ msgstr ""
+#~ "Hoiatan, vrguliides on juba seadistatud. Jrgnevalt seadistame selle "
+#~ "uuesti."
+
+#~ msgid "New"
+#~ msgstr "Uus"
+
+#, fuzzy
+#~ msgid "Remote"
+#~ msgstr "Eemalda"
+
+#, fuzzy
+#~ msgid ""
+#~ "Please click on a button above\n"
+#~ "\n"
+#~ "Or use \"New\""
+#~ msgstr "Palun valige partitsioon"
+
+#~ msgid "Ambiguity (%s), be more precise\n"
+#~ msgstr "Mitmeselt mistetav (%s), palun tpsustage\n"
+
+#~ msgid " ? (default %s) "
+#~ msgstr " ? (vaikimisi %s) "
+
+#~ msgid "Your choice? (default %s enter `none' for none) "
+#~ msgstr "Teie valik? (vaikimisi %s, `none' - ei midagi)"
+
#~ msgid "can not open /etc/sysconfig/autologin for reading: %s"
#~ msgstr "ei saa lugeda faili /etc/sysconfig/autologin: %s"
@@ -8703,14 +11657,6 @@ msgstr "Teadustjaam"
#~ "tea tpselt, et tahate teisiti teha."
#, fuzzy
-#~ msgid ""
-#~ "The following printers are configured.\n"
-#~ "You can add some more or modify the existing ones."
-#~ msgstr ""
-#~ "Kirjeldatud on jrgnevad prindijrjekorrad.\n"
-#~ "Te vite neid lisada ning olemasolevaid muuta."
-
-#, fuzzy
#~ msgid "Connection timeout (in sec) [ beta, not yet implemented ]"
#~ msgstr "henduse tp: "
@@ -8905,7 +11851,7 @@ msgstr "Teadustjaam"
#~ "\"Disable networking\".\n"
#~ "\n"
#~ "\n"
-#~ "If you wish to configure the network later after installation or if you "
+#~ "If you wish to configure the network later after installation, or if you "
#~ "have\n"
#~ "finished to configure your network connection, choose \"Done\"."
#~ msgstr ""
@@ -9561,15 +12507,6 @@ msgstr "Teadustjaam"
#~ msgid "Write /etc/fstab"
#~ msgstr "Kirjuta /etc/fstab"
-#~ msgid "Restore from file"
-#~ msgstr "Taasta failist"
-
-#~ msgid "Save in file"
-#~ msgstr "Salvesta faili"
-
-#~ msgid "Restore from floppy"
-#~ msgstr "Taasta flopilt"
-
#~ msgid "Format all"
#~ msgstr "Vorminda kik"
@@ -9617,10 +12554,6 @@ msgstr "Teadustjaam"
#~ msgstr "Printerit ei ole"
#, fuzzy
-#~ msgid "start it"
-#~ msgstr "piiratud"
-
-#, fuzzy
#~ msgid "Network Monitoring"
#~ msgstr "Vrgustted"
@@ -9652,70 +12585,16 @@ msgstr "Teadustjaam"
#~ msgstr "henduse nimi"
#, fuzzy
-#~ msgid "Color configuration"
-#~ msgstr "Seadistused"
-
-#, fuzzy
#~ msgid "average"
#~ msgstr "rmps"
#, fuzzy
-#~ msgid "Connect"
-#~ msgstr "hendatud"
-
-#, fuzzy
-#~ msgid "Disconnect"
-#~ msgstr "Lahuta..."
-
-#~ msgid "/File/_New"
-#~ msgstr "/Fail/_Uus"
-
-#~ msgid "<control>N"
-#~ msgstr "<control>N"
-
-#~ msgid "/File/_Open"
-#~ msgstr "/Fail/_Ava"
-
-#~ msgid "<control>O"
-#~ msgstr "<control>O"
-
-#~ msgid "/File/_Save"
-#~ msgstr "/Fail/_Salvesta"
-
-#~ msgid "<control>S"
-#~ msgstr "<control>S"
-
-#~ msgid "/File/Save _As"
-#~ msgstr "/Fail/Salvesta _Kui"
-
-#~ msgid "/File/-"
-#~ msgstr "/Fail/-"
-
-#~ msgid "/_Options"
-#~ msgstr "/_Eelistused"
-
-#~ msgid "/Options/Test"
-#~ msgstr "/Eelistused/Test"
-
-#~ msgid "/_Help"
-#~ msgstr "/_Abi"
-
-#~ msgid "/Help/_About..."
-#~ msgstr "/Abi/_Misvrk"
-
-#, fuzzy
#~ msgid "Default Runlevel"
#~ msgstr "Vaikimisi"
-#~ msgid "Europe"
-#~ msgstr "Euroopa"
-
#~ msgid "NetWare"
#~ msgstr "NetWare"
-#~ msgid "Remove queue"
-#~ msgstr "Eemalda prindijrjekord"
-
#~ msgid "Config file content could not be interpreted."
#~ msgstr "Stete fail ei ole arusaadav."
@@ -9793,9 +12672,6 @@ msgstr "Teadustjaam"
#~ msgid "Reverse page order"
#~ msgstr "Viimane leht enne"
-#~ msgid "CUPS starting"
-#~ msgstr "CUPS kivitatakse"
-
#~ msgid "Select Remote Printer Connection"
#~ msgstr "Vali vrguprinteri hendusviis"
@@ -9872,10 +12748,6 @@ msgstr "Teadustjaam"
#~ msgid "Configure..."
#~ msgstr "Seadista..."
-#, fuzzy
-#~ msgid "Lilo/Grub configuration"
-#~ msgstr "LAN stted"
-
#~ msgid "Selected size %d%s"
#~ msgstr "Valitud suurus %d%s"
@@ -9918,9 +12790,6 @@ msgstr "Teadustjaam"
#~ msgid "Create a boot floppy"
#~ msgstr "Loo alglaadimisflopi"
-#~ msgid "Format floppy"
-#~ msgstr "Vorminda flopi"
-
#~ msgid "Choice"
#~ msgstr "Valik"
@@ -10018,9 +12887,6 @@ msgstr "Teadustjaam"
#~ msgid "Internet/Network access"
#~ msgstr "Internetihendus"
-#~ msgid "Firewall Configuration Wizard"
-#~ msgstr "Vrgu stete abimees"
-
#~ msgid "Miscellaneous"
#~ msgstr "Muud stted"
@@ -10059,9 +12925,6 @@ msgstr "Teadustjaam"
#~ msgid "Scientific applications"
#~ msgstr "Teadusrakendused"
-#~ msgid "toot"
-#~ msgstr "tuut"
-
#~ msgid "File/Print/Samba"
#~ msgstr "Server, Faili/prindi/samba"
@@ -10117,9 +12980,6 @@ msgstr "Teadustjaam"
#~ msgid "Configure an ISDN connection"
#~ msgstr "Seadista ISDN hendus"
-#~ msgid "Configure a cable connection"
-#~ msgstr "Seadista TV-kaabli hendus"
-
#~ msgid "Disable Internet Connection"
#~ msgstr "Keela hendus Internetti"
@@ -10142,9 +13002,6 @@ msgstr "Teadustjaam"
#~ msgid "Graphics Manipulation"
#~ msgstr "Graafikaprogrammid"
-#~ msgid "Multimedia"
-#~ msgstr "Multimeedia"
-
#~ msgid "Sciences"
#~ msgstr "Teadused"
@@ -10188,9 +13045,6 @@ msgstr "Teadustjaam"
#~ msgid "(may cause data corruption)"
#~ msgstr "(vib tekitada andmete hvimist)"
-#~ msgid "Use hard drive optimisations?"
-#~ msgstr "Kas optimiseerime kvaketast?"
-
#~ msgid "Enable num lock at startup"
#~ msgstr "Llita Num Lock kivitamisel sisse"
@@ -10200,9 +13054,6 @@ msgstr "Teadustjaam"
#~ msgid "default"
#~ msgstr "tavaline"
-#~ msgid "Type :"
-#~ msgstr "Tp: "
-
#~ msgid "What is your system used for?"
#~ msgstr "Milline on Teie ssteemi kasutusala?"
@@ -10232,9 +13083,6 @@ msgstr "Teadustjaam"
#~ msgid "Use shadow file"
#~ msgstr "Kasuta varjutatud paroolifaili"
-#~ msgid "shadow"
-#~ msgstr "varjutatud"
-
#~ msgid "MD5"
#~ msgstr "MD5"
@@ -10247,9 +13095,6 @@ msgstr "Teadustjaam"
#~ msgid "Package"
#~ msgstr "Pakett"
-#~ msgid "Text"
-#~ msgstr "Tekst"
-
#~ msgid "Tree"
#~ msgstr "Puu"
@@ -10259,9 +13104,6 @@ msgstr "Teadustjaam"
#~ msgid "Category"
#~ msgstr "Kategoori"
-#~ msgid "See"
-#~ msgstr "Vaata"
-
#~ msgid "Installed packages"
#~ msgstr "Installitud paketid"
@@ -10292,30 +13134,18 @@ msgstr "Teadustjaam"
#~ msgid "Toggle between Installed and Available"
#~ msgstr "Installitud/Saadaval"
-#~ msgid "Choose package to install"
-#~ msgstr "Valige pakett installimiseks"
-
#~ msgid "Checking dependencies"
#~ msgstr "Kontrollin sltuvusi"
-#~ msgid "Wait"
-#~ msgstr "Oodake"
-
#~ msgid "The following packages are going to be uninstalled"
#~ msgstr "Eemaldatakse jrgmised paketid"
-#~ msgid "Uninstalling the RPMs"
-#~ msgstr "RPM-ide eemaldamine"
-
#~ msgid "Regexp"
#~ msgstr "Regulaaravaldis"
#~ msgid "Which package are looking for"
#~ msgstr "Milline pakett vajab ressurssi"
-#~ msgid "%s not found"
-#~ msgstr "%s ei leitud"
-
#~ msgid "No match"
#~ msgstr "Ei leitud sobivat"
@@ -10375,9 +13205,6 @@ msgstr "Teadustjaam"
#~ msgid "I have found an ISDN Card:\n"
#~ msgstr "Leitud ISDN kaart:\n"
-#~ msgid "France"
-#~ msgstr "Prantsusmaa"
-
#~ msgid "Other countries"
#~ msgstr "Muud maad"
@@ -10397,12 +13224,6 @@ msgstr "Teadustjaam"
#~ msgid "don't use pppoe"
#~ msgstr "ra kasuta pppoe-d"
-#~ msgid "mandatory"
-#~ msgstr "kohustuslik"
-
-#~ msgid "interesting"
-#~ msgstr "huvitav"
-
#~ msgid "i18n (important)"
#~ msgstr "i18n (thtis)"
@@ -10468,9 +13289,6 @@ msgstr "Teadustjaam"
#~ "Mittekasutamise aeg, mille jooksul hendus\n"
#~ "katkestatakse. (vaikimisi ei katkestata)"
-#~ msgid "Germany"
-#~ msgstr "Saksa"
-
#~ msgid "Germany (1TR6)"
#~ msgstr "Saksa (1TR6)"
@@ -10934,9 +13752,6 @@ msgstr "Teadustjaam"
#~ msgid "Configure LAN"
#~ msgstr "Seadista X"
-#~ msgid "End configuration"
-#~ msgstr "ISDN stted"
-
#~ msgid "Do not set up networking"
#~ msgstr "Ei seadista vrku"
@@ -10992,9 +13807,6 @@ msgstr "Teadustjaam"
#~ msgid "You may now decide which class C network to use.\n"
#~ msgstr "Millist C-klassi vrku soovite kasutada.\n"
-#~ msgid "Network:"
-#~ msgstr "Vrgu mask:"
-
#~ msgid "Internet Connection Sharing - setup of %s"
#~ msgstr "Internetihenduse jagamine - liides %s"
@@ -11307,15 +14119,9 @@ msgstr "Teadustjaam"
#~ msgid "Setup SCSI"
#~ msgstr "SCSI seadistamine"
-#~ msgid "Which packages do you want to install"
-#~ msgstr "Valige paketid mida soovite installida"
-
#~ msgid "Local LAN"
#~ msgstr "LAN"
-#~ msgid "expert"
-#~ msgstr "ekspert"
-
#~ msgid "developer"
#~ msgstr "arendaja"
@@ -11334,9 +14140,6 @@ msgstr "Teadustjaam"
#~ msgid "changing type of"
#~ msgstr "tbi muutmine"
-#~ msgid "formatting"
-#~ msgstr "vormindatakse"
-
#~ msgid "resizing"
#~ msgstr "suuruse muutumine"
diff --git a/perl-install/share/po/fi.po b/perl-install/share/po/fi.po
index 2103d5a89..a3cc4183d 100644
--- a/perl-install/share/po/fi.po
+++ b/perl-install/share/po/fi.po
@@ -1,38 +1,38 @@
# Translation file of Mandrake graphic install
-# Copyright (C) 1999, 2001 Mandrakesoft
+# Copyright (C) 1999, 2002 Mandrakesoft
# Kim Enkovaara <kim.enkovaara@iki.fi>, 1999, 2000
-# Matias Griese <mahagr@utu.fi>, 2001
+# Matias Griese <mahagr@utu.fi>, 2001, 2002
#
msgid ""
msgstr ""
"Project-Id-Version: DrakX VERSION\n"
-"POT-Creation-Date: 2001-09-21 19:50+0200\n"
-"PO-Revision-Date: 2001-04-24 17:52+0200\n"
+"POT-Creation-Date: 2002-03-11 18:29+0100\n"
+"PO-Revision-Date: 2002-02-20 22:55EET\n"
"Last-Translator: Matias Griese <mahagr@utu.fi>\n"
"Language-Team: Finnish\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=ISO-8859-15\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: KBabel 0.6\n"
+"X-Generator: KBabel 0.9.5\n"
-#: ../../Xconfigurator.pm_.c:231
+#: ../../Xconfigurator.pm_.c:242
msgid "Configure all heads independently"
msgstr "Aseta kaikki nytt erikseen"
-#: ../../Xconfigurator.pm_.c:232
+#: ../../Xconfigurator.pm_.c:243
msgid "Use Xinerama extension"
msgstr "Kyt Xinerama-laajennusta"
-#: ../../Xconfigurator.pm_.c:235
+#: ../../Xconfigurator.pm_.c:246
#, c-format
msgid "Configure only card \"%s\" (%s)"
msgstr "Mrittele vain kortin \"%s\" (%s) asetukset"
-#: ../../Xconfigurator.pm_.c:238
+#: ../../Xconfigurator.pm_.c:249
msgid "Multi-head configuration"
msgstr "Monen nytn asettaminen"
-#: ../../Xconfigurator.pm_.c:239
+#: ../../Xconfigurator.pm_.c:250
msgid ""
"Your system support multiple head configuration.\n"
"What do you want to do?"
@@ -40,33 +40,43 @@ msgstr ""
"Jrjestelmsi tukee monen nytn laitteistokokoonpanoa.\n"
"Mit haluat tehd?"
-#: ../../Xconfigurator.pm_.c:248
+#: ../../Xconfigurator.pm_.c:261
msgid "Graphic card"
msgstr "Nytnohjain"
-#: ../../Xconfigurator.pm_.c:248
+#: ../../Xconfigurator.pm_.c:262
msgid "Select a graphic card"
msgstr "Valitse nytnohjain"
-#: ../../Xconfigurator.pm_.c:249
+#: ../../Xconfigurator.pm_.c:286
msgid "Choose a X server"
msgstr "Valitse X-palvelin"
-#: ../../Xconfigurator.pm_.c:249
+#: ../../Xconfigurator.pm_.c:286
msgid "X server"
msgstr "X-palvelin"
-#: ../../Xconfigurator.pm_.c:307 ../../Xconfigurator.pm_.c:313
-#: ../../Xconfigurator.pm_.c:363 ../../Xconfigurator.pm_.c:1435
+#: ../../Xconfigurator.pm_.c:293
+#, fuzzy
+msgid "Choose a X driver"
+msgstr "Valitse X-palvelin"
+
+#: ../../Xconfigurator.pm_.c:293
+#, fuzzy
+msgid "X driver"
+msgstr "X-palvelin"
+
+#: ../../Xconfigurator.pm_.c:360 ../../Xconfigurator.pm_.c:366
+#: ../../Xconfigurator.pm_.c:416 ../../Xconfigurator.pm_.c:1507
#, c-format
msgid "XFree %s"
msgstr "XFree %s"
-#: ../../Xconfigurator.pm_.c:310
+#: ../../Xconfigurator.pm_.c:363
msgid "Which configuration of XFree do you want to have?"
msgstr "Mit versiota XFree-serverist haluat kytt?"
-#: ../../Xconfigurator.pm_.c:321
+#: ../../Xconfigurator.pm_.c:374
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support but only with XFree %s.\n"
@@ -76,19 +86,19 @@ msgstr ""
"ssa.\n"
"Korttisi on tuettu mys XFree %s:ssa, jossa on mahdollisesti parempi 2D-tuki."
-#: ../../Xconfigurator.pm_.c:323 ../../Xconfigurator.pm_.c:356
+#: ../../Xconfigurator.pm_.c:376 ../../Xconfigurator.pm_.c:409
#, c-format
msgid "Your card can have 3D hardware acceleration support with XFree %s."
msgstr ""
"Nytnohjaimelle on olemassa laitteistokiihdytetyt 3D-ajurit XFree %s:ssa."
-#: ../../Xconfigurator.pm_.c:325 ../../Xconfigurator.pm_.c:358
-#: ../../Xconfigurator.pm_.c:1435
+#: ../../Xconfigurator.pm_.c:378 ../../Xconfigurator.pm_.c:411
+#: ../../Xconfigurator.pm_.c:1507
#, c-format
msgid "XFree %s with 3D hardware acceleration"
msgstr "XFree %s laitteistokiihdytetyll 3D-tuella"
-#: ../../Xconfigurator.pm_.c:333 ../../Xconfigurator.pm_.c:347
+#: ../../Xconfigurator.pm_.c:386 ../../Xconfigurator.pm_.c:400
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support with XFree %s,\n"
@@ -97,12 +107,12 @@ msgstr ""
"Nytnohjaimelle on olemassa laitteistokiihdytetyt 3D-ajurit XFree %s:ssa.\n"
"HUOMAA, ETT TUKI ON KOKEELLINEN JA VOI JUMITTAA TIETOKONEESI."
-#: ../../Xconfigurator.pm_.c:335 ../../Xconfigurator.pm_.c:349
+#: ../../Xconfigurator.pm_.c:388 ../../Xconfigurator.pm_.c:402
#, c-format
msgid "XFree %s with EXPERIMENTAL 3D hardware acceleration"
msgstr "XFree %s KOKEELLISELLA laitteistokiihdytetyll 3D-tuella"
-#: ../../Xconfigurator.pm_.c:344
+#: ../../Xconfigurator.pm_.c:397
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support but only with XFree %s,\n"
@@ -114,31 +124,31 @@ msgstr ""
"HUOMAA, ETT TUKI ON KOKEELLINEN JA VOI JUMITTAA TIETOKONEESI.Korttisi on "
"tuettu mys XFree %s:ssa, jossa on mahdollisesti parempi 2D-tuki."
-#: ../../Xconfigurator.pm_.c:364
+#: ../../Xconfigurator.pm_.c:417
msgid "Xpmac (installation display driver)"
-msgstr ""
+msgstr "Xpmac (nytnohjaimen ajurin asennus)"
-#: ../../Xconfigurator.pm_.c:368
+#: ../../Xconfigurator.pm_.c:421
msgid "XFree configuration"
msgstr "XFreen asentaminen"
-#: ../../Xconfigurator.pm_.c:434
+#: ../../Xconfigurator.pm_.c:496
msgid "Select the memory size of your graphic card"
msgstr "Valitse nytnohjaimen muistin mr"
-#: ../../Xconfigurator.pm_.c:492
+#: ../../Xconfigurator.pm_.c:550
msgid "Choose options for server"
msgstr "Valitse optioita palvelimelle"
-#: ../../Xconfigurator.pm_.c:516
+#: ../../Xconfigurator.pm_.c:574
msgid "Choose a monitor"
msgstr "Valitse monitori"
-#: ../../Xconfigurator.pm_.c:516
+#: ../../Xconfigurator.pm_.c:574
msgid "Monitor"
msgstr "Nytt"
-#: ../../Xconfigurator.pm_.c:519
+#: ../../Xconfigurator.pm_.c:577
msgid ""
"The two critical parameters are the vertical refresh rate, which is the "
"rate\n"
@@ -161,39 +171,39 @@ msgstr ""
"vaakavirkistystaajuus\n"
"on suurempi kuin oman nyttsi. Jos eprit, valitse pienempi taajuus."
-#: ../../Xconfigurator.pm_.c:526
+#: ../../Xconfigurator.pm_.c:584
msgid "Horizontal refresh rate"
msgstr "Vaakavirkistystaajuus"
-#: ../../Xconfigurator.pm_.c:527
+#: ../../Xconfigurator.pm_.c:585
msgid "Vertical refresh rate"
msgstr "Pystyvirkistystaajuus"
-#: ../../Xconfigurator.pm_.c:564
+#: ../../Xconfigurator.pm_.c:622
msgid "Monitor not configured"
msgstr "Nytt ei ole asetettu"
-#: ../../Xconfigurator.pm_.c:567
+#: ../../Xconfigurator.pm_.c:625
msgid "Graphic card not configured yet"
msgstr "Nytnohjainta ei ole viel asetettu"
-#: ../../Xconfigurator.pm_.c:570
+#: ../../Xconfigurator.pm_.c:628
msgid "Resolutions not chosen yet"
msgstr "Nytn resoluutiota ei ole viel valittu"
-#: ../../Xconfigurator.pm_.c:587
+#: ../../Xconfigurator.pm_.c:646
msgid "Do you want to test the configuration?"
msgstr "Haluatko kokeilla asetuksia?"
-#: ../../Xconfigurator.pm_.c:591
+#: ../../Xconfigurator.pm_.c:650
msgid "Warning: testing this graphic card may freeze your computer"
msgstr "Varoitus: nytnohjaimesi testaaminen voi jumittaa tietokoneen"
-#: ../../Xconfigurator.pm_.c:594
+#: ../../Xconfigurator.pm_.c:653
msgid "Test of the configuration"
msgstr "Kokeile asetuksia"
-#: ../../Xconfigurator.pm_.c:632 ../../Xconfigurator.pm_.c:644
+#: ../../Xconfigurator.pm_.c:692 ../../Xconfigurator.pm_.c:704
msgid ""
"\n"
"try to change some parameters"
@@ -201,156 +211,175 @@ msgstr ""
"\n"
"kokeile joidenkin parametrien muuttamista"
-#: ../../Xconfigurator.pm_.c:632 ../../Xconfigurator.pm_.c:644
+#: ../../Xconfigurator.pm_.c:692 ../../Xconfigurator.pm_.c:704
msgid "An error has occurred:"
msgstr "Tapahtui virhe:"
-#: ../../Xconfigurator.pm_.c:668
+#: ../../Xconfigurator.pm_.c:731
#, c-format
msgid "Leaving in %d seconds"
msgstr "Lopetan %d sekunnissa"
-#: ../../Xconfigurator.pm_.c:679
+#: ../../Xconfigurator.pm_.c:742
msgid "Is this the correct setting?"
msgstr "Onko tm oikea asetus?"
-#: ../../Xconfigurator.pm_.c:688
+#: ../../Xconfigurator.pm_.c:751
msgid "An error has occurred, try to change some parameters"
msgstr "Tapahtui virhe, kokeile joidenkin parametrien vaihtamista"
-#: ../../Xconfigurator.pm_.c:759
+#: ../../Xconfigurator.pm_.c:822
msgid "Resolution"
msgstr "Resoluutio"
-#: ../../Xconfigurator.pm_.c:810
+#: ../../Xconfigurator.pm_.c:874
msgid "Choose the resolution and the color depth"
msgstr "Valitse resoluutio ja vrisyvyys"
-#: ../../Xconfigurator.pm_.c:812
+#: ../../Xconfigurator.pm_.c:876
#, c-format
msgid "Graphic card: %s"
msgstr "Nytnohjain: %s"
-#: ../../Xconfigurator.pm_.c:813
+#: ../../Xconfigurator.pm_.c:877
#, c-format
msgid "XFree86 server: %s"
msgstr "XFree86 palvelin: %s"
-#: ../../Xconfigurator.pm_.c:829 ../../printerdrake.pm_.c:1885
-#: ../../standalone/draknet_.c:298 ../../standalone/draknet_.c:301
+#: ../../Xconfigurator.pm_.c:891 ../../diskdrake/interactive.pm_.c:259
+#: ../../install_steps_interactive.pm_.c:208
+msgid "More"
+msgstr "Lisasetukset"
+
+#: ../../Xconfigurator.pm_.c:891 ../../install_gtk.pm_.c:84
+#: ../../install_steps_gtk.pm_.c:328 ../../interactive.pm_.c:127
+#: ../../interactive.pm_.c:142 ../../interactive.pm_.c:317
+#: ../../interactive.pm_.c:349 ../../interactive_http.pm_.c:104
+#: ../../interactive_newt.pm_.c:170 ../../interactive_stdio.pm_.c:141
+#: ../../interactive_stdio.pm_.c:142 ../../my_gtk.pm_.c:686
+#: ../../my_gtk.pm_.c:1019 ../../my_gtk.pm_.c:1041
+#: ../../standalone/drakbackup_.c:2298 ../../standalone/drakbackup_.c:2369
+#: ../../standalone/drakbackup_.c:2385
+msgid "Ok"
+msgstr "Ok"
+
+#: ../../Xconfigurator.pm_.c:893 ../../network/netconnect.pm_.c:169
+#: ../../printerdrake.pm_.c:2470 ../../standalone/draknet_.c:275
+#: ../../standalone/draknet_.c:278
msgid "Expert Mode"
msgstr "Asiantuntijatila"
-#: ../../Xconfigurator.pm_.c:830
+#: ../../Xconfigurator.pm_.c:894
msgid "Show all"
msgstr "Nyt kaikki"
-#: ../../Xconfigurator.pm_.c:875
+#: ../../Xconfigurator.pm_.c:939
msgid "Resolutions"
msgstr "Resoluutiot"
-#: ../../Xconfigurator.pm_.c:1437
+#: ../../Xconfigurator.pm_.c:1509
#, c-format
msgid "Keyboard layout: %s\n"
msgstr "Nppinasettelu: %s\n"
-#: ../../Xconfigurator.pm_.c:1438
+#: ../../Xconfigurator.pm_.c:1510
#, c-format
msgid "Mouse type: %s\n"
msgstr "Hiiren tyyppi: %s\n"
-#: ../../Xconfigurator.pm_.c:1439
+#: ../../Xconfigurator.pm_.c:1511
#, c-format
msgid "Mouse device: %s\n"
msgstr "Hiiren laite: %s\n"
-#: ../../Xconfigurator.pm_.c:1440
+#: ../../Xconfigurator.pm_.c:1512
#, c-format
msgid "Monitor: %s\n"
msgstr "Nytt: %s\n"
-#: ../../Xconfigurator.pm_.c:1441
+#: ../../Xconfigurator.pm_.c:1513
#, c-format
msgid "Monitor HorizSync: %s\n"
msgstr "Nytn vaakajuovataajuus: %s\n"
-#: ../../Xconfigurator.pm_.c:1442
+#: ../../Xconfigurator.pm_.c:1514
#, c-format
msgid "Monitor VertRefresh: %s\n"
msgstr "Nytn virkistystaajuus: %s\n"
-#: ../../Xconfigurator.pm_.c:1443
+#: ../../Xconfigurator.pm_.c:1515
#, c-format
msgid "Graphic card: %s\n"
msgstr "Nytnohjain: %s\n"
-#: ../../Xconfigurator.pm_.c:1444
-#, fuzzy, c-format
+#: ../../Xconfigurator.pm_.c:1516
+#, c-format
msgid "Graphic card identification: %s\n"
-msgstr "Nytnohjain: %s\n"
+msgstr "Nytnohjaimen tunniste: %s\n"
-#: ../../Xconfigurator.pm_.c:1445
+#: ../../Xconfigurator.pm_.c:1517
#, c-format
msgid "Graphic memory: %s kB\n"
msgstr "Grafiikkamuisti: %s kt\n"
-#: ../../Xconfigurator.pm_.c:1447
+#: ../../Xconfigurator.pm_.c:1519
#, c-format
msgid "Color depth: %s\n"
msgstr "Vrisyvyys: %s\n"
-#: ../../Xconfigurator.pm_.c:1448
+#: ../../Xconfigurator.pm_.c:1520
#, c-format
msgid "Resolution: %s\n"
msgstr "Resoluutio: %s\n"
-#: ../../Xconfigurator.pm_.c:1450
+#: ../../Xconfigurator.pm_.c:1522
#, c-format
msgid "XFree86 server: %s\n"
msgstr "XFree86 palvelin: %s\n"
-#: ../../Xconfigurator.pm_.c:1451
+#: ../../Xconfigurator.pm_.c:1523
#, c-format
msgid "XFree86 driver: %s\n"
msgstr "XFree86 ajurit: %s\n"
-#: ../../Xconfigurator.pm_.c:1469
+#: ../../Xconfigurator.pm_.c:1541
msgid "Preparing X-Window configuration"
msgstr "Valmistelen X-Windowin asetuksia"
-#: ../../Xconfigurator.pm_.c:1489
+#: ../../Xconfigurator.pm_.c:1561
msgid "What do you want to do?"
msgstr "Mit haluat tehd?"
-#: ../../Xconfigurator.pm_.c:1494
+#: ../../Xconfigurator.pm_.c:1566
msgid "Change Monitor"
msgstr "Vaihda nytt"
-#: ../../Xconfigurator.pm_.c:1495
+#: ../../Xconfigurator.pm_.c:1567
msgid "Change Graphic card"
msgstr "Vaihda nytnohjainta"
-#: ../../Xconfigurator.pm_.c:1497
+#: ../../Xconfigurator.pm_.c:1570
msgid "Change Server options"
msgstr "Vaihda palvelimen optioita"
-#: ../../Xconfigurator.pm_.c:1498
+#: ../../Xconfigurator.pm_.c:1571
msgid "Change Resolution"
msgstr "Vaihda resoluutiota"
-#: ../../Xconfigurator.pm_.c:1499
+#: ../../Xconfigurator.pm_.c:1572
msgid "Show information"
msgstr "Nyt tiedot"
-#: ../../Xconfigurator.pm_.c:1500
+#: ../../Xconfigurator.pm_.c:1573
msgid "Test again"
msgstr "Kokeile uudelleen"
-#: ../../Xconfigurator.pm_.c:1501 ../../bootlook.pm_.c:156
+#: ../../Xconfigurator.pm_.c:1574 ../../printerdrake.pm_.c:2473
+#: ../../standalone/logdrake_.c:225
msgid "Quit"
msgstr "Lopeta"
-#: ../../Xconfigurator.pm_.c:1509
+#: ../../Xconfigurator.pm_.c:1582
#, c-format
msgid ""
"Keep the changes?\n"
@@ -363,20 +392,11 @@ msgstr ""
"\n"
"%s"
-#: ../../Xconfigurator.pm_.c:1532
-#, c-format
-msgid "Please relog into %s to activate the changes"
-msgstr "Kirjaudu uudelleen %s:een aktivoidaksesi muutokset"
-
-#: ../../Xconfigurator.pm_.c:1552
-msgid "Please log out and then use Ctrl-Alt-BackSpace"
-msgstr "Kirjaudu ulos ja kirjoita sitten Ctrl-Alt-BackSpace"
-
-#: ../../Xconfigurator.pm_.c:1555
+#: ../../Xconfigurator.pm_.c:1603
msgid "X at startup"
msgstr "Kynnistettess X:"
-#: ../../Xconfigurator.pm_.c:1556
+#: ../../Xconfigurator.pm_.c:1604
msgid ""
"I can set up your computer to automatically start X upon booting.\n"
"Would you like X to start when you reboot?"
@@ -384,6 +404,15 @@ msgstr ""
"X voidaan laittaa kynnistymn automaattisesti kynnistyksen yhteydess.\n"
"Haluatko kynnist X:n automaattisesti?"
+#: ../../Xconfigurator.pm_.c:1610
+#, c-format
+msgid "Please relog into %s to activate the changes"
+msgstr "Kirjaudu uudelleen %s:een aktivoidaksesi muutokset"
+
+#: ../../Xconfigurator.pm_.c:1625
+msgid "Please log out and then use Ctrl-Alt-BackSpace"
+msgstr "Kirjaudu ulos ja kirjoita sitten Ctrl-Alt-BackSpace"
+
#: ../../Xconfigurator_consts.pm_.c:6
msgid "256 colors (8 bits)"
msgstr "256 vri (8 bitti)"
@@ -404,251 +433,258 @@ msgstr "16 miljoonaa vri (24 bitti)"
msgid "4 billion colors (32 bits)"
msgstr "4 miljardia vri (32 bitti)"
-#: ../../Xconfigurator_consts.pm_.c:106
+#: ../../Xconfigurator_consts.pm_.c:113
msgid "256 kB"
msgstr "256 kt"
-#: ../../Xconfigurator_consts.pm_.c:107
+#: ../../Xconfigurator_consts.pm_.c:114
msgid "512 kB"
msgstr "512 kt"
-#: ../../Xconfigurator_consts.pm_.c:108
+#: ../../Xconfigurator_consts.pm_.c:115
msgid "1 MB"
msgstr "1 Mt"
-#: ../../Xconfigurator_consts.pm_.c:109
+#: ../../Xconfigurator_consts.pm_.c:116
msgid "2 MB"
msgstr "2 Mt"
-#: ../../Xconfigurator_consts.pm_.c:110
+#: ../../Xconfigurator_consts.pm_.c:117
msgid "4 MB"
msgstr "4 Mt"
-#: ../../Xconfigurator_consts.pm_.c:111
+#: ../../Xconfigurator_consts.pm_.c:118
msgid "8 MB"
msgstr "8 Mt"
-#: ../../Xconfigurator_consts.pm_.c:112
-#, fuzzy
+#: ../../Xconfigurator_consts.pm_.c:119
msgid "16 MB"
-msgstr "1 Mt"
+msgstr "16 Mt"
-#: ../../Xconfigurator_consts.pm_.c:113
-#, fuzzy
+#: ../../Xconfigurator_consts.pm_.c:120
msgid "32 MB"
-msgstr "2 Mt"
+msgstr "32 Mt"
-#: ../../Xconfigurator_consts.pm_.c:114
-#, fuzzy
+#: ../../Xconfigurator_consts.pm_.c:121
msgid "64 MB or more"
-msgstr "16 Mt tai enemmn"
+msgstr "64 Mt tai enemmn"
-#: ../../Xconfigurator_consts.pm_.c:122
+#: ../../Xconfigurator_consts.pm_.c:129
msgid "Standard VGA, 640x480 at 60 Hz"
msgstr "Perus-VGA, 640x480 @ 60 Hz"
-#: ../../Xconfigurator_consts.pm_.c:123
+#: ../../Xconfigurator_consts.pm_.c:130
msgid "Super VGA, 800x600 at 56 Hz"
msgstr "SVGA, 800x600 @ 56 Hz"
-#: ../../Xconfigurator_consts.pm_.c:124
+#: ../../Xconfigurator_consts.pm_.c:131
msgid "8514 Compatible, 1024x768 at 87 Hz interlaced (no 800x600)"
msgstr "8514-yhteensopiva, 1024x768 @ 87 Hz lomitettu (ei 800x600)"
-#: ../../Xconfigurator_consts.pm_.c:125
+#: ../../Xconfigurator_consts.pm_.c:132
msgid "Super VGA, 1024x768 at 87 Hz interlaced, 800x600 at 56 Hz"
msgstr "SVGA, 1024x768 @ 87 Hz lomitettu, 800x600 @ 56 Hz"
-#: ../../Xconfigurator_consts.pm_.c:126
+#: ../../Xconfigurator_consts.pm_.c:133
msgid "Extended Super VGA, 800x600 at 60 Hz, 640x480 at 72 Hz"
msgstr "Laajennettu SVGA, 800x600 @ 60 Hz, 640x480 @ 72 Hz"
-#: ../../Xconfigurator_consts.pm_.c:127
+#: ../../Xconfigurator_consts.pm_.c:134
msgid "Non-Interlaced SVGA, 1024x768 at 60 Hz, 800x600 at 72 Hz"
msgstr "Lomittamaton SVGA, 1024x768 @ 60 Hz, 800x600 @ 72 Hz"
-#: ../../Xconfigurator_consts.pm_.c:128
+#: ../../Xconfigurator_consts.pm_.c:135
msgid "High Frequency SVGA, 1024x768 at 70 Hz"
msgstr "Korkeataajuuksinen SVGA, 1024x768 @ 70 Hz"
-#: ../../Xconfigurator_consts.pm_.c:129
+#: ../../Xconfigurator_consts.pm_.c:136
msgid "Multi-frequency that can do 1280x1024 at 60 Hz"
msgstr "Nytt, joka pystyy 1280x1024 @ 60 Hz"
-#: ../../Xconfigurator_consts.pm_.c:130
+#: ../../Xconfigurator_consts.pm_.c:137
msgid "Multi-frequency that can do 1280x1024 at 74 Hz"
msgstr "Nytt, joka pystyy 1280x1024 @ 74 Hz"
-#: ../../Xconfigurator_consts.pm_.c:131
+#: ../../Xconfigurator_consts.pm_.c:138
msgid "Multi-frequency that can do 1280x1024 at 76 Hz"
msgstr "Nytt, joka pystyy 1280x1024 @ 76 Hz"
-#: ../../Xconfigurator_consts.pm_.c:132
+#: ../../Xconfigurator_consts.pm_.c:139
msgid "Monitor that can do 1600x1200 at 70 Hz"
msgstr "Nytt, joka pystyy 1600x1200 @ 70 Hz"
-#: ../../Xconfigurator_consts.pm_.c:133
+#: ../../Xconfigurator_consts.pm_.c:140
msgid "Monitor that can do 1600x1200 at 76 Hz"
msgstr "Nytt, joka pystyy 1600x1200 @ 76 Hz"
-#: ../../any.pm_.c:96 ../../any.pm_.c:121
+#: ../../any.pm_.c:116 ../../any.pm_.c:141
msgid "First sector of boot partition"
msgstr "Ensimminen sektori kynnistysosiolla"
-#: ../../any.pm_.c:96 ../../any.pm_.c:121 ../../any.pm_.c:194
+#: ../../any.pm_.c:116 ../../any.pm_.c:141 ../../any.pm_.c:218
msgid "First sector of drive (MBR)"
msgstr "Levyn ensimminen sektori (MBR)"
-#: ../../any.pm_.c:100
+#: ../../any.pm_.c:120
msgid "SILO Installation"
msgstr "SILOn asennus"
-#: ../../any.pm_.c:101 ../../any.pm_.c:114
+#: ../../any.pm_.c:121 ../../any.pm_.c:134
msgid "Where do you want to install the bootloader?"
msgstr "Minne haluat asentaa kyttjrjestelmn lataajan?"
-#: ../../any.pm_.c:113
+#: ../../any.pm_.c:133
msgid "LILO/grub Installation"
msgstr "LILO/grub asennus"
-#: ../../any.pm_.c:125 ../../any.pm_.c:139
+#: ../../any.pm_.c:145 ../../any.pm_.c:159
msgid "SILO"
msgstr "SILO"
-#: ../../any.pm_.c:127
+#: ../../any.pm_.c:147
msgid "LILO with text menu"
msgstr "LILO tekstipohjaisella valikolla"
-#: ../../any.pm_.c:128 ../../any.pm_.c:139
+#: ../../any.pm_.c:148 ../../any.pm_.c:159
msgid "LILO with graphical menu"
msgstr "LILO graafisella valikolla"
-#: ../../any.pm_.c:131
+#: ../../any.pm_.c:151
msgid "Grub"
msgstr "Grub"
-#: ../../any.pm_.c:135
+#: ../../any.pm_.c:155
msgid "Boot from DOS/Windows (loadlin)"
msgstr "Kynnist DOSista/Windowsista (loadlin)"
-#: ../../any.pm_.c:137 ../../any.pm_.c:139
+#: ../../any.pm_.c:157 ../../any.pm_.c:159
msgid "Yaboot"
msgstr "Yaboot"
-#: ../../any.pm_.c:145 ../../any.pm_.c:177
+#: ../../any.pm_.c:166 ../../any.pm_.c:198
msgid "Bootloader main options"
msgstr "Kyttjrjestelmn lataajan pasetukset"
-#: ../../any.pm_.c:146 ../../any.pm_.c:178
+#: ../../any.pm_.c:167 ../../any.pm_.c:199
msgid "Bootloader to use"
msgstr "Kytettv kyttjrjestelmn lataaja"
-#: ../../any.pm_.c:148
+#: ../../any.pm_.c:169
msgid "Bootloader installation"
msgstr "Kyttjrjestelmn lataajan asennus"
-#: ../../any.pm_.c:150 ../../any.pm_.c:180
+#: ../../any.pm_.c:171 ../../any.pm_.c:201
msgid "Boot device"
msgstr "Kynnistyslaite"
-#: ../../any.pm_.c:151
+#: ../../any.pm_.c:172
msgid "LBA (doesn't work on old BIOSes)"
msgstr "LBA (ei toimi vanhoissa BIOSeissa)"
-#: ../../any.pm_.c:152
+#: ../../any.pm_.c:173
msgid "Compact"
msgstr "Tiivis"
-#: ../../any.pm_.c:152
+#: ../../any.pm_.c:173
msgid "compact"
msgstr "tiivis"
-#: ../../any.pm_.c:153 ../../any.pm_.c:250
+#: ../../any.pm_.c:174 ../../any.pm_.c:298
msgid "Video mode"
msgstr "Nytttila"
-#: ../../any.pm_.c:155
+#: ../../any.pm_.c:176
msgid "Delay before booting default image"
msgstr "Tauko ennen oletusjrjestelmn kynnistyst"
-#: ../../any.pm_.c:157 ../../any.pm_.c:730
-#: ../../install_steps_interactive.pm_.c:938 ../../network/modem.pm_.c:46
-#: ../../printerdrake.pm_.c:402 ../../printerdrake.pm_.c:481
-#: ../../standalone/draknet_.c:603
+#: ../../any.pm_.c:178 ../../any.pm_.c:796
+#: ../../install_steps_interactive.pm_.c:1115 ../../network/modem.pm_.c:48
+#: ../../printerdrake.pm_.c:708 ../../printerdrake.pm_.c:806
+#: ../../standalone/draknet_.c:625
msgid "Password"
msgstr "Salasana"
-#: ../../any.pm_.c:158 ../../any.pm_.c:731
-#: ../../install_steps_interactive.pm_.c:939
+#: ../../any.pm_.c:179 ../../any.pm_.c:797
+#: ../../install_steps_interactive.pm_.c:1116
msgid "Password (again)"
msgstr "Salasana (uudelleen)"
-#: ../../any.pm_.c:159
+#: ../../any.pm_.c:180
msgid "Restrict command line options"
msgstr "Rajoita komentorivioptioita"
-#: ../../any.pm_.c:159
+#: ../../any.pm_.c:180
msgid "restrict"
msgstr "rajoita"
-#: ../../any.pm_.c:161
+#: ../../any.pm_.c:182
msgid "Clean /tmp at each boot"
msgstr "Tyhjenn /tmp jokaisella kynnistyskerralla"
-#: ../../any.pm_.c:162
+#: ../../any.pm_.c:183
#, c-format
msgid "Precise RAM size if needed (found %d MB)"
msgstr "Tarkka muistin koko, jos tarpeen (lydettiin %d Mt)"
-#: ../../any.pm_.c:164
+#: ../../any.pm_.c:185
msgid "Enable multi profiles"
msgstr "Kyt montaa profiilia"
-#: ../../any.pm_.c:168
+#: ../../any.pm_.c:189
msgid "Give the ram size in MB"
msgstr "Anna muistin koko megatavuina"
-#: ../../any.pm_.c:170
+#: ../../any.pm_.c:191
msgid ""
"Option ``Restrict command line options'' is of no use without a password"
msgstr ""
"Asetus ``Rajoita komentorivioptioita'' ei ole hydyllinen ilman salasanaa"
-#: ../../any.pm_.c:171 ../../any.pm_.c:707
-#: ../../install_steps_interactive.pm_.c:933
+#: ../../any.pm_.c:192 ../../any.pm_.c:773
+#: ../../diskdrake/interactive.pm_.c:1135
+#: ../../install_steps_interactive.pm_.c:1110
msgid "Please try again"
msgstr "Yrit uudelleen"
-#: ../../any.pm_.c:171 ../../any.pm_.c:707
-#: ../../install_steps_interactive.pm_.c:933
+#: ../../any.pm_.c:192 ../../any.pm_.c:773
+#: ../../install_steps_interactive.pm_.c:1110
msgid "The passwords do not match"
msgstr "Salasanat poikkeavat toisistaan"
-#: ../../any.pm_.c:179
+#: ../../any.pm_.c:200
msgid "Init Message"
msgstr "Kynnistysviesti"
-#: ../../any.pm_.c:181
+#: ../../any.pm_.c:202
msgid "Open Firmware Delay"
msgstr "Vapaa Firmware-viive"
-#: ../../any.pm_.c:182
+#: ../../any.pm_.c:203
msgid "Kernel Boot Timeout"
msgstr "Timeout ytimen kynnistyksess"
-#: ../../any.pm_.c:183
+#: ../../any.pm_.c:204
msgid "Enable CD Boot?"
msgstr "Mahdollista kynnistys CD:lt"
-#: ../../any.pm_.c:184
+#: ../../any.pm_.c:205
msgid "Enable OF Boot?"
msgstr "Mahdollista kynnistys OFilta"
-#: ../../any.pm_.c:185
+#: ../../any.pm_.c:206
msgid "Default OS?"
msgstr "Oletuskyttjrjestelm?"
-#: ../../any.pm_.c:207
+#: ../../any.pm_.c:240
+msgid ""
+"You decided to install the bootloader on a partition.\n"
+"This implies you already have a bootloader on the hard drive you boot (eg: "
+"System Commander).\n"
+"\n"
+"On which drive are you booting?"
+msgstr ""
+
+#: ../../any.pm_.c:255
msgid ""
"Here are the different entries.\n"
"You can add some more or change the existing ones."
@@ -656,144 +692,153 @@ msgstr ""
"Tss ovat asetustietueet.\n"
"Voit list uusia tai muuttaa olemassaolevia."
-#: ../../any.pm_.c:217
+#: ../../any.pm_.c:265 ../../standalone/drakbackup_.c:752
+#: ../../standalone/drakbackup_.c:861 ../../standalone/drakfont_.c:789
+#: ../../standalone/drakfont_.c:826
msgid "Add"
msgstr "Lis"
-#: ../../any.pm_.c:217 ../../any.pm_.c:718 ../../diskdrake.pm_.c:161
-#: ../../interactive_http.pm_.c:153 ../../printerdrake.pm_.c:1846
-#: ../../printerdrake.pm_.c:1847 ../../printerdrake.pm_.c:1904
-#: ../../printerdrake.pm_.c:1948
+#: ../../any.pm_.c:265 ../../any.pm_.c:784 ../../diskdrake/hd_gtk.pm_.c:153
+#: ../../diskdrake/removable.pm_.c:27 ../../diskdrake/smbnfs_gtk.pm_.c:86
+#: ../../interactive_http.pm_.c:153
msgid "Done"
msgstr "Valmis"
-#: ../../any.pm_.c:217
+#: ../../any.pm_.c:265
msgid "Modify"
msgstr "Muokkaa"
-#: ../../any.pm_.c:225
+#: ../../any.pm_.c:273
msgid "Which type of entry do you want to add?"
msgstr "Mink tyyppisen tietueen haluat list"
-#: ../../any.pm_.c:226
+#: ../../any.pm_.c:274 ../../standalone/drakbackup_.c:895
msgid "Linux"
msgstr "Linux"
-#: ../../any.pm_.c:226
+#: ../../any.pm_.c:274
msgid "Other OS (SunOS...)"
msgstr "Muu kyttjrjestelm (SunOS...)"
-#: ../../any.pm_.c:227
+#: ../../any.pm_.c:275
msgid "Other OS (MacOS...)"
msgstr "Muu kyttjrjestelm (MacOS...)"
-#: ../../any.pm_.c:227
+#: ../../any.pm_.c:275
msgid "Other OS (windows...)"
msgstr "Muu kyttjrjestelm (Windows...)"
-#: ../../any.pm_.c:246
+#: ../../any.pm_.c:294
msgid "Image"
msgstr "Kuva"
-#: ../../any.pm_.c:247 ../../any.pm_.c:258
+#: ../../any.pm_.c:295 ../../any.pm_.c:306
msgid "Root"
msgstr "Juuri"
-#: ../../any.pm_.c:248 ../../any.pm_.c:277
+#: ../../any.pm_.c:296 ../../any.pm_.c:325
msgid "Append"
msgstr "Liit"
-#: ../../any.pm_.c:252
+#: ../../any.pm_.c:300
msgid "Initrd"
msgstr "Initrd"
-#: ../../any.pm_.c:253
+#: ../../any.pm_.c:301
msgid "Read-write"
msgstr "Luku-kirjoitus"
-#: ../../any.pm_.c:260
+#: ../../any.pm_.c:308
msgid "Table"
msgstr "Taulukko"
-#: ../../any.pm_.c:261
+#: ../../any.pm_.c:309
msgid "Unsafe"
msgstr "Turvaton"
-#: ../../any.pm_.c:268 ../../any.pm_.c:273 ../../any.pm_.c:276
+#: ../../any.pm_.c:316 ../../any.pm_.c:321 ../../any.pm_.c:324
msgid "Label"
msgstr "Otsikko"
-#: ../../any.pm_.c:270 ../../any.pm_.c:281
+#: ../../any.pm_.c:318 ../../any.pm_.c:329
msgid "Default"
msgstr "Oletus"
-#: ../../any.pm_.c:278
+#: ../../any.pm_.c:326
msgid "Initrd-size"
msgstr "Initrd:n koko"
-#: ../../any.pm_.c:280
+#: ../../any.pm_.c:328
msgid "NoVideo"
msgstr "Ei Nytt"
-#: ../../any.pm_.c:288
+#: ../../any.pm_.c:336
msgid "Remove entry"
msgstr "Poista tietue"
-#: ../../any.pm_.c:291
+#: ../../any.pm_.c:339
msgid "Empty label not allowed"
msgstr "Tyhj otsikkoa ei sallita"
-#: ../../any.pm_.c:292
+#: ../../any.pm_.c:340
+msgid "You must specify a kernel image"
+msgstr "Sinun tytyy mritell ydin"
+
+#: ../../any.pm_.c:340
+msgid "You must specify a root partition"
+msgstr "Sinulla tytyy mritell juuriosio"
+
+#: ../../any.pm_.c:341
msgid "This label is already used"
msgstr "Otsikko on jo kytss"
-#: ../../any.pm_.c:597
+#: ../../any.pm_.c:656
#, c-format
msgid "Found %s %s interfaces"
-msgstr "Lysin %s %s liitnt"
+msgstr "Lysin %s %s liitnnt"
-#: ../../any.pm_.c:598
+#: ../../any.pm_.c:657
msgid "Do you have another one?"
msgstr "Onko sinulla muita?"
-#: ../../any.pm_.c:599
+#: ../../any.pm_.c:658
#, c-format
msgid "Do you have any %s interfaces?"
msgstr "Onko koneessa %s liitynt?"
-#: ../../any.pm_.c:601 ../../any.pm_.c:760 ../../interactive.pm_.c:112
-#: ../../my_gtk.pm_.c:715
+#: ../../any.pm_.c:660 ../../any.pm_.c:832 ../../interactive.pm_.c:132
+#: ../../my_gtk.pm_.c:1018
msgid "No"
msgstr "Ei"
-#: ../../any.pm_.c:601 ../../any.pm_.c:759 ../../interactive.pm_.c:112
-#: ../../my_gtk.pm_.c:715
+#: ../../any.pm_.c:660 ../../any.pm_.c:831 ../../interactive.pm_.c:132
+#: ../../my_gtk.pm_.c:1018
msgid "Yes"
msgstr "Kyll"
-#: ../../any.pm_.c:602
+#: ../../any.pm_.c:661
msgid "See hardware info"
msgstr "Katso laitteistotietoja"
#. -PO: the first %s is the card type (scsi, network, sound,...)
#. -PO: the second is the vendor+model name
-#: ../../any.pm_.c:637
+#: ../../any.pm_.c:695
#, c-format
msgid "Installing driver for %s card %s"
msgstr "Asetan ajuria %s ohjaimelle %s"
-#: ../../any.pm_.c:638
+#: ../../any.pm_.c:696
#, c-format
msgid "(module %s)"
msgstr "(moduli %s)"
#. -PO: the %s is the driver type (scsi, network, sound,...)
-#: ../../any.pm_.c:649
+#: ../../any.pm_.c:707
#, c-format
msgid "Which %s driver should I try?"
msgstr "Mit %s-ajuria kokeillaan?"
-#: ../../any.pm_.c:657
+#: ../../any.pm_.c:715
#, c-format
msgid ""
"In some cases, the %s driver needs to have extra information to work\n"
@@ -809,20 +854,22 @@ msgstr ""
"lismreit vai annatko sen itse etsi tarvitsemansa tiedot? Joskus haku\n"
"voi jumittaa tietokoneen, mutta se ei aiheuta vahinkoa."
-#: ../../any.pm_.c:662
+#: ../../any.pm_.c:720
msgid "Autoprobe"
msgstr "Automaattihaku"
-#: ../../any.pm_.c:662
+#: ../../any.pm_.c:720
msgid "Specify options"
msgstr "Lisasetukset"
-#: ../../any.pm_.c:666
+#: ../../any.pm_.c:725
#, c-format
-msgid "You may now provide its options to module %s."
-msgstr "Voit antaa lisasetuksia modulille %s."
+msgid ""
+"You may now provide its options to module %s.\n"
+"Note that any address should be entered with the prefix 0x like '0x123'"
+msgstr ""
-#: ../../any.pm_.c:672
+#: ../../any.pm_.c:731
#, c-format
msgid ""
"You may now provide its options to module %s.\n"
@@ -833,11 +880,11 @@ msgstr ""
"Asetukset ovat muotoa ``nimi=arvo nimi2=arvo2 ...''.\n"
"Esimerkiksi, ``io=0x300 irq=7''"
-#: ../../any.pm_.c:675
+#: ../../any.pm_.c:734
msgid "Module options:"
msgstr "Moduulin optiot:"
-#: ../../any.pm_.c:686
+#: ../../any.pm_.c:745
#, c-format
msgid ""
"Loading module %s failed.\n"
@@ -846,103 +893,286 @@ msgstr ""
"Modulin %s lataaminen eponnistui.\n"
"Haluatko yritt muilla asetuksilla?"
-#: ../../any.pm_.c:704
+#: ../../any.pm_.c:761
+msgid "access to X programs"
+msgstr "oikeudet X-ohjelmille"
+
+#: ../../any.pm_.c:762
+msgid "access to rpm tools"
+msgstr "oikeudet rpm-tykaluihin"
+
+#: ../../any.pm_.c:763
+msgid "allow \"su\""
+msgstr "salli \"su\""
+
+#: ../../any.pm_.c:764
+msgid "access to administrative files"
+msgstr "oikeudet yllpidollisiin tiedostoihin"
+
+#: ../../any.pm_.c:769
#, c-format
msgid "(already added %s)"
-msgstr "(jo listty %s)"
+msgstr "(listty jo %s)"
-#: ../../any.pm_.c:708
+#: ../../any.pm_.c:774
msgid "This password is too simple"
msgstr "Salasana on liian yksinkertainen"
-#: ../../any.pm_.c:709
+#: ../../any.pm_.c:775
msgid "Please give a user name"
msgstr "Anna kyttjtunnus"
-#: ../../any.pm_.c:710
+#: ../../any.pm_.c:776
msgid ""
"The user name must contain only lower cased letters, numbers, `-' and `_'"
msgstr ""
"Kyttjtunnus saa sislt vain pieni kirjaimia, numeroita, `-' ja `_'"
-#: ../../any.pm_.c:711
+#: ../../any.pm_.c:777
msgid "This user name is already added"
msgstr "Kyttjtunnus on jo listty"
-#: ../../any.pm_.c:715
+#: ../../any.pm_.c:781
msgid "Add user"
msgstr "Lis kyttj"
-#: ../../any.pm_.c:716
+#: ../../any.pm_.c:782
#, c-format
msgid ""
"Enter a user\n"
"%s"
msgstr ""
-"Aseta kyttj\n"
+"Lis kyttj\n"
"%s"
-#: ../../any.pm_.c:717
+#: ../../any.pm_.c:783
msgid "Accept user"
msgstr "Hyvksy kyttj"
-#: ../../any.pm_.c:728
+#: ../../any.pm_.c:794
msgid "Real name"
msgstr "Oikea nimi"
-#: ../../any.pm_.c:729 ../../printerdrake.pm_.c:401
-#: ../../printerdrake.pm_.c:480
+#: ../../any.pm_.c:795 ../../printerdrake.pm_.c:707
+#: ../../printerdrake.pm_.c:805
msgid "User name"
msgstr "Kyttjtunnus"
-#: ../../any.pm_.c:732
+#: ../../any.pm_.c:798
msgid "Shell"
msgstr "Komentotulkki"
-#: ../../any.pm_.c:734
+#: ../../any.pm_.c:800
msgid "Icon"
msgstr "Kuvake"
-#: ../../any.pm_.c:756
+#: ../../any.pm_.c:828
msgid "Autologin"
msgstr "Automaattinen kirjautuminen"
-#: ../../any.pm_.c:757
-#, fuzzy
+#: ../../any.pm_.c:829
msgid ""
"I can set up your computer to automatically log on one user.\n"
"Do you want to use this feature?"
msgstr ""
-"Tietokoneen saa automaattisesti kirjoittautumaan sisn oletuskyttjn.\n"
-"Jos et halua kytt tt ominaisuutta, paina peruuta-nappia."
+"Yksi kyttj voidaan asettaa kirjautumaan automaattisesti sisn "
+"tietokoneellesi.\n"
+"Haluatko kytt tt ominaisuutta?"
-#: ../../any.pm_.c:761
+#: ../../any.pm_.c:833
msgid "Choose the default user:"
msgstr "Valitse oletuskyttj:"
-#: ../../any.pm_.c:762
+#: ../../any.pm_.c:834
msgid "Choose the window manager to run:"
msgstr "Valitse kytettv ikkunointijrjestelm:"
-#: ../../any.pm_.c:771
-msgid "Please, choose a language to use."
+#: ../../any.pm_.c:849
+msgid "Please choose a language to use."
msgstr "Valitse kytettv kieli."
-#: ../../any.pm_.c:773
+#: ../../any.pm_.c:851
msgid "You can choose other languages that will be available after install"
msgstr "Voit valita kielet jotka ovat kytettviss asennuksen jlkeen"
-#: ../../any.pm_.c:785 ../../install_steps_interactive.pm_.c:633
+#: ../../any.pm_.c:863 ../../install_steps_interactive.pm_.c:719
+#: ../../standalone/drakxtv_.c:54
msgid "All"
msgstr "Kaikki"
+# Asennuksen sivuvalikko
+#: ../../any.pm_.c:955
+msgid "Allow all users"
+msgstr "Salli kaikille kyttjille"
+
+#: ../../any.pm_.c:955 ../../install_steps_interactive.pm_.c:521
+msgid "Custom"
+msgstr "Mukautettu"
+
+#: ../../any.pm_.c:955
+msgid "No sharing"
+msgstr "Ei jaettu"
+
+#: ../../any.pm_.c:965 ../../network/smbnfs.pm_.c:45
+#, c-format
+msgid "The package %s needs to be installed. Do you want to install it?"
+msgstr "Paketti %s pit asentaa. Haluatko asentaa sen?"
+
+#: ../../any.pm_.c:968
+msgid "You can export using NFS or Samba. Which one do you want"
+msgstr "Voit jakaa sek NFS:ll ett Samballa. Kumpaa haluat kytt"
+
+#: ../../any.pm_.c:976 ../../network/smbnfs.pm_.c:49
+#, c-format
+msgid "Mandatory package %s is missing"
+msgstr "Pakollinen paketti %s puuttuu"
+
+#: ../../any.pm_.c:982
+msgid ""
+"Do you want to allow users to export some directories in their home?\n"
+"Allowing this will permit users to simply click on \"Share\" in konqueror "
+"and nautilus.\n"
+"\n"
+"\"Custom\" permit a per-user granularity.\n"
+msgstr ""
+
+#: ../../any.pm_.c:996 ../../bootlook.pm_.c:161
+#: ../../diskdrake/smbnfs_gtk.pm_.c:85 ../../install_steps_gtk.pm_.c:464
+#: ../../install_steps_gtk.pm_.c:522 ../../install_steps_interactive.pm_.c:594
+#: ../../interactive.pm_.c:142 ../../interactive.pm_.c:317
+#: ../../interactive.pm_.c:349 ../../interactive_stdio.pm_.c:141
+#: ../../my_gtk.pm_.c:687 ../../my_gtk.pm_.c:690 ../../my_gtk.pm_.c:1019
+#: ../../network/netconnect.pm_.c:47 ../../printerdrake.pm_.c:1586
+#: ../../standalone/drakautoinst_.c:204 ../../standalone/drakbackup_.c:2264
+#: ../../standalone/drakbackup_.c:2289 ../../standalone/drakbackup_.c:2310
+#: ../../standalone/drakbackup_.c:2331 ../../standalone/drakbackup_.c:2349
+#: ../../standalone/drakbackup_.c:2397 ../../standalone/drakbackup_.c:2417
+#: ../../standalone/drakbackup_.c:2436 ../../standalone/drakfont_.c:767
+#: ../../standalone/drakgw_.c:721 ../../standalone/draknet_.c:116
+#: ../../standalone/draknet_.c:148 ../../standalone/draknet_.c:290
+#: ../../standalone/draknet_.c:538 ../../standalone/draknet_.c:680
+#: ../../standalone/logdrake_.c:225 ../../standalone/logdrake_.c:512
+#: ../../standalone/tinyfirewall_.c:65
+msgid "Cancel"
+msgstr "Peruuta"
+
+#: ../../any.pm_.c:996
+msgid "Launch userdrake"
+msgstr ""
+
+#: ../../any.pm_.c:998
+msgid ""
+"The per-user sharing uses the group \"fileshare\". \n"
+"You can use userdrake to add a user in this group."
+msgstr ""
+
+#: ../../any.pm_.c:1035
+msgid "Welcome To Crackers"
+msgstr "Tervetuloa murtautujat"
+
+#: ../../any.pm_.c:1036
+msgid "Poor"
+msgstr "Huono"
+
+#: ../../any.pm_.c:1037 ../../mouse.pm_.c:31
+msgid "Standard"
+msgstr "Standardi"
+
+#: ../../any.pm_.c:1038
+msgid "High"
+msgstr "Korkea"
+
+#: ../../any.pm_.c:1039
+#, fuzzy
+msgid "Higher"
+msgstr "Korkea"
+
+#: ../../any.pm_.c:1040
+msgid "Paranoid"
+msgstr "Paranoidi"
+
+#: ../../any.pm_.c:1043
+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 ""
+"Tt tasoa tulee kytt varoen. Se tekee jrjestelmstsi helpomman "
+"kytt,\n"
+"mutta hyvin herkn: sit ei tule kytt koneessa joka on kytketty muihin "
+"koneisiin\n"
+"tai Internettiin. Koneessa ei ole salasanoja."
+
+#: ../../any.pm_.c:1046
+msgid ""
+"Password are now enabled, but use as a networked computer is still not "
+"recommended."
+msgstr ""
+"Salasanat ovat nyt kytss mutta koneen kytt verkossa ei ole suositeltua."
+
+#: ../../any.pm_.c:1047
+#, fuzzy
+msgid ""
+"This is the standard security recommended for a computer that will be used "
+"to connect to the Internet as a client."
+msgstr ""
+"Tm on normaaliturvallisuustaso jota suositellaan tietokoneelle jota\n"
+"kytetn Internettiin liitettyn. Jrjestelmss on "
+"turvallisuustarkastuksia."
+
+#: ../../any.pm_.c:1048
+msgid ""
+"There are already some restrictions, and more automatic checks are run every "
+"night."
+msgstr ""
+
+#: ../../any.pm_.c:1049
+#, fuzzy
+msgid ""
+"With this security level, the use of this system as a server becomes "
+"possible.\n"
+"The security is now high enough to use the system as a server which accept\n"
+"connections from many clients. Note: if your machine is only a client on the "
+"Internet, you should better choose a lower level."
+msgstr ""
+"Tll turvallisuustasolla jrjestelmn kytt palvelimena on mahdollista.\n"
+"Jrjestelm voidaan kytt palvelimena joka hyvksyy yhteyksi monilta\n"
+"asiakkailta. "
+
+#: ../../any.pm_.c:1052
+msgid ""
+"Based on the previous level, but the system is entirely closed.\n"
+"Security features are at their maximum."
+msgstr ""
+"Pohjautuu edelliseen tasoon, mutta jrjestelm on kokonaan suljettu.\n"
+"Turvallisuusasetukset ovat tiukimmillaan."
+
+#: ../../any.pm_.c:1058
+msgid "Choose security level"
+msgstr "Valitse turvataso"
+
+#: ../../any.pm_.c:1061
+msgid "Security level"
+msgstr "Turvataso"
+
+#: ../../any.pm_.c:1063
+msgid "Use libsafe for servers"
+msgstr "Kyt libsafea palvelimille"
+
+#: ../../any.pm_.c:1064
+msgid ""
+"A library which defends against buffer overflow and format string attacks."
+msgstr ""
+"Kirjasto joka suojelee puskurin ylivuoto ja merkkijonon muotovirhehykkyksi "
+"vastaan."
+
# NOTE: this message will be displayed at boot time; that is
# only the ascii charset will be available on most machines
# so use only 7bit for this message (and do transliteration or
# leave it in English, as it is the best for your language)
#
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#: ../../bootloader.pm_.c:259
+#: ../../bootloader.pm_.c:355
#, c-format
msgid ""
"Welcome to %s the operating system chooser!\n"
@@ -967,7 +1197,7 @@ msgstr ""
#
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:835
+#: ../../bootloader.pm_.c:928
msgid "Welcome to GRUB the operating system chooser!"
msgstr "Tervetuloa GRUB k~^Dytt~^Tj~^Drjestelm~^Dnvalitsijaan!"
@@ -981,7 +1211,7 @@ msgstr "Tervetuloa GRUB k~^Dytt~^Tj~^Drjestelm~^Dnvalitsijaan!"
#
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:838
+#: ../../bootloader.pm_.c:931
#, c-format
msgid "Use the %c and %c keys for selecting which entry is highlighted."
msgstr "Kayt~^D %c- ja %c-napp~^Dimi~^D valitaksesi korostetun tietueen"
@@ -996,7 +1226,7 @@ msgstr "Kayt~^D %c- ja %c-napp~^Dimi~^D valitaksesi korostetun tietueen"
#
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:841
+#: ../../bootloader.pm_.c:934
msgid "Press enter to boot the selected OS, 'e' to edit the"
msgstr ""
"Paina enter kaynnist~^D~^Dksesi valitun kayttjrjestelmn, 'e' muokataksesi"
@@ -1011,7 +1241,7 @@ msgstr ""
#
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:844
+#: ../../bootloader.pm_.c:937
msgid "commands before booting, or 'c' for a command-line."
msgstr "komennot ennen kynnistyst, tai 'c' komentoriville"
@@ -1025,30 +1255,30 @@ msgstr "komennot ennen kynnistyst, tai 'c' komentoriville"
#
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:847
+#: ../../bootloader.pm_.c:940
#, c-format
msgid "The highlighted entry will be booted automatically in %d seconds."
msgstr "Korostettu tietue kynnistetn automaattisesti %d sekunnissa."
-#: ../../bootloader.pm_.c:851
+#: ../../bootloader.pm_.c:944
msgid "not enough room in /boot"
msgstr "ei tarpeeksi tilaa /boot-hakemistossa"
#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
#. -PO: so you may need to put them in English or in a different language if MS-windows doesn't exist in your language
-#: ../../bootloader.pm_.c:951
+#: ../../bootloader.pm_.c:1044
msgid "Desktop"
msgstr "Typyt"
#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#: ../../bootloader.pm_.c:953
+#: ../../bootloader.pm_.c:1046
msgid "Start Menu"
msgstr "Kynnistysvalikko"
-#: ../../bootloader.pm_.c:972
-#, fuzzy, c-format
+#: ../../bootloader.pm_.c:1065
+#, c-format
msgid "You can't install the bootloader on a %s partition\n"
-msgstr "Minne haluat asentaa kyttjrjestelmn lataajan?"
+msgstr "Et voi asentaa kyttjrjestelmn lataajaa partitiolle %s\n"
#: ../../bootlook.pm_.c:46
msgid "no help implemented yet.\n"
@@ -1058,15 +1288,15 @@ msgstr "ohjeita ei ole viel olemassa.\n"
msgid "Boot Style Configuration"
msgstr "Kynnistyksen tavan asetus"
-#: ../../bootlook.pm_.c:79
+#: ../../bootlook.pm_.c:79 ../../standalone/logdrake_.c:101
msgid "/_File"
msgstr "/_Tiedosto"
-#: ../../bootlook.pm_.c:80
+#: ../../bootlook.pm_.c:80 ../../standalone/logdrake_.c:107
msgid "/File/_Quit"
msgstr "/Tiedosto/_Poistu"
-#: ../../bootlook.pm_.c:80
+#: ../../bootlook.pm_.c:80 ../../standalone/logdrake_.c:107
msgid "<control>Q"
msgstr "<control>Q"
@@ -1090,11 +1320,15 @@ msgstr "Perinteinen Gtk+ tarkkailija"
msgid "Launch Aurora at boot time"
msgstr "Kyt Auroraa kynnistyksen aikana"
-#: ../../bootlook.pm_.c:100
+#: ../../bootlook.pm_.c:98
msgid "Lilo/grub mode"
msgstr "Lilo/grub-tila"
-#: ../../bootlook.pm_.c:102
+#: ../../bootlook.pm_.c:98
+msgid "Yaboot mode"
+msgstr "Yaboot-tila"
+
+#: ../../bootlook.pm_.c:104
#, c-format
msgid ""
"You are currently using %s as Boot Manager.\n"
@@ -1103,100 +1337,141 @@ msgstr ""
"Tll hetkell kytss oleva jrjestelmlataaja on %s.\n"
"Valitse Aseta kynnistksesi asennusohjelman."
-#: ../../bootlook.pm_.c:104 ../../standalone/drakgw_.c:643
-#: ../../standalone/draknet_.c:280 ../../standalone/tinyfirewall_.c:57
+#: ../../bootlook.pm_.c:106 ../../standalone/drakbackup_.c:1467
+#: ../../standalone/drakbackup_.c:1478 ../../standalone/drakgw_.c:715
+#: ../../standalone/tinyfirewall_.c:59
msgid "Configure"
msgstr "Mrittele"
-#: ../../bootlook.pm_.c:108
-msgid "Boot mode"
-msgstr "Kynnistila"
-
-#: ../../bootlook.pm_.c:136
+#: ../../bootlook.pm_.c:141
msgid "System mode"
msgstr "Jrjestelmn tila"
-#: ../../bootlook.pm_.c:138
+#: ../../bootlook.pm_.c:143
msgid "Launch the X-Window system at start"
msgstr "Kyt X-Window-jrjestelm"
-#: ../../bootlook.pm_.c:143
+#: ../../bootlook.pm_.c:148
msgid "No, I don't want autologin"
msgstr "Ei, en halua autologinia"
-#: ../../bootlook.pm_.c:145
+#: ../../bootlook.pm_.c:150
msgid "Yes, I want autologin with this (user, desktop)"
msgstr "Kyll, haluan autologinin (kyttj, ymprist)"
-#: ../../bootlook.pm_.c:155 ../../standalone/draknet_.c:108
-#: ../../standalone/draknet_.c:140 ../../standalone/draknet_.c:208
-#: ../../standalone/draknet_.c:320 ../../standalone/draknet_.c:433
-#: ../../standalone/draknet_.c:507 ../../standalone/draknet_.c:543
-#: ../../standalone/draknet_.c:644
+#: ../../bootlook.pm_.c:160 ../../network/netconnect.pm_.c:102
+#: ../../standalone/drakbackup_.c:2441 ../../standalone/drakbackup_.c:3345
+#: ../../standalone/drakfont_.c:532 ../../standalone/drakfont_.c:655
+#: ../../standalone/drakfont_.c:719 ../../standalone/drakfont_.c:765
+#: ../../standalone/draknet_.c:109 ../../standalone/draknet_.c:141
+#: ../../standalone/draknet_.c:297 ../../standalone/draknet_.c:436
+#: ../../standalone/draknet_.c:522 ../../standalone/draknet_.c:565
+#: ../../standalone/draknet_.c:666 ../../standalone/logdrake_.c:505
msgid "OK"
msgstr "OK"
-#: ../../bootlook.pm_.c:156 ../../install_steps_gtk.pm_.c:516
-#: ../../interactive.pm_.c:122 ../../interactive.pm_.c:286
-#: ../../interactive.pm_.c:308 ../../interactive_stdio.pm_.c:27
-#: ../../my_gtk.pm_.c:416 ../../my_gtk.pm_.c:419 ../../my_gtk.pm_.c:716
-#: ../../printerdrake.pm_.c:1158 ../../standalone/drakgw_.c:648
-#: ../../standalone/draknet_.c:115 ../../standalone/draknet_.c:147
-#: ../../standalone/draknet_.c:313 ../../standalone/draknet_.c:519
-#: ../../standalone/draknet_.c:658 ../../standalone/tinyfirewall_.c:63
-msgid "Cancel"
-msgstr "Peruuta"
-
-#: ../../bootlook.pm_.c:224
+#: ../../bootlook.pm_.c:229
#, c-format
msgid "can not open /etc/inittab for reading: %s"
msgstr "ei voi lukea tiedostoa /etc/inittab: %s"
-#: ../../bootlook.pm_.c:336 ../../standalone/drakboot_.c:47
-msgid "Installation of LILO failed. The following error occured:"
-msgstr "LILO:n asennus eponnistu. Seuraava virhe tapahtui:"
-
-#: ../../common.pm_.c:93
+#: ../../common.pm_.c:94
msgid "GB"
msgstr "Gt"
-#: ../../common.pm_.c:93
+#: ../../common.pm_.c:94
msgid "KB"
msgstr "Kt"
-#: ../../common.pm_.c:93 ../../install_steps_graphical.pm_.c:287
-#: ../../install_steps_graphical.pm_.c:334
+#: ../../common.pm_.c:94
msgid "MB"
msgstr "Mt"
-#: ../../common.pm_.c:101
+#: ../../common.pm_.c:102
msgid "TB"
msgstr "Tt"
-#: ../../common.pm_.c:109
+#: ../../common.pm_.c:110
#, c-format
msgid "%d minutes"
msgstr "%d minuuttia"
-#: ../../common.pm_.c:111
+#: ../../common.pm_.c:112
msgid "1 minute"
msgstr "1 minuutti"
-#: ../../common.pm_.c:113
+#: ../../common.pm_.c:114
#, c-format
msgid "%d seconds"
msgstr "%d sekuntia"
-#: ../../diskdrake.pm_.c:100
+#: ../../common.pm_.c:159
+msgid "Can't make screenshots before partitioning"
+msgstr "Kuvankaappauksia ei voi tehd ennen osiointia"
+
+#: ../../common.pm_.c:166
+#, c-format
+msgid "Screenshots will be available after install in %s"
+msgstr "Kuvankaappaukset lytyvt asennuksen jlkeen hakemistosta %s"
+
+#: ../../crypto.pm_.c:12 ../../crypto.pm_.c:26 ../../standalone/drakxtv_.c:50
+msgid "France"
+msgstr "Ranska"
+
+#: ../../crypto.pm_.c:13
+msgid "Costa Rica"
+msgstr "Costa Rica"
+
+#: ../../crypto.pm_.c:14 ../../crypto.pm_.c:27
+msgid "Belgium"
+msgstr "Belgia"
+
+#: ../../crypto.pm_.c:15 ../../crypto.pm_.c:28
+msgid "Czech Republic"
+msgstr "T'sekin tasavalta"
+
+#: ../../crypto.pm_.c:16 ../../crypto.pm_.c:29
+msgid "Germany"
+msgstr "Saksa"
+
+#: ../../crypto.pm_.c:17 ../../crypto.pm_.c:30
+msgid "Greece"
+msgstr "Kreikka"
+
+#: ../../crypto.pm_.c:18 ../../crypto.pm_.c:31
+msgid "Norway"
+msgstr "Norja"
+
+#: ../../crypto.pm_.c:19 ../../crypto.pm_.c:32
+msgid "Sweden"
+msgstr "Ruotsi"
+
+#: ../../crypto.pm_.c:20 ../../crypto.pm_.c:34
+msgid "Netherlands"
+msgstr "Alankomaat"
+
+#: ../../crypto.pm_.c:21 ../../crypto.pm_.c:35 ../../standalone/drakxtv_.c:50
+msgid "Italy"
+msgstr "Italia"
+
+#: ../../crypto.pm_.c:22 ../../crypto.pm_.c:36
+msgid "Austria"
+msgstr "Itvalta"
+
+#: ../../crypto.pm_.c:33 ../../crypto.pm_.c:67
+msgid "United States"
+msgstr "Yhdysvallat"
+
+#: ../../diskdrake/hd_gtk.pm_.c:94
msgid "Please make a backup of your data first"
msgstr "Tee ensin varmuuskopio tiedoistasi"
-#: ../../diskdrake.pm_.c:100 ../../diskdrake_interactive.pm_.c:801
-#: ../../diskdrake_interactive.pm_.c:810 ../../diskdrake_interactive.pm_.c:864
+#: ../../diskdrake/hd_gtk.pm_.c:94 ../../diskdrake/interactive.pm_.c:891
+#: ../../diskdrake/interactive.pm_.c:900 ../../diskdrake/interactive.pm_.c:954
msgid "Read carefully!"
msgstr "Lue tarkkaan!"
-#: ../../diskdrake.pm_.c:103
+#: ../../diskdrake/hd_gtk.pm_.c:97
msgid ""
"If you plan to use aboot, be carefull to leave a free space (2048 sectors is "
"enough)\n"
@@ -1205,55 +1480,23 @@ msgstr ""
"Jos aiot kytt aboot:ia, varmista ett jtt vapaata tilaa levyn alkuun\n"
"(2048 sektoria on tarpeeksi)"
-#: ../../diskdrake.pm_.c:122 ../../diskdrake_interactive.pm_.c:313
-#: ../../diskdrake_interactive.pm_.c:328 ../../install_steps.pm_.c:72
-#: ../../install_steps_interactive.pm_.c:37
-#: ../../install_steps_interactive.pm_.c:310 ../../interactive_http.pm_.c:119
-#: ../../interactive_http.pm_.c:120 ../../standalone/diskdrake_.c:62
+#: ../../diskdrake/hd_gtk.pm_.c:116 ../../diskdrake/interactive.pm_.c:325
+#: ../../diskdrake/interactive.pm_.c:340 ../../diskdrake/smbnfs_gtk.pm_.c:45
+#: ../../install_steps.pm_.c:75 ../../install_steps_interactive.pm_.c:67
+#: ../../install_steps_interactive.pm_.c:356 ../../interactive_http.pm_.c:119
+#: ../../interactive_http.pm_.c:120 ../../standalone/diskdrake_.c:84
msgid "Error"
msgstr "Virhe"
-#: ../../diskdrake.pm_.c:159
+#: ../../diskdrake/hd_gtk.pm_.c:151
msgid "Wizard"
msgstr "Velho"
-#: ../../diskdrake.pm_.c:181
-msgid "New"
-msgstr "Uusi"
-
-#: ../../diskdrake.pm_.c:203 ../../diskdrake.pm_.c:206
-#, fuzzy
-msgid "Remote"
-msgstr "Etjonon nimi:"
-
-#: ../../diskdrake.pm_.c:208 ../../diskdrake.pm_.c:479
-#: ../../diskdrake_interactive.pm_.c:352 ../../diskdrake_interactive.pm_.c:523
-msgid "Mount point"
-msgstr "Liitospaikka"
-
-#: ../../diskdrake.pm_.c:209
-msgid "Options"
-msgstr "Optiot"
-
-#: ../../diskdrake.pm_.c:211 ../../diskdrake.pm_.c:417
-#: ../../diskdrake.pm_.c:534 ../../diskdrake_interactive.pm_.c:353
-#: ../../diskdrake_interactive.pm_.c:488
-msgid "Type"
-msgstr "Tyyppi"
-
-#: ../../diskdrake.pm_.c:223 ../../diskdrake_interactive.pm_.c:361
-msgid "Unmount"
-msgstr "Irroita"
-
-#: ../../diskdrake.pm_.c:224 ../../diskdrake_interactive.pm_.c:357
-msgid "Mount"
-msgstr "Liit"
-
-#: ../../diskdrake.pm_.c:228
+#: ../../diskdrake/hd_gtk.pm_.c:181 ../../diskdrake/removable_gtk.pm_.c:24
msgid "Choose action"
msgstr "Valitse toiminta"
-#: ../../diskdrake.pm_.c:235
+#: ../../diskdrake/hd_gtk.pm_.c:185
msgid ""
"You have one big FAT partition\n"
"(generally used by MicroSoft Dos/Windows).\n"
@@ -1265,227 +1508,144 @@ msgstr ""
"Ehdotus: muuta ensimmiseksi osion kokoa\n"
"(klikkaa osiota ja valitse sitten \"Uusi koko\")"
-#: ../../diskdrake.pm_.c:238
+#: ../../diskdrake/hd_gtk.pm_.c:188
msgid "Please click on a partition"
msgstr "Klikkaa osiota"
-#: ../../diskdrake.pm_.c:240
-#, fuzzy
-msgid "Please click on a media"
-msgstr "Klikkaa osiota"
-
-#: ../../diskdrake.pm_.c:243
-#, fuzzy
-msgid ""
-"Please click on a button above\n"
-"\n"
-"Or use \"New\""
-msgstr "Klikkaa osiota"
-
-#: ../../diskdrake.pm_.c:244
-msgid "Use \"New\""
-msgstr ""
-
-#: ../../diskdrake.pm_.c:263 ../../install_steps_gtk.pm_.c:517
+#: ../../diskdrake/hd_gtk.pm_.c:202 ../../diskdrake/smbnfs_gtk.pm_.c:67
+#: ../../install_steps_gtk.pm_.c:523
msgid "Details"
msgstr "Yksityiskohdat"
-#: ../../diskdrake.pm_.c:395
+#: ../../diskdrake/hd_gtk.pm_.c:320
msgid "Ext2"
msgstr "Ext2"
-#: ../../diskdrake.pm_.c:395
+#: ../../diskdrake/hd_gtk.pm_.c:320
msgid "FAT"
msgstr "FAT"
-#: ../../diskdrake.pm_.c:395
+#: ../../diskdrake/hd_gtk.pm_.c:320
msgid "HFS"
msgstr "HFS"
-#: ../../diskdrake.pm_.c:395
-#, fuzzy
+#: ../../diskdrake/hd_gtk.pm_.c:320
msgid "Journalised FS"
-msgstr "liittminen eponnistui"
+msgstr "Journaloitu FS"
-#: ../../diskdrake.pm_.c:395
+#: ../../diskdrake/hd_gtk.pm_.c:320
msgid "SunOS"
msgstr "SunOS"
-#: ../../diskdrake.pm_.c:395
+#: ../../diskdrake/hd_gtk.pm_.c:320
msgid "Swap"
msgstr "Swap"
-#: ../../diskdrake.pm_.c:396 ../../diskdrake_interactive.pm_.c:952
+#: ../../diskdrake/hd_gtk.pm_.c:321 ../../diskdrake/interactive.pm_.c:1050
msgid "Empty"
msgstr "Tyhj"
-#: ../../diskdrake.pm_.c:396 ../../install_steps_gtk.pm_.c:373
-#: ../../install_steps_gtk.pm_.c:433 ../../mouse.pm_.c:161
-#: ../../services.pm_.c:161
+#: ../../diskdrake/hd_gtk.pm_.c:321 ../../install_steps_gtk.pm_.c:379
+#: ../../install_steps_gtk.pm_.c:439 ../../mouse.pm_.c:162
+#: ../../services.pm_.c:157 ../../standalone/drakbackup_.c:944
msgid "Other"
-msgstr "Muu"
+msgstr "Muut"
-#: ../../diskdrake.pm_.c:400
+#: ../../diskdrake/hd_gtk.pm_.c:325
msgid "Filesystem types:"
msgstr "Tiedostojrjestelmien tyypit:"
-#: ../../diskdrake.pm_.c:417 ../../diskdrake_interactive.pm_.c:375
+#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/interactive.pm_.c:386
msgid "Create"
msgstr "Luo"
-#: ../../diskdrake.pm_.c:417 ../../diskdrake.pm_.c:419
+#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/interactive.pm_.c:365
+#: ../../diskdrake/interactive.pm_.c:499 ../../diskdrake/removable.pm_.c:26
+#: ../../diskdrake/removable.pm_.c:49 ../../diskdrake/removable_gtk.pm_.c:17
+msgid "Type"
+msgstr "Tyyppi"
+
+#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/hd_gtk.pm_.c:344
#, c-format
msgid "Use ``%s'' instead"
msgstr "Kyt sen sijaan ``%s'':"
-#: ../../diskdrake.pm_.c:419 ../../diskdrake_interactive.pm_.c:362
+#: ../../diskdrake/hd_gtk.pm_.c:344 ../../diskdrake/interactive.pm_.c:374
msgid "Delete"
msgstr "Poista"
-#: ../../diskdrake.pm_.c:423
+#: ../../diskdrake/hd_gtk.pm_.c:348
msgid "Use ``Unmount'' first"
msgstr "Kyt ensin komentoa ``Irroita''"
# mat
-#: ../../diskdrake.pm_.c:424 ../../diskdrake_interactive.pm_.c:480
+#: ../../diskdrake/hd_gtk.pm_.c:349 ../../diskdrake/interactive.pm_.c:491
#, c-format
msgid ""
"After changing type of partition %s, all data on this partition will be lost"
msgstr "Vaihdettuasi osion %s tyyppi kaikki sill olevat tiedot hvivt"
-#: ../../diskdrake.pm_.c:478 ../../diskdrake_interactive.pm_.c:522
-#, c-format
-msgid "Where do you want to mount device %s?"
-msgstr "Minne haluat liitt laitteen %s?"
-
-#: ../../diskdrake.pm_.c:500
-#, fuzzy
-msgid "Mount options"
-msgstr "Moduulin optiot:"
-
-#: ../../diskdrake.pm_.c:507
-msgid "Various"
-msgstr ""
-
-#: ../../diskdrake.pm_.c:525
-#, fuzzy
-msgid "Removable media"
-msgstr "Vaihdettavien medioiden automaattinen liittminen"
-
-#: ../../diskdrake.pm_.c:532
-#, fuzzy
-msgid "Change type"
-msgstr "Muuta osiotyyppi"
-
-#: ../../diskdrake.pm_.c:533 ../../diskdrake_interactive.pm_.c:487
-msgid "Which filesystem do you want?"
-msgstr "Mink tiedostojrjestelmn haluat?"
-
-#: ../../diskdrake.pm_.c:564
-msgid "Scanning available nfs shared resource"
-msgstr ""
-
-#: ../../diskdrake.pm_.c:569
-#, c-format
-msgid "Scanning available nfs shared resource of server %s"
-msgstr ""
-
-#: ../../diskdrake.pm_.c:578 ../../diskdrake.pm_.c:648
-msgid "If the list above doesn't contain the wanted entry, enter it here:"
-msgstr ""
-
-#: ../../diskdrake.pm_.c:581 ../../diskdrake.pm_.c:651
-msgid "Server"
-msgstr "Palvelin"
-
-#: ../../diskdrake.pm_.c:582 ../../diskdrake.pm_.c:652
-msgid "Shared resource"
-msgstr ""
-
-#: ../../diskdrake.pm_.c:615
-msgid "Scanning available samba shared resource"
-msgstr ""
-
-#: ../../diskdrake.pm_.c:626 ../../diskdrake.pm_.c:639
-#, c-format
-msgid "Scanning available samba shared resource of server %s"
-msgstr ""
-
-#: ../../diskdrake_interactive.pm_.c:163
-#, fuzzy
+#: ../../diskdrake/interactive.pm_.c:171
msgid "Choose a partition"
-msgstr "Valitse toiminta"
+msgstr "Valitse osio"
-#: ../../diskdrake_interactive.pm_.c:163
-#, fuzzy
+#: ../../diskdrake/interactive.pm_.c:171
msgid "Choose another partition"
-msgstr "Luo uusi osio"
+msgstr "Valitse toinen osio"
-#: ../../diskdrake_interactive.pm_.c:188
-#, fuzzy
+#: ../../diskdrake/interactive.pm_.c:196
msgid "Exit"
-msgstr "Ext2"
+msgstr "Poistu"
-#: ../../diskdrake_interactive.pm_.c:210
+#: ../../diskdrake/interactive.pm_.c:218
msgid "Toggle to expert mode"
msgstr "Vaihda asiantuntijatilaan"
-#: ../../diskdrake_interactive.pm_.c:210
+#: ../../diskdrake/interactive.pm_.c:218
msgid "Toggle to normal mode"
msgstr "Vaihda normaalitilaan"
-#: ../../diskdrake_interactive.pm_.c:210
+#: ../../diskdrake/interactive.pm_.c:218
msgid "Undo"
msgstr "Peruuta"
-#: ../../diskdrake_interactive.pm_.c:229
+#: ../../diskdrake/interactive.pm_.c:237
msgid "Continue anyway?"
msgstr "Jatka joka tapauksessa?"
-#: ../../diskdrake_interactive.pm_.c:234
+#: ../../diskdrake/interactive.pm_.c:242
msgid "Quit without saving"
msgstr "Lopeta tallentamatta"
-#: ../../diskdrake_interactive.pm_.c:234
+#: ../../diskdrake/interactive.pm_.c:242
msgid "Quit without writing the partition table?"
msgstr "Lopeta kirjoittamatta osiotalua?"
-#: ../../diskdrake_interactive.pm_.c:237
-#, fuzzy
+#: ../../diskdrake/interactive.pm_.c:247
msgid "Do you want to save /etc/fstab modifications"
-msgstr "Haluatko kokeilla asetuksia?"
+msgstr "Haluatko tallentaa muutokset tiedostoon /etc/fstab"
-#: ../../diskdrake_interactive.pm_.c:247
+#: ../../diskdrake/interactive.pm_.c:259
msgid "Auto allocate"
msgstr "Automaattinen varaus"
-#: ../../diskdrake_interactive.pm_.c:247
+#: ../../diskdrake/interactive.pm_.c:259
msgid "Clear all"
msgstr "Tyhjenn kaikki"
-#: ../../diskdrake_interactive.pm_.c:247
-#: ../../install_steps_interactive.pm_.c:171
-msgid "More"
-msgstr "Lisasetukset"
-
-#: ../../diskdrake_interactive.pm_.c:250
-#, fuzzy
+#: ../../diskdrake/interactive.pm_.c:262
msgid "Hard drive information"
-msgstr "Kiintolevyjen tunnistus"
-
-#: ../../diskdrake_interactive.pm_.c:267
-msgid "Not enough space for auto-allocating"
-msgstr "Ei tarpeeksi tilaa automaattiseen tilanvaraukseen"
+msgstr "Kiintolevyn tiedot"
-#: ../../diskdrake_interactive.pm_.c:273
+#: ../../diskdrake/interactive.pm_.c:283
msgid "All primary partitions are used"
msgstr "Kaikki primriosiot kytetty"
-#: ../../diskdrake_interactive.pm_.c:274
+#: ../../diskdrake/interactive.pm_.c:284
msgid "I can't add any more partition"
msgstr "Uusia osioita ei voida list"
-#: ../../diskdrake_interactive.pm_.c:275
+#: ../../diskdrake/interactive.pm_.c:285
msgid ""
"To have more partitions, please delete one to be able to create an extended "
"partition"
@@ -1493,35 +1653,31 @@ msgstr ""
"Voidaksesi luoda lis osioita tuhoa yksi olemassaoleva osio jotta voisit "
"luoda laajennetun osion"
-#: ../../diskdrake_interactive.pm_.c:285
-#, fuzzy
+#: ../../diskdrake/interactive.pm_.c:295
msgid "Save partition table"
-msgstr "Kirjoita osiotaulu"
+msgstr "Tallenna osiotaulu"
-#: ../../diskdrake_interactive.pm_.c:286
-#, fuzzy
+#: ../../diskdrake/interactive.pm_.c:296
msgid "Restore partition table"
-msgstr "Pelasta osiotaulu"
+msgstr "Palauta osiotaulu"
-#: ../../diskdrake_interactive.pm_.c:287
+#: ../../diskdrake/interactive.pm_.c:297
msgid "Rescue partition table"
msgstr "Pelasta osiotaulu"
-#: ../../diskdrake_interactive.pm_.c:289
-#, fuzzy
+#: ../../diskdrake/interactive.pm_.c:299
msgid "Reload partition table"
-msgstr "Pelasta osiotaulu"
+msgstr "Uudelleenlataa osiotaulu"
-#: ../../diskdrake_interactive.pm_.c:293
-#, fuzzy
+#: ../../diskdrake/interactive.pm_.c:304
msgid "Removable media automounting"
-msgstr "Vaihdettavien medioiden automaattinen liittminen"
+msgstr "Vaihdettavan median automaattinen liittminen"
-#: ../../diskdrake_interactive.pm_.c:301 ../../diskdrake_interactive.pm_.c:321
+#: ../../diskdrake/interactive.pm_.c:313 ../../diskdrake/interactive.pm_.c:333
msgid "Select file"
msgstr "Valitse tiedosto"
-#: ../../diskdrake_interactive.pm_.c:308
+#: ../../diskdrake/interactive.pm_.c:320
msgid ""
"The backup partition table has not the same size\n"
"Still continue?"
@@ -1529,11 +1685,11 @@ msgstr ""
"Osiotaulun varmuuskopio ei ole saman kokoinen\n"
"Jatka silti?"
-#: ../../diskdrake_interactive.pm_.c:322
+#: ../../diskdrake/interactive.pm_.c:334
msgid "Warning"
msgstr "Varoitus"
-#: ../../diskdrake_interactive.pm_.c:323
+#: ../../diskdrake/interactive.pm_.c:335
msgid ""
"Insert a floppy in drive\n"
"All data on this floppy will be lost"
@@ -1541,101 +1697,124 @@ msgstr ""
"Aseta levyke asemaan\n"
"Kaikki levykkeen tiedot hvivt"
-#: ../../diskdrake_interactive.pm_.c:334
+#: ../../diskdrake/interactive.pm_.c:346
msgid "Trying to rescue partition table"
msgstr "Yritn osiotalulun palautusta"
-#: ../../diskdrake_interactive.pm_.c:340
-#, fuzzy
+#: ../../diskdrake/interactive.pm_.c:352
msgid "Detailed information"
-msgstr "Nyt tiedot"
+msgstr "Yksityiskohtaiset tiedot"
-#: ../../diskdrake_interactive.pm_.c:354 ../../diskdrake_interactive.pm_.c:590
+#: ../../diskdrake/interactive.pm_.c:364 ../../diskdrake/interactive.pm_.c:534
+#: ../../diskdrake/interactive.pm_.c:554 ../../diskdrake/removable.pm_.c:24
+#: ../../diskdrake/removable_gtk.pm_.c:15 ../../diskdrake/smbnfs_gtk.pm_.c:83
+msgid "Mount point"
+msgstr "Liitospaikka"
+
+#: ../../diskdrake/interactive.pm_.c:366 ../../diskdrake/removable.pm_.c:25
+#: ../../diskdrake/removable_gtk.pm_.c:16 ../../diskdrake/smbnfs_gtk.pm_.c:84
+msgid "Options"
+msgstr "Optiot"
+
+#: ../../diskdrake/interactive.pm_.c:367 ../../diskdrake/interactive.pm_.c:621
msgid "Resize"
msgstr "Uusi koko"
-#: ../../diskdrake_interactive.pm_.c:355 ../../diskdrake_interactive.pm_.c:630
+#: ../../diskdrake/interactive.pm_.c:368 ../../diskdrake/interactive.pm_.c:674
msgid "Move"
msgstr "Siirr"
-#: ../../diskdrake_interactive.pm_.c:356
+#: ../../diskdrake/interactive.pm_.c:369
msgid "Format"
msgstr "Alusta"
-#: ../../diskdrake_interactive.pm_.c:358
-msgid "Active"
-msgstr "Aktiivinen"
+#: ../../diskdrake/interactive.pm_.c:370 ../../diskdrake/smbnfs_gtk.pm_.c:80
+msgid "Mount"
+msgstr "Liit"
-#: ../../diskdrake_interactive.pm_.c:359
+#: ../../diskdrake/interactive.pm_.c:371
msgid "Add to RAID"
msgstr "Lis RAIDiin"
-#: ../../diskdrake_interactive.pm_.c:360
+#: ../../diskdrake/interactive.pm_.c:372
msgid "Add to LVM"
msgstr "Lis LVM:iin"
-#: ../../diskdrake_interactive.pm_.c:363
+#: ../../diskdrake/interactive.pm_.c:373 ../../diskdrake/smbnfs_gtk.pm_.c:79
+msgid "Unmount"
+msgstr "Irroita"
+
+#: ../../diskdrake/interactive.pm_.c:375
msgid "Remove from RAID"
msgstr "Poista RAIDista"
-#: ../../diskdrake_interactive.pm_.c:364
+#: ../../diskdrake/interactive.pm_.c:376
msgid "Remove from LVM"
msgstr "Poista LVM:st"
-#: ../../diskdrake_interactive.pm_.c:365
+#: ../../diskdrake/interactive.pm_.c:377
msgid "Modify RAID"
msgstr "Muokkaa RAIDia"
-#: ../../diskdrake_interactive.pm_.c:366
+#: ../../diskdrake/interactive.pm_.c:378
msgid "Use for loopback"
msgstr "Kyt loopback-tiedostoa"
-#: ../../diskdrake_interactive.pm_.c:409
+#: ../../diskdrake/interactive.pm_.c:417
msgid "Create a new partition"
msgstr "Luo uusi osio"
-#: ../../diskdrake_interactive.pm_.c:412
+#: ../../diskdrake/interactive.pm_.c:420
msgid "Start sector: "
msgstr "Aloitussektori: "
-#: ../../diskdrake_interactive.pm_.c:414 ../../diskdrake_interactive.pm_.c:732
+#: ../../diskdrake/interactive.pm_.c:422 ../../diskdrake/interactive.pm_.c:773
msgid "Size in MB: "
msgstr "Koko Mt: "
-#: ../../diskdrake_interactive.pm_.c:415 ../../diskdrake_interactive.pm_.c:733
+#: ../../diskdrake/interactive.pm_.c:423 ../../diskdrake/interactive.pm_.c:774
msgid "Filesystem type: "
msgstr "Tiedostojrjestelm: "
-#: ../../diskdrake_interactive.pm_.c:416 ../../diskdrake_interactive.pm_.c:936
-#: ../../diskdrake_interactive.pm_.c:1010
+#: ../../diskdrake/interactive.pm_.c:424
+#: ../../diskdrake/interactive.pm_.c:1034
+#: ../../diskdrake/interactive.pm_.c:1108
msgid "Mount point: "
msgstr "Liitospaikka: "
-#: ../../diskdrake_interactive.pm_.c:420
+#: ../../diskdrake/interactive.pm_.c:428
msgid "Preference: "
msgstr "Etuoikeus: "
# mat
-#: ../../diskdrake_interactive.pm_.c:462
-#, fuzzy
+#: ../../diskdrake/interactive.pm_.c:472
msgid "Remove the loopback file?"
-msgstr "Alustan loopback-osiota %s"
+msgstr "Poista loopback-tiedosto?"
-#: ../../diskdrake_interactive.pm_.c:486
+#: ../../diskdrake/interactive.pm_.c:497
msgid "Change partition type"
msgstr "Muuta osiotyyppi"
-#: ../../diskdrake_interactive.pm_.c:491
+#: ../../diskdrake/interactive.pm_.c:498 ../../diskdrake/removable.pm_.c:48
+msgid "Which filesystem do you want?"
+msgstr "Mink tiedostojrjestelmn haluat?"
+
+#: ../../diskdrake/interactive.pm_.c:502
msgid "Switching from ext2 to ext3"
-msgstr ""
+msgstr "Vaihdan ext2:sta ext3:een"
# mat
-#: ../../diskdrake_interactive.pm_.c:521
+#: ../../diskdrake/interactive.pm_.c:532
#, c-format
msgid "Where do you want to mount loopback file %s?"
msgstr "Minne haluat liitt loopback-tiedoston %s?"
-#: ../../diskdrake_interactive.pm_.c:528
+#: ../../diskdrake/interactive.pm_.c:533 ../../diskdrake/interactive.pm_.c:553
+#, c-format
+msgid "Where do you want to mount device %s?"
+msgstr "Minne haluat liitt laitteen %s?"
+
+#: ../../diskdrake/interactive.pm_.c:539
msgid ""
"Can't unset mount point as this partition is used for loop back.\n"
"Remove the loopback first"
@@ -1643,120 +1822,126 @@ msgstr ""
"Ei voida poistaa liitospaikkaa koska osiota kytetn loopback-tilassa.\n"
"Poista loopback-tiedosto ensin"
-#: ../../diskdrake_interactive.pm_.c:549
+#: ../../diskdrake/interactive.pm_.c:577
msgid "Computing FAT filesystem bounds"
msgstr "Lasken FAT-tiedostojrjestelmn rajoja"
-#: ../../diskdrake_interactive.pm_.c:549 ../../diskdrake_interactive.pm_.c:605
-#: ../../install_interactive.pm_.c:116
+#: ../../diskdrake/interactive.pm_.c:577 ../../diskdrake/interactive.pm_.c:636
+#: ../../install_interactive.pm_.c:130
msgid "Resizing"
msgstr "Muutan kokoa"
-#: ../../diskdrake_interactive.pm_.c:578
+#: ../../diskdrake/interactive.pm_.c:609
msgid "This partition is not resizeable"
msgstr "Tmn osion kokoa ei voi muuttaa"
-#: ../../diskdrake_interactive.pm_.c:583
+#: ../../diskdrake/interactive.pm_.c:614
msgid "All data on this partition should be backed-up"
msgstr "Kaikki osion tiedot tulee varmuuskopioida"
# mat
-#: ../../diskdrake_interactive.pm_.c:585
+#: ../../diskdrake/interactive.pm_.c:616
#, c-format
msgid "After resizing partition %s, all data on this partition will be lost"
msgstr "Osion %s koon muuttamisen jlkeen kaikki osion tiedot tuhoutuvat"
-#: ../../diskdrake_interactive.pm_.c:590
+#: ../../diskdrake/interactive.pm_.c:621
msgid "Choose the new size"
msgstr "Valitse uusi koko"
-#: ../../diskdrake_interactive.pm_.c:591
-#, fuzzy
+#: ../../diskdrake/interactive.pm_.c:622
msgid "New size in MB: "
-msgstr "Koko Mt: "
+msgstr "Uusi koko (Mt): "
-#: ../../diskdrake_interactive.pm_.c:631
+#: ../../diskdrake/interactive.pm_.c:675
msgid "Which disk do you want to move it to?"
msgstr "Mille levylle haluat siirt?"
-#: ../../diskdrake_interactive.pm_.c:632
+#: ../../diskdrake/interactive.pm_.c:676
msgid "Sector"
msgstr "Sektori"
-#: ../../diskdrake_interactive.pm_.c:633
+#: ../../diskdrake/interactive.pm_.c:677
msgid "Which sector do you want to move it to?"
msgstr "Mille sektorille haluat siirt?"
-#: ../../diskdrake_interactive.pm_.c:636
+#: ../../diskdrake/interactive.pm_.c:680
msgid "Moving"
msgstr "Siirrn"
-#: ../../diskdrake_interactive.pm_.c:636
+#: ../../diskdrake/interactive.pm_.c:680
msgid "Moving partition..."
msgstr "Siirrn osiota..."
-#: ../../diskdrake_interactive.pm_.c:657
+#: ../../diskdrake/interactive.pm_.c:697
msgid "Choose an existing RAID to add to"
msgstr "Valitse olemassaoleva RAID johon listn"
-#: ../../diskdrake_interactive.pm_.c:658 ../../diskdrake_interactive.pm_.c:676
+#: ../../diskdrake/interactive.pm_.c:698 ../../diskdrake/interactive.pm_.c:716
msgid "new"
msgstr "uusi"
-#: ../../diskdrake_interactive.pm_.c:674
+#: ../../diskdrake/interactive.pm_.c:714
msgid "Choose an existing LVM to add to"
msgstr "Valitse olemassaoleva LVM johon listn"
-#: ../../diskdrake_interactive.pm_.c:679
+#: ../../diskdrake/interactive.pm_.c:719
msgid "LVM name?"
msgstr "LVM:n nimi?"
-#: ../../diskdrake_interactive.pm_.c:718
+#: ../../diskdrake/interactive.pm_.c:759
msgid "This partition can't be used for loopback"
msgstr "Osiota ei voida kytt loopback-osiona"
-#: ../../diskdrake_interactive.pm_.c:730
+#: ../../diskdrake/interactive.pm_.c:771
msgid "Loopback"
msgstr "Loopback"
-#: ../../diskdrake_interactive.pm_.c:731
+#: ../../diskdrake/interactive.pm_.c:772
msgid "Loopback file name: "
msgstr "Loopback tiedostonimi: "
-#: ../../diskdrake_interactive.pm_.c:736
-#, fuzzy
+#: ../../diskdrake/interactive.pm_.c:777
msgid "Give a file name"
-msgstr "Oikea nimi"
+msgstr "Anna tiedostonimi"
-#: ../../diskdrake_interactive.pm_.c:739
+#: ../../diskdrake/interactive.pm_.c:780
msgid "File already used by another loopback, choose another one"
msgstr "Tiedosto on jo kytss toiselle loopbackille, valitse toinen"
-#: ../../diskdrake_interactive.pm_.c:740
+#: ../../diskdrake/interactive.pm_.c:781
msgid "File already exists. Use it?"
msgstr "Tiedosto on jo olemassa. Kyt sit?"
-#: ../../diskdrake_interactive.pm_.c:784
+#: ../../diskdrake/interactive.pm_.c:804
+msgid "Mount options"
+msgstr "Liittmisen optiot"
+
+#: ../../diskdrake/interactive.pm_.c:811
+msgid "Various"
+msgstr "Useita"
+
+#: ../../diskdrake/interactive.pm_.c:874
msgid "device"
msgstr "laite"
-#: ../../diskdrake_interactive.pm_.c:785
+#: ../../diskdrake/interactive.pm_.c:875
msgid "level"
msgstr "taso"
-#: ../../diskdrake_interactive.pm_.c:786
+#: ../../diskdrake/interactive.pm_.c:876
msgid "chunk size"
msgstr "palan koko"
-#: ../../diskdrake_interactive.pm_.c:801
+#: ../../diskdrake/interactive.pm_.c:891
msgid "Be careful: this operation is dangerous."
msgstr "Varo: tm on vaarallinen toiminto"
-#: ../../diskdrake_interactive.pm_.c:816
+#: ../../diskdrake/interactive.pm_.c:906
msgid "What type of partitioning?"
msgstr "Mink tyyppinen osiointi?"
-#: ../../diskdrake_interactive.pm_.c:834
+#: ../../diskdrake/interactive.pm_.c:924
msgid ""
"Sorry I won't accept to create /boot so far onto the drive (on a cylinder > "
"1024).\n"
@@ -1768,7 +1953,7 @@ msgstr ""
"Joko kytt LILOa ja se ei toimi, tai et kyt LILOa, jolloin et tarvitse /"
"boot -hakemistoa"
-#: ../../diskdrake_interactive.pm_.c:838
+#: ../../diskdrake/interactive.pm_.c:928
msgid ""
"The partition you've selected to add as root (/) is physically located "
"beyond\n"
@@ -1779,7 +1964,7 @@ msgstr ""
"eik sinulla ole /boot osiota.\n"
"Jos haluat kytt LILO-kynnistyksenhallintaa, lis Linuxille /boot osio."
-#: ../../diskdrake_interactive.pm_.c:844
+#: ../../diskdrake/interactive.pm_.c:934
msgid ""
"You've selected a software RAID partition as root (/).\n"
"No bootloader is able to handle this without a /boot partition.\n"
@@ -1789,133 +1974,141 @@ msgstr ""
"Mikn kynnistyslataaja ei osaa ksitell tt ilman /boot -osiota.\n"
"Lis /boot -osio, jos haluat kytt liloa tai grubia"
-#: ../../diskdrake_interactive.pm_.c:864
+#: ../../diskdrake/interactive.pm_.c:954
#, c-format
msgid "Partition table of drive %s is going to be written to disk!"
msgstr "Levyn %s osiotaulu kirjotetaan levylle!"
-#: ../../diskdrake_interactive.pm_.c:868
+#: ../../diskdrake/interactive.pm_.c:958
msgid "You'll need to reboot before the modification can take place"
msgstr "Sinun tytyy kynnist kone uudelleen ennen kuin muutos tulee voimaan"
# mat
-#: ../../diskdrake_interactive.pm_.c:879
+#: ../../diskdrake/interactive.pm_.c:969
#, c-format
msgid "After formatting partition %s, all data on this partition will be lost"
msgstr "Kaikki osiolla %s olevat tiedot hvivt osion alustuksen yhteydess"
-#: ../../diskdrake_interactive.pm_.c:881
+#: ../../diskdrake/interactive.pm_.c:971
msgid "Formatting"
msgstr "Alustan"
# mat
-#: ../../diskdrake_interactive.pm_.c:882
+#: ../../diskdrake/interactive.pm_.c:972
#, c-format
msgid "Formatting loopback file %s"
msgstr "Alustan loopback-osiota %s"
-#: ../../diskdrake_interactive.pm_.c:883
-#: ../../install_steps_interactive.pm_.c:419
+#: ../../diskdrake/interactive.pm_.c:973
+#: ../../install_steps_interactive.pm_.c:465
#, c-format
msgid "Formatting partition %s"
msgstr "Alustan osiota %s"
-#: ../../diskdrake_interactive.pm_.c:894
-#, fuzzy
+#: ../../diskdrake/interactive.pm_.c:984
msgid "Hide files"
-msgstr "mkraid eponnistui"
+msgstr "Piilota tiedostot"
-#: ../../diskdrake_interactive.pm_.c:894
-#, fuzzy
+#: ../../diskdrake/interactive.pm_.c:984
msgid "Move files to the new partition"
-msgstr "Ei tarpeeksi tilaa uusien osioiden luomiseksi"
+msgstr "Siirr tiedostot uuteen osioon"
-#: ../../diskdrake_interactive.pm_.c:895
+#: ../../diskdrake/interactive.pm_.c:985
#, c-format
msgid ""
"Directory %s already contain some data\n"
"(%s)"
msgstr ""
+"Hakemisto %s sislt jo jotakin tietoa\n"
+"(%s)"
-#: ../../diskdrake_interactive.pm_.c:906
-#, fuzzy
+#: ../../diskdrake/interactive.pm_.c:996
msgid "Moving files to the new partition"
-msgstr "Ei tarpeeksi tilaa uusien osioiden luomiseksi"
+msgstr "Siirrn tiedostoja uudelle osiolle"
-#: ../../diskdrake_interactive.pm_.c:910
+#: ../../diskdrake/interactive.pm_.c:1000
#, c-format
msgid "Copying %s"
-msgstr ""
+msgstr "Kopioidaan %s"
-#: ../../diskdrake_interactive.pm_.c:914
-#, fuzzy, c-format
+#: ../../diskdrake/interactive.pm_.c:1004
+#, c-format
msgid "Removing %s"
-msgstr "Resoluutio: %s\n"
+msgstr "Poistetaan %s"
+
+#: ../../diskdrake/interactive.pm_.c:1014
+#, c-format
+msgid "partition %s is now known as %s"
+msgstr "osio %s tunnetaan nyt nimell %s"
-#: ../../diskdrake_interactive.pm_.c:937 ../../diskdrake_interactive.pm_.c:996
+#: ../../diskdrake/interactive.pm_.c:1035
+#: ../../diskdrake/interactive.pm_.c:1094
msgid "Device: "
msgstr "Laite: "
-#: ../../diskdrake_interactive.pm_.c:938
+#: ../../diskdrake/interactive.pm_.c:1036
#, c-format
msgid "DOS drive letter: %s (just a guess)\n"
msgstr "DOS-asema: %s (vain arvaus)\n"
-#: ../../diskdrake_interactive.pm_.c:942 ../../diskdrake_interactive.pm_.c:950
-#: ../../diskdrake_interactive.pm_.c:1014
+#: ../../diskdrake/interactive.pm_.c:1040
+#: ../../diskdrake/interactive.pm_.c:1048
+#: ../../diskdrake/interactive.pm_.c:1112
msgid "Type: "
msgstr "Tyyppi: "
-#: ../../diskdrake_interactive.pm_.c:946
+#: ../../diskdrake/interactive.pm_.c:1044
msgid "Name: "
msgstr "Nimi: "
-#: ../../diskdrake_interactive.pm_.c:954
+#: ../../diskdrake/interactive.pm_.c:1052
#, c-format
msgid "Start: sector %s\n"
msgstr "Alkaa: sektori %s\n"
# mat
-#: ../../diskdrake_interactive.pm_.c:955
+#: ../../diskdrake/interactive.pm_.c:1053
#, c-format
msgid "Size: %s"
msgstr "Koko: %s"
-#: ../../diskdrake_interactive.pm_.c:957
+#: ../../diskdrake/interactive.pm_.c:1055
#, c-format
msgid ", %s sectors"
msgstr ", %s sektoria"
-#: ../../diskdrake_interactive.pm_.c:959
+#: ../../diskdrake/interactive.pm_.c:1057
#, c-format
-msgid "Cylinder %d to cylinder %d\n"
+msgid "Cylinder %d to %d\n"
msgstr "Sylinterist %d sylinteriin %d\n"
-#: ../../diskdrake_interactive.pm_.c:960
+#: ../../diskdrake/interactive.pm_.c:1058
msgid "Formatted\n"
msgstr "Alustettu\n"
-#: ../../diskdrake_interactive.pm_.c:961
+#: ../../diskdrake/interactive.pm_.c:1059
msgid "Not formatted\n"
msgstr "Ei alustettu\n"
-#: ../../diskdrake_interactive.pm_.c:962
+#: ../../diskdrake/interactive.pm_.c:1060
msgid "Mounted\n"
msgstr "Liitetty\n"
-#: ../../diskdrake_interactive.pm_.c:963
+#: ../../diskdrake/interactive.pm_.c:1061
#, c-format
msgid "RAID md%s\n"
msgstr "RAID md%s\n"
-#: ../../diskdrake_interactive.pm_.c:965
-#, fuzzy, c-format
+#: ../../diskdrake/interactive.pm_.c:1063
+#, c-format
msgid ""
"Loopback file(s):\n"
" %s\n"
-msgstr "Loopback tiedostot: %s\n"
+msgstr ""
+"Loopback tiedosto(t):\n"
+" %s\n"
-#: ../../diskdrake_interactive.pm_.c:966
+#: ../../diskdrake/interactive.pm_.c:1064
msgid ""
"Partition booted by default\n"
" (for MS-DOS boot, not for lilo)\n"
@@ -1923,27 +2116,27 @@ msgstr ""
"Osiolta kynnistetn oletuksena\n"
" (MS-DOS kynnistys, ei lilo)\n"
-#: ../../diskdrake_interactive.pm_.c:968
+#: ../../diskdrake/interactive.pm_.c:1066
#, c-format
msgid "Level %s\n"
msgstr "Taso %s\n"
-#: ../../diskdrake_interactive.pm_.c:969
+#: ../../diskdrake/interactive.pm_.c:1067
#, c-format
msgid "Chunk size %s\n"
msgstr "Palan koko %s\n"
-#: ../../diskdrake_interactive.pm_.c:970
+#: ../../diskdrake/interactive.pm_.c:1068
#, c-format
msgid "RAID-disks %s\n"
msgstr "RAID-levyt %s\n"
-#: ../../diskdrake_interactive.pm_.c:972
+#: ../../diskdrake/interactive.pm_.c:1070
#, c-format
msgid "Loopback file name: %s"
msgstr "Loopback-tiedoston nimi: %s"
-#: ../../diskdrake_interactive.pm_.c:975
+#: ../../diskdrake/interactive.pm_.c:1073
msgid ""
"\n"
"Chances are, this partition is\n"
@@ -1955,7 +2148,7 @@ msgstr ""
"ajuriosio. Sinun olisi kaiketi\n"
"parasta jtt se rauhaan.\n"
-#: ../../diskdrake_interactive.pm_.c:978
+#: ../../diskdrake/interactive.pm_.c:1076
msgid ""
"\n"
"This special Bootstrap\n"
@@ -1967,66 +2160,101 @@ msgstr ""
"osio on jrjestelmsi\n"
"kaksoiskynnistmiseksi.\n"
-#: ../../diskdrake_interactive.pm_.c:997
+#: ../../diskdrake/interactive.pm_.c:1095
#, c-format
msgid "Size: %s\n"
msgstr "Koko: %s\n"
-#: ../../diskdrake_interactive.pm_.c:998
+#: ../../diskdrake/interactive.pm_.c:1096
#, c-format
msgid "Geometry: %s cylinders, %s heads, %s sectors\n"
msgstr "Geometria: %s sylinteri, %s lukupt, %s sektoria\n"
-#: ../../diskdrake_interactive.pm_.c:999
+#: ../../diskdrake/interactive.pm_.c:1097
msgid "Info: "
msgstr "Tietoja: "
-#: ../../diskdrake_interactive.pm_.c:1000
+#: ../../diskdrake/interactive.pm_.c:1098
#, c-format
msgid "LVM-disks %s\n"
msgstr "LVM-levyt %s\n"
# mat
-#: ../../diskdrake_interactive.pm_.c:1001
+#: ../../diskdrake/interactive.pm_.c:1099
#, c-format
msgid "Partition table type: %s\n"
msgstr "Osion tyyppi: %s\n"
-#: ../../diskdrake_interactive.pm_.c:1002
+#: ../../diskdrake/interactive.pm_.c:1100
#, c-format
msgid "on bus %d id %d\n"
msgstr "vylss %d id %d\n"
-#: ../../diskdrake_interactive.pm_.c:1016
+#: ../../diskdrake/interactive.pm_.c:1114
#, c-format
msgid "Options: %s"
msgstr "Optiot: %s"
-#: ../../fs.pm_.c:447 ../../fs.pm_.c:457 ../../fs.pm_.c:461 ../../fs.pm_.c:465
-#: ../../fs.pm_.c:469 ../../fs.pm_.c:473
+#: ../../diskdrake/interactive.pm_.c:1130
+msgid "Filesystem encryption key"
+msgstr "Tiedostojrjestelmn salausavain"
+
+#: ../../diskdrake/interactive.pm_.c:1131
+msgid "Choose your filesystem encryption key"
+msgstr "Valitse tiedostojrjestelmsi salausavain"
+
+#: ../../diskdrake/interactive.pm_.c:1134
+#, c-format
+msgid "This encryption key is too simple (must be at least %d characters long)"
+msgstr ""
+"Salausavain on liian yksinkertainen (sen pit olla ainakin %d merkki pitk)"
+
+#: ../../diskdrake/interactive.pm_.c:1135
+msgid "The encryption keys do not match"
+msgstr "Salausavaimet eivt tsm"
+
+#: ../../diskdrake/interactive.pm_.c:1138
+msgid "Encryption key"
+msgstr "Salausavain"
+
+#: ../../diskdrake/interactive.pm_.c:1139
+msgid "Encryption key (again)"
+msgstr "Salausavain (uudelleen)"
+
+#: ../../diskdrake/removable.pm_.c:47
+msgid "Change type"
+msgstr "Muuta tyyppi"
+
+#: ../../diskdrake/removable_gtk.pm_.c:28
+msgid "Please click on a media"
+msgstr "Klikkaa mediaa"
+
+#: ../../diskdrake/smbnfs_gtk.pm_.c:165
+msgid "Search servers"
+msgstr "Hae palvelimet"
+
+#: ../../fs.pm_.c:485 ../../fs.pm_.c:495 ../../fs.pm_.c:499 ../../fs.pm_.c:503
+#: ../../fs.pm_.c:507 ../../fs.pm_.c:511
#, c-format
msgid "%s formatting of %s failed"
msgstr "%s:n alustus %s:ta eponnistui"
-#: ../../fs.pm_.c:506
+#: ../../fs.pm_.c:548
#, c-format
msgid "I don't know how to format %s in type %s"
msgstr "en osaa alustaa %s: tyyppi %s"
-#: ../../fs.pm_.c:568
-msgid "mount failed"
-msgstr "liittminen eponnistui"
-
-#: ../../fs.pm_.c:588
+#: ../../fs.pm_.c:620 ../../fs.pm_.c:649 ../../fs.pm_.c:655
#, c-format
-msgid "fsck failed with exit code %d or signal %d"
+msgid "mounting partition %s in directory %s failed"
msgstr ""
-#: ../../fs.pm_.c:597 ../../fs.pm_.c:603 ../../partition_table.pm_.c:560
-msgid "mount failed: "
-msgstr "liittminen eponnistui: "
+#: ../../fs.pm_.c:640
+#, c-format
+msgid "fsck failed with exit code %d or signal %d"
+msgstr "fsck eponnistui virhekoodilla %d tai signaalilla %d"
-#: ../../fs.pm_.c:618 ../../partition_table.pm_.c:556
+#: ../../fs.pm_.c:670 ../../partition_table.pm_.c:596
#, c-format
msgid "error unmounting %s: %s"
msgstr "virhe irroitettaessa %s: %s"
@@ -2035,48 +2263,65 @@ msgstr "virhe irroitettaessa %s: %s"
msgid "simple"
msgstr "yksinkertainen"
+#: ../../fsedit.pm_.c:25
+msgid "with /usr"
+msgstr ""
+
#: ../../fsedit.pm_.c:30
msgid "server"
msgstr "palvelin"
-#: ../../fsedit.pm_.c:461
+#: ../../fsedit.pm_.c:467
msgid "You can't use JFS for partitions smaller than 16MB"
msgstr "Et voi kytt JFS: alle 16 Mt osioilla"
-#: ../../fsedit.pm_.c:462
+#: ../../fsedit.pm_.c:468
msgid "You can't use ReiserFS for partitions smaller than 32MB"
msgstr "Et voi kytt ReiserFS: alle 32 Mt osioilla"
-#: ../../fsedit.pm_.c:471
+#: ../../fsedit.pm_.c:477
msgid "Mount points must begin with a leading /"
msgstr "Liitospaikan pit alkaa /-merkill."
# mat
-#: ../../fsedit.pm_.c:472
+#: ../../fsedit.pm_.c:478
#, c-format
msgid "There is already a partition with mount point %s\n"
msgstr "On jo olemassa osio, jonka liitospaikka on %s\n"
-#: ../../fsedit.pm_.c:476
+#: ../../fsedit.pm_.c:482
#, c-format
msgid "You can't use a LVM Logical Volume for mount point %s"
msgstr "Et voi kytt LVM loogista taltiota liitekohtana %s"
-#: ../../fsedit.pm_.c:478
+#: ../../fsedit.pm_.c:484
msgid "This directory should remain within the root filesystem"
msgstr "Tmn hakemiston pitisi olla juuritiedostojrjestelmss"
-#: ../../fsedit.pm_.c:480
+#: ../../fsedit.pm_.c:486
msgid "You need a true filesystem (ext2, reiserfs) for this mount point\n"
msgstr ""
"Tarvitset thn liitoskohtaan oikean tiedostojrjestelmn (ext2, reiserfs)\n"
-#: ../../fsedit.pm_.c:596
+#: ../../fsedit.pm_.c:488
+#, c-format
+msgid "You can't use an encrypted file system for mount point %s"
+msgstr "Et voi kytt salattua tiedostojrjestelm liitoskohdassa %s"
+
+#: ../../fsedit.pm_.c:546
+msgid "Not enough free space for auto-allocating"
+msgstr "Vapaa tila ei riit automaattiseen varaukseen"
+
+#: ../../fsedit.pm_.c:548
+msgid "Nothing to do"
+msgstr "Ei mitn tekemist"
+
+#: ../../fsedit.pm_.c:612
#, c-format
msgid "Error opening %s for writing: %s"
msgstr "Virhe kirjoitettaessa tiedostoon %s: %s"
-#: ../../fsedit.pm_.c:681
+#: ../../fsedit.pm_.c:697
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"
@@ -2084,7 +2329,7 @@ msgstr ""
"On tapahtunut virhe - ei lytynyt ainuttakaan laitetta, joille voi luoda "
"uuden tiedostojrjestelmn. Tarkista laitteistosi korjataksesi ongelman"
-#: ../../fsedit.pm_.c:704
+#: ../../fsedit.pm_.c:720
msgid "You don't have any partitions!"
msgstr "Sinulla ei ole yhtn osiota!"
@@ -2101,14 +2346,14 @@ msgid ""
"system would not work any more. If you make a serious mistake as a regular\n"
"user, you may only lose some information, but not the entire system.\n"
"\n"
-"First, you have to enter your real name. This is not mandatory, of course -\n"
+"First, you have to enter your real name. This is not mandatory, of course\n"
"as you can actually enter whatever you want. DrakX will then take the first\n"
"word you have entered in the box and will bring it over to the \"User\n"
-"name\". This is the name this particular user will use to log into the\n"
+"name\". This is the name this particular user will use to log onto the\n"
"system. You can change it. You then have to enter a password here. A\n"
-"non-privileged (regular) user's password is not as crucial as that of\n"
-"\"root\" from a security point of view, but that is no reason to neglect it\n"
-"- after all, your files are at risk.\n"
+"non-privileged (regular) user's password is not as crucial as \"root\"' one\n"
+"from a security point of view, but that is no reason to neglect it: after\n"
+"all, your files are at risk.\n"
"\n"
"If you click on \"Accept user\", you can then add as many as you want. Add\n"
"a user for each one of your friends: your father or your sister, for\n"
@@ -2123,7 +2368,7 @@ msgstr ""
msgid ""
"Listed above are the existing Linux partitions detected on your hard drive.\n"
"You can keep the choices made by the wizard, they are good for most common\n"
-"installs. If you make any changes, you must at least define a root\n"
+"installations. If you make any changes, you must at least define a root\n"
"partition (\"/\"). Do not choose too small a partition or you will not be\n"
"able to install enough software. If you want to store your data on a\n"
"separate partition, you will also need to create a partition for \"/home\"\n"
@@ -2140,44 +2385,41 @@ msgid ""
"\"Hard drive number\" is always a letter after \"hd\" or \"sd\". For IDE\n"
"hard drives:\n"
"\n"
-" * \"a\" means \"master hard drive on the primary IDE controller\",\n"
+" * \"a\" means \"master hard drive on the primary IDE controller\";\n"
"\n"
-" * \"b\" means \"slave hard drive on the primary IDE controller\",\n"
+" * \"b\" means \"slave hard drive on the primary IDE controller\";\n"
"\n"
-" * \"c\" means \"master hard drive on the secondary IDE controller\",\n"
+" * \"c\" means \"master hard drive on the secondary IDE controller\";\n"
"\n"
" * \"d\" means \"slave hard drive on the secondary IDE controller\".\n"
"\n"
"With SCSI hard drives, an \"a\" means \"lowest SCSI ID\", a \"b\" means\n"
"\"second lowest SCSI ID\", etc."
msgstr ""
-"Yll on lueteltu kiintolevyill olevat Linux-osiot. Voit pit velhon "
-"tekemt\n"
-"valinnat, jotka ovat sopivat tavalliseen kyttn. Jos muutat nit "
-"valintoja,\n"
-"sinun tytyy mritell vhintn juuriosio (\"/\"). l valitse liian "
-"pient osiota\n"
-"sill silloin kaikkia ohjelmia ei voida asentaa. Jos haluat tallettaa "
-"tietosi erilliselle\n"
-"osiolle, sinun tytyy valita mys \"/home\" (mik on mahdollista vain, jos \n"
-"sinulla on enemmn kuin yksi Linux-osio).\n"
-"\n"
-"\n"
-"Tiedoksi: jokaisesta osiosta on listattu seuraavat tiedot: \"Nimi\", "
-"\"Kapasiteetti\".\n"
-"\n"
-"\n"
-"\"Nimi\" on koodattu seuraavalla tavalla: \"Kiintolevyn tyyppi\", "
-"\"Kiintolevyn numero\",\n"
+"Yll olevassa listassa ovat kiintolevyilt lytyneet Linux-osiot. Voit pit "
+"velhon \n"
+"tekemt valinnat, sill ne sopivat useimpiin asennuksiin. Jos teet "
+"muutoksia,\n"
+"sinun tytyy mritell vhintn juuriosio (\"/\"). l valitse juureksi "
+"liian pient \n"
+"osiota, sill silloin kaikkia ohjelmia ei voida asentaa. Jos haluat "
+"tallettaa tiedot \n"
+"erilliselle osiolle, sinun tytyy luoda oma osio mys \"/home\"-"
+"hakemistolle \n"
+"(mik on mahdollista vain, jos sinulla on enemmn kuin yksi Linux-osio).\n"
+"\n"
+"Jokaisesta osiosta on listattu seuraavat tiedot: \"Nimi\", \"Kapasiteetti"
+"\".\n"
+"\n"
+"\"Nimi\"-kohdan rakenne on: \"Kiintolevyn tyyppi\", \"Kiintolevyn numero"
+"\",\n"
"\"Osion numero\" (esimerkiksi \"hda1\").\n"
"\n"
+"\"Kiintolevyn tyyppi\" on \"hd\", jos kiintolevysi on IDE-levy, ja \"sd\", "
+"jos \n"
+"se on SCSI-levy.\n"
"\n"
-"\"Kiintolevyn tyyppi\" on \"hd\" jos kiintolevysi on IDE-levy ja \"sd\" jos "
-"se on\n"
-"SCSI-levy.\n"
-"\n"
-"\n"
-"\"Kiintolevyn kirjain\" on aina kirjain heti \"hd\":n tai \"sd\":n jlkeen. "
+"\"Kiintolevyn numero\" on aina kirjain heti \"hd\":n tai \"sd\":n jlkeen. \n"
"IDE-asemilla:\n"
"\n"
" * \"a\" tarkoittaa \"herraksi mritelty kiintolevy ensisijaisella IDE-"
@@ -2192,17 +2434,19 @@ msgstr ""
" * \"d\" tarkoittaa \"orjaksi mritelty kiintolevy toissijaisella IDE-"
"laitteella\",\n"
"\n"
-"\n"
-"SCSI-levyill \"a\" tarkoittaa \"ensisijainen kiintolevy\", \"b\" "
-"puolestaan\n"
-"\"toissijainen kiintolevy\", jne..."
+"SCSI-levyill \"a\" tarkoittaa \"pienin SCSI ID\", \"b\" taas \"toiseksi "
+"pienin \n"
+"SCSI ID\", jne..."
#: ../../help.pm_.c:72
msgid ""
-"The Mandrake Linux installation is spread out over several CDROMs. DrakX\n"
-"knows if a selected package is located on another CDROM and will eject the\n"
+"The Mandrake Linux installation is spread out over several CD-ROMs. DrakX\n"
+"knows if a selected package is located on another CD-ROM and will eject the\n"
"current CD and ask you to insert a different one as required."
msgstr ""
+"Mandrake Linuxin asennus koostuu useasta CD-ROM-levyst. DrakX\n"
+"tiet, onko valittu paketti toisella CD:ll ja osaa tarvittaessa sytt\n"
+"nykyisen levyn ulos ja kysy oikeaa."
#: ../../help.pm_.c:77
msgid ""
@@ -2210,8 +2454,8 @@ msgid ""
"system. There are thousands of packages available for Mandrake Linux, and\n"
"you are not supposed to know them all by heart.\n"
"\n"
-"If you are performing a standard installation from CDROM, you will first be\n"
-"asked to specify the CDs you currently have (in Expert mode only). Check\n"
+"If you are performing a standard installation from a CD-ROM, you will first\n"
+"be asked to specify the CDs you currently have (in Expert mode only). Check\n"
"the CD labels and highlight the boxes corresponding to the CDs you have\n"
"available for installation. Click \"OK\" when you are ready to continue.\n"
"\n"
@@ -2220,49 +2464,61 @@ msgid ""
"\n"
" * \"Workstation\": if you plan to use your machine as a workstation, "
"select\n"
-"one or more of the corresponding groups.\n"
+"one or more of the corresponding groups;\n"
"\n"
-" * \"Development\": if the machine is to be used for programming, choose "
-"the\n"
-"desired group(s).\n"
+" * \"Development\": if your machine is to be used for programming, choose\n"
+"the desired group(s);\n"
"\n"
-" * \"Server\": finally, if the machine is intended to be a server, you will\n"
-"be able to select which of the most common services you wish to see\n"
-"installed on the machine.\n"
+" * \"Server\": if your machine is intended to be a server, you will be able\n"
+"to select which of the most common services you wish to install on your\n"
+"machine;\n"
"\n"
-" * \"Graphical Environment\": this is where you will choose your preferred\n"
-"graphical environment. At least one must be selected if you want to have a\n"
-"graphical workstation!\n"
+" * \"Graphical Environment\": finally, this is where you will choose your\n"
+"preferred graphical environment. At least one must be selected if you want\n"
+"to have a graphical workstation!\n"
"\n"
"Moving the mouse cursor over a group name will display a short explanatory\n"
-"text about that group.\n"
+"text about that group. If you deselect all groups when performing a regular\n"
+"installation (by opposition to an upgrade), a dialog will pop up proposing\n"
+"different options for a minimal installation:\n"
+"\n"
+" * \"With X\": install the fewer packages possible to have a working\n"
+"graphical desktop;\n"
+"\n"
+" * \"With basic documentation\": installs the base system plus basic\n"
+"utilities and their documentation. This installation is suitable for\n"
+"setting up a server;\n"
+"\n"
+" * \"Truly minimal install\": will install the strict minimum necessary to\n"
+"get a working Linux system, in command line only. This installation is\n"
+"about 65Mb large.\n"
"\n"
"You can check the \"Individual package selection\" box, which is useful if\n"
"you are familiar with the packages being offered or if you want to have\n"
"total control over what will be installed.\n"
"\n"
-"If you started the installation in \"Update\" mode, you can unselect all\n"
+"If you started the installation in \"Upgrade\" mode, you can unselect all\n"
"groups to avoid installing any new package. This is useful for repairing or\n"
"updating an existing system."
msgstr ""
-#: ../../help.pm_.c:115
+#: ../../help.pm_.c:128
msgid ""
-"Finally, depending on your choice of whether or not to select individual\n"
-"packages, you will be presented a tree containing all packages classified\n"
-"by groups and subgroups. While browsing the tree, you can select entire\n"
-"groups, subgroups, or individual packages.\n"
+"Finally, depending on whether or not you selected individual packages, you\n"
+"will be presented a tree containing all packages classified by groups and\n"
+"subgroups. While browsing the tree, you can select entire groups,\n"
+"subgroups, or individual packages.\n"
"\n"
"Whenever you select a package on the tree, a description appears on the\n"
"right. When your selection is finished, click the \"Install\" button which\n"
"will then launch the installation process. Depending on the speed of your\n"
"hardware and the number of packages that need to be installed, it may take\n"
-"a while to complete the process. A time to complete estimate is displayed\n"
-"on the screen to help you gauge if there is sufficient time to enjoy a cup\n"
-"of coffee.\n"
+"a while to complete the process. An estimate of the time it will take to\n"
+"install everything is displayed on the screen, to help you gauge if there\n"
+"is sufficient time to enjoy a cup of coffee.\n"
"\n"
-"!! If a server package has been selected either intentionally or because it\n"
-"was part of a whole group, you will be asked to confirm that you really\n"
+"!! If a server package has been selected, either intentionally or because\n"
+"it was part of a whole group, you will be asked to confirm that you really\n"
"want those servers to be installed. Under Mandrake Linux, any installed\n"
"servers are started by default at boot time. Even if they are safe and have\n"
"no known issues at the time the distribution was shipped, it may happen\n"
@@ -2277,38 +2533,38 @@ msgid ""
"occurs because it has determined that it needs to satisfy a dependency with\n"
"another package in order to successfully complete the installation.\n"
"\n"
-"The tiny floppy disc icon at the bottom of the list allows to load the\n"
-"packages list chosen during a previous installation. Clicking on this icon\n"
+"The tiny floppy disk icon at the bottom of the list allows to load the\n"
+"package list chosen during a previous installation. Clicking on this icon\n"
"will ask you to insert a floppy disk previously created at the end of\n"
"another installation. See the second tip of last step on how to create such\n"
"a floppy."
msgstr ""
-#: ../../help.pm_.c:151
+#: ../../help.pm_.c:164
msgid ""
-"If you wish to connect your computer to the Internet or to a local network,\n"
-"please choose the correct option. Please turn on your device before\n"
-"choosing the correct option to let DrakX detect it automatically.\n"
+"You are now proposed to set up your Internet/network connection. If you\n"
+"wish to connect your computer to the Internet or to a local network, click\n"
+"\"OK\". The autodetection of network devices and modem will be launched. If\n"
+"this detection fails, uncheck the \"Use auto detection\" box next time. You\n"
+"may also choose not to configure the network, or do it later; in that case,\n"
+"simply click the \"Cancel\" button.\n"
"\n"
-"Mandrake Linux proposes the configuration of an Internet connection at\n"
-"installation time. Available connections are: traditional modem, ISDN\n"
-"modem, ADSL connection, cable modem, and finally a simple LAN connection\n"
-"(Ethernet).\n"
+"Available connections are: traditional modem, ISDN modem, ADSL connection,\n"
+"cable modem, and finally a simple LAN connection (Ethernet).\n"
"\n"
"Here, we will not detail each configuration. Simply make sure that you have\n"
"all the parameters from your Internet Service Provider or system\n"
"administrator.\n"
"\n"
-"You can consult the manual chapter about Internet connections for details\n"
-"about the configuration, or simply wait until your system is installed and\n"
-"use the program described there to configure your connection.\n"
+"You can consult the ``User Guide'' chapter about Internet connections for\n"
+"details about the configuration, or simply wait until your system is\n"
+"installed and use the program described there to configure your connection.\n"
"\n"
-"If you wish to configure the network later after installation or if you\n"
-"have finished configuring your network connection, click \"Cancel\"."
+"If you wish to configure the network later after installation, or if you\n"
+"are finished configuring your network connection, click \"Cancel\"."
msgstr ""
-#: ../../help.pm_.c:172
-#, fuzzy
+#: ../../help.pm_.c:186
msgid ""
"You may now choose which services you wish to start at boot time.\n"
"\n"
@@ -2320,56 +2576,71 @@ msgid ""
"specific service. However, if you are not sure whether a service is useful\n"
"or not, it is safer to leave the default behavior.\n"
"\n"
-"At this stage, be very careful if you intend to use your machine as a\n"
-"server: you will probably not want to start any services that you do not\n"
+"!! At this stage, be very careful if you intend to use your machine as a\n"
+"server: you will probably not want to start any services which you do not\n"
"need. Please remember that several services can be dangerous if they are\n"
-"enabled on a server. In general, select only the services you really need."
+"enabled on a server. In general, select only the services you really need.\n"
+"!!"
msgstr ""
-"Voit nyt valita mit palveluita haluat kynnist koneen kynnistyess.\n"
+"Voit nyt valita mitk palvelut haluat kynnist konetta kynnistettess.\n"
+"\n"
+"Tss on lista kaikista palveluista, jotka lytyvt nykyisest "
+"asennuksesta.\n"
+"Ky lista lpi huolellisesti ja poista kaikki ne palvelut, joita ei tarvita "
+"jokaisella\n"
+"kynnistyskerralla.\n"
"\n"
+"Saat kustakin palvelusta lyhyen kuvaustekstin valitsemalla sen. Jos et\n"
+"kuitenkaan ole varma palvelun hydyllisyydest, on yleens varmempaa\n"
+"jtt se oletusarvoiseksi.\n"
"\n"
-"Kun siirrt hiiren osoittimen palvelun plle, pieni ohje tulee esiin\n"
-"ja kertoo palvelun tarkoituksen.\n"
-"0\n"
-"Ole varovainen niss asetuksissa, jos aiot kytt konettasi palvelimena: "
-"et\n"
-"varmaankaan halua kynnist niit palveluita, joita et tarvitse. Muista "
-"mys,\n"
-"ett jotkin palvelut voivat olla vaarallisia, jos ne ovat kytss "
-"palvelimessa.\n"
-"Yleens kannattaa valita vain ne palvelut, joita todella tarvitset."
+"!! Tss vaiheessa sinun pit olla erityisen huolellinen, jos aiot kytt\n"
+"konettasi palvelimena: et varmaankaan halua kynnist niit palveluita,\n"
+"joita et tarvitse. Muista mys, ett jotkin palvelut voivat olla "
+"vaarallisia,\n"
+"jos ne ovat aktivoituja palvelimessa. Yleens kannattaa valita vain\n"
+"ne palvelut, joita todella tarvitaan.\n"
+"!!"
-#: ../../help.pm_.c:188
+#: ../../help.pm_.c:203
msgid ""
-"GNU/Linux manages time in GMT (Greenwich Manage Time) and translates it in\n"
-"local time according to the time zone you selected."
+"GNU/Linux manages time in GMT (Greenwich Mean Time) and translates it in\n"
+"local time according to the time zone you selected. It is however possible\n"
+"to deactivate this by deselecting \"Hardware clock set to GMT\" so that the\n"
+"hardware clock is the same as the system clock. This is useful when the\n"
+"machine is hosting another operating system like Windows.\n"
+"\n"
+"The \"Automatic time synchronization\" option will automatically regulate\n"
+"the clock by connecting to a remote time server on the Internet. In the\n"
+"list that is presented, choose a server located near you. Of course you\n"
+"must have a working Internet connection for this feature to work. It will\n"
+"actually install on your machine a time server which can be optionally used\n"
+"by other machines on your local network."
msgstr ""
-"GNU/Linux hallitsee aikaa GMT:n (Greenwich Meridian Time) mukaan\n"
-"ja muuttaa sen paikalliseen aikaan valitsemasi aikavyhykkeen mukaan."
-#: ../../help.pm_.c:192
+#: ../../help.pm_.c:217
msgid ""
"X (for X Window System) is the heart of the GNU/Linux graphical interface\n"
-"on which all the graphics environments (KDE, Gnome, AfterStep,\n"
-"WindowMaker...) bundled with Mandrake Linux rely. In this section, DrakX\n"
+"on which all the graphical environments (KDE, GNOME, AfterStep,\n"
+"WindowMaker, etc.) bundled with Mandrake Linux rely. In this section, DrakX\n"
"will try to configure X automatically.\n"
"\n"
"It is extremely rare for it to fail, unless the hardware is very old (or\n"
"very new). If it succeeds, it will start X automatically with the best\n"
-"resolution possible depending on the size of the monitor. A window will\n"
+"resolution possible, depending on the size of the monitor. A window will\n"
"then appear and ask you if you can see it.\n"
"\n"
-"If you are doing an \"Expert\" install, you will enter the X configuration\n"
-"wizard. See the corresponding section of the manual for more information\n"
-"about this wizard.\n"
+"If you are doing an \"Expert\" installation, you will enter the X\n"
+"configuration wizard. See the corresponding section of the manual for more\n"
+"information about this wizard.\n"
"\n"
-"If you can see the message and answer \"Yes\", then DrakX will proceed to\n"
-"the next step. If you cannot see the message, it simply means that the\n"
-"configuration was wrong and the test will automatically end after 10\n"
-"seconds, restoring the screen."
+"If you can see the message during the test, and answer \"Yes\", then DrakX\n"
+"will proceed to the next step. If you cannot see the message, it simply\n"
+"means that the configuration was wrong and the test will automatically end\n"
+"after 10 seconds, restoring the screen."
msgstr ""
-#: ../../help.pm_.c:212
+#: ../../help.pm_.c:237
msgid ""
"The first time you try the X configuration, you may not be very satisfied\n"
"with its display (screen is too small, shifted left or right...). Hence,\n"
@@ -2379,11 +2650,25 @@ msgid ""
"\n"
"As a last resort, if you still cannot get X to work, choose \"Change\n"
"graphics card\", select \"Unlisted card\", and when prompted on which\n"
-"server you want, choose \"FBDev\". This is a failsafe option which works\n"
-"with any modern graphics card. Then choose \"Test again\" to be sure."
-msgstr ""
-
-#: ../../help.pm_.c:224
+"server, choose \"FBDev\". This is a failsafe option which works with any\n"
+"modern graphics card. Then choose \"Test again\" to be sure."
+msgstr ""
+"Kun kokeilet ensimmist kertaa X:n asetuksiasi, et ole vlttmtt kovin\n"
+"tyytyvinen sen nyttn (ruutu on liian pieni, siirtynyt vasemmalle tai\n"
+"oikealle...). Vaikka X kynnistyisikin oikein, DrakX kysyy sinulta, "
+"sopivatko\n"
+"asetukset sinulle. Se ehdottaa mys mys muutoksia nyttmll listan\n"
+"sen lytmist voimassa olevista nytttiloista, pyyten sinua valitsemaan\n"
+"niist yksi.\n"
+"\n"
+"Jos et milln saa X: toiminaan, kannattaa viimeisen valita \"Vaihda\n"
+"nytnohjain\", sielt \"Listaamaton kortti\", ja kun sinulta kysytn, "
+"mink\n"
+"palvelimen haluat, valitse \"FBDev\". Tm on vikasietoinen valinta, joka\n"
+"toimii kaikilla nykyaikaisilla nytnohjaimilla. Lopuksi valitse \"Testaa\n"
+"uudelleen\" varmistaaksesi toimimisen."
+
+#: ../../help.pm_.c:249
msgid ""
"Finally, you will be asked whether you want to see the graphical interface\n"
"at boot. Note this question will be asked even if you chose not to test the\n"
@@ -2391,18 +2676,21 @@ msgid ""
"act as a server, or if you were not successful in getting the display\n"
"configured."
msgstr ""
+"Lopuksi sinulta kysytn, haluatko kynnistyksess graafisen rajapinnan.\n"
+"Huomaa, ett kysymys esitetn vaikka et olisi testannut asetuksia.\n"
+"Haluat varmaankin vastata \"Ei\", jos koneesi on tarkoitettu palvelimeksi\n"
+"tai jos nytn asetus eponnistui."
-#: ../../help.pm_.c:231
+#: ../../help.pm_.c:256
msgid ""
-"The Mandrake Linux CDROM has a built-in rescue mode. You can access it by\n"
-"booting from the CDROM, press the >>F1<< key at boot and type >>rescue<< at\n"
-"the prompt. But in case your computer cannot boot from the CDROM, you\n"
+"The Mandrake LinuxCD-ROM has a built-in rescue mode. You can access it by\n"
+"booting from the CD-ROM, press the >>F1<< key at boot and type >>rescue<<\n"
+"at the prompt. But in case your computer cannot boot from the CD-ROM, you\n"
"should come back to this step for help in at least two situations:\n"
"\n"
-" * when installing the boot loader, DrakX will rewrite the boot sector "
-"(MBR)\n"
-"of your main disk (unless you are using another boot manager) so that you\n"
-"can start up with either Windows or GNU/Linux (assuming you have Windows in\n"
+" * when installing the bootloader, DrakX will rewrite the boot sector (MBR)\n"
+"of your main disk (unless you are using another boot manager), to allow you\n"
+"to start up with either Windows or GNU/Linux (assuming you have Windows in\n"
"your system). If you need to reinstall Windows, the Microsoft install\n"
"process will rewrite the boot sector, and then you will not be able to\n"
"start GNU/Linux!\n"
@@ -2420,25 +2708,26 @@ msgid ""
"the whole disk."
msgstr ""
-#: ../../help.pm_.c:255
+#: ../../help.pm_.c:280
#, fuzzy
msgid ""
-"At this point you need to choose where on your hard drive to install your\n"
-"Mandrake Linux operating system. If your hard drive is empty or if an\n"
-"existing operating system is using all the space available, you will need\n"
-"to partition it. Basically, partitioning a hard drive consists of logically\n"
-"dividing it to create space to install your new Mandrake Linux system.\n"
+"At this point, you need to choose where you want to install the Mandrake\n"
+"Linux operating system on your hard drive. If your hard drive is empty or\n"
+"if an existing operating system is using all the available space, you will\n"
+"need to partition it. Basically, partitioning a hard drive consists of\n"
+"logically dividing it to create space to install your new Mandrake Linux\n"
+"system.\n"
"\n"
-"Because the effects of the partitioning process are usually irreversible,\n"
+"Because the partitioning process' effects are usually irreversible,\n"
"partitioning can be intimidating and stressful if you are an inexperienced\n"
"user. Fortunately, there is a wizard which simplifies this process. Before\n"
"beginning, please consult the manual and take your time.\n"
"\n"
-"If you are running the install in Expert mode, you will enter DiskDrake,\n"
-"the Mandrake Linux partitioning tool, which allows you to fine-tune your\n"
-"partitions. See the DiskDrake chapter of the manual. From the installation\n"
-"interface, you can use the wizards as described here by clicking the\n"
-"\"Wizard\" button of the dialog.\n"
+"If you are running the installation in Expert mode, you will enter\n"
+"DiskDrake, the Mandrake Linux partitioning tool, which allows you to\n"
+"fine-tune your partitions. See the DiskDrake section in the ``User Guide''.\n"
+"From the installation interface, you can use the wizards as described here\n"
+"by clicking the dialog's \"Wizard\" button.\n"
"\n"
"If partitions have already been defined, either from a previous\n"
"installation or from another partitioning tool, simply select those to\n"
@@ -2449,109 +2738,134 @@ msgid ""
"available:\n"
"\n"
" * \"Use free space\": this option will simply lead to an automatic\n"
-"partitioning of your blank drive(s). You will not be prompted further.\n"
+"partitioning of your blank drive(s). You will not be prompted further;\n"
"\n"
" * \"Use existing partition\": the wizard has detected one or more existing\n"
"Linux partitions on your hard drive. If you want to use them, choose this\n"
-"option.\n"
+"option;\n"
"\n"
-" * \"Use the free space on the Windows partition\": if Microsoft Windows is\n"
+" * \"Use the free space on the Windows; partition\": if MicrosoftWindows is\n"
"installed on your hard drive and takes all the space available on it, you\n"
-"have to create free space for Linux data. To do that, you can delete your\n"
-"Microsoft Windows partition and data (see \"Erase entire disk\" or \"Expert\n"
-"mode\" solutions) or resize your Microsoft Windows partition. Resizing can\n"
-"be performed without the loss of any data. This solution is recommended if\n"
-"you want to use both Mandrake Linux and Microsoft Windows on same computer.\n"
+"have to create free space for Linux data. To do so, you can delete your\n"
+"MicrosoftWindows partition and data (see ``Erase entire disk'' or ``Expert\n"
+"mode'' solutions) or resize your MicrosoftWindows partition. Resizing can\n"
+"be performed without the loss of any data, provided you previously\n"
+"defragment the Windows partition. Backing up your data won't hurt either..\n"
+"This solution is recommended if you want to use both Mandrake Linux and\n"
+"MicrosoftWindows on the same computer.\n"
"\n"
" Before choosing this option, please understand that after this "
"procedure,\n"
-"the size of your Microsoft Windows partition will be smaller than at the\n"
-"present time. You will have less free space under Microsoft Windows to\n"
-"store your data or to install new software.\n"
+"the size of your MicrosoftWindows partition will be smaller than at the\n"
+"present time. You will have less free space under MicrosoftWindows to store\n"
+"your data or to install new software;\n"
"\n"
" * \"Erase entire disk\": if you want to delete all data and all partitions\n"
"present on your hard drive and replace them with your new Mandrake Linux\n"
"system, choose this option. Be careful with this solution because you will\n"
-"not be able to revert your choice after confirmation.\n"
+"not be able to revert your choice after you confirm;\n"
"\n"
" !! If you choose this option, all data on your disk will be lost. !!\n"
"\n"
" * \"Remove Windows\": this will simply erase everything on the drive and\n"
"begin fresh, partitioning everything from scratch. All data on your disk\n"
-"will be lost.\n"
+"will be lost;\n"
"\n"
" !! If you choose this option, all data on your disk will be lost. !!\n"
"\n"
" * \"Expert mode\": choose this option if you want to manually partition\n"
-"your hard drive. Be careful - it is a powerful but dangerous choice. You\n"
-"can very easily lose all your data. Hence, do not choose this unless you\n"
-"know what you are doing."
+"your hard drive. Be careful it is a powerful but dangerous choice. You can\n"
+"very easily lose all your data. Hence, do not choose this unless you know\n"
+"what you are doing."
msgstr ""
"Tss vaiheessa sinun pit valita mihin haluat asentaa Mandrake Linux\n"
"-kyttjrjestelmn. Jos kiintolevysi on tyhj tai olemassaoleva "
"kyttjrjestelm\n"
"kytt kaiken siin olevan tilan, sinun pit osioida kiintolevysi. "
-"Pohjimmiltaan\n"
+"Yksinkertaistaen\n"
"kiintolevyn osiointi koostuu levytilan jakamisesta loogisiin osiin tilan "
"saamiseksi\n"
"Mandrake Linux -jrjestelmlle.\n"
"\n"
-"\n"
"Koska osiointiprosessin vaikutukset ovat tavallisesti peruuttamattomia, voi\n"
-"osiointi olla pelottavaa ja stressaavaa kokemattomalle kyttjlle. Tm "
-"velho\n"
-"helpottaa prosessia. Ennen kuin aloitat, kyt riittvsti aikaa ohjekirjan\n"
-"osiointia koskevien kohtien lukemiseen.\n"
-"\n"
-"\n"
-"Tarvitset vhintn kaksi osiota. Toinen on kyttjrjestelm itsen,\n"
-"toinen virtuaalimuisia varten.\n"
-"\n"
-"\n"
-"Jos osiot on jo mritelty (edellisess asennuksessa tai jonkin toisen\n"
-"osiointiohjelman toimesta), sinun tarvitsee vain valita ne kytettvksi\n"
-"asentaaksesi Linux-jrjestelmn koneeseesi.\n"
-"\n"
-"\n"
-"Jos osioita ei ole viel mritelty, sinun pit luoda ne. Kyt siihen "
-"tt\n"
-"velhoa. Riippuen kiintolevysi asetuksista, sinulla voi olla useitakin "
-"vaihtoehtoja:\n"
-"\n"
-"\n"
-"* Tyhjenn koko lavy: jos haluat tuhota kaikki levyll olevan tiedon sek "
-"sill olevat osiot ja asentaa Mandrake Linux -jrjestelmn\n"
-" niden tilalle, voit valita tnn option. Ole varovainen tmn vaihtoehdon "
-"kanssa, sill et pysty en palauttamaan levyn sislt\n"
-" ennalleen sen jlkeen, kun olet hyvksynyt toiminnon.\n"
-"\n"
-"\n"
-"* Kyt tyhj tilaa Windows-osiossa: Jos Microsoft Windows on asennettuna "
-"kiintolevyllesi ja se kytt kaiken levyll\n"
-" olevan tilan, sinun tytyy tehd vapaata tilaa asentaaksesi Linuxin. "
-"Tehdksesi sen, voit tuhota Microsoft Windowsin\n"
-" kyttmn osion ja tiedot (katso kohta \"Tyhjenn koko lavy\" tai "
-"\"Asiantuntijatila\") tai voit muuttaa Microsoft Windowsin\n"
-" kyttmn osion kokoa. Koon muuttaminen voidaan tehd hvittmtt mitn "
-"levyll olevista tiedoista.\n"
-" Tm vaihtoehto on suositeltu, mikli haluat kytt sek Mandrake Linuxa "
-"ett Microsoft Windowsia samalla tietokoneella.\n"
-"\n"
-"\n"
-"* Ennen kuin valitset edellisen vaihtoehdon, sinun tulee tiet, ett "
-"Microsoft Windowsin kyttmn osion\n"
-" koko tulee olemaan pienempi kuin nykyn. Sinulla tulee siis olemaan "
-"vhemmn tilaa uusien ohjelmien\n"
-" asentamiseen ja tietojen tallentamiseen Microsoft Windowsin alla.\n"
-"\n"
-"\n"
-"* Asiantuntijatila: jos haluat osioida kiintolevysi itse, voit valita tmn "
-"vaihtoehdon. l valitse tt ratkaisua,\n"
-" ellet tied, mit olet tekemss. Tehokkuutensa lisksi vaihtoehto on mys "
-"vaarallinen: voit helposti\n"
-" menett kaiken levyllsi olevan tiedon."
-
-#: ../../help.pm_.c:319
+"osiointi olla pelottavaa ja stressaavaa kokemattomalle kyttjlle. Onneksi\n"
+"on olemassa velho, joka on tehty helpottamaan prosessia. Ennen kuin "
+"aloitat,\n"
+"kyt riittvsti aikaa ohjekirjan lukemiseen.\n"
+"\n"
+"Jos asennus on asiantuntijatilassa, pset DiskDrakeen, Mandrake Linuxin\n"
+"osiointitykaluun, joka antaa sinun hienost osioitasi. Katso tss "
+"tapauksessa\n"
+"ohjekirjan DiskDrakea koskeva kappale. Voit mys kytt asennuksen velhoa\n"
+"painamalla dialogin \"Velho\"-painiketta.\n"
+"\n"
+"Jos osiot on jo mritelty, joko edellisess asennuksessa tai jonkin toisen\n"
+"osiointitykalun toimesta, voit yksinkertaisesti valita niist ne, joihin "
+"haluat asentaa\n"
+"Linux-jrjestelmsi.\n"
+"\n"
+"Jos osioita ei ole viel mritelty, sinun pit luoda ne kyttmll "
+"velhoa.\n"
+"Riippuen kiintolevyn asetuksista, on kytss erilaisia vaihtoehtoja:\n"
+"\n"
+" * \"Kyt vapaa tila\": tm vaihtoehto osioi automaattisesti tyhjt "
+"kovalevyt.\n"
+"Sinua ei vaivata ptsi sen enemp.\n"
+"\n"
+" * \"Kyt olemassaolevaa osiota\": velho on lytnyt yhden tai useamman\n"
+"olemassaolevan Linux.osion kiintolevyllsi. Jos haluat kytt niit, "
+"valitse\n"
+"tm vaihtoehto.\n"
+"\n"
+" * \"Kyt tyhj tilaa Windows-osiossa\": Jos Microsoft Windows on "
+"asennettuna\n"
+"kiintolevyllesi ja se kytt kaiken levyll olevan tilan, sinun tytyy "
+"tehd vapaata\n"
+"tilaa Linuxin tiedoille. Tehdksesi sen, voit tuhota Microsoft Windowsin "
+"kyttmn\n"
+"osion ja tiedot (katso kohta \"Tyhjenn koko lavy\" tai \"Asiantuntijatila"
+"\") tai voit\n"
+"muuttaa Microsoft Windowsin kyttmn osion kokoa. Koon muuttaminen voidaan "
+"tehd hvittmtt mitn levyll olevista tiedoista. Tm vaihtoehto on "
+"suositeltu,\n"
+"mikli haluat kytt sek Mandrake Linuxia ett Microsoft Windowsia "
+"samalla\n"
+"tietokoneella.\n"
+"\n"
+" Ennen kuin valitset tmn vaihtoehdon, sinun tulee tiet, ett "
+"Microsoft\n"
+"Windowsin kyttmn osion koko pienenee operaarion johdosta. Sinulla tulee\n"
+"siis olemaan nykyist vhemmn tilaa uusien ohjelmien asentamiseen ja "
+"tietojen\n"
+"tallentamiseen Microsoft Windowsin alla.\n"
+"\n"
+" * \"Tyhjenn koko lavy\": jos haluat tuhota kaikki levyll olevan tiedon "
+"sek sill\n"
+"olevat osiot ja asentaa Mandrake Linux -jrjestelmn niiden tilalle, voit "
+"valita\n"
+"tmn vaihtoehdon. Ole varovainen, sill et pysty en palauttamaan levyn "
+"sislt\n"
+"ennalleen sen jlkeen, kun olet hyvksynyt toiminnon.\n"
+"\n"
+" !! Jos valitset tmn vaihtoehdon, kaikki levyllsi oleva tieto "
+"tuhoutuu. !!\n"
+"\n"
+" * \"Poista Windows\": tm yksinkertaisesti poistaa kaiken, mit levyll "
+"on, ja\n"
+"aloittaa puhtaasti osioimalla kaiken alusta alkaen. Kaikki levyll oleva "
+"tieto tuhoutuu.\n"
+"\n"
+" !! Jos valitset tmn vaihtoehdon, kaikki levyllsi oleva tieto "
+"tuhoutuu. !!\n"
+"\n"
+" * \"Asiantuntijatila\": jos haluat osioida kiintolevysi itse, voit valita "
+"tmn\n"
+"vaihtoehdon. Ole varovainen - tm on tehokas, mutta vaarallinen valinta.\n"
+"Voit todella helposti menett kaiken tiedon. Joten l valitse tt "
+"ratkaisua,\n"
+"ellet tied, mit olet tekemss."
+
+#: ../../help.pm_.c:347
msgid ""
"There you are. Installation is now complete and your GNU/Linux system is\n"
"ready to use. Just click \"OK\" to reboot the system. You can start\n"
@@ -2566,29 +2880,29 @@ msgid ""
"\n"
" Note that two different options are available after clicking the button:\n"
"\n"
-" * \"Replay\". This is a partially automated install as the partitioning\n"
-"step (and only this one) remains interactive.\n"
+" * \"Replay\". This is a partially automated installation as the\n"
+"partitioning step (and only this one) remains interactive;\n"
"\n"
-" * \"Automated\". Fully automated install: the hard disk is completely\n"
+" * \"Automated\". Fully automated installation: the hard disk is "
+"completely\n"
"rewritten, all data is lost.\n"
"\n"
" This feature is very handy when installing a great number of similar\n"
-"machines. See the Auto install section at our web site.\n"
+"machines. See the Auto install section on our web site;\n"
"\n"
-" * \"Save packages selection\"(*): saves the packages selection as made\n"
+" * \"Save packages selection\"(*): saves the package selection as done\n"
"previously. Then, when doing another installation, insert the floppy inside\n"
-"the driver and run the installation going to the help screen by pressing on\n"
+"the drive and run the installation going to the help screen by pressing on\n"
"the [F1] key, and by issuing >>linux defcfg=\"floppy\"<<.\n"
"\n"
"(*) You need a FAT-formatted floppy (to create one under GNU/Linux, type\n"
"\"mformat a:\")"
msgstr ""
-#: ../../help.pm_.c:350
-#, fuzzy
+#: ../../help.pm_.c:378
msgid ""
"Any partitions that have been newly defined must be formatted for use\n"
-"(formatting means creating a file system).\n"
+"(formatting means creating a filesystem).\n"
"\n"
"At this time, you may wish to reformat some already existing partitions to\n"
"erase any data they contain. If you wish to do that, please select those\n"
@@ -2602,7 +2916,7 @@ msgid ""
"\n"
"Please be careful when selecting partitions. After formatting, all data on\n"
"the selected partitions will be deleted and you will not be able to recover\n"
-"any of them.\n"
+"any of it.\n"
"\n"
"Click on \"OK\" when you are ready to format partitions.\n"
"\n"
@@ -2610,36 +2924,33 @@ msgid ""
"Mandrake Linux operating system installation.\n"
"\n"
"Click on \"Advanced\" if you wish to select partitions that will be checked\n"
-"for bad blocks on the disc."
+"for bad blocks on the disk."
msgstr ""
-"Kaikki uudet osiot tytyy alustaa kytt varten (jossa alustaminen \n"
+"Kaikki vasta mritellyt osiot tytyy alustaa kytt varten (alustaminen\n"
"tarkoittaa tiedostojrjestelmn luontia).\n"
"\n"
-"\n"
"Samalla voit haluta alustaa uudelleen mys olemassaolevia osioita\n"
-"poistaaksesi niiss jo olevat tiedot. Jos haluat haluat tehd niin,\n"
-"valitse ne osiot, jotka haluat alustaa.\n"
+"poistaaksesi kaiken niiss olevan tiedon. Jos haluat haluat tehd niin,\n"
+"valitse mys ne osiot.\n"
"\n"
+"Huomaa, ett sinun ei ole pakko alustaa kaikkia jo olemassa olevia\n"
+"osioita. Sinun pit alustaa ne osiot, joilla kyttjrjestelm\n"
+"sijaitsee (kuten \"/\", \"/usr\" ja \"/var\"), mutta voit silytt osiot,\n"
+"joilla henkilkohtaiset tiedostosi sijaitsevat (tavallisesti \"/home\").\n"
"\n"
-"Huomaa, ett sinun ei ole pakko alustaa kaikkia jo olemassa olevia \n"
-"osioita. Mutta sinun olisi syyt alustaa ne osiot, joilla "
-"kyttjrjestelm \n"
-"sijaitsee (kuten \"/\", \"/usr\" ja \"/var\"). Voit silytt ne osiot, \n"
-"joilla henkilkohtaiset tiedostosi sijaitsevat (tavallisesti /home).\n"
-"\n"
-"\n"
-"Ole huolellinen, mitk osiot valitset alustettavaksi, sill alustamisen\n"
-"jlkeen kaikki niill oleva tieto on poissa etk voi en palauttaa niit.\n"
-"\n"
+"Ole huolellinen osioita valitessasi. Alustamisen jlkeen kaikki tieto\n"
+"valituilla osioilla on poissa eik niiden palauttaminen en onnistu.\n"
"\n"
"Valitse \"Ok\", kun olet valmis alustamaan osiot.\n"
"\n"
+"Valitse \"Peruuta\", jos haluat valita toisen osion Mandrake Linuxin\n"
+"asentamiseen.\n"
"\n"
-"Valitse \"Peruuta\", jos haluat valita eri osiot Mandrake Linuxn\n"
-"asentamiseen."
+"Valitse \"Lisasetukset\", jos haluat valita osiot, jotka tarkistetaan "
+"levyll\n"
+"olevien huonojen kohtien varalta."
-#: ../../help.pm_.c:376
-#, fuzzy
+#: ../../help.pm_.c:404
msgid ""
"Your new Mandrake Linux operating system is currently being installed.\n"
"Depending on the number of packages you will be installing and the speed of\n"
@@ -2649,77 +2960,118 @@ msgid ""
"Please be patient."
msgstr ""
"Uutta Mandrake Linux -kyttjrjestelmsi asennetaan parasta aikaa.\n"
-"Tm vaihe vie kymmeni minuutteja (riippuen asennuksesi koosta\n"
-"ja tietokoneesi nopeudesta).\n"
-"\n"
+"Asennettavien pakettien mrst ja koneesi nopeudesta riippuen\n"
+"vie tm toiminto muutamasta minuutista useaan tuntiin.\n"
"\n"
"Krsivllisyytt."
-#: ../../help.pm_.c:384
+#: ../../help.pm_.c:412
+msgid ""
+"At the time you are installing Mandrake Linux, it is likely that some\n"
+"packages have been updated since the initial release. Some bugs may have\n"
+"been fixed, and security issues solved. To allow you to benefit from these\n"
+"updates, you are now proposed to download them from the Internet. Choose\n"
+"\"Yes\" if you have a working Internet connection, or \"No\" if you prefer\n"
+"to install updated packages later.\n"
+"\n"
+"Choosing \"Yes\" displays a list of places from which updates can be\n"
+"retrieved. Choose the one nearest you. Then a package-selection tree\n"
+"appears: review the selection, and press \"Install\" to retrieve and\n"
+"install the selected package(s), or \"Cancel\" to abort."
+msgstr ""
+
+#: ../../help.pm_.c:425
msgid ""
-"Before continuing you should read carefully the terms of the license. It\n"
+"Before continuing, you should read carefully the terms of the license. It\n"
"covers the whole Mandrake Linux distribution, and if you do not agree with\n"
"all the terms in it, click on the \"Refuse\" button which will immediately\n"
-"terminate the installation. To continue with the installation, click the\n"
+"terminate the installation. To continue with the installation, click on the\n"
"\"Accept\" button."
msgstr ""
+"Ennen jatkamista sinun pitisi lukea huolellisesti lisenssin ehdot. "
+"Lisenssi\n"
+"kattaa koko Mandrake Linux -jakelun, ja jos et hyvksy kaikkia ehtoja,\n"
+"paina \"Kieltydy\"-painiketta joka keskeytt asennuksen heti. Jatkaaksesi\n"
+"asennusta paina \"Hyvksy\"-painiketta."
-#: ../../help.pm_.c:391
+#: ../../help.pm_.c:432
msgid ""
"At this point, it is time to choose the security level desired for the\n"
"machine. As a rule of thumb, the more exposed the machine is, and the more\n"
"the data stored in it is crucial, the higher the security level should be.\n"
-"However, a higher security level is generally obtained at the expenses of\n"
-"easiness of use. Refer to the MSEC chapter of the ``Reference Manual'' to\n"
-"get more information about the meaning of these levels.\n"
+"However, a higher security level is generally obtained at the expense of\n"
+"easiness of use. Refer to the \"msec\" chapter of the ``Reference Manual''\n"
+"to get more information about the meaning of these levels.\n"
"\n"
"If you do not know what to choose, keep the default option."
msgstr ""
+"Tss vaiheessa on aika valita tietokoneellesi sopiva turvataso.Yleisesti\n"
+"mit avoimempi koneesi on ja mit enemmn trke tietoa on talletettu\n"
+"koneellesi, sit korkeampi turvatason pitisi olla. Huomaa kuitenkin, ett\n"
+"korkeampi turvallisuustaso saavutetaan yleens kytettvyyden\n"
+"kustannuksella. Lue MSEC-kappale \"Reference Manualista\" saadaksesi\n"
+"lis tietoa turvatasojen merkityksest.\n"
+"\n"
+"Jos et tied mit valita, kyt oletuksena olevaa vaihtoehtoa."
-#: ../../help.pm_.c:401
+#: ../../help.pm_.c:442
#, fuzzy
msgid ""
-"At this point, you need to choose what partition(s) will be used for the\n"
-"installation of your Mandrake Linux system. If partitions have been already\n"
+"At this point, you need to choose which partition(s) will be used for the\n"
+"installation of your Mandrake Linux system. If partitions have already been\n"
"defined, either from a previous installation of GNU/Linux or from another\n"
-"partitioning tool, you can use existing partitions. Otherwise hard drive\n"
+"partitioning tool, you can use existing partitions. Otherwise, hard drive\n"
"partitions must be defined.\n"
"\n"
"To create partitions, you must first select a hard drive. You can select\n"
-"the disk for partitioning by clicking on \"hda\" for the first IDE drive,\n"
-"\"hdb\" for the second, \"sda\" for the first SCSI drive and so on.\n"
+"the disk for partitioning by clicking on ``hda'' for the first IDE drive,\n"
+"``hdb'' for the second, ``sda'' for the first SCSI drive and so on.\n"
"\n"
"To partition the selected hard drive, you can use these options:\n"
"\n"
" * \"Clear all\": this option deletes all partitions on the selected hard\n"
-"drive.\n"
+"drive;\n"
+"\n"
+" * \"Auto allocate\": this option enables to automatically create \"Ext2\"\n"
+"and swap partitions in free space of your hard drive;\n"
+"\n"
+" * \"More\": gives access to additional features:\n"
"\n"
-" * \"Auto allocate\": this option allows you to automatically create Ext2\n"
-"and swap partitions in free space of your hard drive.\n"
+" * \"Save partition table\": saves the partition table to a floppy. "
+"Useful\n"
+"for later partition-table recovery if necessary. It is strongly recommended\n"
+"to perform this step;\n"
"\n"
-" * \"Rescue partition table\": if your partition table is damaged, you can\n"
+" * \"Restore partition table\": allows to restore a previously saved\n"
+"partition table from floppy disk;\n"
+"\n"
+" * \"Rescue partition table\": if your partition table is damaged, you "
+"can\n"
"try to recover it using this option. Please be careful and remember that it\n"
-"can fail.\n"
+"can fail;\n"
"\n"
-" * \"Undo\": use this option to cancel your changes.\n"
+" * \"Reload partition table\": discards all changes and loads your "
+"initial\n"
+"partition table;\n"
"\n"
-" * \"Reload\": you can use this option if you wish to undo all changes and\n"
-"load your initial partitions table.\n"
+" * \"Removable media automounting\": unchecking this option will force "
+"users\n"
+"to manually mount and unmount removable medias such as floppies and\n"
+"CD-ROMs.\n"
"\n"
" * \"Wizard\": use this option if you wish to use a wizard to partition "
"your\n"
"hard drive. This is recommended if you do not have a good knowledge of\n"
-"partitioning.\n"
+"partitioning;\n"
"\n"
-" * \"Restore from floppy\": this option will allow you to restore a\n"
-"previously saved partition table from floppy disk.\n"
+" * \"Undo\": use this option to cancel your changes;\n"
"\n"
-" * \"Save to floppy\": saves the partition table to a floppy. Useful for\n"
-"later partition-table recovery if necessary. It is strongly recommended to\n"
-"perform this step.\n"
+" * \"Toggle to normal/expert mode\": allows additional actions on "
+"partitions\n"
+"(type, options, format) and gives more information;\n"
"\n"
-" * \"Done\": when you have finished partitioning your hard drive, this will\n"
-"save your changes back to disc.\n"
+" * \"Done\": when you are finished partitioning your hard drive, this will\n"
+"save your changes back to disk.\n"
"\n"
"Note: you can reach any option using the keyboard. Navigate through the\n"
"partitions using [Tab] and [Up/Down] arrows.\n"
@@ -2732,9 +3084,12 @@ msgid ""
"\n"
" * Ctrl-m to set the mount point.\n"
"\n"
+"To get information about the different filesystem types available, please\n"
+"read the ext2fs chapter from the ``Reference Manual''.\n"
+"\n"
"If you are installing on a PPC machine, you will want to create a small HFS\n"
-"\"bootstrap\" partition of at least 1MB which will be used by the yaboot\n"
-"boot loader. If you opt to make the partition a bit larger, say 50MB, you\n"
+"``bootstrap'' partition of at least 1MB, which will be used by the yaboot\n"
+"bootloader. If you opt to make the partition a bit larger, say 50MB, you\n"
"may find it a useful place to store a spare kernel and ramdisk images for\n"
"emergency boot situations."
msgstr ""
@@ -2811,11 +3166,11 @@ msgstr ""
"kyttksesi sit varaytimen ja ramdisk-imagen tallentamiseksi jrjestelmn "
"latauksen httilanteita varten."
-#: ../../help.pm_.c:460
+#: ../../help.pm_.c:513
#, fuzzy
msgid ""
-"More than one Microsoft Windows partition has been detected on your hard\n"
-"drive. Please choose the one you want resize in order to install your new\n"
+"More than one Microsoft partition has been detected on your hard drive.\n"
+"Please choose the one you want to resize in order to install your new\n"
"Mandrake Linux operating system.\n"
"\n"
"Each partition is listed as follows: \"Linux name\", \"Windows name\"\n"
@@ -2830,11 +3185,11 @@ msgid ""
"\"Hard drive number\" is always a letter after \"hd\" or \"sd\". With IDE\n"
"hard drives:\n"
"\n"
-" * \"a\" means \"master hard drive on the primary IDE controller\",\n"
+" * \"a\" means \"master hard drive on the primary IDE controller\";\n"
"\n"
-" * \"b\" means \"slave hard drive on the primary IDE controller\",\n"
+" * \"b\" means \"slave hard drive on the primary IDE controller\";\n"
"\n"
-" * \"c\" means \"master hard drive on the secondary IDE controller\",\n"
+" * \"c\" means \"master hard drive on the secondary IDE controller\";\n"
"\n"
" * \"d\" means \"slave hard drive on the secondary IDE controller\".\n"
"\n"
@@ -2888,38 +3243,48 @@ msgstr ""
"levy\n"
"tai osio on nimetty \"C:\":ksi)."
-#: ../../help.pm_.c:491
+#: ../../help.pm_.c:544
msgid "Please be patient. This operation can take several minutes."
msgstr "Krsivllisyytt. Tm toiminto voi kest useita minuutteja."
-#: ../../help.pm_.c:494
+#: ../../help.pm_.c:547
#, fuzzy
msgid ""
"DrakX now needs to know if you want to perform a default (\"Recommended\")\n"
-"installation or if you want to have greater control (\"Expert\"). You also\n"
-"have the choice of performing a new install or an upgrade of an existing\n"
-"Mandrake Linux system. Clicking \"Install\" will completely wipe out the\n"
-"old system. Select \"Upgrade\" if you are upgrading or repairing an\n"
-"existing system.\n"
-"\n"
-"Please choose \"Install\" if there are no previous version of Mandrake\n"
-"Linux installed or if you wish to boot between various operating systems.\n"
+"installation or if you want to have greater control (\"Expert\"). You can\n"
+"also choose to do a new install or an upgrade of an existing Mandrake Linux\n"
+"system:\n"
+"\n"
+" * \"Install\": completely wipes out the old system. In fact, depending on\n"
+"what currently holds your machine, you will be able to keep some old (Linux\n"
+"or other) partitions unchanged;\n"
+"\n"
+" * \"Upgrade\": this installation class allows to simply update the "
+"packages\n"
+"currently installed on your Mandrake Linux system. It keeps the current\n"
+"partitions of your hard drives as well as user configurations. All other\n"
+"configuration steps remain available with respect to plain installation;\n"
+"\n"
+" * \"Upgrade Packages Only\": this brand new class allows to upgrade an\n"
+"existing Mandrake Linux system while keeping all system configurations\n"
+"unchanged. Adding new packages to the current installation is also\n"
+"possible.\n"
"\n"
-"Please choose \"Update\" if you wish to update or repair an already\n"
-"installed version of Mandrake Linux.\n"
+"Upgrades should work fine for Mandrake Linux systems starting from \"8.1\"\n"
+"release.\n"
"\n"
-"Depending on your knowledge of GNU/Linux, please choose one of the\n"
-"following to install or update your Mandrake Linux operating system:\n"
+"Depending on your knowledge of GNU/Linux, select one of the following\n"
+"choices:\n"
"\n"
" * Recommended: choose this if you have never installed a GNU/Linux\n"
"operating system. The installation will be very easy and you will only be\n"
-"asked a few questions.\n"
+"asked a few questions;\n"
"\n"
" * Expert: if you have a good knowledge of GNU/Linux, you can choose this\n"
"installation class. The expert installation will allow you to perform a\n"
-"highly customized installation. Answering some of the questions can be\n"
-"difficult if you do not have a good knowledge of GNU/Linux so do not choose\n"
-"this unless you know what you are doing."
+"highly-customized installation. Answering some of the questions can be\n"
+"difficult if you do not have a good knowledge of GNU/Linux, so do not\n"
+"choose this unless you know what you are doing."
msgstr ""
"Valitse \"Asenna\", jos sinulla ei ole aikaisempaa versiota Mandrake "
"Linuxsta\n"
@@ -2960,10 +3325,10 @@ msgstr ""
" l valitse tt asennusluokkaa, ellet ole aivan varma, mit olet "
"tekemss."
-#: ../../help.pm_.c:521
+#: ../../help.pm_.c:583
msgid ""
"Normally, DrakX selects the right keyboard for you (depending on the\n"
-"language you have chosen) and you will not even see this step. However, you\n"
+"language you have chosen) and you won't even see this step. However, you\n"
"might not have a keyboard that corresponds exactly to your language: for\n"
"example, if you are an English speaking Swiss person, you may still want\n"
"your keyboard to be a Swiss keyboard. Or if you speak English but are\n"
@@ -2974,8 +3339,23 @@ msgid ""
"Click on the \"More\" button to be presented with the complete list of\n"
"supported keyboards."
msgstr ""
+"Tavallisesti DrakX valitsee sinulle oikean nppimistn (sen mukaan, mink\n"
+"kielen olet valinnut) ja et edes ne tt kohtaa. Kuitenkaan sinulla ei "
+"vlttmtt\n"
+"ole nppimist, joka vastaa suoraan kieltsi. Jos olet esimerkiksi "
+"englanninkielinen\n"
+"sveitsilinen, voit silti haluta sveitsilisen nppimistn. Tai jos puhut "
+"Englantia,\n"
+"mutta asut Quebeciss, sinulla voi olla samanlainen tilanne. Molemmissa "
+"tapauksissa\n"
+"sinun pit palata takaisin kyseiseen asennusvaiheeseen ja valita sopiva "
+"nppimist\n"
+"listasta.\n"
+"\n"
+"Paina \"Lis\"-painiketta saadaksesi tydellisen listan tuetuista "
+"nppimistist. "
-#: ../../help.pm_.c:534
+#: ../../help.pm_.c:596
msgid ""
"Please choose your preferred language for installation and system usage.\n"
"\n"
@@ -2984,53 +3364,76 @@ msgid ""
"will install the language-specific files for system documentation and\n"
"applications. For example, if you will host users from Spain on your\n"
"machine, select English as the main language in the tree view and in the\n"
-"Advanced section click on the grey star corresponding to \"Spanish|Spain\".\n"
+"Advanced section click on the box corresponding to \"Spanish|Spain\".\n"
"\n"
"Note that multiple languages may be installed. Once you have selected any\n"
-"additional locales click the \"OK\" button to continue."
+"additional locales, click the \"OK\" button to continue."
msgstr ""
+"Valitse mieleisesi kieli asennukseen ja jrjestelmn kyttn.\n"
+"\n"
+"Painamalla \"Lisasetukset\"-painiketta saat mahdollisuuden valita mys\n"
+"muita kieli asennettavaksi tyasemallesi. Muiden kielien valitseminen\n"
+"asentaa kielikohtaiset tiedostot jrjestelmn dokumentoinnista ja\n"
+"ohjelmistoista. Esimerkiksi jos sinulla koneessasi Espanjalaisia kyttji,\n"
+"valitse englanti (tai suomi) pkieleksi ja lisasetusten puolelta paina\n"
+"harmaata thte, joka vastaa Espanjaa.\n"
+"\n"
+"Huomaa, ett voit valita useita kieli. Kun olet valinnut haluamasi "
+"ylimriset\n"
+"kielet, paina \"Ok\"-painiketta jatkaaksesi."
-#: ../../help.pm_.c:547
+#: ../../help.pm_.c:609
msgid ""
-"By default, DrakX assumes you have a two-button mouse and will set it up\n"
-"for third-button emulation. DrakX will automatically know whether it is a\n"
-"PS/2, serial or USB mouse.\n"
+"DrakX generally detects the number of buttons your mouse has. If not, it\n"
+"assumes you have a two-button mouse and will set it up for third-button\n"
+"emulation. DrakX will automatically know whether it is a PS/2, serial or\n"
+"USB mouse.\n"
"\n"
"If you wish to specify a different type of mouse select the appropriate\n"
-"type from the list provided.\n"
+"type from the provided list.\n"
"\n"
-"If you choose a mouse other than the default you will be presented with a\n"
-"mouse test screen. Use the buttons and wheel to verify that the settings\n"
-"are good. If the mouse is not working correctly press the space bar or\n"
-"RETURN to \"Cancel\" and choose again."
+"If you choose a mouse other than the default, a test screen will be\n"
+"displayed. Use the buttons and wheel to verify that the settings are\n"
+"correct. If the mouse is not working well, press the space bar or [Return]\n"
+"to \"Cancel\" and choose again."
msgstr ""
+"DrakX olettaa yleisesti, ett sinulla on kaksinppiminen hiiri ja kytkee\n"
+"sen kolmannen nppimen emulaatiolla. DrakX tiet mys\n"
+"automaattisesti, onko se PS/2, sarja- vai USB-hiiri.\n"
+"\n"
+"Jos haluat asettaa eri tyyppisen hiiren, valitse sopiva tyyppi oheisesta\n"
+"listasta.\n"
+"\n"
+"Jos valitset muun kuin oletushiiren, saat eteesi hiiren testiruudun. Kyt\n"
+"hiiren nappeja ja rullaa varmistaaksesi, ett asetukset ovat oikeat. Jos\n"
+"hiiri ei toimi kunnolla, paina vlilynti tai enteri peruttaaksesi, mink\n"
+"jlkeen voit valita uudelleen."
-#: ../../help.pm_.c:560
-#, fuzzy
+#: ../../help.pm_.c:623
msgid ""
-"Please select the correct port. For example, the COM1 port under MS Windows\n"
-"is named ttyS0 under GNU/Linux."
+"Please select the correct port. For example, the \"COM1\" port under\n"
+"Windows is named \"ttyS0\" under GNU/Linux."
msgstr ""
-"Valitse oikea portti. Esimerkiksi MS Windowsin portti COM1\n"
-"on nimetty ttyS0:ksi GNU/Linuxissa."
+"Valitse oikea portti. Esimerkiksi \"COM1\" portti Windowsissa\n"
+"on nimetty \"ttyS0\":ksi GNU/Linuxissa."
-#: ../../help.pm_.c:564
+#: ../../help.pm_.c:627
msgid ""
"This is the most crucial decision point for the security of your GNU/Linux\n"
"system: you have to enter the \"root\" password. \"root\" is the system\n"
"administrator and is the only one authorized to make updates, add users,\n"
"change the overall system configuration, and so on. In short, \"root\" can\n"
"do everything! That is why you must choose a password that is difficult to\n"
-"guess - DrakX will tell you if it is too easy. As you can see, you can\n"
-"choose not to enter a password, but we strongly advise you against this if\n"
-"only for one reason: do not think that because you booted GNU/Linux that\n"
-"your other operating systems are safe from mistakes. Since \"root\" can\n"
-"overcome all limitations and unintentionally erase all data on partitions\n"
-"by carelessly accessing the partitions themselves, it is important for it\n"
-"to be difficult to become \"root\".\n"
+"guess DrakX will tell you if it is too easy. As you can see, you can choose\n"
+"not to enter a password, but we strongly advise you against this if only\n"
+"for one reason: do not think that because you booted GNU/Linux that your\n"
+"other operating systems are safe from mistakes. Since \"root\" can overcome\n"
+"all limitations and unintentionally erase all data on partitions by\n"
+"carelessly accessing the partitions themselves, it is important for it to\n"
+"be difficult to become \"root\".\n"
"\n"
"The password should be a mixture of alphanumeric characters and at least 8\n"
-"characters long. Never write down the \"root\" password - it makes it too\n"
+"characters long. Never write down the \"root\" password it makes it too\n"
"easy to compromise a system.\n"
"\n"
"However, please do not make the password too long or complicated because\n"
@@ -3039,12 +3442,12 @@ msgid ""
"The password will not be displayed on screen as you type it in. Hence, you\n"
"will have to type the password twice to reduce the chance of a typing\n"
"error. If you do happen to make the same typing error twice, this\n"
-"\"incorrect\" password will have to be used the first time you connect.\n"
+"``incorrect'' password will have to be used the first time you connect.\n"
"\n"
-"In expert mode, you will be asked if you will be connecting to an\n"
+"In Expert mode, you will be asked if you will be connecting to an\n"
"authentication server, like NIS or LDAP.\n"
"\n"
-"If your network uses LDAP (or NIS) protocol for authentication, select\n"
+"If your network uses the LDAP (or NIS) protocol for authentication, select\n"
"\"LDAP\" (or \"NIS\") as authentication. If you do not know, ask your\n"
"network administrator.\n"
"\n"
@@ -3052,61 +3455,60 @@ msgid ""
"want to choose \"Local files\" for authentication."
msgstr ""
-#: ../../help.pm_.c:600
+#: ../../help.pm_.c:663
msgid ""
-"LILO and GRUB are boot loaders for GNU/Linux. This stage, normally, is\n"
-"totally automated. In fact, DrakX analyzes the disk boot sector and acts\n"
+"LILO and grub are GNU/Linux bootloaders. This stage, normally, is totally\n"
+"automated. In fact, DrakX analyzes the disk boot sector and acts\n"
"accordingly, depending on what it finds here:\n"
"\n"
-" * if Windows boot sector is found, it will replace it with a GRUB/LILO "
-"boot\n"
-"sector. Hence, you will be able to load either GNU/Linux or another OS;\n"
+" * if a Windows boot sector is found, it will replace it with a grub/LILO\n"
+"boot sector. Hence, you will be able to load either GNU/Linux or another\n"
+"OS;\n"
"\n"
-" * if a GRUB or LILO boot sector is found, it will replace it with a new\n"
-"one;\n"
+" * if a grub or LILO boot sector is found, it will replace it with a new\n"
+"one.\n"
"\n"
"If in doubt, DrakX will display a dialog with various options.\n"
"\n"
-" * \"Boot loader to use\": you have three choices:\n"
+" * \"Bootloader to use\": you have three choices:\n"
+"\n"
+" * \"GRUB\": if you prefer grub (text menu).\n"
"\n"
" * \"LILO with graphical menu\": if you prefer LILO with its graphical\n"
"interface.\n"
"\n"
-" * \"GRUB\": if you prefer GRUB (text menu).\n"
-"\n"
" * \"LILO with text menu\": if you prefer LILO with its text menu "
"interface.\n"
"\n"
" * \"Boot device\": in most cases, you will not change the default\n"
-"(\"/dev/hda\"), but if you prefer, the boot loader can be installed on the\n"
-"second hard drive (\"/dev/hdb\"), or even on a floppy disk (\"/dev/fd0\").\n"
+"(\"/dev/hda\"), but if you prefer, the bootloader can be installed on the\n"
+"second hard drive (\"/dev/hdb\"), or even on a floppy disk (\"/dev/fd0\");\n"
"\n"
" * \"Delay before booting the default image\": when rebooting the computer,\n"
-"this is the delay granted to the user to choose - in the boot loader menu,\n"
+"this is the delay granted to the user to choose in the bootloader menu,\n"
"another boot entry than the default one.\n"
"\n"
-"!! Beware that if you choose not to install a boot loader (by selecting\n"
+"!! Beware that if you choose not to install a bootloader (by selecting\n"
"\"Cancel\" here), you must ensure that you have a way to boot your Mandrake\n"
-"Linux system! Also be sure you know what you do before changing any of the\n"
+"Linux system! Also, be sure you know what you do before changing any of the\n"
"options. !!\n"
"\n"
"Clicking the \"Advanced\" button in this dialog will offer many advanced\n"
"options, which are reserved to the expert user.\n"
"\n"
-"Mandrake Linux installs its own boot loader, which will let you boot either\n"
-"GNU/Linux or any other operating systems which you have on your system.\n"
+"After you have configured the general bootloader parameters, the list of\n"
+"boot options which will be available at boot time will be displayed.\n"
"\n"
-"If there is another operating system installed on your machine, it will be\n"
-"automatically added to the boot menu. Here, you can choose to fine-tune the\n"
-"existing options. Double-clicking on an existing entry allows you to change\n"
-"its parameters or remove it; \"Add\" creates a new entry; and \"Done\" goes\n"
-"on to the next installation step."
+"If there is another operating system installed on your machine, it will\n"
+"automatically be added to the boot menu. Here, you can choose to fine-tune\n"
+"the existing options. Select an entry and click \"Modify\" to modify or\n"
+"remove it; \"Add\" creates a new entry; and \"Done\" goes on to the next\n"
+"installation step."
msgstr ""
-#: ../../help.pm_.c:647
-#, fuzzy
+#: ../../help.pm_.c:711
msgid ""
-"LILO (the LInux LOader) and GRUB are boot loaders: they are able to boot\n"
+"LILO (the LInux LOader) and grub are bootloaders: they are able to boot\n"
"either GNU/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"
@@ -3116,23 +3518,18 @@ msgid ""
"anyone. In which case, you can delete the corresponding entries. But then,\n"
"you will need a boot disk in order to boot those other operating systems!"
msgstr ""
-"LILO (the Linux LOader) ja Grup ovat jrjestelmlataajia: niiden avulla voit "
-"kynnist\n"
-"joko GNU/Linuxin tai mik tahansa kyttjrjestelmn, joka on "
-"tietokoneellasi.\n"
-"Tavallisesti kaikki kyttjrjestelmt tunnistuvat ja asentuvat oikein. Jos "
-"jokin\n"
-"kyttjrjestelmist j kuitenkin asentamatta, voit list kyseisen "
-"jrjestelmn itse.\n"
-"Ole kuitenkin huolellinen, ett tulet valinneeksi oikeat parametrit.\n"
+"LILO (the LInux LOader) ja grub ovat jrjestelmlataajia: ne voivat\n"
+"kynnist joko GNU/Linuxin tai mik tahansa tietokoneellasi olevan\n"
+"kyttjrjestelmn. Tavallisesti kaikki kyttjrjestelmt tunnistuvat ja\n"
+"asentuvat oikein. Jos edellinen ei kuitenkaan pid paikkaansa, voit list\n"
+"kyseisen kohdan ksin tss ruudussa. Ole huolellinen, ett tulet\n"
+"valinneeksi oikeat parametrit.\n"
"\n"
-"\n"
-"Jos et halua kenenkn saavan oikeuksia johonkin kyttjrjestelmist,\n"
-"tuhoa kyseinen kohta. Mutta huomaa, ett siin tapauksessa tarvitset itse\n"
-"kynnistyslevykett pstksesi kyseiseen kyttjrjestelmn!"
+"Jos et halua kenenkn psevn osaan kyttjrjestelmist, voit\n"
+"tuhoa kyseiset kohdat. Mutta ett siin tapauksessa tarvitset itse\n"
+"kynnistyslevykett pstksesi kyseisiin kyttjrjestelmiin!"
-#: ../../help.pm_.c:658
-#, fuzzy
+#: ../../help.pm_.c:722
msgid ""
"You must indicate where you wish to place the information required to boot\n"
"to GNU/Linux.\n"
@@ -3140,72 +3537,71 @@ msgid ""
"Unless you know exactly what you are doing, choose \"First sector of drive\n"
"(MBR)\"."
msgstr ""
-"Sinun tulee kertoa minne haluat\n"
-"sijoittaa tarvittavat tiedot GNU/Linuxin kynnistmiseksi.\n"
-"\n"
+"Sinun pit osoittaa paikka, jonne haluat asettaa tarvittavat tiedot\n"
+"GNU/Linuxin kynnistmiseksi.\n"
"\n"
-"Jos et todella tied mit teet, valitse \"Levyn ensimminen\n"
+"Jos et tied tarkalleen mit olet tekemss, valitse \"Levyn ensimminen\n"
"sektori (MBR)\"."
-#: ../../help.pm_.c:665
+#: ../../help.pm_.c:729
msgid ""
-"Here we select a printing system for your computer to use. Other OSes may\n"
-"offer you one, but Mandrake offers three.\n"
+"Here, we select a printing system for your computer. Other OSs may offer\n"
+"you one, but Mandrake Linux offers three.\n"
"\n"
-" * \"pdq\" - which means ``print, don't queue'', is the choice if you have "
-"a\n"
+" * \"pdq\" which means ``print, don't queue'', is the choice if you have a\n"
"direct connection to your printer and you want to be able to panic out of\n"
-"printer jams, and you do not have any networked printers. It will handle\n"
-"only very simple network cases and is somewhat slow for networks. Pick\n"
-"\"pdq\" if this is your maiden voyage to GNU/Linux. You can change your\n"
-"choices after install by running PrinterDrake from the Mandrake Control\n"
-"Center and clicking the expert button.\n"
-"\n"
-" * \"CUPS\" - ``Common Unix Printing System'' is excellent at printing to\n"
-"your local printer and also halfway round the planet. It is simple and can\n"
-"act like a server or a client for the ancient \"lpd\" printing system, so\n"
-"it is compatible with the systems that went before. It can do many tricks,\n"
-"but the basic setup is almost as easy as \"pdq\". If you need this to\n"
-"emulate an \"lpd\" server, you must turn on the \"cups-lpd\" daemon. It has\n"
+"printer jams, and you do not have networked printers. It will handle only\n"
+"very simple network cases and is somewhat slow for networks. Pick \"pdq\"\n"
+"if this is your maiden voyage to GNU/Linux. You can change your choices\n"
+"after installation by running PrinterDrake from the Mandrake Control Center\n"
+"and clicking the expert button.\n"
+"\n"
+" * \"CUPS\"``Common Unix Printing System'', is excellent at printing to "
+"your\n"
+"local printer and also halfway-around the planet. It is simple and can act\n"
+"as a server or a client for the ancient \"lpd\" printing system. Hence, it\n"
+"is compatible with the systems that went before. It can do many tricks, but\n"
+"the basic setup is almost as easy as \"pdq\". If you need this to emulate\n"
+"an \"lpd\" server, you must turn on the \"cups-lpd\" daemon. It has\n"
"graphical front-ends for printing or choosing printer options.\n"
"\n"
-" * \"lprNG\" - ``line printer daemon New Generation''. This system can do\n"
+" * \"lprNG\"``line printer daemon New Generation''. This system can do\n"
"approximately the same things the others can do, but it will print to\n"
-"printers mounted on a Novell Network, because it supports IPX protocol, and\n"
-"it can print directly to shell commands. If you have need of Novell or\n"
+"printers mounted on a Novell Network, because it supports the IPX protocol,\n"
+"and it can print directly to shell commands. If you have need of Novell or\n"
"printing to commands without using a separate pipe construct, use lprNG.\n"
"Otherwise, CUPS is preferable as it is simpler and better at working over\n"
"networks."
msgstr ""
-#: ../../help.pm_.c:693
+#: ../../help.pm_.c:757
#, fuzzy
msgid ""
-"DrakX is now detecting any IDE devices present in your computer. It will\n"
-"also scan for one or more PCI SCSI card(s) on your system. If a SCSI card\n"
-"is found DrakX will automatically install the appropriate driver.\n"
+"DrakX now detects any IDE device present in your computer. It will also\n"
+"scan for one or more PCI SCSI card(s) on your system. If a SCSI card is\n"
+"found, DrakX will automatically install the appropriate driver.\n"
"\n"
-"Because hardware detection will sometimes not detect a piece of hardware\n"
+"Because hardware detection does not always detect a piece of hardware,\n"
"DrakX will ask you to confirm if a PCI SCSI card is present. Click \"Yes\"\n"
"if you know that there is a SCSI card installed in your machine. You will\n"
"be presented a list of SCSI cards to choose from. Click \"No\" if you have\n"
-"no SCSI hardware. If you are unsure you can check the list of hardware\n"
+"no SCSI hardware. If you are unsure, you can check the list of hardware\n"
"detected in your machine by selecting \"See hardware info\" and clicking\n"
"\"OK\". Examine the list of hardware and then click on the \"OK\" button to\n"
"return to the SCSI interface question.\n"
"\n"
"If you have to manually specify your adapter, DrakX will ask if you want to\n"
"specify options for it. You should allow DrakX to probe the hardware for\n"
-"the card-specific options that the hardware needs to initialize. This\n"
+"the card-specific options which the hardware needs to initialize. This\n"
"usually works well.\n"
"\n"
-"If DrakX is not able to probe for the options that need to be passed, you\n"
-"will need to manually provide options to the driver. Please review the\n"
-"``User Guide'' (chapter 3, section \"Collecting information on your\n"
-"hardware\") for hints on retrieving the parameters required from hardware\n"
-"documentation, from the manufacturer's web site (if you have Internet\n"
-"access) or from Microsoft Windows (if you used this hardware with Windows\n"
-"on your system)."
+"If DrakX is not able to probe for the options which need to be passed, you\n"
+"will need to provide options to the driver manually. Please review the\n"
+"``User Guide'' (chapter 3, in the ``Collecting Information on Your\n"
+"Hardware'' section) for hints on retrieving the parameters required from\n"
+"hardware documentation, from the manufacturer's web site (if you have\n"
+"Internet access) or from MicrosoftWindows (if you used this hardware with\n"
+"Windows on your system)."
msgstr ""
"DrakX hakee koneeseen asennettuja PCI-vylisi SCSI-laitteita. \n"
"Jos SCSI-laite lytyy ja DrakX tiet mit ajuria kytt, laite otetaan \n"
@@ -3235,23 +3631,24 @@ msgstr ""
"(jos\n"
"se on asennettu tietokoneeseesi)."
-#: ../../help.pm_.c:720
+#: ../../help.pm_.c:784
msgid ""
"You can add additional entries for yaboot, either for other operating\n"
"systems, alternate kernels, or for an emergency boot image.\n"
"\n"
-"For other OS's, the entry consists only of a label and the root partition.\n"
+"For other OSs, the entry consists only of a label and the \"root\"\n"
+"partition.\n"
"\n"
"For Linux, there are a few possible options:\n"
"\n"
" * Label: this is simply the name you will have to type at the yaboot "
"prompt\n"
-"to select this boot option.\n"
+"to select this boot option;\n"
"\n"
" * Image: this would be the name of the kernel to boot. Typically, vmlinux\n"
-"or a variation of vmlinux with an extension.\n"
+"or a variation of vmlinux with an extension;\n"
"\n"
-" * Root: the \"root\" device or \"/\" for your Linux installation.\n"
+" * Root: the \"root\" device or ``/'' for your Linux installation;\n"
"\n"
" * Append: on Apple hardware, the kernel append option is used quite often\n"
"to assist in initializing video hardware, or to enable keyboard mouse\n"
@@ -3265,107 +3662,103 @@ msgid ""
"\n"
" * Initrd: this option can be used either to load initial modules, before\n"
"the boot device is available, or to load a ramdisk image for an emergency\n"
-"boot situation.\n"
+"boot situation;\n"
"\n"
" * Initrd-size: the default ramdisk size is generally 4,096 bytes. If you\n"
-"need to allocate a large ramdisk, this option can be used.\n"
+"need to allocate a large ramdisk, this option can be used;\n"
"\n"
" * Read-write: normally the \"root\" partition is initially brought up in\n"
-"read-only, to allow a file system check before the system becomes \"live\".\n"
-"Here, you can override this option.\n"
+"read-only, to allow a file system check before the system becomes ``live''.\n"
+"Here, you can override this option;\n"
"\n"
" * NoVideo: should the Apple video hardware prove to be exceptionally\n"
-"problematic, you can select this option to boot in \"novideo\" mode, with\n"
-"native frame buffer support.\n"
+"problematic, you can select this option to boot in ``novideo'' mode, with\n"
+"native frame buffer support;\n"
"\n"
" * Default: selects this entry as being the default Linux selection,\n"
"selectable by just pressing ENTER at the yaboot prompt. This entry will\n"
-"also be highlighted with a \"*\", if you press [Tab] to see the boot\n"
+"also be highlighted with a ``*'', if you press [Tab] to see the boot\n"
"selections."
msgstr ""
-#: ../../help.pm_.c:765
+#: ../../help.pm_.c:830
msgid ""
-"Yaboot is a boot loader for NewWorld MacIntosh hardware. It is able to boot\n"
+"Yaboot is a bootloader for NewWorld MacIntosh hardware. It is able to boot\n"
"either GNU/Linux, MacOS or MacOSX if present on your computer. Normally,\n"
"these other operating systems are correctly detected and installed. If this\n"
-"is not the case, you can add an entry by hand in this screen. Be careful as\n"
-"to choose the correct parameters.\n"
+"is not the case, you can add an entry by hand in this screen. Be careful to\n"
+"choose the correct parameters.\n"
"\n"
"Yaboot's main options are:\n"
"\n"
-" * Init Message: a simple text message that is displayed before the boot\n"
-"prompt.\n"
+" * Init Message: a simple text message displayed before the boot prompt;\n"
"\n"
-" * Boot Device: indicate where you want to place the information required "
-"to\n"
-"boot to GNU/Linux. Generally, you setup a bootstrap partition earlier to\n"
-"hold this information.\n"
+" * Boot Device: indicates where you want to place the information required\n"
+"to boot to GNU/Linux. Generally, you set up a bootstrap partition earlier\n"
+"to hold this information;\n"
"\n"
" * Open Firmware Delay: unlike LILO, there are two delays available with\n"
"yaboot. The first delay is measured in seconds and at this point, you can\n"
-"choose between CD, OF boot, MacOS or Linux.\n"
+"choose between CD, OF boot, MacOS or Linux;\n"
"\n"
" * Kernel Boot Timeout: this timeout is similar to the LILO boot delay.\n"
"After selecting Linux, you will have this delay in 0.1 second before your\n"
-"default kernel description is selected.\n"
+"default kernel description is selected;\n"
"\n"
-" * Enable CD Boot?: checking this option allows you to choose \"C\" for CD\n"
-"at the first boot prompt.\n"
+" * Enable CD Boot?: checking this option allows you to choose ``C'' for CD\n"
+"at the first boot prompt;\n"
"\n"
-" * Enable OF Boot?: checking this option allows you to choose \"N\" for "
+" * Enable OF Boot?: checking this option allows you to choose ``N'' for "
"Open\n"
-"Firmware at the first boot prompt.\n"
+"Firmware at the first boot prompt;\n"
"\n"
" * Default OS: you can select which OS will boot by default when the Open\n"
"Firmware Delay expires."
msgstr ""
-#: ../../help.pm_.c:798
+#: ../../help.pm_.c:862
msgid ""
"Here are presented various parameters concerning your machine. Depending on\n"
-"your installed hardware, you may - or not, see the following entries:\n"
+"your installed hardware, you may or not, see the following entries:\n"
"\n"
-" * \"Mouse\": mouse check the current mouse configuration and click on the\n"
-"button to change it if necessary.\n"
+" * \"Mouse\": check the current mouse configuration and click on the button\n"
+"to change it if necessary;\n"
"\n"
-" * \"Keyboard\": keyboard check the current keyboard map configuration and\n"
-"click on the button to change that if necessary.\n"
+" * \"Keyboard\": check the current keyboard map configuration and click on\n"
+"the button to change that if necessary;\n"
"\n"
-" * \"Timezone\": time zoneDrakX, by default, guesses your time zone from "
-"the\n"
-"language you have chosen. But here again, as for the choice of a keyboard,\n"
-"you may not be in the country for which the chosen language should\n"
-"correspond. Hence, you may need to click on the \"Timezone\" button in\n"
-"order to configure the clock according to the time zone you are in.\n"
+" * \"Timezone\": DrakX, by default, guesses your time zone from the "
+"language\n"
+"you have chosen. But here again, as for the choice of a keyboard, you may\n"
+"not be in the country for which the chosen language should correspond.\n"
+"Hence, you may need to click on the \"Timezone\" button in order to\n"
+"configure the clock according to the time zone you are in;\n"
"\n"
" * \"Printer\": clicking on the \"No Printer\" button will open the printer\n"
-"configuration wizard.\n"
+"configuration wizard;\n"
"\n"
" * \"Sound card\": if a sound card is detected on your system, it is\n"
-"displayed here. No modification possible at installation time.\n"
+"displayed here. No modification possible at installation time;\n"
"\n"
" * \"TV card\": if a TV card is detected on your system, it is displayed\n"
-"here. No modification possible at installation time.\n"
+"here. No modification possible at installation time;\n"
"\n"
" * \"ISDN card\": if an ISDN card is detected on your system, it is\n"
"displayed here. You can click on the button to change the parameters\n"
-"associated to it."
+"associated with it."
msgstr ""
-#: ../../help.pm_.c:827
-#, fuzzy
+#: ../../help.pm_.c:891
msgid ""
-"Choose the hard drive you want to erase to install your new Mandrake Linux\n"
-"partition. Be careful, all data present on it will be lost and will not be\n"
-"recoverable!"
+"Choose the hard drive you want to erase in order to install your new\n"
+"Mandrake Linux partition. Be careful, all data present on it will be lost\n"
+"and will not be recoverable!"
msgstr ""
-"Valitse levyasema, jolle haluat asentaa uuden Mandrake Linux -osion.\n"
-"Ole varovainen, sill kaikki tieto tll asemalla tuhoutuu,\n"
-"eik ole en palautettavissa."
+"Valitse kiintolevy, jonka haluat tyhjent uudelle Mandrake Linux -osiolle.\n"
+"Ole varovainen, koska kaikki asemalla oleva tieto tuhoutuu eik ole en\n"
+"palautettavissa!"
-#: ../../help.pm_.c:832
-#, fuzzy
+#: ../../help.pm_.c:896
msgid ""
"Click on \"OK\" if you want to delete all data and partitions present on\n"
"this hard drive. Be careful, after clicking on \"OK\", you will not be able\n"
@@ -3375,22 +3768,28 @@ msgid ""
"Click on \"Cancel\" to cancel this operation without losing any data and\n"
"partitions present on this hard drive."
msgstr ""
-"Paina \"OK\", jos haluat tuhota kaiken tiedon ja osiot tlt\n"
-"kiintolevylt. Mys levyll olleet Windowsin tiedostot tuhoutuvat.\n"
-"Valittuasi \"OK\" et voi en palauttaa nit tietoja ennalleen,\n"
-"joten ole varovainen.\n"
-"\n"
+"Paina \"OK\", jos haluat tuhota kaiken tll kiintolevyll olevan tiedon\n"
+"sek osiot. Ole varovainen, sill painettuasi \"OK\" et voi en palauttaa\n"
+"mitn tll kiintolevyll olleita tietoja ja osioita, mukaanlukien kaikki\n"
+"Windows-tiedostot.\n"
"\n"
-"Paina \"Peruuta\" peruuttaaksesi tmn toiminnon. Peruuttamalla\n"
-"toiminnon et menet mitn levyll olevia tietoja tai osioita."
+"Paina \"Peruuta\" keskeyttksesi tmn toiminnon ilman ett menett\n"
+"mitn kiintolevyll ollutta tietoa ja osoita."
-#: ../../install2.pm_.c:114
+#: ../../install2.pm_.c:113
#, c-format
msgid ""
-"Can't access kernel modules corresponding to your kernel (file %s is missing)"
+"Can't access kernel modules corresponding to your kernel (file %s is "
+"missing), this generally means your boot floppy in not in sync with the "
+"Installation medium (please create a newer boot floppy)"
msgstr ""
-#: ../../install_any.pm_.c:421
+#: ../../install2.pm_.c:169
+#, c-format
+msgid "You must also format %s"
+msgstr "Sinun tytyy mys alustaa %s"
+
+#: ../../install_any.pm_.c:411
#, c-format
msgid ""
"You have selected the following server(s): %s\n"
@@ -3415,7 +3814,7 @@ msgstr ""
"\n"
"Haluatko todella asentaa nm palvelimet?\n"
-#: ../../install_any.pm_.c:457
+#: ../../install_any.pm_.c:447
msgid "Can't use broadcast with no NIS domain"
msgstr ""
@@ -3436,20 +3835,11 @@ msgstr ""
"Kyttksesi tt \"tallennetut paketit\" valintaa, kynnist asennus "
"optiolla \"linux defcfg=floppy\""
-#: ../../install_any.pm_.c:831 ../../partition_table.pm_.c:737
+#: ../../install_any.pm_.c:831 ../../partition_table.pm_.c:763
#, c-format
msgid "Error reading file %s"
msgstr "Virhe lukiessa tiedostoa %s"
-#: ../../install_gtk.pm_.c:84 ../../install_steps_gtk.pm_.c:325
-#: ../../interactive.pm_.c:107 ../../interactive.pm_.c:122
-#: ../../interactive.pm_.c:286 ../../interactive.pm_.c:308
-#: ../../interactive_http.pm_.c:104 ../../interactive_newt.pm_.c:170
-#: ../../interactive_stdio.pm_.c:27 ../../my_gtk.pm_.c:415
-#: ../../my_gtk.pm_.c:716 ../../my_gtk.pm_.c:738
-msgid "Ok"
-msgstr "Ok"
-
#: ../../install_interactive.pm_.c:23
#, c-format
msgid ""
@@ -3460,7 +3850,7 @@ msgstr ""
"kunnolla.\n"
"Voit lyt listietoja edellmainituista tlt: %s"
-#: ../../install_interactive.pm_.c:44
+#: ../../install_interactive.pm_.c:58
msgid ""
"You must have a root partition.\n"
"For this, create a partition (or click on an existing one).\n"
@@ -3470,11 +3860,11 @@ msgstr ""
"Tt varten luo osio (tai klikkaa olemassaolevaa).\n"
"Valitse sitten toiminto ``Liitospaikka'' ja aseta se arvoon `/'"
-#: ../../install_interactive.pm_.c:49 ../../install_steps_graphical.pm_.c:259
+#: ../../install_interactive.pm_.c:63
msgid "You must have a swap partition"
msgstr "Sinulla tulee olla heittovaihtotiedosto"
-#: ../../install_interactive.pm_.c:50 ../../install_steps_graphical.pm_.c:261
+#: ../../install_interactive.pm_.c:64
msgid ""
"You don't have a swap partition\n"
"\n"
@@ -3484,60 +3874,59 @@ msgstr ""
"\n"
"Jatka kuitenkin?"
-#: ../../install_interactive.pm_.c:53 ../../install_steps.pm_.c:165
-#, fuzzy
+#: ../../install_interactive.pm_.c:67 ../../install_steps.pm_.c:163
msgid "You must have a FAT partition mounted in /boot/efi"
-msgstr "Sinulla tulee olla heittovaihtotiedosto"
+msgstr "Sinulla pit olla FAT-osio liitettyn hakemistoon /boot/efi"
-#: ../../install_interactive.pm_.c:76
+#: ../../install_interactive.pm_.c:90
msgid "Use free space"
msgstr "Kyt tyhj tilaa"
-#: ../../install_interactive.pm_.c:78
+#: ../../install_interactive.pm_.c:92
msgid "Not enough free space to allocate new partitions"
msgstr "Ei tarpeeksi tilaa uusien osioiden luomiseksi"
-#: ../../install_interactive.pm_.c:86
+#: ../../install_interactive.pm_.c:100
msgid "Use existing partition"
msgstr "Kyt olemassa olevia osioita"
-#: ../../install_interactive.pm_.c:88
+#: ../../install_interactive.pm_.c:102
msgid "There is no existing partition to use"
msgstr "Ei ole olemassa olevaa osiota kytettvksi"
-#: ../../install_interactive.pm_.c:95
+#: ../../install_interactive.pm_.c:109
msgid "Use the Windows partition for loopback"
msgstr "Kyt Windows-osiota loopback-tiedostona"
-#: ../../install_interactive.pm_.c:98
+#: ../../install_interactive.pm_.c:112
msgid "Which partition do you want to use for Linux4Win?"
msgstr "Mille osiolle haluat laittaa Linux4Win:in?"
-#: ../../install_interactive.pm_.c:100
+#: ../../install_interactive.pm_.c:114
msgid "Choose the sizes"
msgstr "Valitse koot"
-#: ../../install_interactive.pm_.c:101
+#: ../../install_interactive.pm_.c:115
msgid "Root partition size in MB: "
msgstr "Juuriosion koko Mt: "
-#: ../../install_interactive.pm_.c:102
+#: ../../install_interactive.pm_.c:116
msgid "Swap partition size in MB: "
msgstr "Sivutusosion koko Mt: "
-#: ../../install_interactive.pm_.c:111
+#: ../../install_interactive.pm_.c:125
msgid "Use the free space on the Windows partition"
msgstr "Kyt tyhj tilaa Windows-osiolla"
-#: ../../install_interactive.pm_.c:114
+#: ../../install_interactive.pm_.c:128
msgid "Which partition do you want to resize?"
msgstr "Mink osion kokoa haluat muuttaa?"
-#: ../../install_interactive.pm_.c:116
+#: ../../install_interactive.pm_.c:130
msgid "Computing Windows filesystem bounds"
msgstr "Lasken Windows-tiedostojrjestelmn rajoja"
-#: ../../install_interactive.pm_.c:119
+#: ../../install_interactive.pm_.c:133
#, c-format
msgid ""
"The FAT resizer is unable to handle your partition, \n"
@@ -3546,47 +3935,47 @@ msgstr ""
"FAT-jrjestelmn koon muuttaja ei osaa ksitell osiotasi,\n"
"saatiin seuraava virhe: %s"
-#: ../../install_interactive.pm_.c:122
+#: ../../install_interactive.pm_.c:136
msgid "Your Windows partition is too fragmented, please run ``defrag'' first"
msgstr ""
"Windows-osiosi on liian pirstoutunut, mene Windowsiin ja aja \"defrag\" ensin"
-#: ../../install_interactive.pm_.c:123
+#: ../../install_interactive.pm_.c:137
msgid ""
"WARNING!\n"
"\n"
-"DrakX will now resize your Windows partition. Be careful: this operation is\n"
-"dangerous. If you have not already done so, you should first exit the\n"
-"installation, run scandisk under Windows (and optionally run defrag), then\n"
-"restart the installation. You should also backup your data.\n"
+"DrakX will now resize your Windows partition. Be careful:\n"
+"this operation is dangerous. If you have not already done\n"
+"so, you should first exit the installation, run scandisk\n"
+"under Windows (and optionally run defrag), then restart the\n"
+"installation. You should also backup your data.\n"
"When sure, press Ok."
msgstr ""
"VAROITUS!\n"
"\n"
-"DrakX aikoo muuttaa Windows-osiosi kokoa. Ole varovainen: tm toimenpide\n"
-"on vaarallinen. Ellet ole viel tarkistanut ja eheyttnyt Windows-osioitasi, "
-"poistu\n"
-"asennuksesta Windowsiin ja eheyt asema (scandisk ja defrag). Sinun olisi "
-"syyt\n"
-"samalla ottaa varmuuskopio tiedostoistasi. Kun olet tehnyt tmn, voit "
-"kynnist\n"
-"asennusohjelman uudelleen, edet thn kohtaan ja painaa Ok."
+"DrakX aikoo nyt muuttaa Windows-osiosi kokoa. Ole varovainen:\n"
+"tm toimenpide on vaarallinen. Jos et ole viel tarkistanut \n"
+"Windows-osioitasi, sinun tulisi poistua asennuksesta, ajaa\n"
+"kiintolevyjen tarkistus Windowsissa (sek mahdollisesti mys\n"
+"eheytt levyt). Sen jlkeen voit aloittaa asennuksen uudelleen.\n"
+"Samalla suosittelen ottamaan varmuuskopiot trkeist tiedoista.Kun olet "
+"varma, paina Ok."
-#: ../../install_interactive.pm_.c:132
+#: ../../install_interactive.pm_.c:147
msgid "Which size do you want to keep for windows on"
msgstr "Kuinka paljon tilaa haluat silytt Windowsilla"
-#: ../../install_interactive.pm_.c:133
+#: ../../install_interactive.pm_.c:148
#, c-format
msgid "partition %s"
msgstr "osio %s"
-#: ../../install_interactive.pm_.c:139
+#: ../../install_interactive.pm_.c:155
#, c-format
msgid "FAT resizing failed: %s"
msgstr "FAT-tiedostojrjestelmn koon muuttaminen eponnistui: %s"
-#: ../../install_interactive.pm_.c:154
+#: ../../install_interactive.pm_.c:170
msgid ""
"There is no FAT partitions to resize or to use as loopback (or not enough "
"space left)"
@@ -3594,33 +3983,33 @@ msgstr ""
"Ei ole FAT-osioita, joiden kokoa voisi muuttaa tai kytt loopback-"
"tiedostoina (tai osiot ovat tynn)"
-#: ../../install_interactive.pm_.c:160
+#: ../../install_interactive.pm_.c:176
msgid "Erase entire disk"
msgstr "Tyhjenn koko levy"
-#: ../../install_interactive.pm_.c:160
+#: ../../install_interactive.pm_.c:176
msgid "Remove Windows(TM)"
msgstr "Poista Windows(TM)"
-#: ../../install_interactive.pm_.c:163
+#: ../../install_interactive.pm_.c:179
msgid "You have more than one hard drive, which one do you install linux on?"
msgstr "Sinulla on enemmn kuin yksi kiintolevy. Mille haluat asentaa Linuxin?"
# mat
-#: ../../install_interactive.pm_.c:166
+#: ../../install_interactive.pm_.c:182
#, c-format
msgid "ALL existing partitions and their data will be lost on drive %s"
msgstr "KAIKKI olemassaolevat osiot ja niiss oleva tieto tuhoutuu asemalta %s"
-#: ../../install_interactive.pm_.c:174
+#: ../../install_interactive.pm_.c:190
msgid "Custom disk partitioning"
msgstr "Mukautettu levyn osiointi"
-#: ../../install_interactive.pm_.c:178
+#: ../../install_interactive.pm_.c:194
msgid "Use fdisk"
msgstr "Kyt fdiski"
-#: ../../install_interactive.pm_.c:181
+#: ../../install_interactive.pm_.c:197
#, c-format
msgid ""
"You can now partition %s.\n"
@@ -3629,33 +4018,33 @@ msgstr ""
"Voit nyt osioda kiintolevysi %s\n"
"Kun olet valmis, l unohda tallettaa asetuksia komennolla `w'"
-#: ../../install_interactive.pm_.c:210
+#: ../../install_interactive.pm_.c:226
msgid "You don't have enough free space on your Windows partition"
msgstr "Sinulla ei ole tarpeeksi tilaa Windows-osiollasi"
-#: ../../install_interactive.pm_.c:226
+#: ../../install_interactive.pm_.c:242
msgid "I can't find any room for installing"
msgstr "Ei ole tarpeeksi tilaa asentamiseen"
-#: ../../install_interactive.pm_.c:230
+#: ../../install_interactive.pm_.c:246
msgid "The DrakX Partitioning wizard found the following solutions:"
msgstr "DrakX-Osiointivelho lysi seuraavat ratkaisut:"
# mat
-#: ../../install_interactive.pm_.c:235
+#: ../../install_interactive.pm_.c:251
#, c-format
msgid "Partitioning failed: %s"
msgstr "Osiointi eponnistui: %s"
-#: ../../install_interactive.pm_.c:241
+#: ../../install_interactive.pm_.c:261
msgid "Bringing up the network"
msgstr "Kynnistn verkkoa"
-#: ../../install_interactive.pm_.c:246
+#: ../../install_interactive.pm_.c:266
msgid "Bringing down the network"
msgstr "Ajan alas verkkoa"
-#: ../../install_steps.pm_.c:73
+#: ../../install_steps.pm_.c:76
msgid ""
"An error occurred, but I don't know how to handle it nicely.\n"
"Continue at your own risk."
@@ -3663,12 +4052,12 @@ msgstr ""
"Tapahtui virhe, sit ei voida ksitell kunnolla.\n"
"Jatka omalla riskillsi."
-#: ../../install_steps.pm_.c:207
+#: ../../install_steps.pm_.c:205
#, c-format
msgid "Duplicate mount point %s"
msgstr "Kahdentunut liitospaikka %s"
-#: ../../install_steps.pm_.c:384
+#: ../../install_steps.pm_.c:388
msgid ""
"Some important packages didn't get installed properly.\n"
"Either your cdrom drive or your cdrom is defective.\n"
@@ -3680,93 +4069,21 @@ msgstr ""
"Tarkista cdrom Linux-koneessa kyttmll \"rpm -qpl Mandrake/RPMS/*.rpm\"\n"
# mat
-#: ../../install_steps.pm_.c:459
+#: ../../install_steps.pm_.c:458
#, c-format
msgid "Welcome to %s"
msgstr "Tervetuloa %s:n"
-#: ../../install_steps.pm_.c:506 ../../install_steps.pm_.c:709
+#: ../../install_steps.pm_.c:513 ../../install_steps.pm_.c:755
msgid "No floppy drive available"
msgstr "Ei levykeasemaa kytettviss"
-#: ../../install_steps_auto_install.pm_.c:77
-#: ../../install_steps_stdio.pm_.c:23
+#: ../../install_steps_auto_install.pm_.c:76
+#: ../../install_steps_stdio.pm_.c:22
#, c-format
msgid "Entering step `%s'\n"
msgstr "Siirryn vaiheeseen `%s'\n"
-#: ../../install_steps_graphical.pm_.c:287
-msgid "Choose the size you want to install"
-msgstr "Valitse asennuksen koko"
-
-#: ../../install_steps_graphical.pm_.c:334
-msgid "Total size: "
-msgstr "Kokonaiskoko: "
-
-#: ../../install_steps_graphical.pm_.c:346 ../../install_steps_gtk.pm_.c:387
-#, c-format
-msgid "Version: %s\n"
-msgstr "Versio: %s\n"
-
-#: ../../install_steps_graphical.pm_.c:347 ../../install_steps_gtk.pm_.c:388
-#, c-format
-msgid "Size: %d KB\n"
-msgstr "Koko: %d Kt\n"
-
-#: ../../install_steps_graphical.pm_.c:462 ../../install_steps_gtk.pm_.c:481
-#: ../../install_steps_interactive.pm_.c:509
-msgid "Choose the packages you want to install"
-msgstr "Valitse asennettavat paketit"
-
-#: ../../install_steps_graphical.pm_.c:465 ../../interactive_gtk.pm_.c:571
-msgid "Info"
-msgstr "Tietoja"
-
-#: ../../install_steps_graphical.pm_.c:473 ../../install_steps_gtk.pm_.c:457
-#: ../../install_steps_interactive.pm_.c:212
-msgid "Install"
-msgstr "Asenna"
-
-#: ../../install_steps_graphical.pm_.c:492 ../../install_steps_gtk.pm_.c:497
-#: ../../install_steps_interactive.pm_.c:695
-msgid "Installing"
-msgstr "Asennan"
-
-#: ../../install_steps_graphical.pm_.c:499
-msgid "Please wait, "
-msgstr "Odota hetki, "
-
-#: ../../install_steps_graphical.pm_.c:501 ../../install_steps_gtk.pm_.c:510
-msgid "Time remaining "
-msgstr "Jljell "
-
-#: ../../install_steps_graphical.pm_.c:502
-msgid "Total time "
-msgstr "Kokonaisaika "
-
-#: ../../install_steps_graphical.pm_.c:507
-#: ../../install_steps_interactive.pm_.c:695
-msgid "Preparing installation"
-msgstr "Valmistelen asennusta"
-
-#: ../../install_steps_graphical.pm_.c:528 ../../install_steps_gtk.pm_.c:558
-#, c-format
-msgid "Installing package %s"
-msgstr "Asennan pakettia %s"
-
-#: ../../install_steps_graphical.pm_.c:553 ../../install_steps_gtk.pm_.c:642
-#: ../../install_steps_gtk.pm_.c:646
-msgid "Go on anyway?"
-msgstr "Jatka kuitenkin?"
-
-#: ../../install_steps_graphical.pm_.c:553 ../../install_steps_gtk.pm_.c:642
-msgid "There was an error ordering packages:"
-msgstr "Tapahtu virhe jrjestettess paketteja:"
-
-#: ../../install_steps_graphical.pm_.c:577
-msgid "Use existing configuration for X11?"
-msgstr "Kyt olemassaolevia asetuksia X11:ta?"
-
#: ../../install_steps_gtk.pm_.c:148
msgid ""
"Your system is low on resource. You may have some problem installing\n"
@@ -3780,12 +4097,12 @@ msgstr ""
"paina `F1' kun\n"
"kynnistt asennusohjelmaa CDROM-asemasta. Tmn jlkeen kirjoita `text'."
-#: ../../install_steps_gtk.pm_.c:159 ../../install_steps_interactive.pm_.c:187
+#: ../../install_steps_gtk.pm_.c:159 ../../install_steps_interactive.pm_.c:224
msgid "Install Class"
msgstr "Asennusluokka"
#: ../../install_steps_gtk.pm_.c:162
-msgid "Please, choose one of the following classes of installation:"
+msgid "Please choose one of the following classes of installation:"
msgstr "Valitse yksi seuraavista asennusluokista:"
#: ../../install_steps_gtk.pm_.c:228
@@ -3833,62 +4150,72 @@ msgstr "Voit valita paketit tarkemmin seuraavassa vaiheessa"
msgid "Percentage of packages to install"
msgstr "Prosenttiosuus asennettavista paketeista"
-#: ../../install_steps_gtk.pm_.c:291 ../../install_steps_interactive.pm_.c:619
+#: ../../install_steps_gtk.pm_.c:291 ../../install_steps_interactive.pm_.c:705
msgid "Package Group Selection"
msgstr "Pakettiryhmien valinta"
-#: ../../install_steps_gtk.pm_.c:320 ../../install_steps_interactive.pm_.c:634
+#: ../../install_steps_gtk.pm_.c:323 ../../install_steps_interactive.pm_.c:720
msgid "Individual package selection"
msgstr "Yksittisten pakettien valinta"
# mat
-#: ../../install_steps_gtk.pm_.c:343 ../../install_steps_interactive.pm_.c:598
+#: ../../install_steps_gtk.pm_.c:346 ../../install_steps_interactive.pm_.c:645
#, c-format
msgid "Total size: %d / %d MB"
msgstr "Koko yhteens: %d / %d Mt"
-#: ../../install_steps_gtk.pm_.c:385
+#: ../../install_steps_gtk.pm_.c:391
msgid "Bad package"
msgstr "Viallinen paketti"
-#: ../../install_steps_gtk.pm_.c:386
+#: ../../install_steps_gtk.pm_.c:392
#, c-format
msgid "Name: %s\n"
msgstr "Nimi: %s\n"
-#: ../../install_steps_gtk.pm_.c:389
+#: ../../install_steps_gtk.pm_.c:393
+#, c-format
+msgid "Version: %s\n"
+msgstr "Versio: %s\n"
+
+#: ../../install_steps_gtk.pm_.c:394
+#, c-format
+msgid "Size: %d KB\n"
+msgstr "Koko: %d Kt\n"
+
+#: ../../install_steps_gtk.pm_.c:395
#, c-format
msgid "Importance: %s\n"
msgstr "Trkeys: %s\n"
-#: ../../install_steps_gtk.pm_.c:411
+#: ../../install_steps_gtk.pm_.c:417
msgid ""
"You can't select this package as there is not enough space left to install it"
msgstr ""
"Et voi asentaa tt pakettia, koska levyll ei ole tarpeeksi tilaa sen "
"asentamiseksi"
-#: ../../install_steps_gtk.pm_.c:416
+#: ../../install_steps_gtk.pm_.c:422
msgid "The following packages are going to be installed"
msgstr "Seuraavat paketit asennetaan"
-#: ../../install_steps_gtk.pm_.c:417
+#: ../../install_steps_gtk.pm_.c:423
msgid "The following packages are going to be removed"
msgstr "Seuraavat paketit poistetaan"
-#: ../../install_steps_gtk.pm_.c:429
+#: ../../install_steps_gtk.pm_.c:435
msgid "You can't select/unselect this package"
msgstr "Et voi valita/poistaa tt pakettia"
-#: ../../install_steps_gtk.pm_.c:441
+#: ../../install_steps_gtk.pm_.c:447
msgid "This is a mandatory package, it can't be unselected"
msgstr "Tm on pakollinen paketti, sit ei voida poistaa valinnoista"
-#: ../../install_steps_gtk.pm_.c:443
+#: ../../install_steps_gtk.pm_.c:449
msgid "You can't unselect this package. It is already installed"
msgstr "Et voi poistaa tmn paketin valintaa. Se on jo asennettu"
-#: ../../install_steps_gtk.pm_.c:447
+#: ../../install_steps_gtk.pm_.c:453
msgid ""
"This package must be upgraded\n"
"Are you sure you want to deselect it?"
@@ -3896,44 +4223,103 @@ msgstr ""
"Tm paketti tulee pivitt\n"
"Oletko varma ett haluat poistaa valinnan?"
-#: ../../install_steps_gtk.pm_.c:451
+#: ../../install_steps_gtk.pm_.c:457
msgid "You can't unselect this package. It must be upgraded"
msgstr "Et voi poistaa tmn paketin valintaa. Paketti pit pivitt."
-#: ../../install_steps_gtk.pm_.c:456
+#: ../../install_steps_gtk.pm_.c:462
msgid "Show automatically selected packages"
msgstr "Nyt automaattisesti valitut paketit"
-#: ../../install_steps_gtk.pm_.c:460
-#, fuzzy
+#: ../../install_steps_gtk.pm_.c:463 ../../install_steps_interactive.pm_.c:246
+#: ../../install_steps_interactive.pm_.c:250
+msgid "Install"
+msgstr "Asenna"
+
+#: ../../install_steps_gtk.pm_.c:466
msgid "Load/Save on floppy"
-msgstr "Tallenna levykkeelle"
+msgstr "Lataa/Tallenna levykkeelle"
-#: ../../install_steps_gtk.pm_.c:461
-#, fuzzy
+#: ../../install_steps_gtk.pm_.c:467
msgid "Updating package selection"
-msgstr "Yksittisten pakettien valinta"
+msgstr "Pivitn pakettien valintaa"
# Asennuksen sivuvalikko
-#: ../../install_steps_gtk.pm_.c:466
-#, fuzzy
+#: ../../install_steps_gtk.pm_.c:472
msgid "Minimal install"
-msgstr "Lopeta asennus"
+msgstr "Minimaalinen asennus"
-#: ../../install_steps_gtk.pm_.c:503
+#: ../../install_steps_gtk.pm_.c:487 ../../install_steps_interactive.pm_.c:555
+msgid "Choose the packages you want to install"
+msgstr "Valitse asennettavat paketit"
+
+#: ../../install_steps_gtk.pm_.c:503 ../../install_steps_interactive.pm_.c:787
+msgid "Installing"
+msgstr "Asennan"
+
+#: ../../install_steps_gtk.pm_.c:509
msgid "Estimating"
msgstr "Arvioin aikaa"
-#: ../../install_steps_gtk.pm_.c:522
+#: ../../install_steps_gtk.pm_.c:516
+msgid "Time remaining "
+msgstr "Jljell "
+
+#: ../../install_steps_gtk.pm_.c:528
msgid "Please wait, preparing installation"
msgstr "Valmistelen asennusta"
-#: ../../install_steps_gtk.pm_.c:553
+#: ../../install_steps_gtk.pm_.c:611
#, c-format
msgid "%d packages"
msgstr "%d pakettia"
-#: ../../install_steps_gtk.pm_.c:599
+#: ../../install_steps_gtk.pm_.c:616
+#, c-format
+msgid "Installing package %s"
+msgstr "Asennan pakettia %s"
+
+#: ../../install_steps_gtk.pm_.c:657 ../../install_steps_interactive.pm_.c:185
+#: ../../install_steps_interactive.pm_.c:811
+#: ../../standalone/drakautoinst_.c:203
+msgid "Accept"
+msgstr "Hyvksy"
+
+#: ../../install_steps_gtk.pm_.c:657 ../../install_steps_interactive.pm_.c:185
+#: ../../install_steps_interactive.pm_.c:811
+msgid "Refuse"
+msgstr "Hylk"
+
+#: ../../install_steps_gtk.pm_.c:658 ../../install_steps_interactive.pm_.c:812
+#, 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 ""
+"Vaihda CD-levy!\n"
+"\n"
+"Aseta CD-levy nimeltn \"%s\" CD-asemaan ja paina Ok kun olet valmis.\n"
+"Jos sinulla ei ole levy, paina Peruuta vlttksesi asennukset tlt "
+"levylt."
+
+#: ../../install_steps_gtk.pm_.c:672 ../../install_steps_gtk.pm_.c:676
+#: ../../install_steps_interactive.pm_.c:824
+#: ../../install_steps_interactive.pm_.c:828
+msgid "Go on anyway?"
+msgstr "Jatka kuitenkin?"
+
+#: ../../install_steps_gtk.pm_.c:672 ../../install_steps_interactive.pm_.c:824
+msgid "There was an error ordering packages:"
+msgstr "Tapahtu virhe jrjestettess paketteja:"
+
+#: ../../install_steps_gtk.pm_.c:676 ../../install_steps_interactive.pm_.c:828
+msgid "There was an error installing packages:"
+msgstr "Tapahtu virhe asennettaessa paketteja:"
+
+#: ../../install_steps_interactive.pm_.c:10
msgid ""
"\n"
"Warning\n"
@@ -3996,42 +4382,19 @@ msgstr ""
"asianomaisille tekijille ja ne on suojattu yksityisen omaisuuden ja \n"
"ohjelmiston tekijnoikeuslakien avulla.\n"
-#: ../../install_steps_gtk.pm_.c:627 ../../install_steps_interactive.pm_.c:148
-msgid "Accept"
-msgstr "Hyvksy"
-
-#: ../../install_steps_gtk.pm_.c:627 ../../install_steps_interactive.pm_.c:148
-msgid "Refuse"
-msgstr "Hylk"
-
-#: ../../install_steps_gtk.pm_.c:628
-#, 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 ""
-"Vaihda CD-levy!\n"
-"\n"
-"Aseta CD-levy nimeltn \"%s\" CD-asemaan ja paina Ok kun olet valmis.\n"
-"Jos sinulla ei ole levy, paina Peruuta vlttksesi asennukset tlt "
-"levylt."
-
-#: ../../install_steps_gtk.pm_.c:646
-msgid "There was an error installing packages:"
-msgstr "Tapahtu virhe asennettaessa paketteja:"
-
-#: ../../install_steps_interactive.pm_.c:37
+#: ../../install_steps_interactive.pm_.c:67
msgid "An error occurred"
msgstr "Tapahtui virhe"
-#: ../../install_steps_interactive.pm_.c:71
+#: ../../install_steps_interactive.pm_.c:85
+msgid "Do you really want to leave the installation?"
+msgstr "Haluatko todella poistua asennuksesta?"
+
+#: ../../install_steps_interactive.pm_.c:108
msgid "License agreement"
msgstr "Lisenssin hyvksyminen"
-#: ../../install_steps_interactive.pm_.c:72
+#: ../../install_steps_interactive.pm_.c:109
msgid ""
"Introduction\n"
"\n"
@@ -4152,99 +4515,104 @@ msgid ""
"For any question on this document, please contact MandrakeSoft S.A. \n"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:168
-#: ../../install_steps_interactive.pm_.c:871
+#: ../../install_steps_interactive.pm_.c:205
+#: ../../install_steps_interactive.pm_.c:1045
#: ../../standalone/keyboarddrake_.c:28
msgid "Keyboard"
msgstr "Nppimist"
-#: ../../install_steps_interactive.pm_.c:169
-#: ../../standalone/keyboarddrake_.c:29
-msgid "Please, choose your keyboard layout."
+#: ../../install_steps_interactive.pm_.c:206
+msgid "Please choose your keyboard layout."
msgstr "Valitse nppimistsi asettelu."
-#: ../../install_steps_interactive.pm_.c:170
+#: ../../install_steps_interactive.pm_.c:207
msgid "Here is the full list of keyboards available"
msgstr "Tss on koko lista olemassa olevista nppimistist"
-#: ../../install_steps_interactive.pm_.c:187
+#: ../../install_steps_interactive.pm_.c:224
msgid "Which installation class do you want?"
msgstr "Valitse asennuksen luokka?"
-#: ../../install_steps_interactive.pm_.c:189
+#: ../../install_steps_interactive.pm_.c:226
msgid "Install/Update"
msgstr "Asenna/Pivit"
-#: ../../install_steps_interactive.pm_.c:189
+#: ../../install_steps_interactive.pm_.c:226
msgid "Is this an install or an update?"
msgstr "Onko tm asennus vai pivitys?"
-#: ../../install_steps_interactive.pm_.c:198
+#: ../../install_steps_interactive.pm_.c:235
msgid "Recommended"
msgstr "Suositeltu"
-#: ../../install_steps_interactive.pm_.c:201
-#: ../../install_steps_interactive.pm_.c:204
+#: ../../install_steps_interactive.pm_.c:238
+#: ../../install_steps_interactive.pm_.c:241
msgid "Expert"
msgstr "Asiantuntija"
-#: ../../install_steps_interactive.pm_.c:212
-msgid "Update"
+#: ../../install_steps_interactive.pm_.c:246
+#: ../../install_steps_interactive.pm_.c:250
+msgid "Upgrade"
msgstr "Pivit"
-#: ../../install_steps_interactive.pm_.c:224 ../../standalone/mousedrake_.c:48
-msgid "Please, choose the type of your mouse."
+#: ../../install_steps_interactive.pm_.c:246
+#: ../../install_steps_interactive.pm_.c:250
+msgid "Upgrade packages only"
+msgstr "Pivit vain paketit"
+
+#: ../../install_steps_interactive.pm_.c:266
+msgid "Please choose the type of your mouse."
msgstr "Valitse hiiren tyyppi."
-#: ../../install_steps_interactive.pm_.c:230 ../../standalone/mousedrake_.c:64
+#: ../../install_steps_interactive.pm_.c:272 ../../standalone/mousedrake_.c:65
msgid "Mouse Port"
msgstr "Hiiren portti"
-#: ../../install_steps_interactive.pm_.c:231 ../../standalone/mousedrake_.c:65
+#: ../../install_steps_interactive.pm_.c:273 ../../standalone/mousedrake_.c:66
msgid "Please choose on which serial port your mouse is connected to."
msgstr "Mihin sarjaporttiin hiiresi on liitetty."
-#: ../../install_steps_interactive.pm_.c:239
+#: ../../install_steps_interactive.pm_.c:281
msgid "Buttons emulation"
msgstr "Nppinemulaatio"
-#: ../../install_steps_interactive.pm_.c:241
+#: ../../install_steps_interactive.pm_.c:283
msgid "Button 2 Emulation"
msgstr "2. nppimen emulaatio"
-#: ../../install_steps_interactive.pm_.c:242
+#: ../../install_steps_interactive.pm_.c:284
msgid "Button 3 Emulation"
msgstr "3. nppimen emulaatio"
-#: ../../install_steps_interactive.pm_.c:261
+#: ../../install_steps_interactive.pm_.c:305
msgid "Configuring PCMCIA cards..."
msgstr "Asetan PCMCIA kortteja...."
-#: ../../install_steps_interactive.pm_.c:261
+#: ../../install_steps_interactive.pm_.c:305
msgid "PCMCIA"
msgstr "PCMCIA"
-#: ../../install_steps_interactive.pm_.c:266
+#: ../../install_steps_interactive.pm_.c:312
msgid "Configuring IDE"
msgstr "Asetan IDE-levy"
-#: ../../install_steps_interactive.pm_.c:266
+#: ../../install_steps_interactive.pm_.c:312
msgid "IDE"
msgstr "IDE"
-#: ../../install_steps_interactive.pm_.c:281
+#: ../../install_steps_interactive.pm_.c:327
msgid "no available partitions"
msgstr "ei vapaita osioita"
-#: ../../install_steps_interactive.pm_.c:284
+#: ../../install_steps_interactive.pm_.c:330
msgid "Scanning partitions to find mount points"
msgstr "Tarkistan osioita lytkseni liitoskohdat"
-#: ../../install_steps_interactive.pm_.c:292
+#: ../../install_steps_interactive.pm_.c:338
msgid "Choose the mount points"
msgstr "Valitse liitospaikat"
-#: ../../install_steps_interactive.pm_.c:311
+#: ../../install_steps_interactive.pm_.c:357
#, c-format
msgid ""
"I can't read your partition table, it's too corrupted for me :(\n"
@@ -4261,7 +4629,7 @@ msgstr ""
"\n"
"Hyvksytk kaikkien osioiden menettmisen?\n"
-#: ../../install_steps_interactive.pm_.c:324
+#: ../../install_steps_interactive.pm_.c:370
msgid ""
"DiskDrake failed to read correctly the partition table.\n"
"Continue at your own risk!"
@@ -4269,60 +4637,62 @@ msgstr ""
"DiskDrake ei pystynyt lukemaan osiotaulua oikein.\n"
"Jatka omalla vastuullasi!"
-#: ../../install_steps_interactive.pm_.c:340
+#: ../../install_steps_interactive.pm_.c:386
msgid ""
"No free space for 1MB bootstrap! Install will continue, but to boot your "
"system, you'll need to create the bootstrap partition in DiskDrake"
msgstr ""
+"Ei vapaata tilaa 1 Mt:n kynnistyslohkoa varten! Asennusta jatketaan, mutta "
+"kynnistksesi jrjestelmn, sinun pit luoda kynnistyslohko-osio "
+"DiskDrakessa."
-#: ../../install_steps_interactive.pm_.c:349
-#, fuzzy
+#: ../../install_steps_interactive.pm_.c:395
msgid "No root partition found to perform an upgrade"
-msgstr "Valitse alustettavat osiot"
+msgstr "Pivitykseen tarvittavaa juuriosiota ei lytynyt"
-#: ../../install_steps_interactive.pm_.c:350
+#: ../../install_steps_interactive.pm_.c:396
msgid "Root Partition"
msgstr "Juuriosio"
-#: ../../install_steps_interactive.pm_.c:351
+#: ../../install_steps_interactive.pm_.c:397
msgid "What is the root partition (/) of your system?"
msgstr "Mik on jrjestelmsi juuriosio (/) ?"
-#: ../../install_steps_interactive.pm_.c:365
+#: ../../install_steps_interactive.pm_.c:411
msgid "You need to reboot for the partition table modifications to take place"
msgstr ""
"Sinun tulee kynnist jrjestelm uudelleen jotta muutokset tulevat voimaan"
-#: ../../install_steps_interactive.pm_.c:389
+#: ../../install_steps_interactive.pm_.c:435
msgid "Choose the partitions you want to format"
msgstr "Valitse alustettavat osiot"
-#: ../../install_steps_interactive.pm_.c:390
+#: ../../install_steps_interactive.pm_.c:436
msgid "Check bad blocks?"
msgstr "Tarkista vialliset lohkot?"
-#: ../../install_steps_interactive.pm_.c:416
+#: ../../install_steps_interactive.pm_.c:462
msgid "Formatting partitions"
msgstr "Alustan osioita"
-#: ../../install_steps_interactive.pm_.c:418
+#: ../../install_steps_interactive.pm_.c:464
#, c-format
msgid "Creating and formatting file %s"
msgstr "Luon ja alustan tiedostoa %s"
-#: ../../install_steps_interactive.pm_.c:421
+#: ../../install_steps_interactive.pm_.c:467
msgid "Not enough swap to fulfill installation, please add some"
msgstr "Heittovaihtotiedosto ei ole riittvn suuri, suurenna sit"
-#: ../../install_steps_interactive.pm_.c:427
+#: ../../install_steps_interactive.pm_.c:473
msgid "Looking for available packages"
msgstr "Etsin saatavilla olevia paketteja"
-#: ../../install_steps_interactive.pm_.c:433
+#: ../../install_steps_interactive.pm_.c:479
msgid "Finding packages to upgrade"
msgstr "Etsin pivitettvi paketteja"
-#: ../../install_steps_interactive.pm_.c:450
+#: ../../install_steps_interactive.pm_.c:496
#, c-format
msgid ""
"Your system has not enough space left for installation or upgrade (%d > %d)"
@@ -4330,60 +4700,78 @@ msgstr ""
"Jrjestelmsssi ei ole riittvsti tilaa asennukseen tai pivitykseen (%d > "
"%d)"
-#: ../../install_steps_interactive.pm_.c:469
+#: ../../install_steps_interactive.pm_.c:515
#, c-format
msgid "Complete (%dMB)"
msgstr "Tydellinen (%dMt)"
-#: ../../install_steps_interactive.pm_.c:469
+#: ../../install_steps_interactive.pm_.c:515
#, c-format
msgid "Minimum (%dMB)"
msgstr "Minimi (%dMt)"
-#: ../../install_steps_interactive.pm_.c:469
+#: ../../install_steps_interactive.pm_.c:515
#, c-format
msgid "Recommended (%dMB)"
msgstr "Suositeltu (%dMt)"
-#: ../../install_steps_interactive.pm_.c:475
-msgid "Custom"
-msgstr "Mukautettu"
-
-#: ../../install_steps_interactive.pm_.c:522
+#: ../../install_steps_interactive.pm_.c:568
msgid ""
"Please choose load or save package selection on floppy.\n"
"The format is the same as auto_install generated floppies."
msgstr ""
+"Lataa tai tallenna pakettien valinta levykkeelle.\n"
+"Muoto on sama kuin auto_install-toiminnon luomilla levykkeill."
-#: ../../install_steps_interactive.pm_.c:525
-#, fuzzy
+#: ../../install_steps_interactive.pm_.c:571
msgid "Load from floppy"
-msgstr "Palauta levykkeelt"
+msgstr "Lataa levykkeelt"
-#: ../../install_steps_interactive.pm_.c:527
-#, fuzzy
+#: ../../install_steps_interactive.pm_.c:573
msgid "Loading from floppy"
-msgstr "Palauta levykkeelt"
+msgstr "Ladataan levykkeelt"
-#: ../../install_steps_interactive.pm_.c:527
-#, fuzzy
+#: ../../install_steps_interactive.pm_.c:573
msgid "Package selection"
-msgstr "Pakettiryhmien valinta"
+msgstr "Pakettien valinta"
-#: ../../install_steps_interactive.pm_.c:532
-#, fuzzy
+#: ../../install_steps_interactive.pm_.c:578
msgid "Insert a floppy containing package selection"
-msgstr "Aseta tyhj levyke levyasemaan %s"
+msgstr "Aseta levyke, jossa on pakettien valinta"
-#: ../../install_steps_interactive.pm_.c:544
+#: ../../install_steps_interactive.pm_.c:590
msgid "Save on floppy"
msgstr "Tallenna levykkeelle"
-#: ../../install_steps_interactive.pm_.c:605
+#: ../../install_steps_interactive.pm_.c:658
msgid "Selected size is larger than available space"
msgstr "Valittu koko on suurempi kuin olemassa oleva levytila"
-#: ../../install_steps_interactive.pm_.c:670
+#: ../../install_steps_interactive.pm_.c:671
+msgid "Type of install"
+msgstr "Asennuksen tyyppi"
+
+#: ../../install_steps_interactive.pm_.c:672
+msgid ""
+"You haven't selected any group of packages.\n"
+"Please choose the minimal installation you want:"
+msgstr ""
+"Et ole valinnut yhtkn pakettiryhm\n"
+"Valitse haluamasti minimaalinen asennus"
+
+#: ../../install_steps_interactive.pm_.c:675
+msgid "With X"
+msgstr "X:ll"
+
+#: ../../install_steps_interactive.pm_.c:677
+msgid "With basic documentation (recommended!)"
+msgstr "Perusdokumentaation kanssa (suositeltu!)"
+
+#: ../../install_steps_interactive.pm_.c:678
+msgid "Truly minimal install (especially no urpmi)"
+msgstr "Pienin mahdollinen asennus (erityisesti ei urpmia)"
+
+#: ../../install_steps_interactive.pm_.c:762
msgid ""
"If you have all the CDs in the list below, click Ok.\n"
"If you have none of those CDs, click Cancel.\n"
@@ -4393,12 +4781,16 @@ msgstr ""
"Jos sinulla ei ole mitn levyist, paina Peruuta.\n"
"Jos jotkut levyist puuttuvat, poista niiden valinnat, ja paina OK."
-#: ../../install_steps_interactive.pm_.c:675
+#: ../../install_steps_interactive.pm_.c:767
#, c-format
msgid "Cd-Rom labeled \"%s\""
msgstr "Cd-Rom nimeltn \"%s\""
-#: ../../install_steps_interactive.pm_.c:704
+#: ../../install_steps_interactive.pm_.c:787
+msgid "Preparing installation"
+msgstr "Valmistelen asennusta"
+
+#: ../../install_steps_interactive.pm_.c:796
#, c-format
msgid ""
"Installing package %s\n"
@@ -4407,22 +4799,22 @@ msgstr ""
"Asennan pakettia %s\n"
"%d%%"
-#: ../../install_steps_interactive.pm_.c:713
+#: ../../install_steps_interactive.pm_.c:842
msgid "Post-install configuration"
msgstr "Asennuksen jlkeiset toiminnot"
-#: ../../install_steps_interactive.pm_.c:719
-#, fuzzy, c-format
+#: ../../install_steps_interactive.pm_.c:848
+#, c-format
msgid "Please insert the Boot floppy used in drive %s"
-msgstr "Aseta tyhj levyke levyasemaan %s"
+msgstr "Aseta kyttmsi kynnistyslevyke asemaan %s"
# mat
-#: ../../install_steps_interactive.pm_.c:725
-#, fuzzy, c-format
+#: ../../install_steps_interactive.pm_.c:854
+#, c-format
msgid "Please insert the Update Modules floppy in drive %s"
-msgstr "Aseta tyhj levyke levyasemaan %s"
+msgstr "Aseta moduulien pivityslevyke asemaan %s"
-#: ../../install_steps_interactive.pm_.c:750
+#: ../../install_steps_interactive.pm_.c:874
msgid ""
"You have now the possibility to download software aimed for encryption.\n"
"\n"
@@ -4498,143 +4890,170 @@ msgstr ""
"Altadena California 91001\n"
"USA"
-#: ../../install_steps_interactive.pm_.c:782
+#: ../../install_steps_interactive.pm_.c:912
+msgid ""
+"You have now the possibility to download updated packages that have\n"
+"been released after the distribution has been made available.\n"
+"\n"
+"You will get security fixes or bug fixes, but you need to have an\n"
+"Internet connection configured to proceed.\n"
+"\n"
+"Do you want to install the updates ?"
+msgstr ""
+"Sinulla on nyt mahdollisuus hakea pivitetyt paketit, jotka on julkaistu\n"
+"jakelun ilmestymisen jlkeen.\n"
+"\n"
+"Saat turva- ja ohjelmistokorjaukset, mutta tarvitset toimivan internet-\n"
+"yhteyden jatkaaksesi.\n"
+"\n"
+"Haluatko asentaa pivitykset ?"
+
+#: ../../install_steps_interactive.pm_.c:926
+msgid "Contacting Mandrake Linux web site to get the list of available mirrors"
+msgstr ""
+"Otan yhteytt Mandrake Linuxin sivustolle saadakseni listan olemassaolevista "
+"peileist"
+
+#: ../../install_steps_interactive.pm_.c:931
msgid "Choose a mirror from which to get the packages"
msgstr "Valitse peilijrjestelm josta paketit haetaan"
-#: ../../install_steps_interactive.pm_.c:793
+#: ../../install_steps_interactive.pm_.c:940
msgid "Contacting the mirror to get the list of available packages"
msgstr "Yhdistn peilijrjestelmn hakeakseni uusimman pakettilistan"
-#: ../../install_steps_interactive.pm_.c:796
-msgid "Please choose the packages you want to install."
-msgstr "Valitse asennettavat paketit."
-
-#: ../../install_steps_interactive.pm_.c:808
+#: ../../install_steps_interactive.pm_.c:967
msgid "Which is your timezone?"
msgstr "Mik on jrjestelmsi aikavyhyke?"
-#: ../../install_steps_interactive.pm_.c:813
-#, fuzzy
+#: ../../install_steps_interactive.pm_.c:972
msgid "Hardware clock set to GMT"
-msgstr "Onko koneen kello asetettu GMT aikaan?"
+msgstr "Laitteistokello asetettu GMT-aikaan"
-#: ../../install_steps_interactive.pm_.c:814
+#: ../../install_steps_interactive.pm_.c:973
msgid "Automatic time synchronization (using NTP)"
-msgstr ""
+msgstr "Automaattinen kellon synkronisointi (kytten NTP:t)"
-#: ../../install_steps_interactive.pm_.c:821
-#, fuzzy
+#: ../../install_steps_interactive.pm_.c:980
msgid "NTP Server"
-msgstr "NIS-palvelin"
+msgstr "NTP-palvelin"
-#: ../../install_steps_interactive.pm_.c:855
-#: ../../install_steps_interactive.pm_.c:863 ../../printerdrake.pm_.c:104
+#: ../../install_steps_interactive.pm_.c:1014
+#: ../../install_steps_interactive.pm_.c:1022
msgid "Remote CUPS server"
msgstr "Ulkoinen CUPS-palvelin"
-#: ../../install_steps_interactive.pm_.c:856
+#: ../../install_steps_interactive.pm_.c:1015
msgid "No printer"
msgstr "Ei kirjoitinta"
+#: ../../install_steps_interactive.pm_.c:1032
+#, fuzzy
+msgid "Do you have an ISA sound card?"
+msgstr "Onko sinulla muita?"
+
+#: ../../install_steps_interactive.pm_.c:1034
+msgid "Run \"sndconfig\" after installation to configure your sound card"
+msgstr ""
+
+#: ../../install_steps_interactive.pm_.c:1036
+msgid "No sound card detected. Try \"harddrake\" after installation"
+msgstr ""
+
# Asennuksen sivuvalikko
-#: ../../install_steps_interactive.pm_.c:867 ../../steps.pm_.c:27
+#: ../../install_steps_interactive.pm_.c:1041 ../../steps.pm_.c:27
msgid "Summary"
msgstr "Johtopts"
-#: ../../install_steps_interactive.pm_.c:870
+#: ../../install_steps_interactive.pm_.c:1044
msgid "Mouse"
msgstr "Hiiri"
-#: ../../install_steps_interactive.pm_.c:872
+#: ../../install_steps_interactive.pm_.c:1046
msgid "Timezone"
msgstr "Aikavyhyke"
-#: ../../install_steps_interactive.pm_.c:873 ../../printerdrake.pm_.c:1773
-#: ../../printerdrake.pm_.c:1844
+#: ../../install_steps_interactive.pm_.c:1047 ../../printerdrake.pm_.c:2276
+#: ../../printerdrake.pm_.c:2354
msgid "Printer"
msgstr "Kirjoitin"
-#: ../../install_steps_interactive.pm_.c:875
+#: ../../install_steps_interactive.pm_.c:1049
msgid "ISDN card"
msgstr "ISDN-kortti"
-#: ../../install_steps_interactive.pm_.c:878
+#: ../../install_steps_interactive.pm_.c:1052
+#: ../../install_steps_interactive.pm_.c:1054
msgid "Sound card"
msgstr "nikortti"
-#: ../../install_steps_interactive.pm_.c:881
+#: ../../install_steps_interactive.pm_.c:1056
msgid "TV card"
msgstr "TV-kortti"
-#: ../../install_steps_interactive.pm_.c:917
-#: ../../install_steps_interactive.pm_.c:941
-#: ../../install_steps_interactive.pm_.c:945
+#: ../../install_steps_interactive.pm_.c:1094
+#: ../../install_steps_interactive.pm_.c:1118
+#: ../../install_steps_interactive.pm_.c:1122
msgid "LDAP"
-msgstr ""
+msgstr "LDAP"
-#: ../../install_steps_interactive.pm_.c:918
-#: ../../install_steps_interactive.pm_.c:941
-#: ../../install_steps_interactive.pm_.c:954
-#, fuzzy
+#: ../../install_steps_interactive.pm_.c:1095
+#: ../../install_steps_interactive.pm_.c:1118
+#: ../../install_steps_interactive.pm_.c:1131
msgid "NIS"
-msgstr "Kyt NIS:i"
+msgstr "NIS"
-#: ../../install_steps_interactive.pm_.c:919
-#: ../../install_steps_interactive.pm_.c:941
-#, fuzzy
+#: ../../install_steps_interactive.pm_.c:1096
+#: ../../install_steps_interactive.pm_.c:1118
msgid "Local files"
-msgstr "Paikallinen kirjoitin"
+msgstr "Paikalliset tiedostot"
# Asennuksen sivuvalikko
-#: ../../install_steps_interactive.pm_.c:928
-#: ../../install_steps_interactive.pm_.c:929 ../../steps.pm_.c:24
+#: ../../install_steps_interactive.pm_.c:1105
+#: ../../install_steps_interactive.pm_.c:1106 ../../steps.pm_.c:24
msgid "Set root password"
msgstr "Yllpitjn salasana"
-#: ../../install_steps_interactive.pm_.c:930
+#: ../../install_steps_interactive.pm_.c:1107
msgid "No password"
msgstr "Ei salasanaa"
-#: ../../install_steps_interactive.pm_.c:935
+#: ../../install_steps_interactive.pm_.c:1112
#, c-format
msgid "This password is too simple (must be at least %d characters long)"
msgstr ""
"Salasana on liian yksinkertainen (sen tulee olla ainakin %d merkki pitk)"
-#: ../../install_steps_interactive.pm_.c:941 ../../network/modem.pm_.c:47
-#: ../../standalone/draknet_.c:604
+#: ../../install_steps_interactive.pm_.c:1118 ../../network/modem.pm_.c:49
+#: ../../standalone/draknet_.c:626 ../../standalone/logdrake_.c:172
msgid "Authentication"
msgstr "Tunnistustapa"
-#: ../../install_steps_interactive.pm_.c:949
-#, fuzzy
+#: ../../install_steps_interactive.pm_.c:1126
msgid "Authentication LDAP"
-msgstr "Tunnistustapa"
+msgstr "Tunnistus LDAPilla"
-#: ../../install_steps_interactive.pm_.c:950
+#: ../../install_steps_interactive.pm_.c:1127
msgid "LDAP Base dn"
-msgstr ""
+msgstr "LDAP perus-dn"
-#: ../../install_steps_interactive.pm_.c:951
-#, fuzzy
+#: ../../install_steps_interactive.pm_.c:1128
msgid "LDAP Server"
-msgstr "NIS-palvelin"
+msgstr "LDAP-palvelin"
-#: ../../install_steps_interactive.pm_.c:957
-#, fuzzy
+#: ../../install_steps_interactive.pm_.c:1134
msgid "Authentication NIS"
-msgstr "Tunnistus NIS"
+msgstr "Tunnistus NIS:ll"
-#: ../../install_steps_interactive.pm_.c:958
+#: ../../install_steps_interactive.pm_.c:1135
msgid "NIS Domain"
msgstr "NIS-alue"
-#: ../../install_steps_interactive.pm_.c:959
+#: ../../install_steps_interactive.pm_.c:1136
msgid "NIS Server"
msgstr "NIS-palvelin"
-#: ../../install_steps_interactive.pm_.c:994
+#: ../../install_steps_interactive.pm_.c:1171
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 "
@@ -4661,19 +5080,20 @@ msgstr ""
"Jos haluat luoda kynnistyslevykkeen jrjestelmsi, aseta levyke\n"
"ensimmiseen asemaan ja paina \"Ok\","
-#: ../../install_steps_interactive.pm_.c:1010
+#: ../../install_steps_interactive.pm_.c:1187
msgid "First floppy drive"
msgstr "Ensimminen levyasema"
-#: ../../install_steps_interactive.pm_.c:1011
+#: ../../install_steps_interactive.pm_.c:1188
msgid "Second floppy drive"
msgstr "Toinen levyasema"
-#: ../../install_steps_interactive.pm_.c:1012 ../../printerdrake.pm_.c:1382
+#: ../../install_steps_interactive.pm_.c:1189 ../../printerdrake.pm_.c:1848
msgid "Skip"
msgstr "Ohita"
-#: ../../install_steps_interactive.pm_.c:1017
+#: ../../install_steps_interactive.pm_.c:1194
+#, c-format
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 "
@@ -4684,7 +5104,8 @@ msgid ""
"with\n"
"the Mandrake rescue image, making it much easier to recover from severe "
"system\n"
-"failures. Would you like to create a bootdisk for your system?"
+"failures. Would you like to create a bootdisk for your system?\n"
+"%s"
msgstr ""
"Mukautetulla kynnistyslevykkeell voit kynnist jrjestelmn ilman\n"
"tavanomaisen kyttjrjestelmlataajan apua. Tst on hyty, jos et halua\n"
@@ -4693,42 +5114,56 @@ msgstr ""
"voidaan\n"
"kytt mys Mandraken vikasietolevykkeen kanssa, jolloin vakavista\n"
"jrjestelmn virhetilanteista on helpompi toipua.\n"
-"Haluatko luoda kynnistyslevykkeen jrjestelmsi?"
+"Haluatko luoda kynnistyslevykkeen jrjestelmsi?\n"
+"%s"
-#: ../../install_steps_interactive.pm_.c:1026
+#: ../../install_steps_interactive.pm_.c:1200
+msgid ""
+"\n"
+"\n"
+"(WARNING! You're using XFS for your root partition,\n"
+"creating a bootdisk on a 1.44 Mb floppy will probably fail,\n"
+"because XFS needs a very large driver)."
+msgstr ""
+
+#: ../../install_steps_interactive.pm_.c:1208
msgid "Sorry, no floppy drive available"
msgstr "Levyajuria ei ole saatavilla"
-#: ../../install_steps_interactive.pm_.c:1030
+#: ../../install_steps_interactive.pm_.c:1212
msgid "Choose the floppy drive you want to use to make the bootdisk"
msgstr "Valitse levyasema jolla luot kynnistyslevykkeen"
-#: ../../install_steps_interactive.pm_.c:1034
+#: ../../install_steps_interactive.pm_.c:1216
#, c-format
-msgid "Insert a floppy in drive %s"
-msgstr "Aseta tyhj levyke levyasemaan %s"
+msgid "Insert a floppy in %s"
+msgstr "Aseta levyke asemaan %s"
-#: ../../install_steps_interactive.pm_.c:1037
+#: ../../install_steps_interactive.pm_.c:1219
msgid "Creating bootdisk"
msgstr "Luon kynnistyslevykett"
-#: ../../install_steps_interactive.pm_.c:1044
+#: ../../install_steps_interactive.pm_.c:1226
msgid "Preparing bootloader"
msgstr "Valmistelen kyttjrjestelmn lataajaa"
-#: ../../install_steps_interactive.pm_.c:1055
+#: ../../install_steps_interactive.pm_.c:1237
msgid ""
"You appear to have an OldWorld or Unknown\n"
" machine, the yaboot bootloader will not work for you.\n"
"The install will continue, but you'll\n"
" need to use BootX to boot your machine"
msgstr ""
+"Sinulla on vanhanaikainen tai tuntematon tietokone,\n"
+"joten yaboot jrjestelmnlataaja ei toimi koneessasi.\n"
+"Asennus jatkuu, mutta sinun tytyy kytt BootX:\n"
+"koneesi kynnistmiseen"
-#: ../../install_steps_interactive.pm_.c:1060
+#: ../../install_steps_interactive.pm_.c:1243
msgid "Do you want to use aboot?"
msgstr "Haluatko kytt aboot:ia?"
-#: ../../install_steps_interactive.pm_.c:1063
+#: ../../install_steps_interactive.pm_.c:1246
msgid ""
"Error installing aboot, \n"
"try to force installation even if that destroys the first partition?"
@@ -4737,17 +5172,16 @@ msgstr ""
"yrit pakkoasennusta vaikka se tuhoaa ensimmisen osion?"
# Asennuksen sivuvalikko
-#: ../../install_steps_interactive.pm_.c:1070
-#, fuzzy
+#: ../../install_steps_interactive.pm_.c:1253
msgid "Installing bootloader"
-msgstr "Lataajan asetus"
+msgstr "Asennan kyttjrjestelmn lataajaa"
-#: ../../install_steps_interactive.pm_.c:1076
+#: ../../install_steps_interactive.pm_.c:1259
msgid "Installation of bootloader failed. The following error occured:"
msgstr "Jrjestelmlataajan asennus eponnistu. Seuraava virhe tapahtui:"
-#: ../../install_steps_interactive.pm_.c:1084
-#, fuzzy, c-format
+#: ../../install_steps_interactive.pm_.c:1267
+#, c-format
msgid ""
"You may need to change your Open Firmware boot-device to\n"
" enable the bootloader. If you don't see the bootloader prompt at\n"
@@ -4756,43 +5190,28 @@ msgid ""
" Then type: shut-down\n"
"At your next boot you should see the bootloader prompt."
msgstr ""
-"Sinun tytyy muuttaa Open Firmware -kynnistyslaitetta\n"
-"saadaksesi jrjeslelmlataajan plle. Paina Command-Option-O-F\n"
-"uudelleenkynnistyksen yhteydess ja kirjoita:\n"
-"setenv boot-device $of_boot,\\\\:tbxi\n"
+"Sinun pit ehk muuttaa Open Firmware -kynnistyslaitetta\n"
+"aktivoidaksesi jrjeslelmlataajan. Jos et ne jrjeslelmlataajaa\n"
+"kynistesssi konettasi uudelleen, Paina Command-Option-O-F\n"
+"kynnistyksen yhteydess ja kirjoita:\n"
+"setenv boot-device %s,\\\\:tbxi\n"
"sitten kirjoita: shut-down\n"
"Seuraavalla kynnistyskerralla sinun pitisi nhd kynnistyslataajan\n"
"komentokehoite."
-#: ../../install_steps_interactive.pm_.c:1092 ../../standalone/draksec_.c:23
-msgid "Low"
-msgstr "Matala"
-
-#: ../../install_steps_interactive.pm_.c:1093 ../../standalone/draksec_.c:24
-msgid "Medium"
-msgstr "Keski"
-
-#: ../../install_steps_interactive.pm_.c:1094 ../../standalone/draksec_.c:25
-msgid "High"
-msgstr "Korkea"
-
-#: ../../install_steps_interactive.pm_.c:1098 ../../standalone/draksec_.c:62
-msgid "Choose security level"
-msgstr "Valitse turvataso"
-
# mat
-#: ../../install_steps_interactive.pm_.c:1134
-#: ../../standalone/drakautoinst_.c:80
+#: ../../install_steps_interactive.pm_.c:1311
+#: ../../standalone/drakautoinst_.c:81
#, c-format
msgid "Insert a blank floppy in drive %s"
msgstr "Aseta tyhj levyke levyasemaan %s"
-#: ../../install_steps_interactive.pm_.c:1138
-#: ../../standalone/drakautoinst_.c:82
+#: ../../install_steps_interactive.pm_.c:1315
+#: ../../standalone/drakautoinst_.c:83
msgid "Creating auto install floppy"
msgstr "Valmistelen automaattiasennuslevykett"
-#: ../../install_steps_interactive.pm_.c:1149
+#: ../../install_steps_interactive.pm_.c:1326
msgid ""
"Some steps are not completed.\n"
"\n"
@@ -4802,33 +5221,43 @@ msgstr ""
"\n"
"Haluatko todella lopettaa?"
-#: ../../install_steps_interactive.pm_.c:1160
+#: ../../install_steps_interactive.pm_.c:1337
msgid ""
"Congratulations, installation is complete.\n"
"Remove the boot media and press return to reboot.\n"
"\n"
+"\n"
"For information on fixes which are available for this release of Mandrake "
"Linux,\n"
-"consult the Errata available from http://www.mandrakelinux.com/.\n"
+"consult the Errata available from:\n"
+"\n"
+"\n"
+"http://www.linux-mandrake.com/en/82errata.php3\n"
+"\n"
"\n"
"Information on configuring your system is available in the post\n"
"install chapter of the Official Mandrake Linux User's Guide."
msgstr ""
"Onnittelut, asennus on valmis.\n"
-"Poista levyke asemasta ja paina Enter kynnistksesi koneen uudelleen.\n"
+"Poista kynnistettv media ja paina Enter kynnistksesi koneen "
+"uudelleen.\n"
+"\n"
+"\n"
+"Lydt thn Mandrake Linuxin versioon olemassaolevat korjaukset ja\n"
+"korjattujen virheiden listan osoitteesta:\n"
"\n"
-"Lydt thn Mandrake Linuxn versioon olemassaolevat korjaukset ja\n"
-"korjattujen virheiden listan osoitteesta http://www.mandrakelinux.com.\n"
"\n"
-"Jrjestelmn asetusten muuttamisesta saat tietoja virallisen Mandrake "
-"Linuxn\n"
-"oppaan luvusta \"Asennuksen jlkeinen konfigurointi\""
+"http://www.linux-mandrake.com/en/82errata.php3\n"
+"\n"
+"\n"
+"Jrjestelmn asettamisesta saat tietoja virallisen Linux Mandraken\n"
+"kyttjoppaan jlkiasennuskappaleesta."
-#: ../../install_steps_interactive.pm_.c:1172
+#: ../../install_steps_interactive.pm_.c:1354
msgid "Generate auto install floppy"
msgstr "Valmistelen automaattista asennuslevykett"
-#: ../../install_steps_interactive.pm_.c:1174
+#: ../../install_steps_interactive.pm_.c:1356
msgid ""
"The auto install can be fully automated if wanted,\n"
"in that case it will take over the hard drive!!\n"
@@ -4842,15 +5271,15 @@ msgstr ""
"\n"
"Ehk haluat mieluummin toistaa asennuksen.\n"
-#: ../../install_steps_interactive.pm_.c:1179
+#: ../../install_steps_interactive.pm_.c:1361
msgid "Automated"
msgstr "Automaattinen"
-#: ../../install_steps_interactive.pm_.c:1179
+#: ../../install_steps_interactive.pm_.c:1361
msgid "Replay"
msgstr "Toista"
-#: ../../install_steps_interactive.pm_.c:1182
+#: ../../install_steps_interactive.pm_.c:1364
msgid "Save packages selection"
msgstr "Yksittisten pakettien valinta"
@@ -4865,356 +5294,450 @@ msgid ""
msgstr ""
" <Tab>/<Alt-Tab> vaihtaa elementti | <Space> valitsee | <F12> seuraava "
-#: ../../interactive.pm_.c:73
+#: ../../interactive.pm_.c:87
msgid "kdesu missing"
msgstr "kdesu puuttuu"
-#: ../../interactive.pm_.c:132
-#, fuzzy
+#: ../../interactive.pm_.c:89 ../../interactive.pm_.c:100
+msgid "consolehelper missing"
+msgstr ""
+
+#: ../../interactive.pm_.c:152
msgid "Choose a file"
-msgstr "Valitse toiminta"
+msgstr "Valitse tiedosto"
-#: ../../interactive.pm_.c:284
+#: ../../interactive.pm_.c:314
msgid "Advanced"
msgstr "Lisasetukset"
-#: ../../interactive.pm_.c:345
+#: ../../interactive.pm_.c:315
+msgid "Basic"
+msgstr "Perusasetukset"
+
+#: ../../interactive.pm_.c:386
msgid "Please wait"
msgstr "Odota hetki"
-#: ../../interactive_gtk.pm_.c:681
+#: ../../interactive_gtk.pm_.c:605 ../../services.pm_.c:222
+msgid "Info"
+msgstr "Tietoja"
+
+#: ../../interactive_gtk.pm_.c:715
msgid "Expand Tree"
msgstr "Laajenna puu"
-#: ../../interactive_gtk.pm_.c:682
+#: ../../interactive_gtk.pm_.c:716
msgid "Collapse Tree"
msgstr "Sulje puu"
-#: ../../interactive_gtk.pm_.c:683
+#: ../../interactive_gtk.pm_.c:717
msgid "Toggle between flat and group sorted"
msgstr "Vaihda tasaisen ja ryhmjrjestyksen vlill"
-#: ../../interactive_stdio.pm_.c:35
-#, c-format
-msgid "Ambiguity (%s), be more precise\n"
-msgstr "Eptarkka (%s), ole tarkempi\n"
-
-#: ../../interactive_stdio.pm_.c:36 ../../interactive_stdio.pm_.c:51
-#: ../../interactive_stdio.pm_.c:71
+#: ../../interactive_stdio.pm_.c:29 ../../interactive_stdio.pm_.c:147
msgid "Bad choice, try again\n"
msgstr "Huono valinta, yrit uudelleen\n"
-#: ../../interactive_stdio.pm_.c:39
+#: ../../interactive_stdio.pm_.c:30 ../../interactive_stdio.pm_.c:148
#, c-format
-msgid " ? (default %s) "
-msgstr " ? (oletus %s) "
+msgid "Your choice? (default %s) "
+msgstr "Valintasi? (oletus %s) "
#: ../../interactive_stdio.pm_.c:52
#, c-format
-msgid "Your choice? (default %s) "
-msgstr "Valintasi? (oletus %s) "
+msgid ""
+"Entries you'll have to fill:\n"
+"%s"
+msgstr ""
+"Kohdat, jotka sinun pit tytt:\n"
+"%s"
+
+#: ../../interactive_stdio.pm_.c:68
+#, c-format
+msgid "Your choice? (0/1, default `%s') "
+msgstr "Valintasi? (0/1, oletus '%s') "
+
+#: ../../interactive_stdio.pm_.c:93
+#, c-format
+msgid "Button `%s': %s"
+msgstr "Painike '%s': %s"
+
+#: ../../interactive_stdio.pm_.c:94
+msgid "Do you want to click on this button? "
+msgstr "Haluatko klikata tt painiketta? "
+
+#: ../../interactive_stdio.pm_.c:103
+#, c-format
+msgid "Your choice? (default `%s'%s) "
+msgstr "Valintasi? (oletus '%s'%s) "
+
+#: ../../interactive_stdio.pm_.c:121
+#, c-format
+msgid "=> There are many things to choose from (%s).\n"
+msgstr "=> On monta asiaa, joista valita (%s).\n"
+
+#: ../../interactive_stdio.pm_.c:124
+msgid ""
+"Please choose the first number of the 10-range you wish to edit,\n"
+"or just hit Enter to proceed.\n"
+"Your choice? "
+msgstr ""
+"Valitse ensimminen numero 10-vlist, jota haluat muokata,\n"
+"tai paina vain Enter jatkaaksesi.\n"
+"Valintasi? "
-#: ../../interactive_stdio.pm_.c:72
+#: ../../interactive_stdio.pm_.c:137
#, c-format
-msgid "Your choice? (default %s enter `none' for none) "
-msgstr "Valintasi? (oletus %s anna `ei mikn' jos et halua mitn) "
+msgid ""
+"=> Notice, a label changed:\n"
+"%s"
+msgstr ""
+"=> Huomaa, nimike vaihtui:\n"
+"%s"
-#: ../../keyboard.pm_.c:140 ../../keyboard.pm_.c:178
+#: ../../interactive_stdio.pm_.c:144
+msgid "Re-submit"
+msgstr "Lhet uudelleen"
+
+#: ../../keyboard.pm_.c:174 ../../keyboard.pm_.c:205
msgid "Czech (QWERTZ)"
msgstr "Tsekki (QWERTZ)"
-#: ../../keyboard.pm_.c:141 ../../keyboard.pm_.c:155 ../../keyboard.pm_.c:180
+#: ../../keyboard.pm_.c:175 ../../keyboard.pm_.c:207
msgid "German"
msgstr "Saksa"
-#: ../../keyboard.pm_.c:142
+#: ../../keyboard.pm_.c:176
msgid "Dvorak"
msgstr "Dvorak"
-#: ../../keyboard.pm_.c:143 ../../keyboard.pm_.c:186
+#: ../../keyboard.pm_.c:177 ../../keyboard.pm_.c:214
msgid "Spanish"
msgstr "Espanja"
-#: ../../keyboard.pm_.c:144 ../../keyboard.pm_.c:187
+#: ../../keyboard.pm_.c:178 ../../keyboard.pm_.c:215
msgid "Finnish"
msgstr "Suomi"
-#: ../../keyboard.pm_.c:145 ../../keyboard.pm_.c:156 ../../keyboard.pm_.c:188
+#: ../../keyboard.pm_.c:179 ../../keyboard.pm_.c:216
msgid "French"
msgstr "Ranska"
-#: ../../keyboard.pm_.c:146 ../../keyboard.pm_.c:211
+#: ../../keyboard.pm_.c:180 ../../keyboard.pm_.c:241
msgid "Norwegian"
msgstr "Norja"
-#: ../../keyboard.pm_.c:147
+#: ../../keyboard.pm_.c:181
msgid "Polish"
msgstr "Puola"
-#: ../../keyboard.pm_.c:148 ../../keyboard.pm_.c:219
+#: ../../keyboard.pm_.c:182 ../../keyboard.pm_.c:249
msgid "Russian"
msgstr "Venj"
-#: ../../keyboard.pm_.c:150 ../../keyboard.pm_.c:221
+#: ../../keyboard.pm_.c:184 ../../keyboard.pm_.c:251
msgid "Swedish"
msgstr "Ruotsi"
-#: ../../keyboard.pm_.c:151 ../../keyboard.pm_.c:236
+#: ../../keyboard.pm_.c:185 ../../keyboard.pm_.c:266
msgid "UK keyboard"
msgstr "UK nppimist"
-#: ../../keyboard.pm_.c:152 ../../keyboard.pm_.c:157 ../../keyboard.pm_.c:237
+#: ../../keyboard.pm_.c:186 ../../keyboard.pm_.c:267
msgid "US keyboard"
msgstr "US nppimist"
-#: ../../keyboard.pm_.c:159
-#, fuzzy
+#: ../../keyboard.pm_.c:188
msgid "Albanian"
-msgstr "Iran"
+msgstr "Albaani"
-#: ../../keyboard.pm_.c:160
+#: ../../keyboard.pm_.c:189
msgid "Armenian (old)"
msgstr "Armeenia (vanha)"
-#: ../../keyboard.pm_.c:161
+#: ../../keyboard.pm_.c:190
msgid "Armenian (typewriter)"
msgstr "Armeenia (kirjoituskone)"
-#: ../../keyboard.pm_.c:162
+#: ../../keyboard.pm_.c:191
msgid "Armenian (phonetic)"
msgstr "Armeenia (foneettinen)"
-#: ../../keyboard.pm_.c:167
+#: ../../keyboard.pm_.c:196
msgid "Azerbaidjani (latin)"
msgstr ""
-#: ../../keyboard.pm_.c:169
+#: ../../keyboard.pm_.c:198
msgid "Belgian"
msgstr "Belgia"
-#: ../../keyboard.pm_.c:170
-msgid "Bulgarian"
-msgstr "Bulgaria"
+#: ../../keyboard.pm_.c:199
+msgid "Bulgarian (phonetic)"
+msgstr "Bulgaria (foneettinen)"
-#: ../../keyboard.pm_.c:171
+#: ../../keyboard.pm_.c:200
+msgid "Bulgarian (BDS)"
+msgstr "Bulgaria (BDS)"
+
+#: ../../keyboard.pm_.c:201
msgid "Brazilian (ABNT-2)"
msgstr "Brasilia"
-#: ../../keyboard.pm_.c:172
+#: ../../keyboard.pm_.c:202
msgid "Belarusian"
msgstr "Valkovenj"
-#: ../../keyboard.pm_.c:173
+#: ../../keyboard.pm_.c:203
msgid "Swiss (German layout)"
msgstr "Sveitsi (Saksalainen jrjestys)"
-#: ../../keyboard.pm_.c:174
+#: ../../keyboard.pm_.c:204
msgid "Swiss (French layout)"
msgstr "Sveitsi (Ranskalainen jrjestys)"
-#: ../../keyboard.pm_.c:179
+#: ../../keyboard.pm_.c:206
msgid "Czech (QWERTY)"
msgstr "Tsekki (QWERTY)"
-#: ../../keyboard.pm_.c:181
+#: ../../keyboard.pm_.c:208
msgid "German (no dead keys)"
msgstr "Saksa (ei kuolleita nppimi)"
-#: ../../keyboard.pm_.c:182
+#: ../../keyboard.pm_.c:209
msgid "Danish"
msgstr "Tanska"
-#: ../../keyboard.pm_.c:183
+#: ../../keyboard.pm_.c:210
msgid "Dvorak (US)"
msgstr "Dvorak (US)"
-#: ../../keyboard.pm_.c:184
+#: ../../keyboard.pm_.c:211
msgid "Dvorak (Norwegian)"
msgstr "Norja (Dvorak)"
-#: ../../keyboard.pm_.c:185
+#: ../../keyboard.pm_.c:212
+msgid "Dvorak (Swedish)"
+msgstr "Dvorak (Ruotsi)"
+
+#: ../../keyboard.pm_.c:213
msgid "Estonian"
msgstr "Eesti"
-#: ../../keyboard.pm_.c:189
+#: ../../keyboard.pm_.c:217
msgid "Georgian (\"Russian\" layout)"
msgstr "Georgia (\"Venlinen\"-jrjestys)"
-#: ../../keyboard.pm_.c:190
+#: ../../keyboard.pm_.c:218
msgid "Georgian (\"Latin\" layout)"
msgstr "Georgia (\"Latin\"-jrjestys)"
-#: ../../keyboard.pm_.c:191
+#: ../../keyboard.pm_.c:219
msgid "Greek"
msgstr "Kreikka"
-#: ../../keyboard.pm_.c:192
+#: ../../keyboard.pm_.c:220
msgid "Hungarian"
msgstr "Unkari"
-#: ../../keyboard.pm_.c:193
+#: ../../keyboard.pm_.c:221
msgid "Croatian"
msgstr "Kroatia"
-#: ../../keyboard.pm_.c:194
+#: ../../keyboard.pm_.c:222
msgid "Israeli"
msgstr "Israeli"
-#: ../../keyboard.pm_.c:195
+#: ../../keyboard.pm_.c:223
msgid "Israeli (Phonetic)"
msgstr "Israeli (Foneettinen)"
-#: ../../keyboard.pm_.c:196
+#: ../../keyboard.pm_.c:224
msgid "Iranian"
msgstr "Iran"
-#: ../../keyboard.pm_.c:197
+#: ../../keyboard.pm_.c:225
msgid "Icelandic"
msgstr "Islanti"
-#: ../../keyboard.pm_.c:198
+#: ../../keyboard.pm_.c:226
msgid "Italian"
msgstr "Italia"
-#: ../../keyboard.pm_.c:200
+#: ../../keyboard.pm_.c:228
msgid "Japanese 106 keys"
msgstr "Japani 106-nppiminen"
-#: ../../keyboard.pm_.c:201
+#: ../../keyboard.pm_.c:231
msgid "Korean keyboard"
msgstr "Korealainen nppimist"
-#: ../../keyboard.pm_.c:202
+#: ../../keyboard.pm_.c:232
msgid "Latin American"
msgstr "Latinalainen amerikka"
-#: ../../keyboard.pm_.c:203
+#: ../../keyboard.pm_.c:233
msgid "Lithuanian AZERTY (old)"
msgstr "Liettua AZERTY (vanha)"
-#: ../../keyboard.pm_.c:205
+#: ../../keyboard.pm_.c:235
msgid "Lithuanian AZERTY (new)"
msgstr "Liettua AZERTY (uusi)"
-#: ../../keyboard.pm_.c:206
+#: ../../keyboard.pm_.c:236
msgid "Lithuanian \"number row\" QWERTY"
msgstr "Liettua \"numerorivi\" QWERTY"
-#: ../../keyboard.pm_.c:207
+#: ../../keyboard.pm_.c:237
msgid "Lithuanian \"phonetic\" QWERTY"
msgstr "Liettua \"foneettinen\" QWERTY"
-#: ../../keyboard.pm_.c:208
-#, fuzzy
+#: ../../keyboard.pm_.c:238
msgid "Latvian"
-msgstr "Paikka"
+msgstr "Latvia"
-#: ../../keyboard.pm_.c:209
+#: ../../keyboard.pm_.c:239
msgid "Macedonian"
msgstr "Makedonia"
-#: ../../keyboard.pm_.c:210
+#: ../../keyboard.pm_.c:240
msgid "Dutch"
msgstr "Hollanti"
-#: ../../keyboard.pm_.c:212
+#: ../../keyboard.pm_.c:242
msgid "Polish (qwerty layout)"
msgstr "Puola (qwerty jrjestys)"
-#: ../../keyboard.pm_.c:213
+#: ../../keyboard.pm_.c:243
msgid "Polish (qwertz layout)"
msgstr "Puola (qwertz jrjestys)"
-#: ../../keyboard.pm_.c:214
+#: ../../keyboard.pm_.c:244
msgid "Portuguese"
msgstr "Portugali"
-#: ../../keyboard.pm_.c:215
+#: ../../keyboard.pm_.c:245
msgid "Canadian (Quebec)"
msgstr "Kanada (Quebec)"
-#: ../../keyboard.pm_.c:217
-#, fuzzy
+#: ../../keyboard.pm_.c:247
msgid "Romanian (qwertz)"
-msgstr "Venj (Yawerty)"
+msgstr "Romania (qwertz)"
-#: ../../keyboard.pm_.c:218
-#, fuzzy
+#: ../../keyboard.pm_.c:248
msgid "Romanian (qwerty)"
-msgstr "Venj (Yawerty)"
+msgstr "Romania (qwerty)"
-#: ../../keyboard.pm_.c:220
+#: ../../keyboard.pm_.c:250
msgid "Russian (Yawerty)"
msgstr "Venj (Yawerty)"
-#: ../../keyboard.pm_.c:222
+#: ../../keyboard.pm_.c:252
msgid "Slovenian"
msgstr "Slovenia"
-#: ../../keyboard.pm_.c:226
+#: ../../keyboard.pm_.c:253
msgid "Slovakian (QWERTZ)"
msgstr "Slovakia (QWERTZ)"
-#: ../../keyboard.pm_.c:227
+#: ../../keyboard.pm_.c:254
msgid "Slovakian (QWERTY)"
msgstr "Slovakia (QWERTY)"
-#: ../../keyboard.pm_.c:229
-#, fuzzy
+#: ../../keyboard.pm_.c:256
msgid "Serbian (cyrillic)"
-msgstr "Jugoslavia (latin/cyrillic)"
+msgstr "Serbia (cyrillic)"
-#: ../../keyboard.pm_.c:230
+#: ../../keyboard.pm_.c:258
+msgid "Tamil"
+msgstr "Tamil"
+
+#: ../../keyboard.pm_.c:259
msgid "Thai keyboard"
msgstr "Thai-nppimist"
-#: ../../keyboard.pm_.c:232
-#, fuzzy
+#: ../../keyboard.pm_.c:261
msgid "Tajik keyboard"
-msgstr "Thai-nppimist"
+msgstr "Tajik-nppimist"
-#: ../../keyboard.pm_.c:233
+#: ../../keyboard.pm_.c:262
msgid "Turkish (traditional \"F\" model)"
msgstr "Turkki (perinteinen \"F\"-malli)"
-#: ../../keyboard.pm_.c:234
+#: ../../keyboard.pm_.c:263
msgid "Turkish (modern \"Q\" model)"
msgstr "Turkki (perinteinen \"Q\"-malli)"
-#: ../../keyboard.pm_.c:235
+#: ../../keyboard.pm_.c:265
msgid "Ukrainian"
msgstr "Ukraina"
-#: ../../keyboard.pm_.c:238
+#: ../../keyboard.pm_.c:268
msgid "US keyboard (international)"
msgstr "US nppimist (kansainvlinen)"
-#: ../../keyboard.pm_.c:239
+#: ../../keyboard.pm_.c:269
msgid "Vietnamese \"numeric row\" QWERTY"
msgstr "Vietnamilainen \"numerorivi\" QWERTY"
-#: ../../keyboard.pm_.c:240
-#, fuzzy
+#: ../../keyboard.pm_.c:270
msgid "Yugoslavian (latin)"
-msgstr "Jugoslavia (latin/cyrillic)"
+msgstr "Jugoslavia (latin)"
+
+#: ../../keyboard.pm_.c:278
+msgid "Right Alt key"
+msgstr ""
+
+#: ../../keyboard.pm_.c:279
+msgid "Both Shift keys simultaneously"
+msgstr ""
+
+#: ../../keyboard.pm_.c:280
+msgid "Control and Shift keys simultaneously"
+msgstr ""
+
+#: ../../keyboard.pm_.c:281
+msgid "CapsLock key"
+msgstr ""
+
+#: ../../keyboard.pm_.c:282
+msgid "Ctrl and Alt keys simultaneously"
+msgstr ""
+
+#: ../../keyboard.pm_.c:283
+msgid "Alt and Shift keys simultaneously"
+msgstr ""
+
+#: ../../keyboard.pm_.c:284
+msgid "\"Menu\" key"
+msgstr ""
+
+#: ../../keyboard.pm_.c:285
+#, fuzzy
+msgid "Left \"Windows\" key"
+msgstr "Hae Windowsin kirjasimet"
+
+#: ../../keyboard.pm_.c:286
+msgid "Right \"Windows\" key"
+msgstr ""
#: ../../loopback.pm_.c:32
#, c-format
msgid "Circular mounts %s\n"
msgstr "Rengasmaisia liitoksia %s\n"
-#: ../../lvm.pm_.c:83
+#: ../../lvm.pm_.c:88
msgid "Remove the logical volumes first\n"
msgstr "Poista loogiset osiot ensin\n"
+#: ../../modules.pm_.c:826
+msgid ""
+"PCMCIA support no longer exist for 2.2 kernels. Please use a 2.4 kernel."
+msgstr "PCMCIA:ta ei tueta en 2.2-sarjan ytimiss. Kyt 2.4 ydint."
+
#: ../../mouse.pm_.c:25
msgid "Sun - Mouse"
msgstr "Sun - Hiiri"
-#: ../../mouse.pm_.c:31
-msgid "Standard"
-msgstr "Standardi"
-
#: ../../mouse.pm_.c:32
msgid "Logitech MouseMan+"
msgstr "Logitech MouseMan+"
@@ -5227,11 +5750,11 @@ msgstr "Yleinen PS2 rullahiiri"
msgid "GlidePoint"
msgstr "GlidePoint"
-#: ../../mouse.pm_.c:36 ../../mouse.pm_.c:62
+#: ../../mouse.pm_.c:36 ../../mouse.pm_.c:63
msgid "Kensington Thinking Mouse"
msgstr "Kensington Thinking Mouse"
-#: ../../mouse.pm_.c:37 ../../mouse.pm_.c:58
+#: ../../mouse.pm_.c:37 ../../mouse.pm_.c:59
msgid "Genius NetMouse"
msgstr "Genius NetMouse"
@@ -5239,111 +5762,111 @@ msgstr "Genius NetMouse"
msgid "Genius NetScroll"
msgstr "Genius NetScroll"
-#: ../../mouse.pm_.c:43 ../../mouse.pm_.c:67
+#: ../../mouse.pm_.c:43 ../../mouse.pm_.c:68
msgid "1 button"
msgstr "1 nppin"
-#: ../../mouse.pm_.c:44
+#: ../../mouse.pm_.c:44 ../../mouse.pm_.c:51
+msgid "Generic 2 Button Mouse"
+msgstr "Yleinen 2-nappinen hiiri"
+
+#: ../../mouse.pm_.c:45
msgid "Generic"
msgstr "Yleinen"
-#: ../../mouse.pm_.c:45
+#: ../../mouse.pm_.c:46
msgid "Wheel"
msgstr "Rulla"
-#: ../../mouse.pm_.c:48
+#: ../../mouse.pm_.c:49
msgid "serial"
msgstr "sarja"
-#: ../../mouse.pm_.c:50
-msgid "Generic 2 Button Mouse"
-msgstr "Yleinen 2-nappinen hiiri"
-
-#: ../../mouse.pm_.c:51
+#: ../../mouse.pm_.c:52
msgid "Generic 3 Button Mouse"
msgstr "Yleinen 3-nappinen hiiri"
-#: ../../mouse.pm_.c:52
+#: ../../mouse.pm_.c:53
msgid "Microsoft IntelliMouse"
msgstr "Microsoft IntelliMouse"
-#: ../../mouse.pm_.c:53
+#: ../../mouse.pm_.c:54
msgid "Logitech MouseMan"
msgstr "Logitech MouseMan"
-#: ../../mouse.pm_.c:54
+#: ../../mouse.pm_.c:55
msgid "Mouse Systems"
msgstr "Mouse Systems"
-#: ../../mouse.pm_.c:56
+#: ../../mouse.pm_.c:57
msgid "Logitech CC Series"
msgstr "Logitech CC Series"
-#: ../../mouse.pm_.c:57
+#: ../../mouse.pm_.c:58
msgid "Logitech MouseMan+/FirstMouse+"
msgstr "Logitech MouseMan+/FirstMouse+"
-#: ../../mouse.pm_.c:59
+#: ../../mouse.pm_.c:60
msgid "MM Series"
msgstr "MM Series"
-#: ../../mouse.pm_.c:60
+#: ../../mouse.pm_.c:61
msgid "MM HitTablet"
msgstr "MM HitTablet"
-#: ../../mouse.pm_.c:61
+#: ../../mouse.pm_.c:62
msgid "Logitech Mouse (serial, old C7 type)"
msgstr "Logitech Mouse (sarja, vanha C7 tyyppi)"
-#: ../../mouse.pm_.c:65
+#: ../../mouse.pm_.c:66
msgid "busmouse"
msgstr "vylhiiri"
-#: ../../mouse.pm_.c:68
+#: ../../mouse.pm_.c:69
msgid "2 buttons"
msgstr "2 nppint"
-#: ../../mouse.pm_.c:69
+#: ../../mouse.pm_.c:70
msgid "3 buttons"
msgstr "3 nppint"
-#: ../../mouse.pm_.c:72
+#: ../../mouse.pm_.c:73
msgid "none"
msgstr "ei mikn"
-#: ../../mouse.pm_.c:74
+#: ../../mouse.pm_.c:75
msgid "No mouse"
msgstr "Ei hiirt"
-#: ../../mouse.pm_.c:482
+#: ../../mouse.pm_.c:499
msgid "Please test the mouse"
msgstr "Testaa hiiri"
-#: ../../mouse.pm_.c:483
+#: ../../mouse.pm_.c:500
msgid "To activate the mouse,"
msgstr "Aktivoidaksesi hiiren,"
-#: ../../mouse.pm_.c:484
+#: ../../mouse.pm_.c:501
msgid "MOVE YOUR WHEEL!"
msgstr "PYRIT HIIREN RULLAA!"
-#: ../../my_gtk.pm_.c:380
+#: ../../my_gtk.pm_.c:651
msgid "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
-msgstr ""
+msgstr "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
-#: ../../my_gtk.pm_.c:415
+#: ../../my_gtk.pm_.c:686
msgid "Finish"
msgstr "Loppu"
-#: ../../my_gtk.pm_.c:415
+#: ../../my_gtk.pm_.c:686 ../../printerdrake.pm_.c:1588
msgid "Next ->"
msgstr "Seuraava ->"
-#: ../../my_gtk.pm_.c:416
+#: ../../my_gtk.pm_.c:687 ../../printerdrake.pm_.c:1586
msgid "<- Previous"
msgstr "<- Edellinen"
-#: ../../my_gtk.pm_.c:716
+#: ../../my_gtk.pm_.c:1019
msgid "Is this correct?"
msgstr "Onko tm oikein?"
@@ -5363,7 +5886,7 @@ msgstr ""
#: ../../network/adsl.pm_.c:22
msgid "Alcatel speedtouch usb"
-msgstr ""
+msgstr "Alcatel speedtouch usb"
#: ../../network/adsl.pm_.c:22
msgid "use dhcp"
@@ -5393,7 +5916,7 @@ msgstr ""
"Ethernet-verkkokorttia ei lytynyt jrjestelmst.\n"
"Ei voida asentaa tmn tyyppist yhteytt."
-#: ../../network/ethernet.pm_.c:92 ../../standalone/drakgw_.c:233
+#: ../../network/ethernet.pm_.c:92 ../../standalone/drakgw_.c:252
msgid "Choose the network interface"
msgstr "Valitse verkkoliittym"
@@ -5406,7 +5929,7 @@ msgstr "Valitse mit verkkokorteista haluat kytt internetiin liittymiseen"
msgid "no network card found"
msgstr "verkkokorttia ei lytynyt"
-#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:350
+#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:360
msgid "Configuring network"
msgstr "Asetan verkkoa"
@@ -5422,15 +5945,15 @@ msgstr ""
"Koneesi nimen pitisi olla tysin laillinen nimi, kuten\n"
"\" minunkone.omapaikka.net\"."
-#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:355
+#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:365
msgid "Host name"
msgstr "Koneen nimi"
#: ../../network/isdn.pm_.c:21 ../../network/isdn.pm_.c:44
-#: ../../network/netconnect.pm_.c:91 ../../network/netconnect.pm_.c:105
-#: ../../network/netconnect.pm_.c:154 ../../network/netconnect.pm_.c:164
-#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:213
-#: ../../network/netconnect.pm_.c:221
+#: ../../network/netconnect.pm_.c:95 ../../network/netconnect.pm_.c:109
+#: ../../network/netconnect.pm_.c:164 ../../network/netconnect.pm_.c:175
+#: ../../network/netconnect.pm_.c:202 ../../network/netconnect.pm_.c:225
+#: ../../network/netconnect.pm_.c:233
msgid "Network Configuration Wizard"
msgstr "Verkkoasetusten velho"
@@ -5458,24 +5981,31 @@ msgid ""
"\n"
"We recommand the light configuration.\n"
msgstr ""
+"Mit ISDN-asetuksia haluat kytt?\n"
+"\n"
+"* Vanha asetusjrjestelm kytt isdn4net:i. Se sislt tehokkaat\n"
+" tykalut, mutta on vaikea asettaa, eik se ole standardi.\n"
+"\n"
+"* Uusi asetusjrjestelm on helpompi ymmrt, enemmn kytss',\n"
+" mutta se sislt vhemmn tykaluja.\n"
+"\n"
+"Suositus on kytt uutta ja kevyemp asetusjrjestelm.\n"
#: ../../network/isdn.pm_.c:54
-#, fuzzy
msgid "New configuration (isdn-light)"
-msgstr "Palomuuri lydetty!"
+msgstr "Uusi kokoonpano (isdn-kevyt)"
#: ../../network/isdn.pm_.c:54
-#, fuzzy
msgid "Old configuration (isdn4net)"
-msgstr "Palomuuri lydetty!"
+msgstr "Vanha kokoonpano (isdn4net)"
-#: ../../network/isdn.pm_.c:169 ../../network/isdn.pm_.c:187
-#: ../../network/isdn.pm_.c:197 ../../network/isdn.pm_.c:204
-#: ../../network/isdn.pm_.c:214
+#: ../../network/isdn.pm_.c:170 ../../network/isdn.pm_.c:188
+#: ../../network/isdn.pm_.c:198 ../../network/isdn.pm_.c:205
+#: ../../network/isdn.pm_.c:215
msgid "ISDN Configuration"
msgstr "ISDN:n asetus"
-#: ../../network/isdn.pm_.c:169
+#: ../../network/isdn.pm_.c:170
msgid ""
"Select your provider.\n"
" If it's not in the list, choose Unlisted"
@@ -5483,51 +6013,47 @@ msgstr ""
"Valitse palveluntarjoajasi.\n"
" Jos se ei ole listassa, valitse `Ei listattu'"
-#: ../../network/isdn.pm_.c:182
-#, fuzzy
+#: ../../network/isdn.pm_.c:183
msgid "Europe protocol"
-msgstr "Kynnistysprotokolla"
+msgstr "Eurooppalainen protokolla"
-#: ../../network/isdn.pm_.c:182
-#, fuzzy
+#: ../../network/isdn.pm_.c:183
msgid "Europe protocol (EDSS1)"
-msgstr "Eurooppa (EDSS1)"
+msgstr "Eurooppalainen protokolla (EDSS1)"
-#: ../../network/isdn.pm_.c:184
-#, fuzzy
+#: ../../network/isdn.pm_.c:185
msgid "Protocol for the rest of the world"
-msgstr "Muu maailma"
+msgstr "Muun maailman kyttm protokolla"
-#: ../../network/isdn.pm_.c:184
-#, fuzzy
+#: ../../network/isdn.pm_.c:185
msgid ""
"Protocol for the rest of the world \n"
" no D-Channel (leased lines)"
msgstr ""
-"Muu maailma \n"
+"Muun maailman kyttm protokolla \n"
" ei D-kanavaa (leased lines)"
-#: ../../network/isdn.pm_.c:188
+#: ../../network/isdn.pm_.c:189
msgid "Which protocol do you want to use ?"
msgstr "Mit protokollaa haluat kytt?"
-#: ../../network/isdn.pm_.c:198
+#: ../../network/isdn.pm_.c:199
msgid "What kind of card do you have?"
msgstr "Millainen kortti sinulla on?"
-#: ../../network/isdn.pm_.c:199
+#: ../../network/isdn.pm_.c:200
msgid "I don't know"
msgstr "En tied"
-#: ../../network/isdn.pm_.c:199
+#: ../../network/isdn.pm_.c:200
msgid "ISA / PCMCIA"
msgstr "ISA / PCMCIA"
-#: ../../network/isdn.pm_.c:199
+#: ../../network/isdn.pm_.c:200
msgid "PCI"
msgstr "PCI"
-#: ../../network/isdn.pm_.c:205
+#: ../../network/isdn.pm_.c:206
msgid ""
"\n"
"If you have an ISA card, the values on the next screen should be right.\n"
@@ -5539,19 +6065,19 @@ msgstr ""
"\n"
"Jos sinulla on PCMIA-kortti sinun tytyy tiet korttisi IRQ ja IO.\n"
-#: ../../network/isdn.pm_.c:209
+#: ../../network/isdn.pm_.c:210
msgid "Abort"
msgstr "Hylk"
-#: ../../network/isdn.pm_.c:209
+#: ../../network/isdn.pm_.c:210
msgid "Continue"
msgstr "Jatka"
-#: ../../network/isdn.pm_.c:215
+#: ../../network/isdn.pm_.c:216
msgid "Which is your ISDN card ?"
msgstr "Mik ISDN-kortti sinulla on?"
-#: ../../network/isdn.pm_.c:234
+#: ../../network/isdn.pm_.c:235
msgid ""
"I have detected an ISDN PCI Card, but I don't know the type. Please select "
"one PCI card on the next screen."
@@ -5559,59 +6085,59 @@ msgstr ""
"Olen havainnut ISDN PCI-kortin, mutta en tunnista tyyppi. Valitseyksi "
"seuraavassa ruudussa olevista korteista."
-#: ../../network/isdn.pm_.c:243
+#: ../../network/isdn.pm_.c:244
msgid "No ISDN PCI card found. Please select one on the next screen."
msgstr "ISDN PCI-korttia ei lydetty. Valitse yksi seuraavasta ruudusta."
-#: ../../network/modem.pm_.c:37
+#: ../../network/modem.pm_.c:39
msgid "Please choose which serial port your modem is connected to."
msgstr "Valitse sarjaportti, johon modeemisi on kytketty."
-#: ../../network/modem.pm_.c:42
+#: ../../network/modem.pm_.c:44
msgid "Dialup options"
msgstr "Soittoasetukset"
-#: ../../network/modem.pm_.c:43 ../../standalone/draknet_.c:600
+#: ../../network/modem.pm_.c:45 ../../standalone/draknet_.c:622
msgid "Connection name"
msgstr "Yhteyden nimi"
-#: ../../network/modem.pm_.c:44 ../../standalone/draknet_.c:601
+#: ../../network/modem.pm_.c:46 ../../standalone/draknet_.c:623
msgid "Phone number"
msgstr "Puhelinnumero"
-#: ../../network/modem.pm_.c:45 ../../standalone/draknet_.c:602
+#: ../../network/modem.pm_.c:47 ../../standalone/draknet_.c:624
msgid "Login ID"
msgstr "Kyttj ID"
-#: ../../network/modem.pm_.c:47 ../../standalone/draknet_.c:604
+#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
msgid "CHAP"
-msgstr ""
+msgstr "CHAP"
-#: ../../network/modem.pm_.c:47 ../../standalone/draknet_.c:604
+#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
msgid "PAP"
msgstr "PAP"
-#: ../../network/modem.pm_.c:47 ../../standalone/draknet_.c:604
+#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
msgid "Script-based"
msgstr "Script-pohjainen"
-#: ../../network/modem.pm_.c:47 ../../standalone/draknet_.c:604
+#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
msgid "Terminal-based"
msgstr "Terminaalipohjainen"
-#: ../../network/modem.pm_.c:48 ../../standalone/draknet_.c:605
+#: ../../network/modem.pm_.c:50 ../../standalone/draknet_.c:627
msgid "Domain name"
msgstr "Verkkoalueen nimi"
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:606
+#: ../../network/modem.pm_.c:51 ../../standalone/draknet_.c:628
msgid "First DNS Server (optional)"
msgstr "Ensimminen nimipalvelin (ei pakollinen)"
-#: ../../network/modem.pm_.c:50 ../../standalone/draknet_.c:607
+#: ../../network/modem.pm_.c:52 ../../standalone/draknet_.c:629
msgid "Second DNS Server (optional)"
msgstr "Toinen nimipalvelin (ei pakollinen)"
-#: ../../network/netconnect.pm_.c:33
+#: ../../network/netconnect.pm_.c:34
msgid ""
"\n"
"You can disconnect or reconfigure your connection."
@@ -5619,7 +6145,7 @@ msgstr ""
"\n"
"Voit joko katkaista yhteyden tai asettaa sen uudelleen."
-#: ../../network/netconnect.pm_.c:33 ../../network/netconnect.pm_.c:36
+#: ../../network/netconnect.pm_.c:34 ../../network/netconnect.pm_.c:37
msgid ""
"\n"
"You can reconfigure your connection."
@@ -5627,11 +6153,11 @@ msgstr ""
"\n"
"Voit asettaa yhteytesi uudelleen."
-#: ../../network/netconnect.pm_.c:33
+#: ../../network/netconnect.pm_.c:34
msgid "You are currently connected to internet."
msgstr "Olet parasta aikaa yhteydess internettiin."
-#: ../../network/netconnect.pm_.c:36
+#: ../../network/netconnect.pm_.c:37
msgid ""
"\n"
"You can connect to Internet or reconfigure your connection."
@@ -5639,35 +6165,34 @@ msgstr ""
"\n"
"Voit joko ottaa yhteyden internettiin tai asettaa yhteyden uudelleen."
-#: ../../network/netconnect.pm_.c:36
+#: ../../network/netconnect.pm_.c:37
msgid "You are not currently connected to Internet."
msgstr "Et ole juuri nyt yhteydess internettiin."
-#: ../../network/netconnect.pm_.c:40
-msgid "Connect to Internet"
-msgstr "Ota yhteys internettiin"
+#: ../../network/netconnect.pm_.c:41
+msgid "Connect"
+msgstr "Ota yhteys"
-#: ../../network/netconnect.pm_.c:42
-msgid "Disconnect from Internet"
-msgstr "Katkaise internetyhteys"
+#: ../../network/netconnect.pm_.c:43
+msgid "Disconnect"
+msgstr "Katkaise yhteys"
-#: ../../network/netconnect.pm_.c:44
-msgid "Configure network connection (LAN or Internet)"
-msgstr "Aseta verkkoasetukset (lhiverkko tai internet)"
+# Asennuksen sivuvalikko
+#: ../../network/netconnect.pm_.c:45
+msgid "Configure the connection"
+msgstr "Aseta verkkoyhteys"
-#: ../../network/netconnect.pm_.c:47
+#: ../../network/netconnect.pm_.c:50
msgid "Internet connection & configuration"
msgstr "Internetyhteyden muodostus ja asetukset"
-#: ../../network/netconnect.pm_.c:96
-#, fuzzy, c-format
+#: ../../network/netconnect.pm_.c:100
+#, c-format
msgid "We are now going to configure the %s connection."
-msgstr ""
-"\n"
-"Voit joko katkaista yhteyden tai asettaa sen uudelleen."
+msgstr "Asetamme seuraavaksi %s-yhteyden."
-#: ../../network/netconnect.pm_.c:105
-#, fuzzy, c-format
+#: ../../network/netconnect.pm_.c:109
+#, c-format
msgid ""
"\n"
"\n"
@@ -5678,14 +6203,19 @@ msgid ""
"Press OK to continue."
msgstr ""
"\n"
-"Voit joko katkaista yhteyden tai asettaa sen uudelleen."
+"\n"
+"\n"
+"Asetamme seuraavaksi %s-yhteyden.\n"
+"\n"
+"\n"
+"Paina Ok jatkaaksesi."
-#: ../../network/netconnect.pm_.c:129 ../../network/netconnect.pm_.c:243
-#: ../../network/netconnect.pm_.c:255 ../../network/tools.pm_.c:56
+#: ../../network/netconnect.pm_.c:138 ../../network/netconnect.pm_.c:252
+#: ../../network/netconnect.pm_.c:271 ../../network/tools.pm_.c:57
msgid "Network Configuration"
msgstr "Verkon asetukset"
-#: ../../network/netconnect.pm_.c:130
+#: ../../network/netconnect.pm_.c:139
msgid ""
"Because you are doing a network installation, your network is already "
"configured.\n"
@@ -5697,7 +6227,7 @@ msgstr ""
"Paina Ok silyttksesi nykyiset asetukset tai peruuta asettaaksesi "
"internet- ja verkkoasetukset uudelleen.\n"
-#: ../../network/netconnect.pm_.c:155
+#: ../../network/netconnect.pm_.c:165
msgid ""
"Welcome to The Network Configuration Wizard\n"
"\n"
@@ -5709,93 +6239,92 @@ msgstr ""
"Seuraavassa vaiheessa mritelln sinun internet- / verkkoasetukset.\n"
"Jos et halua kytt automaattista tunnistusta, poista kyseinen valinta.\n"
-#: ../../network/netconnect.pm_.c:157
+#: ../../network/netconnect.pm_.c:167
msgid "Choose the profile to configure"
msgstr "Valitse uusi asetusprofiili"
-#: ../../network/netconnect.pm_.c:158
+#: ../../network/netconnect.pm_.c:168
msgid "Use auto detection"
msgstr "Kyt automaattista tunnistusta"
-#: ../../network/netconnect.pm_.c:164
+#: ../../network/netconnect.pm_.c:175
msgid "Detecting devices..."
msgstr "Etsin laitteita...."
-#: ../../network/netconnect.pm_.c:175 ../../network/netconnect.pm_.c:184
+#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
msgid "Normal modem connection"
msgstr "Tavallinen modeemiyhteys"
-#: ../../network/netconnect.pm_.c:175 ../../network/netconnect.pm_.c:184
+#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
#, c-format
msgid "detected on port %s"
msgstr "lydetty portista %s"
-#: ../../network/netconnect.pm_.c:176 ../../network/netconnect.pm_.c:185
+#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
msgid "ISDN connection"
msgstr "ISDN-yhteys"
-#: ../../network/netconnect.pm_.c:176 ../../network/netconnect.pm_.c:185
+#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
#, c-format
msgid "detected %s"
msgstr "lydetty %s:sta"
-#: ../../network/netconnect.pm_.c:177 ../../network/netconnect.pm_.c:186
-#, fuzzy
+#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
msgid "ADSL connection"
-msgstr "Lhiverkko"
+msgstr "ADSL-yhteys"
-#: ../../network/netconnect.pm_.c:177 ../../network/netconnect.pm_.c:186
+#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
#, c-format
msgid "detected on interface %s"
msgstr "lydetty seuraavasta liitnnst: %s"
-#: ../../network/netconnect.pm_.c:178 ../../network/netconnect.pm_.c:187
+#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
msgid "Cable connection"
msgstr "Kaapeliyhteys"
-#: ../../network/netconnect.pm_.c:178 ../../network/netconnect.pm_.c:187
-#, fuzzy
+#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
msgid "cable connection detected"
-msgstr "Kaapeliyhteys"
+msgstr "Kaapeliyhteys havaittu"
-#: ../../network/netconnect.pm_.c:179 ../../network/netconnect.pm_.c:188
+#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
msgid "LAN connection"
msgstr "Lhiverkko"
-#: ../../network/netconnect.pm_.c:179 ../../network/netconnect.pm_.c:188
+#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
msgid "ethernet card(s) detected"
msgstr "seuraavat ethernet-verkkokortit lydetty"
-#: ../../network/netconnect.pm_.c:190
-#, fuzzy
+#: ../../network/netconnect.pm_.c:202
msgid "Choose the connection you want to configure"
-msgstr "Valitse haluamasi tykalu"
+msgstr "Valitse yhteys, jonka haluat asettaa"
-#: ../../network/netconnect.pm_.c:214
+#: ../../network/netconnect.pm_.c:226
msgid ""
"You have configured multiple ways to connect to the Internet.\n"
"Choose the one you want to use.\n"
"\n"
msgstr ""
+"Olet asettanut useita eri tapoja ottaa yhteys internetiin.\n"
+"Valitse se, jota haluat kytt.\n"
+"\n"
-#: ../../network/netconnect.pm_.c:215
-#, fuzzy
+#: ../../network/netconnect.pm_.c:227
msgid "Internet connection"
-msgstr "Internetyhteyden jakaminen"
+msgstr "Internetyhteys"
-#: ../../network/netconnect.pm_.c:221
+#: ../../network/netconnect.pm_.c:233
msgid "Do you want to start the connection at boot?"
msgstr "Haluatko ottaa yhteyden koneen kynnistyksen yhteydess?"
-#: ../../network/netconnect.pm_.c:239
+#: ../../network/netconnect.pm_.c:247
msgid "Network configuration"
msgstr "Verkon asetukset"
-#: ../../network/netconnect.pm_.c:240
+#: ../../network/netconnect.pm_.c:248
msgid "The network needs to be restarted"
-msgstr ""
+msgstr "Verkko pit kynnist uudelleen"
-#: ../../network/netconnect.pm_.c:243
+#: ../../network/netconnect.pm_.c:252
#, c-format
msgid ""
"A problem occured while restarting the network: \n"
@@ -5806,25 +6335,35 @@ msgstr ""
"\n"
"%s"
-#: ../../network/netconnect.pm_.c:247
+#: ../../network/netconnect.pm_.c:261
msgid ""
-"Congratulations, the network and internet configuration is finished.\n"
-"\n"
+"Congratulations, the network and Internet configuration is finished.\n"
"The configuration will now be applied to your system.\n"
+"\n"
msgstr ""
"Onnittelut, verkko- ja internetyhteyksien asetus valmis.\n"
"\n"
"Asetukset tulevat kyttn mys itse jrjestelmss.\n"
-#: ../../network/netconnect.pm_.c:250
+#: ../../network/netconnect.pm_.c:265
msgid ""
-"After that is done, we recommend you to restart your X\n"
-"environnement to avoid hostname changing problem."
+"After this is done, we recommend that you restart your X environment to "
+"avoid any hostname-related problems."
msgstr ""
"Kun tm on tehty, suosittelemme kynnistmn X-ympristn\n"
"uudelleen vlttksesi jrjestelmn nimen vaihdoksesta tulevat ongelmat."
-#: ../../network/network.pm_.c:283
+#: ../../network/netconnect.pm_.c:266
+msgid ""
+"Problems occured during configuration.\n"
+"Test your connection via net_monitor or mcc. If your connection doesn't "
+"work, you might want to relaunch the configuration"
+msgstr ""
+"Ongelmia asettamisen aikana.\n"
+"Testaa yhteytesi net_monitor- tai mcc-tykalulla. Jos yhteytesi ei toimi, "
+"voit kynnist asetustykalun uudelleen"
+
+#: ../../network/network.pm_.c:292
msgid ""
"WARNING: This device has been previously configured to connect to the "
"Internet.\n"
@@ -5835,7 +6374,7 @@ msgstr ""
"Hyvksy, jos haluat pit laitteen asetukset sellaisina, kun ne olivat.\n"
"Alla olevien kohtien muokkaaminen korvaa voimassa olevat asetukset."
-#: ../../network/network.pm_.c:288
+#: ../../network/network.pm_.c:297
msgid ""
"Please enter the IP configuration for this machine.\n"
"Each item should be entered as an IP address in dotted-decimal\n"
@@ -5844,38 +6383,38 @@ msgstr ""
"Anna koneen IP-asetukset. Kukin kohta tulee sytt IP-osoitteena,\n"
"pisteill eroteltuna nelinumeroisena lukuna (esim. 1.2.3.4)."
-#: ../../network/network.pm_.c:297 ../../network/network.pm_.c:298
+#: ../../network/network.pm_.c:306 ../../network/network.pm_.c:307
#, c-format
msgid "Configuring network device %s"
msgstr "Asetan verkkolaitetta %s"
-#: ../../network/network.pm_.c:298
+#: ../../network/network.pm_.c:307
#, c-format
msgid " (driver %s)"
msgstr " (ajuri %s)"
-#: ../../network/network.pm_.c:300 ../../standalone/draknet_.c:255
-#: ../../standalone/draknet_.c:461
+#: ../../network/network.pm_.c:309 ../../standalone/draknet_.c:232
+#: ../../standalone/draknet_.c:468
msgid "IP address"
msgstr "IP-osoite"
-#: ../../network/network.pm_.c:301 ../../standalone/draknet_.c:462
+#: ../../network/network.pm_.c:310 ../../standalone/draknet_.c:469
msgid "Netmask"
msgstr "Verkkopeite"
-#: ../../network/network.pm_.c:302
+#: ../../network/network.pm_.c:311
msgid "(bootp/dhcp)"
msgstr "(bootp/dhcp)"
-#: ../../network/network.pm_.c:302
+#: ../../network/network.pm_.c:311
msgid "Automatic IP"
msgstr "Automaattinen IP"
-#: ../../network/network.pm_.c:323 ../../printerdrake.pm_.c:406
+#: ../../network/network.pm_.c:332 ../../printerdrake.pm_.c:712
msgid "IP address should be in format 1.2.3.4"
msgstr "IP-osoitteen tullee olla muotoa 1.2.3.4"
-#: ../../network/network.pm_.c:351
+#: ../../network/network.pm_.c:361
msgid ""
"Please enter your host name.\n"
"Your host name should be a fully-qualified host name,\n"
@@ -5884,65 +6423,66 @@ msgid ""
msgstr ""
"Syt koneesi nimi.\n"
"Koneesi nimen pitisi olla tydellinen, kuten ``minunkone.yritys.fi''.\n"
-"Voit antaa mys yhdyskytvn IP.osoitten jos sinulla on sellainen."
+"Voit antaa mys yhdyskytvn IP-osoitteen jos sinulla on sellainen."
-#: ../../network/network.pm_.c:356
+#: ../../network/network.pm_.c:366
msgid "DNS server"
msgstr "Nimipalvelin"
-#: ../../network/network.pm_.c:357 ../../standalone/draknet_.c:599
-msgid "Gateway"
-msgstr "Yhdyskytv"
+#: ../../network/network.pm_.c:367
+#, c-format
+msgid "Gateway (e.g. %s)"
+msgstr "Yhdyskytv (esim. %s)"
-#: ../../network/network.pm_.c:359
+#: ../../network/network.pm_.c:369
msgid "Gateway device"
msgstr "Yhdyskytvn laite"
-#: ../../network/network.pm_.c:371
+#: ../../network/network.pm_.c:381
msgid "Proxies configuration"
msgstr "Proxyjen asettaminen"
-#: ../../network/network.pm_.c:372
+#: ../../network/network.pm_.c:382
msgid "HTTP proxy"
msgstr "HTTP-vlityspalvelin:"
-#: ../../network/network.pm_.c:373
+#: ../../network/network.pm_.c:383
msgid "FTP proxy"
msgstr "FTP-vlityspalvelin:"
-#: ../../network/network.pm_.c:374
+#: ../../network/network.pm_.c:384
msgid "Track network card id (usefull for laptops)"
-msgstr ""
+msgstr "Selvit verkkokortti-id (hydyllist sylimikroille)"
-#: ../../network/network.pm_.c:377
+#: ../../network/network.pm_.c:387
msgid "Proxy should be http://..."
msgstr "Vlityspalvelimen tulee olla muotoa http://..."
-#: ../../network/network.pm_.c:378
+#: ../../network/network.pm_.c:388
msgid "Proxy should be ftp://..."
msgstr "Vlityspalvelimen tulee olla muotoa ftp://..."
-#: ../../network/tools.pm_.c:38
+#: ../../network/tools.pm_.c:39
msgid "Internet configuration"
msgstr "Internetin asetukset"
-#: ../../network/tools.pm_.c:39
+#: ../../network/tools.pm_.c:40
msgid "Do you want to try to connect to the Internet now?"
msgstr "Haluatko kokeilla internetyhteytt nyt?"
-#: ../../network/tools.pm_.c:43 ../../standalone/draknet_.c:189
+#: ../../network/tools.pm_.c:44 ../../standalone/draknet_.c:197
msgid "Testing your connection..."
msgstr "Testaan yhteyttsi..."
-#: ../../network/tools.pm_.c:49 ../../standalone/draknet_.c:220
+#: ../../network/tools.pm_.c:50
msgid "The system is now connected to Internet."
msgstr "Jrjestelm on nyt internetiss."
-#: ../../network/tools.pm_.c:50
+#: ../../network/tools.pm_.c:51
msgid "For Security reason, it will be disconnected now."
msgstr "Turvallisuussyist yhteys suljetaan nyt."
-#: ../../network/tools.pm_.c:51 ../../standalone/draknet_.c:220
+#: ../../network/tools.pm_.c:52
msgid ""
"The system doesn't seem to be connected to internet.\n"
"Try to reconfigure your connection."
@@ -5950,87 +6490,88 @@ msgstr ""
"Jrjestelm ei nyt olevan internetiss.\n"
"Yrit muuttaa internet-asetuksia."
-#: ../../network/tools.pm_.c:75
+#: ../../network/tools.pm_.c:76
msgid "Connection Configuration"
msgstr "Yhteyden asetus"
-#: ../../network/tools.pm_.c:76
+#: ../../network/tools.pm_.c:77
msgid "Please fill or check the field below"
msgstr "Valitse alla olevista kohdista"
-#: ../../network/tools.pm_.c:78 ../../standalone/draknet_.c:586
+#: ../../network/tools.pm_.c:79 ../../standalone/draknet_.c:608
msgid "Card IRQ"
msgstr "Kortin IRQ"
-#: ../../network/tools.pm_.c:79 ../../standalone/draknet_.c:587
+#: ../../network/tools.pm_.c:80 ../../standalone/draknet_.c:609
msgid "Card mem (DMA)"
msgstr "Kortin muisti (DMA)"
-#: ../../network/tools.pm_.c:80 ../../standalone/draknet_.c:588
+#: ../../network/tools.pm_.c:81 ../../standalone/draknet_.c:610
msgid "Card IO"
msgstr "Kortin IO"
-#: ../../network/tools.pm_.c:81 ../../standalone/draknet_.c:589
+#: ../../network/tools.pm_.c:82 ../../standalone/draknet_.c:611
msgid "Card IO_0"
msgstr "Kortin IO_0"
-#: ../../network/tools.pm_.c:82 ../../standalone/draknet_.c:590
+#: ../../network/tools.pm_.c:83 ../../standalone/draknet_.c:612
msgid "Card IO_1"
msgstr "Kortin IO_1"
-#: ../../network/tools.pm_.c:83 ../../standalone/draknet_.c:591
+#: ../../network/tools.pm_.c:84 ../../standalone/draknet_.c:613
msgid "Your personal phone number"
msgstr "Henkilkohtainen puhelinnumerosi"
-#: ../../network/tools.pm_.c:84 ../../standalone/draknet_.c:592
+#: ../../network/tools.pm_.c:85 ../../standalone/draknet_.c:614
msgid "Provider name (ex provider.net)"
msgstr "Palveluntarjoajan nimi (esim: tarjoaja.net)"
-#: ../../network/tools.pm_.c:85 ../../standalone/draknet_.c:593
+#: ../../network/tools.pm_.c:86 ../../standalone/draknet_.c:615
msgid "Provider phone number"
msgstr "Palveluntarjoajan puhelinnumero"
-#: ../../network/tools.pm_.c:86 ../../standalone/draknet_.c:594
+#: ../../network/tools.pm_.c:87 ../../standalone/draknet_.c:616
msgid "Provider dns 1 (optional)"
msgstr "Yhteydentarjoajan dns 1 (vapaaehtoinen)"
-#: ../../network/tools.pm_.c:87 ../../standalone/draknet_.c:595
+#: ../../network/tools.pm_.c:88 ../../standalone/draknet_.c:617
msgid "Provider dns 2 (optional)"
msgstr "Yhteydentarjoajandns2(vapaaehtoinen)"
# Asennuksen sivuvalikko
-#: ../../network/tools.pm_.c:88
-#, fuzzy
+#: ../../network/tools.pm_.c:89
msgid "Choose your country"
-msgstr "Nppimistn valinta"
+msgstr "Valitse maasi"
-#: ../../network/tools.pm_.c:89 ../../standalone/draknet_.c:598
+#: ../../network/tools.pm_.c:90 ../../standalone/draknet_.c:620
msgid "Dialing mode"
msgstr "Soittotila"
-#: ../../network/tools.pm_.c:90 ../../standalone/draknet_.c:610
-#, fuzzy
+#: ../../network/tools.pm_.c:91 ../../standalone/draknet_.c:632
msgid "Connection speed"
-msgstr "Yhteyden nimi: "
+msgstr "Yhteyden nopeus"
-#: ../../network/tools.pm_.c:91 ../../standalone/draknet_.c:611
-#, fuzzy
+#: ../../network/tools.pm_.c:92 ../../standalone/draknet_.c:633
msgid "Connection timeout (in sec)"
-msgstr "Yhteyden nimi: "
+msgstr "Yhteyden aikaraja (sekunneissa)"
-#: ../../network/tools.pm_.c:92 ../../standalone/draknet_.c:596
+#: ../../network/tools.pm_.c:93 ../../standalone/draknet_.c:618
msgid "Account Login (user name)"
msgstr "Kyttjtunnus (kyttjn nimi)"
-#: ../../network/tools.pm_.c:93 ../../standalone/draknet_.c:597
+#: ../../network/tools.pm_.c:94 ../../standalone/draknet_.c:619
msgid "Account Password"
msgstr "Salasana"
-#: ../../partition_table.pm_.c:622
+#: ../../partition_table.pm_.c:600
+msgid "mount failed: "
+msgstr "liittminen eponnistui: "
+
+#: ../../partition_table.pm_.c:664
msgid "Extended partition not supported on this platform"
msgstr "Laajennettua osiotyyppi ei ole tuettu tss ympristss"
-#: ../../partition_table.pm_.c:640
+#: ../../partition_table.pm_.c:682
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 "
@@ -6040,21 +6581,21 @@ msgstr ""
"Ainoa ratkaisu on siirt primriosioita siten ett reik on ennen "
"laajennettuja osioita"
-#: ../../partition_table.pm_.c:744
+#: ../../partition_table.pm_.c:770
#, c-format
msgid "Restoring from file %s failed: %s"
msgstr "Palautus tiedostosta %s eponnistui: %s"
-#: ../../partition_table.pm_.c:746
+#: ../../partition_table.pm_.c:772
msgid "Bad backup file"
msgstr "Huono varmuuskopiotiedosto"
-#: ../../partition_table.pm_.c:768
+#: ../../partition_table.pm_.c:794
#, c-format
msgid "Error writing to file %s"
msgstr "Virhe kirjoitettaessa tiedostoon %s"
-#: ../../partition_table_raw.pm_.c:154
+#: ../../partition_table_raw.pm_.c:186
msgid ""
"Something bad is happening on your drive. \n"
"A test to check the integrity of data has failed. \n"
@@ -6086,540 +6627,856 @@ msgstr "ehk"
#: ../../printer.pm_.c:23
msgid "CUPS - Common Unix Printing System"
-msgstr ""
+msgstr "CUPS - Common Unix Printing System"
#: ../../printer.pm_.c:24
msgid "LPRng - LPR New Generation"
-msgstr ""
+msgstr "LPRng - LPR New Generation"
#: ../../printer.pm_.c:25
msgid "LPD - Line Printer Daemon"
-msgstr ""
+msgstr "LPD - Line Printer Daemon"
#: ../../printer.pm_.c:26
msgid "PDQ - Print, Don't Queue"
-msgstr ""
+msgstr "PDQ - Print, Don't Queue"
-#: ../../printer.pm_.c:32
+#: ../../printer.pm_.c:32 ../../printer.pm_.c:871
msgid "CUPS"
-msgstr ""
+msgstr "CUPS"
#: ../../printer.pm_.c:33
msgid "LPRng"
-msgstr ""
+msgstr "LPRng"
#: ../../printer.pm_.c:34
msgid "LPD"
-msgstr ""
+msgstr "LPD"
#: ../../printer.pm_.c:35
msgid "PDQ"
-msgstr ""
+msgstr "PDQ"
-#: ../../printer.pm_.c:40
+#: ../../printer.pm_.c:47
msgid "Local printer"
-msgstr "Paikallinen kirjoitin"
+msgstr "Paikallinen tulostin"
-#: ../../printer.pm_.c:41
+#: ../../printer.pm_.c:48
msgid "Remote printer"
-msgstr "Ulkoinen kirjoitin"
+msgstr "Ulkoinen tulostin"
-#: ../../printer.pm_.c:42
-#, fuzzy
+#: ../../printer.pm_.c:49
msgid "Printer on remote CUPS server"
-msgstr "Ulkoinen CUPS-palvelin"
+msgstr "Tulostin ulkoisella CUPS-palvelimella"
-#: ../../printer.pm_.c:43
-#, fuzzy
+#: ../../printer.pm_.c:50 ../../printerdrake.pm_.c:734
msgid "Printer on remote lpd server"
-msgstr "Ulkoinen lpd-palvelin"
+msgstr "Tulostin ulkoisella lpd-palvelimella"
-#: ../../printer.pm_.c:44
-msgid "Network printer (socket)"
-msgstr "Verkkokirjoitin (socket)"
+#: ../../printer.pm_.c:51
+msgid "Network printer (TCP/Socket)"
+msgstr "Verkkotulostin (TCP/Socket)"
-#: ../../printer.pm_.c:45
-#, fuzzy
+#: ../../printer.pm_.c:52
msgid "Printer on SMB/Windows 95/98/NT server"
-msgstr "SMB/Windows 95/98/NT"
+msgstr "Tulostin SMB/Windows 95/98/NT -palvelimella"
-#: ../../printer.pm_.c:46
-#, fuzzy
+#: ../../printer.pm_.c:53
msgid "Printer on NetWare server"
-msgstr "Tulostuspalvelin"
+msgstr "Tulostin NetWare-palvelimella"
-#: ../../printer.pm_.c:47
-#, fuzzy
+#: ../../printer.pm_.c:54 ../../printerdrake.pm_.c:738
msgid "Enter a printer device URI"
-msgstr "Kirjoitinlaitteen osoite (URI)"
+msgstr "Syt tulostinlaitteen osoite (URI)"
-#: ../../printer.pm_.c:48
+#: ../../printer.pm_.c:55
msgid "Pipe job into a command"
-msgstr ""
+msgstr "Putkita ty kskylle"
-#: ../../printer.pm_.c:418 ../../printer.pm_.c:839
-#: ../../printerdrake.pm_.c:1227 ../../printerdrake.pm_.c:2023
+#: ../../printer.pm_.c:504 ../../printer.pm_.c:695 ../../printer.pm_.c:1017
+#: ../../printerdrake.pm_.c:1665 ../../printerdrake.pm_.c:2730
msgid "Unknown model"
-msgstr ""
+msgstr "Tuntematon malli"
+
+#: ../../printer.pm_.c:532
+msgid "Local Printers"
+msgstr "Paikalliset tulostimet"
+
+#: ../../printer.pm_.c:534 ../../printer.pm_.c:872
+msgid "Remote Printers"
+msgstr "Ulkoiset tulostimet"
+
+#: ../../printer.pm_.c:541 ../../printerdrake.pm_.c:248
+#, c-format
+msgid " on parallel port \\/*%s"
+msgstr " rinnakkaisliitnnss \\/*%s"
+
+#: ../../printer.pm_.c:544 ../../printerdrake.pm_.c:250
+#, c-format
+msgid ", USB printer \\/*%s"
+msgstr ", USB tulostin \\/*%s"
+
+#: ../../printer.pm_.c:549
+#, c-format
+msgid ", multi-function device on parallel port \\/*%s"
+msgstr ", monikyttlaite rinnakkaisportissa \\/*%s"
+
+#: ../../printer.pm_.c:552
+msgid ", multi-function device on USB"
+msgstr ", monikyttlaite USB:ssa"
+
+#: ../../printer.pm_.c:554
+msgid ", multi-function device on HP JetDirect"
+msgstr ", monitoimilaite HP JetDirectiss"
+
+#: ../../printer.pm_.c:556
+msgid ", multi-function device"
+msgstr ", monitoimilaite"
-#: ../../printer.pm_.c:546 ../../printerdrake.pm_.c:790
+#: ../../printer.pm_.c:559
+#, c-format
+msgid ", printing to %s"
+msgstr ", tulostetaan: %s"
+
+#: ../../printer.pm_.c:561
+#, c-format
+msgid "on LPD server \"%s\", printer \"%s\""
+msgstr "LPD-palvelimella \"%s\", tulostin \"%s\""
+
+#: ../../printer.pm_.c:563
+#, c-format
+msgid ", TCP/IP host \"%s\", port %s"
+msgstr ", TCP/IP -verkkoptteell \"%s\", portissa %s"
+
+#: ../../printer.pm_.c:567
+#, c-format
+msgid "on Windows server \"%s\", share \"%s\""
+msgstr "Windows-palvelimella \"%s\", jako \"%s\""
+
+#: ../../printer.pm_.c:571
+#, c-format
+msgid "on Novell server \"%s\", printer \"%s\""
+msgstr "Novell-palvelimella \"%s\", tulostin \"%s\""
+
+#: ../../printer.pm_.c:573
+#, c-format
+msgid ", using command %s"
+msgstr ", kytten komentoa %s"
+
+#: ../../printer.pm_.c:692 ../../printerdrake.pm_.c:1136
msgid "Raw printer (No driver)"
-msgstr ""
+msgstr "Raakatulostin (ei ajuria)"
-#: ../../printer.pm_.c:693
-#, fuzzy, c-format
+#: ../../printer.pm_.c:841
+#, c-format
msgid "(on %s)"
-msgstr "(moduli %s)"
+msgstr "(%s:ssa)"
-#: ../../printer.pm_.c:695
+#: ../../printer.pm_.c:843
msgid "(on this machine)"
-msgstr ""
+msgstr "(tll koneella)"
+
+#: ../../printer.pm_.c:868
+#, c-format
+msgid "On CUPS server \"%s\""
+msgstr "CUPS-palvelimella \"%s\""
+
+#: ../../printer.pm_.c:874 ../../printerdrake.pm_.c:2391
+#: ../../printerdrake.pm_.c:2402 ../../printerdrake.pm_.c:2618
+#: ../../printerdrake.pm_.c:2670 ../../printerdrake.pm_.c:2697
+#: ../../printerdrake.pm_.c:2867 ../../printerdrake.pm_.c:2869
+msgid " (Default)"
+msgstr " (Oletus)"
#: ../../printerdrake.pm_.c:22
msgid "Select Printer Connection"
-msgstr "Valitse kirjoitinyhteys"
+msgstr "Valitse tulostinyhteys"
#: ../../printerdrake.pm_.c:23
msgid "How is the printer connected?"
-msgstr "Miten kirjoitin on liitetty?"
+msgstr "Miten tulostin on liitetty?"
#: ../../printerdrake.pm_.c:25
-#, fuzzy
msgid ""
"\n"
-"Printers on remote CUPS servers you do not have to configure\n"
-"here; these printers will be automatically detected. Please\n"
-"select \"Printer on remote CUPS server\" in this case."
+"Printers on remote CUPS servers you do not have to configure here; these "
+"printers will be automatically detected."
msgstr ""
-"Ulkoisella CUPS-palvelimella sinun ei tarvitse mritt\n"
-"kirjoittimen tyyppi; kaikki kirjoittimet tunnistuvat automaattisesti.\n"
-"Jos epilet, valitse \"Ulkoinen CUPS-palvelin\"."
+"\n"
+"Tulostimia, jotka ovat ulkoisella CUPS-palvelimella, ei tarvitse asettaa\n"
+"tss; nm tulostimet tunnistetaan automaattisesti."
-#: ../../printerdrake.pm_.c:84 ../../printerdrake.pm_.c:88
-#: ../../printerdrake.pm_.c:89 ../../printerdrake.pm_.c:159
+#: ../../printerdrake.pm_.c:69 ../../printerdrake.pm_.c:2454
#, fuzzy
-msgid "None"
-msgstr "Valmis"
+msgid "CUPS configuration"
+msgstr "Asetustykalut"
-#: ../../printerdrake.pm_.c:85 ../../printerdrake.pm_.c:160
+#: ../../printerdrake.pm_.c:70 ../../printerdrake.pm_.c:2455
#, fuzzy
-msgid "Choose a default printer!"
-msgstr "Valitse oletuskyttj:"
+msgid "Specify CUPS server"
+msgstr "Ulkoinen CUPS-palvelin"
-#: ../../printerdrake.pm_.c:105
+#: ../../printerdrake.pm_.c:71
+#, fuzzy
msgid ""
-"With remote CUPS servers, you do not have to configure any \n"
-"printer here; CUPS servers inform your machine automatically\n"
-"about their printers. All printers known to your machine\n"
-"currently are listed in the \"Default printer\" field. Choose\n"
-"the default printer for your machine there and click the\n"
-"\"Apply/Re-read printers\" button. Click the same button to\n"
-"refresh the list (it can take up to 30 seconds after the start\n"
-"of CUPS until all remote printers are visible).\n"
-"When your CUPS server is in a different network, you have to \n"
-"give the CUPS server IP address and optionally the port number\n"
-"to get the printer information from the server, otherwise leave\n"
-"these fields blank."
+"To get access to printers on remote CUPS servers in your local network you "
+"do not have to configure anything; the CUPS servers inform your machine "
+"automatically about their printers. All printers currently known to your "
+"machine are listed in the \"Remote printers\" section in the main window of "
+"Printerdrake. When your CUPS server is not in your local network, you have "
+"to enter the CUPS server IP address and optionally the port number to get "
+"the printer information from the server, otherwise leave these fields blank."
msgstr ""
+"CUPS-etpalvelimilla sinun ei tarvitse asettaa tulostinta tss; CUPS-"
+"palvelimet kertovat niill olevat tulostimet itse koneellesi. Kaikki tll "
+"hetkell tunnetut tulostimet on listattu \"Oletustulostin\" -kentss. "
+"Valitse sielt koneesi oletustulostin ja paina \"Toteuta/Lue uudelleen "
+"tulostimet\" -painiketta. Klikkaamalla samaa painiketta voit mys virkist "
+"listan (CUPS-tulostimet ilmestyvt 30 sekunnin sisll). Kun CUPS-"
+"pelvelimesi on eri aliverkossa, sinun pit antaa CUPS-palvelimesi IP-osoite "
+"ja mahdollisesti mys portin numero saadaksesi tiedot palvelimelta. Muussa "
+"tapauksessa jt kentt tyhjiksi."
-#: ../../printerdrake.pm_.c:117
+#: ../../printerdrake.pm_.c:72
msgid ""
"\n"
-"Normally, CUPS is automatically configured according to your\n"
-"network environment, so that you can access the printers on the\n"
-"CUPS servers in your local network. If this does not work \n"
-"correctly, turn off \"Automatic CUPS configuration\" and edit\n"
-"your file /etc/cups/cupsd.conf manually. Do not forget to restart\n"
-"CUPS afterwards (command: \"service cups restart\")."
+"Normally, CUPS is automatically configured according to your network "
+"environment, so that you can access the printers on the CUPS servers in your "
+"local network. If this does not work correctly, turn off \"Automatic CUPS "
+"configuration\" and edit your file /etc/cups/cupsd.conf manually. Do not "
+"forget to restart CUPS afterwards (command: \"service cups restart\")."
msgstr ""
-#: ../../printerdrake.pm_.c:124 ../../printerdrake.pm_.c:1290
-#: ../../printerdrake.pm_.c:1294 ../../printerdrake.pm_.c:1295
-#: ../../printerdrake.pm_.c:1296 ../../printerdrake.pm_.c:2011
-msgid "Close"
-msgstr "Sulje"
-
-#: ../../printerdrake.pm_.c:125
-#, fuzzy
-msgid "Apply/Re-read printers"
-msgstr "Ulkoinen kirjoitin"
-
-#: ../../printerdrake.pm_.c:129
-#, fuzzy
+#: ../../printerdrake.pm_.c:76
msgid "The IP address should look like 192.168.1.20"
-msgstr "IP-osoitteen tullee olla muotoa 1.2.3.4"
+msgstr "IP-osoitteen tullee olla muotoa 192.168.1.20"
-#: ../../printerdrake.pm_.c:134 ../../printerdrake.pm_.c:541
-#, fuzzy
+#: ../../printerdrake.pm_.c:80 ../../printerdrake.pm_.c:862
msgid "The port number should be an integer!"
-msgstr "Portin numeron pitisi olla numeerinen"
-
-#: ../../printerdrake.pm_.c:141 ../../printerdrake.pm_.c:2095
-#, fuzzy
-msgid "Default printer"
-msgstr "Paikallinen kirjoitin"
+msgstr "Portin numeron pitisi olla kokonaisluku!"
-#: ../../printerdrake.pm_.c:146
+#: ../../printerdrake.pm_.c:87
msgid "CUPS server IP"
msgstr "CUPS-palvelimen IP"
-#: ../../printerdrake.pm_.c:147 ../../printerdrake.pm_.c:534
+#: ../../printerdrake.pm_.c:88 ../../printerdrake.pm_.c:855
msgid "Port"
msgstr "Portti"
-#: ../../printerdrake.pm_.c:149
-#, fuzzy
+#: ../../printerdrake.pm_.c:90
msgid "Automatic CUPS configuration"
-msgstr "Kynnistyksen tavan asetus"
+msgstr "CUPSin automaattinen asettaminen"
-#: ../../printerdrake.pm_.c:217
-#, fuzzy
+#: ../../printerdrake.pm_.c:145 ../../standalone/scannerdrake_.c:42
msgid "Detecting devices ..."
-msgstr "Etsin laitteita...."
+msgstr "Etsin laitteita ..."
-#: ../../printerdrake.pm_.c:217
+#: ../../printerdrake.pm_.c:145 ../../standalone/scannerdrake_.c:42
msgid "Test ports"
msgstr "Kokeile portteja"
-#: ../../printerdrake.pm_.c:238
-#, c-format
-msgid "A printer, model \"%s\", has been detected on "
-msgstr "Mallia \"%s\" oleva kirjoitin lydettiin "
+#: ../../printerdrake.pm_.c:167 ../../printerdrake.pm_.c:2437
+#: ../../printerdrake.pm_.c:2556
+msgid "Add a new printer"
+msgstr "Lis uusi tulostin"
-#: ../../printerdrake.pm_.c:255
-msgid "Local Printer Device"
-msgstr "Paikallinen kirjoitin"
+#: ../../printerdrake.pm_.c:168
+msgid ""
+"\n"
+"Welcome to the Printer Setup Wizard\n"
+"\n"
+"This wizard allows you to install local or remote printers to be used from "
+"this machine and also from other machines in the network.\n"
+"\n"
+"It asks you for all necessary information to set up the printer and gives "
+"you access to all available printer drivers, driver options, and printer "
+"connection types."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:176 ../../printerdrake.pm_.c:203
+#: ../../printerdrake.pm_.c:378 ../../printerdrake.pm_.c:393
+#: ../../printerdrake.pm_.c:403 ../../printerdrake.pm_.c:466
+msgid "Local Printer"
+msgstr "Paikallinen tulostin"
+
+#: ../../printerdrake.pm_.c:177
+msgid ""
+"\n"
+"Welcome to the Printer Setup Wizard\n"
+"\n"
+"This wizard will help you to install your printer(s) connected to this "
+"computer.\n"
+"\n"
+"Please plug in your printer(s) on this computer and turn it/them on. Click "
+"on \"Next\" when you are ready, and on \"Cancel\" when you do not want to "
+"set up your printer(s) now.\n"
+"\n"
+"Note that some computers can crash during the printer auto-detection, turn "
+"off \"Auto-detect printers\" to do a printer installation without auto-"
+"detection. Use the \"Expert Mode\" of printerdrake when you want to set up "
+"printing on a remote printer if printerdrake does not list it automatically."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:186
+msgid "Auto-detect printers"
+msgstr "Etsi tulostimet"
+
+#: ../../printerdrake.pm_.c:204
+msgid ""
+"\n"
+"Congratulations, your printer is now installed and configured!\n"
+"\n"
+"You can print using the \"Print\" command of your application (usually in "
+"the \"File\" menu).\n"
+"\n"
+"If you want to add, remove, or rename a printer, or if you want to change "
+"the default option settings (paper input tray, printout quality, ...), "
+"select \"Printer\" in the \"Hardware\" section of the Mandrake Control "
+"Center."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:223
+msgid "Auto-Detection of Printers"
+msgstr "Tulostimien automaattinen lytminen"
+
+#: ../../printerdrake.pm_.c:224
+msgid ""
+"Printerdrake is able to auto-detect your locally connected parallel and USB "
+"printers for you, but note that on some systems the auto-detection CAN "
+"FREEZE YOUR SYSTEM AND THIS CAN LEAD TO CORRUPTED FILE SYSTEMS! So do it ON "
+"YOUR OWN RISK!\n"
+"\n"
+"Do you really want to get your printers auto-detected?"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:227 ../../printerdrake.pm_.c:229
+#: ../../printerdrake.pm_.c:230
+msgid "Do auto-detection"
+msgstr "Tee automaattinen tunnistus"
+
+#: ../../printerdrake.pm_.c:228
+msgid "Set up printer manually"
+msgstr "Aseta tulostin manuaalisesti"
#: ../../printerdrake.pm_.c:256
+#, c-format
+msgid "Detected %s"
+msgstr "Lydetty %s:sta"
+
+#: ../../printerdrake.pm_.c:260 ../../printerdrake.pm_.c:287
+#: ../../printerdrake.pm_.c:306
+#, c-format
+msgid "Printer on parallel port \\/*%s"
+msgstr "Tulostin rinnakkaisportissa \\/*%s"
+
+#: ../../printerdrake.pm_.c:262 ../../printerdrake.pm_.c:289
+#: ../../printerdrake.pm_.c:311
+#, c-format
+msgid "USB printer \\/*%s"
+msgstr "USB-tulostin \\/*%s"
+
+#: ../../printerdrake.pm_.c:379
msgid ""
-"What device is your printer connected to \n"
-"(note that /dev/lp0 is equivalent to LPT1:)?\n"
+"No local printer found! To manually install a printer enter a device name/"
+"file name in the input line (Parallel Ports: /dev/lp0, /dev/lp1, ..., "
+"equivalent to LPT1:, LPT2:, ..., 1st USB printer: /dev/usb/lp0, 2nd USB "
+"printer: /dev/usb/lp1, ...)."
msgstr ""
-"Mihin laitteeseen kirjoitin on kytketty \n"
-"(huomaa, ett /dev/lp0 vastaa LPT1:t)?\n"
-#: ../../printerdrake.pm_.c:258
-msgid "Printer Device"
-msgstr "Kirjoitinlaite"
+#: ../../printerdrake.pm_.c:383
+msgid "You must enter a device or file name!"
+msgstr "Sinun tytyy sytt laitteen tai tiedoston nimi!"
+
+#: ../../printerdrake.pm_.c:394
+msgid ""
+"No local printer found!\n"
+"\n"
+msgstr ""
+"Paikallisia tulostimia ei lytynyt!\n"
+"\n"
-#: ../../printerdrake.pm_.c:261
-msgid "Device/file name missing!"
+#: ../../printerdrake.pm_.c:395
+msgid ""
+"Network printers can only be installed after the installation. Choose "
+"\"Hardware\" and then \"Printer\" in the Mandrake Control Center."
msgstr ""
-#: ../../printerdrake.pm_.c:274 ../../printerdrake.pm_.c:698
-#: ../../printerdrake.pm_.c:786
-#, fuzzy
+#: ../../printerdrake.pm_.c:396
+msgid ""
+"To install network printers, click \"Cancel\", switch to the \"Expert Mode"
+"\", and click \"Add a new printer\" again."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:407
+msgid ""
+"The following printer was auto-detected, if it is not the one you want to "
+"configure, enter a device name/file name in the input line"
+msgstr ""
+"Seuraava tulostin lydettiin, jos se ei ole se, jonka haluat asettaa, syt "
+"laite- tai tiedostonimi syteriville"
+
+#: ../../printerdrake.pm_.c:408
+msgid ""
+"Here is a list of all auto-detected printers. Please choose the printer you "
+"want to set up or enter a device name/file name in the input line"
+msgstr ""
+"Tss on lista lydetyist tulostimista. Valitse se tulostin, jonka haluat "
+"asettaa tai syt laite- tai tiedostonimi syteriville"
+
+#: ../../printerdrake.pm_.c:410
+msgid ""
+"The following printer was auto-detected. The configuration of the printer "
+"will work fully automatically. If your printer was not correctly detected or "
+"if you prefer a customized printer configuration, turn on \"Manual "
+"configuration\"."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:411
+msgid ""
+"Here is a list of all auto-detected printers. Please choose the printer you "
+"want to set up. The configuration of the printer will work fully "
+"automatically. If your printer was not correctly detected or if you prefer a "
+"customized printer configuration, turn on \"Manual configuration\"."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:413
+msgid ""
+"Please choose the port where your printer is connected to or enter a device "
+"name/file name in the input line"
+msgstr ""
+"Valitse portti, johon tulostimesi on kytketty tai syt laitteen tai "
+"tiedoston nimi syteriville"
+
+#: ../../printerdrake.pm_.c:414
+msgid "Please choose the port where your printer is connected to."
+msgstr "Valitse portti, johon tulostimesi on kytketty."
+
+#: ../../printerdrake.pm_.c:416
+msgid ""
+" (Parallel Ports: /dev/lp0, /dev/lp1, ..., equivalent to LPT1:, LPT2:, ..., "
+"1st USB printer: /dev/usb/lp0, 2nd USB printer: /dev/usb/lp1, ...)."
+msgstr ""
+" (Rinnakkaisportit: /dev/lp0, /dev/lp1, ..., vastaavat LPT1:, LPT2:, ..., 1. "
+"USB-tulostin: /dev/usb/lp0, 2. USB-tulostin: /dev/usb/lp1, ...)."
+
+#: ../../printerdrake.pm_.c:421
+msgid "You must choose/enter a printer/device!"
+msgstr "Sinun tytyy valita tai sytt tulostinlaite!"
+
+#: ../../printerdrake.pm_.c:441
+msgid "Manual configuration"
+msgstr "Manuaalinen asettaminen"
+
+#: ../../printerdrake.pm_.c:467
+msgid ""
+"Is your printer a multi-function device from HP (OfficeJet, PSC, PhotoSmart, "
+"LaserJet 1100/1200/1220/3200/3300 with scanner)?"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:482
+msgid "Installing HPOJ package..."
+msgstr "Asennetaan HPOJ-pakettia..."
+
+#: ../../printerdrake.pm_.c:487
+msgid "Checking device and configuring HPOJ ..."
+msgstr "Tarkistetaan laite ja asetetaan HPOJ ..."
+
+#: ../../printerdrake.pm_.c:505
+msgid "Installing SANE package..."
+msgstr "Asennetaan SANE-paketteja..."
+
+#: ../../printerdrake.pm_.c:517
+msgid "Scanning on your HP multi-function device"
+msgstr "Skannataan HP-monikyttlaitteella"
+
+#: ../../printerdrake.pm_.c:534
+msgid "Making printer port available for CUPS ..."
+msgstr "Asetetaan tulostusportti CUPSin saataville..."
+
+#: ../../printerdrake.pm_.c:544 ../../printerdrake.pm_.c:1018
+#: ../../printerdrake.pm_.c:1132
msgid "Reading printer database ..."
-msgstr "Luetaan CUPS-ajurien tietokantaa..."
+msgstr "Luetaan tulostintietokantaa ..."
-#: ../../printerdrake.pm_.c:312
+#: ../../printerdrake.pm_.c:624
msgid "Remote lpd Printer Options"
-msgstr "Ulkoisen lpd-palvelimen kirjoittimen parametrit"
+msgstr "Ulkoisen lpd-palvelimen tulostimen parametrit"
-#: ../../printerdrake.pm_.c:313
-#, fuzzy
+#: ../../printerdrake.pm_.c:625
msgid ""
-"To use a remote lpd printer, you need to supply\n"
-"the hostname of the printer server and the printer name\n"
-"on that server."
+"To use a remote lpd printer, you need to supply the hostname of the printer "
+"server and the printer name on that server."
msgstr ""
-"Jotta voisit kytt palvelimen lpd-tulostusjonoja, sinun\n"
-"tulee sytt tulostuspalvelimen ja jonon nimi jolle tyt\n"
-"siirretn."
+"Jotta voisit kytt ulkoista lpd-tulostinta, sinun pitisi sytt "
+"tulostuspalvelimen verkkonimi sek tulostimen nimi kyseisell palvelimella."
-#: ../../printerdrake.pm_.c:316
-#, fuzzy
+#: ../../printerdrake.pm_.c:626
msgid "Remote host name"
-msgstr "Palvelimen nimi"
+msgstr "Palvelimen verkkonimi"
-#: ../../printerdrake.pm_.c:317
-#, fuzzy
+#: ../../printerdrake.pm_.c:627
msgid "Remote printer name"
-msgstr "Ulkoinen kirjoitin"
+msgstr "Ulkoisen tulostimen nimi"
-#: ../../printerdrake.pm_.c:320
-#, fuzzy
+#: ../../printerdrake.pm_.c:630
msgid "Remote host name missing!"
-msgstr "Palvelimen nimi"
+msgstr "Palvelimen verkkonimi puuttuu!"
-#: ../../printerdrake.pm_.c:324
-#, fuzzy
+#: ../../printerdrake.pm_.c:634
msgid "Remote printer name missing!"
-msgstr "Palvelimen nimi"
+msgstr "Ulkoisen tulostimen nimi puuttuu!"
-#: ../../printerdrake.pm_.c:392
+#: ../../printerdrake.pm_.c:702
msgid "SMB (Windows 9x/NT) Printer Options"
-msgstr "SMB (Windows 9x/NT) -kirjoittimen parametrit"
+msgstr "SMB (Windows 9x/NT) -tulostimen parametrit"
-#: ../../printerdrake.pm_.c:393
+#: ../../printerdrake.pm_.c:703
msgid ""
-"To print to a SMB printer, you need to provide the\n"
-"SMB host name (Note! It may be different from its\n"
-"TCP/IP hostname!) and possibly the IP address of the print server, as\n"
-"well as the share name for the printer you wish to access and any\n"
-"applicable user name, password, and workgroup information."
+"To print to a SMB printer, you need to provide the SMB host name (Note! It "
+"may be different from its TCP/IP hostname!) and possibly the IP address of "
+"the print server, as well as the share name for the printer you wish to "
+"access and any applicable user name, password, and workgroup information."
msgstr ""
-"SMB-palvelimen kirjoittimelle tulostaaksesi sinun pit sytt\n"
-"SMB-koneen nimi (joka ei aina ole sama kuin koneen TCP/IP nimi)\n"
-"ja mahdollisesti tulostuspalvelimen IP-osoite, kirjoittimen jakonimi\n"
-"sek soveltuva kyttjtunnus, salasana ja tyryhm-tieto."
+"SMB-palvelimen tulostimelle tulostaaksesi sinun pitisi sytt SMB-koneen "
+"nimi (joka ei aina ole sama kuin koneen TCP/IP nimi!) ja mahdollisesti "
+"tulostuspalvelimen IP-osoite, tulostimen jakonimi sek soveltuva "
+"kyttjtunnus, salasana ja tyryhm-tieto."
-#: ../../printerdrake.pm_.c:398
+#: ../../printerdrake.pm_.c:704
msgid "SMB server host"
msgstr "SMB-palvelimen nimi"
-#: ../../printerdrake.pm_.c:399
+#: ../../printerdrake.pm_.c:705
msgid "SMB server IP"
msgstr "SMB-palvelimen IP"
-#: ../../printerdrake.pm_.c:400
+#: ../../printerdrake.pm_.c:706
msgid "Share name"
msgstr "Jakonimi"
-#: ../../printerdrake.pm_.c:403
+#: ../../printerdrake.pm_.c:709
msgid "Workgroup"
msgstr "Tyryhm"
-#: ../../printerdrake.pm_.c:410
+#: ../../printerdrake.pm_.c:716
msgid "Either the server name or the server's IP must be given!"
-msgstr ""
+msgstr "Joko palvelimen nimi tai IP-numero on annettava!"
-#: ../../printerdrake.pm_.c:414
+#: ../../printerdrake.pm_.c:720
msgid "Samba share name missing!"
+msgstr "Samba-jaon nimi puuttuu!"
+
+#: ../../printerdrake.pm_.c:725
+msgid "SECURITY WARNING!"
msgstr ""
-#: ../../printerdrake.pm_.c:473
+#: ../../printerdrake.pm_.c:726
+#, c-format
+msgid ""
+"You are about to set up printing to a Windows account with password. Due to "
+"a fault in the architecture of the Samba client software the password is put "
+"in clear text into the command line of the Samba client used to transmit the "
+"print job to the Windows server. So it is possible for every user on this "
+"machine to display the password on the screen by issuing commands as \"ps "
+"auxwww\".\n"
+"\n"
+"We recommend to make use of one of the following alternatives (in all cases "
+"you have to make sure that only machines from your local network have access "
+"to your Windows server, for example by means of a firewall):\n"
+"\n"
+"Use a password-less account on your Windows server, as the \"GUEST\" account "
+"or a special account dedicated for printing. Do not remove the password "
+"protection from a personal account or the administrator account.\n"
+"\n"
+"Set up your Windows server to make the printer available under the LPD "
+"protocol. Then set up printing from this machine with the \"%s\" connection "
+"type in Printerdrake.\n"
+"\n"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:736
+#, c-format
+msgid ""
+"Set up your Windows server to make the printer available under the IPP "
+"protocol and set up printing from this machine with the \"%s\" connection "
+"type in Printerdrake.\n"
+"\n"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:739
+msgid ""
+"Connect your printer to a Linux server and let your Windows machine(s) "
+"connect to it as a client.\n"
+"\n"
+"Do you really want to continue setting up this printer as you are doing now?"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:801
msgid "NetWare Printer Options"
-msgstr "NetWare-palvelimen kirjoittimen parametrit"
+msgstr "NetWare-palvelimen tulostimen parametrit"
-#: ../../printerdrake.pm_.c:474
+#: ../../printerdrake.pm_.c:802
msgid ""
-"To print on a NetWare printer, you need to provide the\n"
-"NetWare print server name (Note! it may be different from its\n"
-"TCP/IP hostname!) as well as the print queue name for the printer you\n"
-"wish to access and any applicable user name and password."
+"To print on a NetWare printer, you need to provide the NetWare print server "
+"name (Note! it may be different from its TCP/IP hostname!) as well as the "
+"print queue name for the printer you wish to access and any applicable user "
+"name and password."
msgstr ""
-"NetWare-palvelimen kirjoittimelle tulostaaksesi sinun pit sytt\n"
-"NetWare-palvelinkoneen nimi (joka ei aina ole sama kuin koneen TCP/IP nimi)\n"
-"ja mahdollisesti tulostusjonon nimi sille kirjoittimelle, jota haluat\n"
-"kytt, sek soveltuva kyttjtunnus ja salasana."
+"NetWare-palvelimen tulostimelle tulostaaksesi sinun pitisi sytt NetWare-"
+"palvelinkoneen nimi (joka ei aina ole sama kuin koneen TCP/IP nimi!) ja "
+"mahdollisesti tulostusjonon nimi sille tulostimelle, jota haluat kytt, "
+"sek soveltuva kyttjtunnus ja salasana."
-#: ../../printerdrake.pm_.c:478
+#: ../../printerdrake.pm_.c:803
msgid "Printer Server"
msgstr "Tulostuspalvelin"
-#: ../../printerdrake.pm_.c:479
+#: ../../printerdrake.pm_.c:804
msgid "Print Queue Name"
msgstr "Tulostusjonon nimi"
-#: ../../printerdrake.pm_.c:484
+#: ../../printerdrake.pm_.c:809
msgid "NCP server name missing!"
-msgstr ""
+msgstr "NCP-palvelimen nimi puuttuu!"
-#: ../../printerdrake.pm_.c:488
+#: ../../printerdrake.pm_.c:813
msgid "NCP queue name missing!"
-msgstr ""
+msgstr "NCP-jonon nimi puuttuu!"
-#: ../../printerdrake.pm_.c:527
-msgid "Socket Printer Options"
-msgstr "Verkkokirjoittimen optiot (socket)"
+#: ../../printerdrake.pm_.c:852
+msgid "TCP/Socket Printer Options"
+msgstr "TCP/Socket -tulostimen parametrit"
-#: ../../printerdrake.pm_.c:528
-#, fuzzy
+#: ../../printerdrake.pm_.c:853
msgid ""
-"To print to a socket printer, you need to provide the\n"
-"host name of the printer and optionally the port number.\n"
-"On HP JetDirect servers the port number is usually 9100,\n"
-"on other servers it can vary. See the manual of your\n"
+"To print to a TCP or socket printer, you need to provide the host name of "
+"the printer and optionally the port number. On HP JetDirect servers the port "
+"number is usually 9100, on other servers it can vary. See the manual of your "
"hardware."
msgstr ""
-"Tulostaaksesi verkkokirjoittimella (socket), sinun tytyy\n"
-"antaa kirjoittimen verkkonimi ja mahdollisesti portin numero."
+"Tulostaaksesi TCP- tai socket-tulostimella, sinun tytyy antaa tulostimen "
+"verkkonimi ja mahdollisesti portin numero. HP JetDirect-palvelimissa "
+"porttinumero on useimmiten 9100, muissa palvelimissa portti voi vaihdella. "
+"Tarkista portti laitteistosi ohjekirjasta."
-#: ../../printerdrake.pm_.c:533
-#, fuzzy
+#: ../../printerdrake.pm_.c:854
msgid "Printer host name"
-msgstr "Kirjoitinlaitteen verkkonimi"
+msgstr "Tulostinlaitteen verkkonimi"
-#: ../../printerdrake.pm_.c:537
-#, fuzzy
+#: ../../printerdrake.pm_.c:858
msgid "Printer host name missing!"
-msgstr "Kirjoitinlaitteen verkkonimi"
+msgstr "Tulostinlaitteen verkkonimi puuttuu!"
-#: ../../printerdrake.pm_.c:566 ../../printerdrake.pm_.c:568
+#: ../../printerdrake.pm_.c:887 ../../printerdrake.pm_.c:889
msgid "Printer Device URI"
-msgstr "Kirjoitinlaitteen osoite (URI)"
+msgstr "Tulostinlaitteen osoite (URI)"
-#: ../../printerdrake.pm_.c:567
+#: ../../printerdrake.pm_.c:888
msgid ""
"You can specify directly the URI to access the printer. The URI must fulfill "
"either the CUPS or the Foomatic specifications. Note that not all URI types "
"are supported by all the spoolers."
msgstr ""
-#: ../../printerdrake.pm_.c:582
+#: ../../printerdrake.pm_.c:903
msgid "A valid URI must be entered!"
-msgstr ""
+msgstr "Sinun pit sytt laillinen URI!"
-#: ../../printerdrake.pm_.c:682
+#: ../../printerdrake.pm_.c:1004
msgid ""
-"Every printer needs a name (for example lp).\n"
-"The Description and Location fields do not need \n"
-"to be filled in. They are comments for the users."
+"Every printer needs a name (for example \"printer\"). The Description and "
+"Location fields do not need to be filled in. They are comments for the users."
msgstr ""
-#: ../../printerdrake.pm_.c:685
+#: ../../printerdrake.pm_.c:1005
msgid "Name of printer"
-msgstr "Kirjoittimen nimi"
+msgstr "Tulostimen nimi"
-#: ../../printerdrake.pm_.c:686
+#: ../../printerdrake.pm_.c:1006
msgid "Description"
msgstr "Kuvaus"
-#: ../../printerdrake.pm_.c:687
+#: ../../printerdrake.pm_.c:1007
msgid "Location"
msgstr "Paikka"
-#: ../../printerdrake.pm_.c:701
-#, fuzzy
+#: ../../printerdrake.pm_.c:1021
msgid "Preparing printer database ..."
-msgstr "Luetaan CUPS-ajurien tietokantaa..."
+msgstr "Valmistellaan tulostintietokantaa ..."
-#: ../../printerdrake.pm_.c:793
+#: ../../printerdrake.pm_.c:1112
#, fuzzy
-msgid "Printer model selection"
-msgstr "Kirjoitinyhteys"
+msgid "Your printer model"
+msgstr "Ulkoisen tulostimen nimi"
+
+#: ../../printerdrake.pm_.c:1113
+#, c-format
+msgid ""
+"Printerdrake has compared the model name resulting from the printer auto-"
+"detection with the models listed in its printer database to find the best "
+"match. This choice can be wrong, especially when your printer is not listed "
+"at all in the database. So check whether the choice is correct and click "
+"\"The model is correct\" if so and if not, click \"Select model manually\" "
+"so that you can choose your printer model manually on the next screen.\n"
+"\n"
+"For your printer Printerdrake has found:\n"
+"\n"
+"%s"
+msgstr ""
-#: ../../printerdrake.pm_.c:794
+#: ../../printerdrake.pm_.c:1118 ../../printerdrake.pm_.c:1121
#, fuzzy
-msgid "Which printer model do you have?"
-msgstr "Mik kirjoitin sinulla on?"
+msgid "The model is correct"
+msgstr "Onko tm oikein?"
-#: ../../printerdrake.pm_.c:866
+#: ../../printerdrake.pm_.c:1119 ../../printerdrake.pm_.c:1120
+#: ../../printerdrake.pm_.c:1123
#, fuzzy
+msgid "Select model manually"
+msgstr "Valitse kyttjt yksitellen"
+
+#: ../../printerdrake.pm_.c:1139
+msgid "Printer model selection"
+msgstr "Tulostimen mallin valinta"
+
+#: ../../printerdrake.pm_.c:1140
+msgid "Which printer model do you have?"
+msgstr "Mik tulostinmalli sinulla on?"
+
+#: ../../printerdrake.pm_.c:1141
+msgid ""
+"\n"
+"\n"
+"Please check whether Printerdrake did the auto-detection of your printer "
+"model correctly. Search the correct model in the list when the cursor is "
+"standing on a wrong model or on \"Raw printer\"."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1144
+msgid ""
+"If your printer is not listed, choose a compatible (see printer manual) or a "
+"similar one."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1220
msgid "OKI winprinter configuration"
-msgstr "Internetin asetukset"
+msgstr "OKI winprinterin asettaminen"
-#: ../../printerdrake.pm_.c:867
+#: ../../printerdrake.pm_.c:1221
msgid ""
"You are configuring an OKI laser winprinter. These printers\n"
-"use a very special communication protocol and therefore they\n"
-"work only when connected to the first parallel port. When\n"
-"your printer is connected to another port or to a print\n"
-"server box please connect the printer to the first parallel\n"
-"port before you print a test page. Otherwise the printer\n"
-"will not work. Your connection type setting will be ignored\n"
-"by the driver."
+"use a very special communication protocol and therefore they work only when "
+"connected to the first parallel port. When your printer is connected to "
+"another port or to a print server box please connect the printer to the "
+"first parallel port before you print a test page. Otherwise the printer will "
+"not work. Your connection type setting will be ignored by the driver."
msgstr ""
-#: ../../printerdrake.pm_.c:916 ../../printerdrake.pm_.c:946
-#, fuzzy
+#: ../../printerdrake.pm_.c:1264 ../../printerdrake.pm_.c:1291
msgid "Lexmark inkjet configuration"
-msgstr "Internetin asetukset"
+msgstr "Lexmark inkjetin asettaminen"
-#: ../../printerdrake.pm_.c:917
+#: ../../printerdrake.pm_.c:1265
msgid ""
-"The inkjet printer drivers provided by Lexmark only support\n"
-"local printers, no printers on remote machines or print server\n"
-"boxes. Please connect your printer to a local port or\n"
-"configure it on the machine where it is connected to."
+"The inkjet printer drivers provided by Lexmark only support local printers, "
+"no printers on remote machines or print server boxes. Please connect your "
+"printer to a local port or configure it on the machine where it is connected "
+"to."
msgstr ""
-#: ../../printerdrake.pm_.c:947
+#: ../../printerdrake.pm_.c:1292
msgid ""
-"To be able to print with your Lexmark inkjet and this\n"
-"configuration, you need the inkjet printer drivers\n"
-"provided by Lexmark (http://www.lexmark.com/). Go to\n"
-"the US site and click on the \"Drivers\" button. Then\n"
-"choose your model and afterwards \"Linux\" as\n"
-"operating system. The drivers come as RPM packages\n"
-"or shell scripts with interactive graphical installation.\n"
-"You do not need to do this configuration by the\n"
-"graphical frontends. Cancel directly after the license\n"
-"agreement. Then print printhead alignment pages with\n"
-"\"lexmarkmaintain\" and adjust the head alignment\n"
-"settings with this program."
+"To be able to print with your Lexmark inkjet and this configuration, you "
+"need the inkjet printer drivers provided by Lexmark (http://www.lexmark."
+"com/). Go to the US site and click on the \"Drivers\" button. Then choose "
+"your model and afterwards \"Linux\" as operating system. The drivers come as "
+"RPM packages or shell scripts with interactive graphical installation. You "
+"do not need to do this configuration by the graphical frontends. Cancel "
+"directly after the license agreement. Then print printhead alignment pages "
+"with \"lexmarkmaintain\" and adjust the head alignment settings with this "
+"program."
msgstr ""
-#: ../../printerdrake.pm_.c:1079
+#: ../../printerdrake.pm_.c:1508
msgid ""
"Printer default settings\n"
-"You should make sure that the page size and the\n"
-"ink type (if available) are set correctly. Note\n"
-"that with a very high printout quality printing\n"
-"can get substantially slower."
+"\n"
+"You should make sure that the page size and the ink type/printing mode (if "
+"available) and also the hardware configuration of laser printers (memory, "
+"duplex unit, extra trays) are set correctly. Note that with a very high "
+"printout quality/resolution printing can get substantially slower."
msgstr ""
-#: ../../printerdrake.pm_.c:1090
+#: ../../printerdrake.pm_.c:1517
#, c-format
msgid "Option %s must be an integer number!"
-msgstr ""
+msgstr "Valitsimen %s pit olla kokonaisluku!"
-#: ../../printerdrake.pm_.c:1094
+#: ../../printerdrake.pm_.c:1521
#, c-format
msgid "Option %s must be a number!"
-msgstr ""
+msgstr "Valitsimen %s pit olla luku!"
-#: ../../printerdrake.pm_.c:1099
+#: ../../printerdrake.pm_.c:1526
#, c-format
msgid "Option %s out of range!"
-msgstr ""
+msgstr "Valitsin %s on arvoalueensa ulkopuolella!"
-#: ../../printerdrake.pm_.c:1136
-#, fuzzy, c-format
+#: ../../printerdrake.pm_.c:1565
+#, c-format
msgid ""
"Do you want to set this printer (\"%s\")\n"
"as the default printer?"
-msgstr "Haluatko kokeilla tulostusta?"
+msgstr ""
+"Haluatko asettaa tmn tulostimen (\"%s\")\n"
+"oletustulostimeksi?"
-#: ../../printerdrake.pm_.c:1152
-#, fuzzy
+#: ../../printerdrake.pm_.c:1582
msgid "Test pages"
-msgstr "Kokeile portteja"
+msgstr "Testisivut"
-#: ../../printerdrake.pm_.c:1153
+#: ../../printerdrake.pm_.c:1583
msgid ""
"Please select the test pages you want to print.\n"
-"Note: the photo test page can take a rather long time to get printed\n"
-"and on laser printers with too low memory it can even not come out.\n"
-"In most cases it is enough to print the standard test page."
+"Note: the photo test page can take a rather long time to get printed and on "
+"laser printers with too low memory it can even not come out. In most cases "
+"it is enough to print the standard test page."
msgstr ""
-#: ../../printerdrake.pm_.c:1158
-#, fuzzy
+#: ../../printerdrake.pm_.c:1587
msgid "No test pages"
-msgstr "Kyll, tulosta molemmat sivut"
+msgstr "Ei testisivuja"
-#: ../../printerdrake.pm_.c:1159
-#, fuzzy
+#: ../../printerdrake.pm_.c:1588
msgid "Print"
-msgstr "Kirjoitin"
+msgstr "Tulosta"
-#: ../../printerdrake.pm_.c:1161
-#, fuzzy
+#: ../../printerdrake.pm_.c:1590
msgid "Standard test page"
-msgstr "Standardi"
+msgstr "Standardi testisivu"
-#: ../../printerdrake.pm_.c:1164
+#: ../../printerdrake.pm_.c:1593
msgid "Alternative test page (Letter)"
-msgstr ""
+msgstr "Vaihtoehtoinen testisivu (Letter)"
-#: ../../printerdrake.pm_.c:1167
-#, fuzzy
+#: ../../printerdrake.pm_.c:1596
msgid "Alternative test page (A4)"
-msgstr "Tulostan testisivua..."
+msgstr "Vaihtoehtoinen testisivu (A4)"
-#: ../../printerdrake.pm_.c:1169
-#, fuzzy
+#: ../../printerdrake.pm_.c:1598
msgid "Photo test page"
-msgstr "Tulostan testisivua..."
+msgstr "Valokuvatestisivu"
+
+#: ../../printerdrake.pm_.c:1602
+msgid "Do not print any test page"
+msgstr "l tulosta testisivua"
-#: ../../printerdrake.pm_.c:1175 ../../printerdrake.pm_.c:1297
+#: ../../printerdrake.pm_.c:1610 ../../printerdrake.pm_.c:1747
msgid "Printing test page(s)..."
-msgstr "Tulostan testisivua..."
+msgstr "Tulostan testisivu(j)a..."
-#: ../../printerdrake.pm_.c:1200
-#, fuzzy, c-format
+#: ../../printerdrake.pm_.c:1635
+#, c-format
msgid ""
"Test page(s) have been sent to the printer.\n"
"It may take some time before the printer starts.\n"
@@ -6627,50 +7484,46 @@ msgid ""
"%s\n"
"\n"
msgstr ""
-"Testisivu on lhetetty tulostuspalvelimelle.\n"
-"Voi kest hetken ennenkuin tulostus alkaa.\n"
+"Testisivu(t) on lhetetty tulostimelle.\n"
+"Voi kest hetken ennen kuin tulostus alkaa.\n"
"Tulostuksen tila:\n"
"%s\n"
"\n"
-"Toimiko tulostus oikein?"
-#: ../../printerdrake.pm_.c:1204
-#, fuzzy
+#: ../../printerdrake.pm_.c:1639
msgid ""
"Test page(s) have been sent to the printer.\n"
"It may take some time before the printer starts.\n"
msgstr ""
-"Testisivu on lhetetty tulostuspalvelimelle.\n"
-"Voi kest hetken ennenkuin tulostus alkaa.\n"
-"Toimiko tulostus oikein?"
+"Testisivu(t) on lhetetty tulostimelle.\n"
+"Voi kest hetken ennen kuin tulostus alkaa.\n"
-#: ../../printerdrake.pm_.c:1211
+#: ../../printerdrake.pm_.c:1646
msgid "Did it work properly?"
-msgstr ""
+msgstr "Toimiko tulostus kunnolla?"
-#: ../../printerdrake.pm_.c:1229 ../../printerdrake.pm_.c:2025
-#, fuzzy
+#: ../../printerdrake.pm_.c:1667 ../../printerdrake.pm_.c:2732
msgid "Raw printer"
-msgstr "Ei kirjoitinta"
+msgstr "Raakatulostin"
-#: ../../printerdrake.pm_.c:1237
+#: ../../printerdrake.pm_.c:1685
#, c-format
msgid ""
"To print a file from the command line (terminal window) you can either use "
"the command \"%s <file>\" or a graphical printing tool: \"xpp <file>\" or "
-"\"qtcups <file>\". The graphical tools allow you to choose the printer and "
+"\"kprinter <file>\". The graphical tools allow you to choose the printer and "
"to modify the option settings easily.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:1239
+#: ../../printerdrake.pm_.c:1687
msgid ""
"These commands you can also use in the \"Printing command\" field of the "
"printing dialogs of many applications, but here do not supply the file name "
"because the file to print is provided by the application.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:1242 ../../printerdrake.pm_.c:1254
-#: ../../printerdrake.pm_.c:1266
+#: ../../printerdrake.pm_.c:1690 ../../printerdrake.pm_.c:1706
+#: ../../printerdrake.pm_.c:1716
#, c-format
msgid ""
"\n"
@@ -6679,43 +7532,60 @@ msgid ""
"line, e. g. \"%s <file>\". "
msgstr ""
-#: ../../printerdrake.pm_.c:1244 ../../printerdrake.pm_.c:1284
+#: ../../printerdrake.pm_.c:1693 ../../printerdrake.pm_.c:1732
+#, c-format
+msgid ""
+"To know about the options available for the current printer read either the "
+"list shown below or click on the \"Print option list\" button.%s\n"
+"\n"
+msgstr ""
+"Saadaksesi selville nykyisen tulostimen parametrit lue joko alla oleva lista "
+"tai klikkaa \"Tulostuksen valintalista\"-painiketta.%s\n"
+"\n"
+
+#: ../../printerdrake.pm_.c:1696
msgid ""
-"To get a list of the options available for the current printer read either "
-"the list shown below or click on the \"Print option list\" button.\n"
+"Here is a list of the available printing options for the current printer:\n"
"\n"
msgstr ""
+"Tss on lista nykyisen tulostinen kytss olevista tulostusvalinnoista:\n"
+"\n"
-#: ../../printerdrake.pm_.c:1249 ../../printerdrake.pm_.c:1261
+#: ../../printerdrake.pm_.c:1701 ../../printerdrake.pm_.c:1711
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
"<file>\".\n"
msgstr ""
+"Tulostaaksesi tiedoston komentorivilt (pteikkunasta) kyt komentoa \"%s "
+"<tiedosto>\".\n"
-#: ../../printerdrake.pm_.c:1251 ../../printerdrake.pm_.c:1263
-#: ../../printerdrake.pm_.c:1275
+#: ../../printerdrake.pm_.c:1703 ../../printerdrake.pm_.c:1713
+#: ../../printerdrake.pm_.c:1723
msgid ""
"This command you can also use in the \"Printing command\" field of the "
"printing dialogs of many applications. But here do not supply the file name "
"because the file to print is provided by the application.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:1256 ../../printerdrake.pm_.c:1268
+#: ../../printerdrake.pm_.c:1708 ../../printerdrake.pm_.c:1718
msgid ""
"To get a list of the options available for the current printer click on the "
-"\"Print option list\" button.\n"
-"\n"
+"\"Print option list\" button."
msgstr ""
+"Saadaksesi listan nykyisen tulostimen parametreist klikkaa \"Tulostuksen "
+"valintalista\"-painiketta."
-#: ../../printerdrake.pm_.c:1273
+#: ../../printerdrake.pm_.c:1721
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
"<file>\" or \"%s <file>\".\n"
msgstr ""
+"Tulostaaksesi tiedoston komentorivilt (pteikkunasta) kyt komentoa \"%s "
+"<tiedosto>\". tai \"%s <tiedosto>\".\n"
-#: ../../printerdrake.pm_.c:1277
+#: ../../printerdrake.pm_.c:1725
msgid ""
"You can also use the graphical interface \"xpdq\" for setting options and "
"handling printing jobs.\n"
@@ -6725,7 +7595,7 @@ msgid ""
"jams.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:1281
+#: ../../printerdrake.pm_.c:1729
#, c-format
msgid ""
"\n"
@@ -6734,86 +7604,120 @@ msgid ""
"line, e. g. \"%s <file>\".\n"
msgstr ""
-#: ../../printerdrake.pm_.c:1292
-#, fuzzy, c-format
+#: ../../printerdrake.pm_.c:1738 ../../printerdrake.pm_.c:1744
+#: ../../printerdrake.pm_.c:1745 ../../printerdrake.pm_.c:1746
+#: ../../printerdrake.pm_.c:2716 ../../standalone/drakbackup_.c:754
+#: ../../standalone/drakbackup_.c:2458 ../../standalone/drakfont_.c:577
+#: ../../standalone/drakfont_.c:791
+msgid "Close"
+msgstr "Sulje"
+
+#: ../../printerdrake.pm_.c:1741 ../../printerdrake.pm_.c:1753
+#, c-format
+msgid "Printing/Scanning on \"%s\""
+msgstr "Tulostetaan/skannataan laitteella \"%s\""
+
+#: ../../printerdrake.pm_.c:1742 ../../printerdrake.pm_.c:1754
+#, c-format
msgid "Printing on the printer \"%s\""
-msgstr "Ajan alas verkkoa"
+msgstr "Tulostus kynniss tulostimella \"%s\""
-#: ../../printerdrake.pm_.c:1294
-#, fuzzy
+#: ../../printerdrake.pm_.c:1744
msgid "Print option list"
-msgstr "Kirjoittimen asetukset"
+msgstr "Tulostusparametrien lista"
-#: ../../printerdrake.pm_.c:1318 ../../printerdrake.pm_.c:1741
-#: ../../standalone/printerdrake_.c:48
-#, fuzzy
+#: ../../printerdrake.pm_.c:1766
+#, c-format
+msgid ""
+"Your HP multi-function device was configured automatically to be able to "
+"scan. Now you can scan with \"scanimage\" (\"scanimage -d hp:%s\" to specify "
+"the scanner when you have more than one) from the command line or with the "
+"graphical interfaces \"xscanimage\" or \"xsane\". If you are using the GIMP, "
+"you can also scan by choosing the appropriate point in the \"File\"/\"Acquire"
+"\" menu. Call also \"man scanimage\" and \"man sane-hp\" on the command line "
+"to get more information.\n"
+"\n"
+"Do not use \"scannerdrake\" for this device!"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1772
+#, c-format
+msgid ""
+"Your HP multi-function device was configured automatically to be able to "
+"scan. Now you can scan from the command line with \"ptal-hp %s scan ...\". "
+"Scanning via a graphical interface or from the GIMP is not supported yet for "
+"your device. More information you will find in the \"/usr/share/doc/hpoj-0.8/"
+"ptal-hp-scan.html\" file on your system. If you have an HP LaserJet 1100 or "
+"1200 you can only scan when you have the scanner option installed.\n"
+"\n"
+"Do not use \"scannerdrake\" for this device!"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1794 ../../printerdrake.pm_.c:2221
+#: ../../printerdrake.pm_.c:2485 ../../standalone/printerdrake_.c:49
msgid "Reading printer data ..."
-msgstr "Luetaan CUPS-ajurien tietokantaa..."
+msgstr "Luetaan tulostimen tietoja ..."
-#: ../../printerdrake.pm_.c:1338 ../../printerdrake.pm_.c:1376
-#: ../../printerdrake.pm_.c:1411
-#, fuzzy
+#: ../../printerdrake.pm_.c:1814 ../../printerdrake.pm_.c:1842
+#: ../../printerdrake.pm_.c:1877
msgid "Transfer printer configuration"
-msgstr "Internetin asetukset"
+msgstr "Siirr tulostimen asetukset"
-#: ../../printerdrake.pm_.c:1339
+#: ../../printerdrake.pm_.c:1815
#, c-format
msgid ""
-"You can copy the printer configuration which you have done \n"
-"for the spooler %s to %s, your current spooler. All the\n"
-"configuration data (printer name, description, location, \n"
-"connection type, and default option settings) is overtaken,\n"
-"but jobs will not be transferred.\n"
-"Not all queues can be transferred due to the following \n"
-"reasons:\n"
+"You can copy the printer configuration which you have done for the spooler %"
+"s to %s, your current spooler. All the configuration data (printer name, "
+"description, location, connection type, and default option settings) is "
+"overtaken, but jobs will not be transferred.\n"
+"Not all queues can be transferred due to the following reasons:\n"
msgstr ""
-#: ../../printerdrake.pm_.c:1347
+#: ../../printerdrake.pm_.c:1818
msgid ""
-"CUPS does not support printers on Novell servers or printers\n"
-"sending the data into a free-formed command.\n"
+"CUPS does not support printers on Novell servers or printers sending the "
+"data into a free-formed command.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:1350
+#: ../../printerdrake.pm_.c:1820
msgid ""
-"PDQ only supports local printers, remote LPD printers, and\n"
-"Socket/TCP printers.\n"
+"PDQ only supports local printers, remote LPD printers, and Socket/TCP "
+"printers.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:1353
+#: ../../printerdrake.pm_.c:1822
msgid "LPD and LPRng do not support IPP printers.\n"
-msgstr ""
+msgstr "LPD ja LPRng eivt tue IPP-tulostimia.\n"
-#: ../../printerdrake.pm_.c:1355
+#: ../../printerdrake.pm_.c:1824
msgid ""
-"In addition, queues not created with this program or\n"
-"\"foomatic-configure\" cannot be transferred."
+"In addition, queues not created with this program or \"foomatic-configure\" "
+"cannot be transferred."
msgstr ""
-#: ../../printerdrake.pm_.c:1357
+#: ../../printerdrake.pm_.c:1825
msgid ""
"\n"
-"Also printers configured with the PPD files provided by\n"
-"their manufacturers or with native CUPS drivers can not be\n"
-"transferred."
+"Also printers configured with the PPD files provided by their manufacturers "
+"or with native CUPS drivers cannot be transferred."
msgstr ""
-#: ../../printerdrake.pm_.c:1360
+#: ../../printerdrake.pm_.c:1826
msgid ""
"\n"
"Mark the printers which you want to transfer and click \n"
"\"Transfer\"."
msgstr ""
-#: ../../printerdrake.pm_.c:1363
+#: ../../printerdrake.pm_.c:1829
msgid "Do not transfer printers"
-msgstr ""
+msgstr "l siirr tulostimia"
-#: ../../printerdrake.pm_.c:1364 ../../printerdrake.pm_.c:1381
+#: ../../printerdrake.pm_.c:1830 ../../printerdrake.pm_.c:1847
msgid "Transfer"
-msgstr ""
+msgstr "Siirr"
-#: ../../printerdrake.pm_.c:1377
+#: ../../printerdrake.pm_.c:1843
#, c-format
msgid ""
"A printer named \"%s\" already exists under %s. \n"
@@ -6821,314 +7725,344 @@ msgid ""
"You can also type a new name or skip this printer."
msgstr ""
-#: ../../printerdrake.pm_.c:1385
+#: ../../printerdrake.pm_.c:1851
msgid "Name of printer should contain only letters, numbers and the underscore"
msgstr "Tulostimen nimi saa sislt vain kirjaimia, numeroita ja alaviivan"
-#: ../../printerdrake.pm_.c:1390
+#: ../../printerdrake.pm_.c:1856
#, c-format
msgid ""
"The printer \"%s\" already exists,\n"
"do you really want to overwrite its configuration?"
msgstr ""
+"Tulostin \"%s\" on jo olemassa,\n"
+"haluatko todellakin tuhota olemassa olevat asetukset?"
-#: ../../printerdrake.pm_.c:1398
-#, fuzzy
+#: ../../printerdrake.pm_.c:1864
msgid "New printer name"
-msgstr "Ei kirjoitinta"
+msgstr "Uuden tulostimen nimi"
-#: ../../printerdrake.pm_.c:1401
+#: ../../printerdrake.pm_.c:1867
#, c-format
msgid "Transferring %s ..."
-msgstr ""
+msgstr "Siirrn %s ..."
-#: ../../printerdrake.pm_.c:1412
+#: ../../printerdrake.pm_.c:1878
#, c-format
msgid ""
-"You have transferred your former default printer (\"%s\"),\n"
-"Should it be also the default printer under the\n"
-"new printing system %s?"
+"You have transferred your former default printer (\"%s\"), Should it be also "
+"the default printer under the new printing system %s?"
msgstr ""
-#: ../../printerdrake.pm_.c:1423
-#, fuzzy
+#: ../../printerdrake.pm_.c:1887
msgid "Refreshing printer data ..."
-msgstr "Luetaan CUPS-ajurien tietokantaa..."
+msgstr "Pivitetn tulostintietoja ..."
-#: ../../printerdrake.pm_.c:1431 ../../printerdrake.pm_.c:1494
-#: ../../printerdrake.pm_.c:1515
+#: ../../printerdrake.pm_.c:1895 ../../printerdrake.pm_.c:1966
+#: ../../printerdrake.pm_.c:1978
msgid "Configuration of a remote printer"
-msgstr ""
+msgstr "Ulkoisen tulostimen asetukset"
-#: ../../printerdrake.pm_.c:1432
-#, fuzzy
+#: ../../printerdrake.pm_.c:1896
msgid "Starting network ..."
-msgstr "Kynnistn yhteytt..."
+msgstr "Luon verkkoyhteytt ..."
# Asennuksen sivuvalikko
-#: ../../printerdrake.pm_.c:1454 ../../printerdrake.pm_.c:1462
-#: ../../printerdrake.pm_.c:1464
-#, fuzzy
+#: ../../printerdrake.pm_.c:1930 ../../printerdrake.pm_.c:1934
+#: ../../printerdrake.pm_.c:1936
msgid "Configure the network now"
-msgstr "Verkkoasetukset"
+msgstr "Aseta verkkoyhteys nyt"
-#: ../../printerdrake.pm_.c:1455
-#, fuzzy
+#: ../../printerdrake.pm_.c:1931
msgid "Network functionality not configured"
-msgstr "Nytt ei ole asetettu"
+msgstr "Verkkotoimintoja ei ole asetettu"
-#: ../../printerdrake.pm_.c:1456
+#: ../../printerdrake.pm_.c:1932
msgid ""
-"You are going to configure a remote printer. This needs working\n"
-"network access, but your network is not configured yet. If you\n"
-"go on without network configuration, you will not be able to use\n"
-"the printer which you are configuring now. How do you want \n"
-"to proceed?"
+"You are going to configure a remote printer. This needs working network "
+"access, but your network is not configured yet. If you go on without network "
+"configuration, you will not be able to use the printer which you are "
+"configuring now. How do you want to proceed?"
msgstr ""
-#: ../../printerdrake.pm_.c:1463
-#, fuzzy
+#: ../../printerdrake.pm_.c:1935
msgid "Go on without configuring the network"
-msgstr "Asetan verkkoa"
+msgstr "Jatka asettamatta verkkoyhteytt"
-#: ../../printerdrake.pm_.c:1496
+#: ../../printerdrake.pm_.c:1968
msgid ""
-"The network configuration done during the installation \n"
-"cannot be started now. Please check whether the network\n"
-"gets accessable after booting your system and correct the\n"
-"configuration using the Mandrake Control Center, section\n"
-"\"Network & Internet\"/\"Connection\", and afterwards set\n"
-"up the printer, also using the Mandrake Control Center,\n"
-"section \"Hardware\"/\"Printer\""
+"The network configuration done during the installation cannot be started "
+"now. Please check whether the network gets accessable after booting your "
+"system and correct the configuration using the Mandrake Control Center, "
+"section \"Network & Internet\"/\"Connection\", and afterwards set up the "
+"printer, also using the Mandrake Control Center, section \"Hardware\"/"
+"\"Printer\""
msgstr ""
-#: ../../printerdrake.pm_.c:1503
+#: ../../printerdrake.pm_.c:1969
msgid ""
-"The network access was not running and could not be \n"
-"started. Please check your configuration and your \n"
-"hardware. Then try to configure your remote printer\n"
-"again."
+"The network access was not running and could not be started. Please check "
+"your configuration and your hardware. Then try to configure your remote "
+"printer again."
msgstr ""
-#: ../../printerdrake.pm_.c:1516
-#, fuzzy
+#: ../../printerdrake.pm_.c:1979
msgid "Restarting printing system ..."
-msgstr "Mit tulostusjrjestelm haluat kytt?"
+msgstr "Kynnistn tulostusjrjestelm uudelleen ..."
-#: ../../printerdrake.pm_.c:1548
-#, fuzzy
+#: ../../printerdrake.pm_.c:2017
msgid "high"
-msgstr "Korkea"
+msgstr "korkea"
-#: ../../printerdrake.pm_.c:1548
-#, fuzzy
+#: ../../printerdrake.pm_.c:2017
msgid "paranoid"
-msgstr "Paranoidi"
+msgstr "paranoidi"
-#: ../../printerdrake.pm_.c:1549
+#: ../../printerdrake.pm_.c:2018
#, c-format
msgid "Installing a printing system in the %s security level"
-msgstr ""
+msgstr "Asennan tulostusjrjestelmn turvatasolla %s"
-#: ../../printerdrake.pm_.c:1550
+#: ../../printerdrake.pm_.c:2019
#, c-format
msgid ""
-"You are about to install the printing system %s on\n"
-"a system running in the %s security level.\n"
+"You are about to install the printing system %s on a system running in the %"
+"s security level.\n"
"\n"
-"This printing system runs a daemon (background process)\n"
-"which waits for print jobs and handles them. This daemon\n"
-"is also accessable by remote machines through the network\n"
-"and so it is a possible point for attacks. Therefore only\n"
-"a few selected daemons are started by default in this\n"
+"This printing system runs a daemon (background process) which waits for "
+"print jobs and handles them. This daemon is also accessable by remote "
+"machines through the network and so it is a possible point for attacks. "
+"Therefore only a few selected daemons are started by default in this "
"security level.\n"
"\n"
-"Do you really want to configure printing on this\n"
-"machine?"
+"Do you really want to configure printing on this machine?"
msgstr ""
-#: ../../printerdrake.pm_.c:1584
-#, fuzzy
+#: ../../printerdrake.pm_.c:2051
msgid "Starting the printing system at boot time"
-msgstr "Mit tulostusjrjestelm haluat kytt?"
+msgstr "Kynnist tulostusjrjestelmn kynnistyksen aikana"
-#: ../../printerdrake.pm_.c:1585
+#: ../../printerdrake.pm_.c:2052
#, c-format
msgid ""
-"The printing system (%s) will not be started automatically\n"
-"when the machine is booted.\n"
+"The printing system (%s) will not be started automatically when the machine "
+"is booted.\n"
"\n"
-"It is possible that the automatic starting was turned off \n"
-"by changing to a higher security level, because the printing\n"
-"system is a potential point for attacks.\n"
+"It is possible that the automatic starting was turned off by changing to a "
+"higher security level, because the printing system is a potential point for "
+"attacks.\n"
"\n"
-"Do you want to have the automatic starting of the printing\n"
-"system turned on again?"
+"Do you want to have the automatic starting of the printing system turned on "
+"again?"
msgstr ""
-#: ../../printerdrake.pm_.c:1612 ../../printerdrake.pm_.c:1644
-#: ../../printerdrake.pm_.c:1671 ../../printerdrake.pm_.c:1701
-#: ../../printerdrake.pm_.c:1778
+#: ../../printerdrake.pm_.c:2075 ../../printerdrake.pm_.c:2113
+#: ../../printerdrake.pm_.c:2143 ../../printerdrake.pm_.c:2176
+#: ../../printerdrake.pm_.c:2281
msgid "Checking installed software..."
-msgstr ""
+msgstr "Tarkistan asennetut ohjelmistot..."
-#: ../../printerdrake.pm_.c:1648
+#: ../../printerdrake.pm_.c:2117
msgid "Removing LPRng..."
-msgstr ""
+msgstr "Poistetaan LPRng..."
-#: ../../printerdrake.pm_.c:1675
+#: ../../printerdrake.pm_.c:2147
msgid "Removing LPD..."
-msgstr ""
+msgstr "Poistetaan LPD..."
-#: ../../printerdrake.pm_.c:1727
-#, fuzzy
+#: ../../printerdrake.pm_.c:2205
msgid "Select Printer Spooler"
-msgstr "Valitse kirjoitinyhteys"
+msgstr "Valitse tulostusjono"
-#: ../../printerdrake.pm_.c:1728
-#, fuzzy
+#: ../../printerdrake.pm_.c:2206
msgid "Which printing system (spooler) do you want to use?"
-msgstr "Mit tulostusjrjestelm haluat kytt?"
+msgstr "Mit tulostusjrjestelm (jonoa) haluat kytt?"
-#: ../../printerdrake.pm_.c:1759
-#, fuzzy, c-format
+#: ../../printerdrake.pm_.c:2239
+#, c-format
msgid "Configuring printer \"%s\" ..."
-msgstr "Aseta kirjoitin"
+msgstr "Asetetaan tulostinta \"%s\" ..."
+
+#: ../../printerdrake.pm_.c:2252
+msgid "Installing Foomatic ..."
+msgstr "Asennan Foomaticin ..."
-#: ../../printerdrake.pm_.c:1806 ../../printerdrake.pm_.c:1838
-#: ../../printerdrake.pm_.c:2026 ../../printerdrake.pm_.c:2088
+#: ../../printerdrake.pm_.c:2309 ../../printerdrake.pm_.c:2348
+#: ../../printerdrake.pm_.c:2733 ../../printerdrake.pm_.c:2803
msgid "Printer options"
-msgstr "Kirjoittimen asetukset"
+msgstr "Tulostimen asetukset"
-#: ../../printerdrake.pm_.c:1815
-#, fuzzy
+#: ../../printerdrake.pm_.c:2318
msgid "Preparing PrinterDrake ..."
-msgstr "Luetaan CUPS-ajurien tietokantaa..."
+msgstr "Valmistellaan PrinterDrakea ..."
-#: ../../printerdrake.pm_.c:1845
+#: ../../printerdrake.pm_.c:2335 ../../printerdrake.pm_.c:2890
#, fuzzy
+msgid "Configuring applications..."
+msgstr "Asetetaan tulostinta \"%s\" ..."
+
+#: ../../printerdrake.pm_.c:2355
msgid "Would you like to configure printing?"
-msgstr "Haluatko asettaa kirjoittimen?"
+msgstr "Haluatko asettaa tulostuksen?"
-#: ../../printerdrake.pm_.c:1857
+#: ../../printerdrake.pm_.c:2367
msgid "Printing system: "
-msgstr ""
+msgstr "Tulostusjrjestelm: "
+
+#: ../../printerdrake.pm_.c:2415
+msgid "Printerdrake"
+msgstr "Printerdrake"
-#: ../../printerdrake.pm_.c:1879
+#: ../../printerdrake.pm_.c:2419
msgid ""
-"The following printers are configured.\n"
-"Click on one of them to modify it or\n"
-"to get information about it or on \n"
-"\"Add Printer\" to add a new printer."
+"The following printers are configured. Double-click on a printer to change "
+"its settings; to make it the default printer; to view information about it; "
+"or to make a printer on a remote CUPS server available for Star Office/"
+"OpenOffice.org."
msgstr ""
-#: ../../printerdrake.pm_.c:1885 ../../standalone/draknet_.c:301
-msgid "Normal Mode"
-msgstr "Perustila"
-
-#: ../../printerdrake.pm_.c:1891 ../../printerdrake.pm_.c:2010
-msgid " (Default)"
-msgstr " (Oletus)"
+#: ../../printerdrake.pm_.c:2420
+msgid ""
+"The following printers are configured. Double-click on a printer to change "
+"its settings; to make it the default printer; or to view information about "
+"it."
+msgstr ""
-#: ../../printerdrake.pm_.c:1895 ../../printerdrake.pm_.c:1935
-#, fuzzy
-msgid "Printer(s) on remote CUPS server(s)"
-msgstr "Ulkoinen CUPS-palvelin"
+#: ../../printerdrake.pm_.c:2446
+msgid "Refresh printer list (to display all available remote CUPS printers)"
+msgstr ""
+"Pivit tulostinlistaa (nyt kaikki saatavilla olevat CUPS-ettulostimet)"
-#: ../../printerdrake.pm_.c:1896 ../../printerdrake.pm_.c:1936
+# Asennuksen sivuvalikko
+#: ../../printerdrake.pm_.c:2464
#, fuzzy
-msgid "Printer(s) on remote server(s)"
-msgstr "Ulkoinen CUPS-palvelin"
+msgid "Change the printing system"
+msgstr "Aseta tulostusjrjestelm"
-#: ../../printerdrake.pm_.c:1898 ../../printerdrake.pm_.c:1919
-#: ../../printerdrake.pm_.c:1922 ../../printerdrake.pm_.c:1971
-#, fuzzy
-msgid "Add printer"
-msgstr "Ei kirjoitinta"
+#: ../../printerdrake.pm_.c:2469 ../../standalone/draknet_.c:278
+msgid "Normal Mode"
+msgstr "Perustila"
-#: ../../printerdrake.pm_.c:1977 ../../printerdrake.pm_.c:1993
-#: ../../printerdrake.pm_.c:2128
-#, fuzzy
+#: ../../printerdrake.pm_.c:2625 ../../printerdrake.pm_.c:2675
+#: ../../printerdrake.pm_.c:2884
msgid "Do you want to configure another printer?"
-msgstr "Haluatko kokeilla asetuksia?"
+msgstr "Haluatko asettaa toisen tulostimen?"
-#: ../../printerdrake.pm_.c:2003
-#, fuzzy
+#: ../../printerdrake.pm_.c:2711
msgid "Modify printer configuration"
-msgstr "Internetin asetukset"
+msgstr "Muokkaa tulostimen asetuksia"
-#: ../../printerdrake.pm_.c:2004
+#: ../../printerdrake.pm_.c:2713
#, c-format
msgid ""
-"Printer %s: %s %s\n"
+"Printer %s\n"
"What do you want to modify on this printer?"
msgstr ""
+"Tulostin %s\n"
+"Mit haluat muokata tst tulostimesta?"
-#: ../../printerdrake.pm_.c:2012
+#: ../../printerdrake.pm_.c:2717
msgid "Do it!"
-msgstr ""
+msgstr "Tee se!"
-#: ../../printerdrake.pm_.c:2015 ../../printerdrake.pm_.c:2062
-#, fuzzy
+#: ../../printerdrake.pm_.c:2722 ../../printerdrake.pm_.c:2777
msgid "Printer connection type"
-msgstr "Internetyhteyden jakaminen"
+msgstr "Tulostusyhteyden tyyppi"
-#: ../../printerdrake.pm_.c:2016 ../../printerdrake.pm_.c:2066
-#, fuzzy
+#: ../../printerdrake.pm_.c:2723 ../../printerdrake.pm_.c:2781
msgid "Printer name, description, location"
-msgstr "Kirjoitinyhteys"
+msgstr "Tulostimen nimi, kuvaus, paikka"
-#: ../../printerdrake.pm_.c:2018 ../../printerdrake.pm_.c:2081
+#: ../../printerdrake.pm_.c:2725 ../../printerdrake.pm_.c:2796
msgid "Printer manufacturer, model, driver"
-msgstr ""
+msgstr "Tulostimen valmistaja, malli, ajuri"
-#: ../../printerdrake.pm_.c:2019 ../../printerdrake.pm_.c:2082
+#: ../../printerdrake.pm_.c:2726 ../../printerdrake.pm_.c:2797
msgid "Printer manufacturer, model"
-msgstr ""
+msgstr "Tulostimen valmistaja, malli"
-#: ../../printerdrake.pm_.c:2028 ../../printerdrake.pm_.c:2092
+#: ../../printerdrake.pm_.c:2735 ../../printerdrake.pm_.c:2807
msgid "Set this printer as the default"
+msgstr "Aseta tm tulostin oletukseksi"
+
+#: ../../printerdrake.pm_.c:2737 ../../printerdrake.pm_.c:2812
+msgid "Add this printer to Star Office/OpenOffice.org"
msgstr ""
-#: ../../printerdrake.pm_.c:2029 ../../printerdrake.pm_.c:2097
-#, fuzzy
+#: ../../printerdrake.pm_.c:2738 ../../printerdrake.pm_.c:2821
+msgid "Remove this printer from Star Office/OpenOffice.org"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:2739 ../../printerdrake.pm_.c:2830
msgid "Print test pages"
-msgstr "Tulostan testisivua..."
+msgstr "Tulosta testisivut"
-#: ../../printerdrake.pm_.c:2030 ../../printerdrake.pm_.c:2099
-msgid "Know how to print with this printer"
-msgstr ""
+#: ../../printerdrake.pm_.c:2740 ../../printerdrake.pm_.c:2832
+msgid "Know how to use this printer"
+msgstr "Tied kuinka kytt tt tulostinta"
-#: ../../printerdrake.pm_.c:2031 ../../printerdrake.pm_.c:2101
-#, fuzzy
+#: ../../printerdrake.pm_.c:2742 ../../printerdrake.pm_.c:2834
msgid "Remove printer"
-msgstr "Ulkoinen kirjoitin"
+msgstr "Poista tulostin"
-#: ../../printerdrake.pm_.c:2071
-#, fuzzy, c-format
+#: ../../printerdrake.pm_.c:2786
+#, c-format
msgid "Removing old printer \"%s\" ..."
-msgstr "Luetaan CUPS-ajurien tietokantaa..."
+msgstr "Poistetaan vanha tulostin \"%s\" ..."
+
+#: ../../printerdrake.pm_.c:2810
+msgid "Default printer"
+msgstr "Oletustulostin"
-#: ../../printerdrake.pm_.c:2096
+#: ../../printerdrake.pm_.c:2811
#, c-format
msgid "The printer \"%s\" is set as the default printer now."
+msgstr "Tulostin \"%s\" on asetettu oletustulostimeksi."
+
+#: ../../printerdrake.pm_.c:2815 ../../printerdrake.pm_.c:2818
+msgid "Adding printer to Star Office/OpenOffice.org"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:2816
+#, c-format
+msgid ""
+"The printer \"%s\" was successfully added to Star Office/OpenOffice.org."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:2819
+#, c-format
+msgid "Failed to add the printer \"%s\" to Star Office/OpenOffice.org."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:2824 ../../printerdrake.pm_.c:2827
+msgid "Removing printer from Star Office/OpenOffice.org"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:2825
+#, c-format
+msgid ""
+"The printer \"%s\" was successfully removed from Star Office/OpenOffice.org."
msgstr ""
-#: ../../printerdrake.pm_.c:2103
-#, fuzzy, c-format
+#: ../../printerdrake.pm_.c:2828
+#, c-format
+msgid "Failed to remove the printer \"%s\" from Star Office/OpenOffice.org."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:2836
+#, c-format
msgid "Do you really want to remove the printer \"%s\"?"
-msgstr "Haluatko kynnist verkon uudelleen"
+msgstr "Haluatko todella poistaa tulostimen \"%s\"?"
-#: ../../printerdrake.pm_.c:2105
-#, fuzzy, c-format
+#: ../../printerdrake.pm_.c:2838
+#, c-format
msgid "Removing printer \"%s\" ..."
-msgstr "Luetaan CUPS-ajurien tietokantaa..."
+msgstr "Poistetaan tulostin \"%s\" ..."
#: ../../proxy.pm_.c:29 ../../proxy.pm_.c:37 ../../proxy.pm_.c:58
#: ../../proxy.pm_.c:78
-#, fuzzy
msgid "Proxy configuration"
-msgstr "Proxyjen asettaminen"
+msgstr "Proxy-asetukset"
#: ../../proxy.pm_.c:30
msgid ""
@@ -7137,68 +8071,70 @@ msgid ""
"Here, you'll be able to set up your http and ftp proxies\n"
"with or without login and password\n"
msgstr ""
+"Tervetuloa proxyn asettamisohjelmaan.\n"
+"\n"
+"Tlt voit asettaa http- ja ftp-proxysi sisnkirjautumisen ja\n"
+"salasanojen kanssa tai ilman niit\n"
#: ../../proxy.pm_.c:38
msgid ""
"Please fill in the http proxy informations\n"
"Leave it blank if you don't want an http proxy"
msgstr ""
+"Tyt http-proxyn tiedot\n"
+"Jt kohta tyhjksi, jos et haluat http-proxy"
#: ../../proxy.pm_.c:39 ../../proxy.pm_.c:60
msgid "URL"
-msgstr ""
+msgstr "URL"
#: ../../proxy.pm_.c:40 ../../proxy.pm_.c:61
-#, fuzzy
msgid "port"
-msgstr "Portti"
+msgstr "portti"
#: ../../proxy.pm_.c:44
-#, fuzzy
msgid "Url should begin with 'http:'"
-msgstr "Vlityspalvelimen tulee olla muotoa http://..."
+msgstr "Web-osoitteen tulee alkaa etuliitteell 'http:'"
#: ../../proxy.pm_.c:48 ../../proxy.pm_.c:69
-#, fuzzy
msgid "The port part should be numeric"
-msgstr "Portin numeron pitisi olla numeerinen"
+msgstr "Porttiosan pitisi olla numeerinen"
#: ../../proxy.pm_.c:59
msgid ""
"Please fill in the ftp proxy informations\n"
"Leave it blank if you don't want an ftp proxy"
msgstr ""
+"Tyt ftp-proxyn tiedot\n"
+"Jt kohta tyhjksi, jos et haluat ftp-proxy"
#: ../../proxy.pm_.c:65
-#, fuzzy
msgid "Url should begin with 'ftp:'"
-msgstr "Vlityspalvelimen tulee olla muotoa ftp://..."
+msgstr "Web-osoitteen tulee alkaa etuliitteell 'ftp:'"
#: ../../proxy.pm_.c:79
msgid ""
"Please enter proxy login and password, if any.\n"
"Leave it blank if you don't want login/passwd"
msgstr ""
+"Syt proxyn kyttjtunnus ja salasana, jos sellaiset on.\n"
+"Jt kohdat tyhjiksi, jos et halua kytt tunnus/salasana-yhdistelm"
#: ../../proxy.pm_.c:80
-#, fuzzy
msgid "login"
-msgstr "Automaattinen kirjautuminen"
+msgstr "kyttjtunnus"
#: ../../proxy.pm_.c:82
-#, fuzzy
msgid "password"
-msgstr "Salasana"
+msgstr "salasana"
#: ../../proxy.pm_.c:84
-#, fuzzy
msgid "re-type password"
-msgstr "Ei salasanaa"
+msgstr "salasana uudelleen"
#: ../../proxy.pm_.c:88
-#, fuzzy
msgid "The passwords don't match. Try again!"
-msgstr "Salasanat poikkeavat toisistaan"
+msgstr "Salasanat poikkeavat toisistaan. Kokeile uudelleen!"
#: ../../raid.pm_.c:35
#, c-format
@@ -7223,15 +8159,15 @@ msgstr "mkraid eponnistui (ehk raid-tykalut puuttuvat?)"
msgid "Not enough partitions for RAID level %d\n"
msgstr "Ei riittvsti osioita RAID tasolle %d\n"
-#: ../../services.pm_.c:15
+#: ../../services.pm_.c:14
msgid "Launch the ALSA (Advanced Linux Sound Architecture) sound system"
msgstr "Kynnist ALSA (Advanced Linux Sound Architecture) nijrjestelm"
-#: ../../services.pm_.c:16
+#: ../../services.pm_.c:15
msgid "Anacron a periodic command scheduler."
msgstr "Anacron on jaksottainen komentojen ajastaja."
-#: ../../services.pm_.c:17
+#: ../../services.pm_.c:16
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."
@@ -7239,7 +8175,7 @@ msgstr ""
"apmd:ta kytetn valvomaan paristojen tilaa ja raportoimaan siit syslogin\n"
"kautta. apmd:t voidaan mys kytt sulkemaan kone patterien ollessa tyhji."
-#: ../../services.pm_.c:19
+#: ../../services.pm_.c:18
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."
@@ -7247,7 +8183,7 @@ msgstr ""
"Ajaa komentoja mrtyill ajanhetkill, jotka on mritelty at-komennolla.\n"
"Ajaa mys erajoja, kun jrjestelmn kuormitus on riittvn matala."
-#: ../../services.pm_.c:21
+#: ../../services.pm_.c:20
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 "
@@ -7258,7 +8194,7 @@ msgstr ""
"ajanhetkill. vixie cron lis monia omianisuuksia verrattuna normaaliin\n"
"UNIX:n cron ohjelmaan, kuten paremman turvallisuuden ja laajemmat asetukset."
-#: ../../services.pm_.c:24
+#: ../../services.pm_.c:23
msgid ""
"GPM adds mouse support to text-based Linux applications such the\n"
"Midnight Commander. It also allows mouse-based console cut-and-paste "
@@ -7269,21 +8205,22 @@ msgstr ""
"Commander. GPM mahdollistaa mys leikkaa/liimaa toiminnot hiirell,\n"
"ja sislt tuen valikoille konsolissa."
-#: ../../services.pm_.c:27
+#: ../../services.pm_.c:26
msgid ""
"HardDrake runs a hardware probe, and optionally configures\n"
"new/changed hardware."
msgstr ""
+"HardDrake etsii uutta laitteistoa ja mahdollisesti konfiguroi\n"
+"uuden/muuttuneen laitteiston."
-#: ../../services.pm_.c:29
+#: ../../services.pm_.c:28 ../../standalone/logdrake_.c:412
msgid ""
-"Apache is a World Wide Web server. It is used to serve HTML files\n"
-"and CGI."
+"Apache is a World Wide Web server. It is used to serve HTML files and CGI."
msgstr ""
"Apache on WWW-palvelin. Palvelinta kytetn jakamaan HTML-\n"
"tiedostoja ja ajamaan CGI-ohjelmia."
-#: ../../services.pm_.c:31
+#: ../../services.pm_.c:29
msgid ""
"The internet superserver daemon (commonly called inetd) starts a\n"
"variety of other internet services as needed. It is responsible for "
@@ -7297,13 +8234,15 @@ msgstr ""
"palveluita, kuten telnet, ftp, rsh ja rlogin. inetd:n poistaminen\n"
"poistaa mys nm palvelut kytst."
-#: ../../services.pm_.c:35
+#: ../../services.pm_.c:33
msgid ""
"Launch packet filtering for Linux kernel 2.2 series, to set\n"
"up a firewall to protect your machine from network attacks."
msgstr ""
+"Kynnist pakettifiltteri Linux 2.2-sarjalle, jos haluat\n"
+"pystytt palomuurin suojaamaan konettasi verkkohykkyksilt."
-#: ../../services.pm_.c:37
+#: ../../services.pm_.c:35
msgid ""
"This package loads the selected keyboard map as set in\n"
"/etc/sysconfig/keyboard. This can be selected using the kbdconfig utility.\n"
@@ -7314,23 +8253,30 @@ msgstr ""
"tykalulla.\n"
"Tm tulisi ottaa kyttn lhes kaikissa jrjestelmiss."
-#: ../../services.pm_.c:40
+#: ../../services.pm_.c:38
msgid ""
"Automatic regeneration of kernel header in /boot for\n"
"/usr/include/linux/{autoconf,version}.h"
msgstr ""
+"Automaattinen ytimen otsikkotiedoston korjaus /boot-hakemistossa "
+"tiedostolle\n"
+"/usr/include/linux/{autoconf,versio}.h"
-#: ../../services.pm_.c:42
+#: ../../services.pm_.c:40
msgid "Automatic detection and configuration of hardware at boot."
msgstr ""
+"Automaattinen uuden laitteiston havaitseminen ja asettaminen "
+"kynnistettess."
-#: ../../services.pm_.c:43
+#: ../../services.pm_.c:41
msgid ""
"Linuxconf will sometimes arrange to perform various tasks\n"
"at boot-time to maintain the system configuration."
msgstr ""
+"Linuxconf jrjest joskus aikaa erilaisten tehtvien hoitamiseen\n"
+"kynnistyksen aikana pitkseen yll jrjestelmn asetuksia."
-#: ../../services.pm_.c:45
+#: ../../services.pm_.c:43
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)."
@@ -7338,21 +8284,23 @@ msgstr ""
"lpd on tulostuspalvelin, jonka lpr ohjelma vaatii toimiakseen.\n"
"lpd on palvelin joka jakaa tulostustit kirjoittimille."
-#: ../../services.pm_.c:47
+#: ../../services.pm_.c:45
msgid ""
"Linux Virtual Server, used to build a high-performance and highly\n"
"available server."
msgstr ""
+"Linux Virtual Server, jonka avulla voidaan rakentaa suuritehoinen\n"
+"korkean kytettvyyden palvelin."
-#: ../../services.pm_.c:49
+#: ../../services.pm_.c:47 ../../standalone/logdrake_.c:413
msgid ""
-"named (BIND) is a Domain Name Server (DNS) that is used to resolve\n"
-"host names to IP addresses."
+"named (BIND) is a Domain Name Server (DNS) that is used to resolve host "
+"names to IP addresses."
msgstr ""
-"named (BIND) on nimipalvelin (DNS) jota kytetn selvittmn\n"
-"koneen nimi sek IP-osoitteita."
+"named (BIND) on nimipalvelin (DNS) jota kytetn muunnettaessa koneiden "
+"verkkonimi IP-osoitteiksi."
-#: ../../services.pm_.c:51
+#: ../../services.pm_.c:48
msgid ""
"Mounts and unmounts all Network File System (NFS), SMB (Lan\n"
"Manager/Windows), and NCP (NetWare) mount points."
@@ -7360,7 +8308,7 @@ msgstr ""
"Liitt ja irroittaa NFS (Network File System), SMB (Lan\n"
"Manager/Windows) ja NCP (NetWare) liitospaikat."
-#: ../../services.pm_.c:53
+#: ../../services.pm_.c:50
msgid ""
"Activates/Deactivates all network interfaces configured to start\n"
"at boot time."
@@ -7368,7 +8316,7 @@ msgstr ""
"Aktivoi/Poistaa kaikki verkkoliittymt jotka on asetettu\n"
"kynnistyksess."
-#: ../../services.pm_.c:55
+#: ../../services.pm_.c:52
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"
@@ -7378,7 +8326,7 @@ msgstr ""
"verkoissa. Tm palvelu mahdollistaa NFS-palvelimen\n"
"kynnistyksen, jakoa ohjataan tiedostosta /etc/exports."
-#: ../../services.pm_.c:58
+#: ../../services.pm_.c:55
msgid ""
"NFS is a popular protocol for file sharing across TCP/IP\n"
"networks. This service provides NFS file locking functionality."
@@ -7386,17 +8334,19 @@ msgstr ""
"NFS on yleinen protokolla tiedostojen jakoon TCP/IP-\n"
"verkoissa. Tm palvelu mahdollistaa NSF-tiedostolukot."
-#: ../../services.pm_.c:60
+#: ../../services.pm_.c:57
msgid ""
"Automatically switch on numlock key locker under console\n"
"and XFree at boot."
msgstr ""
+"Asettaa kynnistyksess numlock-nppinlukitsimen plle\n"
+"sek konsolille ett XFree:lle."
-#: ../../services.pm_.c:62
+#: ../../services.pm_.c:59
msgid "Support the OKI 4w and compatible winprinters."
-msgstr ""
+msgstr "Tuki OKI 4w -yhteensopiville Windows-tulostimille."
-#: ../../services.pm_.c:63
+#: ../../services.pm_.c:60
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 "
@@ -7407,7 +8357,7 @@ msgstr ""
"korttien tukemiseen. Palvelu ei kynnisty ellei sit ole asetettu, joten\n"
"sen voi asentaa mys koneisiin jotka eivt sit tarvitse."
-#: ../../services.pm_.c:66
+#: ../../services.pm_.c:63
msgid ""
"The portmapper manages RPC connections, which are used by\n"
"protocols such as NFS and NIS. The portmap server must be running on "
@@ -7418,15 +8368,15 @@ msgstr ""
"NFS ja NIS-protokollat. portmap-palvelin on oltava kynniss\n"
"jrjestelmiss jotka haluavat tarjota nit protokollia."
-#: ../../services.pm_.c:69
+#: ../../services.pm_.c:66 ../../standalone/logdrake_.c:415
msgid ""
-"Postfix is a Mail Transport Agent, which is the program that\n"
-"moves mail from one machine to another."
+"Postfix is a Mail Transport Agent, which is the program that moves mail from "
+"one machine to another."
msgstr ""
-"Postfix on shkpostinvlitysohjelma, eli ohjelma joka\n"
-"vlitt postia koneelta toiselle."
+"Postfix on shkpostin siirtoagentti, eli ohjelma joka vlitt postia "
+"koneelta toiselle."
-#: ../../services.pm_.c:71
+#: ../../services.pm_.c:67
msgid ""
"Saves and restores system entropy pool for higher quality random\n"
"number generation."
@@ -7434,13 +8384,15 @@ msgstr ""
"Tallentaa ja palauttaa jrjestelmn satunnaislukualtaan, tm parantaa\n"
"satunnaislukujen laatua."
-#: ../../services.pm_.c:73
+#: ../../services.pm_.c:69
msgid ""
"Assign raw devices to block devices (such as hard drive\n"
"partitions), for the use of applications such as Oracle"
msgstr ""
+"Mr raakalaitteet blokkilaitteiksi (kuten kiintolevyn\n"
+"osiot) tietyn tyyppisten sovellusten (esim. Oracle) kyttn"
-#: ../../services.pm_.c:75
+#: ../../services.pm_.c:71
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"
@@ -7451,7 +8403,7 @@ msgstr ""
"verkoissa,\n"
"monimutkaisemmat verkot vaativat parempia reititysprotokollia."
-#: ../../services.pm_.c:78
+#: ../../services.pm_.c:74
msgid ""
"The rstat protocol allows users on a network to retrieve\n"
"performance metrics for any machine on that network."
@@ -7459,7 +8411,7 @@ msgstr ""
"rstart-protokolla mahdollistaa verkkokyttjille\n"
"eri koneiden tilatietojen haun."
-#: ../../services.pm_.c:80
+#: ../../services.pm_.c:76
msgid ""
"The rusers protocol allows users on a network to identify who is\n"
"logged in on other responding machines."
@@ -7467,7 +8419,7 @@ msgstr ""
"rusers-protokolla verkon kyttjille mahdollisuuden tunnistaa, ketk\n"
"ovat sisll eri koneissa."
-#: ../../services.pm_.c:82
+#: ../../services.pm_.c:78
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)."
@@ -7475,11 +8427,11 @@ msgstr ""
"rwho-protokollalla etkyttjt voivat listata kaikki koneella\n"
"olevat kyttjt (vastaa fingeri)."
-#: ../../services.pm_.c:84
+#: ../../services.pm_.c:80
msgid "Launch the sound system on your machine"
msgstr "Kynnist nijrjestelm tietokoneessasi"
-#: ../../services.pm_.c:85
+#: ../../services.pm_.c:81
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."
@@ -7487,58 +8439,51 @@ msgstr ""
"Syslog on tapa jolla monet palvelimet kirjottavat viestins talteen\n"
"useisiin lokitiedostoihin. On jrkev kytt syslog-ohjelmaa."
-#: ../../services.pm_.c:87
+#: ../../services.pm_.c:83
msgid "Load the drivers for your usb devices."
-msgstr ""
+msgstr "Lataa usb-laitteiden ajurit."
-#: ../../services.pm_.c:88
-#, fuzzy
+#: ../../services.pm_.c:84
msgid "Starts the X Font Server (this is mandatory for XFree to run)."
-msgstr ""
-"Kynnist ja pysytt X kirjasinpalvelimen kynnistyksess ja lopetuksessa"
+msgstr "Kynnist X-kirjasinpalvelimen (pakollinen, jos haluat ajaa XFree:t)"
-#: ../../services.pm_.c:114 ../../services.pm_.c:156
+#: ../../services.pm_.c:110 ../../services.pm_.c:152
msgid "Choose which services should be automatically started at boot time"
msgstr "Valitse mitk palvelut kynnistetn automaattisesti"
-#: ../../services.pm_.c:126
-#, fuzzy
+#: ../../services.pm_.c:122
msgid "Printing"
-msgstr "Kirjoitin"
+msgstr "Tulostus"
-#: ../../services.pm_.c:127
+#: ../../services.pm_.c:123
msgid "Internet"
msgstr "Internet"
-#: ../../services.pm_.c:130
+#: ../../services.pm_.c:126
msgid "File sharing"
-msgstr ""
+msgstr "Tiedostojen jako"
-#: ../../services.pm_.c:132
-#, fuzzy
+#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:934
msgid "System"
-msgstr "Jrjestelmn tila"
+msgstr "Jrjestelm"
-#: ../../services.pm_.c:137
-#, fuzzy
+#: ../../services.pm_.c:133
msgid "Remote Administration"
-msgstr "Ulkoisen lpd-palvelimen kirjoittimen parametrit"
+msgstr "Ethallinta"
# ../../share/compssUsers
-#: ../../services.pm_.c:145
-#, fuzzy
+#: ../../services.pm_.c:141
msgid "Database Server"
-msgstr "Tietokanta"
+msgstr "Tietokantapalvelin"
-#: ../../services.pm_.c:174
+#: ../../services.pm_.c:170
#, c-format
msgid "Services: %d activated for %d registered"
-msgstr ""
+msgstr "Palvelut: %d activoitu %d:st rekisteridyst"
#: ../../services.pm_.c:186
-#, fuzzy
msgid "Services"
-msgstr "laite"
+msgstr "Palvelut"
#: ../../services.pm_.c:198
msgid "running"
@@ -7554,7 +8499,7 @@ msgstr "Palvelut ja demonit"
#: ../../services.pm_.c:217
msgid ""
-"No additionnal information\n"
+"No additional information\n"
"about this service, sorry."
msgstr ""
"Ei listietoja\n"
@@ -7564,12 +8509,175 @@ msgstr ""
msgid "On boot"
msgstr "Kynnistyksen yhteydess"
-#: ../../standalone.pm_.c:25
+#: ../../services.pm_.c:236
+msgid "Start"
+msgstr "Kynnist"
+
+#: ../../services.pm_.c:236
+msgid "Stop"
+msgstr "Sammuta"
+
+#: ../../share/advertising/00-thanks.pl_.c:9
+msgid "Thank you for choosing Mandrake Linux 8.2"
+msgstr ""
+
+#: ../../share/advertising/00-thanks.pl_.c:10
+msgid "Welcome to the Open Source world"
+msgstr ""
+
+#: ../../share/advertising/00-thanks.pl_.c:11
+msgid ""
+"The success of MandrakeSoft is based upon the principle of Free Software. "
+"Your new operating system is the result of collaborative work on the part of "
+"the worldwide Linux Community"
+msgstr ""
+
+#: ../../share/advertising/01-gnu.pl_.c:9
+msgid "Join the Free Software world"
+msgstr "Liity vapaan ohjelmiston maailmaan"
+
+#: ../../share/advertising/01-gnu.pl_.c:10
+msgid ""
+"Get to know the Open Source community and become a member. Learn, teach, and "
+"help others by joining the many discussion forums that you will find in our "
+"\"Community\" webpages"
+msgstr ""
+
+#: ../../share/advertising/02-internet.pl_.c:9
+msgid "Internet and Messaging"
+msgstr "Internet ja viestint"
+
+#: ../../share/advertising/02-internet.pl_.c:10
+msgid ""
+"Mandrake Linux 8.2 provides the best software to access everything the "
+"Internet has to offer: Surf the web & view animations with Mozilla and "
+"Konqueror, exchange email & organize your personal information with "
+"Evolution and Kmail, and much more"
+msgstr ""
+
+#: ../../share/advertising/03-graphic.pl_.c:9
#, fuzzy
+msgid "Multimedia and Graphics"
+msgstr "Multimedia - Grafiikka"
+
+#: ../../share/advertising/03-graphic.pl_.c:10
+msgid ""
+"Mandrake Linux 8.2 lets you push your multimedia computer to its limits! Use "
+"the latest software to play music and audio files, edit and organize your "
+"images and photos, watch TV and videos, and much more"
+msgstr ""
+
+#: ../../share/advertising/04-develop.pl_.c:9
+msgid "Development"
+msgstr "Kehitysymprist"
+
+#: ../../share/advertising/04-develop.pl_.c:10
+msgid ""
+"Mandrake Linux 8.2 is the ultimate development platform. Discover the power "
+"of the GNU gcc compiler as well as the best Open Source development "
+"environments"
+msgstr ""
+
+#: ../../share/advertising/05-contcenter.pl_.c:9
+msgid "Mandrake Control Center"
+msgstr "Mandraken hallintapaneeli"
+
+#: ../../share/advertising/05-contcenter.pl_.c:10
+msgid ""
+"The Mandrake Linux 8.2 Control Center is a one-stop location for fully "
+"customizing and configuring your Mandrake system"
+msgstr ""
+
+#: ../../share/advertising/06-user.pl_.c:9
+msgid "User interfaces"
+msgstr "Kyttliittymt"
+
+#: ../../share/advertising/06-user.pl_.c:10
+msgid ""
+"Mandrake Linux 8.2 provides 11 different graphical desktop environments and "
+"window managers to choose from including GNOME 1.4, KDE 2.2.2, Window Maker "
+"0.8, and the rest"
+msgstr ""
+
+#: ../../share/advertising/07-server.pl_.c:9
+msgid "Server Software"
+msgstr "Palvelinohjelmisto"
+
+#: ../../share/advertising/07-server.pl_.c:10
+msgid ""
+"Transform your machine into a powerful server with just a few clicks of the "
+"mouse: Web server, email, firewall, router, file and print server, ..."
+msgstr ""
+
+#: ../../share/advertising/08-games.pl_.c:9
+msgid "Games"
+msgstr "Pelit"
+
+#: ../../share/advertising/08-games.pl_.c:10
+msgid ""
+"Mandrake Linux 8.2 provides the best Open Source games - arcade, action, "
+"cards, sports, strategy, ..."
+msgstr ""
+
+#: ../../share/advertising/09-MDKcampus.pl_.c:9
+msgid "MandrakeCampus"
+msgstr ""
+
+#: ../../share/advertising/09-MDKcampus.pl_.c:10
+msgid ""
+"Would you like to learn Linux simply, quickly, and for free? MandrakeSoft "
+"provides free Linux training, as well as a way to test your progress, at "
+"MandrakeCampus -- our online training center"
+msgstr ""
+
+#: ../../share/advertising/10-MDKexpert.pl_.c:9
+msgid "MandrakeExpert"
+msgstr "MandrakeExpert"
+
+#: ../../share/advertising/10-MDKexpert.pl_.c:10
+msgid ""
+"Quality support from the Linux Community, and from MandrakeSoft, is just "
+"around the corner. And if you're already a Linux veteran, become an \"Expert"
+"\" and share your knowledge at our support website"
+msgstr ""
+
+#: ../../share/advertising/11-consul.pl_.c:9
+msgid "MandrakeConsulting"
+msgstr "MandrakeConsulting"
+
+#: ../../share/advertising/11-consul.pl_.c:10
+msgid ""
+"For all of your IT projects, our consultants are ready to analyze your "
+"requirements and offer a customized solution. Benefit from MandrakeSoft's "
+"vast experience as a Linux producer to provide a true IT alternative for "
+"your business organization"
+msgstr ""
+
+#: ../../share/advertising/12-MDKstore.pl_.c:9
+msgid "MandrakeStore"
+msgstr ""
+
+#: ../../share/advertising/12-MDKstore.pl_.c:10
+msgid ""
+"A full range of Linux solutions, as well as special offers on products and "
+"'goodies', are available online at our e-store"
+msgstr ""
+
+#: ../../share/advertising/13-Nvert.pl_.c:9
+msgid ""
+"For more information on MandrakeSoft's Professional Services and commercial "
+"offerings, please see the following web page:"
+msgstr ""
+
+#: ../../share/advertising/13-Nvert.pl_.c:11
+msgid "http://www.mandrakesoft.com/sales/contact"
+msgstr ""
+
+#: ../../standalone.pm_.c:25
msgid "Installing packages..."
-msgstr "Asennan pakettia %s"
+msgstr "Asennan paketteja..."
-#: ../../standalone/diskdrake_.c:63
+#: ../../standalone/diskdrake_.c:85
msgid ""
"I can't read your partition table, it's too corrupted for me :(\n"
"I'll try to go on blanking bad partitions"
@@ -7577,22 +8685,20 @@ msgstr ""
"Osiotaulua ei voida lukea, siin on liikaa virheit :(\n"
"Taulu yritetn korjata nollaamalla se"
-#: ../../standalone/drakautoinst_.c:44
-#, fuzzy
+#: ../../standalone/drakautoinst_.c:45
msgid "Error!"
-msgstr "Virhe"
+msgstr "Virhe!"
-#: ../../standalone/drakautoinst_.c:45
+#: ../../standalone/drakautoinst_.c:46
#, c-format
msgid "I can't find needed image file `%s'."
-msgstr ""
+msgstr "Tarvittavaa esitystiedostoa `%s' ei lytynyt."
-#: ../../standalone/drakautoinst_.c:47
-#, fuzzy
+#: ../../standalone/drakautoinst_.c:48
msgid "Auto Install Configurator"
-msgstr "Asennuksen jlkeiset toiminnot"
+msgstr "Asenna asennusohjelma automaattisesti"
-#: ../../standalone/drakautoinst_.c:48
+#: ../../standalone/drakautoinst_.c:49
msgid ""
"You are about to configure an Auto Install floppy. This feature is somewhat "
"dangerous and must be used circumspectly.\n"
@@ -7607,36 +8713,1258 @@ msgid ""
"Do you want to continue?"
msgstr ""
-#: ../../standalone/drakautoinst_.c:70
-#, fuzzy
+#: ../../standalone/drakautoinst_.c:71
msgid "Automatic Steps Configuration"
-msgstr "Kynnistyksen tavan asetus"
+msgstr "Automaattisten vaiheiden asetus"
-#: ../../standalone/drakautoinst_.c:71
+#: ../../standalone/drakautoinst_.c:72
msgid ""
"Please choose for each step whether it will replay like your install, or it "
"will be manual"
msgstr ""
+"Vlitse jokaiselle vaiheelle toistetaanko asennus samalla tapaa kuin nyt vai "
+"onko kyseinen vaihe manuaalinen"
+
+#: ../../standalone/drakautoinst_.c:145
+msgid ""
+"\n"
+"Welcome.\n"
+"\n"
+"The parameters of the auto-install are available in the sections on the left"
+msgstr ""
+"\n"
+"Tervetuloa.\n"
+"\n"
+"Automaattisen asennuksen parametrit lytyvt vasemmalla olevista lohkoista"
-#: ../../standalone/drakautoinst_.c:112 ../../standalone/drakgw_.c:599
+#: ../../standalone/drakautoinst_.c:243 ../../standalone/drakgw_.c:671
+#: ../../standalone/scannerdrake_.c:106
msgid "Congratulations!"
msgstr "Onnittelut!"
-#: ../../standalone/drakautoinst_.c:113
+#: ../../standalone/drakautoinst_.c:244
msgid ""
"The floppy has been successfully generated.\n"
"You may now replay your installation."
msgstr ""
+"Levykkeen luominen onnistui.\n"
+"Voit nyt toistaa asennuksesi."
+
+#: ../../standalone/drakautoinst_.c:282
+msgid "Auto Install"
+msgstr "Automaattinen asennus"
+
+# Asennuksen sivuvalikko
+#: ../../standalone/drakautoinst_.c:352
+msgid "Add an item"
+msgstr "Lis alkio"
+
+# mat
+#: ../../standalone/drakautoinst_.c:359
+msgid "Remove the last item"
+msgstr "Poista viimeinen alkio"
+
+#: ../../standalone/drakbackup_.c:448 ../../standalone/drakbackup_.c:451
+#: ../../standalone/drakbackup_.c:455
+msgid ""
+"***********************************************************************\n"
+"\n"
+msgstr ""
+"***********************************************************************\n"
+"\n"
+
+#: ../../standalone/drakbackup_.c:449
+msgid ""
+"\n"
+" DrakBackup Report \n"
+"\n"
+msgstr ""
+"\n"
+" DrakBackup-raportti \n"
+"\n"
+
+#: ../../standalone/drakbackup_.c:450
+msgid ""
+"\n"
+" DrakBackup Daemon Report\n"
+"\n"
+"\n"
+msgstr ""
+"\n"
+" DrakBackup Daemonin raportti\n"
+"\n"
+"\n"
+
+#: ../../standalone/drakbackup_.c:453
+msgid ""
+"\n"
+"\n"
+"***********************************************************************\n"
+"\n"
+msgstr ""
+"\n"
+"\n"
+"***********************************************************************\n"
+"\n"
+
+#: ../../standalone/drakbackup_.c:454
+msgid ""
+"\n"
+" DrakBackup Report Details\n"
+"\n"
+"\n"
+msgstr ""
+"\n"
+" DrakBackup-raportin yksityiskohdat\n"
+"\n"
+"\n"
+
+#: ../../standalone/drakbackup_.c:476
+msgid "total progess"
+msgstr "kokonaisedistyminen"
+
+#: ../../standalone/drakbackup_.c:555 ../../standalone/drakbackup_.c:602
+msgid "Backup system files..."
+msgstr "Varmuuskopioi jrjestelmtiedostot..."
+
+#: ../../standalone/drakbackup_.c:603 ../../standalone/drakbackup_.c:667
+msgid "Hard Disk Backup files..."
+msgstr "Kiintolevyn varmuuskopiotiedostot..."
+
+#: ../../standalone/drakbackup_.c:615
+msgid "Backup User files..."
+msgstr "Varmuuskopioi kyttjtiedostot..."
+
+#: ../../standalone/drakbackup_.c:616
+msgid "Hard Disk Backup Progress..."
+msgstr "Kiintolevyn varmuuskopion edistyminen..."
+
+#: ../../standalone/drakbackup_.c:666
+msgid "Backup Other files..."
+msgstr "Varmuuskopioi muut tiedostot..."
+
+#: ../../standalone/drakbackup_.c:674
+#, c-format
+msgid ""
+"file list send by FTP : %s\n"
+" "
+msgstr ""
+"tiedostolistan lhetti FTP : %s\n"
+" "
+
+#: ../../standalone/drakbackup_.c:677
+msgid ""
+"\n"
+"(!) FTP connexion problem: It was not possible to send your backup files by "
+"FTP.\n"
+msgstr ""
+"\n"
+"(!) FTP-yhteysongelma: varmuuskopion lhettminen FTPn kautta eponnistui.\n"
+
+#: ../../standalone/drakbackup_.c:687
+msgid "(!) Error during mail sending. \n"
+msgstr "(!) Virhe lhetettess shkpostia. \n"
+
+#: ../../standalone/drakbackup_.c:728 ../../standalone/drakbackup_.c:739
+#: ../../standalone/drakbackup_.c:750 ../../standalone/drakfont_.c:787
+msgid "File Selection"
+msgstr "Tiedostojen valinta"
+
+#: ../../standalone/drakbackup_.c:755
+msgid "Select the files or directories and click on 'Add'"
+msgstr "Valitse tiedostot tai hakemistot ja klikkaa 'Lis'"
+
+#: ../../standalone/drakbackup_.c:790
+msgid ""
+"\n"
+"Please check all options that you need.\n"
+msgstr ""
+"\n"
+"Valitse kaikki asetukset, jotka tarvitset.\n"
+
+#: ../../standalone/drakbackup_.c:791
+msgid ""
+"These options can backup and restore all files in your /etc directory.\n"
+msgstr ""
+"Naill asetuksilla voit varmuuskopioida ja palauttaa kaikki tiedostot /etc-"
+"hakemistosta.\n"
+
+#: ../../standalone/drakbackup_.c:792
+msgid "Backup your System files. ( /etc directory )"
+msgstr "Varmuuskopioi systeemitiedostot ( /etc-hakemisto )"
+
+#: ../../standalone/drakbackup_.c:793
+msgid "Use incremental backup (do not replace old backups)"
+msgstr "Kyt kasvavaa varmuuskopiointia (l korvaa vanhoja varmuuskopioita)"
+
+#: ../../standalone/drakbackup_.c:794
+msgid "Do not include critical files (passwd, group, fstab)"
+msgstr "l sisllyt kriittisi tiedostoja (passwd, group, fstab)"
+
+#: ../../standalone/drakbackup_.c:795
+msgid ""
+"With this option you will be able to restore any version\n"
+" of your /etc directory."
+msgstr ""
+"Tll valitsimella voit palauttaa mink tahansa version\n"
+"/etc-hakemistostasi."
+
+#: ../../standalone/drakbackup_.c:812
+msgid "Please check all users that you want to include in your backup."
+msgstr "Valitse kaikki ne kyttjt, jotka haluat sisllytt varmuuskopioosi."
+
+#: ../../standalone/drakbackup_.c:839
+msgid "Do not include the browser cache"
+msgstr "l sisllyt selaimen vlimuistia"
+
+#: ../../standalone/drakbackup_.c:840 ../../standalone/drakbackup_.c:864
+msgid "Use Incremental Backups (do not replace old backups)"
+msgstr "Kyt kasvavia varmuuskopitoita (l korvaa vanhoja varmuuskopioita)"
+
+#: ../../standalone/drakbackup_.c:862 ../../standalone/drakfont_.c:827
+msgid "Remove Selected"
+msgstr "Poista valitut"
+
+#: ../../standalone/drakbackup_.c:900
+msgid "Windows (FAT32)"
+msgstr "Windows (FAT32)"
+
+#: ../../standalone/drakbackup_.c:939
+msgid "Users"
+msgstr "Kyttjt"
+
+#: ../../standalone/drakbackup_.c:964
+msgid "Use FTP connection to backup"
+msgstr "Kyt FTP-yhteytt varmuuskopiointiin"
+
+#: ../../standalone/drakbackup_.c:967
+msgid "Please enter the host name or IP."
+msgstr "Syt verkkoaseman nimi tai IP."
+
+#: ../../standalone/drakbackup_.c:972
+msgid ""
+"Please enter the directory to\n"
+" put the backup on this host."
+msgstr ""
+"Syt hakemisto, johon tmn\n"
+"koneen varmuuskopio laitetaan."
+
+#: ../../standalone/drakbackup_.c:977
+msgid "Please enter your login"
+msgstr "Syt kyttjtunnuksesi"
+
+#: ../../standalone/drakbackup_.c:982
+msgid "Please enter your password"
+msgstr "Syt salasanasi"
+
+#: ../../standalone/drakbackup_.c:988
+msgid "Remember this password"
+msgstr "Muista tm salasana"
+
+#: ../../standalone/drakbackup_.c:1052 ../../standalone/drakbackup_.c:2048
+msgid "FTP Connection"
+msgstr "FTP-yhteys"
+
+#: ../../standalone/drakbackup_.c:1059 ../../standalone/drakbackup_.c:2056
+msgid "Secure Connection"
+msgstr "Salattu yhteys"
+
+#: ../../standalone/drakbackup_.c:1085 ../../standalone/drakbackup_.c:2889
+msgid "Use CD/DVDROM to backup"
+msgstr "Kyt CD/DVD-ROM -levy varmuuskopioille"
+
+#: ../../standalone/drakbackup_.c:1088 ../../standalone/drakbackup_.c:2893
+msgid "Please choose your CD space"
+msgstr "Valitse kytettv CD:n koko"
+
+#: ../../standalone/drakbackup_.c:1094 ../../standalone/drakbackup_.c:2905
+msgid "Please check if you are using CDRW media"
+msgstr "Valitse, jos kytt CD-RW-mediaa"
+
+#: ../../standalone/drakbackup_.c:1100 ../../standalone/drakbackup_.c:2911
+msgid "Please check if you want to erase your CDRW before"
+msgstr "Valitse, jos haluat tyhjent CD-RW:n ennen kopiointia"
+
+#: ../../standalone/drakbackup_.c:1106
+msgid ""
+"Please check if you want to include\n"
+" install boot on your CD."
+msgstr ""
+"Valitse, jos haluat tehd CD-levystsi\n"
+"kynnistettvn."
+
+#: ../../standalone/drakbackup_.c:1112
+msgid ""
+"Please enter your CD Writer device name\n"
+" ex: 0,1,0"
+msgstr ""
+"Syt kirjoittavan CD-asemasi laitenimi\n"
+"esim: 0,1,0"
+
+#: ../../standalone/drakbackup_.c:1153
+msgid "Use tape to backup"
+msgstr "Kyt nauhaa varmuuskopioinnissa"
+
+#: ../../standalone/drakbackup_.c:1156
+msgid "Please enter the device name to use for backup"
+msgstr "Syt varmuuskopioinnissa kytettvn laitteen nimi"
+
+#: ../../standalone/drakbackup_.c:1162 ../../standalone/drakbackup_.c:1203
+#: ../../standalone/drakbackup_.c:2013
+msgid ""
+"Please enter the maximum size\n"
+" allowed for Drakbackup"
+msgstr ""
+"Syt suurin sallittu koko\n"
+"Drakbackup-varmuuskopiolle"
+
+#: ../../standalone/drakbackup_.c:1195 ../../standalone/drakbackup_.c:2005
+msgid "Please enter the directory to save:"
+msgstr "Syt hakemisto, johon tallennetaan:"
+
+#: ../../standalone/drakbackup_.c:1209 ../../standalone/drakbackup_.c:2019
+msgid "Use quota for backup files."
+msgstr "Kyt quotaa varmuuskopiotiedostoille."
+
+#: ../../standalone/drakbackup_.c:1267
+msgid "Network"
+msgstr "Verkko"
+
+#: ../../standalone/drakbackup_.c:1272
+msgid "CDROM / DVDROM"
+msgstr "CD-ROM / DVD-ROM"
+
+#: ../../standalone/drakbackup_.c:1277
+msgid "HardDrive / NFS"
+msgstr "Kiintolevy / NFS"
+
+#: ../../standalone/drakbackup_.c:1297 ../../standalone/drakbackup_.c:1301
+#: ../../standalone/drakbackup_.c:1305
+msgid "hourly"
+msgstr "tunneittain"
+
+#: ../../standalone/drakbackup_.c:1298 ../../standalone/drakbackup_.c:1302
+#: ../../standalone/drakbackup_.c:1305
+msgid "daily"
+msgstr "pivittin"
+
+#: ../../standalone/drakbackup_.c:1299 ../../standalone/drakbackup_.c:1303
+#: ../../standalone/drakbackup_.c:1305
+msgid "weekly"
+msgstr "viikoittain"
+
+#: ../../standalone/drakbackup_.c:1300 ../../standalone/drakbackup_.c:1304
+#: ../../standalone/drakbackup_.c:1305
+msgid "monthly"
+msgstr "kuukausittain"
+
+#: ../../standalone/drakbackup_.c:1312
+msgid "Use daemon"
+msgstr "Kyt daemonia"
+
+#: ../../standalone/drakbackup_.c:1317
+msgid ""
+"Please choose the time \n"
+"interval between each backup"
+msgstr ""
+"Valitse perkkisten\n"
+"varmuuskopioiden aikavli"
+
+#: ../../standalone/drakbackup_.c:1323
+msgid ""
+"Please choose the\n"
+"media for backup."
+msgstr ""
+"Valitse varmuuskopiointiin\n"
+"kytettv media."
+
+#: ../../standalone/drakbackup_.c:1327
+msgid "Use Hard Drive with daemon"
+msgstr "Kyt kiintolevy daemonilla"
+
+#: ../../standalone/drakbackup_.c:1329
+msgid "Use FTP with daemon"
+msgstr "Kyt FTPt daemonilla"
+
+#: ../../standalone/drakbackup_.c:1333
+msgid "Please be sure that the cron daemon is included in your services."
+msgstr "Varmista ett cron-daemon on mukana kytss olevissa palveluissa."
+
+#: ../../standalone/drakbackup_.c:1369
+msgid "Send mail report after each backup to :"
+msgstr "Lhet raportti jokaisesta varmuuskopiosta shkpostitse :"
+
+#: ../../standalone/drakbackup_.c:1411
+msgid "What"
+msgstr "Mit"
+
+#: ../../standalone/drakbackup_.c:1416
+msgid "Where"
+msgstr "Miss"
+
+#: ../../standalone/drakbackup_.c:1421
+msgid "When"
+msgstr "Koska"
+
+#: ../../standalone/drakbackup_.c:1426
+msgid "More Options"
+msgstr "Lisvalinnat"
+
+#: ../../standalone/drakbackup_.c:1445 ../../standalone/drakbackup_.c:2801
+msgid "Drakbackup Configuration"
+msgstr "Drakbackup-asetukset"
+
+#: ../../standalone/drakbackup_.c:1463
+msgid "Please choose where you want to backup"
+msgstr "Valitse, mihin haluat tehd varmuuskopiot"
+
+#: ../../standalone/drakbackup_.c:1465
+msgid "on Hard Drive"
+msgstr "kiintolevylle"
+
+#: ../../standalone/drakbackup_.c:1476
+msgid "across Network"
+msgstr "verkon yli"
+
+#: ../../standalone/drakbackup_.c:1540
+msgid "Please choose what you want to backup"
+msgstr "Valitse mit haluat varmuuskopioida"
+
+# Asennuksen sivuvalikko
+#: ../../standalone/drakbackup_.c:1541
+msgid "Backup system"
+msgstr "Varmuuskopioi jrjestelm"
+
+#: ../../standalone/drakbackup_.c:1542
+msgid "Backup Users"
+msgstr "Varmuuskopioi kyttjt"
+
+#: ../../standalone/drakbackup_.c:1545
+msgid "Select user manually"
+msgstr "Valitse kyttjt yksitellen"
+
+#: ../../standalone/drakbackup_.c:1627
+msgid ""
+"\n"
+"Backup Sources: \n"
+msgstr ""
+"\n"
+"Varmuuskopion lhteet: \n"
+
+#: ../../standalone/drakbackup_.c:1628
+msgid ""
+"\n"
+"- System Files:\n"
+msgstr ""
+"\n"
+"- Jrjestelmtiedostot:\n"
+
+#: ../../standalone/drakbackup_.c:1630
+msgid ""
+"\n"
+"- User Files:\n"
+msgstr ""
+"\n"
+"- Kyttjtiedostot:\n"
+
+#: ../../standalone/drakbackup_.c:1632
+msgid ""
+"\n"
+"- Other Files:\n"
+msgstr ""
+"\n"
+"- Muut tiedostot:\n"
+
+#: ../../standalone/drakbackup_.c:1634
+#, c-format
+msgid ""
+"\n"
+"- Save on Hard drive on path : %s\n"
+msgstr ""
+"\n"
+"- Tallenna kiintolevylle polulle : %s\n"
+
+#: ../../standalone/drakbackup_.c:1635
+#, c-format
+msgid ""
+"\n"
+"- Save on FTP on host : %s\n"
+msgstr ""
+"\n"
+"- Tallenna FTP:ll verkkoasemalle : %s\n"
+
+#: ../../standalone/drakbackup_.c:1636
+#, c-format
+msgid ""
+"\t\t user name: %s\n"
+"\t\t on path: %s \n"
+msgstr ""
+"\t\t kyttjtunnus: %s\n"
+"\t\t polulla: %s \n"
+
+#: ../../standalone/drakbackup_.c:1637
+msgid ""
+"\n"
+"- Options:\n"
+msgstr ""
+"\n"
+"- Valitsimet:\n"
+
+#: ../../standalone/drakbackup_.c:1638
+msgid "\tDo not include System Files\n"
+msgstr "\tl sisllyt jrjestelmtiedostoja\n"
+
+#: ../../standalone/drakbackup_.c:1639
+msgid "\tBackups use tar and bzip2\n"
+msgstr "\tVarmuuskopiot kyttvt: tar ja bzip2\n"
+
+#: ../../standalone/drakbackup_.c:1640
+msgid "\tBackups use tar and gzip\n"
+msgstr "\tVarmuuskopiot kyttvt: tar ja gzip\n"
+
+#: ../../standalone/drakbackup_.c:1641
+#, c-format
+msgid ""
+"\n"
+"- Daemon (%s) include :\n"
+msgstr ""
+"\n"
+"- Daemon (%s) sislt :\n"
+
+#: ../../standalone/drakbackup_.c:1642
+msgid "\t-Hard drive.\n"
+msgstr "\t-Kiintolevy.\n"
+
+#: ../../standalone/drakbackup_.c:1643
+msgid "\t-CDROM.\n"
+msgstr "\t-CD-ROM.\n"
+
+#: ../../standalone/drakbackup_.c:1644
+msgid "\t-Network by FTP.\n"
+msgstr "\t-Verkkoon kytten FTP:t.\n"
+
+#: ../../standalone/drakbackup_.c:1645
+msgid "\t-Network by SSH.\n"
+msgstr "\t-Verkkoon kytten SSH:ta.\n"
+
+#: ../../standalone/drakbackup_.c:1647
+msgid "No configuration, please click Wizard or Advanced.\n"
+msgstr "Ei asetettu, valitse Velho tai Edistynyt.\n"
+
+#: ../../standalone/drakbackup_.c:1652
+msgid ""
+"List of data to restore:\n"
+"\n"
+msgstr ""
+"Lista palautettavista tiedoista:\n"
+"\n"
+
+#: ../../standalone/drakbackup_.c:1753
+msgid ""
+"List of data corrupted:\n"
+"\n"
+msgstr ""
+"Lista vahingoittuneista tiedoista:\n"
+"\n"
+
+#: ../../standalone/drakbackup_.c:1755
+msgid "Please uncheck or remove it on next time."
+msgstr "Poista valinta tai poista se seuraavalla kerralla."
+
+#: ../../standalone/drakbackup_.c:1765
+msgid "Backup files are corrupted"
+msgstr "Varmuuskopiot ovat vahingoittuneet"
+
+#: ../../standalone/drakbackup_.c:1786
+msgid " All your selectionned data have been "
+msgstr " Kaikki valitsemasi tieto on "
+
+#: ../../standalone/drakbackup_.c:1787
+#, c-format
+msgid " Successfuly Restored on %s "
+msgstr " onnistuneesti palautettu paikkaan %s "
+
+#: ../../standalone/drakbackup_.c:1886
+msgid " Restore Configuration "
+msgstr " Palauta asetukset "
+
+#: ../../standalone/drakbackup_.c:1904
+msgid "OK to restore the other files."
+msgstr "Ok palauttaakseen muut tiedostot."
+
+#: ../../standalone/drakbackup_.c:1922
+msgid "User list to restore (only the most recent date per user is important)"
+msgstr ""
+"Palautettava kyttjlista (vain uusin piv kutakin kyttj kohti on "
+"trke)"
+
+#: ../../standalone/drakbackup_.c:1972
+msgid "Backup the system files before:"
+msgstr "Tee jrjestelmtiedostoista varmuuskopio ennen:"
+
+#: ../../standalone/drakbackup_.c:1974
+msgid "please choose the date to restore"
+msgstr "Valitse pivmr, johon tiedon palauttaminen tehdn"
+
+#: ../../standalone/drakbackup_.c:2002
+msgid "Use Hard Disk to backup"
+msgstr "Kyt kiintolevy varmuuskopiointiin"
+
+#: ../../standalone/drakbackup_.c:2083
+msgid "Restore from Hard Disk."
+msgstr "Palauta kiintolevylt."
+
+#: ../../standalone/drakbackup_.c:2085
+msgid "Please enter the directory where backups are stored"
+msgstr "Anna hakemisto, johon varmuuskopiot on tallennettu"
+
+#: ../../standalone/drakbackup_.c:2143
+msgid "Select another media to restore from"
+msgstr "Valitse toinen media, josta palauttaa"
+
+#: ../../standalone/drakbackup_.c:2145
+msgid "Other Media"
+msgstr "Muu media"
+
+# Asennuksen sivuvalikko
+#: ../../standalone/drakbackup_.c:2151
+msgid "Restore system"
+msgstr "Palauta jrjestelm"
+
+#: ../../standalone/drakbackup_.c:2152
+msgid "Restore Users"
+msgstr "Palauta kyttjt"
+
+#: ../../standalone/drakbackup_.c:2153
+msgid "Restore Other"
+msgstr "Palauta muut"
+
+#: ../../standalone/drakbackup_.c:2155
+msgid "select path to restore (instead of / )"
+msgstr "valitse polku, josta palautat (juurihakemiston sijaan)"
+
+#: ../../standalone/drakbackup_.c:2159
+msgid "Do new backup before restore (only for incremental backups.)"
+msgstr ""
+"Tee uusi varmuuskopio ennen palauttamista (vain kasvavilla varmuuskopioilla)"
+
+#: ../../standalone/drakbackup_.c:2160
+msgid "Remove user directories before restore."
+msgstr "Poista kyttjien hakemistot ennen palauttamista."
+
+#: ../../standalone/drakbackup_.c:2217
+msgid "Restore all backups"
+msgstr "Palauta kaikki varmuuskopiot"
+
+#: ../../standalone/drakbackup_.c:2225
+msgid "Custom Restore"
+msgstr "Mukautettu palautus"
+
+#: ../../standalone/drakbackup_.c:2266 ../../standalone/drakbackup_.c:2291
+#: ../../standalone/drakbackup_.c:2312 ../../standalone/drakbackup_.c:2333
+#: ../../standalone/drakbackup_.c:2351 ../../standalone/drakbackup_.c:2383
+#: ../../standalone/drakbackup_.c:2399 ../../standalone/drakbackup_.c:2419
+#: ../../standalone/drakbackup_.c:2438 ../../standalone/drakbackup_.c:2460
+#: ../../standalone/drakfont_.c:575
+msgid "Help"
+msgstr "Apua"
+
+#: ../../standalone/drakbackup_.c:2269 ../../standalone/drakbackup_.c:2296
+#: ../../standalone/drakbackup_.c:2315 ../../standalone/drakbackup_.c:2336
+#: ../../standalone/drakbackup_.c:2354 ../../standalone/drakbackup_.c:2402
+#: ../../standalone/drakbackup_.c:2422 ../../standalone/drakbackup_.c:2441
+msgid "Previous"
+msgstr "Edellinen"
+
+#: ../../standalone/drakbackup_.c:2271 ../../standalone/drakbackup_.c:2338
+#: ../../standalone/logdrake_.c:224
+msgid "Save"
+msgstr "Tallenna"
+
+#: ../../standalone/drakbackup_.c:2317
+msgid "Build Backup"
+msgstr "Tee varmuuskopio"
+
+#: ../../standalone/drakbackup_.c:2356 ../../standalone/drakbackup_.c:3033
+msgid "Restore"
+msgstr "Palauta"
+
+#: ../../standalone/drakbackup_.c:2404 ../../standalone/drakbackup_.c:2424
+#: ../../standalone/drakbackup_.c:2445
+msgid "Next"
+msgstr "Seuraava"
+
+#: ../../standalone/drakbackup_.c:2478
+msgid ""
+"Please Build backup before to restore it...\n"
+" or verify that your path to save is correct."
+msgstr ""
+"Tee varmuuskopio ennen kuin yritt palauttaa sen...\n"
+"tai tarkista ett tallennuspolku on oikea."
+
+#: ../../standalone/drakbackup_.c:2499
+msgid ""
+"Error durind sendmail\n"
+" your report mail was not sent\n"
+" Please configure sendmail"
+msgstr ""
+"Virhe sendmailin aikana\n"
+" raporttipostiasi ei lhetetty\n"
+" Konfiguroi sendmail"
+
+#: ../../standalone/drakbackup_.c:2522
+msgid "Package List to Install"
+msgstr "Lista asennettavista paketeista"
+
+#: ../../standalone/drakbackup_.c:2550
+msgid ""
+"Error durind sending file via FTP.\n"
+" Please correct your FTP configuration."
+msgstr ""
+"Virhe FTP-siirron aikana.\n"
+" Korjaa FTP-asetuksesi."
+
+#: ../../standalone/drakbackup_.c:2573
+msgid "Please select data to restore..."
+msgstr "Valitse palautettava tieto..."
+
+#: ../../standalone/drakbackup_.c:2594
+msgid "Please select media for backup..."
+msgstr "Valitse varmuuskopioinnissa kytettv media..."
+
+#: ../../standalone/drakbackup_.c:2616
+msgid "Please select data to backup..."
+msgstr "Valitse varmuuskopioitava tieto..."
+
+#: ../../standalone/drakbackup_.c:2638
+msgid ""
+"No configuration file found \n"
+"please click Wizard or Advanced."
+msgstr ""
+"Asetustiedostoa ei lytynyt\n"
+"valitse joko Velho tai Kehittynyt."
+
+#: ../../standalone/drakbackup_.c:2659
+msgid "Under Devel ... please wait."
+msgstr "Kehityksen alla ... odota."
+
+#: ../../standalone/drakbackup_.c:2739
+msgid "Backup system files"
+msgstr "Varmuuskopioi jrjestelmtiedostot"
+
+#: ../../standalone/drakbackup_.c:2741
+msgid "Backup user files"
+msgstr "Varmuuskopioi kyttjtiedostot"
+
+#: ../../standalone/drakbackup_.c:2743
+msgid "Backup other files"
+msgstr "Varmuuskopioi muut tiedostot"
+
+#: ../../standalone/drakbackup_.c:2745 ../../standalone/drakbackup_.c:2776
+msgid "Total Progress"
+msgstr "Kokonaisedistyminen"
+
+#: ../../standalone/drakbackup_.c:2767
+msgid "files sending by FTP"
+msgstr "tiedostoja lhetetn FTP:n yli"
+
+#: ../../standalone/drakbackup_.c:2771
+msgid "Sending files..."
+msgstr "Lhetn tiedostoja..."
+
+#: ../../standalone/drakbackup_.c:2841
+msgid "Data list to include on CDROM."
+msgstr "Tietolista sisllytettvksi CD-ROMiin"
+
+#: ../../standalone/drakbackup_.c:2899
+msgid "Please enter the cd writer speed"
+msgstr "Valitse kirjoittavan CD-aseman nopeus"
+
+#: ../../standalone/drakbackup_.c:2917
+msgid "Please enter your CD Writer device name (ex: 0,1,0)"
+msgstr "Valitse kirjoittavan CD-aseman laitenimi (esim. 0,1,0)"
+
+#: ../../standalone/drakbackup_.c:2923
+msgid "Please check if you want to include install boot on your CD."
+msgstr "Valitse, jos haluat tehd kynnistettvn CD:n."
+
+#: ../../standalone/drakbackup_.c:2989
+msgid "Backup Now from configuration file"
+msgstr "Tee heti asetustiedoston varmuuskopio"
+
+#: ../../standalone/drakbackup_.c:2999
+msgid "View Backup Configuration."
+msgstr "Nyt varmuuskopioinnin asetukset."
+
+#: ../../standalone/drakbackup_.c:3020
+msgid "Wizard Configuration"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3024
+msgid "Advanced Configuration"
+msgstr ""
+
+# Asennuksen sivuvalikko
+#: ../../standalone/drakbackup_.c:3028
+msgid "Backup Now"
+msgstr "Varmuuskopioi heti"
+
+#: ../../standalone/drakbackup_.c:3053
+msgid "Drakbackup"
+msgstr "Drakbackup"
+
+#: ../../standalone/drakbackup_.c:3104
+msgid ""
+"options description:\n"
+"\n"
+" In this step Drakbackup allow you to change:\n"
+"\n"
+" - The compression mode:\n"
+" \n"
+" If you check bzip2 compression, you will compress\n"
+" your data better than gzip (about 2-10 %).\n"
+" This option is not checked by default because\n"
+" this compression mode needs more time ( about 1000% more).\n"
+" \n"
+" - The update mode:\n"
+"\n"
+" This option will update your backup, but this\n"
+" option is not really useful because you need to\n"
+" decompress your backup before you can update it.\n"
+" \n"
+" - the .backupignore mode:\n"
+"\n"
+" Like with cvs, Drakbackup will ignore all references\n"
+" included in .backupignore files in each directories.\n"
+" ex: \n"
+" /*> cat .backupignore*/\n"
+" *.o\n"
+" *~\n"
+" ...\n"
+" \n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3134
+msgid ""
+"\n"
+" Some errors during sendmail are caused by \n"
+" a bad configuration of postfix. To solve it you have to\n"
+" set myhostname or mydomain in /etc/postfix/main.cf\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3142
+msgid ""
+"options description:\n"
+"\n"
+" - Backup system files:\n"
+" \n"
+"\tThis option allows you to backup your /etc directory,\n"
+"\twhich contains all configuration files. Please be\n"
+"\tcareful during the restore step to not overwrite:\n"
+"\t\t/etc/passwd \n"
+"\t\t/etc/group \n"
+"\t\t/etc/fstab\n"
+"\n"
+" - Backup User files: \n"
+"\n"
+"\tThis option allows you select all users that you want \n"
+"\tto backup.\n"
+"\tTo preserve disk space, it is recommended that you \n"
+"\tdo not include web browser's cache.\n"
+"\n"
+" - Backup Other files: \n"
+"\n"
+"\tThis option allows you to add more data to save.\n"
+"\tWith the other backup it's not possible at the \n"
+"\tmoment to select select incremental backup.\t\t\n"
+" \n"
+" - Incremental Backups:\n"
+"\n"
+"\tThe incremental backup is the most powerful \n"
+"\toption for backup. This option allows you \n"
+"\tto backup all your data the first time, and \n"
+"\tonly the changed afterward.\n"
+"\tThen you will be able, during the restore\n"
+"\tstep, to restore your data from a specified\n"
+"\tdate.\n"
+"\tIf you have not selected this option all\n"
+"\told backups are deleted before each backup. \n"
+"\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3181
+msgid ""
+"restore description:\n"
+" \n"
+"Only the most recent date will be used ,because with incremental \n"
+"backups it is necesarry to restore one by one each older backups.\n"
+"\n"
+"So if you don't like to restore an user please unselect all his\n"
+"check box.\n"
+"\n"
+"Otherwise, you are able to select only one of this\n"
+"\n"
+" - Incremental Backups:\n"
+"\n"
+"\tThe incremental backup is the most powerfull \n"
+"\toption to use backup, this option allow you \n"
+"\tto backup all your data the first time, and \n"
+"\tonly the changed after.\n"
+"\tSo you will be able during the restore\n"
+"\tstep, to restore your data from a specified\n"
+"\tdate.\n"
+"\tIf you have not selected this options all\n"
+"\told backups are deleted before each backup. \n"
+"\n"
+"\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3207 ../../standalone/drakbackup_.c:3282
+msgid ""
+" Copyright (C) 2001 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita.fr>"
+msgstr ""
+" Copyright (C) 2001 MandrakeSoft. Tekij: DUPONT Sebastien <dupont_s\\@epita."
+"fr>"
+
+#: ../../standalone/drakbackup_.c:3209 ../../standalone/drakbackup_.c:3284
+msgid ""
+" This program is free software; you can redistribute it and/or modify\n"
+" it under the terms of the GNU General Public License as published by\n"
+" the Free Software Foundation; either version 2, or (at your option)\n"
+" any later version.\n"
+"\n"
+" This program is distributed in the hope that it will be useful,\n"
+" but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
+" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
+" GNU General Public License for more details.\n"
+"\n"
+" You should have received a copy of the GNU General Public License\n"
+" along with this program; if not, write to the Free Software\n"
+" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3223
+msgid ""
+"Description:\n"
+"\n"
+" Drakbackup is used to backup your system.\n"
+" During the configuration you can select: \n"
+"\t- System files, \n"
+"\t- Users files, \n"
+"\t- Other files.\n"
+"\tor All your system ... and Other (like Windows Partitions)\n"
+"\n"
+" Drakbackup allows you to backup your system on:\n"
+"\t- Harddrive.\n"
+"\t- NFS.\n"
+"\t- CDROM (CDRW), DVDROM (with autoboot, rescue and autoinstall.).\n"
+"\t- FTP.\n"
+"\t- Rsync.\n"
+"\t- Webdav.\n"
+"\t- Tape.\n"
+"\n"
+" Drakbackup allows you to restore your system to\n"
+" a user selected directory.\n"
+"\n"
+" Per default all backup will be stored on your\n"
+" /var/lib/drakbackup directory\n"
+"\n"
+" Configuration file:\n"
+"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
+"\n"
+"\n"
+"Restore Step:\n"
+" \n"
+" During the restore step, DrakBackup will remove \n"
+" your original directory and verify that all \n"
+" backup files are not corrupted. It is recommended \n"
+" you do a last backup before restoring.\n"
+"\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3261
+msgid ""
+"options description:\n"
+"\n"
+"Please be careful when you are using ftp backup, because only \n"
+"backups that are already built are sent to the server.\n"
+"So at the moment, you need to build the backup on your hard \n"
+"drive before sending it to the server.\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3270
+msgid ""
+"\n"
+"Restore Backup Problems:\n"
+"\n"
+"During the restore step, Drakbackup will verify all your\n"
+"backup files before restoring them.\n"
+"Before the restore, Drakbackup will remove \n"
+"your original directory, and you will loose all your \n"
+"data. It is important to be careful and not modify the \n"
+"backup data files by hand.\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3298
+msgid ""
+"Description:\n"
+"\n"
+" Drakbackup is used to backup your system.\n"
+" During the configuration you can select \n"
+"\t- System files, \n"
+"\t- Users files, \n"
+"\t- Other files.\n"
+"\tor All your system ... and Other (like Windows Partitions)\n"
+"\n"
+" Drakbackup allows you to backup your system on:\n"
+"\t- Harddrive.\n"
+"\t- NFS.\n"
+"\t- CDROM (CDRW), DVDROM (with autoboot, rescue and autoinstall.).\n"
+"\t- FTP.\n"
+"\t- Rsync.\n"
+"\t- Webdav.\n"
+"\t- Tape.\n"
+"\n"
+" Drakbackup allows you to restore your system to\n"
+" a user selected directory.\n"
+"\n"
+" Per default all backup will be stored on your\n"
+" /var/lib/drakbackup directory\n"
+"\n"
+" Configuration file:\n"
+"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
+"\n"
+"Restore Step:\n"
+" \n"
+" During the restore step, Drakbackup will remove\n"
+" your original directory and verify that all\n"
+" backup files are not corrupted. It is recommended\n"
+" you do a last backup before restoring.\n"
+" \n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakboot_.c:58
+#, c-format
+msgid "Installation of %s failed. The following error occured:"
+msgstr "%s:n asennus eponnistu. Seuraava virhe tapahtui:"
+
+#: ../../standalone/drakfont_.c:229
+msgid "Search installed fonts"
+msgstr "Etsi asennetut kirjasimet"
+
+#: ../../standalone/drakfont_.c:231
+msgid "Unselect fonts installed"
+msgstr "Poista asetettujen kirjasimien valinta"
+
+#: ../../standalone/drakfont_.c:252
+msgid "parse all fonts"
+msgstr "jsenn kaikki kirjasimet"
+
+#: ../../standalone/drakfont_.c:253
+msgid "no fonts found"
+msgstr "kirjasimia ei lytynyt"
+
+#: ../../standalone/drakfont_.c:261 ../../standalone/drakfont_.c:303
+#: ../../standalone/drakfont_.c:352 ../../standalone/drakfont_.c:410
+#: ../../standalone/drakfont_.c:417 ../../standalone/drakfont_.c:443
+#: ../../standalone/drakfont_.c:455 ../../standalone/drakfont_.c:468
+msgid "done"
+msgstr "valmis"
+
+#: ../../standalone/drakfont_.c:265
+msgid "could not find any font in your mounted partitions"
+msgstr "liitetyilt osioilta ei lytynyt ainoatakaan kirjasinta"
+
+#: ../../standalone/drakfont_.c:301
+msgid "Reselect correct fonts"
+msgstr "Valitse uudelleen oikeat kirjasimet"
+
+#: ../../standalone/drakfont_.c:304
+msgid "could not find any font.\n"
+msgstr "kirjasimia ei lytynyt.\n"
+
+#: ../../standalone/drakfont_.c:327
+msgid "Search fonts in installed list"
+msgstr "Etsi kirjasimia asennettujen listalta"
+
+#: ../../standalone/drakfont_.c:350
+msgid "Fonts copy"
+msgstr "Kirjasimet kopioi"
+
+#: ../../standalone/drakfont_.c:353
+msgid "True Type fonts installation"
+msgstr "True Type kirjasimien asennus"
+
+#: ../../standalone/drakfont_.c:357
+msgid "please wait during ttmkfdir..."
+msgstr "odota kunnes ttmkfdir on valmis..."
+
+#: ../../standalone/drakfont_.c:359
+msgid "True Type install done"
+msgstr "True Type -asennus valmis"
+
+#: ../../standalone/drakfont_.c:366 ../../standalone/drakfont_.c:382
+msgid "Fonts conversion"
+msgstr "Kirjasinten muuntaminen"
+
+#: ../../standalone/drakfont_.c:370 ../../standalone/drakfont_.c:386
+#: ../../standalone/drakfont_.c:406
+msgid "type1inst building"
+msgstr "rakennetaan: type1inst"
+
+#: ../../standalone/drakfont_.c:375 ../../standalone/drakfont_.c:390
+msgid "Ghostscript referencing"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:397
+msgid "ttf fonts conversion"
+msgstr "ttf kirjasinten muunnos"
+
+#: ../../standalone/drakfont_.c:401
+msgid "pfm fonts conversion"
+msgstr "pfm kirjasinten muunnos"
+
+#: ../../standalone/drakfont_.c:411
+msgid "Suppress temporary Files"
+msgstr "Poista vliaikaistiedostot"
+
+#: ../../standalone/drakfont_.c:414
+msgid "Restart XFS"
+msgstr "Kynnist XFS uudelleen"
+
+#: ../../standalone/drakfont_.c:453 ../../standalone/drakfont_.c:463
+msgid "Suppress Fonts Files"
+msgstr "Poista kirjasintiedostot"
+
+#: ../../standalone/drakfont_.c:465
+msgid "xfs restart"
+msgstr "xfs:n uudelleenkynnistys"
+
+#: ../../standalone/drakfont_.c:472 ../../standalone/drakfont_.c:760
+msgid ""
+"Before installing any fonts, be sure that you have the right to use and "
+"install them on your system.\n"
+"\n"
+"-You can install the fonts using the normal way. In rare cases, bogus fonts "
+"may hang up your X Server."
+msgstr ""
+"Ennen kuin asennat uusia kirjasimia, varmista ett sinulla on oikeudet "
+"kytt ja asentaa ne jrjestelmsi.\n"
+"\n"
+"- Voit asentaa kirjasimet perinteisell tavalla. Harvoissa tapauksissa bogus-"
+"kirjasimet voivat lukit X-palvelimen."
+
+# Asennuksen sivuvalikko
+#: ../../standalone/drakfont_.c:547
+msgid "Fonts Importation"
+msgstr "Kirjasinten tuonti"
+
+#: ../../standalone/drakfont_.c:562
+msgid "Get Windows Fonts"
+msgstr "Hae Windowsin kirjasimet"
+
+#: ../../standalone/drakfont_.c:564
+msgid "Uninstall Fonts"
+msgstr "Poista kirjasimet levylt"
+
+#: ../../standalone/drakfont_.c:568
+msgid "Advanced Options"
+msgstr "Lisvalinnat"
+
+#: ../../standalone/drakfont_.c:570
+msgid "Font List"
+msgstr "Kirjasinlista"
+
+#: ../../standalone/drakfont_.c:739
+msgid "Choose the applications that will support the fonts :"
+msgstr "Valitse sovellukset, jotka tukevat kirjasimia :"
+
+#: ../../standalone/drakfont_.c:743
+msgid "Ghostscript"
+msgstr "Ghostscript"
+
+#: ../../standalone/drakfont_.c:747
+msgid "StarOffice"
+msgstr "StarOffice"
+
+#: ../../standalone/drakfont_.c:751
+msgid "Abiword"
+msgstr "Abiword"
+
+#: ../../standalone/drakfont_.c:755
+msgid "Generic Printers"
+msgstr "Yleiset tulostimet"
+
+#: ../../standalone/drakfont_.c:792
+msgid "Select the font file or directory and click on 'Add'"
+msgstr "Valitse kirjasintiedosto tai hakemisto ja klikkaa 'Lis'"
+
+# Asennuksen sivuvalikko
+#: ../../standalone/drakfont_.c:828
+msgid "Install List"
+msgstr "Asenna lista"
-#: ../../standalone/drakgw_.c:36 ../../standalone/drakgw_.c:181
+#: ../../standalone/drakfont_.c:858
+msgid "click here if you are sure."
+msgstr "paina thn, kun olet varma."
+
+#: ../../standalone/drakfont_.c:860
+msgid "here if no."
+msgstr "thn jos et ole."
+
+#: ../../standalone/drakfont_.c:897
+msgid "Unselected All"
+msgstr "Poista valinta kaikista"
+
+#: ../../standalone/drakfont_.c:899
+msgid "Selected All"
+msgstr "Valitse kaikki"
+
+#: ../../standalone/drakfont_.c:901
+msgid "Remove List"
+msgstr "Poista lista"
+
+#: ../../standalone/drakfont_.c:919 ../../standalone/drakfont_.c:939
+msgid "Initials tests"
+msgstr "Alkutestit"
+
+#: ../../standalone/drakfont_.c:920
+msgid "Copy fonts on your system"
+msgstr "Kopioi kirjasimet jrjestelmsi"
+
+#: ../../standalone/drakfont_.c:921
+msgid "Install & convert Fonts"
+msgstr "Asenna & muunna kirjasimia"
+
+#: ../../standalone/drakfont_.c:922
+msgid "Post Install"
+msgstr "Asennuksen jlkeiset toiminnot"
+
+#: ../../standalone/drakfont_.c:940
+msgid "Remove fonts on your system"
+msgstr "Poista jrjestelmsssi olevia kirjasimia"
+
+# Asennuksen sivuvalikko
+#: ../../standalone/drakfont_.c:941
+msgid "Post Uninstall"
+msgstr "Poistamisen jlkeiset toiminnot"
+
+#: ../../standalone/drakgw_.c:43 ../../standalone/drakgw_.c:200
msgid "Internet Connection Sharing"
msgstr "Internetyhteyden jakaminen"
-#: ../../standalone/drakgw_.c:119
+#: ../../standalone/drakgw_.c:138
msgid "Internet Connection Sharing currently enabled"
msgstr "Internetyhteyden jakaminen on kytss"
-#: ../../standalone/drakgw_.c:120
+#: ../../standalone/drakgw_.c:139
msgid ""
"The setup of Internet connection sharing has already been done.\n"
"It's currently enabled.\n"
@@ -7648,31 +9976,31 @@ msgstr ""
"\n"
"Mit haluat tehd?"
-#: ../../standalone/drakgw_.c:124
+#: ../../standalone/drakgw_.c:143
msgid "disable"
msgstr "poista kytst"
-#: ../../standalone/drakgw_.c:124 ../../standalone/drakgw_.c:149
+#: ../../standalone/drakgw_.c:143 ../../standalone/drakgw_.c:168
msgid "dismiss"
msgstr "lopeta"
-#: ../../standalone/drakgw_.c:124 ../../standalone/drakgw_.c:149
+#: ../../standalone/drakgw_.c:143 ../../standalone/drakgw_.c:168
msgid "reconfigure"
msgstr "aseta uudelleen"
-#: ../../standalone/drakgw_.c:127
+#: ../../standalone/drakgw_.c:146
msgid "Disabling servers..."
msgstr "Poistan palvelut kytst..."
-#: ../../standalone/drakgw_.c:135
+#: ../../standalone/drakgw_.c:154
msgid "Internet connection sharing is now disabled."
msgstr "Internetyhteyden jakaminen ei ole en kytss."
-#: ../../standalone/drakgw_.c:144
+#: ../../standalone/drakgw_.c:163
msgid "Internet Connection Sharing currently disabled"
msgstr "Internetyhteyden jakaminen ei ole kytss"
-#: ../../standalone/drakgw_.c:145
+#: ../../standalone/drakgw_.c:164
msgid ""
"The setup of Internet connection sharing has already been done.\n"
"It's currently disabled.\n"
@@ -7684,20 +10012,19 @@ msgstr ""
"\n"
"Mit haluat tehd?"
-#: ../../standalone/drakgw_.c:149
+#: ../../standalone/drakgw_.c:168
msgid "enable"
msgstr "ota kyttn"
-#: ../../standalone/drakgw_.c:156
+#: ../../standalone/drakgw_.c:175
msgid "Enabling servers..."
msgstr "Otan palvelut kyttn.."
-#: ../../standalone/drakgw_.c:161
+#: ../../standalone/drakgw_.c:180
msgid "Internet connection sharing is now enabled."
msgstr "Internetyhteyden jakaminen on nyt kytss."
-#: ../../standalone/drakgw_.c:182
-#, fuzzy
+#: ../../standalone/drakgw_.c:201
msgid ""
"You are about to configure your computer to share its Internet connection.\n"
"With that feature, other computers on your local network will be able to use "
@@ -7706,36 +10033,39 @@ msgid ""
"Note: you need a dedicated Network Adapter to set up a Local Area Network "
"(LAN)."
msgstr ""
-"Valmistellaan internetyhteyden jakamista.\n"
+"Olet aikeissa asettaa tietokoneesi jakamaan internetyhteyden muiden koneiden "
+"kanssa.\n"
+"Tll ominaisuudella muut paikallisverkossa olevat tietokoneet voivat "
+"kytt tmn tietokoneen internetyhteytt.\n"
"\n"
-"Huomaa: tarvitset verkkokortin asettaaksesi paikallisverkon."
+"Huomaa: tarvitset erityisen verkkokortin pystyttksesi oman paikallisverkon."
-#: ../../standalone/drakgw_.c:208
+#: ../../standalone/drakgw_.c:227
#, c-format
msgid "Interface %s (using module %s)"
msgstr "Liittym %s (kytten moduulia %s)"
-#: ../../standalone/drakgw_.c:209
+#: ../../standalone/drakgw_.c:228
#, c-format
msgid "Interface %s"
msgstr "Liittym %s"
-#: ../../standalone/drakgw_.c:217
+#: ../../standalone/drakgw_.c:236
msgid "No network adapter on your system!"
msgstr "Koneessasi ei ole verkkokorttia!"
-#: ../../standalone/drakgw_.c:218
+#: ../../standalone/drakgw_.c:237
msgid ""
"No ethernet network adapter has been detected on your system. Please run the "
"hardware configuration tool."
msgstr ""
"Koneestasi ei lytynyt yhtn verkkokorttia. Aja laitteistonhakutykalu."
-#: ../../standalone/drakgw_.c:224
+#: ../../standalone/drakgw_.c:243
msgid "Network interface"
msgstr "Verkkoliittym"
-#: ../../standalone/drakgw_.c:225
+#: ../../standalone/drakgw_.c:244
#, c-format
msgid ""
"There is only one configured network adapter on your system:\n"
@@ -7750,29 +10080,104 @@ msgstr ""
"\n"
"Valmistaudun asettamaan lhiverkkosi asetukset kyseiselle laitteelle."
-#: ../../standalone/drakgw_.c:234
+#: ../../standalone/drakgw_.c:253
msgid ""
"Please choose what network adapter will be connected to your Local Area "
"Network."
msgstr "Valitse verkkokortti, joka on kytketty paikallisverkkoon."
-#: ../../standalone/drakgw_.c:243
+#: ../../standalone/drakgw_.c:271
+msgid "Network interface already configured"
+msgstr "Verkkoliitnt on jo asetettu"
+
+#: ../../standalone/drakgw_.c:272
+#, c-format
msgid ""
-"Warning, the network adapter is already configured. I will reconfigure it."
+"Warning, the network adapter (%s) is already configured.\n"
+"\n"
+"Do you want an automatic re-configuration?\n"
+"\n"
+"You can do it manually but you need to know what you're doing."
msgstr ""
-"Varoitus. Verkkokortti on jo asetettu. Uudet asetukset korvaavat vanhat."
+"Varoitus, verkkokortti (%s) on jo asetettu.\n"
+"\n"
+"Haluatko automaattisen uudelleenasetuksen?\n"
+"\n"
+"Voit asettaa sen mys manuaalisesti, mutta silloin sinun pit tiet, mit "
+"olet tekemss."
+
+#: ../../standalone/drakgw_.c:277
+msgid "Automatic reconfiguration"
+msgstr "Automaattinen uudelleenasetus"
+
+#: ../../standalone/drakgw_.c:278
+msgid "Show current interface configuration"
+msgstr "Nyt nykyiset liitntasetukset"
-#: ../../standalone/drakgw_.c:254
+#: ../../standalone/drakgw_.c:280
+#, c-format
+msgid ""
+"Current configuration of `%s':\n"
+"\n"
+"Network: %s\n"
+"IP address: %s\n"
+"IP attribution: %s\n"
+"Driver: %s"
+msgstr ""
+"Koneen `%s' nykyiset asetukset:\n"
+"\n"
+"Verkko: %s\n"
+"IP-osoite: %s\n"
+"IP-mreet: %s\n"
+"Ajuri: %s"
+
+#: ../../standalone/drakgw_.c:292
+msgid ""
+"I can keep your current configuration and assume you already set up a DHCP "
+"server; in that case please verify I correctly read the C-Class Network that "
+"you use for your local network; I will not reconfigure it and I will not "
+"touch your DHCP server configuration.\n"
+"\n"
+"Else, I can reconfigure your interface and (re)configure a DHCP server for "
+"you.\n"
+"\n"
+msgstr ""
+"Voin silytt nykyiset asetuksesi ja olettaa, ett olet jo pystyttnyt DHCP-"
+"palvelimen. Siin tapauksessa varmista ett luen oikein C-luokan verkon, "
+"jota kytt paikallisverkkonasi, sill en muuta sen asetuksia tai koske DHCP-"
+"palvelimesi asetuksiin.\n"
+"\n"
+"Muussa tapauksessa voin asettaa liitntsi ja asettaa (uudelleen) DHCP-"
+"palvelimen puolestasi.\n"
+"\n"
+
+#: ../../standalone/drakgw_.c:297
+msgid "C-Class Local Network"
+msgstr "C-luokan paikallisverkko"
+
+#: ../../standalone/drakgw_.c:298
+msgid "(This) DHCP Server IP"
+msgstr "(Tmn) DHCP-palvelimen IP"
+
+#: ../../standalone/drakgw_.c:299
+msgid "Re-configure interface and DHCP server"
+msgstr "Aseta liityntrajapinta ja DHCP-palvelin uudelleen"
+
+#: ../../standalone/drakgw_.c:306
+msgid "The Local Network did not finish with `.0', bailing out."
+msgstr "Paikallisverkko ei loppunut '.0':aan, tydennetn."
+
+#: ../../standalone/drakgw_.c:317
#, c-format
msgid "Potential LAN address conflict found in current config of %s!\n"
msgstr ""
"Mahdollinen lhiverkon osoitetrmys lydetty nykyisill asetuksilla %s!\n"
-#: ../../standalone/drakgw_.c:262 ../../standalone/drakgw_.c:268
+#: ../../standalone/drakgw_.c:325 ../../standalone/drakgw_.c:331
msgid "Firewalling configuration detected!"
msgstr "Palomuuri lydetty!"
-#: ../../standalone/drakgw_.c:263 ../../standalone/drakgw_.c:269
+#: ../../standalone/drakgw_.c:326 ../../standalone/drakgw_.c:332
msgid ""
"Warning! An existing firewalling configuration has been detected. You may "
"need some manual fix after installation."
@@ -7780,21 +10185,21 @@ msgstr ""
"Varoitus! Olemassaoleva palomuuri lydetty. Tarvitset mahdollisesti ksin "
"tehtvikorjauksia asennuksen jlkeen."
-#: ../../standalone/drakgw_.c:277
+#: ../../standalone/drakgw_.c:340
msgid "Configuring..."
msgstr "Mrittelen..."
-#: ../../standalone/drakgw_.c:278
+#: ../../standalone/drakgw_.c:341
msgid "Configuring scripts, installing software, starting servers..."
msgstr ""
"Mrittelen komentotiedostot, asennan ohjelmistot, kynnistn palvelimet..."
-#: ../../standalone/drakgw_.c:311
+#: ../../standalone/drakgw_.c:378
#, c-format
msgid "Problems installing package %s"
msgstr "Asennan pakettia %s"
-#: ../../standalone/drakgw_.c:600
+#: ../../standalone/drakgw_.c:672
msgid ""
"Everything has been configured.\n"
"You may now share Internet connection with other computers on your Local "
@@ -7804,25 +10209,25 @@ msgstr ""
"Voit nyt jakaa internetyhteyden muiden lhiverkon koneiden kanssakyttmll "
"automaattista lhiverkon mrittely (DHCP)."
-#: ../../standalone/drakgw_.c:617
+#: ../../standalone/drakgw_.c:689
msgid "The setup has already been done, but it's currently disabled."
msgstr ""
"Asetukset on jo tehty, mutta ne ovat tll hetkell poistettu kytst."
-#: ../../standalone/drakgw_.c:618
+#: ../../standalone/drakgw_.c:690
msgid "The setup has already been done, and it's currently enabled."
msgstr "Asetukset on jo tehty ja ne ovat kytss."
-#: ../../standalone/drakgw_.c:619
+#: ../../standalone/drakgw_.c:691
msgid "No Internet Connection Sharing has ever been configured."
msgstr "Internetyhteyden jakamista ei ole koskaan asetettu."
-#: ../../standalone/drakgw_.c:624
+#: ../../standalone/drakgw_.c:696
msgid "Internet connection sharing configuration"
msgstr "Internetyhteyden jakamisen asetukset"
-#: ../../standalone/drakgw_.c:631
-#, fuzzy, c-format
+#: ../../standalone/drakgw_.c:703
+#, c-format
msgid ""
"Welcome to the Internet Connection Sharing utility!\n"
"\n"
@@ -7834,314 +10239,338 @@ msgstr ""
"\n"
"%s\n"
"\n"
-"Paina \"Ok\", jos haluat kynnist asennusohjelman."
+"Paina Aseta kynnistksesi asennusohjelman."
-#: ../../standalone/draknet_.c:79
+#: ../../standalone/draknet_.c:80
#, c-format
msgid "Network configuration (%d adapters)"
msgstr "Verkon asetukset (%d-laitteille)"
-#: ../../standalone/draknet_.c:86 ../../standalone/draknet_.c:573
+#: ../../standalone/draknet_.c:87 ../../standalone/draknet_.c:595
msgid "Profile: "
msgstr "Profiili: "
-#: ../../standalone/draknet_.c:94
+#: ../../standalone/draknet_.c:95
msgid "Del profile..."
msgstr "Poista profiili..."
-#: ../../standalone/draknet_.c:100
+#: ../../standalone/draknet_.c:101
msgid "Profile to delete:"
msgstr "Valitse poistettava profiili:"
-#: ../../standalone/draknet_.c:128
+#: ../../standalone/draknet_.c:129
msgid "New profile..."
msgstr "Uusi profiili..."
-#: ../../standalone/draknet_.c:134
+#: ../../standalone/draknet_.c:135
msgid ""
"Name of the profile to create (the new profile is created as a copy of the "
"current one) :"
msgstr ""
+"Luotavan profiilin nimi (uusi profiili luodaan kopioimalla nykyisen tiedot) :"
-#: ../../standalone/draknet_.c:160
+#: ../../standalone/draknet_.c:161
msgid "Hostname: "
msgstr "Koneen nimi:"
-#: ../../standalone/draknet_.c:167
+#: ../../standalone/draknet_.c:168
msgid "Internet access"
msgstr "Internetyhteys"
-#: ../../standalone/draknet_.c:180
+#: ../../standalone/draknet_.c:181
msgid "Type:"
msgstr "Tyyppi:"
-#: ../../standalone/draknet_.c:183 ../../standalone/draknet_.c:397
+#: ../../standalone/draknet_.c:184 ../../standalone/draknet_.c:376
msgid "Gateway:"
msgstr "Yhdyskytv:"
-#: ../../standalone/draknet_.c:183 ../../standalone/draknet_.c:397
+#: ../../standalone/draknet_.c:184 ../../standalone/draknet_.c:376
msgid "Interface:"
msgstr "Liitnt:"
-#: ../../standalone/draknet_.c:192
+#: ../../standalone/draknet_.c:195
msgid "Status:"
msgstr "Tila:"
-#: ../../standalone/draknet_.c:194 ../../standalone/draknet_.c:410
-msgid "Connected"
-msgstr "Yhteys muodostettu"
-
-#: ../../standalone/draknet_.c:194 ../../standalone/draknet_.c:410
-msgid "Not connected"
-msgstr "Ei yhteytt"
-
-#: ../../standalone/draknet_.c:197 ../../standalone/draknet_.c:411
-msgid "Connect..."
-msgstr "Yhdist..."
-
-#: ../../standalone/draknet_.c:197 ../../standalone/draknet_.c:411
-msgid "Disconnect..."
-msgstr "Katkaise yhteys..."
-
-#: ../../standalone/draknet_.c:215
-msgid "Starting your connection..."
-msgstr "Kynnistn yhteytt..."
-
-#: ../../standalone/draknet_.c:223
-msgid "Closing your connection..."
-msgstr "Katkaisen yhteyden..."
-
-#: ../../standalone/draknet_.c:228
-msgid ""
-"The connection is not closed.\n"
-"Try to do it manually by running\n"
-"/etc/sysconfig/network-scripts/net_cnx_down\n"
-"in root."
-msgstr ""
-"Yhteytt ei olla katkaistu.\n"
-"Voit yritt katkaista yhteyden ksin kirjoittamalla:\n"
-"etc/sysconfig/network-scripts/net_cnx_down\n"
-"ollessasi roottina."
-
-#: ../../standalone/draknet_.c:231
-msgid "The system is now disconnected."
-msgstr "Yhteys internettiin on nyt katkaistu."
+#: ../../standalone/draknet_.c:202
+msgid "Wait please"
+msgstr "Odota hetki"
-#: ../../standalone/draknet_.c:243
+#: ../../standalone/draknet_.c:220
msgid "Configure Internet Access..."
msgstr "Mrittele internetyhteys..."
-#: ../../standalone/draknet_.c:250 ../../standalone/draknet_.c:446
+#: ../../standalone/draknet_.c:227 ../../standalone/draknet_.c:449
msgid "LAN configuration"
msgstr "Lhiverkon asetukset"
-#: ../../standalone/draknet_.c:255
+#: ../../standalone/draknet_.c:232
msgid "Driver"
msgstr "Ajurit"
-#: ../../standalone/draknet_.c:255
+#: ../../standalone/draknet_.c:232
msgid "Interface"
msgstr "Liitnt"
-#: ../../standalone/draknet_.c:255
+#: ../../standalone/draknet_.c:232
msgid "Protocol"
msgstr "Protokolla"
-#: ../../standalone/draknet_.c:255
-#, fuzzy
+#: ../../standalone/draknet_.c:232
msgid "State"
-msgstr "Tila:"
+msgstr "Tila"
-#: ../../standalone/draknet_.c:267
+#: ../../standalone/draknet_.c:244
msgid "Configure Local Area Network..."
msgstr "Aseta paikallisverkko..."
-#: ../../standalone/draknet_.c:279
+#: ../../standalone/draknet_.c:256
msgid "Click here to launch the wizard ->"
-msgstr ""
+msgstr "Paina thn kynnistksesi asennusohjelman ->"
+
+#: ../../standalone/draknet_.c:257
+msgid "Wizard..."
+msgstr "Velho..."
-#: ../../standalone/draknet_.c:306
+#: ../../standalone/draknet_.c:283
msgid "Apply"
-msgstr ""
+msgstr "Toteuta"
-#: ../../standalone/draknet_.c:325
+#: ../../standalone/draknet_.c:302
msgid "Please Wait... Applying the configuration"
msgstr "Odota hetki... Otetaan asetukset kyttn"
-#: ../../standalone/draknet_.c:428
+#: ../../standalone/draknet_.c:384 ../../standalone/draknet_.c:407
+msgid "Connected"
+msgstr "Yhteys muodostettu"
+
+#: ../../standalone/draknet_.c:384 ../../standalone/draknet_.c:407
+msgid "Not connected"
+msgstr "Ei yhteytt"
+
+#: ../../standalone/draknet_.c:385 ../../standalone/draknet_.c:408
+msgid "Connect..."
+msgstr "Yhdist..."
+
+#: ../../standalone/draknet_.c:385 ../../standalone/draknet_.c:408
+msgid "Disconnect..."
+msgstr "Katkaise yhteys..."
+
+#: ../../standalone/draknet_.c:404
+msgid ""
+"Warning, another Internet connection has been detected, maybe using your "
+"network"
+msgstr ""
+"Varoitus, toinen internet-yhteys on havaittu, mahdollisesti kytten sinun "
+"vekkoasi"
+
+#: ../../standalone/draknet_.c:431
msgid ""
"You don't have any configured interface.\n"
"Configure them first by clicking on 'Configure'"
msgstr ""
+"Sinulla ei ole ainoatakaan asetettua liitynt.\n"
+"Aseta ne ensin klikkaamalla 'Aseta'"
-#: ../../standalone/draknet_.c:450
+#: ../../standalone/draknet_.c:453
msgid "LAN Configuration"
msgstr "Lhiverkon asetukset"
-#: ../../standalone/draknet_.c:457
+#: ../../standalone/draknet_.c:464
#, c-format
msgid "Adapter %s: %s"
msgstr "Laite %s: %s"
-#: ../../standalone/draknet_.c:463
+#: ../../standalone/draknet_.c:470
msgid "Boot Protocol"
msgstr "Kynnistysprotokolla"
-#: ../../standalone/draknet_.c:464
+#: ../../standalone/draknet_.c:471
msgid "Started on boot"
msgstr "Kynnistetty koneen kynnistmisen yhteydess"
-#: ../../standalone/draknet_.c:465
+#: ../../standalone/draknet_.c:472
msgid "DHCP client"
msgstr "DHCP-asiakas"
-#: ../../standalone/draknet_.c:489 ../../standalone/draknet_.c:491
-#, fuzzy
+#: ../../standalone/draknet_.c:497 ../../standalone/draknet_.c:500
msgid "activate now"
-msgstr "Aktiivinen"
+msgstr "aktivoi nyt"
-#: ../../standalone/draknet_.c:489 ../../standalone/draknet_.c:491
-#, fuzzy
-msgid "desactivate now"
-msgstr "Aktiivinen"
+#: ../../standalone/draknet_.c:497 ../../standalone/draknet_.c:500
+msgid "deactivate now"
+msgstr "deaktivoi nyt"
-#: ../../standalone/draknet_.c:538
+#: ../../standalone/draknet_.c:503
+msgid ""
+"This interface has not been configured yet.\n"
+"Launch the configuration wizard in the main window"
+msgstr ""
+"Tt liityntrajapintaa ei ole viel asetettu.\n"
+"Kynnist pikkunasta lytyv asetusvelho"
+
+#: ../../standalone/draknet_.c:560
msgid ""
"You don't have any internet connection.\n"
"Create one first by clicking on 'Configure'"
msgstr ""
+"Sinulla ei ole ainoatakaan internet-yhteytt.\n"
+"Luo sellainen ensin klikkaamalla 'Aseta'"
-#: ../../standalone/draknet_.c:562
+#: ../../standalone/draknet_.c:584
msgid "Internet connection configuration"
msgstr "Internetyhteyden asetus"
-#: ../../standalone/draknet_.c:566
+#: ../../standalone/draknet_.c:588
msgid "Internet Connection Configuration"
msgstr "Internetyhteyden asetus"
-#: ../../standalone/draknet_.c:575
+#: ../../standalone/draknet_.c:597
msgid "Connection type: "
msgstr "Yhteyden nimi: "
-#: ../../standalone/draknet_.c:581
+#: ../../standalone/draknet_.c:603
msgid "Parameters"
msgstr "Parametrit"
-#: ../../standalone/draknet_.c:608
+#: ../../standalone/draknet_.c:621
+msgid "Gateway"
+msgstr "Yhdyskytv"
+
+#: ../../standalone/draknet_.c:630
msgid "Ethernet Card"
msgstr "Verkkokortti"
-#: ../../standalone/draknet_.c:609
+#: ../../standalone/draknet_.c:631
msgid "DHCP Client"
msgstr "DHCP-asiakas"
-#: ../../standalone/draksec_.c:21
-msgid "Welcome To Crackers"
-msgstr "Tervetuloa murtautujat"
+#: ../../standalone/draksec_.c:31
+msgid "Setting security level"
+msgstr "Asetan turvatasoa"
-#: ../../standalone/draksec_.c:22
-msgid "Poor"
-msgstr "Huono"
+#: ../../standalone/drakxconf_.c:47
+msgid "Control Center"
+msgstr "Kontrollipaneeli"
-#: ../../standalone/draksec_.c:26
-msgid "Paranoid"
-msgstr "Paranoidi"
+#: ../../standalone/drakxconf_.c:48
+msgid "Choose the tool you want to use"
+msgstr "Valitse haluamasi tykalu"
-#: ../../standalone/draksec_.c:29
-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 ""
-"Tt tasoa tulee kytt varoen. Se tekee jrjestelmstsi helpomman "
-"kytt,\n"
-"mutta hyvin herkn: sit ei tule kytt koneessa joka on kytketty muihin "
-"koneisiin\n"
-"tai Internettiin. Koneessa ei ole salasanoja."
+#: ../../standalone/drakxtv_.c:48
+msgid "Canada (cable)"
+msgstr "Kanada (kaapeli)"
-#: ../../standalone/draksec_.c:32
-msgid ""
-"Password are now enabled, but use as a networked computer is still not "
-"recommended."
-msgstr ""
-"Salasanat ovat nyt kytss mutta koneen kytt verkossa ei ole suositeltua."
+#: ../../standalone/drakxtv_.c:48
+msgid "USA (bcast)"
+msgstr "Yhdysvallat (bcast)"
-#: ../../standalone/draksec_.c:33
-msgid ""
-"Few improvements for this security level, the main one is that there are\n"
-"more security warnings and checks."
-msgstr ""
-"Muutamia parannuksia tll turvaasolla, suurimpana se ett jrjestelmss\n"
-"on enemmn turvallisuusvaroituksia ja tarkistuksia."
+#: ../../standalone/drakxtv_.c:48
+msgid "USA (cable)"
+msgstr "Yhdysvallat (kaapeli)"
-#: ../../standalone/draksec_.c:35
-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 ""
-"Tm on normaaliturvallisuustaso jota suositellaan tietokoneelle jota\n"
-"kytetn Internettiin liitettyn. Jrjestelmss on "
-"turvallisuustarkastuksia."
+#: ../../standalone/drakxtv_.c:48
+msgid "USA (cable-hrc)"
+msgstr "Yhdysvallat (hrc-kaapeli)"
-#: ../../standalone/draksec_.c:37
-msgid ""
-"With this security level, the use of this system as a server becomes "
-"possible.\n"
-"The security is now high enough to use the system as a server which accept\n"
-"connections from many clients. "
-msgstr ""
-"Tll turvallisuustasolla jrjestelmn kytt palvelimena on mahdollista.\n"
-"Jrjestelm voidaan kytt palvelimena joka hyvksyy yhteyksi monilta\n"
-"asiakkailta. "
+#: ../../standalone/drakxtv_.c:49
+msgid "China (bcast)"
+msgstr "Kiina (bcast)"
-#: ../../standalone/draksec_.c:40
-msgid ""
-"We take level 4 features, but now the system is entirely closed.\n"
-"Security features are at their maximum."
-msgstr ""
-"Systeemi on nyt tysin suljettu.\n"
-"Turvallisuusasetukset ovat tiukimmillaan."
+#: ../../standalone/drakxtv_.c:49
+msgid "Japan (bcast)"
+msgstr "Japani (bcast)"
-#: ../../standalone/draksec_.c:65
-#, fuzzy
-msgid "Security level"
-msgstr "Asetan turvatasoa"
+#: ../../standalone/drakxtv_.c:49
+msgid "Japan (cable)"
+msgstr "Japani (kaapeli)"
-#: ../../standalone/draksec_.c:67
-#, fuzzy
-msgid "Use libsafe for servers"
-msgstr "Valitse optioita palvelimelle"
+#: ../../standalone/drakxtv_.c:50
+msgid "East Europe"
+msgstr "It-Eurooppa"
+
+#: ../../standalone/drakxtv_.c:50
+msgid "Ireland"
+msgstr "Irlanti"
+
+#: ../../standalone/drakxtv_.c:50
+msgid "West Europe"
+msgstr "Lnsi-Eurooppa"
+
+#: ../../standalone/drakxtv_.c:51
+msgid "Australia"
+msgstr "Australia"
+
+#: ../../standalone/drakxtv_.c:51
+msgid "Newzealand"
+msgstr "Uusi-Seelanti"
-#: ../../standalone/draksec_.c:68
+#: ../../standalone/drakxtv_.c:52
+msgid "South Africa"
+msgstr "Etel-Afrikka"
+
+#: ../../standalone/drakxtv_.c:53
+msgid "Argentina"
+msgstr "Argentiina"
+
+#: ../../standalone/drakxtv_.c:58
msgid ""
-"A library which defends against buffer overflow and format string attacks."
+"Please,\n"
+"type in your tv norm and country"
msgstr ""
+"Ole hyv,\n"
+"kirjoita kyttmsi tv-normi sek asuinmaa"
-#: ../../standalone/draksec_.c:72
-msgid "Setting security level"
-msgstr "Asetan turvatasoa"
+#: ../../standalone/drakxtv_.c:60
+msgid "TV norm :"
+msgstr "TV-normi :"
-#: ../../standalone/drakxconf_.c:47
-msgid "Control Center"
-msgstr "Kontrollipaneeli"
+#: ../../standalone/drakxtv_.c:61
+msgid "Area :"
+msgstr "Alue :"
-#: ../../standalone/drakxconf_.c:48
-msgid "Choose the tool you want to use"
-msgstr "Valitse haluamasi tykalu"
+#: ../../standalone/drakxtv_.c:65
+msgid "Scanning for TV channels in progress ..."
+msgstr "TV-kanavien haku kynniss ..."
+
+#: ../../standalone/drakxtv_.c:72
+msgid "Scanning for TV channels"
+msgstr "Haetaan TV-kanavia"
+
+#: ../../standalone/drakxtv_.c:83
+msgid "No TV Card detected!"
+msgstr ""
+
+#: ../../standalone/drakxtv_.c:84
+msgid ""
+"No TV Card has been detected on your machine. Please verify that a Linux-"
+"supported Video/TV Card is correctly plugged in.\n"
+"\n"
+"\n"
+"You can visit our hardware database at:\n"
+"\n"
+"\n"
+"http://www.linux-mandrake.com/en/hardware.php3"
+msgstr ""
#: ../../standalone/keyboarddrake_.c:16
msgid "usage: keyboarddrake [--expert] [keyboard]\n"
msgstr "kytt: keyboarddrake [--expert] [keyboard]\n"
+#: ../../standalone/keyboarddrake_.c:29
+msgid "Please, choose your keyboard layout."
+msgstr "Valitse nppimistsi asettelu."
+
#: ../../standalone/keyboarddrake_.c:36
msgid "Do you want the BackSpace to return Delete in console?"
msgstr "Haluatko BackSpace-nppimen toimivan kuten Delete konsolissa?"
-#: ../../standalone/livedrake_.c:23
+#: ../../standalone/livedrake_.c:24
msgid "Change Cd-Rom"
msgstr "Vaihda CD-levy"
-#: ../../standalone/livedrake_.c:24
+#: ../../standalone/livedrake_.c:25
msgid ""
"Please insert the Installation Cd-Rom in your drive and press Ok when done.\n"
"If you don't have it, press Cancel to avoid live upgrade."
@@ -8149,27 +10578,258 @@ msgstr ""
"Aseta asennuslevy CD-asemaan ja paina Ok.\n"
"Jos sinulla ei ole levy, paina Peruuta estksesi jrjestelmn pivityksen."
-#: ../../standalone/livedrake_.c:34
+#: ../../standalone/livedrake_.c:35
msgid "Unable to start live upgrade !!!\n"
msgstr "Jrjestelmn pivityst ei voida aloittaa!\n"
-#: ../../standalone/mousedrake_.c:58
+#: ../../standalone/localedrake_.c:32
+msgid "The change is done, but to be effective you must logout"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:85 ../../standalone/logdrake_.c:501
+msgid "logdrake"
+msgstr "logdrake"
+
+#: ../../standalone/logdrake_.c:95
+msgid "Show only for the selected day"
+msgstr "Nyt vain valittu piv"
+
+#: ../../standalone/logdrake_.c:102
+msgid "/File/_New"
+msgstr "/Tiedosto/_Uusi"
+
+#: ../../standalone/logdrake_.c:102
+msgid "<control>N"
+msgstr "<control>U"
+
+#: ../../standalone/logdrake_.c:103
+msgid "/File/_Open"
+msgstr "/Tiedosto/_Avaa"
+
+#: ../../standalone/logdrake_.c:103
+msgid "<control>O"
+msgstr "<control>A"
+
+#: ../../standalone/logdrake_.c:104
+msgid "/File/_Save"
+msgstr "/Tiedosto/_Tallenna"
+
+#: ../../standalone/logdrake_.c:104
+msgid "<control>S"
+msgstr "<control>T"
+
+#: ../../standalone/logdrake_.c:105
+msgid "/File/Save _As"
+msgstr "/File/Tallenna _Nimell"
+
+#: ../../standalone/logdrake_.c:106
+msgid "/File/-"
+msgstr "/Tiedosto/-"
+
+#: ../../standalone/logdrake_.c:108
+msgid "/_Options"
+msgstr "/_Valinnat"
+
+#: ../../standalone/logdrake_.c:109
+msgid "/Options/Test"
+msgstr "/Valinnat/Testi"
+
+#: ../../standalone/logdrake_.c:110
+msgid "/_Help"
+msgstr "/_Ohje"
+
+#: ../../standalone/logdrake_.c:111
+msgid "/Help/_About..."
+msgstr "/Ohje/_Tietoja..."
+
+#: ../../standalone/logdrake_.c:118
+msgid "-misc-fixed-medium-r-*-*-*-100-*-*-*-*-*-*,*"
+msgstr "-misc-fixed-medium-r-*-*-*-100-*-*-*-*-*-*,*"
+
+#: ../../standalone/logdrake_.c:119
+msgid "-misc-fixed-bold-r-*-*-*-100-*-*-*-*-*-*,*"
+msgstr "-misc-fixed-bold-r-*-*-*-100-*-*-*-*-*-*,*"
+
+#: ../../standalone/logdrake_.c:173
+msgid "User"
+msgstr "Kyttj"
+
+#: ../../standalone/logdrake_.c:174
+msgid "Messages"
+msgstr "Viestit"
+
+#: ../../standalone/logdrake_.c:175
+msgid "Syslog"
+msgstr "Jrjestelmloki"
+
+#: ../../standalone/logdrake_.c:176
+msgid "Mandrake Tools Explanations"
+msgstr "Mandraken tyklujen selitykset"
+
+#: ../../standalone/logdrake_.c:179
+msgid "search"
+msgstr "etsi"
+
+#: ../../standalone/logdrake_.c:185
+msgid "A tool to monitor your logs"
+msgstr "Tykalu lokien seuraamiseen"
+
+#: ../../standalone/logdrake_.c:186
+msgid "Settings"
+msgstr "Asetukset"
+
+#: ../../standalone/logdrake_.c:191
+msgid "matching"
+msgstr "tsm"
+
+#: ../../standalone/logdrake_.c:192
+msgid "but not matching"
+msgstr "mutta ei tsm"
+
+#: ../../standalone/logdrake_.c:196
+msgid "Choose file"
+msgstr "Valitse tiedosto"
+
+#: ../../standalone/logdrake_.c:201
+msgid "Calendar"
+msgstr "Kalenteri"
+
+#: ../../standalone/logdrake_.c:211
+msgid "Content of the file"
+msgstr "Tiedoston sislt"
+
+#: ../../standalone/logdrake_.c:215 ../../standalone/logdrake_.c:390
+msgid "Mail/SMS alert"
+msgstr "Posti- ja SMS-hlytys"
+
+#: ../../standalone/logdrake_.c:268
+#, c-format
+msgid "please wait, parsing file: %s"
+msgstr "odota hetki, jsennn tiedostoa : %s"
+
+#: ../../standalone/logdrake_.c:405
+msgid "Mail/SMS alert configuration"
+msgstr "Posti- ja SMS-hlytyksen asetukset"
+
+#: ../../standalone/logdrake_.c:406
+msgid ""
+"Welcome to the mail/SMS configuration utility.\n"
+"\n"
+"Here, you'll be able to set up the alert system.\n"
+msgstr ""
+"Tervetuloa shkpostin ja SMS-viestien asettamisohjelmaan.\n"
+"\n"
+"Tll voit pystytt hlyytysjrjestelmn.\n"
+
+# ../../share/compssUsers
+#: ../../standalone/logdrake_.c:414
+msgid "proftpd"
+msgstr "proftpd"
+
+#: ../../standalone/logdrake_.c:417
+msgid "sshd"
+msgstr "sshd"
+
+#: ../../standalone/logdrake_.c:418
+msgid "webmin"
+msgstr "webmin"
+
+#: ../../standalone/logdrake_.c:419
+msgid "xinetd"
+msgstr "xinetd"
+
+#: ../../standalone/logdrake_.c:422
+msgid "service setting"
+msgstr "Palveluiden asettaminen"
+
+#: ../../standalone/logdrake_.c:423
+msgid ""
+"You will receive an alert if one of the selected service is no more running"
+msgstr "Saat hlytyksen kun jokin valituista palveluista ei ole en kynniss"
+
+#: ../../standalone/logdrake_.c:433
+msgid "load setting"
+msgstr "lataa asetukset"
+
+#: ../../standalone/logdrake_.c:434
+msgid "You will receive an alert if the load is higher than this value"
+msgstr "Saat hlytyksen jos kuorma on tt arvoa suurempi"
+
+#: ../../standalone/logdrake_.c:447
+msgid "alert configuration"
+msgstr "hlytyksen asetukset"
+
+#: ../../standalone/logdrake_.c:448
+msgid "Configure the way the system will alert you"
+msgstr "Aseta tapa, jolla jrjestelm hlytt sinulle"
+
+#: ../../standalone/logdrake_.c:478
+msgid "Save as.."
+msgstr "Tallenna nimell.."
+
+#: ../../standalone/mousedrake_.c:49
+msgid "Please, choose the type of your mouse."
+msgstr "Valitse hiiren tyyppi."
+
+#: ../../standalone/mousedrake_.c:59
msgid "no serial_usb found\n"
msgstr "serial_usb:ta ei lytynyt\n"
-#: ../../standalone/mousedrake_.c:62
+#: ../../standalone/mousedrake_.c:63
msgid "Emulate third button?"
msgstr "Emuloi kolmatta nppint?"
-#: ../../standalone/tinyfirewall_.c:29
+#: ../../standalone/scannerdrake_.c:53
+#, c-format
+msgid "%s found on %s, configure it ?"
+msgstr "%s lytyi paikasta %s, aseta se ?"
+
+#: ../../standalone/scannerdrake_.c:60
+msgid "Select a scanner"
+msgstr "Valitse skanneri"
+
+#: ../../standalone/scannerdrake_.c:80
+#, c-format
+msgid "This %s scanner is unsupported"
+msgstr "Tt %s skanneria ei ole tuettu"
+
+#: ../../standalone/scannerdrake_.c:94
+#, c-format
+msgid ""
+"Scannerdrake was not able to detect your %s scanner.\n"
+"Please select the device where your scanner is plugged"
+msgstr ""
+
+#: ../../standalone/scannerdrake_.c:96
+#, fuzzy
+msgid "choose device"
+msgstr "Kynnistyslaite"
+
+#: ../../standalone/scannerdrake_.c:102
+#, c-format
+msgid ""
+"This %s scanner must be configured by printerdrake.\n"
+"You can launch printerdrake from the Mandrake Control Center in Hardware "
+"section."
+msgstr ""
+
+#: ../../standalone/scannerdrake_.c:107
+#, c-format
+msgid ""
+"Your %s scanner has been configured.\n"
+"You may now scan documents using ``XSane'' from Multimedia/Graphics in the "
+"applications menu."
+msgstr ""
+
+#: ../../standalone/tinyfirewall_.c:31
msgid "Firewalling Configuration"
msgstr "Palomuurin asetukset"
-#: ../../standalone/tinyfirewall_.c:42
+#: ../../standalone/tinyfirewall_.c:44
msgid "Firewalling configuration"
msgstr "Palomuurin asetukset"
-#: ../../standalone/tinyfirewall_.c:77
+#: ../../standalone/tinyfirewall_.c:79
msgid ""
"Firewalling\n"
"\n"
@@ -8181,7 +10841,7 @@ msgstr ""
"Olet jo mritellyt palomuurin. Paina \"Mrittele\" \n"
"poistaaksesi palomuurin tai muuttaaksesi sen asetuksia"
-#: ../../standalone/tinyfirewall_.c:81
+#: ../../standalone/tinyfirewall_.c:83
msgid ""
"Firewalling\n"
"\n"
@@ -8252,22 +10912,27 @@ msgid "Configure services"
msgstr "Palvelujen asettaminen"
# Asennuksen sivuvalikko
-#: ../../steps.pm_.c:30
-msgid "Create a bootdisk"
-msgstr "Kynnistyslevyke"
-
-# Asennuksen sivuvalikko
-#: ../../steps.pm_.c:32
+#: ../../steps.pm_.c:29
msgid "Install bootloader"
msgstr "Lataajan asetus"
# Asennuksen sivuvalikko
+#: ../../steps.pm_.c:31
+msgid "Create a bootdisk"
+msgstr "Kynnistyslevyke"
+
+# Asennuksen sivuvalikko
#: ../../steps.pm_.c:33
msgid "Configure X"
-msgstr "X:n asentaminen"
+msgstr "Asenna X"
# Asennuksen sivuvalikko
#: ../../steps.pm_.c:34
+msgid "Install system updates"
+msgstr "Asenna pivitykset"
+
+# Asennuksen sivuvalikko
+#: ../../steps.pm_.c:35
msgid "Exit install"
msgstr "Lopeta asennus"
@@ -8441,6 +11106,56 @@ msgstr "En voi avata %s: %s\n"
msgid "Can't open %s for writing: %s\n"
msgstr "Tiedostoa %s ei voi avata kirjoittamista varten: %s\n"
+#: ../../tinyfirewall.pm_.c:180
+msgid "No I don't need DHCP"
+msgstr ""
+
+#: ../../tinyfirewall.pm_.c:180
+msgid "Yes I need DHCP"
+msgstr ""
+
+#: ../../tinyfirewall.pm_.c:181
+msgid "No I don't need NTP"
+msgstr ""
+
+#: ../../tinyfirewall.pm_.c:181
+msgid "Yes I need NTP"
+msgstr ""
+
+#: ../../tinyfirewall.pm_.c:182 ../../tinyfirewall.pm_.c:186
+msgid "Don't Save"
+msgstr ""
+
+#: ../../tinyfirewall.pm_.c:182 ../../tinyfirewall.pm_.c:186
+#: ../../tinyfirewall.pm_.c:206
+msgid "Save & Quit"
+msgstr ""
+
+#: ../../tinyfirewall.pm_.c:197 ../../tinyfirewall.pm_.c:201
+#, fuzzy
+msgid "Firewall Configuration Wizard"
+msgstr "Palomuurin asetukset"
+
+#: ../../tinyfirewall.pm_.c:199
+msgid "No (firewall this off from the internet)"
+msgstr ""
+
+#: ../../tinyfirewall.pm_.c:200
+msgid "Yes (allow this through the firewall)"
+msgstr ""
+
+#: ../../tinyfirewall.pm_.c:232
+#, fuzzy
+msgid "Please Wait... Verifying installed packages"
+msgstr "Valmistelen asennusta"
+
+#: ../../tinyfirewall.pm_.c:238
+#, c-format
+msgid ""
+"Failure installing the needed packages : %s and Bastille.\n"
+" Try to install them manually."
+msgstr ""
+
# ../../share/compssUsers
#: ../../share/compssUsers:999
msgid "Web/FTP"
@@ -8564,9 +11279,8 @@ msgid "Multimedia station"
msgstr "Multimedia-asema"
#: ../../share/compssUsers:999
-#, fuzzy
msgid "Configuration"
-msgstr "Lhiverkon asetukset"
+msgstr "Asetustykalut"
# ../../share/compssUsers
#: ../../share/compssUsers:999
@@ -8585,10 +11299,6 @@ msgstr ""
msgid "Graphical Environment"
msgstr "Graafinen ymprist"
-#: ../../share/compssUsers:999
-msgid "Development"
-msgstr "Kehitysymprist"
-
# ../../share/compssUsers
#: ../../share/compssUsers:999
msgid "Apache, Pro-ftpd"
@@ -8603,6 +11313,10 @@ msgstr "Tykalut CD:iden luomiseen ja polttamiseen"
msgid "Office Workstation"
msgstr "Toimistotyasema"
+#: ../../share/compssUsers:999
+msgid "Server"
+msgstr "Palvelin"
+
# ../../share/compssUsers
#: ../../share/compssUsers:999
msgid "Gnome, Icewm, Window Maker, Enlightenment, Fvwm, etc"
@@ -8706,10 +11420,6 @@ msgstr "Editorit, komentotulkit, tiedostotykalut, terminaalit"
msgid "Programs to manage your finance, such as gnucash"
msgstr "Tilinpito-ohjelmia, kuten gnucash"
-#: ../../share/compssUsers:999
-msgid "Games"
-msgstr "Pelit"
-
# ../../share/compssUsers
#: ../../share/compssUsers:999
msgid "Personal Information Management"
@@ -8723,1244 +11433,57 @@ msgstr "Multimedia - CD:n poltto"
msgid "Scientific Workstation"
msgstr "Tieteelliinen tyasema"
-#~ msgid "can not open /etc/sysconfig/autologin for reading: %s"
-#~ msgstr "ei voi lukea tiedostoa /etc/sysconfig/autologin: %s"
-
-#~ msgid "Do you want to restart the network"
-#~ msgstr "Haluatko kynnist verkon uudelleen"
-
-#~ msgid ""
-#~ "\n"
-#~ "Do you agree?"
-#~ msgstr ""
-#~ "\n"
-#~ "Hyvksytk?"
-
-#~ msgid "I'm about to restart the network device:\n"
-#~ msgstr "Uudelleenkynnistetn verkkokorttia:\n"
-
-#~ msgid "I'm about to restart the network device %s. Do you agree?"
-#~ msgstr "Kynnistn verkkolaitteen %s uudelleen. Haluatko jatkaa?"
-
-#, fuzzy
-#~ msgid ""
-#~ "Unless you know specifically otherwise, the usual choice is \"/dev/hda\"\n"
-#~ "(primary master IDE disk) or \"/dev/sda\" (first SCSI disk)."
-#~ msgstr ""
-#~ "Jos et tied tarkemmin, niin yleinen valinta on \"/dev/hda\"\n"
-#~ "(primrinen master IDE-levyn ).tai \"/dev/sda\" (ensimminen SCSI-levy)."
-
-#, fuzzy
-#~ msgid ""
-#~ "The following printers are configured.\n"
-#~ "You can add some more or modify the existing ones."
-#~ msgstr ""
-#~ "Tss ovat tulostusjonot.\n"
-#~ "Voit list uusia tai muuttaa olemassaolevia."
-
-#, fuzzy
-#~ msgid "Connection timeout (in sec) [ beta, not yet implemented ]"
-#~ msgstr "Yhteyden nimi: "
-
-#, fuzzy
-#~ msgid "Could not set \"%s\" as the default printer!"
-#~ msgstr "Valitse oletuskyttj:"
-
-#, fuzzy
-#~ msgid "Test the mouse here."
-#~ msgstr "Testaa hiiri"
-
-#~ msgid ""
-#~ "Please choose your preferred language for installation and system usage."
-#~ msgstr "Valitse haluttu kieli asennukseen ja jrjestelmn kyttn."
-
-#~ msgid ""
-#~ "You need to accept the terms of the above license to continue "
-#~ "installation.\n"
-#~ "\n"
-#~ "\n"
-#~ "Please click on \"Accept\" if you agree with its terms.\n"
-#~ "\n"
-#~ "\n"
-#~ "Please click on \"Refuse\" if you disagree with its terms. Installation "
-#~ "will end without modifying your current\n"
-#~ "configuration."
-#~ msgstr ""
-#~ "Jatkaaksesi asennusta sinun tytyy hyvksy yll olevan lisenssin ehdot.\n"
-#~ "\n"
-#~ "\n"
-#~ "Valitse \"Hyvksy\", jos hyvksyt ehdot.\n"
-#~ "\n"
-#~ "\n"
-#~ "Valitse \"Kieltydy\", jos et hyvksy ehtoja. Tllin asennus pttyy "
-#~ "muuttamatta nykyisi asetuksia."
-
-#~ msgid "Choose the layout corresponding to your keyboard from the list above"
-#~ msgstr "Valitse nppinasettelu allaolevasta listasta"
-
-#~ msgid ""
-#~ "If you wish other languages (than the one you choose at\n"
-#~ "beginning of installation) will be available after installation, please "
-#~ "chose\n"
-#~ "them in list above. If you want select all, you just need to select \"All"
-#~ "\"."
-#~ msgstr ""
-#~ "Jos haluat asennuksen jlkeen vaihtaa jrjestelmn kyttm kielt\n"
-#~ "(asennuksen alussa valitsemiesi lisksi), valitse ne yllolevasta "
-#~ "listasta.\n"
-#~ "Jos haluat valita kaikki, sinun ei tarvitse valita muita kuin \"Kaikki\"."
-
-#~ msgid ""
-#~ "Select:\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"
-#~ "\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!"
-#~ msgstr ""
-#~ "Valitse:\n"
-#~ "\n"
-#~ " - Mukautettu: Jos tunnet GNU/Linuxin ennestn, voit valita erikseen "
-#~ "koneen kytttarkoituksen.\n"
-#~ " Katso alta listietoja.\n"
-#~ "\n"
-#~ "\n"
-#~ " - Asiantuntija: Valinta edellytt, ett tunnet GNU/Linuxin ennestn "
-#~ "hyvin ja haluat tehd\n"
-#~ " erittin mukautetun asennuksen. Mys tss luokassa voit valita "
-#~ "koneesi kytttarkoituksen.\n"
-#~ " Mutta l valitse tt, JOS ET TODELLA TIED MIT OLET TEKEMSS!"
-
-#~ msgid ""
-#~ "You must now define your machine usage. Choices are:\n"
-#~ "\n"
-#~ "* Workstation: this the ideal choice if you intend to use your machine "
-#~ "primarily for everyday use, at office or\n"
-#~ " at home.\n"
-#~ "\n"
-#~ "\n"
-#~ "* Development: if you intend to use your machine primarily for software "
-#~ "development, it is the good choice. You\n"
-#~ " will then have a complete collection of software installed in order to "
-#~ "compile, debug and format source code,\n"
-#~ " or create software packages.\n"
-#~ "\n"
-#~ "\n"
-#~ "* Server: if you intend to use this machine as a server, it is the good "
-#~ "choice. Either a file server (NFS or\n"
-#~ " SMB), a print server (Unix style or Microsoft Windows style), an "
-#~ "authentication server (NIS), a database\n"
-#~ " server and so on. As such, do not expect any gimmicks (KDE, GNOME, "
-#~ "etc.) to be installed."
-#~ msgstr ""
-#~ "Sinun tulee nyt valita koneesi ensisijainen kytttarkoitus. Valinnat "
-#~ "ovat:\n"
-#~ "\n"
-#~ "* Tyasema: ideaali valinta, jos aiot kytt tietokonettasi "
-#~ "jokapivisiss tehtviss, joko typaikalla\n"
-#~ " tai kotona.\n"
-#~ "\n"
-#~ "\n"
-#~ "* Kehitysymprist: hyv valinta, jos aiot kytt tietokonettasi "
-#~ "ensisijaisesti ohjelmistokehitykseen.\n"
-#~ " Tmn asennuksen myt sinulla on tydellinen valikoima tykaluja niin "
-#~ "kntmiseen, debuggaamiseen,\n"
-#~ "lhdekoodin muotoiluun kuin ohjelmistopakettien tekoon.\n"
-#~ "\n"
-#~ "\n"
-#~ "* Palvelin: jos aiot kytt tt tietokonetta internet-palvelimena, tm "
-#~ "valinta on paras mahdollinen.\n"
-#~ "Vaihtoehtoja ovat mm: tiedostopalvelin (NFS, SBM), tulostuspalvelin "
-#~ "(Unix- tai Microsoft Windows -tyyppinen),\n"
-#~ "autentikointipalvelin (NIS), tietokantapalvelin ja niin edelleen. "
-#~ "Graafisiakyttliittymi ei asenneta oletuksena."
-
-#~ msgid ""
-#~ "You may now select the group of packages you wish to\n"
-#~ "install or upgrade.\n"
-#~ "\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 the\n"
-#~ "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 "
-#~ "through\n"
-#~ "more than 1000 packages..."
-#~ msgstr ""
-#~ "Voit nyt valita ne ohjelmistoryhmt, jotka haluat asentaa tai pivitt.\n"
-#~ "\n"
-#~ "\n"
-#~ "Tmn vaiheen jlkeen DrakX tarkistaa, onko sinulla tarpeeksi vapaata "
-#~ "tilaa\n"
-#~ "niiden kaikkien asentamiseksi. Jos ei, niin ohjelma varoittaa sinua "
-#~ "siit. Jos\n"
-#~ "haluat siit huolimatta jatkaa, DrakX jatkaa asennusvaiheeseen, mutta "
-#~ "jtt\n"
-#~ "asentamatta joitakin vhemmn trkeit paketteja. Listan lopusta voit "
-#~ "valita\n"
-#~ "mys vaihtoehdon \"Yksittisten pakettien valinta\", mink jlkeen voit\n"
-#~ "asentaa haluamasi yksittiset ohjelmistopaketit yli tuhannesta "
-#~ "vaihtoehdosta."
-
-#~ msgid ""
-#~ "You can now choose individually all the packages you\n"
-#~ "wish to install.\n"
-#~ "\n"
-#~ "\n"
-#~ "You can expand or collapse the tree by clicking on options in the left "
-#~ "corner of\n"
-#~ "the packages window.\n"
-#~ "\n"
-#~ "\n"
-#~ "If you prefer to see packages sorted in alphabetic order, click on the "
-#~ "icon\n"
-#~ "\"Toggle flat and group sorted\".\n"
-#~ "\n"
-#~ "\n"
-#~ "If you want not to be warned on dependencies, click on \"Automatic\n"
-#~ "dependencies\". If you do this, note that unselecting one package may "
-#~ "silently\n"
-#~ "unselect several other packages which depend on it."
-#~ msgstr ""
-#~ "Voit nyt valita yksittin kaikki ne paketit, jotka haluat asentaa.\n"
-#~ "\n"
-#~ "\n"
-#~ "Voit laajentaa tai pienent puuta painamalla valintanappia paketti-"
-#~ "ikkunan \n"
-#~ "vasemmasta kulmasta.\n"
-#~ "\n"
-#~ "\n"
-#~ "Jos haluat mieluummin valita paketit aakkosjrjestyksess olevasta \n"
-#~ "listasta, paina ikonia \"Vaihda tasaisen ja ryhmjrjestyksen vlill\".\n"
-#~ "\n"
-#~ "\n"
-#~ "Jos et halua, ett sinua varoitetaan pakettien riippuvuussuhteista, "
-#~ "valitse \n"
-#~ "\"Nyt automaattisesti valitut paketit\". Huomaa, ett tllin "
-#~ "poistamalla yhden \n"
-#~ "paketin voit huomaamattasi poistaa useita muitakin paketteja, jotka \n"
-#~ "ovat riippuvaisia poistetusta paketista."
-
-#~ msgid ""
-#~ "If you have all the CDs in the list above, click Ok. If you have\n"
-#~ "none of those CDs, click Cancel. If only some CDs are missing, unselect "
-#~ "them,\n"
-#~ "then click Ok."
-#~ msgstr ""
-#~ "Jos sinulla on kaikki yllolevan listan CD:t, paina Ok.\n"
-#~ "Jos sinulla ei ole yhtn em. levyist, paina Peruuta.\n"
-#~ "Jos vain jotkin levyist puuttuvat, poista niiden valinnat, ja paina Ok"
-
-#~ msgid ""
-#~ "If you wish to connect your computer to the Internet or\n"
-#~ "to a local network please choose the correct option. Please turn on your "
-#~ "device\n"
-#~ "before choosing the correct option to let DrakX detect it automatically.\n"
-#~ "\n"
-#~ "\n"
-#~ "If you do not have any connection to the Internet or a local network, "
-#~ "choose\n"
-#~ "\"Disable networking\".\n"
-#~ "\n"
-#~ "\n"
-#~ "If you wish to configure the network later after installation or if you "
-#~ "have\n"
-#~ "finished to configure your network connection, choose \"Done\"."
-#~ msgstr ""
-#~ "Jos haluat yhdist tietokoneesi internettiin tai paikalliseen "
-#~ "lhiverkkoon,\n"
-#~ "valitse haluamasi optio. Kytke kuitenkin kyseinen laite plle, ennen "
-#~ "kuin\n"
-#~ "valitset, sill tllin DrakX voi tunnistaa laitteen automaattisesti.\n"
-#~ "\n"
-#~ "\n"
-#~ "Jos sinulla ei ole internetliittym tai lhiverkkoa, valitse \"Kytke "
-#~ "pois\n"
-#~ "verkkoyhteydet\".\n"
-#~ "\n"
-#~ "\n"
-#~ "Jos haluat asettaa verkkoyhteydet myhemmin tai olet jo asettanut\n"
-#~ "koneesi verkkoasetukset, valitse \"Valmis\"."
-
-#~ msgid ""
-#~ "No modem has been detected. Please select the serial port on which it is "
-#~ "plugged.\n"
-#~ "\n"
-#~ "\n"
-#~ "For information, the first serial port (called \"COM1\" under Microsoft\n"
-#~ "Windows) is called \"ttyS0\" under Linux."
-#~ msgstr ""
-#~ "Modeemia ei lydetty. Valitse sarjaportti, johon modeemi on kytketty.\n"
-#~ "\n"
-#~ "\n"
-#~ "Tiedoksi: ensimminen sarjaportti (\"COM1\" Microsoft Windowsissa)\n"
-#~ "on \"ttyS0\" Linuxissa."
-
-#~ msgid ""
-#~ "You may now enter dialup options. If you don't know\n"
-#~ "or are not sure what to enter, the correct informations can be obtained "
-#~ "from\n"
-#~ "your Internet Service Provider. If you do not enter the DNS (name "
-#~ "server)\n"
-#~ "information here, this information will be obtained from your Internet "
-#~ "Service\n"
-#~ "Provider at connection time."
-#~ msgstr ""
-#~ "Voit nyt antaa soiton asetukset. Jos et tied tai et ole varma, mit\n"
-#~ "sinun pitisi kirjoittaa thn, saat oikeat tiedot internetyhteyden\n"
-#~ "palveluntarjoajaltasi. Jos et anna DNS (nimipalvelu) -tiedoja,\n"
-#~ "ne haetaan internetyhteyden tarjoajaltasi yhteytt muodostettaessa."
+#~ msgid "About"
+#~ msgstr "Tietoja"
-#~ msgid ""
-#~ "If your modem is an external modem, please turn on it now to let DrakX "
-#~ "detect it automatically."
-#~ msgstr ""
-#~ "Jos modeemisi on ulkoinen, kytke se plle nyt, jotta DrakX "
-#~ "tunnistaisisen automaattisesti."
+#~ msgid " Help "
+#~ msgstr " Apua "
-#~ msgid "Please turn on your modem and choose the correct one."
-#~ msgstr "Kytke modeemisi plle ja valitse oikea vaihtoehto."
+#~ msgid "-adobe-utopia-medium-r-normal-*-12-*-*-*-p-*-iso8859-*,*-r-*"
+#~ msgstr "-adobe-utopia-medium-r-normal-*-12-*-*-*-p-*-iso8859-*,*-r-*"
#~ msgid ""
-#~ "If you are not sure if informations above are\n"
-#~ "correct or if you don't know or are not sure what to enter, the correct\n"
-#~ "informations can be obtained from your Internet Service Provider. If you "
-#~ "do not\n"
-#~ "enter the DNS (name server) information here, this information will be "
-#~ "obtained\n"
-#~ "from your Internet Service Provider at connection time."
-#~ msgstr ""
-#~ "Jos et ole varma, ett yll olevat tiedot ovat\n"
-#~ "oikeita tai jos et ole varma, mit sinun pitisi kirjoittaa,\n"
-#~ "saat oikeat tiedot omalta internet-palveluntarjoajaltasi.\n"
-#~ "Jos et syt DNS-tietoja (nimipalvelin) tnne, tuo tieto\n"
-#~ "saadaan palveluntarjoajalta yhteydenoton aikana."
+#~ "Can't access kernel modules corresponding to your kernel (file %s is "
+#~ "missing)"
+#~ msgstr "Ei saantia kytss olevan ytimen moduuleihin (tiedosto %s puuttuu)"
-#~ msgid ""
-#~ "You may now enter your host name if needed. If you\n"
-#~ "don't know or are not sure what to enter, the correct informations can "
-#~ "be\n"
-#~ "obtained from your Internet Service Provider."
-#~ msgstr ""
-#~ "Voit antaa nyt koneesi nimen, jos haluat. Jos et ole\n"
-#~ "varma, mit sinun pitisi kirjoittaa thn, oikeat tiedot saat\n"
-#~ "omalta internet-palveluntarjoajaltasi."
+#~ msgid "$f-$g %s)"
+#~ msgstr "$f-$g %s)"
-#~ msgid ""
-#~ "You may now configure your network device.\n"
-#~ "\n"
-#~ " * IP address: if you don't know or are not sure what to enter, ask "
-#~ "your network administrator.\n"
-#~ " You should not enter an IP address if you select the option "
-#~ "\"Automatic IP\" below.\n"
-#~ "\n"
-#~ " * Netmask: \"255.255.255.0\" is generally a good choice. If you don't "
-#~ "know or are not sure what to enter,\n"
-#~ " ask your network administrator.\n"
-#~ "\n"
-#~ " * Automatic IP: if your network uses BOOTP or DHCP protocol, select "
-#~ "this option. If selected, no value is needed in\n"
-#~ " \"IP address\". If you don't know or are not sure if you need to "
-#~ "select this option, ask your network administrator."
-#~ msgstr ""
-#~ "Voit nyt asettaa verkkokorttisi.\n"
-#~ "\n"
-#~ " - IP-osoite: jos et tied osoitetta, voit kysy sit "
-#~ "verkkoyllpitjltsi.\n"
-#~ " Sinun ei pid sytt IP-osoitetta, jos valitset \"Automaattinen IP"
-#~ "\" alta.\n"
-#~ "\n"
-#~ " - Verkkopeite: \"255.255.255.0\" on yleens hyv valinta. Jos et ole "
-#~ "tysin\n"
-#~ " varma verkkopeitteest, voit kysy sit verkkoyllpitjltsi.\n"
-#~ "\n"
-#~ " - Automaattinen IP: Jos verkkosi kytt BOOTP- tai DHCP-protokollaa,\n"
-#~ " valitse tm optio. Jos valitset tmn, kohtaa \"IP-osoite\" ei "
-#~ "tarvitse tytt.\n"
-#~ " Jos et ole varma, pitisik sinun valita tm vaihtoehto, kysy "
-#~ "verkkoyllpitjltsi."
+#~ msgid "None"
+#~ msgstr "Ei asetettu"
-#~ msgid ""
-#~ "You may now enter your host name if needed. If you\n"
-#~ "don't know or are not sure what to enter, ask your network administrator."
-#~ msgstr ""
-#~ "Voit nyt kirjoittaa koneesi nimen. Jos et tied, mit\n"
-#~ "sinun pitisi kirjoittaa, kysy lis verkkoyllpitjltsi."
+#~ msgid "Choose a default printer!"
+#~ msgstr "Valitse oletustulostin !"
-#~ msgid ""
-#~ "You may now enter your host name if needed. If you\n"
-#~ "don't know or are not sure what to enter, leave blank."
-#~ msgstr ""
-#~ "Voit nyt kirjoittaa koneesi nimen. Jos et ole varma,\n"
-#~ "mit sinun pitisi kirjoittaa, jt tm kohta tyhjksi."
+#~ msgid "Apply/Re-read printers"
+#~ msgstr "Toteuta/Lue uudelleen tulostimet"
-#~ 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."
-#~ msgstr ""
-#~ "Voit antaa nyt soittoyhteyden asetukset. Jos et ole varma mit kenttiin\n"
-#~ "kirjotetaan oikeat tiedot saat Internet palveluntarjoajaltasi."
-
-#~ msgid ""
-#~ "If you will use proxies, please configure them now. If you don't know if\n"
-#~ "you should use proxies, ask your network administrator or your ISP."
-#~ msgstr ""
-#~ "Jos kytt vlityspalvelimia aseta ne nyt. Jos et tied kyttk\n"
-#~ "vlityspalvelimia kysy verkkoyllpitjltsi tai Internet\n"
-#~ "palveluntarjoajaltasi."
-
-#~ 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 and\n"
-#~ "after that select the packages to install.\n"
-#~ "\n"
-#~ "\n"
-#~ "Note you have to select mirror and cryptographic packages according\n"
-#~ "to your legislation."
-#~ msgstr ""
-#~ "Voit asentaa kryptograafiset ohjelmistot jos internetyhteytesi on luotu\n"
-#~ "oikein. Valitse ensiksi peilijrjestelm, jota haluat kytt ja valitse "
-#~ "sitten\n"
-#~ "ne paketit, jotka haluat asentaa.\n"
-#~ "\n"
-#~ "\n"
-#~ "Huomaa ett sinun tulee valita peilijrjestelm ja paketit oman maasi\n"
-#~ "lainsdnnn mukaan."
-
-#~ msgid "You can now select your timezone according to where you live."
-#~ msgstr "Voit nyt asentaa aikavyhykkeen sen mukaan, miss pin asut."
-
-#~ msgid ""
-#~ "You can configure a local printer (connected to your computer) or remote\n"
-#~ "printer (accessible via a Unix, Netware or Microsoft Windows network)."
-#~ msgstr ""
-#~ "Voit asettaa paikallisen kirjoittimen (liitetty omaan koneeseesi) tai "
-#~ "ulkoisen\n"
-#~ "kirjoittimen (kytettviss Unix-, Netware- tai MS Windows -verkon yli)."
+#~ msgid "You may now provide its options to module %s."
+#~ msgstr "Voit antaa lisasetuksia modulille %s."
-#~ msgid ""
-#~ "If you wish to be able to print, please choose one printing system "
-#~ "between\n"
-#~ "CUPS and LPR.\n"
-#~ "\n"
-#~ "\n"
-#~ "CUPS is a new, powerful and flexible printing system for Unix systems "
-#~ "(CUPS\n"
-#~ "means \"Common Unix Printing System\"). It is the default printing system "
-#~ "in\n"
-#~ "Mandrake Linux.\n"
-#~ "\n"
-#~ "\n"
-#~ "LPR is the old printing system used in previous Mandrake Linux "
-#~ "distributions.\n"
-#~ "\n"
-#~ "\n"
-#~ "If you don't have printer, click on \"None\"."
-#~ msgstr ""
-#~ "Jos haluat mahdollistaa paperille tulostamisen, valitse toinen "
-#~ "seuraavista \n"
-#~ "tulostusjrjestelmist: CUPS tai LPR.\n"
-#~ "\n"
-#~ "\n"
-#~ "CUPS on uusi, tehokas ja joustava tulostusjrjestelm Unix-koneissa \n"
-#~ "(CUPS tulee sanoista: \"Common Unix Printing System\"). Se on Linux-\n"
-#~ "Mandraken kyttm oletusjrjestelm.\n"
-#~ "\n"
-#~ "\n"
-#~ "LPR on Mandrake Linuxn aikaisempien versioiden kyttm vanha \n"
-#~ "tulostusjrjestelm.\n"
-#~ "\n"
-#~ "\n"
-#~ "Jos sinulla ei ole kirjoitinta, valitse \"Ei kumpaakaan\"."
+#~ msgid "Low"
+#~ msgstr "Matala"
-#~ msgid ""
-#~ "GNU/Linux can deal with many types of printer. Each of these types "
-#~ "requires\n"
-#~ "a different setup.\n"
-#~ "\n"
-#~ "\n"
-#~ "If your printer is physically connected to your computer, select \"Local\n"
-#~ "printer\".\n"
-#~ "\n"
-#~ "\n"
-#~ "If you want to access a printer located on a remote Unix machine, select\n"
-#~ "\"Remote printer\".\n"
-#~ "\n"
-#~ "\n"
-#~ "If you want to access a printer located on a remote Microsoft Windows "
-#~ "machine\n"
-#~ "(or on Unix machine using SMB protocol), select \"SMB/Windows 95/98/NT\"."
-#~ msgstr ""
-#~ "GNU/Linux voi kytt useaa eri tyyppist kirjoitinta. Jokainen nist \n"
-#~ "tarvitsee erilaiset asetukset.\n"
-#~ "\n"
-#~ "\n"
-#~ "Jos kirjoittimesi on fyysisesti kiinni tietokoneessasi, valitse "
-#~ "\"Paikallinen \n"
-#~ "kirjoitin\".\n"
-#~ "\n"
-#~ "\n"
-#~ "Jos haluat kytt kirjoitinta, joka on toisella Unix-koneella, valitse\n"
-#~ "\"Ulkoinen kirjoitin\".\n"
-#~ "\n"
-#~ "\n"
-#~ "Jos haluat kytt kirjoitinta, joka sijaitsee ulkoisella Microsoft "
-#~ "Windows\n"
-#~ "-koneella, (tai Unix-koneessa, joka kytt SMB-protokollaa),\n"
-#~ "valitse \"SMB/Windows 95/98/NT\"."
+#~ msgid "Medium"
+#~ msgstr "Keskitaso"
#~ msgid ""
-#~ "Please turn on your printer before continuing to let DrakX detect it.\n"
-#~ "\n"
-#~ "You have to enter some informations here.\n"
-#~ "\n"
-#~ "\n"
-#~ " * Name of printer: the print spooler uses \"lp\" as default printer "
-#~ "name. So, you must have a printer named \"lp\".\n"
-#~ " If you have only one printer, you can use several names for it. You "
-#~ "just need to separate them by a pipe\n"
-#~ " character (a \"|\"). So, if you prefer a more meaningful name, you "
-#~ "have 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"
-#~ " * Description: this is optional but can be useful if several printers "
-#~ "are connected to your computer or if you allow\n"
-#~ " other computers to access to this printer.\n"
-#~ "\n"
-#~ "\n"
-#~ " * Location: if you want to put some information on your\n"
-#~ " printer location, put it here (you are free to write what\n"
-#~ " you want, for example \"2nd floor\").\n"
+#~ "Few improvements for this security level, the main one is that there are\n"
+#~ "more security warnings and checks."
#~ msgstr ""
-#~ "Kytke kirjoittimesi plle ennen kuin jatkat seuraavaan vaiheeseen.\n"
-#~ "Tm antaa DrakX:lle mahdollisuuden havaita sen.\n"
-#~ "\n"
-#~ "Sinun tytyy antaa joitakin tietoja thn.\n"
-#~ "\n"
-#~ "\n"
-#~ " * Kirjoittimen nimi: tulostusjono kytt \"lp\":t kirjoittimen "
-#~ "oletusnimen, joten sinulla tytyy olla kirjoitin, jonka nimi on \"lp\".\n"
-#~ " Jos sinulla on vain yksi kirjoitin, voit nimet sen useaan kertaan. "
-#~ "Sinun tytyy vain erottaa nimet putki-merkill (\"|\"). \n"
-#~ " Joten jos pidt enemmn merkityksellisemmst nimest, sinun tytyy "
-#~ "laittaa se ensimmiseksi, esim: \"Minun kirjoitin|lp\".\n"
-#~ " Kirjoitin, jonka jokin nimi on \"lp\" toimii oletuskirjoittimena.\n"
-#~ "\n"
-#~ "\n"
-#~ " * Kuvaus: tm on vapaaehtoinen, mutta kyttkelpoinen, jos "
-#~ "tiekoneellasi on useampia kirjoittimia tai \n"
-#~ " jos haluat jakaa kirjoittimen muille tietokoneille.\n"
-#~ "\n"
-#~ "\n"
-#~ " * Sijainti: Jos haluat antaa tietoa kirjoittimesi sijainnista, \n"
-#~ " kirjoita se thn (voit kirjoittaa thn mit tahansa, kuten \n"
-#~ " esimerkiksi \"2. kerros\").\n"
+#~ "Muutamia parannuksia tll turvaasolla, suurimpana se ett "
+#~ "jrjestelmss\n"
+#~ "on enemmn turvallisuusvaroituksia ja tarkistuksia."
-#~ msgid ""
-#~ "You need to enter some informations here.\n"
-#~ "\n"
-#~ "\n"
-#~ " * Name of queue: the print spooler uses \"lp\" as default printer "
-#~ "name. So, you need have a printer named \"lp\".\n"
-#~ " If you have only one printer, you can use several names for it. You "
-#~ "just need to separate them by a pipe\n"
-#~ " character (a \"|\"). So, if you prefer to have a more meaningful "
-#~ "name, you have 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"
-#~ " * Spool directory: it is in this directory that printing jobs are "
-#~ "stored. Keep the default choice\n"
-#~ " if you don't know what to use\n"
-#~ "\n"
-#~ "\n"
-#~ " * Printer Connection: If your printer is physically connected to your "
-#~ "computer, select \"Local printer\".\n"
-#~ " If you want to access a printer located on a remote Unix machine, "
-#~ "select \"Remote lpd printer\".\n"
-#~ "\n"
-#~ "\n"
-#~ " If you want to access a printer located on a remote Microsoft "
-#~ "Windows machine (or on Unix machine using SMB\n"
-#~ " protocol), select \"SMB/Windows 95/98/NT\".\n"
-#~ "\n"
-#~ "\n"
-#~ " If you want to acces a printer located on NetWare network, select "
-#~ "\"NetWare\".\n"
-#~ msgstr ""
-#~ "Sinun tytyy antaa joitakin tietoja thn.\n"
-#~ "\n"
-#~ "\n"
-#~ " * Kirjoittimen nimi: tulostusjono kytt \"lp\":t kirjoittimen "
-#~ "oletusnimen, joten sinulla tytyy olla kirjoitin, jonka nimi on \"lp\".\n"
-#~ " Jos sinulla on vain yksi kirjoitin, voit nimet sen useaan kertaan. "
-#~ "Sinun tytyy vain erottaa nimet putki-merkill (\"|\"). \n"
-#~ " Joten jos pidt enemmn merkityksellisemmst nimest, sinun tytyy "
-#~ "laittaa se ensimmiseksi, esim: \"Minun kirjoitin|lp\".\n"
-#~ " Kirjoitin, jonka jokin nimi on \"lp\" toimii oletuskirjoittimena.\n"
-#~ "\n"
-#~ "\n"
-#~ " * Kirjoittimen yhteystapa: jos kirjoittimesi on fyysisesti liitetty "
-#~ "tietokoneeseesi, valitse \"Paikallinen kirjoitin\".\n"
-#~ " Jos haluat kytt kirjoitinta, joka on kiinni toisessa Unix-"
-#~ "koneessa, valitse \"Ulkoinen lpd-kirjoitin\".\n"
-#~ "\n"
-#~ "\n"
-#~ " Jos haluat kytt kirjoitinta, joka sijaitsee ulkoisella Microsoft "
-#~ "Windows -koneella, (tai Unix-koneessa, \n"
-#~ "joka kytt SMB-protokollaa), valitse \"SMB/Windows 95/98/NT\".\n"
-#~ "\n"
-#~ "\n"
-#~ " Jos haluat kytt kirjoitinta, joka sijaitsee NetWare-verkossa, "
-#~ "valitse \"NetWare\".\n"
+#~ msgid "mount failed"
+#~ msgstr "liittminen eponnistui"
-#~ msgid ""
-#~ "Your printer has not been detected. Please enter the name of the device "
-#~ "on\n"
-#~ "which it is connected.\n"
-#~ "\n"
-#~ "\n"
-#~ "For information, most printers are connected on the first parallel port. "
-#~ "This\n"
-#~ "one is called \"/dev/lp0\" under GNU/Linux and \"LPT1\" under Microsoft "
-#~ "Windows."
-#~ msgstr ""
-#~ "Kirjoitintasi ei voitu tunnistaa. Valitse mihin laitteeseen kirjoitin on "
-#~ "kytketty.\n"
-#~ "\n"
-#~ "\n"
-#~ "Listietoja: suurin osa kirjoittimista on kytketty tietokoneen "
-#~ "ensimmiseen\n"
-#~ "rinnakkaisporttiin. Sen nimi Linuxissa on \"/dev/lp0\" ja \"LPT1\" "
-#~ "Microsoft\n"
-#~ "Windowsissa."
-
-#~ msgid "You must now select your printer in the above list."
-#~ msgstr "Valitse kirjoitin yll olevasta listasta."
-
-#~ msgid ""
-#~ "Please select the right options according to your printer.\n"
-#~ "Please see its documentation if you don't know what choose here.\n"
-#~ "\n"
-#~ "\n"
-#~ "You will be able to test your configuration in next step and you will be "
-#~ "able to modify it if it doesn't work as you want."
-#~ msgstr ""
-#~ "Valitse oikeat optiot kirjoittimellesi.\n"
-#~ "Lue kirjoittimesi dokumentaatio, jos haluat tiet, mit valita tll.\n"
-#~ "\n"
-#~ "\n"
-#~ "Sinulla on mahdollisuus testata asetuksia seuraavassa vaiheessa ja "
-#~ "korjata niit, jos kirjoitin ei toimi haluamallasi tavalla."
-
-#~ msgid ""
-#~ "You can now enter the root password for your Mandrake Linux system.\n"
-#~ "The password must be entered twice to verify that both password entries "
-#~ "are identical.\n"
-#~ "\n"
-#~ "\n"
-#~ "Root is the system's administrator and is the only user allowed to modify "
-#~ "the\n"
-#~ "system configuration. Therefore, choose this password carefully. \n"
-#~ "Unauthorized use of the root account can be extemely dangerous to the "
-#~ "integrity\n"
-#~ "of the system, its data and other system connected to it.\n"
-#~ "\n"
-#~ "\n"
-#~ "The password should be a mixture of alphanumeric characters and at least "
-#~ "8\n"
-#~ "characters long. It should never be written down.\n"
-#~ "\n"
-#~ "\n"
-#~ "Do not make the password too long or complicated, though: you must be "
-#~ "able to\n"
-#~ "remember it without too much effort."
-#~ msgstr ""
-#~ "Voit antaa nyt yllpitjn (root) salasanan Mandrake Linux "
-#~ "jrjestelmllesi. \n"
-#~ "Kirjoitusvirheiden estmiseksi salasana tulee antaa kaksi kertaa. \n"
-#~ "\n"
-#~ "\n"
-#~ "Root on jrjestelmn yllpitj ja samalla ainoa kyttj, jolla on "
-#~ "oikeudet \n"
-#~ "muuttaa jrjestelmn asetuksia. Tmn vuoksi valitse salasana "
-#~ "huolellisesti! \n"
-#~ "Root-tunnuksen huolimaton kytt voi olla hyvin vaarallista "
-#~ "jrjestelmlle, \n"
-#~ "sille tallennetuille tiedoille sek muille siihen kytketyille "
-#~ "jrjestelmille. \n"
-#~ "Salasanan tulee olla sekoitus kirjaimia ja numeroita sek vhintn 8 "
-#~ "merkki pitk. \n"
-#~ "Salasanaa ei saa koskaan kirjoittaa paperille. \n"
-#~ "\n"
-#~ "\n"
-#~ "l tee salasanastasi liian pitk tai monimutkaista, sill sinun tytyy "
-#~ "muistaa \n"
-#~ "se ilman turhia ponnistuksia."
-
-#~ 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"
-#~ "one or more account(s) for each person you want to allow to use\n"
-#~ "the computer. Note that each user account will have its own\n"
-#~ "preferences (graphical environment, program settings, etc.)\n"
-#~ "and its own \"home directory\", in which these preferences are\n"
-#~ "stored.\n"
-#~ "\n"
-#~ "\n"
-#~ "First of all, create an account for yourself! Even if you will be the "
-#~ "only user\n"
-#~ "of the machine, you may NOT connect as root for daily use of the system: "
-#~ "it's a\n"
-#~ "very high security risk. Making the system unusable is very often a typo "
-#~ "away.\n"
-#~ "\n"
-#~ "\n"
-#~ "Therefore, you should connect to the system using the user account\n"
-#~ "you will have created here, and login as root only for administration\n"
-#~ "and maintenance purposes."
-#~ msgstr ""
-#~ "Voit nyt luoda yhden tai useamman \"tavallisen\" kyttjtunnuksen,\n"
-#~ "joiden vastakohtana on \"pkyttj\" kyttjtunnus, root. Voit\n"
-#~ "luoda yhden tai useampia tunnuksia jokaiselle henkillle jolle annat\n"
-#~ "oikeuden kytt jrjestelm. Huomaa ett jokaisella "
-#~ "kyttjtunnuksella\n"
-#~ "on omat asetuksensa (graafinen kyttliittym, ohjelmien asetukset jne.)\n"
-#~ "ja oma \"kotihakemisto\" jonne asetukset talletetaan.\n"
-#~ "\n"
-#~ "\n"
-#~ "Luo ensin tunnus itsellesi! Vaikka olisit ainoa kyttj sinun ei tule\n"
-#~ "kytt root tunnusta pivittin, se on erittin suuri tietoturvariski.\n"
-#~ "Pkyttj voi sekoittaa jrjestelmn erittin helpolla.\n"
-#~ "\n"
-#~ "\n"
-#~ "Eli sinun tulee kirjautua jrjestelmn tunnuksella jonka luot tll ja\n"
-#~ "kytt root tunnusta vain jrjestelmn yllpitoon."
-
-#~ msgid ""
-#~ "Creating a boot disk is strongly recommended. If you can't\n"
-#~ "boot your computer, it's the only way to rescue your system without\n"
-#~ "reinstalling it."
-#~ msgstr ""
-#~ "Kynnistyslevykkeen luominen on suositeltavaa. Jos kone ei jostain\n"
-#~ "syyst kynnistykn, tm on ainoa keino pelastaa jrjestelm\n"
-#~ "ilman hankalaa uudelleenasennusta."
-
-#, fuzzy
-#~ msgid ""
-#~ "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"
-#~ " - 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"
-#~ "enabling the keyboard. The boot loader doesn't wait if \"delay\" is\n"
-#~ "omitted or is set to zero.\n"
-#~ "\n"
-#~ "\n"
-#~ " - Video mode: This specifies the VGA text mode that should be selected\n"
-#~ "when booting. The following values are available: \n"
-#~ "\n"
-#~ " * normal: select normal 80x25 text mode.\n"
-#~ "\n"
-#~ " * <number>: use the corresponding text mode.\n"
-#~ "\n"
-#~ "\n"
-#~ " - Clean \"/tmp\" at each boot: if you want delete all files and "
-#~ "directories\n"
-#~ "stored in \"/tmp\" when you boot your system, select this option.\n"
-#~ "\n"
-#~ "\n"
-#~ " - Precise RAM if needed: unfortunately, there is no standard method to "
-#~ "ask the\n"
-#~ "BIOS about the amount of RAM present in your computer. As consequence, "
-#~ "Linux may\n"
-#~ "fail to detect your amount of RAM correctly. If this is the case, you "
-#~ "can\n"
-#~ "specify the correct amount or RAM here. Please note that a difference of "
-#~ "2 or 4\n"
-#~ "MB between detected memory and memory present in your system is normal."
-#~ msgstr ""
-#~ "LILOn ja grubin pasetukset ovat:\n"
-#~ " - Kynnistyslaite: Asettaa laitteen (esim. kiintolevyn osion)\n"
-#~ "joka sislt kynnistyslohkon. Ellet aivan erityisesti halua jotakin\n"
-#~ "muuta, valitse \"/dev/hda\".\n"
-#~ "\n"
-#~ "\n"
-#~ " - Viive ennen oletusjrjestelmn kynnistmist: Mrittelee sekunnin\n"
-#~ "kymmenyksin ajan, jonka jrjestelmnlataaja odottaa ennen "
-#~ "oletusjrjestelmn\n"
-#~ "kynnistmist. Tm on hydyllinen niiss jrjestelmiss, joissa "
-#~ "kynnistyksen\n"
-#~ "halutaan tapahtuvan heti, kun nppimist on kytettviss. Lataaja ei "
-#~ "odota,\n"
-#~ "jos \"viive\" puuttuu tai on nolla.\n"
-#~ "\n"
-#~ " - Nytttila: Tm mritt VGA-tekstitilan, joka valitaan koneen\n"
-#~ "kynnistmisen yhteydess. Seuraavat arvot ovat mahdollisia:\n"
-#~ " * normaali: valitse normaali 80x25 tekstitila.\n"
-#~ "\n"
-#~ " * <numero>: kyt numeroa vastaavaa tekstitilaa."
-
-#~ msgid ""
-#~ "SILO is a bootloader for SPARC: it is able to boot\n"
-#~ "either GNU/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"
-#~ "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 ""
-#~ "SILO on SPARCin jrjestelmlataaja: se pystyy kynnistmn jokoGNU/"
-#~ "Linuxin\n"
-#~ "taimiktahansakyttjrjestelmn,jokaontietokoneellasi. "
-#~ "Tavallisestikaikki\n"
-#~ "kyttjrjestelmttunnistuvatjaasentuvatoikein.Josjokin "
-#~ "kyttjrjestelmist\n"
-#~ "jkuitenkinasentamatta,voitlistkyseisenjrjestelmnitse. "
-#~ "Olekuitenkinnhuolellinen,etttuletvalinneeksioikeatparametrit.\n"
-#~ "\n"
-#~ "\n"
-#~ "Josethaluakenenknsaavanoikeuksiajohonkinkyttjrjestelmist,\n"
-#~ "tuhoakyseinenkohta.Muttahuomaa,ettsiintapauksessatarvitsetitse\n"
-#~ "kynnistyslevykettpstksesikyseiseenkyttjrjestelmn!"
-
-#~ msgid ""
-#~ "SILO main options are:\n"
-#~ " - Bootloader installation: Indicate where you want to place the\n"
-#~ "information required to boot to GNU/Linux. Unless you know exactly\n"
-#~ "what you are doing, choose \"First sector of drive (MBR)\".\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"
-#~ "enabling the keyboard. The boot loader doesn't wait if \"delay\" is\n"
-#~ "omitted or is set to zero."
-#~ msgstr ""
-#~ "SILOn pasetukset ovat:\n"
-#~ " - Jrjestelmlataajan asennus: Osoita, minne haluat tallentaa tiedot\n"
-#~ "GNU/Linuxin kynnistmiseksi. Jos et ole varma, mit teet, valitse:\n"
-#~ "\"Levyn ensimminen sektori (MBR)\"\n"
-#~ "\n"
-#~ "\n"
-#~ " - Viive ennen oletusjrjestelmn kynnistmist: Mrittelee "
-#~ "sekunnin\n"
-#~ " kymmenyksin ajan, jonka jrjestelmnlataaja odottaa ennen "
-#~ "oletusjrjestelmn\n"
-#~ "kynnistmist. Tm on hydyllinen niiss jrjestelmiss, joissa "
-#~ "kynnistyksen\n"
-#~ "halutaan tapahtuvan heti, kun nppimist on kytettviss. Lataaja ei "
-#~ "odota,\n"
-#~ "jos \"viive\" puuttuu tai on nolla."
-
-#~ msgid ""
-#~ "Now it's time to configure the X Window System, which is the\n"
-#~ "core of the GNU/Linux GUI (Graphical User Interface). For this purpose,\n"
-#~ "you must configure your video card and monitor. Most of these\n"
-#~ "steps are automated, though, therefore your work may only consist\n"
-#~ "of verifying what has been done and accept the settings :)\n"
-#~ "\n"
-#~ "\n"
-#~ "When the configuration is over, X will be started (unless you\n"
-#~ "ask DrakX not to) so that you can check and see if the\n"
-#~ "settings suit you. If they don't, you can come back and\n"
-#~ "change them, as many times as necessary."
-#~ msgstr ""
-#~ "Nyt on X Window -jrjestelmn asetusten vuoro. X Window on Linuxin\n"
-#~ "graafisen kyttliittymn ydin. Tmn vuoksi sinun tulee asettaa sek\n"
-#~ "nytnohjain ett nytt. Suurin osa vaiheista on automatisoituja\n"
-#~ "ja sinun tulee lhinn varmistaa mit on tehty ja hyvksy valmiit\n"
-#~ "asetukset. :)\n"
-#~ "\n"
-#~ "\n"
-#~ "Kun asetukset on tehty, X kynnistetn (ellet kskenyt\n"
-#~ "DrakX: tekemn toisin), jotta voit tarkistaa ett asetukset\n"
-#~ "ovat kunnossa. Jos ne eivt ole, voit palata takaisin ja muuttaa\n"
-#~ "niit niin monta kertaa kuin on tarpeen."
-
-#~ msgid ""
-#~ "If something is wrong in X configuration, use these options to correctly\n"
-#~ "configure the X Window System."
-#~ msgstr ""
-#~ "Jos jotain meni vikaan X:n asetuksissa, kyt nit valintoja X:n "
-#~ "asettamiseksi\n"
-#~ "oikein."
-
-#~ msgid ""
-#~ "If you prefer to use a graphical login, select \"Yes\". Otherwise, "
-#~ "select\n"
-#~ "\"No\"."
-#~ msgstr ""
-#~ "Jos haluat kytt graafista sisnkirjoittautumista valitse \"Kyll\".\n"
-#~ "Muuten valitse \"Ei\"."
-
-#~ msgid ""
-#~ "You can choose a security level for your system. Please refer to the "
-#~ "manual for complete\n"
-#~ " information. Basically, if you don't know what to choose, keep the "
-#~ "default option.\n"
-#~ msgstr ""
-#~ "Voit valita jrjestelmsi turvatason. Katso ohjekirjasta "
-#~ "yksityiskohtaisempia \n"
-#~ "tietoja turvatasojen vaikutuksesta. Tavallisesti jos et tied, mit "
-#~ "valita, kyt \n"
-#~ "oletusvalintaa.\n"
-
-#~ msgid ""
-#~ "Your system is going to reboot.\n"
-#~ "\n"
-#~ "After rebooting, your new Mandrake Linux system will load automatically.\n"
-#~ "If you want to boot into another existing operating system, please read\n"
-#~ "the additional instructions."
-#~ msgstr ""
-#~ "Jrjestelmsi kynnistetn nyt uudelleen.\n"
-#~ "\n"
-#~ "\n"
-#~ "Koneen pllekytkemisen jlkeen Mandrake Linux kynnistetn "
-#~ "automaattisesti.\n"
-#~ "Jos haluat kytt mys muita koneessa olevia kyttjrjestelmi, katso "
-#~ "asianomaisia\n"
-#~ "lisohjeita."
-
-#~ msgid "Czech (Programmers)"
-#~ msgstr "Tsekki (ohjelmoijat)"
-
-#~ msgid "Slovakian (Programmers)"
-#~ msgstr "Slovakia (Ohjelmoijat)"
-
-#~ msgid "Name of the profile to create:"
-#~ msgstr "Luotavan profiilin nimi:"
-
-#~ msgid "Write /etc/fstab"
-#~ msgstr "Kirjoita /etc/fstab"
-
-#~ msgid "Restore from file"
-#~ msgstr "Palauta tiedostosta"
-
-#~ msgid "Save in file"
-#~ msgstr "Tallenna tiedostoon"
-
-#~ msgid "Restore from floppy"
-#~ msgstr "Palauta levykkeelt"
-
-#~ msgid "Format all"
-#~ msgstr "Alusta kaikki"
-
-#~ msgid "After formatting all partitions,"
-#~ msgstr "Osioiden alustuksen jlkeen,"
-
-#~ msgid "all data on these partitions will be lost"
-#~ msgstr "kaikki tieto nill osioilla on hvinnyt"
-
-#~ msgid "Reload"
-#~ msgstr "Uudelleenlataa"
-
-#~ msgid ""
-#~ "Do you want to generate an auto install floppy for linux replication?"
-#~ msgstr "Haluatko luoda automaattisen asennuslevyn linuxin monistamiseksi?"
-
-#~ msgid "ADSL configuration"
-#~ msgstr "ASDL-asetukset"
-
-#~ msgid ""
-#~ "With a remote CUPS server, you do not have to configure\n"
-#~ "any printer here; printers will be automatically detected\n"
-#~ "unless you have a server on a different network; in the\n"
-#~ "latter case, you have to give the CUPS server IP address\n"
-#~ "and optionally the port number."
-#~ msgstr ""
-#~ "UlkoisellaCUPS-palvelimellasinuneitarvitsemritt\n"
-#~ "kirjoittimentyyppi;kaikkikirjoittimettunnistuvatautomaattisesti\n"
-#~ "paitsi jos tulostusserveri sijaitsee eri verkossa. Jlkimmisess\n"
-#~ "tapauksessa sinun tytyy antaa CUPS-palvelimen IP-osoite\n"
-#~ "ja mahdollisesti portin numero."
-
-#, fuzzy
-#~ msgid "Remote queue name missing!"
-#~ msgstr "Etjonon nimi:"
-
-#, fuzzy
-#~ msgid "Command line"
-#~ msgstr "Verkkoalueen nimi"
-
-#, fuzzy
-#~ msgid "Modify printer"
-#~ msgstr "Ei kirjoitinta"
-
-#, fuzzy
-#~ msgid "start it"
-#~ msgstr "rajoita"
-
-#~ msgid "Network Monitoring"
-#~ msgstr "Verkon monitorointi"
-
-#~ msgid "Profile "
-#~ msgstr "Profiili "
-
-#~ msgid "Statistics"
-#~ msgstr "Statistiikka"
-
-#~ msgid "Sending Speed:"
-#~ msgstr "Lhetysnopeus: "
-
-#~ msgid "Receiving Speed:"
-#~ msgstr "Vastaanottonopeus: "
-
-#, fuzzy
-#~ msgid "Connection Time: "
-#~ msgstr "Yhteyden nimi: "
-
-#~ msgid "Connecting to Internet "
-#~ msgstr "Otan yhteyden internettiin "
-
-#~ msgid "Disconnecting from Internet "
-#~ msgstr "Katkaisen internetyhteyden"
-
-#~ msgid "Disconnection from Internet failed."
-#~ msgstr "Internetyhteyden katkaiseminen eponnistui."
-
-#~ msgid "Disconnection from Internet complete."
-#~ msgstr "Internetyhteys katkaistu."
-
-#~ msgid "Connection complete."
-#~ msgstr "Yhteys muodostettu."
-
-#, fuzzy
-#~ msgid "Color configuration"
-#~ msgstr "Asetusten muokkaus"
-
-#~ msgid "sent: "
-#~ msgstr "lhetetty: "
-
-#~ msgid "received: "
-#~ msgstr "vastaanotettu: "
-
-#~ msgid "Connect"
-#~ msgstr "Yhdist"
-
-#~ msgid "Disconnect"
-#~ msgstr "Katkaise yhteys"
-
-#~ msgid "/File/_New"
-#~ msgstr "/Tiedosto/_Uusi"
-
-#~ msgid "<control>N"
-#~ msgstr "<control>N"
-
-#~ msgid "/File/_Open"
-#~ msgstr "/Tiedosto/_Avaa"
-
-#~ msgid "<control>O"
-#~ msgstr "<control>O"
-
-#~ msgid "/File/_Save"
-#~ msgstr "/Tiedosto/_Tallenna"
-
-#~ msgid "<control>S"
-#~ msgstr "<control>S"
-
-#~ msgid "/File/Save _As"
-#~ msgstr "/Tiedosto/Tallenna _Nimell"
-
-#~ msgid "/File/-"
-#~ msgstr "/Tiedosto/-"
-
-#~ msgid "/_Options"
-#~ msgstr "/_Optiot"
-
-#~ msgid "/Options/Test"
-#~ msgstr "/Optiot/Testi"
-
-#~ msgid "/_Help"
-#~ msgstr "/_Apua"
-
-#~ msgid "/Help/_About..."
-#~ msgstr "/Apua/_Tietoja..."
-
-#, fuzzy
-#~ msgid "Default Runlevel"
-#~ msgstr "Oletus"
-
-#~ msgid "Europe"
-#~ msgstr "Eurooppa"
-
-#~ msgid "NetWare"
-#~ msgstr "NetWare"
-
-#~ msgid "Remove queue"
-#~ msgstr "Poista jono"
-
-#~ msgid "Config file content could not be interpreted."
-#~ msgstr "Asetustiedoston sislt ei voida tulkita."
-
-#~ msgid "Unrecognized config file"
-#~ msgstr "Tunnistamaton asetustiedosto"
-
-#~ msgid "Adapter"
-#~ msgstr "Laite"
-
-#, fuzzy
-#~ msgid "Disable network"
-#~ msgstr "Poista kytst"
-
-#, fuzzy
-#~ msgid "Enable network"
-#~ msgstr "Ota kyttn"
-
-#~ msgid ""
-#~ "You can now test your mouse. Use buttons and wheel to verify\n"
-#~ "if settings are good. If not, you can click on \"Cancel\" to choose "
-#~ "another\n"
-#~ "driver."
-#~ msgstr ""
-#~ "Voit nyt testata hiirtsi. Kyt hiiren painikkeita ja rullaa "
-#~ "varmistaaksesi\n"
-#~ "ett asetukset ovat kunnossa. Jos eivt ole, voit painaa \"Peruuta\"\n"
-#~ "valitaksesi toisen ajurin."
-
-#~ msgid "DSL (or ADSL) connection"
-#~ msgstr "DSL (tai ASDL) -yhteys"
-
-#, fuzzy
-#~ msgid "Choose"
-#~ msgstr "Sulje"
-
-#~ msgid "You can specify directly the URI to access the printer with CUPS."
-#~ msgstr "Voit antaa suoraan URIn kyttksesi kirjoitinta CUPS:in kanssa."
-
-#~ msgid "Yes, print ASCII test page"
-#~ msgstr "Kyll, tulosta ASCII-testisivu"
-
-#~ msgid "Yes, print PostScript test page"
-#~ msgstr "Kyll, tulosta PostScript-testisivu"
-
-#~ msgid "Paper Size"
-#~ msgstr "Paperikoko"
-
-#~ msgid "Eject page after job?"
-#~ msgstr "Poista sivu tyn jlkeen?"
-
-#~ msgid "Uniprint driver options"
-#~ msgstr "Uniprint ajurin asetukset"
-
-#~ msgid "Color depth options"
-#~ msgstr "Vrisyvyysasetukset"
-
-#~ msgid "Print text as PostScript?"
-#~ msgstr "Tulosta teksti postscript muodossa?"
-
-#~ msgid "Fix stair-stepping text?"
-#~ msgstr "Korjaa askelmainen rivinvaihto?"
-
-#~ msgid "Number of pages per output pages"
-#~ msgstr "Sivujen mr tulostettavalla sivulla"
-
-#~ msgid "Right/Left margins in points (1/72 of inch)"
-#~ msgstr "Vasen/Oikea mariginaali pistein (1/72 tuuma)"
-
-#~ msgid "Top/Bottom margins in points (1/72 of inch)"
-#~ msgstr "Yl/Ala-mariginaalit pistein (1/72 tuumina)"
-
-#~ msgid "Extra GhostScript options"
-#~ msgstr "Lisasetukset GhostScriptille"
-
-#~ msgid "Extra Text options"
-#~ msgstr "Listekstiasetukset"
-
-#~ msgid "Reverse page order"
-#~ msgstr "Knteinen sivujrjestys"
-
-#~ msgid "CUPS starting"
-#~ msgstr "CUPS kynnistyy"
-
-#~ msgid "Select Remote Printer Connection"
-#~ msgstr "Valitse ulkoinen kirjoitinyhteys"
-
-#~ msgid ""
-#~ "Every printer need a name (for example lp).\n"
-#~ "Other parameters such as the description of the printer or its location\n"
-#~ "can be defined. What name should be used for this printer and\n"
-#~ "how is the printer connected?"
-#~ msgstr ""
-#~ "Jokainen kirjoitin tarvitsee nimen (usein lp). Mys muita parametreja,\n"
-#~ "kuten kirjoittimen kuvaus tai sen sijainti, voidaan mritt.\n"
-#~ "Mit nime haluat kytt tlle kirjoittimelle ja miten se on liitetty\n"
-#~ "koneeseen?"
-
-#~ 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 ""
-#~ "Jokainen tulostusjono (johon tulostustit ohjataan) tarvitsee\n"
-#~ "nimen (usein lp) ja jonohakemiston joka liittyy nimeen. Mit\n"
-#~ "nime ja hakemistoa kytetn tlle jonolle ja miten kirjoitin\n"
-#~ "on liitetty?"
-
-#~ msgid "Name of queue"
-#~ msgstr "Jonon nimi"
-
-#~ msgid "Spool directory"
-#~ msgstr "Jonohakemisto"
-
-#, fuzzy
-#~ msgid "Light configuration"
-#~ msgstr "Lhiverkon asetukset"
-
-#~ msgid "Provider dns 1"
-#~ msgstr "Palveluntarjoajan dns 1"
-
-#~ msgid "Provider dns 2"
-#~ msgstr "Palveluntarjoajan dns 2"
-
-#, fuzzy
-#~ msgid "fsck failed: "
-#~ msgstr "liittminen eponnistui: "
-
-#~ msgid ""
-#~ "To enable a more secure system, you should select \"Use shadow file\" "
-#~ "and\n"
-#~ "\"Use MD5 passwords\"."
-#~ msgstr ""
-#~ "Tehdksesi jrjestelmstsi turvallisemman valitse \"Kyt shadow-"
-#~ "tiedostoa\" ja\n"
-#~ "\"Kyt MD5-salasanoja\"."
-
-#~ msgid ""
-#~ "If your network uses NIS, select \"Use NIS\". If you don't know, ask "
-#~ "your\n"
-#~ "network administrator."
-#~ msgstr ""
-#~ "Jos verkkosi kytt NIS:, valita \"Kyt NIS:i\". Jos et ole varma "
-#~ "asiasta\n"
-#~ "kysy verkkoyllpitjltsi."
+#~ msgid "Boot mode"
+#~ msgstr "Kynnistila"
-#~ msgid "yellow pages"
-#~ msgstr "keltaiset sivut"
+#~ msgid "Export"
+#~ msgstr "Vie"
-#~ msgid "How do you want to connect to the Internet?"
-#~ msgstr "Miten haluat liitty internettiin?"
+#~ msgid "click here"
+#~ msgstr "klikkaa thn"
diff --git a/perl-install/share/po/gl.po b/perl-install/share/po/gl.po
index bd89c56e0..a0f63f21a 100644
--- a/perl-install/share/po/gl.po
+++ b/perl-install/share/po/gl.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: DrakX\n"
-"POT-Creation-Date: 2001-09-21 19:50+0200\n"
+"POT-Creation-Date: 2002-03-11 18:29+0100\n"
"PO-Revision-Date: 2000-06-08 18:14+0200\n"
"Last-Translator: Jess Bravo lvarez (mdk) <jba@pobox.com>\n"
"Language-Team: Galician <trasno@ceu.fi.udc.es>\n"
@@ -15,58 +15,68 @@ msgstr ""
"Content-Type: text/plain; charset=iso-8859-1\n"
"Content-Transfer-Encoding: 8bit\n"
-#: ../../Xconfigurator.pm_.c:231
+#: ../../Xconfigurator.pm_.c:242
msgid "Configure all heads independently"
msgstr ""
-#: ../../Xconfigurator.pm_.c:232
+#: ../../Xconfigurator.pm_.c:243
#, fuzzy
msgid "Use Xinerama extension"
msgstr "Usar deteccin automtica"
-#: ../../Xconfigurator.pm_.c:235
+#: ../../Xconfigurator.pm_.c:246
#, c-format
msgid "Configure only card \"%s\" (%s)"
msgstr ""
-#: ../../Xconfigurator.pm_.c:238
+#: ../../Xconfigurator.pm_.c:249
#, fuzzy
msgid "Multi-head configuration"
msgstr "lendo a configuracin"
-#: ../../Xconfigurator.pm_.c:239
+#: ../../Xconfigurator.pm_.c:250
msgid ""
"Your system support multiple head configuration.\n"
"What do you want to do?"
msgstr ""
-#: ../../Xconfigurator.pm_.c:248
+#: ../../Xconfigurator.pm_.c:261
msgid "Graphic card"
msgstr "Tarxeta grfica"
-#: ../../Xconfigurator.pm_.c:248
+#: ../../Xconfigurator.pm_.c:262
msgid "Select a graphic card"
msgstr "Seleccione unha tarxeta grfica"
-#: ../../Xconfigurator.pm_.c:249
+#: ../../Xconfigurator.pm_.c:286
msgid "Choose a X server"
msgstr "Escolla un servidor X"
-#: ../../Xconfigurator.pm_.c:249
+#: ../../Xconfigurator.pm_.c:286
msgid "X server"
msgstr "Servidor X"
-#: ../../Xconfigurator.pm_.c:307 ../../Xconfigurator.pm_.c:313
-#: ../../Xconfigurator.pm_.c:363 ../../Xconfigurator.pm_.c:1435
+#: ../../Xconfigurator.pm_.c:293
+#, fuzzy
+msgid "Choose a X driver"
+msgstr "Escolla un servidor X"
+
+#: ../../Xconfigurator.pm_.c:293
+#, fuzzy
+msgid "X driver"
+msgstr "Servidor X"
+
+#: ../../Xconfigurator.pm_.c:360 ../../Xconfigurator.pm_.c:366
+#: ../../Xconfigurator.pm_.c:416 ../../Xconfigurator.pm_.c:1507
#, c-format
msgid "XFree %s"
msgstr "XFree %s"
-#: ../../Xconfigurator.pm_.c:310
+#: ../../Xconfigurator.pm_.c:363
msgid "Which configuration of XFree do you want to have?"
msgstr "Que configuracin de XFree quere usar?"
-#: ../../Xconfigurator.pm_.c:321
+#: ../../Xconfigurator.pm_.c:374
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support but only with XFree %s.\n"
@@ -76,19 +86,19 @@ msgstr ""
"XFree %s. A tarxeta est soportada por XFree %s, que pode ter un mellor\n"
"soporte en 2D."
-#: ../../Xconfigurator.pm_.c:323 ../../Xconfigurator.pm_.c:356
+#: ../../Xconfigurator.pm_.c:376 ../../Xconfigurator.pm_.c:409
#, c-format
msgid "Your card can have 3D hardware acceleration support with XFree %s."
msgstr ""
"A sa tarxeta pode ter soporte de aceleracin 3D por hardware con XFree %s."
-#: ../../Xconfigurator.pm_.c:325 ../../Xconfigurator.pm_.c:358
-#: ../../Xconfigurator.pm_.c:1435
+#: ../../Xconfigurator.pm_.c:378 ../../Xconfigurator.pm_.c:411
+#: ../../Xconfigurator.pm_.c:1507
#, c-format
msgid "XFree %s with 3D hardware acceleration"
msgstr "XFree %s con aceleracin 3D por hardware"
-#: ../../Xconfigurator.pm_.c:333 ../../Xconfigurator.pm_.c:347
+#: ../../Xconfigurator.pm_.c:386 ../../Xconfigurator.pm_.c:400
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support with XFree %s,\n"
@@ -97,12 +107,12 @@ msgstr ""
"A sa tarxeta pode ter soporte de aceleracin 3D por hardware, pero s con\n"
"XFree %s, ADVIRTA QUE ESTE SOPORTE EXPERIMENTAL E PODE COLGAR O SISTEMA."
-#: ../../Xconfigurator.pm_.c:335 ../../Xconfigurator.pm_.c:349
+#: ../../Xconfigurator.pm_.c:388 ../../Xconfigurator.pm_.c:402
#, c-format
msgid "XFree %s with EXPERIMENTAL 3D hardware acceleration"
msgstr "XFree %s con aceleracin 3D por hardware EXPERIMENTAL"
-#: ../../Xconfigurator.pm_.c:344
+#: ../../Xconfigurator.pm_.c:397
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support but only with XFree %s,\n"
@@ -114,31 +124,31 @@ msgstr ""
"A sa tarxeta est soportada por XFree %s, que pode ter un mellor soporte en "
"2D."
-#: ../../Xconfigurator.pm_.c:364
+#: ../../Xconfigurator.pm_.c:417
msgid "Xpmac (installation display driver)"
msgstr ""
-#: ../../Xconfigurator.pm_.c:368
+#: ../../Xconfigurator.pm_.c:421
msgid "XFree configuration"
msgstr "Configuracin de XFree"
-#: ../../Xconfigurator.pm_.c:434
+#: ../../Xconfigurator.pm_.c:496
msgid "Select the memory size of your graphic card"
msgstr "Seleccione a cantidade de memoria da tarxeta grfica"
-#: ../../Xconfigurator.pm_.c:492
+#: ../../Xconfigurator.pm_.c:550
msgid "Choose options for server"
msgstr "Escolla as opcins para o servidor"
-#: ../../Xconfigurator.pm_.c:516
+#: ../../Xconfigurator.pm_.c:574
msgid "Choose a monitor"
msgstr "Escolla o monitor"
-#: ../../Xconfigurator.pm_.c:516
+#: ../../Xconfigurator.pm_.c:574
msgid "Monitor"
msgstr "Monitor"
-#: ../../Xconfigurator.pm_.c:519
+#: ../../Xconfigurator.pm_.c:577
msgid ""
"The two critical parameters are the vertical refresh rate, which is the "
"rate\n"
@@ -161,39 +171,39 @@ msgstr ""
"xa que pode danalo.\n"
"No caso de dbida, escolla unha configuracin conservadora."
-#: ../../Xconfigurator.pm_.c:526
+#: ../../Xconfigurator.pm_.c:584
msgid "Horizontal refresh rate"
msgstr "Frecuencia de actualizacin horizontal"
-#: ../../Xconfigurator.pm_.c:527
+#: ../../Xconfigurator.pm_.c:585
msgid "Vertical refresh rate"
msgstr "Frecuencia de actualizacin vertical"
-#: ../../Xconfigurator.pm_.c:564
+#: ../../Xconfigurator.pm_.c:622
msgid "Monitor not configured"
msgstr "O monitor non est configurado"
-#: ../../Xconfigurator.pm_.c:567
+#: ../../Xconfigurator.pm_.c:625
msgid "Graphic card not configured yet"
msgstr "A tarxeta grfica anda non est configurada"
-#: ../../Xconfigurator.pm_.c:570
+#: ../../Xconfigurator.pm_.c:628
msgid "Resolutions not chosen yet"
msgstr "Resolucins anda non escollidas"
-#: ../../Xconfigurator.pm_.c:587
+#: ../../Xconfigurator.pm_.c:646
msgid "Do you want to test the configuration?"
msgstr "Desexa probar a configuracin?"
-#: ../../Xconfigurator.pm_.c:591
+#: ../../Xconfigurator.pm_.c:650
msgid "Warning: testing this graphic card may freeze your computer"
msgstr "Aviso: probar esta tarxeta grfica pode colgar o ordenador"
-#: ../../Xconfigurator.pm_.c:594
+#: ../../Xconfigurator.pm_.c:653
msgid "Test of the configuration"
msgstr "Proba da configuracin"
-#: ../../Xconfigurator.pm_.c:632 ../../Xconfigurator.pm_.c:644
+#: ../../Xconfigurator.pm_.c:692 ../../Xconfigurator.pm_.c:704
msgid ""
"\n"
"try to change some parameters"
@@ -201,156 +211,175 @@ msgstr ""
"\n"
"probe a cambiar algns parmetros"
-#: ../../Xconfigurator.pm_.c:632 ../../Xconfigurator.pm_.c:644
+#: ../../Xconfigurator.pm_.c:692 ../../Xconfigurator.pm_.c:704
msgid "An error has occurred:"
msgstr "Ocorreu un erro:"
-#: ../../Xconfigurator.pm_.c:668
+#: ../../Xconfigurator.pm_.c:731
#, c-format
msgid "Leaving in %d seconds"
msgstr "Sando en %d segundos"
-#: ../../Xconfigurator.pm_.c:679
+#: ../../Xconfigurator.pm_.c:742
msgid "Is this the correct setting?"
msgstr " esta a configuracin correcta?"
-#: ../../Xconfigurator.pm_.c:688
+#: ../../Xconfigurator.pm_.c:751
msgid "An error has occurred, try to change some parameters"
msgstr "Ocorreu un erro, probe a cambiar algns parmetros"
-#: ../../Xconfigurator.pm_.c:759
+#: ../../Xconfigurator.pm_.c:822
msgid "Resolution"
msgstr "Resolucin"
-#: ../../Xconfigurator.pm_.c:810
+#: ../../Xconfigurator.pm_.c:874
msgid "Choose the resolution and the color depth"
msgstr "Escolla a resolucin e a profundidade de cor"
-#: ../../Xconfigurator.pm_.c:812
+#: ../../Xconfigurator.pm_.c:876
#, c-format
msgid "Graphic card: %s"
msgstr "Tarxeta grfica: %s"
-#: ../../Xconfigurator.pm_.c:813
+#: ../../Xconfigurator.pm_.c:877
#, c-format
msgid "XFree86 server: %s"
msgstr "Servidor XFree86: %s"
-#: ../../Xconfigurator.pm_.c:829 ../../printerdrake.pm_.c:1885
-#: ../../standalone/draknet_.c:298 ../../standalone/draknet_.c:301
+#: ../../Xconfigurator.pm_.c:891 ../../diskdrake/interactive.pm_.c:259
+#: ../../install_steps_interactive.pm_.c:208
+msgid "More"
+msgstr "Mis"
+
+#: ../../Xconfigurator.pm_.c:891 ../../install_gtk.pm_.c:84
+#: ../../install_steps_gtk.pm_.c:328 ../../interactive.pm_.c:127
+#: ../../interactive.pm_.c:142 ../../interactive.pm_.c:317
+#: ../../interactive.pm_.c:349 ../../interactive_http.pm_.c:104
+#: ../../interactive_newt.pm_.c:170 ../../interactive_stdio.pm_.c:141
+#: ../../interactive_stdio.pm_.c:142 ../../my_gtk.pm_.c:686
+#: ../../my_gtk.pm_.c:1019 ../../my_gtk.pm_.c:1041
+#: ../../standalone/drakbackup_.c:2298 ../../standalone/drakbackup_.c:2369
+#: ../../standalone/drakbackup_.c:2385
+msgid "Ok"
+msgstr "Aceptar"
+
+#: ../../Xconfigurator.pm_.c:893 ../../network/netconnect.pm_.c:169
+#: ../../printerdrake.pm_.c:2470 ../../standalone/draknet_.c:275
+#: ../../standalone/draknet_.c:278
msgid "Expert Mode"
msgstr "Modo experto"
-#: ../../Xconfigurator.pm_.c:830
+#: ../../Xconfigurator.pm_.c:894
msgid "Show all"
msgstr "Ver todo"
-#: ../../Xconfigurator.pm_.c:875
+#: ../../Xconfigurator.pm_.c:939
msgid "Resolutions"
msgstr "Resolucins"
-#: ../../Xconfigurator.pm_.c:1437
+#: ../../Xconfigurator.pm_.c:1509
#, c-format
msgid "Keyboard layout: %s\n"
msgstr "Disposicin do teclado: %s\n"
-#: ../../Xconfigurator.pm_.c:1438
+#: ../../Xconfigurator.pm_.c:1510
#, c-format
msgid "Mouse type: %s\n"
msgstr "Tipo de rato: %s\n"
-#: ../../Xconfigurator.pm_.c:1439
+#: ../../Xconfigurator.pm_.c:1511
#, c-format
msgid "Mouse device: %s\n"
msgstr "Dispositivo do rato: %s\n"
-#: ../../Xconfigurator.pm_.c:1440
+#: ../../Xconfigurator.pm_.c:1512
#, c-format
msgid "Monitor: %s\n"
msgstr "Monitor: %s\n"
-#: ../../Xconfigurator.pm_.c:1441
+#: ../../Xconfigurator.pm_.c:1513
#, c-format
msgid "Monitor HorizSync: %s\n"
msgstr "Frecuencia horizontal do monitor: %s\n"
-#: ../../Xconfigurator.pm_.c:1442
+#: ../../Xconfigurator.pm_.c:1514
#, c-format
msgid "Monitor VertRefresh: %s\n"
msgstr "Frecuencia vertical do monitor: %s\n"
-#: ../../Xconfigurator.pm_.c:1443
+#: ../../Xconfigurator.pm_.c:1515
#, c-format
msgid "Graphic card: %s\n"
msgstr "Tarxeta grfica: %s\n"
-#: ../../Xconfigurator.pm_.c:1444
+#: ../../Xconfigurator.pm_.c:1516
#, fuzzy, c-format
msgid "Graphic card identification: %s\n"
msgstr "Tarxeta grfica: %s\n"
-#: ../../Xconfigurator.pm_.c:1445
+#: ../../Xconfigurator.pm_.c:1517
#, c-format
msgid "Graphic memory: %s kB\n"
msgstr "Memoria da tarxeta grfica: %s KB\n"
-#: ../../Xconfigurator.pm_.c:1447
+#: ../../Xconfigurator.pm_.c:1519
#, c-format
msgid "Color depth: %s\n"
msgstr "Profundidade de cor: %s\n"
-#: ../../Xconfigurator.pm_.c:1448
+#: ../../Xconfigurator.pm_.c:1520
#, c-format
msgid "Resolution: %s\n"
msgstr "Resolucin: %s\n"
-#: ../../Xconfigurator.pm_.c:1450
+#: ../../Xconfigurator.pm_.c:1522
#, c-format
msgid "XFree86 server: %s\n"
msgstr "Servidor XFree86: %s\n"
-#: ../../Xconfigurator.pm_.c:1451
+#: ../../Xconfigurator.pm_.c:1523
#, c-format
msgid "XFree86 driver: %s\n"
msgstr "Controlador de XFree86: %s\n"
-#: ../../Xconfigurator.pm_.c:1469
+#: ../../Xconfigurator.pm_.c:1541
msgid "Preparing X-Window configuration"
msgstr "Preparando a configuracin de X-Window"
-#: ../../Xconfigurator.pm_.c:1489
+#: ../../Xconfigurator.pm_.c:1561
msgid "What do you want to do?"
msgstr "Qu desexa facer?"
-#: ../../Xconfigurator.pm_.c:1494
+#: ../../Xconfigurator.pm_.c:1566
msgid "Change Monitor"
msgstr "Mudar o monitor"
-#: ../../Xconfigurator.pm_.c:1495
+#: ../../Xconfigurator.pm_.c:1567
msgid "Change Graphic card"
msgstr "Mudar a tarxeta grfica"
-#: ../../Xconfigurator.pm_.c:1497
+#: ../../Xconfigurator.pm_.c:1570
msgid "Change Server options"
msgstr "Mudar as opcins do servidor"
-#: ../../Xconfigurator.pm_.c:1498
+#: ../../Xconfigurator.pm_.c:1571
msgid "Change Resolution"
msgstr "Mudar a resolucin"
-#: ../../Xconfigurator.pm_.c:1499
+#: ../../Xconfigurator.pm_.c:1572
msgid "Show information"
msgstr "Mostrar informacin"
-#: ../../Xconfigurator.pm_.c:1500
+#: ../../Xconfigurator.pm_.c:1573
msgid "Test again"
msgstr "Probar de novo"
-#: ../../Xconfigurator.pm_.c:1501 ../../bootlook.pm_.c:156
+#: ../../Xconfigurator.pm_.c:1574 ../../printerdrake.pm_.c:2473
+#: ../../standalone/logdrake_.c:225
msgid "Quit"
msgstr "Sar"
-#: ../../Xconfigurator.pm_.c:1509
+#: ../../Xconfigurator.pm_.c:1582
#, c-format
msgid ""
"Keep the changes?\n"
@@ -363,20 +392,11 @@ msgstr ""
"\n"
"%s"
-#: ../../Xconfigurator.pm_.c:1532
-#, c-format
-msgid "Please relog into %s to activate the changes"
-msgstr "Entre de novo en %s para activar os cambios"
-
-#: ../../Xconfigurator.pm_.c:1552
-msgid "Please log out and then use Ctrl-Alt-BackSpace"
-msgstr "Saia da sesin e use Ctrl-Alt-BackSpace"
-
-#: ../../Xconfigurator.pm_.c:1555
+#: ../../Xconfigurator.pm_.c:1603
msgid "X at startup"
msgstr "Lanzar X11 arrincar"
-#: ../../Xconfigurator.pm_.c:1556
+#: ../../Xconfigurator.pm_.c:1604
msgid ""
"I can set up your computer to automatically start X upon booting.\n"
"Would you like X to start when you reboot?"
@@ -384,6 +404,15 @@ msgstr ""
"Pdese configurar o seu ordenador para que entre automaticamente\n"
"en X arrincar. Desexa que se execute X reiniciar?"
+#: ../../Xconfigurator.pm_.c:1610
+#, c-format
+msgid "Please relog into %s to activate the changes"
+msgstr "Entre de novo en %s para activar os cambios"
+
+#: ../../Xconfigurator.pm_.c:1625
+msgid "Please log out and then use Ctrl-Alt-BackSpace"
+msgstr "Saia da sesin e use Ctrl-Alt-BackSpace"
+
#: ../../Xconfigurator_consts.pm_.c:6
msgid "256 colors (8 bits)"
msgstr "256 cores (8 bits)"
@@ -404,252 +433,262 @@ msgstr "16 millns de cores (24 bits)"
msgid "4 billion colors (32 bits)"
msgstr "4 mil millns de cores (32 bits)"
-#: ../../Xconfigurator_consts.pm_.c:106
+#: ../../Xconfigurator_consts.pm_.c:113
msgid "256 kB"
msgstr "256 KB"
-#: ../../Xconfigurator_consts.pm_.c:107
+#: ../../Xconfigurator_consts.pm_.c:114
msgid "512 kB"
msgstr "512 KB"
-#: ../../Xconfigurator_consts.pm_.c:108
+#: ../../Xconfigurator_consts.pm_.c:115
msgid "1 MB"
msgstr "1 MB"
-#: ../../Xconfigurator_consts.pm_.c:109
+#: ../../Xconfigurator_consts.pm_.c:116
msgid "2 MB"
msgstr "2 MB"
-#: ../../Xconfigurator_consts.pm_.c:110
+#: ../../Xconfigurator_consts.pm_.c:117
msgid "4 MB"
msgstr "4 MB"
-#: ../../Xconfigurator_consts.pm_.c:111
+#: ../../Xconfigurator_consts.pm_.c:118
msgid "8 MB"
msgstr "8 MB"
-#: ../../Xconfigurator_consts.pm_.c:112
+#: ../../Xconfigurator_consts.pm_.c:119
#, fuzzy
msgid "16 MB"
msgstr "1 MB"
-#: ../../Xconfigurator_consts.pm_.c:113
+#: ../../Xconfigurator_consts.pm_.c:120
#, fuzzy
msgid "32 MB"
msgstr "2 MB"
-#: ../../Xconfigurator_consts.pm_.c:114
+#: ../../Xconfigurator_consts.pm_.c:121
#, fuzzy
msgid "64 MB or more"
msgstr "16 MB ou mis"
-#: ../../Xconfigurator_consts.pm_.c:122
+#: ../../Xconfigurator_consts.pm_.c:129
msgid "Standard VGA, 640x480 at 60 Hz"
msgstr "VGA estndar, 640x480 a 60 Hz"
-#: ../../Xconfigurator_consts.pm_.c:123
+#: ../../Xconfigurator_consts.pm_.c:130
msgid "Super VGA, 800x600 at 56 Hz"
msgstr "Super VGA, 800x600 a 56 Hz"
-#: ../../Xconfigurator_consts.pm_.c:124
+#: ../../Xconfigurator_consts.pm_.c:131
msgid "8514 Compatible, 1024x768 at 87 Hz interlaced (no 800x600)"
msgstr "Compatible 8514, 1024x768 a 87 Hz entrelazado (no 800x600)"
-#: ../../Xconfigurator_consts.pm_.c:125
+#: ../../Xconfigurator_consts.pm_.c:132
msgid "Super VGA, 1024x768 at 87 Hz interlaced, 800x600 at 56 Hz"
msgstr "Super VGA, 1024x768 a 87 Hz entrelazado, 800x600 a 56 Hz"
-#: ../../Xconfigurator_consts.pm_.c:126
+#: ../../Xconfigurator_consts.pm_.c:133
msgid "Extended Super VGA, 800x600 at 60 Hz, 640x480 at 72 Hz"
msgstr "Super VGA estendido, 800x600 a 60 Hz, 640x480 a 72 Hz"
-#: ../../Xconfigurator_consts.pm_.c:127
+#: ../../Xconfigurator_consts.pm_.c:134
msgid "Non-Interlaced SVGA, 1024x768 at 60 Hz, 800x600 at 72 Hz"
msgstr "SVGA non-entrelazado, 1024x768 a 60 Hz, 800x600 a 72 Hz"
-#: ../../Xconfigurator_consts.pm_.c:128
+#: ../../Xconfigurator_consts.pm_.c:135
msgid "High Frequency SVGA, 1024x768 at 70 Hz"
msgstr "SVGA alta-frecuencia, 1024x768 a 70 Hz"
-#: ../../Xconfigurator_consts.pm_.c:129
+#: ../../Xconfigurator_consts.pm_.c:136
msgid "Multi-frequency that can do 1280x1024 at 60 Hz"
msgstr "Monitor multi-frecuencia soportando 1280x1024 a 60 Hz"
-#: ../../Xconfigurator_consts.pm_.c:130
+#: ../../Xconfigurator_consts.pm_.c:137
msgid "Multi-frequency that can do 1280x1024 at 74 Hz"
msgstr "Monitor multi-frecuencia soportando 1280x1024 a 74 Hz"
-#: ../../Xconfigurator_consts.pm_.c:131
+#: ../../Xconfigurator_consts.pm_.c:138
msgid "Multi-frequency that can do 1280x1024 at 76 Hz"
msgstr "Monitor multi-frecuencia soportando 1280x1024 a 76 Hz"
-#: ../../Xconfigurator_consts.pm_.c:132
+#: ../../Xconfigurator_consts.pm_.c:139
msgid "Monitor that can do 1600x1200 at 70 Hz"
msgstr "Monitor soportando 1600x1200 a 70 Hz"
-#: ../../Xconfigurator_consts.pm_.c:133
+#: ../../Xconfigurator_consts.pm_.c:140
msgid "Monitor that can do 1600x1200 at 76 Hz"
msgstr "Monitor soportando 1600x1200 a 76 Hz"
-#: ../../any.pm_.c:96 ../../any.pm_.c:121
+#: ../../any.pm_.c:116 ../../any.pm_.c:141
msgid "First sector of boot partition"
msgstr "Primeiro sector da particin de arranque"
-#: ../../any.pm_.c:96 ../../any.pm_.c:121 ../../any.pm_.c:194
+#: ../../any.pm_.c:116 ../../any.pm_.c:141 ../../any.pm_.c:218
msgid "First sector of drive (MBR)"
msgstr "Primeiro sector do disco (MBR)"
-#: ../../any.pm_.c:100
+#: ../../any.pm_.c:120
msgid "SILO Installation"
msgstr "Instalacin do SILO"
-#: ../../any.pm_.c:101 ../../any.pm_.c:114
+#: ../../any.pm_.c:121 ../../any.pm_.c:134
msgid "Where do you want to install the bootloader?"
msgstr "Onde quere instalar o cargador de arrinque?"
-#: ../../any.pm_.c:113
+#: ../../any.pm_.c:133
msgid "LILO/grub Installation"
msgstr "Instalacin do LILO/grub"
-#: ../../any.pm_.c:125 ../../any.pm_.c:139
+#: ../../any.pm_.c:145 ../../any.pm_.c:159
msgid "SILO"
msgstr "SILO"
-#: ../../any.pm_.c:127
+#: ../../any.pm_.c:147
msgid "LILO with text menu"
msgstr "LILO con men de texto"
-#: ../../any.pm_.c:128 ../../any.pm_.c:139
+#: ../../any.pm_.c:148 ../../any.pm_.c:159
msgid "LILO with graphical menu"
msgstr "LILO con men grfico"
-#: ../../any.pm_.c:131
+#: ../../any.pm_.c:151
msgid "Grub"
msgstr "Grub"
-#: ../../any.pm_.c:135
+#: ../../any.pm_.c:155
msgid "Boot from DOS/Windows (loadlin)"
msgstr "Arrincar dende DOS/Windows (loadlin)"
-#: ../../any.pm_.c:137 ../../any.pm_.c:139
+#: ../../any.pm_.c:157 ../../any.pm_.c:159
msgid "Yaboot"
msgstr "Yaboot"
-#: ../../any.pm_.c:145 ../../any.pm_.c:177
+#: ../../any.pm_.c:166 ../../any.pm_.c:198
msgid "Bootloader main options"
msgstr "Opcins principais do cargador de arrinque"
-#: ../../any.pm_.c:146 ../../any.pm_.c:178
+#: ../../any.pm_.c:167 ../../any.pm_.c:199
msgid "Bootloader to use"
msgstr "Cargador de arrinque que usar"
-#: ../../any.pm_.c:148
+#: ../../any.pm_.c:169
msgid "Bootloader installation"
msgstr "Instalacin do cargador de arrinque"
-#: ../../any.pm_.c:150 ../../any.pm_.c:180
+#: ../../any.pm_.c:171 ../../any.pm_.c:201
msgid "Boot device"
msgstr "Dispositivo de arrinque"
-#: ../../any.pm_.c:151
+#: ../../any.pm_.c:172
msgid "LBA (doesn't work on old BIOSes)"
msgstr "LBA (non funciona en BIOS antigas)"
-#: ../../any.pm_.c:152
+#: ../../any.pm_.c:173
msgid "Compact"
msgstr "Compacto"
-#: ../../any.pm_.c:152
+#: ../../any.pm_.c:173
msgid "compact"
msgstr "compacto"
-#: ../../any.pm_.c:153 ../../any.pm_.c:250
+#: ../../any.pm_.c:174 ../../any.pm_.c:298
msgid "Video mode"
msgstr "Modo de vdeo"
-#: ../../any.pm_.c:155
+#: ../../any.pm_.c:176
msgid "Delay before booting default image"
msgstr "Retardo antes de arrincar a imaxe por omisin"
-#: ../../any.pm_.c:157 ../../any.pm_.c:730
-#: ../../install_steps_interactive.pm_.c:938 ../../network/modem.pm_.c:46
-#: ../../printerdrake.pm_.c:402 ../../printerdrake.pm_.c:481
-#: ../../standalone/draknet_.c:603
+#: ../../any.pm_.c:178 ../../any.pm_.c:796
+#: ../../install_steps_interactive.pm_.c:1115 ../../network/modem.pm_.c:48
+#: ../../printerdrake.pm_.c:708 ../../printerdrake.pm_.c:806
+#: ../../standalone/draknet_.c:625
msgid "Password"
msgstr "Contrasinal"
-#: ../../any.pm_.c:158 ../../any.pm_.c:731
-#: ../../install_steps_interactive.pm_.c:939
+#: ../../any.pm_.c:179 ../../any.pm_.c:797
+#: ../../install_steps_interactive.pm_.c:1116
msgid "Password (again)"
msgstr "Contrasinal (de novo)"
-#: ../../any.pm_.c:159
+#: ../../any.pm_.c:180
msgid "Restrict command line options"
msgstr "Restrinxir opcins da lia de comandos"
-#: ../../any.pm_.c:159
+#: ../../any.pm_.c:180
msgid "restrict"
msgstr "restrinxir"
-#: ../../any.pm_.c:161
+#: ../../any.pm_.c:182
msgid "Clean /tmp at each boot"
msgstr "Baleirar /tmp en cada arrinque"
-#: ../../any.pm_.c:162
+#: ../../any.pm_.c:183
#, c-format
msgid "Precise RAM size if needed (found %d MB)"
msgstr "Tamao exacto de memoria se for necesario (atopronse %d MB)"
-#: ../../any.pm_.c:164
+#: ../../any.pm_.c:185
msgid "Enable multi profiles"
msgstr "Activar perfs mltiples"
-#: ../../any.pm_.c:168
+#: ../../any.pm_.c:189
msgid "Give the ram size in MB"
msgstr "Indicar o tamao da memoria en MB"
-#: ../../any.pm_.c:170
+#: ../../any.pm_.c:191
msgid ""
"Option ``Restrict command line options'' is of no use without a password"
msgstr ""
"A opcin ``restrinxir opcins da lia de comandos'' non ten sentido sen "
"contrasinal"
-#: ../../any.pm_.c:171 ../../any.pm_.c:707
-#: ../../install_steps_interactive.pm_.c:933
+#: ../../any.pm_.c:192 ../../any.pm_.c:773
+#: ../../diskdrake/interactive.pm_.c:1135
+#: ../../install_steps_interactive.pm_.c:1110
msgid "Please try again"
msgstr "Tente de novo"
-#: ../../any.pm_.c:171 ../../any.pm_.c:707
-#: ../../install_steps_interactive.pm_.c:933
+#: ../../any.pm_.c:192 ../../any.pm_.c:773
+#: ../../install_steps_interactive.pm_.c:1110
msgid "The passwords do not match"
msgstr "Os contrasinais non coinciden"
-#: ../../any.pm_.c:179
+#: ../../any.pm_.c:200
msgid "Init Message"
msgstr "Mensaxe inicial"
-#: ../../any.pm_.c:181
+#: ../../any.pm_.c:202
msgid "Open Firmware Delay"
msgstr ""
-#: ../../any.pm_.c:182
+#: ../../any.pm_.c:203
msgid "Kernel Boot Timeout"
msgstr ""
-#: ../../any.pm_.c:183
+#: ../../any.pm_.c:204
msgid "Enable CD Boot?"
msgstr "Permitir o arrinque de CD?"
-#: ../../any.pm_.c:184
+#: ../../any.pm_.c:205
msgid "Enable OF Boot?"
msgstr ""
-#: ../../any.pm_.c:185
+#: ../../any.pm_.c:206
msgid "Default OS?"
msgstr "SO por omisin?"
-#: ../../any.pm_.c:207
+#: ../../any.pm_.c:240
+msgid ""
+"You decided to install the bootloader on a partition.\n"
+"This implies you already have a bootloader on the hard drive you boot (eg: "
+"System Commander).\n"
+"\n"
+"On which drive are you booting?"
+msgstr ""
+
+#: ../../any.pm_.c:255
msgid ""
"Here are the different entries.\n"
"You can add some more or change the existing ones."
@@ -657,144 +696,154 @@ msgstr ""
"Estas son as diferentes entradas.\n"
"Pode engadir algunhas mis ou cambiar as que xa existen."
-#: ../../any.pm_.c:217
+#: ../../any.pm_.c:265 ../../standalone/drakbackup_.c:752
+#: ../../standalone/drakbackup_.c:861 ../../standalone/drakfont_.c:789
+#: ../../standalone/drakfont_.c:826
msgid "Add"
msgstr "Engadir"
-#: ../../any.pm_.c:217 ../../any.pm_.c:718 ../../diskdrake.pm_.c:161
-#: ../../interactive_http.pm_.c:153 ../../printerdrake.pm_.c:1846
-#: ../../printerdrake.pm_.c:1847 ../../printerdrake.pm_.c:1904
-#: ../../printerdrake.pm_.c:1948
+#: ../../any.pm_.c:265 ../../any.pm_.c:784 ../../diskdrake/hd_gtk.pm_.c:153
+#: ../../diskdrake/removable.pm_.c:27 ../../diskdrake/smbnfs_gtk.pm_.c:86
+#: ../../interactive_http.pm_.c:153
msgid "Done"
msgstr "Feito"
-#: ../../any.pm_.c:217
+#: ../../any.pm_.c:265
msgid "Modify"
msgstr "Modificar"
-#: ../../any.pm_.c:225
+#: ../../any.pm_.c:273
msgid "Which type of entry do you want to add?"
msgstr "Que tipo de entrada desexa engadir?"
-#: ../../any.pm_.c:226
+#: ../../any.pm_.c:274 ../../standalone/drakbackup_.c:895
msgid "Linux"
msgstr "Linux"
-#: ../../any.pm_.c:226
+#: ../../any.pm_.c:274
msgid "Other OS (SunOS...)"
msgstr "Outros SO (SunOS...)"
-#: ../../any.pm_.c:227
+#: ../../any.pm_.c:275
msgid "Other OS (MacOS...)"
msgstr "Outros SO (MacOS...)"
-#: ../../any.pm_.c:227
+#: ../../any.pm_.c:275
msgid "Other OS (windows...)"
msgstr "Outros SO (windows...)"
-#: ../../any.pm_.c:246
+#: ../../any.pm_.c:294
msgid "Image"
msgstr "Imaxe"
-#: ../../any.pm_.c:247 ../../any.pm_.c:258
+#: ../../any.pm_.c:295 ../../any.pm_.c:306
msgid "Root"
msgstr "Raz"
-#: ../../any.pm_.c:248 ../../any.pm_.c:277
+#: ../../any.pm_.c:296 ../../any.pm_.c:325
msgid "Append"
msgstr "Agregar"
-#: ../../any.pm_.c:252
+#: ../../any.pm_.c:300
msgid "Initrd"
msgstr "Initrd"
-#: ../../any.pm_.c:253
+#: ../../any.pm_.c:301
msgid "Read-write"
msgstr "Lectura-escritura"
-#: ../../any.pm_.c:260
+#: ../../any.pm_.c:308
msgid "Table"
msgstr "Tboa"
-#: ../../any.pm_.c:261
+#: ../../any.pm_.c:309
msgid "Unsafe"
msgstr "Inseguro"
-#: ../../any.pm_.c:268 ../../any.pm_.c:273 ../../any.pm_.c:276
+#: ../../any.pm_.c:316 ../../any.pm_.c:321 ../../any.pm_.c:324
msgid "Label"
msgstr "Etiqueta"
-#: ../../any.pm_.c:270 ../../any.pm_.c:281
+#: ../../any.pm_.c:318 ../../any.pm_.c:329
msgid "Default"
msgstr "Por omisin"
-#: ../../any.pm_.c:278
+#: ../../any.pm_.c:326
msgid "Initrd-size"
msgstr ""
-#: ../../any.pm_.c:280
+#: ../../any.pm_.c:328
msgid "NoVideo"
msgstr ""
-#: ../../any.pm_.c:288
+#: ../../any.pm_.c:336
msgid "Remove entry"
msgstr "Quitar entrada"
-#: ../../any.pm_.c:291
+#: ../../any.pm_.c:339
msgid "Empty label not allowed"
msgstr "Etiqueta baleira non permitida"
-#: ../../any.pm_.c:292
+#: ../../any.pm_.c:340
+msgid "You must specify a kernel image"
+msgstr ""
+
+#: ../../any.pm_.c:340
+#, fuzzy
+msgid "You must specify a root partition"
+msgstr "Debe ter unha particin de intercambio"
+
+#: ../../any.pm_.c:341
msgid "This label is already used"
msgstr "Esta etiqueta xa se est a usar"
-#: ../../any.pm_.c:597
+#: ../../any.pm_.c:656
#, c-format
msgid "Found %s %s interfaces"
msgstr "%s interfaces %s atopadas"
-#: ../../any.pm_.c:598
+#: ../../any.pm_.c:657
msgid "Do you have another one?"
msgstr "Ten algunha outra?"
-#: ../../any.pm_.c:599
+#: ../../any.pm_.c:658
#, c-format
msgid "Do you have any %s interfaces?"
msgstr "Ten algunha interface %s?"
-#: ../../any.pm_.c:601 ../../any.pm_.c:760 ../../interactive.pm_.c:112
-#: ../../my_gtk.pm_.c:715
+#: ../../any.pm_.c:660 ../../any.pm_.c:832 ../../interactive.pm_.c:132
+#: ../../my_gtk.pm_.c:1018
msgid "No"
msgstr "Non"
-#: ../../any.pm_.c:601 ../../any.pm_.c:759 ../../interactive.pm_.c:112
-#: ../../my_gtk.pm_.c:715
+#: ../../any.pm_.c:660 ../../any.pm_.c:831 ../../interactive.pm_.c:132
+#: ../../my_gtk.pm_.c:1018
msgid "Yes"
msgstr "Si"
-#: ../../any.pm_.c:602
+#: ../../any.pm_.c:661
msgid "See hardware info"
msgstr "Mire a informacin sobre o hardware"
#. -PO: the first %s is the card type (scsi, network, sound,...)
#. -PO: the second is the vendor+model name
-#: ../../any.pm_.c:637
+#: ../../any.pm_.c:695
#, c-format
msgid "Installing driver for %s card %s"
msgstr "Instalando o controlador para a tarxeta %s %s"
-#: ../../any.pm_.c:638
+#: ../../any.pm_.c:696
#, c-format
msgid "(module %s)"
msgstr "(mdulo %s)"
#. -PO: the %s is the driver type (scsi, network, sound,...)
-#: ../../any.pm_.c:649
+#: ../../any.pm_.c:707
#, c-format
msgid "Which %s driver should I try?"
msgstr "Que controlador de %s desexa probar?"
-#: ../../any.pm_.c:657
+#: ../../any.pm_.c:715
#, c-format
msgid ""
"In some cases, the %s driver needs to have extra information to work\n"
@@ -812,20 +861,22 @@ msgstr ""
"analizar o equipo pode provocar que se pare, pero non debera\n"
"causar ningn dano."
-#: ../../any.pm_.c:662
+#: ../../any.pm_.c:720
msgid "Autoprobe"
msgstr "Autodeteccin"
-#: ../../any.pm_.c:662
+#: ../../any.pm_.c:720
msgid "Specify options"
msgstr "Especificar as opcins"
-#: ../../any.pm_.c:666
+#: ../../any.pm_.c:725
#, c-format
-msgid "You may now provide its options to module %s."
-msgstr "Agora pode indicar as opcins para o mdulo %s."
+msgid ""
+"You may now provide its options to module %s.\n"
+"Note that any address should be entered with the prefix 0x like '0x123'"
+msgstr ""
-#: ../../any.pm_.c:672
+#: ../../any.pm_.c:731
#, c-format
msgid ""
"You may now provide its options to module %s.\n"
@@ -836,11 +887,11 @@ msgstr ""
"As opcins son da forma nome=valor nome2=valor2 ....\n"
"Por exemplo pode ter io=0x300 irq=7"
-#: ../../any.pm_.c:675
+#: ../../any.pm_.c:734
msgid "Module options:"
msgstr "Opcins do mdulo:"
-#: ../../any.pm_.c:686
+#: ../../any.pm_.c:745
#, c-format
msgid ""
"Loading module %s failed.\n"
@@ -849,33 +900,49 @@ msgstr ""
"Fallo o cargar o mdulo %s\n"
"Desexa retentalo con outros parmetros?"
-#: ../../any.pm_.c:704
+#: ../../any.pm_.c:761
+msgid "access to X programs"
+msgstr ""
+
+#: ../../any.pm_.c:762
+msgid "access to rpm tools"
+msgstr ""
+
+#: ../../any.pm_.c:763
+msgid "allow \"su\""
+msgstr ""
+
+#: ../../any.pm_.c:764
+msgid "access to administrative files"
+msgstr ""
+
+#: ../../any.pm_.c:769
#, c-format
msgid "(already added %s)"
msgstr "(%s xa foi engadido)"
-#: ../../any.pm_.c:708
+#: ../../any.pm_.c:774
msgid "This password is too simple"
msgstr "Este contrasinal demasiado simple"
-#: ../../any.pm_.c:709
+#: ../../any.pm_.c:775
msgid "Please give a user name"
msgstr "Indique o nome de usuario"
-#: ../../any.pm_.c:710
+#: ../../any.pm_.c:776
msgid ""
"The user name must contain only lower cased letters, numbers, `-' and `_'"
msgstr "O nome de usuario (login) s debe conter letras, nmeros, '-' e '_'"
-#: ../../any.pm_.c:711
+#: ../../any.pm_.c:777
msgid "This user name is already added"
msgstr "Este nome de usuario xa est engadido"
-#: ../../any.pm_.c:715
+#: ../../any.pm_.c:781
msgid "Add user"
msgstr "Engadir usuario"
-#: ../../any.pm_.c:716
+#: ../../any.pm_.c:782
#, c-format
msgid ""
"Enter a user\n"
@@ -884,32 +951,32 @@ msgstr ""
"Introduza un usuario\n"
"%s"
-#: ../../any.pm_.c:717
+#: ../../any.pm_.c:783
msgid "Accept user"
msgstr "Aceptar usuario"
-#: ../../any.pm_.c:728
+#: ../../any.pm_.c:794
msgid "Real name"
msgstr "Nome real"
-#: ../../any.pm_.c:729 ../../printerdrake.pm_.c:401
-#: ../../printerdrake.pm_.c:480
+#: ../../any.pm_.c:795 ../../printerdrake.pm_.c:707
+#: ../../printerdrake.pm_.c:805
msgid "User name"
msgstr "Nome de usuario"
-#: ../../any.pm_.c:732
+#: ../../any.pm_.c:798
msgid "Shell"
msgstr "Shell"
-#: ../../any.pm_.c:734
+#: ../../any.pm_.c:800
msgid "Icon"
msgstr "Icona"
-#: ../../any.pm_.c:756
+#: ../../any.pm_.c:828
msgid "Autologin"
msgstr "Login automtico"
-#: ../../any.pm_.c:757
+#: ../../any.pm_.c:829
#, fuzzy
msgid ""
"I can set up your computer to automatically log on one user.\n"
@@ -919,33 +986,203 @@ msgstr ""
"como un usuario. Se non quere usar esta caracterstica, prema o botn\n"
"cancelar."
-#: ../../any.pm_.c:761
+#: ../../any.pm_.c:833
msgid "Choose the default user:"
msgstr "Escolla o usuario por defecto:"
-#: ../../any.pm_.c:762
+#: ../../any.pm_.c:834
msgid "Choose the window manager to run:"
msgstr "Escolla o xestor de fiestras para executar:"
-#: ../../any.pm_.c:771
-msgid "Please, choose a language to use."
+#: ../../any.pm_.c:849
+#, fuzzy
+msgid "Please choose a language to use."
msgstr "Escolla a lingua que desexe usar."
-#: ../../any.pm_.c:773
+#: ../../any.pm_.c:851
msgid "You can choose other languages that will be available after install"
msgstr "Pode escoller outras linguas que estarn dispoibles trala instalacin"
-#: ../../any.pm_.c:785 ../../install_steps_interactive.pm_.c:633
+#: ../../any.pm_.c:863 ../../install_steps_interactive.pm_.c:719
+#: ../../standalone/drakxtv_.c:54
msgid "All"
msgstr "Todas"
+#: ../../any.pm_.c:955
+#, fuzzy
+msgid "Allow all users"
+msgstr "Engadir usuario"
+
+#: ../../any.pm_.c:955 ../../install_steps_interactive.pm_.c:521
+msgid "Custom"
+msgstr "Personalizado"
+
+#: ../../any.pm_.c:955
+#, fuzzy
+msgid "No sharing"
+msgstr "CUPS iniciando"
+
+#: ../../any.pm_.c:965 ../../network/smbnfs.pm_.c:45
+#, fuzzy, c-format
+msgid "The package %s needs to be installed. Do you want to install it?"
+msgstr ""
+"Este paquete ten que ser actualizado\n"
+"Est seguro de que quere deseleccionalo?"
+
+#: ../../any.pm_.c:968
+msgid "You can export using NFS or Samba. Which one do you want"
+msgstr ""
+
+#: ../../any.pm_.c:976 ../../network/smbnfs.pm_.c:49
+#, c-format
+msgid "Mandatory package %s is missing"
+msgstr ""
+
+#: ../../any.pm_.c:982
+msgid ""
+"Do you want to allow users to export some directories in their home?\n"
+"Allowing this will permit users to simply click on \"Share\" in konqueror "
+"and nautilus.\n"
+"\n"
+"\"Custom\" permit a per-user granularity.\n"
+msgstr ""
+
+#: ../../any.pm_.c:996 ../../bootlook.pm_.c:161
+#: ../../diskdrake/smbnfs_gtk.pm_.c:85 ../../install_steps_gtk.pm_.c:464
+#: ../../install_steps_gtk.pm_.c:522 ../../install_steps_interactive.pm_.c:594
+#: ../../interactive.pm_.c:142 ../../interactive.pm_.c:317
+#: ../../interactive.pm_.c:349 ../../interactive_stdio.pm_.c:141
+#: ../../my_gtk.pm_.c:687 ../../my_gtk.pm_.c:690 ../../my_gtk.pm_.c:1019
+#: ../../network/netconnect.pm_.c:47 ../../printerdrake.pm_.c:1586
+#: ../../standalone/drakautoinst_.c:204 ../../standalone/drakbackup_.c:2264
+#: ../../standalone/drakbackup_.c:2289 ../../standalone/drakbackup_.c:2310
+#: ../../standalone/drakbackup_.c:2331 ../../standalone/drakbackup_.c:2349
+#: ../../standalone/drakbackup_.c:2397 ../../standalone/drakbackup_.c:2417
+#: ../../standalone/drakbackup_.c:2436 ../../standalone/drakfont_.c:767
+#: ../../standalone/drakgw_.c:721 ../../standalone/draknet_.c:116
+#: ../../standalone/draknet_.c:148 ../../standalone/draknet_.c:290
+#: ../../standalone/draknet_.c:538 ../../standalone/draknet_.c:680
+#: ../../standalone/logdrake_.c:225 ../../standalone/logdrake_.c:512
+#: ../../standalone/tinyfirewall_.c:65
+msgid "Cancel"
+msgstr "Cancelar"
+
+#: ../../any.pm_.c:996
+msgid "Launch userdrake"
+msgstr ""
+
+#: ../../any.pm_.c:998
+msgid ""
+"The per-user sharing uses the group \"fileshare\". \n"
+"You can use userdrake to add a user in this group."
+msgstr ""
+
+#: ../../any.pm_.c:1035
+msgid "Welcome To Crackers"
+msgstr "Benvida s crackers"
+
+#: ../../any.pm_.c:1036
+msgid "Poor"
+msgstr "Pobre"
+
+#: ../../any.pm_.c:1037 ../../mouse.pm_.c:31
+msgid "Standard"
+msgstr "Estndar"
+
+#: ../../any.pm_.c:1038
+msgid "High"
+msgstr "Alto"
+
+#: ../../any.pm_.c:1039
+#, fuzzy
+msgid "Higher"
+msgstr "Alto"
+
+#: ../../any.pm_.c:1040
+msgid "Paranoid"
+msgstr "Paranoico"
+
+#: ../../any.pm_.c:1043
+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 ""
+"Este nivel hai que usalo con coidado. Fai que o seu sistema sexa mis\n"
+"sinxelo de utilizar, pero moi sensible: non debe usarse nunha mquina\n"
+"conectada a outras ou Internet. Non hai contrasinais de acceso."
+
+#: ../../any.pm_.c:1046
+msgid ""
+"Password are now enabled, but use as a networked computer is still not "
+"recommended."
+msgstr ""
+"Os contrasinais estn activados, pero o uso como ordenador de rede anda\n"
+"non se recomenda."
+
+#: ../../any.pm_.c:1047
+#, fuzzy
+msgid ""
+"This is the standard security recommended for a computer that will be used "
+"to connect to the Internet as a client."
+msgstr ""
+"Esta a seguridade recomendada para un ordenador usado para conectar\n"
+" Internet como cliente. Agora hai ms comprobacins de seguridade."
+
+#: ../../any.pm_.c:1048
+msgid ""
+"There are already some restrictions, and more automatic checks are run every "
+"night."
+msgstr ""
+
+#: ../../any.pm_.c:1049
+#, fuzzy
+msgid ""
+"With this security level, the use of this system as a server becomes "
+"possible.\n"
+"The security is now high enough to use the system as a server which accept\n"
+"connections from many clients. Note: if your machine is only a client on the "
+"Internet, you should better choose a lower level."
+msgstr ""
+"Con este nivel de seguridade, posible usar este sistema coma servidor.\n"
+"A seguridade agora alta dabondo para usar o sistema coma un servidor\n"
+"que acepta conexins de mltiples clientes."
+
+#: ../../any.pm_.c:1052
+#, fuzzy
+msgid ""
+"Based on the previous level, but the system is entirely closed.\n"
+"Security features are at their maximum."
+msgstr ""
+"Tmanse caractersticas do nivel 4, pero agora o sistema est completamente\n"
+"pechado. As caractersticas de seguridade estn mximo nivel."
+
+#: ../../any.pm_.c:1058
+msgid "Choose security level"
+msgstr "Escola o nivel de seguridade"
+
+#: ../../any.pm_.c:1061
+#, fuzzy
+msgid "Security level"
+msgstr "Establecendo o nivel de seguridade"
+
+#: ../../any.pm_.c:1063
+#, fuzzy
+msgid "Use libsafe for servers"
+msgstr "Escolla as opcins para o servidor"
+
+#: ../../any.pm_.c:1064
+msgid ""
+"A library which defends against buffer overflow and format string attacks."
+msgstr ""
+
# NOTE: this message will be displayed at boot time; that is
# only the ascii charset will be available on most machines
# so use only 7bit for this message (and do transliteration or
# leave it in English, as it is the best for your language)
#
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#: ../../bootloader.pm_.c:259
+#: ../../bootloader.pm_.c:355
#, c-format
msgid ""
"Welcome to %s the operating system chooser!\n"
@@ -969,53 +1206,53 @@ msgstr ""
#
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:835
+#: ../../bootloader.pm_.c:928
msgid "Welcome to GRUB the operating system chooser!"
msgstr "Benvido ao GRUB, o selector de sistemas operativos!"
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:838
+#: ../../bootloader.pm_.c:931
#, c-format
msgid "Use the %c and %c keys for selecting which entry is highlighted."
msgstr "Use as teclas %c e %c para seleccionar a entrada marcada."
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:841
+#: ../../bootloader.pm_.c:934
msgid "Press enter to boot the selected OS, 'e' to edit the"
msgstr "Prema enter para arrincar o SO seleccionado, 'e' para editar os"
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:844
+#: ../../bootloader.pm_.c:937
msgid "commands before booting, or 'c' for a command-line."
msgstr "comandos antes de arrincar, ou 'c' para a lia de comandos."
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:847
+#: ../../bootloader.pm_.c:940
#, c-format
msgid "The highlighted entry will be booted automatically in %d seconds."
msgstr "A entrada marcada arrincarase automaticamente en %d segundos."
-#: ../../bootloader.pm_.c:851
+#: ../../bootloader.pm_.c:944
msgid "not enough room in /boot"
msgstr "non hai espacio dabondo en /boot"
#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
#. -PO: so you may need to put them in English or in a different language if MS-windows doesn't exist in your language
-#: ../../bootloader.pm_.c:951
+#: ../../bootloader.pm_.c:1044
msgid "Desktop"
msgstr "Escritorio"
# Manter o '' en iso-8859-1
#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#: ../../bootloader.pm_.c:953
+#: ../../bootloader.pm_.c:1046
msgid "Start Menu"
msgstr "Men Inicio"
-#: ../../bootloader.pm_.c:972
+#: ../../bootloader.pm_.c:1065
#, fuzzy, c-format
msgid "You can't install the bootloader on a %s partition\n"
msgstr "Onde quere instalar o cargador de arrinque?"
@@ -1028,15 +1265,15 @@ msgstr "axuda anda non implementada.\n"
msgid "Boot Style Configuration"
msgstr "Configuracin do estilo de arrinque"
-#: ../../bootlook.pm_.c:79
+#: ../../bootlook.pm_.c:79 ../../standalone/logdrake_.c:101
msgid "/_File"
msgstr "/_Ficheiro"
-#: ../../bootlook.pm_.c:80
+#: ../../bootlook.pm_.c:80 ../../standalone/logdrake_.c:107
msgid "/File/_Quit"
msgstr "/Ficheiro/_Sar"
-#: ../../bootlook.pm_.c:80
+#: ../../bootlook.pm_.c:80 ../../standalone/logdrake_.c:107
msgid "<control>Q"
msgstr "<control>Q"
@@ -1062,113 +1299,167 @@ msgstr ""
msgid "Launch Aurora at boot time"
msgstr ""
-#: ../../bootlook.pm_.c:100
+#: ../../bootlook.pm_.c:98
#, fuzzy
msgid "Lilo/grub mode"
msgstr "Modo de marcacin"
-#: ../../bootlook.pm_.c:102
+#: ../../bootlook.pm_.c:98
+#, fuzzy
+msgid "Yaboot mode"
+msgstr "Modo de arrinque"
+
+#: ../../bootlook.pm_.c:104
#, c-format
msgid ""
"You are currently using %s as Boot Manager.\n"
"Click on Configure to launch the setup wizard."
msgstr ""
-#: ../../bootlook.pm_.c:104 ../../standalone/drakgw_.c:643
-#: ../../standalone/draknet_.c:280 ../../standalone/tinyfirewall_.c:57
+#: ../../bootlook.pm_.c:106 ../../standalone/drakbackup_.c:1467
+#: ../../standalone/drakbackup_.c:1478 ../../standalone/drakgw_.c:715
+#: ../../standalone/tinyfirewall_.c:59
#, fuzzy
msgid "Configure"
msgstr "Configurar as X"
-#: ../../bootlook.pm_.c:108
-msgid "Boot mode"
-msgstr "Modo de arrinque"
-
-#: ../../bootlook.pm_.c:136
+#: ../../bootlook.pm_.c:141
msgid "System mode"
msgstr ""
-#: ../../bootlook.pm_.c:138
+#: ../../bootlook.pm_.c:143
msgid "Launch the X-Window system at start"
msgstr "Lanzar o sistema X-Window iniciar"
-#: ../../bootlook.pm_.c:143
+#: ../../bootlook.pm_.c:148
msgid "No, I don't want autologin"
msgstr "Non, non quero login automtico"
-#: ../../bootlook.pm_.c:145
+#: ../../bootlook.pm_.c:150
msgid "Yes, I want autologin with this (user, desktop)"
msgstr "Si, quero login automtico con este (usuario, escritorio)"
-#: ../../bootlook.pm_.c:155 ../../standalone/draknet_.c:108
-#: ../../standalone/draknet_.c:140 ../../standalone/draknet_.c:208
-#: ../../standalone/draknet_.c:320 ../../standalone/draknet_.c:433
-#: ../../standalone/draknet_.c:507 ../../standalone/draknet_.c:543
-#: ../../standalone/draknet_.c:644
+#: ../../bootlook.pm_.c:160 ../../network/netconnect.pm_.c:102
+#: ../../standalone/drakbackup_.c:2441 ../../standalone/drakbackup_.c:3345
+#: ../../standalone/drakfont_.c:532 ../../standalone/drakfont_.c:655
+#: ../../standalone/drakfont_.c:719 ../../standalone/drakfont_.c:765
+#: ../../standalone/draknet_.c:109 ../../standalone/draknet_.c:141
+#: ../../standalone/draknet_.c:297 ../../standalone/draknet_.c:436
+#: ../../standalone/draknet_.c:522 ../../standalone/draknet_.c:565
+#: ../../standalone/draknet_.c:666 ../../standalone/logdrake_.c:505
msgid "OK"
msgstr "Aceptar"
-#: ../../bootlook.pm_.c:156 ../../install_steps_gtk.pm_.c:516
-#: ../../interactive.pm_.c:122 ../../interactive.pm_.c:286
-#: ../../interactive.pm_.c:308 ../../interactive_stdio.pm_.c:27
-#: ../../my_gtk.pm_.c:416 ../../my_gtk.pm_.c:419 ../../my_gtk.pm_.c:716
-#: ../../printerdrake.pm_.c:1158 ../../standalone/drakgw_.c:648
-#: ../../standalone/draknet_.c:115 ../../standalone/draknet_.c:147
-#: ../../standalone/draknet_.c:313 ../../standalone/draknet_.c:519
-#: ../../standalone/draknet_.c:658 ../../standalone/tinyfirewall_.c:63
-msgid "Cancel"
-msgstr "Cancelar"
-
-#: ../../bootlook.pm_.c:224
+#: ../../bootlook.pm_.c:229
#, c-format
msgid "can not open /etc/inittab for reading: %s"
msgstr "non se pode abrir /etc/inittab para lectura: %s"
-#: ../../bootlook.pm_.c:336 ../../standalone/drakboot_.c:47
-msgid "Installation of LILO failed. The following error occured:"
-msgstr "Fallou a instalacin do LILO. Ocorreu o erro seguinte:"
-
-#: ../../common.pm_.c:93
+#: ../../common.pm_.c:94
msgid "GB"
msgstr "GB"
-#: ../../common.pm_.c:93
+#: ../../common.pm_.c:94
msgid "KB"
msgstr "KB"
-#: ../../common.pm_.c:93 ../../install_steps_graphical.pm_.c:287
-#: ../../install_steps_graphical.pm_.c:334
+#: ../../common.pm_.c:94
msgid "MB"
msgstr "MB"
-#: ../../common.pm_.c:101
+#: ../../common.pm_.c:102
msgid "TB"
msgstr "TB"
-#: ../../common.pm_.c:109
+#: ../../common.pm_.c:110
#, c-format
msgid "%d minutes"
msgstr "%d minutos"
-#: ../../common.pm_.c:111
+#: ../../common.pm_.c:112
msgid "1 minute"
msgstr "1 minuto"
-#: ../../common.pm_.c:113
+#: ../../common.pm_.c:114
#, c-format
msgid "%d seconds"
msgstr "%d segundos"
-#: ../../diskdrake.pm_.c:100
+#: ../../common.pm_.c:159
+#, fuzzy
+msgid "Can't make screenshots before partitioning"
+msgstr "Non posible engadir mis particins"
+
+#: ../../common.pm_.c:166
+#, fuzzy, c-format
+msgid "Screenshots will be available after install in %s"
+msgstr "Pode escoller outras linguas que estarn dispoibles trala instalacin"
+
+#: ../../crypto.pm_.c:12 ../../crypto.pm_.c:26 ../../standalone/drakxtv_.c:50
+msgid "France"
+msgstr "Francia"
+
+#: ../../crypto.pm_.c:13
+msgid "Costa Rica"
+msgstr ""
+
+#: ../../crypto.pm_.c:14 ../../crypto.pm_.c:27
+#, fuzzy
+msgid "Belgium"
+msgstr "Belga"
+
+#: ../../crypto.pm_.c:15 ../../crypto.pm_.c:28
+msgid "Czech Republic"
+msgstr ""
+
+#: ../../crypto.pm_.c:16 ../../crypto.pm_.c:29
+#, fuzzy
+msgid "Germany"
+msgstr "Alemn"
+
+#: ../../crypto.pm_.c:17 ../../crypto.pm_.c:30
+#, fuzzy
+msgid "Greece"
+msgstr "Grego"
+
+#: ../../crypto.pm_.c:18 ../../crypto.pm_.c:31
+#, fuzzy
+msgid "Norway"
+msgstr "Noruegus"
+
+#: ../../crypto.pm_.c:19 ../../crypto.pm_.c:32
+#, fuzzy
+msgid "Sweden"
+msgstr "Mirar"
+
+#: ../../crypto.pm_.c:20 ../../crypto.pm_.c:34
+msgid "Netherlands"
+msgstr ""
+
+#: ../../crypto.pm_.c:21 ../../crypto.pm_.c:35 ../../standalone/drakxtv_.c:50
+#, fuzzy
+msgid "Italy"
+msgstr "Italiano"
+
+#: ../../crypto.pm_.c:22 ../../crypto.pm_.c:36
+#, fuzzy
+msgid "Austria"
+msgstr "serie"
+
+#: ../../crypto.pm_.c:33 ../../crypto.pm_.c:67
+msgid "United States"
+msgstr ""
+
+#: ../../diskdrake/hd_gtk.pm_.c:94
msgid "Please make a backup of your data first"
msgstr "Faga primeiro unha copia de seguridade dos seus datos"
-#: ../../diskdrake.pm_.c:100 ../../diskdrake_interactive.pm_.c:801
-#: ../../diskdrake_interactive.pm_.c:810 ../../diskdrake_interactive.pm_.c:864
+#: ../../diskdrake/hd_gtk.pm_.c:94 ../../diskdrake/interactive.pm_.c:891
+#: ../../diskdrake/interactive.pm_.c:900 ../../diskdrake/interactive.pm_.c:954
msgid "Read carefully!"
msgstr "Lea coidadosamente!"
-#: ../../diskdrake.pm_.c:103
+#: ../../diskdrake/hd_gtk.pm_.c:97
msgid ""
"If you plan to use aboot, be carefull to leave a free space (2048 sectors is "
"enough)\n"
@@ -1177,55 +1468,23 @@ msgstr ""
"Se ten pensado usar aboot, tea coidado de deixar un espacio libre (2048\n"
"sectores abondan) no inicio do disco"
-#: ../../diskdrake.pm_.c:122 ../../diskdrake_interactive.pm_.c:313
-#: ../../diskdrake_interactive.pm_.c:328 ../../install_steps.pm_.c:72
-#: ../../install_steps_interactive.pm_.c:37
-#: ../../install_steps_interactive.pm_.c:310 ../../interactive_http.pm_.c:119
-#: ../../interactive_http.pm_.c:120 ../../standalone/diskdrake_.c:62
+#: ../../diskdrake/hd_gtk.pm_.c:116 ../../diskdrake/interactive.pm_.c:325
+#: ../../diskdrake/interactive.pm_.c:340 ../../diskdrake/smbnfs_gtk.pm_.c:45
+#: ../../install_steps.pm_.c:75 ../../install_steps_interactive.pm_.c:67
+#: ../../install_steps_interactive.pm_.c:356 ../../interactive_http.pm_.c:119
+#: ../../interactive_http.pm_.c:120 ../../standalone/diskdrake_.c:84
msgid "Error"
msgstr "Erro"
-#: ../../diskdrake.pm_.c:159
+#: ../../diskdrake/hd_gtk.pm_.c:151
msgid "Wizard"
msgstr "Axudante"
-#: ../../diskdrake.pm_.c:181
-msgid "New"
-msgstr "Novo"
-
-#: ../../diskdrake.pm_.c:203 ../../diskdrake.pm_.c:206
-#, fuzzy
-msgid "Remote"
-msgstr "Quitar"
-
-#: ../../diskdrake.pm_.c:208 ../../diskdrake.pm_.c:479
-#: ../../diskdrake_interactive.pm_.c:352 ../../diskdrake_interactive.pm_.c:523
-msgid "Mount point"
-msgstr "Punto de montaxe"
-
-#: ../../diskdrake.pm_.c:209
-msgid "Options"
-msgstr "Opcins"
-
-#: ../../diskdrake.pm_.c:211 ../../diskdrake.pm_.c:417
-#: ../../diskdrake.pm_.c:534 ../../diskdrake_interactive.pm_.c:353
-#: ../../diskdrake_interactive.pm_.c:488
-msgid "Type"
-msgstr "Tipo"
-
-#: ../../diskdrake.pm_.c:223 ../../diskdrake_interactive.pm_.c:361
-msgid "Unmount"
-msgstr "Desmontar"
-
-#: ../../diskdrake.pm_.c:224 ../../diskdrake_interactive.pm_.c:357
-msgid "Mount"
-msgstr "Montar"
-
-#: ../../diskdrake.pm_.c:228
+#: ../../diskdrake/hd_gtk.pm_.c:181 ../../diskdrake/removable_gtk.pm_.c:24
msgid "Choose action"
msgstr "Escolla a accin"
-#: ../../diskdrake.pm_.c:235
+#: ../../diskdrake/hd_gtk.pm_.c:185
msgid ""
"You have one big FAT partition\n"
"(generally used by MicroSoft Dos/Windows).\n"
@@ -1237,228 +1496,150 @@ msgstr ""
"Aconsllase que primeiro a redimensione\n"
"(prema nela, e logo en \"Redimensionar\")"
-#: ../../diskdrake.pm_.c:238
+#: ../../diskdrake/hd_gtk.pm_.c:188
msgid "Please click on a partition"
msgstr "Prema nunha particin"
-#: ../../diskdrake.pm_.c:240
-#, fuzzy
-msgid "Please click on a media"
-msgstr "Prema nunha particin"
-
-#: ../../diskdrake.pm_.c:243
-#, fuzzy
-msgid ""
-"Please click on a button above\n"
-"\n"
-"Or use \"New\""
-msgstr "Prema nunha particin"
-
-#: ../../diskdrake.pm_.c:244
-msgid "Use \"New\""
-msgstr ""
-
-#: ../../diskdrake.pm_.c:263 ../../install_steps_gtk.pm_.c:517
+#: ../../diskdrake/hd_gtk.pm_.c:202 ../../diskdrake/smbnfs_gtk.pm_.c:67
+#: ../../install_steps_gtk.pm_.c:523
msgid "Details"
msgstr "Detalles"
-#: ../../diskdrake.pm_.c:395
+#: ../../diskdrake/hd_gtk.pm_.c:320
msgid "Ext2"
msgstr "Ext2"
-#: ../../diskdrake.pm_.c:395
+#: ../../diskdrake/hd_gtk.pm_.c:320
msgid "FAT"
msgstr "FAT"
-#: ../../diskdrake.pm_.c:395
+#: ../../diskdrake/hd_gtk.pm_.c:320
msgid "HFS"
msgstr "HFS"
-#: ../../diskdrake.pm_.c:395
+#: ../../diskdrake/hd_gtk.pm_.c:320
#, fuzzy
msgid "Journalised FS"
msgstr "mount fallou"
-#: ../../diskdrake.pm_.c:395
+#: ../../diskdrake/hd_gtk.pm_.c:320
msgid "SunOS"
msgstr "SunOS"
-#: ../../diskdrake.pm_.c:395
+#: ../../diskdrake/hd_gtk.pm_.c:320
msgid "Swap"
msgstr "Intercambio"
-#: ../../diskdrake.pm_.c:396 ../../diskdrake_interactive.pm_.c:952
+#: ../../diskdrake/hd_gtk.pm_.c:321 ../../diskdrake/interactive.pm_.c:1050
msgid "Empty"
msgstr "Baleiro"
-#: ../../diskdrake.pm_.c:396 ../../install_steps_gtk.pm_.c:373
-#: ../../install_steps_gtk.pm_.c:433 ../../mouse.pm_.c:161
-#: ../../services.pm_.c:161
+#: ../../diskdrake/hd_gtk.pm_.c:321 ../../install_steps_gtk.pm_.c:379
+#: ../../install_steps_gtk.pm_.c:439 ../../mouse.pm_.c:162
+#: ../../services.pm_.c:157 ../../standalone/drakbackup_.c:944
msgid "Other"
msgstr "Outros"
-#: ../../diskdrake.pm_.c:400
+#: ../../diskdrake/hd_gtk.pm_.c:325
msgid "Filesystem types:"
msgstr "Tipos de sist. de ficheiros:"
-#: ../../diskdrake.pm_.c:417 ../../diskdrake_interactive.pm_.c:375
+#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/interactive.pm_.c:386
msgid "Create"
msgstr "Crear"
-#: ../../diskdrake.pm_.c:417 ../../diskdrake.pm_.c:419
+#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/interactive.pm_.c:365
+#: ../../diskdrake/interactive.pm_.c:499 ../../diskdrake/removable.pm_.c:26
+#: ../../diskdrake/removable.pm_.c:49 ../../diskdrake/removable_gtk.pm_.c:17
+msgid "Type"
+msgstr "Tipo"
+
+#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/hd_gtk.pm_.c:344
#, c-format
msgid "Use ``%s'' instead"
msgstr "Use ``%s'' no seu lugar"
-#: ../../diskdrake.pm_.c:419 ../../diskdrake_interactive.pm_.c:362
+#: ../../diskdrake/hd_gtk.pm_.c:344 ../../diskdrake/interactive.pm_.c:374
msgid "Delete"
msgstr "Borrar"
-#: ../../diskdrake.pm_.c:423
+#: ../../diskdrake/hd_gtk.pm_.c:348
msgid "Use ``Unmount'' first"
msgstr "Use ``Desmontar'' primeiro"
-#: ../../diskdrake.pm_.c:424 ../../diskdrake_interactive.pm_.c:480
+#: ../../diskdrake/hd_gtk.pm_.c:349 ../../diskdrake/interactive.pm_.c:491
#, c-format
msgid ""
"After changing type of partition %s, all data on this partition will be lost"
msgstr ""
" mudar o tipo da particin %s, perderanse tdolos datos desta particin"
-#: ../../diskdrake.pm_.c:478 ../../diskdrake_interactive.pm_.c:522
-#, c-format
-msgid "Where do you want to mount device %s?"
-msgstr "Onde desexa montar o dispositivo %s?"
-
-#: ../../diskdrake.pm_.c:500
-#, fuzzy
-msgid "Mount options"
-msgstr "Opcins do mdulo:"
-
-#: ../../diskdrake.pm_.c:507
-msgid "Various"
-msgstr ""
-
-#: ../../diskdrake.pm_.c:525
-#, fuzzy
-msgid "Removable media"
-msgstr "Automonta-las unidades extrables"
-
-#: ../../diskdrake.pm_.c:532
-#, fuzzy
-msgid "Change type"
-msgstr "Mudar o tipo de particin"
-
-#: ../../diskdrake.pm_.c:533 ../../diskdrake_interactive.pm_.c:487
-msgid "Which filesystem do you want?"
-msgstr "Qu sistema de ficheiros desexa?"
-
-#: ../../diskdrake.pm_.c:564
-msgid "Scanning available nfs shared resource"
-msgstr ""
-
-#: ../../diskdrake.pm_.c:569
-#, c-format
-msgid "Scanning available nfs shared resource of server %s"
-msgstr ""
-
-#: ../../diskdrake.pm_.c:578 ../../diskdrake.pm_.c:648
-msgid "If the list above doesn't contain the wanted entry, enter it here:"
-msgstr ""
-
-#: ../../diskdrake.pm_.c:581 ../../diskdrake.pm_.c:651
-msgid "Server"
-msgstr "Servidor"
-
-#: ../../diskdrake.pm_.c:582 ../../diskdrake.pm_.c:652
-msgid "Shared resource"
-msgstr ""
-
-#: ../../diskdrake.pm_.c:615
-msgid "Scanning available samba shared resource"
-msgstr ""
-
-#: ../../diskdrake.pm_.c:626 ../../diskdrake.pm_.c:639
-#, c-format
-msgid "Scanning available samba shared resource of server %s"
-msgstr ""
-
-#: ../../diskdrake_interactive.pm_.c:163
+#: ../../diskdrake/interactive.pm_.c:171
#, fuzzy
msgid "Choose a partition"
msgstr "Escolla a accin"
-#: ../../diskdrake_interactive.pm_.c:163
+#: ../../diskdrake/interactive.pm_.c:171
#, fuzzy
msgid "Choose another partition"
msgstr "Crear unha nova particin"
-#: ../../diskdrake_interactive.pm_.c:188
+#: ../../diskdrake/interactive.pm_.c:196
#, fuzzy
msgid "Exit"
msgstr "Ext2"
-#: ../../diskdrake_interactive.pm_.c:210
+#: ../../diskdrake/interactive.pm_.c:218
msgid "Toggle to expert mode"
msgstr "Mudar a modo experto"
-#: ../../diskdrake_interactive.pm_.c:210
+#: ../../diskdrake/interactive.pm_.c:218
msgid "Toggle to normal mode"
msgstr "Mudar a modo normal"
-#: ../../diskdrake_interactive.pm_.c:210
+#: ../../diskdrake/interactive.pm_.c:218
msgid "Undo"
msgstr "Refacer"
-#: ../../diskdrake_interactive.pm_.c:229
+#: ../../diskdrake/interactive.pm_.c:237
msgid "Continue anyway?"
msgstr "Continuar de calquera xeito?"
-#: ../../diskdrake_interactive.pm_.c:234
+#: ../../diskdrake/interactive.pm_.c:242
msgid "Quit without saving"
msgstr "Sar sen gardar"
-#: ../../diskdrake_interactive.pm_.c:234
+#: ../../diskdrake/interactive.pm_.c:242
msgid "Quit without writing the partition table?"
msgstr "Sar do programa sen gardar a tboa de particins?"
-#: ../../diskdrake_interactive.pm_.c:237
+#: ../../diskdrake/interactive.pm_.c:247
#, fuzzy
msgid "Do you want to save /etc/fstab modifications"
msgstr "Desexa probar a configuracin?"
-#: ../../diskdrake_interactive.pm_.c:247
+#: ../../diskdrake/interactive.pm_.c:259
msgid "Auto allocate"
msgstr "Asignacin automtica"
-#: ../../diskdrake_interactive.pm_.c:247
+#: ../../diskdrake/interactive.pm_.c:259
msgid "Clear all"
msgstr "Borrar todas"
-#: ../../diskdrake_interactive.pm_.c:247
-#: ../../install_steps_interactive.pm_.c:171
-msgid "More"
-msgstr "Mis"
-
-#: ../../diskdrake_interactive.pm_.c:250
+#: ../../diskdrake/interactive.pm_.c:262
#, fuzzy
msgid "Hard drive information"
msgstr "Informacin do correo"
-#: ../../diskdrake_interactive.pm_.c:267
-#, fuzzy
-msgid "Not enough space for auto-allocating"
-msgstr "Non hai espacio libre dabondo para asignar novas particins"
-
-#: ../../diskdrake_interactive.pm_.c:273
+#: ../../diskdrake/interactive.pm_.c:283
msgid "All primary partitions are used"
msgstr "Tdalas particins primarias estn usadas"
-#: ../../diskdrake_interactive.pm_.c:274
+#: ../../diskdrake/interactive.pm_.c:284
msgid "I can't add any more partition"
msgstr "Non posible engadir mis particins"
-#: ../../diskdrake_interactive.pm_.c:275
+#: ../../diskdrake/interactive.pm_.c:285
msgid ""
"To have more partitions, please delete one to be able to create an extended "
"partition"
@@ -1466,35 +1647,35 @@ msgstr ""
"Para ter mis particins, borre unha para poder crear unha particin "
"estendida"
-#: ../../diskdrake_interactive.pm_.c:285
+#: ../../diskdrake/interactive.pm_.c:295
#, fuzzy
msgid "Save partition table"
msgstr "Escribir tboa de particins"
-#: ../../diskdrake_interactive.pm_.c:286
+#: ../../diskdrake/interactive.pm_.c:296
#, fuzzy
msgid "Restore partition table"
msgstr "Tboa de particins de rescate"
-#: ../../diskdrake_interactive.pm_.c:287
+#: ../../diskdrake/interactive.pm_.c:297
msgid "Rescue partition table"
msgstr "Tboa de particins de rescate"
-#: ../../diskdrake_interactive.pm_.c:289
+#: ../../diskdrake/interactive.pm_.c:299
#, fuzzy
msgid "Reload partition table"
msgstr "Tboa de particins de rescate"
-#: ../../diskdrake_interactive.pm_.c:293
+#: ../../diskdrake/interactive.pm_.c:304
#, fuzzy
msgid "Removable media automounting"
msgstr "Automonta-las unidades extrables"
-#: ../../diskdrake_interactive.pm_.c:301 ../../diskdrake_interactive.pm_.c:321
+#: ../../diskdrake/interactive.pm_.c:313 ../../diskdrake/interactive.pm_.c:333
msgid "Select file"
msgstr "Seleccione un ficheiro"
-#: ../../diskdrake_interactive.pm_.c:308
+#: ../../diskdrake/interactive.pm_.c:320
msgid ""
"The backup partition table has not the same size\n"
"Still continue?"
@@ -1502,11 +1683,11 @@ msgstr ""
"A tboa de particins de rescate non ten\n"
"o mesmo tamao. Continuar de calquera xeito?"
-#: ../../diskdrake_interactive.pm_.c:322
+#: ../../diskdrake/interactive.pm_.c:334
msgid "Warning"
msgstr "Advertencia"
-#: ../../diskdrake_interactive.pm_.c:323
+#: ../../diskdrake/interactive.pm_.c:335
msgid ""
"Insert a floppy in drive\n"
"All data on this floppy will be lost"
@@ -1514,99 +1695,124 @@ msgstr ""
"Insira un disquete na unidade\n"
"Perderanse tdolos datos no disquete"
-#: ../../diskdrake_interactive.pm_.c:334
+#: ../../diskdrake/interactive.pm_.c:346
msgid "Trying to rescue partition table"
msgstr "Tentando recuperar a tboa de particins de rescate"
-#: ../../diskdrake_interactive.pm_.c:340
+#: ../../diskdrake/interactive.pm_.c:352
#, fuzzy
msgid "Detailed information"
msgstr "Informacin do correo"
-#: ../../diskdrake_interactive.pm_.c:354 ../../diskdrake_interactive.pm_.c:590
+#: ../../diskdrake/interactive.pm_.c:364 ../../diskdrake/interactive.pm_.c:534
+#: ../../diskdrake/interactive.pm_.c:554 ../../diskdrake/removable.pm_.c:24
+#: ../../diskdrake/removable_gtk.pm_.c:15 ../../diskdrake/smbnfs_gtk.pm_.c:83
+msgid "Mount point"
+msgstr "Punto de montaxe"
+
+#: ../../diskdrake/interactive.pm_.c:366 ../../diskdrake/removable.pm_.c:25
+#: ../../diskdrake/removable_gtk.pm_.c:16 ../../diskdrake/smbnfs_gtk.pm_.c:84
+msgid "Options"
+msgstr "Opcins"
+
+#: ../../diskdrake/interactive.pm_.c:367 ../../diskdrake/interactive.pm_.c:621
msgid "Resize"
msgstr "Redimensionar"
-#: ../../diskdrake_interactive.pm_.c:355 ../../diskdrake_interactive.pm_.c:630
+#: ../../diskdrake/interactive.pm_.c:368 ../../diskdrake/interactive.pm_.c:674
msgid "Move"
msgstr "Desprazar"
-#: ../../diskdrake_interactive.pm_.c:356
+#: ../../diskdrake/interactive.pm_.c:369
msgid "Format"
msgstr "Formatar"
-#: ../../diskdrake_interactive.pm_.c:358
-msgid "Active"
-msgstr "Activar"
+#: ../../diskdrake/interactive.pm_.c:370 ../../diskdrake/smbnfs_gtk.pm_.c:80
+msgid "Mount"
+msgstr "Montar"
-#: ../../diskdrake_interactive.pm_.c:359
+#: ../../diskdrake/interactive.pm_.c:371
msgid "Add to RAID"
msgstr "Engadir RAID"
-#: ../../diskdrake_interactive.pm_.c:360
+#: ../../diskdrake/interactive.pm_.c:372
msgid "Add to LVM"
msgstr "Engadir LVM"
-#: ../../diskdrake_interactive.pm_.c:363
+#: ../../diskdrake/interactive.pm_.c:373 ../../diskdrake/smbnfs_gtk.pm_.c:79
+msgid "Unmount"
+msgstr "Desmontar"
+
+#: ../../diskdrake/interactive.pm_.c:375
msgid "Remove from RAID"
msgstr "Quitar do RAID"
-#: ../../diskdrake_interactive.pm_.c:364
+#: ../../diskdrake/interactive.pm_.c:376
msgid "Remove from LVM"
msgstr "Quitar do LVM"
-#: ../../diskdrake_interactive.pm_.c:365
+#: ../../diskdrake/interactive.pm_.c:377
msgid "Modify RAID"
msgstr "Modificar o RAID"
-#: ../../diskdrake_interactive.pm_.c:366
+#: ../../diskdrake/interactive.pm_.c:378
msgid "Use for loopback"
msgstr "Usar para loopback"
-#: ../../diskdrake_interactive.pm_.c:409
+#: ../../diskdrake/interactive.pm_.c:417
msgid "Create a new partition"
msgstr "Crear unha nova particin"
-#: ../../diskdrake_interactive.pm_.c:412
+#: ../../diskdrake/interactive.pm_.c:420
msgid "Start sector: "
msgstr "Sector inicial: "
-#: ../../diskdrake_interactive.pm_.c:414 ../../diskdrake_interactive.pm_.c:732
+#: ../../diskdrake/interactive.pm_.c:422 ../../diskdrake/interactive.pm_.c:773
msgid "Size in MB: "
msgstr "Tamao en MB: "
-#: ../../diskdrake_interactive.pm_.c:415 ../../diskdrake_interactive.pm_.c:733
+#: ../../diskdrake/interactive.pm_.c:423 ../../diskdrake/interactive.pm_.c:774
msgid "Filesystem type: "
msgstr "Tipo de sist. de ficheiros: "
-#: ../../diskdrake_interactive.pm_.c:416 ../../diskdrake_interactive.pm_.c:936
-#: ../../diskdrake_interactive.pm_.c:1010
+#: ../../diskdrake/interactive.pm_.c:424
+#: ../../diskdrake/interactive.pm_.c:1034
+#: ../../diskdrake/interactive.pm_.c:1108
msgid "Mount point: "
msgstr "Punto de montaxe: "
-#: ../../diskdrake_interactive.pm_.c:420
+#: ../../diskdrake/interactive.pm_.c:428
msgid "Preference: "
msgstr "Preferencia: "
-#: ../../diskdrake_interactive.pm_.c:462
+#: ../../diskdrake/interactive.pm_.c:472
#, fuzzy
msgid "Remove the loopback file?"
msgstr "Formatando o ficheiro loopback %s"
-#: ../../diskdrake_interactive.pm_.c:486
+#: ../../diskdrake/interactive.pm_.c:497
msgid "Change partition type"
msgstr "Mudar o tipo de particin"
-#: ../../diskdrake_interactive.pm_.c:491
+#: ../../diskdrake/interactive.pm_.c:498 ../../diskdrake/removable.pm_.c:48
+msgid "Which filesystem do you want?"
+msgstr "Qu sistema de ficheiros desexa?"
+
+#: ../../diskdrake/interactive.pm_.c:502
msgid "Switching from ext2 to ext3"
msgstr ""
-#: ../../diskdrake_interactive.pm_.c:521
+#: ../../diskdrake/interactive.pm_.c:532
#, c-format
msgid "Where do you want to mount loopback file %s?"
msgstr "Onde desexa montar o ficheiro loopback %s?"
-#: ../../diskdrake_interactive.pm_.c:528
+#: ../../diskdrake/interactive.pm_.c:533 ../../diskdrake/interactive.pm_.c:553
+#, c-format
+msgid "Where do you want to mount device %s?"
+msgstr "Onde desexa montar o dispositivo %s?"
+
+#: ../../diskdrake/interactive.pm_.c:539
msgid ""
"Can't unset mount point as this partition is used for loop back.\n"
"Remove the loopback first"
@@ -1615,120 +1821,129 @@ msgstr ""
"usar de loopback.\n"
"Quite primeiro o loopback"
-#: ../../diskdrake_interactive.pm_.c:549
+#: ../../diskdrake/interactive.pm_.c:577
msgid "Computing FAT filesystem bounds"
msgstr "Calculando os lmites do sistema de ficheiros FAT"
-#: ../../diskdrake_interactive.pm_.c:549 ../../diskdrake_interactive.pm_.c:605
-#: ../../install_interactive.pm_.c:116
+#: ../../diskdrake/interactive.pm_.c:577 ../../diskdrake/interactive.pm_.c:636
+#: ../../install_interactive.pm_.c:130
msgid "Resizing"
msgstr "Redimensionando"
-#: ../../diskdrake_interactive.pm_.c:578
+#: ../../diskdrake/interactive.pm_.c:609
msgid "This partition is not resizeable"
msgstr "Esta particin non se pode redimensionar"
-#: ../../diskdrake_interactive.pm_.c:583
+#: ../../diskdrake/interactive.pm_.c:614
msgid "All data on this partition should be backed-up"
msgstr "Debera facer unha copia de seguridade dos datos desta particin"
-#: ../../diskdrake_interactive.pm_.c:585
+#: ../../diskdrake/interactive.pm_.c:616
#, c-format
msgid "After resizing partition %s, all data on this partition will be lost"
msgstr ""
" redimensionar a particin %s, perderanse tdolos datos desta particin"
-#: ../../diskdrake_interactive.pm_.c:590
+#: ../../diskdrake/interactive.pm_.c:621
msgid "Choose the new size"
msgstr "Escoller o novo tamao"
-#: ../../diskdrake_interactive.pm_.c:591
+#: ../../diskdrake/interactive.pm_.c:622
#, fuzzy
msgid "New size in MB: "
msgstr "Tamao en MB: "
-#: ../../diskdrake_interactive.pm_.c:631
+#: ../../diskdrake/interactive.pm_.c:675
msgid "Which disk do you want to move it to?"
msgstr "A que disco desexa desprazala?"
-#: ../../diskdrake_interactive.pm_.c:632
+#: ../../diskdrake/interactive.pm_.c:676
msgid "Sector"
msgstr "Sector"
-#: ../../diskdrake_interactive.pm_.c:633
+#: ../../diskdrake/interactive.pm_.c:677
msgid "Which sector do you want to move it to?"
msgstr "A que sector desexa desprazala?"
-#: ../../diskdrake_interactive.pm_.c:636
+#: ../../diskdrake/interactive.pm_.c:680
msgid "Moving"
msgstr "Desprazando"
-#: ../../diskdrake_interactive.pm_.c:636
+#: ../../diskdrake/interactive.pm_.c:680
msgid "Moving partition..."
msgstr "Desprazando particin..."
-#: ../../diskdrake_interactive.pm_.c:657
+#: ../../diskdrake/interactive.pm_.c:697
msgid "Choose an existing RAID to add to"
msgstr "Escolla un dos RAID para engadirlle"
-#: ../../diskdrake_interactive.pm_.c:658 ../../diskdrake_interactive.pm_.c:676
+#: ../../diskdrake/interactive.pm_.c:698 ../../diskdrake/interactive.pm_.c:716
msgid "new"
msgstr "novo"
-#: ../../diskdrake_interactive.pm_.c:674
+#: ../../diskdrake/interactive.pm_.c:714
msgid "Choose an existing LVM to add to"
msgstr "Escolla un dos LVM para engadirlle"
-#: ../../diskdrake_interactive.pm_.c:679
+#: ../../diskdrake/interactive.pm_.c:719
msgid "LVM name?"
msgstr "Nome do LVM?"
-#: ../../diskdrake_interactive.pm_.c:718
+#: ../../diskdrake/interactive.pm_.c:759
msgid "This partition can't be used for loopback"
msgstr "Esta particin non pode usarse para loopback"
-#: ../../diskdrake_interactive.pm_.c:730
+#: ../../diskdrake/interactive.pm_.c:771
msgid "Loopback"
msgstr "Loopback"
-#: ../../diskdrake_interactive.pm_.c:731
+#: ../../diskdrake/interactive.pm_.c:772
msgid "Loopback file name: "
msgstr "Nome do ficheiro loopback: "
-#: ../../diskdrake_interactive.pm_.c:736
+#: ../../diskdrake/interactive.pm_.c:777
#, fuzzy
msgid "Give a file name"
msgstr "Nome real"
-#: ../../diskdrake_interactive.pm_.c:739
+#: ../../diskdrake/interactive.pm_.c:780
msgid "File already used by another loopback, choose another one"
msgstr "O ficheiro xa est a ser usado por outro loopback, escolla outro"
-#: ../../diskdrake_interactive.pm_.c:740
+#: ../../diskdrake/interactive.pm_.c:781
msgid "File already exists. Use it?"
msgstr "O ficheiro xa existe. Usalo?"
-#: ../../diskdrake_interactive.pm_.c:784
+#: ../../diskdrake/interactive.pm_.c:804
+#, fuzzy
+msgid "Mount options"
+msgstr "Opcins do mdulo:"
+
+#: ../../diskdrake/interactive.pm_.c:811
+msgid "Various"
+msgstr ""
+
+#: ../../diskdrake/interactive.pm_.c:874
msgid "device"
msgstr "dispositivo"
-#: ../../diskdrake_interactive.pm_.c:785
+#: ../../diskdrake/interactive.pm_.c:875
msgid "level"
msgstr "nivel"
-#: ../../diskdrake_interactive.pm_.c:786
+#: ../../diskdrake/interactive.pm_.c:876
msgid "chunk size"
msgstr "tamao do bloque de datos"
-#: ../../diskdrake_interactive.pm_.c:801
+#: ../../diskdrake/interactive.pm_.c:891
msgid "Be careful: this operation is dangerous."
msgstr "Tea coidado: esta operacin perigosa."
-#: ../../diskdrake_interactive.pm_.c:816
+#: ../../diskdrake/interactive.pm_.c:906
msgid "What type of partitioning?"
msgstr "Qu tipo de particionamento quere?"
-#: ../../diskdrake_interactive.pm_.c:834
+#: ../../diskdrake/interactive.pm_.c:924
msgid ""
"Sorry I won't accept to create /boot so far onto the drive (on a cylinder > "
"1024).\n"
@@ -1739,7 +1954,7 @@ msgstr ""
"(nun cilindro > 1024). Se usa o LILO, non funcionar, e se non o\n"
"usa, non necesita /boot"
-#: ../../diskdrake_interactive.pm_.c:838
+#: ../../diskdrake/interactive.pm_.c:928
msgid ""
"The partition you've selected to add as root (/) is physically located "
"beyond\n"
@@ -1751,7 +1966,7 @@ msgstr ""
"Se pensa usar o selector de SO de arrinque LILO, lembre engadir unha\n"
"particin /boot"
-#: ../../diskdrake_interactive.pm_.c:844
+#: ../../diskdrake/interactive.pm_.c:934
msgid ""
"You've selected a software RAID partition as root (/).\n"
"No bootloader is able to handle this without a /boot partition.\n"
@@ -1762,131 +1977,138 @@ msgstr ""
"particin /boot.\n"
"Lembre polo tanto engadir unha particin /boot"
-#: ../../diskdrake_interactive.pm_.c:864
+#: ../../diskdrake/interactive.pm_.c:954
#, c-format
msgid "Partition table of drive %s is going to be written to disk!"
msgstr "Escribirase disco a tboa de particins da unidade %s!"
-#: ../../diskdrake_interactive.pm_.c:868
+#: ../../diskdrake/interactive.pm_.c:958
msgid "You'll need to reboot before the modification can take place"
msgstr ""
"Necesitar reiniciar o equipo para que a modificacin sexa tomada en conta"
-#: ../../diskdrake_interactive.pm_.c:879
+#: ../../diskdrake/interactive.pm_.c:969
#, c-format
msgid "After formatting partition %s, all data on this partition will be lost"
msgstr " formatar a particin %s, perderanse tdolos datos desta particin"
-#: ../../diskdrake_interactive.pm_.c:881
+#: ../../diskdrake/interactive.pm_.c:971
msgid "Formatting"
msgstr "Formatando"
-#: ../../diskdrake_interactive.pm_.c:882
+#: ../../diskdrake/interactive.pm_.c:972
#, c-format
msgid "Formatting loopback file %s"
msgstr "Formatando o ficheiro loopback %s"
-#: ../../diskdrake_interactive.pm_.c:883
-#: ../../install_steps_interactive.pm_.c:419
+#: ../../diskdrake/interactive.pm_.c:973
+#: ../../install_steps_interactive.pm_.c:465
#, c-format
msgid "Formatting partition %s"
msgstr "Formatando a particin %s"
-#: ../../diskdrake_interactive.pm_.c:894
+#: ../../diskdrake/interactive.pm_.c:984
#, fuzzy
msgid "Hide files"
msgstr "mkraid fallou"
-#: ../../diskdrake_interactive.pm_.c:894
+#: ../../diskdrake/interactive.pm_.c:984
#, fuzzy
msgid "Move files to the new partition"
msgstr "Non hai espacio libre dabondo para asignar novas particins"
-#: ../../diskdrake_interactive.pm_.c:895
+#: ../../diskdrake/interactive.pm_.c:985
#, c-format
msgid ""
"Directory %s already contain some data\n"
"(%s)"
msgstr ""
-#: ../../diskdrake_interactive.pm_.c:906
+#: ../../diskdrake/interactive.pm_.c:996
#, fuzzy
msgid "Moving files to the new partition"
msgstr "Non hai espacio libre dabondo para asignar novas particins"
-#: ../../diskdrake_interactive.pm_.c:910
+#: ../../diskdrake/interactive.pm_.c:1000
#, c-format
msgid "Copying %s"
msgstr ""
-#: ../../diskdrake_interactive.pm_.c:914
+#: ../../diskdrake/interactive.pm_.c:1004
#, fuzzy, c-format
msgid "Removing %s"
msgstr "Resolucin: %s\n"
-#: ../../diskdrake_interactive.pm_.c:937 ../../diskdrake_interactive.pm_.c:996
+#: ../../diskdrake/interactive.pm_.c:1014
+#, c-format
+msgid "partition %s is now known as %s"
+msgstr ""
+
+#: ../../diskdrake/interactive.pm_.c:1035
+#: ../../diskdrake/interactive.pm_.c:1094
msgid "Device: "
msgstr "Dispositivo: "
-#: ../../diskdrake_interactive.pm_.c:938
+#: ../../diskdrake/interactive.pm_.c:1036
#, c-format
msgid "DOS drive letter: %s (just a guess)\n"
msgstr "Letra de unidade DOS: %s (aproximacin)\n"
-#: ../../diskdrake_interactive.pm_.c:942 ../../diskdrake_interactive.pm_.c:950
-#: ../../diskdrake_interactive.pm_.c:1014
+#: ../../diskdrake/interactive.pm_.c:1040
+#: ../../diskdrake/interactive.pm_.c:1048
+#: ../../diskdrake/interactive.pm_.c:1112
msgid "Type: "
msgstr "Tipo: "
-#: ../../diskdrake_interactive.pm_.c:946
+#: ../../diskdrake/interactive.pm_.c:1044
msgid "Name: "
msgstr "Nome: "
-#: ../../diskdrake_interactive.pm_.c:954
+#: ../../diskdrake/interactive.pm_.c:1052
#, c-format
msgid "Start: sector %s\n"
msgstr "Inicio: sector %s\n"
-#: ../../diskdrake_interactive.pm_.c:955
+#: ../../diskdrake/interactive.pm_.c:1053
#, c-format
msgid "Size: %s"
msgstr "Tamao: %s"
-#: ../../diskdrake_interactive.pm_.c:957
+#: ../../diskdrake/interactive.pm_.c:1055
#, c-format
msgid ", %s sectors"
msgstr ", %s sectores"
-#: ../../diskdrake_interactive.pm_.c:959
-#, c-format
-msgid "Cylinder %d to cylinder %d\n"
+#: ../../diskdrake/interactive.pm_.c:1057
+#, fuzzy, c-format
+msgid "Cylinder %d to %d\n"
msgstr "Cilindro %d a cilindro %d\n"
-#: ../../diskdrake_interactive.pm_.c:960
+#: ../../diskdrake/interactive.pm_.c:1058
msgid "Formatted\n"
msgstr "Formatado\n"
-#: ../../diskdrake_interactive.pm_.c:961
+#: ../../diskdrake/interactive.pm_.c:1059
msgid "Not formatted\n"
msgstr "Non formatado\n"
-#: ../../diskdrake_interactive.pm_.c:962
+#: ../../diskdrake/interactive.pm_.c:1060
msgid "Mounted\n"
msgstr "Montado\n"
-#: ../../diskdrake_interactive.pm_.c:963
+#: ../../diskdrake/interactive.pm_.c:1061
#, c-format
msgid "RAID md%s\n"
msgstr "RAID md%s\n"
-#: ../../diskdrake_interactive.pm_.c:965
+#: ../../diskdrake/interactive.pm_.c:1063
#, fuzzy, c-format
msgid ""
"Loopback file(s):\n"
" %s\n"
msgstr "Ficheiro(s) loopback: %s\n"
-#: ../../diskdrake_interactive.pm_.c:966
+#: ../../diskdrake/interactive.pm_.c:1064
msgid ""
"Partition booted by default\n"
" (for MS-DOS boot, not for lilo)\n"
@@ -1894,27 +2116,27 @@ msgstr ""
"Particin de arrinque por omisin\n"
" (para arrincar en MS-DOS, non para lilo)\n"
-#: ../../diskdrake_interactive.pm_.c:968
+#: ../../diskdrake/interactive.pm_.c:1066
#, c-format
msgid "Level %s\n"
msgstr "Nivel %s\n"
-#: ../../diskdrake_interactive.pm_.c:969
+#: ../../diskdrake/interactive.pm_.c:1067
#, c-format
msgid "Chunk size %s\n"
msgstr "Tamao do bloque de datos %s\n"
-#: ../../diskdrake_interactive.pm_.c:970
+#: ../../diskdrake/interactive.pm_.c:1068
#, c-format
msgid "RAID-disks %s\n"
msgstr "Discos RAID %s\n"
-#: ../../diskdrake_interactive.pm_.c:972
+#: ../../diskdrake/interactive.pm_.c:1070
#, c-format
msgid "Loopback file name: %s"
msgstr "Nome do ficheiro loopback: %s"
-#: ../../diskdrake_interactive.pm_.c:975
+#: ../../diskdrake/interactive.pm_.c:1073
msgid ""
"\n"
"Chances are, this partition is\n"
@@ -1922,7 +2144,7 @@ msgid ""
"probably leave it alone.\n"
msgstr ""
-#: ../../diskdrake_interactive.pm_.c:978
+#: ../../diskdrake/interactive.pm_.c:1076
msgid ""
"\n"
"This special Bootstrap\n"
@@ -1930,65 +2152,105 @@ msgid ""
"dual-booting your system.\n"
msgstr ""
-#: ../../diskdrake_interactive.pm_.c:997
+#: ../../diskdrake/interactive.pm_.c:1095
#, c-format
msgid "Size: %s\n"
msgstr "Tamao: %s\n"
-#: ../../diskdrake_interactive.pm_.c:998
+#: ../../diskdrake/interactive.pm_.c:1096
#, c-format
msgid "Geometry: %s cylinders, %s heads, %s sectors\n"
msgstr "Xeometra: %s cilindros, %s cabezas, %s sectores\n"
-#: ../../diskdrake_interactive.pm_.c:999
+#: ../../diskdrake/interactive.pm_.c:1097
msgid "Info: "
msgstr "Info: "
-#: ../../diskdrake_interactive.pm_.c:1000
+#: ../../diskdrake/interactive.pm_.c:1098
#, c-format
msgid "LVM-disks %s\n"
msgstr "Discos LVM %s\n"
-#: ../../diskdrake_interactive.pm_.c:1001
+#: ../../diskdrake/interactive.pm_.c:1099
#, c-format
msgid "Partition table type: %s\n"
msgstr "Tipo de tboa de particins: %s\n"
-#: ../../diskdrake_interactive.pm_.c:1002
+#: ../../diskdrake/interactive.pm_.c:1100
#, c-format
msgid "on bus %d id %d\n"
msgstr "no bus %d id %d\n"
-#: ../../diskdrake_interactive.pm_.c:1016
+#: ../../diskdrake/interactive.pm_.c:1114
#, c-format
msgid "Options: %s"
msgstr "Opcins: %s"
-#: ../../fs.pm_.c:447 ../../fs.pm_.c:457 ../../fs.pm_.c:461 ../../fs.pm_.c:465
-#: ../../fs.pm_.c:469 ../../fs.pm_.c:473
+#: ../../diskdrake/interactive.pm_.c:1130
+#, fuzzy
+msgid "Filesystem encryption key"
+msgstr "Tipo de sist. de ficheiros: "
+
+#: ../../diskdrake/interactive.pm_.c:1131
+msgid "Choose your filesystem encryption key"
+msgstr ""
+
+#: ../../diskdrake/interactive.pm_.c:1134
+#, fuzzy, c-format
+msgid "This encryption key is too simple (must be at least %d characters long)"
+msgstr ""
+"Este contrasinal demasiado simple (ten que ter polo menos %d caracteres)"
+
+#: ../../diskdrake/interactive.pm_.c:1135
+#, fuzzy
+msgid "The encryption keys do not match"
+msgstr "Os contrasinais non coinciden"
+
+#: ../../diskdrake/interactive.pm_.c:1138
+msgid "Encryption key"
+msgstr ""
+
+#: ../../diskdrake/interactive.pm_.c:1139
+msgid "Encryption key (again)"
+msgstr ""
+
+#: ../../diskdrake/removable.pm_.c:47
+#, fuzzy
+msgid "Change type"
+msgstr "Mudar o tipo de particin"
+
+#: ../../diskdrake/removable_gtk.pm_.c:28
+#, fuzzy
+msgid "Please click on a media"
+msgstr "Prema nunha particin"
+
+#: ../../diskdrake/smbnfs_gtk.pm_.c:165
+#, fuzzy
+msgid "Search servers"
+msgstr "Servidor DNS"
+
+#: ../../fs.pm_.c:485 ../../fs.pm_.c:495 ../../fs.pm_.c:499 ../../fs.pm_.c:503
+#: ../../fs.pm_.c:507 ../../fs.pm_.c:511
#, c-format
msgid "%s formatting of %s failed"
msgstr "O formato %s de %s fallou"
-#: ../../fs.pm_.c:506
+#: ../../fs.pm_.c:548
#, c-format
msgid "I don't know how to format %s in type %s"
msgstr "Descocese o xeito de formatar %s de tipo %s"
-#: ../../fs.pm_.c:568
-msgid "mount failed"
-msgstr "mount fallou"
+#: ../../fs.pm_.c:620 ../../fs.pm_.c:649 ../../fs.pm_.c:655
+#, c-format
+msgid "mounting partition %s in directory %s failed"
+msgstr ""
-#: ../../fs.pm_.c:588
+#: ../../fs.pm_.c:640
#, c-format
msgid "fsck failed with exit code %d or signal %d"
msgstr ""
-#: ../../fs.pm_.c:597 ../../fs.pm_.c:603 ../../partition_table.pm_.c:560
-msgid "mount failed: "
-msgstr "mount fallou: "
-
-#: ../../fs.pm_.c:618 ../../partition_table.pm_.c:556
+#: ../../fs.pm_.c:670 ../../partition_table.pm_.c:596
#, c-format
msgid "error unmounting %s: %s"
msgstr "erro desmontando %s: %s"
@@ -1997,48 +2259,66 @@ msgstr "erro desmontando %s: %s"
msgid "simple"
msgstr "simple"
+#: ../../fsedit.pm_.c:25
+msgid "with /usr"
+msgstr ""
+
#: ../../fsedit.pm_.c:30
msgid "server"
msgstr "servidor"
-#: ../../fsedit.pm_.c:461
+#: ../../fsedit.pm_.c:467
msgid "You can't use JFS for partitions smaller than 16MB"
msgstr "Non pode usar JFS para particins mis pequenas que 16MB"
-#: ../../fsedit.pm_.c:462
+#: ../../fsedit.pm_.c:468
msgid "You can't use ReiserFS for partitions smaller than 32MB"
msgstr "Non pode usar ReiserFS para particins mis pequenas que 32MB"
-#: ../../fsedit.pm_.c:471
+#: ../../fsedit.pm_.c:477
msgid "Mount points must begin with a leading /"
msgstr "Os puntos de montaxe deben empezar por /"
-#: ../../fsedit.pm_.c:472
+#: ../../fsedit.pm_.c:478
#, c-format
msgid "There is already a partition with mount point %s\n"
msgstr "Xa existe unha particin co punto de montaxe %s\n"
-#: ../../fsedit.pm_.c:476
+#: ../../fsedit.pm_.c:482
#, c-format
msgid "You can't use a LVM Logical Volume for mount point %s"
msgstr "Non pode usar un volume lxico LVM para o punto de montaxe %s"
-#: ../../fsedit.pm_.c:478
+#: ../../fsedit.pm_.c:484
msgid "This directory should remain within the root filesystem"
msgstr "Este directorio debera permanecer dentro do sistema de ficheiros raz"
-#: ../../fsedit.pm_.c:480
+#: ../../fsedit.pm_.c:486
msgid "You need a true filesystem (ext2, reiserfs) for this mount point\n"
msgstr ""
"Necesita un sistema de ficheiros real (ext2, reiserfs) para este punto de "
"montaxe\n"
-#: ../../fsedit.pm_.c:596
+#: ../../fsedit.pm_.c:488
+#, fuzzy, c-format
+msgid "You can't use an encrypted file system for mount point %s"
+msgstr "Non pode usar un volume lxico LVM para o punto de montaxe %s"
+
+#: ../../fsedit.pm_.c:546
+#, fuzzy
+msgid "Not enough free space for auto-allocating"
+msgstr "Non hai espacio libre dabondo para asignar novas particins"
+
+#: ../../fsedit.pm_.c:548
+msgid "Nothing to do"
+msgstr ""
+
+#: ../../fsedit.pm_.c:612
#, c-format
msgid "Error opening %s for writing: %s"
msgstr "Erro abrir %s para escritura: %s"
-#: ../../fsedit.pm_.c:681
+#: ../../fsedit.pm_.c:697
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"
@@ -2046,7 +2326,7 @@ msgstr ""
"Ocorreu un erro - non se atopou ningn dispositivo vlido para crear novos "
"sistemas de ficheiros. Verifique o seu equipo para ver a razn deste problema"
-#: ../../fsedit.pm_.c:704
+#: ../../fsedit.pm_.c:720
msgid "You don't have any partitions!"
msgstr "Non ten ningunha particin!"
@@ -2063,14 +2343,14 @@ msgid ""
"system would not work any more. If you make a serious mistake as a regular\n"
"user, you may only lose some information, but not the entire system.\n"
"\n"
-"First, you have to enter your real name. This is not mandatory, of course -\n"
+"First, you have to enter your real name. This is not mandatory, of course\n"
"as you can actually enter whatever you want. DrakX will then take the first\n"
"word you have entered in the box and will bring it over to the \"User\n"
-"name\". This is the name this particular user will use to log into the\n"
+"name\". This is the name this particular user will use to log onto the\n"
"system. You can change it. You then have to enter a password here. A\n"
-"non-privileged (regular) user's password is not as crucial as that of\n"
-"\"root\" from a security point of view, but that is no reason to neglect it\n"
-"- after all, your files are at risk.\n"
+"non-privileged (regular) user's password is not as crucial as \"root\"' one\n"
+"from a security point of view, but that is no reason to neglect it: after\n"
+"all, your files are at risk.\n"
"\n"
"If you click on \"Accept user\", you can then add as many as you want. Add\n"
"a user for each one of your friends: your father or your sister, for\n"
@@ -2084,7 +2364,7 @@ msgstr ""
msgid ""
"Listed above are the existing Linux partitions detected on your hard drive.\n"
"You can keep the choices made by the wizard, they are good for most common\n"
-"installs. If you make any changes, you must at least define a root\n"
+"installations. If you make any changes, you must at least define a root\n"
"partition (\"/\"). Do not choose too small a partition or you will not be\n"
"able to install enough software. If you want to store your data on a\n"
"separate partition, you will also need to create a partition for \"/home\"\n"
@@ -2101,11 +2381,11 @@ msgid ""
"\"Hard drive number\" is always a letter after \"hd\" or \"sd\". For IDE\n"
"hard drives:\n"
"\n"
-" * \"a\" means \"master hard drive on the primary IDE controller\",\n"
+" * \"a\" means \"master hard drive on the primary IDE controller\";\n"
"\n"
-" * \"b\" means \"slave hard drive on the primary IDE controller\",\n"
+" * \"b\" means \"slave hard drive on the primary IDE controller\";\n"
"\n"
-" * \"c\" means \"master hard drive on the secondary IDE controller\",\n"
+" * \"c\" means \"master hard drive on the secondary IDE controller\";\n"
"\n"
" * \"d\" means \"slave hard drive on the secondary IDE controller\".\n"
"\n"
@@ -2115,8 +2395,8 @@ msgstr ""
#: ../../help.pm_.c:72
msgid ""
-"The Mandrake Linux installation is spread out over several CDROMs. DrakX\n"
-"knows if a selected package is located on another CDROM and will eject the\n"
+"The Mandrake Linux installation is spread out over several CD-ROMs. DrakX\n"
+"knows if a selected package is located on another CD-ROM and will eject the\n"
"current CD and ask you to insert a different one as required."
msgstr ""
@@ -2126,8 +2406,8 @@ msgid ""
"system. There are thousands of packages available for Mandrake Linux, and\n"
"you are not supposed to know them all by heart.\n"
"\n"
-"If you are performing a standard installation from CDROM, you will first be\n"
-"asked to specify the CDs you currently have (in Expert mode only). Check\n"
+"If you are performing a standard installation from a CD-ROM, you will first\n"
+"be asked to specify the CDs you currently have (in Expert mode only). Check\n"
"the CD labels and highlight the boxes corresponding to the CDs you have\n"
"available for installation. Click \"OK\" when you are ready to continue.\n"
"\n"
@@ -2136,49 +2416,61 @@ msgid ""
"\n"
" * \"Workstation\": if you plan to use your machine as a workstation, "
"select\n"
-"one or more of the corresponding groups.\n"
+"one or more of the corresponding groups;\n"
"\n"
-" * \"Development\": if the machine is to be used for programming, choose "
-"the\n"
-"desired group(s).\n"
+" * \"Development\": if your machine is to be used for programming, choose\n"
+"the desired group(s);\n"
"\n"
-" * \"Server\": finally, if the machine is intended to be a server, you will\n"
-"be able to select which of the most common services you wish to see\n"
-"installed on the machine.\n"
+" * \"Server\": if your machine is intended to be a server, you will be able\n"
+"to select which of the most common services you wish to install on your\n"
+"machine;\n"
"\n"
-" * \"Graphical Environment\": this is where you will choose your preferred\n"
-"graphical environment. At least one must be selected if you want to have a\n"
-"graphical workstation!\n"
+" * \"Graphical Environment\": finally, this is where you will choose your\n"
+"preferred graphical environment. At least one must be selected if you want\n"
+"to have a graphical workstation!\n"
"\n"
"Moving the mouse cursor over a group name will display a short explanatory\n"
-"text about that group.\n"
+"text about that group. If you deselect all groups when performing a regular\n"
+"installation (by opposition to an upgrade), a dialog will pop up proposing\n"
+"different options for a minimal installation:\n"
+"\n"
+" * \"With X\": install the fewer packages possible to have a working\n"
+"graphical desktop;\n"
+"\n"
+" * \"With basic documentation\": installs the base system plus basic\n"
+"utilities and their documentation. This installation is suitable for\n"
+"setting up a server;\n"
+"\n"
+" * \"Truly minimal install\": will install the strict minimum necessary to\n"
+"get a working Linux system, in command line only. This installation is\n"
+"about 65Mb large.\n"
"\n"
"You can check the \"Individual package selection\" box, which is useful if\n"
"you are familiar with the packages being offered or if you want to have\n"
"total control over what will be installed.\n"
"\n"
-"If you started the installation in \"Update\" mode, you can unselect all\n"
+"If you started the installation in \"Upgrade\" mode, you can unselect all\n"
"groups to avoid installing any new package. This is useful for repairing or\n"
"updating an existing system."
msgstr ""
-#: ../../help.pm_.c:115
+#: ../../help.pm_.c:128
msgid ""
-"Finally, depending on your choice of whether or not to select individual\n"
-"packages, you will be presented a tree containing all packages classified\n"
-"by groups and subgroups. While browsing the tree, you can select entire\n"
-"groups, subgroups, or individual packages.\n"
+"Finally, depending on whether or not you selected individual packages, you\n"
+"will be presented a tree containing all packages classified by groups and\n"
+"subgroups. While browsing the tree, you can select entire groups,\n"
+"subgroups, or individual packages.\n"
"\n"
"Whenever you select a package on the tree, a description appears on the\n"
"right. When your selection is finished, click the \"Install\" button which\n"
"will then launch the installation process. Depending on the speed of your\n"
"hardware and the number of packages that need to be installed, it may take\n"
-"a while to complete the process. A time to complete estimate is displayed\n"
-"on the screen to help you gauge if there is sufficient time to enjoy a cup\n"
-"of coffee.\n"
+"a while to complete the process. An estimate of the time it will take to\n"
+"install everything is displayed on the screen, to help you gauge if there\n"
+"is sufficient time to enjoy a cup of coffee.\n"
"\n"
-"!! If a server package has been selected either intentionally or because it\n"
-"was part of a whole group, you will be asked to confirm that you really\n"
+"!! If a server package has been selected, either intentionally or because\n"
+"it was part of a whole group, you will be asked to confirm that you really\n"
"want those servers to be installed. Under Mandrake Linux, any installed\n"
"servers are started by default at boot time. Even if they are safe and have\n"
"no known issues at the time the distribution was shipped, it may happen\n"
@@ -2193,37 +2485,38 @@ msgid ""
"occurs because it has determined that it needs to satisfy a dependency with\n"
"another package in order to successfully complete the installation.\n"
"\n"
-"The tiny floppy disc icon at the bottom of the list allows to load the\n"
-"packages list chosen during a previous installation. Clicking on this icon\n"
+"The tiny floppy disk icon at the bottom of the list allows to load the\n"
+"package list chosen during a previous installation. Clicking on this icon\n"
"will ask you to insert a floppy disk previously created at the end of\n"
"another installation. See the second tip of last step on how to create such\n"
"a floppy."
msgstr ""
-#: ../../help.pm_.c:151
+#: ../../help.pm_.c:164
msgid ""
-"If you wish to connect your computer to the Internet or to a local network,\n"
-"please choose the correct option. Please turn on your device before\n"
-"choosing the correct option to let DrakX detect it automatically.\n"
+"You are now proposed to set up your Internet/network connection. If you\n"
+"wish to connect your computer to the Internet or to a local network, click\n"
+"\"OK\". The autodetection of network devices and modem will be launched. If\n"
+"this detection fails, uncheck the \"Use auto detection\" box next time. You\n"
+"may also choose not to configure the network, or do it later; in that case,\n"
+"simply click the \"Cancel\" button.\n"
"\n"
-"Mandrake Linux proposes the configuration of an Internet connection at\n"
-"installation time. Available connections are: traditional modem, ISDN\n"
-"modem, ADSL connection, cable modem, and finally a simple LAN connection\n"
-"(Ethernet).\n"
+"Available connections are: traditional modem, ISDN modem, ADSL connection,\n"
+"cable modem, and finally a simple LAN connection (Ethernet).\n"
"\n"
"Here, we will not detail each configuration. Simply make sure that you have\n"
"all the parameters from your Internet Service Provider or system\n"
"administrator.\n"
"\n"
-"You can consult the manual chapter about Internet connections for details\n"
-"about the configuration, or simply wait until your system is installed and\n"
-"use the program described there to configure your connection.\n"
+"You can consult the ``User Guide'' chapter about Internet connections for\n"
+"details about the configuration, or simply wait until your system is\n"
+"installed and use the program described there to configure your connection.\n"
"\n"
-"If you wish to configure the network later after installation or if you\n"
-"have finished configuring your network connection, click \"Cancel\"."
+"If you wish to configure the network later after installation, or if you\n"
+"are finished configuring your network connection, click \"Cancel\"."
msgstr ""
-#: ../../help.pm_.c:172
+#: ../../help.pm_.c:186
#, fuzzy
msgid ""
"You may now choose which services you wish to start at boot time.\n"
@@ -2236,10 +2529,11 @@ msgid ""
"specific service. However, if you are not sure whether a service is useful\n"
"or not, it is safer to leave the default behavior.\n"
"\n"
-"At this stage, be very careful if you intend to use your machine as a\n"
-"server: you will probably not want to start any services that you do not\n"
+"!! At this stage, be very careful if you intend to use your machine as a\n"
+"server: you will probably not want to start any services which you do not\n"
"need. Please remember that several services can be dangerous if they are\n"
-"enabled on a server. In general, select only the services you really need."
+"enabled on a server. In general, select only the services you really need.\n"
+"!!"
msgstr ""
"Agora poder escoller que servicios quere que sexan arrincados inicio.\n"
"Cando o seu rato pasa por riba dun elemento, unha pequena axuda aparecer\n"
@@ -2249,37 +2543,45 @@ msgstr ""
"coma un servidor: probablemente non querer iniciar servicios que non "
"precisa."
-#: ../../help.pm_.c:188
+#: ../../help.pm_.c:203
msgid ""
-"GNU/Linux manages time in GMT (Greenwich Manage Time) and translates it in\n"
-"local time according to the time zone you selected."
+"GNU/Linux manages time in GMT (Greenwich Mean Time) and translates it in\n"
+"local time according to the time zone you selected. It is however possible\n"
+"to deactivate this by deselecting \"Hardware clock set to GMT\" so that the\n"
+"hardware clock is the same as the system clock. This is useful when the\n"
+"machine is hosting another operating system like Windows.\n"
+"\n"
+"The \"Automatic time synchronization\" option will automatically regulate\n"
+"the clock by connecting to a remote time server on the Internet. In the\n"
+"list that is presented, choose a server located near you. Of course you\n"
+"must have a working Internet connection for this feature to work. It will\n"
+"actually install on your machine a time server which can be optionally used\n"
+"by other machines on your local network."
msgstr ""
-"Linux xestiona a hora en GMT ou \"Hora do Meridiano de Greenwich\", e a\n"
-"traslada hora local dependendo da zona que vostede escolla."
-#: ../../help.pm_.c:192
+#: ../../help.pm_.c:217
msgid ""
"X (for X Window System) is the heart of the GNU/Linux graphical interface\n"
-"on which all the graphics environments (KDE, Gnome, AfterStep,\n"
-"WindowMaker...) bundled with Mandrake Linux rely. In this section, DrakX\n"
+"on which all the graphical environments (KDE, GNOME, AfterStep,\n"
+"WindowMaker, etc.) bundled with Mandrake Linux rely. In this section, DrakX\n"
"will try to configure X automatically.\n"
"\n"
"It is extremely rare for it to fail, unless the hardware is very old (or\n"
"very new). If it succeeds, it will start X automatically with the best\n"
-"resolution possible depending on the size of the monitor. A window will\n"
+"resolution possible, depending on the size of the monitor. A window will\n"
"then appear and ask you if you can see it.\n"
"\n"
-"If you are doing an \"Expert\" install, you will enter the X configuration\n"
-"wizard. See the corresponding section of the manual for more information\n"
-"about this wizard.\n"
+"If you are doing an \"Expert\" installation, you will enter the X\n"
+"configuration wizard. See the corresponding section of the manual for more\n"
+"information about this wizard.\n"
"\n"
-"If you can see the message and answer \"Yes\", then DrakX will proceed to\n"
-"the next step. If you cannot see the message, it simply means that the\n"
-"configuration was wrong and the test will automatically end after 10\n"
-"seconds, restoring the screen."
+"If you can see the message during the test, and answer \"Yes\", then DrakX\n"
+"will proceed to the next step. If you cannot see the message, it simply\n"
+"means that the configuration was wrong and the test will automatically end\n"
+"after 10 seconds, restoring the screen."
msgstr ""
-#: ../../help.pm_.c:212
+#: ../../help.pm_.c:237
msgid ""
"The first time you try the X configuration, you may not be very satisfied\n"
"with its display (screen is too small, shifted left or right...). Hence,\n"
@@ -2289,11 +2591,11 @@ msgid ""
"\n"
"As a last resort, if you still cannot get X to work, choose \"Change\n"
"graphics card\", select \"Unlisted card\", and when prompted on which\n"
-"server you want, choose \"FBDev\". This is a failsafe option which works\n"
-"with any modern graphics card. Then choose \"Test again\" to be sure."
+"server, choose \"FBDev\". This is a failsafe option which works with any\n"
+"modern graphics card. Then choose \"Test again\" to be sure."
msgstr ""
-#: ../../help.pm_.c:224
+#: ../../help.pm_.c:249
msgid ""
"Finally, you will be asked whether you want to see the graphical interface\n"
"at boot. Note this question will be asked even if you chose not to test the\n"
@@ -2302,17 +2604,16 @@ msgid ""
"configured."
msgstr ""
-#: ../../help.pm_.c:231
+#: ../../help.pm_.c:256
msgid ""
-"The Mandrake Linux CDROM has a built-in rescue mode. You can access it by\n"
-"booting from the CDROM, press the >>F1<< key at boot and type >>rescue<< at\n"
-"the prompt. But in case your computer cannot boot from the CDROM, you\n"
+"The Mandrake LinuxCD-ROM has a built-in rescue mode. You can access it by\n"
+"booting from the CD-ROM, press the >>F1<< key at boot and type >>rescue<<\n"
+"at the prompt. But in case your computer cannot boot from the CD-ROM, you\n"
"should come back to this step for help in at least two situations:\n"
"\n"
-" * when installing the boot loader, DrakX will rewrite the boot sector "
-"(MBR)\n"
-"of your main disk (unless you are using another boot manager) so that you\n"
-"can start up with either Windows or GNU/Linux (assuming you have Windows in\n"
+" * when installing the bootloader, DrakX will rewrite the boot sector (MBR)\n"
+"of your main disk (unless you are using another boot manager), to allow you\n"
+"to start up with either Windows or GNU/Linux (assuming you have Windows in\n"
"your system). If you need to reinstall Windows, the Microsoft install\n"
"process will rewrite the boot sector, and then you will not be able to\n"
"start GNU/Linux!\n"
@@ -2330,25 +2631,26 @@ msgid ""
"the whole disk."
msgstr ""
-#: ../../help.pm_.c:255
+#: ../../help.pm_.c:280
#, fuzzy
msgid ""
-"At this point you need to choose where on your hard drive to install your\n"
-"Mandrake Linux operating system. If your hard drive is empty or if an\n"
-"existing operating system is using all the space available, you will need\n"
-"to partition it. Basically, partitioning a hard drive consists of logically\n"
-"dividing it to create space to install your new Mandrake Linux system.\n"
+"At this point, you need to choose where you want to install the Mandrake\n"
+"Linux operating system on your hard drive. If your hard drive is empty or\n"
+"if an existing operating system is using all the available space, you will\n"
+"need to partition it. Basically, partitioning a hard drive consists of\n"
+"logically dividing it to create space to install your new Mandrake Linux\n"
+"system.\n"
"\n"
-"Because the effects of the partitioning process are usually irreversible,\n"
+"Because the partitioning process' effects are usually irreversible,\n"
"partitioning can be intimidating and stressful if you are an inexperienced\n"
"user. Fortunately, there is a wizard which simplifies this process. Before\n"
"beginning, please consult the manual and take your time.\n"
"\n"
-"If you are running the install in Expert mode, you will enter DiskDrake,\n"
-"the Mandrake Linux partitioning tool, which allows you to fine-tune your\n"
-"partitions. See the DiskDrake chapter of the manual. From the installation\n"
-"interface, you can use the wizards as described here by clicking the\n"
-"\"Wizard\" button of the dialog.\n"
+"If you are running the installation in Expert mode, you will enter\n"
+"DiskDrake, the Mandrake Linux partitioning tool, which allows you to\n"
+"fine-tune your partitions. See the DiskDrake section in the ``User Guide''.\n"
+"From the installation interface, you can use the wizards as described here\n"
+"by clicking the dialog's \"Wizard\" button.\n"
"\n"
"If partitions have already been defined, either from a previous\n"
"installation or from another partitioning tool, simply select those to\n"
@@ -2359,43 +2661,45 @@ msgid ""
"available:\n"
"\n"
" * \"Use free space\": this option will simply lead to an automatic\n"
-"partitioning of your blank drive(s). You will not be prompted further.\n"
+"partitioning of your blank drive(s). You will not be prompted further;\n"
"\n"
" * \"Use existing partition\": the wizard has detected one or more existing\n"
"Linux partitions on your hard drive. If you want to use them, choose this\n"
-"option.\n"
+"option;\n"
"\n"
-" * \"Use the free space on the Windows partition\": if Microsoft Windows is\n"
+" * \"Use the free space on the Windows; partition\": if MicrosoftWindows is\n"
"installed on your hard drive and takes all the space available on it, you\n"
-"have to create free space for Linux data. To do that, you can delete your\n"
-"Microsoft Windows partition and data (see \"Erase entire disk\" or \"Expert\n"
-"mode\" solutions) or resize your Microsoft Windows partition. Resizing can\n"
-"be performed without the loss of any data. This solution is recommended if\n"
-"you want to use both Mandrake Linux and Microsoft Windows on same computer.\n"
+"have to create free space for Linux data. To do so, you can delete your\n"
+"MicrosoftWindows partition and data (see ``Erase entire disk'' or ``Expert\n"
+"mode'' solutions) or resize your MicrosoftWindows partition. Resizing can\n"
+"be performed without the loss of any data, provided you previously\n"
+"defragment the Windows partition. Backing up your data won't hurt either..\n"
+"This solution is recommended if you want to use both Mandrake Linux and\n"
+"MicrosoftWindows on the same computer.\n"
"\n"
" Before choosing this option, please understand that after this "
"procedure,\n"
-"the size of your Microsoft Windows partition will be smaller than at the\n"
-"present time. You will have less free space under Microsoft Windows to\n"
-"store your data or to install new software.\n"
+"the size of your MicrosoftWindows partition will be smaller than at the\n"
+"present time. You will have less free space under MicrosoftWindows to store\n"
+"your data or to install new software;\n"
"\n"
" * \"Erase entire disk\": if you want to delete all data and all partitions\n"
"present on your hard drive and replace them with your new Mandrake Linux\n"
"system, choose this option. Be careful with this solution because you will\n"
-"not be able to revert your choice after confirmation.\n"
+"not be able to revert your choice after you confirm;\n"
"\n"
" !! If you choose this option, all data on your disk will be lost. !!\n"
"\n"
" * \"Remove Windows\": this will simply erase everything on the drive and\n"
"begin fresh, partitioning everything from scratch. All data on your disk\n"
-"will be lost.\n"
+"will be lost;\n"
"\n"
" !! If you choose this option, all data on your disk will be lost. !!\n"
"\n"
" * \"Expert mode\": choose this option if you want to manually partition\n"
-"your hard drive. Be careful - it is a powerful but dangerous choice. You\n"
-"can very easily lose all your data. Hence, do not choose this unless you\n"
-"know what you are doing."
+"your hard drive. Be careful it is a powerful but dangerous choice. You can\n"
+"very easily lose all your data. Hence, do not choose this unless you know\n"
+"what you are doing."
msgstr ""
"Neste punto, ten que escoller onde quere instalar o sistema operativo\n"
"Mandrake Linux no disco duro. Se est baleiro, ou se hai outro sistema\n"
@@ -2462,7 +2766,7 @@ msgstr ""
"datos moi facilmente. Polo tanto,\n"
" non a escolla a menos que saiba o que est a facer."
-#: ../../help.pm_.c:319
+#: ../../help.pm_.c:347
msgid ""
"There you are. Installation is now complete and your GNU/Linux system is\n"
"ready to use. Just click \"OK\" to reboot the system. You can start\n"
@@ -2477,28 +2781,29 @@ msgid ""
"\n"
" Note that two different options are available after clicking the button:\n"
"\n"
-" * \"Replay\". This is a partially automated install as the partitioning\n"
-"step (and only this one) remains interactive.\n"
+" * \"Replay\". This is a partially automated installation as the\n"
+"partitioning step (and only this one) remains interactive;\n"
"\n"
-" * \"Automated\". Fully automated install: the hard disk is completely\n"
+" * \"Automated\". Fully automated installation: the hard disk is "
+"completely\n"
"rewritten, all data is lost.\n"
"\n"
" This feature is very handy when installing a great number of similar\n"
-"machines. See the Auto install section at our web site.\n"
+"machines. See the Auto install section on our web site;\n"
"\n"
-" * \"Save packages selection\"(*): saves the packages selection as made\n"
+" * \"Save packages selection\"(*): saves the package selection as done\n"
"previously. Then, when doing another installation, insert the floppy inside\n"
-"the driver and run the installation going to the help screen by pressing on\n"
+"the drive and run the installation going to the help screen by pressing on\n"
"the [F1] key, and by issuing >>linux defcfg=\"floppy\"<<.\n"
"\n"
"(*) You need a FAT-formatted floppy (to create one under GNU/Linux, type\n"
"\"mformat a:\")"
msgstr ""
-#: ../../help.pm_.c:350
+#: ../../help.pm_.c:378
msgid ""
"Any partitions that have been newly defined must be formatted for use\n"
-"(formatting means creating a file system).\n"
+"(formatting means creating a filesystem).\n"
"\n"
"At this time, you may wish to reformat some already existing partitions to\n"
"erase any data they contain. If you wish to do that, please select those\n"
@@ -2512,7 +2817,7 @@ msgid ""
"\n"
"Please be careful when selecting partitions. After formatting, all data on\n"
"the selected partitions will be deleted and you will not be able to recover\n"
-"any of them.\n"
+"any of it.\n"
"\n"
"Click on \"OK\" when you are ready to format partitions.\n"
"\n"
@@ -2520,10 +2825,10 @@ msgid ""
"Mandrake Linux operating system installation.\n"
"\n"
"Click on \"Advanced\" if you wish to select partitions that will be checked\n"
-"for bad blocks on the disc."
+"for bad blocks on the disk."
msgstr ""
-#: ../../help.pm_.c:376
+#: ../../help.pm_.c:404
msgid ""
"Your new Mandrake Linux operating system is currently being installed.\n"
"Depending on the number of packages you will be installing and the speed of\n"
@@ -2533,70 +2838,99 @@ msgid ""
"Please be patient."
msgstr ""
-#: ../../help.pm_.c:384
+#: ../../help.pm_.c:412
msgid ""
-"Before continuing you should read carefully the terms of the license. It\n"
+"At the time you are installing Mandrake Linux, it is likely that some\n"
+"packages have been updated since the initial release. Some bugs may have\n"
+"been fixed, and security issues solved. To allow you to benefit from these\n"
+"updates, you are now proposed to download them from the Internet. Choose\n"
+"\"Yes\" if you have a working Internet connection, or \"No\" if you prefer\n"
+"to install updated packages later.\n"
+"\n"
+"Choosing \"Yes\" displays a list of places from which updates can be\n"
+"retrieved. Choose the one nearest you. Then a package-selection tree\n"
+"appears: review the selection, and press \"Install\" to retrieve and\n"
+"install the selected package(s), or \"Cancel\" to abort."
+msgstr ""
+
+#: ../../help.pm_.c:425
+msgid ""
+"Before continuing, you should read carefully the terms of the license. It\n"
"covers the whole Mandrake Linux distribution, and if you do not agree with\n"
"all the terms in it, click on the \"Refuse\" button which will immediately\n"
-"terminate the installation. To continue with the installation, click the\n"
+"terminate the installation. To continue with the installation, click on the\n"
"\"Accept\" button."
msgstr ""
-#: ../../help.pm_.c:391
+#: ../../help.pm_.c:432
msgid ""
"At this point, it is time to choose the security level desired for the\n"
"machine. As a rule of thumb, the more exposed the machine is, and the more\n"
"the data stored in it is crucial, the higher the security level should be.\n"
-"However, a higher security level is generally obtained at the expenses of\n"
-"easiness of use. Refer to the MSEC chapter of the ``Reference Manual'' to\n"
-"get more information about the meaning of these levels.\n"
+"However, a higher security level is generally obtained at the expense of\n"
+"easiness of use. Refer to the \"msec\" chapter of the ``Reference Manual''\n"
+"to get more information about the meaning of these levels.\n"
"\n"
"If you do not know what to choose, keep the default option."
msgstr ""
-#: ../../help.pm_.c:401
+#: ../../help.pm_.c:442
msgid ""
-"At this point, you need to choose what partition(s) will be used for the\n"
-"installation of your Mandrake Linux system. If partitions have been already\n"
+"At this point, you need to choose which partition(s) will be used for the\n"
+"installation of your Mandrake Linux system. If partitions have already been\n"
"defined, either from a previous installation of GNU/Linux or from another\n"
-"partitioning tool, you can use existing partitions. Otherwise hard drive\n"
+"partitioning tool, you can use existing partitions. Otherwise, hard drive\n"
"partitions must be defined.\n"
"\n"
"To create partitions, you must first select a hard drive. You can select\n"
-"the disk for partitioning by clicking on \"hda\" for the first IDE drive,\n"
-"\"hdb\" for the second, \"sda\" for the first SCSI drive and so on.\n"
+"the disk for partitioning by clicking on ``hda'' for the first IDE drive,\n"
+"``hdb'' for the second, ``sda'' for the first SCSI drive and so on.\n"
"\n"
"To partition the selected hard drive, you can use these options:\n"
"\n"
" * \"Clear all\": this option deletes all partitions on the selected hard\n"
-"drive.\n"
+"drive;\n"
+"\n"
+" * \"Auto allocate\": this option enables to automatically create \"Ext2\"\n"
+"and swap partitions in free space of your hard drive;\n"
"\n"
-" * \"Auto allocate\": this option allows you to automatically create Ext2\n"
-"and swap partitions in free space of your hard drive.\n"
+" * \"More\": gives access to additional features:\n"
"\n"
-" * \"Rescue partition table\": if your partition table is damaged, you can\n"
+" * \"Save partition table\": saves the partition table to a floppy. "
+"Useful\n"
+"for later partition-table recovery if necessary. It is strongly recommended\n"
+"to perform this step;\n"
+"\n"
+" * \"Restore partition table\": allows to restore a previously saved\n"
+"partition table from floppy disk;\n"
+"\n"
+" * \"Rescue partition table\": if your partition table is damaged, you "
+"can\n"
"try to recover it using this option. Please be careful and remember that it\n"
-"can fail.\n"
+"can fail;\n"
"\n"
-" * \"Undo\": use this option to cancel your changes.\n"
+" * \"Reload partition table\": discards all changes and loads your "
+"initial\n"
+"partition table;\n"
"\n"
-" * \"Reload\": you can use this option if you wish to undo all changes and\n"
-"load your initial partitions table.\n"
+" * \"Removable media automounting\": unchecking this option will force "
+"users\n"
+"to manually mount and unmount removable medias such as floppies and\n"
+"CD-ROMs.\n"
"\n"
" * \"Wizard\": use this option if you wish to use a wizard to partition "
"your\n"
"hard drive. This is recommended if you do not have a good knowledge of\n"
-"partitioning.\n"
+"partitioning;\n"
"\n"
-" * \"Restore from floppy\": this option will allow you to restore a\n"
-"previously saved partition table from floppy disk.\n"
+" * \"Undo\": use this option to cancel your changes;\n"
"\n"
-" * \"Save to floppy\": saves the partition table to a floppy. Useful for\n"
-"later partition-table recovery if necessary. It is strongly recommended to\n"
-"perform this step.\n"
+" * \"Toggle to normal/expert mode\": allows additional actions on "
+"partitions\n"
+"(type, options, format) and gives more information;\n"
"\n"
-" * \"Done\": when you have finished partitioning your hard drive, this will\n"
-"save your changes back to disc.\n"
+" * \"Done\": when you are finished partitioning your hard drive, this will\n"
+"save your changes back to disk.\n"
"\n"
"Note: you can reach any option using the keyboard. Navigate through the\n"
"partitions using [Tab] and [Up/Down] arrows.\n"
@@ -2609,17 +2943,20 @@ msgid ""
"\n"
" * Ctrl-m to set the mount point.\n"
"\n"
+"To get information about the different filesystem types available, please\n"
+"read the ext2fs chapter from the ``Reference Manual''.\n"
+"\n"
"If you are installing on a PPC machine, you will want to create a small HFS\n"
-"\"bootstrap\" partition of at least 1MB which will be used by the yaboot\n"
-"boot loader. If you opt to make the partition a bit larger, say 50MB, you\n"
+"``bootstrap'' partition of at least 1MB, which will be used by the yaboot\n"
+"bootloader. If you opt to make the partition a bit larger, say 50MB, you\n"
"may find it a useful place to store a spare kernel and ramdisk images for\n"
"emergency boot situations."
msgstr ""
-#: ../../help.pm_.c:460
+#: ../../help.pm_.c:513
msgid ""
-"More than one Microsoft Windows partition has been detected on your hard\n"
-"drive. Please choose the one you want resize in order to install your new\n"
+"More than one Microsoft partition has been detected on your hard drive.\n"
+"Please choose the one you want to resize in order to install your new\n"
"Mandrake Linux operating system.\n"
"\n"
"Each partition is listed as follows: \"Linux name\", \"Windows name\"\n"
@@ -2634,11 +2971,11 @@ msgid ""
"\"Hard drive number\" is always a letter after \"hd\" or \"sd\". With IDE\n"
"hard drives:\n"
"\n"
-" * \"a\" means \"master hard drive on the primary IDE controller\",\n"
+" * \"a\" means \"master hard drive on the primary IDE controller\";\n"
"\n"
-" * \"b\" means \"slave hard drive on the primary IDE controller\",\n"
+" * \"b\" means \"slave hard drive on the primary IDE controller\";\n"
"\n"
-" * \"c\" means \"master hard drive on the secondary IDE controller\",\n"
+" * \"c\" means \"master hard drive on the secondary IDE controller\";\n"
"\n"
" * \"d\" means \"slave hard drive on the secondary IDE controller\".\n"
"\n"
@@ -2649,38 +2986,48 @@ msgid ""
"disk or partition is called \"C:\")."
msgstr ""
-#: ../../help.pm_.c:491
+#: ../../help.pm_.c:544
msgid "Please be patient. This operation can take several minutes."
msgstr "Por favor, sexa paciente. Esta operacin pode levar varios minutos."
-#: ../../help.pm_.c:494
+#: ../../help.pm_.c:547
#, fuzzy
msgid ""
"DrakX now needs to know if you want to perform a default (\"Recommended\")\n"
-"installation or if you want to have greater control (\"Expert\"). You also\n"
-"have the choice of performing a new install or an upgrade of an existing\n"
-"Mandrake Linux system. Clicking \"Install\" will completely wipe out the\n"
-"old system. Select \"Upgrade\" if you are upgrading or repairing an\n"
-"existing system.\n"
-"\n"
-"Please choose \"Install\" if there are no previous version of Mandrake\n"
-"Linux installed or if you wish to boot between various operating systems.\n"
+"installation or if you want to have greater control (\"Expert\"). You can\n"
+"also choose to do a new install or an upgrade of an existing Mandrake Linux\n"
+"system:\n"
+"\n"
+" * \"Install\": completely wipes out the old system. In fact, depending on\n"
+"what currently holds your machine, you will be able to keep some old (Linux\n"
+"or other) partitions unchanged;\n"
+"\n"
+" * \"Upgrade\": this installation class allows to simply update the "
+"packages\n"
+"currently installed on your Mandrake Linux system. It keeps the current\n"
+"partitions of your hard drives as well as user configurations. All other\n"
+"configuration steps remain available with respect to plain installation;\n"
+"\n"
+" * \"Upgrade Packages Only\": this brand new class allows to upgrade an\n"
+"existing Mandrake Linux system while keeping all system configurations\n"
+"unchanged. Adding new packages to the current installation is also\n"
+"possible.\n"
"\n"
-"Please choose \"Update\" if you wish to update or repair an already\n"
-"installed version of Mandrake Linux.\n"
+"Upgrades should work fine for Mandrake Linux systems starting from \"8.1\"\n"
+"release.\n"
"\n"
-"Depending on your knowledge of GNU/Linux, please choose one of the\n"
-"following to install or update your Mandrake Linux operating system:\n"
+"Depending on your knowledge of GNU/Linux, select one of the following\n"
+"choices:\n"
"\n"
" * Recommended: choose this if you have never installed a GNU/Linux\n"
"operating system. The installation will be very easy and you will only be\n"
-"asked a few questions.\n"
+"asked a few questions;\n"
"\n"
" * Expert: if you have a good knowledge of GNU/Linux, you can choose this\n"
"installation class. The expert installation will allow you to perform a\n"
-"highly customized installation. Answering some of the questions can be\n"
-"difficult if you do not have a good knowledge of GNU/Linux so do not choose\n"
-"this unless you know what you are doing."
+"highly-customized installation. Answering some of the questions can be\n"
+"difficult if you do not have a good knowledge of GNU/Linux, so do not\n"
+"choose this unless you know what you are doing."
msgstr ""
"Escolla \"Instalar\" se non hai ningunha versin previa de Mandrake Linux\n"
"instalada ou se quere usar varios sistemas operativos.\n"
@@ -2716,10 +3063,10 @@ msgstr ""
"coecemento de GNU/Linux. Polo tanto, non\n"
" escolla esta clase de instalacin a menos que saiba o que est a facer."
-#: ../../help.pm_.c:521
+#: ../../help.pm_.c:583
msgid ""
"Normally, DrakX selects the right keyboard for you (depending on the\n"
-"language you have chosen) and you will not even see this step. However, you\n"
+"language you have chosen) and you won't even see this step. However, you\n"
"might not have a keyboard that corresponds exactly to your language: for\n"
"example, if you are an English speaking Swiss person, you may still want\n"
"your keyboard to be a Swiss keyboard. Or if you speak English but are\n"
@@ -2731,7 +3078,7 @@ msgid ""
"supported keyboards."
msgstr ""
-#: ../../help.pm_.c:534
+#: ../../help.pm_.c:596
msgid ""
"Please choose your preferred language for installation and system usage.\n"
"\n"
@@ -2740,53 +3087,54 @@ msgid ""
"will install the language-specific files for system documentation and\n"
"applications. For example, if you will host users from Spain on your\n"
"machine, select English as the main language in the tree view and in the\n"
-"Advanced section click on the grey star corresponding to \"Spanish|Spain\".\n"
+"Advanced section click on the box corresponding to \"Spanish|Spain\".\n"
"\n"
"Note that multiple languages may be installed. Once you have selected any\n"
-"additional locales click the \"OK\" button to continue."
+"additional locales, click the \"OK\" button to continue."
msgstr ""
-#: ../../help.pm_.c:547
+#: ../../help.pm_.c:609
msgid ""
-"By default, DrakX assumes you have a two-button mouse and will set it up\n"
-"for third-button emulation. DrakX will automatically know whether it is a\n"
-"PS/2, serial or USB mouse.\n"
+"DrakX generally detects the number of buttons your mouse has. If not, it\n"
+"assumes you have a two-button mouse and will set it up for third-button\n"
+"emulation. DrakX will automatically know whether it is a PS/2, serial or\n"
+"USB mouse.\n"
"\n"
"If you wish to specify a different type of mouse select the appropriate\n"
-"type from the list provided.\n"
+"type from the provided list.\n"
"\n"
-"If you choose a mouse other than the default you will be presented with a\n"
-"mouse test screen. Use the buttons and wheel to verify that the settings\n"
-"are good. If the mouse is not working correctly press the space bar or\n"
-"RETURN to \"Cancel\" and choose again."
+"If you choose a mouse other than the default, a test screen will be\n"
+"displayed. Use the buttons and wheel to verify that the settings are\n"
+"correct. If the mouse is not working well, press the space bar or [Return]\n"
+"to \"Cancel\" and choose again."
msgstr ""
-#: ../../help.pm_.c:560
+#: ../../help.pm_.c:623
#, fuzzy
msgid ""
-"Please select the correct port. For example, the COM1 port under MS Windows\n"
-"is named ttyS0 under GNU/Linux."
+"Please select the correct port. For example, the \"COM1\" port under\n"
+"Windows is named \"ttyS0\" under GNU/Linux."
msgstr ""
"Seleccione o porto correcto. Por exemplo, o porto\n"
"COM1 en MS Windows chmase ttyS0 en GNU/Linux."
-#: ../../help.pm_.c:564
+#: ../../help.pm_.c:627
msgid ""
"This is the most crucial decision point for the security of your GNU/Linux\n"
"system: you have to enter the \"root\" password. \"root\" is the system\n"
"administrator and is the only one authorized to make updates, add users,\n"
"change the overall system configuration, and so on. In short, \"root\" can\n"
"do everything! That is why you must choose a password that is difficult to\n"
-"guess - DrakX will tell you if it is too easy. As you can see, you can\n"
-"choose not to enter a password, but we strongly advise you against this if\n"
-"only for one reason: do not think that because you booted GNU/Linux that\n"
-"your other operating systems are safe from mistakes. Since \"root\" can\n"
-"overcome all limitations and unintentionally erase all data on partitions\n"
-"by carelessly accessing the partitions themselves, it is important for it\n"
-"to be difficult to become \"root\".\n"
+"guess DrakX will tell you if it is too easy. As you can see, you can choose\n"
+"not to enter a password, but we strongly advise you against this if only\n"
+"for one reason: do not think that because you booted GNU/Linux that your\n"
+"other operating systems are safe from mistakes. Since \"root\" can overcome\n"
+"all limitations and unintentionally erase all data on partitions by\n"
+"carelessly accessing the partitions themselves, it is important for it to\n"
+"be difficult to become \"root\".\n"
"\n"
"The password should be a mixture of alphanumeric characters and at least 8\n"
-"characters long. Never write down the \"root\" password - it makes it too\n"
+"characters long. Never write down the \"root\" password it makes it too\n"
"easy to compromise a system.\n"
"\n"
"However, please do not make the password too long or complicated because\n"
@@ -2795,12 +3143,12 @@ msgid ""
"The password will not be displayed on screen as you type it in. Hence, you\n"
"will have to type the password twice to reduce the chance of a typing\n"
"error. If you do happen to make the same typing error twice, this\n"
-"\"incorrect\" password will have to be used the first time you connect.\n"
+"``incorrect'' password will have to be used the first time you connect.\n"
"\n"
-"In expert mode, you will be asked if you will be connecting to an\n"
+"In Expert mode, you will be asked if you will be connecting to an\n"
"authentication server, like NIS or LDAP.\n"
"\n"
-"If your network uses LDAP (or NIS) protocol for authentication, select\n"
+"If your network uses the LDAP (or NIS) protocol for authentication, select\n"
"\"LDAP\" (or \"NIS\") as authentication. If you do not know, ask your\n"
"network administrator.\n"
"\n"
@@ -2808,61 +3156,61 @@ msgid ""
"want to choose \"Local files\" for authentication."
msgstr ""
-#: ../../help.pm_.c:600
+#: ../../help.pm_.c:663
msgid ""
-"LILO and GRUB are boot loaders for GNU/Linux. This stage, normally, is\n"
-"totally automated. In fact, DrakX analyzes the disk boot sector and acts\n"
+"LILO and grub are GNU/Linux bootloaders. This stage, normally, is totally\n"
+"automated. In fact, DrakX analyzes the disk boot sector and acts\n"
"accordingly, depending on what it finds here:\n"
"\n"
-" * if Windows boot sector is found, it will replace it with a GRUB/LILO "
-"boot\n"
-"sector. Hence, you will be able to load either GNU/Linux or another OS;\n"
+" * if a Windows boot sector is found, it will replace it with a grub/LILO\n"
+"boot sector. Hence, you will be able to load either GNU/Linux or another\n"
+"OS;\n"
"\n"
-" * if a GRUB or LILO boot sector is found, it will replace it with a new\n"
-"one;\n"
+" * if a grub or LILO boot sector is found, it will replace it with a new\n"
+"one.\n"
"\n"
"If in doubt, DrakX will display a dialog with various options.\n"
"\n"
-" * \"Boot loader to use\": you have three choices:\n"
+" * \"Bootloader to use\": you have three choices:\n"
+"\n"
+" * \"GRUB\": if you prefer grub (text menu).\n"
"\n"
" * \"LILO with graphical menu\": if you prefer LILO with its graphical\n"
"interface.\n"
"\n"
-" * \"GRUB\": if you prefer GRUB (text menu).\n"
-"\n"
" * \"LILO with text menu\": if you prefer LILO with its text menu "
"interface.\n"
"\n"
" * \"Boot device\": in most cases, you will not change the default\n"
-"(\"/dev/hda\"), but if you prefer, the boot loader can be installed on the\n"
-"second hard drive (\"/dev/hdb\"), or even on a floppy disk (\"/dev/fd0\").\n"
+"(\"/dev/hda\"), but if you prefer, the bootloader can be installed on the\n"
+"second hard drive (\"/dev/hdb\"), or even on a floppy disk (\"/dev/fd0\");\n"
"\n"
" * \"Delay before booting the default image\": when rebooting the computer,\n"
-"this is the delay granted to the user to choose - in the boot loader menu,\n"
+"this is the delay granted to the user to choose in the bootloader menu,\n"
"another boot entry than the default one.\n"
"\n"
-"!! Beware that if you choose not to install a boot loader (by selecting\n"
+"!! Beware that if you choose not to install a bootloader (by selecting\n"
"\"Cancel\" here), you must ensure that you have a way to boot your Mandrake\n"
-"Linux system! Also be sure you know what you do before changing any of the\n"
+"Linux system! Also, be sure you know what you do before changing any of the\n"
"options. !!\n"
"\n"
"Clicking the \"Advanced\" button in this dialog will offer many advanced\n"
"options, which are reserved to the expert user.\n"
"\n"
-"Mandrake Linux installs its own boot loader, which will let you boot either\n"
-"GNU/Linux or any other operating systems which you have on your system.\n"
+"After you have configured the general bootloader parameters, the list of\n"
+"boot options which will be available at boot time will be displayed.\n"
"\n"
-"If there is another operating system installed on your machine, it will be\n"
-"automatically added to the boot menu. Here, you can choose to fine-tune the\n"
-"existing options. Double-clicking on an existing entry allows you to change\n"
-"its parameters or remove it; \"Add\" creates a new entry; and \"Done\" goes\n"
-"on to the next installation step."
+"If there is another operating system installed on your machine, it will\n"
+"automatically be added to the boot menu. Here, you can choose to fine-tune\n"
+"the existing options. Select an entry and click \"Modify\" to modify or\n"
+"remove it; \"Add\" creates a new entry; and \"Done\" goes on to the next\n"
+"installation step."
msgstr ""
-#: ../../help.pm_.c:647
+#: ../../help.pm_.c:711
#, fuzzy
msgid ""
-"LILO (the LInux LOader) and GRUB are boot loaders: they are able to boot\n"
+"LILO (the LInux LOader) and grub are bootloaders: they are able to boot\n"
"either GNU/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"
@@ -2885,7 +3233,7 @@ msgstr ""
"poidendo borrar as entradas correspondentes. Pero neste caso, precisar\n"
"un disquete de arrinque para poder usalos."
-#: ../../help.pm_.c:658
+#: ../../help.pm_.c:722
#, fuzzy
msgid ""
"You must indicate where you wish to place the information required to boot\n"
@@ -2901,83 +3249,84 @@ msgstr ""
"A menos que sepa exactamente o que fai, elixa sempre\n"
"\"Primeiro sector do disco (MBR)\"."
-#: ../../help.pm_.c:665
+#: ../../help.pm_.c:729
msgid ""
-"Here we select a printing system for your computer to use. Other OSes may\n"
-"offer you one, but Mandrake offers three.\n"
+"Here, we select a printing system for your computer. Other OSs may offer\n"
+"you one, but Mandrake Linux offers three.\n"
"\n"
-" * \"pdq\" - which means ``print, don't queue'', is the choice if you have "
-"a\n"
+" * \"pdq\" which means ``print, don't queue'', is the choice if you have a\n"
"direct connection to your printer and you want to be able to panic out of\n"
-"printer jams, and you do not have any networked printers. It will handle\n"
-"only very simple network cases and is somewhat slow for networks. Pick\n"
-"\"pdq\" if this is your maiden voyage to GNU/Linux. You can change your\n"
-"choices after install by running PrinterDrake from the Mandrake Control\n"
-"Center and clicking the expert button.\n"
-"\n"
-" * \"CUPS\" - ``Common Unix Printing System'' is excellent at printing to\n"
-"your local printer and also halfway round the planet. It is simple and can\n"
-"act like a server or a client for the ancient \"lpd\" printing system, so\n"
-"it is compatible with the systems that went before. It can do many tricks,\n"
-"but the basic setup is almost as easy as \"pdq\". If you need this to\n"
-"emulate an \"lpd\" server, you must turn on the \"cups-lpd\" daemon. It has\n"
+"printer jams, and you do not have networked printers. It will handle only\n"
+"very simple network cases and is somewhat slow for networks. Pick \"pdq\"\n"
+"if this is your maiden voyage to GNU/Linux. You can change your choices\n"
+"after installation by running PrinterDrake from the Mandrake Control Center\n"
+"and clicking the expert button.\n"
+"\n"
+" * \"CUPS\"``Common Unix Printing System'', is excellent at printing to "
+"your\n"
+"local printer and also halfway-around the planet. It is simple and can act\n"
+"as a server or a client for the ancient \"lpd\" printing system. Hence, it\n"
+"is compatible with the systems that went before. It can do many tricks, but\n"
+"the basic setup is almost as easy as \"pdq\". If you need this to emulate\n"
+"an \"lpd\" server, you must turn on the \"cups-lpd\" daemon. It has\n"
"graphical front-ends for printing or choosing printer options.\n"
"\n"
-" * \"lprNG\" - ``line printer daemon New Generation''. This system can do\n"
+" * \"lprNG\"``line printer daemon New Generation''. This system can do\n"
"approximately the same things the others can do, but it will print to\n"
-"printers mounted on a Novell Network, because it supports IPX protocol, and\n"
-"it can print directly to shell commands. If you have need of Novell or\n"
+"printers mounted on a Novell Network, because it supports the IPX protocol,\n"
+"and it can print directly to shell commands. If you have need of Novell or\n"
"printing to commands without using a separate pipe construct, use lprNG.\n"
"Otherwise, CUPS is preferable as it is simpler and better at working over\n"
"networks."
msgstr ""
-#: ../../help.pm_.c:693
+#: ../../help.pm_.c:757
msgid ""
-"DrakX is now detecting any IDE devices present in your computer. It will\n"
-"also scan for one or more PCI SCSI card(s) on your system. If a SCSI card\n"
-"is found DrakX will automatically install the appropriate driver.\n"
+"DrakX now detects any IDE device present in your computer. It will also\n"
+"scan for one or more PCI SCSI card(s) on your system. If a SCSI card is\n"
+"found, DrakX will automatically install the appropriate driver.\n"
"\n"
-"Because hardware detection will sometimes not detect a piece of hardware\n"
+"Because hardware detection does not always detect a piece of hardware,\n"
"DrakX will ask you to confirm if a PCI SCSI card is present. Click \"Yes\"\n"
"if you know that there is a SCSI card installed in your machine. You will\n"
"be presented a list of SCSI cards to choose from. Click \"No\" if you have\n"
-"no SCSI hardware. If you are unsure you can check the list of hardware\n"
+"no SCSI hardware. If you are unsure, you can check the list of hardware\n"
"detected in your machine by selecting \"See hardware info\" and clicking\n"
"\"OK\". Examine the list of hardware and then click on the \"OK\" button to\n"
"return to the SCSI interface question.\n"
"\n"
"If you have to manually specify your adapter, DrakX will ask if you want to\n"
"specify options for it. You should allow DrakX to probe the hardware for\n"
-"the card-specific options that the hardware needs to initialize. This\n"
+"the card-specific options which the hardware needs to initialize. This\n"
"usually works well.\n"
"\n"
-"If DrakX is not able to probe for the options that need to be passed, you\n"
-"will need to manually provide options to the driver. Please review the\n"
-"``User Guide'' (chapter 3, section \"Collecting information on your\n"
-"hardware\") for hints on retrieving the parameters required from hardware\n"
-"documentation, from the manufacturer's web site (if you have Internet\n"
-"access) or from Microsoft Windows (if you used this hardware with Windows\n"
-"on your system)."
+"If DrakX is not able to probe for the options which need to be passed, you\n"
+"will need to provide options to the driver manually. Please review the\n"
+"``User Guide'' (chapter 3, in the ``Collecting Information on Your\n"
+"Hardware'' section) for hints on retrieving the parameters required from\n"
+"hardware documentation, from the manufacturer's web site (if you have\n"
+"Internet access) or from MicrosoftWindows (if you used this hardware with\n"
+"Windows on your system)."
msgstr ""
-#: ../../help.pm_.c:720
+#: ../../help.pm_.c:784
msgid ""
"You can add additional entries for yaboot, either for other operating\n"
"systems, alternate kernels, or for an emergency boot image.\n"
"\n"
-"For other OS's, the entry consists only of a label and the root partition.\n"
+"For other OSs, the entry consists only of a label and the \"root\"\n"
+"partition.\n"
"\n"
"For Linux, there are a few possible options:\n"
"\n"
" * Label: this is simply the name you will have to type at the yaboot "
"prompt\n"
-"to select this boot option.\n"
+"to select this boot option;\n"
"\n"
" * Image: this would be the name of the kernel to boot. Typically, vmlinux\n"
-"or a variation of vmlinux with an extension.\n"
+"or a variation of vmlinux with an extension;\n"
"\n"
-" * Root: the \"root\" device or \"/\" for your Linux installation.\n"
+" * Root: the \"root\" device or ``/'' for your Linux installation;\n"
"\n"
" * Append: on Apple hardware, the kernel append option is used quite often\n"
"to assist in initializing video hardware, or to enable keyboard mouse\n"
@@ -2991,102 +3340,100 @@ msgid ""
"\n"
" * Initrd: this option can be used either to load initial modules, before\n"
"the boot device is available, or to load a ramdisk image for an emergency\n"
-"boot situation.\n"
+"boot situation;\n"
"\n"
" * Initrd-size: the default ramdisk size is generally 4,096 bytes. If you\n"
-"need to allocate a large ramdisk, this option can be used.\n"
+"need to allocate a large ramdisk, this option can be used;\n"
"\n"
" * Read-write: normally the \"root\" partition is initially brought up in\n"
-"read-only, to allow a file system check before the system becomes \"live\".\n"
-"Here, you can override this option.\n"
+"read-only, to allow a file system check before the system becomes ``live''.\n"
+"Here, you can override this option;\n"
"\n"
" * NoVideo: should the Apple video hardware prove to be exceptionally\n"
-"problematic, you can select this option to boot in \"novideo\" mode, with\n"
-"native frame buffer support.\n"
+"problematic, you can select this option to boot in ``novideo'' mode, with\n"
+"native frame buffer support;\n"
"\n"
" * Default: selects this entry as being the default Linux selection,\n"
"selectable by just pressing ENTER at the yaboot prompt. This entry will\n"
-"also be highlighted with a \"*\", if you press [Tab] to see the boot\n"
+"also be highlighted with a ``*'', if you press [Tab] to see the boot\n"
"selections."
msgstr ""
-#: ../../help.pm_.c:765
+#: ../../help.pm_.c:830
msgid ""
-"Yaboot is a boot loader for NewWorld MacIntosh hardware. It is able to boot\n"
+"Yaboot is a bootloader for NewWorld MacIntosh hardware. It is able to boot\n"
"either GNU/Linux, MacOS or MacOSX if present on your computer. Normally,\n"
"these other operating systems are correctly detected and installed. If this\n"
-"is not the case, you can add an entry by hand in this screen. Be careful as\n"
-"to choose the correct parameters.\n"
+"is not the case, you can add an entry by hand in this screen. Be careful to\n"
+"choose the correct parameters.\n"
"\n"
"Yaboot's main options are:\n"
"\n"
-" * Init Message: a simple text message that is displayed before the boot\n"
-"prompt.\n"
+" * Init Message: a simple text message displayed before the boot prompt;\n"
"\n"
-" * Boot Device: indicate where you want to place the information required "
-"to\n"
-"boot to GNU/Linux. Generally, you setup a bootstrap partition earlier to\n"
-"hold this information.\n"
+" * Boot Device: indicates where you want to place the information required\n"
+"to boot to GNU/Linux. Generally, you set up a bootstrap partition earlier\n"
+"to hold this information;\n"
"\n"
" * Open Firmware Delay: unlike LILO, there are two delays available with\n"
"yaboot. The first delay is measured in seconds and at this point, you can\n"
-"choose between CD, OF boot, MacOS or Linux.\n"
+"choose between CD, OF boot, MacOS or Linux;\n"
"\n"
" * Kernel Boot Timeout: this timeout is similar to the LILO boot delay.\n"
"After selecting Linux, you will have this delay in 0.1 second before your\n"
-"default kernel description is selected.\n"
+"default kernel description is selected;\n"
"\n"
-" * Enable CD Boot?: checking this option allows you to choose \"C\" for CD\n"
-"at the first boot prompt.\n"
+" * Enable CD Boot?: checking this option allows you to choose ``C'' for CD\n"
+"at the first boot prompt;\n"
"\n"
-" * Enable OF Boot?: checking this option allows you to choose \"N\" for "
+" * Enable OF Boot?: checking this option allows you to choose ``N'' for "
"Open\n"
-"Firmware at the first boot prompt.\n"
+"Firmware at the first boot prompt;\n"
"\n"
" * Default OS: you can select which OS will boot by default when the Open\n"
"Firmware Delay expires."
msgstr ""
-#: ../../help.pm_.c:798
+#: ../../help.pm_.c:862
msgid ""
"Here are presented various parameters concerning your machine. Depending on\n"
-"your installed hardware, you may - or not, see the following entries:\n"
+"your installed hardware, you may or not, see the following entries:\n"
"\n"
-" * \"Mouse\": mouse check the current mouse configuration and click on the\n"
-"button to change it if necessary.\n"
+" * \"Mouse\": check the current mouse configuration and click on the button\n"
+"to change it if necessary;\n"
"\n"
-" * \"Keyboard\": keyboard check the current keyboard map configuration and\n"
-"click on the button to change that if necessary.\n"
+" * \"Keyboard\": check the current keyboard map configuration and click on\n"
+"the button to change that if necessary;\n"
"\n"
-" * \"Timezone\": time zoneDrakX, by default, guesses your time zone from "
-"the\n"
-"language you have chosen. But here again, as for the choice of a keyboard,\n"
-"you may not be in the country for which the chosen language should\n"
-"correspond. Hence, you may need to click on the \"Timezone\" button in\n"
-"order to configure the clock according to the time zone you are in.\n"
+" * \"Timezone\": DrakX, by default, guesses your time zone from the "
+"language\n"
+"you have chosen. But here again, as for the choice of a keyboard, you may\n"
+"not be in the country for which the chosen language should correspond.\n"
+"Hence, you may need to click on the \"Timezone\" button in order to\n"
+"configure the clock according to the time zone you are in;\n"
"\n"
" * \"Printer\": clicking on the \"No Printer\" button will open the printer\n"
-"configuration wizard.\n"
+"configuration wizard;\n"
"\n"
" * \"Sound card\": if a sound card is detected on your system, it is\n"
-"displayed here. No modification possible at installation time.\n"
+"displayed here. No modification possible at installation time;\n"
"\n"
" * \"TV card\": if a TV card is detected on your system, it is displayed\n"
-"here. No modification possible at installation time.\n"
+"here. No modification possible at installation time;\n"
"\n"
" * \"ISDN card\": if an ISDN card is detected on your system, it is\n"
"displayed here. You can click on the button to change the parameters\n"
-"associated to it."
+"associated with it."
msgstr ""
-#: ../../help.pm_.c:827
+#: ../../help.pm_.c:891
msgid ""
-"Choose the hard drive you want to erase to install your new Mandrake Linux\n"
-"partition. Be careful, all data present on it will be lost and will not be\n"
-"recoverable!"
+"Choose the hard drive you want to erase in order to install your new\n"
+"Mandrake Linux partition. Be careful, all data present on it will be lost\n"
+"and will not be recoverable!"
msgstr ""
-#: ../../help.pm_.c:832
+#: ../../help.pm_.c:896
msgid ""
"Click on \"OK\" if you want to delete all data and partitions present on\n"
"this hard drive. Be careful, after clicking on \"OK\", you will not be able\n"
@@ -3097,13 +3444,20 @@ msgid ""
"partitions present on this hard drive."
msgstr ""
-#: ../../install2.pm_.c:114
+#: ../../install2.pm_.c:113
#, c-format
msgid ""
-"Can't access kernel modules corresponding to your kernel (file %s is missing)"
+"Can't access kernel modules corresponding to your kernel (file %s is "
+"missing), this generally means your boot floppy in not in sync with the "
+"Installation medium (please create a newer boot floppy)"
+msgstr ""
+
+#: ../../install2.pm_.c:169
+#, c-format
+msgid "You must also format %s"
msgstr ""
-#: ../../install_any.pm_.c:421
+#: ../../install_any.pm_.c:411
#, c-format
msgid ""
"You have selected the following server(s): %s\n"
@@ -3118,7 +3472,7 @@ msgid ""
"Do you really want to install these servers?\n"
msgstr ""
-#: ../../install_any.pm_.c:457
+#: ../../install_any.pm_.c:447
msgid "Can't use broadcast with no NIS domain"
msgstr ""
@@ -3139,20 +3493,11 @@ msgstr ""
"Para usar esta seleccin de paquetes gardada, arrinque a instalacin con "
"``linux defcfg=floppy''"
-#: ../../install_any.pm_.c:831 ../../partition_table.pm_.c:737
+#: ../../install_any.pm_.c:831 ../../partition_table.pm_.c:763
#, c-format
msgid "Error reading file %s"
msgstr "Erro lendo o ficheiro %s"
-#: ../../install_gtk.pm_.c:84 ../../install_steps_gtk.pm_.c:325
-#: ../../interactive.pm_.c:107 ../../interactive.pm_.c:122
-#: ../../interactive.pm_.c:286 ../../interactive.pm_.c:308
-#: ../../interactive_http.pm_.c:104 ../../interactive_newt.pm_.c:170
-#: ../../interactive_stdio.pm_.c:27 ../../my_gtk.pm_.c:415
-#: ../../my_gtk.pm_.c:716 ../../my_gtk.pm_.c:738
-msgid "Ok"
-msgstr "Aceptar"
-
#: ../../install_interactive.pm_.c:23
#, c-format
msgid ""
@@ -3162,7 +3507,7 @@ msgstr ""
"Algn hardware do seu ordenador necesita controladores ``propietarios''\n"
"para funcionar. Pode atopar mis informacin sobre eles en: %s"
-#: ../../install_interactive.pm_.c:44
+#: ../../install_interactive.pm_.c:58
msgid ""
"You must have a root partition.\n"
"For this, create a partition (or click on an existing one).\n"
@@ -3172,11 +3517,11 @@ msgstr ""
"Para iso, faga unha particin (ou prema nunha que xa exista).\n"
"Entn escolla a accin ``Punto de montaxe'', e ascieo a `/'"
-#: ../../install_interactive.pm_.c:49 ../../install_steps_graphical.pm_.c:259
+#: ../../install_interactive.pm_.c:63
msgid "You must have a swap partition"
msgstr "Debe ter unha particin de intercambio"
-#: ../../install_interactive.pm_.c:50 ../../install_steps_graphical.pm_.c:261
+#: ../../install_interactive.pm_.c:64
msgid ""
"You don't have a swap partition\n"
"\n"
@@ -3186,60 +3531,60 @@ msgstr ""
"\n"
"Desexa continuar de calquera xeito?"
-#: ../../install_interactive.pm_.c:53 ../../install_steps.pm_.c:165
+#: ../../install_interactive.pm_.c:67 ../../install_steps.pm_.c:163
#, fuzzy
msgid "You must have a FAT partition mounted in /boot/efi"
msgstr "Debe ter unha particin de intercambio"
-#: ../../install_interactive.pm_.c:76
+#: ../../install_interactive.pm_.c:90
msgid "Use free space"
msgstr "Usar espacio libre"
-#: ../../install_interactive.pm_.c:78
+#: ../../install_interactive.pm_.c:92
msgid "Not enough free space to allocate new partitions"
msgstr "Non hai espacio libre dabondo para asignar novas particins"
-#: ../../install_interactive.pm_.c:86
+#: ../../install_interactive.pm_.c:100
msgid "Use existing partition"
msgstr "Usar particin existente"
-#: ../../install_interactive.pm_.c:88
+#: ../../install_interactive.pm_.c:102
msgid "There is no existing partition to use"
msgstr "Non hai ningunha particin existente para usar"
-#: ../../install_interactive.pm_.c:95
+#: ../../install_interactive.pm_.c:109
msgid "Use the Windows partition for loopback"
msgstr "Usar a particin de Windows para loopback"
-#: ../../install_interactive.pm_.c:98
+#: ../../install_interactive.pm_.c:112
msgid "Which partition do you want to use for Linux4Win?"
msgstr "Que particin desexa usar para Linux4Win?"
-#: ../../install_interactive.pm_.c:100
+#: ../../install_interactive.pm_.c:114
msgid "Choose the sizes"
msgstr "Escolla os tamaos"
-#: ../../install_interactive.pm_.c:101
+#: ../../install_interactive.pm_.c:115
msgid "Root partition size in MB: "
msgstr "Tamao da particin raz en MB: "
-#: ../../install_interactive.pm_.c:102
+#: ../../install_interactive.pm_.c:116
msgid "Swap partition size in MB: "
msgstr "Tamao da particin de intercambio en MB: "
-#: ../../install_interactive.pm_.c:111
+#: ../../install_interactive.pm_.c:125
msgid "Use the free space on the Windows partition"
msgstr "Usar o espacio libre da particin de Windows"
-#: ../../install_interactive.pm_.c:114
+#: ../../install_interactive.pm_.c:128
msgid "Which partition do you want to resize?"
msgstr "Que particin desexa redimensionar?"
-#: ../../install_interactive.pm_.c:116
+#: ../../install_interactive.pm_.c:130
msgid "Computing Windows filesystem bounds"
msgstr "Calculando os lmites do sistema de ficheiros de Windows"
-#: ../../install_interactive.pm_.c:119
+#: ../../install_interactive.pm_.c:133
#, c-format
msgid ""
"The FAT resizer is unable to handle your partition, \n"
@@ -3248,20 +3593,22 @@ msgstr ""
"O redimensionador de FAT non capaz de manexar a sa particin,\n"
"ocorreu o seguinte erro: %s"
-#: ../../install_interactive.pm_.c:122
+#: ../../install_interactive.pm_.c:136
msgid "Your Windows partition is too fragmented, please run ``defrag'' first"
msgstr ""
"A particin de Windows est demasiado fragmentada, execute primeiro o "
"``defrag''"
-#: ../../install_interactive.pm_.c:123
+#: ../../install_interactive.pm_.c:137
+#, fuzzy
msgid ""
"WARNING!\n"
"\n"
-"DrakX will now resize your Windows partition. Be careful: this operation is\n"
-"dangerous. If you have not already done so, you should first exit the\n"
-"installation, run scandisk under Windows (and optionally run defrag), then\n"
-"restart the installation. You should also backup your data.\n"
+"DrakX will now resize your Windows partition. Be careful:\n"
+"this operation is dangerous. If you have not already done\n"
+"so, you should first exit the installation, run scandisk\n"
+"under Windows (and optionally run defrag), then restart the\n"
+"installation. You should also backup your data.\n"
"When sure, press Ok."
msgstr ""
"AVISO!\n"
@@ -3273,21 +3620,21 @@ msgstr ""
"Tamn aconsellable facer unha copia de seguridade dos seus datos.\n"
"Cando estea seguro, prema Aceptar."
-#: ../../install_interactive.pm_.c:132
+#: ../../install_interactive.pm_.c:147
msgid "Which size do you want to keep for windows on"
msgstr "Que tamao desexa manter para o Windows en"
-#: ../../install_interactive.pm_.c:133
+#: ../../install_interactive.pm_.c:148
#, c-format
msgid "partition %s"
msgstr "particin %s"
-#: ../../install_interactive.pm_.c:139
+#: ../../install_interactive.pm_.c:155
#, c-format
msgid "FAT resizing failed: %s"
msgstr "O redimensionamento da FAT fallou: %s"
-#: ../../install_interactive.pm_.c:154
+#: ../../install_interactive.pm_.c:170
msgid ""
"There is no FAT partitions to resize or to use as loopback (or not enough "
"space left)"
@@ -3295,34 +3642,34 @@ msgstr ""
"Non hai particins FAT para redimensionar ou para usar como loopback (ou non "
"hai espacio libre dabondo)"
-#: ../../install_interactive.pm_.c:160
+#: ../../install_interactive.pm_.c:176
msgid "Erase entire disk"
msgstr "Borrar o disco completo"
-#: ../../install_interactive.pm_.c:160
+#: ../../install_interactive.pm_.c:176
msgid "Remove Windows(TM)"
msgstr "Borrar Windows(TM)"
-#: ../../install_interactive.pm_.c:163
+#: ../../install_interactive.pm_.c:179
msgid "You have more than one hard drive, which one do you install linux on?"
msgstr ""
"Ten mis dunha unidade de disco duro, en cal delas desexa instalar linux?"
-#: ../../install_interactive.pm_.c:166
+#: ../../install_interactive.pm_.c:182
#, c-format
msgid "ALL existing partitions and their data will be lost on drive %s"
msgstr ""
"Perderanse TODAS as particins existentes e os seus datos na unidade %s"
-#: ../../install_interactive.pm_.c:174
+#: ../../install_interactive.pm_.c:190
msgid "Custom disk partitioning"
msgstr "Particionamento de disco personalizado"
-#: ../../install_interactive.pm_.c:178
+#: ../../install_interactive.pm_.c:194
msgid "Use fdisk"
msgstr "Usar fdisk"
-#: ../../install_interactive.pm_.c:181
+#: ../../install_interactive.pm_.c:197
#, c-format
msgid ""
"You can now partition %s.\n"
@@ -3331,32 +3678,32 @@ msgstr ""
"Pode agora particionar %s.\n"
"Cando remate, non esqueza gravar usando `w'"
-#: ../../install_interactive.pm_.c:210
+#: ../../install_interactive.pm_.c:226
msgid "You don't have enough free space on your Windows partition"
msgstr "Non ten espacio libre dabondo na particin de Windows"
-#: ../../install_interactive.pm_.c:226
+#: ../../install_interactive.pm_.c:242
msgid "I can't find any room for installing"
msgstr "Non se pode atopar espacio para a instalacin"
-#: ../../install_interactive.pm_.c:230
+#: ../../install_interactive.pm_.c:246
msgid "The DrakX Partitioning wizard found the following solutions:"
msgstr "O axudante de particionamento do DrakX atopou as seguintes solucins:"
-#: ../../install_interactive.pm_.c:235
+#: ../../install_interactive.pm_.c:251
#, c-format
msgid "Partitioning failed: %s"
msgstr "O particionamento fallou: %s"
-#: ../../install_interactive.pm_.c:241
+#: ../../install_interactive.pm_.c:261
msgid "Bringing up the network"
msgstr "Activando a rede"
-#: ../../install_interactive.pm_.c:246
+#: ../../install_interactive.pm_.c:266
msgid "Bringing down the network"
msgstr "Desactivando a rede"
-#: ../../install_steps.pm_.c:73
+#: ../../install_steps.pm_.c:76
msgid ""
"An error occurred, but I don't know how to handle it nicely.\n"
"Continue at your own risk."
@@ -3364,12 +3711,12 @@ msgstr ""
"Ocorreu un erro, e o programa non sabe como manexalo de\n"
"maneira limpa. Contine seu propio risco."
-#: ../../install_steps.pm_.c:207
+#: ../../install_steps.pm_.c:205
#, c-format
msgid "Duplicate mount point %s"
msgstr "Punto de montaxe %s duplicado"
-#: ../../install_steps.pm_.c:384
+#: ../../install_steps.pm_.c:388
msgid ""
"Some important packages didn't get installed properly.\n"
"Either your cdrom drive or your cdrom is defective.\n"
@@ -3381,93 +3728,21 @@ msgstr ""
"Comprobe o cdrom nun ordenador xa instalado usando \"rpm -qpl Mandrake/RPMS/"
"*.rpm\"\n"
-#: ../../install_steps.pm_.c:459
+#: ../../install_steps.pm_.c:458
#, c-format
msgid "Welcome to %s"
msgstr "Benvido a %s"
-#: ../../install_steps.pm_.c:506 ../../install_steps.pm_.c:709
+#: ../../install_steps.pm_.c:513 ../../install_steps.pm_.c:755
msgid "No floppy drive available"
msgstr "Ningunha disqueteira dispoible"
-#: ../../install_steps_auto_install.pm_.c:77
-#: ../../install_steps_stdio.pm_.c:23
+#: ../../install_steps_auto_install.pm_.c:76
+#: ../../install_steps_stdio.pm_.c:22
#, c-format
msgid "Entering step `%s'\n"
msgstr "Entrando na etapa '%s'\n"
-#: ../../install_steps_graphical.pm_.c:287
-msgid "Choose the size you want to install"
-msgstr "Escolla o tamao que quere instalar"
-
-#: ../../install_steps_graphical.pm_.c:334
-msgid "Total size: "
-msgstr "Tamao total: "
-
-#: ../../install_steps_graphical.pm_.c:346 ../../install_steps_gtk.pm_.c:387
-#, c-format
-msgid "Version: %s\n"
-msgstr "Versin: %s\n"
-
-#: ../../install_steps_graphical.pm_.c:347 ../../install_steps_gtk.pm_.c:388
-#, c-format
-msgid "Size: %d KB\n"
-msgstr "Tamao: %d KB\n"
-
-#: ../../install_steps_graphical.pm_.c:462 ../../install_steps_gtk.pm_.c:481
-#: ../../install_steps_interactive.pm_.c:509
-msgid "Choose the packages you want to install"
-msgstr "Escolla os paquetes que desexa instalar"
-
-#: ../../install_steps_graphical.pm_.c:465 ../../interactive_gtk.pm_.c:571
-msgid "Info"
-msgstr "Info"
-
-#: ../../install_steps_graphical.pm_.c:473 ../../install_steps_gtk.pm_.c:457
-#: ../../install_steps_interactive.pm_.c:212
-msgid "Install"
-msgstr "Instalar"
-
-#: ../../install_steps_graphical.pm_.c:492 ../../install_steps_gtk.pm_.c:497
-#: ../../install_steps_interactive.pm_.c:695
-msgid "Installing"
-msgstr "Instalando"
-
-#: ../../install_steps_graphical.pm_.c:499
-msgid "Please wait, "
-msgstr "Agarde, por favor, "
-
-#: ../../install_steps_graphical.pm_.c:501 ../../install_steps_gtk.pm_.c:510
-msgid "Time remaining "
-msgstr "Tempo restante "
-
-#: ../../install_steps_graphical.pm_.c:502
-msgid "Total time "
-msgstr "Tempo total "
-
-#: ../../install_steps_graphical.pm_.c:507
-#: ../../install_steps_interactive.pm_.c:695
-msgid "Preparing installation"
-msgstr "Preparando a instalacin"
-
-#: ../../install_steps_graphical.pm_.c:528 ../../install_steps_gtk.pm_.c:558
-#, c-format
-msgid "Installing package %s"
-msgstr "Instalando o paquete %s"
-
-#: ../../install_steps_graphical.pm_.c:553 ../../install_steps_gtk.pm_.c:642
-#: ../../install_steps_gtk.pm_.c:646
-msgid "Go on anyway?"
-msgstr "Seguir adiante?"
-
-#: ../../install_steps_graphical.pm_.c:553 ../../install_steps_gtk.pm_.c:642
-msgid "There was an error ordering packages:"
-msgstr "Houbo un erro ordenar os paquetes:"
-
-#: ../../install_steps_graphical.pm_.c:577
-msgid "Use existing configuration for X11?"
-msgstr "Usar a configuracin existente para X11?"
-
#: ../../install_steps_gtk.pm_.c:148
msgid ""
"Your system is low on resource. You may have some problem installing\n"
@@ -3480,12 +3755,13 @@ msgstr ""
"en modo texto. Para iso, prema 'F1' cando arrinque o CDROM, e escriba\n"
"'text'."
-#: ../../install_steps_gtk.pm_.c:159 ../../install_steps_interactive.pm_.c:187
+#: ../../install_steps_gtk.pm_.c:159 ../../install_steps_interactive.pm_.c:224
msgid "Install Class"
msgstr "Clase de instalacin"
#: ../../install_steps_gtk.pm_.c:162
-msgid "Please, choose one of the following classes of installation:"
+#, fuzzy
+msgid "Please choose one of the following classes of installation:"
msgstr "Escolla unha das seguintes clases de instalacin:"
#: ../../install_steps_gtk.pm_.c:228
@@ -3534,61 +3810,71 @@ msgstr "Vostede poder escollelos mis especificamente na seguinte etapa."
msgid "Percentage of packages to install"
msgstr "Porcentaxe de paquetes a instalar"
-#: ../../install_steps_gtk.pm_.c:291 ../../install_steps_interactive.pm_.c:619
+#: ../../install_steps_gtk.pm_.c:291 ../../install_steps_interactive.pm_.c:705
msgid "Package Group Selection"
msgstr "Seleccin dos grupos de paquetes"
-#: ../../install_steps_gtk.pm_.c:320 ../../install_steps_interactive.pm_.c:634
+#: ../../install_steps_gtk.pm_.c:323 ../../install_steps_interactive.pm_.c:720
msgid "Individual package selection"
msgstr "Seleccin individual de paquetes"
-#: ../../install_steps_gtk.pm_.c:343 ../../install_steps_interactive.pm_.c:598
+#: ../../install_steps_gtk.pm_.c:346 ../../install_steps_interactive.pm_.c:645
#, c-format
msgid "Total size: %d / %d MB"
msgstr "Tamao total: %d / %d MB"
-#: ../../install_steps_gtk.pm_.c:385
+#: ../../install_steps_gtk.pm_.c:391
msgid "Bad package"
msgstr "Paquete errneo"
-#: ../../install_steps_gtk.pm_.c:386
+#: ../../install_steps_gtk.pm_.c:392
#, c-format
msgid "Name: %s\n"
msgstr "Nome: %s\n"
-#: ../../install_steps_gtk.pm_.c:389
+#: ../../install_steps_gtk.pm_.c:393
+#, c-format
+msgid "Version: %s\n"
+msgstr "Versin: %s\n"
+
+#: ../../install_steps_gtk.pm_.c:394
+#, c-format
+msgid "Size: %d KB\n"
+msgstr "Tamao: %d KB\n"
+
+#: ../../install_steps_gtk.pm_.c:395
#, c-format
msgid "Importance: %s\n"
msgstr "Importancia: %s\n"
-#: ../../install_steps_gtk.pm_.c:411
+#: ../../install_steps_gtk.pm_.c:417
msgid ""
"You can't select this package as there is not enough space left to install it"
msgstr ""
"Non pode seleccionar este paquete xa que non hai espacio dabondo para "
"instalalo"
-#: ../../install_steps_gtk.pm_.c:416
+#: ../../install_steps_gtk.pm_.c:422
msgid "The following packages are going to be installed"
msgstr "Vanse instalar os seguintes paquetes"
-#: ../../install_steps_gtk.pm_.c:417
+#: ../../install_steps_gtk.pm_.c:423
msgid "The following packages are going to be removed"
msgstr "Vanse eliminar os seguintes paquetes"
-#: ../../install_steps_gtk.pm_.c:429
+#: ../../install_steps_gtk.pm_.c:435
msgid "You can't select/unselect this package"
msgstr "Non pode seleccionar/deseleccionar este paquete"
-#: ../../install_steps_gtk.pm_.c:441
+#: ../../install_steps_gtk.pm_.c:447
msgid "This is a mandatory package, it can't be unselected"
msgstr "Este un paquete obrigatorio, non se pode deseleccionar"
-#: ../../install_steps_gtk.pm_.c:443
+#: ../../install_steps_gtk.pm_.c:449
msgid "You can't unselect this package. It is already installed"
msgstr "Non pode deseleccionar este paquete. Xa est instalado"
-#: ../../install_steps_gtk.pm_.c:447
+#: ../../install_steps_gtk.pm_.c:453
msgid ""
"This package must be upgraded\n"
"Are you sure you want to deselect it?"
@@ -3596,43 +3882,104 @@ msgstr ""
"Este paquete ten que ser actualizado\n"
"Est seguro de que quere deseleccionalo?"
-#: ../../install_steps_gtk.pm_.c:451
+#: ../../install_steps_gtk.pm_.c:457
msgid "You can't unselect this package. It must be upgraded"
msgstr "Non pode deseleccionar este paquete. Ten que ser actualizado"
-#: ../../install_steps_gtk.pm_.c:456
+#: ../../install_steps_gtk.pm_.c:462
msgid "Show automatically selected packages"
msgstr ""
-#: ../../install_steps_gtk.pm_.c:460
+#: ../../install_steps_gtk.pm_.c:463 ../../install_steps_interactive.pm_.c:246
+#: ../../install_steps_interactive.pm_.c:250
+msgid "Install"
+msgstr "Instalar"
+
+#: ../../install_steps_gtk.pm_.c:466
#, fuzzy
msgid "Load/Save on floppy"
msgstr "Gardar nun disquete"
-#: ../../install_steps_gtk.pm_.c:461
+#: ../../install_steps_gtk.pm_.c:467
#, fuzzy
msgid "Updating package selection"
msgstr "Gardar a seleccin de paquetes"
-#: ../../install_steps_gtk.pm_.c:466
+#: ../../install_steps_gtk.pm_.c:472
#, fuzzy
msgid "Minimal install"
msgstr "Desinstalar"
-#: ../../install_steps_gtk.pm_.c:503
+#: ../../install_steps_gtk.pm_.c:487 ../../install_steps_interactive.pm_.c:555
+msgid "Choose the packages you want to install"
+msgstr "Escolla os paquetes que desexa instalar"
+
+#: ../../install_steps_gtk.pm_.c:503 ../../install_steps_interactive.pm_.c:787
+msgid "Installing"
+msgstr "Instalando"
+
+#: ../../install_steps_gtk.pm_.c:509
msgid "Estimating"
msgstr "Estimando"
-#: ../../install_steps_gtk.pm_.c:522
+#: ../../install_steps_gtk.pm_.c:516
+msgid "Time remaining "
+msgstr "Tempo restante "
+
+#: ../../install_steps_gtk.pm_.c:528
msgid "Please wait, preparing installation"
msgstr "Por favor, agarde, preparando a instalacin"
-#: ../../install_steps_gtk.pm_.c:553
+#: ../../install_steps_gtk.pm_.c:611
#, c-format
msgid "%d packages"
msgstr "%d paquetes"
-#: ../../install_steps_gtk.pm_.c:599
+#: ../../install_steps_gtk.pm_.c:616
+#, c-format
+msgid "Installing package %s"
+msgstr "Instalando o paquete %s"
+
+#: ../../install_steps_gtk.pm_.c:657 ../../install_steps_interactive.pm_.c:185
+#: ../../install_steps_interactive.pm_.c:811
+#: ../../standalone/drakautoinst_.c:203
+msgid "Accept"
+msgstr "Aceptar"
+
+#: ../../install_steps_gtk.pm_.c:657 ../../install_steps_interactive.pm_.c:185
+#: ../../install_steps_interactive.pm_.c:811
+msgid "Refuse"
+msgstr "Rexeitar"
+
+#: ../../install_steps_gtk.pm_.c:658 ../../install_steps_interactive.pm_.c:812
+#, 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 ""
+"Mude o Cd-Rom!\n"
+"\n"
+"Por favor, insira o Cd-Rom etiquetado \"%s\" na unidade e prema Aceptar. Se "
+"non o ten, prema Cancelar para omitir a instalacin deste Cd-Rom."
+
+#: ../../install_steps_gtk.pm_.c:672 ../../install_steps_gtk.pm_.c:676
+#: ../../install_steps_interactive.pm_.c:824
+#: ../../install_steps_interactive.pm_.c:828
+msgid "Go on anyway?"
+msgstr "Seguir adiante?"
+
+#: ../../install_steps_gtk.pm_.c:672 ../../install_steps_interactive.pm_.c:824
+msgid "There was an error ordering packages:"
+msgstr "Houbo un erro ordenar os paquetes:"
+
+#: ../../install_steps_gtk.pm_.c:676 ../../install_steps_interactive.pm_.c:828
+msgid "There was an error installing packages:"
+msgstr "Houbo un erro instalar os paquetes:"
+
+#: ../../install_steps_interactive.pm_.c:10
msgid ""
"\n"
"Warning\n"
@@ -3664,41 +4011,20 @@ msgid ""
"copyright laws applicable to software programs.\n"
msgstr ""
-#: ../../install_steps_gtk.pm_.c:627 ../../install_steps_interactive.pm_.c:148
-msgid "Accept"
-msgstr "Aceptar"
-
-#: ../../install_steps_gtk.pm_.c:627 ../../install_steps_interactive.pm_.c:148
-msgid "Refuse"
-msgstr "Rexeitar"
-
-#: ../../install_steps_gtk.pm_.c:628
-#, 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 ""
-"Mude o Cd-Rom!\n"
-"\n"
-"Por favor, insira o Cd-Rom etiquetado \"%s\" na unidade e prema Aceptar. Se "
-"non o ten, prema Cancelar para omitir a instalacin deste Cd-Rom."
-
-#: ../../install_steps_gtk.pm_.c:646
-msgid "There was an error installing packages:"
-msgstr "Houbo un erro instalar os paquetes:"
-
-#: ../../install_steps_interactive.pm_.c:37
+#: ../../install_steps_interactive.pm_.c:67
msgid "An error occurred"
msgstr "Ocorreu un erro"
-#: ../../install_steps_interactive.pm_.c:71
+#: ../../install_steps_interactive.pm_.c:85
+#, fuzzy
+msgid "Do you really want to leave the installation?"
+msgstr "Desexa reiniciar a rede?"
+
+#: ../../install_steps_interactive.pm_.c:108
msgid "License agreement"
msgstr "Acordo da licencia"
-#: ../../install_steps_interactive.pm_.c:72
+#: ../../install_steps_interactive.pm_.c:109
msgid ""
"Introduction\n"
"\n"
@@ -3819,99 +4145,108 @@ msgid ""
"For any question on this document, please contact MandrakeSoft S.A. \n"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:168
-#: ../../install_steps_interactive.pm_.c:871
+#: ../../install_steps_interactive.pm_.c:205
+#: ../../install_steps_interactive.pm_.c:1045
#: ../../standalone/keyboarddrake_.c:28
msgid "Keyboard"
msgstr "Teclado"
-#: ../../install_steps_interactive.pm_.c:169
-#: ../../standalone/keyboarddrake_.c:29
-msgid "Please, choose your keyboard layout."
+#: ../../install_steps_interactive.pm_.c:206
+#, fuzzy
+msgid "Please choose your keyboard layout."
msgstr "Escolla a disposicin do seu teclado."
-#: ../../install_steps_interactive.pm_.c:170
+#: ../../install_steps_interactive.pm_.c:207
msgid "Here is the full list of keyboards available"
msgstr "Esta a lista completa de teclados dispoibles"
-#: ../../install_steps_interactive.pm_.c:187
+#: ../../install_steps_interactive.pm_.c:224
msgid "Which installation class do you want?"
msgstr "Qu clase de instalacin desexa?"
-#: ../../install_steps_interactive.pm_.c:189
+#: ../../install_steps_interactive.pm_.c:226
msgid "Install/Update"
msgstr "Instalar/Actualizar"
-#: ../../install_steps_interactive.pm_.c:189
+#: ../../install_steps_interactive.pm_.c:226
msgid "Is this an install or an update?"
msgstr " isto unha instalacin ou unha actualizacin?"
-#: ../../install_steps_interactive.pm_.c:198
+#: ../../install_steps_interactive.pm_.c:235
msgid "Recommended"
msgstr "Recomendada"
-#: ../../install_steps_interactive.pm_.c:201
-#: ../../install_steps_interactive.pm_.c:204
+#: ../../install_steps_interactive.pm_.c:238
+#: ../../install_steps_interactive.pm_.c:241
msgid "Expert"
msgstr "Experto"
-#: ../../install_steps_interactive.pm_.c:212
-msgid "Update"
+#: ../../install_steps_interactive.pm_.c:246
+#: ../../install_steps_interactive.pm_.c:250
+#, fuzzy
+msgid "Upgrade"
msgstr "Actualizacin"
-#: ../../install_steps_interactive.pm_.c:224 ../../standalone/mousedrake_.c:48
-msgid "Please, choose the type of your mouse."
+#: ../../install_steps_interactive.pm_.c:246
+#: ../../install_steps_interactive.pm_.c:250
+#, fuzzy
+msgid "Upgrade packages only"
+msgstr "Gardar a seleccin de paquetes"
+
+#: ../../install_steps_interactive.pm_.c:266
+#, fuzzy
+msgid "Please choose the type of your mouse."
msgstr "Escolla o seu tipo de rato."
-#: ../../install_steps_interactive.pm_.c:230 ../../standalone/mousedrake_.c:64
+#: ../../install_steps_interactive.pm_.c:272 ../../standalone/mousedrake_.c:65
msgid "Mouse Port"
msgstr "Porto do rato"
-#: ../../install_steps_interactive.pm_.c:231 ../../standalone/mousedrake_.c:65
+#: ../../install_steps_interactive.pm_.c:273 ../../standalone/mousedrake_.c:66
msgid "Please choose on which serial port your mouse is connected to."
msgstr "Escolla o porto serie onde est conectado o seu rato."
-#: ../../install_steps_interactive.pm_.c:239
+#: ../../install_steps_interactive.pm_.c:281
msgid "Buttons emulation"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:241
+#: ../../install_steps_interactive.pm_.c:283
msgid "Button 2 Emulation"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:242
+#: ../../install_steps_interactive.pm_.c:284
msgid "Button 3 Emulation"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:261
+#: ../../install_steps_interactive.pm_.c:305
msgid "Configuring PCMCIA cards..."
msgstr "Configurando tarxetas PCMCIA..."
-#: ../../install_steps_interactive.pm_.c:261
+#: ../../install_steps_interactive.pm_.c:305
msgid "PCMCIA"
msgstr "PCMCIA"
-#: ../../install_steps_interactive.pm_.c:266
+#: ../../install_steps_interactive.pm_.c:312
msgid "Configuring IDE"
msgstr "Configurando o IDE"
-#: ../../install_steps_interactive.pm_.c:266
+#: ../../install_steps_interactive.pm_.c:312
msgid "IDE"
msgstr "IDE"
-#: ../../install_steps_interactive.pm_.c:281
+#: ../../install_steps_interactive.pm_.c:327
msgid "no available partitions"
msgstr "ningunha particin dispoible"
-#: ../../install_steps_interactive.pm_.c:284
+#: ../../install_steps_interactive.pm_.c:330
msgid "Scanning partitions to find mount points"
msgstr "Examinando as particins para atopar os puntos de montaxe"
-#: ../../install_steps_interactive.pm_.c:292
+#: ../../install_steps_interactive.pm_.c:338
msgid "Choose the mount points"
msgstr "Seleccione os puntos de montaxe"
-#: ../../install_steps_interactive.pm_.c:311
+#: ../../install_steps_interactive.pm_.c:357
#, c-format
msgid ""
"I can't read your partition table, it's too corrupted for me :(\n"
@@ -3929,7 +4264,7 @@ msgstr ""
"\n"
"Concorda coa perda de tdalas particins?\n"
-#: ../../install_steps_interactive.pm_.c:324
+#: ../../install_steps_interactive.pm_.c:370
msgid ""
"DiskDrake failed to read correctly the partition table.\n"
"Continue at your own risk!"
@@ -3937,63 +4272,63 @@ msgstr ""
"O DiskDrake non puido ler correctamente a tboa de particins.\n"
"Contine seu propio risco!"
-#: ../../install_steps_interactive.pm_.c:340
+#: ../../install_steps_interactive.pm_.c:386
msgid ""
"No free space for 1MB bootstrap! Install will continue, but to boot your "
"system, you'll need to create the bootstrap partition in DiskDrake"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:349
+#: ../../install_steps_interactive.pm_.c:395
#, fuzzy
msgid "No root partition found to perform an upgrade"
msgstr "Elixa as particins que desexa formatar"
-#: ../../install_steps_interactive.pm_.c:350
+#: ../../install_steps_interactive.pm_.c:396
msgid "Root Partition"
msgstr "Particin raz"
-#: ../../install_steps_interactive.pm_.c:351
+#: ../../install_steps_interactive.pm_.c:397
msgid "What is the root partition (/) of your system?"
msgstr "Cal a particin raz (/) do seu sistema?"
-#: ../../install_steps_interactive.pm_.c:365
+#: ../../install_steps_interactive.pm_.c:411
msgid "You need to reboot for the partition table modifications to take place"
msgstr ""
"Necesita reiniciar o equipo para que a modificacin da tboa\n"
"de particins se tome en conta"
-#: ../../install_steps_interactive.pm_.c:389
+#: ../../install_steps_interactive.pm_.c:435
msgid "Choose the partitions you want to format"
msgstr "Elixa as particins que desexa formatar"
-#: ../../install_steps_interactive.pm_.c:390
+#: ../../install_steps_interactive.pm_.c:436
msgid "Check bad blocks?"
msgstr "Comprobar os bloques errneos?"
-#: ../../install_steps_interactive.pm_.c:416
+#: ../../install_steps_interactive.pm_.c:462
msgid "Formatting partitions"
msgstr "Formatando as particins"
-#: ../../install_steps_interactive.pm_.c:418
+#: ../../install_steps_interactive.pm_.c:464
#, c-format
msgid "Creating and formatting file %s"
msgstr "Creando e formatando o ficheiro %s"
-#: ../../install_steps_interactive.pm_.c:421
+#: ../../install_steps_interactive.pm_.c:467
msgid "Not enough swap to fulfill installation, please add some"
msgstr ""
"Non hai espacio de intercambio dabondo para finalizar a instalacin,\n"
"por favor, engada algn"
-#: ../../install_steps_interactive.pm_.c:427
+#: ../../install_steps_interactive.pm_.c:473
msgid "Looking for available packages"
msgstr "Buscando os paquetes dispoibles"
-#: ../../install_steps_interactive.pm_.c:433
+#: ../../install_steps_interactive.pm_.c:479
msgid "Finding packages to upgrade"
msgstr "Atopando os paquetes para actualizar"
-#: ../../install_steps_interactive.pm_.c:450
+#: ../../install_steps_interactive.pm_.c:496
#, c-format
msgid ""
"Your system has not enough space left for installation or upgrade (%d > %d)"
@@ -4001,60 +4336,80 @@ msgstr ""
"O seu sistema non ten espacio libre dabondo para a instalacin ou "
"actualizacin (%d > %d)"
-#: ../../install_steps_interactive.pm_.c:469
+#: ../../install_steps_interactive.pm_.c:515
#, c-format
msgid "Complete (%dMB)"
msgstr "Completo (%dMB)"
-#: ../../install_steps_interactive.pm_.c:469
+#: ../../install_steps_interactive.pm_.c:515
#, c-format
msgid "Minimum (%dMB)"
msgstr "Mnimo (%dMB)"
-#: ../../install_steps_interactive.pm_.c:469
+#: ../../install_steps_interactive.pm_.c:515
#, c-format
msgid "Recommended (%dMB)"
msgstr "Recomendado (%dMB)"
-#: ../../install_steps_interactive.pm_.c:475
-msgid "Custom"
-msgstr "Personalizado"
-
-#: ../../install_steps_interactive.pm_.c:522
+#: ../../install_steps_interactive.pm_.c:568
msgid ""
"Please choose load or save package selection on floppy.\n"
"The format is the same as auto_install generated floppies."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:525
+#: ../../install_steps_interactive.pm_.c:571
#, fuzzy
msgid "Load from floppy"
msgstr "Restaurar a partir dun disquete"
-#: ../../install_steps_interactive.pm_.c:527
+#: ../../install_steps_interactive.pm_.c:573
#, fuzzy
msgid "Loading from floppy"
msgstr "Restaurar a partir dun disquete"
-#: ../../install_steps_interactive.pm_.c:527
+#: ../../install_steps_interactive.pm_.c:573
#, fuzzy
msgid "Package selection"
msgstr "Seleccin dos grupos de paquetes"
-#: ../../install_steps_interactive.pm_.c:532
+#: ../../install_steps_interactive.pm_.c:578
#, fuzzy
msgid "Insert a floppy containing package selection"
msgstr "Insira un disquete na unidade %s"
-#: ../../install_steps_interactive.pm_.c:544
+#: ../../install_steps_interactive.pm_.c:590
msgid "Save on floppy"
msgstr "Gardar nun disquete"
-#: ../../install_steps_interactive.pm_.c:605
+#: ../../install_steps_interactive.pm_.c:658
msgid "Selected size is larger than available space"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:670
+#: ../../install_steps_interactive.pm_.c:671
+#, fuzzy
+msgid "Type of install"
+msgstr "Elixa o paquete a instalar"
+
+#: ../../install_steps_interactive.pm_.c:672
+msgid ""
+"You haven't selected any group of packages.\n"
+"Please choose the minimal installation you want:"
+msgstr ""
+
+#: ../../install_steps_interactive.pm_.c:675
+#, fuzzy
+msgid "With X"
+msgstr "Agarde"
+
+#: ../../install_steps_interactive.pm_.c:677
+msgid "With basic documentation (recommended!)"
+msgstr ""
+
+#: ../../install_steps_interactive.pm_.c:678
+msgid "Truly minimal install (especially no urpmi)"
+msgstr ""
+
+#: ../../install_steps_interactive.pm_.c:762
msgid ""
"If you have all the CDs in the list below, click Ok.\n"
"If you have none of those CDs, click Cancel.\n"
@@ -4064,12 +4419,16 @@ msgstr ""
"Se non ten ningn deses CDs, prema Cancelar.\n"
"Se s faltan algns dos CDs, desmrqueos, e prema Aceptar."
-#: ../../install_steps_interactive.pm_.c:675
+#: ../../install_steps_interactive.pm_.c:767
#, c-format
msgid "Cd-Rom labeled \"%s\""
msgstr "Cd-Rom etiquetado \"%s\""
-#: ../../install_steps_interactive.pm_.c:704
+#: ../../install_steps_interactive.pm_.c:787
+msgid "Preparing installation"
+msgstr "Preparando a instalacin"
+
+#: ../../install_steps_interactive.pm_.c:796
#, c-format
msgid ""
"Installing package %s\n"
@@ -4078,21 +4437,21 @@ msgstr ""
"Instalando o paquete %s\n"
"%d%%"
-#: ../../install_steps_interactive.pm_.c:713
+#: ../../install_steps_interactive.pm_.c:842
msgid "Post-install configuration"
msgstr "Configuracin trala instalacin"
-#: ../../install_steps_interactive.pm_.c:719
+#: ../../install_steps_interactive.pm_.c:848
#, fuzzy, c-format
msgid "Please insert the Boot floppy used in drive %s"
msgstr "Insira un disquete na unidade %s"
-#: ../../install_steps_interactive.pm_.c:725
+#: ../../install_steps_interactive.pm_.c:854
#, fuzzy, c-format
msgid "Please insert the Update Modules floppy in drive %s"
msgstr "Insira un disquete baleiro na unidade %s"
-#: ../../install_steps_interactive.pm_.c:750
+#: ../../install_steps_interactive.pm_.c:874
msgid ""
"You have now the possibility to download software aimed for encryption.\n"
"\n"
@@ -4163,141 +4522,167 @@ msgstr ""
"Altadena California 91001\n"
"USA"
-#: ../../install_steps_interactive.pm_.c:782
+#: ../../install_steps_interactive.pm_.c:912
+msgid ""
+"You have now the possibility to download updated packages that have\n"
+"been released after the distribution has been made available.\n"
+"\n"
+"You will get security fixes or bug fixes, but you need to have an\n"
+"Internet connection configured to proceed.\n"
+"\n"
+"Do you want to install the updates ?"
+msgstr ""
+
+#: ../../install_steps_interactive.pm_.c:926
+#, fuzzy
+msgid "Contacting Mandrake Linux web site to get the list of available mirrors"
+msgstr "Contactando co espello para obter a lista dos paquetes dispoibles"
+
+#: ../../install_steps_interactive.pm_.c:931
msgid "Choose a mirror from which to get the packages"
msgstr "Escoller un espello do que coller os paquetes"
-#: ../../install_steps_interactive.pm_.c:793
+#: ../../install_steps_interactive.pm_.c:940
msgid "Contacting the mirror to get the list of available packages"
msgstr "Contactando co espello para obter a lista dos paquetes dispoibles"
-#: ../../install_steps_interactive.pm_.c:796
-msgid "Please choose the packages you want to install."
-msgstr "Escolla os paquetes que desexa instalar."
-
-#: ../../install_steps_interactive.pm_.c:808
+#: ../../install_steps_interactive.pm_.c:967
msgid "Which is your timezone?"
msgstr "Cal a sa zona horaria?"
-#: ../../install_steps_interactive.pm_.c:813
+#: ../../install_steps_interactive.pm_.c:972
#, fuzzy
msgid "Hardware clock set to GMT"
msgstr "O reloxo interno do seu ordenador usa a hora GMT?"
-#: ../../install_steps_interactive.pm_.c:814
+#: ../../install_steps_interactive.pm_.c:973
msgid "Automatic time synchronization (using NTP)"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:821
+#: ../../install_steps_interactive.pm_.c:980
#, fuzzy
msgid "NTP Server"
msgstr "Servidor NIS"
-#: ../../install_steps_interactive.pm_.c:855
-#: ../../install_steps_interactive.pm_.c:863 ../../printerdrake.pm_.c:104
+#: ../../install_steps_interactive.pm_.c:1014
+#: ../../install_steps_interactive.pm_.c:1022
msgid "Remote CUPS server"
msgstr "Servidor CUPS remoto"
-#: ../../install_steps_interactive.pm_.c:856
+#: ../../install_steps_interactive.pm_.c:1015
msgid "No printer"
msgstr "Sen impresora"
-#: ../../install_steps_interactive.pm_.c:867 ../../steps.pm_.c:27
+#: ../../install_steps_interactive.pm_.c:1032
+#, fuzzy
+msgid "Do you have an ISA sound card?"
+msgstr "Ten algunha outra?"
+
+#: ../../install_steps_interactive.pm_.c:1034
+msgid "Run \"sndconfig\" after installation to configure your sound card"
+msgstr ""
+
+#: ../../install_steps_interactive.pm_.c:1036
+msgid "No sound card detected. Try \"harddrake\" after installation"
+msgstr ""
+
+#: ../../install_steps_interactive.pm_.c:1041 ../../steps.pm_.c:27
msgid "Summary"
msgstr "Resume"
-#: ../../install_steps_interactive.pm_.c:870
+#: ../../install_steps_interactive.pm_.c:1044
msgid "Mouse"
msgstr "Rato"
-#: ../../install_steps_interactive.pm_.c:872
+#: ../../install_steps_interactive.pm_.c:1046
msgid "Timezone"
msgstr "Zona horaria"
-#: ../../install_steps_interactive.pm_.c:873 ../../printerdrake.pm_.c:1773
-#: ../../printerdrake.pm_.c:1844
+#: ../../install_steps_interactive.pm_.c:1047 ../../printerdrake.pm_.c:2276
+#: ../../printerdrake.pm_.c:2354
msgid "Printer"
msgstr "Impresora"
-#: ../../install_steps_interactive.pm_.c:875
+#: ../../install_steps_interactive.pm_.c:1049
msgid "ISDN card"
msgstr "Tarxeta RDSI"
-#: ../../install_steps_interactive.pm_.c:878
+#: ../../install_steps_interactive.pm_.c:1052
+#: ../../install_steps_interactive.pm_.c:1054
msgid "Sound card"
msgstr "Tarxeta de son"
-#: ../../install_steps_interactive.pm_.c:881
+#: ../../install_steps_interactive.pm_.c:1056
msgid "TV card"
msgstr "Tarxeta de TV"
-#: ../../install_steps_interactive.pm_.c:917
-#: ../../install_steps_interactive.pm_.c:941
-#: ../../install_steps_interactive.pm_.c:945
+#: ../../install_steps_interactive.pm_.c:1094
+#: ../../install_steps_interactive.pm_.c:1118
+#: ../../install_steps_interactive.pm_.c:1122
msgid "LDAP"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:918
-#: ../../install_steps_interactive.pm_.c:941
-#: ../../install_steps_interactive.pm_.c:954
+#: ../../install_steps_interactive.pm_.c:1095
+#: ../../install_steps_interactive.pm_.c:1118
+#: ../../install_steps_interactive.pm_.c:1131
#, fuzzy
msgid "NIS"
msgstr "Usar NIS"
-#: ../../install_steps_interactive.pm_.c:919
-#: ../../install_steps_interactive.pm_.c:941
+#: ../../install_steps_interactive.pm_.c:1096
+#: ../../install_steps_interactive.pm_.c:1118
#, fuzzy
msgid "Local files"
msgstr "Impresora local"
-#: ../../install_steps_interactive.pm_.c:928
-#: ../../install_steps_interactive.pm_.c:929 ../../steps.pm_.c:24
+#: ../../install_steps_interactive.pm_.c:1105
+#: ../../install_steps_interactive.pm_.c:1106 ../../steps.pm_.c:24
msgid "Set root password"
msgstr "Contrasinal de root"
-#: ../../install_steps_interactive.pm_.c:930
+#: ../../install_steps_interactive.pm_.c:1107
msgid "No password"
msgstr "Sen contrasinal"
-#: ../../install_steps_interactive.pm_.c:935
+#: ../../install_steps_interactive.pm_.c:1112
#, c-format
msgid "This password is too simple (must be at least %d characters long)"
msgstr ""
"Este contrasinal demasiado simple (ten que ter polo menos %d caracteres)"
-#: ../../install_steps_interactive.pm_.c:941 ../../network/modem.pm_.c:47
-#: ../../standalone/draknet_.c:604
+#: ../../install_steps_interactive.pm_.c:1118 ../../network/modem.pm_.c:49
+#: ../../standalone/draknet_.c:626 ../../standalone/logdrake_.c:172
msgid "Authentication"
msgstr "Autenticacin"
-#: ../../install_steps_interactive.pm_.c:949
+#: ../../install_steps_interactive.pm_.c:1126
#, fuzzy
msgid "Authentication LDAP"
msgstr "Autenticacin"
-#: ../../install_steps_interactive.pm_.c:950
+#: ../../install_steps_interactive.pm_.c:1127
msgid "LDAP Base dn"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:951
+#: ../../install_steps_interactive.pm_.c:1128
#, fuzzy
msgid "LDAP Server"
msgstr "Servidor"
-#: ../../install_steps_interactive.pm_.c:957
+#: ../../install_steps_interactive.pm_.c:1134
#, fuzzy
msgid "Authentication NIS"
msgstr "Autenticacin NIS"
-#: ../../install_steps_interactive.pm_.c:958
+#: ../../install_steps_interactive.pm_.c:1135
msgid "NIS Domain"
msgstr "Dominio NIS"
-#: ../../install_steps_interactive.pm_.c:959
+#: ../../install_steps_interactive.pm_.c:1136
msgid "NIS Server"
msgstr "Servidor NIS"
-#: ../../install_steps_interactive.pm_.c:994
+#: ../../install_steps_interactive.pm_.c:1171
#, fuzzy
msgid ""
"A custom bootdisk provides a way of booting into your Linux system without\n"
@@ -4326,19 +4711,20 @@ msgstr ""
"de Mandrake, facendo as moito mis fcil a recuperacin no caso de fallo\n"
"grave do sistema. Desexa crear un disco de arrinque para o seu sistema?"
-#: ../../install_steps_interactive.pm_.c:1010
+#: ../../install_steps_interactive.pm_.c:1187
msgid "First floppy drive"
msgstr "Primeira unidade de disquete"
-#: ../../install_steps_interactive.pm_.c:1011
+#: ../../install_steps_interactive.pm_.c:1188
msgid "Second floppy drive"
msgstr "Segunda unidade de disquete"
-#: ../../install_steps_interactive.pm_.c:1012 ../../printerdrake.pm_.c:1382
+#: ../../install_steps_interactive.pm_.c:1189 ../../printerdrake.pm_.c:1848
msgid "Skip"
msgstr "Omitir"
-#: ../../install_steps_interactive.pm_.c:1017
+#: ../../install_steps_interactive.pm_.c:1194
+#, c-format
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 "
@@ -4349,7 +4735,8 @@ msgid ""
"with\n"
"the Mandrake rescue image, making it much easier to recover from severe "
"system\n"
-"failures. Would you like to create a bootdisk for your system?"
+"failures. Would you like to create a bootdisk for your system?\n"
+"%s"
msgstr ""
"Un disco de arrinque personalizado dlle a posibilidade de arrincar o seu\n"
"equipo baixo Linux sen depender do cargador de arrinque normal. Isto pode "
@@ -4360,30 +4747,40 @@ msgstr ""
"Un disco de arrinque personalizado tamn pode ser usado coa imaxe de "
"rescate\n"
"de Mandrake, facendo as moito mis fcil a recuperacin no caso de fallo\n"
-"grave do sistema. Desexa crear un disco de arrinque para o seu sistema?"
+"grave do sistema. Desexa crear un disco de arrinque para o seu sistema?\n"
+"%s"
-#: ../../install_steps_interactive.pm_.c:1026
+#: ../../install_steps_interactive.pm_.c:1200
+msgid ""
+"\n"
+"\n"
+"(WARNING! You're using XFS for your root partition,\n"
+"creating a bootdisk on a 1.44 Mb floppy will probably fail,\n"
+"because XFS needs a very large driver)."
+msgstr ""
+
+#: ../../install_steps_interactive.pm_.c:1208
msgid "Sorry, no floppy drive available"
msgstr "Desculpe, pero non hai ningunha disqueteira dispoible"
-#: ../../install_steps_interactive.pm_.c:1030
+#: ../../install_steps_interactive.pm_.c:1212
msgid "Choose the floppy drive you want to use to make the bootdisk"
msgstr "Escolla a disqueteira que quere usar para crear o disco de arranque"
-#: ../../install_steps_interactive.pm_.c:1034
-#, c-format
-msgid "Insert a floppy in drive %s"
+#: ../../install_steps_interactive.pm_.c:1216
+#, fuzzy, c-format
+msgid "Insert a floppy in %s"
msgstr "Insira un disquete na unidade %s"
-#: ../../install_steps_interactive.pm_.c:1037
+#: ../../install_steps_interactive.pm_.c:1219
msgid "Creating bootdisk"
msgstr "Creando o disco de arrinque"
-#: ../../install_steps_interactive.pm_.c:1044
+#: ../../install_steps_interactive.pm_.c:1226
msgid "Preparing bootloader"
msgstr "Preparando o cargador de arrinque"
-#: ../../install_steps_interactive.pm_.c:1055
+#: ../../install_steps_interactive.pm_.c:1237
msgid ""
"You appear to have an OldWorld or Unknown\n"
" machine, the yaboot bootloader will not work for you.\n"
@@ -4391,11 +4788,11 @@ msgid ""
" need to use BootX to boot your machine"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1060
+#: ../../install_steps_interactive.pm_.c:1243
msgid "Do you want to use aboot?"
msgstr "Desexa usar aboot?"
-#: ../../install_steps_interactive.pm_.c:1063
+#: ../../install_steps_interactive.pm_.c:1246
msgid ""
"Error installing aboot, \n"
"try to force installation even if that destroys the first partition?"
@@ -4403,16 +4800,16 @@ msgstr ""
"Erro instalando aboot, \n"
"probar a forzar a instalacin mesmo se iso destre a primeira particin?"
-#: ../../install_steps_interactive.pm_.c:1070
+#: ../../install_steps_interactive.pm_.c:1253
#, fuzzy
msgid "Installing bootloader"
msgstr "Cargador de arrinque"
-#: ../../install_steps_interactive.pm_.c:1076
+#: ../../install_steps_interactive.pm_.c:1259
msgid "Installation of bootloader failed. The following error occured:"
msgstr "A instalacin do xestor de arrinque fallou. Ocorreu o seguinte erro:"
-#: ../../install_steps_interactive.pm_.c:1084
+#: ../../install_steps_interactive.pm_.c:1267
#, c-format
msgid ""
"You may need to change your Open Firmware boot-device to\n"
@@ -4423,34 +4820,18 @@ msgid ""
"At your next boot you should see the bootloader prompt."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1092 ../../standalone/draksec_.c:23
-msgid "Low"
-msgstr "Baixo"
-
-#: ../../install_steps_interactive.pm_.c:1093 ../../standalone/draksec_.c:24
-msgid "Medium"
-msgstr "Medio"
-
-#: ../../install_steps_interactive.pm_.c:1094 ../../standalone/draksec_.c:25
-msgid "High"
-msgstr "Alto"
-
-#: ../../install_steps_interactive.pm_.c:1098 ../../standalone/draksec_.c:62
-msgid "Choose security level"
-msgstr "Escola o nivel de seguridade"
-
-#: ../../install_steps_interactive.pm_.c:1134
-#: ../../standalone/drakautoinst_.c:80
+#: ../../install_steps_interactive.pm_.c:1311
+#: ../../standalone/drakautoinst_.c:81
#, c-format
msgid "Insert a blank floppy in drive %s"
msgstr "Insira un disquete baleiro na unidade %s"
-#: ../../install_steps_interactive.pm_.c:1138
-#: ../../standalone/drakautoinst_.c:82
+#: ../../install_steps_interactive.pm_.c:1315
+#: ../../standalone/drakautoinst_.c:83
msgid "Creating auto install floppy"
msgstr "Creando un disquete de auto-instalacin"
-#: ../../install_steps_interactive.pm_.c:1149
+#: ../../install_steps_interactive.pm_.c:1326
msgid ""
"Some steps are not completed.\n"
"\n"
@@ -4460,14 +4841,19 @@ msgstr ""
"\n"
"Desexa realmente sar agora?"
-#: ../../install_steps_interactive.pm_.c:1160
+#: ../../install_steps_interactive.pm_.c:1337
msgid ""
"Congratulations, installation is complete.\n"
"Remove the boot media and press return to reboot.\n"
"\n"
+"\n"
"For information on fixes which are available for this release of Mandrake "
"Linux,\n"
-"consult the Errata available from http://www.mandrakelinux.com/.\n"
+"consult the Errata available from:\n"
+"\n"
+"\n"
+"http://www.linux-mandrake.com/en/82errata.php3\n"
+"\n"
"\n"
"Information on configuring your system is available in the post\n"
"install chapter of the Official Mandrake Linux User's Guide."
@@ -4475,19 +4861,23 @@ msgstr ""
"Noraboa, a instalacin rematou.\n"
"Quite o disco de arrinque da unidade e prema [enter] para reiniciar.\n"
"\n"
+"\n"
"Para informacin sobre parches dispoibles para esta versin\n"
"de Mandrake Linux, consulte o ficheiro de erratas dispoibles en\n"
-"http://www.mandrakelinux.com.\n"
+"\n"
+"\n"
+"http://www.linux-mandrake.com/en/82errata.php3\n"
+"\n"
"\n"
"Para informacin sobre a configuracin do seu sistema, despois\n"
"da instalacin, hai un captulo na Gua do Usuario Oficial\n"
"de Mandrake Linux."
-#: ../../install_steps_interactive.pm_.c:1172
+#: ../../install_steps_interactive.pm_.c:1354
msgid "Generate auto install floppy"
msgstr "Xerar disquete de auto-instalacin"
-#: ../../install_steps_interactive.pm_.c:1174
+#: ../../install_steps_interactive.pm_.c:1356
msgid ""
"The auto install can be fully automated if wanted,\n"
"in that case it will take over the hard drive!!\n"
@@ -4501,15 +4891,15 @@ msgstr ""
"\n"
"Pode preferir realizar novamente a instalacin.\n"
-#: ../../install_steps_interactive.pm_.c:1179
+#: ../../install_steps_interactive.pm_.c:1361
msgid "Automated"
msgstr "Automatizada"
-#: ../../install_steps_interactive.pm_.c:1179
+#: ../../install_steps_interactive.pm_.c:1361
msgid "Replay"
msgstr "Reproducir"
-#: ../../install_steps_interactive.pm_.c:1182
+#: ../../install_steps_interactive.pm_.c:1364
msgid "Save packages selection"
msgstr "Gardar a seleccin de paquetes"
@@ -4524,357 +4914,456 @@ msgid ""
msgstr ""
" <Tab>/<Alt-Tab> entre elementos | <Space> escoller | <F12> seguinte "
-#: ../../interactive.pm_.c:73
+#: ../../interactive.pm_.c:87
msgid "kdesu missing"
msgstr "falla o kdesu"
-#: ../../interactive.pm_.c:132
+#: ../../interactive.pm_.c:89 ../../interactive.pm_.c:100
+msgid "consolehelper missing"
+msgstr ""
+
+#: ../../interactive.pm_.c:152
#, fuzzy
msgid "Choose a file"
msgstr "Escolla a accin"
-#: ../../interactive.pm_.c:284
+#: ../../interactive.pm_.c:314
msgid "Advanced"
msgstr "Avanzado"
-#: ../../interactive.pm_.c:345
+#: ../../interactive.pm_.c:315
+msgid "Basic"
+msgstr ""
+
+#: ../../interactive.pm_.c:386
msgid "Please wait"
msgstr "Agarde, por favor"
-#: ../../interactive_gtk.pm_.c:681
+#: ../../interactive_gtk.pm_.c:605 ../../services.pm_.c:222
+msgid "Info"
+msgstr "Info"
+
+#: ../../interactive_gtk.pm_.c:715
msgid "Expand Tree"
msgstr "Expandir rbore"
-#: ../../interactive_gtk.pm_.c:682
+#: ../../interactive_gtk.pm_.c:716
msgid "Collapse Tree"
msgstr "Pechar rbore"
-#: ../../interactive_gtk.pm_.c:683
+#: ../../interactive_gtk.pm_.c:717
msgid "Toggle between flat and group sorted"
msgstr "Mudar entre lista completa e ordenada por grupos"
-#: ../../interactive_stdio.pm_.c:35
-#, c-format
-msgid "Ambiguity (%s), be more precise\n"
-msgstr "Ambigidade (%s), sexa mis preciso\n"
-
-#: ../../interactive_stdio.pm_.c:36 ../../interactive_stdio.pm_.c:51
-#: ../../interactive_stdio.pm_.c:71
+#: ../../interactive_stdio.pm_.c:29 ../../interactive_stdio.pm_.c:147
msgid "Bad choice, try again\n"
msgstr "Eleccin incorrecta, tente de novo\n"
-#: ../../interactive_stdio.pm_.c:39
+#: ../../interactive_stdio.pm_.c:30 ../../interactive_stdio.pm_.c:148
#, c-format
-msgid " ? (default %s) "
-msgstr " ? (por omisin %s) "
+msgid "Your choice? (default %s) "
+msgstr "A sa escolla? (por omisin %s)"
#: ../../interactive_stdio.pm_.c:52
#, c-format
-msgid "Your choice? (default %s) "
+msgid ""
+"Entries you'll have to fill:\n"
+"%s"
+msgstr ""
+
+#: ../../interactive_stdio.pm_.c:68
+#, fuzzy, c-format
+msgid "Your choice? (0/1, default `%s') "
+msgstr "A sa escolla? (por omisin %s)"
+
+#: ../../interactive_stdio.pm_.c:93
+#, fuzzy, c-format
+msgid "Button `%s': %s"
+msgstr "Opcins: %s"
+
+#: ../../interactive_stdio.pm_.c:94
+#, fuzzy
+msgid "Do you want to click on this button? "
+msgstr "Desexa usar aboot?"
+
+#: ../../interactive_stdio.pm_.c:103
+#, fuzzy, c-format
+msgid "Your choice? (default `%s'%s) "
msgstr "A sa escolla? (por omisin %s)"
-#: ../../interactive_stdio.pm_.c:72
+#: ../../interactive_stdio.pm_.c:121
#, c-format
-msgid "Your choice? (default %s enter `none' for none) "
-msgstr "A sa escolla? (por omisin %s, escriba 'none' para ningunha)"
+msgid "=> There are many things to choose from (%s).\n"
+msgstr ""
+
+#: ../../interactive_stdio.pm_.c:124
+msgid ""
+"Please choose the first number of the 10-range you wish to edit,\n"
+"or just hit Enter to proceed.\n"
+"Your choice? "
+msgstr ""
+
+#: ../../interactive_stdio.pm_.c:137
+#, c-format
+msgid ""
+"=> Notice, a label changed:\n"
+"%s"
+msgstr ""
-#: ../../keyboard.pm_.c:140 ../../keyboard.pm_.c:178
+#: ../../interactive_stdio.pm_.c:144
+msgid "Re-submit"
+msgstr ""
+
+#: ../../keyboard.pm_.c:174 ../../keyboard.pm_.c:205
msgid "Czech (QWERTZ)"
msgstr "Checo (QWERTZ)"
-#: ../../keyboard.pm_.c:141 ../../keyboard.pm_.c:155 ../../keyboard.pm_.c:180
+#: ../../keyboard.pm_.c:175 ../../keyboard.pm_.c:207
msgid "German"
msgstr "Alemn"
-#: ../../keyboard.pm_.c:142
+#: ../../keyboard.pm_.c:176
msgid "Dvorak"
msgstr "Teclado dvorak"
-#: ../../keyboard.pm_.c:143 ../../keyboard.pm_.c:186
+#: ../../keyboard.pm_.c:177 ../../keyboard.pm_.c:214
msgid "Spanish"
msgstr "Espaol"
-#: ../../keyboard.pm_.c:144 ../../keyboard.pm_.c:187
+#: ../../keyboard.pm_.c:178 ../../keyboard.pm_.c:215
msgid "Finnish"
msgstr "Finlands"
-#: ../../keyboard.pm_.c:145 ../../keyboard.pm_.c:156 ../../keyboard.pm_.c:188
+#: ../../keyboard.pm_.c:179 ../../keyboard.pm_.c:216
msgid "French"
msgstr "Francs"
-#: ../../keyboard.pm_.c:146 ../../keyboard.pm_.c:211
+#: ../../keyboard.pm_.c:180 ../../keyboard.pm_.c:241
msgid "Norwegian"
msgstr "Noruegus"
-#: ../../keyboard.pm_.c:147
+#: ../../keyboard.pm_.c:181
msgid "Polish"
msgstr "Polaco"
-#: ../../keyboard.pm_.c:148 ../../keyboard.pm_.c:219
+#: ../../keyboard.pm_.c:182 ../../keyboard.pm_.c:249
msgid "Russian"
msgstr "Ruso"
-#: ../../keyboard.pm_.c:150 ../../keyboard.pm_.c:221
+#: ../../keyboard.pm_.c:184 ../../keyboard.pm_.c:251
msgid "Swedish"
msgstr "Sueco"
-#: ../../keyboard.pm_.c:151 ../../keyboard.pm_.c:236
+#: ../../keyboard.pm_.c:185 ../../keyboard.pm_.c:266
msgid "UK keyboard"
msgstr "Britnico"
-#: ../../keyboard.pm_.c:152 ../../keyboard.pm_.c:157 ../../keyboard.pm_.c:237
+#: ../../keyboard.pm_.c:186 ../../keyboard.pm_.c:267
msgid "US keyboard"
msgstr "Estadounidense"
-#: ../../keyboard.pm_.c:159
+#: ../../keyboard.pm_.c:188
#, fuzzy
msgid "Albanian"
msgstr "Iraniano"
-#: ../../keyboard.pm_.c:160
+#: ../../keyboard.pm_.c:189
msgid "Armenian (old)"
msgstr "Armenio (antigo)"
-#: ../../keyboard.pm_.c:161
+#: ../../keyboard.pm_.c:190
msgid "Armenian (typewriter)"
msgstr "Armenio (mquina de escribir)"
-#: ../../keyboard.pm_.c:162
+#: ../../keyboard.pm_.c:191
msgid "Armenian (phonetic)"
msgstr "Armenio (fontico)"
-#: ../../keyboard.pm_.c:167
+#: ../../keyboard.pm_.c:196
msgid "Azerbaidjani (latin)"
msgstr "Azerbaian (latn)"
-#: ../../keyboard.pm_.c:169
+#: ../../keyboard.pm_.c:198
msgid "Belgian"
msgstr "Belga"
-#: ../../keyboard.pm_.c:170
-msgid "Bulgarian"
+#: ../../keyboard.pm_.c:199
+#, fuzzy
+msgid "Bulgarian (phonetic)"
+msgstr "Armenio (fontico)"
+
+#: ../../keyboard.pm_.c:200
+#, fuzzy
+msgid "Bulgarian (BDS)"
msgstr "Blgaro"
-#: ../../keyboard.pm_.c:171
+#: ../../keyboard.pm_.c:201
msgid "Brazilian (ABNT-2)"
msgstr "Brasileiro (ABNT-2)"
-#: ../../keyboard.pm_.c:172
+#: ../../keyboard.pm_.c:202
msgid "Belarusian"
msgstr "Bielorruso"
-#: ../../keyboard.pm_.c:173
+#: ../../keyboard.pm_.c:203
msgid "Swiss (German layout)"
msgstr "Suzo (alemn)"
-#: ../../keyboard.pm_.c:174
+#: ../../keyboard.pm_.c:204
msgid "Swiss (French layout)"
msgstr "Suzo (francs)"
-#: ../../keyboard.pm_.c:179
+#: ../../keyboard.pm_.c:206
msgid "Czech (QWERTY)"
msgstr "Checo (QWERTY)"
-#: ../../keyboard.pm_.c:181
+#: ../../keyboard.pm_.c:208
msgid "German (no dead keys)"
msgstr "Alemn (sen teclas acentuadas)"
-#: ../../keyboard.pm_.c:182
+#: ../../keyboard.pm_.c:209
msgid "Danish"
msgstr "Dinamarqus"
-#: ../../keyboard.pm_.c:183
+#: ../../keyboard.pm_.c:210
msgid "Dvorak (US)"
msgstr "Dvorak (EUA)"
-#: ../../keyboard.pm_.c:184
+#: ../../keyboard.pm_.c:211
msgid "Dvorak (Norwegian)"
msgstr "Dvorak (Noruegus)"
-#: ../../keyboard.pm_.c:185
+#: ../../keyboard.pm_.c:212
+#, fuzzy
+msgid "Dvorak (Swedish)"
+msgstr "Dvorak (EUA)"
+
+#: ../../keyboard.pm_.c:213
msgid "Estonian"
msgstr "Estonio"
-#: ../../keyboard.pm_.c:189
+#: ../../keyboard.pm_.c:217
msgid "Georgian (\"Russian\" layout)"
msgstr "Xeorxiano (\"ruso\")"
-#: ../../keyboard.pm_.c:190
+#: ../../keyboard.pm_.c:218
msgid "Georgian (\"Latin\" layout)"
msgstr "Xeorxiano (\"latino\")"
-#: ../../keyboard.pm_.c:191
+#: ../../keyboard.pm_.c:219
msgid "Greek"
msgstr "Grego"
-#: ../../keyboard.pm_.c:192
+#: ../../keyboard.pm_.c:220
msgid "Hungarian"
msgstr "Hngaro"
-#: ../../keyboard.pm_.c:193
+#: ../../keyboard.pm_.c:221
msgid "Croatian"
msgstr "Croata"
-#: ../../keyboard.pm_.c:194
+#: ../../keyboard.pm_.c:222
msgid "Israeli"
msgstr "Israel"
-#: ../../keyboard.pm_.c:195
+#: ../../keyboard.pm_.c:223
msgid "Israeli (Phonetic)"
msgstr "Israel (Fontico)"
-#: ../../keyboard.pm_.c:196
+#: ../../keyboard.pm_.c:224
msgid "Iranian"
msgstr "Iraniano"
-#: ../../keyboard.pm_.c:197
+#: ../../keyboard.pm_.c:225
msgid "Icelandic"
msgstr "Islands"
-#: ../../keyboard.pm_.c:198
+#: ../../keyboard.pm_.c:226
msgid "Italian"
msgstr "Italiano"
-#: ../../keyboard.pm_.c:200
+#: ../../keyboard.pm_.c:228
msgid "Japanese 106 keys"
msgstr "Xapons de 106 teclas"
-#: ../../keyboard.pm_.c:201
+#: ../../keyboard.pm_.c:231
#, fuzzy
msgid "Korean keyboard"
msgstr "Britnico"
-#: ../../keyboard.pm_.c:202
+#: ../../keyboard.pm_.c:232
msgid "Latin American"
msgstr "Latinoamericano"
-#: ../../keyboard.pm_.c:203
+#: ../../keyboard.pm_.c:233
msgid "Lithuanian AZERTY (old)"
msgstr "Lituano AZERTY (antigo)"
-#: ../../keyboard.pm_.c:205
+#: ../../keyboard.pm_.c:235
msgid "Lithuanian AZERTY (new)"
msgstr "Lituano AZERTY (novo)"
-#: ../../keyboard.pm_.c:206
+#: ../../keyboard.pm_.c:236
msgid "Lithuanian \"number row\" QWERTY"
msgstr "Lituano \"ringleira de nmeros\" QWERTY"
-#: ../../keyboard.pm_.c:207
+#: ../../keyboard.pm_.c:237
msgid "Lithuanian \"phonetic\" QWERTY"
msgstr "Lituano \"fontico\" QWERTY"
-#: ../../keyboard.pm_.c:208
+#: ../../keyboard.pm_.c:238
#, fuzzy
msgid "Latvian"
msgstr "Localizacin"
-#: ../../keyboard.pm_.c:209
+#: ../../keyboard.pm_.c:239
msgid "Macedonian"
msgstr "Macedonio"
-#: ../../keyboard.pm_.c:210
+#: ../../keyboard.pm_.c:240
msgid "Dutch"
msgstr "Holands"
-#: ../../keyboard.pm_.c:212
+#: ../../keyboard.pm_.c:242
msgid "Polish (qwerty layout)"
msgstr "Polaco (disposicin qwerty)"
-#: ../../keyboard.pm_.c:213
+#: ../../keyboard.pm_.c:243
msgid "Polish (qwertz layout)"
msgstr "Polaco (disposicin qwertz)"
-#: ../../keyboard.pm_.c:214
+#: ../../keyboard.pm_.c:244
msgid "Portuguese"
msgstr "Portugus"
-#: ../../keyboard.pm_.c:215
+#: ../../keyboard.pm_.c:245
msgid "Canadian (Quebec)"
msgstr "Canadiano (Qubec)"
-#: ../../keyboard.pm_.c:217
+#: ../../keyboard.pm_.c:247
#, fuzzy
msgid "Romanian (qwertz)"
msgstr "Ruso (Yawerty)"
-#: ../../keyboard.pm_.c:218
+#: ../../keyboard.pm_.c:248
#, fuzzy
msgid "Romanian (qwerty)"
msgstr "Ruso (Yawerty)"
-#: ../../keyboard.pm_.c:220
+#: ../../keyboard.pm_.c:250
msgid "Russian (Yawerty)"
msgstr "Ruso (Yawerty)"
-#: ../../keyboard.pm_.c:222
+#: ../../keyboard.pm_.c:252
msgid "Slovenian"
msgstr "Esloveno"
-#: ../../keyboard.pm_.c:226
+#: ../../keyboard.pm_.c:253
msgid "Slovakian (QWERTZ)"
msgstr "Eslovaco (QWERTZ)"
-#: ../../keyboard.pm_.c:227
+#: ../../keyboard.pm_.c:254
msgid "Slovakian (QWERTY)"
msgstr "Eslovaco (QWERTY)"
-#: ../../keyboard.pm_.c:229
+#: ../../keyboard.pm_.c:256
#, fuzzy
msgid "Serbian (cyrillic)"
msgstr "Azerbaian (cirlico)"
-#: ../../keyboard.pm_.c:230
+#: ../../keyboard.pm_.c:258
+#, fuzzy
+msgid "Tamil"
+msgstr "Tboa"
+
+#: ../../keyboard.pm_.c:259
msgid "Thai keyboard"
msgstr "Teclado Thai"
-#: ../../keyboard.pm_.c:232
+#: ../../keyboard.pm_.c:261
#, fuzzy
msgid "Tajik keyboard"
msgstr "Teclado Thai"
-#: ../../keyboard.pm_.c:233
+#: ../../keyboard.pm_.c:262
msgid "Turkish (traditional \"F\" model)"
msgstr "Turco (tradicional modelo \"F\")"
-#: ../../keyboard.pm_.c:234
+#: ../../keyboard.pm_.c:263
msgid "Turkish (modern \"Q\" model)"
msgstr "Turco (moderno modelo \"Q\")"
-#: ../../keyboard.pm_.c:235
+#: ../../keyboard.pm_.c:265
msgid "Ukrainian"
msgstr "Ucrano"
-#: ../../keyboard.pm_.c:238
+#: ../../keyboard.pm_.c:268
msgid "US keyboard (international)"
msgstr "Estadounidense (internacional)"
-#: ../../keyboard.pm_.c:239
+#: ../../keyboard.pm_.c:269
msgid "Vietnamese \"numeric row\" QWERTY"
msgstr "Vietnamita \"ringleira de nmeros\" QWERTY"
-#: ../../keyboard.pm_.c:240
+#: ../../keyboard.pm_.c:270
#, fuzzy
msgid "Yugoslavian (latin)"
msgstr "Iugoslavo (latn/cirlico)"
+#: ../../keyboard.pm_.c:278
+msgid "Right Alt key"
+msgstr ""
+
+#: ../../keyboard.pm_.c:279
+msgid "Both Shift keys simultaneously"
+msgstr ""
+
+#: ../../keyboard.pm_.c:280
+msgid "Control and Shift keys simultaneously"
+msgstr ""
+
+#: ../../keyboard.pm_.c:281
+msgid "CapsLock key"
+msgstr ""
+
+#: ../../keyboard.pm_.c:282
+msgid "Ctrl and Alt keys simultaneously"
+msgstr ""
+
+#: ../../keyboard.pm_.c:283
+msgid "Alt and Shift keys simultaneously"
+msgstr ""
+
+#: ../../keyboard.pm_.c:284
+msgid "\"Menu\" key"
+msgstr ""
+
+#: ../../keyboard.pm_.c:285
+msgid "Left \"Windows\" key"
+msgstr ""
+
+#: ../../keyboard.pm_.c:286
+msgid "Right \"Windows\" key"
+msgstr ""
+
#: ../../loopback.pm_.c:32
#, c-format
msgid "Circular mounts %s\n"
msgstr "Puntos de montaxe circulares %s\n"
-#: ../../lvm.pm_.c:83
+#: ../../lvm.pm_.c:88
msgid "Remove the logical volumes first\n"
msgstr "Quitar primeiro os volumes lxicos\n"
+#: ../../modules.pm_.c:826
+msgid ""
+"PCMCIA support no longer exist for 2.2 kernels. Please use a 2.4 kernel."
+msgstr ""
+
#: ../../mouse.pm_.c:25
msgid "Sun - Mouse"
msgstr "Rato Sun"
-#: ../../mouse.pm_.c:31
-msgid "Standard"
-msgstr "Estndar"
-
#: ../../mouse.pm_.c:32
msgid "Logitech MouseMan+"
msgstr "Logitech MouseMan+"
@@ -4887,11 +5376,11 @@ msgstr "Rato de roda PS2 xenrico"
msgid "GlidePoint"
msgstr "GlidePoint"
-#: ../../mouse.pm_.c:36 ../../mouse.pm_.c:62
+#: ../../mouse.pm_.c:36 ../../mouse.pm_.c:63
msgid "Kensington Thinking Mouse"
msgstr "Kensington Thinking Mouse"
-#: ../../mouse.pm_.c:37 ../../mouse.pm_.c:58
+#: ../../mouse.pm_.c:37 ../../mouse.pm_.c:59
msgid "Genius NetMouse"
msgstr "Genius NetMouse"
@@ -4899,111 +5388,111 @@ msgstr "Genius NetMouse"
msgid "Genius NetScroll"
msgstr "Genius NetScroll"
-#: ../../mouse.pm_.c:43 ../../mouse.pm_.c:67
+#: ../../mouse.pm_.c:43 ../../mouse.pm_.c:68
msgid "1 button"
msgstr "1 botn"
-#: ../../mouse.pm_.c:44
+#: ../../mouse.pm_.c:44 ../../mouse.pm_.c:51
+msgid "Generic 2 Button Mouse"
+msgstr "Rato de 2 botns xenrico"
+
+#: ../../mouse.pm_.c:45
msgid "Generic"
msgstr "Xenrico"
-#: ../../mouse.pm_.c:45
+#: ../../mouse.pm_.c:46
msgid "Wheel"
msgstr "Roda"
-#: ../../mouse.pm_.c:48
+#: ../../mouse.pm_.c:49
msgid "serial"
msgstr "serie"
-#: ../../mouse.pm_.c:50
-msgid "Generic 2 Button Mouse"
-msgstr "Rato de 2 botns xenrico"
-
-#: ../../mouse.pm_.c:51
+#: ../../mouse.pm_.c:52
msgid "Generic 3 Button Mouse"
msgstr "Rato de 3 botns xenrico"
-#: ../../mouse.pm_.c:52
+#: ../../mouse.pm_.c:53
msgid "Microsoft IntelliMouse"
msgstr "Microsoft IntelliMouse"
-#: ../../mouse.pm_.c:53
+#: ../../mouse.pm_.c:54
msgid "Logitech MouseMan"
msgstr "Logitech MouseMan"
-#: ../../mouse.pm_.c:54
+#: ../../mouse.pm_.c:55
msgid "Mouse Systems"
msgstr "Mouse Systems"
-#: ../../mouse.pm_.c:56
+#: ../../mouse.pm_.c:57
msgid "Logitech CC Series"
msgstr "Logitech CC Series"
-#: ../../mouse.pm_.c:57
+#: ../../mouse.pm_.c:58
msgid "Logitech MouseMan+/FirstMouse+"
msgstr "Logitech MouseMan+/FirstMouse+"
-#: ../../mouse.pm_.c:59
+#: ../../mouse.pm_.c:60
msgid "MM Series"
msgstr "MM Series"
-#: ../../mouse.pm_.c:60
+#: ../../mouse.pm_.c:61
msgid "MM HitTablet"
msgstr "MM HitTablet"
-#: ../../mouse.pm_.c:61
+#: ../../mouse.pm_.c:62
msgid "Logitech Mouse (serial, old C7 type)"
msgstr "Rato Logitech (serie, antigo tipo C7)"
-#: ../../mouse.pm_.c:65
+#: ../../mouse.pm_.c:66
msgid "busmouse"
msgstr "busmouse"
-#: ../../mouse.pm_.c:68
+#: ../../mouse.pm_.c:69
msgid "2 buttons"
msgstr "2 botns"
-#: ../../mouse.pm_.c:69
+#: ../../mouse.pm_.c:70
msgid "3 buttons"
msgstr "3 botns"
-#: ../../mouse.pm_.c:72
+#: ../../mouse.pm_.c:73
msgid "none"
msgstr "ningn"
-#: ../../mouse.pm_.c:74
+#: ../../mouse.pm_.c:75
msgid "No mouse"
msgstr "Ningn rato"
-#: ../../mouse.pm_.c:482
+#: ../../mouse.pm_.c:499
msgid "Please test the mouse"
msgstr "Probe o seu rato"
-#: ../../mouse.pm_.c:483
+#: ../../mouse.pm_.c:500
msgid "To activate the mouse,"
msgstr "Para activar o rato,"
-#: ../../mouse.pm_.c:484
+#: ../../mouse.pm_.c:501
msgid "MOVE YOUR WHEEL!"
msgstr "MOVA A RODA!"
-#: ../../my_gtk.pm_.c:380
+#: ../../my_gtk.pm_.c:651
msgid "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
msgstr ""
-#: ../../my_gtk.pm_.c:415
+#: ../../my_gtk.pm_.c:686
msgid "Finish"
msgstr "Finalizar"
-#: ../../my_gtk.pm_.c:415
+#: ../../my_gtk.pm_.c:686 ../../printerdrake.pm_.c:1588
msgid "Next ->"
msgstr "Seguinte ->"
-#: ../../my_gtk.pm_.c:416
+#: ../../my_gtk.pm_.c:687 ../../printerdrake.pm_.c:1586
msgid "<- Previous"
msgstr "<- Anterior"
-#: ../../my_gtk.pm_.c:716
+#: ../../my_gtk.pm_.c:1019
msgid "Is this correct?"
msgstr " isto correcto?"
@@ -5053,7 +5542,7 @@ msgstr ""
"Non se detectou ningn adaptador de rede ethernet no seu sistema.\n"
"Non se pode configurar este tipo de conexin."
-#: ../../network/ethernet.pm_.c:92 ../../standalone/drakgw_.c:233
+#: ../../network/ethernet.pm_.c:92 ../../standalone/drakgw_.c:252
msgid "Choose the network interface"
msgstr "Escolla a interface de rede"
@@ -5066,7 +5555,7 @@ msgstr "Escolla o adaptador de rede que desexa usar para conectar Internet"
msgid "no network card found"
msgstr "non se atopou ningunha tarxeta de rede"
-#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:350
+#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:360
msgid "Configuring network"
msgstr "Configurando a rede"
@@ -5082,15 +5571,15 @@ msgstr ""
"Este nome debe ser completamente cualificado,\n"
"como ``miamaquina.meulab.miacomp.es''."
-#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:355
+#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:365
msgid "Host name"
msgstr "Nome de mquina"
#: ../../network/isdn.pm_.c:21 ../../network/isdn.pm_.c:44
-#: ../../network/netconnect.pm_.c:91 ../../network/netconnect.pm_.c:105
-#: ../../network/netconnect.pm_.c:154 ../../network/netconnect.pm_.c:164
-#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:213
-#: ../../network/netconnect.pm_.c:221
+#: ../../network/netconnect.pm_.c:95 ../../network/netconnect.pm_.c:109
+#: ../../network/netconnect.pm_.c:164 ../../network/netconnect.pm_.c:175
+#: ../../network/netconnect.pm_.c:202 ../../network/netconnect.pm_.c:225
+#: ../../network/netconnect.pm_.c:233
msgid "Network Configuration Wizard"
msgstr "Axudante da configuracin de rede"
@@ -5129,13 +5618,13 @@ msgstr "Detectouse unha configuracin de firewall!"
msgid "Old configuration (isdn4net)"
msgstr "Detectouse unha configuracin de firewall!"
-#: ../../network/isdn.pm_.c:169 ../../network/isdn.pm_.c:187
-#: ../../network/isdn.pm_.c:197 ../../network/isdn.pm_.c:204
-#: ../../network/isdn.pm_.c:214
+#: ../../network/isdn.pm_.c:170 ../../network/isdn.pm_.c:188
+#: ../../network/isdn.pm_.c:198 ../../network/isdn.pm_.c:205
+#: ../../network/isdn.pm_.c:215
msgid "ISDN Configuration"
msgstr "Configuracin da RDSI"
-#: ../../network/isdn.pm_.c:169
+#: ../../network/isdn.pm_.c:170
msgid ""
"Select your provider.\n"
" If it's not in the list, choose Unlisted"
@@ -5143,22 +5632,22 @@ msgstr ""
"Seleccione o seu provedor.\n"
" Se non est na lista, escolla 'Unlisted'"
-#: ../../network/isdn.pm_.c:182
+#: ../../network/isdn.pm_.c:183
#, fuzzy
msgid "Europe protocol"
msgstr "Protocolo de arrinque"
-#: ../../network/isdn.pm_.c:182
+#: ../../network/isdn.pm_.c:183
#, fuzzy
msgid "Europe protocol (EDSS1)"
msgstr "Europa (EDSS1)"
-#: ../../network/isdn.pm_.c:184
+#: ../../network/isdn.pm_.c:185
#, fuzzy
msgid "Protocol for the rest of the world"
msgstr "Resto do mundo"
-#: ../../network/isdn.pm_.c:184
+#: ../../network/isdn.pm_.c:185
#, fuzzy
msgid ""
"Protocol for the rest of the world \n"
@@ -5167,27 +5656,27 @@ msgstr ""
"Resto do mundo \n"
" sen canle-D (lias dedicadas)"
-#: ../../network/isdn.pm_.c:188
+#: ../../network/isdn.pm_.c:189
msgid "Which protocol do you want to use ?"
msgstr "Qu protocolo desexa usar?"
-#: ../../network/isdn.pm_.c:198
+#: ../../network/isdn.pm_.c:199
msgid "What kind of card do you have?"
msgstr "Qu tipo de tarxeta ten?"
-#: ../../network/isdn.pm_.c:199
+#: ../../network/isdn.pm_.c:200
msgid "I don't know"
msgstr "Non sei"
-#: ../../network/isdn.pm_.c:199
+#: ../../network/isdn.pm_.c:200
msgid "ISA / PCMCIA"
msgstr "ISA / PCMCIA"
-#: ../../network/isdn.pm_.c:199
+#: ../../network/isdn.pm_.c:200
msgid "PCI"
msgstr "PCI"
-#: ../../network/isdn.pm_.c:205
+#: ../../network/isdn.pm_.c:206
msgid ""
"\n"
"If you have an ISA card, the values on the next screen should be right.\n"
@@ -5200,19 +5689,19 @@ msgstr ""
"\n"
"Se ten unha tarxeta PCMCIA, ten que coecer a irq e a e/s da tarxeta.\n"
-#: ../../network/isdn.pm_.c:209
+#: ../../network/isdn.pm_.c:210
msgid "Abort"
msgstr "Abortar"
-#: ../../network/isdn.pm_.c:209
+#: ../../network/isdn.pm_.c:210
msgid "Continue"
msgstr "Continuar"
-#: ../../network/isdn.pm_.c:215
+#: ../../network/isdn.pm_.c:216
msgid "Which is your ISDN card ?"
msgstr "Cal a sua tarxeta RDSI?"
-#: ../../network/isdn.pm_.c:234
+#: ../../network/isdn.pm_.c:235
msgid ""
"I have detected an ISDN PCI Card, but I don't know the type. Please select "
"one PCI card on the next screen."
@@ -5220,60 +5709,60 @@ msgstr ""
"Detectouse unha Tarxeta RDSI PCI, pero se descoece o tipo. Seleccione unha "
"tarxeta PCI na seguinte pantalla."
-#: ../../network/isdn.pm_.c:243
+#: ../../network/isdn.pm_.c:244
msgid "No ISDN PCI card found. Please select one on the next screen."
msgstr ""
"Non se atopou ningunha tarxeta RDSI PCI. Seleccione unha na prxima pantalla."
-#: ../../network/modem.pm_.c:37
+#: ../../network/modem.pm_.c:39
msgid "Please choose which serial port your modem is connected to."
msgstr "Escolla o porto serie onde est conectado o seu mdem."
-#: ../../network/modem.pm_.c:42
+#: ../../network/modem.pm_.c:44
msgid "Dialup options"
msgstr "Opcins de chamada"
-#: ../../network/modem.pm_.c:43 ../../standalone/draknet_.c:600
+#: ../../network/modem.pm_.c:45 ../../standalone/draknet_.c:622
msgid "Connection name"
msgstr "Nome da conexin"
-#: ../../network/modem.pm_.c:44 ../../standalone/draknet_.c:601
+#: ../../network/modem.pm_.c:46 ../../standalone/draknet_.c:623
msgid "Phone number"
msgstr "Nmero de telfono"
-#: ../../network/modem.pm_.c:45 ../../standalone/draknet_.c:602
+#: ../../network/modem.pm_.c:47 ../../standalone/draknet_.c:624
msgid "Login ID"
msgstr "ID do login"
-#: ../../network/modem.pm_.c:47 ../../standalone/draknet_.c:604
+#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
msgid "CHAP"
msgstr ""
-#: ../../network/modem.pm_.c:47 ../../standalone/draknet_.c:604
+#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
msgid "PAP"
msgstr "PAP"
-#: ../../network/modem.pm_.c:47 ../../standalone/draknet_.c:604
+#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
msgid "Script-based"
msgstr "Baseado nun script"
-#: ../../network/modem.pm_.c:47 ../../standalone/draknet_.c:604
+#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
msgid "Terminal-based"
msgstr "Baseado nun terminal"
-#: ../../network/modem.pm_.c:48 ../../standalone/draknet_.c:605
+#: ../../network/modem.pm_.c:50 ../../standalone/draknet_.c:627
msgid "Domain name"
msgstr "Nome de dominio"
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:606
+#: ../../network/modem.pm_.c:51 ../../standalone/draknet_.c:628
msgid "First DNS Server (optional)"
msgstr "Primeiro Servidor DNS (opcional)"
-#: ../../network/modem.pm_.c:50 ../../standalone/draknet_.c:607
+#: ../../network/modem.pm_.c:52 ../../standalone/draknet_.c:629
msgid "Second DNS Server (optional)"
msgstr "Segundo Servidor DNS (opcional)"
-#: ../../network/netconnect.pm_.c:33
+#: ../../network/netconnect.pm_.c:34
msgid ""
"\n"
"You can disconnect or reconfigure your connection."
@@ -5281,7 +5770,7 @@ msgstr ""
"\n"
"Pode desconectar ou reconfigurar a sa conexin."
-#: ../../network/netconnect.pm_.c:33 ../../network/netconnect.pm_.c:36
+#: ../../network/netconnect.pm_.c:34 ../../network/netconnect.pm_.c:37
msgid ""
"\n"
"You can reconfigure your connection."
@@ -5289,11 +5778,11 @@ msgstr ""
"\n"
"Pode reconfigurar a sa conexin."
-#: ../../network/netconnect.pm_.c:33
+#: ../../network/netconnect.pm_.c:34
msgid "You are currently connected to internet."
msgstr "Est neste intre conectado internet."
-#: ../../network/netconnect.pm_.c:36
+#: ../../network/netconnect.pm_.c:37
msgid ""
"\n"
"You can connect to Internet or reconfigure your connection."
@@ -5301,34 +5790,36 @@ msgstr ""
"\n"
"Pode conectar Internet ou reconfigurar a sa conexin."
-#: ../../network/netconnect.pm_.c:36
+#: ../../network/netconnect.pm_.c:37
msgid "You are not currently connected to Internet."
msgstr "Non est neste intre conectado Internet."
-#: ../../network/netconnect.pm_.c:40
-msgid "Connect to Internet"
-msgstr "Conectar Internet"
+#: ../../network/netconnect.pm_.c:41
+msgid "Connect"
+msgstr "Conectar"
-#: ../../network/netconnect.pm_.c:42
-msgid "Disconnect from Internet"
-msgstr "Desconectar de Internet"
+#: ../../network/netconnect.pm_.c:43
+#, fuzzy
+msgid "Disconnect"
+msgstr "conexin por RDSI"
-#: ../../network/netconnect.pm_.c:44
-msgid "Configure network connection (LAN or Internet)"
-msgstr "Configurar a conexin de rede (LAN ou Internet)"
+#: ../../network/netconnect.pm_.c:45
+#, fuzzy
+msgid "Configure the connection"
+msgstr "Configurar a rede"
-#: ../../network/netconnect.pm_.c:47
+#: ../../network/netconnect.pm_.c:50
msgid "Internet connection & configuration"
msgstr "Conexin e configuracin de Internet"
-#: ../../network/netconnect.pm_.c:96
+#: ../../network/netconnect.pm_.c:100
#, fuzzy, c-format
msgid "We are now going to configure the %s connection."
msgstr ""
"\n"
"Pode desconectar ou reconfigurar a sa conexin."
-#: ../../network/netconnect.pm_.c:105
+#: ../../network/netconnect.pm_.c:109
#, fuzzy, c-format
msgid ""
"\n"
@@ -5342,12 +5833,12 @@ msgstr ""
"\n"
"Pode desconectar ou reconfigurar a sa conexin."
-#: ../../network/netconnect.pm_.c:129 ../../network/netconnect.pm_.c:243
-#: ../../network/netconnect.pm_.c:255 ../../network/tools.pm_.c:56
+#: ../../network/netconnect.pm_.c:138 ../../network/netconnect.pm_.c:252
+#: ../../network/netconnect.pm_.c:271 ../../network/tools.pm_.c:57
msgid "Network Configuration"
msgstr "Configuracin da rede"
-#: ../../network/netconnect.pm_.c:130
+#: ../../network/netconnect.pm_.c:139
msgid ""
"Because you are doing a network installation, your network is already "
"configured.\n"
@@ -5358,7 +5849,7 @@ msgstr ""
"Prema Aceptar para manter a configuracin, ou Cancelar para reconfigurar a "
"conexin de rede e Internet.\n"
-#: ../../network/netconnect.pm_.c:155
+#: ../../network/netconnect.pm_.c:165
#, fuzzy
msgid ""
"Welcome to The Network Configuration Wizard\n"
@@ -5371,93 +5862,93 @@ msgstr ""
"Vaise configurar a sa conexin internet/rede.\n"
"Se non quere usar a deteccin automtica, desmarque a caixa.\n"
-#: ../../network/netconnect.pm_.c:157
+#: ../../network/netconnect.pm_.c:167
msgid "Choose the profile to configure"
msgstr "Escolla o perfil para configurar"
-#: ../../network/netconnect.pm_.c:158
+#: ../../network/netconnect.pm_.c:168
msgid "Use auto detection"
msgstr "Usar deteccin automtica"
-#: ../../network/netconnect.pm_.c:164
+#: ../../network/netconnect.pm_.c:175
msgid "Detecting devices..."
msgstr "Detectando os dispositivos..."
-#: ../../network/netconnect.pm_.c:175 ../../network/netconnect.pm_.c:184
+#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
msgid "Normal modem connection"
msgstr "Conexin normal por mdem"
-#: ../../network/netconnect.pm_.c:175 ../../network/netconnect.pm_.c:184
+#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
#, c-format
msgid "detected on port %s"
msgstr "detectado no porto %s"
-#: ../../network/netconnect.pm_.c:176 ../../network/netconnect.pm_.c:185
+#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
msgid "ISDN connection"
msgstr "conexin por RDSI"
-#: ../../network/netconnect.pm_.c:176 ../../network/netconnect.pm_.c:185
+#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
#, c-format
msgid "detected %s"
msgstr "detectouse %s"
-#: ../../network/netconnect.pm_.c:177 ../../network/netconnect.pm_.c:186
+#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
#, fuzzy
msgid "ADSL connection"
msgstr "Conexin LAN"
-#: ../../network/netconnect.pm_.c:177 ../../network/netconnect.pm_.c:186
+#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
#, c-format
msgid "detected on interface %s"
msgstr "detectouse na interface %s"
-#: ../../network/netconnect.pm_.c:178 ../../network/netconnect.pm_.c:187
+#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
msgid "Cable connection"
msgstr "Conexin por cable"
-#: ../../network/netconnect.pm_.c:178 ../../network/netconnect.pm_.c:187
+#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
#, fuzzy
msgid "cable connection detected"
msgstr "Conexin por cable"
-#: ../../network/netconnect.pm_.c:179 ../../network/netconnect.pm_.c:188
+#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
msgid "LAN connection"
msgstr "Conexin LAN"
-#: ../../network/netconnect.pm_.c:179 ../../network/netconnect.pm_.c:188
+#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
msgid "ethernet card(s) detected"
msgstr "tarxeta(s) ethernet detectada(s)"
-#: ../../network/netconnect.pm_.c:190
+#: ../../network/netconnect.pm_.c:202
#, fuzzy
msgid "Choose the connection you want to configure"
msgstr "Elixa a ferramenta que queira usar"
-#: ../../network/netconnect.pm_.c:214
+#: ../../network/netconnect.pm_.c:226
msgid ""
"You have configured multiple ways to connect to the Internet.\n"
"Choose the one you want to use.\n"
"\n"
msgstr ""
-#: ../../network/netconnect.pm_.c:215
+#: ../../network/netconnect.pm_.c:227
#, fuzzy
msgid "Internet connection"
msgstr "Comparticin da conexin Internet"
-#: ../../network/netconnect.pm_.c:221
+#: ../../network/netconnect.pm_.c:233
msgid "Do you want to start the connection at boot?"
msgstr "Desexa que a conexin se inicie arrincar?"
-#: ../../network/netconnect.pm_.c:239
+#: ../../network/netconnect.pm_.c:247
msgid "Network configuration"
msgstr "Configuracin da rede"
-#: ../../network/netconnect.pm_.c:240
+#: ../../network/netconnect.pm_.c:248
msgid "The network needs to be restarted"
msgstr ""
-#: ../../network/netconnect.pm_.c:243
+#: ../../network/netconnect.pm_.c:252
#, fuzzy, c-format
msgid ""
"A problem occured while restarting the network: \n"
@@ -5465,25 +5956,32 @@ msgid ""
"%s"
msgstr "Desexa reiniciar a rede?"
-#: ../../network/netconnect.pm_.c:247
+#: ../../network/netconnect.pm_.c:261
msgid ""
-"Congratulations, the network and internet configuration is finished.\n"
-"\n"
+"Congratulations, the network and Internet configuration is finished.\n"
"The configuration will now be applied to your system.\n"
+"\n"
msgstr ""
"Noraboa. A configuracin da rede e de internet est rematada.\n"
"\n"
"Agora vai ser aplicada seu sistema.\n"
-#: ../../network/netconnect.pm_.c:250
+#: ../../network/netconnect.pm_.c:265
msgid ""
-"After that is done, we recommend you to restart your X\n"
-"environnement to avoid hostname changing problem."
+"After this is done, we recommend that you restart your X environment to "
+"avoid any hostname-related problems."
msgstr ""
"Tras facer iso, aconsllase reiniciar o sistema X para\n"
"evitar os problemas de mudar o nome de mquina."
-#: ../../network/network.pm_.c:283
+#: ../../network/netconnect.pm_.c:266
+msgid ""
+"Problems occured during configuration.\n"
+"Test your connection via net_monitor or mcc. If your connection doesn't "
+"work, you might want to relaunch the configuration"
+msgstr ""
+
+#: ../../network/network.pm_.c:292
msgid ""
"WARNING: This device has been previously configured to connect to the "
"Internet.\n"
@@ -5495,7 +5993,7 @@ msgstr ""
"Simplemente acepte para manter o dispositivo configurado.\n"
"Se modifica os campos de embaixo, subsituir esta configuracin."
-#: ../../network/network.pm_.c:288
+#: ../../network/network.pm_.c:297
msgid ""
"Please enter the IP configuration for this machine.\n"
"Each item should be entered as an IP address in dotted-decimal\n"
@@ -5505,38 +6003,38 @@ msgstr ""
"Cada valor ten que ser introducido coma un enderezo IP en\n"
"notacin decimal con puntos (por exemplo: 1.2.3.4)."
-#: ../../network/network.pm_.c:297 ../../network/network.pm_.c:298
+#: ../../network/network.pm_.c:306 ../../network/network.pm_.c:307
#, c-format
msgid "Configuring network device %s"
msgstr "Configurar o dispositivo de rede %s"
-#: ../../network/network.pm_.c:298
+#: ../../network/network.pm_.c:307
#, c-format
msgid " (driver %s)"
msgstr " (controlador %s)"
-#: ../../network/network.pm_.c:300 ../../standalone/draknet_.c:255
-#: ../../standalone/draknet_.c:461
+#: ../../network/network.pm_.c:309 ../../standalone/draknet_.c:232
+#: ../../standalone/draknet_.c:468
msgid "IP address"
msgstr "Enderezo IP"
-#: ../../network/network.pm_.c:301 ../../standalone/draknet_.c:462
+#: ../../network/network.pm_.c:310 ../../standalone/draknet_.c:469
msgid "Netmask"
msgstr "Mscara de rede"
-#: ../../network/network.pm_.c:302
+#: ../../network/network.pm_.c:311
msgid "(bootp/dhcp)"
msgstr "(bootp/dhcp)"
-#: ../../network/network.pm_.c:302
+#: ../../network/network.pm_.c:311
msgid "Automatic IP"
msgstr "IP automtico"
-#: ../../network/network.pm_.c:323 ../../printerdrake.pm_.c:406
+#: ../../network/network.pm_.c:332 ../../printerdrake.pm_.c:712
msgid "IP address should be in format 1.2.3.4"
msgstr "Os enderezos IP deben estar no formato 1.2.3.4"
-#: ../../network/network.pm_.c:351
+#: ../../network/network.pm_.c:361
msgid ""
"Please enter your host name.\n"
"Your host name should be a fully-qualified host name,\n"
@@ -5548,63 +6046,64 @@ msgstr ""
"como ``miamaquina.meulab.miacomp.es''.\n"
"Pode tamn introducir o enderezo IP da pasarela se usa unha"
-#: ../../network/network.pm_.c:356
+#: ../../network/network.pm_.c:366
msgid "DNS server"
msgstr "Servidor DNS"
-#: ../../network/network.pm_.c:357 ../../standalone/draknet_.c:599
-msgid "Gateway"
-msgstr "Pasarela"
+#: ../../network/network.pm_.c:367
+#, c-format
+msgid "Gateway (e.g. %s)"
+msgstr ""
-#: ../../network/network.pm_.c:359
+#: ../../network/network.pm_.c:369
msgid "Gateway device"
msgstr "Dispositivo de pasarela"
-#: ../../network/network.pm_.c:371
+#: ../../network/network.pm_.c:381
msgid "Proxies configuration"
msgstr "Configuracin dos proxys"
-#: ../../network/network.pm_.c:372
+#: ../../network/network.pm_.c:382
msgid "HTTP proxy"
msgstr "Proxy HTTP"
-#: ../../network/network.pm_.c:373
+#: ../../network/network.pm_.c:383
msgid "FTP proxy"
msgstr "Proxy FTP"
-#: ../../network/network.pm_.c:374
+#: ../../network/network.pm_.c:384
msgid "Track network card id (usefull for laptops)"
msgstr ""
-#: ../../network/network.pm_.c:377
+#: ../../network/network.pm_.c:387
msgid "Proxy should be http://..."
msgstr "O proxy debera ser http://..."
-#: ../../network/network.pm_.c:378
+#: ../../network/network.pm_.c:388
msgid "Proxy should be ftp://..."
msgstr "O proxy debera ser ftp://..."
-#: ../../network/tools.pm_.c:38
+#: ../../network/tools.pm_.c:39
msgid "Internet configuration"
msgstr "Configuracin de Internet"
-#: ../../network/tools.pm_.c:39
+#: ../../network/tools.pm_.c:40
msgid "Do you want to try to connect to the Internet now?"
msgstr "Quere probar agora a conexin Internet?"
-#: ../../network/tools.pm_.c:43 ../../standalone/draknet_.c:189
+#: ../../network/tools.pm_.c:44 ../../standalone/draknet_.c:197
msgid "Testing your connection..."
msgstr "Probando a conexin..."
-#: ../../network/tools.pm_.c:49 ../../standalone/draknet_.c:220
+#: ../../network/tools.pm_.c:50
msgid "The system is now connected to Internet."
msgstr "O sistema est conectado Internet."
-#: ../../network/tools.pm_.c:50
+#: ../../network/tools.pm_.c:51
msgid "For Security reason, it will be disconnected now."
msgstr ""
-#: ../../network/tools.pm_.c:51 ../../standalone/draknet_.c:220
+#: ../../network/tools.pm_.c:52
msgid ""
"The system doesn't seem to be connected to internet.\n"
"Try to reconfigure your connection."
@@ -5612,86 +6111,90 @@ msgstr ""
"Semella que o sistema non est conectado internet.\n"
"Probe reconfigurando a conexin."
-#: ../../network/tools.pm_.c:75
+#: ../../network/tools.pm_.c:76
msgid "Connection Configuration"
msgstr "Configuracin da conexin"
-#: ../../network/tools.pm_.c:76
+#: ../../network/tools.pm_.c:77
msgid "Please fill or check the field below"
msgstr "Encha ou marque os campos de embaixo"
-#: ../../network/tools.pm_.c:78 ../../standalone/draknet_.c:586
+#: ../../network/tools.pm_.c:79 ../../standalone/draknet_.c:608
msgid "Card IRQ"
msgstr "IRQ da tarxeta"
-#: ../../network/tools.pm_.c:79 ../../standalone/draknet_.c:587
+#: ../../network/tools.pm_.c:80 ../../standalone/draknet_.c:609
msgid "Card mem (DMA)"
msgstr "Memoria da tarxeta (DMA)"
-#: ../../network/tools.pm_.c:80 ../../standalone/draknet_.c:588
+#: ../../network/tools.pm_.c:81 ../../standalone/draknet_.c:610
msgid "Card IO"
msgstr "E/S da tarxeta"
-#: ../../network/tools.pm_.c:81 ../../standalone/draknet_.c:589
+#: ../../network/tools.pm_.c:82 ../../standalone/draknet_.c:611
msgid "Card IO_0"
msgstr "E/S_0 da tarxeta"
-#: ../../network/tools.pm_.c:82 ../../standalone/draknet_.c:590
+#: ../../network/tools.pm_.c:83 ../../standalone/draknet_.c:612
msgid "Card IO_1"
msgstr "E/S_1 da tarxeta"
-#: ../../network/tools.pm_.c:83 ../../standalone/draknet_.c:591
+#: ../../network/tools.pm_.c:84 ../../standalone/draknet_.c:613
msgid "Your personal phone number"
msgstr "O seu nmero de telfono persoal"
-#: ../../network/tools.pm_.c:84 ../../standalone/draknet_.c:592
+#: ../../network/tools.pm_.c:85 ../../standalone/draknet_.c:614
msgid "Provider name (ex provider.net)"
msgstr "Nome do provedor (p.ex provider.net)"
-#: ../../network/tools.pm_.c:85 ../../standalone/draknet_.c:593
+#: ../../network/tools.pm_.c:86 ../../standalone/draknet_.c:615
msgid "Provider phone number"
msgstr "Nmero de telfono do provedor"
-#: ../../network/tools.pm_.c:86 ../../standalone/draknet_.c:594
+#: ../../network/tools.pm_.c:87 ../../standalone/draknet_.c:616
msgid "Provider dns 1 (optional)"
msgstr "Dns 1 do provedor (opcional)"
-#: ../../network/tools.pm_.c:87 ../../standalone/draknet_.c:595
+#: ../../network/tools.pm_.c:88 ../../standalone/draknet_.c:617
msgid "Provider dns 2 (optional)"
msgstr "Dns 2 do provedor (opcional)"
-#: ../../network/tools.pm_.c:88
+#: ../../network/tools.pm_.c:89
#, fuzzy
msgid "Choose your country"
msgstr "Escoller teclado"
-#: ../../network/tools.pm_.c:89 ../../standalone/draknet_.c:598
+#: ../../network/tools.pm_.c:90 ../../standalone/draknet_.c:620
msgid "Dialing mode"
msgstr "Modo de marcacin"
-#: ../../network/tools.pm_.c:90 ../../standalone/draknet_.c:610
+#: ../../network/tools.pm_.c:91 ../../standalone/draknet_.c:632
#, fuzzy
msgid "Connection speed"
msgstr "Tipo de conexin: "
-#: ../../network/tools.pm_.c:91 ../../standalone/draknet_.c:611
+#: ../../network/tools.pm_.c:92 ../../standalone/draknet_.c:633
#, fuzzy
msgid "Connection timeout (in sec)"
msgstr "Tipo de conexin: "
-#: ../../network/tools.pm_.c:92 ../../standalone/draknet_.c:596
+#: ../../network/tools.pm_.c:93 ../../standalone/draknet_.c:618
msgid "Account Login (user name)"
msgstr "Login da conta (nome de usuario)"
-#: ../../network/tools.pm_.c:93 ../../standalone/draknet_.c:597
+#: ../../network/tools.pm_.c:94 ../../standalone/draknet_.c:619
msgid "Account Password"
msgstr "Contrasinal da conta"
-#: ../../partition_table.pm_.c:622
+#: ../../partition_table.pm_.c:600
+msgid "mount failed: "
+msgstr "mount fallou: "
+
+#: ../../partition_table.pm_.c:664
msgid "Extended partition not supported on this platform"
msgstr "As particins estendidas non estn soportadas nesta plataforma"
-#: ../../partition_table.pm_.c:640
+#: ../../partition_table.pm_.c:682
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 "
@@ -5701,21 +6204,21 @@ msgstr ""
"A nica solucin desprazar as particins primarias para que\n"
"o burato est despois das particins estendidas"
-#: ../../partition_table.pm_.c:744
+#: ../../partition_table.pm_.c:770
#, c-format
msgid "Restoring from file %s failed: %s"
msgstr "Fallou a restauracin a partir do ficheiro %s: %s"
-#: ../../partition_table.pm_.c:746
+#: ../../partition_table.pm_.c:772
msgid "Bad backup file"
msgstr "Ficheiro de backup incorrecto"
-#: ../../partition_table.pm_.c:768
+#: ../../partition_table.pm_.c:794
#, c-format
msgid "Error writing to file %s"
msgstr "Erro escribindo ficheiro %s"
-#: ../../partition_table_raw.pm_.c:154
+#: ../../partition_table_raw.pm_.c:186
msgid ""
"Something bad is happening on your drive. \n"
"A test to check the integrity of data has failed. \n"
@@ -5761,7 +6264,7 @@ msgstr ""
msgid "PDQ - Print, Don't Queue"
msgstr ""
-#: ../../printer.pm_.c:32
+#: ../../printer.pm_.c:32 ../../printer.pm_.c:871
msgid "CUPS"
msgstr ""
@@ -5777,65 +6280,144 @@ msgstr ""
msgid "PDQ"
msgstr ""
-#: ../../printer.pm_.c:40
+#: ../../printer.pm_.c:47
msgid "Local printer"
msgstr "Impresora local"
-#: ../../printer.pm_.c:41
+#: ../../printer.pm_.c:48
msgid "Remote printer"
msgstr "Impresora remota"
-#: ../../printer.pm_.c:42
+#: ../../printer.pm_.c:49
#, fuzzy
msgid "Printer on remote CUPS server"
msgstr "Servidor CUPS remoto"
-#: ../../printer.pm_.c:43
+#: ../../printer.pm_.c:50 ../../printerdrake.pm_.c:734
#, fuzzy
msgid "Printer on remote lpd server"
msgstr "Servidor lpd remoto"
-#: ../../printer.pm_.c:44
-msgid "Network printer (socket)"
-msgstr "Impresora de rede (socket)"
+#: ../../printer.pm_.c:51
+msgid "Network printer (TCP/Socket)"
+msgstr "Impresora de rede (TCP/Socket)"
-#: ../../printer.pm_.c:45
+#: ../../printer.pm_.c:52
#, fuzzy
msgid "Printer on SMB/Windows 95/98/NT server"
msgstr "Impresora SMB/Windows 95/98/NT"
-#: ../../printer.pm_.c:46
+#: ../../printer.pm_.c:53
#, fuzzy
msgid "Printer on NetWare server"
msgstr "Servidor de impresin"
-#: ../../printer.pm_.c:47
+#: ../../printer.pm_.c:54 ../../printerdrake.pm_.c:738
#, fuzzy
msgid "Enter a printer device URI"
msgstr "URI do dispositivo de impresin"
-#: ../../printer.pm_.c:48
+#: ../../printer.pm_.c:55
msgid "Pipe job into a command"
msgstr ""
-#: ../../printer.pm_.c:418 ../../printer.pm_.c:839
-#: ../../printerdrake.pm_.c:1227 ../../printerdrake.pm_.c:2023
+#: ../../printer.pm_.c:504 ../../printer.pm_.c:695 ../../printer.pm_.c:1017
+#: ../../printerdrake.pm_.c:1665 ../../printerdrake.pm_.c:2730
msgid "Unknown model"
msgstr ""
-#: ../../printer.pm_.c:546 ../../printerdrake.pm_.c:790
+#: ../../printer.pm_.c:532
+#, fuzzy
+msgid "Local Printers"
+msgstr "Impresora local"
+
+#: ../../printer.pm_.c:534 ../../printer.pm_.c:872
+#, fuzzy
+msgid "Remote Printers"
+msgstr "Impresora remota"
+
+#: ../../printer.pm_.c:541 ../../printerdrake.pm_.c:248
+#, c-format
+msgid " on parallel port \\/*%s"
+msgstr ""
+
+#: ../../printer.pm_.c:544 ../../printerdrake.pm_.c:250
+#, c-format
+msgid ", USB printer \\/*%s"
+msgstr ""
+
+#: ../../printer.pm_.c:549
+#, c-format
+msgid ", multi-function device on parallel port \\/*%s"
+msgstr ""
+
+#: ../../printer.pm_.c:552
+msgid ", multi-function device on USB"
+msgstr ""
+
+#: ../../printer.pm_.c:554
+msgid ", multi-function device on HP JetDirect"
+msgstr ""
+
+#: ../../printer.pm_.c:556
+msgid ", multi-function device"
+msgstr ""
+
+#: ../../printer.pm_.c:559
+#, fuzzy, c-format
+msgid ", printing to %s"
+msgstr "Erro escribindo ficheiro %s"
+
+#: ../../printer.pm_.c:561
+#, c-format
+msgid "on LPD server \"%s\", printer \"%s\""
+msgstr ""
+
+#: ../../printer.pm_.c:563
+#, c-format
+msgid ", TCP/IP host \"%s\", port %s"
+msgstr ""
+
+#: ../../printer.pm_.c:567
+#, c-format
+msgid "on Windows server \"%s\", share \"%s\""
+msgstr ""
+
+#: ../../printer.pm_.c:571
+#, c-format
+msgid "on Novell server \"%s\", printer \"%s\""
+msgstr ""
+
+#: ../../printer.pm_.c:573
+#, c-format
+msgid ", using command %s"
+msgstr ""
+
+#: ../../printer.pm_.c:692 ../../printerdrake.pm_.c:1136
msgid "Raw printer (No driver)"
msgstr ""
-#: ../../printer.pm_.c:693
+#: ../../printer.pm_.c:841
#, fuzzy, c-format
msgid "(on %s)"
msgstr "(mdulo %s)"
-#: ../../printer.pm_.c:695
+#: ../../printer.pm_.c:843
msgid "(on this machine)"
msgstr ""
+#: ../../printer.pm_.c:868
+#, fuzzy, c-format
+msgid "On CUPS server \"%s\""
+msgstr "IP do servidor CUPS"
+
+#: ../../printer.pm_.c:874 ../../printerdrake.pm_.c:2391
+#: ../../printerdrake.pm_.c:2402 ../../printerdrake.pm_.c:2618
+#: ../../printerdrake.pm_.c:2670 ../../printerdrake.pm_.c:2697
+#: ../../printerdrake.pm_.c:2867 ../../printerdrake.pm_.c:2869
+msgid " (Default)"
+msgstr " (Por omisin)"
+
#: ../../printerdrake.pm_.c:22
msgid "Select Printer Connection"
msgstr "Seleccin da conexin da impresora"
@@ -5848,177 +6430,348 @@ msgstr "Como est conectada a impresora?"
#, fuzzy
msgid ""
"\n"
-"Printers on remote CUPS servers you do not have to configure\n"
-"here; these printers will be automatically detected. Please\n"
-"select \"Printer on remote CUPS server\" in this case."
+"Printers on remote CUPS servers you do not have to configure here; these "
+"printers will be automatically detected."
msgstr ""
"Cun servidor CUPS remoto, non ter que configurar aqu\n"
"ningunha impresora, xa que sern detectadas automaticamente.\n"
"No caso de dbida, seleccione \"Servidor CUPS remoto\"."
-#: ../../printerdrake.pm_.c:84 ../../printerdrake.pm_.c:88
-#: ../../printerdrake.pm_.c:89 ../../printerdrake.pm_.c:159
-msgid "None"
-msgstr "Ningn"
+#: ../../printerdrake.pm_.c:69 ../../printerdrake.pm_.c:2454
+#, fuzzy
+msgid "CUPS configuration"
+msgstr "Configuracin da LAN"
-#: ../../printerdrake.pm_.c:85 ../../printerdrake.pm_.c:160
+#: ../../printerdrake.pm_.c:70 ../../printerdrake.pm_.c:2455
#, fuzzy
-msgid "Choose a default printer!"
-msgstr "Escolla o usuario por defecto:"
+msgid "Specify CUPS server"
+msgstr "Servidor CUPS remoto"
-#: ../../printerdrake.pm_.c:105
+#: ../../printerdrake.pm_.c:71
msgid ""
-"With remote CUPS servers, you do not have to configure any \n"
-"printer here; CUPS servers inform your machine automatically\n"
-"about their printers. All printers known to your machine\n"
-"currently are listed in the \"Default printer\" field. Choose\n"
-"the default printer for your machine there and click the\n"
-"\"Apply/Re-read printers\" button. Click the same button to\n"
-"refresh the list (it can take up to 30 seconds after the start\n"
-"of CUPS until all remote printers are visible).\n"
-"When your CUPS server is in a different network, you have to \n"
-"give the CUPS server IP address and optionally the port number\n"
-"to get the printer information from the server, otherwise leave\n"
-"these fields blank."
+"To get access to printers on remote CUPS servers in your local network you "
+"do not have to configure anything; the CUPS servers inform your machine "
+"automatically about their printers. All printers currently known to your "
+"machine are listed in the \"Remote printers\" section in the main window of "
+"Printerdrake. When your CUPS server is not in your local network, you have "
+"to enter the CUPS server IP address and optionally the port number to get "
+"the printer information from the server, otherwise leave these fields blank."
msgstr ""
-#: ../../printerdrake.pm_.c:117
+#: ../../printerdrake.pm_.c:72
msgid ""
"\n"
-"Normally, CUPS is automatically configured according to your\n"
-"network environment, so that you can access the printers on the\n"
-"CUPS servers in your local network. If this does not work \n"
-"correctly, turn off \"Automatic CUPS configuration\" and edit\n"
-"your file /etc/cups/cupsd.conf manually. Do not forget to restart\n"
-"CUPS afterwards (command: \"service cups restart\")."
+"Normally, CUPS is automatically configured according to your network "
+"environment, so that you can access the printers on the CUPS servers in your "
+"local network. If this does not work correctly, turn off \"Automatic CUPS "
+"configuration\" and edit your file /etc/cups/cupsd.conf manually. Do not "
+"forget to restart CUPS afterwards (command: \"service cups restart\")."
msgstr ""
-#: ../../printerdrake.pm_.c:124 ../../printerdrake.pm_.c:1290
-#: ../../printerdrake.pm_.c:1294 ../../printerdrake.pm_.c:1295
-#: ../../printerdrake.pm_.c:1296 ../../printerdrake.pm_.c:2011
-#, fuzzy
-msgid "Close"
-msgstr "Rato"
-
-#: ../../printerdrake.pm_.c:125
-#, fuzzy
-msgid "Apply/Re-read printers"
-msgstr "Impresora remota"
-
-#: ../../printerdrake.pm_.c:129
+#: ../../printerdrake.pm_.c:76
#, fuzzy
msgid "The IP address should look like 192.168.1.20"
msgstr "Os enderezos IP deben estar no formato 1.2.3.4"
-#: ../../printerdrake.pm_.c:134 ../../printerdrake.pm_.c:541
+#: ../../printerdrake.pm_.c:80 ../../printerdrake.pm_.c:862
#, fuzzy
msgid "The port number should be an integer!"
msgstr "O nmero de porto debe ser numrico"
-#: ../../printerdrake.pm_.c:141 ../../printerdrake.pm_.c:2095
-#, fuzzy
-msgid "Default printer"
-msgstr "Impresora local"
-
-#: ../../printerdrake.pm_.c:146
+#: ../../printerdrake.pm_.c:87
msgid "CUPS server IP"
msgstr "IP do servidor CUPS"
-#: ../../printerdrake.pm_.c:147 ../../printerdrake.pm_.c:534
+#: ../../printerdrake.pm_.c:88 ../../printerdrake.pm_.c:855
msgid "Port"
msgstr "Porto"
-#: ../../printerdrake.pm_.c:149
+#: ../../printerdrake.pm_.c:90
#, fuzzy
msgid "Automatic CUPS configuration"
msgstr "Configuracin do estilo de arrinque"
-#: ../../printerdrake.pm_.c:217
+#: ../../printerdrake.pm_.c:145 ../../standalone/scannerdrake_.c:42
#, fuzzy
msgid "Detecting devices ..."
msgstr "Detectando os dispositivos..."
-#: ../../printerdrake.pm_.c:217
+#: ../../printerdrake.pm_.c:145 ../../standalone/scannerdrake_.c:42
msgid "Test ports"
msgstr "Probar portos"
-#: ../../printerdrake.pm_.c:238
-#, c-format
-msgid "A printer, model \"%s\", has been detected on "
-msgstr "Unha impresora, de modelo \"%s\", foi detectada en "
+#: ../../printerdrake.pm_.c:167 ../../printerdrake.pm_.c:2437
+#: ../../printerdrake.pm_.c:2556
+#, fuzzy
+msgid "Add a new printer"
+msgstr "Sen impresora"
+
+#: ../../printerdrake.pm_.c:168
+msgid ""
+"\n"
+"Welcome to the Printer Setup Wizard\n"
+"\n"
+"This wizard allows you to install local or remote printers to be used from "
+"this machine and also from other machines in the network.\n"
+"\n"
+"It asks you for all necessary information to set up the printer and gives "
+"you access to all available printer drivers, driver options, and printer "
+"connection types."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:176 ../../printerdrake.pm_.c:203
+#: ../../printerdrake.pm_.c:378 ../../printerdrake.pm_.c:393
+#: ../../printerdrake.pm_.c:403 ../../printerdrake.pm_.c:466
+#, fuzzy
+msgid "Local Printer"
+msgstr "Impresora local"
-#: ../../printerdrake.pm_.c:255
-msgid "Local Printer Device"
-msgstr "Dispositivo de impresin local"
+#: ../../printerdrake.pm_.c:177
+msgid ""
+"\n"
+"Welcome to the Printer Setup Wizard\n"
+"\n"
+"This wizard will help you to install your printer(s) connected to this "
+"computer.\n"
+"\n"
+"Please plug in your printer(s) on this computer and turn it/them on. Click "
+"on \"Next\" when you are ready, and on \"Cancel\" when you do not want to "
+"set up your printer(s) now.\n"
+"\n"
+"Note that some computers can crash during the printer auto-detection, turn "
+"off \"Auto-detect printers\" to do a printer installation without auto-"
+"detection. Use the \"Expert Mode\" of printerdrake when you want to set up "
+"printing on a remote printer if printerdrake does not list it automatically."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:186
+#, fuzzy
+msgid "Auto-detect printers"
+msgstr "Impresora remota"
+
+#: ../../printerdrake.pm_.c:204
+msgid ""
+"\n"
+"Congratulations, your printer is now installed and configured!\n"
+"\n"
+"You can print using the \"Print\" command of your application (usually in "
+"the \"File\" menu).\n"
+"\n"
+"If you want to add, remove, or rename a printer, or if you want to change "
+"the default option settings (paper input tray, printout quality, ...), "
+"select \"Printer\" in the \"Hardware\" section of the Mandrake Control "
+"Center."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:223
+msgid "Auto-Detection of Printers"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:224
+msgid ""
+"Printerdrake is able to auto-detect your locally connected parallel and USB "
+"printers for you, but note that on some systems the auto-detection CAN "
+"FREEZE YOUR SYSTEM AND THIS CAN LEAD TO CORRUPTED FILE SYSTEMS! So do it ON "
+"YOUR OWN RISK!\n"
+"\n"
+"Do you really want to get your printers auto-detected?"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:227 ../../printerdrake.pm_.c:229
+#: ../../printerdrake.pm_.c:230
+#, fuzzy
+msgid "Do auto-detection"
+msgstr "Usar deteccin automtica"
+
+#: ../../printerdrake.pm_.c:228
+#, fuzzy
+msgid "Set up printer manually"
+msgstr "Impresora remota"
#: ../../printerdrake.pm_.c:256
+#, fuzzy, c-format
+msgid "Detected %s"
+msgstr "detectouse %s"
+
+#: ../../printerdrake.pm_.c:260 ../../printerdrake.pm_.c:287
+#: ../../printerdrake.pm_.c:306
+#, c-format
+msgid "Printer on parallel port \\/*%s"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:262 ../../printerdrake.pm_.c:289
+#: ../../printerdrake.pm_.c:311
+#, c-format
+msgid "USB printer \\/*%s"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:379
msgid ""
-"What device is your printer connected to \n"
-"(note that /dev/lp0 is equivalent to LPT1:)?\n"
+"No local printer found! To manually install a printer enter a device name/"
+"file name in the input line (Parallel Ports: /dev/lp0, /dev/lp1, ..., "
+"equivalent to LPT1:, LPT2:, ..., 1st USB printer: /dev/usb/lp0, 2nd USB "
+"printer: /dev/usb/lp1, ...)."
msgstr ""
-"A que dispositivo est conectada a sa impresora?\n"
-"(advirta que /dev/lp0 equivalente a LPT1:)\n"
-#: ../../printerdrake.pm_.c:258
-msgid "Printer Device"
-msgstr "Dispositivo da impresora"
+#: ../../printerdrake.pm_.c:383
+#, fuzzy
+msgid "You must enter a device or file name!"
+msgstr "URI do dispositivo de impresin"
-#: ../../printerdrake.pm_.c:261
-msgid "Device/file name missing!"
+#: ../../printerdrake.pm_.c:394
+#, fuzzy
+msgid ""
+"No local printer found!\n"
+"\n"
+msgstr "Impresora local"
+
+#: ../../printerdrake.pm_.c:395
+msgid ""
+"Network printers can only be installed after the installation. Choose "
+"\"Hardware\" and then \"Printer\" in the Mandrake Control Center."
msgstr ""
-#: ../../printerdrake.pm_.c:274 ../../printerdrake.pm_.c:698
-#: ../../printerdrake.pm_.c:786
+#: ../../printerdrake.pm_.c:396
+msgid ""
+"To install network printers, click \"Cancel\", switch to the \"Expert Mode"
+"\", and click \"Add a new printer\" again."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:407
+msgid ""
+"The following printer was auto-detected, if it is not the one you want to "
+"configure, enter a device name/file name in the input line"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:408
+msgid ""
+"Here is a list of all auto-detected printers. Please choose the printer you "
+"want to set up or enter a device name/file name in the input line"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:410
+msgid ""
+"The following printer was auto-detected. The configuration of the printer "
+"will work fully automatically. If your printer was not correctly detected or "
+"if you prefer a customized printer configuration, turn on \"Manual "
+"configuration\"."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:411
+msgid ""
+"Here is a list of all auto-detected printers. Please choose the printer you "
+"want to set up. The configuration of the printer will work fully "
+"automatically. If your printer was not correctly detected or if you prefer a "
+"customized printer configuration, turn on \"Manual configuration\"."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:413
+msgid ""
+"Please choose the port where your printer is connected to or enter a device "
+"name/file name in the input line"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:414
+#, fuzzy
+msgid "Please choose the port where your printer is connected to."
+msgstr "Escolla o porto serie onde est conectado o seu mdem."
+
+#: ../../printerdrake.pm_.c:416
+msgid ""
+" (Parallel Ports: /dev/lp0, /dev/lp1, ..., equivalent to LPT1:, LPT2:, ..., "
+"1st USB printer: /dev/usb/lp0, 2nd USB printer: /dev/usb/lp1, ...)."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:421
+#, fuzzy
+msgid "You must choose/enter a printer/device!"
+msgstr "URI do dispositivo de impresin"
+
+#: ../../printerdrake.pm_.c:441
+#, fuzzy
+msgid "Manual configuration"
+msgstr "Configuracin"
+
+#: ../../printerdrake.pm_.c:467
+msgid ""
+"Is your printer a multi-function device from HP (OfficeJet, PSC, PhotoSmart, "
+"LaserJet 1100/1200/1220/3200/3300 with scanner)?"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:482
+#, fuzzy
+msgid "Installing HPOJ package..."
+msgstr "Instalando o paquete %s"
+
+#: ../../printerdrake.pm_.c:487
+msgid "Checking device and configuring HPOJ ..."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:505
+#, fuzzy
+msgid "Installing SANE package..."
+msgstr "Instalando o paquete %s"
+
+#: ../../printerdrake.pm_.c:517
+msgid "Scanning on your HP multi-function device"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:534
+#, fuzzy
+msgid "Making printer port available for CUPS ..."
+msgstr "Lendo a base de datos de controladores de CUPS..."
+
+#: ../../printerdrake.pm_.c:544 ../../printerdrake.pm_.c:1018
+#: ../../printerdrake.pm_.c:1132
#, fuzzy
msgid "Reading printer database ..."
msgstr "Lendo a base de datos de controladores de CUPS..."
-#: ../../printerdrake.pm_.c:312
+#: ../../printerdrake.pm_.c:624
msgid "Remote lpd Printer Options"
msgstr "Opcins da impresora remota lpd"
-#: ../../printerdrake.pm_.c:313
+#: ../../printerdrake.pm_.c:625
#, fuzzy
msgid ""
-"To use a remote lpd printer, you need to supply\n"
-"the hostname of the printer server and the printer name\n"
-"on that server."
+"To use a remote lpd printer, you need to supply the hostname of the printer "
+"server and the printer name on that server."
msgstr ""
"Para utilizar unha fila de impresin remota lpd, necesario\n"
"que indique o nome do servidor de impresin e o nome da fila\n"
"nese servidor."
-#: ../../printerdrake.pm_.c:316
+#: ../../printerdrake.pm_.c:626
#, fuzzy
msgid "Remote host name"
msgstr "Nome do servidor"
-#: ../../printerdrake.pm_.c:317
+#: ../../printerdrake.pm_.c:627
#, fuzzy
msgid "Remote printer name"
msgstr "Impresora remota"
-#: ../../printerdrake.pm_.c:320
+#: ../../printerdrake.pm_.c:630
#, fuzzy
msgid "Remote host name missing!"
msgstr "Nome do servidor"
-#: ../../printerdrake.pm_.c:324
+#: ../../printerdrake.pm_.c:634
#, fuzzy
msgid "Remote printer name missing!"
msgstr "Nome do servidor"
-#: ../../printerdrake.pm_.c:392
+#: ../../printerdrake.pm_.c:702
msgid "SMB (Windows 9x/NT) Printer Options"
msgstr "Opcins de impresora SMB (Windows 9x/NT)"
-#: ../../printerdrake.pm_.c:393
+#: ../../printerdrake.pm_.c:703
+#, fuzzy
msgid ""
-"To print to a SMB printer, you need to provide the\n"
-"SMB host name (Note! It may be different from its\n"
-"TCP/IP hostname!) and possibly the IP address of the print server, as\n"
-"well as the share name for the printer you wish to access and any\n"
-"applicable user name, password, and workgroup information."
+"To print to a SMB printer, you need to provide the SMB host name (Note! It "
+"may be different from its TCP/IP hostname!) and possibly the IP address of "
+"the print server, as well as the share name for the printer you wish to "
+"access and any applicable user name, password, and workgroup information."
msgstr ""
"Para imprimir nunha impresora SMB, necesario escribir o\n"
"nome do servidor SMB (que non sempre o mesmo que o nome de\n"
@@ -6027,40 +6780,86 @@ msgstr ""
"da impresora que quere usar, as como calquera nome de usuario,\n"
"grupo de traballo ou contrasinal que for necesario."
-#: ../../printerdrake.pm_.c:398
+#: ../../printerdrake.pm_.c:704
msgid "SMB server host"
msgstr "Servidor de SMB"
-#: ../../printerdrake.pm_.c:399
+#: ../../printerdrake.pm_.c:705
msgid "SMB server IP"
msgstr "IP do servidor SMB"
-#: ../../printerdrake.pm_.c:400
+#: ../../printerdrake.pm_.c:706
msgid "Share name"
msgstr "Nome de recurso compartido"
-#: ../../printerdrake.pm_.c:403
+#: ../../printerdrake.pm_.c:709
msgid "Workgroup"
msgstr "Grupo de traballo"
-#: ../../printerdrake.pm_.c:410
+#: ../../printerdrake.pm_.c:716
msgid "Either the server name or the server's IP must be given!"
msgstr ""
-#: ../../printerdrake.pm_.c:414
+#: ../../printerdrake.pm_.c:720
msgid "Samba share name missing!"
msgstr ""
-#: ../../printerdrake.pm_.c:473
+#: ../../printerdrake.pm_.c:725
+msgid "SECURITY WARNING!"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:726
+#, c-format
+msgid ""
+"You are about to set up printing to a Windows account with password. Due to "
+"a fault in the architecture of the Samba client software the password is put "
+"in clear text into the command line of the Samba client used to transmit the "
+"print job to the Windows server. So it is possible for every user on this "
+"machine to display the password on the screen by issuing commands as \"ps "
+"auxwww\".\n"
+"\n"
+"We recommend to make use of one of the following alternatives (in all cases "
+"you have to make sure that only machines from your local network have access "
+"to your Windows server, for example by means of a firewall):\n"
+"\n"
+"Use a password-less account on your Windows server, as the \"GUEST\" account "
+"or a special account dedicated for printing. Do not remove the password "
+"protection from a personal account or the administrator account.\n"
+"\n"
+"Set up your Windows server to make the printer available under the LPD "
+"protocol. Then set up printing from this machine with the \"%s\" connection "
+"type in Printerdrake.\n"
+"\n"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:736
+#, c-format
+msgid ""
+"Set up your Windows server to make the printer available under the IPP "
+"protocol and set up printing from this machine with the \"%s\" connection "
+"type in Printerdrake.\n"
+"\n"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:739
+msgid ""
+"Connect your printer to a Linux server and let your Windows machine(s) "
+"connect to it as a client.\n"
+"\n"
+"Do you really want to continue setting up this printer as you are doing now?"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:801
msgid "NetWare Printer Options"
msgstr "Opcins de impresora NetWare"
-#: ../../printerdrake.pm_.c:474
+#: ../../printerdrake.pm_.c:802
+#, fuzzy
msgid ""
-"To print on a NetWare printer, you need to provide the\n"
-"NetWare print server name (Note! it may be different from its\n"
-"TCP/IP hostname!) as well as the print queue name for the printer you\n"
-"wish to access and any applicable user name and password."
+"To print on a NetWare printer, you need to provide the NetWare print server "
+"name (Note! it may be different from its TCP/IP hostname!) as well as the "
+"print queue name for the printer you wish to access and any applicable user "
+"name and password."
msgstr ""
"Para imprimir nunha impresora NetWare, necesario escribir o nome\n"
"do servidor de impresin NetWare (que non sempre o mesmo que\n"
@@ -6068,221 +6867,267 @@ msgstr ""
"que desexa usar, as como calquera nome de usuario ou contrasinal\n"
"que for necesario."
-#: ../../printerdrake.pm_.c:478
+#: ../../printerdrake.pm_.c:803
msgid "Printer Server"
msgstr "Servidor de impresin"
-#: ../../printerdrake.pm_.c:479
+#: ../../printerdrake.pm_.c:804
msgid "Print Queue Name"
msgstr "Nome da fila de impresin"
-#: ../../printerdrake.pm_.c:484
+#: ../../printerdrake.pm_.c:809
msgid "NCP server name missing!"
msgstr ""
-#: ../../printerdrake.pm_.c:488
+#: ../../printerdrake.pm_.c:813
msgid "NCP queue name missing!"
msgstr ""
-#: ../../printerdrake.pm_.c:527
-msgid "Socket Printer Options"
+#: ../../printerdrake.pm_.c:852
+#, fuzzy
+msgid "TCP/Socket Printer Options"
msgstr "Opcins da impresora de socket"
-#: ../../printerdrake.pm_.c:528
+#: ../../printerdrake.pm_.c:853
#, fuzzy
msgid ""
-"To print to a socket printer, you need to provide the\n"
-"host name of the printer and optionally the port number.\n"
-"On HP JetDirect servers the port number is usually 9100,\n"
-"on other servers it can vary. See the manual of your\n"
+"To print to a TCP or socket printer, you need to provide the host name of "
+"the printer and optionally the port number. On HP JetDirect servers the port "
+"number is usually 9100, on other servers it can vary. See the manual of your "
"hardware."
msgstr ""
"Para imprimir nunha impresora de socket, ten que fornecer\n"
"o nome do servidor da impresora, e opcionalmente o nmero do porto."
-#: ../../printerdrake.pm_.c:533
+#: ../../printerdrake.pm_.c:854
#, fuzzy
msgid "Printer host name"
msgstr "Servidor de impresin"
-#: ../../printerdrake.pm_.c:537
+#: ../../printerdrake.pm_.c:858
#, fuzzy
msgid "Printer host name missing!"
msgstr "Servidor de impresin"
-#: ../../printerdrake.pm_.c:566 ../../printerdrake.pm_.c:568
+#: ../../printerdrake.pm_.c:887 ../../printerdrake.pm_.c:889
msgid "Printer Device URI"
msgstr "URI do dispositivo de impresin"
-#: ../../printerdrake.pm_.c:567
+#: ../../printerdrake.pm_.c:888
msgid ""
"You can specify directly the URI to access the printer. The URI must fulfill "
"either the CUPS or the Foomatic specifications. Note that not all URI types "
"are supported by all the spoolers."
msgstr ""
-#: ../../printerdrake.pm_.c:582
+#: ../../printerdrake.pm_.c:903
msgid "A valid URI must be entered!"
msgstr ""
-#: ../../printerdrake.pm_.c:682
+#: ../../printerdrake.pm_.c:1004
msgid ""
-"Every printer needs a name (for example lp).\n"
-"The Description and Location fields do not need \n"
-"to be filled in. They are comments for the users."
+"Every printer needs a name (for example \"printer\"). The Description and "
+"Location fields do not need to be filled in. They are comments for the users."
msgstr ""
-#: ../../printerdrake.pm_.c:685
+#: ../../printerdrake.pm_.c:1005
msgid "Name of printer"
msgstr "Nome da impresora"
-#: ../../printerdrake.pm_.c:686
+#: ../../printerdrake.pm_.c:1006
msgid "Description"
msgstr "Descricin"
-#: ../../printerdrake.pm_.c:687
+#: ../../printerdrake.pm_.c:1007
msgid "Location"
msgstr "Localizacin"
-#: ../../printerdrake.pm_.c:701
+#: ../../printerdrake.pm_.c:1021
#, fuzzy
msgid "Preparing printer database ..."
msgstr "Lendo a base de datos de controladores de CUPS..."
-#: ../../printerdrake.pm_.c:793
+#: ../../printerdrake.pm_.c:1112
+#, fuzzy
+msgid "Your printer model"
+msgstr "Impresora remota"
+
+#: ../../printerdrake.pm_.c:1113
+#, c-format
+msgid ""
+"Printerdrake has compared the model name resulting from the printer auto-"
+"detection with the models listed in its printer database to find the best "
+"match. This choice can be wrong, especially when your printer is not listed "
+"at all in the database. So check whether the choice is correct and click "
+"\"The model is correct\" if so and if not, click \"Select model manually\" "
+"so that you can choose your printer model manually on the next screen.\n"
+"\n"
+"For your printer Printerdrake has found:\n"
+"\n"
+"%s"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1118 ../../printerdrake.pm_.c:1121
+#, fuzzy
+msgid "The model is correct"
+msgstr " isto correcto?"
+
+#: ../../printerdrake.pm_.c:1119 ../../printerdrake.pm_.c:1120
+#: ../../printerdrake.pm_.c:1123
+#, fuzzy
+msgid "Select model manually"
+msgstr "Impresora remota"
+
+#: ../../printerdrake.pm_.c:1139
#, fuzzy
msgid "Printer model selection"
msgstr "Conexin da impresora"
-#: ../../printerdrake.pm_.c:794
+#: ../../printerdrake.pm_.c:1140
#, fuzzy
msgid "Which printer model do you have?"
msgstr "Qu tipo de impresora ten?"
-#: ../../printerdrake.pm_.c:866
+#: ../../printerdrake.pm_.c:1141
+msgid ""
+"\n"
+"\n"
+"Please check whether Printerdrake did the auto-detection of your printer "
+"model correctly. Search the correct model in the list when the cursor is "
+"standing on a wrong model or on \"Raw printer\"."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1144
+msgid ""
+"If your printer is not listed, choose a compatible (see printer manual) or a "
+"similar one."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1220
#, fuzzy
msgid "OKI winprinter configuration"
msgstr "Configuracin de Internet"
-#: ../../printerdrake.pm_.c:867
+#: ../../printerdrake.pm_.c:1221
msgid ""
"You are configuring an OKI laser winprinter. These printers\n"
-"use a very special communication protocol and therefore they\n"
-"work only when connected to the first parallel port. When\n"
-"your printer is connected to another port or to a print\n"
-"server box please connect the printer to the first parallel\n"
-"port before you print a test page. Otherwise the printer\n"
-"will not work. Your connection type setting will be ignored\n"
-"by the driver."
+"use a very special communication protocol and therefore they work only when "
+"connected to the first parallel port. When your printer is connected to "
+"another port or to a print server box please connect the printer to the "
+"first parallel port before you print a test page. Otherwise the printer will "
+"not work. Your connection type setting will be ignored by the driver."
msgstr ""
-#: ../../printerdrake.pm_.c:916 ../../printerdrake.pm_.c:946
+#: ../../printerdrake.pm_.c:1264 ../../printerdrake.pm_.c:1291
#, fuzzy
msgid "Lexmark inkjet configuration"
msgstr "Configuracin de Internet"
-#: ../../printerdrake.pm_.c:917
+#: ../../printerdrake.pm_.c:1265
msgid ""
-"The inkjet printer drivers provided by Lexmark only support\n"
-"local printers, no printers on remote machines or print server\n"
-"boxes. Please connect your printer to a local port or\n"
-"configure it on the machine where it is connected to."
+"The inkjet printer drivers provided by Lexmark only support local printers, "
+"no printers on remote machines or print server boxes. Please connect your "
+"printer to a local port or configure it on the machine where it is connected "
+"to."
msgstr ""
-#: ../../printerdrake.pm_.c:947
+#: ../../printerdrake.pm_.c:1292
msgid ""
-"To be able to print with your Lexmark inkjet and this\n"
-"configuration, you need the inkjet printer drivers\n"
-"provided by Lexmark (http://www.lexmark.com/). Go to\n"
-"the US site and click on the \"Drivers\" button. Then\n"
-"choose your model and afterwards \"Linux\" as\n"
-"operating system. The drivers come as RPM packages\n"
-"or shell scripts with interactive graphical installation.\n"
-"You do not need to do this configuration by the\n"
-"graphical frontends. Cancel directly after the license\n"
-"agreement. Then print printhead alignment pages with\n"
-"\"lexmarkmaintain\" and adjust the head alignment\n"
-"settings with this program."
+"To be able to print with your Lexmark inkjet and this configuration, you "
+"need the inkjet printer drivers provided by Lexmark (http://www.lexmark."
+"com/). Go to the US site and click on the \"Drivers\" button. Then choose "
+"your model and afterwards \"Linux\" as operating system. The drivers come as "
+"RPM packages or shell scripts with interactive graphical installation. You "
+"do not need to do this configuration by the graphical frontends. Cancel "
+"directly after the license agreement. Then print printhead alignment pages "
+"with \"lexmarkmaintain\" and adjust the head alignment settings with this "
+"program."
msgstr ""
-#: ../../printerdrake.pm_.c:1079
+#: ../../printerdrake.pm_.c:1508
msgid ""
"Printer default settings\n"
-"You should make sure that the page size and the\n"
-"ink type (if available) are set correctly. Note\n"
-"that with a very high printout quality printing\n"
-"can get substantially slower."
+"\n"
+"You should make sure that the page size and the ink type/printing mode (if "
+"available) and also the hardware configuration of laser printers (memory, "
+"duplex unit, extra trays) are set correctly. Note that with a very high "
+"printout quality/resolution printing can get substantially slower."
msgstr ""
-#: ../../printerdrake.pm_.c:1090
+#: ../../printerdrake.pm_.c:1517
#, c-format
msgid "Option %s must be an integer number!"
msgstr ""
-#: ../../printerdrake.pm_.c:1094
+#: ../../printerdrake.pm_.c:1521
#, c-format
msgid "Option %s must be a number!"
msgstr ""
-#: ../../printerdrake.pm_.c:1099
+#: ../../printerdrake.pm_.c:1526
#, c-format
msgid "Option %s out of range!"
msgstr ""
-#: ../../printerdrake.pm_.c:1136
+#: ../../printerdrake.pm_.c:1565
#, fuzzy, c-format
msgid ""
"Do you want to set this printer (\"%s\")\n"
"as the default printer?"
msgstr "Desexa probar a impresin?"
-#: ../../printerdrake.pm_.c:1152
+#: ../../printerdrake.pm_.c:1582
#, fuzzy
msgid "Test pages"
msgstr "Probar portos"
-#: ../../printerdrake.pm_.c:1153
+#: ../../printerdrake.pm_.c:1583
msgid ""
"Please select the test pages you want to print.\n"
-"Note: the photo test page can take a rather long time to get printed\n"
-"and on laser printers with too low memory it can even not come out.\n"
-"In most cases it is enough to print the standard test page."
+"Note: the photo test page can take a rather long time to get printed and on "
+"laser printers with too low memory it can even not come out. In most cases "
+"it is enough to print the standard test page."
msgstr ""
-#: ../../printerdrake.pm_.c:1158
+#: ../../printerdrake.pm_.c:1587
#, fuzzy
msgid "No test pages"
msgstr "Si, imprimir ambas pxinas de proba"
-#: ../../printerdrake.pm_.c:1159
+#: ../../printerdrake.pm_.c:1588
#, fuzzy
msgid "Print"
msgstr "Impresora"
-#: ../../printerdrake.pm_.c:1161
+#: ../../printerdrake.pm_.c:1590
#, fuzzy
msgid "Standard test page"
msgstr "Ferramentas estndar"
-#: ../../printerdrake.pm_.c:1164
+#: ../../printerdrake.pm_.c:1593
msgid "Alternative test page (Letter)"
msgstr ""
-#: ../../printerdrake.pm_.c:1167
+#: ../../printerdrake.pm_.c:1596
#, fuzzy
msgid "Alternative test page (A4)"
msgstr "Imprimindo pxina(s) de proba..."
-#: ../../printerdrake.pm_.c:1169
+#: ../../printerdrake.pm_.c:1598
#, fuzzy
msgid "Photo test page"
msgstr "Imprimindo pxina(s) de proba..."
-#: ../../printerdrake.pm_.c:1175 ../../printerdrake.pm_.c:1297
+#: ../../printerdrake.pm_.c:1602
+#, fuzzy
+msgid "Do not print any test page"
+msgstr "Imprimindo pxina(s) de proba..."
+
+#: ../../printerdrake.pm_.c:1610 ../../printerdrake.pm_.c:1747
msgid "Printing test page(s)..."
msgstr "Imprimindo pxina(s) de proba..."
-#: ../../printerdrake.pm_.c:1200
+#: ../../printerdrake.pm_.c:1635
#, fuzzy, c-format
msgid ""
"Test page(s) have been sent to the printer.\n"
@@ -6298,7 +7143,7 @@ msgstr ""
"\n"
"Funciona correctamente?"
-#: ../../printerdrake.pm_.c:1204
+#: ../../printerdrake.pm_.c:1639
#, fuzzy
msgid ""
"Test page(s) have been sent to the printer.\n"
@@ -6308,33 +7153,33 @@ msgstr ""
"Pode que lle leve un pouco ata que a impresora comece.\n"
"Funciona correctamente?"
-#: ../../printerdrake.pm_.c:1211
+#: ../../printerdrake.pm_.c:1646
msgid "Did it work properly?"
msgstr ""
-#: ../../printerdrake.pm_.c:1229 ../../printerdrake.pm_.c:2025
+#: ../../printerdrake.pm_.c:1667 ../../printerdrake.pm_.c:2732
#, fuzzy
msgid "Raw printer"
msgstr "Sen impresora"
-#: ../../printerdrake.pm_.c:1237
+#: ../../printerdrake.pm_.c:1685
#, c-format
msgid ""
"To print a file from the command line (terminal window) you can either use "
"the command \"%s <file>\" or a graphical printing tool: \"xpp <file>\" or "
-"\"qtcups <file>\". The graphical tools allow you to choose the printer and "
+"\"kprinter <file>\". The graphical tools allow you to choose the printer and "
"to modify the option settings easily.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:1239
+#: ../../printerdrake.pm_.c:1687
msgid ""
"These commands you can also use in the \"Printing command\" field of the "
"printing dialogs of many applications, but here do not supply the file name "
"because the file to print is provided by the application.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:1242 ../../printerdrake.pm_.c:1254
-#: ../../printerdrake.pm_.c:1266
+#: ../../printerdrake.pm_.c:1690 ../../printerdrake.pm_.c:1706
+#: ../../printerdrake.pm_.c:1716
#, c-format
msgid ""
"\n"
@@ -6343,43 +7188,49 @@ msgid ""
"line, e. g. \"%s <file>\". "
msgstr ""
-#: ../../printerdrake.pm_.c:1244 ../../printerdrake.pm_.c:1284
+#: ../../printerdrake.pm_.c:1693 ../../printerdrake.pm_.c:1732
+#, c-format
+msgid ""
+"To know about the options available for the current printer read either the "
+"list shown below or click on the \"Print option list\" button.%s\n"
+"\n"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1696
msgid ""
-"To get a list of the options available for the current printer read either "
-"the list shown below or click on the \"Print option list\" button.\n"
+"Here is a list of the available printing options for the current printer:\n"
"\n"
msgstr ""
-#: ../../printerdrake.pm_.c:1249 ../../printerdrake.pm_.c:1261
+#: ../../printerdrake.pm_.c:1701 ../../printerdrake.pm_.c:1711
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
"<file>\".\n"
msgstr ""
-#: ../../printerdrake.pm_.c:1251 ../../printerdrake.pm_.c:1263
-#: ../../printerdrake.pm_.c:1275
+#: ../../printerdrake.pm_.c:1703 ../../printerdrake.pm_.c:1713
+#: ../../printerdrake.pm_.c:1723
msgid ""
"This command you can also use in the \"Printing command\" field of the "
"printing dialogs of many applications. But here do not supply the file name "
"because the file to print is provided by the application.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:1256 ../../printerdrake.pm_.c:1268
+#: ../../printerdrake.pm_.c:1708 ../../printerdrake.pm_.c:1718
msgid ""
"To get a list of the options available for the current printer click on the "
-"\"Print option list\" button.\n"
-"\n"
+"\"Print option list\" button."
msgstr ""
-#: ../../printerdrake.pm_.c:1273
+#: ../../printerdrake.pm_.c:1721
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
"<file>\" or \"%s <file>\".\n"
msgstr ""
-#: ../../printerdrake.pm_.c:1277
+#: ../../printerdrake.pm_.c:1725
msgid ""
"You can also use the graphical interface \"xpdq\" for setting options and "
"handling printing jobs.\n"
@@ -6389,7 +7240,7 @@ msgid ""
"jams.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:1281
+#: ../../printerdrake.pm_.c:1729
#, c-format
msgid ""
"\n"
@@ -6398,86 +7249,124 @@ msgid ""
"line, e. g. \"%s <file>\".\n"
msgstr ""
-#: ../../printerdrake.pm_.c:1292
+#: ../../printerdrake.pm_.c:1738 ../../printerdrake.pm_.c:1744
+#: ../../printerdrake.pm_.c:1745 ../../printerdrake.pm_.c:1746
+#: ../../printerdrake.pm_.c:2716 ../../standalone/drakbackup_.c:754
+#: ../../standalone/drakbackup_.c:2458 ../../standalone/drakfont_.c:577
+#: ../../standalone/drakfont_.c:791
+#, fuzzy
+msgid "Close"
+msgstr "Rato"
+
+#: ../../printerdrake.pm_.c:1741 ../../printerdrake.pm_.c:1753
+#, fuzzy, c-format
+msgid "Printing/Scanning on \"%s\""
+msgstr "Desactivando a rede"
+
+#: ../../printerdrake.pm_.c:1742 ../../printerdrake.pm_.c:1754
#, fuzzy, c-format
msgid "Printing on the printer \"%s\""
msgstr "Desactivando a rede"
-#: ../../printerdrake.pm_.c:1294
+#: ../../printerdrake.pm_.c:1744
#, fuzzy
msgid "Print option list"
msgstr "Opcins da impresora"
-#: ../../printerdrake.pm_.c:1318 ../../printerdrake.pm_.c:1741
-#: ../../standalone/printerdrake_.c:48
+#: ../../printerdrake.pm_.c:1766
+#, c-format
+msgid ""
+"Your HP multi-function device was configured automatically to be able to "
+"scan. Now you can scan with \"scanimage\" (\"scanimage -d hp:%s\" to specify "
+"the scanner when you have more than one) from the command line or with the "
+"graphical interfaces \"xscanimage\" or \"xsane\". If you are using the GIMP, "
+"you can also scan by choosing the appropriate point in the \"File\"/\"Acquire"
+"\" menu. Call also \"man scanimage\" and \"man sane-hp\" on the command line "
+"to get more information.\n"
+"\n"
+"Do not use \"scannerdrake\" for this device!"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1772
+#, c-format
+msgid ""
+"Your HP multi-function device was configured automatically to be able to "
+"scan. Now you can scan from the command line with \"ptal-hp %s scan ...\". "
+"Scanning via a graphical interface or from the GIMP is not supported yet for "
+"your device. More information you will find in the \"/usr/share/doc/hpoj-0.8/"
+"ptal-hp-scan.html\" file on your system. If you have an HP LaserJet 1100 or "
+"1200 you can only scan when you have the scanner option installed.\n"
+"\n"
+"Do not use \"scannerdrake\" for this device!"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1794 ../../printerdrake.pm_.c:2221
+#: ../../printerdrake.pm_.c:2485 ../../standalone/printerdrake_.c:49
#, fuzzy
msgid "Reading printer data ..."
msgstr "Lendo a base de datos de controladores de CUPS..."
-#: ../../printerdrake.pm_.c:1338 ../../printerdrake.pm_.c:1376
-#: ../../printerdrake.pm_.c:1411
+#: ../../printerdrake.pm_.c:1814 ../../printerdrake.pm_.c:1842
+#: ../../printerdrake.pm_.c:1877
#, fuzzy
msgid "Transfer printer configuration"
msgstr "Configuracin de Internet"
-#: ../../printerdrake.pm_.c:1339
+#: ../../printerdrake.pm_.c:1815
#, c-format
msgid ""
-"You can copy the printer configuration which you have done \n"
-"for the spooler %s to %s, your current spooler. All the\n"
-"configuration data (printer name, description, location, \n"
-"connection type, and default option settings) is overtaken,\n"
-"but jobs will not be transferred.\n"
-"Not all queues can be transferred due to the following \n"
-"reasons:\n"
+"You can copy the printer configuration which you have done for the spooler %"
+"s to %s, your current spooler. All the configuration data (printer name, "
+"description, location, connection type, and default option settings) is "
+"overtaken, but jobs will not be transferred.\n"
+"Not all queues can be transferred due to the following reasons:\n"
msgstr ""
-#: ../../printerdrake.pm_.c:1347
+#: ../../printerdrake.pm_.c:1818
msgid ""
-"CUPS does not support printers on Novell servers or printers\n"
-"sending the data into a free-formed command.\n"
+"CUPS does not support printers on Novell servers or printers sending the "
+"data into a free-formed command.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:1350
+#: ../../printerdrake.pm_.c:1820
msgid ""
-"PDQ only supports local printers, remote LPD printers, and\n"
-"Socket/TCP printers.\n"
+"PDQ only supports local printers, remote LPD printers, and Socket/TCP "
+"printers.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:1353
+#: ../../printerdrake.pm_.c:1822
msgid "LPD and LPRng do not support IPP printers.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:1355
+#: ../../printerdrake.pm_.c:1824
msgid ""
-"In addition, queues not created with this program or\n"
-"\"foomatic-configure\" cannot be transferred."
+"In addition, queues not created with this program or \"foomatic-configure\" "
+"cannot be transferred."
msgstr ""
-#: ../../printerdrake.pm_.c:1357
+#: ../../printerdrake.pm_.c:1825
msgid ""
"\n"
-"Also printers configured with the PPD files provided by\n"
-"their manufacturers or with native CUPS drivers can not be\n"
-"transferred."
+"Also printers configured with the PPD files provided by their manufacturers "
+"or with native CUPS drivers cannot be transferred."
msgstr ""
-#: ../../printerdrake.pm_.c:1360
+#: ../../printerdrake.pm_.c:1826
msgid ""
"\n"
"Mark the printers which you want to transfer and click \n"
"\"Transfer\"."
msgstr ""
-#: ../../printerdrake.pm_.c:1363
+#: ../../printerdrake.pm_.c:1829
msgid "Do not transfer printers"
msgstr ""
-#: ../../printerdrake.pm_.c:1364 ../../printerdrake.pm_.c:1381
+#: ../../printerdrake.pm_.c:1830 ../../printerdrake.pm_.c:1847
msgid "Transfer"
msgstr ""
-#: ../../printerdrake.pm_.c:1377
+#: ../../printerdrake.pm_.c:1843
#, c-format
msgid ""
"A printer named \"%s\" already exists under %s. \n"
@@ -6485,305 +7374,359 @@ msgid ""
"You can also type a new name or skip this printer."
msgstr ""
-#: ../../printerdrake.pm_.c:1385
+#: ../../printerdrake.pm_.c:1851
msgid "Name of printer should contain only letters, numbers and the underscore"
msgstr ""
-#: ../../printerdrake.pm_.c:1390
+#: ../../printerdrake.pm_.c:1856
#, c-format
msgid ""
"The printer \"%s\" already exists,\n"
"do you really want to overwrite its configuration?"
msgstr ""
-#: ../../printerdrake.pm_.c:1398
+#: ../../printerdrake.pm_.c:1864
#, fuzzy
msgid "New printer name"
msgstr "Sen impresora"
-#: ../../printerdrake.pm_.c:1401
+#: ../../printerdrake.pm_.c:1867
#, c-format
msgid "Transferring %s ..."
msgstr ""
-#: ../../printerdrake.pm_.c:1412
+#: ../../printerdrake.pm_.c:1878
#, c-format
msgid ""
-"You have transferred your former default printer (\"%s\"),\n"
-"Should it be also the default printer under the\n"
-"new printing system %s?"
+"You have transferred your former default printer (\"%s\"), Should it be also "
+"the default printer under the new printing system %s?"
msgstr ""
-#: ../../printerdrake.pm_.c:1423
+#: ../../printerdrake.pm_.c:1887
#, fuzzy
msgid "Refreshing printer data ..."
msgstr "Lendo a base de datos de controladores de CUPS..."
-#: ../../printerdrake.pm_.c:1431 ../../printerdrake.pm_.c:1494
-#: ../../printerdrake.pm_.c:1515
+#: ../../printerdrake.pm_.c:1895 ../../printerdrake.pm_.c:1966
+#: ../../printerdrake.pm_.c:1978
#, fuzzy
msgid "Configuration of a remote printer"
msgstr "Configurar a impresora"
-#: ../../printerdrake.pm_.c:1432
+#: ../../printerdrake.pm_.c:1896
#, fuzzy
msgid "Starting network ..."
msgstr "Probando a conexin..."
-#: ../../printerdrake.pm_.c:1454 ../../printerdrake.pm_.c:1462
-#: ../../printerdrake.pm_.c:1464
+#: ../../printerdrake.pm_.c:1930 ../../printerdrake.pm_.c:1934
+#: ../../printerdrake.pm_.c:1936
#, fuzzy
msgid "Configure the network now"
msgstr "Configurar a rede"
-#: ../../printerdrake.pm_.c:1455
+#: ../../printerdrake.pm_.c:1931
#, fuzzy
msgid "Network functionality not configured"
msgstr "O monitor non est configurado"
-#: ../../printerdrake.pm_.c:1456
+#: ../../printerdrake.pm_.c:1932
msgid ""
-"You are going to configure a remote printer. This needs working\n"
-"network access, but your network is not configured yet. If you\n"
-"go on without network configuration, you will not be able to use\n"
-"the printer which you are configuring now. How do you want \n"
-"to proceed?"
+"You are going to configure a remote printer. This needs working network "
+"access, but your network is not configured yet. If you go on without network "
+"configuration, you will not be able to use the printer which you are "
+"configuring now. How do you want to proceed?"
msgstr ""
-#: ../../printerdrake.pm_.c:1463
+#: ../../printerdrake.pm_.c:1935
#, fuzzy
msgid "Go on without configuring the network"
msgstr "Configurando a rede"
-#: ../../printerdrake.pm_.c:1496
+#: ../../printerdrake.pm_.c:1968
msgid ""
-"The network configuration done during the installation \n"
-"cannot be started now. Please check whether the network\n"
-"gets accessable after booting your system and correct the\n"
-"configuration using the Mandrake Control Center, section\n"
-"\"Network & Internet\"/\"Connection\", and afterwards set\n"
-"up the printer, also using the Mandrake Control Center,\n"
-"section \"Hardware\"/\"Printer\""
+"The network configuration done during the installation cannot be started "
+"now. Please check whether the network gets accessable after booting your "
+"system and correct the configuration using the Mandrake Control Center, "
+"section \"Network & Internet\"/\"Connection\", and afterwards set up the "
+"printer, also using the Mandrake Control Center, section \"Hardware\"/"
+"\"Printer\""
msgstr ""
-#: ../../printerdrake.pm_.c:1503
+#: ../../printerdrake.pm_.c:1969
msgid ""
-"The network access was not running and could not be \n"
-"started. Please check your configuration and your \n"
-"hardware. Then try to configure your remote printer\n"
-"again."
+"The network access was not running and could not be started. Please check "
+"your configuration and your hardware. Then try to configure your remote "
+"printer again."
msgstr ""
-#: ../../printerdrake.pm_.c:1516
+#: ../../printerdrake.pm_.c:1979
#, fuzzy
msgid "Restarting printing system ..."
msgstr "Que sistema de impresin desexa usar?"
-#: ../../printerdrake.pm_.c:1548
+#: ../../printerdrake.pm_.c:2017
#, fuzzy
msgid "high"
msgstr "Alto"
-#: ../../printerdrake.pm_.c:1548
+#: ../../printerdrake.pm_.c:2017
#, fuzzy
msgid "paranoid"
msgstr "Paranoico"
-#: ../../printerdrake.pm_.c:1549
+#: ../../printerdrake.pm_.c:2018
#, c-format
msgid "Installing a printing system in the %s security level"
msgstr ""
-#: ../../printerdrake.pm_.c:1550
+#: ../../printerdrake.pm_.c:2019
#, c-format
msgid ""
-"You are about to install the printing system %s on\n"
-"a system running in the %s security level.\n"
+"You are about to install the printing system %s on a system running in the %"
+"s security level.\n"
"\n"
-"This printing system runs a daemon (background process)\n"
-"which waits for print jobs and handles them. This daemon\n"
-"is also accessable by remote machines through the network\n"
-"and so it is a possible point for attacks. Therefore only\n"
-"a few selected daemons are started by default in this\n"
+"This printing system runs a daemon (background process) which waits for "
+"print jobs and handles them. This daemon is also accessable by remote "
+"machines through the network and so it is a possible point for attacks. "
+"Therefore only a few selected daemons are started by default in this "
"security level.\n"
"\n"
-"Do you really want to configure printing on this\n"
-"machine?"
+"Do you really want to configure printing on this machine?"
msgstr ""
-#: ../../printerdrake.pm_.c:1584
+#: ../../printerdrake.pm_.c:2051
#, fuzzy
msgid "Starting the printing system at boot time"
msgstr "Que sistema de impresin desexa usar?"
-#: ../../printerdrake.pm_.c:1585
+#: ../../printerdrake.pm_.c:2052
#, c-format
msgid ""
-"The printing system (%s) will not be started automatically\n"
-"when the machine is booted.\n"
+"The printing system (%s) will not be started automatically when the machine "
+"is booted.\n"
"\n"
-"It is possible that the automatic starting was turned off \n"
-"by changing to a higher security level, because the printing\n"
-"system is a potential point for attacks.\n"
+"It is possible that the automatic starting was turned off by changing to a "
+"higher security level, because the printing system is a potential point for "
+"attacks.\n"
"\n"
-"Do you want to have the automatic starting of the printing\n"
-"system turned on again?"
+"Do you want to have the automatic starting of the printing system turned on "
+"again?"
msgstr ""
-#: ../../printerdrake.pm_.c:1612 ../../printerdrake.pm_.c:1644
-#: ../../printerdrake.pm_.c:1671 ../../printerdrake.pm_.c:1701
-#: ../../printerdrake.pm_.c:1778
+#: ../../printerdrake.pm_.c:2075 ../../printerdrake.pm_.c:2113
+#: ../../printerdrake.pm_.c:2143 ../../printerdrake.pm_.c:2176
+#: ../../printerdrake.pm_.c:2281
msgid "Checking installed software..."
msgstr ""
-#: ../../printerdrake.pm_.c:1648
+#: ../../printerdrake.pm_.c:2117
msgid "Removing LPRng..."
msgstr ""
-#: ../../printerdrake.pm_.c:1675
+#: ../../printerdrake.pm_.c:2147
msgid "Removing LPD..."
msgstr ""
-#: ../../printerdrake.pm_.c:1727
+#: ../../printerdrake.pm_.c:2205
#, fuzzy
msgid "Select Printer Spooler"
msgstr "Seleccin da conexin da impresora"
-#: ../../printerdrake.pm_.c:1728
+#: ../../printerdrake.pm_.c:2206
#, fuzzy
msgid "Which printing system (spooler) do you want to use?"
msgstr "Que sistema de impresin desexa usar?"
-#: ../../printerdrake.pm_.c:1759
+#: ../../printerdrake.pm_.c:2239
#, fuzzy, c-format
msgid "Configuring printer \"%s\" ..."
msgstr "Configurar impresora"
-#: ../../printerdrake.pm_.c:1806 ../../printerdrake.pm_.c:1838
-#: ../../printerdrake.pm_.c:2026 ../../printerdrake.pm_.c:2088
+#: ../../printerdrake.pm_.c:2252
+#, fuzzy
+msgid "Installing Foomatic ..."
+msgstr "Instalando o paquete %s"
+
+#: ../../printerdrake.pm_.c:2309 ../../printerdrake.pm_.c:2348
+#: ../../printerdrake.pm_.c:2733 ../../printerdrake.pm_.c:2803
msgid "Printer options"
msgstr "Opcins da impresora"
-#: ../../printerdrake.pm_.c:1815
+#: ../../printerdrake.pm_.c:2318
#, fuzzy
msgid "Preparing PrinterDrake ..."
msgstr "Lendo a base de datos de controladores de CUPS..."
-#: ../../printerdrake.pm_.c:1845
+#: ../../printerdrake.pm_.c:2335 ../../printerdrake.pm_.c:2890
+#, fuzzy
+msgid "Configuring applications..."
+msgstr "Configurar impresora"
+
+#: ../../printerdrake.pm_.c:2355
#, fuzzy
msgid "Would you like to configure printing?"
msgstr "Desexa configurar unha impresora?"
-#: ../../printerdrake.pm_.c:1857
+#: ../../printerdrake.pm_.c:2367
msgid "Printing system: "
msgstr ""
-#: ../../printerdrake.pm_.c:1879
+#: ../../printerdrake.pm_.c:2415
+msgid "Printerdrake"
+msgstr "Printerdrake"
+
+#: ../../printerdrake.pm_.c:2419
+#, fuzzy
msgid ""
-"The following printers are configured.\n"
-"Click on one of them to modify it or\n"
-"to get information about it or on \n"
-"\"Add Printer\" to add a new printer."
+"The following printers are configured. Double-click on a printer to change "
+"its settings; to make it the default printer; to view information about it; "
+"or to make a printer on a remote CUPS server available for Star Office/"
+"OpenOffice.org."
msgstr ""
+"Estas son as filas de impresin.\n"
+"Pode engadir unha nova ou cambiar as que xa existen."
-#: ../../printerdrake.pm_.c:1885 ../../standalone/draknet_.c:301
-msgid "Normal Mode"
+#: ../../printerdrake.pm_.c:2420
+#, fuzzy
+msgid ""
+"The following printers are configured. Double-click on a printer to change "
+"its settings; to make it the default printer; or to view information about "
+"it."
msgstr ""
+"Estas son as filas de impresin.\n"
+"Pode engadir unha nova ou cambiar as que xa existen."
-#: ../../printerdrake.pm_.c:1891 ../../printerdrake.pm_.c:2010
-msgid " (Default)"
-msgstr " (Por omisin)"
-
-#: ../../printerdrake.pm_.c:1895 ../../printerdrake.pm_.c:1935
-#, fuzzy
-msgid "Printer(s) on remote CUPS server(s)"
-msgstr "Servidor CUPS remoto"
+#: ../../printerdrake.pm_.c:2446
+msgid "Refresh printer list (to display all available remote CUPS printers)"
+msgstr ""
-#: ../../printerdrake.pm_.c:1896 ../../printerdrake.pm_.c:1936
+#: ../../printerdrake.pm_.c:2464
#, fuzzy
-msgid "Printer(s) on remote server(s)"
-msgstr "Servidor CUPS remoto"
+msgid "Change the printing system"
+msgstr "Configurar a rede"
-#: ../../printerdrake.pm_.c:1898 ../../printerdrake.pm_.c:1919
-#: ../../printerdrake.pm_.c:1922 ../../printerdrake.pm_.c:1971
-#, fuzzy
-msgid "Add printer"
-msgstr "Sen impresora"
+#: ../../printerdrake.pm_.c:2469 ../../standalone/draknet_.c:278
+msgid "Normal Mode"
+msgstr ""
-#: ../../printerdrake.pm_.c:1977 ../../printerdrake.pm_.c:1993
-#: ../../printerdrake.pm_.c:2128
+#: ../../printerdrake.pm_.c:2625 ../../printerdrake.pm_.c:2675
+#: ../../printerdrake.pm_.c:2884
#, fuzzy
msgid "Do you want to configure another printer?"
msgstr "Desexa probar a configuracin?"
-#: ../../printerdrake.pm_.c:2003
+#: ../../printerdrake.pm_.c:2711
#, fuzzy
msgid "Modify printer configuration"
msgstr "Configuracin de Internet"
-#: ../../printerdrake.pm_.c:2004
-#, c-format
+#: ../../printerdrake.pm_.c:2713
+#, fuzzy, c-format
msgid ""
-"Printer %s: %s %s\n"
+"Printer %s\n"
"What do you want to modify on this printer?"
-msgstr ""
+msgstr "Desexa probar a configuracin?"
-#: ../../printerdrake.pm_.c:2012
+#: ../../printerdrake.pm_.c:2717
msgid "Do it!"
msgstr ""
-#: ../../printerdrake.pm_.c:2015 ../../printerdrake.pm_.c:2062
+#: ../../printerdrake.pm_.c:2722 ../../printerdrake.pm_.c:2777
#, fuzzy
msgid "Printer connection type"
msgstr "Comparticin da conexin Internet"
-#: ../../printerdrake.pm_.c:2016 ../../printerdrake.pm_.c:2066
+#: ../../printerdrake.pm_.c:2723 ../../printerdrake.pm_.c:2781
#, fuzzy
msgid "Printer name, description, location"
msgstr "Conexin da impresora"
-#: ../../printerdrake.pm_.c:2018 ../../printerdrake.pm_.c:2081
+#: ../../printerdrake.pm_.c:2725 ../../printerdrake.pm_.c:2796
msgid "Printer manufacturer, model, driver"
msgstr ""
-#: ../../printerdrake.pm_.c:2019 ../../printerdrake.pm_.c:2082
+#: ../../printerdrake.pm_.c:2726 ../../printerdrake.pm_.c:2797
msgid "Printer manufacturer, model"
msgstr ""
-#: ../../printerdrake.pm_.c:2028 ../../printerdrake.pm_.c:2092
+#: ../../printerdrake.pm_.c:2735 ../../printerdrake.pm_.c:2807
msgid "Set this printer as the default"
msgstr ""
-#: ../../printerdrake.pm_.c:2029 ../../printerdrake.pm_.c:2097
+#: ../../printerdrake.pm_.c:2737 ../../printerdrake.pm_.c:2812
+msgid "Add this printer to Star Office/OpenOffice.org"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:2738 ../../printerdrake.pm_.c:2821
+msgid "Remove this printer from Star Office/OpenOffice.org"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:2739 ../../printerdrake.pm_.c:2830
#, fuzzy
msgid "Print test pages"
msgstr "Imprimindo pxina(s) de proba..."
-#: ../../printerdrake.pm_.c:2030 ../../printerdrake.pm_.c:2099
-msgid "Know how to print with this printer"
-msgstr ""
+#: ../../printerdrake.pm_.c:2740 ../../printerdrake.pm_.c:2832
+#, fuzzy
+msgid "Know how to use this printer"
+msgstr "Desexa probar a configuracin?"
-#: ../../printerdrake.pm_.c:2031 ../../printerdrake.pm_.c:2101
+#: ../../printerdrake.pm_.c:2742 ../../printerdrake.pm_.c:2834
#, fuzzy
msgid "Remove printer"
msgstr "Impresora remota"
-#: ../../printerdrake.pm_.c:2071
+#: ../../printerdrake.pm_.c:2786
#, fuzzy, c-format
msgid "Removing old printer \"%s\" ..."
msgstr "Lendo a base de datos de controladores de CUPS..."
-#: ../../printerdrake.pm_.c:2096
+#: ../../printerdrake.pm_.c:2810
+#, fuzzy
+msgid "Default printer"
+msgstr "Impresora local"
+
+#: ../../printerdrake.pm_.c:2811
#, c-format
msgid "The printer \"%s\" is set as the default printer now."
msgstr ""
-#: ../../printerdrake.pm_.c:2103
+#: ../../printerdrake.pm_.c:2815 ../../printerdrake.pm_.c:2818
+msgid "Adding printer to Star Office/OpenOffice.org"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:2816
+#, c-format
+msgid ""
+"The printer \"%s\" was successfully added to Star Office/OpenOffice.org."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:2819
+#, c-format
+msgid "Failed to add the printer \"%s\" to Star Office/OpenOffice.org."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:2824 ../../printerdrake.pm_.c:2827
+msgid "Removing printer from Star Office/OpenOffice.org"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:2825
+#, c-format
+msgid ""
+"The printer \"%s\" was successfully removed from Star Office/OpenOffice.org."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:2828
+#, c-format
+msgid "Failed to remove the printer \"%s\" from Star Office/OpenOffice.org."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:2836
#, fuzzy, c-format
msgid "Do you really want to remove the printer \"%s\"?"
msgstr "Desexa reiniciar a rede?"
-#: ../../printerdrake.pm_.c:2105
+#: ../../printerdrake.pm_.c:2838
#, fuzzy, c-format
msgid "Removing printer \"%s\" ..."
msgstr "Lendo a base de datos de controladores de CUPS..."
@@ -6887,15 +7830,15 @@ msgstr "mkraid fallou (pode que non estean as raidtools?)"
msgid "Not enough partitions for RAID level %d\n"
msgstr "Non hai particins dabondo para o nivel RAID %d\n"
-#: ../../services.pm_.c:15
+#: ../../services.pm_.c:14
msgid "Launch the ALSA (Advanced Linux Sound Architecture) sound system"
msgstr ""
-#: ../../services.pm_.c:16
+#: ../../services.pm_.c:15
msgid "Anacron a periodic command scheduler."
msgstr "Anacron, un xestor de comandos peridicos."
-#: ../../services.pm_.c:17
+#: ../../services.pm_.c:16
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."
@@ -6903,7 +7846,7 @@ msgstr ""
"apmd sase para monitorizar o estado da batera e rexistralo a travs do\n"
"syslog. Tamn pode usarse para apagar a mquina cando a batera est baixa."
-#: ../../services.pm_.c:19
+#: ../../services.pm_.c:18
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."
@@ -6912,7 +7855,7 @@ msgstr ""
"se executou at, e lanza comandos de lotes cando a carga media baixa\n"
"dabondo."
-#: ../../services.pm_.c:21
+#: ../../services.pm_.c:20
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 "
@@ -6924,7 +7867,7 @@ msgstr ""
"caractersticas cron bsico de UNIX, incluindo mellor seguridade e\n"
"opcins de configuracin mis potentes."
-#: ../../services.pm_.c:24
+#: ../../services.pm_.c:23
msgid ""
"GPM adds mouse support to text-based Linux applications such the\n"
"Midnight Commander. It also allows mouse-based console cut-and-paste "
@@ -6935,21 +7878,20 @@ msgstr ""
"o Midnight Commander. Tamn permite operacins de cortar e pegar co rato\n"
"na consola, as como incle soporte para mens."
-#: ../../services.pm_.c:27
+#: ../../services.pm_.c:26
msgid ""
"HardDrake runs a hardware probe, and optionally configures\n"
"new/changed hardware."
msgstr ""
-#: ../../services.pm_.c:29
+#: ../../services.pm_.c:28 ../../standalone/logdrake_.c:412
msgid ""
-"Apache is a World Wide Web server. It is used to serve HTML files\n"
-"and CGI."
+"Apache is a World Wide Web server. It is used to serve HTML files and CGI."
msgstr ""
"Apache un servidor de World Wide Web. sase para servir ficheiros HTML\n"
"e CGI."
-#: ../../services.pm_.c:31
+#: ../../services.pm_.c:29
msgid ""
"The internet superserver daemon (commonly called inetd) starts a\n"
"variety of other internet services as needed. It is responsible for "
@@ -6963,13 +7905,13 @@ msgstr ""
"moitos servicios, inclundo telnet, ftp, rsh, e rlogin. Desactivando inetd\n"
"desactvanse tdolos servicios de internet dos que responsable."
-#: ../../services.pm_.c:35
+#: ../../services.pm_.c:33
msgid ""
"Launch packet filtering for Linux kernel 2.2 series, to set\n"
"up a firewall to protect your machine from network attacks."
msgstr ""
-#: ../../services.pm_.c:37
+#: ../../services.pm_.c:35
msgid ""
"This package loads the selected keyboard map as set in\n"
"/etc/sysconfig/keyboard. This can be selected using the kbdconfig utility.\n"
@@ -6980,23 +7922,23 @@ msgstr ""
"Este pode escollerse usando a utilidade kbdconfig. Debera deixar isto\n"
"activado para a maiora dos sistemas."
-#: ../../services.pm_.c:40
+#: ../../services.pm_.c:38
msgid ""
"Automatic regeneration of kernel header in /boot for\n"
"/usr/include/linux/{autoconf,version}.h"
msgstr ""
-#: ../../services.pm_.c:42
+#: ../../services.pm_.c:40
msgid "Automatic detection and configuration of hardware at boot."
msgstr ""
-#: ../../services.pm_.c:43
+#: ../../services.pm_.c:41
msgid ""
"Linuxconf will sometimes arrange to perform various tasks\n"
"at boot-time to maintain the system configuration."
msgstr ""
-#: ../../services.pm_.c:45
+#: ../../services.pm_.c:43
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)."
@@ -7005,21 +7947,22 @@ msgstr ""
"correctamente. basicamente un servidor que distribe os traballos de\n"
"impresin (s) impresora(s)."
-#: ../../services.pm_.c:47
+#: ../../services.pm_.c:45
msgid ""
"Linux Virtual Server, used to build a high-performance and highly\n"
"available server."
msgstr ""
-#: ../../services.pm_.c:49
+#: ../../services.pm_.c:47 ../../standalone/logdrake_.c:413
+#, fuzzy
msgid ""
-"named (BIND) is a Domain Name Server (DNS) that is used to resolve\n"
-"host names to IP addresses."
+"named (BIND) is a Domain Name Server (DNS) that is used to resolve host "
+"names to IP addresses."
msgstr ""
"named (BIND) un servidor de nomes de dominio (DNS), que se emprega\n"
"para converter os nomes de mquinas a enderezos IP."
-#: ../../services.pm_.c:51
+#: ../../services.pm_.c:48
msgid ""
"Mounts and unmounts all Network File System (NFS), SMB (Lan\n"
"Manager/Windows), and NCP (NetWare) mount points."
@@ -7027,7 +7970,7 @@ msgstr ""
"Monta e desmonta tdolos puntos de montaxe de sistemas de\n"
"ficheiros de Rede (NFS), SMB (Lan Manager/Windows) e NCP (NetWare)."
-#: ../../services.pm_.c:53
+#: ../../services.pm_.c:50
msgid ""
"Activates/Deactivates all network interfaces configured to start\n"
"at boot time."
@@ -7035,7 +7978,7 @@ msgstr ""
"Activa/desactiva tdalas interfaces de rede configuradas para\n"
"seren activadas no arrinque."
-#: ../../services.pm_.c:55
+#: ../../services.pm_.c:52
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"
@@ -7046,7 +7989,7 @@ msgstr ""
"Este servicio fornece funcionalidade de servidor NFS, que se configura co\n"
"ficheiro /etc/exports."
-#: ../../services.pm_.c:58
+#: ../../services.pm_.c:55
msgid ""
"NFS is a popular protocol for file sharing across TCP/IP\n"
"networks. This service provides NFS file locking functionality."
@@ -7054,17 +7997,17 @@ msgstr ""
"NFS un protocolo popular para compartir ficheiros a travs de\n"
"redes TCP/IP. Este servicio fornece funcionalidade de bloqueo de ficheiros."
-#: ../../services.pm_.c:60
+#: ../../services.pm_.c:57
msgid ""
"Automatically switch on numlock key locker under console\n"
"and XFree at boot."
msgstr ""
-#: ../../services.pm_.c:62
+#: ../../services.pm_.c:59
msgid "Support the OKI 4w and compatible winprinters."
msgstr ""
-#: ../../services.pm_.c:63
+#: ../../services.pm_.c:60
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 "
@@ -7075,7 +8018,7 @@ msgstr ""
"porttiles. Non ser arrincado ata que non estea configurado de xeito\n"
"que non haxa problemas telo instalado en mquinas que non o precisan."
-#: ../../services.pm_.c:66
+#: ../../services.pm_.c:63
msgid ""
"The portmapper manages RPC connections, which are used by\n"
"protocols such as NFS and NIS. The portmap server must be running on "
@@ -7086,15 +8029,16 @@ msgstr ""
"como NFS e NIS. O servidor portmap ten que estar a se executar en mquinas\n"
"que actan de servidores de protocolos que usan o mecanismo RPC."
-#: ../../services.pm_.c:69
+#: ../../services.pm_.c:66 ../../standalone/logdrake_.c:415
+#, fuzzy
msgid ""
-"Postfix is a Mail Transport Agent, which is the program that\n"
-"moves mail from one machine to another."
+"Postfix is a Mail Transport Agent, which is the program that moves mail from "
+"one machine to another."
msgstr ""
"Postfix un axente de transporte de correo (MTA), que o programa\n"
"que move o correo dunha mquina a outra."
-#: ../../services.pm_.c:71
+#: ../../services.pm_.c:67
msgid ""
"Saves and restores system entropy pool for higher quality random\n"
"number generation."
@@ -7102,13 +8046,13 @@ msgstr ""
"Garda e restaura o estado da entropa do sistema para unha xeracin\n"
"de nmeros aleatorios de calidade."
-#: ../../services.pm_.c:73
+#: ../../services.pm_.c:69
msgid ""
"Assign raw devices to block devices (such as hard drive\n"
"partitions), for the use of applications such as Oracle"
msgstr ""
-#: ../../services.pm_.c:75
+#: ../../services.pm_.c:71
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"
@@ -7119,7 +8063,7 @@ msgstr ""
"en redes pequenas, outros protocolos mis complexos de encamiamento\n"
"precsanse para redes mis complexas."
-#: ../../services.pm_.c:78
+#: ../../services.pm_.c:74
msgid ""
"The rstat protocol allows users on a network to retrieve\n"
"performance metrics for any machine on that network."
@@ -7127,7 +8071,7 @@ msgstr ""
"O protocolo rstat permite s usuarios dunha rede obter\n"
"mtricas de rendemento de calquera mquina desa rede."
-#: ../../services.pm_.c:80
+#: ../../services.pm_.c:76
msgid ""
"The rusers protocol allows users on a network to identify who is\n"
"logged in on other responding machines."
@@ -7135,7 +8079,7 @@ msgstr ""
"O protocolo rusers permite s usuarios dunha rede identificar quen\n"
"est conectado noutras mquinas activas."
-#: ../../services.pm_.c:82
+#: ../../services.pm_.c:78
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)."
@@ -7144,12 +8088,12 @@ msgstr ""
"tdolos usuarios conectados a unha mquina que est a executar o daemon\n"
"rwho (similar finger)."
-#: ../../services.pm_.c:84
+#: ../../services.pm_.c:80
#, fuzzy
msgid "Launch the sound system on your machine"
msgstr "Lanzar o sistema X-Window iniciar"
-#: ../../services.pm_.c:85
+#: ../../services.pm_.c:81
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."
@@ -7158,49 +8102,48 @@ msgstr ""
"nos diversos ficheiros de rexistro do sistema. unha boa idea executar\n"
"sempre o syslog."
-#: ../../services.pm_.c:87
+#: ../../services.pm_.c:83
msgid "Load the drivers for your usb devices."
msgstr ""
-#: ../../services.pm_.c:88
+#: ../../services.pm_.c:84
#, fuzzy
msgid "Starts the X Font Server (this is mandatory for XFree to run)."
msgstr "Executa e para o Servidor de Fontes X arrincar e apagar."
-#: ../../services.pm_.c:114 ../../services.pm_.c:156
+#: ../../services.pm_.c:110 ../../services.pm_.c:152
msgid "Choose which services should be automatically started at boot time"
msgstr "Escolla os servicios que deben ser lanzados no arrinque do sistema"
-#: ../../services.pm_.c:126
+#: ../../services.pm_.c:122
#, fuzzy
msgid "Printing"
msgstr "Impresora"
-#: ../../services.pm_.c:127
+#: ../../services.pm_.c:123
msgid "Internet"
msgstr "Internet"
-#: ../../services.pm_.c:130
+#: ../../services.pm_.c:126
msgid "File sharing"
msgstr ""
-#: ../../services.pm_.c:132
+#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:934
#, fuzzy
msgid "System"
msgstr "Mouse Systems"
-#: ../../services.pm_.c:137
+#: ../../services.pm_.c:133
#, fuzzy
msgid "Remote Administration"
msgstr "Opcins da impresora remota lpd"
-# ../../share/compssUsers
-#: ../../services.pm_.c:145
+#: ../../services.pm_.c:141
#, fuzzy
msgid "Database Server"
msgstr "Bases de datos"
-#: ../../services.pm_.c:174
+#: ../../services.pm_.c:170
#, c-format
msgid "Services: %d activated for %d registered"
msgstr ""
@@ -7224,7 +8167,7 @@ msgstr "Servicios e daemons"
#: ../../services.pm_.c:217
msgid ""
-"No additionnal information\n"
+"No additional information\n"
"about this service, sorry."
msgstr ""
"Non hai informacin adicional\n"
@@ -7234,12 +8177,185 @@ msgstr ""
msgid "On boot"
msgstr " arrincar"
+#: ../../services.pm_.c:236
+#, fuzzy
+msgid "Start"
+msgstr "Estado:"
+
+#: ../../services.pm_.c:236
+#, fuzzy
+msgid "Stop"
+msgstr "Sector"
+
+#: ../../share/advertising/00-thanks.pl_.c:9
+msgid "Thank you for choosing Mandrake Linux 8.2"
+msgstr ""
+
+#: ../../share/advertising/00-thanks.pl_.c:10
+msgid "Welcome to the Open Source world"
+msgstr ""
+
+#: ../../share/advertising/00-thanks.pl_.c:11
+msgid ""
+"The success of MandrakeSoft is based upon the principle of Free Software. "
+"Your new operating system is the result of collaborative work on the part of "
+"the worldwide Linux Community"
+msgstr ""
+
+#: ../../share/advertising/01-gnu.pl_.c:9
+#, fuzzy
+msgid "Join the Free Software world"
+msgstr "Resto do mundo"
+
+#: ../../share/advertising/01-gnu.pl_.c:10
+msgid ""
+"Get to know the Open Source community and become a member. Learn, teach, and "
+"help others by joining the many discussion forums that you will find in our "
+"\"Community\" webpages"
+msgstr ""
+
+#: ../../share/advertising/02-internet.pl_.c:9
+#, fuzzy
+msgid "Internet and Messaging"
+msgstr "Acceso Internet"
+
+#: ../../share/advertising/02-internet.pl_.c:10
+msgid ""
+"Mandrake Linux 8.2 provides the best software to access everything the "
+"Internet has to offer: Surf the web & view animations with Mozilla and "
+"Konqueror, exchange email & organize your personal information with "
+"Evolution and Kmail, and much more"
+msgstr ""
+
+#: ../../share/advertising/03-graphic.pl_.c:9
+#, fuzzy
+msgid "Multimedia and Graphics"
+msgstr "Multimedia - Grficos"
+
+#: ../../share/advertising/03-graphic.pl_.c:10
+msgid ""
+"Mandrake Linux 8.2 lets you push your multimedia computer to its limits! Use "
+"the latest software to play music and audio files, edit and organize your "
+"images and photos, watch TV and videos, and much more"
+msgstr ""
+
+#: ../../share/advertising/04-develop.pl_.c:9
+msgid "Development"
+msgstr "Desenvolvemento"
+
+#: ../../share/advertising/04-develop.pl_.c:10
+msgid ""
+"Mandrake Linux 8.2 is the ultimate development platform. Discover the power "
+"of the GNU gcc compiler as well as the best Open Source development "
+"environments"
+msgstr ""
+
+#: ../../share/advertising/05-contcenter.pl_.c:9
+#, fuzzy
+msgid "Mandrake Control Center"
+msgstr "Centro de control"
+
+#: ../../share/advertising/05-contcenter.pl_.c:10
+msgid ""
+"The Mandrake Linux 8.2 Control Center is a one-stop location for fully "
+"customizing and configuring your Mandrake system"
+msgstr ""
+
+#: ../../share/advertising/06-user.pl_.c:9
+#, fuzzy
+msgid "User interfaces"
+msgstr "Interface de rede"
+
+#: ../../share/advertising/06-user.pl_.c:10
+msgid ""
+"Mandrake Linux 8.2 provides 11 different graphical desktop environments and "
+"window managers to choose from including GNOME 1.4, KDE 2.2.2, Window Maker "
+"0.8, and the rest"
+msgstr ""
+
+#: ../../share/advertising/07-server.pl_.c:9
+#, fuzzy
+msgid "Server Software"
+msgstr "Servidor de SMB"
+
+#: ../../share/advertising/07-server.pl_.c:10
+msgid ""
+"Transform your machine into a powerful server with just a few clicks of the "
+"mouse: Web server, email, firewall, router, file and print server, ..."
+msgstr ""
+
+#: ../../share/advertising/08-games.pl_.c:9
+msgid "Games"
+msgstr "Xogos"
+
+#: ../../share/advertising/08-games.pl_.c:10
+msgid ""
+"Mandrake Linux 8.2 provides the best Open Source games - arcade, action, "
+"cards, sports, strategy, ..."
+msgstr ""
+
+#: ../../share/advertising/09-MDKcampus.pl_.c:9
+msgid "MandrakeCampus"
+msgstr ""
+
+#: ../../share/advertising/09-MDKcampus.pl_.c:10
+msgid ""
+"Would you like to learn Linux simply, quickly, and for free? MandrakeSoft "
+"provides free Linux training, as well as a way to test your progress, at "
+"MandrakeCampus -- our online training center"
+msgstr ""
+
+#: ../../share/advertising/10-MDKexpert.pl_.c:9
+#, fuzzy
+msgid "MandrakeExpert"
+msgstr "Experto"
+
+#: ../../share/advertising/10-MDKexpert.pl_.c:10
+msgid ""
+"Quality support from the Linux Community, and from MandrakeSoft, is just "
+"around the corner. And if you're already a Linux veteran, become an \"Expert"
+"\" and share your knowledge at our support website"
+msgstr ""
+
+#: ../../share/advertising/11-consul.pl_.c:9
+msgid "MandrakeConsulting"
+msgstr ""
+
+#: ../../share/advertising/11-consul.pl_.c:10
+msgid ""
+"For all of your IT projects, our consultants are ready to analyze your "
+"requirements and offer a customized solution. Benefit from MandrakeSoft's "
+"vast experience as a Linux producer to provide a true IT alternative for "
+"your business organization"
+msgstr ""
+
+#: ../../share/advertising/12-MDKstore.pl_.c:9
+#, fuzzy
+msgid "MandrakeStore"
+msgstr "obrigatorio"
+
+#: ../../share/advertising/12-MDKstore.pl_.c:10
+msgid ""
+"A full range of Linux solutions, as well as special offers on products and "
+"'goodies', are available online at our e-store"
+msgstr ""
+
+#: ../../share/advertising/13-Nvert.pl_.c:9
+msgid ""
+"For more information on MandrakeSoft's Professional Services and commercial "
+"offerings, please see the following web page:"
+msgstr ""
+
+#: ../../share/advertising/13-Nvert.pl_.c:11
+msgid "http://www.mandrakesoft.com/sales/contact"
+msgstr ""
+
#: ../../standalone.pm_.c:25
#, fuzzy
msgid "Installing packages..."
msgstr "Instalando o paquete %s"
-#: ../../standalone/diskdrake_.c:63
+#: ../../standalone/diskdrake_.c:85
msgid ""
"I can't read your partition table, it's too corrupted for me :(\n"
"I'll try to go on blanking bad partitions"
@@ -7247,22 +8363,22 @@ msgstr ""
"Non se pode ler a tboa de particins, est demasiado deteriorada :-(\n"
"Probarase a ir poendo en branco as particins errneas"
-#: ../../standalone/drakautoinst_.c:44
+#: ../../standalone/drakautoinst_.c:45
#, fuzzy
msgid "Error!"
msgstr "Erro"
-#: ../../standalone/drakautoinst_.c:45
+#: ../../standalone/drakautoinst_.c:46
#, c-format
msgid "I can't find needed image file `%s'."
msgstr ""
-#: ../../standalone/drakautoinst_.c:47
+#: ../../standalone/drakautoinst_.c:48
#, fuzzy
msgid "Auto Install Configurator"
msgstr "Configuracin trala instalacin"
-#: ../../standalone/drakautoinst_.c:48
+#: ../../standalone/drakautoinst_.c:49
msgid ""
"You are about to configure an Auto Install floppy. This feature is somewhat "
"dangerous and must be used circumspectly.\n"
@@ -7277,36 +8393,1252 @@ msgid ""
"Do you want to continue?"
msgstr ""
-#: ../../standalone/drakautoinst_.c:70
+#: ../../standalone/drakautoinst_.c:71
#, fuzzy
msgid "Automatic Steps Configuration"
msgstr "Configuracin do estilo de arrinque"
-#: ../../standalone/drakautoinst_.c:71
+#: ../../standalone/drakautoinst_.c:72
msgid ""
"Please choose for each step whether it will replay like your install, or it "
"will be manual"
msgstr ""
-#: ../../standalone/drakautoinst_.c:112 ../../standalone/drakgw_.c:599
+#: ../../standalone/drakautoinst_.c:145
+msgid ""
+"\n"
+"Welcome.\n"
+"\n"
+"The parameters of the auto-install are available in the sections on the left"
+msgstr ""
+
+#: ../../standalone/drakautoinst_.c:243 ../../standalone/drakgw_.c:671
+#: ../../standalone/scannerdrake_.c:106
msgid "Congratulations!"
msgstr "Noraboa!"
-#: ../../standalone/drakautoinst_.c:113
+#: ../../standalone/drakautoinst_.c:244
msgid ""
"The floppy has been successfully generated.\n"
"You may now replay your installation."
msgstr ""
-#: ../../standalone/drakgw_.c:36 ../../standalone/drakgw_.c:181
+#: ../../standalone/drakautoinst_.c:282
+#, fuzzy
+msgid "Auto Install"
+msgstr "Instalar"
+
+#: ../../standalone/drakautoinst_.c:352
+#, fuzzy
+msgid "Add an item"
+msgstr "Engadir usuario"
+
+#: ../../standalone/drakautoinst_.c:359
+#, fuzzy
+msgid "Remove the last item"
+msgstr "Formatando o ficheiro loopback %s"
+
+#: ../../standalone/drakbackup_.c:448 ../../standalone/drakbackup_.c:451
+#: ../../standalone/drakbackup_.c:455
+msgid ""
+"***********************************************************************\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:449
+msgid ""
+"\n"
+" DrakBackup Report \n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:450
+msgid ""
+"\n"
+" DrakBackup Daemon Report\n"
+"\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:453
+msgid ""
+"\n"
+"\n"
+"***********************************************************************\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:454
+msgid ""
+"\n"
+" DrakBackup Report Details\n"
+"\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:476
+msgid "total progess"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:555 ../../standalone/drakbackup_.c:602
+msgid "Backup system files..."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:603 ../../standalone/drakbackup_.c:667
+#, fuzzy
+msgid "Hard Disk Backup files..."
+msgstr "Ficheiro de backup incorrecto"
+
+#: ../../standalone/drakbackup_.c:615
+#, fuzzy
+msgid "Backup User files..."
+msgstr "Ficheiro de backup incorrecto"
+
+#: ../../standalone/drakbackup_.c:616
+msgid "Hard Disk Backup Progress..."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:666
+#, fuzzy
+msgid "Backup Other files..."
+msgstr "Ficheiro de backup incorrecto"
+
+#: ../../standalone/drakbackup_.c:674
+#, c-format
+msgid ""
+"file list send by FTP : %s\n"
+" "
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:677
+msgid ""
+"\n"
+"(!) FTP connexion problem: It was not possible to send your backup files by "
+"FTP.\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:687
+msgid "(!) Error during mail sending. \n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:728 ../../standalone/drakbackup_.c:739
+#: ../../standalone/drakbackup_.c:750 ../../standalone/drakfont_.c:787
+#, fuzzy
+msgid "File Selection"
+msgstr "Seleccin dos grupos de paquetes"
+
+#: ../../standalone/drakbackup_.c:755
+msgid "Select the files or directories and click on 'Add'"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:790
+msgid ""
+"\n"
+"Please check all options that you need.\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:791
+msgid ""
+"These options can backup and restore all files in your /etc directory.\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:792
+msgid "Backup your System files. ( /etc directory )"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:793
+msgid "Use incremental backup (do not replace old backups)"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:794
+msgid "Do not include critical files (passwd, group, fstab)"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:795
+msgid ""
+"With this option you will be able to restore any version\n"
+" of your /etc directory."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:812
+#, fuzzy
+msgid "Please check all users that you want to include in your backup."
+msgstr "Escolla os paquetes que desexa instalar."
+
+#: ../../standalone/drakbackup_.c:839
+msgid "Do not include the browser cache"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:840 ../../standalone/drakbackup_.c:864
+msgid "Use Incremental Backups (do not replace old backups)"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:862 ../../standalone/drakfont_.c:827
+#, fuzzy
+msgid "Remove Selected"
+msgstr "Eliminar fila"
+
+#: ../../standalone/drakbackup_.c:900
+msgid "Windows (FAT32)"
+msgstr "Windows(FAT32)"
+
+#: ../../standalone/drakbackup_.c:939
+msgid "Users"
+msgstr "Usuarios"
+
+#: ../../standalone/drakbackup_.c:964
+msgid "Use FTP connection to backup"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:967
+#, fuzzy
+msgid "Please enter the host name or IP."
+msgstr "Probe o seu rato"
+
+#: ../../standalone/drakbackup_.c:972
+msgid ""
+"Please enter the directory to\n"
+" put the backup on this host."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:977
+#, fuzzy
+msgid "Please enter your login"
+msgstr "Tente de novo"
+
+#: ../../standalone/drakbackup_.c:982
+#, fuzzy
+msgid "Please enter your password"
+msgstr "Tente de novo"
+
+#: ../../standalone/drakbackup_.c:988
+#, fuzzy
+msgid "Remember this password"
+msgstr "Sen contrasinal"
+
+#: ../../standalone/drakbackup_.c:1052 ../../standalone/drakbackup_.c:2048
+#, fuzzy
+msgid "FTP Connection"
+msgstr "Conexin LAN"
+
+#: ../../standalone/drakbackup_.c:1059 ../../standalone/drakbackup_.c:2056
+#, fuzzy
+msgid "Secure Connection"
+msgstr "Seleccin da conexin da impresora"
+
+#: ../../standalone/drakbackup_.c:1085 ../../standalone/drakbackup_.c:2889
+msgid "Use CD/DVDROM to backup"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1088 ../../standalone/drakbackup_.c:2893
+#, fuzzy
+msgid "Please choose your CD space"
+msgstr "Escolla a disposicin do seu teclado."
+
+#: ../../standalone/drakbackup_.c:1094 ../../standalone/drakbackup_.c:2905
+#, fuzzy
+msgid "Please check if you are using CDRW media"
+msgstr "Prema nunha particin"
+
+#: ../../standalone/drakbackup_.c:1100 ../../standalone/drakbackup_.c:2911
+msgid "Please check if you want to erase your CDRW before"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1106
+#, fuzzy
+msgid ""
+"Please check if you want to include\n"
+" install boot on your CD."
+msgstr "Escolla os paquetes que desexa instalar."
+
+#: ../../standalone/drakbackup_.c:1112
+msgid ""
+"Please enter your CD Writer device name\n"
+" ex: 0,1,0"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1153
+#, fuzzy
+msgid "Use tape to backup"
+msgstr "Ficheiro de backup incorrecto"
+
+#: ../../standalone/drakbackup_.c:1156
+msgid "Please enter the device name to use for backup"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1162 ../../standalone/drakbackup_.c:1203
+#: ../../standalone/drakbackup_.c:2013
+msgid ""
+"Please enter the maximum size\n"
+" allowed for Drakbackup"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1195 ../../standalone/drakbackup_.c:2005
+#, fuzzy
+msgid "Please enter the directory to save:"
+msgstr "Probe o seu rato"
+
+#: ../../standalone/drakbackup_.c:1209 ../../standalone/drakbackup_.c:2019
+#, fuzzy
+msgid "Use quota for backup files."
+msgstr "Ficheiro de backup incorrecto"
+
+#: ../../standalone/drakbackup_.c:1267
+#, fuzzy
+msgid "Network"
+msgstr "Interface de rede"
+
+#: ../../standalone/drakbackup_.c:1272
+msgid "CDROM / DVDROM"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1277
+msgid "HardDrive / NFS"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1297 ../../standalone/drakbackup_.c:1301
+#: ../../standalone/drakbackup_.c:1305
+msgid "hourly"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1298 ../../standalone/drakbackup_.c:1302
+#: ../../standalone/drakbackup_.c:1305
+msgid "daily"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1299 ../../standalone/drakbackup_.c:1303
+#: ../../standalone/drakbackup_.c:1305
+msgid "weekly"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1300 ../../standalone/drakbackup_.c:1304
+#: ../../standalone/drakbackup_.c:1305
+msgid "monthly"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1312
+#, fuzzy
+msgid "Use daemon"
+msgstr "Nome de usuario"
+
+#: ../../standalone/drakbackup_.c:1317
+#, fuzzy
+msgid ""
+"Please choose the time \n"
+"interval between each backup"
+msgstr "Escolla os paquetes que desexa instalar."
+
+#: ../../standalone/drakbackup_.c:1323
+#, fuzzy
+msgid ""
+"Please choose the\n"
+"media for backup."
+msgstr "Escolla a lingua que desexe usar."
+
+#: ../../standalone/drakbackup_.c:1327
+#, fuzzy
+msgid "Use Hard Drive with daemon"
+msgstr "Usar optimizacins de disco duro"
+
+#: ../../standalone/drakbackup_.c:1329
+#, fuzzy
+msgid "Use FTP with daemon"
+msgstr "Usar optimizacins de disco duro"
+
+#: ../../standalone/drakbackup_.c:1333
+msgid "Please be sure that the cron daemon is included in your services."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1369
+msgid "Send mail report after each backup to :"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1411
+#, fuzzy
+msgid "What"
+msgstr "Agarde"
+
+#: ../../standalone/drakbackup_.c:1416
+#, fuzzy
+msgid "Where"
+msgstr "Roda"
+
+#: ../../standalone/drakbackup_.c:1421
+#, fuzzy
+msgid "When"
+msgstr "Roda"
+
+#: ../../standalone/drakbackup_.c:1426
+#, fuzzy
+msgid "More Options"
+msgstr "Opcins do mdulo:"
+
+#: ../../standalone/drakbackup_.c:1445 ../../standalone/drakbackup_.c:2801
+#, fuzzy
+msgid "Drakbackup Configuration"
+msgstr "Configuracin da rede"
+
+#: ../../standalone/drakbackup_.c:1463
+#, fuzzy
+msgid "Please choose where you want to backup"
+msgstr "Escolla os paquetes que desexa instalar."
+
+#: ../../standalone/drakbackup_.c:1465
+msgid "on Hard Drive"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1476
+msgid "across Network"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1540
+#, fuzzy
+msgid "Please choose what you want to backup"
+msgstr "Escolla os paquetes que desexa instalar."
+
+#: ../../standalone/drakbackup_.c:1541
+#, fuzzy
+msgid "Backup system"
+msgstr "Sistemas de ficheiros"
+
+#: ../../standalone/drakbackup_.c:1542
+msgid "Backup Users"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1545
+msgid "Select user manually"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1627
+msgid ""
+"\n"
+"Backup Sources: \n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1628
+msgid ""
+"\n"
+"- System Files:\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1630
+#, fuzzy
+msgid ""
+"\n"
+"- User Files:\n"
+msgstr "Ficheiros:\n"
+
+#: ../../standalone/drakbackup_.c:1632
+#, fuzzy
+msgid ""
+"\n"
+"- Other Files:\n"
+msgstr "Ficheiros:\n"
+
+#: ../../standalone/drakbackup_.c:1634
+#, c-format
+msgid ""
+"\n"
+"- Save on Hard drive on path : %s\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1635
+#, c-format
+msgid ""
+"\n"
+"- Save on FTP on host : %s\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1636
+#, c-format
+msgid ""
+"\t\t user name: %s\n"
+"\t\t on path: %s \n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1637
+#, fuzzy
+msgid ""
+"\n"
+"- Options:\n"
+msgstr "Opcins"
+
+#: ../../standalone/drakbackup_.c:1638
+msgid "\tDo not include System Files\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1639
+msgid "\tBackups use tar and bzip2\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1640
+msgid "\tBackups use tar and gzip\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1641
+#, c-format
+msgid ""
+"\n"
+"- Daemon (%s) include :\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1642
+msgid "\t-Hard drive.\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1643
+msgid "\t-CDROM.\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1644
+msgid "\t-Network by FTP.\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1645
+msgid "\t-Network by SSH.\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1647
+msgid "No configuration, please click Wizard or Advanced.\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1652
+msgid ""
+"List of data to restore:\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1753
+msgid ""
+"List of data corrupted:\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1755
+#, fuzzy
+msgid "Please uncheck or remove it on next time."
+msgstr "Escolla o porto serie onde est conectado o seu mdem."
+
+#: ../../standalone/drakbackup_.c:1765
+msgid "Backup files are corrupted"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1786
+msgid " All your selectionned data have been "
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1787
+#, c-format
+msgid " Successfuly Restored on %s "
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1886
+#, fuzzy
+msgid " Restore Configuration "
+msgstr "Configuracin da rede"
+
+#: ../../standalone/drakbackup_.c:1904
+msgid "OK to restore the other files."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1922
+msgid "User list to restore (only the most recent date per user is important)"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1972
+#, fuzzy
+msgid "Backup the system files before:"
+msgstr "Ficheiro de backup incorrecto"
+
+#: ../../standalone/drakbackup_.c:1974
+#, fuzzy
+msgid "please choose the date to restore"
+msgstr "Escolla o seu tipo de rato."
+
+#: ../../standalone/drakbackup_.c:2002
+#, fuzzy
+msgid "Use Hard Disk to backup"
+msgstr "Ficheiro de backup incorrecto"
+
+#: ../../standalone/drakbackup_.c:2083
+#, fuzzy
+msgid "Restore from Hard Disk."
+msgstr "Restaurar a partir dun disquete"
+
+#: ../../standalone/drakbackup_.c:2085
+msgid "Please enter the directory where backups are stored"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2143
+#, fuzzy
+msgid "Select another media to restore from"
+msgstr "Escolla o seu tipo de rato."
+
+#: ../../standalone/drakbackup_.c:2145
+#, fuzzy
+msgid "Other Media"
+msgstr "Outros"
+
+#: ../../standalone/drakbackup_.c:2151
+#, fuzzy
+msgid "Restore system"
+msgstr "Instalar sistema"
+
+#: ../../standalone/drakbackup_.c:2152
+#, fuzzy
+msgid "Restore Users"
+msgstr "Restaurar a partir dun ficheiro"
+
+#: ../../standalone/drakbackup_.c:2153
+#, fuzzy
+msgid "Restore Other"
+msgstr "Restaurar a partir dun ficheiro"
+
+#: ../../standalone/drakbackup_.c:2155
+msgid "select path to restore (instead of / )"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2159
+msgid "Do new backup before restore (only for incremental backups.)"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2160
+msgid "Remove user directories before restore."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2217
+msgid "Restore all backups"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2225
+#, fuzzy
+msgid "Custom Restore"
+msgstr "Personalizado"
+
+#: ../../standalone/drakbackup_.c:2266 ../../standalone/drakbackup_.c:2291
+#: ../../standalone/drakbackup_.c:2312 ../../standalone/drakbackup_.c:2333
+#: ../../standalone/drakbackup_.c:2351 ../../standalone/drakbackup_.c:2383
+#: ../../standalone/drakbackup_.c:2399 ../../standalone/drakbackup_.c:2419
+#: ../../standalone/drakbackup_.c:2438 ../../standalone/drakbackup_.c:2460
+#: ../../standalone/drakfont_.c:575
+msgid "Help"
+msgstr "Axuda"
+
+#: ../../standalone/drakbackup_.c:2269 ../../standalone/drakbackup_.c:2296
+#: ../../standalone/drakbackup_.c:2315 ../../standalone/drakbackup_.c:2336
+#: ../../standalone/drakbackup_.c:2354 ../../standalone/drakbackup_.c:2402
+#: ../../standalone/drakbackup_.c:2422 ../../standalone/drakbackup_.c:2441
+msgid "Previous"
+msgstr "Anterior"
+
+#: ../../standalone/drakbackup_.c:2271 ../../standalone/drakbackup_.c:2338
+#: ../../standalone/logdrake_.c:224
+#, fuzzy
+msgid "Save"
+msgstr "Estado:"
+
+#: ../../standalone/drakbackup_.c:2317
+#, fuzzy
+msgid "Build Backup"
+msgstr "Ficheiro de backup incorrecto"
+
+#: ../../standalone/drakbackup_.c:2356 ../../standalone/drakbackup_.c:3033
+msgid "Restore"
+msgstr "Restaurar"
+
+#: ../../standalone/drakbackup_.c:2404 ../../standalone/drakbackup_.c:2424
+#: ../../standalone/drakbackup_.c:2445
+#, fuzzy
+msgid "Next"
+msgstr "Texto"
+
+#: ../../standalone/drakbackup_.c:2478
+msgid ""
+"Please Build backup before to restore it...\n"
+" or verify that your path to save is correct."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2499
+msgid ""
+"Error durind sendmail\n"
+" your report mail was not sent\n"
+" Please configure sendmail"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2522
+#, fuzzy
+msgid "Package List to Install"
+msgstr "Seleccionar paquetes"
+
+#: ../../standalone/drakbackup_.c:2550
+msgid ""
+"Error durind sending file via FTP.\n"
+" Please correct your FTP configuration."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2573
+#, fuzzy
+msgid "Please select data to restore..."
+msgstr "Escolla a lingua que desexe usar."
+
+#: ../../standalone/drakbackup_.c:2594
+#, fuzzy
+msgid "Please select media for backup..."
+msgstr "Escolla a lingua que desexe usar."
+
+#: ../../standalone/drakbackup_.c:2616
+#, fuzzy
+msgid "Please select data to backup..."
+msgstr "Escolla a lingua que desexe usar."
+
+#: ../../standalone/drakbackup_.c:2638
+msgid ""
+"No configuration file found \n"
+"please click Wizard or Advanced."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2659
+msgid "Under Devel ... please wait."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2739
+#, fuzzy
+msgid "Backup system files"
+msgstr "Ficheiro de backup incorrecto"
+
+#: ../../standalone/drakbackup_.c:2741
+#, fuzzy
+msgid "Backup user files"
+msgstr "Ficheiro de backup incorrecto"
+
+#: ../../standalone/drakbackup_.c:2743
+#, fuzzy
+msgid "Backup other files"
+msgstr "Ficheiro de backup incorrecto"
+
+#: ../../standalone/drakbackup_.c:2745 ../../standalone/drakbackup_.c:2776
+msgid "Total Progress"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2767
+msgid "files sending by FTP"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2771
+#, fuzzy
+msgid "Sending files..."
+msgstr "Gardar nun ficheiro"
+
+#: ../../standalone/drakbackup_.c:2841
+msgid "Data list to include on CDROM."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2899
+#, fuzzy
+msgid "Please enter the cd writer speed"
+msgstr "Probe o seu rato"
+
+#: ../../standalone/drakbackup_.c:2917
+msgid "Please enter your CD Writer device name (ex: 0,1,0)"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2923
+#, fuzzy
+msgid "Please check if you want to include install boot on your CD."
+msgstr "Escolla os paquetes que desexa instalar."
+
+#: ../../standalone/drakbackup_.c:2989
+#, fuzzy
+msgid "Backup Now from configuration file"
+msgstr "Configuracin da rede"
+
+#: ../../standalone/drakbackup_.c:2999
+#, fuzzy
+msgid "View Backup Configuration."
+msgstr "Configuracin da rede"
+
+#: ../../standalone/drakbackup_.c:3020
+#, fuzzy
+msgid "Wizard Configuration"
+msgstr "Configuracin da LAN"
+
+#: ../../standalone/drakbackup_.c:3024
+#, fuzzy
+msgid "Advanced Configuration"
+msgstr "Configuracin da LAN"
+
+#: ../../standalone/drakbackup_.c:3028
+#, fuzzy
+msgid "Backup Now"
+msgstr "Sistemas de ficheiros"
+
+#: ../../standalone/drakbackup_.c:3053
+msgid "Drakbackup"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3104
+msgid ""
+"options description:\n"
+"\n"
+" In this step Drakbackup allow you to change:\n"
+"\n"
+" - The compression mode:\n"
+" \n"
+" If you check bzip2 compression, you will compress\n"
+" your data better than gzip (about 2-10 %).\n"
+" This option is not checked by default because\n"
+" this compression mode needs more time ( about 1000% more).\n"
+" \n"
+" - The update mode:\n"
+"\n"
+" This option will update your backup, but this\n"
+" option is not really useful because you need to\n"
+" decompress your backup before you can update it.\n"
+" \n"
+" - the .backupignore mode:\n"
+"\n"
+" Like with cvs, Drakbackup will ignore all references\n"
+" included in .backupignore files in each directories.\n"
+" ex: \n"
+" /*> cat .backupignore*/\n"
+" *.o\n"
+" *~\n"
+" ...\n"
+" \n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3134
+msgid ""
+"\n"
+" Some errors during sendmail are caused by \n"
+" a bad configuration of postfix. To solve it you have to\n"
+" set myhostname or mydomain in /etc/postfix/main.cf\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3142
+msgid ""
+"options description:\n"
+"\n"
+" - Backup system files:\n"
+" \n"
+"\tThis option allows you to backup your /etc directory,\n"
+"\twhich contains all configuration files. Please be\n"
+"\tcareful during the restore step to not overwrite:\n"
+"\t\t/etc/passwd \n"
+"\t\t/etc/group \n"
+"\t\t/etc/fstab\n"
+"\n"
+" - Backup User files: \n"
+"\n"
+"\tThis option allows you select all users that you want \n"
+"\tto backup.\n"
+"\tTo preserve disk space, it is recommended that you \n"
+"\tdo not include web browser's cache.\n"
+"\n"
+" - Backup Other files: \n"
+"\n"
+"\tThis option allows you to add more data to save.\n"
+"\tWith the other backup it's not possible at the \n"
+"\tmoment to select select incremental backup.\t\t\n"
+" \n"
+" - Incremental Backups:\n"
+"\n"
+"\tThe incremental backup is the most powerful \n"
+"\toption for backup. This option allows you \n"
+"\tto backup all your data the first time, and \n"
+"\tonly the changed afterward.\n"
+"\tThen you will be able, during the restore\n"
+"\tstep, to restore your data from a specified\n"
+"\tdate.\n"
+"\tIf you have not selected this option all\n"
+"\told backups are deleted before each backup. \n"
+"\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3181
+msgid ""
+"restore description:\n"
+" \n"
+"Only the most recent date will be used ,because with incremental \n"
+"backups it is necesarry to restore one by one each older backups.\n"
+"\n"
+"So if you don't like to restore an user please unselect all his\n"
+"check box.\n"
+"\n"
+"Otherwise, you are able to select only one of this\n"
+"\n"
+" - Incremental Backups:\n"
+"\n"
+"\tThe incremental backup is the most powerfull \n"
+"\toption to use backup, this option allow you \n"
+"\tto backup all your data the first time, and \n"
+"\tonly the changed after.\n"
+"\tSo you will be able during the restore\n"
+"\tstep, to restore your data from a specified\n"
+"\tdate.\n"
+"\tIf you have not selected this options all\n"
+"\told backups are deleted before each backup. \n"
+"\n"
+"\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3207 ../../standalone/drakbackup_.c:3282
+msgid ""
+" Copyright (C) 2001 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita.fr>"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3209 ../../standalone/drakbackup_.c:3284
+msgid ""
+" This program is free software; you can redistribute it and/or modify\n"
+" it under the terms of the GNU General Public License as published by\n"
+" the Free Software Foundation; either version 2, or (at your option)\n"
+" any later version.\n"
+"\n"
+" This program is distributed in the hope that it will be useful,\n"
+" but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
+" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
+" GNU General Public License for more details.\n"
+"\n"
+" You should have received a copy of the GNU General Public License\n"
+" along with this program; if not, write to the Free Software\n"
+" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3223
+msgid ""
+"Description:\n"
+"\n"
+" Drakbackup is used to backup your system.\n"
+" During the configuration you can select: \n"
+"\t- System files, \n"
+"\t- Users files, \n"
+"\t- Other files.\n"
+"\tor All your system ... and Other (like Windows Partitions)\n"
+"\n"
+" Drakbackup allows you to backup your system on:\n"
+"\t- Harddrive.\n"
+"\t- NFS.\n"
+"\t- CDROM (CDRW), DVDROM (with autoboot, rescue and autoinstall.).\n"
+"\t- FTP.\n"
+"\t- Rsync.\n"
+"\t- Webdav.\n"
+"\t- Tape.\n"
+"\n"
+" Drakbackup allows you to restore your system to\n"
+" a user selected directory.\n"
+"\n"
+" Per default all backup will be stored on your\n"
+" /var/lib/drakbackup directory\n"
+"\n"
+" Configuration file:\n"
+"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
+"\n"
+"\n"
+"Restore Step:\n"
+" \n"
+" During the restore step, DrakBackup will remove \n"
+" your original directory and verify that all \n"
+" backup files are not corrupted. It is recommended \n"
+" you do a last backup before restoring.\n"
+"\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3261
+msgid ""
+"options description:\n"
+"\n"
+"Please be careful when you are using ftp backup, because only \n"
+"backups that are already built are sent to the server.\n"
+"So at the moment, you need to build the backup on your hard \n"
+"drive before sending it to the server.\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3270
+msgid ""
+"\n"
+"Restore Backup Problems:\n"
+"\n"
+"During the restore step, Drakbackup will verify all your\n"
+"backup files before restoring them.\n"
+"Before the restore, Drakbackup will remove \n"
+"your original directory, and you will loose all your \n"
+"data. It is important to be careful and not modify the \n"
+"backup data files by hand.\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3298
+msgid ""
+"Description:\n"
+"\n"
+" Drakbackup is used to backup your system.\n"
+" During the configuration you can select \n"
+"\t- System files, \n"
+"\t- Users files, \n"
+"\t- Other files.\n"
+"\tor All your system ... and Other (like Windows Partitions)\n"
+"\n"
+" Drakbackup allows you to backup your system on:\n"
+"\t- Harddrive.\n"
+"\t- NFS.\n"
+"\t- CDROM (CDRW), DVDROM (with autoboot, rescue and autoinstall.).\n"
+"\t- FTP.\n"
+"\t- Rsync.\n"
+"\t- Webdav.\n"
+"\t- Tape.\n"
+"\n"
+" Drakbackup allows you to restore your system to\n"
+" a user selected directory.\n"
+"\n"
+" Per default all backup will be stored on your\n"
+" /var/lib/drakbackup directory\n"
+"\n"
+" Configuration file:\n"
+"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
+"\n"
+"Restore Step:\n"
+" \n"
+" During the restore step, Drakbackup will remove\n"
+" your original directory and verify that all\n"
+" backup files are not corrupted. It is recommended\n"
+" you do a last backup before restoring.\n"
+" \n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakboot_.c:58
+#, c-format
+msgid "Installation of %s failed. The following error occured:"
+msgstr "Fallou a instalacin do %s. Ocorreu o erro seguinte:"
+
+#: ../../standalone/drakfont_.c:229
+msgid "Search installed fonts"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:231
+msgid "Unselect fonts installed"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:252
+msgid "parse all fonts"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:253
+#, fuzzy
+msgid "no fonts found"
+msgstr "%s non atopado"
+
+#: ../../standalone/drakfont_.c:261 ../../standalone/drakfont_.c:303
+#: ../../standalone/drakfont_.c:352 ../../standalone/drakfont_.c:410
+#: ../../standalone/drakfont_.c:417 ../../standalone/drakfont_.c:443
+#: ../../standalone/drakfont_.c:455 ../../standalone/drakfont_.c:468
+msgid "done"
+msgstr "feito"
+
+#: ../../standalone/drakfont_.c:265
+msgid "could not find any font in your mounted partitions"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:301
+msgid "Reselect correct fonts"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:304
+msgid "could not find any font.\n"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:327
+msgid "Search fonts in installed list"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:350
+#, fuzzy
+msgid "Fonts copy"
+msgstr "Formatar disquete"
+
+#: ../../standalone/drakfont_.c:353
+#, fuzzy
+msgid "True Type fonts installation"
+msgstr "Preparando a instalacin"
+
+#: ../../standalone/drakfont_.c:357
+msgid "please wait during ttmkfdir..."
+msgstr ""
+
+#: ../../standalone/drakfont_.c:359
+msgid "True Type install done"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:366 ../../standalone/drakfont_.c:382
+msgid "Fonts conversion"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:370 ../../standalone/drakfont_.c:386
+#: ../../standalone/drakfont_.c:406
+msgid "type1inst building"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:375 ../../standalone/drakfont_.c:390
+msgid "Ghostscript referencing"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:397
+msgid "ttf fonts conversion"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:401
+msgid "pfm fonts conversion"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:411
+msgid "Suppress temporary Files"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:414
+#, fuzzy
+msgid "Restart XFS"
+msgstr "restrinxir"
+
+#: ../../standalone/drakfont_.c:453 ../../standalone/drakfont_.c:463
+msgid "Suppress Fonts Files"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:465
+#, fuzzy
+msgid "xfs restart"
+msgstr "restrinxir"
+
+#: ../../standalone/drakfont_.c:472 ../../standalone/drakfont_.c:760
+msgid ""
+"Before installing any fonts, be sure that you have the right to use and "
+"install them on your system.\n"
+"\n"
+"-You can install the fonts using the normal way. In rare cases, bogus fonts "
+"may hang up your X Server."
+msgstr ""
+
+#: ../../standalone/drakfont_.c:547
+#, fuzzy
+msgid "Fonts Importation"
+msgstr "Formatar particins"
+
+#: ../../standalone/drakfont_.c:562
+msgid "Get Windows Fonts"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:564
+#, fuzzy
+msgid "Uninstall Fonts"
+msgstr "Desinstalando os RPMs"
+
+#: ../../standalone/drakfont_.c:568
+#, fuzzy
+msgid "Advanced Options"
+msgstr "Configuracin da LAN"
+
+#: ../../standalone/drakfont_.c:570
+#, fuzzy
+msgid "Font List"
+msgstr "Punto de montaxe"
+
+#: ../../standalone/drakfont_.c:739
+#, fuzzy
+msgid "Choose the applications that will support the fonts :"
+msgstr "Elixa as particins que desexa formatar"
+
+#: ../../standalone/drakfont_.c:743
+msgid "Ghostscript"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:747
+#, fuzzy
+msgid "StarOffice"
+msgstr "Office"
+
+#: ../../standalone/drakfont_.c:751
+#, fuzzy
+msgid "Abiword"
+msgstr "Abortar"
+
+#: ../../standalone/drakfont_.c:755
+#, fuzzy
+msgid "Generic Printers"
+msgstr "Impresora"
+
+#: ../../standalone/drakfont_.c:792
+msgid "Select the font file or directory and click on 'Add'"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:828
+#, fuzzy
+msgid "Install List"
+msgstr "Instalar sistema"
+
+#: ../../standalone/drakfont_.c:858
+msgid "click here if you are sure."
+msgstr ""
+
+#: ../../standalone/drakfont_.c:860
+msgid "here if no."
+msgstr ""
+
+#: ../../standalone/drakfont_.c:897
+msgid "Unselected All"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:899
+#, fuzzy
+msgid "Selected All"
+msgstr "Seleccione un ficheiro"
+
+#: ../../standalone/drakfont_.c:901
+#, fuzzy
+msgid "Remove List"
+msgstr "Impresora remota"
+
+#: ../../standalone/drakfont_.c:919 ../../standalone/drakfont_.c:939
+#, fuzzy
+msgid "Initials tests"
+msgstr "Mensaxe inicial"
+
+#: ../../standalone/drakfont_.c:920
+#, fuzzy
+msgid "Copy fonts on your system"
+msgstr "Non hai ningn adaptador de rede no seu sistema!"
+
+#: ../../standalone/drakfont_.c:921
+msgid "Install & convert Fonts"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:922
+#, fuzzy
+msgid "Post Install"
+msgstr "Instalar"
+
+#: ../../standalone/drakfont_.c:940
+#, fuzzy
+msgid "Remove fonts on your system"
+msgstr "Non hai ningn adaptador de rede no seu sistema!"
+
+#: ../../standalone/drakfont_.c:941
+#, fuzzy
+msgid "Post Uninstall"
+msgstr "Sar da instalacin"
+
+#: ../../standalone/drakgw_.c:43 ../../standalone/drakgw_.c:200
msgid "Internet Connection Sharing"
msgstr "Comparticin da conexin Internet"
-#: ../../standalone/drakgw_.c:119
+#: ../../standalone/drakgw_.c:138
msgid "Internet Connection Sharing currently enabled"
msgstr "A comparticin da conexin Internet est activada"
-#: ../../standalone/drakgw_.c:120
+#: ../../standalone/drakgw_.c:139
msgid ""
"The setup of Internet connection sharing has already been done.\n"
"It's currently enabled.\n"
@@ -7318,31 +9650,31 @@ msgstr ""
"\n"
"Que desexa facer?"
-#: ../../standalone/drakgw_.c:124
+#: ../../standalone/drakgw_.c:143
msgid "disable"
msgstr "desactivar"
-#: ../../standalone/drakgw_.c:124 ../../standalone/drakgw_.c:149
+#: ../../standalone/drakgw_.c:143 ../../standalone/drakgw_.c:168
msgid "dismiss"
msgstr ""
-#: ../../standalone/drakgw_.c:124 ../../standalone/drakgw_.c:149
+#: ../../standalone/drakgw_.c:143 ../../standalone/drakgw_.c:168
msgid "reconfigure"
msgstr "reconfigurar"
-#: ../../standalone/drakgw_.c:127
+#: ../../standalone/drakgw_.c:146
msgid "Disabling servers..."
msgstr "Desactivando os servidores..."
-#: ../../standalone/drakgw_.c:135
+#: ../../standalone/drakgw_.c:154
msgid "Internet connection sharing is now disabled."
msgstr "A comparticin da conexin Internet est agora desactivada."
-#: ../../standalone/drakgw_.c:144
+#: ../../standalone/drakgw_.c:163
msgid "Internet Connection Sharing currently disabled"
msgstr "A comparticin da conexin Internet est desactivada"
-#: ../../standalone/drakgw_.c:145
+#: ../../standalone/drakgw_.c:164
msgid ""
"The setup of Internet connection sharing has already been done.\n"
"It's currently disabled.\n"
@@ -7354,19 +9686,19 @@ msgstr ""
"\n"
"Que desexa facer?"
-#: ../../standalone/drakgw_.c:149
+#: ../../standalone/drakgw_.c:168
msgid "enable"
msgstr "activar"
-#: ../../standalone/drakgw_.c:156
+#: ../../standalone/drakgw_.c:175
msgid "Enabling servers..."
msgstr "Activando os servidores..."
-#: ../../standalone/drakgw_.c:161
+#: ../../standalone/drakgw_.c:180
msgid "Internet connection sharing is now enabled."
msgstr "A comparticin da conexin Internet est agora activada."
-#: ../../standalone/drakgw_.c:182
+#: ../../standalone/drakgw_.c:201
#, fuzzy
msgid ""
"You are about to configure your computer to share its Internet connection.\n"
@@ -7382,21 +9714,21 @@ msgstr ""
"Nota: necesita un adaptador de rede dedicado para configurar unha rede de "
"rea local (LAN)."
-#: ../../standalone/drakgw_.c:208
+#: ../../standalone/drakgw_.c:227
#, c-format
msgid "Interface %s (using module %s)"
msgstr "Interface %s (usando o mdulo %s)"
-#: ../../standalone/drakgw_.c:209
+#: ../../standalone/drakgw_.c:228
#, c-format
msgid "Interface %s"
msgstr "Interface %s"
-#: ../../standalone/drakgw_.c:217
+#: ../../standalone/drakgw_.c:236
msgid "No network adapter on your system!"
msgstr "Non hai ningn adaptador de rede no seu sistema!"
-#: ../../standalone/drakgw_.c:218
+#: ../../standalone/drakgw_.c:237
msgid ""
"No ethernet network adapter has been detected on your system. Please run the "
"hardware configuration tool."
@@ -7404,11 +9736,11 @@ msgstr ""
"Non se detectou ningn adaptador de rede ethernet no seu sistema. Execute a "
"ferramenta de configuracin de hardware."
-#: ../../standalone/drakgw_.c:224
+#: ../../standalone/drakgw_.c:243
msgid "Network interface"
msgstr "Interface de rede"
-#: ../../standalone/drakgw_.c:225
+#: ../../standalone/drakgw_.c:244
#, c-format
msgid ""
"There is only one configured network adapter on your system:\n"
@@ -7423,31 +9755,90 @@ msgstr ""
"\n"
"Vaise configurar a rede de rea local usando ese adaptador."
-#: ../../standalone/drakgw_.c:234
+#: ../../standalone/drakgw_.c:253
msgid ""
"Please choose what network adapter will be connected to your Local Area "
"Network."
msgstr ""
"Escolla o adaptador de rede que vai estar conectado rede de rea local."
-#: ../../standalone/drakgw_.c:243
+#: ../../standalone/drakgw_.c:271
+#, fuzzy
+msgid "Network interface already configured"
+msgstr "O monitor non est configurado"
+
+#: ../../standalone/drakgw_.c:272
+#, c-format
msgid ""
-"Warning, the network adapter is already configured. I will reconfigure it."
+"Warning, the network adapter (%s) is already configured.\n"
+"\n"
+"Do you want an automatic re-configuration?\n"
+"\n"
+"You can do it manually but you need to know what you're doing."
msgstr ""
-"Atencin, o adaptador de rede xa est configurado. Vai ser reconfigurado."
-#: ../../standalone/drakgw_.c:254
-#, fuzzy, c-format
+#: ../../standalone/drakgw_.c:277
+#, fuzzy
+msgid "Automatic reconfiguration"
+msgstr "Configuracin do estilo de arrinque"
+
+#: ../../standalone/drakgw_.c:278
+#, fuzzy
+msgid "Show current interface configuration"
+msgstr "Configuracin de Internet"
+
+#: ../../standalone/drakgw_.c:280
+#, c-format
+msgid ""
+"Current configuration of `%s':\n"
+"\n"
+"Network: %s\n"
+"IP address: %s\n"
+"IP attribution: %s\n"
+"Driver: %s"
+msgstr ""
+
+#: ../../standalone/drakgw_.c:292
+msgid ""
+"I can keep your current configuration and assume you already set up a DHCP "
+"server; in that case please verify I correctly read the C-Class Network that "
+"you use for your local network; I will not reconfigure it and I will not "
+"touch your DHCP server configuration.\n"
+"\n"
+"Else, I can reconfigure your interface and (re)configure a DHCP server for "
+"you.\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakgw_.c:297
+msgid "C-Class Local Network"
+msgstr ""
+
+#: ../../standalone/drakgw_.c:298
+#, fuzzy
+msgid "(This) DHCP Server IP"
+msgstr "IP do servidor CUPS"
+
+#: ../../standalone/drakgw_.c:299
+msgid "Re-configure interface and DHCP server"
+msgstr ""
+
+#: ../../standalone/drakgw_.c:306
+msgid "The Local Network did not finish with `.0', bailing out."
+msgstr ""
+
+#: ../../standalone/drakgw_.c:317
+#, c-format
msgid "Potential LAN address conflict found in current config of %s!\n"
msgstr ""
"Atopouse un conflicto potencial de enderezos da LAN na configuracin actual "
-"de %_!\n"
+"de %s!\n"
-#: ../../standalone/drakgw_.c:262 ../../standalone/drakgw_.c:268
+#: ../../standalone/drakgw_.c:325 ../../standalone/drakgw_.c:331
msgid "Firewalling configuration detected!"
msgstr "Detectouse unha configuracin de firewall!"
-#: ../../standalone/drakgw_.c:263 ../../standalone/drakgw_.c:269
+#: ../../standalone/drakgw_.c:326 ../../standalone/drakgw_.c:332
msgid ""
"Warning! An existing firewalling configuration has been detected. You may "
"need some manual fix after installation."
@@ -7455,21 +9846,21 @@ msgstr ""
"Atencin! Detectouse unha configuracin de firewall existente. Pode que "
"tea que facer algn arranxo manual trala instalacin."
-#: ../../standalone/drakgw_.c:277
+#: ../../standalone/drakgw_.c:340
msgid "Configuring..."
msgstr "Configurando..."
-#: ../../standalone/drakgw_.c:278
+#: ../../standalone/drakgw_.c:341
msgid "Configuring scripts, installing software, starting servers..."
msgstr ""
"Configurando os scripts, instalando o software, iniciando os servidores..."
-#: ../../standalone/drakgw_.c:311
+#: ../../standalone/drakgw_.c:378
#, c-format
msgid "Problems installing package %s"
msgstr "Problemas instalando o paquete %s"
-#: ../../standalone/drakgw_.c:600
+#: ../../standalone/drakgw_.c:672
msgid ""
"Everything has been configured.\n"
"You may now share Internet connection with other computers on your Local "
@@ -7479,7 +9870,7 @@ msgstr ""
"Agora pode compartir a conexin Internet con outros ordenadores da rede de "
"rea local, usando a configuracin automtica de rede (DHCP)."
-#: ../../standalone/drakgw_.c:617
+#: ../../standalone/drakgw_.c:689
#, fuzzy
msgid "The setup has already been done, but it's currently disabled."
msgstr ""
@@ -7488,26 +9879,23 @@ msgstr ""
"\n"
"Que desexa facer?"
-#: ../../standalone/drakgw_.c:618
-#, fuzzy
+#: ../../standalone/drakgw_.c:690
msgid "The setup has already been done, and it's currently enabled."
msgstr ""
"A configuracin da comparticin da conexin Internet xa foi feita.\n"
-"Actualmente est activada.\n"
-"\n"
-"Que desexa facer?"
+"Actualmente est activada."
-#: ../../standalone/drakgw_.c:619
+#: ../../standalone/drakgw_.c:691
#, fuzzy
msgid "No Internet Connection Sharing has ever been configured."
msgstr "A comparticin da conexin Internet est activada"
-#: ../../standalone/drakgw_.c:624
+#: ../../standalone/drakgw_.c:696
#, fuzzy
msgid "Internet connection sharing configuration"
msgstr "Conexin e configuracin de Internet"
-#: ../../standalone/drakgw_.c:631
+#: ../../standalone/drakgw_.c:703
#, c-format
msgid ""
"Welcome to the Internet Connection Sharing utility!\n"
@@ -7517,311 +9905,334 @@ msgid ""
"Click on Configure to launch the setup wizard."
msgstr ""
-#: ../../standalone/draknet_.c:79
+#: ../../standalone/draknet_.c:80
#, c-format
msgid "Network configuration (%d adapters)"
msgstr "Configuracin de rede (%d adaptadores)"
-#: ../../standalone/draknet_.c:86 ../../standalone/draknet_.c:573
+#: ../../standalone/draknet_.c:87 ../../standalone/draknet_.c:595
msgid "Profile: "
msgstr "Perfil: "
-#: ../../standalone/draknet_.c:94
+#: ../../standalone/draknet_.c:95
msgid "Del profile..."
msgstr "Borrar perfil..."
-#: ../../standalone/draknet_.c:100
+#: ../../standalone/draknet_.c:101
msgid "Profile to delete:"
msgstr "Perfil para borrar:"
-#: ../../standalone/draknet_.c:128
+#: ../../standalone/draknet_.c:129
msgid "New profile..."
msgstr "Novo perfil..."
-#: ../../standalone/draknet_.c:134
+#: ../../standalone/draknet_.c:135
msgid ""
"Name of the profile to create (the new profile is created as a copy of the "
"current one) :"
msgstr ""
-#: ../../standalone/draknet_.c:160
+#: ../../standalone/draknet_.c:161
msgid "Hostname: "
msgstr "Nome de mquina: "
-#: ../../standalone/draknet_.c:167
+#: ../../standalone/draknet_.c:168
msgid "Internet access"
msgstr "Acceso Internet"
-#: ../../standalone/draknet_.c:180
+#: ../../standalone/draknet_.c:181
msgid "Type:"
msgstr "Tipo:"
-#: ../../standalone/draknet_.c:183 ../../standalone/draknet_.c:397
+#: ../../standalone/draknet_.c:184 ../../standalone/draknet_.c:376
msgid "Gateway:"
msgstr "Pasarela:"
-#: ../../standalone/draknet_.c:183 ../../standalone/draknet_.c:397
+#: ../../standalone/draknet_.c:184 ../../standalone/draknet_.c:376
msgid "Interface:"
msgstr "Interface:"
-#: ../../standalone/draknet_.c:192
+#: ../../standalone/draknet_.c:195
msgid "Status:"
msgstr "Estado:"
-#: ../../standalone/draknet_.c:194 ../../standalone/draknet_.c:410
-#, fuzzy
-msgid "Connected"
-msgstr "Conectar..."
-
-#: ../../standalone/draknet_.c:194 ../../standalone/draknet_.c:410
-msgid "Not connected"
-msgstr "Non conectado"
-
-#: ../../standalone/draknet_.c:197 ../../standalone/draknet_.c:411
-msgid "Connect..."
-msgstr "Conectar..."
-
-#: ../../standalone/draknet_.c:197 ../../standalone/draknet_.c:411
-#, fuzzy
-msgid "Disconnect..."
-msgstr "Conectar..."
-
-#: ../../standalone/draknet_.c:215
-#, fuzzy
-msgid "Starting your connection..."
-msgstr "Probando a conexin..."
-
-#: ../../standalone/draknet_.c:223
-#, fuzzy
-msgid "Closing your connection..."
-msgstr "Probando a conexin..."
-
-#: ../../standalone/draknet_.c:228
-msgid ""
-"The connection is not closed.\n"
-"Try to do it manually by running\n"
-"/etc/sysconfig/network-scripts/net_cnx_down\n"
-"in root."
+#: ../../standalone/draknet_.c:202
+msgid "Wait please"
msgstr ""
-#: ../../standalone/draknet_.c:231
-#, fuzzy
-msgid "The system is now disconnected."
-msgstr "O sistema est conectado Internet."
-
-#: ../../standalone/draknet_.c:243
+#: ../../standalone/draknet_.c:220
msgid "Configure Internet Access..."
msgstr "Configurar o acceso Internet..."
-#: ../../standalone/draknet_.c:250 ../../standalone/draknet_.c:446
+#: ../../standalone/draknet_.c:227 ../../standalone/draknet_.c:449
msgid "LAN configuration"
msgstr "Configuracin da LAN"
-#: ../../standalone/draknet_.c:255
+#: ../../standalone/draknet_.c:232
msgid "Driver"
msgstr "Controlador"
-#: ../../standalone/draknet_.c:255
+#: ../../standalone/draknet_.c:232
msgid "Interface"
msgstr "Interface"
-#: ../../standalone/draknet_.c:255
+#: ../../standalone/draknet_.c:232
msgid "Protocol"
msgstr "Protocolo"
-#: ../../standalone/draknet_.c:255
-#, fuzzy
+#: ../../standalone/draknet_.c:232
msgid "State"
-msgstr "Estado:"
+msgstr "Estado"
-#: ../../standalone/draknet_.c:267
+#: ../../standalone/draknet_.c:244
msgid "Configure Local Area Network..."
msgstr "Configurar a rede de rea local..."
-#: ../../standalone/draknet_.c:279
+#: ../../standalone/draknet_.c:256
msgid "Click here to launch the wizard ->"
msgstr ""
-#: ../../standalone/draknet_.c:306
+#: ../../standalone/draknet_.c:257
+msgid "Wizard..."
+msgstr "Axudante..."
+
+#: ../../standalone/draknet_.c:283
msgid "Apply"
msgstr ""
-#: ../../standalone/draknet_.c:325
+#: ../../standalone/draknet_.c:302
msgid "Please Wait... Applying the configuration"
msgstr "Por favor, agarde... Aplicando a configuracin"
-#: ../../standalone/draknet_.c:428
+#: ../../standalone/draknet_.c:384 ../../standalone/draknet_.c:407
+#, fuzzy
+msgid "Connected"
+msgstr "Conectar..."
+
+#: ../../standalone/draknet_.c:384 ../../standalone/draknet_.c:407
+msgid "Not connected"
+msgstr "Non conectado"
+
+#: ../../standalone/draknet_.c:385 ../../standalone/draknet_.c:408
+msgid "Connect..."
+msgstr "Conectar..."
+
+#: ../../standalone/draknet_.c:385 ../../standalone/draknet_.c:408
+#, fuzzy
+msgid "Disconnect..."
+msgstr "Conectar..."
+
+#: ../../standalone/draknet_.c:404
+msgid ""
+"Warning, another Internet connection has been detected, maybe using your "
+"network"
+msgstr ""
+
+#: ../../standalone/draknet_.c:431
msgid ""
"You don't have any configured interface.\n"
"Configure them first by clicking on 'Configure'"
msgstr ""
-#: ../../standalone/draknet_.c:450
+#: ../../standalone/draknet_.c:453
msgid "LAN Configuration"
msgstr "Configuracin da LAN"
-#: ../../standalone/draknet_.c:457
+#: ../../standalone/draknet_.c:464
#, c-format
msgid "Adapter %s: %s"
msgstr "Adaptador %s: %s"
-#: ../../standalone/draknet_.c:463
+#: ../../standalone/draknet_.c:470
msgid "Boot Protocol"
msgstr "Protocolo de arrinque"
-#: ../../standalone/draknet_.c:464
+#: ../../standalone/draknet_.c:471
msgid "Started on boot"
msgstr "Iniciado o arrincar"
-#: ../../standalone/draknet_.c:465
+#: ../../standalone/draknet_.c:472
msgid "DHCP client"
msgstr "Cliente DHCP"
-#: ../../standalone/draknet_.c:489 ../../standalone/draknet_.c:491
+#: ../../standalone/draknet_.c:497 ../../standalone/draknet_.c:500
#, fuzzy
msgid "activate now"
msgstr "Activar"
-#: ../../standalone/draknet_.c:489 ../../standalone/draknet_.c:491
+#: ../../standalone/draknet_.c:497 ../../standalone/draknet_.c:500
#, fuzzy
-msgid "desactivate now"
+msgid "deactivate now"
msgstr "Activar"
-#: ../../standalone/draknet_.c:538
+#: ../../standalone/draknet_.c:503
+msgid ""
+"This interface has not been configured yet.\n"
+"Launch the configuration wizard in the main window"
+msgstr ""
+
+#: ../../standalone/draknet_.c:560
msgid ""
"You don't have any internet connection.\n"
"Create one first by clicking on 'Configure'"
msgstr ""
-#: ../../standalone/draknet_.c:562
+#: ../../standalone/draknet_.c:584
msgid "Internet connection configuration"
msgstr "Configuracin da conexin Internet"
-#: ../../standalone/draknet_.c:566
+#: ../../standalone/draknet_.c:588
msgid "Internet Connection Configuration"
msgstr "Configuracin da conexin Internet"
-#: ../../standalone/draknet_.c:575
+#: ../../standalone/draknet_.c:597
msgid "Connection type: "
msgstr "Tipo de conexin: "
-#: ../../standalone/draknet_.c:581
+#: ../../standalone/draknet_.c:603
msgid "Parameters"
msgstr "Parmetros"
-#: ../../standalone/draknet_.c:608
+#: ../../standalone/draknet_.c:621
+msgid "Gateway"
+msgstr "Pasarela"
+
+#: ../../standalone/draknet_.c:630
msgid "Ethernet Card"
msgstr "Tarxeta Ethernet"
-#: ../../standalone/draknet_.c:609
+#: ../../standalone/draknet_.c:631
msgid "DHCP Client"
msgstr "Cliente DHCP"
-#: ../../standalone/draksec_.c:21
-msgid "Welcome To Crackers"
-msgstr "Benvida s crackers"
+#: ../../standalone/draksec_.c:31
+msgid "Setting security level"
+msgstr "Establecendo o nivel de seguridade"
-#: ../../standalone/draksec_.c:22
-msgid "Poor"
-msgstr "Pobre"
+#: ../../standalone/drakxconf_.c:47
+msgid "Control Center"
+msgstr "Centro de control"
-#: ../../standalone/draksec_.c:26
-msgid "Paranoid"
-msgstr "Paranoico"
+#: ../../standalone/drakxconf_.c:48
+msgid "Choose the tool you want to use"
+msgstr "Elixa a ferramenta que queira usar"
-#: ../../standalone/draksec_.c:29
-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."
+#: ../../standalone/drakxtv_.c:48
+#, fuzzy
+msgid "Canada (cable)"
+msgstr "Canadiano (Qubec)"
+
+#: ../../standalone/drakxtv_.c:48
+msgid "USA (bcast)"
msgstr ""
-"Este nivel hai que usalo con coidado. Fai que o seu sistema sexa mis\n"
-"sinxelo de utilizar, pero moi sensible: non debe usarse nunha mquina\n"
-"conectada a outras ou Internet. Non hai contrasinais de acceso."
-#: ../../standalone/draksec_.c:32
-msgid ""
-"Password are now enabled, but use as a networked computer is still not "
-"recommended."
+#: ../../standalone/drakxtv_.c:48
+msgid "USA (cable)"
msgstr ""
-"Os contrasinais estn activados, pero o uso como ordenador de rede anda\n"
-"non se recomenda."
-#: ../../standalone/draksec_.c:33
-msgid ""
-"Few improvements for this security level, the main one is that there are\n"
-"more security warnings and checks."
+#: ../../standalone/drakxtv_.c:48
+msgid "USA (cable-hrc)"
msgstr ""
-"Poucas melloras neste nivel de seguridade, a principal que hai mis\n"
-"avisos e comprobacins de seguridade."
-#: ../../standalone/draksec_.c:35
-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. "
+#: ../../standalone/drakxtv_.c:49
+msgid "China (bcast)"
msgstr ""
-"Esta a seguridade recomendada para un ordenador usado para conectar\n"
-" Internet como cliente. Agora hai ms comprobacins de seguridade."
-#: ../../standalone/draksec_.c:37
-msgid ""
-"With this security level, the use of this system as a server becomes "
-"possible.\n"
-"The security is now high enough to use the system as a server which accept\n"
-"connections from many clients. "
+#: ../../standalone/drakxtv_.c:49
+msgid "Japan (bcast)"
msgstr ""
-"Con este nivel de seguridade, posible usar este sistema coma servidor.\n"
-"A seguridade agora alta dabondo para usar o sistema coma un servidor\n"
-"que acepta conexins de mltiples clientes."
-#: ../../standalone/draksec_.c:40
-msgid ""
-"We take level 4 features, but now the system is entirely closed.\n"
-"Security features are at their maximum."
+#: ../../standalone/drakxtv_.c:49
+msgid "Japan (cable)"
msgstr ""
-"Tmanse caractersticas do nivel 4, pero agora o sistema est completamente\n"
-"pechado. As caractersticas de seguridade estn mximo nivel."
-#: ../../standalone/draksec_.c:65
+#: ../../standalone/drakxtv_.c:50
#, fuzzy
-msgid "Security level"
-msgstr "Establecendo o nivel de seguridade"
+msgid "East Europe"
+msgstr "Europa"
-#: ../../standalone/draksec_.c:67
+#: ../../standalone/drakxtv_.c:50
#, fuzzy
-msgid "Use libsafe for servers"
-msgstr "Escolla as opcins para o servidor"
+msgid "Ireland"
+msgstr "Islands"
+
+#: ../../standalone/drakxtv_.c:50
+#, fuzzy
+msgid "West Europe"
+msgstr "Europa"
+
+#: ../../standalone/drakxtv_.c:51
+#, fuzzy
+msgid "Australia"
+msgstr "serie"
+
+#: ../../standalone/drakxtv_.c:51
+msgid "Newzealand"
+msgstr ""
+
+#: ../../standalone/drakxtv_.c:52
+msgid "South Africa"
+msgstr ""
+
+#: ../../standalone/drakxtv_.c:53
+msgid "Argentina"
+msgstr ""
-#: ../../standalone/draksec_.c:68
+#: ../../standalone/drakxtv_.c:58
msgid ""
-"A library which defends against buffer overflow and format string attacks."
+"Please,\n"
+"type in your tv norm and country"
msgstr ""
-#: ../../standalone/draksec_.c:72
-msgid "Setting security level"
-msgstr "Establecendo o nivel de seguridade"
+#: ../../standalone/drakxtv_.c:60
+msgid "TV norm :"
+msgstr ""
-#: ../../standalone/drakxconf_.c:47
-msgid "Control Center"
-msgstr "Centro de control"
+#: ../../standalone/drakxtv_.c:61
+msgid "Area :"
+msgstr ""
-#: ../../standalone/drakxconf_.c:48
-msgid "Choose the tool you want to use"
-msgstr "Elixa a ferramenta que queira usar"
+#: ../../standalone/drakxtv_.c:65
+msgid "Scanning for TV channels in progress ..."
+msgstr ""
+
+#: ../../standalone/drakxtv_.c:72
+msgid "Scanning for TV channels"
+msgstr ""
+
+#: ../../standalone/drakxtv_.c:83
+msgid "No TV Card detected!"
+msgstr ""
+
+#: ../../standalone/drakxtv_.c:84
+msgid ""
+"No TV Card has been detected on your machine. Please verify that a Linux-"
+"supported Video/TV Card is correctly plugged in.\n"
+"\n"
+"\n"
+"You can visit our hardware database at:\n"
+"\n"
+"\n"
+"http://www.linux-mandrake.com/en/hardware.php3"
+msgstr ""
#: ../../standalone/keyboarddrake_.c:16
msgid "usage: keyboarddrake [--expert] [keyboard]\n"
msgstr "uso: keyboarddrake [--expert] [keyboard]\n"
+#: ../../standalone/keyboarddrake_.c:29
+msgid "Please, choose your keyboard layout."
+msgstr "Escolla a disposicin do seu teclado."
+
#: ../../standalone/keyboarddrake_.c:36
msgid "Do you want the BackSpace to return Delete in console?"
msgstr "Quere que a tecla de Borrar devolva Suprimir na consola?"
-#: ../../standalone/livedrake_.c:23
+#: ../../standalone/livedrake_.c:24
msgid "Change Cd-Rom"
msgstr "Mude o Cd-Rom"
-#: ../../standalone/livedrake_.c:24
+#: ../../standalone/livedrake_.c:25
#, fuzzy
msgid ""
"Please insert the Installation Cd-Rom in your drive and press Ok when done.\n"
@@ -7830,29 +10241,268 @@ msgstr ""
"Por favor, insira o Cd-Rom de instalacin na unidade e prema Aceptar.\n"
"Se non o ten, prema Cancelar para evitar a actualizacin "
-#: ../../standalone/livedrake_.c:34
+#: ../../standalone/livedrake_.c:35
msgid "Unable to start live upgrade !!!\n"
msgstr ""
-#: ../../standalone/mousedrake_.c:58
+#: ../../standalone/localedrake_.c:32
+msgid "The change is done, but to be effective you must logout"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:85 ../../standalone/logdrake_.c:501
+#, fuzzy
+msgid "logdrake"
+msgstr "draknet"
+
+#: ../../standalone/logdrake_.c:95
+msgid "Show only for the selected day"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:102
+msgid "/File/_New"
+msgstr "/Ficheiro/_Novo"
+
+#: ../../standalone/logdrake_.c:102
+msgid "<control>N"
+msgstr "<control>N"
+
+#: ../../standalone/logdrake_.c:103
+msgid "/File/_Open"
+msgstr "/Ficheiro/_Abrir"
+
+#: ../../standalone/logdrake_.c:103
+msgid "<control>O"
+msgstr "<control>A"
+
+#: ../../standalone/logdrake_.c:104
+msgid "/File/_Save"
+msgstr "/Ficheiro/_Gardar"
+
+#: ../../standalone/logdrake_.c:104
+msgid "<control>S"
+msgstr "<control>G"
+
+#: ../../standalone/logdrake_.c:105
+msgid "/File/Save _As"
+msgstr "/Ficheiro/Gardar _como"
+
+#: ../../standalone/logdrake_.c:106
+msgid "/File/-"
+msgstr "Ficheiro/-"
+
+#: ../../standalone/logdrake_.c:108
+msgid "/_Options"
+msgstr "/_Opcins"
+
+#: ../../standalone/logdrake_.c:109
+msgid "/Options/Test"
+msgstr "/Opcins/Proba"
+
+#: ../../standalone/logdrake_.c:110
+msgid "/_Help"
+msgstr "/A_xuda"
+
+#: ../../standalone/logdrake_.c:111
+msgid "/Help/_About..."
+msgstr "/Axuda/_Acerca..."
+
+#: ../../standalone/logdrake_.c:118
+msgid "-misc-fixed-medium-r-*-*-*-100-*-*-*-*-*-*,*"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:119
+msgid "-misc-fixed-bold-r-*-*-*-100-*-*-*-*-*-*,*"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:173
+#, fuzzy
+msgid "User"
+msgstr "Nome de usuario"
+
+#: ../../standalone/logdrake_.c:174
+#, fuzzy
+msgid "Messages"
+msgstr "Mensaxe inicial"
+
+#: ../../standalone/logdrake_.c:175
+msgid "Syslog"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:176
+msgid "Mandrake Tools Explanations"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:179
+msgid "search"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:185
+msgid "A tool to monitor your logs"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:186
+msgid "Settings"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:191
+#, fuzzy
+msgid "matching"
+msgstr "Mquina:"
+
+#: ../../standalone/logdrake_.c:192
+#, fuzzy
+msgid "but not matching"
+msgstr "Mquina:"
+
+#: ../../standalone/logdrake_.c:196
+msgid "Choose file"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:201
+msgid "Calendar"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:211
+msgid "Content of the file"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:215 ../../standalone/logdrake_.c:390
+msgid "Mail/SMS alert"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:268
+#, c-format
+msgid "please wait, parsing file: %s"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:405
+#, fuzzy
+msgid "Mail/SMS alert configuration"
+msgstr "Configuracin da LAN"
+
+#: ../../standalone/logdrake_.c:406
+msgid ""
+"Welcome to the mail/SMS configuration utility.\n"
+"\n"
+"Here, you'll be able to set up the alert system.\n"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:414
+msgid "proftpd"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:417
+#, fuzzy
+msgid "sshd"
+msgstr "shadow"
+
+#: ../../standalone/logdrake_.c:418
+msgid "webmin"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:419
+#, fuzzy
+msgid "xinetd"
+msgstr "Ext2"
+
+#: ../../standalone/logdrake_.c:422
+#, fuzzy
+msgid "service setting"
+msgstr "interesante"
+
+#: ../../standalone/logdrake_.c:423
+msgid ""
+"You will receive an alert if one of the selected service is no more running"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:433
+#, fuzzy
+msgid "load setting"
+msgstr "Formatando"
+
+#: ../../standalone/logdrake_.c:434
+msgid "You will receive an alert if the load is higher than this value"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:447
+#, fuzzy
+msgid "alert configuration"
+msgstr "Configuracin"
+
+#: ../../standalone/logdrake_.c:448
+msgid "Configure the way the system will alert you"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:478
+msgid "Save as.."
+msgstr "Gardar como..."
+
+#: ../../standalone/mousedrake_.c:49
+msgid "Please, choose the type of your mouse."
+msgstr "Escolla o seu tipo de rato."
+
+#: ../../standalone/mousedrake_.c:59
msgid "no serial_usb found\n"
msgstr "non se atopou ningn serial_usb\n"
-#: ../../standalone/mousedrake_.c:62
+#: ../../standalone/mousedrake_.c:63
msgid "Emulate third button?"
msgstr "Emular o terceiro botn?"
-#: ../../standalone/tinyfirewall_.c:29
+#: ../../standalone/scannerdrake_.c:53
+#, c-format
+msgid "%s found on %s, configure it ?"
+msgstr ""
+
+#: ../../standalone/scannerdrake_.c:60
+#, fuzzy
+msgid "Select a scanner"
+msgstr "Seleccione unha tarxeta grfica"
+
+#: ../../standalone/scannerdrake_.c:80
+#, c-format
+msgid "This %s scanner is unsupported"
+msgstr ""
+
+#: ../../standalone/scannerdrake_.c:94
+#, c-format
+msgid ""
+"Scannerdrake was not able to detect your %s scanner.\n"
+"Please select the device where your scanner is plugged"
+msgstr ""
+
+#: ../../standalone/scannerdrake_.c:96
+#, fuzzy
+msgid "choose device"
+msgstr "Dispositivo de arrinque"
+
+#: ../../standalone/scannerdrake_.c:102
+#, c-format
+msgid ""
+"This %s scanner must be configured by printerdrake.\n"
+"You can launch printerdrake from the Mandrake Control Center in Hardware "
+"section."
+msgstr ""
+
+#: ../../standalone/scannerdrake_.c:107
+#, c-format
+msgid ""
+"Your %s scanner has been configured.\n"
+"You may now scan documents using ``XSane'' from Multimedia/Graphics in the "
+"applications menu."
+msgstr ""
+
+#: ../../standalone/tinyfirewall_.c:31
#, fuzzy
msgid "Firewalling Configuration"
msgstr "lendo a configuracin"
-#: ../../standalone/tinyfirewall_.c:42
+#: ../../standalone/tinyfirewall_.c:44
#, fuzzy
msgid "Firewalling configuration"
msgstr "lendo a configuracin"
-#: ../../standalone/tinyfirewall_.c:77
+#: ../../standalone/tinyfirewall_.c:79
msgid ""
"Firewalling\n"
"\n"
@@ -7860,7 +10510,7 @@ msgid ""
"Click on Configure to change or remove the firewall"
msgstr ""
-#: ../../standalone/tinyfirewall_.c:81
+#: ../../standalone/tinyfirewall_.c:83
msgid ""
"Firewalling\n"
"\n"
@@ -7919,19 +10569,24 @@ msgstr "Configurar a rede"
msgid "Configure services"
msgstr "Configurar servicios"
-#: ../../steps.pm_.c:30
-msgid "Create a bootdisk"
-msgstr "Crear disquete de arrinque"
-
-#: ../../steps.pm_.c:32
+#: ../../steps.pm_.c:29
msgid "Install bootloader"
msgstr "Cargador de arrinque"
+#: ../../steps.pm_.c:31
+msgid "Create a bootdisk"
+msgstr "Crear disquete de arrinque"
+
#: ../../steps.pm_.c:33
msgid "Configure X"
msgstr "Configurar as X"
#: ../../steps.pm_.c:34
+#, fuzzy
+msgid "Install system updates"
+msgstr "Instalar sistema"
+
+#: ../../steps.pm_.c:35
msgid "Exit install"
msgstr "Sar da instalacin"
@@ -8047,7 +10702,56 @@ msgstr "Adaptador %s: %s"
msgid "Can't open %s for writing: %s\n"
msgstr "Erro abrir %s para escritura: %s"
-# ../../share/compssUsers
+#: ../../tinyfirewall.pm_.c:180
+msgid "No I don't need DHCP"
+msgstr ""
+
+#: ../../tinyfirewall.pm_.c:180
+msgid "Yes I need DHCP"
+msgstr ""
+
+#: ../../tinyfirewall.pm_.c:181
+msgid "No I don't need NTP"
+msgstr ""
+
+#: ../../tinyfirewall.pm_.c:181
+msgid "Yes I need NTP"
+msgstr ""
+
+#: ../../tinyfirewall.pm_.c:182 ../../tinyfirewall.pm_.c:186
+msgid "Don't Save"
+msgstr ""
+
+#: ../../tinyfirewall.pm_.c:182 ../../tinyfirewall.pm_.c:186
+#: ../../tinyfirewall.pm_.c:206
+msgid "Save & Quit"
+msgstr ""
+
+#: ../../tinyfirewall.pm_.c:197 ../../tinyfirewall.pm_.c:201
+#, fuzzy
+msgid "Firewall Configuration Wizard"
+msgstr "lendo a configuracin"
+
+#: ../../tinyfirewall.pm_.c:199
+msgid "No (firewall this off from the internet)"
+msgstr ""
+
+#: ../../tinyfirewall.pm_.c:200
+msgid "Yes (allow this through the firewall)"
+msgstr ""
+
+#: ../../tinyfirewall.pm_.c:232
+#, fuzzy
+msgid "Please Wait... Verifying installed packages"
+msgstr "Por favor, agarde, preparando a instalacin"
+
+#: ../../tinyfirewall.pm_.c:238
+#, c-format
+msgid ""
+"Failure installing the needed packages : %s and Bastille.\n"
+" Try to install them manually."
+msgstr ""
+
#: ../../share/compssUsers:999
msgid "Web/FTP"
msgstr "Web/FTP"
@@ -8068,7 +10772,6 @@ msgstr "Office"
msgid "Gnome Workstation"
msgstr "Estacin de traballo Gnome"
-# ../../share/compssUsers
#: ../../share/compssUsers:999
msgid "Tools for your Palm Pilot or your Visor"
msgstr "Ferramentas para o seu Palm Pilot ou o seu Visor"
@@ -8077,7 +10780,6 @@ msgstr "Ferramentas para o seu Palm Pilot ou o seu Visor"
msgid "Workstation"
msgstr "Estacin de traballo"
-# ../../share/compssUsers
#: ../../share/compssUsers:999
msgid "Firewall/Router"
msgstr "Firewall/Encamiador"
@@ -8086,7 +10788,6 @@ msgstr "Firewall/Encamiador"
msgid "Domain Name and Network Information Server"
msgstr ""
-# ../../share/compssUsers
#: ../../share/compssUsers:999
msgid ""
"Office programs: wordprocessors (kword, abiword), spreadsheets (kspread, "
@@ -8095,12 +10796,10 @@ msgstr ""
"Programas de oficina: procesadores de texto (kword, abiword), follas de "
"clculo (kspread, gnumeric), visualizadores de pdf, etc"
-# ../../share/compssUsers
#: ../../share/compssUsers:999
msgid "Audio-related tools: mp3 or midi players, mixers, etc"
msgstr "Ferramentas de audio: reproductores de mp3 ou midi, mesturadores, etc"
-# ../../share/compssUsers
#: ../../share/compssUsers:999
msgid "Books and Howto's on Linux and Free Software"
msgstr "Libros e howtos sobre Linux e o software libre"
@@ -8109,7 +10808,6 @@ msgstr "Libros e howtos sobre Linux e o software libre"
msgid "KDE Workstation"
msgstr "Estacin de traballo KDE"
-# ../../share/compssUsers
#: ../../share/compssUsers:999
msgid "Icewm, Window Maker, Enlightenment, Fvwm, etc"
msgstr "Icewm, Window Maker, Enlightenment, Fvwm, etc"
@@ -8118,14 +10816,12 @@ msgstr "Icewm, Window Maker, Enlightenment, Fvwm, etc"
msgid "Multimedia - Video"
msgstr "Multimedia - Vdeo"
-# ../../share/compssUsers
#: ../../share/compssUsers:999
msgid "Set of tools for mail, news, web, file transfer, and chat"
msgstr ""
"Conxunto de ferramentas para correo, novas, web, transferencia de ficheiros "
"e chat"
-# ../../share/compssUsers
#: ../../share/compssUsers:999
msgid "Database"
msgstr "Bases de datos"
@@ -8143,7 +10839,6 @@ msgstr "Desexa probar a configuracin?"
msgid "Multimedia - Sound"
msgstr "Multimedia - Son"
-# ../../share/compssUsers
#: ../../share/compssUsers:999
msgid "Utilities"
msgstr "Utilidades"
@@ -8152,7 +10847,6 @@ msgstr "Utilidades"
msgid "Documentation"
msgstr "Documentacin"
-# ../../share/compssUsers
#: ../../share/compssUsers:999
msgid "Console Tools"
msgstr "Ferramentas de consola"
@@ -8170,16 +10864,13 @@ msgid "Multimedia station"
msgstr "Estacin multimedia"
#: ../../share/compssUsers:999
-#, fuzzy
msgid "Configuration"
-msgstr "Configuracin da LAN"
+msgstr "Configuracin"
-# ../../share/compssUsers
#: ../../share/compssUsers:999
msgid "More Graphical Desktops (Gnome, IceWM)"
msgstr "Mis escritorios grficos (Gnome, IceWM)"
-# ../../share/compssUsers
#: ../../share/compssUsers:999
msgid ""
"The K Desktop Environment, the basic graphical environment with a collection "
@@ -8193,14 +10884,9 @@ msgid "Graphical Environment"
msgstr ""
#: ../../share/compssUsers:999
-msgid "Development"
-msgstr "Desenvolvemento"
-
-#: ../../share/compssUsers:999
msgid "Apache, Pro-ftpd"
msgstr ""
-# ../../share/compssUsers
#: ../../share/compssUsers:999
msgid "Tools to create and burn CD's"
msgstr "Ferramentas para crear e gravar CDs"
@@ -8209,12 +10895,14 @@ msgstr "Ferramentas para crear e gravar CDs"
msgid "Office Workstation"
msgstr "Estacin de traballo de oficina"
-# ../../share/compssUsers
+#: ../../share/compssUsers:999
+msgid "Server"
+msgstr "Servidor"
+
#: ../../share/compssUsers:999
msgid "Gnome, Icewm, Window Maker, Enlightenment, Fvwm, etc"
msgstr "Gnome, Icewm, Window Maker, Enlightenment, Fvwm, etc"
-# ../../share/compssUsers
#: ../../share/compssUsers:999
msgid "Graphics programs such as The Gimp"
msgstr "Programas grficos como o Gimp"
@@ -8223,7 +10911,6 @@ msgstr "Programas grficos como o Gimp"
msgid "DNS/NIS "
msgstr ""
-# ../../share/compssUsers
#: ../../share/compssUsers:999
msgid "C and C++ development libraries, programs and include files"
msgstr ""
@@ -8233,7 +10920,6 @@ msgstr ""
msgid "Network Computer server"
msgstr "Servidor de ordenadores de rede"
-# ../../share/compssUsers
#: ../../share/compssUsers:999
msgid "Mail/Groupware/News"
msgstr "Correo/Groupware/Novas"
@@ -8242,7 +10928,6 @@ msgstr "Correo/Groupware/Novas"
msgid "Game station"
msgstr "Estacin de xogos"
-# ../../share/compssUsers
#: ../../share/compssUsers:999
msgid "Video players and editors"
msgstr "Reproductores e editores de vdeo"
@@ -8251,12 +10936,10 @@ msgstr "Reproductores e editores de vdeo"
msgid "Multimedia - Graphics"
msgstr "Multimedia - Grficos"
-# ../../share/compssUsers
#: ../../share/compssUsers:999
msgid "Amusement programs: arcade, boards, strategy, etc"
msgstr "Programas de divertimentos: arcade, taboleiros, estratexia, etc"
-# ../../share/compssUsers
#: ../../share/compssUsers:999
msgid ""
"Set of tools to read and send mail and news (pine, mutt, tin..) and to "
@@ -8265,17 +10948,14 @@ msgstr ""
"Conxunto de ferramentas para ler e enviar correo e novas (pine, mutt, tin..) "
"e para navegar na Web"
-# ../../share/compssUsers
#: ../../share/compssUsers:999
msgid "Archiving, emulators, monitoring"
msgstr "Arquivado, emuladores, monitorizaxe"
-# ../../share/compssUsers
#: ../../share/compssUsers:999
msgid "Personal Finance"
msgstr "Finanzas persoais"
-# ../../share/compssUsers
#: ../../share/compssUsers:999
msgid ""
"A graphical environment with user-friendly set of applications and desktop "
@@ -8293,32 +10973,23 @@ msgstr ""
msgid "Internet gateway"
msgstr "Acceso Internet"
-# ../../share/compssUsers
#: ../../share/compssUsers:999
msgid "Sound and video playing/editing programs"
msgstr "Programas de reproduccin/edicin de son e vdeo"
-# ../../share/compssUsers
#: ../../share/compssUsers:999
msgid "Other Graphical Desktops"
msgstr "Outros escritorios grficos"
-# ../../share/compssUsers
#: ../../share/compssUsers:999
msgid "Editors, shells, file tools, terminals"
msgstr "Editores, shells, ferramentas de ficheiro, terminais"
-# ../../share/compssUsers
#: ../../share/compssUsers:999
msgid "Programs to manage your finance, such as gnucash"
msgstr "Programas para xestionar as sas finanzas, como o gnucash"
#: ../../share/compssUsers:999
-msgid "Games"
-msgstr "Xogos"
-
-# ../../share/compssUsers
-#: ../../share/compssUsers:999
msgid "Personal Information Management"
msgstr "Xestin de informacin persoal"
@@ -8326,11 +10997,102 @@ msgstr "Xestin de informacin persoal"
msgid "Multimedia - CD Burning"
msgstr "Multimedia - Gravacin de CD"
-# ../../share/compssUsers
#: ../../share/compssUsers:999
msgid "Scientific Workstation"
msgstr "Estacin de traballo cientfica"
+#~ msgid "None"
+#~ msgstr "Ningn"
+
+#~ msgid "You may now provide its options to module %s."
+#~ msgstr "Agora pode indicar as opcins para o mdulo %s."
+
+#~ msgid "Low"
+#~ msgstr "Baixo"
+
+#~ msgid "Medium"
+#~ msgstr "Medio"
+
+#~ msgid ""
+#~ "Few improvements for this security level, the main one is that there are\n"
+#~ "more security warnings and checks."
+#~ msgstr ""
+#~ "Poucas melloras neste nivel de seguridade, a principal que hai mis\n"
+#~ "avisos e comprobacins de seguridade."
+
+#~ msgid "mount failed"
+#~ msgstr "mount fallou"
+
+#~ msgid ""
+#~ "GNU/Linux manages time in GMT (Greenwich Mean Time) and translates it in\n"
+#~ "local time according to the time zone you selected."
+#~ msgstr ""
+#~ "Linux xestiona a hora en GMT ou \"Hora do Meridiano de Greenwich\", e a\n"
+#~ "traslada hora local dependendo da zona que vostede escolla."
+
+#~ msgid "Connect to Internet"
+#~ msgstr "Conectar Internet"
+
+#~ msgid "Disconnect from Internet"
+#~ msgstr "Desconectar de Internet"
+
+#~ msgid "Configure network connection (LAN or Internet)"
+#~ msgstr "Configurar a conexin de rede (LAN ou Internet)"
+
+#~ msgid "Active"
+#~ msgstr "Activar"
+
+#~ msgid "A printer, model \"%s\", has been detected on "
+#~ msgstr "Unha impresora, de modelo \"%s\", foi detectada en "
+
+#~ msgid "Local Printer Device"
+#~ msgstr "Dispositivo de impresin local"
+
+#~ msgid "Printer Device"
+#~ msgstr "Dispositivo da impresora"
+
+#~ msgid "Choose the size you want to install"
+#~ msgstr "Escolla o tamao que quere instalar"
+
+#~ msgid "Total size: "
+#~ msgstr "Tamao total: "
+
+#~ msgid "Please wait, "
+#~ msgstr "Agarde, por favor, "
+
+#~ msgid "Total time "
+#~ msgstr "Tempo total "
+
+#~ msgid "Use existing configuration for X11?"
+#~ msgstr "Usar a configuracin existente para X11?"
+
+#~ msgid ""
+#~ "What device is your printer connected to \n"
+#~ "(note that /dev/lp0 is equivalent to LPT1:)?\n"
+#~ msgstr ""
+#~ "A que dispositivo est conectada a sa impresora?\n"
+#~ "(advirta que /dev/lp0 equivalente a LPT1:)\n"
+
+#~ msgid "$_"
+#~ msgstr "$_"
+
+#~ msgid ""
+#~ "Warning, the network adapter is already configured. I will reconfigure it."
+#~ msgstr ""
+#~ "Atencin, o adaptador de rede xa est configurado. Vai ser reconfigurado."
+
+#~ msgid "New"
+#~ msgstr "Novo"
+
+#~ msgid "Ambiguity (%s), be more precise\n"
+#~ msgstr "Ambigidade (%s), sexa mis preciso\n"
+
+#~ msgid " ? (default %s) "
+#~ msgstr " ? (por omisin %s) "
+
+#~ msgid "Your choice? (default %s enter `none' for none) "
+#~ msgstr "A sa escolla? (por omisin %s, escriba 'none' para ningunha)"
+
#~ msgid "can not open /etc/sysconfig/autologin for reading: %s"
#~ msgstr "non se pode abrir /etc/sysconfig/autologin para lectura: %s"
@@ -8350,37 +11112,6 @@ msgstr "Estacin de traballo cientfica"
#~ msgid "I'm about to restart the network device %s. Do you agree?"
#~ msgstr "Est a piques de se reiniciar o dispositivo de rede %s. Concorda?"
-#, fuzzy
-#~ msgid ""
-#~ "Unless you know specifically otherwise, the usual choice is \"/dev/hda\"\n"
-#~ "(primary master IDE disk) or \"/dev/sda\" (first SCSI disk)."
-#~ msgstr ""
-#~ "A menos que vostede saiba que outra especificamente, a escolla habitual "
-#~ "\n"
-#~ "\"/dev/hda\" (a unidade mestra da canle primaria) ou \"/dev/sda"
-#~ "\" (primeiro\n"
-#~ "disco SCSI)."
-
-#, fuzzy
-#~ msgid ""
-#~ "The following printers are configured.\n"
-#~ "You can add some more or modify the existing ones."
-#~ msgstr ""
-#~ "Estas son as filas de impresin.\n"
-#~ "Pode engadir unha nova ou cambiar as que xa existen."
-
-#, fuzzy
-#~ msgid "Connection timeout (in sec) [ beta, not yet implemented ]"
-#~ msgstr "Tipo de conexin: "
-
-#, fuzzy
-#~ msgid "Could not set \"%s\" as the default printer!"
-#~ msgstr "Escolla o usuario por defecto:"
-
-#, fuzzy
-#~ msgid "Test the mouse here."
-#~ msgstr "Probe o seu rato"
-
#~ msgid ""
#~ "Please choose your preferred language for installation and system usage."
#~ msgstr "Escolla a lingua que prefira para a instalacin e para o sistema."
@@ -8893,15 +11624,6 @@ msgstr "Estacin de traballo cientfica"
#~ msgid "Write /etc/fstab"
#~ msgstr "Escribir /etc/fstab"
-#~ msgid "Restore from file"
-#~ msgstr "Restaurar a partir dun ficheiro"
-
-#~ msgid "Save in file"
-#~ msgstr "Gardar nun ficheiro"
-
-#~ msgid "Restore from floppy"
-#~ msgstr "Restaurar a partir dun disquete"
-
#~ msgid "Format all"
#~ msgstr "Formatar todas"
@@ -8938,113 +11660,12 @@ msgstr "Estacin de traballo cientfica"
#~ msgid "Remote queue"
#~ msgstr "Fila de impresin remota"
-#, fuzzy
-#~ msgid "Remote queue name missing!"
-#~ msgstr "Fila de impresin remota"
-
-#, fuzzy
-#~ msgid "Command line"
-#~ msgstr "Nome de dominio"
-
-#, fuzzy
-#~ msgid "Modify printer"
-#~ msgstr "Sen impresora"
-
-#, fuzzy
-#~ msgid "start it"
-#~ msgstr "restrinxir"
-
-#, fuzzy
-#~ msgid "Network Monitoring"
-#~ msgstr "Configuracin da rede"
-
#~ msgid "Profile "
#~ msgstr "Perfil "
-#, fuzzy
-#~ msgid "Connection Time: "
-#~ msgstr "Tipo de conexin: "
-
-#, fuzzy
-#~ msgid "Connecting to Internet "
-#~ msgstr "Conectar Internet"
-
-#, fuzzy
-#~ msgid "Disconnecting from Internet "
-#~ msgstr "Desconectar de Internet"
-
-#, fuzzy
-#~ msgid "Disconnection from Internet failed."
-#~ msgstr "Desconectar de Internet"
-
-#, fuzzy
-#~ msgid "Disconnection from Internet complete."
-#~ msgstr "Desconectar de Internet"
-
-#, fuzzy
-#~ msgid "Connection complete."
-#~ msgstr "Nome da conexin"
-
-#, fuzzy
-#~ msgid "Color configuration"
-#~ msgstr "Configuracin"
-
-#~ msgid "Connect"
-#~ msgstr "Conectar"
-
-#, fuzzy
-#~ msgid "Disconnect"
-#~ msgstr "conexin por RDSI"
-
-#~ msgid "/File/_New"
-#~ msgstr "/Ficheiro/_Novo"
-
-#~ msgid "<control>N"
-#~ msgstr "<control>N"
-
-#~ msgid "/File/_Open"
-#~ msgstr "/Ficheiro/_Abrir"
-
-#~ msgid "<control>O"
-#~ msgstr "<control>A"
-
-#~ msgid "/File/_Save"
-#~ msgstr "/Ficheiro/_Gardar"
-
-#~ msgid "<control>S"
-#~ msgstr "<control>G"
-
-#~ msgid "/File/Save _As"
-#~ msgstr "/Ficheiro/Gardar _como"
-
-#~ msgid "/File/-"
-#~ msgstr "Ficheiro/-"
-
-#~ msgid "/_Options"
-#~ msgstr "/_Opcins"
-
-#~ msgid "/Options/Test"
-#~ msgstr "/Opcins/Proba"
-
-#~ msgid "/_Help"
-#~ msgstr "/A_xuda"
-
-#~ msgid "/Help/_About..."
-#~ msgstr "/Axuda/_Acerca..."
-
-#, fuzzy
-#~ msgid "Default Runlevel"
-#~ msgstr "Por omisin"
-
-#~ msgid "Europe"
-#~ msgstr "Europa"
-
#~ msgid "NetWare"
#~ msgstr "Impresora Netware"
-#~ msgid "Remove queue"
-#~ msgstr "Eliminar fila"
-
#~ msgid "Config file content could not be interpreted."
#~ msgstr "Non foi posible interpretar o contido do ficheiro de configuracin."
@@ -9057,17 +11678,9 @@ msgstr "Estacin de traballo cientfica"
#~ msgid "Disable network"
#~ msgstr "Desactivar a rede"
-#, fuzzy
-#~ msgid "Enable network"
-#~ msgstr "Desactivar a rede"
-
#~ msgid "DSL (or ADSL) connection"
#~ msgstr "Conexin DSL (ou ADSL)"
-#, fuzzy
-#~ msgid "Choose"
-#~ msgstr "Rato"
-
#~ msgid "You can specify directly the URI to access the printer with CUPS."
#~ msgstr ""
#~ "Pode especificar directamente o URI para acceder impresora co CUPS."
@@ -9114,9 +11727,6 @@ msgstr "Estacin de traballo cientfica"
#~ msgid "Reverse page order"
#~ msgstr "Inverter a orde das pxinas"
-#~ msgid "CUPS starting"
-#~ msgstr "CUPS iniciando"
-
#~ msgid "Select Remote Printer Connection"
#~ msgstr "Seleccionar a conexin impresora remota"
@@ -9175,10 +11785,6 @@ msgstr "Estacin de traballo cientfica"
#~ msgid "yellow pages"
#~ msgstr "pxinas amarelas (yp)"
-#, fuzzy
-#~ msgid "Light configuration"
-#~ msgstr "Configuracin da LAN"
-
#~ msgid "Provider dns 1"
#~ msgstr "Dns 1 do provedor"
@@ -9353,24 +11959,18 @@ msgstr "Estacin de traballo cientfica"
#~ msgid "Create a boot floppy"
#~ msgstr "Creacin dun disquete de arrinque"
-#~ msgid "Format floppy"
-#~ msgstr "Formatar disquete"
-
#~ msgid "Choice"
#~ msgstr "Escolla"
#~ msgid "Actions"
#~ msgstr "Accins"
-# ../../share/compssUsers
#~ msgid "Scientific applications"
#~ msgstr "Aplicacins cientficas"
-# ../../share/compssUsers
#~ msgid "File/Print/Samba"
#~ msgstr "Ficheiro/Impresin/Samba"
-# ../../share/compssUsers
#~ msgid "DNS/DHCP "
#~ msgstr "DNS/DHCP "
@@ -9413,9 +12013,6 @@ msgstr "Estacin de traballo cientfica"
#~ msgid "Use shadow file"
#~ msgstr "Usar ficheiro shadow"
-#~ msgid "shadow"
-#~ msgstr "shadow"
-
#~ msgid "MD5"
#~ msgstr "MD5"
@@ -9425,9 +12022,6 @@ msgstr "Estacin de traballo cientfica"
#~ msgid "(may cause data corruption)"
#~ msgstr "(pode provocar corrupcin dos datos)"
-#~ msgid "Use hard drive optimisations?"
-#~ msgstr "Usar optimizacins de disco duro"
-
#~ msgid "Enable num lock at startup"
#~ msgstr "Activar Bloq Num iniciar"
@@ -9440,9 +12034,6 @@ msgstr "Estacin de traballo cientfica"
#~ msgid "Try to find a modem?"
#~ msgstr "Desexa que se tente atopar un mdem?"
-#~ msgid "France"
-#~ msgstr "Francia"
-
#~ msgid "Other countries"
#~ msgstr "Outros pases"
@@ -9475,12 +12066,6 @@ msgstr "Estacin de traballo cientfica"
#~ "A rede local xa foi configurada.\n"
#~ "Desexa:"
-#~ msgid "mandatory"
-#~ msgstr "obrigatorio"
-
-#~ msgid "interesting"
-#~ msgstr "interesante"
-
#~ msgid "i18n (important)"
#~ msgstr "i18n (importante)"
@@ -9499,9 +12084,6 @@ msgstr "Estacin de traballo cientfica"
#~ msgid "Package"
#~ msgstr "Paquete"
-#~ msgid "Text"
-#~ msgstr "Texto"
-
#~ msgid "Tree"
#~ msgstr "rbore"
@@ -9511,9 +12093,6 @@ msgstr "Estacin de traballo cientfica"
#~ msgid "Category"
#~ msgstr "Categora"
-#~ msgid "See"
-#~ msgstr "Mirar"
-
#~ msgid "Installed packages"
#~ msgstr "Paquetes instalados"
@@ -9547,33 +12126,18 @@ msgstr "Estacin de traballo cientfica"
#~ msgid "Toggle between Installed and Available"
#~ msgstr "Trocar entre Instalado e Dispoible"
-#~ msgid "Files:\n"
-#~ msgstr "Ficheiros:\n"
-
-#~ msgid "Choose package to install"
-#~ msgstr "Elixa o paquete a instalar"
-
#~ msgid "Checking dependencies"
#~ msgstr "Comprobando dependencias"
-#~ msgid "Wait"
-#~ msgstr "Agarde"
-
#~ msgid "The following packages are going to be uninstalled"
#~ msgstr "Os seguintes paquetes van ser desinstalados"
-#~ msgid "Uninstalling the RPMs"
-#~ msgstr "Desinstalando os RPMs"
-
#~ msgid "Regexp"
#~ msgstr "Expr.Reg"
#~ msgid "Which package are looking for"
#~ msgstr "Que paquetes buscar"
-#~ msgid "%s not found"
-#~ msgstr "%s non atopado"
-
#~ msgid "No match"
#~ msgstr "Sen coincidencias"
@@ -9630,29 +12194,21 @@ msgstr "Estacin de traballo cientfica"
#~ msgid "Finding leaves takes some time"
#~ msgstr "A busca das plas leva un tempo"
-# ../../share/compssUsers
#~ msgid "Graphics Manipulation"
#~ msgstr "Manipulacin de Grficos"
-# ../../share/compssUsers
#~ msgid "KDE, QT, Gnome, GTK+"
#~ msgstr "KDE, QT, Gnome, GTK+"
-# ../../share/compssUsers
#~ msgid "Python, Perl, libraries, tools"
#~ msgstr "Python, Perl, bibliotecas, ferramentas"
#~ msgid "Development applications"
#~ msgstr "Aplicacins de desenvolvemento"
-#~ msgid "Multimedia"
-#~ msgstr "Multimedia"
-
-# ../../share/compssUsers
#~ msgid "Sciences"
#~ msgstr "Ciencias"
-# ../../share/compssUsers
#~ msgid ""
#~ "Chat (IRC or instant messaging) programs such as xchat, licq, gaim, and "
#~ "file transfer tools"
@@ -9660,7 +12216,6 @@ msgstr "Estacin de traballo cientfica"
#~ "Programas de Chat (IRC ou mensaxera instantnea) como o xchat, licq, "
#~ "gaim e ferramentas de transferencia de ficheiros"
-# ../../share/compssUsers
#~ msgid "Communication facilities"
#~ msgstr "Facilidades de Comunicacin"
@@ -9673,7 +12228,6 @@ msgstr "Estacin de traballo cientfica"
#~ msgid "Development other"
#~ msgstr "Outros de desenvolvemento"
-# ../../share/compssUsers
#~ msgid "Databases clients and servers (mysql and postgresql)"
#~ msgstr "Clientes e servidores de Bases de Datos (mysql e postgresql)"
diff --git a/perl-install/share/po/is.po b/perl-install/share/po/is.po
index 596de7017..03cddfd32 100644
--- a/perl-install/share/po/is.po
+++ b/perl-install/share/po/is.po
@@ -8,95 +8,106 @@
msgid ""
msgstr ""
"Project-Id-Version: DrakX VERSION\n"
-"POT-Creation-Date: 2001-06-02 17:16+0200\n"
+"POT-Creation-Date: 2002-03-11 18:29+0100\n"
"PO-Revision-Date: 2000-01-05 18:53-0500\n"
-"Last-Translator: Thorarinn Einarsson <thori@mindspring.com>\n"
+"Last-Translator: Thorarinn Einarsson <teinarsson@nc.rr.com>\n"
"Language-Team: Icelandic\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=ISO-8859-1\n"
"Content-Transfer-Encoding: 8bit\n"
-#: ../../Xconfigurator.pm_.c:232
-msgid "Configure all heads independantly"
+#: ../../Xconfigurator.pm_.c:242
+msgid "Configure all heads independently"
msgstr ""
-#: ../../Xconfigurator.pm_.c:233
+#: ../../Xconfigurator.pm_.c:243
msgid "Use Xinerama extension"
msgstr ""
-#: ../../Xconfigurator.pm_.c:236
+#: ../../Xconfigurator.pm_.c:246
#, c-format
msgid "Configure only card \"%s\" (%s)"
msgstr ""
-#: ../../Xconfigurator.pm_.c:239
+#: ../../Xconfigurator.pm_.c:249
#, fuzzy
msgid "Multi-head configuration"
msgstr "Les uppsetningarskr"
-#: ../../Xconfigurator.pm_.c:240
+#: ../../Xconfigurator.pm_.c:250
msgid ""
"Your system support multiple head configuration.\n"
"What do you want to do?"
msgstr ""
-#: ../../Xconfigurator.pm_.c:249
+#: ../../Xconfigurator.pm_.c:261
msgid "Graphic card"
msgstr "Skjkort"
-#: ../../Xconfigurator.pm_.c:249
+#: ../../Xconfigurator.pm_.c:262
msgid "Select a graphic card"
msgstr "Veldu skjkort"
-#: ../../Xconfigurator.pm_.c:250
+#: ../../Xconfigurator.pm_.c:286
msgid "Choose a X server"
msgstr "Veldu X jn"
-#: ../../Xconfigurator.pm_.c:250
+#: ../../Xconfigurator.pm_.c:286
msgid "X server"
msgstr "X jnn"
-#: ../../Xconfigurator.pm_.c:309 ../../Xconfigurator.pm_.c:316
-#: ../../Xconfigurator.pm_.c:366
+#: ../../Xconfigurator.pm_.c:293
+#, fuzzy
+msgid "Choose a X driver"
+msgstr "Veldu X jn"
+
+#: ../../Xconfigurator.pm_.c:293
+#, fuzzy
+msgid "X driver"
+msgstr "X jnn"
+
+#: ../../Xconfigurator.pm_.c:360 ../../Xconfigurator.pm_.c:366
+#: ../../Xconfigurator.pm_.c:416 ../../Xconfigurator.pm_.c:1507
#, c-format
msgid "XFree %s"
msgstr "XFree %s"
-#: ../../Xconfigurator.pm_.c:312
+#: ../../Xconfigurator.pm_.c:363
#, fuzzy
msgid "Which configuration of XFree do you want to have?"
msgstr "Hverju viltu bta vi?"
-#: ../../Xconfigurator.pm_.c:324
+#: ../../Xconfigurator.pm_.c:374
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support but only with XFree %s.\n"
"Your card is supported by XFree %s which may have a better support in 2D."
msgstr ""
-#: ../../Xconfigurator.pm_.c:326 ../../Xconfigurator.pm_.c:359
+#: ../../Xconfigurator.pm_.c:376 ../../Xconfigurator.pm_.c:409
#, c-format
msgid "Your card can have 3D hardware acceleration support with XFree %s."
msgstr ""
-#: ../../Xconfigurator.pm_.c:328 ../../Xconfigurator.pm_.c:361
+#: ../../Xconfigurator.pm_.c:378 ../../Xconfigurator.pm_.c:411
+#: ../../Xconfigurator.pm_.c:1507
#, c-format
msgid "XFree %s with 3D hardware acceleration"
msgstr ""
-#: ../../Xconfigurator.pm_.c:336 ../../Xconfigurator.pm_.c:350
+#: ../../Xconfigurator.pm_.c:386 ../../Xconfigurator.pm_.c:400
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support with XFree %s,\n"
"NOTE THIS IS EXPERIMENTAL SUPPORT AND MAY FREEZE YOUR COMPUTER."
msgstr ""
-#: ../../Xconfigurator.pm_.c:338 ../../Xconfigurator.pm_.c:352
+#: ../../Xconfigurator.pm_.c:388 ../../Xconfigurator.pm_.c:402
#, c-format
msgid "XFree %s with EXPERIMENTAL 3D hardware acceleration"
msgstr ""
-#: ../../Xconfigurator.pm_.c:347
+#: ../../Xconfigurator.pm_.c:397
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support but only with XFree %s,\n"
@@ -104,28 +115,32 @@ msgid ""
"Your card is supported by XFree %s which may have a better support in 2D."
msgstr ""
-#: ../../Xconfigurator.pm_.c:371
+#: ../../Xconfigurator.pm_.c:417
+msgid "Xpmac (installation display driver)"
+msgstr ""
+
+#: ../../Xconfigurator.pm_.c:421
#, fuzzy
msgid "XFree configuration"
msgstr "Lokauppsetning"
-#: ../../Xconfigurator.pm_.c:416
+#: ../../Xconfigurator.pm_.c:496
msgid "Select the memory size of your graphic card"
msgstr "Veldu minnisstr skjkortsins"
-#: ../../Xconfigurator.pm_.c:463
+#: ../../Xconfigurator.pm_.c:550
msgid "Choose options for server"
msgstr "Veldu valmguleika fyrir jn"
-#: ../../Xconfigurator.pm_.c:480
+#: ../../Xconfigurator.pm_.c:574
msgid "Choose a monitor"
msgstr "Veldu skj"
-#: ../../Xconfigurator.pm_.c:480
+#: ../../Xconfigurator.pm_.c:574
msgid "Monitor"
msgstr "Skjr"
-#: ../../Xconfigurator.pm_.c:483
+#: ../../Xconfigurator.pm_.c:577
msgid ""
"The two critical parameters are the vertical refresh rate, which is the "
"rate\n"
@@ -145,40 +160,40 @@ msgstr ""
"a er MJG MIKILVGT a velja ekki of htt tnisvi fyrir skjinn. Hafir\n"
" einhverjar efasemdir, veldu lgri stillingar."
-#: ../../Xconfigurator.pm_.c:490
+#: ../../Xconfigurator.pm_.c:584
msgid "Horizontal refresh rate"
msgstr "Lrtt tni"
-#: ../../Xconfigurator.pm_.c:491
+#: ../../Xconfigurator.pm_.c:585
msgid "Vertical refresh rate"
msgstr "Lrtt tni"
-#: ../../Xconfigurator.pm_.c:528
+#: ../../Xconfigurator.pm_.c:622
msgid "Monitor not configured"
msgstr "Skjr ekki skilgreindur"
-#: ../../Xconfigurator.pm_.c:531
+#: ../../Xconfigurator.pm_.c:625
msgid "Graphic card not configured yet"
msgstr "Skjkort ekki skilgreint enn"
-#: ../../Xconfigurator.pm_.c:534
+#: ../../Xconfigurator.pm_.c:628
msgid "Resolutions not chosen yet"
msgstr "Upplausn ekki valin enn"
-#: ../../Xconfigurator.pm_.c:551
+#: ../../Xconfigurator.pm_.c:646
msgid "Do you want to test the configuration?"
msgstr "Viltu prfa skilgreininguna"
-#: ../../Xconfigurator.pm_.c:555
+#: ../../Xconfigurator.pm_.c:650
#, fuzzy
msgid "Warning: testing this graphic card may freeze your computer"
msgstr "Avrun: Prfanir eru varasamar me etta skjkort"
-#: ../../Xconfigurator.pm_.c:558
+#: ../../Xconfigurator.pm_.c:653
msgid "Test of the configuration"
msgstr "Prfunar skilgreining"
-#: ../../Xconfigurator.pm_.c:597
+#: ../../Xconfigurator.pm_.c:692 ../../Xconfigurator.pm_.c:704
msgid ""
"\n"
"try to change some parameters"
@@ -186,154 +201,178 @@ msgstr ""
"\n"
"prfau a breyta stillingum"
-#: ../../Xconfigurator.pm_.c:597
+#: ../../Xconfigurator.pm_.c:692 ../../Xconfigurator.pm_.c:704
msgid "An error has occurred:"
msgstr "Villa tti sr sta"
-#: ../../Xconfigurator.pm_.c:619
+#: ../../Xconfigurator.pm_.c:731
#, c-format
msgid "Leaving in %d seconds"
msgstr "Htti eftir %d sekndur"
-#: ../../Xconfigurator.pm_.c:630
+#: ../../Xconfigurator.pm_.c:742
#, fuzzy
msgid "Is this the correct setting?"
msgstr "Er etta rtt?"
-#: ../../Xconfigurator.pm_.c:638
+#: ../../Xconfigurator.pm_.c:751
msgid "An error has occurred, try to change some parameters"
msgstr "Villa kom upp, reyndu a breyta fribreytum"
-#: ../../Xconfigurator.pm_.c:684 ../../printerdrake.pm_.c:277
-#: ../../services.pm_.c:125
+#: ../../Xconfigurator.pm_.c:822
msgid "Resolution"
msgstr "Upplausn"
-#: ../../Xconfigurator.pm_.c:731
+#: ../../Xconfigurator.pm_.c:874
msgid "Choose the resolution and the color depth"
msgstr "Veldu upplausn og fjlda lita"
-#: ../../Xconfigurator.pm_.c:733
+#: ../../Xconfigurator.pm_.c:876
#, c-format
msgid "Graphic card: %s"
msgstr "Skjkort: %s"
-#: ../../Xconfigurator.pm_.c:734
+#: ../../Xconfigurator.pm_.c:877
#, c-format
msgid "XFree86 server: %s"
msgstr "XFree86 jnn: %s"
-#: ../../Xconfigurator.pm_.c:750 ../../standalone/draknet_.c:280
-#: ../../standalone/draknet_.c:283
+#: ../../Xconfigurator.pm_.c:891 ../../diskdrake/interactive.pm_.c:259
+#: ../../install_steps_interactive.pm_.c:208
+#, fuzzy
+msgid "More"
+msgstr "Fra"
+
+#: ../../Xconfigurator.pm_.c:891 ../../install_gtk.pm_.c:84
+#: ../../install_steps_gtk.pm_.c:328 ../../interactive.pm_.c:127
+#: ../../interactive.pm_.c:142 ../../interactive.pm_.c:317
+#: ../../interactive.pm_.c:349 ../../interactive_http.pm_.c:104
+#: ../../interactive_newt.pm_.c:170 ../../interactive_stdio.pm_.c:141
+#: ../../interactive_stdio.pm_.c:142 ../../my_gtk.pm_.c:686
+#: ../../my_gtk.pm_.c:1019 ../../my_gtk.pm_.c:1041
+#: ../../standalone/drakbackup_.c:2298 ../../standalone/drakbackup_.c:2369
+#: ../../standalone/drakbackup_.c:2385
+msgid "Ok"
+msgstr " lagi"
+
+#: ../../Xconfigurator.pm_.c:893 ../../network/netconnect.pm_.c:169
+#: ../../printerdrake.pm_.c:2470 ../../standalone/draknet_.c:275
+#: ../../standalone/draknet_.c:278
#, fuzzy
msgid "Expert Mode"
msgstr "F. snillinga"
-#: ../../Xconfigurator.pm_.c:751
+#: ../../Xconfigurator.pm_.c:894
msgid "Show all"
msgstr "Sna alla"
-#: ../../Xconfigurator.pm_.c:794
+#: ../../Xconfigurator.pm_.c:939
msgid "Resolutions"
msgstr "Upplausnir"
-#: ../../Xconfigurator.pm_.c:1330
+#: ../../Xconfigurator.pm_.c:1509
#, c-format
msgid "Keyboard layout: %s\n"
msgstr "Tegund lyklabors: %s\n"
-#: ../../Xconfigurator.pm_.c:1331
+#: ../../Xconfigurator.pm_.c:1510
#, c-format
msgid "Mouse type: %s\n"
msgstr "Tegund msar: %s\n"
-#: ../../Xconfigurator.pm_.c:1332
+#: ../../Xconfigurator.pm_.c:1511
#, c-format
msgid "Mouse device: %s\n"
msgstr "Ms: %s\n"
-#: ../../Xconfigurator.pm_.c:1333
+#: ../../Xconfigurator.pm_.c:1512
#, c-format
msgid "Monitor: %s\n"
msgstr "Skjr: %s\n"
-#: ../../Xconfigurator.pm_.c:1334
+#: ../../Xconfigurator.pm_.c:1513
#, c-format
msgid "Monitor HorizSync: %s\n"
msgstr "Lrtt tni skjs: %s\n"
-#: ../../Xconfigurator.pm_.c:1335
+#: ../../Xconfigurator.pm_.c:1514
#, c-format
msgid "Monitor VertRefresh: %s\n"
msgstr "Lrtt tni skjs: %s\n"
-#: ../../Xconfigurator.pm_.c:1336
+#: ../../Xconfigurator.pm_.c:1515
#, c-format
msgid "Graphic card: %s\n"
msgstr "Skjkort: %s\n"
-#: ../../Xconfigurator.pm_.c:1337
+#: ../../Xconfigurator.pm_.c:1516
+#, fuzzy, c-format
+msgid "Graphic card identification: %s\n"
+msgstr "Skjkort: %s\n"
+
+#: ../../Xconfigurator.pm_.c:1517
#, c-format
msgid "Graphic memory: %s kB\n"
msgstr "Skjkortsminni: %s kB\n"
-#: ../../Xconfigurator.pm_.c:1339
+#: ../../Xconfigurator.pm_.c:1519
#, fuzzy, c-format
msgid "Color depth: %s\n"
msgstr "Stillingar litadpt"
-#: ../../Xconfigurator.pm_.c:1340
+#: ../../Xconfigurator.pm_.c:1520
#, fuzzy, c-format
msgid "Resolution: %s\n"
msgstr "Upplausnir"
-#: ../../Xconfigurator.pm_.c:1342
+#: ../../Xconfigurator.pm_.c:1522
#, c-format
msgid "XFree86 server: %s\n"
msgstr "XFree86 jnn: %s\n"
-#: ../../Xconfigurator.pm_.c:1343
+#: ../../Xconfigurator.pm_.c:1523
#, fuzzy, c-format
msgid "XFree86 driver: %s\n"
msgstr "XFree86 jnn: %s\n"
-#: ../../Xconfigurator.pm_.c:1362
+#: ../../Xconfigurator.pm_.c:1541
msgid "Preparing X-Window configuration"
msgstr "Undirb X-Window skilgreiningu"
-#: ../../Xconfigurator.pm_.c:1382
+#: ../../Xconfigurator.pm_.c:1561
msgid "What do you want to do?"
msgstr "Hva viltu gera?"
-#: ../../Xconfigurator.pm_.c:1387
+#: ../../Xconfigurator.pm_.c:1566
msgid "Change Monitor"
msgstr "Skipta um skj"
-#: ../../Xconfigurator.pm_.c:1388
+#: ../../Xconfigurator.pm_.c:1567
msgid "Change Graphic card"
msgstr "Skipta um skjkort"
-#: ../../Xconfigurator.pm_.c:1390
+#: ../../Xconfigurator.pm_.c:1570
msgid "Change Server options"
msgstr "Breyta jns mguleikum"
-#: ../../Xconfigurator.pm_.c:1391
+#: ../../Xconfigurator.pm_.c:1571
msgid "Change Resolution"
msgstr "Breyta upplausn"
-#: ../../Xconfigurator.pm_.c:1392
+#: ../../Xconfigurator.pm_.c:1572
msgid "Show information"
msgstr "Sna upplsingar"
-#: ../../Xconfigurator.pm_.c:1393
+#: ../../Xconfigurator.pm_.c:1573
msgid "Test again"
msgstr "Prfa aftur"
-#: ../../Xconfigurator.pm_.c:1394 ../../bootlook.pm_.c:238
+#: ../../Xconfigurator.pm_.c:1574 ../../printerdrake.pm_.c:2473
+#: ../../standalone/logdrake_.c:225
msgid "Quit"
msgstr "Htta"
-#: ../../Xconfigurator.pm_.c:1402
+#: ../../Xconfigurator.pm_.c:1582
#, fuzzy, c-format
msgid ""
"Keep the changes?\n"
@@ -342,20 +381,11 @@ msgid ""
"%s"
msgstr "Halda nverandi IP stillingum"
-#: ../../Xconfigurator.pm_.c:1423
-#, c-format
-msgid "Please relog into %s to activate the changes"
-msgstr "Stimplau ig aftur inn %s til a virkja breytingarnar"
-
-#: ../../Xconfigurator.pm_.c:1443
-msgid "Please log out and then use Ctrl-Alt-BackSpace"
-msgstr "Stimplau ig t og slu Ctrl-Alt-Backspace"
-
-#: ../../Xconfigurator.pm_.c:1446
+#: ../../Xconfigurator.pm_.c:1603
msgid "X at startup"
msgstr "X rsingu"
-#: ../../Xconfigurator.pm_.c:1447
+#: ../../Xconfigurator.pm_.c:1604
msgid ""
"I can set up your computer to automatically start X upon booting.\n"
"Would you like X to start when you reboot?"
@@ -363,6 +393,15 @@ msgstr ""
"g get stillt tlvuna na til a kveikja sjlfvirkt X vi rsingu\n"
"Vilt kveikja X vi endurrsingu?"
+#: ../../Xconfigurator.pm_.c:1610
+#, c-format
+msgid "Please relog into %s to activate the changes"
+msgstr "Stimplau ig aftur inn %s til a virkja breytingarnar"
+
+#: ../../Xconfigurator.pm_.c:1625
+msgid "Please log out and then use Ctrl-Alt-BackSpace"
+msgstr "Stimplau ig t og slu Ctrl-Alt-Backspace"
+
#: ../../Xconfigurator_consts.pm_.c:6
msgid "256 colors (8 bits)"
msgstr "256 litir (8 bits)"
@@ -383,247 +422,268 @@ msgstr "16 miljn litir (24 bits)"
msgid "4 billion colors (32 bits)"
msgstr "4 miljarar lita (32 bits)"
-#: ../../Xconfigurator_consts.pm_.c:106
+#: ../../Xconfigurator_consts.pm_.c:113
msgid "256 kB"
msgstr "256 kB"
-#: ../../Xconfigurator_consts.pm_.c:107
+#: ../../Xconfigurator_consts.pm_.c:114
msgid "512 kB"
msgstr "512 kB"
-#: ../../Xconfigurator_consts.pm_.c:108
+#: ../../Xconfigurator_consts.pm_.c:115
msgid "1 MB"
msgstr "1 MB"
-#: ../../Xconfigurator_consts.pm_.c:109
+#: ../../Xconfigurator_consts.pm_.c:116
msgid "2 MB"
msgstr "2 MB"
-#: ../../Xconfigurator_consts.pm_.c:110
+#: ../../Xconfigurator_consts.pm_.c:117
msgid "4 MB"
msgstr "4 MB"
-#: ../../Xconfigurator_consts.pm_.c:111
+#: ../../Xconfigurator_consts.pm_.c:118
msgid "8 MB"
msgstr "8 MB"
-#: ../../Xconfigurator_consts.pm_.c:112
-msgid "16 MB or more"
-msgstr "16 MB ea meira"
+#: ../../Xconfigurator_consts.pm_.c:119
+#, fuzzy
+msgid "16 MB"
+msgstr "1 MB"
#: ../../Xconfigurator_consts.pm_.c:120
+#, fuzzy
+msgid "32 MB"
+msgstr "2 MB"
+
+#: ../../Xconfigurator_consts.pm_.c:121
+#, fuzzy
+msgid "64 MB or more"
+msgstr "16 MB ea meira"
+
+#: ../../Xconfigurator_consts.pm_.c:129
msgid "Standard VGA, 640x480 at 60 Hz"
msgstr "Stala VGA, 640x480 @ 60 Hz"
-#: ../../Xconfigurator_consts.pm_.c:121
+#: ../../Xconfigurator_consts.pm_.c:130
msgid "Super VGA, 800x600 at 56 Hz"
msgstr "Super VGA, 800x600 @ 56 Hz"
-#: ../../Xconfigurator_consts.pm_.c:122
+#: ../../Xconfigurator_consts.pm_.c:131
msgid "8514 Compatible, 1024x768 at 87 Hz interlaced (no 800x600)"
msgstr "8514 Samhft, 1024x768 @ 87 Hz samtvinna (ekkert 800x600)"
-#: ../../Xconfigurator_consts.pm_.c:123
+#: ../../Xconfigurator_consts.pm_.c:132
msgid "Super VGA, 1024x768 at 87 Hz interlaced, 800x600 at 56 Hz"
msgstr "Super VGA, 1024x768 @ 87 Hz samtvinna, 800x600 @ 56 Hz"
-#: ../../Xconfigurator_consts.pm_.c:124
+#: ../../Xconfigurator_consts.pm_.c:133
msgid "Extended Super VGA, 800x600 at 60 Hz, 640x480 at 72 Hz"
msgstr "Extended Super VGA, 800x600 @ 60 Hz, 640x480 @ 72 Hz"
-#: ../../Xconfigurator_consts.pm_.c:125
+#: ../../Xconfigurator_consts.pm_.c:134
msgid "Non-Interlaced SVGA, 1024x768 at 60 Hz, 800x600 at 72 Hz"
msgstr "samtvinna SVGA, 1024x768 @ 60 Hz, 800x600 @ 72 Hz"
-#: ../../Xconfigurator_consts.pm_.c:126
+#: ../../Xconfigurator_consts.pm_.c:135
msgid "High Frequency SVGA, 1024x768 at 70 Hz"
msgstr "Htni SVGA, 1024x768 @ 70 Hz"
-#: ../../Xconfigurator_consts.pm_.c:127
+#: ../../Xconfigurator_consts.pm_.c:136
msgid "Multi-frequency that can do 1280x1024 at 60 Hz"
msgstr "Skjr sem rur vi 1280x1024 @ 60 Hz"
-#: ../../Xconfigurator_consts.pm_.c:128
+#: ../../Xconfigurator_consts.pm_.c:137
msgid "Multi-frequency that can do 1280x1024 at 74 Hz"
msgstr "Skjr sem rur vi 1280x1024 @ 74 Hz"
-#: ../../Xconfigurator_consts.pm_.c:129
+#: ../../Xconfigurator_consts.pm_.c:138
msgid "Multi-frequency that can do 1280x1024 at 76 Hz"
msgstr "Skjr sem rur vi 1280x1024 @ 76 Hz"
-#: ../../Xconfigurator_consts.pm_.c:130
+#: ../../Xconfigurator_consts.pm_.c:139
msgid "Monitor that can do 1600x1200 at 70 Hz"
msgstr "Skjr sem rur vi 1600x1200 @ 70 Hz"
-#: ../../Xconfigurator_consts.pm_.c:131
+#: ../../Xconfigurator_consts.pm_.c:140
msgid "Monitor that can do 1600x1200 at 76 Hz"
msgstr "Skjr sem rur vi 1600x1200 @ 76 Hz"
-#: ../../any.pm_.c:99 ../../any.pm_.c:124
+#: ../../any.pm_.c:116 ../../any.pm_.c:141
msgid "First sector of boot partition"
msgstr " fyrsta geira rsidisksneiar"
-#: ../../any.pm_.c:99 ../../any.pm_.c:124 ../../any.pm_.c:197
+#: ../../any.pm_.c:116 ../../any.pm_.c:141 ../../any.pm_.c:218
msgid "First sector of drive (MBR)"
msgstr " rsifrsluna (MBR)"
-#: ../../any.pm_.c:103
+#: ../../any.pm_.c:120
#, fuzzy
msgid "SILO Installation"
msgstr "Uppsetning LILO"
-#: ../../any.pm_.c:104 ../../any.pm_.c:117
+#: ../../any.pm_.c:121 ../../any.pm_.c:134
msgid "Where do you want to install the bootloader?"
msgstr "Hvert viltu setja rsistjrann?"
-#: ../../any.pm_.c:116
+#: ../../any.pm_.c:133
#, fuzzy
msgid "LILO/grub Installation"
msgstr "Uppsetning LILO"
-#: ../../any.pm_.c:128 ../../any.pm_.c:142
+#: ../../any.pm_.c:145 ../../any.pm_.c:159
msgid "SILO"
msgstr ""
-#: ../../any.pm_.c:130
+#: ../../any.pm_.c:147
msgid "LILO with text menu"
msgstr ""
-#: ../../any.pm_.c:131 ../../any.pm_.c:142
+#: ../../any.pm_.c:148 ../../any.pm_.c:159
msgid "LILO with graphical menu"
msgstr ""
-#: ../../any.pm_.c:134
+#: ../../any.pm_.c:151
msgid "Grub"
msgstr ""
-#: ../../any.pm_.c:138
+#: ../../any.pm_.c:155
msgid "Boot from DOS/Windows (loadlin)"
msgstr ""
-#: ../../any.pm_.c:140 ../../any.pm_.c:142
+#: ../../any.pm_.c:157 ../../any.pm_.c:159
#, fuzzy
msgid "Yaboot"
msgstr "Rt"
-#: ../../any.pm_.c:148 ../../any.pm_.c:180
+#: ../../any.pm_.c:166 ../../any.pm_.c:198
#, fuzzy
msgid "Bootloader main options"
msgstr "Stillingar LILO"
-#: ../../any.pm_.c:149 ../../any.pm_.c:181
+#: ../../any.pm_.c:167 ../../any.pm_.c:199
#, fuzzy
msgid "Bootloader to use"
msgstr "Stillingar LILO"
-#: ../../any.pm_.c:151
+#: ../../any.pm_.c:169
#, fuzzy
msgid "Bootloader installation"
msgstr "Stillingar LILO"
-#: ../../any.pm_.c:153 ../../any.pm_.c:183
+#: ../../any.pm_.c:171 ../../any.pm_.c:201
msgid "Boot device"
msgstr "Rsitki"
-#: ../../any.pm_.c:154
+#: ../../any.pm_.c:172
msgid "LBA (doesn't work on old BIOSes)"
msgstr ""
-#: ../../any.pm_.c:155
+#: ../../any.pm_.c:173
msgid "Compact"
msgstr "Samjappa"
-#: ../../any.pm_.c:155
+#: ../../any.pm_.c:173
msgid "compact"
msgstr "samjappa"
-#: ../../any.pm_.c:156 ../../any.pm_.c:256
+#: ../../any.pm_.c:174 ../../any.pm_.c:298
msgid "Video mode"
msgstr "Skjhamur"
-#: ../../any.pm_.c:158
+#: ../../any.pm_.c:176
msgid "Delay before booting default image"
msgstr "Tf ur en sjlfgefin rsing byrjar"
-#: ../../any.pm_.c:160 ../../any.pm_.c:741
-#: ../../install_steps_interactive.pm_.c:904 ../../netconnect.pm_.c:629
-#: ../../printerdrake.pm_.c:98 ../../printerdrake.pm_.c:132
-#: ../../standalone/draknet_.c:569
+#: ../../any.pm_.c:178 ../../any.pm_.c:796
+#: ../../install_steps_interactive.pm_.c:1115 ../../network/modem.pm_.c:48
+#: ../../printerdrake.pm_.c:708 ../../printerdrake.pm_.c:806
+#: ../../standalone/draknet_.c:625
msgid "Password"
msgstr "Lykilor"
-#: ../../any.pm_.c:161 ../../any.pm_.c:742
-#: ../../install_steps_interactive.pm_.c:905
+#: ../../any.pm_.c:179 ../../any.pm_.c:797
+#: ../../install_steps_interactive.pm_.c:1116
msgid "Password (again)"
msgstr "Lykilor (aftur)"
-#: ../../any.pm_.c:162
+#: ../../any.pm_.c:180
msgid "Restrict command line options"
msgstr "Takmarka alla rofa skipanlnu"
-#: ../../any.pm_.c:162
+#: ../../any.pm_.c:180
msgid "restrict"
msgstr "takmarka"
-#: ../../any.pm_.c:164
+#: ../../any.pm_.c:182
msgid "Clean /tmp at each boot"
msgstr ""
-#: ../../any.pm_.c:165
+#: ../../any.pm_.c:183
#, c-format
msgid "Precise RAM size if needed (found %d MB)"
msgstr "Nkvm str vinnsluminnis (fann %d MB)"
-#: ../../any.pm_.c:167
+#: ../../any.pm_.c:185
msgid "Enable multi profiles"
msgstr ""
-#: ../../any.pm_.c:171
+#: ../../any.pm_.c:189
msgid "Give the ram size in MB"
msgstr "Slu inn vinnsluminni MB"
-#: ../../any.pm_.c:173
+#: ../../any.pm_.c:191
msgid ""
"Option ``Restrict command line options'' is of no use without a password"
msgstr ""
"Valkosturinn ``Takmarka alla rofa skipanalnu'' gerir ekkert n lykilors"
-#: ../../any.pm_.c:174 ../../any.pm_.c:718
-#: ../../install_steps_interactive.pm_.c:899
+#: ../../any.pm_.c:192 ../../any.pm_.c:773
+#: ../../diskdrake/interactive.pm_.c:1135
+#: ../../install_steps_interactive.pm_.c:1110
msgid "Please try again"
msgstr "Reyndu aftur"
-#: ../../any.pm_.c:174 ../../any.pm_.c:718
-#: ../../install_steps_interactive.pm_.c:899
+#: ../../any.pm_.c:192 ../../any.pm_.c:773
+#: ../../install_steps_interactive.pm_.c:1110
msgid "The passwords do not match"
msgstr "Mismunandi lykilor"
-#: ../../any.pm_.c:182
+#: ../../any.pm_.c:200
msgid "Init Message"
msgstr ""
-#: ../../any.pm_.c:184
+#: ../../any.pm_.c:202
msgid "Open Firmware Delay"
msgstr ""
-#: ../../any.pm_.c:185
+#: ../../any.pm_.c:203
msgid "Kernel Boot Timeout"
msgstr ""
-#: ../../any.pm_.c:186
+#: ../../any.pm_.c:204
msgid "Enable CD Boot?"
msgstr ""
-#: ../../any.pm_.c:187
+#: ../../any.pm_.c:205
msgid "Enable OF Boot?"
msgstr ""
-#: ../../any.pm_.c:188
+#: ../../any.pm_.c:206
#, fuzzy
msgid "Default OS?"
msgstr "Sjlfgefi"
-#: ../../any.pm_.c:210
+#: ../../any.pm_.c:240
+msgid ""
+"You decided to install the bootloader on a partition.\n"
+"This implies you already have a bootloader on the hard drive you boot (eg: "
+"System Commander).\n"
+"\n"
+"On which drive are you booting?"
+msgstr ""
+
+#: ../../any.pm_.c:255
#, fuzzy
msgid ""
"Here are the different entries.\n"
@@ -632,149 +692,157 @@ msgstr ""
"Hrna eru nverandi stillingar LILO .\n"
" getur btt vi fleirum ea breytt essum."
-#: ../../any.pm_.c:220 ../../printerdrake.pm_.c:356
+#: ../../any.pm_.c:265 ../../standalone/drakbackup_.c:752
+#: ../../standalone/drakbackup_.c:861 ../../standalone/drakfont_.c:789
+#: ../../standalone/drakfont_.c:826
msgid "Add"
msgstr "Bta vi"
-#: ../../any.pm_.c:220 ../../any.pm_.c:729 ../../diskdrake.pm_.c:46
-#: ../../printerdrake.pm_.c:356
+#: ../../any.pm_.c:265 ../../any.pm_.c:784 ../../diskdrake/hd_gtk.pm_.c:153
+#: ../../diskdrake/removable.pm_.c:27 ../../diskdrake/smbnfs_gtk.pm_.c:86
+#: ../../interactive_http.pm_.c:153
msgid "Done"
msgstr "Bi"
-#: ../../any.pm_.c:220
+#: ../../any.pm_.c:265
#, fuzzy
msgid "Modify"
msgstr "Breyta RAID"
-#: ../../any.pm_.c:228
+#: ../../any.pm_.c:273
msgid "Which type of entry do you want to add?"
msgstr "Hverju viltu bta vi?"
-#: ../../any.pm_.c:229
+#: ../../any.pm_.c:274 ../../standalone/drakbackup_.c:895
msgid "Linux"
msgstr "Linux"
-#: ../../any.pm_.c:229
+#: ../../any.pm_.c:274
msgid "Other OS (SunOS...)"
msgstr "ru strikerfi (SunOS...)"
-#: ../../any.pm_.c:230
+#: ../../any.pm_.c:275
msgid "Other OS (MacOS...)"
msgstr "ru strikerfi (MacOS...)"
-#: ../../any.pm_.c:230
+#: ../../any.pm_.c:275
msgid "Other OS (windows...)"
msgstr "ru strikerfi (Windows...)"
-#: ../../any.pm_.c:250 ../../any.pm_.c:252
+#: ../../any.pm_.c:294
msgid "Image"
msgstr "Rsikjarna"
-#: ../../any.pm_.c:253 ../../any.pm_.c:264
+#: ../../any.pm_.c:295 ../../any.pm_.c:306
msgid "Root"
msgstr "Rt"
-#: ../../any.pm_.c:254 ../../any.pm_.c:283
+#: ../../any.pm_.c:296 ../../any.pm_.c:325
msgid "Append"
msgstr "Bta aftan vi"
-#: ../../any.pm_.c:258
+#: ../../any.pm_.c:300
msgid "Initrd"
msgstr "Initrd"
-#: ../../any.pm_.c:259
+#: ../../any.pm_.c:301
msgid "Read-write"
msgstr "Les-skrif"
-#: ../../any.pm_.c:266
+#: ../../any.pm_.c:308
msgid "Table"
msgstr "Tafla"
-#: ../../any.pm_.c:267
+#: ../../any.pm_.c:309
msgid "Unsafe"
msgstr "ruggt"
-#: ../../any.pm_.c:274 ../../any.pm_.c:279 ../../any.pm_.c:282
+#: ../../any.pm_.c:316 ../../any.pm_.c:321 ../../any.pm_.c:324
msgid "Label"
msgstr "Nafn"
-#: ../../any.pm_.c:276 ../../any.pm_.c:287
+#: ../../any.pm_.c:318 ../../any.pm_.c:329
msgid "Default"
msgstr "Sjlfgefi"
-#: ../../any.pm_.c:284
+#: ../../any.pm_.c:326
#, fuzzy
msgid "Initrd-size"
msgstr "Initrd"
-#: ../../any.pm_.c:286
+#: ../../any.pm_.c:328
msgid "NoVideo"
msgstr ""
-#: ../../any.pm_.c:294
+#: ../../any.pm_.c:336
msgid "Remove entry"
msgstr "Fjarlgja"
-#: ../../any.pm_.c:297
+#: ../../any.pm_.c:339
msgid "Empty label not allowed"
msgstr "Autt er ekki leyft"
-#: ../../any.pm_.c:298
+#: ../../any.pm_.c:340
+msgid "You must specify a kernel image"
+msgstr ""
+
+#: ../../any.pm_.c:340
#, fuzzy
-msgid "This label is already used"
-msgstr "etta nafn er n egar notkun."
+msgid "You must specify a root partition"
+msgstr " verur a hafa diskminni"
-#: ../../any.pm_.c:317
+#: ../../any.pm_.c:341
#, fuzzy
-msgid "What type of partitioning?"
-msgstr "Hvernig prentara ertu me?"
+msgid "This label is already used"
+msgstr "etta nafn er n egar notkun."
-#: ../../any.pm_.c:608
+#: ../../any.pm_.c:656
#, c-format
msgid "Found %s %s interfaces"
msgstr "Fann %s %s tengi"
-#: ../../any.pm_.c:609
+#: ../../any.pm_.c:657
msgid "Do you have another one?"
msgstr "Er kannski eitt enn vlinni?"
-#: ../../any.pm_.c:610
+#: ../../any.pm_.c:658
#, c-format
msgid "Do you have any %s interfaces?"
msgstr "Eru einhver %s tengi tlvunni?"
-#: ../../any.pm_.c:612 ../../interactive.pm_.c:104 ../../my_gtk.pm_.c:616
-#: ../../printerdrake.pm_.c:237
+#: ../../any.pm_.c:660 ../../any.pm_.c:832 ../../interactive.pm_.c:132
+#: ../../my_gtk.pm_.c:1018
msgid "No"
msgstr "Nei"
-#: ../../any.pm_.c:612 ../../interactive.pm_.c:104 ../../my_gtk.pm_.c:616
+#: ../../any.pm_.c:660 ../../any.pm_.c:831 ../../interactive.pm_.c:132
+#: ../../my_gtk.pm_.c:1018
msgid "Yes"
msgstr "J"
-#: ../../any.pm_.c:613
+#: ../../any.pm_.c:661
msgid "See hardware info"
msgstr "Skoau vlbnaarupplsingar"
#. -PO: the first %s is the card type (scsi, network, sound,...)
#. -PO: the second is the vendor+model name
-#: ../../any.pm_.c:648
+#: ../../any.pm_.c:695
#, c-format
msgid "Installing driver for %s card %s"
msgstr "Set inn rekil fyrir %s korti %s"
-#: ../../any.pm_.c:649
+#: ../../any.pm_.c:696
#, c-format
msgid "(module %s)"
msgstr "(eining %s)"
#. -PO: the %s is the driver type (scsi, network, sound,...)
-#: ../../any.pm_.c:660
+#: ../../any.pm_.c:707
#, c-format
msgid "Which %s driver should I try?"
msgstr "Hvaa %s rekil viltu prfa?"
-#: ../../any.pm_.c:668
+#: ../../any.pm_.c:715
#, c-format
msgid ""
"In some cases, the %s driver needs to have extra information to work\n"
@@ -791,21 +859,23 @@ msgstr ""
" hann arf? Stundum frystir sjlfvirk stilling vlina en a tti ekki\n"
"a skemma neitt."
-#: ../../any.pm_.c:673
+#: ../../any.pm_.c:720
msgid "Autoprobe"
msgstr "Stilla sjlfvirkt"
-#: ../../any.pm_.c:673
+#: ../../any.pm_.c:720
msgid "Specify options"
msgstr "Stilla handvirkt"
-#: ../../any.pm_.c:677
+#: ../../any.pm_.c:725
#, c-format
-msgid "You may now provide its options to module %s."
-msgstr " getur nna gefi upp vifng fyrir %s eininguna."
+msgid ""
+"You may now provide its options to module %s.\n"
+"Note that any address should be entered with the prefix 0x like '0x123'"
+msgstr ""
# ## skrytid
-#: ../../any.pm_.c:683
+#: ../../any.pm_.c:731
#, c-format
msgid ""
"You may now provide its options to module %s.\n"
@@ -816,11 +886,11 @@ msgstr ""
"Vifng eru gefin upp sem ``vifang=gildi vifang2=gildi2 ...''.\n"
"Til dmis: ``io=0x300 irq=7''"
-#: ../../any.pm_.c:686
+#: ../../any.pm_.c:734
msgid "Module options:"
msgstr "Stillingar kjarnaeininga:"
-#: ../../any.pm_.c:697
+#: ../../any.pm_.c:745
#, c-format
msgid ""
"Loading module %s failed.\n"
@@ -829,33 +899,49 @@ msgstr ""
"Innsetning einingu %s mistkst.\n"
"Viltu prfa aftur me lk vifng?"
-#: ../../any.pm_.c:715
+#: ../../any.pm_.c:761
+msgid "access to X programs"
+msgstr ""
+
+#: ../../any.pm_.c:762
+msgid "access to rpm tools"
+msgstr ""
+
+#: ../../any.pm_.c:763
+msgid "allow \"su\""
+msgstr ""
+
+#: ../../any.pm_.c:764
+msgid "access to administrative files"
+msgstr ""
+
+#: ../../any.pm_.c:769
#, c-format
msgid "(already added %s)"
msgstr "(%s er n egar til)"
-#: ../../any.pm_.c:719
+#: ../../any.pm_.c:774
msgid "This password is too simple"
msgstr "etta lykilor er of einfalt"
-#: ../../any.pm_.c:720
+#: ../../any.pm_.c:775
msgid "Please give a user name"
msgstr "Vinsamlega slu inn notandanafn"
-#: ../../any.pm_.c:721
+#: ../../any.pm_.c:776
msgid ""
"The user name must contain only lower cased letters, numbers, `-' and `_'"
msgstr "Notandanafni m bara innihalda litla stafi, tlustafi, `-' og `_'"
-#: ../../any.pm_.c:722
+#: ../../any.pm_.c:777
msgid "This user name is already added"
msgstr "etta notandanafn er n egar til"
-#: ../../any.pm_.c:726
+#: ../../any.pm_.c:781
msgid "Add user"
msgstr "Bta vi notanda"
-#: ../../any.pm_.c:727
+#: ../../any.pm_.c:782
#, c-format
msgid ""
"Enter a user\n"
@@ -864,57 +950,233 @@ msgstr ""
"Slu inn notanda\n"
"%s"
-#: ../../any.pm_.c:728
+#: ../../any.pm_.c:783
msgid "Accept user"
msgstr "Samykkja notanda"
-#: ../../any.pm_.c:739
+#: ../../any.pm_.c:794
msgid "Real name"
msgstr "Nafn notanda"
-#: ../../any.pm_.c:740 ../../printerdrake.pm_.c:97
-#: ../../printerdrake.pm_.c:131
+#: ../../any.pm_.c:795 ../../printerdrake.pm_.c:707
+#: ../../printerdrake.pm_.c:805
msgid "User name"
msgstr "Notandanafn:"
-#: ../../any.pm_.c:743
+#: ../../any.pm_.c:798
msgid "Shell"
msgstr "Skel"
-#: ../../any.pm_.c:745
+#: ../../any.pm_.c:800
msgid "Icon"
msgstr ""
-#: ../../any.pm_.c:766
+#: ../../any.pm_.c:828
msgid "Autologin"
msgstr ""
-#: ../../any.pm_.c:767
+#: ../../any.pm_.c:829
#, fuzzy
msgid ""
"I can set up your computer to automatically log on one user.\n"
-"If you don't want to use this feature, click on the cancel button."
+"Do you want to use this feature?"
msgstr ""
"g get stillt tlvuna na til a kveikja sjlfvirkt X vi rsingu\n"
"Vilt kveikja X vi endurrsingu?"
-#: ../../any.pm_.c:769
+#: ../../any.pm_.c:833
#, fuzzy
msgid "Choose the default user:"
msgstr "Veldu nja str"
-#: ../../any.pm_.c:770
+#: ../../any.pm_.c:834
#, fuzzy
msgid "Choose the window manager to run:"
msgstr "Veldu forriti sem vilt nota"
+#: ../../any.pm_.c:849
+#, fuzzy
+msgid "Please choose a language to use."
+msgstr "Hvernig ms ertu me?"
+
+#: ../../any.pm_.c:851
+msgid "You can choose other languages that will be available after install"
+msgstr ""
+
+#: ../../any.pm_.c:863 ../../install_steps_interactive.pm_.c:719
+#: ../../standalone/drakxtv_.c:54
+msgid "All"
+msgstr ""
+
+#: ../../any.pm_.c:955
+#, fuzzy
+msgid "Allow all users"
+msgstr "Bta vi notanda"
+
+#: ../../any.pm_.c:955 ../../install_steps_interactive.pm_.c:521
+#, fuzzy
+msgid "Custom"
+msgstr "Srlagaa"
+
+#: ../../any.pm_.c:955
+#, fuzzy
+msgid "No sharing"
+msgstr "Stabundinn prentari"
+
+#: ../../any.pm_.c:965 ../../network/smbnfs.pm_.c:45
+#, fuzzy, c-format
+msgid "The package %s needs to be installed. Do you want to install it?"
+msgstr "Hvaa pakka viltu setja inn"
+
+#: ../../any.pm_.c:968
+msgid "You can export using NFS or Samba. Which one do you want"
+msgstr ""
+
+#: ../../any.pm_.c:976 ../../network/smbnfs.pm_.c:49
+#, c-format
+msgid "Mandatory package %s is missing"
+msgstr ""
+
+#: ../../any.pm_.c:982
+msgid ""
+"Do you want to allow users to export some directories in their home?\n"
+"Allowing this will permit users to simply click on \"Share\" in konqueror "
+"and nautilus.\n"
+"\n"
+"\"Custom\" permit a per-user granularity.\n"
+msgstr ""
+
+#: ../../any.pm_.c:996 ../../bootlook.pm_.c:161
+#: ../../diskdrake/smbnfs_gtk.pm_.c:85 ../../install_steps_gtk.pm_.c:464
+#: ../../install_steps_gtk.pm_.c:522 ../../install_steps_interactive.pm_.c:594
+#: ../../interactive.pm_.c:142 ../../interactive.pm_.c:317
+#: ../../interactive.pm_.c:349 ../../interactive_stdio.pm_.c:141
+#: ../../my_gtk.pm_.c:687 ../../my_gtk.pm_.c:690 ../../my_gtk.pm_.c:1019
+#: ../../network/netconnect.pm_.c:47 ../../printerdrake.pm_.c:1586
+#: ../../standalone/drakautoinst_.c:204 ../../standalone/drakbackup_.c:2264
+#: ../../standalone/drakbackup_.c:2289 ../../standalone/drakbackup_.c:2310
+#: ../../standalone/drakbackup_.c:2331 ../../standalone/drakbackup_.c:2349
+#: ../../standalone/drakbackup_.c:2397 ../../standalone/drakbackup_.c:2417
+#: ../../standalone/drakbackup_.c:2436 ../../standalone/drakfont_.c:767
+#: ../../standalone/drakgw_.c:721 ../../standalone/draknet_.c:116
+#: ../../standalone/draknet_.c:148 ../../standalone/draknet_.c:290
+#: ../../standalone/draknet_.c:538 ../../standalone/draknet_.c:680
+#: ../../standalone/logdrake_.c:225 ../../standalone/logdrake_.c:512
+#: ../../standalone/tinyfirewall_.c:65
+msgid "Cancel"
+msgstr "Htta vi"
+
+#: ../../any.pm_.c:996
+msgid "Launch userdrake"
+msgstr ""
+
+#: ../../any.pm_.c:998
+msgid ""
+"The per-user sharing uses the group \"fileshare\". \n"
+"You can use userdrake to add a user in this group."
+msgstr ""
+
+#: ../../any.pm_.c:1035
+msgid "Welcome To Crackers"
+msgstr "Velkomin(n) tlvurjtinn"
+
+#: ../../any.pm_.c:1036
+msgid "Poor"
+msgstr "Llegt"
+
+#: ../../any.pm_.c:1037 ../../mouse.pm_.c:31
+msgid "Standard"
+msgstr ""
+
+#: ../../any.pm_.c:1038
+msgid "High"
+msgstr "Htt"
+
+#: ../../any.pm_.c:1039
+#, fuzzy
+msgid "Higher"
+msgstr "Htt"
+
+#: ../../any.pm_.c:1040
+msgid "Paranoid"
+msgstr "Taugaveikla"
+
+#: ../../any.pm_.c:1043
+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 ""
+
+#: ../../any.pm_.c:1046
+msgid ""
+"Password are now enabled, but use as a networked computer is still not "
+"recommended."
+msgstr ""
+
+#: ../../any.pm_.c:1047
+#, fuzzy
+msgid ""
+"This is the standard security recommended for a computer that will be used "
+"to connect to the Internet as a client."
+msgstr ""
+"etta er hi hefbundna ryggi sem mlt er me fyrir tlvu sem verur notu\n"
+"til a tengja vi neti sem biill. ryggisathuganir eru nna gangi. "
+
+#: ../../any.pm_.c:1048
+msgid ""
+"There are already some restrictions, and more automatic checks are run every "
+"night."
+msgstr ""
+
+#: ../../any.pm_.c:1049
+#, fuzzy
+msgid ""
+"With this security level, the use of this system as a server becomes "
+"possible.\n"
+"The security is now high enough to use the system as a server which accept\n"
+"connections from many clients. Note: if your machine is only a client on the "
+"Internet, you should better choose a lower level."
+msgstr ""
+" essu ryggisstigi er ori mgulegt a nota tlvuna sem jn.\n"
+"ryggi er ngu ngu miki til a taka vi fyrirspurnum fr\n"
+"mrgum bilum. "
+
+#: ../../any.pm_.c:1052
+#, fuzzy
+msgid ""
+"Based on the previous level, but the system is entirely closed.\n"
+"Security features are at their maximum."
+msgstr ""
+"Kerfi er komi 4. stig og er n alveg loka.\n"
+"ryggi er hsta stigi."
+
+#: ../../any.pm_.c:1058
+msgid "Choose security level"
+msgstr "Veldu ryggisstig"
+
+#: ../../any.pm_.c:1061
+#, fuzzy
+msgid "Security level"
+msgstr "Stilli ryggisrep"
+
+#: ../../any.pm_.c:1063
+#, fuzzy
+msgid "Use libsafe for servers"
+msgstr "Veldu valmguleika fyrir jn"
+
+#: ../../any.pm_.c:1064
+msgid ""
+"A library which defends against buffer overflow and format string attacks."
+msgstr ""
+
# NOTE: this message will be displayed at boot time; that is
# only the ascii charset will be available on most machines
# so use only 7bit for this message (and do transliteration or
# leave it in English, as it is the best for your language)
#
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#: ../../bootloader.pm_.c:262 ../../bootloader.pm_.c:608
+#: ../../bootloader.pm_.c:355
#, fuzzy, c-format
msgid ""
"Welcome to %s the operating system chooser!\n"
@@ -941,51 +1203,56 @@ msgstr ""
#
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:809
+#: ../../bootloader.pm_.c:928
msgid "Welcome to GRUB the operating system chooser!"
msgstr ""
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:812
+#: ../../bootloader.pm_.c:931
#, c-format
msgid "Use the %c and %c keys for selecting which entry is highlighted."
msgstr ""
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:815
+#: ../../bootloader.pm_.c:934
msgid "Press enter to boot the selected OS, 'e' to edit the"
msgstr ""
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:818
+#: ../../bootloader.pm_.c:937
msgid "commands before booting, or 'c' for a command-line."
msgstr ""
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:821
+#: ../../bootloader.pm_.c:940
#, c-format
msgid "The highlighted entry will be booted automatically in %d seconds."
msgstr ""
-#: ../../bootloader.pm_.c:825
+#: ../../bootloader.pm_.c:944
msgid "not enough room in /boot"
msgstr ""
#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
#. -PO: so you may need to put them in English or in a different language if MS-windows doesn't exist in your language
-#: ../../bootloader.pm_.c:918
+#: ../../bootloader.pm_.c:1044
msgid "Desktop"
msgstr ""
#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#: ../../bootloader.pm_.c:920
+#: ../../bootloader.pm_.c:1046
msgid "Start Menu"
msgstr ""
+#: ../../bootloader.pm_.c:1065
+#, fuzzy, c-format
+msgid "You can't install the bootloader on a %s partition\n"
+msgstr "Hvert viltu setja rsistjrann?"
+
#: ../../bootlook.pm_.c:46
msgid "no help implemented yet.\n"
msgstr ""
@@ -995,247 +1262,381 @@ msgstr ""
msgid "Boot Style Configuration"
msgstr "Lokauppsetning"
-#: ../../bootlook.pm_.c:79
+#: ../../bootlook.pm_.c:79 ../../standalone/logdrake_.c:101
#, fuzzy
msgid "/_File"
msgstr "Skrr:\n"
-#: ../../bootlook.pm_.c:81
-msgid "/File/_New"
+#: ../../bootlook.pm_.c:80 ../../standalone/logdrake_.c:107
+msgid "/File/_Quit"
msgstr ""
-#: ../../bootlook.pm_.c:82
-msgid "<control>N"
+#: ../../bootlook.pm_.c:80 ../../standalone/logdrake_.c:107
+msgid "<control>Q"
msgstr ""
-#: ../../bootlook.pm_.c:84
-msgid "/File/_Open"
+#: ../../bootlook.pm_.c:91
+msgid "NewStyle Categorizing Monitor"
msgstr ""
-#: ../../bootlook.pm_.c:85
-msgid "<control>O"
+#: ../../bootlook.pm_.c:92
+#, fuzzy
+msgid "NewStyle Monitor"
+msgstr "Skjr"
+
+#: ../../bootlook.pm_.c:93
+#, fuzzy
+msgid "Traditional Monitor"
+msgstr "Skipta um skj"
+
+#: ../../bootlook.pm_.c:94
+msgid "Traditional Gtk+ Monitor"
msgstr ""
-#: ../../bootlook.pm_.c:87
-msgid "/File/_Save"
+#: ../../bootlook.pm_.c:95
+msgid "Launch Aurora at boot time"
msgstr ""
-#: ../../bootlook.pm_.c:88
-msgid "<control>S"
+#: ../../bootlook.pm_.c:98
+#, fuzzy
+msgid "Lilo/grub mode"
+msgstr "Hringja inn me mtaldi"
+
+#: ../../bootlook.pm_.c:98
+#, fuzzy
+msgid "Yaboot mode"
+msgstr "Rsitki"
+
+#: ../../bootlook.pm_.c:104
+#, fuzzy, c-format
+msgid ""
+"You are currently using %s as Boot Manager.\n"
+"Click on Configure to launch the setup wizard."
+msgstr "Veldu prenttengingu"
+
+#: ../../bootlook.pm_.c:106 ../../standalone/drakbackup_.c:1467
+#: ../../standalone/drakbackup_.c:1478 ../../standalone/drakgw_.c:715
+#: ../../standalone/tinyfirewall_.c:59
+#, fuzzy
+msgid "Configure"
+msgstr "Stilla X"
+
+#: ../../bootlook.pm_.c:141
+msgid "System mode"
msgstr ""
-#: ../../bootlook.pm_.c:90
-msgid "/File/Save _As"
+#: ../../bootlook.pm_.c:143
+msgid "Launch the X-Window system at start"
msgstr ""
-#: ../../bootlook.pm_.c:91
-msgid "/File/-"
+#: ../../bootlook.pm_.c:148
+msgid "No, I don't want autologin"
msgstr ""
-#: ../../bootlook.pm_.c:93
-msgid "/File/_Quit"
+#: ../../bootlook.pm_.c:150
+msgid "Yes, I want autologin with this (user, desktop)"
msgstr ""
-#: ../../bootlook.pm_.c:94
-msgid "<control>Q"
+#: ../../bootlook.pm_.c:160 ../../network/netconnect.pm_.c:102
+#: ../../standalone/drakbackup_.c:2441 ../../standalone/drakbackup_.c:3345
+#: ../../standalone/drakfont_.c:532 ../../standalone/drakfont_.c:655
+#: ../../standalone/drakfont_.c:719 ../../standalone/drakfont_.c:765
+#: ../../standalone/draknet_.c:109 ../../standalone/draknet_.c:141
+#: ../../standalone/draknet_.c:297 ../../standalone/draknet_.c:436
+#: ../../standalone/draknet_.c:522 ../../standalone/draknet_.c:565
+#: ../../standalone/draknet_.c:666 ../../standalone/logdrake_.c:505
+msgid "OK"
msgstr ""
-#: ../../bootlook.pm_.c:96
-msgid "/_Options"
+#: ../../bootlook.pm_.c:229
+#, c-format
+msgid "can not open /etc/inittab for reading: %s"
msgstr ""
-#: ../../bootlook.pm_.c:98
-msgid "/Options/Test"
+#: ../../common.pm_.c:94
+msgid "GB"
msgstr ""
-#: ../../bootlook.pm_.c:99
-#, fuzzy
-msgid "/_Help"
-msgstr "Hjlp"
+#: ../../common.pm_.c:94
+msgid "KB"
+msgstr ""
-#: ../../bootlook.pm_.c:101
-msgid "/Help/_About..."
+#: ../../common.pm_.c:94
+msgid "MB"
+msgstr "MB"
+
+#: ../../common.pm_.c:102
+msgid "TB"
msgstr ""
-#: ../../bootlook.pm_.c:111 ../../standalone/drakgw_.c:634
-#: ../../standalone/draknet_.c:262 ../../standalone/tinyfirewall_.c:57
-#, fuzzy
-msgid "Configure"
-msgstr "Stilla X"
+#: ../../common.pm_.c:110
+#, c-format
+msgid "%d minutes"
+msgstr ""
+
+#: ../../common.pm_.c:112
+msgid "1 minute"
+msgstr ""
-#: ../../bootlook.pm_.c:114
+#: ../../common.pm_.c:114
#, fuzzy, c-format
-msgid ""
-"You are currently using %s as Boot Manager.\n"
-"Click on Configure to launch the setup wizard."
-msgstr "Veldu prenttengingu"
+msgid "%d seconds"
+msgstr "Htti eftir %d sekndur"
-#: ../../bootlook.pm_.c:121
+#: ../../common.pm_.c:159
#, fuzzy
-msgid "Lilo/grub mode"
-msgstr "Hringja inn me mtaldi"
+msgid "Can't make screenshots before partitioning"
+msgstr "Get ekki btt vi disksneium"
-#: ../../bootlook.pm_.c:131
-msgid "NewStyle Categorizing Monitor"
+#: ../../common.pm_.c:166
+#, c-format
+msgid "Screenshots will be available after install in %s"
msgstr ""
-#: ../../bootlook.pm_.c:134
+#: ../../crypto.pm_.c:12 ../../crypto.pm_.c:26 ../../standalone/drakxtv_.c:50
#, fuzzy
-msgid "NewStyle Monitor"
-msgstr "Skjr"
+msgid "France"
+msgstr "Htta vi"
+
+#: ../../crypto.pm_.c:13
+msgid "Costa Rica"
+msgstr ""
-#: ../../bootlook.pm_.c:137
+#: ../../crypto.pm_.c:14 ../../crypto.pm_.c:27
#, fuzzy
-msgid "Traditional Monitor"
-msgstr "Skipta um skj"
+msgid "Belgium"
+msgstr "Belgskt"
-#: ../../bootlook.pm_.c:140
-msgid "Traditional Gtk+ Monitor"
+#: ../../crypto.pm_.c:15 ../../crypto.pm_.c:28
+msgid "Czech Republic"
msgstr ""
-#: ../../bootlook.pm_.c:144
-msgid "Launch Aurora at boot time"
-msgstr ""
+#: ../../crypto.pm_.c:16 ../../crypto.pm_.c:29
+#, fuzzy
+msgid "Germany"
+msgstr "skt"
-#: ../../bootlook.pm_.c:169
+#: ../../crypto.pm_.c:17 ../../crypto.pm_.c:30
#, fuzzy
-msgid "Boot mode"
-msgstr "Rsitki"
+msgid "Greece"
+msgstr "Grskt"
-#: ../../bootlook.pm_.c:179
-msgid "Launch the X-Window system at start"
+#: ../../crypto.pm_.c:18 ../../crypto.pm_.c:31
+#, fuzzy
+msgid "Norway"
+msgstr "Norkst"
+
+#: ../../crypto.pm_.c:19 ../../crypto.pm_.c:32
+#, fuzzy
+msgid "Sweden"
+msgstr "Skoa"
+
+#: ../../crypto.pm_.c:20 ../../crypto.pm_.c:34
+msgid "Netherlands"
msgstr ""
-#: ../../bootlook.pm_.c:187
-msgid "No, I don't want autologin"
+#: ../../crypto.pm_.c:21 ../../crypto.pm_.c:35 ../../standalone/drakxtv_.c:50
+#, fuzzy
+msgid "Italy"
+msgstr "talskt"
+
+#: ../../crypto.pm_.c:22 ../../crypto.pm_.c:36
+#, fuzzy
+msgid "Austria"
+msgstr "ratengd"
+
+#: ../../crypto.pm_.c:33 ../../crypto.pm_.c:67
+msgid "United States"
msgstr ""
-#: ../../bootlook.pm_.c:193
-msgid "Yes, I want autologin with this (user, desktop)"
+#: ../../diskdrake/hd_gtk.pm_.c:94
+msgid "Please make a backup of your data first"
+msgstr "Vinsamlega taktu fyrst afrit af llum ggnum"
+
+#: ../../diskdrake/hd_gtk.pm_.c:94 ../../diskdrake/interactive.pm_.c:891
+#: ../../diskdrake/interactive.pm_.c:900 ../../diskdrake/interactive.pm_.c:954
+msgid "Read carefully!"
+msgstr "Lestu vandlega!"
+
+#: ../../diskdrake/hd_gtk.pm_.c:97
+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 ""
-#: ../../bootlook.pm_.c:210
-msgid "System mode"
+#: ../../diskdrake/hd_gtk.pm_.c:116 ../../diskdrake/interactive.pm_.c:325
+#: ../../diskdrake/interactive.pm_.c:340 ../../diskdrake/smbnfs_gtk.pm_.c:45
+#: ../../install_steps.pm_.c:75 ../../install_steps_interactive.pm_.c:67
+#: ../../install_steps_interactive.pm_.c:356 ../../interactive_http.pm_.c:119
+#: ../../interactive_http.pm_.c:120 ../../standalone/diskdrake_.c:84
+msgid "Error"
+msgstr "Villa"
+
+#: ../../diskdrake/hd_gtk.pm_.c:151
+msgid "Wizard"
msgstr ""
-#: ../../bootlook.pm_.c:228
-#, fuzzy
-msgid "Default Runlevel"
-msgstr "Sjlfgefi"
+#: ../../diskdrake/hd_gtk.pm_.c:181 ../../diskdrake/removable_gtk.pm_.c:24
+msgid "Choose action"
+msgstr "Veldu ager"
-#: ../../bootlook.pm_.c:236 ../../standalone/draknet_.c:88
-#: ../../standalone/draknet_.c:120 ../../standalone/draknet_.c:184
-#: ../../standalone/draknet_.c:302 ../../standalone/draknet_.c:396
-#: ../../standalone/draknet_.c:473 ../../standalone/draknet_.c:509
-#: ../../standalone/draknet_.c:617
-msgid "OK"
+#: ../../diskdrake/hd_gtk.pm_.c:185
+#, fuzzy
+msgid ""
+"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 ""
+" hefur eina stra FAT disksnei.\n"
+"(venjulega notu af Microsoft DOS/Windows).\n"
+"g legg til a endursnir hana\n"
+"(smelltu hana, san \"Endursna\")"
-#: ../../bootlook.pm_.c:238 ../../install_steps_gtk.pm_.c:576
-#: ../../interactive.pm_.c:114 ../../interactive.pm_.c:269
-#: ../../interactive_stdio.pm_.c:27 ../../my_gtk.pm_.c:357
-#: ../../my_gtk.pm_.c:360 ../../my_gtk.pm_.c:617
-#: ../../standalone/drakgw_.c:639 ../../standalone/draknet_.c:95
-#: ../../standalone/draknet_.c:127 ../../standalone/draknet_.c:295
-#: ../../standalone/draknet_.c:485 ../../standalone/draknet_.c:631
-#: ../../standalone/tinyfirewall_.c:63
-msgid "Cancel"
-msgstr "Htta vi"
+#: ../../diskdrake/hd_gtk.pm_.c:188
+msgid "Please click on a partition"
+msgstr "Smelltu disksnei"
+
+#: ../../diskdrake/hd_gtk.pm_.c:202 ../../diskdrake/smbnfs_gtk.pm_.c:67
+#: ../../install_steps_gtk.pm_.c:523
+msgid "Details"
+msgstr "tarleg atrii"
+
+#: ../../diskdrake/hd_gtk.pm_.c:320
+msgid "Ext2"
+msgstr "Ext2"
+
+#: ../../diskdrake/hd_gtk.pm_.c:320
+msgid "FAT"
+msgstr "FAT"
-#: ../../bootlook.pm_.c:315
-msgid "can not open /etc/inittab for reading: $!"
+#: ../../diskdrake/hd_gtk.pm_.c:320
+msgid "HFS"
msgstr ""
-#: ../../bootlook.pm_.c:369
-msgid "can not open /etc/sysconfig/autologin for reading: $!"
+#: ../../diskdrake/hd_gtk.pm_.c:320
+#, fuzzy
+msgid "Journalised FS"
+msgstr "tkst ekki a tengja"
+
+#: ../../diskdrake/hd_gtk.pm_.c:320
+msgid "SunOS"
msgstr ""
-#: ../../bootlook.pm_.c:435 ../../standalone/drakboot_.c:47
-msgid "Installation of LILO failed. The following error occured:"
-msgstr "Innsetning LILO brst skum eftirfarandi villu:"
+#: ../../diskdrake/hd_gtk.pm_.c:320
+msgid "Swap"
+msgstr "Diskminni"
-#: ../../diskdrake.pm_.c:21 ../../diskdrake.pm_.c:462
+#: ../../diskdrake/hd_gtk.pm_.c:321 ../../diskdrake/interactive.pm_.c:1050
+msgid "Empty"
+msgstr "Tm"
+
+#: ../../diskdrake/hd_gtk.pm_.c:321 ../../install_steps_gtk.pm_.c:379
+#: ../../install_steps_gtk.pm_.c:439 ../../mouse.pm_.c:162
+#: ../../services.pm_.c:157 ../../standalone/drakbackup_.c:944
+msgid "Other"
+msgstr "Anna"
+
+#: ../../diskdrake/hd_gtk.pm_.c:325
+msgid "Filesystem types:"
+msgstr "Tegundir skrakerfa:"
+
+#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/interactive.pm_.c:386
msgid "Create"
msgstr "Ba til"
-#: ../../diskdrake.pm_.c:22
-msgid "Unmount"
-msgstr "Aftengja"
+#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/interactive.pm_.c:365
+#: ../../diskdrake/interactive.pm_.c:499 ../../diskdrake/removable.pm_.c:26
+#: ../../diskdrake/removable.pm_.c:49 ../../diskdrake/removable_gtk.pm_.c:17
+msgid "Type"
+msgstr "Tegund"
-#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:464
+#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/hd_gtk.pm_.c:344
+#, c-format
+msgid "Use ``%s'' instead"
+msgstr "Nota ``%s'' stainn"
+
+#: ../../diskdrake/hd_gtk.pm_.c:344 ../../diskdrake/interactive.pm_.c:374
msgid "Delete"
msgstr "Eya"
-#: ../../diskdrake.pm_.c:23
-msgid "Format"
-msgstr "Forsna"
+#: ../../diskdrake/hd_gtk.pm_.c:348
+msgid "Use ``Unmount'' first"
+msgstr "Nota ``Aftengja'' fyrst"
-#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:653
-msgid "Resize"
-msgstr "Endurstkka"
+#: ../../diskdrake/hd_gtk.pm_.c:349 ../../diskdrake/interactive.pm_.c:491
+#, fuzzy, c-format
+msgid ""
+"After changing type of partition %s, all data on this partition will be lost"
+msgstr "ll ggn essari disksnei tapast"
-#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:462
-#: ../../diskdrake.pm_.c:518
-msgid "Type"
-msgstr "Tegund"
+#: ../../diskdrake/interactive.pm_.c:171
+#, fuzzy
+msgid "Choose a partition"
+msgstr "Veldu ager"
-#: ../../diskdrake.pm_.c:24 ../../diskdrake.pm_.c:539
-msgid "Mount point"
-msgstr "Tengipunktur"
+#: ../../diskdrake/interactive.pm_.c:171
+#, fuzzy
+msgid "Choose another partition"
+msgstr "Ba til nja disksnei"
-#: ../../diskdrake.pm_.c:38
-msgid "Write /etc/fstab"
-msgstr "Skrifa /etc/fstab"
+#: ../../diskdrake/interactive.pm_.c:196
+#, fuzzy
+msgid "Exit"
+msgstr "Ext2"
-#: ../../diskdrake.pm_.c:39
+#: ../../diskdrake/interactive.pm_.c:218
msgid "Toggle to expert mode"
msgstr "Fra snillingsham"
-#: ../../diskdrake.pm_.c:40
+#: ../../diskdrake/interactive.pm_.c:218
msgid "Toggle to normal mode"
msgstr "Fara venjulegan ham"
-#: ../../diskdrake.pm_.c:41
-msgid "Restore from file"
-msgstr "Endurheimta fr skr"
+#: ../../diskdrake/interactive.pm_.c:218
+msgid "Undo"
+msgstr "Endurheimta"
-#: ../../diskdrake.pm_.c:42
-msgid "Save in file"
-msgstr "Vista skr"
+#: ../../diskdrake/interactive.pm_.c:237
+msgid "Continue anyway?"
+msgstr "Halda samt fram?"
-#: ../../diskdrake.pm_.c:43
-msgid "Wizard"
-msgstr ""
+#: ../../diskdrake/interactive.pm_.c:242
+msgid "Quit without saving"
+msgstr "Htta n ess a vista"
-#: ../../diskdrake.pm_.c:44
-msgid "Restore from floppy"
-msgstr "Endurheimta fr diskling"
+#: ../../diskdrake/interactive.pm_.c:242
+msgid "Quit without writing the partition table?"
+msgstr "Htta n ess a skrifa sneiatfluna?"
-#: ../../diskdrake.pm_.c:45
-msgid "Save on floppy"
-msgstr "Vista diskling"
+#: ../../diskdrake/interactive.pm_.c:247
+#, fuzzy
+msgid "Do you want to save /etc/fstab modifications"
+msgstr "Viltu prfa skilgreininguna"
-#: ../../diskdrake.pm_.c:49
+#: ../../diskdrake/interactive.pm_.c:259
+msgid "Auto allocate"
+msgstr "Rstafa skjlfkrafa"
+
+#: ../../diskdrake/interactive.pm_.c:259
msgid "Clear all"
msgstr "Hreinsa allt"
-#: ../../diskdrake.pm_.c:54
-msgid "Format all"
-msgstr "Forsn"
-
-#: ../../diskdrake.pm_.c:55
-msgid "Auto allocate"
-msgstr "Rstafa skjlfkrafa"
+#: ../../diskdrake/interactive.pm_.c:262
+#, fuzzy
+msgid "Hard drive information"
+msgstr "Sna upplsingar"
-#: ../../diskdrake.pm_.c:59
+#: ../../diskdrake/interactive.pm_.c:283
msgid "All primary partitions are used"
msgstr "ll aal skrarsni eru notkun"
-#: ../../diskdrake.pm_.c:59
+#: ../../diskdrake/interactive.pm_.c:284
msgid "I can't add any more partition"
msgstr "Get ekki btt vi disksneium"
-#: ../../diskdrake.pm_.c:59
+#: ../../diskdrake/interactive.pm_.c:285
msgid ""
"To have more partitions, please delete one to be able to create an extended "
"partition"
@@ -1243,274 +1644,306 @@ msgstr ""
"Til a f fleiri disksneiar, vinsamlega eyddu einni til a ba til "
"vibtarsnei"
-#: ../../diskdrake.pm_.c:61
-msgid "Not enough space for auto-allocating"
-msgstr ""
+#: ../../diskdrake/interactive.pm_.c:295
+#, fuzzy
+msgid "Save partition table"
+msgstr "Skrifa sneiatflu"
-#: ../../diskdrake.pm_.c:63
-msgid "Undo"
-msgstr "Endurheimta"
+#: ../../diskdrake/interactive.pm_.c:296
+#, fuzzy
+msgid "Restore partition table"
+msgstr "Bjarga sneiatflunni"
-#: ../../diskdrake.pm_.c:64
-msgid "Write partition table"
-msgstr "Skrifa sneiatflu"
+#: ../../diskdrake/interactive.pm_.c:297
+msgid "Rescue partition table"
+msgstr "Bjarga sneiatflunni"
-#: ../../diskdrake.pm_.c:65 ../../install_steps_interactive.pm_.c:185
+#: ../../diskdrake/interactive.pm_.c:299
#, fuzzy
-msgid "More"
-msgstr "Fra"
+msgid "Reload partition table"
+msgstr "Bjarga sneiatflunni"
-#: ../../diskdrake.pm_.c:116
-msgid "Ext2"
-msgstr "Ext2"
+# ## skrytid
+#: ../../diskdrake/interactive.pm_.c:304
+#, fuzzy
+msgid "Removable media automounting"
+msgstr "Sjlfvirk tenging aukatkja"
-#: ../../diskdrake.pm_.c:116
-msgid "FAT"
-msgstr "FAT"
+#: ../../diskdrake/interactive.pm_.c:313 ../../diskdrake/interactive.pm_.c:333
+msgid "Select file"
+msgstr "Velji skr"
-#: ../../diskdrake.pm_.c:116
-msgid "HFS"
+#: ../../diskdrake/interactive.pm_.c:320
+msgid ""
+"The backup partition table has not the same size\n"
+"Still continue?"
msgstr ""
+"Disksneiin sem var tekin sem afrit er ekki af smu str\n"
+"Halda fram?"
-#: ../../diskdrake.pm_.c:116
-msgid "SunOS"
+#: ../../diskdrake/interactive.pm_.c:334
+msgid "Warning"
+msgstr "Avrun"
+
+#: ../../diskdrake/interactive.pm_.c:335
+msgid ""
+"Insert a floppy in drive\n"
+"All data on this floppy will be lost"
msgstr ""
+"Settu diskling drifi\n"
+"ll ggn essum diskling tapast"
-#: ../../diskdrake.pm_.c:116
-msgid "Swap"
-msgstr "Diskminni"
+#: ../../diskdrake/interactive.pm_.c:346
+msgid "Trying to rescue partition table"
+msgstr "Reyni a endurheimta disksneiatfluna"
-#: ../../diskdrake.pm_.c:117
-msgid "Empty"
-msgstr "Tm"
+#: ../../diskdrake/interactive.pm_.c:352
+#, fuzzy
+msgid "Detailed information"
+msgstr "Sna upplsingar"
-#: ../../diskdrake.pm_.c:117 ../../install_steps_gtk.pm_.c:407
-#: ../../mouse.pm_.c:145
-msgid "Other"
-msgstr "Anna"
+#: ../../diskdrake/interactive.pm_.c:364 ../../diskdrake/interactive.pm_.c:534
+#: ../../diskdrake/interactive.pm_.c:554 ../../diskdrake/removable.pm_.c:24
+#: ../../diskdrake/removable_gtk.pm_.c:15 ../../diskdrake/smbnfs_gtk.pm_.c:83
+msgid "Mount point"
+msgstr "Tengipunktur"
-#: ../../diskdrake.pm_.c:123
-msgid "Filesystem types:"
-msgstr "Tegundir skrakerfa:"
+#: ../../diskdrake/interactive.pm_.c:366 ../../diskdrake/removable.pm_.c:25
+#: ../../diskdrake/removable_gtk.pm_.c:16 ../../diskdrake/smbnfs_gtk.pm_.c:84
+#, fuzzy
+msgid "Options"
+msgstr "Upplsingar"
-#: ../../diskdrake.pm_.c:132 ../../install_steps_gtk.pm_.c:577
-msgid "Details"
-msgstr "tarleg atrii"
+#: ../../diskdrake/interactive.pm_.c:367 ../../diskdrake/interactive.pm_.c:621
+msgid "Resize"
+msgstr "Endurstkka"
-#: ../../diskdrake.pm_.c:147
-#, fuzzy
-msgid ""
-"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 ""
-" hefur eina stra FAT disksnei.\n"
-"(venjulega notu af Microsoft DOS/Windows).\n"
-"g legg til a endursnir hana\n"
-"(smelltu hana, san \"Endursna\")"
+#: ../../diskdrake/interactive.pm_.c:368 ../../diskdrake/interactive.pm_.c:674
+msgid "Move"
+msgstr "Fra"
-#: ../../diskdrake.pm_.c:152
-msgid "Please make a backup of your data first"
-msgstr "Vinsamlega taktu fyrst afrit af llum ggnum"
+#: ../../diskdrake/interactive.pm_.c:369
+msgid "Format"
+msgstr "Forsna"
-#: ../../diskdrake.pm_.c:152 ../../diskdrake.pm_.c:170
-#: ../../diskdrake.pm_.c:179 ../../diskdrake.pm_.c:570
-#: ../../diskdrake.pm_.c:592
-msgid "Read carefully!"
-msgstr "Lestu vandlega!"
+#: ../../diskdrake/interactive.pm_.c:370 ../../diskdrake/smbnfs_gtk.pm_.c:80
+msgid "Mount"
+msgstr "Tengipunktur"
-#: ../../diskdrake.pm_.c:155
-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/interactive.pm_.c:371
+msgid "Add to RAID"
+msgstr "Bta vi RAID"
-#: ../../diskdrake.pm_.c:170
-msgid "Be careful: this operation is dangerous."
+#: ../../diskdrake/interactive.pm_.c:372
+msgid "Add to LVM"
+msgstr "Bta vi LVM"
+
+#: ../../diskdrake/interactive.pm_.c:373 ../../diskdrake/smbnfs_gtk.pm_.c:79
+msgid "Unmount"
+msgstr "Aftengja"
+
+#: ../../diskdrake/interactive.pm_.c:375
+msgid "Remove from RAID"
+msgstr "Taka r RAID"
+
+#: ../../diskdrake/interactive.pm_.c:376
+msgid "Remove from LVM"
+msgstr "Taka r LVM"
+
+#: ../../diskdrake/interactive.pm_.c:377
+msgid "Modify RAID"
+msgstr "Breyta RAID"
+
+#: ../../diskdrake/interactive.pm_.c:378
+msgid "Use for loopback"
msgstr ""
-#: ../../diskdrake.pm_.c:214 ../../install_steps.pm_.c:72
-#: ../../install_steps_interactive.pm_.c:37
-#: ../../install_steps_interactive.pm_.c:322 ../../standalone/diskdrake_.c:66
-msgid "Error"
-msgstr "Villa"
+#: ../../diskdrake/interactive.pm_.c:417
+msgid "Create a new partition"
+msgstr "Ba til nja disksnei"
+
+#: ../../diskdrake/interactive.pm_.c:420
+msgid "Start sector: "
+msgstr "Byrjunar geiri"
+
+#: ../../diskdrake/interactive.pm_.c:422 ../../diskdrake/interactive.pm_.c:773
+msgid "Size in MB: "
+msgstr "Str MB: "
-#: ../../diskdrake.pm_.c:238 ../../diskdrake.pm_.c:748
+#: ../../diskdrake/interactive.pm_.c:423 ../../diskdrake/interactive.pm_.c:774
+msgid "Filesystem type: "
+msgstr "Tegund skrakerfis:"
+
+#: ../../diskdrake/interactive.pm_.c:424
+#: ../../diskdrake/interactive.pm_.c:1034
+#: ../../diskdrake/interactive.pm_.c:1108
msgid "Mount point: "
msgstr "Tengipunktur: "
-#: ../../diskdrake.pm_.c:239 ../../diskdrake.pm_.c:298
-msgid "Device: "
-msgstr "Tki: "
+#: ../../diskdrake/interactive.pm_.c:428
+msgid "Preference: "
+msgstr "Valkostur:"
-#: ../../diskdrake.pm_.c:240
-#, c-format
-msgid "DOS drive letter: %s (just a guess)\n"
-msgstr "DOS drifstafur: %s (bara giskun)\n"
+#: ../../diskdrake/interactive.pm_.c:472
+#, fuzzy
+msgid "Remove the loopback file?"
+msgstr "Forsn disksnei %s"
-#: ../../diskdrake.pm_.c:244 ../../diskdrake.pm_.c:251
-#: ../../diskdrake.pm_.c:301
-msgid "Type: "
-msgstr "Tegund: "
+#: ../../diskdrake/interactive.pm_.c:497
+msgid "Change partition type"
+msgstr "Breyta tegund sneiar"
-#: ../../diskdrake.pm_.c:248
-msgid "Name: "
+#: ../../diskdrake/interactive.pm_.c:498 ../../diskdrake/removable.pm_.c:48
+#, fuzzy
+msgid "Which filesystem do you want?"
+msgstr "Hvaa sneitegund viltu?"
+
+#: ../../diskdrake/interactive.pm_.c:502
+msgid "Switching from ext2 to ext3"
msgstr ""
-#: ../../diskdrake.pm_.c:253
-#, c-format
-msgid "Start: sector %s\n"
-msgstr "Byrja: geiri %s\n"
+#: ../../diskdrake/interactive.pm_.c:532
+#, fuzzy, c-format
+msgid "Where do you want to mount loopback file %s?"
+msgstr "Hvar viltu tengja tki %s?"
-#: ../../diskdrake.pm_.c:254
+#: ../../diskdrake/interactive.pm_.c:533 ../../diskdrake/interactive.pm_.c:553
#, c-format
-msgid "Size: %s"
-msgstr "Str: %s"
+msgid "Where do you want to mount device %s?"
+msgstr "Hvar viltu tengja tki %s?"
-#: ../../diskdrake.pm_.c:256
-#, c-format
-msgid ", %s sectors"
-msgstr ", %s geirar"
+#: ../../diskdrake/interactive.pm_.c:539
+msgid ""
+"Can't unset mount point as this partition is used for loop back.\n"
+"Remove the loopback first"
+msgstr ""
-#: ../../diskdrake.pm_.c:258
-#, c-format
-msgid "Cylinder %d to cylinder %d\n"
-msgstr "Svalningur %d til %d\n"
+#: ../../diskdrake/interactive.pm_.c:577
+msgid "Computing FAT filesystem bounds"
+msgstr "Reikna takmarkanir FAT skrarkerfis..."
-#: ../../diskdrake.pm_.c:259
-msgid "Formatted\n"
-msgstr "Forsniinn\n"
+#: ../../diskdrake/interactive.pm_.c:577 ../../diskdrake/interactive.pm_.c:636
+#: ../../install_interactive.pm_.c:130
+msgid "Resizing"
+msgstr "Endursn"
-#: ../../diskdrake.pm_.c:260
-msgid "Not formatted\n"
-msgstr "Ekki forsniinn\n"
+#: ../../diskdrake/interactive.pm_.c:609
+#, fuzzy
+msgid "This partition is not resizeable"
+msgstr "Hvaa sneitegund viltu?"
-#: ../../diskdrake.pm_.c:261
-msgid "Mounted\n"
-msgstr "Tengdur\n"
+#: ../../diskdrake/interactive.pm_.c:614
+#, fuzzy
+msgid "All data on this partition should be backed-up"
+msgstr "ll ggn essari disksnei tapast"
-#: ../../diskdrake.pm_.c:262
-#, c-format
-msgid "RAID md%s\n"
-msgstr "RAID md%s\n"
+#: ../../diskdrake/interactive.pm_.c:616
+#, fuzzy, c-format
+msgid "After resizing partition %s, all data on this partition will be lost"
+msgstr "ll ggn essari disksnei tapast"
-#: ../../diskdrake.pm_.c:264
-#, c-format
-msgid "Loopback file(s): %s\n"
-msgstr ""
+#: ../../diskdrake/interactive.pm_.c:621
+msgid "Choose the new size"
+msgstr "Veldu nja str"
-#: ../../diskdrake.pm_.c:265
-msgid ""
-"Partition booted by default\n"
-" (for MS-DOS boot, not for lilo)\n"
-msgstr ""
-"Sjlfgefin disksnei rst\n"
-" (fyrir MS-DOS rsingu, ekki fyrir LILO)\n"
+#: ../../diskdrake/interactive.pm_.c:622
+#, fuzzy
+msgid "New size in MB: "
+msgstr "Str MB: "
-#: ../../diskdrake.pm_.c:267
-#, c-format
-msgid "Level %s\n"
-msgstr "Stig %s\n"
+#: ../../diskdrake/interactive.pm_.c:675
+msgid "Which disk do you want to move it to?"
+msgstr "Hvaa disk viltu fra til?"
-#: ../../diskdrake.pm_.c:268
-#, c-format
-msgid "Chunk size %s\n"
-msgstr "Hlunkastr %s\n"
+#: ../../diskdrake/interactive.pm_.c:676
+msgid "Sector"
+msgstr "Geiri"
-#: ../../diskdrake.pm_.c:269
-#, c-format
-msgid "RAID-disks %s\n"
-msgstr "RAID-diskar %s\n"
+#: ../../diskdrake/interactive.pm_.c:677
+msgid "Which sector do you want to move it to?"
+msgstr "Hvaa geira viltu fra ggn til?"
-#: ../../diskdrake.pm_.c:271
-#, c-format
-msgid "Loopback file name: %s"
-msgstr ""
+#: ../../diskdrake/interactive.pm_.c:680
+msgid "Moving"
+msgstr "Fri"
-#: ../../diskdrake.pm_.c:274
-msgid ""
-"\n"
-"Chances are, this partition is\n"
-"a Driver partition, you should\n"
-"probably leave it alone.\n"
-msgstr ""
+#: ../../diskdrake/interactive.pm_.c:680
+msgid "Moving partition..."
+msgstr "Fri disksnei..."
-#: ../../diskdrake.pm_.c:277
-msgid ""
-"\n"
-"This special Bootstrap\n"
-"partition is for\n"
-"dual-booting your system.\n"
-msgstr ""
+#: ../../diskdrake/interactive.pm_.c:697
+msgid "Choose an existing RAID to add to"
+msgstr "Veldu RAID sem til er fyrir til a bta vi"
-#: ../../diskdrake.pm_.c:294
-msgid "Please click on a partition"
-msgstr "Smelltu disksnei"
+#: ../../diskdrake/interactive.pm_.c:698 ../../diskdrake/interactive.pm_.c:716
+msgid "new"
+msgstr "n"
-#: ../../diskdrake.pm_.c:299
-#, c-format
-msgid "Size: %s\n"
-msgstr "Str: %s\n"
+#: ../../diskdrake/interactive.pm_.c:714
+msgid "Choose an existing LVM to add to"
+msgstr "Veldu LVM sem til er fyrir til a bta vi"
-#: ../../diskdrake.pm_.c:300
-#, c-format
-msgid "Geometry: %s cylinders, %s heads, %s sectors\n"
-msgstr "Skilgreining: %s svalningar, %s hausar, %s geirar\n"
+#: ../../diskdrake/interactive.pm_.c:719
+msgid "LVM name?"
+msgstr ""
-#: ../../diskdrake.pm_.c:302
-#, c-format
-msgid "LVM-disks %s\n"
-msgstr "LVM-diskar %s\n"
+#: ../../diskdrake/interactive.pm_.c:759
+msgid "This partition can't be used for loopback"
+msgstr ""
-#: ../../diskdrake.pm_.c:303
-#, fuzzy, c-format
-msgid "Partition table type: %s\n"
-msgstr "Rtardisksnei"
+#: ../../diskdrake/interactive.pm_.c:771
+msgid "Loopback"
+msgstr ""
-#: ../../diskdrake.pm_.c:304
-#, c-format
-msgid "on bus %d id %d\n"
-msgstr " gagnabraut %d id %d\n"
+#: ../../diskdrake/interactive.pm_.c:772
+msgid "Loopback file name: "
+msgstr ""
-#: ../../diskdrake.pm_.c:320
-msgid "Mount"
-msgstr "Tengipunktur"
+#: ../../diskdrake/interactive.pm_.c:777
+#, fuzzy
+msgid "Give a file name"
+msgstr "Nafn notanda"
-#: ../../diskdrake.pm_.c:322
-msgid "Active"
-msgstr "Virk"
+#: ../../diskdrake/interactive.pm_.c:780
+msgid "File already used by another loopback, choose another one"
+msgstr ""
-#: ../../diskdrake.pm_.c:324
-msgid "Add to RAID"
-msgstr "Bta vi RAID"
+#: ../../diskdrake/interactive.pm_.c:781
+#, fuzzy
+msgid "File already exists. Use it?"
+msgstr "Nafni %s er egar notkun"
-#: ../../diskdrake.pm_.c:326
-msgid "Remove from RAID"
-msgstr "Taka r RAID"
+#: ../../diskdrake/interactive.pm_.c:804
+#, fuzzy
+msgid "Mount options"
+msgstr "Stillingar kjarnaeininga:"
-#: ../../diskdrake.pm_.c:328
-msgid "Modify RAID"
-msgstr "Breyta RAID"
+#: ../../diskdrake/interactive.pm_.c:811
+msgid "Various"
+msgstr ""
-#: ../../diskdrake.pm_.c:330
-msgid "Add to LVM"
-msgstr "Bta vi LVM"
+#: ../../diskdrake/interactive.pm_.c:874
+msgid "device"
+msgstr "tki"
-#: ../../diskdrake.pm_.c:332
-msgid "Remove from LVM"
-msgstr "Taka r LVM"
+#: ../../diskdrake/interactive.pm_.c:875
+msgid "level"
+msgstr "stig"
-#: ../../diskdrake.pm_.c:334
-msgid "Use for loopback"
+#: ../../diskdrake/interactive.pm_.c:876
+msgid "chunk size"
+msgstr "str hlutar"
+
+#: ../../diskdrake/interactive.pm_.c:891
+msgid "Be careful: this operation is dangerous."
msgstr ""
-#: ../../diskdrake.pm_.c:341
-msgid "Choose action"
-msgstr "Veldu ager"
+#: ../../diskdrake/interactive.pm_.c:906
+#, fuzzy
+msgid "What type of partitioning?"
+msgstr "Hvernig prentara ertu me?"
-#: ../../diskdrake.pm_.c:435
+#: ../../diskdrake/interactive.pm_.c:924
msgid ""
"Sorry I won't accept to create /boot so far onto the drive (on a cylinder > "
"1024).\n"
@@ -1522,7 +1955,7 @@ msgstr ""
"Annahvort notar LILO og a mun ekki virka, ea notar ekki LILO og "
"sleppir v a hafa /boot"
-#: ../../diskdrake.pm_.c:439
+#: ../../diskdrake/interactive.pm_.c:928
msgid ""
"The partition you've selected to add as root (/) is physically located "
"beyond\n"
@@ -1533,288 +1966,284 @@ msgstr ""
"1024. svalnings hara disknum og hefur enga /boot snei.\n"
"Ef tlar a nota LILO rsistjrann skaltu muna a bta vi /boot snei"
-#: ../../diskdrake.pm_.c:445
+#: ../../diskdrake/interactive.pm_.c:934
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"
msgstr ""
-#: ../../diskdrake.pm_.c:462 ../../diskdrake.pm_.c:464
-#, c-format
-msgid "Use ``%s'' instead"
-msgstr "Nota ``%s'' stainn"
-
-#: ../../diskdrake.pm_.c:468
-msgid "Use ``Unmount'' first"
-msgstr "Nota ``Aftengja'' fyrst"
-
-#: ../../diskdrake.pm_.c:469 ../../diskdrake.pm_.c:513
-#, fuzzy, c-format
-msgid ""
-"After changing type of partition %s, all data on this partition will be lost"
-msgstr "ll ggn essari disksnei tapast"
-
-#: ../../diskdrake.pm_.c:481
-msgid "Continue anyway?"
-msgstr "Halda samt fram?"
-
-#: ../../diskdrake.pm_.c:486
-msgid "Quit without saving"
-msgstr "Htta n ess a vista"
-
-#: ../../diskdrake.pm_.c:486
-msgid "Quit without writing the partition table?"
-msgstr "Htta n ess a skrifa sneiatfluna?"
-
-#: ../../diskdrake.pm_.c:516
-msgid "Change partition type"
-msgstr "Breyta tegund sneiar"
-
-#: ../../diskdrake.pm_.c:517
-#, fuzzy
-msgid "Which filesystem do you want?"
-msgstr "Hvaa sneitegund viltu?"
-
-#: ../../diskdrake.pm_.c:520 ../../diskdrake.pm_.c:780
-msgid "You can't use ReiserFS for partitions smaller than 32MB"
-msgstr ""
-
-#: ../../diskdrake.pm_.c:537
-#, fuzzy, c-format
-msgid "Where do you want to mount loopback file %s?"
-msgstr "Hvar viltu tengja tki %s?"
-
-#: ../../diskdrake.pm_.c:538
+#: ../../diskdrake/interactive.pm_.c:954
#, c-format
-msgid "Where do you want to mount device %s?"
-msgstr "Hvar viltu tengja tki %s?"
+msgid "Partition table of drive %s is going to be written to disk!"
+msgstr "Disksneiatafla drifs %s mun vera skrifu disk!"
-#: ../../diskdrake.pm_.c:542
-msgid ""
-"Can't unset mount point as this partition is used for loop back.\n"
-"Remove the loopback first"
-msgstr ""
+#: ../../diskdrake/interactive.pm_.c:958
+msgid "You'll need to reboot before the modification can take place"
+msgstr " arft a endurrsa ur en breytingar taka gildi"
-#: ../../diskdrake.pm_.c:561
+#: ../../diskdrake/interactive.pm_.c:969
#, fuzzy, c-format
msgid "After formatting partition %s, all data on this partition will be lost"
msgstr "ll ggn essari disksnei tapast"
-#: ../../diskdrake.pm_.c:563
+#: ../../diskdrake/interactive.pm_.c:971
msgid "Formatting"
msgstr "Forsning"
-#: ../../diskdrake.pm_.c:564
+#: ../../diskdrake/interactive.pm_.c:972
#, fuzzy, c-format
msgid "Formatting loopback file %s"
msgstr "Forsn disksnei %s"
-#: ../../diskdrake.pm_.c:565 ../../install_steps_interactive.pm_.c:430
+#: ../../diskdrake/interactive.pm_.c:973
+#: ../../install_steps_interactive.pm_.c:465
#, c-format
msgid "Formatting partition %s"
msgstr "Forsn disksnei %s"
-#: ../../diskdrake.pm_.c:570
-msgid "After formatting all partitions,"
-msgstr "Eftir forsningu allra sneia"
+#: ../../diskdrake/interactive.pm_.c:984
+msgid "Hide files"
+msgstr ""
-#: ../../diskdrake.pm_.c:570
-msgid "all data on these partitions will be lost"
-msgstr "munu ll ggn essum disksneium tapast"
+#: ../../diskdrake/interactive.pm_.c:984
+#, fuzzy
+msgid "Move files to the new partition"
+msgstr "Ba til nja disksnei"
-#: ../../diskdrake.pm_.c:576
-msgid "Move"
-msgstr "Fra"
+#: ../../diskdrake/interactive.pm_.c:985
+#, c-format
+msgid ""
+"Directory %s already contain some data\n"
+"(%s)"
+msgstr ""
-#: ../../diskdrake.pm_.c:577
-msgid "Which disk do you want to move it to?"
-msgstr "Hvaa disk viltu fra til?"
+#: ../../diskdrake/interactive.pm_.c:996
+#, fuzzy
+msgid "Moving files to the new partition"
+msgstr "Ba til nja disksnei"
-#: ../../diskdrake.pm_.c:578
-msgid "Sector"
-msgstr "Geiri"
+#: ../../diskdrake/interactive.pm_.c:1000
+#, c-format
+msgid "Copying %s"
+msgstr ""
-#: ../../diskdrake.pm_.c:579
-msgid "Which sector do you want to move it to?"
-msgstr "Hvaa geira viltu fra ggn til?"
+#: ../../diskdrake/interactive.pm_.c:1004
+#, fuzzy, c-format
+msgid "Removing %s"
+msgstr "Upplausnir"
-#: ../../diskdrake.pm_.c:582
-msgid "Moving"
-msgstr "Fri"
+#: ../../diskdrake/interactive.pm_.c:1014
+#, c-format
+msgid "partition %s is now known as %s"
+msgstr ""
-#: ../../diskdrake.pm_.c:582
-msgid "Moving partition..."
-msgstr "Fri disksnei..."
+#: ../../diskdrake/interactive.pm_.c:1035
+#: ../../diskdrake/interactive.pm_.c:1094
+msgid "Device: "
+msgstr "Tki: "
-#: ../../diskdrake.pm_.c:592
+#: ../../diskdrake/interactive.pm_.c:1036
#, c-format
-msgid "Partition table of drive %s is going to be written to disk!"
-msgstr "Disksneiatafla drifs %s mun vera skrifu disk!"
+msgid "DOS drive letter: %s (just a guess)\n"
+msgstr "DOS drifstafur: %s (bara giskun)\n"
-#: ../../diskdrake.pm_.c:594
-msgid "You'll need to reboot before the modification can take place"
-msgstr " arft a endurrsa ur en breytingar taka gildi"
+#: ../../diskdrake/interactive.pm_.c:1040
+#: ../../diskdrake/interactive.pm_.c:1048
+#: ../../diskdrake/interactive.pm_.c:1112
+msgid "Type: "
+msgstr "Tegund: "
-#: ../../diskdrake.pm_.c:615
-msgid "Computing FAT filesystem bounds"
-msgstr "Reikna takmarkanir FAT skrarkerfis..."
+#: ../../diskdrake/interactive.pm_.c:1044
+msgid "Name: "
+msgstr ""
-#: ../../diskdrake.pm_.c:615 ../../diskdrake.pm_.c:680
-#: ../../install_interactive.pm_.c:107
-msgid "Resizing"
-msgstr "Endursn"
+#: ../../diskdrake/interactive.pm_.c:1052
+#, c-format
+msgid "Start: sector %s\n"
+msgstr "Byrja: geiri %s\n"
-#: ../../diskdrake.pm_.c:643
-#, fuzzy
-msgid "This partition is not resizeable"
-msgstr "Hvaa sneitegund viltu?"
+#: ../../diskdrake/interactive.pm_.c:1053
+#, c-format
+msgid "Size: %s"
+msgstr "Str: %s"
-#: ../../diskdrake.pm_.c:648
-#, fuzzy
-msgid "All data on this partition should be backed-up"
-msgstr "ll ggn essari disksnei tapast"
+#: ../../diskdrake/interactive.pm_.c:1055
+#, c-format
+msgid ", %s sectors"
+msgstr ", %s geirar"
-#: ../../diskdrake.pm_.c:650
+#: ../../diskdrake/interactive.pm_.c:1057
#, fuzzy, c-format
-msgid "After resizing partition %s, all data on this partition will be lost"
-msgstr "ll ggn essari disksnei tapast"
+msgid "Cylinder %d to %d\n"
+msgstr "Svalningur %d til %d\n"
-#: ../../diskdrake.pm_.c:660
-msgid "Choose the new size"
-msgstr "Veldu nja str"
+#: ../../diskdrake/interactive.pm_.c:1058
+msgid "Formatted\n"
+msgstr "Forsniinn\n"
-#: ../../diskdrake.pm_.c:660 ../../install_steps_graphical.pm_.c:287
-#: ../../install_steps_graphical.pm_.c:334
-msgid "MB"
-msgstr "MB"
+#: ../../diskdrake/interactive.pm_.c:1059
+msgid "Not formatted\n"
+msgstr "Ekki forsniinn\n"
-#: ../../diskdrake.pm_.c:714
-msgid "Create a new partition"
-msgstr "Ba til nja disksnei"
+#: ../../diskdrake/interactive.pm_.c:1060
+msgid "Mounted\n"
+msgstr "Tengdur\n"
-#: ../../diskdrake.pm_.c:740
-msgid "Start sector: "
-msgstr "Byrjunar geiri"
+#: ../../diskdrake/interactive.pm_.c:1061
+#, c-format
+msgid "RAID md%s\n"
+msgstr "RAID md%s\n"
-#: ../../diskdrake.pm_.c:744 ../../diskdrake.pm_.c:819
-msgid "Size in MB: "
-msgstr "Str MB: "
+#: ../../diskdrake/interactive.pm_.c:1063
+#, c-format
+msgid ""
+"Loopback file(s):\n"
+" %s\n"
+msgstr ""
-#: ../../diskdrake.pm_.c:747 ../../diskdrake.pm_.c:822
-msgid "Filesystem type: "
-msgstr "Tegund skrakerfis:"
+#: ../../diskdrake/interactive.pm_.c:1064
+msgid ""
+"Partition booted by default\n"
+" (for MS-DOS boot, not for lilo)\n"
+msgstr ""
+"Sjlfgefin disksnei rst\n"
+" (fyrir MS-DOS rsingu, ekki fyrir LILO)\n"
-#: ../../diskdrake.pm_.c:750
-msgid "Preference: "
-msgstr "Valkostur:"
+#: ../../diskdrake/interactive.pm_.c:1066
+#, c-format
+msgid "Level %s\n"
+msgstr "Stig %s\n"
-#: ../../diskdrake.pm_.c:798
-msgid "This partition can't be used for loopback"
-msgstr ""
+#: ../../diskdrake/interactive.pm_.c:1067
+#, c-format
+msgid "Chunk size %s\n"
+msgstr "Hlunkastr %s\n"
-#: ../../diskdrake.pm_.c:808
-msgid "Loopback"
+#: ../../diskdrake/interactive.pm_.c:1068
+#, c-format
+msgid "RAID-disks %s\n"
+msgstr "RAID-diskar %s\n"
+
+#: ../../diskdrake/interactive.pm_.c:1070
+#, c-format
+msgid "Loopback file name: %s"
msgstr ""
-#: ../../diskdrake.pm_.c:818
-msgid "Loopback file name: "
+#: ../../diskdrake/interactive.pm_.c:1073
+msgid ""
+"\n"
+"Chances are, this partition is\n"
+"a Driver partition, you should\n"
+"probably leave it alone.\n"
msgstr ""
-#: ../../diskdrake.pm_.c:844
-msgid "File already used by another loopback, choose another one"
+#: ../../diskdrake/interactive.pm_.c:1076
+msgid ""
+"\n"
+"This special Bootstrap\n"
+"partition is for\n"
+"dual-booting your system.\n"
msgstr ""
-#: ../../diskdrake.pm_.c:845
-#, fuzzy
-msgid "File already exists. Use it?"
-msgstr "Nafni %s er egar notkun"
+#: ../../diskdrake/interactive.pm_.c:1095
+#, c-format
+msgid "Size: %s\n"
+msgstr "Str: %s\n"
-#: ../../diskdrake.pm_.c:867 ../../diskdrake.pm_.c:883
-msgid "Select file"
-msgstr "Velji skr"
+#: ../../diskdrake/interactive.pm_.c:1096
+#, c-format
+msgid "Geometry: %s cylinders, %s heads, %s sectors\n"
+msgstr "Skilgreining: %s svalningar, %s hausar, %s geirar\n"
-#: ../../diskdrake.pm_.c:876
-msgid ""
-"The backup partition table has not the same size\n"
-"Still continue?"
-msgstr ""
-"Disksneiin sem var tekin sem afrit er ekki af smu str\n"
-"Halda fram?"
+#: ../../diskdrake/interactive.pm_.c:1097
+msgid "Info: "
+msgstr "Upplsingar: "
-#: ../../diskdrake.pm_.c:884
-msgid "Warning"
-msgstr "Avrun"
+#: ../../diskdrake/interactive.pm_.c:1098
+#, c-format
+msgid "LVM-disks %s\n"
+msgstr "LVM-diskar %s\n"
-#: ../../diskdrake.pm_.c:885
-msgid ""
-"Insert a floppy in drive\n"
-"All data on this floppy will be lost"
-msgstr ""
-"Settu diskling drifi\n"
-"ll ggn essum diskling tapast"
+#: ../../diskdrake/interactive.pm_.c:1099
+#, fuzzy, c-format
+msgid "Partition table type: %s\n"
+msgstr "Rtardisksnei"
-#: ../../diskdrake.pm_.c:896
-msgid "Trying to rescue partition table"
-msgstr "Reyni a endurheimta disksneiatfluna"
+#: ../../diskdrake/interactive.pm_.c:1100
+#, c-format
+msgid "on bus %d id %d\n"
+msgstr " gagnabraut %d id %d\n"
-#: ../../diskdrake.pm_.c:905
-msgid "device"
-msgstr "tki"
+#: ../../diskdrake/interactive.pm_.c:1114
+#, fuzzy, c-format
+msgid "Options: %s"
+msgstr "Rtardisksnei"
-#: ../../diskdrake.pm_.c:906
-msgid "level"
-msgstr "stig"
+#: ../../diskdrake/interactive.pm_.c:1130
+#, fuzzy
+msgid "Filesystem encryption key"
+msgstr "Tegund skrakerfis:"
-#: ../../diskdrake.pm_.c:907
-msgid "chunk size"
-msgstr "str hlutar"
+#: ../../diskdrake/interactive.pm_.c:1131
+msgid "Choose your filesystem encryption key"
+msgstr ""
-#: ../../diskdrake.pm_.c:919
-msgid "Choose an existing RAID to add to"
-msgstr "Veldu RAID sem til er fyrir til a bta vi"
+#: ../../diskdrake/interactive.pm_.c:1134
+#, fuzzy, c-format
+msgid "This encryption key is too simple (must be at least %d characters long)"
+msgstr "etta lykilor er of einfalt (verur a vera minnst %d stafa langt)"
-#: ../../diskdrake.pm_.c:920 ../../diskdrake.pm_.c:946
-msgid "new"
-msgstr "n"
+#: ../../diskdrake/interactive.pm_.c:1135
+#, fuzzy
+msgid "The encryption keys do not match"
+msgstr "Mismunandi lykilor"
-#: ../../diskdrake.pm_.c:944
-msgid "Choose an existing LVM to add to"
-msgstr "Veldu LVM sem til er fyrir til a bta vi"
+#: ../../diskdrake/interactive.pm_.c:1138
+msgid "Encryption key"
+msgstr ""
-#: ../../diskdrake.pm_.c:949
-msgid "LVM name?"
+#: ../../diskdrake/interactive.pm_.c:1139
+msgid "Encryption key (again)"
msgstr ""
-# ## skrytid
-#: ../../diskdrake.pm_.c:976
-msgid "Removable media automounting"
-msgstr "Sjlfvirk tenging aukatkja"
+#: ../../diskdrake/removable.pm_.c:47
+#, fuzzy
+msgid "Change type"
+msgstr "Breyta tegund sneiar"
-#: ../../diskdrake.pm_.c:977
-msgid "Rescue partition table"
-msgstr "Bjarga sneiatflunni"
+#: ../../diskdrake/removable_gtk.pm_.c:28
+#, fuzzy
+msgid "Please click on a media"
+msgstr "Smelltu disksnei"
-#: ../../diskdrake.pm_.c:979
-msgid "Reload"
-msgstr "Endurhlaa"
+#: ../../diskdrake/smbnfs_gtk.pm_.c:165
+#, fuzzy
+msgid "Search servers"
+msgstr "Nafnamilari"
-#: ../../fs.pm_.c:88 ../../fs.pm_.c:95 ../../fs.pm_.c:101 ../../fs.pm_.c:107
-#: ../../fs.pm_.c:113
+#: ../../fs.pm_.c:485 ../../fs.pm_.c:495 ../../fs.pm_.c:499 ../../fs.pm_.c:503
+#: ../../fs.pm_.c:507 ../../fs.pm_.c:511
#, fuzzy, c-format
msgid "%s formatting of %s failed"
msgstr "gat ekki forsnii %s"
-#: ../../fs.pm_.c:143
+#: ../../fs.pm_.c:548
#, c-format
msgid "I don't know how to format %s in type %s"
msgstr "kann ekki a forsna %s af tegundinni %s"
-#: ../../fs.pm_.c:230
-msgid "mount failed: "
-msgstr "tkst ekki a tengja: "
+#: ../../fs.pm_.c:620 ../../fs.pm_.c:649 ../../fs.pm_.c:655
+#, c-format
+msgid "mounting partition %s in directory %s failed"
+msgstr ""
-#: ../../fs.pm_.c:242
+#: ../../fs.pm_.c:640
+#, c-format
+msgid "fsck failed with exit code %d or signal %d"
+msgstr ""
+
+#: ../../fs.pm_.c:670 ../../partition_table.pm_.c:596
#, c-format
msgid "error unmounting %s: %s"
msgstr "villa vi a aftengja %s: %s"
@@ -1824,43 +2253,63 @@ msgstr "villa vi a aftengja %s: %s"
msgid "simple"
msgstr "Skr"
+#: ../../fsedit.pm_.c:25
+msgid "with /usr"
+msgstr ""
+
#: ../../fsedit.pm_.c:30
msgid "server"
msgstr "netjnn"
-#: ../../fsedit.pm_.c:262
+#: ../../fsedit.pm_.c:467
+msgid "You can't use JFS for partitions smaller than 16MB"
+msgstr ""
+
+#: ../../fsedit.pm_.c:468
+msgid "You can't use ReiserFS for partitions smaller than 32MB"
+msgstr ""
+
+#: ../../fsedit.pm_.c:477
msgid "Mount points must begin with a leading /"
msgstr "Heiti tengipunkta vera a byrja /."
-#: ../../fsedit.pm_.c:265
+#: ../../fsedit.pm_.c:478
#, fuzzy, c-format
msgid "There is already a partition with mount point %s\n"
msgstr "a er egar disksnei me tengipunktinn %s"
-#: ../../fsedit.pm_.c:273
-#, c-format
-msgid "Circular mounts %s\n"
-msgstr ""
-
-#: ../../fsedit.pm_.c:285
+#: ../../fsedit.pm_.c:482
#, c-format
msgid "You can't use a LVM Logical Volume for mount point %s"
msgstr ""
-#: ../../fsedit.pm_.c:286
+#: ../../fsedit.pm_.c:484
msgid "This directory should remain within the root filesystem"
msgstr ""
-#: ../../fsedit.pm_.c:287
+#: ../../fsedit.pm_.c:486
msgid "You need a true filesystem (ext2, reiserfs) for this mount point\n"
msgstr ""
-#: ../../fsedit.pm_.c:369
+#: ../../fsedit.pm_.c:488
+#, c-format
+msgid "You can't use an encrypted file system for mount point %s"
+msgstr ""
+
+#: ../../fsedit.pm_.c:546
+msgid "Not enough free space for auto-allocating"
+msgstr ""
+
+#: ../../fsedit.pm_.c:548
+msgid "Nothing to do"
+msgstr ""
+
+#: ../../fsedit.pm_.c:612
#, c-format
msgid "Error opening %s for writing: %s"
msgstr "Villa vi a opna %s til skriftar: %s"
-#: ../../fsedit.pm_.c:453
+#: ../../fsedit.pm_.c:697
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"
@@ -1868,1423 +2317,1018 @@ msgstr ""
"a kom upp villa. Engin tki fundust sem unnt er a ba til n skrakerfi "
". Vinsamlegast athugau vlbnainn leit a orsk vandamlsins."
-#: ../../fsedit.pm_.c:467
+#: ../../fsedit.pm_.c:720
msgid "You don't have any partitions!"
msgstr " hefur ekki neinar disksneiar"
-#: ../../help.pm_.c:9
-#, fuzzy
-msgid ""
-"Please choose your preferred language for installation and system usage."
-msgstr "Veldu tunguml til a nota vi innsetningu og kerfisnotkun."
-
-#: ../../help.pm_.c:12
-msgid ""
-"You need to accept the terms of the above license to continue installation.\n"
+#: ../../help.pm_.c:13
+msgid ""
+"GNU/Linux is a multiuser system, and this means that each user can have his\n"
+"own preferences, his own files and so on. You can read the ``User Guide''\n"
+"to learn more. But unlike \"root\", which is the administrator, the users\n"
+"you will add here will not be entitled to change anything except their own\n"
+"files and their own configuration. You will have to create at least one\n"
+"regular user for yourself. That account is where you should log in for\n"
+"routine use. Although it is very practical to log in as \"root\" everyday,\n"
+"it may also be very dangerous! The slightest mistake could mean that your\n"
+"system would not work any more. If you make a serious mistake as a regular\n"
+"user, you may only lose some information, but not the entire system.\n"
+"\n"
+"First, you have to enter your real name. This is not mandatory, of course\n"
+"as you can actually enter whatever you want. DrakX will then take the first\n"
+"word you have entered in the box and will bring it over to the \"User\n"
+"name\". This is the name this particular user will use to log onto the\n"
+"system. You can change it. You then have to enter a password here. A\n"
+"non-privileged (regular) user's password is not as crucial as \"root\"' one\n"
+"from a security point of view, but that is no reason to neglect it: after\n"
+"all, your files are at risk.\n"
+"\n"
+"If you click on \"Accept user\", you can then add as many as you want. Add\n"
+"a user for each one of your friends: your father or your sister, for\n"
+"example. When you finish adding all the users you want, select \"Done\".\n"
+"\n"
+"Clicking the \"Advanced\" button allows you to change the default \"shell\"\n"
+"for that user (bash by default)."
+msgstr ""
+
+#: ../../help.pm_.c:41
+msgid ""
+"Listed above are the existing Linux partitions detected on your hard drive.\n"
+"You can keep the choices made by the wizard, they are good for most common\n"
+"installations. If you make any changes, you must at least define a root\n"
+"partition (\"/\"). Do not choose too small a partition or you will not be\n"
+"able to install enough software. If you want to store your data on a\n"
+"separate partition, you will also need to create a partition for \"/home\"\n"
+"(only possible if you have more than one Linux partition available).\n"
+"\n"
+"Each partition is listed as follows: \"Name\", \"Capacity\".\n"
+"\n"
+"\"Name\" is structured: \"hard drive type\", \"hard drive number\",\n"
+"\"partition number\" (for example, \"hda1\").\n"
"\n"
+"\"Hard drive type\" is \"hd\" if your hard drive is an IDE hard drive and\n"
+"\"sd\" if it is a SCSI hard drive.\n"
"\n"
-"Please click on \"Accept\" if you agree with its terms.\n"
+"\"Hard drive number\" is always a letter after \"hd\" or \"sd\". For IDE\n"
+"hard drives:\n"
+"\n"
+" * \"a\" means \"master hard drive on the primary IDE controller\";\n"
+"\n"
+" * \"b\" means \"slave hard drive on the primary IDE controller\";\n"
"\n"
+" * \"c\" means \"master hard drive on the secondary IDE controller\";\n"
"\n"
-"Please click on \"Refuse\" if you disagree with its terms. Installation will "
-"end without modifying your current\n"
-"configuration."
+" * \"d\" means \"slave hard drive on the secondary IDE controller\".\n"
+"\n"
+"With SCSI hard drives, an \"a\" means \"lowest SCSI ID\", a \"b\" means\n"
+"\"second lowest SCSI ID\", etc."
msgstr ""
-#: ../../help.pm_.c:22
-msgid "Choose the layout corresponding to your keyboard from the list above"
-msgstr "Veldu sni sem passar vi lyklabori itt fr listanum a ofan"
-
-#: ../../help.pm_.c:25
+#: ../../help.pm_.c:72
msgid ""
-"If you wish other languages (than the one you choose at\n"
-"beginning of installation) will be available after installation, please "
-"chose\n"
-"them in list above. If you want select all, you just need to select \"All\"."
+"The Mandrake Linux installation is spread out over several CD-ROMs. DrakX\n"
+"knows if a selected package is located on another CD-ROM and will eject the\n"
+"current CD and ask you to insert a different one as required."
msgstr ""
-#: ../../help.pm_.c:30
+#: ../../help.pm_.c:77
msgid ""
-"Please choose \"Install\" if there are no previous version of Linux-"
-"Mandrake\n"
-"installed or if you wish to use several operating systems.\n"
+"It is now time to specify which programs you wish to install on your\n"
+"system. There are thousands of packages available for Mandrake Linux, and\n"
+"you are not supposed to know them all by heart.\n"
"\n"
+"If you are performing a standard installation from a CD-ROM, you will first\n"
+"be asked to specify the CDs you currently have (in Expert mode only). Check\n"
+"the CD labels and highlight the boxes corresponding to the CDs you have\n"
+"available for installation. Click \"OK\" when you are ready to continue.\n"
"\n"
-"Please choose \"Update\" if you wish to update an already installed version "
-"of Linux-Mandrake.\n"
+"Packages are sorted in groups corresponding to a particular use of your\n"
+"machine. The groups themselves are sorted into four sections:\n"
"\n"
+" * \"Workstation\": if you plan to use your machine as a workstation, "
+"select\n"
+"one or more of the corresponding groups;\n"
"\n"
-"Depend of your knowledge in GNU/Linux, you can choose one of the following "
-"levels to install or update your\n"
-"Linux-Mandrake operating system:\n"
+" * \"Development\": if your machine is to be used for programming, choose\n"
+"the desired group(s);\n"
"\n"
-"\t* Recommended: if you have never installed a GNU/Linux operating system "
-"choose this. Installation will be\n"
-"\t be very easy and you will be asked only on few questions.\n"
+" * \"Server\": if your machine is intended to be a server, you will be able\n"
+"to select which of the most common services you wish to install on your\n"
+"machine;\n"
"\n"
+" * \"Graphical Environment\": finally, this is where you will choose your\n"
+"preferred graphical environment. At least one must be selected if you want\n"
+"to have a graphical workstation!\n"
"\n"
-"\t* Customized: if you are familiar enough with GNU/Linux, you may choose "
-"the primary usage (workstation, server,\n"
-"\t development) of your system. You will need to answer to more questions "
-"than in \"Recommended\" installation\n"
-"\t class, so you need to know how GNU/Linux works to choose this "
-"installation class.\n"
+"Moving the mouse cursor over a group name will display a short explanatory\n"
+"text about that group. If you deselect all groups when performing a regular\n"
+"installation (by opposition to an upgrade), a dialog will pop up proposing\n"
+"different options for a minimal installation:\n"
"\n"
+" * \"With X\": install the fewer packages possible to have a working\n"
+"graphical desktop;\n"
"\n"
-"\t* Expert: if you have a good knowledge in GNU/Linux, you can choose this "
-"installation class. As in \"Customized\"\n"
-"\t installation class, you will be able to choose the primary usage "
-"(workstation, server, development). Be very\n"
-"\t careful before choose this installation class. You will be able to "
-"perform a higly customized installation.\n"
-"\t Answer to some questions can be very difficult if you haven't a good "
-"knowledge in GNU/Linux. So, don't choose\n"
-"\t this installation class unless you know what you are doing."
-msgstr ""
-
-#: ../../help.pm_.c:56
-#, fuzzy
-msgid ""
-"Select:\n"
+" * \"With basic documentation\": installs the base system plus basic\n"
+"utilities and their documentation. This installation is suitable for\n"
+"setting up a server;\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"
+" * \"Truly minimal install\": will install the strict minimum necessary to\n"
+"get a working Linux system, in command line only. This installation is\n"
+"about 65Mb large.\n"
"\n"
+"You can check the \"Individual package selection\" box, which is useful if\n"
+"you are familiar with the packages being offered or if you want to have\n"
+"total control over what will be installed.\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!"
+"If you started the installation in \"Upgrade\" mode, you can unselect all\n"
+"groups to avoid installing any new package. This is useful for repairing or\n"
+"updating an existing system."
msgstr ""
-"Select:\n"
-"\n"
-" - Eftir skum: Ef hefur nokkra reynslu meiar 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"
-"\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\".\n"
-#: ../../help.pm_.c:68
+#: ../../help.pm_.c:128
msgid ""
-"You must now define your machine usage. Choices are:\n"
-"\n"
-"\t* Workstation: this the ideal choice if you intend to use your machine "
-"primarily for everyday use, at office or\n"
-"\t at home.\n"
+"Finally, depending on whether or not you selected individual packages, you\n"
+"will be presented a tree containing all packages classified by groups and\n"
+"subgroups. While browsing the tree, you can select entire groups,\n"
+"subgroups, or individual packages.\n"
"\n"
+"Whenever you select a package on the tree, a description appears on the\n"
+"right. When your selection is finished, click the \"Install\" button which\n"
+"will then launch the installation process. Depending on the speed of your\n"
+"hardware and the number of packages that need to be installed, it may take\n"
+"a while to complete the process. An estimate of the time it will take to\n"
+"install everything is displayed on the screen, to help you gauge if there\n"
+"is sufficient time to enjoy a cup of coffee.\n"
"\n"
-"\t* Development: if you intend to use your machine primarily for software "
-"development, it is the good choice. You\n"
-"\t will then have a complete collection of software installed in order to "
-"compile, debug and format source code,\n"
-"\t or create software packages.\n"
+"!! If a server package has been selected, either intentionally or because\n"
+"it was part of a whole group, you will be asked to confirm that you really\n"
+"want those servers to be installed. Under Mandrake Linux, any installed\n"
+"servers are started by default at boot time. Even if they are safe and have\n"
+"no known issues at the time the distribution was shipped, it may happen\n"
+"that security holes are discovered after this version of Mandrake Linux was\n"
+"finalized. If you do not know what a particular service is supposed to do\n"
+"or why it is being installed, then click \"No\". Clicking \"Yes\" will\n"
+"install the listed services and they will be started automatically by\n"
+"default. !!\n"
"\n"
+"The \"Automatic dependencies\" option simply disables the warning dialog\n"
+"which appears whenever the installer automatically selects a package. This\n"
+"occurs because it has determined that it needs to satisfy a dependency with\n"
+"another package in order to successfully complete the installation.\n"
"\n"
-"\t* Server: if you intend to use this machine as a server, it is the good "
-"choice. Either a file server (NFS or\n"
-"\t SMB), a print server (Unix style or Microsoft Windows style), an "
-"authentication server (NIS), a database\n"
-"\t server and so on. As such, do not expect any gimmicks (KDE, GNOME, etc.) "
-"to be installed."
+"The tiny floppy disk icon at the bottom of the list allows to load the\n"
+"package list chosen during a previous installation. Clicking on this icon\n"
+"will ask you to insert a floppy disk previously created at the end of\n"
+"another installation. See the second tip of last step on how to create such\n"
+"a floppy."
msgstr ""
-#: ../../help.pm_.c:84
+#: ../../help.pm_.c:164
msgid ""
-"DrakX will attempt to look for PCI SCSI adapter(s). If DrakX\n"
-"finds an SCSI adapter and knows which driver to use, it will be "
-"automatically\n"
-"installed.\n"
+"You are now proposed to set up your Internet/network connection. If you\n"
+"wish to connect your computer to the Internet or to a local network, click\n"
+"\"OK\". The autodetection of network devices and modem will be launched. If\n"
+"this detection fails, uncheck the \"Use auto detection\" box next time. You\n"
+"may also choose not to configure the network, or do it later; in that case,\n"
+"simply click the \"Cancel\" button.\n"
"\n"
+"Available connections are: traditional modem, ISDN modem, ADSL connection,\n"
+"cable modem, and finally a simple LAN connection (Ethernet).\n"
"\n"
-"If you have no SCSI adapter, an ISA SCSI adapter or a PCI SCSI adapter that\n"
-"DrakX doesn't recognize, you will be asked if a SCSI adapter is present in "
-"your\n"
-"system. If there is no adapter present, you can click on \"No\". If you "
-"click on\n"
-"\"Yes\", a list of drivers will be presented from which you can select your\n"
-"specific adapter.\n"
-"\n"
+"Here, we will not detail each configuration. Simply make sure that you have\n"
+"all the parameters from your Internet Service Provider or system\n"
+"administrator.\n"
"\n"
-"If you have to manually specify your adapter, DrakX will ask if you want to\n"
-"specify options for it. You should allow DrakX to probe the hardware for "
-"the\n"
-"options. This usually works well.\n"
+"You can consult the ``User Guide'' chapter about Internet connections for\n"
+"details about the configuration, or simply wait until your system is\n"
+"installed and use the program described there to configure your connection.\n"
"\n"
-"\n"
-"If not, you will need to provide options to the driver. Please review the "
-"User\n"
-"Guide (chapter 3, section \"Collective informations on your hardware) for "
-"hints\n"
-"on retrieving this information from hardware documentation, from the\n"
-"manufacturer's Web site (if you have Internet access) or from Microsoft "
-"Windows\n"
-"(if you have it on your system)."
+"If you wish to configure the network later after installation, or if you\n"
+"are finished configuring your network connection, click \"Cancel\"."
msgstr ""
-#: ../../help.pm_.c:108
+#: ../../help.pm_.c:186
msgid ""
-"At this point, you need to choose where to install your\n"
-"Linux-Mandrake operating system on your hard drive. If it is empty or if an\n"
-"existing operating system uses all the space available on it, you need to\n"
-"partition it. Basically, partitioning a hard drive consists of logically\n"
-"dividing it to create space to install your new Linux-Mandrake system.\n"
-"\n"
-"\n"
-"Because the effects of the partitioning process are usually irreversible,\n"
-"partitioning can be intimidating and stressful if you are an inexperienced "
-"user.\n"
-"This wizard simplifies this process. Before beginning, please consult the "
-"manual\n"
-"and take your time.\n"
-"\n"
-"\n"
-"You need at least two partitions. One is for the operating system itself and "
-"the\n"
-"other is for the virtual memory (also called Swap).\n"
-"\n"
-"\n"
-"If partitions have been already defined (from a previous installation or "
-"from\n"
-"another partitioning tool), you just need choose those to use to install "
-"your\n"
-"Linux system.\n"
-"\n"
-"\n"
-"If partitions haven't been already defined, you need to create them. \n"
-"To do that, use the wizard available above. Depending of your hard drive\n"
-"configuration, several solutions can be available:\n"
-"\n"
-"\t* Use existing partition: the wizard has detected one or more existing "
-"Linux partitions on your hard drive. If\n"
-"\t you want to keep them, choose this option. \n"
+"You may now choose which services you wish to start at boot time.\n"
"\n"
+"Here are presented all the services available with the current\n"
+"installation. Review them carefully and uncheck those which are not always\n"
+"needed at boot time.\n"
"\n"
-"\t* Erase entire disk: if you want delete all data and all partitions "
-"present on your hard drive and replace them by\n"
-"\t your new Linux-Mandrake system, you can choose this option. Be careful "
-"with this solution, you will not be\n"
-"\t able to revert your choice after confirmation.\n"
+"You can get a short explanatory text about a service by selecting a\n"
+"specific service. However, if you are not sure whether a service is useful\n"
+"or not, it is safer to leave the default behavior.\n"
"\n"
-"\n"
-"\t* Use the free space on the Windows partition: if Microsoft Windows is "
-"installed on your hard drive and takes\n"
-"\t all space available on it, you have to create free space for Linux data. "
-"To do that you can delete your\n"
-"\t Microsoft Windows partition and data (see \"Erase entire disk\" or "
-"\"Expert mode\" solutions) or resize your\n"
-"\t Microsoft Windows partition. Resizing can be performed without loss of "
-"any data. This solution is\n"
-"\t recommended if you want use both Linux-Mandrake and Microsoft Windows on "
-"same computer.\n"
-"\n"
-"\n"
-"\t Before choosing this solution, please understand that the size of your "
-"Microsoft\n"
-"\t Windows partition will be smaller than at present time. It means that "
-"you will have less free space under\n"
-"\t Microsoft Windows to store your data or install new software.\n"
-"\n"
-"\n"
-"\t* Expert mode: if you want to partition manually your hard drive, you can "
-"choose this option. Be careful before\n"
-"\t choosing this solution. It is powerful but it is very dangerous. You can "
-"lose all your data very easily. So,\n"
-"\t don't choose this solution unless you know what you are doing."
+"!! At this stage, be very careful if you intend to use your machine as a\n"
+"server: you will probably not want to start any services which you do not\n"
+"need. Please remember that several services can be dangerous if they are\n"
+"enabled on a server. In general, select only the services you really need.\n"
+"!!"
msgstr ""
-#: ../../help.pm_.c:160
+#: ../../help.pm_.c:203
msgid ""
-"At this point, you need to choose what\n"
-"partition(s) to use to install your new Linux-Mandrake system. If "
-"partitions\n"
-"have been already defined (from a previous installation of GNU/Linux or "
-"from\n"
-"another partitioning tool), you can use existing partitions. In other "
-"cases,\n"
-"hard drive partitions must be defined.\n"
-"\n"
-"\n"
-"To create partitions, you must first select a hard drive. You can select "
-"the\n"
-"disk for partitioning by clicking on \"hda\" for the first IDE drive, \"hdb"
-"\" for\n"
-"the second or \"sda\" for the first SCSI drive and so on.\n"
-"\n"
-"\n"
-"To partition the selected hard drive, you can use these options:\n"
-"\n"
-" * Clear all: this option deletes all partitions available on the selected "
-"hard drive.\n"
-"\n"
-"\n"
-" * Auto allocate: this option allows you to automatically create Ext2 and "
-"swap partitions in free space of your\n"
-" hard drive.\n"
-"\n"
-"\n"
-" * Rescue partition table: if your partition table is damaged, you can try "
-"to recover it using this option. Please\n"
-" be careful and remember that it can fail.\n"
-"\n"
-"\n"
-" * Undo: you can use this option to cancel your changes.\n"
+"GNU/Linux manages time in GMT (Greenwich Mean Time) and translates it in\n"
+"local time according to the time zone you selected. It is however possible\n"
+"to deactivate this by deselecting \"Hardware clock set to GMT\" so that the\n"
+"hardware clock is the same as the system clock. This is useful when the\n"
+"machine is hosting another operating system like Windows.\n"
"\n"
-"\n"
-" * Reload: you can use this option if you wish to undo all changes and "
-"load your initial partitions table\n"
-"\n"
-"\n"
-" * Wizard: If you wish to use a wizard to partition your hard drive, you "
-"can use this option. It is recommended if\n"
-" you do not have a good knowledge in partitioning.\n"
-"\n"
-"\n"
-" * Restore from floppy: if you have saved your partition table on a floppy "
-"during a previous installation, you can\n"
-" recover it using this option.\n"
-"\n"
-"\n"
-" * Save on floppy: if you wish to save your partition table on a floppy to "
-"be able to recover it, you can use this\n"
-" option. It is strongly recommended to use this option\n"
-"\n"
-"\n"
-" * Done: when you have finished partitioning your hard drive, use this "
-"option to save your changes.\n"
-"\n"
-"\n"
-"For information, you can reach any option using the keyboard: navigate "
-"trough the partitions using Tab and Up/Down arrows.\n"
-"\n"
-"\n"
-"When a partition is selected, you can use:\n"
-"\n"
-" * Ctrl-c to create a new partition (when a empty partition is "
-"selected)\n"
-"\n"
-" * Ctrl-d to delete a partition\n"
-"\n"
-" * Ctrl-m to set the mount point\n"
-" \n"
-"\n"
-" \n"
-"If you are installing on a PPC Machine, you will want to create a small HFS "
-"'bootstrap' partition of at least 1MB for use\n"
-"by the yaboot bootloader. If you opt to make the partition a bit larger, say "
-"50MB, you may find it a useful place to store \n"
-"a spare kernel and ramdisk image for emergency boot situations."
+"The \"Automatic time synchronization\" option will automatically regulate\n"
+"the clock by connecting to a remote time server on the Internet. In the\n"
+"list that is presented, choose a server located near you. Of course you\n"
+"must have a working Internet connection for this feature to work. It will\n"
+"actually install on your machine a time server which can be optionally used\n"
+"by other machines on your local network."
msgstr ""
-#: ../../help.pm_.c:224
+#: ../../help.pm_.c:217
msgid ""
-"Above are listed the existing Linux partitions detected on\n"
-"your hard drive. You can keep choices make by the wizard, they are good for "
-"a\n"
-"common usage. If you change these choices, you must at least define a root\n"
-"partition (\"/\"). Don't choose a too little partition or you will not be "
-"able\n"
-"to install enough software. If you want store your data on a separate "
-"partition,\n"
-"you need also to choose a \"/home\" (only possible if you have more than "
-"one\n"
-"Linux partition available).\n"
-"\n"
+"X (for X Window System) is the heart of the GNU/Linux graphical interface\n"
+"on which all the graphical environments (KDE, GNOME, AfterStep,\n"
+"WindowMaker, etc.) bundled with Mandrake Linux rely. In this section, DrakX\n"
+"will try to configure X automatically.\n"
"\n"
-"For information, each partition is listed as follows: \"Name\", \"Capacity"
-"\".\n"
+"It is extremely rare for it to fail, unless the hardware is very old (or\n"
+"very new). If it succeeds, it will start X automatically with the best\n"
+"resolution possible, depending on the size of the monitor. A window will\n"
+"then appear and ask you if you can see it.\n"
"\n"
+"If you are doing an \"Expert\" installation, you will enter the X\n"
+"configuration wizard. See the corresponding section of the manual for more\n"
+"information about this wizard.\n"
"\n"
-"\"Name\" is coded as follow: \"hard drive type\", \"hard drive number\",\n"
-"\"partition number\" (for example, \"hda1\").\n"
-"\n"
-"\n"
-"\"Hard drive type\" is \"hd\" if your hard drive is an IDE hard drive and "
-"\"sd\"\n"
-"if it is an SCSI hard drive.\n"
-"\n"
-"\n"
-"\"Hard drive number\" is always a letter after \"hd\" or \"sd\". With IDE "
-"hard drives:\n"
-"\n"
-" * \"a\" means \"master hard drive on the primary IDE controller\",\n"
-"\n"
-" * \"b\" means \"slave hard drive on the primary IDE controller\",\n"
-"\n"
-" * \"c\" means \"master hard drive on the secondary IDE controller\",\n"
-"\n"
-" * \"d\" means \"slave hard drive on the secondary IDE controller\".\n"
-"\n"
+"If you can see the message during the test, and answer \"Yes\", then DrakX\n"
+"will proceed to the next step. If you cannot see the message, it simply\n"
+"means that the configuration was wrong and the test will automatically end\n"
+"after 10 seconds, restoring the screen."
+msgstr ""
+
+#: ../../help.pm_.c:237
+msgid ""
+"The first time you try the X configuration, you may not be very satisfied\n"
+"with its display (screen is too small, shifted left or right...). Hence,\n"
+"even if X starts up correctly, DrakX then asks you if the configuration\n"
+"suits you. It will also propose to change it by displaying a list of valid\n"
+"modes it could find, asking you to select one.\n"
"\n"
-"With SCSI hard drives, a \"a\" means \"primary hard drive\", a \"b\" means "
-"\"secondary hard drive\", etc..."
+"As a last resort, if you still cannot get X to work, choose \"Change\n"
+"graphics card\", select \"Unlisted card\", and when prompted on which\n"
+"server, choose \"FBDev\". This is a failsafe option which works with any\n"
+"modern graphics card. Then choose \"Test again\" to be sure."
msgstr ""
-#: ../../help.pm_.c:258
+#: ../../help.pm_.c:249
msgid ""
-"Choose the hard drive you want to erase to install your\n"
-"new Linux-Mandrake partition. Be careful, all data present on it will be "
-"lost\n"
-"and will not be recoverable."
+"Finally, you will be asked whether you want to see the graphical interface\n"
+"at boot. Note this question will be asked even if you chose not to test the\n"
+"configuration. Obviously, you want to answer \"No\" if your machine is to\n"
+"act as a server, or if you were not successful in getting the display\n"
+"configured."
msgstr ""
-#: ../../help.pm_.c:263
+#: ../../help.pm_.c:256
msgid ""
-"Click on \"OK\" if you want to delete all data and\n"
-"partitions present on this hard drive. Be careful, after clicking on \"OK\", "
-"you\n"
-"will not be able to recover any data and partitions present on this hard "
-"drive,\n"
-"including any Windows data.\n"
+"The Mandrake LinuxCD-ROM has a built-in rescue mode. You can access it by\n"
+"booting from the CD-ROM, press the >>F1<< key at boot and type >>rescue<<\n"
+"at the prompt. But in case your computer cannot boot from the CD-ROM, you\n"
+"should come back to this step for help in at least two situations:\n"
"\n"
+" * when installing the bootloader, DrakX will rewrite the boot sector (MBR)\n"
+"of your main disk (unless you are using another boot manager), to allow you\n"
+"to start up with either Windows or GNU/Linux (assuming you have Windows in\n"
+"your system). If you need to reinstall Windows, the Microsoft install\n"
+"process will rewrite the boot sector, and then you will not be able to\n"
+"start GNU/Linux!\n"
"\n"
-"Click on \"Cancel\" to cancel this operation without losing any data and\n"
-"partitions present on this hard drive."
+" * if a problem arises and you cannot start up GNU/Linux from the hard "
+"disk,\n"
+"this floppy disk will be the only means of starting up GNU/Linux. It\n"
+"contains a fair number of system tools for restoring a system, which has\n"
+"crashed due to a power failure, an unfortunate typing error, a typo in a\n"
+"password, or any other reason.\n"
+"\n"
+"When you click on this step, you will be asked to enter a disk inside the\n"
+"drive. The floppy disk you will insert must be empty or contain data which\n"
+"you do not need. You will not have to format it since DrakX will rewrite\n"
+"the whole disk."
msgstr ""
-#: ../../help.pm_.c:273
+#: ../../help.pm_.c:280
msgid ""
-"More than one Microsoft Windows partition have been\n"
-"detected on your hard drive. Please choose the one you want resize to "
-"install\n"
-"your new Linux-Mandrake operating system.\n"
+"At this point, you need to choose where you want to install the Mandrake\n"
+"Linux operating system on your hard drive. If your hard drive is empty or\n"
+"if an existing operating system is using all the available space, you will\n"
+"need to partition it. Basically, partitioning a hard drive consists of\n"
+"logically dividing it to create space to install your new Mandrake Linux\n"
+"system.\n"
"\n"
+"Because the partitioning process' effects are usually irreversible,\n"
+"partitioning can be intimidating and stressful if you are an inexperienced\n"
+"user. Fortunately, there is a wizard which simplifies this process. Before\n"
+"beginning, please consult the manual and take your time.\n"
"\n"
-"For information, each partition is listed as follow; \"Linux name\", "
-"\"Windows\n"
-"name\" \"Capacity\".\n"
+"If you are running the installation in Expert mode, you will enter\n"
+"DiskDrake, the Mandrake Linux partitioning tool, which allows you to\n"
+"fine-tune your partitions. See the DiskDrake section in the ``User Guide''.\n"
+"From the installation interface, you can use the wizards as described here\n"
+"by clicking the dialog's \"Wizard\" button.\n"
"\n"
-"\"Linux name\" is coded as follow: \"hard drive type\", \"hard drive number"
-"\",\n"
-"\"partition number\" (for example, \"hda1\").\n"
+"If partitions have already been defined, either from a previous\n"
+"installation or from another partitioning tool, simply select those to\n"
+"install your Linux system.\n"
"\n"
+"If partitions are not defined, you will need to create them using the\n"
+"wizard. Depending on your hard drive configuration, several options are\n"
+"available:\n"
"\n"
-"\"Hard drive type\" is \"hd\" if your hard dive is an IDE hard drive and \"sd"
-"\"\n"
-"if it is an SCSI hard drive.\n"
+" * \"Use free space\": this option will simply lead to an automatic\n"
+"partitioning of your blank drive(s). You will not be prompted further;\n"
"\n"
+" * \"Use existing partition\": the wizard has detected one or more existing\n"
+"Linux partitions on your hard drive. If you want to use them, choose this\n"
+"option;\n"
"\n"
-"\"Hard drive number\" is always a letter putted after \"hd\" or \"sd\". With "
-"IDE hard drives:\n"
+" * \"Use the free space on the Windows; partition\": if MicrosoftWindows is\n"
+"installed on your hard drive and takes all the space available on it, you\n"
+"have to create free space for Linux data. To do so, you can delete your\n"
+"MicrosoftWindows partition and data (see ``Erase entire disk'' or ``Expert\n"
+"mode'' solutions) or resize your MicrosoftWindows partition. Resizing can\n"
+"be performed without the loss of any data, provided you previously\n"
+"defragment the Windows partition. Backing up your data won't hurt either..\n"
+"This solution is recommended if you want to use both Mandrake Linux and\n"
+"MicrosoftWindows on the same computer.\n"
"\n"
-" * \"a\" means \"master hard drive on the primary IDE controller\",\n"
+" Before choosing this option, please understand that after this "
+"procedure,\n"
+"the size of your MicrosoftWindows partition will be smaller than at the\n"
+"present time. You will have less free space under MicrosoftWindows to store\n"
+"your data or to install new software;\n"
"\n"
-" * \"b\" means \"slave hard drive on the primary IDE controller\",\n"
+" * \"Erase entire disk\": if you want to delete all data and all partitions\n"
+"present on your hard drive and replace them with your new Mandrake Linux\n"
+"system, choose this option. Be careful with this solution because you will\n"
+"not be able to revert your choice after you confirm;\n"
"\n"
-" * \"c\" means \"master hard drive on the secondary IDE controller\",\n"
+" !! If you choose this option, all data on your disk will be lost. !!\n"
"\n"
-" * \"d\" means \"slave hard drive on the secondary IDE controller\".\n"
+" * \"Remove Windows\": this will simply erase everything on the drive and\n"
+"begin fresh, partitioning everything from scratch. All data on your disk\n"
+"will be lost;\n"
"\n"
-"With SCSI hard drives, a \"a\" means \"primary hard drive\", a \"b\" means "
-"\"secondary hard drive\", etc.\n"
+" !! If you choose this option, all data on your disk will be lost. !!\n"
"\n"
-"\n"
-"\"Windows name\" is the letter of your hard drive under Windows (the first "
-"disk\n"
-"or partition is called \"C:\")."
-msgstr ""
-
-#: ../../help.pm_.c:306
-msgid "Please be patient. This operation can take several minutes."
+" * \"Expert mode\": choose this option if you want to manually partition\n"
+"your hard drive. Be careful it is a powerful but dangerous choice. You can\n"
+"very easily lose all your data. Hence, do not choose this unless you know\n"
+"what you are doing."
msgstr ""
-#: ../../help.pm_.c:309
+#: ../../help.pm_.c:347
msgid ""
-"Any partitions that have been newly defined must be\n"
-"formatted for use (formatting meaning creating a filesystem).\n"
+"There you are. Installation is now complete and your GNU/Linux system is\n"
+"ready to use. Just click \"OK\" to reboot the system. You can start\n"
+"GNU/Linux or Windows, whichever you prefer (if you are dual-booting), as\n"
+"soon as the computer has booted up again.\n"
"\n"
+"The \"Advanced\" button (in Expert mode only) shows two more buttons to:\n"
"\n"
-"At this time, you may wish to reformat some already existing partitions to "
-"erase\n"
-"the data they contain. If you wish do that, please also select the "
-"partitions\n"
-"you want to format.\n"
+" * \"generate auto-install floppy\": to create an installation floppy disk\n"
+"which will automatically perform a whole installation without the help of\n"
+"an operator, similar to the installation you just configured.\n"
"\n"
+" Note that two different options are available after clicking the button:\n"
"\n"
-"Please note that it is not necessary to reformat all pre-existing "
-"partitions.\n"
-"You must reformat the partitions containing the operating system (such as \"/"
-"\",\n"
-"\"/usr\" or \"/var\") but do you no have to reformat partitions containing "
-"data\n"
-"that you wish to keep (typically /home).\n"
+" * \"Replay\". This is a partially automated installation as the\n"
+"partitioning step (and only this one) remains interactive;\n"
"\n"
+" * \"Automated\". Fully automated installation: the hard disk is "
+"completely\n"
+"rewritten, all data is lost.\n"
"\n"
-"Please be careful selecting partitions, after formatting, all data will be\n"
-"deleted and you will not be able to recover any of them.\n"
+" This feature is very handy when installing a great number of similar\n"
+"machines. See the Auto install section on our web site;\n"
"\n"
+" * \"Save packages selection\"(*): saves the package selection as done\n"
+"previously. Then, when doing another installation, insert the floppy inside\n"
+"the drive and run the installation going to the help screen by pressing on\n"
+"the [F1] key, and by issuing >>linux defcfg=\"floppy\"<<.\n"
"\n"
-"Click on \"OK\" when you are ready to format partitions.\n"
-"\n"
-"\n"
-"Click on \"Cancel\" if you want to choose other partitions to install your "
-"new\n"
-"Linux-Mandrake operating system."
+"(*) You need a FAT-formatted floppy (to create one under GNU/Linux, type\n"
+"\"mformat a:\")"
msgstr ""
-#: ../../help.pm_.c:335
+#: ../../help.pm_.c:378
msgid ""
-"You may now select the group of packages you wish to\n"
-"install or upgrade.\n"
+"Any partitions that have been newly defined must be formatted for use\n"
+"(formatting means creating a filesystem).\n"
"\n"
+"At this time, you may wish to reformat some already existing partitions to\n"
+"erase any data they contain. If you wish to do that, please select those\n"
+"partitions as well.\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 "
-"the\n"
-"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 "
-"through\n"
-"more than 1000 packages..."
-msgstr ""
-
-#: ../../help.pm_.c:347
-msgid ""
-"You can now choose individually all the packages you\n"
-"wish to install.\n"
-"\n"
+"Please note that it is not necessary to reformat all pre-existing\n"
+"partitions. You must reformat the partitions containing the operating\n"
+"system (such as \"/\", \"/usr\" or \"/var\") but you do not have to\n"
+"reformat partitions containing data that you wish to keep (typically\n"
+"\"/home\").\n"
"\n"
-"You can expand or collapse the tree by clicking on options in the left "
-"corner of\n"
-"the packages window.\n"
+"Please be careful when selecting partitions. After formatting, all data on\n"
+"the selected partitions will be deleted and you will not be able to recover\n"
+"any of it.\n"
"\n"
+"Click on \"OK\" when you are ready to format partitions.\n"
"\n"
-"If you prefer to see packages sorted in alphabetic order, click on the icon\n"
-"\"Toggle flat and group sorted\".\n"
-"\n"
+"Click on \"Cancel\" if you want to choose another partition for your new\n"
+"Mandrake Linux operating system installation.\n"
"\n"
-"If you want not to be warned on dependencies, click on \"Automatic\n"
-"dependencies\". If you do this, note that unselecting one package may "
-"silently\n"
-"unselect several other packages which depend on it."
+"Click on \"Advanced\" if you wish to select partitions that will be checked\n"
+"for bad blocks on the disk."
msgstr ""
-#: ../../help.pm_.c:364
+#: ../../help.pm_.c:404
msgid ""
-"If you have all the CDs in the list above, click Ok. If you have\n"
-"none of those CDs, click Cancel. If only some CDs are missing, unselect "
-"them,\n"
-"then click Ok."
-msgstr ""
-
-#: ../../help.pm_.c:369
-msgid ""
-"Your new Linux-Mandrake operating system is currently being\n"
-"installed. This operation should take a few minutes (it depends on size you\n"
-"choose to install and the speed of your computer).\n"
-"\n"
+"Your new Mandrake Linux operating system is currently being installed.\n"
+"Depending on the number of packages you will be installing and the speed of\n"
+"your computer, this operation could take from a few minutes to a\n"
+"significant amount of time.\n"
"\n"
"Please be patient."
msgstr ""
-#: ../../help.pm_.c:377
+#: ../../help.pm_.c:412
msgid ""
-"You can now test your mouse. Use buttons and wheel to verify\n"
-"if settings are good. If not, you can click on \"Cancel\" to choose another\n"
-"driver."
+"At the time you are installing Mandrake Linux, it is likely that some\n"
+"packages have been updated since the initial release. Some bugs may have\n"
+"been fixed, and security issues solved. To allow you to benefit from these\n"
+"updates, you are now proposed to download them from the Internet. Choose\n"
+"\"Yes\" if you have a working Internet connection, or \"No\" if you prefer\n"
+"to install updated packages later.\n"
+"\n"
+"Choosing \"Yes\" displays a list of places from which updates can be\n"
+"retrieved. Choose the one nearest you. Then a package-selection tree\n"
+"appears: review the selection, and press \"Install\" to retrieve and\n"
+"install the selected package(s), or \"Cancel\" to abort."
msgstr ""
-#: ../../help.pm_.c:382
-#, fuzzy
+#: ../../help.pm_.c:425
msgid ""
-"Please select the correct port. For example, the COM1\n"
-"port under MS Windows is named ttyS0 under GNU/Linux."
+"Before continuing, you should read carefully the terms of the license. It\n"
+"covers the whole Mandrake Linux distribution, and if you do not agree with\n"
+"all the terms in it, click on the \"Refuse\" button which will immediately\n"
+"terminate the installation. To continue with the installation, click on the\n"
+"\"Accept\" button."
msgstr ""
-"Veldu tengi sem vilt nota. Tengi COM1 MS Windows er kalla\n"
-"ttyS0 Linux, COM2 er ttyS1, o.s.frv."
-#: ../../help.pm_.c:386
+#: ../../help.pm_.c:432
msgid ""
-"If you wish to connect your computer to the Internet or\n"
-"to a local network please choose the correct option. Please turn on your "
-"device\n"
-"before choosing the correct option to let DrakX detect it automatically.\n"
-"\n"
+"At this point, it is time to choose the security level desired for the\n"
+"machine. As a rule of thumb, the more exposed the machine is, and the more\n"
+"the data stored in it is crucial, the higher the security level should be.\n"
+"However, a higher security level is generally obtained at the expense of\n"
+"easiness of use. Refer to the \"msec\" chapter of the ``Reference Manual''\n"
+"to get more information about the meaning of these levels.\n"
"\n"
-"If you do not have any connection to the Internet or a local network, "
-"choose\n"
-"\"Disable networking\".\n"
-"\n"
-"\n"
-"If you wish to configure the network later after installation or if you "
-"have\n"
-"finished to configure your network connection, choose \"Done\"."
+"If you do not know what to choose, keep the default option."
msgstr ""
-#: ../../help.pm_.c:399
+#: ../../help.pm_.c:442
msgid ""
-"No modem has been detected. Please select the serial port on which it is "
-"plugged.\n"
+"At this point, you need to choose which partition(s) will be used for the\n"
+"installation of your Mandrake Linux system. If partitions have already been\n"
+"defined, either from a previous installation of GNU/Linux or from another\n"
+"partitioning tool, you can use existing partitions. Otherwise, hard drive\n"
+"partitions must be defined.\n"
"\n"
+"To create partitions, you must first select a hard drive. You can select\n"
+"the disk for partitioning by clicking on ``hda'' for the first IDE drive,\n"
+"``hdb'' for the second, ``sda'' for the first SCSI drive and so on.\n"
"\n"
-"For information, the first serial port (called \"COM1\" under Microsoft\n"
-"Windows) is called \"ttyS0\" under Linux."
-msgstr ""
-
-#: ../../help.pm_.c:406
-msgid ""
-"You may now enter dialup options. If you don't know\n"
-"or are not sure what to enter, the correct informations can be obtained "
-"from\n"
-"your Internet Service Provider. If you do not enter the DNS (name server)\n"
-"information here, this information will be obtained from your Internet "
-"Service\n"
-"Provider at connection time."
-msgstr ""
-
-#: ../../help.pm_.c:413
-msgid ""
-"If your modem is an external modem, please turn on it now to let DrakX "
-"detect it automatically."
-msgstr ""
-
-#: ../../help.pm_.c:416
-msgid "Please turn on your modem and choose the correct one."
-msgstr ""
-
-#: ../../help.pm_.c:419
-msgid ""
-"If you are not sure if informations above are\n"
-"correct or if you don't know or are not sure what to enter, the correct\n"
-"informations can be obtained from your Internet Service Provider. If you do "
-"not\n"
-"enter the DNS (name server) information here, this information will be "
-"obtained\n"
-"from your Internet Service Provider at connection time."
-msgstr ""
-
-#: ../../help.pm_.c:426
-#, fuzzy
-msgid ""
-"You may now enter your host name if needed. If you\n"
-"don't know or are not sure what to enter, the correct informations can be\n"
-"obtained from your Internet Service Provider."
-msgstr ""
-"Hrna geturu stillt innhringitengingu. Ef ert ekki viss um hva "
-"arft,\n"
-"hafu samband vi jnustuveituna til a f r upplsingar."
-
-#: ../../help.pm_.c:431
-#, fuzzy
-msgid ""
-"You may now configure your network device.\n"
+"To partition the selected hard drive, you can use these options:\n"
"\n"
-" * IP address: if you don't know or are not sure what to enter, ask your "
-"network administrator.\n"
-" You should not enter an IP address if you select the option \"Automatic "
-"IP\" below.\n"
+" * \"Clear all\": this option deletes all partitions on the selected hard\n"
+"drive;\n"
"\n"
-" * Netmask: \"255.255.255.0\" is generally a good choice. If you don't "
-"know or are not sure what to enter,\n"
-" ask your network administrator.\n"
+" * \"Auto allocate\": this option enables to automatically create \"Ext2\"\n"
+"and swap partitions in free space of your hard drive;\n"
"\n"
-" * Automatic IP: if your network uses BOOTP or DHCP protocol, select this "
-"option. If selected, no value is needed in\n"
-" \"IP address\". If you don't know or are not sure if you need to select "
-"this option, ask your network administrator."
-msgstr ""
-"Slu inn:\n"
+" * \"More\": gives access to additional features:\n"
"\n"
-" - IP vistfang: Ef veist ekki hva a er, spuru kerfisstjra ea "
-"fulltra hj jnustuveitu.\n"
+" * \"Save partition table\": saves the partition table to a floppy. "
+"Useful\n"
+"for later partition-table recovery if necessary. It is strongly recommended\n"
+"to perform this step;\n"
"\n"
+" * \"Restore partition table\": allows to restore a previously saved\n"
+"partition table from floppy disk;\n"
"\n"
-" - Netsa: \"255.255.255.0\" er mjg algeng sa. Ef ert ekki viss hvaa\n"
-"su skal nota, spuru kerfisstjra ea fulltra jnustuveitu.\n"
+" * \"Rescue partition table\": if your partition table is damaged, you "
+"can\n"
+"try to recover it using this option. Please be careful and remember that it\n"
+"can fail;\n"
"\n"
+" * \"Reload partition table\": discards all changes and loads your "
+"initial\n"
+"partition table;\n"
"\n"
-" - Sjlfvirkt vistfang: Ef ert neti sem notar bootp ea dhcp "
-"reglurnar, veldu \n"
-" ennan kost. slkum tilfellum arf ekki a gefa upp neitt \"IP vistfang"
-"\". Eins \n"
-"og me arar stillingar, vri ekki slm hugmynd a hafa samband vi "
-"kerfisstjra.\n"
-
-#: ../../help.pm_.c:443
-#, fuzzy
-msgid ""
-"You may now enter your host name if needed. If you\n"
-"don't know or are not sure what to enter, ask your network administrator."
-msgstr ""
-"Ef NIS er nota netinu sem ert , veldu \"Nota NIS\". Ef ert "
-"ekki\n"
-"viss hvort a s nota, spuru kerfisstjra netsins."
-
-#: ../../help.pm_.c:447
-msgid ""
-"You may now enter your host name if needed. If you\n"
-"don't know or are not sure what to enter, leave blank."
-msgstr ""
-
-#: ../../help.pm_.c:451
-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."
-msgstr ""
-"Hrna geturu stillt innhringitengingu. Ef ert ekki viss um hva "
-"arft,\n"
-"hafu samband vi jnustuveituna til a f r upplsingar."
-
-#: ../../help.pm_.c:455
-msgid ""
-"If you will use proxies, please configure them now. If you don't know if\n"
-"you should use proxies, ask your network administrator or your ISP."
-msgstr ""
-"Ef notar einhverskonar sel (e. proxy), stilltu au nna. Ef veist "
-"ekki\n"
-"hvort arft a still au, hafu samband vi kerfisstjra ea "
-"jnustuveitu."
-
-#: ../../help.pm_.c:459
-#, fuzzy
-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 "
-"and\n"
-"after that select the packages to install.\n"
+" * \"Removable media automounting\": unchecking this option will force "
+"users\n"
+"to manually mount and unmount removable medias such as floppies and\n"
+"CD-ROMs.\n"
"\n"
+" * \"Wizard\": use this option if you wish to use a wizard to partition "
+"your\n"
+"hard drive. This is recommended if you do not have a good knowledge of\n"
+"partitioning;\n"
"\n"
-"Note you have to select mirror and cryptographic packages according\n"
-"to your legislation."
-msgstr ""
-" getur nna n dulritunarhugbna ef Internet tengingin n er rtt\n"
-"upp sett. Fyrst velur spegilvl aan sem vilt skja hugbnainn\n"
-"og san velur pakka sem vilt skja og setja inn.\n"
+" * \"Undo\": use this option to cancel your changes;\n"
"\n"
-"Athugau a velja spegilvl og dulritunarhugbna samkvmt v sem lg "
-"leyfa\n"
-" slandi ea hvar sem ert nna a nota tlvuna."
-
-#: ../../help.pm_.c:468
-msgid "You can now select your timezone according to where you live."
-msgstr ""
-
-#: ../../help.pm_.c:471
-#, fuzzy
-msgid ""
-"GNU/Linux manages time in GMT (Greenwich Manage\n"
-"Time) and translates it in local time according to the time zone you have\n"
-"selected.\n"
+" * \"Toggle to normal/expert mode\": allows additional actions on "
+"partitions\n"
+"(type, options, format) and gives more information;\n"
"\n"
+" * \"Done\": when you are finished partitioning your hard drive, this will\n"
+"save your changes back to disk.\n"
"\n"
-"If you use Microsoft Windows on this computer, choose \"No\"."
-msgstr ""
-"Hrna velur tmasvi sem gildir ar sem br.\n"
+"Note: you can reach any option using the keyboard. Navigate through the\n"
+"partitions using [Tab] and [Up/Down] arrows.\n"
"\n"
+"When a partition is selected, you can use:\n"
"\n"
-"Linux notar GMT ea \"Greenwich Mean Time\" og breytir eim tma\n"
-"san staartma samkvmt v tmasvi sem velur."
-
-#: ../../help.pm_.c:479
-msgid ""
-"You may now choose which services you want to start at boot time.\n"
+" * Ctrl-c to create a new partition (when an empty partition is selected);\n"
"\n"
+" * Ctrl-d to delete a partition;\n"
"\n"
-"When your mouse comes over an item, a small balloon help will popup which\n"
-"describes the role of the service.\n"
+" * Ctrl-m to set the mount point.\n"
"\n"
+"To get information about the different filesystem types available, please\n"
+"read the ext2fs chapter from the ``Reference Manual''.\n"
"\n"
-"Be very careful in this step if you intend to use your machine as a server: "
-"you\n"
-"will probably want not to start any services that you don't need. Please\n"
-"remember that several services can be dangerous if they are enable on a "
-"server.\n"
-"In general, select only the services that you really need."
-msgstr ""
-
-#: ../../help.pm_.c:492
-msgid ""
-"You can configure a local printer (connected to your computer) or remote\n"
-"printer (accessible via a Unix, Netware or Microsoft Windows network)."
+"If you are installing on a PPC machine, you will want to create a small HFS\n"
+"``bootstrap'' partition of at least 1MB, which will be used by the yaboot\n"
+"bootloader. If you opt to make the partition a bit larger, say 50MB, you\n"
+"may find it a useful place to store a spare kernel and ramdisk images for\n"
+"emergency boot situations."
msgstr ""
-#: ../../help.pm_.c:496
+#: ../../help.pm_.c:513
msgid ""
-"If you wish to be able to print, please choose one printing system between\n"
-"CUPS and LPR.\n"
-"\n"
+"More than one Microsoft partition has been detected on your hard drive.\n"
+"Please choose the one you want to resize in order to install your new\n"
+"Mandrake Linux operating system.\n"
"\n"
-"CUPS is a new, powerful and flexible printing system for Unix systems (CUPS\n"
-"means \"Common Unix Printing System\"). It is the default printing system "
-"in\n"
-"Linux-Mandrake.\n"
+"Each partition is listed as follows: \"Linux name\", \"Windows name\"\n"
+"\"Capacity\".\n"
"\n"
+"\"Linux name\" is structured: \"hard drive type\", \"hard drive number\",\n"
+"\"partition number\" (for example, \"hda1\").\n"
"\n"
-"LPR is the old printing system used in previous Linux-Mandrake "
-"distributions.\n"
-"\n"
+"\"Hard drive type\" is \"hd\" if your hard dive is an IDE hard drive and\n"
+"\"sd\" if it is a SCSI hard drive.\n"
"\n"
-"If you don't have printer, click on \"None\"."
-msgstr ""
-
-#: ../../help.pm_.c:511
-msgid ""
-"GNU/Linux can deal with many types of printer. Each of these types requires\n"
-"a different setup.\n"
+"\"Hard drive number\" is always a letter after \"hd\" or \"sd\". With IDE\n"
+"hard drives:\n"
"\n"
+" * \"a\" means \"master hard drive on the primary IDE controller\";\n"
"\n"
-"If your printer is physically connected to your computer, select \"Local\n"
-"printer\".\n"
+" * \"b\" means \"slave hard drive on the primary IDE controller\";\n"
"\n"
+" * \"c\" means \"master hard drive on the secondary IDE controller\";\n"
"\n"
-"If you want to access a printer located on a remote Unix machine, select\n"
-"\"Remote printer\".\n"
+" * \"d\" means \"slave hard drive on the secondary IDE controller\".\n"
"\n"
+"With SCSI hard drives, an \"a\" means \"lowest SCSI ID\", a \"b\" means\n"
+"\"second lowest SCSI ID\", etc.\n"
"\n"
-"If you want to access a printer located on a remote Microsoft Windows "
-"machine\n"
-"(or on Unix machine using SMB protocol), select \"SMB/Windows 95/98/NT\"."
+"\"Windows name\" is the letter of your hard drive under Windows (the first\n"
+"disk or partition is called \"C:\")."
msgstr ""
-#: ../../help.pm_.c:527
+#: ../../help.pm_.c:544
+msgid "Please be patient. This operation can take several minutes."
+msgstr ""
+
+#: ../../help.pm_.c:547
msgid ""
-"Please turn on your printer before continuing to let DrakX detect it.\n"
+"DrakX now needs to know if you want to perform a default (\"Recommended\")\n"
+"installation or if you want to have greater control (\"Expert\"). You can\n"
+"also choose to do a new install or an upgrade of an existing Mandrake Linux\n"
+"system:\n"
"\n"
-"You have to enter some informations here.\n"
+" * \"Install\": completely wipes out the old system. In fact, depending on\n"
+"what currently holds your machine, you will be able to keep some old (Linux\n"
+"or other) partitions unchanged;\n"
"\n"
+" * \"Upgrade\": this installation class allows to simply update the "
+"packages\n"
+"currently installed on your Mandrake Linux system. It keeps the current\n"
+"partitions of your hard drives as well as user configurations. All other\n"
+"configuration steps remain available with respect to plain installation;\n"
"\n"
-" * Name of printer: the print spooler uses \"lp\" as default printer name. "
-"So, you must have a printer named \"lp\".\n"
-" If you have only one printer, you can use several names for it. You "
-"just need to separate them by a pipe\n"
-" character (a \"|\"). So, if you prefer a more meaningful name, you have "
-"to put it first, eg: \"My printer|lp\".\n"
-" The printer having \"lp\" in its name(s) will be the default printer.\n"
+" * \"Upgrade Packages Only\": this brand new class allows to upgrade an\n"
+"existing Mandrake Linux system while keeping all system configurations\n"
+"unchanged. Adding new packages to the current installation is also\n"
+"possible.\n"
"\n"
+"Upgrades should work fine for Mandrake Linux systems starting from \"8.1\"\n"
+"release.\n"
"\n"
-" * Description: this is optional but can be useful if several printers are "
-"connected to your computer or if you allow\n"
-" other computers to access to this printer.\n"
+"Depending on your knowledge of GNU/Linux, select one of the following\n"
+"choices:\n"
"\n"
+" * Recommended: choose this if you have never installed a GNU/Linux\n"
+"operating system. The installation will be very easy and you will only be\n"
+"asked a few questions;\n"
"\n"
-" * Location: if you want to put some information on your\n"
-" printer location, put it here (you are free to write what\n"
-" you want, for example \"2nd floor\").\n"
+" * Expert: if you have a good knowledge of GNU/Linux, you can choose this\n"
+"installation class. The expert installation will allow you to perform a\n"
+"highly-customized installation. Answering some of the questions can be\n"
+"difficult if you do not have a good knowledge of GNU/Linux, so do not\n"
+"choose this unless you know what you are doing."
msgstr ""
-#: ../../help.pm_.c:548
+#: ../../help.pm_.c:583
msgid ""
-"You need to enter some informations here.\n"
-"\n"
-"\n"
-" * Name of queue: the print spooler uses \"lp\" as default printer name. "
-"So, you need have a printer named \"lp\".\n"
-" If you have only one printer, you can use several names for it. You just "
-"need to separate them by a pipe\n"
-" character (a \"|\"). So, if you prefer to have a more meaningful name, "
-"you have 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"
-" * Spool directory: it is in this directory that printing jobs are stored. "
-"Keep the default choice\n"
-" if you don't know what to use\n"
-"\n"
+"Normally, DrakX selects the right keyboard for you (depending on the\n"
+"language you have chosen) and you won't even see this step. However, you\n"
+"might not have a keyboard that corresponds exactly to your language: for\n"
+"example, if you are an English speaking Swiss person, you may still want\n"
+"your keyboard to be a Swiss keyboard. Or if you speak English but are\n"
+"located in Quebec, you may find yourself in the same situation. In both\n"
+"cases, you will have to go back to this installation step and select an\n"
+"appropriate keyboard from the list.\n"
"\n"
-" * Printer Connection: If your printer is physically connected to your "
-"computer, select \"Local printer\".\n"
-" If you want to access a printer located on a remote Unix machine, "
-"select \"Remote lpd printer\".\n"
-"\n"
-"\n"
-" If you want to access a printer located on a remote Microsoft Windows "
-"machine (or on Unix machine using SMB\n"
-" protocol), select \"SMB/Windows 95/98/NT\".\n"
-"\n"
-"\n"
-" If you want to acces a printer located on NetWare network, select "
-"\"NetWare\".\n"
+"Click on the \"More\" button to be presented with the complete list of\n"
+"supported keyboards."
msgstr ""
-#: ../../help.pm_.c:573
+#: ../../help.pm_.c:596
msgid ""
-"Your printer has not been detected. Please enter the name of the device on\n"
-"which it is connected.\n"
+"Please choose your preferred language for installation and system usage.\n"
"\n"
+"Clicking on the \"Advanced\" button will allow you to select other\n"
+"languages to be installed on your workstation. Selecting other languages\n"
+"will install the language-specific files for system documentation and\n"
+"applications. For example, if you will host users from Spain on your\n"
+"machine, select English as the main language in the tree view and in the\n"
+"Advanced section click on the box corresponding to \"Spanish|Spain\".\n"
"\n"
-"For information, most printers are connected on the first parallel port. "
-"This\n"
-"one is called \"/dev/lp0\" under GNU/Linux and \"LPT1\" under Microsoft "
-"Windows."
+"Note that multiple languages may be installed. Once you have selected any\n"
+"additional locales, click the \"OK\" button to continue."
msgstr ""
-#: ../../help.pm_.c:581
-msgid "You must now select your printer in the above list."
-msgstr ""
-
-#: ../../help.pm_.c:584
+#: ../../help.pm_.c:609
msgid ""
-"Please select the right options according to your printer.\n"
-"Please see its documentation if you don't know what choose here.\n"
+"DrakX generally detects the number of buttons your mouse has. If not, it\n"
+"assumes you have a two-button mouse and will set it up for third-button\n"
+"emulation. DrakX will automatically know whether it is a PS/2, serial or\n"
+"USB mouse.\n"
"\n"
+"If you wish to specify a different type of mouse select the appropriate\n"
+"type from the provided list.\n"
"\n"
-"You will be able to test your configuration in next step and you will be "
-"able to modify it if it doesn't work as you want."
+"If you choose a mouse other than the default, a test screen will be\n"
+"displayed. Use the buttons and wheel to verify that the settings are\n"
+"correct. If the mouse is not working well, press the space bar or [Return]\n"
+"to \"Cancel\" and choose again."
msgstr ""
-#: ../../help.pm_.c:591
+#: ../../help.pm_.c:623
#, fuzzy
msgid ""
-"You can now enter the root password for your Linux-Mandrake system.\n"
-"The password must be entered twice to verify that both password entries are "
-"identical.\n"
-"\n"
-"\n"
-"Root is the system's administrator and is the only user allowed to modify "
-"the\n"
-"system configuration. Therefore, choose this password carefully. \n"
-"Unauthorized use of the root account can be extemely dangerous to the "
-"integrity\n"
-"of the system, its data and other system connected to it.\n"
-"\n"
+"Please select the correct port. For example, the \"COM1\" port under\n"
+"Windows is named \"ttyS0\" under GNU/Linux."
+msgstr ""
+"Veldu tengi sem vilt nota. Tengi COM1 MS Windows er kalla\n"
+"ttyS0 Linux, COM2 er ttyS1, o.s.frv."
+
+#: ../../help.pm_.c:627
+msgid ""
+"This is the most crucial decision point for the security of your GNU/Linux\n"
+"system: you have to enter the \"root\" password. \"root\" is the system\n"
+"administrator and is the only one authorized to make updates, add users,\n"
+"change the overall system configuration, and so on. In short, \"root\" can\n"
+"do everything! That is why you must choose a password that is difficult to\n"
+"guess DrakX will tell you if it is too easy. As you can see, you can choose\n"
+"not to enter a password, but we strongly advise you against this if only\n"
+"for one reason: do not think that because you booted GNU/Linux that your\n"
+"other operating systems are safe from mistakes. Since \"root\" can overcome\n"
+"all limitations and unintentionally erase all data on partitions by\n"
+"carelessly accessing the partitions themselves, it is important for it to\n"
+"be difficult to become \"root\".\n"
"\n"
"The password should be a mixture of alphanumeric characters and at least 8\n"
-"characters long. It should never be written down.\n"
+"characters long. Never write down the \"root\" password it makes it too\n"
+"easy to compromise a system.\n"
"\n"
+"However, please do not make the password too long or complicated because\n"
+"you must be able to remember it without too much effort.\n"
"\n"
-"Do not make the password too long or complicated, though: you must be able "
-"to\n"
-"remember it without too much effort."
-msgstr ""
-"Hrna bru til rtarlykilor fyrir Linux Mandrake kerfi (lykilor\n"
-"ofurpaursins :-). verur a sl lykilori inn tvisvar til a \n"
-"stafesta a (svo a veri rugglega a lykilor sem tlast til).\n"
+"The password will not be displayed on screen as you type it in. Hence, you\n"
+"will have to type the password twice to reduce the chance of a typing\n"
+"error. If you do happen to make the same typing error twice, this\n"
+"``incorrect'' password will have to be used the first time you connect.\n"
"\n"
+"In Expert mode, you will be asked if you will be connecting to an\n"
+"authentication server, like NIS or LDAP.\n"
"\n"
-"Rtin (root) er stjrnandi kerfisins (kerfisstjri) og eini notandinn\n"
-"sem breytt getur striskrm. Veldu lykilori v vandlega. heimil\n"
-"notkun rtaragangi a kerfinu getur ori mjg skaleg uppsetningu\n"
-"og ggnum kerfinu samt rum tlvum sem eru tengdar vi essa.\n"
-"Lykilori tti a vera hfileg blanda af bkstfum og tlustfum og\n"
-"minnst 8 stafa langt. ttir *ekki* a skrifa a niur og ttir\n"
-"v ekki a hafa a of langt ea of flki v eykst httan \n"
-" v a gleymir v. arft a geta muna hvaa lykilor\n"
-"gefur rtaragang til a geta breytt uppsetningu og stillingum."
-
-#: ../../help.pm_.c:609
-msgid ""
-"To enable a more secure system, you should select \"Use shadow file\" and\n"
-"\"Use MD5 passwords\"."
-msgstr ""
-"Ef vilt gera kerfi ruggara ttir a velja \"Nota skuggaskr\" og\n"
-"\"Nota MD5 lykilor\"."
-
-#: ../../help.pm_.c:613
-msgid ""
-"If your network uses NIS, select \"Use NIS\". If you don't know, ask your\n"
-"network administrator."
+"If your network uses the LDAP (or NIS) protocol for authentication, select\n"
+"\"LDAP\" (or \"NIS\") as authentication. If you do not know, ask your\n"
+"network administrator.\n"
+"\n"
+"If your computer is not connected to any administrated network, you will\n"
+"want to choose \"Local files\" for authentication."
msgstr ""
-"Ef NIS er nota netinu sem ert , veldu \"Nota NIS\". Ef ert "
-"ekki\n"
-"viss hvort a s nota, spuru kerfisstjra netsins."
-# ## skrytid
-#: ../../help.pm_.c:617
+#: ../../help.pm_.c:663
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"
-"one or more account(s) for each person you want to allow to use\n"
-"the computer. Note that each user account will have its own\n"
-"preferences (graphical environment, program settings, etc.)\n"
-"and its own \"home directory\", in which these preferences are\n"
-"stored.\n"
+"LILO and grub are GNU/Linux bootloaders. This stage, normally, is totally\n"
+"automated. In fact, DrakX analyzes the disk boot sector and acts\n"
+"accordingly, depending on what it finds here:\n"
"\n"
+" * if a Windows boot sector is found, it will replace it with a grub/LILO\n"
+"boot sector. Hence, you will be able to load either GNU/Linux or another\n"
+"OS;\n"
"\n"
-"First of all, create an account for yourself! Even if you will be the only "
-"user\n"
-"of the machine, you may NOT connect as root for daily use of the system: "
-"it's a\n"
-"very high security risk. Making the system unusable is very often a typo "
-"away.\n"
+" * if a grub or LILO boot sector is found, it will replace it with a new\n"
+"one.\n"
"\n"
+"If in doubt, DrakX will display a dialog with various options.\n"
"\n"
-"Therefore, you should connect to the system using the user account\n"
-"you will have created here, and login as root only for administration\n"
-"and maintenance purposes."
-msgstr ""
-"You may now create one or more \"regular\" user account(s), as\n"
-"opposed to the \"privileged\" user account, root. You can create\n"
-"one or more account(s) for each person you want to allow to use\n"
-"the computer. Note that each user account will have its own\n"
-"preferences (graphical environment, program settings, etc.)\n"
-"and its own \"home directory\", in which these preferences are\n"
-"stored.\n"
+" * \"Bootloader to use\": you have three choices:\n"
"\n"
+" * \"GRUB\": if you prefer grub (text menu).\n"
"\n"
-"First of all, create an account for yourself! Even if you will be the only "
-"user\n"
-"of the machine, you may NOT connect as root for daily use of the system: "
-"it's a\n"
-"very high security risk. Making the system unusable is very often a typo "
-"away.\n"
+" * \"LILO with graphical menu\": if you prefer LILO with its graphical\n"
+"interface.\n"
"\n"
+" * \"LILO with text menu\": if you prefer LILO with its text menu "
+"interface.\n"
"\n"
-"Therefore, you should connect to the system using the user account\n"
-"you will have created here, and login as root only for administration\n"
-"and maintenance purposes."
-
-#: ../../help.pm_.c:636
-msgid ""
-"Creating a boot disk is strongly recommended. If you can't\n"
-"boot your computer, it's the only way to rescue your system without\n"
-"reinstalling it."
-msgstr ""
-
-#: ../../help.pm_.c:641
-#, fuzzy
-msgid ""
-"You need to indicate where you wish\n"
-"to place the information required to boot to GNU/Linux.\n"
+" * \"Boot device\": in most cases, you will not change the default\n"
+"(\"/dev/hda\"), but if you prefer, the bootloader can be installed on the\n"
+"second hard drive (\"/dev/hdb\"), or even on a floppy disk (\"/dev/fd0\");\n"
"\n"
+" * \"Delay before booting the default image\": when rebooting the computer,\n"
+"this is the delay granted to the user to choose in the bootloader menu,\n"
+"another boot entry than the default one.\n"
"\n"
-"Unless you know exactly what you are doing, choose \"First sector of\n"
-"drive (MBR)\"."
-msgstr ""
-"Hr gefur upp hvar vilt lta r upplsingar sem\n"
-"arf til a rsa Linux.\n"
+"!! Beware that if you choose not to install a bootloader (by selecting\n"
+"\"Cancel\" here), you must ensure that you have a way to boot your Mandrake\n"
+"Linux system! Also, be sure you know what you do before changing any of the\n"
+"options. !!\n"
"\n"
+"Clicking the \"Advanced\" button in this dialog will offer many advanced\n"
+"options, which are reserved to the expert user.\n"
"\n"
-"Veldu \" rsifrsluna (MBR)\" nema vitir nkvmlega\n"
-"hva ert a gera."
-
-#: ../../help.pm_.c:649
-#, fuzzy
-msgid ""
-"Unless you know specifically otherwise, the usual choice is \"/dev/hda\"\n"
-" (primary master IDE disk) or \"/dev/sda\" (first SCSI disk)."
+"After you have configured the general bootloader parameters, the list of\n"
+"boot options which will be available at boot time will be displayed.\n"
+"\n"
+"If there is another operating system installed on your machine, it will\n"
+"automatically be added to the boot menu. Here, you can choose to fine-tune\n"
+"the existing options. Select an entry and click \"Modify\" to modify or\n"
+"remove it; \"Add\" creates a new entry; and \"Done\" goes on to the next\n"
+"installation step."
msgstr ""
-"Ef um algengar astur er a ra er rtt svar \"/dev/hda\"\n"
-"(aal diskurinn aal IDE rsinni)."
-#: ../../help.pm_.c:653
+#: ../../help.pm_.c:711
msgid ""
-"LILO (the LInux LOader) and Grub are bootloaders: they are able to boot\n"
+"LILO (the LInux LOader) and grub are bootloaders: they are able to boot\n"
"either GNU/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"
+"screen. Be careful to choose the correct parameters.\n"
"\n"
-"\n"
-"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!"
+"You may also not want to give access to these other operating systems to\n"
+"anyone. In which case, you can delete the corresponding entries. But then,\n"
+"you will need a boot disk in order to boot those other operating systems!"
msgstr ""
-# ## skrytid
-#: ../../help.pm_.c:665
+#: ../../help.pm_.c:722
#, fuzzy
msgid ""
-"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"
-" - 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"
-"enabling the keyboard. The boot loader doesn't wait if \"delay\" is\n"
-"omitted or is set to zero.\n"
-"\n"
-"\n"
-" - Video mode: This specifies the VGA text mode that should be selected\n"
-"when booting. The following values are available: \n"
+"You must indicate where you wish to place the information required to boot\n"
+"to GNU/Linux.\n"
"\n"
-" * normal: select normal 80x25 text mode.\n"
-"\n"
-" * <number>: use the corresponding text mode.\n"
-"\n"
-"\n"
-" - Clean \"/tmp\" at each boot: if you want delete all files and "
-"directories\n"
-"stored in \"/tmp\" when you boot your system, select this option.\n"
-"\n"
-"\n"
-" - Precise RAM if needed: unfortunately, there is no standard method to ask "
-"the\n"
-"BIOS about the amount of RAM present in your computer. As consequence, Linux "
-"may\n"
-"fail to detect your amount of RAM correctly. If this is the case, you can\n"
-"specify the correct amount or RAM here. Please note that a difference of 2 "
-"or 4\n"
-"MB between detected memory and memory present in your system is normal."
+"Unless you know exactly what you are doing, choose \"First sector of drive\n"
+"(MBR)\"."
msgstr ""
-"LILO 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"
-"enabling the keyboard. The boot loader doesn't wait if \"delay\" is\n"
-"omitted or is set to zero.\n"
+"Hr gefur upp hvar vilt lta r upplsingar sem\n"
+"arf til a rsa Linux.\n"
"\n"
"\n"
-" - Video mode: This specifies the VGA text mode that should be selected\n"
-"when booting. The following values are available: \n"
-" * normal: select normal 80x25 text mode.\n"
-" * <number>: use the corresponding text mode."
+"Veldu \" rsifrsluna (MBR)\" nema vitir nkvmlega\n"
+"hva ert a gera."
-#: ../../help.pm_.c:697
+#: ../../help.pm_.c:729
msgid ""
-"Yaboot is a bootloader for NewWorld MacIntosh hardware. It is able\n"
-"to boot either GNU/Linux, MacOS, or MacOSX, if 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"
-"Yaboot main options are:\n"
+"Here, we select a printing system for your computer. Other OSs may offer\n"
+"you one, but Mandrake Linux offers three.\n"
"\n"
+" * \"pdq\" which means ``print, don't queue'', is the choice if you have a\n"
+"direct connection to your printer and you want to be able to panic out of\n"
+"printer jams, and you do not have networked printers. It will handle only\n"
+"very simple network cases and is somewhat slow for networks. Pick \"pdq\"\n"
+"if this is your maiden voyage to GNU/Linux. You can change your choices\n"
+"after installation by running PrinterDrake from the Mandrake Control Center\n"
+"and clicking the expert button.\n"
"\n"
-" - Init Message: A simple text message that is displayed before the boot\n"
-"prompt.\n"
-"\n"
-"\n"
-" - Boot Device: Indicate where you want to place the information required "
-"to \n"
-"boot to GNU/Linux. Generally, you will have setup a bootstrap partition "
-"earlier \n"
-"to hold this information.\n"
-"\n"
-"\n"
-" - Open Firmware Delay: Unlike LILO, there are two delays available with \n"
-"yaboot. The first delay is measured in seconds and at this point you can \n"
-"choose between CD, OF boot, MacOS, or Linux.\n"
-"\n"
-"\n"
-" - Kernel Boot Timeout: This timeout is similar to the LILO boot delay. "
-"After \n"
-"selecting Linux, you will have this delay in 0.1 seconds before your "
-"default\n"
-"kernel description is selected.\n"
-"\n"
-"\n"
-" - Enable CD Boot?: Checking this option will allow you to choose 'C' for "
-"CD at\n"
-"the first boot prompt.\n"
-"\n"
-"\n"
-" - Enable OF Boot?: Checking this option will allow you to choose 'N' for "
-"Open\n"
-"Firmware at the first boot prompt.\n"
+" * \"CUPS\"``Common Unix Printing System'', is excellent at printing to "
+"your\n"
+"local printer and also halfway-around the planet. It is simple and can act\n"
+"as a server or a client for the ancient \"lpd\" printing system. Hence, it\n"
+"is compatible with the systems that went before. It can do many tricks, but\n"
+"the basic setup is almost as easy as \"pdq\". If you need this to emulate\n"
+"an \"lpd\" server, you must turn on the \"cups-lpd\" daemon. It has\n"
+"graphical front-ends for printing or choosing printer options.\n"
+"\n"
+" * \"lprNG\"``line printer daemon New Generation''. This system can do\n"
+"approximately the same things the others can do, but it will print to\n"
+"printers mounted on a Novell Network, because it supports the IPX protocol,\n"
+"and it can print directly to shell commands. If you have need of Novell or\n"
+"printing to commands without using a separate pipe construct, use lprNG.\n"
+"Otherwise, CUPS is preferable as it is simpler and better at working over\n"
+"networks."
+msgstr ""
+
+#: ../../help.pm_.c:757
+msgid ""
+"DrakX now detects any IDE device present in your computer. It will also\n"
+"scan for one or more PCI SCSI card(s) on your system. If a SCSI card is\n"
+"found, DrakX will automatically install the appropriate driver.\n"
+"\n"
+"Because hardware detection does not always detect a piece of hardware,\n"
+"DrakX will ask you to confirm if a PCI SCSI card is present. Click \"Yes\"\n"
+"if you know that there is a SCSI card installed in your machine. You will\n"
+"be presented a list of SCSI cards to choose from. Click \"No\" if you have\n"
+"no SCSI hardware. If you are unsure, you can check the list of hardware\n"
+"detected in your machine by selecting \"See hardware info\" and clicking\n"
+"\"OK\". Examine the list of hardware and then click on the \"OK\" button to\n"
+"return to the SCSI interface question.\n"
"\n"
+"If you have to manually specify your adapter, DrakX will ask if you want to\n"
+"specify options for it. You should allow DrakX to probe the hardware for\n"
+"the card-specific options which the hardware needs to initialize. This\n"
+"usually works well.\n"
"\n"
-" - Default OS: You can select which OS will boot by default when the Open "
-"Firmware \n"
-"Delay expires."
+"If DrakX is not able to probe for the options which need to be passed, you\n"
+"will need to provide options to the driver manually. Please review the\n"
+"``User Guide'' (chapter 3, in the ``Collecting Information on Your\n"
+"Hardware'' section) for hints on retrieving the parameters required from\n"
+"hardware documentation, from the manufacturer's web site (if you have\n"
+"Internet access) or from MicrosoftWindows (if you used this hardware with\n"
+"Windows on your system)."
msgstr ""
-#: ../../help.pm_.c:738
+#: ../../help.pm_.c:784
msgid ""
-"You can add additional entries for yaboot, either for other operating "
-"systems,\n"
-"alternate kernels, or for an emergency boot image.\n"
-"\n"
-"\n"
-"For other OS's - the entry consists only of a label and the root partition.\n"
-"\n"
-"\n"
-"For Linux, there are a few possible options: \n"
-"\n"
+"You can add additional entries for yaboot, either for other operating\n"
+"systems, alternate kernels, or for an emergency boot image.\n"
"\n"
-" - Label: This is simply the name will type at the yaboot prompt to select "
-"this \n"
-"boot option.\n"
+"For other OSs, the entry consists only of a label and the \"root\"\n"
+"partition.\n"
"\n"
+"For Linux, there are a few possible options:\n"
"\n"
-" - Image: This would be the name of the kernel to boot. Typically vmlinux "
-"or\n"
-"a variation of vmlinux with an extension.\n"
+" * Label: this is simply the name you will have to type at the yaboot "
+"prompt\n"
+"to select this boot option;\n"
"\n"
+" * Image: this would be the name of the kernel to boot. Typically, vmlinux\n"
+"or a variation of vmlinux with an extension;\n"
"\n"
-" - Root: The root device or '/' for your Linux installation.\n"
+" * Root: the \"root\" device or ``/'' for your Linux installation;\n"
"\n"
+" * Append: on Apple hardware, the kernel append option is used quite often\n"
+"to assist in initializing video hardware, or to enable keyboard mouse\n"
+"button emulation for the often lacking 2nd and 3rd mouse buttons on a stock\n"
+"Apple mouse. The following are some examples:\n"
"\n"
-" \n"
-" - Append: On Apple hardware, the kernel append option is used quite often "
-"to\n"
-"assist in initializing video hardware, or to enable keyboard mouse button "
-"emulation\n"
-"for the often lacking 2nd and 3rd mouse buttons on a stock Apple mouse. The "
-"following \n"
-"are some examples:\n"
-"\n"
-"\n"
-"\t\t video=aty128fb:vmode:17,cmode:32,mclk:71 adb_buttons=103,111 "
+" video=aty128fb:vmode:17,cmode:32,mclk:71 adb_buttons=103,111 "
"hda=autotune\n"
"\n"
-"\t\t video=atyfb:vmode:12,cmode:24 adb_buttons=103,111 \n"
-"\n"
-"\n"
-" \n"
-" - Initrd: This option can be used either to load initial modules, before "
-"the boot \n"
-"device is available, or to load a ramdisk image for an emergency boot "
-"situation.\n"
-"\n"
-"\n"
-" - Initrd-size: The default ramdisk size is generally 4096 bytes. If you "
-"should need\n"
-"to allocate a large ramdisk, this option can be used.\n"
+" video=atyfb:vmode:12,cmode:24 adb_buttons=103,111\n"
"\n"
+" * Initrd: this option can be used either to load initial modules, before\n"
+"the boot device is available, or to load a ramdisk image for an emergency\n"
+"boot situation;\n"
"\n"
-" - Read-write: Normally the 'root' partition is initially brought up read-"
-"only, to allow\n"
-"a filesystem check before the system becomes 'live'. You can override this "
-"option here.\n"
+" * Initrd-size: the default ramdisk size is generally 4,096 bytes. If you\n"
+"need to allocate a large ramdisk, this option can be used;\n"
"\n"
+" * Read-write: normally the \"root\" partition is initially brought up in\n"
+"read-only, to allow a file system check before the system becomes ``live''.\n"
+"Here, you can override this option;\n"
"\n"
-" - NoVideo: Should the Apple video hardware prove to be exceptionally "
-"problematic, you can\n"
-"select this option to boot in 'novideo' mode, with native framebuffer "
-"support.\n"
+" * NoVideo: should the Apple video hardware prove to be exceptionally\n"
+"problematic, you can select this option to boot in ``novideo'' mode, with\n"
+"native frame buffer support;\n"
"\n"
-"\n"
-" - Default: Selects this entry as being the default Linux selection, "
-"selectable by just\n"
-"pressing ENTER at the yaboot prompt. This entry will also be highlighted "
-"with a '*', if you\n"
-"press TAB to see the boot selections."
+" * Default: selects this entry as being the default Linux selection,\n"
+"selectable by just pressing ENTER at the yaboot prompt. This entry will\n"
+"also be highlighted with a ``*'', if you press [Tab] to see the boot\n"
+"selections."
msgstr ""
-#: ../../help.pm_.c:793
+#: ../../help.pm_.c:830
msgid ""
-"SILO is a bootloader for SPARC: it is able to boot\n"
-"either GNU/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"
+"Yaboot is a bootloader for NewWorld MacIntosh hardware. It is able to boot\n"
+"either GNU/Linux, MacOS or MacOSX if present on your computer. Normally,\n"
+"these other operating systems are correctly detected and installed. If this\n"
+"is not the case, you can add an entry by hand in this screen. Be careful to\n"
+"choose the correct parameters.\n"
"\n"
+"Yaboot's main options are:\n"
"\n"
-"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 ""
-
-# ## skrytid
-#: ../../help.pm_.c:805
-#, fuzzy
-msgid ""
-"SILO main options are:\n"
-" - Bootloader installation: Indicate where you want to place the\n"
-"information required to boot to GNU/Linux. Unless you know exactly\n"
-"what you are doing, choose \"First sector of drive (MBR)\".\n"
+" * Init Message: a simple text message displayed before the boot prompt;\n"
"\n"
+" * Boot Device: indicates where you want to place the information required\n"
+"to boot to GNU/Linux. Generally, you set up a bootstrap partition earlier\n"
+"to hold this information;\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"
-"enabling the keyboard. The boot loader doesn't wait if \"delay\" is\n"
-"omitted or is set to zero."
-msgstr ""
-"LILO 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"
+" * Open Firmware Delay: unlike LILO, there are two delays available with\n"
+"yaboot. The first delay is measured in seconds and at this point, you can\n"
+"choose between CD, OF boot, MacOS or Linux;\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"
+" * Kernel Boot Timeout: this timeout is similar to the LILO boot delay.\n"
+"After selecting Linux, you will have this delay in 0.1 second before your\n"
+"default kernel description is selected;\n"
"\n"
+" * Enable CD Boot?: checking this option allows you to choose ``C'' for CD\n"
+"at the first boot prompt;\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"
+" * Enable OF Boot?: checking this option allows you to choose ``N'' for "
+"Open\n"
+"Firmware at the first boot prompt;\n"
"\n"
+" * Default OS: you can select which OS will boot by default when the Open\n"
+"Firmware Delay expires."
+msgstr ""
+
+#: ../../help.pm_.c:862
+msgid ""
+"Here are presented various parameters concerning your machine. Depending on\n"
+"your installed hardware, you may or not, see the following entries:\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"
-"enabling the keyboard. The boot loader doesn't wait if \"delay\" is\n"
-"omitted or is set to zero.\n"
+" * \"Mouse\": check the current mouse configuration and click on the button\n"
+"to change it if necessary;\n"
"\n"
+" * \"Keyboard\": check the current keyboard map configuration and click on\n"
+"the button to change that if necessary;\n"
"\n"
-" - Video mode: This specifies the VGA text mode that should be selected\n"
-"when booting. The following values are available: \n"
-" * normal: select normal 80x25 text mode.\n"
-" * <number>: use the corresponding text mode."
-
-#: ../../help.pm_.c:818
-#, fuzzy
-msgid ""
-"Now it's time to configure the X Window System, which is the\n"
-"core of the GNU/Linux GUI (Graphical User Interface). For this purpose,\n"
-"you must configure your video card and monitor. Most of these\n"
-"steps are automated, though, therefore your work may only consist\n"
-"of verifying what has been done and accept the settings :)\n"
+" * \"Timezone\": DrakX, by default, guesses your time zone from the "
+"language\n"
+"you have chosen. But here again, as for the choice of a keyboard, you may\n"
+"not be in the country for which the chosen language should correspond.\n"
+"Hence, you may need to click on the \"Timezone\" button in order to\n"
+"configure the clock according to the time zone you are in;\n"
"\n"
+" * \"Printer\": clicking on the \"No Printer\" button will open the printer\n"
+"configuration wizard;\n"
"\n"
-"When the configuration is over, X will be started (unless you\n"
-"ask DrakX not to) so that you can check and see if the\n"
-"settings suit you. If they don't, you can come back and\n"
-"change them, as many times as necessary."
-msgstr ""
-"N er kominn tmi til a stilla X, sem er undirstaa Linux notenda- \n"
-"vimtsins (GUI). Til a X virki, arf a stilla skjkorti\n"
-"og velja vikomandi skj. essi atrii er oftast stillt\n"
-"sjlfkrafa annig a gtir aeins urft a stafesta a\n"
-"sem Linux Mandrake vill gera :)\n"
+" * \"Sound card\": if a sound card is detected on your system, it is\n"
+"displayed here. No modification possible at installation time;\n"
"\n"
+" * \"TV card\": if a TV card is detected on your system, it is displayed\n"
+"here. No modification possible at installation time;\n"
"\n"
-"egar uppsetningu X er loki verur X jnninn rstur (nema\n"
-" bijir DrakX a gera a ekki) svo getir stafest a\n"
-"stillingarnar su viunnandi. Ef ert ekki stt(ur) vi r X\n"
-"stillingar sem eru valdar, getur breytt eim a eigin vild."
-
-#: ../../help.pm_.c:831
-msgid ""
-"If something is wrong in X configuration, use these options to correctly\n"
-"configure the X Window System."
+" * \"ISDN card\": if an ISDN card is detected on your system, it is\n"
+"displayed here. You can click on the button to change the parameters\n"
+"associated with it."
msgstr ""
-"Ef eitthva kemur upp X, notau essar stillingar til a stilla\n"
-"a aftur."
-#: ../../help.pm_.c:835
+#: ../../help.pm_.c:891
msgid ""
-"If you prefer to use a graphical login, select \"Yes\". Otherwise, select\n"
-"\"No\"."
+"Choose the hard drive you want to erase in order to install your new\n"
+"Mandrake Linux partition. Be careful, all data present on it will be lost\n"
+"and will not be recoverable!"
msgstr ""
-"Ef vilt myndrnt innstimplunarvimt, veldu \"J\". Ef ekki, veldu\n"
-" \"Nei\"."
-#: ../../help.pm_.c:839
+#: ../../help.pm_.c:896
msgid ""
-"You can choose a security level for your system. Please refer to the manual "
-"for complete\n"
-" information. Basically, if you don't know what to choose, keep the default "
-"option.\n"
-msgstr ""
-
-#: ../../help.pm_.c:844
-msgid ""
-"Your system is going to reboot.\n"
+"Click on \"OK\" if you want to delete all data and partitions present on\n"
+"this hard drive. Be careful, after clicking on \"OK\", you will not be able\n"
+"to recover any data and partitions present on this hard drive, including\n"
+"any Windows data.\n"
"\n"
-"After rebooting, your new Linux Mandrake system will load automatically.\n"
-"If you want to boot into another existing operating system, please read\n"
-"the additional instructions."
+"Click on \"Cancel\" to cancel this operation without losing any data and\n"
+"partitions present on this hard drive."
msgstr ""
-"Tlvan verur nna endurrst.\n"
-"\n"
-"Linux Mandrake verur sjlfkrafa keyrt upp. Ef vilt hinsvegar\n"
-"keyra upp eitthva anna strikerfi, lestu leibeiningarnar\n"
-"sem fylgja."
-
-#: ../../install2.pm_.c:37
-msgid "Choose your language"
-msgstr "Veldu tunguml"
-
-#: ../../install2.pm_.c:38
-msgid "Select installation class"
-msgstr "Veldu innsetningarflokk"
-
-#: ../../install2.pm_.c:39
-#, fuzzy
-msgid "Hard drive detection"
-msgstr "Nota fnstillingar hrum disk(um)"
-#: ../../install2.pm_.c:40
-msgid "Configure mouse"
-msgstr "Tilgreindu ms"
-
-#: ../../install2.pm_.c:41
-msgid "Choose your keyboard"
-msgstr "Veldu lyklabor"
-
-#: ../../install2.pm_.c:42
-msgid "Security"
+#: ../../install2.pm_.c:113
+#, c-format
+msgid ""
+"Can't access kernel modules corresponding to your kernel (file %s is "
+"missing), this generally means your boot floppy in not in sync with the "
+"Installation medium (please create a newer boot floppy)"
msgstr ""
-#: ../../install2.pm_.c:43
-msgid "Setup filesystems"
-msgstr "Setja upp skrarkerfi"
-
-#: ../../install2.pm_.c:44
-msgid "Format partitions"
-msgstr "Forsna disksneiar"
-
-#: ../../install2.pm_.c:45
-msgid "Choose packages to install"
-msgstr "Veldu pakka til a setja inn"
-
-#: ../../install2.pm_.c:46
-msgid "Install system"
-msgstr "Setja kerfi inn"
-
-#: ../../install2.pm_.c:47 ../../install_steps_interactive.pm_.c:894
-#: ../../install_steps_interactive.pm_.c:895
-msgid "Set root password"
-msgstr "kvea rtarlykilor"
-
-#: ../../install2.pm_.c:48
-msgid "Add a user"
-msgstr "Bta vi notanda"
-
-#: ../../install2.pm_.c:49
-msgid "Configure networking"
-msgstr "Stilla nettengingu"
-
-#: ../../install2.pm_.c:51 ../../install_steps_interactive.pm_.c:818
-msgid "Summary"
+#: ../../install2.pm_.c:169
+#, c-format
+msgid "You must also format %s"
msgstr ""
-#: ../../install2.pm_.c:52
-#, fuzzy
-msgid "Configure services"
-msgstr "Setja upp prentara"
-
-#: ../../install2.pm_.c:54
-msgid "Create a bootdisk"
-msgstr "Ba til rsidiskling"
-
-#: ../../install2.pm_.c:56
-msgid "Install bootloader"
-msgstr "Setja inn rsihlaara"
-
-#: ../../install2.pm_.c:57
-msgid "Configure X"
-msgstr "Stilla X"
-
-#: ../../install2.pm_.c:58
-msgid "Exit install"
-msgstr "Htta innsetningu"
-
-#: ../../install_any.pm_.c:402
+#: ../../install_any.pm_.c:411
#, c-format
msgid ""
"You have selected the following server(s): %s\n"
@@ -3299,50 +3343,29 @@ msgid ""
"Do you really want to install these servers?\n"
msgstr ""
-#: ../../install_any.pm_.c:433
+#: ../../install_any.pm_.c:447
msgid "Can't use broadcast with no NIS domain"
msgstr "Get ekki nota tsendingu n NIS lns"
-#: ../../install_any.pm_.c:676
+#: ../../install_any.pm_.c:793
#, fuzzy, c-format
msgid "Insert a FAT formatted floppy in drive %s"
msgstr "Settu tman diskling drif %s"
-#: ../../install_any.pm_.c:680
+#: ../../install_any.pm_.c:797
msgid "This floppy is not FAT formatted"
msgstr ""
-#: ../../install_any.pm_.c:690
+#: ../../install_any.pm_.c:809
msgid ""
"To use this saved packages selection, boot installation with ``linux "
"defcfg=floppy''"
msgstr ""
-#: ../../install_any.pm_.c:712
-msgid "Error reading file $f"
-msgstr "Villa vi lestur skrarinnar $f"
-
-#: ../../install_gtk.pm_.c:84 ../../install_steps_gtk.pm_.c:310
-#: ../../interactive.pm_.c:99 ../../interactive.pm_.c:114
-#: ../../interactive.pm_.c:269 ../../interactive_newt.pm_.c:166
-#: ../../interactive_stdio.pm_.c:27 ../../my_gtk.pm_.c:356
-#: ../../my_gtk.pm_.c:617 ../../my_gtk.pm_.c:640
-msgid "Ok"
-msgstr " lagi"
-
-#: ../../install_gtk.pm_.c:423
-#, fuzzy
-msgid "Please test the mouse"
-msgstr "Hvernig ms ertu me?"
-
-#: ../../install_gtk.pm_.c:424 ../../standalone/mousedrake_.c:132
-#, fuzzy
-msgid "To activate the mouse,"
-msgstr "Hvernig ms ertu me?"
-
-#: ../../install_gtk.pm_.c:425 ../../standalone/mousedrake_.c:133
-msgid "MOVE YOUR WHEEL!"
-msgstr ""
+#: ../../install_any.pm_.c:831 ../../partition_table.pm_.c:763
+#, c-format
+msgid "Error reading file %s"
+msgstr "villa vi lestur r skrnni %s"
#: ../../install_interactive.pm_.c:23
#, c-format
@@ -3351,7 +3374,7 @@ msgid ""
"You can find some information about them at: %s"
msgstr ""
-#: ../../install_interactive.pm_.c:41
+#: ../../install_interactive.pm_.c:58
msgid ""
"You must have a root partition.\n"
"For this, create a partition (or click on an existing one).\n"
@@ -3361,11 +3384,11 @@ msgstr ""
"til rtarsnei ea veldu snei sem n egar er til disknum.\n"
"Veldu san ``Tengipunktur'' og slu inn `/'"
-#: ../../install_interactive.pm_.c:46 ../../install_steps_graphical.pm_.c:259
+#: ../../install_interactive.pm_.c:63
msgid "You must have a swap partition"
msgstr " verur a hafa diskminni"
-#: ../../install_interactive.pm_.c:47 ../../install_steps_graphical.pm_.c:261
+#: ../../install_interactive.pm_.c:64
msgid ""
"You don't have a swap partition\n"
"\n"
@@ -3375,83 +3398,89 @@ msgstr ""
"\n"
"Halda samt fram?"
-#: ../../install_interactive.pm_.c:68
+#: ../../install_interactive.pm_.c:67 ../../install_steps.pm_.c:163
+#, fuzzy
+msgid "You must have a FAT partition mounted in /boot/efi"
+msgstr " verur a hafa diskminni"
+
+#: ../../install_interactive.pm_.c:90
#, fuzzy
msgid "Use free space"
msgstr "Notandanafn:"
-#: ../../install_interactive.pm_.c:70
+#: ../../install_interactive.pm_.c:92
msgid "Not enough free space to allocate new partitions"
msgstr ""
-#: ../../install_interactive.pm_.c:78
+#: ../../install_interactive.pm_.c:100
#, fuzzy
msgid "Use existing partition"
msgstr "Forsn disksnei %s"
-#: ../../install_interactive.pm_.c:80
+#: ../../install_interactive.pm_.c:102
#, fuzzy
msgid "There is no existing partition to use"
msgstr "Reyni a endurheimta disksneiatfluna"
-#: ../../install_interactive.pm_.c:87
+#: ../../install_interactive.pm_.c:109
msgid "Use the Windows partition for loopback"
msgstr ""
-#: ../../install_interactive.pm_.c:90
+#: ../../install_interactive.pm_.c:112
#, fuzzy
msgid "Which partition do you want to use for Linux4Win?"
msgstr "Hvaa disksnei vilt nota sem rtardisksnei"
-#: ../../install_interactive.pm_.c:92
+#: ../../install_interactive.pm_.c:114
#, fuzzy
msgid "Choose the sizes"
msgstr "Veldu nja str"
-#: ../../install_interactive.pm_.c:93
+#: ../../install_interactive.pm_.c:115
#, fuzzy
msgid "Root partition size in MB: "
msgstr "Rtardisksnei"
-#: ../../install_interactive.pm_.c:94
+#: ../../install_interactive.pm_.c:116
#, fuzzy
msgid "Swap partition size in MB: "
msgstr "Str MB: "
-#: ../../install_interactive.pm_.c:102
+#: ../../install_interactive.pm_.c:125
msgid "Use the free space on the Windows partition"
msgstr ""
-#: ../../install_interactive.pm_.c:105
+#: ../../install_interactive.pm_.c:128
#, fuzzy
msgid "Which partition do you want to resize?"
msgstr "Hvaa sneitegund viltu?"
-#: ../../install_interactive.pm_.c:107
+#: ../../install_interactive.pm_.c:130
#, fuzzy
msgid "Computing Windows filesystem bounds"
msgstr "Reikna takmarkanir FAT skrarkerfis..."
-#: ../../install_interactive.pm_.c:110
+#: ../../install_interactive.pm_.c:133
#, c-format
msgid ""
"The FAT resizer is unable to handle your partition, \n"
"the following error occured: %s"
msgstr ""
-#: ../../install_interactive.pm_.c:113
+#: ../../install_interactive.pm_.c:136
msgid "Your Windows partition is too fragmented, please run ``defrag'' first"
msgstr ""
-#: ../../install_interactive.pm_.c:114
+#: ../../install_interactive.pm_.c:137
#, fuzzy
msgid ""
"WARNING!\n"
"\n"
-"DrakX will now resize your Windows partition. Be careful: this operation is\n"
-"dangerous. If you have not already done so, you should first exit the\n"
-"installation, run scandisk under Windows (and optionally run defrag), then\n"
-"restart the installation. You should also backup your data.\n"
+"DrakX will now resize your Windows partition. Be careful:\n"
+"this operation is dangerous. If you have not already done\n"
+"so, you should first exit the installation, run scandisk\n"
+"under Windows (and optionally run defrag), then restart the\n"
+"installation. You should also backup your data.\n"
"When sure, press Ok."
msgstr ""
"AVRUN\n"
@@ -3465,12 +3494,12 @@ msgstr ""
"ggnunum num.\n"
"Slu ' lagi' til a halda fram."
-#: ../../install_interactive.pm_.c:123
+#: ../../install_interactive.pm_.c:147
#, fuzzy
msgid "Which size do you want to keep for windows on"
msgstr "Hvaa geira viltu fra ggn til?"
-#: ../../install_interactive.pm_.c:124
+#: ../../install_interactive.pm_.c:148
#, fuzzy, c-format
msgid "partition %s"
msgstr "Rtardisksnei"
@@ -3480,79 +3509,79 @@ msgstr "Rtardisksnei"
# *** ATH: a er sumt eftir fyrir ofan ***
# ******************************************
#
-#: ../../install_interactive.pm_.c:130
+#: ../../install_interactive.pm_.c:155
#, fuzzy, c-format
msgid "FAT resizing failed: %s"
msgstr "Sjlfvirk endurstkkun brst"
-#: ../../install_interactive.pm_.c:145
+#: ../../install_interactive.pm_.c:170
msgid ""
"There is no FAT partitions to resize or to use as loopback (or not enough "
"space left)"
msgstr ""
-#: ../../install_interactive.pm_.c:151
+#: ../../install_interactive.pm_.c:176
msgid "Erase entire disk"
msgstr ""
-#: ../../install_interactive.pm_.c:151
+#: ../../install_interactive.pm_.c:176
msgid "Remove Windows(TM)"
msgstr ""
-#: ../../install_interactive.pm_.c:154
+#: ../../install_interactive.pm_.c:179
msgid "You have more than one hard drive, which one do you install linux on?"
msgstr ""
-#: ../../install_interactive.pm_.c:157
+#: ../../install_interactive.pm_.c:182
#, fuzzy, c-format
msgid "ALL existing partitions and their data will be lost on drive %s"
msgstr "ll ggn essari disksnei tapast"
-#: ../../install_interactive.pm_.c:165
+#: ../../install_interactive.pm_.c:190
#, fuzzy
msgid "Custom disk partitioning"
msgstr "Forsn disksnei %s"
-#: ../../install_interactive.pm_.c:169
+#: ../../install_interactive.pm_.c:194
msgid "Use fdisk"
msgstr ""
-#: ../../install_interactive.pm_.c:172
+#: ../../install_interactive.pm_.c:197
#, c-format
msgid ""
"You can now partition %s.\n"
"When you are done, don't forget to save using `w'"
msgstr ""
-#: ../../install_interactive.pm_.c:201
+#: ../../install_interactive.pm_.c:226
#, fuzzy
msgid "You don't have enough free space on your Windows partition"
msgstr " hefur ekki neinar disksneiar"
-#: ../../install_interactive.pm_.c:217
+#: ../../install_interactive.pm_.c:242
#, fuzzy
msgid "I can't find any room for installing"
msgstr "Get ekki btt vi disksneium"
-#: ../../install_interactive.pm_.c:221
+#: ../../install_interactive.pm_.c:246
msgid "The DrakX Partitioning wizard found the following solutions:"
msgstr ""
-#: ../../install_interactive.pm_.c:226
+#: ../../install_interactive.pm_.c:251
#, fuzzy, c-format
msgid "Partitioning failed: %s"
msgstr "Rtardisksnei"
-#: ../../install_interactive.pm_.c:232
+#: ../../install_interactive.pm_.c:261
msgid "Bringing up the network"
msgstr "Keyri upp neti"
-#: ../../install_interactive.pm_.c:237
+#: ../../install_interactive.pm_.c:266
#, fuzzy
msgid "Bringing down the network"
msgstr "Keyri upp neti"
-#: ../../install_steps.pm_.c:73
+#: ../../install_steps.pm_.c:76
msgid ""
"An error occurred, but I don't know how to handle it nicely.\n"
"Continue at your own risk."
@@ -3560,12 +3589,12 @@ msgstr ""
"ekkt villa kom upp sem ekki er hgt a mehndla.\n"
"Haltu fram eigin byrg."
-#: ../../install_steps.pm_.c:203
+#: ../../install_steps.pm_.c:205
#, c-format
msgid "Duplicate mount point %s"
msgstr "%s tengipunktur er n egar til"
-#: ../../install_steps.pm_.c:385
+#: ../../install_steps.pm_.c:388
msgid ""
"Some important packages didn't get installed properly.\n"
"Either your cdrom drive or your cdrom is defective.\n"
@@ -3573,113 +3602,45 @@ msgid ""
"\"\n"
msgstr ""
-#: ../../install_steps.pm_.c:451
+#: ../../install_steps.pm_.c:458
#, fuzzy, c-format
msgid "Welcome to %s"
msgstr "Velkomin(n) tlvurjtinn"
-#: ../../install_steps.pm_.c:634
+#: ../../install_steps.pm_.c:513 ../../install_steps.pm_.c:755
msgid "No floppy drive available"
msgstr "Ekkert disklingadrif agengilegt"
-#: ../../install_steps_auto_install.pm_.c:51
-#: ../../install_steps_stdio.pm_.c:23
+#: ../../install_steps_auto_install.pm_.c:76
+#: ../../install_steps_stdio.pm_.c:22
#, c-format
msgid "Entering step `%s'\n"
msgstr "Hef skref `%s'\n"
-#: ../../install_steps_graphical.pm_.c:287
-msgid "Choose the size you want to install"
-msgstr "Veldu str sem vilt setja inn"
-
-#: ../../install_steps_graphical.pm_.c:334
-msgid "Total size: "
-msgstr "Heildarstr: "
-
-#: ../../install_steps_graphical.pm_.c:346 ../../install_steps_gtk.pm_.c:437
-#, c-format
-msgid "Version: %s\n"
-msgstr "tgfa: %s\n"
-
-#: ../../install_steps_graphical.pm_.c:347 ../../install_steps_gtk.pm_.c:438
-#, c-format
-msgid "Size: %d KB\n"
-msgstr "Str: %d KB\n"
-
-#: ../../install_steps_graphical.pm_.c:462 ../../install_steps_gtk.pm_.c:337
-#: ../../install_steps_interactive.pm_.c:520
-msgid "Choose the packages you want to install"
-msgstr "Veldu pakkana sem vilt setja inn"
-
-#: ../../install_steps_graphical.pm_.c:465 ../../install_steps_gtk.pm_.c:340
-msgid "Info"
-msgstr "Upplsingar"
-
-#: ../../install_steps_graphical.pm_.c:473 ../../install_steps_gtk.pm_.c:345
-#: ../../install_steps_interactive.pm_.c:226
-msgid "Install"
-msgstr "Innsetning"
-
-#: ../../install_steps_graphical.pm_.c:492 ../../install_steps_gtk.pm_.c:558
-#: ../../install_steps_interactive.pm_.c:675
-msgid "Installing"
-msgstr "Set inn"
-
-#: ../../install_steps_graphical.pm_.c:499
-msgid "Please wait, "
-msgstr "Vinsamlegast hinkri, "
-
-#: ../../install_steps_graphical.pm_.c:501 ../../install_steps_gtk.pm_.c:570
-msgid "Time remaining "
-msgstr "Tmi eftir "
-
-#: ../../install_steps_graphical.pm_.c:502
-msgid "Total time "
-msgstr "Heildar tmi "
-
-#: ../../install_steps_graphical.pm_.c:507
-#: ../../install_steps_interactive.pm_.c:675
-msgid "Preparing installation"
-msgstr "Undirb innsetningu"
-
-#: ../../install_steps_graphical.pm_.c:528 ../../install_steps_gtk.pm_.c:618
-#, c-format
-msgid "Installing package %s"
-msgstr "Set inn pakka %s"
-
-#: ../../install_steps_graphical.pm_.c:553 ../../install_steps_gtk.pm_.c:695
-#: ../../install_steps_gtk.pm_.c:699
-msgid "Go on anyway?"
-msgstr "Viltu samt halda fram?"
-
-#: ../../install_steps_graphical.pm_.c:553 ../../install_steps_gtk.pm_.c:695
-msgid "There was an error ordering packages:"
-msgstr "a kom upp villa vi a raa pkkum:"
-
-#: ../../install_steps_graphical.pm_.c:577
-msgid "Use existing configuration for X11?"
-msgstr "Nota X uppsetningu sem er til?"
-
-#: ../../install_steps_gtk.pm_.c:142
+#: ../../install_steps_gtk.pm_.c:148
msgid ""
"Your system is low on resource. You may have some problem installing\n"
-"Linux-Mandrake. If that occurs, you can try a text install instead. For "
+"Mandrake Linux. If that occurs, you can try a text install instead. For "
"this,\n"
"press `F1' when booting on CDROM, then enter `text'."
msgstr ""
-#: ../../install_steps_gtk.pm_.c:156
+#: ../../install_steps_gtk.pm_.c:159 ../../install_steps_interactive.pm_.c:224
+msgid "Install Class"
+msgstr "Innsetningarafer"
+
+#: ../../install_steps_gtk.pm_.c:162
#, fuzzy
-msgid "Please, choose one of the following classes of installation:"
+msgid "Please choose one of the following classes of installation:"
msgstr "Vinsamlega tilgreindu eftirfarandi"
-#: ../../install_steps_gtk.pm_.c:222
+#: ../../install_steps_gtk.pm_.c:228
#, c-format
msgid ""
"The total size for the groups you have selected is approximately %d MB.\n"
msgstr ""
-#: ../../install_steps_gtk.pm_.c:224
+#: ../../install_steps_gtk.pm_.c:230
#, c-format
msgid ""
"If you wish to install less than this size,\n"
@@ -3689,7 +3650,7 @@ msgid ""
"a percentage of 100%% will install all selected packages."
msgstr ""
-#: ../../install_steps_gtk.pm_.c:229
+#: ../../install_steps_gtk.pm_.c:235
#, c-format
msgid ""
"You have space on your disk for only %d%% of these packages.\n"
@@ -3700,112 +3661,185 @@ msgid ""
"a percentage of %d%% will install as many packages as possible."
msgstr ""
-#: ../../install_steps_gtk.pm_.c:235
+#: ../../install_steps_gtk.pm_.c:241
#, fuzzy
msgid "You will be able to choose them more specifically in the next step."
msgstr " munt geta vali af meiri nkvmni nsta skrefi"
-#: ../../install_steps_gtk.pm_.c:237
+#: ../../install_steps_gtk.pm_.c:243
#, fuzzy
msgid "Percentage of packages to install"
msgstr "Veldu pakka til a setja inn"
-#: ../../install_steps_gtk.pm_.c:285 ../../install_steps_interactive.pm_.c:599
+#: ../../install_steps_gtk.pm_.c:291 ../../install_steps_interactive.pm_.c:705
msgid "Package Group Selection"
msgstr "Val pakkahp"
-#: ../../install_steps_gtk.pm_.c:305 ../../install_steps_interactive.pm_.c:614
+#: ../../install_steps_gtk.pm_.c:323 ../../install_steps_interactive.pm_.c:720
#, fuzzy
msgid "Individual package selection"
msgstr "Val pakkahp"
-#: ../../install_steps_gtk.pm_.c:349
-msgid "Show automatically selected packages"
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:416
-msgid "Expand Tree"
-msgstr "Opna tr"
-
-#: ../../install_steps_gtk.pm_.c:417
-msgid "Collapse Tree"
-msgstr "Loka tr"
-
-#: ../../install_steps_gtk.pm_.c:418
-msgid "Toggle between flat and group sorted"
-msgstr ""
+#: ../../install_steps_gtk.pm_.c:346 ../../install_steps_interactive.pm_.c:645
+#, fuzzy, c-format
+msgid "Total size: %d / %d MB"
+msgstr "Heildarstr: "
-#: ../../install_steps_gtk.pm_.c:435
+#: ../../install_steps_gtk.pm_.c:391
msgid "Bad package"
msgstr "Skemmdur pakki"
-#: ../../install_steps_gtk.pm_.c:436
+#: ../../install_steps_gtk.pm_.c:392
#, c-format
msgid "Name: %s\n"
msgstr ""
-#: ../../install_steps_gtk.pm_.c:439
+#: ../../install_steps_gtk.pm_.c:393
+#, c-format
+msgid "Version: %s\n"
+msgstr "tgfa: %s\n"
+
+#: ../../install_steps_gtk.pm_.c:394
+#, c-format
+msgid "Size: %d KB\n"
+msgstr "Str: %d KB\n"
+
+#: ../../install_steps_gtk.pm_.c:395
#, c-format
msgid "Importance: %s\n"
msgstr ""
-#: ../../install_steps_gtk.pm_.c:448 ../../install_steps_interactive.pm_.c:578
-#, fuzzy, c-format
-msgid "Total size: %d / %d MB"
-msgstr "Heildarstr: "
-
-#: ../../install_steps_gtk.pm_.c:467
+#: ../../install_steps_gtk.pm_.c:417
msgid ""
"You can't select this package as there is not enough space left to install it"
msgstr ""
-#: ../../install_steps_gtk.pm_.c:471
+#: ../../install_steps_gtk.pm_.c:422
#, fuzzy
msgid "The following packages are going to be installed"
msgstr "Eftirfarandi pakkar vera fjarlgir"
-#: ../../install_steps_gtk.pm_.c:472
+#: ../../install_steps_gtk.pm_.c:423
#, fuzzy
msgid "The following packages are going to be removed"
msgstr "Eftirfarandi pakkar vera fjarlgir"
-#: ../../install_steps_gtk.pm_.c:482
+#: ../../install_steps_gtk.pm_.c:435
msgid "You can't select/unselect this package"
msgstr ""
-#: ../../install_steps_gtk.pm_.c:501
+#: ../../install_steps_gtk.pm_.c:447
msgid "This is a mandatory package, it can't be unselected"
msgstr ""
-#: ../../install_steps_gtk.pm_.c:503
+#: ../../install_steps_gtk.pm_.c:449
msgid "You can't unselect this package. It is already installed"
msgstr ""
-#: ../../install_steps_gtk.pm_.c:507
+#: ../../install_steps_gtk.pm_.c:453
msgid ""
"This package must be upgraded\n"
"Are you sure you want to deselect it?"
msgstr ""
-#: ../../install_steps_gtk.pm_.c:510
+#: ../../install_steps_gtk.pm_.c:457
msgid "You can't unselect this package. It must be upgraded"
msgstr ""
-#: ../../install_steps_gtk.pm_.c:563
+#: ../../install_steps_gtk.pm_.c:462
+msgid "Show automatically selected packages"
+msgstr ""
+
+#: ../../install_steps_gtk.pm_.c:463 ../../install_steps_interactive.pm_.c:246
+#: ../../install_steps_interactive.pm_.c:250
+msgid "Install"
+msgstr "Innsetning"
+
+#: ../../install_steps_gtk.pm_.c:466
+#, fuzzy
+msgid "Load/Save on floppy"
+msgstr "Vista diskling"
+
+#: ../../install_steps_gtk.pm_.c:467
+#, fuzzy
+msgid "Updating package selection"
+msgstr "Val pakkahp"
+
+#: ../../install_steps_gtk.pm_.c:472
+#, fuzzy
+msgid "Minimal install"
+msgstr "Fjarlgja"
+
+#: ../../install_steps_gtk.pm_.c:487 ../../install_steps_interactive.pm_.c:555
+msgid "Choose the packages you want to install"
+msgstr "Veldu pakkana sem vilt setja inn"
+
+#: ../../install_steps_gtk.pm_.c:503 ../../install_steps_interactive.pm_.c:787
+msgid "Installing"
+msgstr "Set inn"
+
+#: ../../install_steps_gtk.pm_.c:509
msgid "Estimating"
msgstr "tla"
-#: ../../install_steps_gtk.pm_.c:582
+#: ../../install_steps_gtk.pm_.c:516
+msgid "Time remaining "
+msgstr "Tmi eftir "
+
+#: ../../install_steps_gtk.pm_.c:528
#, fuzzy
msgid "Please wait, preparing installation"
msgstr "Undirb innsetningu"
-#: ../../install_steps_gtk.pm_.c:613
+#: ../../install_steps_gtk.pm_.c:611
#, c-format
msgid "%d packages"
msgstr "%d pakkar"
-#: ../../install_steps_gtk.pm_.c:652
+#: ../../install_steps_gtk.pm_.c:616
+#, c-format
+msgid "Installing package %s"
+msgstr "Set inn pakka %s"
+
+#: ../../install_steps_gtk.pm_.c:657 ../../install_steps_interactive.pm_.c:185
+#: ../../install_steps_interactive.pm_.c:811
+#: ../../standalone/drakautoinst_.c:203
+#, fuzzy
+msgid "Accept"
+msgstr "Samykkja notanda"
+
+#: ../../install_steps_gtk.pm_.c:657 ../../install_steps_interactive.pm_.c:185
+#: ../../install_steps_interactive.pm_.c:811
+#, fuzzy
+msgid "Refuse"
+msgstr "Endurstkka"
+
+#: ../../install_steps_gtk.pm_.c:658 ../../install_steps_interactive.pm_.c:812
+#, 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:672 ../../install_steps_gtk.pm_.c:676
+#: ../../install_steps_interactive.pm_.c:824
+#: ../../install_steps_interactive.pm_.c:828
+msgid "Go on anyway?"
+msgstr "Viltu samt halda fram?"
+
+#: ../../install_steps_gtk.pm_.c:672 ../../install_steps_interactive.pm_.c:824
+msgid "There was an error ordering packages:"
+msgstr "a kom upp villa vi a raa pkkum:"
+
+#: ../../install_steps_gtk.pm_.c:676 ../../install_steps_interactive.pm_.c:828
+#, fuzzy
+msgid "There was an error installing packages:"
+msgstr "a kom upp villa vi a raa pkkum:"
+
+#: ../../install_steps_interactive.pm_.c:10
msgid ""
"\n"
"Warning\n"
@@ -3837,64 +3871,30 @@ msgid ""
"copyright laws applicable to software programs.\n"
msgstr ""
-#: ../../install_steps_gtk.pm_.c:680 ../../install_steps_interactive.pm_.c:163
-#, fuzzy
-msgid "Accept"
-msgstr "Samykkja notanda"
-
-#: ../../install_steps_gtk.pm_.c:680 ../../install_steps_interactive.pm_.c:163
-#, fuzzy
-msgid "Refuse"
-msgstr "Endurstkka"
-
-#: ../../install_steps_gtk.pm_.c:681
-#, 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:699
-#, fuzzy
-msgid "There was an error installing packages:"
-msgstr "a kom upp villa vi a raa pkkum:"
-
-#: ../../install_steps_interactive.pm_.c:37
+#: ../../install_steps_interactive.pm_.c:67
msgid "An error occurred"
msgstr "Villa kom upp"
-#: ../../install_steps_interactive.pm_.c:55
+#: ../../install_steps_interactive.pm_.c:85
#, fuzzy
-msgid "Please, choose a language to use."
-msgstr "Hvernig ms ertu me?"
-
-#: ../../install_steps_interactive.pm_.c:56
-msgid "You can choose other languages that will be available after install"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:68
-#: ../../install_steps_interactive.pm_.c:613
-msgid "All"
-msgstr ""
+msgid "Do you really want to leave the installation?"
+msgstr "Viltu prfa skilgreininguna"
-#: ../../install_steps_interactive.pm_.c:86
+#: ../../install_steps_interactive.pm_.c:108
msgid "License agreement"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:87
+#: ../../install_steps_interactive.pm_.c:109
msgid ""
"Introduction\n"
"\n"
-"The operating system and the different components available in the Linux-"
-"Mandrake distribution \n"
+"The operating system and the different components available in the Mandrake "
+"Linux distribution \n"
"shall be called the \"Software Products\" hereafter. The Software Products "
"include, but are not \n"
"restricted to, the set of programs, methods, rules and documentation related "
"to the operating \n"
-"system and the different components of the Linux-Mandrake distribution.\n"
+"system and the different components of the Mandrake Linux distribution.\n"
"\n"
"\n"
"1. License Agreement\n"
@@ -3948,7 +3948,7 @@ msgid ""
"loss) arising out \n"
"of the possession and use of software components or arising out of "
"downloading software components \n"
-"from one of Linux-Mandrake sites which are prohibited or restricted in some "
+"from one of Mandrake Linux sites which are prohibited or restricted in some "
"countries by local laws.\n"
"This limited liability applies to, but is not restricted to, the strong "
"cryptography components \n"
@@ -3985,7 +3985,7 @@ msgid ""
"MandrakeSoft S.A. reserves its rights to modify or adapt the Software "
"Products, as a whole or in \n"
"parts, by all means and for all purposes.\n"
-"\"Mandrake\", \"Linux-Mandrake\" and associated logos are trademarks of "
+"\"Mandrake\", \"Mandrake Linux\" and associated logos are trademarks of "
"MandrakeSoft S.A. \n"
"\n"
"\n"
@@ -4005,111 +4005,113 @@ msgid ""
"For any question on this document, please contact MandrakeSoft S.A. \n"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:182
-#: ../../install_steps_interactive.pm_.c:822
+#: ../../install_steps_interactive.pm_.c:205
+#: ../../install_steps_interactive.pm_.c:1045
#: ../../standalone/keyboarddrake_.c:28
msgid "Keyboard"
msgstr "Lyklabor"
-#: ../../install_steps_interactive.pm_.c:183
-#: ../../standalone/keyboarddrake_.c:29
+#: ../../install_steps_interactive.pm_.c:206
#, fuzzy
-msgid "Please, choose your keyboard layout."
+msgid "Please choose your keyboard layout."
msgstr "Hvaa lyklaborsuppsetningu viltu?"
-#: ../../install_steps_interactive.pm_.c:184
+#: ../../install_steps_interactive.pm_.c:207
msgid "Here is the full list of keyboards available"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:201
-msgid "Install Class"
-msgstr "Innsetningarafer"
-
-#: ../../install_steps_interactive.pm_.c:201
+#: ../../install_steps_interactive.pm_.c:224
#, fuzzy
msgid "Which installation class do you want?"
msgstr "Hverskonar innsetningarafer viltu?"
-#: ../../install_steps_interactive.pm_.c:203
+#: ../../install_steps_interactive.pm_.c:226
#, fuzzy
msgid "Install/Update"
msgstr "Innsetning/Uppfrsla"
-#: ../../install_steps_interactive.pm_.c:203
+#: ../../install_steps_interactive.pm_.c:226
#, fuzzy
msgid "Is this an install or an update?"
msgstr "Er etta innsetning ea uppfrsla?"
-#: ../../install_steps_interactive.pm_.c:212
+#: ../../install_steps_interactive.pm_.c:235
msgid "Recommended"
msgstr "Auvelda"
-#: ../../install_steps_interactive.pm_.c:215
-#: ../../install_steps_interactive.pm_.c:218
+#: ../../install_steps_interactive.pm_.c:238
+#: ../../install_steps_interactive.pm_.c:241
msgid "Expert"
msgstr "F. snillinga"
-#: ../../install_steps_interactive.pm_.c:226
+#: ../../install_steps_interactive.pm_.c:246
+#: ../../install_steps_interactive.pm_.c:250
#, fuzzy
-msgid "Update"
+msgid "Upgrade"
msgstr "Uppfrsla"
-#: ../../install_steps_interactive.pm_.c:238 ../../standalone/mousedrake_.c:41
+#: ../../install_steps_interactive.pm_.c:246
+#: ../../install_steps_interactive.pm_.c:250
#, fuzzy
-msgid "Please, choose the type of your mouse."
+msgid "Upgrade packages only"
+msgstr "Val pakkahp"
+
+#: ../../install_steps_interactive.pm_.c:266
+#, fuzzy
+msgid "Please choose the type of your mouse."
msgstr "Hvernig ms ertu me?"
-#: ../../install_steps_interactive.pm_.c:244 ../../standalone/mousedrake_.c:57
+#: ../../install_steps_interactive.pm_.c:272 ../../standalone/mousedrake_.c:65
msgid "Mouse Port"
msgstr "Msartengi"
-#: ../../install_steps_interactive.pm_.c:245 ../../standalone/mousedrake_.c:58
+#: ../../install_steps_interactive.pm_.c:273 ../../standalone/mousedrake_.c:66
#, fuzzy
msgid "Please choose on which serial port your mouse is connected to."
msgstr "Vi hvaa ratengi er msin n tengd?"
-#: ../../install_steps_interactive.pm_.c:253
+#: ../../install_steps_interactive.pm_.c:281
msgid "Buttons emulation"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:255
+#: ../../install_steps_interactive.pm_.c:283
msgid "Button 2 Emulation"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:256
+#: ../../install_steps_interactive.pm_.c:284
msgid "Button 3 Emulation"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:275
+#: ../../install_steps_interactive.pm_.c:305
msgid "Configuring PCMCIA cards..."
msgstr "Stilli PCMCIA kort..."
-#: ../../install_steps_interactive.pm_.c:275
+#: ../../install_steps_interactive.pm_.c:305
msgid "PCMCIA"
msgstr "PCMCIA"
-#: ../../install_steps_interactive.pm_.c:280
+#: ../../install_steps_interactive.pm_.c:312
#, fuzzy
msgid "Configuring IDE"
msgstr "Uppsetning"
-#: ../../install_steps_interactive.pm_.c:280
+#: ../../install_steps_interactive.pm_.c:312
msgid "IDE"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:295
+#: ../../install_steps_interactive.pm_.c:327
msgid "no available partitions"
msgstr "engar reiubnar disksneiar"
-#: ../../install_steps_interactive.pm_.c:298
+#: ../../install_steps_interactive.pm_.c:330
msgid "Scanning partitions to find mount points"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:306
+#: ../../install_steps_interactive.pm_.c:338
msgid "Choose the mount points"
msgstr "Veldu tengipunktana"
-#: ../../install_steps_interactive.pm_.c:323
+#: ../../install_steps_interactive.pm_.c:357
#, fuzzy, c-format
msgid ""
"I can't read your partition table, it's too corrupted for me :(\n"
@@ -4122,7 +4124,7 @@ msgstr ""
"g get ekki lesi disksneiatflu na, hn er of skemmd fyrir mig :-(\n"
"g mun reyna a halda fram me v a hreinsa skemmdar disksneiar"
-#: ../../install_steps_interactive.pm_.c:336
+#: ../../install_steps_interactive.pm_.c:370
msgid ""
"DiskDrake failed to read correctly the partition table.\n"
"Continue at your own risk!"
@@ -4130,92 +4132,156 @@ msgstr ""
"DiskDrake gat ekki lesi sneiatfluna.\n"
"Haltu fram eigin byrg!"
-#: ../../install_steps_interactive.pm_.c:361
+#: ../../install_steps_interactive.pm_.c:386
+msgid ""
+"No free space for 1MB bootstrap! Install will continue, but to boot your "
+"system, you'll need to create the bootstrap partition in DiskDrake"
+msgstr ""
+
+#: ../../install_steps_interactive.pm_.c:395
+#, fuzzy
+msgid "No root partition found to perform an upgrade"
+msgstr "Engin rtarsnei fannst"
+
+#: ../../install_steps_interactive.pm_.c:396
msgid "Root Partition"
msgstr "Rtardisksnei"
-#: ../../install_steps_interactive.pm_.c:362
+#: ../../install_steps_interactive.pm_.c:397
msgid "What is the root partition (/) of your system?"
msgstr "Hver er rtardisksnei (/) kerfisins?"
-#: ../../install_steps_interactive.pm_.c:376
+#: ../../install_steps_interactive.pm_.c:411
msgid "You need to reboot for the partition table modifications to take place"
msgstr ""
" verur a rsa tlvuna aftur svo breytingar sneiatflunni taki gildi"
-#: ../../install_steps_interactive.pm_.c:403
+#: ../../install_steps_interactive.pm_.c:435
msgid "Choose the partitions you want to format"
msgstr "Veldu r disksneiar sem a forsna"
-#: ../../install_steps_interactive.pm_.c:404
+#: ../../install_steps_interactive.pm_.c:436
msgid "Check bad blocks?"
msgstr "Athuga skemmdar blokkir?"
-#: ../../install_steps_interactive.pm_.c:427
+#: ../../install_steps_interactive.pm_.c:462
#, fuzzy
msgid "Formatting partitions"
msgstr "Forsn disksnei %s"
-#: ../../install_steps_interactive.pm_.c:429
+#: ../../install_steps_interactive.pm_.c:464
#, c-format
msgid "Creating and formatting file %s"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:432
+#: ../../install_steps_interactive.pm_.c:467
msgid "Not enough swap to fulfill installation, please add some"
msgstr "Ekki ngjanlegt diskminni fyrir innsetningu. Bttu vi a"
-#: ../../install_steps_interactive.pm_.c:438
+#: ../../install_steps_interactive.pm_.c:473
msgid "Looking for available packages"
msgstr "Leita a fanlegum pkkum"
-#: ../../install_steps_interactive.pm_.c:444
+#: ../../install_steps_interactive.pm_.c:479
msgid "Finding packages to upgrade"
msgstr "Leita a pkkum til a uppfra"
-#: ../../install_steps_interactive.pm_.c:461
+#: ../../install_steps_interactive.pm_.c:496
#, c-format
msgid ""
"Your system has not enough space left for installation or upgrade (%d > %d)"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:480
+#: ../../install_steps_interactive.pm_.c:515
#, fuzzy, c-format
msgid "Complete (%dMB)"
msgstr "Venjulega"
-#: ../../install_steps_interactive.pm_.c:480
+#: ../../install_steps_interactive.pm_.c:515
#, fuzzy, c-format
msgid "Minimum (%dMB)"
msgstr "(%dMB)"
-#: ../../install_steps_interactive.pm_.c:480
+#: ../../install_steps_interactive.pm_.c:515
#, fuzzy, c-format
msgid "Recommended (%dMB)"
msgstr "Auvelda"
-#: ../../install_steps_interactive.pm_.c:486
+#: ../../install_steps_interactive.pm_.c:568
+msgid ""
+"Please choose load or save package selection on floppy.\n"
+"The format is the same as auto_install generated floppies."
+msgstr ""
+
+#: ../../install_steps_interactive.pm_.c:571
#, fuzzy
-msgid "Custom"
-msgstr "Srlagaa"
+msgid "Load from floppy"
+msgstr "Endurheimta fr diskling"
+
+#: ../../install_steps_interactive.pm_.c:573
+#, fuzzy
+msgid "Loading from floppy"
+msgstr "Endurheimta fr diskling"
+
+#: ../../install_steps_interactive.pm_.c:573
+#, fuzzy
+msgid "Package selection"
+msgstr "Val pakkahp"
+
+#: ../../install_steps_interactive.pm_.c:578
+#, fuzzy
+msgid "Insert a floppy containing package selection"
+msgstr "Settu tman diskling drif %s"
-#: ../../install_steps_interactive.pm_.c:585
+#: ../../install_steps_interactive.pm_.c:590
+msgid "Save on floppy"
+msgstr "Vista diskling"
+
+#: ../../install_steps_interactive.pm_.c:658
msgid "Selected size is larger than available space"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:650
+#: ../../install_steps_interactive.pm_.c:671
+#, fuzzy
+msgid "Type of install"
+msgstr "Veldu pakka til a setja inn"
+
+#: ../../install_steps_interactive.pm_.c:672
+msgid ""
+"You haven't selected any group of packages.\n"
+"Please choose the minimal installation you want:"
+msgstr ""
+
+#: ../../install_steps_interactive.pm_.c:675
+#, fuzzy
+msgid "With X"
+msgstr "Augnablik"
+
+#: ../../install_steps_interactive.pm_.c:677
+msgid "With basic documentation (recommended!)"
+msgstr ""
+
+#: ../../install_steps_interactive.pm_.c:678
+msgid "Truly minimal install (especially no urpmi)"
+msgstr ""
+
+#: ../../install_steps_interactive.pm_.c:762
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:655
+#: ../../install_steps_interactive.pm_.c:767
#, c-format
msgid "Cd-Rom labeled \"%s\""
msgstr ""
-#: ../../install_steps_interactive.pm_.c:684
+#: ../../install_steps_interactive.pm_.c:787
+msgid "Preparing installation"
+msgstr "Undirb innsetningu"
+
+#: ../../install_steps_interactive.pm_.c:796
#, c-format
msgid ""
"Installing package %s\n"
@@ -4224,11 +4290,21 @@ msgstr ""
"Set inn pakka %s\n"
"%d%%"
-#: ../../install_steps_interactive.pm_.c:693
+#: ../../install_steps_interactive.pm_.c:842
msgid "Post-install configuration"
msgstr "Lokauppsetning"
-#: ../../install_steps_interactive.pm_.c:718
+#: ../../install_steps_interactive.pm_.c:848
+#, fuzzy, c-format
+msgid "Please insert the Boot floppy used in drive %s"
+msgstr "Settu tman diskling drif %s"
+
+#: ../../install_steps_interactive.pm_.c:854
+#, fuzzy, c-format
+msgid "Please insert the Update Modules floppy in drive %s"
+msgstr "Settu tman diskling drif %s"
+
+#: ../../install_steps_interactive.pm_.c:874
#, fuzzy
msgid ""
"You have now the possibility to download software aimed for encryption.\n"
@@ -4279,7 +4355,7 @@ msgstr ""
"varveislu og\n"
"notkun slkum hugbnai.\n"
"\n"
-"Viskiptavinir Mandrake og/notendur Linux Mandrake skulu v sj til ess a "
+"Viskiptavinir Mandrake og/notendur Mandrake Linux skulu v sj til ess a "
"eir brjti ekki\n"
"au lg sem sett hafa veri landi vikomandi. Ef vikiptavinir og/ea "
"notendur\n"
@@ -4311,99 +4387,170 @@ msgstr ""
"Altadena, California, 91001\n"
"USA"
-#: ../../install_steps_interactive.pm_.c:750
+#: ../../install_steps_interactive.pm_.c:912
+msgid ""
+"You have now the possibility to download updated packages that have\n"
+"been released after the distribution has been made available.\n"
+"\n"
+"You will get security fixes or bug fixes, but you need to have an\n"
+"Internet connection configured to proceed.\n"
+"\n"
+"Do you want to install the updates ?"
+msgstr ""
+
+#: ../../install_steps_interactive.pm_.c:926
+#, fuzzy
+msgid "Contacting Mandrake Linux web site to get the list of available mirrors"
+msgstr "Hef samband vi vlina til a skja lista yfir fanlega pakka"
+
+#: ../../install_steps_interactive.pm_.c:931
msgid "Choose a mirror from which to get the packages"
msgstr "Veldu spegilvlina aan sem a skja pakkanna"
-#: ../../install_steps_interactive.pm_.c:761
+#: ../../install_steps_interactive.pm_.c:940
msgid "Contacting the mirror to get the list of available packages"
msgstr "Hef samband vi vlina til a skja lista yfir fanlega pakka"
-#: ../../install_steps_interactive.pm_.c:764
-#, fuzzy
-msgid "Please choose the packages you want to install."
-msgstr "Veldu pakkana sem vilt setja inn"
-
-#: ../../install_steps_interactive.pm_.c:776
+#: ../../install_steps_interactive.pm_.c:967
#, fuzzy
msgid "Which is your timezone?"
msgstr " hvaa tmasvi ertu?"
-#: ../../install_steps_interactive.pm_.c:778
-msgid "Is your hardware clock set to GMT?"
+#: ../../install_steps_interactive.pm_.c:972
+#, fuzzy
+msgid "Hardware clock set to GMT"
msgstr "Veltu stilla tlvuklukkuna GMT?"
-#: ../../install_steps_interactive.pm_.c:806 ../../printer.pm_.c:22
-#: ../../printerdrake.pm_.c:415
+#: ../../install_steps_interactive.pm_.c:973
+msgid "Automatic time synchronization (using NTP)"
+msgstr ""
+
+#: ../../install_steps_interactive.pm_.c:980
+#, fuzzy
+msgid "NTP Server"
+msgstr "NIS jnn"
+
+#: ../../install_steps_interactive.pm_.c:1014
+#: ../../install_steps_interactive.pm_.c:1022
#, fuzzy
msgid "Remote CUPS server"
msgstr "Fjartengd prentr"
-#: ../../install_steps_interactive.pm_.c:807
+#: ../../install_steps_interactive.pm_.c:1015
#, fuzzy
msgid "No printer"
msgstr "Stabundinn prentari"
-#: ../../install_steps_interactive.pm_.c:821
+#: ../../install_steps_interactive.pm_.c:1032
+#, fuzzy
+msgid "Do you have an ISA sound card?"
+msgstr "Er kannski eitt enn vlinni?"
+
+#: ../../install_steps_interactive.pm_.c:1034
+msgid "Run \"sndconfig\" after installation to configure your sound card"
+msgstr ""
+
+#: ../../install_steps_interactive.pm_.c:1036
+msgid "No sound card detected. Try \"harddrake\" after installation"
+msgstr ""
+
+#: ../../install_steps_interactive.pm_.c:1041 ../../steps.pm_.c:27
+msgid "Summary"
+msgstr ""
+
+#: ../../install_steps_interactive.pm_.c:1044
#, fuzzy
msgid "Mouse"
msgstr "USB ms"
-#: ../../install_steps_interactive.pm_.c:823
+#: ../../install_steps_interactive.pm_.c:1046
msgid "Timezone"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:824 ../../printerdrake.pm_.c:344
+#: ../../install_steps_interactive.pm_.c:1047 ../../printerdrake.pm_.c:2276
+#: ../../printerdrake.pm_.c:2354
msgid "Printer"
msgstr "Prentari"
-#: ../../install_steps_interactive.pm_.c:826
+#: ../../install_steps_interactive.pm_.c:1049
msgid "ISDN card"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:829
+#: ../../install_steps_interactive.pm_.c:1052
+#: ../../install_steps_interactive.pm_.c:1054
msgid "Sound card"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:832
+#: ../../install_steps_interactive.pm_.c:1056
msgid "TV card"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:862
+#: ../../install_steps_interactive.pm_.c:1094
+#: ../../install_steps_interactive.pm_.c:1118
+#: ../../install_steps_interactive.pm_.c:1122
+msgid "LDAP"
+msgstr ""
+
+#: ../../install_steps_interactive.pm_.c:1095
+#: ../../install_steps_interactive.pm_.c:1118
+#: ../../install_steps_interactive.pm_.c:1131
#, fuzzy
-msgid "Which printing system do you want to use?"
-msgstr "Hvaa sneitegund viltu?"
+msgid "NIS"
+msgstr "Nota NIS"
-#: ../../install_steps_interactive.pm_.c:896
+#: ../../install_steps_interactive.pm_.c:1096
+#: ../../install_steps_interactive.pm_.c:1118
+#, fuzzy
+msgid "Local files"
+msgstr "Stabundinn prentari"
+
+#: ../../install_steps_interactive.pm_.c:1105
+#: ../../install_steps_interactive.pm_.c:1106 ../../steps.pm_.c:24
+msgid "Set root password"
+msgstr "kvea rtarlykilor"
+
+#: ../../install_steps_interactive.pm_.c:1107
msgid "No password"
msgstr "Ekkert lykilor"
-#: ../../install_steps_interactive.pm_.c:901
+#: ../../install_steps_interactive.pm_.c:1112
#, c-format
msgid "This password is too simple (must be at least %d characters long)"
msgstr "etta lykilor er of einfalt (verur a vera minnst %d stafa langt)"
-#: ../../install_steps_interactive.pm_.c:907
-msgid "Use NIS"
-msgstr "Nota NIS"
+#: ../../install_steps_interactive.pm_.c:1118 ../../network/modem.pm_.c:49
+#: ../../standalone/draknet_.c:626 ../../standalone/logdrake_.c:172
+msgid "Authentication"
+msgstr "Aukenning"
+
+#: ../../install_steps_interactive.pm_.c:1126
+#, fuzzy
+msgid "Authentication LDAP"
+msgstr "Aukenning"
+
+#: ../../install_steps_interactive.pm_.c:1127
+msgid "LDAP Base dn"
+msgstr ""
-#: ../../install_steps_interactive.pm_.c:907
-msgid "yellow pages"
-msgstr "Gular sur (yp)"
+#: ../../install_steps_interactive.pm_.c:1128
+#, fuzzy
+msgid "LDAP Server"
+msgstr "netjnn"
-#: ../../install_steps_interactive.pm_.c:914
-msgid "Authentification NIS"
+#: ../../install_steps_interactive.pm_.c:1134
+#, fuzzy
+msgid "Authentication NIS"
msgstr "Aukenning NIS"
-#: ../../install_steps_interactive.pm_.c:915
+#: ../../install_steps_interactive.pm_.c:1135
msgid "NIS Domain"
msgstr "NIS ln"
-#: ../../install_steps_interactive.pm_.c:916
+#: ../../install_steps_interactive.pm_.c:1136
msgid "NIS Server"
msgstr "NIS jnn"
-#: ../../install_steps_interactive.pm_.c:951
+#: ../../install_steps_interactive.pm_.c:1171
#, fuzzy
msgid ""
"A custom bootdisk provides a way of booting into your Linux system without\n"
@@ -4427,27 +4574,27 @@ msgstr ""
"ea ef\n"
" anna strikerfi hefur fjarlgt LILO ea LILO virkar ekki me num "
"vlbnaarstillingum.\n"
-" Rsidiskling m einnig nota me Linux Mandrake 'rescue' disklingnum svo "
+" Rsidiskling m einnig nota me Mandrake Linux 'rescue' disklingnum svo "
"hgt s a bjarja\n"
" vlinni ef alvarleg vandaml koma upp.\n"
"Viltu ba til rsidiskling fyrir vlina na?"
-#: ../../install_steps_interactive.pm_.c:967
+#: ../../install_steps_interactive.pm_.c:1187
#, fuzzy
msgid "First floppy drive"
msgstr "Fyrsta drif"
-#: ../../install_steps_interactive.pm_.c:968
+#: ../../install_steps_interactive.pm_.c:1188
#, fuzzy
msgid "Second floppy drive"
msgstr "Anna drif"
-#: ../../install_steps_interactive.pm_.c:969
+#: ../../install_steps_interactive.pm_.c:1189 ../../printerdrake.pm_.c:1848
msgid "Skip"
msgstr "Sleppa"
-#: ../../install_steps_interactive.pm_.c:974
-#, fuzzy
+#: ../../install_steps_interactive.pm_.c:1194
+#, fuzzy, c-format
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 "
@@ -4458,7 +4605,8 @@ msgid ""
"with\n"
"the Mandrake rescue image, making it much easier to recover from severe "
"system\n"
-"failures. Would you like to create a bootdisk for your system?"
+"failures. Would you like to create a bootdisk for your system?\n"
+"%s"
msgstr ""
"Srsmaur rsidisklingur gerir r kleyft a rsa Linux n ess a nota "
"rsistjra\n"
@@ -4466,90 +4614,95 @@ msgstr ""
"ea ef\n"
" anna strikerfi hefur fjarlgt LILO ea LILO virkar ekki me num "
"vlbnaarstillingum.\n"
-" Rsidiskling m einnig nota me Linux Mandrake 'rescue' disklingnum svo "
+" Rsidiskling m einnig nota me Mandrake Linux 'rescue' disklingnum svo "
"hgt s a bjarja\n"
" vlinni ef alvarleg vandaml koma upp.\n"
-"Viltu ba til rsidiskling fyrir vlina na?"
+"Viltu ba til rsidiskling fyrir vlina na?\n"
+"%s"
+
+#: ../../install_steps_interactive.pm_.c:1200
+msgid ""
+"\n"
+"\n"
+"(WARNING! You're using XFS for your root partition,\n"
+"creating a bootdisk on a 1.44 Mb floppy will probably fail,\n"
+"because XFS needs a very large driver)."
+msgstr ""
-#: ../../install_steps_interactive.pm_.c:983
+#: ../../install_steps_interactive.pm_.c:1208
msgid "Sorry, no floppy drive available"
msgstr "Ekkert disklingadrif til staar"
-#: ../../install_steps_interactive.pm_.c:987
+#: ../../install_steps_interactive.pm_.c:1212
msgid "Choose the floppy drive you want to use to make the bootdisk"
msgstr "Veldu disklingadrifi sem vilt nota til a gera rsidisk"
-#: ../../install_steps_interactive.pm_.c:991
-#, c-format
-msgid "Insert a floppy in drive %s"
+#: ../../install_steps_interactive.pm_.c:1216
+#, fuzzy, c-format
+msgid "Insert a floppy in %s"
msgstr "Settu tman diskling drif %s"
-#: ../../install_steps_interactive.pm_.c:994
+#: ../../install_steps_interactive.pm_.c:1219
msgid "Creating bootdisk"
msgstr "B til rsidiskling..."
-#: ../../install_steps_interactive.pm_.c:1001
+#: ../../install_steps_interactive.pm_.c:1226
msgid "Preparing bootloader"
msgstr "Set upp rsistjrann..."
-#: ../../install_steps_interactive.pm_.c:1010
+#: ../../install_steps_interactive.pm_.c:1237
+msgid ""
+"You appear to have an OldWorld or Unknown\n"
+" machine, the yaboot bootloader will not work for you.\n"
+"The install will continue, but you'll\n"
+" need to use BootX to boot your machine"
+msgstr ""
+
+#: ../../install_steps_interactive.pm_.c:1243
#, fuzzy
msgid "Do you want to use aboot?"
msgstr "Viltu nota SILO?"
-#: ../../install_steps_interactive.pm_.c:1013
+#: ../../install_steps_interactive.pm_.c:1246
msgid ""
"Error installing aboot, \n"
"try to force installation even if that destroys the first partition?"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1022
+#: ../../install_steps_interactive.pm_.c:1253
+#, fuzzy
+msgid "Installing bootloader"
+msgstr "Setja inn rsihlaara"
+
+#: ../../install_steps_interactive.pm_.c:1259
#, fuzzy
msgid "Installation of bootloader failed. The following error occured:"
msgstr "Innsetning LILO brst skum eftirfarandi villu:"
-#: ../../install_steps_interactive.pm_.c:1030
+#: ../../install_steps_interactive.pm_.c:1267
+#, c-format
msgid ""
"You may need to change your Open Firmware boot-device to\n"
" enable the bootloader. If you don't see the bootloader prompt at\n"
" reboot, hold down Command-Option-O-F at reboot and enter:\n"
-" setenv boot-device $of_boot,\\\\:tbxi\n"
+" setenv boot-device %s,\\\\:tbxi\n"
" Then type: shut-down\n"
"At your next boot you should see the bootloader prompt."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1038 ../../standalone/draksec_.c:23
-msgid "Low"
-msgstr "Lgt"
-
-#: ../../install_steps_interactive.pm_.c:1039 ../../standalone/draksec_.c:24
-msgid "Medium"
-msgstr "Milungs"
-
-#: ../../install_steps_interactive.pm_.c:1040 ../../standalone/draksec_.c:25
-msgid "High"
-msgstr "Htt"
-
-#: ../../install_steps_interactive.pm_.c:1044 ../../standalone/draksec_.c:49
-msgid "Choose security level"
-msgstr "Veldu ryggisstig"
-
-#: ../../install_steps_interactive.pm_.c:1080
-msgid "Do you want to generate an auto install floppy for linux replication?"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1082
+#: ../../install_steps_interactive.pm_.c:1311
+#: ../../standalone/drakautoinst_.c:81
#, fuzzy, c-format
msgid "Insert a blank floppy in drive %s"
msgstr "Settu tman diskling drif %s"
-#: ../../install_steps_interactive.pm_.c:1096
-#: ../../install_steps_interactive.pm_.c:1128
+#: ../../install_steps_interactive.pm_.c:1315
+#: ../../standalone/drakautoinst_.c:83
#, fuzzy
msgid "Creating auto install floppy"
msgstr "Undirb innsetningu"
-#: ../../install_steps_interactive.pm_.c:1156
+#: ../../install_steps_interactive.pm_.c:1326
msgid ""
"Some steps are not completed.\n"
"\n"
@@ -4559,33 +4712,41 @@ msgstr ""
"\n"
"Viltu virkilega htta nna?"
-#: ../../install_steps_interactive.pm_.c:1167
+#: ../../install_steps_interactive.pm_.c:1337
msgid ""
"Congratulations, installation is complete.\n"
"Remove the boot media and press return to reboot.\n"
"\n"
-"For information on fixes which are available for this release of Linux-"
-"Mandrake,\n"
-"consult the Errata available from http://www.linux-mandrake.com/.\n"
+"\n"
+"For information on fixes which are available for this release of Mandrake "
+"Linux,\n"
+"consult the Errata available from:\n"
+"\n"
+"\n"
+"http://www.linux-mandrake.com/en/82errata.php3\n"
+"\n"
"\n"
"Information on configuring your system is available in the post\n"
-"install chapter of the Official Linux-Mandrake User's Guide."
+"install chapter of the Official Mandrake Linux User's Guide."
msgstr ""
"Til hamingju! Innsetningu er loki.\n"
"Taktu disklinginn ea geisladiskinn r drifinu og slu ENTER.\n"
"\n"
-" http://www.linux-mandrake.com m finna vibtur og/ea lagfringar\n"
-" gllum sem gtu veri til staar essari tgfu af Linux Mandrake\n"
-" \n"
+"\n"
+" http://www.linux-mandrake.com/en/82errata.php3 m finna vibtur og/ea "
+"lagfringar\n"
+" gllum sem gtu veri til staar essari tgfu af Mandrake Linux\n"
+"\n"
+"\n"
"Frekari upplsingar um hvernig a stilla vlina eftir innsetninguna er a\n"
-"finna vieigandi kafla Official Linux Mandrake User's Guide bkinni."
+"finna vieigandi kafla Official Mandrake Linux User's Guide bkinni."
-#: ../../install_steps_interactive.pm_.c:1179
+#: ../../install_steps_interactive.pm_.c:1354
#, fuzzy
msgid "Generate auto install floppy"
msgstr "Undirb innsetningu"
-#: ../../install_steps_interactive.pm_.c:1181
+#: ../../install_steps_interactive.pm_.c:1356
msgid ""
"The auto install can be fully automated if wanted,\n"
"in that case it will take over the hard drive!!\n"
@@ -4594,355 +4755,494 @@ msgid ""
"You may prefer to replay the installation.\n"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1186
+#: ../../install_steps_interactive.pm_.c:1361
#, fuzzy
msgid "Automated"
msgstr "Sjlfvirkt IP"
-#: ../../install_steps_interactive.pm_.c:1186
+#: ../../install_steps_interactive.pm_.c:1361
#, fuzzy
msgid "Replay"
msgstr "Endurhlaa"
-#: ../../install_steps_interactive.pm_.c:1189
+#: ../../install_steps_interactive.pm_.c:1364
#, fuzzy
msgid "Save packages selection"
msgstr "Val pakkahp"
#: ../../install_steps_newt.pm_.c:22
#, c-format
-msgid "Linux-Mandrake Installation %s"
-msgstr "Linux Mandrake innsetning %s"
+msgid "Mandrake Linux Installation %s"
+msgstr "Mandrake Linux innsetning %s"
-#: ../../install_steps_newt.pm_.c:33
+#: ../../install_steps_newt.pm_.c:34
msgid ""
" <Tab>/<Alt-Tab> between elements | <Space> selects | <F12> next screen "
msgstr ""
" <Tab>/<Alt-Tab> milli hluta | <Bilsl> velur | <F12> nsti skjr "
-#: ../../interactive.pm_.c:65
+#: ../../interactive.pm_.c:87
msgid "kdesu missing"
msgstr ""
-#: ../../interactive.pm_.c:267
+#: ../../interactive.pm_.c:89 ../../interactive.pm_.c:100
+msgid "consolehelper missing"
+msgstr ""
+
+#: ../../interactive.pm_.c:152
+#, fuzzy
+msgid "Choose a file"
+msgstr "Veldu ager"
+
+#: ../../interactive.pm_.c:314
msgid "Advanced"
msgstr ""
-#: ../../interactive.pm_.c:290
+#: ../../interactive.pm_.c:315
+msgid "Basic"
+msgstr ""
+
+#: ../../interactive.pm_.c:386
msgid "Please wait"
msgstr "Augnablik..."
-#: ../../interactive_stdio.pm_.c:35
-#, c-format
-msgid "Ambiguity (%s), be more precise\n"
-msgstr "ljst (%s), vertu nkvmari\n"
+#: ../../interactive_gtk.pm_.c:605 ../../services.pm_.c:222
+msgid "Info"
+msgstr "Upplsingar"
-#: ../../interactive_stdio.pm_.c:36 ../../interactive_stdio.pm_.c:51
-#: ../../interactive_stdio.pm_.c:71
+#: ../../interactive_gtk.pm_.c:715
+msgid "Expand Tree"
+msgstr "Opna tr"
+
+#: ../../interactive_gtk.pm_.c:716
+msgid "Collapse Tree"
+msgstr "Loka tr"
+
+#: ../../interactive_gtk.pm_.c:717
+msgid "Toggle between flat and group sorted"
+msgstr ""
+
+#: ../../interactive_stdio.pm_.c:29 ../../interactive_stdio.pm_.c:147
msgid "Bad choice, try again\n"
msgstr "Slm hugmynd, reyndu aftur\n"
-#: ../../interactive_stdio.pm_.c:39
+#: ../../interactive_stdio.pm_.c:30 ../../interactive_stdio.pm_.c:148
#, c-format
-msgid " ? (default %s) "
-msgstr " ? (sjlfgefi %s) "
+msgid "Your choice? (default %s) "
+msgstr "itt val? (sjlfgefi %s) "
#: ../../interactive_stdio.pm_.c:52
#, c-format
-msgid "Your choice? (default %s) "
+msgid ""
+"Entries you'll have to fill:\n"
+"%s"
+msgstr ""
+
+#: ../../interactive_stdio.pm_.c:68
+#, fuzzy, c-format
+msgid "Your choice? (0/1, default `%s') "
+msgstr "itt val? (sjlfgefi %s) "
+
+#: ../../interactive_stdio.pm_.c:93
+#, fuzzy, c-format
+msgid "Button `%s': %s"
+msgstr "Rtardisksnei"
+
+#: ../../interactive_stdio.pm_.c:94
+#, fuzzy
+msgid "Do you want to click on this button? "
+msgstr "Viltu nota SILO?"
+
+#: ../../interactive_stdio.pm_.c:103
+#, fuzzy, c-format
+msgid "Your choice? (default `%s'%s) "
msgstr "itt val? (sjlfgefi %s) "
-#: ../../interactive_stdio.pm_.c:72
+#: ../../interactive_stdio.pm_.c:121
+#, c-format
+msgid "=> There are many things to choose from (%s).\n"
+msgstr ""
+
+#: ../../interactive_stdio.pm_.c:124
+msgid ""
+"Please choose the first number of the 10-range you wish to edit,\n"
+"or just hit Enter to proceed.\n"
+"Your choice? "
+msgstr ""
+
+#: ../../interactive_stdio.pm_.c:137
#, c-format
-msgid "Your choice? (default %s enter `none' for none) "
-msgstr "itt val? (sjlfgefi %s slu inn `none' fyrir engan) "
+msgid ""
+"=> Notice, a label changed:\n"
+"%s"
+msgstr ""
-#: ../../keyboard.pm_.c:124 ../../keyboard.pm_.c:155
+#: ../../interactive_stdio.pm_.c:144
+msgid "Re-submit"
+msgstr ""
+
+#: ../../keyboard.pm_.c:174 ../../keyboard.pm_.c:205
msgid "Czech (QWERTZ)"
msgstr "Tkkneskt (QWERTZ)"
-#: ../../keyboard.pm_.c:125 ../../keyboard.pm_.c:138 ../../keyboard.pm_.c:158
+#: ../../keyboard.pm_.c:175 ../../keyboard.pm_.c:207
msgid "German"
msgstr "skt"
-#: ../../keyboard.pm_.c:126
+#: ../../keyboard.pm_.c:176
msgid "Dvorak"
msgstr "Dvorak"
-#: ../../keyboard.pm_.c:127 ../../keyboard.pm_.c:164
+#: ../../keyboard.pm_.c:177 ../../keyboard.pm_.c:214
msgid "Spanish"
msgstr "Spnskt"
-#: ../../keyboard.pm_.c:128 ../../keyboard.pm_.c:165
+#: ../../keyboard.pm_.c:178 ../../keyboard.pm_.c:215
msgid "Finnish"
msgstr "Finnskt"
-#: ../../keyboard.pm_.c:129 ../../keyboard.pm_.c:139 ../../keyboard.pm_.c:166
+#: ../../keyboard.pm_.c:179 ../../keyboard.pm_.c:216
msgid "French"
msgstr "Franskt"
-#: ../../keyboard.pm_.c:130 ../../keyboard.pm_.c:187
+#: ../../keyboard.pm_.c:180 ../../keyboard.pm_.c:241
msgid "Norwegian"
msgstr "Norkst"
-#: ../../keyboard.pm_.c:131
+#: ../../keyboard.pm_.c:181
msgid "Polish"
msgstr "Plskt"
-#: ../../keyboard.pm_.c:132 ../../keyboard.pm_.c:192
+#: ../../keyboard.pm_.c:182 ../../keyboard.pm_.c:249
msgid "Russian"
msgstr "Rssneskt"
-#: ../../keyboard.pm_.c:133 ../../keyboard.pm_.c:203
+#: ../../keyboard.pm_.c:184 ../../keyboard.pm_.c:251
+msgid "Swedish"
+msgstr "Snskt"
+
+#: ../../keyboard.pm_.c:185 ../../keyboard.pm_.c:266
msgid "UK keyboard"
msgstr "Breskt lyklabor"
-#: ../../keyboard.pm_.c:134 ../../keyboard.pm_.c:137 ../../keyboard.pm_.c:204
+#: ../../keyboard.pm_.c:186 ../../keyboard.pm_.c:267
msgid "US keyboard"
msgstr "Bandarskt lyklabor"
-#: ../../keyboard.pm_.c:141
+#: ../../keyboard.pm_.c:188
+#, fuzzy
+msgid "Albanian"
+msgstr "krankst"
+
+#: ../../keyboard.pm_.c:189
#, fuzzy
msgid "Armenian (old)"
msgstr "Armenskt"
-#: ../../keyboard.pm_.c:142
+#: ../../keyboard.pm_.c:190
#, fuzzy
msgid "Armenian (typewriter)"
msgstr "Armenskt (hljfrilegt)"
-#: ../../keyboard.pm_.c:143
+#: ../../keyboard.pm_.c:191
msgid "Armenian (phonetic)"
msgstr "Armenskt (hljfrilegt)"
-#: ../../keyboard.pm_.c:147
+#: ../../keyboard.pm_.c:196
msgid "Azerbaidjani (latin)"
msgstr ""
-#: ../../keyboard.pm_.c:148
-msgid "Azerbaidjani (cyrillic)"
-msgstr ""
-
-#: ../../keyboard.pm_.c:149
+#: ../../keyboard.pm_.c:198
msgid "Belgian"
msgstr "Belgskt"
-#: ../../keyboard.pm_.c:150
-msgid "Bulgarian"
+#: ../../keyboard.pm_.c:199
+#, fuzzy
+msgid "Bulgarian (phonetic)"
+msgstr "Armenskt (hljfrilegt)"
+
+#: ../../keyboard.pm_.c:200
+#, fuzzy
+msgid "Bulgarian (BDS)"
msgstr "Blgarskt"
-#: ../../keyboard.pm_.c:151
+#: ../../keyboard.pm_.c:201
msgid "Brazilian (ABNT-2)"
msgstr "Brasilskt"
-#: ../../keyboard.pm_.c:152
+#: ../../keyboard.pm_.c:202
#, fuzzy
msgid "Belarusian"
msgstr "Blgarskt"
-#: ../../keyboard.pm_.c:153
+#: ../../keyboard.pm_.c:203
msgid "Swiss (German layout)"
msgstr "Svissneskt (sk uppsetn.)"
-#: ../../keyboard.pm_.c:154
+#: ../../keyboard.pm_.c:204
msgid "Swiss (French layout)"
msgstr "Svissneskt (frnsk uppsetn.)"
-#: ../../keyboard.pm_.c:156
+#: ../../keyboard.pm_.c:206
msgid "Czech (QWERTY)"
msgstr "Tkkneskt (QWERTY)"
-#: ../../keyboard.pm_.c:157
-msgid "Czech (Programmers)"
-msgstr ""
-
-#: ../../keyboard.pm_.c:159
+#: ../../keyboard.pm_.c:208
msgid "German (no dead keys)"
msgstr ""
-#: ../../keyboard.pm_.c:160
+#: ../../keyboard.pm_.c:209
msgid "Danish"
msgstr "Danskt"
-#: ../../keyboard.pm_.c:161
+#: ../../keyboard.pm_.c:210
#, fuzzy
msgid "Dvorak (US)"
msgstr "Dvorak"
-#: ../../keyboard.pm_.c:162
+#: ../../keyboard.pm_.c:211
#, fuzzy
msgid "Dvorak (Norwegian)"
msgstr "Norkst"
-#: ../../keyboard.pm_.c:163
+#: ../../keyboard.pm_.c:212
+#, fuzzy
+msgid "Dvorak (Swedish)"
+msgstr "Dvorak"
+
+#: ../../keyboard.pm_.c:213
msgid "Estonian"
msgstr "Eistlenskt"
-#: ../../keyboard.pm_.c:167
+#: ../../keyboard.pm_.c:217
msgid "Georgian (\"Russian\" layout)"
msgstr "Georgskt (\"Rssneskt\")"
-#: ../../keyboard.pm_.c:168
+#: ../../keyboard.pm_.c:218
msgid "Georgian (\"Latin\" layout)"
msgstr "Georgskt (\"Latnu\")"
-#: ../../keyboard.pm_.c:169
+#: ../../keyboard.pm_.c:219
msgid "Greek"
msgstr "Grskt"
-#: ../../keyboard.pm_.c:170
+#: ../../keyboard.pm_.c:220
msgid "Hungarian"
msgstr "Ungverskt"
-#: ../../keyboard.pm_.c:171
+#: ../../keyboard.pm_.c:221
msgid "Croatian"
msgstr ""
-#: ../../keyboard.pm_.c:172
+#: ../../keyboard.pm_.c:222
msgid "Israeli"
msgstr "sraelskt"
-#: ../../keyboard.pm_.c:173
+#: ../../keyboard.pm_.c:223
msgid "Israeli (Phonetic)"
msgstr "sraelskt (hljfr.)"
-#: ../../keyboard.pm_.c:174
+#: ../../keyboard.pm_.c:224
#, fuzzy
msgid "Iranian"
msgstr "krankst"
-#: ../../keyboard.pm_.c:175
+#: ../../keyboard.pm_.c:225
msgid "Icelandic"
msgstr "slenskt"
-#: ../../keyboard.pm_.c:176
+#: ../../keyboard.pm_.c:226
msgid "Italian"
msgstr "talskt"
-#: ../../keyboard.pm_.c:177
+#: ../../keyboard.pm_.c:228
msgid "Japanese 106 keys"
msgstr ""
-#: ../../keyboard.pm_.c:178
+#: ../../keyboard.pm_.c:231
#, fuzzy
msgid "Korean keyboard"
msgstr "Breskt lyklabor"
-#: ../../keyboard.pm_.c:179
+#: ../../keyboard.pm_.c:232
msgid "Latin American"
msgstr "Suur amerskt"
-#: ../../keyboard.pm_.c:180
-msgid "Macedonian"
-msgstr ""
-
-#: ../../keyboard.pm_.c:181
-msgid "Dutch"
-msgstr "Hollenskt"
-
-#: ../../keyboard.pm_.c:182
+#: ../../keyboard.pm_.c:233
#, fuzzy
msgid "Lithuanian AZERTY (old)"
msgstr "Lithenskt AZERTY"
-#: ../../keyboard.pm_.c:184
+#: ../../keyboard.pm_.c:235
#, fuzzy
msgid "Lithuanian AZERTY (new)"
msgstr "Lithenskt AZERTY"
-#: ../../keyboard.pm_.c:185
+#: ../../keyboard.pm_.c:236
msgid "Lithuanian \"number row\" QWERTY"
msgstr "Lithenskt \"tlur\" QWERTY"
-#: ../../keyboard.pm_.c:186
+#: ../../keyboard.pm_.c:237
msgid "Lithuanian \"phonetic\" QWERTY"
msgstr "Lithenskt \"hljfrilegt\" QWERTY"
-#: ../../keyboard.pm_.c:188
+#: ../../keyboard.pm_.c:238
+#, fuzzy
+msgid "Latvian"
+msgstr "Upplsingar"
+
+#: ../../keyboard.pm_.c:239
+msgid "Macedonian"
+msgstr ""
+
+#: ../../keyboard.pm_.c:240
+msgid "Dutch"
+msgstr "Hollenskt"
+
+#: ../../keyboard.pm_.c:242
#, fuzzy
msgid "Polish (qwerty layout)"
msgstr "Svissneskt (sk uppsetn.)"
-#: ../../keyboard.pm_.c:189
+#: ../../keyboard.pm_.c:243
#, fuzzy
msgid "Polish (qwertz layout)"
msgstr "Svissneskt (sk uppsetn.)"
-#: ../../keyboard.pm_.c:190
+#: ../../keyboard.pm_.c:244
msgid "Portuguese"
msgstr "Portgskt"
-#: ../../keyboard.pm_.c:191
+#: ../../keyboard.pm_.c:245
msgid "Canadian (Quebec)"
msgstr "Kanadskt (Quebec)"
-#: ../../keyboard.pm_.c:193
-msgid "Russian (Yawerty)"
+#: ../../keyboard.pm_.c:247
+#, fuzzy
+msgid "Romanian (qwertz)"
msgstr "Rssneskt (Yawerty)"
-#: ../../keyboard.pm_.c:194
-msgid "Swedish"
-msgstr "Snskt"
+#: ../../keyboard.pm_.c:248
+#, fuzzy
+msgid "Romanian (qwerty)"
+msgstr "Rssneskt (Yawerty)"
-#: ../../keyboard.pm_.c:195
+#: ../../keyboard.pm_.c:250
+msgid "Russian (Yawerty)"
+msgstr "Rssneskt (Yawerty)"
+
+#: ../../keyboard.pm_.c:252
msgid "Slovenian"
msgstr "Slvenskt"
-#: ../../keyboard.pm_.c:196
+#: ../../keyboard.pm_.c:253
msgid "Slovakian (QWERTZ)"
msgstr "Slvakskt (QWERTZ)"
-#: ../../keyboard.pm_.c:197
+#: ../../keyboard.pm_.c:254
msgid "Slovakian (QWERTY)"
msgstr "Slvakskt (QWERTY)"
-#: ../../keyboard.pm_.c:198
-msgid "Slovakian (Programmers)"
-msgstr ""
+#: ../../keyboard.pm_.c:256
+#, fuzzy
+msgid "Serbian (cyrillic)"
+msgstr "Jgoslavneskt (Latnu upps.)"
-#: ../../keyboard.pm_.c:199
+#: ../../keyboard.pm_.c:258
+#, fuzzy
+msgid "Tamil"
+msgstr "Tafla"
+
+#: ../../keyboard.pm_.c:259
msgid "Thai keyboard"
msgstr "Thlenskt lyklabor"
-#: ../../keyboard.pm_.c:200
+#: ../../keyboard.pm_.c:261
+#, fuzzy
+msgid "Tajik keyboard"
+msgstr "Thlenskt lyklabor"
+
+#: ../../keyboard.pm_.c:262
msgid "Turkish (traditional \"F\" model)"
msgstr "Tyrkneskt (hefbundi \"F\" mdel)"
-#: ../../keyboard.pm_.c:201
+#: ../../keyboard.pm_.c:263
msgid "Turkish (modern \"Q\" model)"
msgstr "Tyrkneskt (ntma \"Q\" mdel)"
-#: ../../keyboard.pm_.c:202
+#: ../../keyboard.pm_.c:265
msgid "Ukrainian"
msgstr "krankst"
-#: ../../keyboard.pm_.c:205
+#: ../../keyboard.pm_.c:268
msgid "US keyboard (international)"
msgstr "Bandarskt (aljlegt)"
-#: ../../keyboard.pm_.c:206
+#: ../../keyboard.pm_.c:269
#, fuzzy
msgid "Vietnamese \"numeric row\" QWERTY"
msgstr "Lithenskt \"tlur\" QWERTY"
-#: ../../keyboard.pm_.c:207
+#: ../../keyboard.pm_.c:270
#, fuzzy
-msgid "Yugoslavian (latin/cyrillic)"
+msgid "Yugoslavian (latin)"
msgstr "Jgoslavneskt (Latnu upps.)"
-#: ../../lvm.pm_.c:70
+#: ../../keyboard.pm_.c:278
+msgid "Right Alt key"
+msgstr ""
+
+#: ../../keyboard.pm_.c:279
+msgid "Both Shift keys simultaneously"
+msgstr ""
+
+#: ../../keyboard.pm_.c:280
+msgid "Control and Shift keys simultaneously"
+msgstr ""
+
+#: ../../keyboard.pm_.c:281
+msgid "CapsLock key"
+msgstr ""
+
+#: ../../keyboard.pm_.c:282
+msgid "Ctrl and Alt keys simultaneously"
+msgstr ""
+
+#: ../../keyboard.pm_.c:283
+msgid "Alt and Shift keys simultaneously"
+msgstr ""
+
+#: ../../keyboard.pm_.c:284
+msgid "\"Menu\" key"
+msgstr ""
+
+#: ../../keyboard.pm_.c:285
+msgid "Left \"Windows\" key"
+msgstr ""
+
+#: ../../keyboard.pm_.c:286
+msgid "Right \"Windows\" key"
+msgstr ""
+
+#: ../../loopback.pm_.c:32
+#, c-format
+msgid "Circular mounts %s\n"
+msgstr ""
+
+#: ../../lvm.pm_.c:88
msgid "Remove the logical volumes first\n"
msgstr ""
+#: ../../modules.pm_.c:826
+msgid ""
+"PCMCIA support no longer exist for 2.2 kernels. Please use a 2.4 kernel."
+msgstr ""
+
#: ../../mouse.pm_.c:25
#, fuzzy
msgid "Sun - Mouse"
msgstr "USB ms"
-#: ../../mouse.pm_.c:31
-msgid "Standard"
-msgstr ""
-
#: ../../mouse.pm_.c:32
msgid "Logitech MouseMan+"
msgstr "Logitech MouseMan+"
@@ -4956,11 +5256,11 @@ msgstr "Almenn ms"
msgid "GlidePoint"
msgstr "GlidePoint"
-#: ../../mouse.pm_.c:36 ../../mouse.pm_.c:62
+#: ../../mouse.pm_.c:36 ../../mouse.pm_.c:63
msgid "Kensington Thinking Mouse"
msgstr "Kensington Thinking Mouse"
-#: ../../mouse.pm_.c:37 ../../mouse.pm_.c:58
+#: ../../mouse.pm_.c:37 ../../mouse.pm_.c:59
msgid "Genius NetMouse"
msgstr "Genius NetMouse"
@@ -4968,260 +5268,301 @@ msgstr "Genius NetMouse"
msgid "Genius NetScroll"
msgstr "Genius NetScroll"
-#: ../../mouse.pm_.c:43 ../../mouse.pm_.c:67
+#: ../../mouse.pm_.c:43 ../../mouse.pm_.c:68
msgid "1 button"
msgstr ""
-#: ../../mouse.pm_.c:44
-msgid "Generic"
+#: ../../mouse.pm_.c:44 ../../mouse.pm_.c:51
+msgid "Generic 2 Button Mouse"
msgstr ""
#: ../../mouse.pm_.c:45
+msgid "Generic"
+msgstr ""
+
+#: ../../mouse.pm_.c:46
#, fuzzy
msgid "Wheel"
msgstr "stig"
-#: ../../mouse.pm_.c:48
+#: ../../mouse.pm_.c:49
msgid "serial"
msgstr "ratengd"
-#: ../../mouse.pm_.c:50
-msgid "Generic 2 Button Mouse"
-msgstr ""
-
-#: ../../mouse.pm_.c:51
+#: ../../mouse.pm_.c:52
msgid "Generic 3 Button Mouse"
msgstr "Almenn riggja hnappa ms"
-#: ../../mouse.pm_.c:52
+#: ../../mouse.pm_.c:53
msgid "Microsoft IntelliMouse"
msgstr "Microsoft IntelliMouse"
-#: ../../mouse.pm_.c:53
+#: ../../mouse.pm_.c:54
msgid "Logitech MouseMan"
msgstr "Logitech MouseMan"
-#: ../../mouse.pm_.c:54
+#: ../../mouse.pm_.c:55
msgid "Mouse Systems"
msgstr "Mouse Systems"
-#: ../../mouse.pm_.c:56
+#: ../../mouse.pm_.c:57
msgid "Logitech CC Series"
msgstr "Logitech CC Series"
-#: ../../mouse.pm_.c:57
+#: ../../mouse.pm_.c:58
msgid "Logitech MouseMan+/FirstMouse+"
msgstr "Logitech MouseMan+/FirstMouse+"
-#: ../../mouse.pm_.c:59
+#: ../../mouse.pm_.c:60
msgid "MM Series"
msgstr "MM Series"
-#: ../../mouse.pm_.c:60
+#: ../../mouse.pm_.c:61
msgid "MM HitTablet"
msgstr "MM HitTablet"
-#: ../../mouse.pm_.c:61
+#: ../../mouse.pm_.c:62
msgid "Logitech Mouse (serial, old C7 type)"
msgstr "Logitech ms (ratengd, gmul C7 tegund)"
-#: ../../mouse.pm_.c:65
+#: ../../mouse.pm_.c:66
#, fuzzy
msgid "busmouse"
msgstr "Engin ms"
-#: ../../mouse.pm_.c:68
+#: ../../mouse.pm_.c:69
msgid "2 buttons"
msgstr ""
-#: ../../mouse.pm_.c:69
+#: ../../mouse.pm_.c:70
msgid "3 buttons"
msgstr ""
-#: ../../mouse.pm_.c:72
+#: ../../mouse.pm_.c:73
#, fuzzy
msgid "none"
msgstr "Bi"
-#: ../../mouse.pm_.c:74
+#: ../../mouse.pm_.c:75
msgid "No mouse"
msgstr "Engin ms"
-#: ../../my_gtk.pm_.c:356
+#: ../../mouse.pm_.c:499
+#, fuzzy
+msgid "Please test the mouse"
+msgstr "Hvernig ms ertu me?"
+
+#: ../../mouse.pm_.c:500
+#, fuzzy
+msgid "To activate the mouse,"
+msgstr "Hvernig ms ertu me?"
+
+#: ../../mouse.pm_.c:501
+msgid "MOVE YOUR WHEEL!"
+msgstr ""
+
+#: ../../my_gtk.pm_.c:651
+msgid "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
+msgstr ""
+
+#: ../../my_gtk.pm_.c:686
#, fuzzy
msgid "Finish"
msgstr "Finnskt"
-#: ../../my_gtk.pm_.c:356
+#: ../../my_gtk.pm_.c:686 ../../printerdrake.pm_.c:1588
msgid "Next ->"
msgstr ""
-#: ../../my_gtk.pm_.c:357
+#: ../../my_gtk.pm_.c:687 ../../printerdrake.pm_.c:1586
msgid "<- Previous"
msgstr ""
-#: ../../my_gtk.pm_.c:617
+#: ../../my_gtk.pm_.c:1019
msgid "Is this correct?"
msgstr "Er etta rtt?"
-#: ../../netconnect.pm_.c:143
+#: ../../network/adsl.pm_.c:19 ../../network/ethernet.pm_.c:36
#, fuzzy
-msgid "Internet configuration"
-msgstr "Sel stillingar"
-
-#: ../../netconnect.pm_.c:144
-#, fuzzy
-msgid "Do you want to try to connect to the Internet now?"
-msgstr "Viltu prfa skilgreininguna"
+msgid "Connect to the Internet"
+msgstr "Nafn tengingar"
-#: ../../netconnect.pm_.c:148
-#, fuzzy
-msgid "Testing your connection..."
-msgstr "Stilla nettengingu"
+#: ../../network/adsl.pm_.c:20
+msgid ""
+"The most common way to connect with adsl is pppoe.\n"
+"Some connections use pptp, a few ones use dhcp.\n"
+"If you don't know, choose 'use pppoe'"
+msgstr ""
-#: ../../netconnect.pm_.c:154 ../../standalone/draknet_.c:196
-#, fuzzy
-msgid "The system is now connected to Internet."
-msgstr "Hvaa disk viltu fra til?"
+#: ../../network/adsl.pm_.c:22
+msgid "Alcatel speedtouch usb"
+msgstr ""
-#: ../../netconnect.pm_.c:155
-msgid "For Security reason, it will be disconnected now."
+#: ../../network/adsl.pm_.c:22
+msgid "use dhcp"
msgstr ""
-#: ../../netconnect.pm_.c:156 ../../standalone/draknet_.c:196
-#, fuzzy
-msgid ""
-"The system doesn't seem to be connected to internet.\n"
-"Try to reconfigure your connection."
-msgstr "Nafn tengingar"
+#: ../../network/adsl.pm_.c:22
+msgid "use pppoe"
+msgstr ""
-#: ../../netconnect.pm_.c:161 ../../netconnect.pm_.c:904
-#: ../../netconnect.pm_.c:934 ../../netconnect.pm_.c:1012
-msgid "Network Configuration"
-msgstr "Netstillingar"
+#: ../../network/adsl.pm_.c:22
+msgid "use pptp"
+msgstr ""
-#: ../../netconnect.pm_.c:222 ../../netconnect.pm_.c:266
-#: ../../netconnect.pm_.c:276 ../../netconnect.pm_.c:283
-#: ../../netconnect.pm_.c:293
+#: ../../network/ethernet.pm_.c:37
#, fuzzy
-msgid "ISDN Configuration"
-msgstr "Uppsetning"
+msgid ""
+"Which dhcp client do you want to use?\n"
+"Default is dhcpcd"
+msgstr "Hvaa sneitegund viltu?"
-#: ../../netconnect.pm_.c:222
+#: ../../network/ethernet.pm_.c:88
msgid ""
-"Select your provider.\n"
-" If it's not in the list, choose Unlisted"
+"No ethernet network adapter has been detected on your system.\n"
+"I cannot set up this connection type."
msgstr ""
-#: ../../netconnect.pm_.c:236
+#: ../../network/ethernet.pm_.c:92 ../../standalone/drakgw_.c:252
#, fuzzy
-msgid "Connection Configuration"
-msgstr "Sel stillingar"
+msgid "Choose the network interface"
+msgstr "Veldu nja str"
-#: ../../netconnect.pm_.c:237
-msgid "Please fill or check the field below"
-msgstr ""
+#: ../../network/ethernet.pm_.c:93
+#, fuzzy
+msgid ""
+"Please choose which network adapter you want to use to connect to Internet"
+msgstr "Vi hvaa ratengi er msin n tengd?"
-#: ../../netconnect.pm_.c:239 ../../standalone/draknet_.c:552
-msgid "Card IRQ"
-msgstr ""
+#: ../../network/ethernet.pm_.c:178
+msgid "no network card found"
+msgstr "ekkert netkort fannst"
-#: ../../netconnect.pm_.c:240 ../../standalone/draknet_.c:553
-msgid "Card mem (DMA)"
-msgstr ""
+#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:360
+msgid "Configuring network"
+msgstr "Stilli staarnetstenginu"
-#: ../../netconnect.pm_.c:241 ../../standalone/draknet_.c:554
-msgid "Card IO"
+#: ../../network/ethernet.pm_.c:203
+#, fuzzy
+msgid ""
+"Please enter your host name if you know it.\n"
+"Some DHCP servers require the hostname to work.\n"
+"Your host name should be a fully-qualified host name,\n"
+"such as ``mybox.mylab.myco.com''."
msgstr ""
+"Slu inn heiti vlarinnar. Vlarheiti arf a vera fullt \n"
+"heiti, t.d. odinn.grimsey.is mtt lka sl inn IP \n"
+"vistfang gttarinnar ef veist hva a vistfang er.\n"
+"Gttin gefur r agang t r staarnetinu (t.d. Interneti)."
-#: ../../netconnect.pm_.c:242 ../../standalone/draknet_.c:555
-msgid "Card IO_0"
-msgstr ""
+#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:365
+#, fuzzy
+msgid "Host name"
+msgstr "Vlarheiti:"
-#: ../../netconnect.pm_.c:243 ../../standalone/draknet_.c:556
-msgid "Card IO_1"
-msgstr ""
+#: ../../network/isdn.pm_.c:21 ../../network/isdn.pm_.c:44
+#: ../../network/netconnect.pm_.c:95 ../../network/netconnect.pm_.c:109
+#: ../../network/netconnect.pm_.c:164 ../../network/netconnect.pm_.c:175
+#: ../../network/netconnect.pm_.c:202 ../../network/netconnect.pm_.c:225
+#: ../../network/netconnect.pm_.c:233
+#, fuzzy
+msgid "Network Configuration Wizard"
+msgstr "Netstillingar"
-#: ../../netconnect.pm_.c:244 ../../standalone/draknet_.c:557
-msgid "Your personal phone number"
-msgstr ""
+#: ../../network/isdn.pm_.c:22
+#, fuzzy
+msgid "External ISDN modem"
+msgstr "F. snillinga"
-#: ../../netconnect.pm_.c:245 ../../standalone/draknet_.c:558
-msgid "Provider name (ex provider.net)"
+#: ../../network/isdn.pm_.c:22
+msgid "Internal ISDN card"
msgstr ""
-#: ../../netconnect.pm_.c:246 ../../standalone/draknet_.c:559
+#: ../../network/isdn.pm_.c:22
#, fuzzy
-msgid "Provider phone number"
-msgstr "Smanmer"
-
-#: ../../netconnect.pm_.c:247
-msgid "Provider dns 1"
-msgstr ""
+msgid "What kind is your ISDN connection?"
+msgstr "Vi hvaa ratengi er msin n tengd?"
-#: ../../netconnect.pm_.c:248
-msgid "Provider dns 2"
+#: ../../network/isdn.pm_.c:45
+msgid ""
+"Which ISDN configuration do you prefer?\n"
+"\n"
+"* The Old configuration uses isdn4net. It contains powerfull\n"
+" tools, but is tricky to configure, and not standard.\n"
+"\n"
+"* The New configuration is easier to understand, more\n"
+" standard, but with less tools.\n"
+"\n"
+"We recommand the light configuration.\n"
msgstr ""
-#: ../../netconnect.pm_.c:249 ../../standalone/draknet_.c:564
+#: ../../network/isdn.pm_.c:54
#, fuzzy
-msgid "Dialing mode"
-msgstr "Hringja inn me mtaldi"
+msgid "New configuration (isdn-light)"
+msgstr "Les uppsetningarskr"
-#: ../../netconnect.pm_.c:250 ../../standalone/draknet_.c:562
+#: ../../network/isdn.pm_.c:54
#, fuzzy
-msgid "Account Login (user name)"
-msgstr "Tengipunktur"
+msgid "Old configuration (isdn4net)"
+msgstr "Les uppsetningarskr"
-#: ../../netconnect.pm_.c:251 ../../standalone/draknet_.c:563
+#: ../../network/isdn.pm_.c:170 ../../network/isdn.pm_.c:188
+#: ../../network/isdn.pm_.c:198 ../../network/isdn.pm_.c:205
+#: ../../network/isdn.pm_.c:215
#, fuzzy
-msgid "Account Password"
-msgstr "Lykilor"
+msgid "ISDN Configuration"
+msgstr "Uppsetning"
+
+#: ../../network/isdn.pm_.c:170
+msgid ""
+"Select your provider.\n"
+" If it's not in the list, choose Unlisted"
+msgstr ""
-#: ../../netconnect.pm_.c:261
-msgid "Europe"
+#: ../../network/isdn.pm_.c:183
+msgid "Europe protocol"
msgstr ""
-#: ../../netconnect.pm_.c:261
-msgid "Europe (EDSS1)"
+#: ../../network/isdn.pm_.c:183
+msgid "Europe protocol (EDSS1)"
msgstr ""
-#: ../../netconnect.pm_.c:263
+#: ../../network/isdn.pm_.c:185
#, fuzzy
-msgid "Rest of the world"
+msgid "Protocol for the rest of the world"
msgstr "Prfunar skilgreining"
-#: ../../netconnect.pm_.c:263
+#: ../../network/isdn.pm_.c:185
msgid ""
-"Rest of the world \n"
+"Protocol for the rest of the world \n"
" no D-Channel (leased lines)"
msgstr ""
-#: ../../netconnect.pm_.c:267
+#: ../../network/isdn.pm_.c:189
#, fuzzy
msgid "Which protocol do you want to use ?"
msgstr "Hvaa sneitegund viltu?"
-#: ../../netconnect.pm_.c:277
+#: ../../network/isdn.pm_.c:199
#, fuzzy
msgid "What kind of card do you have?"
msgstr "Hvernig prentara ertu me?"
-#: ../../netconnect.pm_.c:278
+#: ../../network/isdn.pm_.c:200
msgid "I don't know"
msgstr ""
-#: ../../netconnect.pm_.c:278
+#: ../../network/isdn.pm_.c:200
#, fuzzy
msgid "ISA / PCMCIA"
msgstr "PCMCIA"
-#: ../../netconnect.pm_.c:278
+#: ../../network/isdn.pm_.c:200
#, fuzzy
msgid "PCI"
msgstr "PCMCIA"
-#: ../../netconnect.pm_.c:284
+#: ../../network/isdn.pm_.c:206
msgid ""
"\n"
"If you have an ISA card, the values on the next screen should be right.\n"
@@ -5229,255 +5570,155 @@ msgid ""
"If you have a PCMCIA card, you have to know the irq and io of your card.\n"
msgstr ""
-#: ../../netconnect.pm_.c:288
+#: ../../network/isdn.pm_.c:210
msgid "Abort"
msgstr ""
-#: ../../netconnect.pm_.c:288
+#: ../../network/isdn.pm_.c:210
#, fuzzy
msgid "Continue"
msgstr "Halda samt fram?"
-#: ../../netconnect.pm_.c:294
+#: ../../network/isdn.pm_.c:216
#, fuzzy
msgid "Which is your ISDN card ?"
msgstr " hvaa tmasvi ertu?"
-#: ../../netconnect.pm_.c:314
+#: ../../network/isdn.pm_.c:235
msgid ""
"I have detected an ISDN PCI Card, but I don't know the type. Please select "
"one PCI card on the next screen."
msgstr ""
-#: ../../netconnect.pm_.c:323
+#: ../../network/isdn.pm_.c:244
msgid "No ISDN PCI card found. Please select one on the next screen."
msgstr ""
-#: ../../netconnect.pm_.c:371
-msgid ""
-"No ethernet network adapter has been detected on your system.\n"
-"I cannot set up this connection type."
-msgstr ""
-
-#: ../../netconnect.pm_.c:375 ../../standalone/drakgw_.c:232
-#, fuzzy
-msgid "Choose the network interface"
-msgstr "Veldu nja str"
-
-#: ../../netconnect.pm_.c:376
-#, fuzzy
-msgid ""
-"Please choose which network adapter you want to use to connect to Internet"
-msgstr "Vi hvaa ratengi er msin n tengd?"
-
-#: ../../netconnect.pm_.c:385 ../../netconnect.pm_.c:700
-#: ../../netconnect.pm_.c:845 ../../standalone/drakgw_.c:223
-msgid "Network interface"
-msgstr ""
-
-#: ../../netconnect.pm_.c:386
-msgid ""
-"\n"
-"Do you agree?"
-msgstr ""
-
-#: ../../netconnect.pm_.c:386
-#, fuzzy
-msgid "I'm about to restart the network device:\n"
-msgstr "Viltu prfa skilgreininguna"
-
-#: ../../netconnect.pm_.c:484
-#, fuzzy
-msgid "ADSL configuration"
-msgstr "Uppsetning"
-
-#: ../../netconnect.pm_.c:485
-#, fuzzy
-msgid "Do you want to start your connection at boot?"
-msgstr "Viltu nota aboot?"
-
-#: ../../netconnect.pm_.c:620
+#: ../../network/modem.pm_.c:39
#, fuzzy
msgid "Please choose which serial port your modem is connected to."
msgstr "Hvaa ratengi er mtaldi tengt vi?"
-#: ../../netconnect.pm_.c:625
+#: ../../network/modem.pm_.c:44
msgid "Dialup options"
msgstr "Innhringistillingar"
-#: ../../netconnect.pm_.c:626 ../../standalone/draknet_.c:566
+#: ../../network/modem.pm_.c:45 ../../standalone/draknet_.c:622
msgid "Connection name"
msgstr "Nafn tengingar"
-#: ../../netconnect.pm_.c:627 ../../standalone/draknet_.c:567
+#: ../../network/modem.pm_.c:46 ../../standalone/draknet_.c:623
#, fuzzy
msgid "Phone number"
msgstr "Smanmer"
-#: ../../netconnect.pm_.c:628 ../../standalone/draknet_.c:568
+#: ../../network/modem.pm_.c:47 ../../standalone/draknet_.c:624
msgid "Login ID"
msgstr "Notendanafn"
-#: ../../netconnect.pm_.c:630 ../../standalone/draknet_.c:570
-msgid "Authentication"
-msgstr "Aukenning"
+#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
+msgid "CHAP"
+msgstr "CHAP"
-#: ../../netconnect.pm_.c:630 ../../standalone/draknet_.c:570
+#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
msgid "PAP"
msgstr "PAP"
-#: ../../netconnect.pm_.c:630 ../../standalone/draknet_.c:570
+#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
msgid "Script-based"
msgstr "Me skriftu"
-#: ../../netconnect.pm_.c:630 ../../standalone/draknet_.c:570
+#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
msgid "Terminal-based"
msgstr "Me skjhermi"
-#: ../../netconnect.pm_.c:631 ../../standalone/draknet_.c:571
+#: ../../network/modem.pm_.c:50 ../../standalone/draknet_.c:627
msgid "Domain name"
msgstr "Nafn lns"
-#: ../../netconnect.pm_.c:632 ../../standalone/draknet_.c:572
+#: ../../network/modem.pm_.c:51 ../../standalone/draknet_.c:628
#, fuzzy
msgid "First DNS Server (optional)"
msgstr "Aal nafnamilari"
-#: ../../netconnect.pm_.c:633 ../../standalone/draknet_.c:573
+#: ../../network/modem.pm_.c:52 ../../standalone/draknet_.c:629
#, fuzzy
msgid "Second DNS Server (optional)"
msgstr "Vara nafnamilari"
-#: ../../netconnect.pm_.c:701
-msgid ""
-"I'm about to restart the network device $netc->{NET_DEVICE}. Do you agree?"
-msgstr ""
-
-#: ../../netconnect.pm_.c:745
+#: ../../network/netconnect.pm_.c:34
msgid ""
"\n"
"You can disconnect or reconfigure your connection."
msgstr ""
-#: ../../netconnect.pm_.c:745 ../../netconnect.pm_.c:748
+#: ../../network/netconnect.pm_.c:34 ../../network/netconnect.pm_.c:37
#, fuzzy
msgid ""
"\n"
"You can reconfigure your connection."
msgstr "Stilla nettengingu"
-#: ../../netconnect.pm_.c:745
+#: ../../network/netconnect.pm_.c:34
#, fuzzy
msgid "You are currently connected to internet."
msgstr "Hvaa disk viltu fra til?"
-#: ../../netconnect.pm_.c:748
+#: ../../network/netconnect.pm_.c:37
#, fuzzy
msgid ""
"\n"
"You can connect to Internet or reconfigure your connection."
msgstr "Nafn tengingar"
-#: ../../netconnect.pm_.c:748
+#: ../../network/netconnect.pm_.c:37
#, fuzzy
msgid "You are not currently connected to Internet."
msgstr "Hvaa disk viltu fra til?"
-#: ../../netconnect.pm_.c:752 ../../standalone/net_monitor_.c:81
+#: ../../network/netconnect.pm_.c:41
#, fuzzy
-msgid "Connect to Internet"
+msgid "Connect"
msgstr "Nafn tengingar"
-#: ../../netconnect.pm_.c:754
+#: ../../network/netconnect.pm_.c:43
#, fuzzy
-msgid "Disconnect from Internet"
-msgstr "Nafn tengingar"
+msgid "Disconnect"
+msgstr "Veldu prenttengingu"
-#: ../../netconnect.pm_.c:756
+#: ../../network/netconnect.pm_.c:45
#, fuzzy
-msgid "Configure network connection (LAN or Internet)"
+msgid "Configure the connection"
msgstr "Stilla nettengingu"
-#: ../../netconnect.pm_.c:759
+#: ../../network/netconnect.pm_.c:50
#, fuzzy
msgid "Internet connection & configuration"
msgstr "Veldu prenttengingu"
-#: ../../netconnect.pm_.c:811 ../../netconnect.pm_.c:961
-#: ../../netconnect.pm_.c:971 ../../netconnect.pm_.c:986
-#, fuzzy
-msgid "Network Configuration Wizard"
-msgstr "Netstillingar"
-
-#: ../../netconnect.pm_.c:812
-#, fuzzy
-msgid "External ISDN modem"
-msgstr "F. snillinga"
-
-#: ../../netconnect.pm_.c:812
-msgid "Internal ISDN card"
-msgstr ""
-
-#: ../../netconnect.pm_.c:812
-#, fuzzy
-msgid "What kind is your ISDN connection?"
-msgstr "Vi hvaa ratengi er msin n tengd?"
-
-#: ../../netconnect.pm_.c:833 ../../netconnect.pm_.c:882
-#, fuzzy
-msgid "Connect to the Internet"
-msgstr "Nafn tengingar"
-
-#: ../../netconnect.pm_.c:834
-msgid ""
-"The most common way to connect with adsl is pppoe.\n"
-"Some connections use pptp, a few ones use dhcp.\n"
-"If you don't know, choose 'use pppoe'"
-msgstr ""
-
-#: ../../netconnect.pm_.c:836
-msgid "use dhcp"
-msgstr ""
-
-#: ../../netconnect.pm_.c:836
-msgid "use pppoe"
-msgstr ""
-
-#: ../../netconnect.pm_.c:836
-msgid "use pptp"
-msgstr ""
-
-#: ../../netconnect.pm_.c:846
+#: ../../network/netconnect.pm_.c:100
#, fuzzy, c-format
-msgid "I'm about to restart the network device %s. Do you agree?"
-msgstr "Viltu prfa skilgreininguna"
-
-#: ../../netconnect.pm_.c:883
-#, fuzzy
-msgid ""
-"Which dhcp client do you want to use?\n"
-"Default is dhcpcd"
-msgstr "Hvaa sneitegund viltu?"
-
-#: ../../netconnect.pm_.c:900
-#, fuzzy
-msgid "Network configuration"
-msgstr "Netstillingar"
-
-#: ../../netconnect.pm_.c:901
-#, fuzzy
-msgid "Do you want to restart the network"
-msgstr "Viltu prfa skilgreininguna"
+msgid "We are now going to configure the %s connection."
+msgstr "Stilla nettengingu"
-#: ../../netconnect.pm_.c:904
+#: ../../network/netconnect.pm_.c:109
#, fuzzy, c-format
msgid ""
-"A problem occured while restarting the network: \n"
"\n"
-"%s"
-msgstr "Viltu prfa skilgreininguna"
+"\n"
+"\n"
+"We are now going to configure the %s connection.\n"
+"\n"
+"\n"
+"Press OK to continue."
+msgstr "Stilla nettengingu"
+
+#: ../../network/netconnect.pm_.c:138 ../../network/netconnect.pm_.c:252
+#: ../../network/netconnect.pm_.c:271 ../../network/tools.pm_.c:57
+msgid "Network Configuration"
+msgstr "Netstillingar"
-#: ../../netconnect.pm_.c:935
+#: ../../network/netconnect.pm_.c:139
msgid ""
"Because you are doing a network installation, your network is already "
"configured.\n"
@@ -5485,7 +5726,7 @@ msgid ""
"Internet & Network connection.\n"
msgstr ""
-#: ../../netconnect.pm_.c:962
+#: ../../network/netconnect.pm_.c:165
msgid ""
"Welcome to The Network Configuration Wizard\n"
"\n"
@@ -5493,108 +5734,128 @@ msgid ""
"If you don't want to use the auto detection, deselect the checkbox.\n"
msgstr ""
-#: ../../netconnect.pm_.c:964
+#: ../../network/netconnect.pm_.c:167
#, fuzzy
msgid "Choose the profile to configure"
msgstr "Veldu nja str"
-#: ../../netconnect.pm_.c:965
+#: ../../network/netconnect.pm_.c:168
msgid "Use auto detection"
msgstr ""
-#: ../../netconnect.pm_.c:971 ../../printerdrake.pm_.c:19
+#: ../../network/netconnect.pm_.c:175
msgid "Detecting devices..."
msgstr "Leita a tkjum..."
-#: ../../netconnect.pm_.c:978
+#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
#, fuzzy
msgid "Normal modem connection"
msgstr "Stilla nettengingu"
-#: ../../netconnect.pm_.c:978
+#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
#, fuzzy, c-format
msgid "detected on port %s"
msgstr "%s tengipunktur er n egar til"
-#: ../../netconnect.pm_.c:979
+#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
#, fuzzy
msgid "ISDN connection"
msgstr "Veldu prenttengingu"
-#: ../../netconnect.pm_.c:979
+#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
#, c-format
msgid "detected %s"
msgstr ""
-#: ../../netconnect.pm_.c:980
+#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
#, fuzzy
-msgid "DSL (or ADSL) connection"
-msgstr "Stilla nettengingu"
+msgid "ADSL connection"
+msgstr "Veldu prenttengingu"
-#: ../../netconnect.pm_.c:980
+#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
#, c-format
msgid "detected on interface %s"
msgstr ""
-#: ../../netconnect.pm_.c:981
+#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
#, fuzzy
msgid "Cable connection"
msgstr "Veldu prenttengingu"
-#: ../../netconnect.pm_.c:982
+#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
+#, fuzzy
+msgid "cable connection detected"
+msgstr "Veldu prenttengingu"
+
+#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
#, fuzzy
msgid "LAN connection"
msgstr "Veldu prenttengingu"
-#: ../../netconnect.pm_.c:982
+#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
msgid "ethernet card(s) detected"
msgstr ""
-#: ../../netconnect.pm_.c:987
+#: ../../network/netconnect.pm_.c:202
#, fuzzy
-msgid "How do you want to connect to the Internet?"
-msgstr "Hvaa disk viltu fra til?"
+msgid "Choose the connection you want to configure"
+msgstr "Veldu forriti sem vilt nota"
-#: ../../netconnect.pm_.c:1004
+#: ../../network/netconnect.pm_.c:226
msgid ""
-"Congratulation, The network and internet configuration is finished.\n"
+"You have configured multiple ways to connect to the Internet.\n"
+"Choose the one you want to use.\n"
"\n"
-"The configuration will now be applied to your system."
msgstr ""
-#: ../../netconnect.pm_.c:1007
-msgid ""
-"After that is done, we recommend you to restart your X\n"
-"environnement to avoid hostname changing problem."
+#: ../../network/netconnect.pm_.c:227
+#, fuzzy
+msgid "Internet connection"
+msgstr "Veldu prenttengingu"
+
+#: ../../network/netconnect.pm_.c:233
+#, fuzzy
+msgid "Do you want to start the connection at boot?"
+msgstr "Viltu nota aboot?"
+
+#: ../../network/netconnect.pm_.c:247
+#, fuzzy
+msgid "Network configuration"
+msgstr "Netstillingar"
+
+#: ../../network/netconnect.pm_.c:248
+msgid "The network needs to be restarted"
msgstr ""
-#: ../../network.pm_.c:253
-msgid "no network card found"
-msgstr "ekkert netkort fannst"
+#: ../../network/netconnect.pm_.c:252
+#, fuzzy, c-format
+msgid ""
+"A problem occured while restarting the network: \n"
+"\n"
+"%s"
+msgstr "Viltu prfa skilgreininguna"
-#: ../../network.pm_.c:277 ../../network.pm_.c:387
-msgid "Configuring network"
-msgstr "Stilli staarnetstenginu"
+#: ../../network/netconnect.pm_.c:261
+msgid ""
+"Congratulations, the network and Internet configuration is finished.\n"
+"The configuration will now be applied to your system.\n"
+"\n"
+msgstr ""
-#: ../../network.pm_.c:278
-#, fuzzy
+#: ../../network/netconnect.pm_.c:265
msgid ""
-"Please enter your host name if you know it.\n"
-"Some DHCP servers require the hostname to work.\n"
-"Your host name should be a fully-qualified host name,\n"
-"such as ``mybox.mylab.myco.com''."
+"After this is done, we recommend that you restart your X environment to "
+"avoid any hostname-related problems."
msgstr ""
-"Slu inn heiti vlarinnar. Vlarheiti arf a vera fullt \n"
-"heiti, t.d. odinn.grimsey.is mtt lka sl inn IP \n"
-"vistfang gttarinnar ef veist hva a vistfang er.\n"
-"Gttin gefur r agang t r staarnetinu (t.d. Interneti)."
-#: ../../network.pm_.c:282 ../../network.pm_.c:392
-#, fuzzy
-msgid "Host name"
-msgstr "Vlarheiti:"
+#: ../../network/netconnect.pm_.c:266
+msgid ""
+"Problems occured during configuration.\n"
+"Test your connection via net_monitor or mcc. If your connection doesn't "
+"work, you might want to relaunch the configuration"
+msgstr ""
-#: ../../network.pm_.c:319
+#: ../../network/network.pm_.c:292
msgid ""
"WARNING: This device has been previously configured to connect to the "
"Internet.\n"
@@ -5602,7 +5863,7 @@ msgid ""
"Modifying the fields below will override this configuration."
msgstr ""
-#: ../../network.pm_.c:324
+#: ../../network/network.pm_.c:297
msgid ""
"Please enter the IP configuration for this machine.\n"
"Each item should be entered as an IP address in dotted-decimal\n"
@@ -5612,40 +5873,40 @@ msgstr ""
" a vera IP tala ritu me punkt milli.\n"
"(dmi 192.168.1.13)"
-#: ../../network.pm_.c:333 ../../network.pm_.c:334
+#: ../../network/network.pm_.c:306 ../../network/network.pm_.c:307
#, c-format
msgid "Configuring network device %s"
msgstr "Stilli nettki %s"
-#: ../../network.pm_.c:334
-msgid " (driver $module)"
-msgstr ""
+#: ../../network/network.pm_.c:307
+#, fuzzy, c-format
+msgid " (driver %s)"
+msgstr "XFree86 jnn: %s\n"
-#: ../../network.pm_.c:336 ../../standalone/draknet_.c:231
-#: ../../standalone/draknet_.c:427
+#: ../../network/network.pm_.c:309 ../../standalone/draknet_.c:232
+#: ../../standalone/draknet_.c:468
#, fuzzy
msgid "IP address"
msgstr "IP vistfang:"
-#: ../../network.pm_.c:337 ../../standalone/draknet_.c:428
+#: ../../network/network.pm_.c:310 ../../standalone/draknet_.c:469
#, fuzzy
msgid "Netmask"
msgstr "Netsa:"
-#: ../../network.pm_.c:338
+#: ../../network/network.pm_.c:311
msgid "(bootp/dhcp)"
msgstr "(bootp/dhcp)"
-#: ../../network.pm_.c:338
+#: ../../network/network.pm_.c:311
msgid "Automatic IP"
msgstr "Sjlfvirkt IP"
-#: ../../network.pm_.c:359 ../../printerdrake.pm_.c:102
-#: ../../printerdrake.pm_.c:425
+#: ../../network/network.pm_.c:332 ../../printerdrake.pm_.c:712
msgid "IP address should be in format 1.2.3.4"
msgstr "IP vistfang a vera sniinu 192.168.1.10"
-#: ../../network.pm_.c:388
+#: ../../network/network.pm_.c:361
msgid ""
"Please enter your host name.\n"
"Your host name should be a fully-qualified host name,\n"
@@ -5657,44 +5918,166 @@ msgstr ""
"vistfang gttarinnar ef veist hva a vistfang er.\n"
"Gttin gefur r agang t r staarnetinu (t.d. Interneti)."
-#: ../../network.pm_.c:393
+#: ../../network/network.pm_.c:366
msgid "DNS server"
msgstr "Nafnamilari"
-#: ../../network.pm_.c:394 ../../standalone/draknet_.c:565
-msgid "Gateway"
-msgstr "Gtt"
+#: ../../network/network.pm_.c:367
+#, c-format
+msgid "Gateway (e.g. %s)"
+msgstr ""
-#: ../../network.pm_.c:396
+#: ../../network/network.pm_.c:369
msgid "Gateway device"
msgstr "Gtt (tki)"
-#: ../../network.pm_.c:407
+#: ../../network/network.pm_.c:381
#, fuzzy
msgid "Proxies configuration"
msgstr "Lokauppsetning"
-#: ../../network.pm_.c:408
+#: ../../network/network.pm_.c:382
msgid "HTTP proxy"
msgstr "HTTP sel:"
-#: ../../network.pm_.c:409
+#: ../../network/network.pm_.c:383
msgid "FTP proxy"
msgstr "FTP Sel:"
-#: ../../network.pm_.c:412
+#: ../../network/network.pm_.c:384
+msgid "Track network card id (usefull for laptops)"
+msgstr ""
+
+#: ../../network/network.pm_.c:387
msgid "Proxy should be http://..."
msgstr "Sel a vera http://..."
-#: ../../network.pm_.c:413
+#: ../../network/network.pm_.c:388
msgid "Proxy should be ftp://..."
msgstr "Sel a vera ftp://..."
-#: ../../partition_table.pm_.c:563
+#: ../../network/tools.pm_.c:39
+#, fuzzy
+msgid "Internet configuration"
+msgstr "Sel stillingar"
+
+#: ../../network/tools.pm_.c:40
+#, fuzzy
+msgid "Do you want to try to connect to the Internet now?"
+msgstr "Viltu prfa skilgreininguna"
+
+#: ../../network/tools.pm_.c:44 ../../standalone/draknet_.c:197
+#, fuzzy
+msgid "Testing your connection..."
+msgstr "Stilla nettengingu"
+
+#: ../../network/tools.pm_.c:50
+#, fuzzy
+msgid "The system is now connected to Internet."
+msgstr "Hvaa disk viltu fra til?"
+
+#: ../../network/tools.pm_.c:51
+msgid "For Security reason, it will be disconnected now."
+msgstr ""
+
+#: ../../network/tools.pm_.c:52
+#, fuzzy
+msgid ""
+"The system doesn't seem to be connected to internet.\n"
+"Try to reconfigure your connection."
+msgstr "Nafn tengingar"
+
+#: ../../network/tools.pm_.c:76
+#, fuzzy
+msgid "Connection Configuration"
+msgstr "Sel stillingar"
+
+#: ../../network/tools.pm_.c:77
+msgid "Please fill or check the field below"
+msgstr ""
+
+#: ../../network/tools.pm_.c:79 ../../standalone/draknet_.c:608
+msgid "Card IRQ"
+msgstr ""
+
+#: ../../network/tools.pm_.c:80 ../../standalone/draknet_.c:609
+msgid "Card mem (DMA)"
+msgstr ""
+
+#: ../../network/tools.pm_.c:81 ../../standalone/draknet_.c:610
+msgid "Card IO"
+msgstr ""
+
+#: ../../network/tools.pm_.c:82 ../../standalone/draknet_.c:611
+msgid "Card IO_0"
+msgstr ""
+
+#: ../../network/tools.pm_.c:83 ../../standalone/draknet_.c:612
+msgid "Card IO_1"
+msgstr ""
+
+#: ../../network/tools.pm_.c:84 ../../standalone/draknet_.c:613
+msgid "Your personal phone number"
+msgstr ""
+
+#: ../../network/tools.pm_.c:85 ../../standalone/draknet_.c:614
+msgid "Provider name (ex provider.net)"
+msgstr ""
+
+#: ../../network/tools.pm_.c:86 ../../standalone/draknet_.c:615
+#, fuzzy
+msgid "Provider phone number"
+msgstr "Smanmer"
+
+#: ../../network/tools.pm_.c:87 ../../standalone/draknet_.c:616
+#, fuzzy
+msgid "Provider dns 1 (optional)"
+msgstr "Stillingar prentara"
+
+#: ../../network/tools.pm_.c:88 ../../standalone/draknet_.c:617
+#, fuzzy
+msgid "Provider dns 2 (optional)"
+msgstr "Stillingar prentara"
+
+#: ../../network/tools.pm_.c:89
+#, fuzzy
+msgid "Choose your country"
+msgstr "Veldu lyklabor"
+
+#: ../../network/tools.pm_.c:90 ../../standalone/draknet_.c:620
+#, fuzzy
+msgid "Dialing mode"
+msgstr "Hringja inn me mtaldi"
+
+#: ../../network/tools.pm_.c:91 ../../standalone/draknet_.c:632
+#, fuzzy
+msgid "Connection speed"
+msgstr "Nafn tengingar"
+
+#: ../../network/tools.pm_.c:92 ../../standalone/draknet_.c:633
+#, fuzzy
+msgid "Connection timeout (in sec)"
+msgstr "Nafn tengingar"
+
+#: ../../network/tools.pm_.c:93 ../../standalone/draknet_.c:618
+#, fuzzy
+msgid "Account Login (user name)"
+msgstr "Tengipunktur"
+
+#: ../../network/tools.pm_.c:94 ../../standalone/draknet_.c:619
+#, fuzzy
+msgid "Account Password"
+msgstr "Lykilor"
+
+#: ../../partition_table.pm_.c:600
+msgid "mount failed: "
+msgstr "tkst ekki a tengja: "
+
+#: ../../partition_table.pm_.c:664
msgid "Extended partition not supported on this platform"
msgstr ""
-#: ../../partition_table.pm_.c:581
+#: ../../partition_table.pm_.c:682
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 "
@@ -5704,26 +6087,21 @@ msgstr ""
"Eina lausnins er a fra aalsneiar svo a gati veri vi hliina "
"vibtasnei"
-#: ../../partition_table.pm_.c:675
-#, c-format
-msgid "Error reading file %s"
-msgstr "villa vi lestur r skrnni %s"
-
-#: ../../partition_table.pm_.c:682
+#: ../../partition_table.pm_.c:770
#, c-format
msgid "Restoring from file %s failed: %s"
msgstr "Villa vi lestur r skrnni %s: %s"
-#: ../../partition_table.pm_.c:684
+#: ../../partition_table.pm_.c:772
msgid "Bad backup file"
msgstr "Skemmd afritsskr"
-#: ../../partition_table.pm_.c:706
+#: ../../partition_table.pm_.c:794
#, c-format
msgid "Error writing to file %s"
msgstr "Villa vi a skrifa skrna %s"
-#: ../../partition_table_raw.pm_.c:161
+#: ../../partition_table_raw.pm_.c:186
msgid ""
"Something bad is happening on your drive. \n"
"A test to check the integrity of data has failed. \n"
@@ -5752,100 +6130,526 @@ msgstr "tki"
msgid "maybe"
msgstr "Rsikjarna"
-#: ../../printer.pm_.c:20
+#: ../../printer.pm_.c:23
+msgid "CUPS - Common Unix Printing System"
+msgstr ""
+
+#: ../../printer.pm_.c:24
+msgid "LPRng - LPR New Generation"
+msgstr ""
+
+#: ../../printer.pm_.c:25
+msgid "LPD - Line Printer Daemon"
+msgstr ""
+
+#: ../../printer.pm_.c:26
+msgid "PDQ - Print, Don't Queue"
+msgstr ""
+
+#: ../../printer.pm_.c:32 ../../printer.pm_.c:871
+msgid "CUPS"
+msgstr ""
+
+#: ../../printer.pm_.c:33
+msgid "LPRng"
+msgstr ""
+
+#: ../../printer.pm_.c:34
+msgid "LPD"
+msgstr ""
+
+#: ../../printer.pm_.c:35
+msgid "PDQ"
+msgstr ""
+
+#: ../../printer.pm_.c:47
msgid "Local printer"
msgstr "Stabundinn prentari"
-#: ../../printer.pm_.c:21
+#: ../../printer.pm_.c:48
#, fuzzy
msgid "Remote printer"
msgstr "Vifng fyrir fjartengda lpd prentara"
-#: ../../printer.pm_.c:23
+#: ../../printer.pm_.c:49
#, fuzzy
-msgid "Remote lpd server"
+msgid "Printer on remote CUPS server"
+msgstr "Fjartengd prentr"
+
+#: ../../printer.pm_.c:50 ../../printerdrake.pm_.c:734
+#, fuzzy
+msgid "Printer on remote lpd server"
msgstr "Fjartengdur"
-#: ../../printer.pm_.c:24
+#: ../../printer.pm_.c:51
#, fuzzy
-msgid "Network printer (socket)"
+msgid "Network printer (TCP/Socket)"
msgstr "Vifng NetWare prentara"
-#: ../../printer.pm_.c:25
-msgid "SMB/Windows 95/98/NT"
+#: ../../printer.pm_.c:52
+#, fuzzy
+msgid "Printer on SMB/Windows 95/98/NT server"
msgstr "SMB/Windows 95/98/NT"
-#: ../../printer.pm_.c:26
-msgid "NetWare"
-msgstr "NetWare"
+#: ../../printer.pm_.c:53
+#, fuzzy
+msgid "Printer on NetWare server"
+msgstr "Prentjnn"
-#: ../../printer.pm_.c:27 ../../printerdrake.pm_.c:158
-#: ../../printerdrake.pm_.c:160
+#: ../../printer.pm_.c:54 ../../printerdrake.pm_.c:738
#, fuzzy
-msgid "Printer Device URI"
+msgid "Enter a printer device URI"
msgstr "Prenttki:"
-#: ../../printerdrake.pm_.c:19
+#: ../../printer.pm_.c:55
+msgid "Pipe job into a command"
+msgstr ""
+
+#: ../../printer.pm_.c:504 ../../printer.pm_.c:695 ../../printer.pm_.c:1017
+#: ../../printerdrake.pm_.c:1665 ../../printerdrake.pm_.c:2730
+msgid "Unknown model"
+msgstr ""
+
+#: ../../printer.pm_.c:532
+#, fuzzy
+msgid "Local Printers"
+msgstr "Stabundinn prentari"
+
+#: ../../printer.pm_.c:534 ../../printer.pm_.c:872
+#, fuzzy
+msgid "Remote Printers"
+msgstr "Vifng fyrir fjartengda lpd prentara"
+
+#: ../../printer.pm_.c:541 ../../printerdrake.pm_.c:248
+#, c-format
+msgid " on parallel port \\/*%s"
+msgstr ""
+
+#: ../../printer.pm_.c:544 ../../printerdrake.pm_.c:250
+#, c-format
+msgid ", USB printer \\/*%s"
+msgstr ""
+
+#: ../../printer.pm_.c:549
+#, c-format
+msgid ", multi-function device on parallel port \\/*%s"
+msgstr ""
+
+#: ../../printer.pm_.c:552
+msgid ", multi-function device on USB"
+msgstr ""
+
+#: ../../printer.pm_.c:554
+msgid ", multi-function device on HP JetDirect"
+msgstr ""
+
+#: ../../printer.pm_.c:556
+msgid ", multi-function device"
+msgstr ""
+
+#: ../../printer.pm_.c:559
+#, fuzzy, c-format
+msgid ", printing to %s"
+msgstr "Villa vi a skrifa skrna %s"
+
+#: ../../printer.pm_.c:561
+#, c-format
+msgid "on LPD server \"%s\", printer \"%s\""
+msgstr ""
+
+#: ../../printer.pm_.c:563
+#, c-format
+msgid ", TCP/IP host \"%s\", port %s"
+msgstr ""
+
+#: ../../printer.pm_.c:567
+#, c-format
+msgid "on Windows server \"%s\", share \"%s\""
+msgstr ""
+
+#: ../../printer.pm_.c:571
+#, c-format
+msgid "on Novell server \"%s\", printer \"%s\""
+msgstr ""
+
+#: ../../printer.pm_.c:573
+#, c-format
+msgid ", using command %s"
+msgstr ""
+
+#: ../../printer.pm_.c:692 ../../printerdrake.pm_.c:1136
+msgid "Raw printer (No driver)"
+msgstr ""
+
+#: ../../printer.pm_.c:841
+#, fuzzy, c-format
+msgid "(on %s)"
+msgstr "(eining %s)"
+
+#: ../../printer.pm_.c:843
+msgid "(on this machine)"
+msgstr ""
+
+#: ../../printer.pm_.c:868
+#, fuzzy, c-format
+msgid "On CUPS server \"%s\""
+msgstr "Vistfang SMB jns"
+
+#: ../../printer.pm_.c:874 ../../printerdrake.pm_.c:2391
+#: ../../printerdrake.pm_.c:2402 ../../printerdrake.pm_.c:2618
+#: ../../printerdrake.pm_.c:2670 ../../printerdrake.pm_.c:2697
+#: ../../printerdrake.pm_.c:2867 ../../printerdrake.pm_.c:2869
+msgid " (Default)"
+msgstr " (Sjlfgefi)"
+
+#: ../../printerdrake.pm_.c:22
+msgid "Select Printer Connection"
+msgstr "Veldu prenttengingu"
+
+#: ../../printerdrake.pm_.c:23
+msgid "How is the printer connected?"
+msgstr "Hvernig er essi prentari tengdur?"
+
+#: ../../printerdrake.pm_.c:25
+msgid ""
+"\n"
+"Printers on remote CUPS servers you do not have to configure here; these "
+"printers will be automatically detected."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:69 ../../printerdrake.pm_.c:2454
+#, fuzzy
+msgid "CUPS configuration"
+msgstr "Uppsetning"
+
+#: ../../printerdrake.pm_.c:70 ../../printerdrake.pm_.c:2455
+#, fuzzy
+msgid "Specify CUPS server"
+msgstr "Fjartengd prentr"
+
+#: ../../printerdrake.pm_.c:71
+msgid ""
+"To get access to printers on remote CUPS servers in your local network you "
+"do not have to configure anything; the CUPS servers inform your machine "
+"automatically about their printers. All printers currently known to your "
+"machine are listed in the \"Remote printers\" section in the main window of "
+"Printerdrake. When your CUPS server is not in your local network, you have "
+"to enter the CUPS server IP address and optionally the port number to get "
+"the printer information from the server, otherwise leave these fields blank."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:72
+msgid ""
+"\n"
+"Normally, CUPS is automatically configured according to your network "
+"environment, so that you can access the printers on the CUPS servers in your "
+"local network. If this does not work correctly, turn off \"Automatic CUPS "
+"configuration\" and edit your file /etc/cups/cupsd.conf manually. Do not "
+"forget to restart CUPS afterwards (command: \"service cups restart\")."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:76
+#, fuzzy
+msgid "The IP address should look like 192.168.1.20"
+msgstr "IP vistfang a vera sniinu 192.168.1.10"
+
+#: ../../printerdrake.pm_.c:80 ../../printerdrake.pm_.c:862
+msgid "The port number should be an integer!"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:87
+#, fuzzy
+msgid "CUPS server IP"
+msgstr "Vistfang SMB jns"
+
+#: ../../printerdrake.pm_.c:88 ../../printerdrake.pm_.c:855
+#, fuzzy
+msgid "Port"
+msgstr "Llegt"
+
+#: ../../printerdrake.pm_.c:90
+#, fuzzy
+msgid "Automatic CUPS configuration"
+msgstr "Lokauppsetning"
+
+#: ../../printerdrake.pm_.c:145 ../../standalone/scannerdrake_.c:42
+#, fuzzy
+msgid "Detecting devices ..."
+msgstr "Leita a tkjum..."
+
+#: ../../printerdrake.pm_.c:145 ../../standalone/scannerdrake_.c:42
msgid "Test ports"
msgstr "Prfa tengi"
-#: ../../printerdrake.pm_.c:40
+#: ../../printerdrake.pm_.c:167 ../../printerdrake.pm_.c:2437
+#: ../../printerdrake.pm_.c:2556
+#, fuzzy
+msgid "Add a new printer"
+msgstr "Stabundinn prentari"
+
+#: ../../printerdrake.pm_.c:168
+msgid ""
+"\n"
+"Welcome to the Printer Setup Wizard\n"
+"\n"
+"This wizard allows you to install local or remote printers to be used from "
+"this machine and also from other machines in the network.\n"
+"\n"
+"It asks you for all necessary information to set up the printer and gives "
+"you access to all available printer drivers, driver options, and printer "
+"connection types."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:176 ../../printerdrake.pm_.c:203
+#: ../../printerdrake.pm_.c:378 ../../printerdrake.pm_.c:393
+#: ../../printerdrake.pm_.c:403 ../../printerdrake.pm_.c:466
+#, fuzzy
+msgid "Local Printer"
+msgstr "Stabundinn prentari"
+
+#: ../../printerdrake.pm_.c:177
+msgid ""
+"\n"
+"Welcome to the Printer Setup Wizard\n"
+"\n"
+"This wizard will help you to install your printer(s) connected to this "
+"computer.\n"
+"\n"
+"Please plug in your printer(s) on this computer and turn it/them on. Click "
+"on \"Next\" when you are ready, and on \"Cancel\" when you do not want to "
+"set up your printer(s) now.\n"
+"\n"
+"Note that some computers can crash during the printer auto-detection, turn "
+"off \"Auto-detect printers\" to do a printer installation without auto-"
+"detection. Use the \"Expert Mode\" of printerdrake when you want to set up "
+"printing on a remote printer if printerdrake does not list it automatically."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:186
+#, fuzzy
+msgid "Auto-detect printers"
+msgstr "Vifng fyrir fjartengda lpd prentara"
+
+#: ../../printerdrake.pm_.c:204
+msgid ""
+"\n"
+"Congratulations, your printer is now installed and configured!\n"
+"\n"
+"You can print using the \"Print\" command of your application (usually in "
+"the \"File\" menu).\n"
+"\n"
+"If you want to add, remove, or rename a printer, or if you want to change "
+"the default option settings (paper input tray, printout quality, ...), "
+"select \"Printer\" in the \"Hardware\" section of the Mandrake Control "
+"Center."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:223
+msgid "Auto-Detection of Printers"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:224
+msgid ""
+"Printerdrake is able to auto-detect your locally connected parallel and USB "
+"printers for you, but note that on some systems the auto-detection CAN "
+"FREEZE YOUR SYSTEM AND THIS CAN LEAD TO CORRUPTED FILE SYSTEMS! So do it ON "
+"YOUR OWN RISK!\n"
+"\n"
+"Do you really want to get your printers auto-detected?"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:227 ../../printerdrake.pm_.c:229
+#: ../../printerdrake.pm_.c:230
+#, fuzzy
+msgid "Do auto-detection"
+msgstr "Vifng fyrir fjartengda lpd prentara"
+
+#: ../../printerdrake.pm_.c:228
+#, fuzzy
+msgid "Set up printer manually"
+msgstr "Vifng fyrir fjartengda lpd prentara"
+
+#: ../../printerdrake.pm_.c:256
+#, fuzzy, c-format
+msgid "Detected %s"
+msgstr "%s tengipunktur er n egar til"
+
+#: ../../printerdrake.pm_.c:260 ../../printerdrake.pm_.c:287
+#: ../../printerdrake.pm_.c:306
#, c-format
-msgid "A printer, model \"%s\", has been detected on "
-msgstr "Prentari af gerinni \"%s\" fannst "
+msgid "Printer on parallel port \\/*%s"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:262 ../../printerdrake.pm_.c:289
+#: ../../printerdrake.pm_.c:311
+#, c-format
+msgid "USB printer \\/*%s"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:379
+msgid ""
+"No local printer found! To manually install a printer enter a device name/"
+"file name in the input line (Parallel Ports: /dev/lp0, /dev/lp1, ..., "
+"equivalent to LPT1:, LPT2:, ..., 1st USB printer: /dev/usb/lp0, 2nd USB "
+"printer: /dev/usb/lp1, ...)."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:383
+msgid "You must enter a device or file name!"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:394
+#, fuzzy
+msgid ""
+"No local printer found!\n"
+"\n"
+msgstr "Stabundinn prentari"
+
+#: ../../printerdrake.pm_.c:395
+msgid ""
+"Network printers can only be installed after the installation. Choose "
+"\"Hardware\" and then \"Printer\" in the Mandrake Control Center."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:396
+msgid ""
+"To install network printers, click \"Cancel\", switch to the \"Expert Mode"
+"\", and click \"Add a new printer\" again."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:407
+msgid ""
+"The following printer was auto-detected, if it is not the one you want to "
+"configure, enter a device name/file name in the input line"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:408
+msgid ""
+"Here is a list of all auto-detected printers. Please choose the printer you "
+"want to set up or enter a device name/file name in the input line"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:410
+msgid ""
+"The following printer was auto-detected. The configuration of the printer "
+"will work fully automatically. If your printer was not correctly detected or "
+"if you prefer a customized printer configuration, turn on \"Manual "
+"configuration\"."
+msgstr ""
-#: ../../printerdrake.pm_.c:52
-msgid "Local Printer Device"
-msgstr "Stabundi prenttki"
+#: ../../printerdrake.pm_.c:411
+msgid ""
+"Here is a list of all auto-detected printers. Please choose the printer you "
+"want to set up. The configuration of the printer will work fully "
+"automatically. If your printer was not correctly detected or if you prefer a "
+"customized printer configuration, turn on \"Manual configuration\"."
+msgstr ""
-#: ../../printerdrake.pm_.c:53
+#: ../../printerdrake.pm_.c:413
+msgid ""
+"Please choose the port where your printer is connected to or enter a device "
+"name/file name in the input line"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:414
#, fuzzy
+msgid "Please choose the port where your printer is connected to."
+msgstr "Hvaa ratengi er mtaldi tengt vi?"
+
+#: ../../printerdrake.pm_.c:416
msgid ""
-"What device is your printer connected to \n"
-"(note that /dev/lp0 is equivalent to LPT1:)?\n"
+" (Parallel Ports: /dev/lp0, /dev/lp1, ..., equivalent to LPT1:, LPT2:, ..., "
+"1st USB printer: /dev/usb/lp0, 2nd USB printer: /dev/usb/lp1, ...)."
msgstr ""
-"Vi hvaa tki er prentarinn inn tengdur\n"
-" (Athugau a /dev/lp0 er a sama og LPT1:)?\n"
-#: ../../printerdrake.pm_.c:55
+#: ../../printerdrake.pm_.c:421
#, fuzzy
-msgid "Printer Device"
+msgid "You must choose/enter a printer/device!"
msgstr "Prenttki:"
-#: ../../printerdrake.pm_.c:74
+#: ../../printerdrake.pm_.c:441
+#, fuzzy
+msgid "Manual configuration"
+msgstr "Uppsetning"
+
+#: ../../printerdrake.pm_.c:467
+msgid ""
+"Is your printer a multi-function device from HP (OfficeJet, PSC, PhotoSmart, "
+"LaserJet 1100/1200/1220/3200/3300 with scanner)?"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:482
+#, fuzzy
+msgid "Installing HPOJ package..."
+msgstr "Set inn pakka %s"
+
+#: ../../printerdrake.pm_.c:487
+msgid "Checking device and configuring HPOJ ..."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:505
+#, fuzzy
+msgid "Installing SANE package..."
+msgstr "Set inn pakka %s"
+
+#: ../../printerdrake.pm_.c:517
+msgid "Scanning on your HP multi-function device"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:534
+msgid "Making printer port available for CUPS ..."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:544 ../../printerdrake.pm_.c:1018
+#: ../../printerdrake.pm_.c:1132
+msgid "Reading printer database ..."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:624
msgid "Remote lpd Printer Options"
msgstr "Vifng fyrir fjartengda lpd prentara"
-#: ../../printerdrake.pm_.c:75
+#: ../../printerdrake.pm_.c:625
+#, fuzzy
msgid ""
-"To use a remote lpd print queue, you need to supply\n"
-"the hostname of the printer server and the queue name\n"
-"on that server which jobs should be placed in."
+"To use a remote lpd printer, you need to supply the hostname of the printer "
+"server and the printer name on that server."
msgstr ""
"Til ess a nota fjartengda lpd prentr arftu a gefa\n"
"upp vlarheiti prentjnsins og prentrina eim sem\n"
" vilt senda prentverkin ."
-#: ../../printerdrake.pm_.c:78
+#: ../../printerdrake.pm_.c:626
#, fuzzy
-msgid "Remote hostname"
+msgid "Remote host name"
msgstr "Prentjnn:"
-#: ../../printerdrake.pm_.c:79
-msgid "Remote queue"
-msgstr "Fjartengd prentr"
+#: ../../printerdrake.pm_.c:627
+#, fuzzy
+msgid "Remote printer name"
+msgstr "Vifng fyrir fjartengda lpd prentara"
-#: ../../printerdrake.pm_.c:88
+#: ../../printerdrake.pm_.c:630
+#, fuzzy
+msgid "Remote host name missing!"
+msgstr "Prentjnn:"
+
+#: ../../printerdrake.pm_.c:634
+#, fuzzy
+msgid "Remote printer name missing!"
+msgstr "Prentjnn:"
+
+#: ../../printerdrake.pm_.c:702
msgid "SMB (Windows 9x/NT) Printer Options"
msgstr "SMB/Windows 9x/NT prentvifng"
-#: ../../printerdrake.pm_.c:89
+#: ../../printerdrake.pm_.c:703
+#, fuzzy
msgid ""
-"To print to a SMB printer, you need to provide the\n"
-"SMB host name (Note! It may be different from its\n"
-"TCP/IP hostname!) and possibly the IP address of the print server, as\n"
-"well as the share name for the printer you wish to access and any\n"
-"applicable user name, password, and workgroup information."
+"To print to a SMB printer, you need to provide the SMB host name (Note! It "
+"may be different from its TCP/IP hostname!) and possibly the IP address of "
+"the print server, as well as the share name for the printer you wish to "
+"access and any applicable user name, password, and workgroup information."
msgstr ""
"Til ess a geta prenta SMB prentara arftu a gefa\n"
"upp SMB vlarheiti jnsins (sem er ekki endilega a\n"
@@ -5853,338 +6657,1058 @@ msgstr ""
"samt samntingarheiti prentarans, notandaheiti, lykilori og\n"
"vinnuhpsupplsingum fyrir prentarann."
-#: ../../printerdrake.pm_.c:94
+#: ../../printerdrake.pm_.c:704
msgid "SMB server host"
msgstr "Heiti SMB jns"
-#: ../../printerdrake.pm_.c:95
+#: ../../printerdrake.pm_.c:705
msgid "SMB server IP"
msgstr "Vistfang SMB jns"
-#: ../../printerdrake.pm_.c:96
+#: ../../printerdrake.pm_.c:706
msgid "Share name"
msgstr "Samntingarheiti"
-#: ../../printerdrake.pm_.c:99
+#: ../../printerdrake.pm_.c:709
msgid "Workgroup"
msgstr "Vinnuhpur"
-#: ../../printerdrake.pm_.c:124
+#: ../../printerdrake.pm_.c:716
+msgid "Either the server name or the server's IP must be given!"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:720
+msgid "Samba share name missing!"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:725
+msgid "SECURITY WARNING!"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:726
+#, c-format
+msgid ""
+"You are about to set up printing to a Windows account with password. Due to "
+"a fault in the architecture of the Samba client software the password is put "
+"in clear text into the command line of the Samba client used to transmit the "
+"print job to the Windows server. So it is possible for every user on this "
+"machine to display the password on the screen by issuing commands as \"ps "
+"auxwww\".\n"
+"\n"
+"We recommend to make use of one of the following alternatives (in all cases "
+"you have to make sure that only machines from your local network have access "
+"to your Windows server, for example by means of a firewall):\n"
+"\n"
+"Use a password-less account on your Windows server, as the \"GUEST\" account "
+"or a special account dedicated for printing. Do not remove the password "
+"protection from a personal account or the administrator account.\n"
+"\n"
+"Set up your Windows server to make the printer available under the LPD "
+"protocol. Then set up printing from this machine with the \"%s\" connection "
+"type in Printerdrake.\n"
+"\n"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:736
+#, c-format
+msgid ""
+"Set up your Windows server to make the printer available under the IPP "
+"protocol and set up printing from this machine with the \"%s\" connection "
+"type in Printerdrake.\n"
+"\n"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:739
+msgid ""
+"Connect your printer to a Linux server and let your Windows machine(s) "
+"connect to it as a client.\n"
+"\n"
+"Do you really want to continue setting up this printer as you are doing now?"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:801
msgid "NetWare Printer Options"
msgstr "Vifng NetWare prentara"
-#: ../../printerdrake.pm_.c:125
+#: ../../printerdrake.pm_.c:802
+#, fuzzy
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"
-"TCP/IP hostname!) as well as the print queue name for the printer you\n"
-"wish to access and any applicable user name and password."
+"To print on a NetWare printer, you need to provide the NetWare print server "
+"name (Note! it may be different from its TCP/IP hostname!) as well as the "
+"print queue name for the printer you wish to access and any applicable user "
+"name and password."
msgstr ""
"Til ess a geta prenta NetWare prentara arftu a gefa upp NetWare\n"
"vlarheiti jnsins (sem er ekki endilega a sama og TCP/IP vlarheiti)\n"
"samt heiti prentaraar, notandaheiti og lykilori fyrir\n"
"prentarann."
-#: ../../printerdrake.pm_.c:129
+#: ../../printerdrake.pm_.c:803
msgid "Printer Server"
msgstr "Prentjnn"
-#: ../../printerdrake.pm_.c:130
+#: ../../printerdrake.pm_.c:804
msgid "Print Queue Name"
msgstr "Heiti prentraar"
-#: ../../printerdrake.pm_.c:142
+#: ../../printerdrake.pm_.c:809
+msgid "NCP server name missing!"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:813
+msgid "NCP queue name missing!"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:852
#, fuzzy
-msgid "Socket Printer Options"
+msgid "TCP/Socket Printer Options"
msgstr "Vifng stabundinna prentara"
-#: ../../printerdrake.pm_.c:143
+#: ../../printerdrake.pm_.c:853
msgid ""
-"To print to a socket printer, you need to provide the\n"
-"hostname of the printer and optionally the port number."
+"To print to a TCP or socket printer, you need to provide the host name of "
+"the printer and optionally the port number. On HP JetDirect servers the port "
+"number is usually 9100, on other servers it can vary. See the manual of your "
+"hardware."
msgstr ""
-#: ../../printerdrake.pm_.c:145
+#: ../../printerdrake.pm_.c:854
#, fuzzy
-msgid "Printer Hostname"
+msgid "Printer host name"
msgstr "Stillingar prentara"
-#: ../../printerdrake.pm_.c:146 ../../printerdrake.pm_.c:422
+#: ../../printerdrake.pm_.c:858
#, fuzzy
-msgid "Port"
-msgstr "Llegt"
+msgid "Printer host name missing!"
+msgstr "Stillingar prentara"
+
+#: ../../printerdrake.pm_.c:887 ../../printerdrake.pm_.c:889
+#, fuzzy
+msgid "Printer Device URI"
+msgstr "Prenttki:"
-#: ../../printerdrake.pm_.c:159
-msgid "You can specify directly the URI to access the printer with CUPS."
+#: ../../printerdrake.pm_.c:888
+msgid ""
+"You can specify directly the URI to access the printer. The URI must fulfill "
+"either the CUPS or the Foomatic specifications. Note that not all URI types "
+"are supported by all the spoolers."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:903
+msgid "A valid URI must be entered!"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1004
+msgid ""
+"Every printer needs a name (for example \"printer\"). The Description and "
+"Location fields do not need to be filled in. They are comments for the users."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1005
+#, fuzzy
+msgid "Name of printer"
+msgstr "Stabundinn prentari"
+
+#: ../../printerdrake.pm_.c:1006
+#, fuzzy
+msgid "Description"
+msgstr "Stilla handvirkt"
+
+#: ../../printerdrake.pm_.c:1007
+#, fuzzy
+msgid "Location"
+msgstr "Upplsingar"
+
+#: ../../printerdrake.pm_.c:1021
+msgid "Preparing printer database ..."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1112
+#, fuzzy
+msgid "Your printer model"
+msgstr "Vifng fyrir fjartengda lpd prentara"
+
+#: ../../printerdrake.pm_.c:1113
+#, c-format
+msgid ""
+"Printerdrake has compared the model name resulting from the printer auto-"
+"detection with the models listed in its printer database to find the best "
+"match. This choice can be wrong, especially when your printer is not listed "
+"at all in the database. So check whether the choice is correct and click "
+"\"The model is correct\" if so and if not, click \"Select model manually\" "
+"so that you can choose your printer model manually on the next screen.\n"
+"\n"
+"For your printer Printerdrake has found:\n"
+"\n"
+"%s"
msgstr ""
-#: ../../printerdrake.pm_.c:192 ../../printerdrake.pm_.c:244
-msgid "What type of printer do you have?"
+#: ../../printerdrake.pm_.c:1118 ../../printerdrake.pm_.c:1121
+#, fuzzy
+msgid "The model is correct"
+msgstr "Er etta rtt?"
+
+#: ../../printerdrake.pm_.c:1119 ../../printerdrake.pm_.c:1120
+#: ../../printerdrake.pm_.c:1123
+#, fuzzy
+msgid "Select model manually"
+msgstr "Vifng fyrir fjartengda lpd prentara"
+
+#: ../../printerdrake.pm_.c:1139
+#, fuzzy
+msgid "Printer model selection"
+msgstr "Veldu prenttengingu"
+
+#: ../../printerdrake.pm_.c:1140
+#, fuzzy
+msgid "Which printer model do you have?"
msgstr "Hvernig prentara ertu me?"
-#: ../../printerdrake.pm_.c:204 ../../printerdrake.pm_.c:305
-msgid "Do you want to test printing?"
+#: ../../printerdrake.pm_.c:1141
+msgid ""
+"\n"
+"\n"
+"Please check whether Printerdrake did the auto-detection of your printer "
+"model correctly. Search the correct model in the list when the cursor is "
+"standing on a wrong model or on \"Raw printer\"."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1144
+msgid ""
+"If your printer is not listed, choose a compatible (see printer manual) or a "
+"similar one."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1220
+#, fuzzy
+msgid "OKI winprinter configuration"
+msgstr "Sel stillingar"
+
+#: ../../printerdrake.pm_.c:1221
+msgid ""
+"You are configuring an OKI laser winprinter. These printers\n"
+"use a very special communication protocol and therefore they work only when "
+"connected to the first parallel port. When your printer is connected to "
+"another port or to a print server box please connect the printer to the "
+"first parallel port before you print a test page. Otherwise the printer will "
+"not work. Your connection type setting will be ignored by the driver."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1264 ../../printerdrake.pm_.c:1291
+#, fuzzy
+msgid "Lexmark inkjet configuration"
+msgstr "Sel stillingar"
+
+#: ../../printerdrake.pm_.c:1265
+msgid ""
+"The inkjet printer drivers provided by Lexmark only support local printers, "
+"no printers on remote machines or print server boxes. Please connect your "
+"printer to a local port or configure it on the machine where it is connected "
+"to."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1292
+msgid ""
+"To be able to print with your Lexmark inkjet and this configuration, you "
+"need the inkjet printer drivers provided by Lexmark (http://www.lexmark."
+"com/). Go to the US site and click on the \"Drivers\" button. Then choose "
+"your model and afterwards \"Linux\" as operating system. The drivers come as "
+"RPM packages or shell scripts with interactive graphical installation. You "
+"do not need to do this configuration by the graphical frontends. Cancel "
+"directly after the license agreement. Then print printhead alignment pages "
+"with \"lexmarkmaintain\" and adjust the head alignment settings with this "
+"program."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1508
+msgid ""
+"Printer default settings\n"
+"\n"
+"You should make sure that the page size and the ink type/printing mode (if "
+"available) and also the hardware configuration of laser printers (memory, "
+"duplex unit, extra trays) are set correctly. Note that with a very high "
+"printout quality/resolution printing can get substantially slower."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1517
+#, c-format
+msgid "Option %s must be an integer number!"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1521
+#, c-format
+msgid "Option %s must be a number!"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1526
+#, c-format
+msgid "Option %s out of range!"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1565
+#, fuzzy, c-format
+msgid ""
+"Do you want to set this printer (\"%s\")\n"
+"as the default printer?"
msgstr "Viltu prenta t prufublasu?"
-#: ../../printerdrake.pm_.c:207 ../../printerdrake.pm_.c:316
+#: ../../printerdrake.pm_.c:1582
+#, fuzzy
+msgid "Test pages"
+msgstr "Prfa tengi"
+
+#: ../../printerdrake.pm_.c:1583
+msgid ""
+"Please select the test pages you want to print.\n"
+"Note: the photo test page can take a rather long time to get printed and on "
+"laser printers with too low memory it can even not come out. In most cases "
+"it is enough to print the standard test page."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1587
+#, fuzzy
+msgid "No test pages"
+msgstr "J, prenta bar prufusur"
+
+#: ../../printerdrake.pm_.c:1588
+#, fuzzy
+msgid "Print"
+msgstr "Prentari"
+
+#: ../../printerdrake.pm_.c:1590
+#, fuzzy
+msgid "Standard test page"
+msgstr "Forritun"
+
+#: ../../printerdrake.pm_.c:1593
+msgid "Alternative test page (Letter)"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1596
+#, fuzzy
+msgid "Alternative test page (A4)"
+msgstr "Prenta t prufublasu(r)..."
+
+#: ../../printerdrake.pm_.c:1598
+#, fuzzy
+msgid "Photo test page"
+msgstr "Prenta t prufublasu(r)..."
+
+#: ../../printerdrake.pm_.c:1602
+#, fuzzy
+msgid "Do not print any test page"
+msgstr "Prenta t prufublasu(r)..."
+
+#: ../../printerdrake.pm_.c:1610 ../../printerdrake.pm_.c:1747
msgid "Printing test page(s)..."
msgstr "Prenta t prufublasu(r)..."
-#: ../../printerdrake.pm_.c:214 ../../printerdrake.pm_.c:324
+#: ../../printerdrake.pm_.c:1635
#, c-format
msgid ""
-"Test page(s) have been sent to the printer daemon.\n"
-"This may take a little time before printer start.\n"
+"Test page(s) have been sent to the printer.\n"
+"It may take some time before the printer starts.\n"
"Printing status:\n"
"%s\n"
"\n"
-"Does it work properly?"
msgstr ""
-#: ../../printerdrake.pm_.c:218 ../../printerdrake.pm_.c:328
+#: ../../printerdrake.pm_.c:1639
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?"
+"Test page(s) have been sent to the printer.\n"
+"It may take some time before the printer starts.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:234
-msgid "Yes, print ASCII test page"
-msgstr "J, prenta ASCII prufusu"
+#: ../../printerdrake.pm_.c:1646
+msgid "Did it work properly?"
+msgstr ""
-#: ../../printerdrake.pm_.c:235
-msgid "Yes, print PostScript test page"
-msgstr "J, prenta PostScript prufusu"
+#: ../../printerdrake.pm_.c:1667 ../../printerdrake.pm_.c:2732
+#, fuzzy
+msgid "Raw printer"
+msgstr "Stabundinn prentari"
-#: ../../printerdrake.pm_.c:236
-msgid "Yes, print both test pages"
-msgstr "J, prenta bar prufusur"
+#: ../../printerdrake.pm_.c:1685
+#, c-format
+msgid ""
+"To print a file from the command line (terminal window) you can either use "
+"the command \"%s <file>\" or a graphical printing tool: \"xpp <file>\" or "
+"\"kprinter <file>\". The graphical tools allow you to choose the printer and "
+"to modify the option settings easily.\n"
+msgstr ""
-#: ../../printerdrake.pm_.c:243
-msgid "Configure Printer"
-msgstr "Stilla prentara"
+#: ../../printerdrake.pm_.c:1687
+msgid ""
+"These commands you can also use in the \"Printing command\" field of the "
+"printing dialogs of many applications, but here do not supply the file name "
+"because the file to print is provided by the application.\n"
+msgstr ""
-#: ../../printerdrake.pm_.c:273
-msgid "Printer options"
+#: ../../printerdrake.pm_.c:1690 ../../printerdrake.pm_.c:1706
+#: ../../printerdrake.pm_.c:1716
+#, c-format
+msgid ""
+"\n"
+"The \"%s\" command also allows to modify the option settings for a "
+"particular printing job. Simply add the desired settings to the command "
+"line, e. g. \"%s <file>\". "
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1693 ../../printerdrake.pm_.c:1732
+#, c-format
+msgid ""
+"To know about the options available for the current printer read either the "
+"list shown below or click on the \"Print option list\" button.%s\n"
+"\n"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1696
+msgid ""
+"Here is a list of the available printing options for the current printer:\n"
+"\n"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1701 ../../printerdrake.pm_.c:1711
+#, c-format
+msgid ""
+"To print a file from the command line (terminal window) use the command \"%s "
+"<file>\".\n"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1703 ../../printerdrake.pm_.c:1713
+#: ../../printerdrake.pm_.c:1723
+msgid ""
+"This command you can also use in the \"Printing command\" field of the "
+"printing dialogs of many applications. But here do not supply the file name "
+"because the file to print is provided by the application.\n"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1708 ../../printerdrake.pm_.c:1718
+msgid ""
+"To get a list of the options available for the current printer click on the "
+"\"Print option list\" button."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1721
+#, c-format
+msgid ""
+"To print a file from the command line (terminal window) use the command \"%s "
+"<file>\" or \"%s <file>\".\n"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1725
+msgid ""
+"You can also use the graphical interface \"xpdq\" for setting options and "
+"handling printing jobs.\n"
+"If you are using KDE as desktop environment you have a \"panic button\", an "
+"icon on the desktop, labeled with \"STOP Printer!\", which stops all print "
+"jobs immediately when you click it. This is for example useful for paper "
+"jams.\n"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1729
+#, c-format
+msgid ""
+"\n"
+"The \"%s\" and \"%s\" commands also allow to modify the option settings for "
+"a particular printing job. Simply add the desired settings to the command "
+"line, e. g. \"%s <file>\".\n"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1738 ../../printerdrake.pm_.c:1744
+#: ../../printerdrake.pm_.c:1745 ../../printerdrake.pm_.c:1746
+#: ../../printerdrake.pm_.c:2716 ../../standalone/drakbackup_.c:754
+#: ../../standalone/drakbackup_.c:2458 ../../standalone/drakfont_.c:577
+#: ../../standalone/drakfont_.c:791
+#, fuzzy
+msgid "Close"
+msgstr "USB ms"
+
+#: ../../printerdrake.pm_.c:1741 ../../printerdrake.pm_.c:1753
+#, fuzzy, c-format
+msgid "Printing/Scanning on \"%s\""
+msgstr "Keyri upp neti"
+
+#: ../../printerdrake.pm_.c:1742 ../../printerdrake.pm_.c:1754
+#, fuzzy, c-format
+msgid "Printing on the printer \"%s\""
+msgstr "Keyri upp neti"
+
+#: ../../printerdrake.pm_.c:1744
+#, fuzzy
+msgid "Print option list"
msgstr "Stillingar prentara"
-#: ../../printerdrake.pm_.c:274
-msgid "Paper Size"
-msgstr "Papprsstr"
+#: ../../printerdrake.pm_.c:1766
+#, c-format
+msgid ""
+"Your HP multi-function device was configured automatically to be able to "
+"scan. Now you can scan with \"scanimage\" (\"scanimage -d hp:%s\" to specify "
+"the scanner when you have more than one) from the command line or with the "
+"graphical interfaces \"xscanimage\" or \"xsane\". If you are using the GIMP, "
+"you can also scan by choosing the appropriate point in the \"File\"/\"Acquire"
+"\" menu. Call also \"man scanimage\" and \"man sane-hp\" on the command line "
+"to get more information.\n"
+"\n"
+"Do not use \"scannerdrake\" for this device!"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1772
+#, c-format
+msgid ""
+"Your HP multi-function device was configured automatically to be able to "
+"scan. Now you can scan from the command line with \"ptal-hp %s scan ...\". "
+"Scanning via a graphical interface or from the GIMP is not supported yet for "
+"your device. More information you will find in the \"/usr/share/doc/hpoj-0.8/"
+"ptal-hp-scan.html\" file on your system. If you have an HP LaserJet 1100 or "
+"1200 you can only scan when you have the scanner option installed.\n"
+"\n"
+"Do not use \"scannerdrake\" for this device!"
+msgstr ""
-#: ../../printerdrake.pm_.c:275
-msgid "Eject page after job?"
-msgstr "Koma blasu t eftir?"
+#: ../../printerdrake.pm_.c:1794 ../../printerdrake.pm_.c:2221
+#: ../../printerdrake.pm_.c:2485 ../../standalone/printerdrake_.c:49
+msgid "Reading printer data ..."
+msgstr ""
-#: ../../printerdrake.pm_.c:280
-msgid "Uniprint driver options"
-msgstr "Uniprint rekilvalkostir"
+#: ../../printerdrake.pm_.c:1814 ../../printerdrake.pm_.c:1842
+#: ../../printerdrake.pm_.c:1877
+#, fuzzy
+msgid "Transfer printer configuration"
+msgstr "Sel stillingar"
-#: ../../printerdrake.pm_.c:281
-msgid "Color depth options"
-msgstr "Stillingar litadpt"
+#: ../../printerdrake.pm_.c:1815
+#, c-format
+msgid ""
+"You can copy the printer configuration which you have done for the spooler %"
+"s to %s, your current spooler. All the configuration data (printer name, "
+"description, location, connection type, and default option settings) is "
+"overtaken, but jobs will not be transferred.\n"
+"Not all queues can be transferred due to the following reasons:\n"
+msgstr ""
-#: ../../printerdrake.pm_.c:283
-msgid "Print text as PostScript?"
+#: ../../printerdrake.pm_.c:1818
+msgid ""
+"CUPS does not support printers on Novell servers or printers sending the "
+"data into a free-formed command.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:285
-msgid "Fix stair-stepping text?"
-msgstr "Afstalla texta (trppurnar)?"
+#: ../../printerdrake.pm_.c:1820
+msgid ""
+"PDQ only supports local printers, remote LPD printers, and Socket/TCP "
+"printers.\n"
+msgstr ""
-#: ../../printerdrake.pm_.c:287
-msgid "Number of pages per output pages"
+#: ../../printerdrake.pm_.c:1822
+msgid "LPD and LPRng do not support IPP printers.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:288
-msgid "Right/Left margins in points (1/72 of inch)"
+#: ../../printerdrake.pm_.c:1824
+msgid ""
+"In addition, queues not created with this program or \"foomatic-configure\" "
+"cannot be transferred."
msgstr ""
-#: ../../printerdrake.pm_.c:289
-msgid "Top/Bottom margins in points (1/72 of inch)"
+#: ../../printerdrake.pm_.c:1825
+msgid ""
+"\n"
+"Also printers configured with the PPD files provided by their manufacturers "
+"or with native CUPS drivers cannot be transferred."
msgstr ""
-#: ../../printerdrake.pm_.c:291
-msgid "Extra GhostScript options"
+#: ../../printerdrake.pm_.c:1826
+msgid ""
+"\n"
+"Mark the printers which you want to transfer and click \n"
+"\"Transfer\"."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1829
+msgid "Do not transfer printers"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1830 ../../printerdrake.pm_.c:1847
+msgid "Transfer"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1843
+#, c-format
+msgid ""
+"A printer named \"%s\" already exists under %s. \n"
+"Click \"Transfer\" to overwrite it.\n"
+"You can also type a new name or skip this printer."
msgstr ""
-#: ../../printerdrake.pm_.c:293
+#: ../../printerdrake.pm_.c:1851
+msgid "Name of printer should contain only letters, numbers and the underscore"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1856
+#, c-format
+msgid ""
+"The printer \"%s\" already exists,\n"
+"do you really want to overwrite its configuration?"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1864
#, fuzzy
-msgid "Extra Text options"
-msgstr "Stillingar litadpt"
+msgid "New printer name"
+msgstr "Stabundinn prentari"
+
+#: ../../printerdrake.pm_.c:1867
+#, c-format
+msgid "Transferring %s ..."
+msgstr ""
-#: ../../printerdrake.pm_.c:295
-msgid "Reverse page order"
+#: ../../printerdrake.pm_.c:1878
+#, c-format
+msgid ""
+"You have transferred your former default printer (\"%s\"), Should it be also "
+"the default printer under the new printing system %s?"
msgstr ""
-#: ../../printerdrake.pm_.c:345
-msgid "Would you like to configure a printer?"
-msgstr "Viltu setja upp prentara?"
+#: ../../printerdrake.pm_.c:1887
+msgid "Refreshing printer data ..."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1895 ../../printerdrake.pm_.c:1966
+#: ../../printerdrake.pm_.c:1978
+#, fuzzy
+msgid "Configuration of a remote printer"
+msgstr "Stilla prentara"
-#: ../../printerdrake.pm_.c:351
+#: ../../printerdrake.pm_.c:1896
#, fuzzy
+msgid "Starting network ..."
+msgstr "Stilla nettengingu"
+
+#: ../../printerdrake.pm_.c:1930 ../../printerdrake.pm_.c:1934
+#: ../../printerdrake.pm_.c:1936
+#, fuzzy
+msgid "Configure the network now"
+msgstr "Stilla nettengingu"
+
+#: ../../printerdrake.pm_.c:1931
+#, fuzzy
+msgid "Network functionality not configured"
+msgstr "Skjr ekki skilgreindur"
+
+#: ../../printerdrake.pm_.c:1932
msgid ""
-"Here are the following print queues.\n"
-"You can add some more or change the existing ones."
+"You are going to configure a remote printer. This needs working network "
+"access, but your network is not configured yet. If you go on without network "
+"configuration, you will not be able to use the printer which you are "
+"configuring now. How do you want to proceed?"
msgstr ""
-"Hrna eru nverandi stillingar LILO .\n"
-" getur btt vi fleirum ea breytt essum."
-#: ../../printerdrake.pm_.c:370
+#: ../../printerdrake.pm_.c:1935
#, fuzzy
-msgid "CUPS starting"
-msgstr "tla"
+msgid "Go on without configuring the network"
+msgstr "Stilli staarnetstenginu"
-#: ../../printerdrake.pm_.c:370
-msgid "Reading CUPS drivers database..."
+#: ../../printerdrake.pm_.c:1968
+msgid ""
+"The network configuration done during the installation cannot be started "
+"now. Please check whether the network gets accessable after booting your "
+"system and correct the configuration using the Mandrake Control Center, "
+"section \"Network & Internet\"/\"Connection\", and afterwards set up the "
+"printer, also using the Mandrake Control Center, section \"Hardware\"/"
+"\"Printer\""
msgstr ""
-#: ../../printerdrake.pm_.c:384 ../../printerdrake.pm_.c:450
-#: ../../printerdrake.pm_.c:471 ../../printerdrake.pm_.c:479
-msgid "Select Printer Connection"
-msgstr "Veldu prenttengingu"
+#: ../../printerdrake.pm_.c:1969
+msgid ""
+"The network access was not running and could not be started. Please check "
+"your configuration and your hardware. Then try to configure your remote "
+"printer again."
+msgstr ""
-#: ../../printerdrake.pm_.c:385 ../../printerdrake.pm_.c:472
-msgid "How is the printer connected?"
-msgstr "Hvernig er essi prentari tengdur?"
+#: ../../printerdrake.pm_.c:1979
+#, fuzzy
+msgid "Restarting printing system ..."
+msgstr "Hvaa sneitegund viltu?"
-#: ../../printerdrake.pm_.c:392
+#: ../../printerdrake.pm_.c:2017
#, fuzzy
-msgid "Select Remote Printer Connection"
-msgstr "Veldu prenttengingu"
+msgid "high"
+msgstr "Htt"
+
+#: ../../printerdrake.pm_.c:2017
+#, fuzzy
+msgid "paranoid"
+msgstr "Taugaveikla"
+
+#: ../../printerdrake.pm_.c:2018
+#, c-format
+msgid "Installing a printing system in the %s security level"
+msgstr ""
-#: ../../printerdrake.pm_.c:393
+#: ../../printerdrake.pm_.c:2019
+#, c-format
msgid ""
-"With a remote CUPS server, you do not have to configure\n"
-"any printer here; printers will be automatically detected.\n"
-"In case of doubt, select \"Remote CUPS server\"."
+"You are about to install the printing system %s on a system running in the %"
+"s security level.\n"
+"\n"
+"This printing system runs a daemon (background process) which waits for "
+"print jobs and handles them. This daemon is also accessable by remote "
+"machines through the network and so it is a possible point for attacks. "
+"Therefore only a few selected daemons are started by default in this "
+"security level.\n"
+"\n"
+"Do you really want to configure printing on this machine?"
msgstr ""
-#: ../../printerdrake.pm_.c:416
+#: ../../printerdrake.pm_.c:2051
+#, fuzzy
+msgid "Starting the printing system at boot time"
+msgstr "Hvaa sneitegund viltu?"
+
+#: ../../printerdrake.pm_.c:2052
+#, c-format
msgid ""
-"With a remote CUPS server, you do not have to configure\n"
-"any printer here; printers will be automatically detected\n"
-"unless you have a server on a different network; in the\n"
-"latter case, you have to give the CUPS server IP address\n"
-"and optionally the port number."
+"The printing system (%s) will not be started automatically when the machine "
+"is booted.\n"
+"\n"
+"It is possible that the automatic starting was turned off by changing to a "
+"higher security level, because the printing system is a potential point for "
+"attacks.\n"
+"\n"
+"Do you want to have the automatic starting of the printing system turned on "
+"again?"
msgstr ""
-#: ../../printerdrake.pm_.c:421
+#: ../../printerdrake.pm_.c:2075 ../../printerdrake.pm_.c:2113
+#: ../../printerdrake.pm_.c:2143 ../../printerdrake.pm_.c:2176
+#: ../../printerdrake.pm_.c:2281
+msgid "Checking installed software..."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:2117
+msgid "Removing LPRng..."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:2147
+msgid "Removing LPD..."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:2205
#, fuzzy
-msgid "CUPS server IP"
-msgstr "Vistfang SMB jns"
+msgid "Select Printer Spooler"
+msgstr "Veldu prenttengingu"
+
+#: ../../printerdrake.pm_.c:2206
+#, fuzzy
+msgid "Which printing system (spooler) do you want to use?"
+msgstr "Hvaa sneitegund viltu?"
+
+#: ../../printerdrake.pm_.c:2239
+#, fuzzy, c-format
+msgid "Configuring printer \"%s\" ..."
+msgstr "Setja upp prentara"
-#: ../../printerdrake.pm_.c:429
-msgid "Port number should be numeric"
+#: ../../printerdrake.pm_.c:2252
+#, fuzzy
+msgid "Installing Foomatic ..."
+msgstr "Set inn pakka %s"
+
+#: ../../printerdrake.pm_.c:2309 ../../printerdrake.pm_.c:2348
+#: ../../printerdrake.pm_.c:2733 ../../printerdrake.pm_.c:2803
+msgid "Printer options"
+msgstr "Stillingar prentara"
+
+#: ../../printerdrake.pm_.c:2318
+msgid "Preparing PrinterDrake ..."
msgstr ""
-#: ../../printerdrake.pm_.c:451 ../../printerdrake.pm_.c:480
+#: ../../printerdrake.pm_.c:2335 ../../printerdrake.pm_.c:2890
#, fuzzy
-msgid "Remove queue"
-msgstr "Fjartengd prentr"
+msgid "Configuring applications..."
+msgstr "Setja upp prentara"
+
+#: ../../printerdrake.pm_.c:2355
+#, fuzzy
+msgid "Would you like to configure printing?"
+msgstr "Viltu setja upp prentara?"
+
+#: ../../printerdrake.pm_.c:2367
+msgid "Printing system: "
+msgstr ""
+
+#: ../../printerdrake.pm_.c:2415
+#, fuzzy
+msgid "Printerdrake"
+msgstr "Prentari"
+
+#: ../../printerdrake.pm_.c:2419
+msgid ""
+"The following printers are configured. Double-click on a printer to change "
+"its settings; to make it the default printer; to view information about it; "
+"or to make a printer on a remote CUPS server available for Star Office/"
+"OpenOffice.org."
+msgstr ""
-#: ../../printerdrake.pm_.c:454
+#: ../../printerdrake.pm_.c:2420
msgid ""
-"Name of printer should contains only letters, numbers and the underscore"
+"The following printers are configured. Double-click on a printer to change "
+"its settings; to make it the default printer; or to view information about "
+"it."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:2446
+msgid "Refresh printer list (to display all available remote CUPS printers)"
msgstr ""
-#: ../../printerdrake.pm_.c:461
+#: ../../printerdrake.pm_.c:2464
+#, fuzzy
+msgid "Change the printing system"
+msgstr "Stilla nettengingu"
+
+#: ../../printerdrake.pm_.c:2469 ../../standalone/draknet_.c:278
+#, fuzzy
+msgid "Normal Mode"
+msgstr "Venjulega"
+
+#: ../../printerdrake.pm_.c:2625 ../../printerdrake.pm_.c:2675
+#: ../../printerdrake.pm_.c:2884
#, fuzzy
+msgid "Do you want to configure another printer?"
+msgstr "Viltu prfa skilgreininguna"
+
+#: ../../printerdrake.pm_.c:2711
+#, fuzzy
+msgid "Modify printer configuration"
+msgstr "Sel stillingar"
+
+#: ../../printerdrake.pm_.c:2713
+#, fuzzy, c-format
msgid ""
-"Every printer need a name (for example lp).\n"
-"Other parameters such as the description of the printer or its location\n"
-"can be defined. What name should be used for this printer and\n"
-"how is the printer connected?"
+"Printer %s\n"
+"What do you want to modify on this printer?"
+msgstr "Viltu prfa skilgreininguna"
+
+#: ../../printerdrake.pm_.c:2717
+msgid "Do it!"
msgstr ""
-"Allar prentrair (sem taka vi prentverkum) urfa heiti\n"
-"(oft bara lp) og mppu. Hvaa heiti og mppu viltu nota fyrir\n"
-"essa prentr?"
-#: ../../printerdrake.pm_.c:465
+#: ../../printerdrake.pm_.c:2722 ../../printerdrake.pm_.c:2777
#, fuzzy
-msgid "Name of printer"
+msgid "Printer connection type"
+msgstr "Veldu prenttengingu"
+
+#: ../../printerdrake.pm_.c:2723 ../../printerdrake.pm_.c:2781
+#, fuzzy
+msgid "Printer name, description, location"
+msgstr "Veldu prenttengingu"
+
+#: ../../printerdrake.pm_.c:2725 ../../printerdrake.pm_.c:2796
+msgid "Printer manufacturer, model, driver"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:2726 ../../printerdrake.pm_.c:2797
+msgid "Printer manufacturer, model"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:2735 ../../printerdrake.pm_.c:2807
+msgid "Set this printer as the default"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:2737 ../../printerdrake.pm_.c:2812
+msgid "Add this printer to Star Office/OpenOffice.org"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:2738 ../../printerdrake.pm_.c:2821
+msgid "Remove this printer from Star Office/OpenOffice.org"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:2739 ../../printerdrake.pm_.c:2830
+#, fuzzy
+msgid "Print test pages"
+msgstr "Prenta t prufublasu(r)..."
+
+#: ../../printerdrake.pm_.c:2740 ../../printerdrake.pm_.c:2832
+#, fuzzy
+msgid "Know how to use this printer"
+msgstr "Viltu prfa skilgreininguna"
+
+#: ../../printerdrake.pm_.c:2742 ../../printerdrake.pm_.c:2834
+#, fuzzy
+msgid "Remove printer"
+msgstr "Vifng fyrir fjartengda lpd prentara"
+
+#: ../../printerdrake.pm_.c:2786
+#, fuzzy, c-format
+msgid "Removing old printer \"%s\" ..."
+msgstr "Vifng fyrir fjartengda lpd prentara"
+
+#: ../../printerdrake.pm_.c:2810
+#, fuzzy
+msgid "Default printer"
msgstr "Stabundinn prentari"
-#: ../../printerdrake.pm_.c:466
+#: ../../printerdrake.pm_.c:2811
+#, c-format
+msgid "The printer \"%s\" is set as the default printer now."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:2815 ../../printerdrake.pm_.c:2818
+msgid "Adding printer to Star Office/OpenOffice.org"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:2816
+#, c-format
+msgid ""
+"The printer \"%s\" was successfully added to Star Office/OpenOffice.org."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:2819
+#, c-format
+msgid "Failed to add the printer \"%s\" to Star Office/OpenOffice.org."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:2824 ../../printerdrake.pm_.c:2827
+msgid "Removing printer from Star Office/OpenOffice.org"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:2825
+#, c-format
+msgid ""
+"The printer \"%s\" was successfully removed from Star Office/OpenOffice.org."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:2828
+#, c-format
+msgid "Failed to remove the printer \"%s\" from Star Office/OpenOffice.org."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:2836
+#, fuzzy, c-format
+msgid "Do you really want to remove the printer \"%s\"?"
+msgstr "Viltu prfa skilgreininguna"
+
+#: ../../printerdrake.pm_.c:2838
+#, fuzzy, c-format
+msgid "Removing printer \"%s\" ..."
+msgstr "Vifng fyrir fjartengda lpd prentara"
+
+#: ../../proxy.pm_.c:29 ../../proxy.pm_.c:37 ../../proxy.pm_.c:58
+#: ../../proxy.pm_.c:78
#, fuzzy
-msgid "Description"
-msgstr "Stilla handvirkt"
+msgid "Proxy configuration"
+msgstr "Lokauppsetning"
-#: ../../printerdrake.pm_.c:467
+#: ../../proxy.pm_.c:30
+msgid ""
+"Welcome to the proxy configuration utility.\n"
+"\n"
+"Here, you'll be able to set up your http and ftp proxies\n"
+"with or without login and password\n"
+msgstr ""
+
+#: ../../proxy.pm_.c:38
+msgid ""
+"Please fill in the http proxy informations\n"
+"Leave it blank if you don't want an http proxy"
+msgstr ""
+
+#: ../../proxy.pm_.c:39 ../../proxy.pm_.c:60
+msgid "URL"
+msgstr ""
+
+#: ../../proxy.pm_.c:40 ../../proxy.pm_.c:61
#, fuzzy
-msgid "Location"
-msgstr "Upplsingar"
+msgid "port"
+msgstr "Llegt"
-#: ../../printerdrake.pm_.c:482
+#: ../../proxy.pm_.c:44
#, fuzzy
+msgid "Url should begin with 'http:'"
+msgstr "Sel a vera http://..."
+
+#: ../../proxy.pm_.c:48 ../../proxy.pm_.c:69
+msgid "The port part should be numeric"
+msgstr ""
+
+#: ../../proxy.pm_.c:59
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?"
+"Please fill in the ftp proxy informations\n"
+"Leave it blank if you don't want an ftp proxy"
msgstr ""
-"Allar prentrair (sem taka vi prentverkum) urfa heiti\n"
-"(oft bara lp) og mppu. Hvaa heiti og mppu viltu nota fyrir\n"
-"essa prentr?"
-#: ../../printerdrake.pm_.c:489
+#: ../../proxy.pm_.c:65
#, fuzzy
-msgid "Name of queue"
-msgstr "Heiti prentraar:"
+msgid "Url should begin with 'ftp:'"
+msgstr "Sel a vera ftp://..."
-#: ../../printerdrake.pm_.c:490
+#: ../../proxy.pm_.c:79
+msgid ""
+"Please enter proxy login and password, if any.\n"
+"Leave it blank if you don't want login/passwd"
+msgstr ""
+
+#: ../../proxy.pm_.c:80
#, fuzzy
-msgid "Spool directory"
-msgstr "Mappa prentraar:"
+msgid "login"
+msgstr "Belgskt"
-#: ../../printerdrake.pm_.c:491
+#: ../../proxy.pm_.c:82
#, fuzzy
-msgid "Printer Connection"
-msgstr "Veldu prenttengingu"
+msgid "password"
+msgstr "Lykilor"
-#: ../../raid.pm_.c:33
+#: ../../proxy.pm_.c:84
+#, fuzzy
+msgid "re-type password"
+msgstr "Ekkert lykilor"
+
+#: ../../proxy.pm_.c:88
+#, fuzzy
+msgid "The passwords don't match. Try again!"
+msgstr "Mismunandi lykilor"
+
+#: ../../raid.pm_.c:35
#, c-format
msgid "Can't add a partition to _formatted_ RAID md%d"
msgstr ""
-#: ../../raid.pm_.c:103
-msgid "Can't write file $file"
-msgstr ""
+#: ../../raid.pm_.c:111
+#, fuzzy, c-format
+msgid "Can't write file %s"
+msgstr "Villa vi a skrifa skrna %s"
-#: ../../raid.pm_.c:128
+#: ../../raid.pm_.c:136
msgid "mkraid failed"
msgstr ""
-#: ../../raid.pm_.c:128
+#: ../../raid.pm_.c:136
msgid "mkraid failed (maybe raidtools are missing?)"
msgstr ""
-#: ../../raid.pm_.c:144
+#: ../../raid.pm_.c:152
#, c-format
msgid "Not enough partitions for RAID level %d\n"
msgstr "Ekki ngu margar disksneiar fyrir RAID %d\n"
-#: ../../services.pm_.c:16
+#: ../../services.pm_.c:14
msgid "Launch the ALSA (Advanced Linux Sound Architecture) sound system"
msgstr ""
-#: ../../services.pm_.c:17
+#: ../../services.pm_.c:15
msgid "Anacron a periodic command scheduler."
msgstr ""
-#: ../../services.pm_.c:18
+#: ../../services.pm_.c:16
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:20
+#: ../../services.pm_.c:18
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:22
+#: ../../services.pm_.c:20
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 "
@@ -6192,7 +7716,7 @@ msgid ""
"UNIX cron, including better security and more powerful configuration options."
msgstr ""
-#: ../../services.pm_.c:25
+#: ../../services.pm_.c:23
msgid ""
"GPM adds mouse support to text-based Linux applications such the\n"
"Midnight Commander. It also allows mouse-based console cut-and-paste "
@@ -6200,19 +7724,18 @@ msgid ""
"and includes support for pop-up menus on the console."
msgstr ""
-#: ../../services.pm_.c:28
+#: ../../services.pm_.c:26
msgid ""
"HardDrake runs a hardware probe, and optionally configures\n"
"new/changed hardware."
msgstr ""
-#: ../../services.pm_.c:30
+#: ../../services.pm_.c:28 ../../standalone/logdrake_.c:412
msgid ""
-"Apache is a World Wide Web server. It is used to serve HTML files\n"
-"and CGI."
+"Apache is a World Wide Web server. It is used to serve HTML files and CGI."
msgstr ""
-#: ../../services.pm_.c:32
+#: ../../services.pm_.c:29
msgid ""
"The internet superserver daemon (commonly called inetd) starts a\n"
"variety of other internet services as needed. It is responsible for "
@@ -6222,89 +7745,89 @@ msgid ""
"all of the services it is responsible for."
msgstr ""
-#: ../../services.pm_.c:36
+#: ../../services.pm_.c:33
msgid ""
"Launch packet filtering for Linux kernel 2.2 series, to set\n"
"up a firewall to protect your machine from network attacks."
msgstr ""
-#: ../../services.pm_.c:38
+#: ../../services.pm_.c:35
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:41
+#: ../../services.pm_.c:38
msgid ""
"Automatic regeneration of kernel header in /boot for\n"
"/usr/include/linux/{autoconf,version}.h"
msgstr ""
-#: ../../services.pm_.c:43
+#: ../../services.pm_.c:40
msgid "Automatic detection and configuration of hardware at boot."
msgstr ""
-#: ../../services.pm_.c:44
+#: ../../services.pm_.c:41
msgid ""
"Linuxconf will sometimes arrange to perform various tasks\n"
"at boot-time to maintain the system configuration."
msgstr ""
-#: ../../services.pm_.c:46
+#: ../../services.pm_.c:43
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:48
+#: ../../services.pm_.c:45
msgid ""
"Linux Virtual Server, used to build a high-performance and highly\n"
"available server."
msgstr ""
-#: ../../services.pm_.c:50
+#: ../../services.pm_.c:47 ../../standalone/logdrake_.c:413
msgid ""
-"named (BIND) is a Domain Name Server (DNS) that is used to resolve\n"
-"host names to IP addresses."
+"named (BIND) is a Domain Name Server (DNS) that is used to resolve host "
+"names to IP addresses."
msgstr ""
-#: ../../services.pm_.c:52
+#: ../../services.pm_.c:48
msgid ""
"Mounts and unmounts all Network File System (NFS), SMB (Lan\n"
"Manager/Windows), and NCP (NetWare) mount points."
msgstr ""
-#: ../../services.pm_.c:54
+#: ../../services.pm_.c:50
msgid ""
"Activates/Deactivates all network interfaces configured to start\n"
"at boot time."
msgstr ""
-#: ../../services.pm_.c:56
+#: ../../services.pm_.c:52
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:59
+#: ../../services.pm_.c:55
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:61
+#: ../../services.pm_.c:57
msgid ""
"Automatically switch on numlock key locker under console\n"
"and XFree at boot."
msgstr ""
-#: ../../services.pm_.c:63
+#: ../../services.pm_.c:59
msgid "Support the OKI 4w and compatible winprinters."
msgstr ""
-#: ../../services.pm_.c:64
+#: ../../services.pm_.c:60
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 "
@@ -6312,7 +7835,7 @@ msgid ""
"it installed on machines that don't need it."
msgstr ""
-#: ../../services.pm_.c:67
+#: ../../services.pm_.c:63
msgid ""
"The portmapper manages RPC connections, which are used by\n"
"protocols such as NFS and NIS. The portmap server must be running on "
@@ -6320,97 +7843,315 @@ msgid ""
"which act as servers for protocols which make use of the RPC mechanism."
msgstr ""
-#: ../../services.pm_.c:70
+#: ../../services.pm_.c:66 ../../standalone/logdrake_.c:415
msgid ""
-"Postfix is a Mail Transport Agent, which is the program that\n"
-"moves mail from one machine to another."
+"Postfix is a Mail Transport Agent, which is the program that moves mail from "
+"one machine to another."
msgstr ""
-#: ../../services.pm_.c:72
+#: ../../services.pm_.c:67
msgid ""
"Saves and restores system entropy pool for higher quality random\n"
"number generation."
msgstr ""
-#: ../../services.pm_.c:74
+#: ../../services.pm_.c:69
msgid ""
"Assign raw devices to block devices (such as hard drive\n"
"partitions), for the use of applications such as Oracle"
msgstr ""
-#: ../../services.pm_.c:76
+#: ../../services.pm_.c:71
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:79
+#: ../../services.pm_.c:74
msgid ""
"The rstat protocol allows users on a network to retrieve\n"
"performance metrics for any machine on that network."
msgstr ""
-#: ../../services.pm_.c:81
+#: ../../services.pm_.c:76
msgid ""
"The rusers protocol allows users on a network to identify who is\n"
"logged in on other responding machines."
msgstr ""
-#: ../../services.pm_.c:83
+#: ../../services.pm_.c:78
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:85
+#: ../../services.pm_.c:80
msgid "Launch the sound system on your machine"
msgstr ""
-#: ../../services.pm_.c:86
+#: ../../services.pm_.c:81
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:88
+#: ../../services.pm_.c:83
msgid "Load the drivers for your usb devices."
msgstr ""
-#: ../../services.pm_.c:89
+#: ../../services.pm_.c:84
msgid "Starts the X Font Server (this is mandatory for XFree to run)."
msgstr ""
-#: ../../services.pm_.c:118
+#: ../../services.pm_.c:110 ../../services.pm_.c:152
msgid "Choose which services should be automatically started at boot time"
msgstr "Veldu r jnustur sem skal sjlfkrafa keyra vi rsingu"
-#: ../../services.pm_.c:137
+#: ../../services.pm_.c:122
+#, fuzzy
+msgid "Printing"
+msgstr "Prentari"
+
+#: ../../services.pm_.c:123
+#, fuzzy
+msgid "Internet"
+msgstr "Endursn..."
+
+#: ../../services.pm_.c:126
+msgid "File sharing"
+msgstr ""
+
+#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:934
+#, fuzzy
+msgid "System"
+msgstr "Mouse Systems"
+
+#: ../../services.pm_.c:133
+#, fuzzy
+msgid "Remote Administration"
+msgstr "Vifng fyrir fjartengda lpd prentara"
+
+#: ../../services.pm_.c:141
+#, fuzzy
+msgid "Database Server"
+msgstr "Prentjnn"
+
+#: ../../services.pm_.c:170
+#, c-format
+msgid "Services: %d activated for %d registered"
+msgstr ""
+
+#: ../../services.pm_.c:186
+#, fuzzy
+msgid "Services"
+msgstr "tki"
+
+#: ../../services.pm_.c:198
#, fuzzy
msgid "running"
msgstr "Avrun"
-#: ../../services.pm_.c:137
+#: ../../services.pm_.c:198
#, fuzzy
msgid "stopped"
msgstr "Bta aftan vi"
-#: ../../services.pm_.c:151
+#: ../../services.pm_.c:212
msgid "Services and deamons"
msgstr ""
-#: ../../services.pm_.c:156
+#: ../../services.pm_.c:217
msgid ""
-"No additionnal information\n"
+"No additional information\n"
"about this service, sorry."
msgstr ""
-#: ../../services.pm_.c:163
+#: ../../services.pm_.c:224
#, fuzzy
msgid "On boot"
msgstr "Rt"
-#: ../../standalone/diskdrake_.c:67
+#: ../../services.pm_.c:236
+#, fuzzy
+msgid "Start"
+msgstr "takmarka"
+
+#: ../../services.pm_.c:236
+#, fuzzy
+msgid "Stop"
+msgstr "Geiri"
+
+#: ../../share/advertising/00-thanks.pl_.c:9
+msgid "Thank you for choosing Mandrake Linux 8.2"
+msgstr ""
+
+#: ../../share/advertising/00-thanks.pl_.c:10
+msgid "Welcome to the Open Source world"
+msgstr ""
+
+#: ../../share/advertising/00-thanks.pl_.c:11
+msgid ""
+"The success of MandrakeSoft is based upon the principle of Free Software. "
+"Your new operating system is the result of collaborative work on the part of "
+"the worldwide Linux Community"
+msgstr ""
+
+#: ../../share/advertising/01-gnu.pl_.c:9
+#, fuzzy
+msgid "Join the Free Software world"
+msgstr "Prfunar skilgreining"
+
+#: ../../share/advertising/01-gnu.pl_.c:10
+msgid ""
+"Get to know the Open Source community and become a member. Learn, teach, and "
+"help others by joining the many discussion forums that you will find in our "
+"\"Community\" webpages"
+msgstr ""
+
+#: ../../share/advertising/02-internet.pl_.c:9
+#, fuzzy
+msgid "Internet and Messaging"
+msgstr "Endursn..."
+
+#: ../../share/advertising/02-internet.pl_.c:10
+msgid ""
+"Mandrake Linux 8.2 provides the best software to access everything the "
+"Internet has to offer: Surf the web & view animations with Mozilla and "
+"Konqueror, exchange email & organize your personal information with "
+"Evolution and Kmail, and much more"
+msgstr ""
+
+#: ../../share/advertising/03-graphic.pl_.c:9
+#, fuzzy
+msgid "Multimedia and Graphics"
+msgstr "Margmilun"
+
+#: ../../share/advertising/03-graphic.pl_.c:10
+msgid ""
+"Mandrake Linux 8.2 lets you push your multimedia computer to its limits! Use "
+"the latest software to play music and audio files, edit and organize your "
+"images and photos, watch TV and videos, and much more"
+msgstr ""
+
+#: ../../share/advertising/04-develop.pl_.c:9
+#, fuzzy
+msgid "Development"
+msgstr "Forritun"
+
+#: ../../share/advertising/04-develop.pl_.c:10
+msgid ""
+"Mandrake Linux 8.2 is the ultimate development platform. Discover the power "
+"of the GNU gcc compiler as well as the best Open Source development "
+"environments"
+msgstr ""
+
+#: ../../share/advertising/05-contcenter.pl_.c:9
+#, fuzzy
+msgid "Mandrake Control Center"
+msgstr "Nafn tengingar"
+
+#: ../../share/advertising/05-contcenter.pl_.c:10
+msgid ""
+"The Mandrake Linux 8.2 Control Center is a one-stop location for fully "
+"customizing and configuring your Mandrake system"
+msgstr ""
+
+#: ../../share/advertising/06-user.pl_.c:9
+#, fuzzy
+msgid "User interfaces"
+msgstr "Endursn..."
+
+#: ../../share/advertising/06-user.pl_.c:10
+msgid ""
+"Mandrake Linux 8.2 provides 11 different graphical desktop environments and "
+"window managers to choose from including GNOME 1.4, KDE 2.2.2, Window Maker "
+"0.8, and the rest"
+msgstr ""
+
+#: ../../share/advertising/07-server.pl_.c:9
+#, fuzzy
+msgid "Server Software"
+msgstr "Heiti SMB jns"
+
+#: ../../share/advertising/07-server.pl_.c:10
+msgid ""
+"Transform your machine into a powerful server with just a few clicks of the "
+"mouse: Web server, email, firewall, router, file and print server, ..."
+msgstr ""
+
+#: ../../share/advertising/08-games.pl_.c:9
+#, fuzzy
+msgid "Games"
+msgstr "Bi"
+
+#: ../../share/advertising/08-games.pl_.c:10
+msgid ""
+"Mandrake Linux 8.2 provides the best Open Source games - arcade, action, "
+"cards, sports, strategy, ..."
+msgstr ""
+
+#: ../../share/advertising/09-MDKcampus.pl_.c:9
+msgid "MandrakeCampus"
+msgstr ""
+
+#: ../../share/advertising/09-MDKcampus.pl_.c:10
+msgid ""
+"Would you like to learn Linux simply, quickly, and for free? MandrakeSoft "
+"provides free Linux training, as well as a way to test your progress, at "
+"MandrakeCampus -- our online training center"
+msgstr ""
+
+#: ../../share/advertising/10-MDKexpert.pl_.c:9
+#, fuzzy
+msgid "MandrakeExpert"
+msgstr "snillingur"
+
+#: ../../share/advertising/10-MDKexpert.pl_.c:10
+msgid ""
+"Quality support from the Linux Community, and from MandrakeSoft, is just "
+"around the corner. And if you're already a Linux veteran, become an \"Expert"
+"\" and share your knowledge at our support website"
+msgstr ""
+
+#: ../../share/advertising/11-consul.pl_.c:9
+msgid "MandrakeConsulting"
+msgstr ""
+
+#: ../../share/advertising/11-consul.pl_.c:10
+msgid ""
+"For all of your IT projects, our consultants are ready to analyze your "
+"requirements and offer a customized solution. Benefit from MandrakeSoft's "
+"vast experience as a Linux producer to provide a true IT alternative for "
+"your business organization"
+msgstr ""
+
+#: ../../share/advertising/12-MDKstore.pl_.c:9
+msgid "MandrakeStore"
+msgstr ""
+
+#: ../../share/advertising/12-MDKstore.pl_.c:10
+msgid ""
+"A full range of Linux solutions, as well as special offers on products and "
+"'goodies', are available online at our e-store"
+msgstr ""
+
+#: ../../share/advertising/13-Nvert.pl_.c:9
+msgid ""
+"For more information on MandrakeSoft's Professional Services and commercial "
+"offerings, please see the following web page:"
+msgstr ""
+
+#: ../../share/advertising/13-Nvert.pl_.c:11
+msgid "http://www.mandrakesoft.com/sales/contact"
+msgstr ""
+
+#: ../../standalone.pm_.c:25
+#, fuzzy
+msgid "Installing packages..."
+msgstr "Set inn pakka %s"
+
+#: ../../standalone/diskdrake_.c:85
msgid ""
"I can't read your partition table, it's too corrupted for me :(\n"
"I'll try to go on blanking bad partitions"
@@ -6418,16 +8159,1267 @@ msgstr ""
"g get ekki lesi disksneiatflu na, hn er of skemmd fyrir mig :-(\n"
"g mun reyna a halda fram me v a hreinsa skemmdar disksneiar"
-#: ../../standalone/drakgw_.c:37 ../../standalone/drakgw_.c:180
+#: ../../standalone/drakautoinst_.c:45
+#, fuzzy
+msgid "Error!"
+msgstr "Villa"
+
+#: ../../standalone/drakautoinst_.c:46
+#, c-format
+msgid "I can't find needed image file `%s'."
+msgstr ""
+
+#: ../../standalone/drakautoinst_.c:48
+#, fuzzy
+msgid "Auto Install Configurator"
+msgstr "Lokauppsetning"
+
+#: ../../standalone/drakautoinst_.c:49
+msgid ""
+"You are about to configure an Auto Install floppy. This feature is somewhat "
+"dangerous and must be used circumspectly.\n"
+"\n"
+"With that feature, you will be able to replay the installation you've "
+"performed on this computer, being interactively prompted for some steps, in "
+"order to change their values.\n"
+"\n"
+"For maximum safety, the partitioning and formatting will never be performed "
+"automatically, whatever you chose during the install of this computer.\n"
+"\n"
+"Do you want to continue?"
+msgstr ""
+
+#: ../../standalone/drakautoinst_.c:71
+#, fuzzy
+msgid "Automatic Steps Configuration"
+msgstr "Lokauppsetning"
+
+#: ../../standalone/drakautoinst_.c:72
+msgid ""
+"Please choose for each step whether it will replay like your install, or it "
+"will be manual"
+msgstr ""
+
+#: ../../standalone/drakautoinst_.c:145
+msgid ""
+"\n"
+"Welcome.\n"
+"\n"
+"The parameters of the auto-install are available in the sections on the left"
+msgstr ""
+
+#: ../../standalone/drakautoinst_.c:243 ../../standalone/drakgw_.c:671
+#: ../../standalone/scannerdrake_.c:106
+msgid "Congratulations!"
+msgstr "Til hamingju!"
+
+#: ../../standalone/drakautoinst_.c:244
+msgid ""
+"The floppy has been successfully generated.\n"
+"You may now replay your installation."
+msgstr ""
+
+#: ../../standalone/drakautoinst_.c:282
+#, fuzzy
+msgid "Auto Install"
+msgstr "Innsetning"
+
+#: ../../standalone/drakautoinst_.c:352
+#, fuzzy
+msgid "Add an item"
+msgstr "Bta vi notanda"
+
+#: ../../standalone/drakautoinst_.c:359
+#, fuzzy
+msgid "Remove the last item"
+msgstr "Forsn disksnei %s"
+
+#: ../../standalone/drakbackup_.c:448 ../../standalone/drakbackup_.c:451
+#: ../../standalone/drakbackup_.c:455
+msgid ""
+"***********************************************************************\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:449
+msgid ""
+"\n"
+" DrakBackup Report \n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:450
+msgid ""
+"\n"
+" DrakBackup Daemon Report\n"
+"\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:453
+msgid ""
+"\n"
+"\n"
+"***********************************************************************\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:454
+msgid ""
+"\n"
+" DrakBackup Report Details\n"
+"\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:476
+msgid "total progess"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:555 ../../standalone/drakbackup_.c:602
+msgid "Backup system files..."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:603 ../../standalone/drakbackup_.c:667
+#, fuzzy
+msgid "Hard Disk Backup files..."
+msgstr "Skemmd afritsskr"
+
+#: ../../standalone/drakbackup_.c:615
+#, fuzzy
+msgid "Backup User files..."
+msgstr "Skemmd afritsskr"
+
+#: ../../standalone/drakbackup_.c:616
+msgid "Hard Disk Backup Progress..."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:666
+#, fuzzy
+msgid "Backup Other files..."
+msgstr "Skemmd afritsskr"
+
+#: ../../standalone/drakbackup_.c:674
+#, c-format
+msgid ""
+"file list send by FTP : %s\n"
+" "
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:677
+msgid ""
+"\n"
+"(!) FTP connexion problem: It was not possible to send your backup files by "
+"FTP.\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:687
+msgid "(!) Error during mail sending. \n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:728 ../../standalone/drakbackup_.c:739
+#: ../../standalone/drakbackup_.c:750 ../../standalone/drakfont_.c:787
+#, fuzzy
+msgid "File Selection"
+msgstr "Val pakkahp"
+
+#: ../../standalone/drakbackup_.c:755
+msgid "Select the files or directories and click on 'Add'"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:790
+msgid ""
+"\n"
+"Please check all options that you need.\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:791
+msgid ""
+"These options can backup and restore all files in your /etc directory.\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:792
+msgid "Backup your System files. ( /etc directory )"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:793
+msgid "Use incremental backup (do not replace old backups)"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:794
+msgid "Do not include critical files (passwd, group, fstab)"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:795
+msgid ""
+"With this option you will be able to restore any version\n"
+" of your /etc directory."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:812
+msgid "Please check all users that you want to include in your backup."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:839
+msgid "Do not include the browser cache"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:840 ../../standalone/drakbackup_.c:864
+msgid "Use Incremental Backups (do not replace old backups)"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:862 ../../standalone/drakfont_.c:827
+#, fuzzy
+msgid "Remove Selected"
+msgstr "Fjartengd prentr"
+
+#: ../../standalone/drakbackup_.c:900
+msgid "Windows (FAT32)"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:939
+msgid "Users"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:964
+msgid "Use FTP connection to backup"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:967
+#, fuzzy
+msgid "Please enter the host name or IP."
+msgstr "Hvernig ms ertu me?"
+
+#: ../../standalone/drakbackup_.c:972
+msgid ""
+"Please enter the directory to\n"
+" put the backup on this host."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:977
+#, fuzzy
+msgid "Please enter your login"
+msgstr "Reyndu aftur"
+
+#: ../../standalone/drakbackup_.c:982
+#, fuzzy
+msgid "Please enter your password"
+msgstr "Hvernig ms ertu me?"
+
+#: ../../standalone/drakbackup_.c:988
+#, fuzzy
+msgid "Remember this password"
+msgstr "kvea rtarlykilor"
+
+#: ../../standalone/drakbackup_.c:1052 ../../standalone/drakbackup_.c:2048
+#, fuzzy
+msgid "FTP Connection"
+msgstr "Veldu prenttengingu"
+
+#: ../../standalone/drakbackup_.c:1059 ../../standalone/drakbackup_.c:2056
+#, fuzzy
+msgid "Secure Connection"
+msgstr "Veldu prenttengingu"
+
+#: ../../standalone/drakbackup_.c:1085 ../../standalone/drakbackup_.c:2889
+msgid "Use CD/DVDROM to backup"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1088 ../../standalone/drakbackup_.c:2893
+#, fuzzy
+msgid "Please choose your CD space"
+msgstr "Hvaa lyklaborsuppsetningu viltu?"
+
+#: ../../standalone/drakbackup_.c:1094 ../../standalone/drakbackup_.c:2905
+#, fuzzy
+msgid "Please check if you are using CDRW media"
+msgstr "Smelltu disksnei"
+
+#: ../../standalone/drakbackup_.c:1100 ../../standalone/drakbackup_.c:2911
+msgid "Please check if you want to erase your CDRW before"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1106
+#, fuzzy
+msgid ""
+"Please check if you want to include\n"
+" install boot on your CD."
+msgstr "Veldu pakkana sem vilt setja inn"
+
+#: ../../standalone/drakbackup_.c:1112
+msgid ""
+"Please enter your CD Writer device name\n"
+" ex: 0,1,0"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1153
+msgid "Use tape to backup"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1156
+msgid "Please enter the device name to use for backup"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1162 ../../standalone/drakbackup_.c:1203
+#: ../../standalone/drakbackup_.c:2013
+msgid ""
+"Please enter the maximum size\n"
+" allowed for Drakbackup"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1195 ../../standalone/drakbackup_.c:2005
+#, fuzzy
+msgid "Please enter the directory to save:"
+msgstr "Hvernig ms ertu me?"
+
+#: ../../standalone/drakbackup_.c:1209 ../../standalone/drakbackup_.c:2019
+#, fuzzy
+msgid "Use quota for backup files."
+msgstr "Skemmd afritsskr"
+
+#: ../../standalone/drakbackup_.c:1267
+#, fuzzy
+msgid "Network"
+msgstr "Geiri"
+
+#: ../../standalone/drakbackup_.c:1272
+msgid "CDROM / DVDROM"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1277
+msgid "HardDrive / NFS"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1297 ../../standalone/drakbackup_.c:1301
+#: ../../standalone/drakbackup_.c:1305
+msgid "hourly"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1298 ../../standalone/drakbackup_.c:1302
+#: ../../standalone/drakbackup_.c:1305
+msgid "daily"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1299 ../../standalone/drakbackup_.c:1303
+#: ../../standalone/drakbackup_.c:1305
+msgid "weekly"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1300 ../../standalone/drakbackup_.c:1304
+#: ../../standalone/drakbackup_.c:1305
+msgid "monthly"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1312
+#, fuzzy
+msgid "Use daemon"
+msgstr "Notandanafn:"
+
+#: ../../standalone/drakbackup_.c:1317
+msgid ""
+"Please choose the time \n"
+"interval between each backup"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1323
+#, fuzzy
+msgid ""
+"Please choose the\n"
+"media for backup."
+msgstr "Hvernig ms ertu me?"
+
+#: ../../standalone/drakbackup_.c:1327
+#, fuzzy
+msgid "Use Hard Drive with daemon"
+msgstr "Nota fnstillingar hrum disk(um)"
+
+#: ../../standalone/drakbackup_.c:1329
+msgid "Use FTP with daemon"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1333
+msgid "Please be sure that the cron daemon is included in your services."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1369
+msgid "Send mail report after each backup to :"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1411
+#, fuzzy
+msgid "What"
+msgstr "Augnablik"
+
+#: ../../standalone/drakbackup_.c:1416
+#, fuzzy
+msgid "Where"
+msgstr "stig"
+
+#: ../../standalone/drakbackup_.c:1421
+#, fuzzy
+msgid "When"
+msgstr "stig"
+
+#: ../../standalone/drakbackup_.c:1426
+#, fuzzy
+msgid "More Options"
+msgstr "Stillingar kjarnaeininga:"
+
+#: ../../standalone/drakbackup_.c:1445 ../../standalone/drakbackup_.c:2801
+#, fuzzy
+msgid "Drakbackup Configuration"
+msgstr "Uppsetning"
+
+#: ../../standalone/drakbackup_.c:1463
+#, fuzzy
+msgid "Please choose where you want to backup"
+msgstr "Veldu pakkana sem vilt setja inn"
+
+#: ../../standalone/drakbackup_.c:1465
+msgid "on Hard Drive"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1476
+msgid "across Network"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1540
+#, fuzzy
+msgid "Please choose what you want to backup"
+msgstr "Veldu pakkana sem vilt setja inn"
+
+#: ../../standalone/drakbackup_.c:1541
+#, fuzzy
+msgid "Backup system"
+msgstr "Setja upp skrarkerfi"
+
+#: ../../standalone/drakbackup_.c:1542
+msgid "Backup Users"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1545
+msgid "Select user manually"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1627
+msgid ""
+"\n"
+"Backup Sources: \n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1628
+msgid ""
+"\n"
+"- System Files:\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1630
+msgid ""
+"\n"
+"- User Files:\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1632
+msgid ""
+"\n"
+"- Other Files:\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1634
+#, c-format
+msgid ""
+"\n"
+"- Save on Hard drive on path : %s\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1635
+#, c-format
+msgid ""
+"\n"
+"- Save on FTP on host : %s\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1636
+#, c-format
+msgid ""
+"\t\t user name: %s\n"
+"\t\t on path: %s \n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1637
+#, fuzzy
+msgid ""
+"\n"
+"- Options:\n"
+msgstr "Upplsingar"
+
+#: ../../standalone/drakbackup_.c:1638
+msgid "\tDo not include System Files\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1639
+msgid "\tBackups use tar and bzip2\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1640
+msgid "\tBackups use tar and gzip\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1641
+#, c-format
+msgid ""
+"\n"
+"- Daemon (%s) include :\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1642
+msgid "\t-Hard drive.\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1643
+msgid "\t-CDROM.\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1644
+msgid "\t-Network by FTP.\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1645
+msgid "\t-Network by SSH.\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1647
+msgid "No configuration, please click Wizard or Advanced.\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1652
+msgid ""
+"List of data to restore:\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1753
+msgid ""
+"List of data corrupted:\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1755
+#, fuzzy
+msgid "Please uncheck or remove it on next time."
+msgstr "Hvaa ratengi er mtaldi tengt vi?"
+
+#: ../../standalone/drakbackup_.c:1765
+msgid "Backup files are corrupted"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1786
+msgid " All your selectionned data have been "
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1787
+#, c-format
+msgid " Successfuly Restored on %s "
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1886
+#, fuzzy
+msgid " Restore Configuration "
+msgstr "Netstillingar"
+
+#: ../../standalone/drakbackup_.c:1904
+msgid "OK to restore the other files."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1922
+msgid "User list to restore (only the most recent date per user is important)"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1972
+msgid "Backup the system files before:"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1974
+#, fuzzy
+msgid "please choose the date to restore"
+msgstr "Hvernig ms ertu me?"
+
+#: ../../standalone/drakbackup_.c:2002
+msgid "Use Hard Disk to backup"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2083
+#, fuzzy
+msgid "Restore from Hard Disk."
+msgstr "Endurheimta fr skr"
+
+#: ../../standalone/drakbackup_.c:2085
+msgid "Please enter the directory where backups are stored"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2143
+msgid "Select another media to restore from"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2145
+#, fuzzy
+msgid "Other Media"
+msgstr "Anna"
+
+#: ../../standalone/drakbackup_.c:2151
+#, fuzzy
+msgid "Restore system"
+msgstr "Setja kerfi inn"
+
+#: ../../standalone/drakbackup_.c:2152
+#, fuzzy
+msgid "Restore Users"
+msgstr "Endurheimta fr skr"
+
+#: ../../standalone/drakbackup_.c:2153
+#, fuzzy
+msgid "Restore Other"
+msgstr "Endurheimta fr skr"
+
+#: ../../standalone/drakbackup_.c:2155
+msgid "select path to restore (instead of / )"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2159
+msgid "Do new backup before restore (only for incremental backups.)"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2160
+msgid "Remove user directories before restore."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2217
+msgid "Restore all backups"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2225
+#, fuzzy
+msgid "Custom Restore"
+msgstr "Srlagaa"
+
+#: ../../standalone/drakbackup_.c:2266 ../../standalone/drakbackup_.c:2291
+#: ../../standalone/drakbackup_.c:2312 ../../standalone/drakbackup_.c:2333
+#: ../../standalone/drakbackup_.c:2351 ../../standalone/drakbackup_.c:2383
+#: ../../standalone/drakbackup_.c:2399 ../../standalone/drakbackup_.c:2419
+#: ../../standalone/drakbackup_.c:2438 ../../standalone/drakbackup_.c:2460
+#: ../../standalone/drakfont_.c:575
+#, fuzzy
+msgid "Help"
+msgstr "Hjlp"
+
+#: ../../standalone/drakbackup_.c:2269 ../../standalone/drakbackup_.c:2296
+#: ../../standalone/drakbackup_.c:2315 ../../standalone/drakbackup_.c:2336
+#: ../../standalone/drakbackup_.c:2354 ../../standalone/drakbackup_.c:2402
+#: ../../standalone/drakbackup_.c:2422 ../../standalone/drakbackup_.c:2441
+msgid "Previous"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2271 ../../standalone/drakbackup_.c:2338
+#: ../../standalone/logdrake_.c:224
+#, fuzzy
+msgid "Save"
+msgstr "netjnn"
+
+#: ../../standalone/drakbackup_.c:2317
+msgid "Build Backup"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2356 ../../standalone/drakbackup_.c:3033
+#, fuzzy
+msgid "Restore"
+msgstr "Endurstkka"
+
+#: ../../standalone/drakbackup_.c:2404 ../../standalone/drakbackup_.c:2424
+#: ../../standalone/drakbackup_.c:2445
+#, fuzzy
+msgid "Next"
+msgstr "Texta"
+
+#: ../../standalone/drakbackup_.c:2478
+msgid ""
+"Please Build backup before to restore it...\n"
+" or verify that your path to save is correct."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2499
+msgid ""
+"Error durind sendmail\n"
+" your report mail was not sent\n"
+" Please configure sendmail"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2522
+#, fuzzy
+msgid "Package List to Install"
+msgstr "Veldu pakka til a setja inn"
+
+#: ../../standalone/drakbackup_.c:2550
+msgid ""
+"Error durind sending file via FTP.\n"
+" Please correct your FTP configuration."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2573
+msgid "Please select data to restore..."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2594
+msgid "Please select media for backup..."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2616
+msgid "Please select data to backup..."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2638
+msgid ""
+"No configuration file found \n"
+"please click Wizard or Advanced."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2659
+msgid "Under Devel ... please wait."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2739
+#, fuzzy
+msgid "Backup system files"
+msgstr "Skemmd afritsskr"
+
+#: ../../standalone/drakbackup_.c:2741
+#, fuzzy
+msgid "Backup user files"
+msgstr "Skemmd afritsskr"
+
+#: ../../standalone/drakbackup_.c:2743
+#, fuzzy
+msgid "Backup other files"
+msgstr "Skemmd afritsskr"
+
+#: ../../standalone/drakbackup_.c:2745 ../../standalone/drakbackup_.c:2776
+msgid "Total Progress"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2767
+msgid "files sending by FTP"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2771
+#, fuzzy
+msgid "Sending files..."
+msgstr "Vista skr"
+
+#: ../../standalone/drakbackup_.c:2841
+msgid "Data list to include on CDROM."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2899
+#, fuzzy
+msgid "Please enter the cd writer speed"
+msgstr "Hvernig ms ertu me?"
+
+#: ../../standalone/drakbackup_.c:2917
+msgid "Please enter your CD Writer device name (ex: 0,1,0)"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2923
+#, fuzzy
+msgid "Please check if you want to include install boot on your CD."
+msgstr "Veldu pakkana sem vilt setja inn"
+
+#: ../../standalone/drakbackup_.c:2989
+#, fuzzy
+msgid "Backup Now from configuration file"
+msgstr "Netstillingar"
+
+#: ../../standalone/drakbackup_.c:2999
+#, fuzzy
+msgid "View Backup Configuration."
+msgstr "Netstillingar"
+
+#: ../../standalone/drakbackup_.c:3020
+#, fuzzy
+msgid "Wizard Configuration"
+msgstr "Uppsetning"
+
+#: ../../standalone/drakbackup_.c:3024
+#, fuzzy
+msgid "Advanced Configuration"
+msgstr "Uppsetning"
+
+#: ../../standalone/drakbackup_.c:3028
+msgid "Backup Now"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3053
+msgid "Drakbackup"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3104
+msgid ""
+"options description:\n"
+"\n"
+" In this step Drakbackup allow you to change:\n"
+"\n"
+" - The compression mode:\n"
+" \n"
+" If you check bzip2 compression, you will compress\n"
+" your data better than gzip (about 2-10 %).\n"
+" This option is not checked by default because\n"
+" this compression mode needs more time ( about 1000% more).\n"
+" \n"
+" - The update mode:\n"
+"\n"
+" This option will update your backup, but this\n"
+" option is not really useful because you need to\n"
+" decompress your backup before you can update it.\n"
+" \n"
+" - the .backupignore mode:\n"
+"\n"
+" Like with cvs, Drakbackup will ignore all references\n"
+" included in .backupignore files in each directories.\n"
+" ex: \n"
+" /*> cat .backupignore*/\n"
+" *.o\n"
+" *~\n"
+" ...\n"
+" \n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3134
+msgid ""
+"\n"
+" Some errors during sendmail are caused by \n"
+" a bad configuration of postfix. To solve it you have to\n"
+" set myhostname or mydomain in /etc/postfix/main.cf\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3142
+msgid ""
+"options description:\n"
+"\n"
+" - Backup system files:\n"
+" \n"
+"\tThis option allows you to backup your /etc directory,\n"
+"\twhich contains all configuration files. Please be\n"
+"\tcareful during the restore step to not overwrite:\n"
+"\t\t/etc/passwd \n"
+"\t\t/etc/group \n"
+"\t\t/etc/fstab\n"
+"\n"
+" - Backup User files: \n"
+"\n"
+"\tThis option allows you select all users that you want \n"
+"\tto backup.\n"
+"\tTo preserve disk space, it is recommended that you \n"
+"\tdo not include web browser's cache.\n"
+"\n"
+" - Backup Other files: \n"
+"\n"
+"\tThis option allows you to add more data to save.\n"
+"\tWith the other backup it's not possible at the \n"
+"\tmoment to select select incremental backup.\t\t\n"
+" \n"
+" - Incremental Backups:\n"
+"\n"
+"\tThe incremental backup is the most powerful \n"
+"\toption for backup. This option allows you \n"
+"\tto backup all your data the first time, and \n"
+"\tonly the changed afterward.\n"
+"\tThen you will be able, during the restore\n"
+"\tstep, to restore your data from a specified\n"
+"\tdate.\n"
+"\tIf you have not selected this option all\n"
+"\told backups are deleted before each backup. \n"
+"\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3181
+msgid ""
+"restore description:\n"
+" \n"
+"Only the most recent date will be used ,because with incremental \n"
+"backups it is necesarry to restore one by one each older backups.\n"
+"\n"
+"So if you don't like to restore an user please unselect all his\n"
+"check box.\n"
+"\n"
+"Otherwise, you are able to select only one of this\n"
+"\n"
+" - Incremental Backups:\n"
+"\n"
+"\tThe incremental backup is the most powerfull \n"
+"\toption to use backup, this option allow you \n"
+"\tto backup all your data the first time, and \n"
+"\tonly the changed after.\n"
+"\tSo you will be able during the restore\n"
+"\tstep, to restore your data from a specified\n"
+"\tdate.\n"
+"\tIf you have not selected this options all\n"
+"\told backups are deleted before each backup. \n"
+"\n"
+"\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3207 ../../standalone/drakbackup_.c:3282
+msgid ""
+" Copyright (C) 2001 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita.fr>"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3209 ../../standalone/drakbackup_.c:3284
+msgid ""
+" This program is free software; you can redistribute it and/or modify\n"
+" it under the terms of the GNU General Public License as published by\n"
+" the Free Software Foundation; either version 2, or (at your option)\n"
+" any later version.\n"
+"\n"
+" This program is distributed in the hope that it will be useful,\n"
+" but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
+" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
+" GNU General Public License for more details.\n"
+"\n"
+" You should have received a copy of the GNU General Public License\n"
+" along with this program; if not, write to the Free Software\n"
+" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3223
+msgid ""
+"Description:\n"
+"\n"
+" Drakbackup is used to backup your system.\n"
+" During the configuration you can select: \n"
+"\t- System files, \n"
+"\t- Users files, \n"
+"\t- Other files.\n"
+"\tor All your system ... and Other (like Windows Partitions)\n"
+"\n"
+" Drakbackup allows you to backup your system on:\n"
+"\t- Harddrive.\n"
+"\t- NFS.\n"
+"\t- CDROM (CDRW), DVDROM (with autoboot, rescue and autoinstall.).\n"
+"\t- FTP.\n"
+"\t- Rsync.\n"
+"\t- Webdav.\n"
+"\t- Tape.\n"
+"\n"
+" Drakbackup allows you to restore your system to\n"
+" a user selected directory.\n"
+"\n"
+" Per default all backup will be stored on your\n"
+" /var/lib/drakbackup directory\n"
+"\n"
+" Configuration file:\n"
+"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
+"\n"
+"\n"
+"Restore Step:\n"
+" \n"
+" During the restore step, DrakBackup will remove \n"
+" your original directory and verify that all \n"
+" backup files are not corrupted. It is recommended \n"
+" you do a last backup before restoring.\n"
+"\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3261
+msgid ""
+"options description:\n"
+"\n"
+"Please be careful when you are using ftp backup, because only \n"
+"backups that are already built are sent to the server.\n"
+"So at the moment, you need to build the backup on your hard \n"
+"drive before sending it to the server.\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3270
+msgid ""
+"\n"
+"Restore Backup Problems:\n"
+"\n"
+"During the restore step, Drakbackup will verify all your\n"
+"backup files before restoring them.\n"
+"Before the restore, Drakbackup will remove \n"
+"your original directory, and you will loose all your \n"
+"data. It is important to be careful and not modify the \n"
+"backup data files by hand.\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3298
+msgid ""
+"Description:\n"
+"\n"
+" Drakbackup is used to backup your system.\n"
+" During the configuration you can select \n"
+"\t- System files, \n"
+"\t- Users files, \n"
+"\t- Other files.\n"
+"\tor All your system ... and Other (like Windows Partitions)\n"
+"\n"
+" Drakbackup allows you to backup your system on:\n"
+"\t- Harddrive.\n"
+"\t- NFS.\n"
+"\t- CDROM (CDRW), DVDROM (with autoboot, rescue and autoinstall.).\n"
+"\t- FTP.\n"
+"\t- Rsync.\n"
+"\t- Webdav.\n"
+"\t- Tape.\n"
+"\n"
+" Drakbackup allows you to restore your system to\n"
+" a user selected directory.\n"
+"\n"
+" Per default all backup will be stored on your\n"
+" /var/lib/drakbackup directory\n"
+"\n"
+" Configuration file:\n"
+"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
+"\n"
+"Restore Step:\n"
+" \n"
+" During the restore step, Drakbackup will remove\n"
+" your original directory and verify that all\n"
+" backup files are not corrupted. It is recommended\n"
+" you do a last backup before restoring.\n"
+" \n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakboot_.c:58
+#, c-format
+msgid "Installation of %s failed. The following error occured:"
+msgstr "Innsetning %s brst skum eftirfarandi villu:"
+
+#: ../../standalone/drakfont_.c:229
+msgid "Search installed fonts"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:231
+msgid "Unselect fonts installed"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:252
+msgid "parse all fonts"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:253
+#, fuzzy
+msgid "no fonts found"
+msgstr "%s fannst ekki"
+
+#: ../../standalone/drakfont_.c:261 ../../standalone/drakfont_.c:303
+#: ../../standalone/drakfont_.c:352 ../../standalone/drakfont_.c:410
+#: ../../standalone/drakfont_.c:417 ../../standalone/drakfont_.c:443
+#: ../../standalone/drakfont_.c:455 ../../standalone/drakfont_.c:468
+#, fuzzy
+msgid "done"
+msgstr "Bi"
+
+#: ../../standalone/drakfont_.c:265
+msgid "could not find any font in your mounted partitions"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:301
+msgid "Reselect correct fonts"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:304
+msgid "could not find any font.\n"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:327
+msgid "Search fonts in installed list"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:350
+#, fuzzy
+msgid "Fonts copy"
+msgstr "Forsn"
+
+#: ../../standalone/drakfont_.c:353
+#, fuzzy
+msgid "True Type fonts installation"
+msgstr "Undirb innsetningu"
+
+#: ../../standalone/drakfont_.c:357
+msgid "please wait during ttmkfdir..."
+msgstr ""
+
+#: ../../standalone/drakfont_.c:359
+msgid "True Type install done"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:366 ../../standalone/drakfont_.c:382
+msgid "Fonts conversion"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:370 ../../standalone/drakfont_.c:386
+#: ../../standalone/drakfont_.c:406
+msgid "type1inst building"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:375 ../../standalone/drakfont_.c:390
+msgid "Ghostscript referencing"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:397
+msgid "ttf fonts conversion"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:401
+msgid "pfm fonts conversion"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:411
+msgid "Suppress temporary Files"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:414
+msgid "Restart XFS"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:453 ../../standalone/drakfont_.c:463
+msgid "Suppress Fonts Files"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:465
+#, fuzzy
+msgid "xfs restart"
+msgstr "takmarka"
+
+#: ../../standalone/drakfont_.c:472 ../../standalone/drakfont_.c:760
+msgid ""
+"Before installing any fonts, be sure that you have the right to use and "
+"install them on your system.\n"
+"\n"
+"-You can install the fonts using the normal way. In rare cases, bogus fonts "
+"may hang up your X Server."
+msgstr ""
+
+#: ../../standalone/drakfont_.c:547
+#, fuzzy
+msgid "Fonts Importation"
+msgstr "Forsna disksneiar"
+
+#: ../../standalone/drakfont_.c:562
+msgid "Get Windows Fonts"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:564
+#, fuzzy
+msgid "Uninstall Fonts"
+msgstr "Fjarlgji RPM pakkana"
+
+#: ../../standalone/drakfont_.c:568
+#, fuzzy
+msgid "Advanced Options"
+msgstr "Uppsetning"
+
+#: ../../standalone/drakfont_.c:570
+#, fuzzy
+msgid "Font List"
+msgstr "Tengipunktur"
+
+#: ../../standalone/drakfont_.c:739
+#, fuzzy
+msgid "Choose the applications that will support the fonts :"
+msgstr "Veldu r disksneiar sem a forsna"
+
+#: ../../standalone/drakfont_.c:743
+msgid "Ghostscript"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:747
+#, fuzzy
+msgid "StarOffice"
+msgstr "tki"
+
+#: ../../standalone/drakfont_.c:751
+msgid "Abiword"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:755
+#, fuzzy
+msgid "Generic Printers"
+msgstr "Prentari"
+
+#: ../../standalone/drakfont_.c:792
+msgid "Select the font file or directory and click on 'Add'"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:828
+#, fuzzy
+msgid "Install List"
+msgstr "Setja kerfi inn"
+
+#: ../../standalone/drakfont_.c:858
+msgid "click here if you are sure."
+msgstr ""
+
+#: ../../standalone/drakfont_.c:860
+msgid "here if no."
+msgstr ""
+
+#: ../../standalone/drakfont_.c:897
+msgid "Unselected All"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:899
+#, fuzzy
+msgid "Selected All"
+msgstr "Velji skr"
+
+#: ../../standalone/drakfont_.c:901
+#, fuzzy
+msgid "Remove List"
+msgstr "Vifng fyrir fjartengda lpd prentara"
+
+#: ../../standalone/drakfont_.c:919 ../../standalone/drakfont_.c:939
+msgid "Initials tests"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:920
+msgid "Copy fonts on your system"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:921
+msgid "Install & convert Fonts"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:922
+#, fuzzy
+msgid "Post Install"
+msgstr "Innsetning"
+
+#: ../../standalone/drakfont_.c:940
+msgid "Remove fonts on your system"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:941
+#, fuzzy
+msgid "Post Uninstall"
+msgstr "Htta innsetningu"
+
+#: ../../standalone/drakgw_.c:43 ../../standalone/drakgw_.c:200
#, fuzzy
msgid "Internet Connection Sharing"
msgstr "Veldu prenttengingu"
-#: ../../standalone/drakgw_.c:118
+#: ../../standalone/drakgw_.c:138
msgid "Internet Connection Sharing currently enabled"
msgstr ""
-#: ../../standalone/drakgw_.c:119
+#: ../../standalone/drakgw_.c:139
msgid ""
"The setup of Internet connection sharing has already been done.\n"
"It's currently enabled.\n"
@@ -6435,35 +9427,35 @@ msgid ""
"What would you like to do?"
msgstr ""
-#: ../../standalone/drakgw_.c:123
+#: ../../standalone/drakgw_.c:143
#, fuzzy
msgid "disable"
msgstr "Tafla"
-#: ../../standalone/drakgw_.c:123 ../../standalone/drakgw_.c:148
+#: ../../standalone/drakgw_.c:143 ../../standalone/drakgw_.c:168
msgid "dismiss"
msgstr ""
-#: ../../standalone/drakgw_.c:123 ../../standalone/drakgw_.c:148
+#: ../../standalone/drakgw_.c:143 ../../standalone/drakgw_.c:168
#, fuzzy
msgid "reconfigure"
msgstr "Stilla X"
-#: ../../standalone/drakgw_.c:126
+#: ../../standalone/drakgw_.c:146
#, fuzzy
msgid "Disabling servers..."
msgstr "Leita a tkjum..."
-#: ../../standalone/drakgw_.c:134
+#: ../../standalone/drakgw_.c:154
#, fuzzy
msgid "Internet connection sharing is now disabled."
msgstr "Veldu prenttengingu"
-#: ../../standalone/drakgw_.c:143
+#: ../../standalone/drakgw_.c:163
msgid "Internet Connection Sharing currently disabled"
msgstr ""
-#: ../../standalone/drakgw_.c:144
+#: ../../standalone/drakgw_.c:164
msgid ""
"The setup of Internet connection sharing has already been done.\n"
"It's currently disabled.\n"
@@ -6471,29 +9463,21 @@ msgid ""
"What would you like to do?"
msgstr ""
-#: ../../standalone/drakgw_.c:148
+#: ../../standalone/drakgw_.c:168
#, fuzzy
msgid "enable"
msgstr "Tafla"
-#: ../../standalone/drakgw_.c:155
+#: ../../standalone/drakgw_.c:175
msgid "Enabling servers..."
msgstr ""
-#: ../../standalone/drakgw_.c:160
+#: ../../standalone/drakgw_.c:180
#, fuzzy
msgid "Internet connection sharing is now enabled."
msgstr "Veldu prenttengingu"
-#: ../../standalone/drakgw_.c:168
-msgid "Config file content could not be interpreted."
-msgstr ""
-
-#: ../../standalone/drakgw_.c:168
-msgid "Unrecognized config file"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:181
+#: ../../standalone/drakgw_.c:201
msgid ""
"You are about to configure your computer to share its Internet connection.\n"
"With that feature, other computers on your local network will be able to use "
@@ -6503,27 +9487,31 @@ msgid ""
"(LAN)."
msgstr ""
-#: ../../standalone/drakgw_.c:207
+#: ../../standalone/drakgw_.c:227
#, c-format
msgid "Interface %s (using module %s)"
msgstr ""
-#: ../../standalone/drakgw_.c:208
+#: ../../standalone/drakgw_.c:228
#, fuzzy, c-format
msgid "Interface %s"
msgstr "Endursn..."
-#: ../../standalone/drakgw_.c:216
+#: ../../standalone/drakgw_.c:236
msgid "No network adapter on your system!"
msgstr ""
-#: ../../standalone/drakgw_.c:217
+#: ../../standalone/drakgw_.c:237
msgid ""
"No ethernet network adapter has been detected on your system. Please run the "
"hardware configuration tool."
msgstr ""
-#: ../../standalone/drakgw_.c:224
+#: ../../standalone/drakgw_.c:243
+msgid "Network interface"
+msgstr ""
+
+#: ../../standalone/drakgw_.c:244
#, c-format
msgid ""
"There is only one configured network adapter on your system:\n"
@@ -6533,76 +9521,133 @@ msgid ""
"I am about to setup your Local Area Network with that adapter."
msgstr ""
-#: ../../standalone/drakgw_.c:233
+#: ../../standalone/drakgw_.c:253
msgid ""
"Please choose what network adapter will be connected to your Local Area "
"Network."
msgstr ""
-#: ../../standalone/drakgw_.c:242
+#: ../../standalone/drakgw_.c:271
+#, fuzzy
+msgid "Network interface already configured"
+msgstr "Skjr ekki skilgreindur"
+
+#: ../../standalone/drakgw_.c:272
+#, c-format
msgid ""
-"Warning, the network adapter is already configured. I will reconfigure it."
+"Warning, the network adapter (%s) is already configured.\n"
+"\n"
+"Do you want an automatic re-configuration?\n"
+"\n"
+"You can do it manually but you need to know what you're doing."
msgstr ""
-#: ../../standalone/drakgw_.c:253
-msgid "Potential LAN address conflict found in current config of $_!\n"
+#: ../../standalone/drakgw_.c:277
+#, fuzzy
+msgid "Automatic reconfiguration"
+msgstr "Lokauppsetning"
+
+#: ../../standalone/drakgw_.c:278
+#, fuzzy
+msgid "Show current interface configuration"
+msgstr "Sel stillingar"
+
+#: ../../standalone/drakgw_.c:280
+#, c-format
+msgid ""
+"Current configuration of `%s':\n"
+"\n"
+"Network: %s\n"
+"IP address: %s\n"
+"IP attribution: %s\n"
+"Driver: %s"
+msgstr ""
+
+#: ../../standalone/drakgw_.c:292
+msgid ""
+"I can keep your current configuration and assume you already set up a DHCP "
+"server; in that case please verify I correctly read the C-Class Network that "
+"you use for your local network; I will not reconfigure it and I will not "
+"touch your DHCP server configuration.\n"
+"\n"
+"Else, I can reconfigure your interface and (re)configure a DHCP server for "
+"you.\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakgw_.c:297
+msgid "C-Class Local Network"
msgstr ""
-#: ../../standalone/drakgw_.c:261 ../../standalone/drakgw_.c:267
+#: ../../standalone/drakgw_.c:298
+#, fuzzy
+msgid "(This) DHCP Server IP"
+msgstr "Vistfang SMB jns"
+
+#: ../../standalone/drakgw_.c:299
+msgid "Re-configure interface and DHCP server"
+msgstr ""
+
+#: ../../standalone/drakgw_.c:306
+msgid "The Local Network did not finish with `.0', bailing out."
+msgstr ""
+
+#: ../../standalone/drakgw_.c:317
+#, c-format
+msgid "Potential LAN address conflict found in current config of %s!\n"
+msgstr ""
+
+#: ../../standalone/drakgw_.c:325 ../../standalone/drakgw_.c:331
#, fuzzy
msgid "Firewalling configuration detected!"
msgstr "Les uppsetningarskr"
-#: ../../standalone/drakgw_.c:262 ../../standalone/drakgw_.c:268
+#: ../../standalone/drakgw_.c:326 ../../standalone/drakgw_.c:332
msgid ""
"Warning! An existing firewalling configuration has been detected. You may "
"need some manual fix after installation."
msgstr ""
-#: ../../standalone/drakgw_.c:276
+#: ../../standalone/drakgw_.c:340
#, fuzzy
msgid "Configuring..."
msgstr "Uppsetning"
-#: ../../standalone/drakgw_.c:277
+#: ../../standalone/drakgw_.c:341
msgid "Configuring scripts, installing software, starting servers..."
msgstr ""
-#: ../../standalone/drakgw_.c:307
-#, fuzzy
-msgid "Problems installing package $_"
+#: ../../standalone/drakgw_.c:378
+#, fuzzy, c-format
+msgid "Problems installing package %s"
msgstr "Set inn pakka %s"
-#: ../../standalone/drakgw_.c:590
-msgid "Congratulations!"
-msgstr "Til hamingju!"
-
-#: ../../standalone/drakgw_.c:591
+#: ../../standalone/drakgw_.c:672
msgid ""
"Everything has been configured.\n"
"You may now share Internet connection with other computers on your Local "
"Area Network, using automatic network configuration (DHCP)."
msgstr ""
-#: ../../standalone/drakgw_.c:608
+#: ../../standalone/drakgw_.c:689
msgid "The setup has already been done, but it's currently disabled."
msgstr ""
-#: ../../standalone/drakgw_.c:609
+#: ../../standalone/drakgw_.c:690
msgid "The setup has already been done, and it's currently enabled."
msgstr ""
-#: ../../standalone/drakgw_.c:610
+#: ../../standalone/drakgw_.c:691
#, fuzzy
msgid "No Internet Connection Sharing has ever been configured."
msgstr "Veldu prenttengingu"
-#: ../../standalone/drakgw_.c:615
+#: ../../standalone/drakgw_.c:696
#, fuzzy
msgid "Internet connection sharing configuration"
msgstr "Veldu prenttengingu"
-#: ../../standalone/drakgw_.c:622
+#: ../../standalone/drakgw_.c:703
#, fuzzy, c-format
msgid ""
"Welcome to the Internet Connection Sharing utility!\n"
@@ -6612,424 +9657,625 @@ msgid ""
"Click on Configure to launch the setup wizard."
msgstr "Veldu prenttengingu"
-#: ../../standalone/draknet_.c:59
+#: ../../standalone/draknet_.c:80
#, fuzzy, c-format
msgid "Network configuration (%d adapters)"
msgstr "Netstillingar"
-#: ../../standalone/draknet_.c:66 ../../standalone/draknet_.c:539
+#: ../../standalone/draknet_.c:87 ../../standalone/draknet_.c:595
#, fuzzy
msgid "Profile: "
msgstr "tkst ekki a tengja: "
-#: ../../standalone/draknet_.c:74
+#: ../../standalone/draknet_.c:95
msgid "Del profile..."
msgstr ""
-#: ../../standalone/draknet_.c:80
+#: ../../standalone/draknet_.c:101
msgid "Profile to delete:"
msgstr ""
-#: ../../standalone/draknet_.c:108
+#: ../../standalone/draknet_.c:129
msgid "New profile..."
msgstr ""
-#: ../../standalone/draknet_.c:114
-msgid "Name of the profile to create:"
+#: ../../standalone/draknet_.c:135
+msgid ""
+"Name of the profile to create (the new profile is created as a copy of the "
+"current one) :"
msgstr ""
-#: ../../standalone/draknet_.c:140
+#: ../../standalone/draknet_.c:161
#, fuzzy
msgid "Hostname: "
msgstr "Vlarheiti:"
-#: ../../standalone/draknet_.c:147
+#: ../../standalone/draknet_.c:168
#, fuzzy
msgid "Internet access"
msgstr "Endursn..."
-#: ../../standalone/draknet_.c:160
+#: ../../standalone/draknet_.c:181
#, fuzzy
msgid "Type:"
msgstr "Tegund: "
-#: ../../standalone/draknet_.c:163 ../../standalone/draknet_.c:354
+#: ../../standalone/draknet_.c:184 ../../standalone/draknet_.c:376
msgid "Gateway:"
msgstr "Gtt:"
-#: ../../standalone/draknet_.c:163 ../../standalone/draknet_.c:354
+#: ../../standalone/draknet_.c:184 ../../standalone/draknet_.c:376
#, fuzzy
msgid "Interface:"
msgstr "Endursn..."
-#: ../../standalone/draknet_.c:168
+#: ../../standalone/draknet_.c:195
msgid "Status:"
msgstr ""
-#: ../../standalone/draknet_.c:170 ../../standalone/draknet_.c:357
-#: ../../standalone/net_monitor_.c:122 ../../standalone/net_monitor_.c:224
-#, fuzzy
-msgid "Connected"
-msgstr "Nafn tengingar"
-
-#: ../../standalone/draknet_.c:170 ../../standalone/draknet_.c:357
-#: ../../standalone/net_monitor_.c:83 ../../standalone/net_monitor_.c:122
-#: ../../standalone/net_monitor_.c:224
-#, fuzzy
-msgid "Not connected"
-msgstr "Veldu prenttengingu"
-
-#: ../../standalone/draknet_.c:173 ../../standalone/draknet_.c:358
-msgid "Connect..."
-msgstr ""
-
-#: ../../standalone/draknet_.c:173 ../../standalone/draknet_.c:358
-msgid "Disconnect..."
-msgstr ""
-
-#: ../../standalone/draknet_.c:191
-#, fuzzy
-msgid "Starting your connection..."
-msgstr "Stilla nettengingu"
-
-#: ../../standalone/draknet_.c:199
-#, fuzzy
-msgid "Closing your connection..."
-msgstr "Stilla nettengingu"
-
-#: ../../standalone/draknet_.c:204
-msgid ""
-"The connection is not closed.\n"
-"Try to do it manually by running\n"
-"/etc/sysconfig/network-scripts/net_cnx_down\n"
-"in root."
+#: ../../standalone/draknet_.c:202
+msgid "Wait please"
msgstr ""
-#: ../../standalone/draknet_.c:207
-#, fuzzy
-msgid "The system is now disconnected."
-msgstr "Hvaa disk viltu fra til?"
-
-#: ../../standalone/draknet_.c:219
+#: ../../standalone/draknet_.c:220
#, fuzzy
msgid "Configure Internet Access..."
msgstr "Setja upp prentara"
-#: ../../standalone/draknet_.c:226 ../../standalone/draknet_.c:411
+#: ../../standalone/draknet_.c:227 ../../standalone/draknet_.c:449
#, fuzzy
msgid "LAN configuration"
msgstr "Uppsetning"
-#: ../../standalone/draknet_.c:231
-#, fuzzy
-msgid "Adapter"
-msgstr "Uppfrsla"
-
-#: ../../standalone/draknet_.c:231
+#: ../../standalone/draknet_.c:232
#, fuzzy
msgid "Driver"
msgstr "Sem jn"
-#: ../../standalone/draknet_.c:231
+#: ../../standalone/draknet_.c:232
#, fuzzy
msgid "Interface"
msgstr "Endursn..."
-#: ../../standalone/draknet_.c:231
+#: ../../standalone/draknet_.c:232
msgid "Protocol"
msgstr ""
-#: ../../standalone/draknet_.c:250
+#: ../../standalone/draknet_.c:232
+msgid "State"
+msgstr ""
+
+#: ../../standalone/draknet_.c:244
#, fuzzy
msgid "Configure Local Area Network..."
msgstr "Stilla nettengingu"
-#: ../../standalone/draknet_.c:283
-#, fuzzy
-msgid "Normal Mode"
-msgstr "Venjulega"
+#: ../../standalone/draknet_.c:256
+msgid "Click here to launch the wizard ->"
+msgstr ""
-#: ../../standalone/draknet_.c:288
+#: ../../standalone/draknet_.c:257
+msgid "Wizard..."
+msgstr ""
+
+#: ../../standalone/draknet_.c:283
msgid "Apply"
msgstr ""
-#: ../../standalone/draknet_.c:307
+#: ../../standalone/draknet_.c:302
#, fuzzy
msgid "Please Wait... Applying the configuration"
msgstr "Prfunar skilgreining"
-#: ../../standalone/draknet_.c:391
+#: ../../standalone/draknet_.c:384 ../../standalone/draknet_.c:407
+#, fuzzy
+msgid "Connected"
+msgstr "Nafn tengingar"
+
+#: ../../standalone/draknet_.c:384 ../../standalone/draknet_.c:407
+#, fuzzy
+msgid "Not connected"
+msgstr "Veldu prenttengingu"
+
+#: ../../standalone/draknet_.c:385 ../../standalone/draknet_.c:408
+msgid "Connect..."
+msgstr ""
+
+#: ../../standalone/draknet_.c:385 ../../standalone/draknet_.c:408
+msgid "Disconnect..."
+msgstr ""
+
+#: ../../standalone/draknet_.c:404
+msgid ""
+"Warning, another Internet connection has been detected, maybe using your "
+"network"
+msgstr ""
+
+#: ../../standalone/draknet_.c:431
msgid ""
"You don't have any configured interface.\n"
"Configure them first by clicking on 'Configure'"
msgstr ""
-#: ../../standalone/draknet_.c:415
+#: ../../standalone/draknet_.c:453
#, fuzzy
msgid "LAN Configuration"
msgstr "Uppsetning"
-#: ../../standalone/draknet_.c:423
+#: ../../standalone/draknet_.c:464
#, c-format
msgid "Adapter %s: %s"
msgstr ""
-#: ../../standalone/draknet_.c:429
+#: ../../standalone/draknet_.c:470
msgid "Boot Protocol"
msgstr ""
-#: ../../standalone/draknet_.c:430
+#: ../../standalone/draknet_.c:471
msgid "Started on boot"
msgstr ""
-#: ../../standalone/draknet_.c:431
+#: ../../standalone/draknet_.c:472
msgid "DHCP client"
msgstr ""
-#: ../../standalone/draknet_.c:466 ../../standalone/draknet_.c:470
+#: ../../standalone/draknet_.c:497 ../../standalone/draknet_.c:500
#, fuzzy
-msgid "Disable"
-msgstr "Tafla"
+msgid "activate now"
+msgstr "Virk"
-#: ../../standalone/draknet_.c:466 ../../standalone/draknet_.c:470
+#: ../../standalone/draknet_.c:497 ../../standalone/draknet_.c:500
#, fuzzy
-msgid "Enable"
-msgstr "Tafla"
+msgid "deactivate now"
+msgstr "Virk"
-#: ../../standalone/draknet_.c:504
+#: ../../standalone/draknet_.c:503
+msgid ""
+"This interface has not been configured yet.\n"
+"Launch the configuration wizard in the main window"
+msgstr ""
+
+#: ../../standalone/draknet_.c:560
msgid ""
"You don't have any internet connection.\n"
"Create one first by clicking on 'Configure'"
msgstr ""
-#: ../../standalone/draknet_.c:528
+#: ../../standalone/draknet_.c:584
#, fuzzy
msgid "Internet connection configuration"
msgstr "Veldu prenttengingu"
-#: ../../standalone/draknet_.c:532
+#: ../../standalone/draknet_.c:588
#, fuzzy
msgid "Internet Connection Configuration"
msgstr "Veldu prenttengingu"
-#: ../../standalone/draknet_.c:541
+#: ../../standalone/draknet_.c:597
#, fuzzy
msgid "Connection type: "
msgstr "Nafn tengingar"
-#: ../../standalone/draknet_.c:547
+#: ../../standalone/draknet_.c:603
msgid "Parameters"
msgstr ""
-#: ../../standalone/draknet_.c:560
+#: ../../standalone/draknet_.c:621
+msgid "Gateway"
+msgstr "Gtt"
+
+#: ../../standalone/draknet_.c:630
+msgid "Ethernet Card"
+msgstr ""
+
+#: ../../standalone/draknet_.c:631
+msgid "DHCP Client"
+msgstr ""
+
+#: ../../standalone/draksec_.c:31
+msgid "Setting security level"
+msgstr "Stilli ryggisrep"
+
+#: ../../standalone/drakxconf_.c:47
#, fuzzy
-msgid "Provider dns 1 (optional)"
-msgstr "Stillingar prentara"
+msgid "Control Center"
+msgstr "Nafn tengingar"
-#: ../../standalone/draknet_.c:561
+#: ../../standalone/drakxconf_.c:48
+msgid "Choose the tool you want to use"
+msgstr "Veldu forriti sem vilt nota"
+
+#: ../../standalone/drakxtv_.c:48
#, fuzzy
-msgid "Provider dns 2 (optional)"
-msgstr "Stillingar prentara"
+msgid "Canada (cable)"
+msgstr "Kanadskt (Quebec)"
-#: ../../standalone/draknet_.c:574
-msgid "Ethernet Card"
+#: ../../standalone/drakxtv_.c:48
+msgid "USA (bcast)"
msgstr ""
-#: ../../standalone/draknet_.c:575
-msgid "DHCP Client"
+#: ../../standalone/drakxtv_.c:48
+msgid "USA (cable)"
msgstr ""
-#: ../../standalone/draksec_.c:21
-msgid "Welcome To Crackers"
-msgstr "Velkomin(n) tlvurjtinn"
+#: ../../standalone/drakxtv_.c:48
+msgid "USA (cable-hrc)"
+msgstr ""
-#: ../../standalone/draksec_.c:22
-msgid "Poor"
-msgstr "Llegt"
+#: ../../standalone/drakxtv_.c:49
+msgid "China (bcast)"
+msgstr ""
-#: ../../standalone/draksec_.c:26
-msgid "Paranoid"
-msgstr "Taugaveikla"
+#: ../../standalone/drakxtv_.c:49
+msgid "Japan (bcast)"
+msgstr ""
-#: ../../standalone/draksec_.c:29
-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."
+#: ../../standalone/drakxtv_.c:49
+msgid "Japan (cable)"
msgstr ""
-#: ../../standalone/draksec_.c:32
-msgid ""
-"Password are now enabled, but use as a networked computer is still not "
-"recommended."
+#: ../../standalone/drakxtv_.c:50
+msgid "East Europe"
msgstr ""
-#: ../../standalone/draksec_.c:33
-msgid ""
-"Few improvements for this security level, the main one is that there are\n"
-"more security warnings and checks."
+#: ../../standalone/drakxtv_.c:50
+#, fuzzy
+msgid "Ireland"
+msgstr "slenskt"
+
+#: ../../standalone/drakxtv_.c:50
+msgid "West Europe"
msgstr ""
-"Few improvements for this security level, the main one is that there are\n"
-"more security warnings and checks."
-#: ../../standalone/draksec_.c:35
-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. "
+#: ../../standalone/drakxtv_.c:51
+#, fuzzy
+msgid "Australia"
+msgstr "ratengd"
+
+#: ../../standalone/drakxtv_.c:51
+msgid "Newzealand"
msgstr ""
-"etta er hi hefbundna ryggi sem mlt er me fyrir tlvu sem verur notu\n"
-"til a tengja vi neti sem biill. ryggisathuganir eru nna gangi. "
-#: ../../standalone/draksec_.c:37
-msgid ""
-"With this security level, the use of this system as a server becomes "
-"possible.\n"
-"The security is now high enough to use the system as a server which accept\n"
-"connections from many clients. "
+#: ../../standalone/drakxtv_.c:52
+msgid "South Africa"
msgstr ""
-" essu ryggisstigi er ori mgulegt a nota tlvuna sem jn.\n"
-"ryggi er ngu ngu miki til a taka vi fyrirspurnum fr\n"
-"mrgum bilum. "
-#: ../../standalone/draksec_.c:40
+#: ../../standalone/drakxtv_.c:53
+msgid "Argentina"
+msgstr ""
+
+#: ../../standalone/drakxtv_.c:58
msgid ""
-"We take level 4 features, but now the system is entirely closed.\n"
-"Security features are at their maximum."
+"Please,\n"
+"type in your tv norm and country"
msgstr ""
-"Kerfi er komi 4. stig og er n alveg loka.\n"
-"ryggi er hsta stigi."
-#: ../../standalone/draksec_.c:52
-msgid "Setting security level"
-msgstr "Stilli ryggisrep"
+#: ../../standalone/drakxtv_.c:60
+msgid "TV norm :"
+msgstr ""
-#: ../../standalone/drakxconf_.c:44
-#, fuzzy
-msgid "Control Center"
-msgstr "Nafn tengingar"
+#: ../../standalone/drakxtv_.c:61
+msgid "Area :"
+msgstr ""
-#: ../../standalone/drakxconf_.c:45
-msgid "Choose the tool you want to use"
-msgstr "Veldu forriti sem vilt nota"
+#: ../../standalone/drakxtv_.c:65
+msgid "Scanning for TV channels in progress ..."
+msgstr ""
+
+#: ../../standalone/drakxtv_.c:72
+msgid "Scanning for TV channels"
+msgstr ""
+
+#: ../../standalone/drakxtv_.c:83
+msgid "No TV Card detected!"
+msgstr ""
+
+#: ../../standalone/drakxtv_.c:84
+msgid ""
+"No TV Card has been detected on your machine. Please verify that a Linux-"
+"supported Video/TV Card is correctly plugged in.\n"
+"\n"
+"\n"
+"You can visit our hardware database at:\n"
+"\n"
+"\n"
+"http://www.linux-mandrake.com/en/hardware.php3"
+msgstr ""
#: ../../standalone/keyboarddrake_.c:16
msgid "usage: keyboarddrake [--expert] [keyboard]\n"
msgstr ""
+#: ../../standalone/keyboarddrake_.c:29
+#, fuzzy
+msgid "Please, choose your keyboard layout."
+msgstr "Hvaa lyklaborsuppsetningu viltu?"
+
#: ../../standalone/keyboarddrake_.c:36
msgid "Do you want the BackSpace to return Delete in console?"
msgstr ""
-#: ../../standalone/livedrake_.c:23
+#: ../../standalone/livedrake_.c:24
#, fuzzy
msgid "Change Cd-Rom"
msgstr "Breyta upplausn"
-#: ../../standalone/livedrake_.c:24
+#: ../../standalone/livedrake_.c:25
msgid ""
"Please insert the Installation Cd-Rom in your drive and press Ok when done.\n"
"If you don't have it, press Cancel to avoid live upgrade."
msgstr ""
-#: ../../standalone/livedrake_.c:34
+#: ../../standalone/livedrake_.c:35
msgid "Unable to start live upgrade !!!\n"
msgstr ""
-#: ../../standalone/mousedrake_.c:50
-msgid "no serial_usb found\n"
-msgstr "ekkert serial_usb fannst\n"
+#: ../../standalone/localedrake_.c:32
+msgid "The change is done, but to be effective you must logout"
+msgstr ""
-#: ../../standalone/mousedrake_.c:54
-msgid "Emulate third button?"
-msgstr "Herma eftir rija hnapp?"
+#: ../../standalone/logdrake_.c:85 ../../standalone/logdrake_.c:501
+msgid "logdrake"
+msgstr ""
-#: ../../standalone/mousedrake_.c:131
+#: ../../standalone/logdrake_.c:95
+msgid "Show only for the selected day"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:102
#, fuzzy
-msgid "Test the mouse here."
-msgstr "Hvernig ms ertu me?"
+msgid "/File/_New"
+msgstr "Skrr:\n"
+
+#: ../../standalone/logdrake_.c:102
+msgid "<control>N"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:103
+msgid "/File/_Open"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:103
+msgid "<control>O"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:104
+msgid "/File/_Save"
+msgstr ""
-#: ../../standalone/net_monitor_.c:40 ../../standalone/net_monitor_.c:52
+#: ../../standalone/logdrake_.c:104
+msgid "<control>S"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:105
+msgid "/File/Save _As"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:106
#, fuzzy
-msgid "Network Monitoring"
-msgstr "Netstillingar"
+msgid "/File/-"
+msgstr "Skrr:\n"
+
+#: ../../standalone/logdrake_.c:108
+#, fuzzy
+msgid "/_Options"
+msgstr "Upplsingar"
+
+#: ../../standalone/logdrake_.c:109
+#, fuzzy
+msgid "/Options/Test"
+msgstr "Upplsingar"
+
+#: ../../standalone/logdrake_.c:110
+#, fuzzy
+msgid "/_Help"
+msgstr "Hjlp"
-#: ../../standalone/net_monitor_.c:56
-msgid "Statistics"
+#: ../../standalone/logdrake_.c:111
+msgid "/Help/_About..."
msgstr ""
-#: ../../standalone/net_monitor_.c:59
-msgid "Sending Speed: "
+#: ../../standalone/logdrake_.c:118
+msgid "-misc-fixed-medium-r-*-*-*-100-*-*-*-*-*-*,*"
msgstr ""
-#: ../../standalone/net_monitor_.c:61
-msgid "Receiving Speed: "
+#: ../../standalone/logdrake_.c:119
+msgid "-misc-fixed-bold-r-*-*-*-100-*-*-*-*-*-*,*"
msgstr ""
-#: ../../standalone/net_monitor_.c:66
+#: ../../standalone/logdrake_.c:173
#, fuzzy
-msgid "Close"
+msgid "User"
msgstr "USB ms"
-#: ../../standalone/net_monitor_.c:100 ../../standalone/net_monitor_.c:104
+#: ../../standalone/logdrake_.c:174
#, fuzzy
-msgid "Connecting to Internet "
-msgstr "Nafn tengingar"
+msgid "Messages"
+msgstr "Prfa tengi"
-#: ../../standalone/net_monitor_.c:100 ../../standalone/net_monitor_.c:104
+#: ../../standalone/logdrake_.c:175
+msgid "Syslog"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:176
+msgid "Mandrake Tools Explanations"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:179
#, fuzzy
-msgid "Disconnecting from Internet "
-msgstr "Nafn tengingar"
+msgid "search"
+msgstr "Leita"
-#: ../../standalone/net_monitor_.c:114
+#: ../../standalone/logdrake_.c:185
+msgid "A tool to monitor your logs"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:186
+msgid "Settings"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:191
#, fuzzy
-msgid "Disconnection from Internet failed."
-msgstr "Nafn tengingar"
+msgid "matching"
+msgstr "forsn"
+
+#: ../../standalone/logdrake_.c:192
+msgid "but not matching"
+msgstr ""
-#: ../../standalone/net_monitor_.c:115
+#: ../../standalone/logdrake_.c:196
#, fuzzy
-msgid "Disconnection from Internet complete."
-msgstr "Nafn tengingar"
+msgid "Choose file"
+msgstr "Veldu ager"
-#: ../../standalone/net_monitor_.c:117
+#: ../../standalone/logdrake_.c:201
+msgid "Calendar"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:211
#, fuzzy
-msgid "Connection complete."
+msgid "Content of the file"
msgstr "Nafn tengingar"
-#: ../../standalone/net_monitor_.c:118
+#: ../../standalone/logdrake_.c:215 ../../standalone/logdrake_.c:390
+msgid "Mail/SMS alert"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:268
+#, fuzzy, c-format
+msgid "please wait, parsing file: %s"
+msgstr "Undirb innsetningu"
+
+#: ../../standalone/logdrake_.c:405
+#, fuzzy
+msgid "Mail/SMS alert configuration"
+msgstr "Uppsetning"
+
+#: ../../standalone/logdrake_.c:406
msgid ""
-"Connection failed.\n"
-"Verify your configuration in the Mandrake Control Center."
+"Welcome to the mail/SMS configuration utility.\n"
+"\n"
+"Here, you'll be able to set up the alert system.\n"
msgstr ""
-#: ../../standalone/net_monitor_.c:188
-msgid "sent: "
+#: ../../standalone/logdrake_.c:414
+msgid "proftpd"
msgstr ""
-#: ../../standalone/net_monitor_.c:191
-msgid "received: "
+#: ../../standalone/logdrake_.c:417
+#, fuzzy
+msgid "sshd"
+msgstr "skuggi"
+
+#: ../../standalone/logdrake_.c:418
+msgid "webmin"
msgstr ""
-#: ../../standalone/net_monitor_.c:222
+#: ../../standalone/logdrake_.c:419
#, fuzzy
-msgid "Connect"
-msgstr "Nafn tengingar"
+msgid "xinetd"
+msgstr "Ext2"
-#: ../../standalone/net_monitor_.c:222
+#: ../../standalone/logdrake_.c:422
#, fuzzy
-msgid "Disconnect"
-msgstr "Veldu prenttengingu"
+msgid "service setting"
+msgstr "Endursn..."
+
+#: ../../standalone/logdrake_.c:423
+msgid ""
+"You will receive an alert if one of the selected service is no more running"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:433
+#, fuzzy
+msgid "load setting"
+msgstr "forsn"
+
+#: ../../standalone/logdrake_.c:434
+msgid "You will receive an alert if the load is higher than this value"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:447
+#, fuzzy
+msgid "alert configuration"
+msgstr "Uppsetning"
+
+#: ../../standalone/logdrake_.c:448
+msgid "Configure the way the system will alert you"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:478
+#, fuzzy
+msgid "Save as.."
+msgstr "netjnn"
+
+#: ../../standalone/mousedrake_.c:49
+#, fuzzy
+msgid "Please, choose the type of your mouse."
+msgstr "Hvernig ms ertu me?"
+
+#: ../../standalone/mousedrake_.c:59
+msgid "no serial_usb found\n"
+msgstr "ekkert serial_usb fannst\n"
+
+#: ../../standalone/mousedrake_.c:63
+msgid "Emulate third button?"
+msgstr "Herma eftir rija hnapp?"
+
+#: ../../standalone/scannerdrake_.c:53
+#, c-format
+msgid "%s found on %s, configure it ?"
+msgstr ""
+
+#: ../../standalone/scannerdrake_.c:60
+#, fuzzy
+msgid "Select a scanner"
+msgstr "Veldu skjkort"
+
+#: ../../standalone/scannerdrake_.c:80
+#, c-format
+msgid "This %s scanner is unsupported"
+msgstr ""
-#: ../../standalone/tinyfirewall_.c:29
+#: ../../standalone/scannerdrake_.c:94
+#, c-format
+msgid ""
+"Scannerdrake was not able to detect your %s scanner.\n"
+"Please select the device where your scanner is plugged"
+msgstr ""
+
+#: ../../standalone/scannerdrake_.c:96
+#, fuzzy
+msgid "choose device"
+msgstr "Rsitki"
+
+#: ../../standalone/scannerdrake_.c:102
+#, c-format
+msgid ""
+"This %s scanner must be configured by printerdrake.\n"
+"You can launch printerdrake from the Mandrake Control Center in Hardware "
+"section."
+msgstr ""
+
+#: ../../standalone/scannerdrake_.c:107
+#, c-format
+msgid ""
+"Your %s scanner has been configured.\n"
+"You may now scan documents using ``XSane'' from Multimedia/Graphics in the "
+"applications menu."
+msgstr ""
+
+#: ../../standalone/tinyfirewall_.c:31
#, fuzzy
msgid "Firewalling Configuration"
msgstr "Les uppsetningarskr"
-#: ../../standalone/tinyfirewall_.c:42
+#: ../../standalone/tinyfirewall_.c:44
#, fuzzy
msgid "Firewalling configuration"
msgstr "Les uppsetningarskr"
-#: ../../standalone/tinyfirewall_.c:77
+#: ../../standalone/tinyfirewall_.c:79
msgid ""
"Firewalling\n"
"\n"
@@ -7037,23 +10283,98 @@ msgid ""
"Click on Configure to change or remove the firewall"
msgstr ""
-#: ../../standalone/tinyfirewall_.c:81
+#: ../../standalone/tinyfirewall_.c:83
msgid ""
"Firewalling\n"
"\n"
"Click on Configure to set up a standard firewall"
msgstr ""
-#: ../../tinyfirewall.pm_.c:10
+#: ../../steps.pm_.c:14
+msgid "Choose your language"
+msgstr "Veldu tunguml"
+
+#: ../../steps.pm_.c:15
+msgid "Select installation class"
+msgstr "Veldu innsetningarflokk"
+
+#: ../../steps.pm_.c:16
+#, fuzzy
+msgid "Hard drive detection"
+msgstr "Nota fnstillingar hrum disk(um)"
+
+#: ../../steps.pm_.c:17
+msgid "Configure mouse"
+msgstr "Tilgreindu ms"
+
+#: ../../steps.pm_.c:18
+msgid "Choose your keyboard"
+msgstr "Veldu lyklabor"
+
+#: ../../steps.pm_.c:19
+msgid "Security"
+msgstr ""
+
+#: ../../steps.pm_.c:20
+msgid "Setup filesystems"
+msgstr "Setja upp skrarkerfi"
+
+#: ../../steps.pm_.c:21
+msgid "Format partitions"
+msgstr "Forsna disksneiar"
+
+#: ../../steps.pm_.c:22
+msgid "Choose packages to install"
+msgstr "Veldu pakka til a setja inn"
+
+#: ../../steps.pm_.c:23
+msgid "Install system"
+msgstr "Setja kerfi inn"
+
+#: ../../steps.pm_.c:25
+msgid "Add a user"
+msgstr "Bta vi notanda"
+
+#: ../../steps.pm_.c:26
+msgid "Configure networking"
+msgstr "Stilla nettengingu"
+
+#: ../../steps.pm_.c:28
+#, fuzzy
+msgid "Configure services"
+msgstr "Setja upp prentara"
+
+#: ../../steps.pm_.c:29
+msgid "Install bootloader"
+msgstr "Setja inn rsihlaara"
+
+#: ../../steps.pm_.c:31
+msgid "Create a bootdisk"
+msgstr "Ba til rsidiskling"
+
+#: ../../steps.pm_.c:33
+msgid "Configure X"
+msgstr "Stilla X"
+
+#: ../../steps.pm_.c:34
+#, fuzzy
+msgid "Install system updates"
+msgstr "Setja kerfi inn"
+
+#: ../../steps.pm_.c:35
+msgid "Exit install"
+msgstr "Htta innsetningu"
+
+#: ../../tinyfirewall.pm_.c:9
msgid ""
"tinyfirewall configurator\n"
"\n"
-"This configures a personal firewall for this Linux Mandrake machine.\n"
+"This configures a personal firewall for this Mandrake Linux machine.\n"
"For a powerful dedicated firewall solution, please look to the\n"
"specialized MandrakeSecurity Firewall distribution."
msgstr ""
-#: ../../tinyfirewall.pm_.c:15
+#: ../../tinyfirewall.pm_.c:14
msgid ""
"We'll now ask you questions about which services you'd like to allow\n"
"the Internet to connect to. Please think carefully about these\n"
@@ -7064,7 +10385,7 @@ msgid ""
"re-running this application!"
msgstr ""
-#: ../../tinyfirewall.pm_.c:22
+#: ../../tinyfirewall.pm_.c:21
msgid ""
"Are you running a web server on this machine that you need the whole\n"
"Internet to see? If you are running a webserver that only needs to be\n"
@@ -7072,7 +10393,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../tinyfirewall.pm_.c:27
+#: ../../tinyfirewall.pm_.c:26
msgid ""
"Are you running a name server on this machine? If you didn't set one\n"
"up to give away IP and zone information to the whole Internet, please\n"
@@ -7080,7 +10401,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../tinyfirewall.pm_.c:32
+#: ../../tinyfirewall.pm_.c:31
msgid ""
"Do you want to allow incoming Secure Shell (ssh) connections? This\n"
"is a telnet-replacement that you might use to login. If you're using\n"
@@ -7089,7 +10410,7 @@ msgid ""
"it. ssh is encrypted and doesn't allow for this eavesdropping."
msgstr ""
-#: ../../tinyfirewall.pm_.c:37
+#: ../../tinyfirewall.pm_.c:36
msgid ""
"Do you want to allow incoming telnet connections?\n"
"This is horribly unsafe, as we explained in the previous screen. We\n"
@@ -7097,7 +10418,7 @@ msgid ""
"telnet.\n"
msgstr ""
-#: ../../tinyfirewall.pm_.c:42
+#: ../../tinyfirewall.pm_.c:41
msgid ""
"Are you running an FTP server here that you need accessible to the\n"
"Internet? If you are, we strongly recommend that you only use it for\n"
@@ -7105,7 +10426,7 @@ msgid ""
"attackers, since FTP also uses no encryption for transferring passwords.\n"
msgstr ""
-#: ../../tinyfirewall.pm_.c:47
+#: ../../tinyfirewall.pm_.c:46
msgid ""
"Are you running a mail server here? If you're sending you \n"
"messages through pine, mutt or any other text-based mail client,\n"
@@ -7113,7 +10434,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../tinyfirewall.pm_.c:52
+#: ../../tinyfirewall.pm_.c:51
msgid ""
"Are you running a POP or IMAP server here? This would\n"
"be used to host non-web-based mail accounts for people via \n"
@@ -7121,7 +10442,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../tinyfirewall.pm_.c:57
+#: ../../tinyfirewall.pm_.c:56
msgid ""
"You appear to be running a 2.2 kernel. If your network IP\n"
"is automatically set by a computer in your home or office \n"
@@ -7129,7 +10450,7 @@ msgid ""
"this the case?\n"
msgstr ""
-#: ../../tinyfirewall.pm_.c:62
+#: ../../tinyfirewall.pm_.c:61
msgid ""
"Is your computer getting time syncronized to another computer?\n"
"Mostly, this is used by medium-large Unix/Linux organizations\n"
@@ -7138,7 +10459,7 @@ msgid ""
"aren't."
msgstr ""
-#: ../../tinyfirewall.pm_.c:67
+#: ../../tinyfirewall.pm_.c:66
msgid ""
"Configuration complete. May we write these changes to disk?\n"
"\n"
@@ -7146,47 +10467,69 @@ msgid ""
"\n"
msgstr ""
-#: ../../tinyfirewall.pm_.c:83
+#: ../../tinyfirewall.pm_.c:82
#, c-format
msgid "Can't open %s: %s\n"
msgstr ""
-#: ../../tinyfirewall.pm_.c:85
+#: ../../tinyfirewall.pm_.c:84
#, fuzzy, c-format
msgid "Can't open %s for writing: %s\n"
msgstr "Villa vi a opna %s til skriftar: %s"
-#: ../../share/compssUsers:999
-msgid "Clients for different protocols including ssh"
+#: ../../tinyfirewall.pm_.c:180
+msgid "No I don't need DHCP"
msgstr ""
-#: ../../share/compssUsers:999
-#, fuzzy
-msgid "Development"
-msgstr "Forritun"
+#: ../../tinyfirewall.pm_.c:180
+msgid "Yes I need DHCP"
+msgstr ""
-#: ../../share/compssUsers:999
+#: ../../tinyfirewall.pm_.c:181
+msgid "No I don't need NTP"
+msgstr ""
+
+#: ../../tinyfirewall.pm_.c:181
+msgid "Yes I need NTP"
+msgstr ""
+
+#: ../../tinyfirewall.pm_.c:182 ../../tinyfirewall.pm_.c:186
+msgid "Don't Save"
+msgstr ""
+
+#: ../../tinyfirewall.pm_.c:182 ../../tinyfirewall.pm_.c:186
+#: ../../tinyfirewall.pm_.c:206
+msgid "Save & Quit"
+msgstr ""
+
+#: ../../tinyfirewall.pm_.c:197 ../../tinyfirewall.pm_.c:201
#, fuzzy
-msgid "Workstation"
-msgstr "Upplsingar"
+msgid "Firewall Configuration Wizard"
+msgstr "Netstillingar"
-#: ../../share/compssUsers:999
-msgid "Firewall/Router"
+#: ../../tinyfirewall.pm_.c:199
+msgid "No (firewall this off from the internet)"
msgstr ""
-#: ../../share/compssUsers:999
-msgid "Personal Information Management"
+#: ../../tinyfirewall.pm_.c:200
+msgid "Yes (allow this through the firewall)"
msgstr ""
-#: ../../share/compssUsers:999
+#: ../../tinyfirewall.pm_.c:232
#, fuzzy
-msgid "Multimedia - Graphics"
-msgstr "Margmilun"
+msgid "Please Wait... Verifying installed packages"
+msgstr "Undirb innsetningu"
+
+#: ../../tinyfirewall.pm_.c:238
+#, c-format
+msgid ""
+"Failure installing the needed packages : %s and Bastille.\n"
+" Try to install them manually."
+msgstr ""
#: ../../share/compssUsers:999
-#, fuzzy
-msgid "Internet"
-msgstr "Endursn..."
+msgid "Web/FTP"
+msgstr ""
#: ../../share/compssUsers:999
#, fuzzy
@@ -7194,32 +10537,30 @@ msgid "Network Computer (client)"
msgstr "Vifng NetWare prentara"
#: ../../share/compssUsers:999
-msgid "Audio-related tools: mp3 or midi players, mixers, etc"
+msgid "NFS server, SMB server, Proxy server, ssh server"
msgstr ""
#: ../../share/compssUsers:999
#, fuzzy
-msgid "Internet station"
-msgstr "Sel stillingar"
-
-#: ../../share/compssUsers:999
-#, fuzzy
msgid "Office"
msgstr "tki"
#: ../../share/compssUsers:999
#, fuzzy
-msgid "Multimedia station"
-msgstr "Margmilun"
+msgid "Gnome Workstation"
+msgstr "Upplsingar"
#: ../../share/compssUsers:999
-msgid ""
-"Set of tools to read and send mail and news (pine, mutt, tin..) and to "
-"browse the Web"
+msgid "Tools for your Palm Pilot or your Visor"
msgstr ""
#: ../../share/compssUsers:999
-msgid "C and C++ development libraries, programs and include files"
+#, fuzzy
+msgid "Workstation"
+msgstr "Upplsingar"
+
+#: ../../share/compssUsers:999
+msgid "Firewall/Router"
msgstr ""
#: ../../share/compssUsers:999
@@ -7227,213 +10568,1028 @@ msgid "Domain Name and Network Information Server"
msgstr ""
#: ../../share/compssUsers:999
-msgid "Programs to manage your finance, such as gnucash"
+msgid ""
+"Office programs: wordprocessors (kword, abiword), spreadsheets (kspread, "
+"gnumeric), pdf viewers, etc"
msgstr ""
#: ../../share/compssUsers:999
-msgid "PostgreSQL or MySQL database server"
+msgid "Audio-related tools: mp3 or midi players, mixers, etc"
msgstr ""
#: ../../share/compssUsers:999
-msgid "NFS server, SMB server, Proxy server, ssh server"
+msgid "Books and Howto's on Linux and Free Software"
msgstr ""
#: ../../share/compssUsers:999
-msgid "Documentation"
-msgstr "Leibeiningar"
+#, fuzzy
+msgid "KDE Workstation"
+msgstr "Upplsingar"
#: ../../share/compssUsers:999
msgid "Icewm, Window Maker, Enlightenment, Fvwm, etc"
msgstr ""
#: ../../share/compssUsers:999
-msgid "Utilities"
+#, fuzzy
+msgid "Multimedia - Video"
+msgstr "Margmilun"
+
+#: ../../share/compssUsers:999
+msgid "Set of tools for mail, news, web, file transfer, and chat"
msgstr ""
#: ../../share/compssUsers:999
-msgid "DNS/NIS "
+msgid "Database"
msgstr ""
#: ../../share/compssUsers:999
-msgid "Graphical Environment"
+msgid "PostgreSQL or MySQL database server"
msgstr ""
#: ../../share/compssUsers:999
#, fuzzy
+msgid "Tools to ease the configuration of your computer"
+msgstr "Viltu prfa skilgreininguna"
+
+#: ../../share/compssUsers:999
+#, fuzzy
msgid "Multimedia - Sound"
msgstr "Margmilun"
#: ../../share/compssUsers:999
-msgid "Amusement programs: arcade, boards, strategy, etc"
+msgid "Utilities"
msgstr ""
#: ../../share/compssUsers:999
-msgid "Video players and editors"
-msgstr ""
+msgid "Documentation"
+msgstr "Leibeiningar"
#: ../../share/compssUsers:999
msgid "Console Tools"
msgstr ""
#: ../../share/compssUsers:999
-msgid "Sound and video playing/editing programs"
+msgid "Postfix mail server, Inn news server"
msgstr ""
#: ../../share/compssUsers:999
#, fuzzy
-msgid "Scientific Workstation"
-msgstr "Upplsingar"
+msgid "Internet station"
+msgstr "Sel stillingar"
#: ../../share/compssUsers:999
-msgid "Editors, shells, file tools, terminals"
-msgstr ""
+#, fuzzy
+msgid "Multimedia station"
+msgstr "Margmilun"
#: ../../share/compssUsers:999
-msgid "Books and Howto's on Linux and Free Software"
+#, fuzzy
+msgid "Configuration"
+msgstr "Uppsetning"
+
+#: ../../share/compssUsers:999
+msgid "More Graphical Desktops (Gnome, IceWM)"
msgstr ""
#: ../../share/compssUsers:999
msgid ""
-"A graphical environment with user-friendly set of applications and desktop "
-"tools"
+"The K Desktop Environment, the basic graphical environment with a collection "
+"of accompanying tools"
msgstr ""
#: ../../share/compssUsers:999
-msgid "Postfix mail server, Inn news server"
+msgid "Graphical Environment"
msgstr ""
#: ../../share/compssUsers:999
-msgid "Games"
+msgid "Apache, Pro-ftpd"
+msgstr ""
+
+#: ../../share/compssUsers:999
+msgid "Tools to create and burn CD's"
msgstr ""
#: ../../share/compssUsers:999
#, fuzzy
-msgid "Multimedia - Video"
-msgstr "Margmilun"
+msgid "Office Workstation"
+msgstr "Upplsingar"
#: ../../share/compssUsers:999
#, fuzzy
-msgid "Network Computer server"
-msgstr "Vifng NetWare prentara"
+msgid "Server"
+msgstr "netjnn"
+
+#: ../../share/compssUsers:999
+msgid "Gnome, Icewm, Window Maker, Enlightenment, Fvwm, etc"
+msgstr ""
#: ../../share/compssUsers:999
msgid "Graphics programs such as The Gimp"
msgstr ""
#: ../../share/compssUsers:999
-#, fuzzy
-msgid "Office Workstation"
-msgstr "Upplsingar"
+msgid "DNS/NIS "
+msgstr ""
#: ../../share/compssUsers:999
-msgid ""
-"The K Desktop Environment, the basic graphical environment with a collection "
-"of accompanying tools"
+msgid "C and C++ development libraries, programs and include files"
msgstr ""
#: ../../share/compssUsers:999
-msgid "More Graphical Desktops (Gnome, IceWM)"
+#, fuzzy
+msgid "Network Computer server"
+msgstr "Vifng NetWare prentara"
+
+#: ../../share/compssUsers:999
+msgid "Mail/Groupware/News"
msgstr ""
#: ../../share/compssUsers:999
-msgid "Tools to create and burn CD's"
+#, fuzzy
+msgid "Game station"
+msgstr "Leibeiningar"
+
+#: ../../share/compssUsers:999
+msgid "Video players and editors"
msgstr ""
#: ../../share/compssUsers:999
#, fuzzy
-msgid "Multimedia - CD Burning"
+msgid "Multimedia - Graphics"
msgstr "Margmilun"
#: ../../share/compssUsers:999
+msgid "Amusement programs: arcade, boards, strategy, etc"
+msgstr ""
+
+#: ../../share/compssUsers:999
+msgid ""
+"Set of tools to read and send mail and news (pine, mutt, tin..) and to "
+"browse the Web"
+msgstr ""
+
+#: ../../share/compssUsers:999
msgid "Archiving, emulators, monitoring"
msgstr ""
#: ../../share/compssUsers:999
-msgid "Database"
+msgid "Personal Finance"
msgstr ""
#: ../../share/compssUsers:999
msgid ""
-"Office programs: wordprocessors (kword, abiword), spreadsheets (kspread, "
-"gnumeric), pdf viewers, etc"
+"A graphical environment with user-friendly set of applications and desktop "
+"tools"
msgstr ""
#: ../../share/compssUsers:999
-msgid "Web/FTP"
+msgid "Clients for different protocols including ssh"
msgstr ""
#: ../../share/compssUsers:999
#, fuzzy
-msgid "Server"
-msgstr "netjnn"
+msgid "Internet gateway"
+msgstr "Endursn..."
#: ../../share/compssUsers:999
-msgid "Personal Finance"
+msgid "Sound and video playing/editing programs"
msgstr ""
#: ../../share/compssUsers:999
-msgid "Configuration"
-msgstr "Uppsetning"
+msgid "Other Graphical Desktops"
+msgstr ""
#: ../../share/compssUsers:999
-#, fuzzy
-msgid "KDE Workstation"
-msgstr "Upplsingar"
+msgid "Editors, shells, file tools, terminals"
+msgstr ""
#: ../../share/compssUsers:999
-msgid "Other Graphical Desktops"
+msgid "Programs to manage your finance, such as gnucash"
msgstr ""
#: ../../share/compssUsers:999
-msgid "Apache, Pro-ftpd"
+msgid "Personal Information Management"
msgstr ""
#: ../../share/compssUsers:999
-msgid "Mail/Groupware/News"
-msgstr ""
+#, fuzzy
+msgid "Multimedia - CD Burning"
+msgstr "Margmilun"
#: ../../share/compssUsers:999
#, fuzzy
-msgid "Gnome Workstation"
+msgid "Scientific Workstation"
msgstr "Upplsingar"
-#: ../../share/compssUsers:999
#, fuzzy
-msgid "Internet gateway"
-msgstr "Endursn..."
+#~ msgid "About"
+#~ msgstr "Tengipunktur"
-#: ../../share/compssUsers:999
-msgid "Tools for your Palm Pilot or your Visor"
-msgstr ""
+#~ msgid "$f-$g %s)"
+#~ msgstr "$f-$g %s)"
-#: ../../share/compssUsers:999
#, fuzzy
-msgid "Game station"
-msgstr "Leibeiningar"
+#~ msgid "None"
+#~ msgstr "Bi"
-#: ../../share/compssUsers:999
-msgid "Gnome, Icewm, Window Maker, Enlightenment, Fvwm, etc"
-msgstr ""
+#, fuzzy
+#~ msgid "Choose a default printer!"
+#~ msgstr "Veldu nja str"
-#: ../../share/compssUsers:999
#, fuzzy
-msgid "Tools to ease the configuration of your computer"
-msgstr "Viltu prfa skilgreininguna"
+#~ msgid "Apply/Re-read printers"
+#~ msgstr "Vifng fyrir fjartengda lpd prentara"
-#: ../../share/compssUsers:999
-msgid "Set of tools for mail, news, web, file transfer, and chat"
-msgstr ""
+#~ msgid "You may now provide its options to module %s."
+#~ msgstr " getur nna gefi upp vifng fyrir %s eininguna."
+
+#~ msgid "Low"
+#~ msgstr "Lgt"
+
+#~ msgid "Medium"
+#~ msgstr "Milungs"
+
+#~ msgid ""
+#~ "Few improvements for this security level, the main one is that there are\n"
+#~ "more security warnings and checks."
+#~ msgstr ""
+#~ "Few improvements for this security level, the main one is that there are\n"
+#~ "more security warnings and checks."
+
+#~ msgid "mount failed"
+#~ msgstr "tkst ekki a tengja"
#, fuzzy
-#~ msgid "%d seconds"
-#~ msgstr "Htti eftir %d sekndur"
+#~ msgid "Art and Multimedia"
+#~ msgstr "Margmilun"
#, fuzzy
-#~ msgid "Configure..."
+#~ msgid "Export"
+#~ msgstr "F. snillinga"
+
+#, fuzzy
+#~ msgid ""
+#~ "GNU/Linux manages time in GMT (Greenwich Mean Time) and translates it in\n"
+#~ "local time according to the time zone you selected."
+#~ msgstr ""
+#~ "Hrna velur tmasvi sem gildir ar sem br.\n"
+#~ "\n"
+#~ "\n"
+#~ "Linux notar GMT ea \"Greenwich Mean Time\" og breytir eim tma\n"
+#~ "san staartma samkvmt v tmasvi sem velur."
+
+#, fuzzy
+#~ msgid "Connect to Internet"
+#~ msgstr "Nafn tengingar"
+
+#, fuzzy
+#~ msgid "Disconnect from Internet"
+#~ msgstr "Nafn tengingar"
+
+#, fuzzy
+#~ msgid "Configure network connection (LAN or Internet)"
+#~ msgstr "Stilla nettengingu"
+
+#, fuzzy
+#~ msgid "Detected %s, do you want to set it up?"
+#~ msgstr "Hvaa disk viltu fra til?"
+
+#, fuzzy
+#~ msgid "Please choose the printer you want to set up."
+#~ msgstr "Veldu pakkana sem vilt setja inn"
+
+#, fuzzy
+#~ msgid "Infos"
+#~ msgstr "Upplsingar"
+
+#, fuzzy
+#~ msgid "Windows Importation"
+#~ msgstr "Upplsingar"
+
+#, fuzzy
+#~ msgid "authentification"
+#~ msgstr "Aukenning"
+
+# ## skrytid
+#, fuzzy
+#~ msgid "Removable media"
+#~ msgstr "Sjlfvirk tenging aukatkja"
+
+#~ msgid "Active"
+#~ msgstr "Virk"
+
+#, fuzzy
+#~ msgid "No X"
+#~ msgstr "Nei"
+
+#~ msgid "A printer, model \"%s\", has been detected on "
+#~ msgstr "Prentari af gerinni \"%s\" fannst "
+
+#~ msgid "Local Printer Device"
+#~ msgstr "Stabundi prenttki"
+
+#, fuzzy
+#~ msgid "Printer Device"
+#~ msgstr "Prenttki:"
+
+#, fuzzy
+#~ msgid "Printer(s) on remote CUPS server(s)"
+#~ msgstr "Fjartengd prentr"
+
+#, fuzzy
+#~ msgid "Printer(s) on remote server(s)"
+#~ msgstr "Fjartengd prentr"
+
+#~ msgid "Choose the size you want to install"
+#~ msgstr "Veldu str sem vilt setja inn"
+
+#~ msgid "Total size: "
+#~ msgstr "Heildarstr: "
+
+#~ msgid "Please wait, "
+#~ msgstr "Vinsamlegast hinkri, "
+
+#~ msgid "Total time "
+#~ msgstr "Heildar tmi "
+
+#~ msgid "Use existing configuration for X11?"
+#~ msgstr "Nota X uppsetningu sem er til?"
+
+#, fuzzy
+#~ msgid ""
+#~ "What device is your printer connected to \n"
+#~ "(note that /dev/lp0 is equivalent to LPT1:)?\n"
+#~ msgstr ""
+#~ "Vi hvaa tki er prentarinn inn tengdur\n"
+#~ " (Athugau a /dev/lp0 er a sama og LPT1:)?\n"
+
+#~ msgid "$_"
+#~ msgstr "$_"
+
+#, fuzzy
+#~ msgid "Starting your connection..."
+#~ msgstr "Stilla nettengingu"
+
+#, fuzzy
+#~ msgid "Closing your connection..."
+#~ msgstr "Stilla nettengingu"
+
+#, fuzzy
+#~ msgid "The system is now disconnected."
+#~ msgstr "Hvaa disk viltu fra til?"
+
+#~ msgid "New"
+#~ msgstr "N"
+
+#, fuzzy
+#~ msgid "Remote"
+#~ msgstr "Fjarlgja"
+
+#, fuzzy
+#~ msgid ""
+#~ "Please click on a button above\n"
+#~ "\n"
+#~ "Or use \"New\""
+#~ msgstr "Smelltu disksnei"
+
+#~ msgid "Ambiguity (%s), be more precise\n"
+#~ msgstr "ljst (%s), vertu nkvmari\n"
+
+#~ msgid " ? (default %s) "
+#~ msgstr " ? (sjlfgefi %s) "
+
+#~ msgid "Your choice? (default %s enter `none' for none) "
+#~ msgstr "itt val? (sjlfgefi %s slu inn `none' fyrir engan) "
+
+#, fuzzy
+#~ msgid ""
+#~ "Unless you know specifically otherwise, the usual choice is \"/dev/hda\"\n"
+#~ "(primary master IDE disk) or \"/dev/sda\" (first SCSI disk)."
+#~ msgstr ""
+#~ "Ef um algengar astur er a ra er rtt svar \"/dev/hda\"\n"
+#~ "(aal diskurinn aal IDE rsinni)."
+
+#, fuzzy
+#~ msgid "Do you want to restart the network"
+#~ msgstr "Viltu prfa skilgreininguna"
+
+#, fuzzy
+#~ msgid "I'm about to restart the network device:\n"
+#~ msgstr "Viltu prfa skilgreininguna"
+
+#, fuzzy
+#~ msgid "I'm about to restart the network device %s. Do you agree?"
+#~ msgstr "Viltu prfa skilgreininguna"
+
+#, fuzzy
+#~ msgid ""
+#~ "The following printers are configured.\n"
+#~ "You can add some more or modify the existing ones."
+#~ msgstr ""
+#~ "Hrna eru nverandi stillingar LILO .\n"
+#~ " getur btt vi fleirum ea breytt essum."
+
+#, fuzzy
+#~ msgid "Connection timeout (in sec) [ beta, not yet implemented ]"
+#~ msgstr "Nafn tengingar"
+
+#, fuzzy
+#~ msgid "Could not set \"%s\" as the default printer!"
+#~ msgstr "Veldu nja str"
+
+#, fuzzy
+#~ msgid "Test the mouse here."
+#~ msgstr "Hvernig ms ertu me?"
+
+#, fuzzy
+#~ msgid ""
+#~ "Please choose your preferred language for installation and system usage."
+#~ msgstr "Veldu tunguml til a nota vi innsetningu og kerfisnotkun."
+
+#~ msgid "Choose the layout corresponding to your keyboard from the list above"
+#~ msgstr "Veldu sni sem passar vi lyklabori itt fr listanum a ofan"
+
+#, fuzzy
+#~ msgid ""
+#~ "Select:\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"
+#~ "\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!"
+#~ msgstr ""
+#~ "Select:\n"
+#~ "\n"
+#~ " - Eftir skum: Ef hefur nokkra reynslu meiar 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"
+#~ "\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"
+#~ "\".\n"
+
+#, fuzzy
+#~ msgid ""
+#~ "You may now enter your host name if needed. If you\n"
+#~ "don't know or are not sure what to enter, the correct informations can "
+#~ "be\n"
+#~ "obtained from your Internet Service Provider."
+#~ msgstr ""
+#~ "Hrna geturu stillt innhringitengingu. Ef ert ekki viss um hva "
+#~ "arft,\n"
+#~ "hafu samband vi jnustuveituna til a f r upplsingar."
+
+#, fuzzy
+#~ msgid ""
+#~ "You may now configure your network device.\n"
+#~ "\n"
+#~ " * IP address: if you don't know or are not sure what to enter, ask "
+#~ "your network administrator.\n"
+#~ " You should not enter an IP address if you select the option "
+#~ "\"Automatic IP\" below.\n"
+#~ "\n"
+#~ " * Netmask: \"255.255.255.0\" is generally a good choice. If you don't "
+#~ "know or are not sure what to enter,\n"
+#~ " ask your network administrator.\n"
+#~ "\n"
+#~ " * Automatic IP: if your network uses BOOTP or DHCP protocol, select "
+#~ "this option. If selected, no value is needed in\n"
+#~ " \"IP address\". If you don't know or are not sure if you need to "
+#~ "select this option, ask your network administrator."
+#~ msgstr ""
+#~ "Slu inn:\n"
+#~ "\n"
+#~ " - IP vistfang: Ef veist ekki hva a er, spuru kerfisstjra ea "
+#~ "fulltra hj jnustuveitu.\n"
+#~ "\n"
+#~ "\n"
+#~ " - Netsa: \"255.255.255.0\" er mjg algeng sa. Ef ert ekki viss "
+#~ "hvaa\n"
+#~ "su skal nota, spuru kerfisstjra ea fulltra jnustuveitu.\n"
+#~ "\n"
+#~ "\n"
+#~ " - Sjlfvirkt vistfang: Ef ert neti sem notar bootp ea dhcp "
+#~ "reglurnar, veldu \n"
+#~ " ennan kost. slkum tilfellum arf ekki a gefa upp neitt \"IP "
+#~ "vistfang\". Eins \n"
+#~ "og me arar stillingar, vri ekki slm hugmynd a hafa samband vi "
+#~ "kerfisstjra.\n"
+
+#, fuzzy
+#~ msgid ""
+#~ "You may now enter your host name if needed. If you\n"
+#~ "don't know or are not sure what to enter, ask your network administrator."
+#~ msgstr ""
+#~ "Ef NIS er nota netinu sem ert , veldu \"Nota NIS\". Ef ert "
+#~ "ekki\n"
+#~ "viss hvort a s nota, spuru kerfisstjra netsins."
+
+#~ 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."
+#~ msgstr ""
+#~ "Hrna geturu stillt innhringitengingu. Ef ert ekki viss um hva "
+#~ "arft,\n"
+#~ "hafu samband vi jnustuveituna til a f r upplsingar."
+
+#~ msgid ""
+#~ "If you will use proxies, please configure them now. If you don't know if\n"
+#~ "you should use proxies, ask your network administrator or your ISP."
+#~ msgstr ""
+#~ "Ef notar einhverskonar sel (e. proxy), stilltu au nna. Ef "
+#~ "veist ekki\n"
+#~ "hvort arft a still au, hafu samband vi kerfisstjra ea "
+#~ "jnustuveitu."
+
+#, fuzzy
+#~ 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 and\n"
+#~ "after that select the packages to install.\n"
+#~ "\n"
+#~ "\n"
+#~ "Note you have to select mirror and cryptographic packages according\n"
+#~ "to your legislation."
+#~ msgstr ""
+#~ " getur nna n dulritunarhugbna ef Internet tengingin n er rtt\n"
+#~ "upp sett. Fyrst velur spegilvl aan sem vilt skja "
+#~ "hugbnainn\n"
+#~ "og san velur pakka sem vilt skja og setja inn.\n"
+#~ "\n"
+#~ "Athugau a velja spegilvl og dulritunarhugbna samkvmt v sem lg "
+#~ "leyfa\n"
+#~ " slandi ea hvar sem ert nna a nota tlvuna."
+
+#, fuzzy
+#~ msgid ""
+#~ "You can now enter the root password for your Mandrake Linux system.\n"
+#~ "The password must be entered twice to verify that both password entries "
+#~ "are identical.\n"
+#~ "\n"
+#~ "\n"
+#~ "Root is the system's administrator and is the only user allowed to modify "
+#~ "the\n"
+#~ "system configuration. Therefore, choose this password carefully. \n"
+#~ "Unauthorized use of the root account can be extemely dangerous to the "
+#~ "integrity\n"
+#~ "of the system, its data and other system connected to it.\n"
+#~ "\n"
+#~ "\n"
+#~ "The password should be a mixture of alphanumeric characters and at least "
+#~ "8\n"
+#~ "characters long. It should never be written down.\n"
+#~ "\n"
+#~ "\n"
+#~ "Do not make the password too long or complicated, though: you must be "
+#~ "able to\n"
+#~ "remember it without too much effort."
+#~ msgstr ""
+#~ "Hrna bru til rtarlykilor fyrir Mandrake Linux kerfi (lykilor\n"
+#~ "ofurpaursins :-). verur a sl lykilori inn tvisvar til a \n"
+#~ "stafesta a (svo a veri rugglega a lykilor sem tlast til).\n"
+#~ "\n"
+#~ "\n"
+#~ "Rtin (root) er stjrnandi kerfisins (kerfisstjri) og eini notandinn\n"
+#~ "sem breytt getur striskrm. Veldu lykilori v vandlega. heimil\n"
+#~ "notkun rtaragangi a kerfinu getur ori mjg skaleg uppsetningu\n"
+#~ "og ggnum kerfinu samt rum tlvum sem eru tengdar vi essa.\n"
+#~ "Lykilori tti a vera hfileg blanda af bkstfum og tlustfum og\n"
+#~ "minnst 8 stafa langt. ttir *ekki* a skrifa a niur og ttir\n"
+#~ "v ekki a hafa a of langt ea of flki v eykst httan \n"
+#~ " v a gleymir v. arft a geta muna hvaa lykilor\n"
+#~ "gefur rtaragang til a geta breytt uppsetningu og stillingum."
+
+# ## skrytid
+#~ 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"
+#~ "one or more account(s) for each person you want to allow to use\n"
+#~ "the computer. Note that each user account will have its own\n"
+#~ "preferences (graphical environment, program settings, etc.)\n"
+#~ "and its own \"home directory\", in which these preferences are\n"
+#~ "stored.\n"
+#~ "\n"
+#~ "\n"
+#~ "First of all, create an account for yourself! Even if you will be the "
+#~ "only user\n"
+#~ "of the machine, you may NOT connect as root for daily use of the system: "
+#~ "it's a\n"
+#~ "very high security risk. Making the system unusable is very often a typo "
+#~ "away.\n"
+#~ "\n"
+#~ "\n"
+#~ "Therefore, you should connect to the system using the user account\n"
+#~ "you will have created here, and login as root only for administration\n"
+#~ "and maintenance purposes."
+#~ msgstr ""
+#~ "You may now create one or more \"regular\" user account(s), as\n"
+#~ "opposed to the \"privileged\" user account, root. You can create\n"
+#~ "one or more account(s) for each person you want to allow to use\n"
+#~ "the computer. Note that each user account will have its own\n"
+#~ "preferences (graphical environment, program settings, etc.)\n"
+#~ "and its own \"home directory\", in which these preferences are\n"
+#~ "stored.\n"
+#~ "\n"
+#~ "\n"
+#~ "First of all, create an account for yourself! Even if you will be the "
+#~ "only user\n"
+#~ "of the machine, you may NOT connect as root for daily use of the system: "
+#~ "it's a\n"
+#~ "very high security risk. Making the system unusable is very often a typo "
+#~ "away.\n"
+#~ "\n"
+#~ "\n"
+#~ "Therefore, you should connect to the system using the user account\n"
+#~ "you will have created here, and login as root only for administration\n"
+#~ "and maintenance purposes."
+
+# ## skrytid
+#, fuzzy
+#~ msgid ""
+#~ "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"
+#~ " - 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"
+#~ "enabling the keyboard. The boot loader doesn't wait if \"delay\" is\n"
+#~ "omitted or is set to zero.\n"
+#~ "\n"
+#~ "\n"
+#~ " - Video mode: This specifies the VGA text mode that should be selected\n"
+#~ "when booting. The following values are available: \n"
+#~ "\n"
+#~ " * normal: select normal 80x25 text mode.\n"
+#~ "\n"
+#~ " * <number>: use the corresponding text mode.\n"
+#~ "\n"
+#~ "\n"
+#~ " - Clean \"/tmp\" at each boot: if you want delete all files and "
+#~ "directories\n"
+#~ "stored in \"/tmp\" when you boot your system, select this option.\n"
+#~ "\n"
+#~ "\n"
+#~ " - Precise RAM if needed: unfortunately, there is no standard method to "
+#~ "ask the\n"
+#~ "BIOS about the amount of RAM present in your computer. As consequence, "
+#~ "Linux may\n"
+#~ "fail to detect your amount of RAM correctly. If this is the case, you "
+#~ "can\n"
+#~ "specify the correct amount or RAM here. Please note that a difference of "
+#~ "2 or 4\n"
+#~ "MB between detected memory and memory present in your system is normal."
+#~ msgstr ""
+#~ "LILO 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"
+#~ "enabling the keyboard. The boot loader doesn't wait if \"delay\" is\n"
+#~ "omitted or is set to zero.\n"
+#~ "\n"
+#~ "\n"
+#~ " - Video mode: This specifies the VGA text mode that should be selected\n"
+#~ "when booting. The following values are available: \n"
+#~ " * normal: select normal 80x25 text mode.\n"
+#~ " * <number>: use the corresponding text mode."
+
+# ## skrytid
+#, fuzzy
+#~ msgid ""
+#~ "SILO main options are:\n"
+#~ " - Bootloader installation: Indicate where you want to place the\n"
+#~ "information required to boot to GNU/Linux. Unless you know exactly\n"
+#~ "what you are doing, choose \"First sector of drive (MBR)\".\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"
+#~ "enabling the keyboard. The boot loader doesn't wait if \"delay\" is\n"
+#~ "omitted or is set to zero."
+#~ msgstr ""
+#~ "LILO 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"
+#~ "enabling the keyboard. The boot loader doesn't wait if \"delay\" is\n"
+#~ "omitted or is set to zero.\n"
+#~ "\n"
+#~ "\n"
+#~ " - Video mode: This specifies the VGA text mode that should be selected\n"
+#~ "when booting. The following values are available: \n"
+#~ " * normal: select normal 80x25 text mode.\n"
+#~ " * <number>: use the corresponding text mode."
+
+#, fuzzy
+#~ msgid ""
+#~ "Now it's time to configure the X Window System, which is the\n"
+#~ "core of the GNU/Linux GUI (Graphical User Interface). For this purpose,\n"
+#~ "you must configure your video card and monitor. Most of these\n"
+#~ "steps are automated, though, therefore your work may only consist\n"
+#~ "of verifying what has been done and accept the settings :)\n"
+#~ "\n"
+#~ "\n"
+#~ "When the configuration is over, X will be started (unless you\n"
+#~ "ask DrakX not to) so that you can check and see if the\n"
+#~ "settings suit you. If they don't, you can come back and\n"
+#~ "change them, as many times as necessary."
+#~ msgstr ""
+#~ "N er kominn tmi til a stilla X, sem er undirstaa Linux notenda- \n"
+#~ "vimtsins (GUI). Til a X virki, arf a stilla skjkorti\n"
+#~ "og velja vikomandi skj. essi atrii er oftast stillt\n"
+#~ "sjlfkrafa annig a gtir aeins urft a stafesta a\n"
+#~ "sem Mandrake Linux vill gera :)\n"
+#~ "\n"
+#~ "\n"
+#~ "egar uppsetningu X er loki verur X jnninn rstur (nema\n"
+#~ " bijir DrakX a gera a ekki) svo getir stafest a\n"
+#~ "stillingarnar su viunnandi. Ef ert ekki stt(ur) vi r X\n"
+#~ "stillingar sem eru valdar, getur breytt eim a eigin vild."
+
+#~ msgid ""
+#~ "If something is wrong in X configuration, use these options to correctly\n"
+#~ "configure the X Window System."
+#~ msgstr ""
+#~ "Ef eitthva kemur upp X, notau essar stillingar til a stilla\n"
+#~ "a aftur."
+
+#~ msgid ""
+#~ "If you prefer to use a graphical login, select \"Yes\". Otherwise, "
+#~ "select\n"
+#~ "\"No\"."
+#~ msgstr ""
+#~ "Ef vilt myndrnt innstimplunarvimt, veldu \"J\". Ef ekki, veldu\n"
+#~ " \"Nei\"."
+
+#~ msgid ""
+#~ "Your system is going to reboot.\n"
+#~ "\n"
+#~ "After rebooting, your new Mandrake Linux system will load automatically.\n"
+#~ "If you want to boot into another existing operating system, please read\n"
+#~ "the additional instructions."
+#~ msgstr ""
+#~ "Tlvan verur nna endurrst.\n"
+#~ "\n"
+#~ "Mandrake Linux verur sjlfkrafa keyrt upp. Ef vilt hinsvegar\n"
+#~ "keyra upp eitthva anna strikerfi, lestu leibeiningarnar\n"
+#~ "sem fylgja."
+
+#~ msgid "Write /etc/fstab"
+#~ msgstr "Skrifa /etc/fstab"
+
+#~ msgid "Restore from floppy"
+#~ msgstr "Endurheimta fr diskling"
+
+#~ msgid "Format all"
+#~ msgstr "Forsn"
+
+#~ msgid "After formatting all partitions,"
+#~ msgstr "Eftir forsningu allra sneia"
+
+#~ msgid "all data on these partitions will be lost"
+#~ msgstr "munu ll ggn essum disksneium tapast"
+
+#~ msgid "Reload"
+#~ msgstr "Endurhlaa"
+
+#~ msgid "Error reading file $f"
+#~ msgstr "Villa vi lestur skrarinnar $f"
+
+#, fuzzy
+#~ msgid "ADSL configuration"
#~ msgstr "Uppsetning"
+#~ msgid "Remote queue"
+#~ msgstr "Fjartengd prentr"
+
+#, fuzzy
+#~ msgid "Remote queue name missing!"
+#~ msgstr "Fjartengd prentr"
+
+#, fuzzy
+#~ msgid "Command line"
+#~ msgstr "Nafn lns"
+
+#, fuzzy
+#~ msgid "Modify printer"
+#~ msgstr "Stabundinn prentari"
+
+#, fuzzy
+#~ msgid "Network Monitoring"
+#~ msgstr "Netstillingar"
+
+#, fuzzy
+#~ msgid "Profile "
+#~ msgstr "tkst ekki a tengja: "
+
+#, fuzzy
+#~ msgid "Connection Time: "
+#~ msgstr "Nafn tengingar"
+
+#, fuzzy
+#~ msgid "Connecting to Internet "
+#~ msgstr "Nafn tengingar"
+
+#, fuzzy
+#~ msgid "Disconnecting from Internet "
+#~ msgstr "Nafn tengingar"
+
+#, fuzzy
+#~ msgid "Disconnection from Internet failed."
+#~ msgstr "Nafn tengingar"
+
+#, fuzzy
+#~ msgid "Disconnection from Internet complete."
+#~ msgstr "Nafn tengingar"
+
+#, fuzzy
+#~ msgid "Connection complete."
+#~ msgstr "Nafn tengingar"
+
+#, fuzzy
+#~ msgid "Default Runlevel"
+#~ msgstr "Sjlfgefi"
+
+#~ msgid "NetWare"
+#~ msgstr "NetWare"
+
+#, fuzzy
+#~ msgid "Adapter"
+#~ msgstr "Uppfrsla"
+
+#, fuzzy
+#~ msgid "Disable network"
+#~ msgstr "Stilla nettengingu"
+
+#, fuzzy
+#~ msgid "Enable network"
+#~ msgstr "Stilla nettengingu"
+
+#, fuzzy
+#~ msgid "DSL (or ADSL) connection"
+#~ msgstr "Stilla nettengingu"
+
+#, fuzzy
+#~ msgid "Choose"
+#~ msgstr "USB ms"
+
+#~ msgid "Yes, print ASCII test page"
+#~ msgstr "J, prenta ASCII prufusu"
+
+#~ msgid "Yes, print PostScript test page"
+#~ msgstr "J, prenta PostScript prufusu"
+
+#~ msgid "Paper Size"
+#~ msgstr "Papprsstr"
+
+#~ msgid "Eject page after job?"
+#~ msgstr "Koma blasu t eftir?"
+
+#~ msgid "Uniprint driver options"
+#~ msgstr "Uniprint rekilvalkostir"
+
+#~ msgid "Color depth options"
+#~ msgstr "Stillingar litadpt"
+
+#~ msgid "Fix stair-stepping text?"
+#~ msgstr "Afstalla texta (trppurnar)?"
+
+#, fuzzy
+#~ msgid ""
+#~ "Every printer need a name (for example lp).\n"
+#~ "Other parameters such as the description of the printer or its location\n"
+#~ "can be defined. What name should be used for this printer and\n"
+#~ "how is the printer connected?"
+#~ msgstr ""
+#~ "Allar prentrair (sem taka vi prentverkum) urfa heiti\n"
+#~ "(oft bara lp) og mppu. Hvaa heiti og mppu viltu nota fyrir\n"
+#~ "essa prentr?"
+
+#, fuzzy
+#~ 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 ""
+#~ "Allar prentrair (sem taka vi prentverkum) urfa heiti\n"
+#~ "(oft bara lp) og mppu. Hvaa heiti og mppu viltu nota fyrir\n"
+#~ "essa prentr?"
+
+#, fuzzy
+#~ msgid "Name of queue"
+#~ msgstr "Heiti prentraar:"
+
+#, fuzzy
+#~ msgid "Spool directory"
+#~ msgstr "Mappa prentraar:"
+
#, fuzzy
-#~ msgid "Lilo/Grub configuration"
+#~ msgid "Disable"
+#~ msgstr "Tafla"
+
+#, fuzzy
+#~ msgid "Enable"
+#~ msgstr "Tafla"
+
+#~ msgid ""
+#~ "To enable a more secure system, you should select \"Use shadow file\" "
+#~ "and\n"
+#~ "\"Use MD5 passwords\"."
+#~ msgstr ""
+#~ "Ef vilt gera kerfi ruggara ttir a velja \"Nota skuggaskr\" "
+#~ "og\n"
+#~ "\"Nota MD5 lykilor\"."
+
+#~ msgid ""
+#~ "If your network uses NIS, select \"Use NIS\". If you don't know, ask "
+#~ "your\n"
+#~ "network administrator."
+#~ msgstr ""
+#~ "Ef NIS er nota netinu sem ert , veldu \"Nota NIS\". Ef ert "
+#~ "ekki\n"
+#~ "viss hvort a s nota, spuru kerfisstjra netsins."
+
+#~ msgid "yellow pages"
+#~ msgstr "Gular sur (yp)"
+
+#, fuzzy
+#~ msgid "Light configuration"
+#~ msgstr "Uppsetning"
+
+#, fuzzy
+#~ msgid "How do you want to connect to the Internet?"
+#~ msgstr "Hvaa disk viltu fra til?"
+
+#, fuzzy
+#~ msgid "Configure..."
#~ msgstr "Uppsetning"
#, fuzzy
@@ -7445,10 +11601,6 @@ msgstr ""
#~ msgstr "Stilla nettengingu"
#, fuzzy
-#~ msgid "Standard tools"
-#~ msgstr "Forritun"
-
-#, fuzzy
#~ msgid "Configuration de Lilo/Grub"
#~ msgstr "Uppsetning: Bta sl vi"
@@ -7469,10 +11621,6 @@ msgstr ""
#~ msgstr "Ba til rsidiskling"
#, fuzzy
-#~ msgid "Format floppy"
-#~ msgstr "Forsn"
-
-#, fuzzy
#~ msgid "Choice"
#~ msgstr "tki"
@@ -7553,14 +11701,6 @@ msgstr ""
#~ msgid "Internet/Network access"
#~ msgstr "Endursn..."
-#, fuzzy
-#~ msgid "Mail information"
-#~ msgstr "Sna upplsingar"
-
-#, fuzzy
-#~ msgid "Firewall Configuration Wizard"
-#~ msgstr "Netstillingar"
-
#~ msgid "Miscellaneous"
#~ msgstr "mislegt"
@@ -7572,10 +11712,6 @@ msgstr ""
#~ msgstr "Stilli ryggisrep"
#, fuzzy
-#~ msgid "Actions"
-#~ msgstr "Upplsingar"
-
-#, fuzzy
#~ msgid "toot"
#~ msgstr "Rt"
@@ -7594,10 +11730,6 @@ msgstr ""
#~ msgstr "Forritun"
#, fuzzy
-#~ msgid "None"
-#~ msgstr "Bi"
-
-#, fuzzy
#~ msgid "Which bootloader(s) do you want to use?"
#~ msgstr "Hverju viltu bta vi?"
@@ -7609,10 +11741,6 @@ msgstr ""
#~ msgstr "Stilla nettengingu"
#, fuzzy
-#~ msgid "Configure a cable connection"
-#~ msgstr "Stilla nettengingu"
-
-#, fuzzy
#~ msgid "Disable Internet Connection"
#~ msgstr "Stilla nettengingu"
@@ -7621,10 +11749,6 @@ msgstr ""
#~ msgstr "Stilla nettengingu"
#, fuzzy
-#~ msgid "Disable networking"
-#~ msgstr "Stilla nettengingu"
-
-#, fuzzy
#~ msgid "Configure the Internet connection / Configure local Network"
#~ msgstr "Nafn tengingar"
@@ -7638,13 +11762,6 @@ msgstr ""
#~ msgid "Reconfigure using wizard..."
#~ msgstr "Uppsetning"
-#~ msgid "Multimedia"
-#~ msgstr "Margmilun"
-
-#, fuzzy
-#~ msgid "Gnome"
-#~ msgstr "Bi"
-
#, fuzzy
#~ msgid "Internet Tools"
#~ msgstr "Sel stillingar"
@@ -7656,9 +11773,6 @@ msgstr ""
#~ msgid "Configure timezone"
#~ msgstr "Tilgreina tmasvi"
-#~ msgid "Configure printer"
-#~ msgstr "Setja upp prentara"
-
#, fuzzy
#~ msgid "Network adaptater 1 (eth0):"
#~ msgstr "Vifng NetWare prentara"
@@ -7666,9 +11780,6 @@ msgstr ""
#~ msgid "(may cause data corruption)"
#~ msgstr "(getur skaa vistu ggn)"
-#~ msgid "Use hard drive optimisations?"
-#~ msgstr "Nota fnstillingar hrum disk(um)"
-
#~ msgid "Enable num lock at startup"
#~ msgstr "Kveikja NUMLOCK vi eftir rsingu"
@@ -7700,24 +11811,15 @@ msgstr ""
#~ msgid "Use shadow file"
#~ msgstr "Nota skuggaskr"
-#~ msgid "shadow"
-#~ msgstr "skuggi"
-
#~ msgid "MD5"
#~ msgstr "MD5"
#~ msgid "Use MD5 passwords"
#~ msgstr "Nota MD5 lykilor"
-#~ msgid "Search"
-#~ msgstr "Leita"
-
#~ msgid "Package"
#~ msgstr "Pakka"
-#~ msgid "Text"
-#~ msgstr "Texta"
-
#~ msgid "Tree"
#~ msgstr "Tr"
@@ -7727,9 +11829,6 @@ msgstr ""
#~ msgid "Category"
#~ msgstr "Flokk"
-#~ msgid "See"
-#~ msgstr "Skoa"
-
#~ msgid "Installed packages"
#~ msgstr "Pakkar sem eru inni"
@@ -7751,9 +11850,6 @@ msgstr ""
#~ msgid "Update location"
#~ msgstr "Uppfrslusl"
-#~ msgid "Remove"
-#~ msgstr "Fjarlgja"
-
#~ msgid "Find Package"
#~ msgstr "Finna pakka"
@@ -7763,33 +11859,18 @@ msgstr ""
#~ msgid "Toggle between Installed and Available"
#~ msgstr "Skipta milli innsettra og tiltkra"
-#~ msgid "Uninstall"
-#~ msgstr "Fjarlgja"
-
-#~ msgid "Choose package to install"
-#~ msgstr "Veldu pakka til a setja inn"
-
#~ msgid "Checking dependencies"
#~ msgstr "Athuga tengsli milli pakka"
-#~ msgid "Wait"
-#~ msgstr "Augnablik"
-
#~ msgid "The following packages are going to be uninstalled"
#~ msgstr "Eftirfarandi pakkar vera fjarlgir"
-#~ msgid "Uninstalling the RPMs"
-#~ msgstr "Fjarlgji RPM pakkana"
-
#~ msgid "Regexp"
#~ msgstr "Regexp"
#~ msgid "Which package are looking for"
#~ msgstr "Hvaa pakka ertu a leita a?"
-#~ msgid "%s not found"
-#~ msgstr "%s fannst ekki"
-
#~ msgid "No match"
#~ msgstr "Ekkert fannst"
@@ -7847,17 +11928,9 @@ msgstr ""
#~ msgstr "essi leit mun taka dltinn tma"
#, fuzzy
-#~ msgid "France"
-#~ msgstr "Htta vi"
-
-#, fuzzy
#~ msgid "ECI modem"
#~ msgstr "F. snillinga"
-#, fuzzy
-#~ msgid "interesting"
-#~ msgstr "Endursn..."
-
#~ msgid "Which serial port is your mouse connected to?"
#~ msgstr "Vi hvaa ratengi er msin n tengd?"
@@ -7888,10 +11961,6 @@ msgstr ""
#~ msgstr "Nafn tengingar"
#, fuzzy
-#~ msgid "Germany"
-#~ msgstr "skt"
-
-#, fuzzy
#~ msgid "Germany (1TR6)"
#~ msgstr "skt"
@@ -7915,7 +11984,7 @@ msgstr ""
#~ "Choose \"Install\" if there are no previous versions of GNU/Linux\n"
#~ "installed, or if you wish to use multiple distributions or versions.\n"
#~ "\n"
-#~ "Choose \"Rescue\" if you wish to rescue a version of Linux-Mandrake "
+#~ "Choose \"Rescue\" if you wish to rescue a version of Mandrake Linux "
#~ "already installed.\n"
#~ "\n"
#~ "\n"
@@ -7986,7 +12055,7 @@ msgstr ""
#~ "hardware.\n"
#~ "\n"
#~ "\n"
-#~ "If you install a Linux-Mandrake system on a machine which is part\n"
+#~ "If you install a Mandrake Linux system on a machine which is part\n"
#~ "of an already existing network, the network administrator will\n"
#~ "have given you all necessary information (IP address, network\n"
#~ "submask or netmask for short, and hostname). If you're setting\n"
@@ -8015,7 +12084,7 @@ msgstr ""
#~ "\n"
#~ "\n"
#~ "\n"
-#~ "Ef ert a setja Linux Mandrake tlvu sem er hluti af staarneti\n"
+#~ "Ef ert a setja Mandrake Linux tlvu sem er hluti af staarneti\n"
#~ " ttir a f nausynlegar upplsingar fyrir tengingu hj "
#~ "kerfisstjra.\n"
#~ "Upplsingarnar sem arft til a tengjast staarneti me TCP/IP eru:\n"
@@ -8200,9 +12269,6 @@ msgstr ""
#~ msgid "nfs mount failed"
#~ msgstr "tkst ekki a tengja nfs"
-#~ msgid "CHAP"
-#~ msgstr "CHAP"
-
#~ msgid "Cryptographic"
#~ msgstr "Dulkun"
@@ -8230,9 +12296,6 @@ msgstr ""
#~ msgid "%s: This is not a root partition, please select another one."
#~ msgstr "%s: etta er ekki rtardisksnei. Veldu ara."
-#~ msgid "No root partition found"
-#~ msgstr "Engin rtarsnei fannst"
-
#~ msgid ", %U MB"
#~ msgstr ", %U MB"
@@ -8407,18 +12470,12 @@ msgstr ""
#~ msgid "Setup SCSI"
#~ msgstr "Setja upp SCSI"
-#~ msgid "Which packages do you want to install"
-#~ msgstr "Hvaa pakka viltu setja inn"
-
#~ msgid "Local LAN"
#~ msgstr "Staarnet(LAN)"
#~ msgid "Size: %s MB"
#~ msgstr "Str: %s MB"
-#~ msgid "formatting"
-#~ msgstr "forsn"
-
#~ msgid "changing type of"
#~ msgstr "breyti tegund"
@@ -8437,9 +12494,6 @@ msgstr ""
#~ msgid "Password:"
#~ msgstr "Lykilor:"
-#~ msgid "expert"
-#~ msgstr "snillingur"
-
#~ msgid "developer"
#~ msgstr "forritari"
diff --git a/perl-install/share/po/ko.po b/perl-install/share/po/ko.po
index 49e2c94a4..3c0726443 100644
--- a/perl-install/share/po/ko.po
+++ b/perl-install/share/po/ko.po
@@ -8,7 +8,7 @@
msgid ""
msgstr ""
"Project-Id-Version: DrakX 1.1.5\n"
-"POT-Creation-Date: 2001-09-21 19:50+0200\n"
+"POT-Creation-Date: 2002-03-11 18:29+0100\n"
"PO-Revision-Date: 2001-09-24 01:16--500\n"
"Last-Translator: Jaegeum Choe <baedaron@hananet.net>\n"
"Language-Team: Korean <baedaron@hananet.net>\n"
@@ -16,24 +16,24 @@ msgstr ""
"Content-Type: text/plain; charset=euc-kr\n"
"Content-Transfer-Encoding: 8bit\n"
-#: ../../Xconfigurator.pm_.c:231
+#: ../../Xconfigurator.pm_.c:242
msgid "Configure all heads independently"
msgstr " 带 "
-#: ../../Xconfigurator.pm_.c:232
+#: ../../Xconfigurator.pm_.c:243
msgid "Use Xinerama extension"
msgstr "Xinerama Ȯ "
-#: ../../Xconfigurator.pm_.c:235
+#: ../../Xconfigurator.pm_.c:246
#, c-format
msgid "Configure only card \"%s\" (%s)"
msgstr "%sī常 (%s)"
-#: ../../Xconfigurator.pm_.c:238
+#: ../../Xconfigurator.pm_.c:249
msgid "Multi-head configuration"
msgstr " "
-#: ../../Xconfigurator.pm_.c:239
+#: ../../Xconfigurator.pm_.c:250
msgid ""
"Your system support multiple head configuration.\n"
"What do you want to do?"
@@ -41,33 +41,43 @@ msgstr ""
" ý մϴ.\n"
" Ͻðڽϱ?"
-#: ../../Xconfigurator.pm_.c:248
+#: ../../Xconfigurator.pm_.c:261
msgid "Graphic card"
msgstr "׷ ī"
-#: ../../Xconfigurator.pm_.c:248
+#: ../../Xconfigurator.pm_.c:262
msgid "Select a graphic card"
msgstr "׷ ī "
-#: ../../Xconfigurator.pm_.c:249
+#: ../../Xconfigurator.pm_.c:286
msgid "Choose a X server"
msgstr "X "
-#: ../../Xconfigurator.pm_.c:249
+#: ../../Xconfigurator.pm_.c:286
msgid "X server"
msgstr "X "
-#: ../../Xconfigurator.pm_.c:307 ../../Xconfigurator.pm_.c:313
-#: ../../Xconfigurator.pm_.c:363 ../../Xconfigurator.pm_.c:1435
+#: ../../Xconfigurator.pm_.c:293
+#, fuzzy
+msgid "Choose a X driver"
+msgstr "X "
+
+#: ../../Xconfigurator.pm_.c:293
+#, fuzzy
+msgid "X driver"
+msgstr "X "
+
+#: ../../Xconfigurator.pm_.c:360 ../../Xconfigurator.pm_.c:366
+#: ../../Xconfigurator.pm_.c:416 ../../Xconfigurator.pm_.c:1507
#, c-format
msgid "XFree %s"
msgstr "XFree %s"
-#: ../../Xconfigurator.pm_.c:310
+#: ../../Xconfigurator.pm_.c:363
msgid "Which configuration of XFree do you want to have?"
msgstr " XFree Ͻðڽϱ?"
-#: ../../Xconfigurator.pm_.c:321
+#: ../../Xconfigurator.pm_.c:374
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support but only with XFree %s.\n"
@@ -76,18 +86,18 @@ msgstr ""
" ī XFree %sθ 3D ϵ ӱ ˴ϴ.\n"
" ī ¼ 2D ִ XFree %s մϴ."
-#: ../../Xconfigurator.pm_.c:323 ../../Xconfigurator.pm_.c:356
+#: ../../Xconfigurator.pm_.c:376 ../../Xconfigurator.pm_.c:409
#, c-format
msgid "Your card can have 3D hardware acceleration support with XFree %s."
msgstr " ī XFree %s 3D ϵ ӱ մϴ."
-#: ../../Xconfigurator.pm_.c:325 ../../Xconfigurator.pm_.c:358
-#: ../../Xconfigurator.pm_.c:1435
+#: ../../Xconfigurator.pm_.c:378 ../../Xconfigurator.pm_.c:411
+#: ../../Xconfigurator.pm_.c:1507
#, c-format
msgid "XFree %s with 3D hardware acceleration"
msgstr "XFree %s 3D ϵ "
-#: ../../Xconfigurator.pm_.c:333 ../../Xconfigurator.pm_.c:347
+#: ../../Xconfigurator.pm_.c:386 ../../Xconfigurator.pm_.c:400
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support with XFree %s,\n"
@@ -96,12 +106,12 @@ msgstr ""
" ī XFree %sθ 3D ϵ ӱ ˴ϴ.\n"
": ̰ ̸ ǻ͸ ߰ ֽϴ."
-#: ../../Xconfigurator.pm_.c:335 ../../Xconfigurator.pm_.c:349
+#: ../../Xconfigurator.pm_.c:388 ../../Xconfigurator.pm_.c:402
#, c-format
msgid "XFree %s with EXPERIMENTAL 3D hardware acceleration"
msgstr "XFree %s 3D ϵ "
-#: ../../Xconfigurator.pm_.c:344
+#: ../../Xconfigurator.pm_.c:397
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support but only with XFree %s,\n"
@@ -112,31 +122,31 @@ msgstr ""
": ̰ ̸ ǻ͸ ߰ ֽϴ.\n"
" ī ¼ 2D ִ XFree %s մϴ."
-#: ../../Xconfigurator.pm_.c:364
+#: ../../Xconfigurator.pm_.c:417
msgid "Xpmac (installation display driver)"
msgstr "Xpmac (ġ ǥ ̹)"
-#: ../../Xconfigurator.pm_.c:368
+#: ../../Xconfigurator.pm_.c:421
msgid "XFree configuration"
msgstr "XFree "
-#: ../../Xconfigurator.pm_.c:434
+#: ../../Xconfigurator.pm_.c:496
msgid "Select the memory size of your graphic card"
msgstr "׷ ī ޸ 뷮 ϼ"
-#: ../../Xconfigurator.pm_.c:492
+#: ../../Xconfigurator.pm_.c:550
msgid "Choose options for server"
msgstr " ɼ ϼ"
-#: ../../Xconfigurator.pm_.c:516
+#: ../../Xconfigurator.pm_.c:574
msgid "Choose a monitor"
msgstr "͸ ϼ"
-#: ../../Xconfigurator.pm_.c:516
+#: ../../Xconfigurator.pm_.c:574
msgid "Monitor"
msgstr ""
-#: ../../Xconfigurator.pm_.c:519
+#: ../../Xconfigurator.pm_.c:577
msgid ""
"The two critical parameters are the vertical refresh rate, which is the "
"rate\n"
@@ -158,39 +168,39 @@ msgstr ""
" Ͱ Ѽյ ֽϴ.\n"
" 𸣰ڴٸ, ϰ ϼ"
-#: ../../Xconfigurator.pm_.c:526
+#: ../../Xconfigurator.pm_.c:584
msgid "Horizontal refresh rate"
msgstr " ļ"
-#: ../../Xconfigurator.pm_.c:527
+#: ../../Xconfigurator.pm_.c:585
msgid "Vertical refresh rate"
msgstr " ļ"
-#: ../../Xconfigurator.pm_.c:564
+#: ../../Xconfigurator.pm_.c:622
msgid "Monitor not configured"
msgstr "Ͱ ʾҽϴ."
-#: ../../Xconfigurator.pm_.c:567
+#: ../../Xconfigurator.pm_.c:625
msgid "Graphic card not configured yet"
msgstr "׷ ī尡 ʾҽϴ."
-#: ../../Xconfigurator.pm_.c:570
+#: ../../Xconfigurator.pm_.c:628
msgid "Resolutions not chosen yet"
msgstr "ػ󵵰 õ ʾҽϴ."
-#: ../../Xconfigurator.pm_.c:587
+#: ../../Xconfigurator.pm_.c:646
msgid "Do you want to test the configuration?"
msgstr " ׽Ʈ ðڽϱ?"
-#: ../../Xconfigurator.pm_.c:591
+#: ../../Xconfigurator.pm_.c:650
msgid "Warning: testing this graphic card may freeze your computer"
msgstr " : ׷ ī带 ׽Ʈϸ ǻͰ 𸨴ϴ."
-#: ../../Xconfigurator.pm_.c:594
+#: ../../Xconfigurator.pm_.c:653
msgid "Test of the configuration"
msgstr " ׽Ʈ"
-#: ../../Xconfigurator.pm_.c:632 ../../Xconfigurator.pm_.c:644
+#: ../../Xconfigurator.pm_.c:692 ../../Xconfigurator.pm_.c:704
msgid ""
"\n"
"try to change some parameters"
@@ -198,156 +208,175 @@ msgstr ""
"\n"
"Ϻ ڰ ."
-#: ../../Xconfigurator.pm_.c:632 ../../Xconfigurator.pm_.c:644
+#: ../../Xconfigurator.pm_.c:692 ../../Xconfigurator.pm_.c:704
msgid "An error has occurred:"
msgstr " ߻߽ϴ:"
-#: ../../Xconfigurator.pm_.c:668
+#: ../../Xconfigurator.pm_.c:731
#, c-format
msgid "Leaving in %d seconds"
msgstr "%d ҽϴ."
-#: ../../Xconfigurator.pm_.c:679
+#: ../../Xconfigurator.pm_.c:742
msgid "Is this the correct setting?"
msgstr " ½ϱ?"
-#: ../../Xconfigurator.pm_.c:688
+#: ../../Xconfigurator.pm_.c:751
msgid "An error has occurred, try to change some parameters"
msgstr " ߻߽ϴ. Ϻ ڰ ."
-#: ../../Xconfigurator.pm_.c:759
+#: ../../Xconfigurator.pm_.c:822
msgid "Resolution"
msgstr "ػ"
-#: ../../Xconfigurator.pm_.c:810
+#: ../../Xconfigurator.pm_.c:874
msgid "Choose the resolution and the color depth"
msgstr "ػ󵵿 ϼ"
-#: ../../Xconfigurator.pm_.c:812
+#: ../../Xconfigurator.pm_.c:876
#, c-format
msgid "Graphic card: %s"
msgstr "׷ ī: %s"
-#: ../../Xconfigurator.pm_.c:813
+#: ../../Xconfigurator.pm_.c:877
#, c-format
msgid "XFree86 server: %s"
msgstr "XFree86 : %s"
-#: ../../Xconfigurator.pm_.c:829 ../../printerdrake.pm_.c:1885
-#: ../../standalone/draknet_.c:298 ../../standalone/draknet_.c:301
+#: ../../Xconfigurator.pm_.c:891 ../../diskdrake/interactive.pm_.c:259
+#: ../../install_steps_interactive.pm_.c:208
+msgid "More"
+msgstr "߰ ɼ"
+
+#: ../../Xconfigurator.pm_.c:891 ../../install_gtk.pm_.c:84
+#: ../../install_steps_gtk.pm_.c:328 ../../interactive.pm_.c:127
+#: ../../interactive.pm_.c:142 ../../interactive.pm_.c:317
+#: ../../interactive.pm_.c:349 ../../interactive_http.pm_.c:104
+#: ../../interactive_newt.pm_.c:170 ../../interactive_stdio.pm_.c:141
+#: ../../interactive_stdio.pm_.c:142 ../../my_gtk.pm_.c:686
+#: ../../my_gtk.pm_.c:1019 ../../my_gtk.pm_.c:1041
+#: ../../standalone/drakbackup_.c:2298 ../../standalone/drakbackup_.c:2369
+#: ../../standalone/drakbackup_.c:2385
+msgid "Ok"
+msgstr "Ȯ"
+
+#: ../../Xconfigurator.pm_.c:893 ../../network/netconnect.pm_.c:169
+#: ../../printerdrake.pm_.c:2470 ../../standalone/draknet_.c:275
+#: ../../standalone/draknet_.c:278
msgid "Expert Mode"
msgstr " "
-#: ../../Xconfigurator.pm_.c:830
+#: ../../Xconfigurator.pm_.c:894
msgid "Show all"
msgstr " ǥ"
-#: ../../Xconfigurator.pm_.c:875
+#: ../../Xconfigurator.pm_.c:939
msgid "Resolutions"
msgstr "ػ"
-#: ../../Xconfigurator.pm_.c:1437
+#: ../../Xconfigurator.pm_.c:1509
#, c-format
msgid "Keyboard layout: %s\n"
msgstr "Ű : %s\n"
-#: ../../Xconfigurator.pm_.c:1438
+#: ../../Xconfigurator.pm_.c:1510
#, c-format
msgid "Mouse type: %s\n"
msgstr "콺 : %s\n"
-#: ../../Xconfigurator.pm_.c:1439
+#: ../../Xconfigurator.pm_.c:1511
#, c-format
msgid "Mouse device: %s\n"
msgstr "콺 ġ: %s\n"
-#: ../../Xconfigurator.pm_.c:1440
+#: ../../Xconfigurator.pm_.c:1512
#, c-format
msgid "Monitor: %s\n"
msgstr ": %s\n"
-#: ../../Xconfigurator.pm_.c:1441
+#: ../../Xconfigurator.pm_.c:1513
#, c-format
msgid "Monitor HorizSync: %s\n"
msgstr " ļ: %s\n"
-#: ../../Xconfigurator.pm_.c:1442
+#: ../../Xconfigurator.pm_.c:1514
#, c-format
msgid "Monitor VertRefresh: %s\n"
msgstr " ļ: %s\n"
-#: ../../Xconfigurator.pm_.c:1443
+#: ../../Xconfigurator.pm_.c:1515
#, c-format
msgid "Graphic card: %s\n"
msgstr "׷ ī: %s\n"
-#: ../../Xconfigurator.pm_.c:1444
+#: ../../Xconfigurator.pm_.c:1516
#, c-format
msgid "Graphic card identification: %s\n"
msgstr "׷ ī ID: %s\n"
-#: ../../Xconfigurator.pm_.c:1445
+#: ../../Xconfigurator.pm_.c:1517
#, c-format
msgid "Graphic memory: %s kB\n"
msgstr " ޸: %s kB\n"
-#: ../../Xconfigurator.pm_.c:1447
+#: ../../Xconfigurator.pm_.c:1519
#, c-format
msgid "Color depth: %s\n"
msgstr " ɵ: %s\n"
-#: ../../Xconfigurator.pm_.c:1448
+#: ../../Xconfigurator.pm_.c:1520
#, c-format
msgid "Resolution: %s\n"
msgstr "ػ: %s\n"
-#: ../../Xconfigurator.pm_.c:1450
+#: ../../Xconfigurator.pm_.c:1522
#, c-format
msgid "XFree86 server: %s\n"
msgstr "XFree86 : %s\n"
-#: ../../Xconfigurator.pm_.c:1451
+#: ../../Xconfigurator.pm_.c:1523
#, c-format
msgid "XFree86 driver: %s\n"
msgstr "XFree86 ̹: %s\n"
-#: ../../Xconfigurator.pm_.c:1469
+#: ../../Xconfigurator.pm_.c:1541
msgid "Preparing X-Window configuration"
msgstr "X-Window غ"
-#: ../../Xconfigurator.pm_.c:1489
+#: ../../Xconfigurator.pm_.c:1561
msgid "What do you want to do?"
msgstr " Ͻðڽϱ?"
-#: ../../Xconfigurator.pm_.c:1494
+#: ../../Xconfigurator.pm_.c:1566
msgid "Change Monitor"
msgstr " "
-#: ../../Xconfigurator.pm_.c:1495
+#: ../../Xconfigurator.pm_.c:1567
msgid "Change Graphic card"
msgstr "׷ ī "
-#: ../../Xconfigurator.pm_.c:1497
+#: ../../Xconfigurator.pm_.c:1570
msgid "Change Server options"
msgstr " ɼ "
-#: ../../Xconfigurator.pm_.c:1498
+#: ../../Xconfigurator.pm_.c:1571
msgid "Change Resolution"
msgstr "ػ "
-#: ../../Xconfigurator.pm_.c:1499
+#: ../../Xconfigurator.pm_.c:1572
msgid "Show information"
msgstr " "
-#: ../../Xconfigurator.pm_.c:1500
+#: ../../Xconfigurator.pm_.c:1573
msgid "Test again"
msgstr "ٽ ׽Ʈ"
-#: ../../Xconfigurator.pm_.c:1501 ../../bootlook.pm_.c:156
+#: ../../Xconfigurator.pm_.c:1574 ../../printerdrake.pm_.c:2473
+#: ../../standalone/logdrake_.c:225
msgid "Quit"
msgstr ""
-#: ../../Xconfigurator.pm_.c:1509
+#: ../../Xconfigurator.pm_.c:1582
#, c-format
msgid ""
"Keep the changes?\n"
@@ -360,20 +389,11 @@ msgstr ""
"\n"
"%s"
-#: ../../Xconfigurator.pm_.c:1532
-#, c-format
-msgid "Please relog into %s to activate the changes"
-msgstr " Ϸ %s α ϼ."
-
-#: ../../Xconfigurator.pm_.c:1552
-msgid "Please log out and then use Ctrl-Alt-BackSpace"
-msgstr "α׾ƿϰ Crtl-Alt-BackSpaceŰ ."
-
-#: ../../Xconfigurator.pm_.c:1555
+#: ../../Xconfigurator.pm_.c:1603
msgid "X at startup"
msgstr "۽ ٷ X "
-#: ../../Xconfigurator.pm_.c:1556
+#: ../../Xconfigurator.pm_.c:1604
msgid ""
"I can set up your computer to automatically start X upon booting.\n"
"Would you like X to start when you reboot?"
@@ -381,6 +401,15 @@ msgstr ""
"ýÿ ڵ X찡 ۵ǵ Ҽ ֽϴ.\n"
"ٽ ڵ X ۵DZ ϼ?"
+#: ../../Xconfigurator.pm_.c:1610
+#, c-format
+msgid "Please relog into %s to activate the changes"
+msgstr " Ϸ %s α ϼ."
+
+#: ../../Xconfigurator.pm_.c:1625
+msgid "Please log out and then use Ctrl-Alt-BackSpace"
+msgstr "α׾ƿϰ Crtl-Alt-BackSpaceŰ ."
+
#: ../../Xconfigurator_consts.pm_.c:6
msgid "256 colors (8 bits)"
msgstr "256 (8 bits)"
@@ -401,247 +430,257 @@ msgstr "õ6鸸 (24bits)"
msgid "4 billion colors (32 bits)"
msgstr "40 (32 bits)"
-#: ../../Xconfigurator_consts.pm_.c:106
+#: ../../Xconfigurator_consts.pm_.c:113
msgid "256 kB"
msgstr "256 kB"
-#: ../../Xconfigurator_consts.pm_.c:107
+#: ../../Xconfigurator_consts.pm_.c:114
msgid "512 kB"
msgstr "512 kB"
-#: ../../Xconfigurator_consts.pm_.c:108
+#: ../../Xconfigurator_consts.pm_.c:115
msgid "1 MB"
msgstr "1 MB"
-#: ../../Xconfigurator_consts.pm_.c:109
+#: ../../Xconfigurator_consts.pm_.c:116
msgid "2 MB"
msgstr "2 MB"
-#: ../../Xconfigurator_consts.pm_.c:110
+#: ../../Xconfigurator_consts.pm_.c:117
msgid "4 MB"
msgstr "4 MB"
-#: ../../Xconfigurator_consts.pm_.c:111
+#: ../../Xconfigurator_consts.pm_.c:118
msgid "8 MB"
msgstr "8 MB"
-#: ../../Xconfigurator_consts.pm_.c:112
+#: ../../Xconfigurator_consts.pm_.c:119
msgid "16 MB"
msgstr "16 MB"
-#: ../../Xconfigurator_consts.pm_.c:113
+#: ../../Xconfigurator_consts.pm_.c:120
msgid "32 MB"
msgstr "32 MB"
-#: ../../Xconfigurator_consts.pm_.c:114
+#: ../../Xconfigurator_consts.pm_.c:121
msgid "64 MB or more"
msgstr "16 MB ̻"
-#: ../../Xconfigurator_consts.pm_.c:122
+#: ../../Xconfigurator_consts.pm_.c:129
msgid "Standard VGA, 640x480 at 60 Hz"
msgstr "ǥ VGA, 640x480 @ 60 Hz"
-#: ../../Xconfigurator_consts.pm_.c:123
+#: ../../Xconfigurator_consts.pm_.c:130
msgid "Super VGA, 800x600 at 56 Hz"
msgstr " VGA, 800x600 @ 56 Hz"
-#: ../../Xconfigurator_consts.pm_.c:124
+#: ../../Xconfigurator_consts.pm_.c:131
msgid "8514 Compatible, 1024x768 at 87 Hz interlaced (no 800x600)"
msgstr "8514 ȣȯ, 1024x768 @ 87 Hz interlaced (800x600 ȵ)"
-#: ../../Xconfigurator_consts.pm_.c:125
+#: ../../Xconfigurator_consts.pm_.c:132
msgid "Super VGA, 1024x768 at 87 Hz interlaced, 800x600 at 56 Hz"
msgstr " VGA, 1024x768 @ 87 Hz interlaced, 800x600 @ 56 Hz"
-#: ../../Xconfigurator_consts.pm_.c:126
+#: ../../Xconfigurator_consts.pm_.c:133
msgid "Extended Super VGA, 800x600 at 60 Hz, 640x480 at 72 Hz"
msgstr "Ȯ VGA, 800x600 @ 60 Hz, 640x480 @ 72 Hz"
-#: ../../Xconfigurator_consts.pm_.c:127
+#: ../../Xconfigurator_consts.pm_.c:134
msgid "Non-Interlaced SVGA, 1024x768 at 60 Hz, 800x600 at 72 Hz"
msgstr "ͷ̽ SVGA, 1024x768 @ 60 Hz, 800x600 @ 72 Hz"
-#: ../../Xconfigurator_consts.pm_.c:128
+#: ../../Xconfigurator_consts.pm_.c:135
msgid "High Frequency SVGA, 1024x768 at 70 Hz"
msgstr "ļ SVGA, 1024x768 @ 70 Hz"
-#: ../../Xconfigurator_consts.pm_.c:129
+#: ../../Xconfigurator_consts.pm_.c:136
msgid "Multi-frequency that can do 1280x1024 at 60 Hz"
msgstr "1280x1024 @ 60 Hz ļ "
-#: ../../Xconfigurator_consts.pm_.c:130
+#: ../../Xconfigurator_consts.pm_.c:137
msgid "Multi-frequency that can do 1280x1024 at 74 Hz"
msgstr "1280x1024 @ 74 Hz ļ "
-#: ../../Xconfigurator_consts.pm_.c:131
+#: ../../Xconfigurator_consts.pm_.c:138
msgid "Multi-frequency that can do 1280x1024 at 76 Hz"
msgstr "1280x1024 @ 76 Hz ļ "
-#: ../../Xconfigurator_consts.pm_.c:132
+#: ../../Xconfigurator_consts.pm_.c:139
msgid "Monitor that can do 1600x1200 at 70 Hz"
msgstr "1600x1200 @ 70 Hz "
-#: ../../Xconfigurator_consts.pm_.c:133
+#: ../../Xconfigurator_consts.pm_.c:140
msgid "Monitor that can do 1600x1200 at 76 Hz"
msgstr "1600x1200 @ 76 Hz "
-#: ../../any.pm_.c:96 ../../any.pm_.c:121
+#: ../../any.pm_.c:116 ../../any.pm_.c:141
msgid "First sector of boot partition"
msgstr "Ʈ Ƽ ù° "
-#: ../../any.pm_.c:96 ../../any.pm_.c:121 ../../any.pm_.c:194
+#: ../../any.pm_.c:116 ../../any.pm_.c:141 ../../any.pm_.c:218
msgid "First sector of drive (MBR)"
msgstr "̺ ù° (MBR)"
-#: ../../any.pm_.c:100
+#: ../../any.pm_.c:120
msgid "SILO Installation"
msgstr "SILO ġ"
-#: ../../any.pm_.c:101 ../../any.pm_.c:114
+#: ../../any.pm_.c:121 ../../any.pm_.c:134
msgid "Where do you want to install the bootloader?"
msgstr "Ʈδ ġϰ ?"
-#: ../../any.pm_.c:113
+#: ../../any.pm_.c:133
msgid "LILO/grub Installation"
msgstr "LILO/GRUB ġ"
-#: ../../any.pm_.c:125 ../../any.pm_.c:139
+#: ../../any.pm_.c:145 ../../any.pm_.c:159
msgid "SILO"
msgstr "SILO"
-#: ../../any.pm_.c:127
+#: ../../any.pm_.c:147
msgid "LILO with text menu"
msgstr "ؽƮ ޴ LILO"
-#: ../../any.pm_.c:128 ../../any.pm_.c:139
+#: ../../any.pm_.c:148 ../../any.pm_.c:159
msgid "LILO with graphical menu"
msgstr "׷ ޴ LILO"
-#: ../../any.pm_.c:131
+#: ../../any.pm_.c:151
msgid "Grub"
msgstr "Grub"
-#: ../../any.pm_.c:135
+#: ../../any.pm_.c:155
msgid "Boot from DOS/Windows (loadlin)"
msgstr "/ (loadlin)"
-#: ../../any.pm_.c:137 ../../any.pm_.c:139
+#: ../../any.pm_.c:157 ../../any.pm_.c:159
msgid "Yaboot"
msgstr "Yaboot"
-#: ../../any.pm_.c:145 ../../any.pm_.c:177
+#: ../../any.pm_.c:166 ../../any.pm_.c:198
msgid "Bootloader main options"
msgstr "Ʈδ ɼǵ"
-#: ../../any.pm_.c:146 ../../any.pm_.c:178
+#: ../../any.pm_.c:167 ../../any.pm_.c:199
msgid "Bootloader to use"
msgstr " Ʈδ"
-#: ../../any.pm_.c:148
+#: ../../any.pm_.c:169
msgid "Bootloader installation"
msgstr "Ʈδ ġ"
-#: ../../any.pm_.c:150 ../../any.pm_.c:180
+#: ../../any.pm_.c:171 ../../any.pm_.c:201
msgid "Boot device"
msgstr "Ʈ ġ"
-#: ../../any.pm_.c:151
+#: ../../any.pm_.c:172
msgid "LBA (doesn't work on old BIOSes)"
msgstr "LBA ( BIOS鿡 ۵ ֽϴ.)"
-#: ../../any.pm_.c:152
+#: ../../any.pm_.c:173
msgid "Compact"
msgstr "ѵ "
-#: ../../any.pm_.c:152
+#: ../../any.pm_.c:173
msgid "compact"
msgstr "Ʈ "
-#: ../../any.pm_.c:153 ../../any.pm_.c:250
+#: ../../any.pm_.c:174 ../../any.pm_.c:298
msgid "Video mode"
msgstr " "
-#: ../../any.pm_.c:155
+#: ../../any.pm_.c:176
msgid "Delay before booting default image"
msgstr "⺻ ̹ õ ð"
-#: ../../any.pm_.c:157 ../../any.pm_.c:730
-#: ../../install_steps_interactive.pm_.c:938 ../../network/modem.pm_.c:46
-#: ../../printerdrake.pm_.c:402 ../../printerdrake.pm_.c:481
-#: ../../standalone/draknet_.c:603
+#: ../../any.pm_.c:178 ../../any.pm_.c:796
+#: ../../install_steps_interactive.pm_.c:1115 ../../network/modem.pm_.c:48
+#: ../../printerdrake.pm_.c:708 ../../printerdrake.pm_.c:806
+#: ../../standalone/draknet_.c:625
msgid "Password"
msgstr "ȣ"
-#: ../../any.pm_.c:158 ../../any.pm_.c:731
-#: ../../install_steps_interactive.pm_.c:939
+#: ../../any.pm_.c:179 ../../any.pm_.c:797
+#: ../../install_steps_interactive.pm_.c:1116
msgid "Password (again)"
msgstr "ȣ (Ȯ)"
-#: ../../any.pm_.c:159
+#: ../../any.pm_.c:180
msgid "Restrict command line options"
msgstr " ɼ մϴ."
-#: ../../any.pm_.c:159
+#: ../../any.pm_.c:180
msgid "restrict"
msgstr ""
-#: ../../any.pm_.c:161
+#: ../../any.pm_.c:182
msgid "Clean /tmp at each boot"
msgstr "ý /tmp 丮 ڵ û"
-#: ../../any.pm_.c:162
+#: ../../any.pm_.c:183
#, c-format
msgid "Precise RAM size if needed (found %d MB)"
msgstr "ɼ: Ȯ ޸ 뷮 (%d MB ߰)"
-#: ../../any.pm_.c:164
+#: ../../any.pm_.c:185
msgid "Enable multi profiles"
msgstr " profiles "
-#: ../../any.pm_.c:168
+#: ../../any.pm_.c:189
msgid "Give the ram size in MB"
msgstr "޸ 뷮 MB Էϼ"
-#: ../../any.pm_.c:170
+#: ../../any.pm_.c:191
msgid ""
"Option ``Restrict command line options'' is of no use without a password"
msgstr "ɼ: ɼѡ ȣ ɼ ϴ."
-#: ../../any.pm_.c:171 ../../any.pm_.c:707
-#: ../../install_steps_interactive.pm_.c:933
+#: ../../any.pm_.c:192 ../../any.pm_.c:773
+#: ../../diskdrake/interactive.pm_.c:1135
+#: ../../install_steps_interactive.pm_.c:1110
msgid "Please try again"
msgstr "ٽ õϼ."
-#: ../../any.pm_.c:171 ../../any.pm_.c:707
-#: ../../install_steps_interactive.pm_.c:933
+#: ../../any.pm_.c:192 ../../any.pm_.c:773
+#: ../../install_steps_interactive.pm_.c:1110
msgid "The passwords do not match"
msgstr "ȣ ġ ʽϴ."
-#: ../../any.pm_.c:179
+#: ../../any.pm_.c:200
msgid "Init Message"
msgstr "ʱȭ ޽"
-#: ../../any.pm_.c:181
+#: ../../any.pm_.c:202
msgid "Open Firmware Delay"
msgstr "߿ "
-#: ../../any.pm_.c:182
+#: ../../any.pm_.c:203
msgid "Kernel Boot Timeout"
msgstr "Ŀ Ʈ ѽð"
-#: ../../any.pm_.c:183
+#: ../../any.pm_.c:204
msgid "Enable CD Boot?"
msgstr "CD ?"
-#: ../../any.pm_.c:184
+#: ../../any.pm_.c:205
msgid "Enable OF Boot?"
msgstr "OF ?"
-#: ../../any.pm_.c:185
+#: ../../any.pm_.c:206
msgid "Default OS?"
msgstr "⺻ OS?"
-#: ../../any.pm_.c:207
+#: ../../any.pm_.c:240
+msgid ""
+"You decided to install the bootloader on a partition.\n"
+"This implies you already have a bootloader on the hard drive you boot (eg: "
+"System Commander).\n"
+"\n"
+"On which drive are you booting?"
+msgstr ""
+
+#: ../../any.pm_.c:255
msgid ""
"Here are the different entries.\n"
"You can add some more or change the existing ones."
@@ -649,144 +688,154 @@ msgstr ""
" ׸ ⿡ ǥõǰ ֽϴ.\n"
" ߰ϰų, ͵ Ҽ ֽϴ."
-#: ../../any.pm_.c:217
+#: ../../any.pm_.c:265 ../../standalone/drakbackup_.c:752
+#: ../../standalone/drakbackup_.c:861 ../../standalone/drakfont_.c:789
+#: ../../standalone/drakfont_.c:826
msgid "Add"
msgstr "߰"
-#: ../../any.pm_.c:217 ../../any.pm_.c:718 ../../diskdrake.pm_.c:161
-#: ../../interactive_http.pm_.c:153 ../../printerdrake.pm_.c:1846
-#: ../../printerdrake.pm_.c:1847 ../../printerdrake.pm_.c:1904
-#: ../../printerdrake.pm_.c:1948
+#: ../../any.pm_.c:265 ../../any.pm_.c:784 ../../diskdrake/hd_gtk.pm_.c:153
+#: ../../diskdrake/removable.pm_.c:27 ../../diskdrake/smbnfs_gtk.pm_.c:86
+#: ../../interactive_http.pm_.c:153
msgid "Done"
msgstr "Ϸ"
-#: ../../any.pm_.c:217
+#: ../../any.pm_.c:265
msgid "Modify"
msgstr ""
-#: ../../any.pm_.c:225
+#: ../../any.pm_.c:273
msgid "Which type of entry do you want to add?"
msgstr " ׸ ߰Ͻðڽϱ?"
-#: ../../any.pm_.c:226
+#: ../../any.pm_.c:274 ../../standalone/drakbackup_.c:895
msgid "Linux"
msgstr ""
-#: ../../any.pm_.c:226
+#: ../../any.pm_.c:274
msgid "Other OS (SunOS...)"
msgstr "Ÿ OS (SunOS...)"
-#: ../../any.pm_.c:227
+#: ../../any.pm_.c:275
msgid "Other OS (MacOS...)"
msgstr "Ÿ OS (MacOS...)"
-#: ../../any.pm_.c:227
+#: ../../any.pm_.c:275
msgid "Other OS (windows...)"
msgstr "Ÿ OS (windows...)"
-#: ../../any.pm_.c:246
+#: ../../any.pm_.c:294
msgid "Image"
msgstr "̹"
-#: ../../any.pm_.c:247 ../../any.pm_.c:258
+#: ../../any.pm_.c:295 ../../any.pm_.c:306
msgid "Root"
msgstr "Ʈ"
-#: ../../any.pm_.c:248 ../../any.pm_.c:277
+#: ../../any.pm_.c:296 ../../any.pm_.c:325
msgid "Append"
msgstr "߰"
-#: ../../any.pm_.c:252
+#: ../../any.pm_.c:300
msgid "Initrd"
msgstr "ʱȭ ũ"
-#: ../../any.pm_.c:253
+#: ../../any.pm_.c:301
msgid "Read-write"
msgstr "б-"
-#: ../../any.pm_.c:260
+#: ../../any.pm_.c:308
msgid "Table"
msgstr "̺"
-#: ../../any.pm_.c:261
+#: ../../any.pm_.c:309
msgid "Unsafe"
msgstr ""
-#: ../../any.pm_.c:268 ../../any.pm_.c:273 ../../any.pm_.c:276
+#: ../../any.pm_.c:316 ../../any.pm_.c:321 ../../any.pm_.c:324
msgid "Label"
msgstr "׸"
-#: ../../any.pm_.c:270 ../../any.pm_.c:281
+#: ../../any.pm_.c:318 ../../any.pm_.c:329
msgid "Default"
msgstr "⺻"
-#: ../../any.pm_.c:278
+#: ../../any.pm_.c:326
msgid "Initrd-size"
msgstr "ũ 뷮"
-#: ../../any.pm_.c:280
+#: ../../any.pm_.c:328
msgid "NoVideo"
msgstr " "
-#: ../../any.pm_.c:288
+#: ../../any.pm_.c:336
msgid "Remove entry"
msgstr "׸ "
-#: ../../any.pm_.c:291
+#: ../../any.pm_.c:339
msgid "Empty label not allowed"
msgstr " ׸ ʽϴ."
-#: ../../any.pm_.c:292
+#: ../../any.pm_.c:340
+msgid "You must specify a kernel image"
+msgstr ""
+
+#: ../../any.pm_.c:340
+#, fuzzy
+msgid "You must specify a root partition"
+msgstr " Ƽ ݵ ʿմϴ."
+
+#: ../../any.pm_.c:341
msgid "This label is already used"
msgstr " ׸ ̹ ǰ ֽϴ."
-#: ../../any.pm_.c:597
+#: ../../any.pm_.c:656
#, c-format
msgid "Found %s %s interfaces"
msgstr "%s %s ̽ Ǿϴ."
-#: ../../any.pm_.c:598
+#: ../../any.pm_.c:657
msgid "Do you have another one?"
msgstr " ٸ ġǾ ֽϱ?"
-#: ../../any.pm_.c:599
+#: ../../any.pm_.c:658
#, c-format
msgid "Do you have any %s interfaces?"
msgstr " ٸ %s ̽ ġǾ ֽϱ?"
-#: ../../any.pm_.c:601 ../../any.pm_.c:760 ../../interactive.pm_.c:112
-#: ../../my_gtk.pm_.c:715
+#: ../../any.pm_.c:660 ../../any.pm_.c:832 ../../interactive.pm_.c:132
+#: ../../my_gtk.pm_.c:1018
msgid "No"
msgstr "ƴϿ"
-#: ../../any.pm_.c:601 ../../any.pm_.c:759 ../../interactive.pm_.c:112
-#: ../../my_gtk.pm_.c:715
+#: ../../any.pm_.c:660 ../../any.pm_.c:831 ../../interactive.pm_.c:132
+#: ../../my_gtk.pm_.c:1018
msgid "Yes"
msgstr ""
-#: ../../any.pm_.c:602
+#: ../../any.pm_.c:661
msgid "See hardware info"
msgstr "ϵ "
#. -PO: the first %s is the card type (scsi, network, sound,...)
#. -PO: the second is the vendor+model name
-#: ../../any.pm_.c:637
+#: ../../any.pm_.c:695
#, c-format
msgid "Installing driver for %s card %s"
msgstr "%sī ̹ %s ġ"
-#: ../../any.pm_.c:638
+#: ../../any.pm_.c:696
#, c-format
msgid "(module %s)"
msgstr "(%s )"
#. -PO: the %s is the driver type (scsi, network, sound,...)
-#: ../../any.pm_.c:649
+#: ../../any.pm_.c:707
#, c-format
msgid "Which %s driver should I try?"
msgstr " %s ̹ õ ϱ?"
-#: ../../any.pm_.c:657
+#: ../../any.pm_.c:715
#, c-format
msgid ""
"In some cases, the %s driver needs to have extra information to work\n"
@@ -803,20 +852,22 @@ msgstr ""
"ڵ˻ ¼ٰ ǻ͸ ߰ ֽϴ.,\n"
"ġ Ѽ ʽϴ."
-#: ../../any.pm_.c:662
+#: ../../any.pm_.c:720
msgid "Autoprobe"
msgstr "ڵ˻"
-#: ../../any.pm_.c:662
+#: ../../any.pm_.c:720
msgid "Specify options"
msgstr "ɼ "
-#: ../../any.pm_.c:666
+#: ../../any.pm_.c:725
#, c-format
-msgid "You may now provide its options to module %s."
-msgstr " %s ̹ ɼ ֽϴ."
+msgid ""
+"You may now provide its options to module %s.\n"
+"Note that any address should be entered with the prefix 0x like '0x123'"
+msgstr ""
-#: ../../any.pm_.c:672
+#: ../../any.pm_.c:731
#, c-format
msgid ""
"You may now provide its options to module %s.\n"
@@ -827,11 +878,11 @@ msgstr ""
"ɼ ``̸= ̸2=2 ...'' մϴ..\n"
", ``io=0x300 irq=7''"
-#: ../../any.pm_.c:675
+#: ../../any.pm_.c:734
msgid "Module options:"
msgstr " ɼǵ:"
-#: ../../any.pm_.c:686
+#: ../../any.pm_.c:745
#, c-format
msgid ""
"Loading module %s failed.\n"
@@ -840,33 +891,49 @@ msgstr ""
"%s о̴µ ߽ϴ.\n"
"ٸ ٽ õ ðڽϱ?"
-#: ../../any.pm_.c:704
+#: ../../any.pm_.c:761
+msgid "access to X programs"
+msgstr ""
+
+#: ../../any.pm_.c:762
+msgid "access to rpm tools"
+msgstr ""
+
+#: ../../any.pm_.c:763
+msgid "allow \"su\""
+msgstr ""
+
+#: ../../any.pm_.c:764
+msgid "access to administrative files"
+msgstr ""
+
+#: ../../any.pm_.c:769
#, c-format
msgid "(already added %s)"
msgstr "(̹ %s() ߰Ǿϴ.)"
-#: ../../any.pm_.c:708
+#: ../../any.pm_.c:774
msgid "This password is too simple"
msgstr " ȣ ʹ ܼմϴ."
-#: ../../any.pm_.c:709
+#: ../../any.pm_.c:775
msgid "Please give a user name"
msgstr "ڸ Է ּ"
-#: ../../any.pm_.c:710
+#: ../../any.pm_.c:776
msgid ""
"The user name must contain only lower cased letters, numbers, `-' and `_'"
msgstr "ڸ ҹڳ , '-' ׸ '_' Եɼ ֽϴ."
-#: ../../any.pm_.c:711
+#: ../../any.pm_.c:777
msgid "This user name is already added"
msgstr " ڸ ̹ ߰Ǿ ֽϴ."
-#: ../../any.pm_.c:715
+#: ../../any.pm_.c:781
msgid "Add user"
msgstr " ߰"
-#: ../../any.pm_.c:716
+#: ../../any.pm_.c:782
#, c-format
msgid ""
"Enter a user\n"
@@ -875,32 +942,32 @@ msgstr ""
" Է\n"
"%s"
-#: ../../any.pm_.c:717
+#: ../../any.pm_.c:783
msgid "Accept user"
msgstr " 㰡"
-#: ../../any.pm_.c:728
+#: ../../any.pm_.c:794
msgid "Real name"
msgstr " ̸"
-#: ../../any.pm_.c:729 ../../printerdrake.pm_.c:401
-#: ../../printerdrake.pm_.c:480
+#: ../../any.pm_.c:795 ../../printerdrake.pm_.c:707
+#: ../../printerdrake.pm_.c:805
msgid "User name"
msgstr "ڸ"
-#: ../../any.pm_.c:732
+#: ../../any.pm_.c:798
msgid "Shell"
msgstr " ؼ"
-#: ../../any.pm_.c:734
+#: ../../any.pm_.c:800
msgid "Icon"
msgstr ""
-#: ../../any.pm_.c:756
+#: ../../any.pm_.c:828
msgid "Autologin"
msgstr "ڵα"
-#: ../../any.pm_.c:757
+#: ../../any.pm_.c:829
msgid ""
"I can set up your computer to automatically log on one user.\n"
"Do you want to use this feature?"
@@ -908,28 +975,196 @@ msgstr ""
"ڵ Ư ڷμ αεǵ ֽϴ.\n"
"̷ Ư ϼ?"
-#: ../../any.pm_.c:761
+#: ../../any.pm_.c:833
msgid "Choose the default user:"
msgstr "⺻ ڸ ϼ:"
-#: ../../any.pm_.c:762
+#: ../../any.pm_.c:834
msgid "Choose the window manager to run:"
msgstr " Ŵ ϼ:"
-#: ../../any.pm_.c:771
-msgid "Please, choose a language to use."
+#: ../../any.pm_.c:849
+#, fuzzy
+msgid "Please choose a language to use."
msgstr "  ּ."
-#: ../../any.pm_.c:773
+#: ../../any.pm_.c:851
msgid "You can choose other languages that will be available after install"
msgstr "ġ ٸ ٸ  Ҽ ֽϴ."
-#: ../../any.pm_.c:785 ../../install_steps_interactive.pm_.c:633
+#: ../../any.pm_.c:863 ../../install_steps_interactive.pm_.c:719
+#: ../../standalone/drakxtv_.c:54
msgid "All"
msgstr ""
+#: ../../any.pm_.c:955
+#, fuzzy
+msgid "Allow all users"
+msgstr " ߰"
+
+#: ../../any.pm_.c:955 ../../install_steps_interactive.pm_.c:521
+msgid "Custom"
+msgstr " "
+
+#: ../../any.pm_.c:955
+#, fuzzy
+msgid "No sharing"
+msgstr " "
+
+#: ../../any.pm_.c:965 ../../network/smbnfs.pm_.c:45
+#, fuzzy, c-format
+msgid "The package %s needs to be installed. Do you want to install it?"
+msgstr ""
+" Ű ݵ ׷̵Ǿ մϴ.\n"
+" Ͻðڽϱ?"
+
+#: ../../any.pm_.c:968
+msgid "You can export using NFS or Samba. Which one do you want"
+msgstr ""
+
+#: ../../any.pm_.c:976 ../../network/smbnfs.pm_.c:49
+#, c-format
+msgid "Mandatory package %s is missing"
+msgstr ""
+
+#: ../../any.pm_.c:982
+msgid ""
+"Do you want to allow users to export some directories in their home?\n"
+"Allowing this will permit users to simply click on \"Share\" in konqueror "
+"and nautilus.\n"
+"\n"
+"\"Custom\" permit a per-user granularity.\n"
+msgstr ""
+
+#: ../../any.pm_.c:996 ../../bootlook.pm_.c:161
+#: ../../diskdrake/smbnfs_gtk.pm_.c:85 ../../install_steps_gtk.pm_.c:464
+#: ../../install_steps_gtk.pm_.c:522 ../../install_steps_interactive.pm_.c:594
+#: ../../interactive.pm_.c:142 ../../interactive.pm_.c:317
+#: ../../interactive.pm_.c:349 ../../interactive_stdio.pm_.c:141
+#: ../../my_gtk.pm_.c:687 ../../my_gtk.pm_.c:690 ../../my_gtk.pm_.c:1019
+#: ../../network/netconnect.pm_.c:47 ../../printerdrake.pm_.c:1586
+#: ../../standalone/drakautoinst_.c:204 ../../standalone/drakbackup_.c:2264
+#: ../../standalone/drakbackup_.c:2289 ../../standalone/drakbackup_.c:2310
+#: ../../standalone/drakbackup_.c:2331 ../../standalone/drakbackup_.c:2349
+#: ../../standalone/drakbackup_.c:2397 ../../standalone/drakbackup_.c:2417
+#: ../../standalone/drakbackup_.c:2436 ../../standalone/drakfont_.c:767
+#: ../../standalone/drakgw_.c:721 ../../standalone/draknet_.c:116
+#: ../../standalone/draknet_.c:148 ../../standalone/draknet_.c:290
+#: ../../standalone/draknet_.c:538 ../../standalone/draknet_.c:680
+#: ../../standalone/logdrake_.c:225 ../../standalone/logdrake_.c:512
+#: ../../standalone/tinyfirewall_.c:65
+msgid "Cancel"
+msgstr ""
+
+#: ../../any.pm_.c:996
+msgid "Launch userdrake"
+msgstr ""
+
+#: ../../any.pm_.c:998
+msgid ""
+"The per-user sharing uses the group \"fileshare\". \n"
+"You can use userdrake to add a user in this group."
+msgstr ""
+
+#: ../../any.pm_.c:1035
+msgid "Welcome To Crackers"
+msgstr "ȿ ŰȾ"
+
+#: ../../any.pm_.c:1036
+msgid "Poor"
+msgstr ""
+
+#: ../../any.pm_.c:1037 ../../mouse.pm_.c:31
+msgid "Standard"
+msgstr "ǥ"
+
+#: ../../any.pm_.c:1038
+msgid "High"
+msgstr ""
+
+#: ../../any.pm_.c:1039
+#, fuzzy
+msgid "Higher"
+msgstr ""
+
+#: ../../any.pm_.c:1040
+msgid "Paranoid"
+msgstr "ְ"
+
+#: ../../any.pm_.c:1043
+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 ""
+" ҷ ſ Ͽ մϴ. ý ϱ⿡ \n"
+"ϰ ſ ΰϰ ۵մϴ: ͳ̳ Ʈ ýۿ\n"
+"δ . ȣ ϴ."
+
+#: ../../any.pm_.c:1046
+msgid ""
+"Password are now enabled, but use as a networked computer is still not "
+"recommended."
+msgstr ""
+"ȣ , Ʈ ǻͷ ϱ⿡ "
+"ϴ."
+
+#: ../../any.pm_.c:1047
+#, fuzzy
+msgid ""
+"This is the standard security recommended for a computer that will be used "
+"to connect to the Internet as a client."
+msgstr ""
+" Ŭ̾Ʈμ ͳݿ ϴµ ǥ ȵԴϴ.\n"
+" ޺ ý ˱ ֽϴ. "
+
+#: ../../any.pm_.c:1048
+msgid ""
+"There are already some restrictions, and more automatic checks are run every "
+"night."
+msgstr ""
+
+#: ../../any.pm_.c:1049
+#, fuzzy
+msgid ""
+"With this security level, the use of this system as a server becomes "
+"possible.\n"
+"The security is now high enough to use the system as a server which accept\n"
+"connections from many clients. Note: if your machine is only a client on the "
+"Internet, you should better choose a lower level."
+msgstr ""
+" ȵ ý ְ ˴ϴ.\n"
+" ȵ ܺ Ŭ̾Ʈ ޾Ƶ̴µ ־ \n"
+" ȵԴϴ. "
+
+#: ../../any.pm_.c:1052
+#, fuzzy
+msgid ""
+"Based on the previous level, but the system is entirely closed.\n"
+"Security features are at their maximum."
+msgstr ""
+" 4 ˴ϴ. ý ܺٿ ݸ˴ϴ.\n"
+"ְ Դϴ."
+
+#: ../../any.pm_.c:1058
+msgid "Choose security level"
+msgstr " ܰ踦 ּ"
+
+#: ../../any.pm_.c:1061
+msgid "Security level"
+msgstr " "
+
+#: ../../any.pm_.c:1063
+msgid "Use libsafe for servers"
+msgstr " libsafe "
+
+#: ../../any.pm_.c:1064
+msgid ""
+"A library which defends against buffer overflow and format string attacks."
+msgstr " ħ̳ ȭ ڿ ̺귯."
+
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#: ../../bootloader.pm_.c:259
+#: ../../bootloader.pm_.c:355
#, c-format
msgid ""
"Welcome to %s the operating system chooser!\n"
@@ -954,52 +1189,52 @@ msgstr ""
#
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:835
+#: ../../bootloader.pm_.c:928
msgid "Welcome to GRUB the operating system chooser!"
msgstr "ü GRUB Ű ȯմϴ."
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:838
+#: ../../bootloader.pm_.c:931
#, c-format
msgid "Use the %c and %c keys for selecting which entry is highlighted."
msgstr "%cŰ %c Ͽ ׸ ϼ."
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:841
+#: ../../bootloader.pm_.c:934
msgid "Press enter to boot the selected OS, 'e' to edit the"
msgstr "õ ü ҷ ͸, ҷ 'e' ּ."
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:844
+#: ../../bootloader.pm_.c:937
msgid "commands before booting, or 'c' for a command-line."
msgstr " ɵ Ǵ, ؼ 'c'ּ."
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:847
+#: ../../bootloader.pm_.c:940
#, c-format
msgid "The highlighted entry will be booted automatically in %d seconds."
msgstr " ׸ %d ڵ õ˴ϴ."
-#: ../../bootloader.pm_.c:851
+#: ../../bootloader.pm_.c:944
msgid "not enough room in /boot"
msgstr "/boot մϴ."
#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
#. -PO: so you may need to put them in English or in a different language if MS-windows doesn't exist in your language
-#: ../../bootloader.pm_.c:951
+#: ../../bootloader.pm_.c:1044
msgid "Desktop"
msgstr "ũž"
#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#: ../../bootloader.pm_.c:953
+#: ../../bootloader.pm_.c:1046
msgid "Start Menu"
msgstr " ޴"
-#: ../../bootloader.pm_.c:972
+#: ../../bootloader.pm_.c:1065
#, c-format
msgid "You can't install the bootloader on a %s partition\n"
msgstr "%sƼǿ Ʈδ ġ ϴ.\n"
@@ -1012,15 +1247,15 @@ msgstr " غ ʾҽϴ.\n"
msgid "Boot Style Configuration"
msgstr " Ÿ "
-#: ../../bootlook.pm_.c:79
+#: ../../bootlook.pm_.c:79 ../../standalone/logdrake_.c:101
msgid "/_File"
msgstr "/(_F)"
-#: ../../bootlook.pm_.c:80
+#: ../../bootlook.pm_.c:80 ../../standalone/logdrake_.c:107
msgid "/File/_Quit"
msgstr "/(F)/(_Q)"
-#: ../../bootlook.pm_.c:80
+#: ../../bootlook.pm_.c:80 ../../standalone/logdrake_.c:107
msgid "<control>Q"
msgstr "<control>Q"
@@ -1044,11 +1279,15 @@ msgstr " GTK+ "
msgid "Launch Aurora at boot time"
msgstr "ý ζ "
-#: ../../bootlook.pm_.c:100
+#: ../../bootlook.pm_.c:98
msgid "Lilo/grub mode"
msgstr "LILO/Grub "
-#: ../../bootlook.pm_.c:102
+#: ../../bootlook.pm_.c:98
+msgid "Yaboot mode"
+msgstr "Yaboot "
+
+#: ../../bootlook.pm_.c:104
#, c-format
msgid ""
"You are currently using %s as Boot Manager.\n"
@@ -1057,100 +1296,150 @@ msgstr ""
" Ʈ ڷ %s ϰ ֽϴ.\n"
" 縦 Ϸ ."
-#: ../../bootlook.pm_.c:104 ../../standalone/drakgw_.c:643
-#: ../../standalone/draknet_.c:280 ../../standalone/tinyfirewall_.c:57
+#: ../../bootlook.pm_.c:106 ../../standalone/drakbackup_.c:1467
+#: ../../standalone/drakbackup_.c:1478 ../../standalone/drakgw_.c:715
+#: ../../standalone/tinyfirewall_.c:59
msgid "Configure"
msgstr ""
-#: ../../bootlook.pm_.c:108
-msgid "Boot mode"
-msgstr "Ʈ "
-
-#: ../../bootlook.pm_.c:136
+#: ../../bootlook.pm_.c:141
msgid "System mode"
msgstr "ý "
-#: ../../bootlook.pm_.c:138
+#: ../../bootlook.pm_.c:143
msgid "Launch the X-Window system at start"
msgstr " X-Window "
-#: ../../bootlook.pm_.c:143
+#: ../../bootlook.pm_.c:148
msgid "No, I don't want autologin"
msgstr "ƴϿ, ڵα ʽϴ."
-#: ../../bootlook.pm_.c:145
+#: ../../bootlook.pm_.c:150
msgid "Yes, I want autologin with this (user, desktop)"
msgstr ", ڵα մϴ."
-#: ../../bootlook.pm_.c:155 ../../standalone/draknet_.c:108
-#: ../../standalone/draknet_.c:140 ../../standalone/draknet_.c:208
-#: ../../standalone/draknet_.c:320 ../../standalone/draknet_.c:433
-#: ../../standalone/draknet_.c:507 ../../standalone/draknet_.c:543
-#: ../../standalone/draknet_.c:644
+#: ../../bootlook.pm_.c:160 ../../network/netconnect.pm_.c:102
+#: ../../standalone/drakbackup_.c:2441 ../../standalone/drakbackup_.c:3345
+#: ../../standalone/drakfont_.c:532 ../../standalone/drakfont_.c:655
+#: ../../standalone/drakfont_.c:719 ../../standalone/drakfont_.c:765
+#: ../../standalone/draknet_.c:109 ../../standalone/draknet_.c:141
+#: ../../standalone/draknet_.c:297 ../../standalone/draknet_.c:436
+#: ../../standalone/draknet_.c:522 ../../standalone/draknet_.c:565
+#: ../../standalone/draknet_.c:666 ../../standalone/logdrake_.c:505
msgid "OK"
msgstr "Ȯ"
-#: ../../bootlook.pm_.c:156 ../../install_steps_gtk.pm_.c:516
-#: ../../interactive.pm_.c:122 ../../interactive.pm_.c:286
-#: ../../interactive.pm_.c:308 ../../interactive_stdio.pm_.c:27
-#: ../../my_gtk.pm_.c:416 ../../my_gtk.pm_.c:419 ../../my_gtk.pm_.c:716
-#: ../../printerdrake.pm_.c:1158 ../../standalone/drakgw_.c:648
-#: ../../standalone/draknet_.c:115 ../../standalone/draknet_.c:147
-#: ../../standalone/draknet_.c:313 ../../standalone/draknet_.c:519
-#: ../../standalone/draknet_.c:658 ../../standalone/tinyfirewall_.c:63
-msgid "Cancel"
-msgstr ""
-
-#: ../../bootlook.pm_.c:224
+#: ../../bootlook.pm_.c:229
#, c-format
msgid "can not open /etc/inittab for reading: %s"
msgstr "/etc/inittab ϴ: %s"
-#: ../../bootlook.pm_.c:336 ../../standalone/drakboot_.c:47
-msgid "Installation of LILO failed. The following error occured:"
-msgstr "LILO ġ . ߻߽ϴ:"
-
-#: ../../common.pm_.c:93
+#: ../../common.pm_.c:94
msgid "GB"
msgstr "GB"
-#: ../../common.pm_.c:93
+#: ../../common.pm_.c:94
msgid "KB"
msgstr "KB"
-#: ../../common.pm_.c:93 ../../install_steps_graphical.pm_.c:287
-#: ../../install_steps_graphical.pm_.c:334
+#: ../../common.pm_.c:94
msgid "MB"
msgstr "MB"
-#: ../../common.pm_.c:101
+#: ../../common.pm_.c:102
msgid "TB"
msgstr "TB"
-#: ../../common.pm_.c:109
+#: ../../common.pm_.c:110
#, c-format
msgid "%d minutes"
msgstr "%d "
-#: ../../common.pm_.c:111
+#: ../../common.pm_.c:112
msgid "1 minute"
msgstr "1 "
-#: ../../common.pm_.c:113
+#: ../../common.pm_.c:114
#, c-format
msgid "%d seconds"
msgstr "%d "
-#: ../../diskdrake.pm_.c:100
+#: ../../common.pm_.c:159
+#, fuzzy
+msgid "Can't make screenshots before partitioning"
+msgstr "̻ Ƽ ߰ ϴ."
+
+#: ../../common.pm_.c:166
+#, fuzzy, c-format
+msgid "Screenshots will be available after install in %s"
+msgstr "ġ ٸ ٸ  Ҽ ֽϴ."
+
+#: ../../crypto.pm_.c:12 ../../crypto.pm_.c:26 ../../standalone/drakxtv_.c:50
+#, fuzzy
+msgid "France"
+msgstr ""
+
+#: ../../crypto.pm_.c:13
+msgid "Costa Rica"
+msgstr ""
+
+#: ../../crypto.pm_.c:14 ../../crypto.pm_.c:27
+#, fuzzy
+msgid "Belgium"
+msgstr "⿡"
+
+#: ../../crypto.pm_.c:15 ../../crypto.pm_.c:28
+msgid "Czech Republic"
+msgstr ""
+
+#: ../../crypto.pm_.c:16 ../../crypto.pm_.c:29
+#, fuzzy
+msgid "Germany"
+msgstr ""
+
+#: ../../crypto.pm_.c:17 ../../crypto.pm_.c:30
+#, fuzzy
+msgid "Greece"
+msgstr "׸"
+
+#: ../../crypto.pm_.c:18 ../../crypto.pm_.c:31
+#, fuzzy
+msgid "Norway"
+msgstr "븣"
+
+#: ../../crypto.pm_.c:19 ../../crypto.pm_.c:32
+#, fuzzy
+msgid "Sweden"
+msgstr ""
+
+#: ../../crypto.pm_.c:20 ../../crypto.pm_.c:34
+msgid "Netherlands"
+msgstr ""
+
+#: ../../crypto.pm_.c:21 ../../crypto.pm_.c:35 ../../standalone/drakxtv_.c:50
+#, fuzzy
+msgid "Italy"
+msgstr "Ż"
+
+#: ../../crypto.pm_.c:22 ../../crypto.pm_.c:36
+#, fuzzy
+msgid "Austria"
+msgstr "ø 콺"
+
+#: ../../crypto.pm_.c:33 ../../crypto.pm_.c:67
+msgid "United States"
+msgstr ""
+
+#: ../../diskdrake/hd_gtk.pm_.c:94
msgid "Please make a backup of your data first"
msgstr " ͸ ϼ."
-#: ../../diskdrake.pm_.c:100 ../../diskdrake_interactive.pm_.c:801
-#: ../../diskdrake_interactive.pm_.c:810 ../../diskdrake_interactive.pm_.c:864
+#: ../../diskdrake/hd_gtk.pm_.c:94 ../../diskdrake/interactive.pm_.c:891
+#: ../../diskdrake/interactive.pm_.c:900 ../../diskdrake/interactive.pm_.c:954
msgid "Read carefully!"
msgstr "DZ !"
-#: ../../diskdrake.pm_.c:103
+#: ../../diskdrake/hd_gtk.pm_.c:97
msgid ""
"If you plan to use aboot, be carefull to leave a free space (2048 sectors is "
"enough)\n"
@@ -1160,54 +1449,23 @@ msgstr ""
" )\n"
" ⵵ ϼ."
-#: ../../diskdrake.pm_.c:122 ../../diskdrake_interactive.pm_.c:313
-#: ../../diskdrake_interactive.pm_.c:328 ../../install_steps.pm_.c:72
-#: ../../install_steps_interactive.pm_.c:37
-#: ../../install_steps_interactive.pm_.c:310 ../../interactive_http.pm_.c:119
-#: ../../interactive_http.pm_.c:120 ../../standalone/diskdrake_.c:62
+#: ../../diskdrake/hd_gtk.pm_.c:116 ../../diskdrake/interactive.pm_.c:325
+#: ../../diskdrake/interactive.pm_.c:340 ../../diskdrake/smbnfs_gtk.pm_.c:45
+#: ../../install_steps.pm_.c:75 ../../install_steps_interactive.pm_.c:67
+#: ../../install_steps_interactive.pm_.c:356 ../../interactive_http.pm_.c:119
+#: ../../interactive_http.pm_.c:120 ../../standalone/diskdrake_.c:84
msgid "Error"
msgstr ""
-#: ../../diskdrake.pm_.c:159
+#: ../../diskdrake/hd_gtk.pm_.c:151
msgid "Wizard"
msgstr ""
-#: ../../diskdrake.pm_.c:181
-msgid "New"
-msgstr " "
-
-#: ../../diskdrake.pm_.c:203 ../../diskdrake.pm_.c:206
-msgid "Remote"
-msgstr ""
-
-#: ../../diskdrake.pm_.c:208 ../../diskdrake.pm_.c:479
-#: ../../diskdrake_interactive.pm_.c:352 ../../diskdrake_interactive.pm_.c:523
-msgid "Mount point"
-msgstr "Ʈ ġ"
-
-#: ../../diskdrake.pm_.c:209
-msgid "Options"
-msgstr "ɼǵ"
-
-#: ../../diskdrake.pm_.c:211 ../../diskdrake.pm_.c:417
-#: ../../diskdrake.pm_.c:534 ../../diskdrake_interactive.pm_.c:353
-#: ../../diskdrake_interactive.pm_.c:488
-msgid "Type"
-msgstr ""
-
-#: ../../diskdrake.pm_.c:223 ../../diskdrake_interactive.pm_.c:361
-msgid "Unmount"
-msgstr "𸶿Ʈ"
-
-#: ../../diskdrake.pm_.c:224 ../../diskdrake_interactive.pm_.c:357
-msgid "Mount"
-msgstr "Ʈ"
-
-#: ../../diskdrake.pm_.c:228
+#: ../../diskdrake/hd_gtk.pm_.c:181 ../../diskdrake/removable_gtk.pm_.c:24
msgid "Choose action"
msgstr "ൿ ϼ"
-#: ../../diskdrake.pm_.c:235
+#: ../../diskdrake/hd_gtk.pm_.c:185
msgid ""
"You have one big FAT partition\n"
"(generally used by MicroSoft Dos/Windows).\n"
@@ -1219,218 +1477,143 @@ msgstr ""
" Ƽ ũ⸦ մϴ.\n"
"(װ Ŭ, \"ũ\" Ŭϼ.)"
-#: ../../diskdrake.pm_.c:238
+#: ../../diskdrake/hd_gtk.pm_.c:188
msgid "Please click on a partition"
msgstr "Ƽ Ŭϼ"
-#: ../../diskdrake.pm_.c:240
-msgid "Please click on a media"
-msgstr "ü Ŭϼ."
-
-#: ../../diskdrake.pm_.c:243
-msgid ""
-"Please click on a button above\n"
-"\n"
-"Or use \"New\""
-msgstr ""
-" ư ϳ ų,\n"
-"\n"
-" ⡹ ̿ϼ."
-
-#: ../../diskdrake.pm_.c:244
-msgid "Use \"New\""
-msgstr " ⡹"
-
-#: ../../diskdrake.pm_.c:263 ../../install_steps_gtk.pm_.c:517
+#: ../../diskdrake/hd_gtk.pm_.c:202 ../../diskdrake/smbnfs_gtk.pm_.c:67
+#: ../../install_steps_gtk.pm_.c:523
msgid "Details"
msgstr "󼼼"
-#: ../../diskdrake.pm_.c:395
+#: ../../diskdrake/hd_gtk.pm_.c:320
msgid "Ext2"
msgstr "Ext2"
-#: ../../diskdrake.pm_.c:395
+#: ../../diskdrake/hd_gtk.pm_.c:320
msgid "FAT"
msgstr "FAT"
-#: ../../diskdrake.pm_.c:395
+#: ../../diskdrake/hd_gtk.pm_.c:320
msgid "HFS"
msgstr "HFS"
-#: ../../diskdrake.pm_.c:395
+#: ../../diskdrake/hd_gtk.pm_.c:320
msgid "Journalised FS"
msgstr "ȭ FS"
-#: ../../diskdrake.pm_.c:395
+#: ../../diskdrake/hd_gtk.pm_.c:320
msgid "SunOS"
msgstr "SunOS"
-#: ../../diskdrake.pm_.c:395
+#: ../../diskdrake/hd_gtk.pm_.c:320
msgid "Swap"
msgstr ""
-#: ../../diskdrake.pm_.c:396 ../../diskdrake_interactive.pm_.c:952
+#: ../../diskdrake/hd_gtk.pm_.c:321 ../../diskdrake/interactive.pm_.c:1050
msgid "Empty"
msgstr ""
-#: ../../diskdrake.pm_.c:396 ../../install_steps_gtk.pm_.c:373
-#: ../../install_steps_gtk.pm_.c:433 ../../mouse.pm_.c:161
-#: ../../services.pm_.c:161
+#: ../../diskdrake/hd_gtk.pm_.c:321 ../../install_steps_gtk.pm_.c:379
+#: ../../install_steps_gtk.pm_.c:439 ../../mouse.pm_.c:162
+#: ../../services.pm_.c:157 ../../standalone/drakbackup_.c:944
msgid "Other"
msgstr "Ÿ"
-#: ../../diskdrake.pm_.c:400
+#: ../../diskdrake/hd_gtk.pm_.c:325
msgid "Filesystem types:"
msgstr "Ͻý :"
-#: ../../diskdrake.pm_.c:417 ../../diskdrake_interactive.pm_.c:375
+#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/interactive.pm_.c:386
msgid "Create"
msgstr ""
-#: ../../diskdrake.pm_.c:417 ../../diskdrake.pm_.c:419
+#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/interactive.pm_.c:365
+#: ../../diskdrake/interactive.pm_.c:499 ../../diskdrake/removable.pm_.c:26
+#: ../../diskdrake/removable.pm_.c:49 ../../diskdrake/removable_gtk.pm_.c:17
+msgid "Type"
+msgstr ""
+
+#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/hd_gtk.pm_.c:344
#, c-format
msgid "Use ``%s'' instead"
msgstr "ſ %s մϴ"
-#: ../../diskdrake.pm_.c:419 ../../diskdrake_interactive.pm_.c:362
+#: ../../diskdrake/hd_gtk.pm_.c:344 ../../diskdrake/interactive.pm_.c:374
msgid "Delete"
msgstr ""
-#: ../../diskdrake.pm_.c:423
+#: ../../diskdrake/hd_gtk.pm_.c:348
msgid "Use ``Unmount'' first"
msgstr "𸶿Ʈ ϼ"
-#: ../../diskdrake.pm_.c:424 ../../diskdrake_interactive.pm_.c:480
+#: ../../diskdrake/hd_gtk.pm_.c:349 ../../diskdrake/interactive.pm_.c:491
#, c-format
msgid ""
"After changing type of partition %s, all data on this partition will be lost"
msgstr "%s Ƽ Ƽdz ڷḦ Ұ ˴ϴ."
-#: ../../diskdrake.pm_.c:478 ../../diskdrake_interactive.pm_.c:522
-#, c-format
-msgid "Where do you want to mount device %s?"
-msgstr "ġ %s Ʈ Ͻðڽϱ?"
-
-#: ../../diskdrake.pm_.c:500
-msgid "Mount options"
-msgstr "Ʈ ɼǵ:"
-
-#: ../../diskdrake.pm_.c:507
-msgid "Various"
-msgstr "پ"
-
-#: ../../diskdrake.pm_.c:525
-msgid "Removable media"
-msgstr "Ż ̵"
-
-#: ../../diskdrake.pm_.c:532
-msgid "Change type"
-msgstr " "
-
-#: ../../diskdrake.pm_.c:533 ../../diskdrake_interactive.pm_.c:487
-msgid "Which filesystem do you want?"
-msgstr " ý ϼ?"
-
-#: ../../diskdrake.pm_.c:564
-msgid "Scanning available nfs shared resource"
-msgstr "ȿ NFS ڿ ˻ "
-
-#: ../../diskdrake.pm_.c:569
-#, c-format
-msgid "Scanning available nfs shared resource of server %s"
-msgstr " %s ȿ NFS ڿ ˻ "
-
-#: ../../diskdrake.pm_.c:578 ../../diskdrake.pm_.c:648
-msgid "If the list above doesn't contain the wanted entry, enter it here:"
-msgstr " ϴ ׸ ã ٸ, ⿡ Էϼ:"
-
-#: ../../diskdrake.pm_.c:581 ../../diskdrake.pm_.c:651
-msgid "Server"
-msgstr ""
-
-#: ../../diskdrake.pm_.c:582 ../../diskdrake.pm_.c:652
-msgid "Shared resource"
-msgstr " ڿ"
-
-#: ../../diskdrake.pm_.c:615
-msgid "Scanning available samba shared resource"
-msgstr "ȿ ڿ ˻ "
-
-#: ../../diskdrake.pm_.c:626 ../../diskdrake.pm_.c:639
-#, c-format
-msgid "Scanning available samba shared resource of server %s"
-msgstr " %s ȿ ڿ ˻ "
-
-#: ../../diskdrake_interactive.pm_.c:163
+#: ../../diskdrake/interactive.pm_.c:171
msgid "Choose a partition"
msgstr "Ƽ "
-#: ../../diskdrake_interactive.pm_.c:163
+#: ../../diskdrake/interactive.pm_.c:171
msgid "Choose another partition"
msgstr "߰ Ƽ "
-#: ../../diskdrake_interactive.pm_.c:188
+#: ../../diskdrake/interactive.pm_.c:196
msgid "Exit"
msgstr ""
-#: ../../diskdrake_interactive.pm_.c:210
+#: ../../diskdrake/interactive.pm_.c:218
msgid "Toggle to expert mode"
msgstr " ȯ"
-#: ../../diskdrake_interactive.pm_.c:210
+#: ../../diskdrake/interactive.pm_.c:218
msgid "Toggle to normal mode"
msgstr "Ϲ ȯ"
-#: ../../diskdrake_interactive.pm_.c:210
+#: ../../diskdrake/interactive.pm_.c:218
msgid "Undo"
msgstr "ǵ"
-#: ../../diskdrake_interactive.pm_.c:229
+#: ../../diskdrake/interactive.pm_.c:237
msgid "Continue anyway?"
msgstr "Ͻðڽϱ?"
-#: ../../diskdrake_interactive.pm_.c:234
+#: ../../diskdrake/interactive.pm_.c:242
msgid "Quit without saving"
msgstr " ʰ Ͻðڽϱ?"
-#: ../../diskdrake_interactive.pm_.c:234
+#: ../../diskdrake/interactive.pm_.c:242
msgid "Quit without writing the partition table?"
msgstr "Ƽ ʰ Ͻðڽϱ?"
-#: ../../diskdrake_interactive.pm_.c:237
+#: ../../diskdrake/interactive.pm_.c:247
msgid "Do you want to save /etc/fstab modifications"
msgstr "/etc/fstab Ͻðڽϱ?"
-#: ../../diskdrake_interactive.pm_.c:247
+#: ../../diskdrake/interactive.pm_.c:259
msgid "Auto allocate"
msgstr "ڵ Ҵ"
-#: ../../diskdrake_interactive.pm_.c:247
+#: ../../diskdrake/interactive.pm_.c:259
msgid "Clear all"
msgstr " "
-#: ../../diskdrake_interactive.pm_.c:247
-#: ../../install_steps_interactive.pm_.c:171
-msgid "More"
-msgstr "߰ ɼ"
-
-#: ../../diskdrake_interactive.pm_.c:250
+#: ../../diskdrake/interactive.pm_.c:262
msgid "Hard drive information"
msgstr "ϵ ũ "
-#: ../../diskdrake_interactive.pm_.c:267
-msgid "Not enough space for auto-allocating"
-msgstr "ڵҴ ϱ⿡ մϴ."
-
-#: ../../diskdrake_interactive.pm_.c:273
+#: ../../diskdrake/interactive.pm_.c:283
msgid "All primary partitions are used"
msgstr " Ƽ Դϴ."
-#: ../../diskdrake_interactive.pm_.c:274
+#: ../../diskdrake/interactive.pm_.c:284
msgid "I can't add any more partition"
msgstr "̻ Ƽ ߰ ϴ."
-#: ../../diskdrake_interactive.pm_.c:275
+#: ../../diskdrake/interactive.pm_.c:285
msgid ""
"To have more partitions, please delete one to be able to create an extended "
"partition"
@@ -1438,31 +1621,31 @@ msgstr ""
" Ƽ Ƿ, Ȯ Ƽ ֵ Ƽ ϳ "
"."
-#: ../../diskdrake_interactive.pm_.c:285
+#: ../../diskdrake/interactive.pm_.c:295
msgid "Save partition table"
msgstr "Ƽ ̺ "
-#: ../../diskdrake_interactive.pm_.c:286
+#: ../../diskdrake/interactive.pm_.c:296
msgid "Restore partition table"
msgstr "Ƽ ̺ "
-#: ../../diskdrake_interactive.pm_.c:287
+#: ../../diskdrake/interactive.pm_.c:297
msgid "Rescue partition table"
msgstr "Ƽ ̺ óġ"
-#: ../../diskdrake_interactive.pm_.c:289
+#: ../../diskdrake/interactive.pm_.c:299
msgid "Reload partition table"
msgstr "Ƽ ̺ ٽ б"
-#: ../../diskdrake_interactive.pm_.c:293
+#: ../../diskdrake/interactive.pm_.c:304
msgid "Removable media automounting"
msgstr "Ż ̵ ڵ Ʈ"
-#: ../../diskdrake_interactive.pm_.c:301 ../../diskdrake_interactive.pm_.c:321
+#: ../../diskdrake/interactive.pm_.c:313 ../../diskdrake/interactive.pm_.c:333
msgid "Select file"
msgstr " ϼ."
-#: ../../diskdrake_interactive.pm_.c:308
+#: ../../diskdrake/interactive.pm_.c:320
msgid ""
"The backup partition table has not the same size\n"
"Still continue?"
@@ -1470,11 +1653,11 @@ msgstr ""
" Ƽ ̺ ũⰡ ʽϴ.\n"
" Ͻðڽϱ?"
-#: ../../diskdrake_interactive.pm_.c:322
+#: ../../diskdrake/interactive.pm_.c:334
msgid "Warning"
msgstr ""
-#: ../../diskdrake_interactive.pm_.c:323
+#: ../../diskdrake/interactive.pm_.c:335
msgid ""
"Insert a floppy in drive\n"
"All data on this floppy will be lost"
@@ -1482,97 +1665,122 @@ msgstr ""
"÷ ũ ̺꿡 \n"
"÷ ũ ڷḦ Ұ ˴ϴ."
-#: ../../diskdrake_interactive.pm_.c:334
+#: ../../diskdrake/interactive.pm_.c:346
msgid "Trying to rescue partition table"
msgstr "Ƽ ̺ õ ..."
-#: ../../diskdrake_interactive.pm_.c:340
+#: ../../diskdrake/interactive.pm_.c:352
msgid "Detailed information"
msgstr "ڼ "
-#: ../../diskdrake_interactive.pm_.c:354 ../../diskdrake_interactive.pm_.c:590
+#: ../../diskdrake/interactive.pm_.c:364 ../../diskdrake/interactive.pm_.c:534
+#: ../../diskdrake/interactive.pm_.c:554 ../../diskdrake/removable.pm_.c:24
+#: ../../diskdrake/removable_gtk.pm_.c:15 ../../diskdrake/smbnfs_gtk.pm_.c:83
+msgid "Mount point"
+msgstr "Ʈ ġ"
+
+#: ../../diskdrake/interactive.pm_.c:366 ../../diskdrake/removable.pm_.c:25
+#: ../../diskdrake/removable_gtk.pm_.c:16 ../../diskdrake/smbnfs_gtk.pm_.c:84
+msgid "Options"
+msgstr "ɼǵ"
+
+#: ../../diskdrake/interactive.pm_.c:367 ../../diskdrake/interactive.pm_.c:621
msgid "Resize"
msgstr "ũ"
-#: ../../diskdrake_interactive.pm_.c:355 ../../diskdrake_interactive.pm_.c:630
+#: ../../diskdrake/interactive.pm_.c:368 ../../diskdrake/interactive.pm_.c:674
msgid "Move"
msgstr "̵"
-#: ../../diskdrake_interactive.pm_.c:356
+#: ../../diskdrake/interactive.pm_.c:369
msgid "Format"
msgstr ""
-#: ../../diskdrake_interactive.pm_.c:358
-msgid "Active"
-msgstr "Ȱȭ"
+#: ../../diskdrake/interactive.pm_.c:370 ../../diskdrake/smbnfs_gtk.pm_.c:80
+msgid "Mount"
+msgstr "Ʈ"
-#: ../../diskdrake_interactive.pm_.c:359
+#: ../../diskdrake/interactive.pm_.c:371
msgid "Add to RAID"
msgstr "RAID ߰"
-#: ../../diskdrake_interactive.pm_.c:360
+#: ../../diskdrake/interactive.pm_.c:372
msgid "Add to LVM"
msgstr "LVM ߰"
-#: ../../diskdrake_interactive.pm_.c:363
+#: ../../diskdrake/interactive.pm_.c:373 ../../diskdrake/smbnfs_gtk.pm_.c:79
+msgid "Unmount"
+msgstr "𸶿Ʈ"
+
+#: ../../diskdrake/interactive.pm_.c:375
msgid "Remove from RAID"
msgstr "RAIDκ "
-#: ../../diskdrake_interactive.pm_.c:364
+#: ../../diskdrake/interactive.pm_.c:376
msgid "Remove from LVM"
msgstr "LVMκ "
-#: ../../diskdrake_interactive.pm_.c:365
+#: ../../diskdrake/interactive.pm_.c:377
msgid "Modify RAID"
msgstr "RAID "
-#: ../../diskdrake_interactive.pm_.c:366
+#: ../../diskdrake/interactive.pm_.c:378
msgid "Use for loopback"
msgstr " "
-#: ../../diskdrake_interactive.pm_.c:409
+#: ../../diskdrake/interactive.pm_.c:417
msgid "Create a new partition"
msgstr " Ƽ "
-#: ../../diskdrake_interactive.pm_.c:412
+#: ../../diskdrake/interactive.pm_.c:420
msgid "Start sector: "
msgstr " : "
-#: ../../diskdrake_interactive.pm_.c:414 ../../diskdrake_interactive.pm_.c:732
+#: ../../diskdrake/interactive.pm_.c:422 ../../diskdrake/interactive.pm_.c:773
msgid "Size in MB: "
msgstr "ũ(MB) :"
-#: ../../diskdrake_interactive.pm_.c:415 ../../diskdrake_interactive.pm_.c:733
+#: ../../diskdrake/interactive.pm_.c:423 ../../diskdrake/interactive.pm_.c:774
msgid "Filesystem type: "
msgstr "Ͻý : "
-#: ../../diskdrake_interactive.pm_.c:416 ../../diskdrake_interactive.pm_.c:936
-#: ../../diskdrake_interactive.pm_.c:1010
+#: ../../diskdrake/interactive.pm_.c:424
+#: ../../diskdrake/interactive.pm_.c:1034
+#: ../../diskdrake/interactive.pm_.c:1108
msgid "Mount point: "
msgstr "Ʈ ġ: "
-#: ../../diskdrake_interactive.pm_.c:420
+#: ../../diskdrake/interactive.pm_.c:428
msgid "Preference: "
msgstr " "
-#: ../../diskdrake_interactive.pm_.c:462
+#: ../../diskdrake/interactive.pm_.c:472
msgid "Remove the loopback file?"
msgstr " մϱ?"
-#: ../../diskdrake_interactive.pm_.c:486
+#: ../../diskdrake/interactive.pm_.c:497
msgid "Change partition type"
msgstr "Ƽ "
-#: ../../diskdrake_interactive.pm_.c:491
+#: ../../diskdrake/interactive.pm_.c:498 ../../diskdrake/removable.pm_.c:48
+msgid "Which filesystem do you want?"
+msgstr " ý ϼ?"
+
+#: ../../diskdrake/interactive.pm_.c:502
msgid "Switching from ext2 to ext3"
msgstr "EXT2 EXT3 "
-#: ../../diskdrake_interactive.pm_.c:521
+#: ../../diskdrake/interactive.pm_.c:532
#, c-format
msgid "Where do you want to mount loopback file %s?"
msgstr "%s Ʈ Ͻðڽϱ?"
-#: ../../diskdrake_interactive.pm_.c:528
+#: ../../diskdrake/interactive.pm_.c:533 ../../diskdrake/interactive.pm_.c:553
+#, c-format
+msgid "Where do you want to mount device %s?"
+msgstr "ġ %s Ʈ Ͻðڽϱ?"
+
+#: ../../diskdrake/interactive.pm_.c:539
msgid ""
"Can't unset mount point as this partition is used for loop back.\n"
"Remove the loopback first"
@@ -1581,117 +1789,125 @@ msgstr ""
".\n"
"loopback ϼ."
-#: ../../diskdrake_interactive.pm_.c:549
+#: ../../diskdrake/interactive.pm_.c:577
msgid "Computing FAT filesystem bounds"
msgstr " Ͻý "
-#: ../../diskdrake_interactive.pm_.c:549 ../../diskdrake_interactive.pm_.c:605
-#: ../../install_interactive.pm_.c:116
+#: ../../diskdrake/interactive.pm_.c:577 ../../diskdrake/interactive.pm_.c:636
+#: ../../install_interactive.pm_.c:130
msgid "Resizing"
msgstr "ũ⺯"
-#: ../../diskdrake_interactive.pm_.c:578
+#: ../../diskdrake/interactive.pm_.c:609
msgid "This partition is not resizeable"
msgstr " Ƽ ũ⺯ ʽϴ."
-#: ../../diskdrake_interactive.pm_.c:583
+#: ../../diskdrake/interactive.pm_.c:614
msgid "All data on this partition should be backed-up"
msgstr " Ƽ Ÿ Ͽ մϴ."
-#: ../../diskdrake_interactive.pm_.c:585
+#: ../../diskdrake/interactive.pm_.c:616
#, c-format
msgid "After resizing partition %s, all data on this partition will be lost"
msgstr "%s Ƽ ũ⸦ ϸ, Ÿ ҰԵ˴ϴ."
-#: ../../diskdrake_interactive.pm_.c:590
+#: ../../diskdrake/interactive.pm_.c:621
msgid "Choose the new size"
msgstr "ο ũ⸦ ּ"
-#: ../../diskdrake_interactive.pm_.c:591
+#: ../../diskdrake/interactive.pm_.c:622
msgid "New size in MB: "
msgstr "ο 뷮(MB):"
-#: ../../diskdrake_interactive.pm_.c:631
+#: ../../diskdrake/interactive.pm_.c:675
msgid "Which disk do you want to move it to?"
msgstr " ũ ̵ϰ ʴϱ?"
-#: ../../diskdrake_interactive.pm_.c:632
+#: ../../diskdrake/interactive.pm_.c:676
msgid "Sector"
msgstr ""
-#: ../../diskdrake_interactive.pm_.c:633
+#: ../../diskdrake/interactive.pm_.c:677
msgid "Which sector do you want to move it to?"
msgstr " ͸ ̵ϰ ʴϱ?"
-#: ../../diskdrake_interactive.pm_.c:636
+#: ../../diskdrake/interactive.pm_.c:680
msgid "Moving"
msgstr "̵ "
-#: ../../diskdrake_interactive.pm_.c:636
+#: ../../diskdrake/interactive.pm_.c:680
msgid "Moving partition..."
msgstr "Ƽ ̵ ..."
-#: ../../diskdrake_interactive.pm_.c:657
+#: ../../diskdrake/interactive.pm_.c:697
msgid "Choose an existing RAID to add to"
msgstr "߰ RAID ϼ."
-#: ../../diskdrake_interactive.pm_.c:658 ../../diskdrake_interactive.pm_.c:676
+#: ../../diskdrake/interactive.pm_.c:698 ../../diskdrake/interactive.pm_.c:716
msgid "new"
msgstr " "
-#: ../../diskdrake_interactive.pm_.c:674
+#: ../../diskdrake/interactive.pm_.c:714
msgid "Choose an existing LVM to add to"
msgstr "߰ LVM ϼ"
-#: ../../diskdrake_interactive.pm_.c:679
+#: ../../diskdrake/interactive.pm_.c:719
msgid "LVM name?"
msgstr "LVM ̸?"
-#: ../../diskdrake_interactive.pm_.c:718
+#: ../../diskdrake/interactive.pm_.c:759
msgid "This partition can't be used for loopback"
msgstr " Ƽ loopback ϴ."
-#: ../../diskdrake_interactive.pm_.c:730
+#: ../../diskdrake/interactive.pm_.c:771
msgid "Loopback"
msgstr ""
-#: ../../diskdrake_interactive.pm_.c:731
+#: ../../diskdrake/interactive.pm_.c:772
msgid "Loopback file name: "
msgstr " ̸: "
-#: ../../diskdrake_interactive.pm_.c:736
+#: ../../diskdrake/interactive.pm_.c:777
msgid "Give a file name"
msgstr " ̸ Էϼ."
-#: ../../diskdrake_interactive.pm_.c:739
+#: ../../diskdrake/interactive.pm_.c:780
msgid "File already used by another loopback, choose another one"
msgstr "ٸ ϰ ֽϴ, ٸ ּ."
-#: ../../diskdrake_interactive.pm_.c:740
+#: ../../diskdrake/interactive.pm_.c:781
msgid "File already exists. Use it?"
msgstr " ̹ մϴ. װ մϱ?"
-#: ../../diskdrake_interactive.pm_.c:784
+#: ../../diskdrake/interactive.pm_.c:804
+msgid "Mount options"
+msgstr "Ʈ ɼǵ:"
+
+#: ../../diskdrake/interactive.pm_.c:811
+msgid "Various"
+msgstr "پ"
+
+#: ../../diskdrake/interactive.pm_.c:874
msgid "device"
msgstr "ġ"
-#: ../../diskdrake_interactive.pm_.c:785
+#: ../../diskdrake/interactive.pm_.c:875
msgid "level"
msgstr ""
-#: ../../diskdrake_interactive.pm_.c:786
+#: ../../diskdrake/interactive.pm_.c:876
msgid "chunk size"
msgstr "ũ"
-#: ../../diskdrake_interactive.pm_.c:801
+#: ../../diskdrake/interactive.pm_.c:891
msgid "Be careful: this operation is dangerous."
msgstr " : մϴ."
-#: ../../diskdrake_interactive.pm_.c:816
+#: ../../diskdrake/interactive.pm_.c:906
msgid "What type of partitioning?"
msgstr " ƼԴϱ?"
-#: ../../diskdrake_interactive.pm_.c:834
+#: ../../diskdrake/interactive.pm_.c:924
msgid ""
"Sorry I won't accept to create /boot so far onto the drive (on a cylinder > "
"1024).\n"
@@ -1702,7 +1918,7 @@ msgstr ""
"ϴ. ( 1024 Ǹ Ͽ մϴ.\n"
"LILO Ѵٰ ϴ ʰ, LILO ü Ҽ ϴ."
-#: ../../diskdrake_interactive.pm_.c:838
+#: ../../diskdrake/interactive.pm_.c:928
msgid ""
"The partition you've selected to add as root (/) is physically located "
"beyond\n"
@@ -1713,7 +1929,7 @@ msgstr ""
" /boot Ƽ ϴ.\n"
"LILO Ʈ Ŵ Ϸ Ѵٸ, ؼ /boot Ƽ ߰ϼ."
-#: ../../diskdrake_interactive.pm_.c:844
+#: ../../diskdrake/interactive.pm_.c:934
msgid ""
"You've selected a software RAID partition as root (/).\n"
"No bootloader is able to handle this without a /boot partition.\n"
@@ -1723,44 +1939,44 @@ msgstr ""
" Ʈδ /boot Ƽ ̴ ̰ ó մϴ.\n"
"׷Ƿ /boot Ƽ ߰ϴ ."
-#: ../../diskdrake_interactive.pm_.c:864
+#: ../../diskdrake/interactive.pm_.c:954
#, c-format
msgid "Partition table of drive %s is going to be written to disk!"
msgstr "%s ̺ Ƽ ̺ մϴ."
-#: ../../diskdrake_interactive.pm_.c:868
+#: ../../diskdrake/interactive.pm_.c:958
msgid "You'll need to reboot before the modification can take place"
msgstr "Ȱ ϱ ؼ ʿմϴ."
-#: ../../diskdrake_interactive.pm_.c:879
+#: ../../diskdrake/interactive.pm_.c:969
#, c-format
msgid "After formatting partition %s, all data on this partition will be lost"
msgstr "%s Ƽ ϸ, Ÿ Ұ ˴ϴ."
-#: ../../diskdrake_interactive.pm_.c:881
+#: ../../diskdrake/interactive.pm_.c:971
msgid "Formatting"
msgstr " "
-#: ../../diskdrake_interactive.pm_.c:882
+#: ../../diskdrake/interactive.pm_.c:972
#, c-format
msgid "Formatting loopback file %s"
msgstr "loopback %s "
-#: ../../diskdrake_interactive.pm_.c:883
-#: ../../install_steps_interactive.pm_.c:419
+#: ../../diskdrake/interactive.pm_.c:973
+#: ../../install_steps_interactive.pm_.c:465
#, c-format
msgid "Formatting partition %s"
msgstr "%s Ƽ "
-#: ../../diskdrake_interactive.pm_.c:894
+#: ../../diskdrake/interactive.pm_.c:984
msgid "Hide files"
msgstr " "
-#: ../../diskdrake_interactive.pm_.c:894
+#: ../../diskdrake/interactive.pm_.c:984
msgid "Move files to the new partition"
msgstr " Ƽ ȱ"
-#: ../../diskdrake_interactive.pm_.c:895
+#: ../../diskdrake/interactive.pm_.c:985
#, c-format
msgid ""
"Directory %s already contain some data\n"
@@ -1769,76 +1985,83 @@ msgstr ""
"丮 %s ̹ Ͱ ֽϴ.\n"
"(%s)"
-#: ../../diskdrake_interactive.pm_.c:906
+#: ../../diskdrake/interactive.pm_.c:996
msgid "Moving files to the new partition"
msgstr " Ƽ ȱ "
-#: ../../diskdrake_interactive.pm_.c:910
+#: ../../diskdrake/interactive.pm_.c:1000
#, c-format
msgid "Copying %s"
msgstr "%s "
-#: ../../diskdrake_interactive.pm_.c:914
+#: ../../diskdrake/interactive.pm_.c:1004
#, c-format
msgid "Removing %s"
msgstr "%s "
-#: ../../diskdrake_interactive.pm_.c:937 ../../diskdrake_interactive.pm_.c:996
+#: ../../diskdrake/interactive.pm_.c:1014
+#, c-format
+msgid "partition %s is now known as %s"
+msgstr ""
+
+#: ../../diskdrake/interactive.pm_.c:1035
+#: ../../diskdrake/interactive.pm_.c:1094
msgid "Device: "
msgstr "ġ: "
-#: ../../diskdrake_interactive.pm_.c:938
+#: ../../diskdrake/interactive.pm_.c:1036
#, c-format
msgid "DOS drive letter: %s (just a guess)\n"
msgstr "DOS ̺ : %s ( )\n"
-#: ../../diskdrake_interactive.pm_.c:942 ../../diskdrake_interactive.pm_.c:950
-#: ../../diskdrake_interactive.pm_.c:1014
+#: ../../diskdrake/interactive.pm_.c:1040
+#: ../../diskdrake/interactive.pm_.c:1048
+#: ../../diskdrake/interactive.pm_.c:1112
msgid "Type: "
msgstr ": "
-#: ../../diskdrake_interactive.pm_.c:946
+#: ../../diskdrake/interactive.pm_.c:1044
msgid "Name: "
msgstr "̸:"
-#: ../../diskdrake_interactive.pm_.c:954
+#: ../../diskdrake/interactive.pm_.c:1052
#, c-format
msgid "Start: sector %s\n"
msgstr ": %s\n"
-#: ../../diskdrake_interactive.pm_.c:955
+#: ../../diskdrake/interactive.pm_.c:1053
#, c-format
msgid "Size: %s"
msgstr "ũ: %s"
-#: ../../diskdrake_interactive.pm_.c:957
+#: ../../diskdrake/interactive.pm_.c:1055
#, c-format
msgid ", %s sectors"
msgstr ", %s "
-#: ../../diskdrake_interactive.pm_.c:959
-#, c-format
-msgid "Cylinder %d to cylinder %d\n"
+#: ../../diskdrake/interactive.pm_.c:1057
+#, fuzzy, c-format
+msgid "Cylinder %d to %d\n"
msgstr "%d Ǹ %d Ǹ\n"
-#: ../../diskdrake_interactive.pm_.c:960
+#: ../../diskdrake/interactive.pm_.c:1058
msgid "Formatted\n"
msgstr "˵Ǿ\n"
-#: ../../diskdrake_interactive.pm_.c:961
+#: ../../diskdrake/interactive.pm_.c:1059
msgid "Not formatted\n"
msgstr " ȵǾ\n"
-#: ../../diskdrake_interactive.pm_.c:962
+#: ../../diskdrake/interactive.pm_.c:1060
msgid "Mounted\n"
msgstr "Ʈ Ǿ\n"
-#: ../../diskdrake_interactive.pm_.c:963
+#: ../../diskdrake/interactive.pm_.c:1061
#, c-format
msgid "RAID md%s\n"
msgstr "̵ ġ %s\n"
-#: ../../diskdrake_interactive.pm_.c:965
+#: ../../diskdrake/interactive.pm_.c:1063
#, c-format
msgid ""
"Loopback file(s):\n"
@@ -1847,7 +2070,7 @@ msgstr ""
" ():\n"
" %s\n"
-#: ../../diskdrake_interactive.pm_.c:966
+#: ../../diskdrake/interactive.pm_.c:1064
msgid ""
"Partition booted by default\n"
" (for MS-DOS boot, not for lilo)\n"
@@ -1855,27 +2078,27 @@ msgstr ""
"⺻ õǴ Ƽ\n"
" (lilo Ѱ ƴ϶ MS-DOS boot Ѱ)\n"
-#: ../../diskdrake_interactive.pm_.c:968
+#: ../../diskdrake/interactive.pm_.c:1066
#, c-format
msgid "Level %s\n"
msgstr "%s \n"
-#: ../../diskdrake_interactive.pm_.c:969
+#: ../../diskdrake/interactive.pm_.c:1067
#, c-format
msgid "Chunk size %s\n"
msgstr "ũ %s\n"
-#: ../../diskdrake_interactive.pm_.c:970
+#: ../../diskdrake/interactive.pm_.c:1068
#, c-format
msgid "RAID-disks %s\n"
msgstr "̵-ũ %s\n"
-#: ../../diskdrake_interactive.pm_.c:972
+#: ../../diskdrake/interactive.pm_.c:1070
#, c-format
msgid "Loopback file name: %s"
msgstr " ̸: %s"
-#: ../../diskdrake_interactive.pm_.c:975
+#: ../../diskdrake/interactive.pm_.c:1073
msgid ""
"\n"
"Chances are, this partition is\n"
@@ -1886,7 +2109,7 @@ msgstr ""
" Ƽ ̹ ƼԴϴ.\n"
"׳ δ ϴ.\n"
-#: ../../diskdrake_interactive.pm_.c:978
+#: ../../diskdrake/interactive.pm_.c:1076
msgid ""
"\n"
"This special Bootstrap\n"
@@ -1898,65 +2121,102 @@ msgstr ""
"Ƽ ý \n"
" ϱ Դϴ.\n"
-#: ../../diskdrake_interactive.pm_.c:997
+#: ../../diskdrake/interactive.pm_.c:1095
#, c-format
msgid "Size: %s\n"
msgstr "ũ : %s\n"
-#: ../../diskdrake_interactive.pm_.c:998
+#: ../../diskdrake/interactive.pm_.c:1096
#, c-format
msgid "Geometry: %s cylinders, %s heads, %s sectors\n"
msgstr "ġ: %s Ǹ, %s , %s \n"
-#: ../../diskdrake_interactive.pm_.c:999
+#: ../../diskdrake/interactive.pm_.c:1097
msgid "Info: "
msgstr ": "
-#: ../../diskdrake_interactive.pm_.c:1000
+#: ../../diskdrake/interactive.pm_.c:1098
#, c-format
msgid "LVM-disks %s\n"
msgstr "LVM-ũ %s\n"
-#: ../../diskdrake_interactive.pm_.c:1001
+#: ../../diskdrake/interactive.pm_.c:1099
#, c-format
msgid "Partition table type: %s\n"
msgstr "Ƽ ̺ : %s\n"
-#: ../../diskdrake_interactive.pm_.c:1002
+#: ../../diskdrake/interactive.pm_.c:1100
#, c-format
msgid "on bus %d id %d\n"
msgstr "%d 󿡼 ID %d\n"
-#: ../../diskdrake_interactive.pm_.c:1016
+#: ../../diskdrake/interactive.pm_.c:1114
#, c-format
msgid "Options: %s"
msgstr "ɼǵ: %s"
-#: ../../fs.pm_.c:447 ../../fs.pm_.c:457 ../../fs.pm_.c:461 ../../fs.pm_.c:465
-#: ../../fs.pm_.c:469 ../../fs.pm_.c:473
+#: ../../diskdrake/interactive.pm_.c:1130
+#, fuzzy
+msgid "Filesystem encryption key"
+msgstr "Ͻý : "
+
+#: ../../diskdrake/interactive.pm_.c:1131
+msgid "Choose your filesystem encryption key"
+msgstr ""
+
+#: ../../diskdrake/interactive.pm_.c:1134
+#, fuzzy, c-format
+msgid "This encryption key is too simple (must be at least %d characters long)"
+msgstr " ȣ ʹ ܼմϴ.(  %d ڴ Ѿ մϴ)"
+
+#: ../../diskdrake/interactive.pm_.c:1135
+#, fuzzy
+msgid "The encryption keys do not match"
+msgstr "ȣ ġ ʽϴ."
+
+#: ../../diskdrake/interactive.pm_.c:1138
+msgid "Encryption key"
+msgstr ""
+
+#: ../../diskdrake/interactive.pm_.c:1139
+msgid "Encryption key (again)"
+msgstr ""
+
+#: ../../diskdrake/removable.pm_.c:47
+msgid "Change type"
+msgstr " "
+
+#: ../../diskdrake/removable_gtk.pm_.c:28
+msgid "Please click on a media"
+msgstr "ü Ŭϼ."
+
+#: ../../diskdrake/smbnfs_gtk.pm_.c:165
+#, fuzzy
+msgid "Search servers"
+msgstr "DNS "
+
+#: ../../fs.pm_.c:485 ../../fs.pm_.c:495 ../../fs.pm_.c:499 ../../fs.pm_.c:503
+#: ../../fs.pm_.c:507 ../../fs.pm_.c:511
#, c-format
msgid "%s formatting of %s failed"
msgstr "%s (̺ %s)"
-#: ../../fs.pm_.c:506
+#: ../../fs.pm_.c:548
#, c-format
msgid "I don't know how to format %s in type %s"
msgstr "%s %s ̹Ƿ Ҽ ϴ."
-#: ../../fs.pm_.c:568
-msgid "mount failed"
-msgstr "Ʈ "
+#: ../../fs.pm_.c:620 ../../fs.pm_.c:649 ../../fs.pm_.c:655
+#, c-format
+msgid "mounting partition %s in directory %s failed"
+msgstr ""
-#: ../../fs.pm_.c:588
+#: ../../fs.pm_.c:640
#, c-format
msgid "fsck failed with exit code %d or signal %d"
msgstr "Ͻý ڵ %d Ǵ ñ׳ %d Ͽϴ."
-#: ../../fs.pm_.c:597 ../../fs.pm_.c:603 ../../partition_table.pm_.c:560
-msgid "mount failed: "
-msgstr "Ʈ : "
-
-#: ../../fs.pm_.c:618 ../../partition_table.pm_.c:556
+#: ../../fs.pm_.c:670 ../../partition_table.pm_.c:596
#, c-format
msgid "error unmounting %s: %s"
msgstr "%s 𸶿Ʈ ߻: %s"
@@ -1965,47 +2225,65 @@ msgstr "%s 𸶿Ʈ ߻: %s"
msgid "simple"
msgstr "ܼȭ"
+#: ../../fsedit.pm_.c:25
+msgid "with /usr"
+msgstr ""
+
#: ../../fsedit.pm_.c:30
msgid "server"
msgstr ""
-#: ../../fsedit.pm_.c:461
+#: ../../fsedit.pm_.c:467
msgid "You can't use JFS for partitions smaller than 16MB"
msgstr "16MB ̸ Ƽǿ JFS ý ϴ."
-#: ../../fsedit.pm_.c:462
+#: ../../fsedit.pm_.c:468
msgid "You can't use ReiserFS for partitions smaller than 32MB"
msgstr "32MB ̸ Ƽǿ ReiserFS ý ϴ."
-#: ../../fsedit.pm_.c:471
+#: ../../fsedit.pm_.c:477
msgid "Mount points must begin with a leading /"
msgstr "Ʈ ġ ݵ / Ͽ մϴ."
-#: ../../fsedit.pm_.c:472
+#: ../../fsedit.pm_.c:478
#, c-format
msgid "There is already a partition with mount point %s\n"
msgstr "Ʈ ġ %s ̹ մϴ.\n"
-#: ../../fsedit.pm_.c:476
+#: ../../fsedit.pm_.c:482
#, c-format
msgid "You can't use a LVM Logical Volume for mount point %s"
msgstr " %s Ʈ Ʈ LVM ϴ. "
-#: ../../fsedit.pm_.c:478
+#: ../../fsedit.pm_.c:484
msgid "This directory should remain within the root filesystem"
msgstr " 丮 Ʈ Ͻý ȿ ־ մϴ."
-#: ../../fsedit.pm_.c:480
+#: ../../fsedit.pm_.c:486
msgid "You need a true filesystem (ext2, reiserfs) for this mount point\n"
msgstr ""
" Ʈ ġ Ʈ Ͻý (ext2, reiserfs) Ʈ Ǿ մϴ.\n"
-#: ../../fsedit.pm_.c:596
+#: ../../fsedit.pm_.c:488
+#, fuzzy, c-format
+msgid "You can't use an encrypted file system for mount point %s"
+msgstr " %s Ʈ Ʈ LVM ϴ. "
+
+#: ../../fsedit.pm_.c:546
+#, fuzzy
+msgid "Not enough free space for auto-allocating"
+msgstr "ڵҴ ϱ⿡ մϴ."
+
+#: ../../fsedit.pm_.c:548
+msgid "Nothing to do"
+msgstr ""
+
+#: ../../fsedit.pm_.c:612
#, c-format
msgid "Error opening %s for writing: %s"
msgstr "%s ߻: %s"
-#: ../../fsedit.pm_.c:681
+#: ../../fsedit.pm_.c:697
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"
@@ -2013,7 +2291,7 @@ msgstr ""
" ߻ - ο ý  ùٸ ġ ã ϴ. "
" ذϽ÷, ϵ ñ ٶϴ."
-#: ../../fsedit.pm_.c:704
+#: ../../fsedit.pm_.c:720
msgid "You don't have any partitions!"
msgstr " Ƽǵ ʽϴ."
@@ -2030,14 +2308,14 @@ msgid ""
"system would not work any more. If you make a serious mistake as a regular\n"
"user, you may only lose some information, but not the entire system.\n"
"\n"
-"First, you have to enter your real name. This is not mandatory, of course -\n"
+"First, you have to enter your real name. This is not mandatory, of course\n"
"as you can actually enter whatever you want. DrakX will then take the first\n"
"word you have entered in the box and will bring it over to the \"User\n"
-"name\". This is the name this particular user will use to log into the\n"
+"name\". This is the name this particular user will use to log onto the\n"
"system. You can change it. You then have to enter a password here. A\n"
-"non-privileged (regular) user's password is not as crucial as that of\n"
-"\"root\" from a security point of view, but that is no reason to neglect it\n"
-"- after all, your files are at risk.\n"
+"non-privileged (regular) user's password is not as crucial as \"root\"' one\n"
+"from a security point of view, but that is no reason to neglect it: after\n"
+"all, your files are at risk.\n"
"\n"
"If you click on \"Accept user\", you can then add as many as you want. Add\n"
"a user for each one of your friends: your father or your sister, for\n"
@@ -2051,7 +2329,7 @@ msgstr ""
msgid ""
"Listed above are the existing Linux partitions detected on your hard drive.\n"
"You can keep the choices made by the wizard, they are good for most common\n"
-"installs. If you make any changes, you must at least define a root\n"
+"installations. If you make any changes, you must at least define a root\n"
"partition (\"/\"). Do not choose too small a partition or you will not be\n"
"able to install enough software. If you want to store your data on a\n"
"separate partition, you will also need to create a partition for \"/home\"\n"
@@ -2068,11 +2346,11 @@ msgid ""
"\"Hard drive number\" is always a letter after \"hd\" or \"sd\". For IDE\n"
"hard drives:\n"
"\n"
-" * \"a\" means \"master hard drive on the primary IDE controller\",\n"
+" * \"a\" means \"master hard drive on the primary IDE controller\";\n"
"\n"
-" * \"b\" means \"slave hard drive on the primary IDE controller\",\n"
+" * \"b\" means \"slave hard drive on the primary IDE controller\";\n"
"\n"
-" * \"c\" means \"master hard drive on the secondary IDE controller\",\n"
+" * \"c\" means \"master hard drive on the secondary IDE controller\";\n"
"\n"
" * \"d\" means \"slave hard drive on the secondary IDE controller\".\n"
"\n"
@@ -2116,8 +2394,8 @@ msgstr ""
#: ../../help.pm_.c:72
msgid ""
-"The Mandrake Linux installation is spread out over several CDROMs. DrakX\n"
-"knows if a selected package is located on another CDROM and will eject the\n"
+"The Mandrake Linux installation is spread out over several CD-ROMs. DrakX\n"
+"knows if a selected package is located on another CD-ROM and will eject the\n"
"current CD and ask you to insert a different one as required."
msgstr ""
"ǵ巹ũ ġ ý CD Ǿ ֽϴ.\n"
@@ -2126,13 +2404,14 @@ msgstr ""
"ʿ CD ڵ ٸ CD û Դϴ."
#: ../../help.pm_.c:77
+#, fuzzy
msgid ""
"It is now time to specify which programs you wish to install on your\n"
"system. There are thousands of packages available for Mandrake Linux, and\n"
"you are not supposed to know them all by heart.\n"
"\n"
-"If you are performing a standard installation from CDROM, you will first be\n"
-"asked to specify the CDs you currently have (in Expert mode only). Check\n"
+"If you are performing a standard installation from a CD-ROM, you will first\n"
+"be asked to specify the CDs you currently have (in Expert mode only). Check\n"
"the CD labels and highlight the boxes corresponding to the CDs you have\n"
"available for installation. Click \"OK\" when you are ready to continue.\n"
"\n"
@@ -2141,28 +2420,40 @@ msgid ""
"\n"
" * \"Workstation\": if you plan to use your machine as a workstation, "
"select\n"
-"one or more of the corresponding groups.\n"
+"one or more of the corresponding groups;\n"
"\n"
-" * \"Development\": if the machine is to be used for programming, choose "
-"the\n"
-"desired group(s).\n"
+" * \"Development\": if your machine is to be used for programming, choose\n"
+"the desired group(s);\n"
"\n"
-" * \"Server\": finally, if the machine is intended to be a server, you will\n"
-"be able to select which of the most common services you wish to see\n"
-"installed on the machine.\n"
+" * \"Server\": if your machine is intended to be a server, you will be able\n"
+"to select which of the most common services you wish to install on your\n"
+"machine;\n"
"\n"
-" * \"Graphical Environment\": this is where you will choose your preferred\n"
-"graphical environment. At least one must be selected if you want to have a\n"
-"graphical workstation!\n"
+" * \"Graphical Environment\": finally, this is where you will choose your\n"
+"preferred graphical environment. At least one must be selected if you want\n"
+"to have a graphical workstation!\n"
"\n"
"Moving the mouse cursor over a group name will display a short explanatory\n"
-"text about that group.\n"
+"text about that group. If you deselect all groups when performing a regular\n"
+"installation (by opposition to an upgrade), a dialog will pop up proposing\n"
+"different options for a minimal installation:\n"
+"\n"
+" * \"With X\": install the fewer packages possible to have a working\n"
+"graphical desktop;\n"
+"\n"
+" * \"With basic documentation\": installs the base system plus basic\n"
+"utilities and their documentation. This installation is suitable for\n"
+"setting up a server;\n"
+"\n"
+" * \"Truly minimal install\": will install the strict minimum necessary to\n"
+"get a working Linux system, in command line only. This installation is\n"
+"about 65Mb large.\n"
"\n"
"You can check the \"Individual package selection\" box, which is useful if\n"
"you are familiar with the packages being offered or if you want to have\n"
"total control over what will be installed.\n"
"\n"
-"If you started the installation in \"Update\" mode, you can unselect all\n"
+"If you started the installation in \"Upgrade\" mode, you can unselect all\n"
"groups to avoid installing any new package. This is useful for repairing or\n"
"updating an existing system."
msgstr ""
@@ -2204,23 +2495,23 @@ msgstr ""
"ġǴ ׷ ֽϴ. ̷ ϴ \n"
" ý Ʈϰų ġ Դϴ."
-#: ../../help.pm_.c:115
+#: ../../help.pm_.c:128
msgid ""
-"Finally, depending on your choice of whether or not to select individual\n"
-"packages, you will be presented a tree containing all packages classified\n"
-"by groups and subgroups. While browsing the tree, you can select entire\n"
-"groups, subgroups, or individual packages.\n"
+"Finally, depending on whether or not you selected individual packages, you\n"
+"will be presented a tree containing all packages classified by groups and\n"
+"subgroups. While browsing the tree, you can select entire groups,\n"
+"subgroups, or individual packages.\n"
"\n"
"Whenever you select a package on the tree, a description appears on the\n"
"right. When your selection is finished, click the \"Install\" button which\n"
"will then launch the installation process. Depending on the speed of your\n"
"hardware and the number of packages that need to be installed, it may take\n"
-"a while to complete the process. A time to complete estimate is displayed\n"
-"on the screen to help you gauge if there is sufficient time to enjoy a cup\n"
-"of coffee.\n"
+"a while to complete the process. An estimate of the time it will take to\n"
+"install everything is displayed on the screen, to help you gauge if there\n"
+"is sufficient time to enjoy a cup of coffee.\n"
"\n"
-"!! If a server package has been selected either intentionally or because it\n"
-"was part of a whole group, you will be asked to confirm that you really\n"
+"!! If a server package has been selected, either intentionally or because\n"
+"it was part of a whole group, you will be asked to confirm that you really\n"
"want those servers to be installed. Under Mandrake Linux, any installed\n"
"servers are started by default at boot time. Even if they are safe and have\n"
"no known issues at the time the distribution was shipped, it may happen\n"
@@ -2235,34 +2526,36 @@ msgid ""
"occurs because it has determined that it needs to satisfy a dependency with\n"
"another package in order to successfully complete the installation.\n"
"\n"
-"The tiny floppy disc icon at the bottom of the list allows to load the\n"
-"packages list chosen during a previous installation. Clicking on this icon\n"
+"The tiny floppy disk icon at the bottom of the list allows to load the\n"
+"package list chosen during a previous installation. Clicking on this icon\n"
"will ask you to insert a floppy disk previously created at the end of\n"
"another installation. See the second tip of last step on how to create such\n"
"a floppy."
msgstr ""
-#: ../../help.pm_.c:151
+#: ../../help.pm_.c:164
+#, fuzzy
msgid ""
-"If you wish to connect your computer to the Internet or to a local network,\n"
-"please choose the correct option. Please turn on your device before\n"
-"choosing the correct option to let DrakX detect it automatically.\n"
+"You are now proposed to set up your Internet/network connection. If you\n"
+"wish to connect your computer to the Internet or to a local network, click\n"
+"\"OK\". The autodetection of network devices and modem will be launched. If\n"
+"this detection fails, uncheck the \"Use auto detection\" box next time. You\n"
+"may also choose not to configure the network, or do it later; in that case,\n"
+"simply click the \"Cancel\" button.\n"
"\n"
-"Mandrake Linux proposes the configuration of an Internet connection at\n"
-"installation time. Available connections are: traditional modem, ISDN\n"
-"modem, ADSL connection, cable modem, and finally a simple LAN connection\n"
-"(Ethernet).\n"
+"Available connections are: traditional modem, ISDN modem, ADSL connection,\n"
+"cable modem, and finally a simple LAN connection (Ethernet).\n"
"\n"
"Here, we will not detail each configuration. Simply make sure that you have\n"
"all the parameters from your Internet Service Provider or system\n"
"administrator.\n"
"\n"
-"You can consult the manual chapter about Internet connections for details\n"
-"about the configuration, or simply wait until your system is installed and\n"
-"use the program described there to configure your connection.\n"
+"You can consult the ``User Guide'' chapter about Internet connections for\n"
+"details about the configuration, or simply wait until your system is\n"
+"installed and use the program described there to configure your connection.\n"
"\n"
-"If you wish to configure the network later after installation or if you\n"
-"have finished configuring your network connection, click \"Cancel\"."
+"If you wish to configure the network later after installation, or if you\n"
+"are finished configuring your network connection, click \"Cancel\"."
msgstr ""
" ǻ͸ ͳ̳ Ʈ ϰ ʹٸ, ùٸ ɼ\n"
"ϼ. ɼ ϱ Ʈ ġ ִ\n"
@@ -2284,7 +2577,7 @@ msgstr ""
"Ʈ ġ Ŀ ϰ Ͱų, Ʈ ģ ¶,\n"
"ҡ ϼ."
-#: ../../help.pm_.c:172
+#: ../../help.pm_.c:186
msgid ""
"You may now choose which services you wish to start at boot time.\n"
"\n"
@@ -2296,10 +2589,11 @@ msgid ""
"specific service. However, if you are not sure whether a service is useful\n"
"or not, it is safer to leave the default behavior.\n"
"\n"
-"At this stage, be very careful if you intend to use your machine as a\n"
-"server: you will probably not want to start any services that you do not\n"
+"!! At this stage, be very careful if you intend to use your machine as a\n"
+"server: you will probably not want to start any services which you do not\n"
"need. Please remember that several services can be dangerous if they are\n"
-"enabled on a server. In general, select only the services you really need."
+"enabled on a server. In general, select only the services you really need.\n"
+"!!"
msgstr ""
" ýÿ  񽺸 ڵ ϰ ؾ մϴ.\n"
"\n"
@@ -2316,34 +2610,43 @@ msgstr ""
"󿡼 ڵȴٸ ִٴ ϼ. Ģ \n"
" ʿ 񽺵鸸 ϼ."
-#: ../../help.pm_.c:188
+#: ../../help.pm_.c:203
msgid ""
-"GNU/Linux manages time in GMT (Greenwich Manage Time) and translates it in\n"
-"local time according to the time zone you selected."
+"GNU/Linux manages time in GMT (Greenwich Mean Time) and translates it in\n"
+"local time according to the time zone you selected. It is however possible\n"
+"to deactivate this by deselecting \"Hardware clock set to GMT\" so that the\n"
+"hardware clock is the same as the system clock. This is useful when the\n"
+"machine is hosting another operating system like Windows.\n"
+"\n"
+"The \"Automatic time synchronization\" option will automatically regulate\n"
+"the clock by connecting to a remote time server on the Internet. In the\n"
+"list that is presented, choose a server located near you. Of course you\n"
+"must have a working Internet connection for this feature to work. It will\n"
+"actually install on your machine a time server which can be optionally used\n"
+"by other machines on your local network."
msgstr ""
-"GNU/ ð GMT(׸ġ ð) ϸ鼭, õ ð뿡\n"
-" Ͽ ǥմϴ."
-#: ../../help.pm_.c:192
+#: ../../help.pm_.c:217
+#, fuzzy
msgid ""
"X (for X Window System) is the heart of the GNU/Linux graphical interface\n"
-"on which all the graphics environments (KDE, Gnome, AfterStep,\n"
-"WindowMaker...) bundled with Mandrake Linux rely. In this section, DrakX\n"
+"on which all the graphical environments (KDE, GNOME, AfterStep,\n"
+"WindowMaker, etc.) bundled with Mandrake Linux rely. In this section, DrakX\n"
"will try to configure X automatically.\n"
"\n"
"It is extremely rare for it to fail, unless the hardware is very old (or\n"
"very new). If it succeeds, it will start X automatically with the best\n"
-"resolution possible depending on the size of the monitor. A window will\n"
+"resolution possible, depending on the size of the monitor. A window will\n"
"then appear and ask you if you can see it.\n"
"\n"
-"If you are doing an \"Expert\" install, you will enter the X configuration\n"
-"wizard. See the corresponding section of the manual for more information\n"
-"about this wizard.\n"
+"If you are doing an \"Expert\" installation, you will enter the X\n"
+"configuration wizard. See the corresponding section of the manual for more\n"
+"information about this wizard.\n"
"\n"
-"If you can see the message and answer \"Yes\", then DrakX will proceed to\n"
-"the next step. If you cannot see the message, it simply means that the\n"
-"configuration was wrong and the test will automatically end after 10\n"
-"seconds, restoring the screen."
+"If you can see the message during the test, and answer \"Yes\", then DrakX\n"
+"will proceed to the next step. If you cannot see the message, it simply\n"
+"means that the configuration was wrong and the test will automatically end\n"
+"after 10 seconds, restoring the screen."
msgstr ""
"X(X ý) GNU/ ׷ ̽ ٽԴϴ.\n"
"̸ ǵ巹ũ Ե ׷ȯ(KDE, ׳,\n"
@@ -2364,7 +2667,7 @@ msgstr ""
"ǹմϴ. ׽Ʈ 10Ŀ ȭ ϸ鼭 ڵ\n"
"մϴ."
-#: ../../help.pm_.c:212
+#: ../../help.pm_.c:237
msgid ""
"The first time you try the X configuration, you may not be very satisfied\n"
"with its display (screen is too small, shifted left or right...). Hence,\n"
@@ -2374,8 +2677,8 @@ msgid ""
"\n"
"As a last resort, if you still cannot get X to work, choose \"Change\n"
"graphics card\", select \"Unlisted card\", and when prompted on which\n"
-"server you want, choose \"FBDev\". This is a failsafe option which works\n"
-"with any modern graphics card. Then choose \"Test again\" to be sure."
+"server, choose \"FBDev\". This is a failsafe option which works with any\n"
+"modern graphics card. Then choose \"Test again\" to be sure."
msgstr ""
"ó X õ , ȭ ̻ϰ ֽϴ.\n"
"(ȭ ʹ ۰ų, Ȥ ġ ֽϴ.)\n"
@@ -2390,7 +2693,7 @@ msgstr ""
"ϼ. ̰ ɼ̸ ׷ ī ȣȯ˴ϴ.\n"
"׸ , ٽ ׽Ʈ Ͽ Ȯϼ."
-#: ../../help.pm_.c:224
+#: ../../help.pm_.c:249
msgid ""
"Finally, you will be asked whether you want to see the graphical interface\n"
"at boot. Note this question will be asked even if you chose not to test the\n"
@@ -2405,17 +2708,16 @@ msgstr ""
"\n"
"ƴϿ ."
-#: ../../help.pm_.c:231
+#: ../../help.pm_.c:256
msgid ""
-"The Mandrake Linux CDROM has a built-in rescue mode. You can access it by\n"
-"booting from the CDROM, press the >>F1<< key at boot and type >>rescue<< at\n"
-"the prompt. But in case your computer cannot boot from the CDROM, you\n"
+"The Mandrake LinuxCD-ROM has a built-in rescue mode. You can access it by\n"
+"booting from the CD-ROM, press the >>F1<< key at boot and type >>rescue<<\n"
+"at the prompt. But in case your computer cannot boot from the CD-ROM, you\n"
"should come back to this step for help in at least two situations:\n"
"\n"
-" * when installing the boot loader, DrakX will rewrite the boot sector "
-"(MBR)\n"
-"of your main disk (unless you are using another boot manager) so that you\n"
-"can start up with either Windows or GNU/Linux (assuming you have Windows in\n"
+" * when installing the bootloader, DrakX will rewrite the boot sector (MBR)\n"
+"of your main disk (unless you are using another boot manager), to allow you\n"
+"to start up with either Windows or GNU/Linux (assuming you have Windows in\n"
"your system). If you need to reinstall Windows, the Microsoft install\n"
"process will rewrite the boot sector, and then you will not be able to\n"
"start GNU/Linux!\n"
@@ -2433,24 +2735,26 @@ msgid ""
"the whole disk."
msgstr ""
-#: ../../help.pm_.c:255
+#: ../../help.pm_.c:280
+#, fuzzy
msgid ""
-"At this point you need to choose where on your hard drive to install your\n"
-"Mandrake Linux operating system. If your hard drive is empty or if an\n"
-"existing operating system is using all the space available, you will need\n"
-"to partition it. Basically, partitioning a hard drive consists of logically\n"
-"dividing it to create space to install your new Mandrake Linux system.\n"
+"At this point, you need to choose where you want to install the Mandrake\n"
+"Linux operating system on your hard drive. If your hard drive is empty or\n"
+"if an existing operating system is using all the available space, you will\n"
+"need to partition it. Basically, partitioning a hard drive consists of\n"
+"logically dividing it to create space to install your new Mandrake Linux\n"
+"system.\n"
"\n"
-"Because the effects of the partitioning process are usually irreversible,\n"
+"Because the partitioning process' effects are usually irreversible,\n"
"partitioning can be intimidating and stressful if you are an inexperienced\n"
"user. Fortunately, there is a wizard which simplifies this process. Before\n"
"beginning, please consult the manual and take your time.\n"
"\n"
-"If you are running the install in Expert mode, you will enter DiskDrake,\n"
-"the Mandrake Linux partitioning tool, which allows you to fine-tune your\n"
-"partitions. See the DiskDrake chapter of the manual. From the installation\n"
-"interface, you can use the wizards as described here by clicking the\n"
-"\"Wizard\" button of the dialog.\n"
+"If you are running the installation in Expert mode, you will enter\n"
+"DiskDrake, the Mandrake Linux partitioning tool, which allows you to\n"
+"fine-tune your partitions. See the DiskDrake section in the ``User Guide''.\n"
+"From the installation interface, you can use the wizards as described here\n"
+"by clicking the dialog's \"Wizard\" button.\n"
"\n"
"If partitions have already been defined, either from a previous\n"
"installation or from another partitioning tool, simply select those to\n"
@@ -2461,43 +2765,45 @@ msgid ""
"available:\n"
"\n"
" * \"Use free space\": this option will simply lead to an automatic\n"
-"partitioning of your blank drive(s). You will not be prompted further.\n"
+"partitioning of your blank drive(s). You will not be prompted further;\n"
"\n"
" * \"Use existing partition\": the wizard has detected one or more existing\n"
"Linux partitions on your hard drive. If you want to use them, choose this\n"
-"option.\n"
+"option;\n"
"\n"
-" * \"Use the free space on the Windows partition\": if Microsoft Windows is\n"
+" * \"Use the free space on the Windows; partition\": if MicrosoftWindows is\n"
"installed on your hard drive and takes all the space available on it, you\n"
-"have to create free space for Linux data. To do that, you can delete your\n"
-"Microsoft Windows partition and data (see \"Erase entire disk\" or \"Expert\n"
-"mode\" solutions) or resize your Microsoft Windows partition. Resizing can\n"
-"be performed without the loss of any data. This solution is recommended if\n"
-"you want to use both Mandrake Linux and Microsoft Windows on same computer.\n"
+"have to create free space for Linux data. To do so, you can delete your\n"
+"MicrosoftWindows partition and data (see ``Erase entire disk'' or ``Expert\n"
+"mode'' solutions) or resize your MicrosoftWindows partition. Resizing can\n"
+"be performed without the loss of any data, provided you previously\n"
+"defragment the Windows partition. Backing up your data won't hurt either..\n"
+"This solution is recommended if you want to use both Mandrake Linux and\n"
+"MicrosoftWindows on the same computer.\n"
"\n"
" Before choosing this option, please understand that after this "
"procedure,\n"
-"the size of your Microsoft Windows partition will be smaller than at the\n"
-"present time. You will have less free space under Microsoft Windows to\n"
-"store your data or to install new software.\n"
+"the size of your MicrosoftWindows partition will be smaller than at the\n"
+"present time. You will have less free space under MicrosoftWindows to store\n"
+"your data or to install new software;\n"
"\n"
" * \"Erase entire disk\": if you want to delete all data and all partitions\n"
"present on your hard drive and replace them with your new Mandrake Linux\n"
"system, choose this option. Be careful with this solution because you will\n"
-"not be able to revert your choice after confirmation.\n"
+"not be able to revert your choice after you confirm;\n"
"\n"
" !! If you choose this option, all data on your disk will be lost. !!\n"
"\n"
" * \"Remove Windows\": this will simply erase everything on the drive and\n"
"begin fresh, partitioning everything from scratch. All data on your disk\n"
-"will be lost.\n"
+"will be lost;\n"
"\n"
" !! If you choose this option, all data on your disk will be lost. !!\n"
"\n"
" * \"Expert mode\": choose this option if you want to manually partition\n"
-"your hard drive. Be careful - it is a powerful but dangerous choice. You\n"
-"can very easily lose all your data. Hence, do not choose this unless you\n"
-"know what you are doing."
+"your hard drive. Be careful it is a powerful but dangerous choice. You can\n"
+"very easily lose all your data. Hence, do not choose this unless you know\n"
+"what you are doing."
msgstr ""
" ϵũ ǵ巹ũ ġ\n"
"ؾ մϴ. ϵũ ְų Ǵ\n"
@@ -2569,7 +2875,7 @@ msgstr ""
"Ҿ ֽϴ. ٸ, "
"."
-#: ../../help.pm_.c:319
+#: ../../help.pm_.c:347
msgid ""
"There you are. Installation is now complete and your GNU/Linux system is\n"
"ready to use. Just click \"OK\" to reboot the system. You can start\n"
@@ -2584,18 +2890,19 @@ msgid ""
"\n"
" Note that two different options are available after clicking the button:\n"
"\n"
-" * \"Replay\". This is a partially automated install as the partitioning\n"
-"step (and only this one) remains interactive.\n"
+" * \"Replay\". This is a partially automated installation as the\n"
+"partitioning step (and only this one) remains interactive;\n"
"\n"
-" * \"Automated\". Fully automated install: the hard disk is completely\n"
+" * \"Automated\". Fully automated installation: the hard disk is "
+"completely\n"
"rewritten, all data is lost.\n"
"\n"
" This feature is very handy when installing a great number of similar\n"
-"machines. See the Auto install section at our web site.\n"
+"machines. See the Auto install section on our web site;\n"
"\n"
-" * \"Save packages selection\"(*): saves the packages selection as made\n"
+" * \"Save packages selection\"(*): saves the package selection as done\n"
"previously. Then, when doing another installation, insert the floppy inside\n"
-"the driver and run the installation going to the help screen by pressing on\n"
+"the drive and run the installation going to the help screen by pressing on\n"
"the [F1] key, and by issuing >>linux defcfg=\"floppy\"<<.\n"
"\n"
"(*) You need a FAT-formatted floppy (to create one under GNU/Linux, type\n"
@@ -2633,10 +2940,10 @@ msgstr ""
"(*) FAT ˵ ÷ ϳ ־ մϴ.\n"
" ( Ϸ, mformat a: ϼ.)"
-#: ../../help.pm_.c:350
+#: ../../help.pm_.c:378
msgid ""
"Any partitions that have been newly defined must be formatted for use\n"
-"(formatting means creating a file system).\n"
+"(formatting means creating a filesystem).\n"
"\n"
"At this time, you may wish to reformat some already existing partitions to\n"
"erase any data they contain. If you wish to do that, please select those\n"
@@ -2650,7 +2957,7 @@ msgid ""
"\n"
"Please be careful when selecting partitions. After formatting, all data on\n"
"the selected partitions will be deleted and you will not be able to recover\n"
-"any of them.\n"
+"any of it.\n"
"\n"
"Click on \"OK\" when you are ready to format partitions.\n"
"\n"
@@ -2658,7 +2965,7 @@ msgid ""
"Mandrake Linux operating system installation.\n"
"\n"
"Click on \"Advanced\" if you wish to select partitions that will be checked\n"
-"for bad blocks on the disc."
+"for bad blocks on the disk."
msgstr ""
" Ƽǵ ˵Ǿ մϴ.\n"
"(̶ ý ٴ ǹԴϴ.)\n"
@@ -2684,7 +2991,7 @@ msgstr ""
"ũ ջ üũϸ ϰ ʹٸ,\n"
"ޡ ."
-#: ../../help.pm_.c:376
+#: ../../help.pm_.c:404
msgid ""
"Your new Mandrake Linux operating system is currently being installed.\n"
"Depending on the number of packages you will be installing and the speed of\n"
@@ -2700,12 +3007,27 @@ msgstr ""
"\n"
"γ ."
-#: ../../help.pm_.c:384
+#: ../../help.pm_.c:412
msgid ""
-"Before continuing you should read carefully the terms of the license. It\n"
+"At the time you are installing Mandrake Linux, it is likely that some\n"
+"packages have been updated since the initial release. Some bugs may have\n"
+"been fixed, and security issues solved. To allow you to benefit from these\n"
+"updates, you are now proposed to download them from the Internet. Choose\n"
+"\"Yes\" if you have a working Internet connection, or \"No\" if you prefer\n"
+"to install updated packages later.\n"
+"\n"
+"Choosing \"Yes\" displays a list of places from which updates can be\n"
+"retrieved. Choose the one nearest you. Then a package-selection tree\n"
+"appears: review the selection, and press \"Install\" to retrieve and\n"
+"install the selected package(s), or \"Cancel\" to abort."
+msgstr ""
+
+#: ../../help.pm_.c:425
+msgid ""
+"Before continuing, you should read carefully the terms of the license. It\n"
"covers the whole Mandrake Linux distribution, and if you do not agree with\n"
"all the terms in it, click on the \"Refuse\" button which will immediately\n"
-"terminate the installation. To continue with the installation, click the\n"
+"terminate the installation. To continue with the installation, click on the\n"
"\"Accept\" button."
msgstr ""
" ϱ ༭ ڼϰ о .\n"
@@ -2713,14 +3035,14 @@ msgstr ""
" Ŵٸ źΡư . ź ư ġ\n"
"ﰢ ϰ մϴ. ġ ϰ ʹٸ ǡư ."
-#: ../../help.pm_.c:391
+#: ../../help.pm_.c:432
msgid ""
"At this point, it is time to choose the security level desired for the\n"
"machine. As a rule of thumb, the more exposed the machine is, and the more\n"
"the data stored in it is crucial, the higher the security level should be.\n"
-"However, a higher security level is generally obtained at the expenses of\n"
-"easiness of use. Refer to the MSEC chapter of the ``Reference Manual'' to\n"
-"get more information about the meaning of these levels.\n"
+"However, a higher security level is generally obtained at the expense of\n"
+"easiness of use. Refer to the \"msec\" chapter of the ``Reference Manual''\n"
+"to get more information about the meaning of these levels.\n"
"\n"
"If you do not know what to choose, keep the default option."
msgstr ""
@@ -2736,49 +3058,64 @@ msgstr ""
"\n"
" ؾ 𸣰ڴٸ, ⺻ ϼ."
-#: ../../help.pm_.c:401
+#: ../../help.pm_.c:442
+#, fuzzy
msgid ""
-"At this point, you need to choose what partition(s) will be used for the\n"
-"installation of your Mandrake Linux system. If partitions have been already\n"
+"At this point, you need to choose which partition(s) will be used for the\n"
+"installation of your Mandrake Linux system. If partitions have already been\n"
"defined, either from a previous installation of GNU/Linux or from another\n"
-"partitioning tool, you can use existing partitions. Otherwise hard drive\n"
+"partitioning tool, you can use existing partitions. Otherwise, hard drive\n"
"partitions must be defined.\n"
"\n"
"To create partitions, you must first select a hard drive. You can select\n"
-"the disk for partitioning by clicking on \"hda\" for the first IDE drive,\n"
-"\"hdb\" for the second, \"sda\" for the first SCSI drive and so on.\n"
+"the disk for partitioning by clicking on ``hda'' for the first IDE drive,\n"
+"``hdb'' for the second, ``sda'' for the first SCSI drive and so on.\n"
"\n"
"To partition the selected hard drive, you can use these options:\n"
"\n"
" * \"Clear all\": this option deletes all partitions on the selected hard\n"
-"drive.\n"
+"drive;\n"
"\n"
-" * \"Auto allocate\": this option allows you to automatically create Ext2\n"
-"and swap partitions in free space of your hard drive.\n"
+" * \"Auto allocate\": this option enables to automatically create \"Ext2\"\n"
+"and swap partitions in free space of your hard drive;\n"
"\n"
-" * \"Rescue partition table\": if your partition table is damaged, you can\n"
+" * \"More\": gives access to additional features:\n"
+"\n"
+" * \"Save partition table\": saves the partition table to a floppy. "
+"Useful\n"
+"for later partition-table recovery if necessary. It is strongly recommended\n"
+"to perform this step;\n"
+"\n"
+" * \"Restore partition table\": allows to restore a previously saved\n"
+"partition table from floppy disk;\n"
+"\n"
+" * \"Rescue partition table\": if your partition table is damaged, you "
+"can\n"
"try to recover it using this option. Please be careful and remember that it\n"
-"can fail.\n"
+"can fail;\n"
"\n"
-" * \"Undo\": use this option to cancel your changes.\n"
+" * \"Reload partition table\": discards all changes and loads your "
+"initial\n"
+"partition table;\n"
"\n"
-" * \"Reload\": you can use this option if you wish to undo all changes and\n"
-"load your initial partitions table.\n"
+" * \"Removable media automounting\": unchecking this option will force "
+"users\n"
+"to manually mount and unmount removable medias such as floppies and\n"
+"CD-ROMs.\n"
"\n"
" * \"Wizard\": use this option if you wish to use a wizard to partition "
"your\n"
"hard drive. This is recommended if you do not have a good knowledge of\n"
-"partitioning.\n"
+"partitioning;\n"
"\n"
-" * \"Restore from floppy\": this option will allow you to restore a\n"
-"previously saved partition table from floppy disk.\n"
+" * \"Undo\": use this option to cancel your changes;\n"
"\n"
-" * \"Save to floppy\": saves the partition table to a floppy. Useful for\n"
-"later partition-table recovery if necessary. It is strongly recommended to\n"
-"perform this step.\n"
+" * \"Toggle to normal/expert mode\": allows additional actions on "
+"partitions\n"
+"(type, options, format) and gives more information;\n"
"\n"
-" * \"Done\": when you have finished partitioning your hard drive, this will\n"
-"save your changes back to disc.\n"
+" * \"Done\": when you are finished partitioning your hard drive, this will\n"
+"save your changes back to disk.\n"
"\n"
"Note: you can reach any option using the keyboard. Navigate through the\n"
"partitions using [Tab] and [Up/Down] arrows.\n"
@@ -2791,9 +3128,12 @@ msgid ""
"\n"
" * Ctrl-m to set the mount point.\n"
"\n"
+"To get information about the different filesystem types available, please\n"
+"read the ext2fs chapter from the ``Reference Manual''.\n"
+"\n"
"If you are installing on a PPC machine, you will want to create a small HFS\n"
-"\"bootstrap\" partition of at least 1MB which will be used by the yaboot\n"
-"boot loader. If you opt to make the partition a bit larger, say 50MB, you\n"
+"``bootstrap'' partition of at least 1MB, which will be used by the yaboot\n"
+"bootloader. If you opt to make the partition a bit larger, say 50MB, you\n"
"may find it a useful place to store a spare kernel and ramdisk images for\n"
"emergency boot situations."
msgstr ""
@@ -2856,10 +3196,10 @@ msgstr ""
"(, 50MB) , Ȳÿ Ŀΰ ũ ̹\n"
" ִ Ұ Դϴ."
-#: ../../help.pm_.c:460
+#: ../../help.pm_.c:513
msgid ""
-"More than one Microsoft Windows partition has been detected on your hard\n"
-"drive. Please choose the one you want resize in order to install your new\n"
+"More than one Microsoft partition has been detected on your hard drive.\n"
+"Please choose the one you want to resize in order to install your new\n"
"Mandrake Linux operating system.\n"
"\n"
"Each partition is listed as follows: \"Linux name\", \"Windows name\"\n"
@@ -2874,11 +3214,11 @@ msgid ""
"\"Hard drive number\" is always a letter after \"hd\" or \"sd\". With IDE\n"
"hard drives:\n"
"\n"
-" * \"a\" means \"master hard drive on the primary IDE controller\",\n"
+" * \"a\" means \"master hard drive on the primary IDE controller\";\n"
"\n"
-" * \"b\" means \"slave hard drive on the primary IDE controller\",\n"
+" * \"b\" means \"slave hard drive on the primary IDE controller\";\n"
"\n"
-" * \"c\" means \"master hard drive on the secondary IDE controller\",\n"
+" * \"c\" means \"master hard drive on the secondary IDE controller\";\n"
"\n"
" * \"d\" means \"slave hard drive on the secondary IDE controller\".\n"
"\n"
@@ -2918,37 +3258,48 @@ msgstr ""
" ̸ MS Ͽ ̸Դϴ.\n"
"(, ù ° ũ Ǵ Ƽ C:Դϴ.)"
-#: ../../help.pm_.c:491
+#: ../../help.pm_.c:544
msgid "Please be patient. This operation can take several minutes."
msgstr "ٷ ּ. ۾ ð ɸϴ."
-#: ../../help.pm_.c:494
+#: ../../help.pm_.c:547
+#, fuzzy
msgid ""
"DrakX now needs to know if you want to perform a default (\"Recommended\")\n"
-"installation or if you want to have greater control (\"Expert\"). You also\n"
-"have the choice of performing a new install or an upgrade of an existing\n"
-"Mandrake Linux system. Clicking \"Install\" will completely wipe out the\n"
-"old system. Select \"Upgrade\" if you are upgrading or repairing an\n"
-"existing system.\n"
-"\n"
-"Please choose \"Install\" if there are no previous version of Mandrake\n"
-"Linux installed or if you wish to boot between various operating systems.\n"
+"installation or if you want to have greater control (\"Expert\"). You can\n"
+"also choose to do a new install or an upgrade of an existing Mandrake Linux\n"
+"system:\n"
+"\n"
+" * \"Install\": completely wipes out the old system. In fact, depending on\n"
+"what currently holds your machine, you will be able to keep some old (Linux\n"
+"or other) partitions unchanged;\n"
+"\n"
+" * \"Upgrade\": this installation class allows to simply update the "
+"packages\n"
+"currently installed on your Mandrake Linux system. It keeps the current\n"
+"partitions of your hard drives as well as user configurations. All other\n"
+"configuration steps remain available with respect to plain installation;\n"
+"\n"
+" * \"Upgrade Packages Only\": this brand new class allows to upgrade an\n"
+"existing Mandrake Linux system while keeping all system configurations\n"
+"unchanged. Adding new packages to the current installation is also\n"
+"possible.\n"
"\n"
-"Please choose \"Update\" if you wish to update or repair an already\n"
-"installed version of Mandrake Linux.\n"
+"Upgrades should work fine for Mandrake Linux systems starting from \"8.1\"\n"
+"release.\n"
"\n"
-"Depending on your knowledge of GNU/Linux, please choose one of the\n"
-"following to install or update your Mandrake Linux operating system:\n"
+"Depending on your knowledge of GNU/Linux, select one of the following\n"
+"choices:\n"
"\n"
" * Recommended: choose this if you have never installed a GNU/Linux\n"
"operating system. The installation will be very easy and you will only be\n"
-"asked a few questions.\n"
+"asked a few questions;\n"
"\n"
" * Expert: if you have a good knowledge of GNU/Linux, you can choose this\n"
"installation class. The expert installation will allow you to perform a\n"
-"highly customized installation. Answering some of the questions can be\n"
-"difficult if you do not have a good knowledge of GNU/Linux so do not choose\n"
-"this unless you know what you are doing."
+"highly-customized installation. Answering some of the questions can be\n"
+"difficult if you do not have a good knowledge of GNU/Linux, so do not\n"
+"choose this unless you know what you are doing."
msgstr ""
" ⺻ġ(塹) ɵִ ִ\n"
"ġ ϳ ؾ߾ մϴ. ο ġ"
@@ -2980,10 +3331,10 @@ msgstr ""
"GNU/Linux ؼ 𸥴ٸ, ϱⰡ ſ ֽϴ.\n"
" Ȯ ʴ´ٸ ġ ."
-#: ../../help.pm_.c:521
+#: ../../help.pm_.c:583
msgid ""
"Normally, DrakX selects the right keyboard for you (depending on the\n"
-"language you have chosen) and you will not even see this step. However, you\n"
+"language you have chosen) and you won't even see this step. However, you\n"
"might not have a keyboard that corresponds exactly to your language: for\n"
"example, if you are an English speaking Swiss person, you may still want\n"
"your keyboard to be a Swiss keyboard. Or if you speak English but are\n"
@@ -3005,7 +3356,7 @@ msgstr ""
"Ǵ Ű , ߰\n"
"."
-#: ../../help.pm_.c:534
+#: ../../help.pm_.c:596
msgid ""
"Please choose your preferred language for installation and system usage.\n"
"\n"
@@ -3014,10 +3365,10 @@ msgid ""
"will install the language-specific files for system documentation and\n"
"applications. For example, if you will host users from Spain on your\n"
"machine, select English as the main language in the tree view and in the\n"
-"Advanced section click on the grey star corresponding to \"Spanish|Spain\".\n"
+"Advanced section click on the box corresponding to \"Spanish|Spain\".\n"
"\n"
"Note that multiple languages may be installed. Once you have selected any\n"
-"additional locales click the \"OK\" button to continue."
+"additional locales, click the \"OK\" button to continue."
msgstr ""
"ġ ׸ ýۿ  ϼ.\n"
"\n"
@@ -3032,19 +3383,20 @@ msgstr ""
" ߰  ֽϴ. ,\n"
"ȮΡ ϼ."
-#: ../../help.pm_.c:547
+#: ../../help.pm_.c:609
msgid ""
-"By default, DrakX assumes you have a two-button mouse and will set it up\n"
-"for third-button emulation. DrakX will automatically know whether it is a\n"
-"PS/2, serial or USB mouse.\n"
+"DrakX generally detects the number of buttons your mouse has. If not, it\n"
+"assumes you have a two-button mouse and will set it up for third-button\n"
+"emulation. DrakX will automatically know whether it is a PS/2, serial or\n"
+"USB mouse.\n"
"\n"
"If you wish to specify a different type of mouse select the appropriate\n"
-"type from the list provided.\n"
+"type from the provided list.\n"
"\n"
-"If you choose a mouse other than the default you will be presented with a\n"
-"mouse test screen. Use the buttons and wheel to verify that the settings\n"
-"are good. If the mouse is not working correctly press the space bar or\n"
-"RETURN to \"Cancel\" and choose again."
+"If you choose a mouse other than the default, a test screen will be\n"
+"displayed. Use the buttons and wheel to verify that the settings are\n"
+"correct. If the mouse is not working well, press the space bar or [Return]\n"
+"to \"Cancel\" and choose again."
msgstr ""
"⺻ 巹ũX 2ư 콺 Ѵٰ ̸,\n"
" ° ư ķ̼ Դϴ. 콺 PS/2, ø, Ȥ USB"
@@ -3059,31 +3411,31 @@ msgstr ""
" ۵ϱ ,ҡư ̽ Ű Ű\n"
" ٽ Ͻñ ٶϴ."
-#: ../../help.pm_.c:560
+#: ../../help.pm_.c:623
msgid ""
-"Please select the correct port. For example, the COM1 port under MS Windows\n"
-"is named ttyS0 under GNU/Linux."
+"Please select the correct port. For example, the \"COM1\" port under\n"
+"Windows is named \"ttyS0\" under GNU/Linux."
msgstr ""
"Ȯ Ʈ ϼ. , MS  COM1\n"
" ttyS0 ˴ϴ."
-#: ../../help.pm_.c:564
+#: ../../help.pm_.c:627
msgid ""
"This is the most crucial decision point for the security of your GNU/Linux\n"
"system: you have to enter the \"root\" password. \"root\" is the system\n"
"administrator and is the only one authorized to make updates, add users,\n"
"change the overall system configuration, and so on. In short, \"root\" can\n"
"do everything! That is why you must choose a password that is difficult to\n"
-"guess - DrakX will tell you if it is too easy. As you can see, you can\n"
-"choose not to enter a password, but we strongly advise you against this if\n"
-"only for one reason: do not think that because you booted GNU/Linux that\n"
-"your other operating systems are safe from mistakes. Since \"root\" can\n"
-"overcome all limitations and unintentionally erase all data on partitions\n"
-"by carelessly accessing the partitions themselves, it is important for it\n"
-"to be difficult to become \"root\".\n"
+"guess DrakX will tell you if it is too easy. As you can see, you can choose\n"
+"not to enter a password, but we strongly advise you against this if only\n"
+"for one reason: do not think that because you booted GNU/Linux that your\n"
+"other operating systems are safe from mistakes. Since \"root\" can overcome\n"
+"all limitations and unintentionally erase all data on partitions by\n"
+"carelessly accessing the partitions themselves, it is important for it to\n"
+"be difficult to become \"root\".\n"
"\n"
"The password should be a mixture of alphanumeric characters and at least 8\n"
-"characters long. Never write down the \"root\" password - it makes it too\n"
+"characters long. Never write down the \"root\" password it makes it too\n"
"easy to compromise a system.\n"
"\n"
"However, please do not make the password too long or complicated because\n"
@@ -3092,12 +3444,12 @@ msgid ""
"The password will not be displayed on screen as you type it in. Hence, you\n"
"will have to type the password twice to reduce the chance of a typing\n"
"error. If you do happen to make the same typing error twice, this\n"
-"\"incorrect\" password will have to be used the first time you connect.\n"
+"``incorrect'' password will have to be used the first time you connect.\n"
"\n"
-"In expert mode, you will be asked if you will be connecting to an\n"
+"In Expert mode, you will be asked if you will be connecting to an\n"
"authentication server, like NIS or LDAP.\n"
"\n"
-"If your network uses LDAP (or NIS) protocol for authentication, select\n"
+"If your network uses the LDAP (or NIS) protocol for authentication, select\n"
"\"LDAP\" (or \"NIS\") as authentication. If you do not know, ask your\n"
"network administrator.\n"
"\n"
@@ -3105,60 +3457,60 @@ msgid ""
"want to choose \"Local files\" for authentication."
msgstr ""
-#: ../../help.pm_.c:600
+#: ../../help.pm_.c:663
msgid ""
-"LILO and GRUB are boot loaders for GNU/Linux. This stage, normally, is\n"
-"totally automated. In fact, DrakX analyzes the disk boot sector and acts\n"
+"LILO and grub are GNU/Linux bootloaders. This stage, normally, is totally\n"
+"automated. In fact, DrakX analyzes the disk boot sector and acts\n"
"accordingly, depending on what it finds here:\n"
"\n"
-" * if Windows boot sector is found, it will replace it with a GRUB/LILO "
-"boot\n"
-"sector. Hence, you will be able to load either GNU/Linux or another OS;\n"
+" * if a Windows boot sector is found, it will replace it with a grub/LILO\n"
+"boot sector. Hence, you will be able to load either GNU/Linux or another\n"
+"OS;\n"
"\n"
-" * if a GRUB or LILO boot sector is found, it will replace it with a new\n"
-"one;\n"
+" * if a grub or LILO boot sector is found, it will replace it with a new\n"
+"one.\n"
"\n"
"If in doubt, DrakX will display a dialog with various options.\n"
"\n"
-" * \"Boot loader to use\": you have three choices:\n"
+" * \"Bootloader to use\": you have three choices:\n"
+"\n"
+" * \"GRUB\": if you prefer grub (text menu).\n"
"\n"
" * \"LILO with graphical menu\": if you prefer LILO with its graphical\n"
"interface.\n"
"\n"
-" * \"GRUB\": if you prefer GRUB (text menu).\n"
-"\n"
" * \"LILO with text menu\": if you prefer LILO with its text menu "
"interface.\n"
"\n"
" * \"Boot device\": in most cases, you will not change the default\n"
-"(\"/dev/hda\"), but if you prefer, the boot loader can be installed on the\n"
-"second hard drive (\"/dev/hdb\"), or even on a floppy disk (\"/dev/fd0\").\n"
+"(\"/dev/hda\"), but if you prefer, the bootloader can be installed on the\n"
+"second hard drive (\"/dev/hdb\"), or even on a floppy disk (\"/dev/fd0\");\n"
"\n"
" * \"Delay before booting the default image\": when rebooting the computer,\n"
-"this is the delay granted to the user to choose - in the boot loader menu,\n"
+"this is the delay granted to the user to choose in the bootloader menu,\n"
"another boot entry than the default one.\n"
"\n"
-"!! Beware that if you choose not to install a boot loader (by selecting\n"
+"!! Beware that if you choose not to install a bootloader (by selecting\n"
"\"Cancel\" here), you must ensure that you have a way to boot your Mandrake\n"
-"Linux system! Also be sure you know what you do before changing any of the\n"
+"Linux system! Also, be sure you know what you do before changing any of the\n"
"options. !!\n"
"\n"
"Clicking the \"Advanced\" button in this dialog will offer many advanced\n"
"options, which are reserved to the expert user.\n"
"\n"
-"Mandrake Linux installs its own boot loader, which will let you boot either\n"
-"GNU/Linux or any other operating systems which you have on your system.\n"
+"After you have configured the general bootloader parameters, the list of\n"
+"boot options which will be available at boot time will be displayed.\n"
"\n"
-"If there is another operating system installed on your machine, it will be\n"
-"automatically added to the boot menu. Here, you can choose to fine-tune the\n"
-"existing options. Double-clicking on an existing entry allows you to change\n"
-"its parameters or remove it; \"Add\" creates a new entry; and \"Done\" goes\n"
-"on to the next installation step."
+"If there is another operating system installed on your machine, it will\n"
+"automatically be added to the boot menu. Here, you can choose to fine-tune\n"
+"the existing options. Select an entry and click \"Modify\" to modify or\n"
+"remove it; \"Add\" creates a new entry; and \"Done\" goes on to the next\n"
+"installation step."
msgstr ""
-#: ../../help.pm_.c:647
+#: ../../help.pm_.c:711
msgid ""
-"LILO (the LInux LOader) and GRUB are boot loaders: they are able to boot\n"
+"LILO (the LInux LOader) and grub are bootloaders: they are able to boot\n"
"either GNU/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"
@@ -3178,7 +3530,7 @@ msgstr ""
" Դϴ. ׷ , ش ׸ 켼. ׷ ׷ϸ,\n"
" ü ϱ ؼ ũ ־ մϴ!"
-#: ../../help.pm_.c:658
+#: ../../help.pm_.c:722
msgid ""
"You must indicate where you wish to place the information required to boot\n"
"to GNU/Linux.\n"
@@ -3192,64 +3544,64 @@ msgstr ""
" ִ 𸣰ڴٸ,\n"
"ũ ù (MBR) ϼ."
-#: ../../help.pm_.c:665
+#: ../../help.pm_.c:729
msgid ""
-"Here we select a printing system for your computer to use. Other OSes may\n"
-"offer you one, but Mandrake offers three.\n"
+"Here, we select a printing system for your computer. Other OSs may offer\n"
+"you one, but Mandrake Linux offers three.\n"
"\n"
-" * \"pdq\" - which means ``print, don't queue'', is the choice if you have "
-"a\n"
+" * \"pdq\" which means ``print, don't queue'', is the choice if you have a\n"
"direct connection to your printer and you want to be able to panic out of\n"
-"printer jams, and you do not have any networked printers. It will handle\n"
-"only very simple network cases and is somewhat slow for networks. Pick\n"
-"\"pdq\" if this is your maiden voyage to GNU/Linux. You can change your\n"
-"choices after install by running PrinterDrake from the Mandrake Control\n"
-"Center and clicking the expert button.\n"
-"\n"
-" * \"CUPS\" - ``Common Unix Printing System'' is excellent at printing to\n"
-"your local printer and also halfway round the planet. It is simple and can\n"
-"act like a server or a client for the ancient \"lpd\" printing system, so\n"
-"it is compatible with the systems that went before. It can do many tricks,\n"
-"but the basic setup is almost as easy as \"pdq\". If you need this to\n"
-"emulate an \"lpd\" server, you must turn on the \"cups-lpd\" daemon. It has\n"
+"printer jams, and you do not have networked printers. It will handle only\n"
+"very simple network cases and is somewhat slow for networks. Pick \"pdq\"\n"
+"if this is your maiden voyage to GNU/Linux. You can change your choices\n"
+"after installation by running PrinterDrake from the Mandrake Control Center\n"
+"and clicking the expert button.\n"
+"\n"
+" * \"CUPS\"``Common Unix Printing System'', is excellent at printing to "
+"your\n"
+"local printer and also halfway-around the planet. It is simple and can act\n"
+"as a server or a client for the ancient \"lpd\" printing system. Hence, it\n"
+"is compatible with the systems that went before. It can do many tricks, but\n"
+"the basic setup is almost as easy as \"pdq\". If you need this to emulate\n"
+"an \"lpd\" server, you must turn on the \"cups-lpd\" daemon. It has\n"
"graphical front-ends for printing or choosing printer options.\n"
"\n"
-" * \"lprNG\" - ``line printer daemon New Generation''. This system can do\n"
+" * \"lprNG\"``line printer daemon New Generation''. This system can do\n"
"approximately the same things the others can do, but it will print to\n"
-"printers mounted on a Novell Network, because it supports IPX protocol, and\n"
-"it can print directly to shell commands. If you have need of Novell or\n"
+"printers mounted on a Novell Network, because it supports the IPX protocol,\n"
+"and it can print directly to shell commands. If you have need of Novell or\n"
"printing to commands without using a separate pipe construct, use lprNG.\n"
"Otherwise, CUPS is preferable as it is simpler and better at working over\n"
"networks."
msgstr ""
-#: ../../help.pm_.c:693
+#: ../../help.pm_.c:757
msgid ""
-"DrakX is now detecting any IDE devices present in your computer. It will\n"
-"also scan for one or more PCI SCSI card(s) on your system. If a SCSI card\n"
-"is found DrakX will automatically install the appropriate driver.\n"
+"DrakX now detects any IDE device present in your computer. It will also\n"
+"scan for one or more PCI SCSI card(s) on your system. If a SCSI card is\n"
+"found, DrakX will automatically install the appropriate driver.\n"
"\n"
-"Because hardware detection will sometimes not detect a piece of hardware\n"
+"Because hardware detection does not always detect a piece of hardware,\n"
"DrakX will ask you to confirm if a PCI SCSI card is present. Click \"Yes\"\n"
"if you know that there is a SCSI card installed in your machine. You will\n"
"be presented a list of SCSI cards to choose from. Click \"No\" if you have\n"
-"no SCSI hardware. If you are unsure you can check the list of hardware\n"
+"no SCSI hardware. If you are unsure, you can check the list of hardware\n"
"detected in your machine by selecting \"See hardware info\" and clicking\n"
"\"OK\". Examine the list of hardware and then click on the \"OK\" button to\n"
"return to the SCSI interface question.\n"
"\n"
"If you have to manually specify your adapter, DrakX will ask if you want to\n"
"specify options for it. You should allow DrakX to probe the hardware for\n"
-"the card-specific options that the hardware needs to initialize. This\n"
+"the card-specific options which the hardware needs to initialize. This\n"
"usually works well.\n"
"\n"
-"If DrakX is not able to probe for the options that need to be passed, you\n"
-"will need to manually provide options to the driver. Please review the\n"
-"``User Guide'' (chapter 3, section \"Collecting information on your\n"
-"hardware\") for hints on retrieving the parameters required from hardware\n"
-"documentation, from the manufacturer's web site (if you have Internet\n"
-"access) or from Microsoft Windows (if you used this hardware with Windows\n"
-"on your system)."
+"If DrakX is not able to probe for the options which need to be passed, you\n"
+"will need to provide options to the driver manually. Please review the\n"
+"``User Guide'' (chapter 3, in the ``Collecting Information on Your\n"
+"Hardware'' section) for hints on retrieving the parameters required from\n"
+"hardware documentation, from the manufacturer's web site (if you have\n"
+"Internet access) or from MicrosoftWindows (if you used this hardware with\n"
+"Windows on your system)."
msgstr ""
"巹ũX ýۻ ִ ϵ ũ ˻ϰ\n"
" PCI SCSI Ž õ Դϴ.\n"
@@ -3279,23 +3631,24 @@ msgstr ""
"Ǵ ( ġǾ ִٸ) MS   ⿡ ʿ \n"
" ˾ ִ ã ."
-#: ../../help.pm_.c:720
+#: ../../help.pm_.c:784
msgid ""
"You can add additional entries for yaboot, either for other operating\n"
"systems, alternate kernels, or for an emergency boot image.\n"
"\n"
-"For other OS's, the entry consists only of a label and the root partition.\n"
+"For other OSs, the entry consists only of a label and the \"root\"\n"
+"partition.\n"
"\n"
"For Linux, there are a few possible options:\n"
"\n"
" * Label: this is simply the name you will have to type at the yaboot "
"prompt\n"
-"to select this boot option.\n"
+"to select this boot option;\n"
"\n"
" * Image: this would be the name of the kernel to boot. Typically, vmlinux\n"
-"or a variation of vmlinux with an extension.\n"
+"or a variation of vmlinux with an extension;\n"
"\n"
-" * Root: the \"root\" device or \"/\" for your Linux installation.\n"
+" * Root: the \"root\" device or ``/'' for your Linux installation;\n"
"\n"
" * Append: on Apple hardware, the kernel append option is used quite often\n"
"to assist in initializing video hardware, or to enable keyboard mouse\n"
@@ -3309,92 +3662,91 @@ msgid ""
"\n"
" * Initrd: this option can be used either to load initial modules, before\n"
"the boot device is available, or to load a ramdisk image for an emergency\n"
-"boot situation.\n"
+"boot situation;\n"
"\n"
" * Initrd-size: the default ramdisk size is generally 4,096 bytes. If you\n"
-"need to allocate a large ramdisk, this option can be used.\n"
+"need to allocate a large ramdisk, this option can be used;\n"
"\n"
" * Read-write: normally the \"root\" partition is initially brought up in\n"
-"read-only, to allow a file system check before the system becomes \"live\".\n"
-"Here, you can override this option.\n"
+"read-only, to allow a file system check before the system becomes ``live''.\n"
+"Here, you can override this option;\n"
"\n"
" * NoVideo: should the Apple video hardware prove to be exceptionally\n"
-"problematic, you can select this option to boot in \"novideo\" mode, with\n"
-"native frame buffer support.\n"
+"problematic, you can select this option to boot in ``novideo'' mode, with\n"
+"native frame buffer support;\n"
"\n"
" * Default: selects this entry as being the default Linux selection,\n"
"selectable by just pressing ENTER at the yaboot prompt. This entry will\n"
-"also be highlighted with a \"*\", if you press [Tab] to see the boot\n"
+"also be highlighted with a ``*'', if you press [Tab] to see the boot\n"
"selections."
msgstr ""
-#: ../../help.pm_.c:765
+#: ../../help.pm_.c:830
msgid ""
-"Yaboot is a boot loader for NewWorld MacIntosh hardware. It is able to boot\n"
+"Yaboot is a bootloader for NewWorld MacIntosh hardware. It is able to boot\n"
"either GNU/Linux, MacOS or MacOSX if present on your computer. Normally,\n"
"these other operating systems are correctly detected and installed. If this\n"
-"is not the case, you can add an entry by hand in this screen. Be careful as\n"
-"to choose the correct parameters.\n"
+"is not the case, you can add an entry by hand in this screen. Be careful to\n"
+"choose the correct parameters.\n"
"\n"
"Yaboot's main options are:\n"
"\n"
-" * Init Message: a simple text message that is displayed before the boot\n"
-"prompt.\n"
+" * Init Message: a simple text message displayed before the boot prompt;\n"
"\n"
-" * Boot Device: indicate where you want to place the information required "
-"to\n"
-"boot to GNU/Linux. Generally, you setup a bootstrap partition earlier to\n"
-"hold this information.\n"
+" * Boot Device: indicates where you want to place the information required\n"
+"to boot to GNU/Linux. Generally, you set up a bootstrap partition earlier\n"
+"to hold this information;\n"
"\n"
" * Open Firmware Delay: unlike LILO, there are two delays available with\n"
"yaboot. The first delay is measured in seconds and at this point, you can\n"
-"choose between CD, OF boot, MacOS or Linux.\n"
+"choose between CD, OF boot, MacOS or Linux;\n"
"\n"
" * Kernel Boot Timeout: this timeout is similar to the LILO boot delay.\n"
"After selecting Linux, you will have this delay in 0.1 second before your\n"
-"default kernel description is selected.\n"
+"default kernel description is selected;\n"
"\n"
-" * Enable CD Boot?: checking this option allows you to choose \"C\" for CD\n"
-"at the first boot prompt.\n"
+" * Enable CD Boot?: checking this option allows you to choose ``C'' for CD\n"
+"at the first boot prompt;\n"
"\n"
-" * Enable OF Boot?: checking this option allows you to choose \"N\" for "
+" * Enable OF Boot?: checking this option allows you to choose ``N'' for "
"Open\n"
-"Firmware at the first boot prompt.\n"
+"Firmware at the first boot prompt;\n"
"\n"
" * Default OS: you can select which OS will boot by default when the Open\n"
"Firmware Delay expires."
msgstr ""
-#: ../../help.pm_.c:798
+#: ../../help.pm_.c:862
+#, fuzzy
msgid ""
"Here are presented various parameters concerning your machine. Depending on\n"
-"your installed hardware, you may - or not, see the following entries:\n"
+"your installed hardware, you may or not, see the following entries:\n"
"\n"
-" * \"Mouse\": mouse check the current mouse configuration and click on the\n"
-"button to change it if necessary.\n"
+" * \"Mouse\": check the current mouse configuration and click on the button\n"
+"to change it if necessary;\n"
"\n"
-" * \"Keyboard\": keyboard check the current keyboard map configuration and\n"
-"click on the button to change that if necessary.\n"
+" * \"Keyboard\": check the current keyboard map configuration and click on\n"
+"the button to change that if necessary;\n"
"\n"
-" * \"Timezone\": time zoneDrakX, by default, guesses your time zone from "
-"the\n"
-"language you have chosen. But here again, as for the choice of a keyboard,\n"
-"you may not be in the country for which the chosen language should\n"
-"correspond. Hence, you may need to click on the \"Timezone\" button in\n"
-"order to configure the clock according to the time zone you are in.\n"
+" * \"Timezone\": DrakX, by default, guesses your time zone from the "
+"language\n"
+"you have chosen. But here again, as for the choice of a keyboard, you may\n"
+"not be in the country for which the chosen language should correspond.\n"
+"Hence, you may need to click on the \"Timezone\" button in order to\n"
+"configure the clock according to the time zone you are in;\n"
"\n"
" * \"Printer\": clicking on the \"No Printer\" button will open the printer\n"
-"configuration wizard.\n"
+"configuration wizard;\n"
"\n"
" * \"Sound card\": if a sound card is detected on your system, it is\n"
-"displayed here. No modification possible at installation time.\n"
+"displayed here. No modification possible at installation time;\n"
"\n"
" * \"TV card\": if a TV card is detected on your system, it is displayed\n"
-"here. No modification possible at installation time.\n"
+"here. No modification possible at installation time;\n"
"\n"
" * \"ISDN card\": if an ISDN card is detected on your system, it is\n"
"displayed here. You can click on the button to change the parameters\n"
-"associated to it."
+"associated with it."
msgstr ""
" ýۿ پ ڵ ̰ ֽϴ. ġ ϵ \n"
"Ʒ Ǵ ׸ Ϻδ ֽϴ:\n"
@@ -3424,17 +3776,17 @@ msgstr ""
"Դϴ. ư ŬϿ \n"
"ֽϴ."
-#: ../../help.pm_.c:827
+#: ../../help.pm_.c:891
msgid ""
-"Choose the hard drive you want to erase to install your new Mandrake Linux\n"
-"partition. Be careful, all data present on it will be lost and will not be\n"
-"recoverable!"
+"Choose the hard drive you want to erase in order to install your new\n"
+"Mandrake Linux partition. Be careful, all data present on it will be lost\n"
+"and will not be recoverable!"
msgstr ""
"ǵ巹ũ Ƽ ؼ ϵŬ ϼ.\n"
":\n"
"ũ ʹ սǵǸ, Ұ ϴ!"
-#: ../../help.pm_.c:832
+#: ../../help.pm_.c:896
msgid ""
"Click on \"OK\" if you want to delete all data and partitions present on\n"
"this hard drive. Be careful, after clicking on \"OK\", you will not be able\n"
@@ -3452,13 +3804,20 @@ msgstr ""
" ۾ Ϸ, ҡ .  Ϳ Ƽǵ\n"
"ջ Դϴ."
-#: ../../install2.pm_.c:114
+#: ../../install2.pm_.c:113
#, c-format
msgid ""
-"Can't access kernel modules corresponding to your kernel (file %s is missing)"
-msgstr "Ŀΰ ġϴ ⿡ ϴ.( %s )"
+"Can't access kernel modules corresponding to your kernel (file %s is "
+"missing), this generally means your boot floppy in not in sync with the "
+"Installation medium (please create a newer boot floppy)"
+msgstr ""
+
+#: ../../install2.pm_.c:169
+#, c-format
+msgid "You must also format %s"
+msgstr ""
-#: ../../install_any.pm_.c:421
+#: ../../install_any.pm_.c:411
#, c-format
msgid ""
"You have selected the following server(s): %s\n"
@@ -3483,7 +3842,7 @@ msgstr ""
"\n"
" ġմϱ?\n"
-#: ../../install_any.pm_.c:457
+#: ../../install_any.pm_.c:447
msgid "Can't use broadcast with no NIS domain"
msgstr "NIS ̴ εɽƮ ϴ."
@@ -3504,20 +3863,11 @@ msgstr ""
" Ű ø ҷ, ``linux defcfg=floppy'' ԷϿ "
"ġ ϼ."
-#: ../../install_any.pm_.c:831 ../../partition_table.pm_.c:737
+#: ../../install_any.pm_.c:831 ../../partition_table.pm_.c:763
#, c-format
msgid "Error reading file %s"
msgstr "%s д ߻߽ϴ."
-#: ../../install_gtk.pm_.c:84 ../../install_steps_gtk.pm_.c:325
-#: ../../interactive.pm_.c:107 ../../interactive.pm_.c:122
-#: ../../interactive.pm_.c:286 ../../interactive.pm_.c:308
-#: ../../interactive_http.pm_.c:104 ../../interactive_newt.pm_.c:170
-#: ../../interactive_stdio.pm_.c:27 ../../my_gtk.pm_.c:415
-#: ../../my_gtk.pm_.c:716 ../../my_gtk.pm_.c:738
-msgid "Ok"
-msgstr "Ȯ"
-
#: ../../install_interactive.pm_.c:23
#, c-format
msgid ""
@@ -3527,7 +3877,7 @@ msgstr ""
"롹̹ ʿϴ Ϻ ϵ ýۻ ֽϴ.\n"
"ڼ ϼ: %s"
-#: ../../install_interactive.pm_.c:44
+#: ../../install_interactive.pm_.c:58
msgid ""
"You must have a root partition.\n"
"For this, create a partition (or click on an existing one).\n"
@@ -3537,11 +3887,11 @@ msgstr ""
"̸ ؼ, Ƽ ϼ. (̹ ִ Ƽ Ŭϰų).\n"
"׸ , ``Ʈ ġ'' Ŭ '/' ϼ."
-#: ../../install_interactive.pm_.c:49 ../../install_steps_graphical.pm_.c:259
+#: ../../install_interactive.pm_.c:63
msgid "You must have a swap partition"
msgstr " Ƽ ݵ ʿմϴ."
-#: ../../install_interactive.pm_.c:50 ../../install_steps_graphical.pm_.c:261
+#: ../../install_interactive.pm_.c:64
msgid ""
"You don't have a swap partition\n"
"\n"
@@ -3551,59 +3901,59 @@ msgstr ""
"\n"
" մϱ?"
-#: ../../install_interactive.pm_.c:53 ../../install_steps.pm_.c:165
+#: ../../install_interactive.pm_.c:67 ../../install_steps.pm_.c:163
msgid "You must have a FAT partition mounted in /boot/efi"
msgstr "/boot/efi Ʈ FAT Ƽ ־߸ մϴ."
-#: ../../install_interactive.pm_.c:76
+#: ../../install_interactive.pm_.c:90
msgid "Use free space"
msgstr " "
-#: ../../install_interactive.pm_.c:78
+#: ../../install_interactive.pm_.c:92
msgid "Not enough free space to allocate new partitions"
msgstr "ο Ƽ ִ մϴ."
-#: ../../install_interactive.pm_.c:86
+#: ../../install_interactive.pm_.c:100
msgid "Use existing partition"
msgstr " Ƽ "
-#: ../../install_interactive.pm_.c:88
+#: ../../install_interactive.pm_.c:102
msgid "There is no existing partition to use"
msgstr " Ƽ ϴ."
-#: ../../install_interactive.pm_.c:95
+#: ../../install_interactive.pm_.c:109
msgid "Use the Windows partition for loopback"
msgstr " Ƽ "
-#: ../../install_interactive.pm_.c:98
+#: ../../install_interactive.pm_.c:112
msgid "Which partition do you want to use for Linux4Win?"
msgstr " Ƽ Linux4Win ϰڽϱ?"
-#: ../../install_interactive.pm_.c:100
+#: ../../install_interactive.pm_.c:114
msgid "Choose the sizes"
msgstr "ũ "
-#: ../../install_interactive.pm_.c:101
+#: ../../install_interactive.pm_.c:115
msgid "Root partition size in MB: "
msgstr "Ʈ Ƽ ũ(MB): "
-#: ../../install_interactive.pm_.c:102
+#: ../../install_interactive.pm_.c:116
msgid "Swap partition size in MB: "
msgstr " Ƽ ũ(MB): "
-#: ../../install_interactive.pm_.c:111
+#: ../../install_interactive.pm_.c:125
msgid "Use the free space on the Windows partition"
msgstr " Ƽ ϼ."
-#: ../../install_interactive.pm_.c:114
+#: ../../install_interactive.pm_.c:128
msgid "Which partition do you want to resize?"
msgstr " Ƽ ũ⸦ Ͻðڽϱ?"
-#: ../../install_interactive.pm_.c:116
+#: ../../install_interactive.pm_.c:130
msgid "Computing Windows filesystem bounds"
msgstr " ý "
-#: ../../install_interactive.pm_.c:119
+#: ../../install_interactive.pm_.c:133
#, c-format
msgid ""
"The FAT resizer is unable to handle your partition, \n"
@@ -3612,19 +3962,21 @@ msgstr ""
"FAT ũ Ⱑ Ƽ ó ϴ.\n"
" ߻߽ϴ: %s"
-#: ../../install_interactive.pm_.c:122
+#: ../../install_interactive.pm_.c:136
msgid "Your Windows partition is too fragmented, please run ``defrag'' first"
msgstr ""
" Ƽ ϰ ֽϴ. ``ũ '' ϼ."
-#: ../../install_interactive.pm_.c:123
+#: ../../install_interactive.pm_.c:137
+#, fuzzy
msgid ""
"WARNING!\n"
"\n"
-"DrakX will now resize your Windows partition. Be careful: this operation is\n"
-"dangerous. If you have not already done so, you should first exit the\n"
-"installation, run scandisk under Windows (and optionally run defrag), then\n"
-"restart the installation. You should also backup your data.\n"
+"DrakX will now resize your Windows partition. Be careful:\n"
+"this operation is dangerous. If you have not already done\n"
+"so, you should first exit the installation, run scandisk\n"
+"under Windows (and optionally run defrag), then restart the\n"
+"installation. You should also backup your data.\n"
"When sure, press Ok."
msgstr ""
"!\n"
@@ -3635,21 +3987,21 @@ msgstr ""
"ġ ٽ ϼ. ͵ μ.\n"
"غ, ȮΡ ."
-#: ../../install_interactive.pm_.c:132
+#: ../../install_interactive.pm_.c:147
msgid "Which size do you want to keep for windows on"
msgstr " 뷮 Ͻðڽϱ?"
-#: ../../install_interactive.pm_.c:133
+#: ../../install_interactive.pm_.c:148
#, c-format
msgid "partition %s"
msgstr "Ƽ %s"
-#: ../../install_interactive.pm_.c:139
+#: ../../install_interactive.pm_.c:155
#, c-format
msgid "FAT resizing failed: %s"
msgstr "FATũ : %s"
-#: ../../install_interactive.pm_.c:154
+#: ../../install_interactive.pm_.c:170
msgid ""
"There is no FAT partitions to resize or to use as loopback (or not enough "
"space left)"
@@ -3657,33 +4009,33 @@ msgstr ""
"loopback ϰų ũ⸦ FAT Ƽ ϴ. (Ǵ ũ "
" մϴ.)"
-#: ../../install_interactive.pm_.c:160
+#: ../../install_interactive.pm_.c:176
msgid "Erase entire disk"
msgstr "ü ũ "
-#: ../../install_interactive.pm_.c:160
+#: ../../install_interactive.pm_.c:176
msgid "Remove Windows(TM)"
msgstr "(TM) "
-#: ../../install_interactive.pm_.c:163
+#: ../../install_interactive.pm_.c:179
msgid "You have more than one hard drive, which one do you install linux on?"
msgstr ""
"ϵ ̺갡 ϳ ̻ ֽϴ. Ϳ ġϽðڽϱ?"
-#: ../../install_interactive.pm_.c:166
+#: ../../install_interactive.pm_.c:182
#, c-format
msgid "ALL existing partitions and their data will be lost on drive %s"
msgstr "%s ̺ Ƽǰ Ͱ սǵ Դϴ."
-#: ../../install_interactive.pm_.c:174
+#: ../../install_interactive.pm_.c:190
msgid "Custom disk partitioning"
msgstr " Ƽ "
-#: ../../install_interactive.pm_.c:178
+#: ../../install_interactive.pm_.c:194
msgid "Use fdisk"
msgstr "fdisk "
-#: ../../install_interactive.pm_.c:181
+#: ../../install_interactive.pm_.c:197
#, c-format
msgid ""
"You can now partition %s.\n"
@@ -3692,32 +4044,32 @@ msgstr ""
" %s Ƽ ۾ ֽϴ.\n"
"ģ , 'w' ϴ° ."
-#: ../../install_interactive.pm_.c:210
+#: ../../install_interactive.pm_.c:226
msgid "You don't have enough free space on your Windows partition"
msgstr " Ƽǿ ϴ."
-#: ../../install_interactive.pm_.c:226
+#: ../../install_interactive.pm_.c:242
msgid "I can't find any room for installing"
msgstr "ġ ʿ ã ϴ."
-#: ../../install_interactive.pm_.c:230
+#: ../../install_interactive.pm_.c:246
msgid "The DrakX Partitioning wizard found the following solutions:"
msgstr "巹ũX Ƽ 簡 ַ ߽߰ϴ:"
-#: ../../install_interactive.pm_.c:235
+#: ../../install_interactive.pm_.c:251
#, c-format
msgid "Partitioning failed: %s"
msgstr "Ƽ : %s"
-#: ../../install_interactive.pm_.c:241
+#: ../../install_interactive.pm_.c:261
msgid "Bringing up the network"
msgstr "Ʈ Ȱȭ ..."
-#: ../../install_interactive.pm_.c:246
+#: ../../install_interactive.pm_.c:266
msgid "Bringing down the network"
msgstr "Ʈ ..."
-#: ../../install_steps.pm_.c:73
+#: ../../install_steps.pm_.c:76
msgid ""
"An error occurred, but I don't know how to handle it nicely.\n"
"Continue at your own risk."
@@ -3725,12 +4077,12 @@ msgstr ""
" ߻߽ϴ. ׷ ó ϴ.\n"
" ҷ ϼ."
-#: ../../install_steps.pm_.c:207
+#: ../../install_steps.pm_.c:205
#, c-format
msgid "Duplicate mount point %s"
msgstr "Ʈ Ʈ ߺ %s"
-#: ../../install_steps.pm_.c:384
+#: ../../install_steps.pm_.c:388
msgid ""
"Some important packages didn't get installed properly.\n"
"Either your cdrom drive or your cdrom is defective.\n"
@@ -3742,93 +4094,21 @@ msgstr ""
"̹ ġ Ϸ ǻͿ rpm -qpl Mandrake/RPMS/*.rpm "
" .\n"
-#: ../../install_steps.pm_.c:459
+#: ../../install_steps.pm_.c:458
#, c-format
msgid "Welcome to %s"
msgstr "%s Ű ȯմϴ."
-#: ../../install_steps.pm_.c:506 ../../install_steps.pm_.c:709
+#: ../../install_steps.pm_.c:513 ../../install_steps.pm_.c:755
msgid "No floppy drive available"
msgstr "÷ ̺긦 ϴ."
-#: ../../install_steps_auto_install.pm_.c:77
-#: ../../install_steps_stdio.pm_.c:23
+#: ../../install_steps_auto_install.pm_.c:76
+#: ../../install_steps_stdio.pm_.c:22
#, c-format
msgid "Entering step `%s'\n"
msgstr "%s ܰ Ѿϴ.\n"
-#: ../../install_steps_graphical.pm_.c:287
-msgid "Choose the size you want to install"
-msgstr "ġ Ű 뷮 "
-
-#: ../../install_steps_graphical.pm_.c:334
-msgid "Total size: "
-msgstr "ü ũ: "
-
-#: ../../install_steps_graphical.pm_.c:346 ../../install_steps_gtk.pm_.c:387
-#, c-format
-msgid "Version: %s\n"
-msgstr ": %s\n"
-
-#: ../../install_steps_graphical.pm_.c:347 ../../install_steps_gtk.pm_.c:388
-#, c-format
-msgid "Size: %d KB\n"
-msgstr "ũ: %d KB\n"
-
-#: ../../install_steps_graphical.pm_.c:462 ../../install_steps_gtk.pm_.c:481
-#: ../../install_steps_interactive.pm_.c:509
-msgid "Choose the packages you want to install"
-msgstr "ġϰ ϴ Ű ϼ."
-
-#: ../../install_steps_graphical.pm_.c:465 ../../interactive_gtk.pm_.c:571
-msgid "Info"
-msgstr ""
-
-#: ../../install_steps_graphical.pm_.c:473 ../../install_steps_gtk.pm_.c:457
-#: ../../install_steps_interactive.pm_.c:212
-msgid "Install"
-msgstr "ġ"
-
-#: ../../install_steps_graphical.pm_.c:492 ../../install_steps_gtk.pm_.c:497
-#: ../../install_steps_interactive.pm_.c:695
-msgid "Installing"
-msgstr "ġ"
-
-#: ../../install_steps_graphical.pm_.c:499
-msgid "Please wait, "
-msgstr "ø ٸ, "
-
-#: ../../install_steps_graphical.pm_.c:501 ../../install_steps_gtk.pm_.c:510
-msgid "Time remaining "
-msgstr " ð "
-
-#: ../../install_steps_graphical.pm_.c:502
-msgid "Total time "
-msgstr "ü ð "
-
-#: ../../install_steps_graphical.pm_.c:507
-#: ../../install_steps_interactive.pm_.c:695
-msgid "Preparing installation"
-msgstr "ġ غԴϴ"
-
-#: ../../install_steps_graphical.pm_.c:528 ../../install_steps_gtk.pm_.c:558
-#, c-format
-msgid "Installing package %s"
-msgstr "%s Ű ġ"
-
-#: ../../install_steps_graphical.pm_.c:553 ../../install_steps_gtk.pm_.c:642
-#: ../../install_steps_gtk.pm_.c:646
-msgid "Go on anyway?"
-msgstr " մϱ?"
-
-#: ../../install_steps_graphical.pm_.c:553 ../../install_steps_gtk.pm_.c:642
-msgid "There was an error ordering packages:"
-msgstr "Ű ϴ ߻:"
-
-#: ../../install_steps_graphical.pm_.c:577
-msgid "Use existing configuration for X11?"
-msgstr "̹ ִ X11 Ͻðڽϱ?"
-
#: ../../install_steps_gtk.pm_.c:148
msgid ""
"Your system is low on resource. You may have some problem installing\n"
@@ -3842,12 +4122,13 @@ msgstr ""
"ؽƮ ġϷ, CDROM F1 text Է"
"ϼ."
-#: ../../install_steps_gtk.pm_.c:159 ../../install_steps_interactive.pm_.c:187
+#: ../../install_steps_gtk.pm_.c:159 ../../install_steps_interactive.pm_.c:224
msgid "Install Class"
msgstr "ġ "
#: ../../install_steps_gtk.pm_.c:162
-msgid "Please, choose one of the following classes of installation:"
+#, fuzzy
+msgid "Please choose one of the following classes of installation:"
msgstr " ġ ϳ ּ."
#: ../../install_steps_gtk.pm_.c:228
@@ -3896,59 +4177,69 @@ msgstr " ܰ迡 ߰ ڼ ֽϴ."
msgid "Percentage of packages to install"
msgstr "ġ Ű "
-#: ../../install_steps_gtk.pm_.c:291 ../../install_steps_interactive.pm_.c:619
+#: ../../install_steps_gtk.pm_.c:291 ../../install_steps_interactive.pm_.c:705
msgid "Package Group Selection"
msgstr "Ű ׷ "
-#: ../../install_steps_gtk.pm_.c:320 ../../install_steps_interactive.pm_.c:634
+#: ../../install_steps_gtk.pm_.c:323 ../../install_steps_interactive.pm_.c:720
msgid "Individual package selection"
msgstr " Ű "
-#: ../../install_steps_gtk.pm_.c:343 ../../install_steps_interactive.pm_.c:598
+#: ../../install_steps_gtk.pm_.c:346 ../../install_steps_interactive.pm_.c:645
#, c-format
msgid "Total size: %d / %d MB"
msgstr "ü ũ: %d / %d MB"
-#: ../../install_steps_gtk.pm_.c:385
+#: ../../install_steps_gtk.pm_.c:391
msgid "Bad package"
msgstr "߸ Ű"
-#: ../../install_steps_gtk.pm_.c:386
+#: ../../install_steps_gtk.pm_.c:392
#, c-format
msgid "Name: %s\n"
msgstr "̸: %s\n"
-#: ../../install_steps_gtk.pm_.c:389
+#: ../../install_steps_gtk.pm_.c:393
+#, c-format
+msgid "Version: %s\n"
+msgstr ": %s\n"
+
+#: ../../install_steps_gtk.pm_.c:394
+#, c-format
+msgid "Size: %d KB\n"
+msgstr "ũ: %d KB\n"
+
+#: ../../install_steps_gtk.pm_.c:395
#, c-format
msgid "Importance: %s\n"
msgstr "߿伺: %s\n"
-#: ../../install_steps_gtk.pm_.c:411
+#: ../../install_steps_gtk.pm_.c:417
msgid ""
"You can't select this package as there is not enough space left to install it"
msgstr "ũ ϱ Ű ϴ."
-#: ../../install_steps_gtk.pm_.c:416
+#: ../../install_steps_gtk.pm_.c:422
msgid "The following packages are going to be installed"
msgstr " Ű ġ Դϴ."
-#: ../../install_steps_gtk.pm_.c:417
+#: ../../install_steps_gtk.pm_.c:423
msgid "The following packages are going to be removed"
msgstr " Ű ŵ Դϴ."
-#: ../../install_steps_gtk.pm_.c:429
+#: ../../install_steps_gtk.pm_.c:435
msgid "You can't select/unselect this package"
msgstr " Ű / Ҽ ϴ."
-#: ../../install_steps_gtk.pm_.c:441
+#: ../../install_steps_gtk.pm_.c:447
msgid "This is a mandatory package, it can't be unselected"
msgstr "̰ ʼ ŰԴϴ. ݵ õǾ մϴ."
-#: ../../install_steps_gtk.pm_.c:443
+#: ../../install_steps_gtk.pm_.c:449
msgid "You can't unselect this package. It is already installed"
msgstr " Ű ϴ. ̹ ġ Ǿϴ."
-#: ../../install_steps_gtk.pm_.c:447
+#: ../../install_steps_gtk.pm_.c:453
msgid ""
"This package must be upgraded\n"
"Are you sure you want to deselect it?"
@@ -3956,40 +4247,101 @@ msgstr ""
" Ű ݵ ׷̵Ǿ մϴ.\n"
" Ͻðڽϱ?"
-#: ../../install_steps_gtk.pm_.c:451
+#: ../../install_steps_gtk.pm_.c:457
msgid "You can't unselect this package. It must be upgraded"
msgstr " Ű Ҽ ϴ. ݵ ׷̵Ǿ մϴ."
-#: ../../install_steps_gtk.pm_.c:456
+#: ../../install_steps_gtk.pm_.c:462
msgid "Show automatically selected packages"
msgstr "ڵ õ Ű ̱"
-#: ../../install_steps_gtk.pm_.c:460
+#: ../../install_steps_gtk.pm_.c:463 ../../install_steps_interactive.pm_.c:246
+#: ../../install_steps_interactive.pm_.c:250
+msgid "Install"
+msgstr "ġ"
+
+#: ../../install_steps_gtk.pm_.c:466
msgid "Load/Save on floppy"
msgstr "÷ǿ /"
-#: ../../install_steps_gtk.pm_.c:461
+#: ../../install_steps_gtk.pm_.c:467
msgid "Updating package selection"
msgstr "õ Ű Ʈ "
-#: ../../install_steps_gtk.pm_.c:466
+#: ../../install_steps_gtk.pm_.c:472
msgid "Minimal install"
msgstr "ּ ġ"
-#: ../../install_steps_gtk.pm_.c:503
+#: ../../install_steps_gtk.pm_.c:487 ../../install_steps_interactive.pm_.c:555
+msgid "Choose the packages you want to install"
+msgstr "ġϰ ϴ Ű ϼ."
+
+#: ../../install_steps_gtk.pm_.c:503 ../../install_steps_interactive.pm_.c:787
+msgid "Installing"
+msgstr "ġ"
+
+#: ../../install_steps_gtk.pm_.c:509
msgid "Estimating"
msgstr " "
-#: ../../install_steps_gtk.pm_.c:522
+#: ../../install_steps_gtk.pm_.c:516
+msgid "Time remaining "
+msgstr " ð "
+
+#: ../../install_steps_gtk.pm_.c:528
msgid "Please wait, preparing installation"
msgstr "ġ غԴϴ. ٸ."
-#: ../../install_steps_gtk.pm_.c:553
+#: ../../install_steps_gtk.pm_.c:611
#, c-format
msgid "%d packages"
msgstr "%d Ű"
-#: ../../install_steps_gtk.pm_.c:599
+#: ../../install_steps_gtk.pm_.c:616
+#, c-format
+msgid "Installing package %s"
+msgstr "%s Ű ġ"
+
+#: ../../install_steps_gtk.pm_.c:657 ../../install_steps_interactive.pm_.c:185
+#: ../../install_steps_interactive.pm_.c:811
+#: ../../standalone/drakautoinst_.c:203
+msgid "Accept"
+msgstr ""
+
+#: ../../install_steps_gtk.pm_.c:657 ../../install_steps_interactive.pm_.c:185
+#: ../../install_steps_interactive.pm_.c:811
+msgid "Refuse"
+msgstr "ź"
+
+#: ../../install_steps_gtk.pm_.c:658 ../../install_steps_interactive.pm_.c:812
+#, 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 ""
+"CDROM ٲ ּ!\n"
+"\n"
+"%s CDROM ̺꿡 , ȮΡ ּ.\n"
+" CDROM ʴٸ, ҡ ߰ ġ ϼ."
+
+#: ../../install_steps_gtk.pm_.c:672 ../../install_steps_gtk.pm_.c:676
+#: ../../install_steps_interactive.pm_.c:824
+#: ../../install_steps_interactive.pm_.c:828
+msgid "Go on anyway?"
+msgstr " մϱ?"
+
+#: ../../install_steps_gtk.pm_.c:672 ../../install_steps_interactive.pm_.c:824
+msgid "There was an error ordering packages:"
+msgstr "Ű ϴ ߻:"
+
+#: ../../install_steps_gtk.pm_.c:676 ../../install_steps_interactive.pm_.c:828
+msgid "There was an error installing packages:"
+msgstr " Ű ġ ߻߽ϴ: "
+
+#: ../../install_steps_interactive.pm_.c:10
msgid ""
"\n"
"Warning\n"
@@ -4021,41 +4373,20 @@ msgid ""
"copyright laws applicable to software programs.\n"
msgstr ""
-#: ../../install_steps_gtk.pm_.c:627 ../../install_steps_interactive.pm_.c:148
-msgid "Accept"
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:627 ../../install_steps_interactive.pm_.c:148
-msgid "Refuse"
-msgstr "ź"
-
-#: ../../install_steps_gtk.pm_.c:628
-#, 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 ""
-"CDROM ٲ ּ!\n"
-"\n"
-"%s CDROM ̺꿡 , ȮΡ ּ.\n"
-" CDROM ʴٸ, ҡ ߰ ġ ϼ."
-
-#: ../../install_steps_gtk.pm_.c:646
-msgid "There was an error installing packages:"
-msgstr " Ű ġ ߻߽ϴ: "
-
-#: ../../install_steps_interactive.pm_.c:37
+#: ../../install_steps_interactive.pm_.c:67
msgid "An error occurred"
msgstr " ߻"
-#: ../../install_steps_interactive.pm_.c:71
+#: ../../install_steps_interactive.pm_.c:85
+#, fuzzy
+msgid "Do you really want to leave the installation?"
+msgstr " %s͸ մϱ?"
+
+#: ../../install_steps_interactive.pm_.c:108
msgid "License agreement"
msgstr " Ǽ"
-#: ../../install_steps_interactive.pm_.c:72
+#: ../../install_steps_interactive.pm_.c:109
msgid ""
"Introduction\n"
"\n"
@@ -4176,99 +4507,108 @@ msgid ""
"For any question on this document, please contact MandrakeSoft S.A. \n"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:168
-#: ../../install_steps_interactive.pm_.c:871
+#: ../../install_steps_interactive.pm_.c:205
+#: ../../install_steps_interactive.pm_.c:1045
#: ../../standalone/keyboarddrake_.c:28
msgid "Keyboard"
msgstr "Ű"
-#: ../../install_steps_interactive.pm_.c:169
-#: ../../standalone/keyboarddrake_.c:29
-msgid "Please, choose your keyboard layout."
+#: ../../install_steps_interactive.pm_.c:206
+#, fuzzy
+msgid "Please choose your keyboard layout."
msgstr "Ű ̾ƿ "
-#: ../../install_steps_interactive.pm_.c:170
+#: ../../install_steps_interactive.pm_.c:207
msgid "Here is the full list of keyboards available"
msgstr "Ǵ Ű ⿡ ֽϴ."
-#: ../../install_steps_interactive.pm_.c:187
+#: ../../install_steps_interactive.pm_.c:224
msgid "Which installation class do you want?"
msgstr "ġ ּ."
-#: ../../install_steps_interactive.pm_.c:189
+#: ../../install_steps_interactive.pm_.c:226
msgid "Install/Update"
msgstr "ġ/Ʈ"
-#: ../../install_steps_interactive.pm_.c:189
+#: ../../install_steps_interactive.pm_.c:226
msgid "Is this an install or an update?"
msgstr "ġմϱ ƴϸ Ʈ մϱ?"
-#: ../../install_steps_interactive.pm_.c:198
+#: ../../install_steps_interactive.pm_.c:235
msgid "Recommended"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:201
-#: ../../install_steps_interactive.pm_.c:204
+#: ../../install_steps_interactive.pm_.c:238
+#: ../../install_steps_interactive.pm_.c:241
msgid "Expert"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:212
-msgid "Update"
+#: ../../install_steps_interactive.pm_.c:246
+#: ../../install_steps_interactive.pm_.c:250
+#, fuzzy
+msgid "Upgrade"
msgstr "Ʈ"
-#: ../../install_steps_interactive.pm_.c:224 ../../standalone/mousedrake_.c:48
-msgid "Please, choose the type of your mouse."
+#: ../../install_steps_interactive.pm_.c:246
+#: ../../install_steps_interactive.pm_.c:250
+#, fuzzy
+msgid "Upgrade packages only"
+msgstr "õ Ű Ʈ "
+
+#: ../../install_steps_interactive.pm_.c:266
+#, fuzzy
+msgid "Please choose the type of your mouse."
msgstr " 콺 Ͻʴϱ?"
-#: ../../install_steps_interactive.pm_.c:230 ../../standalone/mousedrake_.c:64
+#: ../../install_steps_interactive.pm_.c:272 ../../standalone/mousedrake_.c:65
msgid "Mouse Port"
msgstr "콺 Ʈ"
-#: ../../install_steps_interactive.pm_.c:231 ../../standalone/mousedrake_.c:65
+#: ../../install_steps_interactive.pm_.c:273 ../../standalone/mousedrake_.c:66
msgid "Please choose on which serial port your mouse is connected to."
msgstr " ø Ʈ 콺 Ǿ ֳ?"
-#: ../../install_steps_interactive.pm_.c:239
+#: ../../install_steps_interactive.pm_.c:281
msgid "Buttons emulation"
msgstr "ư ķ̼"
-#: ../../install_steps_interactive.pm_.c:241
+#: ../../install_steps_interactive.pm_.c:283
msgid "Button 2 Emulation"
msgstr "ư 2 ķ̼"
-#: ../../install_steps_interactive.pm_.c:242
+#: ../../install_steps_interactive.pm_.c:284
msgid "Button 3 Emulation"
msgstr "ư 3 ķ̼"
-#: ../../install_steps_interactive.pm_.c:261
+#: ../../install_steps_interactive.pm_.c:305
msgid "Configuring PCMCIA cards..."
msgstr "PCMCIS ī ȯ漳..."
-#: ../../install_steps_interactive.pm_.c:261
+#: ../../install_steps_interactive.pm_.c:305
msgid "PCMCIA"
msgstr "PCMCIA"
-#: ../../install_steps_interactive.pm_.c:266
+#: ../../install_steps_interactive.pm_.c:312
msgid "Configuring IDE"
msgstr "IDE "
-#: ../../install_steps_interactive.pm_.c:266
+#: ../../install_steps_interactive.pm_.c:312
msgid "IDE"
msgstr "IDE"
-#: ../../install_steps_interactive.pm_.c:281
+#: ../../install_steps_interactive.pm_.c:327
msgid "no available partitions"
msgstr "밡 Ƽ ϴ."
-#: ../../install_steps_interactive.pm_.c:284
+#: ../../install_steps_interactive.pm_.c:330
msgid "Scanning partitions to find mount points"
msgstr "Ʈ ġ ã Ƽǵ ˻ "
-#: ../../install_steps_interactive.pm_.c:292
+#: ../../install_steps_interactive.pm_.c:338
msgid "Choose the mount points"
msgstr "Ʈ ġ ּ."
-#: ../../install_steps_interactive.pm_.c:311
+#: ../../install_steps_interactive.pm_.c:357
#, c-format
msgid ""
"I can't read your partition table, it's too corrupted for me :(\n"
@@ -4286,7 +4626,7 @@ msgstr ""
"\n"
"Ƽǵ Ҿ ϱ?\n"
-#: ../../install_steps_interactive.pm_.c:324
+#: ../../install_steps_interactive.pm_.c:370
msgid ""
"DiskDrake failed to read correctly the partition table.\n"
"Continue at your own risk!"
@@ -4294,7 +4634,7 @@ msgstr ""
"ũ巹ũ Ƽ ̺ Ȯ оµ ߽ϴ.\n"
" غ 쿡 ϼ!"
-#: ../../install_steps_interactive.pm_.c:340
+#: ../../install_steps_interactive.pm_.c:386
msgid ""
"No free space for 1MB bootstrap! Install will continue, but to boot your "
"system, you'll need to create the bootstrap partition in DiskDrake"
@@ -4302,77 +4642,73 @@ msgstr ""
"1MB ƮƮ ! ġ , ý ϱ ؼ"
" ũ巹ũ ƮƮ Ƽ մϴ."
-#: ../../install_steps_interactive.pm_.c:349
+#: ../../install_steps_interactive.pm_.c:395
msgid "No root partition found to perform an upgrade"
msgstr "׷̵ Ʈ Ƽ ã ϴ."
-#: ../../install_steps_interactive.pm_.c:350
+#: ../../install_steps_interactive.pm_.c:396
msgid "Root Partition"
msgstr "Ʈ Ƽ"
-#: ../../install_steps_interactive.pm_.c:351
+#: ../../install_steps_interactive.pm_.c:397
msgid "What is the root partition (/) of your system?"
msgstr "ýۿ Ʈ Ƽ(/) Դϱ?"
-#: ../../install_steps_interactive.pm_.c:365
+#: ../../install_steps_interactive.pm_.c:411
msgid "You need to reboot for the partition table modifications to take place"
msgstr "Ƽ ̺ Ϸ ؾ մϴ."
-#: ../../install_steps_interactive.pm_.c:389
+#: ../../install_steps_interactive.pm_.c:435
msgid "Choose the partitions you want to format"
msgstr " Ƽ ϼ"
-#: ../../install_steps_interactive.pm_.c:390
+#: ../../install_steps_interactive.pm_.c:436
msgid "Check bad blocks?"
msgstr " ˻縦 մϱ?"
-#: ../../install_steps_interactive.pm_.c:416
+#: ../../install_steps_interactive.pm_.c:462
msgid "Formatting partitions"
msgstr "Ƽ "
-#: ../../install_steps_interactive.pm_.c:418
+#: ../../install_steps_interactive.pm_.c:464
#, c-format
msgid "Creating and formatting file %s"
msgstr "%s ϸ ϰ "
-#: ../../install_steps_interactive.pm_.c:421
+#: ../../install_steps_interactive.pm_.c:467
msgid "Not enough swap to fulfill installation, please add some"
msgstr " ޸𸮰 մϴ. ߰ϼ."
-#: ../../install_steps_interactive.pm_.c:427
+#: ../../install_steps_interactive.pm_.c:473
msgid "Looking for available packages"
msgstr "ȿ Ű ã ֽϴ."
-#: ../../install_steps_interactive.pm_.c:433
+#: ../../install_steps_interactive.pm_.c:479
msgid "Finding packages to upgrade"
msgstr "׷̵ Ű ˻Դϴ."
-#: ../../install_steps_interactive.pm_.c:450
+#: ../../install_steps_interactive.pm_.c:496
#, c-format
msgid ""
"Your system has not enough space left for installation or upgrade (%d > %d)"
msgstr "ġ Ǵ ׷̵带 ũ մϴ. (%d > %d)"
-#: ../../install_steps_interactive.pm_.c:469
+#: ../../install_steps_interactive.pm_.c:515
#, c-format
msgid "Complete (%dMB)"
msgstr "ü (%dMB)"
-#: ../../install_steps_interactive.pm_.c:469
+#: ../../install_steps_interactive.pm_.c:515
#, c-format
msgid "Minimum (%dMB)"
msgstr "ּ (%dMB)"
-#: ../../install_steps_interactive.pm_.c:469
+#: ../../install_steps_interactive.pm_.c:515
#, c-format
msgid "Recommended (%dMB)"
msgstr " (%dMB)"
-#: ../../install_steps_interactive.pm_.c:475
-msgid "Custom"
-msgstr " "
-
-#: ../../install_steps_interactive.pm_.c:522
+#: ../../install_steps_interactive.pm_.c:568
msgid ""
"Please choose load or save package selection on floppy.\n"
"The format is the same as auto_install generated floppies."
@@ -4380,31 +4716,53 @@ msgstr ""
"÷ǿ Ű ø Ǵ ϼ.\n"
"() ڵġ ÷ǿ մϴ."
-#: ../../install_steps_interactive.pm_.c:525
+#: ../../install_steps_interactive.pm_.c:571
msgid "Load from floppy"
msgstr "÷ǿ б"
-#: ../../install_steps_interactive.pm_.c:527
+#: ../../install_steps_interactive.pm_.c:573
msgid "Loading from floppy"
msgstr "÷ǿ д "
-#: ../../install_steps_interactive.pm_.c:527
+#: ../../install_steps_interactive.pm_.c:573
msgid "Package selection"
msgstr "Ű "
-#: ../../install_steps_interactive.pm_.c:532
+#: ../../install_steps_interactive.pm_.c:578
msgid "Insert a floppy containing package selection"
msgstr "Ű ø ÷ ũ ."
-#: ../../install_steps_interactive.pm_.c:544
+#: ../../install_steps_interactive.pm_.c:590
msgid "Save on floppy"
msgstr "÷ǿ "
-#: ../../install_steps_interactive.pm_.c:605
+#: ../../install_steps_interactive.pm_.c:658
msgid "Selected size is larger than available space"
msgstr "õ 뷮 ִ Ůϴ."
-#: ../../install_steps_interactive.pm_.c:670
+#: ../../install_steps_interactive.pm_.c:671
+msgid "Type of install"
+msgstr ""
+
+#: ../../install_steps_interactive.pm_.c:672
+msgid ""
+"You haven't selected any group of packages.\n"
+"Please choose the minimal installation you want:"
+msgstr ""
+
+#: ../../install_steps_interactive.pm_.c:675
+msgid "With X"
+msgstr ""
+
+#: ../../install_steps_interactive.pm_.c:677
+msgid "With basic documentation (recommended!)"
+msgstr ""
+
+#: ../../install_steps_interactive.pm_.c:678
+msgid "Truly minimal install (especially no urpmi)"
+msgstr ""
+
+#: ../../install_steps_interactive.pm_.c:762
msgid ""
"If you have all the CDs in the list below, click Ok.\n"
"If you have none of those CDs, click Cancel.\n"
@@ -4414,12 +4772,16 @@ msgstr ""
" ʴٸ, ҡ, \n"
"Ϻθ ִٸ, CD Ŀ ȮΡ ."
-#: ../../install_steps_interactive.pm_.c:675
+#: ../../install_steps_interactive.pm_.c:767
#, c-format
msgid "Cd-Rom labeled \"%s\""
msgstr "%s ǥõ CDROM"
-#: ../../install_steps_interactive.pm_.c:704
+#: ../../install_steps_interactive.pm_.c:787
+msgid "Preparing installation"
+msgstr "ġ غԴϴ"
+
+#: ../../install_steps_interactive.pm_.c:796
#, c-format
msgid ""
"Installing package %s\n"
@@ -4428,21 +4790,21 @@ msgstr ""
" %s Ű ġ ... \n"
"%d%%"
-#: ../../install_steps_interactive.pm_.c:713
+#: ../../install_steps_interactive.pm_.c:842
msgid "Post-install configuration"
msgstr "ġ ȯ漳"
-#: ../../install_steps_interactive.pm_.c:719
+#: ../../install_steps_interactive.pm_.c:848
#, c-format
msgid "Please insert the Boot floppy used in drive %s"
msgstr " ÷Ǹ %s ̺꿡 "
-#: ../../install_steps_interactive.pm_.c:725
+#: ../../install_steps_interactive.pm_.c:854
#, c-format
msgid "Please insert the Update Modules floppy in drive %s"
msgstr "Ʈ ÷Ǹ %s ̺꿡 "
-#: ../../install_steps_interactive.pm_.c:750
+#: ../../install_steps_interactive.pm_.c:874
msgid ""
"You have now the possibility to download software aimed for encryption.\n"
"\n"
@@ -4481,133 +4843,159 @@ msgid ""
"USA"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:782
+#: ../../install_steps_interactive.pm_.c:912
+msgid ""
+"You have now the possibility to download updated packages that have\n"
+"been released after the distribution has been made available.\n"
+"\n"
+"You will get security fixes or bug fixes, but you need to have an\n"
+"Internet connection configured to proceed.\n"
+"\n"
+"Do you want to install the updates ?"
+msgstr ""
+
+#: ../../install_steps_interactive.pm_.c:926
+#, fuzzy
+msgid "Contacting Mandrake Linux web site to get the list of available mirrors"
+msgstr "밡 Ű Ʈ ̷ Ʈ ؼ ޽ϴ."
+
+#: ../../install_steps_interactive.pm_.c:931
msgid "Choose a mirror from which to get the packages"
msgstr "Ű ̷ Ʈ ּ."
-#: ../../install_steps_interactive.pm_.c:793
+#: ../../install_steps_interactive.pm_.c:940
msgid "Contacting the mirror to get the list of available packages"
msgstr "밡 Ű Ʈ ̷ Ʈ ؼ ޽ϴ."
-#: ../../install_steps_interactive.pm_.c:796
-msgid "Please choose the packages you want to install."
-msgstr "ġ Ű "
-
-#: ../../install_steps_interactive.pm_.c:808
+#: ../../install_steps_interactive.pm_.c:967
msgid "Which is your timezone?"
msgstr " ð Դϱ?"
-#: ../../install_steps_interactive.pm_.c:813
+#: ../../install_steps_interactive.pm_.c:972
msgid "Hardware clock set to GMT"
msgstr "ϵ ð GMT "
-#: ../../install_steps_interactive.pm_.c:814
+#: ../../install_steps_interactive.pm_.c:973
msgid "Automatic time synchronization (using NTP)"
msgstr "ڵ ð ȭ (NTP )"
-#: ../../install_steps_interactive.pm_.c:821
+#: ../../install_steps_interactive.pm_.c:980
msgid "NTP Server"
msgstr "NTP "
-#: ../../install_steps_interactive.pm_.c:855
-#: ../../install_steps_interactive.pm_.c:863 ../../printerdrake.pm_.c:104
+#: ../../install_steps_interactive.pm_.c:1014
+#: ../../install_steps_interactive.pm_.c:1022
msgid "Remote CUPS server"
msgstr " CUPS "
-#: ../../install_steps_interactive.pm_.c:856
+#: ../../install_steps_interactive.pm_.c:1015
msgid "No printer"
msgstr " "
-#: ../../install_steps_interactive.pm_.c:867 ../../steps.pm_.c:27
+#: ../../install_steps_interactive.pm_.c:1032
+#, fuzzy
+msgid "Do you have an ISA sound card?"
+msgstr " ٸ ġǾ ֽϱ?"
+
+#: ../../install_steps_interactive.pm_.c:1034
+msgid "Run \"sndconfig\" after installation to configure your sound card"
+msgstr ""
+
+#: ../../install_steps_interactive.pm_.c:1036
+msgid "No sound card detected. Try \"harddrake\" after installation"
+msgstr ""
+
+#: ../../install_steps_interactive.pm_.c:1041 ../../steps.pm_.c:27
msgid "Summary"
msgstr "༳"
-#: ../../install_steps_interactive.pm_.c:870
+#: ../../install_steps_interactive.pm_.c:1044
msgid "Mouse"
msgstr "콺"
-#: ../../install_steps_interactive.pm_.c:872
+#: ../../install_steps_interactive.pm_.c:1046
msgid "Timezone"
msgstr "ð"
-#: ../../install_steps_interactive.pm_.c:873 ../../printerdrake.pm_.c:1773
-#: ../../printerdrake.pm_.c:1844
+#: ../../install_steps_interactive.pm_.c:1047 ../../printerdrake.pm_.c:2276
+#: ../../printerdrake.pm_.c:2354
msgid "Printer"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:875
+#: ../../install_steps_interactive.pm_.c:1049
msgid "ISDN card"
msgstr "ISDN ī"
-#: ../../install_steps_interactive.pm_.c:878
+#: ../../install_steps_interactive.pm_.c:1052
+#: ../../install_steps_interactive.pm_.c:1054
msgid "Sound card"
msgstr " ī"
-#: ../../install_steps_interactive.pm_.c:881
+#: ../../install_steps_interactive.pm_.c:1056
msgid "TV card"
msgstr "TV ī"
-#: ../../install_steps_interactive.pm_.c:917
-#: ../../install_steps_interactive.pm_.c:941
-#: ../../install_steps_interactive.pm_.c:945
+#: ../../install_steps_interactive.pm_.c:1094
+#: ../../install_steps_interactive.pm_.c:1118
+#: ../../install_steps_interactive.pm_.c:1122
msgid "LDAP"
msgstr "LDAP"
-#: ../../install_steps_interactive.pm_.c:918
-#: ../../install_steps_interactive.pm_.c:941
-#: ../../install_steps_interactive.pm_.c:954
+#: ../../install_steps_interactive.pm_.c:1095
+#: ../../install_steps_interactive.pm_.c:1118
+#: ../../install_steps_interactive.pm_.c:1131
msgid "NIS"
msgstr "NIS"
-#: ../../install_steps_interactive.pm_.c:919
-#: ../../install_steps_interactive.pm_.c:941
+#: ../../install_steps_interactive.pm_.c:1096
+#: ../../install_steps_interactive.pm_.c:1118
msgid "Local files"
msgstr " ϵ"
-#: ../../install_steps_interactive.pm_.c:928
-#: ../../install_steps_interactive.pm_.c:929 ../../steps.pm_.c:24
+#: ../../install_steps_interactive.pm_.c:1105
+#: ../../install_steps_interactive.pm_.c:1106 ../../steps.pm_.c:24
msgid "Set root password"
msgstr "root ȣ "
-#: ../../install_steps_interactive.pm_.c:930
+#: ../../install_steps_interactive.pm_.c:1107
msgid "No password"
msgstr "ȣ "
-#: ../../install_steps_interactive.pm_.c:935
+#: ../../install_steps_interactive.pm_.c:1112
#, c-format
msgid "This password is too simple (must be at least %d characters long)"
msgstr " ȣ ʹ ܼմϴ.(  %d ڴ Ѿ մϴ)"
-#: ../../install_steps_interactive.pm_.c:941 ../../network/modem.pm_.c:47
-#: ../../standalone/draknet_.c:604
+#: ../../install_steps_interactive.pm_.c:1118 ../../network/modem.pm_.c:49
+#: ../../standalone/draknet_.c:626 ../../standalone/logdrake_.c:172
msgid "Authentication"
msgstr " "
-#: ../../install_steps_interactive.pm_.c:949
+#: ../../install_steps_interactive.pm_.c:1126
msgid "Authentication LDAP"
msgstr " LDAP"
-#: ../../install_steps_interactive.pm_.c:950
+#: ../../install_steps_interactive.pm_.c:1127
msgid "LDAP Base dn"
msgstr "LDAP DN"
-#: ../../install_steps_interactive.pm_.c:951
+#: ../../install_steps_interactive.pm_.c:1128
msgid "LDAP Server"
msgstr "LDAP "
-#: ../../install_steps_interactive.pm_.c:957
+#: ../../install_steps_interactive.pm_.c:1134
msgid "Authentication NIS"
msgstr " NIS"
-#: ../../install_steps_interactive.pm_.c:958
+#: ../../install_steps_interactive.pm_.c:1135
msgid "NIS Domain"
msgstr "NIS "
-#: ../../install_steps_interactive.pm_.c:959
+#: ../../install_steps_interactive.pm_.c:1136
msgid "NIS Server"
msgstr "NIS "
-#: ../../install_steps_interactive.pm_.c:994
+#: ../../install_steps_interactive.pm_.c:1171
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 "
@@ -4625,19 +5013,20 @@ msgid ""
"drive and press \"Ok\"."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1010
+#: ../../install_steps_interactive.pm_.c:1187
msgid "First floppy drive"
msgstr "ù° ÷ ̺"
-#: ../../install_steps_interactive.pm_.c:1011
+#: ../../install_steps_interactive.pm_.c:1188
msgid "Second floppy drive"
msgstr "ι° ÷ ̺"
-#: ../../install_steps_interactive.pm_.c:1012 ../../printerdrake.pm_.c:1382
+#: ../../install_steps_interactive.pm_.c:1189 ../../printerdrake.pm_.c:1848
msgid "Skip"
msgstr "dzʶٱ"
-#: ../../install_steps_interactive.pm_.c:1017
+#: ../../install_steps_interactive.pm_.c:1194
+#, c-format
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 "
@@ -4648,37 +5037,48 @@ msgid ""
"with\n"
"the Mandrake rescue image, making it much easier to recover from severe "
"system\n"
-"failures. Would you like to create a bootdisk for your system?"
+"failures. Would you like to create a bootdisk for your system?\n"
+"%s"
msgstr ""
"Ʈ ũ Ϲ Ʈδ ʰ, ý ϴ\n"
" մϴ. LILO(Ǵ Grub) ʰų, ٸ ü\n"
"LILO ϰų Ǵ LILO ϵ , մϴ.\n"
"Ʈ ũ ǵ巹ũ ̹ Բ Ǿ ɰ\n"
"ý ֽϴ. ý Ʈ ũ\n"
-"ðڽϱ?"
+"ðڽϱ?\n"
+"%s"
+
+#: ../../install_steps_interactive.pm_.c:1200
+msgid ""
+"\n"
+"\n"
+"(WARNING! You're using XFS for your root partition,\n"
+"creating a bootdisk on a 1.44 Mb floppy will probably fail,\n"
+"because XFS needs a very large driver)."
+msgstr ""
-#: ../../install_steps_interactive.pm_.c:1026
+#: ../../install_steps_interactive.pm_.c:1208
msgid "Sorry, no floppy drive available"
msgstr "˼մϴ. 밡 ÷ ̺갡 ϴ."
-#: ../../install_steps_interactive.pm_.c:1030
+#: ../../install_steps_interactive.pm_.c:1212
msgid "Choose the floppy drive you want to use to make the bootdisk"
msgstr "Ʈ ũ 鶧 ÷ ̺긦 ּ"
-#: ../../install_steps_interactive.pm_.c:1034
-#, c-format
-msgid "Insert a floppy in drive %s"
+#: ../../install_steps_interactive.pm_.c:1216
+#, fuzzy, c-format
+msgid "Insert a floppy in %s"
msgstr "÷ ũ %s ̺꿡 "
-#: ../../install_steps_interactive.pm_.c:1037
+#: ../../install_steps_interactive.pm_.c:1219
msgid "Creating bootdisk"
msgstr "Ʈ ũ "
-#: ../../install_steps_interactive.pm_.c:1044
+#: ../../install_steps_interactive.pm_.c:1226
msgid "Preparing bootloader"
msgstr "Ʈ δ غ"
-#: ../../install_steps_interactive.pm_.c:1055
+#: ../../install_steps_interactive.pm_.c:1237
msgid ""
"You appear to have an OldWorld or Unknown\n"
" machine, the yaboot bootloader will not work for you.\n"
@@ -4686,11 +5086,11 @@ msgid ""
" need to use BootX to boot your machine"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1060
+#: ../../install_steps_interactive.pm_.c:1243
msgid "Do you want to use aboot?"
msgstr "aboot Ͻðڽϱ?"
-#: ../../install_steps_interactive.pm_.c:1063
+#: ../../install_steps_interactive.pm_.c:1246
msgid ""
"Error installing aboot, \n"
"try to force installation even if that destroys the first partition?"
@@ -4698,15 +5098,15 @@ msgstr ""
"aboot ġ . \n"
"ù° Ƽ Ѽ ġұ?"
-#: ../../install_steps_interactive.pm_.c:1070
+#: ../../install_steps_interactive.pm_.c:1253
msgid "Installing bootloader"
msgstr "Ʈδ ġ "
-#: ../../install_steps_interactive.pm_.c:1076
+#: ../../install_steps_interactive.pm_.c:1259
msgid "Installation of bootloader failed. The following error occured:"
msgstr "Ʈδ ġ ߽ϴ. ߻߽ϴ:"
-#: ../../install_steps_interactive.pm_.c:1084
+#: ../../install_steps_interactive.pm_.c:1267
#, c-format
msgid ""
"You may need to change your Open Firmware boot-device to\n"
@@ -4723,34 +5123,18 @@ msgstr ""
"shut-down\n"
"׷ ʹ Ʈδ Ʈ Դϴ."
-#: ../../install_steps_interactive.pm_.c:1092 ../../standalone/draksec_.c:23
-msgid "Low"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1093 ../../standalone/draksec_.c:24
-msgid "Medium"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1094 ../../standalone/draksec_.c:25
-msgid "High"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1098 ../../standalone/draksec_.c:62
-msgid "Choose security level"
-msgstr " ܰ踦 ּ"
-
-#: ../../install_steps_interactive.pm_.c:1134
-#: ../../standalone/drakautoinst_.c:80
+#: ../../install_steps_interactive.pm_.c:1311
+#: ../../standalone/drakautoinst_.c:81
#, c-format
msgid "Insert a blank floppy in drive %s"
msgstr "%s ̺꿡 ÷ ũ "
-#: ../../install_steps_interactive.pm_.c:1138
-#: ../../standalone/drakautoinst_.c:82
+#: ../../install_steps_interactive.pm_.c:1315
+#: ../../standalone/drakautoinst_.c:83
msgid "Creating auto install floppy"
msgstr "ڵ ġ ÷ ũ "
-#: ../../install_steps_interactive.pm_.c:1149
+#: ../../install_steps_interactive.pm_.c:1326
msgid ""
"Some steps are not completed.\n"
"\n"
@@ -4760,14 +5144,19 @@ msgstr ""
"\n"
" Ͻðڽϱ?"
-#: ../../install_steps_interactive.pm_.c:1160
+#: ../../install_steps_interactive.pm_.c:1337
msgid ""
"Congratulations, installation is complete.\n"
"Remove the boot media and press return to reboot.\n"
"\n"
+"\n"
"For information on fixes which are available for this release of Mandrake "
"Linux,\n"
-"consult the Errata available from http://www.mandrakelinux.com/.\n"
+"consult the Errata available from:\n"
+"\n"
+"\n"
+"http://www.linux-mandrake.com/en/82errata.php3\n"
+"\n"
"\n"
"Information on configuring your system is available in the post\n"
"install chapter of the Official Mandrake Linux User's Guide."
@@ -4775,16 +5164,20 @@ msgstr ""
"մϴ. ġ ϴ.\n"
"Ʈ ̵ ϰ ϼ.\n"
"\n"
-" ǵ巹ũ ׼ http://www.mandrakelinux.com\n"
+"\n"
+" ǵ巹ũ ׼ http://www.linux-mandrake.com/"
+"en/82errata.php3\n"
" ֽϴ.\n"
+"\n"
+"\n"
"ġ ý ǵ巹ũ ̵带\n"
"Ͻñ ٶϴ."
-#: ../../install_steps_interactive.pm_.c:1172
+#: ../../install_steps_interactive.pm_.c:1354
msgid "Generate auto install floppy"
msgstr "ڵ ġ ÷ ũ "
-#: ../../install_steps_interactive.pm_.c:1174
+#: ../../install_steps_interactive.pm_.c:1356
msgid ""
"The auto install can be fully automated if wanted,\n"
"in that case it will take over the hard drive!!\n"
@@ -4798,15 +5191,15 @@ msgstr ""
"\n"
"Ϲ ġϴ ϴ.\n"
-#: ../../install_steps_interactive.pm_.c:1179
+#: ../../install_steps_interactive.pm_.c:1361
msgid "Automated"
msgstr "ڵ"
-#: ../../install_steps_interactive.pm_.c:1179
+#: ../../install_steps_interactive.pm_.c:1361
msgid "Replay"
msgstr "õ"
-#: ../../install_steps_interactive.pm_.c:1182
+#: ../../install_steps_interactive.pm_.c:1364
msgid "Save packages selection"
msgstr "õ Ű "
@@ -4821,348 +5214,447 @@ msgid ""
msgstr ""
" <Tab>/<Alt-Tab> ׸ ̵ | <Space> | <F12> ȭ"
-#: ../../interactive.pm_.c:73
+#: ../../interactive.pm_.c:87
msgid "kdesu missing"
msgstr "kdesu "
-#: ../../interactive.pm_.c:132
+#: ../../interactive.pm_.c:89 ../../interactive.pm_.c:100
+msgid "consolehelper missing"
+msgstr ""
+
+#: ../../interactive.pm_.c:152
msgid "Choose a file"
msgstr " "
-#: ../../interactive.pm_.c:284
+#: ../../interactive.pm_.c:314
msgid "Advanced"
msgstr ""
-#: ../../interactive.pm_.c:345
+#: ../../interactive.pm_.c:315
+msgid "Basic"
+msgstr ""
+
+#: ../../interactive.pm_.c:386
msgid "Please wait"
msgstr "ٷ ּ"
-#: ../../interactive_gtk.pm_.c:681
+#: ../../interactive_gtk.pm_.c:605 ../../services.pm_.c:222
+msgid "Info"
+msgstr ""
+
+#: ../../interactive_gtk.pm_.c:715
msgid "Expand Tree"
msgstr "Ʈ Ȯ"
-#: ../../interactive_gtk.pm_.c:682
+#: ../../interactive_gtk.pm_.c:716
msgid "Collapse Tree"
msgstr "Ʈ "
-#: ../../interactive_gtk.pm_.c:683
+#: ../../interactive_gtk.pm_.c:717
msgid "Toggle between flat and group sorted"
msgstr "׷캰/Ű ȯ"
-#: ../../interactive_stdio.pm_.c:35
-#, c-format
-msgid "Ambiguity (%s), be more precise\n"
-msgstr "ָ ǥ(%s), ڼ ּ.\n"
-
-#: ../../interactive_stdio.pm_.c:36 ../../interactive_stdio.pm_.c:51
-#: ../../interactive_stdio.pm_.c:71
+#: ../../interactive_stdio.pm_.c:29 ../../interactive_stdio.pm_.c:147
msgid "Bad choice, try again\n"
msgstr "߸ Դϴ, ٽ ϼ\n"
-#: ../../interactive_stdio.pm_.c:39
+#: ../../interactive_stdio.pm_.c:30 ../../interactive_stdio.pm_.c:148
#, c-format
-msgid " ? (default %s) "
-msgstr " ? (⺻ %s) "
+msgid "Your choice? (default %s) "
+msgstr " ? (⺻ %s) "
#: ../../interactive_stdio.pm_.c:52
#, c-format
-msgid "Your choice? (default %s) "
+msgid ""
+"Entries you'll have to fill:\n"
+"%s"
+msgstr ""
+
+#: ../../interactive_stdio.pm_.c:68
+#, fuzzy, c-format
+msgid "Your choice? (0/1, default `%s') "
+msgstr " ? (⺻ %s) "
+
+#: ../../interactive_stdio.pm_.c:93
+#, fuzzy, c-format
+msgid "Button `%s': %s"
+msgstr "ɼǵ: %s"
+
+#: ../../interactive_stdio.pm_.c:94
+#, fuzzy
+msgid "Do you want to click on this button? "
+msgstr "aboot Ͻðڽϱ?"
+
+#: ../../interactive_stdio.pm_.c:103
+#, fuzzy, c-format
+msgid "Your choice? (default `%s'%s) "
msgstr " ? (⺻ %s) "
-#: ../../interactive_stdio.pm_.c:72
+#: ../../interactive_stdio.pm_.c:121
+#, c-format
+msgid "=> There are many things to choose from (%s).\n"
+msgstr ""
+
+#: ../../interactive_stdio.pm_.c:124
+msgid ""
+"Please choose the first number of the 10-range you wish to edit,\n"
+"or just hit Enter to proceed.\n"
+"Your choice? "
+msgstr ""
+
+#: ../../interactive_stdio.pm_.c:137
#, c-format
-msgid "Your choice? (default %s enter `none' for none) "
-msgstr " ? (⺻ %s, ٸ顸noneԷ) "
+msgid ""
+"=> Notice, a label changed:\n"
+"%s"
+msgstr ""
+
+#: ../../interactive_stdio.pm_.c:144
+msgid "Re-submit"
+msgstr ""
-#: ../../keyboard.pm_.c:140 ../../keyboard.pm_.c:178
+#: ../../keyboard.pm_.c:174 ../../keyboard.pm_.c:205
msgid "Czech (QWERTZ)"
msgstr "ü (QWERTZ)"
-#: ../../keyboard.pm_.c:141 ../../keyboard.pm_.c:155 ../../keyboard.pm_.c:180
+#: ../../keyboard.pm_.c:175 ../../keyboard.pm_.c:207
msgid "German"
msgstr ""
-#: ../../keyboard.pm_.c:142
+#: ../../keyboard.pm_.c:176
msgid "Dvorak"
msgstr "庸"
-#: ../../keyboard.pm_.c:143 ../../keyboard.pm_.c:186
+#: ../../keyboard.pm_.c:177 ../../keyboard.pm_.c:214
msgid "Spanish"
msgstr ""
-#: ../../keyboard.pm_.c:144 ../../keyboard.pm_.c:187
+#: ../../keyboard.pm_.c:178 ../../keyboard.pm_.c:215
msgid "Finnish"
msgstr "ɶ"
-#: ../../keyboard.pm_.c:145 ../../keyboard.pm_.c:156 ../../keyboard.pm_.c:188
+#: ../../keyboard.pm_.c:179 ../../keyboard.pm_.c:216
msgid "French"
msgstr ""
-#: ../../keyboard.pm_.c:146 ../../keyboard.pm_.c:211
+#: ../../keyboard.pm_.c:180 ../../keyboard.pm_.c:241
msgid "Norwegian"
msgstr "븣"
-#: ../../keyboard.pm_.c:147
+#: ../../keyboard.pm_.c:181
msgid "Polish"
msgstr ""
-#: ../../keyboard.pm_.c:148 ../../keyboard.pm_.c:219
+#: ../../keyboard.pm_.c:182 ../../keyboard.pm_.c:249
msgid "Russian"
msgstr "þ"
-#: ../../keyboard.pm_.c:150 ../../keyboard.pm_.c:221
+#: ../../keyboard.pm_.c:184 ../../keyboard.pm_.c:251
msgid "Swedish"
msgstr ""
-#: ../../keyboard.pm_.c:151 ../../keyboard.pm_.c:236
+#: ../../keyboard.pm_.c:185 ../../keyboard.pm_.c:266
msgid "UK keyboard"
msgstr ""
-#: ../../keyboard.pm_.c:152 ../../keyboard.pm_.c:157 ../../keyboard.pm_.c:237
+#: ../../keyboard.pm_.c:186 ../../keyboard.pm_.c:267
msgid "US keyboard"
msgstr "̱"
-#: ../../keyboard.pm_.c:159
+#: ../../keyboard.pm_.c:188
msgid "Albanian"
msgstr "˹ٴϾ"
-#: ../../keyboard.pm_.c:160
+#: ../../keyboard.pm_.c:189
msgid "Armenian (old)"
msgstr "̱ ()"
-#: ../../keyboard.pm_.c:161
+#: ../../keyboard.pm_.c:190
msgid "Armenian (typewriter)"
msgstr "̱ (Ÿڱ)"
-#: ../../keyboard.pm_.c:162
+#: ../../keyboard.pm_.c:191
msgid "Armenian (phonetic)"
msgstr "̱ ()"
-#: ../../keyboard.pm_.c:167
+#: ../../keyboard.pm_.c:196
msgid "Azerbaidjani (latin)"
msgstr "Azerbaidjani (ƾ)"
-#: ../../keyboard.pm_.c:169
+#: ../../keyboard.pm_.c:198
msgid "Belgian"
msgstr "⿡"
-#: ../../keyboard.pm_.c:170
-msgid "Bulgarian"
+#: ../../keyboard.pm_.c:199
+#, fuzzy
+msgid "Bulgarian (phonetic)"
+msgstr "̱ ()"
+
+#: ../../keyboard.pm_.c:200
+#, fuzzy
+msgid "Bulgarian (BDS)"
msgstr "Ұ"
-#: ../../keyboard.pm_.c:171
+#: ../../keyboard.pm_.c:201
msgid "Brazilian (ABNT-2)"
msgstr " (ABNT-2)"
-#: ../../keyboard.pm_.c:172
+#: ../../keyboard.pm_.c:202
msgid "Belarusian"
msgstr "þ"
-#: ../../keyboard.pm_.c:173
+#: ../../keyboard.pm_.c:203
msgid "Swiss (German layout)"
msgstr " ()"
-#: ../../keyboard.pm_.c:174
+#: ../../keyboard.pm_.c:204
msgid "Swiss (French layout)"
msgstr " (Ҿ)"
-#: ../../keyboard.pm_.c:179
+#: ../../keyboard.pm_.c:206
msgid "Czech (QWERTY)"
msgstr "ü (QWERTY)"
-#: ../../keyboard.pm_.c:181
+#: ../../keyboard.pm_.c:208
msgid "German (no dead keys)"
msgstr " (dead Ű )"
-#: ../../keyboard.pm_.c:182
+#: ../../keyboard.pm_.c:209
msgid "Danish"
msgstr "ũ"
-#: ../../keyboard.pm_.c:183
+#: ../../keyboard.pm_.c:210
msgid "Dvorak (US)"
msgstr "庸(US)"
-#: ../../keyboard.pm_.c:184
+#: ../../keyboard.pm_.c:211
msgid "Dvorak (Norwegian)"
msgstr "庸(븣)"
-#: ../../keyboard.pm_.c:185
+#: ../../keyboard.pm_.c:212
+#, fuzzy
+msgid "Dvorak (Swedish)"
+msgstr "庸(US)"
+
+#: ../../keyboard.pm_.c:213
msgid "Estonian"
msgstr "Ͼ"
-#: ../../keyboard.pm_.c:189
+#: ../../keyboard.pm_.c:217
msgid "Georgian (\"Russian\" layout)"
msgstr "׷(þƾ)"
-#: ../../keyboard.pm_.c:190
+#: ../../keyboard.pm_.c:218
msgid "Georgian (\"Latin\" layout)"
msgstr "׷ (ƾ)"
-#: ../../keyboard.pm_.c:191
+#: ../../keyboard.pm_.c:219
msgid "Greek"
msgstr "׸"
-#: ../../keyboard.pm_.c:192
+#: ../../keyboard.pm_.c:220
msgid "Hungarian"
msgstr "밡"
-#: ../../keyboard.pm_.c:193
+#: ../../keyboard.pm_.c:221
msgid "Croatian"
msgstr "ũξƼ"
-#: ../../keyboard.pm_.c:194
+#: ../../keyboard.pm_.c:222
msgid "Israeli"
msgstr "̽"
-#: ../../keyboard.pm_.c:195
+#: ../../keyboard.pm_.c:223
msgid "Israeli (Phonetic)"
msgstr "̽ ()"
-#: ../../keyboard.pm_.c:196
+#: ../../keyboard.pm_.c:224
msgid "Iranian"
msgstr "̶"
-#: ../../keyboard.pm_.c:197
+#: ../../keyboard.pm_.c:225
msgid "Icelandic"
msgstr "̽"
-#: ../../keyboard.pm_.c:198
+#: ../../keyboard.pm_.c:226
msgid "Italian"
msgstr "Ż"
-#: ../../keyboard.pm_.c:200
+#: ../../keyboard.pm_.c:228
msgid "Japanese 106 keys"
msgstr "Ϻ 106Ű"
-#: ../../keyboard.pm_.c:201
+#: ../../keyboard.pm_.c:231
msgid "Korean keyboard"
msgstr "ѱ Ű"
-#: ../../keyboard.pm_.c:202
+#: ../../keyboard.pm_.c:232
msgid "Latin American"
msgstr "ƾ Ƹ޸ī"
-#: ../../keyboard.pm_.c:203
+#: ../../keyboard.pm_.c:233
msgid "Lithuanian AZERTY (old)"
msgstr "ƴϾ AZERTY ()"
-#: ../../keyboard.pm_.c:205
+#: ../../keyboard.pm_.c:235
msgid "Lithuanian AZERTY (new)"
msgstr "ƴϾ AZERTY ()"
-#: ../../keyboard.pm_.c:206
+#: ../../keyboard.pm_.c:236
msgid "Lithuanian \"number row\" QWERTY"
msgstr "ƴϾ (ڿ QWERTY)"
-#: ../../keyboard.pm_.c:207
+#: ../../keyboard.pm_.c:237
msgid "Lithuanian \"phonetic\" QWERTY"
msgstr "ƴϾ ( QWERTY)"
-#: ../../keyboard.pm_.c:208
+#: ../../keyboard.pm_.c:238
msgid "Latvian"
msgstr "Ʈپ"
-#: ../../keyboard.pm_.c:209
+#: ../../keyboard.pm_.c:239
msgid "Macedonian"
msgstr "ɵϾ"
-#: ../../keyboard.pm_.c:210
+#: ../../keyboard.pm_.c:240
msgid "Dutch"
msgstr "׵"
-#: ../../keyboard.pm_.c:212
+#: ../../keyboard.pm_.c:242
msgid "Polish (qwerty layout)"
msgstr " (QwertY)"
-#: ../../keyboard.pm_.c:213
+#: ../../keyboard.pm_.c:243
msgid "Polish (qwertz layout)"
msgstr " (QwertZ)"
-#: ../../keyboard.pm_.c:214
+#: ../../keyboard.pm_.c:244
msgid "Portuguese"
msgstr "Į"
-#: ../../keyboard.pm_.c:215
+#: ../../keyboard.pm_.c:245
msgid "Canadian (Quebec)"
msgstr "ij ()"
-#: ../../keyboard.pm_.c:217
+#: ../../keyboard.pm_.c:247
msgid "Romanian (qwertz)"
msgstr "θ (QWERTZ)"
-#: ../../keyboard.pm_.c:218
+#: ../../keyboard.pm_.c:248
msgid "Romanian (qwerty)"
msgstr "θ (QWERTY)"
-#: ../../keyboard.pm_.c:220
+#: ../../keyboard.pm_.c:250
msgid "Russian (Yawerty)"
msgstr "þ (Yawerty)"
-#: ../../keyboard.pm_.c:222
+#: ../../keyboard.pm_.c:252
msgid "Slovenian"
msgstr "κϾ"
-#: ../../keyboard.pm_.c:226
+#: ../../keyboard.pm_.c:253
msgid "Slovakian (QWERTZ)"
msgstr "ιŰ (QWERTZ)"
-#: ../../keyboard.pm_.c:227
+#: ../../keyboard.pm_.c:254
msgid "Slovakian (QWERTY)"
msgstr "ιŰ (QWERTY)"
-#: ../../keyboard.pm_.c:229
+#: ../../keyboard.pm_.c:256
msgid "Serbian (cyrillic)"
msgstr " (ø)"
-#: ../../keyboard.pm_.c:230
+#: ../../keyboard.pm_.c:258
+#, fuzzy
+msgid "Tamil"
+msgstr "̺"
+
+#: ../../keyboard.pm_.c:259
msgid "Thai keyboard"
msgstr "±"
-#: ../../keyboard.pm_.c:232
+#: ../../keyboard.pm_.c:261
msgid "Tajik keyboard"
msgstr "Ÿũ Ű"
-#: ../../keyboard.pm_.c:233
+#: ../../keyboard.pm_.c:262
msgid "Turkish (traditional \"F\" model)"
msgstr "ͱ ( F"
-#: ../../keyboard.pm_.c:234
+#: ../../keyboard.pm_.c:263
msgid "Turkish (modern \"Q\" model)"
msgstr "Ű ( Q"
-#: ../../keyboard.pm_.c:235
+#: ../../keyboard.pm_.c:265
msgid "Ukrainian"
msgstr "ũ̳"
-#: ../../keyboard.pm_.c:238
+#: ../../keyboard.pm_.c:268
msgid "US keyboard (international)"
msgstr "US Ű ()"
-#: ../../keyboard.pm_.c:239
+#: ../../keyboard.pm_.c:269
msgid "Vietnamese \"numeric row\" QWERTY"
msgstr "Ʈ (ڿ QWERTY)"
-#: ../../keyboard.pm_.c:240
+#: ../../keyboard.pm_.c:270
msgid "Yugoslavian (latin)"
msgstr " (ƾ)"
+#: ../../keyboard.pm_.c:278
+msgid "Right Alt key"
+msgstr ""
+
+#: ../../keyboard.pm_.c:279
+msgid "Both Shift keys simultaneously"
+msgstr ""
+
+#: ../../keyboard.pm_.c:280
+msgid "Control and Shift keys simultaneously"
+msgstr ""
+
+#: ../../keyboard.pm_.c:281
+msgid "CapsLock key"
+msgstr ""
+
+#: ../../keyboard.pm_.c:282
+msgid "Ctrl and Alt keys simultaneously"
+msgstr ""
+
+#: ../../keyboard.pm_.c:283
+msgid "Alt and Shift keys simultaneously"
+msgstr ""
+
+#: ../../keyboard.pm_.c:284
+msgid "\"Menu\" key"
+msgstr ""
+
+#: ../../keyboard.pm_.c:285
+msgid "Left \"Windows\" key"
+msgstr ""
+
+#: ../../keyboard.pm_.c:286
+msgid "Right \"Windows\" key"
+msgstr ""
+
#: ../../loopback.pm_.c:32
#, c-format
msgid "Circular mounts %s\n"
msgstr "ȯ Ʈ %s\n"
-#: ../../lvm.pm_.c:83
+#: ../../lvm.pm_.c:88
msgid "Remove the logical volumes first\n"
msgstr " ּ.\n"
+#: ../../modules.pm_.c:826
+msgid ""
+"PCMCIA support no longer exist for 2.2 kernels. Please use a 2.4 kernel."
+msgstr ""
+
#: ../../mouse.pm_.c:25
msgid "Sun - Mouse"
msgstr "Sun - 콺"
-#: ../../mouse.pm_.c:31
-msgid "Standard"
-msgstr "ǥ"
-
#: ../../mouse.pm_.c:32
msgid "Logitech MouseMan+"
msgstr " 콺/۽Ʈ콺 (ø)"
@@ -5175,11 +5667,11 @@ msgstr "Ϲ PS2 콺"
msgid "GlidePoint"
msgstr "ALPS ۶̵Ʈ"
-#: ../../mouse.pm_.c:36 ../../mouse.pm_.c:62
+#: ../../mouse.pm_.c:36 ../../mouse.pm_.c:63
msgid "Kensington Thinking Mouse"
msgstr "˽ ŷ 콺"
-#: ../../mouse.pm_.c:37 ../../mouse.pm_.c:58
+#: ../../mouse.pm_.c:37 ../../mouse.pm_.c:59
msgid "Genius NetMouse"
msgstr "Ͼ ݸ콺"
@@ -5187,113 +5679,113 @@ msgstr "Ͼ ݸ콺"
msgid "Genius NetScroll"
msgstr "Ͼ ݽũ"
-#: ../../mouse.pm_.c:43 ../../mouse.pm_.c:67
+#: ../../mouse.pm_.c:43 ../../mouse.pm_.c:68
msgid "1 button"
msgstr "1 ư"
-#: ../../mouse.pm_.c:44
+#: ../../mouse.pm_.c:44 ../../mouse.pm_.c:51
+msgid "Generic 2 Button Mouse"
+msgstr "Ϲ 2ư 콺"
+
+#: ../../mouse.pm_.c:45
msgid "Generic"
msgstr "Ϲ 콺"
-#: ../../mouse.pm_.c:45
+#: ../../mouse.pm_.c:46
msgid "Wheel"
msgstr " 콺"
-#: ../../mouse.pm_.c:48
+#: ../../mouse.pm_.c:49
msgid "serial"
msgstr "ø 콺"
-#: ../../mouse.pm_.c:50
-msgid "Generic 2 Button Mouse"
-msgstr "Ϲ 2ư 콺"
-
-#: ../../mouse.pm_.c:51
+#: ../../mouse.pm_.c:52
msgid "Generic 3 Button Mouse"
msgstr "Ϲ 3ư 콺"
-#: ../../mouse.pm_.c:52
+#: ../../mouse.pm_.c:53
msgid "Microsoft IntelliMouse"
msgstr "ũμƮ ڸ콺"
-#: ../../mouse.pm_.c:53
+#: ../../mouse.pm_.c:54
msgid "Logitech MouseMan"
msgstr " 콺"
-#: ../../mouse.pm_.c:54
+#: ../../mouse.pm_.c:55
msgid "Mouse Systems"
msgstr "콺 ý"
-#: ../../mouse.pm_.c:56
+#: ../../mouse.pm_.c:57
msgid "Logitech CC Series"
msgstr " CC ø"
-#: ../../mouse.pm_.c:57
+#: ../../mouse.pm_.c:58
msgid "Logitech MouseMan+/FirstMouse+"
msgstr " 콺+/۽Ʈ콺+"
-#: ../../mouse.pm_.c:59
+#: ../../mouse.pm_.c:60
msgid "MM Series"
msgstr "MM ø"
-#: ../../mouse.pm_.c:60
+#: ../../mouse.pm_.c:61
msgid "MM HitTablet"
msgstr "MM ƮŸ"
-#: ../../mouse.pm_.c:61
+#: ../../mouse.pm_.c:62
msgid "Logitech Mouse (serial, old C7 type)"
msgstr " 콺 (ø, C7 )"
-#: ../../mouse.pm_.c:65
+#: ../../mouse.pm_.c:66
msgid "busmouse"
msgstr "콺"
-#: ../../mouse.pm_.c:68
+#: ../../mouse.pm_.c:69
msgid "2 buttons"
msgstr "2 ư"
-#: ../../mouse.pm_.c:69
+#: ../../mouse.pm_.c:70
msgid "3 buttons"
msgstr "3 ư"
-#: ../../mouse.pm_.c:72
+#: ../../mouse.pm_.c:73
msgid "none"
msgstr ""
-#: ../../mouse.pm_.c:74
+#: ../../mouse.pm_.c:75
msgid "No mouse"
msgstr "콺 "
-#: ../../mouse.pm_.c:482
+#: ../../mouse.pm_.c:499
msgid "Please test the mouse"
msgstr "콺 ׽Ʈϼ."
-#: ../../mouse.pm_.c:483
+#: ../../mouse.pm_.c:500
msgid "To activate the mouse,"
msgstr "콺 ȰȭϷ"
-#: ../../mouse.pm_.c:484
+#: ../../mouse.pm_.c:501
msgid "MOVE YOUR WHEEL!"
msgstr "콺 ."
-#: ../../my_gtk.pm_.c:380
+#: ../../my_gtk.pm_.c:651
msgid "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
msgstr ""
"-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,-*-gulim-bold-r-"
"normal--16-*-*-*-c-*-ksc5601.1987-0,*-r-*"
-#: ../../my_gtk.pm_.c:415
+#: ../../my_gtk.pm_.c:686
msgid "Finish"
msgstr ""
-#: ../../my_gtk.pm_.c:415
+#: ../../my_gtk.pm_.c:686 ../../printerdrake.pm_.c:1588
msgid "Next ->"
msgstr " ->"
-#: ../../my_gtk.pm_.c:416
+#: ../../my_gtk.pm_.c:687 ../../printerdrake.pm_.c:1586
msgid "<- Previous"
msgstr "<- "
-#: ../../my_gtk.pm_.c:716
+#: ../../my_gtk.pm_.c:1019
msgid "Is this correct?"
msgstr "̰ ½ϱ?"
@@ -5343,7 +5835,7 @@ msgstr ""
" Ʈ ͵ ʾҽϴ.\n"
" ϴ."
-#: ../../network/ethernet.pm_.c:92 ../../standalone/drakgw_.c:233
+#: ../../network/ethernet.pm_.c:92 ../../standalone/drakgw_.c:252
msgid "Choose the network interface"
msgstr "Ʈ ̽ ϼ."
@@ -5356,7 +5848,7 @@ msgstr " ͷ ͳݿ ϼ."
msgid "no network card found"
msgstr "Ʈ ī带 ã ϴ"
-#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:350
+#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:360
msgid "Configuring network"
msgstr "Ʈ "
@@ -5372,15 +5864,15 @@ msgstr ""
"ȣƮ Ϻ ̾ մϴ.\n"
")mybox.mylab.myco.com"
-#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:355
+#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:365
msgid "Host name"
msgstr "ȣƮ:"
#: ../../network/isdn.pm_.c:21 ../../network/isdn.pm_.c:44
-#: ../../network/netconnect.pm_.c:91 ../../network/netconnect.pm_.c:105
-#: ../../network/netconnect.pm_.c:154 ../../network/netconnect.pm_.c:164
-#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:213
-#: ../../network/netconnect.pm_.c:221
+#: ../../network/netconnect.pm_.c:95 ../../network/netconnect.pm_.c:109
+#: ../../network/netconnect.pm_.c:164 ../../network/netconnect.pm_.c:175
+#: ../../network/netconnect.pm_.c:202 ../../network/netconnect.pm_.c:225
+#: ../../network/netconnect.pm_.c:233
msgid "Network Configuration Wizard"
msgstr "Ʈ "
@@ -5427,13 +5919,13 @@ msgstr "ο (ISDN-LIGHT)"
msgid "Old configuration (isdn4net)"
msgstr " (ISDN4NET)"
-#: ../../network/isdn.pm_.c:169 ../../network/isdn.pm_.c:187
-#: ../../network/isdn.pm_.c:197 ../../network/isdn.pm_.c:204
-#: ../../network/isdn.pm_.c:214
+#: ../../network/isdn.pm_.c:170 ../../network/isdn.pm_.c:188
+#: ../../network/isdn.pm_.c:198 ../../network/isdn.pm_.c:205
+#: ../../network/isdn.pm_.c:215
msgid "ISDN Configuration"
msgstr "ISDN "
-#: ../../network/isdn.pm_.c:169
+#: ../../network/isdn.pm_.c:170
msgid ""
"Select your provider.\n"
" If it's not in the list, choose Unlisted"
@@ -5441,19 +5933,19 @@ msgstr ""
"ڸ ϼ.\n"
"Ͽ , Ͽ ϼ."
-#: ../../network/isdn.pm_.c:182
+#: ../../network/isdn.pm_.c:183
msgid "Europe protocol"
msgstr " "
-#: ../../network/isdn.pm_.c:182
+#: ../../network/isdn.pm_.c:183
msgid "Europe protocol (EDSS1)"
msgstr " (EDSS1)"
-#: ../../network/isdn.pm_.c:184
+#: ../../network/isdn.pm_.c:185
msgid "Protocol for the rest of the world"
msgstr "ٸ "
-#: ../../network/isdn.pm_.c:184
+#: ../../network/isdn.pm_.c:185
msgid ""
"Protocol for the rest of the world \n"
" no D-Channel (leased lines)"
@@ -5461,27 +5953,27 @@ msgstr ""
"ٸ \n"
" Dä (leased lines) ƴ"
-#: ../../network/isdn.pm_.c:188
+#: ../../network/isdn.pm_.c:189
msgid "Which protocol do you want to use ?"
msgstr " Ͻðڽϱ?"
-#: ../../network/isdn.pm_.c:198
+#: ../../network/isdn.pm_.c:199
msgid "What kind of card do you have?"
msgstr " ī带 ֽϱ?"
-#: ../../network/isdn.pm_.c:199
+#: ../../network/isdn.pm_.c:200
msgid "I don't know"
msgstr "𸣰"
-#: ../../network/isdn.pm_.c:199
+#: ../../network/isdn.pm_.c:200
msgid "ISA / PCMCIA"
msgstr "ISA / PCMCIA"
-#: ../../network/isdn.pm_.c:199
+#: ../../network/isdn.pm_.c:200
msgid "PCI"
msgstr "PCI"
-#: ../../network/isdn.pm_.c:205
+#: ../../network/isdn.pm_.c:206
msgid ""
"\n"
"If you have an ISA card, the values on the next screen should be right.\n"
@@ -5493,19 +5985,19 @@ msgstr ""
"\n"
" PCMCIA ī带 ִٸ, IRQ IO ˰ ־ մϴ.\n"
-#: ../../network/isdn.pm_.c:209
+#: ../../network/isdn.pm_.c:210
msgid "Abort"
msgstr ""
-#: ../../network/isdn.pm_.c:209
+#: ../../network/isdn.pm_.c:210
msgid "Continue"
msgstr ""
-#: ../../network/isdn.pm_.c:215
+#: ../../network/isdn.pm_.c:216
msgid "Which is your ISDN card ?"
msgstr " ISDN īԴϱ?"
-#: ../../network/isdn.pm_.c:234
+#: ../../network/isdn.pm_.c:235
msgid ""
"I have detected an ISDN PCI Card, but I don't know the type. Please select "
"one PCI card on the next screen."
@@ -5513,59 +6005,59 @@ msgstr ""
"ISDN PCI ī尡 Ǿ, ϴ. ȭ鿡 PCI ī"
"带 ּ."
-#: ../../network/isdn.pm_.c:243
+#: ../../network/isdn.pm_.c:244
msgid "No ISDN PCI card found. Please select one on the next screen."
msgstr "ISDN PCI ī ˻ . ȭ鿡 ּ."
-#: ../../network/modem.pm_.c:37
+#: ../../network/modem.pm_.c:39
msgid "Please choose which serial port your modem is connected to."
msgstr " ø Ʈ 콺 Ǿ ֳ?"
-#: ../../network/modem.pm_.c:42
+#: ../../network/modem.pm_.c:44
msgid "Dialup options"
msgstr "̾ ɼ"
-#: ../../network/modem.pm_.c:43 ../../standalone/draknet_.c:600
+#: ../../network/modem.pm_.c:45 ../../standalone/draknet_.c:622
msgid "Connection name"
msgstr " ̸"
-#: ../../network/modem.pm_.c:44 ../../standalone/draknet_.c:601
+#: ../../network/modem.pm_.c:46 ../../standalone/draknet_.c:623
msgid "Phone number"
msgstr "ȭ ȣ"
-#: ../../network/modem.pm_.c:45 ../../standalone/draknet_.c:602
+#: ../../network/modem.pm_.c:47 ../../standalone/draknet_.c:624
msgid "Login ID"
msgstr "α ID"
-#: ../../network/modem.pm_.c:47 ../../standalone/draknet_.c:604
+#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
msgid "CHAP"
msgstr "CHAP"
-#: ../../network/modem.pm_.c:47 ../../standalone/draknet_.c:604
+#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
msgid "PAP"
msgstr "PAP"
-#: ../../network/modem.pm_.c:47 ../../standalone/draknet_.c:604
+#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
msgid "Script-based"
msgstr "ũƮ "
-#: ../../network/modem.pm_.c:47 ../../standalone/draknet_.c:604
+#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
msgid "Terminal-based"
msgstr "͹̳ "
-#: ../../network/modem.pm_.c:48 ../../standalone/draknet_.c:605
+#: ../../network/modem.pm_.c:50 ../../standalone/draknet_.c:627
msgid "Domain name"
msgstr " ̸"
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:606
+#: ../../network/modem.pm_.c:51 ../../standalone/draknet_.c:628
msgid "First DNS Server (optional)"
msgstr "ù° DNS (ɼ)"
-#: ../../network/modem.pm_.c:50 ../../standalone/draknet_.c:607
+#: ../../network/modem.pm_.c:52 ../../standalone/draknet_.c:629
msgid "Second DNS Server (optional)"
msgstr "ι° DNS (ɼ)"
-#: ../../network/netconnect.pm_.c:33
+#: ../../network/netconnect.pm_.c:34
msgid ""
"\n"
"You can disconnect or reconfigure your connection."
@@ -5573,7 +6065,7 @@ msgstr ""
"\n"
" ϰų ٽ ֽϴ."
-#: ../../network/netconnect.pm_.c:33 ../../network/netconnect.pm_.c:36
+#: ../../network/netconnect.pm_.c:34 ../../network/netconnect.pm_.c:37
msgid ""
"\n"
"You can reconfigure your connection."
@@ -5581,11 +6073,11 @@ msgstr ""
"\n"
" ٽ ֽϴ."
-#: ../../network/netconnect.pm_.c:33
+#: ../../network/netconnect.pm_.c:34
msgid "You are currently connected to internet."
msgstr " ͳݿ Ǿ ֽϴ."
-#: ../../network/netconnect.pm_.c:36
+#: ../../network/netconnect.pm_.c:37
msgid ""
"\n"
"You can connect to Internet or reconfigure your connection."
@@ -5593,32 +6085,35 @@ msgstr ""
"\n"
"ͳݿ ϰų 缳 ֽϴ."
-#: ../../network/netconnect.pm_.c:36
+#: ../../network/netconnect.pm_.c:37
msgid "You are not currently connected to Internet."
msgstr " ͳݿ Ǿ ʽϴ."
-#: ../../network/netconnect.pm_.c:40
-msgid "Connect to Internet"
-msgstr "ͳݿ "
+#: ../../network/netconnect.pm_.c:41
+#, fuzzy
+msgid "Connect"
+msgstr ""
-#: ../../network/netconnect.pm_.c:42
-msgid "Disconnect from Internet"
-msgstr "ͳ "
+#: ../../network/netconnect.pm_.c:43
+#, fuzzy
+msgid "Disconnect"
+msgstr " ..."
-#: ../../network/netconnect.pm_.c:44
-msgid "Configure network connection (LAN or Internet)"
-msgstr "Ʈ (LAN Ǵ ͳ)"
+#: ../../network/netconnect.pm_.c:45
+#, fuzzy
+msgid "Configure the connection"
+msgstr " Ʈ "
-#: ../../network/netconnect.pm_.c:47
+#: ../../network/netconnect.pm_.c:50
msgid "Internet connection & configuration"
msgstr "ͳ & "
-#: ../../network/netconnect.pm_.c:96
+#: ../../network/netconnect.pm_.c:100
#, c-format
msgid "We are now going to configure the %s connection."
msgstr " %s Դϴ."
-#: ../../network/netconnect.pm_.c:105
+#: ../../network/netconnect.pm_.c:109
#, c-format
msgid ""
"\n"
@@ -5637,12 +6132,12 @@ msgstr ""
"\n"
"Ϸ ȮΡ ."
-#: ../../network/netconnect.pm_.c:129 ../../network/netconnect.pm_.c:243
-#: ../../network/netconnect.pm_.c:255 ../../network/tools.pm_.c:56
+#: ../../network/netconnect.pm_.c:138 ../../network/netconnect.pm_.c:252
+#: ../../network/netconnect.pm_.c:271 ../../network/tools.pm_.c:57
msgid "Network Configuration"
msgstr "Ʈ ȯ "
-#: ../../network/netconnect.pm_.c:130
+#: ../../network/netconnect.pm_.c:139
msgid ""
"Because you are doing a network installation, your network is already "
"configured.\n"
@@ -5654,7 +6149,7 @@ msgstr ""
"ȮΡ ϰų, ҡ ͳ/Ʈ "
"ٽ ϼ.\n"
-#: ../../network/netconnect.pm_.c:155
+#: ../../network/netconnect.pm_.c:165
msgid ""
"Welcome to The Network Configuration Wizard\n"
"\n"
@@ -5666,66 +6161,66 @@ msgstr ""
" ͳ/Ʈ Ϸ մϴ.\n"
"ڵ ˻ ϰ ʴٸ, üũڽ ϼ.\n"
-#: ../../network/netconnect.pm_.c:157
+#: ../../network/netconnect.pm_.c:167
msgid "Choose the profile to configure"
msgstr " ϼ."
-#: ../../network/netconnect.pm_.c:158
+#: ../../network/netconnect.pm_.c:168
msgid "Use auto detection"
msgstr "ڵ˻ "
-#: ../../network/netconnect.pm_.c:164
+#: ../../network/netconnect.pm_.c:175
msgid "Detecting devices..."
msgstr "ġ ˻ϰ ֽϴ..."
-#: ../../network/netconnect.pm_.c:175 ../../network/netconnect.pm_.c:184
+#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
msgid "Normal modem connection"
msgstr "Ϲ "
-#: ../../network/netconnect.pm_.c:175 ../../network/netconnect.pm_.c:184
+#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
#, c-format
msgid "detected on port %s"
msgstr "%s Ʈ ߰"
-#: ../../network/netconnect.pm_.c:176 ../../network/netconnect.pm_.c:185
+#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
msgid "ISDN connection"
msgstr "ISDN "
-#: ../../network/netconnect.pm_.c:176 ../../network/netconnect.pm_.c:185
+#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
#, c-format
msgid "detected %s"
msgstr "%s ߰"
-#: ../../network/netconnect.pm_.c:177 ../../network/netconnect.pm_.c:186
+#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
msgid "ADSL connection"
msgstr "ADSL "
-#: ../../network/netconnect.pm_.c:177 ../../network/netconnect.pm_.c:186
+#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
#, c-format
msgid "detected on interface %s"
msgstr "̽ %s󿡼 ߰"
-#: ../../network/netconnect.pm_.c:178 ../../network/netconnect.pm_.c:187
+#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
msgid "Cable connection"
msgstr "ij̺ "
-#: ../../network/netconnect.pm_.c:178 ../../network/netconnect.pm_.c:187
+#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
msgid "cable connection detected"
msgstr "ij̺ ߰"
-#: ../../network/netconnect.pm_.c:179 ../../network/netconnect.pm_.c:188
+#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
msgid "LAN connection"
msgstr "LAN "
-#: ../../network/netconnect.pm_.c:179 ../../network/netconnect.pm_.c:188
+#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
msgid "ethernet card(s) detected"
msgstr "̴ ī ߰"
-#: ../../network/netconnect.pm_.c:190
+#: ../../network/netconnect.pm_.c:202
msgid "Choose the connection you want to configure"
msgstr " ϼ."
-#: ../../network/netconnect.pm_.c:214
+#: ../../network/netconnect.pm_.c:226
msgid ""
"You have configured multiple ways to connect to the Internet.\n"
"Choose the one you want to use.\n"
@@ -5735,23 +6230,23 @@ msgstr ""
"ῡ ϼ.\n"
"\n"
-#: ../../network/netconnect.pm_.c:215
+#: ../../network/netconnect.pm_.c:227
msgid "Internet connection"
msgstr "ͳ "
-#: ../../network/netconnect.pm_.c:221
+#: ../../network/netconnect.pm_.c:233
msgid "Do you want to start the connection at boot?"
msgstr "ýÿ ϵ ϰڽϱ?"
-#: ../../network/netconnect.pm_.c:239
+#: ../../network/netconnect.pm_.c:247
msgid "Network configuration"
msgstr "Ʈ "
-#: ../../network/netconnect.pm_.c:240
+#: ../../network/netconnect.pm_.c:248
msgid "The network needs to be restarted"
msgstr "Ʈ ٽ ؾ մϴ."
-#: ../../network/netconnect.pm_.c:243
+#: ../../network/netconnect.pm_.c:252
#, c-format
msgid ""
"A problem occured while restarting the network: \n"
@@ -5762,25 +6257,32 @@ msgstr ""
"\n"
"%s"
-#: ../../network/netconnect.pm_.c:247
+#: ../../network/netconnect.pm_.c:261
msgid ""
-"Congratulations, the network and internet configuration is finished.\n"
-"\n"
+"Congratulations, the network and Internet configuration is finished.\n"
"The configuration will now be applied to your system.\n"
+"\n"
msgstr ""
"մϴ. Ʈ/ͳ ϷǾϴ.\n"
"\n"
" ýۿ Դϴ.\n"
-#: ../../network/netconnect.pm_.c:250
+#: ../../network/netconnect.pm_.c:265
msgid ""
-"After that is done, we recommend you to restart your X\n"
-"environnement to avoid hostname changing problem."
+"After this is done, we recommend that you restart your X environment to "
+"avoid any hostname-related problems."
msgstr ""
"Ϸ Ŀ, X ٽ Ͽ ȣƮ 濡 \n"
" ߻ Ͻñ ٶϴ."
-#: ../../network/network.pm_.c:283
+#: ../../network/netconnect.pm_.c:266
+msgid ""
+"Problems occured during configuration.\n"
+"Test your connection via net_monitor or mcc. If your connection doesn't "
+"work, you might want to relaunch the configuration"
+msgstr ""
+
+#: ../../network/network.pm_.c:292
msgid ""
"WARNING: This device has been previously configured to connect to the "
"Internet.\n"
@@ -5791,7 +6293,7 @@ msgstr ""
"׳ ϼ.\n"
"Ʒ Է¶ ϸ  ˴ϴ."
-#: ../../network/network.pm_.c:288
+#: ../../network/network.pm_.c:297
msgid ""
"Please enter the IP configuration for this machine.\n"
"Each item should be entered as an IP address in dotted-decimal\n"
@@ -5801,38 +6303,38 @@ msgstr ""
" ׸. е IP ּҷ Էؾ մϴ.\n"
"(, 1.2.3.4)"
-#: ../../network/network.pm_.c:297 ../../network/network.pm_.c:298
+#: ../../network/network.pm_.c:306 ../../network/network.pm_.c:307
#, c-format
msgid "Configuring network device %s"
msgstr "%s Ʈ ī "
-#: ../../network/network.pm_.c:298
+#: ../../network/network.pm_.c:307
#, c-format
msgid " (driver %s)"
msgstr " (%s ̹)"
-#: ../../network/network.pm_.c:300 ../../standalone/draknet_.c:255
-#: ../../standalone/draknet_.c:461
+#: ../../network/network.pm_.c:309 ../../standalone/draknet_.c:232
+#: ../../standalone/draknet_.c:468
msgid "IP address"
msgstr "IP ּ"
-#: ../../network/network.pm_.c:301 ../../standalone/draknet_.c:462
+#: ../../network/network.pm_.c:310 ../../standalone/draknet_.c:469
msgid "Netmask"
msgstr "ݸũ"
-#: ../../network/network.pm_.c:302
+#: ../../network/network.pm_.c:311
msgid "(bootp/dhcp)"
msgstr "(BOOTP/DHCP)"
-#: ../../network/network.pm_.c:302
+#: ../../network/network.pm_.c:311
msgid "Automatic IP"
msgstr "IP ڵҴ"
-#: ../../network/network.pm_.c:323 ../../printerdrake.pm_.c:406
+#: ../../network/network.pm_.c:332 ../../printerdrake.pm_.c:712
msgid "IP address should be in format 1.2.3.4"
msgstr "IP ּҴ 1.2.3.4 ̾ մϴ."
-#: ../../network/network.pm_.c:351
+#: ../../network/network.pm_.c:361
msgid ""
"Please enter your host name.\n"
"Your host name should be a fully-qualified host name,\n"
@@ -5844,63 +6346,64 @@ msgstr ""
"̸̾ մϴ. \n"
"Ʈ ̰ ִٸ IP ּҵ Էؾ մϴ."
-#: ../../network/network.pm_.c:356
+#: ../../network/network.pm_.c:366
msgid "DNS server"
msgstr "DNS "
-#: ../../network/network.pm_.c:357 ../../standalone/draknet_.c:599
-msgid "Gateway"
-msgstr "Ʈ"
+#: ../../network/network.pm_.c:367
+#, c-format
+msgid "Gateway (e.g. %s)"
+msgstr ""
-#: ../../network/network.pm_.c:359
+#: ../../network/network.pm_.c:369
msgid "Gateway device"
msgstr "Ʈ ġ"
-#: ../../network/network.pm_.c:371
+#: ../../network/network.pm_.c:381
msgid "Proxies configuration"
msgstr " "
-#: ../../network/network.pm_.c:372
+#: ../../network/network.pm_.c:382
msgid "HTTP proxy"
msgstr " "
-#: ../../network/network.pm_.c:373
+#: ../../network/network.pm_.c:383
msgid "FTP proxy"
msgstr "FTP "
-#: ../../network/network.pm_.c:374
+#: ../../network/network.pm_.c:384
msgid "Track network card id (usefull for laptops)"
msgstr "Ʈī ID (ž )"
-#: ../../network/network.pm_.c:377
+#: ../../network/network.pm_.c:387
msgid "Proxy should be http://..."
msgstr " ̸ httP://... ̾ մϴ."
-#: ../../network/network.pm_.c:378
+#: ../../network/network.pm_.c:388
msgid "Proxy should be ftp://..."
msgstr " ̸ ftp://... ̾ մϴ."
-#: ../../network/tools.pm_.c:38
+#: ../../network/tools.pm_.c:39
msgid "Internet configuration"
msgstr "ͳ "
-#: ../../network/tools.pm_.c:39
+#: ../../network/tools.pm_.c:40
msgid "Do you want to try to connect to the Internet now?"
msgstr " ͳ õ ðڽϱ?"
-#: ../../network/tools.pm_.c:43 ../../standalone/draknet_.c:189
+#: ../../network/tools.pm_.c:44 ../../standalone/draknet_.c:197
msgid "Testing your connection..."
msgstr " ׽Ʈ ..."
-#: ../../network/tools.pm_.c:49 ../../standalone/draknet_.c:220
+#: ../../network/tools.pm_.c:50
msgid "The system is now connected to Internet."
msgstr " ý ͳݿ Ǿϴ."
-#: ../../network/tools.pm_.c:50
+#: ../../network/tools.pm_.c:51
msgid "For Security reason, it will be disconnected now."
msgstr "Ȼ Դϴ."
-#: ../../network/tools.pm_.c:51 ../../standalone/draknet_.c:220
+#: ../../network/tools.pm_.c:52
msgid ""
"The system doesn't seem to be connected to internet.\n"
"Try to reconfigure your connection."
@@ -5908,83 +6411,87 @@ msgstr ""
"ý ͳݿ մϴ.\n"
" ٽ ."
-#: ../../network/tools.pm_.c:75
+#: ../../network/tools.pm_.c:76
msgid "Connection Configuration"
msgstr " "
-#: ../../network/tools.pm_.c:76
+#: ../../network/tools.pm_.c:77
msgid "Please fill or check the field below"
msgstr "Ʒ ä ּ."
-#: ../../network/tools.pm_.c:78 ../../standalone/draknet_.c:586
+#: ../../network/tools.pm_.c:79 ../../standalone/draknet_.c:608
msgid "Card IRQ"
msgstr "ī IRQ"
-#: ../../network/tools.pm_.c:79 ../../standalone/draknet_.c:587
+#: ../../network/tools.pm_.c:80 ../../standalone/draknet_.c:609
msgid "Card mem (DMA)"
msgstr "ī ޸ (DMA)"
-#: ../../network/tools.pm_.c:80 ../../standalone/draknet_.c:588
+#: ../../network/tools.pm_.c:81 ../../standalone/draknet_.c:610
msgid "Card IO"
msgstr "ī IO"
-#: ../../network/tools.pm_.c:81 ../../standalone/draknet_.c:589
+#: ../../network/tools.pm_.c:82 ../../standalone/draknet_.c:611
msgid "Card IO_0"
msgstr "ī IO_0"
-#: ../../network/tools.pm_.c:82 ../../standalone/draknet_.c:590
+#: ../../network/tools.pm_.c:83 ../../standalone/draknet_.c:612
msgid "Card IO_1"
msgstr "ī IO_1"
-#: ../../network/tools.pm_.c:83 ../../standalone/draknet_.c:591
+#: ../../network/tools.pm_.c:84 ../../standalone/draknet_.c:613
msgid "Your personal phone number"
msgstr " ȭ ȣ"
-#: ../../network/tools.pm_.c:84 ../../standalone/draknet_.c:592
+#: ../../network/tools.pm_.c:85 ../../standalone/draknet_.c:614
msgid "Provider name (ex provider.net)"
msgstr " ̸ ( provider.net)"
-#: ../../network/tools.pm_.c:85 ../../standalone/draknet_.c:593
+#: ../../network/tools.pm_.c:86 ../../standalone/draknet_.c:615
msgid "Provider phone number"
msgstr " ȭȣ"
-#: ../../network/tools.pm_.c:86 ../../standalone/draknet_.c:594
+#: ../../network/tools.pm_.c:87 ../../standalone/draknet_.c:616
msgid "Provider dns 1 (optional)"
msgstr " DNS 1 (ɼ)"
-#: ../../network/tools.pm_.c:87 ../../standalone/draknet_.c:595
+#: ../../network/tools.pm_.c:88 ../../standalone/draknet_.c:617
msgid "Provider dns 2 (optional)"
msgstr " DNS 2 (ɼ)"
-#: ../../network/tools.pm_.c:88
+#: ../../network/tools.pm_.c:89
msgid "Choose your country"
msgstr " "
-#: ../../network/tools.pm_.c:89 ../../standalone/draknet_.c:598
+#: ../../network/tools.pm_.c:90 ../../standalone/draknet_.c:620
msgid "Dialing mode"
msgstr "̾ "
-#: ../../network/tools.pm_.c:90 ../../standalone/draknet_.c:610
+#: ../../network/tools.pm_.c:91 ../../standalone/draknet_.c:632
msgid "Connection speed"
msgstr " ӵ"
-#: ../../network/tools.pm_.c:91 ../../standalone/draknet_.c:611
+#: ../../network/tools.pm_.c:92 ../../standalone/draknet_.c:633
msgid "Connection timeout (in sec)"
msgstr " ðʰ ()"
-#: ../../network/tools.pm_.c:92 ../../standalone/draknet_.c:596
+#: ../../network/tools.pm_.c:93 ../../standalone/draknet_.c:618
msgid "Account Login (user name)"
msgstr "α (ڸ)"
-#: ../../network/tools.pm_.c:93 ../../standalone/draknet_.c:597
+#: ../../network/tools.pm_.c:94 ../../standalone/draknet_.c:619
msgid "Account Password"
msgstr " ȣ"
-#: ../../partition_table.pm_.c:622
+#: ../../partition_table.pm_.c:600
+msgid "mount failed: "
+msgstr "Ʈ : "
+
+#: ../../partition_table.pm_.c:664
msgid "Extended partition not supported on this platform"
msgstr " ýۿ ȮƼ ʽϴ."
-#: ../../partition_table.pm_.c:640
+#: ../../partition_table.pm_.c:682
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 "
@@ -5994,21 +6501,21 @@ msgstr ""
" ذå Ƽǵ Ȯ Ƽǵ ڿ ִ ϵ "
"ȱ Դϴ."
-#: ../../partition_table.pm_.c:744
+#: ../../partition_table.pm_.c:770
#, c-format
msgid "Restoring from file %s failed: %s"
msgstr "%s Ϸκ : %s"
-#: ../../partition_table.pm_.c:746
+#: ../../partition_table.pm_.c:772
msgid "Bad backup file"
msgstr "߸ "
-#: ../../partition_table.pm_.c:768
+#: ../../partition_table.pm_.c:794
#, c-format
msgid "Error writing to file %s"
msgstr "%s Ͽ "
-#: ../../partition_table_raw.pm_.c:154
+#: ../../partition_table_raw.pm_.c:186
msgid ""
"Something bad is happening on your drive. \n"
"A test to check the integrity of data has failed. \n"
@@ -6054,7 +6561,7 @@ msgstr "LPD - Line Printer Daemon"
msgid "PDQ - Print, Don't Queue"
msgstr "PDQ - Print, Don't Queue"
-#: ../../printer.pm_.c:32
+#: ../../printer.pm_.c:32 ../../printer.pm_.c:871
msgid "CUPS"
msgstr "CUPS"
@@ -6070,60 +6577,140 @@ msgstr "LPD"
msgid "PDQ"
msgstr "PDQ"
-#: ../../printer.pm_.c:40
+#: ../../printer.pm_.c:47
msgid "Local printer"
msgstr " "
-#: ../../printer.pm_.c:41
+#: ../../printer.pm_.c:48
msgid "Remote printer"
msgstr " "
-#: ../../printer.pm_.c:42
+#: ../../printer.pm_.c:49
msgid "Printer on remote CUPS server"
msgstr " CUPS "
-#: ../../printer.pm_.c:43
+#: ../../printer.pm_.c:50 ../../printerdrake.pm_.c:734
msgid "Printer on remote lpd server"
msgstr " LPD "
-#: ../../printer.pm_.c:44
-msgid "Network printer (socket)"
+#: ../../printer.pm_.c:51
+#, fuzzy
+msgid "Network printer (TCP/Socket)"
msgstr "Ʈ ()"
-#: ../../printer.pm_.c:45
+#: ../../printer.pm_.c:52
msgid "Printer on SMB/Windows 95/98/NT server"
msgstr "/ 95/98/NT "
-#: ../../printer.pm_.c:46
+#: ../../printer.pm_.c:53
msgid "Printer on NetWare server"
msgstr "Ʈ "
-#: ../../printer.pm_.c:47
+#: ../../printer.pm_.c:54 ../../printerdrake.pm_.c:738
msgid "Enter a printer device URI"
msgstr " ġ URI Էϼ."
-#: ../../printer.pm_.c:48
+#: ../../printer.pm_.c:55
msgid "Pipe job into a command"
msgstr "۾ "
-#: ../../printer.pm_.c:418 ../../printer.pm_.c:839
-#: ../../printerdrake.pm_.c:1227 ../../printerdrake.pm_.c:2023
+#: ../../printer.pm_.c:504 ../../printer.pm_.c:695 ../../printer.pm_.c:1017
+#: ../../printerdrake.pm_.c:1665 ../../printerdrake.pm_.c:2730
msgid "Unknown model"
msgstr " "
-#: ../../printer.pm_.c:546 ../../printerdrake.pm_.c:790
+#: ../../printer.pm_.c:532
+#, fuzzy
+msgid "Local Printers"
+msgstr " "
+
+#: ../../printer.pm_.c:534 ../../printer.pm_.c:872
+#, fuzzy
+msgid "Remote Printers"
+msgstr " "
+
+#: ../../printer.pm_.c:541 ../../printerdrake.pm_.c:248
+#, c-format
+msgid " on parallel port \\/*%s"
+msgstr ""
+
+#: ../../printer.pm_.c:544 ../../printerdrake.pm_.c:250
+#, c-format
+msgid ", USB printer \\/*%s"
+msgstr ""
+
+#: ../../printer.pm_.c:549
+#, c-format
+msgid ", multi-function device on parallel port \\/*%s"
+msgstr ""
+
+#: ../../printer.pm_.c:552
+msgid ", multi-function device on USB"
+msgstr ""
+
+#: ../../printer.pm_.c:554
+msgid ", multi-function device on HP JetDirect"
+msgstr ""
+
+#: ../../printer.pm_.c:556
+msgid ", multi-function device"
+msgstr ""
+
+#: ../../printer.pm_.c:559
+#, fuzzy, c-format
+msgid ", printing to %s"
+msgstr "%s Ͽ "
+
+#: ../../printer.pm_.c:561
+#, c-format
+msgid "on LPD server \"%s\", printer \"%s\""
+msgstr ""
+
+#: ../../printer.pm_.c:563
+#, c-format
+msgid ", TCP/IP host \"%s\", port %s"
+msgstr ""
+
+#: ../../printer.pm_.c:567
+#, c-format
+msgid "on Windows server \"%s\", share \"%s\""
+msgstr ""
+
+#: ../../printer.pm_.c:571
+#, c-format
+msgid "on Novell server \"%s\", printer \"%s\""
+msgstr ""
+
+#: ../../printer.pm_.c:573
+#, c-format
+msgid ", using command %s"
+msgstr ""
+
+#: ../../printer.pm_.c:692 ../../printerdrake.pm_.c:1136
msgid "Raw printer (No driver)"
msgstr "(RAW) (̹ )"
-#: ../../printer.pm_.c:693
+#: ../../printer.pm_.c:841
#, c-format
msgid "(on %s)"
msgstr "(%s)"
-#: ../../printer.pm_.c:695
+#: ../../printer.pm_.c:843
msgid "(on this machine)"
msgstr "( )"
+#: ../../printer.pm_.c:868
+#, fuzzy, c-format
+msgid "On CUPS server \"%s\""
+msgstr "CUPS IP"
+
+#: ../../printer.pm_.c:874 ../../printerdrake.pm_.c:2391
+#: ../../printerdrake.pm_.c:2402 ../../printerdrake.pm_.c:2618
+#: ../../printerdrake.pm_.c:2670 ../../printerdrake.pm_.c:2697
+#: ../../printerdrake.pm_.c:2867 ../../printerdrake.pm_.c:2869
+msgid " (Default)"
+msgstr " (⺻)"
+
#: ../../printerdrake.pm_.c:22
msgid "Select Printer Connection"
msgstr " ϼ."
@@ -6133,40 +6720,37 @@ msgid "How is the printer connected?"
msgstr "Ͱ  Ǿ ֽϱ?"
#: ../../printerdrake.pm_.c:25
+#, fuzzy
msgid ""
"\n"
-"Printers on remote CUPS servers you do not have to configure\n"
-"here; these printers will be automatically detected. Please\n"
-"select \"Printer on remote CUPS server\" in this case."
+"Printers on remote CUPS servers you do not have to configure here; these "
+"printers will be automatically detected."
msgstr ""
"\n"
" CUPS ʹ ⼭ ʿ䰡 \n"
"ϴ; ̷ ʹ ڵ Ǿ ϴ. ̿ \n"
" CUPS ͡ ϼ."
-#: ../../printerdrake.pm_.c:84 ../../printerdrake.pm_.c:88
-#: ../../printerdrake.pm_.c:89 ../../printerdrake.pm_.c:159
-msgid "None"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:85 ../../printerdrake.pm_.c:160
-msgid "Choose a default printer!"
-msgstr "⺻ ͸ ϼ!"
-
-#: ../../printerdrake.pm_.c:105
-msgid ""
-"With remote CUPS servers, you do not have to configure any \n"
-"printer here; CUPS servers inform your machine automatically\n"
-"about their printers. All printers known to your machine\n"
-"currently are listed in the \"Default printer\" field. Choose\n"
-"the default printer for your machine there and click the\n"
-"\"Apply/Re-read printers\" button. Click the same button to\n"
-"refresh the list (it can take up to 30 seconds after the start\n"
-"of CUPS until all remote printers are visible).\n"
-"When your CUPS server is in a different network, you have to \n"
-"give the CUPS server IP address and optionally the port number\n"
-"to get the printer information from the server, otherwise leave\n"
-"these fields blank."
+#: ../../printerdrake.pm_.c:69 ../../printerdrake.pm_.c:2454
+#, fuzzy
+msgid "CUPS configuration"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:70 ../../printerdrake.pm_.c:2455
+#, fuzzy
+msgid "Specify CUPS server"
+msgstr " CUPS "
+
+#: ../../printerdrake.pm_.c:71
+#, fuzzy
+msgid ""
+"To get access to printers on remote CUPS servers in your local network you "
+"do not have to configure anything; the CUPS servers inform your machine "
+"automatically about their printers. All printers currently known to your "
+"machine are listed in the \"Remote printers\" section in the main window of "
+"Printerdrake. When your CUPS server is not in your local network, you have "
+"to enter the CUPS server IP address and optionally the port number to get "
+"the printer information from the server, otherwise leave these fields blank."
msgstr ""
" CUPS ؼ ⼭ ͸ ʿ䰡\n"
"ϴ; CUPS ڵ ˷ݴϴ.\n"
@@ -6179,15 +6763,15 @@ msgstr ""
"Ʈ ȣ(ɼ) ؾ߸ κ ޾ƿ \n"
"ֽϴ. ̷ 찡 ƴ϶ ׳ μ."
-#: ../../printerdrake.pm_.c:117
+#: ../../printerdrake.pm_.c:72
+#, fuzzy
msgid ""
"\n"
-"Normally, CUPS is automatically configured according to your\n"
-"network environment, so that you can access the printers on the\n"
-"CUPS servers in your local network. If this does not work \n"
-"correctly, turn off \"Automatic CUPS configuration\" and edit\n"
-"your file /etc/cups/cupsd.conf manually. Do not forget to restart\n"
-"CUPS afterwards (command: \"service cups restart\")."
+"Normally, CUPS is automatically configured according to your network "
+"environment, so that you can access the printers on the CUPS servers in your "
+"local network. If this does not work correctly, turn off \"Automatic CUPS "
+"configuration\" and edit your file /etc/cups/cupsd.conf manually. Do not "
+"forget to restart CUPS afterwards (command: \"service cups restart\")."
msgstr ""
"\n"
"Ϲ CUPS Ʈȯ濡 ڵ DZ\n"
@@ -6197,119 +6781,301 @@ msgstr ""
" ּ. ߿ CUPS ٽ ϴ \n"
". (ɾ: service cups restart )"
-#: ../../printerdrake.pm_.c:124 ../../printerdrake.pm_.c:1290
-#: ../../printerdrake.pm_.c:1294 ../../printerdrake.pm_.c:1295
-#: ../../printerdrake.pm_.c:1296 ../../printerdrake.pm_.c:2011
-msgid "Close"
-msgstr "ݱ"
-
-#: ../../printerdrake.pm_.c:125
-msgid "Apply/Re-read printers"
-msgstr "/ ٽб"
-
-#: ../../printerdrake.pm_.c:129
+#: ../../printerdrake.pm_.c:76
msgid "The IP address should look like 192.168.1.20"
msgstr "IP ּҴ 192.168.1.20 ̾ մϴ."
-#: ../../printerdrake.pm_.c:134 ../../printerdrake.pm_.c:541
+#: ../../printerdrake.pm_.c:80 ../../printerdrake.pm_.c:862
msgid "The port number should be an integer!"
msgstr "Ʈ ȣ ̾ մϴ!"
-#: ../../printerdrake.pm_.c:141 ../../printerdrake.pm_.c:2095
-msgid "Default printer"
-msgstr "⺻ "
-
-#: ../../printerdrake.pm_.c:146
+#: ../../printerdrake.pm_.c:87
msgid "CUPS server IP"
msgstr "CUPS IP"
-#: ../../printerdrake.pm_.c:147 ../../printerdrake.pm_.c:534
+#: ../../printerdrake.pm_.c:88 ../../printerdrake.pm_.c:855
msgid "Port"
msgstr "Ʈ"
-#: ../../printerdrake.pm_.c:149
+#: ../../printerdrake.pm_.c:90
msgid "Automatic CUPS configuration"
msgstr "ڵ CUPS "
-#: ../../printerdrake.pm_.c:217
+#: ../../printerdrake.pm_.c:145 ../../standalone/scannerdrake_.c:42
msgid "Detecting devices ..."
msgstr "ġ ˻ ..."
-#: ../../printerdrake.pm_.c:217
+#: ../../printerdrake.pm_.c:145 ../../standalone/scannerdrake_.c:42
msgid "Test ports"
msgstr "Ʈ ˻"
-#: ../../printerdrake.pm_.c:238
-#, c-format
-msgid "A printer, model \"%s\", has been detected on "
-msgstr ", \"%s\", ߰"
+#: ../../printerdrake.pm_.c:167 ../../printerdrake.pm_.c:2437
+#: ../../printerdrake.pm_.c:2556
+#, fuzzy
+msgid "Add a new printer"
+msgstr " ߰"
+
+#: ../../printerdrake.pm_.c:168
+msgid ""
+"\n"
+"Welcome to the Printer Setup Wizard\n"
+"\n"
+"This wizard allows you to install local or remote printers to be used from "
+"this machine and also from other machines in the network.\n"
+"\n"
+"It asks you for all necessary information to set up the printer and gives "
+"you access to all available printer drivers, driver options, and printer "
+"connection types."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:176 ../../printerdrake.pm_.c:203
+#: ../../printerdrake.pm_.c:378 ../../printerdrake.pm_.c:393
+#: ../../printerdrake.pm_.c:403 ../../printerdrake.pm_.c:466
+#, fuzzy
+msgid "Local Printer"
+msgstr " "
+
+#: ../../printerdrake.pm_.c:177
+msgid ""
+"\n"
+"Welcome to the Printer Setup Wizard\n"
+"\n"
+"This wizard will help you to install your printer(s) connected to this "
+"computer.\n"
+"\n"
+"Please plug in your printer(s) on this computer and turn it/them on. Click "
+"on \"Next\" when you are ready, and on \"Cancel\" when you do not want to "
+"set up your printer(s) now.\n"
+"\n"
+"Note that some computers can crash during the printer auto-detection, turn "
+"off \"Auto-detect printers\" to do a printer installation without auto-"
+"detection. Use the \"Expert Mode\" of printerdrake when you want to set up "
+"printing on a remote printer if printerdrake does not list it automatically."
+msgstr ""
-#: ../../printerdrake.pm_.c:255
-msgid "Local Printer Device"
-msgstr " ġ"
+#: ../../printerdrake.pm_.c:186
+#, fuzzy
+msgid "Auto-detect printers"
+msgstr " "
+
+#: ../../printerdrake.pm_.c:204
+msgid ""
+"\n"
+"Congratulations, your printer is now installed and configured!\n"
+"\n"
+"You can print using the \"Print\" command of your application (usually in "
+"the \"File\" menu).\n"
+"\n"
+"If you want to add, remove, or rename a printer, or if you want to change "
+"the default option settings (paper input tray, printout quality, ...), "
+"select \"Printer\" in the \"Hardware\" section of the Mandrake Control "
+"Center."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:223
+msgid "Auto-Detection of Printers"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:224
+msgid ""
+"Printerdrake is able to auto-detect your locally connected parallel and USB "
+"printers for you, but note that on some systems the auto-detection CAN "
+"FREEZE YOUR SYSTEM AND THIS CAN LEAD TO CORRUPTED FILE SYSTEMS! So do it ON "
+"YOUR OWN RISK!\n"
+"\n"
+"Do you really want to get your printers auto-detected?"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:227 ../../printerdrake.pm_.c:229
+#: ../../printerdrake.pm_.c:230
+#, fuzzy
+msgid "Do auto-detection"
+msgstr "ڵ˻ "
+
+#: ../../printerdrake.pm_.c:228
+#, fuzzy
+msgid "Set up printer manually"
+msgstr " ͸"
#: ../../printerdrake.pm_.c:256
+#, fuzzy, c-format
+msgid "Detected %s"
+msgstr "%s ߰"
+
+#: ../../printerdrake.pm_.c:260 ../../printerdrake.pm_.c:287
+#: ../../printerdrake.pm_.c:306
+#, c-format
+msgid "Printer on parallel port \\/*%s"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:262 ../../printerdrake.pm_.c:289
+#: ../../printerdrake.pm_.c:311
+#, c-format
+msgid "USB printer \\/*%s"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:379
+msgid ""
+"No local printer found! To manually install a printer enter a device name/"
+"file name in the input line (Parallel Ports: /dev/lp0, /dev/lp1, ..., "
+"equivalent to LPT1:, LPT2:, ..., 1st USB printer: /dev/usb/lp0, 2nd USB "
+"printer: /dev/usb/lp1, ...)."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:383
+#, fuzzy
+msgid "You must enter a device or file name!"
+msgstr " ġ URI Էϼ."
+
+#: ../../printerdrake.pm_.c:394
+#, fuzzy
+msgid ""
+"No local printer found!\n"
+"\n"
+msgstr " "
+
+#: ../../printerdrake.pm_.c:395
+msgid ""
+"Network printers can only be installed after the installation. Choose "
+"\"Hardware\" and then \"Printer\" in the Mandrake Control Center."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:396
+msgid ""
+"To install network printers, click \"Cancel\", switch to the \"Expert Mode"
+"\", and click \"Add a new printer\" again."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:407
msgid ""
-"What device is your printer connected to \n"
-"(note that /dev/lp0 is equivalent to LPT1:)?\n"
+"The following printer was auto-detected, if it is not the one you want to "
+"configure, enter a device name/file name in the input line"
msgstr ""
-" ġ Ͱ Ǿ ֽϱ? \n"
-"(: /dev/lp0 LPT1 شմϴ.)\n"
-#: ../../printerdrake.pm_.c:258
-msgid "Printer Device"
-msgstr " ġ"
+#: ../../printerdrake.pm_.c:408
+msgid ""
+"Here is a list of all auto-detected printers. Please choose the printer you "
+"want to set up or enter a device name/file name in the input line"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:410
+msgid ""
+"The following printer was auto-detected. The configuration of the printer "
+"will work fully automatically. If your printer was not correctly detected or "
+"if you prefer a customized printer configuration, turn on \"Manual "
+"configuration\"."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:411
+msgid ""
+"Here is a list of all auto-detected printers. Please choose the printer you "
+"want to set up. The configuration of the printer will work fully "
+"automatically. If your printer was not correctly detected or if you prefer a "
+"customized printer configuration, turn on \"Manual configuration\"."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:413
+msgid ""
+"Please choose the port where your printer is connected to or enter a device "
+"name/file name in the input line"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:414
+#, fuzzy
+msgid "Please choose the port where your printer is connected to."
+msgstr " ø Ʈ 콺 Ǿ ֳ?"
+
+#: ../../printerdrake.pm_.c:416
+msgid ""
+" (Parallel Ports: /dev/lp0, /dev/lp1, ..., equivalent to LPT1:, LPT2:, ..., "
+"1st USB printer: /dev/usb/lp0, 2nd USB printer: /dev/usb/lp1, ...)."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:421
+#, fuzzy
+msgid "You must choose/enter a printer/device!"
+msgstr " ġ URI Էϼ."
+
+#: ../../printerdrake.pm_.c:441
+#, fuzzy
+msgid "Manual configuration"
+msgstr "ͳ "
+
+#: ../../printerdrake.pm_.c:467
+msgid ""
+"Is your printer a multi-function device from HP (OfficeJet, PSC, PhotoSmart, "
+"LaserJet 1100/1200/1220/3200/3300 with scanner)?"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:482
+#, fuzzy
+msgid "Installing HPOJ package..."
+msgstr "Ű ġ ..."
+
+#: ../../printerdrake.pm_.c:487
+msgid "Checking device and configuring HPOJ ..."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:505
+#, fuzzy
+msgid "Installing SANE package..."
+msgstr "Ű ġ ..."
-#: ../../printerdrake.pm_.c:261
-msgid "Device/file name missing!"
-msgstr "ġ/ ̸ ã !"
+#: ../../printerdrake.pm_.c:517
+msgid "Scanning on your HP multi-function device"
+msgstr ""
-#: ../../printerdrake.pm_.c:274 ../../printerdrake.pm_.c:698
-#: ../../printerdrake.pm_.c:786
+#: ../../printerdrake.pm_.c:534
+#, fuzzy
+msgid "Making printer port available for CUPS ..."
+msgstr " ͺ̽ д ..."
+
+#: ../../printerdrake.pm_.c:544 ../../printerdrake.pm_.c:1018
+#: ../../printerdrake.pm_.c:1132
msgid "Reading printer database ..."
msgstr " ͺ̽ д ..."
-#: ../../printerdrake.pm_.c:312
+#: ../../printerdrake.pm_.c:624
msgid "Remote lpd Printer Options"
msgstr " LPD ɼ"
-#: ../../printerdrake.pm_.c:313
+#: ../../printerdrake.pm_.c:625
+#, fuzzy
msgid ""
-"To use a remote lpd printer, you need to supply\n"
-"the hostname of the printer server and the printer name\n"
-"on that server."
+"To use a remote lpd printer, you need to supply the hostname of the printer "
+"server and the printer name on that server."
msgstr ""
" LPD ͸ ϱ ؼ\n"
" ȣƮ ̸\n"
"Էؾ մϴ."
-#: ../../printerdrake.pm_.c:316
+#: ../../printerdrake.pm_.c:626
msgid "Remote host name"
msgstr " ȣƮ"
-#: ../../printerdrake.pm_.c:317
+#: ../../printerdrake.pm_.c:627
msgid "Remote printer name"
msgstr " ͸"
-#: ../../printerdrake.pm_.c:320
+#: ../../printerdrake.pm_.c:630
msgid "Remote host name missing!"
msgstr " ȣƮ ã !"
-#: ../../printerdrake.pm_.c:324
+#: ../../printerdrake.pm_.c:634
msgid "Remote printer name missing!"
msgstr " ͸ ϴ!!"
-#: ../../printerdrake.pm_.c:392
+#: ../../printerdrake.pm_.c:702
msgid "SMB (Windows 9x/NT) Printer Options"
msgstr "SMB (Windows 9x/NT) ɼ"
-#: ../../printerdrake.pm_.c:393
+#: ../../printerdrake.pm_.c:703
+#, fuzzy
msgid ""
-"To print to a SMB printer, you need to provide the\n"
-"SMB host name (Note! It may be different from its\n"
-"TCP/IP hostname!) and possibly the IP address of the print server, as\n"
-"well as the share name for the printer you wish to access and any\n"
-"applicable user name, password, and workgroup information."
+"To print to a SMB printer, you need to provide the SMB host name (Note! It "
+"may be different from its TCP/IP hostname!) and possibly the IP address of "
+"the print server, as well as the share name for the printer you wish to "
+"access and any applicable user name, password, and workgroup information."
msgstr ""
" ͷ μϷ, ȣƮ \n"
"(! TCP/IP ȣƮ ̸ ٸ ֽϴ.), \n"
@@ -6317,72 +7083,119 @@ msgstr ""
" ̸, ڸ, ȣ, ۾׷ \n"
"Էؾ մϴ."
-#: ../../printerdrake.pm_.c:398
+#: ../../printerdrake.pm_.c:704
msgid "SMB server host"
msgstr "SMB ȣƮ"
-#: ../../printerdrake.pm_.c:399
+#: ../../printerdrake.pm_.c:705
msgid "SMB server IP"
msgstr "SMB IP"
-#: ../../printerdrake.pm_.c:400
+#: ../../printerdrake.pm_.c:706
msgid "Share name"
msgstr " ̸"
-#: ../../printerdrake.pm_.c:403
+#: ../../printerdrake.pm_.c:709
msgid "Workgroup"
msgstr "۾ ׷"
-#: ../../printerdrake.pm_.c:410
+#: ../../printerdrake.pm_.c:716
msgid "Either the server name or the server's IP must be given!"
msgstr " ̸ Ǵ IP Էؾ մϴ!"
-#: ../../printerdrake.pm_.c:414
+#: ../../printerdrake.pm_.c:720
msgid "Samba share name missing!"
msgstr " ̸ ã !"
-#: ../../printerdrake.pm_.c:473
+#: ../../printerdrake.pm_.c:725
+msgid "SECURITY WARNING!"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:726
+#, c-format
+msgid ""
+"You are about to set up printing to a Windows account with password. Due to "
+"a fault in the architecture of the Samba client software the password is put "
+"in clear text into the command line of the Samba client used to transmit the "
+"print job to the Windows server. So it is possible for every user on this "
+"machine to display the password on the screen by issuing commands as \"ps "
+"auxwww\".\n"
+"\n"
+"We recommend to make use of one of the following alternatives (in all cases "
+"you have to make sure that only machines from your local network have access "
+"to your Windows server, for example by means of a firewall):\n"
+"\n"
+"Use a password-less account on your Windows server, as the \"GUEST\" account "
+"or a special account dedicated for printing. Do not remove the password "
+"protection from a personal account or the administrator account.\n"
+"\n"
+"Set up your Windows server to make the printer available under the LPD "
+"protocol. Then set up printing from this machine with the \"%s\" connection "
+"type in Printerdrake.\n"
+"\n"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:736
+#, c-format
+msgid ""
+"Set up your Windows server to make the printer available under the IPP "
+"protocol and set up printing from this machine with the \"%s\" connection "
+"type in Printerdrake.\n"
+"\n"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:739
+msgid ""
+"Connect your printer to a Linux server and let your Windows machine(s) "
+"connect to it as a client.\n"
+"\n"
+"Do you really want to continue setting up this printer as you are doing now?"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:801
msgid "NetWare Printer Options"
msgstr "ݿ ɼ"
-#: ../../printerdrake.pm_.c:474
+#: ../../printerdrake.pm_.c:802
+#, fuzzy
msgid ""
-"To print on a NetWare printer, you need to provide the\n"
-"NetWare print server name (Note! it may be different from its\n"
-"TCP/IP hostname!) as well as the print queue name for the printer you\n"
-"wish to access and any applicable user name and password."
+"To print on a NetWare printer, you need to provide the NetWare print server "
+"name (Note! it may be different from its TCP/IP hostname!) as well as the "
+"print queue name for the printer you wish to access and any applicable user "
+"name and password."
msgstr ""
"ݿ ͷ μϷ, ݿ ȣƮ \n"
"(! TCP/IP ȣƮ ̸ ٸ ֽϴ.) \n"
"׼Ϸ ť ̸, ڸ, ȣ \n"
"Էؾ մϴ."
-#: ../../printerdrake.pm_.c:478
+#: ../../printerdrake.pm_.c:803
msgid "Printer Server"
msgstr " "
-#: ../../printerdrake.pm_.c:479
+#: ../../printerdrake.pm_.c:804
msgid "Print Queue Name"
msgstr "Ʈ ť ̸"
-#: ../../printerdrake.pm_.c:484
+#: ../../printerdrake.pm_.c:809
msgid "NCP server name missing!"
msgstr "NCP ̸ ã !"
-#: ../../printerdrake.pm_.c:488
+#: ../../printerdrake.pm_.c:813
msgid "NCP queue name missing!"
msgstr "NCP ť ̸ ã !"
-#: ../../printerdrake.pm_.c:527
-msgid "Socket Printer Options"
+#: ../../printerdrake.pm_.c:852
+#, fuzzy
+msgid "TCP/Socket Printer Options"
msgstr " ɼ"
-#: ../../printerdrake.pm_.c:528
+#: ../../printerdrake.pm_.c:853
+#, fuzzy
msgid ""
-"To print to a socket printer, you need to provide the\n"
-"host name of the printer and optionally the port number.\n"
-"On HP JetDirect servers the port number is usually 9100,\n"
-"on other servers it can vary. See the manual of your\n"
+"To print to a TCP or socket printer, you need to provide the host name of "
+"the printer and optionally the port number. On HP JetDirect servers the port "
+"number is usually 9100, on other servers it can vary. See the manual of your "
"hardware."
msgstr ""
" ͷ μϱ ؼ, ȣƮ \n"
@@ -6390,19 +7203,19 @@ msgstr ""
"Ϲ 9100 Ʈ , ٸ 󿡼 \n"
"ٸ ֽϴ. ϵ ϼ."
-#: ../../printerdrake.pm_.c:533
+#: ../../printerdrake.pm_.c:854
msgid "Printer host name"
msgstr " ȣƮ"
-#: ../../printerdrake.pm_.c:537
+#: ../../printerdrake.pm_.c:858
msgid "Printer host name missing!"
msgstr " ȣƮ ã !"
-#: ../../printerdrake.pm_.c:566 ../../printerdrake.pm_.c:568
+#: ../../printerdrake.pm_.c:887 ../../printerdrake.pm_.c:889
msgid "Printer Device URI"
msgstr " ġ URI"
-#: ../../printerdrake.pm_.c:567
+#: ../../printerdrake.pm_.c:888
msgid ""
"You can specify directly the URI to access the printer. The URI must fulfill "
"either the CUPS or the Foomatic specifications. Note that not all URI types "
@@ -6411,117 +7224,160 @@ msgstr ""
" ׼ ּҸ ֽϴ. ּҴ CUPS Ǵ Foomatic "
" ؼؾ մϴ. ׷ ּҴ Ǯ ʽϴ."
-#: ../../printerdrake.pm_.c:582
+#: ../../printerdrake.pm_.c:903
msgid "A valid URI must be entered!"
msgstr "ȿ ּҸ Էϼ!"
-#: ../../printerdrake.pm_.c:682
+#: ../../printerdrake.pm_.c:1004
+#, fuzzy
msgid ""
-"Every printer needs a name (for example lp).\n"
-"The Description and Location fields do not need \n"
-"to be filled in. They are comments for the users."
+"Every printer needs a name (for example \"printer\"). The Description and "
+"Location fields do not need to be filled in. They are comments for the users."
msgstr ""
" ʹ ̸ ־ մϴ.(, lp)\n"
" ġ κ Է ʿ ϴ.\n"
"װ͵ ڵ ο Դϴ."
-#: ../../printerdrake.pm_.c:685
+#: ../../printerdrake.pm_.c:1005
msgid "Name of printer"
msgstr " ̸"
-#: ../../printerdrake.pm_.c:686
+#: ../../printerdrake.pm_.c:1006
msgid "Description"
msgstr ""
-#: ../../printerdrake.pm_.c:687
+#: ../../printerdrake.pm_.c:1007
msgid "Location"
msgstr "ġ"
-#: ../../printerdrake.pm_.c:701
+#: ../../printerdrake.pm_.c:1021
msgid "Preparing printer database ..."
msgstr " ͺ̽ غ ..."
-#: ../../printerdrake.pm_.c:793
+#: ../../printerdrake.pm_.c:1112
+#, fuzzy
+msgid "Your printer model"
+msgstr " ͸"
+
+#: ../../printerdrake.pm_.c:1113
+#, c-format
+msgid ""
+"Printerdrake has compared the model name resulting from the printer auto-"
+"detection with the models listed in its printer database to find the best "
+"match. This choice can be wrong, especially when your printer is not listed "
+"at all in the database. So check whether the choice is correct and click "
+"\"The model is correct\" if so and if not, click \"Select model manually\" "
+"so that you can choose your printer model manually on the next screen.\n"
+"\n"
+"For your printer Printerdrake has found:\n"
+"\n"
+"%s"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1118 ../../printerdrake.pm_.c:1121
+#, fuzzy
+msgid "The model is correct"
+msgstr "̰ ½ϱ?"
+
+#: ../../printerdrake.pm_.c:1119 ../../printerdrake.pm_.c:1120
+#: ../../printerdrake.pm_.c:1123
+#, fuzzy
+msgid "Select model manually"
+msgstr " ͸"
+
+#: ../../printerdrake.pm_.c:1139
msgid "Printer model selection"
msgstr " "
-#: ../../printerdrake.pm_.c:794
+#: ../../printerdrake.pm_.c:1140
msgid "Which printer model do you have?"
msgstr " ͸ ֽϱ?"
-#: ../../printerdrake.pm_.c:866
+#: ../../printerdrake.pm_.c:1141
+msgid ""
+"\n"
+"\n"
+"Please check whether Printerdrake did the auto-detection of your printer "
+"model correctly. Search the correct model in the list when the cursor is "
+"standing on a wrong model or on \"Raw printer\"."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1144
+msgid ""
+"If your printer is not listed, choose a compatible (see printer manual) or a "
+"similar one."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1220
msgid "OKI winprinter configuration"
msgstr "OKI "
-#: ../../printerdrake.pm_.c:867
+#: ../../printerdrake.pm_.c:1221
msgid ""
"You are configuring an OKI laser winprinter. These printers\n"
-"use a very special communication protocol and therefore they\n"
-"work only when connected to the first parallel port. When\n"
-"your printer is connected to another port or to a print\n"
-"server box please connect the printer to the first parallel\n"
-"port before you print a test page. Otherwise the printer\n"
-"will not work. Your connection type setting will be ignored\n"
-"by the driver."
+"use a very special communication protocol and therefore they work only when "
+"connected to the first parallel port. When your printer is connected to "
+"another port or to a print server box please connect the printer to the "
+"first parallel port before you print a test page. Otherwise the printer will "
+"not work. Your connection type setting will be ignored by the driver."
msgstr ""
-#: ../../printerdrake.pm_.c:916 ../../printerdrake.pm_.c:946
+#: ../../printerdrake.pm_.c:1264 ../../printerdrake.pm_.c:1291
msgid "Lexmark inkjet configuration"
msgstr "ũ ũ "
-#: ../../printerdrake.pm_.c:917
+#: ../../printerdrake.pm_.c:1265
msgid ""
-"The inkjet printer drivers provided by Lexmark only support\n"
-"local printers, no printers on remote machines or print server\n"
-"boxes. Please connect your printer to a local port or\n"
-"configure it on the machine where it is connected to."
+"The inkjet printer drivers provided by Lexmark only support local printers, "
+"no printers on remote machines or print server boxes. Please connect your "
+"printer to a local port or configure it on the machine where it is connected "
+"to."
msgstr ""
-#: ../../printerdrake.pm_.c:947
+#: ../../printerdrake.pm_.c:1292
msgid ""
-"To be able to print with your Lexmark inkjet and this\n"
-"configuration, you need the inkjet printer drivers\n"
-"provided by Lexmark (http://www.lexmark.com/). Go to\n"
-"the US site and click on the \"Drivers\" button. Then\n"
-"choose your model and afterwards \"Linux\" as\n"
-"operating system. The drivers come as RPM packages\n"
-"or shell scripts with interactive graphical installation.\n"
-"You do not need to do this configuration by the\n"
-"graphical frontends. Cancel directly after the license\n"
-"agreement. Then print printhead alignment pages with\n"
-"\"lexmarkmaintain\" and adjust the head alignment\n"
-"settings with this program."
+"To be able to print with your Lexmark inkjet and this configuration, you "
+"need the inkjet printer drivers provided by Lexmark (http://www.lexmark."
+"com/). Go to the US site and click on the \"Drivers\" button. Then choose "
+"your model and afterwards \"Linux\" as operating system. The drivers come as "
+"RPM packages or shell scripts with interactive graphical installation. You "
+"do not need to do this configuration by the graphical frontends. Cancel "
+"directly after the license agreement. Then print printhead alignment pages "
+"with \"lexmarkmaintain\" and adjust the head alignment settings with this "
+"program."
msgstr ""
-#: ../../printerdrake.pm_.c:1079
+#: ../../printerdrake.pm_.c:1508
+#, fuzzy
msgid ""
"Printer default settings\n"
-"You should make sure that the page size and the\n"
-"ink type (if available) are set correctly. Note\n"
-"that with a very high printout quality printing\n"
-"can get substantially slower."
+"\n"
+"You should make sure that the page size and the ink type/printing mode (if "
+"available) and also the hardware configuration of laser printers (memory, "
+"duplex unit, extra trays) are set correctly. Note that with a very high "
+"printout quality/resolution printing can get substantially slower."
msgstr ""
" ⺻ \n"
" ũ ( ȿϴٸ) ũ ùٸ\n"
" Ȯϼ. ǰ μ⹰ ؼ μ ӵ\n"
" ŭ ٴ ˰ 輼."
-#: ../../printerdrake.pm_.c:1090
+#: ../../printerdrake.pm_.c:1517
#, c-format
msgid "Option %s must be an integer number!"
msgstr "%s ɼ ȣ̾ մϴ!"
-#: ../../printerdrake.pm_.c:1094
+#: ../../printerdrake.pm_.c:1521
#, c-format
msgid "Option %s must be a number!"
msgstr "%s ɼ ̾ մϴ!"
-#: ../../printerdrake.pm_.c:1099
+#: ../../printerdrake.pm_.c:1526
#, c-format
msgid "Option %s out of range!"
msgstr "%s ɼ ʰ!"
-#: ../../printerdrake.pm_.c:1136
+#: ../../printerdrake.pm_.c:1565
#, c-format
msgid ""
"Do you want to set this printer (\"%s\")\n"
@@ -6530,16 +7386,17 @@ msgstr ""
" (%s)\n"
"⺻ ͷ Ͻðڽϱ?"
-#: ../../printerdrake.pm_.c:1152
+#: ../../printerdrake.pm_.c:1582
msgid "Test pages"
msgstr " "
-#: ../../printerdrake.pm_.c:1153
+#: ../../printerdrake.pm_.c:1583
+#, fuzzy
msgid ""
"Please select the test pages you want to print.\n"
-"Note: the photo test page can take a rather long time to get printed\n"
-"and on laser printers with too low memory it can even not come out.\n"
-"In most cases it is enough to print the standard test page."
+"Note: the photo test page can take a rather long time to get printed and on "
+"laser printers with too low memory it can even not come out. In most cases "
+"it is enough to print the standard test page."
msgstr ""
"μ ϼ.\n"
": μϱ ؼ ټ ð ɸ ֽϴ.\n"
@@ -6547,35 +7404,40 @@ msgstr ""
" ֽϴ.\n"
"ǥ 밳 μ˴ϴ."
-#: ../../printerdrake.pm_.c:1158
+#: ../../printerdrake.pm_.c:1587
msgid "No test pages"
msgstr " "
-#: ../../printerdrake.pm_.c:1159
+#: ../../printerdrake.pm_.c:1588
msgid "Print"
msgstr "μ"
-#: ../../printerdrake.pm_.c:1161
+#: ../../printerdrake.pm_.c:1590
msgid "Standard test page"
msgstr "ǥ "
-#: ../../printerdrake.pm_.c:1164
+#: ../../printerdrake.pm_.c:1593
msgid "Alternative test page (Letter)"
msgstr "ٸ (Letter)"
-#: ../../printerdrake.pm_.c:1167
+#: ../../printerdrake.pm_.c:1596
msgid "Alternative test page (A4)"
msgstr " Ȱȭ (A4)"
-#: ../../printerdrake.pm_.c:1169
+#: ../../printerdrake.pm_.c:1598
msgid "Photo test page"
msgstr " "
-#: ../../printerdrake.pm_.c:1175 ../../printerdrake.pm_.c:1297
+#: ../../printerdrake.pm_.c:1602
+#, fuzzy
+msgid "Do not print any test page"
+msgstr " μ"
+
+#: ../../printerdrake.pm_.c:1610 ../../printerdrake.pm_.c:1747
msgid "Printing test page(s)..."
msgstr " μ ..."
-#: ../../printerdrake.pm_.c:1200
+#: ../../printerdrake.pm_.c:1635
#, c-format
msgid ""
"Test page(s) have been sent to the printer.\n"
@@ -6590,7 +7452,7 @@ msgstr ""
"%s\n"
"\n"
-#: ../../printerdrake.pm_.c:1204
+#: ../../printerdrake.pm_.c:1639
msgid ""
"Test page(s) have been sent to the printer.\n"
"It may take some time before the printer starts.\n"
@@ -6598,32 +7460,32 @@ msgstr ""
" μ ͷ ½ϴ.\n"
"μDZ ణ ð ɸ ֽϴ.\n"
-#: ../../printerdrake.pm_.c:1211
+#: ../../printerdrake.pm_.c:1646
msgid "Did it work properly?"
msgstr "ùٸ ۵߽ϱ?"
-#: ../../printerdrake.pm_.c:1229 ../../printerdrake.pm_.c:2025
+#: ../../printerdrake.pm_.c:1667 ../../printerdrake.pm_.c:2732
msgid "Raw printer"
msgstr "(RAW) "
-#: ../../printerdrake.pm_.c:1237
+#: ../../printerdrake.pm_.c:1685
#, c-format
msgid ""
"To print a file from the command line (terminal window) you can either use "
"the command \"%s <file>\" or a graphical printing tool: \"xpp <file>\" or "
-"\"qtcups <file>\". The graphical tools allow you to choose the printer and "
+"\"kprinter <file>\". The graphical tools allow you to choose the printer and "
"to modify the option settings easily.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:1239
+#: ../../printerdrake.pm_.c:1687
msgid ""
"These commands you can also use in the \"Printing command\" field of the "
"printing dialogs of many applications, but here do not supply the file name "
"because the file to print is provided by the application.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:1242 ../../printerdrake.pm_.c:1254
-#: ../../printerdrake.pm_.c:1266
+#: ../../printerdrake.pm_.c:1690 ../../printerdrake.pm_.c:1706
+#: ../../printerdrake.pm_.c:1716
#, c-format
msgid ""
"\n"
@@ -6632,14 +7494,24 @@ msgid ""
"line, e. g. \"%s <file>\". "
msgstr ""
-#: ../../printerdrake.pm_.c:1244 ../../printerdrake.pm_.c:1284
+#: ../../printerdrake.pm_.c:1693 ../../printerdrake.pm_.c:1732
+#, fuzzy, c-format
msgid ""
-"To get a list of the options available for the current printer read either "
-"the list shown below or click on the \"Print option list\" button.\n"
+"To know about the options available for the current printer read either the "
+"list shown below or click on the \"Print option list\" button.%s\n"
+"\n"
+msgstr ""
+" Ϳ ִ ɼ , μ ɼ ϡ "
+".\n"
+"\n"
+
+#: ../../printerdrake.pm_.c:1696
+msgid ""
+"Here is a list of the available printing options for the current printer:\n"
"\n"
msgstr ""
-#: ../../printerdrake.pm_.c:1249 ../../printerdrake.pm_.c:1261
+#: ../../printerdrake.pm_.c:1701 ../../printerdrake.pm_.c:1711
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
@@ -6648,25 +7520,25 @@ msgstr ""
"(͹̳ ) μϷ, %s <> ϼ"
".\n"
-#: ../../printerdrake.pm_.c:1251 ../../printerdrake.pm_.c:1263
-#: ../../printerdrake.pm_.c:1275
+#: ../../printerdrake.pm_.c:1703 ../../printerdrake.pm_.c:1713
+#: ../../printerdrake.pm_.c:1723
msgid ""
"This command you can also use in the \"Printing command\" field of the "
"printing dialogs of many applications. But here do not supply the file name "
"because the file to print is provided by the application.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:1256 ../../printerdrake.pm_.c:1268
+#: ../../printerdrake.pm_.c:1708 ../../printerdrake.pm_.c:1718
+#, fuzzy
msgid ""
"To get a list of the options available for the current printer click on the "
-"\"Print option list\" button.\n"
-"\n"
+"\"Print option list\" button."
msgstr ""
" Ϳ ִ ɼ , μ ɼ ϡ "
".\n"
"\n"
-#: ../../printerdrake.pm_.c:1273
+#: ../../printerdrake.pm_.c:1721
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
@@ -6675,7 +7547,7 @@ msgstr ""
"(͹̳ ) μϷ, %s <> Ǵ %s <>"
" ϼ.\n"
-#: ../../printerdrake.pm_.c:1277
+#: ../../printerdrake.pm_.c:1725
msgid ""
"You can also use the graphical interface \"xpdq\" for setting options and "
"handling printing jobs.\n"
@@ -6685,7 +7557,7 @@ msgid ""
"jams.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:1281
+#: ../../printerdrake.pm_.c:1729
#, c-format
msgid ""
"\n"
@@ -6697,35 +7569,73 @@ msgstr ""
"%s͡%s Ư μ ۾ ɼ ְ "
"ϴ. ࿡ ϴ ߰ϼ, : %s <>.\n"
-#: ../../printerdrake.pm_.c:1292
+#: ../../printerdrake.pm_.c:1738 ../../printerdrake.pm_.c:1744
+#: ../../printerdrake.pm_.c:1745 ../../printerdrake.pm_.c:1746
+#: ../../printerdrake.pm_.c:2716 ../../standalone/drakbackup_.c:754
+#: ../../standalone/drakbackup_.c:2458 ../../standalone/drakfont_.c:577
+#: ../../standalone/drakfont_.c:791
+msgid "Close"
+msgstr "ݱ"
+
+#: ../../printerdrake.pm_.c:1741 ../../printerdrake.pm_.c:1753
+#, fuzzy, c-format
+msgid "Printing/Scanning on \"%s\""
+msgstr "͡%s󿡼 μ "
+
+#: ../../printerdrake.pm_.c:1742 ../../printerdrake.pm_.c:1754
#, c-format
msgid "Printing on the printer \"%s\""
msgstr "͡%s󿡼 μ "
-#: ../../printerdrake.pm_.c:1294
+#: ../../printerdrake.pm_.c:1744
msgid "Print option list"
msgstr " ɼ "
-#: ../../printerdrake.pm_.c:1318 ../../printerdrake.pm_.c:1741
-#: ../../standalone/printerdrake_.c:48
+#: ../../printerdrake.pm_.c:1766
+#, c-format
+msgid ""
+"Your HP multi-function device was configured automatically to be able to "
+"scan. Now you can scan with \"scanimage\" (\"scanimage -d hp:%s\" to specify "
+"the scanner when you have more than one) from the command line or with the "
+"graphical interfaces \"xscanimage\" or \"xsane\". If you are using the GIMP, "
+"you can also scan by choosing the appropriate point in the \"File\"/\"Acquire"
+"\" menu. Call also \"man scanimage\" and \"man sane-hp\" on the command line "
+"to get more information.\n"
+"\n"
+"Do not use \"scannerdrake\" for this device!"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1772
+#, c-format
+msgid ""
+"Your HP multi-function device was configured automatically to be able to "
+"scan. Now you can scan from the command line with \"ptal-hp %s scan ...\". "
+"Scanning via a graphical interface or from the GIMP is not supported yet for "
+"your device. More information you will find in the \"/usr/share/doc/hpoj-0.8/"
+"ptal-hp-scan.html\" file on your system. If you have an HP LaserJet 1100 or "
+"1200 you can only scan when you have the scanner option installed.\n"
+"\n"
+"Do not use \"scannerdrake\" for this device!"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1794 ../../printerdrake.pm_.c:2221
+#: ../../printerdrake.pm_.c:2485 ../../standalone/printerdrake_.c:49
msgid "Reading printer data ..."
msgstr " д ..."
-#: ../../printerdrake.pm_.c:1338 ../../printerdrake.pm_.c:1376
-#: ../../printerdrake.pm_.c:1411
+#: ../../printerdrake.pm_.c:1814 ../../printerdrake.pm_.c:1842
+#: ../../printerdrake.pm_.c:1877
msgid "Transfer printer configuration"
msgstr " "
-#: ../../printerdrake.pm_.c:1339
-#, c-format
+#: ../../printerdrake.pm_.c:1815
+#, fuzzy, c-format
msgid ""
-"You can copy the printer configuration which you have done \n"
-"for the spooler %s to %s, your current spooler. All the\n"
-"configuration data (printer name, description, location, \n"
-"connection type, and default option settings) is overtaken,\n"
-"but jobs will not be transferred.\n"
-"Not all queues can be transferred due to the following \n"
-"reasons:\n"
+"You can copy the printer configuration which you have done for the spooler %"
+"s to %s, your current spooler. All the configuration data (printer name, "
+"description, location, connection type, and default option settings) is "
+"overtaken, but jobs will not be transferred.\n"
+"Not all queues can be transferred due to the following reasons:\n"
msgstr ""
"Ǯ %s Ǯ %s\n"
" ֽϴ. (͸, , ġ,\n"
@@ -6733,46 +7643,49 @@ msgstr ""
"׷ ۾ ۵ ʽϴ.\n"
" Ͽ ť ۵ ϴ:\n"
-#: ../../printerdrake.pm_.c:1347
+#: ../../printerdrake.pm_.c:1818
+#, fuzzy
msgid ""
-"CUPS does not support printers on Novell servers or printers\n"
-"sending the data into a free-formed command.\n"
+"CUPS does not support printers on Novell servers or printers sending the "
+"data into a free-formed command.\n"
msgstr ""
"CUPS 뺧 ͳ ɾ ͸ \n"
"ʹ ʽϴ.\n"
-#: ../../printerdrake.pm_.c:1350
+#: ../../printerdrake.pm_.c:1820
+#, fuzzy
msgid ""
-"PDQ only supports local printers, remote LPD printers, and\n"
-"Socket/TCP printers.\n"
+"PDQ only supports local printers, remote LPD printers, and Socket/TCP "
+"printers.\n"
msgstr ""
"LPQ , LPD ׸ /TCP\n"
"͸ մϴ.\n"
-#: ../../printerdrake.pm_.c:1353
+#: ../../printerdrake.pm_.c:1822
msgid "LPD and LPRng do not support IPP printers.\n"
msgstr "LPD LPRng IPP ͸ ʽϴ.\n"
-#: ../../printerdrake.pm_.c:1355
+#: ../../printerdrake.pm_.c:1824
+#, fuzzy
msgid ""
-"In addition, queues not created with this program or\n"
-"\"foomatic-configure\" cannot be transferred."
+"In addition, queues not created with this program or \"foomatic-configure\" "
+"cannot be transferred."
msgstr ""
"׸ , α׷̳ Foomatic \n"
" ť ۵ ϴ."
-#: ../../printerdrake.pm_.c:1357
+#: ../../printerdrake.pm_.c:1825
+#, fuzzy
msgid ""
"\n"
-"Also printers configured with the PPD files provided by\n"
-"their manufacturers or with native CUPS drivers can not be\n"
-"transferred."
+"Also printers configured with the PPD files provided by their manufacturers "
+"or with native CUPS drivers cannot be transferred."
msgstr ""
"\n"
" ü PPD ̳ CUPS ̹\n"
" ͵ ۵ ϴ."
-#: ../../printerdrake.pm_.c:1360
+#: ../../printerdrake.pm_.c:1826
msgid ""
"\n"
"Mark the printers which you want to transfer and click \n"
@@ -6781,15 +7694,15 @@ msgstr ""
"\n"
"Ϸ ͵ Ŀ ۡ ."
-#: ../../printerdrake.pm_.c:1363
+#: ../../printerdrake.pm_.c:1829
msgid "Do not transfer printers"
msgstr " "
-#: ../../printerdrake.pm_.c:1364 ../../printerdrake.pm_.c:1381
+#: ../../printerdrake.pm_.c:1830 ../../printerdrake.pm_.c:1847
msgid "Transfer"
msgstr ""
-#: ../../printerdrake.pm_.c:1377
+#: ../../printerdrake.pm_.c:1843
#, c-format
msgid ""
"A printer named \"%s\" already exists under %s. \n"
@@ -6800,11 +7713,11 @@ msgstr ""
" ۡ .\n"
" ̸ Էϰų ͸ ĥ ֽϴ."
-#: ../../printerdrake.pm_.c:1385
+#: ../../printerdrake.pm_.c:1851
msgid "Name of printer should contain only letters, numbers and the underscore"
msgstr " ̸ , ׸ (Underscore) ־ մϴ."
-#: ../../printerdrake.pm_.c:1390
+#: ../../printerdrake.pm_.c:1856
#, c-format
msgid ""
"The printer \"%s\" already exists,\n"
@@ -6813,55 +7726,54 @@ msgstr ""
" %s ̹ մϴ.\n"
" ?"
-#: ../../printerdrake.pm_.c:1398
+#: ../../printerdrake.pm_.c:1864
msgid "New printer name"
msgstr " ̸"
-#: ../../printerdrake.pm_.c:1401
+#: ../../printerdrake.pm_.c:1867
#, c-format
msgid "Transferring %s ..."
msgstr "%s ..."
-#: ../../printerdrake.pm_.c:1412
-#, c-format
+#: ../../printerdrake.pm_.c:1878
+#, fuzzy, c-format
msgid ""
-"You have transferred your former default printer (\"%s\"),\n"
-"Should it be also the default printer under the\n"
-"new printing system %s?"
+"You have transferred your former default printer (\"%s\"), Should it be also "
+"the default printer under the new printing system %s?"
msgstr ""
" ⺻ (%s) Ͽϴ.\n"
" ý %sϿ װ ⺻ Ͱ\n"
"ǵ Ͻðڽϱ?"
-#: ../../printerdrake.pm_.c:1423
+#: ../../printerdrake.pm_.c:1887
msgid "Refreshing printer data ..."
msgstr " ..."
-#: ../../printerdrake.pm_.c:1431 ../../printerdrake.pm_.c:1494
-#: ../../printerdrake.pm_.c:1515
+#: ../../printerdrake.pm_.c:1895 ../../printerdrake.pm_.c:1966
+#: ../../printerdrake.pm_.c:1978
msgid "Configuration of a remote printer"
msgstr " "
-#: ../../printerdrake.pm_.c:1432
+#: ../../printerdrake.pm_.c:1896
msgid "Starting network ..."
msgstr "Ʈ ..."
-#: ../../printerdrake.pm_.c:1454 ../../printerdrake.pm_.c:1462
-#: ../../printerdrake.pm_.c:1464
+#: ../../printerdrake.pm_.c:1930 ../../printerdrake.pm_.c:1934
+#: ../../printerdrake.pm_.c:1936
msgid "Configure the network now"
msgstr " Ʈ "
-#: ../../printerdrake.pm_.c:1455
+#: ../../printerdrake.pm_.c:1931
msgid "Network functionality not configured"
msgstr "Ʈ ʾҽϴ."
-#: ../../printerdrake.pm_.c:1456
+#: ../../printerdrake.pm_.c:1932
+#, fuzzy
msgid ""
-"You are going to configure a remote printer. This needs working\n"
-"network access, but your network is not configured yet. If you\n"
-"go on without network configuration, you will not be able to use\n"
-"the printer which you are configuring now. How do you want \n"
-"to proceed?"
+"You are going to configure a remote printer. This needs working network "
+"access, but your network is not configured yet. If you go on without network "
+"configuration, you will not be able to use the printer which you are "
+"configuring now. How do you want to proceed?"
msgstr ""
" ͸ Ϸ մϴ. ׷ ؼ Ʈ\n"
"ϰ ־ ϴµ, Ʈ Ǿ ʽϴ.\n"
@@ -6869,19 +7781,19 @@ msgstr ""
" ϴ.\n"
" Ͻðڽϱ?"
-#: ../../printerdrake.pm_.c:1463
+#: ../../printerdrake.pm_.c:1935
msgid "Go on without configuring the network"
msgstr "Ʈ "
-#: ../../printerdrake.pm_.c:1496
+#: ../../printerdrake.pm_.c:1968
+#, fuzzy
msgid ""
-"The network configuration done during the installation \n"
-"cannot be started now. Please check whether the network\n"
-"gets accessable after booting your system and correct the\n"
-"configuration using the Mandrake Control Center, section\n"
-"\"Network & Internet\"/\"Connection\", and afterwards set\n"
-"up the printer, also using the Mandrake Control Center,\n"
-"section \"Hardware\"/\"Printer\""
+"The network configuration done during the installation cannot be started "
+"now. Please check whether the network gets accessable after booting your "
+"system and correct the configuration using the Mandrake Control Center, "
+"section \"Network & Internet\"/\"Connection\", and afterwards set up the "
+"printer, also using the Mandrake Control Center, section \"Hardware\"/"
+"\"Printer\""
msgstr ""
"ġ Ʈ ϴ.\n"
"ý õ , Ʈ ڵ ǵ Ǿ ִ\n"
@@ -6891,52 +7803,74 @@ msgstr ""
" ̿Ͽ, \n"
"ٽ ."
-#: ../../printerdrake.pm_.c:1503
+#: ../../printerdrake.pm_.c:1969
+#, fuzzy
msgid ""
-"The network access was not running and could not be \n"
-"started. Please check your configuration and your \n"
-"hardware. Then try to configure your remote printer\n"
-"again."
+"The network access was not running and could not be started. Please check "
+"your configuration and your hardware. Then try to configure your remote "
+"printer again."
msgstr ""
"Ʈ Ұ, ϴ.\n"
"Ʈ ϵ ּ.\n"
"׸ ٽ õ\n"
"."
-#: ../../printerdrake.pm_.c:1516
+#: ../../printerdrake.pm_.c:1979
msgid "Restarting printing system ..."
msgstr "μ ý ..."
-#: ../../printerdrake.pm_.c:1548
+#: ../../printerdrake.pm_.c:2017
msgid "high"
msgstr ""
-#: ../../printerdrake.pm_.c:1548
+#: ../../printerdrake.pm_.c:2017
msgid "paranoid"
msgstr "ְ"
-#: ../../printerdrake.pm_.c:1549
+#: ../../printerdrake.pm_.c:2018
#, c-format
msgid "Installing a printing system in the %s security level"
msgstr " %s μ ý ġ "
-#: ../../printerdrake.pm_.c:1550
-#, c-format
-msgid ""
-"You are about to install the printing system %s on\n"
-"a system running in the %s security level.\n"
-"\n"
-"This printing system runs a daemon (background process)\n"
-"which waits for print jobs and handles them. This daemon\n"
-"is also accessable by remote machines through the network\n"
-"and so it is a possible point for attacks. Therefore only\n"
-"a few selected daemons are started by default in this\n"
+# #msgid ""
+# #"You are about to install the printing system %s on a system running in the %"
+# #"s security level.\n"
+# #"\n"
+# #"This printing system runs a daemon (background process) which waits for "
+# #"print jobs and handles them. This daemon is also accessable by remote "
+# #"machines through the network and so it is a possible point for attacks. "
+# #"Therefore only a few selected daemons are started by default in this "
+# #"security level.\n"
+# #"\n"
+# #"Do you really want to configure printing on this machine?"
+# #msgstr ""
+# #" ȼ %2%s Ǵ ýۿ\n"
+# #"μ ý %1$s ġϷ մϴ.\n"
+# #"\n"
+# #"μ ý μ۾ ٷȴٰ óϴ\n"
+# #"(׶ μ) ŵϴ.\n"
+# #" ýۿ Ʈ \n"
+# #"ֱ , ũĿ ɰ DZ⵵ մϴ.\n"
+# #" ؿ Ÿ鸸\n"
+# #"ǵ õǴ ⺻Դϴ.\n"
+# #"\n"
+# #" ǻͻ μ \n"
+# #"Ͻʴϱ? "
+#: ../../printerdrake.pm_.c:2019
+#, fuzzy, c-format
+msgid ""
+"You are about to install the printing system %s on a system running in the %"
+"s security level.\n"
+"\n"
+"This printing system runs a daemon (background process) which waits for "
+"print jobs and handles them. This daemon is also accessable by remote "
+"machines through the network and so it is a possible point for attacks. "
+"Therefore only a few selected daemons are started by default in this "
"security level.\n"
"\n"
-"Do you really want to configure printing on this\n"
-"machine?"
+"Do you really want to configure printing on this machine?"
msgstr ""
-" ȼ %2$s Ǵ ýۿ\n"
+" ȼ %2%s Ǵ ýۿ\n"
"μ ý %1$s ġϷ մϴ.\n"
"\n"
"μ ý μ۾ ٷȴٰ óϴ\n"
@@ -6949,22 +7883,22 @@ msgstr ""
" ǻͻ μ \n"
"Ͻʴϱ? "
-#: ../../printerdrake.pm_.c:1584
+#: ../../printerdrake.pm_.c:2051
msgid "Starting the printing system at boot time"
msgstr "ý μ ý ڵ"
-#: ../../printerdrake.pm_.c:1585
-#, c-format
+#: ../../printerdrake.pm_.c:2052
+#, fuzzy, c-format
msgid ""
-"The printing system (%s) will not be started automatically\n"
-"when the machine is booted.\n"
+"The printing system (%s) will not be started automatically when the machine "
+"is booted.\n"
"\n"
-"It is possible that the automatic starting was turned off \n"
-"by changing to a higher security level, because the printing\n"
-"system is a potential point for attacks.\n"
+"It is possible that the automatic starting was turned off by changing to a "
+"higher security level, because the printing system is a potential point for "
+"attacks.\n"
"\n"
-"Do you want to have the automatic starting of the printing\n"
-"system turned on again?"
+"Do you want to have the automatic starting of the printing system turned on "
+"again?"
msgstr ""
"μ ý(%s) ǻͰ ڵ \n"
" Դϴ.\n"
@@ -6976,153 +7910,216 @@ msgstr ""
"ٽ μ ý ڵ Ȱȭǵ\n"
"Ͻðڽϱ?"
-#: ../../printerdrake.pm_.c:1612 ../../printerdrake.pm_.c:1644
-#: ../../printerdrake.pm_.c:1671 ../../printerdrake.pm_.c:1701
-#: ../../printerdrake.pm_.c:1778
+#: ../../printerdrake.pm_.c:2075 ../../printerdrake.pm_.c:2113
+#: ../../printerdrake.pm_.c:2143 ../../printerdrake.pm_.c:2176
+#: ../../printerdrake.pm_.c:2281
msgid "Checking installed software..."
msgstr "ġ Ʈ Ȯ ..."
-#: ../../printerdrake.pm_.c:1648
+#: ../../printerdrake.pm_.c:2117
msgid "Removing LPRng..."
msgstr "LPRng ..."
-#: ../../printerdrake.pm_.c:1675
+#: ../../printerdrake.pm_.c:2147
msgid "Removing LPD..."
msgstr "LPD ..."
-#: ../../printerdrake.pm_.c:1727
+#: ../../printerdrake.pm_.c:2205
msgid "Select Printer Spooler"
msgstr " Ǯ ϼ."
-#: ../../printerdrake.pm_.c:1728
+#: ../../printerdrake.pm_.c:2206
msgid "Which printing system (spooler) do you want to use?"
msgstr " μ ý(Ǯ) Ͻðڽϱ?"
-#: ../../printerdrake.pm_.c:1759
+#: ../../printerdrake.pm_.c:2239
#, c-format
msgid "Configuring printer \"%s\" ..."
msgstr " %s ..."
-#: ../../printerdrake.pm_.c:1806 ../../printerdrake.pm_.c:1838
-#: ../../printerdrake.pm_.c:2026 ../../printerdrake.pm_.c:2088
+#: ../../printerdrake.pm_.c:2252
+#, fuzzy
+msgid "Installing Foomatic ..."
+msgstr "Ű ġ ..."
+
+#: ../../printerdrake.pm_.c:2309 ../../printerdrake.pm_.c:2348
+#: ../../printerdrake.pm_.c:2733 ../../printerdrake.pm_.c:2803
msgid "Printer options"
msgstr " ɼ"
-#: ../../printerdrake.pm_.c:1815
+#: ../../printerdrake.pm_.c:2318
msgid "Preparing PrinterDrake ..."
msgstr "͵巹ũ غ ..."
-#: ../../printerdrake.pm_.c:1845
+#: ../../printerdrake.pm_.c:2335 ../../printerdrake.pm_.c:2890
+#, fuzzy
+msgid "Configuring applications..."
+msgstr " %s ..."
+
+#: ../../printerdrake.pm_.c:2355
msgid "Would you like to configure printing?"
msgstr "μ Ͻðڽϱ?"
-#: ../../printerdrake.pm_.c:1857
+#: ../../printerdrake.pm_.c:2367
msgid "Printing system: "
msgstr "μ ý:"
-#: ../../printerdrake.pm_.c:1879
+#: ../../printerdrake.pm_.c:2415
+#, fuzzy
+msgid "Printerdrake"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:2419
+#, fuzzy
msgid ""
-"The following printers are configured.\n"
-"Click on one of them to modify it or\n"
-"to get information about it or on \n"
-"\"Add Printer\" to add a new printer."
+"The following printers are configured. Double-click on a printer to change "
+"its settings; to make it the default printer; to view information about it; "
+"or to make a printer on a remote CUPS server available for Star Office/"
+"OpenOffice.org."
msgstr ""
" ͵ Ǿϴ.\n"
"ϰ Ͱų,\n"
" ʹٸ ͸ Ŭϼ.\n"
" ͸ ߰ϰ ʹٸ ߰ ."
-#: ../../printerdrake.pm_.c:1885 ../../standalone/draknet_.c:301
-msgid "Normal Mode"
-msgstr "Ϲ "
-
-#: ../../printerdrake.pm_.c:1891 ../../printerdrake.pm_.c:2010
-msgid " (Default)"
-msgstr " (⺻)"
+#: ../../printerdrake.pm_.c:2420
+#, fuzzy
+msgid ""
+"The following printers are configured. Double-click on a printer to change "
+"its settings; to make it the default printer; or to view information about "
+"it."
+msgstr ""
+" ͵ Ǿϴ.\n"
+"ϰ Ͱų,\n"
+" ʹٸ ͸ Ŭϼ.\n"
+" ͸ ߰ϰ ʹٸ ߰ ."
-#: ../../printerdrake.pm_.c:1895 ../../printerdrake.pm_.c:1935
-msgid "Printer(s) on remote CUPS server(s)"
-msgstr " CUPS "
+#: ../../printerdrake.pm_.c:2446
+msgid "Refresh printer list (to display all available remote CUPS printers)"
+msgstr ""
-#: ../../printerdrake.pm_.c:1896 ../../printerdrake.pm_.c:1936
-msgid "Printer(s) on remote server(s)"
-msgstr " "
+#: ../../printerdrake.pm_.c:2464
+#, fuzzy
+msgid "Change the printing system"
+msgstr "Ʈ "
-#: ../../printerdrake.pm_.c:1898 ../../printerdrake.pm_.c:1919
-#: ../../printerdrake.pm_.c:1922 ../../printerdrake.pm_.c:1971
-msgid "Add printer"
-msgstr " ߰"
+#: ../../printerdrake.pm_.c:2469 ../../standalone/draknet_.c:278
+msgid "Normal Mode"
+msgstr "Ϲ "
-#: ../../printerdrake.pm_.c:1977 ../../printerdrake.pm_.c:1993
-#: ../../printerdrake.pm_.c:2128
+#: ../../printerdrake.pm_.c:2625 ../../printerdrake.pm_.c:2675
+#: ../../printerdrake.pm_.c:2884
msgid "Do you want to configure another printer?"
msgstr "Ǵٸ ͸ Ͻðڽϱ?"
-#: ../../printerdrake.pm_.c:2003
+#: ../../printerdrake.pm_.c:2711
msgid "Modify printer configuration"
msgstr "ͳ "
-#: ../../printerdrake.pm_.c:2004
-#, c-format
+#: ../../printerdrake.pm_.c:2713
+#, fuzzy, c-format
msgid ""
-"Printer %s: %s %s\n"
+"Printer %s\n"
"What do you want to modify on this printer?"
msgstr ""
" %s: %s: %s\n"
" Ϳ ؼ Ͻðڽϱ?"
-#: ../../printerdrake.pm_.c:2012
+#: ../../printerdrake.pm_.c:2717
msgid "Do it!"
msgstr ""
-#: ../../printerdrake.pm_.c:2015 ../../printerdrake.pm_.c:2062
+#: ../../printerdrake.pm_.c:2722 ../../printerdrake.pm_.c:2777
msgid "Printer connection type"
msgstr "ͳ "
-#: ../../printerdrake.pm_.c:2016 ../../printerdrake.pm_.c:2066
+#: ../../printerdrake.pm_.c:2723 ../../printerdrake.pm_.c:2781
msgid "Printer name, description, location"
msgstr " ̸, , ġ"
-#: ../../printerdrake.pm_.c:2018 ../../printerdrake.pm_.c:2081
+#: ../../printerdrake.pm_.c:2725 ../../printerdrake.pm_.c:2796
msgid "Printer manufacturer, model, driver"
msgstr " ü, , ̹"
-#: ../../printerdrake.pm_.c:2019 ../../printerdrake.pm_.c:2082
+#: ../../printerdrake.pm_.c:2726 ../../printerdrake.pm_.c:2797
msgid "Printer manufacturer, model"
msgstr " ü, "
-#: ../../printerdrake.pm_.c:2028 ../../printerdrake.pm_.c:2092
+#: ../../printerdrake.pm_.c:2735 ../../printerdrake.pm_.c:2807
msgid "Set this printer as the default"
msgstr " ͸ ⺻ "
-#: ../../printerdrake.pm_.c:2029 ../../printerdrake.pm_.c:2097
+#: ../../printerdrake.pm_.c:2737 ../../printerdrake.pm_.c:2812
+msgid "Add this printer to Star Office/OpenOffice.org"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:2738 ../../printerdrake.pm_.c:2821
+msgid "Remove this printer from Star Office/OpenOffice.org"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:2739 ../../printerdrake.pm_.c:2830
msgid "Print test pages"
msgstr " μ"
-#: ../../printerdrake.pm_.c:2030 ../../printerdrake.pm_.c:2099
-msgid "Know how to print with this printer"
+#: ../../printerdrake.pm_.c:2740 ../../printerdrake.pm_.c:2832
+#, fuzzy
+msgid "Know how to use this printer"
msgstr " μ ˱"
-#: ../../printerdrake.pm_.c:2031 ../../printerdrake.pm_.c:2101
+#: ../../printerdrake.pm_.c:2742 ../../printerdrake.pm_.c:2834
msgid "Remove printer"
msgstr " "
-#: ../../printerdrake.pm_.c:2071
+#: ../../printerdrake.pm_.c:2786
#, c-format
msgid "Removing old printer \"%s\" ..."
msgstr " %s ..."
-#: ../../printerdrake.pm_.c:2096
+#: ../../printerdrake.pm_.c:2810
+msgid "Default printer"
+msgstr "⺻ "
+
+#: ../../printerdrake.pm_.c:2811
#, c-format
msgid "The printer \"%s\" is set as the default printer now."
msgstr "%sͰ ⺻ ͷ Ǿϴ."
-#: ../../printerdrake.pm_.c:2103
+#: ../../printerdrake.pm_.c:2815 ../../printerdrake.pm_.c:2818
+msgid "Adding printer to Star Office/OpenOffice.org"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:2816
+#, c-format
+msgid ""
+"The printer \"%s\" was successfully added to Star Office/OpenOffice.org."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:2819
+#, c-format
+msgid "Failed to add the printer \"%s\" to Star Office/OpenOffice.org."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:2824 ../../printerdrake.pm_.c:2827
+msgid "Removing printer from Star Office/OpenOffice.org"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:2825
+#, c-format
+msgid ""
+"The printer \"%s\" was successfully removed from Star Office/OpenOffice.org."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:2828
+#, c-format
+msgid "Failed to remove the printer \"%s\" from Star Office/OpenOffice.org."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:2836
#, c-format
msgid "Do you really want to remove the printer \"%s\"?"
msgstr " %s͸ մϱ?"
-#: ../../printerdrake.pm_.c:2105
+#: ../../printerdrake.pm_.c:2838
#, c-format
msgid "Removing printer \"%s\" ..."
msgstr " %s ..."
@@ -7227,15 +8224,15 @@ msgstr "mkraid (raidtool ġǾ ֽϴ.)"
msgid "Not enough partitions for RAID level %d\n"
msgstr "RAID %d Ƽǵ ʽϴ.\n"
-#: ../../services.pm_.c:15
+#: ../../services.pm_.c:14
msgid "Launch the ALSA (Advanced Linux Sound Architecture) sound system"
msgstr "ALSA ( Űó) ý "
-#: ../../services.pm_.c:16
+#: ../../services.pm_.c:15
msgid "Anacron a periodic command scheduler."
msgstr "Anancron ֱ 췯 Դϴ."
-#: ../../services.pm_.c:17
+#: ../../services.pm_.c:16
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."
@@ -7243,7 +8240,7 @@ msgstr ""
"apmd ͸ ¿ syslog ļ α ϴµ ˴ϴ.\n"
" ͸ ̾Ҷ ڵ ý ˴ٿ ִ ɵ մϴ."
-#: ../../services.pm_.c:19
+#: ../../services.pm_.c:18
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."
@@ -7251,7 +8248,7 @@ msgstr ""
" ð ѹ ϳ ŵϴ. at batch ɵ ý\n"
"ε ŵϴ."
-#: ../../services.pm_.c:21
+#: ../../services.pm_.c:20
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 "
@@ -7262,7 +8259,7 @@ msgstr ""
"ǥ UNIX α׷Դϴ. vixie cron ⺻ UNIX Cron Ȱ \n"
" ɼ Ư¡ ߰մϴ."
-#: ../../services.pm_.c:24
+#: ../../services.pm_.c:23
msgid ""
"GPM adds mouse support to text-based Linux applications such the\n"
"Midnight Commander. It also allows mouse-based console cut-and-paste "
@@ -7273,7 +8270,7 @@ msgstr ""
" ܼ ȭ鿡 ߶ ̱ ˾ ޴ \n"
"մϴ."
-#: ../../services.pm_.c:27
+#: ../../services.pm_.c:26
msgid ""
"HardDrake runs a hardware probe, and optionally configures\n"
"new/changed hardware."
@@ -7281,15 +8278,14 @@ msgstr ""
"ϵ巹ũ ϵ ˻ ϸ, ʿϴٸ\n"
"/ ϵ մϴ."
-#: ../../services.pm_.c:29
+#: ../../services.pm_.c:28 ../../standalone/logdrake_.c:412
msgid ""
-"Apache is a World Wide Web server. It is used to serve HTML files\n"
-"and CGI."
+"Apache is a World Wide Web server. It is used to serve HTML files and CGI."
msgstr ""
"ġ(Apache) Դϴ. ̰ HTML̳ CGI 񽺸\n"
"ϴµ ˴ϴ."
-#: ../../services.pm_.c:31
+#: ../../services.pm_.c:29
msgid ""
"The internet superserver daemon (commonly called inetd) starts a\n"
"variety of other internet services as needed. It is responsible for "
@@ -7303,7 +8299,7 @@ msgstr ""
"񽺸 մϴ. ̰ Ǿ , ̰ ϴ\n"
" 񽺵 Ұϰ ˴ϴ."
-#: ../../services.pm_.c:35
+#: ../../services.pm_.c:33
msgid ""
"Launch packet filtering for Linux kernel 2.2 series, to set\n"
"up a firewall to protect your machine from network attacks."
@@ -7311,7 +8307,7 @@ msgstr ""
"2.2 Ŀ ø Ŷ ͸ , Ʈ κ\n"
"ǻ͸ ȣϴ ȭ մϴ."
-#: ../../services.pm_.c:37
+#: ../../services.pm_.c:35
msgid ""
"This package loads the selected keyboard map as set in\n"
"/etc/sysconfig/keyboard. This can be selected using the kbdconfig utility.\n"
@@ -7321,7 +8317,7 @@ msgstr ""
"Ű մϴ. Ű kbdconfig ֽϴ.\n"
"κ ýۿ ʿ Դϴ."
-#: ../../services.pm_.c:40
+#: ../../services.pm_.c:38
msgid ""
"Automatic regeneration of kernel header in /boot for\n"
"/usr/include/linux/{autoconf,version}.h"
@@ -7329,11 +8325,11 @@ msgstr ""
"/usr/include/linux/{autoconf,version}.h \n"
"/boot Ŀ ڵ ."
-#: ../../services.pm_.c:42
+#: ../../services.pm_.c:40
msgid "Automatic detection and configuration of hardware at boot."
msgstr "ýÿ ڵ ϵ ˻ ."
-#: ../../services.pm_.c:43
+#: ../../services.pm_.c:41
msgid ""
"Linuxconf will sometimes arrange to perform various tasks\n"
"at boot-time to maintain the system configuration."
@@ -7341,7 +8337,7 @@ msgstr ""
" (Linuxconf) ý ϱ Ͽ\n"
"ýÿ پ ۾ غմϴ."
-#: ../../services.pm_.c:45
+#: ../../services.pm_.c:43
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)."
@@ -7349,7 +8345,7 @@ msgstr ""
"LPD lpr ùٸ ۵ϱ ʿ μ Դϴ.\n"
"ٺ μ ۾ ͷ ִ Դϴ."
-#: ../../services.pm_.c:47
+#: ../../services.pm_.c:45
msgid ""
"Linux Virtual Server, used to build a high-performance and highly\n"
"available server."
@@ -7357,15 +8353,16 @@ msgstr ""
" , ࿡\n"
"˴ϴ."
-#: ../../services.pm_.c:49
+#: ../../services.pm_.c:47 ../../standalone/logdrake_.c:413
+#, fuzzy
msgid ""
-"named (BIND) is a Domain Name Server (DNS) that is used to resolve\n"
-"host names to IP addresses."
+"named (BIND) is a Domain Name Server (DNS) that is used to resolve host "
+"names to IP addresses."
msgstr ""
"NAMED(BIND) ȣƮ ̸ IP ּҸ ãƳµ Ǵ\n"
" Դϴ."
-#: ../../services.pm_.c:51
+#: ../../services.pm_.c:48
msgid ""
"Mounts and unmounts all Network File System (NFS), SMB (Lan\n"
"Manager/Windows), and NCP (NetWare) mount points."
@@ -7373,7 +8370,7 @@ msgstr ""
"Ʈ ý(NFS), (SMB/ /), ׸\n"
"NCP(ݿ) Ʈϰ 𸶿Ʈմϴ."
-#: ../../services.pm_.c:53
+#: ../../services.pm_.c:50
msgid ""
"Activates/Deactivates all network interfaces configured to start\n"
"at boot time."
@@ -7381,7 +8378,7 @@ msgstr ""
"ýÿ ϵ Ʈ ̽ \n"
"Ȱȭ/Ȱȭ մϴ."
-#: ../../services.pm_.c:55
+#: ../../services.pm_.c:52
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"
@@ -7391,7 +8388,7 @@ msgstr ""
" 񽺴 /etc/export ν NFS ϰ\n"
"մϴ."
-#: ../../services.pm_.c:58
+#: ../../services.pm_.c:55
msgid ""
"NFS is a popular protocol for file sharing across TCP/IP\n"
"networks. This service provides NFS file locking functionality."
@@ -7399,7 +8396,7 @@ msgstr ""
"NFS TCP/IP Ʈ ϴ αִ Դϴ.\n"
" 񽺴 NFS մϴ."
-#: ../../services.pm_.c:60
+#: ../../services.pm_.c:57
msgid ""
"Automatically switch on numlock key locker under console\n"
"and XFree at boot."
@@ -7407,11 +8404,11 @@ msgstr ""
"ýÿ ڵ ְܼ X ȯ濡\n"
"Ű ."
-#: ../../services.pm_.c:62
+#: ../../services.pm_.c:59
msgid "Support the OKI 4w and compatible winprinters."
msgstr "OKI 4w ȣȯ ."
-#: ../../services.pm_.c:63
+#: ../../services.pm_.c:60
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 "
@@ -7422,7 +8419,7 @@ msgstr ""
" ϱ Դϴ. ߰ ۵ ʱ ,\n"
"̷ ġ ǻͿ ġǾ ־ մϴ."
-#: ../../services.pm_.c:66
+#: ../../services.pm_.c:63
msgid ""
"The portmapper manages RPC connections, which are used by\n"
"protocols such as NFS and NIS. The portmap server must be running on "
@@ -7434,15 +8431,16 @@ msgstr ""
"\n"
"ǰ ִ ǻͿ ݵ ǰ ־ մϴ."
-#: ../../services.pm_.c:69
+#: ../../services.pm_.c:66 ../../standalone/logdrake_.c:415
+#, fuzzy
msgid ""
-"Postfix is a Mail Transport Agent, which is the program that\n"
-"moves mail from one machine to another."
+"Postfix is a Mail Transport Agent, which is the program that moves mail from "
+"one machine to another."
msgstr ""
"ƮȽ(Postfix) ǻ鰣 ְ޴ \n"
" ƮԴϴ."
-#: ../../services.pm_.c:71
+#: ../../services.pm_.c:67
msgid ""
"Saves and restores system entropy pool for higher quality random\n"
"number generation."
@@ -7450,7 +8448,7 @@ msgstr ""
"ǰ ý Ʈ Ǯ ϰ \n"
"մϴ."
-#: ../../services.pm_.c:73
+#: ../../services.pm_.c:69
msgid ""
"Assign raw devices to block devices (such as hard drive\n"
"partitions), for the use of applications such as Oracle"
@@ -7458,7 +8456,7 @@ msgstr ""
"Ŭ α׷ ϱ (RAW) ġ\n"
"(ϵũ Ƽ ) ġ Ҵ."
-#: ../../services.pm_.c:75
+#: ../../services.pm_.c:71
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"
@@ -7470,7 +8468,7 @@ msgstr ""
"\n"
" ʿմϴ."
-#: ../../services.pm_.c:78
+#: ../../services.pm_.c:74
msgid ""
"The rstat protocol allows users on a network to retrieve\n"
"performance metrics for any machine on that network."
@@ -7478,7 +8476,7 @@ msgstr ""
"rstat Ʈ ڰ Ʈ ִ \n"
" ǻͿ Ͽ ɷ Ʈ ˾ ְ մϴ."
-#: ../../services.pm_.c:80
+#: ../../services.pm_.c:76
msgid ""
"The rusers protocol allows users on a network to identify who is\n"
"logged in on other responding machines."
@@ -7486,7 +8484,7 @@ msgstr ""
"rusers Ʈ ڵ ٸ ǻͻ α \n"
"ڵ ſ ְ մϴ."
-#: ../../services.pm_.c:82
+#: ../../services.pm_.c:78
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)."
@@ -7494,11 +8492,11 @@ msgstr ""
"rwho (finger ϰ) rwho ǰ\n"
"ִ ǻͿ α ڰ ְ մϴ."
-#: ../../services.pm_.c:84
+#: ../../services.pm_.c:80
msgid "Launch the sound system on your machine"
msgstr " ǻͿ ý "
-#: ../../services.pm_.c:85
+#: ../../services.pm_.c:81
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."
@@ -7506,45 +8504,47 @@ msgstr ""
"Syslog α ޼ ý α Ϸ\n"
"µ մϴ. ׻ Syslog Ű° ϴ."
-#: ../../services.pm_.c:87
+#: ../../services.pm_.c:83
msgid "Load the drivers for your usb devices."
msgstr "USB ġ ̹ ."
-#: ../../services.pm_.c:88
+#: ../../services.pm_.c:84
msgid "Starts the X Font Server (this is mandatory for XFree to run)."
msgstr "X Ʈ (X 츦 ϱ ؼ ʼԴϴ)."
-#: ../../services.pm_.c:114 ../../services.pm_.c:156
+#: ../../services.pm_.c:110 ../../services.pm_.c:152
msgid "Choose which services should be automatically started at boot time"
msgstr " 񽺰 ýÿ ڵ Ǿ ϼ."
-#: ../../services.pm_.c:126
+#: ../../services.pm_.c:122
msgid "Printing"
msgstr "μ"
-#: ../../services.pm_.c:127
+#: ../../services.pm_.c:123
msgid "Internet"
msgstr "ͳ"
-#: ../../services.pm_.c:130
+#: ../../services.pm_.c:126
msgid "File sharing"
msgstr " "
-#: ../../services.pm_.c:132
+#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:934
msgid "System"
msgstr "ý"
-#: ../../services.pm_.c:137
+#: ../../services.pm_.c:133
msgid "Remote Administration"
msgstr " "
# ../../share/compssUsers
-#: ../../services.pm_.c:145
+#: ../../services.pm_.c:141
msgid "Database Server"
msgstr "ͺ̽ "
-#: ../../services.pm_.c:174
-#, c-format
+# #msgid "Services: %d activated for %d registered"
+# #msgstr ": ϵ %2$d %1$d Ȱȭ"
+#: ../../services.pm_.c:170
+#, fuzzy, c-format
msgid "Services: %d activated for %d registered"
msgstr ": ϵ %2$d %1$d Ȱȭ"
@@ -7566,7 +8566,7 @@ msgstr "񽺿 "
#: ../../services.pm_.c:217
msgid ""
-"No additionnal information\n"
+"No additional information\n"
"about this service, sorry."
msgstr ""
"˼մϴ.\n"
@@ -7576,11 +8576,184 @@ msgstr ""
msgid "On boot"
msgstr "ڵ"
+#: ../../services.pm_.c:236
+#, fuzzy
+msgid "Start"
+msgstr ":"
+
+#: ../../services.pm_.c:236
+#, fuzzy
+msgid "Stop"
+msgstr ""
+
+#: ../../share/advertising/00-thanks.pl_.c:9
+msgid "Thank you for choosing Mandrake Linux 8.2"
+msgstr ""
+
+#: ../../share/advertising/00-thanks.pl_.c:10
+msgid "Welcome to the Open Source world"
+msgstr ""
+
+#: ../../share/advertising/00-thanks.pl_.c:11
+msgid ""
+"The success of MandrakeSoft is based upon the principle of Free Software. "
+"Your new operating system is the result of collaborative work on the part of "
+"the worldwide Linux Community"
+msgstr ""
+
+#: ../../share/advertising/01-gnu.pl_.c:9
+#, fuzzy
+msgid "Join the Free Software world"
+msgstr "ٸ "
+
+#: ../../share/advertising/01-gnu.pl_.c:10
+msgid ""
+"Get to know the Open Source community and become a member. Learn, teach, and "
+"help others by joining the many discussion forums that you will find in our "
+"\"Community\" webpages"
+msgstr ""
+
+#: ../../share/advertising/02-internet.pl_.c:9
+#, fuzzy
+msgid "Internet and Messaging"
+msgstr "ͳ ׼"
+
+#: ../../share/advertising/02-internet.pl_.c:10
+msgid ""
+"Mandrake Linux 8.2 provides the best software to access everything the "
+"Internet has to offer: Surf the web & view animations with Mozilla and "
+"Konqueror, exchange email & organize your personal information with "
+"Evolution and Kmail, and much more"
+msgstr ""
+
+#: ../../share/advertising/03-graphic.pl_.c:9
+#, fuzzy
+msgid "Multimedia and Graphics"
+msgstr "Ƽ̵ - ׷"
+
+#: ../../share/advertising/03-graphic.pl_.c:10
+msgid ""
+"Mandrake Linux 8.2 lets you push your multimedia computer to its limits! Use "
+"the latest software to play music and audio files, edit and organize your "
+"images and photos, watch TV and videos, and much more"
+msgstr ""
+
+#: ../../share/advertising/04-develop.pl_.c:9
+msgid "Development"
+msgstr ""
+
+#: ../../share/advertising/04-develop.pl_.c:10
+msgid ""
+"Mandrake Linux 8.2 is the ultimate development platform. Discover the power "
+"of the GNU gcc compiler as well as the best Open Source development "
+"environments"
+msgstr ""
+
+#: ../../share/advertising/05-contcenter.pl_.c:9
+#, fuzzy
+msgid "Mandrake Control Center"
+msgstr "Ʈ "
+
+#: ../../share/advertising/05-contcenter.pl_.c:10
+msgid ""
+"The Mandrake Linux 8.2 Control Center is a one-stop location for fully "
+"customizing and configuring your Mandrake system"
+msgstr ""
+
+#: ../../share/advertising/06-user.pl_.c:9
+#, fuzzy
+msgid "User interfaces"
+msgstr "Ʈ ̽"
+
+#: ../../share/advertising/06-user.pl_.c:10
+msgid ""
+"Mandrake Linux 8.2 provides 11 different graphical desktop environments and "
+"window managers to choose from including GNOME 1.4, KDE 2.2.2, Window Maker "
+"0.8, and the rest"
+msgstr ""
+
+#: ../../share/advertising/07-server.pl_.c:9
+#, fuzzy
+msgid "Server Software"
+msgstr "SMB ȣƮ"
+
+#: ../../share/advertising/07-server.pl_.c:10
+msgid ""
+"Transform your machine into a powerful server with just a few clicks of the "
+"mouse: Web server, email, firewall, router, file and print server, ..."
+msgstr ""
+
+# ../../share/compssUsers
+#: ../../share/advertising/08-games.pl_.c:9
+msgid "Games"
+msgstr ""
+
+#: ../../share/advertising/08-games.pl_.c:10
+msgid ""
+"Mandrake Linux 8.2 provides the best Open Source games - arcade, action, "
+"cards, sports, strategy, ..."
+msgstr ""
+
+#: ../../share/advertising/09-MDKcampus.pl_.c:9
+msgid "MandrakeCampus"
+msgstr ""
+
+#: ../../share/advertising/09-MDKcampus.pl_.c:10
+msgid ""
+"Would you like to learn Linux simply, quickly, and for free? MandrakeSoft "
+"provides free Linux training, as well as a way to test your progress, at "
+"MandrakeCampus -- our online training center"
+msgstr ""
+
+#: ../../share/advertising/10-MDKexpert.pl_.c:9
+#, fuzzy
+msgid "MandrakeExpert"
+msgstr ""
+
+#: ../../share/advertising/10-MDKexpert.pl_.c:10
+msgid ""
+"Quality support from the Linux Community, and from MandrakeSoft, is just "
+"around the corner. And if you're already a Linux veteran, become an \"Expert"
+"\" and share your knowledge at our support website"
+msgstr ""
+
+#: ../../share/advertising/11-consul.pl_.c:9
+msgid "MandrakeConsulting"
+msgstr ""
+
+#: ../../share/advertising/11-consul.pl_.c:10
+msgid ""
+"For all of your IT projects, our consultants are ready to analyze your "
+"requirements and offer a customized solution. Benefit from MandrakeSoft's "
+"vast experience as a Linux producer to provide a true IT alternative for "
+"your business organization"
+msgstr ""
+
+#: ../../share/advertising/12-MDKstore.pl_.c:9
+msgid "MandrakeStore"
+msgstr ""
+
+#: ../../share/advertising/12-MDKstore.pl_.c:10
+msgid ""
+"A full range of Linux solutions, as well as special offers on products and "
+"'goodies', are available online at our e-store"
+msgstr ""
+
+#: ../../share/advertising/13-Nvert.pl_.c:9
+msgid ""
+"For more information on MandrakeSoft's Professional Services and commercial "
+"offerings, please see the following web page:"
+msgstr ""
+
+#: ../../share/advertising/13-Nvert.pl_.c:11
+msgid "http://www.mandrakesoft.com/sales/contact"
+msgstr ""
+
#: ../../standalone.pm_.c:25
msgid "Installing packages..."
msgstr "Ű ġ ..."
-#: ../../standalone/diskdrake_.c:63
+#: ../../standalone/diskdrake_.c:85
msgid ""
"I can't read your partition table, it's too corrupted for me :(\n"
"I'll try to go on blanking bad partitions"
@@ -7588,20 +8761,20 @@ msgstr ""
"ϵ ũ Ƽ ̺ ϴ. ʹ ϴ. :(\n"
"߸ Ƽ ⸦ õ Դϴ."
-#: ../../standalone/drakautoinst_.c:44
+#: ../../standalone/drakautoinst_.c:45
msgid "Error!"
msgstr "!"
-#: ../../standalone/drakautoinst_.c:45
+#: ../../standalone/drakautoinst_.c:46
#, c-format
msgid "I can't find needed image file `%s'."
msgstr "ʿ ̹ %s ã ϴ."
-#: ../../standalone/drakautoinst_.c:47
+#: ../../standalone/drakautoinst_.c:48
msgid "Auto Install Configurator"
msgstr "ڵ ġ "
-#: ../../standalone/drakautoinst_.c:48
+#: ../../standalone/drakautoinst_.c:49
msgid ""
"You are about to configure an Auto Install floppy. This feature is somewhat "
"dangerous and must be used circumspectly.\n"
@@ -7626,21 +8799,30 @@ msgstr ""
"\n"
" մϱ?"
-#: ../../standalone/drakautoinst_.c:70
+#: ../../standalone/drakautoinst_.c:71
msgid "Automatic Steps Configuration"
msgstr "ڵ "
-#: ../../standalone/drakautoinst_.c:71
+#: ../../standalone/drakautoinst_.c:72
msgid ""
"Please choose for each step whether it will replay like your install, or it "
"will be manual"
msgstr " Ͽ ġ ڵݺġ ϼ."
-#: ../../standalone/drakautoinst_.c:112 ../../standalone/drakgw_.c:599
+#: ../../standalone/drakautoinst_.c:145
+msgid ""
+"\n"
+"Welcome.\n"
+"\n"
+"The parameters of the auto-install are available in the sections on the left"
+msgstr ""
+
+#: ../../standalone/drakautoinst_.c:243 ../../standalone/drakgw_.c:671
+#: ../../standalone/scannerdrake_.c:106
msgid "Congratulations!"
msgstr "մϴ!"
-#: ../../standalone/drakautoinst_.c:113
+#: ../../standalone/drakautoinst_.c:244
msgid ""
"The floppy has been successfully generated.\n"
"You may now replay your installation."
@@ -7648,15 +8830,1218 @@ msgstr ""
"÷ǰ Ǿϴ.\n"
" ġ ݺ ֽϴ."
-#: ../../standalone/drakgw_.c:36 ../../standalone/drakgw_.c:181
+#: ../../standalone/drakautoinst_.c:282
+#, fuzzy
+msgid "Auto Install"
+msgstr "ġ"
+
+#: ../../standalone/drakautoinst_.c:352
+#, fuzzy
+msgid "Add an item"
+msgstr " ߰"
+
+#: ../../standalone/drakautoinst_.c:359
+#, fuzzy
+msgid "Remove the last item"
+msgstr " մϱ?"
+
+#: ../../standalone/drakbackup_.c:448 ../../standalone/drakbackup_.c:451
+#: ../../standalone/drakbackup_.c:455
+msgid ""
+"***********************************************************************\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:449
+msgid ""
+"\n"
+" DrakBackup Report \n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:450
+msgid ""
+"\n"
+" DrakBackup Daemon Report\n"
+"\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:453
+msgid ""
+"\n"
+"\n"
+"***********************************************************************\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:454
+msgid ""
+"\n"
+" DrakBackup Report Details\n"
+"\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:476
+msgid "total progess"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:555 ../../standalone/drakbackup_.c:602
+msgid "Backup system files..."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:603 ../../standalone/drakbackup_.c:667
+#, fuzzy
+msgid "Hard Disk Backup files..."
+msgstr "߸ "
+
+#: ../../standalone/drakbackup_.c:615
+#, fuzzy
+msgid "Backup User files..."
+msgstr "߸ "
+
+#: ../../standalone/drakbackup_.c:616
+msgid "Hard Disk Backup Progress..."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:666
+#, fuzzy
+msgid "Backup Other files..."
+msgstr "߸ "
+
+#: ../../standalone/drakbackup_.c:674
+#, c-format
+msgid ""
+"file list send by FTP : %s\n"
+" "
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:677
+msgid ""
+"\n"
+"(!) FTP connexion problem: It was not possible to send your backup files by "
+"FTP.\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:687
+msgid "(!) Error during mail sending. \n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:728 ../../standalone/drakbackup_.c:739
+#: ../../standalone/drakbackup_.c:750 ../../standalone/drakfont_.c:787
+#, fuzzy
+msgid "File Selection"
+msgstr "Ű "
+
+#: ../../standalone/drakbackup_.c:755
+msgid "Select the files or directories and click on 'Add'"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:790
+msgid ""
+"\n"
+"Please check all options that you need.\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:791
+msgid ""
+"These options can backup and restore all files in your /etc directory.\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:792
+msgid "Backup your System files. ( /etc directory )"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:793
+msgid "Use incremental backup (do not replace old backups)"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:794
+msgid "Do not include critical files (passwd, group, fstab)"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:795
+msgid ""
+"With this option you will be able to restore any version\n"
+" of your /etc directory."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:812
+#, fuzzy
+msgid "Please check all users that you want to include in your backup."
+msgstr "ġ Ű "
+
+#: ../../standalone/drakbackup_.c:839
+msgid "Do not include the browser cache"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:840 ../../standalone/drakbackup_.c:864
+msgid "Use Incremental Backups (do not replace old backups)"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:862 ../../standalone/drakfont_.c:827
+#, fuzzy
+msgid "Remove Selected"
+msgstr "׸ "
+
+#: ../../standalone/drakbackup_.c:900
+#, fuzzy
+msgid "Windows (FAT32)"
+msgstr "(TM) "
+
+#: ../../standalone/drakbackup_.c:939
+#, fuzzy
+msgid "Users"
+msgstr "ڸ"
+
+#: ../../standalone/drakbackup_.c:964
+msgid "Use FTP connection to backup"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:967
+#, fuzzy
+msgid "Please enter the host name or IP."
+msgstr "콺 ׽Ʈϼ."
+
+#: ../../standalone/drakbackup_.c:972
+msgid ""
+"Please enter the directory to\n"
+" put the backup on this host."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:977
+#, fuzzy
+msgid "Please enter your login"
+msgstr "ٽ õϼ."
+
+#: ../../standalone/drakbackup_.c:982
+#, fuzzy
+msgid "Please enter your password"
+msgstr "ٽ õϼ."
+
+#: ../../standalone/drakbackup_.c:988
+#, fuzzy
+msgid "Remember this password"
+msgstr "йȣ Ȯ"
+
+#: ../../standalone/drakbackup_.c:1052 ../../standalone/drakbackup_.c:2048
+#, fuzzy
+msgid "FTP Connection"
+msgstr "LAN "
+
+#: ../../standalone/drakbackup_.c:1059 ../../standalone/drakbackup_.c:2056
+#, fuzzy
+msgid "Secure Connection"
+msgstr " ϼ."
+
+#: ../../standalone/drakbackup_.c:1085 ../../standalone/drakbackup_.c:2889
+msgid "Use CD/DVDROM to backup"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1088 ../../standalone/drakbackup_.c:2893
+#, fuzzy
+msgid "Please choose your CD space"
+msgstr "Ű ̾ƿ "
+
+#: ../../standalone/drakbackup_.c:1094 ../../standalone/drakbackup_.c:2905
+#, fuzzy
+msgid "Please check if you are using CDRW media"
+msgstr "ü Ŭϼ."
+
+#: ../../standalone/drakbackup_.c:1100 ../../standalone/drakbackup_.c:2911
+msgid "Please check if you want to erase your CDRW before"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1106
+#, fuzzy
+msgid ""
+"Please check if you want to include\n"
+" install boot on your CD."
+msgstr "ġ Ű "
+
+#: ../../standalone/drakbackup_.c:1112
+msgid ""
+"Please enter your CD Writer device name\n"
+" ex: 0,1,0"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1153
+#, fuzzy
+msgid "Use tape to backup"
+msgstr "߸ "
+
+#: ../../standalone/drakbackup_.c:1156
+msgid "Please enter the device name to use for backup"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1162 ../../standalone/drakbackup_.c:1203
+#: ../../standalone/drakbackup_.c:2013
+msgid ""
+"Please enter the maximum size\n"
+" allowed for Drakbackup"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1195 ../../standalone/drakbackup_.c:2005
+#, fuzzy
+msgid "Please enter the directory to save:"
+msgstr "콺 ׽Ʈϼ."
+
+#: ../../standalone/drakbackup_.c:1209 ../../standalone/drakbackup_.c:2019
+#, fuzzy
+msgid "Use quota for backup files."
+msgstr "߸ "
+
+#: ../../standalone/drakbackup_.c:1267
+#, fuzzy
+msgid "Network"
+msgstr "Ʈ ̽"
+
+#: ../../standalone/drakbackup_.c:1272
+msgid "CDROM / DVDROM"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1277
+msgid "HardDrive / NFS"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1297 ../../standalone/drakbackup_.c:1301
+#: ../../standalone/drakbackup_.c:1305
+msgid "hourly"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1298 ../../standalone/drakbackup_.c:1302
+#: ../../standalone/drakbackup_.c:1305
+msgid "daily"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1299 ../../standalone/drakbackup_.c:1303
+#: ../../standalone/drakbackup_.c:1305
+msgid "weekly"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1300 ../../standalone/drakbackup_.c:1304
+#: ../../standalone/drakbackup_.c:1305
+msgid "monthly"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1312
+#, fuzzy
+msgid "Use daemon"
+msgstr "ڸ"
+
+#: ../../standalone/drakbackup_.c:1317
+#, fuzzy
+msgid ""
+"Please choose the time \n"
+"interval between each backup"
+msgstr "ġ Ű "
+
+#: ../../standalone/drakbackup_.c:1323
+#, fuzzy
+msgid ""
+"Please choose the\n"
+"media for backup."
+msgstr "  ּ."
+
+#: ../../standalone/drakbackup_.c:1327
+#, fuzzy
+msgid "Use Hard Drive with daemon"
+msgstr "ϵ ũ "
+
+#: ../../standalone/drakbackup_.c:1329
+#, fuzzy
+msgid "Use FTP with daemon"
+msgstr "ڸ"
+
+#: ../../standalone/drakbackup_.c:1333
+msgid "Please be sure that the cron daemon is included in your services."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1369
+msgid "Send mail report after each backup to :"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1411
+msgid "What"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1416
+#, fuzzy
+msgid "Where"
+msgstr " 콺"
+
+#: ../../standalone/drakbackup_.c:1421
+#, fuzzy
+msgid "When"
+msgstr " 콺"
+
+#: ../../standalone/drakbackup_.c:1426
+#, fuzzy
+msgid "More Options"
+msgstr " ɼǵ:"
+
+#: ../../standalone/drakbackup_.c:1445 ../../standalone/drakbackup_.c:2801
+#, fuzzy
+msgid "Drakbackup Configuration"
+msgstr "Ʈ ȯ "
+
+#: ../../standalone/drakbackup_.c:1463
+#, fuzzy
+msgid "Please choose where you want to backup"
+msgstr "ġ Ű "
+
+#: ../../standalone/drakbackup_.c:1465
+msgid "on Hard Drive"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1476
+msgid "across Network"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1540
+#, fuzzy
+msgid "Please choose what you want to backup"
+msgstr "ġ Ű "
+
+#: ../../standalone/drakbackup_.c:1541
+#, fuzzy
+msgid "Backup system"
+msgstr "Ͻý غ"
+
+#: ../../standalone/drakbackup_.c:1542
+msgid "Backup Users"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1545
+msgid "Select user manually"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1627
+msgid ""
+"\n"
+"Backup Sources: \n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1628
+msgid ""
+"\n"
+"- System Files:\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1630
+msgid ""
+"\n"
+"- User Files:\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1632
+msgid ""
+"\n"
+"- Other Files:\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1634
+#, c-format
+msgid ""
+"\n"
+"- Save on Hard drive on path : %s\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1635
+#, c-format
+msgid ""
+"\n"
+"- Save on FTP on host : %s\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1636
+#, c-format
+msgid ""
+"\t\t user name: %s\n"
+"\t\t on path: %s \n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1637
+#, fuzzy
+msgid ""
+"\n"
+"- Options:\n"
+msgstr "ɼǵ"
+
+#: ../../standalone/drakbackup_.c:1638
+msgid "\tDo not include System Files\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1639
+msgid "\tBackups use tar and bzip2\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1640
+msgid "\tBackups use tar and gzip\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1641
+#, c-format
+msgid ""
+"\n"
+"- Daemon (%s) include :\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1642
+msgid "\t-Hard drive.\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1643
+msgid "\t-CDROM.\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1644
+msgid "\t-Network by FTP.\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1645
+msgid "\t-Network by SSH.\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1647
+msgid "No configuration, please click Wizard or Advanced.\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1652
+msgid ""
+"List of data to restore:\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1753
+msgid ""
+"List of data corrupted:\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1755
+#, fuzzy
+msgid "Please uncheck or remove it on next time."
+msgstr " ø Ʈ 콺 Ǿ ֳ?"
+
+#: ../../standalone/drakbackup_.c:1765
+msgid "Backup files are corrupted"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1786
+msgid " All your selectionned data have been "
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1787
+#, c-format
+msgid " Successfuly Restored on %s "
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1886
+#, fuzzy
+msgid " Restore Configuration "
+msgstr "Ʈ ȯ "
+
+#: ../../standalone/drakbackup_.c:1904
+msgid "OK to restore the other files."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1922
+msgid "User list to restore (only the most recent date per user is important)"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1972
+#, fuzzy
+msgid "Backup the system files before:"
+msgstr "߸ "
+
+#: ../../standalone/drakbackup_.c:1974
+#, fuzzy
+msgid "please choose the date to restore"
+msgstr " 콺 Ͻʴϱ?"
+
+#: ../../standalone/drakbackup_.c:2002
+#, fuzzy
+msgid "Use Hard Disk to backup"
+msgstr "߸ "
+
+#: ../../standalone/drakbackup_.c:2083
+msgid "Restore from Hard Disk."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2085
+msgid "Please enter the directory where backups are stored"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2143
+#, fuzzy
+msgid "Select another media to restore from"
+msgstr " 콺 Ͻʴϱ?"
+
+#: ../../standalone/drakbackup_.c:2145
+#, fuzzy
+msgid "Other Media"
+msgstr "Ÿ"
+
+#: ../../standalone/drakbackup_.c:2151
+#, fuzzy
+msgid "Restore system"
+msgstr "ý ġ"
+
+#: ../../standalone/drakbackup_.c:2152
+msgid "Restore Users"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2153
+msgid "Restore Other"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2155
+msgid "select path to restore (instead of / )"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2159
+msgid "Do new backup before restore (only for incremental backups.)"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2160
+msgid "Remove user directories before restore."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2217
+msgid "Restore all backups"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2225
+#, fuzzy
+msgid "Custom Restore"
+msgstr " "
+
+#: ../../standalone/drakbackup_.c:2266 ../../standalone/drakbackup_.c:2291
+#: ../../standalone/drakbackup_.c:2312 ../../standalone/drakbackup_.c:2333
+#: ../../standalone/drakbackup_.c:2351 ../../standalone/drakbackup_.c:2383
+#: ../../standalone/drakbackup_.c:2399 ../../standalone/drakbackup_.c:2419
+#: ../../standalone/drakbackup_.c:2438 ../../standalone/drakbackup_.c:2460
+#: ../../standalone/drakfont_.c:575
+msgid "Help"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2269 ../../standalone/drakbackup_.c:2296
+#: ../../standalone/drakbackup_.c:2315 ../../standalone/drakbackup_.c:2336
+#: ../../standalone/drakbackup_.c:2354 ../../standalone/drakbackup_.c:2402
+#: ../../standalone/drakbackup_.c:2422 ../../standalone/drakbackup_.c:2441
+#, fuzzy
+msgid "Previous"
+msgstr "<- "
+
+#: ../../standalone/drakbackup_.c:2271 ../../standalone/drakbackup_.c:2338
+#: ../../standalone/logdrake_.c:224
+#, fuzzy
+msgid "Save"
+msgstr ":"
+
+#: ../../standalone/drakbackup_.c:2317
+#, fuzzy
+msgid "Build Backup"
+msgstr "߸ "
+
+#: ../../standalone/drakbackup_.c:2356 ../../standalone/drakbackup_.c:3033
+#, fuzzy
+msgid "Restore"
+msgstr " "
+
+#: ../../standalone/drakbackup_.c:2404 ../../standalone/drakbackup_.c:2424
+#: ../../standalone/drakbackup_.c:2445
+#, fuzzy
+msgid "Next"
+msgstr " ->"
+
+#: ../../standalone/drakbackup_.c:2478
+msgid ""
+"Please Build backup before to restore it...\n"
+" or verify that your path to save is correct."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2499
+msgid ""
+"Error durind sendmail\n"
+" your report mail was not sent\n"
+" Please configure sendmail"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2522
+#, fuzzy
+msgid "Package List to Install"
+msgstr "ġ Ű "
+
+#: ../../standalone/drakbackup_.c:2550
+msgid ""
+"Error durind sending file via FTP.\n"
+" Please correct your FTP configuration."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2573
+#, fuzzy
+msgid "Please select data to restore..."
+msgstr "  ּ."
+
+#: ../../standalone/drakbackup_.c:2594
+#, fuzzy
+msgid "Please select media for backup..."
+msgstr "  ּ."
+
+#: ../../standalone/drakbackup_.c:2616
+#, fuzzy
+msgid "Please select data to backup..."
+msgstr "  ּ."
+
+#: ../../standalone/drakbackup_.c:2638
+msgid ""
+"No configuration file found \n"
+"please click Wizard or Advanced."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2659
+msgid "Under Devel ... please wait."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2739
+#, fuzzy
+msgid "Backup system files"
+msgstr "߸ "
+
+#: ../../standalone/drakbackup_.c:2741
+#, fuzzy
+msgid "Backup user files"
+msgstr "߸ "
+
+#: ../../standalone/drakbackup_.c:2743
+#, fuzzy
+msgid "Backup other files"
+msgstr "߸ "
+
+#: ../../standalone/drakbackup_.c:2745 ../../standalone/drakbackup_.c:2776
+msgid "Total Progress"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2767
+msgid "files sending by FTP"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2771
+#, fuzzy
+msgid "Sending files..."
+msgstr "ġ ˻ϰ ֽϴ..."
+
+#: ../../standalone/drakbackup_.c:2841
+msgid "Data list to include on CDROM."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2899
+#, fuzzy
+msgid "Please enter the cd writer speed"
+msgstr "콺 ׽Ʈϼ."
+
+#: ../../standalone/drakbackup_.c:2917
+msgid "Please enter your CD Writer device name (ex: 0,1,0)"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2923
+#, fuzzy
+msgid "Please check if you want to include install boot on your CD."
+msgstr "ġ Ű "
+
+#: ../../standalone/drakbackup_.c:2989
+#, fuzzy
+msgid "Backup Now from configuration file"
+msgstr "Ʈ ȯ "
+
+#: ../../standalone/drakbackup_.c:2999
+#, fuzzy
+msgid "View Backup Configuration."
+msgstr "Ʈ ȯ "
+
+#: ../../standalone/drakbackup_.c:3020
+#, fuzzy
+msgid "Wizard Configuration"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3024
+#, fuzzy
+msgid "Advanced Configuration"
+msgstr "LAN "
+
+#: ../../standalone/drakbackup_.c:3028
+#, fuzzy
+msgid "Backup Now"
+msgstr "Ͻý غ"
+
+#: ../../standalone/drakbackup_.c:3053
+msgid "Drakbackup"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3104
+msgid ""
+"options description:\n"
+"\n"
+" In this step Drakbackup allow you to change:\n"
+"\n"
+" - The compression mode:\n"
+" \n"
+" If you check bzip2 compression, you will compress\n"
+" your data better than gzip (about 2-10 %).\n"
+" This option is not checked by default because\n"
+" this compression mode needs more time ( about 1000% more).\n"
+" \n"
+" - The update mode:\n"
+"\n"
+" This option will update your backup, but this\n"
+" option is not really useful because you need to\n"
+" decompress your backup before you can update it.\n"
+" \n"
+" - the .backupignore mode:\n"
+"\n"
+" Like with cvs, Drakbackup will ignore all references\n"
+" included in .backupignore files in each directories.\n"
+" ex: \n"
+" /*> cat .backupignore*/\n"
+" *.o\n"
+" *~\n"
+" ...\n"
+" \n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3134
+msgid ""
+"\n"
+" Some errors during sendmail are caused by \n"
+" a bad configuration of postfix. To solve it you have to\n"
+" set myhostname or mydomain in /etc/postfix/main.cf\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3142
+msgid ""
+"options description:\n"
+"\n"
+" - Backup system files:\n"
+" \n"
+"\tThis option allows you to backup your /etc directory,\n"
+"\twhich contains all configuration files. Please be\n"
+"\tcareful during the restore step to not overwrite:\n"
+"\t\t/etc/passwd \n"
+"\t\t/etc/group \n"
+"\t\t/etc/fstab\n"
+"\n"
+" - Backup User files: \n"
+"\n"
+"\tThis option allows you select all users that you want \n"
+"\tto backup.\n"
+"\tTo preserve disk space, it is recommended that you \n"
+"\tdo not include web browser's cache.\n"
+"\n"
+" - Backup Other files: \n"
+"\n"
+"\tThis option allows you to add more data to save.\n"
+"\tWith the other backup it's not possible at the \n"
+"\tmoment to select select incremental backup.\t\t\n"
+" \n"
+" - Incremental Backups:\n"
+"\n"
+"\tThe incremental backup is the most powerful \n"
+"\toption for backup. This option allows you \n"
+"\tto backup all your data the first time, and \n"
+"\tonly the changed afterward.\n"
+"\tThen you will be able, during the restore\n"
+"\tstep, to restore your data from a specified\n"
+"\tdate.\n"
+"\tIf you have not selected this option all\n"
+"\told backups are deleted before each backup. \n"
+"\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3181
+msgid ""
+"restore description:\n"
+" \n"
+"Only the most recent date will be used ,because with incremental \n"
+"backups it is necesarry to restore one by one each older backups.\n"
+"\n"
+"So if you don't like to restore an user please unselect all his\n"
+"check box.\n"
+"\n"
+"Otherwise, you are able to select only one of this\n"
+"\n"
+" - Incremental Backups:\n"
+"\n"
+"\tThe incremental backup is the most powerfull \n"
+"\toption to use backup, this option allow you \n"
+"\tto backup all your data the first time, and \n"
+"\tonly the changed after.\n"
+"\tSo you will be able during the restore\n"
+"\tstep, to restore your data from a specified\n"
+"\tdate.\n"
+"\tIf you have not selected this options all\n"
+"\told backups are deleted before each backup. \n"
+"\n"
+"\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3207 ../../standalone/drakbackup_.c:3282
+msgid ""
+" Copyright (C) 2001 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita.fr>"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3209 ../../standalone/drakbackup_.c:3284
+msgid ""
+" This program is free software; you can redistribute it and/or modify\n"
+" it under the terms of the GNU General Public License as published by\n"
+" the Free Software Foundation; either version 2, or (at your option)\n"
+" any later version.\n"
+"\n"
+" This program is distributed in the hope that it will be useful,\n"
+" but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
+" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
+" GNU General Public License for more details.\n"
+"\n"
+" You should have received a copy of the GNU General Public License\n"
+" along with this program; if not, write to the Free Software\n"
+" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3223
+msgid ""
+"Description:\n"
+"\n"
+" Drakbackup is used to backup your system.\n"
+" During the configuration you can select: \n"
+"\t- System files, \n"
+"\t- Users files, \n"
+"\t- Other files.\n"
+"\tor All your system ... and Other (like Windows Partitions)\n"
+"\n"
+" Drakbackup allows you to backup your system on:\n"
+"\t- Harddrive.\n"
+"\t- NFS.\n"
+"\t- CDROM (CDRW), DVDROM (with autoboot, rescue and autoinstall.).\n"
+"\t- FTP.\n"
+"\t- Rsync.\n"
+"\t- Webdav.\n"
+"\t- Tape.\n"
+"\n"
+" Drakbackup allows you to restore your system to\n"
+" a user selected directory.\n"
+"\n"
+" Per default all backup will be stored on your\n"
+" /var/lib/drakbackup directory\n"
+"\n"
+" Configuration file:\n"
+"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
+"\n"
+"\n"
+"Restore Step:\n"
+" \n"
+" During the restore step, DrakBackup will remove \n"
+" your original directory and verify that all \n"
+" backup files are not corrupted. It is recommended \n"
+" you do a last backup before restoring.\n"
+"\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3261
+msgid ""
+"options description:\n"
+"\n"
+"Please be careful when you are using ftp backup, because only \n"
+"backups that are already built are sent to the server.\n"
+"So at the moment, you need to build the backup on your hard \n"
+"drive before sending it to the server.\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3270
+msgid ""
+"\n"
+"Restore Backup Problems:\n"
+"\n"
+"During the restore step, Drakbackup will verify all your\n"
+"backup files before restoring them.\n"
+"Before the restore, Drakbackup will remove \n"
+"your original directory, and you will loose all your \n"
+"data. It is important to be careful and not modify the \n"
+"backup data files by hand.\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3298
+msgid ""
+"Description:\n"
+"\n"
+" Drakbackup is used to backup your system.\n"
+" During the configuration you can select \n"
+"\t- System files, \n"
+"\t- Users files, \n"
+"\t- Other files.\n"
+"\tor All your system ... and Other (like Windows Partitions)\n"
+"\n"
+" Drakbackup allows you to backup your system on:\n"
+"\t- Harddrive.\n"
+"\t- NFS.\n"
+"\t- CDROM (CDRW), DVDROM (with autoboot, rescue and autoinstall.).\n"
+"\t- FTP.\n"
+"\t- Rsync.\n"
+"\t- Webdav.\n"
+"\t- Tape.\n"
+"\n"
+" Drakbackup allows you to restore your system to\n"
+" a user selected directory.\n"
+"\n"
+" Per default all backup will be stored on your\n"
+" /var/lib/drakbackup directory\n"
+"\n"
+" Configuration file:\n"
+"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
+"\n"
+"Restore Step:\n"
+" \n"
+" During the restore step, Drakbackup will remove\n"
+" your original directory and verify that all\n"
+" backup files are not corrupted. It is recommended\n"
+" you do a last backup before restoring.\n"
+" \n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakboot_.c:58
+#, c-format
+msgid "Installation of %s failed. The following error occured:"
+msgstr "%s ġ . ߻߽ϴ:"
+
+#: ../../standalone/drakfont_.c:229
+msgid "Search installed fonts"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:231
+msgid "Unselect fonts installed"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:252
+msgid "parse all fonts"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:253
+#, fuzzy
+msgid "no fonts found"
+msgstr "Ʈ ī带 ã ϴ"
+
+#: ../../standalone/drakfont_.c:261 ../../standalone/drakfont_.c:303
+#: ../../standalone/drakfont_.c:352 ../../standalone/drakfont_.c:410
+#: ../../standalone/drakfont_.c:417 ../../standalone/drakfont_.c:443
+#: ../../standalone/drakfont_.c:455 ../../standalone/drakfont_.c:468
+#, fuzzy
+msgid "done"
+msgstr "Ϸ"
+
+#: ../../standalone/drakfont_.c:265
+msgid "could not find any font in your mounted partitions"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:301
+msgid "Reselect correct fonts"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:304
+msgid "could not find any font.\n"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:327
+msgid "Search fonts in installed list"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:350
+msgid "Fonts copy"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:353
+#, fuzzy
+msgid "True Type fonts installation"
+msgstr "ġ غԴϴ"
+
+#: ../../standalone/drakfont_.c:357
+msgid "please wait during ttmkfdir..."
+msgstr ""
+
+#: ../../standalone/drakfont_.c:359
+msgid "True Type install done"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:366 ../../standalone/drakfont_.c:382
+msgid "Fonts conversion"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:370 ../../standalone/drakfont_.c:386
+#: ../../standalone/drakfont_.c:406
+msgid "type1inst building"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:375 ../../standalone/drakfont_.c:390
+msgid "Ghostscript referencing"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:397
+msgid "ttf fonts conversion"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:401
+msgid "pfm fonts conversion"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:411
+msgid "Suppress temporary Files"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:414
+msgid "Restart XFS"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:453 ../../standalone/drakfont_.c:463
+msgid "Suppress Fonts Files"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:465
+#, fuzzy
+msgid "xfs restart"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:472 ../../standalone/drakfont_.c:760
+msgid ""
+"Before installing any fonts, be sure that you have the right to use and "
+"install them on your system.\n"
+"\n"
+"-You can install the fonts using the normal way. In rare cases, bogus fonts "
+"may hang up your X Server."
+msgstr ""
+
+#: ../../standalone/drakfont_.c:547
+#, fuzzy
+msgid "Fonts Importation"
+msgstr "Ƽ "
+
+#: ../../standalone/drakfont_.c:562
+msgid "Get Windows Fonts"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:564
+msgid "Uninstall Fonts"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:568
+#, fuzzy
+msgid "Advanced Options"
+msgstr "LAN "
+
+#: ../../standalone/drakfont_.c:570
+#, fuzzy
+msgid "Font List"
+msgstr "Ʈ ġ"
+
+#: ../../standalone/drakfont_.c:739
+#, fuzzy
+msgid "Choose the applications that will support the fonts :"
+msgstr " Ƽ ϼ"
+
+#: ../../standalone/drakfont_.c:743
+msgid "Ghostscript"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:747
+#, fuzzy
+msgid "StarOffice"
+msgstr "ǽ"
+
+#: ../../standalone/drakfont_.c:751
+#, fuzzy
+msgid "Abiword"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:755
+#, fuzzy
+msgid "Generic Printers"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:792
+msgid "Select the font file or directory and click on 'Add'"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:828
+#, fuzzy
+msgid "Install List"
+msgstr "ý ġ"
+
+#: ../../standalone/drakfont_.c:858
+msgid "click here if you are sure."
+msgstr ""
+
+#: ../../standalone/drakfont_.c:860
+msgid "here if no."
+msgstr ""
+
+#: ../../standalone/drakfont_.c:897
+msgid "Unselected All"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:899
+#, fuzzy
+msgid "Selected All"
+msgstr " ϼ."
+
+#: ../../standalone/drakfont_.c:901
+#, fuzzy
+msgid "Remove List"
+msgstr " "
+
+#: ../../standalone/drakfont_.c:919 ../../standalone/drakfont_.c:939
+#, fuzzy
+msgid "Initials tests"
+msgstr "ʱȭ ޽"
+
+#: ../../standalone/drakfont_.c:920
+#, fuzzy
+msgid "Copy fonts on your system"
+msgstr "Ʈ ͸ ã ϴ!"
+
+#: ../../standalone/drakfont_.c:921
+msgid "Install & convert Fonts"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:922
+#, fuzzy
+msgid "Post Install"
+msgstr "ġ"
+
+#: ../../standalone/drakfont_.c:940
+#, fuzzy
+msgid "Remove fonts on your system"
+msgstr "Ʈ ͸ ã ϴ!"
+
+#: ../../standalone/drakfont_.c:941
+#, fuzzy
+msgid "Post Uninstall"
+msgstr "ġ "
+
+#: ../../standalone/drakgw_.c:43 ../../standalone/drakgw_.c:200
msgid "Internet Connection Sharing"
msgstr "ͳ "
-#: ../../standalone/drakgw_.c:119
+#: ../../standalone/drakgw_.c:138
msgid "Internet Connection Sharing currently enabled"
msgstr " ͳ Դϴ."
-#: ../../standalone/drakgw_.c:120
+#: ../../standalone/drakgw_.c:139
msgid ""
"The setup of Internet connection sharing has already been done.\n"
"It's currently enabled.\n"
@@ -7668,31 +10053,31 @@ msgstr ""
"\n"
" ۾ Ͻðڽϱ?"
-#: ../../standalone/drakgw_.c:124
+#: ../../standalone/drakgw_.c:143
msgid "disable"
msgstr ""
-#: ../../standalone/drakgw_.c:124 ../../standalone/drakgw_.c:149
+#: ../../standalone/drakgw_.c:143 ../../standalone/drakgw_.c:168
msgid "dismiss"
msgstr ""
-#: ../../standalone/drakgw_.c:124 ../../standalone/drakgw_.c:149
+#: ../../standalone/drakgw_.c:143 ../../standalone/drakgw_.c:168
msgid "reconfigure"
msgstr "缳"
-#: ../../standalone/drakgw_.c:127
+#: ../../standalone/drakgw_.c:146
msgid "Disabling servers..."
msgstr " ..."
-#: ../../standalone/drakgw_.c:135
+#: ../../standalone/drakgw_.c:154
msgid "Internet connection sharing is now disabled."
msgstr " ͳ Ǿϴ."
-#: ../../standalone/drakgw_.c:144
+#: ../../standalone/drakgw_.c:163
msgid "Internet Connection Sharing currently disabled"
msgstr " ͳ Ұ Դϴ."
-#: ../../standalone/drakgw_.c:145
+#: ../../standalone/drakgw_.c:164
msgid ""
"The setup of Internet connection sharing has already been done.\n"
"It's currently disabled.\n"
@@ -7704,19 +10089,19 @@ msgstr ""
"\n"
" ۾ Ͻðڽϱ?"
-#: ../../standalone/drakgw_.c:149
+#: ../../standalone/drakgw_.c:168
msgid "enable"
msgstr ""
-#: ../../standalone/drakgw_.c:156
+#: ../../standalone/drakgw_.c:175
msgid "Enabling servers..."
msgstr " "
-#: ../../standalone/drakgw_.c:161
+#: ../../standalone/drakgw_.c:180
msgid "Internet connection sharing is now enabled."
msgstr " ͳ Ǿϴ."
-#: ../../standalone/drakgw_.c:182
+#: ../../standalone/drakgw_.c:201
msgid ""
"You are about to configure your computer to share its Internet connection.\n"
"With that feature, other computers on your local network will be able to use "
@@ -7731,32 +10116,32 @@ msgstr ""
"\n"
": Ʈ() ġ Ʈ Ͱ ־ մϴ."
-#: ../../standalone/drakgw_.c:208
+#: ../../standalone/drakgw_.c:227
#, c-format
msgid "Interface %s (using module %s)"
msgstr "̽ %s (%s )"
-#: ../../standalone/drakgw_.c:209
+#: ../../standalone/drakgw_.c:228
#, c-format
msgid "Interface %s"
msgstr "̽ %s"
-#: ../../standalone/drakgw_.c:217
+#: ../../standalone/drakgw_.c:236
msgid "No network adapter on your system!"
msgstr "Ʈ ͸ ã ϴ!"
-#: ../../standalone/drakgw_.c:218
+#: ../../standalone/drakgw_.c:237
msgid ""
"No ethernet network adapter has been detected on your system. Please run the "
"hardware configuration tool."
msgstr ""
" Ʈ ͵ ߰ߵ ʽϴ. ϵ ."
-#: ../../standalone/drakgw_.c:224
+#: ../../standalone/drakgw_.c:243
msgid "Network interface"
msgstr "Ʈ ̽"
-#: ../../standalone/drakgw_.c:225
+#: ../../standalone/drakgw_.c:244
#, c-format
msgid ""
"There is only one configured network adapter on your system:\n"
@@ -7771,27 +10156,87 @@ msgstr ""
"\n"
" ͷ Ʈ Դϴ."
-#: ../../standalone/drakgw_.c:234
+#: ../../standalone/drakgw_.c:253
msgid ""
"Please choose what network adapter will be connected to your Local Area "
"Network."
msgstr " Ʈ Ͱ Ʈ ϼ."
-#: ../../standalone/drakgw_.c:243
+#: ../../standalone/drakgw_.c:271
+#, fuzzy
+msgid "Network interface already configured"
+msgstr "Ʈ ʾҽϴ."
+
+#: ../../standalone/drakgw_.c:272
+#, c-format
+msgid ""
+"Warning, the network adapter (%s) is already configured.\n"
+"\n"
+"Do you want an automatic re-configuration?\n"
+"\n"
+"You can do it manually but you need to know what you're doing."
+msgstr ""
+
+#: ../../standalone/drakgw_.c:277
+#, fuzzy
+msgid "Automatic reconfiguration"
+msgstr "ڵ CUPS "
+
+#: ../../standalone/drakgw_.c:278
+#, fuzzy
+msgid "Show current interface configuration"
+msgstr "ͳ "
+
+#: ../../standalone/drakgw_.c:280
+#, c-format
+msgid ""
+"Current configuration of `%s':\n"
+"\n"
+"Network: %s\n"
+"IP address: %s\n"
+"IP attribution: %s\n"
+"Driver: %s"
+msgstr ""
+
+#: ../../standalone/drakgw_.c:292
msgid ""
-"Warning, the network adapter is already configured. I will reconfigure it."
-msgstr ": ̹ Ʈ ּҰ ֽϴ. ٽ Դϴ."
+"I can keep your current configuration and assume you already set up a DHCP "
+"server; in that case please verify I correctly read the C-Class Network that "
+"you use for your local network; I will not reconfigure it and I will not "
+"touch your DHCP server configuration.\n"
+"\n"
+"Else, I can reconfigure your interface and (re)configure a DHCP server for "
+"you.\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakgw_.c:297
+msgid "C-Class Local Network"
+msgstr ""
+
+#: ../../standalone/drakgw_.c:298
+#, fuzzy
+msgid "(This) DHCP Server IP"
+msgstr "CUPS IP"
+
+#: ../../standalone/drakgw_.c:299
+msgid "Re-configure interface and DHCP server"
+msgstr ""
+
+#: ../../standalone/drakgw_.c:306
+msgid "The Local Network did not finish with `.0', bailing out."
+msgstr ""
-#: ../../standalone/drakgw_.c:254
+#: ../../standalone/drakgw_.c:317
#, c-format
msgid "Potential LAN address conflict found in current config of %s!\n"
msgstr " %s ּ 浹 ߰ߵ˴ϴ!\n"
-#: ../../standalone/drakgw_.c:262 ../../standalone/drakgw_.c:268
+#: ../../standalone/drakgw_.c:325 ../../standalone/drakgw_.c:331
msgid "Firewalling configuration detected!"
msgstr "ȭ Ǿϴ!"
-#: ../../standalone/drakgw_.c:263 ../../standalone/drakgw_.c:269
+#: ../../standalone/drakgw_.c:326 ../../standalone/drakgw_.c:332
msgid ""
"Warning! An existing firewalling configuration has been detected. You may "
"need some manual fix after installation."
@@ -7799,20 +10244,20 @@ msgstr ""
"! ȭ Ǿϴ. ġ Ŀ ʿ"
" ֽϴ."
-#: ../../standalone/drakgw_.c:277
+#: ../../standalone/drakgw_.c:340
msgid "Configuring..."
msgstr " ..."
-#: ../../standalone/drakgw_.c:278
+#: ../../standalone/drakgw_.c:341
msgid "Configuring scripts, installing software, starting servers..."
msgstr "ũƮ , Ʈ ġ , ..."
-#: ../../standalone/drakgw_.c:311
+#: ../../standalone/drakgw_.c:378
#, c-format
msgid "Problems installing package %s"
msgstr "Ű ġ ߻ %s"
-#: ../../standalone/drakgw_.c:600
+#: ../../standalone/drakgw_.c:672
msgid ""
"Everything has been configured.\n"
"You may now share Internet connection with other computers on your Local "
@@ -7822,23 +10267,23 @@ msgstr ""
" ڵ Ʈ (DHCP) Ʈ ٸ ǻͿ ͳ "
" ֽϴ."
-#: ../../standalone/drakgw_.c:617
+#: ../../standalone/drakgw_.c:689
msgid "The setup has already been done, but it's currently disabled."
msgstr " ̹ ϷǾ, Դϴ."
-#: ../../standalone/drakgw_.c:618
+#: ../../standalone/drakgw_.c:690
msgid "The setup has already been done, and it's currently enabled."
msgstr " ̹ ϷǾ, Դϴ."
-#: ../../standalone/drakgw_.c:619
+#: ../../standalone/drakgw_.c:691
msgid "No Internet Connection Sharing has ever been configured."
msgstr " ͳ ϴ."
-#: ../../standalone/drakgw_.c:624
+#: ../../standalone/drakgw_.c:696
msgid "Internet connection sharing configuration"
msgstr "ͳ "
-#: ../../standalone/drakgw_.c:631
+#: ../../standalone/drakgw_.c:703
#, c-format
msgid ""
"Welcome to the Internet Connection Sharing utility!\n"
@@ -7853,139 +10298,129 @@ msgstr ""
"\n"
"縦 Ϸ ."
-#: ../../standalone/draknet_.c:79
+#: ../../standalone/draknet_.c:80
#, c-format
msgid "Network configuration (%d adapters)"
msgstr "Ʈ (%d )"
-#: ../../standalone/draknet_.c:86 ../../standalone/draknet_.c:573
+#: ../../standalone/draknet_.c:87 ../../standalone/draknet_.c:595
msgid "Profile: "
msgstr ": "
-#: ../../standalone/draknet_.c:94
+#: ../../standalone/draknet_.c:95
msgid "Del profile..."
msgstr " "
-#: ../../standalone/draknet_.c:100
+#: ../../standalone/draknet_.c:101
msgid "Profile to delete:"
msgstr " "
-#: ../../standalone/draknet_.c:128
+#: ../../standalone/draknet_.c:129
msgid "New profile..."
msgstr " ..."
-#: ../../standalone/draknet_.c:134
+#: ../../standalone/draknet_.c:135
msgid ""
"Name of the profile to create (the new profile is created as a copy of the "
"current one) :"
msgstr ""
" ̸ ( 纻μ ϴ.):"
-#: ../../standalone/draknet_.c:160
+#: ../../standalone/draknet_.c:161
msgid "Hostname: "
msgstr "ȣƮ:"
-#: ../../standalone/draknet_.c:167
+#: ../../standalone/draknet_.c:168
msgid "Internet access"
msgstr "ͳ ׼"
-#: ../../standalone/draknet_.c:180
+#: ../../standalone/draknet_.c:181
msgid "Type:"
msgstr ": "
-#: ../../standalone/draknet_.c:183 ../../standalone/draknet_.c:397
+#: ../../standalone/draknet_.c:184 ../../standalone/draknet_.c:376
msgid "Gateway:"
msgstr "Ʈ:"
-#: ../../standalone/draknet_.c:183 ../../standalone/draknet_.c:397
+#: ../../standalone/draknet_.c:184 ../../standalone/draknet_.c:376
msgid "Interface:"
msgstr "̽:"
-#: ../../standalone/draknet_.c:192
+#: ../../standalone/draknet_.c:195
msgid "Status:"
msgstr ":"
-#: ../../standalone/draknet_.c:194 ../../standalone/draknet_.c:410
-msgid "Connected"
-msgstr ""
-
-#: ../../standalone/draknet_.c:194 ../../standalone/draknet_.c:410
-msgid "Not connected"
-msgstr " ȵ"
-
-#: ../../standalone/draknet_.c:197 ../../standalone/draknet_.c:411
-msgid "Connect..."
-msgstr "..."
-
-#: ../../standalone/draknet_.c:197 ../../standalone/draknet_.c:411
-msgid "Disconnect..."
-msgstr " ..."
-
-#: ../../standalone/draknet_.c:215
-msgid "Starting your connection..."
-msgstr " ..."
-
-#: ../../standalone/draknet_.c:223
-msgid "Closing your connection..."
-msgstr " ..."
-
-#: ../../standalone/draknet_.c:228
-msgid ""
-"The connection is not closed.\n"
-"Try to do it manually by running\n"
-"/etc/sysconfig/network-scripts/net_cnx_down\n"
-"in root."
+#: ../../standalone/draknet_.c:202
+msgid "Wait please"
msgstr ""
-" ʽϴ.\n"
-"Ʈ \n"
-"/etc/sysconfig/network-scripts/net_cnx_down\n"
-" ϼ."
-#: ../../standalone/draknet_.c:231
-msgid "The system is now disconnected."
-msgstr " ý Դϴ."
-
-#: ../../standalone/draknet_.c:243
+#: ../../standalone/draknet_.c:220
msgid "Configure Internet Access..."
msgstr "ͳ ..."
-#: ../../standalone/draknet_.c:250 ../../standalone/draknet_.c:446
+#: ../../standalone/draknet_.c:227 ../../standalone/draknet_.c:449
msgid "LAN configuration"
msgstr "LAN "
-#: ../../standalone/draknet_.c:255
+#: ../../standalone/draknet_.c:232
msgid "Driver"
msgstr "̹"
-#: ../../standalone/draknet_.c:255
+#: ../../standalone/draknet_.c:232
msgid "Interface"
msgstr "̽"
-#: ../../standalone/draknet_.c:255
+#: ../../standalone/draknet_.c:232
msgid "Protocol"
msgstr ""
-#: ../../standalone/draknet_.c:255
+#: ../../standalone/draknet_.c:232
msgid "State"
msgstr ":"
-#: ../../standalone/draknet_.c:267
+#: ../../standalone/draknet_.c:244
msgid "Configure Local Area Network..."
msgstr " Ʈ ..."
-#: ../../standalone/draknet_.c:279
+#: ../../standalone/draknet_.c:256
msgid "Click here to launch the wizard ->"
msgstr "縦 Ϸ ⸦ . ->"
-#: ../../standalone/draknet_.c:306
+#: ../../standalone/draknet_.c:257
+msgid "Wizard..."
+msgstr "..."
+
+#: ../../standalone/draknet_.c:283
msgid "Apply"
msgstr ""
-#: ../../standalone/draknet_.c:325
+#: ../../standalone/draknet_.c:302
msgid "Please Wait... Applying the configuration"
msgstr "ٷ ּ... ϰ ֽϴ."
-#: ../../standalone/draknet_.c:428
+#: ../../standalone/draknet_.c:384 ../../standalone/draknet_.c:407
+msgid "Connected"
+msgstr ""
+
+#: ../../standalone/draknet_.c:384 ../../standalone/draknet_.c:407
+msgid "Not connected"
+msgstr " ȵ"
+
+#: ../../standalone/draknet_.c:385 ../../standalone/draknet_.c:408
+msgid "Connect..."
+msgstr "..."
+
+#: ../../standalone/draknet_.c:385 ../../standalone/draknet_.c:408
+msgid "Disconnect..."
+msgstr " ..."
+
+#: ../../standalone/draknet_.c:404
+msgid ""
+"Warning, another Internet connection has been detected, maybe using your "
+"network"
+msgstr ""
+
+#: ../../standalone/draknet_.c:431
msgid ""
"You don't have any configured interface.\n"
"Configure them first by clicking on 'Configure'"
@@ -7993,36 +10428,42 @@ msgstr ""
" ̽ ϴ.\n"
" ̽ ϼ."
-#: ../../standalone/draknet_.c:450
+#: ../../standalone/draknet_.c:453
msgid "LAN Configuration"
msgstr "LAN "
-#: ../../standalone/draknet_.c:457
+#: ../../standalone/draknet_.c:464
#, c-format
msgid "Adapter %s: %s"
msgstr " %s: %s"
-#: ../../standalone/draknet_.c:463
+#: ../../standalone/draknet_.c:470
msgid "Boot Protocol"
msgstr "Ʈ "
-#: ../../standalone/draknet_.c:464
+#: ../../standalone/draknet_.c:471
msgid "Started on boot"
msgstr "ý ۵"
-#: ../../standalone/draknet_.c:465
+#: ../../standalone/draknet_.c:472
msgid "DHCP client"
msgstr "DHCP Ŭ̾Ʈ"
-#: ../../standalone/draknet_.c:489 ../../standalone/draknet_.c:491
+#: ../../standalone/draknet_.c:497 ../../standalone/draknet_.c:500
msgid "activate now"
msgstr " Ȱȭ"
-#: ../../standalone/draknet_.c:489 ../../standalone/draknet_.c:491
-msgid "desactivate now"
+#: ../../standalone/draknet_.c:497 ../../standalone/draknet_.c:500
+msgid "deactivate now"
msgstr " Ȱȭ"
-#: ../../standalone/draknet_.c:538
+#: ../../standalone/draknet_.c:503
+msgid ""
+"This interface has not been configured yet.\n"
+"Launch the configuration wizard in the main window"
+msgstr ""
+
+#: ../../standalone/draknet_.c:560
msgid ""
"You don't have any internet connection.\n"
"Create one first by clicking on 'Configure'"
@@ -8030,133 +10471,160 @@ msgstr ""
"ͳ ϴ.\n"
" ϼ."
-#: ../../standalone/draknet_.c:562
+#: ../../standalone/draknet_.c:584
msgid "Internet connection configuration"
msgstr "ͳ "
-#: ../../standalone/draknet_.c:566
+#: ../../standalone/draknet_.c:588
msgid "Internet Connection Configuration"
msgstr "ͳ "
-#: ../../standalone/draknet_.c:575
+#: ../../standalone/draknet_.c:597
msgid "Connection type: "
msgstr " : "
-#: ../../standalone/draknet_.c:581
+#: ../../standalone/draknet_.c:603
msgid "Parameters"
msgstr ""
-#: ../../standalone/draknet_.c:608
+#: ../../standalone/draknet_.c:621
+msgid "Gateway"
+msgstr "Ʈ"
+
+#: ../../standalone/draknet_.c:630
msgid "Ethernet Card"
msgstr "̴ ī"
-#: ../../standalone/draknet_.c:609
+#: ../../standalone/draknet_.c:631
msgid "DHCP Client"
msgstr "DHCP Ŭ̾Ʈ"
-#: ../../standalone/draksec_.c:21
-msgid "Welcome To Crackers"
-msgstr "ȿ ŰȾ"
+#: ../../standalone/draksec_.c:31
+msgid "Setting security level"
+msgstr " "
-#: ../../standalone/draksec_.c:22
-msgid "Poor"
-msgstr ""
+#: ../../standalone/drakxconf_.c:47
+msgid "Control Center"
+msgstr "Ʈ "
-#: ../../standalone/draksec_.c:26
-msgid "Paranoid"
-msgstr "ְ"
+#: ../../standalone/drakxconf_.c:48
+msgid "Choose the tool you want to use"
+msgstr " ϼ."
-#: ../../standalone/draksec_.c:29
-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."
+#: ../../standalone/drakxtv_.c:48
+#, fuzzy
+msgid "Canada (cable)"
+msgstr "ij ()"
+
+#: ../../standalone/drakxtv_.c:48
+msgid "USA (bcast)"
msgstr ""
-" ҷ ſ Ͽ մϴ. ý ϱ⿡ \n"
-"ϰ ſ ΰϰ ۵մϴ: ͳ̳ Ʈ ýۿ\n"
-"δ . ȣ ϴ."
-#: ../../standalone/draksec_.c:32
-msgid ""
-"Password are now enabled, but use as a networked computer is still not "
-"recommended."
+#: ../../standalone/drakxtv_.c:48
+msgid "USA (cable)"
msgstr ""
-"ȣ , Ʈ ǻͷ ϱ⿡ "
-"ϴ."
-#: ../../standalone/draksec_.c:33
-msgid ""
-"Few improvements for this security level, the main one is that there are\n"
-"more security warnings and checks."
+#: ../../standalone/drakxtv_.c:48
+msgid "USA (cable-hrc)"
msgstr ""
-" Ȼ ϴ. \n"
-"Ÿϴ."
-#: ../../standalone/draksec_.c:35
-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. "
+#: ../../standalone/drakxtv_.c:49
+msgid "China (bcast)"
msgstr ""
-" Ŭ̾Ʈμ ͳݿ ϴµ ǥ ȵԴϴ.\n"
-" ޺ ý ˱ ֽϴ. "
-#: ../../standalone/draksec_.c:37
-msgid ""
-"With this security level, the use of this system as a server becomes "
-"possible.\n"
-"The security is now high enough to use the system as a server which accept\n"
-"connections from many clients. "
+#: ../../standalone/drakxtv_.c:49
+msgid "Japan (bcast)"
msgstr ""
-" ȵ ý ְ ˴ϴ.\n"
-" ȵ ܺ Ŭ̾Ʈ ޾Ƶ̴µ ־ \n"
-" ȵԴϴ. "
-#: ../../standalone/draksec_.c:40
-msgid ""
-"We take level 4 features, but now the system is entirely closed.\n"
-"Security features are at their maximum."
+#: ../../standalone/drakxtv_.c:49
+msgid "Japan (cable)"
msgstr ""
-" 4 ˴ϴ. ý ܺٿ ݸ˴ϴ.\n"
-"ְ Դϴ."
-#: ../../standalone/draksec_.c:65
-msgid "Security level"
-msgstr " "
+#: ../../standalone/drakxtv_.c:50
+msgid "East Europe"
+msgstr ""
-#: ../../standalone/draksec_.c:67
-msgid "Use libsafe for servers"
-msgstr " libsafe "
+#: ../../standalone/drakxtv_.c:50
+#, fuzzy
+msgid "Ireland"
+msgstr "̽"
+
+#: ../../standalone/drakxtv_.c:50
+msgid "West Europe"
+msgstr ""
+
+#: ../../standalone/drakxtv_.c:51
+#, fuzzy
+msgid "Australia"
+msgstr "ø 콺"
+
+#: ../../standalone/drakxtv_.c:51
+msgid "Newzealand"
+msgstr ""
+
+#: ../../standalone/drakxtv_.c:52
+msgid "South Africa"
+msgstr ""
-#: ../../standalone/draksec_.c:68
+#: ../../standalone/drakxtv_.c:53
+msgid "Argentina"
+msgstr ""
+
+#: ../../standalone/drakxtv_.c:58
msgid ""
-"A library which defends against buffer overflow and format string attacks."
-msgstr " ħ̳ ȭ ڿ ̺귯."
+"Please,\n"
+"type in your tv norm and country"
+msgstr ""
-#: ../../standalone/draksec_.c:72
-msgid "Setting security level"
-msgstr " "
+#: ../../standalone/drakxtv_.c:60
+msgid "TV norm :"
+msgstr ""
-#: ../../standalone/drakxconf_.c:47
-msgid "Control Center"
-msgstr "Ʈ "
+#: ../../standalone/drakxtv_.c:61
+msgid "Area :"
+msgstr ""
-#: ../../standalone/drakxconf_.c:48
-msgid "Choose the tool you want to use"
-msgstr " ϼ."
+#: ../../standalone/drakxtv_.c:65
+msgid "Scanning for TV channels in progress ..."
+msgstr ""
+
+#: ../../standalone/drakxtv_.c:72
+msgid "Scanning for TV channels"
+msgstr ""
+
+#: ../../standalone/drakxtv_.c:83
+msgid "No TV Card detected!"
+msgstr ""
+
+#: ../../standalone/drakxtv_.c:84
+msgid ""
+"No TV Card has been detected on your machine. Please verify that a Linux-"
+"supported Video/TV Card is correctly plugged in.\n"
+"\n"
+"\n"
+"You can visit our hardware database at:\n"
+"\n"
+"\n"
+"http://www.linux-mandrake.com/en/hardware.php3"
+msgstr ""
#: ../../standalone/keyboarddrake_.c:16
msgid "usage: keyboarddrake [--expert] [keyboard]\n"
msgstr ": keyboarddrake [--expert] [Ű]\n"
+#: ../../standalone/keyboarddrake_.c:29
+msgid "Please, choose your keyboard layout."
+msgstr "Ű ̾ƿ "
+
#: ../../standalone/keyboarddrake_.c:36
msgid "Do you want the BackSpace to return Delete in console?"
msgstr "ֿܼ 齺̽ Ű ⸦ ϵ Ͻðڽϱ?"
-#: ../../standalone/livedrake_.c:23
+#: ../../standalone/livedrake_.c:24
msgid "Change Cd-Rom"
msgstr "CDROM ٲٱ"
-#: ../../standalone/livedrake_.c:24
+#: ../../standalone/livedrake_.c:25
msgid ""
"Please insert the Installation Cd-Rom in your drive and press Ok when done.\n"
"If you don't have it, press Cancel to avoid live upgrade."
@@ -8164,27 +10632,275 @@ msgstr ""
"ġ CD-ROM Ŀ ȮΡ .\n"
"CD-ROM ٸ, ҡ ̺ ׷̵带 ϼ."
-#: ../../standalone/livedrake_.c:34
+#: ../../standalone/livedrake_.c:35
msgid "Unable to start live upgrade !!!\n"
msgstr "̺ ׷̵带 ϴ!!! \n"
-#: ../../standalone/mousedrake_.c:58
+#: ../../standalone/localedrake_.c:32
+msgid "The change is done, but to be effective you must logout"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:85 ../../standalone/logdrake_.c:501
+msgid "logdrake"
+msgstr "α׵巹ũ"
+
+#: ../../standalone/logdrake_.c:95
+#, fuzzy
+msgid "Show only for the selected day"
+msgstr " ¥ ظ ̱"
+
+#: ../../standalone/logdrake_.c:102
+msgid "/File/_New"
+msgstr "/(F)/ (_N)"
+
+#: ../../standalone/logdrake_.c:102
+msgid "<control>N"
+msgstr "<control>N"
+
+#: ../../standalone/logdrake_.c:103
+msgid "/File/_Open"
+msgstr "/(F)/(_O)"
+
+#: ../../standalone/logdrake_.c:103
+msgid "<control>O"
+msgstr "<control>O"
+
+#: ../../standalone/logdrake_.c:104
+msgid "/File/_Save"
+msgstr "/(F)/(_S)"
+
+#: ../../standalone/logdrake_.c:104
+msgid "<control>S"
+msgstr "<control>S"
+
+#: ../../standalone/logdrake_.c:105
+msgid "/File/Save _As"
+msgstr "/(F)/ ̸ (_A)"
+
+#: ../../standalone/logdrake_.c:106
+msgid "/File/-"
+msgstr "/(F)/-"
+
+#: ../../standalone/logdrake_.c:108
+msgid "/_Options"
+msgstr "/ɼ(_O)"
+
+#: ../../standalone/logdrake_.c:109
+msgid "/Options/Test"
+msgstr "/ɼ(O)/׽Ʈ"
+
+#: ../../standalone/logdrake_.c:110
+msgid "/_Help"
+msgstr "/(_H)"
+
+#: ../../standalone/logdrake_.c:111
+msgid "/Help/_About..."
+msgstr "/(H)/ α׷(_A)..."
+
+#: ../../standalone/logdrake_.c:118
+msgid "-misc-fixed-medium-r-*-*-*-100-*-*-*-*-*-*,*"
+msgstr ""
+"-misc-fixed-medium-r-*-*-*-120-75-75-*-*-iso8859-1,-*-gulim-medium-r-normal--"
+"*-120-75-75-c-*-ksc5601.1987-0,*-r-*"
+
+#: ../../standalone/logdrake_.c:119
+msgid "-misc-fixed-bold-r-*-*-*-100-*-*-*-*-*-*,*"
+msgstr ""
+"-misc-fixed-bold-r-*-*-*-120-75-75-*-*-iso8859-1,-*-gulim-bold-r-normal--*-"
+"120-75-75-c-*-ksc5601.1987-0,*-r-*"
+
+#: ../../standalone/logdrake_.c:173
+#, fuzzy
+msgid "User"
+msgstr "ڸ"
+
+#: ../../standalone/logdrake_.c:174
+#, fuzzy
+msgid "Messages"
+msgstr "޽"
+
+#: ../../standalone/logdrake_.c:175
+#, fuzzy
+msgid "Syslog"
+msgstr "ý α"
+
+#: ../../standalone/logdrake_.c:176
+msgid "Mandrake Tools Explanations"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:179
+msgid "search"
+msgstr "˻"
+
+#: ../../standalone/logdrake_.c:185
+msgid "A tool to monitor your logs"
+msgstr "α м "
+
+#: ../../standalone/logdrake_.c:186
+msgid "Settings"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:191
+msgid "matching"
+msgstr "ã ڿ"
+
+#: ../../standalone/logdrake_.c:192
+msgid "but not matching"
+msgstr " ڿ"
+
+#: ../../standalone/logdrake_.c:196
+msgid "Choose file"
+msgstr " "
+
+#: ../../standalone/logdrake_.c:201
+msgid "Calendar"
+msgstr "޷"
+
+#: ../../standalone/logdrake_.c:211
+msgid "Content of the file"
+msgstr " "
+
+#: ../../standalone/logdrake_.c:215 ../../standalone/logdrake_.c:390
+msgid "Mail/SMS alert"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:268
+#, c-format
+msgid "please wait, parsing file: %s"
+msgstr "ٷ ּ. м : %s"
+
+#: ../../standalone/logdrake_.c:405
+#, fuzzy
+msgid "Mail/SMS alert configuration"
+msgstr "ͳ "
+
+#: ../../standalone/logdrake_.c:406
+#, fuzzy
+msgid ""
+"Welcome to the mail/SMS configuration utility.\n"
+"\n"
+"Here, you'll be able to set up the alert system.\n"
+msgstr ""
+" ̽ϴ.\n"
+"\n"
+"⼭ αΰ йȣ ʿ Ǵ ʿ ʴ\n"
+"HTTP FTP ø ֽϴ.\n"
+
+# ../../share/compssUsers
+#: ../../standalone/logdrake_.c:414
+#, fuzzy
+msgid "proftpd"
+msgstr "ġ FTPD"
+
+#: ../../standalone/logdrake_.c:417
+msgid "sshd"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:418
+msgid "webmin"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:419
+#, fuzzy
+msgid "xinetd"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:422
+#, fuzzy
+msgid "service setting"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:423
+msgid ""
+"You will receive an alert if one of the selected service is no more running"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:433
+#, fuzzy
+msgid "load setting"
+msgstr " "
+
+#: ../../standalone/logdrake_.c:434
+msgid "You will receive an alert if the load is higher than this value"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:447
+#, fuzzy
+msgid "alert configuration"
+msgstr "ͳ "
+
+#: ../../standalone/logdrake_.c:448
+msgid "Configure the way the system will alert you"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:478
+msgid "Save as.."
+msgstr " ̸ "
+
+#: ../../standalone/mousedrake_.c:49
+msgid "Please, choose the type of your mouse."
+msgstr " 콺 Ͻʴϱ?"
+
+#: ../../standalone/mousedrake_.c:59
msgid "no serial_usb found\n"
msgstr "߰ߵ ø_USB ϴ.\n"
-#: ../../standalone/mousedrake_.c:62
+#: ../../standalone/mousedrake_.c:63
msgid "Emulate third button?"
msgstr "3ư ķƮ?"
-#: ../../standalone/tinyfirewall_.c:29
+#: ../../standalone/scannerdrake_.c:53
+#, c-format
+msgid "%s found on %s, configure it ?"
+msgstr ""
+
+#: ../../standalone/scannerdrake_.c:60
+#, fuzzy
+msgid "Select a scanner"
+msgstr "׷ ī "
+
+#: ../../standalone/scannerdrake_.c:80
+#, c-format
+msgid "This %s scanner is unsupported"
+msgstr ""
+
+#: ../../standalone/scannerdrake_.c:94
+#, c-format
+msgid ""
+"Scannerdrake was not able to detect your %s scanner.\n"
+"Please select the device where your scanner is plugged"
+msgstr ""
+
+#: ../../standalone/scannerdrake_.c:96
+#, fuzzy
+msgid "choose device"
+msgstr "Ʈ ġ"
+
+#: ../../standalone/scannerdrake_.c:102
+#, c-format
+msgid ""
+"This %s scanner must be configured by printerdrake.\n"
+"You can launch printerdrake from the Mandrake Control Center in Hardware "
+"section."
+msgstr ""
+
+#: ../../standalone/scannerdrake_.c:107
+#, c-format
+msgid ""
+"Your %s scanner has been configured.\n"
+"You may now scan documents using ``XSane'' from Multimedia/Graphics in the "
+"applications menu."
+msgstr ""
+
+#: ../../standalone/tinyfirewall_.c:31
msgid "Firewalling Configuration"
msgstr "ȭ "
-#: ../../standalone/tinyfirewall_.c:42
+#: ../../standalone/tinyfirewall_.c:44
msgid "Firewalling configuration"
msgstr "ȭ "
-#: ../../standalone/tinyfirewall_.c:77
+#: ../../standalone/tinyfirewall_.c:79
msgid ""
"Firewalling\n"
"\n"
@@ -8196,7 +10912,7 @@ msgstr ""
"ȭ ̹ Ǿ ֽϴ.\n"
"ȭ Ǵ Ϸ, ."
-#: ../../standalone/tinyfirewall_.c:81
+#: ../../standalone/tinyfirewall_.c:83
msgid ""
"Firewalling\n"
"\n"
@@ -8258,19 +10974,24 @@ msgstr "Ʈ "
msgid "Configure services"
msgstr " "
-#: ../../steps.pm_.c:30
-msgid "Create a bootdisk"
-msgstr "Ʈũ "
-
-#: ../../steps.pm_.c:32
+#: ../../steps.pm_.c:29
msgid "Install bootloader"
msgstr "Ʈδ ġ"
+#: ../../steps.pm_.c:31
+msgid "Create a bootdisk"
+msgstr "Ʈũ "
+
#: ../../steps.pm_.c:33
msgid "Configure X"
msgstr "X "
#: ../../steps.pm_.c:34
+#, fuzzy
+msgid "Install system updates"
+msgstr "ý ġ"
+
+#: ../../steps.pm_.c:35
msgid "Exit install"
msgstr "ġ "
@@ -8440,6 +11161,56 @@ msgstr "%s ϴ: %s\n"
msgid "Can't open %s for writing: %s\n"
msgstr "%s ϴ: %s\n"
+#: ../../tinyfirewall.pm_.c:180
+msgid "No I don't need DHCP"
+msgstr ""
+
+#: ../../tinyfirewall.pm_.c:180
+msgid "Yes I need DHCP"
+msgstr ""
+
+#: ../../tinyfirewall.pm_.c:181
+msgid "No I don't need NTP"
+msgstr ""
+
+#: ../../tinyfirewall.pm_.c:181
+msgid "Yes I need NTP"
+msgstr ""
+
+#: ../../tinyfirewall.pm_.c:182 ../../tinyfirewall.pm_.c:186
+msgid "Don't Save"
+msgstr ""
+
+#: ../../tinyfirewall.pm_.c:182 ../../tinyfirewall.pm_.c:186
+#: ../../tinyfirewall.pm_.c:206
+msgid "Save & Quit"
+msgstr ""
+
+#: ../../tinyfirewall.pm_.c:197 ../../tinyfirewall.pm_.c:201
+#, fuzzy
+msgid "Firewall Configuration Wizard"
+msgstr "ȭ "
+
+#: ../../tinyfirewall.pm_.c:199
+msgid "No (firewall this off from the internet)"
+msgstr ""
+
+#: ../../tinyfirewall.pm_.c:200
+msgid "Yes (allow this through the firewall)"
+msgstr ""
+
+#: ../../tinyfirewall.pm_.c:232
+#, fuzzy
+msgid "Please Wait... Verifying installed packages"
+msgstr "ġ غԴϴ. ٸ."
+
+#: ../../tinyfirewall.pm_.c:238
+#, c-format
+msgid ""
+"Failure installing the needed packages : %s and Bastille.\n"
+" Try to install them manually."
+msgstr ""
+
# ../../share/compssUsers
#: ../../share/compssUsers:999
msgid "Web/FTP"
@@ -8580,10 +11351,6 @@ msgstr "K Desktop ȯ, ⺻ ׷ ȯ"
msgid "Graphical Environment"
msgstr "׷ ȯ"
-#: ../../share/compssUsers:999
-msgid "Development"
-msgstr ""
-
# ../../share/compssUsers
#: ../../share/compssUsers:999
msgid "Apache, Pro-ftpd"
@@ -8598,6 +11365,10 @@ msgstr "CD "
msgid "Office Workstation"
msgstr "ǽ ũ̼"
+#: ../../share/compssUsers:999
+msgid "Server"
+msgstr ""
+
# ../../share/compssUsers
#: ../../share/compssUsers:999
msgid "Gnome, Icewm, Window Maker, Enlightenment, Fvwm, etc"
@@ -8701,11 +11472,6 @@ msgstr "gnucash ڱݰ α׷"
# ../../share/compssUsers
#: ../../share/compssUsers:999
-msgid "Games"
-msgstr ""
-
-# ../../share/compssUsers
-#: ../../share/compssUsers:999
msgid "Personal Information Management"
msgstr " "
@@ -8716,3 +11482,285 @@ msgstr "Ƽ̵ - CD "
#: ../../share/compssUsers:999
msgid "Scientific Workstation"
msgstr " ũ̼"
+
+#, fuzzy
+#~ msgid "About"
+#~ msgstr ""
+
+#, fuzzy
+#~ msgid "-adobe-utopia-medium-r-normal-*-12-*-*-*-p-*-iso8859-*,*-r-*"
+#~ msgstr ""
+#~ "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,-*-gulim-bold-r-"
+#~ "normal--16-*-*-*-c-*-ksc5601.1987-0,*-r-*"
+
+#~ msgid ""
+#~ "Can't access kernel modules corresponding to your kernel (file %s is "
+#~ "missing)"
+#~ msgstr "Ŀΰ ġϴ ⿡ ϴ.( %s )"
+
+#~ msgid "$f-$g %s)"
+#~ msgstr "$f-$g %s)"
+
+#~ msgid "None"
+#~ msgstr ""
+
+#~ msgid "Choose a default printer!"
+#~ msgstr "⺻ ͸ ϼ!"
+
+#~ msgid "Apply/Re-read printers"
+#~ msgstr "/ ٽб"
+
+#~ msgid "You may now provide its options to module %s."
+#~ msgstr " %s ̹ ɼ ֽϴ."
+
+#~ msgid "Low"
+#~ msgstr ""
+
+#~ msgid "Medium"
+#~ msgstr ""
+
+#~ msgid ""
+#~ "Few improvements for this security level, the main one is that there are\n"
+#~ "more security warnings and checks."
+#~ msgstr ""
+#~ " Ȼ ϴ. \n"
+#~ "Ÿϴ."
+
+#~ msgid "mount failed"
+#~ msgstr "Ʈ "
+
+#~ msgid "Boot mode"
+#~ msgstr "Ʈ "
+
+#, fuzzy
+#~ msgid "Export"
+#~ msgstr ""
+
+#, fuzzy
+#~ msgid ""
+#~ "To know about the options available for the current printer read either "
+#~ "the list shown below or click on the \"Print option list\" button. %s\n"
+#~ "\n"
+#~ msgstr ""
+#~ " Ϳ ִ ɼ , μ ɼ ϡ "
+#~ ".\n"
+#~ "\n"
+
+#~ msgid ""
+#~ "GNU/Linux manages time in GMT (Greenwich Mean Time) and translates it in\n"
+#~ "local time according to the time zone you selected."
+#~ msgstr ""
+#~ "GNU/ ð GMT(׸ġ ð) ϸ鼭, õ ð"
+#~ "\n"
+#~ " Ͽ ǥմϴ."
+
+#~ msgid "Connect to Internet"
+#~ msgstr "ͳݿ "
+
+#~ msgid "Disconnect from Internet"
+#~ msgstr "ͳ "
+
+#~ msgid "Configure network connection (LAN or Internet)"
+#~ msgstr "Ʈ (LAN Ǵ ͳ)"
+
+#, fuzzy
+#~ msgid "Detected %s, do you want to set it up?"
+#~ msgstr " ũ ̵ϰ ʴϱ?"
+
+#, fuzzy
+#~ msgid "Please choose the printer you want to set up."
+#~ msgstr "ġ Ű "
+
+#, fuzzy
+#~ msgid "Infos"
+#~ msgstr ""
+
+#, fuzzy
+#~ msgid "Windows Importation"
+#~ msgstr "GNOME ũ̼"
+
+#~ msgid "authentification"
+#~ msgstr ""
+
+#~ msgid "user"
+#~ msgstr ""
+
+#, fuzzy
+#~ msgid ""
+#~ "Please choose the desired printer/printer port.\n"
+#~ "\n"
+#~ msgstr " 콺 Ͻʴϱ?"
+
+#~ msgid "Scanning available nfs shared resource"
+#~ msgstr "ȿ NFS ڿ ˻ "
+
+#~ msgid "Scanning available nfs shared resource of server %s"
+#~ msgstr " %s ȿ NFS ڿ ˻ "
+
+#~ msgid "Scanning available samba shared resource"
+#~ msgstr "ȿ ڿ ˻ "
+
+#~ msgid "Scanning available samba shared resource of server %s"
+#~ msgstr " %s ȿ ڿ ˻ "
+
+#, fuzzy
+#~ msgid "\\@quit"
+#~ msgstr ""
+
+#~ msgid "Removable media"
+#~ msgstr "Ż ̵"
+
+#~ msgid "Active"
+#~ msgstr "Ȱȭ"
+
+#, fuzzy
+#~ msgid "No X"
+#~ msgstr "ƴϿ"
+
+#~ msgid "A printer, model \"%s\", has been detected on "
+#~ msgstr ", \"%s\", ߰"
+
+#~ msgid "Local Printer Device"
+#~ msgstr " ġ"
+
+#~ msgid "Printer Device"
+#~ msgstr " ġ"
+
+#~ msgid "Device/file name missing!"
+#~ msgstr "ġ/ ̸ ã !"
+
+#~ msgid "Printer(s) on remote CUPS server(s)"
+#~ msgstr " CUPS "
+
+#~ msgid "Printer(s) on remote server(s)"
+#~ msgstr " "
+
+#, fuzzy
+#~ msgid " Linux "
+#~ msgstr ""
+
+#, fuzzy
+#~ msgid " System "
+#~ msgstr "ý"
+
+#, fuzzy
+#~ msgid " Other "
+#~ msgstr "Ÿ"
+
+#, fuzzy
+#~ msgid "please choose your CD space"
+#~ msgstr "Ű ̾ƿ "
+
+#, fuzzy
+#~ msgid " Please check if you are using CDRW media"
+#~ msgstr "ü Ŭϼ."
+
+#, fuzzy
+#~ msgid " Tape "
+#~ msgstr ": "
+
+#, fuzzy
+#~ msgid " Use .backupignore files"
+#~ msgstr "߸ "
+
+#, fuzzy
+#~ msgid "Configure it"
+#~ msgstr "X "
+
+#, fuzzy
+#~ msgid "on Tape Device"
+#~ msgstr " ġ"
+
+#, fuzzy
+#~ msgid " Cancel "
+#~ msgstr ""
+
+#, fuzzy
+#~ msgid " Ok "
+#~ msgstr "Ȯ"
+
+#, fuzzy
+#~ msgid "close"
+#~ msgstr "ݱ"
+
+#~ msgid "Starting your connection..."
+#~ msgstr " ..."
+
+#~ msgid "Closing your connection..."
+#~ msgstr " ..."
+
+#~ msgid ""
+#~ "The connection is not closed.\n"
+#~ "Try to do it manually by running\n"
+#~ "/etc/sysconfig/network-scripts/net_cnx_down\n"
+#~ "in root."
+#~ msgstr ""
+#~ " ʽϴ.\n"
+#~ "Ʈ \n"
+#~ "/etc/sysconfig/network-scripts/net_cnx_down\n"
+#~ " ϼ."
+
+#~ msgid "The system is now disconnected."
+#~ msgstr " ý Դϴ."
+
+#~ msgid "Choose the size you want to install"
+#~ msgstr "ġ Ű 뷮 "
+
+#~ msgid "Total size: "
+#~ msgstr "ü ũ: "
+
+#~ msgid "Please wait, "
+#~ msgstr "ø ٸ, "
+
+#~ msgid "Total time "
+#~ msgstr "ü ð "
+
+#~ msgid "Use existing configuration for X11?"
+#~ msgstr "̹ ִ X11 Ͻðڽϱ?"
+
+#~ msgid ""
+#~ "What device is your printer connected to \n"
+#~ "(note that /dev/lp0 is equivalent to LPT1:)?\n"
+#~ msgstr ""
+#~ " ġ Ͱ Ǿ ֽϱ? \n"
+#~ "(: /dev/lp0 LPT1 شմϴ.)\n"
+
+#~ msgid "%s"
+#~ msgstr "%s"
+
+#~ msgid ""
+#~ "Warning, the network adapter is already configured. I will reconfigure it."
+#~ msgstr ": ̹ Ʈ ּҰ ֽϴ. ٽ Դϴ."
+
+#~ msgid "New"
+#~ msgstr " "
+
+#~ msgid "Remote"
+#~ msgstr ""
+
+#~ msgid ""
+#~ "Please click on a button above\n"
+#~ "\n"
+#~ "Or use \"New\""
+#~ msgstr ""
+#~ " ư ϳ ų,\n"
+#~ "\n"
+#~ " ⡹ ̿ϼ."
+
+#~ msgid "Use \"New\""
+#~ msgstr " ⡹"
+
+#~ msgid "If the list above doesn't contain the wanted entry, enter it here:"
+#~ msgstr " ϴ ׸ ã ٸ, ⿡ Էϼ:"
+
+#~ msgid "Shared resource"
+#~ msgstr " ڿ"
+
+#~ msgid "Ambiguity (%s), be more precise\n"
+#~ msgstr "ָ ǥ(%s), ڼ ּ.\n"
+
+#~ msgid " ? (default %s) "
+#~ msgstr " ? (⺻ %s) "
+
+#~ msgid "Your choice? (default %s enter `none' for none) "
+#~ msgstr " ? (⺻ %s, ٸ顸noneԷ) "
diff --git a/perl-install/share/po/lt.po b/perl-install/share/po/lt.po
index 8034d839a..f68be5356 100644
--- a/perl-install/share/po/lt.po
+++ b/perl-install/share/po/lt.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: DrakX \n"
-"POT-Creation-Date: 2001-09-21 19:50+0200\n"
+"POT-Creation-Date: 2002-03-11 18:29+0100\n"
"PO-Revision-Date: 2001-03-04 23:55+0200\n"
"Last-Translator: Mykolas Norvaias <Myka@centras.lt>\n"
"Language-Team: Lithuanian <komp_lt@konferencijos.lt>\n"
@@ -15,58 +15,68 @@ msgstr ""
"Content-Type: text/plain; charset=iso-8859-13\n"
"Content-Transfer-Encoding: 8bit\n"
-#: ../../Xconfigurator.pm_.c:231
+#: ../../Xconfigurator.pm_.c:242
msgid "Configure all heads independently"
msgstr ""
-#: ../../Xconfigurator.pm_.c:232
+#: ../../Xconfigurator.pm_.c:243
#, fuzzy
msgid "Use Xinerama extension"
msgstr "Naudokite automatin aptikim"
-#: ../../Xconfigurator.pm_.c:235
+#: ../../Xconfigurator.pm_.c:246
#, c-format
msgid "Configure only card \"%s\" (%s)"
msgstr ""
-#: ../../Xconfigurator.pm_.c:238
+#: ../../Xconfigurator.pm_.c:249
#, fuzzy
msgid "Multi-head configuration"
msgstr "skaitomi nustatymai"
-#: ../../Xconfigurator.pm_.c:239
+#: ../../Xconfigurator.pm_.c:250
msgid ""
"Your system support multiple head configuration.\n"
"What do you want to do?"
msgstr ""
-#: ../../Xconfigurator.pm_.c:248
+#: ../../Xconfigurator.pm_.c:261
msgid "Graphic card"
msgstr "Vaizdo plokt"
-#: ../../Xconfigurator.pm_.c:248
+#: ../../Xconfigurator.pm_.c:262
msgid "Select a graphic card"
msgstr "Pasirink vaizdo plokt"
-#: ../../Xconfigurator.pm_.c:249
+#: ../../Xconfigurator.pm_.c:286
msgid "Choose a X server"
msgstr "Pasirink X server"
-#: ../../Xconfigurator.pm_.c:249
+#: ../../Xconfigurator.pm_.c:286
msgid "X server"
msgstr "X serveris"
-#: ../../Xconfigurator.pm_.c:307 ../../Xconfigurator.pm_.c:313
-#: ../../Xconfigurator.pm_.c:363 ../../Xconfigurator.pm_.c:1435
+#: ../../Xconfigurator.pm_.c:293
+#, fuzzy
+msgid "Choose a X driver"
+msgstr "Pasirink X server"
+
+#: ../../Xconfigurator.pm_.c:293
+#, fuzzy
+msgid "X driver"
+msgstr "X serveris"
+
+#: ../../Xconfigurator.pm_.c:360 ../../Xconfigurator.pm_.c:366
+#: ../../Xconfigurator.pm_.c:416 ../../Xconfigurator.pm_.c:1507
#, c-format
msgid "XFree %s"
msgstr "XFree %s"
-#: ../../Xconfigurator.pm_.c:310
+#: ../../Xconfigurator.pm_.c:363
msgid "Which configuration of XFree do you want to have?"
msgstr "Kuri XFree konfigracij tu nori turti?"
-#: ../../Xconfigurator.pm_.c:321
+#: ../../Xconfigurator.pm_.c:374
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support but only with XFree %s.\n"
@@ -75,18 +85,18 @@ msgstr ""
"Tavo plokt palaiko 3D renginio akseleracij, bet tik su XFree %s.\n"
"Tavo plokt dirba su XFree %s, kuris galbt geriau palaiko 2D."
-#: ../../Xconfigurator.pm_.c:323 ../../Xconfigurator.pm_.c:356
+#: ../../Xconfigurator.pm_.c:376 ../../Xconfigurator.pm_.c:409
#, c-format
msgid "Your card can have 3D hardware acceleration support with XFree %s."
msgstr "Tavo plokt palaiko 3D akseleracij su XFree %s."
-#: ../../Xconfigurator.pm_.c:325 ../../Xconfigurator.pm_.c:358
-#: ../../Xconfigurator.pm_.c:1435
+#: ../../Xconfigurator.pm_.c:378 ../../Xconfigurator.pm_.c:411
+#: ../../Xconfigurator.pm_.c:1507
#, c-format
msgid "XFree %s with 3D hardware acceleration"
msgstr "XFree %s su 3D renginio akseleracija"
-#: ../../Xconfigurator.pm_.c:333 ../../Xconfigurator.pm_.c:347
+#: ../../Xconfigurator.pm_.c:386 ../../Xconfigurator.pm_.c:400
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support with XFree %s,\n"
@@ -95,12 +105,12 @@ msgstr ""
"Js korta palaiko 3D akseleracija su XFree %s.ATMINKITE, KAD TAI YRA "
"EKSPERIMENTINIS PALIKYMAS IR GALI PAKABINTI KOMPIUTER."
-#: ../../Xconfigurator.pm_.c:335 ../../Xconfigurator.pm_.c:349
+#: ../../Xconfigurator.pm_.c:388 ../../Xconfigurator.pm_.c:402
#, c-format
msgid "XFree %s with EXPERIMENTAL 3D hardware acceleration"
msgstr "XFree %s su EKSPERIMENTINE 3D renginio akseleracija"
-#: ../../Xconfigurator.pm_.c:344
+#: ../../Xconfigurator.pm_.c:397
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support but only with XFree %s,\n"
@@ -112,31 +122,31 @@ msgstr ""
"KOMPIUTER.\n"
"Js korta dirba su XFree %s kuris galbt geriau palaiko 2D."
-#: ../../Xconfigurator.pm_.c:364
+#: ../../Xconfigurator.pm_.c:417
msgid "Xpmac (installation display driver)"
msgstr ""
-#: ../../Xconfigurator.pm_.c:368
+#: ../../Xconfigurator.pm_.c:421
msgid "XFree configuration"
msgstr "XFree konfigravimas"
-#: ../../Xconfigurator.pm_.c:434
+#: ../../Xconfigurator.pm_.c:496
msgid "Select the memory size of your graphic card"
msgstr "Pasirink savo vaizdo plokts atminties dyd"
-#: ../../Xconfigurator.pm_.c:492
+#: ../../Xconfigurator.pm_.c:550
msgid "Choose options for server"
msgstr "Pasirink serverio nuostatas"
-#: ../../Xconfigurator.pm_.c:516
+#: ../../Xconfigurator.pm_.c:574
msgid "Choose a monitor"
msgstr "Pasirink monitori"
-#: ../../Xconfigurator.pm_.c:516
+#: ../../Xconfigurator.pm_.c:574
msgid "Monitor"
msgstr "Monitorius"
-#: ../../Xconfigurator.pm_.c:519
+#: ../../Xconfigurator.pm_.c:577
msgid ""
"The two critical parameters are the vertical refresh rate, which is the "
"rate\n"
@@ -157,39 +167,39 @@ msgstr ""
"u palaikom monitoriaus, nes gali j sugadinti. Jeigu abejoji,\n"
"pasirink konservatyvi nuostat."
-#: ../../Xconfigurator.pm_.c:526
+#: ../../Xconfigurator.pm_.c:584
msgid "Horizontal refresh rate"
msgstr "Horizontalaus atnaujinimo danis"
-#: ../../Xconfigurator.pm_.c:527
+#: ../../Xconfigurator.pm_.c:585
msgid "Vertical refresh rate"
msgstr "Vertikalaus atnaujinimo danis"
-#: ../../Xconfigurator.pm_.c:564
+#: ../../Xconfigurator.pm_.c:622
msgid "Monitor not configured"
msgstr "Monitorius nenurodytas"
-#: ../../Xconfigurator.pm_.c:567
+#: ../../Xconfigurator.pm_.c:625
msgid "Graphic card not configured yet"
msgstr "Vaizdo plokt dar nenurodyta"
-#: ../../Xconfigurator.pm_.c:570
+#: ../../Xconfigurator.pm_.c:628
msgid "Resolutions not chosen yet"
msgstr "Dar nepasirinkta skiriamoji geba"
-#: ../../Xconfigurator.pm_.c:587
+#: ../../Xconfigurator.pm_.c:646
msgid "Do you want to test the configuration?"
msgstr "Ar tu nori ibandyti nustatymus?"
-#: ../../Xconfigurator.pm_.c:591
+#: ../../Xconfigurator.pm_.c:650
msgid "Warning: testing this graphic card may freeze your computer"
msgstr "Perspjimas: ios plokts bandymas gali pakabinti kompiuter"
-#: ../../Xconfigurator.pm_.c:594
+#: ../../Xconfigurator.pm_.c:653
msgid "Test of the configuration"
msgstr "Nustatym tikrinimas"
-#: ../../Xconfigurator.pm_.c:632 ../../Xconfigurator.pm_.c:644
+#: ../../Xconfigurator.pm_.c:692 ../../Xconfigurator.pm_.c:704
msgid ""
"\n"
"try to change some parameters"
@@ -197,156 +207,175 @@ msgstr ""
"\n"
"pabandyk pakeisti kai kuriuos parametrus"
-#: ../../Xconfigurator.pm_.c:632 ../../Xconfigurator.pm_.c:644
+#: ../../Xconfigurator.pm_.c:692 ../../Xconfigurator.pm_.c:704
msgid "An error has occurred:"
msgstr "vyko klaida:"
-#: ../../Xconfigurator.pm_.c:668
+#: ../../Xconfigurator.pm_.c:731
#, c-format
msgid "Leaving in %d seconds"
msgstr "Baigiu per %d sekundi (-es)"
-#: ../../Xconfigurator.pm_.c:679
+#: ../../Xconfigurator.pm_.c:742
msgid "Is this the correct setting?"
msgstr "Ar toks nustatymas tave tenkina?"
-#: ../../Xconfigurator.pm_.c:688
+#: ../../Xconfigurator.pm_.c:751
msgid "An error has occurred, try to change some parameters"
msgstr "vyko klaida, bandyk pakeisti kai kuriuos parametrus"
-#: ../../Xconfigurator.pm_.c:759
+#: ../../Xconfigurator.pm_.c:822
msgid "Resolution"
msgstr "Skiriamoji geba"
-#: ../../Xconfigurator.pm_.c:810
+#: ../../Xconfigurator.pm_.c:874
msgid "Choose the resolution and the color depth"
msgstr "Pasirink skiriamj geb ir spalv gyl"
-#: ../../Xconfigurator.pm_.c:812
+#: ../../Xconfigurator.pm_.c:876
#, c-format
msgid "Graphic card: %s"
msgstr "Vaizdo plokt: %s"
-#: ../../Xconfigurator.pm_.c:813
+#: ../../Xconfigurator.pm_.c:877
#, c-format
msgid "XFree86 server: %s"
msgstr "XFree86 serveris: %s"
-#: ../../Xconfigurator.pm_.c:829 ../../printerdrake.pm_.c:1885
-#: ../../standalone/draknet_.c:298 ../../standalone/draknet_.c:301
+#: ../../Xconfigurator.pm_.c:891 ../../diskdrake/interactive.pm_.c:259
+#: ../../install_steps_interactive.pm_.c:208
+msgid "More"
+msgstr "Dar"
+
+#: ../../Xconfigurator.pm_.c:891 ../../install_gtk.pm_.c:84
+#: ../../install_steps_gtk.pm_.c:328 ../../interactive.pm_.c:127
+#: ../../interactive.pm_.c:142 ../../interactive.pm_.c:317
+#: ../../interactive.pm_.c:349 ../../interactive_http.pm_.c:104
+#: ../../interactive_newt.pm_.c:170 ../../interactive_stdio.pm_.c:141
+#: ../../interactive_stdio.pm_.c:142 ../../my_gtk.pm_.c:686
+#: ../../my_gtk.pm_.c:1019 ../../my_gtk.pm_.c:1041
+#: ../../standalone/drakbackup_.c:2298 ../../standalone/drakbackup_.c:2369
+#: ../../standalone/drakbackup_.c:2385
+msgid "Ok"
+msgstr "Gerai"
+
+#: ../../Xconfigurator.pm_.c:893 ../../network/netconnect.pm_.c:169
+#: ../../printerdrake.pm_.c:2470 ../../standalone/draknet_.c:275
+#: ../../standalone/draknet_.c:278
msgid "Expert Mode"
msgstr "Eksperto Reimas"
-#: ../../Xconfigurator.pm_.c:830
+#: ../../Xconfigurator.pm_.c:894
msgid "Show all"
msgstr "Rodyti visk"
-#: ../../Xconfigurator.pm_.c:875
+#: ../../Xconfigurator.pm_.c:939
msgid "Resolutions"
msgstr "Skiriamosios gebos"
-#: ../../Xconfigurator.pm_.c:1437
+#: ../../Xconfigurator.pm_.c:1509
#, c-format
msgid "Keyboard layout: %s\n"
msgstr "Klaviatros idstymas: %s\n"
-#: ../../Xconfigurator.pm_.c:1438
+#: ../../Xconfigurator.pm_.c:1510
#, c-format
msgid "Mouse type: %s\n"
msgstr "Pels tipas: %s\n"
-#: ../../Xconfigurator.pm_.c:1439
+#: ../../Xconfigurator.pm_.c:1511
#, c-format
msgid "Mouse device: %s\n"
msgstr "Pels renginys: %s\n"
-#: ../../Xconfigurator.pm_.c:1440
+#: ../../Xconfigurator.pm_.c:1512
#, c-format
msgid "Monitor: %s\n"
msgstr "Monitorius: %s\n"
-#: ../../Xconfigurator.pm_.c:1441
+#: ../../Xconfigurator.pm_.c:1513
#, c-format
msgid "Monitor HorizSync: %s\n"
msgstr "Monitoriaus horiz. skleistin: %s\n"
-#: ../../Xconfigurator.pm_.c:1442
+#: ../../Xconfigurator.pm_.c:1514
#, c-format
msgid "Monitor VertRefresh: %s\n"
msgstr "Monitoriaus vert. skleistin: %s\n"
-#: ../../Xconfigurator.pm_.c:1443
+#: ../../Xconfigurator.pm_.c:1515
#, c-format
msgid "Graphic card: %s\n"
msgstr "Vaizdo plokt: %s\n"
-#: ../../Xconfigurator.pm_.c:1444
+#: ../../Xconfigurator.pm_.c:1516
#, fuzzy, c-format
msgid "Graphic card identification: %s\n"
msgstr "Vaizdo plokt: %s\n"
-#: ../../Xconfigurator.pm_.c:1445
+#: ../../Xconfigurator.pm_.c:1517
#, c-format
msgid "Graphic memory: %s kB\n"
msgstr "Vaizdo atmintis: %s kB\n"
-#: ../../Xconfigurator.pm_.c:1447
+#: ../../Xconfigurator.pm_.c:1519
#, c-format
msgid "Color depth: %s\n"
msgstr "Spalv gylis: %s\n"
-#: ../../Xconfigurator.pm_.c:1448
+#: ../../Xconfigurator.pm_.c:1520
#, c-format
msgid "Resolution: %s\n"
msgstr "Skiriamoji geba: %s\n"
-#: ../../Xconfigurator.pm_.c:1450
+#: ../../Xconfigurator.pm_.c:1522
#, c-format
msgid "XFree86 server: %s\n"
msgstr "XFree86 serveris: %s\n"
-#: ../../Xconfigurator.pm_.c:1451
+#: ../../Xconfigurator.pm_.c:1523
#, c-format
msgid "XFree86 driver: %s\n"
msgstr "XFree86 tvarkykl: %s\n"
-#: ../../Xconfigurator.pm_.c:1469
+#: ../../Xconfigurator.pm_.c:1541
msgid "Preparing X-Window configuration"
msgstr "Ruoiami X-Window nustatymai"
-#: ../../Xconfigurator.pm_.c:1489
+#: ../../Xconfigurator.pm_.c:1561
msgid "What do you want to do?"
msgstr "K tu nori daryti?"
-#: ../../Xconfigurator.pm_.c:1494
+#: ../../Xconfigurator.pm_.c:1566
msgid "Change Monitor"
msgstr "Pakeisti monitori"
-#: ../../Xconfigurator.pm_.c:1495
+#: ../../Xconfigurator.pm_.c:1567
msgid "Change Graphic card"
msgstr "Pakeisti vaizdo plokt"
-#: ../../Xconfigurator.pm_.c:1497
+#: ../../Xconfigurator.pm_.c:1570
msgid "Change Server options"
msgstr "Pakeisti serverio nustatymus"
-#: ../../Xconfigurator.pm_.c:1498
+#: ../../Xconfigurator.pm_.c:1571
msgid "Change Resolution"
msgstr "Pakeisti skiriamj geb"
-#: ../../Xconfigurator.pm_.c:1499
+#: ../../Xconfigurator.pm_.c:1572
msgid "Show information"
msgstr "Rodyti informacij"
-#: ../../Xconfigurator.pm_.c:1500
+#: ../../Xconfigurator.pm_.c:1573
msgid "Test again"
msgstr "Patikrinti vl"
-#: ../../Xconfigurator.pm_.c:1501 ../../bootlook.pm_.c:156
+#: ../../Xconfigurator.pm_.c:1574 ../../printerdrake.pm_.c:2473
+#: ../../standalone/logdrake_.c:225
msgid "Quit"
msgstr "Ieiti"
-#: ../../Xconfigurator.pm_.c:1509
+#: ../../Xconfigurator.pm_.c:1582
#, c-format
msgid ""
"Keep the changes?\n"
@@ -359,20 +388,11 @@ msgstr ""
"\n"
"%s"
-#: ../../Xconfigurator.pm_.c:1532
-#, c-format
-msgid "Please relog into %s to activate the changes"
-msgstr "Praom i naujo paleisti %s, kad pakeitimai bt aktyvuoti"
-
-#: ../../Xconfigurator.pm_.c:1552
-msgid "Please log out and then use Ctrl-Alt-BackSpace"
-msgstr "Praom atsisveikinti ir paskui paspausti Ctrl-Alt-BackSpace"
-
-#: ../../Xconfigurator.pm_.c:1555
+#: ../../Xconfigurator.pm_.c:1603
msgid "X at startup"
msgstr "X paleidiant"
-#: ../../Xconfigurator.pm_.c:1556
+#: ../../Xconfigurator.pm_.c:1604
msgid ""
"I can set up your computer to automatically start X upon booting.\n"
"Would you like X to start when you reboot?"
@@ -380,6 +400,15 @@ msgstr ""
"Tu gali nustatyti, kad X startuot automatikai.\n"
"Ar tu nori, kad X startuot po kompiuterio perkrovimo?"
+#: ../../Xconfigurator.pm_.c:1610
+#, c-format
+msgid "Please relog into %s to activate the changes"
+msgstr "Praom i naujo paleisti %s, kad pakeitimai bt aktyvuoti"
+
+#: ../../Xconfigurator.pm_.c:1625
+msgid "Please log out and then use Ctrl-Alt-BackSpace"
+msgstr "Praom atsisveikinti ir paskui paspausti Ctrl-Alt-BackSpace"
+
#: ../../Xconfigurator_consts.pm_.c:6
msgid "256 colors (8 bits)"
msgstr "256 spalvos (8 bitai)"
@@ -400,253 +429,263 @@ msgstr "16 milijonai spalv (24 bitai)"
msgid "4 billion colors (32 bits)"
msgstr "4 milijardai spalv (32 bitai)"
-#: ../../Xconfigurator_consts.pm_.c:106
+#: ../../Xconfigurator_consts.pm_.c:113
msgid "256 kB"
msgstr "256 kB"
-#: ../../Xconfigurator_consts.pm_.c:107
+#: ../../Xconfigurator_consts.pm_.c:114
msgid "512 kB"
msgstr "512 kB"
-#: ../../Xconfigurator_consts.pm_.c:108
+#: ../../Xconfigurator_consts.pm_.c:115
msgid "1 MB"
msgstr "1 MB"
-#: ../../Xconfigurator_consts.pm_.c:109
+#: ../../Xconfigurator_consts.pm_.c:116
msgid "2 MB"
msgstr "2 MB"
-#: ../../Xconfigurator_consts.pm_.c:110
+#: ../../Xconfigurator_consts.pm_.c:117
msgid "4 MB"
msgstr "4 MB"
-#: ../../Xconfigurator_consts.pm_.c:111
+#: ../../Xconfigurator_consts.pm_.c:118
msgid "8 MB"
msgstr "8 MB"
-#: ../../Xconfigurator_consts.pm_.c:112
+#: ../../Xconfigurator_consts.pm_.c:119
#, fuzzy
msgid "16 MB"
msgstr "1 MB"
-#: ../../Xconfigurator_consts.pm_.c:113
+#: ../../Xconfigurator_consts.pm_.c:120
#, fuzzy
msgid "32 MB"
msgstr "2 MB"
-#: ../../Xconfigurator_consts.pm_.c:114
+#: ../../Xconfigurator_consts.pm_.c:121
#, fuzzy
msgid "64 MB or more"
msgstr "16 MB ar daugiau"
-#: ../../Xconfigurator_consts.pm_.c:122
+#: ../../Xconfigurator_consts.pm_.c:129
msgid "Standard VGA, 640x480 at 60 Hz"
msgstr "Standartinis VGA 640x480 prie 60 Hz"
-#: ../../Xconfigurator_consts.pm_.c:123
+#: ../../Xconfigurator_consts.pm_.c:130
msgid "Super VGA, 800x600 at 56 Hz"
msgstr "Super VGA 800x600 prie 56 Hz"
-#: ../../Xconfigurator_consts.pm_.c:124
+#: ../../Xconfigurator_consts.pm_.c:131
msgid "8514 Compatible, 1024x768 at 87 Hz interlaced (no 800x600)"
msgstr "Suderinamas su 8514, 1024x768 prie 87 Hz interlaced (nra 800x600)"
-#: ../../Xconfigurator_consts.pm_.c:125
+#: ../../Xconfigurator_consts.pm_.c:132
msgid "Super VGA, 1024x768 at 87 Hz interlaced, 800x600 at 56 Hz"
msgstr "Super VGA, 1024x768 prie 87 Hz interlaced, 800x600 prie 56 Hz"
-#: ../../Xconfigurator_consts.pm_.c:126
+#: ../../Xconfigurator_consts.pm_.c:133
msgid "Extended Super VGA, 800x600 at 60 Hz, 640x480 at 72 Hz"
msgstr "Iplstas Super VGA, 800x600 prie 60 Hz, 640x480 prie 72 Hz"
-#: ../../Xconfigurator_consts.pm_.c:127
+#: ../../Xconfigurator_consts.pm_.c:134
msgid "Non-Interlaced SVGA, 1024x768 at 60 Hz, 800x600 at 72 Hz"
msgstr "Non-Interlaced SVGA, 1024x768 prie 60 Hz, 800x600 prie 72 Hz"
-#: ../../Xconfigurator_consts.pm_.c:128
+#: ../../Xconfigurator_consts.pm_.c:135
msgid "High Frequency SVGA, 1024x768 at 70 Hz"
msgstr "Aukto danio SVGA, 1024x768 prie 70 Hz"
-#: ../../Xconfigurator_consts.pm_.c:129
+#: ../../Xconfigurator_consts.pm_.c:136
msgid "Multi-frequency that can do 1280x1024 at 60 Hz"
msgstr "Daugiadanis, galintis 1280x1024 prie 60 Hz"
-#: ../../Xconfigurator_consts.pm_.c:130
+#: ../../Xconfigurator_consts.pm_.c:137
msgid "Multi-frequency that can do 1280x1024 at 74 Hz"
msgstr "Daugiadanis, galintis 1280x1024 prie 74 Hz"
-#: ../../Xconfigurator_consts.pm_.c:131
+#: ../../Xconfigurator_consts.pm_.c:138
msgid "Multi-frequency that can do 1280x1024 at 76 Hz"
msgstr "Daugiadanis, galintis 1280 prie 76 Hz"
-#: ../../Xconfigurator_consts.pm_.c:132
+#: ../../Xconfigurator_consts.pm_.c:139
msgid "Monitor that can do 1600x1200 at 70 Hz"
msgstr "Monitorius, galintis 1600x1200 prie 70 Hz"
-#: ../../Xconfigurator_consts.pm_.c:133
+#: ../../Xconfigurator_consts.pm_.c:140
msgid "Monitor that can do 1600x1200 at 76 Hz"
msgstr "Monitorius, galintis 1600x1200 prie 76 Hz"
-#: ../../any.pm_.c:96 ../../any.pm_.c:121
+#: ../../any.pm_.c:116 ../../any.pm_.c:141
msgid "First sector of boot partition"
msgstr "Pirmasis krovos skirsnio sektorius"
-#: ../../any.pm_.c:96 ../../any.pm_.c:121 ../../any.pm_.c:194
+#: ../../any.pm_.c:116 ../../any.pm_.c:141 ../../any.pm_.c:218
msgid "First sector of drive (MBR)"
msgstr "Pirmasis kaupiklio sektorius (MBR)"
-#: ../../any.pm_.c:100
+#: ../../any.pm_.c:120
msgid "SILO Installation"
msgstr "SILO diegimas"
-#: ../../any.pm_.c:101 ../../any.pm_.c:114
+#: ../../any.pm_.c:121 ../../any.pm_.c:134
msgid "Where do you want to install the bootloader?"
msgstr "Kur nori diegti krovos tvarkykl?"
-#: ../../any.pm_.c:113
+#: ../../any.pm_.c:133
msgid "LILO/grub Installation"
msgstr "LILO/GRUB diegimas"
-#: ../../any.pm_.c:125 ../../any.pm_.c:139
+#: ../../any.pm_.c:145 ../../any.pm_.c:159
msgid "SILO"
msgstr "SILO"
-#: ../../any.pm_.c:127
+#: ../../any.pm_.c:147
msgid "LILO with text menu"
msgstr "LILO su tekstiniu meniu"
-#: ../../any.pm_.c:128 ../../any.pm_.c:139
+#: ../../any.pm_.c:148 ../../any.pm_.c:159
msgid "LILO with graphical menu"
msgstr "LILO su grafiniu meniu"
-#: ../../any.pm_.c:131
+#: ../../any.pm_.c:151
msgid "Grub"
msgstr "Grub"
-#: ../../any.pm_.c:135
+#: ../../any.pm_.c:155
msgid "Boot from DOS/Windows (loadlin)"
msgstr "krova su DOS/Windows (loadlin)"
-#: ../../any.pm_.c:137 ../../any.pm_.c:139
+#: ../../any.pm_.c:157 ../../any.pm_.c:159
msgid "Yaboot"
msgstr "Yaboot"
-#: ../../any.pm_.c:145 ../../any.pm_.c:177
+#: ../../any.pm_.c:166 ../../any.pm_.c:198
msgid "Bootloader main options"
msgstr "krovos tvarkykls pagrindins parinktys"
-#: ../../any.pm_.c:146 ../../any.pm_.c:178
+#: ../../any.pm_.c:167 ../../any.pm_.c:199
msgid "Bootloader to use"
msgstr "Naudojama krovos tvarkykl"
-#: ../../any.pm_.c:148
+#: ../../any.pm_.c:169
msgid "Bootloader installation"
msgstr "krovos tvarkykls diegimas"
-#: ../../any.pm_.c:150 ../../any.pm_.c:180
+#: ../../any.pm_.c:171 ../../any.pm_.c:201
msgid "Boot device"
msgstr "krovos renginys"
-#: ../../any.pm_.c:151
+#: ../../any.pm_.c:172
msgid "LBA (doesn't work on old BIOSes)"
msgstr "LBA (nedirba su senais BIOS'ais)"
-#: ../../any.pm_.c:152
+#: ../../any.pm_.c:173
msgid "Compact"
msgstr "Kompaktikas"
-#: ../../any.pm_.c:152
+#: ../../any.pm_.c:173
msgid "compact"
msgstr "kompaktikas"
-#: ../../any.pm_.c:153 ../../any.pm_.c:250
+#: ../../any.pm_.c:174 ../../any.pm_.c:298
msgid "Video mode"
msgstr "Vaizdo reimas"
-#: ../../any.pm_.c:155
+#: ../../any.pm_.c:176
msgid "Delay before booting default image"
msgstr "Palaukti prie kraunant prast atvaizd"
-#: ../../any.pm_.c:157 ../../any.pm_.c:730
-#: ../../install_steps_interactive.pm_.c:938 ../../network/modem.pm_.c:46
-#: ../../printerdrake.pm_.c:402 ../../printerdrake.pm_.c:481
-#: ../../standalone/draknet_.c:603
+#: ../../any.pm_.c:178 ../../any.pm_.c:796
+#: ../../install_steps_interactive.pm_.c:1115 ../../network/modem.pm_.c:48
+#: ../../printerdrake.pm_.c:708 ../../printerdrake.pm_.c:806
+#: ../../standalone/draknet_.c:625
msgid "Password"
msgstr "Slaptaodis"
-#: ../../any.pm_.c:158 ../../any.pm_.c:731
-#: ../../install_steps_interactive.pm_.c:939
+#: ../../any.pm_.c:179 ../../any.pm_.c:797
+#: ../../install_steps_interactive.pm_.c:1116
msgid "Password (again)"
msgstr "Slaptaodis (vl)"
-#: ../../any.pm_.c:159
+#: ../../any.pm_.c:180
msgid "Restrict command line options"
msgstr "Grietos komandins eiluts parinktys"
-#: ../../any.pm_.c:159
+#: ../../any.pm_.c:180
msgid "restrict"
msgstr "grieta"
-#: ../../any.pm_.c:161
+#: ../../any.pm_.c:182
msgid "Clean /tmp at each boot"
msgstr "Ivalyti /tmp kiekvien kart krovus"
-#: ../../any.pm_.c:162
+#: ../../any.pm_.c:183
#, c-format
msgid "Precise RAM size if needed (found %d MB)"
msgstr "Tikslus RAM atminties dydis (rasta %d MB)"
-#: ../../any.pm_.c:164
+#: ../../any.pm_.c:185
msgid "Enable multi profiles"
msgstr "Leisti kelet profili"
-#: ../../any.pm_.c:168
+#: ../../any.pm_.c:189
msgid "Give the ram size in MB"
msgstr "Nurodyk RAM atminties dyd (MB)"
-#: ../../any.pm_.c:170
+#: ../../any.pm_.c:191
msgid ""
"Option ``Restrict command line options'' is of no use without a password"
msgstr ""
"Parinktis Grietos komandins eiluts parinktys yra nenauding be "
"slaptaodio"
-#: ../../any.pm_.c:171 ../../any.pm_.c:707
-#: ../../install_steps_interactive.pm_.c:933
+#: ../../any.pm_.c:192 ../../any.pm_.c:773
+#: ../../diskdrake/interactive.pm_.c:1135
+#: ../../install_steps_interactive.pm_.c:1110
msgid "Please try again"
msgstr "Praom bandyti vl"
-#: ../../any.pm_.c:171 ../../any.pm_.c:707
-#: ../../install_steps_interactive.pm_.c:933
+#: ../../any.pm_.c:192 ../../any.pm_.c:773
+#: ../../install_steps_interactive.pm_.c:1110
msgid "The passwords do not match"
msgstr "Slaptaodiai nesutampa"
-#: ../../any.pm_.c:179
+#: ../../any.pm_.c:200
msgid "Init Message"
msgstr ""
-#: ../../any.pm_.c:181
+#: ../../any.pm_.c:202
msgid "Open Firmware Delay"
msgstr ""
-#: ../../any.pm_.c:182
+#: ../../any.pm_.c:203
msgid "Kernel Boot Timeout"
msgstr ""
-#: ../../any.pm_.c:183
+#: ../../any.pm_.c:204
msgid "Enable CD Boot?"
msgstr ""
-#: ../../any.pm_.c:184
+#: ../../any.pm_.c:205
msgid "Enable OF Boot?"
msgstr ""
-#: ../../any.pm_.c:185
+#: ../../any.pm_.c:206
#, fuzzy
msgid "Default OS?"
msgstr "prastas"
-#: ../../any.pm_.c:207
+#: ../../any.pm_.c:240
+msgid ""
+"You decided to install the bootloader on a partition.\n"
+"This implies you already have a bootloader on the hard drive you boot (eg: "
+"System Commander).\n"
+"\n"
+"On which drive are you booting?"
+msgstr ""
+
+#: ../../any.pm_.c:255
msgid ""
"Here are the different entries.\n"
"You can add some more or change the existing ones."
@@ -654,146 +693,156 @@ msgstr ""
"ia yra skirtingi raai.\n"
"Tu gali pakeisti esamus arba prijungti naujus."
-#: ../../any.pm_.c:217
+#: ../../any.pm_.c:265 ../../standalone/drakbackup_.c:752
+#: ../../standalone/drakbackup_.c:861 ../../standalone/drakfont_.c:789
+#: ../../standalone/drakfont_.c:826
msgid "Add"
msgstr "Pridti"
-#: ../../any.pm_.c:217 ../../any.pm_.c:718 ../../diskdrake.pm_.c:161
-#: ../../interactive_http.pm_.c:153 ../../printerdrake.pm_.c:1846
-#: ../../printerdrake.pm_.c:1847 ../../printerdrake.pm_.c:1904
-#: ../../printerdrake.pm_.c:1948
+#: ../../any.pm_.c:265 ../../any.pm_.c:784 ../../diskdrake/hd_gtk.pm_.c:153
+#: ../../diskdrake/removable.pm_.c:27 ../../diskdrake/smbnfs_gtk.pm_.c:86
+#: ../../interactive_http.pm_.c:153
msgid "Done"
msgstr "Atlikta"
-#: ../../any.pm_.c:217
+#: ../../any.pm_.c:265
#, fuzzy
msgid "Modify"
msgstr "Taisyti RAID"
-#: ../../any.pm_.c:225
+#: ../../any.pm_.c:273
msgid "Which type of entry do you want to add?"
msgstr "Kokio tipo ra tu nori pridti?"
-#: ../../any.pm_.c:226
+#: ../../any.pm_.c:274 ../../standalone/drakbackup_.c:895
msgid "Linux"
msgstr "Linux"
-#: ../../any.pm_.c:226
+#: ../../any.pm_.c:274
msgid "Other OS (SunOS...)"
msgstr "Kitos OS (SunOS...)"
-#: ../../any.pm_.c:227
+#: ../../any.pm_.c:275
msgid "Other OS (MacOS...)"
msgstr "Kitos OS (MacOS...)"
-#: ../../any.pm_.c:227
+#: ../../any.pm_.c:275
msgid "Other OS (windows...)"
msgstr "Kitos OS (Windows...)"
-#: ../../any.pm_.c:246
+#: ../../any.pm_.c:294
msgid "Image"
msgstr "Atvaizdas"
-#: ../../any.pm_.c:247 ../../any.pm_.c:258
+#: ../../any.pm_.c:295 ../../any.pm_.c:306
msgid "Root"
msgstr "akninis"
-#: ../../any.pm_.c:248 ../../any.pm_.c:277
+#: ../../any.pm_.c:296 ../../any.pm_.c:325
msgid "Append"
msgstr "Pridurti"
-#: ../../any.pm_.c:252
+#: ../../any.pm_.c:300
msgid "Initrd"
msgstr "Initrd"
-#: ../../any.pm_.c:253
+#: ../../any.pm_.c:301
msgid "Read-write"
msgstr "Skaitymui-raymui"
-#: ../../any.pm_.c:260
+#: ../../any.pm_.c:308
msgid "Table"
msgstr "Lentel"
-#: ../../any.pm_.c:261
+#: ../../any.pm_.c:309
msgid "Unsafe"
msgstr "Nesaugus"
-#: ../../any.pm_.c:268 ../../any.pm_.c:273 ../../any.pm_.c:276
+#: ../../any.pm_.c:316 ../../any.pm_.c:321 ../../any.pm_.c:324
msgid "Label"
msgstr "ym"
-#: ../../any.pm_.c:270 ../../any.pm_.c:281
+#: ../../any.pm_.c:318 ../../any.pm_.c:329
msgid "Default"
msgstr "prastas"
-#: ../../any.pm_.c:278
+#: ../../any.pm_.c:326
#, fuzzy
msgid "Initrd-size"
msgstr "Initrd"
-#: ../../any.pm_.c:280
+#: ../../any.pm_.c:328
msgid "NoVideo"
msgstr ""
-#: ../../any.pm_.c:288
+#: ../../any.pm_.c:336
msgid "Remove entry"
msgstr "Imesti ra"
-#: ../../any.pm_.c:291
+#: ../../any.pm_.c:339
msgid "Empty label not allowed"
msgstr "Tuia ym neleidiama"
-#: ../../any.pm_.c:292
+#: ../../any.pm_.c:340
+msgid "You must specify a kernel image"
+msgstr ""
+
+#: ../../any.pm_.c:340
+#, fuzzy
+msgid "You must specify a root partition"
+msgstr "Tu privalai turti swap skirsn"
+
+#: ../../any.pm_.c:341
msgid "This label is already used"
msgstr "i ym jau naudojama"
-#: ../../any.pm_.c:597
+#: ../../any.pm_.c:656
#, c-format
msgid "Found %s %s interfaces"
msgstr "Rasti %s %s interfeisai"
-#: ../../any.pm_.c:598
+#: ../../any.pm_.c:657
msgid "Do you have another one?"
msgstr "Ar turi dar vien?"
-#: ../../any.pm_.c:599
+#: ../../any.pm_.c:658
#, c-format
msgid "Do you have any %s interfaces?"
msgstr "Ar tu turi kok nors %s interfeis?"
-#: ../../any.pm_.c:601 ../../any.pm_.c:760 ../../interactive.pm_.c:112
-#: ../../my_gtk.pm_.c:715
+#: ../../any.pm_.c:660 ../../any.pm_.c:832 ../../interactive.pm_.c:132
+#: ../../my_gtk.pm_.c:1018
msgid "No"
msgstr "Ne"
-#: ../../any.pm_.c:601 ../../any.pm_.c:759 ../../interactive.pm_.c:112
-#: ../../my_gtk.pm_.c:715
+#: ../../any.pm_.c:660 ../../any.pm_.c:831 ../../interactive.pm_.c:132
+#: ../../my_gtk.pm_.c:1018
msgid "Yes"
msgstr "Taip"
-#: ../../any.pm_.c:602
+#: ../../any.pm_.c:661
msgid "See hardware info"
msgstr "Pairk rangos informacij"
#. -PO: the first %s is the card type (scsi, network, sound,...)
#. -PO: the second is the vendor+model name
-#: ../../any.pm_.c:637
+#: ../../any.pm_.c:695
#, c-format
msgid "Installing driver for %s card %s"
msgstr "diegiama tvarkykl %s ploktei %s"
-#: ../../any.pm_.c:638
+#: ../../any.pm_.c:696
#, c-format
msgid "(module %s)"
msgstr "(modulis %s)"
#. -PO: the %s is the driver type (scsi, network, sound,...)
-#: ../../any.pm_.c:649
+#: ../../any.pm_.c:707
#, c-format
msgid "Which %s driver should I try?"
msgstr "Koki %s tvarkykl turiau ibandyti?"
-#: ../../any.pm_.c:657
+#: ../../any.pm_.c:715
#, c-format
msgid ""
"In some cases, the %s driver needs to have extra information to work\n"
@@ -809,20 +858,22 @@ msgstr ""
"parinktis, ar leisi pabandyti nusistatyti paiai. Bandymas gali\n"
"pakabinti kompiuter, bet tai neturt padaryti alos."
-#: ../../any.pm_.c:662
+#: ../../any.pm_.c:720
msgid "Autoprobe"
msgstr "Automatinis bandymas"
-#: ../../any.pm_.c:662
+#: ../../any.pm_.c:720
msgid "Specify options"
msgstr "Nurodyti parinktis"
-#: ../../any.pm_.c:666
+#: ../../any.pm_.c:725
#, c-format
-msgid "You may now provide its options to module %s."
-msgstr "Dabar tu gali nurodyti parinktis moduliui %s."
+msgid ""
+"You may now provide its options to module %s.\n"
+"Note that any address should be entered with the prefix 0x like '0x123'"
+msgstr ""
-#: ../../any.pm_.c:672
+#: ../../any.pm_.c:731
#, c-format
msgid ""
"You may now provide its options to module %s.\n"
@@ -833,11 +884,11 @@ msgstr ""
"Opcij formatas yra toks : ''vardas=reikm vardas2=reikm2 ...''.\n"
"Pvz, ''io=0x300 irq=7''"
-#: ../../any.pm_.c:675
+#: ../../any.pm_.c:734
msgid "Module options:"
msgstr "Modulio parinktys:"
-#: ../../any.pm_.c:686
+#: ../../any.pm_.c:745
#, c-format
msgid ""
"Loading module %s failed.\n"
@@ -846,35 +897,51 @@ msgstr ""
"Modulio %s ikvietimas nepavyko.\n"
"Ar nori bandyti su kitais nustatymais?"
-#: ../../any.pm_.c:704
+#: ../../any.pm_.c:761
+msgid "access to X programs"
+msgstr ""
+
+#: ../../any.pm_.c:762
+msgid "access to rpm tools"
+msgstr ""
+
+#: ../../any.pm_.c:763
+msgid "allow \"su\""
+msgstr ""
+
+#: ../../any.pm_.c:764
+msgid "access to administrative files"
+msgstr ""
+
+#: ../../any.pm_.c:769
#, c-format
msgid "(already added %s)"
msgstr "(%s jau pridtas)"
-#: ../../any.pm_.c:708
+#: ../../any.pm_.c:774
msgid "This password is too simple"
msgstr "is slaptaodis pernelyg paprastas"
-#: ../../any.pm_.c:709
+#: ../../any.pm_.c:775
msgid "Please give a user name"
msgstr "Praom suteikti vartotojo vard"
-#: ../../any.pm_.c:710
+#: ../../any.pm_.c:776
msgid ""
"The user name must contain only lower cased letters, numbers, `-' and `_'"
msgstr ""
"Vartotojo vardas turi susidaryti tik i maj raidi, skaii ir simboli "
"`-' bei `_'"
-#: ../../any.pm_.c:711
+#: ../../any.pm_.c:777
msgid "This user name is already added"
msgstr "is vartotojo vardas jau pridtas"
-#: ../../any.pm_.c:715
+#: ../../any.pm_.c:781
msgid "Add user"
msgstr "Pridti vartotoj"
-#: ../../any.pm_.c:716
+#: ../../any.pm_.c:782
#, c-format
msgid ""
"Enter a user\n"
@@ -883,32 +950,32 @@ msgstr ""
"vesk vartotoj\n"
"%s"
-#: ../../any.pm_.c:717
+#: ../../any.pm_.c:783
msgid "Accept user"
msgstr "Priimti vartotoj"
-#: ../../any.pm_.c:728
+#: ../../any.pm_.c:794
msgid "Real name"
msgstr "Tikras vardas"
-#: ../../any.pm_.c:729 ../../printerdrake.pm_.c:401
-#: ../../printerdrake.pm_.c:480
+#: ../../any.pm_.c:795 ../../printerdrake.pm_.c:707
+#: ../../printerdrake.pm_.c:805
msgid "User name"
msgstr "Vartotojo vardas"
-#: ../../any.pm_.c:732
+#: ../../any.pm_.c:798
msgid "Shell"
msgstr "Shell"
-#: ../../any.pm_.c:734
+#: ../../any.pm_.c:800
msgid "Icon"
msgstr "Ikona"
-#: ../../any.pm_.c:756
+#: ../../any.pm_.c:828
msgid "Autologin"
msgstr "Automatinis pasisveikinimas"
-#: ../../any.pm_.c:757
+#: ../../any.pm_.c:829
#, fuzzy
msgid ""
"I can set up your computer to automatically log on one user.\n"
@@ -917,28 +984,198 @@ msgstr ""
"A galiu nustatyti taip, kad vienas vartotojas pasisveikint automatikai.\n"
"Jei nenori to naudoti, spausk mygtuk Nutraukti."
-#: ../../any.pm_.c:761
+#: ../../any.pm_.c:833
msgid "Choose the default user:"
msgstr "Pasirink prast vartotoj:"
-#: ../../any.pm_.c:762
+#: ../../any.pm_.c:834
msgid "Choose the window manager to run:"
msgstr "Pasirink, kuri lang tvarkykl naudosi:"
-#: ../../any.pm_.c:771
-msgid "Please, choose a language to use."
+#: ../../any.pm_.c:849
+#, fuzzy
+msgid "Please choose a language to use."
msgstr "Praom pasirinkti kalb, kuri naudosi."
-#: ../../any.pm_.c:773
+#: ../../any.pm_.c:851
msgid "You can choose other languages that will be available after install"
msgstr "Tu gali pasirinkti kitas kalbas, kurios bus prieinamos po diegimo"
-#: ../../any.pm_.c:785 ../../install_steps_interactive.pm_.c:633
+#: ../../any.pm_.c:863 ../../install_steps_interactive.pm_.c:719
+#: ../../standalone/drakxtv_.c:54
msgid "All"
msgstr "Visos"
+#: ../../any.pm_.c:955
+#, fuzzy
+msgid "Allow all users"
+msgstr "Pridti vartotoj"
+
+#: ../../any.pm_.c:955 ../../install_steps_interactive.pm_.c:521
+msgid "Custom"
+msgstr "Prisitaikyti"
+
+#: ../../any.pm_.c:955
+#, fuzzy
+msgid "No sharing"
+msgstr "CUPS paleidiamas"
+
+#: ../../any.pm_.c:965 ../../network/smbnfs.pm_.c:45
+#, fuzzy, c-format
+msgid "The package %s needs to be installed. Do you want to install it?"
+msgstr "Kokius js norite diegti paketus"
+
+#: ../../any.pm_.c:968
+msgid "You can export using NFS or Samba. Which one do you want"
+msgstr ""
+
+#: ../../any.pm_.c:976 ../../network/smbnfs.pm_.c:49
+#, c-format
+msgid "Mandatory package %s is missing"
+msgstr ""
+
+#: ../../any.pm_.c:982
+msgid ""
+"Do you want to allow users to export some directories in their home?\n"
+"Allowing this will permit users to simply click on \"Share\" in konqueror "
+"and nautilus.\n"
+"\n"
+"\"Custom\" permit a per-user granularity.\n"
+msgstr ""
+
+#: ../../any.pm_.c:996 ../../bootlook.pm_.c:161
+#: ../../diskdrake/smbnfs_gtk.pm_.c:85 ../../install_steps_gtk.pm_.c:464
+#: ../../install_steps_gtk.pm_.c:522 ../../install_steps_interactive.pm_.c:594
+#: ../../interactive.pm_.c:142 ../../interactive.pm_.c:317
+#: ../../interactive.pm_.c:349 ../../interactive_stdio.pm_.c:141
+#: ../../my_gtk.pm_.c:687 ../../my_gtk.pm_.c:690 ../../my_gtk.pm_.c:1019
+#: ../../network/netconnect.pm_.c:47 ../../printerdrake.pm_.c:1586
+#: ../../standalone/drakautoinst_.c:204 ../../standalone/drakbackup_.c:2264
+#: ../../standalone/drakbackup_.c:2289 ../../standalone/drakbackup_.c:2310
+#: ../../standalone/drakbackup_.c:2331 ../../standalone/drakbackup_.c:2349
+#: ../../standalone/drakbackup_.c:2397 ../../standalone/drakbackup_.c:2417
+#: ../../standalone/drakbackup_.c:2436 ../../standalone/drakfont_.c:767
+#: ../../standalone/drakgw_.c:721 ../../standalone/draknet_.c:116
+#: ../../standalone/draknet_.c:148 ../../standalone/draknet_.c:290
+#: ../../standalone/draknet_.c:538 ../../standalone/draknet_.c:680
+#: ../../standalone/logdrake_.c:225 ../../standalone/logdrake_.c:512
+#: ../../standalone/tinyfirewall_.c:65
+msgid "Cancel"
+msgstr "Nutraukti"
+
+#: ../../any.pm_.c:996
+msgid "Launch userdrake"
+msgstr ""
+
+#: ../../any.pm_.c:998
+msgid ""
+"The per-user sharing uses the group \"fileshare\". \n"
+"You can use userdrake to add a user in this group."
+msgstr ""
+
+#: ../../any.pm_.c:1035
+msgid "Welcome To Crackers"
+msgstr "Sveiki atvyk cracker'i al"
+
+#: ../../any.pm_.c:1036
+msgid "Poor"
+msgstr "Menkas"
+
+#: ../../any.pm_.c:1037 ../../mouse.pm_.c:31
+msgid "Standard"
+msgstr "Standartin"
+
+#: ../../any.pm_.c:1038
+msgid "High"
+msgstr "Auktas"
+
+#: ../../any.pm_.c:1039
+#, fuzzy
+msgid "Higher"
+msgstr "Auktas"
+
+#: ../../any.pm_.c:1040
+msgid "Paranoid"
+msgstr "Paranojikas"
+
+#: ../../any.pm_.c:1043
+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 ""
+"iame lygyje reikia elgtis atsargiai. Tai leidia lengviau naudoti sistem,\n"
+"bet labai jautriai: ji turt nebti naudojama kompiuteriuose,\n"
+"sujungtais su kitais arba prie Interneto. ia nra slaptaodi."
+
+#: ../../any.pm_.c:1046
+msgid ""
+"Password are now enabled, but use as a networked computer is still not "
+"recommended."
+msgstr ""
+"Dabar slaptaodiai yra jungti bet naudoti kaip tinklin kompiuter dar "
+"nerekomenduojama."
+
+#: ../../any.pm_.c:1047
+#, fuzzy
+msgid ""
+"This is the standard security recommended for a computer that will be used "
+"to connect to the Internet as a client."
+msgstr ""
+"is saugumo lygis yra standartinis, rekomenduojamas kompiuteriui, kuris\n"
+"naudojamas prisijungti prie interneto kaip klientas. Nra joki saugumo "
+"tikrinim."
+
+#: ../../any.pm_.c:1048
+msgid ""
+"There are already some restrictions, and more automatic checks are run every "
+"night."
+msgstr ""
+
+#: ../../any.pm_.c:1049
+#, fuzzy
+msgid ""
+"With this security level, the use of this system as a server becomes "
+"possible.\n"
+"The security is now high enough to use the system as a server which accept\n"
+"connections from many clients. Note: if your machine is only a client on the "
+"Internet, you should better choose a lower level."
+msgstr ""
+"Su iuo saugumo lygiu sistem jau galima naudoti kaip server. Saugumas\n"
+"yra pakankamai auktas, kad sistem bt galima naudoti serveriui, kuris "
+"priima\n"
+"prisijungimus i daugybs klient."
+
+#: ../../any.pm_.c:1052
+#, fuzzy
+msgid ""
+"Based on the previous level, but the system is entirely closed.\n"
+"Security features are at their maximum."
+msgstr ""
+"Dabar naudojami 4 lygio privalumai,bet sistema yra visikai udaryta.\n"
+"Saugumo savybs yra maksimalios."
+
+#: ../../any.pm_.c:1058
+msgid "Choose security level"
+msgstr "Pasirink saugumo lyg"
+
+#: ../../any.pm_.c:1061
+#, fuzzy
+msgid "Security level"
+msgstr "Nustatomas saugumo lygis"
+
+#: ../../any.pm_.c:1063
+#, fuzzy
+msgid "Use libsafe for servers"
+msgstr "Pasirink serverio nuostatas"
+
+#: ../../any.pm_.c:1064
+msgid ""
+"A library which defends against buffer overflow and format string attacks."
+msgstr ""
+
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#: ../../bootloader.pm_.c:259
+#: ../../bootloader.pm_.c:355
#, c-format
msgid ""
"Welcome to %s the operating system chooser!\n"
@@ -954,52 +1191,52 @@ msgstr ""
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:835
+#: ../../bootloader.pm_.c:928
msgid "Welcome to GRUB the operating system chooser!"
msgstr "Sveiki, besinaudojantys GRUB, operaciniu sistemu parinkikliu!"
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:838
+#: ../../bootloader.pm_.c:931
#, c-format
msgid "Use the %c and %c keys for selecting which entry is highlighted."
msgstr "Naudok %c ir %c klavisus, kad pasirinktum, kuris irasas pazymetas"
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:841
+#: ../../bootloader.pm_.c:934
msgid "Press enter to boot the selected OS, 'e' to edit the"
msgstr "Spausk enter, noredami ikrauti pasirinkta OS, 'e', noredami keisti"
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:844
+#: ../../bootloader.pm_.c:937
msgid "commands before booting, or 'c' for a command-line."
msgstr "komandas pries ikrova, arba 'c', komandinei eilutei iskviesti "
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:847
+#: ../../bootloader.pm_.c:940
#, c-format
msgid "The highlighted entry will be booted automatically in %d seconds."
msgstr "Pasirinktas irasas bus ikrautas automatiskai po %d sekundziu."
-#: ../../bootloader.pm_.c:851
+#: ../../bootloader.pm_.c:944
msgid "not enough room in /boot"
msgstr "nepakanka vietos /boot"
#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
#. -PO: so you may need to put them in English or in a different language if MS-windows doesn't exist in your language
-#: ../../bootloader.pm_.c:951
+#: ../../bootloader.pm_.c:1044
msgid "Desktop"
msgstr "Darbastalis"
#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#: ../../bootloader.pm_.c:953
+#: ../../bootloader.pm_.c:1046
msgid "Start Menu"
msgstr "Paleidimo meniu"
-#: ../../bootloader.pm_.c:972
+#: ../../bootloader.pm_.c:1065
#, fuzzy, c-format
msgid "You can't install the bootloader on a %s partition\n"
msgstr "Kur nori diegti krovos tvarkykl?"
@@ -1012,15 +1249,15 @@ msgstr "pagalba dar nesukurta.\n"
msgid "Boot Style Configuration"
msgstr "diegimo Tipo Konfiguracija"
-#: ../../bootlook.pm_.c:79
+#: ../../bootlook.pm_.c:79 ../../standalone/logdrake_.c:101
msgid "/_File"
msgstr "/Bylos"
-#: ../../bootlook.pm_.c:80
+#: ../../bootlook.pm_.c:80 ../../standalone/logdrake_.c:107
msgid "/File/_Quit"
msgstr "/Byla/Ieiti"
-#: ../../bootlook.pm_.c:80
+#: ../../bootlook.pm_.c:80 ../../standalone/logdrake_.c:107
msgid "<control>Q"
msgstr "<control>Q"
@@ -1046,113 +1283,166 @@ msgstr ""
msgid "Launch Aurora at boot time"
msgstr "krovos metu paleisti Aurora"
-#: ../../bootlook.pm_.c:100
+#: ../../bootlook.pm_.c:98
#, fuzzy
msgid "Lilo/grub mode"
msgstr "Skambinimo reimas"
-#: ../../bootlook.pm_.c:102
+#: ../../bootlook.pm_.c:98
+#, fuzzy
+msgid "Yaboot mode"
+msgstr "krovos reimas"
+
+#: ../../bootlook.pm_.c:104
#, fuzzy, c-format
msgid ""
"You are currently using %s as Boot Manager.\n"
"Click on Configure to launch the setup wizard."
msgstr "Interneto jungties dalinimas"
-#: ../../bootlook.pm_.c:104 ../../standalone/drakgw_.c:643
-#: ../../standalone/draknet_.c:280 ../../standalone/tinyfirewall_.c:57
+#: ../../bootlook.pm_.c:106 ../../standalone/drakbackup_.c:1467
+#: ../../standalone/drakbackup_.c:1478 ../../standalone/drakgw_.c:715
+#: ../../standalone/tinyfirewall_.c:59
#, fuzzy
msgid "Configure"
msgstr "Nustatyti X"
-#: ../../bootlook.pm_.c:108
-msgid "Boot mode"
-msgstr "krovos reimas"
-
-#: ../../bootlook.pm_.c:136
+#: ../../bootlook.pm_.c:141
msgid "System mode"
msgstr "Sistemos reimas"
-#: ../../bootlook.pm_.c:138
+#: ../../bootlook.pm_.c:143
msgid "Launch the X-Window system at start"
msgstr "Startuojant paleisti X_Windows"
-#: ../../bootlook.pm_.c:143
+#: ../../bootlook.pm_.c:148
msgid "No, I don't want autologin"
msgstr "Ne, a nenoriu automatinio pasisveikinimo"
-#: ../../bootlook.pm_.c:145
+#: ../../bootlook.pm_.c:150
msgid "Yes, I want autologin with this (user, desktop)"
msgstr "Taip, a noriu automatinio pasisveikinimo (vrtotojas, darbastalis)"
-#: ../../bootlook.pm_.c:155 ../../standalone/draknet_.c:108
-#: ../../standalone/draknet_.c:140 ../../standalone/draknet_.c:208
-#: ../../standalone/draknet_.c:320 ../../standalone/draknet_.c:433
-#: ../../standalone/draknet_.c:507 ../../standalone/draknet_.c:543
-#: ../../standalone/draknet_.c:644
+#: ../../bootlook.pm_.c:160 ../../network/netconnect.pm_.c:102
+#: ../../standalone/drakbackup_.c:2441 ../../standalone/drakbackup_.c:3345
+#: ../../standalone/drakfont_.c:532 ../../standalone/drakfont_.c:655
+#: ../../standalone/drakfont_.c:719 ../../standalone/drakfont_.c:765
+#: ../../standalone/draknet_.c:109 ../../standalone/draknet_.c:141
+#: ../../standalone/draknet_.c:297 ../../standalone/draknet_.c:436
+#: ../../standalone/draknet_.c:522 ../../standalone/draknet_.c:565
+#: ../../standalone/draknet_.c:666 ../../standalone/logdrake_.c:505
msgid "OK"
msgstr "Gerai"
-#: ../../bootlook.pm_.c:156 ../../install_steps_gtk.pm_.c:516
-#: ../../interactive.pm_.c:122 ../../interactive.pm_.c:286
-#: ../../interactive.pm_.c:308 ../../interactive_stdio.pm_.c:27
-#: ../../my_gtk.pm_.c:416 ../../my_gtk.pm_.c:419 ../../my_gtk.pm_.c:716
-#: ../../printerdrake.pm_.c:1158 ../../standalone/drakgw_.c:648
-#: ../../standalone/draknet_.c:115 ../../standalone/draknet_.c:147
-#: ../../standalone/draknet_.c:313 ../../standalone/draknet_.c:519
-#: ../../standalone/draknet_.c:658 ../../standalone/tinyfirewall_.c:63
-msgid "Cancel"
-msgstr "Nutraukti"
-
-#: ../../bootlook.pm_.c:224
+#: ../../bootlook.pm_.c:229
#, c-format
msgid "can not open /etc/inittab for reading: %s"
msgstr "negaliu atidaryti /etc/inittab skaitymui: %s"
-#: ../../bootlook.pm_.c:336 ../../standalone/drakboot_.c:47
-msgid "Installation of LILO failed. The following error occured:"
-msgstr "LILO diegimas nepavyko. vyko tokia klaida:"
-
-#: ../../common.pm_.c:93
+#: ../../common.pm_.c:94
msgid "GB"
msgstr "GB"
-#: ../../common.pm_.c:93
+#: ../../common.pm_.c:94
msgid "KB"
msgstr "KB"
-#: ../../common.pm_.c:93 ../../install_steps_graphical.pm_.c:287
-#: ../../install_steps_graphical.pm_.c:334
+#: ../../common.pm_.c:94
msgid "MB"
msgstr "MB"
-#: ../../common.pm_.c:101
+#: ../../common.pm_.c:102
msgid "TB"
msgstr "TB"
-#: ../../common.pm_.c:109
+#: ../../common.pm_.c:110
#, c-format
msgid "%d minutes"
msgstr "%d minuts"
-#: ../../common.pm_.c:111
+#: ../../common.pm_.c:112
msgid "1 minute"
msgstr "1 minut"
-#: ../../common.pm_.c:113
+#: ../../common.pm_.c:114
#, c-format
msgid "%d seconds"
msgstr "%d sekunds"
-#: ../../diskdrake.pm_.c:100
+#: ../../common.pm_.c:159
+#, fuzzy
+msgid "Can't make screenshots before partitioning"
+msgstr "A daugiau negaliu pridti n vieno skirsnio"
+
+#: ../../common.pm_.c:166
+#, fuzzy, c-format
+msgid "Screenshots will be available after install in %s"
+msgstr "Tu gali pasirinkti kitas kalbas, kurios bus prieinamos po diegimo"
+
+#: ../../crypto.pm_.c:12 ../../crypto.pm_.c:26 ../../standalone/drakxtv_.c:50
+msgid "France"
+msgstr "Pranczija"
+
+#: ../../crypto.pm_.c:13
+msgid "Costa Rica"
+msgstr ""
+
+#: ../../crypto.pm_.c:14 ../../crypto.pm_.c:27
+#, fuzzy
+msgid "Belgium"
+msgstr "Belg"
+
+#: ../../crypto.pm_.c:15 ../../crypto.pm_.c:28
+msgid "Czech Republic"
+msgstr ""
+
+#: ../../crypto.pm_.c:16 ../../crypto.pm_.c:29
+msgid "Germany"
+msgstr "Vokiei"
+
+#: ../../crypto.pm_.c:17 ../../crypto.pm_.c:30
+#, fuzzy
+msgid "Greece"
+msgstr "Graik"
+
+#: ../../crypto.pm_.c:18 ../../crypto.pm_.c:31
+#, fuzzy
+msgid "Norway"
+msgstr "Norveg"
+
+#: ../../crypto.pm_.c:19 ../../crypto.pm_.c:32
+#, fuzzy
+msgid "Sweden"
+msgstr "Pasiirti"
+
+#: ../../crypto.pm_.c:20 ../../crypto.pm_.c:34
+msgid "Netherlands"
+msgstr ""
+
+#: ../../crypto.pm_.c:21 ../../crypto.pm_.c:35 ../../standalone/drakxtv_.c:50
+#, fuzzy
+msgid "Italy"
+msgstr "Ital"
+
+#: ../../crypto.pm_.c:22 ../../crypto.pm_.c:36
+#, fuzzy
+msgid "Austria"
+msgstr "nuoseklioji"
+
+#: ../../crypto.pm_.c:33 ../../crypto.pm_.c:67
+msgid "United States"
+msgstr ""
+
+#: ../../diskdrake/hd_gtk.pm_.c:94
msgid "Please make a backup of your data first"
msgstr "Pradiai padaryk atsargin savo duomen kopij"
-#: ../../diskdrake.pm_.c:100 ../../diskdrake_interactive.pm_.c:801
-#: ../../diskdrake_interactive.pm_.c:810 ../../diskdrake_interactive.pm_.c:864
+#: ../../diskdrake/hd_gtk.pm_.c:94 ../../diskdrake/interactive.pm_.c:891
+#: ../../diskdrake/interactive.pm_.c:900 ../../diskdrake/interactive.pm_.c:954
msgid "Read carefully!"
msgstr "Perskaityk dmiai!"
-#: ../../diskdrake.pm_.c:103
+#: ../../diskdrake/hd_gtk.pm_.c:97
msgid ""
"If you plan to use aboot, be carefull to leave a free space (2048 sectors is "
"enough)\n"
@@ -1162,55 +1452,23 @@ msgstr ""
"sektori pakanka)\n"
"kaupiklio pradioje"
-#: ../../diskdrake.pm_.c:122 ../../diskdrake_interactive.pm_.c:313
-#: ../../diskdrake_interactive.pm_.c:328 ../../install_steps.pm_.c:72
-#: ../../install_steps_interactive.pm_.c:37
-#: ../../install_steps_interactive.pm_.c:310 ../../interactive_http.pm_.c:119
-#: ../../interactive_http.pm_.c:120 ../../standalone/diskdrake_.c:62
+#: ../../diskdrake/hd_gtk.pm_.c:116 ../../diskdrake/interactive.pm_.c:325
+#: ../../diskdrake/interactive.pm_.c:340 ../../diskdrake/smbnfs_gtk.pm_.c:45
+#: ../../install_steps.pm_.c:75 ../../install_steps_interactive.pm_.c:67
+#: ../../install_steps_interactive.pm_.c:356 ../../interactive_http.pm_.c:119
+#: ../../interactive_http.pm_.c:120 ../../standalone/diskdrake_.c:84
msgid "Error"
msgstr "Klaida"
-#: ../../diskdrake.pm_.c:159
+#: ../../diskdrake/hd_gtk.pm_.c:151
msgid "Wizard"
msgstr "Meistras"
-#: ../../diskdrake.pm_.c:181
-msgid "New"
-msgstr "Naujas"
-
-#: ../../diskdrake.pm_.c:203 ../../diskdrake.pm_.c:206
-#, fuzzy
-msgid "Remote"
-msgstr "Imesti"
-
-#: ../../diskdrake.pm_.c:208 ../../diskdrake.pm_.c:479
-#: ../../diskdrake_interactive.pm_.c:352 ../../diskdrake_interactive.pm_.c:523
-msgid "Mount point"
-msgstr "Prijungimo vieta"
-
-#: ../../diskdrake.pm_.c:209
-msgid "Options"
-msgstr "Pasirinktys"
-
-#: ../../diskdrake.pm_.c:211 ../../diskdrake.pm_.c:417
-#: ../../diskdrake.pm_.c:534 ../../diskdrake_interactive.pm_.c:353
-#: ../../diskdrake_interactive.pm_.c:488
-msgid "Type"
-msgstr "Ris"
-
-#: ../../diskdrake.pm_.c:223 ../../diskdrake_interactive.pm_.c:361
-msgid "Unmount"
-msgstr "Atjungti"
-
-#: ../../diskdrake.pm_.c:224 ../../diskdrake_interactive.pm_.c:357
-msgid "Mount"
-msgstr "Primontuoti"
-
-#: ../../diskdrake.pm_.c:228
+#: ../../diskdrake/hd_gtk.pm_.c:181 ../../diskdrake/removable_gtk.pm_.c:24
msgid "Choose action"
msgstr "Pasirink veiksm"
-#: ../../diskdrake.pm_.c:235
+#: ../../diskdrake/hd_gtk.pm_.c:185
msgid ""
"You have one big FAT partition\n"
"(generally used by MicroSoft Dos/Windows).\n"
@@ -1222,228 +1480,149 @@ msgstr ""
"Patariu tau pakeisti to skirsnio dyd\n"
"(spragtelk ant jo, tada ant Pakeisti dyd)"
-#: ../../diskdrake.pm_.c:238
+#: ../../diskdrake/hd_gtk.pm_.c:188
msgid "Please click on a partition"
msgstr "Praom spragtelti ant skirsnio"
-#: ../../diskdrake.pm_.c:240
-#, fuzzy
-msgid "Please click on a media"
-msgstr "Praom spragtelti ant skirsnio"
-
-#: ../../diskdrake.pm_.c:243
-#, fuzzy
-msgid ""
-"Please click on a button above\n"
-"\n"
-"Or use \"New\""
-msgstr "Praom spragtelti ant skirsnio"
-
-#: ../../diskdrake.pm_.c:244
-msgid "Use \"New\""
-msgstr ""
-
-#: ../../diskdrake.pm_.c:263 ../../install_steps_gtk.pm_.c:517
+#: ../../diskdrake/hd_gtk.pm_.c:202 ../../diskdrake/smbnfs_gtk.pm_.c:67
+#: ../../install_steps_gtk.pm_.c:523
msgid "Details"
msgstr "Detals"
-#: ../../diskdrake.pm_.c:395
+#: ../../diskdrake/hd_gtk.pm_.c:320
msgid "Ext2"
msgstr "Ext2"
-#: ../../diskdrake.pm_.c:395
+#: ../../diskdrake/hd_gtk.pm_.c:320
msgid "FAT"
msgstr "FAT"
-#: ../../diskdrake.pm_.c:395
+#: ../../diskdrake/hd_gtk.pm_.c:320
msgid "HFS"
msgstr "HFS"
-#: ../../diskdrake.pm_.c:395
+#: ../../diskdrake/hd_gtk.pm_.c:320
#, fuzzy
msgid "Journalised FS"
msgstr "primontuoti nepavyko"
-#: ../../diskdrake.pm_.c:395
+#: ../../diskdrake/hd_gtk.pm_.c:320
msgid "SunOS"
msgstr "SunOS"
-#: ../../diskdrake.pm_.c:395
+#: ../../diskdrake/hd_gtk.pm_.c:320
msgid "Swap"
msgstr "Swap"
-#: ../../diskdrake.pm_.c:396 ../../diskdrake_interactive.pm_.c:952
+#: ../../diskdrake/hd_gtk.pm_.c:321 ../../diskdrake/interactive.pm_.c:1050
msgid "Empty"
msgstr "Tuias"
-#: ../../diskdrake.pm_.c:396 ../../install_steps_gtk.pm_.c:373
-#: ../../install_steps_gtk.pm_.c:433 ../../mouse.pm_.c:161
-#: ../../services.pm_.c:161
+#: ../../diskdrake/hd_gtk.pm_.c:321 ../../install_steps_gtk.pm_.c:379
+#: ../../install_steps_gtk.pm_.c:439 ../../mouse.pm_.c:162
+#: ../../services.pm_.c:157 ../../standalone/drakbackup_.c:944
msgid "Other"
msgstr "Kitas"
-#: ../../diskdrake.pm_.c:400
+#: ../../diskdrake/hd_gtk.pm_.c:325
msgid "Filesystem types:"
msgstr "Byl sistemos tipai:"
-#: ../../diskdrake.pm_.c:417 ../../diskdrake_interactive.pm_.c:375
+#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/interactive.pm_.c:386
msgid "Create"
msgstr "Sukurti"
-#: ../../diskdrake.pm_.c:417 ../../diskdrake.pm_.c:419
+#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/interactive.pm_.c:365
+#: ../../diskdrake/interactive.pm_.c:499 ../../diskdrake/removable.pm_.c:26
+#: ../../diskdrake/removable.pm_.c:49 ../../diskdrake/removable_gtk.pm_.c:17
+msgid "Type"
+msgstr "Ris"
+
+#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/hd_gtk.pm_.c:344
#, c-format
msgid "Use ``%s'' instead"
msgstr "Naudok %s vietoj to"
-#: ../../diskdrake.pm_.c:419 ../../diskdrake_interactive.pm_.c:362
+#: ../../diskdrake/hd_gtk.pm_.c:344 ../../diskdrake/interactive.pm_.c:374
msgid "Delete"
msgstr "Itrinti"
-#: ../../diskdrake.pm_.c:423
+#: ../../diskdrake/hd_gtk.pm_.c:348
msgid "Use ``Unmount'' first"
msgstr "Pirmiau naudok Numontuoti"
-#: ../../diskdrake.pm_.c:424 ../../diskdrake_interactive.pm_.c:480
+#: ../../diskdrake/hd_gtk.pm_.c:349 ../../diskdrake/interactive.pm_.c:491
#, c-format
msgid ""
"After changing type of partition %s, all data on this partition will be lost"
msgstr "Pakeitus skirsnio %s tip, visi duomenys jame bus prarasti"
-#: ../../diskdrake.pm_.c:478 ../../diskdrake_interactive.pm_.c:522
-#, c-format
-msgid "Where do you want to mount device %s?"
-msgstr "Kur nori primontuoti rengin %s?"
-
-#: ../../diskdrake.pm_.c:500
-#, fuzzy
-msgid "Mount options"
-msgstr "Modulio parinktys:"
-
-#: ../../diskdrake.pm_.c:507
-msgid "Various"
-msgstr ""
-
-#: ../../diskdrake.pm_.c:525
-#, fuzzy
-msgid "Removable media"
-msgstr "Iimam laikmen automatinis montavimas"
-
-#: ../../diskdrake.pm_.c:532
-#, fuzzy
-msgid "Change type"
-msgstr "Pakeisti skirsnio tip"
-
-#: ../../diskdrake.pm_.c:533 ../../diskdrake_interactive.pm_.c:487
-msgid "Which filesystem do you want?"
-msgstr "Kokios byl sistemos tu nori?"
-
-#: ../../diskdrake.pm_.c:564
-msgid "Scanning available nfs shared resource"
-msgstr ""
-
-#: ../../diskdrake.pm_.c:569
-#, c-format
-msgid "Scanning available nfs shared resource of server %s"
-msgstr ""
-
-#: ../../diskdrake.pm_.c:578 ../../diskdrake.pm_.c:648
-msgid "If the list above doesn't contain the wanted entry, enter it here:"
-msgstr ""
-
-#: ../../diskdrake.pm_.c:581 ../../diskdrake.pm_.c:651
-#, fuzzy
-msgid "Server"
-msgstr "serveris"
-
-#: ../../diskdrake.pm_.c:582 ../../diskdrake.pm_.c:652
-msgid "Shared resource"
-msgstr ""
-
-#: ../../diskdrake.pm_.c:615
-msgid "Scanning available samba shared resource"
-msgstr ""
-
-#: ../../diskdrake.pm_.c:626 ../../diskdrake.pm_.c:639
-#, c-format
-msgid "Scanning available samba shared resource of server %s"
-msgstr ""
-
-#: ../../diskdrake_interactive.pm_.c:163
+#: ../../diskdrake/interactive.pm_.c:171
#, fuzzy
msgid "Choose a partition"
msgstr "Pasirink veiksm"
-#: ../../diskdrake_interactive.pm_.c:163
+#: ../../diskdrake/interactive.pm_.c:171
#, fuzzy
msgid "Choose another partition"
msgstr "Sukurti nauj skirsn"
-#: ../../diskdrake_interactive.pm_.c:188
+#: ../../diskdrake/interactive.pm_.c:196
#, fuzzy
msgid "Exit"
msgstr "Ext2"
-#: ../../diskdrake_interactive.pm_.c:210
+#: ../../diskdrake/interactive.pm_.c:218
msgid "Toggle to expert mode"
msgstr "Pakeisti eksperto reim"
-#: ../../diskdrake_interactive.pm_.c:210
+#: ../../diskdrake/interactive.pm_.c:218
msgid "Toggle to normal mode"
msgstr "Pakeisti normal reim"
-#: ../../diskdrake_interactive.pm_.c:210
+#: ../../diskdrake/interactive.pm_.c:218
msgid "Undo"
msgstr "Sugrti"
-#: ../../diskdrake_interactive.pm_.c:229
+#: ../../diskdrake/interactive.pm_.c:237
msgid "Continue anyway?"
msgstr "Ar vis tiek tsti?"
-#: ../../diskdrake_interactive.pm_.c:234
+#: ../../diskdrake/interactive.pm_.c:242
msgid "Quit without saving"
msgstr "Ieiti neisaugojus"
-#: ../../diskdrake_interactive.pm_.c:234
+#: ../../diskdrake/interactive.pm_.c:242
msgid "Quit without writing the partition table?"
msgstr "Ieiti neisaugojus skirsni lentels?"
-#: ../../diskdrake_interactive.pm_.c:237
+#: ../../diskdrake/interactive.pm_.c:247
#, fuzzy
msgid "Do you want to save /etc/fstab modifications"
msgstr "Ar tu nori ibandyti nustatymus?"
-#: ../../diskdrake_interactive.pm_.c:247
+#: ../../diskdrake/interactive.pm_.c:259
msgid "Auto allocate"
msgstr "Automatinis suskirstymas"
-#: ../../diskdrake_interactive.pm_.c:247
+#: ../../diskdrake/interactive.pm_.c:259
msgid "Clear all"
msgstr "Ivalyti visk"
-#: ../../diskdrake_interactive.pm_.c:247
-#: ../../install_steps_interactive.pm_.c:171
-msgid "More"
-msgstr "Dar"
-
-#: ../../diskdrake_interactive.pm_.c:250
+#: ../../diskdrake/interactive.pm_.c:262
#, fuzzy
msgid "Hard drive information"
msgstr "Pato informacij"
-#: ../../diskdrake_interactive.pm_.c:267
-#, fuzzy
-msgid "Not enough space for auto-allocating"
-msgstr "Naujiems skirsniams nepakanka laisvos vietos"
-
-#: ../../diskdrake_interactive.pm_.c:273
+#: ../../diskdrake/interactive.pm_.c:283
msgid "All primary partitions are used"
msgstr "Visi pirminiai skirsniai yra naudojami"
-#: ../../diskdrake_interactive.pm_.c:274
+#: ../../diskdrake/interactive.pm_.c:284
msgid "I can't add any more partition"
msgstr "A daugiau negaliu pridti n vieno skirsnio"
-#: ../../diskdrake_interactive.pm_.c:275
+#: ../../diskdrake/interactive.pm_.c:285
msgid ""
"To have more partitions, please delete one to be able to create an extended "
"partition"
@@ -1451,35 +1630,35 @@ msgstr ""
"Jei nori turti daugiau skirsni, praom itrinti vien, kad vietoj jo "
"galtum sukurti iplstin"
-#: ../../diskdrake_interactive.pm_.c:285
+#: ../../diskdrake/interactive.pm_.c:295
#, fuzzy
msgid "Save partition table"
msgstr "rayti skirsni lentel"
-#: ../../diskdrake_interactive.pm_.c:286
+#: ../../diskdrake/interactive.pm_.c:296
#, fuzzy
msgid "Restore partition table"
msgstr "Igelbti skirsni lentel"
-#: ../../diskdrake_interactive.pm_.c:287
+#: ../../diskdrake/interactive.pm_.c:297
msgid "Rescue partition table"
msgstr "Igelbti skirsni lentel"
-#: ../../diskdrake_interactive.pm_.c:289
+#: ../../diskdrake/interactive.pm_.c:299
#, fuzzy
msgid "Reload partition table"
msgstr "Igelbti skirsni lentel"
-#: ../../diskdrake_interactive.pm_.c:293
+#: ../../diskdrake/interactive.pm_.c:304
#, fuzzy
msgid "Removable media automounting"
msgstr "Iimam laikmen automatinis montavimas"
-#: ../../diskdrake_interactive.pm_.c:301 ../../diskdrake_interactive.pm_.c:321
+#: ../../diskdrake/interactive.pm_.c:313 ../../diskdrake/interactive.pm_.c:333
msgid "Select file"
msgstr "Pasirink byl"
-#: ../../diskdrake_interactive.pm_.c:308
+#: ../../diskdrake/interactive.pm_.c:320
msgid ""
"The backup partition table has not the same size\n"
"Still continue?"
@@ -1487,11 +1666,11 @@ msgstr ""
"Atsargin skirsni lentel nra tokio paties dydio\n"
"Vis tiek tsti?"
-#: ../../diskdrake_interactive.pm_.c:322
+#: ../../diskdrake/interactive.pm_.c:334
msgid "Warning"
msgstr "Dmesio"
-#: ../../diskdrake_interactive.pm_.c:323
+#: ../../diskdrake/interactive.pm_.c:335
msgid ""
"Insert a floppy in drive\n"
"All data on this floppy will be lost"
@@ -1499,99 +1678,124 @@ msgstr ""
"dk diskel kaupikl\n"
"Visi duomenys diskelyje bus prarasti"
-#: ../../diskdrake_interactive.pm_.c:334
+#: ../../diskdrake/interactive.pm_.c:346
msgid "Trying to rescue partition table"
msgstr "Bandau igelbti skirsni lentel"
-#: ../../diskdrake_interactive.pm_.c:340
+#: ../../diskdrake/interactive.pm_.c:352
#, fuzzy
msgid "Detailed information"
msgstr "Pato informacij"
-#: ../../diskdrake_interactive.pm_.c:354 ../../diskdrake_interactive.pm_.c:590
+#: ../../diskdrake/interactive.pm_.c:364 ../../diskdrake/interactive.pm_.c:534
+#: ../../diskdrake/interactive.pm_.c:554 ../../diskdrake/removable.pm_.c:24
+#: ../../diskdrake/removable_gtk.pm_.c:15 ../../diskdrake/smbnfs_gtk.pm_.c:83
+msgid "Mount point"
+msgstr "Prijungimo vieta"
+
+#: ../../diskdrake/interactive.pm_.c:366 ../../diskdrake/removable.pm_.c:25
+#: ../../diskdrake/removable_gtk.pm_.c:16 ../../diskdrake/smbnfs_gtk.pm_.c:84
+msgid "Options"
+msgstr "Pasirinktys"
+
+#: ../../diskdrake/interactive.pm_.c:367 ../../diskdrake/interactive.pm_.c:621
msgid "Resize"
msgstr "Pakeisti dyd"
-#: ../../diskdrake_interactive.pm_.c:355 ../../diskdrake_interactive.pm_.c:630
+#: ../../diskdrake/interactive.pm_.c:368 ../../diskdrake/interactive.pm_.c:674
msgid "Move"
msgstr "Perkelti"
-#: ../../diskdrake_interactive.pm_.c:356
+#: ../../diskdrake/interactive.pm_.c:369
msgid "Format"
msgstr "Formatuoti"
-#: ../../diskdrake_interactive.pm_.c:358
-msgid "Active"
-msgstr "Aktyvus"
+#: ../../diskdrake/interactive.pm_.c:370 ../../diskdrake/smbnfs_gtk.pm_.c:80
+msgid "Mount"
+msgstr "Primontuoti"
-#: ../../diskdrake_interactive.pm_.c:359
+#: ../../diskdrake/interactive.pm_.c:371
msgid "Add to RAID"
msgstr "Pridti RAID"
-#: ../../diskdrake_interactive.pm_.c:360
+#: ../../diskdrake/interactive.pm_.c:372
msgid "Add to LVM"
msgstr "Pridti LVM"
-#: ../../diskdrake_interactive.pm_.c:363
+#: ../../diskdrake/interactive.pm_.c:373 ../../diskdrake/smbnfs_gtk.pm_.c:79
+msgid "Unmount"
+msgstr "Atjungti"
+
+#: ../../diskdrake/interactive.pm_.c:375
msgid "Remove from RAID"
msgstr "Paalinti i RAID"
-#: ../../diskdrake_interactive.pm_.c:364
+#: ../../diskdrake/interactive.pm_.c:376
msgid "Remove from LVM"
msgstr "Paalinti i LVM"
-#: ../../diskdrake_interactive.pm_.c:365
+#: ../../diskdrake/interactive.pm_.c:377
msgid "Modify RAID"
msgstr "Taisyti RAID"
-#: ../../diskdrake_interactive.pm_.c:366
+#: ../../diskdrake/interactive.pm_.c:378
msgid "Use for loopback"
msgstr "Naudoti loopback'ui"
-#: ../../diskdrake_interactive.pm_.c:409
+#: ../../diskdrake/interactive.pm_.c:417
msgid "Create a new partition"
msgstr "Sukurti nauj skirsn"
-#: ../../diskdrake_interactive.pm_.c:412
+#: ../../diskdrake/interactive.pm_.c:420
msgid "Start sector: "
msgstr "Pradios sektorius: "
-#: ../../diskdrake_interactive.pm_.c:414 ../../diskdrake_interactive.pm_.c:732
+#: ../../diskdrake/interactive.pm_.c:422 ../../diskdrake/interactive.pm_.c:773
msgid "Size in MB: "
msgstr "Dydis (MB): "
-#: ../../diskdrake_interactive.pm_.c:415 ../../diskdrake_interactive.pm_.c:733
+#: ../../diskdrake/interactive.pm_.c:423 ../../diskdrake/interactive.pm_.c:774
msgid "Filesystem type: "
msgstr "Byl sistemos tipas: "
-#: ../../diskdrake_interactive.pm_.c:416 ../../diskdrake_interactive.pm_.c:936
-#: ../../diskdrake_interactive.pm_.c:1010
+#: ../../diskdrake/interactive.pm_.c:424
+#: ../../diskdrake/interactive.pm_.c:1034
+#: ../../diskdrake/interactive.pm_.c:1108
msgid "Mount point: "
msgstr "Montavimo takas: "
-#: ../../diskdrake_interactive.pm_.c:420
+#: ../../diskdrake/interactive.pm_.c:428
msgid "Preference: "
msgstr "Pirmenyb: "
-#: ../../diskdrake_interactive.pm_.c:462
+#: ../../diskdrake/interactive.pm_.c:472
#, fuzzy
msgid "Remove the loopback file?"
msgstr "Suymima loopback byla %s"
-#: ../../diskdrake_interactive.pm_.c:486
+#: ../../diskdrake/interactive.pm_.c:497
msgid "Change partition type"
msgstr "Pakeisti skirsnio tip"
-#: ../../diskdrake_interactive.pm_.c:491
+#: ../../diskdrake/interactive.pm_.c:498 ../../diskdrake/removable.pm_.c:48
+msgid "Which filesystem do you want?"
+msgstr "Kokios byl sistemos tu nori?"
+
+#: ../../diskdrake/interactive.pm_.c:502
msgid "Switching from ext2 to ext3"
msgstr ""
-#: ../../diskdrake_interactive.pm_.c:521
+#: ../../diskdrake/interactive.pm_.c:532
#, c-format
msgid "Where do you want to mount loopback file %s?"
msgstr "Kur nori primontuoti loopback byl %s?"
-#: ../../diskdrake_interactive.pm_.c:528
+#: ../../diskdrake/interactive.pm_.c:533 ../../diskdrake/interactive.pm_.c:553
+#, c-format
+msgid "Where do you want to mount device %s?"
+msgstr "Kur nori primontuoti rengin %s?"
+
+#: ../../diskdrake/interactive.pm_.c:539
msgid ""
"Can't unset mount point as this partition is used for loop back.\n"
"Remove the loopback first"
@@ -1599,119 +1803,128 @@ msgstr ""
"Negaliu nuimti montavimo tako, nes is skirsnis naudojamas loopback'ui.\n"
"Pirma paalink loopback'us"
-#: ../../diskdrake_interactive.pm_.c:549
+#: ../../diskdrake/interactive.pm_.c:577
msgid "Computing FAT filesystem bounds"
msgstr "Skaiiuojami FAT byl sistemos riai"
-#: ../../diskdrake_interactive.pm_.c:549 ../../diskdrake_interactive.pm_.c:605
-#: ../../install_interactive.pm_.c:116
+#: ../../diskdrake/interactive.pm_.c:577 ../../diskdrake/interactive.pm_.c:636
+#: ../../install_interactive.pm_.c:130
msgid "Resizing"
msgstr "Keiiamas dydis"
-#: ../../diskdrake_interactive.pm_.c:578
+#: ../../diskdrake/interactive.pm_.c:609
msgid "This partition is not resizeable"
msgstr "io skirsnio dydio neina pakeisti"
-#: ../../diskdrake_interactive.pm_.c:583
+#: ../../diskdrake/interactive.pm_.c:614
msgid "All data on this partition should be backed-up"
msgstr "Pasidaryk atsargin duomen iame skirsnyje kopij"
-#: ../../diskdrake_interactive.pm_.c:585
+#: ../../diskdrake/interactive.pm_.c:616
#, c-format
msgid "After resizing partition %s, all data on this partition will be lost"
msgstr "Pakeitus skirsnio %s dyd, visi duomenys jame bus prarasti"
-#: ../../diskdrake_interactive.pm_.c:590
+#: ../../diskdrake/interactive.pm_.c:621
msgid "Choose the new size"
msgstr "Pasirink nauj dyd"
-#: ../../diskdrake_interactive.pm_.c:591
+#: ../../diskdrake/interactive.pm_.c:622
#, fuzzy
msgid "New size in MB: "
msgstr "Dydis (MB): "
-#: ../../diskdrake_interactive.pm_.c:631
+#: ../../diskdrake/interactive.pm_.c:675
msgid "Which disk do you want to move it to?"
msgstr " kur disk tu nori j perkelti?"
-#: ../../diskdrake_interactive.pm_.c:632
+#: ../../diskdrake/interactive.pm_.c:676
msgid "Sector"
msgstr "Sektorius"
-#: ../../diskdrake_interactive.pm_.c:633
+#: ../../diskdrake/interactive.pm_.c:677
msgid "Which sector do you want to move it to?"
msgstr " kur sektori tu nori j perkelti?"
-#: ../../diskdrake_interactive.pm_.c:636
+#: ../../diskdrake/interactive.pm_.c:680
msgid "Moving"
msgstr "Perkeliama"
-#: ../../diskdrake_interactive.pm_.c:636
+#: ../../diskdrake/interactive.pm_.c:680
msgid "Moving partition..."
msgstr "Perkeliamas skirsnis..."
-#: ../../diskdrake_interactive.pm_.c:657
+#: ../../diskdrake/interactive.pm_.c:697
msgid "Choose an existing RAID to add to"
msgstr "Pasirink jau esant RAID, prie kurio pridti"
-#: ../../diskdrake_interactive.pm_.c:658 ../../diskdrake_interactive.pm_.c:676
+#: ../../diskdrake/interactive.pm_.c:698 ../../diskdrake/interactive.pm_.c:716
msgid "new"
msgstr "naujas"
-#: ../../diskdrake_interactive.pm_.c:674
+#: ../../diskdrake/interactive.pm_.c:714
msgid "Choose an existing LVM to add to"
msgstr "Pasirink jau esant LVM, prie kurio pridti"
-#: ../../diskdrake_interactive.pm_.c:679
+#: ../../diskdrake/interactive.pm_.c:719
msgid "LVM name?"
msgstr "LVM vardas?"
-#: ../../diskdrake_interactive.pm_.c:718
+#: ../../diskdrake/interactive.pm_.c:759
msgid "This partition can't be used for loopback"
msgstr "is skirsnis negali bti naudojamas loopback'ui"
-#: ../../diskdrake_interactive.pm_.c:730
+#: ../../diskdrake/interactive.pm_.c:771
msgid "Loopback"
msgstr "Loopback"
-#: ../../diskdrake_interactive.pm_.c:731
+#: ../../diskdrake/interactive.pm_.c:772
msgid "Loopback file name: "
msgstr "Loopback bylos vardas: "
-#: ../../diskdrake_interactive.pm_.c:736
+#: ../../diskdrake/interactive.pm_.c:777
#, fuzzy
msgid "Give a file name"
msgstr "Tikras vardas"
-#: ../../diskdrake_interactive.pm_.c:739
+#: ../../diskdrake/interactive.pm_.c:780
msgid "File already used by another loopback, choose another one"
msgstr "Byla jau naudojama kitam loopback'ui, pasirink kit"
-#: ../../diskdrake_interactive.pm_.c:740
+#: ../../diskdrake/interactive.pm_.c:781
msgid "File already exists. Use it?"
msgstr "i byla jau yra. Naudoti j?"
-#: ../../diskdrake_interactive.pm_.c:784
+#: ../../diskdrake/interactive.pm_.c:804
+#, fuzzy
+msgid "Mount options"
+msgstr "Modulio parinktys:"
+
+#: ../../diskdrake/interactive.pm_.c:811
+msgid "Various"
+msgstr ""
+
+#: ../../diskdrake/interactive.pm_.c:874
msgid "device"
msgstr "renginys"
-#: ../../diskdrake_interactive.pm_.c:785
+#: ../../diskdrake/interactive.pm_.c:875
msgid "level"
msgstr "lygis"
-#: ../../diskdrake_interactive.pm_.c:786
+#: ../../diskdrake/interactive.pm_.c:876
msgid "chunk size"
msgstr "gabalo dydis"
-#: ../../diskdrake_interactive.pm_.c:801
+#: ../../diskdrake/interactive.pm_.c:891
msgid "Be careful: this operation is dangerous."
msgstr "Bk atsargus: i operacija yra pavojinga."
-#: ../../diskdrake_interactive.pm_.c:816
+#: ../../diskdrake/interactive.pm_.c:906
msgid "What type of partitioning?"
msgstr "Kokio tipo skirsni skaidymas?"
-#: ../../diskdrake_interactive.pm_.c:834
+#: ../../diskdrake/interactive.pm_.c:924
msgid ""
"Sorry I won't accept to create /boot so far onto the drive (on a cylinder > "
"1024).\n"
@@ -1721,7 +1934,7 @@ msgstr ""
"Deja, nemanoma sukurti /boot taip toli kaupiklyje (cilindre >1024).\n"
"Arba naudok LILO ir tai neveiks, arba nenaudok LILO ir tau nereiks /boot"
-#: ../../diskdrake_interactive.pm_.c:838
+#: ../../diskdrake/interactive.pm_.c:928
msgid ""
"The partition you've selected to add as root (/) is physically located "
"beyond\n"
@@ -1732,7 +1945,7 @@ msgstr ""
"disko kaupiklio cilindro, bet tu neturi /boot skirsnio. Jeigu planuoji\n"
"naudoti LILO krovos program, neumirk pridti /boot skirsnio"
-#: ../../diskdrake_interactive.pm_.c:844
+#: ../../diskdrake/interactive.pm_.c:934
msgid ""
"You've selected a software RAID partition as root (/).\n"
"No bootloader is able to handle this without a /boot partition.\n"
@@ -1742,130 +1955,137 @@ msgstr ""
"Jokia krovos tvarkykl negali su ja dirbti be /boot skirsnio.\n"
"Taigi, nepamirk sukurti /boot skirsnio"
-#: ../../diskdrake_interactive.pm_.c:864
+#: ../../diskdrake/interactive.pm_.c:954
#, c-format
msgid "Partition table of drive %s is going to be written to disk!"
msgstr "renginio %s skirsni lentel bus rayta disk!"
-#: ../../diskdrake_interactive.pm_.c:868
+#: ../../diskdrake/interactive.pm_.c:958
msgid "You'll need to reboot before the modification can take place"
msgstr "Tau reikia perkrauti, kad pakeitimai bt veiksmingi"
-#: ../../diskdrake_interactive.pm_.c:879
+#: ../../diskdrake/interactive.pm_.c:969
#, c-format
msgid "After formatting partition %s, all data on this partition will be lost"
msgstr "Suymjus skirsn %s, visi duomenys jame bus prarasti"
-#: ../../diskdrake_interactive.pm_.c:881
+#: ../../diskdrake/interactive.pm_.c:971
msgid "Formatting"
msgstr "Suymima"
-#: ../../diskdrake_interactive.pm_.c:882
+#: ../../diskdrake/interactive.pm_.c:972
#, c-format
msgid "Formatting loopback file %s"
msgstr "Suymima loopback byla %s"
-#: ../../diskdrake_interactive.pm_.c:883
-#: ../../install_steps_interactive.pm_.c:419
+#: ../../diskdrake/interactive.pm_.c:973
+#: ../../install_steps_interactive.pm_.c:465
#, c-format
msgid "Formatting partition %s"
msgstr "Suymimas skirsnis %s"
-#: ../../diskdrake_interactive.pm_.c:894
+#: ../../diskdrake/interactive.pm_.c:984
#, fuzzy
msgid "Hide files"
msgstr "mkraid nepavyko"
-#: ../../diskdrake_interactive.pm_.c:894
+#: ../../diskdrake/interactive.pm_.c:984
#, fuzzy
msgid "Move files to the new partition"
msgstr "Naujiems skirsniams nepakanka laisvos vietos"
-#: ../../diskdrake_interactive.pm_.c:895
+#: ../../diskdrake/interactive.pm_.c:985
#, c-format
msgid ""
"Directory %s already contain some data\n"
"(%s)"
msgstr ""
-#: ../../diskdrake_interactive.pm_.c:906
+#: ../../diskdrake/interactive.pm_.c:996
#, fuzzy
msgid "Moving files to the new partition"
msgstr "Naujiems skirsniams nepakanka laisvos vietos"
-#: ../../diskdrake_interactive.pm_.c:910
+#: ../../diskdrake/interactive.pm_.c:1000
#, c-format
msgid "Copying %s"
msgstr ""
-#: ../../diskdrake_interactive.pm_.c:914
+#: ../../diskdrake/interactive.pm_.c:1004
#, fuzzy, c-format
msgid "Removing %s"
msgstr "Skiriamoji geba: %s\n"
-#: ../../diskdrake_interactive.pm_.c:937 ../../diskdrake_interactive.pm_.c:996
+#: ../../diskdrake/interactive.pm_.c:1014
+#, c-format
+msgid "partition %s is now known as %s"
+msgstr ""
+
+#: ../../diskdrake/interactive.pm_.c:1035
+#: ../../diskdrake/interactive.pm_.c:1094
msgid "Device: "
msgstr "renginys: "
-#: ../../diskdrake_interactive.pm_.c:938
+#: ../../diskdrake/interactive.pm_.c:1036
#, c-format
msgid "DOS drive letter: %s (just a guess)\n"
msgstr "DOS kaupiklio raid: %s (spjama)\n"
-#: ../../diskdrake_interactive.pm_.c:942 ../../diskdrake_interactive.pm_.c:950
-#: ../../diskdrake_interactive.pm_.c:1014
+#: ../../diskdrake/interactive.pm_.c:1040
+#: ../../diskdrake/interactive.pm_.c:1048
+#: ../../diskdrake/interactive.pm_.c:1112
msgid "Type: "
msgstr "Tipas: "
-#: ../../diskdrake_interactive.pm_.c:946
+#: ../../diskdrake/interactive.pm_.c:1044
msgid "Name: "
msgstr "Pavadinimas: "
-#: ../../diskdrake_interactive.pm_.c:954
+#: ../../diskdrake/interactive.pm_.c:1052
#, c-format
msgid "Start: sector %s\n"
msgstr "Pradia: sektorius %s\n"
-#: ../../diskdrake_interactive.pm_.c:955
+#: ../../diskdrake/interactive.pm_.c:1053
#, c-format
msgid "Size: %s"
msgstr "Dydis: %s"
-#: ../../diskdrake_interactive.pm_.c:957
+#: ../../diskdrake/interactive.pm_.c:1055
#, c-format
msgid ", %s sectors"
msgstr ", %s sektoriai(-i)"
-#: ../../diskdrake_interactive.pm_.c:959
-#, c-format
-msgid "Cylinder %d to cylinder %d\n"
+#: ../../diskdrake/interactive.pm_.c:1057
+#, fuzzy, c-format
+msgid "Cylinder %d to %d\n"
msgstr "Nuo cilindro %d iki cilindro %d\n"
-#: ../../diskdrake_interactive.pm_.c:960
+#: ../../diskdrake/interactive.pm_.c:1058
msgid "Formatted\n"
msgstr "Suymtas\n"
-#: ../../diskdrake_interactive.pm_.c:961
+#: ../../diskdrake/interactive.pm_.c:1059
msgid "Not formatted\n"
msgstr "Nesuymtas\n"
-#: ../../diskdrake_interactive.pm_.c:962
+#: ../../diskdrake/interactive.pm_.c:1060
msgid "Mounted\n"
msgstr "Primontuotas\n"
-#: ../../diskdrake_interactive.pm_.c:963
+#: ../../diskdrake/interactive.pm_.c:1061
#, c-format
msgid "RAID md%s\n"
msgstr "RAID md%s\n"
-#: ../../diskdrake_interactive.pm_.c:965
+#: ../../diskdrake/interactive.pm_.c:1063
#, fuzzy, c-format
msgid ""
"Loopback file(s):\n"
" %s\n"
msgstr "Loopback byla(os): %s\n"
-#: ../../diskdrake_interactive.pm_.c:966
+#: ../../diskdrake/interactive.pm_.c:1064
msgid ""
"Partition booted by default\n"
" (for MS-DOS boot, not for lilo)\n"
@@ -1873,27 +2093,27 @@ msgstr ""
"Skirsnis, kraunamas pagal nutyljim\n"
" (MS-DOS ukrovimui, ne LILO)\n"
-#: ../../diskdrake_interactive.pm_.c:968
+#: ../../diskdrake/interactive.pm_.c:1066
#, c-format
msgid "Level %s\n"
msgstr "Lygis %s\n"
-#: ../../diskdrake_interactive.pm_.c:969
+#: ../../diskdrake/interactive.pm_.c:1067
#, c-format
msgid "Chunk size %s\n"
msgstr "Gabalo dydis %s\n"
-#: ../../diskdrake_interactive.pm_.c:970
+#: ../../diskdrake/interactive.pm_.c:1068
#, c-format
msgid "RAID-disks %s\n"
msgstr "RAID kaupikliai %s\n"
-#: ../../diskdrake_interactive.pm_.c:972
+#: ../../diskdrake/interactive.pm_.c:1070
#, c-format
msgid "Loopback file name: %s"
msgstr "Loopback bylos vardas: %s"
-#: ../../diskdrake_interactive.pm_.c:975
+#: ../../diskdrake/interactive.pm_.c:1073
msgid ""
"\n"
"Chances are, this partition is\n"
@@ -1905,7 +2125,7 @@ msgstr ""
"yra Tvarkykls skirsnis\n"
"gariau palikite j ramybje.\n"
-#: ../../diskdrake_interactive.pm_.c:978
+#: ../../diskdrake/interactive.pm_.c:1076
msgid ""
"\n"
"This special Bootstrap\n"
@@ -1917,65 +2137,105 @@ msgstr ""
"skirsnis yra skirtas js\n"
"sistemos dvigubai krovai.\n"
-#: ../../diskdrake_interactive.pm_.c:997
+#: ../../diskdrake/interactive.pm_.c:1095
#, c-format
msgid "Size: %s\n"
msgstr "Dydis: %s\n"
-#: ../../diskdrake_interactive.pm_.c:998
+#: ../../diskdrake/interactive.pm_.c:1096
#, c-format
msgid "Geometry: %s cylinders, %s heads, %s sectors\n"
msgstr "Geometrija: %s cilindr(-ai), %s galvui(-os), %s sektori(-iai)\n"
-#: ../../diskdrake_interactive.pm_.c:999
+#: ../../diskdrake/interactive.pm_.c:1097
msgid "Info: "
msgstr "Info: "
-#: ../../diskdrake_interactive.pm_.c:1000
+#: ../../diskdrake/interactive.pm_.c:1098
#, c-format
msgid "LVM-disks %s\n"
msgstr "LVM kaupikliai %s\n"
-#: ../../diskdrake_interactive.pm_.c:1001
+#: ../../diskdrake/interactive.pm_.c:1099
#, c-format
msgid "Partition table type: %s\n"
msgstr "Skirsni lentels tipas: %s\n"
-#: ../../diskdrake_interactive.pm_.c:1002
+#: ../../diskdrake/interactive.pm_.c:1100
#, c-format
msgid "on bus %d id %d\n"
msgstr "ant magistrals %d id %d\n"
-#: ../../diskdrake_interactive.pm_.c:1016
+#: ../../diskdrake/interactive.pm_.c:1114
#, c-format
msgid "Options: %s"
msgstr "Pasirinktys: %s"
-#: ../../fs.pm_.c:447 ../../fs.pm_.c:457 ../../fs.pm_.c:461 ../../fs.pm_.c:465
-#: ../../fs.pm_.c:469 ../../fs.pm_.c:473
+#: ../../diskdrake/interactive.pm_.c:1130
+#, fuzzy
+msgid "Filesystem encryption key"
+msgstr "Byl sistemos tipas: "
+
+#: ../../diskdrake/interactive.pm_.c:1131
+msgid "Choose your filesystem encryption key"
+msgstr ""
+
+#: ../../diskdrake/interactive.pm_.c:1134
+#, fuzzy, c-format
+msgid "This encryption key is too simple (must be at least %d characters long)"
+msgstr ""
+"is slaptaodis yra pernelyg paprastas (turi bti bent %d simboli ilgio)"
+
+#: ../../diskdrake/interactive.pm_.c:1135
+#, fuzzy
+msgid "The encryption keys do not match"
+msgstr "Slaptaodiai nesutampa"
+
+#: ../../diskdrake/interactive.pm_.c:1138
+msgid "Encryption key"
+msgstr ""
+
+#: ../../diskdrake/interactive.pm_.c:1139
+msgid "Encryption key (again)"
+msgstr ""
+
+#: ../../diskdrake/removable.pm_.c:47
+#, fuzzy
+msgid "Change type"
+msgstr "Pakeisti skirsnio tip"
+
+#: ../../diskdrake/removable_gtk.pm_.c:28
+#, fuzzy
+msgid "Please click on a media"
+msgstr "Praom spragtelti ant skirsnio"
+
+#: ../../diskdrake/smbnfs_gtk.pm_.c:165
+#, fuzzy
+msgid "Search servers"
+msgstr "DNS serveris"
+
+#: ../../fs.pm_.c:485 ../../fs.pm_.c:495 ../../fs.pm_.c:499 ../../fs.pm_.c:503
+#: ../../fs.pm_.c:507 ../../fs.pm_.c:511
#, c-format
msgid "%s formatting of %s failed"
msgstr "%s %s suymjimas nepavyko"
-#: ../../fs.pm_.c:506
+#: ../../fs.pm_.c:548
#, c-format
msgid "I don't know how to format %s in type %s"
msgstr "Neinau, kaip suymti %s tipu %s"
-#: ../../fs.pm_.c:568
-msgid "mount failed"
-msgstr "primontuoti nepavyko"
+#: ../../fs.pm_.c:620 ../../fs.pm_.c:649 ../../fs.pm_.c:655
+#, c-format
+msgid "mounting partition %s in directory %s failed"
+msgstr ""
-#: ../../fs.pm_.c:588
+#: ../../fs.pm_.c:640
#, c-format
msgid "fsck failed with exit code %d or signal %d"
msgstr ""
-#: ../../fs.pm_.c:597 ../../fs.pm_.c:603 ../../partition_table.pm_.c:560
-msgid "mount failed: "
-msgstr "primontuoti nepavyko: "
-
-#: ../../fs.pm_.c:618 ../../partition_table.pm_.c:556
+#: ../../fs.pm_.c:670 ../../partition_table.pm_.c:596
#, c-format
msgid "error unmounting %s: %s"
msgstr "klaida numontuojant %s: %s"
@@ -1984,47 +2244,66 @@ msgstr "klaida numontuojant %s: %s"
msgid "simple"
msgstr "paprasta"
+#: ../../fsedit.pm_.c:25
+msgid "with /usr"
+msgstr ""
+
#: ../../fsedit.pm_.c:30
msgid "server"
msgstr "serveris"
-#: ../../fsedit.pm_.c:461
+#: ../../fsedit.pm_.c:467
msgid "You can't use JFS for partitions smaller than 16MB"
msgstr "Tu negali naudoti JFS skirsniams, maesniems nei 16MB"
-#: ../../fsedit.pm_.c:462
+#: ../../fsedit.pm_.c:468
msgid "You can't use ReiserFS for partitions smaller than 32MB"
msgstr "Tu negali naudoti ReiserFS skirsniams, maesniems nei 32MB"
-#: ../../fsedit.pm_.c:471
+#: ../../fsedit.pm_.c:477
msgid "Mount points must begin with a leading /"
msgstr "Montavimo takai turi prasidti /"
-#: ../../fsedit.pm_.c:472
+#: ../../fsedit.pm_.c:478
#, c-format
msgid "There is already a partition with mount point %s\n"
msgstr "Jau yra skirsnis su montavimo taku %s\n"
-#: ../../fsedit.pm_.c:476
+#: ../../fsedit.pm_.c:482
#, c-format
msgid "You can't use a LVM Logical Volume for mount point %s"
msgstr ""
-#: ../../fsedit.pm_.c:478
+#: ../../fsedit.pm_.c:484
msgid "This directory should remain within the root filesystem"
msgstr "is katalogas turi pasilikti akninje byl sistemoje"
-#: ../../fsedit.pm_.c:480
+#: ../../fsedit.pm_.c:486
msgid "You need a true filesystem (ext2, reiserfs) for this mount point\n"
msgstr ""
"Tau reikia tikros byl sistemos (ext2, reiserfs) iam montavimo takui\n"
-#: ../../fsedit.pm_.c:596
+#: ../../fsedit.pm_.c:488
+#, fuzzy, c-format
+msgid "You can't use an encrypted file system for mount point %s"
+msgstr ""
+"Tau reikia tikros byl sistemos (ext2, reiserfs) iam montavimo takui\n"
+
+#: ../../fsedit.pm_.c:546
+#, fuzzy
+msgid "Not enough free space for auto-allocating"
+msgstr "Naujiems skirsniams nepakanka laisvos vietos"
+
+#: ../../fsedit.pm_.c:548
+msgid "Nothing to do"
+msgstr ""
+
+#: ../../fsedit.pm_.c:612
#, c-format
msgid "Error opening %s for writing: %s"
msgstr "Klaida atidarant %s raymui: %s"
-#: ../../fsedit.pm_.c:681
+#: ../../fsedit.pm_.c:697
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"
@@ -2032,7 +2311,7 @@ msgstr ""
"vyko klaida -- nerasta tinkam rengini, kur bt galima sukurti naujus "
"skirsnius. Praom pasitikrinti savo rang dl galimo gedimo"
-#: ../../fsedit.pm_.c:704
+#: ../../fsedit.pm_.c:720
msgid "You don't have any partitions!"
msgstr "Tu neturi joki skirsni!"
@@ -2049,14 +2328,14 @@ msgid ""
"system would not work any more. If you make a serious mistake as a regular\n"
"user, you may only lose some information, but not the entire system.\n"
"\n"
-"First, you have to enter your real name. This is not mandatory, of course -\n"
+"First, you have to enter your real name. This is not mandatory, of course\n"
"as you can actually enter whatever you want. DrakX will then take the first\n"
"word you have entered in the box and will bring it over to the \"User\n"
-"name\". This is the name this particular user will use to log into the\n"
+"name\". This is the name this particular user will use to log onto the\n"
"system. You can change it. You then have to enter a password here. A\n"
-"non-privileged (regular) user's password is not as crucial as that of\n"
-"\"root\" from a security point of view, but that is no reason to neglect it\n"
-"- after all, your files are at risk.\n"
+"non-privileged (regular) user's password is not as crucial as \"root\"' one\n"
+"from a security point of view, but that is no reason to neglect it: after\n"
+"all, your files are at risk.\n"
"\n"
"If you click on \"Accept user\", you can then add as many as you want. Add\n"
"a user for each one of your friends: your father or your sister, for\n"
@@ -2071,7 +2350,7 @@ msgstr ""
msgid ""
"Listed above are the existing Linux partitions detected on your hard drive.\n"
"You can keep the choices made by the wizard, they are good for most common\n"
-"installs. If you make any changes, you must at least define a root\n"
+"installations. If you make any changes, you must at least define a root\n"
"partition (\"/\"). Do not choose too small a partition or you will not be\n"
"able to install enough software. If you want to store your data on a\n"
"separate partition, you will also need to create a partition for \"/home\"\n"
@@ -2088,11 +2367,11 @@ msgid ""
"\"Hard drive number\" is always a letter after \"hd\" or \"sd\". For IDE\n"
"hard drives:\n"
"\n"
-" * \"a\" means \"master hard drive on the primary IDE controller\",\n"
+" * \"a\" means \"master hard drive on the primary IDE controller\";\n"
"\n"
-" * \"b\" means \"slave hard drive on the primary IDE controller\",\n"
+" * \"b\" means \"slave hard drive on the primary IDE controller\";\n"
"\n"
-" * \"c\" means \"master hard drive on the secondary IDE controller\",\n"
+" * \"c\" means \"master hard drive on the secondary IDE controller\";\n"
"\n"
" * \"d\" means \"slave hard drive on the secondary IDE controller\".\n"
"\n"
@@ -2142,8 +2421,8 @@ msgstr ""
#: ../../help.pm_.c:72
msgid ""
-"The Mandrake Linux installation is spread out over several CDROMs. DrakX\n"
-"knows if a selected package is located on another CDROM and will eject the\n"
+"The Mandrake Linux installation is spread out over several CD-ROMs. DrakX\n"
+"knows if a selected package is located on another CD-ROM and will eject the\n"
"current CD and ask you to insert a different one as required."
msgstr ""
@@ -2153,8 +2432,8 @@ msgid ""
"system. There are thousands of packages available for Mandrake Linux, and\n"
"you are not supposed to know them all by heart.\n"
"\n"
-"If you are performing a standard installation from CDROM, you will first be\n"
-"asked to specify the CDs you currently have (in Expert mode only). Check\n"
+"If you are performing a standard installation from a CD-ROM, you will first\n"
+"be asked to specify the CDs you currently have (in Expert mode only). Check\n"
"the CD labels and highlight the boxes corresponding to the CDs you have\n"
"available for installation. Click \"OK\" when you are ready to continue.\n"
"\n"
@@ -2163,49 +2442,61 @@ msgid ""
"\n"
" * \"Workstation\": if you plan to use your machine as a workstation, "
"select\n"
-"one or more of the corresponding groups.\n"
+"one or more of the corresponding groups;\n"
"\n"
-" * \"Development\": if the machine is to be used for programming, choose "
-"the\n"
-"desired group(s).\n"
+" * \"Development\": if your machine is to be used for programming, choose\n"
+"the desired group(s);\n"
"\n"
-" * \"Server\": finally, if the machine is intended to be a server, you will\n"
-"be able to select which of the most common services you wish to see\n"
-"installed on the machine.\n"
+" * \"Server\": if your machine is intended to be a server, you will be able\n"
+"to select which of the most common services you wish to install on your\n"
+"machine;\n"
"\n"
-" * \"Graphical Environment\": this is where you will choose your preferred\n"
-"graphical environment. At least one must be selected if you want to have a\n"
-"graphical workstation!\n"
+" * \"Graphical Environment\": finally, this is where you will choose your\n"
+"preferred graphical environment. At least one must be selected if you want\n"
+"to have a graphical workstation!\n"
"\n"
"Moving the mouse cursor over a group name will display a short explanatory\n"
-"text about that group.\n"
+"text about that group. If you deselect all groups when performing a regular\n"
+"installation (by opposition to an upgrade), a dialog will pop up proposing\n"
+"different options for a minimal installation:\n"
+"\n"
+" * \"With X\": install the fewer packages possible to have a working\n"
+"graphical desktop;\n"
+"\n"
+" * \"With basic documentation\": installs the base system plus basic\n"
+"utilities and their documentation. This installation is suitable for\n"
+"setting up a server;\n"
+"\n"
+" * \"Truly minimal install\": will install the strict minimum necessary to\n"
+"get a working Linux system, in command line only. This installation is\n"
+"about 65Mb large.\n"
"\n"
"You can check the \"Individual package selection\" box, which is useful if\n"
"you are familiar with the packages being offered or if you want to have\n"
"total control over what will be installed.\n"
"\n"
-"If you started the installation in \"Update\" mode, you can unselect all\n"
+"If you started the installation in \"Upgrade\" mode, you can unselect all\n"
"groups to avoid installing any new package. This is useful for repairing or\n"
"updating an existing system."
msgstr ""
-#: ../../help.pm_.c:115
+#: ../../help.pm_.c:128
msgid ""
-"Finally, depending on your choice of whether or not to select individual\n"
-"packages, you will be presented a tree containing all packages classified\n"
-"by groups and subgroups. While browsing the tree, you can select entire\n"
-"groups, subgroups, or individual packages.\n"
+"Finally, depending on whether or not you selected individual packages, you\n"
+"will be presented a tree containing all packages classified by groups and\n"
+"subgroups. While browsing the tree, you can select entire groups,\n"
+"subgroups, or individual packages.\n"
"\n"
"Whenever you select a package on the tree, a description appears on the\n"
"right. When your selection is finished, click the \"Install\" button which\n"
"will then launch the installation process. Depending on the speed of your\n"
"hardware and the number of packages that need to be installed, it may take\n"
-"a while to complete the process. A time to complete estimate is displayed\n"
-"on the screen to help you gauge if there is sufficient time to enjoy a cup\n"
-"of coffee.\n"
+"a while to complete the process. An estimate of the time it will take to\n"
+"install everything is displayed on the screen, to help you gauge if there\n"
+"is sufficient time to enjoy a cup of coffee.\n"
"\n"
-"!! If a server package has been selected either intentionally or because it\n"
-"was part of a whole group, you will be asked to confirm that you really\n"
+"!! If a server package has been selected, either intentionally or because\n"
+"it was part of a whole group, you will be asked to confirm that you really\n"
"want those servers to be installed. Under Mandrake Linux, any installed\n"
"servers are started by default at boot time. Even if they are safe and have\n"
"no known issues at the time the distribution was shipped, it may happen\n"
@@ -2220,37 +2511,38 @@ msgid ""
"occurs because it has determined that it needs to satisfy a dependency with\n"
"another package in order to successfully complete the installation.\n"
"\n"
-"The tiny floppy disc icon at the bottom of the list allows to load the\n"
-"packages list chosen during a previous installation. Clicking on this icon\n"
+"The tiny floppy disk icon at the bottom of the list allows to load the\n"
+"package list chosen during a previous installation. Clicking on this icon\n"
"will ask you to insert a floppy disk previously created at the end of\n"
"another installation. See the second tip of last step on how to create such\n"
"a floppy."
msgstr ""
-#: ../../help.pm_.c:151
+#: ../../help.pm_.c:164
msgid ""
-"If you wish to connect your computer to the Internet or to a local network,\n"
-"please choose the correct option. Please turn on your device before\n"
-"choosing the correct option to let DrakX detect it automatically.\n"
+"You are now proposed to set up your Internet/network connection. If you\n"
+"wish to connect your computer to the Internet or to a local network, click\n"
+"\"OK\". The autodetection of network devices and modem will be launched. If\n"
+"this detection fails, uncheck the \"Use auto detection\" box next time. You\n"
+"may also choose not to configure the network, or do it later; in that case,\n"
+"simply click the \"Cancel\" button.\n"
"\n"
-"Mandrake Linux proposes the configuration of an Internet connection at\n"
-"installation time. Available connections are: traditional modem, ISDN\n"
-"modem, ADSL connection, cable modem, and finally a simple LAN connection\n"
-"(Ethernet).\n"
+"Available connections are: traditional modem, ISDN modem, ADSL connection,\n"
+"cable modem, and finally a simple LAN connection (Ethernet).\n"
"\n"
"Here, we will not detail each configuration. Simply make sure that you have\n"
"all the parameters from your Internet Service Provider or system\n"
"administrator.\n"
"\n"
-"You can consult the manual chapter about Internet connections for details\n"
-"about the configuration, or simply wait until your system is installed and\n"
-"use the program described there to configure your connection.\n"
+"You can consult the ``User Guide'' chapter about Internet connections for\n"
+"details about the configuration, or simply wait until your system is\n"
+"installed and use the program described there to configure your connection.\n"
"\n"
-"If you wish to configure the network later after installation or if you\n"
-"have finished configuring your network connection, click \"Cancel\"."
+"If you wish to configure the network later after installation, or if you\n"
+"are finished configuring your network connection, click \"Cancel\"."
msgstr ""
-#: ../../help.pm_.c:172
+#: ../../help.pm_.c:186
#, fuzzy
msgid ""
"You may now choose which services you wish to start at boot time.\n"
@@ -2263,10 +2555,11 @@ msgid ""
"specific service. However, if you are not sure whether a service is useful\n"
"or not, it is safer to leave the default behavior.\n"
"\n"
-"At this stage, be very careful if you intend to use your machine as a\n"
-"server: you will probably not want to start any services that you do not\n"
+"!! At this stage, be very careful if you intend to use your machine as a\n"
+"server: you will probably not want to start any services which you do not\n"
"need. Please remember that several services can be dangerous if they are\n"
-"enabled on a server. In general, select only the services you really need."
+"enabled on a server. In general, select only the services you really need.\n"
+"!!"
msgstr ""
"Dabar tu gali pasirinkti tarnybas, kurias nori paleisti krovos metu.\n"
"\n"
@@ -2282,37 +2575,45 @@ msgstr ""
"serveryje.\n"
"Apskritai, paymk tik tas tarnybas, kuri tau tikrai reikia."
-#: ../../help.pm_.c:188
+#: ../../help.pm_.c:203
msgid ""
-"GNU/Linux manages time in GMT (Greenwich Manage Time) and translates it in\n"
-"local time according to the time zone you selected."
+"GNU/Linux manages time in GMT (Greenwich Mean Time) and translates it in\n"
+"local time according to the time zone you selected. It is however possible\n"
+"to deactivate this by deselecting \"Hardware clock set to GMT\" so that the\n"
+"hardware clock is the same as the system clock. This is useful when the\n"
+"machine is hosting another operating system like Windows.\n"
+"\n"
+"The \"Automatic time synchronization\" option will automatically regulate\n"
+"the clock by connecting to a remote time server on the Internet. In the\n"
+"list that is presented, choose a server located near you. Of course you\n"
+"must have a working Internet connection for this feature to work. It will\n"
+"actually install on your machine a time server which can be optionally used\n"
+"by other machines on your local network."
msgstr ""
-"GNU/Linux tvarko laik pagal GMT (Greenwich Mean Time),\n"
-"ir paveria j vietin laik pagal tavo pasirinkt laiko juost."
-#: ../../help.pm_.c:192
+#: ../../help.pm_.c:217
msgid ""
"X (for X Window System) is the heart of the GNU/Linux graphical interface\n"
-"on which all the graphics environments (KDE, Gnome, AfterStep,\n"
-"WindowMaker...) bundled with Mandrake Linux rely. In this section, DrakX\n"
+"on which all the graphical environments (KDE, GNOME, AfterStep,\n"
+"WindowMaker, etc.) bundled with Mandrake Linux rely. In this section, DrakX\n"
"will try to configure X automatically.\n"
"\n"
"It is extremely rare for it to fail, unless the hardware is very old (or\n"
"very new). If it succeeds, it will start X automatically with the best\n"
-"resolution possible depending on the size of the monitor. A window will\n"
+"resolution possible, depending on the size of the monitor. A window will\n"
"then appear and ask you if you can see it.\n"
"\n"
-"If you are doing an \"Expert\" install, you will enter the X configuration\n"
-"wizard. See the corresponding section of the manual for more information\n"
-"about this wizard.\n"
+"If you are doing an \"Expert\" installation, you will enter the X\n"
+"configuration wizard. See the corresponding section of the manual for more\n"
+"information about this wizard.\n"
"\n"
-"If you can see the message and answer \"Yes\", then DrakX will proceed to\n"
-"the next step. If you cannot see the message, it simply means that the\n"
-"configuration was wrong and the test will automatically end after 10\n"
-"seconds, restoring the screen."
+"If you can see the message during the test, and answer \"Yes\", then DrakX\n"
+"will proceed to the next step. If you cannot see the message, it simply\n"
+"means that the configuration was wrong and the test will automatically end\n"
+"after 10 seconds, restoring the screen."
msgstr ""
-#: ../../help.pm_.c:212
+#: ../../help.pm_.c:237
msgid ""
"The first time you try the X configuration, you may not be very satisfied\n"
"with its display (screen is too small, shifted left or right...). Hence,\n"
@@ -2322,11 +2623,11 @@ msgid ""
"\n"
"As a last resort, if you still cannot get X to work, choose \"Change\n"
"graphics card\", select \"Unlisted card\", and when prompted on which\n"
-"server you want, choose \"FBDev\". This is a failsafe option which works\n"
-"with any modern graphics card. Then choose \"Test again\" to be sure."
+"server, choose \"FBDev\". This is a failsafe option which works with any\n"
+"modern graphics card. Then choose \"Test again\" to be sure."
msgstr ""
-#: ../../help.pm_.c:224
+#: ../../help.pm_.c:249
msgid ""
"Finally, you will be asked whether you want to see the graphical interface\n"
"at boot. Note this question will be asked even if you chose not to test the\n"
@@ -2335,17 +2636,16 @@ msgid ""
"configured."
msgstr ""
-#: ../../help.pm_.c:231
+#: ../../help.pm_.c:256
msgid ""
-"The Mandrake Linux CDROM has a built-in rescue mode. You can access it by\n"
-"booting from the CDROM, press the >>F1<< key at boot and type >>rescue<< at\n"
-"the prompt. But in case your computer cannot boot from the CDROM, you\n"
+"The Mandrake LinuxCD-ROM has a built-in rescue mode. You can access it by\n"
+"booting from the CD-ROM, press the >>F1<< key at boot and type >>rescue<<\n"
+"at the prompt. But in case your computer cannot boot from the CD-ROM, you\n"
"should come back to this step for help in at least two situations:\n"
"\n"
-" * when installing the boot loader, DrakX will rewrite the boot sector "
-"(MBR)\n"
-"of your main disk (unless you are using another boot manager) so that you\n"
-"can start up with either Windows or GNU/Linux (assuming you have Windows in\n"
+" * when installing the bootloader, DrakX will rewrite the boot sector (MBR)\n"
+"of your main disk (unless you are using another boot manager), to allow you\n"
+"to start up with either Windows or GNU/Linux (assuming you have Windows in\n"
"your system). If you need to reinstall Windows, the Microsoft install\n"
"process will rewrite the boot sector, and then you will not be able to\n"
"start GNU/Linux!\n"
@@ -2363,25 +2663,26 @@ msgid ""
"the whole disk."
msgstr ""
-#: ../../help.pm_.c:255
+#: ../../help.pm_.c:280
#, fuzzy
msgid ""
-"At this point you need to choose where on your hard drive to install your\n"
-"Mandrake Linux operating system. If your hard drive is empty or if an\n"
-"existing operating system is using all the space available, you will need\n"
-"to partition it. Basically, partitioning a hard drive consists of logically\n"
-"dividing it to create space to install your new Mandrake Linux system.\n"
+"At this point, you need to choose where you want to install the Mandrake\n"
+"Linux operating system on your hard drive. If your hard drive is empty or\n"
+"if an existing operating system is using all the available space, you will\n"
+"need to partition it. Basically, partitioning a hard drive consists of\n"
+"logically dividing it to create space to install your new Mandrake Linux\n"
+"system.\n"
"\n"
-"Because the effects of the partitioning process are usually irreversible,\n"
+"Because the partitioning process' effects are usually irreversible,\n"
"partitioning can be intimidating and stressful if you are an inexperienced\n"
"user. Fortunately, there is a wizard which simplifies this process. Before\n"
"beginning, please consult the manual and take your time.\n"
"\n"
-"If you are running the install in Expert mode, you will enter DiskDrake,\n"
-"the Mandrake Linux partitioning tool, which allows you to fine-tune your\n"
-"partitions. See the DiskDrake chapter of the manual. From the installation\n"
-"interface, you can use the wizards as described here by clicking the\n"
-"\"Wizard\" button of the dialog.\n"
+"If you are running the installation in Expert mode, you will enter\n"
+"DiskDrake, the Mandrake Linux partitioning tool, which allows you to\n"
+"fine-tune your partitions. See the DiskDrake section in the ``User Guide''.\n"
+"From the installation interface, you can use the wizards as described here\n"
+"by clicking the dialog's \"Wizard\" button.\n"
"\n"
"If partitions have already been defined, either from a previous\n"
"installation or from another partitioning tool, simply select those to\n"
@@ -2392,43 +2693,45 @@ msgid ""
"available:\n"
"\n"
" * \"Use free space\": this option will simply lead to an automatic\n"
-"partitioning of your blank drive(s). You will not be prompted further.\n"
+"partitioning of your blank drive(s). You will not be prompted further;\n"
"\n"
" * \"Use existing partition\": the wizard has detected one or more existing\n"
"Linux partitions on your hard drive. If you want to use them, choose this\n"
-"option.\n"
+"option;\n"
"\n"
-" * \"Use the free space on the Windows partition\": if Microsoft Windows is\n"
+" * \"Use the free space on the Windows; partition\": if MicrosoftWindows is\n"
"installed on your hard drive and takes all the space available on it, you\n"
-"have to create free space for Linux data. To do that, you can delete your\n"
-"Microsoft Windows partition and data (see \"Erase entire disk\" or \"Expert\n"
-"mode\" solutions) or resize your Microsoft Windows partition. Resizing can\n"
-"be performed without the loss of any data. This solution is recommended if\n"
-"you want to use both Mandrake Linux and Microsoft Windows on same computer.\n"
+"have to create free space for Linux data. To do so, you can delete your\n"
+"MicrosoftWindows partition and data (see ``Erase entire disk'' or ``Expert\n"
+"mode'' solutions) or resize your MicrosoftWindows partition. Resizing can\n"
+"be performed without the loss of any data, provided you previously\n"
+"defragment the Windows partition. Backing up your data won't hurt either..\n"
+"This solution is recommended if you want to use both Mandrake Linux and\n"
+"MicrosoftWindows on the same computer.\n"
"\n"
" Before choosing this option, please understand that after this "
"procedure,\n"
-"the size of your Microsoft Windows partition will be smaller than at the\n"
-"present time. You will have less free space under Microsoft Windows to\n"
-"store your data or to install new software.\n"
+"the size of your MicrosoftWindows partition will be smaller than at the\n"
+"present time. You will have less free space under MicrosoftWindows to store\n"
+"your data or to install new software;\n"
"\n"
" * \"Erase entire disk\": if you want to delete all data and all partitions\n"
"present on your hard drive and replace them with your new Mandrake Linux\n"
"system, choose this option. Be careful with this solution because you will\n"
-"not be able to revert your choice after confirmation.\n"
+"not be able to revert your choice after you confirm;\n"
"\n"
" !! If you choose this option, all data on your disk will be lost. !!\n"
"\n"
" * \"Remove Windows\": this will simply erase everything on the drive and\n"
"begin fresh, partitioning everything from scratch. All data on your disk\n"
-"will be lost.\n"
+"will be lost;\n"
"\n"
" !! If you choose this option, all data on your disk will be lost. !!\n"
"\n"
" * \"Expert mode\": choose this option if you want to manually partition\n"
-"your hard drive. Be careful - it is a powerful but dangerous choice. You\n"
-"can very easily lose all your data. Hence, do not choose this unless you\n"
-"know what you are doing."
+"your hard drive. Be careful it is a powerful but dangerous choice. You can\n"
+"very easily lose all your data. Hence, do not choose this unless you know\n"
+"what you are doing."
msgstr ""
"Dabar tu turi nusprsti, kurioje savo kietojo disko vietoje nori diegti\n"
"Mandrake Linux operacij sistem. Jei jis yra tuias arba jau esanti\n"
@@ -2496,7 +2799,7 @@ msgstr ""
" visus savo duomenis labai lengvai. Taigi, nesirink io sprendimo, nebent "
"tikrai inai, k darai."
-#: ../../help.pm_.c:319
+#: ../../help.pm_.c:347
msgid ""
"There you are. Installation is now complete and your GNU/Linux system is\n"
"ready to use. Just click \"OK\" to reboot the system. You can start\n"
@@ -2511,29 +2814,30 @@ msgid ""
"\n"
" Note that two different options are available after clicking the button:\n"
"\n"
-" * \"Replay\". This is a partially automated install as the partitioning\n"
-"step (and only this one) remains interactive.\n"
+" * \"Replay\". This is a partially automated installation as the\n"
+"partitioning step (and only this one) remains interactive;\n"
"\n"
-" * \"Automated\". Fully automated install: the hard disk is completely\n"
+" * \"Automated\". Fully automated installation: the hard disk is "
+"completely\n"
"rewritten, all data is lost.\n"
"\n"
" This feature is very handy when installing a great number of similar\n"
-"machines. See the Auto install section at our web site.\n"
+"machines. See the Auto install section on our web site;\n"
"\n"
-" * \"Save packages selection\"(*): saves the packages selection as made\n"
+" * \"Save packages selection\"(*): saves the package selection as done\n"
"previously. Then, when doing another installation, insert the floppy inside\n"
-"the driver and run the installation going to the help screen by pressing on\n"
+"the drive and run the installation going to the help screen by pressing on\n"
"the [F1] key, and by issuing >>linux defcfg=\"floppy\"<<.\n"
"\n"
"(*) You need a FAT-formatted floppy (to create one under GNU/Linux, type\n"
"\"mformat a:\")"
msgstr ""
-#: ../../help.pm_.c:350
+#: ../../help.pm_.c:378
#, fuzzy
msgid ""
"Any partitions that have been newly defined must be formatted for use\n"
-"(formatting means creating a file system).\n"
+"(formatting means creating a filesystem).\n"
"\n"
"At this time, you may wish to reformat some already existing partitions to\n"
"erase any data they contain. If you wish to do that, please select those\n"
@@ -2547,7 +2851,7 @@ msgid ""
"\n"
"Please be careful when selecting partitions. After formatting, all data on\n"
"the selected partitions will be deleted and you will not be able to recover\n"
-"any of them.\n"
+"any of it.\n"
"\n"
"Click on \"OK\" when you are ready to format partitions.\n"
"\n"
@@ -2555,7 +2859,7 @@ msgid ""
"Mandrake Linux operating system installation.\n"
"\n"
"Click on \"Advanced\" if you wish to select partitions that will be checked\n"
-"for bad blocks on the disc."
+"for bad blocks on the disk."
msgstr ""
"Bet kokie naujai sukurti skirsniai turi bti suymti, kad juos\n"
"bt galima naudoti (suymjimas reikia byl sistemos sukrim).\n"
@@ -2583,7 +2887,7 @@ msgstr ""
"Spausk \"Ataukti\", jei nori pasirinkti kitus skirsnius, kuriuos diegti\n"
"Mandrake Linux sistem."
-#: ../../help.pm_.c:376
+#: ../../help.pm_.c:404
#, fuzzy
msgid ""
"Your new Mandrake Linux operating system is currently being installed.\n"
@@ -2600,71 +2904,100 @@ msgstr ""
"\n"
"Praom turti kantrybs."
-#: ../../help.pm_.c:384
+#: ../../help.pm_.c:412
msgid ""
-"Before continuing you should read carefully the terms of the license. It\n"
+"At the time you are installing Mandrake Linux, it is likely that some\n"
+"packages have been updated since the initial release. Some bugs may have\n"
+"been fixed, and security issues solved. To allow you to benefit from these\n"
+"updates, you are now proposed to download them from the Internet. Choose\n"
+"\"Yes\" if you have a working Internet connection, or \"No\" if you prefer\n"
+"to install updated packages later.\n"
+"\n"
+"Choosing \"Yes\" displays a list of places from which updates can be\n"
+"retrieved. Choose the one nearest you. Then a package-selection tree\n"
+"appears: review the selection, and press \"Install\" to retrieve and\n"
+"install the selected package(s), or \"Cancel\" to abort."
+msgstr ""
+
+#: ../../help.pm_.c:425
+msgid ""
+"Before continuing, you should read carefully the terms of the license. It\n"
"covers the whole Mandrake Linux distribution, and if you do not agree with\n"
"all the terms in it, click on the \"Refuse\" button which will immediately\n"
-"terminate the installation. To continue with the installation, click the\n"
+"terminate the installation. To continue with the installation, click on the\n"
"\"Accept\" button."
msgstr ""
-#: ../../help.pm_.c:391
+#: ../../help.pm_.c:432
msgid ""
"At this point, it is time to choose the security level desired for the\n"
"machine. As a rule of thumb, the more exposed the machine is, and the more\n"
"the data stored in it is crucial, the higher the security level should be.\n"
-"However, a higher security level is generally obtained at the expenses of\n"
-"easiness of use. Refer to the MSEC chapter of the ``Reference Manual'' to\n"
-"get more information about the meaning of these levels.\n"
+"However, a higher security level is generally obtained at the expense of\n"
+"easiness of use. Refer to the \"msec\" chapter of the ``Reference Manual''\n"
+"to get more information about the meaning of these levels.\n"
"\n"
"If you do not know what to choose, keep the default option."
msgstr ""
-#: ../../help.pm_.c:401
+#: ../../help.pm_.c:442
#, fuzzy
msgid ""
-"At this point, you need to choose what partition(s) will be used for the\n"
-"installation of your Mandrake Linux system. If partitions have been already\n"
+"At this point, you need to choose which partition(s) will be used for the\n"
+"installation of your Mandrake Linux system. If partitions have already been\n"
"defined, either from a previous installation of GNU/Linux or from another\n"
-"partitioning tool, you can use existing partitions. Otherwise hard drive\n"
+"partitioning tool, you can use existing partitions. Otherwise, hard drive\n"
"partitions must be defined.\n"
"\n"
"To create partitions, you must first select a hard drive. You can select\n"
-"the disk for partitioning by clicking on \"hda\" for the first IDE drive,\n"
-"\"hdb\" for the second, \"sda\" for the first SCSI drive and so on.\n"
+"the disk for partitioning by clicking on ``hda'' for the first IDE drive,\n"
+"``hdb'' for the second, ``sda'' for the first SCSI drive and so on.\n"
"\n"
"To partition the selected hard drive, you can use these options:\n"
"\n"
" * \"Clear all\": this option deletes all partitions on the selected hard\n"
-"drive.\n"
+"drive;\n"
+"\n"
+" * \"Auto allocate\": this option enables to automatically create \"Ext2\"\n"
+"and swap partitions in free space of your hard drive;\n"
"\n"
-" * \"Auto allocate\": this option allows you to automatically create Ext2\n"
-"and swap partitions in free space of your hard drive.\n"
+" * \"More\": gives access to additional features:\n"
"\n"
-" * \"Rescue partition table\": if your partition table is damaged, you can\n"
+" * \"Save partition table\": saves the partition table to a floppy. "
+"Useful\n"
+"for later partition-table recovery if necessary. It is strongly recommended\n"
+"to perform this step;\n"
+"\n"
+" * \"Restore partition table\": allows to restore a previously saved\n"
+"partition table from floppy disk;\n"
+"\n"
+" * \"Rescue partition table\": if your partition table is damaged, you "
+"can\n"
"try to recover it using this option. Please be careful and remember that it\n"
-"can fail.\n"
+"can fail;\n"
"\n"
-" * \"Undo\": use this option to cancel your changes.\n"
+" * \"Reload partition table\": discards all changes and loads your "
+"initial\n"
+"partition table;\n"
"\n"
-" * \"Reload\": you can use this option if you wish to undo all changes and\n"
-"load your initial partitions table.\n"
+" * \"Removable media automounting\": unchecking this option will force "
+"users\n"
+"to manually mount and unmount removable medias such as floppies and\n"
+"CD-ROMs.\n"
"\n"
" * \"Wizard\": use this option if you wish to use a wizard to partition "
"your\n"
"hard drive. This is recommended if you do not have a good knowledge of\n"
-"partitioning.\n"
+"partitioning;\n"
"\n"
-" * \"Restore from floppy\": this option will allow you to restore a\n"
-"previously saved partition table from floppy disk.\n"
+" * \"Undo\": use this option to cancel your changes;\n"
"\n"
-" * \"Save to floppy\": saves the partition table to a floppy. Useful for\n"
-"later partition-table recovery if necessary. It is strongly recommended to\n"
-"perform this step.\n"
+" * \"Toggle to normal/expert mode\": allows additional actions on "
+"partitions\n"
+"(type, options, format) and gives more information;\n"
"\n"
-" * \"Done\": when you have finished partitioning your hard drive, this will\n"
-"save your changes back to disc.\n"
+" * \"Done\": when you are finished partitioning your hard drive, this will\n"
+"save your changes back to disk.\n"
"\n"
"Note: you can reach any option using the keyboard. Navigate through the\n"
"partitions using [Tab] and [Up/Down] arrows.\n"
@@ -2677,9 +3010,12 @@ msgid ""
"\n"
" * Ctrl-m to set the mount point.\n"
"\n"
+"To get information about the different filesystem types available, please\n"
+"read the ext2fs chapter from the ``Reference Manual''.\n"
+"\n"
"If you are installing on a PPC machine, you will want to create a small HFS\n"
-"\"bootstrap\" partition of at least 1MB which will be used by the yaboot\n"
-"boot loader. If you opt to make the partition a bit larger, say 50MB, you\n"
+"``bootstrap'' partition of at least 1MB, which will be used by the yaboot\n"
+"bootloader. If you opt to make the partition a bit larger, say 50MB, you\n"
"may find it a useful place to store a spare kernel and ramdisk images for\n"
"emergency boot situations."
msgstr ""
@@ -2755,11 +3091,11 @@ msgstr ""
"\n"
"* Ctrl-m kad nurodytum prijungim tak."
-#: ../../help.pm_.c:460
+#: ../../help.pm_.c:513
#, fuzzy
msgid ""
-"More than one Microsoft Windows partition has been detected on your hard\n"
-"drive. Please choose the one you want resize in order to install your new\n"
+"More than one Microsoft partition has been detected on your hard drive.\n"
+"Please choose the one you want to resize in order to install your new\n"
"Mandrake Linux operating system.\n"
"\n"
"Each partition is listed as follows: \"Linux name\", \"Windows name\"\n"
@@ -2774,11 +3110,11 @@ msgid ""
"\"Hard drive number\" is always a letter after \"hd\" or \"sd\". With IDE\n"
"hard drives:\n"
"\n"
-" * \"a\" means \"master hard drive on the primary IDE controller\",\n"
+" * \"a\" means \"master hard drive on the primary IDE controller\";\n"
"\n"
-" * \"b\" means \"slave hard drive on the primary IDE controller\",\n"
+" * \"b\" means \"slave hard drive on the primary IDE controller\";\n"
"\n"
-" * \"c\" means \"master hard drive on the secondary IDE controller\",\n"
+" * \"c\" means \"master hard drive on the secondary IDE controller\";\n"
"\n"
" * \"d\" means \"slave hard drive on the secondary IDE controller\".\n"
"\n"
@@ -2831,38 +3167,48 @@ msgstr ""
"Windows'uose\n"
"(pirmasis disko skirsnis vadinamas \"C:\")"
-#: ../../help.pm_.c:491
+#: ../../help.pm_.c:544
msgid "Please be patient. This operation can take several minutes."
msgstr "Praom turti kantrybs. is veiksmas gali kelet minui utrukti."
-#: ../../help.pm_.c:494
+#: ../../help.pm_.c:547
#, fuzzy
msgid ""
"DrakX now needs to know if you want to perform a default (\"Recommended\")\n"
-"installation or if you want to have greater control (\"Expert\"). You also\n"
-"have the choice of performing a new install or an upgrade of an existing\n"
-"Mandrake Linux system. Clicking \"Install\" will completely wipe out the\n"
-"old system. Select \"Upgrade\" if you are upgrading or repairing an\n"
-"existing system.\n"
-"\n"
-"Please choose \"Install\" if there are no previous version of Mandrake\n"
-"Linux installed or if you wish to boot between various operating systems.\n"
+"installation or if you want to have greater control (\"Expert\"). You can\n"
+"also choose to do a new install or an upgrade of an existing Mandrake Linux\n"
+"system:\n"
+"\n"
+" * \"Install\": completely wipes out the old system. In fact, depending on\n"
+"what currently holds your machine, you will be able to keep some old (Linux\n"
+"or other) partitions unchanged;\n"
+"\n"
+" * \"Upgrade\": this installation class allows to simply update the "
+"packages\n"
+"currently installed on your Mandrake Linux system. It keeps the current\n"
+"partitions of your hard drives as well as user configurations. All other\n"
+"configuration steps remain available with respect to plain installation;\n"
+"\n"
+" * \"Upgrade Packages Only\": this brand new class allows to upgrade an\n"
+"existing Mandrake Linux system while keeping all system configurations\n"
+"unchanged. Adding new packages to the current installation is also\n"
+"possible.\n"
"\n"
-"Please choose \"Update\" if you wish to update or repair an already\n"
-"installed version of Mandrake Linux.\n"
+"Upgrades should work fine for Mandrake Linux systems starting from \"8.1\"\n"
+"release.\n"
"\n"
-"Depending on your knowledge of GNU/Linux, please choose one of the\n"
-"following to install or update your Mandrake Linux operating system:\n"
+"Depending on your knowledge of GNU/Linux, select one of the following\n"
+"choices:\n"
"\n"
" * Recommended: choose this if you have never installed a GNU/Linux\n"
"operating system. The installation will be very easy and you will only be\n"
-"asked a few questions.\n"
+"asked a few questions;\n"
"\n"
" * Expert: if you have a good knowledge of GNU/Linux, you can choose this\n"
"installation class. The expert installation will allow you to perform a\n"
-"highly customized installation. Answering some of the questions can be\n"
-"difficult if you do not have a good knowledge of GNU/Linux so do not choose\n"
-"this unless you know what you are doing."
+"highly-customized installation. Answering some of the questions can be\n"
+"difficult if you do not have a good knowledge of GNU/Linux, so do not\n"
+"choose this unless you know what you are doing."
msgstr ""
"Praom pasirinkti diegti, jei sistem nra diegta ankstesni Mandrake "
"Linux versij,\n"
@@ -2899,10 +3245,10 @@ msgstr ""
"neimanai GNU/Linux. Taigi, nesirink ios\n"
" diegimo klass, nebent tikrai inai, k darai."
-#: ../../help.pm_.c:521
+#: ../../help.pm_.c:583
msgid ""
"Normally, DrakX selects the right keyboard for you (depending on the\n"
-"language you have chosen) and you will not even see this step. However, you\n"
+"language you have chosen) and you won't even see this step. However, you\n"
"might not have a keyboard that corresponds exactly to your language: for\n"
"example, if you are an English speaking Swiss person, you may still want\n"
"your keyboard to be a Swiss keyboard. Or if you speak English but are\n"
@@ -2914,7 +3260,7 @@ msgid ""
"supported keyboards."
msgstr ""
-#: ../../help.pm_.c:534
+#: ../../help.pm_.c:596
msgid ""
"Please choose your preferred language for installation and system usage.\n"
"\n"
@@ -2923,53 +3269,54 @@ msgid ""
"will install the language-specific files for system documentation and\n"
"applications. For example, if you will host users from Spain on your\n"
"machine, select English as the main language in the tree view and in the\n"
-"Advanced section click on the grey star corresponding to \"Spanish|Spain\".\n"
+"Advanced section click on the box corresponding to \"Spanish|Spain\".\n"
"\n"
"Note that multiple languages may be installed. Once you have selected any\n"
-"additional locales click the \"OK\" button to continue."
+"additional locales, click the \"OK\" button to continue."
msgstr ""
-#: ../../help.pm_.c:547
+#: ../../help.pm_.c:609
msgid ""
-"By default, DrakX assumes you have a two-button mouse and will set it up\n"
-"for third-button emulation. DrakX will automatically know whether it is a\n"
-"PS/2, serial or USB mouse.\n"
+"DrakX generally detects the number of buttons your mouse has. If not, it\n"
+"assumes you have a two-button mouse and will set it up for third-button\n"
+"emulation. DrakX will automatically know whether it is a PS/2, serial or\n"
+"USB mouse.\n"
"\n"
"If you wish to specify a different type of mouse select the appropriate\n"
-"type from the list provided.\n"
+"type from the provided list.\n"
"\n"
-"If you choose a mouse other than the default you will be presented with a\n"
-"mouse test screen. Use the buttons and wheel to verify that the settings\n"
-"are good. If the mouse is not working correctly press the space bar or\n"
-"RETURN to \"Cancel\" and choose again."
+"If you choose a mouse other than the default, a test screen will be\n"
+"displayed. Use the buttons and wheel to verify that the settings are\n"
+"correct. If the mouse is not working well, press the space bar or [Return]\n"
+"to \"Cancel\" and choose again."
msgstr ""
-#: ../../help.pm_.c:560
+#: ../../help.pm_.c:623
#, fuzzy
msgid ""
-"Please select the correct port. For example, the COM1 port under MS Windows\n"
-"is named ttyS0 under GNU/Linux."
+"Please select the correct port. For example, the \"COM1\" port under\n"
+"Windows is named \"ttyS0\" under GNU/Linux."
msgstr ""
"Praom pasirinkti teising prievad. Pavyzdiui COM1\n"
"MS Windows'uose vadinamas ttyS0 GNU/Linux'e."
-#: ../../help.pm_.c:564
+#: ../../help.pm_.c:627
msgid ""
"This is the most crucial decision point for the security of your GNU/Linux\n"
"system: you have to enter the \"root\" password. \"root\" is the system\n"
"administrator and is the only one authorized to make updates, add users,\n"
"change the overall system configuration, and so on. In short, \"root\" can\n"
"do everything! That is why you must choose a password that is difficult to\n"
-"guess - DrakX will tell you if it is too easy. As you can see, you can\n"
-"choose not to enter a password, but we strongly advise you against this if\n"
-"only for one reason: do not think that because you booted GNU/Linux that\n"
-"your other operating systems are safe from mistakes. Since \"root\" can\n"
-"overcome all limitations and unintentionally erase all data on partitions\n"
-"by carelessly accessing the partitions themselves, it is important for it\n"
-"to be difficult to become \"root\".\n"
+"guess DrakX will tell you if it is too easy. As you can see, you can choose\n"
+"not to enter a password, but we strongly advise you against this if only\n"
+"for one reason: do not think that because you booted GNU/Linux that your\n"
+"other operating systems are safe from mistakes. Since \"root\" can overcome\n"
+"all limitations and unintentionally erase all data on partitions by\n"
+"carelessly accessing the partitions themselves, it is important for it to\n"
+"be difficult to become \"root\".\n"
"\n"
"The password should be a mixture of alphanumeric characters and at least 8\n"
-"characters long. Never write down the \"root\" password - it makes it too\n"
+"characters long. Never write down the \"root\" password it makes it too\n"
"easy to compromise a system.\n"
"\n"
"However, please do not make the password too long or complicated because\n"
@@ -2978,12 +3325,12 @@ msgid ""
"The password will not be displayed on screen as you type it in. Hence, you\n"
"will have to type the password twice to reduce the chance of a typing\n"
"error. If you do happen to make the same typing error twice, this\n"
-"\"incorrect\" password will have to be used the first time you connect.\n"
+"``incorrect'' password will have to be used the first time you connect.\n"
"\n"
-"In expert mode, you will be asked if you will be connecting to an\n"
+"In Expert mode, you will be asked if you will be connecting to an\n"
"authentication server, like NIS or LDAP.\n"
"\n"
-"If your network uses LDAP (or NIS) protocol for authentication, select\n"
+"If your network uses the LDAP (or NIS) protocol for authentication, select\n"
"\"LDAP\" (or \"NIS\") as authentication. If you do not know, ask your\n"
"network administrator.\n"
"\n"
@@ -2991,61 +3338,61 @@ msgid ""
"want to choose \"Local files\" for authentication."
msgstr ""
-#: ../../help.pm_.c:600
+#: ../../help.pm_.c:663
msgid ""
-"LILO and GRUB are boot loaders for GNU/Linux. This stage, normally, is\n"
-"totally automated. In fact, DrakX analyzes the disk boot sector and acts\n"
+"LILO and grub are GNU/Linux bootloaders. This stage, normally, is totally\n"
+"automated. In fact, DrakX analyzes the disk boot sector and acts\n"
"accordingly, depending on what it finds here:\n"
"\n"
-" * if Windows boot sector is found, it will replace it with a GRUB/LILO "
-"boot\n"
-"sector. Hence, you will be able to load either GNU/Linux or another OS;\n"
+" * if a Windows boot sector is found, it will replace it with a grub/LILO\n"
+"boot sector. Hence, you will be able to load either GNU/Linux or another\n"
+"OS;\n"
"\n"
-" * if a GRUB or LILO boot sector is found, it will replace it with a new\n"
-"one;\n"
+" * if a grub or LILO boot sector is found, it will replace it with a new\n"
+"one.\n"
"\n"
"If in doubt, DrakX will display a dialog with various options.\n"
"\n"
-" * \"Boot loader to use\": you have three choices:\n"
+" * \"Bootloader to use\": you have three choices:\n"
+"\n"
+" * \"GRUB\": if you prefer grub (text menu).\n"
"\n"
" * \"LILO with graphical menu\": if you prefer LILO with its graphical\n"
"interface.\n"
"\n"
-" * \"GRUB\": if you prefer GRUB (text menu).\n"
-"\n"
" * \"LILO with text menu\": if you prefer LILO with its text menu "
"interface.\n"
"\n"
" * \"Boot device\": in most cases, you will not change the default\n"
-"(\"/dev/hda\"), but if you prefer, the boot loader can be installed on the\n"
-"second hard drive (\"/dev/hdb\"), or even on a floppy disk (\"/dev/fd0\").\n"
+"(\"/dev/hda\"), but if you prefer, the bootloader can be installed on the\n"
+"second hard drive (\"/dev/hdb\"), or even on a floppy disk (\"/dev/fd0\");\n"
"\n"
" * \"Delay before booting the default image\": when rebooting the computer,\n"
-"this is the delay granted to the user to choose - in the boot loader menu,\n"
+"this is the delay granted to the user to choose in the bootloader menu,\n"
"another boot entry than the default one.\n"
"\n"
-"!! Beware that if you choose not to install a boot loader (by selecting\n"
+"!! Beware that if you choose not to install a bootloader (by selecting\n"
"\"Cancel\" here), you must ensure that you have a way to boot your Mandrake\n"
-"Linux system! Also be sure you know what you do before changing any of the\n"
+"Linux system! Also, be sure you know what you do before changing any of the\n"
"options. !!\n"
"\n"
"Clicking the \"Advanced\" button in this dialog will offer many advanced\n"
"options, which are reserved to the expert user.\n"
"\n"
-"Mandrake Linux installs its own boot loader, which will let you boot either\n"
-"GNU/Linux or any other operating systems which you have on your system.\n"
+"After you have configured the general bootloader parameters, the list of\n"
+"boot options which will be available at boot time will be displayed.\n"
"\n"
-"If there is another operating system installed on your machine, it will be\n"
-"automatically added to the boot menu. Here, you can choose to fine-tune the\n"
-"existing options. Double-clicking on an existing entry allows you to change\n"
-"its parameters or remove it; \"Add\" creates a new entry; and \"Done\" goes\n"
-"on to the next installation step."
+"If there is another operating system installed on your machine, it will\n"
+"automatically be added to the boot menu. Here, you can choose to fine-tune\n"
+"the existing options. Select an entry and click \"Modify\" to modify or\n"
+"remove it; \"Add\" creates a new entry; and \"Done\" goes on to the next\n"
+"installation step."
msgstr ""
-#: ../../help.pm_.c:647
+#: ../../help.pm_.c:711
#, fuzzy
msgid ""
-"LILO (the LInux LOader) and GRUB are boot loaders: they are able to boot\n"
+"LILO (the LInux LOader) and grub are bootloaders: they are able to boot\n"
"either GNU/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"
@@ -3066,7 +3413,7 @@ msgstr ""
"bet kam, jei itrinsi atitinkamus raus. Bet tuo atveju, tau prireiks\n"
"krovos diskelio, kad jas krautum!"
-#: ../../help.pm_.c:658
+#: ../../help.pm_.c:722
#, fuzzy
msgid ""
"You must indicate where you wish to place the information required to boot\n"
@@ -3081,65 +3428,65 @@ msgstr ""
"Jeigu tu tiksliai neinai, k darai, pasirink \"Pirmasis kaupiklio sektorius "
"(MBR)\"."
-#: ../../help.pm_.c:665
+#: ../../help.pm_.c:729
msgid ""
-"Here we select a printing system for your computer to use. Other OSes may\n"
-"offer you one, but Mandrake offers three.\n"
+"Here, we select a printing system for your computer. Other OSs may offer\n"
+"you one, but Mandrake Linux offers three.\n"
"\n"
-" * \"pdq\" - which means ``print, don't queue'', is the choice if you have "
-"a\n"
+" * \"pdq\" which means ``print, don't queue'', is the choice if you have a\n"
"direct connection to your printer and you want to be able to panic out of\n"
-"printer jams, and you do not have any networked printers. It will handle\n"
-"only very simple network cases and is somewhat slow for networks. Pick\n"
-"\"pdq\" if this is your maiden voyage to GNU/Linux. You can change your\n"
-"choices after install by running PrinterDrake from the Mandrake Control\n"
-"Center and clicking the expert button.\n"
-"\n"
-" * \"CUPS\" - ``Common Unix Printing System'' is excellent at printing to\n"
-"your local printer and also halfway round the planet. It is simple and can\n"
-"act like a server or a client for the ancient \"lpd\" printing system, so\n"
-"it is compatible with the systems that went before. It can do many tricks,\n"
-"but the basic setup is almost as easy as \"pdq\". If you need this to\n"
-"emulate an \"lpd\" server, you must turn on the \"cups-lpd\" daemon. It has\n"
+"printer jams, and you do not have networked printers. It will handle only\n"
+"very simple network cases and is somewhat slow for networks. Pick \"pdq\"\n"
+"if this is your maiden voyage to GNU/Linux. You can change your choices\n"
+"after installation by running PrinterDrake from the Mandrake Control Center\n"
+"and clicking the expert button.\n"
+"\n"
+" * \"CUPS\"``Common Unix Printing System'', is excellent at printing to "
+"your\n"
+"local printer and also halfway-around the planet. It is simple and can act\n"
+"as a server or a client for the ancient \"lpd\" printing system. Hence, it\n"
+"is compatible with the systems that went before. It can do many tricks, but\n"
+"the basic setup is almost as easy as \"pdq\". If you need this to emulate\n"
+"an \"lpd\" server, you must turn on the \"cups-lpd\" daemon. It has\n"
"graphical front-ends for printing or choosing printer options.\n"
"\n"
-" * \"lprNG\" - ``line printer daemon New Generation''. This system can do\n"
+" * \"lprNG\"``line printer daemon New Generation''. This system can do\n"
"approximately the same things the others can do, but it will print to\n"
-"printers mounted on a Novell Network, because it supports IPX protocol, and\n"
-"it can print directly to shell commands. If you have need of Novell or\n"
+"printers mounted on a Novell Network, because it supports the IPX protocol,\n"
+"and it can print directly to shell commands. If you have need of Novell or\n"
"printing to commands without using a separate pipe construct, use lprNG.\n"
"Otherwise, CUPS is preferable as it is simpler and better at working over\n"
"networks."
msgstr ""
-#: ../../help.pm_.c:693
+#: ../../help.pm_.c:757
#, fuzzy
msgid ""
-"DrakX is now detecting any IDE devices present in your computer. It will\n"
-"also scan for one or more PCI SCSI card(s) on your system. If a SCSI card\n"
-"is found DrakX will automatically install the appropriate driver.\n"
+"DrakX now detects any IDE device present in your computer. It will also\n"
+"scan for one or more PCI SCSI card(s) on your system. If a SCSI card is\n"
+"found, DrakX will automatically install the appropriate driver.\n"
"\n"
-"Because hardware detection will sometimes not detect a piece of hardware\n"
+"Because hardware detection does not always detect a piece of hardware,\n"
"DrakX will ask you to confirm if a PCI SCSI card is present. Click \"Yes\"\n"
"if you know that there is a SCSI card installed in your machine. You will\n"
"be presented a list of SCSI cards to choose from. Click \"No\" if you have\n"
-"no SCSI hardware. If you are unsure you can check the list of hardware\n"
+"no SCSI hardware. If you are unsure, you can check the list of hardware\n"
"detected in your machine by selecting \"See hardware info\" and clicking\n"
"\"OK\". Examine the list of hardware and then click on the \"OK\" button to\n"
"return to the SCSI interface question.\n"
"\n"
"If you have to manually specify your adapter, DrakX will ask if you want to\n"
"specify options for it. You should allow DrakX to probe the hardware for\n"
-"the card-specific options that the hardware needs to initialize. This\n"
+"the card-specific options which the hardware needs to initialize. This\n"
"usually works well.\n"
"\n"
-"If DrakX is not able to probe for the options that need to be passed, you\n"
-"will need to manually provide options to the driver. Please review the\n"
-"``User Guide'' (chapter 3, section \"Collecting information on your\n"
-"hardware\") for hints on retrieving the parameters required from hardware\n"
-"documentation, from the manufacturer's web site (if you have Internet\n"
-"access) or from Microsoft Windows (if you used this hardware with Windows\n"
-"on your system)."
+"If DrakX is not able to probe for the options which need to be passed, you\n"
+"will need to provide options to the driver manually. Please review the\n"
+"``User Guide'' (chapter 3, in the ``Collecting Information on Your\n"
+"Hardware'' section) for hints on retrieving the parameters required from\n"
+"hardware documentation, from the manufacturer's web site (if you have\n"
+"Internet access) or from MicrosoftWindows (if you used this hardware with\n"
+"Windows on your system)."
msgstr ""
"DrakX bandys surasti PCI SCSI adapter(-ius). Jei DrakX\n"
"ras SCSI adapter ir inos, koki tvarkykl naudoti, ji bus automatikai\n"
@@ -3168,23 +3515,24 @@ msgstr ""
"turi juos\n"
"savo sistemoje)."
-#: ../../help.pm_.c:720
+#: ../../help.pm_.c:784
msgid ""
"You can add additional entries for yaboot, either for other operating\n"
"systems, alternate kernels, or for an emergency boot image.\n"
"\n"
-"For other OS's, the entry consists only of a label and the root partition.\n"
+"For other OSs, the entry consists only of a label and the \"root\"\n"
+"partition.\n"
"\n"
"For Linux, there are a few possible options:\n"
"\n"
" * Label: this is simply the name you will have to type at the yaboot "
"prompt\n"
-"to select this boot option.\n"
+"to select this boot option;\n"
"\n"
" * Image: this would be the name of the kernel to boot. Typically, vmlinux\n"
-"or a variation of vmlinux with an extension.\n"
+"or a variation of vmlinux with an extension;\n"
"\n"
-" * Root: the \"root\" device or \"/\" for your Linux installation.\n"
+" * Root: the \"root\" device or ``/'' for your Linux installation;\n"
"\n"
" * Append: on Apple hardware, the kernel append option is used quite often\n"
"to assist in initializing video hardware, or to enable keyboard mouse\n"
@@ -3198,58 +3546,56 @@ msgid ""
"\n"
" * Initrd: this option can be used either to load initial modules, before\n"
"the boot device is available, or to load a ramdisk image for an emergency\n"
-"boot situation.\n"
+"boot situation;\n"
"\n"
" * Initrd-size: the default ramdisk size is generally 4,096 bytes. If you\n"
-"need to allocate a large ramdisk, this option can be used.\n"
+"need to allocate a large ramdisk, this option can be used;\n"
"\n"
" * Read-write: normally the \"root\" partition is initially brought up in\n"
-"read-only, to allow a file system check before the system becomes \"live\".\n"
-"Here, you can override this option.\n"
+"read-only, to allow a file system check before the system becomes ``live''.\n"
+"Here, you can override this option;\n"
"\n"
" * NoVideo: should the Apple video hardware prove to be exceptionally\n"
-"problematic, you can select this option to boot in \"novideo\" mode, with\n"
-"native frame buffer support.\n"
+"problematic, you can select this option to boot in ``novideo'' mode, with\n"
+"native frame buffer support;\n"
"\n"
" * Default: selects this entry as being the default Linux selection,\n"
"selectable by just pressing ENTER at the yaboot prompt. This entry will\n"
-"also be highlighted with a \"*\", if you press [Tab] to see the boot\n"
+"also be highlighted with a ``*'', if you press [Tab] to see the boot\n"
"selections."
msgstr ""
-#: ../../help.pm_.c:765
+#: ../../help.pm_.c:830
#, fuzzy
msgid ""
-"Yaboot is a boot loader for NewWorld MacIntosh hardware. It is able to boot\n"
+"Yaboot is a bootloader for NewWorld MacIntosh hardware. It is able to boot\n"
"either GNU/Linux, MacOS or MacOSX if present on your computer. Normally,\n"
"these other operating systems are correctly detected and installed. If this\n"
-"is not the case, you can add an entry by hand in this screen. Be careful as\n"
-"to choose the correct parameters.\n"
+"is not the case, you can add an entry by hand in this screen. Be careful to\n"
+"choose the correct parameters.\n"
"\n"
"Yaboot's main options are:\n"
"\n"
-" * Init Message: a simple text message that is displayed before the boot\n"
-"prompt.\n"
+" * Init Message: a simple text message displayed before the boot prompt;\n"
"\n"
-" * Boot Device: indicate where you want to place the information required "
-"to\n"
-"boot to GNU/Linux. Generally, you setup a bootstrap partition earlier to\n"
-"hold this information.\n"
+" * Boot Device: indicates where you want to place the information required\n"
+"to boot to GNU/Linux. Generally, you set up a bootstrap partition earlier\n"
+"to hold this information;\n"
"\n"
" * Open Firmware Delay: unlike LILO, there are two delays available with\n"
"yaboot. The first delay is measured in seconds and at this point, you can\n"
-"choose between CD, OF boot, MacOS or Linux.\n"
+"choose between CD, OF boot, MacOS or Linux;\n"
"\n"
" * Kernel Boot Timeout: this timeout is similar to the LILO boot delay.\n"
"After selecting Linux, you will have this delay in 0.1 second before your\n"
-"default kernel description is selected.\n"
+"default kernel description is selected;\n"
"\n"
-" * Enable CD Boot?: checking this option allows you to choose \"C\" for CD\n"
-"at the first boot prompt.\n"
+" * Enable CD Boot?: checking this option allows you to choose ``C'' for CD\n"
+"at the first boot prompt;\n"
"\n"
-" * Enable OF Boot?: checking this option allows you to choose \"N\" for "
+" * Enable OF Boot?: checking this option allows you to choose ``N'' for "
"Open\n"
-"Firmware at the first boot prompt.\n"
+"Firmware at the first boot prompt;\n"
"\n"
" * Default OS: you can select which OS will boot by default when the Open\n"
"Firmware Delay expires."
@@ -3299,50 +3645,50 @@ msgstr ""
"baigsis Open Firmware \n"
"ulaikymas."
-#: ../../help.pm_.c:798
+#: ../../help.pm_.c:862
msgid ""
"Here are presented various parameters concerning your machine. Depending on\n"
-"your installed hardware, you may - or not, see the following entries:\n"
+"your installed hardware, you may or not, see the following entries:\n"
"\n"
-" * \"Mouse\": mouse check the current mouse configuration and click on the\n"
-"button to change it if necessary.\n"
+" * \"Mouse\": check the current mouse configuration and click on the button\n"
+"to change it if necessary;\n"
"\n"
-" * \"Keyboard\": keyboard check the current keyboard map configuration and\n"
-"click on the button to change that if necessary.\n"
+" * \"Keyboard\": check the current keyboard map configuration and click on\n"
+"the button to change that if necessary;\n"
"\n"
-" * \"Timezone\": time zoneDrakX, by default, guesses your time zone from "
-"the\n"
-"language you have chosen. But here again, as for the choice of a keyboard,\n"
-"you may not be in the country for which the chosen language should\n"
-"correspond. Hence, you may need to click on the \"Timezone\" button in\n"
-"order to configure the clock according to the time zone you are in.\n"
+" * \"Timezone\": DrakX, by default, guesses your time zone from the "
+"language\n"
+"you have chosen. But here again, as for the choice of a keyboard, you may\n"
+"not be in the country for which the chosen language should correspond.\n"
+"Hence, you may need to click on the \"Timezone\" button in order to\n"
+"configure the clock according to the time zone you are in;\n"
"\n"
" * \"Printer\": clicking on the \"No Printer\" button will open the printer\n"
-"configuration wizard.\n"
+"configuration wizard;\n"
"\n"
" * \"Sound card\": if a sound card is detected on your system, it is\n"
-"displayed here. No modification possible at installation time.\n"
+"displayed here. No modification possible at installation time;\n"
"\n"
" * \"TV card\": if a TV card is detected on your system, it is displayed\n"
-"here. No modification possible at installation time.\n"
+"here. No modification possible at installation time;\n"
"\n"
" * \"ISDN card\": if an ISDN card is detected on your system, it is\n"
"displayed here. You can click on the button to change the parameters\n"
-"associated to it."
+"associated with it."
msgstr ""
-#: ../../help.pm_.c:827
+#: ../../help.pm_.c:891
#, fuzzy
msgid ""
-"Choose the hard drive you want to erase to install your new Mandrake Linux\n"
-"partition. Be careful, all data present on it will be lost and will not be\n"
-"recoverable!"
+"Choose the hard drive you want to erase in order to install your new\n"
+"Mandrake Linux partition. Be careful, all data present on it will be lost\n"
+"and will not be recoverable!"
msgstr ""
"Pasirink kietj disk, kur nori itutinti, kad diegtum nauj\n"
"Mandrake Linux sistem. Bk atsargus, visi duomenys, esantys jame, bus\n"
"prarasti, ir j nebebus manoma atkurti."
-#: ../../help.pm_.c:832
+#: ../../help.pm_.c:896
#, fuzzy
msgid ""
"Click on \"OK\" if you want to delete all data and partitions present on\n"
@@ -3362,13 +3708,20 @@ msgstr ""
"Spausk \"Ataukti\", kad nutrauktum operacij ir neprarastum joki duomen\n"
"nei skirsni, esani iame kietajame diske."
-#: ../../install2.pm_.c:114
+#: ../../install2.pm_.c:113
#, c-format
msgid ""
-"Can't access kernel modules corresponding to your kernel (file %s is missing)"
+"Can't access kernel modules corresponding to your kernel (file %s is "
+"missing), this generally means your boot floppy in not in sync with the "
+"Installation medium (please create a newer boot floppy)"
+msgstr ""
+
+#: ../../install2.pm_.c:169
+#, c-format
+msgid "You must also format %s"
msgstr ""
-#: ../../install_any.pm_.c:421
+#: ../../install_any.pm_.c:411
#, c-format
msgid ""
"You have selected the following server(s): %s\n"
@@ -3383,7 +3736,7 @@ msgid ""
"Do you really want to install these servers?\n"
msgstr ""
-#: ../../install_any.pm_.c:457
+#: ../../install_any.pm_.c:447
msgid "Can't use broadcast with no NIS domain"
msgstr "Negalima naudoti transliavimo be NIS domeno"
@@ -3404,20 +3757,11 @@ msgstr ""
"Kad isaugoti i paket pasirinkim kraukite sistem su ``linux "
"defcfg=floppy''"
-#: ../../install_any.pm_.c:831 ../../partition_table.pm_.c:737
+#: ../../install_any.pm_.c:831 ../../partition_table.pm_.c:763
#, c-format
msgid "Error reading file %s"
msgstr "Klaida skaitant byl %s"
-#: ../../install_gtk.pm_.c:84 ../../install_steps_gtk.pm_.c:325
-#: ../../interactive.pm_.c:107 ../../interactive.pm_.c:122
-#: ../../interactive.pm_.c:286 ../../interactive.pm_.c:308
-#: ../../interactive_http.pm_.c:104 ../../interactive_newt.pm_.c:170
-#: ../../interactive_stdio.pm_.c:27 ../../my_gtk.pm_.c:415
-#: ../../my_gtk.pm_.c:716 ../../my_gtk.pm_.c:738
-msgid "Ok"
-msgstr "Gerai"
-
#: ../../install_interactive.pm_.c:23
#, c-format
msgid ""
@@ -3429,7 +3773,7 @@ msgstr ""
"gali\n"
"rasti ia: %s"
-#: ../../install_interactive.pm_.c:44
+#: ../../install_interactive.pm_.c:58
msgid ""
"You must have a root partition.\n"
"For this, create a partition (or click on an existing one).\n"
@@ -3439,11 +3783,11 @@ msgstr ""
"(arba spragtelk ant jau esamo). Tada pasirink\n"
"veiksm Montavimo takas ir nurodyk jam /"
-#: ../../install_interactive.pm_.c:49 ../../install_steps_graphical.pm_.c:259
+#: ../../install_interactive.pm_.c:63
msgid "You must have a swap partition"
msgstr "Tu privalai turti swap skirsn"
-#: ../../install_interactive.pm_.c:50 ../../install_steps_graphical.pm_.c:261
+#: ../../install_interactive.pm_.c:64
msgid ""
"You don't have a swap partition\n"
"\n"
@@ -3453,60 +3797,60 @@ msgstr ""
"\n"
"Vis tiek tsti?"
-#: ../../install_interactive.pm_.c:53 ../../install_steps.pm_.c:165
+#: ../../install_interactive.pm_.c:67 ../../install_steps.pm_.c:163
#, fuzzy
msgid "You must have a FAT partition mounted in /boot/efi"
msgstr "Tu privalai turti swap skirsn"
-#: ../../install_interactive.pm_.c:76
+#: ../../install_interactive.pm_.c:90
msgid "Use free space"
msgstr "Naudoti laisv viet"
-#: ../../install_interactive.pm_.c:78
+#: ../../install_interactive.pm_.c:92
msgid "Not enough free space to allocate new partitions"
msgstr "Naujiems skirsniams nepakanka laisvos vietos"
-#: ../../install_interactive.pm_.c:86
+#: ../../install_interactive.pm_.c:100
msgid "Use existing partition"
msgstr "Naudoti esam skirsn"
-#: ../../install_interactive.pm_.c:88
+#: ../../install_interactive.pm_.c:102
msgid "There is no existing partition to use"
msgstr "Nra jokio skirsnio, tinkamo naudojimui"
-#: ../../install_interactive.pm_.c:95
+#: ../../install_interactive.pm_.c:109
msgid "Use the Windows partition for loopback"
msgstr "Naudoti Windows skirsn loopback'ui"
-#: ../../install_interactive.pm_.c:98
+#: ../../install_interactive.pm_.c:112
msgid "Which partition do you want to use for Linux4Win?"
msgstr "Kuri skirsn tu nori naudoti Linux4Win diegimui?"
-#: ../../install_interactive.pm_.c:100
+#: ../../install_interactive.pm_.c:114
msgid "Choose the sizes"
msgstr "Pasirink dydius"
-#: ../../install_interactive.pm_.c:101
+#: ../../install_interactive.pm_.c:115
msgid "Root partition size in MB: "
msgstr "akninio skirsnio dydis, MB: "
-#: ../../install_interactive.pm_.c:102
+#: ../../install_interactive.pm_.c:116
msgid "Swap partition size in MB: "
msgstr "Swap skirsnio dydis, MB: "
-#: ../../install_interactive.pm_.c:111
+#: ../../install_interactive.pm_.c:125
msgid "Use the free space on the Windows partition"
msgstr "Naudoti laisv viet Windows skirsnyje"
-#: ../../install_interactive.pm_.c:114
+#: ../../install_interactive.pm_.c:128
msgid "Which partition do you want to resize?"
msgstr "Kurio skirsnio dyd tu nori pakeisti?"
-#: ../../install_interactive.pm_.c:116
+#: ../../install_interactive.pm_.c:130
msgid "Computing Windows filesystem bounds"
msgstr "Skaiiuojami Windows byl sistemos riai"
-#: ../../install_interactive.pm_.c:119
+#: ../../install_interactive.pm_.c:133
#, c-format
msgid ""
"The FAT resizer is unable to handle your partition, \n"
@@ -3515,19 +3859,21 @@ msgstr ""
"FAT dydio keitimo programa nesusitvarko su tavo\n"
"skirsniu, vyko tokia klaida: %s"
-#: ../../install_interactive.pm_.c:122
+#: ../../install_interactive.pm_.c:136
msgid "Your Windows partition is too fragmented, please run ``defrag'' first"
msgstr ""
"Tavo Windows skirsnis yra pernelyg fragmentuotas, pirma paleisk defrag"
-#: ../../install_interactive.pm_.c:123
+#: ../../install_interactive.pm_.c:137
+#, fuzzy
msgid ""
"WARNING!\n"
"\n"
-"DrakX will now resize your Windows partition. Be careful: this operation is\n"
-"dangerous. If you have not already done so, you should first exit the\n"
-"installation, run scandisk under Windows (and optionally run defrag), then\n"
-"restart the installation. You should also backup your data.\n"
+"DrakX will now resize your Windows partition. Be careful:\n"
+"this operation is dangerous. If you have not already done\n"
+"so, you should first exit the installation, run scandisk\n"
+"under Windows (and optionally run defrag), then restart the\n"
+"installation. You should also backup your data.\n"
"When sure, press Ok."
msgstr ""
"PERSPJIMAS!\n"
@@ -3540,21 +3886,21 @@ msgstr ""
"pradti diegim. Taip pat turtum pasidaryti atsargin duomen kopij.\n"
"Kai viskas sutvarkyta, spausk Gerai."
-#: ../../install_interactive.pm_.c:132
+#: ../../install_interactive.pm_.c:147
msgid "Which size do you want to keep for windows on"
msgstr "Kok dyd nortum palikti Windows'ams"
-#: ../../install_interactive.pm_.c:133
+#: ../../install_interactive.pm_.c:148
#, c-format
msgid "partition %s"
msgstr "skirsnyje %s"
-#: ../../install_interactive.pm_.c:139
+#: ../../install_interactive.pm_.c:155
#, c-format
msgid "FAT resizing failed: %s"
msgstr "Nepavyko pakeisti FAT dydio: %s"
-#: ../../install_interactive.pm_.c:154
+#: ../../install_interactive.pm_.c:170
msgid ""
"There is no FAT partitions to resize or to use as loopback (or not enough "
"space left)"
@@ -3563,32 +3909,32 @@ msgstr ""
"loopback'ui\n"
"(arba nra pakankamai laisvos vietos)"
-#: ../../install_interactive.pm_.c:160
+#: ../../install_interactive.pm_.c:176
msgid "Erase entire disk"
msgstr "Itrinti vis disk"
-#: ../../install_interactive.pm_.c:160
+#: ../../install_interactive.pm_.c:176
msgid "Remove Windows(TM)"
msgstr "Imesti Windows(TM)"
-#: ../../install_interactive.pm_.c:163
+#: ../../install_interactive.pm_.c:179
msgid "You have more than one hard drive, which one do you install linux on?"
msgstr "Tu turi daugiau negu vien kiet disk, kur nori diegti Linux?"
-#: ../../install_interactive.pm_.c:166
+#: ../../install_interactive.pm_.c:182
#, c-format
msgid "ALL existing partitions and their data will be lost on drive %s"
msgstr "VISI kaupiklyje %s esantys skirsniai ir duomenys bus prarasti"
-#: ../../install_interactive.pm_.c:174
+#: ../../install_interactive.pm_.c:190
msgid "Custom disk partitioning"
msgstr "Rankinis disk skirstymas"
-#: ../../install_interactive.pm_.c:178
+#: ../../install_interactive.pm_.c:194
msgid "Use fdisk"
msgstr "Naudoti fdisk"
-#: ../../install_interactive.pm_.c:181
+#: ../../install_interactive.pm_.c:197
#, c-format
msgid ""
"You can now partition %s.\n"
@@ -3597,32 +3943,32 @@ msgstr ""
"Tu dabar gali sudalinti %s.\n"
"Kai baigsi, nepamirk isaugoti su 'w'"
-#: ../../install_interactive.pm_.c:210
+#: ../../install_interactive.pm_.c:226
msgid "You don't have enough free space on your Windows partition"
msgstr "Windows skirsnyje nra pakankamai laisvos vietos"
-#: ../../install_interactive.pm_.c:226
+#: ../../install_interactive.pm_.c:242
msgid "I can't find any room for installing"
msgstr "A niekur negaliu rasti vietos diegimui"
-#: ../../install_interactive.pm_.c:230
+#: ../../install_interactive.pm_.c:246
msgid "The DrakX Partitioning wizard found the following solutions:"
msgstr "DrakX Skirsni dalinimo meistras rado tokius sprendimus:"
-#: ../../install_interactive.pm_.c:235
+#: ../../install_interactive.pm_.c:251
#, c-format
msgid "Partitioning failed: %s"
msgstr "Dalinimas skirsnius nepavyko: %s"
-#: ../../install_interactive.pm_.c:241
+#: ../../install_interactive.pm_.c:261
msgid "Bringing up the network"
msgstr "Paleidiamas tinklas"
-#: ../../install_interactive.pm_.c:246
+#: ../../install_interactive.pm_.c:266
msgid "Bringing down the network"
msgstr "Ijungiamas tinklas"
-#: ../../install_steps.pm_.c:73
+#: ../../install_steps.pm_.c:76
msgid ""
"An error occurred, but I don't know how to handle it nicely.\n"
"Continue at your own risk."
@@ -3630,12 +3976,12 @@ msgstr ""
"vyko klaida, bet a neinau, kaip su ja graiai susitvarkyti.\n"
"Tsk darb savo paties rizika."
-#: ../../install_steps.pm_.c:207
+#: ../../install_steps.pm_.c:205
#, c-format
msgid "Duplicate mount point %s"
msgstr "Pasikartojantis montavimo takas %s"
-#: ../../install_steps.pm_.c:384
+#: ../../install_steps.pm_.c:388
msgid ""
"Some important packages didn't get installed properly.\n"
"Either your cdrom drive or your cdrom is defective.\n"
@@ -3647,93 +3993,21 @@ msgstr ""
"Patikrink CD diegtame kompiuteryje, naudodamas \"rpm -qpl Mandrake/RPMS/*."
"rpm\"\n"
-#: ../../install_steps.pm_.c:459
+#: ../../install_steps.pm_.c:458
#, c-format
msgid "Welcome to %s"
msgstr "Sveiki atvyk %s"
-#: ../../install_steps.pm_.c:506 ../../install_steps.pm_.c:709
+#: ../../install_steps.pm_.c:513 ../../install_steps.pm_.c:755
msgid "No floppy drive available"
msgstr "Neprieinamas n vienas diskeli kaupiklis"
-#: ../../install_steps_auto_install.pm_.c:77
-#: ../../install_steps_stdio.pm_.c:23
+#: ../../install_steps_auto_install.pm_.c:76
+#: ../../install_steps_stdio.pm_.c:22
#, c-format
msgid "Entering step `%s'\n"
msgstr "einama ingsn %s\n"
-#: ../../install_steps_graphical.pm_.c:287
-msgid "Choose the size you want to install"
-msgstr "Pasirink dyd, kiek nori visko diegti"
-
-#: ../../install_steps_graphical.pm_.c:334
-msgid "Total size: "
-msgstr "Bendras dydis: "
-
-#: ../../install_steps_graphical.pm_.c:346 ../../install_steps_gtk.pm_.c:387
-#, c-format
-msgid "Version: %s\n"
-msgstr "Versija: %s\n"
-
-#: ../../install_steps_graphical.pm_.c:347 ../../install_steps_gtk.pm_.c:388
-#, c-format
-msgid "Size: %d KB\n"
-msgstr "Dydis: %d KB\n"
-
-#: ../../install_steps_graphical.pm_.c:462 ../../install_steps_gtk.pm_.c:481
-#: ../../install_steps_interactive.pm_.c:509
-msgid "Choose the packages you want to install"
-msgstr "Pasirink paketus, kuriuos tu nori diegti"
-
-#: ../../install_steps_graphical.pm_.c:465 ../../interactive_gtk.pm_.c:571
-msgid "Info"
-msgstr "Info"
-
-#: ../../install_steps_graphical.pm_.c:473 ../../install_steps_gtk.pm_.c:457
-#: ../../install_steps_interactive.pm_.c:212
-msgid "Install"
-msgstr "diegti"
-
-#: ../../install_steps_graphical.pm_.c:492 ../../install_steps_gtk.pm_.c:497
-#: ../../install_steps_interactive.pm_.c:695
-msgid "Installing"
-msgstr "diegiama"
-
-#: ../../install_steps_graphical.pm_.c:499
-msgid "Please wait, "
-msgstr "Praom palaukti, "
-
-#: ../../install_steps_graphical.pm_.c:501 ../../install_steps_gtk.pm_.c:510
-msgid "Time remaining "
-msgstr "Liko laiko "
-
-#: ../../install_steps_graphical.pm_.c:502
-msgid "Total time "
-msgstr "Bendra trukm "
-
-#: ../../install_steps_graphical.pm_.c:507
-#: ../../install_steps_interactive.pm_.c:695
-msgid "Preparing installation"
-msgstr "Ruoiamas diegimas"
-
-#: ../../install_steps_graphical.pm_.c:528 ../../install_steps_gtk.pm_.c:558
-#, c-format
-msgid "Installing package %s"
-msgstr "diegiamas paketas %s"
-
-#: ../../install_steps_graphical.pm_.c:553 ../../install_steps_gtk.pm_.c:642
-#: ../../install_steps_gtk.pm_.c:646
-msgid "Go on anyway?"
-msgstr "Vis tiek tsti?"
-
-#: ../../install_steps_graphical.pm_.c:553 ../../install_steps_gtk.pm_.c:642
-msgid "There was an error ordering packages:"
-msgstr "vyko klaida, bandant sutvarkyti paketus:"
-
-#: ../../install_steps_graphical.pm_.c:577
-msgid "Use existing configuration for X11?"
-msgstr "Naudoti esamus X11 nustatymus?"
-
#: ../../install_steps_gtk.pm_.c:148
msgid ""
"Your system is low on resource. You may have some problem installing\n"
@@ -3745,12 +4019,13 @@ msgstr ""
"Mandrake Linux. Jei taip atsitikt, gali pabandyti tekstin diegimo bd:\n"
"Kai usikrauna i CDROM'o, paspausk `F1', o tada vesk \"text\"."
-#: ../../install_steps_gtk.pm_.c:159 ../../install_steps_interactive.pm_.c:187
+#: ../../install_steps_gtk.pm_.c:159 ../../install_steps_interactive.pm_.c:224
msgid "Install Class"
msgstr "diegimo klas"
#: ../../install_steps_gtk.pm_.c:162
-msgid "Please, choose one of the following classes of installation:"
+#, fuzzy
+msgid "Please choose one of the following classes of installation:"
msgstr "Praom pasirinkti vien i i diegimo klasi:"
#: ../../install_steps_gtk.pm_.c:228
@@ -3799,60 +4074,70 @@ msgstr "Sekaniame ingsnyje tu juos galsi pasirinkti tiksliau."
msgid "Percentage of packages to install"
msgstr "Kiek procent paket diegti"
-#: ../../install_steps_gtk.pm_.c:291 ../../install_steps_interactive.pm_.c:619
+#: ../../install_steps_gtk.pm_.c:291 ../../install_steps_interactive.pm_.c:705
msgid "Package Group Selection"
msgstr "Paket grupi pasirinkimas"
-#: ../../install_steps_gtk.pm_.c:320 ../../install_steps_interactive.pm_.c:634
+#: ../../install_steps_gtk.pm_.c:323 ../../install_steps_interactive.pm_.c:720
msgid "Individual package selection"
msgstr "Atskir paket pasirinkimas"
-#: ../../install_steps_gtk.pm_.c:343 ../../install_steps_interactive.pm_.c:598
+#: ../../install_steps_gtk.pm_.c:346 ../../install_steps_interactive.pm_.c:645
#, c-format
msgid "Total size: %d / %d MB"
msgstr "Bendras dydis: %d / %d MB"
-#: ../../install_steps_gtk.pm_.c:385
+#: ../../install_steps_gtk.pm_.c:391
msgid "Bad package"
msgstr "Blogas paketas"
-#: ../../install_steps_gtk.pm_.c:386
+#: ../../install_steps_gtk.pm_.c:392
#, c-format
msgid "Name: %s\n"
msgstr "Pavadinimas: %s\n"
-#: ../../install_steps_gtk.pm_.c:389
+#: ../../install_steps_gtk.pm_.c:393
+#, c-format
+msgid "Version: %s\n"
+msgstr "Versija: %s\n"
+
+#: ../../install_steps_gtk.pm_.c:394
+#, c-format
+msgid "Size: %d KB\n"
+msgstr "Dydis: %d KB\n"
+
+#: ../../install_steps_gtk.pm_.c:395
#, c-format
msgid "Importance: %s\n"
msgstr "Svarba: %s\n"
-#: ../../install_steps_gtk.pm_.c:411
+#: ../../install_steps_gtk.pm_.c:417
msgid ""
"You can't select this package as there is not enough space left to install it"
msgstr ""
"Tu negali pasirinkti io paketo, kadangi nebra pakankamai vietos jam diegti"
-#: ../../install_steps_gtk.pm_.c:416
+#: ../../install_steps_gtk.pm_.c:422
msgid "The following packages are going to be installed"
msgstr "Ruoiamasi diegti iuos paketus"
-#: ../../install_steps_gtk.pm_.c:417
+#: ../../install_steps_gtk.pm_.c:423
msgid "The following packages are going to be removed"
msgstr "Ruoiamasi paalinti iuos paketus"
-#: ../../install_steps_gtk.pm_.c:429
+#: ../../install_steps_gtk.pm_.c:435
msgid "You can't select/unselect this package"
msgstr "Tu negali paymti/atymti io paketo"
-#: ../../install_steps_gtk.pm_.c:441
+#: ../../install_steps_gtk.pm_.c:447
msgid "This is a mandatory package, it can't be unselected"
msgstr "Tai yra privalomas paketas, jis negali bti atymtas"
-#: ../../install_steps_gtk.pm_.c:443
+#: ../../install_steps_gtk.pm_.c:449
msgid "You can't unselect this package. It is already installed"
msgstr "Tu negali atymti io paketo. Jis jau yra diegtas"
-#: ../../install_steps_gtk.pm_.c:447
+#: ../../install_steps_gtk.pm_.c:453
msgid ""
"This package must be upgraded\n"
"Are you sure you want to deselect it?"
@@ -3860,43 +4145,104 @@ msgstr ""
"is paketas privalo bti atnaujintas\n"
"Ar tu tikrai nori j atymti?"
-#: ../../install_steps_gtk.pm_.c:451
+#: ../../install_steps_gtk.pm_.c:457
msgid "You can't unselect this package. It must be upgraded"
msgstr "Tu negali atymti io paketo. Jis privalo bti atnaujintas"
-#: ../../install_steps_gtk.pm_.c:456
+#: ../../install_steps_gtk.pm_.c:462
msgid "Show automatically selected packages"
msgstr ""
-#: ../../install_steps_gtk.pm_.c:460
+#: ../../install_steps_gtk.pm_.c:463 ../../install_steps_interactive.pm_.c:246
+#: ../../install_steps_interactive.pm_.c:250
+msgid "Install"
+msgstr "diegti"
+
+#: ../../install_steps_gtk.pm_.c:466
#, fuzzy
msgid "Load/Save on floppy"
msgstr "Isaugoti diskel"
-#: ../../install_steps_gtk.pm_.c:461
+#: ../../install_steps_gtk.pm_.c:467
#, fuzzy
msgid "Updating package selection"
msgstr "Isaugoti paket pasirinkim"
-#: ../../install_steps_gtk.pm_.c:466
+#: ../../install_steps_gtk.pm_.c:472
#, fuzzy
msgid "Minimal install"
msgstr "Imesti"
-#: ../../install_steps_gtk.pm_.c:503
+#: ../../install_steps_gtk.pm_.c:487 ../../install_steps_interactive.pm_.c:555
+msgid "Choose the packages you want to install"
+msgstr "Pasirink paketus, kuriuos tu nori diegti"
+
+#: ../../install_steps_gtk.pm_.c:503 ../../install_steps_interactive.pm_.c:787
+msgid "Installing"
+msgstr "diegiama"
+
+#: ../../install_steps_gtk.pm_.c:509
msgid "Estimating"
msgstr "Skaiiuojama"
-#: ../../install_steps_gtk.pm_.c:522
+#: ../../install_steps_gtk.pm_.c:516
+msgid "Time remaining "
+msgstr "Liko laiko "
+
+#: ../../install_steps_gtk.pm_.c:528
msgid "Please wait, preparing installation"
msgstr "Praome palaukti. Ruoiamas diegimas"
-#: ../../install_steps_gtk.pm_.c:553
+#: ../../install_steps_gtk.pm_.c:611
#, c-format
msgid "%d packages"
msgstr "%d paket"
-#: ../../install_steps_gtk.pm_.c:599
+#: ../../install_steps_gtk.pm_.c:616
+#, c-format
+msgid "Installing package %s"
+msgstr "diegiamas paketas %s"
+
+#: ../../install_steps_gtk.pm_.c:657 ../../install_steps_interactive.pm_.c:185
+#: ../../install_steps_interactive.pm_.c:811
+#: ../../standalone/drakautoinst_.c:203
+msgid "Accept"
+msgstr "Sutinku"
+
+#: ../../install_steps_gtk.pm_.c:657 ../../install_steps_interactive.pm_.c:185
+#: ../../install_steps_interactive.pm_.c:811
+msgid "Refuse"
+msgstr "Atmetu"
+
+#: ../../install_steps_gtk.pm_.c:658 ../../install_steps_interactive.pm_.c:812
+#, 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 ""
+"Pakeisk CD!\n"
+"\n"
+"Praom kiti CD su urau %s kaupikl, tada paspausk Gerai.\n"
+"Jei tu jo neturi, spausk Nutraukti, kad ivengtum diegimo i io CD."
+
+#: ../../install_steps_gtk.pm_.c:672 ../../install_steps_gtk.pm_.c:676
+#: ../../install_steps_interactive.pm_.c:824
+#: ../../install_steps_interactive.pm_.c:828
+msgid "Go on anyway?"
+msgstr "Vis tiek tsti?"
+
+#: ../../install_steps_gtk.pm_.c:672 ../../install_steps_interactive.pm_.c:824
+msgid "There was an error ordering packages:"
+msgstr "vyko klaida, bandant sutvarkyti paketus:"
+
+#: ../../install_steps_gtk.pm_.c:676 ../../install_steps_interactive.pm_.c:828
+msgid "There was an error installing packages:"
+msgstr "vyko klaida, diegiant paketus:"
+
+#: ../../install_steps_interactive.pm_.c:10
msgid ""
"\n"
"Warning\n"
@@ -3957,41 +4303,20 @@ msgstr ""
"j autoriams ir saugomos intelektualios nuosavybs teises\n"
"saugani statym.\n"
-#: ../../install_steps_gtk.pm_.c:627 ../../install_steps_interactive.pm_.c:148
-msgid "Accept"
-msgstr "Sutinku"
-
-#: ../../install_steps_gtk.pm_.c:627 ../../install_steps_interactive.pm_.c:148
-msgid "Refuse"
-msgstr "Atmetu"
-
-#: ../../install_steps_gtk.pm_.c:628
-#, 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 ""
-"Pakeisk CD!\n"
-"\n"
-"Praom kiti CD su urau %s kaupikl, tada paspausk Gerai.\n"
-"Jei tu jo neturi, spausk Nutraukti, kad ivengtum diegimo i io CD."
-
-#: ../../install_steps_gtk.pm_.c:646
-msgid "There was an error installing packages:"
-msgstr "vyko klaida, diegiant paketus:"
-
-#: ../../install_steps_interactive.pm_.c:37
+#: ../../install_steps_interactive.pm_.c:67
msgid "An error occurred"
msgstr "vyko klaida"
-#: ../../install_steps_interactive.pm_.c:71
+#: ../../install_steps_interactive.pm_.c:85
+#, fuzzy
+msgid "Do you really want to leave the installation?"
+msgstr "Ar tu nori i naujo paleisti tinkl"
+
+#: ../../install_steps_interactive.pm_.c:108
msgid "License agreement"
msgstr "Licenzijos patvirtinimas"
-#: ../../install_steps_interactive.pm_.c:72
+#: ../../install_steps_interactive.pm_.c:109
msgid ""
"Introduction\n"
"\n"
@@ -4112,100 +4437,109 @@ msgid ""
"For any question on this document, please contact MandrakeSoft S.A. \n"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:168
-#: ../../install_steps_interactive.pm_.c:871
+#: ../../install_steps_interactive.pm_.c:205
+#: ../../install_steps_interactive.pm_.c:1045
#: ../../standalone/keyboarddrake_.c:28
msgid "Keyboard"
msgstr "Klaviatra"
-#: ../../install_steps_interactive.pm_.c:169
-#: ../../standalone/keyboarddrake_.c:29
-msgid "Please, choose your keyboard layout."
+#: ../../install_steps_interactive.pm_.c:206
+#, fuzzy
+msgid "Please choose your keyboard layout."
msgstr "Praom pasirinkti klaviatros idstym."
-#: ../../install_steps_interactive.pm_.c:170
+#: ../../install_steps_interactive.pm_.c:207
msgid "Here is the full list of keyboards available"
msgstr "ia yra galim klaviatr sraas"
-#: ../../install_steps_interactive.pm_.c:187
+#: ../../install_steps_interactive.pm_.c:224
msgid "Which installation class do you want?"
msgstr "Kurios diegimo klass tu nori?"
-#: ../../install_steps_interactive.pm_.c:189
+#: ../../install_steps_interactive.pm_.c:226
msgid "Install/Update"
msgstr "diegti/Atnaujinti"
-#: ../../install_steps_interactive.pm_.c:189
+#: ../../install_steps_interactive.pm_.c:226
msgid "Is this an install or an update?"
msgstr "Ar tai diegimas, ar atnaujinimas?"
-#: ../../install_steps_interactive.pm_.c:198
+#: ../../install_steps_interactive.pm_.c:235
msgid "Recommended"
msgstr "Rekomenduojama"
-#: ../../install_steps_interactive.pm_.c:201
-#: ../../install_steps_interactive.pm_.c:204
+#: ../../install_steps_interactive.pm_.c:238
+#: ../../install_steps_interactive.pm_.c:241
msgid "Expert"
msgstr "Eksperto"
-#: ../../install_steps_interactive.pm_.c:212
-msgid "Update"
+#: ../../install_steps_interactive.pm_.c:246
+#: ../../install_steps_interactive.pm_.c:250
+#, fuzzy
+msgid "Upgrade"
msgstr "Atnaujinimas"
-#: ../../install_steps_interactive.pm_.c:224 ../../standalone/mousedrake_.c:48
-msgid "Please, choose the type of your mouse."
+#: ../../install_steps_interactive.pm_.c:246
+#: ../../install_steps_interactive.pm_.c:250
+#, fuzzy
+msgid "Upgrade packages only"
+msgstr "Isaugoti paket pasirinkim"
+
+#: ../../install_steps_interactive.pm_.c:266
+#, fuzzy
+msgid "Please choose the type of your mouse."
msgstr "Praom pasirinkti savo pels r."
-#: ../../install_steps_interactive.pm_.c:230 ../../standalone/mousedrake_.c:64
+#: ../../install_steps_interactive.pm_.c:272 ../../standalone/mousedrake_.c:65
msgid "Mouse Port"
msgstr "Pels prievadas"
-#: ../../install_steps_interactive.pm_.c:231 ../../standalone/mousedrake_.c:65
+#: ../../install_steps_interactive.pm_.c:273 ../../standalone/mousedrake_.c:66
msgid "Please choose on which serial port your mouse is connected to."
msgstr ""
"Praom pasirinkti, prie kurios nuosekliosios jungties prijungta tavo pel."
-#: ../../install_steps_interactive.pm_.c:239
+#: ../../install_steps_interactive.pm_.c:281
msgid "Buttons emulation"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:241
+#: ../../install_steps_interactive.pm_.c:283
msgid "Button 2 Emulation"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:242
+#: ../../install_steps_interactive.pm_.c:284
msgid "Button 3 Emulation"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:261
+#: ../../install_steps_interactive.pm_.c:305
msgid "Configuring PCMCIA cards..."
msgstr "Nustatomos PCMCIA ploktes..."
-#: ../../install_steps_interactive.pm_.c:261
+#: ../../install_steps_interactive.pm_.c:305
msgid "PCMCIA"
msgstr "PCMCIA"
-#: ../../install_steps_interactive.pm_.c:266
+#: ../../install_steps_interactive.pm_.c:312
msgid "Configuring IDE"
msgstr "Nustatome IDE"
-#: ../../install_steps_interactive.pm_.c:266
+#: ../../install_steps_interactive.pm_.c:312
msgid "IDE"
msgstr "IDE"
-#: ../../install_steps_interactive.pm_.c:281
+#: ../../install_steps_interactive.pm_.c:327
msgid "no available partitions"
msgstr "nra prieinam skirsni"
-#: ../../install_steps_interactive.pm_.c:284
+#: ../../install_steps_interactive.pm_.c:330
msgid "Scanning partitions to find mount points"
msgstr "Peririmi skirsniai, iekant montavimo tak"
-#: ../../install_steps_interactive.pm_.c:292
+#: ../../install_steps_interactive.pm_.c:338
msgid "Choose the mount points"
msgstr "Pasirink montavimo takus"
-#: ../../install_steps_interactive.pm_.c:311
+#: ../../install_steps_interactive.pm_.c:357
#, c-format
msgid ""
"I can't read your partition table, it's too corrupted for me :(\n"
@@ -4222,7 +4556,7 @@ msgstr ""
"\n"
"Ar sutinki prarasti visus skirsnius?\n"
-#: ../../install_steps_interactive.pm_.c:324
+#: ../../install_steps_interactive.pm_.c:370
msgid ""
"DiskDrake failed to read correctly the partition table.\n"
"Continue at your own risk!"
@@ -4230,120 +4564,140 @@ msgstr ""
"DiskDrake nesugebjo teisingai perskaityti skirsni lentels.\n"
"Tsk savo paties rizika!"
-#: ../../install_steps_interactive.pm_.c:340
+#: ../../install_steps_interactive.pm_.c:386
msgid ""
"No free space for 1MB bootstrap! Install will continue, but to boot your "
"system, you'll need to create the bootstrap partition in DiskDrake"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:349
+#: ../../install_steps_interactive.pm_.c:395
#, fuzzy
msgid "No root partition found to perform an upgrade"
msgstr "Nerastas pagrindinis skirsnis"
-#: ../../install_steps_interactive.pm_.c:350
+#: ../../install_steps_interactive.pm_.c:396
msgid "Root Partition"
msgstr "akninis skirsnis"
-#: ../../install_steps_interactive.pm_.c:351
+#: ../../install_steps_interactive.pm_.c:397
msgid "What is the root partition (/) of your system?"
msgstr "Kur yra tavo sistemos akninis skirsnis (/)?"
-#: ../../install_steps_interactive.pm_.c:365
+#: ../../install_steps_interactive.pm_.c:411
msgid "You need to reboot for the partition table modifications to take place"
msgstr ""
"Tau reikia perkrauti kompiuter, kad skirsni lentels pakeitimai bt "
"naudojami"
-#: ../../install_steps_interactive.pm_.c:389
+#: ../../install_steps_interactive.pm_.c:435
msgid "Choose the partitions you want to format"
msgstr "Pasirink skirsnius, kuriuos nori suymti"
-#: ../../install_steps_interactive.pm_.c:390
+#: ../../install_steps_interactive.pm_.c:436
msgid "Check bad blocks?"
msgstr "Iekoti blog blok?"
-#: ../../install_steps_interactive.pm_.c:416
+#: ../../install_steps_interactive.pm_.c:462
msgid "Formatting partitions"
msgstr "Suymimi skirsniai"
-#: ../../install_steps_interactive.pm_.c:418
+#: ../../install_steps_interactive.pm_.c:464
#, c-format
msgid "Creating and formatting file %s"
msgstr "Sukuriama ir suymima byla %s"
-#: ../../install_steps_interactive.pm_.c:421
+#: ../../install_steps_interactive.pm_.c:467
msgid "Not enough swap to fulfill installation, please add some"
msgstr "Nepakanka swap atminties diegimo vykdymui, praom praplsti"
-#: ../../install_steps_interactive.pm_.c:427
+#: ../../install_steps_interactive.pm_.c:473
msgid "Looking for available packages"
msgstr "Iekomi galimi paketai"
-#: ../../install_steps_interactive.pm_.c:433
+#: ../../install_steps_interactive.pm_.c:479
msgid "Finding packages to upgrade"
msgstr "Iekoma atnaujintin paket"
-#: ../../install_steps_interactive.pm_.c:450
+#: ../../install_steps_interactive.pm_.c:496
#, c-format
msgid ""
"Your system has not enough space left for installation or upgrade (%d > %d)"
msgstr "Tavo sistemoje neutenka vietos diegimui arba atnaujinimui (%d > %d)"
-#: ../../install_steps_interactive.pm_.c:469
+#: ../../install_steps_interactive.pm_.c:515
#, c-format
msgid "Complete (%dMB)"
msgstr "Pilnai (%dMB)"
-#: ../../install_steps_interactive.pm_.c:469
+#: ../../install_steps_interactive.pm_.c:515
#, c-format
msgid "Minimum (%dMB)"
msgstr "Minimaliai (%dMB)"
-#: ../../install_steps_interactive.pm_.c:469
+#: ../../install_steps_interactive.pm_.c:515
#, c-format
msgid "Recommended (%dMB)"
msgstr "Rekomenduojama (%dMB)"
-#: ../../install_steps_interactive.pm_.c:475
-msgid "Custom"
-msgstr "Prisitaikyti"
-
-#: ../../install_steps_interactive.pm_.c:522
+#: ../../install_steps_interactive.pm_.c:568
msgid ""
"Please choose load or save package selection on floppy.\n"
"The format is the same as auto_install generated floppies."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:525
+#: ../../install_steps_interactive.pm_.c:571
#, fuzzy
msgid "Load from floppy"
msgstr "Atstatyti i diskelio"
-#: ../../install_steps_interactive.pm_.c:527
+#: ../../install_steps_interactive.pm_.c:573
#, fuzzy
msgid "Loading from floppy"
msgstr "Atstatyti i diskelio"
-#: ../../install_steps_interactive.pm_.c:527
+#: ../../install_steps_interactive.pm_.c:573
#, fuzzy
msgid "Package selection"
msgstr "Paket grupi pasirinkimas"
-#: ../../install_steps_interactive.pm_.c:532
+#: ../../install_steps_interactive.pm_.c:578
#, fuzzy
msgid "Insert a floppy containing package selection"
msgstr "dk diskel kaupikl %s"
-#: ../../install_steps_interactive.pm_.c:544
+#: ../../install_steps_interactive.pm_.c:590
msgid "Save on floppy"
msgstr "Isaugoti diskel"
-#: ../../install_steps_interactive.pm_.c:605
+#: ../../install_steps_interactive.pm_.c:658
msgid "Selected size is larger than available space"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:670
+#: ../../install_steps_interactive.pm_.c:671
+#, fuzzy
+msgid "Type of install"
+msgstr "Pasirink paket diegimui"
+
+#: ../../install_steps_interactive.pm_.c:672
+msgid ""
+"You haven't selected any group of packages.\n"
+"Please choose the minimal installation you want:"
+msgstr ""
+
+#: ../../install_steps_interactive.pm_.c:675
+#, fuzzy
+msgid "With X"
+msgstr "Palauk"
+
+#: ../../install_steps_interactive.pm_.c:677
+msgid "With basic documentation (recommended!)"
+msgstr ""
+
+#: ../../install_steps_interactive.pm_.c:678
+msgid "Truly minimal install (especially no urpmi)"
+msgstr ""
+
+#: ../../install_steps_interactive.pm_.c:762
msgid ""
"If you have all the CDs in the list below, click Ok.\n"
"If you have none of those CDs, click Cancel.\n"
@@ -4353,12 +4707,16 @@ msgstr ""
"Jei neturi n vieno i i CD, spausk Nutraukti.\n"
"Jei trksta tik kai kuri CD, atymk juos, o tada spausk Gerai."
-#: ../../install_steps_interactive.pm_.c:675
+#: ../../install_steps_interactive.pm_.c:767
#, c-format
msgid "Cd-Rom labeled \"%s\""
msgstr "CD-ROM su urau \"%s\""
-#: ../../install_steps_interactive.pm_.c:704
+#: ../../install_steps_interactive.pm_.c:787
+msgid "Preparing installation"
+msgstr "Ruoiamas diegimas"
+
+#: ../../install_steps_interactive.pm_.c:796
#, c-format
msgid ""
"Installing package %s\n"
@@ -4367,21 +4725,21 @@ msgstr ""
"diegiamas paketas %s\n"
"%d%%"
-#: ../../install_steps_interactive.pm_.c:713
+#: ../../install_steps_interactive.pm_.c:842
msgid "Post-install configuration"
msgstr "Konfigracija po diegimo"
-#: ../../install_steps_interactive.pm_.c:719
+#: ../../install_steps_interactive.pm_.c:848
#, fuzzy, c-format
msgid "Please insert the Boot floppy used in drive %s"
msgstr "dk diskel kaupikl %s"
-#: ../../install_steps_interactive.pm_.c:725
+#: ../../install_steps_interactive.pm_.c:854
#, fuzzy, c-format
msgid "Please insert the Update Modules floppy in drive %s"
msgstr "dk tui diskel kaupikl %s"
-#: ../../install_steps_interactive.pm_.c:750
+#: ../../install_steps_interactive.pm_.c:874
msgid ""
"You have now the possibility to download software aimed for encryption.\n"
"\n"
@@ -4436,144 +4794,171 @@ msgstr ""
"Altadena California 91001\n"
"USA"
-#: ../../install_steps_interactive.pm_.c:782
+#: ../../install_steps_interactive.pm_.c:912
+msgid ""
+"You have now the possibility to download updated packages that have\n"
+"been released after the distribution has been made available.\n"
+"\n"
+"You will get security fixes or bug fixes, but you need to have an\n"
+"Internet connection configured to proceed.\n"
+"\n"
+"Do you want to install the updates ?"
+msgstr ""
+
+#: ../../install_steps_interactive.pm_.c:926
+#, fuzzy
+msgid "Contacting Mandrake Linux web site to get the list of available mirrors"
+msgstr ""
+"Jungiamasi prie atvaizdio (mirror), kad gautume prieinam paket sra"
+
+#: ../../install_steps_interactive.pm_.c:931
msgid "Choose a mirror from which to get the packages"
msgstr "Pasirink atvaizd (mirror), i kurio imti paketus"
-#: ../../install_steps_interactive.pm_.c:793
+#: ../../install_steps_interactive.pm_.c:940
msgid "Contacting the mirror to get the list of available packages"
msgstr ""
"Jungiamasi prie atvaizdio (mirror), kad gautume prieinam paket sra"
-#: ../../install_steps_interactive.pm_.c:796
-msgid "Please choose the packages you want to install."
-msgstr "Pasirink paketus, kuriuos tu nori diegti."
-
-#: ../../install_steps_interactive.pm_.c:808
+#: ../../install_steps_interactive.pm_.c:967
msgid "Which is your timezone?"
msgstr "Kokia tavo laiko juosta?"
-#: ../../install_steps_interactive.pm_.c:813
+#: ../../install_steps_interactive.pm_.c:972
#, fuzzy
msgid "Hardware clock set to GMT"
msgstr "Ar tavo rangos laikrodis nustatytas GMT?"
-#: ../../install_steps_interactive.pm_.c:814
+#: ../../install_steps_interactive.pm_.c:973
msgid "Automatic time synchronization (using NTP)"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:821
+#: ../../install_steps_interactive.pm_.c:980
#, fuzzy
msgid "NTP Server"
msgstr "NIS serveris"
-#: ../../install_steps_interactive.pm_.c:855
-#: ../../install_steps_interactive.pm_.c:863 ../../printerdrake.pm_.c:104
+#: ../../install_steps_interactive.pm_.c:1014
+#: ../../install_steps_interactive.pm_.c:1022
msgid "Remote CUPS server"
msgstr "Nutols CUPS serveris"
-#: ../../install_steps_interactive.pm_.c:856
+#: ../../install_steps_interactive.pm_.c:1015
msgid "No printer"
msgstr "Spausdintuvo nra"
-#: ../../install_steps_interactive.pm_.c:867 ../../steps.pm_.c:27
+#: ../../install_steps_interactive.pm_.c:1032
+#, fuzzy
+msgid "Do you have an ISA sound card?"
+msgstr "Ar turi dar vien?"
+
+#: ../../install_steps_interactive.pm_.c:1034
+msgid "Run \"sndconfig\" after installation to configure your sound card"
+msgstr ""
+
+#: ../../install_steps_interactive.pm_.c:1036
+msgid "No sound card detected. Try \"harddrake\" after installation"
+msgstr ""
+
+#: ../../install_steps_interactive.pm_.c:1041 ../../steps.pm_.c:27
msgid "Summary"
msgstr "Apibendrinimas"
-#: ../../install_steps_interactive.pm_.c:870
+#: ../../install_steps_interactive.pm_.c:1044
msgid "Mouse"
msgstr "Pel"
-#: ../../install_steps_interactive.pm_.c:872
+#: ../../install_steps_interactive.pm_.c:1046
msgid "Timezone"
msgstr "Laiko juosta"
-#: ../../install_steps_interactive.pm_.c:873 ../../printerdrake.pm_.c:1773
-#: ../../printerdrake.pm_.c:1844
+#: ../../install_steps_interactive.pm_.c:1047 ../../printerdrake.pm_.c:2276
+#: ../../printerdrake.pm_.c:2354
msgid "Printer"
msgstr "Spausdintuvas"
-#: ../../install_steps_interactive.pm_.c:875
+#: ../../install_steps_interactive.pm_.c:1049
#, fuzzy
msgid "ISDN card"
msgstr "Vidin ISDN plokt"
-#: ../../install_steps_interactive.pm_.c:878
+#: ../../install_steps_interactive.pm_.c:1052
+#: ../../install_steps_interactive.pm_.c:1054
#, fuzzy
msgid "Sound card"
msgstr "Standartin"
-#: ../../install_steps_interactive.pm_.c:881
+#: ../../install_steps_interactive.pm_.c:1056
msgid "TV card"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:917
-#: ../../install_steps_interactive.pm_.c:941
-#: ../../install_steps_interactive.pm_.c:945
+#: ../../install_steps_interactive.pm_.c:1094
+#: ../../install_steps_interactive.pm_.c:1118
+#: ../../install_steps_interactive.pm_.c:1122
msgid "LDAP"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:918
-#: ../../install_steps_interactive.pm_.c:941
-#: ../../install_steps_interactive.pm_.c:954
+#: ../../install_steps_interactive.pm_.c:1095
+#: ../../install_steps_interactive.pm_.c:1118
+#: ../../install_steps_interactive.pm_.c:1131
#, fuzzy
msgid "NIS"
msgstr "Naudoti NIS"
-#: ../../install_steps_interactive.pm_.c:919
-#: ../../install_steps_interactive.pm_.c:941
+#: ../../install_steps_interactive.pm_.c:1096
+#: ../../install_steps_interactive.pm_.c:1118
#, fuzzy
msgid "Local files"
msgstr "Vietinis spausdintuvas"
-#: ../../install_steps_interactive.pm_.c:928
-#: ../../install_steps_interactive.pm_.c:929 ../../steps.pm_.c:24
+#: ../../install_steps_interactive.pm_.c:1105
+#: ../../install_steps_interactive.pm_.c:1106 ../../steps.pm_.c:24
msgid "Set root password"
msgstr "Nurodyti root slaptaod"
-#: ../../install_steps_interactive.pm_.c:930
+#: ../../install_steps_interactive.pm_.c:1107
msgid "No password"
msgstr "Jokio slaptaodio"
-#: ../../install_steps_interactive.pm_.c:935
+#: ../../install_steps_interactive.pm_.c:1112
#, c-format
msgid "This password is too simple (must be at least %d characters long)"
msgstr ""
"is slaptaodis yra pernelyg paprastas (turi bti bent %d simboli ilgio)"
-#: ../../install_steps_interactive.pm_.c:941 ../../network/modem.pm_.c:47
-#: ../../standalone/draknet_.c:604
+#: ../../install_steps_interactive.pm_.c:1118 ../../network/modem.pm_.c:49
+#: ../../standalone/draknet_.c:626 ../../standalone/logdrake_.c:172
msgid "Authentication"
msgstr "Autentikacija"
-#: ../../install_steps_interactive.pm_.c:949
+#: ../../install_steps_interactive.pm_.c:1126
#, fuzzy
msgid "Authentication LDAP"
msgstr "Autentikacija"
-#: ../../install_steps_interactive.pm_.c:950
+#: ../../install_steps_interactive.pm_.c:1127
msgid "LDAP Base dn"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:951
+#: ../../install_steps_interactive.pm_.c:1128
#, fuzzy
msgid "LDAP Server"
msgstr "serveris"
-#: ../../install_steps_interactive.pm_.c:957
+#: ../../install_steps_interactive.pm_.c:1134
#, fuzzy
msgid "Authentication NIS"
msgstr "Autentikacijos NIS"
-#: ../../install_steps_interactive.pm_.c:958
+#: ../../install_steps_interactive.pm_.c:1135
msgid "NIS Domain"
msgstr "NIS domenas"
-#: ../../install_steps_interactive.pm_.c:959
+#: ../../install_steps_interactive.pm_.c:1136
msgid "NIS Server"
msgstr "NIS serveris"
-#: ../../install_steps_interactive.pm_.c:994
+#: ../../install_steps_interactive.pm_.c:1171
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 "
@@ -4603,19 +4988,20 @@ msgstr ""
"Jei nori sukurti krovos diskel savo sistemai, kik diskel pirmj\n"
"rengin ir spausk \"Gerai\"."
-#: ../../install_steps_interactive.pm_.c:1010
+#: ../../install_steps_interactive.pm_.c:1187
msgid "First floppy drive"
msgstr "Pirmasis diskeli renginys"
-#: ../../install_steps_interactive.pm_.c:1011
+#: ../../install_steps_interactive.pm_.c:1188
msgid "Second floppy drive"
msgstr "Antrasis diskeli renginys"
-#: ../../install_steps_interactive.pm_.c:1012 ../../printerdrake.pm_.c:1382
+#: ../../install_steps_interactive.pm_.c:1189 ../../printerdrake.pm_.c:1848
msgid "Skip"
msgstr "Praleisti"
-#: ../../install_steps_interactive.pm_.c:1017
+#: ../../install_steps_interactive.pm_.c:1194
+#, c-format
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 "
@@ -4626,7 +5012,8 @@ msgid ""
"with\n"
"the Mandrake rescue image, making it much easier to recover from severe "
"system\n"
-"failures. Would you like to create a bootdisk for your system?"
+"failures. Would you like to create a bootdisk for your system?\n"
+"%s"
msgstr ""
"krovos diskelis leidia pakrauti Linux sistem be normalaus sistemos "
"kroviklio.\n"
@@ -4639,30 +5026,40 @@ msgstr ""
"diskeliu, tokiu bdu pasidaro daug lengviau atkurti sistem po smarki "
"gedim.\n"
"\n"
-"Ar tu nori sukurti krovos diskel?"
+"Ar tu nori sukurti krovos diskel?\n"
+"%s"
-#: ../../install_steps_interactive.pm_.c:1026
+#: ../../install_steps_interactive.pm_.c:1200
+msgid ""
+"\n"
+"\n"
+"(WARNING! You're using XFS for your root partition,\n"
+"creating a bootdisk on a 1.44 Mb floppy will probably fail,\n"
+"because XFS needs a very large driver)."
+msgstr ""
+
+#: ../../install_steps_interactive.pm_.c:1208
msgid "Sorry, no floppy drive available"
msgstr "Atleisk, bet neradau jokio diskeli kaupiklio"
-#: ../../install_steps_interactive.pm_.c:1030
+#: ../../install_steps_interactive.pm_.c:1212
msgid "Choose the floppy drive you want to use to make the bootdisk"
msgstr "Pasirink kaupikl, kur nori naudoti krovos diskeliui sukurti"
-#: ../../install_steps_interactive.pm_.c:1034
-#, c-format
-msgid "Insert a floppy in drive %s"
+#: ../../install_steps_interactive.pm_.c:1216
+#, fuzzy, c-format
+msgid "Insert a floppy in %s"
msgstr "dk diskel kaupikl %s"
-#: ../../install_steps_interactive.pm_.c:1037
+#: ../../install_steps_interactive.pm_.c:1219
msgid "Creating bootdisk"
msgstr "Kuriamas krovos diskelis"
-#: ../../install_steps_interactive.pm_.c:1044
+#: ../../install_steps_interactive.pm_.c:1226
msgid "Preparing bootloader"
msgstr "Ruoiama krovos tvarkykl"
-#: ../../install_steps_interactive.pm_.c:1055
+#: ../../install_steps_interactive.pm_.c:1237
msgid ""
"You appear to have an OldWorld or Unknown\n"
" machine, the yaboot bootloader will not work for you.\n"
@@ -4670,11 +5067,11 @@ msgid ""
" need to use BootX to boot your machine"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1060
+#: ../../install_steps_interactive.pm_.c:1243
msgid "Do you want to use aboot?"
msgstr "Ar nori naudoti aboot?"
-#: ../../install_steps_interactive.pm_.c:1063
+#: ../../install_steps_interactive.pm_.c:1246
msgid ""
"Error installing aboot, \n"
"try to force installation even if that destroys the first partition?"
@@ -4682,16 +5079,16 @@ msgstr ""
"Klaida diegiant aboot,\n"
"bandyti diegti priverstinai, net jei tai sunaikint pirmj skirsn?"
-#: ../../install_steps_interactive.pm_.c:1070
+#: ../../install_steps_interactive.pm_.c:1253
#, fuzzy
msgid "Installing bootloader"
msgstr "diegti krovos tvarkykl"
-#: ../../install_steps_interactive.pm_.c:1076
+#: ../../install_steps_interactive.pm_.c:1259
msgid "Installation of bootloader failed. The following error occured:"
msgstr "Nepavyko diegti krovos tvarkykls. vyko tokia klaida:"
-#: ../../install_steps_interactive.pm_.c:1084
+#: ../../install_steps_interactive.pm_.c:1267
#, c-format
msgid ""
"You may need to change your Open Firmware boot-device to\n"
@@ -4702,34 +5099,18 @@ msgid ""
"At your next boot you should see the bootloader prompt."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1092 ../../standalone/draksec_.c:23
-msgid "Low"
-msgstr "emas"
-
-#: ../../install_steps_interactive.pm_.c:1093 ../../standalone/draksec_.c:24
-msgid "Medium"
-msgstr "Vidutinis"
-
-#: ../../install_steps_interactive.pm_.c:1094 ../../standalone/draksec_.c:25
-msgid "High"
-msgstr "Auktas"
-
-#: ../../install_steps_interactive.pm_.c:1098 ../../standalone/draksec_.c:62
-msgid "Choose security level"
-msgstr "Pasirink saugumo lyg"
-
-#: ../../install_steps_interactive.pm_.c:1134
-#: ../../standalone/drakautoinst_.c:80
+#: ../../install_steps_interactive.pm_.c:1311
+#: ../../standalone/drakautoinst_.c:81
#, c-format
msgid "Insert a blank floppy in drive %s"
msgstr "dk tui diskel kaupikl %s"
-#: ../../install_steps_interactive.pm_.c:1138
-#: ../../standalone/drakautoinst_.c:82
+#: ../../install_steps_interactive.pm_.c:1315
+#: ../../standalone/drakautoinst_.c:83
msgid "Creating auto install floppy"
msgstr "Kuriamas automatinio diegimo diskelis"
-#: ../../install_steps_interactive.pm_.c:1149
+#: ../../install_steps_interactive.pm_.c:1326
msgid ""
"Some steps are not completed.\n"
"\n"
@@ -4739,14 +5120,19 @@ msgstr ""
"\n"
"Ar tu nori ieiti dabar?"
-#: ../../install_steps_interactive.pm_.c:1160
+#: ../../install_steps_interactive.pm_.c:1337
msgid ""
"Congratulations, installation is complete.\n"
"Remove the boot media and press return to reboot.\n"
"\n"
+"\n"
"For information on fixes which are available for this release of Mandrake "
"Linux,\n"
-"consult the Errata available from http://www.mandrakelinux.com/.\n"
+"consult the Errata available from:\n"
+"\n"
+"\n"
+"http://www.linux-mandrake.com/en/82errata.php3\n"
+"\n"
"\n"
"Information on configuring your system is available in the post\n"
"install chapter of the Official Mandrake Linux User's Guide."
@@ -4754,17 +5140,22 @@ msgstr ""
"Sveikiname. diegimas baigtas.\n"
"Itrauk diegimo laikmenas ir spausk Enter, kad perkrautum.\n"
"\n"
+"\n"
"Kad suinotum apie pataisymus, kurie prieinami iai Mandrake Linux laidai,\n"
-"pasiirk Errata, kuris yra http://www.mandrakelinux.com/.\n"
+"pasiirk Errata, kuris yra \n"
+"\n"
+"\n"
+"http://www.linux-mandrake.com/en/82errata.php3\n"
+"\n"
"\n"
"Informacija apie tavo sistemos konfigravim yra oficialioje\n"
"Mandrake Linux User's Guide knygoje."
-#: ../../install_steps_interactive.pm_.c:1172
+#: ../../install_steps_interactive.pm_.c:1354
msgid "Generate auto install floppy"
msgstr "Sukurti automatinio diegimo diskel"
-#: ../../install_steps_interactive.pm_.c:1174
+#: ../../install_steps_interactive.pm_.c:1356
msgid ""
"The auto install can be fully automated if wanted,\n"
"in that case it will take over the hard drive!!\n"
@@ -4778,15 +5169,15 @@ msgstr ""
"\n"
"Js galbt norsite pakartoti diegim.\n"
-#: ../../install_steps_interactive.pm_.c:1179
+#: ../../install_steps_interactive.pm_.c:1361
msgid "Automated"
msgstr "Automatinis"
-#: ../../install_steps_interactive.pm_.c:1179
+#: ../../install_steps_interactive.pm_.c:1361
msgid "Replay"
msgstr "Parodyti vl"
-#: ../../install_steps_interactive.pm_.c:1182
+#: ../../install_steps_interactive.pm_.c:1364
msgid "Save packages selection"
msgstr "Isaugoti paket pasirinkim"
@@ -4801,359 +5192,457 @@ msgid ""
msgstr ""
" <Tab>/<Alt-Tab> tarp element | <Tarpas> parenka | <F12> kitas langas "
-#: ../../interactive.pm_.c:73
+#: ../../interactive.pm_.c:87
#, fuzzy
msgid "kdesu missing"
msgstr "nieko"
-#: ../../interactive.pm_.c:132
+#: ../../interactive.pm_.c:89 ../../interactive.pm_.c:100
+msgid "consolehelper missing"
+msgstr ""
+
+#: ../../interactive.pm_.c:152
#, fuzzy
msgid "Choose a file"
msgstr "Pasirink veiksm"
-#: ../../interactive.pm_.c:284
+#: ../../interactive.pm_.c:314
msgid "Advanced"
msgstr "Iplstinis"
-#: ../../interactive.pm_.c:345
+#: ../../interactive.pm_.c:315
+msgid "Basic"
+msgstr ""
+
+#: ../../interactive.pm_.c:386
msgid "Please wait"
msgstr "Praom palaukti"
-#: ../../interactive_gtk.pm_.c:681
+#: ../../interactive_gtk.pm_.c:605 ../../services.pm_.c:222
+msgid "Info"
+msgstr "Info"
+
+#: ../../interactive_gtk.pm_.c:715
msgid "Expand Tree"
msgstr "Iskleisti med"
-#: ../../interactive_gtk.pm_.c:682
+#: ../../interactive_gtk.pm_.c:716
msgid "Collapse Tree"
msgstr "Suskleisti med"
-#: ../../interactive_gtk.pm_.c:683
+#: ../../interactive_gtk.pm_.c:717
msgid "Toggle between flat and group sorted"
msgstr "Perjungti tarp rikiavimo pagal grupes ar abcl"
-#: ../../interactive_stdio.pm_.c:35
-#, c-format
-msgid "Ambiguity (%s), be more precise\n"
-msgstr "Dviprasmikumas (%s), bk tikslesnis\n"
-
-#: ../../interactive_stdio.pm_.c:36 ../../interactive_stdio.pm_.c:51
-#: ../../interactive_stdio.pm_.c:71
+#: ../../interactive_stdio.pm_.c:29 ../../interactive_stdio.pm_.c:147
msgid "Bad choice, try again\n"
msgstr "Blogas pasirinkimas, bandyk vl\n"
-#: ../../interactive_stdio.pm_.c:39
+#: ../../interactive_stdio.pm_.c:30 ../../interactive_stdio.pm_.c:148
#, c-format
-msgid " ? (default %s) "
-msgstr " ? (pagal nutyljim %s) "
+msgid "Your choice? (default %s) "
+msgstr "Tavo pasirinkimas? (pagal nutyljim %s) "
#: ../../interactive_stdio.pm_.c:52
#, c-format
-msgid "Your choice? (default %s) "
+msgid ""
+"Entries you'll have to fill:\n"
+"%s"
+msgstr ""
+
+#: ../../interactive_stdio.pm_.c:68
+#, fuzzy, c-format
+msgid "Your choice? (0/1, default `%s') "
msgstr "Tavo pasirinkimas? (pagal nutyljim %s) "
-#: ../../interactive_stdio.pm_.c:72
+#: ../../interactive_stdio.pm_.c:93
+#, fuzzy, c-format
+msgid "Button `%s': %s"
+msgstr "Pasirinktys: %s"
+
+#: ../../interactive_stdio.pm_.c:94
+#, fuzzy
+msgid "Do you want to click on this button? "
+msgstr "Ar nori naudoti aboot?"
+
+#: ../../interactive_stdio.pm_.c:103
+#, fuzzy, c-format
+msgid "Your choice? (default `%s'%s) "
+msgstr "Tavo pasirinkimas? (pagal nutyljim %s) "
+
+#: ../../interactive_stdio.pm_.c:121
+#, c-format
+msgid "=> There are many things to choose from (%s).\n"
+msgstr ""
+
+#: ../../interactive_stdio.pm_.c:124
+msgid ""
+"Please choose the first number of the 10-range you wish to edit,\n"
+"or just hit Enter to proceed.\n"
+"Your choice? "
+msgstr ""
+
+#: ../../interactive_stdio.pm_.c:137
#, c-format
-msgid "Your choice? (default %s enter `none' for none) "
+msgid ""
+"=> Notice, a label changed:\n"
+"%s"
msgstr ""
-"Tavo pasirinkimas? (pagal nutyljim %s, vesk `none' jei nieko nenori) "
-#: ../../keyboard.pm_.c:140 ../../keyboard.pm_.c:178
+#: ../../interactive_stdio.pm_.c:144
+msgid "Re-submit"
+msgstr ""
+
+#: ../../keyboard.pm_.c:174 ../../keyboard.pm_.c:205
msgid "Czech (QWERTZ)"
msgstr "ek (QWERTZ)"
-#: ../../keyboard.pm_.c:141 ../../keyboard.pm_.c:155 ../../keyboard.pm_.c:180
+#: ../../keyboard.pm_.c:175 ../../keyboard.pm_.c:207
msgid "German"
msgstr "Vokiei"
-#: ../../keyboard.pm_.c:142
+#: ../../keyboard.pm_.c:176
msgid "Dvorak"
msgstr "Dvorako"
-#: ../../keyboard.pm_.c:143 ../../keyboard.pm_.c:186
+#: ../../keyboard.pm_.c:177 ../../keyboard.pm_.c:214
msgid "Spanish"
msgstr "Ispan"
-#: ../../keyboard.pm_.c:144 ../../keyboard.pm_.c:187
+#: ../../keyboard.pm_.c:178 ../../keyboard.pm_.c:215
msgid "Finnish"
msgstr "Suomi"
-#: ../../keyboard.pm_.c:145 ../../keyboard.pm_.c:156 ../../keyboard.pm_.c:188
+#: ../../keyboard.pm_.c:179 ../../keyboard.pm_.c:216
msgid "French"
msgstr "Prancz"
-#: ../../keyboard.pm_.c:146 ../../keyboard.pm_.c:211
+#: ../../keyboard.pm_.c:180 ../../keyboard.pm_.c:241
msgid "Norwegian"
msgstr "Norveg"
-#: ../../keyboard.pm_.c:147
+#: ../../keyboard.pm_.c:181
msgid "Polish"
msgstr "Lenk"
-#: ../../keyboard.pm_.c:148 ../../keyboard.pm_.c:219
+#: ../../keyboard.pm_.c:182 ../../keyboard.pm_.c:249
msgid "Russian"
msgstr "Rus"
-#: ../../keyboard.pm_.c:150 ../../keyboard.pm_.c:221
+#: ../../keyboard.pm_.c:184 ../../keyboard.pm_.c:251
msgid "Swedish"
msgstr "ved"
-#: ../../keyboard.pm_.c:151 ../../keyboard.pm_.c:236
+#: ../../keyboard.pm_.c:185 ../../keyboard.pm_.c:266
msgid "UK keyboard"
msgstr "Jungtins karalysts klaviatra"
-#: ../../keyboard.pm_.c:152 ../../keyboard.pm_.c:157 ../../keyboard.pm_.c:237
+#: ../../keyboard.pm_.c:186 ../../keyboard.pm_.c:267
msgid "US keyboard"
msgstr "JAV klaviatra"
-#: ../../keyboard.pm_.c:159
+#: ../../keyboard.pm_.c:188
#, fuzzy
msgid "Albanian"
msgstr "Iraniei"
-#: ../../keyboard.pm_.c:160
+#: ../../keyboard.pm_.c:189
msgid "Armenian (old)"
msgstr "Armn (senoji)"
-#: ../../keyboard.pm_.c:161
+#: ../../keyboard.pm_.c:190
msgid "Armenian (typewriter)"
msgstr "Armn (spausd. mainls)"
-#: ../../keyboard.pm_.c:162
+#: ../../keyboard.pm_.c:191
msgid "Armenian (phonetic)"
msgstr "Armn (fonetin)"
-#: ../../keyboard.pm_.c:167
+#: ../../keyboard.pm_.c:196
msgid "Azerbaidjani (latin)"
msgstr "Azerbaidaniei (lotynika)"
-#: ../../keyboard.pm_.c:169
+#: ../../keyboard.pm_.c:198
msgid "Belgian"
msgstr "Belg"
-#: ../../keyboard.pm_.c:170
-msgid "Bulgarian"
+#: ../../keyboard.pm_.c:199
+#, fuzzy
+msgid "Bulgarian (phonetic)"
+msgstr "Armn (fonetin)"
+
+#: ../../keyboard.pm_.c:200
+#, fuzzy
+msgid "Bulgarian (BDS)"
msgstr "Bulgar"
-#: ../../keyboard.pm_.c:171
+#: ../../keyboard.pm_.c:201
msgid "Brazilian (ABNT-2)"
msgstr "Brazil (ABNT-2)"
-#: ../../keyboard.pm_.c:172
+#: ../../keyboard.pm_.c:202
msgid "Belarusian"
msgstr "Baltarusi"
-#: ../../keyboard.pm_.c:173
+#: ../../keyboard.pm_.c:203
msgid "Swiss (German layout)"
msgstr "veicar (Vokikas idstymas)"
-#: ../../keyboard.pm_.c:174
+#: ../../keyboard.pm_.c:204
msgid "Swiss (French layout)"
msgstr "veicar. (Pranczikas idstymas)"
-#: ../../keyboard.pm_.c:179
+#: ../../keyboard.pm_.c:206
msgid "Czech (QWERTY)"
msgstr "ek (QWERTY)"
-#: ../../keyboard.pm_.c:181
+#: ../../keyboard.pm_.c:208
msgid "German (no dead keys)"
msgstr "Vokiei (be mirusi klavi)"
-#: ../../keyboard.pm_.c:182
+#: ../../keyboard.pm_.c:209
msgid "Danish"
msgstr "Dan"
-#: ../../keyboard.pm_.c:183
+#: ../../keyboard.pm_.c:210
msgid "Dvorak (US)"
msgstr "Dvorako (JAV)"
-#: ../../keyboard.pm_.c:184
+#: ../../keyboard.pm_.c:211
msgid "Dvorak (Norwegian)"
msgstr "Dvorako (Norveg)"
-#: ../../keyboard.pm_.c:185
+#: ../../keyboard.pm_.c:212
+#, fuzzy
+msgid "Dvorak (Swedish)"
+msgstr "Dvorako (JAV)"
+
+#: ../../keyboard.pm_.c:213
msgid "Estonian"
msgstr "Est"
-#: ../../keyboard.pm_.c:189
+#: ../../keyboard.pm_.c:217
msgid "Georgian (\"Russian\" layout)"
msgstr "Gruzin (\"Rusikas\" idstymas)"
-#: ../../keyboard.pm_.c:190
+#: ../../keyboard.pm_.c:218
msgid "Georgian (\"Latin\" layout)"
msgstr "Gruzin (\"Latin\" idstymas)"
-#: ../../keyboard.pm_.c:191
+#: ../../keyboard.pm_.c:219
msgid "Greek"
msgstr "Graik"
-#: ../../keyboard.pm_.c:192
+#: ../../keyboard.pm_.c:220
msgid "Hungarian"
msgstr "Vengr"
-#: ../../keyboard.pm_.c:193
+#: ../../keyboard.pm_.c:221
msgid "Croatian"
msgstr "Kroat"
-#: ../../keyboard.pm_.c:194
+#: ../../keyboard.pm_.c:222
msgid "Israeli"
msgstr "Izraelio"
-#: ../../keyboard.pm_.c:195
+#: ../../keyboard.pm_.c:223
msgid "Israeli (Phonetic)"
msgstr "yd (Fonetin)"
-#: ../../keyboard.pm_.c:196
+#: ../../keyboard.pm_.c:224
msgid "Iranian"
msgstr "Iraniei"
-#: ../../keyboard.pm_.c:197
+#: ../../keyboard.pm_.c:225
msgid "Icelandic"
msgstr "Island"
-#: ../../keyboard.pm_.c:198
+#: ../../keyboard.pm_.c:226
msgid "Italian"
msgstr "Ital"
-#: ../../keyboard.pm_.c:200
+#: ../../keyboard.pm_.c:228
msgid "Japanese 106 keys"
msgstr "Japonika 106 klavi"
-#: ../../keyboard.pm_.c:201
+#: ../../keyboard.pm_.c:231
#, fuzzy
msgid "Korean keyboard"
msgstr "Jungtins karalysts klaviatra"
-#: ../../keyboard.pm_.c:202
+#: ../../keyboard.pm_.c:232
msgid "Latin American"
msgstr "Lotyn Amerikos"
-#: ../../keyboard.pm_.c:203
+#: ../../keyboard.pm_.c:233
msgid "Lithuanian AZERTY (old)"
msgstr "Lietuvi ERTY (sena)"
-#: ../../keyboard.pm_.c:205
+#: ../../keyboard.pm_.c:235
msgid "Lithuanian AZERTY (new)"
msgstr "Lietuvi ERTY (nauja)"
-#: ../../keyboard.pm_.c:206
+#: ../../keyboard.pm_.c:236
msgid "Lithuanian \"number row\" QWERTY"
msgstr "Lietuvi \"skaii eil\" QWERTY"
-#: ../../keyboard.pm_.c:207
+#: ../../keyboard.pm_.c:237
msgid "Lithuanian \"phonetic\" QWERTY"
msgstr "Lietuvi \"fonetin\" QWERTY"
-#: ../../keyboard.pm_.c:208
+#: ../../keyboard.pm_.c:238
#, fuzzy
msgid "Latvian"
msgstr "Vieta"
-#: ../../keyboard.pm_.c:209
+#: ../../keyboard.pm_.c:239
msgid "Macedonian"
msgstr "Makedoniei"
-#: ../../keyboard.pm_.c:210
+#: ../../keyboard.pm_.c:240
msgid "Dutch"
msgstr "Oland"
-#: ../../keyboard.pm_.c:212
+#: ../../keyboard.pm_.c:242
msgid "Polish (qwerty layout)"
msgstr "Lenk (QWERTY idstymas)"
-#: ../../keyboard.pm_.c:213
+#: ../../keyboard.pm_.c:243
msgid "Polish (qwertz layout)"
msgstr "Lenk (QWERTZ idstymas)"
-#: ../../keyboard.pm_.c:214
+#: ../../keyboard.pm_.c:244
msgid "Portuguese"
msgstr "Portugal"
-#: ../../keyboard.pm_.c:215
+#: ../../keyboard.pm_.c:245
msgid "Canadian (Quebec)"
msgstr "Kanadiei (Kvebeko)"
-#: ../../keyboard.pm_.c:217
+#: ../../keyboard.pm_.c:247
#, fuzzy
msgid "Romanian (qwertz)"
msgstr "Rusika (Yawerty)"
-#: ../../keyboard.pm_.c:218
+#: ../../keyboard.pm_.c:248
#, fuzzy
msgid "Romanian (qwerty)"
msgstr "Rusika (Yawerty)"
-#: ../../keyboard.pm_.c:220
+#: ../../keyboard.pm_.c:250
msgid "Russian (Yawerty)"
msgstr "Rusika (Yawerty)"
-#: ../../keyboard.pm_.c:222
+#: ../../keyboard.pm_.c:252
msgid "Slovenian"
msgstr "Slovn"
-#: ../../keyboard.pm_.c:226
+#: ../../keyboard.pm_.c:253
msgid "Slovakian (QWERTZ)"
msgstr "Slovak (QWERTZ)"
-#: ../../keyboard.pm_.c:227
+#: ../../keyboard.pm_.c:254
msgid "Slovakian (QWERTY)"
msgstr "Slovak (QWERTY)"
-#: ../../keyboard.pm_.c:229
+#: ../../keyboard.pm_.c:256
#, fuzzy
msgid "Serbian (cyrillic)"
msgstr "Azerbaidaniei (kirilica)"
-#: ../../keyboard.pm_.c:230
+#: ../../keyboard.pm_.c:258
+#, fuzzy
+msgid "Tamil"
+msgstr "Lentel"
+
+#: ../../keyboard.pm_.c:259
msgid "Thai keyboard"
msgstr "Thai klaviatra"
-#: ../../keyboard.pm_.c:232
+#: ../../keyboard.pm_.c:261
#, fuzzy
msgid "Tajik keyboard"
msgstr "Thai klaviatra"
-#: ../../keyboard.pm_.c:233
+#: ../../keyboard.pm_.c:262
msgid "Turkish (traditional \"F\" model)"
msgstr "Turk (tradicinis \"F\" modelis)"
-#: ../../keyboard.pm_.c:234
+#: ../../keyboard.pm_.c:263
msgid "Turkish (modern \"Q\" model)"
msgstr "Turk (iuolaikinis \"Q\" modelis)"
-#: ../../keyboard.pm_.c:235
+#: ../../keyboard.pm_.c:265
msgid "Ukrainian"
msgstr "Ukrainiei"
-#: ../../keyboard.pm_.c:238
+#: ../../keyboard.pm_.c:268
msgid "US keyboard (international)"
msgstr "JAV klaviatra (tarptautin)"
-#: ../../keyboard.pm_.c:239
+#: ../../keyboard.pm_.c:269
msgid "Vietnamese \"numeric row\" QWERTY"
msgstr "Vietnamiei \"skaii eil\" QWERTY"
-#: ../../keyboard.pm_.c:240
+#: ../../keyboard.pm_.c:270
#, fuzzy
msgid "Yugoslavian (latin)"
msgstr "Jugoslav (lotynikas/kirilikos)"
+#: ../../keyboard.pm_.c:278
+msgid "Right Alt key"
+msgstr ""
+
+#: ../../keyboard.pm_.c:279
+msgid "Both Shift keys simultaneously"
+msgstr ""
+
+#: ../../keyboard.pm_.c:280
+msgid "Control and Shift keys simultaneously"
+msgstr ""
+
+#: ../../keyboard.pm_.c:281
+msgid "CapsLock key"
+msgstr ""
+
+#: ../../keyboard.pm_.c:282
+msgid "Ctrl and Alt keys simultaneously"
+msgstr ""
+
+#: ../../keyboard.pm_.c:283
+msgid "Alt and Shift keys simultaneously"
+msgstr ""
+
+#: ../../keyboard.pm_.c:284
+msgid "\"Menu\" key"
+msgstr ""
+
+#: ../../keyboard.pm_.c:285
+msgid "Left \"Windows\" key"
+msgstr ""
+
+#: ../../keyboard.pm_.c:286
+msgid "Right \"Windows\" key"
+msgstr ""
+
#: ../../loopback.pm_.c:32
#, c-format
msgid "Circular mounts %s\n"
msgstr "Loopback montavimai %s\n"
-#: ../../lvm.pm_.c:83
+#: ../../lvm.pm_.c:88
msgid "Remove the logical volumes first\n"
msgstr "Pirmiausia imeskite loginius tomus\n"
+#: ../../modules.pm_.c:826
+msgid ""
+"PCMCIA support no longer exist for 2.2 kernels. Please use a 2.4 kernel."
+msgstr ""
+
#: ../../mouse.pm_.c:25
msgid "Sun - Mouse"
msgstr "Sun - pel"
-#: ../../mouse.pm_.c:31
-msgid "Standard"
-msgstr "Standartin"
-
#: ../../mouse.pm_.c:32
msgid "Logitech MouseMan+"
msgstr "Logitech MouseMan+"
@@ -5166,11 +5655,11 @@ msgstr "Paprasta PS2 pel su ratuku"
msgid "GlidePoint"
msgstr "GlidePoint"
-#: ../../mouse.pm_.c:36 ../../mouse.pm_.c:62
+#: ../../mouse.pm_.c:36 ../../mouse.pm_.c:63
msgid "Kensington Thinking Mouse"
msgstr "Kensington Thinking Mouse"
-#: ../../mouse.pm_.c:37 ../../mouse.pm_.c:58
+#: ../../mouse.pm_.c:37 ../../mouse.pm_.c:59
msgid "Genius NetMouse"
msgstr "Genius NetMouse"
@@ -5178,112 +5667,112 @@ msgstr "Genius NetMouse"
msgid "Genius NetScroll"
msgstr "Genius NetScroll"
-#: ../../mouse.pm_.c:43 ../../mouse.pm_.c:67
+#: ../../mouse.pm_.c:43 ../../mouse.pm_.c:68
#, fuzzy
msgid "1 button"
msgstr "2 klavi"
-#: ../../mouse.pm_.c:44
+#: ../../mouse.pm_.c:44 ../../mouse.pm_.c:51
+msgid "Generic 2 Button Mouse"
+msgstr "Paprasta 2 klavi pel"
+
+#: ../../mouse.pm_.c:45
msgid "Generic"
msgstr "Paprasta"
-#: ../../mouse.pm_.c:45
+#: ../../mouse.pm_.c:46
msgid "Wheel"
msgstr "Su ratuku"
-#: ../../mouse.pm_.c:48
+#: ../../mouse.pm_.c:49
msgid "serial"
msgstr "nuoseklioji"
-#: ../../mouse.pm_.c:50
-msgid "Generic 2 Button Mouse"
-msgstr "Paprasta 2 klavi pel"
-
-#: ../../mouse.pm_.c:51
+#: ../../mouse.pm_.c:52
msgid "Generic 3 Button Mouse"
msgstr "Paprasta 3 klavi pel"
-#: ../../mouse.pm_.c:52
+#: ../../mouse.pm_.c:53
msgid "Microsoft IntelliMouse"
msgstr "Microsoft IntelliMouse"
-#: ../../mouse.pm_.c:53
+#: ../../mouse.pm_.c:54
msgid "Logitech MouseMan"
msgstr "Logitech MouseMan"
-#: ../../mouse.pm_.c:54
+#: ../../mouse.pm_.c:55
msgid "Mouse Systems"
msgstr "Mouse Systems"
-#: ../../mouse.pm_.c:56
+#: ../../mouse.pm_.c:57
msgid "Logitech CC Series"
msgstr "Logitech CC Series"
-#: ../../mouse.pm_.c:57
+#: ../../mouse.pm_.c:58
msgid "Logitech MouseMan+/FirstMouse+"
msgstr "Logitech MouseMan+/FirstMouse+"
-#: ../../mouse.pm_.c:59
+#: ../../mouse.pm_.c:60
msgid "MM Series"
msgstr "MM Series"
-#: ../../mouse.pm_.c:60
+#: ../../mouse.pm_.c:61
msgid "MM HitTablet"
msgstr "MM HitTablet"
-#: ../../mouse.pm_.c:61
+#: ../../mouse.pm_.c:62
msgid "Logitech Mouse (serial, old C7 type)"
msgstr "Logitech Mouse (nuoseklioji, seno C7 tipo)"
-#: ../../mouse.pm_.c:65
+#: ../../mouse.pm_.c:66
msgid "busmouse"
msgstr "busmouse"
-#: ../../mouse.pm_.c:68
+#: ../../mouse.pm_.c:69
msgid "2 buttons"
msgstr "2 klavi"
-#: ../../mouse.pm_.c:69
+#: ../../mouse.pm_.c:70
msgid "3 buttons"
msgstr "3 klavi"
-#: ../../mouse.pm_.c:72
+#: ../../mouse.pm_.c:73
msgid "none"
msgstr "jokios"
-#: ../../mouse.pm_.c:74
+#: ../../mouse.pm_.c:75
msgid "No mouse"
msgstr "Pels nra"
-#: ../../mouse.pm_.c:482
+#: ../../mouse.pm_.c:499
msgid "Please test the mouse"
msgstr "Praom ibandyti pel"
-#: ../../mouse.pm_.c:483
+#: ../../mouse.pm_.c:500
msgid "To activate the mouse,"
msgstr "Kad suadintum pel,"
-#: ../../mouse.pm_.c:484
+#: ../../mouse.pm_.c:501
msgid "MOVE YOUR WHEEL!"
msgstr "PASUK RATUK!"
-#: ../../my_gtk.pm_.c:380
+#: ../../my_gtk.pm_.c:651
msgid "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
msgstr ""
-#: ../../my_gtk.pm_.c:415
+#: ../../my_gtk.pm_.c:686
msgid "Finish"
msgstr "Suomi"
-#: ../../my_gtk.pm_.c:415
+#: ../../my_gtk.pm_.c:686 ../../printerdrake.pm_.c:1588
msgid "Next ->"
msgstr "Toliau ->"
-#: ../../my_gtk.pm_.c:416
+#: ../../my_gtk.pm_.c:687 ../../printerdrake.pm_.c:1586
msgid "<- Previous"
msgstr "<- Ankstesnis"
-#: ../../my_gtk.pm_.c:716
+#: ../../my_gtk.pm_.c:1019
msgid "Is this correct?"
msgstr "Ar taip teisinga?"
@@ -5333,7 +5822,7 @@ msgstr ""
"Neradau jokio ethernet tinklo adapterio tavo sistemoje.\n"
"A negaliu sutvarkyti io jungties tipo."
-#: ../../network/ethernet.pm_.c:92 ../../standalone/drakgw_.c:233
+#: ../../network/ethernet.pm_.c:92 ../../standalone/drakgw_.c:252
msgid "Choose the network interface"
msgstr "Pasirink tinklo interfeis"
@@ -5348,7 +5837,7 @@ msgstr ""
msgid "no network card found"
msgstr "nerasta jokia tinklo plokt"
-#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:350
+#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:360
msgid "Configuring network"
msgstr "Konfigruojamas tinklas"
@@ -5364,15 +5853,15 @@ msgstr ""
"tai turt bti pilnai apraytas hosto vardas, panaus\n"
" \"mano.filialas.istaiga.lt\"."
-#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:355
+#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:365
msgid "Host name"
msgstr "Hosto vardas"
#: ../../network/isdn.pm_.c:21 ../../network/isdn.pm_.c:44
-#: ../../network/netconnect.pm_.c:91 ../../network/netconnect.pm_.c:105
-#: ../../network/netconnect.pm_.c:154 ../../network/netconnect.pm_.c:164
-#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:213
-#: ../../network/netconnect.pm_.c:221
+#: ../../network/netconnect.pm_.c:95 ../../network/netconnect.pm_.c:109
+#: ../../network/netconnect.pm_.c:164 ../../network/netconnect.pm_.c:175
+#: ../../network/netconnect.pm_.c:202 ../../network/netconnect.pm_.c:225
+#: ../../network/netconnect.pm_.c:233
msgid "Network Configuration Wizard"
msgstr "Tinklo Konfigravimo Meistras"
@@ -5411,13 +5900,13 @@ msgstr "Aptikta ugniasiens konfigracija!"
msgid "Old configuration (isdn4net)"
msgstr "Aptikta ugniasiens konfigracija!"
-#: ../../network/isdn.pm_.c:169 ../../network/isdn.pm_.c:187
-#: ../../network/isdn.pm_.c:197 ../../network/isdn.pm_.c:204
-#: ../../network/isdn.pm_.c:214
+#: ../../network/isdn.pm_.c:170 ../../network/isdn.pm_.c:188
+#: ../../network/isdn.pm_.c:198 ../../network/isdn.pm_.c:205
+#: ../../network/isdn.pm_.c:215
msgid "ISDN Configuration"
msgstr "ISDN konfigravimas"
-#: ../../network/isdn.pm_.c:169
+#: ../../network/isdn.pm_.c:170
msgid ""
"Select your provider.\n"
" If it's not in the list, choose Unlisted"
@@ -5425,22 +5914,22 @@ msgstr ""
"Pasirink savo tiekj.\n"
" Jei jo nra srae, pasirink Unlisted"
-#: ../../network/isdn.pm_.c:182
+#: ../../network/isdn.pm_.c:183
#, fuzzy
msgid "Europe protocol"
msgstr "krovos Protokolas"
-#: ../../network/isdn.pm_.c:182
+#: ../../network/isdn.pm_.c:183
#, fuzzy
msgid "Europe protocol (EDSS1)"
msgstr "Europa (EDSS1)"
-#: ../../network/isdn.pm_.c:184
+#: ../../network/isdn.pm_.c:185
#, fuzzy
msgid "Protocol for the rest of the world"
msgstr "Liks pasaulis"
-#: ../../network/isdn.pm_.c:184
+#: ../../network/isdn.pm_.c:185
#, fuzzy
msgid ""
"Protocol for the rest of the world \n"
@@ -5449,27 +5938,27 @@ msgstr ""
"Liks pasaulis \n"
" be D-Channel (nuomojamos linijos)"
-#: ../../network/isdn.pm_.c:188
+#: ../../network/isdn.pm_.c:189
msgid "Which protocol do you want to use ?"
msgstr "Kur protokol nori naudoti?"
-#: ../../network/isdn.pm_.c:198
+#: ../../network/isdn.pm_.c:199
msgid "What kind of card do you have?"
msgstr "Kokios ries plokt tu turi?"
-#: ../../network/isdn.pm_.c:199
+#: ../../network/isdn.pm_.c:200
msgid "I don't know"
msgstr "Neinau"
-#: ../../network/isdn.pm_.c:199
+#: ../../network/isdn.pm_.c:200
msgid "ISA / PCMCIA"
msgstr "ISA / PCMCIA"
-#: ../../network/isdn.pm_.c:199
+#: ../../network/isdn.pm_.c:200
msgid "PCI"
msgstr "PCI"
-#: ../../network/isdn.pm_.c:205
+#: ../../network/isdn.pm_.c:206
msgid ""
"\n"
"If you have an ISA card, the values on the next screen should be right.\n"
@@ -5481,19 +5970,19 @@ msgstr ""
"\n"
"Jei turi PCMCIA plokt, tu turi inoti jos IRQ bei IO.\n"
-#: ../../network/isdn.pm_.c:209
+#: ../../network/isdn.pm_.c:210
msgid "Abort"
msgstr "Nutraukti"
-#: ../../network/isdn.pm_.c:209
+#: ../../network/isdn.pm_.c:210
msgid "Continue"
msgstr "Tsti"
-#: ../../network/isdn.pm_.c:215
+#: ../../network/isdn.pm_.c:216
msgid "Which is your ISDN card ?"
msgstr "Kuri yra tavo ISDN plokt?"
-#: ../../network/isdn.pm_.c:234
+#: ../../network/isdn.pm_.c:235
msgid ""
"I have detected an ISDN PCI Card, but I don't know the type. Please select "
"one PCI card on the next screen."
@@ -5501,63 +5990,63 @@ msgstr ""
"A aptikau ISDN PCI plokt, taiau neinau jos tipo. Pasirink vien PCI "
"plokt sekaniame ekrane."
-#: ../../network/isdn.pm_.c:243
+#: ../../network/isdn.pm_.c:244
msgid "No ISDN PCI card found. Please select one on the next screen."
msgstr "Jokia ISDN PCI plokt nerasta. praom pasirinkti vien kitame ekrane."
-#: ../../network/modem.pm_.c:37
+#: ../../network/modem.pm_.c:39
msgid "Please choose which serial port your modem is connected to."
msgstr ""
"Praom pasirinkti, prie kurios nuosekliosios jungties yra prijungtas tavo "
"modemas."
-#: ../../network/modem.pm_.c:42
+#: ../../network/modem.pm_.c:44
msgid "Dialup options"
msgstr "Prisiskambinimo nustatymai"
-#: ../../network/modem.pm_.c:43 ../../standalone/draknet_.c:600
+#: ../../network/modem.pm_.c:45 ../../standalone/draknet_.c:622
msgid "Connection name"
msgstr "Jungties pavadinimas"
-#: ../../network/modem.pm_.c:44 ../../standalone/draknet_.c:601
+#: ../../network/modem.pm_.c:46 ../../standalone/draknet_.c:623
msgid "Phone number"
msgstr "Telefono numeris"
-#: ../../network/modem.pm_.c:45 ../../standalone/draknet_.c:602
+#: ../../network/modem.pm_.c:47 ../../standalone/draknet_.c:624
msgid "Login ID"
msgstr "Pasisveikinimo ID"
-#: ../../network/modem.pm_.c:47 ../../standalone/draknet_.c:604
+#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
msgid "CHAP"
msgstr "CHAP"
-#: ../../network/modem.pm_.c:47 ../../standalone/draknet_.c:604
+#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
msgid "PAP"
msgstr "PAP"
-#: ../../network/modem.pm_.c:47 ../../standalone/draknet_.c:604
+#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
msgid "Script-based"
msgstr "Paremtas skriptu"
-#: ../../network/modem.pm_.c:47 ../../standalone/draknet_.c:604
+#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
msgid "Terminal-based"
msgstr "Paremtas terminalu"
-#: ../../network/modem.pm_.c:48 ../../standalone/draknet_.c:605
+#: ../../network/modem.pm_.c:50 ../../standalone/draknet_.c:627
msgid "Domain name"
msgstr "Domeno vardas"
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:606
+#: ../../network/modem.pm_.c:51 ../../standalone/draknet_.c:628
#, fuzzy
msgid "First DNS Server (optional)"
msgstr "Pirmasis DNS serveris"
-#: ../../network/modem.pm_.c:50 ../../standalone/draknet_.c:607
+#: ../../network/modem.pm_.c:52 ../../standalone/draknet_.c:629
#, fuzzy
msgid "Second DNS Server (optional)"
msgstr "Antrasis DNS serveris"
-#: ../../network/netconnect.pm_.c:33
+#: ../../network/netconnect.pm_.c:34
msgid ""
"\n"
"You can disconnect or reconfigure your connection."
@@ -5565,7 +6054,7 @@ msgstr ""
"\n"
"Tu gali atsijungti arba i naujo nustatyti jungt."
-#: ../../network/netconnect.pm_.c:33 ../../network/netconnect.pm_.c:36
+#: ../../network/netconnect.pm_.c:34 ../../network/netconnect.pm_.c:37
msgid ""
"\n"
"You can reconfigure your connection."
@@ -5573,11 +6062,11 @@ msgstr ""
"\n"
"Tu gali i naujo nustatyti jungt."
-#: ../../network/netconnect.pm_.c:33
+#: ../../network/netconnect.pm_.c:34
msgid "You are currently connected to internet."
msgstr "Tu dabar esi prisijungs prie interneto."
-#: ../../network/netconnect.pm_.c:36
+#: ../../network/netconnect.pm_.c:37
msgid ""
"\n"
"You can connect to Internet or reconfigure your connection."
@@ -5585,34 +6074,37 @@ msgstr ""
"\n"
"Tu gali prisijungti prie interneto arba i naujo nustatyti jungt."
-#: ../../network/netconnect.pm_.c:36
+#: ../../network/netconnect.pm_.c:37
msgid "You are not currently connected to Internet."
msgstr "Tu dabar nesi prisijungs prie interneto."
-#: ../../network/netconnect.pm_.c:40
-msgid "Connect to Internet"
-msgstr "Prisijungti prie interneto"
+#: ../../network/netconnect.pm_.c:41
+#, fuzzy
+msgid "Connect"
+msgstr "Sujungimas..."
-#: ../../network/netconnect.pm_.c:42
-msgid "Disconnect from Internet"
-msgstr "Atsijungti nuo interneto"
+#: ../../network/netconnect.pm_.c:43
+#, fuzzy
+msgid "Disconnect"
+msgstr "Sujungimas..."
-#: ../../network/netconnect.pm_.c:44
-msgid "Configure network connection (LAN or Internet)"
-msgstr "Nustatyti tinklo jungt (LAN arba interneto)"
+#: ../../network/netconnect.pm_.c:45
+#, fuzzy
+msgid "Configure the connection"
+msgstr "Nustatyti tinkl"
-#: ../../network/netconnect.pm_.c:47
+#: ../../network/netconnect.pm_.c:50
msgid "Internet connection & configuration"
msgstr "Interneto jungtis ir nustatymas"
-#: ../../network/netconnect.pm_.c:96
+#: ../../network/netconnect.pm_.c:100
#, fuzzy, c-format
msgid "We are now going to configure the %s connection."
msgstr ""
"\n"
"Tu gali atsijungti arba i naujo nustatyti jungt."
-#: ../../network/netconnect.pm_.c:105
+#: ../../network/netconnect.pm_.c:109
#, fuzzy, c-format
msgid ""
"\n"
@@ -5626,12 +6118,12 @@ msgstr ""
"\n"
"Tu gali atsijungti arba i naujo nustatyti jungt."
-#: ../../network/netconnect.pm_.c:129 ../../network/netconnect.pm_.c:243
-#: ../../network/netconnect.pm_.c:255 ../../network/tools.pm_.c:56
+#: ../../network/netconnect.pm_.c:138 ../../network/netconnect.pm_.c:252
+#: ../../network/netconnect.pm_.c:271 ../../network/tools.pm_.c:57
msgid "Network Configuration"
msgstr "Tinklo konfigravimas"
-#: ../../network/netconnect.pm_.c:130
+#: ../../network/netconnect.pm_.c:139
#, fuzzy
msgid ""
"Because you are doing a network installation, your network is already "
@@ -5643,7 +6135,7 @@ msgstr ""
"Spragtelkite ant Gerai kad perkonfiguruoti Network/Internet pasijungim "
"arbaataukti, kad praleisti punkt.\n"
-#: ../../network/netconnect.pm_.c:155
+#: ../../network/netconnect.pm_.c:165
#, fuzzy
msgid ""
"Welcome to The Network Configuration Wizard\n"
@@ -5656,93 +6148,93 @@ msgstr ""
"Mes ruoiams konfiguruoti js internet/tinklin pasijungim.\n"
"Jeigu nenorite naudoti automatinio aptikimo nuimkite i atym.\n"
-#: ../../network/netconnect.pm_.c:157
+#: ../../network/netconnect.pm_.c:167
msgid "Choose the profile to configure"
msgstr "Konfiguravimui pasirinkite prifail"
-#: ../../network/netconnect.pm_.c:158
+#: ../../network/netconnect.pm_.c:168
msgid "Use auto detection"
msgstr "Naudokite automatin aptikim"
-#: ../../network/netconnect.pm_.c:164
+#: ../../network/netconnect.pm_.c:175
msgid "Detecting devices..."
msgstr "Iekoma ranga..."
-#: ../../network/netconnect.pm_.c:175 ../../network/netconnect.pm_.c:184
+#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
msgid "Normal modem connection"
msgstr "Nustatyti normali jungt per modem"
-#: ../../network/netconnect.pm_.c:175 ../../network/netconnect.pm_.c:184
+#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
#, c-format
msgid "detected on port %s"
msgstr "aptiktas prievade %s"
-#: ../../network/netconnect.pm_.c:176 ../../network/netconnect.pm_.c:185
+#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
msgid "ISDN connection"
msgstr "ISDN jungtis"
-#: ../../network/netconnect.pm_.c:176 ../../network/netconnect.pm_.c:185
+#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
#, c-format
msgid "detected %s"
msgstr "aptiktas %s"
-#: ../../network/netconnect.pm_.c:177 ../../network/netconnect.pm_.c:186
+#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
#, fuzzy
msgid "ADSL connection"
msgstr "LAN jungtis"
-#: ../../network/netconnect.pm_.c:177 ../../network/netconnect.pm_.c:186
+#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
#, c-format
msgid "detected on interface %s"
msgstr "aptiktas interfeise %s"
-#: ../../network/netconnect.pm_.c:178 ../../network/netconnect.pm_.c:187
+#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
msgid "Cable connection"
msgstr "Kabelin jungtis"
-#: ../../network/netconnect.pm_.c:178 ../../network/netconnect.pm_.c:187
+#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
#, fuzzy
msgid "cable connection detected"
msgstr "Kabelin jungtis"
-#: ../../network/netconnect.pm_.c:179 ../../network/netconnect.pm_.c:188
+#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
msgid "LAN connection"
msgstr "LAN jungtis"
-#: ../../network/netconnect.pm_.c:179 ../../network/netconnect.pm_.c:188
+#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
msgid "ethernet card(s) detected"
msgstr "aptiktos ethernet kortos(a)"
-#: ../../network/netconnect.pm_.c:190
+#: ../../network/netconnect.pm_.c:202
#, fuzzy
msgid "Choose the connection you want to configure"
msgstr "Pasirink kur rank nortum naudoti"
-#: ../../network/netconnect.pm_.c:214
+#: ../../network/netconnect.pm_.c:226
msgid ""
"You have configured multiple ways to connect to the Internet.\n"
"Choose the one you want to use.\n"
"\n"
msgstr ""
-#: ../../network/netconnect.pm_.c:215
+#: ../../network/netconnect.pm_.c:227
#, fuzzy
msgid "Internet connection"
msgstr "Interneto jungties dalinimas"
-#: ../../network/netconnect.pm_.c:221
+#: ../../network/netconnect.pm_.c:233
msgid "Do you want to start the connection at boot?"
msgstr "Ar tu nori prisijungti tik jungus?"
-#: ../../network/netconnect.pm_.c:239
+#: ../../network/netconnect.pm_.c:247
msgid "Network configuration"
msgstr "Tinklo konfigravimas"
-#: ../../network/netconnect.pm_.c:240
+#: ../../network/netconnect.pm_.c:248
msgid "The network needs to be restarted"
msgstr ""
-#: ../../network/netconnect.pm_.c:243
+#: ../../network/netconnect.pm_.c:252
#, fuzzy, c-format
msgid ""
"A problem occured while restarting the network: \n"
@@ -5750,25 +6242,32 @@ msgid ""
"%s"
msgstr "Ar tu nori i naujo paleisti tinkl"
-#: ../../network/netconnect.pm_.c:247
+#: ../../network/netconnect.pm_.c:261
msgid ""
-"Congratulations, the network and internet configuration is finished.\n"
-"\n"
+"Congratulations, the network and Internet configuration is finished.\n"
"The configuration will now be applied to your system.\n"
+"\n"
msgstr ""
"Sveikiname, js tinklo ir Internet konfiguracija baigta.\n"
"\n"
"Dabar konfiguracij pritaikysime sistemai.\n"
-#: ../../network/netconnect.pm_.c:250
+#: ../../network/netconnect.pm_.c:265
msgid ""
-"After that is done, we recommend you to restart your X\n"
-"environnement to avoid hostname changing problem."
+"After this is done, we recommend that you restart your X environment to "
+"avoid any hostname-related problems."
msgstr ""
"Po to rekomenduojame jums perleisti X aplink,\n"
"kad ivengti problem su kompiuterio vardu."
-#: ../../network/network.pm_.c:283
+#: ../../network/netconnect.pm_.c:266
+msgid ""
+"Problems occured during configuration.\n"
+"Test your connection via net_monitor or mcc. If your connection doesn't "
+"work, you might want to relaunch the configuration"
+msgstr ""
+
+#: ../../network/network.pm_.c:292
msgid ""
"WARNING: This device has been previously configured to connect to the "
"Internet.\n"
@@ -5781,7 +6280,7 @@ msgstr ""
"Jei pakeisi k nors emiau esaniuose laukuose, tai sigalios vietoj senj "
"nuostat."
-#: ../../network/network.pm_.c:288
+#: ../../network/network.pm_.c:297
msgid ""
"Please enter the IP configuration for this machine.\n"
"Each item should be entered as an IP address in dotted-decimal\n"
@@ -5791,38 +6290,38 @@ msgstr ""
"Kiekvienas laukas turi bti raytas kaip IP adresas\n"
"deimtainiais skaiiais su takais (pvz. 192.168.2.36)."
-#: ../../network/network.pm_.c:297 ../../network/network.pm_.c:298
+#: ../../network/network.pm_.c:306 ../../network/network.pm_.c:307
#, c-format
msgid "Configuring network device %s"
msgstr "Konfigruojamas tinklo renginys %s"
-#: ../../network/network.pm_.c:298
+#: ../../network/network.pm_.c:307
#, c-format
msgid " (driver %s)"
msgstr " (tvarkykl %s)"
-#: ../../network/network.pm_.c:300 ../../standalone/draknet_.c:255
-#: ../../standalone/draknet_.c:461
+#: ../../network/network.pm_.c:309 ../../standalone/draknet_.c:232
+#: ../../standalone/draknet_.c:468
msgid "IP address"
msgstr "IP adresas"
-#: ../../network/network.pm_.c:301 ../../standalone/draknet_.c:462
+#: ../../network/network.pm_.c:310 ../../standalone/draknet_.c:469
msgid "Netmask"
msgstr "Netmask"
-#: ../../network/network.pm_.c:302
+#: ../../network/network.pm_.c:311
msgid "(bootp/dhcp)"
msgstr "(bootp/dhcp)"
-#: ../../network/network.pm_.c:302
+#: ../../network/network.pm_.c:311
msgid "Automatic IP"
msgstr "Automatinis IP"
-#: ../../network/network.pm_.c:323 ../../printerdrake.pm_.c:406
+#: ../../network/network.pm_.c:332 ../../printerdrake.pm_.c:712
msgid "IP address should be in format 1.2.3.4"
msgstr "IP adresas turt bti 1.2.3.4 formato"
-#: ../../network/network.pm_.c:351
+#: ../../network/network.pm_.c:361
msgid ""
"Please enter your host name.\n"
"Your host name should be a fully-qualified host name,\n"
@@ -5834,63 +6333,64 @@ msgstr ""
" \"mano.filialas.istaiga.lt\".\n"
"Taip pat gali vesti liuzo (gateway) IP adres, jeigu tok turi"
-#: ../../network/network.pm_.c:356
+#: ../../network/network.pm_.c:366
msgid "DNS server"
msgstr "DNS serveris"
-#: ../../network/network.pm_.c:357 ../../standalone/draknet_.c:599
-msgid "Gateway"
-msgstr "liuzas (Gateway)"
+#: ../../network/network.pm_.c:367
+#, c-format
+msgid "Gateway (e.g. %s)"
+msgstr ""
-#: ../../network/network.pm_.c:359
+#: ../../network/network.pm_.c:369
msgid "Gateway device"
msgstr "liuzo (gateway) renginys"
-#: ../../network/network.pm_.c:371
+#: ../../network/network.pm_.c:381
msgid "Proxies configuration"
msgstr "Proxy konfigracija"
-#: ../../network/network.pm_.c:372
+#: ../../network/network.pm_.c:382
msgid "HTTP proxy"
msgstr "HTTP proxy"
-#: ../../network/network.pm_.c:373
+#: ../../network/network.pm_.c:383
msgid "FTP proxy"
msgstr "FTP proxy"
-#: ../../network/network.pm_.c:374
+#: ../../network/network.pm_.c:384
msgid "Track network card id (usefull for laptops)"
msgstr ""
-#: ../../network/network.pm_.c:377
+#: ../../network/network.pm_.c:387
msgid "Proxy should be http://..."
msgstr "Proxy turt bti http://..."
-#: ../../network/network.pm_.c:378
+#: ../../network/network.pm_.c:388
msgid "Proxy should be ftp://..."
msgstr "Proxy turt bti ftp://..."
-#: ../../network/tools.pm_.c:38
+#: ../../network/tools.pm_.c:39
msgid "Internet configuration"
msgstr "Interneto konfigravimas"
-#: ../../network/tools.pm_.c:39
+#: ../../network/tools.pm_.c:40
msgid "Do you want to try to connect to the Internet now?"
msgstr "Ar nori pabandyti prisijungti prie interneto dabar?"
-#: ../../network/tools.pm_.c:43 ../../standalone/draknet_.c:189
+#: ../../network/tools.pm_.c:44 ../../standalone/draknet_.c:197
msgid "Testing your connection..."
msgstr "Ibandoma jungtis..."
-#: ../../network/tools.pm_.c:49 ../../standalone/draknet_.c:220
+#: ../../network/tools.pm_.c:50
msgid "The system is now connected to Internet."
msgstr "Sistema dabar prijungta prie interneto."
-#: ../../network/tools.pm_.c:50
+#: ../../network/tools.pm_.c:51
msgid "For Security reason, it will be disconnected now."
msgstr ""
-#: ../../network/tools.pm_.c:51 ../../standalone/draknet_.c:220
+#: ../../network/tools.pm_.c:52
msgid ""
"The system doesn't seem to be connected to internet.\n"
"Try to reconfigure your connection."
@@ -5898,86 +6398,90 @@ msgstr ""
"Neatrodo, kad sistema dabar prijungta prie interneto.\n"
"Bandyk i naujo konfigruoti jungt."
-#: ../../network/tools.pm_.c:75
+#: ../../network/tools.pm_.c:76
msgid "Connection Configuration"
msgstr "Jungties konfigravimas"
-#: ../../network/tools.pm_.c:76
+#: ../../network/tools.pm_.c:77
msgid "Please fill or check the field below"
msgstr "Praom upildyti arba patikrinti laukel"
-#: ../../network/tools.pm_.c:78 ../../standalone/draknet_.c:586
+#: ../../network/tools.pm_.c:79 ../../standalone/draknet_.c:608
msgid "Card IRQ"
msgstr "Plokts IRQ"
-#: ../../network/tools.pm_.c:79 ../../standalone/draknet_.c:587
+#: ../../network/tools.pm_.c:80 ../../standalone/draknet_.c:609
msgid "Card mem (DMA)"
msgstr "Plokts mem (DMA)"
-#: ../../network/tools.pm_.c:80 ../../standalone/draknet_.c:588
+#: ../../network/tools.pm_.c:81 ../../standalone/draknet_.c:610
msgid "Card IO"
msgstr "Plokts IO"
-#: ../../network/tools.pm_.c:81 ../../standalone/draknet_.c:589
+#: ../../network/tools.pm_.c:82 ../../standalone/draknet_.c:611
msgid "Card IO_0"
msgstr "Plokts IO_0"
-#: ../../network/tools.pm_.c:82 ../../standalone/draknet_.c:590
+#: ../../network/tools.pm_.c:83 ../../standalone/draknet_.c:612
msgid "Card IO_1"
msgstr "Plokts IO_1"
-#: ../../network/tools.pm_.c:83 ../../standalone/draknet_.c:591
+#: ../../network/tools.pm_.c:84 ../../standalone/draknet_.c:613
msgid "Your personal phone number"
msgstr "Tavo asmeninis tel. numeris"
-#: ../../network/tools.pm_.c:84 ../../standalone/draknet_.c:592
+#: ../../network/tools.pm_.c:85 ../../standalone/draknet_.c:614
msgid "Provider name (ex provider.net)"
msgstr "Tiekjo pavadinimas (pvz. tiekejas.lt)"
-#: ../../network/tools.pm_.c:85 ../../standalone/draknet_.c:593
+#: ../../network/tools.pm_.c:86 ../../standalone/draknet_.c:615
msgid "Provider phone number"
msgstr "Tiekjo telefono numeris"
-#: ../../network/tools.pm_.c:86 ../../standalone/draknet_.c:594
+#: ../../network/tools.pm_.c:87 ../../standalone/draknet_.c:616
msgid "Provider dns 1 (optional)"
msgstr "Tiekjo DNS 1 (pasirinktinai)"
-#: ../../network/tools.pm_.c:87 ../../standalone/draknet_.c:595
+#: ../../network/tools.pm_.c:88 ../../standalone/draknet_.c:617
msgid "Provider dns 2 (optional)"
msgstr "Tiekjo DNS 2 (pasirinktinai)"
-#: ../../network/tools.pm_.c:88
+#: ../../network/tools.pm_.c:89
#, fuzzy
msgid "Choose your country"
msgstr "Pasirink klaviatr"
-#: ../../network/tools.pm_.c:89 ../../standalone/draknet_.c:598
+#: ../../network/tools.pm_.c:90 ../../standalone/draknet_.c:620
msgid "Dialing mode"
msgstr "Skambinimo reimas"
-#: ../../network/tools.pm_.c:90 ../../standalone/draknet_.c:610
+#: ../../network/tools.pm_.c:91 ../../standalone/draknet_.c:632
#, fuzzy
msgid "Connection speed"
msgstr "Jungties tipas: "
-#: ../../network/tools.pm_.c:91 ../../standalone/draknet_.c:611
+#: ../../network/tools.pm_.c:92 ../../standalone/draknet_.c:633
#, fuzzy
msgid "Connection timeout (in sec)"
msgstr "Jungties tipas: "
-#: ../../network/tools.pm_.c:92 ../../standalone/draknet_.c:596
+#: ../../network/tools.pm_.c:93 ../../standalone/draknet_.c:618
msgid "Account Login (user name)"
msgstr "Pasisveikinimas (vartotojo vardas)"
-#: ../../network/tools.pm_.c:93 ../../standalone/draknet_.c:597
+#: ../../network/tools.pm_.c:94 ../../standalone/draknet_.c:619
msgid "Account Password"
msgstr "Slaptaodis"
-#: ../../partition_table.pm_.c:622
+#: ../../partition_table.pm_.c:600
+msgid "mount failed: "
+msgstr "primontuoti nepavyko: "
+
+#: ../../partition_table.pm_.c:664
msgid "Extended partition not supported on this platform"
msgstr "Iplstiniai skirsniai ioje platformoje nepalaikomi"
-#: ../../partition_table.pm_.c:640
+#: ../../partition_table.pm_.c:682
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 "
@@ -5987,21 +6491,21 @@ msgstr ""
"Vienintelis sprendimas yra perkelti pirminius skirsnius taip, kad tuia "
"vieta bt alia iplstini skirsni"
-#: ../../partition_table.pm_.c:744
+#: ../../partition_table.pm_.c:770
#, c-format
msgid "Restoring from file %s failed: %s"
msgstr "Nepavyko atstatyti i bylos %s: %s"
-#: ../../partition_table.pm_.c:746
+#: ../../partition_table.pm_.c:772
msgid "Bad backup file"
msgstr "Bloga atsargin byla"
-#: ../../partition_table.pm_.c:768
+#: ../../partition_table.pm_.c:794
#, c-format
msgid "Error writing to file %s"
msgstr "Klaida raant byl %s"
-#: ../../partition_table_raw.pm_.c:154
+#: ../../partition_table_raw.pm_.c:186
msgid ""
"Something bad is happening on your drive. \n"
"A test to check the integrity of data has failed. \n"
@@ -6047,7 +6551,7 @@ msgstr ""
msgid "PDQ - Print, Don't Queue"
msgstr ""
-#: ../../printer.pm_.c:32
+#: ../../printer.pm_.c:32 ../../printer.pm_.c:871
msgid "CUPS"
msgstr ""
@@ -6063,65 +6567,144 @@ msgstr ""
msgid "PDQ"
msgstr ""
-#: ../../printer.pm_.c:40
+#: ../../printer.pm_.c:47
msgid "Local printer"
msgstr "Vietinis spausdintuvas"
-#: ../../printer.pm_.c:41
+#: ../../printer.pm_.c:48
msgid "Remote printer"
msgstr "Nutols spausdintuvas"
-#: ../../printer.pm_.c:42
+#: ../../printer.pm_.c:49
#, fuzzy
msgid "Printer on remote CUPS server"
msgstr "Nutols CUPS serveris"
-#: ../../printer.pm_.c:43
+#: ../../printer.pm_.c:50 ../../printerdrake.pm_.c:734
#, fuzzy
msgid "Printer on remote lpd server"
msgstr "Nutols lpd serveris"
-#: ../../printer.pm_.c:44
-msgid "Network printer (socket)"
-msgstr "Tinklo spausdintuvas (lizdas)"
+#: ../../printer.pm_.c:51
+msgid "Network printer (TCP/Socket)"
+msgstr "Tinklo spausdintuvas (TCP/lizdas)"
-#: ../../printer.pm_.c:45
+#: ../../printer.pm_.c:52
#, fuzzy
msgid "Printer on SMB/Windows 95/98/NT server"
msgstr "SMB/Windows 95/98/NT"
-#: ../../printer.pm_.c:46
+#: ../../printer.pm_.c:53
#, fuzzy
msgid "Printer on NetWare server"
msgstr "Spausdinimo serveris"
-#: ../../printer.pm_.c:47
+#: ../../printer.pm_.c:54 ../../printerdrake.pm_.c:738
#, fuzzy
msgid "Enter a printer device URI"
msgstr "Spausdintuvo renginio URI"
-#: ../../printer.pm_.c:48
+#: ../../printer.pm_.c:55
msgid "Pipe job into a command"
msgstr ""
-#: ../../printer.pm_.c:418 ../../printer.pm_.c:839
-#: ../../printerdrake.pm_.c:1227 ../../printerdrake.pm_.c:2023
+#: ../../printer.pm_.c:504 ../../printer.pm_.c:695 ../../printer.pm_.c:1017
+#: ../../printerdrake.pm_.c:1665 ../../printerdrake.pm_.c:2730
msgid "Unknown model"
msgstr ""
-#: ../../printer.pm_.c:546 ../../printerdrake.pm_.c:790
+#: ../../printer.pm_.c:532
+#, fuzzy
+msgid "Local Printers"
+msgstr "Vietinis spausdintuvas"
+
+#: ../../printer.pm_.c:534 ../../printer.pm_.c:872
+#, fuzzy
+msgid "Remote Printers"
+msgstr "Nutols spausdintuvas"
+
+#: ../../printer.pm_.c:541 ../../printerdrake.pm_.c:248
+#, c-format
+msgid " on parallel port \\/*%s"
+msgstr ""
+
+#: ../../printer.pm_.c:544 ../../printerdrake.pm_.c:250
+#, c-format
+msgid ", USB printer \\/*%s"
+msgstr ""
+
+#: ../../printer.pm_.c:549
+#, c-format
+msgid ", multi-function device on parallel port \\/*%s"
+msgstr ""
+
+#: ../../printer.pm_.c:552
+msgid ", multi-function device on USB"
+msgstr ""
+
+#: ../../printer.pm_.c:554
+msgid ", multi-function device on HP JetDirect"
+msgstr ""
+
+#: ../../printer.pm_.c:556
+msgid ", multi-function device"
+msgstr ""
+
+#: ../../printer.pm_.c:559
+#, fuzzy, c-format
+msgid ", printing to %s"
+msgstr "Klaida raant byl %s"
+
+#: ../../printer.pm_.c:561
+#, c-format
+msgid "on LPD server \"%s\", printer \"%s\""
+msgstr ""
+
+#: ../../printer.pm_.c:563
+#, c-format
+msgid ", TCP/IP host \"%s\", port %s"
+msgstr ""
+
+#: ../../printer.pm_.c:567
+#, c-format
+msgid "on Windows server \"%s\", share \"%s\""
+msgstr ""
+
+#: ../../printer.pm_.c:571
+#, c-format
+msgid "on Novell server \"%s\", printer \"%s\""
+msgstr ""
+
+#: ../../printer.pm_.c:573
+#, c-format
+msgid ", using command %s"
+msgstr ""
+
+#: ../../printer.pm_.c:692 ../../printerdrake.pm_.c:1136
msgid "Raw printer (No driver)"
msgstr ""
-#: ../../printer.pm_.c:693
+#: ../../printer.pm_.c:841
#, fuzzy, c-format
msgid "(on %s)"
msgstr "(modulis %s)"
-#: ../../printer.pm_.c:695
+#: ../../printer.pm_.c:843
msgid "(on this machine)"
msgstr ""
+#: ../../printer.pm_.c:868
+#, fuzzy, c-format
+msgid "On CUPS server \"%s\""
+msgstr "CUPS serverio IP"
+
+#: ../../printer.pm_.c:874 ../../printerdrake.pm_.c:2391
+#: ../../printerdrake.pm_.c:2402 ../../printerdrake.pm_.c:2618
+#: ../../printerdrake.pm_.c:2670 ../../printerdrake.pm_.c:2697
+#: ../../printerdrake.pm_.c:2867 ../../printerdrake.pm_.c:2869
+msgid " (Default)"
+msgstr " (prastas)"
+
#: ../../printerdrake.pm_.c:22
msgid "Select Printer Connection"
msgstr "Pasirink spausdintuvo jungt"
@@ -6134,217 +6717,436 @@ msgstr "Kaip yra prijungtas spausdintuvas?"
#, fuzzy
msgid ""
"\n"
-"Printers on remote CUPS servers you do not have to configure\n"
-"here; these printers will be automatically detected. Please\n"
-"select \"Printer on remote CUPS server\" in this case."
+"Printers on remote CUPS servers you do not have to configure here; these "
+"printers will be automatically detected."
msgstr ""
"Su nutolusiu CUPS serveriu, tau ioje vietoje nereikia nustatinti\n"
"joki spausdintuv; jie bus automatikai atpastami.\n"
"Jeigu abejoji, pasirink \"Nutols CUPS serveris\"."
-#: ../../printerdrake.pm_.c:84 ../../printerdrake.pm_.c:88
-#: ../../printerdrake.pm_.c:89 ../../printerdrake.pm_.c:159
-msgid "None"
-msgstr "Jokia"
+#: ../../printerdrake.pm_.c:69 ../../printerdrake.pm_.c:2454
+#, fuzzy
+msgid "CUPS configuration"
+msgstr "LAN Konfiguravimas"
-#: ../../printerdrake.pm_.c:85 ../../printerdrake.pm_.c:160
+#: ../../printerdrake.pm_.c:70 ../../printerdrake.pm_.c:2455
#, fuzzy
-msgid "Choose a default printer!"
-msgstr "Pasirink prast vartotoj:"
+msgid "Specify CUPS server"
+msgstr "Nutols CUPS serveris"
-#: ../../printerdrake.pm_.c:105
+#: ../../printerdrake.pm_.c:71
msgid ""
-"With remote CUPS servers, you do not have to configure any \n"
-"printer here; CUPS servers inform your machine automatically\n"
-"about their printers. All printers known to your machine\n"
-"currently are listed in the \"Default printer\" field. Choose\n"
-"the default printer for your machine there and click the\n"
-"\"Apply/Re-read printers\" button. Click the same button to\n"
-"refresh the list (it can take up to 30 seconds after the start\n"
-"of CUPS until all remote printers are visible).\n"
-"When your CUPS server is in a different network, you have to \n"
-"give the CUPS server IP address and optionally the port number\n"
-"to get the printer information from the server, otherwise leave\n"
-"these fields blank."
+"To get access to printers on remote CUPS servers in your local network you "
+"do not have to configure anything; the CUPS servers inform your machine "
+"automatically about their printers. All printers currently known to your "
+"machine are listed in the \"Remote printers\" section in the main window of "
+"Printerdrake. When your CUPS server is not in your local network, you have "
+"to enter the CUPS server IP address and optionally the port number to get "
+"the printer information from the server, otherwise leave these fields blank."
msgstr ""
-#: ../../printerdrake.pm_.c:117
+#: ../../printerdrake.pm_.c:72
msgid ""
"\n"
-"Normally, CUPS is automatically configured according to your\n"
-"network environment, so that you can access the printers on the\n"
-"CUPS servers in your local network. If this does not work \n"
-"correctly, turn off \"Automatic CUPS configuration\" and edit\n"
-"your file /etc/cups/cupsd.conf manually. Do not forget to restart\n"
-"CUPS afterwards (command: \"service cups restart\")."
+"Normally, CUPS is automatically configured according to your network "
+"environment, so that you can access the printers on the CUPS servers in your "
+"local network. If this does not work correctly, turn off \"Automatic CUPS "
+"configuration\" and edit your file /etc/cups/cupsd.conf manually. Do not "
+"forget to restart CUPS afterwards (command: \"service cups restart\")."
msgstr ""
-#: ../../printerdrake.pm_.c:124 ../../printerdrake.pm_.c:1290
-#: ../../printerdrake.pm_.c:1294 ../../printerdrake.pm_.c:1295
-#: ../../printerdrake.pm_.c:1296 ../../printerdrake.pm_.c:2011
-#, fuzzy
-msgid "Close"
-msgstr "Pel"
-
-#: ../../printerdrake.pm_.c:125
-#, fuzzy
-msgid "Apply/Re-read printers"
-msgstr "Nutols spausdintuvas"
-
-#: ../../printerdrake.pm_.c:129
+#: ../../printerdrake.pm_.c:76
#, fuzzy
msgid "The IP address should look like 192.168.1.20"
msgstr "IP adresas turt bti 1.2.3.4 formato"
-#: ../../printerdrake.pm_.c:134 ../../printerdrake.pm_.c:541
+#: ../../printerdrake.pm_.c:80 ../../printerdrake.pm_.c:862
#, fuzzy
msgid "The port number should be an integer!"
msgstr "Prievado numeris turi bti skaiius"
-#: ../../printerdrake.pm_.c:141 ../../printerdrake.pm_.c:2095
-#, fuzzy
-msgid "Default printer"
-msgstr "Vietinis spausdintuvas"
-
-#: ../../printerdrake.pm_.c:146
+#: ../../printerdrake.pm_.c:87
msgid "CUPS server IP"
msgstr "CUPS serverio IP"
-#: ../../printerdrake.pm_.c:147 ../../printerdrake.pm_.c:534
+#: ../../printerdrake.pm_.c:88 ../../printerdrake.pm_.c:855
msgid "Port"
msgstr "Prievadas"
-#: ../../printerdrake.pm_.c:149
+#: ../../printerdrake.pm_.c:90
#, fuzzy
msgid "Automatic CUPS configuration"
msgstr "diegimo Tipo Konfiguracija"
-#: ../../printerdrake.pm_.c:217
+#: ../../printerdrake.pm_.c:145 ../../standalone/scannerdrake_.c:42
#, fuzzy
msgid "Detecting devices ..."
msgstr "Iekoma ranga..."
-#: ../../printerdrake.pm_.c:217
+#: ../../printerdrake.pm_.c:145 ../../standalone/scannerdrake_.c:42
msgid "Test ports"
msgstr "Patikrinti prievadus"
-#: ../../printerdrake.pm_.c:238
-#, c-format
-msgid "A printer, model \"%s\", has been detected on "
-msgstr "\"%s\" modelio spausdintuvas buvo aptiktas prie "
+#: ../../printerdrake.pm_.c:167 ../../printerdrake.pm_.c:2437
+#: ../../printerdrake.pm_.c:2556
+#, fuzzy
+msgid "Add a new printer"
+msgstr "Spausdintuvo nra"
-#: ../../printerdrake.pm_.c:255
-msgid "Local Printer Device"
-msgstr "Vietinio spausdintuvo jungtis"
+#: ../../printerdrake.pm_.c:168
+msgid ""
+"\n"
+"Welcome to the Printer Setup Wizard\n"
+"\n"
+"This wizard allows you to install local or remote printers to be used from "
+"this machine and also from other machines in the network.\n"
+"\n"
+"It asks you for all necessary information to set up the printer and gives "
+"you access to all available printer drivers, driver options, and printer "
+"connection types."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:176 ../../printerdrake.pm_.c:203
+#: ../../printerdrake.pm_.c:378 ../../printerdrake.pm_.c:393
+#: ../../printerdrake.pm_.c:403 ../../printerdrake.pm_.c:466
+#, fuzzy
+msgid "Local Printer"
+msgstr "Vietinis spausdintuvas"
+
+#: ../../printerdrake.pm_.c:177
+msgid ""
+"\n"
+"Welcome to the Printer Setup Wizard\n"
+"\n"
+"This wizard will help you to install your printer(s) connected to this "
+"computer.\n"
+"\n"
+"Please plug in your printer(s) on this computer and turn it/them on. Click "
+"on \"Next\" when you are ready, and on \"Cancel\" when you do not want to "
+"set up your printer(s) now.\n"
+"\n"
+"Note that some computers can crash during the printer auto-detection, turn "
+"off \"Auto-detect printers\" to do a printer installation without auto-"
+"detection. Use the \"Expert Mode\" of printerdrake when you want to set up "
+"printing on a remote printer if printerdrake does not list it automatically."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:186
+#, fuzzy
+msgid "Auto-detect printers"
+msgstr "Nutols spausdintuvas"
+
+#: ../../printerdrake.pm_.c:204
+msgid ""
+"\n"
+"Congratulations, your printer is now installed and configured!\n"
+"\n"
+"You can print using the \"Print\" command of your application (usually in "
+"the \"File\" menu).\n"
+"\n"
+"If you want to add, remove, or rename a printer, or if you want to change "
+"the default option settings (paper input tray, printout quality, ...), "
+"select \"Printer\" in the \"Hardware\" section of the Mandrake Control "
+"Center."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:223
+msgid "Auto-Detection of Printers"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:224
+msgid ""
+"Printerdrake is able to auto-detect your locally connected parallel and USB "
+"printers for you, but note that on some systems the auto-detection CAN "
+"FREEZE YOUR SYSTEM AND THIS CAN LEAD TO CORRUPTED FILE SYSTEMS! So do it ON "
+"YOUR OWN RISK!\n"
+"\n"
+"Do you really want to get your printers auto-detected?"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:227 ../../printerdrake.pm_.c:229
+#: ../../printerdrake.pm_.c:230
+#, fuzzy
+msgid "Do auto-detection"
+msgstr "Naudokite automatin aptikim"
+
+#: ../../printerdrake.pm_.c:228
+#, fuzzy
+msgid "Set up printer manually"
+msgstr "Nutols spausdintuvas"
#: ../../printerdrake.pm_.c:256
+#, fuzzy, c-format
+msgid "Detected %s"
+msgstr "aptiktas %s"
+
+#: ../../printerdrake.pm_.c:260 ../../printerdrake.pm_.c:287
+#: ../../printerdrake.pm_.c:306
+#, c-format
+msgid "Printer on parallel port \\/*%s"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:262 ../../printerdrake.pm_.c:289
+#: ../../printerdrake.pm_.c:311
+#, c-format
+msgid "USB printer \\/*%s"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:379
msgid ""
-"What device is your printer connected to \n"
-"(note that /dev/lp0 is equivalent to LPT1:)?\n"
+"No local printer found! To manually install a printer enter a device name/"
+"file name in the input line (Parallel Ports: /dev/lp0, /dev/lp1, ..., "
+"equivalent to LPT1:, LPT2:, ..., 1st USB printer: /dev/usb/lp0, 2nd USB "
+"printer: /dev/usb/lp1, ...)."
msgstr ""
-"Prie kurio renginio yra prijungtas tavo spausdintuvas\n"
-"(atmink, kad /dev/lp0 yra LPT1 ekvivalentas)?\n"
-#: ../../printerdrake.pm_.c:258
-msgid "Printer Device"
-msgstr "Spausdintuvo renginys"
+#: ../../printerdrake.pm_.c:383
+#, fuzzy
+msgid "You must enter a device or file name!"
+msgstr "Spausdintuvo renginio URI"
-#: ../../printerdrake.pm_.c:261
-msgid "Device/file name missing!"
+#: ../../printerdrake.pm_.c:394
+#, fuzzy
+msgid ""
+"No local printer found!\n"
+"\n"
+msgstr "Vietinis spausdintuvas"
+
+#: ../../printerdrake.pm_.c:395
+msgid ""
+"Network printers can only be installed after the installation. Choose "
+"\"Hardware\" and then \"Printer\" in the Mandrake Control Center."
msgstr ""
-#: ../../printerdrake.pm_.c:274 ../../printerdrake.pm_.c:698
-#: ../../printerdrake.pm_.c:786
+#: ../../printerdrake.pm_.c:396
+msgid ""
+"To install network printers, click \"Cancel\", switch to the \"Expert Mode"
+"\", and click \"Add a new printer\" again."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:407
+msgid ""
+"The following printer was auto-detected, if it is not the one you want to "
+"configure, enter a device name/file name in the input line"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:408
+msgid ""
+"Here is a list of all auto-detected printers. Please choose the printer you "
+"want to set up or enter a device name/file name in the input line"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:410
+msgid ""
+"The following printer was auto-detected. The configuration of the printer "
+"will work fully automatically. If your printer was not correctly detected or "
+"if you prefer a customized printer configuration, turn on \"Manual "
+"configuration\"."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:411
+msgid ""
+"Here is a list of all auto-detected printers. Please choose the printer you "
+"want to set up. The configuration of the printer will work fully "
+"automatically. If your printer was not correctly detected or if you prefer a "
+"customized printer configuration, turn on \"Manual configuration\"."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:413
+msgid ""
+"Please choose the port where your printer is connected to or enter a device "
+"name/file name in the input line"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:414
+#, fuzzy
+msgid "Please choose the port where your printer is connected to."
+msgstr ""
+"Praom pasirinkti, prie kurios nuosekliosios jungties yra prijungtas tavo "
+"modemas."
+
+#: ../../printerdrake.pm_.c:416
+msgid ""
+" (Parallel Ports: /dev/lp0, /dev/lp1, ..., equivalent to LPT1:, LPT2:, ..., "
+"1st USB printer: /dev/usb/lp0, 2nd USB printer: /dev/usb/lp1, ...)."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:421
+#, fuzzy
+msgid "You must choose/enter a printer/device!"
+msgstr "Spausdintuvo renginio URI"
+
+#: ../../printerdrake.pm_.c:441
+#, fuzzy
+msgid "Manual configuration"
+msgstr "Nustatymai"
+
+#: ../../printerdrake.pm_.c:467
+msgid ""
+"Is your printer a multi-function device from HP (OfficeJet, PSC, PhotoSmart, "
+"LaserJet 1100/1200/1220/3200/3300 with scanner)?"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:482
+#, fuzzy
+msgid "Installing HPOJ package..."
+msgstr "diegiamas paketas %s"
+
+#: ../../printerdrake.pm_.c:487
+msgid "Checking device and configuring HPOJ ..."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:505
+#, fuzzy
+msgid "Installing SANE package..."
+msgstr "diegiamas paketas %s"
+
+#: ../../printerdrake.pm_.c:517
+msgid "Scanning on your HP multi-function device"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:534
+#, fuzzy
+msgid "Making printer port available for CUPS ..."
+msgstr "Skaitoma CUPS tvarkykli duomen baz"
+
+#: ../../printerdrake.pm_.c:544 ../../printerdrake.pm_.c:1018
+#: ../../printerdrake.pm_.c:1132
#, fuzzy
msgid "Reading printer database ..."
msgstr "Skaitoma CUPS tvarkykli duomen baz"
-#: ../../printerdrake.pm_.c:312
+#: ../../printerdrake.pm_.c:624
msgid "Remote lpd Printer Options"
msgstr "Nutolusio lpd spausdintuvo nuostatos"
-#: ../../printerdrake.pm_.c:313
+#: ../../printerdrake.pm_.c:625
#, fuzzy
msgid ""
-"To use a remote lpd printer, you need to supply\n"
-"the hostname of the printer server and the printer name\n"
-"on that server."
+"To use a remote lpd printer, you need to supply the hostname of the printer "
+"server and the printer name on that server."
msgstr ""
"Nordamas naudotis nutolusia lpd spausdinimo eile, tu turi\n"
"nurodyti to serverio hosto vard ir pavadinim eils, kurioje\n"
"bus talpinami darbai."
-#: ../../printerdrake.pm_.c:316
+#: ../../printerdrake.pm_.c:626
#, fuzzy
msgid "Remote host name"
msgstr "Nutolusio hosto vardas"
-#: ../../printerdrake.pm_.c:317
+#: ../../printerdrake.pm_.c:627
#, fuzzy
msgid "Remote printer name"
msgstr "Nutols spausdintuvas"
-#: ../../printerdrake.pm_.c:320
+#: ../../printerdrake.pm_.c:630
#, fuzzy
msgid "Remote host name missing!"
msgstr "Nutolusio hosto vardas"
-#: ../../printerdrake.pm_.c:324
+#: ../../printerdrake.pm_.c:634
#, fuzzy
msgid "Remote printer name missing!"
msgstr "Nutolusio hosto vardas"
-#: ../../printerdrake.pm_.c:392
+#: ../../printerdrake.pm_.c:702
msgid "SMB (Windows 9x/NT) Printer Options"
msgstr "SMB (Windows 9x/NT) spausdintuvo nuostatos"
-#: ../../printerdrake.pm_.c:393
+#: ../../printerdrake.pm_.c:703
+#, fuzzy
msgid ""
-"To print to a SMB printer, you need to provide the\n"
-"SMB host name (Note! It may be different from its\n"
-"TCP/IP hostname!) and possibly the IP address of the print server, as\n"
-"well as the share name for the printer you wish to access and any\n"
-"applicable user name, password, and workgroup information."
+"To print to a SMB printer, you need to provide the SMB host name (Note! It "
+"may be different from its TCP/IP hostname!) and possibly the IP address of "
+"the print server, as well as the share name for the printer you wish to "
+"access and any applicable user name, password, and workgroup information."
msgstr ""
"Nordamas spausdinti SMB spausdintuv, tu turi\n"
"nurodyti SMB hosto vard, (Atkreipk dmes, kad jis gali skirtis nuo\n"
"jo TCP/IP hosto vardo!) ir galbt spausdinimo serverio IP adres,\n"
"spausdintuvo share'o vard, vartotojo vard, slaptaod ir darbo grups vard"
-#: ../../printerdrake.pm_.c:398
+#: ../../printerdrake.pm_.c:704
msgid "SMB server host"
msgstr "SMB serverio hostas"
-#: ../../printerdrake.pm_.c:399
+#: ../../printerdrake.pm_.c:705
msgid "SMB server IP"
msgstr "SMB serverio IP"
-#: ../../printerdrake.pm_.c:400
+#: ../../printerdrake.pm_.c:706
msgid "Share name"
msgstr "Share'o vardas"
-#: ../../printerdrake.pm_.c:403
+#: ../../printerdrake.pm_.c:709
msgid "Workgroup"
msgstr "Darbo grup"
-#: ../../printerdrake.pm_.c:410
+#: ../../printerdrake.pm_.c:716
msgid "Either the server name or the server's IP must be given!"
msgstr ""
-#: ../../printerdrake.pm_.c:414
+#: ../../printerdrake.pm_.c:720
msgid "Samba share name missing!"
msgstr ""
-#: ../../printerdrake.pm_.c:473
+#: ../../printerdrake.pm_.c:725
+msgid "SECURITY WARNING!"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:726
+#, c-format
+msgid ""
+"You are about to set up printing to a Windows account with password. Due to "
+"a fault in the architecture of the Samba client software the password is put "
+"in clear text into the command line of the Samba client used to transmit the "
+"print job to the Windows server. So it is possible for every user on this "
+"machine to display the password on the screen by issuing commands as \"ps "
+"auxwww\".\n"
+"\n"
+"We recommend to make use of one of the following alternatives (in all cases "
+"you have to make sure that only machines from your local network have access "
+"to your Windows server, for example by means of a firewall):\n"
+"\n"
+"Use a password-less account on your Windows server, as the \"GUEST\" account "
+"or a special account dedicated for printing. Do not remove the password "
+"protection from a personal account or the administrator account.\n"
+"\n"
+"Set up your Windows server to make the printer available under the LPD "
+"protocol. Then set up printing from this machine with the \"%s\" connection "
+"type in Printerdrake.\n"
+"\n"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:736
+#, c-format
+msgid ""
+"Set up your Windows server to make the printer available under the IPP "
+"protocol and set up printing from this machine with the \"%s\" connection "
+"type in Printerdrake.\n"
+"\n"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:739
+msgid ""
+"Connect your printer to a Linux server and let your Windows machine(s) "
+"connect to it as a client.\n"
+"\n"
+"Do you really want to continue setting up this printer as you are doing now?"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:801
msgid "NetWare Printer Options"
msgstr "NetWare spausdintuvo nuostatos"
-#: ../../printerdrake.pm_.c:474
+#: ../../printerdrake.pm_.c:802
+#, fuzzy
msgid ""
-"To print on a NetWare printer, you need to provide the\n"
-"NetWare print server name (Note! it may be different from its\n"
-"TCP/IP hostname!) as well as the print queue name for the printer you\n"
-"wish to access and any applicable user name and password."
+"To print on a NetWare printer, you need to provide the NetWare print server "
+"name (Note! it may be different from its TCP/IP hostname!) as well as the "
+"print queue name for the printer you wish to access and any applicable user "
+"name and password."
msgstr ""
"Nordamas spausdinti NetWare spausdintuv, tu turi\n"
"nurodyti spausdinimo serverio vard, (Atkreipk dmes, kad jis gali\n"
@@ -6352,221 +7154,267 @@ msgstr ""
"spausdintuvui,\n"
"prie kurio nori prieiti, bei reikalingus vartotojo vard ir slaptaod."
-#: ../../printerdrake.pm_.c:478
+#: ../../printerdrake.pm_.c:803
msgid "Printer Server"
msgstr "Spausdinimo serveris"
-#: ../../printerdrake.pm_.c:479
+#: ../../printerdrake.pm_.c:804
msgid "Print Queue Name"
msgstr "Spausdinimo eils pavadinimas"
-#: ../../printerdrake.pm_.c:484
+#: ../../printerdrake.pm_.c:809
msgid "NCP server name missing!"
msgstr ""
-#: ../../printerdrake.pm_.c:488
+#: ../../printerdrake.pm_.c:813
msgid "NCP queue name missing!"
msgstr ""
-#: ../../printerdrake.pm_.c:527
-msgid "Socket Printer Options"
+#: ../../printerdrake.pm_.c:852
+#, fuzzy
+msgid "TCP/Socket Printer Options"
msgstr "Lizdinio spausdintuvo nuostatos"
-#: ../../printerdrake.pm_.c:528
+#: ../../printerdrake.pm_.c:853
#, fuzzy
msgid ""
-"To print to a socket printer, you need to provide the\n"
-"host name of the printer and optionally the port number.\n"
-"On HP JetDirect servers the port number is usually 9100,\n"
-"on other servers it can vary. See the manual of your\n"
+"To print to a TCP or socket printer, you need to provide the host name of "
+"the printer and optionally the port number. On HP JetDirect servers the port "
+"number is usually 9100, on other servers it can vary. See the manual of your "
"hardware."
msgstr ""
"Kad galtum spausdinti lizdin spausdintuv, turi pateikti\n"
"spausdintuvo hosto vard ir, galbt, prievado numer."
-#: ../../printerdrake.pm_.c:533
+#: ../../printerdrake.pm_.c:854
#, fuzzy
msgid "Printer host name"
msgstr "Spausdintuvo hosto vardas"
-#: ../../printerdrake.pm_.c:537
+#: ../../printerdrake.pm_.c:858
#, fuzzy
msgid "Printer host name missing!"
msgstr "Spausdintuvo hosto vardas"
-#: ../../printerdrake.pm_.c:566 ../../printerdrake.pm_.c:568
+#: ../../printerdrake.pm_.c:887 ../../printerdrake.pm_.c:889
msgid "Printer Device URI"
msgstr "Spausdintuvo renginio URI"
-#: ../../printerdrake.pm_.c:567
+#: ../../printerdrake.pm_.c:888
msgid ""
"You can specify directly the URI to access the printer. The URI must fulfill "
"either the CUPS or the Foomatic specifications. Note that not all URI types "
"are supported by all the spoolers."
msgstr ""
-#: ../../printerdrake.pm_.c:582
+#: ../../printerdrake.pm_.c:903
msgid "A valid URI must be entered!"
msgstr ""
-#: ../../printerdrake.pm_.c:682
+#: ../../printerdrake.pm_.c:1004
msgid ""
-"Every printer needs a name (for example lp).\n"
-"The Description and Location fields do not need \n"
-"to be filled in. They are comments for the users."
+"Every printer needs a name (for example \"printer\"). The Description and "
+"Location fields do not need to be filled in. They are comments for the users."
msgstr ""
-#: ../../printerdrake.pm_.c:685
+#: ../../printerdrake.pm_.c:1005
msgid "Name of printer"
msgstr "Spausdintuvo vardas"
-#: ../../printerdrake.pm_.c:686
+#: ../../printerdrake.pm_.c:1006
msgid "Description"
msgstr "Apraymas"
-#: ../../printerdrake.pm_.c:687
+#: ../../printerdrake.pm_.c:1007
msgid "Location"
msgstr "Vieta"
-#: ../../printerdrake.pm_.c:701
+#: ../../printerdrake.pm_.c:1021
#, fuzzy
msgid "Preparing printer database ..."
msgstr "Skaitoma CUPS tvarkykli duomen baz"
-#: ../../printerdrake.pm_.c:793
+#: ../../printerdrake.pm_.c:1112
+#, fuzzy
+msgid "Your printer model"
+msgstr "Nutols spausdintuvas"
+
+#: ../../printerdrake.pm_.c:1113
+#, c-format
+msgid ""
+"Printerdrake has compared the model name resulting from the printer auto-"
+"detection with the models listed in its printer database to find the best "
+"match. This choice can be wrong, especially when your printer is not listed "
+"at all in the database. So check whether the choice is correct and click "
+"\"The model is correct\" if so and if not, click \"Select model manually\" "
+"so that you can choose your printer model manually on the next screen.\n"
+"\n"
+"For your printer Printerdrake has found:\n"
+"\n"
+"%s"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1118 ../../printerdrake.pm_.c:1121
+#, fuzzy
+msgid "The model is correct"
+msgstr "Ar taip teisinga?"
+
+#: ../../printerdrake.pm_.c:1119 ../../printerdrake.pm_.c:1120
+#: ../../printerdrake.pm_.c:1123
+#, fuzzy
+msgid "Select model manually"
+msgstr "Nutols spausdintuvas"
+
+#: ../../printerdrake.pm_.c:1139
#, fuzzy
msgid "Printer model selection"
msgstr "Spausdintuvo jungtis"
-#: ../../printerdrake.pm_.c:794
+#: ../../printerdrake.pm_.c:1140
#, fuzzy
msgid "Which printer model do you have?"
msgstr "Kokio tipo yra tavo spausdintuvas?"
-#: ../../printerdrake.pm_.c:866
+#: ../../printerdrake.pm_.c:1141
+msgid ""
+"\n"
+"\n"
+"Please check whether Printerdrake did the auto-detection of your printer "
+"model correctly. Search the correct model in the list when the cursor is "
+"standing on a wrong model or on \"Raw printer\"."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1144
+msgid ""
+"If your printer is not listed, choose a compatible (see printer manual) or a "
+"similar one."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1220
#, fuzzy
msgid "OKI winprinter configuration"
msgstr "Modemo Nustatymai"
-#: ../../printerdrake.pm_.c:867
+#: ../../printerdrake.pm_.c:1221
msgid ""
"You are configuring an OKI laser winprinter. These printers\n"
-"use a very special communication protocol and therefore they\n"
-"work only when connected to the first parallel port. When\n"
-"your printer is connected to another port or to a print\n"
-"server box please connect the printer to the first parallel\n"
-"port before you print a test page. Otherwise the printer\n"
-"will not work. Your connection type setting will be ignored\n"
-"by the driver."
+"use a very special communication protocol and therefore they work only when "
+"connected to the first parallel port. When your printer is connected to "
+"another port or to a print server box please connect the printer to the "
+"first parallel port before you print a test page. Otherwise the printer will "
+"not work. Your connection type setting will be ignored by the driver."
msgstr ""
-#: ../../printerdrake.pm_.c:916 ../../printerdrake.pm_.c:946
+#: ../../printerdrake.pm_.c:1264 ../../printerdrake.pm_.c:1291
#, fuzzy
msgid "Lexmark inkjet configuration"
msgstr "Interneto konfigravimas"
-#: ../../printerdrake.pm_.c:917
+#: ../../printerdrake.pm_.c:1265
msgid ""
-"The inkjet printer drivers provided by Lexmark only support\n"
-"local printers, no printers on remote machines or print server\n"
-"boxes. Please connect your printer to a local port or\n"
-"configure it on the machine where it is connected to."
+"The inkjet printer drivers provided by Lexmark only support local printers, "
+"no printers on remote machines or print server boxes. Please connect your "
+"printer to a local port or configure it on the machine where it is connected "
+"to."
msgstr ""
-#: ../../printerdrake.pm_.c:947
+#: ../../printerdrake.pm_.c:1292
msgid ""
-"To be able to print with your Lexmark inkjet and this\n"
-"configuration, you need the inkjet printer drivers\n"
-"provided by Lexmark (http://www.lexmark.com/). Go to\n"
-"the US site and click on the \"Drivers\" button. Then\n"
-"choose your model and afterwards \"Linux\" as\n"
-"operating system. The drivers come as RPM packages\n"
-"or shell scripts with interactive graphical installation.\n"
-"You do not need to do this configuration by the\n"
-"graphical frontends. Cancel directly after the license\n"
-"agreement. Then print printhead alignment pages with\n"
-"\"lexmarkmaintain\" and adjust the head alignment\n"
-"settings with this program."
+"To be able to print with your Lexmark inkjet and this configuration, you "
+"need the inkjet printer drivers provided by Lexmark (http://www.lexmark."
+"com/). Go to the US site and click on the \"Drivers\" button. Then choose "
+"your model and afterwards \"Linux\" as operating system. The drivers come as "
+"RPM packages or shell scripts with interactive graphical installation. You "
+"do not need to do this configuration by the graphical frontends. Cancel "
+"directly after the license agreement. Then print printhead alignment pages "
+"with \"lexmarkmaintain\" and adjust the head alignment settings with this "
+"program."
msgstr ""
-#: ../../printerdrake.pm_.c:1079
+#: ../../printerdrake.pm_.c:1508
msgid ""
"Printer default settings\n"
-"You should make sure that the page size and the\n"
-"ink type (if available) are set correctly. Note\n"
-"that with a very high printout quality printing\n"
-"can get substantially slower."
+"\n"
+"You should make sure that the page size and the ink type/printing mode (if "
+"available) and also the hardware configuration of laser printers (memory, "
+"duplex unit, extra trays) are set correctly. Note that with a very high "
+"printout quality/resolution printing can get substantially slower."
msgstr ""
-#: ../../printerdrake.pm_.c:1090
+#: ../../printerdrake.pm_.c:1517
#, c-format
msgid "Option %s must be an integer number!"
msgstr ""
-#: ../../printerdrake.pm_.c:1094
+#: ../../printerdrake.pm_.c:1521
#, c-format
msgid "Option %s must be a number!"
msgstr ""
-#: ../../printerdrake.pm_.c:1099
+#: ../../printerdrake.pm_.c:1526
#, c-format
msgid "Option %s out of range!"
msgstr ""
-#: ../../printerdrake.pm_.c:1136
+#: ../../printerdrake.pm_.c:1565
#, fuzzy, c-format
msgid ""
"Do you want to set this printer (\"%s\")\n"
"as the default printer?"
msgstr "Ar tu nori ibandyti spausdinim?"
-#: ../../printerdrake.pm_.c:1152
+#: ../../printerdrake.pm_.c:1582
#, fuzzy
msgid "Test pages"
msgstr "Patikrinti prievadus"
-#: ../../printerdrake.pm_.c:1153
+#: ../../printerdrake.pm_.c:1583
msgid ""
"Please select the test pages you want to print.\n"
-"Note: the photo test page can take a rather long time to get printed\n"
-"and on laser printers with too low memory it can even not come out.\n"
-"In most cases it is enough to print the standard test page."
+"Note: the photo test page can take a rather long time to get printed and on "
+"laser printers with too low memory it can even not come out. In most cases "
+"it is enough to print the standard test page."
msgstr ""
-#: ../../printerdrake.pm_.c:1158
+#: ../../printerdrake.pm_.c:1587
#, fuzzy
msgid "No test pages"
msgstr "Taip, spausdinti abu bandomuosius puslapius"
-#: ../../printerdrake.pm_.c:1159
+#: ../../printerdrake.pm_.c:1588
#, fuzzy
msgid "Print"
msgstr "Spausdintuvas"
-#: ../../printerdrake.pm_.c:1161
+#: ../../printerdrake.pm_.c:1590
#, fuzzy
msgid "Standard test page"
msgstr "Standartin"
-#: ../../printerdrake.pm_.c:1164
+#: ../../printerdrake.pm_.c:1593
msgid "Alternative test page (Letter)"
msgstr ""
-#: ../../printerdrake.pm_.c:1167
+#: ../../printerdrake.pm_.c:1596
#, fuzzy
msgid "Alternative test page (A4)"
msgstr "Spausdinamas bandomasis puslapis..."
-#: ../../printerdrake.pm_.c:1169
+#: ../../printerdrake.pm_.c:1598
#, fuzzy
msgid "Photo test page"
msgstr "Spausdinamas bandomasis puslapis..."
-#: ../../printerdrake.pm_.c:1175 ../../printerdrake.pm_.c:1297
+#: ../../printerdrake.pm_.c:1602
+#, fuzzy
+msgid "Do not print any test page"
+msgstr "Spausdinamas bandomasis puslapis..."
+
+#: ../../printerdrake.pm_.c:1610 ../../printerdrake.pm_.c:1747
msgid "Printing test page(s)..."
msgstr "Spausdinamas bandomasis puslapis..."
-#: ../../printerdrake.pm_.c:1200
+#: ../../printerdrake.pm_.c:1635
#, fuzzy, c-format
msgid ""
"Test page(s) have been sent to the printer.\n"
@@ -6582,7 +7430,7 @@ msgstr ""
"\n"
"Ar jis veikia teisingai?"
-#: ../../printerdrake.pm_.c:1204
+#: ../../printerdrake.pm_.c:1639
#, fuzzy
msgid ""
"Test page(s) have been sent to the printer.\n"
@@ -6592,33 +7440,33 @@ msgstr ""
"Kol bus pradta spausdinti, gali tekti palaukti.\n"
"Ar jis veikia teisingai?"
-#: ../../printerdrake.pm_.c:1211
+#: ../../printerdrake.pm_.c:1646
msgid "Did it work properly?"
msgstr ""
-#: ../../printerdrake.pm_.c:1229 ../../printerdrake.pm_.c:2025
+#: ../../printerdrake.pm_.c:1667 ../../printerdrake.pm_.c:2732
#, fuzzy
msgid "Raw printer"
msgstr "Spausdintuvo nra"
-#: ../../printerdrake.pm_.c:1237
+#: ../../printerdrake.pm_.c:1685
#, c-format
msgid ""
"To print a file from the command line (terminal window) you can either use "
"the command \"%s <file>\" or a graphical printing tool: \"xpp <file>\" or "
-"\"qtcups <file>\". The graphical tools allow you to choose the printer and "
+"\"kprinter <file>\". The graphical tools allow you to choose the printer and "
"to modify the option settings easily.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:1239
+#: ../../printerdrake.pm_.c:1687
msgid ""
"These commands you can also use in the \"Printing command\" field of the "
"printing dialogs of many applications, but here do not supply the file name "
"because the file to print is provided by the application.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:1242 ../../printerdrake.pm_.c:1254
-#: ../../printerdrake.pm_.c:1266
+#: ../../printerdrake.pm_.c:1690 ../../printerdrake.pm_.c:1706
+#: ../../printerdrake.pm_.c:1716
#, c-format
msgid ""
"\n"
@@ -6627,43 +7475,49 @@ msgid ""
"line, e. g. \"%s <file>\". "
msgstr ""
-#: ../../printerdrake.pm_.c:1244 ../../printerdrake.pm_.c:1284
+#: ../../printerdrake.pm_.c:1693 ../../printerdrake.pm_.c:1732
+#, c-format
+msgid ""
+"To know about the options available for the current printer read either the "
+"list shown below or click on the \"Print option list\" button.%s\n"
+"\n"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1696
msgid ""
-"To get a list of the options available for the current printer read either "
-"the list shown below or click on the \"Print option list\" button.\n"
+"Here is a list of the available printing options for the current printer:\n"
"\n"
msgstr ""
-#: ../../printerdrake.pm_.c:1249 ../../printerdrake.pm_.c:1261
+#: ../../printerdrake.pm_.c:1701 ../../printerdrake.pm_.c:1711
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
"<file>\".\n"
msgstr ""
-#: ../../printerdrake.pm_.c:1251 ../../printerdrake.pm_.c:1263
-#: ../../printerdrake.pm_.c:1275
+#: ../../printerdrake.pm_.c:1703 ../../printerdrake.pm_.c:1713
+#: ../../printerdrake.pm_.c:1723
msgid ""
"This command you can also use in the \"Printing command\" field of the "
"printing dialogs of many applications. But here do not supply the file name "
"because the file to print is provided by the application.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:1256 ../../printerdrake.pm_.c:1268
+#: ../../printerdrake.pm_.c:1708 ../../printerdrake.pm_.c:1718
msgid ""
"To get a list of the options available for the current printer click on the "
-"\"Print option list\" button.\n"
-"\n"
+"\"Print option list\" button."
msgstr ""
-#: ../../printerdrake.pm_.c:1273
+#: ../../printerdrake.pm_.c:1721
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
"<file>\" or \"%s <file>\".\n"
msgstr ""
-#: ../../printerdrake.pm_.c:1277
+#: ../../printerdrake.pm_.c:1725
msgid ""
"You can also use the graphical interface \"xpdq\" for setting options and "
"handling printing jobs.\n"
@@ -6673,7 +7527,7 @@ msgid ""
"jams.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:1281
+#: ../../printerdrake.pm_.c:1729
#, c-format
msgid ""
"\n"
@@ -6682,86 +7536,124 @@ msgid ""
"line, e. g. \"%s <file>\".\n"
msgstr ""
-#: ../../printerdrake.pm_.c:1292
+#: ../../printerdrake.pm_.c:1738 ../../printerdrake.pm_.c:1744
+#: ../../printerdrake.pm_.c:1745 ../../printerdrake.pm_.c:1746
+#: ../../printerdrake.pm_.c:2716 ../../standalone/drakbackup_.c:754
+#: ../../standalone/drakbackup_.c:2458 ../../standalone/drakfont_.c:577
+#: ../../standalone/drakfont_.c:791
+#, fuzzy
+msgid "Close"
+msgstr "Pel"
+
+#: ../../printerdrake.pm_.c:1741 ../../printerdrake.pm_.c:1753
+#, fuzzy, c-format
+msgid "Printing/Scanning on \"%s\""
+msgstr "Ijungiamas tinklas"
+
+#: ../../printerdrake.pm_.c:1742 ../../printerdrake.pm_.c:1754
#, fuzzy, c-format
msgid "Printing on the printer \"%s\""
msgstr "Ijungiamas tinklas"
-#: ../../printerdrake.pm_.c:1294
+#: ../../printerdrake.pm_.c:1744
#, fuzzy
msgid "Print option list"
msgstr "Spausdintuvo nuostatos"
-#: ../../printerdrake.pm_.c:1318 ../../printerdrake.pm_.c:1741
-#: ../../standalone/printerdrake_.c:48
+#: ../../printerdrake.pm_.c:1766
+#, c-format
+msgid ""
+"Your HP multi-function device was configured automatically to be able to "
+"scan. Now you can scan with \"scanimage\" (\"scanimage -d hp:%s\" to specify "
+"the scanner when you have more than one) from the command line or with the "
+"graphical interfaces \"xscanimage\" or \"xsane\". If you are using the GIMP, "
+"you can also scan by choosing the appropriate point in the \"File\"/\"Acquire"
+"\" menu. Call also \"man scanimage\" and \"man sane-hp\" on the command line "
+"to get more information.\n"
+"\n"
+"Do not use \"scannerdrake\" for this device!"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1772
+#, c-format
+msgid ""
+"Your HP multi-function device was configured automatically to be able to "
+"scan. Now you can scan from the command line with \"ptal-hp %s scan ...\". "
+"Scanning via a graphical interface or from the GIMP is not supported yet for "
+"your device. More information you will find in the \"/usr/share/doc/hpoj-0.8/"
+"ptal-hp-scan.html\" file on your system. If you have an HP LaserJet 1100 or "
+"1200 you can only scan when you have the scanner option installed.\n"
+"\n"
+"Do not use \"scannerdrake\" for this device!"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1794 ../../printerdrake.pm_.c:2221
+#: ../../printerdrake.pm_.c:2485 ../../standalone/printerdrake_.c:49
#, fuzzy
msgid "Reading printer data ..."
msgstr "Skaitoma CUPS tvarkykli duomen baz"
-#: ../../printerdrake.pm_.c:1338 ../../printerdrake.pm_.c:1376
-#: ../../printerdrake.pm_.c:1411
+#: ../../printerdrake.pm_.c:1814 ../../printerdrake.pm_.c:1842
+#: ../../printerdrake.pm_.c:1877
#, fuzzy
msgid "Transfer printer configuration"
msgstr "Interneto konfigravimas"
-#: ../../printerdrake.pm_.c:1339
+#: ../../printerdrake.pm_.c:1815
#, c-format
msgid ""
-"You can copy the printer configuration which you have done \n"
-"for the spooler %s to %s, your current spooler. All the\n"
-"configuration data (printer name, description, location, \n"
-"connection type, and default option settings) is overtaken,\n"
-"but jobs will not be transferred.\n"
-"Not all queues can be transferred due to the following \n"
-"reasons:\n"
+"You can copy the printer configuration which you have done for the spooler %"
+"s to %s, your current spooler. All the configuration data (printer name, "
+"description, location, connection type, and default option settings) is "
+"overtaken, but jobs will not be transferred.\n"
+"Not all queues can be transferred due to the following reasons:\n"
msgstr ""
-#: ../../printerdrake.pm_.c:1347
+#: ../../printerdrake.pm_.c:1818
msgid ""
-"CUPS does not support printers on Novell servers or printers\n"
-"sending the data into a free-formed command.\n"
+"CUPS does not support printers on Novell servers or printers sending the "
+"data into a free-formed command.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:1350
+#: ../../printerdrake.pm_.c:1820
msgid ""
-"PDQ only supports local printers, remote LPD printers, and\n"
-"Socket/TCP printers.\n"
+"PDQ only supports local printers, remote LPD printers, and Socket/TCP "
+"printers.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:1353
+#: ../../printerdrake.pm_.c:1822
msgid "LPD and LPRng do not support IPP printers.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:1355
+#: ../../printerdrake.pm_.c:1824
msgid ""
-"In addition, queues not created with this program or\n"
-"\"foomatic-configure\" cannot be transferred."
+"In addition, queues not created with this program or \"foomatic-configure\" "
+"cannot be transferred."
msgstr ""
-#: ../../printerdrake.pm_.c:1357
+#: ../../printerdrake.pm_.c:1825
msgid ""
"\n"
-"Also printers configured with the PPD files provided by\n"
-"their manufacturers or with native CUPS drivers can not be\n"
-"transferred."
+"Also printers configured with the PPD files provided by their manufacturers "
+"or with native CUPS drivers cannot be transferred."
msgstr ""
-#: ../../printerdrake.pm_.c:1360
+#: ../../printerdrake.pm_.c:1826
msgid ""
"\n"
"Mark the printers which you want to transfer and click \n"
"\"Transfer\"."
msgstr ""
-#: ../../printerdrake.pm_.c:1363
+#: ../../printerdrake.pm_.c:1829
msgid "Do not transfer printers"
msgstr ""
-#: ../../printerdrake.pm_.c:1364 ../../printerdrake.pm_.c:1381
+#: ../../printerdrake.pm_.c:1830 ../../printerdrake.pm_.c:1847
msgid "Transfer"
msgstr ""
-#: ../../printerdrake.pm_.c:1377
+#: ../../printerdrake.pm_.c:1843
#, c-format
msgid ""
"A printer named \"%s\" already exists under %s. \n"
@@ -6769,306 +7661,360 @@ msgid ""
"You can also type a new name or skip this printer."
msgstr ""
-#: ../../printerdrake.pm_.c:1385
+#: ../../printerdrake.pm_.c:1851
msgid "Name of printer should contain only letters, numbers and the underscore"
msgstr ""
-#: ../../printerdrake.pm_.c:1390
+#: ../../printerdrake.pm_.c:1856
#, c-format
msgid ""
"The printer \"%s\" already exists,\n"
"do you really want to overwrite its configuration?"
msgstr ""
-#: ../../printerdrake.pm_.c:1398
+#: ../../printerdrake.pm_.c:1864
#, fuzzy
msgid "New printer name"
msgstr "Spausdintuvo nra"
-#: ../../printerdrake.pm_.c:1401
+#: ../../printerdrake.pm_.c:1867
#, c-format
msgid "Transferring %s ..."
msgstr ""
-#: ../../printerdrake.pm_.c:1412
+#: ../../printerdrake.pm_.c:1878
#, c-format
msgid ""
-"You have transferred your former default printer (\"%s\"),\n"
-"Should it be also the default printer under the\n"
-"new printing system %s?"
+"You have transferred your former default printer (\"%s\"), Should it be also "
+"the default printer under the new printing system %s?"
msgstr ""
-#: ../../printerdrake.pm_.c:1423
+#: ../../printerdrake.pm_.c:1887
#, fuzzy
msgid "Refreshing printer data ..."
msgstr "Skaitoma CUPS tvarkykli duomen baz"
-#: ../../printerdrake.pm_.c:1431 ../../printerdrake.pm_.c:1494
-#: ../../printerdrake.pm_.c:1515
+#: ../../printerdrake.pm_.c:1895 ../../printerdrake.pm_.c:1966
+#: ../../printerdrake.pm_.c:1978
#, fuzzy
msgid "Configuration of a remote printer"
msgstr "Nustatyti spausdintuv"
-#: ../../printerdrake.pm_.c:1432
+#: ../../printerdrake.pm_.c:1896
#, fuzzy
msgid "Starting network ..."
msgstr "Ibandoma jungtis..."
-#: ../../printerdrake.pm_.c:1454 ../../printerdrake.pm_.c:1462
-#: ../../printerdrake.pm_.c:1464
+#: ../../printerdrake.pm_.c:1930 ../../printerdrake.pm_.c:1934
+#: ../../printerdrake.pm_.c:1936
#, fuzzy
msgid "Configure the network now"
msgstr "Nustatyti tinkl"
-#: ../../printerdrake.pm_.c:1455
+#: ../../printerdrake.pm_.c:1931
#, fuzzy
msgid "Network functionality not configured"
msgstr "Monitorius nenurodytas"
-#: ../../printerdrake.pm_.c:1456
+#: ../../printerdrake.pm_.c:1932
msgid ""
-"You are going to configure a remote printer. This needs working\n"
-"network access, but your network is not configured yet. If you\n"
-"go on without network configuration, you will not be able to use\n"
-"the printer which you are configuring now. How do you want \n"
-"to proceed?"
+"You are going to configure a remote printer. This needs working network "
+"access, but your network is not configured yet. If you go on without network "
+"configuration, you will not be able to use the printer which you are "
+"configuring now. How do you want to proceed?"
msgstr ""
-#: ../../printerdrake.pm_.c:1463
+#: ../../printerdrake.pm_.c:1935
#, fuzzy
msgid "Go on without configuring the network"
msgstr "Konfigruojamas tinklas"
-#: ../../printerdrake.pm_.c:1496
+#: ../../printerdrake.pm_.c:1968
msgid ""
-"The network configuration done during the installation \n"
-"cannot be started now. Please check whether the network\n"
-"gets accessable after booting your system and correct the\n"
-"configuration using the Mandrake Control Center, section\n"
-"\"Network & Internet\"/\"Connection\", and afterwards set\n"
-"up the printer, also using the Mandrake Control Center,\n"
-"section \"Hardware\"/\"Printer\""
+"The network configuration done during the installation cannot be started "
+"now. Please check whether the network gets accessable after booting your "
+"system and correct the configuration using the Mandrake Control Center, "
+"section \"Network & Internet\"/\"Connection\", and afterwards set up the "
+"printer, also using the Mandrake Control Center, section \"Hardware\"/"
+"\"Printer\""
msgstr ""
-#: ../../printerdrake.pm_.c:1503
+#: ../../printerdrake.pm_.c:1969
msgid ""
-"The network access was not running and could not be \n"
-"started. Please check your configuration and your \n"
-"hardware. Then try to configure your remote printer\n"
-"again."
+"The network access was not running and could not be started. Please check "
+"your configuration and your hardware. Then try to configure your remote "
+"printer again."
msgstr ""
-#: ../../printerdrake.pm_.c:1516
+#: ../../printerdrake.pm_.c:1979
#, fuzzy
msgid "Restarting printing system ..."
msgstr "Kuri spausdinimo sistem nori naudoti?"
-#: ../../printerdrake.pm_.c:1548
+#: ../../printerdrake.pm_.c:2017
#, fuzzy
msgid "high"
msgstr "Auktas"
-#: ../../printerdrake.pm_.c:1548
+#: ../../printerdrake.pm_.c:2017
#, fuzzy
msgid "paranoid"
msgstr "Paranojikas"
-#: ../../printerdrake.pm_.c:1549
+#: ../../printerdrake.pm_.c:2018
#, c-format
msgid "Installing a printing system in the %s security level"
msgstr ""
-#: ../../printerdrake.pm_.c:1550
+#: ../../printerdrake.pm_.c:2019
#, c-format
msgid ""
-"You are about to install the printing system %s on\n"
-"a system running in the %s security level.\n"
+"You are about to install the printing system %s on a system running in the %"
+"s security level.\n"
"\n"
-"This printing system runs a daemon (background process)\n"
-"which waits for print jobs and handles them. This daemon\n"
-"is also accessable by remote machines through the network\n"
-"and so it is a possible point for attacks. Therefore only\n"
-"a few selected daemons are started by default in this\n"
+"This printing system runs a daemon (background process) which waits for "
+"print jobs and handles them. This daemon is also accessable by remote "
+"machines through the network and so it is a possible point for attacks. "
+"Therefore only a few selected daemons are started by default in this "
"security level.\n"
"\n"
-"Do you really want to configure printing on this\n"
-"machine?"
+"Do you really want to configure printing on this machine?"
msgstr ""
-#: ../../printerdrake.pm_.c:1584
+#: ../../printerdrake.pm_.c:2051
#, fuzzy
msgid "Starting the printing system at boot time"
msgstr "Kuri spausdinimo sistem nori naudoti?"
-#: ../../printerdrake.pm_.c:1585
+#: ../../printerdrake.pm_.c:2052
#, c-format
msgid ""
-"The printing system (%s) will not be started automatically\n"
-"when the machine is booted.\n"
+"The printing system (%s) will not be started automatically when the machine "
+"is booted.\n"
"\n"
-"It is possible that the automatic starting was turned off \n"
-"by changing to a higher security level, because the printing\n"
-"system is a potential point for attacks.\n"
+"It is possible that the automatic starting was turned off by changing to a "
+"higher security level, because the printing system is a potential point for "
+"attacks.\n"
"\n"
-"Do you want to have the automatic starting of the printing\n"
-"system turned on again?"
+"Do you want to have the automatic starting of the printing system turned on "
+"again?"
msgstr ""
-#: ../../printerdrake.pm_.c:1612 ../../printerdrake.pm_.c:1644
-#: ../../printerdrake.pm_.c:1671 ../../printerdrake.pm_.c:1701
-#: ../../printerdrake.pm_.c:1778
+#: ../../printerdrake.pm_.c:2075 ../../printerdrake.pm_.c:2113
+#: ../../printerdrake.pm_.c:2143 ../../printerdrake.pm_.c:2176
+#: ../../printerdrake.pm_.c:2281
msgid "Checking installed software..."
msgstr ""
-#: ../../printerdrake.pm_.c:1648
+#: ../../printerdrake.pm_.c:2117
msgid "Removing LPRng..."
msgstr ""
-#: ../../printerdrake.pm_.c:1675
+#: ../../printerdrake.pm_.c:2147
msgid "Removing LPD..."
msgstr ""
-#: ../../printerdrake.pm_.c:1727
+#: ../../printerdrake.pm_.c:2205
#, fuzzy
msgid "Select Printer Spooler"
msgstr "Pasirink spausdintuvo jungt"
-#: ../../printerdrake.pm_.c:1728
+#: ../../printerdrake.pm_.c:2206
#, fuzzy
msgid "Which printing system (spooler) do you want to use?"
msgstr "Kuri spausdinimo sistem nori naudoti?"
-#: ../../printerdrake.pm_.c:1759
+#: ../../printerdrake.pm_.c:2239
#, fuzzy, c-format
msgid "Configuring printer \"%s\" ..."
msgstr "Nustatyti spausdintuv"
-#: ../../printerdrake.pm_.c:1806 ../../printerdrake.pm_.c:1838
-#: ../../printerdrake.pm_.c:2026 ../../printerdrake.pm_.c:2088
+#: ../../printerdrake.pm_.c:2252
+#, fuzzy
+msgid "Installing Foomatic ..."
+msgstr "diegiamas paketas %s"
+
+#: ../../printerdrake.pm_.c:2309 ../../printerdrake.pm_.c:2348
+#: ../../printerdrake.pm_.c:2733 ../../printerdrake.pm_.c:2803
msgid "Printer options"
msgstr "Spausdintuvo nuostatos"
-#: ../../printerdrake.pm_.c:1815
+#: ../../printerdrake.pm_.c:2318
#, fuzzy
msgid "Preparing PrinterDrake ..."
msgstr "Skaitoma CUPS tvarkykli duomen baz"
-#: ../../printerdrake.pm_.c:1845
+#: ../../printerdrake.pm_.c:2335 ../../printerdrake.pm_.c:2890
+#, fuzzy
+msgid "Configuring applications..."
+msgstr "Nustatyti spausdintuv"
+
+#: ../../printerdrake.pm_.c:2355
#, fuzzy
msgid "Would you like to configure printing?"
msgstr "Ar nori nustatyti spausdintuv?"
-#: ../../printerdrake.pm_.c:1857
+#: ../../printerdrake.pm_.c:2367
msgid "Printing system: "
msgstr ""
-#: ../../printerdrake.pm_.c:1879
+#: ../../printerdrake.pm_.c:2415
+msgid "Printerdrake"
+msgstr "Printerdrake"
+
+#: ../../printerdrake.pm_.c:2419
+#, fuzzy
msgid ""
-"The following printers are configured.\n"
-"Click on one of them to modify it or\n"
-"to get information about it or on \n"
-"\"Add Printer\" to add a new printer."
+"The following printers are configured. Double-click on a printer to change "
+"its settings; to make it the default printer; to view information about it; "
+"or to make a printer on a remote CUPS server available for Star Office/"
+"OpenOffice.org."
msgstr ""
+"ia yra ios spausdinimo eils.\n"
+"Tu gali ia pridti daugiau arba pakeisti esamas."
-#: ../../printerdrake.pm_.c:1885 ../../standalone/draknet_.c:301
+#: ../../printerdrake.pm_.c:2420
#, fuzzy
-msgid "Normal Mode"
-msgstr "Normali"
-
-#: ../../printerdrake.pm_.c:1891 ../../printerdrake.pm_.c:2010
-msgid " (Default)"
-msgstr " (prastas)"
+msgid ""
+"The following printers are configured. Double-click on a printer to change "
+"its settings; to make it the default printer; or to view information about "
+"it."
+msgstr ""
+"ia yra ios spausdinimo eils.\n"
+"Tu gali ia pridti daugiau arba pakeisti esamas."
-#: ../../printerdrake.pm_.c:1895 ../../printerdrake.pm_.c:1935
-#, fuzzy
-msgid "Printer(s) on remote CUPS server(s)"
-msgstr "Nutols CUPS serveris"
+#: ../../printerdrake.pm_.c:2446
+msgid "Refresh printer list (to display all available remote CUPS printers)"
+msgstr ""
-#: ../../printerdrake.pm_.c:1896 ../../printerdrake.pm_.c:1936
+#: ../../printerdrake.pm_.c:2464
#, fuzzy
-msgid "Printer(s) on remote server(s)"
-msgstr "Nutols CUPS serveris"
+msgid "Change the printing system"
+msgstr "Nustatyti tinkl"
-#: ../../printerdrake.pm_.c:1898 ../../printerdrake.pm_.c:1919
-#: ../../printerdrake.pm_.c:1922 ../../printerdrake.pm_.c:1971
+#: ../../printerdrake.pm_.c:2469 ../../standalone/draknet_.c:278
#, fuzzy
-msgid "Add printer"
-msgstr "Spausdintuvo nra"
+msgid "Normal Mode"
+msgstr "Normali"
-#: ../../printerdrake.pm_.c:1977 ../../printerdrake.pm_.c:1993
-#: ../../printerdrake.pm_.c:2128
+#: ../../printerdrake.pm_.c:2625 ../../printerdrake.pm_.c:2675
+#: ../../printerdrake.pm_.c:2884
#, fuzzy
msgid "Do you want to configure another printer?"
msgstr "Ar tu nori ibandyti nustatymus?"
-#: ../../printerdrake.pm_.c:2003
+#: ../../printerdrake.pm_.c:2711
#, fuzzy
msgid "Modify printer configuration"
msgstr "Modemo Nustatymai"
-#: ../../printerdrake.pm_.c:2004
-#, c-format
+#: ../../printerdrake.pm_.c:2713
+#, fuzzy, c-format
msgid ""
-"Printer %s: %s %s\n"
+"Printer %s\n"
"What do you want to modify on this printer?"
-msgstr ""
+msgstr "Ar tu nori ibandyti nustatymus?"
-#: ../../printerdrake.pm_.c:2012
+#: ../../printerdrake.pm_.c:2717
msgid "Do it!"
msgstr ""
-#: ../../printerdrake.pm_.c:2015 ../../printerdrake.pm_.c:2062
+#: ../../printerdrake.pm_.c:2722 ../../printerdrake.pm_.c:2777
#, fuzzy
msgid "Printer connection type"
msgstr "Interneto jungties dalinimas"
-#: ../../printerdrake.pm_.c:2016 ../../printerdrake.pm_.c:2066
+#: ../../printerdrake.pm_.c:2723 ../../printerdrake.pm_.c:2781
#, fuzzy
msgid "Printer name, description, location"
msgstr "Spausdintuvo jungtis"
-#: ../../printerdrake.pm_.c:2018 ../../printerdrake.pm_.c:2081
+#: ../../printerdrake.pm_.c:2725 ../../printerdrake.pm_.c:2796
msgid "Printer manufacturer, model, driver"
msgstr ""
-#: ../../printerdrake.pm_.c:2019 ../../printerdrake.pm_.c:2082
+#: ../../printerdrake.pm_.c:2726 ../../printerdrake.pm_.c:2797
msgid "Printer manufacturer, model"
msgstr ""
-#: ../../printerdrake.pm_.c:2028 ../../printerdrake.pm_.c:2092
+#: ../../printerdrake.pm_.c:2735 ../../printerdrake.pm_.c:2807
msgid "Set this printer as the default"
msgstr ""
-#: ../../printerdrake.pm_.c:2029 ../../printerdrake.pm_.c:2097
+#: ../../printerdrake.pm_.c:2737 ../../printerdrake.pm_.c:2812
+msgid "Add this printer to Star Office/OpenOffice.org"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:2738 ../../printerdrake.pm_.c:2821
+msgid "Remove this printer from Star Office/OpenOffice.org"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:2739 ../../printerdrake.pm_.c:2830
#, fuzzy
msgid "Print test pages"
msgstr "Spausdinamas bandomasis puslapis..."
-#: ../../printerdrake.pm_.c:2030 ../../printerdrake.pm_.c:2099
-msgid "Know how to print with this printer"
-msgstr ""
+#: ../../printerdrake.pm_.c:2740 ../../printerdrake.pm_.c:2832
+#, fuzzy
+msgid "Know how to use this printer"
+msgstr "Ar tu nori ibandyti nustatymus?"
-#: ../../printerdrake.pm_.c:2031 ../../printerdrake.pm_.c:2101
+#: ../../printerdrake.pm_.c:2742 ../../printerdrake.pm_.c:2834
#, fuzzy
msgid "Remove printer"
msgstr "Nutols spausdintuvas"
-#: ../../printerdrake.pm_.c:2071
+#: ../../printerdrake.pm_.c:2786
#, fuzzy, c-format
msgid "Removing old printer \"%s\" ..."
msgstr "Skaitoma CUPS tvarkykli duomen baz"
-#: ../../printerdrake.pm_.c:2096
+#: ../../printerdrake.pm_.c:2810
+#, fuzzy
+msgid "Default printer"
+msgstr "Vietinis spausdintuvas"
+
+#: ../../printerdrake.pm_.c:2811
#, c-format
msgid "The printer \"%s\" is set as the default printer now."
msgstr ""
-#: ../../printerdrake.pm_.c:2103
+#: ../../printerdrake.pm_.c:2815 ../../printerdrake.pm_.c:2818
+msgid "Adding printer to Star Office/OpenOffice.org"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:2816
+#, c-format
+msgid ""
+"The printer \"%s\" was successfully added to Star Office/OpenOffice.org."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:2819
+#, c-format
+msgid "Failed to add the printer \"%s\" to Star Office/OpenOffice.org."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:2824 ../../printerdrake.pm_.c:2827
+msgid "Removing printer from Star Office/OpenOffice.org"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:2825
+#, c-format
+msgid ""
+"The printer \"%s\" was successfully removed from Star Office/OpenOffice.org."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:2828
+#, c-format
+msgid "Failed to remove the printer \"%s\" from Star Office/OpenOffice.org."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:2836
#, fuzzy, c-format
msgid "Do you really want to remove the printer \"%s\"?"
msgstr "Ar tu nori i naujo paleisti tinkl"
-#: ../../printerdrake.pm_.c:2105
+#: ../../printerdrake.pm_.c:2838
#, fuzzy, c-format
msgid "Removing printer \"%s\" ..."
msgstr "Skaitoma CUPS tvarkykli duomen baz"
@@ -7172,15 +8118,15 @@ msgstr "mkraid nepavyko (gal bt trksta raidtools?)"
msgid "Not enough partitions for RAID level %d\n"
msgstr "Nra pakankamai srii %d lygio RAID\n"
-#: ../../services.pm_.c:15
+#: ../../services.pm_.c:14
msgid "Launch the ALSA (Advanced Linux Sound Architecture) sound system"
msgstr ""
-#: ../../services.pm_.c:16
+#: ../../services.pm_.c:15
msgid "Anacron a periodic command scheduler."
msgstr "Anacron yra periodin komand tvarkykl."
-#: ../../services.pm_.c:17
+#: ../../services.pm_.c:16
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."
@@ -7189,7 +8135,7 @@ msgstr ""
"syslog. Jis taip pat gali bti naudojamas kompiuterio ijungti,\n"
"kai trksta energijos akumuliatoriuje."
-#: ../../services.pm_.c:19
+#: ../../services.pm_.c:18
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."
@@ -7197,7 +8143,7 @@ msgstr ""
"Paleidia komandas laiku, nurodytu su at komanda, bei paleidia\n"
"susikaupusias komandas tuomet, kai sistema maai apkrauta."
-#: ../../services.pm_.c:21
+#: ../../services.pm_.c:20
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 "
@@ -7210,7 +8156,7 @@ msgstr ""
"paprasto\n"
"UNIX cron'o, skaitant didesn saugum ir galingesnes parinktis."
-#: ../../services.pm_.c:24
+#: ../../services.pm_.c:23
msgid ""
"GPM adds mouse support to text-based Linux applications such the\n"
"Midnight Commander. It also allows mouse-based console cut-and-paste "
@@ -7221,21 +8167,20 @@ msgstr ""
"Midnight Commander. Ji suteikia galimyb konsolje kopijuoti ir dti su\n"
"pele, bei ikviesti kontekstin meniu."
-#: ../../services.pm_.c:27
+#: ../../services.pm_.c:26
msgid ""
"HardDrake runs a hardware probe, and optionally configures\n"
"new/changed hardware."
msgstr ""
-#: ../../services.pm_.c:29
+#: ../../services.pm_.c:28 ../../standalone/logdrake_.c:412
msgid ""
-"Apache is a World Wide Web server. It is used to serve HTML files\n"
-"and CGI."
+"Apache is a World Wide Web server. It is used to serve HTML files and CGI."
msgstr ""
"Apache yra World Wide Web serveris. Jis naudojamas pateikti HTML\n"
"byloms ir CGI."
-#: ../../services.pm_.c:31
+#: ../../services.pm_.c:29
msgid ""
"The internet superserver daemon (commonly called inetd) starts a\n"
"variety of other internet services as needed. It is responsible for "
@@ -7249,13 +8194,13 @@ msgstr ""
"paslaug paleidim, skaitant telnet, ftp, rsh ir rlogin. Inetd ijungimas\n"
"kartu ijungia visas paslaugas, u kurias jis yra atsakingas."
-#: ../../services.pm_.c:35
+#: ../../services.pm_.c:33
msgid ""
"Launch packet filtering for Linux kernel 2.2 series, to set\n"
"up a firewall to protect your machine from network attacks."
msgstr ""
-#: ../../services.pm_.c:37
+#: ../../services.pm_.c:35
msgid ""
"This package loads the selected keyboard map as set in\n"
"/etc/sysconfig/keyboard. This can be selected using the kbdconfig utility.\n"
@@ -7265,23 +8210,23 @@ msgstr ""
"nurodytas /etc/sysconfig/keyboard byloje. Jis gali bti pasirinktas su\n"
"kbdconfig priemone. Daugumoje kompiuteri jis turi bti jungtas."
-#: ../../services.pm_.c:40
+#: ../../services.pm_.c:38
msgid ""
"Automatic regeneration of kernel header in /boot for\n"
"/usr/include/linux/{autoconf,version}.h"
msgstr ""
-#: ../../services.pm_.c:42
+#: ../../services.pm_.c:40
msgid "Automatic detection and configuration of hardware at boot."
msgstr ""
-#: ../../services.pm_.c:43
+#: ../../services.pm_.c:41
msgid ""
"Linuxconf will sometimes arrange to perform various tasks\n"
"at boot-time to maintain the system configuration."
msgstr ""
-#: ../../services.pm_.c:45
+#: ../../services.pm_.c:43
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)."
@@ -7290,21 +8235,22 @@ msgstr ""
"Tai yra tiesiog serveris, paskirstantis spausdinimo darbus spausdintuvui"
"(ams)."
-#: ../../services.pm_.c:47
+#: ../../services.pm_.c:45
msgid ""
"Linux Virtual Server, used to build a high-performance and highly\n"
"available server."
msgstr ""
-#: ../../services.pm_.c:49
+#: ../../services.pm_.c:47 ../../standalone/logdrake_.c:413
+#, fuzzy
msgid ""
-"named (BIND) is a Domain Name Server (DNS) that is used to resolve\n"
-"host names to IP addresses."
+"named (BIND) is a Domain Name Server (DNS) that is used to resolve host "
+"names to IP addresses."
msgstr ""
"named (BIND) yra Domen vard serveris (DNS), naudojamas\n"
"isiaikinti IP adresus pagal hosto vardus."
-#: ../../services.pm_.c:51
+#: ../../services.pm_.c:48
msgid ""
"Mounts and unmounts all Network File System (NFS), SMB (Lan\n"
"Manager/Windows), and NCP (NetWare) mount points."
@@ -7312,7 +8258,7 @@ msgstr ""
"Primontuoja ir numontuoja visas Network File System (NFS), SMB\n"
"(Lan Manager/Windows), ir NCP (NetWare) montavimo takus."
-#: ../../services.pm_.c:53
+#: ../../services.pm_.c:50
msgid ""
"Activates/Deactivates all network interfaces configured to start\n"
"at boot time."
@@ -7320,7 +8266,7 @@ msgstr ""
"jungia/Ijungia visas tinklo jungtis, nustatytas paleisti\n"
"krovos metu."
-#: ../../services.pm_.c:55
+#: ../../services.pm_.c:52
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"
@@ -7330,7 +8276,7 @@ msgstr ""
"i tarnyba teikia NFS serverio funkcionalum, kuris tvarkomas\n"
"/etc/exports byloje."
-#: ../../services.pm_.c:58
+#: ../../services.pm_.c:55
msgid ""
"NFS is a popular protocol for file sharing across TCP/IP\n"
"networks. This service provides NFS file locking functionality."
@@ -7338,17 +8284,17 @@ msgstr ""
"NFS yra populiarus protokolas dalintis byloms TCP/IP tinkluose.\n"
"i tarnyba teikia NFS byl urakinimo funkcionalum."
-#: ../../services.pm_.c:60
+#: ../../services.pm_.c:57
msgid ""
"Automatically switch on numlock key locker under console\n"
"and XFree at boot."
msgstr ""
-#: ../../services.pm_.c:62
+#: ../../services.pm_.c:59
msgid "Support the OKI 4w and compatible winprinters."
msgstr ""
-#: ../../services.pm_.c:63
+#: ../../services.pm_.c:60
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 "
@@ -7360,7 +8306,7 @@ msgstr ""
"sutvarkytas,\n"
"tad saugu palikti j net kompiuteriuose, kuriems jo nereikia."
-#: ../../services.pm_.c:66
+#: ../../services.pm_.c:63
msgid ""
"The portmapper manages RPC connections, which are used by\n"
"protocols such as NFS and NIS. The portmap server must be running on "
@@ -7372,15 +8318,16 @@ msgstr ""
"kompiuteriuose,\n"
"kurie veikia kaip serveriai protokol, naudojani PS jungtis."
-#: ../../services.pm_.c:69
+#: ../../services.pm_.c:66 ../../standalone/logdrake_.c:415
+#, fuzzy
msgid ""
-"Postfix is a Mail Transport Agent, which is the program that\n"
-"moves mail from one machine to another."
+"Postfix is a Mail Transport Agent, which is the program that moves mail from "
+"one machine to another."
msgstr ""
"Postfix yra pato siuntimo agentas (MTA), tai yra programa,\n"
"siunianti pat i vieno kompiuterio kit."
-#: ../../services.pm_.c:71
+#: ../../services.pm_.c:67
msgid ""
"Saves and restores system entropy pool for higher quality random\n"
"number generation."
@@ -7388,13 +8335,13 @@ msgstr ""
"Isaugo ir atkuria sistemos entropijos tvenkin auktesns kokybs\n"
"atsitiktini skaii generavimui."
-#: ../../services.pm_.c:73
+#: ../../services.pm_.c:69
msgid ""
"Assign raw devices to block devices (such as hard drive\n"
"partitions), for the use of applications such as Oracle"
msgstr ""
-#: ../../services.pm_.c:75
+#: ../../services.pm_.c:71
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"
@@ -7404,7 +8351,7 @@ msgstr ""
"naudojant RIP protokol. RIP plaiai naudojamas mauose tinkluose, taiau\n"
"sudtinguose tinkluose gali prireikti sudtingesni protokol."
-#: ../../services.pm_.c:78
+#: ../../services.pm_.c:74
msgid ""
"The rstat protocol allows users on a network to retrieve\n"
"performance metrics for any machine on that network."
@@ -7412,7 +8359,7 @@ msgstr ""
"rstat protokolas leidia tinklo vartotojams imatuoti\n"
"vykdymo metrikas bet kuriam kompiuteriui i tinklo."
-#: ../../services.pm_.c:80
+#: ../../services.pm_.c:76
msgid ""
"The rusers protocol allows users on a network to identify who is\n"
"logged in on other responding machines."
@@ -7420,7 +8367,7 @@ msgstr ""
"rusers protokolas leidia tinklo vartotojams suinoti, kas yra\n"
"prisijungs prie kit atsakinjani kompiuteri."
-#: ../../services.pm_.c:82
+#: ../../services.pm_.c:78
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)."
@@ -7429,12 +8376,12 @@ msgstr ""
"vartotoj, prisijungusi prie kompiuterio, kuriame veikia rwho demonas\n"
"(panaiai kaip finger)."
-#: ../../services.pm_.c:84
+#: ../../services.pm_.c:80
#, fuzzy
msgid "Launch the sound system on your machine"
msgstr "Startuojant paleisti X_Windows"
-#: ../../services.pm_.c:85
+#: ../../services.pm_.c:81
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."
@@ -7442,48 +8389,48 @@ msgstr ""
"Syslog yra priemon, kuri daugelis demon naudoja urayti\n"
"log raams vairias sistemos log bylas. Visada pravartu leisti syslog."
-#: ../../services.pm_.c:87
+#: ../../services.pm_.c:83
msgid "Load the drivers for your usb devices."
msgstr ""
-#: ../../services.pm_.c:88
+#: ../../services.pm_.c:84
#, fuzzy
msgid "Starts the X Font Server (this is mandatory for XFree to run)."
msgstr "Paleidia ir sustabdo X rift server pakrovimo metu ir ijungiant."
-#: ../../services.pm_.c:114 ../../services.pm_.c:156
+#: ../../services.pm_.c:110 ../../services.pm_.c:152
msgid "Choose which services should be automatically started at boot time"
msgstr "Pasirink kokias tarnybas jungus paleisti automatikai"
-#: ../../services.pm_.c:126
+#: ../../services.pm_.c:122
#, fuzzy
msgid "Printing"
msgstr "Spausdintuvas"
-#: ../../services.pm_.c:127
+#: ../../services.pm_.c:123
msgid "Internet"
msgstr "Internetas"
-#: ../../services.pm_.c:130
+#: ../../services.pm_.c:126
msgid "File sharing"
msgstr ""
-#: ../../services.pm_.c:132
+#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:934
#, fuzzy
msgid "System"
msgstr "Sistemos reimas"
-#: ../../services.pm_.c:137
+#: ../../services.pm_.c:133
#, fuzzy
msgid "Remote Administration"
msgstr "Nutolusio lpd spausdintuvo nuostatos"
-#: ../../services.pm_.c:145
+#: ../../services.pm_.c:141
#, fuzzy
msgid "Database Server"
msgstr "Serveris, Duomen bazi"
-#: ../../services.pm_.c:174
+#: ../../services.pm_.c:170
#, c-format
msgid "Services: %d activated for %d registered"
msgstr ""
@@ -7509,7 +8456,7 @@ msgstr ""
#: ../../services.pm_.c:217
msgid ""
-"No additionnal information\n"
+"No additional information\n"
"about this service, sorry."
msgstr ""
@@ -7518,12 +8465,186 @@ msgstr ""
msgid "On boot"
msgstr "Yaboot"
+#: ../../services.pm_.c:236
+#, fuzzy
+msgid "Start"
+msgstr "Bsena:"
+
+#: ../../services.pm_.c:236
+#, fuzzy
+msgid "Stop"
+msgstr "Sektorius"
+
+#: ../../share/advertising/00-thanks.pl_.c:9
+msgid "Thank you for choosing Mandrake Linux 8.2"
+msgstr ""
+
+#: ../../share/advertising/00-thanks.pl_.c:10
+msgid "Welcome to the Open Source world"
+msgstr ""
+
+#: ../../share/advertising/00-thanks.pl_.c:11
+msgid ""
+"The success of MandrakeSoft is based upon the principle of Free Software. "
+"Your new operating system is the result of collaborative work on the part of "
+"the worldwide Linux Community"
+msgstr ""
+
+#: ../../share/advertising/01-gnu.pl_.c:9
+#, fuzzy
+msgid "Join the Free Software world"
+msgstr "Liks pasaulis"
+
+#: ../../share/advertising/01-gnu.pl_.c:10
+msgid ""
+"Get to know the Open Source community and become a member. Learn, teach, and "
+"help others by joining the many discussion forums that you will find in our "
+"\"Community\" webpages"
+msgstr ""
+
+#: ../../share/advertising/02-internet.pl_.c:9
+#, fuzzy
+msgid "Internet and Messaging"
+msgstr "Prijimas prie Interneto"
+
+#: ../../share/advertising/02-internet.pl_.c:10
+msgid ""
+"Mandrake Linux 8.2 provides the best software to access everything the "
+"Internet has to offer: Surf the web & view animations with Mozilla and "
+"Konqueror, exchange email & organize your personal information with "
+"Evolution and Kmail, and much more"
+msgstr ""
+
+#: ../../share/advertising/03-graphic.pl_.c:9
+#, fuzzy
+msgid "Multimedia and Graphics"
+msgstr "Multimedija - grafika"
+
+#: ../../share/advertising/03-graphic.pl_.c:10
+msgid ""
+"Mandrake Linux 8.2 lets you push your multimedia computer to its limits! Use "
+"the latest software to play music and audio files, edit and organize your "
+"images and photos, watch TV and videos, and much more"
+msgstr ""
+
+#: ../../share/advertising/04-develop.pl_.c:9
+#, fuzzy
+msgid "Development"
+msgstr "Krimo, Tinklapi"
+
+#: ../../share/advertising/04-develop.pl_.c:10
+msgid ""
+"Mandrake Linux 8.2 is the ultimate development platform. Discover the power "
+"of the GNU gcc compiler as well as the best Open Source development "
+"environments"
+msgstr ""
+
+#: ../../share/advertising/05-contcenter.pl_.c:9
+#, fuzzy
+msgid "Mandrake Control Center"
+msgstr "Prisijungti prie interneto"
+
+#: ../../share/advertising/05-contcenter.pl_.c:10
+msgid ""
+"The Mandrake Linux 8.2 Control Center is a one-stop location for fully "
+"customizing and configuring your Mandrake system"
+msgstr ""
+
+#: ../../share/advertising/06-user.pl_.c:9
+#, fuzzy
+msgid "User interfaces"
+msgstr "Tinklo interfeisas"
+
+#: ../../share/advertising/06-user.pl_.c:10
+msgid ""
+"Mandrake Linux 8.2 provides 11 different graphical desktop environments and "
+"window managers to choose from including GNOME 1.4, KDE 2.2.2, Window Maker "
+"0.8, and the rest"
+msgstr ""
+
+#: ../../share/advertising/07-server.pl_.c:9
+#, fuzzy
+msgid "Server Software"
+msgstr "SMB serverio hostas"
+
+#: ../../share/advertising/07-server.pl_.c:10
+msgid ""
+"Transform your machine into a powerful server with just a few clicks of the "
+"mouse: Web server, email, firewall, router, file and print server, ..."
+msgstr ""
+
+#: ../../share/advertising/08-games.pl_.c:9
+msgid "Games"
+msgstr "aidimai"
+
+#: ../../share/advertising/08-games.pl_.c:10
+msgid ""
+"Mandrake Linux 8.2 provides the best Open Source games - arcade, action, "
+"cards, sports, strategy, ..."
+msgstr ""
+
+#: ../../share/advertising/09-MDKcampus.pl_.c:9
+msgid "MandrakeCampus"
+msgstr ""
+
+#: ../../share/advertising/09-MDKcampus.pl_.c:10
+msgid ""
+"Would you like to learn Linux simply, quickly, and for free? MandrakeSoft "
+"provides free Linux training, as well as a way to test your progress, at "
+"MandrakeCampus -- our online training center"
+msgstr ""
+
+#: ../../share/advertising/10-MDKexpert.pl_.c:9
+#, fuzzy
+msgid "MandrakeExpert"
+msgstr "iniukas"
+
+#: ../../share/advertising/10-MDKexpert.pl_.c:10
+msgid ""
+"Quality support from the Linux Community, and from MandrakeSoft, is just "
+"around the corner. And if you're already a Linux veteran, become an \"Expert"
+"\" and share your knowledge at our support website"
+msgstr ""
+
+#: ../../share/advertising/11-consul.pl_.c:9
+msgid "MandrakeConsulting"
+msgstr ""
+
+#: ../../share/advertising/11-consul.pl_.c:10
+msgid ""
+"For all of your IT projects, our consultants are ready to analyze your "
+"requirements and offer a customized solution. Benefit from MandrakeSoft's "
+"vast experience as a Linux producer to provide a true IT alternative for "
+"your business organization"
+msgstr ""
+
+#: ../../share/advertising/12-MDKstore.pl_.c:9
+#, fuzzy
+msgid "MandrakeStore"
+msgstr "privalomas"
+
+#: ../../share/advertising/12-MDKstore.pl_.c:10
+msgid ""
+"A full range of Linux solutions, as well as special offers on products and "
+"'goodies', are available online at our e-store"
+msgstr ""
+
+#: ../../share/advertising/13-Nvert.pl_.c:9
+msgid ""
+"For more information on MandrakeSoft's Professional Services and commercial "
+"offerings, please see the following web page:"
+msgstr ""
+
+#: ../../share/advertising/13-Nvert.pl_.c:11
+msgid "http://www.mandrakesoft.com/sales/contact"
+msgstr ""
+
#: ../../standalone.pm_.c:25
#, fuzzy
msgid "Installing packages..."
msgstr "diegiamas paketas %s"
-#: ../../standalone/diskdrake_.c:63
+#: ../../standalone/diskdrake_.c:85
msgid ""
"I can't read your partition table, it's too corrupted for me :(\n"
"I'll try to go on blanking bad partitions"
@@ -7531,22 +8652,22 @@ msgstr ""
"A negaliu perskaityti tavo skirsni lentels, ji man pernelyg sugadinta :(\n"
"Pabandysiu ivalyti blogus skirsnius"
-#: ../../standalone/drakautoinst_.c:44
+#: ../../standalone/drakautoinst_.c:45
#, fuzzy
msgid "Error!"
msgstr "Klaida"
-#: ../../standalone/drakautoinst_.c:45
+#: ../../standalone/drakautoinst_.c:46
#, c-format
msgid "I can't find needed image file `%s'."
msgstr ""
-#: ../../standalone/drakautoinst_.c:47
+#: ../../standalone/drakautoinst_.c:48
#, fuzzy
msgid "Auto Install Configurator"
msgstr "Konfigracija po diegimo"
-#: ../../standalone/drakautoinst_.c:48
+#: ../../standalone/drakautoinst_.c:49
msgid ""
"You are about to configure an Auto Install floppy. This feature is somewhat "
"dangerous and must be used circumspectly.\n"
@@ -7561,36 +8682,1257 @@ msgid ""
"Do you want to continue?"
msgstr ""
-#: ../../standalone/drakautoinst_.c:70
+#: ../../standalone/drakautoinst_.c:71
#, fuzzy
msgid "Automatic Steps Configuration"
msgstr "diegimo Tipo Konfiguracija"
-#: ../../standalone/drakautoinst_.c:71
+#: ../../standalone/drakautoinst_.c:72
msgid ""
"Please choose for each step whether it will replay like your install, or it "
"will be manual"
msgstr ""
-#: ../../standalone/drakautoinst_.c:112 ../../standalone/drakgw_.c:599
+#: ../../standalone/drakautoinst_.c:145
+msgid ""
+"\n"
+"Welcome.\n"
+"\n"
+"The parameters of the auto-install are available in the sections on the left"
+msgstr ""
+
+#: ../../standalone/drakautoinst_.c:243 ../../standalone/drakgw_.c:671
+#: ../../standalone/scannerdrake_.c:106
msgid "Congratulations!"
msgstr "Sveikiname!"
-#: ../../standalone/drakautoinst_.c:113
+#: ../../standalone/drakautoinst_.c:244
msgid ""
"The floppy has been successfully generated.\n"
"You may now replay your installation."
msgstr ""
-#: ../../standalone/drakgw_.c:36 ../../standalone/drakgw_.c:181
+#: ../../standalone/drakautoinst_.c:282
+#, fuzzy
+msgid "Auto Install"
+msgstr "diegti"
+
+#: ../../standalone/drakautoinst_.c:352
+#, fuzzy
+msgid "Add an item"
+msgstr "Pridti vartotoj"
+
+#: ../../standalone/drakautoinst_.c:359
+#, fuzzy
+msgid "Remove the last item"
+msgstr "Suymima loopback byla %s"
+
+#: ../../standalone/drakbackup_.c:448 ../../standalone/drakbackup_.c:451
+#: ../../standalone/drakbackup_.c:455
+msgid ""
+"***********************************************************************\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:449
+msgid ""
+"\n"
+" DrakBackup Report \n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:450
+msgid ""
+"\n"
+" DrakBackup Daemon Report\n"
+"\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:453
+msgid ""
+"\n"
+"\n"
+"***********************************************************************\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:454
+msgid ""
+"\n"
+" DrakBackup Report Details\n"
+"\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:476
+msgid "total progess"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:555 ../../standalone/drakbackup_.c:602
+msgid "Backup system files..."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:603 ../../standalone/drakbackup_.c:667
+#, fuzzy
+msgid "Hard Disk Backup files..."
+msgstr "Bloga atsargin byla"
+
+#: ../../standalone/drakbackup_.c:615
+#, fuzzy
+msgid "Backup User files..."
+msgstr "Bloga atsargin byla"
+
+#: ../../standalone/drakbackup_.c:616
+msgid "Hard Disk Backup Progress..."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:666
+#, fuzzy
+msgid "Backup Other files..."
+msgstr "Bloga atsargin byla"
+
+#: ../../standalone/drakbackup_.c:674
+#, c-format
+msgid ""
+"file list send by FTP : %s\n"
+" "
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:677
+msgid ""
+"\n"
+"(!) FTP connexion problem: It was not possible to send your backup files by "
+"FTP.\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:687
+msgid "(!) Error during mail sending. \n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:728 ../../standalone/drakbackup_.c:739
+#: ../../standalone/drakbackup_.c:750 ../../standalone/drakfont_.c:787
+#, fuzzy
+msgid "File Selection"
+msgstr "Paket grupi pasirinkimas"
+
+#: ../../standalone/drakbackup_.c:755
+msgid "Select the files or directories and click on 'Add'"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:790
+msgid ""
+"\n"
+"Please check all options that you need.\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:791
+msgid ""
+"These options can backup and restore all files in your /etc directory.\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:792
+msgid "Backup your System files. ( /etc directory )"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:793
+msgid "Use incremental backup (do not replace old backups)"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:794
+msgid "Do not include critical files (passwd, group, fstab)"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:795
+msgid ""
+"With this option you will be able to restore any version\n"
+" of your /etc directory."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:812
+#, fuzzy
+msgid "Please check all users that you want to include in your backup."
+msgstr "Pasirink paketus, kuriuos tu nori diegti."
+
+#: ../../standalone/drakbackup_.c:839
+msgid "Do not include the browser cache"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:840 ../../standalone/drakbackup_.c:864
+msgid "Use Incremental Backups (do not replace old backups)"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:862 ../../standalone/drakfont_.c:827
+#, fuzzy
+msgid "Remove Selected"
+msgstr "Paalinti eil"
+
+#: ../../standalone/drakbackup_.c:900
+#, fuzzy
+msgid "Windows (FAT32)"
+msgstr "Imesti Windows(TM)"
+
+#: ../../standalone/drakbackup_.c:939
+#, fuzzy
+msgid "Users"
+msgstr "Vartotojo vardas"
+
+#: ../../standalone/drakbackup_.c:964
+msgid "Use FTP connection to backup"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:967
+#, fuzzy
+msgid "Please enter the host name or IP."
+msgstr "Praom ibandyti pel"
+
+#: ../../standalone/drakbackup_.c:972
+msgid ""
+"Please enter the directory to\n"
+" put the backup on this host."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:977
+#, fuzzy
+msgid "Please enter your login"
+msgstr "Praom bandyti vl"
+
+#: ../../standalone/drakbackup_.c:982
+#, fuzzy
+msgid "Please enter your password"
+msgstr "Praom bandyti vl"
+
+#: ../../standalone/drakbackup_.c:988
+#, fuzzy
+msgid "Remember this password"
+msgstr "Jokio slaptaodio"
+
+#: ../../standalone/drakbackup_.c:1052 ../../standalone/drakbackup_.c:2048
+#, fuzzy
+msgid "FTP Connection"
+msgstr "LAN jungtis"
+
+#: ../../standalone/drakbackup_.c:1059 ../../standalone/drakbackup_.c:2056
+#, fuzzy
+msgid "Secure Connection"
+msgstr "Pasirink spausdintuvo jungt"
+
+#: ../../standalone/drakbackup_.c:1085 ../../standalone/drakbackup_.c:2889
+msgid "Use CD/DVDROM to backup"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1088 ../../standalone/drakbackup_.c:2893
+#, fuzzy
+msgid "Please choose your CD space"
+msgstr "Praom pasirinkti klaviatros idstym."
+
+#: ../../standalone/drakbackup_.c:1094 ../../standalone/drakbackup_.c:2905
+#, fuzzy
+msgid "Please check if you are using CDRW media"
+msgstr "Praom spragtelti ant skirsnio"
+
+#: ../../standalone/drakbackup_.c:1100 ../../standalone/drakbackup_.c:2911
+msgid "Please check if you want to erase your CDRW before"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1106
+#, fuzzy
+msgid ""
+"Please check if you want to include\n"
+" install boot on your CD."
+msgstr "Pasirink paketus, kuriuos tu nori diegti."
+
+#: ../../standalone/drakbackup_.c:1112
+msgid ""
+"Please enter your CD Writer device name\n"
+" ex: 0,1,0"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1153
+#, fuzzy
+msgid "Use tape to backup"
+msgstr "Bloga atsargin byla"
+
+#: ../../standalone/drakbackup_.c:1156
+msgid "Please enter the device name to use for backup"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1162 ../../standalone/drakbackup_.c:1203
+#: ../../standalone/drakbackup_.c:2013
+msgid ""
+"Please enter the maximum size\n"
+" allowed for Drakbackup"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1195 ../../standalone/drakbackup_.c:2005
+#, fuzzy
+msgid "Please enter the directory to save:"
+msgstr "Praom ibandyti pel"
+
+#: ../../standalone/drakbackup_.c:1209 ../../standalone/drakbackup_.c:2019
+#, fuzzy
+msgid "Use quota for backup files."
+msgstr "Bloga atsargin byla"
+
+#: ../../standalone/drakbackup_.c:1267
+#, fuzzy
+msgid "Network"
+msgstr "Tinklo interfeisas"
+
+#: ../../standalone/drakbackup_.c:1272
+msgid "CDROM / DVDROM"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1277
+msgid "HardDrive / NFS"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1297 ../../standalone/drakbackup_.c:1301
+#: ../../standalone/drakbackup_.c:1305
+msgid "hourly"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1298 ../../standalone/drakbackup_.c:1302
+#: ../../standalone/drakbackup_.c:1305
+msgid "daily"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1299 ../../standalone/drakbackup_.c:1303
+#: ../../standalone/drakbackup_.c:1305
+msgid "weekly"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1300 ../../standalone/drakbackup_.c:1304
+#: ../../standalone/drakbackup_.c:1305
+msgid "monthly"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1312
+#, fuzzy
+msgid "Use daemon"
+msgstr "Vartotojo vardas"
+
+#: ../../standalone/drakbackup_.c:1317
+#, fuzzy
+msgid ""
+"Please choose the time \n"
+"interval between each backup"
+msgstr "Pasirink paketus, kuriuos tu nori diegti."
+
+#: ../../standalone/drakbackup_.c:1323
+#, fuzzy
+msgid ""
+"Please choose the\n"
+"media for backup."
+msgstr "Praom pasirinkti kalb, kuri naudosi."
+
+#: ../../standalone/drakbackup_.c:1327
+#, fuzzy
+msgid "Use Hard Drive with daemon"
+msgstr "Ar naudoti kieto disko optimizavim?"
+
+#: ../../standalone/drakbackup_.c:1329
+#, fuzzy
+msgid "Use FTP with daemon"
+msgstr "Ar naudoti kieto disko optimizavim?"
+
+#: ../../standalone/drakbackup_.c:1333
+msgid "Please be sure that the cron daemon is included in your services."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1369
+msgid "Send mail report after each backup to :"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1411
+#, fuzzy
+msgid "What"
+msgstr "Palauk"
+
+#: ../../standalone/drakbackup_.c:1416
+#, fuzzy
+msgid "Where"
+msgstr "Su ratuku"
+
+#: ../../standalone/drakbackup_.c:1421
+#, fuzzy
+msgid "When"
+msgstr "Su ratuku"
+
+#: ../../standalone/drakbackup_.c:1426
+#, fuzzy
+msgid "More Options"
+msgstr "Modulio parinktys:"
+
+#: ../../standalone/drakbackup_.c:1445 ../../standalone/drakbackup_.c:2801
+#, fuzzy
+msgid "Drakbackup Configuration"
+msgstr "Tinklo konfigravimas"
+
+#: ../../standalone/drakbackup_.c:1463
+#, fuzzy
+msgid "Please choose where you want to backup"
+msgstr "Pasirink paketus, kuriuos tu nori diegti."
+
+#: ../../standalone/drakbackup_.c:1465
+msgid "on Hard Drive"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1476
+msgid "across Network"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1540
+#, fuzzy
+msgid "Please choose what you want to backup"
+msgstr "Pasirink paketus, kuriuos tu nori diegti."
+
+#: ../../standalone/drakbackup_.c:1541
+#, fuzzy
+msgid "Backup system"
+msgstr "Nustatyti byl sistemas"
+
+#: ../../standalone/drakbackup_.c:1542
+msgid "Backup Users"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1545
+msgid "Select user manually"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1627
+msgid ""
+"\n"
+"Backup Sources: \n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1628
+msgid ""
+"\n"
+"- System Files:\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1630
+msgid ""
+"\n"
+"- User Files:\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1632
+msgid ""
+"\n"
+"- Other Files:\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1634
+#, c-format
+msgid ""
+"\n"
+"- Save on Hard drive on path : %s\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1635
+#, c-format
+msgid ""
+"\n"
+"- Save on FTP on host : %s\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1636
+#, c-format
+msgid ""
+"\t\t user name: %s\n"
+"\t\t on path: %s \n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1637
+#, fuzzy
+msgid ""
+"\n"
+"- Options:\n"
+msgstr "Pasirinktys"
+
+#: ../../standalone/drakbackup_.c:1638
+msgid "\tDo not include System Files\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1639
+msgid "\tBackups use tar and bzip2\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1640
+msgid "\tBackups use tar and gzip\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1641
+#, c-format
+msgid ""
+"\n"
+"- Daemon (%s) include :\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1642
+msgid "\t-Hard drive.\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1643
+msgid "\t-CDROM.\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1644
+msgid "\t-Network by FTP.\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1645
+msgid "\t-Network by SSH.\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1647
+msgid "No configuration, please click Wizard or Advanced.\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1652
+msgid ""
+"List of data to restore:\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1753
+msgid ""
+"List of data corrupted:\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1755
+#, fuzzy
+msgid "Please uncheck or remove it on next time."
+msgstr ""
+"Praom pasirinkti, prie kurios nuosekliosios jungties yra prijungtas tavo "
+"modemas."
+
+#: ../../standalone/drakbackup_.c:1765
+msgid "Backup files are corrupted"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1786
+msgid " All your selectionned data have been "
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1787
+#, c-format
+msgid " Successfuly Restored on %s "
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1886
+#, fuzzy
+msgid " Restore Configuration "
+msgstr "Tinklo konfigravimas"
+
+#: ../../standalone/drakbackup_.c:1904
+msgid "OK to restore the other files."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1922
+msgid "User list to restore (only the most recent date per user is important)"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1972
+#, fuzzy
+msgid "Backup the system files before:"
+msgstr "Bloga atsargin byla"
+
+#: ../../standalone/drakbackup_.c:1974
+#, fuzzy
+msgid "please choose the date to restore"
+msgstr "Praom pasirinkti savo pels r."
+
+#: ../../standalone/drakbackup_.c:2002
+#, fuzzy
+msgid "Use Hard Disk to backup"
+msgstr "Bloga atsargin byla"
+
+#: ../../standalone/drakbackup_.c:2083
+#, fuzzy
+msgid "Restore from Hard Disk."
+msgstr "Atstatyti i diskelio"
+
+#: ../../standalone/drakbackup_.c:2085
+msgid "Please enter the directory where backups are stored"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2143
+#, fuzzy
+msgid "Select another media to restore from"
+msgstr "Praom pasirinkti savo pels r."
+
+#: ../../standalone/drakbackup_.c:2145
+#, fuzzy
+msgid "Other Media"
+msgstr "Kitas"
+
+#: ../../standalone/drakbackup_.c:2151
+#, fuzzy
+msgid "Restore system"
+msgstr "diegti sistem"
+
+#: ../../standalone/drakbackup_.c:2152
+#, fuzzy
+msgid "Restore Users"
+msgstr "Atstatyti i bylos"
+
+#: ../../standalone/drakbackup_.c:2153
+#, fuzzy
+msgid "Restore Other"
+msgstr "Atstatyti i bylos"
+
+#: ../../standalone/drakbackup_.c:2155
+msgid "select path to restore (instead of / )"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2159
+msgid "Do new backup before restore (only for incremental backups.)"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2160
+msgid "Remove user directories before restore."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2217
+msgid "Restore all backups"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2225
+#, fuzzy
+msgid "Custom Restore"
+msgstr "Prisitaikyti"
+
+#: ../../standalone/drakbackup_.c:2266 ../../standalone/drakbackup_.c:2291
+#: ../../standalone/drakbackup_.c:2312 ../../standalone/drakbackup_.c:2333
+#: ../../standalone/drakbackup_.c:2351 ../../standalone/drakbackup_.c:2383
+#: ../../standalone/drakbackup_.c:2399 ../../standalone/drakbackup_.c:2419
+#: ../../standalone/drakbackup_.c:2438 ../../standalone/drakbackup_.c:2460
+#: ../../standalone/drakfont_.c:575
+#, fuzzy
+msgid "Help"
+msgstr "/Pagalba"
+
+#: ../../standalone/drakbackup_.c:2269 ../../standalone/drakbackup_.c:2296
+#: ../../standalone/drakbackup_.c:2315 ../../standalone/drakbackup_.c:2336
+#: ../../standalone/drakbackup_.c:2354 ../../standalone/drakbackup_.c:2402
+#: ../../standalone/drakbackup_.c:2422 ../../standalone/drakbackup_.c:2441
+#, fuzzy
+msgid "Previous"
+msgstr "<- Ankstesnis"
+
+#: ../../standalone/drakbackup_.c:2271 ../../standalone/drakbackup_.c:2338
+#: ../../standalone/logdrake_.c:224
+#, fuzzy
+msgid "Save"
+msgstr "Bsena:"
+
+#: ../../standalone/drakbackup_.c:2317
+#, fuzzy
+msgid "Build Backup"
+msgstr "Bloga atsargin byla"
+
+#: ../../standalone/drakbackup_.c:2356 ../../standalone/drakbackup_.c:3033
+#, fuzzy
+msgid "Restore"
+msgstr "Atstatyti i bylos"
+
+#: ../../standalone/drakbackup_.c:2404 ../../standalone/drakbackup_.c:2424
+#: ../../standalone/drakbackup_.c:2445
+#, fuzzy
+msgid "Next"
+msgstr "Tekstas"
+
+#: ../../standalone/drakbackup_.c:2478
+msgid ""
+"Please Build backup before to restore it...\n"
+" or verify that your path to save is correct."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2499
+msgid ""
+"Error durind sendmail\n"
+" your report mail was not sent\n"
+" Please configure sendmail"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2522
+#, fuzzy
+msgid "Package List to Install"
+msgstr "Pasirinkti paketus"
+
+#: ../../standalone/drakbackup_.c:2550
+msgid ""
+"Error durind sending file via FTP.\n"
+" Please correct your FTP configuration."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2573
+#, fuzzy
+msgid "Please select data to restore..."
+msgstr "Praom pasirinkti kalb, kuri naudosi."
+
+#: ../../standalone/drakbackup_.c:2594
+#, fuzzy
+msgid "Please select media for backup..."
+msgstr "Praom pasirinkti kalb, kuri naudosi."
+
+#: ../../standalone/drakbackup_.c:2616
+#, fuzzy
+msgid "Please select data to backup..."
+msgstr "Praom pasirinkti kalb, kuri naudosi."
+
+#: ../../standalone/drakbackup_.c:2638
+msgid ""
+"No configuration file found \n"
+"please click Wizard or Advanced."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2659
+msgid "Under Devel ... please wait."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2739
+#, fuzzy
+msgid "Backup system files"
+msgstr "Bloga atsargin byla"
+
+#: ../../standalone/drakbackup_.c:2741
+#, fuzzy
+msgid "Backup user files"
+msgstr "Bloga atsargin byla"
+
+#: ../../standalone/drakbackup_.c:2743
+#, fuzzy
+msgid "Backup other files"
+msgstr "Bloga atsargin byla"
+
+#: ../../standalone/drakbackup_.c:2745 ../../standalone/drakbackup_.c:2776
+msgid "Total Progress"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2767
+msgid "files sending by FTP"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2771
+#, fuzzy
+msgid "Sending files..."
+msgstr "Isaugoti byl"
+
+#: ../../standalone/drakbackup_.c:2841
+msgid "Data list to include on CDROM."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2899
+#, fuzzy
+msgid "Please enter the cd writer speed"
+msgstr "Praom ibandyti pel"
+
+#: ../../standalone/drakbackup_.c:2917
+msgid "Please enter your CD Writer device name (ex: 0,1,0)"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2923
+#, fuzzy
+msgid "Please check if you want to include install boot on your CD."
+msgstr "Pasirink paketus, kuriuos tu nori diegti."
+
+#: ../../standalone/drakbackup_.c:2989
+#, fuzzy
+msgid "Backup Now from configuration file"
+msgstr "Tinklo konfigravimas"
+
+#: ../../standalone/drakbackup_.c:2999
+#, fuzzy
+msgid "View Backup Configuration."
+msgstr "Tinklo konfigravimas"
+
+#: ../../standalone/drakbackup_.c:3020
+#, fuzzy
+msgid "Wizard Configuration"
+msgstr "LAN Konfiguravimas"
+
+#: ../../standalone/drakbackup_.c:3024
+#, fuzzy
+msgid "Advanced Configuration"
+msgstr "LAN Konfiguravimas"
+
+#: ../../standalone/drakbackup_.c:3028
+#, fuzzy
+msgid "Backup Now"
+msgstr "Nustatyti byl sistemas"
+
+#: ../../standalone/drakbackup_.c:3053
+msgid "Drakbackup"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3104
+msgid ""
+"options description:\n"
+"\n"
+" In this step Drakbackup allow you to change:\n"
+"\n"
+" - The compression mode:\n"
+" \n"
+" If you check bzip2 compression, you will compress\n"
+" your data better than gzip (about 2-10 %).\n"
+" This option is not checked by default because\n"
+" this compression mode needs more time ( about 1000% more).\n"
+" \n"
+" - The update mode:\n"
+"\n"
+" This option will update your backup, but this\n"
+" option is not really useful because you need to\n"
+" decompress your backup before you can update it.\n"
+" \n"
+" - the .backupignore mode:\n"
+"\n"
+" Like with cvs, Drakbackup will ignore all references\n"
+" included in .backupignore files in each directories.\n"
+" ex: \n"
+" /*> cat .backupignore*/\n"
+" *.o\n"
+" *~\n"
+" ...\n"
+" \n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3134
+msgid ""
+"\n"
+" Some errors during sendmail are caused by \n"
+" a bad configuration of postfix. To solve it you have to\n"
+" set myhostname or mydomain in /etc/postfix/main.cf\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3142
+msgid ""
+"options description:\n"
+"\n"
+" - Backup system files:\n"
+" \n"
+"\tThis option allows you to backup your /etc directory,\n"
+"\twhich contains all configuration files. Please be\n"
+"\tcareful during the restore step to not overwrite:\n"
+"\t\t/etc/passwd \n"
+"\t\t/etc/group \n"
+"\t\t/etc/fstab\n"
+"\n"
+" - Backup User files: \n"
+"\n"
+"\tThis option allows you select all users that you want \n"
+"\tto backup.\n"
+"\tTo preserve disk space, it is recommended that you \n"
+"\tdo not include web browser's cache.\n"
+"\n"
+" - Backup Other files: \n"
+"\n"
+"\tThis option allows you to add more data to save.\n"
+"\tWith the other backup it's not possible at the \n"
+"\tmoment to select select incremental backup.\t\t\n"
+" \n"
+" - Incremental Backups:\n"
+"\n"
+"\tThe incremental backup is the most powerful \n"
+"\toption for backup. This option allows you \n"
+"\tto backup all your data the first time, and \n"
+"\tonly the changed afterward.\n"
+"\tThen you will be able, during the restore\n"
+"\tstep, to restore your data from a specified\n"
+"\tdate.\n"
+"\tIf you have not selected this option all\n"
+"\told backups are deleted before each backup. \n"
+"\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3181
+msgid ""
+"restore description:\n"
+" \n"
+"Only the most recent date will be used ,because with incremental \n"
+"backups it is necesarry to restore one by one each older backups.\n"
+"\n"
+"So if you don't like to restore an user please unselect all his\n"
+"check box.\n"
+"\n"
+"Otherwise, you are able to select only one of this\n"
+"\n"
+" - Incremental Backups:\n"
+"\n"
+"\tThe incremental backup is the most powerfull \n"
+"\toption to use backup, this option allow you \n"
+"\tto backup all your data the first time, and \n"
+"\tonly the changed after.\n"
+"\tSo you will be able during the restore\n"
+"\tstep, to restore your data from a specified\n"
+"\tdate.\n"
+"\tIf you have not selected this options all\n"
+"\told backups are deleted before each backup. \n"
+"\n"
+"\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3207 ../../standalone/drakbackup_.c:3282
+msgid ""
+" Copyright (C) 2001 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita.fr>"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3209 ../../standalone/drakbackup_.c:3284
+msgid ""
+" This program is free software; you can redistribute it and/or modify\n"
+" it under the terms of the GNU General Public License as published by\n"
+" the Free Software Foundation; either version 2, or (at your option)\n"
+" any later version.\n"
+"\n"
+" This program is distributed in the hope that it will be useful,\n"
+" but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
+" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
+" GNU General Public License for more details.\n"
+"\n"
+" You should have received a copy of the GNU General Public License\n"
+" along with this program; if not, write to the Free Software\n"
+" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3223
+msgid ""
+"Description:\n"
+"\n"
+" Drakbackup is used to backup your system.\n"
+" During the configuration you can select: \n"
+"\t- System files, \n"
+"\t- Users files, \n"
+"\t- Other files.\n"
+"\tor All your system ... and Other (like Windows Partitions)\n"
+"\n"
+" Drakbackup allows you to backup your system on:\n"
+"\t- Harddrive.\n"
+"\t- NFS.\n"
+"\t- CDROM (CDRW), DVDROM (with autoboot, rescue and autoinstall.).\n"
+"\t- FTP.\n"
+"\t- Rsync.\n"
+"\t- Webdav.\n"
+"\t- Tape.\n"
+"\n"
+" Drakbackup allows you to restore your system to\n"
+" a user selected directory.\n"
+"\n"
+" Per default all backup will be stored on your\n"
+" /var/lib/drakbackup directory\n"
+"\n"
+" Configuration file:\n"
+"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
+"\n"
+"\n"
+"Restore Step:\n"
+" \n"
+" During the restore step, DrakBackup will remove \n"
+" your original directory and verify that all \n"
+" backup files are not corrupted. It is recommended \n"
+" you do a last backup before restoring.\n"
+"\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3261
+msgid ""
+"options description:\n"
+"\n"
+"Please be careful when you are using ftp backup, because only \n"
+"backups that are already built are sent to the server.\n"
+"So at the moment, you need to build the backup on your hard \n"
+"drive before sending it to the server.\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3270
+msgid ""
+"\n"
+"Restore Backup Problems:\n"
+"\n"
+"During the restore step, Drakbackup will verify all your\n"
+"backup files before restoring them.\n"
+"Before the restore, Drakbackup will remove \n"
+"your original directory, and you will loose all your \n"
+"data. It is important to be careful and not modify the \n"
+"backup data files by hand.\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3298
+msgid ""
+"Description:\n"
+"\n"
+" Drakbackup is used to backup your system.\n"
+" During the configuration you can select \n"
+"\t- System files, \n"
+"\t- Users files, \n"
+"\t- Other files.\n"
+"\tor All your system ... and Other (like Windows Partitions)\n"
+"\n"
+" Drakbackup allows you to backup your system on:\n"
+"\t- Harddrive.\n"
+"\t- NFS.\n"
+"\t- CDROM (CDRW), DVDROM (with autoboot, rescue and autoinstall.).\n"
+"\t- FTP.\n"
+"\t- Rsync.\n"
+"\t- Webdav.\n"
+"\t- Tape.\n"
+"\n"
+" Drakbackup allows you to restore your system to\n"
+" a user selected directory.\n"
+"\n"
+" Per default all backup will be stored on your\n"
+" /var/lib/drakbackup directory\n"
+"\n"
+" Configuration file:\n"
+"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
+"\n"
+"Restore Step:\n"
+" \n"
+" During the restore step, Drakbackup will remove\n"
+" your original directory and verify that all\n"
+" backup files are not corrupted. It is recommended\n"
+" you do a last backup before restoring.\n"
+" \n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakboot_.c:58
+#, c-format
+msgid "Installation of %s failed. The following error occured:"
+msgstr "%s diegimas nepavyko. vyko tokia klaida:"
+
+#: ../../standalone/drakfont_.c:229
+msgid "Search installed fonts"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:231
+msgid "Unselect fonts installed"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:252
+msgid "parse all fonts"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:253
+#, fuzzy
+msgid "no fonts found"
+msgstr "%s nerastas"
+
+#: ../../standalone/drakfont_.c:261 ../../standalone/drakfont_.c:303
+#: ../../standalone/drakfont_.c:352 ../../standalone/drakfont_.c:410
+#: ../../standalone/drakfont_.c:417 ../../standalone/drakfont_.c:443
+#: ../../standalone/drakfont_.c:455 ../../standalone/drakfont_.c:468
+#, fuzzy
+msgid "done"
+msgstr "Atlikta"
+
+#: ../../standalone/drakfont_.c:265
+msgid "could not find any font in your mounted partitions"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:301
+msgid "Reselect correct fonts"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:304
+msgid "could not find any font.\n"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:327
+msgid "Search fonts in installed list"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:350
+#, fuzzy
+msgid "Fonts copy"
+msgstr "Suymti diskel"
+
+#: ../../standalone/drakfont_.c:353
+#, fuzzy
+msgid "True Type fonts installation"
+msgstr "Ruoiamas diegimas"
+
+#: ../../standalone/drakfont_.c:357
+msgid "please wait during ttmkfdir..."
+msgstr ""
+
+#: ../../standalone/drakfont_.c:359
+msgid "True Type install done"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:366 ../../standalone/drakfont_.c:382
+msgid "Fonts conversion"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:370 ../../standalone/drakfont_.c:386
+#: ../../standalone/drakfont_.c:406
+msgid "type1inst building"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:375 ../../standalone/drakfont_.c:390
+msgid "Ghostscript referencing"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:397
+msgid "ttf fonts conversion"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:401
+msgid "pfm fonts conversion"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:411
+msgid "Suppress temporary Files"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:414
+#, fuzzy
+msgid "Restart XFS"
+msgstr "grieta"
+
+#: ../../standalone/drakfont_.c:453 ../../standalone/drakfont_.c:463
+msgid "Suppress Fonts Files"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:465
+#, fuzzy
+msgid "xfs restart"
+msgstr "grieta"
+
+#: ../../standalone/drakfont_.c:472 ../../standalone/drakfont_.c:760
+msgid ""
+"Before installing any fonts, be sure that you have the right to use and "
+"install them on your system.\n"
+"\n"
+"-You can install the fonts using the normal way. In rare cases, bogus fonts "
+"may hang up your X Server."
+msgstr ""
+
+#: ../../standalone/drakfont_.c:547
+#, fuzzy
+msgid "Fonts Importation"
+msgstr "Suymti skirsnius"
+
+#: ../../standalone/drakfont_.c:562
+msgid "Get Windows Fonts"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:564
+#, fuzzy
+msgid "Uninstall Fonts"
+msgstr "Imetami RPM'ai"
+
+#: ../../standalone/drakfont_.c:568
+#, fuzzy
+msgid "Advanced Options"
+msgstr "LAN Konfiguravimas"
+
+#: ../../standalone/drakfont_.c:570
+#, fuzzy
+msgid "Font List"
+msgstr "Prijungimo vieta"
+
+#: ../../standalone/drakfont_.c:739
+#, fuzzy
+msgid "Choose the applications that will support the fonts :"
+msgstr "Pasirink skirsnius, kuriuos nori suymti"
+
+#: ../../standalone/drakfont_.c:743
+msgid "Ghostscript"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:747
+#, fuzzy
+msgid "StarOffice"
+msgstr "Biuras"
+
+#: ../../standalone/drakfont_.c:751
+#, fuzzy
+msgid "Abiword"
+msgstr "Nutraukti"
+
+#: ../../standalone/drakfont_.c:755
+#, fuzzy
+msgid "Generic Printers"
+msgstr "Spausdintuvas"
+
+#: ../../standalone/drakfont_.c:792
+msgid "Select the font file or directory and click on 'Add'"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:828
+#, fuzzy
+msgid "Install List"
+msgstr "diegti sistem"
+
+#: ../../standalone/drakfont_.c:858
+msgid "click here if you are sure."
+msgstr ""
+
+#: ../../standalone/drakfont_.c:860
+msgid "here if no."
+msgstr ""
+
+#: ../../standalone/drakfont_.c:897
+msgid "Unselected All"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:899
+#, fuzzy
+msgid "Selected All"
+msgstr "Pasirink byl"
+
+#: ../../standalone/drakfont_.c:901
+#, fuzzy
+msgid "Remove List"
+msgstr "Nutols spausdintuvas"
+
+#: ../../standalone/drakfont_.c:919 ../../standalone/drakfont_.c:939
+msgid "Initials tests"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:920
+#, fuzzy
+msgid "Copy fonts on your system"
+msgstr "Tavo sistemoje nerasta jokia tinklo plokt!"
+
+#: ../../standalone/drakfont_.c:921
+msgid "Install & convert Fonts"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:922
+#, fuzzy
+msgid "Post Install"
+msgstr "diegti"
+
+#: ../../standalone/drakfont_.c:940
+#, fuzzy
+msgid "Remove fonts on your system"
+msgstr "Tavo sistemoje nerasta jokia tinklo plokt!"
+
+#: ../../standalone/drakfont_.c:941
+#, fuzzy
+msgid "Post Uninstall"
+msgstr "Ieiti i diegimo"
+
+#: ../../standalone/drakgw_.c:43 ../../standalone/drakgw_.c:200
msgid "Internet Connection Sharing"
msgstr "Interneto jungties dalinimas"
-#: ../../standalone/drakgw_.c:119
+#: ../../standalone/drakgw_.c:138
msgid "Internet Connection Sharing currently enabled"
msgstr "Interneto jungties dalinimas iuo metu jungtas"
-#: ../../standalone/drakgw_.c:120
+#: ../../standalone/drakgw_.c:139
msgid ""
"The setup of Internet connection sharing has already been done.\n"
"It's currently enabled.\n"
@@ -7602,33 +9944,33 @@ msgstr ""
"\n"
"Tai k nortum daryti?"
-#: ../../standalone/drakgw_.c:124
+#: ../../standalone/drakgw_.c:143
msgid "disable"
msgstr "ijungti"
-#: ../../standalone/drakgw_.c:124 ../../standalone/drakgw_.c:149
+#: ../../standalone/drakgw_.c:143 ../../standalone/drakgw_.c:168
msgid "dismiss"
msgstr "nieko"
-#: ../../standalone/drakgw_.c:124 ../../standalone/drakgw_.c:149
+#: ../../standalone/drakgw_.c:143 ../../standalone/drakgw_.c:168
msgid "reconfigure"
msgstr "i naujo nustatyti"
-#: ../../standalone/drakgw_.c:127
+#: ../../standalone/drakgw_.c:146
#, fuzzy
msgid "Disabling servers..."
msgstr "Iekoma ranga..."
-#: ../../standalone/drakgw_.c:135
+#: ../../standalone/drakgw_.c:154
#, fuzzy
msgid "Internet connection sharing is now disabled."
msgstr "Interneto jungties dalinimas iuo metu ijungtas"
-#: ../../standalone/drakgw_.c:144
+#: ../../standalone/drakgw_.c:163
msgid "Internet Connection Sharing currently disabled"
msgstr "Interneto jungties dalinimas iuo metu ijungtas"
-#: ../../standalone/drakgw_.c:145
+#: ../../standalone/drakgw_.c:164
msgid ""
"The setup of Internet connection sharing has already been done.\n"
"It's currently disabled.\n"
@@ -7640,20 +9982,20 @@ msgstr ""
"\n"
"Tai k nortum daryti?"
-#: ../../standalone/drakgw_.c:149
+#: ../../standalone/drakgw_.c:168
msgid "enable"
msgstr "jungti"
-#: ../../standalone/drakgw_.c:156
+#: ../../standalone/drakgw_.c:175
msgid "Enabling servers..."
msgstr ""
-#: ../../standalone/drakgw_.c:161
+#: ../../standalone/drakgw_.c:180
#, fuzzy
msgid "Internet connection sharing is now enabled."
msgstr "Interneto jungties dalinimas iuo metu jungtas"
-#: ../../standalone/drakgw_.c:182
+#: ../../standalone/drakgw_.c:201
#, fuzzy
msgid ""
"You are about to configure your computer to share its Internet connection.\n"
@@ -7671,21 +10013,21 @@ msgstr ""
"\n"
"Ar nortum sutvarkyti interneto jungties dalinim?"
-#: ../../standalone/drakgw_.c:208
+#: ../../standalone/drakgw_.c:227
#, c-format
msgid "Interface %s (using module %s)"
msgstr ""
-#: ../../standalone/drakgw_.c:209
+#: ../../standalone/drakgw_.c:228
#, fuzzy, c-format
msgid "Interface %s"
msgstr "Interfeisas"
-#: ../../standalone/drakgw_.c:217
+#: ../../standalone/drakgw_.c:236
msgid "No network adapter on your system!"
msgstr "Tavo sistemoje nerasta jokia tinklo plokt!"
-#: ../../standalone/drakgw_.c:218
+#: ../../standalone/drakgw_.c:237
msgid ""
"No ethernet network adapter has been detected on your system. Please run the "
"hardware configuration tool."
@@ -7693,11 +10035,11 @@ msgstr ""
"Tavo sistemoje nerasta jokia tinklo plokt. praom paleisti rangos "
"nustatymo rank."
-#: ../../standalone/drakgw_.c:224
+#: ../../standalone/drakgw_.c:243
msgid "Network interface"
msgstr "Tinklo interfeisas"
-#: ../../standalone/drakgw_.c:225
+#: ../../standalone/drakgw_.c:244
#, fuzzy, c-format
msgid ""
"There is only one configured network adapter on your system:\n"
@@ -7712,31 +10054,88 @@ msgstr ""
"\n"
"Ar nortum sutvarkyti savo vietin tinkl iai ploktei?"
-#: ../../standalone/drakgw_.c:234
+#: ../../standalone/drakgw_.c:253
msgid ""
"Please choose what network adapter will be connected to your Local Area "
"Network."
msgstr ""
"Praom pasirinkti, kuri tinklo plokt bus prijungta prie vietinio tinklo."
-#: ../../standalone/drakgw_.c:243
+#: ../../standalone/drakgw_.c:271
#, fuzzy
+msgid "Network interface already configured"
+msgstr "Monitorius nenurodytas"
+
+#: ../../standalone/drakgw_.c:272
+#, c-format
msgid ""
-"Warning, the network adapter is already configured. I will reconfigure it."
+"Warning, the network adapter (%s) is already configured.\n"
+"\n"
+"Do you want an automatic re-configuration?\n"
+"\n"
+"You can do it manually but you need to know what you're doing."
+msgstr ""
+
+#: ../../standalone/drakgw_.c:277
+#, fuzzy
+msgid "Automatic reconfiguration"
+msgstr "diegimo Tipo Konfiguracija"
+
+#: ../../standalone/drakgw_.c:278
+#, fuzzy
+msgid "Show current interface configuration"
+msgstr "Modemo Nustatymai"
+
+#: ../../standalone/drakgw_.c:280
+#, c-format
+msgid ""
+"Current configuration of `%s':\n"
+"\n"
+"Network: %s\n"
+"IP address: %s\n"
+"IP attribution: %s\n"
+"Driver: %s"
+msgstr ""
+
+#: ../../standalone/drakgw_.c:292
+msgid ""
+"I can keep your current configuration and assume you already set up a DHCP "
+"server; in that case please verify I correctly read the C-Class Network that "
+"you use for your local network; I will not reconfigure it and I will not "
+"touch your DHCP server configuration.\n"
+"\n"
+"Else, I can reconfigure your interface and (re)configure a DHCP server for "
+"you.\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakgw_.c:297
+msgid "C-Class Local Network"
+msgstr ""
+
+#: ../../standalone/drakgw_.c:298
+#, fuzzy
+msgid "(This) DHCP Server IP"
+msgstr "CUPS serverio IP"
+
+#: ../../standalone/drakgw_.c:299
+msgid "Re-configure interface and DHCP server"
+msgstr ""
+
+#: ../../standalone/drakgw_.c:306
+msgid "The Local Network did not finish with `.0', bailing out."
msgstr ""
-"spju, i tinklo plokt jau buvo sutvarkyta.\n"
-"Ar nortum nustatyti j i naujo?"
-#: ../../standalone/drakgw_.c:254
+#: ../../standalone/drakgw_.c:317
#, c-format
msgid "Potential LAN address conflict found in current config of %s!\n"
msgstr "Rastas galimas LAN adreso konfliktas esamose %s nuostatose!\n"
-#: ../../standalone/drakgw_.c:262 ../../standalone/drakgw_.c:268
+#: ../../standalone/drakgw_.c:325 ../../standalone/drakgw_.c:331
msgid "Firewalling configuration detected!"
msgstr "Aptikta ugniasiens konfigracija!"
-#: ../../standalone/drakgw_.c:263 ../../standalone/drakgw_.c:269
+#: ../../standalone/drakgw_.c:326 ../../standalone/drakgw_.c:332
msgid ""
"Warning! An existing firewalling configuration has been detected. You may "
"need some manual fix after installation."
@@ -7744,21 +10143,21 @@ msgstr ""
"spjimas! Aptikta ugniasiens konfigracija! Tau gali tekti kai k "
"itaisyti rankomis po diegimo."
-#: ../../standalone/drakgw_.c:277
+#: ../../standalone/drakgw_.c:340
msgid "Configuring..."
msgstr "Konfigruojama..."
-#: ../../standalone/drakgw_.c:278
+#: ../../standalone/drakgw_.c:341
msgid "Configuring scripts, installing software, starting servers..."
msgstr ""
"Konfigruojami skriptai, diegiamos programos, paleidiami serveriai..."
-#: ../../standalone/drakgw_.c:311
+#: ../../standalone/drakgw_.c:378
#, c-format
msgid "Problems installing package %s"
msgstr "Yra problem diegiant paket %s"
-#: ../../standalone/drakgw_.c:600
+#: ../../standalone/drakgw_.c:672
msgid ""
"Everything has been configured.\n"
"You may now share Internet connection with other computers on your Local "
@@ -7768,7 +10167,7 @@ msgstr ""
"Tu gali dabar dalintis interneto jungtimi su kitais kompiuteriais vietiniame "
"tinkle, naudojant automatin tinklo konfigracij (DHCP)."
-#: ../../standalone/drakgw_.c:617
+#: ../../standalone/drakgw_.c:689
#, fuzzy
msgid "The setup has already been done, but it's currently disabled."
msgstr ""
@@ -7777,7 +10176,7 @@ msgstr ""
"\n"
"Tai k nortum daryti?"
-#: ../../standalone/drakgw_.c:618
+#: ../../standalone/drakgw_.c:690
#, fuzzy
msgid "The setup has already been done, and it's currently enabled."
msgstr ""
@@ -7786,17 +10185,17 @@ msgstr ""
"\n"
"Tai k nortum daryti?"
-#: ../../standalone/drakgw_.c:619
+#: ../../standalone/drakgw_.c:691
#, fuzzy
msgid "No Internet Connection Sharing has ever been configured."
msgstr "Interneto jungties dalinimas iuo metu jungtas"
-#: ../../standalone/drakgw_.c:624
+#: ../../standalone/drakgw_.c:696
#, fuzzy
msgid "Internet connection sharing configuration"
msgstr "Interneto jungtis ir nustatymas"
-#: ../../standalone/drakgw_.c:631
+#: ../../standalone/drakgw_.c:703
#, fuzzy, c-format
msgid ""
"Welcome to the Internet Connection Sharing utility!\n"
@@ -7806,314 +10205,338 @@ msgid ""
"Click on Configure to launch the setup wizard."
msgstr "Interneto jungties dalinimas"
-#: ../../standalone/draknet_.c:79
+#: ../../standalone/draknet_.c:80
#, c-format
msgid "Network configuration (%d adapters)"
msgstr "Tinklo konfigravimas (%d adapteris)"
-#: ../../standalone/draknet_.c:86 ../../standalone/draknet_.c:573
+#: ../../standalone/draknet_.c:87 ../../standalone/draknet_.c:595
msgid "Profile: "
msgstr "Profailas: "
-#: ../../standalone/draknet_.c:94
+#: ../../standalone/draknet_.c:95
msgid "Del profile..."
msgstr "Itrinti profail..."
-#: ../../standalone/draknet_.c:100
+#: ../../standalone/draknet_.c:101
msgid "Profile to delete:"
msgstr "Profailas itrynimui:"
-#: ../../standalone/draknet_.c:128
+#: ../../standalone/draknet_.c:129
msgid "New profile..."
msgstr "Naujas profailas..."
-#: ../../standalone/draknet_.c:134
+#: ../../standalone/draknet_.c:135
msgid ""
"Name of the profile to create (the new profile is created as a copy of the "
"current one) :"
msgstr ""
-#: ../../standalone/draknet_.c:160
+#: ../../standalone/draknet_.c:161
msgid "Hostname: "
msgstr "Kompiuterio vardas:"
-#: ../../standalone/draknet_.c:167
+#: ../../standalone/draknet_.c:168
msgid "Internet access"
msgstr "Prijimas prie Interneto"
-#: ../../standalone/draknet_.c:180
+#: ../../standalone/draknet_.c:181
msgid "Type:"
msgstr "Tipas: "
-#: ../../standalone/draknet_.c:183 ../../standalone/draknet_.c:397
+#: ../../standalone/draknet_.c:184 ../../standalone/draknet_.c:376
msgid "Gateway:"
msgstr "liuzas (Gateway):"
-#: ../../standalone/draknet_.c:183 ../../standalone/draknet_.c:397
+#: ../../standalone/draknet_.c:184 ../../standalone/draknet_.c:376
msgid "Interface:"
msgstr "Interfeisas:"
-#: ../../standalone/draknet_.c:192
+#: ../../standalone/draknet_.c:195
msgid "Status:"
msgstr "Bsena:"
-#: ../../standalone/draknet_.c:194 ../../standalone/draknet_.c:410
-#, fuzzy
-msgid "Connected"
-msgstr "Sujungimas..."
-
-#: ../../standalone/draknet_.c:194 ../../standalone/draknet_.c:410
-msgid "Not connected"
-msgstr "Nepajungtas"
-
-#: ../../standalone/draknet_.c:197 ../../standalone/draknet_.c:411
-msgid "Connect..."
-msgstr "Sujungimas..."
-
-#: ../../standalone/draknet_.c:197 ../../standalone/draknet_.c:411
-#, fuzzy
-msgid "Disconnect..."
-msgstr "Sujungimas..."
-
-#: ../../standalone/draknet_.c:215
-#, fuzzy
-msgid "Starting your connection..."
-msgstr "Ibandoma jungtis..."
-
-#: ../../standalone/draknet_.c:223
-#, fuzzy
-msgid "Closing your connection..."
-msgstr "Ibandoma jungtis..."
-
-#: ../../standalone/draknet_.c:228
-msgid ""
-"The connection is not closed.\n"
-"Try to do it manually by running\n"
-"/etc/sysconfig/network-scripts/net_cnx_down\n"
-"in root."
+#: ../../standalone/draknet_.c:202
+msgid "Wait please"
msgstr ""
-#: ../../standalone/draknet_.c:231
-#, fuzzy
-msgid "The system is now disconnected."
-msgstr "Sistema dabar prijungta prie interneto."
-
-#: ../../standalone/draknet_.c:243
+#: ../../standalone/draknet_.c:220
msgid "Configure Internet Access..."
msgstr "Nustatyti Prijim prie Internet..."
-#: ../../standalone/draknet_.c:250 ../../standalone/draknet_.c:446
+#: ../../standalone/draknet_.c:227 ../../standalone/draknet_.c:449
msgid "LAN configuration"
msgstr "LAN konfiguravimas"
-#: ../../standalone/draknet_.c:255
+#: ../../standalone/draknet_.c:232
msgid "Driver"
msgstr "Tvarkykl"
-#: ../../standalone/draknet_.c:255
+#: ../../standalone/draknet_.c:232
msgid "Interface"
msgstr "Interfeisas"
-#: ../../standalone/draknet_.c:255
+#: ../../standalone/draknet_.c:232
#, fuzzy
msgid "Protocol"
msgstr "Protokolas"
-#: ../../standalone/draknet_.c:255
+#: ../../standalone/draknet_.c:232
#, fuzzy
msgid "State"
msgstr "Bsena:"
-#: ../../standalone/draknet_.c:267
+#: ../../standalone/draknet_.c:244
msgid "Configure Local Area Network..."
msgstr "Nustatyti Vietin Tinkl..."
-#: ../../standalone/draknet_.c:279
+#: ../../standalone/draknet_.c:256
msgid "Click here to launch the wizard ->"
msgstr ""
-#: ../../standalone/draknet_.c:306
+#: ../../standalone/draknet_.c:257
+msgid "Wizard..."
+msgstr "Meistras..."
+
+#: ../../standalone/draknet_.c:283
msgid "Apply"
msgstr ""
-#: ../../standalone/draknet_.c:325
+#: ../../standalone/draknet_.c:302
#, fuzzy
msgid "Please Wait... Applying the configuration"
msgstr "Nustatym tikrinimas"
-#: ../../standalone/draknet_.c:428
+#: ../../standalone/draknet_.c:384 ../../standalone/draknet_.c:407
+#, fuzzy
+msgid "Connected"
+msgstr "Sujungimas..."
+
+#: ../../standalone/draknet_.c:384 ../../standalone/draknet_.c:407
+msgid "Not connected"
+msgstr "Nepajungtas"
+
+#: ../../standalone/draknet_.c:385 ../../standalone/draknet_.c:408
+msgid "Connect..."
+msgstr "Sujungimas..."
+
+#: ../../standalone/draknet_.c:385 ../../standalone/draknet_.c:408
+#, fuzzy
+msgid "Disconnect..."
+msgstr "Sujungimas..."
+
+#: ../../standalone/draknet_.c:404
+msgid ""
+"Warning, another Internet connection has been detected, maybe using your "
+"network"
+msgstr ""
+
+#: ../../standalone/draknet_.c:431
msgid ""
"You don't have any configured interface.\n"
"Configure them first by clicking on 'Configure'"
msgstr ""
-#: ../../standalone/draknet_.c:450
+#: ../../standalone/draknet_.c:453
msgid "LAN Configuration"
msgstr "LAN Konfiguravimas"
-#: ../../standalone/draknet_.c:457
+#: ../../standalone/draknet_.c:464
#, c-format
msgid "Adapter %s: %s"
msgstr "Adapteris %s: %s"
-#: ../../standalone/draknet_.c:463
+#: ../../standalone/draknet_.c:470
msgid "Boot Protocol"
msgstr "krovos Protokolas"
-#: ../../standalone/draknet_.c:464
+#: ../../standalone/draknet_.c:471
msgid "Started on boot"
msgstr "Startavo krovos metu"
-#: ../../standalone/draknet_.c:465
+#: ../../standalone/draknet_.c:472
msgid "DHCP client"
msgstr "DHCP klientas"
-#: ../../standalone/draknet_.c:489 ../../standalone/draknet_.c:491
+#: ../../standalone/draknet_.c:497 ../../standalone/draknet_.c:500
#, fuzzy
msgid "activate now"
msgstr "Aktyvus"
-#: ../../standalone/draknet_.c:489 ../../standalone/draknet_.c:491
+#: ../../standalone/draknet_.c:497 ../../standalone/draknet_.c:500
#, fuzzy
-msgid "desactivate now"
+msgid "deactivate now"
msgstr "Aktyvus"
-#: ../../standalone/draknet_.c:538
+#: ../../standalone/draknet_.c:503
+msgid ""
+"This interface has not been configured yet.\n"
+"Launch the configuration wizard in the main window"
+msgstr ""
+
+#: ../../standalone/draknet_.c:560
msgid ""
"You don't have any internet connection.\n"
"Create one first by clicking on 'Configure'"
msgstr ""
-#: ../../standalone/draknet_.c:562
+#: ../../standalone/draknet_.c:584
msgid "Internet connection configuration"
msgstr "Interneto jungties konfiguravimas"
-#: ../../standalone/draknet_.c:566
+#: ../../standalone/draknet_.c:588
msgid "Internet Connection Configuration"
msgstr "Interneto Jungties Konfiguravimas"
-#: ../../standalone/draknet_.c:575
+#: ../../standalone/draknet_.c:597
msgid "Connection type: "
msgstr "Jungties tipas: "
-#: ../../standalone/draknet_.c:581
+#: ../../standalone/draknet_.c:603
msgid "Parameters"
msgstr "Parametrai"
-#: ../../standalone/draknet_.c:608
+#: ../../standalone/draknet_.c:621
+msgid "Gateway"
+msgstr "liuzas (Gateway)"
+
+#: ../../standalone/draknet_.c:630
msgid "Ethernet Card"
msgstr "Ethernet Korta"
-#: ../../standalone/draknet_.c:609
+#: ../../standalone/draknet_.c:631
msgid "DHCP Client"
msgstr "DHCP klientas"
-#: ../../standalone/draksec_.c:21
-msgid "Welcome To Crackers"
-msgstr "Sveiki atvyk cracker'i al"
+#: ../../standalone/draksec_.c:31
+msgid "Setting security level"
+msgstr "Nustatomas saugumo lygis"
-#: ../../standalone/draksec_.c:22
-msgid "Poor"
-msgstr "Menkas"
+#: ../../standalone/drakxconf_.c:47
+#, fuzzy
+msgid "Control Center"
+msgstr "Prisijungti prie interneto"
-#: ../../standalone/draksec_.c:26
-msgid "Paranoid"
-msgstr "Paranojikas"
+#: ../../standalone/drakxconf_.c:48
+msgid "Choose the tool you want to use"
+msgstr "Pasirink kur rank nortum naudoti"
-#: ../../standalone/draksec_.c:29
-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."
+#: ../../standalone/drakxtv_.c:48
+#, fuzzy
+msgid "Canada (cable)"
+msgstr "Kanadiei (Kvebeko)"
+
+#: ../../standalone/drakxtv_.c:48
+msgid "USA (bcast)"
msgstr ""
-"iame lygyje reikia elgtis atsargiai. Tai leidia lengviau naudoti sistem,\n"
-"bet labai jautriai: ji turt nebti naudojama kompiuteriuose,\n"
-"sujungtais su kitais arba prie Interneto. ia nra slaptaodi."
-#: ../../standalone/draksec_.c:32
-msgid ""
-"Password are now enabled, but use as a networked computer is still not "
-"recommended."
+#: ../../standalone/drakxtv_.c:48
+msgid "USA (cable)"
msgstr ""
-"Dabar slaptaodiai yra jungti bet naudoti kaip tinklin kompiuter dar "
-"nerekomenduojama."
-#: ../../standalone/draksec_.c:33
-msgid ""
-"Few improvements for this security level, the main one is that there are\n"
-"more security warnings and checks."
-msgstr "iame saugumo lygyje yra daugiau perspjim ir saugumo patikrinim."
+#: ../../standalone/drakxtv_.c:48
+msgid "USA (cable-hrc)"
+msgstr ""
-#: ../../standalone/draksec_.c:35
-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. "
+#: ../../standalone/drakxtv_.c:49
+msgid "China (bcast)"
msgstr ""
-"is saugumo lygis yra standartinis, rekomenduojamas kompiuteriui, kuris\n"
-"naudojamas prisijungti prie interneto kaip klientas. Nra joki saugumo "
-"tikrinim."
-#: ../../standalone/draksec_.c:37
-msgid ""
-"With this security level, the use of this system as a server becomes "
-"possible.\n"
-"The security is now high enough to use the system as a server which accept\n"
-"connections from many clients. "
+#: ../../standalone/drakxtv_.c:49
+msgid "Japan (bcast)"
msgstr ""
-"Su iuo saugumo lygiu sistem jau galima naudoti kaip server. Saugumas\n"
-"yra pakankamai auktas, kad sistem bt galima naudoti serveriui, kuris "
-"priima\n"
-"prisijungimus i daugybs klient."
-#: ../../standalone/draksec_.c:40
-msgid ""
-"We take level 4 features, but now the system is entirely closed.\n"
-"Security features are at their maximum."
+#: ../../standalone/drakxtv_.c:49
+msgid "Japan (cable)"
msgstr ""
-"Dabar naudojami 4 lygio privalumai,bet sistema yra visikai udaryta.\n"
-"Saugumo savybs yra maksimalios."
-#: ../../standalone/draksec_.c:65
+#: ../../standalone/drakxtv_.c:50
#, fuzzy
-msgid "Security level"
-msgstr "Nustatomas saugumo lygis"
+msgid "East Europe"
+msgstr "Europa"
-#: ../../standalone/draksec_.c:67
+#: ../../standalone/drakxtv_.c:50
#, fuzzy
-msgid "Use libsafe for servers"
-msgstr "Pasirink serverio nuostatas"
+msgid "Ireland"
+msgstr "Island"
-#: ../../standalone/draksec_.c:68
+#: ../../standalone/drakxtv_.c:50
+#, fuzzy
+msgid "West Europe"
+msgstr "Europa"
+
+#: ../../standalone/drakxtv_.c:51
+#, fuzzy
+msgid "Australia"
+msgstr "nuoseklioji"
+
+#: ../../standalone/drakxtv_.c:51
+msgid "Newzealand"
+msgstr ""
+
+#: ../../standalone/drakxtv_.c:52
+msgid "South Africa"
+msgstr ""
+
+#: ../../standalone/drakxtv_.c:53
+msgid "Argentina"
+msgstr ""
+
+#: ../../standalone/drakxtv_.c:58
msgid ""
-"A library which defends against buffer overflow and format string attacks."
+"Please,\n"
+"type in your tv norm and country"
msgstr ""
-#: ../../standalone/draksec_.c:72
-msgid "Setting security level"
-msgstr "Nustatomas saugumo lygis"
+#: ../../standalone/drakxtv_.c:60
+msgid "TV norm :"
+msgstr ""
-#: ../../standalone/drakxconf_.c:47
-#, fuzzy
-msgid "Control Center"
-msgstr "Prisijungti prie interneto"
+#: ../../standalone/drakxtv_.c:61
+msgid "Area :"
+msgstr ""
-#: ../../standalone/drakxconf_.c:48
-msgid "Choose the tool you want to use"
-msgstr "Pasirink kur rank nortum naudoti"
+#: ../../standalone/drakxtv_.c:65
+msgid "Scanning for TV channels in progress ..."
+msgstr ""
+
+#: ../../standalone/drakxtv_.c:72
+msgid "Scanning for TV channels"
+msgstr ""
+
+#: ../../standalone/drakxtv_.c:83
+msgid "No TV Card detected!"
+msgstr ""
+
+#: ../../standalone/drakxtv_.c:84
+msgid ""
+"No TV Card has been detected on your machine. Please verify that a Linux-"
+"supported Video/TV Card is correctly plugged in.\n"
+"\n"
+"\n"
+"You can visit our hardware database at:\n"
+"\n"
+"\n"
+"http://www.linux-mandrake.com/en/hardware.php3"
+msgstr ""
#: ../../standalone/keyboarddrake_.c:16
msgid "usage: keyboarddrake [--expert] [keyboard]\n"
msgstr "vartosena: keyboarddrake [--expert] [klaviatra]\n"
+#: ../../standalone/keyboarddrake_.c:29
+msgid "Please, choose your keyboard layout."
+msgstr "Praom pasirinkti klaviatros idstym."
+
#: ../../standalone/keyboarddrake_.c:36
msgid "Do you want the BackSpace to return Delete in console?"
msgstr "Ar tu nori, kad BackSpace rayt Delete konsolje?"
-#: ../../standalone/livedrake_.c:23
+#: ../../standalone/livedrake_.c:24
msgid "Change Cd-Rom"
msgstr "Pakeisk CD-ROM"
-#: ../../standalone/livedrake_.c:24
+#: ../../standalone/livedrake_.c:25
msgid ""
"Please insert the Installation Cd-Rom in your drive and press Ok when done.\n"
"If you don't have it, press Cancel to avoid live upgrade."
@@ -8122,29 +10545,268 @@ msgstr ""
"baigta.\n"
"Jei tu jo neturi, paspausk mygtuk nutraukti, kad ivengtum atnaujinimo."
-#: ../../standalone/livedrake_.c:34
+#: ../../standalone/livedrake_.c:35
msgid "Unable to start live upgrade !!!\n"
msgstr "nepavyko paleisti gyvo atnaujinimo!!!\n"
-#: ../../standalone/mousedrake_.c:58
+#: ../../standalone/localedrake_.c:32
+msgid "The change is done, but to be effective you must logout"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:85 ../../standalone/logdrake_.c:501
+#, fuzzy
+msgid "logdrake"
+msgstr "draknet"
+
+#: ../../standalone/logdrake_.c:95
+msgid "Show only for the selected day"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:102
+msgid "/File/_New"
+msgstr "/Byla/_Nauja"
+
+#: ../../standalone/logdrake_.c:102
+msgid "<control>N"
+msgstr "<control>N"
+
+#: ../../standalone/logdrake_.c:103
+msgid "/File/_Open"
+msgstr "/Byla/Atidaryti"
+
+#: ../../standalone/logdrake_.c:103
+msgid "<control>O"
+msgstr "<control>O"
+
+#: ../../standalone/logdrake_.c:104
+msgid "/File/_Save"
+msgstr "/Byla/Urayti"
+
+#: ../../standalone/logdrake_.c:104
+msgid "<control>S"
+msgstr "<control>S"
+
+#: ../../standalone/logdrake_.c:105
+msgid "/File/Save _As"
+msgstr "/Byla/Urayti Kaip"
+
+#: ../../standalone/logdrake_.c:106
+msgid "/File/-"
+msgstr "/Byla/-"
+
+#: ../../standalone/logdrake_.c:108
+msgid "/_Options"
+msgstr "/Pasirinktys"
+
+#: ../../standalone/logdrake_.c:109
+msgid "/Options/Test"
+msgstr "/Pasirinkys/Bandymas"
+
+#: ../../standalone/logdrake_.c:110
+msgid "/_Help"
+msgstr "/_Pagalba"
+
+#: ../../standalone/logdrake_.c:111
+msgid "/Help/_About..."
+msgstr "/Pagalba/_Apie..."
+
+#: ../../standalone/logdrake_.c:118
+msgid "-misc-fixed-medium-r-*-*-*-100-*-*-*-*-*-*,*"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:119
+msgid "-misc-fixed-bold-r-*-*-*-100-*-*-*-*-*-*,*"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:173
+#, fuzzy
+msgid "User"
+msgstr "Vartotojo vardas"
+
+#: ../../standalone/logdrake_.c:174
+#, fuzzy
+msgid "Messages"
+msgstr "Patikrinti prievadus"
+
+#: ../../standalone/logdrake_.c:175
+msgid "Syslog"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:176
+msgid "Mandrake Tools Explanations"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:179
+msgid "search"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:185
+msgid "A tool to monitor your logs"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:186
+msgid "Settings"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:191
+#, fuzzy
+msgid "matching"
+msgstr "Kompiuteris: "
+
+#: ../../standalone/logdrake_.c:192
+#, fuzzy
+msgid "but not matching"
+msgstr "Kompiuteris: "
+
+#: ../../standalone/logdrake_.c:196
+msgid "Choose file"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:201
+msgid "Calendar"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:211
+msgid "Content of the file"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:215 ../../standalone/logdrake_.c:390
+msgid "Mail/SMS alert"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:268
+#, c-format
+msgid "please wait, parsing file: %s"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:405
+#, fuzzy
+msgid "Mail/SMS alert configuration"
+msgstr "LAN konfiguravimas"
+
+#: ../../standalone/logdrake_.c:406
+msgid ""
+"Welcome to the mail/SMS configuration utility.\n"
+"\n"
+"Here, you'll be able to set up the alert system.\n"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:414
+msgid "proftpd"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:417
+#, fuzzy
+msgid "sshd"
+msgstr "elinis"
+
+#: ../../standalone/logdrake_.c:418
+msgid "webmin"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:419
+#, fuzzy
+msgid "xinetd"
+msgstr "Ext2"
+
+#: ../../standalone/logdrake_.c:422
+#, fuzzy
+msgid "service setting"
+msgstr "domu"
+
+#: ../../standalone/logdrake_.c:423
+msgid ""
+"You will receive an alert if one of the selected service is no more running"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:433
+#, fuzzy
+msgid "load setting"
+msgstr "suymimas"
+
+#: ../../standalone/logdrake_.c:434
+msgid "You will receive an alert if the load is higher than this value"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:447
+#, fuzzy
+msgid "alert configuration"
+msgstr "Nustatymai"
+
+#: ../../standalone/logdrake_.c:448
+msgid "Configure the way the system will alert you"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:478
+msgid "Save as.."
+msgstr "Urayti Kaip..."
+
+#: ../../standalone/mousedrake_.c:49
+msgid "Please, choose the type of your mouse."
+msgstr "Praom pasirinkti savo pels r."
+
+#: ../../standalone/mousedrake_.c:59
msgid "no serial_usb found\n"
msgstr "serial_usb nerasta\n"
-#: ../../standalone/mousedrake_.c:62
+#: ../../standalone/mousedrake_.c:63
msgid "Emulate third button?"
msgstr "Ar emuliuoti trei klavi?"
-#: ../../standalone/tinyfirewall_.c:29
+#: ../../standalone/scannerdrake_.c:53
+#, c-format
+msgid "%s found on %s, configure it ?"
+msgstr ""
+
+#: ../../standalone/scannerdrake_.c:60
+#, fuzzy
+msgid "Select a scanner"
+msgstr "Pasirink vaizdo plokt"
+
+#: ../../standalone/scannerdrake_.c:80
+#, c-format
+msgid "This %s scanner is unsupported"
+msgstr ""
+
+#: ../../standalone/scannerdrake_.c:94
+#, c-format
+msgid ""
+"Scannerdrake was not able to detect your %s scanner.\n"
+"Please select the device where your scanner is plugged"
+msgstr ""
+
+#: ../../standalone/scannerdrake_.c:96
+#, fuzzy
+msgid "choose device"
+msgstr "krovos renginys"
+
+#: ../../standalone/scannerdrake_.c:102
+#, c-format
+msgid ""
+"This %s scanner must be configured by printerdrake.\n"
+"You can launch printerdrake from the Mandrake Control Center in Hardware "
+"section."
+msgstr ""
+
+#: ../../standalone/scannerdrake_.c:107
+#, c-format
+msgid ""
+"Your %s scanner has been configured.\n"
+"You may now scan documents using ``XSane'' from Multimedia/Graphics in the "
+"applications menu."
+msgstr ""
+
+#: ../../standalone/tinyfirewall_.c:31
#, fuzzy
msgid "Firewalling Configuration"
msgstr "Aptikta ugniasiens konfigracija!"
-#: ../../standalone/tinyfirewall_.c:42
+#: ../../standalone/tinyfirewall_.c:44
#, fuzzy
msgid "Firewalling configuration"
msgstr "Aptikta ugniasiens konfigracija!"
-#: ../../standalone/tinyfirewall_.c:77
+#: ../../standalone/tinyfirewall_.c:79
msgid ""
"Firewalling\n"
"\n"
@@ -8152,7 +10814,7 @@ msgid ""
"Click on Configure to change or remove the firewall"
msgstr ""
-#: ../../standalone/tinyfirewall_.c:81
+#: ../../standalone/tinyfirewall_.c:83
msgid ""
"Firewalling\n"
"\n"
@@ -8212,19 +10874,24 @@ msgstr "Nustatyti tinkl"
msgid "Configure services"
msgstr "Nustatyti servisus"
-#: ../../steps.pm_.c:30
-msgid "Create a bootdisk"
-msgstr "Sukurti krovos diskel"
-
-#: ../../steps.pm_.c:32
+#: ../../steps.pm_.c:29
msgid "Install bootloader"
msgstr "diegti krovos tvarkykl"
+#: ../../steps.pm_.c:31
+msgid "Create a bootdisk"
+msgstr "Sukurti krovos diskel"
+
#: ../../steps.pm_.c:33
msgid "Configure X"
msgstr "Nustatyti X"
#: ../../steps.pm_.c:34
+#, fuzzy
+msgid "Install system updates"
+msgstr "diegti sistem"
+
+#: ../../steps.pm_.c:35
msgid "Exit install"
msgstr "Ieiti i diegimo"
@@ -8340,6 +11007,56 @@ msgstr "Adapteris %s: %s"
msgid "Can't open %s for writing: %s\n"
msgstr "Klaida atidarant %s raymui: %s"
+#: ../../tinyfirewall.pm_.c:180
+msgid "No I don't need DHCP"
+msgstr ""
+
+#: ../../tinyfirewall.pm_.c:180
+msgid "Yes I need DHCP"
+msgstr ""
+
+#: ../../tinyfirewall.pm_.c:181
+msgid "No I don't need NTP"
+msgstr ""
+
+#: ../../tinyfirewall.pm_.c:181
+msgid "Yes I need NTP"
+msgstr ""
+
+#: ../../tinyfirewall.pm_.c:182 ../../tinyfirewall.pm_.c:186
+msgid "Don't Save"
+msgstr ""
+
+#: ../../tinyfirewall.pm_.c:182 ../../tinyfirewall.pm_.c:186
+#: ../../tinyfirewall.pm_.c:206
+msgid "Save & Quit"
+msgstr ""
+
+#: ../../tinyfirewall.pm_.c:197 ../../tinyfirewall.pm_.c:201
+#, fuzzy
+msgid "Firewall Configuration Wizard"
+msgstr "Tinklo Konfigravimo Meistras"
+
+#: ../../tinyfirewall.pm_.c:199
+msgid "No (firewall this off from the internet)"
+msgstr ""
+
+#: ../../tinyfirewall.pm_.c:200
+msgid "Yes (allow this through the firewall)"
+msgstr ""
+
+#: ../../tinyfirewall.pm_.c:232
+#, fuzzy
+msgid "Please Wait... Verifying installed packages"
+msgstr "Praome palaukti. Ruoiamas diegimas"
+
+#: ../../tinyfirewall.pm_.c:238
+#, c-format
+msgid ""
+"Failure installing the needed packages : %s and Bastille.\n"
+" Try to install them manually."
+msgstr ""
+
#: ../../share/compssUsers:999
msgid "Web/FTP"
msgstr "Serveris, Tinklapi/FTP"
@@ -8475,11 +11192,6 @@ msgid "Graphical Environment"
msgstr ""
#: ../../share/compssUsers:999
-#, fuzzy
-msgid "Development"
-msgstr "Krimo, Tinklapi"
-
-#: ../../share/compssUsers:999
msgid "Apache, Pro-ftpd"
msgstr ""
@@ -8492,6 +11204,11 @@ msgid "Office Workstation"
msgstr "Biuro darbo stotis"
#: ../../share/compssUsers:999
+#, fuzzy
+msgid "Server"
+msgstr "serveris"
+
+#: ../../share/compssUsers:999
msgid "Gnome, Icewm, Window Maker, Enlightenment, Fvwm, etc"
msgstr "Gnome, Icewm, Window Maker, Enlightenment, Fvwm ir Pan."
@@ -8583,10 +11300,6 @@ msgid "Programs to manage your finance, such as gnucash"
msgstr "Programos, skirtos tvarkyti tavo finansus, pvz. gnucash"
#: ../../share/compssUsers:999
-msgid "Games"
-msgstr "aidimai"
-
-#: ../../share/compssUsers:999
msgid "Personal Information Management"
msgstr "Asmenins informacijos tvarkykl (PIM)"
@@ -8598,6 +11311,243 @@ msgstr "Multimedija - CD kepimas"
msgid "Scientific Workstation"
msgstr "Mokslins darbo stotis"
+#, fuzzy
+#~ msgid "About"
+#~ msgstr "Nutraukti"
+
+#~ msgid "$f-$g %s)"
+#~ msgstr "$f-$g %s)"
+
+#~ msgid "None"
+#~ msgstr "Jokia"
+
+#, fuzzy
+#~ msgid "Choose a default printer!"
+#~ msgstr "Pasirink prast vartotoj:"
+
+#, fuzzy
+#~ msgid "Apply/Re-read printers"
+#~ msgstr "Nutols spausdintuvas"
+
+#~ msgid "You may now provide its options to module %s."
+#~ msgstr "Dabar tu gali nurodyti parinktis moduliui %s."
+
+#~ msgid "Low"
+#~ msgstr "emas"
+
+#~ msgid "Medium"
+#~ msgstr "Vidutinis"
+
+#~ msgid ""
+#~ "Few improvements for this security level, the main one is that there are\n"
+#~ "more security warnings and checks."
+#~ msgstr "iame saugumo lygyje yra daugiau perspjim ir saugumo patikrinim."
+
+#~ msgid "mount failed"
+#~ msgstr "primontuoti nepavyko"
+
+#, fuzzy
+#~ msgid "Art and Multimedia"
+#~ msgstr "Multimedija"
+
+#, fuzzy
+#~ msgid "Export"
+#~ msgstr "Eksperto"
+
+#~ msgid ""
+#~ "GNU/Linux manages time in GMT (Greenwich Mean Time) and translates it in\n"
+#~ "local time according to the time zone you selected."
+#~ msgstr ""
+#~ "GNU/Linux tvarko laik pagal GMT (Greenwich Mean Time),\n"
+#~ "ir paveria j vietin laik pagal tavo pasirinkt laiko juost."
+
+#~ msgid "Connect to Internet"
+#~ msgstr "Prisijungti prie interneto"
+
+#~ msgid "Disconnect from Internet"
+#~ msgstr "Atsijungti nuo interneto"
+
+#~ msgid "Configure network connection (LAN or Internet)"
+#~ msgstr "Nustatyti tinklo jungt (LAN arba interneto)"
+
+#, fuzzy
+#~ msgid "Detected %s, do you want to set it up?"
+#~ msgstr " kur disk tu nori j perkelti?"
+
+#, fuzzy
+#~ msgid "Please choose the printer you want to set up."
+#~ msgstr "Pasirink paketus, kuriuos tu nori diegti."
+
+#, fuzzy
+#~ msgid "Infos"
+#~ msgstr "Info"
+
+#, fuzzy
+#~ msgid "Windows Importation"
+#~ msgstr "Gnome darbo stotis"
+
+#, fuzzy
+#~ msgid "user"
+#~ msgstr "Vartotojas: "
+
+#, fuzzy
+#~ msgid ""
+#~ "Please choose the desired printer/printer port.\n"
+#~ "\n"
+#~ msgstr "Praom pasirinkti savo pels r."
+
+#, fuzzy
+#~ msgid "\\@quit"
+#~ msgstr "Ieiti"
+
+#, fuzzy
+#~ msgid "Removable media"
+#~ msgstr "Iimam laikmen automatinis montavimas"
+
+#~ msgid "Active"
+#~ msgstr "Aktyvus"
+
+#, fuzzy
+#~ msgid "No X"
+#~ msgstr "Ne"
+
+#~ msgid "A printer, model \"%s\", has been detected on "
+#~ msgstr "\"%s\" modelio spausdintuvas buvo aptiktas prie "
+
+#~ msgid "Local Printer Device"
+#~ msgstr "Vietinio spausdintuvo jungtis"
+
+#~ msgid "Printer Device"
+#~ msgstr "Spausdintuvo renginys"
+
+#, fuzzy
+#~ msgid "Printer(s) on remote CUPS server(s)"
+#~ msgstr "Nutols CUPS serveris"
+
+#, fuzzy
+#~ msgid "Printer(s) on remote server(s)"
+#~ msgstr "Nutols CUPS serveris"
+
+#, fuzzy
+#~ msgid " Linux "
+#~ msgstr "Linux"
+
+#, fuzzy
+#~ msgid " System "
+#~ msgstr "Sistemos reimas"
+
+#, fuzzy
+#~ msgid " Other "
+#~ msgstr "Kitas"
+
+#, fuzzy
+#~ msgid "please choose your CD space"
+#~ msgstr "Praom pasirinkti klaviatros idstym."
+
+#, fuzzy
+#~ msgid " Please check if you are using CDRW media"
+#~ msgstr "Praom spragtelti ant skirsnio"
+
+#, fuzzy
+#~ msgid " Tape "
+#~ msgstr "Tipas: "
+
+#, fuzzy
+#~ msgid " Use .backupignore files"
+#~ msgstr "Bloga atsargin byla"
+
+#, fuzzy
+#~ msgid "Configure it"
+#~ msgstr "Nustatyti X"
+
+#, fuzzy
+#~ msgid "on Tape Device"
+#~ msgstr "Spausdintuvo renginys"
+
+#, fuzzy
+#~ msgid " Cancel "
+#~ msgstr "Nutraukti"
+
+#, fuzzy
+#~ msgid " Ok "
+#~ msgstr "Gerai"
+
+#, fuzzy
+#~ msgid "close"
+#~ msgstr "Pel"
+
+#, fuzzy
+#~ msgid "toto"
+#~ msgstr "toot"
+
+#, fuzzy
+#~ msgid "Starting your connection..."
+#~ msgstr "Ibandoma jungtis..."
+
+#, fuzzy
+#~ msgid "Closing your connection..."
+#~ msgstr "Ibandoma jungtis..."
+
+#, fuzzy
+#~ msgid "The system is now disconnected."
+#~ msgstr "Sistema dabar prijungta prie interneto."
+
+#~ msgid "Choose the size you want to install"
+#~ msgstr "Pasirink dyd, kiek nori visko diegti"
+
+#~ msgid "Total size: "
+#~ msgstr "Bendras dydis: "
+
+#~ msgid "Please wait, "
+#~ msgstr "Praom palaukti, "
+
+#~ msgid "Total time "
+#~ msgstr "Bendra trukm "
+
+#~ msgid "Use existing configuration for X11?"
+#~ msgstr "Naudoti esamus X11 nustatymus?"
+
+#~ msgid ""
+#~ "What device is your printer connected to \n"
+#~ "(note that /dev/lp0 is equivalent to LPT1:)?\n"
+#~ msgstr ""
+#~ "Prie kurio renginio yra prijungtas tavo spausdintuvas\n"
+#~ "(atmink, kad /dev/lp0 yra LPT1 ekvivalentas)?\n"
+
+#~ msgid "$_"
+#~ msgstr "$_"
+
+#, fuzzy
+#~ msgid ""
+#~ "Warning, the network adapter is already configured. I will reconfigure it."
+#~ msgstr ""
+#~ "spju, i tinklo plokt jau buvo sutvarkyta.\n"
+#~ "Ar nortum nustatyti j i naujo?"
+
+#~ msgid "New"
+#~ msgstr "Naujas"
+
+#, fuzzy
+#~ msgid "Remote"
+#~ msgstr "Imesti"
+
+#, fuzzy
+#~ msgid ""
+#~ "Please click on a button above\n"
+#~ "\n"
+#~ "Or use \"New\""
+#~ msgstr "Praom spragtelti ant skirsnio"
+
+#~ msgid "Ambiguity (%s), be more precise\n"
+#~ msgstr "Dviprasmikumas (%s), bk tikslesnis\n"
+
+#~ msgid " ? (default %s) "
+#~ msgstr " ? (pagal nutyljim %s) "
+
+#~ msgid "Your choice? (default %s enter `none' for none) "
+#~ msgstr ""
+#~ "Tavo pasirinkimas? (pagal nutyljim %s, vesk `none' jei nieko nenori) "
+
#~ msgid "can not open /etc/sysconfig/autologin for reading: %s"
#~ msgstr "negaliu atidaryti /etc/sysconfig/autologin skaitymui: %s"
@@ -8628,14 +11578,6 @@ msgstr "Mokslins darbo stotis"
#~ "SCSI diskas)."
#, fuzzy
-#~ msgid ""
-#~ "The following printers are configured.\n"
-#~ "You can add some more or modify the existing ones."
-#~ msgstr ""
-#~ "ia yra ios spausdinimo eils.\n"
-#~ "Tu gali ia pridti daugiau arba pakeisti esamas."
-
-#, fuzzy
#~ msgid "Connection timeout (in sec) [ beta, not yet implemented ]"
#~ msgstr "Jungties tipas: "
@@ -8850,7 +11792,7 @@ msgstr "Mokslins darbo stotis"
#~ "\"Disable networking\".\n"
#~ "\n"
#~ "\n"
-#~ "If you wish to configure the network later after installation or if you "
+#~ "If you wish to configure the network later after installation, or if you "
#~ "have\n"
#~ "finished to configure your network connection, choose \"Done\"."
#~ msgstr ""
@@ -9537,15 +12479,6 @@ msgstr "Mokslins darbo stotis"
#~ msgid "Write /etc/fstab"
#~ msgstr "rayti /etc/fstab"
-#~ msgid "Restore from file"
-#~ msgstr "Atstatyti i bylos"
-
-#~ msgid "Save in file"
-#~ msgstr "Isaugoti byl"
-
-#~ msgid "Restore from floppy"
-#~ msgstr "Atstatyti i diskelio"
-
#~ msgid "Format all"
#~ msgstr "Suymti visus skirsnius"
@@ -9593,10 +12526,6 @@ msgstr "Mokslins darbo stotis"
#~ msgstr "Spausdintuvo nra"
#, fuzzy
-#~ msgid "start it"
-#~ msgstr "grieta"
-
-#, fuzzy
#~ msgid "Network Monitoring"
#~ msgstr "Tinklo konfigravimas"
@@ -9628,70 +12557,16 @@ msgstr "Mokslins darbo stotis"
#~ msgstr "Jungties pavadinimas"
#, fuzzy
-#~ msgid "Color configuration"
-#~ msgstr "Nustatymai"
-
-#, fuzzy
#~ msgid "average"
#~ msgstr "ikraipymai"
#, fuzzy
-#~ msgid "Connect"
-#~ msgstr "Sujungimas..."
-
-#, fuzzy
-#~ msgid "Disconnect"
-#~ msgstr "Sujungimas..."
-
-#~ msgid "/File/_New"
-#~ msgstr "/Byla/_Nauja"
-
-#~ msgid "<control>N"
-#~ msgstr "<control>N"
-
-#~ msgid "/File/_Open"
-#~ msgstr "/Byla/Atidaryti"
-
-#~ msgid "<control>O"
-#~ msgstr "<control>O"
-
-#~ msgid "/File/_Save"
-#~ msgstr "/Byla/Urayti"
-
-#~ msgid "<control>S"
-#~ msgstr "<control>S"
-
-#~ msgid "/File/Save _As"
-#~ msgstr "/Byla/Urayti Kaip"
-
-#~ msgid "/File/-"
-#~ msgstr "/Byla/-"
-
-#~ msgid "/_Options"
-#~ msgstr "/Pasirinktys"
-
-#~ msgid "/Options/Test"
-#~ msgstr "/Pasirinkys/Bandymas"
-
-#~ msgid "/_Help"
-#~ msgstr "/Pagalba"
-
-#~ msgid "/Help/_About..."
-#~ msgstr "/Pagalba/_Apie..."
-
-#, fuzzy
#~ msgid "Default Runlevel"
#~ msgstr "prastas"
-#~ msgid "Europe"
-#~ msgstr "Europa"
-
#~ msgid "NetWare"
#~ msgstr "NetWare"
-#~ msgid "Remove queue"
-#~ msgstr "Paalinti eil"
-
#~ msgid "Config file content could not be interpreted."
#~ msgstr "Nuostat bylos turinio nepavyko suprasti."
@@ -9768,9 +12643,6 @@ msgstr "Mokslins darbo stotis"
#~ msgid "Reverse page order"
#~ msgstr "Atbulin puslapi seka"
-#~ msgid "CUPS starting"
-#~ msgstr "CUPS paleidiamas"
-
#~ msgid "Select Remote Printer Connection"
#~ msgstr "Pasirink nutolusio spausdintuvo jungt"
@@ -9842,10 +12714,6 @@ msgstr "Mokslins darbo stotis"
#~ msgstr "Kaip tu nori prisijungti prie interneto?"
#, fuzzy
-#~ msgid "Lilo/Grub configuration"
-#~ msgstr "LAN konfiguravimas"
-
-#, fuzzy
#~ msgid "Selected size %d%s"
#~ msgstr "Pasirink byl"
@@ -9890,9 +12758,6 @@ msgstr "Mokslins darbo stotis"
#~ msgid "Create a boot floppy"
#~ msgstr "Sukurti krovos diskel"
-#~ msgid "Format floppy"
-#~ msgstr "Suymti diskel"
-
#~ msgid "Choice"
#~ msgstr "Pasirinkimas"
@@ -9998,10 +12863,6 @@ msgstr "Mokslins darbo stotis"
#~ msgid "Internet/Network access"
#~ msgstr "Internet/Tinklo prijimas"
-#, fuzzy
-#~ msgid "Firewall Configuration Wizard"
-#~ msgstr "Tinklo Konfigravimo Meistras"
-
#~ msgid "Miscellaneous"
#~ msgstr "vairs"
@@ -10043,9 +12904,6 @@ msgstr "Mokslins darbo stotis"
#~ msgid "Scientific applications"
#~ msgstr "Mokslins programos"
-#~ msgid "toot"
-#~ msgstr "toot"
-
#~ msgid "File/Print/Samba"
#~ msgstr "Serveris, Byl/Spausdinimo/Samba"
@@ -10089,9 +12947,6 @@ msgstr "Mokslins darbo stotis"
#~ msgid "%s is already in use"
#~ msgstr "%s jau naudojama"
-#~ msgid "%s not found"
-#~ msgstr "%s nerastas"
-
#~ msgid "%s: This is not a root partition, please select another one."
#~ msgstr "%s: Tai ne pagrindinis skirsnis, praom pasirinkti kit"
@@ -10423,9 +13278,6 @@ msgstr "Mokslins darbo stotis"
#~ msgid "Choose other CD to install"
#~ msgstr "Pasirinkite kit CD diegimui"
-#~ msgid "Choose package to install"
-#~ msgstr "Pasirink paket diegimui"
-
#~ msgid "Collapse all"
#~ msgstr "Iskleisti visus"
@@ -10569,9 +13421,6 @@ msgstr "Mokslins darbo stotis"
#~ msgid "Forget the changes?"
#~ msgstr "Ar pamirti pakeitimus?"
-#~ msgid "France"
-#~ msgstr "Pranczija"
-
#~ msgid "Generic 3 Button Mouse (serial)"
#~ msgstr "Paprasta 3 klavi pel (serijin)"
@@ -10584,9 +13433,6 @@ msgstr "Mokslins darbo stotis"
#~ msgid "Genius NetMouse Pro"
#~ msgstr "Genius NetMouse Pro"
-#~ msgid "Germany"
-#~ msgstr "Vokiei"
-
#~ msgid "Give a name (eg: `extra', `commercial')"
#~ msgstr "Nurodyk vard (pvz: `extra', `commercial')"
@@ -10742,9 +13588,6 @@ msgstr "Mokslins darbo stotis"
#~ msgid "Move your wheel!"
#~ msgstr "Pajudinkite ratuk!"
-#~ msgid "Multimedia"
-#~ msgstr "Multimedija"
-
#~ msgid "Network adaptater 1 (eth0):"
#~ msgstr "Tinklo adapteris 1 (eth0):"
@@ -10806,9 +13649,6 @@ msgstr "Mokslins darbo stotis"
#~ msgid "Searching root partition."
#~ msgstr "Iekomas pagrindinis skirsnis."
-#~ msgid "See"
-#~ msgstr "Pasiirti"
-
#~ msgid "Select the size you want to install"
#~ msgstr "Pasirink dyd, kiek nori diegti"
@@ -10876,9 +13716,6 @@ msgstr "Mokslins darbo stotis"
#~ msgid "Sort by"
#~ msgstr "Riuoti pagal"
-#~ msgid "Text"
-#~ msgstr "Tekstas"
-
#~ msgid "The following packages are going to be uninstalled"
#~ msgstr "Sekanius paketus ruoiamasi imesti"
@@ -10981,9 +13818,6 @@ msgstr "Mokslins darbo stotis"
#~ msgid "USB Mouse (3 buttons or more)"
#~ msgstr "USB pel (su 3 arba daugiau klavi)"
-#~ msgid "Uninstalling the RPMs"
-#~ msgstr "Imetami RPM'ai"
-
#~ msgid "Update location"
#~ msgstr "Atnaujinti suradimo viet"
@@ -10996,18 +13830,12 @@ msgstr "Mokslins darbo stotis"
#~ msgid "Use diskdrake"
#~ msgstr "Naudoti DiskDrake"
-#~ msgid "Use hard drive optimisations?"
-#~ msgstr "Ar naudoti kieto disko optimizavim?"
-
#~ msgid "Use shadow file"
#~ msgstr "Naudoti elin byl"
#~ msgid "User name:"
#~ msgstr "Vartotojo vardas:"
-#~ msgid "Wait"
-#~ msgstr "Palauk"
-
#~ msgid ""
#~ "Welcome to LILO the operating system chooser!\n"
#~ "\n"
@@ -11068,9 +13896,6 @@ msgstr "Mokslins darbo stotis"
#~ msgid "Which package are looking for"
#~ msgstr "Kurio paketo iekai"
-#~ msgid "Which packages do you want to install"
-#~ msgstr "Kokius js norite diegti paketus"
-
#~ msgid "Which partition type do you want?"
#~ msgstr "Kokio tipo skirsn norite turti?"
@@ -11128,12 +13953,6 @@ msgstr "Mokslins darbo stotis"
#~ msgid "don't use pppoe"
#~ msgstr "nenaudoti pppoe"
-#~ msgid "expert"
-#~ msgstr "iniukas"
-
-#~ msgid "formatting"
-#~ msgstr "suymimas"
-
#~ msgid "girl"
#~ msgstr "mergina"
@@ -11146,18 +13965,12 @@ msgstr "Mokslins darbo stotis"
#~ msgid "i18n (very nice)"
#~ msgstr "i18n (labai gerai)"
-#~ msgid "interesting"
-#~ msgstr "domu"
-
#~ msgid "linear"
#~ msgstr "Tiesus"
#~ msgid "loopback"
#~ msgstr "loopback"
-#~ msgid "mandatory"
-#~ msgstr "privalomas"
-
#~ msgid "nfs mount failed"
#~ msgstr "nfs prijungimas nepavyko"
@@ -11168,9 +13981,6 @@ msgstr "Mokslins darbo stotis"
#~ "rpmdrake dabar yra atminties taupymo reime.\n"
#~ "A paleisiu rpmdrake i naujo, kad galtum iekoti byl"
-#~ msgid "shadow"
-#~ msgstr "elinis"
-
#~ msgid "tie"
#~ msgstr "tie"
diff --git a/perl-install/share/po/lv.po b/perl-install/share/po/lv.po
index 8c20503b8..206302fd7 100644
--- a/perl-install/share/po/lv.po
+++ b/perl-install/share/po/lv.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: DrakX VERSION\n"
-"POT-Creation-Date: 2001-09-21 19:50+0200\n"
+"POT-Creation-Date: 2002-03-11 18:29+0100\n"
"PO-Revision-Date: 2001-08-22 00:12+0200\n"
"Last-Translator: Juris Kudi <cooker@inbox.lv>\n"
"Language-Team: Latvian\n"
@@ -15,24 +15,24 @@ msgstr ""
"Content-Type: text/plain; charset=iso-8859-13\n"
"Content-Transfer-Encoding: 8bit\n"
-#: ../../Xconfigurator.pm_.c:231
+#: ../../Xconfigurator.pm_.c:242
msgid "Configure all heads independently"
msgstr "Konfigurt visus ekrnus neatkargi"
-#: ../../Xconfigurator.pm_.c:232
+#: ../../Xconfigurator.pm_.c:243
msgid "Use Xinerama extension"
msgstr "Lietot Xinerama piebvi"
-#: ../../Xconfigurator.pm_.c:235
+#: ../../Xconfigurator.pm_.c:246
#, c-format
msgid "Configure only card \"%s\" (%s)"
msgstr "Konfigurt tikai karti \"%s\" (%s)"
-#: ../../Xconfigurator.pm_.c:238
+#: ../../Xconfigurator.pm_.c:249
msgid "Multi-head configuration"
msgstr "N-ekrnu konfigurcija"
-#: ../../Xconfigurator.pm_.c:239
+#: ../../Xconfigurator.pm_.c:250
msgid ""
"Your system support multiple head configuration.\n"
"What do you want to do?"
@@ -40,33 +40,43 @@ msgstr ""
"Jsu sistma atbalsta n-ekrnu konfigurciju.\n"
"Ko nu darsim?"
-#: ../../Xconfigurator.pm_.c:248
+#: ../../Xconfigurator.pm_.c:261
msgid "Graphic card"
msgstr "Grafisk karte"
-#: ../../Xconfigurator.pm_.c:248
+#: ../../Xconfigurator.pm_.c:262
msgid "Select a graphic card"
msgstr "Izvlieties grafisko karti"
-#: ../../Xconfigurator.pm_.c:249
+#: ../../Xconfigurator.pm_.c:286
msgid "Choose a X server"
msgstr "Izvlieties X serveri"
-#: ../../Xconfigurator.pm_.c:249
+#: ../../Xconfigurator.pm_.c:286
msgid "X server"
msgstr "X serveris"
-#: ../../Xconfigurator.pm_.c:307 ../../Xconfigurator.pm_.c:313
-#: ../../Xconfigurator.pm_.c:363 ../../Xconfigurator.pm_.c:1435
+#: ../../Xconfigurator.pm_.c:293
+#, fuzzy
+msgid "Choose a X driver"
+msgstr "Izvlieties X serveri"
+
+#: ../../Xconfigurator.pm_.c:293
+#, fuzzy
+msgid "X driver"
+msgstr "X serveris"
+
+#: ../../Xconfigurator.pm_.c:360 ../../Xconfigurator.pm_.c:366
+#: ../../Xconfigurator.pm_.c:416 ../../Xconfigurator.pm_.c:1507
#, c-format
msgid "XFree %s"
msgstr "XFree %s"
-#: ../../Xconfigurator.pm_.c:310
+#: ../../Xconfigurator.pm_.c:363
msgid "Which configuration of XFree do you want to have?"
msgstr "Kuru XFree konfigurciju izvlaties?"
-#: ../../Xconfigurator.pm_.c:321
+#: ../../Xconfigurator.pm_.c:374
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support but only with XFree %s.\n"
@@ -75,18 +85,18 @@ msgstr ""
"Jsu karte spj nodroint 3D akselerciju, bet tikai ar XFree %s.\n"
"Jsu karti uztur XFree %s, kam var bt labks 2D atbalsts."
-#: ../../Xconfigurator.pm_.c:323 ../../Xconfigurator.pm_.c:356
+#: ../../Xconfigurator.pm_.c:376 ../../Xconfigurator.pm_.c:409
#, c-format
msgid "Your card can have 3D hardware acceleration support with XFree %s."
msgstr "Jsu karte spj nodroint 3D akselerciju ar XFree %s."
-#: ../../Xconfigurator.pm_.c:325 ../../Xconfigurator.pm_.c:358
-#: ../../Xconfigurator.pm_.c:1435
+#: ../../Xconfigurator.pm_.c:378 ../../Xconfigurator.pm_.c:411
+#: ../../Xconfigurator.pm_.c:1507
#, c-format
msgid "XFree %s with 3D hardware acceleration"
msgstr "XFree %s ar aparatras 3D akselerciju"
-#: ../../Xconfigurator.pm_.c:333 ../../Xconfigurator.pm_.c:347
+#: ../../Xconfigurator.pm_.c:386 ../../Xconfigurator.pm_.c:400
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support with XFree %s,\n"
@@ -95,12 +105,12 @@ msgstr ""
"Jsu karte spj nodroint 3D akselerciju ar XFree %s.\n"
"EMIET VR, KA TAS IR EKSPERIMENTLS ATBALSTS, KAS VAR UZKRT DATORU."
-#: ../../Xconfigurator.pm_.c:335 ../../Xconfigurator.pm_.c:349
+#: ../../Xconfigurator.pm_.c:388 ../../Xconfigurator.pm_.c:402
#, c-format
msgid "XFree %s with EXPERIMENTAL 3D hardware acceleration"
msgstr "XFree %s ar EKSPERIMENTLU aparatras 3D akselerciju"
-#: ../../Xconfigurator.pm_.c:344
+#: ../../Xconfigurator.pm_.c:397
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support but only with XFree %s,\n"
@@ -111,31 +121,31 @@ msgstr ""
"EMIET VR, KA TAS IR EKSPERIMENTLS ATBALSTS, KAS VAR UZKRT DATORU.\n"
"Jsu karti uztur XFree %s, kam var bt labks 2D atbalsts."
-#: ../../Xconfigurator.pm_.c:364
+#: ../../Xconfigurator.pm_.c:417
msgid "Xpmac (installation display driver)"
msgstr ""
-#: ../../Xconfigurator.pm_.c:368
+#: ../../Xconfigurator.pm_.c:421
msgid "XFree configuration"
msgstr "XFree konfigurcija"
-#: ../../Xconfigurator.pm_.c:434
+#: ../../Xconfigurator.pm_.c:496
msgid "Select the memory size of your graphic card"
msgstr "Izvlieties grafisks kartes atmias apjomu"
-#: ../../Xconfigurator.pm_.c:492
+#: ../../Xconfigurator.pm_.c:550
msgid "Choose options for server"
msgstr "Nordiet servera opcijas"
-#: ../../Xconfigurator.pm_.c:516
+#: ../../Xconfigurator.pm_.c:574
msgid "Choose a monitor"
msgstr "Nordiet monitoru"
-#: ../../Xconfigurator.pm_.c:516
+#: ../../Xconfigurator.pm_.c:574
msgid "Monitor"
msgstr "Monitors"
-#: ../../Xconfigurator.pm_.c:519
+#: ../../Xconfigurator.pm_.c:577
msgid ""
"The two critical parameters are the vertical refresh rate, which is the "
"rate\n"
@@ -157,39 +167,39 @@ msgstr ""
"monitoru.\n"
" Ja neesat prliecints, izvlieties konservatvko variantu."
-#: ../../Xconfigurator.pm_.c:526
+#: ../../Xconfigurator.pm_.c:584
msgid "Horizontal refresh rate"
msgstr "Horizontl frekvence"
-#: ../../Xconfigurator.pm_.c:527
+#: ../../Xconfigurator.pm_.c:585
msgid "Vertical refresh rate"
msgstr "Vertikl frekvence"
-#: ../../Xconfigurator.pm_.c:564
+#: ../../Xconfigurator.pm_.c:622
msgid "Monitor not configured"
msgstr "Monitors nav konfigurts"
-#: ../../Xconfigurator.pm_.c:567
+#: ../../Xconfigurator.pm_.c:625
msgid "Graphic card not configured yet"
msgstr "Grafisk karte vl nav konfigurta"
-#: ../../Xconfigurator.pm_.c:570
+#: ../../Xconfigurator.pm_.c:628
msgid "Resolutions not chosen yet"
msgstr "Izirtspjas vl nav izvltas"
-#: ../../Xconfigurator.pm_.c:587
+#: ../../Xconfigurator.pm_.c:646
msgid "Do you want to test the configuration?"
msgstr "Vai vlaties izmint o konfigurciju?"
-#: ../../Xconfigurator.pm_.c:591
+#: ../../Xconfigurator.pm_.c:650
msgid "Warning: testing this graphic card may freeze your computer"
msgstr "Brdinjums: s grafisks kartes izminana var uzkrt datoru"
-#: ../../Xconfigurator.pm_.c:594
+#: ../../Xconfigurator.pm_.c:653
msgid "Test of the configuration"
msgstr "Konfigurcijas izminana"
-#: ../../Xconfigurator.pm_.c:632 ../../Xconfigurator.pm_.c:644
+#: ../../Xconfigurator.pm_.c:692 ../../Xconfigurator.pm_.c:704
msgid ""
"\n"
"try to change some parameters"
@@ -197,156 +207,175 @@ msgstr ""
"\n"
"miniet izmaint daus parametrus"
-#: ../../Xconfigurator.pm_.c:632 ../../Xconfigurator.pm_.c:644
+#: ../../Xconfigurator.pm_.c:692 ../../Xconfigurator.pm_.c:704
msgid "An error has occurred:"
msgstr "Atklta kda:"
-#: ../../Xconfigurator.pm_.c:668
+#: ../../Xconfigurator.pm_.c:731
#, c-format
msgid "Leaving in %d seconds"
msgstr "Atliek %d sekundes"
-#: ../../Xconfigurator.pm_.c:679
+#: ../../Xconfigurator.pm_.c:742
msgid "Is this the correct setting?"
msgstr "Vai viss ir pareizi?"
-#: ../../Xconfigurator.pm_.c:688
+#: ../../Xconfigurator.pm_.c:751
msgid "An error has occurred, try to change some parameters"
msgstr "Atklta kda, miniet izmaint daus parametrus"
-#: ../../Xconfigurator.pm_.c:759
+#: ../../Xconfigurator.pm_.c:822
msgid "Resolution"
msgstr "Izirtspja"
-#: ../../Xconfigurator.pm_.c:810
+#: ../../Xconfigurator.pm_.c:874
msgid "Choose the resolution and the color depth"
msgstr "Nordiet izirtspju un krsu dziumu"
-#: ../../Xconfigurator.pm_.c:812
+#: ../../Xconfigurator.pm_.c:876
#, c-format
msgid "Graphic card: %s"
msgstr "Grafisk karte: %s"
-#: ../../Xconfigurator.pm_.c:813
+#: ../../Xconfigurator.pm_.c:877
#, c-format
msgid "XFree86 server: %s"
msgstr "XFree86 serveris: %s"
-#: ../../Xconfigurator.pm_.c:829 ../../printerdrake.pm_.c:1885
-#: ../../standalone/draknet_.c:298 ../../standalone/draknet_.c:301
+#: ../../Xconfigurator.pm_.c:891 ../../diskdrake/interactive.pm_.c:259
+#: ../../install_steps_interactive.pm_.c:208
+msgid "More"
+msgstr "Vairk"
+
+#: ../../Xconfigurator.pm_.c:891 ../../install_gtk.pm_.c:84
+#: ../../install_steps_gtk.pm_.c:328 ../../interactive.pm_.c:127
+#: ../../interactive.pm_.c:142 ../../interactive.pm_.c:317
+#: ../../interactive.pm_.c:349 ../../interactive_http.pm_.c:104
+#: ../../interactive_newt.pm_.c:170 ../../interactive_stdio.pm_.c:141
+#: ../../interactive_stdio.pm_.c:142 ../../my_gtk.pm_.c:686
+#: ../../my_gtk.pm_.c:1019 ../../my_gtk.pm_.c:1041
+#: ../../standalone/drakbackup_.c:2298 ../../standalone/drakbackup_.c:2369
+#: ../../standalone/drakbackup_.c:2385
+msgid "Ok"
+msgstr "Labi"
+
+#: ../../Xconfigurator.pm_.c:893 ../../network/netconnect.pm_.c:169
+#: ../../printerdrake.pm_.c:2470 ../../standalone/draknet_.c:275
+#: ../../standalone/draknet_.c:278
msgid "Expert Mode"
msgstr "Eksperta rems"
-#: ../../Xconfigurator.pm_.c:830
+#: ../../Xconfigurator.pm_.c:894
msgid "Show all"
msgstr "Pardt visu"
-#: ../../Xconfigurator.pm_.c:875
+#: ../../Xconfigurator.pm_.c:939
msgid "Resolutions"
msgstr "Izirtspjas"
-#: ../../Xconfigurator.pm_.c:1437
+#: ../../Xconfigurator.pm_.c:1509
#, c-format
msgid "Keyboard layout: %s\n"
msgstr "Tastatras izkrtojums: %s\n"
-#: ../../Xconfigurator.pm_.c:1438
+#: ../../Xconfigurator.pm_.c:1510
#, c-format
msgid "Mouse type: %s\n"
msgstr "Peles tips: %s\n"
-#: ../../Xconfigurator.pm_.c:1439
+#: ../../Xconfigurator.pm_.c:1511
#, c-format
msgid "Mouse device: %s\n"
msgstr "Peles ierce: %s\n"
-#: ../../Xconfigurator.pm_.c:1440
+#: ../../Xconfigurator.pm_.c:1512
#, c-format
msgid "Monitor: %s\n"
msgstr "Monitors: %s\n"
-#: ../../Xconfigurator.pm_.c:1441
+#: ../../Xconfigurator.pm_.c:1513
#, c-format
msgid "Monitor HorizSync: %s\n"
msgstr "Monitora horiz. frekv.: %s\n"
-#: ../../Xconfigurator.pm_.c:1442
+#: ../../Xconfigurator.pm_.c:1514
#, c-format
msgid "Monitor VertRefresh: %s\n"
msgstr "Monitora vert. frekv.: %s\n"
-#: ../../Xconfigurator.pm_.c:1443
+#: ../../Xconfigurator.pm_.c:1515
#, c-format
msgid "Graphic card: %s\n"
msgstr "Grafisk karte: %s\n"
-#: ../../Xconfigurator.pm_.c:1444
+#: ../../Xconfigurator.pm_.c:1516
#, fuzzy, c-format
msgid "Graphic card identification: %s\n"
msgstr "Grafisk karte: %s\n"
-#: ../../Xconfigurator.pm_.c:1445
+#: ../../Xconfigurator.pm_.c:1517
#, c-format
msgid "Graphic memory: %s kB\n"
msgstr "Grafisk atmia: %s kB\n"
-#: ../../Xconfigurator.pm_.c:1447
+#: ../../Xconfigurator.pm_.c:1519
#, c-format
msgid "Color depth: %s\n"
msgstr "Krsu dziums: %s\n"
-#: ../../Xconfigurator.pm_.c:1448
+#: ../../Xconfigurator.pm_.c:1520
#, c-format
msgid "Resolution: %s\n"
msgstr "Izirtspja: %s\n"
-#: ../../Xconfigurator.pm_.c:1450
+#: ../../Xconfigurator.pm_.c:1522
#, c-format
msgid "XFree86 server: %s\n"
msgstr "XFree86 serveris: %s\n"
-#: ../../Xconfigurator.pm_.c:1451
+#: ../../Xconfigurator.pm_.c:1523
#, c-format
msgid "XFree86 driver: %s\n"
msgstr "XFree86 draiveris: %s\n"
-#: ../../Xconfigurator.pm_.c:1469
+#: ../../Xconfigurator.pm_.c:1541
msgid "Preparing X-Window configuration"
msgstr "Gatavoju X-Window konfigurciju"
-#: ../../Xconfigurator.pm_.c:1489
+#: ../../Xconfigurator.pm_.c:1561
msgid "What do you want to do?"
msgstr "Ko js vlaties dart?"
-#: ../../Xconfigurator.pm_.c:1494
+#: ../../Xconfigurator.pm_.c:1566
msgid "Change Monitor"
msgstr "Monitora maia"
-#: ../../Xconfigurator.pm_.c:1495
+#: ../../Xconfigurator.pm_.c:1567
msgid "Change Graphic card"
msgstr "Grafisks kartes maia"
-#: ../../Xconfigurator.pm_.c:1497
+#: ../../Xconfigurator.pm_.c:1570
msgid "Change Server options"
msgstr "Servera opciju maia"
-#: ../../Xconfigurator.pm_.c:1498
+#: ../../Xconfigurator.pm_.c:1571
msgid "Change Resolution"
msgstr "Izirtspjas maia"
-#: ../../Xconfigurator.pm_.c:1499
+#: ../../Xconfigurator.pm_.c:1572
msgid "Show information"
msgstr "Pardt informciju"
-#: ../../Xconfigurator.pm_.c:1500
+#: ../../Xconfigurator.pm_.c:1573
msgid "Test again"
msgstr "Mint vlreiz"
-#: ../../Xconfigurator.pm_.c:1501 ../../bootlook.pm_.c:156
+#: ../../Xconfigurator.pm_.c:1574 ../../printerdrake.pm_.c:2473
+#: ../../standalone/logdrake_.c:225
msgid "Quit"
msgstr "Iziet"
-#: ../../Xconfigurator.pm_.c:1509
+#: ../../Xconfigurator.pm_.c:1582
#, c-format
msgid ""
"Keep the changes?\n"
@@ -359,20 +388,11 @@ msgstr ""
"\n"
"%s"
-#: ../../Xconfigurator.pm_.c:1532
-#, c-format
-msgid "Please relog into %s to activate the changes"
-msgstr "Lai aktiviztu izmaias, ldzu aizveriet un atveriet %s sesiju"
-
-#: ../../Xconfigurator.pm_.c:1552
-msgid "Please log out and then use Ctrl-Alt-BackSpace"
-msgstr "Ldzu aizveriet sesiju un nospiediet Ctrl-Alt-BackSpace"
-
-#: ../../Xconfigurator.pm_.c:1555
+#: ../../Xconfigurator.pm_.c:1603
msgid "X at startup"
msgstr "X pc startanas"
-#: ../../Xconfigurator.pm_.c:1556
+#: ../../Xconfigurator.pm_.c:1604
msgid ""
"I can set up your computer to automatically start X upon booting.\n"
"Would you like X to start when you reboot?"
@@ -380,6 +400,15 @@ msgstr ""
"Datoru var konfigurt, lai pc sistmas ieldes automtiski starttu X.\n"
"Vai vlaties, lai pc prstartanas tiktu palaists X?"
+#: ../../Xconfigurator.pm_.c:1610
+#, c-format
+msgid "Please relog into %s to activate the changes"
+msgstr "Lai aktiviztu izmaias, ldzu aizveriet un atveriet %s sesiju"
+
+#: ../../Xconfigurator.pm_.c:1625
+msgid "Please log out and then use Ctrl-Alt-BackSpace"
+msgstr "Ldzu aizveriet sesiju un nospiediet Ctrl-Alt-BackSpace"
+
#: ../../Xconfigurator_consts.pm_.c:6
msgid "256 colors (8 bits)"
msgstr "256 krsas (8 biti)"
@@ -400,247 +429,257 @@ msgstr "16 miljoni krsu (24 biti)"
msgid "4 billion colors (32 bits)"
msgstr "4 miljardi krsu (32 biti)"
-#: ../../Xconfigurator_consts.pm_.c:106
+#: ../../Xconfigurator_consts.pm_.c:113
msgid "256 kB"
msgstr "256 kB"
-#: ../../Xconfigurator_consts.pm_.c:107
+#: ../../Xconfigurator_consts.pm_.c:114
msgid "512 kB"
msgstr "512 kB"
-#: ../../Xconfigurator_consts.pm_.c:108
+#: ../../Xconfigurator_consts.pm_.c:115
msgid "1 MB"
msgstr "1 MB"
-#: ../../Xconfigurator_consts.pm_.c:109
+#: ../../Xconfigurator_consts.pm_.c:116
msgid "2 MB"
msgstr "2 MB"
-#: ../../Xconfigurator_consts.pm_.c:110
+#: ../../Xconfigurator_consts.pm_.c:117
msgid "4 MB"
msgstr "4 MB"
-#: ../../Xconfigurator_consts.pm_.c:111
+#: ../../Xconfigurator_consts.pm_.c:118
msgid "8 MB"
msgstr "8 MB"
-#: ../../Xconfigurator_consts.pm_.c:112
+#: ../../Xconfigurator_consts.pm_.c:119
msgid "16 MB"
msgstr "16 MB"
-#: ../../Xconfigurator_consts.pm_.c:113
+#: ../../Xconfigurator_consts.pm_.c:120
msgid "32 MB"
msgstr "32 MB"
-#: ../../Xconfigurator_consts.pm_.c:114
+#: ../../Xconfigurator_consts.pm_.c:121
msgid "64 MB or more"
msgstr "64 MB vai vairk"
-#: ../../Xconfigurator_consts.pm_.c:122
+#: ../../Xconfigurator_consts.pm_.c:129
msgid "Standard VGA, 640x480 at 60 Hz"
msgstr "Parasts VGA, 640x480 pie 60 Hz"
-#: ../../Xconfigurator_consts.pm_.c:123
+#: ../../Xconfigurator_consts.pm_.c:130
msgid "Super VGA, 800x600 at 56 Hz"
msgstr "Super VGA, 800x600 pie 56 Hz"
-#: ../../Xconfigurator_consts.pm_.c:124
+#: ../../Xconfigurator_consts.pm_.c:131
msgid "8514 Compatible, 1024x768 at 87 Hz interlaced (no 800x600)"
msgstr "8514 savietojams, 1024x768 pie 87 Hz ar joslm (nav 800x600)"
-#: ../../Xconfigurator_consts.pm_.c:125
+#: ../../Xconfigurator_consts.pm_.c:132
msgid "Super VGA, 1024x768 at 87 Hz interlaced, 800x600 at 56 Hz"
msgstr "Super VGA, 1024x768 pie 87 Hz ar joslm, 800x600 pie 56 Hz"
-#: ../../Xconfigurator_consts.pm_.c:126
+#: ../../Xconfigurator_consts.pm_.c:133
msgid "Extended Super VGA, 800x600 at 60 Hz, 640x480 at 72 Hz"
msgstr "Uzlabots Super VGA, 800x600 pie 60 Hz, 640x480 pie 72 Hz"
-#: ../../Xconfigurator_consts.pm_.c:127
+#: ../../Xconfigurator_consts.pm_.c:134
msgid "Non-Interlaced SVGA, 1024x768 at 60 Hz, 800x600 at 72 Hz"
msgstr "Ne-joslots SVGA, 1024x768 pie 60 Hz, 800x600 pie 72 Hz"
-#: ../../Xconfigurator_consts.pm_.c:128
+#: ../../Xconfigurator_consts.pm_.c:135
msgid "High Frequency SVGA, 1024x768 at 70 Hz"
msgstr "Augstas frekvences SVGA, 1024x768 pie 70 Hz"
-#: ../../Xconfigurator_consts.pm_.c:129
+#: ../../Xconfigurator_consts.pm_.c:136
msgid "Multi-frequency that can do 1280x1024 at 60 Hz"
msgstr "Multi-frekvenu, kas uztur 1280x1024 pie 60 Hz"
-#: ../../Xconfigurator_consts.pm_.c:130
+#: ../../Xconfigurator_consts.pm_.c:137
msgid "Multi-frequency that can do 1280x1024 at 74 Hz"
msgstr "Multi-frekcenu, kas uztur 1280x1024 pie 74 Hz"
-#: ../../Xconfigurator_consts.pm_.c:131
+#: ../../Xconfigurator_consts.pm_.c:138
msgid "Multi-frequency that can do 1280x1024 at 76 Hz"
msgstr "Multi-frekvenu, kas uztur 1280x1024 pie 76 Hz"
-#: ../../Xconfigurator_consts.pm_.c:132
+#: ../../Xconfigurator_consts.pm_.c:139
msgid "Monitor that can do 1600x1200 at 70 Hz"
msgstr "Monitors, kas uztur 1600x1200 pie 70 Hz"
-#: ../../Xconfigurator_consts.pm_.c:133
+#: ../../Xconfigurator_consts.pm_.c:140
msgid "Monitor that can do 1600x1200 at 76 Hz"
msgstr "Monitors, kas uztur 1600x1200 pie 76 Hz"
-#: ../../any.pm_.c:96 ../../any.pm_.c:121
+#: ../../any.pm_.c:116 ../../any.pm_.c:141
msgid "First sector of boot partition"
msgstr "Sknjams partcijas pirmais sektors"
-#: ../../any.pm_.c:96 ../../any.pm_.c:121 ../../any.pm_.c:194
+#: ../../any.pm_.c:116 ../../any.pm_.c:141 ../../any.pm_.c:218
msgid "First sector of drive (MBR)"
msgstr "Diska pirmais sektors (MBR)"
-#: ../../any.pm_.c:100
+#: ../../any.pm_.c:120
msgid "SILO Installation"
msgstr "SILO instalana"
-#: ../../any.pm_.c:101 ../../any.pm_.c:114
+#: ../../any.pm_.c:121 ../../any.pm_.c:134
msgid "Where do you want to install the bootloader?"
msgstr "Kur js vlaties instalt skntju?"
-#: ../../any.pm_.c:113
+#: ../../any.pm_.c:133
msgid "LILO/grub Installation"
msgstr "LILO/grub instalana"
-#: ../../any.pm_.c:125 ../../any.pm_.c:139
+#: ../../any.pm_.c:145 ../../any.pm_.c:159
msgid "SILO"
msgstr "SILO"
-#: ../../any.pm_.c:127
+#: ../../any.pm_.c:147
msgid "LILO with text menu"
msgstr ""
-#: ../../any.pm_.c:128 ../../any.pm_.c:139
+#: ../../any.pm_.c:148 ../../any.pm_.c:159
msgid "LILO with graphical menu"
msgstr ""
-#: ../../any.pm_.c:131
+#: ../../any.pm_.c:151
msgid "Grub"
msgstr "Grub"
-#: ../../any.pm_.c:135
+#: ../../any.pm_.c:155
msgid "Boot from DOS/Windows (loadlin)"
msgstr ""
-#: ../../any.pm_.c:137 ../../any.pm_.c:139
+#: ../../any.pm_.c:157 ../../any.pm_.c:159
msgid "Yaboot"
msgstr "Yaboot"
-#: ../../any.pm_.c:145 ../../any.pm_.c:177
+#: ../../any.pm_.c:166 ../../any.pm_.c:198
msgid "Bootloader main options"
msgstr "Skntja galvens opcijas"
-#: ../../any.pm_.c:146 ../../any.pm_.c:178
+#: ../../any.pm_.c:167 ../../any.pm_.c:199
msgid "Bootloader to use"
msgstr "Kuru OS ieldtju lietot"
-#: ../../any.pm_.c:148
+#: ../../any.pm_.c:169
msgid "Bootloader installation"
msgstr "Skntja instalana"
-#: ../../any.pm_.c:150 ../../any.pm_.c:180
+#: ../../any.pm_.c:171 ../../any.pm_.c:201
msgid "Boot device"
msgstr "Sknjam ierce"
-#: ../../any.pm_.c:151
+#: ../../any.pm_.c:172
msgid "LBA (doesn't work on old BIOSes)"
msgstr "LBA (nedarbojas ar veciem BIOSiem)"
-#: ../../any.pm_.c:152
+#: ../../any.pm_.c:173
msgid "Compact"
msgstr "Kompakts"
-#: ../../any.pm_.c:152
+#: ../../any.pm_.c:173
msgid "compact"
msgstr "kompakts"
-#: ../../any.pm_.c:153 ../../any.pm_.c:250
+#: ../../any.pm_.c:174 ../../any.pm_.c:298
msgid "Video mode"
msgstr "Video rems"
-#: ../../any.pm_.c:155
+#: ../../any.pm_.c:176
msgid "Delay before booting default image"
msgstr "Pauze pirms noklusts sistmas ieldes"
-#: ../../any.pm_.c:157 ../../any.pm_.c:730
-#: ../../install_steps_interactive.pm_.c:938 ../../network/modem.pm_.c:46
-#: ../../printerdrake.pm_.c:402 ../../printerdrake.pm_.c:481
-#: ../../standalone/draknet_.c:603
+#: ../../any.pm_.c:178 ../../any.pm_.c:796
+#: ../../install_steps_interactive.pm_.c:1115 ../../network/modem.pm_.c:48
+#: ../../printerdrake.pm_.c:708 ../../printerdrake.pm_.c:806
+#: ../../standalone/draknet_.c:625
msgid "Password"
msgstr "Parole"
-#: ../../any.pm_.c:158 ../../any.pm_.c:731
-#: ../../install_steps_interactive.pm_.c:939
+#: ../../any.pm_.c:179 ../../any.pm_.c:797
+#: ../../install_steps_interactive.pm_.c:1116
msgid "Password (again)"
msgstr "Parole (atkrtoti)"
-#: ../../any.pm_.c:159
+#: ../../any.pm_.c:180
msgid "Restrict command line options"
msgstr "Ierobeot komandrindas opcijas"
-#: ../../any.pm_.c:159
+#: ../../any.pm_.c:180
msgid "restrict"
msgstr "ierobeot"
-#: ../../any.pm_.c:161
+#: ../../any.pm_.c:182
msgid "Clean /tmp at each boot"
msgstr "Iztrt /tmp katras sknanas laik"
-#: ../../any.pm_.c:162
+#: ../../any.pm_.c:183
#, c-format
msgid "Precise RAM size if needed (found %d MB)"
msgstr "Ja nepiecieams, precizjiet RAM apjomu (atrasti %d MB)"
-#: ../../any.pm_.c:164
+#: ../../any.pm_.c:185
msgid "Enable multi profiles"
msgstr "Ataut multi profilus"
-#: ../../any.pm_.c:168
+#: ../../any.pm_.c:189
msgid "Give the ram size in MB"
msgstr "Nordiet atmias apjomu Mb"
-#: ../../any.pm_.c:170
+#: ../../any.pm_.c:191
msgid ""
"Option ``Restrict command line options'' is of no use without a password"
msgstr "Opcijai ``Ierobeot komandrindas opcijas'' nav jgas bez paroles"
-#: ../../any.pm_.c:171 ../../any.pm_.c:707
-#: ../../install_steps_interactive.pm_.c:933
+#: ../../any.pm_.c:192 ../../any.pm_.c:773
+#: ../../diskdrake/interactive.pm_.c:1135
+#: ../../install_steps_interactive.pm_.c:1110
msgid "Please try again"
msgstr "Ldzu miniet vlreiz"
-#: ../../any.pm_.c:171 ../../any.pm_.c:707
-#: ../../install_steps_interactive.pm_.c:933
+#: ../../any.pm_.c:192 ../../any.pm_.c:773
+#: ../../install_steps_interactive.pm_.c:1110
msgid "The passwords do not match"
msgstr "Paroles nesakrt"
-#: ../../any.pm_.c:179
+#: ../../any.pm_.c:200
msgid "Init Message"
msgstr ""
-#: ../../any.pm_.c:181
+#: ../../any.pm_.c:202
msgid "Open Firmware Delay"
msgstr ""
-#: ../../any.pm_.c:182
+#: ../../any.pm_.c:203
msgid "Kernel Boot Timeout"
msgstr ""
-#: ../../any.pm_.c:183
+#: ../../any.pm_.c:204
msgid "Enable CD Boot?"
msgstr ""
-#: ../../any.pm_.c:184
+#: ../../any.pm_.c:205
msgid "Enable OF Boot?"
msgstr ""
-#: ../../any.pm_.c:185
+#: ../../any.pm_.c:206
msgid "Default OS?"
msgstr "Noklust OS?"
-#: ../../any.pm_.c:207
+#: ../../any.pm_.c:240
+msgid ""
+"You decided to install the bootloader on a partition.\n"
+"This implies you already have a bootloader on the hard drive you boot (eg: "
+"System Commander).\n"
+"\n"
+"On which drive are you booting?"
+msgstr ""
+
+#: ../../any.pm_.c:255
msgid ""
"Here are the different entries.\n"
"You can add some more or change the existing ones."
@@ -648,144 +687,154 @@ msgstr ""
"eit ir dadi sknanas ieraksti.\n"
"Js varat pievienot jaunus vai izmaint esoos."
-#: ../../any.pm_.c:217
+#: ../../any.pm_.c:265 ../../standalone/drakbackup_.c:752
+#: ../../standalone/drakbackup_.c:861 ../../standalone/drakfont_.c:789
+#: ../../standalone/drakfont_.c:826
msgid "Add"
msgstr "Pievienot"
-#: ../../any.pm_.c:217 ../../any.pm_.c:718 ../../diskdrake.pm_.c:161
-#: ../../interactive_http.pm_.c:153 ../../printerdrake.pm_.c:1846
-#: ../../printerdrake.pm_.c:1847 ../../printerdrake.pm_.c:1904
-#: ../../printerdrake.pm_.c:1948
+#: ../../any.pm_.c:265 ../../any.pm_.c:784 ../../diskdrake/hd_gtk.pm_.c:153
+#: ../../diskdrake/removable.pm_.c:27 ../../diskdrake/smbnfs_gtk.pm_.c:86
+#: ../../interactive_http.pm_.c:153
msgid "Done"
msgstr "Izdarts"
-#: ../../any.pm_.c:217
+#: ../../any.pm_.c:265
msgid "Modify"
msgstr "Maint"
-#: ../../any.pm_.c:225
+#: ../../any.pm_.c:273
msgid "Which type of entry do you want to add?"
msgstr "Kda veida ierakstu gribat pievienot"
-#: ../../any.pm_.c:226
+#: ../../any.pm_.c:274 ../../standalone/drakbackup_.c:895
msgid "Linux"
msgstr "Linux"
-#: ../../any.pm_.c:226
+#: ../../any.pm_.c:274
msgid "Other OS (SunOS...)"
msgstr "Cita OS (SunOS...)"
-#: ../../any.pm_.c:227
+#: ../../any.pm_.c:275
msgid "Other OS (MacOS...)"
msgstr "Cita OS (MacOS...)"
-#: ../../any.pm_.c:227
+#: ../../any.pm_.c:275
msgid "Other OS (windows...)"
msgstr "Cita OS (windows...)"
-#: ../../any.pm_.c:246
+#: ../../any.pm_.c:294
msgid "Image"
msgstr "Attls"
-#: ../../any.pm_.c:247 ../../any.pm_.c:258
+#: ../../any.pm_.c:295 ../../any.pm_.c:306
msgid "Root"
msgstr "Sakne"
-#: ../../any.pm_.c:248 ../../any.pm_.c:277
+#: ../../any.pm_.c:296 ../../any.pm_.c:325
msgid "Append"
msgstr "Papildint"
-#: ../../any.pm_.c:252
+#: ../../any.pm_.c:300
msgid "Initrd"
msgstr "Initrd"
-#: ../../any.pm_.c:253
+#: ../../any.pm_.c:301
msgid "Read-write"
msgstr "Last-rakstt"
-#: ../../any.pm_.c:260
+#: ../../any.pm_.c:308
msgid "Table"
msgstr "Tabula"
-#: ../../any.pm_.c:261
+#: ../../any.pm_.c:309
msgid "Unsafe"
msgstr "Nedros"
-#: ../../any.pm_.c:268 ../../any.pm_.c:273 ../../any.pm_.c:276
+#: ../../any.pm_.c:316 ../../any.pm_.c:321 ../../any.pm_.c:324
msgid "Label"
msgstr "Nosaukums"
-#: ../../any.pm_.c:270 ../../any.pm_.c:281
+#: ../../any.pm_.c:318 ../../any.pm_.c:329
msgid "Default"
msgstr "Noklusts"
-#: ../../any.pm_.c:278
+#: ../../any.pm_.c:326
msgid "Initrd-size"
msgstr "Initrd-izmrs"
-#: ../../any.pm_.c:280
+#: ../../any.pm_.c:328
msgid "NoVideo"
msgstr "BezVideo"
-#: ../../any.pm_.c:288
+#: ../../any.pm_.c:336
msgid "Remove entry"
msgstr "Izdzst ierakstu"
-#: ../../any.pm_.c:291
+#: ../../any.pm_.c:339
msgid "Empty label not allowed"
msgstr "Tuks nosaukums nav atauts"
-#: ../../any.pm_.c:292
+#: ../../any.pm_.c:340
+msgid "You must specify a kernel image"
+msgstr ""
+
+#: ../../any.pm_.c:340
+#, fuzzy
+msgid "You must specify a root partition"
+msgstr "Jums ir nepiecieama swap partcija"
+
+#: ../../any.pm_.c:341
msgid "This label is already used"
msgstr "is nosaukums jau ir izmantots"
-#: ../../any.pm_.c:597
+#: ../../any.pm_.c:656
#, c-format
msgid "Found %s %s interfaces"
msgstr "Atrasti %s %s interfeisi"
-#: ../../any.pm_.c:598
+#: ../../any.pm_.c:657
msgid "Do you have another one?"
msgstr "Vai ir vl kds?"
-#: ../../any.pm_.c:599
+#: ../../any.pm_.c:658
#, c-format
msgid "Do you have any %s interfaces?"
msgstr "Vai dator ir kds %s interfeiss?"
-#: ../../any.pm_.c:601 ../../any.pm_.c:760 ../../interactive.pm_.c:112
-#: ../../my_gtk.pm_.c:715
+#: ../../any.pm_.c:660 ../../any.pm_.c:832 ../../interactive.pm_.c:132
+#: ../../my_gtk.pm_.c:1018
msgid "No"
msgstr "N"
-#: ../../any.pm_.c:601 ../../any.pm_.c:759 ../../interactive.pm_.c:112
-#: ../../my_gtk.pm_.c:715
+#: ../../any.pm_.c:660 ../../any.pm_.c:831 ../../interactive.pm_.c:132
+#: ../../my_gtk.pm_.c:1018
msgid "Yes"
msgstr "J"
-#: ../../any.pm_.c:602
+#: ../../any.pm_.c:661
msgid "See hardware info"
msgstr "Apskatt dzelu informciju"
#. -PO: the first %s is the card type (scsi, network, sound,...)
#. -PO: the second is the vendor+model name
-#: ../../any.pm_.c:637
+#: ../../any.pm_.c:695
#, c-format
msgid "Installing driver for %s card %s"
msgstr "Instalju draiveri %s kartei %s"
-#: ../../any.pm_.c:638
+#: ../../any.pm_.c:696
#, c-format
msgid "(module %s)"
msgstr "(modulis %s)"
#. -PO: the %s is the driver type (scsi, network, sound,...)
-#: ../../any.pm_.c:649
+#: ../../any.pm_.c:707
#, c-format
msgid "Which %s driver should I try?"
msgstr "Kuru %s draiveri pamint?"
-#: ../../any.pm_.c:657
+#: ../../any.pm_.c:715
#, c-format
msgid ""
"In some cases, the %s driver needs to have extra information to work\n"
@@ -802,20 +851,22 @@ msgstr ""
"nepiecieamo informciju? Retos gadjumos aptaujana var uzkrt datoru,\n"
"tau tas nerads nekdus bojjumus."
-#: ../../any.pm_.c:662
+#: ../../any.pm_.c:720
msgid "Autoprobe"
msgstr "Aptaujt"
-#: ../../any.pm_.c:662
+#: ../../any.pm_.c:720
msgid "Specify options"
msgstr "Nordt opcijas"
-#: ../../any.pm_.c:666
+#: ../../any.pm_.c:725
#, c-format
-msgid "You may now provide its options to module %s."
-msgstr "Tagad js varat nordt parametrus modulim %s."
+msgid ""
+"You may now provide its options to module %s.\n"
+"Note that any address should be entered with the prefix 0x like '0x123'"
+msgstr ""
-#: ../../any.pm_.c:672
+#: ../../any.pm_.c:731
#, c-format
msgid ""
"You may now provide its options to module %s.\n"
@@ -826,11 +877,11 @@ msgstr ""
"Opciju formts ir ``nosaukums=vrtba nosaukums2=vrtba2 ...''.\n"
"Piemram, ``io=0x300 irq=7''"
-#: ../../any.pm_.c:675
+#: ../../any.pm_.c:734
msgid "Module options:"
msgstr "Modua opcijas:"
-#: ../../any.pm_.c:686
+#: ../../any.pm_.c:745
#, c-format
msgid ""
"Loading module %s failed.\n"
@@ -839,33 +890,49 @@ msgstr ""
"Modua %s ielde bija neveiksmga.\n"
"Vai vlaties pamint ar citiem parametriem?"
-#: ../../any.pm_.c:704
+#: ../../any.pm_.c:761
+msgid "access to X programs"
+msgstr ""
+
+#: ../../any.pm_.c:762
+msgid "access to rpm tools"
+msgstr ""
+
+#: ../../any.pm_.c:763
+msgid "allow \"su\""
+msgstr ""
+
+#: ../../any.pm_.c:764
+msgid "access to administrative files"
+msgstr ""
+
+#: ../../any.pm_.c:769
#, c-format
msgid "(already added %s)"
msgstr "(jau pievienots %s)"
-#: ../../any.pm_.c:708
+#: ../../any.pm_.c:774
msgid "This password is too simple"
msgstr " parole ir prk vienkra"
-#: ../../any.pm_.c:709
+#: ../../any.pm_.c:775
msgid "Please give a user name"
msgstr "Ldzu ievadiet lietotja vrdu"
-#: ../../any.pm_.c:710
+#: ../../any.pm_.c:776
msgid ""
"The user name must contain only lower cased letters, numbers, `-' and `_'"
msgstr "Lietotja vrd var bt tikai mazie angu burti, cipari, `-' un `_'"
-#: ../../any.pm_.c:711
+#: ../../any.pm_.c:777
msgid "This user name is already added"
msgstr "ds lietotja vrds jau ir pievienots"
-#: ../../any.pm_.c:715
+#: ../../any.pm_.c:781
msgid "Add user"
msgstr "Pievienot lietotju"
-#: ../../any.pm_.c:716
+#: ../../any.pm_.c:782
#, c-format
msgid ""
"Enter a user\n"
@@ -874,32 +941,32 @@ msgstr ""
"Ievadiet lietotju\n"
"%s"
-#: ../../any.pm_.c:717
+#: ../../any.pm_.c:783
msgid "Accept user"
msgstr "Apstiprint lietotju"
-#: ../../any.pm_.c:728
+#: ../../any.pm_.c:794
msgid "Real name"
msgstr "Vrds un uzvrds"
-#: ../../any.pm_.c:729 ../../printerdrake.pm_.c:401
-#: ../../printerdrake.pm_.c:480
+#: ../../any.pm_.c:795 ../../printerdrake.pm_.c:707
+#: ../../printerdrake.pm_.c:805
msgid "User name"
msgstr "Lietotja vrds"
-#: ../../any.pm_.c:732
+#: ../../any.pm_.c:798
msgid "Shell"
msgstr "aula"
-#: ../../any.pm_.c:734
+#: ../../any.pm_.c:800
msgid "Icon"
msgstr "Ikona"
-#: ../../any.pm_.c:756
+#: ../../any.pm_.c:828
msgid "Autologin"
msgstr "Autoreistrans"
-#: ../../any.pm_.c:757
+#: ../../any.pm_.c:829
#, fuzzy
msgid ""
"I can set up your computer to automatically log on one user.\n"
@@ -909,33 +976,203 @@ msgstr ""
"atvrta viena noteikta lietotja sesija. \n"
"Ja nevlaties izmantot o iespju, nospiediet atcelanas pogu."
-#: ../../any.pm_.c:761
+#: ../../any.pm_.c:833
msgid "Choose the default user:"
msgstr "Nordiet noklusto lietotju:"
-#: ../../any.pm_.c:762
+#: ../../any.pm_.c:834
msgid "Choose the window manager to run:"
msgstr "Nordiet izmantojamo logu menederi:"
-#: ../../any.pm_.c:771
-msgid "Please, choose a language to use."
+#: ../../any.pm_.c:849
+#, fuzzy
+msgid "Please choose a language to use."
msgstr "Ldzu izvlieties izmantojamo valodu."
-#: ../../any.pm_.c:773
+#: ../../any.pm_.c:851
msgid "You can choose other languages that will be available after install"
msgstr "Js varat izvlties citas valodas, kas bs pieejamas pc instalanas"
-#: ../../any.pm_.c:785 ../../install_steps_interactive.pm_.c:633
+#: ../../any.pm_.c:863 ../../install_steps_interactive.pm_.c:719
+#: ../../standalone/drakxtv_.c:54
msgid "All"
msgstr "Viss"
+#: ../../any.pm_.c:955
+#, fuzzy
+msgid "Allow all users"
+msgstr "Lietotju pievienoana"
+
+#: ../../any.pm_.c:955 ../../install_steps_interactive.pm_.c:521
+msgid "Custom"
+msgstr "Pielgota"
+
+#: ../../any.pm_.c:955
+#, fuzzy
+msgid "No sharing"
+msgstr "CUPS startana"
+
+#: ../../any.pm_.c:965 ../../network/smbnfs.pm_.c:45
+#, fuzzy, c-format
+msgid "The package %s needs to be installed. Do you want to install it?"
+msgstr ""
+"o pakotni ir nepiecieams uzlabot\n"
+"Vai tiem vlaties atteikties no ts?"
+
+#: ../../any.pm_.c:968
+msgid "You can export using NFS or Samba. Which one do you want"
+msgstr ""
+
+#: ../../any.pm_.c:976 ../../network/smbnfs.pm_.c:49
+#, c-format
+msgid "Mandatory package %s is missing"
+msgstr ""
+
+#: ../../any.pm_.c:982
+msgid ""
+"Do you want to allow users to export some directories in their home?\n"
+"Allowing this will permit users to simply click on \"Share\" in konqueror "
+"and nautilus.\n"
+"\n"
+"\"Custom\" permit a per-user granularity.\n"
+msgstr ""
+
+#: ../../any.pm_.c:996 ../../bootlook.pm_.c:161
+#: ../../diskdrake/smbnfs_gtk.pm_.c:85 ../../install_steps_gtk.pm_.c:464
+#: ../../install_steps_gtk.pm_.c:522 ../../install_steps_interactive.pm_.c:594
+#: ../../interactive.pm_.c:142 ../../interactive.pm_.c:317
+#: ../../interactive.pm_.c:349 ../../interactive_stdio.pm_.c:141
+#: ../../my_gtk.pm_.c:687 ../../my_gtk.pm_.c:690 ../../my_gtk.pm_.c:1019
+#: ../../network/netconnect.pm_.c:47 ../../printerdrake.pm_.c:1586
+#: ../../standalone/drakautoinst_.c:204 ../../standalone/drakbackup_.c:2264
+#: ../../standalone/drakbackup_.c:2289 ../../standalone/drakbackup_.c:2310
+#: ../../standalone/drakbackup_.c:2331 ../../standalone/drakbackup_.c:2349
+#: ../../standalone/drakbackup_.c:2397 ../../standalone/drakbackup_.c:2417
+#: ../../standalone/drakbackup_.c:2436 ../../standalone/drakfont_.c:767
+#: ../../standalone/drakgw_.c:721 ../../standalone/draknet_.c:116
+#: ../../standalone/draknet_.c:148 ../../standalone/draknet_.c:290
+#: ../../standalone/draknet_.c:538 ../../standalone/draknet_.c:680
+#: ../../standalone/logdrake_.c:225 ../../standalone/logdrake_.c:512
+#: ../../standalone/tinyfirewall_.c:65
+msgid "Cancel"
+msgstr "Atcelt"
+
+#: ../../any.pm_.c:996
+msgid "Launch userdrake"
+msgstr ""
+
+#: ../../any.pm_.c:998
+msgid ""
+"The per-user sharing uses the group \"fileshare\". \n"
+"You can use userdrake to add a user in this group."
+msgstr ""
+
+#: ../../any.pm_.c:1035
+msgid "Welcome To Crackers"
+msgstr "Sveiciens hakeriem"
+
+#: ../../any.pm_.c:1036
+msgid "Poor"
+msgstr "Vj"
+
+#: ../../any.pm_.c:1037 ../../mouse.pm_.c:31
+msgid "Standard"
+msgstr "Standarta"
+
+#: ../../any.pm_.c:1038
+msgid "High"
+msgstr "Augsts"
+
+#: ../../any.pm_.c:1039
+#, fuzzy
+msgid "Higher"
+msgstr "Augsts"
+
+#: ../../any.pm_.c:1040
+msgid "Paranoid"
+msgstr "Paranoisks"
+
+#: ../../any.pm_.c:1043
+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 ""
+"o lmeni ir jizmanto uzmangi. Tas padara jsu sistmu vieglk\n"
+"izmantojamu, tau oti nedrou: to nedrkst izmantot datoram, kas ir\n"
+"pieslgts citiem datoriem vai Internetam. Netiek prastas paroles."
+
+#: ../../any.pm_.c:1046
+msgid ""
+"Password are now enabled, but use as a networked computer is still not "
+"recommended."
+msgstr ""
+"Tagad tiek izmantota parole, tau izmantot datoru tkl vl aizvien\n"
+"nav ieteicams."
+
+#: ../../any.pm_.c:1047
+#, fuzzy
+msgid ""
+"This is the standard security recommended for a computer that will be used "
+"to connect to the Internet as a client."
+msgstr ""
+"is ir parasts drobas lmenis, kas ir ieteicams datoram, kas tiks\n"
+"izmantots k klients Interneta pieslgumam. Tagad tiek prbaudta droba. "
+
+#: ../../any.pm_.c:1048
+msgid ""
+"There are already some restrictions, and more automatic checks are run every "
+"night."
+msgstr ""
+
+#: ../../any.pm_.c:1049
+#, fuzzy
+msgid ""
+"With this security level, the use of this system as a server becomes "
+"possible.\n"
+"The security is now high enough to use the system as a server which accept\n"
+"connections from many clients. Note: if your machine is only a client on the "
+"Internet, you should better choose a lower level."
+msgstr ""
+"Ar o drobas lmeni sistmu var skt izmantot k serveri.\n"
+"Droba tagad ir pietiekoi augsta, lai izmantotu sistmu k serveri, kas\n"
+"apkalpo pieslgumus no daudziem klientiem. "
+
+#: ../../any.pm_.c:1052
+#, fuzzy
+msgid ""
+"Based on the previous level, but the system is entirely closed.\n"
+"Security features are at their maximum."
+msgstr ""
+"Ms izmantojam 4. lmea iespjas, tau tagad sistma ir pilnb\n"
+"aizslgta. Droba tagad ir maksimlaj lmen."
+
+#: ../../any.pm_.c:1058
+msgid "Choose security level"
+msgstr "Izvlieties drobas lmeni?"
+
+#: ../../any.pm_.c:1061
+#, fuzzy
+msgid "Security level"
+msgstr "Uzstdu drobas lmeni"
+
+#: ../../any.pm_.c:1063
+#, fuzzy
+msgid "Use libsafe for servers"
+msgstr "Nordiet servera opcijas"
+
+#: ../../any.pm_.c:1064
+msgid ""
+"A library which defends against buffer overflow and format string attacks."
+msgstr ""
+
# NOTE: this message will be displayed at boot time; that is
# only the ascii charset will be available on most machines
# so use only 7bit for this message (and do transliteration or
# leave it in English, as it is the best for your language)
#
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#: ../../bootloader.pm_.c:259
+#: ../../bootloader.pm_.c:355
#, c-format
msgid ""
"Welcome to %s the operating system chooser!\n"
@@ -960,7 +1197,7 @@ msgstr ""
#
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:835
+#: ../../bootloader.pm_.c:928
msgid "Welcome to GRUB the operating system chooser!"
msgstr "Juus sveic GRUB, opereetaajsisteemu izveeles programma!"
@@ -974,7 +1211,7 @@ msgstr "Juus sveic GRUB, opereetaajsisteemu izveeles programma!"
#
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:838
+#: ../../bootloader.pm_.c:931
#, c-format
msgid "Use the %c and %c keys for selecting which entry is highlighted."
msgstr "Izmantojiet taustinus %c un %c, lai izveeleetos vajadziigo ierakstu."
@@ -989,7 +1226,7 @@ msgstr "Izmantojiet taustinus %c un %c, lai izveeleetos vajadziigo ierakstu."
#
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:841
+#: ../../bootloader.pm_.c:934
msgid "Press enter to boot the selected OS, 'e' to edit the"
msgstr "Nospiediet ievadu, lai saakneetu izveeleeto OS, 'e', lai redigeetu"
@@ -1003,7 +1240,7 @@ msgstr "Nospiediet ievadu, lai saakneetu izveeleeto OS, 'e', lai redigeetu"
#
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:844
+#: ../../bootloader.pm_.c:937
msgid "commands before booting, or 'c' for a command-line."
msgstr "komandas pirms saakneesanas, vai 'c', lai izsauktu komandrindu."
@@ -1017,27 +1254,27 @@ msgstr "komandas pirms saakneesanas, vai 'c', lai izsauktu komandrindu."
#
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:847
+#: ../../bootloader.pm_.c:940
#, c-format
msgid "The highlighted entry will be booted automatically in %d seconds."
msgstr "Izdaliitais ieraksts tiks saakneets peec %d sekundeem."
-#: ../../bootloader.pm_.c:851
+#: ../../bootloader.pm_.c:944
msgid "not enough room in /boot"
msgstr "nepietiek vietas partcij /boot"
#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
#. -PO: so you may need to put them in English or in a different language if MS-windows doesn't exist in your language
-#: ../../bootloader.pm_.c:951
+#: ../../bootloader.pm_.c:1044
msgid "Desktop"
msgstr "Darbavirsma"
#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#: ../../bootloader.pm_.c:953
+#: ../../bootloader.pm_.c:1046
msgid "Start Menu"
msgstr "Starta izvlne"
-#: ../../bootloader.pm_.c:972
+#: ../../bootloader.pm_.c:1065
#, fuzzy, c-format
msgid "You can't install the bootloader on a %s partition\n"
msgstr "Kur js vlaties instalt skntju?"
@@ -1050,15 +1287,15 @@ msgstr "paldzba pagaidm nav realizta.\n"
msgid "Boot Style Configuration"
msgstr "Sknanas stila konfigurana"
-#: ../../bootlook.pm_.c:79
+#: ../../bootlook.pm_.c:79 ../../standalone/logdrake_.c:101
msgid "/_File"
msgstr "/_Fails"
-#: ../../bootlook.pm_.c:80
+#: ../../bootlook.pm_.c:80 ../../standalone/logdrake_.c:107
msgid "/File/_Quit"
msgstr "/Fails/_Beigt"
-#: ../../bootlook.pm_.c:80
+#: ../../bootlook.pm_.c:80 ../../standalone/logdrake_.c:107
msgid "<control>Q"
msgstr "<control>Q"
@@ -1082,11 +1319,15 @@ msgstr "Tradicionlais Gtk+ Monitors"
msgid "Launch Aurora at boot time"
msgstr "Palaist Aurora sknanas laik"
-#: ../../bootlook.pm_.c:100
+#: ../../bootlook.pm_.c:98
msgid "Lilo/grub mode"
msgstr "Lilo/grub rems"
-#: ../../bootlook.pm_.c:102
+#: ../../bootlook.pm_.c:98
+msgid "Yaboot mode"
+msgstr "Yaboot rems"
+
+#: ../../bootlook.pm_.c:104
#, c-format
msgid ""
"You are currently using %s as Boot Manager.\n"
@@ -1095,100 +1336,150 @@ msgstr ""
"Js palaik lietojat OS ieldtju %s.\n"
"Spiediet Konfigurt, lai palaistu uzstdanas meistaru."
-#: ../../bootlook.pm_.c:104 ../../standalone/drakgw_.c:643
-#: ../../standalone/draknet_.c:280 ../../standalone/tinyfirewall_.c:57
+#: ../../bootlook.pm_.c:106 ../../standalone/drakbackup_.c:1467
+#: ../../standalone/drakbackup_.c:1478 ../../standalone/drakgw_.c:715
+#: ../../standalone/tinyfirewall_.c:59
msgid "Configure"
msgstr "Konfigurt"
-#: ../../bootlook.pm_.c:108
-msgid "Boot mode"
-msgstr "Sknanas rems"
-
-#: ../../bootlook.pm_.c:136
+#: ../../bootlook.pm_.c:141
msgid "System mode"
msgstr "Sistmas rems"
-#: ../../bootlook.pm_.c:138
+#: ../../bootlook.pm_.c:143
msgid "Launch the X-Window system at start"
msgstr "Palaist X-Window sistmu sknanas laik"
-#: ../../bootlook.pm_.c:143
+#: ../../bootlook.pm_.c:148
msgid "No, I don't want autologin"
msgstr "N, negribu lietot autologin"
-#: ../../bootlook.pm_.c:145
+#: ../../bootlook.pm_.c:150
msgid "Yes, I want autologin with this (user, desktop)"
msgstr "J, gribu lietot autologin im lietotjam un darba virsmai"
-#: ../../bootlook.pm_.c:155 ../../standalone/draknet_.c:108
-#: ../../standalone/draknet_.c:140 ../../standalone/draknet_.c:208
-#: ../../standalone/draknet_.c:320 ../../standalone/draknet_.c:433
-#: ../../standalone/draknet_.c:507 ../../standalone/draknet_.c:543
-#: ../../standalone/draknet_.c:644
+#: ../../bootlook.pm_.c:160 ../../network/netconnect.pm_.c:102
+#: ../../standalone/drakbackup_.c:2441 ../../standalone/drakbackup_.c:3345
+#: ../../standalone/drakfont_.c:532 ../../standalone/drakfont_.c:655
+#: ../../standalone/drakfont_.c:719 ../../standalone/drakfont_.c:765
+#: ../../standalone/draknet_.c:109 ../../standalone/draknet_.c:141
+#: ../../standalone/draknet_.c:297 ../../standalone/draknet_.c:436
+#: ../../standalone/draknet_.c:522 ../../standalone/draknet_.c:565
+#: ../../standalone/draknet_.c:666 ../../standalone/logdrake_.c:505
msgid "OK"
msgstr "Labi"
-#: ../../bootlook.pm_.c:156 ../../install_steps_gtk.pm_.c:516
-#: ../../interactive.pm_.c:122 ../../interactive.pm_.c:286
-#: ../../interactive.pm_.c:308 ../../interactive_stdio.pm_.c:27
-#: ../../my_gtk.pm_.c:416 ../../my_gtk.pm_.c:419 ../../my_gtk.pm_.c:716
-#: ../../printerdrake.pm_.c:1158 ../../standalone/drakgw_.c:648
-#: ../../standalone/draknet_.c:115 ../../standalone/draknet_.c:147
-#: ../../standalone/draknet_.c:313 ../../standalone/draknet_.c:519
-#: ../../standalone/draknet_.c:658 ../../standalone/tinyfirewall_.c:63
-msgid "Cancel"
-msgstr "Atcelt"
-
-#: ../../bootlook.pm_.c:224
+#: ../../bootlook.pm_.c:229
#, c-format
msgid "can not open /etc/inittab for reading: %s"
msgstr "lasanai nevar atvrt /etc/inittab: %s"
-#: ../../bootlook.pm_.c:336 ../../standalone/drakboot_.c:47
-msgid "Installation of LILO failed. The following error occured:"
-msgstr "LILO uzstdana neizdevs. Uzrads da kda:"
-
-#: ../../common.pm_.c:93
+#: ../../common.pm_.c:94
msgid "GB"
msgstr "GB"
-#: ../../common.pm_.c:93
+#: ../../common.pm_.c:94
msgid "KB"
msgstr "KB"
-#: ../../common.pm_.c:93 ../../install_steps_graphical.pm_.c:287
-#: ../../install_steps_graphical.pm_.c:334
+#: ../../common.pm_.c:94
msgid "MB"
msgstr "MB"
-#: ../../common.pm_.c:101
+#: ../../common.pm_.c:102
msgid "TB"
msgstr "TB"
-#: ../../common.pm_.c:109
+#: ../../common.pm_.c:110
#, c-format
msgid "%d minutes"
msgstr "%d mintes"
-#: ../../common.pm_.c:111
+#: ../../common.pm_.c:112
msgid "1 minute"
msgstr "1 minte"
-#: ../../common.pm_.c:113
+#: ../../common.pm_.c:114
#, c-format
msgid "%d seconds"
msgstr "%d sekundes"
-#: ../../diskdrake.pm_.c:100
+#: ../../common.pm_.c:159
+#, fuzzy
+msgid "Can't make screenshots before partitioning"
+msgstr "Vairk partciju nevar pievienot"
+
+#: ../../common.pm_.c:166
+#, fuzzy, c-format
+msgid "Screenshots will be available after install in %s"
+msgstr "Js varat izvlties citas valodas, kas bs pieejamas pc instalanas"
+
+#: ../../crypto.pm_.c:12 ../../crypto.pm_.c:26 ../../standalone/drakxtv_.c:50
+#, fuzzy
+msgid "France"
+msgstr "Francijas"
+
+#: ../../crypto.pm_.c:13
+msgid "Costa Rica"
+msgstr ""
+
+#: ../../crypto.pm_.c:14 ../../crypto.pm_.c:27
+#, fuzzy
+msgid "Belgium"
+msgstr "Beijas"
+
+#: ../../crypto.pm_.c:15 ../../crypto.pm_.c:28
+msgid "Czech Republic"
+msgstr ""
+
+#: ../../crypto.pm_.c:16 ../../crypto.pm_.c:29
+#, fuzzy
+msgid "Germany"
+msgstr "Vcijas"
+
+#: ../../crypto.pm_.c:17 ../../crypto.pm_.c:30
+#, fuzzy
+msgid "Greece"
+msgstr "Grieijas"
+
+#: ../../crypto.pm_.c:18 ../../crypto.pm_.c:31
+#, fuzzy
+msgid "Norway"
+msgstr "Norvijas"
+
+#: ../../crypto.pm_.c:19 ../../crypto.pm_.c:32
+#, fuzzy
+msgid "Sweden"
+msgstr "Zviedrijas"
+
+#: ../../crypto.pm_.c:20 ../../crypto.pm_.c:34
+msgid "Netherlands"
+msgstr ""
+
+#: ../../crypto.pm_.c:21 ../../crypto.pm_.c:35 ../../standalone/drakxtv_.c:50
+#, fuzzy
+msgid "Italy"
+msgstr "Itlijas"
+
+#: ../../crypto.pm_.c:22 ../../crypto.pm_.c:36
+#, fuzzy
+msgid "Austria"
+msgstr "serila"
+
+#: ../../crypto.pm_.c:33 ../../crypto.pm_.c:67
+msgid "United States"
+msgstr ""
+
+#: ../../diskdrake/hd_gtk.pm_.c:94
msgid "Please make a backup of your data first"
msgstr "Vispirms izveidojiet datu rezerves kopiju"
-#: ../../diskdrake.pm_.c:100 ../../diskdrake_interactive.pm_.c:801
-#: ../../diskdrake_interactive.pm_.c:810 ../../diskdrake_interactive.pm_.c:864
+#: ../../diskdrake/hd_gtk.pm_.c:94 ../../diskdrake/interactive.pm_.c:891
+#: ../../diskdrake/interactive.pm_.c:900 ../../diskdrake/interactive.pm_.c:954
msgid "Read carefully!"
msgstr "Lasiet uzmangi!"
-#: ../../diskdrake.pm_.c:103
+#: ../../diskdrake/hd_gtk.pm_.c:97
msgid ""
"If you plan to use aboot, be carefull to leave a free space (2048 sectors is "
"enough)\n"
@@ -1197,54 +1488,23 @@ msgstr ""
"Ja gatavojaties izmantot aboot, neaizmirstiet atstt brvu vietu diska\n"
"skum (pietiek ar 2048 sektoriem)"
-#: ../../diskdrake.pm_.c:122 ../../diskdrake_interactive.pm_.c:313
-#: ../../diskdrake_interactive.pm_.c:328 ../../install_steps.pm_.c:72
-#: ../../install_steps_interactive.pm_.c:37
-#: ../../install_steps_interactive.pm_.c:310 ../../interactive_http.pm_.c:119
-#: ../../interactive_http.pm_.c:120 ../../standalone/diskdrake_.c:62
+#: ../../diskdrake/hd_gtk.pm_.c:116 ../../diskdrake/interactive.pm_.c:325
+#: ../../diskdrake/interactive.pm_.c:340 ../../diskdrake/smbnfs_gtk.pm_.c:45
+#: ../../install_steps.pm_.c:75 ../../install_steps_interactive.pm_.c:67
+#: ../../install_steps_interactive.pm_.c:356 ../../interactive_http.pm_.c:119
+#: ../../interactive_http.pm_.c:120 ../../standalone/diskdrake_.c:84
msgid "Error"
msgstr "Kda"
-#: ../../diskdrake.pm_.c:159
+#: ../../diskdrake/hd_gtk.pm_.c:151
msgid "Wizard"
msgstr "Meistars"
-#: ../../diskdrake.pm_.c:181
-msgid "New"
-msgstr "Jauns"
-
-#: ../../diskdrake.pm_.c:203 ../../diskdrake.pm_.c:206
-msgid "Remote"
-msgstr "Attla"
-
-#: ../../diskdrake.pm_.c:208 ../../diskdrake.pm_.c:479
-#: ../../diskdrake_interactive.pm_.c:352 ../../diskdrake_interactive.pm_.c:523
-msgid "Mount point"
-msgstr "Montanas punkts"
-
-#: ../../diskdrake.pm_.c:209
-msgid "Options"
-msgstr "Opcijas"
-
-#: ../../diskdrake.pm_.c:211 ../../diskdrake.pm_.c:417
-#: ../../diskdrake.pm_.c:534 ../../diskdrake_interactive.pm_.c:353
-#: ../../diskdrake_interactive.pm_.c:488
-msgid "Type"
-msgstr "Tips"
-
-#: ../../diskdrake.pm_.c:223 ../../diskdrake_interactive.pm_.c:361
-msgid "Unmount"
-msgstr "Nomontt"
-
-#: ../../diskdrake.pm_.c:224 ../../diskdrake_interactive.pm_.c:357
-msgid "Mount"
-msgstr "Montta"
-
-#: ../../diskdrake.pm_.c:228
+#: ../../diskdrake/hd_gtk.pm_.c:181 ../../diskdrake/removable_gtk.pm_.c:24
msgid "Choose action"
msgstr "Izvlieties darbbu"
-#: ../../diskdrake.pm_.c:235
+#: ../../diskdrake/hd_gtk.pm_.c:185
msgid ""
"You have one big FAT partition\n"
"(generally used by MicroSoft Dos/Windows).\n"
@@ -1256,88 +1516,78 @@ msgstr ""
"Iesaku vispirms izmaint s partcijas izmru\n"
"(uzklikiniet uz ts, tad uz \"Maint izmru\")"
-#: ../../diskdrake.pm_.c:238
+#: ../../diskdrake/hd_gtk.pm_.c:188
msgid "Please click on a partition"
msgstr "Ldzu uzklikiniet uz partcijas"
-#: ../../diskdrake.pm_.c:240
-#, fuzzy
-msgid "Please click on a media"
-msgstr "Ldzu uzklikiniet uz partcijas"
-
-#: ../../diskdrake.pm_.c:243
-#, fuzzy
-msgid ""
-"Please click on a button above\n"
-"\n"
-"Or use \"New\""
-msgstr "Ldzu uzklikiniet uz partcijas"
-
-#: ../../diskdrake.pm_.c:244
-msgid "Use \"New\""
-msgstr ""
-
-#: ../../diskdrake.pm_.c:263 ../../install_steps_gtk.pm_.c:517
+#: ../../diskdrake/hd_gtk.pm_.c:202 ../../diskdrake/smbnfs_gtk.pm_.c:67
+#: ../../install_steps_gtk.pm_.c:523
msgid "Details"
msgstr "Detaas"
-#: ../../diskdrake.pm_.c:395
+#: ../../diskdrake/hd_gtk.pm_.c:320
msgid "Ext2"
msgstr "Ext2"
-#: ../../diskdrake.pm_.c:395
+#: ../../diskdrake/hd_gtk.pm_.c:320
msgid "FAT"
msgstr "FAT"
-#: ../../diskdrake.pm_.c:395
+#: ../../diskdrake/hd_gtk.pm_.c:320
msgid "HFS"
msgstr "HFS"
-#: ../../diskdrake.pm_.c:395
+#: ../../diskdrake/hd_gtk.pm_.c:320
#, fuzzy
msgid "Journalised FS"
msgstr "montana neizdevs"
-#: ../../diskdrake.pm_.c:395
+#: ../../diskdrake/hd_gtk.pm_.c:320
msgid "SunOS"
msgstr "SunOS"
-#: ../../diskdrake.pm_.c:395
+#: ../../diskdrake/hd_gtk.pm_.c:320
msgid "Swap"
msgstr "Swap"
-#: ../../diskdrake.pm_.c:396 ../../diskdrake_interactive.pm_.c:952
+#: ../../diskdrake/hd_gtk.pm_.c:321 ../../diskdrake/interactive.pm_.c:1050
msgid "Empty"
msgstr "Tuks"
-#: ../../diskdrake.pm_.c:396 ../../install_steps_gtk.pm_.c:373
-#: ../../install_steps_gtk.pm_.c:433 ../../mouse.pm_.c:161
-#: ../../services.pm_.c:161
+#: ../../diskdrake/hd_gtk.pm_.c:321 ../../install_steps_gtk.pm_.c:379
+#: ../../install_steps_gtk.pm_.c:439 ../../mouse.pm_.c:162
+#: ../../services.pm_.c:157 ../../standalone/drakbackup_.c:944
msgid "Other"
msgstr "Cits"
-#: ../../diskdrake.pm_.c:400
+#: ../../diskdrake/hd_gtk.pm_.c:325
msgid "Filesystem types:"
msgstr "Failu sistmu tipi:"
-#: ../../diskdrake.pm_.c:417 ../../diskdrake_interactive.pm_.c:375
+#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/interactive.pm_.c:386
msgid "Create"
msgstr "Izveidot"
-#: ../../diskdrake.pm_.c:417 ../../diskdrake.pm_.c:419
+#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/interactive.pm_.c:365
+#: ../../diskdrake/interactive.pm_.c:499 ../../diskdrake/removable.pm_.c:26
+#: ../../diskdrake/removable.pm_.c:49 ../../diskdrake/removable_gtk.pm_.c:17
+msgid "Type"
+msgstr "Tips"
+
+#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/hd_gtk.pm_.c:344
#, c-format
msgid "Use ``%s'' instead"
msgstr "T viet izmantojiet ``%s''"
-#: ../../diskdrake.pm_.c:419 ../../diskdrake_interactive.pm_.c:362
+#: ../../diskdrake/hd_gtk.pm_.c:344 ../../diskdrake/interactive.pm_.c:374
msgid "Delete"
msgstr "Izdzst"
-#: ../../diskdrake.pm_.c:423
+#: ../../diskdrake/hd_gtk.pm_.c:348
msgid "Use ``Unmount'' first"
msgstr "Vispirms izmantojiet ``Nomontt''"
-#: ../../diskdrake.pm_.c:424 ../../diskdrake_interactive.pm_.c:480
+#: ../../diskdrake/hd_gtk.pm_.c:349 ../../diskdrake/interactive.pm_.c:491
#, c-format
msgid ""
"After changing type of partition %s, all data on this partition will be lost"
@@ -1345,133 +1595,68 @@ msgstr ""
"Pc partcijas %s tipa nomaias visi aj partcij esoie dati tiks "
"pazaudti"
-#: ../../diskdrake.pm_.c:478 ../../diskdrake_interactive.pm_.c:522
-#, c-format
-msgid "Where do you want to mount device %s?"
-msgstr "Kur js vlaties montt %s ierci?"
-
-#: ../../diskdrake.pm_.c:500
-msgid "Mount options"
-msgstr "Montanas iespjas:"
-
-#: ../../diskdrake.pm_.c:507
-msgid "Various"
-msgstr "Viss kas"
-
-#: ../../diskdrake.pm_.c:525
-msgid "Removable media"
-msgstr "Izemams datu nesjs"
-
-#: ../../diskdrake.pm_.c:532
-msgid "Change type"
-msgstr "Maint tipu"
-
-#: ../../diskdrake.pm_.c:533 ../../diskdrake_interactive.pm_.c:487
-msgid "Which filesystem do you want?"
-msgstr "Kuru failu sistmu vlaties?"
-
-#: ../../diskdrake.pm_.c:564
-msgid "Scanning available nfs shared resource"
-msgstr "Skanju piejamos nfs kopgos resursus"
-
-#: ../../diskdrake.pm_.c:569
-#, c-format
-msgid "Scanning available nfs shared resource of server %s"
-msgstr "Skanju piejamos nfs kopgos resursus uz servera %s"
-
-#: ../../diskdrake.pm_.c:578 ../../diskdrake.pm_.c:648
-msgid "If the list above doesn't contain the wanted entry, enter it here:"
-msgstr ""
-
-#: ../../diskdrake.pm_.c:581 ../../diskdrake.pm_.c:651
-#, fuzzy
-msgid "Server"
-msgstr "serveris"
-
-#: ../../diskdrake.pm_.c:582 ../../diskdrake.pm_.c:652
-msgid "Shared resource"
-msgstr ""
-
-#: ../../diskdrake.pm_.c:615
-msgid "Scanning available samba shared resource"
-msgstr "Skanju piejamos samba kopgos resursus"
-
-#: ../../diskdrake.pm_.c:626 ../../diskdrake.pm_.c:639
-#, c-format
-msgid "Scanning available samba shared resource of server %s"
-msgstr "Skanju piejamos samba kopgos resursus uz servera %s"
-
-#: ../../diskdrake_interactive.pm_.c:163
+#: ../../diskdrake/interactive.pm_.c:171
msgid "Choose a partition"
msgstr "Izvlieties partciju"
-#: ../../diskdrake_interactive.pm_.c:163
+#: ../../diskdrake/interactive.pm_.c:171
msgid "Choose another partition"
msgstr "Izvlieties citu partciju"
-#: ../../diskdrake_interactive.pm_.c:188
+#: ../../diskdrake/interactive.pm_.c:196
msgid "Exit"
msgstr "Iziet"
-#: ../../diskdrake_interactive.pm_.c:210
+#: ../../diskdrake/interactive.pm_.c:218
msgid "Toggle to expert mode"
msgstr "Prslgt eksperta rem"
-#: ../../diskdrake_interactive.pm_.c:210
+#: ../../diskdrake/interactive.pm_.c:218
msgid "Toggle to normal mode"
msgstr "Prslgt normlaj rem"
-#: ../../diskdrake_interactive.pm_.c:210
+#: ../../diskdrake/interactive.pm_.c:218
msgid "Undo"
msgstr "Atsaukt"
-#: ../../diskdrake_interactive.pm_.c:229
+#: ../../diskdrake/interactive.pm_.c:237
msgid "Continue anyway?"
msgstr "Tad turpint?"
-#: ../../diskdrake_interactive.pm_.c:234
+#: ../../diskdrake/interactive.pm_.c:242
msgid "Quit without saving"
msgstr "Iziet nesaglabjot"
-#: ../../diskdrake_interactive.pm_.c:234
+#: ../../diskdrake/interactive.pm_.c:242
msgid "Quit without writing the partition table?"
msgstr "Iziet neierakstot partciju tabulau?"
-#: ../../diskdrake_interactive.pm_.c:237
+#: ../../diskdrake/interactive.pm_.c:247
#, fuzzy
msgid "Do you want to save /etc/fstab modifications"
msgstr "Vai vlaties izmint o konfigurciju?"
-#: ../../diskdrake_interactive.pm_.c:247
+#: ../../diskdrake/interactive.pm_.c:259
msgid "Auto allocate"
msgstr "Izvietot automtiski"
-#: ../../diskdrake_interactive.pm_.c:247
+#: ../../diskdrake/interactive.pm_.c:259
msgid "Clear all"
msgstr "Visu dzst"
-#: ../../diskdrake_interactive.pm_.c:247
-#: ../../install_steps_interactive.pm_.c:171
-msgid "More"
-msgstr "Vairk"
-
-#: ../../diskdrake_interactive.pm_.c:250
+#: ../../diskdrake/interactive.pm_.c:262
msgid "Hard drive information"
msgstr "Ciet diska informcija"
-#: ../../diskdrake_interactive.pm_.c:267
-msgid "Not enough space for auto-allocating"
-msgstr "Nepietiek brvas vietas, lai izvietotu automtiski"
-
-#: ../../diskdrake_interactive.pm_.c:273
+#: ../../diskdrake/interactive.pm_.c:283
msgid "All primary partitions are used"
msgstr "Visas primrs partcijas izmantotas"
-#: ../../diskdrake_interactive.pm_.c:274
+#: ../../diskdrake/interactive.pm_.c:284
msgid "I can't add any more partition"
msgstr "Vairk partciju nevar pievienot"
-#: ../../diskdrake_interactive.pm_.c:275
+#: ../../diskdrake/interactive.pm_.c:285
msgid ""
"To have more partitions, please delete one to be able to create an extended "
"partition"
@@ -1479,35 +1664,35 @@ msgstr ""
"Ja gribat vairk partcijas, izdzsiet kdu partciju, lai vartu izveidot "
"paplainto partciju"
-#: ../../diskdrake_interactive.pm_.c:285
+#: ../../diskdrake/interactive.pm_.c:295
#, fuzzy
msgid "Save partition table"
msgstr "Ierakstt partciju tabulu"
-#: ../../diskdrake_interactive.pm_.c:286
+#: ../../diskdrake/interactive.pm_.c:296
#, fuzzy
msgid "Restore partition table"
msgstr "Salabot partciju tabulu"
-#: ../../diskdrake_interactive.pm_.c:287
+#: ../../diskdrake/interactive.pm_.c:297
msgid "Rescue partition table"
msgstr "Salabot partciju tabulu"
-#: ../../diskdrake_interactive.pm_.c:289
+#: ../../diskdrake/interactive.pm_.c:299
#, fuzzy
msgid "Reload partition table"
msgstr "Salabot partciju tabulu"
-#: ../../diskdrake_interactive.pm_.c:293
+#: ../../diskdrake/interactive.pm_.c:304
#, fuzzy
msgid "Removable media automounting"
msgstr "Izemams datu nesjs"
-#: ../../diskdrake_interactive.pm_.c:301 ../../diskdrake_interactive.pm_.c:321
+#: ../../diskdrake/interactive.pm_.c:313 ../../diskdrake/interactive.pm_.c:333
msgid "Select file"
msgstr "Izvlieties failu"
-#: ../../diskdrake_interactive.pm_.c:308
+#: ../../diskdrake/interactive.pm_.c:320
msgid ""
"The backup partition table has not the same size\n"
"Still continue?"
@@ -1515,11 +1700,11 @@ msgstr ""
"Partciju tabulas rezerves kopijai ir atirgs izmrs\n"
"Tomr turpint, ja?"
-#: ../../diskdrake_interactive.pm_.c:322
+#: ../../diskdrake/interactive.pm_.c:334
msgid "Warning"
msgstr "Uzmanbu"
-#: ../../diskdrake_interactive.pm_.c:323
+#: ../../diskdrake/interactive.pm_.c:335
msgid ""
"Insert a floppy in drive\n"
"All data on this floppy will be lost"
@@ -1527,98 +1712,123 @@ msgstr ""
"Ielieciet disketi\n"
"Visi uz disketes esoie dati tiks dzsti"
-#: ../../diskdrake_interactive.pm_.c:334
+#: ../../diskdrake/interactive.pm_.c:346
msgid "Trying to rescue partition table"
msgstr "Minu saglbt partciju tabulu"
-#: ../../diskdrake_interactive.pm_.c:340
+#: ../../diskdrake/interactive.pm_.c:352
msgid "Detailed information"
msgstr "Detalizta informcija"
-#: ../../diskdrake_interactive.pm_.c:354 ../../diskdrake_interactive.pm_.c:590
+#: ../../diskdrake/interactive.pm_.c:364 ../../diskdrake/interactive.pm_.c:534
+#: ../../diskdrake/interactive.pm_.c:554 ../../diskdrake/removable.pm_.c:24
+#: ../../diskdrake/removable_gtk.pm_.c:15 ../../diskdrake/smbnfs_gtk.pm_.c:83
+msgid "Mount point"
+msgstr "Montanas punkts"
+
+#: ../../diskdrake/interactive.pm_.c:366 ../../diskdrake/removable.pm_.c:25
+#: ../../diskdrake/removable_gtk.pm_.c:16 ../../diskdrake/smbnfs_gtk.pm_.c:84
+msgid "Options"
+msgstr "Opcijas"
+
+#: ../../diskdrake/interactive.pm_.c:367 ../../diskdrake/interactive.pm_.c:621
msgid "Resize"
msgstr "Maint izmru"
-#: ../../diskdrake_interactive.pm_.c:355 ../../diskdrake_interactive.pm_.c:630
+#: ../../diskdrake/interactive.pm_.c:368 ../../diskdrake/interactive.pm_.c:674
msgid "Move"
msgstr "Prvietot"
-#: ../../diskdrake_interactive.pm_.c:356
+#: ../../diskdrake/interactive.pm_.c:369
msgid "Format"
msgstr "Formatt"
-#: ../../diskdrake_interactive.pm_.c:358
-msgid "Active"
-msgstr "Aktva"
+#: ../../diskdrake/interactive.pm_.c:370 ../../diskdrake/smbnfs_gtk.pm_.c:80
+msgid "Mount"
+msgstr "Montta"
-#: ../../diskdrake_interactive.pm_.c:359
+#: ../../diskdrake/interactive.pm_.c:371
msgid "Add to RAID"
msgstr "Pievienot pie RAID"
-#: ../../diskdrake_interactive.pm_.c:360
+#: ../../diskdrake/interactive.pm_.c:372
msgid "Add to LVM"
msgstr "Pievienot LVM"
-#: ../../diskdrake_interactive.pm_.c:363
+#: ../../diskdrake/interactive.pm_.c:373 ../../diskdrake/smbnfs_gtk.pm_.c:79
+msgid "Unmount"
+msgstr "Nomontt"
+
+#: ../../diskdrake/interactive.pm_.c:375
msgid "Remove from RAID"
msgstr "Izslgt no RAID"
-#: ../../diskdrake_interactive.pm_.c:364
+#: ../../diskdrake/interactive.pm_.c:376
msgid "Remove from LVM"
msgstr "Izemt no LVM"
-#: ../../diskdrake_interactive.pm_.c:365
+#: ../../diskdrake/interactive.pm_.c:377
msgid "Modify RAID"
msgstr "Maint RAID"
-#: ../../diskdrake_interactive.pm_.c:366
+#: ../../diskdrake/interactive.pm_.c:378
msgid "Use for loopback"
msgstr "Izmantot priek loopback"
-#: ../../diskdrake_interactive.pm_.c:409
+#: ../../diskdrake/interactive.pm_.c:417
msgid "Create a new partition"
msgstr "Izveidot jaunu partciju"
-#: ../../diskdrake_interactive.pm_.c:412
+#: ../../diskdrake/interactive.pm_.c:420
msgid "Start sector: "
msgstr "Skuma sektors: "
-#: ../../diskdrake_interactive.pm_.c:414 ../../diskdrake_interactive.pm_.c:732
+#: ../../diskdrake/interactive.pm_.c:422 ../../diskdrake/interactive.pm_.c:773
msgid "Size in MB: "
msgstr "Izmrs MB: "
-#: ../../diskdrake_interactive.pm_.c:415 ../../diskdrake_interactive.pm_.c:733
+#: ../../diskdrake/interactive.pm_.c:423 ../../diskdrake/interactive.pm_.c:774
msgid "Filesystem type: "
msgstr "Failu sistmas tips: "
-#: ../../diskdrake_interactive.pm_.c:416 ../../diskdrake_interactive.pm_.c:936
-#: ../../diskdrake_interactive.pm_.c:1010
+#: ../../diskdrake/interactive.pm_.c:424
+#: ../../diskdrake/interactive.pm_.c:1034
+#: ../../diskdrake/interactive.pm_.c:1108
msgid "Mount point: "
msgstr "Montanas punkts: "
-#: ../../diskdrake_interactive.pm_.c:420
+#: ../../diskdrake/interactive.pm_.c:428
msgid "Preference: "
msgstr "Priekroka: "
-#: ../../diskdrake_interactive.pm_.c:462
+#: ../../diskdrake/interactive.pm_.c:472
#, fuzzy
msgid "Remove the loopback file?"
msgstr "Formatju loopback failu %s"
-#: ../../diskdrake_interactive.pm_.c:486
+#: ../../diskdrake/interactive.pm_.c:497
msgid "Change partition type"
msgstr "Nomaint partcijas tipu"
-#: ../../diskdrake_interactive.pm_.c:491
+#: ../../diskdrake/interactive.pm_.c:498 ../../diskdrake/removable.pm_.c:48
+msgid "Which filesystem do you want?"
+msgstr "Kuru failu sistmu vlaties?"
+
+#: ../../diskdrake/interactive.pm_.c:502
msgid "Switching from ext2 to ext3"
msgstr ""
-#: ../../diskdrake_interactive.pm_.c:521
+#: ../../diskdrake/interactive.pm_.c:532
#, c-format
msgid "Where do you want to mount loopback file %s?"
msgstr "Kur js vlaties montt loopback failu %s?"
-#: ../../diskdrake_interactive.pm_.c:528
+#: ../../diskdrake/interactive.pm_.c:533 ../../diskdrake/interactive.pm_.c:553
+#, c-format
+msgid "Where do you want to mount device %s?"
+msgstr "Kur js vlaties montt %s ierci?"
+
+#: ../../diskdrake/interactive.pm_.c:539
msgid ""
"Can't unset mount point as this partition is used for loop back.\n"
"Remove the loopback first"
@@ -1627,120 +1837,128 @@ msgstr ""
"loopback.\n"
"Vispirms noemiet loopback"
-#: ../../diskdrake_interactive.pm_.c:549
+#: ../../diskdrake/interactive.pm_.c:577
msgid "Computing FAT filesystem bounds"
msgstr "Izskaitoju FAT failsistmas robeas"
-#: ../../diskdrake_interactive.pm_.c:549 ../../diskdrake_interactive.pm_.c:605
-#: ../../install_interactive.pm_.c:116
+#: ../../diskdrake/interactive.pm_.c:577 ../../diskdrake/interactive.pm_.c:636
+#: ../../install_interactive.pm_.c:130
msgid "Resizing"
msgstr "Mainu izmru"
-#: ../../diskdrake_interactive.pm_.c:578
+#: ../../diskdrake/interactive.pm_.c:609
msgid "This partition is not resizeable"
msgstr "s partcijas izmru nevar izmaint"
-#: ../../diskdrake_interactive.pm_.c:583
+#: ../../diskdrake/interactive.pm_.c:614
msgid "All data on this partition should be backed-up"
msgstr "Visiem s partcijas datiem jizveido rezerves kopijas"
-#: ../../diskdrake_interactive.pm_.c:585
+#: ../../diskdrake/interactive.pm_.c:616
#, c-format
msgid "After resizing partition %s, all data on this partition will be lost"
msgstr ""
"Pc partcijas %s izmra maias visi aj partcij esoie dati tiks "
"pazaudti"
-#: ../../diskdrake_interactive.pm_.c:590
+#: ../../diskdrake/interactive.pm_.c:621
msgid "Choose the new size"
msgstr "Nordiet jauno izmru"
-#: ../../diskdrake_interactive.pm_.c:591
+#: ../../diskdrake/interactive.pm_.c:622
msgid "New size in MB: "
msgstr "Jauns izmrs MB: "
-#: ../../diskdrake_interactive.pm_.c:631
+#: ../../diskdrake/interactive.pm_.c:675
msgid "Which disk do you want to move it to?"
msgstr "Uz kuru disku vlaties to prvietot?"
-#: ../../diskdrake_interactive.pm_.c:632
+#: ../../diskdrake/interactive.pm_.c:676
msgid "Sector"
msgstr "Sektors"
-#: ../../diskdrake_interactive.pm_.c:633
+#: ../../diskdrake/interactive.pm_.c:677
msgid "Which sector do you want to move it to?"
msgstr "Uz kuru sektoru vlaties to prvietot?"
-#: ../../diskdrake_interactive.pm_.c:636
+#: ../../diskdrake/interactive.pm_.c:680
msgid "Moving"
msgstr "Prvietoju"
-#: ../../diskdrake_interactive.pm_.c:636
+#: ../../diskdrake/interactive.pm_.c:680
msgid "Moving partition..."
msgstr "Prvietoju partciju..."
-#: ../../diskdrake_interactive.pm_.c:657
+#: ../../diskdrake/interactive.pm_.c:697
msgid "Choose an existing RAID to add to"
msgstr "Nordiet eksistjou RAID, kam pievienot"
-#: ../../diskdrake_interactive.pm_.c:658 ../../diskdrake_interactive.pm_.c:676
+#: ../../diskdrake/interactive.pm_.c:698 ../../diskdrake/interactive.pm_.c:716
msgid "new"
msgstr "jauns"
-#: ../../diskdrake_interactive.pm_.c:674
+#: ../../diskdrake/interactive.pm_.c:714
msgid "Choose an existing LVM to add to"
msgstr "Nordiet jau esou LVM kam pievienot"
-#: ../../diskdrake_interactive.pm_.c:679
+#: ../../diskdrake/interactive.pm_.c:719
msgid "LVM name?"
msgstr "LVM vrds?"
-#: ../../diskdrake_interactive.pm_.c:718
+#: ../../diskdrake/interactive.pm_.c:759
msgid "This partition can't be used for loopback"
msgstr "o Partciju nevar izmantot priek loopback"
-#: ../../diskdrake_interactive.pm_.c:730
+#: ../../diskdrake/interactive.pm_.c:771
msgid "Loopback"
msgstr "Loopback"
-#: ../../diskdrake_interactive.pm_.c:731
+#: ../../diskdrake/interactive.pm_.c:772
msgid "Loopback file name: "
msgstr "Loopback faila vrds: "
-#: ../../diskdrake_interactive.pm_.c:736
+#: ../../diskdrake/interactive.pm_.c:777
#, fuzzy
msgid "Give a file name"
msgstr "Vrds un uzvrds"
-#: ../../diskdrake_interactive.pm_.c:739
+#: ../../diskdrake/interactive.pm_.c:780
msgid "File already used by another loopback, choose another one"
msgstr "Fails jau tiek izmantots citam loopback, nordiet citu failu"
-#: ../../diskdrake_interactive.pm_.c:740
+#: ../../diskdrake/interactive.pm_.c:781
msgid "File already exists. Use it?"
msgstr "Fails jau eksist. Vai to izmantot?"
-#: ../../diskdrake_interactive.pm_.c:784
+#: ../../diskdrake/interactive.pm_.c:804
+msgid "Mount options"
+msgstr "Montanas iespjas:"
+
+#: ../../diskdrake/interactive.pm_.c:811
+msgid "Various"
+msgstr "Viss kas"
+
+#: ../../diskdrake/interactive.pm_.c:874
msgid "device"
msgstr "ierce"
-#: ../../diskdrake_interactive.pm_.c:785
+#: ../../diskdrake/interactive.pm_.c:875
msgid "level"
msgstr "lmenis"
-#: ../../diskdrake_interactive.pm_.c:786
+#: ../../diskdrake/interactive.pm_.c:876
msgid "chunk size"
msgstr "gabala izmrs"
-#: ../../diskdrake_interactive.pm_.c:801
+#: ../../diskdrake/interactive.pm_.c:891
msgid "Be careful: this operation is dangerous."
msgstr "Esiet uzmangi: opercija ir bstama."
-#: ../../diskdrake_interactive.pm_.c:816
+#: ../../diskdrake/interactive.pm_.c:906
msgid "What type of partitioning?"
msgstr "Kds ir sadaljuma tips?"
-#: ../../diskdrake_interactive.pm_.c:834
+#: ../../diskdrake/interactive.pm_.c:924
msgid ""
"Sorry I won't accept to create /boot so far onto the drive (on a cylinder > "
"1024).\n"
@@ -1751,7 +1969,7 @@ msgstr ""
"Vai nu js izmantojat LILO, un tas nestrds, vai ar js neizmantojat LILO, "
"un /boot jums nav vajadzgs"
-#: ../../diskdrake_interactive.pm_.c:838
+#: ../../diskdrake/interactive.pm_.c:928
msgid ""
"The partition you've selected to add as root (/) is physically located "
"beyond\n"
@@ -1762,7 +1980,7 @@ msgstr ""
" ciet diska 1024. cilindra, un jums nav /boot partcijas.\n"
"Ja js plnojat izmantot LILO, neaizmirstiet pievienot /boot partciju"
-#: ../../diskdrake_interactive.pm_.c:844
+#: ../../diskdrake/interactive.pm_.c:934
msgid ""
"You've selected a software RAID partition as root (/).\n"
"No bootloader is able to handle this without a /boot partition.\n"
@@ -1773,131 +1991,138 @@ msgstr ""
"Neviens skntjs nespj to izmantot bez /boot partcijas.\n"
"Tpc neaizmirstiet izveidot /boot partciju."
-#: ../../diskdrake_interactive.pm_.c:864
+#: ../../diskdrake/interactive.pm_.c:954
#, c-format
msgid "Partition table of drive %s is going to be written to disk!"
msgstr "Iekrtas %s partciju tabula tiks ierakstta uz diska!"
-#: ../../diskdrake_interactive.pm_.c:868
+#: ../../diskdrake/interactive.pm_.c:958
msgid "You'll need to reboot before the modification can take place"
msgstr "Lai izmaias sttos spk, jums ir jprstart dators"
-#: ../../diskdrake_interactive.pm_.c:879
+#: ../../diskdrake/interactive.pm_.c:969
#, c-format
msgid "After formatting partition %s, all data on this partition will be lost"
msgstr ""
"Pc partcijas %s formatanas visi aj partcij esoie dati tiks pazaudti"
-#: ../../diskdrake_interactive.pm_.c:881
+#: ../../diskdrake/interactive.pm_.c:971
msgid "Formatting"
msgstr "Formatju"
-#: ../../diskdrake_interactive.pm_.c:882
+#: ../../diskdrake/interactive.pm_.c:972
#, c-format
msgid "Formatting loopback file %s"
msgstr "Formatju loopback failu %s"
-#: ../../diskdrake_interactive.pm_.c:883
-#: ../../install_steps_interactive.pm_.c:419
+#: ../../diskdrake/interactive.pm_.c:973
+#: ../../install_steps_interactive.pm_.c:465
#, c-format
msgid "Formatting partition %s"
msgstr "Formatju partciju %s"
-#: ../../diskdrake_interactive.pm_.c:894
+#: ../../diskdrake/interactive.pm_.c:984
#, fuzzy
msgid "Hide files"
msgstr "mkraid neizdevs"
-#: ../../diskdrake_interactive.pm_.c:894
+#: ../../diskdrake/interactive.pm_.c:984
#, fuzzy
msgid "Move files to the new partition"
msgstr "Nepietiek brvas vietas, lai izvietotu jaunas partcijas"
-#: ../../diskdrake_interactive.pm_.c:895
+#: ../../diskdrake/interactive.pm_.c:985
#, c-format
msgid ""
"Directory %s already contain some data\n"
"(%s)"
msgstr ""
-#: ../../diskdrake_interactive.pm_.c:906
+#: ../../diskdrake/interactive.pm_.c:996
#, fuzzy
msgid "Moving files to the new partition"
msgstr "Nepietiek brvas vietas, lai izvietotu jaunas partcijas"
-#: ../../diskdrake_interactive.pm_.c:910
+#: ../../diskdrake/interactive.pm_.c:1000
#, c-format
msgid "Copying %s"
msgstr ""
-#: ../../diskdrake_interactive.pm_.c:914
+#: ../../diskdrake/interactive.pm_.c:1004
#, fuzzy, c-format
msgid "Removing %s"
msgstr "Izirtspja: %s\n"
-#: ../../diskdrake_interactive.pm_.c:937 ../../diskdrake_interactive.pm_.c:996
+#: ../../diskdrake/interactive.pm_.c:1014
+#, c-format
+msgid "partition %s is now known as %s"
+msgstr ""
+
+#: ../../diskdrake/interactive.pm_.c:1035
+#: ../../diskdrake/interactive.pm_.c:1094
msgid "Device: "
msgstr "Ierce: "
-#: ../../diskdrake_interactive.pm_.c:938
+#: ../../diskdrake/interactive.pm_.c:1036
#, c-format
msgid "DOS drive letter: %s (just a guess)\n"
msgstr "DOS iekrtas burts: %s (tikai minjums)\n"
-#: ../../diskdrake_interactive.pm_.c:942 ../../diskdrake_interactive.pm_.c:950
-#: ../../diskdrake_interactive.pm_.c:1014
+#: ../../diskdrake/interactive.pm_.c:1040
+#: ../../diskdrake/interactive.pm_.c:1048
+#: ../../diskdrake/interactive.pm_.c:1112
msgid "Type: "
msgstr "Tips: "
-#: ../../diskdrake_interactive.pm_.c:946
+#: ../../diskdrake/interactive.pm_.c:1044
msgid "Name: "
msgstr "Vrds: "
-#: ../../diskdrake_interactive.pm_.c:954
+#: ../../diskdrake/interactive.pm_.c:1052
#, c-format
msgid "Start: sector %s\n"
msgstr "Skums: sektors %s\n"
-#: ../../diskdrake_interactive.pm_.c:955
+#: ../../diskdrake/interactive.pm_.c:1053
#, c-format
msgid "Size: %s"
msgstr "Izmrs: %s"
-#: ../../diskdrake_interactive.pm_.c:957
+#: ../../diskdrake/interactive.pm_.c:1055
#, c-format
msgid ", %s sectors"
msgstr ", %s sektori"
-#: ../../diskdrake_interactive.pm_.c:959
-#, c-format
-msgid "Cylinder %d to cylinder %d\n"
+#: ../../diskdrake/interactive.pm_.c:1057
+#, fuzzy, c-format
+msgid "Cylinder %d to %d\n"
msgstr "No cilindra %d ldz cilindram %d\n"
-#: ../../diskdrake_interactive.pm_.c:960
+#: ../../diskdrake/interactive.pm_.c:1058
msgid "Formatted\n"
msgstr "Formatta\n"
-#: ../../diskdrake_interactive.pm_.c:961
+#: ../../diskdrake/interactive.pm_.c:1059
msgid "Not formatted\n"
msgstr "Neformatta\n"
-#: ../../diskdrake_interactive.pm_.c:962
+#: ../../diskdrake/interactive.pm_.c:1060
msgid "Mounted\n"
msgstr "Montta\n"
-#: ../../diskdrake_interactive.pm_.c:963
+#: ../../diskdrake/interactive.pm_.c:1061
#, c-format
msgid "RAID md%s\n"
msgstr "RAID md%s\n"
-#: ../../diskdrake_interactive.pm_.c:965
+#: ../../diskdrake/interactive.pm_.c:1063
#, fuzzy, c-format
msgid ""
"Loopback file(s):\n"
" %s\n"
msgstr "Loopback fails(i): %s\n"
-#: ../../diskdrake_interactive.pm_.c:966
+#: ../../diskdrake/interactive.pm_.c:1064
msgid ""
"Partition booted by default\n"
" (for MS-DOS boot, not for lilo)\n"
@@ -1905,27 +2130,27 @@ msgstr ""
"Noklusti sknjam partcija\n"
" (lai skntu MS-DOS, nevis lilo)\n"
-#: ../../diskdrake_interactive.pm_.c:968
+#: ../../diskdrake/interactive.pm_.c:1066
#, c-format
msgid "Level %s\n"
msgstr "Lmenis %s\n"
-#: ../../diskdrake_interactive.pm_.c:969
+#: ../../diskdrake/interactive.pm_.c:1067
#, c-format
msgid "Chunk size %s\n"
msgstr "Gabala izmrs %s\n"
-#: ../../diskdrake_interactive.pm_.c:970
+#: ../../diskdrake/interactive.pm_.c:1068
#, c-format
msgid "RAID-disks %s\n"
msgstr "RAID diski %s\n"
-#: ../../diskdrake_interactive.pm_.c:972
+#: ../../diskdrake/interactive.pm_.c:1070
#, c-format
msgid "Loopback file name: %s"
msgstr "Loopback faila nosaukums: %s"
-#: ../../diskdrake_interactive.pm_.c:975
+#: ../../diskdrake/interactive.pm_.c:1073
msgid ""
"\n"
"Chances are, this partition is\n"
@@ -1933,7 +2158,7 @@ msgid ""
"probably leave it alone.\n"
msgstr ""
-#: ../../diskdrake_interactive.pm_.c:978
+#: ../../diskdrake/interactive.pm_.c:1076
msgid ""
"\n"
"This special Bootstrap\n"
@@ -1941,65 +2166,103 @@ msgid ""
"dual-booting your system.\n"
msgstr ""
-#: ../../diskdrake_interactive.pm_.c:997
+#: ../../diskdrake/interactive.pm_.c:1095
#, c-format
msgid "Size: %s\n"
msgstr "Izmrs: %s\n"
-#: ../../diskdrake_interactive.pm_.c:998
+#: ../../diskdrake/interactive.pm_.c:1096
#, c-format
msgid "Geometry: %s cylinders, %s heads, %s sectors\n"
msgstr "eometrija: %s cilindri, %s galvas, %s sektori\n"
-#: ../../diskdrake_interactive.pm_.c:999
+#: ../../diskdrake/interactive.pm_.c:1097
msgid "Info: "
msgstr "Info: "
-#: ../../diskdrake_interactive.pm_.c:1000
+#: ../../diskdrake/interactive.pm_.c:1098
#, c-format
msgid "LVM-disks %s\n"
msgstr "LVM-diski %s\n"
-#: ../../diskdrake_interactive.pm_.c:1001
+#: ../../diskdrake/interactive.pm_.c:1099
#, c-format
msgid "Partition table type: %s\n"
msgstr "partciju tabulas tips: %s\n"
-#: ../../diskdrake_interactive.pm_.c:1002
+#: ../../diskdrake/interactive.pm_.c:1100
#, c-format
msgid "on bus %d id %d\n"
msgstr "uz inas %d id %d\n"
-#: ../../diskdrake_interactive.pm_.c:1016
+#: ../../diskdrake/interactive.pm_.c:1114
#, c-format
msgid "Options: %s"
msgstr "Opcijas: %s"
-#: ../../fs.pm_.c:447 ../../fs.pm_.c:457 ../../fs.pm_.c:461 ../../fs.pm_.c:465
-#: ../../fs.pm_.c:469 ../../fs.pm_.c:473
+#: ../../diskdrake/interactive.pm_.c:1130
+#, fuzzy
+msgid "Filesystem encryption key"
+msgstr "Failu sistmas tips: "
+
+#: ../../diskdrake/interactive.pm_.c:1131
+msgid "Choose your filesystem encryption key"
+msgstr ""
+
+#: ../../diskdrake/interactive.pm_.c:1134
+#, fuzzy, c-format
+msgid "This encryption key is too simple (must be at least %d characters long)"
+msgstr " parole ir prk vienkra (jbt vismaz %d simbolus garai)"
+
+#: ../../diskdrake/interactive.pm_.c:1135
+#, fuzzy
+msgid "The encryption keys do not match"
+msgstr "Paroles nesakrt"
+
+#: ../../diskdrake/interactive.pm_.c:1138
+msgid "Encryption key"
+msgstr ""
+
+#: ../../diskdrake/interactive.pm_.c:1139
+msgid "Encryption key (again)"
+msgstr ""
+
+#: ../../diskdrake/removable.pm_.c:47
+msgid "Change type"
+msgstr "Maint tipu"
+
+#: ../../diskdrake/removable_gtk.pm_.c:28
+#, fuzzy
+msgid "Please click on a media"
+msgstr "Ldzu uzklikiniet uz partcijas"
+
+#: ../../diskdrake/smbnfs_gtk.pm_.c:165
+#, fuzzy
+msgid "Search servers"
+msgstr "DNS serveris"
+
+#: ../../fs.pm_.c:485 ../../fs.pm_.c:495 ../../fs.pm_.c:499 ../../fs.pm_.c:503
+#: ../../fs.pm_.c:507 ../../fs.pm_.c:511
#, c-format
msgid "%s formatting of %s failed"
msgstr "%s formatana %s neizdevs"
-#: ../../fs.pm_.c:506
+#: ../../fs.pm_.c:548
#, c-format
msgid "I don't know how to format %s in type %s"
msgstr "Nezinu, k formatt %s, izmantojot tipu %s"
-#: ../../fs.pm_.c:568
-msgid "mount failed"
-msgstr "montana neizdevs"
+#: ../../fs.pm_.c:620 ../../fs.pm_.c:649 ../../fs.pm_.c:655
+#, c-format
+msgid "mounting partition %s in directory %s failed"
+msgstr ""
-#: ../../fs.pm_.c:588
+#: ../../fs.pm_.c:640
#, c-format
msgid "fsck failed with exit code %d or signal %d"
msgstr ""
-#: ../../fs.pm_.c:597 ../../fs.pm_.c:603 ../../partition_table.pm_.c:560
-msgid "mount failed: "
-msgstr "montana neizdevs: "
-
-#: ../../fs.pm_.c:618 ../../partition_table.pm_.c:556
+#: ../../fs.pm_.c:670 ../../partition_table.pm_.c:596
#, c-format
msgid "error unmounting %s: %s"
msgstr "kda nomontjot %s: %s"
@@ -2008,47 +2271,66 @@ msgstr "kda nomontjot %s: %s"
msgid "simple"
msgstr "vienkrs"
+#: ../../fsedit.pm_.c:25
+msgid "with /usr"
+msgstr ""
+
#: ../../fsedit.pm_.c:30
msgid "server"
msgstr "serveris"
-#: ../../fsedit.pm_.c:461
+#: ../../fsedit.pm_.c:467
msgid "You can't use JFS for partitions smaller than 16MB"
msgstr "Nevarat izmantot JFS partcijm, kas mazkas par 16MB"
-#: ../../fsedit.pm_.c:462
+#: ../../fsedit.pm_.c:468
msgid "You can't use ReiserFS for partitions smaller than 32MB"
msgstr "Nevarat izmantot ReiserFS prtcijm, kas mazkas par 32MB"
-#: ../../fsedit.pm_.c:471
+#: ../../fsedit.pm_.c:477
msgid "Mount points must begin with a leading /"
msgstr "Montanas punktiem jskas ar /"
-#: ../../fsedit.pm_.c:472
+#: ../../fsedit.pm_.c:478
#, c-format
msgid "There is already a partition with mount point %s\n"
msgstr "Jau eksist partcija ar montanas punktu %s\n"
-#: ../../fsedit.pm_.c:476
+#: ../../fsedit.pm_.c:482
#, c-format
msgid "You can't use a LVM Logical Volume for mount point %s"
msgstr ""
-#: ../../fsedit.pm_.c:478
+#: ../../fsedit.pm_.c:484
msgid "This directory should remain within the root filesystem"
msgstr "im katalogam ir jpaliek saknes failsistm"
-#: ../../fsedit.pm_.c:480
+#: ../../fsedit.pm_.c:486
msgid "You need a true filesystem (ext2, reiserfs) for this mount point\n"
msgstr ""
"im montanas punktam ir nepiecieama rela failu sistma (ext2, reiserfs)\n"
-#: ../../fsedit.pm_.c:596
+#: ../../fsedit.pm_.c:488
+#, fuzzy, c-format
+msgid "You can't use an encrypted file system for mount point %s"
+msgstr ""
+"im montanas punktam ir nepiecieama rela failu sistma (ext2, reiserfs)\n"
+
+#: ../../fsedit.pm_.c:546
+#, fuzzy
+msgid "Not enough free space for auto-allocating"
+msgstr "Nepietiek brvas vietas, lai izvietotu automtiski"
+
+#: ../../fsedit.pm_.c:548
+msgid "Nothing to do"
+msgstr ""
+
+#: ../../fsedit.pm_.c:612
#, c-format
msgid "Error opening %s for writing: %s"
msgstr "Kda, atverot %s ierakstanai: %s"
-#: ../../fsedit.pm_.c:681
+#: ../../fsedit.pm_.c:697
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"
@@ -2056,7 +2338,7 @@ msgstr ""
"Atklta kda - nav atrasta neviena ierce, kas dertu jaunu failsistmu "
"veidoanai. Ldzu prbaudiet dzelus, lai noskaidrotu problmas iemeslu"
-#: ../../fsedit.pm_.c:704
+#: ../../fsedit.pm_.c:720
msgid "You don't have any partitions!"
msgstr "Jums nav nevienas partcijas!"
@@ -2073,14 +2355,14 @@ msgid ""
"system would not work any more. If you make a serious mistake as a regular\n"
"user, you may only lose some information, but not the entire system.\n"
"\n"
-"First, you have to enter your real name. This is not mandatory, of course -\n"
+"First, you have to enter your real name. This is not mandatory, of course\n"
"as you can actually enter whatever you want. DrakX will then take the first\n"
"word you have entered in the box and will bring it over to the \"User\n"
-"name\". This is the name this particular user will use to log into the\n"
+"name\". This is the name this particular user will use to log onto the\n"
"system. You can change it. You then have to enter a password here. A\n"
-"non-privileged (regular) user's password is not as crucial as that of\n"
-"\"root\" from a security point of view, but that is no reason to neglect it\n"
-"- after all, your files are at risk.\n"
+"non-privileged (regular) user's password is not as crucial as \"root\"' one\n"
+"from a security point of view, but that is no reason to neglect it: after\n"
+"all, your files are at risk.\n"
"\n"
"If you click on \"Accept user\", you can then add as many as you want. Add\n"
"a user for each one of your friends: your father or your sister, for\n"
@@ -2095,7 +2377,7 @@ msgstr ""
msgid ""
"Listed above are the existing Linux partitions detected on your hard drive.\n"
"You can keep the choices made by the wizard, they are good for most common\n"
-"installs. If you make any changes, you must at least define a root\n"
+"installations. If you make any changes, you must at least define a root\n"
"partition (\"/\"). Do not choose too small a partition or you will not be\n"
"able to install enough software. If you want to store your data on a\n"
"separate partition, you will also need to create a partition for \"/home\"\n"
@@ -2112,11 +2394,11 @@ msgid ""
"\"Hard drive number\" is always a letter after \"hd\" or \"sd\". For IDE\n"
"hard drives:\n"
"\n"
-" * \"a\" means \"master hard drive on the primary IDE controller\",\n"
+" * \"a\" means \"master hard drive on the primary IDE controller\";\n"
"\n"
-" * \"b\" means \"slave hard drive on the primary IDE controller\",\n"
+" * \"b\" means \"slave hard drive on the primary IDE controller\";\n"
"\n"
-" * \"c\" means \"master hard drive on the secondary IDE controller\",\n"
+" * \"c\" means \"master hard drive on the secondary IDE controller\";\n"
"\n"
" * \"d\" means \"slave hard drive on the secondary IDE controller\".\n"
"\n"
@@ -2163,8 +2445,8 @@ msgstr ""
#: ../../help.pm_.c:72
msgid ""
-"The Mandrake Linux installation is spread out over several CDROMs. DrakX\n"
-"knows if a selected package is located on another CDROM and will eject the\n"
+"The Mandrake Linux installation is spread out over several CD-ROMs. DrakX\n"
+"knows if a selected package is located on another CD-ROM and will eject the\n"
"current CD and ask you to insert a different one as required."
msgstr ""
@@ -2174,8 +2456,8 @@ msgid ""
"system. There are thousands of packages available for Mandrake Linux, and\n"
"you are not supposed to know them all by heart.\n"
"\n"
-"If you are performing a standard installation from CDROM, you will first be\n"
-"asked to specify the CDs you currently have (in Expert mode only). Check\n"
+"If you are performing a standard installation from a CD-ROM, you will first\n"
+"be asked to specify the CDs you currently have (in Expert mode only). Check\n"
"the CD labels and highlight the boxes corresponding to the CDs you have\n"
"available for installation. Click \"OK\" when you are ready to continue.\n"
"\n"
@@ -2184,49 +2466,61 @@ msgid ""
"\n"
" * \"Workstation\": if you plan to use your machine as a workstation, "
"select\n"
-"one or more of the corresponding groups.\n"
+"one or more of the corresponding groups;\n"
"\n"
-" * \"Development\": if the machine is to be used for programming, choose "
-"the\n"
-"desired group(s).\n"
+" * \"Development\": if your machine is to be used for programming, choose\n"
+"the desired group(s);\n"
"\n"
-" * \"Server\": finally, if the machine is intended to be a server, you will\n"
-"be able to select which of the most common services you wish to see\n"
-"installed on the machine.\n"
+" * \"Server\": if your machine is intended to be a server, you will be able\n"
+"to select which of the most common services you wish to install on your\n"
+"machine;\n"
"\n"
-" * \"Graphical Environment\": this is where you will choose your preferred\n"
-"graphical environment. At least one must be selected if you want to have a\n"
-"graphical workstation!\n"
+" * \"Graphical Environment\": finally, this is where you will choose your\n"
+"preferred graphical environment. At least one must be selected if you want\n"
+"to have a graphical workstation!\n"
"\n"
"Moving the mouse cursor over a group name will display a short explanatory\n"
-"text about that group.\n"
+"text about that group. If you deselect all groups when performing a regular\n"
+"installation (by opposition to an upgrade), a dialog will pop up proposing\n"
+"different options for a minimal installation:\n"
+"\n"
+" * \"With X\": install the fewer packages possible to have a working\n"
+"graphical desktop;\n"
+"\n"
+" * \"With basic documentation\": installs the base system plus basic\n"
+"utilities and their documentation. This installation is suitable for\n"
+"setting up a server;\n"
+"\n"
+" * \"Truly minimal install\": will install the strict minimum necessary to\n"
+"get a working Linux system, in command line only. This installation is\n"
+"about 65Mb large.\n"
"\n"
"You can check the \"Individual package selection\" box, which is useful if\n"
"you are familiar with the packages being offered or if you want to have\n"
"total control over what will be installed.\n"
"\n"
-"If you started the installation in \"Update\" mode, you can unselect all\n"
+"If you started the installation in \"Upgrade\" mode, you can unselect all\n"
"groups to avoid installing any new package. This is useful for repairing or\n"
"updating an existing system."
msgstr ""
-#: ../../help.pm_.c:115
+#: ../../help.pm_.c:128
msgid ""
-"Finally, depending on your choice of whether or not to select individual\n"
-"packages, you will be presented a tree containing all packages classified\n"
-"by groups and subgroups. While browsing the tree, you can select entire\n"
-"groups, subgroups, or individual packages.\n"
+"Finally, depending on whether or not you selected individual packages, you\n"
+"will be presented a tree containing all packages classified by groups and\n"
+"subgroups. While browsing the tree, you can select entire groups,\n"
+"subgroups, or individual packages.\n"
"\n"
"Whenever you select a package on the tree, a description appears on the\n"
"right. When your selection is finished, click the \"Install\" button which\n"
"will then launch the installation process. Depending on the speed of your\n"
"hardware and the number of packages that need to be installed, it may take\n"
-"a while to complete the process. A time to complete estimate is displayed\n"
-"on the screen to help you gauge if there is sufficient time to enjoy a cup\n"
-"of coffee.\n"
+"a while to complete the process. An estimate of the time it will take to\n"
+"install everything is displayed on the screen, to help you gauge if there\n"
+"is sufficient time to enjoy a cup of coffee.\n"
"\n"
-"!! If a server package has been selected either intentionally or because it\n"
-"was part of a whole group, you will be asked to confirm that you really\n"
+"!! If a server package has been selected, either intentionally or because\n"
+"it was part of a whole group, you will be asked to confirm that you really\n"
"want those servers to be installed. Under Mandrake Linux, any installed\n"
"servers are started by default at boot time. Even if they are safe and have\n"
"no known issues at the time the distribution was shipped, it may happen\n"
@@ -2241,37 +2535,38 @@ msgid ""
"occurs because it has determined that it needs to satisfy a dependency with\n"
"another package in order to successfully complete the installation.\n"
"\n"
-"The tiny floppy disc icon at the bottom of the list allows to load the\n"
-"packages list chosen during a previous installation. Clicking on this icon\n"
+"The tiny floppy disk icon at the bottom of the list allows to load the\n"
+"package list chosen during a previous installation. Clicking on this icon\n"
"will ask you to insert a floppy disk previously created at the end of\n"
"another installation. See the second tip of last step on how to create such\n"
"a floppy."
msgstr ""
-#: ../../help.pm_.c:151
+#: ../../help.pm_.c:164
msgid ""
-"If you wish to connect your computer to the Internet or to a local network,\n"
-"please choose the correct option. Please turn on your device before\n"
-"choosing the correct option to let DrakX detect it automatically.\n"
+"You are now proposed to set up your Internet/network connection. If you\n"
+"wish to connect your computer to the Internet or to a local network, click\n"
+"\"OK\". The autodetection of network devices and modem will be launched. If\n"
+"this detection fails, uncheck the \"Use auto detection\" box next time. You\n"
+"may also choose not to configure the network, or do it later; in that case,\n"
+"simply click the \"Cancel\" button.\n"
"\n"
-"Mandrake Linux proposes the configuration of an Internet connection at\n"
-"installation time. Available connections are: traditional modem, ISDN\n"
-"modem, ADSL connection, cable modem, and finally a simple LAN connection\n"
-"(Ethernet).\n"
+"Available connections are: traditional modem, ISDN modem, ADSL connection,\n"
+"cable modem, and finally a simple LAN connection (Ethernet).\n"
"\n"
"Here, we will not detail each configuration. Simply make sure that you have\n"
"all the parameters from your Internet Service Provider or system\n"
"administrator.\n"
"\n"
-"You can consult the manual chapter about Internet connections for details\n"
-"about the configuration, or simply wait until your system is installed and\n"
-"use the program described there to configure your connection.\n"
+"You can consult the ``User Guide'' chapter about Internet connections for\n"
+"details about the configuration, or simply wait until your system is\n"
+"installed and use the program described there to configure your connection.\n"
"\n"
-"If you wish to configure the network later after installation or if you\n"
-"have finished configuring your network connection, click \"Cancel\"."
+"If you wish to configure the network later after installation, or if you\n"
+"are finished configuring your network connection, click \"Cancel\"."
msgstr ""
-#: ../../help.pm_.c:172
+#: ../../help.pm_.c:186
#, fuzzy
msgid ""
"You may now choose which services you wish to start at boot time.\n"
@@ -2284,10 +2579,11 @@ msgid ""
"specific service. However, if you are not sure whether a service is useful\n"
"or not, it is safer to leave the default behavior.\n"
"\n"
-"At this stage, be very careful if you intend to use your machine as a\n"
-"server: you will probably not want to start any services that you do not\n"
+"!! At this stage, be very careful if you intend to use your machine as a\n"
+"server: you will probably not want to start any services which you do not\n"
"need. Please remember that several services can be dangerous if they are\n"
-"enabled on a server. In general, select only the services you really need."
+"enabled on a server. In general, select only the services you really need.\n"
+"!!"
msgstr ""
"Tagad varat nordt servisus, kurus js vlaties startt sistmas\n"
"palaianas laik.\n"
@@ -2302,37 +2598,45 @@ msgstr ""
"ka dai servisi var bt bstami, ja darbojas server.\n"
"Parasti izvlieties tikai tos servisus, kas jums tiem nepiecieami."
-#: ../../help.pm_.c:188
+#: ../../help.pm_.c:203
msgid ""
-"GNU/Linux manages time in GMT (Greenwich Manage Time) and translates it in\n"
-"local time according to the time zone you selected."
+"GNU/Linux manages time in GMT (Greenwich Mean Time) and translates it in\n"
+"local time according to the time zone you selected. It is however possible\n"
+"to deactivate this by deselecting \"Hardware clock set to GMT\" so that the\n"
+"hardware clock is the same as the system clock. This is useful when the\n"
+"machine is hosting another operating system like Windows.\n"
+"\n"
+"The \"Automatic time synchronization\" option will automatically regulate\n"
+"the clock by connecting to a remote time server on the Internet. In the\n"
+"list that is presented, choose a server located near you. Of course you\n"
+"must have a working Internet connection for this feature to work. It will\n"
+"actually install on your machine a time server which can be optionally used\n"
+"by other machines on your local network."
msgstr ""
-"GNU/Linux laiku rina pc GMT jeb \"Grnias Meridina Laika\" un prvr\n"
-"to par vietjo laiku atbilstoi jsu izvltajai laika joslai."
-#: ../../help.pm_.c:192
+#: ../../help.pm_.c:217
msgid ""
"X (for X Window System) is the heart of the GNU/Linux graphical interface\n"
-"on which all the graphics environments (KDE, Gnome, AfterStep,\n"
-"WindowMaker...) bundled with Mandrake Linux rely. In this section, DrakX\n"
+"on which all the graphical environments (KDE, GNOME, AfterStep,\n"
+"WindowMaker, etc.) bundled with Mandrake Linux rely. In this section, DrakX\n"
"will try to configure X automatically.\n"
"\n"
"It is extremely rare for it to fail, unless the hardware is very old (or\n"
"very new). If it succeeds, it will start X automatically with the best\n"
-"resolution possible depending on the size of the monitor. A window will\n"
+"resolution possible, depending on the size of the monitor. A window will\n"
"then appear and ask you if you can see it.\n"
"\n"
-"If you are doing an \"Expert\" install, you will enter the X configuration\n"
-"wizard. See the corresponding section of the manual for more information\n"
-"about this wizard.\n"
+"If you are doing an \"Expert\" installation, you will enter the X\n"
+"configuration wizard. See the corresponding section of the manual for more\n"
+"information about this wizard.\n"
"\n"
-"If you can see the message and answer \"Yes\", then DrakX will proceed to\n"
-"the next step. If you cannot see the message, it simply means that the\n"
-"configuration was wrong and the test will automatically end after 10\n"
-"seconds, restoring the screen."
+"If you can see the message during the test, and answer \"Yes\", then DrakX\n"
+"will proceed to the next step. If you cannot see the message, it simply\n"
+"means that the configuration was wrong and the test will automatically end\n"
+"after 10 seconds, restoring the screen."
msgstr ""
-#: ../../help.pm_.c:212
+#: ../../help.pm_.c:237
msgid ""
"The first time you try the X configuration, you may not be very satisfied\n"
"with its display (screen is too small, shifted left or right...). Hence,\n"
@@ -2342,11 +2646,11 @@ msgid ""
"\n"
"As a last resort, if you still cannot get X to work, choose \"Change\n"
"graphics card\", select \"Unlisted card\", and when prompted on which\n"
-"server you want, choose \"FBDev\". This is a failsafe option which works\n"
-"with any modern graphics card. Then choose \"Test again\" to be sure."
+"server, choose \"FBDev\". This is a failsafe option which works with any\n"
+"modern graphics card. Then choose \"Test again\" to be sure."
msgstr ""
-#: ../../help.pm_.c:224
+#: ../../help.pm_.c:249
msgid ""
"Finally, you will be asked whether you want to see the graphical interface\n"
"at boot. Note this question will be asked even if you chose not to test the\n"
@@ -2355,17 +2659,16 @@ msgid ""
"configured."
msgstr ""
-#: ../../help.pm_.c:231
+#: ../../help.pm_.c:256
msgid ""
-"The Mandrake Linux CDROM has a built-in rescue mode. You can access it by\n"
-"booting from the CDROM, press the >>F1<< key at boot and type >>rescue<< at\n"
-"the prompt. But in case your computer cannot boot from the CDROM, you\n"
+"The Mandrake LinuxCD-ROM has a built-in rescue mode. You can access it by\n"
+"booting from the CD-ROM, press the >>F1<< key at boot and type >>rescue<<\n"
+"at the prompt. But in case your computer cannot boot from the CD-ROM, you\n"
"should come back to this step for help in at least two situations:\n"
"\n"
-" * when installing the boot loader, DrakX will rewrite the boot sector "
-"(MBR)\n"
-"of your main disk (unless you are using another boot manager) so that you\n"
-"can start up with either Windows or GNU/Linux (assuming you have Windows in\n"
+" * when installing the bootloader, DrakX will rewrite the boot sector (MBR)\n"
+"of your main disk (unless you are using another boot manager), to allow you\n"
+"to start up with either Windows or GNU/Linux (assuming you have Windows in\n"
"your system). If you need to reinstall Windows, the Microsoft install\n"
"process will rewrite the boot sector, and then you will not be able to\n"
"start GNU/Linux!\n"
@@ -2383,25 +2686,26 @@ msgid ""
"the whole disk."
msgstr ""
-#: ../../help.pm_.c:255
+#: ../../help.pm_.c:280
#, fuzzy
msgid ""
-"At this point you need to choose where on your hard drive to install your\n"
-"Mandrake Linux operating system. If your hard drive is empty or if an\n"
-"existing operating system is using all the space available, you will need\n"
-"to partition it. Basically, partitioning a hard drive consists of logically\n"
-"dividing it to create space to install your new Mandrake Linux system.\n"
+"At this point, you need to choose where you want to install the Mandrake\n"
+"Linux operating system on your hard drive. If your hard drive is empty or\n"
+"if an existing operating system is using all the available space, you will\n"
+"need to partition it. Basically, partitioning a hard drive consists of\n"
+"logically dividing it to create space to install your new Mandrake Linux\n"
+"system.\n"
"\n"
-"Because the effects of the partitioning process are usually irreversible,\n"
+"Because the partitioning process' effects are usually irreversible,\n"
"partitioning can be intimidating and stressful if you are an inexperienced\n"
"user. Fortunately, there is a wizard which simplifies this process. Before\n"
"beginning, please consult the manual and take your time.\n"
"\n"
-"If you are running the install in Expert mode, you will enter DiskDrake,\n"
-"the Mandrake Linux partitioning tool, which allows you to fine-tune your\n"
-"partitions. See the DiskDrake chapter of the manual. From the installation\n"
-"interface, you can use the wizards as described here by clicking the\n"
-"\"Wizard\" button of the dialog.\n"
+"If you are running the installation in Expert mode, you will enter\n"
+"DiskDrake, the Mandrake Linux partitioning tool, which allows you to\n"
+"fine-tune your partitions. See the DiskDrake section in the ``User Guide''.\n"
+"From the installation interface, you can use the wizards as described here\n"
+"by clicking the dialog's \"Wizard\" button.\n"
"\n"
"If partitions have already been defined, either from a previous\n"
"installation or from another partitioning tool, simply select those to\n"
@@ -2412,43 +2716,45 @@ msgid ""
"available:\n"
"\n"
" * \"Use free space\": this option will simply lead to an automatic\n"
-"partitioning of your blank drive(s). You will not be prompted further.\n"
+"partitioning of your blank drive(s). You will not be prompted further;\n"
"\n"
" * \"Use existing partition\": the wizard has detected one or more existing\n"
"Linux partitions on your hard drive. If you want to use them, choose this\n"
-"option.\n"
+"option;\n"
"\n"
-" * \"Use the free space on the Windows partition\": if Microsoft Windows is\n"
+" * \"Use the free space on the Windows; partition\": if MicrosoftWindows is\n"
"installed on your hard drive and takes all the space available on it, you\n"
-"have to create free space for Linux data. To do that, you can delete your\n"
-"Microsoft Windows partition and data (see \"Erase entire disk\" or \"Expert\n"
-"mode\" solutions) or resize your Microsoft Windows partition. Resizing can\n"
-"be performed without the loss of any data. This solution is recommended if\n"
-"you want to use both Mandrake Linux and Microsoft Windows on same computer.\n"
+"have to create free space for Linux data. To do so, you can delete your\n"
+"MicrosoftWindows partition and data (see ``Erase entire disk'' or ``Expert\n"
+"mode'' solutions) or resize your MicrosoftWindows partition. Resizing can\n"
+"be performed without the loss of any data, provided you previously\n"
+"defragment the Windows partition. Backing up your data won't hurt either..\n"
+"This solution is recommended if you want to use both Mandrake Linux and\n"
+"MicrosoftWindows on the same computer.\n"
"\n"
" Before choosing this option, please understand that after this "
"procedure,\n"
-"the size of your Microsoft Windows partition will be smaller than at the\n"
-"present time. You will have less free space under Microsoft Windows to\n"
-"store your data or to install new software.\n"
+"the size of your MicrosoftWindows partition will be smaller than at the\n"
+"present time. You will have less free space under MicrosoftWindows to store\n"
+"your data or to install new software;\n"
"\n"
" * \"Erase entire disk\": if you want to delete all data and all partitions\n"
"present on your hard drive and replace them with your new Mandrake Linux\n"
"system, choose this option. Be careful with this solution because you will\n"
-"not be able to revert your choice after confirmation.\n"
+"not be able to revert your choice after you confirm;\n"
"\n"
" !! If you choose this option, all data on your disk will be lost. !!\n"
"\n"
" * \"Remove Windows\": this will simply erase everything on the drive and\n"
"begin fresh, partitioning everything from scratch. All data on your disk\n"
-"will be lost.\n"
+"will be lost;\n"
"\n"
" !! If you choose this option, all data on your disk will be lost. !!\n"
"\n"
" * \"Expert mode\": choose this option if you want to manually partition\n"
-"your hard drive. Be careful - it is a powerful but dangerous choice. You\n"
-"can very easily lose all your data. Hence, do not choose this unless you\n"
-"know what you are doing."
+"your hard drive. Be careful it is a powerful but dangerous choice. You can\n"
+"very easily lose all your data. Hence, do not choose this unless you know\n"
+"what you are doing."
msgstr ""
"Palaik jums ir jizvlas, kur uz ciet diska instalt Mandrake Linux\n"
"opertjsistmu. Ja disks ir tuks vai cita opertjsistma aizem visu\n"
@@ -2513,7 +2819,7 @@ msgstr ""
"bstams. Js varat pazaudt\n"
" visus datus, tpc izvlieties tikai tad, ja zinat, ko dart."
-#: ../../help.pm_.c:319
+#: ../../help.pm_.c:347
msgid ""
"There you are. Installation is now complete and your GNU/Linux system is\n"
"ready to use. Just click \"OK\" to reboot the system. You can start\n"
@@ -2528,29 +2834,30 @@ msgid ""
"\n"
" Note that two different options are available after clicking the button:\n"
"\n"
-" * \"Replay\". This is a partially automated install as the partitioning\n"
-"step (and only this one) remains interactive.\n"
+" * \"Replay\". This is a partially automated installation as the\n"
+"partitioning step (and only this one) remains interactive;\n"
"\n"
-" * \"Automated\". Fully automated install: the hard disk is completely\n"
+" * \"Automated\". Fully automated installation: the hard disk is "
+"completely\n"
"rewritten, all data is lost.\n"
"\n"
" This feature is very handy when installing a great number of similar\n"
-"machines. See the Auto install section at our web site.\n"
+"machines. See the Auto install section on our web site;\n"
"\n"
-" * \"Save packages selection\"(*): saves the packages selection as made\n"
+" * \"Save packages selection\"(*): saves the package selection as done\n"
"previously. Then, when doing another installation, insert the floppy inside\n"
-"the driver and run the installation going to the help screen by pressing on\n"
+"the drive and run the installation going to the help screen by pressing on\n"
"the [F1] key, and by issuing >>linux defcfg=\"floppy\"<<.\n"
"\n"
"(*) You need a FAT-formatted floppy (to create one under GNU/Linux, type\n"
"\"mformat a:\")"
msgstr ""
-#: ../../help.pm_.c:350
+#: ../../help.pm_.c:378
#, fuzzy
msgid ""
"Any partitions that have been newly defined must be formatted for use\n"
-"(formatting means creating a file system).\n"
+"(formatting means creating a filesystem).\n"
"\n"
"At this time, you may wish to reformat some already existing partitions to\n"
"erase any data they contain. If you wish to do that, please select those\n"
@@ -2564,7 +2871,7 @@ msgid ""
"\n"
"Please be careful when selecting partitions. After formatting, all data on\n"
"the selected partitions will be deleted and you will not be able to recover\n"
-"any of them.\n"
+"any of it.\n"
"\n"
"Click on \"OK\" when you are ready to format partitions.\n"
"\n"
@@ -2572,7 +2879,7 @@ msgid ""
"Mandrake Linux operating system installation.\n"
"\n"
"Click on \"Advanced\" if you wish to select partitions that will be checked\n"
-"for bad blocks on the disc."
+"for bad blocks on the disk."
msgstr ""
"Visas jaunizveidots partcijas ir jformat, pirms ts var izmantot\n"
"(formatana nozm failsistmas izveidoanu).\n"
@@ -2602,7 +2909,7 @@ msgstr ""
"Noklikiniet \"Atcelt\", ja js gribat izvlties citas partcijas, kur\n"
"instalt jauno Mandrake Linux opertjsistmu."
-#: ../../help.pm_.c:376
+#: ../../help.pm_.c:404
#, fuzzy
msgid ""
"Your new Mandrake Linux operating system is currently being installed.\n"
@@ -2619,71 +2926,100 @@ msgstr ""
"\n"
"Ldzu esiet pacietgs."
-#: ../../help.pm_.c:384
+#: ../../help.pm_.c:412
msgid ""
-"Before continuing you should read carefully the terms of the license. It\n"
+"At the time you are installing Mandrake Linux, it is likely that some\n"
+"packages have been updated since the initial release. Some bugs may have\n"
+"been fixed, and security issues solved. To allow you to benefit from these\n"
+"updates, you are now proposed to download them from the Internet. Choose\n"
+"\"Yes\" if you have a working Internet connection, or \"No\" if you prefer\n"
+"to install updated packages later.\n"
+"\n"
+"Choosing \"Yes\" displays a list of places from which updates can be\n"
+"retrieved. Choose the one nearest you. Then a package-selection tree\n"
+"appears: review the selection, and press \"Install\" to retrieve and\n"
+"install the selected package(s), or \"Cancel\" to abort."
+msgstr ""
+
+#: ../../help.pm_.c:425
+msgid ""
+"Before continuing, you should read carefully the terms of the license. It\n"
"covers the whole Mandrake Linux distribution, and if you do not agree with\n"
"all the terms in it, click on the \"Refuse\" button which will immediately\n"
-"terminate the installation. To continue with the installation, click the\n"
+"terminate the installation. To continue with the installation, click on the\n"
"\"Accept\" button."
msgstr ""
-#: ../../help.pm_.c:391
+#: ../../help.pm_.c:432
msgid ""
"At this point, it is time to choose the security level desired for the\n"
"machine. As a rule of thumb, the more exposed the machine is, and the more\n"
"the data stored in it is crucial, the higher the security level should be.\n"
-"However, a higher security level is generally obtained at the expenses of\n"
-"easiness of use. Refer to the MSEC chapter of the ``Reference Manual'' to\n"
-"get more information about the meaning of these levels.\n"
+"However, a higher security level is generally obtained at the expense of\n"
+"easiness of use. Refer to the \"msec\" chapter of the ``Reference Manual''\n"
+"to get more information about the meaning of these levels.\n"
"\n"
"If you do not know what to choose, keep the default option."
msgstr ""
-#: ../../help.pm_.c:401
+#: ../../help.pm_.c:442
#, fuzzy
msgid ""
-"At this point, you need to choose what partition(s) will be used for the\n"
-"installation of your Mandrake Linux system. If partitions have been already\n"
+"At this point, you need to choose which partition(s) will be used for the\n"
+"installation of your Mandrake Linux system. If partitions have already been\n"
"defined, either from a previous installation of GNU/Linux or from another\n"
-"partitioning tool, you can use existing partitions. Otherwise hard drive\n"
+"partitioning tool, you can use existing partitions. Otherwise, hard drive\n"
"partitions must be defined.\n"
"\n"
"To create partitions, you must first select a hard drive. You can select\n"
-"the disk for partitioning by clicking on \"hda\" for the first IDE drive,\n"
-"\"hdb\" for the second, \"sda\" for the first SCSI drive and so on.\n"
+"the disk for partitioning by clicking on ``hda'' for the first IDE drive,\n"
+"``hdb'' for the second, ``sda'' for the first SCSI drive and so on.\n"
"\n"
"To partition the selected hard drive, you can use these options:\n"
"\n"
" * \"Clear all\": this option deletes all partitions on the selected hard\n"
-"drive.\n"
+"drive;\n"
+"\n"
+" * \"Auto allocate\": this option enables to automatically create \"Ext2\"\n"
+"and swap partitions in free space of your hard drive;\n"
+"\n"
+" * \"More\": gives access to additional features:\n"
+"\n"
+" * \"Save partition table\": saves the partition table to a floppy. "
+"Useful\n"
+"for later partition-table recovery if necessary. It is strongly recommended\n"
+"to perform this step;\n"
"\n"
-" * \"Auto allocate\": this option allows you to automatically create Ext2\n"
-"and swap partitions in free space of your hard drive.\n"
+" * \"Restore partition table\": allows to restore a previously saved\n"
+"partition table from floppy disk;\n"
"\n"
-" * \"Rescue partition table\": if your partition table is damaged, you can\n"
+" * \"Rescue partition table\": if your partition table is damaged, you "
+"can\n"
"try to recover it using this option. Please be careful and remember that it\n"
-"can fail.\n"
+"can fail;\n"
"\n"
-" * \"Undo\": use this option to cancel your changes.\n"
+" * \"Reload partition table\": discards all changes and loads your "
+"initial\n"
+"partition table;\n"
"\n"
-" * \"Reload\": you can use this option if you wish to undo all changes and\n"
-"load your initial partitions table.\n"
+" * \"Removable media automounting\": unchecking this option will force "
+"users\n"
+"to manually mount and unmount removable medias such as floppies and\n"
+"CD-ROMs.\n"
"\n"
" * \"Wizard\": use this option if you wish to use a wizard to partition "
"your\n"
"hard drive. This is recommended if you do not have a good knowledge of\n"
-"partitioning.\n"
+"partitioning;\n"
"\n"
-" * \"Restore from floppy\": this option will allow you to restore a\n"
-"previously saved partition table from floppy disk.\n"
+" * \"Undo\": use this option to cancel your changes;\n"
"\n"
-" * \"Save to floppy\": saves the partition table to a floppy. Useful for\n"
-"later partition-table recovery if necessary. It is strongly recommended to\n"
-"perform this step.\n"
+" * \"Toggle to normal/expert mode\": allows additional actions on "
+"partitions\n"
+"(type, options, format) and gives more information;\n"
"\n"
-" * \"Done\": when you have finished partitioning your hard drive, this will\n"
-"save your changes back to disc.\n"
+" * \"Done\": when you are finished partitioning your hard drive, this will\n"
+"save your changes back to disk.\n"
"\n"
"Note: you can reach any option using the keyboard. Navigate through the\n"
"partitions using [Tab] and [Up/Down] arrows.\n"
@@ -2696,9 +3032,12 @@ msgid ""
"\n"
" * Ctrl-m to set the mount point.\n"
"\n"
+"To get information about the different filesystem types available, please\n"
+"read the ext2fs chapter from the ``Reference Manual''.\n"
+"\n"
"If you are installing on a PPC machine, you will want to create a small HFS\n"
-"\"bootstrap\" partition of at least 1MB which will be used by the yaboot\n"
-"boot loader. If you opt to make the partition a bit larger, say 50MB, you\n"
+"``bootstrap'' partition of at least 1MB, which will be used by the yaboot\n"
+"bootloader. If you opt to make the partition a bit larger, say 50MB, you\n"
"may find it a useful place to store a spare kernel and ramdisk images for\n"
"emergency boot situations."
msgstr ""
@@ -2771,11 +3110,11 @@ msgstr ""
"\n"
" * Ctrl-m, lai uzstdtu montanas punktu"
-#: ../../help.pm_.c:460
+#: ../../help.pm_.c:513
#, fuzzy
msgid ""
-"More than one Microsoft Windows partition has been detected on your hard\n"
-"drive. Please choose the one you want resize in order to install your new\n"
+"More than one Microsoft partition has been detected on your hard drive.\n"
+"Please choose the one you want to resize in order to install your new\n"
"Mandrake Linux operating system.\n"
"\n"
"Each partition is listed as follows: \"Linux name\", \"Windows name\"\n"
@@ -2790,11 +3129,11 @@ msgid ""
"\"Hard drive number\" is always a letter after \"hd\" or \"sd\". With IDE\n"
"hard drives:\n"
"\n"
-" * \"a\" means \"master hard drive on the primary IDE controller\",\n"
+" * \"a\" means \"master hard drive on the primary IDE controller\";\n"
"\n"
-" * \"b\" means \"slave hard drive on the primary IDE controller\",\n"
+" * \"b\" means \"slave hard drive on the primary IDE controller\";\n"
"\n"
-" * \"c\" means \"master hard drive on the secondary IDE controller\",\n"
+" * \"c\" means \"master hard drive on the secondary IDE controller\";\n"
"\n"
" * \"d\" means \"slave hard drive on the secondary IDE controller\".\n"
"\n"
@@ -2839,38 +3178,48 @@ msgstr ""
"\"Windows nosaukums\" ir jsu ciet diska burts Windows vid (pirmais disks\n"
"vai partcija saucas \"C:\")."
-#: ../../help.pm_.c:491
+#: ../../help.pm_.c:544
msgid "Please be patient. This operation can take several minutes."
msgstr "Ldzu esat pacietgs. darbba var ilgt vairkas mintes."
-#: ../../help.pm_.c:494
+#: ../../help.pm_.c:547
#, fuzzy
msgid ""
"DrakX now needs to know if you want to perform a default (\"Recommended\")\n"
-"installation or if you want to have greater control (\"Expert\"). You also\n"
-"have the choice of performing a new install or an upgrade of an existing\n"
-"Mandrake Linux system. Clicking \"Install\" will completely wipe out the\n"
-"old system. Select \"Upgrade\" if you are upgrading or repairing an\n"
-"existing system.\n"
-"\n"
-"Please choose \"Install\" if there are no previous version of Mandrake\n"
-"Linux installed or if you wish to boot between various operating systems.\n"
+"installation or if you want to have greater control (\"Expert\"). You can\n"
+"also choose to do a new install or an upgrade of an existing Mandrake Linux\n"
+"system:\n"
+"\n"
+" * \"Install\": completely wipes out the old system. In fact, depending on\n"
+"what currently holds your machine, you will be able to keep some old (Linux\n"
+"or other) partitions unchanged;\n"
+"\n"
+" * \"Upgrade\": this installation class allows to simply update the "
+"packages\n"
+"currently installed on your Mandrake Linux system. It keeps the current\n"
+"partitions of your hard drives as well as user configurations. All other\n"
+"configuration steps remain available with respect to plain installation;\n"
+"\n"
+" * \"Upgrade Packages Only\": this brand new class allows to upgrade an\n"
+"existing Mandrake Linux system while keeping all system configurations\n"
+"unchanged. Adding new packages to the current installation is also\n"
+"possible.\n"
"\n"
-"Please choose \"Update\" if you wish to update or repair an already\n"
-"installed version of Mandrake Linux.\n"
+"Upgrades should work fine for Mandrake Linux systems starting from \"8.1\"\n"
+"release.\n"
"\n"
-"Depending on your knowledge of GNU/Linux, please choose one of the\n"
-"following to install or update your Mandrake Linux operating system:\n"
+"Depending on your knowledge of GNU/Linux, select one of the following\n"
+"choices:\n"
"\n"
" * Recommended: choose this if you have never installed a GNU/Linux\n"
"operating system. The installation will be very easy and you will only be\n"
-"asked a few questions.\n"
+"asked a few questions;\n"
"\n"
" * Expert: if you have a good knowledge of GNU/Linux, you can choose this\n"
"installation class. The expert installation will allow you to perform a\n"
-"highly customized installation. Answering some of the questions can be\n"
-"difficult if you do not have a good knowledge of GNU/Linux so do not choose\n"
-"this unless you know what you are doing."
+"highly-customized installation. Answering some of the questions can be\n"
+"difficult if you do not have a good knowledge of GNU/Linux, so do not\n"
+"choose this unless you know what you are doing."
msgstr ""
"Ldzu izvlieties \"Instalt\", ja nav instalta vecka Linux-Mandrak "
"versija\n"
@@ -2907,10 +3256,10 @@ msgstr ""
"pietiekoi labas. Tpc neizvlieties\n"
" o instalanas klasi, ja neesat prliecints."
-#: ../../help.pm_.c:521
+#: ../../help.pm_.c:583
msgid ""
"Normally, DrakX selects the right keyboard for you (depending on the\n"
-"language you have chosen) and you will not even see this step. However, you\n"
+"language you have chosen) and you won't even see this step. However, you\n"
"might not have a keyboard that corresponds exactly to your language: for\n"
"example, if you are an English speaking Swiss person, you may still want\n"
"your keyboard to be a Swiss keyboard. Or if you speak English but are\n"
@@ -2922,7 +3271,7 @@ msgid ""
"supported keyboards."
msgstr ""
-#: ../../help.pm_.c:534
+#: ../../help.pm_.c:596
msgid ""
"Please choose your preferred language for installation and system usage.\n"
"\n"
@@ -2931,53 +3280,54 @@ msgid ""
"will install the language-specific files for system documentation and\n"
"applications. For example, if you will host users from Spain on your\n"
"machine, select English as the main language in the tree view and in the\n"
-"Advanced section click on the grey star corresponding to \"Spanish|Spain\".\n"
+"Advanced section click on the box corresponding to \"Spanish|Spain\".\n"
"\n"
"Note that multiple languages may be installed. Once you have selected any\n"
-"additional locales click the \"OK\" button to continue."
+"additional locales, click the \"OK\" button to continue."
msgstr ""
-#: ../../help.pm_.c:547
+#: ../../help.pm_.c:609
msgid ""
-"By default, DrakX assumes you have a two-button mouse and will set it up\n"
-"for third-button emulation. DrakX will automatically know whether it is a\n"
-"PS/2, serial or USB mouse.\n"
+"DrakX generally detects the number of buttons your mouse has. If not, it\n"
+"assumes you have a two-button mouse and will set it up for third-button\n"
+"emulation. DrakX will automatically know whether it is a PS/2, serial or\n"
+"USB mouse.\n"
"\n"
"If you wish to specify a different type of mouse select the appropriate\n"
-"type from the list provided.\n"
+"type from the provided list.\n"
"\n"
-"If you choose a mouse other than the default you will be presented with a\n"
-"mouse test screen. Use the buttons and wheel to verify that the settings\n"
-"are good. If the mouse is not working correctly press the space bar or\n"
-"RETURN to \"Cancel\" and choose again."
+"If you choose a mouse other than the default, a test screen will be\n"
+"displayed. Use the buttons and wheel to verify that the settings are\n"
+"correct. If the mouse is not working well, press the space bar or [Return]\n"
+"to \"Cancel\" and choose again."
msgstr ""
-#: ../../help.pm_.c:560
+#: ../../help.pm_.c:623
#, fuzzy
msgid ""
-"Please select the correct port. For example, the COM1 port under MS Windows\n"
-"is named ttyS0 under GNU/Linux."
+"Please select the correct port. For example, the \"COM1\" port under\n"
+"Windows is named \"ttyS0\" under GNU/Linux."
msgstr ""
"Ldzu izvlieties pareizu portu. Piemram, MS Windows\n"
"ports COM1 GNU/Linux vid saucas ttyS0."
-#: ../../help.pm_.c:564
+#: ../../help.pm_.c:627
msgid ""
"This is the most crucial decision point for the security of your GNU/Linux\n"
"system: you have to enter the \"root\" password. \"root\" is the system\n"
"administrator and is the only one authorized to make updates, add users,\n"
"change the overall system configuration, and so on. In short, \"root\" can\n"
"do everything! That is why you must choose a password that is difficult to\n"
-"guess - DrakX will tell you if it is too easy. As you can see, you can\n"
-"choose not to enter a password, but we strongly advise you against this if\n"
-"only for one reason: do not think that because you booted GNU/Linux that\n"
-"your other operating systems are safe from mistakes. Since \"root\" can\n"
-"overcome all limitations and unintentionally erase all data on partitions\n"
-"by carelessly accessing the partitions themselves, it is important for it\n"
-"to be difficult to become \"root\".\n"
+"guess DrakX will tell you if it is too easy. As you can see, you can choose\n"
+"not to enter a password, but we strongly advise you against this if only\n"
+"for one reason: do not think that because you booted GNU/Linux that your\n"
+"other operating systems are safe from mistakes. Since \"root\" can overcome\n"
+"all limitations and unintentionally erase all data on partitions by\n"
+"carelessly accessing the partitions themselves, it is important for it to\n"
+"be difficult to become \"root\".\n"
"\n"
"The password should be a mixture of alphanumeric characters and at least 8\n"
-"characters long. Never write down the \"root\" password - it makes it too\n"
+"characters long. Never write down the \"root\" password it makes it too\n"
"easy to compromise a system.\n"
"\n"
"However, please do not make the password too long or complicated because\n"
@@ -2986,12 +3336,12 @@ msgid ""
"The password will not be displayed on screen as you type it in. Hence, you\n"
"will have to type the password twice to reduce the chance of a typing\n"
"error. If you do happen to make the same typing error twice, this\n"
-"\"incorrect\" password will have to be used the first time you connect.\n"
+"``incorrect'' password will have to be used the first time you connect.\n"
"\n"
-"In expert mode, you will be asked if you will be connecting to an\n"
+"In Expert mode, you will be asked if you will be connecting to an\n"
"authentication server, like NIS or LDAP.\n"
"\n"
-"If your network uses LDAP (or NIS) protocol for authentication, select\n"
+"If your network uses the LDAP (or NIS) protocol for authentication, select\n"
"\"LDAP\" (or \"NIS\") as authentication. If you do not know, ask your\n"
"network administrator.\n"
"\n"
@@ -2999,61 +3349,61 @@ msgid ""
"want to choose \"Local files\" for authentication."
msgstr ""
-#: ../../help.pm_.c:600
+#: ../../help.pm_.c:663
msgid ""
-"LILO and GRUB are boot loaders for GNU/Linux. This stage, normally, is\n"
-"totally automated. In fact, DrakX analyzes the disk boot sector and acts\n"
+"LILO and grub are GNU/Linux bootloaders. This stage, normally, is totally\n"
+"automated. In fact, DrakX analyzes the disk boot sector and acts\n"
"accordingly, depending on what it finds here:\n"
"\n"
-" * if Windows boot sector is found, it will replace it with a GRUB/LILO "
-"boot\n"
-"sector. Hence, you will be able to load either GNU/Linux or another OS;\n"
+" * if a Windows boot sector is found, it will replace it with a grub/LILO\n"
+"boot sector. Hence, you will be able to load either GNU/Linux or another\n"
+"OS;\n"
"\n"
-" * if a GRUB or LILO boot sector is found, it will replace it with a new\n"
-"one;\n"
+" * if a grub or LILO boot sector is found, it will replace it with a new\n"
+"one.\n"
"\n"
"If in doubt, DrakX will display a dialog with various options.\n"
"\n"
-" * \"Boot loader to use\": you have three choices:\n"
+" * \"Bootloader to use\": you have three choices:\n"
+"\n"
+" * \"GRUB\": if you prefer grub (text menu).\n"
"\n"
" * \"LILO with graphical menu\": if you prefer LILO with its graphical\n"
"interface.\n"
"\n"
-" * \"GRUB\": if you prefer GRUB (text menu).\n"
-"\n"
" * \"LILO with text menu\": if you prefer LILO with its text menu "
"interface.\n"
"\n"
" * \"Boot device\": in most cases, you will not change the default\n"
-"(\"/dev/hda\"), but if you prefer, the boot loader can be installed on the\n"
-"second hard drive (\"/dev/hdb\"), or even on a floppy disk (\"/dev/fd0\").\n"
+"(\"/dev/hda\"), but if you prefer, the bootloader can be installed on the\n"
+"second hard drive (\"/dev/hdb\"), or even on a floppy disk (\"/dev/fd0\");\n"
"\n"
" * \"Delay before booting the default image\": when rebooting the computer,\n"
-"this is the delay granted to the user to choose - in the boot loader menu,\n"
+"this is the delay granted to the user to choose in the bootloader menu,\n"
"another boot entry than the default one.\n"
"\n"
-"!! Beware that if you choose not to install a boot loader (by selecting\n"
+"!! Beware that if you choose not to install a bootloader (by selecting\n"
"\"Cancel\" here), you must ensure that you have a way to boot your Mandrake\n"
-"Linux system! Also be sure you know what you do before changing any of the\n"
+"Linux system! Also, be sure you know what you do before changing any of the\n"
"options. !!\n"
"\n"
"Clicking the \"Advanced\" button in this dialog will offer many advanced\n"
"options, which are reserved to the expert user.\n"
"\n"
-"Mandrake Linux installs its own boot loader, which will let you boot either\n"
-"GNU/Linux or any other operating systems which you have on your system.\n"
+"After you have configured the general bootloader parameters, the list of\n"
+"boot options which will be available at boot time will be displayed.\n"
"\n"
-"If there is another operating system installed on your machine, it will be\n"
-"automatically added to the boot menu. Here, you can choose to fine-tune the\n"
-"existing options. Double-clicking on an existing entry allows you to change\n"
-"its parameters or remove it; \"Add\" creates a new entry; and \"Done\" goes\n"
-"on to the next installation step."
+"If there is another operating system installed on your machine, it will\n"
+"automatically be added to the boot menu. Here, you can choose to fine-tune\n"
+"the existing options. Select an entry and click \"Modify\" to modify or\n"
+"remove it; \"Add\" creates a new entry; and \"Done\" goes on to the next\n"
+"installation step."
msgstr ""
-#: ../../help.pm_.c:647
+#: ../../help.pm_.c:711
#, fuzzy
msgid ""
-"LILO (the LInux LOader) and GRUB are boot loaders: they are able to boot\n"
+"LILO (the LInux LOader) and grub are bootloaders: they are able to boot\n"
"either GNU/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"
@@ -3074,7 +3424,7 @@ msgstr ""
"un aj gadjum js varat izdzst attiecgos ierakstus. Bet aj\n"
"gadjum jums bs nepiecieama sknanas diskete, lai ts skntu!"
-#: ../../help.pm_.c:658
+#: ../../help.pm_.c:722
#, fuzzy
msgid ""
"You must indicate where you wish to place the information required to boot\n"
@@ -3090,65 +3440,65 @@ msgstr ""
"Ja vien js neesat absolti prliecints par savu rcbu,\n"
"izvlieties \"Diska pirmais sektors (MBR)\"."
-#: ../../help.pm_.c:665
+#: ../../help.pm_.c:729
msgid ""
-"Here we select a printing system for your computer to use. Other OSes may\n"
-"offer you one, but Mandrake offers three.\n"
+"Here, we select a printing system for your computer. Other OSs may offer\n"
+"you one, but Mandrake Linux offers three.\n"
"\n"
-" * \"pdq\" - which means ``print, don't queue'', is the choice if you have "
-"a\n"
+" * \"pdq\" which means ``print, don't queue'', is the choice if you have a\n"
"direct connection to your printer and you want to be able to panic out of\n"
-"printer jams, and you do not have any networked printers. It will handle\n"
-"only very simple network cases and is somewhat slow for networks. Pick\n"
-"\"pdq\" if this is your maiden voyage to GNU/Linux. You can change your\n"
-"choices after install by running PrinterDrake from the Mandrake Control\n"
-"Center and clicking the expert button.\n"
-"\n"
-" * \"CUPS\" - ``Common Unix Printing System'' is excellent at printing to\n"
-"your local printer and also halfway round the planet. It is simple and can\n"
-"act like a server or a client for the ancient \"lpd\" printing system, so\n"
-"it is compatible with the systems that went before. It can do many tricks,\n"
-"but the basic setup is almost as easy as \"pdq\". If you need this to\n"
-"emulate an \"lpd\" server, you must turn on the \"cups-lpd\" daemon. It has\n"
+"printer jams, and you do not have networked printers. It will handle only\n"
+"very simple network cases and is somewhat slow for networks. Pick \"pdq\"\n"
+"if this is your maiden voyage to GNU/Linux. You can change your choices\n"
+"after installation by running PrinterDrake from the Mandrake Control Center\n"
+"and clicking the expert button.\n"
+"\n"
+" * \"CUPS\"``Common Unix Printing System'', is excellent at printing to "
+"your\n"
+"local printer and also halfway-around the planet. It is simple and can act\n"
+"as a server or a client for the ancient \"lpd\" printing system. Hence, it\n"
+"is compatible with the systems that went before. It can do many tricks, but\n"
+"the basic setup is almost as easy as \"pdq\". If you need this to emulate\n"
+"an \"lpd\" server, you must turn on the \"cups-lpd\" daemon. It has\n"
"graphical front-ends for printing or choosing printer options.\n"
"\n"
-" * \"lprNG\" - ``line printer daemon New Generation''. This system can do\n"
+" * \"lprNG\"``line printer daemon New Generation''. This system can do\n"
"approximately the same things the others can do, but it will print to\n"
-"printers mounted on a Novell Network, because it supports IPX protocol, and\n"
-"it can print directly to shell commands. If you have need of Novell or\n"
+"printers mounted on a Novell Network, because it supports the IPX protocol,\n"
+"and it can print directly to shell commands. If you have need of Novell or\n"
"printing to commands without using a separate pipe construct, use lprNG.\n"
"Otherwise, CUPS is preferable as it is simpler and better at working over\n"
"networks."
msgstr ""
-#: ../../help.pm_.c:693
+#: ../../help.pm_.c:757
#, fuzzy
msgid ""
-"DrakX is now detecting any IDE devices present in your computer. It will\n"
-"also scan for one or more PCI SCSI card(s) on your system. If a SCSI card\n"
-"is found DrakX will automatically install the appropriate driver.\n"
+"DrakX now detects any IDE device present in your computer. It will also\n"
+"scan for one or more PCI SCSI card(s) on your system. If a SCSI card is\n"
+"found, DrakX will automatically install the appropriate driver.\n"
"\n"
-"Because hardware detection will sometimes not detect a piece of hardware\n"
+"Because hardware detection does not always detect a piece of hardware,\n"
"DrakX will ask you to confirm if a PCI SCSI card is present. Click \"Yes\"\n"
"if you know that there is a SCSI card installed in your machine. You will\n"
"be presented a list of SCSI cards to choose from. Click \"No\" if you have\n"
-"no SCSI hardware. If you are unsure you can check the list of hardware\n"
+"no SCSI hardware. If you are unsure, you can check the list of hardware\n"
"detected in your machine by selecting \"See hardware info\" and clicking\n"
"\"OK\". Examine the list of hardware and then click on the \"OK\" button to\n"
"return to the SCSI interface question.\n"
"\n"
"If you have to manually specify your adapter, DrakX will ask if you want to\n"
"specify options for it. You should allow DrakX to probe the hardware for\n"
-"the card-specific options that the hardware needs to initialize. This\n"
+"the card-specific options which the hardware needs to initialize. This\n"
"usually works well.\n"
"\n"
-"If DrakX is not able to probe for the options that need to be passed, you\n"
-"will need to manually provide options to the driver. Please review the\n"
-"``User Guide'' (chapter 3, section \"Collecting information on your\n"
-"hardware\") for hints on retrieving the parameters required from hardware\n"
-"documentation, from the manufacturer's web site (if you have Internet\n"
-"access) or from Microsoft Windows (if you used this hardware with Windows\n"
-"on your system)."
+"If DrakX is not able to probe for the options which need to be passed, you\n"
+"will need to provide options to the driver manually. Please review the\n"
+"``User Guide'' (chapter 3, in the ``Collecting Information on Your\n"
+"Hardware'' section) for hints on retrieving the parameters required from\n"
+"hardware documentation, from the manufacturer's web site (if you have\n"
+"Internet access) or from MicrosoftWindows (if you used this hardware with\n"
+"Windows on your system)."
msgstr ""
"DrakX mins sameklt PCI SCSI adapteri(us).\n"
"Ja DrakX atrads kdu SCSI adapteri un zins, kuru draiveri izmantot,\n"
@@ -3172,23 +3522,24 @@ msgstr ""
"(ja jums ir pieejams Internets) vai Windows (ja tas ir uzstdts jsu "
"dator)."
-#: ../../help.pm_.c:720
+#: ../../help.pm_.c:784
msgid ""
"You can add additional entries for yaboot, either for other operating\n"
"systems, alternate kernels, or for an emergency boot image.\n"
"\n"
-"For other OS's, the entry consists only of a label and the root partition.\n"
+"For other OSs, the entry consists only of a label and the \"root\"\n"
+"partition.\n"
"\n"
"For Linux, there are a few possible options:\n"
"\n"
" * Label: this is simply the name you will have to type at the yaboot "
"prompt\n"
-"to select this boot option.\n"
+"to select this boot option;\n"
"\n"
" * Image: this would be the name of the kernel to boot. Typically, vmlinux\n"
-"or a variation of vmlinux with an extension.\n"
+"or a variation of vmlinux with an extension;\n"
"\n"
-" * Root: the \"root\" device or \"/\" for your Linux installation.\n"
+" * Root: the \"root\" device or ``/'' for your Linux installation;\n"
"\n"
" * Append: on Apple hardware, the kernel append option is used quite often\n"
"to assist in initializing video hardware, or to enable keyboard mouse\n"
@@ -3202,106 +3553,104 @@ msgid ""
"\n"
" * Initrd: this option can be used either to load initial modules, before\n"
"the boot device is available, or to load a ramdisk image for an emergency\n"
-"boot situation.\n"
+"boot situation;\n"
"\n"
" * Initrd-size: the default ramdisk size is generally 4,096 bytes. If you\n"
-"need to allocate a large ramdisk, this option can be used.\n"
+"need to allocate a large ramdisk, this option can be used;\n"
"\n"
" * Read-write: normally the \"root\" partition is initially brought up in\n"
-"read-only, to allow a file system check before the system becomes \"live\".\n"
-"Here, you can override this option.\n"
+"read-only, to allow a file system check before the system becomes ``live''.\n"
+"Here, you can override this option;\n"
"\n"
" * NoVideo: should the Apple video hardware prove to be exceptionally\n"
-"problematic, you can select this option to boot in \"novideo\" mode, with\n"
-"native frame buffer support.\n"
+"problematic, you can select this option to boot in ``novideo'' mode, with\n"
+"native frame buffer support;\n"
"\n"
" * Default: selects this entry as being the default Linux selection,\n"
"selectable by just pressing ENTER at the yaboot prompt. This entry will\n"
-"also be highlighted with a \"*\", if you press [Tab] to see the boot\n"
+"also be highlighted with a ``*'', if you press [Tab] to see the boot\n"
"selections."
msgstr ""
-#: ../../help.pm_.c:765
+#: ../../help.pm_.c:830
msgid ""
-"Yaboot is a boot loader for NewWorld MacIntosh hardware. It is able to boot\n"
+"Yaboot is a bootloader for NewWorld MacIntosh hardware. It is able to boot\n"
"either GNU/Linux, MacOS or MacOSX if present on your computer. Normally,\n"
"these other operating systems are correctly detected and installed. If this\n"
-"is not the case, you can add an entry by hand in this screen. Be careful as\n"
-"to choose the correct parameters.\n"
+"is not the case, you can add an entry by hand in this screen. Be careful to\n"
+"choose the correct parameters.\n"
"\n"
"Yaboot's main options are:\n"
"\n"
-" * Init Message: a simple text message that is displayed before the boot\n"
-"prompt.\n"
+" * Init Message: a simple text message displayed before the boot prompt;\n"
"\n"
-" * Boot Device: indicate where you want to place the information required "
-"to\n"
-"boot to GNU/Linux. Generally, you setup a bootstrap partition earlier to\n"
-"hold this information.\n"
+" * Boot Device: indicates where you want to place the information required\n"
+"to boot to GNU/Linux. Generally, you set up a bootstrap partition earlier\n"
+"to hold this information;\n"
"\n"
" * Open Firmware Delay: unlike LILO, there are two delays available with\n"
"yaboot. The first delay is measured in seconds and at this point, you can\n"
-"choose between CD, OF boot, MacOS or Linux.\n"
+"choose between CD, OF boot, MacOS or Linux;\n"
"\n"
" * Kernel Boot Timeout: this timeout is similar to the LILO boot delay.\n"
"After selecting Linux, you will have this delay in 0.1 second before your\n"
-"default kernel description is selected.\n"
+"default kernel description is selected;\n"
"\n"
-" * Enable CD Boot?: checking this option allows you to choose \"C\" for CD\n"
-"at the first boot prompt.\n"
+" * Enable CD Boot?: checking this option allows you to choose ``C'' for CD\n"
+"at the first boot prompt;\n"
"\n"
-" * Enable OF Boot?: checking this option allows you to choose \"N\" for "
+" * Enable OF Boot?: checking this option allows you to choose ``N'' for "
"Open\n"
-"Firmware at the first boot prompt.\n"
+"Firmware at the first boot prompt;\n"
"\n"
" * Default OS: you can select which OS will boot by default when the Open\n"
"Firmware Delay expires."
msgstr ""
-#: ../../help.pm_.c:798
+#: ../../help.pm_.c:862
msgid ""
"Here are presented various parameters concerning your machine. Depending on\n"
-"your installed hardware, you may - or not, see the following entries:\n"
+"your installed hardware, you may or not, see the following entries:\n"
"\n"
-" * \"Mouse\": mouse check the current mouse configuration and click on the\n"
-"button to change it if necessary.\n"
+" * \"Mouse\": check the current mouse configuration and click on the button\n"
+"to change it if necessary;\n"
"\n"
-" * \"Keyboard\": keyboard check the current keyboard map configuration and\n"
-"click on the button to change that if necessary.\n"
+" * \"Keyboard\": check the current keyboard map configuration and click on\n"
+"the button to change that if necessary;\n"
"\n"
-" * \"Timezone\": time zoneDrakX, by default, guesses your time zone from "
-"the\n"
-"language you have chosen. But here again, as for the choice of a keyboard,\n"
-"you may not be in the country for which the chosen language should\n"
-"correspond. Hence, you may need to click on the \"Timezone\" button in\n"
-"order to configure the clock according to the time zone you are in.\n"
+" * \"Timezone\": DrakX, by default, guesses your time zone from the "
+"language\n"
+"you have chosen. But here again, as for the choice of a keyboard, you may\n"
+"not be in the country for which the chosen language should correspond.\n"
+"Hence, you may need to click on the \"Timezone\" button in order to\n"
+"configure the clock according to the time zone you are in;\n"
"\n"
" * \"Printer\": clicking on the \"No Printer\" button will open the printer\n"
-"configuration wizard.\n"
+"configuration wizard;\n"
"\n"
" * \"Sound card\": if a sound card is detected on your system, it is\n"
-"displayed here. No modification possible at installation time.\n"
+"displayed here. No modification possible at installation time;\n"
"\n"
" * \"TV card\": if a TV card is detected on your system, it is displayed\n"
-"here. No modification possible at installation time.\n"
+"here. No modification possible at installation time;\n"
"\n"
" * \"ISDN card\": if an ISDN card is detected on your system, it is\n"
"displayed here. You can click on the button to change the parameters\n"
-"associated to it."
+"associated with it."
msgstr ""
-#: ../../help.pm_.c:827
+#: ../../help.pm_.c:891
#, fuzzy
msgid ""
-"Choose the hard drive you want to erase to install your new Mandrake Linux\n"
-"partition. Be careful, all data present on it will be lost and will not be\n"
-"recoverable!"
+"Choose the hard drive you want to erase in order to install your new\n"
+"Mandrake Linux partition. Be careful, all data present on it will be lost\n"
+"and will not be recoverable!"
msgstr ""
"Nordiet cieto disku, ko vlaties izdzst, lai izveidotu jaunu\n"
"Mandrake Linux partciju. Esiet uzmangi, jo visi disk esoie dati\n"
"pazuds un nebs atjaunojami."
-#: ../../help.pm_.c:832
+#: ../../help.pm_.c:896
#, fuzzy
msgid ""
"Click on \"OK\" if you want to delete all data and partitions present on\n"
@@ -3322,13 +3671,20 @@ msgstr ""
"Nospiediet \"Atcelt\", lai atceltu o operciju bez jebkdu uz diska "
"esou datu vai partciju pazaudanas."
-#: ../../install2.pm_.c:114
+#: ../../install2.pm_.c:113
#, c-format
msgid ""
-"Can't access kernel modules corresponding to your kernel (file %s is missing)"
+"Can't access kernel modules corresponding to your kernel (file %s is "
+"missing), this generally means your boot floppy in not in sync with the "
+"Installation medium (please create a newer boot floppy)"
msgstr ""
-#: ../../install_any.pm_.c:421
+#: ../../install2.pm_.c:169
+#, c-format
+msgid "You must also format %s"
+msgstr ""
+
+#: ../../install_any.pm_.c:411
#, c-format
msgid ""
"You have selected the following server(s): %s\n"
@@ -3343,7 +3699,7 @@ msgid ""
"Do you really want to install these servers?\n"
msgstr ""
-#: ../../install_any.pm_.c:457
+#: ../../install_any.pm_.c:447
msgid "Can't use broadcast with no NIS domain"
msgstr ""
@@ -3364,20 +3720,11 @@ msgstr ""
"Lai izmantotu o saglabto pakotu izvli, palaidiet instalciju ar ``linux "
"defcfg=floppy''"
-#: ../../install_any.pm_.c:831 ../../partition_table.pm_.c:737
+#: ../../install_any.pm_.c:831 ../../partition_table.pm_.c:763
#, c-format
msgid "Error reading file %s"
msgstr "Kda, nolasot failu %s"
-#: ../../install_gtk.pm_.c:84 ../../install_steps_gtk.pm_.c:325
-#: ../../interactive.pm_.c:107 ../../interactive.pm_.c:122
-#: ../../interactive.pm_.c:286 ../../interactive.pm_.c:308
-#: ../../interactive_http.pm_.c:104 ../../interactive_newt.pm_.c:170
-#: ../../interactive_stdio.pm_.c:27 ../../my_gtk.pm_.c:415
-#: ../../my_gtk.pm_.c:716 ../../my_gtk.pm_.c:738
-msgid "Ok"
-msgstr "Labi"
-
#: ../../install_interactive.pm_.c:23
#, c-format
msgid ""
@@ -3387,7 +3734,7 @@ msgstr ""
"Dau jsu datora dzelu darbbai nepiecieami ``firmas'' draiveri.\n"
"Papildus informciju varat atrast eit: %s"
-#: ../../install_interactive.pm_.c:44
+#: ../../install_interactive.pm_.c:58
msgid ""
"You must have a root partition.\n"
"For this, create a partition (or click on an existing one).\n"
@@ -3397,11 +3744,11 @@ msgstr ""
"im nolkam izveidojiet partciju (vai uzklikiniet uz jau esoas).\n"
"Tad izvlieties darbbu ``Montanas punkts'' un nordiet, ka tas ir `/'"
-#: ../../install_interactive.pm_.c:49 ../../install_steps_graphical.pm_.c:259
+#: ../../install_interactive.pm_.c:63
msgid "You must have a swap partition"
msgstr "Jums ir nepiecieama swap partcija"
-#: ../../install_interactive.pm_.c:50 ../../install_steps_graphical.pm_.c:261
+#: ../../install_interactive.pm_.c:64
msgid ""
"You don't have a swap partition\n"
"\n"
@@ -3411,60 +3758,60 @@ msgstr ""
"\n"
"Vai tomr turpint?"
-#: ../../install_interactive.pm_.c:53 ../../install_steps.pm_.c:165
+#: ../../install_interactive.pm_.c:67 ../../install_steps.pm_.c:163
#, fuzzy
msgid "You must have a FAT partition mounted in /boot/efi"
msgstr "Jums ir nepiecieama swap partcija"
-#: ../../install_interactive.pm_.c:76
+#: ../../install_interactive.pm_.c:90
msgid "Use free space"
msgstr "Izmantot brvo vietu"
-#: ../../install_interactive.pm_.c:78
+#: ../../install_interactive.pm_.c:92
msgid "Not enough free space to allocate new partitions"
msgstr "Nepietiek brvas vietas, lai izvietotu jaunas partcijas"
-#: ../../install_interactive.pm_.c:86
+#: ../../install_interactive.pm_.c:100
msgid "Use existing partition"
msgstr "Izmantot jau esou partciju"
-#: ../../install_interactive.pm_.c:88
+#: ../../install_interactive.pm_.c:102
msgid "There is no existing partition to use"
msgstr "Nav nevienas partcijas, ko vartu izmantot"
-#: ../../install_interactive.pm_.c:95
+#: ../../install_interactive.pm_.c:109
msgid "Use the Windows partition for loopback"
msgstr "Izmantot Windows partciju priek loopback"
-#: ../../install_interactive.pm_.c:98
+#: ../../install_interactive.pm_.c:112
msgid "Which partition do you want to use for Linux4Win?"
msgstr "Kuru partciju vlaties izmantot priek Linux4Win?"
-#: ../../install_interactive.pm_.c:100
+#: ../../install_interactive.pm_.c:114
msgid "Choose the sizes"
msgstr "Izvlieties izmrus"
-#: ../../install_interactive.pm_.c:101
+#: ../../install_interactive.pm_.c:115
msgid "Root partition size in MB: "
msgstr "Saknes partcijas izmrs (MB): "
-#: ../../install_interactive.pm_.c:102
+#: ../../install_interactive.pm_.c:116
msgid "Swap partition size in MB: "
msgstr "Swap partcijas izmrs (MB): "
-#: ../../install_interactive.pm_.c:111
+#: ../../install_interactive.pm_.c:125
msgid "Use the free space on the Windows partition"
msgstr "Izmantot Windows partcijas brvo vietu"
-#: ../../install_interactive.pm_.c:114
+#: ../../install_interactive.pm_.c:128
msgid "Which partition do you want to resize?"
msgstr "Kuras partcijas izmru vlaties izmaint?"
-#: ../../install_interactive.pm_.c:116
+#: ../../install_interactive.pm_.c:130
msgid "Computing Windows filesystem bounds"
msgstr "Izskaitoju Windows failu sistmas robeas"
-#: ../../install_interactive.pm_.c:119
+#: ../../install_interactive.pm_.c:133
#, c-format
msgid ""
"The FAT resizer is unable to handle your partition, \n"
@@ -3473,18 +3820,20 @@ msgstr ""
"FAT izmra maintjs nespj izmaint jsu partciju,\n"
"atklta sekojoa kda: %s"
-#: ../../install_interactive.pm_.c:122
+#: ../../install_interactive.pm_.c:136
msgid "Your Windows partition is too fragmented, please run ``defrag'' first"
msgstr "Windows partcija ir prk fragmentta, vispirms palaidiet ``defrag''"
-#: ../../install_interactive.pm_.c:123
+#: ../../install_interactive.pm_.c:137
+#, fuzzy
msgid ""
"WARNING!\n"
"\n"
-"DrakX will now resize your Windows partition. Be careful: this operation is\n"
-"dangerous. If you have not already done so, you should first exit the\n"
-"installation, run scandisk under Windows (and optionally run defrag), then\n"
-"restart the installation. You should also backup your data.\n"
+"DrakX will now resize your Windows partition. Be careful:\n"
+"this operation is dangerous. If you have not already done\n"
+"so, you should first exit the installation, run scandisk\n"
+"under Windows (and optionally run defrag), then restart the\n"
+"installation. You should also backup your data.\n"
"When sure, press Ok."
msgstr ""
"BRDINJUMS!\n"
@@ -3495,21 +3844,21 @@ msgstr ""
"tad atkrtoti jsk instalana. Vajadztu izveidot ar datu rezerves\n"
"kopiju. Kad esat prliecints, nospiediet Labi."
-#: ../../install_interactive.pm_.c:132
+#: ../../install_interactive.pm_.c:147
msgid "Which size do you want to keep for windows on"
msgstr "Kdu apjomu vlaties atstt priek windows uz"
-#: ../../install_interactive.pm_.c:133
+#: ../../install_interactive.pm_.c:148
#, c-format
msgid "partition %s"
msgstr "partcija %s"
-#: ../../install_interactive.pm_.c:139
+#: ../../install_interactive.pm_.c:155
#, c-format
msgid "FAT resizing failed: %s"
msgstr "FAT izmra maia neizdevs: %s"
-#: ../../install_interactive.pm_.c:154
+#: ../../install_interactive.pm_.c:170
msgid ""
"There is no FAT partitions to resize or to use as loopback (or not enough "
"space left)"
@@ -3517,32 +3866,32 @@ msgstr ""
"Nav FAT partciju, lai izmainto to izmru vai izmantotu k loopback (vai "
"nepietiek brvas vietas)"
-#: ../../install_interactive.pm_.c:160
+#: ../../install_interactive.pm_.c:176
msgid "Erase entire disk"
msgstr "Izdzst visu disku"
-#: ../../install_interactive.pm_.c:160
+#: ../../install_interactive.pm_.c:176
msgid "Remove Windows(TM)"
msgstr "Noemt Windows(TM)"
-#: ../../install_interactive.pm_.c:163
+#: ../../install_interactive.pm_.c:179
msgid "You have more than one hard drive, which one do you install linux on?"
msgstr "Jums ir vairk nek viens cietais disks, uz kura js instaljat linux?"
-#: ../../install_interactive.pm_.c:166
+#: ../../install_interactive.pm_.c:182
#, c-format
msgid "ALL existing partitions and their data will be lost on drive %s"
msgstr "VISAS diska %s partcijas un tajs esoie dati tiks pazaudti"
-#: ../../install_interactive.pm_.c:174
+#: ../../install_interactive.pm_.c:190
msgid "Custom disk partitioning"
msgstr "Pielgots disku sadaljums"
-#: ../../install_interactive.pm_.c:178
+#: ../../install_interactive.pm_.c:194
msgid "Use fdisk"
msgstr "Izmantot fdisk"
-#: ../../install_interactive.pm_.c:181
+#: ../../install_interactive.pm_.c:197
#, c-format
msgid ""
"You can now partition %s.\n"
@@ -3551,32 +3900,32 @@ msgstr ""
"Tagad js varat sadalt diska iekrtu %s.\n"
"Kad esat pabeigui, neaizmirstiet saglabt, izmantojot `w'"
-#: ../../install_interactive.pm_.c:210
+#: ../../install_interactive.pm_.c:226
msgid "You don't have enough free space on your Windows partition"
msgstr "Jsu Windows partcij nav pietiekoi daudz brvas vietas"
-#: ../../install_interactive.pm_.c:226
+#: ../../install_interactive.pm_.c:242
msgid "I can't find any room for installing"
msgstr "Nevaru atrast vietu instalanai"
-#: ../../install_interactive.pm_.c:230
+#: ../../install_interactive.pm_.c:246
msgid "The DrakX Partitioning wizard found the following solutions:"
msgstr "DrakX partciju veidoanas meistars atrada sekojous risinjumus:"
-#: ../../install_interactive.pm_.c:235
+#: ../../install_interactive.pm_.c:251
#, c-format
msgid "Partitioning failed: %s"
msgstr "Diska sadalana neizdevs: %s"
-#: ../../install_interactive.pm_.c:241
+#: ../../install_interactive.pm_.c:261
msgid "Bringing up the network"
msgstr "Iedarbinu tklu"
-#: ../../install_interactive.pm_.c:246
+#: ../../install_interactive.pm_.c:266
msgid "Bringing down the network"
msgstr "Atsldzu tklu"
-#: ../../install_steps.pm_.c:73
+#: ../../install_steps.pm_.c:76
msgid ""
"An error occurred, but I don't know how to handle it nicely.\n"
"Continue at your own risk."
@@ -3584,12 +3933,12 @@ msgstr ""
"Atklta kda, bet es nezinu, k ar to pareizi apieties.\n"
"Turpiniet, ja vlaties riskt."
-#: ../../install_steps.pm_.c:207
+#: ../../install_steps.pm_.c:205
#, c-format
msgid "Duplicate mount point %s"
msgstr "Dublts montanas punkts %s"
-#: ../../install_steps.pm_.c:384
+#: ../../install_steps.pm_.c:388
msgid ""
"Some important packages didn't get installed properly.\n"
"Either your cdrom drive or your cdrom is defective.\n"
@@ -3601,93 +3950,21 @@ msgstr ""
"Parbaudiet disku uz instalta datora, izmantojot komandu \"rpm -qpl Mandrake/"
"RPMS/*.rpm\"\n"
-#: ../../install_steps.pm_.c:459
+#: ../../install_steps.pm_.c:458
#, c-format
msgid "Welcome to %s"
msgstr "Js sveic %s"
-#: ../../install_steps.pm_.c:506 ../../install_steps.pm_.c:709
+#: ../../install_steps.pm_.c:513 ../../install_steps.pm_.c:755
msgid "No floppy drive available"
msgstr "Nav nevienas diskeu iekrtas"
-#: ../../install_steps_auto_install.pm_.c:77
-#: ../../install_steps_stdio.pm_.c:23
+#: ../../install_steps_auto_install.pm_.c:76
+#: ../../install_steps_stdio.pm_.c:22
#, c-format
msgid "Entering step `%s'\n"
msgstr "Uzsku soli `%s'\n"
-#: ../../install_steps_graphical.pm_.c:287
-msgid "Choose the size you want to install"
-msgstr "Nordiet apjomu, ko vlaties instalt"
-
-#: ../../install_steps_graphical.pm_.c:334
-msgid "Total size: "
-msgstr "Kopjais izmrs: "
-
-#: ../../install_steps_graphical.pm_.c:346 ../../install_steps_gtk.pm_.c:387
-#, c-format
-msgid "Version: %s\n"
-msgstr "Versija: %s\n"
-
-#: ../../install_steps_graphical.pm_.c:347 ../../install_steps_gtk.pm_.c:388
-#, c-format
-msgid "Size: %d KB\n"
-msgstr "Apjoms: %d KB\n"
-
-#: ../../install_steps_graphical.pm_.c:462 ../../install_steps_gtk.pm_.c:481
-#: ../../install_steps_interactive.pm_.c:509
-msgid "Choose the packages you want to install"
-msgstr "Izvlieties pakotnes, ko vlaties instalt"
-
-#: ../../install_steps_graphical.pm_.c:465 ../../interactive_gtk.pm_.c:571
-msgid "Info"
-msgstr "Info"
-
-#: ../../install_steps_graphical.pm_.c:473 ../../install_steps_gtk.pm_.c:457
-#: ../../install_steps_interactive.pm_.c:212
-msgid "Install"
-msgstr "Instalt"
-
-#: ../../install_steps_graphical.pm_.c:492 ../../install_steps_gtk.pm_.c:497
-#: ../../install_steps_interactive.pm_.c:695
-msgid "Installing"
-msgstr "Instalju"
-
-#: ../../install_steps_graphical.pm_.c:499
-msgid "Please wait, "
-msgstr "Ldzu uzgaidiet, "
-
-#: ../../install_steps_graphical.pm_.c:501 ../../install_steps_gtk.pm_.c:510
-msgid "Time remaining "
-msgstr "Atlikuais laiks"
-
-#: ../../install_steps_graphical.pm_.c:502
-msgid "Total time "
-msgstr "Kopjais laiks"
-
-#: ../../install_steps_graphical.pm_.c:507
-#: ../../install_steps_interactive.pm_.c:695
-msgid "Preparing installation"
-msgstr "Sagatavoju instalanu"
-
-#: ../../install_steps_graphical.pm_.c:528 ../../install_steps_gtk.pm_.c:558
-#, c-format
-msgid "Installing package %s"
-msgstr "Instalju pakotni %s"
-
-#: ../../install_steps_graphical.pm_.c:553 ../../install_steps_gtk.pm_.c:642
-#: ../../install_steps_gtk.pm_.c:646
-msgid "Go on anyway?"
-msgstr "Tomr turpint?"
-
-#: ../../install_steps_graphical.pm_.c:553 ../../install_steps_gtk.pm_.c:642
-msgid "There was an error ordering packages:"
-msgstr "Pakotu krtoanas laik atklta kda:"
-
-#: ../../install_steps_graphical.pm_.c:577
-msgid "Use existing configuration for X11?"
-msgstr "Vai izmantot jau esoo X11 konfigurciju?"
-
#: ../../install_steps_gtk.pm_.c:148
msgid ""
"Your system is low on resource. You may have some problem installing\n"
@@ -3700,12 +3977,13 @@ msgstr ""
"Lai to izdartu, nospiediet`F1', ka notiek ielde no CDROM, tad ievadiet\n"
"`text'."
-#: ../../install_steps_gtk.pm_.c:159 ../../install_steps_interactive.pm_.c:187
+#: ../../install_steps_gtk.pm_.c:159 ../../install_steps_interactive.pm_.c:224
msgid "Install Class"
msgstr "Instalanas klase"
#: ../../install_steps_gtk.pm_.c:162
-msgid "Please, choose one of the following classes of installation:"
+#, fuzzy
+msgid "Please choose one of the following classes of installation:"
msgstr "Ldzu izvlieties vienu no sekojom instalanas klasm:"
#: ../../install_steps_gtk.pm_.c:228
@@ -3753,60 +4031,70 @@ msgstr "Nkamaj sol js varsit izvlties daudz preczk."
msgid "Percentage of packages to install"
msgstr "Instaljamo pakotu procentulais daudzums"
-#: ../../install_steps_gtk.pm_.c:291 ../../install_steps_interactive.pm_.c:619
+#: ../../install_steps_gtk.pm_.c:291 ../../install_steps_interactive.pm_.c:705
msgid "Package Group Selection"
msgstr "Pakotu grupu izvle"
-#: ../../install_steps_gtk.pm_.c:320 ../../install_steps_interactive.pm_.c:634
+#: ../../install_steps_gtk.pm_.c:323 ../../install_steps_interactive.pm_.c:720
msgid "Individual package selection"
msgstr "Atseviu pakotu izvle"
-#: ../../install_steps_gtk.pm_.c:343 ../../install_steps_interactive.pm_.c:598
+#: ../../install_steps_gtk.pm_.c:346 ../../install_steps_interactive.pm_.c:645
#, c-format
msgid "Total size: %d / %d MB"
msgstr "Kopjais izmrs: %d / %d MB"
-#: ../../install_steps_gtk.pm_.c:385
+#: ../../install_steps_gtk.pm_.c:391
msgid "Bad package"
msgstr "Slikta pakotne"
-#: ../../install_steps_gtk.pm_.c:386
+#: ../../install_steps_gtk.pm_.c:392
#, c-format
msgid "Name: %s\n"
msgstr "Nosaukums: %s\n"
-#: ../../install_steps_gtk.pm_.c:389
+#: ../../install_steps_gtk.pm_.c:393
+#, c-format
+msgid "Version: %s\n"
+msgstr "Versija: %s\n"
+
+#: ../../install_steps_gtk.pm_.c:394
+#, c-format
+msgid "Size: %d KB\n"
+msgstr "Apjoms: %d KB\n"
+
+#: ../../install_steps_gtk.pm_.c:395
#, c-format
msgid "Importance: %s\n"
msgstr "Svargums: %s\n"
-#: ../../install_steps_gtk.pm_.c:411
+#: ../../install_steps_gtk.pm_.c:417
msgid ""
"You can't select this package as there is not enough space left to install it"
msgstr ""
"Js nevarat izvlties o pakotni, jo nepietiek vietas ts instalanai"
-#: ../../install_steps_gtk.pm_.c:416
+#: ../../install_steps_gtk.pm_.c:422
msgid "The following packages are going to be installed"
msgstr "Tiks instaltas sekojoas pakotnes"
-#: ../../install_steps_gtk.pm_.c:417
+#: ../../install_steps_gtk.pm_.c:423
msgid "The following packages are going to be removed"
msgstr "Tiks noemtas sekojoas pakotnes"
-#: ../../install_steps_gtk.pm_.c:429
+#: ../../install_steps_gtk.pm_.c:435
msgid "You can't select/unselect this package"
msgstr "Js varat izvlties/atteikties no s pakotnes"
-#: ../../install_steps_gtk.pm_.c:441
+#: ../../install_steps_gtk.pm_.c:447
msgid "This is a mandatory package, it can't be unselected"
msgstr " ir obligta pakotne, no ts nevar atteikties"
-#: ../../install_steps_gtk.pm_.c:443
+#: ../../install_steps_gtk.pm_.c:449
msgid "You can't unselect this package. It is already installed"
msgstr "Js nevarat atteikties no s pakotnes. T jau ir instalta"
-#: ../../install_steps_gtk.pm_.c:447
+#: ../../install_steps_gtk.pm_.c:453
msgid ""
"This package must be upgraded\n"
"Are you sure you want to deselect it?"
@@ -3814,43 +4102,104 @@ msgstr ""
"o pakotni ir nepiecieams uzlabot\n"
"Vai tiem vlaties atteikties no ts?"
-#: ../../install_steps_gtk.pm_.c:451
+#: ../../install_steps_gtk.pm_.c:457
msgid "You can't unselect this package. It must be upgraded"
msgstr "Js nevarat atteikties no s pakotnes. To ir nepiecieams uzlabot"
-#: ../../install_steps_gtk.pm_.c:456
+#: ../../install_steps_gtk.pm_.c:462
msgid "Show automatically selected packages"
msgstr ""
-#: ../../install_steps_gtk.pm_.c:460
+#: ../../install_steps_gtk.pm_.c:463 ../../install_steps_interactive.pm_.c:246
+#: ../../install_steps_interactive.pm_.c:250
+msgid "Install"
+msgstr "Instalt"
+
+#: ../../install_steps_gtk.pm_.c:466
#, fuzzy
msgid "Load/Save on floppy"
msgstr "Saglabt disket"
-#: ../../install_steps_gtk.pm_.c:461
+#: ../../install_steps_gtk.pm_.c:467
#, fuzzy
msgid "Updating package selection"
msgstr "Saglabt pakotu izvli"
-#: ../../install_steps_gtk.pm_.c:466
+#: ../../install_steps_gtk.pm_.c:472
#, fuzzy
msgid "Minimal install"
msgstr "Instalanas beigas"
-#: ../../install_steps_gtk.pm_.c:503
+#: ../../install_steps_gtk.pm_.c:487 ../../install_steps_interactive.pm_.c:555
+msgid "Choose the packages you want to install"
+msgstr "Izvlieties pakotnes, ko vlaties instalt"
+
+#: ../../install_steps_gtk.pm_.c:503 ../../install_steps_interactive.pm_.c:787
+msgid "Installing"
+msgstr "Instalju"
+
+#: ../../install_steps_gtk.pm_.c:509
msgid "Estimating"
msgstr "Aprinu"
-#: ../../install_steps_gtk.pm_.c:522
+#: ../../install_steps_gtk.pm_.c:516
+msgid "Time remaining "
+msgstr "Atlikuais laiks"
+
+#: ../../install_steps_gtk.pm_.c:528
msgid "Please wait, preparing installation"
msgstr "Ldzu gaidiet, gatavoju instalciju"
-#: ../../install_steps_gtk.pm_.c:553
+#: ../../install_steps_gtk.pm_.c:611
#, c-format
msgid "%d packages"
msgstr "%d pakotnes"
-#: ../../install_steps_gtk.pm_.c:599
+#: ../../install_steps_gtk.pm_.c:616
+#, c-format
+msgid "Installing package %s"
+msgstr "Instalju pakotni %s"
+
+#: ../../install_steps_gtk.pm_.c:657 ../../install_steps_interactive.pm_.c:185
+#: ../../install_steps_interactive.pm_.c:811
+#: ../../standalone/drakautoinst_.c:203
+msgid "Accept"
+msgstr "Pieemt"
+
+#: ../../install_steps_gtk.pm_.c:657 ../../install_steps_interactive.pm_.c:185
+#: ../../install_steps_interactive.pm_.c:811
+msgid "Refuse"
+msgstr "Noraidt"
+
+#: ../../install_steps_gtk.pm_.c:658 ../../install_steps_interactive.pm_.c:812
+#, 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 ""
+"Nomainiet Cd-Rom!\n"
+"\n"
+"Ldzu ielieciet iekrt Cd-Rom \"%s\", kad tas ir izdarts, nospiediet Labi\n"
+"Ja jums nav diska, nospiediet Atcelt, lai neinstaltu no Cd-Rom."
+
+#: ../../install_steps_gtk.pm_.c:672 ../../install_steps_gtk.pm_.c:676
+#: ../../install_steps_interactive.pm_.c:824
+#: ../../install_steps_interactive.pm_.c:828
+msgid "Go on anyway?"
+msgstr "Tomr turpint?"
+
+#: ../../install_steps_gtk.pm_.c:672 ../../install_steps_interactive.pm_.c:824
+msgid "There was an error ordering packages:"
+msgstr "Pakotu krtoanas laik atklta kda:"
+
+#: ../../install_steps_gtk.pm_.c:676 ../../install_steps_interactive.pm_.c:828
+msgid "There was an error installing packages:"
+msgstr "Pakotu instalanas laik atklta kda:"
+
+#: ../../install_steps_interactive.pm_.c:10
msgid ""
"\n"
"Warning\n"
@@ -3909,41 +4258,20 @@ msgstr ""
"attiecgajiem autoriem, un ts aizsarg intelektul pauma un\n"
"autortiesbu likumi, kas attiecas uz programnodroinjumu.\n"
-#: ../../install_steps_gtk.pm_.c:627 ../../install_steps_interactive.pm_.c:148
-msgid "Accept"
-msgstr "Pieemt"
-
-#: ../../install_steps_gtk.pm_.c:627 ../../install_steps_interactive.pm_.c:148
-msgid "Refuse"
-msgstr "Noraidt"
-
-#: ../../install_steps_gtk.pm_.c:628
-#, 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 ""
-"Nomainiet Cd-Rom!\n"
-"\n"
-"Ldzu ielieciet iekrt Cd-Rom \"%s\", kad tas ir izdarts, nospiediet Labi\n"
-"Ja jums nav diska, nospiediet Atcelt, lai neinstaltu no Cd-Rom."
-
-#: ../../install_steps_gtk.pm_.c:646
-msgid "There was an error installing packages:"
-msgstr "Pakotu instalanas laik atklta kda:"
-
-#: ../../install_steps_interactive.pm_.c:37
+#: ../../install_steps_interactive.pm_.c:67
msgid "An error occurred"
msgstr "Atklta kda"
-#: ../../install_steps_interactive.pm_.c:71
+#: ../../install_steps_interactive.pm_.c:85
+#, fuzzy
+msgid "Do you really want to leave the installation?"
+msgstr "Vai vlaties prstartt tklu"
+
+#: ../../install_steps_interactive.pm_.c:108
msgid "License agreement"
msgstr "Licences lgums"
-#: ../../install_steps_interactive.pm_.c:72
+#: ../../install_steps_interactive.pm_.c:109
msgid ""
"Introduction\n"
"\n"
@@ -4064,99 +4392,108 @@ msgid ""
"For any question on this document, please contact MandrakeSoft S.A. \n"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:168
-#: ../../install_steps_interactive.pm_.c:871
+#: ../../install_steps_interactive.pm_.c:205
+#: ../../install_steps_interactive.pm_.c:1045
#: ../../standalone/keyboarddrake_.c:28
msgid "Keyboard"
msgstr "Tastatra"
-#: ../../install_steps_interactive.pm_.c:169
-#: ../../standalone/keyboarddrake_.c:29
-msgid "Please, choose your keyboard layout."
+#: ../../install_steps_interactive.pm_.c:206
+#, fuzzy
+msgid "Please choose your keyboard layout."
msgstr "Ldzu izvlieties jsu tastatras izkrtojumu."
-#: ../../install_steps_interactive.pm_.c:170
+#: ../../install_steps_interactive.pm_.c:207
msgid "Here is the full list of keyboards available"
msgstr "eit ir pilns pieejamo tastatru saraksts"
-#: ../../install_steps_interactive.pm_.c:187
+#: ../../install_steps_interactive.pm_.c:224
msgid "Which installation class do you want?"
msgstr "Kuru instalanas klasi vlaties?"
-#: ../../install_steps_interactive.pm_.c:189
+#: ../../install_steps_interactive.pm_.c:226
msgid "Install/Update"
msgstr "Instalt/Atjaunint"
-#: ../../install_steps_interactive.pm_.c:189
+#: ../../install_steps_interactive.pm_.c:226
msgid "Is this an install or an update?"
msgstr " ir instalana vai atjauninana?"
-#: ../../install_steps_interactive.pm_.c:198
+#: ../../install_steps_interactive.pm_.c:235
msgid "Recommended"
msgstr "Ieteicama"
-#: ../../install_steps_interactive.pm_.c:201
-#: ../../install_steps_interactive.pm_.c:204
+#: ../../install_steps_interactive.pm_.c:238
+#: ../../install_steps_interactive.pm_.c:241
msgid "Expert"
msgstr "Eksperta"
-#: ../../install_steps_interactive.pm_.c:212
-msgid "Update"
+#: ../../install_steps_interactive.pm_.c:246
+#: ../../install_steps_interactive.pm_.c:250
+#, fuzzy
+msgid "Upgrade"
msgstr "Atjaunint"
-#: ../../install_steps_interactive.pm_.c:224 ../../standalone/mousedrake_.c:48
-msgid "Please, choose the type of your mouse."
+#: ../../install_steps_interactive.pm_.c:246
+#: ../../install_steps_interactive.pm_.c:250
+#, fuzzy
+msgid "Upgrade packages only"
+msgstr "Saglabt pakotu izvli"
+
+#: ../../install_steps_interactive.pm_.c:266
+#, fuzzy
+msgid "Please choose the type of your mouse."
msgstr "Ldzu izvlieties jsu peles tipu."
-#: ../../install_steps_interactive.pm_.c:230 ../../standalone/mousedrake_.c:64
+#: ../../install_steps_interactive.pm_.c:272 ../../standalone/mousedrake_.c:65
msgid "Mouse Port"
msgstr "Peles ports"
-#: ../../install_steps_interactive.pm_.c:231 ../../standalone/mousedrake_.c:65
+#: ../../install_steps_interactive.pm_.c:273 ../../standalone/mousedrake_.c:66
msgid "Please choose on which serial port your mouse is connected to."
msgstr "Ldzu izvlieties, kuram serilajam portam ir pieslgta pele."
-#: ../../install_steps_interactive.pm_.c:239
+#: ../../install_steps_interactive.pm_.c:281
msgid "Buttons emulation"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:241
+#: ../../install_steps_interactive.pm_.c:283
msgid "Button 2 Emulation"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:242
+#: ../../install_steps_interactive.pm_.c:284
msgid "Button 3 Emulation"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:261
+#: ../../install_steps_interactive.pm_.c:305
msgid "Configuring PCMCIA cards..."
msgstr "Konfigurju PCMCIA kartes..."
-#: ../../install_steps_interactive.pm_.c:261
+#: ../../install_steps_interactive.pm_.c:305
msgid "PCMCIA"
msgstr "PCMCIA"
-#: ../../install_steps_interactive.pm_.c:266
+#: ../../install_steps_interactive.pm_.c:312
msgid "Configuring IDE"
msgstr "Konfigurju IDE"
-#: ../../install_steps_interactive.pm_.c:266
+#: ../../install_steps_interactive.pm_.c:312
msgid "IDE"
msgstr "IDE"
-#: ../../install_steps_interactive.pm_.c:281
+#: ../../install_steps_interactive.pm_.c:327
msgid "no available partitions"
msgstr "nav pieejamu partciju"
-#: ../../install_steps_interactive.pm_.c:284
+#: ../../install_steps_interactive.pm_.c:330
msgid "Scanning partitions to find mount points"
msgstr "Prmeklju partcijas, lai atrastu montanas punktus"
-#: ../../install_steps_interactive.pm_.c:292
+#: ../../install_steps_interactive.pm_.c:338
msgid "Choose the mount points"
msgstr "Izvlieties montanas punktus"
-#: ../../install_steps_interactive.pm_.c:311
+#: ../../install_steps_interactive.pm_.c:357
#, c-format
msgid ""
"I can't read your partition table, it's too corrupted for me :(\n"
@@ -4171,7 +4508,7 @@ msgstr ""
"Otrs risinjums ir aizliegt DrakX izmaint partciju tabulu.\n"
"(kda ir %s)\n"
-#: ../../install_steps_interactive.pm_.c:324
+#: ../../install_steps_interactive.pm_.c:370
msgid ""
"DiskDrake failed to read correctly the partition table.\n"
"Continue at your own risk!"
@@ -4179,119 +4516,137 @@ msgstr ""
"DiskDrake neizdevs pareizi nolast partciju tabulu.\n"
"Turpiniet, ja vlaties riskt!"
-#: ../../install_steps_interactive.pm_.c:340
+#: ../../install_steps_interactive.pm_.c:386
msgid ""
"No free space for 1MB bootstrap! Install will continue, but to boot your "
"system, you'll need to create the bootstrap partition in DiskDrake"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:349
+#: ../../install_steps_interactive.pm_.c:395
#, fuzzy
msgid "No root partition found to perform an upgrade"
msgstr "Izvlieties partcijas, ko vlaties formatt"
-#: ../../install_steps_interactive.pm_.c:350
+#: ../../install_steps_interactive.pm_.c:396
msgid "Root Partition"
msgstr "Saknes partcija"
-#: ../../install_steps_interactive.pm_.c:351
+#: ../../install_steps_interactive.pm_.c:397
msgid "What is the root partition (/) of your system?"
msgstr "Kura ir jsu sistmas saknes partcija (/)?"
-#: ../../install_steps_interactive.pm_.c:365
+#: ../../install_steps_interactive.pm_.c:411
msgid "You need to reboot for the partition table modifications to take place"
msgstr "Lai partciju tabulas izmaias sttos spk, jums jprstart dators"
-#: ../../install_steps_interactive.pm_.c:389
+#: ../../install_steps_interactive.pm_.c:435
msgid "Choose the partitions you want to format"
msgstr "Izvlieties partcijas, ko vlaties formatt"
-#: ../../install_steps_interactive.pm_.c:390
+#: ../../install_steps_interactive.pm_.c:436
msgid "Check bad blocks?"
msgstr "Prbaudt sliktos blokus?"
-#: ../../install_steps_interactive.pm_.c:416
+#: ../../install_steps_interactive.pm_.c:462
msgid "Formatting partitions"
msgstr "Formatju partcijas"
-#: ../../install_steps_interactive.pm_.c:418
+#: ../../install_steps_interactive.pm_.c:464
#, c-format
msgid "Creating and formatting file %s"
msgstr "Veidoju un formatju failu %s"
-#: ../../install_steps_interactive.pm_.c:421
+#: ../../install_steps_interactive.pm_.c:467
msgid "Not enough swap to fulfill installation, please add some"
msgstr "Instalanas pabeiganai nepietiek swap, palieliniet swap"
-#: ../../install_steps_interactive.pm_.c:427
+#: ../../install_steps_interactive.pm_.c:473
msgid "Looking for available packages"
msgstr "Meklju pieejams pakotnes"
-#: ../../install_steps_interactive.pm_.c:433
+#: ../../install_steps_interactive.pm_.c:479
msgid "Finding packages to upgrade"
msgstr "Meklju uzlabojams pakotnes"
-#: ../../install_steps_interactive.pm_.c:450
+#: ../../install_steps_interactive.pm_.c:496
#, c-format
msgid ""
"Your system has not enough space left for installation or upgrade (%d > %d)"
msgstr ""
"Jsu sistm vairs nav brvas vietas instalanai vai uzlaboanai (%d > %d)"
-#: ../../install_steps_interactive.pm_.c:469
+#: ../../install_steps_interactive.pm_.c:515
#, c-format
msgid "Complete (%dMB)"
msgstr "Pilna (%dMB)"
-#: ../../install_steps_interactive.pm_.c:469
+#: ../../install_steps_interactive.pm_.c:515
#, c-format
msgid "Minimum (%dMB)"
msgstr "Minimla (%dMB)"
-#: ../../install_steps_interactive.pm_.c:469
+#: ../../install_steps_interactive.pm_.c:515
#, c-format
msgid "Recommended (%dMB)"
msgstr "Ieteicama (%dMB)"
-#: ../../install_steps_interactive.pm_.c:475
-msgid "Custom"
-msgstr "Pielgota"
-
-#: ../../install_steps_interactive.pm_.c:522
+#: ../../install_steps_interactive.pm_.c:568
msgid ""
"Please choose load or save package selection on floppy.\n"
"The format is the same as auto_install generated floppies."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:525
+#: ../../install_steps_interactive.pm_.c:571
#, fuzzy
msgid "Load from floppy"
msgstr "Atjanot no disketes"
-#: ../../install_steps_interactive.pm_.c:527
+#: ../../install_steps_interactive.pm_.c:573
#, fuzzy
msgid "Loading from floppy"
msgstr "Atjanot no disketes"
-#: ../../install_steps_interactive.pm_.c:527
+#: ../../install_steps_interactive.pm_.c:573
#, fuzzy
msgid "Package selection"
msgstr "Pakotu grupu izvle"
-#: ../../install_steps_interactive.pm_.c:532
+#: ../../install_steps_interactive.pm_.c:578
#, fuzzy
msgid "Insert a floppy containing package selection"
msgstr "Ielieciet disketi iekrt %s"
-#: ../../install_steps_interactive.pm_.c:544
+#: ../../install_steps_interactive.pm_.c:590
msgid "Save on floppy"
msgstr "Saglabt disket"
-#: ../../install_steps_interactive.pm_.c:605
+#: ../../install_steps_interactive.pm_.c:658
msgid "Selected size is larger than available space"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:670
+#: ../../install_steps_interactive.pm_.c:671
+msgid "Type of install"
+msgstr ""
+
+#: ../../install_steps_interactive.pm_.c:672
+msgid ""
+"You haven't selected any group of packages.\n"
+"Please choose the minimal installation you want:"
+msgstr ""
+
+#: ../../install_steps_interactive.pm_.c:675
+msgid "With X"
+msgstr ""
+
+#: ../../install_steps_interactive.pm_.c:677
+msgid "With basic documentation (recommended!)"
+msgstr ""
+
+#: ../../install_steps_interactive.pm_.c:678
+msgid "Truly minimal install (especially no urpmi)"
+msgstr ""
+
+#: ../../install_steps_interactive.pm_.c:762
msgid ""
"If you have all the CDs in the list below, click Ok.\n"
"If you have none of those CDs, click Cancel.\n"
@@ -4301,12 +4656,16 @@ msgstr ""
"Ja jums nav neviena no nordtajiem CD, nospiediet Atcelt.\n"
"Ja trkst tikai dau CD, sarakst atsldziet tos un nospiediet Labi."
-#: ../../install_steps_interactive.pm_.c:675
+#: ../../install_steps_interactive.pm_.c:767
#, c-format
msgid "Cd-Rom labeled \"%s\""
msgstr "Cd-Rom ar nosaukumu \"%s\""
-#: ../../install_steps_interactive.pm_.c:704
+#: ../../install_steps_interactive.pm_.c:787
+msgid "Preparing installation"
+msgstr "Sagatavoju instalanu"
+
+#: ../../install_steps_interactive.pm_.c:796
#, c-format
msgid ""
"Installing package %s\n"
@@ -4315,21 +4674,21 @@ msgstr ""
"Instalju pakotni %s\n"
"%d%%"
-#: ../../install_steps_interactive.pm_.c:713
+#: ../../install_steps_interactive.pm_.c:842
msgid "Post-install configuration"
msgstr "Pcinstalanas konfigurana"
-#: ../../install_steps_interactive.pm_.c:719
+#: ../../install_steps_interactive.pm_.c:848
#, fuzzy, c-format
msgid "Please insert the Boot floppy used in drive %s"
msgstr "Ielieciet disketi iekrt %s"
-#: ../../install_steps_interactive.pm_.c:725
+#: ../../install_steps_interactive.pm_.c:854
#, fuzzy, c-format
msgid "Please insert the Update Modules floppy in drive %s"
msgstr "Ielieciet tuku disketi iekrt %s"
-#: ../../install_steps_interactive.pm_.c:750
+#: ../../install_steps_interactive.pm_.c:874
msgid ""
"You have now the possibility to download software aimed for encryption.\n"
"\n"
@@ -4396,142 +4755,168 @@ msgstr ""
"Altadena California 91001\n"
"USA"
-#: ../../install_steps_interactive.pm_.c:782
+#: ../../install_steps_interactive.pm_.c:912
+msgid ""
+"You have now the possibility to download updated packages that have\n"
+"been released after the distribution has been made available.\n"
+"\n"
+"You will get security fixes or bug fixes, but you need to have an\n"
+"Internet connection configured to proceed.\n"
+"\n"
+"Do you want to install the updates ?"
+msgstr ""
+
+#: ../../install_steps_interactive.pm_.c:926
+#, fuzzy
+msgid "Contacting Mandrake Linux web site to get the list of available mirrors"
+msgstr "Piesldzos spoguserverim, lai saemtu pieejamo pakotu sarakstu"
+
+#: ../../install_steps_interactive.pm_.c:931
msgid "Choose a mirror from which to get the packages"
msgstr "Izvlieties spoguserveri, no kura emt pakotnes"
-#: ../../install_steps_interactive.pm_.c:793
+#: ../../install_steps_interactive.pm_.c:940
msgid "Contacting the mirror to get the list of available packages"
msgstr "Piesldzos spoguserverim, lai saemtu pieejamo pakotu sarakstu"
-#: ../../install_steps_interactive.pm_.c:796
-msgid "Please choose the packages you want to install."
-msgstr "Ldzu izvlieties pakotnes, ko vlaties instalt"
-
-#: ../../install_steps_interactive.pm_.c:808
+#: ../../install_steps_interactive.pm_.c:967
msgid "Which is your timezone?"
msgstr "Kda ir jsu laika josla?"
-#: ../../install_steps_interactive.pm_.c:813
+#: ../../install_steps_interactive.pm_.c:972
#, fuzzy
msgid "Hardware clock set to GMT"
msgstr "Vai datora pulkstenis rda GMT laiku?"
-#: ../../install_steps_interactive.pm_.c:814
+#: ../../install_steps_interactive.pm_.c:973
msgid "Automatic time synchronization (using NTP)"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:821
+#: ../../install_steps_interactive.pm_.c:980
#, fuzzy
msgid "NTP Server"
msgstr "NIS serveris"
-#: ../../install_steps_interactive.pm_.c:855
-#: ../../install_steps_interactive.pm_.c:863 ../../printerdrake.pm_.c:104
+#: ../../install_steps_interactive.pm_.c:1014
+#: ../../install_steps_interactive.pm_.c:1022
msgid "Remote CUPS server"
msgstr "Attls CUPS serveris"
-#: ../../install_steps_interactive.pm_.c:856
+#: ../../install_steps_interactive.pm_.c:1015
msgid "No printer"
msgstr "Nav printera"
-#: ../../install_steps_interactive.pm_.c:867 ../../steps.pm_.c:27
+#: ../../install_steps_interactive.pm_.c:1032
+#, fuzzy
+msgid "Do you have an ISA sound card?"
+msgstr "Vai ir vl kds?"
+
+#: ../../install_steps_interactive.pm_.c:1034
+msgid "Run \"sndconfig\" after installation to configure your sound card"
+msgstr ""
+
+#: ../../install_steps_interactive.pm_.c:1036
+msgid "No sound card detected. Try \"harddrake\" after installation"
+msgstr ""
+
+#: ../../install_steps_interactive.pm_.c:1041 ../../steps.pm_.c:27
msgid "Summary"
msgstr "Kopsavilkums"
-#: ../../install_steps_interactive.pm_.c:870
+#: ../../install_steps_interactive.pm_.c:1044
msgid "Mouse"
msgstr "Pele"
-#: ../../install_steps_interactive.pm_.c:872
+#: ../../install_steps_interactive.pm_.c:1046
msgid "Timezone"
msgstr "Laika josla"
-#: ../../install_steps_interactive.pm_.c:873 ../../printerdrake.pm_.c:1773
-#: ../../printerdrake.pm_.c:1844
+#: ../../install_steps_interactive.pm_.c:1047 ../../printerdrake.pm_.c:2276
+#: ../../printerdrake.pm_.c:2354
msgid "Printer"
msgstr "Printeris"
-#: ../../install_steps_interactive.pm_.c:875
+#: ../../install_steps_interactive.pm_.c:1049
#, fuzzy
msgid "ISDN card"
msgstr "Iekja ISDN karte"
-#: ../../install_steps_interactive.pm_.c:878
+#: ../../install_steps_interactive.pm_.c:1052
+#: ../../install_steps_interactive.pm_.c:1054
#, fuzzy
msgid "Sound card"
msgstr "Standarta"
-#: ../../install_steps_interactive.pm_.c:881
+#: ../../install_steps_interactive.pm_.c:1056
msgid "TV card"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:917
-#: ../../install_steps_interactive.pm_.c:941
-#: ../../install_steps_interactive.pm_.c:945
+#: ../../install_steps_interactive.pm_.c:1094
+#: ../../install_steps_interactive.pm_.c:1118
+#: ../../install_steps_interactive.pm_.c:1122
msgid "LDAP"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:918
-#: ../../install_steps_interactive.pm_.c:941
-#: ../../install_steps_interactive.pm_.c:954
+#: ../../install_steps_interactive.pm_.c:1095
+#: ../../install_steps_interactive.pm_.c:1118
+#: ../../install_steps_interactive.pm_.c:1131
#, fuzzy
msgid "NIS"
msgstr "Izmantot NIS"
-#: ../../install_steps_interactive.pm_.c:919
-#: ../../install_steps_interactive.pm_.c:941
+#: ../../install_steps_interactive.pm_.c:1096
+#: ../../install_steps_interactive.pm_.c:1118
#, fuzzy
msgid "Local files"
msgstr "Lokls printeris"
-#: ../../install_steps_interactive.pm_.c:928
-#: ../../install_steps_interactive.pm_.c:929 ../../steps.pm_.c:24
+#: ../../install_steps_interactive.pm_.c:1105
+#: ../../install_steps_interactive.pm_.c:1106 ../../steps.pm_.c:24
msgid "Set root password"
msgstr "root paroles izvle"
-#: ../../install_steps_interactive.pm_.c:930
+#: ../../install_steps_interactive.pm_.c:1107
msgid "No password"
msgstr "Bez paroles"
-#: ../../install_steps_interactive.pm_.c:935
+#: ../../install_steps_interactive.pm_.c:1112
#, c-format
msgid "This password is too simple (must be at least %d characters long)"
msgstr " parole ir prk vienkra (jbt vismaz %d simbolus garai)"
-#: ../../install_steps_interactive.pm_.c:941 ../../network/modem.pm_.c:47
-#: ../../standalone/draknet_.c:604
+#: ../../install_steps_interactive.pm_.c:1118 ../../network/modem.pm_.c:49
+#: ../../standalone/draknet_.c:626 ../../standalone/logdrake_.c:172
msgid "Authentication"
msgstr "Autentifikcija"
-#: ../../install_steps_interactive.pm_.c:949
+#: ../../install_steps_interactive.pm_.c:1126
#, fuzzy
msgid "Authentication LDAP"
msgstr "Autentifikcija"
-#: ../../install_steps_interactive.pm_.c:950
+#: ../../install_steps_interactive.pm_.c:1127
msgid "LDAP Base dn"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:951
+#: ../../install_steps_interactive.pm_.c:1128
#, fuzzy
msgid "LDAP Server"
msgstr "serveris"
-#: ../../install_steps_interactive.pm_.c:957
+#: ../../install_steps_interactive.pm_.c:1134
#, fuzzy
msgid "Authentication NIS"
msgstr "Autentifikcijas NIS"
-#: ../../install_steps_interactive.pm_.c:958
+#: ../../install_steps_interactive.pm_.c:1135
msgid "NIS Domain"
msgstr "NIS domns"
-#: ../../install_steps_interactive.pm_.c:959
+#: ../../install_steps_interactive.pm_.c:1136
msgid "NIS Server"
msgstr "NIS serveris"
-#: ../../install_steps_interactive.pm_.c:994
+#: ../../install_steps_interactive.pm_.c:1171
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 "
@@ -4558,19 +4943,20 @@ msgstr ""
"Ja vlaties izveidot jsu sistmai pielgotu sknanas disketi,\n"
"ielieciet sisketi pirmaj iekrt un nospiediet \"Labi\"."
-#: ../../install_steps_interactive.pm_.c:1010
+#: ../../install_steps_interactive.pm_.c:1187
msgid "First floppy drive"
msgstr "Pirm diskeu iekrta"
-#: ../../install_steps_interactive.pm_.c:1011
+#: ../../install_steps_interactive.pm_.c:1188
msgid "Second floppy drive"
msgstr "Otr diskeu iekrta"
-#: ../../install_steps_interactive.pm_.c:1012 ../../printerdrake.pm_.c:1382
+#: ../../install_steps_interactive.pm_.c:1189 ../../printerdrake.pm_.c:1848
msgid "Skip"
msgstr "Izlaist"
-#: ../../install_steps_interactive.pm_.c:1017
+#: ../../install_steps_interactive.pm_.c:1194
+#, c-format
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 "
@@ -4581,7 +4967,8 @@ msgid ""
"with\n"
"the Mandrake rescue image, making it much easier to recover from severe "
"system\n"
-"failures. Would you like to create a bootdisk for your system?"
+"failures. Would you like to create a bootdisk for your system?\n"
+"%s"
msgstr ""
"Pielgot sknanas diskete piedv veidu, k sknt jsu Linux sistmu\n"
"neatkargi no parast skntja. Tas ir nodergi, ja js nevlaties sav\n"
@@ -4589,30 +4976,40 @@ msgstr ""
"LILO, vai ar LILO nedarbojas ar jsu dzelu konfigurciju. Pielgoto\n"
"sknanas disketi var izmantot ar kop ar Mandrake glabanas attlu,\n"
"atvieglojot atjaunoanu pc smagiem sistmas bojjumiem. Vai vlaties\n"
-"izveidot jsu sistmai pielgotu sknanas disketi?"
+"izveidot jsu sistmai pielgotu sknanas disketi?\n"
+"%s"
-#: ../../install_steps_interactive.pm_.c:1026
+#: ../../install_steps_interactive.pm_.c:1200
+msgid ""
+"\n"
+"\n"
+"(WARNING! You're using XFS for your root partition,\n"
+"creating a bootdisk on a 1.44 Mb floppy will probably fail,\n"
+"because XFS needs a very large driver)."
+msgstr ""
+
+#: ../../install_steps_interactive.pm_.c:1208
msgid "Sorry, no floppy drive available"
msgstr "Dieml nav pieejama neviena diskeu iekrta"
-#: ../../install_steps_interactive.pm_.c:1030
+#: ../../install_steps_interactive.pm_.c:1212
msgid "Choose the floppy drive you want to use to make the bootdisk"
msgstr "Nordiet diskeu iekrtu, ko izmanto distetes veidoanai"
-#: ../../install_steps_interactive.pm_.c:1034
-#, c-format
-msgid "Insert a floppy in drive %s"
+#: ../../install_steps_interactive.pm_.c:1216
+#, fuzzy, c-format
+msgid "Insert a floppy in %s"
msgstr "Ielieciet disketi iekrt %s"
-#: ../../install_steps_interactive.pm_.c:1037
+#: ../../install_steps_interactive.pm_.c:1219
msgid "Creating bootdisk"
msgstr "Gatavoju sknanas disketi"
-#: ../../install_steps_interactive.pm_.c:1044
+#: ../../install_steps_interactive.pm_.c:1226
msgid "Preparing bootloader"
msgstr "Sagatavoju skntju"
-#: ../../install_steps_interactive.pm_.c:1055
+#: ../../install_steps_interactive.pm_.c:1237
msgid ""
"You appear to have an OldWorld or Unknown\n"
" machine, the yaboot bootloader will not work for you.\n"
@@ -4620,11 +5017,11 @@ msgid ""
" need to use BootX to boot your machine"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1060
+#: ../../install_steps_interactive.pm_.c:1243
msgid "Do you want to use aboot?"
msgstr "Vai vlaties izmantot aboot?"
-#: ../../install_steps_interactive.pm_.c:1063
+#: ../../install_steps_interactive.pm_.c:1246
msgid ""
"Error installing aboot, \n"
"try to force installation even if that destroys the first partition?"
@@ -4632,16 +5029,16 @@ msgstr ""
"Kda, instaljot aboot, \n"
"vai instalt piespiedu krt pat tad, ja tiks izncinta pirm partcija?"
-#: ../../install_steps_interactive.pm_.c:1070
+#: ../../install_steps_interactive.pm_.c:1253
#, fuzzy
msgid "Installing bootloader"
msgstr "Skntja instalana"
-#: ../../install_steps_interactive.pm_.c:1076
+#: ../../install_steps_interactive.pm_.c:1259
msgid "Installation of bootloader failed. The following error occured:"
msgstr "Skntja instalana neizdevs. Atklta da kda:"
-#: ../../install_steps_interactive.pm_.c:1084
+#: ../../install_steps_interactive.pm_.c:1267
#, c-format
msgid ""
"You may need to change your Open Firmware boot-device to\n"
@@ -4652,34 +5049,18 @@ msgid ""
"At your next boot you should see the bootloader prompt."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1092 ../../standalone/draksec_.c:23
-msgid "Low"
-msgstr "Zems"
-
-#: ../../install_steps_interactive.pm_.c:1093 ../../standalone/draksec_.c:24
-msgid "Medium"
-msgstr "Vidjs"
-
-#: ../../install_steps_interactive.pm_.c:1094 ../../standalone/draksec_.c:25
-msgid "High"
-msgstr "Augsts"
-
-#: ../../install_steps_interactive.pm_.c:1098 ../../standalone/draksec_.c:62
-msgid "Choose security level"
-msgstr "Izvlieties drobas lmeni?"
-
-#: ../../install_steps_interactive.pm_.c:1134
-#: ../../standalone/drakautoinst_.c:80
+#: ../../install_steps_interactive.pm_.c:1311
+#: ../../standalone/drakautoinst_.c:81
#, c-format
msgid "Insert a blank floppy in drive %s"
msgstr "Ielieciet tuku disketi iekrt %s"
-#: ../../install_steps_interactive.pm_.c:1138
-#: ../../standalone/drakautoinst_.c:82
+#: ../../install_steps_interactive.pm_.c:1315
+#: ../../standalone/drakautoinst_.c:83
msgid "Creating auto install floppy"
msgstr "Sagatavoju auto instalanas disketi"
-#: ../../install_steps_interactive.pm_.c:1149
+#: ../../install_steps_interactive.pm_.c:1326
msgid ""
"Some steps are not completed.\n"
"\n"
@@ -4689,14 +5070,19 @@ msgstr ""
"\n"
"Vai tiem vlaties iziet tlt?"
-#: ../../install_steps_interactive.pm_.c:1160
+#: ../../install_steps_interactive.pm_.c:1337
msgid ""
"Congratulations, installation is complete.\n"
"Remove the boot media and press return to reboot.\n"
"\n"
+"\n"
"For information on fixes which are available for this release of Mandrake "
"Linux,\n"
-"consult the Errata available from http://www.mandrakelinux.com/.\n"
+"consult the Errata available from:\n"
+"\n"
+"\n"
+"http://www.linux-mandrake.com/en/82errata.php3\n"
+"\n"
"\n"
"Information on configuring your system is available in the post\n"
"install chapter of the Official Mandrake Linux User's Guide."
@@ -4705,18 +5091,22 @@ msgstr ""
"Izemiet sknanas datu nesju un nospiediet ievadu, lai prstarttu "
"datoru.\n"
"\n"
+"\n"
"Lai saemtu informciju par labojumiem, kas ir pieejami im Mandrake Linux\n"
-"izdevumam, skatiet Errata failu, kas atrodams http://www.linux-mandrake."
-"com/.\n"
+"izdevumam, skatiet Errata failu, kas atrodams\n"
+"\n"
+"\n"
+"http://www.linux-mandrake.com/en/82errata.php3\n"
+"\n"
"\n"
"Informcija par jsu sistmas konfiguranu ir pieejama Oficils\n"
"Mandrake Linux rokasgrmatas pcinstalanas noda."
-#: ../../install_steps_interactive.pm_.c:1172
+#: ../../install_steps_interactive.pm_.c:1354
msgid "Generate auto install floppy"
msgstr "Sagatavot auto instalanas disketi"
-#: ../../install_steps_interactive.pm_.c:1174
+#: ../../install_steps_interactive.pm_.c:1356
msgid ""
"The auto install can be fully automated if wanted,\n"
"in that case it will take over the hard drive!!\n"
@@ -4725,15 +5115,15 @@ msgid ""
"You may prefer to replay the installation.\n"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1179
+#: ../../install_steps_interactive.pm_.c:1361
msgid "Automated"
msgstr "Automtisks"
-#: ../../install_steps_interactive.pm_.c:1179
+#: ../../install_steps_interactive.pm_.c:1361
msgid "Replay"
msgstr "Atkrtot"
-#: ../../install_steps_interactive.pm_.c:1182
+#: ../../install_steps_interactive.pm_.c:1364
msgid "Save packages selection"
msgstr "Saglabt pakotu izvli"
@@ -4748,358 +5138,457 @@ msgid ""
msgstr ""
" <Tab>/<Alt-Tab> priet | <Space> izvlties | <F12> uz nkamo ekrnu"
-#: ../../interactive.pm_.c:73
+#: ../../interactive.pm_.c:87
#, fuzzy
msgid "kdesu missing"
msgstr "atmest"
-#: ../../interactive.pm_.c:132
+#: ../../interactive.pm_.c:89 ../../interactive.pm_.c:100
+msgid "consolehelper missing"
+msgstr ""
+
+#: ../../interactive.pm_.c:152
#, fuzzy
msgid "Choose a file"
msgstr "Izvlieties darbbu"
-#: ../../interactive.pm_.c:284
+#: ../../interactive.pm_.c:314
msgid "Advanced"
msgstr "Izvrsta"
-#: ../../interactive.pm_.c:345
+#: ../../interactive.pm_.c:315
+msgid "Basic"
+msgstr ""
+
+#: ../../interactive.pm_.c:386
msgid "Please wait"
msgstr "Ldzu uzgaidiet"
-#: ../../interactive_gtk.pm_.c:681
+#: ../../interactive_gtk.pm_.c:605 ../../services.pm_.c:222
+msgid "Info"
+msgstr "Info"
+
+#: ../../interactive_gtk.pm_.c:715
msgid "Expand Tree"
msgstr "Izvrst koku"
-#: ../../interactive_gtk.pm_.c:682
+#: ../../interactive_gtk.pm_.c:716
msgid "Collapse Tree"
msgstr "Sakaut koku"
-#: ../../interactive_gtk.pm_.c:683
+#: ../../interactive_gtk.pm_.c:717
msgid "Toggle between flat and group sorted"
msgstr "Sakrtots vien sarakst vai pa grupm"
-#: ../../interactive_stdio.pm_.c:35
-#, c-format
-msgid "Ambiguity (%s), be more precise\n"
-msgstr "Nenoteiktba (%s), esiet preczks\n"
-
-#: ../../interactive_stdio.pm_.c:36 ../../interactive_stdio.pm_.c:51
-#: ../../interactive_stdio.pm_.c:71
+#: ../../interactive_stdio.pm_.c:29 ../../interactive_stdio.pm_.c:147
msgid "Bad choice, try again\n"
msgstr "Slikta izvle, paminiet vlreiz\n"
-#: ../../interactive_stdio.pm_.c:39
+#: ../../interactive_stdio.pm_.c:30 ../../interactive_stdio.pm_.c:148
#, c-format
-msgid " ? (default %s) "
-msgstr " ? (noklusti %s) "
+msgid "Your choice? (default %s) "
+msgstr "Jsu izvle? (noklusti %s) "
#: ../../interactive_stdio.pm_.c:52
#, c-format
-msgid "Your choice? (default %s) "
+msgid ""
+"Entries you'll have to fill:\n"
+"%s"
+msgstr ""
+
+#: ../../interactive_stdio.pm_.c:68
+#, fuzzy, c-format
+msgid "Your choice? (0/1, default `%s') "
+msgstr "Jsu izvle? (noklusti %s) "
+
+#: ../../interactive_stdio.pm_.c:93
+#, fuzzy, c-format
+msgid "Button `%s': %s"
+msgstr "Opcijas: %s"
+
+#: ../../interactive_stdio.pm_.c:94
+#, fuzzy
+msgid "Do you want to click on this button? "
+msgstr "Vai vlaties izmantot aboot?"
+
+#: ../../interactive_stdio.pm_.c:103
+#, fuzzy, c-format
+msgid "Your choice? (default `%s'%s) "
msgstr "Jsu izvle? (noklusti %s) "
-#: ../../interactive_stdio.pm_.c:72
+#: ../../interactive_stdio.pm_.c:121
#, c-format
-msgid "Your choice? (default %s enter `none' for none) "
-msgstr "Jsu izvle? (noklusti %s ievadiet `none', ja nav) "
+msgid "=> There are many things to choose from (%s).\n"
+msgstr ""
-#: ../../keyboard.pm_.c:140 ../../keyboard.pm_.c:178
+#: ../../interactive_stdio.pm_.c:124
+msgid ""
+"Please choose the first number of the 10-range you wish to edit,\n"
+"or just hit Enter to proceed.\n"
+"Your choice? "
+msgstr ""
+
+#: ../../interactive_stdio.pm_.c:137
+#, c-format
+msgid ""
+"=> Notice, a label changed:\n"
+"%s"
+msgstr ""
+
+#: ../../interactive_stdio.pm_.c:144
+msgid "Re-submit"
+msgstr ""
+
+#: ../../keyboard.pm_.c:174 ../../keyboard.pm_.c:205
msgid "Czech (QWERTZ)"
msgstr "ehijas (QWERTZ)"
-#: ../../keyboard.pm_.c:141 ../../keyboard.pm_.c:155 ../../keyboard.pm_.c:180
+#: ../../keyboard.pm_.c:175 ../../keyboard.pm_.c:207
msgid "German"
msgstr "Vcijas"
-#: ../../keyboard.pm_.c:142
+#: ../../keyboard.pm_.c:176
msgid "Dvorak"
msgstr "Dvoraka"
-#: ../../keyboard.pm_.c:143 ../../keyboard.pm_.c:186
+#: ../../keyboard.pm_.c:177 ../../keyboard.pm_.c:214
msgid "Spanish"
msgstr "Spnijas"
-#: ../../keyboard.pm_.c:144 ../../keyboard.pm_.c:187
+#: ../../keyboard.pm_.c:178 ../../keyboard.pm_.c:215
msgid "Finnish"
msgstr "Somijas"
-#: ../../keyboard.pm_.c:145 ../../keyboard.pm_.c:156 ../../keyboard.pm_.c:188
+#: ../../keyboard.pm_.c:179 ../../keyboard.pm_.c:216
msgid "French"
msgstr "Francijas"
-#: ../../keyboard.pm_.c:146 ../../keyboard.pm_.c:211
+#: ../../keyboard.pm_.c:180 ../../keyboard.pm_.c:241
msgid "Norwegian"
msgstr "Norvijas"
-#: ../../keyboard.pm_.c:147
+#: ../../keyboard.pm_.c:181
msgid "Polish"
msgstr "Polijas"
-#: ../../keyboard.pm_.c:148 ../../keyboard.pm_.c:219
+#: ../../keyboard.pm_.c:182 ../../keyboard.pm_.c:249
msgid "Russian"
msgstr "Krievijas"
-#: ../../keyboard.pm_.c:150 ../../keyboard.pm_.c:221
+#: ../../keyboard.pm_.c:184 ../../keyboard.pm_.c:251
msgid "Swedish"
msgstr "Zviedrijas"
-#: ../../keyboard.pm_.c:151 ../../keyboard.pm_.c:236
+#: ../../keyboard.pm_.c:185 ../../keyboard.pm_.c:266
msgid "UK keyboard"
msgstr "Apvienots Karalistes"
-#: ../../keyboard.pm_.c:152 ../../keyboard.pm_.c:157 ../../keyboard.pm_.c:237
+#: ../../keyboard.pm_.c:186 ../../keyboard.pm_.c:267
msgid "US keyboard"
msgstr "ASV tastatra"
-#: ../../keyboard.pm_.c:159
+#: ../../keyboard.pm_.c:188
#, fuzzy
msgid "Albanian"
msgstr "Irnas"
-#: ../../keyboard.pm_.c:160
+#: ../../keyboard.pm_.c:189
msgid "Armenian (old)"
msgstr "Armnijas (vec)"
-#: ../../keyboard.pm_.c:161
+#: ../../keyboard.pm_.c:190
msgid "Armenian (typewriter)"
msgstr "Armnijas (rakstmmana)"
-#: ../../keyboard.pm_.c:162
+#: ../../keyboard.pm_.c:191
msgid "Armenian (phonetic)"
msgstr "Armnijas (fontisk)"
-#: ../../keyboard.pm_.c:167
+#: ../../keyboard.pm_.c:196
msgid "Azerbaidjani (latin)"
msgstr "Azerbaidnas (latu)"
-#: ../../keyboard.pm_.c:169
+#: ../../keyboard.pm_.c:198
msgid "Belgian"
msgstr "Beijas"
-#: ../../keyboard.pm_.c:170
-msgid "Bulgarian"
+#: ../../keyboard.pm_.c:199
+#, fuzzy
+msgid "Bulgarian (phonetic)"
+msgstr "Armnijas (fontisk)"
+
+#: ../../keyboard.pm_.c:200
+#, fuzzy
+msgid "Bulgarian (BDS)"
msgstr "Bulgrijas"
-#: ../../keyboard.pm_.c:171
+#: ../../keyboard.pm_.c:201
msgid "Brazilian (ABNT-2)"
msgstr "Brazlijas (ABNT-2)"
-#: ../../keyboard.pm_.c:172
+#: ../../keyboard.pm_.c:202
msgid "Belarusian"
msgstr "Baltkrievijas"
-#: ../../keyboard.pm_.c:173
+#: ../../keyboard.pm_.c:203
msgid "Swiss (German layout)"
msgstr "veices (vcu izvietojums)"
-#: ../../keyboard.pm_.c:174
+#: ../../keyboard.pm_.c:204
msgid "Swiss (French layout)"
msgstr "veices (franu izvietojums)"
-#: ../../keyboard.pm_.c:179
+#: ../../keyboard.pm_.c:206
msgid "Czech (QWERTY)"
msgstr "ehijas (QWERTY)"
-#: ../../keyboard.pm_.c:181
+#: ../../keyboard.pm_.c:208
msgid "German (no dead keys)"
msgstr "Vcijas (bez mmajiem taustiiem)"
-#: ../../keyboard.pm_.c:182
+#: ../../keyboard.pm_.c:209
msgid "Danish"
msgstr "Dnijas"
-#: ../../keyboard.pm_.c:183
+#: ../../keyboard.pm_.c:210
msgid "Dvorak (US)"
msgstr "Dvoraka (US)"
-#: ../../keyboard.pm_.c:184
+#: ../../keyboard.pm_.c:211
msgid "Dvorak (Norwegian)"
msgstr "Dvoraka (Norvijas)"
-#: ../../keyboard.pm_.c:185
+#: ../../keyboard.pm_.c:212
+#, fuzzy
+msgid "Dvorak (Swedish)"
+msgstr "Dvoraka (US)"
+
+#: ../../keyboard.pm_.c:213
msgid "Estonian"
msgstr "Igaunijas"
-#: ../../keyboard.pm_.c:189
+#: ../../keyboard.pm_.c:217
msgid "Georgian (\"Russian\" layout)"
msgstr "Gruzijas (\"krievu\" izvietojums)"
-#: ../../keyboard.pm_.c:190
+#: ../../keyboard.pm_.c:218
msgid "Georgian (\"Latin\" layout)"
msgstr "Gruzijas (\"latu\" izvietojums)"
-#: ../../keyboard.pm_.c:191
+#: ../../keyboard.pm_.c:219
msgid "Greek"
msgstr "Grieijas"
-#: ../../keyboard.pm_.c:192
+#: ../../keyboard.pm_.c:220
msgid "Hungarian"
msgstr "Ungrijas"
-#: ../../keyboard.pm_.c:193
+#: ../../keyboard.pm_.c:221
msgid "Croatian"
msgstr "Horvtijas"
-#: ../../keyboard.pm_.c:194
+#: ../../keyboard.pm_.c:222
msgid "Israeli"
msgstr "Izralas"
-#: ../../keyboard.pm_.c:195
+#: ../../keyboard.pm_.c:223
msgid "Israeli (Phonetic)"
msgstr "Izralas (fontisk)"
-#: ../../keyboard.pm_.c:196
+#: ../../keyboard.pm_.c:224
msgid "Iranian"
msgstr "Irnas"
-#: ../../keyboard.pm_.c:197
+#: ../../keyboard.pm_.c:225
msgid "Icelandic"
msgstr "Islandes"
-#: ../../keyboard.pm_.c:198
+#: ../../keyboard.pm_.c:226
msgid "Italian"
msgstr "Itlijas"
-#: ../../keyboard.pm_.c:200
+#: ../../keyboard.pm_.c:228
msgid "Japanese 106 keys"
msgstr "Japnas 106 taistii"
-#: ../../keyboard.pm_.c:201
+#: ../../keyboard.pm_.c:231
#, fuzzy
msgid "Korean keyboard"
msgstr "Apvienots Karalistes"
-#: ../../keyboard.pm_.c:202
+#: ../../keyboard.pm_.c:232
msgid "Latin American"
msgstr "Latamerikas"
-#: ../../keyboard.pm_.c:203
+#: ../../keyboard.pm_.c:233
msgid "Lithuanian AZERTY (old)"
msgstr "Lietuvas AZERTY (vec)"
-#: ../../keyboard.pm_.c:205
+#: ../../keyboard.pm_.c:235
msgid "Lithuanian AZERTY (new)"
msgstr "Lietuvas AZERTY (jaun)"
-#: ../../keyboard.pm_.c:206
+#: ../../keyboard.pm_.c:236
msgid "Lithuanian \"number row\" QWERTY"
msgstr "Lietuvas \"numuru rinda\" QWERTY"
-#: ../../keyboard.pm_.c:207
+#: ../../keyboard.pm_.c:237
msgid "Lithuanian \"phonetic\" QWERTY"
msgstr "Lietuvas \"fontisk\" QWERTY"
-#: ../../keyboard.pm_.c:208
+#: ../../keyboard.pm_.c:238
#, fuzzy
msgid "Latvian"
msgstr "Atraans vieta"
-#: ../../keyboard.pm_.c:209
+#: ../../keyboard.pm_.c:239
msgid "Macedonian"
msgstr "Maedonijas"
-#: ../../keyboard.pm_.c:210
+#: ../../keyboard.pm_.c:240
msgid "Dutch"
msgstr "Dnijas"
-#: ../../keyboard.pm_.c:212
+#: ../../keyboard.pm_.c:242
msgid "Polish (qwerty layout)"
msgstr "Polijas (qwerty izvietojums)"
-#: ../../keyboard.pm_.c:213
+#: ../../keyboard.pm_.c:243
msgid "Polish (qwertz layout)"
msgstr "Polijas (qwertz izvietojums)"
-#: ../../keyboard.pm_.c:214
+#: ../../keyboard.pm_.c:244
msgid "Portuguese"
msgstr "Portugles"
-#: ../../keyboard.pm_.c:215
+#: ../../keyboard.pm_.c:245
msgid "Canadian (Quebec)"
msgstr "Kandas (Kvebeka)"
-#: ../../keyboard.pm_.c:217
+#: ../../keyboard.pm_.c:247
#, fuzzy
msgid "Romanian (qwertz)"
msgstr "Krievijas (Yawerty)"
-#: ../../keyboard.pm_.c:218
+#: ../../keyboard.pm_.c:248
#, fuzzy
msgid "Romanian (qwerty)"
msgstr "Krievijas (Yawerty)"
-#: ../../keyboard.pm_.c:220
+#: ../../keyboard.pm_.c:250
msgid "Russian (Yawerty)"
msgstr "Krievijas (Yawerty)"
-#: ../../keyboard.pm_.c:222
+#: ../../keyboard.pm_.c:252
msgid "Slovenian"
msgstr "Slovnijas"
-#: ../../keyboard.pm_.c:226
+#: ../../keyboard.pm_.c:253
msgid "Slovakian (QWERTZ)"
msgstr "Slovkijas (QWERTZ)"
-#: ../../keyboard.pm_.c:227
+#: ../../keyboard.pm_.c:254
msgid "Slovakian (QWERTY)"
msgstr "Slovkijas (QWERTY)"
-#: ../../keyboard.pm_.c:229
+#: ../../keyboard.pm_.c:256
#, fuzzy
msgid "Serbian (cyrillic)"
msgstr "Azerbaidnas (kirilica)"
-#: ../../keyboard.pm_.c:230
+#: ../../keyboard.pm_.c:258
+#, fuzzy
+msgid "Tamil"
+msgstr "Tabula"
+
+#: ../../keyboard.pm_.c:259
msgid "Thai keyboard"
msgstr "Tai tastatra"
-#: ../../keyboard.pm_.c:232
+#: ../../keyboard.pm_.c:261
#, fuzzy
msgid "Tajik keyboard"
msgstr "Tai tastatra"
-#: ../../keyboard.pm_.c:233
+#: ../../keyboard.pm_.c:262
msgid "Turkish (traditional \"F\" model)"
msgstr "Turcijas (tradicionlais \"F\" modelis)"
-#: ../../keyboard.pm_.c:234
+#: ../../keyboard.pm_.c:263
msgid "Turkish (modern \"Q\" model)"
msgstr "Turcijas (modernais \"Q\" modelis)"
-#: ../../keyboard.pm_.c:235
+#: ../../keyboard.pm_.c:265
msgid "Ukrainian"
msgstr "Ukrainas"
-#: ../../keyboard.pm_.c:238
+#: ../../keyboard.pm_.c:268
msgid "US keyboard (international)"
msgstr "ASV tastatra (starptautisk)"
-#: ../../keyboard.pm_.c:239
+#: ../../keyboard.pm_.c:269
msgid "Vietnamese \"numeric row\" QWERTY"
msgstr "Vjetnamas \"numuru rinda\" QWERTY"
-#: ../../keyboard.pm_.c:240
+#: ../../keyboard.pm_.c:270
#, fuzzy
msgid "Yugoslavian (latin)"
msgstr "Dienvidslvijas (latu/kirilicas)"
+#: ../../keyboard.pm_.c:278
+msgid "Right Alt key"
+msgstr ""
+
+#: ../../keyboard.pm_.c:279
+msgid "Both Shift keys simultaneously"
+msgstr ""
+
+#: ../../keyboard.pm_.c:280
+msgid "Control and Shift keys simultaneously"
+msgstr ""
+
+#: ../../keyboard.pm_.c:281
+msgid "CapsLock key"
+msgstr ""
+
+#: ../../keyboard.pm_.c:282
+msgid "Ctrl and Alt keys simultaneously"
+msgstr ""
+
+#: ../../keyboard.pm_.c:283
+msgid "Alt and Shift keys simultaneously"
+msgstr ""
+
+#: ../../keyboard.pm_.c:284
+msgid "\"Menu\" key"
+msgstr ""
+
+#: ../../keyboard.pm_.c:285
+msgid "Left \"Windows\" key"
+msgstr ""
+
+#: ../../keyboard.pm_.c:286
+msgid "Right \"Windows\" key"
+msgstr ""
+
#: ../../loopback.pm_.c:32
#, c-format
msgid "Circular mounts %s\n"
msgstr "Cikliski montanas punkti %s\n"
-#: ../../lvm.pm_.c:83
+#: ../../lvm.pm_.c:88
msgid "Remove the logical volumes first\n"
msgstr ""
+#: ../../modules.pm_.c:826
+msgid ""
+"PCMCIA support no longer exist for 2.2 kernels. Please use a 2.4 kernel."
+msgstr ""
+
#: ../../mouse.pm_.c:25
msgid "Sun - Mouse"
msgstr "Sun - pele"
-#: ../../mouse.pm_.c:31
-msgid "Standard"
-msgstr "Standarta"
-
#: ../../mouse.pm_.c:32
msgid "Logitech MouseMan+"
msgstr "Logitech MouseMan+"
@@ -5112,11 +5601,11 @@ msgstr "Parasta PS2 Wheel pele"
msgid "GlidePoint"
msgstr "GlidePoint"
-#: ../../mouse.pm_.c:36 ../../mouse.pm_.c:62
+#: ../../mouse.pm_.c:36 ../../mouse.pm_.c:63
msgid "Kensington Thinking Mouse"
msgstr "Kensington Thinking Mouse"
-#: ../../mouse.pm_.c:37 ../../mouse.pm_.c:58
+#: ../../mouse.pm_.c:37 ../../mouse.pm_.c:59
msgid "Genius NetMouse"
msgstr "Genius NetMouse"
@@ -5124,113 +5613,113 @@ msgstr "Genius NetMouse"
msgid "Genius NetScroll"
msgstr "Genius NetScroll"
-#: ../../mouse.pm_.c:43 ../../mouse.pm_.c:67
+#: ../../mouse.pm_.c:43 ../../mouse.pm_.c:68
#, fuzzy
msgid "1 button"
msgstr "2 pogas"
-#: ../../mouse.pm_.c:44
+#: ../../mouse.pm_.c:44 ../../mouse.pm_.c:51
+msgid "Generic 2 Button Mouse"
+msgstr "Parasta 2 pogu pele"
+
+#: ../../mouse.pm_.c:45
msgid "Generic"
msgstr "Visprja"
-#: ../../mouse.pm_.c:45
+#: ../../mouse.pm_.c:46
msgid "Wheel"
msgstr "Ritenis"
-#: ../../mouse.pm_.c:48
+#: ../../mouse.pm_.c:49
msgid "serial"
msgstr "serila"
-#: ../../mouse.pm_.c:50
-msgid "Generic 2 Button Mouse"
-msgstr "Parasta 2 pogu pele"
-
-#: ../../mouse.pm_.c:51
+#: ../../mouse.pm_.c:52
msgid "Generic 3 Button Mouse"
msgstr "Parasta 3 pogu pele"
-#: ../../mouse.pm_.c:52
+#: ../../mouse.pm_.c:53
msgid "Microsoft IntelliMouse"
msgstr "Microsoft IntelliMouse"
-#: ../../mouse.pm_.c:53
+#: ../../mouse.pm_.c:54
msgid "Logitech MouseMan"
msgstr "Logitech MouseMan"
-#: ../../mouse.pm_.c:54
+#: ../../mouse.pm_.c:55
msgid "Mouse Systems"
msgstr "Mouse Systems"
-#: ../../mouse.pm_.c:56
+#: ../../mouse.pm_.c:57
msgid "Logitech CC Series"
msgstr "Logitech CC Series"
-#: ../../mouse.pm_.c:57
+#: ../../mouse.pm_.c:58
msgid "Logitech MouseMan+/FirstMouse+"
msgstr "Logitech MouseMan+/FirstMouse+"
-#: ../../mouse.pm_.c:59
+#: ../../mouse.pm_.c:60
msgid "MM Series"
msgstr "MM Series"
-#: ../../mouse.pm_.c:60
+#: ../../mouse.pm_.c:61
msgid "MM HitTablet"
msgstr "MM HitTablet"
-#: ../../mouse.pm_.c:61
+#: ../../mouse.pm_.c:62
msgid "Logitech Mouse (serial, old C7 type)"
msgstr "Logitech Mouse (serila, vecs C7 tips)"
-#: ../../mouse.pm_.c:65
+#: ../../mouse.pm_.c:66
msgid "busmouse"
msgstr "busmouse"
-#: ../../mouse.pm_.c:68
+#: ../../mouse.pm_.c:69
msgid "2 buttons"
msgstr "2 pogas"
-#: ../../mouse.pm_.c:69
+#: ../../mouse.pm_.c:70
msgid "3 buttons"
msgstr "3 pogas"
-#: ../../mouse.pm_.c:72
+#: ../../mouse.pm_.c:73
msgid "none"
msgstr "neviens"
-#: ../../mouse.pm_.c:74
+#: ../../mouse.pm_.c:75
msgid "No mouse"
msgstr "Nav peles"
-#: ../../mouse.pm_.c:482
+#: ../../mouse.pm_.c:499
msgid "Please test the mouse"
msgstr "Ldzu notestjiet peli"
-#: ../../mouse.pm_.c:483
+#: ../../mouse.pm_.c:500
msgid "To activate the mouse,"
msgstr "Lai aktiviztu peli,"
-#: ../../mouse.pm_.c:484
+#: ../../mouse.pm_.c:501
msgid "MOVE YOUR WHEEL!"
msgstr "PAKUSTINIET RITENI!"
-#: ../../my_gtk.pm_.c:380
+#: ../../my_gtk.pm_.c:651
msgid "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
msgstr ""
-#: ../../my_gtk.pm_.c:415
+#: ../../my_gtk.pm_.c:686
#, fuzzy
msgid "Finish"
msgstr "Somijas"
-#: ../../my_gtk.pm_.c:415
+#: ../../my_gtk.pm_.c:686 ../../printerdrake.pm_.c:1588
msgid "Next ->"
msgstr "Tlk ->"
-#: ../../my_gtk.pm_.c:416
+#: ../../my_gtk.pm_.c:687 ../../printerdrake.pm_.c:1586
msgid "<- Previous"
msgstr "<- Atpaka"
-#: ../../my_gtk.pm_.c:716
+#: ../../my_gtk.pm_.c:1019
msgid "Is this correct?"
msgstr "Vai tas ir pareizi?"
@@ -5280,7 +5769,7 @@ msgstr ""
"Jsu sistm nav atrasts neviens ethernet tkla adapteris.\n"
"Nevaru uzstdt o pieslguma veidu."
-#: ../../network/ethernet.pm_.c:92 ../../standalone/drakgw_.c:233
+#: ../../network/ethernet.pm_.c:92 ../../standalone/drakgw_.c:252
msgid "Choose the network interface"
msgstr "Izvlieties tkla interfeisu"
@@ -5294,7 +5783,7 @@ msgstr ""
msgid "no network card found"
msgstr "tkla karte nav atrasta"
-#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:350
+#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:360
msgid "Configuring network"
msgstr "Konfigurju tklu"
@@ -5310,15 +5799,15 @@ msgstr ""
"Resursa vrdam ir jbt pilnam kvalifictam resursa vrdam,\n"
"piemram, ``mybox.mylab.myco.com''."
-#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:355
+#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:365
msgid "Host name"
msgstr "Resursa vrds:"
#: ../../network/isdn.pm_.c:21 ../../network/isdn.pm_.c:44
-#: ../../network/netconnect.pm_.c:91 ../../network/netconnect.pm_.c:105
-#: ../../network/netconnect.pm_.c:154 ../../network/netconnect.pm_.c:164
-#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:213
-#: ../../network/netconnect.pm_.c:221
+#: ../../network/netconnect.pm_.c:95 ../../network/netconnect.pm_.c:109
+#: ../../network/netconnect.pm_.c:164 ../../network/netconnect.pm_.c:175
+#: ../../network/netconnect.pm_.c:202 ../../network/netconnect.pm_.c:225
+#: ../../network/netconnect.pm_.c:233
msgid "Network Configuration Wizard"
msgstr "Tkla konfiguranas meistars"
@@ -5357,13 +5846,13 @@ msgstr "Tika atklta ugunsmra konfigurcija!"
msgid "Old configuration (isdn4net)"
msgstr "Tika atklta ugunsmra konfigurcija!"
-#: ../../network/isdn.pm_.c:169 ../../network/isdn.pm_.c:187
-#: ../../network/isdn.pm_.c:197 ../../network/isdn.pm_.c:204
-#: ../../network/isdn.pm_.c:214
+#: ../../network/isdn.pm_.c:170 ../../network/isdn.pm_.c:188
+#: ../../network/isdn.pm_.c:198 ../../network/isdn.pm_.c:205
+#: ../../network/isdn.pm_.c:215
msgid "ISDN Configuration"
msgstr "ISDN konfigurcija"
-#: ../../network/isdn.pm_.c:169
+#: ../../network/isdn.pm_.c:170
msgid ""
"Select your provider.\n"
" If it's not in the list, choose Unlisted"
@@ -5371,22 +5860,22 @@ msgstr ""
"Izvlieties pakalpojumu sniedzju.\n"
" Ja tas nav aj sarakst, izvlietis Nav sarakst"
-#: ../../network/isdn.pm_.c:182
+#: ../../network/isdn.pm_.c:183
#, fuzzy
msgid "Europe protocol"
msgstr "Protokols"
-#: ../../network/isdn.pm_.c:182
+#: ../../network/isdn.pm_.c:183
#, fuzzy
msgid "Europe protocol (EDSS1)"
msgstr "Eiropa (EDSS1)"
-#: ../../network/isdn.pm_.c:184
+#: ../../network/isdn.pm_.c:185
#, fuzzy
msgid "Protocol for the rest of the world"
msgstr "Citur pasaul"
-#: ../../network/isdn.pm_.c:184
+#: ../../network/isdn.pm_.c:185
#, fuzzy
msgid ""
"Protocol for the rest of the world \n"
@@ -5395,27 +5884,27 @@ msgstr ""
"Citur pasaul \n"
" nav D-Channel (izdaltas lnijas)"
-#: ../../network/isdn.pm_.c:188
+#: ../../network/isdn.pm_.c:189
msgid "Which protocol do you want to use ?"
msgstr "Kdu protokolu vlaties izmantot?"
-#: ../../network/isdn.pm_.c:198
+#: ../../network/isdn.pm_.c:199
msgid "What kind of card do you have?"
msgstr "Kds ir jsu kartes tips?"
-#: ../../network/isdn.pm_.c:199
+#: ../../network/isdn.pm_.c:200
msgid "I don't know"
msgstr "Nezinu"
-#: ../../network/isdn.pm_.c:199
+#: ../../network/isdn.pm_.c:200
msgid "ISA / PCMCIA"
msgstr "ISA / PCMCIA"
-#: ../../network/isdn.pm_.c:199
+#: ../../network/isdn.pm_.c:200
msgid "PCI"
msgstr "PCI"
-#: ../../network/isdn.pm_.c:205
+#: ../../network/isdn.pm_.c:206
msgid ""
"\n"
"If you have an ISA card, the values on the next screen should be right.\n"
@@ -5427,19 +5916,19 @@ msgstr ""
"\n"
"Ja jums ir PCMCIA karte, jums ir jzina kartes irq un io.\n"
-#: ../../network/isdn.pm_.c:209
+#: ../../network/isdn.pm_.c:210
msgid "Abort"
msgstr "Prtraukt"
-#: ../../network/isdn.pm_.c:209
+#: ../../network/isdn.pm_.c:210
msgid "Continue"
msgstr "Turpint"
-#: ../../network/isdn.pm_.c:215
+#: ../../network/isdn.pm_.c:216
msgid "Which is your ISDN card ?"
msgstr "Kura ir jsu ISDN karte ?"
-#: ../../network/isdn.pm_.c:234
+#: ../../network/isdn.pm_.c:235
msgid ""
"I have detected an ISDN PCI Card, but I don't know the type. Please select "
"one PCI card on the next screen."
@@ -5447,62 +5936,62 @@ msgstr ""
"Ir atklta ISDN PCI karte, bet nav zinms kartes tips. Ldzu izvlieties "
"kdu no nkamaj ekrn uzskaittajm PCI kartm."
-#: ../../network/isdn.pm_.c:243
+#: ../../network/isdn.pm_.c:244
msgid "No ISDN PCI card found. Please select one on the next screen."
msgstr ""
"Nav atrasta neviena ISDN PCI karte. Ldzu izvlieties kdu no saraksta."
-#: ../../network/modem.pm_.c:37
+#: ../../network/modem.pm_.c:39
msgid "Please choose which serial port your modem is connected to."
msgstr "Ldzu nordiet, kuram serilajam portam ir pieslgts modms."
-#: ../../network/modem.pm_.c:42
+#: ../../network/modem.pm_.c:44
msgid "Dialup options"
msgstr "Iezvanpieejas opcijas"
-#: ../../network/modem.pm_.c:43 ../../standalone/draknet_.c:600
+#: ../../network/modem.pm_.c:45 ../../standalone/draknet_.c:622
msgid "Connection name"
msgstr "Savienojuma nosaukums"
-#: ../../network/modem.pm_.c:44 ../../standalone/draknet_.c:601
+#: ../../network/modem.pm_.c:46 ../../standalone/draknet_.c:623
msgid "Phone number"
msgstr "Telefona numurs"
-#: ../../network/modem.pm_.c:45 ../../standalone/draknet_.c:602
+#: ../../network/modem.pm_.c:47 ../../standalone/draknet_.c:624
msgid "Login ID"
msgstr "Lietotja ID"
-#: ../../network/modem.pm_.c:47 ../../standalone/draknet_.c:604
+#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
msgid "CHAP"
msgstr ""
-#: ../../network/modem.pm_.c:47 ../../standalone/draknet_.c:604
+#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
msgid "PAP"
msgstr "PAP"
-#: ../../network/modem.pm_.c:47 ../../standalone/draknet_.c:604
+#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
msgid "Script-based"
msgstr "Ar skriptu"
-#: ../../network/modem.pm_.c:47 ../../standalone/draknet_.c:604
+#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
msgid "Terminal-based"
msgstr "Izmantojot terminli"
-#: ../../network/modem.pm_.c:48 ../../standalone/draknet_.c:605
+#: ../../network/modem.pm_.c:50 ../../standalone/draknet_.c:627
msgid "Domain name"
msgstr "Domna nosaukums"
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:606
+#: ../../network/modem.pm_.c:51 ../../standalone/draknet_.c:628
#, fuzzy
msgid "First DNS Server (optional)"
msgstr "Pirmais DNS serveris"
-#: ../../network/modem.pm_.c:50 ../../standalone/draknet_.c:607
+#: ../../network/modem.pm_.c:52 ../../standalone/draknet_.c:629
#, fuzzy
msgid "Second DNS Server (optional)"
msgstr "Otrais DNS serveris"
-#: ../../network/netconnect.pm_.c:33
+#: ../../network/netconnect.pm_.c:34
msgid ""
"\n"
"You can disconnect or reconfigure your connection."
@@ -5510,7 +5999,7 @@ msgstr ""
"\n"
"Varat atslgties vai prkonfigurt pieslgumu."
-#: ../../network/netconnect.pm_.c:33 ../../network/netconnect.pm_.c:36
+#: ../../network/netconnect.pm_.c:34 ../../network/netconnect.pm_.c:37
msgid ""
"\n"
"You can reconfigure your connection."
@@ -5518,11 +6007,11 @@ msgstr ""
"\n"
"Varat prkonfigurt pieslgumu."
-#: ../../network/netconnect.pm_.c:33
+#: ../../network/netconnect.pm_.c:34
msgid "You are currently connected to internet."
msgstr "Palaik js esat piesldzies Internetam."
-#: ../../network/netconnect.pm_.c:36
+#: ../../network/netconnect.pm_.c:37
msgid ""
"\n"
"You can connect to Internet or reconfigure your connection."
@@ -5530,34 +6019,37 @@ msgstr ""
"\n"
"Varat pieslgties Internetam vai prkonfigurts pieslgumu."
-#: ../../network/netconnect.pm_.c:36
+#: ../../network/netconnect.pm_.c:37
msgid "You are not currently connected to Internet."
msgstr "Palaik js neesat piesldzies Internetam."
-#: ../../network/netconnect.pm_.c:40
-msgid "Connect to Internet"
-msgstr "Pieslgties Internetam"
+#: ../../network/netconnect.pm_.c:41
+#, fuzzy
+msgid "Connect"
+msgstr "Nav pieslgts"
-#: ../../network/netconnect.pm_.c:42
-msgid "Disconnect from Internet"
-msgstr "Atslgties no Interneta"
+#: ../../network/netconnect.pm_.c:43
+#, fuzzy
+msgid "Disconnect"
+msgstr "ISDN pieslgums"
-#: ../../network/netconnect.pm_.c:44
-msgid "Configure network connection (LAN or Internet)"
-msgstr "Konfigurt tkla pieslgumu (LAN vai Interneta)"
+#: ../../network/netconnect.pm_.c:45
+#, fuzzy
+msgid "Configure the connection"
+msgstr "Tkla konfigurana"
-#: ../../network/netconnect.pm_.c:47
+#: ../../network/netconnect.pm_.c:50
msgid "Internet connection & configuration"
msgstr "Interneta pieslgums un konfigurcija"
-#: ../../network/netconnect.pm_.c:96
+#: ../../network/netconnect.pm_.c:100
#, fuzzy, c-format
msgid "We are now going to configure the %s connection."
msgstr ""
"\n"
"Varat atslgties vai prkonfigurt pieslgumu."
-#: ../../network/netconnect.pm_.c:105
+#: ../../network/netconnect.pm_.c:109
#, fuzzy, c-format
msgid ""
"\n"
@@ -5571,12 +6063,12 @@ msgstr ""
"\n"
"Varat atslgties vai prkonfigurt pieslgumu."
-#: ../../network/netconnect.pm_.c:129 ../../network/netconnect.pm_.c:243
-#: ../../network/netconnect.pm_.c:255 ../../network/tools.pm_.c:56
+#: ../../network/netconnect.pm_.c:138 ../../network/netconnect.pm_.c:252
+#: ../../network/netconnect.pm_.c:271 ../../network/tools.pm_.c:57
msgid "Network Configuration"
msgstr "Tkla konfigurcija"
-#: ../../network/netconnect.pm_.c:130
+#: ../../network/netconnect.pm_.c:139
msgid ""
"Because you are doing a network installation, your network is already "
"configured.\n"
@@ -5584,7 +6076,7 @@ msgid ""
"Internet & Network connection.\n"
msgstr ""
-#: ../../network/netconnect.pm_.c:155
+#: ../../network/netconnect.pm_.c:165
msgid ""
"Welcome to The Network Configuration Wizard\n"
"\n"
@@ -5592,93 +6084,93 @@ msgid ""
"If you don't want to use the auto detection, deselect the checkbox.\n"
msgstr ""
-#: ../../network/netconnect.pm_.c:157
+#: ../../network/netconnect.pm_.c:167
msgid "Choose the profile to configure"
msgstr "Izvlieties konfigurjamo profilu"
-#: ../../network/netconnect.pm_.c:158
+#: ../../network/netconnect.pm_.c:168
msgid "Use auto detection"
msgstr ""
-#: ../../network/netconnect.pm_.c:164
+#: ../../network/netconnect.pm_.c:175
msgid "Detecting devices..."
msgstr "Noskaidroju ierces..."
-#: ../../network/netconnect.pm_.c:175 ../../network/netconnect.pm_.c:184
+#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
msgid "Normal modem connection"
msgstr "Parasts modma pieslgums"
-#: ../../network/netconnect.pm_.c:175 ../../network/netconnect.pm_.c:184
+#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
#, c-format
msgid "detected on port %s"
msgstr "atklts uz porta %s"
-#: ../../network/netconnect.pm_.c:176 ../../network/netconnect.pm_.c:185
+#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
msgid "ISDN connection"
msgstr "ISDN pieslgums"
-#: ../../network/netconnect.pm_.c:176 ../../network/netconnect.pm_.c:185
+#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
#, c-format
msgid "detected %s"
msgstr "atklts %s"
-#: ../../network/netconnect.pm_.c:177 ../../network/netconnect.pm_.c:186
+#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
#, fuzzy
msgid "ADSL connection"
msgstr "LAN pieslgums"
-#: ../../network/netconnect.pm_.c:177 ../../network/netconnect.pm_.c:186
+#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
#, c-format
msgid "detected on interface %s"
msgstr "atklts uz interfeisa %s"
-#: ../../network/netconnect.pm_.c:178 ../../network/netconnect.pm_.c:187
+#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
msgid "Cable connection"
msgstr "Kabea pieslgums"
-#: ../../network/netconnect.pm_.c:178 ../../network/netconnect.pm_.c:187
+#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
#, fuzzy
msgid "cable connection detected"
msgstr "Kabea pieslgums"
-#: ../../network/netconnect.pm_.c:179 ../../network/netconnect.pm_.c:188
+#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
msgid "LAN connection"
msgstr "LAN pieslgums"
-#: ../../network/netconnect.pm_.c:179 ../../network/netconnect.pm_.c:188
+#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
msgid "ethernet card(s) detected"
msgstr "ethernet karte(s) atrasta"
-#: ../../network/netconnect.pm_.c:190
+#: ../../network/netconnect.pm_.c:202
#, fuzzy
msgid "Choose the connection you want to configure"
msgstr "Izvlieties izmantojamo rku"
-#: ../../network/netconnect.pm_.c:214
+#: ../../network/netconnect.pm_.c:226
msgid ""
"You have configured multiple ways to connect to the Internet.\n"
"Choose the one you want to use.\n"
"\n"
msgstr ""
-#: ../../network/netconnect.pm_.c:215
+#: ../../network/netconnect.pm_.c:227
#, fuzzy
msgid "Internet connection"
msgstr "Interneta pieslguma koplietoana"
-#: ../../network/netconnect.pm_.c:221
+#: ../../network/netconnect.pm_.c:233
msgid "Do you want to start the connection at boot?"
msgstr "Vai vlaties startt pieslgumu palaianas laik?"
-#: ../../network/netconnect.pm_.c:239
+#: ../../network/netconnect.pm_.c:247
msgid "Network configuration"
msgstr "Tkla konfigurcija"
-#: ../../network/netconnect.pm_.c:240
+#: ../../network/netconnect.pm_.c:248
msgid "The network needs to be restarted"
msgstr ""
-#: ../../network/netconnect.pm_.c:243
+#: ../../network/netconnect.pm_.c:252
#, fuzzy, c-format
msgid ""
"A problem occured while restarting the network: \n"
@@ -5686,20 +6178,27 @@ msgid ""
"%s"
msgstr "Vai vlaties prstartt tklu"
-#: ../../network/netconnect.pm_.c:247
+#: ../../network/netconnect.pm_.c:261
msgid ""
-"Congratulations, the network and internet configuration is finished.\n"
-"\n"
+"Congratulations, the network and Internet configuration is finished.\n"
"The configuration will now be applied to your system.\n"
+"\n"
+msgstr ""
+
+#: ../../network/netconnect.pm_.c:265
+msgid ""
+"After this is done, we recommend that you restart your X environment to "
+"avoid any hostname-related problems."
msgstr ""
-#: ../../network/netconnect.pm_.c:250
+#: ../../network/netconnect.pm_.c:266
msgid ""
-"After that is done, we recommend you to restart your X\n"
-"environnement to avoid hostname changing problem."
+"Problems occured during configuration.\n"
+"Test your connection via net_monitor or mcc. If your connection doesn't "
+"work, you might want to relaunch the configuration"
msgstr ""
-#: ../../network/network.pm_.c:283
+#: ../../network/network.pm_.c:292
msgid ""
"WARNING: This device has been previously configured to connect to the "
"Internet.\n"
@@ -5710,7 +6209,7 @@ msgstr ""
"Vienkri apstipriniet, ka vlaties saglabt o konfigurciju.\n"
"Tlko lauku izmainana prraksts o konfigurciju."
-#: ../../network/network.pm_.c:288
+#: ../../network/network.pm_.c:297
msgid ""
"Please enter the IP configuration for this machine.\n"
"Each item should be entered as an IP address in dotted-decimal\n"
@@ -5720,38 +6219,38 @@ msgstr ""
"Visi dati jievada k IP adreses ar punktiem atdaltu decimlu\n"
"skaitu veid (piemram, 1.2.3.4)."
-#: ../../network/network.pm_.c:297 ../../network/network.pm_.c:298
+#: ../../network/network.pm_.c:306 ../../network/network.pm_.c:307
#, c-format
msgid "Configuring network device %s"
msgstr "Konfigurju tkla iekrtu %s"
-#: ../../network/network.pm_.c:298
+#: ../../network/network.pm_.c:307
#, c-format
msgid " (driver %s)"
msgstr " (draiveris %s)"
-#: ../../network/network.pm_.c:300 ../../standalone/draknet_.c:255
-#: ../../standalone/draknet_.c:461
+#: ../../network/network.pm_.c:309 ../../standalone/draknet_.c:232
+#: ../../standalone/draknet_.c:468
msgid "IP address"
msgstr "IP adrese"
-#: ../../network/network.pm_.c:301 ../../standalone/draknet_.c:462
+#: ../../network/network.pm_.c:310 ../../standalone/draknet_.c:469
msgid "Netmask"
msgstr "Tkla maska"
-#: ../../network/network.pm_.c:302
+#: ../../network/network.pm_.c:311
msgid "(bootp/dhcp)"
msgstr "(bootp/dhcp)"
-#: ../../network/network.pm_.c:302
+#: ../../network/network.pm_.c:311
msgid "Automatic IP"
msgstr "Automtisks IP"
-#: ../../network/network.pm_.c:323 ../../printerdrake.pm_.c:406
+#: ../../network/network.pm_.c:332 ../../printerdrake.pm_.c:712
msgid "IP address should be in format 1.2.3.4"
msgstr "IP adreses formtam jbt 1.2.3.4"
-#: ../../network/network.pm_.c:351
+#: ../../network/network.pm_.c:361
msgid ""
"Please enter your host name.\n"
"Your host name should be a fully-qualified host name,\n"
@@ -5763,63 +6262,64 @@ msgstr ""
"piemram, ``mybox.mylab.myco.com''.\n"
"Js varat ievadt ar vrtejas IP adresi, ja tda ir"
-#: ../../network/network.pm_.c:356
+#: ../../network/network.pm_.c:366
msgid "DNS server"
msgstr "DNS serveris"
-#: ../../network/network.pm_.c:357 ../../standalone/draknet_.c:599
-msgid "Gateway"
-msgstr "Vrteja"
+#: ../../network/network.pm_.c:367
+#, c-format
+msgid "Gateway (e.g. %s)"
+msgstr ""
-#: ../../network/network.pm_.c:359
+#: ../../network/network.pm_.c:369
msgid "Gateway device"
msgstr "Vrtejas ierce"
-#: ../../network/network.pm_.c:371
+#: ../../network/network.pm_.c:381
msgid "Proxies configuration"
msgstr "Proxy serveru konfigurcija"
-#: ../../network/network.pm_.c:372
+#: ../../network/network.pm_.c:382
msgid "HTTP proxy"
msgstr "HTTP proxy"
-#: ../../network/network.pm_.c:373
+#: ../../network/network.pm_.c:383
msgid "FTP proxy"
msgstr "FTP proxy"
-#: ../../network/network.pm_.c:374
+#: ../../network/network.pm_.c:384
msgid "Track network card id (usefull for laptops)"
msgstr ""
-#: ../../network/network.pm_.c:377
+#: ../../network/network.pm_.c:387
msgid "Proxy should be http://..."
msgstr "Proxy btu jbt http://..."
-#: ../../network/network.pm_.c:378
+#: ../../network/network.pm_.c:388
msgid "Proxy should be ftp://..."
msgstr "Proxy btu jbt ftp://..."
-#: ../../network/tools.pm_.c:38
+#: ../../network/tools.pm_.c:39
msgid "Internet configuration"
msgstr "Interneta konfigurcija"
-#: ../../network/tools.pm_.c:39
+#: ../../network/tools.pm_.c:40
msgid "Do you want to try to connect to the Internet now?"
msgstr "Vai vlaties mint pieslgties internetam tlt?"
-#: ../../network/tools.pm_.c:43 ../../standalone/draknet_.c:189
+#: ../../network/tools.pm_.c:44 ../../standalone/draknet_.c:197
msgid "Testing your connection..."
msgstr "Izminu pieslgumu..."
-#: ../../network/tools.pm_.c:49 ../../standalone/draknet_.c:220
+#: ../../network/tools.pm_.c:50
msgid "The system is now connected to Internet."
msgstr "Sistma palaik ir pieslgta Internetam."
-#: ../../network/tools.pm_.c:50
+#: ../../network/tools.pm_.c:51
msgid "For Security reason, it will be disconnected now."
msgstr ""
-#: ../../network/tools.pm_.c:51 ../../standalone/draknet_.c:220
+#: ../../network/tools.pm_.c:52
msgid ""
"The system doesn't seem to be connected to internet.\n"
"Try to reconfigure your connection."
@@ -5827,86 +6327,90 @@ msgstr ""
"iet, ja jsu sistmu nav pieslgta Internetam.\n"
"Miniet prkonfigurt pieslgumu."
-#: ../../network/tools.pm_.c:75
+#: ../../network/tools.pm_.c:76
msgid "Connection Configuration"
msgstr "Savienojuma konfigurana"
-#: ../../network/tools.pm_.c:76
+#: ../../network/tools.pm_.c:77
msgid "Please fill or check the field below"
msgstr "Ldzu aizpieldiet vai izvlietis lauku"
-#: ../../network/tools.pm_.c:78 ../../standalone/draknet_.c:586
+#: ../../network/tools.pm_.c:79 ../../standalone/draknet_.c:608
msgid "Card IRQ"
msgstr "Kartes IRQ"
-#: ../../network/tools.pm_.c:79 ../../standalone/draknet_.c:587
+#: ../../network/tools.pm_.c:80 ../../standalone/draknet_.c:609
msgid "Card mem (DMA)"
msgstr "Kartes mem (DMA)"
-#: ../../network/tools.pm_.c:80 ../../standalone/draknet_.c:588
+#: ../../network/tools.pm_.c:81 ../../standalone/draknet_.c:610
msgid "Card IO"
msgstr "Kartes IO"
-#: ../../network/tools.pm_.c:81 ../../standalone/draknet_.c:589
+#: ../../network/tools.pm_.c:82 ../../standalone/draknet_.c:611
msgid "Card IO_0"
msgstr "Kartes IO_0"
-#: ../../network/tools.pm_.c:82 ../../standalone/draknet_.c:590
+#: ../../network/tools.pm_.c:83 ../../standalone/draknet_.c:612
msgid "Card IO_1"
msgstr "Kartes IO_1"
-#: ../../network/tools.pm_.c:83 ../../standalone/draknet_.c:591
+#: ../../network/tools.pm_.c:84 ../../standalone/draknet_.c:613
msgid "Your personal phone number"
msgstr "Jsu privtais telefona numurs"
-#: ../../network/tools.pm_.c:84 ../../standalone/draknet_.c:592
+#: ../../network/tools.pm_.c:85 ../../standalone/draknet_.c:614
msgid "Provider name (ex provider.net)"
msgstr "Pakalpojumu sniedzja nosaukums (piem., provider.net)"
-#: ../../network/tools.pm_.c:85 ../../standalone/draknet_.c:593
+#: ../../network/tools.pm_.c:86 ../../standalone/draknet_.c:615
msgid "Provider phone number"
msgstr "Pakalpojumu sniedzja telefona numurs"
-#: ../../network/tools.pm_.c:86 ../../standalone/draknet_.c:594
+#: ../../network/tools.pm_.c:87 ../../standalone/draknet_.c:616
msgid "Provider dns 1 (optional)"
msgstr "Provaidera dns 1 (nav obligti)"
-#: ../../network/tools.pm_.c:87 ../../standalone/draknet_.c:595
+#: ../../network/tools.pm_.c:88 ../../standalone/draknet_.c:617
msgid "Provider dns 2 (optional)"
msgstr "Provaidera dns 2 (nav obligti)"
-#: ../../network/tools.pm_.c:88
+#: ../../network/tools.pm_.c:89
#, fuzzy
msgid "Choose your country"
msgstr "Tastatras izvle"
-#: ../../network/tools.pm_.c:89 ../../standalone/draknet_.c:598
+#: ../../network/tools.pm_.c:90 ../../standalone/draknet_.c:620
msgid "Dialing mode"
msgstr "Zvananas rems"
-#: ../../network/tools.pm_.c:90 ../../standalone/draknet_.c:610
+#: ../../network/tools.pm_.c:91 ../../standalone/draknet_.c:632
#, fuzzy
msgid "Connection speed"
msgstr "Savienojuma tips: "
-#: ../../network/tools.pm_.c:91 ../../standalone/draknet_.c:611
+#: ../../network/tools.pm_.c:92 ../../standalone/draknet_.c:633
#, fuzzy
msgid "Connection timeout (in sec)"
msgstr "Savienojuma tips: "
-#: ../../network/tools.pm_.c:92 ../../standalone/draknet_.c:596
+#: ../../network/tools.pm_.c:93 ../../standalone/draknet_.c:618
msgid "Account Login (user name)"
msgstr "Konta nosaukums (lietotja vrds)"
-#: ../../network/tools.pm_.c:93 ../../standalone/draknet_.c:597
+#: ../../network/tools.pm_.c:94 ../../standalone/draknet_.c:619
msgid "Account Password"
msgstr "Konta parole"
-#: ../../partition_table.pm_.c:622
+#: ../../partition_table.pm_.c:600
+msgid "mount failed: "
+msgstr "montana neizdevs: "
+
+#: ../../partition_table.pm_.c:664
msgid "Extended partition not supported on this platform"
msgstr "ai platformai paplaint partcija nav pieejama"
-#: ../../partition_table.pm_.c:640
+#: ../../partition_table.pm_.c:682
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 "
@@ -5916,21 +6420,21 @@ msgstr ""
"Viengais risinjums ir prvietot primras partcijas t, lai caurums "
"atrastos blakus paplaintajm partcijm"
-#: ../../partition_table.pm_.c:744
+#: ../../partition_table.pm_.c:770
#, c-format
msgid "Restoring from file %s failed: %s"
msgstr "Atjaunoana no faila %s neizdevs: %s"
-#: ../../partition_table.pm_.c:746
+#: ../../partition_table.pm_.c:772
msgid "Bad backup file"
msgstr "Slikts rezerves kopijas fails"
-#: ../../partition_table.pm_.c:768
+#: ../../partition_table.pm_.c:794
#, c-format
msgid "Error writing to file %s"
msgstr "Kda, ierakstot fail %s"
-#: ../../partition_table_raw.pm_.c:154
+#: ../../partition_table_raw.pm_.c:186
msgid ""
"Something bad is happening on your drive. \n"
"A test to check the integrity of data has failed. \n"
@@ -5973,7 +6477,7 @@ msgstr ""
msgid "PDQ - Print, Don't Queue"
msgstr ""
-#: ../../printer.pm_.c:32
+#: ../../printer.pm_.c:32 ../../printer.pm_.c:871
msgid "CUPS"
msgstr ""
@@ -5989,65 +6493,144 @@ msgstr ""
msgid "PDQ"
msgstr ""
-#: ../../printer.pm_.c:40
+#: ../../printer.pm_.c:47
msgid "Local printer"
msgstr "Lokls printeris"
-#: ../../printer.pm_.c:41
+#: ../../printer.pm_.c:48
msgid "Remote printer"
msgstr "Attls printeris"
-#: ../../printer.pm_.c:42
+#: ../../printer.pm_.c:49
#, fuzzy
msgid "Printer on remote CUPS server"
msgstr "Attls CUPS serveris"
-#: ../../printer.pm_.c:43
+#: ../../printer.pm_.c:50 ../../printerdrake.pm_.c:734
#, fuzzy
msgid "Printer on remote lpd server"
msgstr "Attls lpd serveris"
-#: ../../printer.pm_.c:44
-msgid "Network printer (socket)"
-msgstr "Tkla printeris (socket)"
+#: ../../printer.pm_.c:51
+msgid "Network printer (TCP/Socket)"
+msgstr "Tkla printeris (TCP/Socket)"
-#: ../../printer.pm_.c:45
+#: ../../printer.pm_.c:52
#, fuzzy
msgid "Printer on SMB/Windows 95/98/NT server"
msgstr "SMB/Windows 95/98/NT"
-#: ../../printer.pm_.c:46
+#: ../../printer.pm_.c:53
#, fuzzy
msgid "Printer on NetWare server"
msgstr "Printera serveris"
-#: ../../printer.pm_.c:47
+#: ../../printer.pm_.c:54 ../../printerdrake.pm_.c:738
#, fuzzy
msgid "Enter a printer device URI"
msgstr "Printera ierces URI"
-#: ../../printer.pm_.c:48
+#: ../../printer.pm_.c:55
msgid "Pipe job into a command"
msgstr ""
-#: ../../printer.pm_.c:418 ../../printer.pm_.c:839
-#: ../../printerdrake.pm_.c:1227 ../../printerdrake.pm_.c:2023
+#: ../../printer.pm_.c:504 ../../printer.pm_.c:695 ../../printer.pm_.c:1017
+#: ../../printerdrake.pm_.c:1665 ../../printerdrake.pm_.c:2730
msgid "Unknown model"
msgstr ""
-#: ../../printer.pm_.c:546 ../../printerdrake.pm_.c:790
+#: ../../printer.pm_.c:532
+#, fuzzy
+msgid "Local Printers"
+msgstr "Lokls printeris"
+
+#: ../../printer.pm_.c:534 ../../printer.pm_.c:872
+#, fuzzy
+msgid "Remote Printers"
+msgstr "Attls printeris"
+
+#: ../../printer.pm_.c:541 ../../printerdrake.pm_.c:248
+#, c-format
+msgid " on parallel port \\/*%s"
+msgstr ""
+
+#: ../../printer.pm_.c:544 ../../printerdrake.pm_.c:250
+#, c-format
+msgid ", USB printer \\/*%s"
+msgstr ""
+
+#: ../../printer.pm_.c:549
+#, c-format
+msgid ", multi-function device on parallel port \\/*%s"
+msgstr ""
+
+#: ../../printer.pm_.c:552
+msgid ", multi-function device on USB"
+msgstr ""
+
+#: ../../printer.pm_.c:554
+msgid ", multi-function device on HP JetDirect"
+msgstr ""
+
+#: ../../printer.pm_.c:556
+msgid ", multi-function device"
+msgstr ""
+
+#: ../../printer.pm_.c:559
+#, fuzzy, c-format
+msgid ", printing to %s"
+msgstr "Kda, ierakstot fail %s"
+
+#: ../../printer.pm_.c:561
+#, c-format
+msgid "on LPD server \"%s\", printer \"%s\""
+msgstr ""
+
+#: ../../printer.pm_.c:563
+#, c-format
+msgid ", TCP/IP host \"%s\", port %s"
+msgstr ""
+
+#: ../../printer.pm_.c:567
+#, c-format
+msgid "on Windows server \"%s\", share \"%s\""
+msgstr ""
+
+#: ../../printer.pm_.c:571
+#, c-format
+msgid "on Novell server \"%s\", printer \"%s\""
+msgstr ""
+
+#: ../../printer.pm_.c:573
+#, c-format
+msgid ", using command %s"
+msgstr ""
+
+#: ../../printer.pm_.c:692 ../../printerdrake.pm_.c:1136
msgid "Raw printer (No driver)"
msgstr ""
-#: ../../printer.pm_.c:693
+#: ../../printer.pm_.c:841
#, fuzzy, c-format
msgid "(on %s)"
msgstr "(modulis %s)"
-#: ../../printer.pm_.c:695
+#: ../../printer.pm_.c:843
msgid "(on this machine)"
msgstr ""
+#: ../../printer.pm_.c:868
+#, fuzzy, c-format
+msgid "On CUPS server \"%s\""
+msgstr "CUPS servera IP"
+
+#: ../../printer.pm_.c:874 ../../printerdrake.pm_.c:2391
+#: ../../printerdrake.pm_.c:2402 ../../printerdrake.pm_.c:2618
+#: ../../printerdrake.pm_.c:2670 ../../printerdrake.pm_.c:2697
+#: ../../printerdrake.pm_.c:2867 ../../printerdrake.pm_.c:2869
+msgid " (Default)"
+msgstr " (Noklusts)"
+
#: ../../printerdrake.pm_.c:22
msgid "Select Printer Connection"
msgstr "Izvlieties printera pieslgumu"
@@ -6060,177 +6643,348 @@ msgstr "K is printeris ir pieslgts?"
#, fuzzy
msgid ""
"\n"
-"Printers on remote CUPS servers you do not have to configure\n"
-"here; these printers will be automatically detected. Please\n"
-"select \"Printer on remote CUPS server\" in this case."
+"Printers on remote CUPS servers you do not have to configure here; these "
+"printers will be automatically detected."
msgstr ""
"Izmantojot attlu CUPS serveri, eit jums nav nepiecieams\n"
"konfigurt printeri; printeri tiks atrasti automtiski.\n"
"Ja js aubaties, izvlieties \"Attls CUPS serveris\"."
-#: ../../printerdrake.pm_.c:84 ../../printerdrake.pm_.c:88
-#: ../../printerdrake.pm_.c:89 ../../printerdrake.pm_.c:159
-msgid "None"
-msgstr "Nevienu"
+#: ../../printerdrake.pm_.c:69 ../../printerdrake.pm_.c:2454
+#, fuzzy
+msgid "CUPS configuration"
+msgstr "LAN konfigurcija"
-#: ../../printerdrake.pm_.c:85 ../../printerdrake.pm_.c:160
+#: ../../printerdrake.pm_.c:70 ../../printerdrake.pm_.c:2455
#, fuzzy
-msgid "Choose a default printer!"
-msgstr "Nordiet noklusto lietotju:"
+msgid "Specify CUPS server"
+msgstr "Attls CUPS serveris"
-#: ../../printerdrake.pm_.c:105
+#: ../../printerdrake.pm_.c:71
msgid ""
-"With remote CUPS servers, you do not have to configure any \n"
-"printer here; CUPS servers inform your machine automatically\n"
-"about their printers. All printers known to your machine\n"
-"currently are listed in the \"Default printer\" field. Choose\n"
-"the default printer for your machine there and click the\n"
-"\"Apply/Re-read printers\" button. Click the same button to\n"
-"refresh the list (it can take up to 30 seconds after the start\n"
-"of CUPS until all remote printers are visible).\n"
-"When your CUPS server is in a different network, you have to \n"
-"give the CUPS server IP address and optionally the port number\n"
-"to get the printer information from the server, otherwise leave\n"
-"these fields blank."
+"To get access to printers on remote CUPS servers in your local network you "
+"do not have to configure anything; the CUPS servers inform your machine "
+"automatically about their printers. All printers currently known to your "
+"machine are listed in the \"Remote printers\" section in the main window of "
+"Printerdrake. When your CUPS server is not in your local network, you have "
+"to enter the CUPS server IP address and optionally the port number to get "
+"the printer information from the server, otherwise leave these fields blank."
msgstr ""
-#: ../../printerdrake.pm_.c:117
+#: ../../printerdrake.pm_.c:72
msgid ""
"\n"
-"Normally, CUPS is automatically configured according to your\n"
-"network environment, so that you can access the printers on the\n"
-"CUPS servers in your local network. If this does not work \n"
-"correctly, turn off \"Automatic CUPS configuration\" and edit\n"
-"your file /etc/cups/cupsd.conf manually. Do not forget to restart\n"
-"CUPS afterwards (command: \"service cups restart\")."
+"Normally, CUPS is automatically configured according to your network "
+"environment, so that you can access the printers on the CUPS servers in your "
+"local network. If this does not work correctly, turn off \"Automatic CUPS "
+"configuration\" and edit your file /etc/cups/cupsd.conf manually. Do not "
+"forget to restart CUPS afterwards (command: \"service cups restart\")."
msgstr ""
-#: ../../printerdrake.pm_.c:124 ../../printerdrake.pm_.c:1290
-#: ../../printerdrake.pm_.c:1294 ../../printerdrake.pm_.c:1295
-#: ../../printerdrake.pm_.c:1296 ../../printerdrake.pm_.c:2011
-#, fuzzy
-msgid "Close"
-msgstr "Pele"
-
-#: ../../printerdrake.pm_.c:125
-#, fuzzy
-msgid "Apply/Re-read printers"
-msgstr "Attls printeris"
-
-#: ../../printerdrake.pm_.c:129
+#: ../../printerdrake.pm_.c:76
#, fuzzy
msgid "The IP address should look like 192.168.1.20"
msgstr "IP adreses formtam jbt 1.2.3.4"
-#: ../../printerdrake.pm_.c:134 ../../printerdrake.pm_.c:541
+#: ../../printerdrake.pm_.c:80 ../../printerdrake.pm_.c:862
#, fuzzy
msgid "The port number should be an integer!"
msgstr "Porta numuram ir jbt skaitlim"
-#: ../../printerdrake.pm_.c:141 ../../printerdrake.pm_.c:2095
-#, fuzzy
-msgid "Default printer"
-msgstr "Lokls printeris"
-
-#: ../../printerdrake.pm_.c:146
+#: ../../printerdrake.pm_.c:87
msgid "CUPS server IP"
msgstr "CUPS servera IP"
-#: ../../printerdrake.pm_.c:147 ../../printerdrake.pm_.c:534
+#: ../../printerdrake.pm_.c:88 ../../printerdrake.pm_.c:855
msgid "Port"
msgstr "Ports"
-#: ../../printerdrake.pm_.c:149
+#: ../../printerdrake.pm_.c:90
#, fuzzy
msgid "Automatic CUPS configuration"
msgstr "Sknanas stila konfigurana"
-#: ../../printerdrake.pm_.c:217
+#: ../../printerdrake.pm_.c:145 ../../standalone/scannerdrake_.c:42
#, fuzzy
msgid "Detecting devices ..."
msgstr "Noskaidroju ierces..."
-#: ../../printerdrake.pm_.c:217
+#: ../../printerdrake.pm_.c:145 ../../standalone/scannerdrake_.c:42
msgid "Test ports"
msgstr "Prbaudt portus"
-#: ../../printerdrake.pm_.c:238
-#, c-format
-msgid "A printer, model \"%s\", has been detected on "
-msgstr "Printeris, modelis \"%s\", atrasts pie "
+#: ../../printerdrake.pm_.c:167 ../../printerdrake.pm_.c:2437
+#: ../../printerdrake.pm_.c:2556
+#, fuzzy
+msgid "Add a new printer"
+msgstr "Nav printera"
-#: ../../printerdrake.pm_.c:255
-msgid "Local Printer Device"
-msgstr "Lokl printera ierce"
+#: ../../printerdrake.pm_.c:168
+msgid ""
+"\n"
+"Welcome to the Printer Setup Wizard\n"
+"\n"
+"This wizard allows you to install local or remote printers to be used from "
+"this machine and also from other machines in the network.\n"
+"\n"
+"It asks you for all necessary information to set up the printer and gives "
+"you access to all available printer drivers, driver options, and printer "
+"connection types."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:176 ../../printerdrake.pm_.c:203
+#: ../../printerdrake.pm_.c:378 ../../printerdrake.pm_.c:393
+#: ../../printerdrake.pm_.c:403 ../../printerdrake.pm_.c:466
+#, fuzzy
+msgid "Local Printer"
+msgstr "Lokls printeris"
+
+#: ../../printerdrake.pm_.c:177
+msgid ""
+"\n"
+"Welcome to the Printer Setup Wizard\n"
+"\n"
+"This wizard will help you to install your printer(s) connected to this "
+"computer.\n"
+"\n"
+"Please plug in your printer(s) on this computer and turn it/them on. Click "
+"on \"Next\" when you are ready, and on \"Cancel\" when you do not want to "
+"set up your printer(s) now.\n"
+"\n"
+"Note that some computers can crash during the printer auto-detection, turn "
+"off \"Auto-detect printers\" to do a printer installation without auto-"
+"detection. Use the \"Expert Mode\" of printerdrake when you want to set up "
+"printing on a remote printer if printerdrake does not list it automatically."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:186
+#, fuzzy
+msgid "Auto-detect printers"
+msgstr "Attls printeris"
+
+#: ../../printerdrake.pm_.c:204
+msgid ""
+"\n"
+"Congratulations, your printer is now installed and configured!\n"
+"\n"
+"You can print using the \"Print\" command of your application (usually in "
+"the \"File\" menu).\n"
+"\n"
+"If you want to add, remove, or rename a printer, or if you want to change "
+"the default option settings (paper input tray, printout quality, ...), "
+"select \"Printer\" in the \"Hardware\" section of the Mandrake Control "
+"Center."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:223
+msgid "Auto-Detection of Printers"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:224
+msgid ""
+"Printerdrake is able to auto-detect your locally connected parallel and USB "
+"printers for you, but note that on some systems the auto-detection CAN "
+"FREEZE YOUR SYSTEM AND THIS CAN LEAD TO CORRUPTED FILE SYSTEMS! So do it ON "
+"YOUR OWN RISK!\n"
+"\n"
+"Do you really want to get your printers auto-detected?"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:227 ../../printerdrake.pm_.c:229
+#: ../../printerdrake.pm_.c:230
+#, fuzzy
+msgid "Do auto-detection"
+msgstr "Attls printeris"
+
+#: ../../printerdrake.pm_.c:228
+#, fuzzy
+msgid "Set up printer manually"
+msgstr "Attls printeris"
#: ../../printerdrake.pm_.c:256
+#, fuzzy, c-format
+msgid "Detected %s"
+msgstr "atklts %s"
+
+#: ../../printerdrake.pm_.c:260 ../../printerdrake.pm_.c:287
+#: ../../printerdrake.pm_.c:306
+#, c-format
+msgid "Printer on parallel port \\/*%s"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:262 ../../printerdrake.pm_.c:289
+#: ../../printerdrake.pm_.c:311
+#, c-format
+msgid "USB printer \\/*%s"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:379
msgid ""
-"What device is your printer connected to \n"
-"(note that /dev/lp0 is equivalent to LPT1:)?\n"
+"No local printer found! To manually install a printer enter a device name/"
+"file name in the input line (Parallel Ports: /dev/lp0, /dev/lp1, ..., "
+"equivalent to LPT1:, LPT2:, ..., 1st USB printer: /dev/usb/lp0, 2nd USB "
+"printer: /dev/usb/lp1, ...)."
msgstr ""
-"Kurai iercei ir pieslgts printeris\n"
-"(atcerieties, ka /dev/lp0 atbilst LPT1:)?\n"
-#: ../../printerdrake.pm_.c:258
-msgid "Printer Device"
-msgstr "Printera ierce"
+#: ../../printerdrake.pm_.c:383
+#, fuzzy
+msgid "You must enter a device or file name!"
+msgstr "Printera ierces URI"
-#: ../../printerdrake.pm_.c:261
-msgid "Device/file name missing!"
+#: ../../printerdrake.pm_.c:394
+#, fuzzy
+msgid ""
+"No local printer found!\n"
+"\n"
+msgstr "Lokls printeris"
+
+#: ../../printerdrake.pm_.c:395
+msgid ""
+"Network printers can only be installed after the installation. Choose "
+"\"Hardware\" and then \"Printer\" in the Mandrake Control Center."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:396
+msgid ""
+"To install network printers, click \"Cancel\", switch to the \"Expert Mode"
+"\", and click \"Add a new printer\" again."
msgstr ""
-#: ../../printerdrake.pm_.c:274 ../../printerdrake.pm_.c:698
-#: ../../printerdrake.pm_.c:786
+#: ../../printerdrake.pm_.c:407
+msgid ""
+"The following printer was auto-detected, if it is not the one you want to "
+"configure, enter a device name/file name in the input line"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:408
+msgid ""
+"Here is a list of all auto-detected printers. Please choose the printer you "
+"want to set up or enter a device name/file name in the input line"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:410
+msgid ""
+"The following printer was auto-detected. The configuration of the printer "
+"will work fully automatically. If your printer was not correctly detected or "
+"if you prefer a customized printer configuration, turn on \"Manual "
+"configuration\"."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:411
+msgid ""
+"Here is a list of all auto-detected printers. Please choose the printer you "
+"want to set up. The configuration of the printer will work fully "
+"automatically. If your printer was not correctly detected or if you prefer a "
+"customized printer configuration, turn on \"Manual configuration\"."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:413
+msgid ""
+"Please choose the port where your printer is connected to or enter a device "
+"name/file name in the input line"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:414
+#, fuzzy
+msgid "Please choose the port where your printer is connected to."
+msgstr "Ldzu nordiet, kuram serilajam portam ir pieslgts modms."
+
+#: ../../printerdrake.pm_.c:416
+msgid ""
+" (Parallel Ports: /dev/lp0, /dev/lp1, ..., equivalent to LPT1:, LPT2:, ..., "
+"1st USB printer: /dev/usb/lp0, 2nd USB printer: /dev/usb/lp1, ...)."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:421
+#, fuzzy
+msgid "You must choose/enter a printer/device!"
+msgstr "Printera ierces URI"
+
+#: ../../printerdrake.pm_.c:441
+#, fuzzy
+msgid "Manual configuration"
+msgstr "Konfigurcija"
+
+#: ../../printerdrake.pm_.c:467
+msgid ""
+"Is your printer a multi-function device from HP (OfficeJet, PSC, PhotoSmart, "
+"LaserJet 1100/1200/1220/3200/3300 with scanner)?"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:482
+#, fuzzy
+msgid "Installing HPOJ package..."
+msgstr "Instalju pakotni %s"
+
+#: ../../printerdrake.pm_.c:487
+msgid "Checking device and configuring HPOJ ..."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:505
+#, fuzzy
+msgid "Installing SANE package..."
+msgstr "Instalju pakotni %s"
+
+#: ../../printerdrake.pm_.c:517
+msgid "Scanning on your HP multi-function device"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:534
+#, fuzzy
+msgid "Making printer port available for CUPS ..."
+msgstr "Nolasu CUPS draiveru datubzi..."
+
+#: ../../printerdrake.pm_.c:544 ../../printerdrake.pm_.c:1018
+#: ../../printerdrake.pm_.c:1132
#, fuzzy
msgid "Reading printer database ..."
msgstr "Nolasu CUPS draiveru datubzi..."
-#: ../../printerdrake.pm_.c:312
+#: ../../printerdrake.pm_.c:624
msgid "Remote lpd Printer Options"
msgstr "Attla lpd printera opcijas"
-#: ../../printerdrake.pm_.c:313
+#: ../../printerdrake.pm_.c:625
#, fuzzy
msgid ""
-"To use a remote lpd printer, you need to supply\n"
-"the hostname of the printer server and the printer name\n"
-"on that server."
+"To use a remote lpd printer, you need to supply the hostname of the printer "
+"server and the printer name on that server."
msgstr ""
"Lai izmantotu attlu lpd drukas rindu, jums jnorda\n"
"printera servera resursa vrds un ts servera rindas\n"
"nosaukums, kurai jadres drukas uzdevumi."
-#: ../../printerdrake.pm_.c:316
+#: ../../printerdrake.pm_.c:626
#, fuzzy
msgid "Remote host name"
msgstr "Attl resursa vrds"
-#: ../../printerdrake.pm_.c:317
+#: ../../printerdrake.pm_.c:627
#, fuzzy
msgid "Remote printer name"
msgstr "Attls printeris"
-#: ../../printerdrake.pm_.c:320
+#: ../../printerdrake.pm_.c:630
#, fuzzy
msgid "Remote host name missing!"
msgstr "Attl resursa vrds"
-#: ../../printerdrake.pm_.c:324
+#: ../../printerdrake.pm_.c:634
#, fuzzy
msgid "Remote printer name missing!"
msgstr "Attl resursa vrds"
-#: ../../printerdrake.pm_.c:392
+#: ../../printerdrake.pm_.c:702
msgid "SMB (Windows 9x/NT) Printer Options"
msgstr "SMB (Windows 9x/NT) printera opcijas"
-#: ../../printerdrake.pm_.c:393
+#: ../../printerdrake.pm_.c:703
+#, fuzzy
msgid ""
-"To print to a SMB printer, you need to provide the\n"
-"SMB host name (Note! It may be different from its\n"
-"TCP/IP hostname!) and possibly the IP address of the print server, as\n"
-"well as the share name for the printer you wish to access and any\n"
-"applicable user name, password, and workgroup information."
+"To print to a SMB printer, you need to provide the SMB host name (Note! It "
+"may be different from its TCP/IP hostname!) and possibly the IP address of "
+"the print server, as well as the share name for the printer you wish to "
+"access and any applicable user name, password, and workgroup information."
msgstr ""
"Lai druktu ar SMB printeri, jums jnorda SMB resursa vrds\n"
"(Piezme! Tas var atirties no datora TCP/IP vrda!)\n"
@@ -6238,261 +6992,353 @@ msgstr ""
"koplietojuma vrds un atbilstos lietotja vrds, parole un\n"
"darba grupas informcija."
-#: ../../printerdrake.pm_.c:398
+#: ../../printerdrake.pm_.c:704
msgid "SMB server host"
msgstr "SMB servera resurss"
-#: ../../printerdrake.pm_.c:399
+#: ../../printerdrake.pm_.c:705
msgid "SMB server IP"
msgstr "SMB servera IP"
-#: ../../printerdrake.pm_.c:400
+#: ../../printerdrake.pm_.c:706
msgid "Share name"
msgstr "Koplietojuma vrds"
-#: ../../printerdrake.pm_.c:403
+#: ../../printerdrake.pm_.c:709
msgid "Workgroup"
msgstr "Darba grupa"
-#: ../../printerdrake.pm_.c:410
+#: ../../printerdrake.pm_.c:716
msgid "Either the server name or the server's IP must be given!"
msgstr ""
-#: ../../printerdrake.pm_.c:414
+#: ../../printerdrake.pm_.c:720
msgid "Samba share name missing!"
msgstr ""
-#: ../../printerdrake.pm_.c:473
+#: ../../printerdrake.pm_.c:725
+msgid "SECURITY WARNING!"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:726
+#, c-format
+msgid ""
+"You are about to set up printing to a Windows account with password. Due to "
+"a fault in the architecture of the Samba client software the password is put "
+"in clear text into the command line of the Samba client used to transmit the "
+"print job to the Windows server. So it is possible for every user on this "
+"machine to display the password on the screen by issuing commands as \"ps "
+"auxwww\".\n"
+"\n"
+"We recommend to make use of one of the following alternatives (in all cases "
+"you have to make sure that only machines from your local network have access "
+"to your Windows server, for example by means of a firewall):\n"
+"\n"
+"Use a password-less account on your Windows server, as the \"GUEST\" account "
+"or a special account dedicated for printing. Do not remove the password "
+"protection from a personal account or the administrator account.\n"
+"\n"
+"Set up your Windows server to make the printer available under the LPD "
+"protocol. Then set up printing from this machine with the \"%s\" connection "
+"type in Printerdrake.\n"
+"\n"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:736
+#, c-format
+msgid ""
+"Set up your Windows server to make the printer available under the IPP "
+"protocol and set up printing from this machine with the \"%s\" connection "
+"type in Printerdrake.\n"
+"\n"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:739
+msgid ""
+"Connect your printer to a Linux server and let your Windows machine(s) "
+"connect to it as a client.\n"
+"\n"
+"Do you really want to continue setting up this printer as you are doing now?"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:801
msgid "NetWare Printer Options"
msgstr "NetWare printera opcijas"
-#: ../../printerdrake.pm_.c:474
+#: ../../printerdrake.pm_.c:802
+#, fuzzy
msgid ""
-"To print on a NetWare printer, you need to provide the\n"
-"NetWare print server name (Note! it may be different from its\n"
-"TCP/IP hostname!) as well as the print queue name for the printer you\n"
-"wish to access and any applicable user name and password."
+"To print on a NetWare printer, you need to provide the NetWare print server "
+"name (Note! it may be different from its TCP/IP hostname!) as well as the "
+"print queue name for the printer you wish to access and any applicable user "
+"name and password."
msgstr ""
"Lai druktu ar NetWare printeri, jums jnorda NetWare\n"
"printera servera vrds (Piezme! tas var atirties no servera\n"
"TCP/IP resursa vrda!), k ar jsu izvlt printera rindas\n"
"nosaukums un jebkur atbilstos lietotja vrds un parole."
-#: ../../printerdrake.pm_.c:478
+#: ../../printerdrake.pm_.c:803
msgid "Printer Server"
msgstr "Printera serveris"
-#: ../../printerdrake.pm_.c:479
+#: ../../printerdrake.pm_.c:804
msgid "Print Queue Name"
msgstr "Printera rindas nosaukums"
-#: ../../printerdrake.pm_.c:484
+#: ../../printerdrake.pm_.c:809
msgid "NCP server name missing!"
msgstr ""
-#: ../../printerdrake.pm_.c:488
+#: ../../printerdrake.pm_.c:813
msgid "NCP queue name missing!"
msgstr ""
-#: ../../printerdrake.pm_.c:527
-msgid "Socket Printer Options"
+#: ../../printerdrake.pm_.c:852
+#, fuzzy
+msgid "TCP/Socket Printer Options"
msgstr "Socket printera opcijas"
-#: ../../printerdrake.pm_.c:528
+#: ../../printerdrake.pm_.c:853
#, fuzzy
msgid ""
-"To print to a socket printer, you need to provide the\n"
-"host name of the printer and optionally the port number.\n"
-"On HP JetDirect servers the port number is usually 9100,\n"
-"on other servers it can vary. See the manual of your\n"
+"To print to a TCP or socket printer, you need to provide the host name of "
+"the printer and optionally the port number. On HP JetDirect servers the port "
+"number is usually 9100, on other servers it can vary. See the manual of your "
"hardware."
msgstr ""
"Lai druktu ar socket printeri, jums ir jnorda printera\n"
"resursa vrds tkl un papildus ar porta numurs."
-#: ../../printerdrake.pm_.c:533
+#: ../../printerdrake.pm_.c:854
#, fuzzy
msgid "Printer host name"
msgstr "Printera resursa vrds"
-#: ../../printerdrake.pm_.c:537
+#: ../../printerdrake.pm_.c:858
#, fuzzy
msgid "Printer host name missing!"
msgstr "Printera resursa vrds"
-#: ../../printerdrake.pm_.c:566 ../../printerdrake.pm_.c:568
+#: ../../printerdrake.pm_.c:887 ../../printerdrake.pm_.c:889
msgid "Printer Device URI"
msgstr "Printera ierces URI"
-#: ../../printerdrake.pm_.c:567
+#: ../../printerdrake.pm_.c:888
msgid ""
"You can specify directly the URI to access the printer. The URI must fulfill "
"either the CUPS or the Foomatic specifications. Note that not all URI types "
"are supported by all the spoolers."
msgstr ""
-#: ../../printerdrake.pm_.c:582
+#: ../../printerdrake.pm_.c:903
msgid "A valid URI must be entered!"
msgstr ""
-#: ../../printerdrake.pm_.c:682
+#: ../../printerdrake.pm_.c:1004
msgid ""
-"Every printer needs a name (for example lp).\n"
-"The Description and Location fields do not need \n"
-"to be filled in. They are comments for the users."
+"Every printer needs a name (for example \"printer\"). The Description and "
+"Location fields do not need to be filled in. They are comments for the users."
msgstr ""
-#: ../../printerdrake.pm_.c:685
+#: ../../printerdrake.pm_.c:1005
msgid "Name of printer"
msgstr "Printera nosaukums"
-#: ../../printerdrake.pm_.c:686
+#: ../../printerdrake.pm_.c:1006
msgid "Description"
msgstr "Apraksts"
-#: ../../printerdrake.pm_.c:687
+#: ../../printerdrake.pm_.c:1007
msgid "Location"
msgstr "Atraans vieta"
-#: ../../printerdrake.pm_.c:701
+#: ../../printerdrake.pm_.c:1021
#, fuzzy
msgid "Preparing printer database ..."
msgstr "Nolasu CUPS draiveru datubzi..."
-#: ../../printerdrake.pm_.c:793
+#: ../../printerdrake.pm_.c:1112
+#, fuzzy
+msgid "Your printer model"
+msgstr "Attls printeris"
+
+#: ../../printerdrake.pm_.c:1113
+#, c-format
+msgid ""
+"Printerdrake has compared the model name resulting from the printer auto-"
+"detection with the models listed in its printer database to find the best "
+"match. This choice can be wrong, especially when your printer is not listed "
+"at all in the database. So check whether the choice is correct and click "
+"\"The model is correct\" if so and if not, click \"Select model manually\" "
+"so that you can choose your printer model manually on the next screen.\n"
+"\n"
+"For your printer Printerdrake has found:\n"
+"\n"
+"%s"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1118 ../../printerdrake.pm_.c:1121
+#, fuzzy
+msgid "The model is correct"
+msgstr "Vai tas ir pareizi?"
+
+#: ../../printerdrake.pm_.c:1119 ../../printerdrake.pm_.c:1120
+#: ../../printerdrake.pm_.c:1123
+#, fuzzy
+msgid "Select model manually"
+msgstr "Attls printeris"
+
+#: ../../printerdrake.pm_.c:1139
#, fuzzy
msgid "Printer model selection"
msgstr "Printera pieslgums"
-#: ../../printerdrake.pm_.c:794
+#: ../../printerdrake.pm_.c:1140
#, fuzzy
msgid "Which printer model do you have?"
msgstr "Kds ir jsu printera tips?"
-#: ../../printerdrake.pm_.c:866
+#: ../../printerdrake.pm_.c:1141
+msgid ""
+"\n"
+"\n"
+"Please check whether Printerdrake did the auto-detection of your printer "
+"model correctly. Search the correct model in the list when the cursor is "
+"standing on a wrong model or on \"Raw printer\"."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1144
+msgid ""
+"If your printer is not listed, choose a compatible (see printer manual) or a "
+"similar one."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1220
#, fuzzy
msgid "OKI winprinter configuration"
msgstr "Interneta konfigurcija"
-#: ../../printerdrake.pm_.c:867
+#: ../../printerdrake.pm_.c:1221
msgid ""
"You are configuring an OKI laser winprinter. These printers\n"
-"use a very special communication protocol and therefore they\n"
-"work only when connected to the first parallel port. When\n"
-"your printer is connected to another port or to a print\n"
-"server box please connect the printer to the first parallel\n"
-"port before you print a test page. Otherwise the printer\n"
-"will not work. Your connection type setting will be ignored\n"
-"by the driver."
+"use a very special communication protocol and therefore they work only when "
+"connected to the first parallel port. When your printer is connected to "
+"another port or to a print server box please connect the printer to the "
+"first parallel port before you print a test page. Otherwise the printer will "
+"not work. Your connection type setting will be ignored by the driver."
msgstr ""
-#: ../../printerdrake.pm_.c:916 ../../printerdrake.pm_.c:946
+#: ../../printerdrake.pm_.c:1264 ../../printerdrake.pm_.c:1291
#, fuzzy
msgid "Lexmark inkjet configuration"
msgstr "Interneta konfigurcija"
-#: ../../printerdrake.pm_.c:917
+#: ../../printerdrake.pm_.c:1265
msgid ""
-"The inkjet printer drivers provided by Lexmark only support\n"
-"local printers, no printers on remote machines or print server\n"
-"boxes. Please connect your printer to a local port or\n"
-"configure it on the machine where it is connected to."
+"The inkjet printer drivers provided by Lexmark only support local printers, "
+"no printers on remote machines or print server boxes. Please connect your "
+"printer to a local port or configure it on the machine where it is connected "
+"to."
msgstr ""
-#: ../../printerdrake.pm_.c:947
+#: ../../printerdrake.pm_.c:1292
msgid ""
-"To be able to print with your Lexmark inkjet and this\n"
-"configuration, you need the inkjet printer drivers\n"
-"provided by Lexmark (http://www.lexmark.com/). Go to\n"
-"the US site and click on the \"Drivers\" button. Then\n"
-"choose your model and afterwards \"Linux\" as\n"
-"operating system. The drivers come as RPM packages\n"
-"or shell scripts with interactive graphical installation.\n"
-"You do not need to do this configuration by the\n"
-"graphical frontends. Cancel directly after the license\n"
-"agreement. Then print printhead alignment pages with\n"
-"\"lexmarkmaintain\" and adjust the head alignment\n"
-"settings with this program."
+"To be able to print with your Lexmark inkjet and this configuration, you "
+"need the inkjet printer drivers provided by Lexmark (http://www.lexmark."
+"com/). Go to the US site and click on the \"Drivers\" button. Then choose "
+"your model and afterwards \"Linux\" as operating system. The drivers come as "
+"RPM packages or shell scripts with interactive graphical installation. You "
+"do not need to do this configuration by the graphical frontends. Cancel "
+"directly after the license agreement. Then print printhead alignment pages "
+"with \"lexmarkmaintain\" and adjust the head alignment settings with this "
+"program."
msgstr ""
-#: ../../printerdrake.pm_.c:1079
+#: ../../printerdrake.pm_.c:1508
msgid ""
"Printer default settings\n"
-"You should make sure that the page size and the\n"
-"ink type (if available) are set correctly. Note\n"
-"that with a very high printout quality printing\n"
-"can get substantially slower."
+"\n"
+"You should make sure that the page size and the ink type/printing mode (if "
+"available) and also the hardware configuration of laser printers (memory, "
+"duplex unit, extra trays) are set correctly. Note that with a very high "
+"printout quality/resolution printing can get substantially slower."
msgstr ""
-#: ../../printerdrake.pm_.c:1090
+#: ../../printerdrake.pm_.c:1517
#, c-format
msgid "Option %s must be an integer number!"
msgstr ""
-#: ../../printerdrake.pm_.c:1094
+#: ../../printerdrake.pm_.c:1521
#, c-format
msgid "Option %s must be a number!"
msgstr ""
-#: ../../printerdrake.pm_.c:1099
+#: ../../printerdrake.pm_.c:1526
#, c-format
msgid "Option %s out of range!"
msgstr ""
-#: ../../printerdrake.pm_.c:1136
+#: ../../printerdrake.pm_.c:1565
#, fuzzy, c-format
msgid ""
"Do you want to set this printer (\"%s\")\n"
"as the default printer?"
msgstr "Vai vlaties izmint printeri?"
-#: ../../printerdrake.pm_.c:1152
+#: ../../printerdrake.pm_.c:1582
#, fuzzy
msgid "Test pages"
msgstr "Prbaudt portus"
-#: ../../printerdrake.pm_.c:1153
+#: ../../printerdrake.pm_.c:1583
msgid ""
"Please select the test pages you want to print.\n"
-"Note: the photo test page can take a rather long time to get printed\n"
-"and on laser printers with too low memory it can even not come out.\n"
-"In most cases it is enough to print the standard test page."
+"Note: the photo test page can take a rather long time to get printed and on "
+"laser printers with too low memory it can even not come out. In most cases "
+"it is enough to print the standard test page."
msgstr ""
-#: ../../printerdrake.pm_.c:1158
+#: ../../printerdrake.pm_.c:1587
#, fuzzy
msgid "No test pages"
msgstr "J, izdrukt abas izminjuma lapas"
-#: ../../printerdrake.pm_.c:1159
+#: ../../printerdrake.pm_.c:1588
#, fuzzy
msgid "Print"
msgstr "Printeris"
-#: ../../printerdrake.pm_.c:1161
+#: ../../printerdrake.pm_.c:1590
#, fuzzy
msgid "Standard test page"
msgstr "Standarta"
-#: ../../printerdrake.pm_.c:1164
+#: ../../printerdrake.pm_.c:1593
msgid "Alternative test page (Letter)"
msgstr ""
-#: ../../printerdrake.pm_.c:1167
+#: ../../printerdrake.pm_.c:1596
#, fuzzy
msgid "Alternative test page (A4)"
msgstr "Tiek drukta(s) izminjuma lapa(s)..."
-#: ../../printerdrake.pm_.c:1169
+#: ../../printerdrake.pm_.c:1598
#, fuzzy
msgid "Photo test page"
msgstr "Tiek drukta(s) izminjuma lapa(s)..."
-#: ../../printerdrake.pm_.c:1175 ../../printerdrake.pm_.c:1297
+#: ../../printerdrake.pm_.c:1602
+#, fuzzy
+msgid "Do not print any test page"
+msgstr "Tiek drukta(s) izminjuma lapa(s)..."
+
+#: ../../printerdrake.pm_.c:1610 ../../printerdrake.pm_.c:1747
msgid "Printing test page(s)..."
msgstr "Tiek drukta(s) izminjuma lapa(s)..."
-#: ../../printerdrake.pm_.c:1200
+#: ../../printerdrake.pm_.c:1635
#, fuzzy, c-format
msgid ""
"Test page(s) have been sent to the printer.\n"
@@ -6509,7 +7355,7 @@ msgstr ""
"\n"
"Vai tas darbojas pareizi?"
-#: ../../printerdrake.pm_.c:1204
+#: ../../printerdrake.pm_.c:1639
#, fuzzy
msgid ""
"Test page(s) have been sent to the printer.\n"
@@ -6519,33 +7365,33 @@ msgstr ""
"Var paiet zinms laiks, pirms printeris sk drukt.\n"
"Vai tas darbojas pareizi?"
-#: ../../printerdrake.pm_.c:1211
+#: ../../printerdrake.pm_.c:1646
msgid "Did it work properly?"
msgstr ""
-#: ../../printerdrake.pm_.c:1229 ../../printerdrake.pm_.c:2025
+#: ../../printerdrake.pm_.c:1667 ../../printerdrake.pm_.c:2732
#, fuzzy
msgid "Raw printer"
msgstr "Nav printera"
-#: ../../printerdrake.pm_.c:1237
+#: ../../printerdrake.pm_.c:1685
#, c-format
msgid ""
"To print a file from the command line (terminal window) you can either use "
"the command \"%s <file>\" or a graphical printing tool: \"xpp <file>\" or "
-"\"qtcups <file>\". The graphical tools allow you to choose the printer and "
+"\"kprinter <file>\". The graphical tools allow you to choose the printer and "
"to modify the option settings easily.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:1239
+#: ../../printerdrake.pm_.c:1687
msgid ""
"These commands you can also use in the \"Printing command\" field of the "
"printing dialogs of many applications, but here do not supply the file name "
"because the file to print is provided by the application.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:1242 ../../printerdrake.pm_.c:1254
-#: ../../printerdrake.pm_.c:1266
+#: ../../printerdrake.pm_.c:1690 ../../printerdrake.pm_.c:1706
+#: ../../printerdrake.pm_.c:1716
#, c-format
msgid ""
"\n"
@@ -6554,43 +7400,49 @@ msgid ""
"line, e. g. \"%s <file>\". "
msgstr ""
-#: ../../printerdrake.pm_.c:1244 ../../printerdrake.pm_.c:1284
+#: ../../printerdrake.pm_.c:1693 ../../printerdrake.pm_.c:1732
+#, c-format
msgid ""
-"To get a list of the options available for the current printer read either "
-"the list shown below or click on the \"Print option list\" button.\n"
+"To know about the options available for the current printer read either the "
+"list shown below or click on the \"Print option list\" button.%s\n"
"\n"
msgstr ""
-#: ../../printerdrake.pm_.c:1249 ../../printerdrake.pm_.c:1261
+#: ../../printerdrake.pm_.c:1696
+msgid ""
+"Here is a list of the available printing options for the current printer:\n"
+"\n"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1701 ../../printerdrake.pm_.c:1711
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
"<file>\".\n"
msgstr ""
-#: ../../printerdrake.pm_.c:1251 ../../printerdrake.pm_.c:1263
-#: ../../printerdrake.pm_.c:1275
+#: ../../printerdrake.pm_.c:1703 ../../printerdrake.pm_.c:1713
+#: ../../printerdrake.pm_.c:1723
msgid ""
"This command you can also use in the \"Printing command\" field of the "
"printing dialogs of many applications. But here do not supply the file name "
"because the file to print is provided by the application.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:1256 ../../printerdrake.pm_.c:1268
+#: ../../printerdrake.pm_.c:1708 ../../printerdrake.pm_.c:1718
msgid ""
"To get a list of the options available for the current printer click on the "
-"\"Print option list\" button.\n"
-"\n"
+"\"Print option list\" button."
msgstr ""
-#: ../../printerdrake.pm_.c:1273
+#: ../../printerdrake.pm_.c:1721
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
"<file>\" or \"%s <file>\".\n"
msgstr ""
-#: ../../printerdrake.pm_.c:1277
+#: ../../printerdrake.pm_.c:1725
msgid ""
"You can also use the graphical interface \"xpdq\" for setting options and "
"handling printing jobs.\n"
@@ -6600,7 +7452,7 @@ msgid ""
"jams.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:1281
+#: ../../printerdrake.pm_.c:1729
#, c-format
msgid ""
"\n"
@@ -6609,86 +7461,124 @@ msgid ""
"line, e. g. \"%s <file>\".\n"
msgstr ""
-#: ../../printerdrake.pm_.c:1292
+#: ../../printerdrake.pm_.c:1738 ../../printerdrake.pm_.c:1744
+#: ../../printerdrake.pm_.c:1745 ../../printerdrake.pm_.c:1746
+#: ../../printerdrake.pm_.c:2716 ../../standalone/drakbackup_.c:754
+#: ../../standalone/drakbackup_.c:2458 ../../standalone/drakfont_.c:577
+#: ../../standalone/drakfont_.c:791
+#, fuzzy
+msgid "Close"
+msgstr "Pele"
+
+#: ../../printerdrake.pm_.c:1741 ../../printerdrake.pm_.c:1753
+#, fuzzy, c-format
+msgid "Printing/Scanning on \"%s\""
+msgstr "Atsldzu tklu"
+
+#: ../../printerdrake.pm_.c:1742 ../../printerdrake.pm_.c:1754
#, fuzzy, c-format
msgid "Printing on the printer \"%s\""
msgstr "Atsldzu tklu"
-#: ../../printerdrake.pm_.c:1294
+#: ../../printerdrake.pm_.c:1744
#, fuzzy
msgid "Print option list"
msgstr "Printera opcijas"
-#: ../../printerdrake.pm_.c:1318 ../../printerdrake.pm_.c:1741
-#: ../../standalone/printerdrake_.c:48
+#: ../../printerdrake.pm_.c:1766
+#, c-format
+msgid ""
+"Your HP multi-function device was configured automatically to be able to "
+"scan. Now you can scan with \"scanimage\" (\"scanimage -d hp:%s\" to specify "
+"the scanner when you have more than one) from the command line or with the "
+"graphical interfaces \"xscanimage\" or \"xsane\". If you are using the GIMP, "
+"you can also scan by choosing the appropriate point in the \"File\"/\"Acquire"
+"\" menu. Call also \"man scanimage\" and \"man sane-hp\" on the command line "
+"to get more information.\n"
+"\n"
+"Do not use \"scannerdrake\" for this device!"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1772
+#, c-format
+msgid ""
+"Your HP multi-function device was configured automatically to be able to "
+"scan. Now you can scan from the command line with \"ptal-hp %s scan ...\". "
+"Scanning via a graphical interface or from the GIMP is not supported yet for "
+"your device. More information you will find in the \"/usr/share/doc/hpoj-0.8/"
+"ptal-hp-scan.html\" file on your system. If you have an HP LaserJet 1100 or "
+"1200 you can only scan when you have the scanner option installed.\n"
+"\n"
+"Do not use \"scannerdrake\" for this device!"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1794 ../../printerdrake.pm_.c:2221
+#: ../../printerdrake.pm_.c:2485 ../../standalone/printerdrake_.c:49
#, fuzzy
msgid "Reading printer data ..."
msgstr "Nolasu CUPS draiveru datubzi..."
-#: ../../printerdrake.pm_.c:1338 ../../printerdrake.pm_.c:1376
-#: ../../printerdrake.pm_.c:1411
+#: ../../printerdrake.pm_.c:1814 ../../printerdrake.pm_.c:1842
+#: ../../printerdrake.pm_.c:1877
#, fuzzy
msgid "Transfer printer configuration"
msgstr "Interneta konfigurcija"
-#: ../../printerdrake.pm_.c:1339
+#: ../../printerdrake.pm_.c:1815
#, c-format
msgid ""
-"You can copy the printer configuration which you have done \n"
-"for the spooler %s to %s, your current spooler. All the\n"
-"configuration data (printer name, description, location, \n"
-"connection type, and default option settings) is overtaken,\n"
-"but jobs will not be transferred.\n"
-"Not all queues can be transferred due to the following \n"
-"reasons:\n"
+"You can copy the printer configuration which you have done for the spooler %"
+"s to %s, your current spooler. All the configuration data (printer name, "
+"description, location, connection type, and default option settings) is "
+"overtaken, but jobs will not be transferred.\n"
+"Not all queues can be transferred due to the following reasons:\n"
msgstr ""
-#: ../../printerdrake.pm_.c:1347
+#: ../../printerdrake.pm_.c:1818
msgid ""
-"CUPS does not support printers on Novell servers or printers\n"
-"sending the data into a free-formed command.\n"
+"CUPS does not support printers on Novell servers or printers sending the "
+"data into a free-formed command.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:1350
+#: ../../printerdrake.pm_.c:1820
msgid ""
-"PDQ only supports local printers, remote LPD printers, and\n"
-"Socket/TCP printers.\n"
+"PDQ only supports local printers, remote LPD printers, and Socket/TCP "
+"printers.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:1353
+#: ../../printerdrake.pm_.c:1822
msgid "LPD and LPRng do not support IPP printers.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:1355
+#: ../../printerdrake.pm_.c:1824
msgid ""
-"In addition, queues not created with this program or\n"
-"\"foomatic-configure\" cannot be transferred."
+"In addition, queues not created with this program or \"foomatic-configure\" "
+"cannot be transferred."
msgstr ""
-#: ../../printerdrake.pm_.c:1357
+#: ../../printerdrake.pm_.c:1825
msgid ""
"\n"
-"Also printers configured with the PPD files provided by\n"
-"their manufacturers or with native CUPS drivers can not be\n"
-"transferred."
+"Also printers configured with the PPD files provided by their manufacturers "
+"or with native CUPS drivers cannot be transferred."
msgstr ""
-#: ../../printerdrake.pm_.c:1360
+#: ../../printerdrake.pm_.c:1826
msgid ""
"\n"
"Mark the printers which you want to transfer and click \n"
"\"Transfer\"."
msgstr ""
-#: ../../printerdrake.pm_.c:1363
+#: ../../printerdrake.pm_.c:1829
msgid "Do not transfer printers"
msgstr ""
-#: ../../printerdrake.pm_.c:1364 ../../printerdrake.pm_.c:1381
+#: ../../printerdrake.pm_.c:1830 ../../printerdrake.pm_.c:1847
msgid "Transfer"
msgstr ""
-#: ../../printerdrake.pm_.c:1377
+#: ../../printerdrake.pm_.c:1843
#, c-format
msgid ""
"A printer named \"%s\" already exists under %s. \n"
@@ -6696,305 +7586,360 @@ msgid ""
"You can also type a new name or skip this printer."
msgstr ""
-#: ../../printerdrake.pm_.c:1385
+#: ../../printerdrake.pm_.c:1851
msgid "Name of printer should contain only letters, numbers and the underscore"
msgstr ""
-#: ../../printerdrake.pm_.c:1390
+#: ../../printerdrake.pm_.c:1856
#, c-format
msgid ""
"The printer \"%s\" already exists,\n"
"do you really want to overwrite its configuration?"
msgstr ""
-#: ../../printerdrake.pm_.c:1398
+#: ../../printerdrake.pm_.c:1864
#, fuzzy
msgid "New printer name"
msgstr "Nav printera"
-#: ../../printerdrake.pm_.c:1401
+#: ../../printerdrake.pm_.c:1867
#, c-format
msgid "Transferring %s ..."
msgstr ""
-#: ../../printerdrake.pm_.c:1412
+#: ../../printerdrake.pm_.c:1878
#, c-format
msgid ""
-"You have transferred your former default printer (\"%s\"),\n"
-"Should it be also the default printer under the\n"
-"new printing system %s?"
+"You have transferred your former default printer (\"%s\"), Should it be also "
+"the default printer under the new printing system %s?"
msgstr ""
-#: ../../printerdrake.pm_.c:1423
+#: ../../printerdrake.pm_.c:1887
#, fuzzy
msgid "Refreshing printer data ..."
msgstr "Nolasu CUPS draiveru datubzi..."
-#: ../../printerdrake.pm_.c:1431 ../../printerdrake.pm_.c:1494
-#: ../../printerdrake.pm_.c:1515
+#: ../../printerdrake.pm_.c:1895 ../../printerdrake.pm_.c:1966
+#: ../../printerdrake.pm_.c:1978
#, fuzzy
msgid "Configuration of a remote printer"
msgstr "Konfigurcija"
-#: ../../printerdrake.pm_.c:1432
+#: ../../printerdrake.pm_.c:1896
#, fuzzy
msgid "Starting network ..."
msgstr "Izminu pieslgumu..."
-#: ../../printerdrake.pm_.c:1454 ../../printerdrake.pm_.c:1462
-#: ../../printerdrake.pm_.c:1464
+#: ../../printerdrake.pm_.c:1930 ../../printerdrake.pm_.c:1934
+#: ../../printerdrake.pm_.c:1936
#, fuzzy
msgid "Configure the network now"
msgstr "Tkla konfigurana"
-#: ../../printerdrake.pm_.c:1455
+#: ../../printerdrake.pm_.c:1931
#, fuzzy
msgid "Network functionality not configured"
msgstr "Monitors nav konfigurts"
-#: ../../printerdrake.pm_.c:1456
+#: ../../printerdrake.pm_.c:1932
msgid ""
-"You are going to configure a remote printer. This needs working\n"
-"network access, but your network is not configured yet. If you\n"
-"go on without network configuration, you will not be able to use\n"
-"the printer which you are configuring now. How do you want \n"
-"to proceed?"
+"You are going to configure a remote printer. This needs working network "
+"access, but your network is not configured yet. If you go on without network "
+"configuration, you will not be able to use the printer which you are "
+"configuring now. How do you want to proceed?"
msgstr ""
-#: ../../printerdrake.pm_.c:1463
+#: ../../printerdrake.pm_.c:1935
#, fuzzy
msgid "Go on without configuring the network"
msgstr "Konfigurju tklu"
-#: ../../printerdrake.pm_.c:1496
+#: ../../printerdrake.pm_.c:1968
msgid ""
-"The network configuration done during the installation \n"
-"cannot be started now. Please check whether the network\n"
-"gets accessable after booting your system and correct the\n"
-"configuration using the Mandrake Control Center, section\n"
-"\"Network & Internet\"/\"Connection\", and afterwards set\n"
-"up the printer, also using the Mandrake Control Center,\n"
-"section \"Hardware\"/\"Printer\""
+"The network configuration done during the installation cannot be started "
+"now. Please check whether the network gets accessable after booting your "
+"system and correct the configuration using the Mandrake Control Center, "
+"section \"Network & Internet\"/\"Connection\", and afterwards set up the "
+"printer, also using the Mandrake Control Center, section \"Hardware\"/"
+"\"Printer\""
msgstr ""
-#: ../../printerdrake.pm_.c:1503
+#: ../../printerdrake.pm_.c:1969
msgid ""
-"The network access was not running and could not be \n"
-"started. Please check your configuration and your \n"
-"hardware. Then try to configure your remote printer\n"
-"again."
+"The network access was not running and could not be started. Please check "
+"your configuration and your hardware. Then try to configure your remote "
+"printer again."
msgstr ""
-#: ../../printerdrake.pm_.c:1516
+#: ../../printerdrake.pm_.c:1979
#, fuzzy
msgid "Restarting printing system ..."
msgstr "Kuru drukanas sistmu vlaties izmantot?"
-#: ../../printerdrake.pm_.c:1548
+#: ../../printerdrake.pm_.c:2017
#, fuzzy
msgid "high"
msgstr "Augsts"
-#: ../../printerdrake.pm_.c:1548
+#: ../../printerdrake.pm_.c:2017
#, fuzzy
msgid "paranoid"
msgstr "Paranoisks"
-#: ../../printerdrake.pm_.c:1549
+#: ../../printerdrake.pm_.c:2018
#, c-format
msgid "Installing a printing system in the %s security level"
msgstr ""
-#: ../../printerdrake.pm_.c:1550
+#: ../../printerdrake.pm_.c:2019
#, c-format
msgid ""
-"You are about to install the printing system %s on\n"
-"a system running in the %s security level.\n"
+"You are about to install the printing system %s on a system running in the %"
+"s security level.\n"
"\n"
-"This printing system runs a daemon (background process)\n"
-"which waits for print jobs and handles them. This daemon\n"
-"is also accessable by remote machines through the network\n"
-"and so it is a possible point for attacks. Therefore only\n"
-"a few selected daemons are started by default in this\n"
+"This printing system runs a daemon (background process) which waits for "
+"print jobs and handles them. This daemon is also accessable by remote "
+"machines through the network and so it is a possible point for attacks. "
+"Therefore only a few selected daemons are started by default in this "
"security level.\n"
"\n"
-"Do you really want to configure printing on this\n"
-"machine?"
+"Do you really want to configure printing on this machine?"
msgstr ""
-#: ../../printerdrake.pm_.c:1584
+#: ../../printerdrake.pm_.c:2051
#, fuzzy
msgid "Starting the printing system at boot time"
msgstr "Kuru drukanas sistmu vlaties izmantot?"
-#: ../../printerdrake.pm_.c:1585
+#: ../../printerdrake.pm_.c:2052
#, c-format
msgid ""
-"The printing system (%s) will not be started automatically\n"
-"when the machine is booted.\n"
+"The printing system (%s) will not be started automatically when the machine "
+"is booted.\n"
"\n"
-"It is possible that the automatic starting was turned off \n"
-"by changing to a higher security level, because the printing\n"
-"system is a potential point for attacks.\n"
+"It is possible that the automatic starting was turned off by changing to a "
+"higher security level, because the printing system is a potential point for "
+"attacks.\n"
"\n"
-"Do you want to have the automatic starting of the printing\n"
-"system turned on again?"
+"Do you want to have the automatic starting of the printing system turned on "
+"again?"
msgstr ""
-#: ../../printerdrake.pm_.c:1612 ../../printerdrake.pm_.c:1644
-#: ../../printerdrake.pm_.c:1671 ../../printerdrake.pm_.c:1701
-#: ../../printerdrake.pm_.c:1778
+#: ../../printerdrake.pm_.c:2075 ../../printerdrake.pm_.c:2113
+#: ../../printerdrake.pm_.c:2143 ../../printerdrake.pm_.c:2176
+#: ../../printerdrake.pm_.c:2281
msgid "Checking installed software..."
msgstr ""
-#: ../../printerdrake.pm_.c:1648
+#: ../../printerdrake.pm_.c:2117
msgid "Removing LPRng..."
msgstr ""
-#: ../../printerdrake.pm_.c:1675
+#: ../../printerdrake.pm_.c:2147
msgid "Removing LPD..."
msgstr ""
-#: ../../printerdrake.pm_.c:1727
+#: ../../printerdrake.pm_.c:2205
#, fuzzy
msgid "Select Printer Spooler"
msgstr "Izvlieties printera pieslgumu"
-#: ../../printerdrake.pm_.c:1728
+#: ../../printerdrake.pm_.c:2206
#, fuzzy
msgid "Which printing system (spooler) do you want to use?"
msgstr "Kuru drukanas sistmu vlaties izmantot?"
-#: ../../printerdrake.pm_.c:1759
+#: ../../printerdrake.pm_.c:2239
#, fuzzy, c-format
msgid "Configuring printer \"%s\" ..."
msgstr "Konfigurt printeri"
-#: ../../printerdrake.pm_.c:1806 ../../printerdrake.pm_.c:1838
-#: ../../printerdrake.pm_.c:2026 ../../printerdrake.pm_.c:2088
+#: ../../printerdrake.pm_.c:2252
+#, fuzzy
+msgid "Installing Foomatic ..."
+msgstr "Instalju pakotni %s"
+
+#: ../../printerdrake.pm_.c:2309 ../../printerdrake.pm_.c:2348
+#: ../../printerdrake.pm_.c:2733 ../../printerdrake.pm_.c:2803
msgid "Printer options"
msgstr "Printera opcijas"
-#: ../../printerdrake.pm_.c:1815
+#: ../../printerdrake.pm_.c:2318
#, fuzzy
msgid "Preparing PrinterDrake ..."
msgstr "Nolasu CUPS draiveru datubzi..."
-#: ../../printerdrake.pm_.c:1845
+#: ../../printerdrake.pm_.c:2335 ../../printerdrake.pm_.c:2890
+#, fuzzy
+msgid "Configuring applications..."
+msgstr "Konfigurt printeri"
+
+#: ../../printerdrake.pm_.c:2355
#, fuzzy
msgid "Would you like to configure printing?"
msgstr "Vai vlaties konfigurt printeri?"
-#: ../../printerdrake.pm_.c:1857
+#: ../../printerdrake.pm_.c:2367
msgid "Printing system: "
msgstr ""
-#: ../../printerdrake.pm_.c:1879
+#: ../../printerdrake.pm_.c:2415
+#, fuzzy
+msgid "Printerdrake"
+msgstr "Printeris"
+
+#: ../../printerdrake.pm_.c:2419
+#, fuzzy
msgid ""
-"The following printers are configured.\n"
-"Click on one of them to modify it or\n"
-"to get information about it or on \n"
-"\"Add Printer\" to add a new printer."
+"The following printers are configured. Double-click on a printer to change "
+"its settings; to make it the default printer; to view information about it; "
+"or to make a printer on a remote CUPS server available for Star Office/"
+"OpenOffice.org."
msgstr ""
+"Eksist sekojoas drukas rindas.\n"
+"Js varat pievienot jaunass vai izmaint esos."
-#: ../../printerdrake.pm_.c:1885 ../../standalone/draknet_.c:301
-msgid "Normal Mode"
+#: ../../printerdrake.pm_.c:2420
+#, fuzzy
+msgid ""
+"The following printers are configured. Double-click on a printer to change "
+"its settings; to make it the default printer; or to view information about "
+"it."
msgstr ""
+"Eksist sekojoas drukas rindas.\n"
+"Js varat pievienot jaunass vai izmaint esos."
-#: ../../printerdrake.pm_.c:1891 ../../printerdrake.pm_.c:2010
-msgid " (Default)"
-msgstr " (Noklusts)"
-
-#: ../../printerdrake.pm_.c:1895 ../../printerdrake.pm_.c:1935
-#, fuzzy
-msgid "Printer(s) on remote CUPS server(s)"
-msgstr "Attls CUPS serveris"
+#: ../../printerdrake.pm_.c:2446
+msgid "Refresh printer list (to display all available remote CUPS printers)"
+msgstr ""
-#: ../../printerdrake.pm_.c:1896 ../../printerdrake.pm_.c:1936
+#: ../../printerdrake.pm_.c:2464
#, fuzzy
-msgid "Printer(s) on remote server(s)"
-msgstr "Attls CUPS serveris"
+msgid "Change the printing system"
+msgstr "Tkla konfigurana"
-#: ../../printerdrake.pm_.c:1898 ../../printerdrake.pm_.c:1919
-#: ../../printerdrake.pm_.c:1922 ../../printerdrake.pm_.c:1971
-#, fuzzy
-msgid "Add printer"
-msgstr "Nav printera"
+#: ../../printerdrake.pm_.c:2469 ../../standalone/draknet_.c:278
+msgid "Normal Mode"
+msgstr ""
-#: ../../printerdrake.pm_.c:1977 ../../printerdrake.pm_.c:1993
-#: ../../printerdrake.pm_.c:2128
+#: ../../printerdrake.pm_.c:2625 ../../printerdrake.pm_.c:2675
+#: ../../printerdrake.pm_.c:2884
#, fuzzy
msgid "Do you want to configure another printer?"
msgstr "Vai vlaties izmint o konfigurciju?"
-#: ../../printerdrake.pm_.c:2003
+#: ../../printerdrake.pm_.c:2711
#, fuzzy
msgid "Modify printer configuration"
msgstr "Interneta konfigurcija"
-#: ../../printerdrake.pm_.c:2004
-#, c-format
+#: ../../printerdrake.pm_.c:2713
+#, fuzzy, c-format
msgid ""
-"Printer %s: %s %s\n"
+"Printer %s\n"
"What do you want to modify on this printer?"
-msgstr ""
+msgstr "Vai vlaties izmint o konfigurciju?"
-#: ../../printerdrake.pm_.c:2012
+#: ../../printerdrake.pm_.c:2717
msgid "Do it!"
msgstr ""
-#: ../../printerdrake.pm_.c:2015 ../../printerdrake.pm_.c:2062
+#: ../../printerdrake.pm_.c:2722 ../../printerdrake.pm_.c:2777
#, fuzzy
msgid "Printer connection type"
msgstr "Interneta pieslguma koplietoana"
-#: ../../printerdrake.pm_.c:2016 ../../printerdrake.pm_.c:2066
+#: ../../printerdrake.pm_.c:2723 ../../printerdrake.pm_.c:2781
#, fuzzy
msgid "Printer name, description, location"
msgstr "Printera pieslgums"
-#: ../../printerdrake.pm_.c:2018 ../../printerdrake.pm_.c:2081
+#: ../../printerdrake.pm_.c:2725 ../../printerdrake.pm_.c:2796
msgid "Printer manufacturer, model, driver"
msgstr ""
-#: ../../printerdrake.pm_.c:2019 ../../printerdrake.pm_.c:2082
+#: ../../printerdrake.pm_.c:2726 ../../printerdrake.pm_.c:2797
msgid "Printer manufacturer, model"
msgstr ""
-#: ../../printerdrake.pm_.c:2028 ../../printerdrake.pm_.c:2092
+#: ../../printerdrake.pm_.c:2735 ../../printerdrake.pm_.c:2807
msgid "Set this printer as the default"
msgstr ""
-#: ../../printerdrake.pm_.c:2029 ../../printerdrake.pm_.c:2097
+#: ../../printerdrake.pm_.c:2737 ../../printerdrake.pm_.c:2812
+msgid "Add this printer to Star Office/OpenOffice.org"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:2738 ../../printerdrake.pm_.c:2821
+msgid "Remove this printer from Star Office/OpenOffice.org"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:2739 ../../printerdrake.pm_.c:2830
#, fuzzy
msgid "Print test pages"
msgstr "Tiek drukta(s) izminjuma lapa(s)..."
-#: ../../printerdrake.pm_.c:2030 ../../printerdrake.pm_.c:2099
-msgid "Know how to print with this printer"
-msgstr ""
+#: ../../printerdrake.pm_.c:2740 ../../printerdrake.pm_.c:2832
+#, fuzzy
+msgid "Know how to use this printer"
+msgstr "Vai vlaties izmint o konfigurciju?"
-#: ../../printerdrake.pm_.c:2031 ../../printerdrake.pm_.c:2101
+#: ../../printerdrake.pm_.c:2742 ../../printerdrake.pm_.c:2834
#, fuzzy
msgid "Remove printer"
msgstr "Attls printeris"
-#: ../../printerdrake.pm_.c:2071
+#: ../../printerdrake.pm_.c:2786
#, fuzzy, c-format
msgid "Removing old printer \"%s\" ..."
msgstr "Nolasu CUPS draiveru datubzi..."
-#: ../../printerdrake.pm_.c:2096
+#: ../../printerdrake.pm_.c:2810
+#, fuzzy
+msgid "Default printer"
+msgstr "Lokls printeris"
+
+#: ../../printerdrake.pm_.c:2811
#, c-format
msgid "The printer \"%s\" is set as the default printer now."
msgstr ""
-#: ../../printerdrake.pm_.c:2103
+#: ../../printerdrake.pm_.c:2815 ../../printerdrake.pm_.c:2818
+msgid "Adding printer to Star Office/OpenOffice.org"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:2816
+#, c-format
+msgid ""
+"The printer \"%s\" was successfully added to Star Office/OpenOffice.org."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:2819
+#, c-format
+msgid "Failed to add the printer \"%s\" to Star Office/OpenOffice.org."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:2824 ../../printerdrake.pm_.c:2827
+msgid "Removing printer from Star Office/OpenOffice.org"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:2825
+#, c-format
+msgid ""
+"The printer \"%s\" was successfully removed from Star Office/OpenOffice.org."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:2828
+#, c-format
+msgid "Failed to remove the printer \"%s\" from Star Office/OpenOffice.org."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:2836
#, fuzzy, c-format
msgid "Do you really want to remove the printer \"%s\"?"
msgstr "Vai vlaties prstartt tklu"
-#: ../../printerdrake.pm_.c:2105
+#: ../../printerdrake.pm_.c:2838
#, fuzzy, c-format
msgid "Removing printer \"%s\" ..."
msgstr "Nolasu CUPS draiveru datubzi..."
@@ -7098,15 +8043,15 @@ msgstr "mkraid neizdevs (varbt nav uzstdti raidtools?)"
msgid "Not enough partitions for RAID level %d\n"
msgstr "Nepietiek diska partciju RAID lmenim %d\n"
-#: ../../services.pm_.c:15
+#: ../../services.pm_.c:14
msgid "Launch the ALSA (Advanced Linux Sound Architecture) sound system"
msgstr ""
-#: ../../services.pm_.c:16
+#: ../../services.pm_.c:15
msgid "Anacron a periodic command scheduler."
msgstr "Anacron ir periodisku komandu plnotjs."
-#: ../../services.pm_.c:17
+#: ../../services.pm_.c:16
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."
@@ -7114,7 +8059,7 @@ msgstr ""
"apmd paredzts baterijas stvoka novroanai un grmatoanai ar syslog.\n"
"To var izmantot ar datora izslganai, kad baterija ir izldta."
-#: ../../services.pm_.c:19
+#: ../../services.pm_.c:18
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."
@@ -7123,7 +8068,7 @@ msgstr ""
"k ar palai komadu paketes, kad vidj sistmas noslodze ir pietiekoi\n"
"zema."
-#: ../../services.pm_.c:21
+#: ../../services.pm_.c:20
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 "
@@ -7135,7 +8080,7 @@ msgstr ""
"iespju saldzinot ar UNIX cron, taj skait ar labku drobu un daudz\n"
"izvrtstkas konfiguranas iespjas."
-#: ../../services.pm_.c:24
+#: ../../services.pm_.c:23
msgid ""
"GPM adds mouse support to text-based Linux applications such the\n"
"Midnight Commander. It also allows mouse-based console cut-and-paste "
@@ -7147,21 +8092,20 @@ msgstr ""
"izgriezt-un-iespraust opercijas, k ar piedv izlecoo izvlu\n"
"atbalstu konsolei."
-#: ../../services.pm_.c:27
+#: ../../services.pm_.c:26
msgid ""
"HardDrake runs a hardware probe, and optionally configures\n"
"new/changed hardware."
msgstr ""
-#: ../../services.pm_.c:29
+#: ../../services.pm_.c:28 ../../standalone/logdrake_.c:412
msgid ""
-"Apache is a World Wide Web server. It is used to serve HTML files\n"
-"and CGI."
+"Apache is a World Wide Web server. It is used to serve HTML files and CGI."
msgstr ""
"Apache ir Vispasaules tmeka (WWW) serveris. Tas tiek izmantots HTML\n"
"failu un CGI izplatanai."
-#: ../../services.pm_.c:31
+#: ../../services.pm_.c:29
msgid ""
"The internet superserver daemon (commonly called inetd) starts a\n"
"variety of other internet services as needed. It is responsible for "
@@ -7175,13 +8119,13 @@ msgstr ""
"startanu, taj skait telnet, ftp, rsh un rlogin. inetd atslgana\n"
"atsldz ar visus servisus, par kuriem tas atbild."
-#: ../../services.pm_.c:35
+#: ../../services.pm_.c:33
msgid ""
"Launch packet filtering for Linux kernel 2.2 series, to set\n"
"up a firewall to protect your machine from network attacks."
msgstr ""
-#: ../../services.pm_.c:37
+#: ../../services.pm_.c:35
msgid ""
"This package loads the selected keyboard map as set in\n"
"/etc/sysconfig/keyboard. This can be selected using the kbdconfig utility.\n"
@@ -7191,23 +8135,23 @@ msgstr ""
"/etc/sysconfig/keyboard. To var izvlties, izmantojot programmu kbdconfig.\n"
"Vairum gadjumu o pakotni ir jatstj izvltu."
-#: ../../services.pm_.c:40
+#: ../../services.pm_.c:38
msgid ""
"Automatic regeneration of kernel header in /boot for\n"
"/usr/include/linux/{autoconf,version}.h"
msgstr ""
-#: ../../services.pm_.c:42
+#: ../../services.pm_.c:40
msgid "Automatic detection and configuration of hardware at boot."
msgstr ""
-#: ../../services.pm_.c:43
+#: ../../services.pm_.c:41
msgid ""
"Linuxconf will sometimes arrange to perform various tasks\n"
"at boot-time to maintain the system configuration."
msgstr ""
-#: ../../services.pm_.c:45
+#: ../../services.pm_.c:43
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)."
@@ -7215,21 +8159,22 @@ msgstr ""
"lpd ir drukas demons, kas ir nepiecieams lpr pareizai darbbai. Tas ir\n"
"serveris, kas nosta drukas uzdevumus printeri(e)m."
-#: ../../services.pm_.c:47
+#: ../../services.pm_.c:45
msgid ""
"Linux Virtual Server, used to build a high-performance and highly\n"
"available server."
msgstr ""
-#: ../../services.pm_.c:49
+#: ../../services.pm_.c:47 ../../standalone/logdrake_.c:413
+#, fuzzy
msgid ""
-"named (BIND) is a Domain Name Server (DNS) that is used to resolve\n"
-"host names to IP addresses."
+"named (BIND) is a Domain Name Server (DNS) that is used to resolve host "
+"names to IP addresses."
msgstr ""
"named (BIND) ir domnu vrdu serveris (DNS), kas tiek izmantots resursu\n"
"vrdiem atbilstoo IP adreu noskaidroanai."
-#: ../../services.pm_.c:51
+#: ../../services.pm_.c:48
msgid ""
"Mounts and unmounts all Network File System (NFS), SMB (Lan\n"
"Manager/Windows), and NCP (NetWare) mount points."
@@ -7237,7 +8182,7 @@ msgstr ""
"Mounts un unmounts ir Tkla Failu sistmas (NFS), SMB (Lan\n"
"Manager/Windows) un NCP (NetWare) montanas punkti."
-#: ../../services.pm_.c:53
+#: ../../services.pm_.c:50
msgid ""
"Activates/Deactivates all network interfaces configured to start\n"
"at boot time."
@@ -7245,7 +8190,7 @@ msgstr ""
"Aktiviz/Deaktiviz visus tkla interfeisus, kas ir konfigurti\n"
"startanai sistmas sknanas laik."
-#: ../../services.pm_.c:55
+#: ../../services.pm_.c:52
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"
@@ -7255,7 +8200,7 @@ msgstr ""
"is serviss nodroina NFS servera funkcionalitti, un to var konfigurt\n"
"ar faila /etc/exports paldzbu."
-#: ../../services.pm_.c:58
+#: ../../services.pm_.c:55
msgid ""
"NFS is a popular protocol for file sharing across TCP/IP\n"
"networks. This service provides NFS file locking functionality."
@@ -7263,17 +8208,17 @@ msgstr ""
"NFS ir populrs protokols failu koplietoanai TCP/IP tklos.\n"
"is serviss nodroina NFS failu aizslganas funkcionalitti."
-#: ../../services.pm_.c:60
+#: ../../services.pm_.c:57
msgid ""
"Automatically switch on numlock key locker under console\n"
"and XFree at boot."
msgstr ""
-#: ../../services.pm_.c:62
+#: ../../services.pm_.c:59
msgid "Support the OKI 4w and compatible winprinters."
msgstr ""
-#: ../../services.pm_.c:63
+#: ../../services.pm_.c:60
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 "
@@ -7284,7 +8229,7 @@ msgstr ""
"uzturanai prnsjamos datoros. Tas netiks startts, ja nav konfigurts,\n"
"tpc ir droi to instalt datoros, kam tas nav nepiecieams."
-#: ../../services.pm_.c:66
+#: ../../services.pm_.c:63
msgid ""
"The portmapper manages RPC connections, which are used by\n"
"protocols such as NFS and NIS. The portmap server must be running on "
@@ -7295,15 +8240,16 @@ msgstr ""
"piemram, NFS un NIS. portmap serveri ir jizmanto datoros, kas\n"
"darbojas k RPC protokolus izmantojou protokolu serveri."
-#: ../../services.pm_.c:69
+#: ../../services.pm_.c:66 ../../standalone/logdrake_.c:415
+#, fuzzy
msgid ""
-"Postfix is a Mail Transport Agent, which is the program that\n"
-"moves mail from one machine to another."
+"Postfix is a Mail Transport Agent, which is the program that moves mail from "
+"one machine to another."
msgstr ""
"Postfix ir Pasta Transporta Aents, un t ir programma, kas prvieto\n"
"pastu no viena datora uz citu."
-#: ../../services.pm_.c:71
+#: ../../services.pm_.c:67
msgid ""
"Saves and restores system entropy pool for higher quality random\n"
"number generation."
@@ -7311,13 +8257,13 @@ msgstr ""
"Saglab un atjauno sistmas entropijas krtuvi, lai enertu\n"
"kvalitatvkus gadjumskaitus."
-#: ../../services.pm_.c:73
+#: ../../services.pm_.c:69
msgid ""
"Assign raw devices to block devices (such as hard drive\n"
"partitions), for the use of applications such as Oracle"
msgstr ""
-#: ../../services.pm_.c:75
+#: ../../services.pm_.c:71
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"
@@ -7328,7 +8274,7 @@ msgstr ""
"tklos, saretkiem tkliem ir nepiecieami saretki marrutizanas\n"
"protokoli."
-#: ../../services.pm_.c:78
+#: ../../services.pm_.c:74
msgid ""
"The rstat protocol allows users on a network to retrieve\n"
"performance metrics for any machine on that network."
@@ -7336,7 +8282,7 @@ msgstr ""
"rstat protokols auj tkla lietotjiem saemt veiktspjas\n"
"informciju par jebkuru tkla datoru."
-#: ../../services.pm_.c:80
+#: ../../services.pm_.c:76
msgid ""
"The rusers protocol allows users on a network to identify who is\n"
"logged in on other responding machines."
@@ -7344,7 +8290,7 @@ msgstr ""
"Protokols rusers tkla lietotjiem auj noskaidrot, kuru lietotju\n"
"sesijas ir atvrtas citos atbildoajos datoros."
-#: ../../services.pm_.c:82
+#: ../../services.pm_.c:78
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)."
@@ -7352,12 +8298,12 @@ msgstr ""
"Protokols rwho attliem lietotjiem auj saemt visu atvrto lietotju\n"
"sesiju sarakstu no datora, kur darbojas rwho demons (ldzgi finger)."
-#: ../../services.pm_.c:84
+#: ../../services.pm_.c:80
#, fuzzy
msgid "Launch the sound system on your machine"
msgstr "Palaist X-Window sistmu startanas laik"
-#: ../../services.pm_.c:85
+#: ../../services.pm_.c:81
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."
@@ -7365,49 +8311,49 @@ msgstr ""
"Syslog ir mehnisms, ko daudzi demoni izmanto ziojumu grmatoanai\n"
"daudzos sistmas urnlu failos. Ir gudra doma vienmr darbint syslog."
-#: ../../services.pm_.c:87
+#: ../../services.pm_.c:83
msgid "Load the drivers for your usb devices."
msgstr ""
-#: ../../services.pm_.c:88
+#: ../../services.pm_.c:84
#, fuzzy
msgid "Starts the X Font Server (this is mandatory for XFree to run)."
msgstr "Start un aptura X Fontu Serveri sknanas un aizvranas laik."
-#: ../../services.pm_.c:114 ../../services.pm_.c:156
+#: ../../services.pm_.c:110 ../../services.pm_.c:152
msgid "Choose which services should be automatically started at boot time"
msgstr "Izvlties, kurus servisus vajag automtiski startt ieldes laik"
-#: ../../services.pm_.c:126
+#: ../../services.pm_.c:122
#, fuzzy
msgid "Printing"
msgstr "Printeris"
#
-#: ../../services.pm_.c:127
+#: ../../services.pm_.c:123
msgid "Internet"
msgstr "Internets"
-#: ../../services.pm_.c:130
+#: ../../services.pm_.c:126
msgid "File sharing"
msgstr ""
-#: ../../services.pm_.c:132
+#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:934
#, fuzzy
msgid "System"
msgstr "Sistmas rems"
-#: ../../services.pm_.c:137
+#: ../../services.pm_.c:133
#, fuzzy
msgid "Remote Administration"
msgstr "Attla lpd printera opcijas"
-#: ../../services.pm_.c:145
+#: ../../services.pm_.c:141
#, fuzzy
msgid "Database Server"
msgstr "Serveris, Datubzes"
-#: ../../services.pm_.c:174
+#: ../../services.pm_.c:170
#, c-format
msgid "Services: %d activated for %d registered"
msgstr ""
@@ -7433,7 +8379,7 @@ msgstr ""
#: ../../services.pm_.c:217
msgid ""
-"No additionnal information\n"
+"No additional information\n"
"about this service, sorry."
msgstr ""
@@ -7442,12 +8388,189 @@ msgstr ""
msgid "On boot"
msgstr "Yaboot"
+#: ../../services.pm_.c:236
+#, fuzzy
+msgid "Start"
+msgstr "Stvoklis:"
+
+#: ../../services.pm_.c:236
+#, fuzzy
+msgid "Stop"
+msgstr "Sektors"
+
+#: ../../share/advertising/00-thanks.pl_.c:9
+msgid "Thank you for choosing Mandrake Linux 8.2"
+msgstr ""
+
+#: ../../share/advertising/00-thanks.pl_.c:10
+msgid "Welcome to the Open Source world"
+msgstr ""
+
+#: ../../share/advertising/00-thanks.pl_.c:11
+msgid ""
+"The success of MandrakeSoft is based upon the principle of Free Software. "
+"Your new operating system is the result of collaborative work on the part of "
+"the worldwide Linux Community"
+msgstr ""
+
+#: ../../share/advertising/01-gnu.pl_.c:9
+#, fuzzy
+msgid "Join the Free Software world"
+msgstr "Citur pasaul"
+
+#: ../../share/advertising/01-gnu.pl_.c:10
+msgid ""
+"Get to know the Open Source community and become a member. Learn, teach, and "
+"help others by joining the many discussion forums that you will find in our "
+"\"Community\" webpages"
+msgstr ""
+
+#
+#: ../../share/advertising/02-internet.pl_.c:9
+#, fuzzy
+msgid "Internet and Messaging"
+msgstr "Interneta pieeja"
+
+#: ../../share/advertising/02-internet.pl_.c:10
+msgid ""
+"Mandrake Linux 8.2 provides the best software to access everything the "
+"Internet has to offer: Surf the web & view animations with Mozilla and "
+"Konqueror, exchange email & organize your personal information with "
+"Evolution and Kmail, and much more"
+msgstr ""
+
+#
+#: ../../share/advertising/03-graphic.pl_.c:9
+#, fuzzy
+msgid "Multimedia and Graphics"
+msgstr "Multimdiji - Grafika"
+
+#: ../../share/advertising/03-graphic.pl_.c:10
+msgid ""
+"Mandrake Linux 8.2 lets you push your multimedia computer to its limits! Use "
+"the latest software to play music and audio files, edit and organize your "
+"images and photos, watch TV and videos, and much more"
+msgstr ""
+
+#
+#: ../../share/advertising/04-develop.pl_.c:9
+#, fuzzy
+msgid "Development"
+msgstr "Izstrde, Tmeklis"
+
+#: ../../share/advertising/04-develop.pl_.c:10
+msgid ""
+"Mandrake Linux 8.2 is the ultimate development platform. Discover the power "
+"of the GNU gcc compiler as well as the best Open Source development "
+"environments"
+msgstr ""
+
+#: ../../share/advertising/05-contcenter.pl_.c:9
+#, fuzzy
+msgid "Mandrake Control Center"
+msgstr "Pieslgties Internetam"
+
+#: ../../share/advertising/05-contcenter.pl_.c:10
+msgid ""
+"The Mandrake Linux 8.2 Control Center is a one-stop location for fully "
+"customizing and configuring your Mandrake system"
+msgstr ""
+
+#: ../../share/advertising/06-user.pl_.c:9
+#, fuzzy
+msgid "User interfaces"
+msgstr "Tkla interfeiss"
+
+#: ../../share/advertising/06-user.pl_.c:10
+msgid ""
+"Mandrake Linux 8.2 provides 11 different graphical desktop environments and "
+"window managers to choose from including GNOME 1.4, KDE 2.2.2, Window Maker "
+"0.8, and the rest"
+msgstr ""
+
+#: ../../share/advertising/07-server.pl_.c:9
+#, fuzzy
+msgid "Server Software"
+msgstr "SMB servera resurss"
+
+#: ../../share/advertising/07-server.pl_.c:10
+msgid ""
+"Transform your machine into a powerful server with just a few clicks of the "
+"mouse: Web server, email, firewall, router, file and print server, ..."
+msgstr ""
+
+#
+#: ../../share/advertising/08-games.pl_.c:9
+msgid "Games"
+msgstr "Sples"
+
+#: ../../share/advertising/08-games.pl_.c:10
+msgid ""
+"Mandrake Linux 8.2 provides the best Open Source games - arcade, action, "
+"cards, sports, strategy, ..."
+msgstr ""
+
+#: ../../share/advertising/09-MDKcampus.pl_.c:9
+msgid "MandrakeCampus"
+msgstr ""
+
+#: ../../share/advertising/09-MDKcampus.pl_.c:10
+msgid ""
+"Would you like to learn Linux simply, quickly, and for free? MandrakeSoft "
+"provides free Linux training, as well as a way to test your progress, at "
+"MandrakeCampus -- our online training center"
+msgstr ""
+
+#: ../../share/advertising/10-MDKexpert.pl_.c:9
+#, fuzzy
+msgid "MandrakeExpert"
+msgstr "Eksperta"
+
+#: ../../share/advertising/10-MDKexpert.pl_.c:10
+msgid ""
+"Quality support from the Linux Community, and from MandrakeSoft, is just "
+"around the corner. And if you're already a Linux veteran, become an \"Expert"
+"\" and share your knowledge at our support website"
+msgstr ""
+
+#: ../../share/advertising/11-consul.pl_.c:9
+msgid "MandrakeConsulting"
+msgstr ""
+
+#: ../../share/advertising/11-consul.pl_.c:10
+msgid ""
+"For all of your IT projects, our consultants are ready to analyze your "
+"requirements and offer a customized solution. Benefit from MandrakeSoft's "
+"vast experience as a Linux producer to provide a true IT alternative for "
+"your business organization"
+msgstr ""
+
+#: ../../share/advertising/12-MDKstore.pl_.c:9
+msgid "MandrakeStore"
+msgstr ""
+
+#: ../../share/advertising/12-MDKstore.pl_.c:10
+msgid ""
+"A full range of Linux solutions, as well as special offers on products and "
+"'goodies', are available online at our e-store"
+msgstr ""
+
+#: ../../share/advertising/13-Nvert.pl_.c:9
+msgid ""
+"For more information on MandrakeSoft's Professional Services and commercial "
+"offerings, please see the following web page:"
+msgstr ""
+
+#: ../../share/advertising/13-Nvert.pl_.c:11
+msgid "http://www.mandrakesoft.com/sales/contact"
+msgstr ""
+
#: ../../standalone.pm_.c:25
#, fuzzy
msgid "Installing packages..."
msgstr "Instalju pakotni %s"
-#: ../../standalone/diskdrake_.c:63
+#: ../../standalone/diskdrake_.c:85
msgid ""
"I can't read your partition table, it's too corrupted for me :(\n"
"I'll try to go on blanking bad partitions"
@@ -7455,22 +8578,22 @@ msgstr ""
"Man neizdodas nolast partciju tabulu, priek manis t ir prk bojta :(\n"
"Es minu turpint, atsldzot slikts partcijas"
-#: ../../standalone/drakautoinst_.c:44
+#: ../../standalone/drakautoinst_.c:45
#, fuzzy
msgid "Error!"
msgstr "Kda"
-#: ../../standalone/drakautoinst_.c:45
+#: ../../standalone/drakautoinst_.c:46
#, c-format
msgid "I can't find needed image file `%s'."
msgstr ""
-#: ../../standalone/drakautoinst_.c:47
+#: ../../standalone/drakautoinst_.c:48
#, fuzzy
msgid "Auto Install Configurator"
msgstr "Pcinstalanas konfigurana"
-#: ../../standalone/drakautoinst_.c:48
+#: ../../standalone/drakautoinst_.c:49
msgid ""
"You are about to configure an Auto Install floppy. This feature is somewhat "
"dangerous and must be used circumspectly.\n"
@@ -7485,36 +8608,1253 @@ msgid ""
"Do you want to continue?"
msgstr ""
-#: ../../standalone/drakautoinst_.c:70
+#: ../../standalone/drakautoinst_.c:71
#, fuzzy
msgid "Automatic Steps Configuration"
msgstr "Sknanas stila konfigurana"
-#: ../../standalone/drakautoinst_.c:71
+#: ../../standalone/drakautoinst_.c:72
msgid ""
"Please choose for each step whether it will replay like your install, or it "
"will be manual"
msgstr ""
-#: ../../standalone/drakautoinst_.c:112 ../../standalone/drakgw_.c:599
+#: ../../standalone/drakautoinst_.c:145
+msgid ""
+"\n"
+"Welcome.\n"
+"\n"
+"The parameters of the auto-install are available in the sections on the left"
+msgstr ""
+
+#: ../../standalone/drakautoinst_.c:243 ../../standalone/drakgw_.c:671
+#: ../../standalone/scannerdrake_.c:106
msgid "Congratulations!"
msgstr "Apsveicam!"
-#: ../../standalone/drakautoinst_.c:113
+#: ../../standalone/drakautoinst_.c:244
msgid ""
"The floppy has been successfully generated.\n"
"You may now replay your installation."
msgstr ""
-#: ../../standalone/drakgw_.c:36 ../../standalone/drakgw_.c:181
+#: ../../standalone/drakautoinst_.c:282
+#, fuzzy
+msgid "Auto Install"
+msgstr "Instalt"
+
+#: ../../standalone/drakautoinst_.c:352
+#, fuzzy
+msgid "Add an item"
+msgstr "Lietotju pievienoana"
+
+#: ../../standalone/drakautoinst_.c:359
+#, fuzzy
+msgid "Remove the last item"
+msgstr "Formatju loopback failu %s"
+
+#: ../../standalone/drakbackup_.c:448 ../../standalone/drakbackup_.c:451
+#: ../../standalone/drakbackup_.c:455
+msgid ""
+"***********************************************************************\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:449
+msgid ""
+"\n"
+" DrakBackup Report \n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:450
+msgid ""
+"\n"
+" DrakBackup Daemon Report\n"
+"\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:453
+msgid ""
+"\n"
+"\n"
+"***********************************************************************\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:454
+msgid ""
+"\n"
+" DrakBackup Report Details\n"
+"\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:476
+msgid "total progess"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:555 ../../standalone/drakbackup_.c:602
+msgid "Backup system files..."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:603 ../../standalone/drakbackup_.c:667
+#, fuzzy
+msgid "Hard Disk Backup files..."
+msgstr "Slikts rezerves kopijas fails"
+
+#: ../../standalone/drakbackup_.c:615
+#, fuzzy
+msgid "Backup User files..."
+msgstr "Slikts rezerves kopijas fails"
+
+#: ../../standalone/drakbackup_.c:616
+msgid "Hard Disk Backup Progress..."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:666
+#, fuzzy
+msgid "Backup Other files..."
+msgstr "Slikts rezerves kopijas fails"
+
+#: ../../standalone/drakbackup_.c:674
+#, c-format
+msgid ""
+"file list send by FTP : %s\n"
+" "
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:677
+msgid ""
+"\n"
+"(!) FTP connexion problem: It was not possible to send your backup files by "
+"FTP.\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:687
+msgid "(!) Error during mail sending. \n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:728 ../../standalone/drakbackup_.c:739
+#: ../../standalone/drakbackup_.c:750 ../../standalone/drakfont_.c:787
+#, fuzzy
+msgid "File Selection"
+msgstr "Pakotu grupu izvle"
+
+#: ../../standalone/drakbackup_.c:755
+msgid "Select the files or directories and click on 'Add'"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:790
+msgid ""
+"\n"
+"Please check all options that you need.\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:791
+msgid ""
+"These options can backup and restore all files in your /etc directory.\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:792
+msgid "Backup your System files. ( /etc directory )"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:793
+msgid "Use incremental backup (do not replace old backups)"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:794
+msgid "Do not include critical files (passwd, group, fstab)"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:795
+msgid ""
+"With this option you will be able to restore any version\n"
+" of your /etc directory."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:812
+#, fuzzy
+msgid "Please check all users that you want to include in your backup."
+msgstr "Ldzu izvlieties pakotnes, ko vlaties instalt"
+
+#: ../../standalone/drakbackup_.c:839
+msgid "Do not include the browser cache"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:840 ../../standalone/drakbackup_.c:864
+msgid "Use Incremental Backups (do not replace old backups)"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:862 ../../standalone/drakfont_.c:827
+#, fuzzy
+msgid "Remove Selected"
+msgstr "Noemt rindu"
+
+#: ../../standalone/drakbackup_.c:900
+#, fuzzy
+msgid "Windows (FAT32)"
+msgstr "Noemt Windows(TM)"
+
+#: ../../standalone/drakbackup_.c:939
+#, fuzzy
+msgid "Users"
+msgstr "Lietotja vrds"
+
+#: ../../standalone/drakbackup_.c:964
+msgid "Use FTP connection to backup"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:967
+#, fuzzy
+msgid "Please enter the host name or IP."
+msgstr "Ldzu notestjiet peli"
+
+#: ../../standalone/drakbackup_.c:972
+msgid ""
+"Please enter the directory to\n"
+" put the backup on this host."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:977
+#, fuzzy
+msgid "Please enter your login"
+msgstr "Ldzu miniet vlreiz"
+
+#: ../../standalone/drakbackup_.c:982
+#, fuzzy
+msgid "Please enter your password"
+msgstr "Ldzu miniet vlreiz"
+
+#: ../../standalone/drakbackup_.c:988
+#, fuzzy
+msgid "Remember this password"
+msgstr "Bez paroles"
+
+#: ../../standalone/drakbackup_.c:1052 ../../standalone/drakbackup_.c:2048
+#, fuzzy
+msgid "FTP Connection"
+msgstr "LAN pieslgums"
+
+#: ../../standalone/drakbackup_.c:1059 ../../standalone/drakbackup_.c:2056
+#, fuzzy
+msgid "Secure Connection"
+msgstr "Izvlieties printera pieslgumu"
+
+#: ../../standalone/drakbackup_.c:1085 ../../standalone/drakbackup_.c:2889
+msgid "Use CD/DVDROM to backup"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1088 ../../standalone/drakbackup_.c:2893
+#, fuzzy
+msgid "Please choose your CD space"
+msgstr "Ldzu izvlieties jsu tastatras izkrtojumu."
+
+#: ../../standalone/drakbackup_.c:1094 ../../standalone/drakbackup_.c:2905
+#, fuzzy
+msgid "Please check if you are using CDRW media"
+msgstr "Ldzu uzklikiniet uz partcijas"
+
+#: ../../standalone/drakbackup_.c:1100 ../../standalone/drakbackup_.c:2911
+msgid "Please check if you want to erase your CDRW before"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1106
+#, fuzzy
+msgid ""
+"Please check if you want to include\n"
+" install boot on your CD."
+msgstr "Ldzu izvlieties pakotnes, ko vlaties instalt"
+
+#: ../../standalone/drakbackup_.c:1112
+msgid ""
+"Please enter your CD Writer device name\n"
+" ex: 0,1,0"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1153
+#, fuzzy
+msgid "Use tape to backup"
+msgstr "Slikts rezerves kopijas fails"
+
+#: ../../standalone/drakbackup_.c:1156
+msgid "Please enter the device name to use for backup"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1162 ../../standalone/drakbackup_.c:1203
+#: ../../standalone/drakbackup_.c:2013
+msgid ""
+"Please enter the maximum size\n"
+" allowed for Drakbackup"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1195 ../../standalone/drakbackup_.c:2005
+#, fuzzy
+msgid "Please enter the directory to save:"
+msgstr "Ldzu notestjiet peli"
+
+#: ../../standalone/drakbackup_.c:1209 ../../standalone/drakbackup_.c:2019
+#, fuzzy
+msgid "Use quota for backup files."
+msgstr "Slikts rezerves kopijas fails"
+
+#: ../../standalone/drakbackup_.c:1267
+#, fuzzy
+msgid "Network"
+msgstr "Tkla interfeiss"
+
+#: ../../standalone/drakbackup_.c:1272
+msgid "CDROM / DVDROM"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1277
+msgid "HardDrive / NFS"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1297 ../../standalone/drakbackup_.c:1301
+#: ../../standalone/drakbackup_.c:1305
+msgid "hourly"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1298 ../../standalone/drakbackup_.c:1302
+#: ../../standalone/drakbackup_.c:1305
+msgid "daily"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1299 ../../standalone/drakbackup_.c:1303
+#: ../../standalone/drakbackup_.c:1305
+msgid "weekly"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1300 ../../standalone/drakbackup_.c:1304
+#: ../../standalone/drakbackup_.c:1305
+msgid "monthly"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1312
+#, fuzzy
+msgid "Use daemon"
+msgstr "Lietotja vrds"
+
+#: ../../standalone/drakbackup_.c:1317
+#, fuzzy
+msgid ""
+"Please choose the time \n"
+"interval between each backup"
+msgstr "Ldzu izvlieties pakotnes, ko vlaties instalt"
+
+#: ../../standalone/drakbackup_.c:1323
+#, fuzzy
+msgid ""
+"Please choose the\n"
+"media for backup."
+msgstr "Ldzu izvlieties izmantojamo valodu."
+
+#: ../../standalone/drakbackup_.c:1327
+#, fuzzy
+msgid "Use Hard Drive with daemon"
+msgstr "Ciet diska noteikana"
+
+#: ../../standalone/drakbackup_.c:1329
+#, fuzzy
+msgid "Use FTP with daemon"
+msgstr "Lietotja vrds"
+
+#: ../../standalone/drakbackup_.c:1333
+msgid "Please be sure that the cron daemon is included in your services."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1369
+msgid "Send mail report after each backup to :"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1411
+msgid "What"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1416
+#, fuzzy
+msgid "Where"
+msgstr "Ritenis"
+
+#: ../../standalone/drakbackup_.c:1421
+#, fuzzy
+msgid "When"
+msgstr "Ritenis"
+
+#: ../../standalone/drakbackup_.c:1426
+#, fuzzy
+msgid "More Options"
+msgstr "Modua opcijas:"
+
+#: ../../standalone/drakbackup_.c:1445 ../../standalone/drakbackup_.c:2801
+#, fuzzy
+msgid "Drakbackup Configuration"
+msgstr "Tkla konfigurcija"
+
+#: ../../standalone/drakbackup_.c:1463
+#, fuzzy
+msgid "Please choose where you want to backup"
+msgstr "Ldzu izvlieties pakotnes, ko vlaties instalt"
+
+#: ../../standalone/drakbackup_.c:1465
+msgid "on Hard Drive"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1476
+msgid "across Network"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1540
+#, fuzzy
+msgid "Please choose what you want to backup"
+msgstr "Ldzu izvlieties pakotnes, ko vlaties instalt"
+
+#: ../../standalone/drakbackup_.c:1541
+#, fuzzy
+msgid "Backup system"
+msgstr "Failu sistmu uzstdana"
+
+#: ../../standalone/drakbackup_.c:1542
+msgid "Backup Users"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1545
+msgid "Select user manually"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1627
+msgid ""
+"\n"
+"Backup Sources: \n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1628
+msgid ""
+"\n"
+"- System Files:\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1630
+msgid ""
+"\n"
+"- User Files:\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1632
+msgid ""
+"\n"
+"- Other Files:\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1634
+#, c-format
+msgid ""
+"\n"
+"- Save on Hard drive on path : %s\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1635
+#, c-format
+msgid ""
+"\n"
+"- Save on FTP on host : %s\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1636
+#, c-format
+msgid ""
+"\t\t user name: %s\n"
+"\t\t on path: %s \n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1637
+#, fuzzy
+msgid ""
+"\n"
+"- Options:\n"
+msgstr "Opcijas"
+
+#: ../../standalone/drakbackup_.c:1638
+msgid "\tDo not include System Files\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1639
+msgid "\tBackups use tar and bzip2\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1640
+msgid "\tBackups use tar and gzip\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1641
+#, c-format
+msgid ""
+"\n"
+"- Daemon (%s) include :\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1642
+msgid "\t-Hard drive.\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1643
+msgid "\t-CDROM.\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1644
+msgid "\t-Network by FTP.\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1645
+msgid "\t-Network by SSH.\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1647
+msgid "No configuration, please click Wizard or Advanced.\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1652
+msgid ""
+"List of data to restore:\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1753
+msgid ""
+"List of data corrupted:\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1755
+#, fuzzy
+msgid "Please uncheck or remove it on next time."
+msgstr "Ldzu nordiet, kuram serilajam portam ir pieslgts modms."
+
+#: ../../standalone/drakbackup_.c:1765
+msgid "Backup files are corrupted"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1786
+msgid " All your selectionned data have been "
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1787
+#, c-format
+msgid " Successfuly Restored on %s "
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1886
+#, fuzzy
+msgid " Restore Configuration "
+msgstr "Tkla konfigurcija"
+
+#: ../../standalone/drakbackup_.c:1904
+msgid "OK to restore the other files."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1922
+msgid "User list to restore (only the most recent date per user is important)"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1972
+#, fuzzy
+msgid "Backup the system files before:"
+msgstr "Slikts rezerves kopijas fails"
+
+#: ../../standalone/drakbackup_.c:1974
+#, fuzzy
+msgid "please choose the date to restore"
+msgstr "Ldzu izvlieties jsu peles tipu."
+
+#: ../../standalone/drakbackup_.c:2002
+#, fuzzy
+msgid "Use Hard Disk to backup"
+msgstr "Slikts rezerves kopijas fails"
+
+#: ../../standalone/drakbackup_.c:2083
+#, fuzzy
+msgid "Restore from Hard Disk."
+msgstr "Atjanot no disketes"
+
+#: ../../standalone/drakbackup_.c:2085
+msgid "Please enter the directory where backups are stored"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2143
+#, fuzzy
+msgid "Select another media to restore from"
+msgstr "Ldzu izvlieties jsu peles tipu."
+
+#: ../../standalone/drakbackup_.c:2145
+#, fuzzy
+msgid "Other Media"
+msgstr "Cits"
+
+#: ../../standalone/drakbackup_.c:2151
+#, fuzzy
+msgid "Restore system"
+msgstr "Sistmas instalana"
+
+#: ../../standalone/drakbackup_.c:2152
+#, fuzzy
+msgid "Restore Users"
+msgstr "Atjaunot no faila"
+
+#: ../../standalone/drakbackup_.c:2153
+#, fuzzy
+msgid "Restore Other"
+msgstr "Atjaunot no faila"
+
+#: ../../standalone/drakbackup_.c:2155
+msgid "select path to restore (instead of / )"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2159
+msgid "Do new backup before restore (only for incremental backups.)"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2160
+msgid "Remove user directories before restore."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2217
+msgid "Restore all backups"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2225
+#, fuzzy
+msgid "Custom Restore"
+msgstr "Pielgota"
+
+#: ../../standalone/drakbackup_.c:2266 ../../standalone/drakbackup_.c:2291
+#: ../../standalone/drakbackup_.c:2312 ../../standalone/drakbackup_.c:2333
+#: ../../standalone/drakbackup_.c:2351 ../../standalone/drakbackup_.c:2383
+#: ../../standalone/drakbackup_.c:2399 ../../standalone/drakbackup_.c:2419
+#: ../../standalone/drakbackup_.c:2438 ../../standalone/drakbackup_.c:2460
+#: ../../standalone/drakfont_.c:575
+#, fuzzy
+msgid "Help"
+msgstr "/_Paldzba"
+
+#: ../../standalone/drakbackup_.c:2269 ../../standalone/drakbackup_.c:2296
+#: ../../standalone/drakbackup_.c:2315 ../../standalone/drakbackup_.c:2336
+#: ../../standalone/drakbackup_.c:2354 ../../standalone/drakbackup_.c:2402
+#: ../../standalone/drakbackup_.c:2422 ../../standalone/drakbackup_.c:2441
+#, fuzzy
+msgid "Previous"
+msgstr "<- Atpaka"
+
+#: ../../standalone/drakbackup_.c:2271 ../../standalone/drakbackup_.c:2338
+#: ../../standalone/logdrake_.c:224
+#, fuzzy
+msgid "Save"
+msgstr "Stvoklis:"
+
+#: ../../standalone/drakbackup_.c:2317
+#, fuzzy
+msgid "Build Backup"
+msgstr "Slikts rezerves kopijas fails"
+
+#: ../../standalone/drakbackup_.c:2356 ../../standalone/drakbackup_.c:3033
+#, fuzzy
+msgid "Restore"
+msgstr "Atjaunot no faila"
+
+#: ../../standalone/drakbackup_.c:2404 ../../standalone/drakbackup_.c:2424
+#: ../../standalone/drakbackup_.c:2445
+#, fuzzy
+msgid "Next"
+msgstr "Tlk ->"
+
+#: ../../standalone/drakbackup_.c:2478
+msgid ""
+"Please Build backup before to restore it...\n"
+" or verify that your path to save is correct."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2499
+msgid ""
+"Error durind sendmail\n"
+" your report mail was not sent\n"
+" Please configure sendmail"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2522
+#, fuzzy
+msgid "Package List to Install"
+msgstr "Instaljamo pakotu izvle"
+
+#: ../../standalone/drakbackup_.c:2550
+msgid ""
+"Error durind sending file via FTP.\n"
+" Please correct your FTP configuration."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2573
+#, fuzzy
+msgid "Please select data to restore..."
+msgstr "Ldzu izvlieties izmantojamo valodu."
+
+#: ../../standalone/drakbackup_.c:2594
+#, fuzzy
+msgid "Please select media for backup..."
+msgstr "Ldzu izvlieties izmantojamo valodu."
+
+#: ../../standalone/drakbackup_.c:2616
+#, fuzzy
+msgid "Please select data to backup..."
+msgstr "Ldzu izvlieties izmantojamo valodu."
+
+#: ../../standalone/drakbackup_.c:2638
+msgid ""
+"No configuration file found \n"
+"please click Wizard or Advanced."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2659
+msgid "Under Devel ... please wait."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2739
+#, fuzzy
+msgid "Backup system files"
+msgstr "Slikts rezerves kopijas fails"
+
+#: ../../standalone/drakbackup_.c:2741
+#, fuzzy
+msgid "Backup user files"
+msgstr "Slikts rezerves kopijas fails"
+
+#: ../../standalone/drakbackup_.c:2743
+#, fuzzy
+msgid "Backup other files"
+msgstr "Slikts rezerves kopijas fails"
+
+#: ../../standalone/drakbackup_.c:2745 ../../standalone/drakbackup_.c:2776
+msgid "Total Progress"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2767
+msgid "files sending by FTP"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2771
+#, fuzzy
+msgid "Sending files..."
+msgstr "Saglabt fail"
+
+#: ../../standalone/drakbackup_.c:2841
+msgid "Data list to include on CDROM."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2899
+#, fuzzy
+msgid "Please enter the cd writer speed"
+msgstr "Ldzu notestjiet peli"
+
+#: ../../standalone/drakbackup_.c:2917
+msgid "Please enter your CD Writer device name (ex: 0,1,0)"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2923
+#, fuzzy
+msgid "Please check if you want to include install boot on your CD."
+msgstr "Ldzu izvlieties pakotnes, ko vlaties instalt"
+
+#: ../../standalone/drakbackup_.c:2989
+#, fuzzy
+msgid "Backup Now from configuration file"
+msgstr "Tkla konfigurcija"
+
+#: ../../standalone/drakbackup_.c:2999
+#, fuzzy
+msgid "View Backup Configuration."
+msgstr "Tkla konfigurcija"
+
+#: ../../standalone/drakbackup_.c:3020
+#, fuzzy
+msgid "Wizard Configuration"
+msgstr "LAN konfigurcija"
+
+#: ../../standalone/drakbackup_.c:3024
+#, fuzzy
+msgid "Advanced Configuration"
+msgstr "LAN konfigurcija"
+
+#: ../../standalone/drakbackup_.c:3028
+#, fuzzy
+msgid "Backup Now"
+msgstr "Failu sistmu uzstdana"
+
+#: ../../standalone/drakbackup_.c:3053
+msgid "Drakbackup"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3104
+msgid ""
+"options description:\n"
+"\n"
+" In this step Drakbackup allow you to change:\n"
+"\n"
+" - The compression mode:\n"
+" \n"
+" If you check bzip2 compression, you will compress\n"
+" your data better than gzip (about 2-10 %).\n"
+" This option is not checked by default because\n"
+" this compression mode needs more time ( about 1000% more).\n"
+" \n"
+" - The update mode:\n"
+"\n"
+" This option will update your backup, but this\n"
+" option is not really useful because you need to\n"
+" decompress your backup before you can update it.\n"
+" \n"
+" - the .backupignore mode:\n"
+"\n"
+" Like with cvs, Drakbackup will ignore all references\n"
+" included in .backupignore files in each directories.\n"
+" ex: \n"
+" /*> cat .backupignore*/\n"
+" *.o\n"
+" *~\n"
+" ...\n"
+" \n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3134
+msgid ""
+"\n"
+" Some errors during sendmail are caused by \n"
+" a bad configuration of postfix. To solve it you have to\n"
+" set myhostname or mydomain in /etc/postfix/main.cf\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3142
+msgid ""
+"options description:\n"
+"\n"
+" - Backup system files:\n"
+" \n"
+"\tThis option allows you to backup your /etc directory,\n"
+"\twhich contains all configuration files. Please be\n"
+"\tcareful during the restore step to not overwrite:\n"
+"\t\t/etc/passwd \n"
+"\t\t/etc/group \n"
+"\t\t/etc/fstab\n"
+"\n"
+" - Backup User files: \n"
+"\n"
+"\tThis option allows you select all users that you want \n"
+"\tto backup.\n"
+"\tTo preserve disk space, it is recommended that you \n"
+"\tdo not include web browser's cache.\n"
+"\n"
+" - Backup Other files: \n"
+"\n"
+"\tThis option allows you to add more data to save.\n"
+"\tWith the other backup it's not possible at the \n"
+"\tmoment to select select incremental backup.\t\t\n"
+" \n"
+" - Incremental Backups:\n"
+"\n"
+"\tThe incremental backup is the most powerful \n"
+"\toption for backup. This option allows you \n"
+"\tto backup all your data the first time, and \n"
+"\tonly the changed afterward.\n"
+"\tThen you will be able, during the restore\n"
+"\tstep, to restore your data from a specified\n"
+"\tdate.\n"
+"\tIf you have not selected this option all\n"
+"\told backups are deleted before each backup. \n"
+"\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3181
+msgid ""
+"restore description:\n"
+" \n"
+"Only the most recent date will be used ,because with incremental \n"
+"backups it is necesarry to restore one by one each older backups.\n"
+"\n"
+"So if you don't like to restore an user please unselect all his\n"
+"check box.\n"
+"\n"
+"Otherwise, you are able to select only one of this\n"
+"\n"
+" - Incremental Backups:\n"
+"\n"
+"\tThe incremental backup is the most powerfull \n"
+"\toption to use backup, this option allow you \n"
+"\tto backup all your data the first time, and \n"
+"\tonly the changed after.\n"
+"\tSo you will be able during the restore\n"
+"\tstep, to restore your data from a specified\n"
+"\tdate.\n"
+"\tIf you have not selected this options all\n"
+"\told backups are deleted before each backup. \n"
+"\n"
+"\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3207 ../../standalone/drakbackup_.c:3282
+msgid ""
+" Copyright (C) 2001 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita.fr>"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3209 ../../standalone/drakbackup_.c:3284
+msgid ""
+" This program is free software; you can redistribute it and/or modify\n"
+" it under the terms of the GNU General Public License as published by\n"
+" the Free Software Foundation; either version 2, or (at your option)\n"
+" any later version.\n"
+"\n"
+" This program is distributed in the hope that it will be useful,\n"
+" but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
+" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
+" GNU General Public License for more details.\n"
+"\n"
+" You should have received a copy of the GNU General Public License\n"
+" along with this program; if not, write to the Free Software\n"
+" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3223
+msgid ""
+"Description:\n"
+"\n"
+" Drakbackup is used to backup your system.\n"
+" During the configuration you can select: \n"
+"\t- System files, \n"
+"\t- Users files, \n"
+"\t- Other files.\n"
+"\tor All your system ... and Other (like Windows Partitions)\n"
+"\n"
+" Drakbackup allows you to backup your system on:\n"
+"\t- Harddrive.\n"
+"\t- NFS.\n"
+"\t- CDROM (CDRW), DVDROM (with autoboot, rescue and autoinstall.).\n"
+"\t- FTP.\n"
+"\t- Rsync.\n"
+"\t- Webdav.\n"
+"\t- Tape.\n"
+"\n"
+" Drakbackup allows you to restore your system to\n"
+" a user selected directory.\n"
+"\n"
+" Per default all backup will be stored on your\n"
+" /var/lib/drakbackup directory\n"
+"\n"
+" Configuration file:\n"
+"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
+"\n"
+"\n"
+"Restore Step:\n"
+" \n"
+" During the restore step, DrakBackup will remove \n"
+" your original directory and verify that all \n"
+" backup files are not corrupted. It is recommended \n"
+" you do a last backup before restoring.\n"
+"\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3261
+msgid ""
+"options description:\n"
+"\n"
+"Please be careful when you are using ftp backup, because only \n"
+"backups that are already built are sent to the server.\n"
+"So at the moment, you need to build the backup on your hard \n"
+"drive before sending it to the server.\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3270
+msgid ""
+"\n"
+"Restore Backup Problems:\n"
+"\n"
+"During the restore step, Drakbackup will verify all your\n"
+"backup files before restoring them.\n"
+"Before the restore, Drakbackup will remove \n"
+"your original directory, and you will loose all your \n"
+"data. It is important to be careful and not modify the \n"
+"backup data files by hand.\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3298
+msgid ""
+"Description:\n"
+"\n"
+" Drakbackup is used to backup your system.\n"
+" During the configuration you can select \n"
+"\t- System files, \n"
+"\t- Users files, \n"
+"\t- Other files.\n"
+"\tor All your system ... and Other (like Windows Partitions)\n"
+"\n"
+" Drakbackup allows you to backup your system on:\n"
+"\t- Harddrive.\n"
+"\t- NFS.\n"
+"\t- CDROM (CDRW), DVDROM (with autoboot, rescue and autoinstall.).\n"
+"\t- FTP.\n"
+"\t- Rsync.\n"
+"\t- Webdav.\n"
+"\t- Tape.\n"
+"\n"
+" Drakbackup allows you to restore your system to\n"
+" a user selected directory.\n"
+"\n"
+" Per default all backup will be stored on your\n"
+" /var/lib/drakbackup directory\n"
+"\n"
+" Configuration file:\n"
+"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
+"\n"
+"Restore Step:\n"
+" \n"
+" During the restore step, Drakbackup will remove\n"
+" your original directory and verify that all\n"
+" backup files are not corrupted. It is recommended\n"
+" you do a last backup before restoring.\n"
+" \n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakboot_.c:58
+#, c-format
+msgid "Installation of %s failed. The following error occured:"
+msgstr "%s uzstdana neizdevs. Uzrads da kda:"
+
+#: ../../standalone/drakfont_.c:229
+msgid "Search installed fonts"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:231
+msgid "Unselect fonts installed"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:252
+msgid "parse all fonts"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:253
+#, fuzzy
+msgid "no fonts found"
+msgstr "tkla karte nav atrasta"
+
+#: ../../standalone/drakfont_.c:261 ../../standalone/drakfont_.c:303
+#: ../../standalone/drakfont_.c:352 ../../standalone/drakfont_.c:410
+#: ../../standalone/drakfont_.c:417 ../../standalone/drakfont_.c:443
+#: ../../standalone/drakfont_.c:455 ../../standalone/drakfont_.c:468
+#, fuzzy
+msgid "done"
+msgstr "Izdarts"
+
+#: ../../standalone/drakfont_.c:265
+msgid "could not find any font in your mounted partitions"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:301
+msgid "Reselect correct fonts"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:304
+msgid "could not find any font.\n"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:327
+msgid "Search fonts in installed list"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:350
+#, fuzzy
+msgid "Fonts copy"
+msgstr "Disketes formatana"
+
+#: ../../standalone/drakfont_.c:353
+#, fuzzy
+msgid "True Type fonts installation"
+msgstr "Sagatavoju instalanu"
+
+#: ../../standalone/drakfont_.c:357
+msgid "please wait during ttmkfdir..."
+msgstr ""
+
+#: ../../standalone/drakfont_.c:359
+msgid "True Type install done"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:366 ../../standalone/drakfont_.c:382
+msgid "Fonts conversion"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:370 ../../standalone/drakfont_.c:386
+#: ../../standalone/drakfont_.c:406
+msgid "type1inst building"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:375 ../../standalone/drakfont_.c:390
+msgid "Ghostscript referencing"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:397
+msgid "ttf fonts conversion"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:401
+msgid "pfm fonts conversion"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:411
+msgid "Suppress temporary Files"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:414
+#, fuzzy
+msgid "Restart XFS"
+msgstr "ierobeot"
+
+#: ../../standalone/drakfont_.c:453 ../../standalone/drakfont_.c:463
+msgid "Suppress Fonts Files"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:465
+#, fuzzy
+msgid "xfs restart"
+msgstr "ierobeot"
+
+#: ../../standalone/drakfont_.c:472 ../../standalone/drakfont_.c:760
+msgid ""
+"Before installing any fonts, be sure that you have the right to use and "
+"install them on your system.\n"
+"\n"
+"-You can install the fonts using the normal way. In rare cases, bogus fonts "
+"may hang up your X Server."
+msgstr ""
+
+#: ../../standalone/drakfont_.c:547
+#, fuzzy
+msgid "Fonts Importation"
+msgstr "Diska formatana"
+
+#: ../../standalone/drakfont_.c:562
+msgid "Get Windows Fonts"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:564
+msgid "Uninstall Fonts"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:568
+#, fuzzy
+msgid "Advanced Options"
+msgstr "LAN konfigurcija"
+
+#: ../../standalone/drakfont_.c:570
+#, fuzzy
+msgid "Font List"
+msgstr "Montanas punkts"
+
+#: ../../standalone/drakfont_.c:739
+#, fuzzy
+msgid "Choose the applications that will support the fonts :"
+msgstr "Izvlieties partcijas, ko vlaties formatt"
+
+#: ../../standalone/drakfont_.c:743
+msgid "Ghostscript"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:747
+#, fuzzy
+msgid "StarOffice"
+msgstr "Birojs"
+
+#: ../../standalone/drakfont_.c:751
+#, fuzzy
+msgid "Abiword"
+msgstr "Prtraukt"
+
+#: ../../standalone/drakfont_.c:755
+#, fuzzy
+msgid "Generic Printers"
+msgstr "Printeris"
+
+#: ../../standalone/drakfont_.c:792
+msgid "Select the font file or directory and click on 'Add'"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:828
+#, fuzzy
+msgid "Install List"
+msgstr "Sistmas instalana"
+
+#: ../../standalone/drakfont_.c:858
+msgid "click here if you are sure."
+msgstr ""
+
+#: ../../standalone/drakfont_.c:860
+msgid "here if no."
+msgstr ""
+
+#: ../../standalone/drakfont_.c:897
+msgid "Unselected All"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:899
+#, fuzzy
+msgid "Selected All"
+msgstr "Izvlieties failu"
+
+#: ../../standalone/drakfont_.c:901
+#, fuzzy
+msgid "Remove List"
+msgstr "Attls printeris"
+
+#: ../../standalone/drakfont_.c:919 ../../standalone/drakfont_.c:939
+msgid "Initials tests"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:920
+#, fuzzy
+msgid "Copy fonts on your system"
+msgstr "Jsu sistm nav tkla adaptera!"
+
+#: ../../standalone/drakfont_.c:921
+msgid "Install & convert Fonts"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:922
+#, fuzzy
+msgid "Post Install"
+msgstr "Instalt"
+
+#: ../../standalone/drakfont_.c:940
+#, fuzzy
+msgid "Remove fonts on your system"
+msgstr "Jsu sistm nav tkla adaptera!"
+
+#: ../../standalone/drakfont_.c:941
+#, fuzzy
+msgid "Post Uninstall"
+msgstr "Instalanas beigas"
+
+#: ../../standalone/drakgw_.c:43 ../../standalone/drakgw_.c:200
msgid "Internet Connection Sharing"
msgstr "Interneta pieslguma koplietoana"
-#: ../../standalone/drakgw_.c:119
+#: ../../standalone/drakgw_.c:138
msgid "Internet Connection Sharing currently enabled"
msgstr "Interneta pieslguma koplietoana palaik ir ieslgta"
-#: ../../standalone/drakgw_.c:120
+#: ../../standalone/drakgw_.c:139
msgid ""
"The setup of Internet connection sharing has already been done.\n"
"It's currently enabled.\n"
@@ -7526,33 +9866,33 @@ msgstr ""
"\n"
"Ko js vlaties dart?"
-#: ../../standalone/drakgw_.c:124
+#: ../../standalone/drakgw_.c:143
msgid "disable"
msgstr "atslgt"
-#: ../../standalone/drakgw_.c:124 ../../standalone/drakgw_.c:149
+#: ../../standalone/drakgw_.c:143 ../../standalone/drakgw_.c:168
msgid "dismiss"
msgstr "atmest"
-#: ../../standalone/drakgw_.c:124 ../../standalone/drakgw_.c:149
+#: ../../standalone/drakgw_.c:143 ../../standalone/drakgw_.c:168
msgid "reconfigure"
msgstr "prkonfigurt"
-#: ../../standalone/drakgw_.c:127
+#: ../../standalone/drakgw_.c:146
#, fuzzy
msgid "Disabling servers..."
msgstr "Noskaidroju ierces..."
-#: ../../standalone/drakgw_.c:135
+#: ../../standalone/drakgw_.c:154
#, fuzzy
msgid "Internet connection sharing is now disabled."
msgstr "Interneta pieslguma koplietoana palaik ir atslgta"
-#: ../../standalone/drakgw_.c:144
+#: ../../standalone/drakgw_.c:163
msgid "Internet Connection Sharing currently disabled"
msgstr "Interneta pieslguma koplietoana palaik ir atslgta"
-#: ../../standalone/drakgw_.c:145
+#: ../../standalone/drakgw_.c:164
msgid ""
"The setup of Internet connection sharing has already been done.\n"
"It's currently disabled.\n"
@@ -7564,20 +9904,20 @@ msgstr ""
"\n"
"Ko js vlaties dart?"
-#: ../../standalone/drakgw_.c:149
+#: ../../standalone/drakgw_.c:168
msgid "enable"
msgstr "ieslgt"
-#: ../../standalone/drakgw_.c:156
+#: ../../standalone/drakgw_.c:175
msgid "Enabling servers..."
msgstr ""
-#: ../../standalone/drakgw_.c:161
+#: ../../standalone/drakgw_.c:180
#, fuzzy
msgid "Internet connection sharing is now enabled."
msgstr "Interneta pieslguma koplietoana palaik ir ieslgta"
-#: ../../standalone/drakgw_.c:182
+#: ../../standalone/drakgw_.c:201
#, fuzzy
msgid ""
"You are about to configure your computer to share its Internet connection.\n"
@@ -7594,22 +9934,22 @@ msgstr ""
"\n"
"Vai vlaties uzstdt Interneta pieslguma koplietoanu?"
-#: ../../standalone/drakgw_.c:208
+#: ../../standalone/drakgw_.c:227
#, c-format
msgid "Interface %s (using module %s)"
msgstr ""
#
-#: ../../standalone/drakgw_.c:209
+#: ../../standalone/drakgw_.c:228
#, fuzzy, c-format
msgid "Interface %s"
msgstr "Interfeiss"
-#: ../../standalone/drakgw_.c:217
+#: ../../standalone/drakgw_.c:236
msgid "No network adapter on your system!"
msgstr "Jsu sistm nav tkla adaptera!"
-#: ../../standalone/drakgw_.c:218
+#: ../../standalone/drakgw_.c:237
msgid ""
"No ethernet network adapter has been detected on your system. Please run the "
"hardware configuration tool."
@@ -7617,11 +9957,11 @@ msgstr ""
"Jsu sistm nav atrasts neviens ethernet tkla adapteris. Ldzu izmantojiet "
"dzelu konfiguranas rku."
-#: ../../standalone/drakgw_.c:224
+#: ../../standalone/drakgw_.c:243
msgid "Network interface"
msgstr "Tkla interfeiss"
-#: ../../standalone/drakgw_.c:225
+#: ../../standalone/drakgw_.c:244
#, c-format
msgid ""
"There is only one configured network adapter on your system:\n"
@@ -7636,7 +9976,7 @@ msgstr ""
"\n"
"Vai vlaties uzstdt jsu loklo datortklu ar o adapteri?"
-#: ../../standalone/drakgw_.c:234
+#: ../../standalone/drakgw_.c:253
msgid ""
"Please choose what network adapter will be connected to your Local Area "
"Network."
@@ -7644,24 +9984,81 @@ msgstr ""
"Ldzu izvlieties, kur tkla adapteris bs pieslgts jsu loklajam "
"datortklam."
-#: ../../standalone/drakgw_.c:243
+#: ../../standalone/drakgw_.c:271
#, fuzzy
+msgid "Network interface already configured"
+msgstr "Monitors nav konfigurts"
+
+#: ../../standalone/drakgw_.c:272
+#, c-format
msgid ""
-"Warning, the network adapter is already configured. I will reconfigure it."
+"Warning, the network adapter (%s) is already configured.\n"
+"\n"
+"Do you want an automatic re-configuration?\n"
+"\n"
+"You can do it manually but you need to know what you're doing."
msgstr ""
-"Brdinjums, tkla adapteris jau ir konfigurts.\n"
-"Vai vlaties to konfigurt atkrtoti?"
-#: ../../standalone/drakgw_.c:254
+#: ../../standalone/drakgw_.c:277
+#, fuzzy
+msgid "Automatic reconfiguration"
+msgstr "Sknanas stila konfigurana"
+
+#: ../../standalone/drakgw_.c:278
+#, fuzzy
+msgid "Show current interface configuration"
+msgstr "Interneta konfigurcija"
+
+#: ../../standalone/drakgw_.c:280
+#, c-format
+msgid ""
+"Current configuration of `%s':\n"
+"\n"
+"Network: %s\n"
+"IP address: %s\n"
+"IP attribution: %s\n"
+"Driver: %s"
+msgstr ""
+
+#: ../../standalone/drakgw_.c:292
+msgid ""
+"I can keep your current configuration and assume you already set up a DHCP "
+"server; in that case please verify I correctly read the C-Class Network that "
+"you use for your local network; I will not reconfigure it and I will not "
+"touch your DHCP server configuration.\n"
+"\n"
+"Else, I can reconfigure your interface and (re)configure a DHCP server for "
+"you.\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakgw_.c:297
+msgid "C-Class Local Network"
+msgstr ""
+
+#: ../../standalone/drakgw_.c:298
+#, fuzzy
+msgid "(This) DHCP Server IP"
+msgstr "CUPS servera IP"
+
+#: ../../standalone/drakgw_.c:299
+msgid "Re-configure interface and DHCP server"
+msgstr ""
+
+#: ../../standalone/drakgw_.c:306
+msgid "The Local Network did not finish with `.0', bailing out."
+msgstr ""
+
+#: ../../standalone/drakgw_.c:317
#, c-format
msgid "Potential LAN address conflict found in current config of %s!\n"
msgstr "Potencils LAN adreu konflikts atklts aj %s! konfigurcij!\n"
-#: ../../standalone/drakgw_.c:262 ../../standalone/drakgw_.c:268
+#: ../../standalone/drakgw_.c:325 ../../standalone/drakgw_.c:331
msgid "Firewalling configuration detected!"
msgstr "Tika atklta ugunsmra konfigurcija!"
-#: ../../standalone/drakgw_.c:263 ../../standalone/drakgw_.c:269
+#: ../../standalone/drakgw_.c:326 ../../standalone/drakgw_.c:332
msgid ""
"Warning! An existing firewalling configuration has been detected. You may "
"need some manual fix after installation."
@@ -7669,20 +10066,20 @@ msgstr ""
"Brdinjums! Ir atklta eksistjoa ugunsmra konfigurcija. Pc "
"instalanas jums varbt vajadzs patstvgi pielabot konfigurciju."
-#: ../../standalone/drakgw_.c:277
+#: ../../standalone/drakgw_.c:340
msgid "Configuring..."
msgstr "Konfigurju..."
-#: ../../standalone/drakgw_.c:278
+#: ../../standalone/drakgw_.c:341
msgid "Configuring scripts, installing software, starting servers..."
msgstr "Tiek konfigurti skripti, instaltas programmas, startti serveri..."
-#: ../../standalone/drakgw_.c:311
+#: ../../standalone/drakgw_.c:378
#, c-format
msgid "Problems installing package %s"
msgstr "Problmas, instaljot pakotni %s"
-#: ../../standalone/drakgw_.c:600
+#: ../../standalone/drakgw_.c:672
msgid ""
"Everything has been configured.\n"
"You may now share Internet connection with other computers on your Local "
@@ -7694,7 +10091,7 @@ msgstr ""
"konfiguranu\n"
"(DHCP)."
-#: ../../standalone/drakgw_.c:617
+#: ../../standalone/drakgw_.c:689
#, fuzzy
msgid "The setup has already been done, but it's currently disabled."
msgstr ""
@@ -7703,7 +10100,7 @@ msgstr ""
"\n"
"Ko js vlaties dart?"
-#: ../../standalone/drakgw_.c:618
+#: ../../standalone/drakgw_.c:690
#, fuzzy
msgid "The setup has already been done, and it's currently enabled."
msgstr ""
@@ -7712,17 +10109,17 @@ msgstr ""
"\n"
"Ko js vlaties dart?"
-#: ../../standalone/drakgw_.c:619
+#: ../../standalone/drakgw_.c:691
#, fuzzy
msgid "No Internet Connection Sharing has ever been configured."
msgstr "Interneta pieslguma koplietoana palaik ir ieslgta"
-#: ../../standalone/drakgw_.c:624
+#: ../../standalone/drakgw_.c:696
#, fuzzy
msgid "Internet connection sharing configuration"
msgstr "Interneta pieslgums un konfigurcija"
-#: ../../standalone/drakgw_.c:631
+#: ../../standalone/drakgw_.c:703
#, fuzzy, c-format
msgid ""
"Welcome to the Internet Connection Sharing utility!\n"
@@ -7732,316 +10129,340 @@ msgid ""
"Click on Configure to launch the setup wizard."
msgstr "Interneta pieslguma koplietoana"
-#: ../../standalone/draknet_.c:79
+#: ../../standalone/draknet_.c:80
#, c-format
msgid "Network configuration (%d adapters)"
msgstr "Tkla konfigurcija (%d adapteri)"
-#: ../../standalone/draknet_.c:86 ../../standalone/draknet_.c:573
+#: ../../standalone/draknet_.c:87 ../../standalone/draknet_.c:595
msgid "Profile: "
msgstr "Profils: "
-#: ../../standalone/draknet_.c:94
+#: ../../standalone/draknet_.c:95
msgid "Del profile..."
msgstr "Dzst profilu..."
-#: ../../standalone/draknet_.c:100
+#: ../../standalone/draknet_.c:101
msgid "Profile to delete:"
msgstr "Dzamais profils:"
-#: ../../standalone/draknet_.c:128
+#: ../../standalone/draknet_.c:129
msgid "New profile..."
msgstr "Jauns profils..."
-#: ../../standalone/draknet_.c:134
+#: ../../standalone/draknet_.c:135
msgid ""
"Name of the profile to create (the new profile is created as a copy of the "
"current one) :"
msgstr ""
-#: ../../standalone/draknet_.c:160
+#: ../../standalone/draknet_.c:161
msgid "Hostname: "
msgstr "Resursa vrds: "
#
-#: ../../standalone/draknet_.c:167
+#: ../../standalone/draknet_.c:168
msgid "Internet access"
msgstr "Interneta pieeja"
-#: ../../standalone/draknet_.c:180
+#: ../../standalone/draknet_.c:181
msgid "Type:"
msgstr "Tips:"
-#: ../../standalone/draknet_.c:183 ../../standalone/draknet_.c:397
+#: ../../standalone/draknet_.c:184 ../../standalone/draknet_.c:376
msgid "Gateway:"
msgstr "Vrteja:"
#
-#: ../../standalone/draknet_.c:183 ../../standalone/draknet_.c:397
+#: ../../standalone/draknet_.c:184 ../../standalone/draknet_.c:376
msgid "Interface:"
msgstr "interfeiss:"
-#: ../../standalone/draknet_.c:192
+#: ../../standalone/draknet_.c:195
msgid "Status:"
msgstr "Stvoklis:"
-#: ../../standalone/draknet_.c:194 ../../standalone/draknet_.c:410
-#, fuzzy
-msgid "Connected"
-msgstr "Nav pieslgts"
-
-#: ../../standalone/draknet_.c:194 ../../standalone/draknet_.c:410
-msgid "Not connected"
-msgstr "Nav pieslgts"
-
-#: ../../standalone/draknet_.c:197 ../../standalone/draknet_.c:411
-msgid "Connect..."
+#: ../../standalone/draknet_.c:202
+msgid "Wait please"
msgstr ""
-#: ../../standalone/draknet_.c:197 ../../standalone/draknet_.c:411
-msgid "Disconnect..."
-msgstr ""
-
-#: ../../standalone/draknet_.c:215
-#, fuzzy
-msgid "Starting your connection..."
-msgstr "Izminu pieslgumu..."
-
-#: ../../standalone/draknet_.c:223
-#, fuzzy
-msgid "Closing your connection..."
-msgstr "Izminu pieslgumu..."
-
-#: ../../standalone/draknet_.c:228
-msgid ""
-"The connection is not closed.\n"
-"Try to do it manually by running\n"
-"/etc/sysconfig/network-scripts/net_cnx_down\n"
-"in root."
-msgstr ""
-
-#: ../../standalone/draknet_.c:231
-#, fuzzy
-msgid "The system is now disconnected."
-msgstr "Sistma palaik ir pieslgta Internetam."
-
-#: ../../standalone/draknet_.c:243
+#: ../../standalone/draknet_.c:220
msgid "Configure Internet Access..."
msgstr "Konfigurt Interneta pieeju..."
-#: ../../standalone/draknet_.c:250 ../../standalone/draknet_.c:446
+#: ../../standalone/draknet_.c:227 ../../standalone/draknet_.c:449
msgid "LAN configuration"
msgstr "LAN konfigurcija"
-#: ../../standalone/draknet_.c:255
+#: ../../standalone/draknet_.c:232
msgid "Driver"
msgstr "Draiveris"
#
-#: ../../standalone/draknet_.c:255
+#: ../../standalone/draknet_.c:232
msgid "Interface"
msgstr "Interfeiss"
-#: ../../standalone/draknet_.c:255
+#: ../../standalone/draknet_.c:232
#, fuzzy
msgid "Protocol"
msgstr "Protokols"
-#: ../../standalone/draknet_.c:255
+#: ../../standalone/draknet_.c:232
#, fuzzy
msgid "State"
msgstr "Stvoklis:"
-#: ../../standalone/draknet_.c:267
+#: ../../standalone/draknet_.c:244
msgid "Configure Local Area Network..."
msgstr "Konfigurt loklo datortklu..."
-#: ../../standalone/draknet_.c:279
+#: ../../standalone/draknet_.c:256
msgid "Click here to launch the wizard ->"
msgstr ""
-#: ../../standalone/draknet_.c:306
+#: ../../standalone/draknet_.c:257
+msgid "Wizard..."
+msgstr "Meistars..."
+
+#: ../../standalone/draknet_.c:283
msgid "Apply"
msgstr ""
-#: ../../standalone/draknet_.c:325
+#: ../../standalone/draknet_.c:302
#, fuzzy
msgid "Please Wait... Applying the configuration"
msgstr "Konfigurcijas izminana"
-#: ../../standalone/draknet_.c:428
+#: ../../standalone/draknet_.c:384 ../../standalone/draknet_.c:407
+#, fuzzy
+msgid "Connected"
+msgstr "Nav pieslgts"
+
+#: ../../standalone/draknet_.c:384 ../../standalone/draknet_.c:407
+msgid "Not connected"
+msgstr "Nav pieslgts"
+
+#: ../../standalone/draknet_.c:385 ../../standalone/draknet_.c:408
+msgid "Connect..."
+msgstr ""
+
+#: ../../standalone/draknet_.c:385 ../../standalone/draknet_.c:408
+msgid "Disconnect..."
+msgstr ""
+
+#: ../../standalone/draknet_.c:404
+msgid ""
+"Warning, another Internet connection has been detected, maybe using your "
+"network"
+msgstr ""
+
+#: ../../standalone/draknet_.c:431
msgid ""
"You don't have any configured interface.\n"
"Configure them first by clicking on 'Configure'"
msgstr ""
-#: ../../standalone/draknet_.c:450
+#: ../../standalone/draknet_.c:453
msgid "LAN Configuration"
msgstr "LAN konfigurcija"
-#: ../../standalone/draknet_.c:457
+#: ../../standalone/draknet_.c:464
#, c-format
msgid "Adapter %s: %s"
msgstr "Adapteris %s: %s"
-#: ../../standalone/draknet_.c:463
+#: ../../standalone/draknet_.c:470
msgid "Boot Protocol"
msgstr ""
-#: ../../standalone/draknet_.c:464
+#: ../../standalone/draknet_.c:471
msgid "Started on boot"
msgstr ""
-#: ../../standalone/draknet_.c:465
+#: ../../standalone/draknet_.c:472
msgid "DHCP client"
msgstr "DHCP klients"
-#: ../../standalone/draknet_.c:489 ../../standalone/draknet_.c:491
+#: ../../standalone/draknet_.c:497 ../../standalone/draknet_.c:500
#, fuzzy
msgid "activate now"
msgstr "Aktva"
-#: ../../standalone/draknet_.c:489 ../../standalone/draknet_.c:491
+#: ../../standalone/draknet_.c:497 ../../standalone/draknet_.c:500
#, fuzzy
-msgid "desactivate now"
+msgid "deactivate now"
msgstr "Aktva"
-#: ../../standalone/draknet_.c:538
+#: ../../standalone/draknet_.c:503
+msgid ""
+"This interface has not been configured yet.\n"
+"Launch the configuration wizard in the main window"
+msgstr ""
+
+#: ../../standalone/draknet_.c:560
msgid ""
"You don't have any internet connection.\n"
"Create one first by clicking on 'Configure'"
msgstr ""
-#: ../../standalone/draknet_.c:562
+#: ../../standalone/draknet_.c:584
msgid "Internet connection configuration"
msgstr "Interneta pieslguma konfigurcija"
-#: ../../standalone/draknet_.c:566
+#: ../../standalone/draknet_.c:588
msgid "Internet Connection Configuration"
msgstr "Interneta pieslguma konfigurcija"
-#: ../../standalone/draknet_.c:575
+#: ../../standalone/draknet_.c:597
msgid "Connection type: "
msgstr "Savienojuma tips: "
-#: ../../standalone/draknet_.c:581
+#: ../../standalone/draknet_.c:603
msgid "Parameters"
msgstr "Parametri"
-#: ../../standalone/draknet_.c:608
+#: ../../standalone/draknet_.c:621
+msgid "Gateway"
+msgstr "Vrteja"
+
+#: ../../standalone/draknet_.c:630
msgid "Ethernet Card"
msgstr "Ethernet karte"
-#: ../../standalone/draknet_.c:609
+#: ../../standalone/draknet_.c:631
msgid "DHCP Client"
msgstr "DHCP klients"
-#: ../../standalone/draksec_.c:21
-msgid "Welcome To Crackers"
-msgstr "Sveiciens hakeriem"
+#: ../../standalone/draksec_.c:31
+msgid "Setting security level"
+msgstr "Uzstdu drobas lmeni"
-#: ../../standalone/draksec_.c:22
-msgid "Poor"
-msgstr "Vj"
+#: ../../standalone/drakxconf_.c:47
+#, fuzzy
+msgid "Control Center"
+msgstr "Pieslgties Internetam"
-#: ../../standalone/draksec_.c:26
-msgid "Paranoid"
-msgstr "Paranoisks"
+#: ../../standalone/drakxconf_.c:48
+msgid "Choose the tool you want to use"
+msgstr "Izvlieties izmantojamo rku"
-#: ../../standalone/draksec_.c:29
-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."
+#: ../../standalone/drakxtv_.c:48
+#, fuzzy
+msgid "Canada (cable)"
+msgstr "Kandas (Kvebeka)"
+
+#: ../../standalone/drakxtv_.c:48
+msgid "USA (bcast)"
msgstr ""
-"o lmeni ir jizmanto uzmangi. Tas padara jsu sistmu vieglk\n"
-"izmantojamu, tau oti nedrou: to nedrkst izmantot datoram, kas ir\n"
-"pieslgts citiem datoriem vai Internetam. Netiek prastas paroles."
-#: ../../standalone/draksec_.c:32
-msgid ""
-"Password are now enabled, but use as a networked computer is still not "
-"recommended."
+#: ../../standalone/drakxtv_.c:48
+msgid "USA (cable)"
msgstr ""
-"Tagad tiek izmantota parole, tau izmantot datoru tkl vl aizvien\n"
-"nav ieteicams."
-#: ../../standalone/draksec_.c:33
-msgid ""
-"Few improvements for this security level, the main one is that there are\n"
-"more security warnings and checks."
+#: ../../standalone/drakxtv_.c:48
+msgid "USA (cable-hrc)"
msgstr ""
-"Dai uzlabojumi im drobas lmenis, un galvenais ir tas, ka tagad ir\n"
-"vairk drobas brdinjumu un prbauu."
-#: ../../standalone/draksec_.c:35
-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. "
+#: ../../standalone/drakxtv_.c:49
+msgid "China (bcast)"
msgstr ""
-"is ir parasts drobas lmenis, kas ir ieteicams datoram, kas tiks\n"
-"izmantots k klients Interneta pieslgumam. Tagad tiek prbaudta droba. "
-#: ../../standalone/draksec_.c:37
-msgid ""
-"With this security level, the use of this system as a server becomes "
-"possible.\n"
-"The security is now high enough to use the system as a server which accept\n"
-"connections from many clients. "
+#: ../../standalone/drakxtv_.c:49
+msgid "Japan (bcast)"
msgstr ""
-"Ar o drobas lmeni sistmu var skt izmantot k serveri.\n"
-"Droba tagad ir pietiekoi augsta, lai izmantotu sistmu k serveri, kas\n"
-"apkalpo pieslgumus no daudziem klientiem. "
-#: ../../standalone/draksec_.c:40
-msgid ""
-"We take level 4 features, but now the system is entirely closed.\n"
-"Security features are at their maximum."
+#: ../../standalone/drakxtv_.c:49
+msgid "Japan (cable)"
msgstr ""
-"Ms izmantojam 4. lmea iespjas, tau tagad sistma ir pilnb\n"
-"aizslgta. Droba tagad ir maksimlaj lmen."
-#: ../../standalone/draksec_.c:65
+#: ../../standalone/drakxtv_.c:50
#, fuzzy
-msgid "Security level"
-msgstr "Uzstdu drobas lmeni"
+msgid "East Europe"
+msgstr "Eiropa"
-#: ../../standalone/draksec_.c:67
+#: ../../standalone/drakxtv_.c:50
#, fuzzy
-msgid "Use libsafe for servers"
-msgstr "Nordiet servera opcijas"
+msgid "Ireland"
+msgstr "Islandes"
-#: ../../standalone/draksec_.c:68
+#: ../../standalone/drakxtv_.c:50
+#, fuzzy
+msgid "West Europe"
+msgstr "Eiropa"
+
+#: ../../standalone/drakxtv_.c:51
+#, fuzzy
+msgid "Australia"
+msgstr "serila"
+
+#: ../../standalone/drakxtv_.c:51
+msgid "Newzealand"
+msgstr ""
+
+#: ../../standalone/drakxtv_.c:52
+msgid "South Africa"
+msgstr ""
+
+#: ../../standalone/drakxtv_.c:53
+msgid "Argentina"
+msgstr ""
+
+#: ../../standalone/drakxtv_.c:58
msgid ""
-"A library which defends against buffer overflow and format string attacks."
+"Please,\n"
+"type in your tv norm and country"
msgstr ""
-#: ../../standalone/draksec_.c:72
-msgid "Setting security level"
-msgstr "Uzstdu drobas lmeni"
+#: ../../standalone/drakxtv_.c:60
+msgid "TV norm :"
+msgstr ""
-#: ../../standalone/drakxconf_.c:47
-#, fuzzy
-msgid "Control Center"
-msgstr "Pieslgties Internetam"
+#: ../../standalone/drakxtv_.c:61
+msgid "Area :"
+msgstr ""
-#: ../../standalone/drakxconf_.c:48
-msgid "Choose the tool you want to use"
-msgstr "Izvlieties izmantojamo rku"
+#: ../../standalone/drakxtv_.c:65
+msgid "Scanning for TV channels in progress ..."
+msgstr ""
+
+#: ../../standalone/drakxtv_.c:72
+msgid "Scanning for TV channels"
+msgstr ""
+
+#: ../../standalone/drakxtv_.c:83
+msgid "No TV Card detected!"
+msgstr ""
+
+#: ../../standalone/drakxtv_.c:84
+msgid ""
+"No TV Card has been detected on your machine. Please verify that a Linux-"
+"supported Video/TV Card is correctly plugged in.\n"
+"\n"
+"\n"
+"You can visit our hardware database at:\n"
+"\n"
+"\n"
+"http://www.linux-mandrake.com/en/hardware.php3"
+msgstr ""
#: ../../standalone/keyboarddrake_.c:16
msgid "usage: keyboarddrake [--expert] [keyboard]\n"
msgstr "pielietojums: keyboarddrake [--expert] [keyboard]\n"
+#: ../../standalone/keyboarddrake_.c:29
+msgid "Please, choose your keyboard layout."
+msgstr "Ldzu izvlieties jsu tastatras izkrtojumu."
+
#: ../../standalone/keyboarddrake_.c:36
msgid "Do you want the BackSpace to return Delete in console?"
msgstr "Vai vlaties, lai BackSpace konsol darbotos k Delete?"
-#: ../../standalone/livedrake_.c:23
+#: ../../standalone/livedrake_.c:24
msgid "Change Cd-Rom"
msgstr "Nomainiet Cd-Rom"
-#: ../../standalone/livedrake_.c:24
+#: ../../standalone/livedrake_.c:25
msgid ""
"Please insert the Installation Cd-Rom in your drive and press Ok when done.\n"
"If you don't have it, press Cancel to avoid live upgrade."
@@ -8049,29 +10470,266 @@ msgstr ""
"Ldzu ielieciet instalcijas Cd-Rom un nospiediet Labi, kad tas izdarts.\n"
"Ja jums nav diska, nospiediet Atcelt, lai neuzsktu uzlaboanu no tkla."
-#: ../../standalone/livedrake_.c:34
+#: ../../standalone/livedrake_.c:35
msgid "Unable to start live upgrade !!!\n"
msgstr "Neizdodas uzskt uzlaboanu no tkla !!!\n"
-#: ../../standalone/mousedrake_.c:58
+#: ../../standalone/localedrake_.c:32
+msgid "The change is done, but to be effective you must logout"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:85 ../../standalone/logdrake_.c:501
+msgid "logdrake"
+msgstr "logdrake"
+
+#: ../../standalone/logdrake_.c:95
+#, fuzzy
+msgid "Show only for the selected day"
+msgstr "Rdt tikai par odienu"
+
+#: ../../standalone/logdrake_.c:102
+msgid "/File/_New"
+msgstr "/Fails/_Jauns"
+
+#: ../../standalone/logdrake_.c:102
+msgid "<control>N"
+msgstr "<control>N"
+
+#: ../../standalone/logdrake_.c:103
+msgid "/File/_Open"
+msgstr "/Fails/_Atvrt"
+
+#: ../../standalone/logdrake_.c:103
+msgid "<control>O"
+msgstr "<control>O"
+
+#: ../../standalone/logdrake_.c:104
+msgid "/File/_Save"
+msgstr "/Fails/_Saglabt"
+
+#: ../../standalone/logdrake_.c:104
+msgid "<control>S"
+msgstr "<control>S"
+
+#: ../../standalone/logdrake_.c:105
+msgid "/File/Save _As"
+msgstr "/Fails/Saglabt _k"
+
+#: ../../standalone/logdrake_.c:106
+msgid "/File/-"
+msgstr "/Fails/-"
+
+#: ../../standalone/logdrake_.c:108
+msgid "/_Options"
+msgstr "/_Opcijas"
+
+#: ../../standalone/logdrake_.c:109
+msgid "/Options/Test"
+msgstr "/Opcijas/Tests"
+
+#: ../../standalone/logdrake_.c:110
+msgid "/_Help"
+msgstr "/_Paldzba"
+
+#: ../../standalone/logdrake_.c:111
+msgid "/Help/_About..."
+msgstr "/Paldzba/_Par..."
+
+#: ../../standalone/logdrake_.c:118
+msgid "-misc-fixed-medium-r-*-*-*-100-*-*-*-*-*-*,*"
+msgstr "-misc-fixed-medium-r-*-*-*-100-*-*-*-*-*-*,*"
+
+#: ../../standalone/logdrake_.c:119
+msgid "-misc-fixed-bold-r-*-*-*-100-*-*-*-*-*-*,*"
+msgstr "-misc-fixed-bold-r-*-*-*-100-*-*-*-*-*-*,*"
+
+#: ../../standalone/logdrake_.c:173
+#, fuzzy
+msgid "User"
+msgstr "Lietotja vrds"
+
+#: ../../standalone/logdrake_.c:174
+#, fuzzy
+msgid "Messages"
+msgstr "ziojumi"
+
+#: ../../standalone/logdrake_.c:175
+#, fuzzy
+msgid "Syslog"
+msgstr "syslog"
+
+#: ../../standalone/logdrake_.c:176
+msgid "Mandrake Tools Explanations"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:179
+msgid "search"
+msgstr "meklt"
+
+#: ../../standalone/logdrake_.c:185
+msgid "A tool to monitor your logs"
+msgstr "Rks urnlu prlkoanai"
+
+#: ../../standalone/logdrake_.c:186
+msgid "Settings"
+msgstr "Uzstdjumi"
+
+#: ../../standalone/logdrake_.c:191
+msgid "matching"
+msgstr "sakrt"
+
+#: ../../standalone/logdrake_.c:192
+msgid "but not matching"
+msgstr "bet nesakrt"
+
+#: ../../standalone/logdrake_.c:196
+msgid "Choose file"
+msgstr "Izvlitesis failu"
+
+#: ../../standalone/logdrake_.c:201
+msgid "Calendar"
+msgstr "Kalendrs"
+
+#: ../../standalone/logdrake_.c:211
+msgid "Content of the file"
+msgstr "Faila saturs"
+
+#: ../../standalone/logdrake_.c:215 ../../standalone/logdrake_.c:390
+msgid "Mail/SMS alert"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:268
+#, c-format
+msgid "please wait, parsing file: %s"
+msgstr "ldzu gaidiet, analizju failu: %s"
+
+#: ../../standalone/logdrake_.c:405
+#, fuzzy
+msgid "Mail/SMS alert configuration"
+msgstr "LAN konfigurcija"
+
+#: ../../standalone/logdrake_.c:406
+msgid ""
+"Welcome to the mail/SMS configuration utility.\n"
+"\n"
+"Here, you'll be able to set up the alert system.\n"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:414
+msgid "proftpd"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:417
+msgid "sshd"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:418
+msgid "webmin"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:419
+#, fuzzy
+msgid "xinetd"
+msgstr "Iziet"
+
+#: ../../standalone/logdrake_.c:422
+#, fuzzy
+msgid "service setting"
+msgstr "ierce"
+
+#: ../../standalone/logdrake_.c:423
+msgid ""
+"You will receive an alert if one of the selected service is no more running"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:433
+#, fuzzy
+msgid "load setting"
+msgstr "Formatju"
+
+#: ../../standalone/logdrake_.c:434
+msgid "You will receive an alert if the load is higher than this value"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:447
+#, fuzzy
+msgid "alert configuration"
+msgstr "Konfigurcija"
+
+#: ../../standalone/logdrake_.c:448
+msgid "Configure the way the system will alert you"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:478
+msgid "Save as.."
+msgstr "Saglabt k..."
+
+#: ../../standalone/mousedrake_.c:49
+msgid "Please, choose the type of your mouse."
+msgstr "Ldzu izvlieties jsu peles tipu."
+
+#: ../../standalone/mousedrake_.c:59
msgid "no serial_usb found\n"
msgstr "nav atrasta serila_usb\n"
-#: ../../standalone/mousedrake_.c:62
+#: ../../standalone/mousedrake_.c:63
msgid "Emulate third button?"
msgstr "Vai emult treo pogu?"
-#: ../../standalone/tinyfirewall_.c:29
+#: ../../standalone/scannerdrake_.c:53
+#, c-format
+msgid "%s found on %s, configure it ?"
+msgstr ""
+
+#: ../../standalone/scannerdrake_.c:60
+#, fuzzy
+msgid "Select a scanner"
+msgstr "Izvlieties grafisko karti"
+
+#: ../../standalone/scannerdrake_.c:80
+#, c-format
+msgid "This %s scanner is unsupported"
+msgstr ""
+
+#: ../../standalone/scannerdrake_.c:94
+#, c-format
+msgid ""
+"Scannerdrake was not able to detect your %s scanner.\n"
+"Please select the device where your scanner is plugged"
+msgstr ""
+
+#: ../../standalone/scannerdrake_.c:96
+#, fuzzy
+msgid "choose device"
+msgstr "Sknjam ierce"
+
+#: ../../standalone/scannerdrake_.c:102
+#, c-format
+msgid ""
+"This %s scanner must be configured by printerdrake.\n"
+"You can launch printerdrake from the Mandrake Control Center in Hardware "
+"section."
+msgstr ""
+
+#: ../../standalone/scannerdrake_.c:107
+#, c-format
+msgid ""
+"Your %s scanner has been configured.\n"
+"You may now scan documents using ``XSane'' from Multimedia/Graphics in the "
+"applications menu."
+msgstr ""
+
+#: ../../standalone/tinyfirewall_.c:31
#, fuzzy
msgid "Firewalling Configuration"
msgstr "Tika atklta ugunsmra konfigurcija!"
-#: ../../standalone/tinyfirewall_.c:42
+#: ../../standalone/tinyfirewall_.c:44
#, fuzzy
msgid "Firewalling configuration"
msgstr "Tika atklta ugunsmra konfigurcija!"
-#: ../../standalone/tinyfirewall_.c:77
+#: ../../standalone/tinyfirewall_.c:79
msgid ""
"Firewalling\n"
"\n"
@@ -8079,7 +10737,7 @@ msgid ""
"Click on Configure to change or remove the firewall"
msgstr ""
-#: ../../standalone/tinyfirewall_.c:81
+#: ../../standalone/tinyfirewall_.c:83
msgid ""
"Firewalling\n"
"\n"
@@ -8138,19 +10796,24 @@ msgstr "Tkla konfigurana"
msgid "Configure services"
msgstr "Servisu konfigurana"
-#: ../../steps.pm_.c:30
-msgid "Create a bootdisk"
-msgstr "Sistmdisketes radana"
-
-#: ../../steps.pm_.c:32
+#: ../../steps.pm_.c:29
msgid "Install bootloader"
msgstr "Skntja instalana"
+#: ../../steps.pm_.c:31
+msgid "Create a bootdisk"
+msgstr "Sistmdisketes radana"
+
#: ../../steps.pm_.c:33
msgid "Configure X"
msgstr "X konfigurana"
#: ../../steps.pm_.c:34
+#, fuzzy
+msgid "Install system updates"
+msgstr "Sistmas instalana"
+
+#: ../../steps.pm_.c:35
msgid "Exit install"
msgstr "Instalanas beigas"
@@ -8266,6 +10929,56 @@ msgstr "Adapteris %s: %s"
msgid "Can't open %s for writing: %s\n"
msgstr "Kda, atverot %s ierakstanai: %s"
+#: ../../tinyfirewall.pm_.c:180
+msgid "No I don't need DHCP"
+msgstr ""
+
+#: ../../tinyfirewall.pm_.c:180
+msgid "Yes I need DHCP"
+msgstr ""
+
+#: ../../tinyfirewall.pm_.c:181
+msgid "No I don't need NTP"
+msgstr ""
+
+#: ../../tinyfirewall.pm_.c:181
+msgid "Yes I need NTP"
+msgstr ""
+
+#: ../../tinyfirewall.pm_.c:182 ../../tinyfirewall.pm_.c:186
+msgid "Don't Save"
+msgstr ""
+
+#: ../../tinyfirewall.pm_.c:182 ../../tinyfirewall.pm_.c:186
+#: ../../tinyfirewall.pm_.c:206
+msgid "Save & Quit"
+msgstr ""
+
+#: ../../tinyfirewall.pm_.c:197 ../../tinyfirewall.pm_.c:201
+#, fuzzy
+msgid "Firewall Configuration Wizard"
+msgstr "Tkla konfiguranas meistars"
+
+#: ../../tinyfirewall.pm_.c:199
+msgid "No (firewall this off from the internet)"
+msgstr ""
+
+#: ../../tinyfirewall.pm_.c:200
+msgid "Yes (allow this through the firewall)"
+msgstr ""
+
+#: ../../tinyfirewall.pm_.c:232
+#, fuzzy
+msgid "Please Wait... Verifying installed packages"
+msgstr "Ldzu gaidiet, gatavoju instalciju"
+
+#: ../../tinyfirewall.pm_.c:238
+#, c-format
+msgid ""
+"Failure installing the needed packages : %s and Bastille.\n"
+" Try to install them manually."
+msgstr ""
+
#: ../../share/compssUsers:999
msgid "Web/FTP"
msgstr "Serveris, Tmeklis/FTP"
@@ -8404,12 +11117,6 @@ msgstr ""
msgid "Graphical Environment"
msgstr ""
-#
-#: ../../share/compssUsers:999
-#, fuzzy
-msgid "Development"
-msgstr "Izstrde, Tmeklis"
-
#: ../../share/compssUsers:999
msgid "Apache, Pro-ftpd"
msgstr ""
@@ -8424,6 +11131,11 @@ msgid "Office Workstation"
msgstr "Biroja dators"
#: ../../share/compssUsers:999
+#, fuzzy
+msgid "Server"
+msgstr "serveris"
+
+#: ../../share/compssUsers:999
msgid "Gnome, Icewm, Window Maker, Enlightenment, Fvwm, etc"
msgstr "Gnome, Icewm, Window Maker, Enlightenment, Fvwm u.c."
@@ -8516,11 +11228,6 @@ msgstr "Redaktori, aulas, failu rki, termini"
msgid "Programs to manage your finance, such as gnucash"
msgstr "Programmas jsu finanu prvaldanai, piemram, gnucach"
-#
-#: ../../share/compssUsers:999
-msgid "Games"
-msgstr "Sples"
-
#: ../../share/compssUsers:999
msgid "Personal Information Management"
msgstr "Persongs informcijas menedments"
@@ -8535,6 +11242,257 @@ msgstr "Multimdiji - CD ierakstana"
msgid "Scientific Workstation"
msgstr "Zintnisk darbastacija"
+#, fuzzy
+#~ msgid "About"
+#~ msgstr "Prtraukt"
+
+#~ msgid "$f-$g %s)"
+#~ msgstr "$f-$g %s)"
+
+#~ msgid "None"
+#~ msgstr "Nevienu"
+
+#, fuzzy
+#~ msgid "Choose a default printer!"
+#~ msgstr "Nordiet noklusto lietotju:"
+
+#, fuzzy
+#~ msgid "Apply/Re-read printers"
+#~ msgstr "Attls printeris"
+
+#~ msgid "You may now provide its options to module %s."
+#~ msgstr "Tagad js varat nordt parametrus modulim %s."
+
+#~ msgid "Low"
+#~ msgstr "Zems"
+
+#~ msgid "Medium"
+#~ msgstr "Vidjs"
+
+#~ msgid ""
+#~ "Few improvements for this security level, the main one is that there are\n"
+#~ "more security warnings and checks."
+#~ msgstr ""
+#~ "Dai uzlabojumi im drobas lmenis, un galvenais ir tas, ka tagad ir\n"
+#~ "vairk drobas brdinjumu un prbauu."
+
+#~ msgid "mount failed"
+#~ msgstr "montana neizdevs"
+
+#~ msgid "Boot mode"
+#~ msgstr "Sknanas rems"
+
+#, fuzzy
+#~ msgid "Export"
+#~ msgstr "Eksperta"
+
+#~ msgid ""
+#~ "GNU/Linux manages time in GMT (Greenwich Mean Time) and translates it in\n"
+#~ "local time according to the time zone you selected."
+#~ msgstr ""
+#~ "GNU/Linux laiku rina pc GMT jeb \"Grnias Meridina Laika\" un "
+#~ "prvr\n"
+#~ "to par vietjo laiku atbilstoi jsu izvltajai laika joslai."
+
+#~ msgid "Connect to Internet"
+#~ msgstr "Pieslgties Internetam"
+
+#~ msgid "Disconnect from Internet"
+#~ msgstr "Atslgties no Interneta"
+
+#~ msgid "Configure network connection (LAN or Internet)"
+#~ msgstr "Konfigurt tkla pieslgumu (LAN vai Interneta)"
+
+#, fuzzy
+#~ msgid "Detected %s, do you want to set it up?"
+#~ msgstr "Uz kuru disku vlaties to prvietot?"
+
+#, fuzzy
+#~ msgid "Please choose the printer you want to set up."
+#~ msgstr "Ldzu izvlieties pakotnes, ko vlaties instalt"
+
+#, fuzzy
+#~ msgid "Infos"
+#~ msgstr "Info"
+
+#, fuzzy
+#~ msgid "Windows Importation"
+#~ msgstr "Gnome darbastacija"
+
+#~ msgid "authentification"
+#~ msgstr "autentifikcija"
+
+#~ msgid "user"
+#~ msgstr "lietotjs"
+
+#~ msgid "Scanning available nfs shared resource"
+#~ msgstr "Skanju piejamos nfs kopgos resursus"
+
+#~ msgid "Scanning available nfs shared resource of server %s"
+#~ msgstr "Skanju piejamos nfs kopgos resursus uz servera %s"
+
+#~ msgid "Scanning available samba shared resource"
+#~ msgstr "Skanju piejamos samba kopgos resursus"
+
+#~ msgid "Scanning available samba shared resource of server %s"
+#~ msgstr "Skanju piejamos samba kopgos resursus uz servera %s"
+
+#, fuzzy
+#~ msgid ""
+#~ "Please choose the desired printer/printer port.\n"
+#~ "\n"
+#~ msgstr "Ldzu izvlieties jsu peles tipu."
+
+#, fuzzy
+#~ msgid "\\@quit"
+#~ msgstr "Iziet"
+
+#~ msgid "Removable media"
+#~ msgstr "Izemams datu nesjs"
+
+#~ msgid "Active"
+#~ msgstr "Aktva"
+
+#, fuzzy
+#~ msgid "No X"
+#~ msgstr "N"
+
+#~ msgid "A printer, model \"%s\", has been detected on "
+#~ msgstr "Printeris, modelis \"%s\", atrasts pie "
+
+#~ msgid "Local Printer Device"
+#~ msgstr "Lokl printera ierce"
+
+#~ msgid "Printer Device"
+#~ msgstr "Printera ierce"
+
+#, fuzzy
+#~ msgid "Printer(s) on remote CUPS server(s)"
+#~ msgstr "Attls CUPS serveris"
+
+#, fuzzy
+#~ msgid "Printer(s) on remote server(s)"
+#~ msgstr "Attls CUPS serveris"
+
+#, fuzzy
+#~ msgid " Linux "
+#~ msgstr "Linux"
+
+#, fuzzy
+#~ msgid " System "
+#~ msgstr "Sistmas rems"
+
+#, fuzzy
+#~ msgid " Other "
+#~ msgstr "Cits"
+
+#, fuzzy
+#~ msgid "please choose your CD space"
+#~ msgstr "Ldzu izvlieties jsu tastatras izkrtojumu."
+
+#, fuzzy
+#~ msgid " Please check if you are using CDRW media"
+#~ msgstr "Ldzu uzklikiniet uz partcijas"
+
+#, fuzzy
+#~ msgid " Tape "
+#~ msgstr "Tips: "
+
+#, fuzzy
+#~ msgid " Use .backupignore files"
+#~ msgstr "Slikts rezerves kopijas fails"
+
+#, fuzzy
+#~ msgid "Configure it"
+#~ msgstr "X konfigurana"
+
+#, fuzzy
+#~ msgid "on Tape Device"
+#~ msgstr "Printera ierce"
+
+#, fuzzy
+#~ msgid " Cancel "
+#~ msgstr "Atcelt"
+
+#, fuzzy
+#~ msgid " Ok "
+#~ msgstr "Labi"
+
+#, fuzzy
+#~ msgid "close"
+#~ msgstr "Pele"
+
+#
+#, fuzzy
+#~ msgid "toto"
+#~ msgstr "toot"
+
+#, fuzzy
+#~ msgid "Starting your connection..."
+#~ msgstr "Izminu pieslgumu..."
+
+#, fuzzy
+#~ msgid "Closing your connection..."
+#~ msgstr "Izminu pieslgumu..."
+
+#, fuzzy
+#~ msgid "The system is now disconnected."
+#~ msgstr "Sistma palaik ir pieslgta Internetam."
+
+#~ msgid "Choose the size you want to install"
+#~ msgstr "Nordiet apjomu, ko vlaties instalt"
+
+#~ msgid "Total size: "
+#~ msgstr "Kopjais izmrs: "
+
+#~ msgid "Please wait, "
+#~ msgstr "Ldzu uzgaidiet, "
+
+#~ msgid "Total time "
+#~ msgstr "Kopjais laiks"
+
+#~ msgid "Use existing configuration for X11?"
+#~ msgstr "Vai izmantot jau esoo X11 konfigurciju?"
+
+#~ msgid ""
+#~ "What device is your printer connected to \n"
+#~ "(note that /dev/lp0 is equivalent to LPT1:)?\n"
+#~ msgstr ""
+#~ "Kurai iercei ir pieslgts printeris\n"
+#~ "(atcerieties, ka /dev/lp0 atbilst LPT1:)?\n"
+
+#~ msgid "$_"
+#~ msgstr "$_"
+
+#, fuzzy
+#~ msgid ""
+#~ "Warning, the network adapter is already configured. I will reconfigure it."
+#~ msgstr ""
+#~ "Brdinjums, tkla adapteris jau ir konfigurts.\n"
+#~ "Vai vlaties to konfigurt atkrtoti?"
+
+#~ msgid "New"
+#~ msgstr "Jauns"
+
+#~ msgid "Remote"
+#~ msgstr "Attla"
+
+#, fuzzy
+#~ msgid ""
+#~ "Please click on a button above\n"
+#~ "\n"
+#~ "Or use \"New\""
+#~ msgstr "Ldzu uzklikiniet uz partcijas"
+
+#~ msgid "Ambiguity (%s), be more precise\n"
+#~ msgstr "Nenoteiktba (%s), esiet preczks\n"
+
+#~ msgid " ? (default %s) "
+#~ msgstr " ? (noklusti %s) "
+
+#~ msgid "Your choice? (default %s enter `none' for none) "
+#~ msgstr "Jsu izvle? (noklusti %s ievadiet `none', ja nav) "
+
#~ msgid "can not open /etc/sysconfig/autologin for reading: %s"
#~ msgstr "lasanai nevar atvrt /etc/sysconfig/autologin: %s"
@@ -8564,14 +11522,6 @@ msgstr "Zintnisk darbastacija"
#~ "SCSI disks)."
#, fuzzy
-#~ msgid ""
-#~ "The following printers are configured.\n"
-#~ "You can add some more or modify the existing ones."
-#~ msgstr ""
-#~ "Eksist sekojoas drukas rindas.\n"
-#~ "Js varat pievienot jaunass vai izmaint esos."
-
-#, fuzzy
#~ msgid "Connection timeout (in sec) [ beta, not yet implemented ]"
#~ msgstr "Savienojuma tips: "
@@ -8779,7 +11729,7 @@ msgstr "Zintnisk darbastacija"
#~ "\"Disable networking\".\n"
#~ "\n"
#~ "\n"
-#~ "If you wish to configure the network later after installation or if you "
+#~ "If you wish to configure the network later after installation, or if you "
#~ "have\n"
#~ "finished to configure your network connection, choose \"Done\"."
#~ msgstr ""
@@ -9447,15 +12397,6 @@ msgstr "Zintnisk darbastacija"
#~ msgid "Write /etc/fstab"
#~ msgstr "Ierakstt /etc/fstab"
-#~ msgid "Restore from file"
-#~ msgstr "Atjaunot no faila"
-
-#~ msgid "Save in file"
-#~ msgstr "Saglabt fail"
-
-#~ msgid "Restore from floppy"
-#~ msgstr "Atjanot no disketes"
-
#~ msgid "Format all"
#~ msgstr "Formatt visu"
@@ -9500,10 +12441,6 @@ msgstr "Zintnisk darbastacija"
#~ msgstr "Nav printera"
#, fuzzy
-#~ msgid "start it"
-#~ msgstr "ierobeot"
-
-#, fuzzy
#~ msgid "Network Monitoring"
#~ msgstr "Tkla konfigurcija"
@@ -9535,66 +12472,12 @@ msgstr "Zintnisk darbastacija"
#~ msgstr "Savienojuma nosaukums"
#, fuzzy
-#~ msgid "Color configuration"
-#~ msgstr "Konfigurcija"
-
-#, fuzzy
-#~ msgid "Connect"
-#~ msgstr "Nav pieslgts"
-
-#, fuzzy
-#~ msgid "Disconnect"
-#~ msgstr "ISDN pieslgums"
-
-#~ msgid "/File/_New"
-#~ msgstr "/Fails/_Jauns"
-
-#~ msgid "<control>N"
-#~ msgstr "<control>N"
-
-#~ msgid "/File/_Open"
-#~ msgstr "/Fails/_Atvrt"
-
-#~ msgid "<control>O"
-#~ msgstr "<control>O"
-
-#~ msgid "/File/_Save"
-#~ msgstr "/Fails/_Saglabt"
-
-#~ msgid "<control>S"
-#~ msgstr "<control>S"
-
-#~ msgid "/File/Save _As"
-#~ msgstr "/Fails/Saglabt _k"
-
-#~ msgid "/File/-"
-#~ msgstr "/Fails/-"
-
-#~ msgid "/_Options"
-#~ msgstr "/_Opcijas"
-
-#~ msgid "/Options/Test"
-#~ msgstr "/Opcijas/Tests"
-
-#~ msgid "/_Help"
-#~ msgstr "/_Paldzba"
-
-#~ msgid "/Help/_About..."
-#~ msgstr "/Paldzba/_Par..."
-
-#, fuzzy
#~ msgid "Default Runlevel"
#~ msgstr "Noklusts"
-#~ msgid "Europe"
-#~ msgstr "Eiropa"
-
#~ msgid "NetWare"
#~ msgstr "NetWare"
-#~ msgid "Remove queue"
-#~ msgstr "Noemt rindu"
-
#~ msgid "Config file content could not be interpreted."
#~ msgstr "Konfigurcijas faila saturu neizdodas saprast."
@@ -9671,9 +12554,6 @@ msgstr "Zintnisk darbastacija"
#~ msgid "Reverse page order"
#~ msgstr "Agrna lappuu secba"
-#~ msgid "CUPS starting"
-#~ msgstr "CUPS startana"
-
#~ msgid "Select Remote Printer Connection"
#~ msgstr "Izvlieties attla printera pieslgumu"
@@ -9739,10 +12619,6 @@ msgstr "Zintnisk darbastacija"
#~ msgstr "K js vlaties pieslgties Internetam?"
#, fuzzy
-#~ msgid "Lilo/Grub configuration"
-#~ msgstr "LAN konfigurcija"
-
-#, fuzzy
#~ msgid "Selected size %d%s"
#~ msgstr "Izvlieties failu"
@@ -9784,9 +12660,6 @@ msgstr "Zintnisk darbastacija"
#~ msgid "Create a boot floppy"
#~ msgstr "Sknanas disketes radana"
-#~ msgid "Format floppy"
-#~ msgstr "Disketes formatana"
-
#~ msgid "Choice"
#~ msgstr "Izvle"
@@ -9885,10 +12758,6 @@ msgstr "Zintnisk darbastacija"
#~ msgstr "Internets/Pieeja tklam"
#, fuzzy
-#~ msgid "Firewall Configuration Wizard"
-#~ msgstr "Tkla konfiguranas meistars"
-
-#, fuzzy
#~ msgid "Miscellaneous"
#~ msgstr "Dadi jautjumi"
@@ -9928,10 +12797,6 @@ msgstr "Zintnisk darbastacija"
#~ msgid "Scientific applications"
#~ msgstr "Zintnisks programmas"
-#
-#~ msgid "toot"
-#~ msgstr "toot"
-
#~ msgid "File/Print/Samba"
#~ msgstr "Serveris, Failu/Drukas/Samba"
diff --git a/perl-install/share/po/no.po b/perl-install/share/po/no.po
index 47f733568..027ee4ed5 100644
--- a/perl-install/share/po/no.po
+++ b/perl-install/share/po/no.po
@@ -11537,4 +11537,3 @@ msgstr "Multimedia - CD-brenning"
#: ../../share/compssUsers:999
msgid "Scientific Workstation"
msgstr "Vitenskaplig arbeidsstasjon"
-
diff --git a/perl-install/share/po/pl.po b/perl-install/share/po/pl.po
index a18db98a1..420d569c8 100644
--- a/perl-install/share/po/pl.po
+++ b/perl-install/share/po/pl.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: DrakX VERSION\n"
-"POT-Creation-Date: 2001-09-21 19:50+0200\n"
+"POT-Creation-Date: 2002-03-11 18:29+0100\n"
"PO-Revision-Date: 2001-08-10 10:57GMT+0200\n"
"Last-Translator: Pawel Jablonski <pj@linux-mandrake.com>\n"
"Language-Team: Polish <pl@li.org>\n"
@@ -15,24 +15,24 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: KBabel 0.8\n"
-#: ../../Xconfigurator.pm_.c:231
+#: ../../Xconfigurator.pm_.c:242
msgid "Configure all heads independently"
msgstr "Konfiguruj wszystkie monitory niezalenie"
-#: ../../Xconfigurator.pm_.c:232
+#: ../../Xconfigurator.pm_.c:243
msgid "Use Xinerama extension"
msgstr "Uyj rozszerzenia Xinerama"
-#: ../../Xconfigurator.pm_.c:235
+#: ../../Xconfigurator.pm_.c:246
#, c-format
msgid "Configure only card \"%s\" (%s)"
msgstr "Konfiguruj tylko kart \"%s\" (%s)"
-#: ../../Xconfigurator.pm_.c:238
+#: ../../Xconfigurator.pm_.c:249
msgid "Multi-head configuration"
msgstr "Konfiguracja wielomonitorowa"
-#: ../../Xconfigurator.pm_.c:239
+#: ../../Xconfigurator.pm_.c:250
msgid ""
"Your system support multiple head configuration.\n"
"What do you want to do?"
@@ -40,33 +40,43 @@ msgstr ""
"Twj system obsuguje wiele monitorw.\n"
"Co chcesz zrobi?"
-#: ../../Xconfigurator.pm_.c:248
+#: ../../Xconfigurator.pm_.c:261
msgid "Graphic card"
msgstr "Karta graficzna"
-#: ../../Xconfigurator.pm_.c:248
+#: ../../Xconfigurator.pm_.c:262
msgid "Select a graphic card"
msgstr "Wybierz kart graficzn"
-#: ../../Xconfigurator.pm_.c:249
+#: ../../Xconfigurator.pm_.c:286
msgid "Choose a X server"
msgstr "Wybierz X serwer"
-#: ../../Xconfigurator.pm_.c:249
+#: ../../Xconfigurator.pm_.c:286
msgid "X server"
msgstr "X serwer"
-#: ../../Xconfigurator.pm_.c:307 ../../Xconfigurator.pm_.c:313
-#: ../../Xconfigurator.pm_.c:363 ../../Xconfigurator.pm_.c:1435
+#: ../../Xconfigurator.pm_.c:293
+#, fuzzy
+msgid "Choose a X driver"
+msgstr "Wybierz X serwer"
+
+#: ../../Xconfigurator.pm_.c:293
+#, fuzzy
+msgid "X driver"
+msgstr "X serwer"
+
+#: ../../Xconfigurator.pm_.c:360 ../../Xconfigurator.pm_.c:366
+#: ../../Xconfigurator.pm_.c:416 ../../Xconfigurator.pm_.c:1507
#, c-format
msgid "XFree %s"
msgstr "XFree %s"
-#: ../../Xconfigurator.pm_.c:310
+#: ../../Xconfigurator.pm_.c:363
msgid "Which configuration of XFree do you want to have?"
msgstr "Ktr konfiguracj XFree chcesz mie?"
-#: ../../Xconfigurator.pm_.c:321
+#: ../../Xconfigurator.pm_.c:374
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support but only with XFree %s.\n"
@@ -76,18 +86,18 @@ msgstr ""
"Twoja karta jest obsugiwana przez XFree %s, gdzie moe by wydajniejsza "
"obsuga 2D."
-#: ../../Xconfigurator.pm_.c:323 ../../Xconfigurator.pm_.c:356
+#: ../../Xconfigurator.pm_.c:376 ../../Xconfigurator.pm_.c:409
#, c-format
msgid "Your card can have 3D hardware acceleration support with XFree %s."
msgstr "Dla Twojej karty akceleracja 3D jest obsugiwana tylko przez XFree %s."
-#: ../../Xconfigurator.pm_.c:325 ../../Xconfigurator.pm_.c:358
-#: ../../Xconfigurator.pm_.c:1435
+#: ../../Xconfigurator.pm_.c:378 ../../Xconfigurator.pm_.c:411
+#: ../../Xconfigurator.pm_.c:1507
#, c-format
msgid "XFree %s with 3D hardware acceleration"
msgstr "XFree %s z obsug sprztowej akceleracji 3D"
-#: ../../Xconfigurator.pm_.c:333 ../../Xconfigurator.pm_.c:347
+#: ../../Xconfigurator.pm_.c:386 ../../Xconfigurator.pm_.c:400
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support with XFree %s,\n"
@@ -96,12 +106,12 @@ msgstr ""
"Dla Twojej karty akceleracja 3D jest obsugiwana przez XFree %s.\n"
"JEST TO ROZWIZANIE EKSPERYMENTALNE, MOE ZAWIESI KOMPUTER."
-#: ../../Xconfigurator.pm_.c:335 ../../Xconfigurator.pm_.c:349
+#: ../../Xconfigurator.pm_.c:388 ../../Xconfigurator.pm_.c:402
#, c-format
msgid "XFree %s with EXPERIMENTAL 3D hardware acceleration"
msgstr "XFree %s z EKSPERYMENTALN obsug sprztowej akceleracji 3D "
-#: ../../Xconfigurator.pm_.c:344
+#: ../../Xconfigurator.pm_.c:397
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support but only with XFree %s,\n"
@@ -113,31 +123,31 @@ msgstr ""
"Twoja karta jest obsugiwana przez XFree %s, gdzie moe by wydajniejsza "
"obsuga 2D."
-#: ../../Xconfigurator.pm_.c:364
+#: ../../Xconfigurator.pm_.c:417
msgid "Xpmac (installation display driver)"
msgstr "Xpmac (installation display driver)"
-#: ../../Xconfigurator.pm_.c:368
+#: ../../Xconfigurator.pm_.c:421
msgid "XFree configuration"
msgstr "Konfiguracja XFree"
-#: ../../Xconfigurator.pm_.c:434
+#: ../../Xconfigurator.pm_.c:496
msgid "Select the memory size of your graphic card"
msgstr "Okrel rozmiar pamici karty graficznej"
-#: ../../Xconfigurator.pm_.c:492
+#: ../../Xconfigurator.pm_.c:550
msgid "Choose options for server"
msgstr "Wybierz opcje serwera"
-#: ../../Xconfigurator.pm_.c:516
+#: ../../Xconfigurator.pm_.c:574
msgid "Choose a monitor"
msgstr "Wybierz monitor"
-#: ../../Xconfigurator.pm_.c:516
+#: ../../Xconfigurator.pm_.c:574
msgid "Monitor"
msgstr "Monitor"
-#: ../../Xconfigurator.pm_.c:519
+#: ../../Xconfigurator.pm_.c:577
msgid ""
"The two critical parameters are the vertical refresh rate, which is the "
"rate\n"
@@ -160,39 +170,39 @@ msgstr ""
"poniewa moe to spowodowa jego uszkodzenie.\n"
"Jeli masz wtpliwoci, wybierz zachowawcze ustawienia."
-#: ../../Xconfigurator.pm_.c:526
+#: ../../Xconfigurator.pm_.c:584
msgid "Horizontal refresh rate"
msgstr "Czstotliwo synchronizacji poziomej"
-#: ../../Xconfigurator.pm_.c:527
+#: ../../Xconfigurator.pm_.c:585
msgid "Vertical refresh rate"
msgstr "Czstotliwo synchronizacji pionowej"
-#: ../../Xconfigurator.pm_.c:564
+#: ../../Xconfigurator.pm_.c:622
msgid "Monitor not configured"
msgstr "Nie skonfigurowano monitora"
-#: ../../Xconfigurator.pm_.c:567
+#: ../../Xconfigurator.pm_.c:625
msgid "Graphic card not configured yet"
msgstr "Nie skonfigurowano jeszcze karty graficznej"
-#: ../../Xconfigurator.pm_.c:570
+#: ../../Xconfigurator.pm_.c:628
msgid "Resolutions not chosen yet"
msgstr "Nie okrelono jeszcze rozdzielczoci"
-#: ../../Xconfigurator.pm_.c:587
+#: ../../Xconfigurator.pm_.c:646
msgid "Do you want to test the configuration?"
msgstr "Chcesz przetestowa t konfiguracj?"
-#: ../../Xconfigurator.pm_.c:591
+#: ../../Xconfigurator.pm_.c:650
msgid "Warning: testing this graphic card may freeze your computer"
msgstr "Ostrzeenie: testowanie tej karty moe zawiesi komputer"
-#: ../../Xconfigurator.pm_.c:594
+#: ../../Xconfigurator.pm_.c:653
msgid "Test of the configuration"
msgstr "Test konfiguracji"
-#: ../../Xconfigurator.pm_.c:632 ../../Xconfigurator.pm_.c:644
+#: ../../Xconfigurator.pm_.c:692 ../../Xconfigurator.pm_.c:704
msgid ""
"\n"
"try to change some parameters"
@@ -200,156 +210,175 @@ msgstr ""
"\n"
"sprbuj zmieni jakie parametry"
-#: ../../Xconfigurator.pm_.c:632 ../../Xconfigurator.pm_.c:644
+#: ../../Xconfigurator.pm_.c:692 ../../Xconfigurator.pm_.c:704
msgid "An error has occurred:"
msgstr "Wystpi bd:"
-#: ../../Xconfigurator.pm_.c:668
+#: ../../Xconfigurator.pm_.c:731
#, c-format
msgid "Leaving in %d seconds"
msgstr "Pozostalo %d sekund"
-#: ../../Xconfigurator.pm_.c:679
+#: ../../Xconfigurator.pm_.c:742
msgid "Is this the correct setting?"
msgstr "Czy te ustawienia sa prawidlowe?"
-#: ../../Xconfigurator.pm_.c:688
+#: ../../Xconfigurator.pm_.c:751
msgid "An error has occurred, try to change some parameters"
msgstr "Wystpi bd, sprbuj zmieni jakie parametry"
-#: ../../Xconfigurator.pm_.c:759
+#: ../../Xconfigurator.pm_.c:822
msgid "Resolution"
msgstr "Rozdzielczo"
-#: ../../Xconfigurator.pm_.c:810
+#: ../../Xconfigurator.pm_.c:874
msgid "Choose the resolution and the color depth"
msgstr "Okrel rozdzielczo oraz gbi kolorw"
-#: ../../Xconfigurator.pm_.c:812
+#: ../../Xconfigurator.pm_.c:876
#, c-format
msgid "Graphic card: %s"
msgstr "Karta graficzna: %s"
-#: ../../Xconfigurator.pm_.c:813
+#: ../../Xconfigurator.pm_.c:877
#, c-format
msgid "XFree86 server: %s"
msgstr "Serwer XFree86: %s"
-#: ../../Xconfigurator.pm_.c:829 ../../printerdrake.pm_.c:1885
-#: ../../standalone/draknet_.c:298 ../../standalone/draknet_.c:301
+#: ../../Xconfigurator.pm_.c:891 ../../diskdrake/interactive.pm_.c:259
+#: ../../install_steps_interactive.pm_.c:208
+msgid "More"
+msgstr "Wicej"
+
+#: ../../Xconfigurator.pm_.c:891 ../../install_gtk.pm_.c:84
+#: ../../install_steps_gtk.pm_.c:328 ../../interactive.pm_.c:127
+#: ../../interactive.pm_.c:142 ../../interactive.pm_.c:317
+#: ../../interactive.pm_.c:349 ../../interactive_http.pm_.c:104
+#: ../../interactive_newt.pm_.c:170 ../../interactive_stdio.pm_.c:141
+#: ../../interactive_stdio.pm_.c:142 ../../my_gtk.pm_.c:686
+#: ../../my_gtk.pm_.c:1019 ../../my_gtk.pm_.c:1041
+#: ../../standalone/drakbackup_.c:2298 ../../standalone/drakbackup_.c:2369
+#: ../../standalone/drakbackup_.c:2385
+msgid "Ok"
+msgstr "Ok"
+
+#: ../../Xconfigurator.pm_.c:893 ../../network/netconnect.pm_.c:169
+#: ../../printerdrake.pm_.c:2470 ../../standalone/draknet_.c:275
+#: ../../standalone/draknet_.c:278
msgid "Expert Mode"
msgstr "Tryb eksperta"
-#: ../../Xconfigurator.pm_.c:830
+#: ../../Xconfigurator.pm_.c:894
msgid "Show all"
msgstr "Poka wszystkie"
-#: ../../Xconfigurator.pm_.c:875
+#: ../../Xconfigurator.pm_.c:939
msgid "Resolutions"
msgstr "Rozdzielczoci"
-#: ../../Xconfigurator.pm_.c:1437
+#: ../../Xconfigurator.pm_.c:1509
#, c-format
msgid "Keyboard layout: %s\n"
msgstr "Ukad klawiatury: %s\n"
-#: ../../Xconfigurator.pm_.c:1438
+#: ../../Xconfigurator.pm_.c:1510
#, c-format
msgid "Mouse type: %s\n"
msgstr "Typ myszy: %s\n"
-#: ../../Xconfigurator.pm_.c:1439
+#: ../../Xconfigurator.pm_.c:1511
#, c-format
msgid "Mouse device: %s\n"
msgstr "Port myszy: %s\n"
-#: ../../Xconfigurator.pm_.c:1440
+#: ../../Xconfigurator.pm_.c:1512
#, c-format
msgid "Monitor: %s\n"
msgstr "Monitor: %s\n"
-#: ../../Xconfigurator.pm_.c:1441
+#: ../../Xconfigurator.pm_.c:1513
#, c-format
msgid "Monitor HorizSync: %s\n"
msgstr "Synchronizacja pozioma monitora: %s\n"
-#: ../../Xconfigurator.pm_.c:1442
+#: ../../Xconfigurator.pm_.c:1514
#, c-format
msgid "Monitor VertRefresh: %s\n"
msgstr "Synchronizacja pionowa monitora: %s\n"
-#: ../../Xconfigurator.pm_.c:1443
+#: ../../Xconfigurator.pm_.c:1515
#, c-format
msgid "Graphic card: %s\n"
msgstr "Karta graficzna: %s\n"
-#: ../../Xconfigurator.pm_.c:1444
+#: ../../Xconfigurator.pm_.c:1516
#, fuzzy, c-format
msgid "Graphic card identification: %s\n"
msgstr "Karta graficzna: %s\n"
-#: ../../Xconfigurator.pm_.c:1445
+#: ../../Xconfigurator.pm_.c:1517
#, c-format
msgid "Graphic memory: %s kB\n"
msgstr "Pami karty: %s kB\n"
-#: ../../Xconfigurator.pm_.c:1447
+#: ../../Xconfigurator.pm_.c:1519
#, c-format
msgid "Color depth: %s\n"
msgstr "Ilo kolorw: %s\n"
-#: ../../Xconfigurator.pm_.c:1448
+#: ../../Xconfigurator.pm_.c:1520
#, c-format
msgid "Resolution: %s\n"
msgstr "Rozdzielczo: %s\n"
-#: ../../Xconfigurator.pm_.c:1450
+#: ../../Xconfigurator.pm_.c:1522
#, c-format
msgid "XFree86 server: %s\n"
msgstr "Serwer XFree86: %s\n"
-#: ../../Xconfigurator.pm_.c:1451
+#: ../../Xconfigurator.pm_.c:1523
#, c-format
msgid "XFree86 driver: %s\n"
msgstr "Sterownik XFree86: %s\n"
-#: ../../Xconfigurator.pm_.c:1469
+#: ../../Xconfigurator.pm_.c:1541
msgid "Preparing X-Window configuration"
msgstr "Przygotowywanie konfiguracji X-Window"
-#: ../../Xconfigurator.pm_.c:1489
+#: ../../Xconfigurator.pm_.c:1561
msgid "What do you want to do?"
msgstr "Co chcesz zrobi?"
-#: ../../Xconfigurator.pm_.c:1494
+#: ../../Xconfigurator.pm_.c:1566
msgid "Change Monitor"
msgstr "Zmieni monitor"
-#: ../../Xconfigurator.pm_.c:1495
+#: ../../Xconfigurator.pm_.c:1567
msgid "Change Graphic card"
msgstr "Zmieni kart graficzn"
-#: ../../Xconfigurator.pm_.c:1497
+#: ../../Xconfigurator.pm_.c:1570
msgid "Change Server options"
msgstr "Zmieni opcje serwera"
-#: ../../Xconfigurator.pm_.c:1498
+#: ../../Xconfigurator.pm_.c:1571
msgid "Change Resolution"
msgstr "Zmieni rozdzielczo"
-#: ../../Xconfigurator.pm_.c:1499
+#: ../../Xconfigurator.pm_.c:1572
msgid "Show information"
msgstr "Obejrze informacje"
-#: ../../Xconfigurator.pm_.c:1500
+#: ../../Xconfigurator.pm_.c:1573
msgid "Test again"
msgstr "Przetestowa ponownie"
-#: ../../Xconfigurator.pm_.c:1501 ../../bootlook.pm_.c:156
+#: ../../Xconfigurator.pm_.c:1574 ../../printerdrake.pm_.c:2473
+#: ../../standalone/logdrake_.c:225
msgid "Quit"
msgstr "Wyj"
-#: ../../Xconfigurator.pm_.c:1509
+#: ../../Xconfigurator.pm_.c:1582
#, c-format
msgid ""
"Keep the changes?\n"
@@ -362,20 +391,11 @@ msgstr ""
"\n"
"%s"
-#: ../../Xconfigurator.pm_.c:1532
-#, c-format
-msgid "Please relog into %s to activate the changes"
-msgstr "By uaktywni zmiany zaloguj si ponownie do %s"
-
-#: ../../Xconfigurator.pm_.c:1552
-msgid "Please log out and then use Ctrl-Alt-BackSpace"
-msgstr "Wyloguj si i uyj kombinacji klawiszy Ctrl-Alt-BackSpace "
-
-#: ../../Xconfigurator.pm_.c:1555
+#: ../../Xconfigurator.pm_.c:1603
msgid "X at startup"
msgstr "X przy uruchomieniu "
-#: ../../Xconfigurator.pm_.c:1556
+#: ../../Xconfigurator.pm_.c:1604
msgid ""
"I can set up your computer to automatically start X upon booting.\n"
"Would you like X to start when you reboot?"
@@ -384,6 +404,15 @@ msgstr ""
"y.\n"
"Czy chcesz, by X-y uruchamiay si po restarcie?"
+#: ../../Xconfigurator.pm_.c:1610
+#, c-format
+msgid "Please relog into %s to activate the changes"
+msgstr "By uaktywni zmiany zaloguj si ponownie do %s"
+
+#: ../../Xconfigurator.pm_.c:1625
+msgid "Please log out and then use Ctrl-Alt-BackSpace"
+msgstr "Wyloguj si i uyj kombinacji klawiszy Ctrl-Alt-BackSpace "
+
#: ../../Xconfigurator_consts.pm_.c:6
msgid "256 colors (8 bits)"
msgstr "256 kolorw (8 bitw)"
@@ -404,247 +433,257 @@ msgstr "16 milionw kolorw (24 bity)"
msgid "4 billion colors (32 bits)"
msgstr "4 miliardy kolorw (32 bity)"
-#: ../../Xconfigurator_consts.pm_.c:106
+#: ../../Xconfigurator_consts.pm_.c:113
msgid "256 kB"
msgstr "256 kB"
-#: ../../Xconfigurator_consts.pm_.c:107
+#: ../../Xconfigurator_consts.pm_.c:114
msgid "512 kB"
msgstr "512 kB"
-#: ../../Xconfigurator_consts.pm_.c:108
+#: ../../Xconfigurator_consts.pm_.c:115
msgid "1 MB"
msgstr "1 MB"
-#: ../../Xconfigurator_consts.pm_.c:109
+#: ../../Xconfigurator_consts.pm_.c:116
msgid "2 MB"
msgstr "2 MB"
-#: ../../Xconfigurator_consts.pm_.c:110
+#: ../../Xconfigurator_consts.pm_.c:117
msgid "4 MB"
msgstr "4 MB"
-#: ../../Xconfigurator_consts.pm_.c:111
+#: ../../Xconfigurator_consts.pm_.c:118
msgid "8 MB"
msgstr "8 MB"
-#: ../../Xconfigurator_consts.pm_.c:112
+#: ../../Xconfigurator_consts.pm_.c:119
msgid "16 MB"
msgstr "16 MB"
-#: ../../Xconfigurator_consts.pm_.c:113
+#: ../../Xconfigurator_consts.pm_.c:120
msgid "32 MB"
msgstr "32 MB"
-#: ../../Xconfigurator_consts.pm_.c:114
+#: ../../Xconfigurator_consts.pm_.c:121
msgid "64 MB or more"
msgstr "64 MB lub wicej"
-#: ../../Xconfigurator_consts.pm_.c:122
+#: ../../Xconfigurator_consts.pm_.c:129
msgid "Standard VGA, 640x480 at 60 Hz"
msgstr "Standardowa VGA, 640x480 przy 60 Hz"
-#: ../../Xconfigurator_consts.pm_.c:123
+#: ../../Xconfigurator_consts.pm_.c:130
msgid "Super VGA, 800x600 at 56 Hz"
msgstr "Super VGA, 800x600 przy 56 Hz"
-#: ../../Xconfigurator_consts.pm_.c:124
+#: ../../Xconfigurator_consts.pm_.c:131
msgid "8514 Compatible, 1024x768 at 87 Hz interlaced (no 800x600)"
msgstr "Zgodny z 8514, 1024x768 przy 87 Hz z przeplotem (bez 800x600)"
-#: ../../Xconfigurator_consts.pm_.c:125
+#: ../../Xconfigurator_consts.pm_.c:132
msgid "Super VGA, 1024x768 at 87 Hz interlaced, 800x600 at 56 Hz"
msgstr "Super VGA, 1024x768 przy 87 Hz z przeplotem, 800x600 in 56 Hz"
-#: ../../Xconfigurator_consts.pm_.c:126
+#: ../../Xconfigurator_consts.pm_.c:133
msgid "Extended Super VGA, 800x600 at 60 Hz, 640x480 at 72 Hz"
msgstr "Rozszerzona SVGA, 800x600 przy 60 Hz, 640x480 przy 72 Hz"
-#: ../../Xconfigurator_consts.pm_.c:127
+#: ../../Xconfigurator_consts.pm_.c:134
msgid "Non-Interlaced SVGA, 1024x768 at 60 Hz, 800x600 at 72 Hz"
msgstr "SVGA bez przeplotu, 1024x768 przy 60 Hz, 800x600 przy 72 Hz"
-#: ../../Xconfigurator_consts.pm_.c:128
+#: ../../Xconfigurator_consts.pm_.c:135
msgid "High Frequency SVGA, 1024x768 at 70 Hz"
msgstr "Wysokoczstotliwociowy SVGA, 1024x768 przy 70 Hz"
-#: ../../Xconfigurator_consts.pm_.c:129
+#: ../../Xconfigurator_consts.pm_.c:136
msgid "Multi-frequency that can do 1280x1024 at 60 Hz"
msgstr "Wieloczstotliwociowy do 1280x1024 przy 60 Hz"
-#: ../../Xconfigurator_consts.pm_.c:130
+#: ../../Xconfigurator_consts.pm_.c:137
msgid "Multi-frequency that can do 1280x1024 at 74 Hz"
msgstr "Wieloczstotliwociowy do 1280x1024 przy 74 Hz"
-#: ../../Xconfigurator_consts.pm_.c:131
+#: ../../Xconfigurator_consts.pm_.c:138
msgid "Multi-frequency that can do 1280x1024 at 76 Hz"
msgstr "Wieloczstotliwociowy do 1280x1024 przy 76 Hz"
-#: ../../Xconfigurator_consts.pm_.c:132
+#: ../../Xconfigurator_consts.pm_.c:139
msgid "Monitor that can do 1600x1200 at 70 Hz"
msgstr "Monitor do 1600x1200 przy 70 Hz"
-#: ../../Xconfigurator_consts.pm_.c:133
+#: ../../Xconfigurator_consts.pm_.c:140
msgid "Monitor that can do 1600x1200 at 76 Hz"
msgstr "Monitor do 1600x1200 przy 76 Hz"
-#: ../../any.pm_.c:96 ../../any.pm_.c:121
+#: ../../any.pm_.c:116 ../../any.pm_.c:141
msgid "First sector of boot partition"
msgstr "Pierwszy sektor na partycji startowej"
-#: ../../any.pm_.c:96 ../../any.pm_.c:121 ../../any.pm_.c:194
+#: ../../any.pm_.c:116 ../../any.pm_.c:141 ../../any.pm_.c:218
msgid "First sector of drive (MBR)"
msgstr "Pierwszy sektor na dysku (MBR)"
-#: ../../any.pm_.c:100
+#: ../../any.pm_.c:120
msgid "SILO Installation"
msgstr "Instalacja SILO"
-#: ../../any.pm_.c:101 ../../any.pm_.c:114
+#: ../../any.pm_.c:121 ../../any.pm_.c:134
msgid "Where do you want to install the bootloader?"
msgstr "Gdzie chcesz zainstalowa program rozruchowy?"
-#: ../../any.pm_.c:113
+#: ../../any.pm_.c:133
msgid "LILO/grub Installation"
msgstr "Instalacja LILO/Grub"
-#: ../../any.pm_.c:125 ../../any.pm_.c:139
+#: ../../any.pm_.c:145 ../../any.pm_.c:159
msgid "SILO"
msgstr "SILO"
-#: ../../any.pm_.c:127
+#: ../../any.pm_.c:147
msgid "LILO with text menu"
msgstr "LILO z menu tekstowym"
-#: ../../any.pm_.c:128 ../../any.pm_.c:139
+#: ../../any.pm_.c:148 ../../any.pm_.c:159
msgid "LILO with graphical menu"
msgstr "LILO z menu graficznym"
-#: ../../any.pm_.c:131
+#: ../../any.pm_.c:151
msgid "Grub"
msgstr "Grub"
-#: ../../any.pm_.c:135
+#: ../../any.pm_.c:155
msgid "Boot from DOS/Windows (loadlin)"
msgstr "Start z DOS/Windows (loadlin)"
-#: ../../any.pm_.c:137 ../../any.pm_.c:139
+#: ../../any.pm_.c:157 ../../any.pm_.c:159
msgid "Yaboot"
msgstr "Yaboot"
-#: ../../any.pm_.c:145 ../../any.pm_.c:177
+#: ../../any.pm_.c:166 ../../any.pm_.c:198
msgid "Bootloader main options"
msgstr "Podstawowe opcje programu rozruchowego"
-#: ../../any.pm_.c:146 ../../any.pm_.c:178
+#: ../../any.pm_.c:167 ../../any.pm_.c:199
msgid "Bootloader to use"
msgstr "Uyty program rozruchowy"
-#: ../../any.pm_.c:148
+#: ../../any.pm_.c:169
msgid "Bootloader installation"
msgstr "Instalacja programu rozruchowego"
-#: ../../any.pm_.c:150 ../../any.pm_.c:180
+#: ../../any.pm_.c:171 ../../any.pm_.c:201
msgid "Boot device"
msgstr "Urzdzenie startowe"
-#: ../../any.pm_.c:151
+#: ../../any.pm_.c:172
msgid "LBA (doesn't work on old BIOSes)"
msgstr "LBA (nie funkcjonuje ze starszymi BIOSami)"
-#: ../../any.pm_.c:152
+#: ../../any.pm_.c:173
msgid "Compact"
msgstr "Odczytuj due bloki"
-#: ../../any.pm_.c:152
+#: ../../any.pm_.c:173
msgid "compact"
msgstr "due bloki"
-#: ../../any.pm_.c:153 ../../any.pm_.c:250
+#: ../../any.pm_.c:174 ../../any.pm_.c:298
msgid "Video mode"
msgstr "Tryb video"
-#: ../../any.pm_.c:155
+#: ../../any.pm_.c:176
msgid "Delay before booting default image"
msgstr "Opnienie przed uruchomieniem domylnego systemu"
-#: ../../any.pm_.c:157 ../../any.pm_.c:730
-#: ../../install_steps_interactive.pm_.c:938 ../../network/modem.pm_.c:46
-#: ../../printerdrake.pm_.c:402 ../../printerdrake.pm_.c:481
-#: ../../standalone/draknet_.c:603
+#: ../../any.pm_.c:178 ../../any.pm_.c:796
+#: ../../install_steps_interactive.pm_.c:1115 ../../network/modem.pm_.c:48
+#: ../../printerdrake.pm_.c:708 ../../printerdrake.pm_.c:806
+#: ../../standalone/draknet_.c:625
msgid "Password"
msgstr "Haso"
-#: ../../any.pm_.c:158 ../../any.pm_.c:731
-#: ../../install_steps_interactive.pm_.c:939
+#: ../../any.pm_.c:179 ../../any.pm_.c:797
+#: ../../install_steps_interactive.pm_.c:1116
msgid "Password (again)"
msgstr "Haso (powtrnie)"
-#: ../../any.pm_.c:159
+#: ../../any.pm_.c:180
msgid "Restrict command line options"
msgstr "Ograniczenie opcji linii komend"
-#: ../../any.pm_.c:159
+#: ../../any.pm_.c:180
msgid "restrict"
msgstr "ograniczenie"
-#: ../../any.pm_.c:161
+#: ../../any.pm_.c:182
msgid "Clean /tmp at each boot"
msgstr "Wyczyci /tmp przy kadym starcie systemu"
-#: ../../any.pm_.c:162
+#: ../../any.pm_.c:183
#, c-format
msgid "Precise RAM size if needed (found %d MB)"
msgstr "Okrel rozmiar pamici, jeli trzeba (znaleziono %d MB)"
-#: ../../any.pm_.c:164
+#: ../../any.pm_.c:185
msgid "Enable multi profiles"
msgstr "Wczy profile sprztowe?"
-#: ../../any.pm_.c:168
+#: ../../any.pm_.c:189
msgid "Give the ram size in MB"
msgstr "Podaj rozmiar pamici w MB"
-#: ../../any.pm_.c:170
+#: ../../any.pm_.c:191
msgid ""
"Option ``Restrict command line options'' is of no use without a password"
msgstr "Opcja \"Ograniczenie opcji linii komend\" nie dziaa bez hasa"
-#: ../../any.pm_.c:171 ../../any.pm_.c:707
-#: ../../install_steps_interactive.pm_.c:933
+#: ../../any.pm_.c:192 ../../any.pm_.c:773
+#: ../../diskdrake/interactive.pm_.c:1135
+#: ../../install_steps_interactive.pm_.c:1110
msgid "Please try again"
msgstr "Prosz sprbowa ponownie"
-#: ../../any.pm_.c:171 ../../any.pm_.c:707
-#: ../../install_steps_interactive.pm_.c:933
+#: ../../any.pm_.c:192 ../../any.pm_.c:773
+#: ../../install_steps_interactive.pm_.c:1110
msgid "The passwords do not match"
msgstr "Hasa nie zgadzaj si"
-#: ../../any.pm_.c:179
+#: ../../any.pm_.c:200
msgid "Init Message"
msgstr "Komunikat startowy"
-#: ../../any.pm_.c:181
+#: ../../any.pm_.c:202
msgid "Open Firmware Delay"
msgstr "Open Firmware Delay"
-#: ../../any.pm_.c:182
+#: ../../any.pm_.c:203
msgid "Kernel Boot Timeout"
msgstr "Opnienie uruchamiania"
-#: ../../any.pm_.c:183
+#: ../../any.pm_.c:204
msgid "Enable CD Boot?"
msgstr "Uaktywni uruchamianie z CD?"
-#: ../../any.pm_.c:184
+#: ../../any.pm_.c:205
msgid "Enable OF Boot?"
msgstr "Enable OF Boot?"
-#: ../../any.pm_.c:185
+#: ../../any.pm_.c:206
msgid "Default OS?"
msgstr "Domylny system?"
-#: ../../any.pm_.c:207
+#: ../../any.pm_.c:240
+msgid ""
+"You decided to install the bootloader on a partition.\n"
+"This implies you already have a bootloader on the hard drive you boot (eg: "
+"System Commander).\n"
+"\n"
+"On which drive are you booting?"
+msgstr ""
+
+#: ../../any.pm_.c:255
msgid ""
"Here are the different entries.\n"
"You can add some more or change the existing ones."
@@ -652,144 +691,154 @@ msgstr ""
"Masz nastpujce pozycje.\n"
"Moesz doda nastpne lub zmieni istniejce."
-#: ../../any.pm_.c:217
+#: ../../any.pm_.c:265 ../../standalone/drakbackup_.c:752
+#: ../../standalone/drakbackup_.c:861 ../../standalone/drakfont_.c:789
+#: ../../standalone/drakfont_.c:826
msgid "Add"
msgstr "Dodaj"
-#: ../../any.pm_.c:217 ../../any.pm_.c:718 ../../diskdrake.pm_.c:161
-#: ../../interactive_http.pm_.c:153 ../../printerdrake.pm_.c:1846
-#: ../../printerdrake.pm_.c:1847 ../../printerdrake.pm_.c:1904
-#: ../../printerdrake.pm_.c:1948
+#: ../../any.pm_.c:265 ../../any.pm_.c:784 ../../diskdrake/hd_gtk.pm_.c:153
+#: ../../diskdrake/removable.pm_.c:27 ../../diskdrake/smbnfs_gtk.pm_.c:86
+#: ../../interactive_http.pm_.c:153
msgid "Done"
msgstr "Zrobione"
-#: ../../any.pm_.c:217
+#: ../../any.pm_.c:265
msgid "Modify"
msgstr "Modyfikuj"
-#: ../../any.pm_.c:225
+#: ../../any.pm_.c:273
msgid "Which type of entry do you want to add?"
msgstr "Jakiego typu pozycj chcesz doda?"
-#: ../../any.pm_.c:226
+#: ../../any.pm_.c:274 ../../standalone/drakbackup_.c:895
msgid "Linux"
msgstr "Linux"
-#: ../../any.pm_.c:226
+#: ../../any.pm_.c:274
msgid "Other OS (SunOS...)"
msgstr "Inny system operacyjny (SunOS...)"
-#: ../../any.pm_.c:227
+#: ../../any.pm_.c:275
msgid "Other OS (MacOS...)"
msgstr "Inny system operacyjny (MacOS...)"
-#: ../../any.pm_.c:227
+#: ../../any.pm_.c:275
msgid "Other OS (windows...)"
msgstr "Inny system operacyjny (Windows...)"
-#: ../../any.pm_.c:246
+#: ../../any.pm_.c:294
msgid "Image"
msgstr "Obraz"
-#: ../../any.pm_.c:247 ../../any.pm_.c:258
+#: ../../any.pm_.c:295 ../../any.pm_.c:306
msgid "Root"
msgstr "Root"
-#: ../../any.pm_.c:248 ../../any.pm_.c:277
+#: ../../any.pm_.c:296 ../../any.pm_.c:325
msgid "Append"
msgstr "Docz"
-#: ../../any.pm_.c:252
+#: ../../any.pm_.c:300
msgid "Initrd"
msgstr "Startowy ramdysk"
-#: ../../any.pm_.c:253
+#: ../../any.pm_.c:301
msgid "Read-write"
msgstr "Zapis-odczyt"
-#: ../../any.pm_.c:260
+#: ../../any.pm_.c:308
msgid "Table"
msgstr "Tabela"
-#: ../../any.pm_.c:261
+#: ../../any.pm_.c:309
msgid "Unsafe"
msgstr "Niebezpieczne"
-#: ../../any.pm_.c:268 ../../any.pm_.c:273 ../../any.pm_.c:276
+#: ../../any.pm_.c:316 ../../any.pm_.c:321 ../../any.pm_.c:324
msgid "Label"
msgstr "Etykieta"
-#: ../../any.pm_.c:270 ../../any.pm_.c:281
+#: ../../any.pm_.c:318 ../../any.pm_.c:329
msgid "Default"
msgstr "Domylne"
-#: ../../any.pm_.c:278
+#: ../../any.pm_.c:326
msgid "Initrd-size"
msgstr "Rozmiar startowego ramdysku"
-#: ../../any.pm_.c:280
+#: ../../any.pm_.c:328
msgid "NoVideo"
msgstr "brak video"
-#: ../../any.pm_.c:288
+#: ../../any.pm_.c:336
msgid "Remove entry"
msgstr "Usu pozycj"
-#: ../../any.pm_.c:291
+#: ../../any.pm_.c:339
msgid "Empty label not allowed"
msgstr "Pusta etykieta jest niedozwolona"
-#: ../../any.pm_.c:292
+#: ../../any.pm_.c:340
+msgid "You must specify a kernel image"
+msgstr ""
+
+#: ../../any.pm_.c:340
+#, fuzzy
+msgid "You must specify a root partition"
+msgstr "Musisz mie partycj wymiany (swap)"
+
+#: ../../any.pm_.c:341
msgid "This label is already used"
msgstr "Ta etykieta jest ju uywana"
-#: ../../any.pm_.c:597
+#: ../../any.pm_.c:656
#, c-format
msgid "Found %s %s interfaces"
msgstr "Znaleziono %s %s interfejsw"
-#: ../../any.pm_.c:598
+#: ../../any.pm_.c:657
msgid "Do you have another one?"
msgstr "Masz inne?"
-#: ../../any.pm_.c:599
+#: ../../any.pm_.c:658
#, c-format
msgid "Do you have any %s interfaces?"
msgstr "Czy masz interfejs %s?"
-#: ../../any.pm_.c:601 ../../any.pm_.c:760 ../../interactive.pm_.c:112
-#: ../../my_gtk.pm_.c:715
+#: ../../any.pm_.c:660 ../../any.pm_.c:832 ../../interactive.pm_.c:132
+#: ../../my_gtk.pm_.c:1018
msgid "No"
msgstr "Nie"
-#: ../../any.pm_.c:601 ../../any.pm_.c:759 ../../interactive.pm_.c:112
-#: ../../my_gtk.pm_.c:715
+#: ../../any.pm_.c:660 ../../any.pm_.c:831 ../../interactive.pm_.c:132
+#: ../../my_gtk.pm_.c:1018
msgid "Yes"
msgstr "Tak"
-#: ../../any.pm_.c:602
+#: ../../any.pm_.c:661
msgid "See hardware info"
msgstr "Poka informacj o sprzcie"
#. -PO: the first %s is the card type (scsi, network, sound,...)
#. -PO: the second is the vendor+model name
-#: ../../any.pm_.c:637
+#: ../../any.pm_.c:695
#, c-format
msgid "Installing driver for %s card %s"
msgstr "Instalacja sterownika do karty %s %s"
-#: ../../any.pm_.c:638
+#: ../../any.pm_.c:696
#, c-format
msgid "(module %s)"
msgstr "(modu %s)"
#. -PO: the %s is the driver type (scsi, network, sound,...)
-#: ../../any.pm_.c:649
+#: ../../any.pm_.c:707
#, c-format
msgid "Which %s driver should I try?"
msgstr "Ktry sterownik %s wyprbowa?"
-#: ../../any.pm_.c:657
+#: ../../any.pm_.c:715
#, c-format
msgid ""
"In some cases, the %s driver needs to have extra information to work\n"
@@ -807,20 +856,22 @@ msgstr ""
"Czasami wykrywanie moe zawiesi komputer, nie powoduje to\n"
"jednak adnych problemw (utraty danych)."
-#: ../../any.pm_.c:662
+#: ../../any.pm_.c:720
msgid "Autoprobe"
msgstr "Autodetekcja"
-#: ../../any.pm_.c:662
+#: ../../any.pm_.c:720
msgid "Specify options"
msgstr "Okrel parametry"
-#: ../../any.pm_.c:666
+#: ../../any.pm_.c:725
#, c-format
-msgid "You may now provide its options to module %s."
-msgstr "Moesz teraz okreli parametry moduu %s."
+msgid ""
+"You may now provide its options to module %s.\n"
+"Note that any address should be entered with the prefix 0x like '0x123'"
+msgstr ""
-#: ../../any.pm_.c:672
+#: ../../any.pm_.c:731
#, c-format
msgid ""
"You may now provide its options to module %s.\n"
@@ -831,11 +882,11 @@ msgstr ""
"S one w formacie \"nazwa1=warto1 nazwa2=warto2 ...\n"
"Np. \"io=0x300 irq=7\" "
-#: ../../any.pm_.c:675
+#: ../../any.pm_.c:734
msgid "Module options:"
msgstr "Opcje moduu:"
-#: ../../any.pm_.c:686
+#: ../../any.pm_.c:745
#, c-format
msgid ""
"Loading module %s failed.\n"
@@ -844,34 +895,50 @@ msgstr ""
"Nieudane zaadowanie moduu %s.\n"
"Chcesz sprbowa z innymi parametrami?"
-#: ../../any.pm_.c:704
+#: ../../any.pm_.c:761
+msgid "access to X programs"
+msgstr ""
+
+#: ../../any.pm_.c:762
+msgid "access to rpm tools"
+msgstr ""
+
+#: ../../any.pm_.c:763
+msgid "allow \"su\""
+msgstr ""
+
+#: ../../any.pm_.c:764
+msgid "access to administrative files"
+msgstr ""
+
+#: ../../any.pm_.c:769
#, c-format
msgid "(already added %s)"
msgstr "(ju dodano %s)"
-#: ../../any.pm_.c:708
+#: ../../any.pm_.c:774
msgid "This password is too simple"
msgstr "Haso jest zbyt proste"
-#: ../../any.pm_.c:709
+#: ../../any.pm_.c:775
msgid "Please give a user name"
msgstr "Prosz poda nazw uytkownika"
-#: ../../any.pm_.c:710
+#: ../../any.pm_.c:776
msgid ""
"The user name must contain only lower cased letters, numbers, `-' and `_'"
msgstr ""
"Nazwa uytkownika moe skada si tylko z maych liter, cyfr, `-'i `_'"
-#: ../../any.pm_.c:711
+#: ../../any.pm_.c:777
msgid "This user name is already added"
msgstr "Ten uytkownik zosta ju dodany"
-#: ../../any.pm_.c:715
+#: ../../any.pm_.c:781
msgid "Add user"
msgstr "Dodaj uytkownika"
-#: ../../any.pm_.c:716
+#: ../../any.pm_.c:782
#, c-format
msgid ""
"Enter a user\n"
@@ -880,32 +947,32 @@ msgstr ""
"Podaj dane uytkownika\n"
"%s"
-#: ../../any.pm_.c:717
+#: ../../any.pm_.c:783
msgid "Accept user"
msgstr "Akceptuj uytkownika"
-#: ../../any.pm_.c:728
+#: ../../any.pm_.c:794
msgid "Real name"
msgstr "Nazwisko"
-#: ../../any.pm_.c:729 ../../printerdrake.pm_.c:401
-#: ../../printerdrake.pm_.c:480
+#: ../../any.pm_.c:795 ../../printerdrake.pm_.c:707
+#: ../../printerdrake.pm_.c:805
msgid "User name"
msgstr "Identyfikator:"
-#: ../../any.pm_.c:732
+#: ../../any.pm_.c:798
msgid "Shell"
msgstr "Powoka"
-#: ../../any.pm_.c:734
+#: ../../any.pm_.c:800
msgid "Icon"
msgstr "Ikona"
-#: ../../any.pm_.c:756
+#: ../../any.pm_.c:828
msgid "Autologin"
msgstr "Automatyczne logowanie"
-#: ../../any.pm_.c:757
+#: ../../any.pm_.c:829
#, fuzzy
msgid ""
"I can set up your computer to automatically log on one user.\n"
@@ -914,33 +981,204 @@ msgstr ""
"Mona skonfigurowa komputer, by automatycznie logowa uytkownika\n"
"w systemie. Jeli nie chcesz korzysta z tej moliwoci, wybierz Anuluj."
-#: ../../any.pm_.c:761
+#: ../../any.pm_.c:833
msgid "Choose the default user:"
msgstr "Wybierz domylnego uytkownika:"
-#: ../../any.pm_.c:762
+#: ../../any.pm_.c:834
msgid "Choose the window manager to run:"
msgstr "Wybierz uruchamiane rodowisko graficzne:"
-#: ../../any.pm_.c:771
-msgid "Please, choose a language to use."
+#: ../../any.pm_.c:849
+#, fuzzy
+msgid "Please choose a language to use."
msgstr "Wybierz jzyk uywania systemu"
-#: ../../any.pm_.c:773
+#: ../../any.pm_.c:851
msgid "You can choose other languages that will be available after install"
msgstr ""
"Moesz wybra inne jzyki, ktre chcesz mie do dyspozycji po instalacji"
-#: ../../any.pm_.c:785 ../../install_steps_interactive.pm_.c:633
+#: ../../any.pm_.c:863 ../../install_steps_interactive.pm_.c:719
+#: ../../standalone/drakxtv_.c:54
msgid "All"
msgstr "Wszystkie"
+#: ../../any.pm_.c:955
+#, fuzzy
+msgid "Allow all users"
+msgstr "Uytkownicy"
+
+#: ../../any.pm_.c:955 ../../install_steps_interactive.pm_.c:521
+msgid "Custom"
+msgstr "Uytkownika"
+
+#: ../../any.pm_.c:955
+#, fuzzy
+msgid "No sharing"
+msgstr "Uruchamianie CUPS"
+
+#: ../../any.pm_.c:965 ../../network/smbnfs.pm_.c:45
+#, fuzzy, c-format
+msgid "The package %s needs to be installed. Do you want to install it?"
+msgstr ""
+"Ten pakiet musi by uaktualniony.\n"
+"Jeste pewien, e chcesz go odznaczy?"
+
+#: ../../any.pm_.c:968
+msgid "You can export using NFS or Samba. Which one do you want"
+msgstr ""
+
+#: ../../any.pm_.c:976 ../../network/smbnfs.pm_.c:49
+#, c-format
+msgid "Mandatory package %s is missing"
+msgstr ""
+
+#: ../../any.pm_.c:982
+msgid ""
+"Do you want to allow users to export some directories in their home?\n"
+"Allowing this will permit users to simply click on \"Share\" in konqueror "
+"and nautilus.\n"
+"\n"
+"\"Custom\" permit a per-user granularity.\n"
+msgstr ""
+
+#: ../../any.pm_.c:996 ../../bootlook.pm_.c:161
+#: ../../diskdrake/smbnfs_gtk.pm_.c:85 ../../install_steps_gtk.pm_.c:464
+#: ../../install_steps_gtk.pm_.c:522 ../../install_steps_interactive.pm_.c:594
+#: ../../interactive.pm_.c:142 ../../interactive.pm_.c:317
+#: ../../interactive.pm_.c:349 ../../interactive_stdio.pm_.c:141
+#: ../../my_gtk.pm_.c:687 ../../my_gtk.pm_.c:690 ../../my_gtk.pm_.c:1019
+#: ../../network/netconnect.pm_.c:47 ../../printerdrake.pm_.c:1586
+#: ../../standalone/drakautoinst_.c:204 ../../standalone/drakbackup_.c:2264
+#: ../../standalone/drakbackup_.c:2289 ../../standalone/drakbackup_.c:2310
+#: ../../standalone/drakbackup_.c:2331 ../../standalone/drakbackup_.c:2349
+#: ../../standalone/drakbackup_.c:2397 ../../standalone/drakbackup_.c:2417
+#: ../../standalone/drakbackup_.c:2436 ../../standalone/drakfont_.c:767
+#: ../../standalone/drakgw_.c:721 ../../standalone/draknet_.c:116
+#: ../../standalone/draknet_.c:148 ../../standalone/draknet_.c:290
+#: ../../standalone/draknet_.c:538 ../../standalone/draknet_.c:680
+#: ../../standalone/logdrake_.c:225 ../../standalone/logdrake_.c:512
+#: ../../standalone/tinyfirewall_.c:65
+msgid "Cancel"
+msgstr "Anuluj"
+
+#: ../../any.pm_.c:996
+msgid "Launch userdrake"
+msgstr ""
+
+#: ../../any.pm_.c:998
+msgid ""
+"The per-user sharing uses the group \"fileshare\". \n"
+"You can use userdrake to add a user in this group."
+msgstr ""
+
+#: ../../any.pm_.c:1035
+msgid "Welcome To Crackers"
+msgstr "Witajcie, wamywacze"
+
+#: ../../any.pm_.c:1036
+msgid "Poor"
+msgstr "Zy"
+
+#: ../../any.pm_.c:1037 ../../mouse.pm_.c:31
+msgid "Standard"
+msgstr "Standardowa"
+
+#: ../../any.pm_.c:1038
+msgid "High"
+msgstr "Wysoki"
+
+#: ../../any.pm_.c:1039
+#, fuzzy
+msgid "Higher"
+msgstr "Wysoki"
+
+#: ../../any.pm_.c:1040
+msgid "Paranoid"
+msgstr "Paranoidalny"
+
+#: ../../any.pm_.c:1043
+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 ""
+"Ten poziom powinien by uywany ostronie. Co prawda system jest atwiejszy\n"
+"do uywania, ale jest te bardziej wraliwy i mniej bezpieczny, szczeglnie "
+"dla \n"
+"maszyn pracujcych w Internecie. Nie ma zabezpieczenia hasem!"
+
+#: ../../any.pm_.c:1046
+msgid ""
+"Password are now enabled, but use as a networked computer is still not "
+"recommended."
+msgstr ""
+"Hasa s uaktywnione, ale cigle nie zalecamy uywania komputera\n"
+"w sieci."
+
+#: ../../any.pm_.c:1047
+#, fuzzy
+msgid ""
+"This is the standard security recommended for a computer that will be used "
+"to connect to the Internet as a client."
+msgstr ""
+"To jest standardowy poziom zabezpiecze dla komputera, ktry bdzie\n"
+"korzysta z sieci jako klient."
+
+#: ../../any.pm_.c:1048
+msgid ""
+"There are already some restrictions, and more automatic checks are run every "
+"night."
+msgstr ""
+
+#: ../../any.pm_.c:1049
+#, fuzzy
+msgid ""
+"With this security level, the use of this system as a server becomes "
+"possible.\n"
+"The security is now high enough to use the system as a server which accept\n"
+"connections from many clients. Note: if your machine is only a client on the "
+"Internet, you should better choose a lower level."
+msgstr ""
+"Ten poziom umoliwia uycie komputera jako serwera, ktry akceptuje\n"
+"poczenia z wieloma klientami przy zachowaniu wysokiego \n"
+"poziomu bezpieczestwa."
+
+#: ../../any.pm_.c:1052
+#, fuzzy
+msgid ""
+"Based on the previous level, but the system is entirely closed.\n"
+"Security features are at their maximum."
+msgstr ""
+"To czwarty poziom zabezpiecze.\n"
+"System jest cakowicie zamknity, poziom zabezpiecze jest maksymalny."
+
+#: ../../any.pm_.c:1058
+msgid "Choose security level"
+msgstr "Wybierz poziom bezpieczestwa"
+
+#: ../../any.pm_.c:1061
+#, fuzzy
+msgid "Security level"
+msgstr "Ustawienie poziomu bezpieczestwa"
+
+#: ../../any.pm_.c:1063
+#, fuzzy
+msgid "Use libsafe for servers"
+msgstr "Wybierz opcje serwera"
+
+#: ../../any.pm_.c:1064
+msgid ""
+"A library which defends against buffer overflow and format string attacks."
+msgstr ""
+
# NOTE: this message will be displayed at boot time; that is
# only the ascii charset will be available on most machines
# so use only 7bit for this message (and do transliteration or
# leave it in English, as it is the best for your language)
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#: ../../bootloader.pm_.c:259
+#: ../../bootloader.pm_.c:355
#, c-format
msgid ""
"Welcome to %s the operating system chooser!\n"
@@ -965,7 +1203,7 @@ msgstr ""
#
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:835
+#: ../../bootloader.pm_.c:928
msgid "Welcome to GRUB the operating system chooser!"
msgstr "Witamy w programie wybierajacym system - GRUB!"
@@ -979,7 +1217,7 @@ msgstr "Witamy w programie wybierajacym system - GRUB!"
#
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:838
+#: ../../bootloader.pm_.c:931
#, c-format
msgid "Use the %c and %c keys for selecting which entry is highlighted."
msgstr "Uzyj %c i %c klawiszy , aby podswietlic pozycje."
@@ -994,7 +1232,7 @@ msgstr "Uzyj %c i %c klawiszy , aby podswietlic pozycje."
#
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:841
+#: ../../bootloader.pm_.c:934
msgid "Press enter to boot the selected OS, 'e' to edit the"
msgstr ""
"Nacisnij Enter, aby zaladowac wybrany system operacyjny, `e' aby wyedytowac"
@@ -1009,7 +1247,7 @@ msgstr ""
#
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:844
+#: ../../bootloader.pm_.c:937
msgid "commands before booting, or 'c' for a command-line."
msgstr "komendy przed zaladowaniem albo `c' , aby pracowac w linii polecen."
@@ -1023,27 +1261,27 @@ msgstr "komendy przed zaladowaniem albo `c' , aby pracowac w linii polecen."
#
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:847
+#: ../../bootloader.pm_.c:940
#, c-format
msgid "The highlighted entry will be booted automatically in %d seconds."
msgstr "Podswietlony system zostanie uruchomiony po %d sekundach."
-#: ../../bootloader.pm_.c:851
+#: ../../bootloader.pm_.c:944
msgid "not enough room in /boot"
msgstr "nie ma ju miejsca na /boot"
#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
#. -PO: so you may need to put them in English or in a different language if MS-windows doesn't exist in your language
-#: ../../bootloader.pm_.c:951
+#: ../../bootloader.pm_.c:1044
msgid "Desktop"
msgstr "Pulpit"
#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#: ../../bootloader.pm_.c:953
+#: ../../bootloader.pm_.c:1046
msgid "Start Menu"
msgstr "Menu startowe"
-#: ../../bootloader.pm_.c:972
+#: ../../bootloader.pm_.c:1065
#, fuzzy, c-format
msgid "You can't install the bootloader on a %s partition\n"
msgstr "Gdzie chcesz zainstalowa program rozruchowy?"
@@ -1056,15 +1294,15 @@ msgstr "brak pomocy.\n"
msgid "Boot Style Configuration"
msgstr "Konfiguracja sposobu uruchamiania"
-#: ../../bootlook.pm_.c:79
+#: ../../bootlook.pm_.c:79 ../../standalone/logdrake_.c:101
msgid "/_File"
msgstr "/_Plik"
-#: ../../bootlook.pm_.c:80
+#: ../../bootlook.pm_.c:80 ../../standalone/logdrake_.c:107
msgid "/File/_Quit"
msgstr "/Plik/Za_kocz"
-#: ../../bootlook.pm_.c:80
+#: ../../bootlook.pm_.c:80 ../../standalone/logdrake_.c:107
msgid "<control>Q"
msgstr "<control>k"
@@ -1088,11 +1326,15 @@ msgstr "Wygld tradycyjny Gtk+"
msgid "Launch Aurora at boot time"
msgstr "Uaktywnij graficzny start"
-#: ../../bootlook.pm_.c:100
+#: ../../bootlook.pm_.c:98
msgid "Lilo/grub mode"
msgstr "Tryb Lilo/Grub"
-#: ../../bootlook.pm_.c:102
+#: ../../bootlook.pm_.c:98
+msgid "Yaboot mode"
+msgstr "Tryb Yaboot"
+
+#: ../../bootlook.pm_.c:104
#, c-format
msgid ""
"You are currently using %s as Boot Manager.\n"
@@ -1101,100 +1343,150 @@ msgstr ""
"%s jest programem uruchamiajcym system (bootloaderem)\n"
"Wybierz Konfiguruj, by uruchomi kreatora.."
-#: ../../bootlook.pm_.c:104 ../../standalone/drakgw_.c:643
-#: ../../standalone/draknet_.c:280 ../../standalone/tinyfirewall_.c:57
+#: ../../bootlook.pm_.c:106 ../../standalone/drakbackup_.c:1467
+#: ../../standalone/drakbackup_.c:1478 ../../standalone/drakgw_.c:715
+#: ../../standalone/tinyfirewall_.c:59
msgid "Configure"
msgstr "Konfiguruj"
-#: ../../bootlook.pm_.c:108
-msgid "Boot mode"
-msgstr "Tryb uruchamiania"
-
-#: ../../bootlook.pm_.c:136
+#: ../../bootlook.pm_.c:141
msgid "System mode"
msgstr "Tryb pracy systemu"
-#: ../../bootlook.pm_.c:138
+#: ../../bootlook.pm_.c:143
msgid "Launch the X-Window system at start"
msgstr "Uruchom X-Window po uruchomieniu"
-#: ../../bootlook.pm_.c:143
+#: ../../bootlook.pm_.c:148
msgid "No, I don't want autologin"
msgstr "Nie, nie chc automatycznego logowania"
-#: ../../bootlook.pm_.c:145
+#: ../../bootlook.pm_.c:150
msgid "Yes, I want autologin with this (user, desktop)"
msgstr "Tak, chc dla tego uytkownika korzysta z automatycznego logowania"
-#: ../../bootlook.pm_.c:155 ../../standalone/draknet_.c:108
-#: ../../standalone/draknet_.c:140 ../../standalone/draknet_.c:208
-#: ../../standalone/draknet_.c:320 ../../standalone/draknet_.c:433
-#: ../../standalone/draknet_.c:507 ../../standalone/draknet_.c:543
-#: ../../standalone/draknet_.c:644
+#: ../../bootlook.pm_.c:160 ../../network/netconnect.pm_.c:102
+#: ../../standalone/drakbackup_.c:2441 ../../standalone/drakbackup_.c:3345
+#: ../../standalone/drakfont_.c:532 ../../standalone/drakfont_.c:655
+#: ../../standalone/drakfont_.c:719 ../../standalone/drakfont_.c:765
+#: ../../standalone/draknet_.c:109 ../../standalone/draknet_.c:141
+#: ../../standalone/draknet_.c:297 ../../standalone/draknet_.c:436
+#: ../../standalone/draknet_.c:522 ../../standalone/draknet_.c:565
+#: ../../standalone/draknet_.c:666 ../../standalone/logdrake_.c:505
msgid "OK"
msgstr "OK"
-#: ../../bootlook.pm_.c:156 ../../install_steps_gtk.pm_.c:516
-#: ../../interactive.pm_.c:122 ../../interactive.pm_.c:286
-#: ../../interactive.pm_.c:308 ../../interactive_stdio.pm_.c:27
-#: ../../my_gtk.pm_.c:416 ../../my_gtk.pm_.c:419 ../../my_gtk.pm_.c:716
-#: ../../printerdrake.pm_.c:1158 ../../standalone/drakgw_.c:648
-#: ../../standalone/draknet_.c:115 ../../standalone/draknet_.c:147
-#: ../../standalone/draknet_.c:313 ../../standalone/draknet_.c:519
-#: ../../standalone/draknet_.c:658 ../../standalone/tinyfirewall_.c:63
-msgid "Cancel"
-msgstr "Anuluj"
-
-#: ../../bootlook.pm_.c:224
+#: ../../bootlook.pm_.c:229
#, c-format
msgid "can not open /etc/inittab for reading: %s"
msgstr "nie mona otworzy dla odczytu /etc/inittab: %s"
-#: ../../bootlook.pm_.c:336 ../../standalone/drakboot_.c:47
-msgid "Installation of LILO failed. The following error occured:"
-msgstr "Instalacja LILO nie powioda si. Wystpi nastpujcy bd:"
-
-#: ../../common.pm_.c:93
+#: ../../common.pm_.c:94
msgid "GB"
msgstr "GB"
-#: ../../common.pm_.c:93
+#: ../../common.pm_.c:94
msgid "KB"
msgstr "KB"
-#: ../../common.pm_.c:93 ../../install_steps_graphical.pm_.c:287
-#: ../../install_steps_graphical.pm_.c:334
+#: ../../common.pm_.c:94
msgid "MB"
msgstr "MB"
-#: ../../common.pm_.c:101
+#: ../../common.pm_.c:102
msgid "TB"
msgstr "TB"
-#: ../../common.pm_.c:109
+#: ../../common.pm_.c:110
#, c-format
msgid "%d minutes"
msgstr "%d minut"
-#: ../../common.pm_.c:111
+#: ../../common.pm_.c:112
msgid "1 minute"
msgstr "1 minuta"
-#: ../../common.pm_.c:113
+#: ../../common.pm_.c:114
#, c-format
msgid "%d seconds"
msgstr "%d sekund"
-#: ../../diskdrake.pm_.c:100
+#: ../../common.pm_.c:159
+#, fuzzy
+msgid "Can't make screenshots before partitioning"
+msgstr "Nie mona doda wicej partycji"
+
+#: ../../common.pm_.c:166
+#, fuzzy, c-format
+msgid "Screenshots will be available after install in %s"
+msgstr ""
+"Moesz wybra inne jzyki, ktre chcesz mie do dyspozycji po instalacji"
+
+#: ../../crypto.pm_.c:12 ../../crypto.pm_.c:26 ../../standalone/drakxtv_.c:50
+msgid "France"
+msgstr "Francja"
+
+#: ../../crypto.pm_.c:13
+msgid "Costa Rica"
+msgstr ""
+
+#: ../../crypto.pm_.c:14 ../../crypto.pm_.c:27
+#, fuzzy
+msgid "Belgium"
+msgstr "belgijski"
+
+#: ../../crypto.pm_.c:15 ../../crypto.pm_.c:28
+msgid "Czech Republic"
+msgstr ""
+
+#: ../../crypto.pm_.c:16 ../../crypto.pm_.c:29
+#, fuzzy
+msgid "Germany"
+msgstr "niemiecki"
+
+#: ../../crypto.pm_.c:17 ../../crypto.pm_.c:30
+#, fuzzy
+msgid "Greece"
+msgstr "grecki"
+
+#: ../../crypto.pm_.c:18 ../../crypto.pm_.c:31
+#, fuzzy
+msgid "Norway"
+msgstr "norweski"
+
+#: ../../crypto.pm_.c:19 ../../crypto.pm_.c:32
+#, fuzzy
+msgid "Sweden"
+msgstr "Patrz"
+
+#: ../../crypto.pm_.c:20 ../../crypto.pm_.c:34
+msgid "Netherlands"
+msgstr ""
+
+#: ../../crypto.pm_.c:21 ../../crypto.pm_.c:35 ../../standalone/drakxtv_.c:50
+#, fuzzy
+msgid "Italy"
+msgstr "woski"
+
+#: ../../crypto.pm_.c:22 ../../crypto.pm_.c:36
+#, fuzzy
+msgid "Austria"
+msgstr "szeregowa"
+
+#: ../../crypto.pm_.c:33 ../../crypto.pm_.c:67
+msgid "United States"
+msgstr ""
+
+#: ../../diskdrake/hd_gtk.pm_.c:94
msgid "Please make a backup of your data first"
msgstr "Prosz zacz od archiwizacji danych"
-#: ../../diskdrake.pm_.c:100 ../../diskdrake_interactive.pm_.c:801
-#: ../../diskdrake_interactive.pm_.c:810 ../../diskdrake_interactive.pm_.c:864
+#: ../../diskdrake/hd_gtk.pm_.c:94 ../../diskdrake/interactive.pm_.c:891
+#: ../../diskdrake/interactive.pm_.c:900 ../../diskdrake/interactive.pm_.c:954
msgid "Read carefully!"
msgstr "Czytaj uwanie!"
-#: ../../diskdrake.pm_.c:103
+#: ../../diskdrake/hd_gtk.pm_.c:97
msgid ""
"If you plan to use aboot, be carefull to leave a free space (2048 sectors is "
"enough)\n"
@@ -1203,55 +1495,23 @@ msgstr ""
"Jeeli masz zamiar uywa aboot pamitaj, by zostawi, \n"
"wolne miejsce na pocztku dysku - wystarczy 2048 sektorw."
-#: ../../diskdrake.pm_.c:122 ../../diskdrake_interactive.pm_.c:313
-#: ../../diskdrake_interactive.pm_.c:328 ../../install_steps.pm_.c:72
-#: ../../install_steps_interactive.pm_.c:37
-#: ../../install_steps_interactive.pm_.c:310 ../../interactive_http.pm_.c:119
-#: ../../interactive_http.pm_.c:120 ../../standalone/diskdrake_.c:62
+#: ../../diskdrake/hd_gtk.pm_.c:116 ../../diskdrake/interactive.pm_.c:325
+#: ../../diskdrake/interactive.pm_.c:340 ../../diskdrake/smbnfs_gtk.pm_.c:45
+#: ../../install_steps.pm_.c:75 ../../install_steps_interactive.pm_.c:67
+#: ../../install_steps_interactive.pm_.c:356 ../../interactive_http.pm_.c:119
+#: ../../interactive_http.pm_.c:120 ../../standalone/diskdrake_.c:84
msgid "Error"
msgstr "Bd"
-#: ../../diskdrake.pm_.c:159
+#: ../../diskdrake/hd_gtk.pm_.c:151
msgid "Wizard"
msgstr "Kreator"
-#: ../../diskdrake.pm_.c:181
-msgid "New"
-msgstr "Nowy"
-
-#: ../../diskdrake.pm_.c:203 ../../diskdrake.pm_.c:206
-#, fuzzy
-msgid "Remote"
-msgstr "Kolejka sieciowa"
-
-#: ../../diskdrake.pm_.c:208 ../../diskdrake.pm_.c:479
-#: ../../diskdrake_interactive.pm_.c:352 ../../diskdrake_interactive.pm_.c:523
-msgid "Mount point"
-msgstr "Punkt montowania"
-
-#: ../../diskdrake.pm_.c:209
-msgid "Options"
-msgstr "Opcje"
-
-#: ../../diskdrake.pm_.c:211 ../../diskdrake.pm_.c:417
-#: ../../diskdrake.pm_.c:534 ../../diskdrake_interactive.pm_.c:353
-#: ../../diskdrake_interactive.pm_.c:488
-msgid "Type"
-msgstr "Typ"
-
-#: ../../diskdrake.pm_.c:223 ../../diskdrake_interactive.pm_.c:361
-msgid "Unmount"
-msgstr "Odmontuj"
-
-#: ../../diskdrake.pm_.c:224 ../../diskdrake_interactive.pm_.c:357
-msgid "Mount"
-msgstr "Montuj"
-
-#: ../../diskdrake.pm_.c:228
+#: ../../diskdrake/hd_gtk.pm_.c:181 ../../diskdrake/removable_gtk.pm_.c:24
msgid "Choose action"
msgstr "Wybierz czynno"
-#: ../../diskdrake.pm_.c:235
+#: ../../diskdrake/hd_gtk.pm_.c:185
msgid ""
"You have one big FAT partition\n"
"(generally used by MicroSoft Dos/Windows).\n"
@@ -1263,226 +1523,149 @@ msgstr ""
"Naley zacz od pomniejszenia tej partycji\n"
"(kliknij na partycji, po czym kliknij na \"Zmie rozmiar\")"
-#: ../../diskdrake.pm_.c:238
+#: ../../diskdrake/hd_gtk.pm_.c:188
msgid "Please click on a partition"
msgstr "Prosz klikn na partycji"
-#: ../../diskdrake.pm_.c:240
-#, fuzzy
-msgid "Please click on a media"
-msgstr "Prosz klikn na partycji"
-
-#: ../../diskdrake.pm_.c:243
-#, fuzzy
-msgid ""
-"Please click on a button above\n"
-"\n"
-"Or use \"New\""
-msgstr "Prosz klikn na partycji"
-
-#: ../../diskdrake.pm_.c:244
-msgid "Use \"New\""
-msgstr ""
-
-#: ../../diskdrake.pm_.c:263 ../../install_steps_gtk.pm_.c:517
+#: ../../diskdrake/hd_gtk.pm_.c:202 ../../diskdrake/smbnfs_gtk.pm_.c:67
+#: ../../install_steps_gtk.pm_.c:523
msgid "Details"
msgstr "Szczegy"
-#: ../../diskdrake.pm_.c:395
+#: ../../diskdrake/hd_gtk.pm_.c:320
msgid "Ext2"
msgstr "Ext2"
-#: ../../diskdrake.pm_.c:395
+#: ../../diskdrake/hd_gtk.pm_.c:320
msgid "FAT"
msgstr "FAT"
-#: ../../diskdrake.pm_.c:395
+#: ../../diskdrake/hd_gtk.pm_.c:320
msgid "HFS"
msgstr "HFS"
-#: ../../diskdrake.pm_.c:395
+#: ../../diskdrake/hd_gtk.pm_.c:320
#, fuzzy
msgid "Journalised FS"
msgstr "nieudane montowanie"
-#: ../../diskdrake.pm_.c:395
+#: ../../diskdrake/hd_gtk.pm_.c:320
msgid "SunOS"
msgstr "SunOS"
-#: ../../diskdrake.pm_.c:395
+#: ../../diskdrake/hd_gtk.pm_.c:320
msgid "Swap"
msgstr "Swap"
-#: ../../diskdrake.pm_.c:396 ../../diskdrake_interactive.pm_.c:952
+#: ../../diskdrake/hd_gtk.pm_.c:321 ../../diskdrake/interactive.pm_.c:1050
msgid "Empty"
msgstr "Pusta"
-#: ../../diskdrake.pm_.c:396 ../../install_steps_gtk.pm_.c:373
-#: ../../install_steps_gtk.pm_.c:433 ../../mouse.pm_.c:161
-#: ../../services.pm_.c:161
+#: ../../diskdrake/hd_gtk.pm_.c:321 ../../install_steps_gtk.pm_.c:379
+#: ../../install_steps_gtk.pm_.c:439 ../../mouse.pm_.c:162
+#: ../../services.pm_.c:157 ../../standalone/drakbackup_.c:944
msgid "Other"
msgstr "Inna"
-#: ../../diskdrake.pm_.c:400
+#: ../../diskdrake/hd_gtk.pm_.c:325
msgid "Filesystem types:"
msgstr "Typy systemu plikw:"
-#: ../../diskdrake.pm_.c:417 ../../diskdrake_interactive.pm_.c:375
+#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/interactive.pm_.c:386
msgid "Create"
msgstr "Utwrz"
-#: ../../diskdrake.pm_.c:417 ../../diskdrake.pm_.c:419
+#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/interactive.pm_.c:365
+#: ../../diskdrake/interactive.pm_.c:499 ../../diskdrake/removable.pm_.c:26
+#: ../../diskdrake/removable.pm_.c:49 ../../diskdrake/removable_gtk.pm_.c:17
+msgid "Type"
+msgstr "Typ"
+
+#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/hd_gtk.pm_.c:344
#, c-format
msgid "Use ``%s'' instead"
msgstr "Uyj zamiast tego ``%s'' "
-#: ../../diskdrake.pm_.c:419 ../../diskdrake_interactive.pm_.c:362
+#: ../../diskdrake/hd_gtk.pm_.c:344 ../../diskdrake/interactive.pm_.c:374
msgid "Delete"
msgstr "Usu"
-#: ../../diskdrake.pm_.c:423
+#: ../../diskdrake/hd_gtk.pm_.c:348
msgid "Use ``Unmount'' first"
msgstr "Najpierw ``Odmontuj'' "
-#: ../../diskdrake.pm_.c:424 ../../diskdrake_interactive.pm_.c:480
+#: ../../diskdrake/hd_gtk.pm_.c:349 ../../diskdrake/interactive.pm_.c:491
#, c-format
msgid ""
"After changing type of partition %s, all data on this partition will be lost"
msgstr "Po zmianie typu partycji %s, wszystkie dane na niej zostan utracone"
-#: ../../diskdrake.pm_.c:478 ../../diskdrake_interactive.pm_.c:522
-#, c-format
-msgid "Where do you want to mount device %s?"
-msgstr "Gdzie chcesz zamontowa urzdzenie %s?"
-
-#: ../../diskdrake.pm_.c:500
-#, fuzzy
-msgid "Mount options"
-msgstr "Opcje moduu:"
-
-#: ../../diskdrake.pm_.c:507
-msgid "Various"
-msgstr ""
-
-#: ../../diskdrake.pm_.c:525
-#, fuzzy
-msgid "Removable media"
-msgstr "Automatyczne montowanie wyjmowanych dyskw"
-
-#: ../../diskdrake.pm_.c:532
-#, fuzzy
-msgid "Change type"
-msgstr "Zmiana typu partycji"
-
-#: ../../diskdrake.pm_.c:533 ../../diskdrake_interactive.pm_.c:487
-msgid "Which filesystem do you want?"
-msgstr "Jakiego systemu plikw potrzebujesz?"
-
-#: ../../diskdrake.pm_.c:564
-msgid "Scanning available nfs shared resource"
-msgstr ""
-
-#: ../../diskdrake.pm_.c:569
-#, c-format
-msgid "Scanning available nfs shared resource of server %s"
-msgstr ""
-
-#: ../../diskdrake.pm_.c:578 ../../diskdrake.pm_.c:648
-msgid "If the list above doesn't contain the wanted entry, enter it here:"
-msgstr ""
-
-#: ../../diskdrake.pm_.c:581 ../../diskdrake.pm_.c:651
-msgid "Server"
-msgstr "Serwer"
-
-#: ../../diskdrake.pm_.c:582 ../../diskdrake.pm_.c:652
-msgid "Shared resource"
-msgstr ""
-
-#: ../../diskdrake.pm_.c:615
-msgid "Scanning available samba shared resource"
-msgstr ""
-
-#: ../../diskdrake.pm_.c:626 ../../diskdrake.pm_.c:639
-#, c-format
-msgid "Scanning available samba shared resource of server %s"
-msgstr ""
-
-#: ../../diskdrake_interactive.pm_.c:163
+#: ../../diskdrake/interactive.pm_.c:171
#, fuzzy
msgid "Choose a partition"
msgstr "Wybierz czynno"
-#: ../../diskdrake_interactive.pm_.c:163
+#: ../../diskdrake/interactive.pm_.c:171
#, fuzzy
msgid "Choose another partition"
msgstr "Utwrz now partycj"
-#: ../../diskdrake_interactive.pm_.c:188
+#: ../../diskdrake/interactive.pm_.c:196
#, fuzzy
msgid "Exit"
msgstr "Ext2"
-#: ../../diskdrake_interactive.pm_.c:210
+#: ../../diskdrake/interactive.pm_.c:218
msgid "Toggle to expert mode"
msgstr "Przecz na tryb zaawansowany"
-#: ../../diskdrake_interactive.pm_.c:210
+#: ../../diskdrake/interactive.pm_.c:218
msgid "Toggle to normal mode"
msgstr "Przecz na tryb standardowy"
-#: ../../diskdrake_interactive.pm_.c:210
+#: ../../diskdrake/interactive.pm_.c:218
msgid "Undo"
msgstr "Cofnij"
-#: ../../diskdrake_interactive.pm_.c:229
+#: ../../diskdrake/interactive.pm_.c:237
msgid "Continue anyway?"
msgstr "Kontynuowa mimo to?"
-#: ../../diskdrake_interactive.pm_.c:234
+#: ../../diskdrake/interactive.pm_.c:242
msgid "Quit without saving"
msgstr "Wyjcie bez zapisywania"
-#: ../../diskdrake_interactive.pm_.c:234
+#: ../../diskdrake/interactive.pm_.c:242
msgid "Quit without writing the partition table?"
msgstr "Opuci program bez zapisywania tablicy partycji?"
-#: ../../diskdrake_interactive.pm_.c:237
+#: ../../diskdrake/interactive.pm_.c:247
#, fuzzy
msgid "Do you want to save /etc/fstab modifications"
msgstr "Chcesz przetestowa t konfiguracj?"
-#: ../../diskdrake_interactive.pm_.c:247
+#: ../../diskdrake/interactive.pm_.c:259
msgid "Auto allocate"
msgstr "Rozmie automatycznie"
-#: ../../diskdrake_interactive.pm_.c:247
+#: ../../diskdrake/interactive.pm_.c:259
msgid "Clear all"
msgstr "Wyczy wszystko"
-#: ../../diskdrake_interactive.pm_.c:247
-#: ../../install_steps_interactive.pm_.c:171
-msgid "More"
-msgstr "Wicej"
-
-#: ../../diskdrake_interactive.pm_.c:250
+#: ../../diskdrake/interactive.pm_.c:262
#, fuzzy
msgid "Hard drive information"
msgstr "Wykrywanie dyskw"
-#: ../../diskdrake_interactive.pm_.c:267
-msgid "Not enough space for auto-allocating"
-msgstr "Brak wolnego miejsca dla automatycznego rozmieszczenia"
-
-#: ../../diskdrake_interactive.pm_.c:273
+#: ../../diskdrake/interactive.pm_.c:283
msgid "All primary partitions are used"
msgstr "Wszystkie partycje podstawowe s uywane"
-#: ../../diskdrake_interactive.pm_.c:274
+#: ../../diskdrake/interactive.pm_.c:284
msgid "I can't add any more partition"
msgstr "Nie mona doda wicej partycji"
-#: ../../diskdrake_interactive.pm_.c:275
+#: ../../diskdrake/interactive.pm_.c:285
msgid ""
"To have more partitions, please delete one to be able to create an extended "
"partition"
@@ -1490,35 +1673,35 @@ msgstr ""
"By mie wicej partycji, naley usun jedn,\n"
"by byo moliwe utworzenie partycji rozszerzonej."
-#: ../../diskdrake_interactive.pm_.c:285
+#: ../../diskdrake/interactive.pm_.c:295
#, fuzzy
msgid "Save partition table"
msgstr "Zapisz tablic partycji"
-#: ../../diskdrake_interactive.pm_.c:286
+#: ../../diskdrake/interactive.pm_.c:296
#, fuzzy
msgid "Restore partition table"
msgstr "Odzyskaj tablic partycji"
-#: ../../diskdrake_interactive.pm_.c:287
+#: ../../diskdrake/interactive.pm_.c:297
msgid "Rescue partition table"
msgstr "Odzyskaj tablic partycji"
-#: ../../diskdrake_interactive.pm_.c:289
+#: ../../diskdrake/interactive.pm_.c:299
#, fuzzy
msgid "Reload partition table"
msgstr "Odzyskaj tablic partycji"
-#: ../../diskdrake_interactive.pm_.c:293
+#: ../../diskdrake/interactive.pm_.c:304
#, fuzzy
msgid "Removable media automounting"
msgstr "Automatyczne montowanie wyjmowanych dyskw"
-#: ../../diskdrake_interactive.pm_.c:301 ../../diskdrake_interactive.pm_.c:321
+#: ../../diskdrake/interactive.pm_.c:313 ../../diskdrake/interactive.pm_.c:333
msgid "Select file"
msgstr "Wybierz plik"
-#: ../../diskdrake_interactive.pm_.c:308
+#: ../../diskdrake/interactive.pm_.c:320
msgid ""
"The backup partition table has not the same size\n"
"Still continue?"
@@ -1526,11 +1709,11 @@ msgstr ""
"Zapasowa tablica partycji ma inny rozmiar\n"
"Kontynuowa?"
-#: ../../diskdrake_interactive.pm_.c:322
+#: ../../diskdrake/interactive.pm_.c:334
msgid "Warning"
msgstr "Ostrzeenie"
-#: ../../diskdrake_interactive.pm_.c:323
+#: ../../diskdrake/interactive.pm_.c:335
msgid ""
"Insert a floppy in drive\n"
"All data on this floppy will be lost"
@@ -1538,99 +1721,124 @@ msgstr ""
"W dyskietk do stacji.\n"
"Wszystkie dane na niej zostan utracone"
-#: ../../diskdrake_interactive.pm_.c:334
+#: ../../diskdrake/interactive.pm_.c:346
msgid "Trying to rescue partition table"
msgstr "Prba odzyskania tablicy partycji"
-#: ../../diskdrake_interactive.pm_.c:340
+#: ../../diskdrake/interactive.pm_.c:352
#, fuzzy
msgid "Detailed information"
msgstr "Obejrze informacje"
-#: ../../diskdrake_interactive.pm_.c:354 ../../diskdrake_interactive.pm_.c:590
+#: ../../diskdrake/interactive.pm_.c:364 ../../diskdrake/interactive.pm_.c:534
+#: ../../diskdrake/interactive.pm_.c:554 ../../diskdrake/removable.pm_.c:24
+#: ../../diskdrake/removable_gtk.pm_.c:15 ../../diskdrake/smbnfs_gtk.pm_.c:83
+msgid "Mount point"
+msgstr "Punkt montowania"
+
+#: ../../diskdrake/interactive.pm_.c:366 ../../diskdrake/removable.pm_.c:25
+#: ../../diskdrake/removable_gtk.pm_.c:16 ../../diskdrake/smbnfs_gtk.pm_.c:84
+msgid "Options"
+msgstr "Opcje"
+
+#: ../../diskdrake/interactive.pm_.c:367 ../../diskdrake/interactive.pm_.c:621
msgid "Resize"
msgstr "Zmie rozmiar"
-#: ../../diskdrake_interactive.pm_.c:355 ../../diskdrake_interactive.pm_.c:630
+#: ../../diskdrake/interactive.pm_.c:368 ../../diskdrake/interactive.pm_.c:674
msgid "Move"
msgstr "Przesu"
-#: ../../diskdrake_interactive.pm_.c:356
+#: ../../diskdrake/interactive.pm_.c:369
msgid "Format"
msgstr "Formatuj"
-#: ../../diskdrake_interactive.pm_.c:358
-msgid "Active"
-msgstr "Uaktywnij"
+#: ../../diskdrake/interactive.pm_.c:370 ../../diskdrake/smbnfs_gtk.pm_.c:80
+msgid "Mount"
+msgstr "Montuj"
-#: ../../diskdrake_interactive.pm_.c:359
+#: ../../diskdrake/interactive.pm_.c:371
msgid "Add to RAID"
msgstr "Dodaj do RAID"
-#: ../../diskdrake_interactive.pm_.c:360
+#: ../../diskdrake/interactive.pm_.c:372
msgid "Add to LVM"
msgstr "Dodaj do LVM"
-#: ../../diskdrake_interactive.pm_.c:363
+#: ../../diskdrake/interactive.pm_.c:373 ../../diskdrake/smbnfs_gtk.pm_.c:79
+msgid "Unmount"
+msgstr "Odmontuj"
+
+#: ../../diskdrake/interactive.pm_.c:375
msgid "Remove from RAID"
msgstr "Usu z RAID"
-#: ../../diskdrake_interactive.pm_.c:364
+#: ../../diskdrake/interactive.pm_.c:376
msgid "Remove from LVM"
msgstr "Usu z LVM"
-#: ../../diskdrake_interactive.pm_.c:365
+#: ../../diskdrake/interactive.pm_.c:377
msgid "Modify RAID"
msgstr "Modyfikuj RAID"
-#: ../../diskdrake_interactive.pm_.c:366
+#: ../../diskdrake/interactive.pm_.c:378
msgid "Use for loopback"
msgstr "Uyj na plikopartycj"
-#: ../../diskdrake_interactive.pm_.c:409
+#: ../../diskdrake/interactive.pm_.c:417
msgid "Create a new partition"
msgstr "Utwrz now partycj"
-#: ../../diskdrake_interactive.pm_.c:412
+#: ../../diskdrake/interactive.pm_.c:420
msgid "Start sector: "
msgstr "Sektor startowy: "
-#: ../../diskdrake_interactive.pm_.c:414 ../../diskdrake_interactive.pm_.c:732
+#: ../../diskdrake/interactive.pm_.c:422 ../../diskdrake/interactive.pm_.c:773
msgid "Size in MB: "
msgstr "Rozmiar w MB: "
-#: ../../diskdrake_interactive.pm_.c:415 ../../diskdrake_interactive.pm_.c:733
+#: ../../diskdrake/interactive.pm_.c:423 ../../diskdrake/interactive.pm_.c:774
msgid "Filesystem type: "
msgstr "Typ systemu plikw: "
-#: ../../diskdrake_interactive.pm_.c:416 ../../diskdrake_interactive.pm_.c:936
-#: ../../diskdrake_interactive.pm_.c:1010
+#: ../../diskdrake/interactive.pm_.c:424
+#: ../../diskdrake/interactive.pm_.c:1034
+#: ../../diskdrake/interactive.pm_.c:1108
msgid "Mount point: "
msgstr "Punkt montowania: "
-#: ../../diskdrake_interactive.pm_.c:420
+#: ../../diskdrake/interactive.pm_.c:428
msgid "Preference: "
msgstr "Preferencja:"
-#: ../../diskdrake_interactive.pm_.c:462
+#: ../../diskdrake/interactive.pm_.c:472
#, fuzzy
msgid "Remove the loopback file?"
msgstr "Formatowanie plikopartycji %s"
-#: ../../diskdrake_interactive.pm_.c:486
+#: ../../diskdrake/interactive.pm_.c:497
msgid "Change partition type"
msgstr "Zmiana typu partycji"
-#: ../../diskdrake_interactive.pm_.c:491
+#: ../../diskdrake/interactive.pm_.c:498 ../../diskdrake/removable.pm_.c:48
+msgid "Which filesystem do you want?"
+msgstr "Jakiego systemu plikw potrzebujesz?"
+
+#: ../../diskdrake/interactive.pm_.c:502
msgid "Switching from ext2 to ext3"
msgstr "Przeczenie z ext2 do ext3"
-#: ../../diskdrake_interactive.pm_.c:521
+#: ../../diskdrake/interactive.pm_.c:532
#, c-format
msgid "Where do you want to mount loopback file %s?"
msgstr "Gdzie chcesz zamontowa plikopartycje %s?"
-#: ../../diskdrake_interactive.pm_.c:528
+#: ../../diskdrake/interactive.pm_.c:533 ../../diskdrake/interactive.pm_.c:553
+#, c-format
+msgid "Where do you want to mount device %s?"
+msgstr "Gdzie chcesz zamontowa urzdzenie %s?"
+
+#: ../../diskdrake/interactive.pm_.c:539
msgid ""
"Can't unset mount point as this partition is used for loop back.\n"
"Remove the loopback first"
@@ -1638,120 +1846,129 @@ msgstr ""
"Nie mona odmontowa tej partycji, gdy jest uywana przez plikopartycj.\n"
"Zacznij od usunicia plikopartycji."
-#: ../../diskdrake_interactive.pm_.c:549
+#: ../../diskdrake/interactive.pm_.c:577
msgid "Computing FAT filesystem bounds"
msgstr "Obliczanie granic systemu plikw FAT"
-#: ../../diskdrake_interactive.pm_.c:549 ../../diskdrake_interactive.pm_.c:605
-#: ../../install_interactive.pm_.c:116
+#: ../../diskdrake/interactive.pm_.c:577 ../../diskdrake/interactive.pm_.c:636
+#: ../../install_interactive.pm_.c:130
msgid "Resizing"
msgstr "Zmiana rozmiaru"
-#: ../../diskdrake_interactive.pm_.c:578
+#: ../../diskdrake/interactive.pm_.c:609
msgid "This partition is not resizeable"
msgstr "Tej partycji nie mona zmniejszy"
-#: ../../diskdrake_interactive.pm_.c:583
+#: ../../diskdrake/interactive.pm_.c:614
msgid "All data on this partition should be backed-up"
msgstr "Wszystkie dane na tej partycji powinny zosta zarchiwizowane"
-#: ../../diskdrake_interactive.pm_.c:585
+#: ../../diskdrake/interactive.pm_.c:616
#, c-format
msgid "After resizing partition %s, all data on this partition will be lost"
msgstr ""
"Po zmianie rozmiaru partycji %s, wszystkie dane na niej zostan utracone"
-#: ../../diskdrake_interactive.pm_.c:590
+#: ../../diskdrake/interactive.pm_.c:621
msgid "Choose the new size"
msgstr "Okrel nowy rozmiar"
-#: ../../diskdrake_interactive.pm_.c:591
+#: ../../diskdrake/interactive.pm_.c:622
#, fuzzy
msgid "New size in MB: "
msgstr "Rozmiar w MB: "
-#: ../../diskdrake_interactive.pm_.c:631
+#: ../../diskdrake/interactive.pm_.c:675
msgid "Which disk do you want to move it to?"
msgstr "Na ktry dysk chcesz przenie ?"
-#: ../../diskdrake_interactive.pm_.c:632
+#: ../../diskdrake/interactive.pm_.c:676
msgid "Sector"
msgstr "Sektor"
-#: ../../diskdrake_interactive.pm_.c:633
+#: ../../diskdrake/interactive.pm_.c:677
msgid "Which sector do you want to move it to?"
msgstr "Na ktry sektor chcesz przenie ?"
-#: ../../diskdrake_interactive.pm_.c:636
+#: ../../diskdrake/interactive.pm_.c:680
msgid "Moving"
msgstr "Przenoszenie"
-#: ../../diskdrake_interactive.pm_.c:636
+#: ../../diskdrake/interactive.pm_.c:680
msgid "Moving partition..."
msgstr "Przenoszenie partycji..."
-#: ../../diskdrake_interactive.pm_.c:657
+#: ../../diskdrake/interactive.pm_.c:697
msgid "Choose an existing RAID to add to"
msgstr "Wybierz istniejcy RAID aby doda do niego"
-#: ../../diskdrake_interactive.pm_.c:658 ../../diskdrake_interactive.pm_.c:676
+#: ../../diskdrake/interactive.pm_.c:698 ../../diskdrake/interactive.pm_.c:716
msgid "new"
msgstr "nowy"
-#: ../../diskdrake_interactive.pm_.c:674
+#: ../../diskdrake/interactive.pm_.c:714
msgid "Choose an existing LVM to add to"
msgstr "Wybierz istniejcy LVM aby doda do niego"
-#: ../../diskdrake_interactive.pm_.c:679
+#: ../../diskdrake/interactive.pm_.c:719
msgid "LVM name?"
msgstr "Nazwa LVM?"
-#: ../../diskdrake_interactive.pm_.c:718
+#: ../../diskdrake/interactive.pm_.c:759
msgid "This partition can't be used for loopback"
msgstr "Na tej partycji nie mona zaoy plikopartycji"
-#: ../../diskdrake_interactive.pm_.c:730
+#: ../../diskdrake/interactive.pm_.c:771
msgid "Loopback"
msgstr "Plikopartycja"
-#: ../../diskdrake_interactive.pm_.c:731
+#: ../../diskdrake/interactive.pm_.c:772
msgid "Loopback file name: "
msgstr "Nazwa plikopartycji: "
-#: ../../diskdrake_interactive.pm_.c:736
+#: ../../diskdrake/interactive.pm_.c:777
#, fuzzy
msgid "Give a file name"
msgstr "Nazwisko"
-#: ../../diskdrake_interactive.pm_.c:739
+#: ../../diskdrake/interactive.pm_.c:780
msgid "File already used by another loopback, choose another one"
msgstr "Plik jest ju uywany jako plikopartycja, wybierz inny"
-#: ../../diskdrake_interactive.pm_.c:740
+#: ../../diskdrake/interactive.pm_.c:781
msgid "File already exists. Use it?"
msgstr "Plik ju istnieje. Uy go?"
-#: ../../diskdrake_interactive.pm_.c:784
+#: ../../diskdrake/interactive.pm_.c:804
+#, fuzzy
+msgid "Mount options"
+msgstr "Opcje moduu:"
+
+#: ../../diskdrake/interactive.pm_.c:811
+msgid "Various"
+msgstr ""
+
+#: ../../diskdrake/interactive.pm_.c:874
msgid "device"
msgstr "urzdzenie"
-#: ../../diskdrake_interactive.pm_.c:785
+#: ../../diskdrake/interactive.pm_.c:875
msgid "level"
msgstr "poziom"
-#: ../../diskdrake_interactive.pm_.c:786
+#: ../../diskdrake/interactive.pm_.c:876
msgid "chunk size"
msgstr "rozmiar kawaka"
-#: ../../diskdrake_interactive.pm_.c:801
+#: ../../diskdrake/interactive.pm_.c:891
msgid "Be careful: this operation is dangerous."
msgstr "Uwaaj: ta operacja jest niebezpieczna"
-#: ../../diskdrake_interactive.pm_.c:816
+#: ../../diskdrake/interactive.pm_.c:906
msgid "What type of partitioning?"
msgstr "Okrel sposb partycjonowania."
-#: ../../diskdrake_interactive.pm_.c:834
+#: ../../diskdrake/interactive.pm_.c:924
msgid ""
"Sorry I won't accept to create /boot so far onto the drive (on a cylinder > "
"1024).\n"
@@ -1763,7 +1980,7 @@ msgstr ""
"Albo uyjesz LILO, (nie bdzie dziaa), lub nie bdziesz uywa lilo\n"
"i nie potrzebujesz /boot"
-#: ../../diskdrake_interactive.pm_.c:838
+#: ../../diskdrake/interactive.pm_.c:928
msgid ""
"The partition you've selected to add as root (/) is physically located "
"beyond\n"
@@ -1774,7 +1991,7 @@ msgstr ""
"partycji /boot. Jeeli wic chcesz uywa programu rozruchowego lilo\n"
"dodaj partycj /boot poniej cylindra 1024"
-#: ../../diskdrake_interactive.pm_.c:844
+#: ../../diskdrake/interactive.pm_.c:934
msgid ""
"You've selected a software RAID partition as root (/).\n"
"No bootloader is able to handle this without a /boot partition.\n"
@@ -1784,130 +2001,137 @@ msgstr ""
"aden program rozruchowy nie jest w stanie obsuy jej bez partycji /boot.\n"
"Pamitaj wic o dodaniu partycji /boot."
-#: ../../diskdrake_interactive.pm_.c:864
+#: ../../diskdrake/interactive.pm_.c:954
#, c-format
msgid "Partition table of drive %s is going to be written to disk!"
msgstr "Tablica partycji napdu %s bdzie zapisana na dysk!"
-#: ../../diskdrake_interactive.pm_.c:868
+#: ../../diskdrake/interactive.pm_.c:958
msgid "You'll need to reboot before the modification can take place"
msgstr "Naley zrestartowa komputer przed uaktywnieniem zmian"
-#: ../../diskdrake_interactive.pm_.c:879
+#: ../../diskdrake/interactive.pm_.c:969
#, c-format
msgid "After formatting partition %s, all data on this partition will be lost"
msgstr "Po sformatowaniu wszystkie dane na partycji %s, zostan utracone"
-#: ../../diskdrake_interactive.pm_.c:881
+#: ../../diskdrake/interactive.pm_.c:971
msgid "Formatting"
msgstr "Formatowanie"
-#: ../../diskdrake_interactive.pm_.c:882
+#: ../../diskdrake/interactive.pm_.c:972
#, c-format
msgid "Formatting loopback file %s"
msgstr "Formatowanie plikopartycji %s"
-#: ../../diskdrake_interactive.pm_.c:883
-#: ../../install_steps_interactive.pm_.c:419
+#: ../../diskdrake/interactive.pm_.c:973
+#: ../../install_steps_interactive.pm_.c:465
#, c-format
msgid "Formatting partition %s"
msgstr "Formatowanie partycji %s"
-#: ../../diskdrake_interactive.pm_.c:894
+#: ../../diskdrake/interactive.pm_.c:984
#, fuzzy
msgid "Hide files"
msgstr "mkraid pad"
-#: ../../diskdrake_interactive.pm_.c:894
+#: ../../diskdrake/interactive.pm_.c:984
#, fuzzy
msgid "Move files to the new partition"
msgstr "Brak wolnego miejsca do stworzenia nowych partycji"
-#: ../../diskdrake_interactive.pm_.c:895
+#: ../../diskdrake/interactive.pm_.c:985
#, c-format
msgid ""
"Directory %s already contain some data\n"
"(%s)"
msgstr ""
-#: ../../diskdrake_interactive.pm_.c:906
+#: ../../diskdrake/interactive.pm_.c:996
#, fuzzy
msgid "Moving files to the new partition"
msgstr "Brak wolnego miejsca do stworzenia nowych partycji"
-#: ../../diskdrake_interactive.pm_.c:910
+#: ../../diskdrake/interactive.pm_.c:1000
#, c-format
msgid "Copying %s"
msgstr ""
-#: ../../diskdrake_interactive.pm_.c:914
+#: ../../diskdrake/interactive.pm_.c:1004
#, fuzzy, c-format
msgid "Removing %s"
msgstr "Rozdzielczo: %s\n"
-#: ../../diskdrake_interactive.pm_.c:937 ../../diskdrake_interactive.pm_.c:996
+#: ../../diskdrake/interactive.pm_.c:1014
+#, c-format
+msgid "partition %s is now known as %s"
+msgstr ""
+
+#: ../../diskdrake/interactive.pm_.c:1035
+#: ../../diskdrake/interactive.pm_.c:1094
msgid "Device: "
msgstr "Urzdzenie: "
-#: ../../diskdrake_interactive.pm_.c:938
+#: ../../diskdrake/interactive.pm_.c:1036
#, c-format
msgid "DOS drive letter: %s (just a guess)\n"
msgstr "Dosowy dysk: (przypuszczalnie %s)\n"
-#: ../../diskdrake_interactive.pm_.c:942 ../../diskdrake_interactive.pm_.c:950
-#: ../../diskdrake_interactive.pm_.c:1014
+#: ../../diskdrake/interactive.pm_.c:1040
+#: ../../diskdrake/interactive.pm_.c:1048
+#: ../../diskdrake/interactive.pm_.c:1112
msgid "Type: "
msgstr "Rodzaj: "
-#: ../../diskdrake_interactive.pm_.c:946
+#: ../../diskdrake/interactive.pm_.c:1044
msgid "Name: "
msgstr "Nazwa:"
-#: ../../diskdrake_interactive.pm_.c:954
+#: ../../diskdrake/interactive.pm_.c:1052
#, c-format
msgid "Start: sector %s\n"
msgstr "Pocztek: sektor %s\n"
-#: ../../diskdrake_interactive.pm_.c:955
+#: ../../diskdrake/interactive.pm_.c:1053
#, c-format
msgid "Size: %s"
msgstr "Rozmiar: %s"
-#: ../../diskdrake_interactive.pm_.c:957
+#: ../../diskdrake/interactive.pm_.c:1055
#, c-format
msgid ", %s sectors"
msgstr ", %s sektorw"
-#: ../../diskdrake_interactive.pm_.c:959
-#, c-format
-msgid "Cylinder %d to cylinder %d\n"
+#: ../../diskdrake/interactive.pm_.c:1057
+#, fuzzy, c-format
+msgid "Cylinder %d to %d\n"
msgstr "Cylinder %d do cylindra %d\n"
-#: ../../diskdrake_interactive.pm_.c:960
+#: ../../diskdrake/interactive.pm_.c:1058
msgid "Formatted\n"
msgstr "Sformatowana\n"
-#: ../../diskdrake_interactive.pm_.c:961
+#: ../../diskdrake/interactive.pm_.c:1059
msgid "Not formatted\n"
msgstr "Nie sformatowana\n"
-#: ../../diskdrake_interactive.pm_.c:962
+#: ../../diskdrake/interactive.pm_.c:1060
msgid "Mounted\n"
msgstr "Zamontowano\n"
-#: ../../diskdrake_interactive.pm_.c:963
+#: ../../diskdrake/interactive.pm_.c:1061
#, c-format
msgid "RAID md%s\n"
msgstr "RAID md%s\n"
-#: ../../diskdrake_interactive.pm_.c:965
+#: ../../diskdrake/interactive.pm_.c:1063
#, fuzzy, c-format
msgid ""
"Loopback file(s):\n"
" %s\n"
msgstr "Plikopartycje:%s\n"
-#: ../../diskdrake_interactive.pm_.c:966
+#: ../../diskdrake/interactive.pm_.c:1064
msgid ""
"Partition booted by default\n"
" (for MS-DOS boot, not for lilo)\n"
@@ -1915,27 +2139,27 @@ msgstr ""
"Domylna partycja startowa\n"
" (dla startu MS-DOS, nie dla lilo)\n"
-#: ../../diskdrake_interactive.pm_.c:968
+#: ../../diskdrake/interactive.pm_.c:1066
#, c-format
msgid "Level %s\n"
msgstr "Poziom %s\n"
-#: ../../diskdrake_interactive.pm_.c:969
+#: ../../diskdrake/interactive.pm_.c:1067
#, c-format
msgid "Chunk size %s\n"
msgstr "Rozmiar kawaka %s\n"
-#: ../../diskdrake_interactive.pm_.c:970
+#: ../../diskdrake/interactive.pm_.c:1068
#, c-format
msgid "RAID-disks %s\n"
msgstr "Dyski RAID %s\n"
-#: ../../diskdrake_interactive.pm_.c:972
+#: ../../diskdrake/interactive.pm_.c:1070
#, c-format
msgid "Loopback file name: %s"
msgstr "Nazwa plikopartycji: %s"
-#: ../../diskdrake_interactive.pm_.c:975
+#: ../../diskdrake/interactive.pm_.c:1073
msgid ""
"\n"
"Chances are, this partition is\n"
@@ -1947,7 +2171,7 @@ msgstr ""
"a Driver partition, you should\n"
"probably leave it alone.\n"
-#: ../../diskdrake_interactive.pm_.c:978
+#: ../../diskdrake/interactive.pm_.c:1076
msgid ""
"\n"
"This special Bootstrap\n"
@@ -1959,65 +2183,104 @@ msgstr ""
"partition is for\n"
"dual-booting your system.\n"
-#: ../../diskdrake_interactive.pm_.c:997
+#: ../../diskdrake/interactive.pm_.c:1095
#, c-format
msgid "Size: %s\n"
msgstr "Rozmiar: %s\n"
-#: ../../diskdrake_interactive.pm_.c:998
+#: ../../diskdrake/interactive.pm_.c:1096
#, c-format
msgid "Geometry: %s cylinders, %s heads, %s sectors\n"
msgstr "Geometria: %s cylindrw, %s gowic, %s sektorw\n"
-#: ../../diskdrake_interactive.pm_.c:999
+#: ../../diskdrake/interactive.pm_.c:1097
msgid "Info: "
msgstr "Informacje: "
-#: ../../diskdrake_interactive.pm_.c:1000
+#: ../../diskdrake/interactive.pm_.c:1098
#, c-format
msgid "LVM-disks %s\n"
msgstr "Dyski LVM %s\n"
-#: ../../diskdrake_interactive.pm_.c:1001
+#: ../../diskdrake/interactive.pm_.c:1099
#, c-format
msgid "Partition table type: %s\n"
msgstr "Typ tabeli partycji: %s\n"
-#: ../../diskdrake_interactive.pm_.c:1002
+#: ../../diskdrake/interactive.pm_.c:1100
#, c-format
msgid "on bus %d id %d\n"
msgstr "na szynie %d id %d\n"
-#: ../../diskdrake_interactive.pm_.c:1016
+#: ../../diskdrake/interactive.pm_.c:1114
#, c-format
msgid "Options: %s"
msgstr "Opcje: %s"
-#: ../../fs.pm_.c:447 ../../fs.pm_.c:457 ../../fs.pm_.c:461 ../../fs.pm_.c:465
-#: ../../fs.pm_.c:469 ../../fs.pm_.c:473
+#: ../../diskdrake/interactive.pm_.c:1130
+#, fuzzy
+msgid "Filesystem encryption key"
+msgstr "Typ systemu plikw: "
+
+#: ../../diskdrake/interactive.pm_.c:1131
+msgid "Choose your filesystem encryption key"
+msgstr ""
+
+#: ../../diskdrake/interactive.pm_.c:1134
+#, fuzzy, c-format
+msgid "This encryption key is too simple (must be at least %d characters long)"
+msgstr "To haso jest zbyt proste ( musi by co najmniej %d znakw)"
+
+#: ../../diskdrake/interactive.pm_.c:1135
+#, fuzzy
+msgid "The encryption keys do not match"
+msgstr "Hasa nie zgadzaj si"
+
+#: ../../diskdrake/interactive.pm_.c:1138
+msgid "Encryption key"
+msgstr ""
+
+#: ../../diskdrake/interactive.pm_.c:1139
+msgid "Encryption key (again)"
+msgstr ""
+
+#: ../../diskdrake/removable.pm_.c:47
+#, fuzzy
+msgid "Change type"
+msgstr "Zmiana typu partycji"
+
+#: ../../diskdrake/removable_gtk.pm_.c:28
+#, fuzzy
+msgid "Please click on a media"
+msgstr "Prosz klikn na partycji"
+
+#: ../../diskdrake/smbnfs_gtk.pm_.c:165
+#, fuzzy
+msgid "Search servers"
+msgstr "Serwer DNS"
+
+#: ../../fs.pm_.c:485 ../../fs.pm_.c:495 ../../fs.pm_.c:499 ../../fs.pm_.c:503
+#: ../../fs.pm_.c:507 ../../fs.pm_.c:511
#, c-format
msgid "%s formatting of %s failed"
msgstr "%s formatowania z %s nieudane"
-#: ../../fs.pm_.c:506
+#: ../../fs.pm_.c:548
#, c-format
msgid "I don't know how to format %s in type %s"
msgstr "Nie wiadomo jak sformatowa %s typu %s"
-#: ../../fs.pm_.c:568
-msgid "mount failed"
-msgstr "nieudane montowanie"
+#: ../../fs.pm_.c:620 ../../fs.pm_.c:649 ../../fs.pm_.c:655
+#, c-format
+msgid "mounting partition %s in directory %s failed"
+msgstr ""
-#: ../../fs.pm_.c:588
+#: ../../fs.pm_.c:640
#, c-format
msgid "fsck failed with exit code %d or signal %d"
msgstr "fsck zwrcio kod bdu %d lub sygna %d"
-#: ../../fs.pm_.c:597 ../../fs.pm_.c:603 ../../partition_table.pm_.c:560
-msgid "mount failed: "
-msgstr "nieudane montowanie: "
-
-#: ../../fs.pm_.c:618 ../../partition_table.pm_.c:556
+#: ../../fs.pm_.c:670 ../../partition_table.pm_.c:596
#, c-format
msgid "error unmounting %s: %s"
msgstr "bd odmontowania %s; %s"
@@ -2026,48 +2289,66 @@ msgstr "bd odmontowania %s; %s"
msgid "simple"
msgstr "proste"
+#: ../../fsedit.pm_.c:25
+msgid "with /usr"
+msgstr ""
+
#: ../../fsedit.pm_.c:30
msgid "server"
msgstr "serwer"
-#: ../../fsedit.pm_.c:461
+#: ../../fsedit.pm_.c:467
msgid "You can't use JFS for partitions smaller than 16MB"
msgstr "Nie mona uywa JFS na partycji mniejszej ni 16MB"
-#: ../../fsedit.pm_.c:462
+#: ../../fsedit.pm_.c:468
msgid "You can't use ReiserFS for partitions smaller than 32MB"
msgstr "Nie mona uywa ReiserFS na partycji mniejszej ni 32MB"
-#: ../../fsedit.pm_.c:471
+#: ../../fsedit.pm_.c:477
msgid "Mount points must begin with a leading /"
msgstr "Punkty montowania musz zaczyna si od /"
-#: ../../fsedit.pm_.c:472
+#: ../../fsedit.pm_.c:478
#, c-format
msgid "There is already a partition with mount point %s\n"
msgstr "Istnieje partycja z punktem montowania %s\n"
-#: ../../fsedit.pm_.c:476
+#: ../../fsedit.pm_.c:482
#, c-format
msgid "You can't use a LVM Logical Volume for mount point %s"
msgstr "Nie mon uy LVM dla punktu montowania %s"
-#: ../../fsedit.pm_.c:478
+#: ../../fsedit.pm_.c:484
msgid "This directory should remain within the root filesystem"
msgstr "Ten katalog powinien by wewntrz systemu plikw / (root)"
-#: ../../fsedit.pm_.c:480
+#: ../../fsedit.pm_.c:486
msgid "You need a true filesystem (ext2, reiserfs) for this mount point\n"
msgstr ""
"Dla tego punktu montowania potrzebujesz porzdnego systemu plikw (ext2,"
"reiserfs)\n"
-#: ../../fsedit.pm_.c:596
+#: ../../fsedit.pm_.c:488
+#, fuzzy, c-format
+msgid "You can't use an encrypted file system for mount point %s"
+msgstr "Nie mon uy LVM dla punktu montowania %s"
+
+#: ../../fsedit.pm_.c:546
+#, fuzzy
+msgid "Not enough free space for auto-allocating"
+msgstr "Brak wolnego miejsca dla automatycznego rozmieszczenia"
+
+#: ../../fsedit.pm_.c:548
+msgid "Nothing to do"
+msgstr ""
+
+#: ../../fsedit.pm_.c:612
#, c-format
msgid "Error opening %s for writing: %s"
msgstr "Bd otwarcia %s do zapisu: %s"
-#: ../../fsedit.pm_.c:681
+#: ../../fsedit.pm_.c:697
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"
@@ -2075,7 +2356,7 @@ msgstr ""
"Wystpi bd - nie znaleziono urzdze, na ktrych mona utworzy nowe \n"
"systemy plikw. Sprawd sprzt, by wykry przyczyn"
-#: ../../fsedit.pm_.c:704
+#: ../../fsedit.pm_.c:720
msgid "You don't have any partitions!"
msgstr "Nie masz adnych partycji!"
@@ -2092,14 +2373,14 @@ msgid ""
"system would not work any more. If you make a serious mistake as a regular\n"
"user, you may only lose some information, but not the entire system.\n"
"\n"
-"First, you have to enter your real name. This is not mandatory, of course -\n"
+"First, you have to enter your real name. This is not mandatory, of course\n"
"as you can actually enter whatever you want. DrakX will then take the first\n"
"word you have entered in the box and will bring it over to the \"User\n"
-"name\". This is the name this particular user will use to log into the\n"
+"name\". This is the name this particular user will use to log onto the\n"
"system. You can change it. You then have to enter a password here. A\n"
-"non-privileged (regular) user's password is not as crucial as that of\n"
-"\"root\" from a security point of view, but that is no reason to neglect it\n"
-"- after all, your files are at risk.\n"
+"non-privileged (regular) user's password is not as crucial as \"root\"' one\n"
+"from a security point of view, but that is no reason to neglect it: after\n"
+"all, your files are at risk.\n"
"\n"
"If you click on \"Accept user\", you can then add as many as you want. Add\n"
"a user for each one of your friends: your father or your sister, for\n"
@@ -2114,7 +2395,7 @@ msgstr ""
msgid ""
"Listed above are the existing Linux partitions detected on your hard drive.\n"
"You can keep the choices made by the wizard, they are good for most common\n"
-"installs. If you make any changes, you must at least define a root\n"
+"installations. If you make any changes, you must at least define a root\n"
"partition (\"/\"). Do not choose too small a partition or you will not be\n"
"able to install enough software. If you want to store your data on a\n"
"separate partition, you will also need to create a partition for \"/home\"\n"
@@ -2131,11 +2412,11 @@ msgid ""
"\"Hard drive number\" is always a letter after \"hd\" or \"sd\". For IDE\n"
"hard drives:\n"
"\n"
-" * \"a\" means \"master hard drive on the primary IDE controller\",\n"
+" * \"a\" means \"master hard drive on the primary IDE controller\";\n"
"\n"
-" * \"b\" means \"slave hard drive on the primary IDE controller\",\n"
+" * \"b\" means \"slave hard drive on the primary IDE controller\";\n"
"\n"
-" * \"c\" means \"master hard drive on the secondary IDE controller\",\n"
+" * \"c\" means \"master hard drive on the secondary IDE controller\";\n"
"\n"
" * \"d\" means \"slave hard drive on the secondary IDE controller\".\n"
"\n"
@@ -2180,8 +2461,8 @@ msgstr ""
#: ../../help.pm_.c:72
msgid ""
-"The Mandrake Linux installation is spread out over several CDROMs. DrakX\n"
-"knows if a selected package is located on another CDROM and will eject the\n"
+"The Mandrake Linux installation is spread out over several CD-ROMs. DrakX\n"
+"knows if a selected package is located on another CD-ROM and will eject the\n"
"current CD and ask you to insert a different one as required."
msgstr ""
@@ -2191,8 +2472,8 @@ msgid ""
"system. There are thousands of packages available for Mandrake Linux, and\n"
"you are not supposed to know them all by heart.\n"
"\n"
-"If you are performing a standard installation from CDROM, you will first be\n"
-"asked to specify the CDs you currently have (in Expert mode only). Check\n"
+"If you are performing a standard installation from a CD-ROM, you will first\n"
+"be asked to specify the CDs you currently have (in Expert mode only). Check\n"
"the CD labels and highlight the boxes corresponding to the CDs you have\n"
"available for installation. Click \"OK\" when you are ready to continue.\n"
"\n"
@@ -2201,49 +2482,61 @@ msgid ""
"\n"
" * \"Workstation\": if you plan to use your machine as a workstation, "
"select\n"
-"one or more of the corresponding groups.\n"
+"one or more of the corresponding groups;\n"
"\n"
-" * \"Development\": if the machine is to be used for programming, choose "
-"the\n"
-"desired group(s).\n"
+" * \"Development\": if your machine is to be used for programming, choose\n"
+"the desired group(s);\n"
"\n"
-" * \"Server\": finally, if the machine is intended to be a server, you will\n"
-"be able to select which of the most common services you wish to see\n"
-"installed on the machine.\n"
+" * \"Server\": if your machine is intended to be a server, you will be able\n"
+"to select which of the most common services you wish to install on your\n"
+"machine;\n"
"\n"
-" * \"Graphical Environment\": this is where you will choose your preferred\n"
-"graphical environment. At least one must be selected if you want to have a\n"
-"graphical workstation!\n"
+" * \"Graphical Environment\": finally, this is where you will choose your\n"
+"preferred graphical environment. At least one must be selected if you want\n"
+"to have a graphical workstation!\n"
"\n"
"Moving the mouse cursor over a group name will display a short explanatory\n"
-"text about that group.\n"
+"text about that group. If you deselect all groups when performing a regular\n"
+"installation (by opposition to an upgrade), a dialog will pop up proposing\n"
+"different options for a minimal installation:\n"
+"\n"
+" * \"With X\": install the fewer packages possible to have a working\n"
+"graphical desktop;\n"
+"\n"
+" * \"With basic documentation\": installs the base system plus basic\n"
+"utilities and their documentation. This installation is suitable for\n"
+"setting up a server;\n"
+"\n"
+" * \"Truly minimal install\": will install the strict minimum necessary to\n"
+"get a working Linux system, in command line only. This installation is\n"
+"about 65Mb large.\n"
"\n"
"You can check the \"Individual package selection\" box, which is useful if\n"
"you are familiar with the packages being offered or if you want to have\n"
"total control over what will be installed.\n"
"\n"
-"If you started the installation in \"Update\" mode, you can unselect all\n"
+"If you started the installation in \"Upgrade\" mode, you can unselect all\n"
"groups to avoid installing any new package. This is useful for repairing or\n"
"updating an existing system."
msgstr ""
-#: ../../help.pm_.c:115
+#: ../../help.pm_.c:128
msgid ""
-"Finally, depending on your choice of whether or not to select individual\n"
-"packages, you will be presented a tree containing all packages classified\n"
-"by groups and subgroups. While browsing the tree, you can select entire\n"
-"groups, subgroups, or individual packages.\n"
+"Finally, depending on whether or not you selected individual packages, you\n"
+"will be presented a tree containing all packages classified by groups and\n"
+"subgroups. While browsing the tree, you can select entire groups,\n"
+"subgroups, or individual packages.\n"
"\n"
"Whenever you select a package on the tree, a description appears on the\n"
"right. When your selection is finished, click the \"Install\" button which\n"
"will then launch the installation process. Depending on the speed of your\n"
"hardware and the number of packages that need to be installed, it may take\n"
-"a while to complete the process. A time to complete estimate is displayed\n"
-"on the screen to help you gauge if there is sufficient time to enjoy a cup\n"
-"of coffee.\n"
+"a while to complete the process. An estimate of the time it will take to\n"
+"install everything is displayed on the screen, to help you gauge if there\n"
+"is sufficient time to enjoy a cup of coffee.\n"
"\n"
-"!! If a server package has been selected either intentionally or because it\n"
-"was part of a whole group, you will be asked to confirm that you really\n"
+"!! If a server package has been selected, either intentionally or because\n"
+"it was part of a whole group, you will be asked to confirm that you really\n"
"want those servers to be installed. Under Mandrake Linux, any installed\n"
"servers are started by default at boot time. Even if they are safe and have\n"
"no known issues at the time the distribution was shipped, it may happen\n"
@@ -2258,37 +2551,38 @@ msgid ""
"occurs because it has determined that it needs to satisfy a dependency with\n"
"another package in order to successfully complete the installation.\n"
"\n"
-"The tiny floppy disc icon at the bottom of the list allows to load the\n"
-"packages list chosen during a previous installation. Clicking on this icon\n"
+"The tiny floppy disk icon at the bottom of the list allows to load the\n"
+"package list chosen during a previous installation. Clicking on this icon\n"
"will ask you to insert a floppy disk previously created at the end of\n"
"another installation. See the second tip of last step on how to create such\n"
"a floppy."
msgstr ""
-#: ../../help.pm_.c:151
+#: ../../help.pm_.c:164
msgid ""
-"If you wish to connect your computer to the Internet or to a local network,\n"
-"please choose the correct option. Please turn on your device before\n"
-"choosing the correct option to let DrakX detect it automatically.\n"
+"You are now proposed to set up your Internet/network connection. If you\n"
+"wish to connect your computer to the Internet or to a local network, click\n"
+"\"OK\". The autodetection of network devices and modem will be launched. If\n"
+"this detection fails, uncheck the \"Use auto detection\" box next time. You\n"
+"may also choose not to configure the network, or do it later; in that case,\n"
+"simply click the \"Cancel\" button.\n"
"\n"
-"Mandrake Linux proposes the configuration of an Internet connection at\n"
-"installation time. Available connections are: traditional modem, ISDN\n"
-"modem, ADSL connection, cable modem, and finally a simple LAN connection\n"
-"(Ethernet).\n"
+"Available connections are: traditional modem, ISDN modem, ADSL connection,\n"
+"cable modem, and finally a simple LAN connection (Ethernet).\n"
"\n"
"Here, we will not detail each configuration. Simply make sure that you have\n"
"all the parameters from your Internet Service Provider or system\n"
"administrator.\n"
"\n"
-"You can consult the manual chapter about Internet connections for details\n"
-"about the configuration, or simply wait until your system is installed and\n"
-"use the program described there to configure your connection.\n"
+"You can consult the ``User Guide'' chapter about Internet connections for\n"
+"details about the configuration, or simply wait until your system is\n"
+"installed and use the program described there to configure your connection.\n"
"\n"
-"If you wish to configure the network later after installation or if you\n"
-"have finished configuring your network connection, click \"Cancel\"."
+"If you wish to configure the network later after installation, or if you\n"
+"are finished configuring your network connection, click \"Cancel\"."
msgstr ""
-#: ../../help.pm_.c:172
+#: ../../help.pm_.c:186
#, fuzzy
msgid ""
"You may now choose which services you wish to start at boot time.\n"
@@ -2301,10 +2595,11 @@ msgid ""
"specific service. However, if you are not sure whether a service is useful\n"
"or not, it is safer to leave the default behavior.\n"
"\n"
-"At this stage, be very careful if you intend to use your machine as a\n"
-"server: you will probably not want to start any services that you do not\n"
+"!! At this stage, be very careful if you intend to use your machine as a\n"
+"server: you will probably not want to start any services which you do not\n"
"need. Please remember that several services can be dangerous if they are\n"
-"enabled on a server. In general, select only the services you really need."
+"enabled on a server. In general, select only the services you really need.\n"
+"!!"
msgstr ""
"Teraz moesz wybra usugi, jakie chcesz mie wczone przy starcie\n"
"systemu.\n"
@@ -2320,37 +2615,45 @@ msgstr ""
"moe by niebezpieczne.\n"
"W oglnoci, uruchamiaj tylko te usugi, ktrych naprawd potrzebujesz."
-#: ../../help.pm_.c:188
+#: ../../help.pm_.c:203
msgid ""
-"GNU/Linux manages time in GMT (Greenwich Manage Time) and translates it in\n"
-"local time according to the time zone you selected."
+"GNU/Linux manages time in GMT (Greenwich Mean Time) and translates it in\n"
+"local time according to the time zone you selected. It is however possible\n"
+"to deactivate this by deselecting \"Hardware clock set to GMT\" so that the\n"
+"hardware clock is the same as the system clock. This is useful when the\n"
+"machine is hosting another operating system like Windows.\n"
+"\n"
+"The \"Automatic time synchronization\" option will automatically regulate\n"
+"the clock by connecting to a remote time server on the Internet. In the\n"
+"list that is presented, choose a server located near you. Of course you\n"
+"must have a working Internet connection for this feature to work. It will\n"
+"actually install on your machine a time server which can be optionally used\n"
+"by other machines on your local network."
msgstr ""
-"GNU/Linux korzysta z czasu GMT \"Czas uniwersalny Greenwich\", tumaczc go\n"
-"na czas lokalny odpowiednio do wybranej strefy czasowej."
-#: ../../help.pm_.c:192
+#: ../../help.pm_.c:217
msgid ""
"X (for X Window System) is the heart of the GNU/Linux graphical interface\n"
-"on which all the graphics environments (KDE, Gnome, AfterStep,\n"
-"WindowMaker...) bundled with Mandrake Linux rely. In this section, DrakX\n"
+"on which all the graphical environments (KDE, GNOME, AfterStep,\n"
+"WindowMaker, etc.) bundled with Mandrake Linux rely. In this section, DrakX\n"
"will try to configure X automatically.\n"
"\n"
"It is extremely rare for it to fail, unless the hardware is very old (or\n"
"very new). If it succeeds, it will start X automatically with the best\n"
-"resolution possible depending on the size of the monitor. A window will\n"
+"resolution possible, depending on the size of the monitor. A window will\n"
"then appear and ask you if you can see it.\n"
"\n"
-"If you are doing an \"Expert\" install, you will enter the X configuration\n"
-"wizard. See the corresponding section of the manual for more information\n"
-"about this wizard.\n"
+"If you are doing an \"Expert\" installation, you will enter the X\n"
+"configuration wizard. See the corresponding section of the manual for more\n"
+"information about this wizard.\n"
"\n"
-"If you can see the message and answer \"Yes\", then DrakX will proceed to\n"
-"the next step. If you cannot see the message, it simply means that the\n"
-"configuration was wrong and the test will automatically end after 10\n"
-"seconds, restoring the screen."
+"If you can see the message during the test, and answer \"Yes\", then DrakX\n"
+"will proceed to the next step. If you cannot see the message, it simply\n"
+"means that the configuration was wrong and the test will automatically end\n"
+"after 10 seconds, restoring the screen."
msgstr ""
-#: ../../help.pm_.c:212
+#: ../../help.pm_.c:237
msgid ""
"The first time you try the X configuration, you may not be very satisfied\n"
"with its display (screen is too small, shifted left or right...). Hence,\n"
@@ -2360,11 +2663,11 @@ msgid ""
"\n"
"As a last resort, if you still cannot get X to work, choose \"Change\n"
"graphics card\", select \"Unlisted card\", and when prompted on which\n"
-"server you want, choose \"FBDev\". This is a failsafe option which works\n"
-"with any modern graphics card. Then choose \"Test again\" to be sure."
+"server, choose \"FBDev\". This is a failsafe option which works with any\n"
+"modern graphics card. Then choose \"Test again\" to be sure."
msgstr ""
-#: ../../help.pm_.c:224
+#: ../../help.pm_.c:249
msgid ""
"Finally, you will be asked whether you want to see the graphical interface\n"
"at boot. Note this question will be asked even if you chose not to test the\n"
@@ -2373,17 +2676,16 @@ msgid ""
"configured."
msgstr ""
-#: ../../help.pm_.c:231
+#: ../../help.pm_.c:256
msgid ""
-"The Mandrake Linux CDROM has a built-in rescue mode. You can access it by\n"
-"booting from the CDROM, press the >>F1<< key at boot and type >>rescue<< at\n"
-"the prompt. But in case your computer cannot boot from the CDROM, you\n"
+"The Mandrake LinuxCD-ROM has a built-in rescue mode. You can access it by\n"
+"booting from the CD-ROM, press the >>F1<< key at boot and type >>rescue<<\n"
+"at the prompt. But in case your computer cannot boot from the CD-ROM, you\n"
"should come back to this step for help in at least two situations:\n"
"\n"
-" * when installing the boot loader, DrakX will rewrite the boot sector "
-"(MBR)\n"
-"of your main disk (unless you are using another boot manager) so that you\n"
-"can start up with either Windows or GNU/Linux (assuming you have Windows in\n"
+" * when installing the bootloader, DrakX will rewrite the boot sector (MBR)\n"
+"of your main disk (unless you are using another boot manager), to allow you\n"
+"to start up with either Windows or GNU/Linux (assuming you have Windows in\n"
"your system). If you need to reinstall Windows, the Microsoft install\n"
"process will rewrite the boot sector, and then you will not be able to\n"
"start GNU/Linux!\n"
@@ -2401,25 +2703,26 @@ msgid ""
"the whole disk."
msgstr ""
-#: ../../help.pm_.c:255
+#: ../../help.pm_.c:280
#, fuzzy
msgid ""
-"At this point you need to choose where on your hard drive to install your\n"
-"Mandrake Linux operating system. If your hard drive is empty or if an\n"
-"existing operating system is using all the space available, you will need\n"
-"to partition it. Basically, partitioning a hard drive consists of logically\n"
-"dividing it to create space to install your new Mandrake Linux system.\n"
+"At this point, you need to choose where you want to install the Mandrake\n"
+"Linux operating system on your hard drive. If your hard drive is empty or\n"
+"if an existing operating system is using all the available space, you will\n"
+"need to partition it. Basically, partitioning a hard drive consists of\n"
+"logically dividing it to create space to install your new Mandrake Linux\n"
+"system.\n"
"\n"
-"Because the effects of the partitioning process are usually irreversible,\n"
+"Because the partitioning process' effects are usually irreversible,\n"
"partitioning can be intimidating and stressful if you are an inexperienced\n"
"user. Fortunately, there is a wizard which simplifies this process. Before\n"
"beginning, please consult the manual and take your time.\n"
"\n"
-"If you are running the install in Expert mode, you will enter DiskDrake,\n"
-"the Mandrake Linux partitioning tool, which allows you to fine-tune your\n"
-"partitions. See the DiskDrake chapter of the manual. From the installation\n"
-"interface, you can use the wizards as described here by clicking the\n"
-"\"Wizard\" button of the dialog.\n"
+"If you are running the installation in Expert mode, you will enter\n"
+"DiskDrake, the Mandrake Linux partitioning tool, which allows you to\n"
+"fine-tune your partitions. See the DiskDrake section in the ``User Guide''.\n"
+"From the installation interface, you can use the wizards as described here\n"
+"by clicking the dialog's \"Wizard\" button.\n"
"\n"
"If partitions have already been defined, either from a previous\n"
"installation or from another partitioning tool, simply select those to\n"
@@ -2430,43 +2733,45 @@ msgid ""
"available:\n"
"\n"
" * \"Use free space\": this option will simply lead to an automatic\n"
-"partitioning of your blank drive(s). You will not be prompted further.\n"
+"partitioning of your blank drive(s). You will not be prompted further;\n"
"\n"
" * \"Use existing partition\": the wizard has detected one or more existing\n"
"Linux partitions on your hard drive. If you want to use them, choose this\n"
-"option.\n"
+"option;\n"
"\n"
-" * \"Use the free space on the Windows partition\": if Microsoft Windows is\n"
+" * \"Use the free space on the Windows; partition\": if MicrosoftWindows is\n"
"installed on your hard drive and takes all the space available on it, you\n"
-"have to create free space for Linux data. To do that, you can delete your\n"
-"Microsoft Windows partition and data (see \"Erase entire disk\" or \"Expert\n"
-"mode\" solutions) or resize your Microsoft Windows partition. Resizing can\n"
-"be performed without the loss of any data. This solution is recommended if\n"
-"you want to use both Mandrake Linux and Microsoft Windows on same computer.\n"
+"have to create free space for Linux data. To do so, you can delete your\n"
+"MicrosoftWindows partition and data (see ``Erase entire disk'' or ``Expert\n"
+"mode'' solutions) or resize your MicrosoftWindows partition. Resizing can\n"
+"be performed without the loss of any data, provided you previously\n"
+"defragment the Windows partition. Backing up your data won't hurt either..\n"
+"This solution is recommended if you want to use both Mandrake Linux and\n"
+"MicrosoftWindows on the same computer.\n"
"\n"
" Before choosing this option, please understand that after this "
"procedure,\n"
-"the size of your Microsoft Windows partition will be smaller than at the\n"
-"present time. You will have less free space under Microsoft Windows to\n"
-"store your data or to install new software.\n"
+"the size of your MicrosoftWindows partition will be smaller than at the\n"
+"present time. You will have less free space under MicrosoftWindows to store\n"
+"your data or to install new software;\n"
"\n"
" * \"Erase entire disk\": if you want to delete all data and all partitions\n"
"present on your hard drive and replace them with your new Mandrake Linux\n"
"system, choose this option. Be careful with this solution because you will\n"
-"not be able to revert your choice after confirmation.\n"
+"not be able to revert your choice after you confirm;\n"
"\n"
" !! If you choose this option, all data on your disk will be lost. !!\n"
"\n"
" * \"Remove Windows\": this will simply erase everything on the drive and\n"
"begin fresh, partitioning everything from scratch. All data on your disk\n"
-"will be lost.\n"
+"will be lost;\n"
"\n"
" !! If you choose this option, all data on your disk will be lost. !!\n"
"\n"
" * \"Expert mode\": choose this option if you want to manually partition\n"
-"your hard drive. Be careful - it is a powerful but dangerous choice. You\n"
-"can very easily lose all your data. Hence, do not choose this unless you\n"
-"know what you are doing."
+"your hard drive. Be careful it is a powerful but dangerous choice. You can\n"
+"very easily lose all your data. Hence, do not choose this unless you know\n"
+"what you are doing."
msgstr ""
"W tym etapie instalacji okrelasz, gdzie na dysku zostanie zainstalowany\n"
"Mandrake Linux. Jeli dysk jest pusty lub istniejce systemy operacyjne\n"
@@ -2532,7 +2837,7 @@ msgstr ""
"Bardzo atwo mona utraci wszystkie dane\n"
" Nie wybieraj wic tej opcji, jeli naprawd nie wiesz, co robisz!"
-#: ../../help.pm_.c:319
+#: ../../help.pm_.c:347
msgid ""
"There you are. Installation is now complete and your GNU/Linux system is\n"
"ready to use. Just click \"OK\" to reboot the system. You can start\n"
@@ -2547,29 +2852,30 @@ msgid ""
"\n"
" Note that two different options are available after clicking the button:\n"
"\n"
-" * \"Replay\". This is a partially automated install as the partitioning\n"
-"step (and only this one) remains interactive.\n"
+" * \"Replay\". This is a partially automated installation as the\n"
+"partitioning step (and only this one) remains interactive;\n"
"\n"
-" * \"Automated\". Fully automated install: the hard disk is completely\n"
+" * \"Automated\". Fully automated installation: the hard disk is "
+"completely\n"
"rewritten, all data is lost.\n"
"\n"
" This feature is very handy when installing a great number of similar\n"
-"machines. See the Auto install section at our web site.\n"
+"machines. See the Auto install section on our web site;\n"
"\n"
-" * \"Save packages selection\"(*): saves the packages selection as made\n"
+" * \"Save packages selection\"(*): saves the package selection as done\n"
"previously. Then, when doing another installation, insert the floppy inside\n"
-"the driver and run the installation going to the help screen by pressing on\n"
+"the drive and run the installation going to the help screen by pressing on\n"
"the [F1] key, and by issuing >>linux defcfg=\"floppy\"<<.\n"
"\n"
"(*) You need a FAT-formatted floppy (to create one under GNU/Linux, type\n"
"\"mformat a:\")"
msgstr ""
-#: ../../help.pm_.c:350
+#: ../../help.pm_.c:378
#, fuzzy
msgid ""
"Any partitions that have been newly defined must be formatted for use\n"
-"(formatting means creating a file system).\n"
+"(formatting means creating a filesystem).\n"
"\n"
"At this time, you may wish to reformat some already existing partitions to\n"
"erase any data they contain. If you wish to do that, please select those\n"
@@ -2583,7 +2889,7 @@ msgid ""
"\n"
"Please be careful when selecting partitions. After formatting, all data on\n"
"the selected partitions will be deleted and you will not be able to recover\n"
-"any of them.\n"
+"any of it.\n"
"\n"
"Click on \"OK\" when you are ready to format partitions.\n"
"\n"
@@ -2591,7 +2897,7 @@ msgid ""
"Mandrake Linux operating system installation.\n"
"\n"
"Click on \"Advanced\" if you wish to select partitions that will be checked\n"
-"for bad blocks on the disc."
+"for bad blocks on the disk."
msgstr ""
"Wszystkie nowo powstae partycje musz zosta sformatowane przed\n"
"wykorzystaniem (formatowanie oznacza utworzenie systemu plikw).\n"
@@ -2616,7 +2922,7 @@ msgstr ""
"Wybierz \"Anuluj\", jeli chcesz wybra do zainstalowania\n"
"Linuksa-Mandrake inne partycje."
-#: ../../help.pm_.c:376
+#: ../../help.pm_.c:404
#, fuzzy
msgid ""
"Your new Mandrake Linux operating system is currently being installed.\n"
@@ -2633,71 +2939,100 @@ msgstr ""
"\n"
"Bd cierpliwy."
-#: ../../help.pm_.c:384
+#: ../../help.pm_.c:412
msgid ""
-"Before continuing you should read carefully the terms of the license. It\n"
+"At the time you are installing Mandrake Linux, it is likely that some\n"
+"packages have been updated since the initial release. Some bugs may have\n"
+"been fixed, and security issues solved. To allow you to benefit from these\n"
+"updates, you are now proposed to download them from the Internet. Choose\n"
+"\"Yes\" if you have a working Internet connection, or \"No\" if you prefer\n"
+"to install updated packages later.\n"
+"\n"
+"Choosing \"Yes\" displays a list of places from which updates can be\n"
+"retrieved. Choose the one nearest you. Then a package-selection tree\n"
+"appears: review the selection, and press \"Install\" to retrieve and\n"
+"install the selected package(s), or \"Cancel\" to abort."
+msgstr ""
+
+#: ../../help.pm_.c:425
+msgid ""
+"Before continuing, you should read carefully the terms of the license. It\n"
"covers the whole Mandrake Linux distribution, and if you do not agree with\n"
"all the terms in it, click on the \"Refuse\" button which will immediately\n"
-"terminate the installation. To continue with the installation, click the\n"
+"terminate the installation. To continue with the installation, click on the\n"
"\"Accept\" button."
msgstr ""
-#: ../../help.pm_.c:391
+#: ../../help.pm_.c:432
msgid ""
"At this point, it is time to choose the security level desired for the\n"
"machine. As a rule of thumb, the more exposed the machine is, and the more\n"
"the data stored in it is crucial, the higher the security level should be.\n"
-"However, a higher security level is generally obtained at the expenses of\n"
-"easiness of use. Refer to the MSEC chapter of the ``Reference Manual'' to\n"
-"get more information about the meaning of these levels.\n"
+"However, a higher security level is generally obtained at the expense of\n"
+"easiness of use. Refer to the \"msec\" chapter of the ``Reference Manual''\n"
+"to get more information about the meaning of these levels.\n"
"\n"
"If you do not know what to choose, keep the default option."
msgstr ""
-#: ../../help.pm_.c:401
+#: ../../help.pm_.c:442
#, fuzzy
msgid ""
-"At this point, you need to choose what partition(s) will be used for the\n"
-"installation of your Mandrake Linux system. If partitions have been already\n"
+"At this point, you need to choose which partition(s) will be used for the\n"
+"installation of your Mandrake Linux system. If partitions have already been\n"
"defined, either from a previous installation of GNU/Linux or from another\n"
-"partitioning tool, you can use existing partitions. Otherwise hard drive\n"
+"partitioning tool, you can use existing partitions. Otherwise, hard drive\n"
"partitions must be defined.\n"
"\n"
"To create partitions, you must first select a hard drive. You can select\n"
-"the disk for partitioning by clicking on \"hda\" for the first IDE drive,\n"
-"\"hdb\" for the second, \"sda\" for the first SCSI drive and so on.\n"
+"the disk for partitioning by clicking on ``hda'' for the first IDE drive,\n"
+"``hdb'' for the second, ``sda'' for the first SCSI drive and so on.\n"
"\n"
"To partition the selected hard drive, you can use these options:\n"
"\n"
" * \"Clear all\": this option deletes all partitions on the selected hard\n"
-"drive.\n"
+"drive;\n"
+"\n"
+" * \"Auto allocate\": this option enables to automatically create \"Ext2\"\n"
+"and swap partitions in free space of your hard drive;\n"
+"\n"
+" * \"More\": gives access to additional features:\n"
"\n"
-" * \"Auto allocate\": this option allows you to automatically create Ext2\n"
-"and swap partitions in free space of your hard drive.\n"
+" * \"Save partition table\": saves the partition table to a floppy. "
+"Useful\n"
+"for later partition-table recovery if necessary. It is strongly recommended\n"
+"to perform this step;\n"
"\n"
-" * \"Rescue partition table\": if your partition table is damaged, you can\n"
+" * \"Restore partition table\": allows to restore a previously saved\n"
+"partition table from floppy disk;\n"
+"\n"
+" * \"Rescue partition table\": if your partition table is damaged, you "
+"can\n"
"try to recover it using this option. Please be careful and remember that it\n"
-"can fail.\n"
+"can fail;\n"
"\n"
-" * \"Undo\": use this option to cancel your changes.\n"
+" * \"Reload partition table\": discards all changes and loads your "
+"initial\n"
+"partition table;\n"
"\n"
-" * \"Reload\": you can use this option if you wish to undo all changes and\n"
-"load your initial partitions table.\n"
+" * \"Removable media automounting\": unchecking this option will force "
+"users\n"
+"to manually mount and unmount removable medias such as floppies and\n"
+"CD-ROMs.\n"
"\n"
" * \"Wizard\": use this option if you wish to use a wizard to partition "
"your\n"
"hard drive. This is recommended if you do not have a good knowledge of\n"
-"partitioning.\n"
+"partitioning;\n"
"\n"
-" * \"Restore from floppy\": this option will allow you to restore a\n"
-"previously saved partition table from floppy disk.\n"
+" * \"Undo\": use this option to cancel your changes;\n"
"\n"
-" * \"Save to floppy\": saves the partition table to a floppy. Useful for\n"
-"later partition-table recovery if necessary. It is strongly recommended to\n"
-"perform this step.\n"
+" * \"Toggle to normal/expert mode\": allows additional actions on "
+"partitions\n"
+"(type, options, format) and gives more information;\n"
"\n"
-" * \"Done\": when you have finished partitioning your hard drive, this will\n"
-"save your changes back to disc.\n"
+" * \"Done\": when you are finished partitioning your hard drive, this will\n"
+"save your changes back to disk.\n"
"\n"
"Note: you can reach any option using the keyboard. Navigate through the\n"
"partitions using [Tab] and [Up/Down] arrows.\n"
@@ -2710,9 +3045,12 @@ msgid ""
"\n"
" * Ctrl-m to set the mount point.\n"
"\n"
+"To get information about the different filesystem types available, please\n"
+"read the ext2fs chapter from the ``Reference Manual''.\n"
+"\n"
"If you are installing on a PPC machine, you will want to create a small HFS\n"
-"\"bootstrap\" partition of at least 1MB which will be used by the yaboot\n"
-"boot loader. If you opt to make the partition a bit larger, say 50MB, you\n"
+"``bootstrap'' partition of at least 1MB, which will be used by the yaboot\n"
+"bootloader. If you opt to make the partition a bit larger, say 50MB, you\n"
"may find it a useful place to store a spare kernel and ramdisk images for\n"
"emergency boot situations."
msgstr ""
@@ -2787,11 +3125,11 @@ msgstr ""
"\n"
" * Ctrl-m by okreli punkt montowania"
-#: ../../help.pm_.c:460
+#: ../../help.pm_.c:513
#, fuzzy
msgid ""
-"More than one Microsoft Windows partition has been detected on your hard\n"
-"drive. Please choose the one you want resize in order to install your new\n"
+"More than one Microsoft partition has been detected on your hard drive.\n"
+"Please choose the one you want to resize in order to install your new\n"
"Mandrake Linux operating system.\n"
"\n"
"Each partition is listed as follows: \"Linux name\", \"Windows name\"\n"
@@ -2806,11 +3144,11 @@ msgid ""
"\"Hard drive number\" is always a letter after \"hd\" or \"sd\". With IDE\n"
"hard drives:\n"
"\n"
-" * \"a\" means \"master hard drive on the primary IDE controller\",\n"
+" * \"a\" means \"master hard drive on the primary IDE controller\";\n"
"\n"
-" * \"b\" means \"slave hard drive on the primary IDE controller\",\n"
+" * \"b\" means \"slave hard drive on the primary IDE controller\";\n"
"\n"
-" * \"c\" means \"master hard drive on the secondary IDE controller\",\n"
+" * \"c\" means \"master hard drive on the secondary IDE controller\";\n"
"\n"
" * \"d\" means \"slave hard drive on the secondary IDE controller\".\n"
"\n"
@@ -2852,38 +3190,48 @@ msgstr ""
"\"Nazwa Windows\" to litera dysku pod Windows (pierwszy dysk \n"
"lub partycja to \"C:\")."
-#: ../../help.pm_.c:491
+#: ../../help.pm_.c:544
msgid "Please be patient. This operation can take several minutes."
msgstr "Bd cierpliwy. Ta operacja moe potrwa kilkanacie minut."
-#: ../../help.pm_.c:494
+#: ../../help.pm_.c:547
#, fuzzy
msgid ""
"DrakX now needs to know if you want to perform a default (\"Recommended\")\n"
-"installation or if you want to have greater control (\"Expert\"). You also\n"
-"have the choice of performing a new install or an upgrade of an existing\n"
-"Mandrake Linux system. Clicking \"Install\" will completely wipe out the\n"
-"old system. Select \"Upgrade\" if you are upgrading or repairing an\n"
-"existing system.\n"
-"\n"
-"Please choose \"Install\" if there are no previous version of Mandrake\n"
-"Linux installed or if you wish to boot between various operating systems.\n"
+"installation or if you want to have greater control (\"Expert\"). You can\n"
+"also choose to do a new install or an upgrade of an existing Mandrake Linux\n"
+"system:\n"
+"\n"
+" * \"Install\": completely wipes out the old system. In fact, depending on\n"
+"what currently holds your machine, you will be able to keep some old (Linux\n"
+"or other) partitions unchanged;\n"
+"\n"
+" * \"Upgrade\": this installation class allows to simply update the "
+"packages\n"
+"currently installed on your Mandrake Linux system. It keeps the current\n"
+"partitions of your hard drives as well as user configurations. All other\n"
+"configuration steps remain available with respect to plain installation;\n"
+"\n"
+" * \"Upgrade Packages Only\": this brand new class allows to upgrade an\n"
+"existing Mandrake Linux system while keeping all system configurations\n"
+"unchanged. Adding new packages to the current installation is also\n"
+"possible.\n"
"\n"
-"Please choose \"Update\" if you wish to update or repair an already\n"
-"installed version of Mandrake Linux.\n"
+"Upgrades should work fine for Mandrake Linux systems starting from \"8.1\"\n"
+"release.\n"
"\n"
-"Depending on your knowledge of GNU/Linux, please choose one of the\n"
-"following to install or update your Mandrake Linux operating system:\n"
+"Depending on your knowledge of GNU/Linux, select one of the following\n"
+"choices:\n"
"\n"
" * Recommended: choose this if you have never installed a GNU/Linux\n"
"operating system. The installation will be very easy and you will only be\n"
-"asked a few questions.\n"
+"asked a few questions;\n"
"\n"
" * Expert: if you have a good knowledge of GNU/Linux, you can choose this\n"
"installation class. The expert installation will allow you to perform a\n"
-"highly customized installation. Answering some of the questions can be\n"
-"difficult if you do not have a good knowledge of GNU/Linux so do not choose\n"
-"this unless you know what you are doing."
+"highly-customized installation. Answering some of the questions can be\n"
+"difficult if you do not have a good knowledge of GNU/Linux, so do not\n"
+"choose this unless you know what you are doing."
msgstr ""
"Wybierz \"Instalacja\" jeli nie masz zainstalowanej starszej wersji\n"
"Mandrake Linux, lub jeli chcesz uywa wielu dystrybucji lub wersji.\n"
@@ -2919,10 +3267,10 @@ msgstr ""
"GNU/Linuksa.\n"
" Nie wybieraj wic tego rodzaju instalacji, jeli nie jeste pewien."
-#: ../../help.pm_.c:521
+#: ../../help.pm_.c:583
msgid ""
"Normally, DrakX selects the right keyboard for you (depending on the\n"
-"language you have chosen) and you will not even see this step. However, you\n"
+"language you have chosen) and you won't even see this step. However, you\n"
"might not have a keyboard that corresponds exactly to your language: for\n"
"example, if you are an English speaking Swiss person, you may still want\n"
"your keyboard to be a Swiss keyboard. Or if you speak English but are\n"
@@ -2934,7 +3282,7 @@ msgid ""
"supported keyboards."
msgstr ""
-#: ../../help.pm_.c:534
+#: ../../help.pm_.c:596
msgid ""
"Please choose your preferred language for installation and system usage.\n"
"\n"
@@ -2943,53 +3291,54 @@ msgid ""
"will install the language-specific files for system documentation and\n"
"applications. For example, if you will host users from Spain on your\n"
"machine, select English as the main language in the tree view and in the\n"
-"Advanced section click on the grey star corresponding to \"Spanish|Spain\".\n"
+"Advanced section click on the box corresponding to \"Spanish|Spain\".\n"
"\n"
"Note that multiple languages may be installed. Once you have selected any\n"
-"additional locales click the \"OK\" button to continue."
+"additional locales, click the \"OK\" button to continue."
msgstr ""
-#: ../../help.pm_.c:547
+#: ../../help.pm_.c:609
msgid ""
-"By default, DrakX assumes you have a two-button mouse and will set it up\n"
-"for third-button emulation. DrakX will automatically know whether it is a\n"
-"PS/2, serial or USB mouse.\n"
+"DrakX generally detects the number of buttons your mouse has. If not, it\n"
+"assumes you have a two-button mouse and will set it up for third-button\n"
+"emulation. DrakX will automatically know whether it is a PS/2, serial or\n"
+"USB mouse.\n"
"\n"
"If you wish to specify a different type of mouse select the appropriate\n"
-"type from the list provided.\n"
+"type from the provided list.\n"
"\n"
-"If you choose a mouse other than the default you will be presented with a\n"
-"mouse test screen. Use the buttons and wheel to verify that the settings\n"
-"are good. If the mouse is not working correctly press the space bar or\n"
-"RETURN to \"Cancel\" and choose again."
+"If you choose a mouse other than the default, a test screen will be\n"
+"displayed. Use the buttons and wheel to verify that the settings are\n"
+"correct. If the mouse is not working well, press the space bar or [Return]\n"
+"to \"Cancel\" and choose again."
msgstr ""
-#: ../../help.pm_.c:560
+#: ../../help.pm_.c:623
#, fuzzy
msgid ""
-"Please select the correct port. For example, the COM1 port under MS Windows\n"
-"is named ttyS0 under GNU/Linux."
+"Please select the correct port. For example, the \"COM1\" port under\n"
+"Windows is named \"ttyS0\" under GNU/Linux."
msgstr ""
"Wybierz waciwy port. Na przykad COM1 z MS Windows\n"
"w GNU/Linux nazywa si ttyS0."
-#: ../../help.pm_.c:564
+#: ../../help.pm_.c:627
msgid ""
"This is the most crucial decision point for the security of your GNU/Linux\n"
"system: you have to enter the \"root\" password. \"root\" is the system\n"
"administrator and is the only one authorized to make updates, add users,\n"
"change the overall system configuration, and so on. In short, \"root\" can\n"
"do everything! That is why you must choose a password that is difficult to\n"
-"guess - DrakX will tell you if it is too easy. As you can see, you can\n"
-"choose not to enter a password, but we strongly advise you against this if\n"
-"only for one reason: do not think that because you booted GNU/Linux that\n"
-"your other operating systems are safe from mistakes. Since \"root\" can\n"
-"overcome all limitations and unintentionally erase all data on partitions\n"
-"by carelessly accessing the partitions themselves, it is important for it\n"
-"to be difficult to become \"root\".\n"
+"guess DrakX will tell you if it is too easy. As you can see, you can choose\n"
+"not to enter a password, but we strongly advise you against this if only\n"
+"for one reason: do not think that because you booted GNU/Linux that your\n"
+"other operating systems are safe from mistakes. Since \"root\" can overcome\n"
+"all limitations and unintentionally erase all data on partitions by\n"
+"carelessly accessing the partitions themselves, it is important for it to\n"
+"be difficult to become \"root\".\n"
"\n"
"The password should be a mixture of alphanumeric characters and at least 8\n"
-"characters long. Never write down the \"root\" password - it makes it too\n"
+"characters long. Never write down the \"root\" password it makes it too\n"
"easy to compromise a system.\n"
"\n"
"However, please do not make the password too long or complicated because\n"
@@ -2998,12 +3347,12 @@ msgid ""
"The password will not be displayed on screen as you type it in. Hence, you\n"
"will have to type the password twice to reduce the chance of a typing\n"
"error. If you do happen to make the same typing error twice, this\n"
-"\"incorrect\" password will have to be used the first time you connect.\n"
+"``incorrect'' password will have to be used the first time you connect.\n"
"\n"
-"In expert mode, you will be asked if you will be connecting to an\n"
+"In Expert mode, you will be asked if you will be connecting to an\n"
"authentication server, like NIS or LDAP.\n"
"\n"
-"If your network uses LDAP (or NIS) protocol for authentication, select\n"
+"If your network uses the LDAP (or NIS) protocol for authentication, select\n"
"\"LDAP\" (or \"NIS\") as authentication. If you do not know, ask your\n"
"network administrator.\n"
"\n"
@@ -3011,61 +3360,61 @@ msgid ""
"want to choose \"Local files\" for authentication."
msgstr ""
-#: ../../help.pm_.c:600
+#: ../../help.pm_.c:663
msgid ""
-"LILO and GRUB are boot loaders for GNU/Linux. This stage, normally, is\n"
-"totally automated. In fact, DrakX analyzes the disk boot sector and acts\n"
+"LILO and grub are GNU/Linux bootloaders. This stage, normally, is totally\n"
+"automated. In fact, DrakX analyzes the disk boot sector and acts\n"
"accordingly, depending on what it finds here:\n"
"\n"
-" * if Windows boot sector is found, it will replace it with a GRUB/LILO "
-"boot\n"
-"sector. Hence, you will be able to load either GNU/Linux or another OS;\n"
+" * if a Windows boot sector is found, it will replace it with a grub/LILO\n"
+"boot sector. Hence, you will be able to load either GNU/Linux or another\n"
+"OS;\n"
"\n"
-" * if a GRUB or LILO boot sector is found, it will replace it with a new\n"
-"one;\n"
+" * if a grub or LILO boot sector is found, it will replace it with a new\n"
+"one.\n"
"\n"
"If in doubt, DrakX will display a dialog with various options.\n"
"\n"
-" * \"Boot loader to use\": you have three choices:\n"
+" * \"Bootloader to use\": you have three choices:\n"
+"\n"
+" * \"GRUB\": if you prefer grub (text menu).\n"
"\n"
" * \"LILO with graphical menu\": if you prefer LILO with its graphical\n"
"interface.\n"
"\n"
-" * \"GRUB\": if you prefer GRUB (text menu).\n"
-"\n"
" * \"LILO with text menu\": if you prefer LILO with its text menu "
"interface.\n"
"\n"
" * \"Boot device\": in most cases, you will not change the default\n"
-"(\"/dev/hda\"), but if you prefer, the boot loader can be installed on the\n"
-"second hard drive (\"/dev/hdb\"), or even on a floppy disk (\"/dev/fd0\").\n"
+"(\"/dev/hda\"), but if you prefer, the bootloader can be installed on the\n"
+"second hard drive (\"/dev/hdb\"), or even on a floppy disk (\"/dev/fd0\");\n"
"\n"
" * \"Delay before booting the default image\": when rebooting the computer,\n"
-"this is the delay granted to the user to choose - in the boot loader menu,\n"
+"this is the delay granted to the user to choose in the bootloader menu,\n"
"another boot entry than the default one.\n"
"\n"
-"!! Beware that if you choose not to install a boot loader (by selecting\n"
+"!! Beware that if you choose not to install a bootloader (by selecting\n"
"\"Cancel\" here), you must ensure that you have a way to boot your Mandrake\n"
-"Linux system! Also be sure you know what you do before changing any of the\n"
+"Linux system! Also, be sure you know what you do before changing any of the\n"
"options. !!\n"
"\n"
"Clicking the \"Advanced\" button in this dialog will offer many advanced\n"
"options, which are reserved to the expert user.\n"
"\n"
-"Mandrake Linux installs its own boot loader, which will let you boot either\n"
-"GNU/Linux or any other operating systems which you have on your system.\n"
+"After you have configured the general bootloader parameters, the list of\n"
+"boot options which will be available at boot time will be displayed.\n"
"\n"
-"If there is another operating system installed on your machine, it will be\n"
-"automatically added to the boot menu. Here, you can choose to fine-tune the\n"
-"existing options. Double-clicking on an existing entry allows you to change\n"
-"its parameters or remove it; \"Add\" creates a new entry; and \"Done\" goes\n"
-"on to the next installation step."
+"If there is another operating system installed on your machine, it will\n"
+"automatically be added to the boot menu. Here, you can choose to fine-tune\n"
+"the existing options. Select an entry and click \"Modify\" to modify or\n"
+"remove it; \"Add\" creates a new entry; and \"Done\" goes on to the next\n"
+"installation step."
msgstr ""
-#: ../../help.pm_.c:647
+#: ../../help.pm_.c:711
#, fuzzy
msgid ""
-"LILO (the LInux LOader) and GRUB are boot loaders: they are able to boot\n"
+"LILO (the LInux LOader) and grub are bootloaders: they are able to boot\n"
"either GNU/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"
@@ -3086,7 +3435,7 @@ msgstr ""
"usunicie ich z listy. W tej sytuacji musisz jednak posiada dyskietki\n"
"startowe, by je uruchomi."
-#: ../../help.pm_.c:658
+#: ../../help.pm_.c:722
#, fuzzy
msgid ""
"You must indicate where you wish to place the information required to boot\n"
@@ -3102,65 +3451,65 @@ msgstr ""
"Jeli nie wiesz dokadnie, co robisz, wybierz\n"
" \"Pierwszy sektor na dysku (MBR)\"."
-#: ../../help.pm_.c:665
+#: ../../help.pm_.c:729
msgid ""
-"Here we select a printing system for your computer to use. Other OSes may\n"
-"offer you one, but Mandrake offers three.\n"
+"Here, we select a printing system for your computer. Other OSs may offer\n"
+"you one, but Mandrake Linux offers three.\n"
"\n"
-" * \"pdq\" - which means ``print, don't queue'', is the choice if you have "
-"a\n"
+" * \"pdq\" which means ``print, don't queue'', is the choice if you have a\n"
"direct connection to your printer and you want to be able to panic out of\n"
-"printer jams, and you do not have any networked printers. It will handle\n"
-"only very simple network cases and is somewhat slow for networks. Pick\n"
-"\"pdq\" if this is your maiden voyage to GNU/Linux. You can change your\n"
-"choices after install by running PrinterDrake from the Mandrake Control\n"
-"Center and clicking the expert button.\n"
-"\n"
-" * \"CUPS\" - ``Common Unix Printing System'' is excellent at printing to\n"
-"your local printer and also halfway round the planet. It is simple and can\n"
-"act like a server or a client for the ancient \"lpd\" printing system, so\n"
-"it is compatible with the systems that went before. It can do many tricks,\n"
-"but the basic setup is almost as easy as \"pdq\". If you need this to\n"
-"emulate an \"lpd\" server, you must turn on the \"cups-lpd\" daemon. It has\n"
+"printer jams, and you do not have networked printers. It will handle only\n"
+"very simple network cases and is somewhat slow for networks. Pick \"pdq\"\n"
+"if this is your maiden voyage to GNU/Linux. You can change your choices\n"
+"after installation by running PrinterDrake from the Mandrake Control Center\n"
+"and clicking the expert button.\n"
+"\n"
+" * \"CUPS\"``Common Unix Printing System'', is excellent at printing to "
+"your\n"
+"local printer and also halfway-around the planet. It is simple and can act\n"
+"as a server or a client for the ancient \"lpd\" printing system. Hence, it\n"
+"is compatible with the systems that went before. It can do many tricks, but\n"
+"the basic setup is almost as easy as \"pdq\". If you need this to emulate\n"
+"an \"lpd\" server, you must turn on the \"cups-lpd\" daemon. It has\n"
"graphical front-ends for printing or choosing printer options.\n"
"\n"
-" * \"lprNG\" - ``line printer daemon New Generation''. This system can do\n"
+" * \"lprNG\"``line printer daemon New Generation''. This system can do\n"
"approximately the same things the others can do, but it will print to\n"
-"printers mounted on a Novell Network, because it supports IPX protocol, and\n"
-"it can print directly to shell commands. If you have need of Novell or\n"
+"printers mounted on a Novell Network, because it supports the IPX protocol,\n"
+"and it can print directly to shell commands. If you have need of Novell or\n"
"printing to commands without using a separate pipe construct, use lprNG.\n"
"Otherwise, CUPS is preferable as it is simpler and better at working over\n"
"networks."
msgstr ""
-#: ../../help.pm_.c:693
+#: ../../help.pm_.c:757
#, fuzzy
msgid ""
-"DrakX is now detecting any IDE devices present in your computer. It will\n"
-"also scan for one or more PCI SCSI card(s) on your system. If a SCSI card\n"
-"is found DrakX will automatically install the appropriate driver.\n"
+"DrakX now detects any IDE device present in your computer. It will also\n"
+"scan for one or more PCI SCSI card(s) on your system. If a SCSI card is\n"
+"found, DrakX will automatically install the appropriate driver.\n"
"\n"
-"Because hardware detection will sometimes not detect a piece of hardware\n"
+"Because hardware detection does not always detect a piece of hardware,\n"
"DrakX will ask you to confirm if a PCI SCSI card is present. Click \"Yes\"\n"
"if you know that there is a SCSI card installed in your machine. You will\n"
"be presented a list of SCSI cards to choose from. Click \"No\" if you have\n"
-"no SCSI hardware. If you are unsure you can check the list of hardware\n"
+"no SCSI hardware. If you are unsure, you can check the list of hardware\n"
"detected in your machine by selecting \"See hardware info\" and clicking\n"
"\"OK\". Examine the list of hardware and then click on the \"OK\" button to\n"
"return to the SCSI interface question.\n"
"\n"
"If you have to manually specify your adapter, DrakX will ask if you want to\n"
"specify options for it. You should allow DrakX to probe the hardware for\n"
-"the card-specific options that the hardware needs to initialize. This\n"
+"the card-specific options which the hardware needs to initialize. This\n"
"usually works well.\n"
"\n"
-"If DrakX is not able to probe for the options that need to be passed, you\n"
-"will need to manually provide options to the driver. Please review the\n"
-"``User Guide'' (chapter 3, section \"Collecting information on your\n"
-"hardware\") for hints on retrieving the parameters required from hardware\n"
-"documentation, from the manufacturer's web site (if you have Internet\n"
-"access) or from Microsoft Windows (if you used this hardware with Windows\n"
-"on your system)."
+"If DrakX is not able to probe for the options which need to be passed, you\n"
+"will need to provide options to the driver manually. Please review the\n"
+"``User Guide'' (chapter 3, in the ``Collecting Information on Your\n"
+"Hardware'' section) for hints on retrieving the parameters required from\n"
+"hardware documentation, from the manufacturer's web site (if you have\n"
+"Internet access) or from MicrosoftWindows (if you used this hardware with\n"
+"Windows on your system)."
msgstr ""
"Instalator sprbuje wykry kontroler(y) SCSI na magistrali PCI.\n"
"Jeli je odnajdzie i rozpozna, ktre sterowniki naley uy\n"
@@ -3183,24 +3532,25 @@ msgstr ""
"lub takie, jak w Windows (jeli je posiadasz). Podrcznik instalacji\n"
"pomoe Ci odnale potrzebne parametry."
-#: ../../help.pm_.c:720
+#: ../../help.pm_.c:784
#, fuzzy
msgid ""
"You can add additional entries for yaboot, either for other operating\n"
"systems, alternate kernels, or for an emergency boot image.\n"
"\n"
-"For other OS's, the entry consists only of a label and the root partition.\n"
+"For other OSs, the entry consists only of a label and the \"root\"\n"
+"partition.\n"
"\n"
"For Linux, there are a few possible options:\n"
"\n"
" * Label: this is simply the name you will have to type at the yaboot "
"prompt\n"
-"to select this boot option.\n"
+"to select this boot option;\n"
"\n"
" * Image: this would be the name of the kernel to boot. Typically, vmlinux\n"
-"or a variation of vmlinux with an extension.\n"
+"or a variation of vmlinux with an extension;\n"
"\n"
-" * Root: the \"root\" device or \"/\" for your Linux installation.\n"
+" * Root: the \"root\" device or ``/'' for your Linux installation;\n"
"\n"
" * Append: on Apple hardware, the kernel append option is used quite often\n"
"to assist in initializing video hardware, or to enable keyboard mouse\n"
@@ -3214,22 +3564,22 @@ msgid ""
"\n"
" * Initrd: this option can be used either to load initial modules, before\n"
"the boot device is available, or to load a ramdisk image for an emergency\n"
-"boot situation.\n"
+"boot situation;\n"
"\n"
" * Initrd-size: the default ramdisk size is generally 4,096 bytes. If you\n"
-"need to allocate a large ramdisk, this option can be used.\n"
+"need to allocate a large ramdisk, this option can be used;\n"
"\n"
" * Read-write: normally the \"root\" partition is initially brought up in\n"
-"read-only, to allow a file system check before the system becomes \"live\".\n"
-"Here, you can override this option.\n"
+"read-only, to allow a file system check before the system becomes ``live''.\n"
+"Here, you can override this option;\n"
"\n"
" * NoVideo: should the Apple video hardware prove to be exceptionally\n"
-"problematic, you can select this option to boot in \"novideo\" mode, with\n"
-"native frame buffer support.\n"
+"problematic, you can select this option to boot in ``novideo'' mode, with\n"
+"native frame buffer support;\n"
"\n"
" * Default: selects this entry as being the default Linux selection,\n"
"selectable by just pressing ENTER at the yaboot prompt. This entry will\n"
-"also be highlighted with a \"*\", if you press [Tab] to see the boot\n"
+"also be highlighted with a ``*'', if you press [Tab] to see the boot\n"
"selections."
msgstr ""
"You can add additional entries for yaboot, either for other operating "
@@ -3302,39 +3652,37 @@ msgstr ""
"with a '*', if you\n"
"press TAB to see the boot selections."
-#: ../../help.pm_.c:765
+#: ../../help.pm_.c:830
#, fuzzy
msgid ""
-"Yaboot is a boot loader for NewWorld MacIntosh hardware. It is able to boot\n"
+"Yaboot is a bootloader for NewWorld MacIntosh hardware. It is able to boot\n"
"either GNU/Linux, MacOS or MacOSX if present on your computer. Normally,\n"
"these other operating systems are correctly detected and installed. If this\n"
-"is not the case, you can add an entry by hand in this screen. Be careful as\n"
-"to choose the correct parameters.\n"
+"is not the case, you can add an entry by hand in this screen. Be careful to\n"
+"choose the correct parameters.\n"
"\n"
"Yaboot's main options are:\n"
"\n"
-" * Init Message: a simple text message that is displayed before the boot\n"
-"prompt.\n"
+" * Init Message: a simple text message displayed before the boot prompt;\n"
"\n"
-" * Boot Device: indicate where you want to place the information required "
-"to\n"
-"boot to GNU/Linux. Generally, you setup a bootstrap partition earlier to\n"
-"hold this information.\n"
+" * Boot Device: indicates where you want to place the information required\n"
+"to boot to GNU/Linux. Generally, you set up a bootstrap partition earlier\n"
+"to hold this information;\n"
"\n"
" * Open Firmware Delay: unlike LILO, there are two delays available with\n"
"yaboot. The first delay is measured in seconds and at this point, you can\n"
-"choose between CD, OF boot, MacOS or Linux.\n"
+"choose between CD, OF boot, MacOS or Linux;\n"
"\n"
" * Kernel Boot Timeout: this timeout is similar to the LILO boot delay.\n"
"After selecting Linux, you will have this delay in 0.1 second before your\n"
-"default kernel description is selected.\n"
+"default kernel description is selected;\n"
"\n"
-" * Enable CD Boot?: checking this option allows you to choose \"C\" for CD\n"
-"at the first boot prompt.\n"
+" * Enable CD Boot?: checking this option allows you to choose ``C'' for CD\n"
+"at the first boot prompt;\n"
"\n"
-" * Enable OF Boot?: checking this option allows you to choose \"N\" for "
+" * Enable OF Boot?: checking this option allows you to choose ``N'' for "
"Open\n"
-"Firmware at the first boot prompt.\n"
+"Firmware at the first boot prompt;\n"
"\n"
" * Default OS: you can select which OS will boot by default when the Open\n"
"Firmware Delay expires."
@@ -3386,50 +3734,50 @@ msgstr ""
"Firmware \n"
"Delay expires."
-#: ../../help.pm_.c:798
+#: ../../help.pm_.c:862
msgid ""
"Here are presented various parameters concerning your machine. Depending on\n"
-"your installed hardware, you may - or not, see the following entries:\n"
+"your installed hardware, you may or not, see the following entries:\n"
"\n"
-" * \"Mouse\": mouse check the current mouse configuration and click on the\n"
-"button to change it if necessary.\n"
+" * \"Mouse\": check the current mouse configuration and click on the button\n"
+"to change it if necessary;\n"
"\n"
-" * \"Keyboard\": keyboard check the current keyboard map configuration and\n"
-"click on the button to change that if necessary.\n"
+" * \"Keyboard\": check the current keyboard map configuration and click on\n"
+"the button to change that if necessary;\n"
"\n"
-" * \"Timezone\": time zoneDrakX, by default, guesses your time zone from "
-"the\n"
-"language you have chosen. But here again, as for the choice of a keyboard,\n"
-"you may not be in the country for which the chosen language should\n"
-"correspond. Hence, you may need to click on the \"Timezone\" button in\n"
-"order to configure the clock according to the time zone you are in.\n"
+" * \"Timezone\": DrakX, by default, guesses your time zone from the "
+"language\n"
+"you have chosen. But here again, as for the choice of a keyboard, you may\n"
+"not be in the country for which the chosen language should correspond.\n"
+"Hence, you may need to click on the \"Timezone\" button in order to\n"
+"configure the clock according to the time zone you are in;\n"
"\n"
" * \"Printer\": clicking on the \"No Printer\" button will open the printer\n"
-"configuration wizard.\n"
+"configuration wizard;\n"
"\n"
" * \"Sound card\": if a sound card is detected on your system, it is\n"
-"displayed here. No modification possible at installation time.\n"
+"displayed here. No modification possible at installation time;\n"
"\n"
" * \"TV card\": if a TV card is detected on your system, it is displayed\n"
-"here. No modification possible at installation time.\n"
+"here. No modification possible at installation time;\n"
"\n"
" * \"ISDN card\": if an ISDN card is detected on your system, it is\n"
"displayed here. You can click on the button to change the parameters\n"
-"associated to it."
+"associated with it."
msgstr ""
-#: ../../help.pm_.c:827
+#: ../../help.pm_.c:891
#, fuzzy
msgid ""
-"Choose the hard drive you want to erase to install your new Mandrake Linux\n"
-"partition. Be careful, all data present on it will be lost and will not be\n"
-"recoverable!"
+"Choose the hard drive you want to erase in order to install your new\n"
+"Mandrake Linux partition. Be careful, all data present on it will be lost\n"
+"and will not be recoverable!"
msgstr ""
"Wybierz dysk, ktry chcesz wykasowa, by zaoy na nim\n"
"partycje Mandrake Linux. Pamitaj, e wszystkie dane z tego\n"
"dysku zoastan utracone bez moliwoci odzyskania."
-#: ../../help.pm_.c:832
+#: ../../help.pm_.c:896
#, fuzzy
msgid ""
"Click on \"OK\" if you want to delete all data and partitions present on\n"
@@ -3447,13 +3795,20 @@ msgstr ""
"\n"
"Wybierz \"Anuluj\", by anulowa t operacj bez utraty danych."
-#: ../../install2.pm_.c:114
+#: ../../install2.pm_.c:113
#, c-format
msgid ""
-"Can't access kernel modules corresponding to your kernel (file %s is missing)"
+"Can't access kernel modules corresponding to your kernel (file %s is "
+"missing), this generally means your boot floppy in not in sync with the "
+"Installation medium (please create a newer boot floppy)"
+msgstr ""
+
+#: ../../install2.pm_.c:169
+#, c-format
+msgid "You must also format %s"
msgstr ""
-#: ../../install_any.pm_.c:421
+#: ../../install_any.pm_.c:411
#, c-format
msgid ""
"You have selected the following server(s): %s\n"
@@ -3477,7 +3832,7 @@ msgstr ""
"\n"
"Czy na pewno chcesz zainstalowa te serwery?\n"
-#: ../../install_any.pm_.c:457
+#: ../../install_any.pm_.c:447
msgid "Can't use broadcast with no NIS domain"
msgstr "Nie uywaj rozgaszania przy braku domeny NIS"
@@ -3498,20 +3853,11 @@ msgstr ""
"By uy zapisanej list pakietw, naley uruchomi instalacj z opcj "
"''linux defcfg=floppy''"
-#: ../../install_any.pm_.c:831 ../../partition_table.pm_.c:737
+#: ../../install_any.pm_.c:831 ../../partition_table.pm_.c:763
#, c-format
msgid "Error reading file %s"
msgstr "Bd odczytu pliku %s"
-#: ../../install_gtk.pm_.c:84 ../../install_steps_gtk.pm_.c:325
-#: ../../interactive.pm_.c:107 ../../interactive.pm_.c:122
-#: ../../interactive.pm_.c:286 ../../interactive.pm_.c:308
-#: ../../interactive_http.pm_.c:104 ../../interactive_newt.pm_.c:170
-#: ../../interactive_stdio.pm_.c:27 ../../my_gtk.pm_.c:415
-#: ../../my_gtk.pm_.c:716 ../../my_gtk.pm_.c:738
-msgid "Ok"
-msgstr "Ok"
-
#: ../../install_interactive.pm_.c:23
#, c-format
msgid ""
@@ -3521,7 +3867,7 @@ msgstr ""
"Cz sprztu w Twoim komputerze wymaga \"firmowych\" sterownikw.\n"
"Wicej informacji na ten temat uzyskasz z %s"
-#: ../../install_interactive.pm_.c:44
+#: ../../install_interactive.pm_.c:58
msgid ""
"You must have a root partition.\n"
"For this, create a partition (or click on an existing one).\n"
@@ -3531,11 +3877,11 @@ msgstr ""
"W tym celu, utwrz partycj ( lub kliknij na istniejc),\n"
"nastpnie Wybierz \"Punkt montowania\" `/'"
-#: ../../install_interactive.pm_.c:49 ../../install_steps_graphical.pm_.c:259
+#: ../../install_interactive.pm_.c:63
msgid "You must have a swap partition"
msgstr "Musisz mie partycj wymiany (swap)"
-#: ../../install_interactive.pm_.c:50 ../../install_steps_graphical.pm_.c:261
+#: ../../install_interactive.pm_.c:64
msgid ""
"You don't have a swap partition\n"
"\n"
@@ -3545,59 +3891,59 @@ msgstr ""
"\n"
"Kontynuowa mimo to?"
-#: ../../install_interactive.pm_.c:53 ../../install_steps.pm_.c:165
+#: ../../install_interactive.pm_.c:67 ../../install_steps.pm_.c:163
msgid "You must have a FAT partition mounted in /boot/efi"
msgstr "Musisz mie partycj FAT zamontowan w /boot/efi"
-#: ../../install_interactive.pm_.c:76
+#: ../../install_interactive.pm_.c:90
msgid "Use free space"
msgstr "Wykorzystaj wolne miejsce"
-#: ../../install_interactive.pm_.c:78
+#: ../../install_interactive.pm_.c:92
msgid "Not enough free space to allocate new partitions"
msgstr "Brak wolnego miejsca do stworzenia nowych partycji"
-#: ../../install_interactive.pm_.c:86
+#: ../../install_interactive.pm_.c:100
msgid "Use existing partition"
msgstr "Uyj istniejcej partycji"
-#: ../../install_interactive.pm_.c:88
+#: ../../install_interactive.pm_.c:102
msgid "There is no existing partition to use"
msgstr "Brak istniejcych partycji do wykorzystania"
-#: ../../install_interactive.pm_.c:95
+#: ../../install_interactive.pm_.c:109
msgid "Use the Windows partition for loopback"
msgstr "Wykorzystaj miejsce na partycji Windows na plikopartycj"
-#: ../../install_interactive.pm_.c:98
+#: ../../install_interactive.pm_.c:112
msgid "Which partition do you want to use for Linux4Win?"
msgstr "Ktr partycj chcesz uy dla Linux4Win?"
-#: ../../install_interactive.pm_.c:100
+#: ../../install_interactive.pm_.c:114
msgid "Choose the sizes"
msgstr "Okrel rozmiary"
-#: ../../install_interactive.pm_.c:101
+#: ../../install_interactive.pm_.c:115
msgid "Root partition size in MB: "
msgstr "Rozmiar partycji root w MB:"
-#: ../../install_interactive.pm_.c:102
+#: ../../install_interactive.pm_.c:116
msgid "Swap partition size in MB: "
msgstr "Rozmiar partycji swap w MB: "
-#: ../../install_interactive.pm_.c:111
+#: ../../install_interactive.pm_.c:125
msgid "Use the free space on the Windows partition"
msgstr "Wykorzystaj wolne miejsce na partycji Windows"
-#: ../../install_interactive.pm_.c:114
+#: ../../install_interactive.pm_.c:128
msgid "Which partition do you want to resize?"
msgstr "Ktr partycj chcesz zmniejszy?"
-#: ../../install_interactive.pm_.c:116
+#: ../../install_interactive.pm_.c:130
msgid "Computing Windows filesystem bounds"
msgstr "Obliczanie granic systemu plikw Windows"
-#: ../../install_interactive.pm_.c:119
+#: ../../install_interactive.pm_.c:133
#, c-format
msgid ""
"The FAT resizer is unable to handle your partition, \n"
@@ -3606,18 +3952,20 @@ msgstr ""
"Program zmniejszajcy partycj FAT nie potrafi obsuy\n"
"Twojej partycji. Wystpi nastpujcy bd: %s"
-#: ../../install_interactive.pm_.c:122
+#: ../../install_interactive.pm_.c:136
msgid "Your Windows partition is too fragmented, please run ``defrag'' first"
msgstr "Twoja partycja Windows jest zbyt sfragmentowana, uruchom \"defrag\""
-#: ../../install_interactive.pm_.c:123
+#: ../../install_interactive.pm_.c:137
+#, fuzzy
msgid ""
"WARNING!\n"
"\n"
-"DrakX will now resize your Windows partition. Be careful: this operation is\n"
-"dangerous. If you have not already done so, you should first exit the\n"
-"installation, run scandisk under Windows (and optionally run defrag), then\n"
-"restart the installation. You should also backup your data.\n"
+"DrakX will now resize your Windows partition. Be careful:\n"
+"this operation is dangerous. If you have not already done\n"
+"so, you should first exit the installation, run scandisk\n"
+"under Windows (and optionally run defrag), then restart the\n"
+"installation. You should also backup your data.\n"
"When sure, press Ok."
msgstr ""
"OSTRZEENIE!\n"
@@ -3629,21 +3977,21 @@ msgstr ""
"Warto rwnie zarchiwizowa dane na dysku.\n"
"Jeli jeste pewny, wybierz OK."
-#: ../../install_interactive.pm_.c:132
+#: ../../install_interactive.pm_.c:147
msgid "Which size do you want to keep for windows on"
msgstr "Jaki ma by docelowy rozmiar partycji Windows?"
-#: ../../install_interactive.pm_.c:133
+#: ../../install_interactive.pm_.c:148
#, c-format
msgid "partition %s"
msgstr "partycja %s"
-#: ../../install_interactive.pm_.c:139
+#: ../../install_interactive.pm_.c:155
#, c-format
msgid "FAT resizing failed: %s"
msgstr "Zmiana rozmiaru partycji FAT nie powioda si: %s"
-#: ../../install_interactive.pm_.c:154
+#: ../../install_interactive.pm_.c:170
msgid ""
"There is no FAT partitions to resize or to use as loopback (or not enough "
"space left)"
@@ -3651,34 +3999,34 @@ msgstr ""
"Nie ma partycji FAT do zmiany rozmiaru lub uycia jako plikopartycjn(lub "
"brak wolnego miejsca)"
-#: ../../install_interactive.pm_.c:160
+#: ../../install_interactive.pm_.c:176
msgid "Erase entire disk"
msgstr "Wyma cay dysk"
-#: ../../install_interactive.pm_.c:160
+#: ../../install_interactive.pm_.c:176
msgid "Remove Windows(TM)"
msgstr "Usu Windows(TM)"
-#: ../../install_interactive.pm_.c:163
+#: ../../install_interactive.pm_.c:179
msgid "You have more than one hard drive, which one do you install linux on?"
msgstr ""
"Masz wicej ni 1 dysk twardy, na ktrym z nich chcesz zainstalowa linuxa?"
-#: ../../install_interactive.pm_.c:166
+#: ../../install_interactive.pm_.c:182
#, c-format
msgid "ALL existing partitions and their data will be lost on drive %s"
msgstr ""
"WSZYSTKIE istniejce partycje i dane na nich zostan usunite z dysku %s"
-#: ../../install_interactive.pm_.c:174
+#: ../../install_interactive.pm_.c:190
msgid "Custom disk partitioning"
msgstr "Zaawansowany podzia na partycje"
-#: ../../install_interactive.pm_.c:178
+#: ../../install_interactive.pm_.c:194
msgid "Use fdisk"
msgstr "Uyj fdiska"
-#: ../../install_interactive.pm_.c:181
+#: ../../install_interactive.pm_.c:197
#, c-format
msgid ""
"You can now partition %s.\n"
@@ -3687,32 +4035,32 @@ msgstr ""
"Moesz teraz tworzy partycje %s \n"
"Gdy skoczysz, pamitaj o zapisaniu uywajc `w'"
-#: ../../install_interactive.pm_.c:210
+#: ../../install_interactive.pm_.c:226
msgid "You don't have enough free space on your Windows partition"
msgstr "Masz za mao wolnego miejsca na partycji Windows"
-#: ../../install_interactive.pm_.c:226
+#: ../../install_interactive.pm_.c:242
msgid "I can't find any room for installing"
msgstr "Brak miejsca na instalacj"
-#: ../../install_interactive.pm_.c:230
+#: ../../install_interactive.pm_.c:246
msgid "The DrakX Partitioning wizard found the following solutions:"
msgstr "Kreator podziau na partycje proponuje nastpujce rozwizania:"
-#: ../../install_interactive.pm_.c:235
+#: ../../install_interactive.pm_.c:251
#, c-format
msgid "Partitioning failed: %s"
msgstr "Partycjonowanie nie powiodo si: %s"
-#: ../../install_interactive.pm_.c:241
+#: ../../install_interactive.pm_.c:261
msgid "Bringing up the network"
msgstr "Uruchamianie sieci"
-#: ../../install_interactive.pm_.c:246
+#: ../../install_interactive.pm_.c:266
msgid "Bringing down the network"
msgstr "Zatrzymywanie sieci"
-#: ../../install_steps.pm_.c:73
+#: ../../install_steps.pm_.c:76
msgid ""
"An error occurred, but I don't know how to handle it nicely.\n"
"Continue at your own risk."
@@ -3720,12 +4068,12 @@ msgstr ""
"Wystpi jaki bd. Nie mona poprawnie go obsuy\n"
"Kontynuuj na wasn odpowiedzialno."
-#: ../../install_steps.pm_.c:207
+#: ../../install_steps.pm_.c:205
#, c-format
msgid "Duplicate mount point %s"
msgstr "Powielony punkt montowania %s"
-#: ../../install_steps.pm_.c:384
+#: ../../install_steps.pm_.c:388
msgid ""
"Some important packages didn't get installed properly.\n"
"Either your cdrom drive or your cdrom is defective.\n"
@@ -3737,93 +4085,21 @@ msgstr ""
"Sprawd pyt w innym komputerze uywajc polecenia:\n"
"\"rpm -qpl Mandrake/RPMS/*.rpm\"\n"
-#: ../../install_steps.pm_.c:459
+#: ../../install_steps.pm_.c:458
#, c-format
msgid "Welcome to %s"
msgstr "Witamy w %s"
-#: ../../install_steps.pm_.c:506 ../../install_steps.pm_.c:709
+#: ../../install_steps.pm_.c:513 ../../install_steps.pm_.c:755
msgid "No floppy drive available"
msgstr "Niedostpna stacja dyskietek"
-#: ../../install_steps_auto_install.pm_.c:77
-#: ../../install_steps_stdio.pm_.c:23
+#: ../../install_steps_auto_install.pm_.c:76
+#: ../../install_steps_stdio.pm_.c:22
#, c-format
msgid "Entering step `%s'\n"
msgstr "Przechodz do kroku `%s'\n"
-#: ../../install_steps_graphical.pm_.c:287
-msgid "Choose the size you want to install"
-msgstr "Okrel rozmiar przeznaczony na instalacj"
-
-#: ../../install_steps_graphical.pm_.c:334
-msgid "Total size: "
-msgstr "Cakowity rozmiar: "
-
-#: ../../install_steps_graphical.pm_.c:346 ../../install_steps_gtk.pm_.c:387
-#, c-format
-msgid "Version: %s\n"
-msgstr "Wersja: %s\n"
-
-#: ../../install_steps_graphical.pm_.c:347 ../../install_steps_gtk.pm_.c:388
-#, c-format
-msgid "Size: %d KB\n"
-msgstr "Rozmiar: %d KB\n"
-
-#: ../../install_steps_graphical.pm_.c:462 ../../install_steps_gtk.pm_.c:481
-#: ../../install_steps_interactive.pm_.c:509
-msgid "Choose the packages you want to install"
-msgstr "Wybierz pakiety do zainstalowania"
-
-#: ../../install_steps_graphical.pm_.c:465 ../../interactive_gtk.pm_.c:571
-msgid "Info"
-msgstr "Informacje"
-
-#: ../../install_steps_graphical.pm_.c:473 ../../install_steps_gtk.pm_.c:457
-#: ../../install_steps_interactive.pm_.c:212
-msgid "Install"
-msgstr "Instalacja"
-
-#: ../../install_steps_graphical.pm_.c:492 ../../install_steps_gtk.pm_.c:497
-#: ../../install_steps_interactive.pm_.c:695
-msgid "Installing"
-msgstr "Instalowanie"
-
-#: ../../install_steps_graphical.pm_.c:499
-msgid "Please wait, "
-msgstr "Prosz czeka, "
-
-#: ../../install_steps_graphical.pm_.c:501 ../../install_steps_gtk.pm_.c:510
-msgid "Time remaining "
-msgstr "Pozostao czasu "
-
-#: ../../install_steps_graphical.pm_.c:502
-msgid "Total time "
-msgstr "Cakowity czas "
-
-#: ../../install_steps_graphical.pm_.c:507
-#: ../../install_steps_interactive.pm_.c:695
-msgid "Preparing installation"
-msgstr "Przygotowywanie instalacji"
-
-#: ../../install_steps_graphical.pm_.c:528 ../../install_steps_gtk.pm_.c:558
-#, c-format
-msgid "Installing package %s"
-msgstr "Instalowanie pakietu %s"
-
-#: ../../install_steps_graphical.pm_.c:553 ../../install_steps_gtk.pm_.c:642
-#: ../../install_steps_gtk.pm_.c:646
-msgid "Go on anyway?"
-msgstr "Kontynuowa?"
-
-#: ../../install_steps_graphical.pm_.c:553 ../../install_steps_gtk.pm_.c:642
-msgid "There was an error ordering packages:"
-msgstr "Wystpi bd porzdkowania pakietw:"
-
-#: ../../install_steps_graphical.pm_.c:577
-msgid "Use existing configuration for X11?"
-msgstr "Wykorzysta istniejc konfiguracj X11?"
-
#: ../../install_steps_gtk.pm_.c:148
msgid ""
"Your system is low on resource. You may have some problem installing\n"
@@ -3835,12 +4111,13 @@ msgstr ""
"Jeli tak si stanie, sprbuj instalacji w trybie tekstowym.\n"
"By j uruchomi, nacinij F1 podczas startu z CD i wpisz \"text\"."
-#: ../../install_steps_gtk.pm_.c:159 ../../install_steps_interactive.pm_.c:187
+#: ../../install_steps_gtk.pm_.c:159 ../../install_steps_interactive.pm_.c:224
msgid "Install Class"
msgstr "Klasa instalacji"
#: ../../install_steps_gtk.pm_.c:162
-msgid "Please, choose one of the following classes of installation:"
+#, fuzzy
+msgid "Please choose one of the following classes of installation:"
msgstr "Wybierz jedn z nastpujcych klas instalacji:"
#: ../../install_steps_gtk.pm_.c:228
@@ -3888,59 +4165,69 @@ msgstr "W nastpnym kroku mona bdzie wybra bardziej precyzyjnie"
msgid "Percentage of packages to install"
msgstr "Procent pakietw do instalacji"
-#: ../../install_steps_gtk.pm_.c:291 ../../install_steps_interactive.pm_.c:619
+#: ../../install_steps_gtk.pm_.c:291 ../../install_steps_interactive.pm_.c:705
msgid "Package Group Selection"
msgstr "Wybr grup pakietw"
-#: ../../install_steps_gtk.pm_.c:320 ../../install_steps_interactive.pm_.c:634
+#: ../../install_steps_gtk.pm_.c:323 ../../install_steps_interactive.pm_.c:720
msgid "Individual package selection"
msgstr "Samodzielny wybr pakietw"
-#: ../../install_steps_gtk.pm_.c:343 ../../install_steps_interactive.pm_.c:598
+#: ../../install_steps_gtk.pm_.c:346 ../../install_steps_interactive.pm_.c:645
#, c-format
msgid "Total size: %d / %d MB"
msgstr "Cakowity rozmiar: %d / %d MB"
-#: ../../install_steps_gtk.pm_.c:385
+#: ../../install_steps_gtk.pm_.c:391
msgid "Bad package"
msgstr "Pakiet uszkodzony"
-#: ../../install_steps_gtk.pm_.c:386
+#: ../../install_steps_gtk.pm_.c:392
#, c-format
msgid "Name: %s\n"
msgstr "Nazwa: %s\n"
-#: ../../install_steps_gtk.pm_.c:389
+#: ../../install_steps_gtk.pm_.c:393
+#, c-format
+msgid "Version: %s\n"
+msgstr "Wersja: %s\n"
+
+#: ../../install_steps_gtk.pm_.c:394
+#, c-format
+msgid "Size: %d KB\n"
+msgstr "Rozmiar: %d KB\n"
+
+#: ../../install_steps_gtk.pm_.c:395
#, c-format
msgid "Importance: %s\n"
msgstr "Wano: %s\n"
-#: ../../install_steps_gtk.pm_.c:411
+#: ../../install_steps_gtk.pm_.c:417
msgid ""
"You can't select this package as there is not enough space left to install it"
msgstr "Nie moesz wybra tego pakietu. Nie ma ju miejsca, by go zainstalowa"
-#: ../../install_steps_gtk.pm_.c:416
+#: ../../install_steps_gtk.pm_.c:422
msgid "The following packages are going to be installed"
msgstr "Zostan zainstalowane nastpujce pakiety"
-#: ../../install_steps_gtk.pm_.c:417
+#: ../../install_steps_gtk.pm_.c:423
msgid "The following packages are going to be removed"
msgstr "Zostan usunite nastpujce pakiety"
-#: ../../install_steps_gtk.pm_.c:429
+#: ../../install_steps_gtk.pm_.c:435
msgid "You can't select/unselect this package"
msgstr "Nie mona zmieni statusu tego pakietu."
-#: ../../install_steps_gtk.pm_.c:441
+#: ../../install_steps_gtk.pm_.c:447
msgid "This is a mandatory package, it can't be unselected"
msgstr "Ten pakiet jest konieczny, nie mona go pomin"
-#: ../../install_steps_gtk.pm_.c:443
+#: ../../install_steps_gtk.pm_.c:449
msgid "You can't unselect this package. It is already installed"
msgstr "Nie mona odznaczy tego pakietu. Zosta ju zainstalowany."
-#: ../../install_steps_gtk.pm_.c:447
+#: ../../install_steps_gtk.pm_.c:453
msgid ""
"This package must be upgraded\n"
"Are you sure you want to deselect it?"
@@ -3948,40 +4235,101 @@ msgstr ""
"Ten pakiet musi by uaktualniony.\n"
"Jeste pewien, e chcesz go odznaczy?"
-#: ../../install_steps_gtk.pm_.c:451
+#: ../../install_steps_gtk.pm_.c:457
msgid "You can't unselect this package. It must be upgraded"
msgstr "Nie mona odznaczy tego pakietu. Musi zosta zamieniony na nowszy"
-#: ../../install_steps_gtk.pm_.c:456
+#: ../../install_steps_gtk.pm_.c:462
msgid "Show automatically selected packages"
msgstr "Poka automatycznie wybrane pakiety"
-#: ../../install_steps_gtk.pm_.c:460
+#: ../../install_steps_gtk.pm_.c:463 ../../install_steps_interactive.pm_.c:246
+#: ../../install_steps_interactive.pm_.c:250
+msgid "Install"
+msgstr "Instalacja"
+
+#: ../../install_steps_gtk.pm_.c:466
msgid "Load/Save on floppy"
msgstr "Odczytaj/Zapisz na dyskietk"
-#: ../../install_steps_gtk.pm_.c:461
+#: ../../install_steps_gtk.pm_.c:467
msgid "Updating package selection"
msgstr "Uaktualnianie listy wybranych pakietw"
-#: ../../install_steps_gtk.pm_.c:466
+#: ../../install_steps_gtk.pm_.c:472
msgid "Minimal install"
msgstr "Minimalna instalacja"
-#: ../../install_steps_gtk.pm_.c:503
+#: ../../install_steps_gtk.pm_.c:487 ../../install_steps_interactive.pm_.c:555
+msgid "Choose the packages you want to install"
+msgstr "Wybierz pakiety do zainstalowania"
+
+#: ../../install_steps_gtk.pm_.c:503 ../../install_steps_interactive.pm_.c:787
+msgid "Installing"
+msgstr "Instalowanie"
+
+#: ../../install_steps_gtk.pm_.c:509
msgid "Estimating"
msgstr "Szacowanie"
-#: ../../install_steps_gtk.pm_.c:522
+#: ../../install_steps_gtk.pm_.c:516
+msgid "Time remaining "
+msgstr "Pozostao czasu "
+
+#: ../../install_steps_gtk.pm_.c:528
msgid "Please wait, preparing installation"
msgstr "Prosz czeka, trwa przygotowywanie instalacji"
-#: ../../install_steps_gtk.pm_.c:553
+#: ../../install_steps_gtk.pm_.c:611
#, c-format
msgid "%d packages"
msgstr "%d pakietw"
-#: ../../install_steps_gtk.pm_.c:599
+#: ../../install_steps_gtk.pm_.c:616
+#, c-format
+msgid "Installing package %s"
+msgstr "Instalowanie pakietu %s"
+
+#: ../../install_steps_gtk.pm_.c:657 ../../install_steps_interactive.pm_.c:185
+#: ../../install_steps_interactive.pm_.c:811
+#: ../../standalone/drakautoinst_.c:203
+msgid "Accept"
+msgstr "Akceptuj"
+
+#: ../../install_steps_gtk.pm_.c:657 ../../install_steps_interactive.pm_.c:185
+#: ../../install_steps_interactive.pm_.c:811
+msgid "Refuse"
+msgstr "Odrzu"
+
+#: ../../install_steps_gtk.pm_.c:658 ../../install_steps_interactive.pm_.c:812
+#, 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 ""
+"Zmie pyt CD!\n"
+"\n"
+"W pyt zatytuowan \"%s\" do kieszeni czytnika i nacinij Ok.\n"
+"Jeli jej nie masz, nacinij Anuluj, by omin instalacj pakietw z niej"
+
+#: ../../install_steps_gtk.pm_.c:672 ../../install_steps_gtk.pm_.c:676
+#: ../../install_steps_interactive.pm_.c:824
+#: ../../install_steps_interactive.pm_.c:828
+msgid "Go on anyway?"
+msgstr "Kontynuowa?"
+
+#: ../../install_steps_gtk.pm_.c:672 ../../install_steps_interactive.pm_.c:824
+msgid "There was an error ordering packages:"
+msgstr "Wystpi bd porzdkowania pakietw:"
+
+#: ../../install_steps_gtk.pm_.c:676 ../../install_steps_interactive.pm_.c:828
+msgid "There was an error installing packages:"
+msgstr "Wystpi bd podczas instalowania pakietw:"
+
+#: ../../install_steps_interactive.pm_.c:10
msgid ""
"\n"
"Warning\n"
@@ -4041,41 +4389,20 @@ msgstr ""
"respective authors and are protected by intellectual property and \n"
"copyright laws applicable to software programs.\n"
-#: ../../install_steps_gtk.pm_.c:627 ../../install_steps_interactive.pm_.c:148
-msgid "Accept"
-msgstr "Akceptuj"
-
-#: ../../install_steps_gtk.pm_.c:627 ../../install_steps_interactive.pm_.c:148
-msgid "Refuse"
-msgstr "Odrzu"
-
-#: ../../install_steps_gtk.pm_.c:628
-#, 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 ""
-"Zmie pyt CD!\n"
-"\n"
-"W pyt zatytuowan \"%s\" do kieszeni czytnika i nacinij Ok.\n"
-"Jeli jej nie masz, nacinij Anuluj, by omin instalacj pakietw z niej"
-
-#: ../../install_steps_gtk.pm_.c:646
-msgid "There was an error installing packages:"
-msgstr "Wystpi bd podczas instalowania pakietw:"
-
-#: ../../install_steps_interactive.pm_.c:37
+#: ../../install_steps_interactive.pm_.c:67
msgid "An error occurred"
msgstr "Wystpi bd"
-#: ../../install_steps_interactive.pm_.c:71
+#: ../../install_steps_interactive.pm_.c:85
+#, fuzzy
+msgid "Do you really want to leave the installation?"
+msgstr "Chcesz zrestartowa sie?"
+
+#: ../../install_steps_interactive.pm_.c:108
msgid "License agreement"
msgstr "Umowa licencyjna"
-#: ../../install_steps_interactive.pm_.c:72
+#: ../../install_steps_interactive.pm_.c:109
msgid ""
"Introduction\n"
"\n"
@@ -4313,99 +4640,108 @@ msgstr ""
"Paris - France.\n"
"For any question on this document, please contact MandrakeSoft S.A. \n"
-#: ../../install_steps_interactive.pm_.c:168
-#: ../../install_steps_interactive.pm_.c:871
+#: ../../install_steps_interactive.pm_.c:205
+#: ../../install_steps_interactive.pm_.c:1045
#: ../../standalone/keyboarddrake_.c:28
msgid "Keyboard"
msgstr "Klawiatura"
-#: ../../install_steps_interactive.pm_.c:169
-#: ../../standalone/keyboarddrake_.c:29
-msgid "Please, choose your keyboard layout."
+#: ../../install_steps_interactive.pm_.c:206
+#, fuzzy
+msgid "Please choose your keyboard layout."
msgstr "Wybierz ukad klawiatury."
-#: ../../install_steps_interactive.pm_.c:170
+#: ../../install_steps_interactive.pm_.c:207
msgid "Here is the full list of keyboards available"
msgstr "Oto lista dostpnych ukadw klawiatury"
-#: ../../install_steps_interactive.pm_.c:187
+#: ../../install_steps_interactive.pm_.c:224
msgid "Which installation class do you want?"
msgstr "Okrel klas instalacji"
-#: ../../install_steps_interactive.pm_.c:189
+#: ../../install_steps_interactive.pm_.c:226
msgid "Install/Update"
msgstr "Instalacja/Uaktualnienie"
-#: ../../install_steps_interactive.pm_.c:189
+#: ../../install_steps_interactive.pm_.c:226
msgid "Is this an install or an update?"
msgstr "Czy to instalacja, czy uaktualnienie?"
-#: ../../install_steps_interactive.pm_.c:198
+#: ../../install_steps_interactive.pm_.c:235
msgid "Recommended"
msgstr "Zalecana"
-#: ../../install_steps_interactive.pm_.c:201
-#: ../../install_steps_interactive.pm_.c:204
+#: ../../install_steps_interactive.pm_.c:238
+#: ../../install_steps_interactive.pm_.c:241
msgid "Expert"
msgstr "Dla eksperta"
-#: ../../install_steps_interactive.pm_.c:212
-msgid "Update"
+#: ../../install_steps_interactive.pm_.c:246
+#: ../../install_steps_interactive.pm_.c:250
+#, fuzzy
+msgid "Upgrade"
msgstr "Uaktualnienie"
-#: ../../install_steps_interactive.pm_.c:224 ../../standalone/mousedrake_.c:48
-msgid "Please, choose the type of your mouse."
+#: ../../install_steps_interactive.pm_.c:246
+#: ../../install_steps_interactive.pm_.c:250
+#, fuzzy
+msgid "Upgrade packages only"
+msgstr "Uaktualnianie listy wybranych pakietw"
+
+#: ../../install_steps_interactive.pm_.c:266
+#, fuzzy
+msgid "Please choose the type of your mouse."
msgstr "Wybierz typ myszy."
-#: ../../install_steps_interactive.pm_.c:230 ../../standalone/mousedrake_.c:64
+#: ../../install_steps_interactive.pm_.c:272 ../../standalone/mousedrake_.c:65
msgid "Mouse Port"
msgstr "Port myszy"
-#: ../../install_steps_interactive.pm_.c:231 ../../standalone/mousedrake_.c:65
+#: ../../install_steps_interactive.pm_.c:273 ../../standalone/mousedrake_.c:66
msgid "Please choose on which serial port your mouse is connected to."
msgstr "Do ktrego portu szeregowego jest podczona mysz?"
-#: ../../install_steps_interactive.pm_.c:239
+#: ../../install_steps_interactive.pm_.c:281
msgid "Buttons emulation"
msgstr "Emulacja przyciskw"
-#: ../../install_steps_interactive.pm_.c:241
+#: ../../install_steps_interactive.pm_.c:283
msgid "Button 2 Emulation"
msgstr "Emulacja 2 przycisku"
-#: ../../install_steps_interactive.pm_.c:242
+#: ../../install_steps_interactive.pm_.c:284
msgid "Button 3 Emulation"
msgstr "Emulacja 3 przycisku"
-#: ../../install_steps_interactive.pm_.c:261
+#: ../../install_steps_interactive.pm_.c:305
msgid "Configuring PCMCIA cards..."
msgstr "Konfiguracja kart PCMCIA..."
-#: ../../install_steps_interactive.pm_.c:261
+#: ../../install_steps_interactive.pm_.c:305
msgid "PCMCIA"
msgstr "PCMCIA"
-#: ../../install_steps_interactive.pm_.c:266
+#: ../../install_steps_interactive.pm_.c:312
msgid "Configuring IDE"
msgstr "Konfiguracja IDE"
-#: ../../install_steps_interactive.pm_.c:266
+#: ../../install_steps_interactive.pm_.c:312
msgid "IDE"
msgstr "IDE"
-#: ../../install_steps_interactive.pm_.c:281
+#: ../../install_steps_interactive.pm_.c:327
msgid "no available partitions"
msgstr "brak dostpnych partycji"
-#: ../../install_steps_interactive.pm_.c:284
+#: ../../install_steps_interactive.pm_.c:330
msgid "Scanning partitions to find mount points"
msgstr "Przeszukiwanie partycji w celu okrelenia punktw montowania"
-#: ../../install_steps_interactive.pm_.c:292
+#: ../../install_steps_interactive.pm_.c:338
msgid "Choose the mount points"
msgstr "Wybierz punkty montowania"
-#: ../../install_steps_interactive.pm_.c:311
+#: ../../install_steps_interactive.pm_.c:357
#, c-format
msgid ""
"I can't read your partition table, it's too corrupted for me :(\n"
@@ -4423,7 +4759,7 @@ msgstr ""
"\n"
"Czy zgadzasz si na utrat wszystkich partycji?\n"
-#: ../../install_steps_interactive.pm_.c:324
+#: ../../install_steps_interactive.pm_.c:370
msgid ""
"DiskDrake failed to read correctly the partition table.\n"
"Continue at your own risk!"
@@ -4431,7 +4767,7 @@ msgstr ""
"Instalator nie moe odczyta poprawnie tablicy partycji.\n"
"Kontynuuj na wasn odpowiedzialno!"
-#: ../../install_steps_interactive.pm_.c:340
+#: ../../install_steps_interactive.pm_.c:386
msgid ""
"No free space for 1MB bootstrap! Install will continue, but to boot your "
"system, you'll need to create the bootstrap partition in DiskDrake"
@@ -4439,79 +4775,75 @@ msgstr ""
"Brak wolnej przestrzeni na 1MB bootstrap. Instalacja bdzie kontynuowana,\n"
"lecz naley utworzy partycj bootstrap."
-#: ../../install_steps_interactive.pm_.c:349
+#: ../../install_steps_interactive.pm_.c:395
msgid "No root partition found to perform an upgrade"
msgstr ""
"Nie znaleziono partycji root, na ktrej mona przeprowadzi aktualizacj"
-#: ../../install_steps_interactive.pm_.c:350
+#: ../../install_steps_interactive.pm_.c:396
msgid "Root Partition"
msgstr "Partycja root"
-#: ../../install_steps_interactive.pm_.c:351
+#: ../../install_steps_interactive.pm_.c:397
msgid "What is the root partition (/) of your system?"
msgstr "Ktra partycja jest w Twoim systemie partycj root (/)"
-#: ../../install_steps_interactive.pm_.c:365
+#: ../../install_steps_interactive.pm_.c:411
msgid "You need to reboot for the partition table modifications to take place"
msgstr ""
"Naley zrestartowa komputer w celu uaktywnienia zmian w tablicy partycji"
-#: ../../install_steps_interactive.pm_.c:389
+#: ../../install_steps_interactive.pm_.c:435
msgid "Choose the partitions you want to format"
msgstr "Wybierz partycje do sformatowania"
-#: ../../install_steps_interactive.pm_.c:390
+#: ../../install_steps_interactive.pm_.c:436
msgid "Check bad blocks?"
msgstr "Sprawdzi fizycznie partycje?"
-#: ../../install_steps_interactive.pm_.c:416
+#: ../../install_steps_interactive.pm_.c:462
msgid "Formatting partitions"
msgstr "Formatowanie partycji"
-#: ../../install_steps_interactive.pm_.c:418
+#: ../../install_steps_interactive.pm_.c:464
#, c-format
msgid "Creating and formatting file %s"
msgstr "Tworzenie i formatowanie plikopartycji %s"
-#: ../../install_steps_interactive.pm_.c:421
+#: ../../install_steps_interactive.pm_.c:467
msgid "Not enough swap to fulfill installation, please add some"
msgstr "Wielko partycji wymiany jest niewystarczajca, naley j zwikszy"
-#: ../../install_steps_interactive.pm_.c:427
+#: ../../install_steps_interactive.pm_.c:473
msgid "Looking for available packages"
msgstr "Wyszukiwanie dostpnych pakietw"
-#: ../../install_steps_interactive.pm_.c:433
+#: ../../install_steps_interactive.pm_.c:479
msgid "Finding packages to upgrade"
msgstr "Wyszukiwanie pakietw do uaktualnienia"
-#: ../../install_steps_interactive.pm_.c:450
+#: ../../install_steps_interactive.pm_.c:496
#, c-format
msgid ""
"Your system has not enough space left for installation or upgrade (%d > %d)"
msgstr "Zbyt mao miejsca na instalacj lub uaktualnienie (%d > %d)"
-#: ../../install_steps_interactive.pm_.c:469
+#: ../../install_steps_interactive.pm_.c:515
#, c-format
msgid "Complete (%dMB)"
msgstr "Pena (%d MB)"
-#: ../../install_steps_interactive.pm_.c:469
+#: ../../install_steps_interactive.pm_.c:515
#, c-format
msgid "Minimum (%dMB)"
msgstr "Minimalna (%d MB)"
-#: ../../install_steps_interactive.pm_.c:469
+#: ../../install_steps_interactive.pm_.c:515
#, c-format
msgid "Recommended (%dMB)"
msgstr "Zalecana (%d MB)"
-#: ../../install_steps_interactive.pm_.c:475
-msgid "Custom"
-msgstr "Uytkownika"
-
-#: ../../install_steps_interactive.pm_.c:522
+#: ../../install_steps_interactive.pm_.c:568
msgid ""
"Please choose load or save package selection on floppy.\n"
"The format is the same as auto_install generated floppies."
@@ -4520,31 +4852,55 @@ msgstr ""
"na dyskietk. Format jest identyczny z dyskiem automatycznej\n"
"instalacji."
-#: ../../install_steps_interactive.pm_.c:525
+#: ../../install_steps_interactive.pm_.c:571
msgid "Load from floppy"
msgstr "Odczytaj z dyskietki"
-#: ../../install_steps_interactive.pm_.c:527
+#: ../../install_steps_interactive.pm_.c:573
msgid "Loading from floppy"
msgstr "Odczytywanie z dyskietki"
-#: ../../install_steps_interactive.pm_.c:527
+#: ../../install_steps_interactive.pm_.c:573
msgid "Package selection"
msgstr "Wybr pakietw"
-#: ../../install_steps_interactive.pm_.c:532
+#: ../../install_steps_interactive.pm_.c:578
msgid "Insert a floppy containing package selection"
msgstr "W dyskietk zawierajc list wybranych pakietw"
-#: ../../install_steps_interactive.pm_.c:544
+#: ../../install_steps_interactive.pm_.c:590
msgid "Save on floppy"
msgstr "Zapisz na dyskietk"
-#: ../../install_steps_interactive.pm_.c:605
+#: ../../install_steps_interactive.pm_.c:658
msgid "Selected size is larger than available space"
msgstr "Wybrany rozmiar przekracza dostpne miejsce"
-#: ../../install_steps_interactive.pm_.c:670
+#: ../../install_steps_interactive.pm_.c:671
+#, fuzzy
+msgid "Type of install"
+msgstr "Wybierz pakiety do zainstalowania"
+
+#: ../../install_steps_interactive.pm_.c:672
+msgid ""
+"You haven't selected any group of packages.\n"
+"Please choose the minimal installation you want:"
+msgstr ""
+
+#: ../../install_steps_interactive.pm_.c:675
+#, fuzzy
+msgid "With X"
+msgstr "Czekaj"
+
+#: ../../install_steps_interactive.pm_.c:677
+msgid "With basic documentation (recommended!)"
+msgstr ""
+
+#: ../../install_steps_interactive.pm_.c:678
+msgid "Truly minimal install (especially no urpmi)"
+msgstr ""
+
+#: ../../install_steps_interactive.pm_.c:762
msgid ""
"If you have all the CDs in the list below, click Ok.\n"
"If you have none of those CDs, click Cancel.\n"
@@ -4554,12 +4910,16 @@ msgstr ""
"Jeeli nie masz adnej z pyt z listy, kliknij Anuluj.\n"
"Jeeli niektrych pyt z listy nie masz, odznacz je i kliknij Ok."
-#: ../../install_steps_interactive.pm_.c:675
+#: ../../install_steps_interactive.pm_.c:767
#, c-format
msgid "Cd-Rom labeled \"%s\""
msgstr "CD-ROM oznaczony \"%s\" "
-#: ../../install_steps_interactive.pm_.c:704
+#: ../../install_steps_interactive.pm_.c:787
+msgid "Preparing installation"
+msgstr "Przygotowywanie instalacji"
+
+#: ../../install_steps_interactive.pm_.c:796
#, c-format
msgid ""
"Installing package %s\n"
@@ -4568,21 +4928,21 @@ msgstr ""
"Instalowanie pakietu %s\n"
"%d%%"
-#: ../../install_steps_interactive.pm_.c:713
+#: ../../install_steps_interactive.pm_.c:842
msgid "Post-install configuration"
msgstr "Konfiguracja poinstalacyjna"
-#: ../../install_steps_interactive.pm_.c:719
+#: ../../install_steps_interactive.pm_.c:848
#, c-format
msgid "Please insert the Boot floppy used in drive %s"
msgstr "W dyskietk startow do stacji %s"
-#: ../../install_steps_interactive.pm_.c:725
+#: ../../install_steps_interactive.pm_.c:854
#, c-format
msgid "Please insert the Update Modules floppy in drive %s"
msgstr "W dyskietk z uaktalnionymi moduami do stacji %s"
-#: ../../install_steps_interactive.pm_.c:750
+#: ../../install_steps_interactive.pm_.c:874
msgid ""
"You have now the possibility to download software aimed for encryption.\n"
"\n"
@@ -4645,133 +5005,159 @@ msgstr ""
"Altadena California 91001\n"
"USA"
-#: ../../install_steps_interactive.pm_.c:782
+#: ../../install_steps_interactive.pm_.c:912
+msgid ""
+"You have now the possibility to download updated packages that have\n"
+"been released after the distribution has been made available.\n"
+"\n"
+"You will get security fixes or bug fixes, but you need to have an\n"
+"Internet connection configured to proceed.\n"
+"\n"
+"Do you want to install the updates ?"
+msgstr ""
+
+#: ../../install_steps_interactive.pm_.c:926
+#, fuzzy
+msgid "Contacting Mandrake Linux web site to get the list of available mirrors"
+msgstr "czenie z mirrorem - pobieranie listy dostpnych pakietw"
+
+#: ../../install_steps_interactive.pm_.c:931
msgid "Choose a mirror from which to get the packages"
msgstr "Wybierz mirror, z ktrego chcesz pobra pakiety"
-#: ../../install_steps_interactive.pm_.c:793
+#: ../../install_steps_interactive.pm_.c:940
msgid "Contacting the mirror to get the list of available packages"
msgstr "czenie z mirrorem - pobieranie listy dostpnych pakietw"
-#: ../../install_steps_interactive.pm_.c:796
-msgid "Please choose the packages you want to install."
-msgstr "Wybierz pakiety do zainstalowania."
-
-#: ../../install_steps_interactive.pm_.c:808
+#: ../../install_steps_interactive.pm_.c:967
msgid "Which is your timezone?"
msgstr "Wybierz swoj stref czasow."
-#: ../../install_steps_interactive.pm_.c:813
+#: ../../install_steps_interactive.pm_.c:972
msgid "Hardware clock set to GMT"
msgstr "Ustawienie zegar sprztowego na czas GMT"
-#: ../../install_steps_interactive.pm_.c:814
+#: ../../install_steps_interactive.pm_.c:973
msgid "Automatic time synchronization (using NTP)"
msgstr "Automatyczna synchronizacja czasu (przy uyciu NTP)"
-#: ../../install_steps_interactive.pm_.c:821
+#: ../../install_steps_interactive.pm_.c:980
msgid "NTP Server"
msgstr "Serwer NTP"
-#: ../../install_steps_interactive.pm_.c:855
-#: ../../install_steps_interactive.pm_.c:863 ../../printerdrake.pm_.c:104
+#: ../../install_steps_interactive.pm_.c:1014
+#: ../../install_steps_interactive.pm_.c:1022
msgid "Remote CUPS server"
msgstr "Zdalny serwer CUPS"
-#: ../../install_steps_interactive.pm_.c:856
+#: ../../install_steps_interactive.pm_.c:1015
msgid "No printer"
msgstr "Brak drukarki"
-#: ../../install_steps_interactive.pm_.c:867 ../../steps.pm_.c:27
+#: ../../install_steps_interactive.pm_.c:1032
+#, fuzzy
+msgid "Do you have an ISA sound card?"
+msgstr "Masz inne?"
+
+#: ../../install_steps_interactive.pm_.c:1034
+msgid "Run \"sndconfig\" after installation to configure your sound card"
+msgstr ""
+
+#: ../../install_steps_interactive.pm_.c:1036
+msgid "No sound card detected. Try \"harddrake\" after installation"
+msgstr ""
+
+#: ../../install_steps_interactive.pm_.c:1041 ../../steps.pm_.c:27
msgid "Summary"
msgstr "Rne"
-#: ../../install_steps_interactive.pm_.c:870
+#: ../../install_steps_interactive.pm_.c:1044
msgid "Mouse"
msgstr "Mysz"
-#: ../../install_steps_interactive.pm_.c:872
+#: ../../install_steps_interactive.pm_.c:1046
msgid "Timezone"
msgstr "Strefa czasowa"
-#: ../../install_steps_interactive.pm_.c:873 ../../printerdrake.pm_.c:1773
-#: ../../printerdrake.pm_.c:1844
+#: ../../install_steps_interactive.pm_.c:1047 ../../printerdrake.pm_.c:2276
+#: ../../printerdrake.pm_.c:2354
msgid "Printer"
msgstr "Drukarka"
-#: ../../install_steps_interactive.pm_.c:875
+#: ../../install_steps_interactive.pm_.c:1049
msgid "ISDN card"
msgstr "Karta ISDN"
-#: ../../install_steps_interactive.pm_.c:878
+#: ../../install_steps_interactive.pm_.c:1052
+#: ../../install_steps_interactive.pm_.c:1054
msgid "Sound card"
msgstr "Karta dwikowa"
-#: ../../install_steps_interactive.pm_.c:881
+#: ../../install_steps_interactive.pm_.c:1056
msgid "TV card"
msgstr "Karta TV"
-#: ../../install_steps_interactive.pm_.c:917
-#: ../../install_steps_interactive.pm_.c:941
-#: ../../install_steps_interactive.pm_.c:945
+#: ../../install_steps_interactive.pm_.c:1094
+#: ../../install_steps_interactive.pm_.c:1118
+#: ../../install_steps_interactive.pm_.c:1122
msgid "LDAP"
msgstr "LDAP"
-#: ../../install_steps_interactive.pm_.c:918
-#: ../../install_steps_interactive.pm_.c:941
-#: ../../install_steps_interactive.pm_.c:954
+#: ../../install_steps_interactive.pm_.c:1095
+#: ../../install_steps_interactive.pm_.c:1118
+#: ../../install_steps_interactive.pm_.c:1131
msgid "NIS"
msgstr "NIS"
-#: ../../install_steps_interactive.pm_.c:919
-#: ../../install_steps_interactive.pm_.c:941
+#: ../../install_steps_interactive.pm_.c:1096
+#: ../../install_steps_interactive.pm_.c:1118
msgid "Local files"
msgstr "Pliki lokalne"
-#: ../../install_steps_interactive.pm_.c:928
-#: ../../install_steps_interactive.pm_.c:929 ../../steps.pm_.c:24
+#: ../../install_steps_interactive.pm_.c:1105
+#: ../../install_steps_interactive.pm_.c:1106 ../../steps.pm_.c:24
msgid "Set root password"
msgstr "Haso roota"
-#: ../../install_steps_interactive.pm_.c:930
+#: ../../install_steps_interactive.pm_.c:1107
msgid "No password"
msgstr "Bez hasa"
-#: ../../install_steps_interactive.pm_.c:935
+#: ../../install_steps_interactive.pm_.c:1112
#, c-format
msgid "This password is too simple (must be at least %d characters long)"
msgstr "To haso jest zbyt proste ( musi by co najmniej %d znakw)"
-#: ../../install_steps_interactive.pm_.c:941 ../../network/modem.pm_.c:47
-#: ../../standalone/draknet_.c:604
+#: ../../install_steps_interactive.pm_.c:1118 ../../network/modem.pm_.c:49
+#: ../../standalone/draknet_.c:626 ../../standalone/logdrake_.c:172
msgid "Authentication"
msgstr "Autentykacja"
-#: ../../install_steps_interactive.pm_.c:949
+#: ../../install_steps_interactive.pm_.c:1126
msgid "Authentication LDAP"
msgstr "Autentykacja LDAP"
-#: ../../install_steps_interactive.pm_.c:950
+#: ../../install_steps_interactive.pm_.c:1127
msgid "LDAP Base dn"
msgstr "LDAP Base dn"
-#: ../../install_steps_interactive.pm_.c:951
+#: ../../install_steps_interactive.pm_.c:1128
msgid "LDAP Server"
msgstr "Serwer LDAP"
-#: ../../install_steps_interactive.pm_.c:957
+#: ../../install_steps_interactive.pm_.c:1134
msgid "Authentication NIS"
msgstr "Autentykacja NIS"
-#: ../../install_steps_interactive.pm_.c:958
+#: ../../install_steps_interactive.pm_.c:1135
msgid "NIS Domain"
msgstr "Domena NIS"
-#: ../../install_steps_interactive.pm_.c:959
+#: ../../install_steps_interactive.pm_.c:1136
msgid "NIS Server"
msgstr "Serwer NIS"
-#: ../../install_steps_interactive.pm_.c:994
+#: ../../install_steps_interactive.pm_.c:1171
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 "
@@ -4797,19 +5183,20 @@ msgstr ""
"Jeli chcesz utworzy dysk startowy dla swojego systemu, w dyskietk\n"
"do stacji i wybierz \"OK\"."
-#: ../../install_steps_interactive.pm_.c:1010
+#: ../../install_steps_interactive.pm_.c:1187
msgid "First floppy drive"
msgstr "Pierwsza stacja dyskietek"
-#: ../../install_steps_interactive.pm_.c:1011
+#: ../../install_steps_interactive.pm_.c:1188
msgid "Second floppy drive"
msgstr "Druga stacja dyskietek"
-#: ../../install_steps_interactive.pm_.c:1012 ../../printerdrake.pm_.c:1382
+#: ../../install_steps_interactive.pm_.c:1189 ../../printerdrake.pm_.c:1848
msgid "Skip"
msgstr "Pomi"
-#: ../../install_steps_interactive.pm_.c:1017
+#: ../../install_steps_interactive.pm_.c:1194
+#, c-format
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 "
@@ -4820,7 +5207,8 @@ msgid ""
"with\n"
"the Mandrake rescue image, making it much easier to recover from severe "
"system\n"
-"failures. Would you like to create a bootdisk for your system?"
+"failures. Would you like to create a bootdisk for your system?\n"
+"%s"
msgstr ""
"Dysk startowy umoliwia uruchomienie systemu Linux niezalenie od\n"
"normalnego programu rozruchowego. Jest uyteczny, jeli nie chcesz\n"
@@ -4828,31 +5216,41 @@ msgstr ""
"oraz jeli inny system operacyjny usun LILO/grub.\n"
"Dysku tego mona take uywa z obrazem ratunkowym,\n"
"uatwiajc naprawienie systemu w przypadku awarii.\n"
-"Czy chcesz dla swojego systemu utworzy dysk startowy?"
+"Czy chcesz dla swojego systemu utworzy dysk startowy?\n"
+"%s"
-#: ../../install_steps_interactive.pm_.c:1026
+#: ../../install_steps_interactive.pm_.c:1200
+msgid ""
+"\n"
+"\n"
+"(WARNING! You're using XFS for your root partition,\n"
+"creating a bootdisk on a 1.44 Mb floppy will probably fail,\n"
+"because XFS needs a very large driver)."
+msgstr ""
+
+#: ../../install_steps_interactive.pm_.c:1208
msgid "Sorry, no floppy drive available"
msgstr "Niestety, stacja dyskietek jest niedostpna."
-#: ../../install_steps_interactive.pm_.c:1030
+#: ../../install_steps_interactive.pm_.c:1212
msgid "Choose the floppy drive you want to use to make the bootdisk"
msgstr ""
"Wybierz stacj dyskietek, ktrej uyjesz do stworzenia dysku startowego"
-#: ../../install_steps_interactive.pm_.c:1034
-#, c-format
-msgid "Insert a floppy in drive %s"
+#: ../../install_steps_interactive.pm_.c:1216
+#, fuzzy, c-format
+msgid "Insert a floppy in %s"
msgstr "W dyskietk do stacji %s"
-#: ../../install_steps_interactive.pm_.c:1037
+#: ../../install_steps_interactive.pm_.c:1219
msgid "Creating bootdisk"
msgstr "Tworzenie dysku startowego"
-#: ../../install_steps_interactive.pm_.c:1044
+#: ../../install_steps_interactive.pm_.c:1226
msgid "Preparing bootloader"
msgstr "Przygotowanie programu rozruchowego"
-#: ../../install_steps_interactive.pm_.c:1055
+#: ../../install_steps_interactive.pm_.c:1237
msgid ""
"You appear to have an OldWorld or Unknown\n"
" machine, the yaboot bootloader will not work for you.\n"
@@ -4864,11 +5262,11 @@ msgstr ""
"The install will continue, but you'll\n"
" need to use BootX to boot your machine"
-#: ../../install_steps_interactive.pm_.c:1060
+#: ../../install_steps_interactive.pm_.c:1243
msgid "Do you want to use aboot?"
msgstr "Czy chcesz uywa aboot?"
-#: ../../install_steps_interactive.pm_.c:1063
+#: ../../install_steps_interactive.pm_.c:1246
msgid ""
"Error installing aboot, \n"
"try to force installation even if that destroys the first partition?"
@@ -4876,17 +5274,17 @@ msgstr ""
"Bd podczas instalowania aboot. \n"
"Wymusi instalacj, nawet gdyby grozio to zniszczeniem pierwszej partycji?"
-#: ../../install_steps_interactive.pm_.c:1070
+#: ../../install_steps_interactive.pm_.c:1253
#, fuzzy
msgid "Installing bootloader"
msgstr "Program rozruchowy"
-#: ../../install_steps_interactive.pm_.c:1076
+#: ../../install_steps_interactive.pm_.c:1259
msgid "Installation of bootloader failed. The following error occured:"
msgstr ""
"Instalacja programu rozruchowego nie powioda si. Wystpi nastpujcy bd:"
-#: ../../install_steps_interactive.pm_.c:1084
+#: ../../install_steps_interactive.pm_.c:1267
#, fuzzy, c-format
msgid ""
"You may need to change your Open Firmware boot-device to\n"
@@ -4903,34 +5301,18 @@ msgstr ""
" Then type: shut-down\n"
"At your next boot you should see the bootloader prompt."
-#: ../../install_steps_interactive.pm_.c:1092 ../../standalone/draksec_.c:23
-msgid "Low"
-msgstr "Niski"
-
-#: ../../install_steps_interactive.pm_.c:1093 ../../standalone/draksec_.c:24
-msgid "Medium"
-msgstr "redni"
-
-#: ../../install_steps_interactive.pm_.c:1094 ../../standalone/draksec_.c:25
-msgid "High"
-msgstr "Wysoki"
-
-#: ../../install_steps_interactive.pm_.c:1098 ../../standalone/draksec_.c:62
-msgid "Choose security level"
-msgstr "Wybierz poziom bezpieczestwa"
-
-#: ../../install_steps_interactive.pm_.c:1134
-#: ../../standalone/drakautoinst_.c:80
+#: ../../install_steps_interactive.pm_.c:1311
+#: ../../standalone/drakautoinst_.c:81
#, c-format
msgid "Insert a blank floppy in drive %s"
msgstr "W pust dyskietk do stacji %s"
-#: ../../install_steps_interactive.pm_.c:1138
-#: ../../standalone/drakautoinst_.c:82
+#: ../../install_steps_interactive.pm_.c:1315
+#: ../../standalone/drakautoinst_.c:83
msgid "Creating auto install floppy"
msgstr "Tworzenie dyskietki automatycznej instalacji"
-#: ../../install_steps_interactive.pm_.c:1149
+#: ../../install_steps_interactive.pm_.c:1326
msgid ""
"Some steps are not completed.\n"
"\n"
@@ -4940,14 +5322,19 @@ msgstr ""
"\n"
"Czy na pewno chcesz teraz zakoczy?"
-#: ../../install_steps_interactive.pm_.c:1160
+#: ../../install_steps_interactive.pm_.c:1337
msgid ""
"Congratulations, installation is complete.\n"
"Remove the boot media and press return to reboot.\n"
"\n"
+"\n"
"For information on fixes which are available for this release of Mandrake "
"Linux,\n"
-"consult the Errata available from http://www.mandrakelinux.com/.\n"
+"consult the Errata available from:\n"
+"\n"
+"\n"
+"http://www.linux-mandrake.com/en/82errata.php3\n"
+"\n"
"\n"
"Information on configuring your system is available in the post\n"
"install chapter of the Official Mandrake Linux User's Guide."
@@ -4955,16 +5342,22 @@ msgstr ""
"Gratulacje, instalacja zostaa zakoczona.\n"
"Usu pyt i (lub) dyskietk z napdw i nacinij enter, by zrestartowa.\n"
"\n"
+"\n"
"Informacje o poprawkach dotyczcych tej wersji Mandrake Linux\n"
-"znajdziesz na stronach http://www.mandrakelinux.com/.\n"
+"znajdziesz na stronach\n"
+"\n"
+"\n"
+"http://www.linux-mandrake.com/en/82errata.php3\n"
+"\n"
+"\n"
"Informacje o konfiguracji systemu znajduj si\n"
"w Oficjalnym Podrczniku Uytkownika Mandrake Linux."
-#: ../../install_steps_interactive.pm_.c:1172
+#: ../../install_steps_interactive.pm_.c:1354
msgid "Generate auto install floppy"
msgstr "Tworzenie dyskietki automatycznej instalacji"
-#: ../../install_steps_interactive.pm_.c:1174
+#: ../../install_steps_interactive.pm_.c:1356
msgid ""
"The auto install can be fully automated if wanted,\n"
"in that case it will take over the hard drive!!\n"
@@ -4979,15 +5372,15 @@ msgstr ""
"\n"
"Mona zayczy sobie odtworzenia instalacji.\n"
-#: ../../install_steps_interactive.pm_.c:1179
+#: ../../install_steps_interactive.pm_.c:1361
msgid "Automated"
msgstr "Automatyczna"
-#: ../../install_steps_interactive.pm_.c:1179
+#: ../../install_steps_interactive.pm_.c:1361
msgid "Replay"
msgstr "Odtwrz ponownie"
-#: ../../install_steps_interactive.pm_.c:1182
+#: ../../install_steps_interactive.pm_.c:1364
msgid "Save packages selection"
msgstr "Zapisz list wybranych pakietw"
@@ -5002,353 +5395,452 @@ msgid ""
msgstr ""
" <Tab>/<Alt-Tab> midzy element. | <Spacja> wybr | <F12> nastpny ekran "
-#: ../../interactive.pm_.c:73
+#: ../../interactive.pm_.c:87
msgid "kdesu missing"
msgstr "brakuje kdesu"
-#: ../../interactive.pm_.c:132
+#: ../../interactive.pm_.c:89 ../../interactive.pm_.c:100
+msgid "consolehelper missing"
+msgstr ""
+
+#: ../../interactive.pm_.c:152
#, fuzzy
msgid "Choose a file"
msgstr "Wybierz czynno"
-#: ../../interactive.pm_.c:284
+#: ../../interactive.pm_.c:314
msgid "Advanced"
msgstr "Zaawansowane"
-#: ../../interactive.pm_.c:345
+#: ../../interactive.pm_.c:315
+msgid "Basic"
+msgstr ""
+
+#: ../../interactive.pm_.c:386
msgid "Please wait"
msgstr "Prosz czeka"
-#: ../../interactive_gtk.pm_.c:681
+#: ../../interactive_gtk.pm_.c:605 ../../services.pm_.c:222
+msgid "Info"
+msgstr "Informacje"
+
+#: ../../interactive_gtk.pm_.c:715
msgid "Expand Tree"
msgstr "Rozwi drzewo"
-#: ../../interactive_gtk.pm_.c:682
+#: ../../interactive_gtk.pm_.c:716
msgid "Collapse Tree"
msgstr "Zwi drzewo"
-#: ../../interactive_gtk.pm_.c:683
+#: ../../interactive_gtk.pm_.c:717
msgid "Toggle between flat and group sorted"
msgstr "Przecz midzy paskim i grupowym sortowaniem"
-#: ../../interactive_stdio.pm_.c:35
-#, c-format
-msgid "Ambiguity (%s), be more precise\n"
-msgstr "Niejednoznaczny (%s), sprecyzuj\n"
-
-#: ../../interactive_stdio.pm_.c:36 ../../interactive_stdio.pm_.c:51
-#: ../../interactive_stdio.pm_.c:71
+#: ../../interactive_stdio.pm_.c:29 ../../interactive_stdio.pm_.c:147
msgid "Bad choice, try again\n"
msgstr "Zy wybr, sprbuj ponownie\n"
-#: ../../interactive_stdio.pm_.c:39
+#: ../../interactive_stdio.pm_.c:30 ../../interactive_stdio.pm_.c:148
#, c-format
-msgid " ? (default %s) "
-msgstr "? (domylnie %s)"
+msgid "Your choice? (default %s) "
+msgstr "Twj wybr? (domylnie %s)"
#: ../../interactive_stdio.pm_.c:52
#, c-format
-msgid "Your choice? (default %s) "
+msgid ""
+"Entries you'll have to fill:\n"
+"%s"
+msgstr ""
+
+#: ../../interactive_stdio.pm_.c:68
+#, fuzzy, c-format
+msgid "Your choice? (0/1, default `%s') "
+msgstr "Twj wybr? (domylnie %s)"
+
+#: ../../interactive_stdio.pm_.c:93
+#, fuzzy, c-format
+msgid "Button `%s': %s"
+msgstr "Opcje: %s"
+
+#: ../../interactive_stdio.pm_.c:94
+#, fuzzy
+msgid "Do you want to click on this button? "
+msgstr "Czy chcesz uywa aboot?"
+
+#: ../../interactive_stdio.pm_.c:103
+#, fuzzy, c-format
+msgid "Your choice? (default `%s'%s) "
msgstr "Twj wybr? (domylnie %s)"
-#: ../../interactive_stdio.pm_.c:72
+#: ../../interactive_stdio.pm_.c:121
#, c-format
-msgid "Your choice? (default %s enter `none' for none) "
-msgstr "Twj wybr? (domylnie %s, wpisz \"none\" dla adnego) "
+msgid "=> There are many things to choose from (%s).\n"
+msgstr ""
-#: ../../keyboard.pm_.c:140 ../../keyboard.pm_.c:178
+#: ../../interactive_stdio.pm_.c:124
+msgid ""
+"Please choose the first number of the 10-range you wish to edit,\n"
+"or just hit Enter to proceed.\n"
+"Your choice? "
+msgstr ""
+
+#: ../../interactive_stdio.pm_.c:137
+#, c-format
+msgid ""
+"=> Notice, a label changed:\n"
+"%s"
+msgstr ""
+
+#: ../../interactive_stdio.pm_.c:144
+msgid "Re-submit"
+msgstr ""
+
+#: ../../keyboard.pm_.c:174 ../../keyboard.pm_.c:205
msgid "Czech (QWERTZ)"
msgstr "czeski (QWERTZ)"
-#: ../../keyboard.pm_.c:141 ../../keyboard.pm_.c:155 ../../keyboard.pm_.c:180
+#: ../../keyboard.pm_.c:175 ../../keyboard.pm_.c:207
msgid "German"
msgstr "niemiecki"
-#: ../../keyboard.pm_.c:142
+#: ../../keyboard.pm_.c:176
msgid "Dvorak"
msgstr "Dvoraka"
-#: ../../keyboard.pm_.c:143 ../../keyboard.pm_.c:186
+#: ../../keyboard.pm_.c:177 ../../keyboard.pm_.c:214
msgid "Spanish"
msgstr "hiszpaski"
-#: ../../keyboard.pm_.c:144 ../../keyboard.pm_.c:187
+#: ../../keyboard.pm_.c:178 ../../keyboard.pm_.c:215
msgid "Finnish"
msgstr "fiski"
-#: ../../keyboard.pm_.c:145 ../../keyboard.pm_.c:156 ../../keyboard.pm_.c:188
+#: ../../keyboard.pm_.c:179 ../../keyboard.pm_.c:216
msgid "French"
msgstr "francuski"
-#: ../../keyboard.pm_.c:146 ../../keyboard.pm_.c:211
+#: ../../keyboard.pm_.c:180 ../../keyboard.pm_.c:241
msgid "Norwegian"
msgstr "norweski"
-#: ../../keyboard.pm_.c:147
+#: ../../keyboard.pm_.c:181
msgid "Polish"
msgstr "polski"
-#: ../../keyboard.pm_.c:148 ../../keyboard.pm_.c:219
+#: ../../keyboard.pm_.c:182 ../../keyboard.pm_.c:249
msgid "Russian"
msgstr "rosyjski"
-#: ../../keyboard.pm_.c:150 ../../keyboard.pm_.c:221
+#: ../../keyboard.pm_.c:184 ../../keyboard.pm_.c:251
msgid "Swedish"
msgstr "szwedzki"
-#: ../../keyboard.pm_.c:151 ../../keyboard.pm_.c:236
+#: ../../keyboard.pm_.c:185 ../../keyboard.pm_.c:266
msgid "UK keyboard"
msgstr "angielski"
-#: ../../keyboard.pm_.c:152 ../../keyboard.pm_.c:157 ../../keyboard.pm_.c:237
+#: ../../keyboard.pm_.c:186 ../../keyboard.pm_.c:267
msgid "US keyboard"
msgstr "amerykaski"
-#: ../../keyboard.pm_.c:159
+#: ../../keyboard.pm_.c:188
msgid "Albanian"
msgstr "albaski"
-#: ../../keyboard.pm_.c:160
+#: ../../keyboard.pm_.c:189
msgid "Armenian (old)"
msgstr "armeski (stary)"
-#: ../../keyboard.pm_.c:161
+#: ../../keyboard.pm_.c:190
msgid "Armenian (typewriter)"
msgstr "armeski - fonetyczny"
-#: ../../keyboard.pm_.c:162
+#: ../../keyboard.pm_.c:191
msgid "Armenian (phonetic)"
msgstr "armeski - fonetyczny"
-#: ../../keyboard.pm_.c:167
+#: ../../keyboard.pm_.c:196
msgid "Azerbaidjani (latin)"
msgstr "azerski (latin)"
-#: ../../keyboard.pm_.c:169
+#: ../../keyboard.pm_.c:198
msgid "Belgian"
msgstr "belgijski"
-#: ../../keyboard.pm_.c:170
-msgid "Bulgarian"
+#: ../../keyboard.pm_.c:199
+#, fuzzy
+msgid "Bulgarian (phonetic)"
+msgstr "armeski - fonetyczny"
+
+#: ../../keyboard.pm_.c:200
+#, fuzzy
+msgid "Bulgarian (BDS)"
msgstr "bugarski"
-#: ../../keyboard.pm_.c:171
+#: ../../keyboard.pm_.c:201
msgid "Brazilian (ABNT-2)"
msgstr "brazylijski(ABNT-2)"
-#: ../../keyboard.pm_.c:172
+#: ../../keyboard.pm_.c:202
msgid "Belarusian"
msgstr "biaoruski"
-#: ../../keyboard.pm_.c:173
+#: ../../keyboard.pm_.c:203
msgid "Swiss (German layout)"
msgstr "szwajcarski (ukad niemiecki)"
-#: ../../keyboard.pm_.c:174
+#: ../../keyboard.pm_.c:204
msgid "Swiss (French layout)"
msgstr "szwajcarski (ukad francuski)"
-#: ../../keyboard.pm_.c:179
+#: ../../keyboard.pm_.c:206
msgid "Czech (QWERTY)"
msgstr "czeski (QWERTY)"
-#: ../../keyboard.pm_.c:181
+#: ../../keyboard.pm_.c:208
msgid "German (no dead keys)"
msgstr "niemiecki ( bez martwych klawiszy)"
-#: ../../keyboard.pm_.c:182
+#: ../../keyboard.pm_.c:209
msgid "Danish"
msgstr "duski"
-#: ../../keyboard.pm_.c:183
+#: ../../keyboard.pm_.c:210
msgid "Dvorak (US)"
msgstr "Dvoraka (US)"
-#: ../../keyboard.pm_.c:184
+#: ../../keyboard.pm_.c:211
msgid "Dvorak (Norwegian)"
msgstr "Dvoraka (norweski)"
-#: ../../keyboard.pm_.c:185
+#: ../../keyboard.pm_.c:212
+#, fuzzy
+msgid "Dvorak (Swedish)"
+msgstr "Dvoraka (US)"
+
+#: ../../keyboard.pm_.c:213
msgid "Estonian"
msgstr "estoski"
-#: ../../keyboard.pm_.c:189
+#: ../../keyboard.pm_.c:217
msgid "Georgian (\"Russian\" layout)"
msgstr "gruziski (ukad rosyjski)"
-#: ../../keyboard.pm_.c:190
+#: ../../keyboard.pm_.c:218
msgid "Georgian (\"Latin\" layout)"
msgstr "gruziski (ukad aciski)"
-#: ../../keyboard.pm_.c:191
+#: ../../keyboard.pm_.c:219
msgid "Greek"
msgstr "grecki"
-#: ../../keyboard.pm_.c:192
+#: ../../keyboard.pm_.c:220
msgid "Hungarian"
msgstr "wgierski"
-#: ../../keyboard.pm_.c:193
+#: ../../keyboard.pm_.c:221
msgid "Croatian"
msgstr "chorwacki"
-#: ../../keyboard.pm_.c:194
+#: ../../keyboard.pm_.c:222
msgid "Israeli"
msgstr "izraelski"
-#: ../../keyboard.pm_.c:195
+#: ../../keyboard.pm_.c:223
msgid "Israeli (Phonetic)"
msgstr "izraelski (fonetyczny)"
-#: ../../keyboard.pm_.c:196
+#: ../../keyboard.pm_.c:224
msgid "Iranian"
msgstr "Iraski"
-#: ../../keyboard.pm_.c:197
+#: ../../keyboard.pm_.c:225
msgid "Icelandic"
msgstr "islandzki"
-#: ../../keyboard.pm_.c:198
+#: ../../keyboard.pm_.c:226
msgid "Italian"
msgstr "woski"
-#: ../../keyboard.pm_.c:200
+#: ../../keyboard.pm_.c:228
msgid "Japanese 106 keys"
msgstr "japoski 106 klawiszy"
-#: ../../keyboard.pm_.c:201
+#: ../../keyboard.pm_.c:231
msgid "Korean keyboard"
msgstr "koreaski"
-#: ../../keyboard.pm_.c:202
+#: ../../keyboard.pm_.c:232
msgid "Latin American"
msgstr "latyno-amerykaski"
-#: ../../keyboard.pm_.c:203
+#: ../../keyboard.pm_.c:233
msgid "Lithuanian AZERTY (old)"
msgstr "litewski AZERTY"
-#: ../../keyboard.pm_.c:205
+#: ../../keyboard.pm_.c:235
msgid "Lithuanian AZERTY (new)"
msgstr "litewski AZERTY"
-#: ../../keyboard.pm_.c:206
+#: ../../keyboard.pm_.c:236
msgid "Lithuanian \"number row\" QWERTY"
msgstr "litweski QWERTY"
-#: ../../keyboard.pm_.c:207
+#: ../../keyboard.pm_.c:237
msgid "Lithuanian \"phonetic\" QWERTY"
msgstr "litewski QWERTY - fonetyczny"
-#: ../../keyboard.pm_.c:208
+#: ../../keyboard.pm_.c:238
#, fuzzy
msgid "Latvian"
msgstr "Lokalizacja"
-#: ../../keyboard.pm_.c:209
+#: ../../keyboard.pm_.c:239
msgid "Macedonian"
msgstr "Macedoska"
-#: ../../keyboard.pm_.c:210
+#: ../../keyboard.pm_.c:240
msgid "Dutch"
msgstr "holenderski"
-#: ../../keyboard.pm_.c:212
+#: ../../keyboard.pm_.c:242
msgid "Polish (qwerty layout)"
msgstr "polski (programisty)"
-#: ../../keyboard.pm_.c:213
+#: ../../keyboard.pm_.c:243
msgid "Polish (qwertz layout)"
msgstr "polski (maszynistki)"
-#: ../../keyboard.pm_.c:214
+#: ../../keyboard.pm_.c:244
msgid "Portuguese"
msgstr "portugalski"
-#: ../../keyboard.pm_.c:215
+#: ../../keyboard.pm_.c:245
msgid "Canadian (Quebec)"
msgstr "kanadyjski (Quebec)"
-#: ../../keyboard.pm_.c:217
+#: ../../keyboard.pm_.c:247
msgid "Romanian (qwertz)"
msgstr "rumuski (qwertz)"
-#: ../../keyboard.pm_.c:218
+#: ../../keyboard.pm_.c:248
msgid "Romanian (qwerty)"
msgstr "rumuski (qwerty)"
-#: ../../keyboard.pm_.c:220
+#: ../../keyboard.pm_.c:250
msgid "Russian (Yawerty)"
msgstr "rosyjski (Yawerty)"
-#: ../../keyboard.pm_.c:222
+#: ../../keyboard.pm_.c:252
msgid "Slovenian"
msgstr "soweski"
-#: ../../keyboard.pm_.c:226
+#: ../../keyboard.pm_.c:253
msgid "Slovakian (QWERTZ)"
msgstr "sowacki (QWERTZ)"
-#: ../../keyboard.pm_.c:227
+#: ../../keyboard.pm_.c:254
msgid "Slovakian (QWERTY)"
msgstr "sowacki (QWERTY)"
-#: ../../keyboard.pm_.c:229
+#: ../../keyboard.pm_.c:256
#, fuzzy
msgid "Serbian (cyrillic)"
msgstr "azerski (cyrilic)"
-#: ../../keyboard.pm_.c:230
+#: ../../keyboard.pm_.c:258
+#, fuzzy
+msgid "Tamil"
+msgstr "Tabela"
+
+#: ../../keyboard.pm_.c:259
msgid "Thai keyboard"
msgstr "tajski"
-#: ../../keyboard.pm_.c:232
+#: ../../keyboard.pm_.c:261
#, fuzzy
msgid "Tajik keyboard"
msgstr "tajski"
-#: ../../keyboard.pm_.c:233
+#: ../../keyboard.pm_.c:262
msgid "Turkish (traditional \"F\" model)"
msgstr "turecki"
-#: ../../keyboard.pm_.c:234
+#: ../../keyboard.pm_.c:263
msgid "Turkish (modern \"Q\" model)"
msgstr "turecki (nowy)"
-#: ../../keyboard.pm_.c:235
+#: ../../keyboard.pm_.c:265
msgid "Ukrainian"
msgstr "ukraiski"
-#: ../../keyboard.pm_.c:238
+#: ../../keyboard.pm_.c:268
msgid "US keyboard (international)"
msgstr "amerykaski (midzynarodowy)"
-#: ../../keyboard.pm_.c:239
+#: ../../keyboard.pm_.c:269
msgid "Vietnamese \"numeric row\" QWERTY"
msgstr "wietnamski QWERTY"
-#: ../../keyboard.pm_.c:240
+#: ../../keyboard.pm_.c:270
#, fuzzy
msgid "Yugoslavian (latin)"
msgstr "jugosowiaski - (aciski/cyrylica)"
+#: ../../keyboard.pm_.c:278
+msgid "Right Alt key"
+msgstr ""
+
+#: ../../keyboard.pm_.c:279
+msgid "Both Shift keys simultaneously"
+msgstr ""
+
+#: ../../keyboard.pm_.c:280
+msgid "Control and Shift keys simultaneously"
+msgstr ""
+
+#: ../../keyboard.pm_.c:281
+msgid "CapsLock key"
+msgstr ""
+
+#: ../../keyboard.pm_.c:282
+msgid "Ctrl and Alt keys simultaneously"
+msgstr ""
+
+#: ../../keyboard.pm_.c:283
+msgid "Alt and Shift keys simultaneously"
+msgstr ""
+
+#: ../../keyboard.pm_.c:284
+msgid "\"Menu\" key"
+msgstr ""
+
+#: ../../keyboard.pm_.c:285
+msgid "Left \"Windows\" key"
+msgstr ""
+
+#: ../../keyboard.pm_.c:286
+msgid "Right \"Windows\" key"
+msgstr ""
+
#: ../../loopback.pm_.c:32
#, c-format
msgid "Circular mounts %s\n"
msgstr "Zaptlone montowanie %s\n"
-#: ../../lvm.pm_.c:83
+#: ../../lvm.pm_.c:88
msgid "Remove the logical volumes first\n"
msgstr "Zacznij od usunicia logicznych dyskw (LV)\n"
+#: ../../modules.pm_.c:826
+msgid ""
+"PCMCIA support no longer exist for 2.2 kernels. Please use a 2.4 kernel."
+msgstr ""
+
#: ../../mouse.pm_.c:25
msgid "Sun - Mouse"
msgstr "Mysz Sun"
-#: ../../mouse.pm_.c:31
-msgid "Standard"
-msgstr "Standardowa"
-
#: ../../mouse.pm_.c:32
msgid "Logitech MouseMan+"
msgstr "Logitech MouseMan+"
@@ -5361,11 +5853,11 @@ msgstr "Mysz standardowa PS/2 z kkiem"
msgid "GlidePoint"
msgstr "GlidePoint"
-#: ../../mouse.pm_.c:36 ../../mouse.pm_.c:62
+#: ../../mouse.pm_.c:36 ../../mouse.pm_.c:63
msgid "Kensington Thinking Mouse"
msgstr "Kensington Thinking Mouse"
-#: ../../mouse.pm_.c:37 ../../mouse.pm_.c:58
+#: ../../mouse.pm_.c:37 ../../mouse.pm_.c:59
msgid "Genius NetMouse"
msgstr "Genius NetMouse"
@@ -5373,111 +5865,111 @@ msgstr "Genius NetMouse"
msgid "Genius NetScroll"
msgstr "Genius NetScroll"
-#: ../../mouse.pm_.c:43 ../../mouse.pm_.c:67
+#: ../../mouse.pm_.c:43 ../../mouse.pm_.c:68
msgid "1 button"
msgstr "1-przyciskowa"
-#: ../../mouse.pm_.c:44
+#: ../../mouse.pm_.c:44 ../../mouse.pm_.c:51
+msgid "Generic 2 Button Mouse"
+msgstr "Mysz standardowa 2-przyciskowa"
+
+#: ../../mouse.pm_.c:45
msgid "Generic"
msgstr "Standardowa"
-#: ../../mouse.pm_.c:45
+#: ../../mouse.pm_.c:46
msgid "Wheel"
msgstr "z kkiem"
-#: ../../mouse.pm_.c:48
+#: ../../mouse.pm_.c:49
msgid "serial"
msgstr "szeregowa"
-#: ../../mouse.pm_.c:50
-msgid "Generic 2 Button Mouse"
-msgstr "Mysz standardowa 2-przyciskowa"
-
-#: ../../mouse.pm_.c:51
+#: ../../mouse.pm_.c:52
msgid "Generic 3 Button Mouse"
msgstr "Mysz standardowa 3-przyciskowa"
-#: ../../mouse.pm_.c:52
+#: ../../mouse.pm_.c:53
msgid "Microsoft IntelliMouse"
msgstr "Microsoft IntelliMouse"
-#: ../../mouse.pm_.c:53
+#: ../../mouse.pm_.c:54
msgid "Logitech MouseMan"
msgstr "Logitech MouseMan"
-#: ../../mouse.pm_.c:54
+#: ../../mouse.pm_.c:55
msgid "Mouse Systems"
msgstr "Mouse Systems"
-#: ../../mouse.pm_.c:56
+#: ../../mouse.pm_.c:57
msgid "Logitech CC Series"
msgstr "Logitech seria CC"
-#: ../../mouse.pm_.c:57
+#: ../../mouse.pm_.c:58
msgid "Logitech MouseMan+/FirstMouse+"
msgstr "Logitech MouseMan+/FirstMouse+"
-#: ../../mouse.pm_.c:59
+#: ../../mouse.pm_.c:60
msgid "MM Series"
msgstr "Seria MM"
-#: ../../mouse.pm_.c:60
+#: ../../mouse.pm_.c:61
msgid "MM HitTablet"
msgstr "MM HitTablet (szeregowy)"
-#: ../../mouse.pm_.c:61
+#: ../../mouse.pm_.c:62
msgid "Logitech Mouse (serial, old C7 type)"
msgstr "Mysz Logitech (szeregowa, stary typ C7)"
-#: ../../mouse.pm_.c:65
+#: ../../mouse.pm_.c:66
msgid "busmouse"
msgstr "busmouse"
-#: ../../mouse.pm_.c:68
+#: ../../mouse.pm_.c:69
msgid "2 buttons"
msgstr "2-przyciskowa"
-#: ../../mouse.pm_.c:69
+#: ../../mouse.pm_.c:70
msgid "3 buttons"
msgstr "3-przyciskowa"
-#: ../../mouse.pm_.c:72
+#: ../../mouse.pm_.c:73
msgid "none"
msgstr "brak"
-#: ../../mouse.pm_.c:74
+#: ../../mouse.pm_.c:75
msgid "No mouse"
msgstr "Brak myszy"
-#: ../../mouse.pm_.c:482
+#: ../../mouse.pm_.c:499
msgid "Please test the mouse"
msgstr "Przetestuj mysz"
-#: ../../mouse.pm_.c:483
+#: ../../mouse.pm_.c:500
msgid "To activate the mouse,"
msgstr "By uaktywni mysz,"
-#: ../../mouse.pm_.c:484
+#: ../../mouse.pm_.c:501
msgid "MOVE YOUR WHEEL!"
msgstr "RUSZ KӣKIEM!"
-#: ../../my_gtk.pm_.c:380
+#: ../../my_gtk.pm_.c:651
msgid "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
msgstr "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
-#: ../../my_gtk.pm_.c:415
+#: ../../my_gtk.pm_.c:686
msgid "Finish"
msgstr "Zakocz"
-#: ../../my_gtk.pm_.c:415
+#: ../../my_gtk.pm_.c:686 ../../printerdrake.pm_.c:1588
msgid "Next ->"
msgstr "Dalej ->"
-#: ../../my_gtk.pm_.c:416
+#: ../../my_gtk.pm_.c:687 ../../printerdrake.pm_.c:1586
msgid "<- Previous"
msgstr "<- Poprzedni"
-#: ../../my_gtk.pm_.c:716
+#: ../../my_gtk.pm_.c:1019
msgid "Is this correct?"
msgstr "Dziaa prawidowo?"
@@ -5527,7 +6019,7 @@ msgstr ""
"Nie wykryto w systemie karty sieciowej.\n"
"Nie mona skonfigurowa tego typu poczenia."
-#: ../../network/ethernet.pm_.c:92 ../../standalone/drakgw_.c:233
+#: ../../network/ethernet.pm_.c:92 ../../standalone/drakgw_.c:252
msgid "Choose the network interface"
msgstr "Wybierz interfejs sieciowy"
@@ -5541,7 +6033,7 @@ msgstr ""
msgid "no network card found"
msgstr "nie znaleziono karty sieciowej"
-#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:350
+#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:360
msgid "Configuring network"
msgstr "Konfiguracja sieci"
@@ -5557,15 +6049,15 @@ msgstr ""
"Nazwa ta powinna by w postaci penej,\n"
"np. \"mojkomputer.mojadomena.pl\"."
-#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:355
+#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:365
msgid "Host name"
msgstr "Nazwa komputera"
#: ../../network/isdn.pm_.c:21 ../../network/isdn.pm_.c:44
-#: ../../network/netconnect.pm_.c:91 ../../network/netconnect.pm_.c:105
-#: ../../network/netconnect.pm_.c:154 ../../network/netconnect.pm_.c:164
-#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:213
-#: ../../network/netconnect.pm_.c:221
+#: ../../network/netconnect.pm_.c:95 ../../network/netconnect.pm_.c:109
+#: ../../network/netconnect.pm_.c:164 ../../network/netconnect.pm_.c:175
+#: ../../network/netconnect.pm_.c:202 ../../network/netconnect.pm_.c:225
+#: ../../network/netconnect.pm_.c:233
msgid "Network Configuration Wizard"
msgstr "Kreator konfiguracji sieci"
@@ -5615,13 +6107,13 @@ msgstr "Nowa konfiguracjia (isdn-light)"
msgid "Old configuration (isdn4net)"
msgstr "Stara konfiguracji (isdn4net)"
-#: ../../network/isdn.pm_.c:169 ../../network/isdn.pm_.c:187
-#: ../../network/isdn.pm_.c:197 ../../network/isdn.pm_.c:204
-#: ../../network/isdn.pm_.c:214
+#: ../../network/isdn.pm_.c:170 ../../network/isdn.pm_.c:188
+#: ../../network/isdn.pm_.c:198 ../../network/isdn.pm_.c:205
+#: ../../network/isdn.pm_.c:215
msgid "ISDN Configuration"
msgstr "Konfiguracja ISDN"
-#: ../../network/isdn.pm_.c:169
+#: ../../network/isdn.pm_.c:170
msgid ""
"Select your provider.\n"
" If it's not in the list, choose Unlisted"
@@ -5629,22 +6121,22 @@ msgstr ""
"Wybierz swojego dostawc Internetu.\n"
"Jeli nie ma go na licie, wybierz \"Unlisted\""
-#: ../../network/isdn.pm_.c:182
+#: ../../network/isdn.pm_.c:183
#, fuzzy
msgid "Europe protocol"
msgstr "Protok uruchamiania"
-#: ../../network/isdn.pm_.c:182
+#: ../../network/isdn.pm_.c:183
#, fuzzy
msgid "Europe protocol (EDSS1)"
msgstr "Europa (EDSS1)"
-#: ../../network/isdn.pm_.c:184
+#: ../../network/isdn.pm_.c:185
#, fuzzy
msgid "Protocol for the rest of the world"
msgstr "Reszta wiata"
-#: ../../network/isdn.pm_.c:184
+#: ../../network/isdn.pm_.c:185
#, fuzzy
msgid ""
"Protocol for the rest of the world \n"
@@ -5653,27 +6145,27 @@ msgstr ""
"Reszta wiata \n"
" bez kanau D (linie dzierawione)"
-#: ../../network/isdn.pm_.c:188
+#: ../../network/isdn.pm_.c:189
msgid "Which protocol do you want to use ?"
msgstr "Jakiego protokou chcesz uy?"
-#: ../../network/isdn.pm_.c:198
+#: ../../network/isdn.pm_.c:199
msgid "What kind of card do you have?"
msgstr "Jaki rodzaj karty posiadasz?"
-#: ../../network/isdn.pm_.c:199
+#: ../../network/isdn.pm_.c:200
msgid "I don't know"
msgstr "Nie wiem"
-#: ../../network/isdn.pm_.c:199
+#: ../../network/isdn.pm_.c:200
msgid "ISA / PCMCIA"
msgstr "ISA / PCMCIA"
-#: ../../network/isdn.pm_.c:199
+#: ../../network/isdn.pm_.c:200
msgid "PCI"
msgstr "PCI"
-#: ../../network/isdn.pm_.c:205
+#: ../../network/isdn.pm_.c:206
msgid ""
"\n"
"If you have an ISA card, the values on the next screen should be right.\n"
@@ -5685,19 +6177,19 @@ msgstr ""
"powinny by odpowiednie\n"
"Jeli posiadasz kart PCMCIA, powiniene zna IRQ i IO swojej karty.\n"
-#: ../../network/isdn.pm_.c:209
+#: ../../network/isdn.pm_.c:210
msgid "Abort"
msgstr "Przerwij"
-#: ../../network/isdn.pm_.c:209
+#: ../../network/isdn.pm_.c:210
msgid "Continue"
msgstr "Kontynuuj"
-#: ../../network/isdn.pm_.c:215
+#: ../../network/isdn.pm_.c:216
msgid "Which is your ISDN card ?"
msgstr "Wybierz swoj kart ISDN"
-#: ../../network/isdn.pm_.c:234
+#: ../../network/isdn.pm_.c:235
msgid ""
"I have detected an ISDN PCI Card, but I don't know the type. Please select "
"one PCI card on the next screen."
@@ -5705,61 +6197,61 @@ msgstr ""
"Wykryto kart ISDN PCI nieznanego typu. Prosz wybra jedn z listy na "
"kolejnym ekranie."
-#: ../../network/isdn.pm_.c:243
+#: ../../network/isdn.pm_.c:244
msgid "No ISDN PCI card found. Please select one on the next screen."
msgstr ""
"Nie wykryt adnej karty ISDN PCI. Prosz wybra jedn z listy na kolejnym "
"ekranie."
-#: ../../network/modem.pm_.c:37
+#: ../../network/modem.pm_.c:39
msgid "Please choose which serial port your modem is connected to."
msgstr "Wska port szeregowy, do ktrego podczony jest modem."
-#: ../../network/modem.pm_.c:42
+#: ../../network/modem.pm_.c:44
msgid "Dialup options"
msgstr "Opcje dzwonienia"
-#: ../../network/modem.pm_.c:43 ../../standalone/draknet_.c:600
+#: ../../network/modem.pm_.c:45 ../../standalone/draknet_.c:622
msgid "Connection name"
msgstr "Nazwa poczenia"
-#: ../../network/modem.pm_.c:44 ../../standalone/draknet_.c:601
+#: ../../network/modem.pm_.c:46 ../../standalone/draknet_.c:623
msgid "Phone number"
msgstr "Numer telefonu"
-#: ../../network/modem.pm_.c:45 ../../standalone/draknet_.c:602
+#: ../../network/modem.pm_.c:47 ../../standalone/draknet_.c:624
msgid "Login ID"
msgstr "Identyfikator"
-#: ../../network/modem.pm_.c:47 ../../standalone/draknet_.c:604
+#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
msgid "CHAP"
msgstr ""
-#: ../../network/modem.pm_.c:47 ../../standalone/draknet_.c:604
+#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
msgid "PAP"
msgstr "PAP"
-#: ../../network/modem.pm_.c:47 ../../standalone/draknet_.c:604
+#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
msgid "Script-based"
msgstr "Oparta o skrypt"
-#: ../../network/modem.pm_.c:47 ../../standalone/draknet_.c:604
+#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
msgid "Terminal-based"
msgstr "Poprzez terminal"
-#: ../../network/modem.pm_.c:48 ../../standalone/draknet_.c:605
+#: ../../network/modem.pm_.c:50 ../../standalone/draknet_.c:627
msgid "Domain name"
msgstr "Domena"
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:606
+#: ../../network/modem.pm_.c:51 ../../standalone/draknet_.c:628
msgid "First DNS Server (optional)"
msgstr "Pierwszy serwer DNS (opcjonalnie)"
-#: ../../network/modem.pm_.c:50 ../../standalone/draknet_.c:607
+#: ../../network/modem.pm_.c:52 ../../standalone/draknet_.c:629
msgid "Second DNS Server (optional)"
msgstr "Drugi serwer DNS (opcjonalnie)"
-#: ../../network/netconnect.pm_.c:33
+#: ../../network/netconnect.pm_.c:34
msgid ""
"\n"
"You can disconnect or reconfigure your connection."
@@ -5767,7 +6259,7 @@ msgstr ""
"\n"
"Moesz rozczy si lub zrekonfigurowa poczenie."
-#: ../../network/netconnect.pm_.c:33 ../../network/netconnect.pm_.c:36
+#: ../../network/netconnect.pm_.c:34 ../../network/netconnect.pm_.c:37
msgid ""
"\n"
"You can reconfigure your connection."
@@ -5775,11 +6267,11 @@ msgstr ""
"\n"
"Moesz zrekonfigurowa poczenie."
-#: ../../network/netconnect.pm_.c:33
+#: ../../network/netconnect.pm_.c:34
msgid "You are currently connected to internet."
msgstr "Jeste ju poczony z Internetem."
-#: ../../network/netconnect.pm_.c:36
+#: ../../network/netconnect.pm_.c:37
msgid ""
"\n"
"You can connect to Internet or reconfigure your connection."
@@ -5787,32 +6279,33 @@ msgstr ""
"\n"
"Moesz poczy si z Internetem lub zrekonfigurowa poczenie."
-#: ../../network/netconnect.pm_.c:36
+#: ../../network/netconnect.pm_.c:37
msgid "You are not currently connected to Internet."
msgstr "Nie jeste teraz poczony z Internetem."
-#: ../../network/netconnect.pm_.c:40
-msgid "Connect to Internet"
-msgstr "Pocz z Internetem"
+#: ../../network/netconnect.pm_.c:41
+msgid "Connect"
+msgstr "Pocz"
-#: ../../network/netconnect.pm_.c:42
-msgid "Disconnect from Internet"
-msgstr "Rozcz poczenie z Internetem"
+#: ../../network/netconnect.pm_.c:43
+msgid "Disconnect"
+msgstr "Rozcz"
-#: ../../network/netconnect.pm_.c:44
-msgid "Configure network connection (LAN or Internet)"
-msgstr "Konfiguracja poczenia z sieci (LAN lub Internet)"
+#: ../../network/netconnect.pm_.c:45
+#, fuzzy
+msgid "Configure the connection"
+msgstr "Konfiguracja sieci"
-#: ../../network/netconnect.pm_.c:47
+#: ../../network/netconnect.pm_.c:50
msgid "Internet connection & configuration"
msgstr "Internet - poaczenie i konfiguracja"
-#: ../../network/netconnect.pm_.c:96
+#: ../../network/netconnect.pm_.c:100
#, c-format
msgid "We are now going to configure the %s connection."
msgstr "Bdziemy teraz konfigrowa poczenie %s."
-#: ../../network/netconnect.pm_.c:105
+#: ../../network/netconnect.pm_.c:109
#, fuzzy, c-format
msgid ""
"\n"
@@ -5831,12 +6324,12 @@ msgstr ""
"\n"
"By rozpocz, nacinij Dalej."
-#: ../../network/netconnect.pm_.c:129 ../../network/netconnect.pm_.c:243
-#: ../../network/netconnect.pm_.c:255 ../../network/tools.pm_.c:56
+#: ../../network/netconnect.pm_.c:138 ../../network/netconnect.pm_.c:252
+#: ../../network/netconnect.pm_.c:271 ../../network/tools.pm_.c:57
msgid "Network Configuration"
msgstr "Konfiguracja sieci"
-#: ../../network/netconnect.pm_.c:130
+#: ../../network/netconnect.pm_.c:139
msgid ""
"Because you are doing a network installation, your network is already "
"configured.\n"
@@ -5847,7 +6340,7 @@ msgstr ""
"Wybierz OK by zachowa konfiguracj, lub Anuluj by ponownie skonfigurowa "
"sie/poczenie z Intenetem.\n"
-#: ../../network/netconnect.pm_.c:155
+#: ../../network/netconnect.pm_.c:165
msgid ""
"Welcome to The Network Configuration Wizard\n"
"\n"
@@ -5859,66 +6352,66 @@ msgstr ""
"Suy on do konfiguracji poczenia z Intenetem lub inn sieci.\n"
"Jeli nie chcesz korzysta z autodetekcji, odznacz to pole.\n"
-#: ../../network/netconnect.pm_.c:157
+#: ../../network/netconnect.pm_.c:167
msgid "Choose the profile to configure"
msgstr "Wybierz profil do konfiguracji"
-#: ../../network/netconnect.pm_.c:158
+#: ../../network/netconnect.pm_.c:168
msgid "Use auto detection"
msgstr "Uyj autodetekcji"
-#: ../../network/netconnect.pm_.c:164
+#: ../../network/netconnect.pm_.c:175
msgid "Detecting devices..."
msgstr "Wykrywanie urzdze..."
-#: ../../network/netconnect.pm_.c:175 ../../network/netconnect.pm_.c:184
+#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
msgid "Normal modem connection"
msgstr "Poczenie modemowe"
-#: ../../network/netconnect.pm_.c:175 ../../network/netconnect.pm_.c:184
+#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
#, c-format
msgid "detected on port %s"
msgstr "wykryto na porcie %s"
-#: ../../network/netconnect.pm_.c:176 ../../network/netconnect.pm_.c:185
+#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
msgid "ISDN connection"
msgstr "Poczenie ISDN"
-#: ../../network/netconnect.pm_.c:176 ../../network/netconnect.pm_.c:185
+#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
#, c-format
msgid "detected %s"
msgstr "wykryto %s"
-#: ../../network/netconnect.pm_.c:177 ../../network/netconnect.pm_.c:186
+#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
msgid "ADSL connection"
msgstr "Poczenie ADSL"
-#: ../../network/netconnect.pm_.c:177 ../../network/netconnect.pm_.c:186
+#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
#, c-format
msgid "detected on interface %s"
msgstr "wykryto na interfejsie %s"
-#: ../../network/netconnect.pm_.c:178 ../../network/netconnect.pm_.c:187
+#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
msgid "Cable connection"
msgstr "Poczenie przez kablwk"
-#: ../../network/netconnect.pm_.c:178 ../../network/netconnect.pm_.c:187
+#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
msgid "cable connection detected"
msgstr "wykryto poczenie przez kablwk"
-#: ../../network/netconnect.pm_.c:179 ../../network/netconnect.pm_.c:188
+#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
msgid "LAN connection"
msgstr "Sie lokalna"
-#: ../../network/netconnect.pm_.c:179 ../../network/netconnect.pm_.c:188
+#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
msgid "ethernet card(s) detected"
msgstr "wykryto kart(y) ethernet"
-#: ../../network/netconnect.pm_.c:190
+#: ../../network/netconnect.pm_.c:202
msgid "Choose the connection you want to configure"
msgstr "Wybierz poczenie, ktre chcesz skonfigurowa"
-#: ../../network/netconnect.pm_.c:214
+#: ../../network/netconnect.pm_.c:226
msgid ""
"You have configured multiple ways to connect to the Internet.\n"
"Choose the one you want to use.\n"
@@ -5928,23 +6421,23 @@ msgstr ""
"Wybierz ten, z ktrego chcesz korzysta.\n"
"\n"
-#: ../../network/netconnect.pm_.c:215
+#: ../../network/netconnect.pm_.c:227
msgid "Internet connection"
msgstr "Poczenie z Internetem"
-#: ../../network/netconnect.pm_.c:221
+#: ../../network/netconnect.pm_.c:233
msgid "Do you want to start the connection at boot?"
msgstr "Czy chcesz czy si Internetem przy uruchamianiu komputera?"
-#: ../../network/netconnect.pm_.c:239
+#: ../../network/netconnect.pm_.c:247
msgid "Network configuration"
msgstr "Konfiguracja sieci"
-#: ../../network/netconnect.pm_.c:240
+#: ../../network/netconnect.pm_.c:248
msgid "The network needs to be restarted"
msgstr ""
-#: ../../network/netconnect.pm_.c:243
+#: ../../network/netconnect.pm_.c:252
#, c-format
msgid ""
"A problem occured while restarting the network: \n"
@@ -5955,25 +6448,32 @@ msgstr ""
"\n"
"%s"
-#: ../../network/netconnect.pm_.c:247
+#: ../../network/netconnect.pm_.c:261
msgid ""
-"Congratulations, the network and internet configuration is finished.\n"
-"\n"
+"Congratulations, the network and Internet configuration is finished.\n"
"The configuration will now be applied to your system.\n"
+"\n"
msgstr ""
"Gratulacje, konfiguracja sieci i Internetu zostaa zakoczona.\n"
"\n"
"Zostanie teraz zapisana w twoim systemie.\n"
-#: ../../network/netconnect.pm_.c:250
+#: ../../network/netconnect.pm_.c:265
msgid ""
-"After that is done, we recommend you to restart your X\n"
-"environnement to avoid hostname changing problem."
+"After this is done, we recommend that you restart your X environment to "
+"avoid any hostname-related problems."
msgstr ""
"Po zakoczeniu zalecane jest zrestartowanie X w celu ominicia\n"
"problemu wynikajcego ze zmian nazwy hosta."
-#: ../../network/network.pm_.c:283
+#: ../../network/netconnect.pm_.c:266
+msgid ""
+"Problems occured during configuration.\n"
+"Test your connection via net_monitor or mcc. If your connection doesn't "
+"work, you might want to relaunch the configuration"
+msgstr ""
+
+#: ../../network/network.pm_.c:292
msgid ""
"WARNING: This device has been previously configured to connect to the "
"Internet.\n"
@@ -5985,7 +6485,7 @@ msgstr ""
"Nacinij po prostu OK by zachowa konfiguracj.\n"
"Modyfikacja pl poniej spowoduje nadpisanie istniejcej konfiguracji."
-#: ../../network/network.pm_.c:288
+#: ../../network/network.pm_.c:297
msgid ""
"Please enter the IP configuration for this machine.\n"
"Each item should be entered as an IP address in dotted-decimal\n"
@@ -5995,38 +6495,38 @@ msgstr ""
"Kada pozycja powinna by wpisana w zapisie dziesitnym\n"
"oddzielonym kropkami (np. 192.168.1.1)."
-#: ../../network/network.pm_.c:297 ../../network/network.pm_.c:298
+#: ../../network/network.pm_.c:306 ../../network/network.pm_.c:307
#, c-format
msgid "Configuring network device %s"
msgstr "Konfiguracja urzdzenia sieciowego %s"
-#: ../../network/network.pm_.c:298
+#: ../../network/network.pm_.c:307
#, c-format
msgid " (driver %s)"
msgstr " (sterownik %s)"
-#: ../../network/network.pm_.c:300 ../../standalone/draknet_.c:255
-#: ../../standalone/draknet_.c:461
+#: ../../network/network.pm_.c:309 ../../standalone/draknet_.c:232
+#: ../../standalone/draknet_.c:468
msgid "IP address"
msgstr "Adres IP"
-#: ../../network/network.pm_.c:301 ../../standalone/draknet_.c:462
+#: ../../network/network.pm_.c:310 ../../standalone/draknet_.c:469
msgid "Netmask"
msgstr "Maska"
-#: ../../network/network.pm_.c:302
+#: ../../network/network.pm_.c:311
msgid "(bootp/dhcp)"
msgstr "(bootp/dhcp)"
-#: ../../network/network.pm_.c:302
+#: ../../network/network.pm_.c:311
msgid "Automatic IP"
msgstr "Automatyczne IP"
-#: ../../network/network.pm_.c:323 ../../printerdrake.pm_.c:406
+#: ../../network/network.pm_.c:332 ../../printerdrake.pm_.c:712
msgid "IP address should be in format 1.2.3.4"
msgstr "Adres IP powinien by w formacie typu 192.168.1.1"
-#: ../../network/network.pm_.c:351
+#: ../../network/network.pm_.c:361
msgid ""
"Please enter your host name.\n"
"Your host name should be a fully-qualified host name,\n"
@@ -6038,63 +6538,64 @@ msgstr ""
"np. \"mojkomputer.mojadomena.pl\".\n"
"Jeli jest to potrzebne, naley wpisa te adres routera."
-#: ../../network/network.pm_.c:356
+#: ../../network/network.pm_.c:366
msgid "DNS server"
msgstr "Serwer DNS"
-#: ../../network/network.pm_.c:357 ../../standalone/draknet_.c:599
-msgid "Gateway"
-msgstr "Router"
+#: ../../network/network.pm_.c:367
+#, c-format
+msgid "Gateway (e.g. %s)"
+msgstr ""
-#: ../../network/network.pm_.c:359
+#: ../../network/network.pm_.c:369
msgid "Gateway device"
msgstr "Interfejs (np. eth0)"
-#: ../../network/network.pm_.c:371
+#: ../../network/network.pm_.c:381
msgid "Proxies configuration"
msgstr "Konfiguracja porednika (proxy)"
-#: ../../network/network.pm_.c:372
+#: ../../network/network.pm_.c:382
msgid "HTTP proxy"
msgstr "Porednik HTTP"
-#: ../../network/network.pm_.c:373
+#: ../../network/network.pm_.c:383
msgid "FTP proxy"
msgstr "Porednik FTP"
-#: ../../network/network.pm_.c:374
+#: ../../network/network.pm_.c:384
msgid "Track network card id (usefull for laptops)"
msgstr ""
-#: ../../network/network.pm_.c:377
+#: ../../network/network.pm_.c:387
msgid "Proxy should be http://..."
msgstr "Nazwa porednika powinna by typu: http://..."
-#: ../../network/network.pm_.c:378
+#: ../../network/network.pm_.c:388
msgid "Proxy should be ftp://..."
msgstr "Nazwa porednika powinna by typu: ftp://..."
-#: ../../network/tools.pm_.c:38
+#: ../../network/tools.pm_.c:39
msgid "Internet configuration"
msgstr "Internet - konfiguracja"
-#: ../../network/tools.pm_.c:39
+#: ../../network/tools.pm_.c:40
msgid "Do you want to try to connect to the Internet now?"
msgstr "Czy chcesz teraz sprbowa poczy si Internetem?"
-#: ../../network/tools.pm_.c:43 ../../standalone/draknet_.c:189
+#: ../../network/tools.pm_.c:44 ../../standalone/draknet_.c:197
msgid "Testing your connection..."
msgstr "Testowanie poczenia..."
-#: ../../network/tools.pm_.c:49 ../../standalone/draknet_.c:220
+#: ../../network/tools.pm_.c:50
msgid "The system is now connected to Internet."
msgstr "Jeste teraz poczony z Internetem."
-#: ../../network/tools.pm_.c:50
+#: ../../network/tools.pm_.c:51
msgid "For Security reason, it will be disconnected now."
msgstr "Ze wzgldu na bezpieczestowo poczenie zostanie teraz rozczone."
-#: ../../network/tools.pm_.c:51 ../../standalone/draknet_.c:220
+#: ../../network/tools.pm_.c:52
msgid ""
"The system doesn't seem to be connected to internet.\n"
"Try to reconfigure your connection."
@@ -6102,85 +6603,89 @@ msgstr ""
"Poczenie z Internetem nie udao si.\n"
"Sprbuj zmieni konfiguracj poczenia."
-#: ../../network/tools.pm_.c:75
+#: ../../network/tools.pm_.c:76
msgid "Connection Configuration"
msgstr "Konfiguracja poczenia"
-#: ../../network/tools.pm_.c:76
+#: ../../network/tools.pm_.c:77
msgid "Please fill or check the field below"
msgstr "Wypenij lub zaznacz pole poniej"
-#: ../../network/tools.pm_.c:78 ../../standalone/draknet_.c:586
+#: ../../network/tools.pm_.c:79 ../../standalone/draknet_.c:608
msgid "Card IRQ"
msgstr "IRQ karty"
-#: ../../network/tools.pm_.c:79 ../../standalone/draknet_.c:587
+#: ../../network/tools.pm_.c:80 ../../standalone/draknet_.c:609
msgid "Card mem (DMA)"
msgstr "DMA karty"
-#: ../../network/tools.pm_.c:80 ../../standalone/draknet_.c:588
+#: ../../network/tools.pm_.c:81 ../../standalone/draknet_.c:610
msgid "Card IO"
msgstr "IO karty"
-#: ../../network/tools.pm_.c:81 ../../standalone/draknet_.c:589
+#: ../../network/tools.pm_.c:82 ../../standalone/draknet_.c:611
msgid "Card IO_0"
msgstr "IO_0 karty"
-#: ../../network/tools.pm_.c:82 ../../standalone/draknet_.c:590
+#: ../../network/tools.pm_.c:83 ../../standalone/draknet_.c:612
msgid "Card IO_1"
msgstr "IO_1 karty"
-#: ../../network/tools.pm_.c:83 ../../standalone/draknet_.c:591
+#: ../../network/tools.pm_.c:84 ../../standalone/draknet_.c:613
msgid "Your personal phone number"
msgstr "Numer Twojego telefonu"
-#: ../../network/tools.pm_.c:84 ../../standalone/draknet_.c:592
+#: ../../network/tools.pm_.c:85 ../../standalone/draknet_.c:614
msgid "Provider name (ex provider.net)"
msgstr "Nazwa dostawcy usug (np. Dialog, Netia, TPSA)"
-#: ../../network/tools.pm_.c:85 ../../standalone/draknet_.c:593
+#: ../../network/tools.pm_.c:86 ../../standalone/draknet_.c:615
msgid "Provider phone number"
msgstr "Numer telefonu dostawcy usug"
-#: ../../network/tools.pm_.c:86 ../../standalone/draknet_.c:594
+#: ../../network/tools.pm_.c:87 ../../standalone/draknet_.c:616
msgid "Provider dns 1 (optional)"
msgstr "1 DNS dostawcy (opcjonalnie)"
-#: ../../network/tools.pm_.c:87 ../../standalone/draknet_.c:595
+#: ../../network/tools.pm_.c:88 ../../standalone/draknet_.c:617
msgid "Provider dns 2 (optional)"
msgstr "2 DNS dostawcy (opcjonalnie)"
-#: ../../network/tools.pm_.c:88
+#: ../../network/tools.pm_.c:89
#, fuzzy
msgid "Choose your country"
msgstr "Wybr klawiatury"
-#: ../../network/tools.pm_.c:89 ../../standalone/draknet_.c:598
+#: ../../network/tools.pm_.c:90 ../../standalone/draknet_.c:620
msgid "Dialing mode"
msgstr "Sposb wybierania"
-#: ../../network/tools.pm_.c:90 ../../standalone/draknet_.c:610
+#: ../../network/tools.pm_.c:91 ../../standalone/draknet_.c:632
msgid "Connection speed"
msgstr "Szybko poczenia"
-#: ../../network/tools.pm_.c:91 ../../standalone/draknet_.c:611
+#: ../../network/tools.pm_.c:92 ../../standalone/draknet_.c:633
#, fuzzy
msgid "Connection timeout (in sec)"
msgstr "Czas poczenia:"
-#: ../../network/tools.pm_.c:92 ../../standalone/draknet_.c:596
+#: ../../network/tools.pm_.c:93 ../../standalone/draknet_.c:618
msgid "Account Login (user name)"
msgstr "Konto (nazwa uytkownika)"
-#: ../../network/tools.pm_.c:93 ../../standalone/draknet_.c:597
+#: ../../network/tools.pm_.c:94 ../../standalone/draknet_.c:619
msgid "Account Password"
msgstr "Haso:"
-#: ../../partition_table.pm_.c:622
+#: ../../partition_table.pm_.c:600
+msgid "mount failed: "
+msgstr "nieudane montowanie: "
+
+#: ../../partition_table.pm_.c:664
msgid "Extended partition not supported on this platform"
msgstr "Na tej platformie nie istniej partycje rozszerzone"
-#: ../../partition_table.pm_.c:640
+#: ../../partition_table.pm_.c:682
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 "
@@ -6190,21 +6695,21 @@ msgstr ""
"nie mona wykorzysta. Jedynym rozwizaniem jest przesunicie\n"
"partycji podstawowych, by puste miejsce byo obok partycji rozszerzonych"
-#: ../../partition_table.pm_.c:744
+#: ../../partition_table.pm_.c:770
#, c-format
msgid "Restoring from file %s failed: %s"
msgstr "Przywracanie z pliku %s nie powiodo si: %s"
-#: ../../partition_table.pm_.c:746
+#: ../../partition_table.pm_.c:772
msgid "Bad backup file"
msgstr "Uszkodzony plik archiwum"
-#: ../../partition_table.pm_.c:768
+#: ../../partition_table.pm_.c:794
#, c-format
msgid "Error writing to file %s"
msgstr "Bd zapisu do pliku %s"
-#: ../../partition_table_raw.pm_.c:154
+#: ../../partition_table_raw.pm_.c:186
msgid ""
"Something bad is happening on your drive. \n"
"A test to check the integrity of data has failed. \n"
@@ -6250,7 +6755,7 @@ msgstr "LPD - Line Printer Daemon"
msgid "PDQ - Print, Don't Queue"
msgstr "PDQ - Print, Don't Queue"
-#: ../../printer.pm_.c:32
+#: ../../printer.pm_.c:32 ../../printer.pm_.c:871
msgid "CUPS"
msgstr ""
@@ -6266,66 +6771,145 @@ msgstr ""
msgid "PDQ"
msgstr ""
-#: ../../printer.pm_.c:40
+#: ../../printer.pm_.c:47
msgid "Local printer"
msgstr "Drukarka lokalna"
-#: ../../printer.pm_.c:41
+#: ../../printer.pm_.c:48
msgid "Remote printer"
msgstr "Drukarka sieciowa"
-#: ../../printer.pm_.c:42
+#: ../../printer.pm_.c:49
#, fuzzy
msgid "Printer on remote CUPS server"
msgstr "Zdalny serwer CUPS"
-#: ../../printer.pm_.c:43
+#: ../../printer.pm_.c:50 ../../printerdrake.pm_.c:734
#, fuzzy
msgid "Printer on remote lpd server"
msgstr "Sieciowy serwer lpd"
-#: ../../printer.pm_.c:44
-msgid "Network printer (socket)"
-msgstr "Drukarka sieciowa (socket)"
+#: ../../printer.pm_.c:51
+msgid "Network printer (TCP/Socket)"
+msgstr "Drukarka sieciowa (TCP/Socket)"
-#: ../../printer.pm_.c:45
+#: ../../printer.pm_.c:52
#, fuzzy
msgid "Printer on SMB/Windows 95/98/NT server"
msgstr "SMB/Windows 95/98/NT"
-#: ../../printer.pm_.c:46
+#: ../../printer.pm_.c:53
#, fuzzy
msgid "Printer on NetWare server"
msgstr "Serwer wydruku"
-#: ../../printer.pm_.c:47
+#: ../../printer.pm_.c:54 ../../printerdrake.pm_.c:738
#, fuzzy
msgid "Enter a printer device URI"
msgstr "Port drukarki URI:"
-#: ../../printer.pm_.c:48
+#: ../../printer.pm_.c:55
#, fuzzy
msgid "Pipe job into a command"
msgstr "Potok do polecenia"
-#: ../../printer.pm_.c:418 ../../printer.pm_.c:839
-#: ../../printerdrake.pm_.c:1227 ../../printerdrake.pm_.c:2023
+#: ../../printer.pm_.c:504 ../../printer.pm_.c:695 ../../printer.pm_.c:1017
+#: ../../printerdrake.pm_.c:1665 ../../printerdrake.pm_.c:2730
msgid "Unknown model"
msgstr ""
-#: ../../printer.pm_.c:546 ../../printerdrake.pm_.c:790
+#: ../../printer.pm_.c:532
+#, fuzzy
+msgid "Local Printers"
+msgstr "Drukarka lokalna"
+
+#: ../../printer.pm_.c:534 ../../printer.pm_.c:872
+#, fuzzy
+msgid "Remote Printers"
+msgstr "Drukarka sieciowa"
+
+#: ../../printer.pm_.c:541 ../../printerdrake.pm_.c:248
+#, c-format
+msgid " on parallel port \\/*%s"
+msgstr ""
+
+#: ../../printer.pm_.c:544 ../../printerdrake.pm_.c:250
+#, c-format
+msgid ", USB printer \\/*%s"
+msgstr ""
+
+#: ../../printer.pm_.c:549
+#, c-format
+msgid ", multi-function device on parallel port \\/*%s"
+msgstr ""
+
+#: ../../printer.pm_.c:552
+msgid ", multi-function device on USB"
+msgstr ""
+
+#: ../../printer.pm_.c:554
+msgid ", multi-function device on HP JetDirect"
+msgstr ""
+
+#: ../../printer.pm_.c:556
+msgid ", multi-function device"
+msgstr ""
+
+#: ../../printer.pm_.c:559
+#, fuzzy, c-format
+msgid ", printing to %s"
+msgstr "Bd zapisu do pliku %s"
+
+#: ../../printer.pm_.c:561
+#, c-format
+msgid "on LPD server \"%s\", printer \"%s\""
+msgstr ""
+
+#: ../../printer.pm_.c:563
+#, c-format
+msgid ", TCP/IP host \"%s\", port %s"
+msgstr ""
+
+#: ../../printer.pm_.c:567
+#, c-format
+msgid "on Windows server \"%s\", share \"%s\""
+msgstr ""
+
+#: ../../printer.pm_.c:571
+#, c-format
+msgid "on Novell server \"%s\", printer \"%s\""
+msgstr ""
+
+#: ../../printer.pm_.c:573
+#, fuzzy, c-format
+msgid ", using command %s"
+msgstr "Potok do polecenia"
+
+#: ../../printer.pm_.c:692 ../../printerdrake.pm_.c:1136
msgid "Raw printer (No driver)"
msgstr ""
-#: ../../printer.pm_.c:693
+#: ../../printer.pm_.c:841
#, fuzzy, c-format
msgid "(on %s)"
msgstr "(modu %s)"
-#: ../../printer.pm_.c:695
+#: ../../printer.pm_.c:843
msgid "(on this machine)"
msgstr ""
+#: ../../printer.pm_.c:868
+#, fuzzy, c-format
+msgid "On CUPS server \"%s\""
+msgstr "IP serwera CUPS"
+
+#: ../../printer.pm_.c:874 ../../printerdrake.pm_.c:2391
+#: ../../printerdrake.pm_.c:2402 ../../printerdrake.pm_.c:2618
+#: ../../printerdrake.pm_.c:2670 ../../printerdrake.pm_.c:2697
+#: ../../printerdrake.pm_.c:2867 ../../printerdrake.pm_.c:2869
+msgid " (Default)"
+msgstr " (Domylne)"
+
#: ../../printerdrake.pm_.c:22
msgid "Select Printer Connection"
msgstr "Wybierz sposb podczenia drukarki"
@@ -6338,268 +6922,486 @@ msgstr "Jak jest podczona drukarka?"
#, fuzzy
msgid ""
"\n"
-"Printers on remote CUPS servers you do not have to configure\n"
-"here; these printers will be automatically detected. Please\n"
-"select \"Printer on remote CUPS server\" in this case."
+"Printers on remote CUPS servers you do not have to configure here; these "
+"printers will be automatically detected."
msgstr ""
"Korzystajc z sieciowego serwera CUPS nie musisz tutaj\n"
"konfigurowa adnych drukarek; zostan one automatycznie\n"
"wykryte, chyba e znajduje si on w innej sieci, w tym przypadku\n"
"naley poda adres serwera CUPS oraz opcjonalnie numer portu."
-#: ../../printerdrake.pm_.c:84 ../../printerdrake.pm_.c:88
-#: ../../printerdrake.pm_.c:89 ../../printerdrake.pm_.c:159
-msgid "None"
-msgstr "aden"
+#: ../../printerdrake.pm_.c:69 ../../printerdrake.pm_.c:2454
+#, fuzzy
+msgid "CUPS configuration"
+msgstr "Konfiguracja sieci lokalnej"
-#: ../../printerdrake.pm_.c:85 ../../printerdrake.pm_.c:160
+#: ../../printerdrake.pm_.c:70 ../../printerdrake.pm_.c:2455
#, fuzzy
-msgid "Choose a default printer!"
-msgstr "Wybierz domylnego uytkownika:"
+msgid "Specify CUPS server"
+msgstr "Zdalny serwer CUPS"
-#: ../../printerdrake.pm_.c:105
+#: ../../printerdrake.pm_.c:71
msgid ""
-"With remote CUPS servers, you do not have to configure any \n"
-"printer here; CUPS servers inform your machine automatically\n"
-"about their printers. All printers known to your machine\n"
-"currently are listed in the \"Default printer\" field. Choose\n"
-"the default printer for your machine there and click the\n"
-"\"Apply/Re-read printers\" button. Click the same button to\n"
-"refresh the list (it can take up to 30 seconds after the start\n"
-"of CUPS until all remote printers are visible).\n"
-"When your CUPS server is in a different network, you have to \n"
-"give the CUPS server IP address and optionally the port number\n"
-"to get the printer information from the server, otherwise leave\n"
-"these fields blank."
+"To get access to printers on remote CUPS servers in your local network you "
+"do not have to configure anything; the CUPS servers inform your machine "
+"automatically about their printers. All printers currently known to your "
+"machine are listed in the \"Remote printers\" section in the main window of "
+"Printerdrake. When your CUPS server is not in your local network, you have "
+"to enter the CUPS server IP address and optionally the port number to get "
+"the printer information from the server, otherwise leave these fields blank."
msgstr ""
-#: ../../printerdrake.pm_.c:117
+#: ../../printerdrake.pm_.c:72
msgid ""
"\n"
-"Normally, CUPS is automatically configured according to your\n"
-"network environment, so that you can access the printers on the\n"
-"CUPS servers in your local network. If this does not work \n"
-"correctly, turn off \"Automatic CUPS configuration\" and edit\n"
-"your file /etc/cups/cupsd.conf manually. Do not forget to restart\n"
-"CUPS afterwards (command: \"service cups restart\")."
+"Normally, CUPS is automatically configured according to your network "
+"environment, so that you can access the printers on the CUPS servers in your "
+"local network. If this does not work correctly, turn off \"Automatic CUPS "
+"configuration\" and edit your file /etc/cups/cupsd.conf manually. Do not "
+"forget to restart CUPS afterwards (command: \"service cups restart\")."
msgstr ""
-#: ../../printerdrake.pm_.c:124 ../../printerdrake.pm_.c:1290
-#: ../../printerdrake.pm_.c:1294 ../../printerdrake.pm_.c:1295
-#: ../../printerdrake.pm_.c:1296 ../../printerdrake.pm_.c:2011
-msgid "Close"
-msgstr "Zamknij"
-
-#: ../../printerdrake.pm_.c:125
-#, fuzzy
-msgid "Apply/Re-read printers"
-msgstr "Drukarka sieciowa"
-
-#: ../../printerdrake.pm_.c:129
+#: ../../printerdrake.pm_.c:76
#, fuzzy
msgid "The IP address should look like 192.168.1.20"
msgstr "Adres IP powinien by w formacie typu 192.168.1.1"
-#: ../../printerdrake.pm_.c:134 ../../printerdrake.pm_.c:541
+#: ../../printerdrake.pm_.c:80 ../../printerdrake.pm_.c:862
#, fuzzy
msgid "The port number should be an integer!"
msgstr "Numer portu powinien by liczb"
-#: ../../printerdrake.pm_.c:141 ../../printerdrake.pm_.c:2095
-#, fuzzy
-msgid "Default printer"
-msgstr "Drukarka lokalna"
-
-#: ../../printerdrake.pm_.c:146
+#: ../../printerdrake.pm_.c:87
msgid "CUPS server IP"
msgstr "IP serwera CUPS"
-#: ../../printerdrake.pm_.c:147 ../../printerdrake.pm_.c:534
+#: ../../printerdrake.pm_.c:88 ../../printerdrake.pm_.c:855
msgid "Port"
msgstr "Port"
-#: ../../printerdrake.pm_.c:149
+#: ../../printerdrake.pm_.c:90
#, fuzzy
msgid "Automatic CUPS configuration"
msgstr "Konfiguracja sposobu uruchamiania"
-#: ../../printerdrake.pm_.c:217
+#: ../../printerdrake.pm_.c:145 ../../standalone/scannerdrake_.c:42
#, fuzzy
msgid "Detecting devices ..."
msgstr "Wykrywanie urzdze..."
-#: ../../printerdrake.pm_.c:217
+#: ../../printerdrake.pm_.c:145 ../../standalone/scannerdrake_.c:42
msgid "Test ports"
msgstr "Testowanie portw"
-#: ../../printerdrake.pm_.c:238
-#, c-format
-msgid "A printer, model \"%s\", has been detected on "
-msgstr "Wykryto drukark model \"%s\" na"
+#: ../../printerdrake.pm_.c:167 ../../printerdrake.pm_.c:2437
+#: ../../printerdrake.pm_.c:2556
+#, fuzzy
+msgid "Add a new printer"
+msgstr "Dodaj drukark"
-#: ../../printerdrake.pm_.c:255
-msgid "Local Printer Device"
-msgstr "Port lokalnej drukarki"
+#: ../../printerdrake.pm_.c:168
+msgid ""
+"\n"
+"Welcome to the Printer Setup Wizard\n"
+"\n"
+"This wizard allows you to install local or remote printers to be used from "
+"this machine and also from other machines in the network.\n"
+"\n"
+"It asks you for all necessary information to set up the printer and gives "
+"you access to all available printer drivers, driver options, and printer "
+"connection types."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:176 ../../printerdrake.pm_.c:203
+#: ../../printerdrake.pm_.c:378 ../../printerdrake.pm_.c:393
+#: ../../printerdrake.pm_.c:403 ../../printerdrake.pm_.c:466
+#, fuzzy
+msgid "Local Printer"
+msgstr "Drukarka lokalna"
+
+#: ../../printerdrake.pm_.c:177
+msgid ""
+"\n"
+"Welcome to the Printer Setup Wizard\n"
+"\n"
+"This wizard will help you to install your printer(s) connected to this "
+"computer.\n"
+"\n"
+"Please plug in your printer(s) on this computer and turn it/them on. Click "
+"on \"Next\" when you are ready, and on \"Cancel\" when you do not want to "
+"set up your printer(s) now.\n"
+"\n"
+"Note that some computers can crash during the printer auto-detection, turn "
+"off \"Auto-detect printers\" to do a printer installation without auto-"
+"detection. Use the \"Expert Mode\" of printerdrake when you want to set up "
+"printing on a remote printer if printerdrake does not list it automatically."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:186
+#, fuzzy
+msgid "Auto-detect printers"
+msgstr "Drukarka sieciowa"
+
+#: ../../printerdrake.pm_.c:204
+msgid ""
+"\n"
+"Congratulations, your printer is now installed and configured!\n"
+"\n"
+"You can print using the \"Print\" command of your application (usually in "
+"the \"File\" menu).\n"
+"\n"
+"If you want to add, remove, or rename a printer, or if you want to change "
+"the default option settings (paper input tray, printout quality, ...), "
+"select \"Printer\" in the \"Hardware\" section of the Mandrake Control "
+"Center."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:223
+msgid "Auto-Detection of Printers"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:224
+msgid ""
+"Printerdrake is able to auto-detect your locally connected parallel and USB "
+"printers for you, but note that on some systems the auto-detection CAN "
+"FREEZE YOUR SYSTEM AND THIS CAN LEAD TO CORRUPTED FILE SYSTEMS! So do it ON "
+"YOUR OWN RISK!\n"
+"\n"
+"Do you really want to get your printers auto-detected?"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:227 ../../printerdrake.pm_.c:229
+#: ../../printerdrake.pm_.c:230
+#, fuzzy
+msgid "Do auto-detection"
+msgstr "Uyj autodetekcji"
+
+#: ../../printerdrake.pm_.c:228
+#, fuzzy
+msgid "Set up printer manually"
+msgstr "Drukarka sieciowa"
#: ../../printerdrake.pm_.c:256
+#, fuzzy, c-format
+msgid "Detected %s"
+msgstr "wykryto %s"
+
+#: ../../printerdrake.pm_.c:260 ../../printerdrake.pm_.c:287
+#: ../../printerdrake.pm_.c:306
+#, c-format
+msgid "Printer on parallel port \\/*%s"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:262 ../../printerdrake.pm_.c:289
+#: ../../printerdrake.pm_.c:311
+#, c-format
+msgid "USB printer \\/*%s"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:379
+msgid ""
+"No local printer found! To manually install a printer enter a device name/"
+"file name in the input line (Parallel Ports: /dev/lp0, /dev/lp1, ..., "
+"equivalent to LPT1:, LPT2:, ..., 1st USB printer: /dev/usb/lp0, 2nd USB "
+"printer: /dev/usb/lp1, ...)."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:383
+#, fuzzy
+msgid "You must enter a device or file name!"
+msgstr "Port drukarki URI:"
+
+#: ../../printerdrake.pm_.c:394
+#, fuzzy
+msgid ""
+"No local printer found!\n"
+"\n"
+msgstr "Drukarka lokalna"
+
+#: ../../printerdrake.pm_.c:395
+msgid ""
+"Network printers can only be installed after the installation. Choose "
+"\"Hardware\" and then \"Printer\" in the Mandrake Control Center."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:396
+msgid ""
+"To install network printers, click \"Cancel\", switch to the \"Expert Mode"
+"\", and click \"Add a new printer\" again."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:407
+msgid ""
+"The following printer was auto-detected, if it is not the one you want to "
+"configure, enter a device name/file name in the input line"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:408
+msgid ""
+"Here is a list of all auto-detected printers. Please choose the printer you "
+"want to set up or enter a device name/file name in the input line"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:410
+msgid ""
+"The following printer was auto-detected. The configuration of the printer "
+"will work fully automatically. If your printer was not correctly detected or "
+"if you prefer a customized printer configuration, turn on \"Manual "
+"configuration\"."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:411
+msgid ""
+"Here is a list of all auto-detected printers. Please choose the printer you "
+"want to set up. The configuration of the printer will work fully "
+"automatically. If your printer was not correctly detected or if you prefer a "
+"customized printer configuration, turn on \"Manual configuration\"."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:413
+msgid ""
+"Please choose the port where your printer is connected to or enter a device "
+"name/file name in the input line"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:414
+#, fuzzy
+msgid "Please choose the port where your printer is connected to."
+msgstr "Wska port szeregowy, do ktrego podczony jest modem."
+
+#: ../../printerdrake.pm_.c:416
msgid ""
-"What device is your printer connected to \n"
-"(note that /dev/lp0 is equivalent to LPT1:)?\n"
+" (Parallel Ports: /dev/lp0, /dev/lp1, ..., equivalent to LPT1:, LPT2:, ..., "
+"1st USB printer: /dev/usb/lp0, 2nd USB printer: /dev/usb/lp1, ...)."
msgstr ""
-"Do jakiego portu jest podczona drukarka?\n"
-"(pamitaj, e /dev/lp0 to odpowiednik LPT1:)\n"
-#: ../../printerdrake.pm_.c:258
-msgid "Printer Device"
-msgstr "Port drukarki:"
+#: ../../printerdrake.pm_.c:421
+#, fuzzy
+msgid "You must choose/enter a printer/device!"
+msgstr "Port drukarki URI:"
-#: ../../printerdrake.pm_.c:261
-msgid "Device/file name missing!"
-msgstr "Brak nazwy urzdzenia/pliku!"
+#: ../../printerdrake.pm_.c:441
+#, fuzzy
+msgid "Manual configuration"
+msgstr "Konfiguracja kolorw"
+
+#: ../../printerdrake.pm_.c:467
+msgid ""
+"Is your printer a multi-function device from HP (OfficeJet, PSC, PhotoSmart, "
+"LaserJet 1100/1200/1220/3200/3300 with scanner)?"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:482
+#, fuzzy
+msgid "Installing HPOJ package..."
+msgstr "Instalowanie pakietu %s"
+
+#: ../../printerdrake.pm_.c:487
+msgid "Checking device and configuring HPOJ ..."
+msgstr ""
-#: ../../printerdrake.pm_.c:274 ../../printerdrake.pm_.c:698
-#: ../../printerdrake.pm_.c:786
+#: ../../printerdrake.pm_.c:505
+#, fuzzy
+msgid "Installing SANE package..."
+msgstr "Instalowanie pakietu %s"
+
+#: ../../printerdrake.pm_.c:517
+msgid "Scanning on your HP multi-function device"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:534
+#, fuzzy
+msgid "Making printer port available for CUPS ..."
+msgstr "Odczytywanie bazy sterownikw CUPS..."
+
+#: ../../printerdrake.pm_.c:544 ../../printerdrake.pm_.c:1018
+#: ../../printerdrake.pm_.c:1132
#, fuzzy
msgid "Reading printer database ..."
msgstr "Odczytywanie bazy sterownikw CUPS..."
-#: ../../printerdrake.pm_.c:312
+#: ../../printerdrake.pm_.c:624
msgid "Remote lpd Printer Options"
msgstr "Opcje drukarki sieciowej lpd"
-#: ../../printerdrake.pm_.c:313
+#: ../../printerdrake.pm_.c:625
#, fuzzy
msgid ""
-"To use a remote lpd printer, you need to supply\n"
-"the hostname of the printer server and the printer name\n"
-"on that server."
+"To use a remote lpd printer, you need to supply the hostname of the printer "
+"server and the printer name on that server."
msgstr ""
"By uywa kolejki drukarki sieciowej lpd naley poda\n"
"nazw serwera wydruku oraz nazw kolejki na\n"
"serwerze, do ktrej kierowane bd zadania wydruku."
-#: ../../printerdrake.pm_.c:316
+#: ../../printerdrake.pm_.c:626
#, fuzzy
msgid "Remote host name"
msgstr "Nazwa serwera:"
-#: ../../printerdrake.pm_.c:317
+#: ../../printerdrake.pm_.c:627
#, fuzzy
msgid "Remote printer name"
msgstr "Drukarka sieciowa"
-#: ../../printerdrake.pm_.c:320
+#: ../../printerdrake.pm_.c:630
msgid "Remote host name missing!"
msgstr "Nazwa serwera: brak nazwy!"
-#: ../../printerdrake.pm_.c:324
+#: ../../printerdrake.pm_.c:634
#, fuzzy
msgid "Remote printer name missing!"
msgstr "Nazwa serwera: brak nazwy!"
-#: ../../printerdrake.pm_.c:392
+#: ../../printerdrake.pm_.c:702
msgid "SMB (Windows 9x/NT) Printer Options"
msgstr "Opcje drukarki SMB (Windows 9x/NT)"
-#: ../../printerdrake.pm_.c:393
+#: ../../printerdrake.pm_.c:703
+#, fuzzy
msgid ""
-"To print to a SMB printer, you need to provide the\n"
-"SMB host name (Note! It may be different from its\n"
-"TCP/IP hostname!) and possibly the IP address of the print server, as\n"
-"well as the share name for the printer you wish to access and any\n"
-"applicable user name, password, and workgroup information."
+"To print to a SMB printer, you need to provide the SMB host name (Note! It "
+"may be different from its TCP/IP hostname!) and possibly the IP address of "
+"the print server, as well as the share name for the printer you wish to "
+"access and any applicable user name, password, and workgroup information."
msgstr ""
"By drukowa na drukarce SMB, musisz okreli nazw serwera SMB\n"
"(nie zawsze jest ona rwnoznaczna z nazw TCP/IP), o ile moliwe\n"
"adres IP serwera wydruku,nazw uytkownika, grup, haso oraz\n"
"oczywicie nazw drukarki."
-#: ../../printerdrake.pm_.c:398
+#: ../../printerdrake.pm_.c:704
msgid "SMB server host"
msgstr "Nazwa serwera SMB"
-#: ../../printerdrake.pm_.c:399
+#: ../../printerdrake.pm_.c:705
msgid "SMB server IP"
msgstr "IP serwera SMB"
-#: ../../printerdrake.pm_.c:400
+#: ../../printerdrake.pm_.c:706
msgid "Share name"
msgstr "Nazwa drukarki"
-#: ../../printerdrake.pm_.c:403
+#: ../../printerdrake.pm_.c:709
msgid "Workgroup"
msgstr "Grupa"
-#: ../../printerdrake.pm_.c:410
+#: ../../printerdrake.pm_.c:716
msgid "Either the server name or the server's IP must be given!"
msgstr "Naley podac nazw serwera lub jego adres IP!"
-#: ../../printerdrake.pm_.c:414
+#: ../../printerdrake.pm_.c:720
msgid "Samba share name missing!"
msgstr "Brakuje nazwy udziau Samby!"
-#: ../../printerdrake.pm_.c:473
+#: ../../printerdrake.pm_.c:725
+msgid "SECURITY WARNING!"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:726
+#, c-format
+msgid ""
+"You are about to set up printing to a Windows account with password. Due to "
+"a fault in the architecture of the Samba client software the password is put "
+"in clear text into the command line of the Samba client used to transmit the "
+"print job to the Windows server. So it is possible for every user on this "
+"machine to display the password on the screen by issuing commands as \"ps "
+"auxwww\".\n"
+"\n"
+"We recommend to make use of one of the following alternatives (in all cases "
+"you have to make sure that only machines from your local network have access "
+"to your Windows server, for example by means of a firewall):\n"
+"\n"
+"Use a password-less account on your Windows server, as the \"GUEST\" account "
+"or a special account dedicated for printing. Do not remove the password "
+"protection from a personal account or the administrator account.\n"
+"\n"
+"Set up your Windows server to make the printer available under the LPD "
+"protocol. Then set up printing from this machine with the \"%s\" connection "
+"type in Printerdrake.\n"
+"\n"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:736
+#, c-format
+msgid ""
+"Set up your Windows server to make the printer available under the IPP "
+"protocol and set up printing from this machine with the \"%s\" connection "
+"type in Printerdrake.\n"
+"\n"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:739
+msgid ""
+"Connect your printer to a Linux server and let your Windows machine(s) "
+"connect to it as a client.\n"
+"\n"
+"Do you really want to continue setting up this printer as you are doing now?"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:801
msgid "NetWare Printer Options"
msgstr "Opcje drukarki NetWare"
-#: ../../printerdrake.pm_.c:474
+#: ../../printerdrake.pm_.c:802
+#, fuzzy
msgid ""
-"To print on a NetWare printer, you need to provide the\n"
-"NetWare print server name (Note! it may be different from its\n"
-"TCP/IP hostname!) as well as the print queue name for the printer you\n"
-"wish to access and any applicable user name and password."
+"To print on a NetWare printer, you need to provide the NetWare print server "
+"name (Note! it may be different from its TCP/IP hostname!) as well as the "
+"print queue name for the printer you wish to access and any applicable user "
+"name and password."
msgstr ""
"By drukowa na drukarce NetWare, naley poda nazw serwera\n"
"wydruku NetWare (nie zawsze to samo co nazwa TCP/IP!),\n"
"nazw kolejki drukarki, do ktrej chcesz uzyska dostp,\n"
"oraz waciw nazw uytkownika i haso."
-#: ../../printerdrake.pm_.c:478
+#: ../../printerdrake.pm_.c:803
msgid "Printer Server"
msgstr "Serwer wydruku"
-#: ../../printerdrake.pm_.c:479
+#: ../../printerdrake.pm_.c:804
msgid "Print Queue Name"
msgstr "Nazwa kolejki drukarki"
-#: ../../printerdrake.pm_.c:484
+#: ../../printerdrake.pm_.c:809
msgid "NCP server name missing!"
msgstr "Brakuje nazwy serwera NCP!"
-#: ../../printerdrake.pm_.c:488
+#: ../../printerdrake.pm_.c:813
msgid "NCP queue name missing!"
msgstr "Brakuje nazwy kolejki NCP!"
-#: ../../printerdrake.pm_.c:527
-msgid "Socket Printer Options"
+#: ../../printerdrake.pm_.c:852
+#, fuzzy
+msgid "TCP/Socket Printer Options"
msgstr "Opcje drukarki sieciowej"
-#: ../../printerdrake.pm_.c:528
+#: ../../printerdrake.pm_.c:853
#, fuzzy
msgid ""
-"To print to a socket printer, you need to provide the\n"
-"host name of the printer and optionally the port number.\n"
-"On HP JetDirect servers the port number is usually 9100,\n"
-"on other servers it can vary. See the manual of your\n"
+"To print to a TCP or socket printer, you need to provide the host name of "
+"the printer and optionally the port number. On HP JetDirect servers the port "
+"number is usually 9100, on other servers it can vary. See the manual of your "
"hardware."
msgstr ""
"By drukowa na drukarce sieciowej, naley poda\n"
"nazw sieciow drukarki oraz opcjonalnie numer portu."
-#: ../../printerdrake.pm_.c:533
+#: ../../printerdrake.pm_.c:854
#, fuzzy
msgid "Printer host name"
msgstr "Nazwa sieciowa drukarki"
-#: ../../printerdrake.pm_.c:537
+#: ../../printerdrake.pm_.c:858
msgid "Printer host name missing!"
msgstr "Brakuje nazy drukarki sieciowej!"
-#: ../../printerdrake.pm_.c:566 ../../printerdrake.pm_.c:568
+#: ../../printerdrake.pm_.c:887 ../../printerdrake.pm_.c:889
msgid "Printer Device URI"
msgstr "Port drukarki URI:"
-#: ../../printerdrake.pm_.c:567
+#: ../../printerdrake.pm_.c:888
msgid ""
"You can specify directly the URI to access the printer. The URI must fulfill "
"either the CUPS or the Foomatic specifications. Note that not all URI types "
@@ -6609,168 +7411,215 @@ msgstr ""
"either the CUPS or the Foomatic specifications. Note that not all URI types "
"are supported by all the spoolers."
-#: ../../printerdrake.pm_.c:582
+#: ../../printerdrake.pm_.c:903
msgid "A valid URI must be entered!"
msgstr "A valid URI must be entered!"
-#: ../../printerdrake.pm_.c:682
+#: ../../printerdrake.pm_.c:1004
+#, fuzzy
msgid ""
-"Every printer needs a name (for example lp).\n"
-"The Description and Location fields do not need \n"
-"to be filled in. They are comments for the users."
+"Every printer needs a name (for example \"printer\"). The Description and "
+"Location fields do not need to be filled in. They are comments for the users."
msgstr ""
"Kada drukarka musi mie nazw (na przykad lp).\n"
"Pola Opis i Lokalizacja nie musz byc wypeniane.\n"
"S to komentarze dla uytkownikw."
-#: ../../printerdrake.pm_.c:685
+#: ../../printerdrake.pm_.c:1005
msgid "Name of printer"
msgstr "Nazwa drukarki"
-#: ../../printerdrake.pm_.c:686
+#: ../../printerdrake.pm_.c:1006
msgid "Description"
msgstr "Opis"
-#: ../../printerdrake.pm_.c:687
+#: ../../printerdrake.pm_.c:1007
msgid "Location"
msgstr "Lokalizacja"
-#: ../../printerdrake.pm_.c:701
+#: ../../printerdrake.pm_.c:1021
#, fuzzy
msgid "Preparing printer database ..."
msgstr "Odczytywanie bazy sterownikw CUPS..."
-#: ../../printerdrake.pm_.c:793
+#: ../../printerdrake.pm_.c:1112
+#, fuzzy
+msgid "Your printer model"
+msgstr "Drukarka sieciowa"
+
+#: ../../printerdrake.pm_.c:1113
+#, c-format
+msgid ""
+"Printerdrake has compared the model name resulting from the printer auto-"
+"detection with the models listed in its printer database to find the best "
+"match. This choice can be wrong, especially when your printer is not listed "
+"at all in the database. So check whether the choice is correct and click "
+"\"The model is correct\" if so and if not, click \"Select model manually\" "
+"so that you can choose your printer model manually on the next screen.\n"
+"\n"
+"For your printer Printerdrake has found:\n"
+"\n"
+"%s"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1118 ../../printerdrake.pm_.c:1121
+#, fuzzy
+msgid "The model is correct"
+msgstr "Dziaa prawidowo?"
+
+#: ../../printerdrake.pm_.c:1119 ../../printerdrake.pm_.c:1120
+#: ../../printerdrake.pm_.c:1123
+#, fuzzy
+msgid "Select model manually"
+msgstr "Drukarka sieciowa"
+
+#: ../../printerdrake.pm_.c:1139
msgid "Printer model selection"
msgstr "Wybr modelu drukarki"
-#: ../../printerdrake.pm_.c:794
+#: ../../printerdrake.pm_.c:1140
msgid "Which printer model do you have?"
msgstr "Jaki model drukarki posiadasz?"
-#: ../../printerdrake.pm_.c:866
+#: ../../printerdrake.pm_.c:1141
+msgid ""
+"\n"
+"\n"
+"Please check whether Printerdrake did the auto-detection of your printer "
+"model correctly. Search the correct model in the list when the cursor is "
+"standing on a wrong model or on \"Raw printer\"."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1144
+msgid ""
+"If your printer is not listed, choose a compatible (see printer manual) or a "
+"similar one."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1220
#, fuzzy
msgid "OKI winprinter configuration"
msgstr "Internet - konfiguracja"
-#: ../../printerdrake.pm_.c:867
+#: ../../printerdrake.pm_.c:1221
msgid ""
"You are configuring an OKI laser winprinter. These printers\n"
-"use a very special communication protocol and therefore they\n"
-"work only when connected to the first parallel port. When\n"
-"your printer is connected to another port or to a print\n"
-"server box please connect the printer to the first parallel\n"
-"port before you print a test page. Otherwise the printer\n"
-"will not work. Your connection type setting will be ignored\n"
-"by the driver."
+"use a very special communication protocol and therefore they work only when "
+"connected to the first parallel port. When your printer is connected to "
+"another port or to a print server box please connect the printer to the "
+"first parallel port before you print a test page. Otherwise the printer will "
+"not work. Your connection type setting will be ignored by the driver."
msgstr ""
-#: ../../printerdrake.pm_.c:916 ../../printerdrake.pm_.c:946
+#: ../../printerdrake.pm_.c:1264 ../../printerdrake.pm_.c:1291
#, fuzzy
msgid "Lexmark inkjet configuration"
msgstr "Internet - konfiguracja"
-#: ../../printerdrake.pm_.c:917
+#: ../../printerdrake.pm_.c:1265
msgid ""
-"The inkjet printer drivers provided by Lexmark only support\n"
-"local printers, no printers on remote machines or print server\n"
-"boxes. Please connect your printer to a local port or\n"
-"configure it on the machine where it is connected to."
+"The inkjet printer drivers provided by Lexmark only support local printers, "
+"no printers on remote machines or print server boxes. Please connect your "
+"printer to a local port or configure it on the machine where it is connected "
+"to."
msgstr ""
-#: ../../printerdrake.pm_.c:947
+#: ../../printerdrake.pm_.c:1292
msgid ""
-"To be able to print with your Lexmark inkjet and this\n"
-"configuration, you need the inkjet printer drivers\n"
-"provided by Lexmark (http://www.lexmark.com/). Go to\n"
-"the US site and click on the \"Drivers\" button. Then\n"
-"choose your model and afterwards \"Linux\" as\n"
-"operating system. The drivers come as RPM packages\n"
-"or shell scripts with interactive graphical installation.\n"
-"You do not need to do this configuration by the\n"
-"graphical frontends. Cancel directly after the license\n"
-"agreement. Then print printhead alignment pages with\n"
-"\"lexmarkmaintain\" and adjust the head alignment\n"
-"settings with this program."
+"To be able to print with your Lexmark inkjet and this configuration, you "
+"need the inkjet printer drivers provided by Lexmark (http://www.lexmark."
+"com/). Go to the US site and click on the \"Drivers\" button. Then choose "
+"your model and afterwards \"Linux\" as operating system. The drivers come as "
+"RPM packages or shell scripts with interactive graphical installation. You "
+"do not need to do this configuration by the graphical frontends. Cancel "
+"directly after the license agreement. Then print printhead alignment pages "
+"with \"lexmarkmaintain\" and adjust the head alignment settings with this "
+"program."
msgstr ""
-#: ../../printerdrake.pm_.c:1079
+#: ../../printerdrake.pm_.c:1508
msgid ""
"Printer default settings\n"
-"You should make sure that the page size and the\n"
-"ink type (if available) are set correctly. Note\n"
-"that with a very high printout quality printing\n"
-"can get substantially slower."
+"\n"
+"You should make sure that the page size and the ink type/printing mode (if "
+"available) and also the hardware configuration of laser printers (memory, "
+"duplex unit, extra trays) are set correctly. Note that with a very high "
+"printout quality/resolution printing can get substantially slower."
msgstr ""
-#: ../../printerdrake.pm_.c:1090
+#: ../../printerdrake.pm_.c:1517
#, fuzzy, c-format
msgid "Option %s must be an integer number!"
msgstr "Port musi by dodatni liczb cakowit!"
-#: ../../printerdrake.pm_.c:1094
+#: ../../printerdrake.pm_.c:1521
#, fuzzy, c-format
msgid "Option %s must be a number!"
msgstr "Port musi by dodatni liczb cakowit!"
-#: ../../printerdrake.pm_.c:1099
+#: ../../printerdrake.pm_.c:1526
#, c-format
msgid "Option %s out of range!"
msgstr ""
-#: ../../printerdrake.pm_.c:1136
+#: ../../printerdrake.pm_.c:1565
#, fuzzy, c-format
msgid ""
"Do you want to set this printer (\"%s\")\n"
"as the default printer?"
msgstr "Czy chcesz wydrukowa stron testow?"
-#: ../../printerdrake.pm_.c:1152
+#: ../../printerdrake.pm_.c:1582
#, fuzzy
msgid "Test pages"
msgstr "Testowanie portw"
-#: ../../printerdrake.pm_.c:1153
+#: ../../printerdrake.pm_.c:1583
msgid ""
"Please select the test pages you want to print.\n"
-"Note: the photo test page can take a rather long time to get printed\n"
-"and on laser printers with too low memory it can even not come out.\n"
-"In most cases it is enough to print the standard test page."
+"Note: the photo test page can take a rather long time to get printed and on "
+"laser printers with too low memory it can even not come out. In most cases "
+"it is enough to print the standard test page."
msgstr ""
-#: ../../printerdrake.pm_.c:1158
+#: ../../printerdrake.pm_.c:1587
msgid "No test pages"
msgstr ""
-#: ../../printerdrake.pm_.c:1159
+#: ../../printerdrake.pm_.c:1588
#, fuzzy
msgid "Print"
msgstr "Drukarka"
-#: ../../printerdrake.pm_.c:1161
+#: ../../printerdrake.pm_.c:1590
#, fuzzy
msgid "Standard test page"
msgstr "Standardowa"
-#: ../../printerdrake.pm_.c:1164
+#: ../../printerdrake.pm_.c:1593
msgid "Alternative test page (Letter)"
msgstr ""
-#: ../../printerdrake.pm_.c:1167
+#: ../../printerdrake.pm_.c:1596
#, fuzzy
msgid "Alternative test page (A4)"
msgstr "Drukowanie stron/y testowych/ej"
-#: ../../printerdrake.pm_.c:1169
+#: ../../printerdrake.pm_.c:1598
#, fuzzy
msgid "Photo test page"
msgstr "Drukowanie stron/y testowych/ej"
-#: ../../printerdrake.pm_.c:1175 ../../printerdrake.pm_.c:1297
+#: ../../printerdrake.pm_.c:1602
+#, fuzzy
+msgid "Do not print any test page"
+msgstr "Drukowanie stron/y testowych/ej"
+
+#: ../../printerdrake.pm_.c:1610 ../../printerdrake.pm_.c:1747
msgid "Printing test page(s)..."
msgstr "Drukowanie stron/y testowych/ej"
-#: ../../printerdrake.pm_.c:1200
+#: ../../printerdrake.pm_.c:1635
#, fuzzy, c-format
msgid ""
"Test page(s) have been sent to the printer.\n"
@@ -6786,7 +7635,7 @@ msgstr ""
"\n"
"Czy wydruk jest prawidowy?"
-#: ../../printerdrake.pm_.c:1204
+#: ../../printerdrake.pm_.c:1639
#, fuzzy
msgid ""
"Test page(s) have been sent to the printer.\n"
@@ -6796,33 +7645,33 @@ msgstr ""
"Moe chwil potrwa, zanim pojawi si wydruk\n"
"Czy wydruk jest prawidowy?"
-#: ../../printerdrake.pm_.c:1211
+#: ../../printerdrake.pm_.c:1646
msgid "Did it work properly?"
msgstr ""
-#: ../../printerdrake.pm_.c:1229 ../../printerdrake.pm_.c:2025
+#: ../../printerdrake.pm_.c:1667 ../../printerdrake.pm_.c:2732
#, fuzzy
msgid "Raw printer"
msgstr "Brak drukarki"
-#: ../../printerdrake.pm_.c:1237
+#: ../../printerdrake.pm_.c:1685
#, c-format
msgid ""
"To print a file from the command line (terminal window) you can either use "
"the command \"%s <file>\" or a graphical printing tool: \"xpp <file>\" or "
-"\"qtcups <file>\". The graphical tools allow you to choose the printer and "
+"\"kprinter <file>\". The graphical tools allow you to choose the printer and "
"to modify the option settings easily.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:1239
+#: ../../printerdrake.pm_.c:1687
msgid ""
"These commands you can also use in the \"Printing command\" field of the "
"printing dialogs of many applications, but here do not supply the file name "
"because the file to print is provided by the application.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:1242 ../../printerdrake.pm_.c:1254
-#: ../../printerdrake.pm_.c:1266
+#: ../../printerdrake.pm_.c:1690 ../../printerdrake.pm_.c:1706
+#: ../../printerdrake.pm_.c:1716
#, c-format
msgid ""
"\n"
@@ -6831,43 +7680,49 @@ msgid ""
"line, e. g. \"%s <file>\". "
msgstr ""
-#: ../../printerdrake.pm_.c:1244 ../../printerdrake.pm_.c:1284
+#: ../../printerdrake.pm_.c:1693 ../../printerdrake.pm_.c:1732
+#, c-format
msgid ""
-"To get a list of the options available for the current printer read either "
-"the list shown below or click on the \"Print option list\" button.\n"
+"To know about the options available for the current printer read either the "
+"list shown below or click on the \"Print option list\" button.%s\n"
"\n"
msgstr ""
-#: ../../printerdrake.pm_.c:1249 ../../printerdrake.pm_.c:1261
+#: ../../printerdrake.pm_.c:1696
+msgid ""
+"Here is a list of the available printing options for the current printer:\n"
+"\n"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1701 ../../printerdrake.pm_.c:1711
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
"<file>\".\n"
msgstr ""
-#: ../../printerdrake.pm_.c:1251 ../../printerdrake.pm_.c:1263
-#: ../../printerdrake.pm_.c:1275
+#: ../../printerdrake.pm_.c:1703 ../../printerdrake.pm_.c:1713
+#: ../../printerdrake.pm_.c:1723
msgid ""
"This command you can also use in the \"Printing command\" field of the "
"printing dialogs of many applications. But here do not supply the file name "
"because the file to print is provided by the application.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:1256 ../../printerdrake.pm_.c:1268
+#: ../../printerdrake.pm_.c:1708 ../../printerdrake.pm_.c:1718
msgid ""
"To get a list of the options available for the current printer click on the "
-"\"Print option list\" button.\n"
-"\n"
+"\"Print option list\" button."
msgstr ""
-#: ../../printerdrake.pm_.c:1273
+#: ../../printerdrake.pm_.c:1721
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
"<file>\" or \"%s <file>\".\n"
msgstr ""
-#: ../../printerdrake.pm_.c:1277
+#: ../../printerdrake.pm_.c:1725
msgid ""
"You can also use the graphical interface \"xpdq\" for setting options and "
"handling printing jobs.\n"
@@ -6877,7 +7732,7 @@ msgid ""
"jams.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:1281
+#: ../../printerdrake.pm_.c:1729
#, c-format
msgid ""
"\n"
@@ -6886,85 +7741,122 @@ msgid ""
"line, e. g. \"%s <file>\".\n"
msgstr ""
-#: ../../printerdrake.pm_.c:1292
+#: ../../printerdrake.pm_.c:1738 ../../printerdrake.pm_.c:1744
+#: ../../printerdrake.pm_.c:1745 ../../printerdrake.pm_.c:1746
+#: ../../printerdrake.pm_.c:2716 ../../standalone/drakbackup_.c:754
+#: ../../standalone/drakbackup_.c:2458 ../../standalone/drakfont_.c:577
+#: ../../standalone/drakfont_.c:791
+msgid "Close"
+msgstr "Zamknij"
+
+#: ../../printerdrake.pm_.c:1741 ../../printerdrake.pm_.c:1753
+#, fuzzy, c-format
+msgid "Printing/Scanning on \"%s\""
+msgstr "Zatrzymywanie sieci"
+
+#: ../../printerdrake.pm_.c:1742 ../../printerdrake.pm_.c:1754
#, fuzzy, c-format
msgid "Printing on the printer \"%s\""
msgstr "Zatrzymywanie sieci"
-#: ../../printerdrake.pm_.c:1294
+#: ../../printerdrake.pm_.c:1744
#, fuzzy
msgid "Print option list"
msgstr "Opcje drukarki"
-#: ../../printerdrake.pm_.c:1318 ../../printerdrake.pm_.c:1741
-#: ../../standalone/printerdrake_.c:48
+#: ../../printerdrake.pm_.c:1766
+#, c-format
+msgid ""
+"Your HP multi-function device was configured automatically to be able to "
+"scan. Now you can scan with \"scanimage\" (\"scanimage -d hp:%s\" to specify "
+"the scanner when you have more than one) from the command line or with the "
+"graphical interfaces \"xscanimage\" or \"xsane\". If you are using the GIMP, "
+"you can also scan by choosing the appropriate point in the \"File\"/\"Acquire"
+"\" menu. Call also \"man scanimage\" and \"man sane-hp\" on the command line "
+"to get more information.\n"
+"\n"
+"Do not use \"scannerdrake\" for this device!"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1772
+#, c-format
+msgid ""
+"Your HP multi-function device was configured automatically to be able to "
+"scan. Now you can scan from the command line with \"ptal-hp %s scan ...\". "
+"Scanning via a graphical interface or from the GIMP is not supported yet for "
+"your device. More information you will find in the \"/usr/share/doc/hpoj-0.8/"
+"ptal-hp-scan.html\" file on your system. If you have an HP LaserJet 1100 or "
+"1200 you can only scan when you have the scanner option installed.\n"
+"\n"
+"Do not use \"scannerdrake\" for this device!"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1794 ../../printerdrake.pm_.c:2221
+#: ../../printerdrake.pm_.c:2485 ../../standalone/printerdrake_.c:49
msgid "Reading printer data ..."
msgstr ""
-#: ../../printerdrake.pm_.c:1338 ../../printerdrake.pm_.c:1376
-#: ../../printerdrake.pm_.c:1411
+#: ../../printerdrake.pm_.c:1814 ../../printerdrake.pm_.c:1842
+#: ../../printerdrake.pm_.c:1877
#, fuzzy
msgid "Transfer printer configuration"
msgstr "Internet - konfiguracja"
-#: ../../printerdrake.pm_.c:1339
+#: ../../printerdrake.pm_.c:1815
#, c-format
msgid ""
-"You can copy the printer configuration which you have done \n"
-"for the spooler %s to %s, your current spooler. All the\n"
-"configuration data (printer name, description, location, \n"
-"connection type, and default option settings) is overtaken,\n"
-"but jobs will not be transferred.\n"
-"Not all queues can be transferred due to the following \n"
-"reasons:\n"
+"You can copy the printer configuration which you have done for the spooler %"
+"s to %s, your current spooler. All the configuration data (printer name, "
+"description, location, connection type, and default option settings) is "
+"overtaken, but jobs will not be transferred.\n"
+"Not all queues can be transferred due to the following reasons:\n"
msgstr ""
-#: ../../printerdrake.pm_.c:1347
+#: ../../printerdrake.pm_.c:1818
msgid ""
-"CUPS does not support printers on Novell servers or printers\n"
-"sending the data into a free-formed command.\n"
+"CUPS does not support printers on Novell servers or printers sending the "
+"data into a free-formed command.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:1350
+#: ../../printerdrake.pm_.c:1820
msgid ""
-"PDQ only supports local printers, remote LPD printers, and\n"
-"Socket/TCP printers.\n"
+"PDQ only supports local printers, remote LPD printers, and Socket/TCP "
+"printers.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:1353
+#: ../../printerdrake.pm_.c:1822
msgid "LPD and LPRng do not support IPP printers.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:1355
+#: ../../printerdrake.pm_.c:1824
msgid ""
-"In addition, queues not created with this program or\n"
-"\"foomatic-configure\" cannot be transferred."
+"In addition, queues not created with this program or \"foomatic-configure\" "
+"cannot be transferred."
msgstr ""
-#: ../../printerdrake.pm_.c:1357
+#: ../../printerdrake.pm_.c:1825
msgid ""
"\n"
-"Also printers configured with the PPD files provided by\n"
-"their manufacturers or with native CUPS drivers can not be\n"
-"transferred."
+"Also printers configured with the PPD files provided by their manufacturers "
+"or with native CUPS drivers cannot be transferred."
msgstr ""
-#: ../../printerdrake.pm_.c:1360
+#: ../../printerdrake.pm_.c:1826
msgid ""
"\n"
"Mark the printers which you want to transfer and click \n"
"\"Transfer\"."
msgstr ""
-#: ../../printerdrake.pm_.c:1363
+#: ../../printerdrake.pm_.c:1829
msgid "Do not transfer printers"
msgstr ""
-#: ../../printerdrake.pm_.c:1364 ../../printerdrake.pm_.c:1381
+#: ../../printerdrake.pm_.c:1830 ../../printerdrake.pm_.c:1847
msgid "Transfer"
msgstr ""
-#: ../../printerdrake.pm_.c:1377
+#: ../../printerdrake.pm_.c:1843
#, c-format
msgid ""
"A printer named \"%s\" already exists under %s. \n"
@@ -6972,301 +7864,357 @@ msgid ""
"You can also type a new name or skip this printer."
msgstr ""
-#: ../../printerdrake.pm_.c:1385
+#: ../../printerdrake.pm_.c:1851
msgid "Name of printer should contain only letters, numbers and the underscore"
msgstr ""
"Nazwa drukarki powinna zawiera tylko litery, cyfry i znak podkrelenia"
-#: ../../printerdrake.pm_.c:1390
+#: ../../printerdrake.pm_.c:1856
#, c-format
msgid ""
"The printer \"%s\" already exists,\n"
"do you really want to overwrite its configuration?"
msgstr ""
-#: ../../printerdrake.pm_.c:1398
+#: ../../printerdrake.pm_.c:1864
#, fuzzy
msgid "New printer name"
msgstr "Brak drukarki"
-#: ../../printerdrake.pm_.c:1401
+#: ../../printerdrake.pm_.c:1867
#, c-format
msgid "Transferring %s ..."
msgstr ""
-#: ../../printerdrake.pm_.c:1412
+#: ../../printerdrake.pm_.c:1878
#, c-format
msgid ""
-"You have transferred your former default printer (\"%s\"),\n"
-"Should it be also the default printer under the\n"
-"new printing system %s?"
+"You have transferred your former default printer (\"%s\"), Should it be also "
+"the default printer under the new printing system %s?"
msgstr ""
-#: ../../printerdrake.pm_.c:1423
+#: ../../printerdrake.pm_.c:1887
#, fuzzy
msgid "Refreshing printer data ..."
msgstr "Odczytywanie bazy sterownikw CUPS..."
-#: ../../printerdrake.pm_.c:1431 ../../printerdrake.pm_.c:1494
-#: ../../printerdrake.pm_.c:1515
+#: ../../printerdrake.pm_.c:1895 ../../printerdrake.pm_.c:1966
+#: ../../printerdrake.pm_.c:1978
#, fuzzy
msgid "Configuration of a remote printer"
msgstr "Konfiguracja Lilo/Grub"
-#: ../../printerdrake.pm_.c:1432
+#: ../../printerdrake.pm_.c:1896
#, fuzzy
msgid "Starting network ..."
msgstr "Otwieranie poczenia..."
-#: ../../printerdrake.pm_.c:1454 ../../printerdrake.pm_.c:1462
-#: ../../printerdrake.pm_.c:1464
+#: ../../printerdrake.pm_.c:1930 ../../printerdrake.pm_.c:1934
+#: ../../printerdrake.pm_.c:1936
#, fuzzy
msgid "Configure the network now"
msgstr "Konfiguracja sieci"
-#: ../../printerdrake.pm_.c:1455
+#: ../../printerdrake.pm_.c:1931
#, fuzzy
msgid "Network functionality not configured"
msgstr "Nie skonfigurowano monitora"
-#: ../../printerdrake.pm_.c:1456
+#: ../../printerdrake.pm_.c:1932
msgid ""
-"You are going to configure a remote printer. This needs working\n"
-"network access, but your network is not configured yet. If you\n"
-"go on without network configuration, you will not be able to use\n"
-"the printer which you are configuring now. How do you want \n"
-"to proceed?"
+"You are going to configure a remote printer. This needs working network "
+"access, but your network is not configured yet. If you go on without network "
+"configuration, you will not be able to use the printer which you are "
+"configuring now. How do you want to proceed?"
msgstr ""
-#: ../../printerdrake.pm_.c:1463
+#: ../../printerdrake.pm_.c:1935
#, fuzzy
msgid "Go on without configuring the network"
msgstr "Konfiguracja sieci"
-#: ../../printerdrake.pm_.c:1496
+#: ../../printerdrake.pm_.c:1968
msgid ""
-"The network configuration done during the installation \n"
-"cannot be started now. Please check whether the network\n"
-"gets accessable after booting your system and correct the\n"
-"configuration using the Mandrake Control Center, section\n"
-"\"Network & Internet\"/\"Connection\", and afterwards set\n"
-"up the printer, also using the Mandrake Control Center,\n"
-"section \"Hardware\"/\"Printer\""
+"The network configuration done during the installation cannot be started "
+"now. Please check whether the network gets accessable after booting your "
+"system and correct the configuration using the Mandrake Control Center, "
+"section \"Network & Internet\"/\"Connection\", and afterwards set up the "
+"printer, also using the Mandrake Control Center, section \"Hardware\"/"
+"\"Printer\""
msgstr ""
-#: ../../printerdrake.pm_.c:1503
+#: ../../printerdrake.pm_.c:1969
msgid ""
-"The network access was not running and could not be \n"
-"started. Please check your configuration and your \n"
-"hardware. Then try to configure your remote printer\n"
-"again."
+"The network access was not running and could not be started. Please check "
+"your configuration and your hardware. Then try to configure your remote "
+"printer again."
msgstr ""
-#: ../../printerdrake.pm_.c:1516
+#: ../../printerdrake.pm_.c:1979
#, fuzzy
msgid "Restarting printing system ..."
msgstr "Jakiego systemu wydruku zamierzasz uywa?"
-#: ../../printerdrake.pm_.c:1548
+#: ../../printerdrake.pm_.c:2017
#, fuzzy
msgid "high"
msgstr "Wysoki"
-#: ../../printerdrake.pm_.c:1548
+#: ../../printerdrake.pm_.c:2017
#, fuzzy
msgid "paranoid"
msgstr "Paranoidalny"
-#: ../../printerdrake.pm_.c:1549
+#: ../../printerdrake.pm_.c:2018
#, c-format
msgid "Installing a printing system in the %s security level"
msgstr ""
-#: ../../printerdrake.pm_.c:1550
+#: ../../printerdrake.pm_.c:2019
#, c-format
msgid ""
-"You are about to install the printing system %s on\n"
-"a system running in the %s security level.\n"
+"You are about to install the printing system %s on a system running in the %"
+"s security level.\n"
"\n"
-"This printing system runs a daemon (background process)\n"
-"which waits for print jobs and handles them. This daemon\n"
-"is also accessable by remote machines through the network\n"
-"and so it is a possible point for attacks. Therefore only\n"
-"a few selected daemons are started by default in this\n"
+"This printing system runs a daemon (background process) which waits for "
+"print jobs and handles them. This daemon is also accessable by remote "
+"machines through the network and so it is a possible point for attacks. "
+"Therefore only a few selected daemons are started by default in this "
"security level.\n"
"\n"
-"Do you really want to configure printing on this\n"
-"machine?"
+"Do you really want to configure printing on this machine?"
msgstr ""
-#: ../../printerdrake.pm_.c:1584
+#: ../../printerdrake.pm_.c:2051
#, fuzzy
msgid "Starting the printing system at boot time"
msgstr "Jakiego systemu wydruku zamierzasz uywa?"
-#: ../../printerdrake.pm_.c:1585
+#: ../../printerdrake.pm_.c:2052
#, c-format
msgid ""
-"The printing system (%s) will not be started automatically\n"
-"when the machine is booted.\n"
+"The printing system (%s) will not be started automatically when the machine "
+"is booted.\n"
"\n"
-"It is possible that the automatic starting was turned off \n"
-"by changing to a higher security level, because the printing\n"
-"system is a potential point for attacks.\n"
+"It is possible that the automatic starting was turned off by changing to a "
+"higher security level, because the printing system is a potential point for "
+"attacks.\n"
"\n"
-"Do you want to have the automatic starting of the printing\n"
-"system turned on again?"
+"Do you want to have the automatic starting of the printing system turned on "
+"again?"
msgstr ""
-#: ../../printerdrake.pm_.c:1612 ../../printerdrake.pm_.c:1644
-#: ../../printerdrake.pm_.c:1671 ../../printerdrake.pm_.c:1701
-#: ../../printerdrake.pm_.c:1778
+#: ../../printerdrake.pm_.c:2075 ../../printerdrake.pm_.c:2113
+#: ../../printerdrake.pm_.c:2143 ../../printerdrake.pm_.c:2176
+#: ../../printerdrake.pm_.c:2281
msgid "Checking installed software..."
msgstr ""
-#: ../../printerdrake.pm_.c:1648
+#: ../../printerdrake.pm_.c:2117
msgid "Removing LPRng..."
msgstr ""
-#: ../../printerdrake.pm_.c:1675
+#: ../../printerdrake.pm_.c:2147
msgid "Removing LPD..."
msgstr ""
-#: ../../printerdrake.pm_.c:1727
+#: ../../printerdrake.pm_.c:2205
msgid "Select Printer Spooler"
msgstr "Wybierz system wydruku"
-#: ../../printerdrake.pm_.c:1728
+#: ../../printerdrake.pm_.c:2206
msgid "Which printing system (spooler) do you want to use?"
msgstr "Jakiego systemu wydruku zamierzasz uywa?"
-#: ../../printerdrake.pm_.c:1759
+#: ../../printerdrake.pm_.c:2239
#, fuzzy, c-format
msgid "Configuring printer \"%s\" ..."
msgstr "Konfiguracja drukarki"
-#: ../../printerdrake.pm_.c:1806 ../../printerdrake.pm_.c:1838
-#: ../../printerdrake.pm_.c:2026 ../../printerdrake.pm_.c:2088
+#: ../../printerdrake.pm_.c:2252
+#, fuzzy
+msgid "Installing Foomatic ..."
+msgstr "Instalowanie pakietu %s"
+
+#: ../../printerdrake.pm_.c:2309 ../../printerdrake.pm_.c:2348
+#: ../../printerdrake.pm_.c:2733 ../../printerdrake.pm_.c:2803
msgid "Printer options"
msgstr "Opcje drukarki"
-#: ../../printerdrake.pm_.c:1815
+#: ../../printerdrake.pm_.c:2318
msgid "Preparing PrinterDrake ..."
msgstr ""
-#: ../../printerdrake.pm_.c:1845
+#: ../../printerdrake.pm_.c:2335 ../../printerdrake.pm_.c:2890
+#, fuzzy
+msgid "Configuring applications..."
+msgstr "Konfiguracja drukarki"
+
+#: ../../printerdrake.pm_.c:2355
msgid "Would you like to configure printing?"
msgstr "Czy chcesz skonfigurowa drukowanie?"
-#: ../../printerdrake.pm_.c:1857
+#: ../../printerdrake.pm_.c:2367
msgid "Printing system: "
msgstr ""
-#: ../../printerdrake.pm_.c:1879
+#: ../../printerdrake.pm_.c:2415
+#, fuzzy
+msgid "Printerdrake"
+msgstr "Drukarka"
+
+#: ../../printerdrake.pm_.c:2419
+#, fuzzy
msgid ""
-"The following printers are configured.\n"
-"Click on one of them to modify it or\n"
-"to get information about it or on \n"
-"\"Add Printer\" to add a new printer."
+"The following printers are configured. Double-click on a printer to change "
+"its settings; to make it the default printer; to view information about it; "
+"or to make a printer on a remote CUPS server available for Star Office/"
+"OpenOffice.org."
msgstr ""
+"Istniej nastpujce kolejki wydruku.\n"
+"Moesz doda nastpne lub zmieni istniejce."
-#: ../../printerdrake.pm_.c:1885 ../../standalone/draknet_.c:301
-msgid "Normal Mode"
-msgstr "Tryb zwyky"
-
-#: ../../printerdrake.pm_.c:1891 ../../printerdrake.pm_.c:2010
-msgid " (Default)"
-msgstr " (Domylne)"
-
-#: ../../printerdrake.pm_.c:1895 ../../printerdrake.pm_.c:1935
+#: ../../printerdrake.pm_.c:2420
#, fuzzy
-msgid "Printer(s) on remote CUPS server(s)"
-msgstr "Zdalny serwer CUPS"
+msgid ""
+"The following printers are configured. Double-click on a printer to change "
+"its settings; to make it the default printer; or to view information about "
+"it."
+msgstr ""
+"Istniej nastpujce kolejki wydruku.\n"
+"Moesz doda nastpne lub zmieni istniejce."
+
+#: ../../printerdrake.pm_.c:2446
+msgid "Refresh printer list (to display all available remote CUPS printers)"
+msgstr ""
-#: ../../printerdrake.pm_.c:1896 ../../printerdrake.pm_.c:1936
+#: ../../printerdrake.pm_.c:2464
#, fuzzy
-msgid "Printer(s) on remote server(s)"
-msgstr "Zdalny serwer CUPS"
+msgid "Change the printing system"
+msgstr "Konfiguracja sieci"
-#: ../../printerdrake.pm_.c:1898 ../../printerdrake.pm_.c:1919
-#: ../../printerdrake.pm_.c:1922 ../../printerdrake.pm_.c:1971
-msgid "Add printer"
-msgstr "Dodaj drukark"
+#: ../../printerdrake.pm_.c:2469 ../../standalone/draknet_.c:278
+msgid "Normal Mode"
+msgstr "Tryb zwyky"
-#: ../../printerdrake.pm_.c:1977 ../../printerdrake.pm_.c:1993
-#: ../../printerdrake.pm_.c:2128
+#: ../../printerdrake.pm_.c:2625 ../../printerdrake.pm_.c:2675
+#: ../../printerdrake.pm_.c:2884
#, fuzzy
msgid "Do you want to configure another printer?"
msgstr "Chcesz przetestowa t konfiguracj?"
-#: ../../printerdrake.pm_.c:2003
+#: ../../printerdrake.pm_.c:2711
#, fuzzy
msgid "Modify printer configuration"
msgstr "Internet - konfiguracja"
-#: ../../printerdrake.pm_.c:2004
-#, c-format
+#: ../../printerdrake.pm_.c:2713
+#, fuzzy, c-format
msgid ""
-"Printer %s: %s %s\n"
+"Printer %s\n"
"What do you want to modify on this printer?"
-msgstr ""
+msgstr "Chcesz przetestowa t konfiguracj?"
-#: ../../printerdrake.pm_.c:2012
+#: ../../printerdrake.pm_.c:2717
msgid "Do it!"
msgstr ""
-#: ../../printerdrake.pm_.c:2015 ../../printerdrake.pm_.c:2062
+#: ../../printerdrake.pm_.c:2722 ../../printerdrake.pm_.c:2777
#, fuzzy
msgid "Printer connection type"
msgstr "Poczenie z Internetem"
-#: ../../printerdrake.pm_.c:2016 ../../printerdrake.pm_.c:2066
+#: ../../printerdrake.pm_.c:2723 ../../printerdrake.pm_.c:2781
#, fuzzy
msgid "Printer name, description, location"
msgstr "Wybr modelu drukarki"
-#: ../../printerdrake.pm_.c:2018 ../../printerdrake.pm_.c:2081
+#: ../../printerdrake.pm_.c:2725 ../../printerdrake.pm_.c:2796
msgid "Printer manufacturer, model, driver"
msgstr ""
-#: ../../printerdrake.pm_.c:2019 ../../printerdrake.pm_.c:2082
+#: ../../printerdrake.pm_.c:2726 ../../printerdrake.pm_.c:2797
msgid "Printer manufacturer, model"
msgstr ""
-#: ../../printerdrake.pm_.c:2028 ../../printerdrake.pm_.c:2092
+#: ../../printerdrake.pm_.c:2735 ../../printerdrake.pm_.c:2807
msgid "Set this printer as the default"
msgstr ""
-#: ../../printerdrake.pm_.c:2029 ../../printerdrake.pm_.c:2097
+#: ../../printerdrake.pm_.c:2737 ../../printerdrake.pm_.c:2812
+msgid "Add this printer to Star Office/OpenOffice.org"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:2738 ../../printerdrake.pm_.c:2821
+msgid "Remove this printer from Star Office/OpenOffice.org"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:2739 ../../printerdrake.pm_.c:2830
#, fuzzy
msgid "Print test pages"
msgstr "Drukowanie stron/y testowych/ej"
-#: ../../printerdrake.pm_.c:2030 ../../printerdrake.pm_.c:2099
-msgid "Know how to print with this printer"
-msgstr ""
+#: ../../printerdrake.pm_.c:2740 ../../printerdrake.pm_.c:2832
+#, fuzzy
+msgid "Know how to use this printer"
+msgstr "Chcesz przetestowa t konfiguracj?"
-#: ../../printerdrake.pm_.c:2031 ../../printerdrake.pm_.c:2101
+#: ../../printerdrake.pm_.c:2742 ../../printerdrake.pm_.c:2834
#, fuzzy
msgid "Remove printer"
msgstr "Drukarka sieciowa"
-#: ../../printerdrake.pm_.c:2071
+#: ../../printerdrake.pm_.c:2786
#, fuzzy, c-format
msgid "Removing old printer \"%s\" ..."
msgstr "Drukarka sieciowa"
-#: ../../printerdrake.pm_.c:2096
+#: ../../printerdrake.pm_.c:2810
+#, fuzzy
+msgid "Default printer"
+msgstr "Drukarka lokalna"
+
+#: ../../printerdrake.pm_.c:2811
#, c-format
msgid "The printer \"%s\" is set as the default printer now."
msgstr ""
-#: ../../printerdrake.pm_.c:2103
+#: ../../printerdrake.pm_.c:2815 ../../printerdrake.pm_.c:2818
+msgid "Adding printer to Star Office/OpenOffice.org"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:2816
+#, c-format
+msgid ""
+"The printer \"%s\" was successfully added to Star Office/OpenOffice.org."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:2819
+#, c-format
+msgid "Failed to add the printer \"%s\" to Star Office/OpenOffice.org."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:2824 ../../printerdrake.pm_.c:2827
+msgid "Removing printer from Star Office/OpenOffice.org"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:2825
+#, c-format
+msgid ""
+"The printer \"%s\" was successfully removed from Star Office/OpenOffice.org."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:2828
+#, c-format
+msgid "Failed to remove the printer \"%s\" from Star Office/OpenOffice.org."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:2836
#, fuzzy, c-format
msgid "Do you really want to remove the printer \"%s\"?"
msgstr "Chcesz zrestartowa sie?"
-#: ../../printerdrake.pm_.c:2105
+#: ../../printerdrake.pm_.c:2838
#, fuzzy, c-format
msgid "Removing printer \"%s\" ..."
msgstr "Drukarka sieciowa"
@@ -7371,15 +8319,15 @@ msgstr "mkraid pad ( moe brak raidtools)?"
msgid "Not enough partitions for RAID level %d\n"
msgstr "Za mao partycji dla RAID poziom %d\n"
-#: ../../services.pm_.c:15
+#: ../../services.pm_.c:14
msgid "Launch the ALSA (Advanced Linux Sound Architecture) sound system"
msgstr "Uruchamia podsystem dwiku ALSA (Advanced Linux Sound Architecture)"
-#: ../../services.pm_.c:16
+#: ../../services.pm_.c:15
msgid "Anacron a periodic command scheduler."
msgstr "Anacron - program uruchamiajcy okresowo zadania."
-#: ../../services.pm_.c:17
+#: ../../services.pm_.c:16
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."
@@ -7387,7 +8335,7 @@ msgstr ""
"Apmd przekazuje przez syslog informacje o stanie akumulatorw.\n"
"Umoliwia take zamknicie systemu, gdy s one zbyt wyadowane."
-#: ../../services.pm_.c:19
+#: ../../services.pm_.c:18
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."
@@ -7396,7 +8344,7 @@ msgstr ""
"\"\n"
"oraz wykonuje zadania wsadowe, gdy obcienie systemu jest niewielkie."
-#: ../../services.pm_.c:21
+#: ../../services.pm_.c:20
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 "
@@ -7406,7 +8354,7 @@ msgstr ""
"Cron jest standardowym programem unixowym, ktry zarzdza wykonywaniem\n"
"programw uytkownika w okrelonych przez niego porach."
-#: ../../services.pm_.c:24
+#: ../../services.pm_.c:23
msgid ""
"GPM adds mouse support to text-based Linux applications such the\n"
"Midnight Commander. It also allows mouse-based console cut-and-paste "
@@ -7417,7 +8365,7 @@ msgstr ""
"pracujcych pod konsol Linuxa jak np. Midnigth Commander.\n"
"Umoliwia operacje Wytnij-Wklej oraz wybr opcji poprzez wyskakujce menu."
-#: ../../services.pm_.c:27
+#: ../../services.pm_.c:26
msgid ""
"HardDrake runs a hardware probe, and optionally configures\n"
"new/changed hardware."
@@ -7425,15 +8373,14 @@ msgstr ""
"HardDrake przeprowadza wykrywanie sprztu oraz opcjonalnie \n"
"konfiguruje nowy lub zmieniony sprzt."
-#: ../../services.pm_.c:29
+#: ../../services.pm_.c:28 ../../standalone/logdrake_.c:412
msgid ""
-"Apache is a World Wide Web server. It is used to serve HTML files\n"
-"and CGI."
+"Apache is a World Wide Web server. It is used to serve HTML files and CGI."
msgstr ""
"Apache to serwer WWW. Jest uywany do udostpniania plikw \n"
"HTML i CGI w Internecie/Intranecie."
-#: ../../services.pm_.c:31
+#: ../../services.pm_.c:29
msgid ""
"The internet superserver daemon (commonly called inetd) starts a\n"
"variety of other internet services as needed. It is responsible for "
@@ -7446,7 +8393,7 @@ msgstr ""
"takich jak telnet, ftp, rsh i rlogin.\n"
" Wyczenie go uniemoliwia korzystanie z tych usug."
-#: ../../services.pm_.c:35
+#: ../../services.pm_.c:33
msgid ""
"Launch packet filtering for Linux kernel 2.2 series, to set\n"
"up a firewall to protect your machine from network attacks."
@@ -7454,7 +8401,7 @@ msgstr ""
"Uruchomienie filtrowania pakietw dla kernela Linuxa w wersji 2.2\n"
"zabezpiecza komputer przed atakiem z sieci."
-#: ../../services.pm_.c:37
+#: ../../services.pm_.c:35
msgid ""
"This package loads the selected keyboard map as set in\n"
"/etc/sysconfig/keyboard. This can be selected using the kbdconfig utility.\n"
@@ -7464,7 +8411,7 @@ msgstr ""
"pliku /etc/sysconfig/keyboard. Mog one by przeczane przy pomocy\n"
"narzdzia kbdconfig. Powinien by uruchomiony w wikszoci przypadkw."
-#: ../../services.pm_.c:40
+#: ../../services.pm_.c:38
msgid ""
"Automatic regeneration of kernel header in /boot for\n"
"/usr/include/linux/{autoconf,version}.h"
@@ -7472,11 +8419,11 @@ msgstr ""
"Automatyczna regenracja nagwkw kernela w /boot\n"
"dla /usr/include/linux/{autoconf,version}.h"
-#: ../../services.pm_.c:42
+#: ../../services.pm_.c:40
msgid "Automatic detection and configuration of hardware at boot."
msgstr "Automatyczne wykrywanie i konfiguracja sprztu przy uruchomieniu"
-#: ../../services.pm_.c:43
+#: ../../services.pm_.c:41
msgid ""
"Linuxconf will sometimes arrange to perform various tasks\n"
"at boot-time to maintain the system configuration."
@@ -7484,7 +8431,7 @@ msgstr ""
"LinuxConf umoliwia przeprowadzenie podczas uruchamiania\n"
"rnych zada zwizanych z konserwacj systemu."
-#: ../../services.pm_.c:45
+#: ../../services.pm_.c:43
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)."
@@ -7492,7 +8439,7 @@ msgstr ""
"Lpd to demon, konieczny do prawidowego dziaania lpr,a przez to caego \n"
"systemu drukowania."
-#: ../../services.pm_.c:47
+#: ../../services.pm_.c:45
msgid ""
"Linux Virtual Server, used to build a high-performance and highly\n"
"available server."
@@ -7500,15 +8447,16 @@ msgstr ""
"Wirtualny Serwer linuxowy uywane jest przy tworzeniu bardzo wydajnych\n"
"serwerw o duej niezwodnoci."
-#: ../../services.pm_.c:49
+#: ../../services.pm_.c:47 ../../standalone/logdrake_.c:413
+#, fuzzy
msgid ""
-"named (BIND) is a Domain Name Server (DNS) that is used to resolve\n"
-"host names to IP addresses."
+"named (BIND) is a Domain Name Server (DNS) that is used to resolve host "
+"names to IP addresses."
msgstr ""
"Named (BIND) to DNS -czyli serwer, umoliwiajcy tumaczenie\n"
"nazw komputerw na ich adresy IP."
-#: ../../services.pm_.c:51
+#: ../../services.pm_.c:48
msgid ""
"Mounts and unmounts all Network File System (NFS), SMB (Lan\n"
"Manager/Windows), and NCP (NetWare) mount points."
@@ -7516,7 +8464,7 @@ msgstr ""
"Montuje i odmontowuje wszystkie punkty zamontowania systemw plikw \n"
"NFS ( sieciowe systemy plikw), SMB {LAN Manager/Windows} i NCP ( NetWare)."
-#: ../../services.pm_.c:53
+#: ../../services.pm_.c:50
msgid ""
"Activates/Deactivates all network interfaces configured to start\n"
"at boot time."
@@ -7524,7 +8472,7 @@ msgstr ""
"Wcza/wycza skonfigurowane interfejsy sieciowe\n"
"podczas uruchamiania systemu."
-#: ../../services.pm_.c:55
+#: ../../services.pm_.c:52
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"
@@ -7533,7 +8481,7 @@ msgstr ""
"NFS jest popularnym protokoem udostpniania plikw w sieci TCP/IP.\n"
"Ta usuga uruchamia konfigurowany przez plik /etc/exports serwer NFS."
-#: ../../services.pm_.c:58
+#: ../../services.pm_.c:55
msgid ""
"NFS is a popular protocol for file sharing across TCP/IP\n"
"networks. This service provides NFS file locking functionality."
@@ -7541,7 +8489,7 @@ msgstr ""
"NFS jest popularnym protokoem udostpniania plikw w sieci TCP/IP.\n"
"Ta usuga umoliwia dziaanie w NFS funkcji blokowania plikw."
-#: ../../services.pm_.c:60
+#: ../../services.pm_.c:57
msgid ""
"Automatically switch on numlock key locker under console\n"
"and XFree at boot."
@@ -7549,13 +8497,13 @@ msgstr ""
"Automatycznie wacza klawiatur numeryczn przy uruchamianiu \n"
"w trybie konsoli oraz graficznym."
-#: ../../services.pm_.c:62
+#: ../../services.pm_.c:59
msgid "Support the OKI 4w and compatible winprinters."
msgstr ""
"Zapewnia obsug drukarek OKI dla Windows\n"
"oraz kompatybilnych windrukarek."
-#: ../../services.pm_.c:63
+#: ../../services.pm_.c:60
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 "
@@ -7567,7 +8515,7 @@ msgstr ""
"a wic bezpiecznie moe by instalowany nawet na maszynach, ktre go nie \n"
"potrzebuj."
-#: ../../services.pm_.c:66
+#: ../../services.pm_.c:63
msgid ""
"The portmapper manages RPC connections, which are used by\n"
"protocols such as NFS and NIS. The portmap server must be running on "
@@ -7578,21 +8526,22 @@ msgstr ""
"NFS i NIS. Jeeli Twoja maszyna jest serwerem dla protokow, ktre \n"
"wykorzystuj RPC, naley go uruchomi na starcie."
-#: ../../services.pm_.c:69
+#: ../../services.pm_.c:66 ../../standalone/logdrake_.c:415
+#, fuzzy
msgid ""
-"Postfix is a Mail Transport Agent, which is the program that\n"
-"moves mail from one machine to another."
+"Postfix is a Mail Transport Agent, which is the program that moves mail from "
+"one machine to another."
msgstr ""
"Postfix to agent pocztowy (MTA),\n"
"przesyajcy poczt midzy maszynami."
-#: ../../services.pm_.c:71
+#: ../../services.pm_.c:67
msgid ""
"Saves and restores system entropy pool for higher quality random\n"
"number generation."
msgstr "Polepsza generacj liczb pseudolosowych."
-#: ../../services.pm_.c:73
+#: ../../services.pm_.c:69
msgid ""
"Assign raw devices to block devices (such as hard drive\n"
"partitions), for the use of applications such as Oracle"
@@ -7600,7 +8549,7 @@ msgstr ""
"Przypisuje \"surowe\" urzdzenia do urzdze blokowych\n"
"(np dyskw) dla aplikacji typu Oracle"
-#: ../../services.pm_.c:75
+#: ../../services.pm_.c:71
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"
@@ -7610,7 +8559,7 @@ msgstr ""
"stosowany w maych sieciach protok RIP. W wikszych sieciach stosuje\n"
"si bardziej zoone protokoy routingu."
-#: ../../services.pm_.c:78
+#: ../../services.pm_.c:74
msgid ""
"The rstat protocol allows users on a network to retrieve\n"
"performance metrics for any machine on that network."
@@ -7618,7 +8567,7 @@ msgstr ""
"Protok rstat umoliwia uytkownikowi sieci monitorowanie \n"
"wydajnoci innych maszyn w sieci."
-#: ../../services.pm_.c:80
+#: ../../services.pm_.c:76
msgid ""
"The rusers protocol allows users on a network to identify who is\n"
"logged in on other responding machines."
@@ -7626,7 +8575,7 @@ msgstr ""
"Protok rusers pozwala na sprawdzanie, kto jest zalogowany na innych,\n"
"dostpnych maszynach w sieci."
-#: ../../services.pm_.c:82
+#: ../../services.pm_.c:78
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)."
@@ -7635,11 +8584,11 @@ msgstr ""
"w sieci.\n"
"ktre maj wczony demon rwho (podobny do finger)."
-#: ../../services.pm_.c:84
+#: ../../services.pm_.c:80
msgid "Launch the sound system on your machine"
msgstr "Uruchamia podsystem dwiku w komputerze"
-#: ../../services.pm_.c:85
+#: ../../services.pm_.c:81
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."
@@ -7648,48 +8597,48 @@ msgstr ""
"dokonywanie wpisw do rnych plikw \"dziennikowych\" ( log files).\n"
"Jego uruchomienie jest zalecane."
-#: ../../services.pm_.c:87
+#: ../../services.pm_.c:83
msgid "Load the drivers for your usb devices."
msgstr "aduje sterowniki urzdze USB."
-#: ../../services.pm_.c:88
+#: ../../services.pm_.c:84
msgid "Starts the X Font Server (this is mandatory for XFree to run)."
msgstr "Uruchamia serwer czcionek (konieczny do dziaania XFree)."
-#: ../../services.pm_.c:114 ../../services.pm_.c:156
+#: ../../services.pm_.c:110 ../../services.pm_.c:152
msgid "Choose which services should be automatically started at boot time"
msgstr "Wybierz usugi automatycznie uruchamiane podczas startu"
-#: ../../services.pm_.c:126
+#: ../../services.pm_.c:122
#, fuzzy
msgid "Printing"
msgstr "Drukarka"
-#: ../../services.pm_.c:127
+#: ../../services.pm_.c:123
msgid "Internet"
msgstr "Internet"
-#: ../../services.pm_.c:130
+#: ../../services.pm_.c:126
msgid "File sharing"
msgstr ""
-#: ../../services.pm_.c:132
+#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:934
#, fuzzy
msgid "System"
msgstr "Tryb pracy systemu"
-#: ../../services.pm_.c:137
+#: ../../services.pm_.c:133
#, fuzzy
msgid "Remote Administration"
msgstr "Opcje drukarki sieciowej lpd"
# ../../share/compssUsers
-#: ../../services.pm_.c:145
+#: ../../services.pm_.c:141
#, fuzzy
msgid "Database Server"
msgstr "Bazy danych"
-#: ../../services.pm_.c:174
+#: ../../services.pm_.c:170
#, c-format
msgid "Services: %d activated for %d registered"
msgstr ""
@@ -7713,7 +8662,7 @@ msgstr "Usugi i demony"
#: ../../services.pm_.c:217
msgid ""
-"No additionnal information\n"
+"No additional information\n"
"about this service, sorry."
msgstr ""
"Niestety brak dodatkowych informacji\n"
@@ -7723,12 +8672,185 @@ msgstr ""
msgid "On boot"
msgstr "Przy uruchamianiu"
+#: ../../services.pm_.c:236
+#, fuzzy
+msgid "Start"
+msgstr "Status:"
+
+#: ../../services.pm_.c:236
+#, fuzzy
+msgid "Stop"
+msgstr "Sektor"
+
+#: ../../share/advertising/00-thanks.pl_.c:9
+msgid "Thank you for choosing Mandrake Linux 8.2"
+msgstr ""
+
+#: ../../share/advertising/00-thanks.pl_.c:10
+msgid "Welcome to the Open Source world"
+msgstr ""
+
+#: ../../share/advertising/00-thanks.pl_.c:11
+msgid ""
+"The success of MandrakeSoft is based upon the principle of Free Software. "
+"Your new operating system is the result of collaborative work on the part of "
+"the worldwide Linux Community"
+msgstr ""
+
+#: ../../share/advertising/01-gnu.pl_.c:9
+#, fuzzy
+msgid "Join the Free Software world"
+msgstr "Reszta wiata"
+
+#: ../../share/advertising/01-gnu.pl_.c:10
+msgid ""
+"Get to know the Open Source community and become a member. Learn, teach, and "
+"help others by joining the many discussion forums that you will find in our "
+"\"Community\" webpages"
+msgstr ""
+
+#: ../../share/advertising/02-internet.pl_.c:9
+#, fuzzy
+msgid "Internet and Messaging"
+msgstr "Dostp do Internetu"
+
+#: ../../share/advertising/02-internet.pl_.c:10
+msgid ""
+"Mandrake Linux 8.2 provides the best software to access everything the "
+"Internet has to offer: Surf the web & view animations with Mozilla and "
+"Konqueror, exchange email & organize your personal information with "
+"Evolution and Kmail, and much more"
+msgstr ""
+
+#: ../../share/advertising/03-graphic.pl_.c:9
+#, fuzzy
+msgid "Multimedia and Graphics"
+msgstr "Multimedia - Grafika"
+
+#: ../../share/advertising/03-graphic.pl_.c:10
+msgid ""
+"Mandrake Linux 8.2 lets you push your multimedia computer to its limits! Use "
+"the latest software to play music and audio files, edit and organize your "
+"images and photos, watch TV and videos, and much more"
+msgstr ""
+
+#: ../../share/advertising/04-develop.pl_.c:9
+msgid "Development"
+msgstr "Programowanie"
+
+#: ../../share/advertising/04-develop.pl_.c:10
+msgid ""
+"Mandrake Linux 8.2 is the ultimate development platform. Discover the power "
+"of the GNU gcc compiler as well as the best Open Source development "
+"environments"
+msgstr ""
+
+#: ../../share/advertising/05-contcenter.pl_.c:9
+#, fuzzy
+msgid "Mandrake Control Center"
+msgstr "Centrum Sterowania"
+
+#: ../../share/advertising/05-contcenter.pl_.c:10
+msgid ""
+"The Mandrake Linux 8.2 Control Center is a one-stop location for fully "
+"customizing and configuring your Mandrake system"
+msgstr ""
+
+#: ../../share/advertising/06-user.pl_.c:9
+#, fuzzy
+msgid "User interfaces"
+msgstr "Interfejs sieciowy"
+
+#: ../../share/advertising/06-user.pl_.c:10
+msgid ""
+"Mandrake Linux 8.2 provides 11 different graphical desktop environments and "
+"window managers to choose from including GNOME 1.4, KDE 2.2.2, Window Maker "
+"0.8, and the rest"
+msgstr ""
+
+#: ../../share/advertising/07-server.pl_.c:9
+#, fuzzy
+msgid "Server Software"
+msgstr "Nazwa serwera SMB"
+
+#: ../../share/advertising/07-server.pl_.c:10
+msgid ""
+"Transform your machine into a powerful server with just a few clicks of the "
+"mouse: Web server, email, firewall, router, file and print server, ..."
+msgstr ""
+
+#: ../../share/advertising/08-games.pl_.c:9
+msgid "Games"
+msgstr "Gry"
+
+#: ../../share/advertising/08-games.pl_.c:10
+msgid ""
+"Mandrake Linux 8.2 provides the best Open Source games - arcade, action, "
+"cards, sports, strategy, ..."
+msgstr ""
+
+#: ../../share/advertising/09-MDKcampus.pl_.c:9
+msgid "MandrakeCampus"
+msgstr ""
+
+#: ../../share/advertising/09-MDKcampus.pl_.c:10
+msgid ""
+"Would you like to learn Linux simply, quickly, and for free? MandrakeSoft "
+"provides free Linux training, as well as a way to test your progress, at "
+"MandrakeCampus -- our online training center"
+msgstr ""
+
+#: ../../share/advertising/10-MDKexpert.pl_.c:9
+#, fuzzy
+msgid "MandrakeExpert"
+msgstr "Dla eksperta"
+
+#: ../../share/advertising/10-MDKexpert.pl_.c:10
+msgid ""
+"Quality support from the Linux Community, and from MandrakeSoft, is just "
+"around the corner. And if you're already a Linux veteran, become an \"Expert"
+"\" and share your knowledge at our support website"
+msgstr ""
+
+#: ../../share/advertising/11-consul.pl_.c:9
+msgid "MandrakeConsulting"
+msgstr ""
+
+#: ../../share/advertising/11-consul.pl_.c:10
+msgid ""
+"For all of your IT projects, our consultants are ready to analyze your "
+"requirements and offer a customized solution. Benefit from MandrakeSoft's "
+"vast experience as a Linux producer to provide a true IT alternative for "
+"your business organization"
+msgstr ""
+
+#: ../../share/advertising/12-MDKstore.pl_.c:9
+#, fuzzy
+msgid "MandrakeStore"
+msgstr "niezbdny"
+
+#: ../../share/advertising/12-MDKstore.pl_.c:10
+msgid ""
+"A full range of Linux solutions, as well as special offers on products and "
+"'goodies', are available online at our e-store"
+msgstr ""
+
+#: ../../share/advertising/13-Nvert.pl_.c:9
+msgid ""
+"For more information on MandrakeSoft's Professional Services and commercial "
+"offerings, please see the following web page:"
+msgstr ""
+
+#: ../../share/advertising/13-Nvert.pl_.c:11
+msgid "http://www.mandrakesoft.com/sales/contact"
+msgstr ""
+
#: ../../standalone.pm_.c:25
#, fuzzy
msgid "Installing packages..."
msgstr "Instalowanie pakietu %s"
-#: ../../standalone/diskdrake_.c:63
+#: ../../standalone/diskdrake_.c:85
msgid ""
"I can't read your partition table, it's too corrupted for me :(\n"
"I'll try to go on blanking bad partitions"
@@ -7736,22 +8858,22 @@ msgstr ""
"Nie mona odczyta tablicy partycji, jest zbyt uszkodzona :(\n"
"Mona prbowa kontynuowa z pustymi partycjami"
-#: ../../standalone/drakautoinst_.c:44
+#: ../../standalone/drakautoinst_.c:45
#, fuzzy
msgid "Error!"
msgstr "Bd"
-#: ../../standalone/drakautoinst_.c:45
+#: ../../standalone/drakautoinst_.c:46
#, c-format
msgid "I can't find needed image file `%s'."
msgstr ""
-#: ../../standalone/drakautoinst_.c:47
+#: ../../standalone/drakautoinst_.c:48
#, fuzzy
msgid "Auto Install Configurator"
msgstr "Konfiguracja poinstalacyjna"
-#: ../../standalone/drakautoinst_.c:48
+#: ../../standalone/drakautoinst_.c:49
msgid ""
"You are about to configure an Auto Install floppy. This feature is somewhat "
"dangerous and must be used circumspectly.\n"
@@ -7766,36 +8888,1255 @@ msgid ""
"Do you want to continue?"
msgstr ""
-#: ../../standalone/drakautoinst_.c:70
+#: ../../standalone/drakautoinst_.c:71
#, fuzzy
msgid "Automatic Steps Configuration"
msgstr "Konfiguracja sposobu uruchamiania"
-#: ../../standalone/drakautoinst_.c:71
+#: ../../standalone/drakautoinst_.c:72
msgid ""
"Please choose for each step whether it will replay like your install, or it "
"will be manual"
msgstr ""
-#: ../../standalone/drakautoinst_.c:112 ../../standalone/drakgw_.c:599
+#: ../../standalone/drakautoinst_.c:145
+msgid ""
+"\n"
+"Welcome.\n"
+"\n"
+"The parameters of the auto-install are available in the sections on the left"
+msgstr ""
+
+#: ../../standalone/drakautoinst_.c:243 ../../standalone/drakgw_.c:671
+#: ../../standalone/scannerdrake_.c:106
msgid "Congratulations!"
msgstr "Gratulacje!"
-#: ../../standalone/drakautoinst_.c:113
+#: ../../standalone/drakautoinst_.c:244
msgid ""
"The floppy has been successfully generated.\n"
"You may now replay your installation."
msgstr ""
-#: ../../standalone/drakgw_.c:36 ../../standalone/drakgw_.c:181
+#: ../../standalone/drakautoinst_.c:282
+#, fuzzy
+msgid "Auto Install"
+msgstr "Instalacja"
+
+#: ../../standalone/drakautoinst_.c:352
+#, fuzzy
+msgid "Add an item"
+msgstr "Uytkownicy"
+
+#: ../../standalone/drakautoinst_.c:359
+#, fuzzy
+msgid "Remove the last item"
+msgstr "Formatowanie plikopartycji %s"
+
+#: ../../standalone/drakbackup_.c:448 ../../standalone/drakbackup_.c:451
+#: ../../standalone/drakbackup_.c:455
+msgid ""
+"***********************************************************************\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:449
+msgid ""
+"\n"
+" DrakBackup Report \n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:450
+msgid ""
+"\n"
+" DrakBackup Daemon Report\n"
+"\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:453
+msgid ""
+"\n"
+"\n"
+"***********************************************************************\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:454
+msgid ""
+"\n"
+" DrakBackup Report Details\n"
+"\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:476
+msgid "total progess"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:555 ../../standalone/drakbackup_.c:602
+msgid "Backup system files..."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:603 ../../standalone/drakbackup_.c:667
+#, fuzzy
+msgid "Hard Disk Backup files..."
+msgstr "Uszkodzony plik archiwum"
+
+#: ../../standalone/drakbackup_.c:615
+#, fuzzy
+msgid "Backup User files..."
+msgstr "Uszkodzony plik archiwum"
+
+#: ../../standalone/drakbackup_.c:616
+msgid "Hard Disk Backup Progress..."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:666
+#, fuzzy
+msgid "Backup Other files..."
+msgstr "Uszkodzony plik archiwum"
+
+#: ../../standalone/drakbackup_.c:674
+#, c-format
+msgid ""
+"file list send by FTP : %s\n"
+" "
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:677
+msgid ""
+"\n"
+"(!) FTP connexion problem: It was not possible to send your backup files by "
+"FTP.\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:687
+msgid "(!) Error during mail sending. \n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:728 ../../standalone/drakbackup_.c:739
+#: ../../standalone/drakbackup_.c:750 ../../standalone/drakfont_.c:787
+#, fuzzy
+msgid "File Selection"
+msgstr "Wybr pakietw"
+
+#: ../../standalone/drakbackup_.c:755
+msgid "Select the files or directories and click on 'Add'"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:790
+msgid ""
+"\n"
+"Please check all options that you need.\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:791
+msgid ""
+"These options can backup and restore all files in your /etc directory.\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:792
+msgid "Backup your System files. ( /etc directory )"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:793
+msgid "Use incremental backup (do not replace old backups)"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:794
+msgid "Do not include critical files (passwd, group, fstab)"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:795
+msgid ""
+"With this option you will be able to restore any version\n"
+" of your /etc directory."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:812
+#, fuzzy
+msgid "Please check all users that you want to include in your backup."
+msgstr "Wybierz pakiety do zainstalowania."
+
+#: ../../standalone/drakbackup_.c:839
+msgid "Do not include the browser cache"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:840 ../../standalone/drakbackup_.c:864
+msgid "Use Incremental Backups (do not replace old backups)"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:862 ../../standalone/drakfont_.c:827
+#, fuzzy
+msgid "Remove Selected"
+msgstr "Usu kolejk"
+
+#: ../../standalone/drakbackup_.c:900
+#, fuzzy
+msgid "Windows (FAT32)"
+msgstr "Usu Windows(TM)"
+
+#: ../../standalone/drakbackup_.c:939
+#, fuzzy
+msgid "Users"
+msgstr "Identyfikator:"
+
+#: ../../standalone/drakbackup_.c:964
+msgid "Use FTP connection to backup"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:967
+#, fuzzy
+msgid "Please enter the host name or IP."
+msgstr "Przetestuj mysz"
+
+#: ../../standalone/drakbackup_.c:972
+msgid ""
+"Please enter the directory to\n"
+" put the backup on this host."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:977
+#, fuzzy
+msgid "Please enter your login"
+msgstr "Prosz sprbowa ponownie"
+
+#: ../../standalone/drakbackup_.c:982
+#, fuzzy
+msgid "Please enter your password"
+msgstr "Prosz sprbowa ponownie"
+
+#: ../../standalone/drakbackup_.c:988
+#, fuzzy
+msgid "Remember this password"
+msgstr "Powtrz haso"
+
+#: ../../standalone/drakbackup_.c:1052 ../../standalone/drakbackup_.c:2048
+#, fuzzy
+msgid "FTP Connection"
+msgstr "Sie lokalna"
+
+#: ../../standalone/drakbackup_.c:1059 ../../standalone/drakbackup_.c:2056
+#, fuzzy
+msgid "Secure Connection"
+msgstr "Wybierz sposb podczenia drukarki"
+
+#: ../../standalone/drakbackup_.c:1085 ../../standalone/drakbackup_.c:2889
+msgid "Use CD/DVDROM to backup"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1088 ../../standalone/drakbackup_.c:2893
+#, fuzzy
+msgid "Please choose your CD space"
+msgstr "Wybierz ukad klawiatury."
+
+#: ../../standalone/drakbackup_.c:1094 ../../standalone/drakbackup_.c:2905
+#, fuzzy
+msgid "Please check if you are using CDRW media"
+msgstr "Prosz klikn na partycji"
+
+#: ../../standalone/drakbackup_.c:1100 ../../standalone/drakbackup_.c:2911
+msgid "Please check if you want to erase your CDRW before"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1106
+#, fuzzy
+msgid ""
+"Please check if you want to include\n"
+" install boot on your CD."
+msgstr "Wybierz pakiety do zainstalowania."
+
+#: ../../standalone/drakbackup_.c:1112
+msgid ""
+"Please enter your CD Writer device name\n"
+" ex: 0,1,0"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1153
+#, fuzzy
+msgid "Use tape to backup"
+msgstr "Uszkodzony plik archiwum"
+
+#: ../../standalone/drakbackup_.c:1156
+msgid "Please enter the device name to use for backup"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1162 ../../standalone/drakbackup_.c:1203
+#: ../../standalone/drakbackup_.c:2013
+msgid ""
+"Please enter the maximum size\n"
+" allowed for Drakbackup"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1195 ../../standalone/drakbackup_.c:2005
+#, fuzzy
+msgid "Please enter the directory to save:"
+msgstr "Przetestuj mysz"
+
+#: ../../standalone/drakbackup_.c:1209 ../../standalone/drakbackup_.c:2019
+#, fuzzy
+msgid "Use quota for backup files."
+msgstr "Uszkodzony plik archiwum"
+
+#: ../../standalone/drakbackup_.c:1267
+#, fuzzy
+msgid "Network"
+msgstr "Interfejs sieciowy"
+
+#: ../../standalone/drakbackup_.c:1272
+msgid "CDROM / DVDROM"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1277
+msgid "HardDrive / NFS"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1297 ../../standalone/drakbackup_.c:1301
+#: ../../standalone/drakbackup_.c:1305
+msgid "hourly"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1298 ../../standalone/drakbackup_.c:1302
+#: ../../standalone/drakbackup_.c:1305
+msgid "daily"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1299 ../../standalone/drakbackup_.c:1303
+#: ../../standalone/drakbackup_.c:1305
+msgid "weekly"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1300 ../../standalone/drakbackup_.c:1304
+#: ../../standalone/drakbackup_.c:1305
+msgid "monthly"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1312
+#, fuzzy
+msgid "Use daemon"
+msgstr "Identyfikator:"
+
+#: ../../standalone/drakbackup_.c:1317
+#, fuzzy
+msgid ""
+"Please choose the time \n"
+"interval between each backup"
+msgstr "Wybierz pakiety do zainstalowania."
+
+#: ../../standalone/drakbackup_.c:1323
+#, fuzzy
+msgid ""
+"Please choose the\n"
+"media for backup."
+msgstr "Wybierz jzyk uywania systemu"
+
+#: ../../standalone/drakbackup_.c:1327
+#, fuzzy
+msgid "Use Hard Drive with daemon"
+msgstr "Uy optymalizacji dysku?"
+
+#: ../../standalone/drakbackup_.c:1329
+#, fuzzy
+msgid "Use FTP with daemon"
+msgstr "Uy optymalizacji dysku?"
+
+#: ../../standalone/drakbackup_.c:1333
+msgid "Please be sure that the cron daemon is included in your services."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1369
+msgid "Send mail report after each backup to :"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1411
+#, fuzzy
+msgid "What"
+msgstr "Czekaj"
+
+#: ../../standalone/drakbackup_.c:1416
+#, fuzzy
+msgid "Where"
+msgstr "z kkiem"
+
+#: ../../standalone/drakbackup_.c:1421
+#, fuzzy
+msgid "When"
+msgstr "z kkiem"
+
+#: ../../standalone/drakbackup_.c:1426
+#, fuzzy
+msgid "More Options"
+msgstr "Opcje moduu:"
+
+#: ../../standalone/drakbackup_.c:1445 ../../standalone/drakbackup_.c:2801
+#, fuzzy
+msgid "Drakbackup Configuration"
+msgstr "Konfiguracja sieci"
+
+#: ../../standalone/drakbackup_.c:1463
+#, fuzzy
+msgid "Please choose where you want to backup"
+msgstr "Wybierz pakiety do zainstalowania."
+
+#: ../../standalone/drakbackup_.c:1465
+msgid "on Hard Drive"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1476
+msgid "across Network"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1540
+#, fuzzy
+msgid "Please choose what you want to backup"
+msgstr "Wybierz pakiety do zainstalowania."
+
+#: ../../standalone/drakbackup_.c:1541
+#, fuzzy
+msgid "Backup system"
+msgstr "Systemy plikw"
+
+#: ../../standalone/drakbackup_.c:1542
+msgid "Backup Users"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1545
+msgid "Select user manually"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1627
+msgid ""
+"\n"
+"Backup Sources: \n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1628
+msgid ""
+"\n"
+"- System Files:\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1630
+msgid ""
+"\n"
+"- User Files:\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1632
+msgid ""
+"\n"
+"- Other Files:\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1634
+#, c-format
+msgid ""
+"\n"
+"- Save on Hard drive on path : %s\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1635
+#, c-format
+msgid ""
+"\n"
+"- Save on FTP on host : %s\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1636
+#, c-format
+msgid ""
+"\t\t user name: %s\n"
+"\t\t on path: %s \n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1637
+#, fuzzy
+msgid ""
+"\n"
+"- Options:\n"
+msgstr "Opcje"
+
+#: ../../standalone/drakbackup_.c:1638
+msgid "\tDo not include System Files\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1639
+msgid "\tBackups use tar and bzip2\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1640
+msgid "\tBackups use tar and gzip\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1641
+#, c-format
+msgid ""
+"\n"
+"- Daemon (%s) include :\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1642
+msgid "\t-Hard drive.\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1643
+msgid "\t-CDROM.\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1644
+msgid "\t-Network by FTP.\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1645
+msgid "\t-Network by SSH.\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1647
+msgid "No configuration, please click Wizard or Advanced.\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1652
+msgid ""
+"List of data to restore:\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1753
+msgid ""
+"List of data corrupted:\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1755
+#, fuzzy
+msgid "Please uncheck or remove it on next time."
+msgstr "Wska port szeregowy, do ktrego podczony jest modem."
+
+#: ../../standalone/drakbackup_.c:1765
+msgid "Backup files are corrupted"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1786
+msgid " All your selectionned data have been "
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1787
+#, c-format
+msgid " Successfuly Restored on %s "
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1886
+#, fuzzy
+msgid " Restore Configuration "
+msgstr "Konfiguracja sieci"
+
+#: ../../standalone/drakbackup_.c:1904
+msgid "OK to restore the other files."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1922
+msgid "User list to restore (only the most recent date per user is important)"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1972
+#, fuzzy
+msgid "Backup the system files before:"
+msgstr "Uszkodzony plik archiwum"
+
+#: ../../standalone/drakbackup_.c:1974
+#, fuzzy
+msgid "please choose the date to restore"
+msgstr "Wybierz typ myszy."
+
+#: ../../standalone/drakbackup_.c:2002
+#, fuzzy
+msgid "Use Hard Disk to backup"
+msgstr "Uszkodzony plik archiwum"
+
+#: ../../standalone/drakbackup_.c:2083
+#, fuzzy
+msgid "Restore from Hard Disk."
+msgstr "Przywr z dyskietki"
+
+#: ../../standalone/drakbackup_.c:2085
+msgid "Please enter the directory where backups are stored"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2143
+#, fuzzy
+msgid "Select another media to restore from"
+msgstr "Wybierz typ myszy."
+
+#: ../../standalone/drakbackup_.c:2145
+#, fuzzy
+msgid "Other Media"
+msgstr "Inna"
+
+#: ../../standalone/drakbackup_.c:2151
+#, fuzzy
+msgid "Restore system"
+msgstr "Instalacja pakietw"
+
+#: ../../standalone/drakbackup_.c:2152
+#, fuzzy
+msgid "Restore Users"
+msgstr "Przywr z pliku"
+
+#: ../../standalone/drakbackup_.c:2153
+#, fuzzy
+msgid "Restore Other"
+msgstr "Przywr z pliku"
+
+#: ../../standalone/drakbackup_.c:2155
+msgid "select path to restore (instead of / )"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2159
+msgid "Do new backup before restore (only for incremental backups.)"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2160
+msgid "Remove user directories before restore."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2217
+msgid "Restore all backups"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2225
+#, fuzzy
+msgid "Custom Restore"
+msgstr "Uytkownika"
+
+#: ../../standalone/drakbackup_.c:2266 ../../standalone/drakbackup_.c:2291
+#: ../../standalone/drakbackup_.c:2312 ../../standalone/drakbackup_.c:2333
+#: ../../standalone/drakbackup_.c:2351 ../../standalone/drakbackup_.c:2383
+#: ../../standalone/drakbackup_.c:2399 ../../standalone/drakbackup_.c:2419
+#: ../../standalone/drakbackup_.c:2438 ../../standalone/drakbackup_.c:2460
+#: ../../standalone/drakfont_.c:575
+#, fuzzy
+msgid "Help"
+msgstr "/Pomo_c"
+
+#: ../../standalone/drakbackup_.c:2269 ../../standalone/drakbackup_.c:2296
+#: ../../standalone/drakbackup_.c:2315 ../../standalone/drakbackup_.c:2336
+#: ../../standalone/drakbackup_.c:2354 ../../standalone/drakbackup_.c:2402
+#: ../../standalone/drakbackup_.c:2422 ../../standalone/drakbackup_.c:2441
+#, fuzzy
+msgid "Previous"
+msgstr "<- Poprzedni"
+
+#: ../../standalone/drakbackup_.c:2271 ../../standalone/drakbackup_.c:2338
+#: ../../standalone/logdrake_.c:224
+#, fuzzy
+msgid "Save"
+msgstr "Status:"
+
+#: ../../standalone/drakbackup_.c:2317
+#, fuzzy
+msgid "Build Backup"
+msgstr "Uszkodzony plik archiwum"
+
+#: ../../standalone/drakbackup_.c:2356 ../../standalone/drakbackup_.c:3033
+#, fuzzy
+msgid "Restore"
+msgstr "Przywr z pliku"
+
+#: ../../standalone/drakbackup_.c:2404 ../../standalone/drakbackup_.c:2424
+#: ../../standalone/drakbackup_.c:2445
+#, fuzzy
+msgid "Next"
+msgstr "Tekst"
+
+#: ../../standalone/drakbackup_.c:2478
+msgid ""
+"Please Build backup before to restore it...\n"
+" or verify that your path to save is correct."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2499
+msgid ""
+"Error durind sendmail\n"
+" your report mail was not sent\n"
+" Please configure sendmail"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2522
+#, fuzzy
+msgid "Package List to Install"
+msgstr "Wybr pakietw"
+
+#: ../../standalone/drakbackup_.c:2550
+msgid ""
+"Error durind sending file via FTP.\n"
+" Please correct your FTP configuration."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2573
+#, fuzzy
+msgid "Please select data to restore..."
+msgstr "Wybierz jzyk uywania systemu"
+
+#: ../../standalone/drakbackup_.c:2594
+#, fuzzy
+msgid "Please select media for backup..."
+msgstr "Wybierz jzyk uywania systemu"
+
+#: ../../standalone/drakbackup_.c:2616
+#, fuzzy
+msgid "Please select data to backup..."
+msgstr "Wybierz jzyk uywania systemu"
+
+#: ../../standalone/drakbackup_.c:2638
+msgid ""
+"No configuration file found \n"
+"please click Wizard or Advanced."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2659
+msgid "Under Devel ... please wait."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2739
+#, fuzzy
+msgid "Backup system files"
+msgstr "Uszkodzony plik archiwum"
+
+#: ../../standalone/drakbackup_.c:2741
+#, fuzzy
+msgid "Backup user files"
+msgstr "Uszkodzony plik archiwum"
+
+#: ../../standalone/drakbackup_.c:2743
+#, fuzzy
+msgid "Backup other files"
+msgstr "Uszkodzony plik archiwum"
+
+#: ../../standalone/drakbackup_.c:2745 ../../standalone/drakbackup_.c:2776
+msgid "Total Progress"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2767
+msgid "files sending by FTP"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2771
+#, fuzzy
+msgid "Sending files..."
+msgstr "Zapisz do pliku"
+
+#: ../../standalone/drakbackup_.c:2841
+msgid "Data list to include on CDROM."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2899
+#, fuzzy
+msgid "Please enter the cd writer speed"
+msgstr "Przetestuj mysz"
+
+#: ../../standalone/drakbackup_.c:2917
+msgid "Please enter your CD Writer device name (ex: 0,1,0)"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2923
+#, fuzzy
+msgid "Please check if you want to include install boot on your CD."
+msgstr "Wybierz pakiety do zainstalowania."
+
+#: ../../standalone/drakbackup_.c:2989
+#, fuzzy
+msgid "Backup Now from configuration file"
+msgstr "Konfiguracja sieci"
+
+#: ../../standalone/drakbackup_.c:2999
+#, fuzzy
+msgid "View Backup Configuration."
+msgstr "Konfiguracja sieci"
+
+#: ../../standalone/drakbackup_.c:3020
+#, fuzzy
+msgid "Wizard Configuration"
+msgstr "Konfiguracja sieci lokalnej"
+
+#: ../../standalone/drakbackup_.c:3024
+#, fuzzy
+msgid "Advanced Configuration"
+msgstr "Konfiguracja sieci lokalnej"
+
+#: ../../standalone/drakbackup_.c:3028
+#, fuzzy
+msgid "Backup Now"
+msgstr "Systemy plikw"
+
+#: ../../standalone/drakbackup_.c:3053
+msgid "Drakbackup"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3104
+msgid ""
+"options description:\n"
+"\n"
+" In this step Drakbackup allow you to change:\n"
+"\n"
+" - The compression mode:\n"
+" \n"
+" If you check bzip2 compression, you will compress\n"
+" your data better than gzip (about 2-10 %).\n"
+" This option is not checked by default because\n"
+" this compression mode needs more time ( about 1000% more).\n"
+" \n"
+" - The update mode:\n"
+"\n"
+" This option will update your backup, but this\n"
+" option is not really useful because you need to\n"
+" decompress your backup before you can update it.\n"
+" \n"
+" - the .backupignore mode:\n"
+"\n"
+" Like with cvs, Drakbackup will ignore all references\n"
+" included in .backupignore files in each directories.\n"
+" ex: \n"
+" /*> cat .backupignore*/\n"
+" *.o\n"
+" *~\n"
+" ...\n"
+" \n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3134
+msgid ""
+"\n"
+" Some errors during sendmail are caused by \n"
+" a bad configuration of postfix. To solve it you have to\n"
+" set myhostname or mydomain in /etc/postfix/main.cf\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3142
+msgid ""
+"options description:\n"
+"\n"
+" - Backup system files:\n"
+" \n"
+"\tThis option allows you to backup your /etc directory,\n"
+"\twhich contains all configuration files. Please be\n"
+"\tcareful during the restore step to not overwrite:\n"
+"\t\t/etc/passwd \n"
+"\t\t/etc/group \n"
+"\t\t/etc/fstab\n"
+"\n"
+" - Backup User files: \n"
+"\n"
+"\tThis option allows you select all users that you want \n"
+"\tto backup.\n"
+"\tTo preserve disk space, it is recommended that you \n"
+"\tdo not include web browser's cache.\n"
+"\n"
+" - Backup Other files: \n"
+"\n"
+"\tThis option allows you to add more data to save.\n"
+"\tWith the other backup it's not possible at the \n"
+"\tmoment to select select incremental backup.\t\t\n"
+" \n"
+" - Incremental Backups:\n"
+"\n"
+"\tThe incremental backup is the most powerful \n"
+"\toption for backup. This option allows you \n"
+"\tto backup all your data the first time, and \n"
+"\tonly the changed afterward.\n"
+"\tThen you will be able, during the restore\n"
+"\tstep, to restore your data from a specified\n"
+"\tdate.\n"
+"\tIf you have not selected this option all\n"
+"\told backups are deleted before each backup. \n"
+"\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3181
+msgid ""
+"restore description:\n"
+" \n"
+"Only the most recent date will be used ,because with incremental \n"
+"backups it is necesarry to restore one by one each older backups.\n"
+"\n"
+"So if you don't like to restore an user please unselect all his\n"
+"check box.\n"
+"\n"
+"Otherwise, you are able to select only one of this\n"
+"\n"
+" - Incremental Backups:\n"
+"\n"
+"\tThe incremental backup is the most powerfull \n"
+"\toption to use backup, this option allow you \n"
+"\tto backup all your data the first time, and \n"
+"\tonly the changed after.\n"
+"\tSo you will be able during the restore\n"
+"\tstep, to restore your data from a specified\n"
+"\tdate.\n"
+"\tIf you have not selected this options all\n"
+"\told backups are deleted before each backup. \n"
+"\n"
+"\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3207 ../../standalone/drakbackup_.c:3282
+msgid ""
+" Copyright (C) 2001 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita.fr>"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3209 ../../standalone/drakbackup_.c:3284
+msgid ""
+" This program is free software; you can redistribute it and/or modify\n"
+" it under the terms of the GNU General Public License as published by\n"
+" the Free Software Foundation; either version 2, or (at your option)\n"
+" any later version.\n"
+"\n"
+" This program is distributed in the hope that it will be useful,\n"
+" but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
+" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
+" GNU General Public License for more details.\n"
+"\n"
+" You should have received a copy of the GNU General Public License\n"
+" along with this program; if not, write to the Free Software\n"
+" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3223
+msgid ""
+"Description:\n"
+"\n"
+" Drakbackup is used to backup your system.\n"
+" During the configuration you can select: \n"
+"\t- System files, \n"
+"\t- Users files, \n"
+"\t- Other files.\n"
+"\tor All your system ... and Other (like Windows Partitions)\n"
+"\n"
+" Drakbackup allows you to backup your system on:\n"
+"\t- Harddrive.\n"
+"\t- NFS.\n"
+"\t- CDROM (CDRW), DVDROM (with autoboot, rescue and autoinstall.).\n"
+"\t- FTP.\n"
+"\t- Rsync.\n"
+"\t- Webdav.\n"
+"\t- Tape.\n"
+"\n"
+" Drakbackup allows you to restore your system to\n"
+" a user selected directory.\n"
+"\n"
+" Per default all backup will be stored on your\n"
+" /var/lib/drakbackup directory\n"
+"\n"
+" Configuration file:\n"
+"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
+"\n"
+"\n"
+"Restore Step:\n"
+" \n"
+" During the restore step, DrakBackup will remove \n"
+" your original directory and verify that all \n"
+" backup files are not corrupted. It is recommended \n"
+" you do a last backup before restoring.\n"
+"\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3261
+msgid ""
+"options description:\n"
+"\n"
+"Please be careful when you are using ftp backup, because only \n"
+"backups that are already built are sent to the server.\n"
+"So at the moment, you need to build the backup on your hard \n"
+"drive before sending it to the server.\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3270
+msgid ""
+"\n"
+"Restore Backup Problems:\n"
+"\n"
+"During the restore step, Drakbackup will verify all your\n"
+"backup files before restoring them.\n"
+"Before the restore, Drakbackup will remove \n"
+"your original directory, and you will loose all your \n"
+"data. It is important to be careful and not modify the \n"
+"backup data files by hand.\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3298
+msgid ""
+"Description:\n"
+"\n"
+" Drakbackup is used to backup your system.\n"
+" During the configuration you can select \n"
+"\t- System files, \n"
+"\t- Users files, \n"
+"\t- Other files.\n"
+"\tor All your system ... and Other (like Windows Partitions)\n"
+"\n"
+" Drakbackup allows you to backup your system on:\n"
+"\t- Harddrive.\n"
+"\t- NFS.\n"
+"\t- CDROM (CDRW), DVDROM (with autoboot, rescue and autoinstall.).\n"
+"\t- FTP.\n"
+"\t- Rsync.\n"
+"\t- Webdav.\n"
+"\t- Tape.\n"
+"\n"
+" Drakbackup allows you to restore your system to\n"
+" a user selected directory.\n"
+"\n"
+" Per default all backup will be stored on your\n"
+" /var/lib/drakbackup directory\n"
+"\n"
+" Configuration file:\n"
+"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
+"\n"
+"Restore Step:\n"
+" \n"
+" During the restore step, Drakbackup will remove\n"
+" your original directory and verify that all\n"
+" backup files are not corrupted. It is recommended\n"
+" you do a last backup before restoring.\n"
+" \n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakboot_.c:58
+#, c-format
+msgid "Installation of %s failed. The following error occured:"
+msgstr "Instalacja %s nie powioda si. Wystpi nastpujcy bd:"
+
+#: ../../standalone/drakfont_.c:229
+msgid "Search installed fonts"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:231
+msgid "Unselect fonts installed"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:252
+msgid "parse all fonts"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:253
+#, fuzzy
+msgid "no fonts found"
+msgstr "nie znaleziono %s "
+
+#: ../../standalone/drakfont_.c:261 ../../standalone/drakfont_.c:303
+#: ../../standalone/drakfont_.c:352 ../../standalone/drakfont_.c:410
+#: ../../standalone/drakfont_.c:417 ../../standalone/drakfont_.c:443
+#: ../../standalone/drakfont_.c:455 ../../standalone/drakfont_.c:468
+#, fuzzy
+msgid "done"
+msgstr "Zrobione"
+
+#: ../../standalone/drakfont_.c:265
+msgid "could not find any font in your mounted partitions"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:301
+msgid "Reselect correct fonts"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:304
+msgid "could not find any font.\n"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:327
+msgid "Search fonts in installed list"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:350
+#, fuzzy
+msgid "Fonts copy"
+msgstr "Formatuj dyskietk"
+
+#: ../../standalone/drakfont_.c:353
+#, fuzzy
+msgid "True Type fonts installation"
+msgstr "Przygotowywanie instalacji"
+
+#: ../../standalone/drakfont_.c:357
+msgid "please wait during ttmkfdir..."
+msgstr ""
+
+#: ../../standalone/drakfont_.c:359
+msgid "True Type install done"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:366 ../../standalone/drakfont_.c:382
+msgid "Fonts conversion"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:370 ../../standalone/drakfont_.c:386
+#: ../../standalone/drakfont_.c:406
+msgid "type1inst building"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:375 ../../standalone/drakfont_.c:390
+msgid "Ghostscript referencing"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:397
+msgid "ttf fonts conversion"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:401
+msgid "pfm fonts conversion"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:411
+msgid "Suppress temporary Files"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:414
+msgid "Restart XFS"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:453 ../../standalone/drakfont_.c:463
+msgid "Suppress Fonts Files"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:465
+#, fuzzy
+msgid "xfs restart"
+msgstr "ograniczenie"
+
+#: ../../standalone/drakfont_.c:472 ../../standalone/drakfont_.c:760
+msgid ""
+"Before installing any fonts, be sure that you have the right to use and "
+"install them on your system.\n"
+"\n"
+"-You can install the fonts using the normal way. In rare cases, bogus fonts "
+"may hang up your X Server."
+msgstr ""
+
+#: ../../standalone/drakfont_.c:547
+#, fuzzy
+msgid "Fonts Importation"
+msgstr "Formatowanie"
+
+#: ../../standalone/drakfont_.c:562
+msgid "Get Windows Fonts"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:564
+#, fuzzy
+msgid "Uninstall Fonts"
+msgstr "Oddnstalowanie pakietw"
+
+#: ../../standalone/drakfont_.c:568
+#, fuzzy
+msgid "Advanced Options"
+msgstr "Konfiguracja sieci lokalnej"
+
+#: ../../standalone/drakfont_.c:570
+#, fuzzy
+msgid "Font List"
+msgstr "Punkt montowania"
+
+#: ../../standalone/drakfont_.c:739
+#, fuzzy
+msgid "Choose the applications that will support the fonts :"
+msgstr "Wybierz partycje do sformatowania"
+
+#: ../../standalone/drakfont_.c:743
+msgid "Ghostscript"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:747
+#, fuzzy
+msgid "StarOffice"
+msgstr "Biuro"
+
+#: ../../standalone/drakfont_.c:751
+#, fuzzy
+msgid "Abiword"
+msgstr "Przerwij"
+
+#: ../../standalone/drakfont_.c:755
+#, fuzzy
+msgid "Generic Printers"
+msgstr "Drukarka"
+
+#: ../../standalone/drakfont_.c:792
+msgid "Select the font file or directory and click on 'Add'"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:828
+#, fuzzy
+msgid "Install List"
+msgstr "Instalacja pakietw"
+
+#: ../../standalone/drakfont_.c:858
+msgid "click here if you are sure."
+msgstr ""
+
+#: ../../standalone/drakfont_.c:860
+msgid "here if no."
+msgstr ""
+
+#: ../../standalone/drakfont_.c:897
+msgid "Unselected All"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:899
+#, fuzzy
+msgid "Selected All"
+msgstr "Wybierz plik"
+
+#: ../../standalone/drakfont_.c:901
+#, fuzzy
+msgid "Remove List"
+msgstr "Drukarka sieciowa"
+
+#: ../../standalone/drakfont_.c:919 ../../standalone/drakfont_.c:939
+#, fuzzy
+msgid "Initials tests"
+msgstr "Komunikat startowy"
+
+#: ../../standalone/drakfont_.c:920
+#, fuzzy
+msgid "Copy fonts on your system"
+msgstr "Nie wykryto w systemie karty sieciowej!"
+
+#: ../../standalone/drakfont_.c:921
+msgid "Install & convert Fonts"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:922
+#, fuzzy
+msgid "Post Install"
+msgstr "Instalacja"
+
+#: ../../standalone/drakfont_.c:940
+#, fuzzy
+msgid "Remove fonts on your system"
+msgstr "Nie wykryto w systemie karty sieciowej!"
+
+#: ../../standalone/drakfont_.c:941
+#, fuzzy
+msgid "Post Uninstall"
+msgstr "Wyjcie z instalacji"
+
+#: ../../standalone/drakgw_.c:43 ../../standalone/drakgw_.c:200
msgid "Internet Connection Sharing"
msgstr "Wspdzielenie poczenia z Internetem"
-#: ../../standalone/drakgw_.c:119
+#: ../../standalone/drakgw_.c:138
msgid "Internet Connection Sharing currently enabled"
msgstr "Wspdzielenie poczenia z Internetem jest wczone"
-#: ../../standalone/drakgw_.c:120
+#: ../../standalone/drakgw_.c:139
msgid ""
"The setup of Internet connection sharing has already been done.\n"
"It's currently enabled.\n"
@@ -7807,31 +10148,31 @@ msgstr ""
"\n"
"Co chcesz zrobi?"
-#: ../../standalone/drakgw_.c:124
+#: ../../standalone/drakgw_.c:143
msgid "disable"
msgstr "wyczy"
-#: ../../standalone/drakgw_.c:124 ../../standalone/drakgw_.c:149
+#: ../../standalone/drakgw_.c:143 ../../standalone/drakgw_.c:168
msgid "dismiss"
msgstr "zwolni"
-#: ../../standalone/drakgw_.c:124 ../../standalone/drakgw_.c:149
+#: ../../standalone/drakgw_.c:143 ../../standalone/drakgw_.c:168
msgid "reconfigure"
msgstr "rekonfigurowa"
-#: ../../standalone/drakgw_.c:127
+#: ../../standalone/drakgw_.c:146
msgid "Disabling servers..."
msgstr "Wyczenie serwerw..."
-#: ../../standalone/drakgw_.c:135
+#: ../../standalone/drakgw_.c:154
msgid "Internet connection sharing is now disabled."
msgstr "Wspdzielenie poczenia z Internetem jest wyczone."
-#: ../../standalone/drakgw_.c:144
+#: ../../standalone/drakgw_.c:163
msgid "Internet Connection Sharing currently disabled"
msgstr "Wspdzielenie poczenia z Internetem jest wyczone"
-#: ../../standalone/drakgw_.c:145
+#: ../../standalone/drakgw_.c:164
msgid ""
"The setup of Internet connection sharing has already been done.\n"
"It's currently disabled.\n"
@@ -7843,19 +10184,19 @@ msgstr ""
"\n"
"Co chcesz zrobi?"
-#: ../../standalone/drakgw_.c:149
+#: ../../standalone/drakgw_.c:168
msgid "enable"
msgstr "wczy"
-#: ../../standalone/drakgw_.c:156
+#: ../../standalone/drakgw_.c:175
msgid "Enabling servers..."
msgstr "Wczenie serwerw..."
-#: ../../standalone/drakgw_.c:161
+#: ../../standalone/drakgw_.c:180
msgid "Internet connection sharing is now enabled."
msgstr "Wspdzielenie poczenia z Internetem jest teraz wczone"
-#: ../../standalone/drakgw_.c:182
+#: ../../standalone/drakgw_.c:201
msgid ""
"You are about to configure your computer to share its Internet connection.\n"
"With that feature, other computers on your local network will be able to use "
@@ -7871,21 +10212,21 @@ msgstr ""
"Uwaga: wymagana jest dedykowana karta sieciowa wczajca komputer w sie "
"lokaln (LAN)"
-#: ../../standalone/drakgw_.c:208
+#: ../../standalone/drakgw_.c:227
#, c-format
msgid "Interface %s (using module %s)"
msgstr "Interfejs %s (modu %s)"
-#: ../../standalone/drakgw_.c:209
+#: ../../standalone/drakgw_.c:228
#, c-format
msgid "Interface %s"
msgstr "Interfejs %s"
-#: ../../standalone/drakgw_.c:217
+#: ../../standalone/drakgw_.c:236
msgid "No network adapter on your system!"
msgstr "Nie wykryto w systemie karty sieciowej!"
-#: ../../standalone/drakgw_.c:218
+#: ../../standalone/drakgw_.c:237
msgid ""
"No ethernet network adapter has been detected on your system. Please run the "
"hardware configuration tool."
@@ -7893,11 +10234,11 @@ msgstr ""
"Nie wykryto w systemie karty sieciowej. Prosz uruchomi program "
"konfiguracji sprztu."
-#: ../../standalone/drakgw_.c:224
+#: ../../standalone/drakgw_.c:243
msgid "Network interface"
msgstr "Interfejs sieciowy"
-#: ../../standalone/drakgw_.c:225
+#: ../../standalone/drakgw_.c:244
#, c-format
msgid ""
"There is only one configured network adapter on your system:\n"
@@ -7912,7 +10253,7 @@ msgstr ""
"\n"
"Mona skonfigurowa sie lokaln (LAN) przy wykorzystaniu tej karty."
-#: ../../standalone/drakgw_.c:234
+#: ../../standalone/drakgw_.c:253
msgid ""
"Please choose what network adapter will be connected to your Local Area "
"Network."
@@ -7920,23 +10261,82 @@ msgstr ""
"Wska, ktra karta sieciowa bdzie poczona\n"
"z sieci lokaln (LAN)."
-#: ../../standalone/drakgw_.c:243
+#: ../../standalone/drakgw_.c:271
+#, fuzzy
+msgid "Network interface already configured"
+msgstr "Nie skonfigurowano monitora"
+
+#: ../../standalone/drakgw_.c:272
+#, c-format
+msgid ""
+"Warning, the network adapter (%s) is already configured.\n"
+"\n"
+"Do you want an automatic re-configuration?\n"
+"\n"
+"You can do it manually but you need to know what you're doing."
+msgstr ""
+
+#: ../../standalone/drakgw_.c:277
+#, fuzzy
+msgid "Automatic reconfiguration"
+msgstr "Konfiguracja sposobu uruchamiania"
+
+#: ../../standalone/drakgw_.c:278
+#, fuzzy
+msgid "Show current interface configuration"
+msgstr "Internet - konfiguracja"
+
+#: ../../standalone/drakgw_.c:280
+#, c-format
msgid ""
-"Warning, the network adapter is already configured. I will reconfigure it."
+"Current configuration of `%s':\n"
+"\n"
+"Network: %s\n"
+"IP address: %s\n"
+"IP attribution: %s\n"
+"Driver: %s"
msgstr ""
-"Uwaga, karta sieciowa zostaa ju skonfigurowana. Zostanie zrekonfigurowana."
-#: ../../standalone/drakgw_.c:254
+#: ../../standalone/drakgw_.c:292
+msgid ""
+"I can keep your current configuration and assume you already set up a DHCP "
+"server; in that case please verify I correctly read the C-Class Network that "
+"you use for your local network; I will not reconfigure it and I will not "
+"touch your DHCP server configuration.\n"
+"\n"
+"Else, I can reconfigure your interface and (re)configure a DHCP server for "
+"you.\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakgw_.c:297
+msgid "C-Class Local Network"
+msgstr ""
+
+#: ../../standalone/drakgw_.c:298
+#, fuzzy
+msgid "(This) DHCP Server IP"
+msgstr "IP serwera CUPS"
+
+#: ../../standalone/drakgw_.c:299
+msgid "Re-configure interface and DHCP server"
+msgstr ""
+
+#: ../../standalone/drakgw_.c:306
+msgid "The Local Network did not finish with `.0', bailing out."
+msgstr ""
+
+#: ../../standalone/drakgw_.c:317
#, c-format
msgid "Potential LAN address conflict found in current config of %s!\n"
msgstr ""
"W biecej konfiguracji wykryto moliwy konflikt adresw sieciowych: %s!\n"
-#: ../../standalone/drakgw_.c:262 ../../standalone/drakgw_.c:268
+#: ../../standalone/drakgw_.c:325 ../../standalone/drakgw_.c:331
msgid "Firewalling configuration detected!"
msgstr "Wykryto konfiguracj firewalla!"
-#: ../../standalone/drakgw_.c:263 ../../standalone/drakgw_.c:269
+#: ../../standalone/drakgw_.c:326 ../../standalone/drakgw_.c:332
msgid ""
"Warning! An existing firewalling configuration has been detected. You may "
"need some manual fix after installation."
@@ -7944,21 +10344,21 @@ msgstr ""
"Ostrzeenie! Zostaa wykryta istniejca konfiguracja firewalla. Moe by "
"konieczne dokonanie kilku rcznych poprawek po instalacji. Kontynuowa?"
-#: ../../standalone/drakgw_.c:277
+#: ../../standalone/drakgw_.c:340
msgid "Configuring..."
msgstr "Konfiguracja..."
-#: ../../standalone/drakgw_.c:278
+#: ../../standalone/drakgw_.c:341
msgid "Configuring scripts, installing software, starting servers..."
msgstr ""
"Konfiguracja skryptw, instalowanie programw, uruchamianie serwerw..."
-#: ../../standalone/drakgw_.c:311
+#: ../../standalone/drakgw_.c:378
#, c-format
msgid "Problems installing package %s"
msgstr "Problemy z instalacj pakietu %s"
-#: ../../standalone/drakgw_.c:600
+#: ../../standalone/drakgw_.c:672
msgid ""
"Everything has been configured.\n"
"You may now share Internet connection with other computers on your Local "
@@ -7968,27 +10368,27 @@ msgstr ""
"Moesz udostpnia poczenie z Internetem innym komputeremw sieci lokalnej, "
"uywajc automatycznej konfiguracji sieci (DHCP)"
-#: ../../standalone/drakgw_.c:617
+#: ../../standalone/drakgw_.c:689
msgid "The setup has already been done, but it's currently disabled."
msgstr ""
"Konfiguracja wspdzielenia poczenia zostaa ju wykonana, lecz usuga ta "
"jest teraz wyczona."
-#: ../../standalone/drakgw_.c:618
+#: ../../standalone/drakgw_.c:690
msgid "The setup has already been done, and it's currently enabled."
msgstr ""
"Konfiguracja wspdzielenia poczenia z Internetem zostaa ju wykonana "
"jest wczona"
-#: ../../standalone/drakgw_.c:619
+#: ../../standalone/drakgw_.c:691
msgid "No Internet Connection Sharing has ever been configured."
msgstr "Wspdzielenie poczenia z Internetem nie byo jeszcze konfigurowane."
-#: ../../standalone/drakgw_.c:624
+#: ../../standalone/drakgw_.c:696
msgid "Internet connection sharing configuration"
msgstr "Konfiguracja wspdzielenia poczenia z Internetem"
-#: ../../standalone/drakgw_.c:631
+#: ../../standalone/drakgw_.c:703
#, c-format
msgid ""
"Welcome to the Internet Connection Sharing utility!\n"
@@ -8003,139 +10403,129 @@ msgstr ""
"\n"
"Wybierz Konfiguruj, by uruchomi kreatora.."
-#: ../../standalone/draknet_.c:79
+#: ../../standalone/draknet_.c:80
#, c-format
msgid "Network configuration (%d adapters)"
msgstr "Konfiguracja sieci (%d karty)"
-#: ../../standalone/draknet_.c:86 ../../standalone/draknet_.c:573
+#: ../../standalone/draknet_.c:87 ../../standalone/draknet_.c:595
msgid "Profile: "
msgstr "Profil: "
-#: ../../standalone/draknet_.c:94
+#: ../../standalone/draknet_.c:95
msgid "Del profile..."
msgstr "Usu profil..."
-#: ../../standalone/draknet_.c:100
+#: ../../standalone/draknet_.c:101
msgid "Profile to delete:"
msgstr "Profil do usunicia:"
-#: ../../standalone/draknet_.c:128
+#: ../../standalone/draknet_.c:129
msgid "New profile..."
msgstr "Nowy profil..."
-#: ../../standalone/draknet_.c:134
+#: ../../standalone/draknet_.c:135
msgid ""
"Name of the profile to create (the new profile is created as a copy of the "
"current one) :"
msgstr ""
-#: ../../standalone/draknet_.c:160
+#: ../../standalone/draknet_.c:161
msgid "Hostname: "
msgstr "Nazwa komputera:"
-#: ../../standalone/draknet_.c:167
+#: ../../standalone/draknet_.c:168
msgid "Internet access"
msgstr "Dostp do Internetu"
-#: ../../standalone/draknet_.c:180
+#: ../../standalone/draknet_.c:181
msgid "Type:"
msgstr "Rodzaj: "
-#: ../../standalone/draknet_.c:183 ../../standalone/draknet_.c:397
+#: ../../standalone/draknet_.c:184 ../../standalone/draknet_.c:376
msgid "Gateway:"
msgstr "Router:"
-#: ../../standalone/draknet_.c:183 ../../standalone/draknet_.c:397
+#: ../../standalone/draknet_.c:184 ../../standalone/draknet_.c:376
msgid "Interface:"
msgstr "Interfejs:"
-#: ../../standalone/draknet_.c:192
+#: ../../standalone/draknet_.c:195
msgid "Status:"
msgstr "Status:"
-#: ../../standalone/draknet_.c:194 ../../standalone/draknet_.c:410
-msgid "Connected"
-msgstr "Poczony"
-
-#: ../../standalone/draknet_.c:194 ../../standalone/draknet_.c:410
-msgid "Not connected"
-msgstr "Nie poczony"
-
-#: ../../standalone/draknet_.c:197 ../../standalone/draknet_.c:411
-msgid "Connect..."
-msgstr "Pocz..."
-
-#: ../../standalone/draknet_.c:197 ../../standalone/draknet_.c:411
-msgid "Disconnect..."
-msgstr "Rozcz..."
-
-#: ../../standalone/draknet_.c:215
-msgid "Starting your connection..."
-msgstr "Otwieranie poczenia..."
-
-#: ../../standalone/draknet_.c:223
-msgid "Closing your connection..."
-msgstr "Zamykanie poczenia..."
-
-#: ../../standalone/draknet_.c:228
-msgid ""
-"The connection is not closed.\n"
-"Try to do it manually by running\n"
-"/etc/sysconfig/network-scripts/net_cnx_down\n"
-"in root."
+#: ../../standalone/draknet_.c:202
+msgid "Wait please"
msgstr ""
-"Poczenie nie zostao zamknite.\n"
-"Sprbuj zrobi to rcznie przez uruchomienie\n"
-"/etc/sysconfig/network-scripts/net_cnx_down\n"
-"jako root."
-
-#: ../../standalone/draknet_.c:231
-msgid "The system is now disconnected."
-msgstr "System jest teraz rozczony."
-#: ../../standalone/draknet_.c:243
+#: ../../standalone/draknet_.c:220
msgid "Configure Internet Access..."
msgstr "Konfiguracja dostpu do Internetu..."
-#: ../../standalone/draknet_.c:250 ../../standalone/draknet_.c:446
+#: ../../standalone/draknet_.c:227 ../../standalone/draknet_.c:449
msgid "LAN configuration"
msgstr "Konfiguracja sieci lokalnej"
-#: ../../standalone/draknet_.c:255
+#: ../../standalone/draknet_.c:232
msgid "Driver"
msgstr "Sterownik"
-#: ../../standalone/draknet_.c:255
+#: ../../standalone/draknet_.c:232
msgid "Interface"
msgstr "Interfejs"
-#: ../../standalone/draknet_.c:255
+#: ../../standalone/draknet_.c:232
msgid "Protocol"
msgstr "Protok"
-#: ../../standalone/draknet_.c:255
+#: ../../standalone/draknet_.c:232
#, fuzzy
msgid "State"
msgstr "Status:"
-#: ../../standalone/draknet_.c:267
+#: ../../standalone/draknet_.c:244
msgid "Configure Local Area Network..."
msgstr "Konfiguracja sieci lokalnej..."
-#: ../../standalone/draknet_.c:279
+#: ../../standalone/draknet_.c:256
msgid "Click here to launch the wizard ->"
msgstr ""
-#: ../../standalone/draknet_.c:306
+#: ../../standalone/draknet_.c:257
+msgid "Wizard..."
+msgstr "Kreator..."
+
+#: ../../standalone/draknet_.c:283
msgid "Apply"
msgstr "Zastosuj"
-#: ../../standalone/draknet_.c:325
+#: ../../standalone/draknet_.c:302
msgid "Please Wait... Applying the configuration"
msgstr "Prosz czeka... adowanie konfiguracji"
-#: ../../standalone/draknet_.c:428
+#: ../../standalone/draknet_.c:384 ../../standalone/draknet_.c:407
+msgid "Connected"
+msgstr "Poczony"
+
+#: ../../standalone/draknet_.c:384 ../../standalone/draknet_.c:407
+msgid "Not connected"
+msgstr "Nie poczony"
+
+#: ../../standalone/draknet_.c:385 ../../standalone/draknet_.c:408
+msgid "Connect..."
+msgstr "Pocz..."
+
+#: ../../standalone/draknet_.c:385 ../../standalone/draknet_.c:408
+msgid "Disconnect..."
+msgstr "Rozcz..."
+
+#: ../../standalone/draknet_.c:404
+msgid ""
+"Warning, another Internet connection has been detected, maybe using your "
+"network"
+msgstr ""
+
+#: ../../standalone/draknet_.c:431
msgid ""
"You don't have any configured interface.\n"
"Configure them first by clicking on 'Configure'"
@@ -8143,38 +10533,44 @@ msgstr ""
"Nie skonfigurowano jeszcze adnego interfejsu.\n"
"Zacznij konfiguracj przez kliknicie na \"Konfiguruj\""
-#: ../../standalone/draknet_.c:450
+#: ../../standalone/draknet_.c:453
msgid "LAN Configuration"
msgstr "Konfiguracja sieci lokalnej"
-#: ../../standalone/draknet_.c:457
+#: ../../standalone/draknet_.c:464
#, c-format
msgid "Adapter %s: %s"
msgstr "Karta %s: %s"
-#: ../../standalone/draknet_.c:463
+#: ../../standalone/draknet_.c:470
msgid "Boot Protocol"
msgstr "Protok uruchamiania"
-#: ../../standalone/draknet_.c:464
+#: ../../standalone/draknet_.c:471
msgid "Started on boot"
msgstr "Uruchamiany przy starcie"
-#: ../../standalone/draknet_.c:465
+#: ../../standalone/draknet_.c:472
msgid "DHCP client"
msgstr "Klient DHCP"
-#: ../../standalone/draknet_.c:489 ../../standalone/draknet_.c:491
+#: ../../standalone/draknet_.c:497 ../../standalone/draknet_.c:500
#, fuzzy
msgid "activate now"
msgstr "Uaktywnij"
-#: ../../standalone/draknet_.c:489 ../../standalone/draknet_.c:491
+#: ../../standalone/draknet_.c:497 ../../standalone/draknet_.c:500
#, fuzzy
-msgid "desactivate now"
+msgid "deactivate now"
msgstr "Uaktywnij"
-#: ../../standalone/draknet_.c:538
+#: ../../standalone/draknet_.c:503
+msgid ""
+"This interface has not been configured yet.\n"
+"Launch the configuration wizard in the main window"
+msgstr ""
+
+#: ../../standalone/draknet_.c:560
msgid ""
"You don't have any internet connection.\n"
"Create one first by clicking on 'Configure'"
@@ -8182,135 +10578,162 @@ msgstr ""
"Nie skonfigurowano jeszcze adnego poczenia z Internetem.\n"
"Rozpocznij konfiguracj przez kliknicie na \"Konfiguruj\""
-#: ../../standalone/draknet_.c:562
+#: ../../standalone/draknet_.c:584
msgid "Internet connection configuration"
msgstr "Konfiguracja poczenia z Internetem"
-#: ../../standalone/draknet_.c:566
+#: ../../standalone/draknet_.c:588
msgid "Internet Connection Configuration"
msgstr "Konfiguracja poczenia z Internetem"
-#: ../../standalone/draknet_.c:575
+#: ../../standalone/draknet_.c:597
msgid "Connection type: "
msgstr "Rodzaj poczenia:"
-#: ../../standalone/draknet_.c:581
+#: ../../standalone/draknet_.c:603
msgid "Parameters"
msgstr "Parametry"
-#: ../../standalone/draknet_.c:608
+#: ../../standalone/draknet_.c:621
+msgid "Gateway"
+msgstr "Router"
+
+#: ../../standalone/draknet_.c:630
msgid "Ethernet Card"
msgstr "Karta ethernet"
-#: ../../standalone/draknet_.c:609
+#: ../../standalone/draknet_.c:631
msgid "DHCP Client"
msgstr "Klient DHCP"
-#: ../../standalone/draksec_.c:21
-msgid "Welcome To Crackers"
-msgstr "Witajcie, wamywacze"
+#: ../../standalone/draksec_.c:31
+msgid "Setting security level"
+msgstr "Ustawienie poziomu bezpieczestwa"
-#: ../../standalone/draksec_.c:22
-msgid "Poor"
-msgstr "Zy"
+#: ../../standalone/drakxconf_.c:47
+msgid "Control Center"
+msgstr "Centrum Sterowania"
-#: ../../standalone/draksec_.c:26
-msgid "Paranoid"
-msgstr "Paranoidalny"
+#: ../../standalone/drakxconf_.c:48
+msgid "Choose the tool you want to use"
+msgstr "Wybr uywanych narzdzi"
-#: ../../standalone/draksec_.c:29
-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."
+#: ../../standalone/drakxtv_.c:48
+#, fuzzy
+msgid "Canada (cable)"
+msgstr "kanadyjski (Quebec)"
+
+#: ../../standalone/drakxtv_.c:48
+msgid "USA (bcast)"
msgstr ""
-"Ten poziom powinien by uywany ostronie. Co prawda system jest atwiejszy\n"
-"do uywania, ale jest te bardziej wraliwy i mniej bezpieczny, szczeglnie "
-"dla \n"
-"maszyn pracujcych w Internecie. Nie ma zabezpieczenia hasem!"
-#: ../../standalone/draksec_.c:32
-msgid ""
-"Password are now enabled, but use as a networked computer is still not "
-"recommended."
+#: ../../standalone/drakxtv_.c:48
+msgid "USA (cable)"
msgstr ""
-"Hasa s uaktywnione, ale cigle nie zalecamy uywania komputera\n"
-"w sieci."
-#: ../../standalone/draksec_.c:33
-msgid ""
-"Few improvements for this security level, the main one is that there are\n"
-"more security warnings and checks."
+#: ../../standalone/drakxtv_.c:48
+msgid "USA (cable-hrc)"
msgstr ""
-"Par ulepsze dla tego poziomu zabezpiecze: wicej komunikatw i testw."
-#: ../../standalone/draksec_.c:35
-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. "
+#: ../../standalone/drakxtv_.c:49
+msgid "China (bcast)"
msgstr ""
-"To jest standardowy poziom zabezpiecze dla komputera, ktry bdzie\n"
-"korzysta z sieci jako klient."
-#: ../../standalone/draksec_.c:37
-msgid ""
-"With this security level, the use of this system as a server becomes "
-"possible.\n"
-"The security is now high enough to use the system as a server which accept\n"
-"connections from many clients. "
+#: ../../standalone/drakxtv_.c:49
+msgid "Japan (bcast)"
msgstr ""
-"Ten poziom umoliwia uycie komputera jako serwera, ktry akceptuje\n"
-"poczenia z wieloma klientami przy zachowaniu wysokiego \n"
-"poziomu bezpieczestwa."
-#: ../../standalone/draksec_.c:40
-msgid ""
-"We take level 4 features, but now the system is entirely closed.\n"
-"Security features are at their maximum."
+#: ../../standalone/drakxtv_.c:49
+msgid "Japan (cable)"
msgstr ""
-"To czwarty poziom zabezpiecze.\n"
-"System jest cakowicie zamknity, poziom zabezpiecze jest maksymalny."
-#: ../../standalone/draksec_.c:65
+#: ../../standalone/drakxtv_.c:50
#, fuzzy
-msgid "Security level"
-msgstr "Ustawienie poziomu bezpieczestwa"
+msgid "East Europe"
+msgstr "Europa"
-#: ../../standalone/draksec_.c:67
+#: ../../standalone/drakxtv_.c:50
#, fuzzy
-msgid "Use libsafe for servers"
-msgstr "Wybierz opcje serwera"
+msgid "Ireland"
+msgstr "islandzki"
+
+#: ../../standalone/drakxtv_.c:50
+#, fuzzy
+msgid "West Europe"
+msgstr "Europa"
+
+#: ../../standalone/drakxtv_.c:51
+#, fuzzy
+msgid "Australia"
+msgstr "szeregowa"
+
+#: ../../standalone/drakxtv_.c:51
+msgid "Newzealand"
+msgstr ""
-#: ../../standalone/draksec_.c:68
+#: ../../standalone/drakxtv_.c:52
+msgid "South Africa"
+msgstr ""
+
+#: ../../standalone/drakxtv_.c:53
+msgid "Argentina"
+msgstr ""
+
+#: ../../standalone/drakxtv_.c:58
msgid ""
-"A library which defends against buffer overflow and format string attacks."
+"Please,\n"
+"type in your tv norm and country"
msgstr ""
-#: ../../standalone/draksec_.c:72
-msgid "Setting security level"
-msgstr "Ustawienie poziomu bezpieczestwa"
+#: ../../standalone/drakxtv_.c:60
+msgid "TV norm :"
+msgstr ""
-#: ../../standalone/drakxconf_.c:47
-msgid "Control Center"
-msgstr "Centrum Sterowania"
+#: ../../standalone/drakxtv_.c:61
+msgid "Area :"
+msgstr ""
-#: ../../standalone/drakxconf_.c:48
-msgid "Choose the tool you want to use"
-msgstr "Wybr uywanych narzdzi"
+#: ../../standalone/drakxtv_.c:65
+msgid "Scanning for TV channels in progress ..."
+msgstr ""
+
+#: ../../standalone/drakxtv_.c:72
+msgid "Scanning for TV channels"
+msgstr ""
+
+#: ../../standalone/drakxtv_.c:83
+msgid "No TV Card detected!"
+msgstr ""
+
+#: ../../standalone/drakxtv_.c:84
+msgid ""
+"No TV Card has been detected on your machine. Please verify that a Linux-"
+"supported Video/TV Card is correctly plugged in.\n"
+"\n"
+"\n"
+"You can visit our hardware database at:\n"
+"\n"
+"\n"
+"http://www.linux-mandrake.com/en/hardware.php3"
+msgstr ""
#: ../../standalone/keyboarddrake_.c:16
msgid "usage: keyboarddrake [--expert] [keyboard]\n"
msgstr "uycie: keyboarddrake [--expert] [keyboard]\n"
+#: ../../standalone/keyboarddrake_.c:29
+msgid "Please, choose your keyboard layout."
+msgstr "Wybierz ukad klawiatury."
+
#: ../../standalone/keyboarddrake_.c:36
msgid "Do you want the BackSpace to return Delete in console?"
msgstr "Czy chcesz uywa BackSpace zamiast Delete dla konsoli?"
-#: ../../standalone/livedrake_.c:23
+#: ../../standalone/livedrake_.c:24
msgid "Change Cd-Rom"
msgstr "Zmiana CD-ROM"
-#: ../../standalone/livedrake_.c:24
+#: ../../standalone/livedrake_.c:25
msgid ""
"Please insert the Installation Cd-Rom in your drive and press Ok when done.\n"
"If you don't have it, press Cancel to avoid live upgrade."
@@ -8318,27 +10741,271 @@ msgstr ""
"W pyt Installation CD-Rom do kieszeni czytnika i nacinij Ok.\n"
"Jeli jej nie masz, nacinij Anuluj, by omin uaktualnienie."
-#: ../../standalone/livedrake_.c:34
+#: ../../standalone/livedrake_.c:35
msgid "Unable to start live upgrade !!!\n"
msgstr "Nie mona uruchomi uaktualnienia!!!\n"
-#: ../../standalone/mousedrake_.c:58
+#: ../../standalone/localedrake_.c:32
+msgid "The change is done, but to be effective you must logout"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:85 ../../standalone/logdrake_.c:501
+msgid "logdrake"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:95
+msgid "Show only for the selected day"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:102
+msgid "/File/_New"
+msgstr "/Plik/_Nowy"
+
+#: ../../standalone/logdrake_.c:102
+msgid "<control>N"
+msgstr "<control>N"
+
+#: ../../standalone/logdrake_.c:103
+msgid "/File/_Open"
+msgstr "/Plik/_Otwrz"
+
+#: ../../standalone/logdrake_.c:103
+msgid "<control>O"
+msgstr "<control>O"
+
+#: ../../standalone/logdrake_.c:104
+msgid "/File/_Save"
+msgstr "/Plik/Zapi_sz"
+
+#: ../../standalone/logdrake_.c:104
+msgid "<control>S"
+msgstr "<control>S"
+
+#: ../../standalone/logdrake_.c:105
+msgid "/File/Save _As"
+msgstr "/Plik/Z_apisz jako"
+
+#: ../../standalone/logdrake_.c:106
+msgid "/File/-"
+msgstr "/Plik/-"
+
+#: ../../standalone/logdrake_.c:108
+msgid "/_Options"
+msgstr "/_Opcje"
+
+#: ../../standalone/logdrake_.c:109
+msgid "/Options/Test"
+msgstr "/Opcje/Test"
+
+#: ../../standalone/logdrake_.c:110
+msgid "/_Help"
+msgstr "/Pomo_c"
+
+#: ../../standalone/logdrake_.c:111
+msgid "/Help/_About..."
+msgstr "/Pomoc/O _programie"
+
+#: ../../standalone/logdrake_.c:118
+msgid "-misc-fixed-medium-r-*-*-*-100-*-*-*-*-*-*,*"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:119
+msgid "-misc-fixed-bold-r-*-*-*-100-*-*-*-*-*-*,*"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:173
+#, fuzzy
+msgid "User"
+msgstr "Identyfikator:"
+
+#: ../../standalone/logdrake_.c:174
+#, fuzzy
+msgid "Messages"
+msgstr "Komunikat startowy"
+
+#: ../../standalone/logdrake_.c:175
+msgid "Syslog"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:176
+msgid "Mandrake Tools Explanations"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:179
+msgid "search"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:185
+msgid "A tool to monitor your logs"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:186
+msgid "Settings"
+msgstr "Ustawienia"
+
+#: ../../standalone/logdrake_.c:191
+#, fuzzy
+msgid "matching"
+msgstr "Komputer:"
+
+#: ../../standalone/logdrake_.c:192
+#, fuzzy
+msgid "but not matching"
+msgstr "Komputer:"
+
+#: ../../standalone/logdrake_.c:196
+msgid "Choose file"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:201
+msgid "Calendar"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:211
+msgid "Content of the file"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:215 ../../standalone/logdrake_.c:390
+msgid "Mail/SMS alert"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:268
+#, c-format
+msgid "please wait, parsing file: %s"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:405
+#, fuzzy
+msgid "Mail/SMS alert configuration"
+msgstr "Konfiguracja Lilo/Grub"
+
+#: ../../standalone/logdrake_.c:406
+#, fuzzy
+msgid ""
+"Welcome to the mail/SMS configuration utility.\n"
+"\n"
+"Here, you'll be able to set up the alert system.\n"
+msgstr ""
+"Narzdzie do konfiguracji porednika.\n"
+"\n"
+"Pozwala na skonfigurowanie porednikw http oraz ftp\n"
+"z (lub bez) nazw uytkownika oraz hasem\n"
+
+#: ../../standalone/logdrake_.c:414
+#, fuzzy
+msgid "proftpd"
+msgstr "Apache oraz Pro-ftpd"
+
+#: ../../standalone/logdrake_.c:417
+#, fuzzy
+msgid "sshd"
+msgstr "shadow"
+
+#: ../../standalone/logdrake_.c:418
+msgid "webmin"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:419
+#, fuzzy
+msgid "xinetd"
+msgstr "Ext2"
+
+#: ../../standalone/logdrake_.c:422
+#, fuzzy
+msgid "service setting"
+msgstr "interesujcy"
+
+#: ../../standalone/logdrake_.c:423
+msgid ""
+"You will receive an alert if one of the selected service is no more running"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:433
+#, fuzzy
+msgid "load setting"
+msgstr "Formatowanie"
+
+#: ../../standalone/logdrake_.c:434
+msgid "You will receive an alert if the load is higher than this value"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:447
+#, fuzzy
+msgid "alert configuration"
+msgstr "Konfiguracja kolorw"
+
+#: ../../standalone/logdrake_.c:448
+msgid "Configure the way the system will alert you"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:478
+msgid "Save as.."
+msgstr ""
+
+#: ../../standalone/mousedrake_.c:49
+msgid "Please, choose the type of your mouse."
+msgstr "Wybierz typ myszy."
+
+#: ../../standalone/mousedrake_.c:59
msgid "no serial_usb found\n"
msgstr "nie znaleziono serial_usb\n"
-#: ../../standalone/mousedrake_.c:62
+#: ../../standalone/mousedrake_.c:63
msgid "Emulate third button?"
msgstr "Emulowa rodkowy przycisk?"
-#: ../../standalone/tinyfirewall_.c:29
+#: ../../standalone/scannerdrake_.c:53
+#, c-format
+msgid "%s found on %s, configure it ?"
+msgstr ""
+
+#: ../../standalone/scannerdrake_.c:60
+#, fuzzy
+msgid "Select a scanner"
+msgstr "Wybierz kart graficzn"
+
+#: ../../standalone/scannerdrake_.c:80
+#, c-format
+msgid "This %s scanner is unsupported"
+msgstr ""
+
+#: ../../standalone/scannerdrake_.c:94
+#, c-format
+msgid ""
+"Scannerdrake was not able to detect your %s scanner.\n"
+"Please select the device where your scanner is plugged"
+msgstr ""
+
+#: ../../standalone/scannerdrake_.c:96
+#, fuzzy
+msgid "choose device"
+msgstr "Urzdzenie startowe"
+
+#: ../../standalone/scannerdrake_.c:102
+#, c-format
+msgid ""
+"This %s scanner must be configured by printerdrake.\n"
+"You can launch printerdrake from the Mandrake Control Center in Hardware "
+"section."
+msgstr ""
+
+#: ../../standalone/scannerdrake_.c:107
+#, c-format
+msgid ""
+"Your %s scanner has been configured.\n"
+"You may now scan documents using ``XSane'' from Multimedia/Graphics in the "
+"applications menu."
+msgstr ""
+
+#: ../../standalone/tinyfirewall_.c:31
msgid "Firewalling Configuration"
msgstr "Konfiguracja zapory sieciowej"
-#: ../../standalone/tinyfirewall_.c:42
+#: ../../standalone/tinyfirewall_.c:44
msgid "Firewalling configuration"
msgstr "Konfiguracja zapory sieciowej"
-#: ../../standalone/tinyfirewall_.c:77
+#: ../../standalone/tinyfirewall_.c:79
msgid ""
"Firewalling\n"
"\n"
@@ -8350,7 +11017,7 @@ msgstr ""
"Jest ju skonfigurowana.\n"
"Wybierz Konfiguruj, by zmieni lub usunc jego konfiguracj"
-#: ../../standalone/tinyfirewall_.c:81
+#: ../../standalone/tinyfirewall_.c:83
msgid ""
"Firewalling\n"
"\n"
@@ -8412,19 +11079,24 @@ msgstr "Konfiguracja sieci"
msgid "Configure services"
msgstr "Konfiguracja usug"
-#: ../../steps.pm_.c:30
-msgid "Create a bootdisk"
-msgstr "Dysk startowy"
-
-#: ../../steps.pm_.c:32
+#: ../../steps.pm_.c:29
msgid "Install bootloader"
msgstr "Program rozruchowy"
+#: ../../steps.pm_.c:31
+msgid "Create a bootdisk"
+msgstr "Dysk startowy"
+
#: ../../steps.pm_.c:33
msgid "Configure X"
msgstr "Konfiguracja X"
#: ../../steps.pm_.c:34
+#, fuzzy
+msgid "Install system updates"
+msgstr "Instalacja pakietw"
+
+#: ../../steps.pm_.c:35
msgid "Exit install"
msgstr "Wyjcie z instalacji"
@@ -8590,6 +11262,55 @@ msgstr "Nie mona otworzy %s: %s\n"
msgid "Can't open %s for writing: %s\n"
msgstr "Bd otwarcia %s do zapisu: %s\n"
+#: ../../tinyfirewall.pm_.c:180
+msgid "No I don't need DHCP"
+msgstr ""
+
+#: ../../tinyfirewall.pm_.c:180
+msgid "Yes I need DHCP"
+msgstr ""
+
+#: ../../tinyfirewall.pm_.c:181
+msgid "No I don't need NTP"
+msgstr ""
+
+#: ../../tinyfirewall.pm_.c:181
+msgid "Yes I need NTP"
+msgstr ""
+
+#: ../../tinyfirewall.pm_.c:182 ../../tinyfirewall.pm_.c:186
+msgid "Don't Save"
+msgstr ""
+
+#: ../../tinyfirewall.pm_.c:182 ../../tinyfirewall.pm_.c:186
+#: ../../tinyfirewall.pm_.c:206
+msgid "Save & Quit"
+msgstr ""
+
+#: ../../tinyfirewall.pm_.c:197 ../../tinyfirewall.pm_.c:201
+msgid "Firewall Configuration Wizard"
+msgstr "Kreator konfiguracji zapory sieciowej"
+
+#: ../../tinyfirewall.pm_.c:199
+msgid "No (firewall this off from the internet)"
+msgstr ""
+
+#: ../../tinyfirewall.pm_.c:200
+msgid "Yes (allow this through the firewall)"
+msgstr ""
+
+#: ../../tinyfirewall.pm_.c:232
+#, fuzzy
+msgid "Please Wait... Verifying installed packages"
+msgstr "Prosz czeka, trwa przygotowywanie instalacji"
+
+#: ../../tinyfirewall.pm_.c:238
+#, c-format
+msgid ""
+"Failure installing the needed packages : %s and Bastille.\n"
+" Try to install them manually."
+msgstr ""
+
# ../../share/compssUsers
#: ../../share/compssUsers:999
msgid "Web/FTP"
@@ -8732,10 +11453,6 @@ msgid "Graphical Environment"
msgstr "rodowisko graficzne"
#: ../../share/compssUsers:999
-msgid "Development"
-msgstr "Programowanie"
-
-#: ../../share/compssUsers:999
msgid "Apache, Pro-ftpd"
msgstr "Apache oraz Pro-ftpd"
@@ -8748,6 +11465,10 @@ msgstr "Narzdzia do tworzenia i nagrywania CD"
msgid "Office Workstation"
msgstr "Komputer biurowy"
+#: ../../share/compssUsers:999
+msgid "Server"
+msgstr "Serwer"
+
# ../../share/compssUsers
#: ../../share/compssUsers:999
msgid "Gnome, Icewm, Window Maker, Enlightenment, Fvwm, etc"
@@ -8851,10 +11572,6 @@ msgstr "editory, powoki, narzdzia plikowe, terminale"
msgid "Programs to manage your finance, such as gnucash"
msgstr "Programy do zarzdzania finansami, np gnucash"
-#: ../../share/compssUsers:999
-msgid "Games"
-msgstr "Gry"
-
# ../../share/compssUsers
#: ../../share/compssUsers:999
msgid "Personal Information Management"
@@ -8869,6 +11586,261 @@ msgstr "Multimedia - Nagrywanie pyt CD"
msgid "Scientific Workstation"
msgstr "Stacja robocza dla naukowca"
+#, fuzzy
+#~ msgid "About"
+#~ msgstr "Przerwij"
+
+#, fuzzy
+#~ msgid "-adobe-utopia-medium-r-normal-*-12-*-*-*-p-*-iso8859-*,*-r-*"
+#~ msgstr "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
+
+#~ msgid "$f-$g %s)"
+#~ msgstr "$f-$g %s)"
+
+#~ msgid "None"
+#~ msgstr "aden"
+
+#, fuzzy
+#~ msgid "Choose a default printer!"
+#~ msgstr "Wybierz domylnego uytkownika:"
+
+#, fuzzy
+#~ msgid "Apply/Re-read printers"
+#~ msgstr "Drukarka sieciowa"
+
+#~ msgid "You may now provide its options to module %s."
+#~ msgstr "Moesz teraz okreli parametry moduu %s."
+
+#~ msgid "Low"
+#~ msgstr "Niski"
+
+#~ msgid "Medium"
+#~ msgstr "redni"
+
+#~ msgid ""
+#~ "Few improvements for this security level, the main one is that there are\n"
+#~ "more security warnings and checks."
+#~ msgstr ""
+#~ "Par ulepsze dla tego poziomu zabezpiecze: wicej komunikatw i testw."
+
+#~ msgid "mount failed"
+#~ msgstr "nieudane montowanie"
+
+#, fuzzy
+#~ msgid "Art and Multimedia"
+#~ msgstr "Multimedia"
+
+#~ msgid "Boot mode"
+#~ msgstr "Tryb uruchamiania"
+
+#, fuzzy
+#~ msgid "Export"
+#~ msgstr "Dla eksperta"
+
+#~ msgid ""
+#~ "GNU/Linux manages time in GMT (Greenwich Mean Time) and translates it in\n"
+#~ "local time according to the time zone you selected."
+#~ msgstr ""
+#~ "GNU/Linux korzysta z czasu GMT \"Czas uniwersalny Greenwich\", tumaczc "
+#~ "go\n"
+#~ "na czas lokalny odpowiednio do wybranej strefy czasowej."
+
+#~ msgid "Connect to Internet"
+#~ msgstr "Pocz z Internetem"
+
+#~ msgid "Disconnect from Internet"
+#~ msgstr "Rozcz poczenie z Internetem"
+
+#~ msgid "Configure network connection (LAN or Internet)"
+#~ msgstr "Konfiguracja poczenia z sieci (LAN lub Internet)"
+
+#, fuzzy
+#~ msgid "Detected %s, do you want to set it up?"
+#~ msgstr "Na ktry dysk chcesz przenie ?"
+
+#, fuzzy
+#~ msgid "Please choose the printer you want to set up."
+#~ msgstr "Wybierz pakiety do zainstalowania."
+
+#, fuzzy
+#~ msgid "Infos"
+#~ msgstr "Informacje"
+
+#, fuzzy
+#~ msgid "Windows Importation"
+#~ msgstr "Stacja robocza z Gnome"
+
+#, fuzzy
+#~ msgid "user"
+#~ msgstr "Uytkownik:"
+
+#, fuzzy
+#~ msgid ""
+#~ "Please choose the desired printer/printer port.\n"
+#~ "\n"
+#~ msgstr "Wybierz typ myszy."
+
+#, fuzzy
+#~ msgid "\\@quit"
+#~ msgstr "Zakocz"
+
+#, fuzzy
+#~ msgid "Removable media"
+#~ msgstr "Automatyczne montowanie wyjmowanych dyskw"
+
+#~ msgid "Active"
+#~ msgstr "Uaktywnij"
+
+#, fuzzy
+#~ msgid "No X"
+#~ msgstr "Nie"
+
+#~ msgid "A printer, model \"%s\", has been detected on "
+#~ msgstr "Wykryto drukark model \"%s\" na"
+
+#~ msgid "Local Printer Device"
+#~ msgstr "Port lokalnej drukarki"
+
+#~ msgid "Printer Device"
+#~ msgstr "Port drukarki:"
+
+#~ msgid "Device/file name missing!"
+#~ msgstr "Brak nazwy urzdzenia/pliku!"
+
+#, fuzzy
+#~ msgid "Printer(s) on remote CUPS server(s)"
+#~ msgstr "Zdalny serwer CUPS"
+
+#, fuzzy
+#~ msgid "Printer(s) on remote server(s)"
+#~ msgstr "Zdalny serwer CUPS"
+
+#, fuzzy
+#~ msgid " Linux "
+#~ msgstr "Linux"
+
+#, fuzzy
+#~ msgid " System "
+#~ msgstr "Tryb pracy systemu"
+
+#, fuzzy
+#~ msgid " Other "
+#~ msgstr "Inna"
+
+#, fuzzy
+#~ msgid "please choose your CD space"
+#~ msgstr "Wybierz ukad klawiatury."
+
+#, fuzzy
+#~ msgid " Please check if you are using CDRW media"
+#~ msgstr "Prosz klikn na partycji"
+
+#, fuzzy
+#~ msgid " Tape "
+#~ msgstr "Rodzaj: "
+
+#, fuzzy
+#~ msgid " Use .backupignore files"
+#~ msgstr "Uszkodzony plik archiwum"
+
+#, fuzzy
+#~ msgid "Configure it"
+#~ msgstr "Konfiguracja X"
+
+#, fuzzy
+#~ msgid "on Tape Device"
+#~ msgstr "Port drukarki:"
+
+#, fuzzy
+#~ msgid " Cancel "
+#~ msgstr "Anuluj"
+
+#, fuzzy
+#~ msgid " Ok "
+#~ msgstr "Ok"
+
+#, fuzzy
+#~ msgid "close"
+#~ msgstr "Zamknij"
+
+#, fuzzy
+#~ msgid "toto"
+#~ msgstr "toot"
+
+#~ msgid "Starting your connection..."
+#~ msgstr "Otwieranie poczenia..."
+
+#~ msgid "Closing your connection..."
+#~ msgstr "Zamykanie poczenia..."
+
+#~ msgid ""
+#~ "The connection is not closed.\n"
+#~ "Try to do it manually by running\n"
+#~ "/etc/sysconfig/network-scripts/net_cnx_down\n"
+#~ "in root."
+#~ msgstr ""
+#~ "Poczenie nie zostao zamknite.\n"
+#~ "Sprbuj zrobi to rcznie przez uruchomienie\n"
+#~ "/etc/sysconfig/network-scripts/net_cnx_down\n"
+#~ "jako root."
+
+#~ msgid "The system is now disconnected."
+#~ msgstr "System jest teraz rozczony."
+
+#~ msgid "Choose the size you want to install"
+#~ msgstr "Okrel rozmiar przeznaczony na instalacj"
+
+#~ msgid "Total size: "
+#~ msgstr "Cakowity rozmiar: "
+
+#~ msgid "Please wait, "
+#~ msgstr "Prosz czeka, "
+
+#~ msgid "Total time "
+#~ msgstr "Cakowity czas "
+
+#~ msgid "Use existing configuration for X11?"
+#~ msgstr "Wykorzysta istniejc konfiguracj X11?"
+
+#~ msgid ""
+#~ "What device is your printer connected to \n"
+#~ "(note that /dev/lp0 is equivalent to LPT1:)?\n"
+#~ msgstr ""
+#~ "Do jakiego portu jest podczona drukarka?\n"
+#~ "(pamitaj, e /dev/lp0 to odpowiednik LPT1:)\n"
+
+#~ msgid "$_"
+#~ msgstr "$_"
+
+#~ msgid ""
+#~ "Warning, the network adapter is already configured. I will reconfigure it."
+#~ msgstr ""
+#~ "Uwaga, karta sieciowa zostaa ju skonfigurowana. Zostanie "
+#~ "zrekonfigurowana."
+
+#~ msgid "New"
+#~ msgstr "Nowy"
+
+#, fuzzy
+#~ msgid "Remote"
+#~ msgstr "Kolejka sieciowa"
+
+#, fuzzy
+#~ msgid ""
+#~ "Please click on a button above\n"
+#~ "\n"
+#~ "Or use \"New\""
+#~ msgstr "Prosz klikn na partycji"
+
+#~ msgid "Ambiguity (%s), be more precise\n"
+#~ msgstr "Niejednoznaczny (%s), sprecyzuj\n"
+
+#~ msgid " ? (default %s) "
+#~ msgstr "? (domylnie %s)"
+
+#~ msgid "Your choice? (default %s enter `none' for none) "
+#~ msgstr "Twj wybr? (domylnie %s, wpisz \"none\" dla adnego) "
+
#~ msgid "can not open /etc/sysconfig/autologin for reading: %s"
#~ msgstr "nie mona otworzy do odczytu /etc/sysconfig/autologin: %s"
@@ -8897,14 +11869,6 @@ msgstr "Stacja robocza dla naukowca"
#~ " IDE) lub \"/dev/sda\" pierwszy dysk SCSI (first SCSI disk)."
#, fuzzy
-#~ msgid ""
-#~ "The following printers are configured.\n"
-#~ "You can add some more or modify the existing ones."
-#~ msgstr ""
-#~ "Istniej nastpujce kolejki wydruku.\n"
-#~ "Moesz doda nastpne lub zmieni istniejce."
-
-#, fuzzy
#~ msgid "Connection timeout (in sec) [ beta, not yet implemented ]"
#~ msgstr "Czas poczenia:"
@@ -9148,7 +12112,7 @@ msgstr "Stacja robocza dla naukowca"
#~ "\"Disable networking\".\n"
#~ "\n"
#~ "\n"
-#~ "If you wish to configure the network later after installation or if you "
+#~ "If you wish to configure the network later after installation, or if you "
#~ "have\n"
#~ "finished to configure your network connection, choose \"Done\"."
#~ msgstr ""
@@ -9580,7 +12544,8 @@ msgstr "Stacja robocza dla naukowca"
#~ "skomplikowanego: musisz go zapamita bez kopotu."
#~ msgid ""
-#~ "If your network uses LDAP (or NIS) protocol for authentication, select\n"
+#~ "If your network uses the LDAP (or NIS) protocol for authentication, "
+#~ "select\n"
#~ "\"LDAP\" (or \"NIS\") as authentication. If you don't know, ask your "
#~ "network\n"
#~ "administrator.\n"
@@ -9845,15 +12810,6 @@ msgstr "Stacja robocza dla naukowca"
#~ msgid "Write /etc/fstab"
#~ msgstr "Zapisz /etc/fstab"
-#~ msgid "Restore from file"
-#~ msgstr "Przywr z pliku"
-
-#~ msgid "Save in file"
-#~ msgstr "Zapisz do pliku"
-
-#~ msgid "Restore from floppy"
-#~ msgstr "Przywr z dyskietki"
-
#~ msgid "Format all"
#~ msgstr "Sformatuj wszystko"
@@ -9893,9 +12849,6 @@ msgstr "Stacja robocza dla naukowca"
#~ msgid "Remote queue name missing!"
#~ msgstr " Kolejka sieciowa"
-#~ msgid "Pipe into command"
-#~ msgstr "Potok do polecenia"
-
#~ msgid ""
#~ "Here you can specify any arbitrary command line into which the job should "
#~ "be piped instead of being sent directly to a printer."
@@ -9912,9 +12865,6 @@ msgstr "Stacja robocza dla naukowca"
#~ msgid "Network Monitoring"
#~ msgstr "Monitorowanie sieci"
-#~ msgid "Settings"
-#~ msgstr "Ustawienia"
-
#~ msgid "Profile "
#~ msgstr "Profil "
@@ -9955,9 +12905,6 @@ msgstr "Stacja robocza dla naukowca"
#~ "Poczenie nie powiodo si. Sprawd konfiguracj w w Centrum Sterownia "
#~ "Mandrake."
-#~ msgid "Color configuration"
-#~ msgstr "Konfiguracja kolorw"
-
#~ msgid "sent: "
#~ msgstr "wysano: "
@@ -9967,60 +12914,12 @@ msgstr "Stacja robocza dla naukowca"
#~ msgid "average"
#~ msgstr "rednio"
-#~ msgid "Connect"
-#~ msgstr "Pocz"
-
-#~ msgid "Disconnect"
-#~ msgstr "Rozcz"
-
-#~ msgid "/File/_New"
-#~ msgstr "/Plik/_Nowy"
-
-#~ msgid "<control>N"
-#~ msgstr "<control>N"
-
-#~ msgid "/File/_Open"
-#~ msgstr "/Plik/_Otwrz"
-
-#~ msgid "<control>O"
-#~ msgstr "<control>O"
-
-#~ msgid "/File/_Save"
-#~ msgstr "/Plik/Zapi_sz"
-
-#~ msgid "<control>S"
-#~ msgstr "<control>S"
-
-#~ msgid "/File/Save _As"
-#~ msgstr "/Plik/Z_apisz jako"
-
-#~ msgid "/File/-"
-#~ msgstr "/Plik/-"
-
-#~ msgid "/_Options"
-#~ msgstr "/_Opcje"
-
-#~ msgid "/Options/Test"
-#~ msgstr "/Opcje/Test"
-
-#~ msgid "/_Help"
-#~ msgstr "/Pomo_c"
-
-#~ msgid "/Help/_About..."
-#~ msgstr "/Pomoc/O _programie"
-
#~ msgid "Default Runlevel"
#~ msgstr "Domylny tryb uruchamiania"
-#~ msgid "Europe"
-#~ msgstr "Europa"
-
#~ msgid "NetWare"
#~ msgstr "NetWare"
-#~ msgid "Remove queue"
-#~ msgstr "Usu kolejk"
-
#~ msgid "Config file content could not be interpreted."
#~ msgstr "Zawarto pliku konfiguracyjnego nie moe zosta zinterpretowana."
@@ -10101,9 +13000,6 @@ msgstr "Stacja robocza dla naukowca"
#~ msgid "Reverse page order"
#~ msgstr "Odwrotna kolejno stron"
-#~ msgid "CUPS starting"
-#~ msgstr "Uruchamianie CUPS"
-
#~ msgid "Select Remote Printer Connection"
#~ msgstr "Wybierz sposb podczenia drukarki sieciowej"
@@ -10186,9 +13082,6 @@ msgstr "Stacja robocza dla naukowca"
#~ msgid "cannot fork: "
#~ msgstr "cannot fork: "
-#~ msgid "Lilo/Grub configuration"
-#~ msgstr "Konfiguracja Lilo/Grub"
-
#~ msgid "Selected size %d%s"
#~ msgstr "Rozmiar wybranych %d%s"
@@ -10234,9 +13127,6 @@ msgstr "Stacja robocza dla naukowca"
#~ msgid "Create a boot floppy"
#~ msgstr "Utwrz dysk startowy"
-#~ msgid "Format floppy"
-#~ msgstr "Formatuj dyskietk"
-
#~ msgid "Choice"
#~ msgstr "Wybr"
@@ -10326,9 +13216,6 @@ msgstr "Stacja robocza dla naukowca"
#~ msgid "Mail information"
#~ msgstr "Informacje o poczcie"
-#~ msgid "Firewall Configuration Wizard"
-#~ msgstr "Kreator konfiguracji zapory sieciowej"
-
#~ msgid "Miscellaneous"
#~ msgstr "Rne"
@@ -10368,9 +13255,6 @@ msgstr "Stacja robocza dla naukowca"
#~ msgid "Scientific applications"
#~ msgstr "Programy naukowe"
-#~ msgid "toot"
-#~ msgstr "toot"
-
#~ msgid "First DNS Server"
#~ msgstr "Pierwszy serwer DNS"
@@ -10420,9 +13304,6 @@ msgstr "Stacja robocza dla naukowca"
#~ msgid "Graphics Manipulation"
#~ msgstr "Obrbka grafiki"
-#~ msgid "Multimedia"
-#~ msgstr "Multimedia"
-
#~ msgid "Sciences"
#~ msgstr "Nauki"
@@ -10457,9 +13338,6 @@ msgstr "Stacja robocza dla naukowca"
#~ msgid "(may cause data corruption)"
#~ msgstr "(moe by przyczyn zniszczenia danych)"
-#~ msgid "Use hard drive optimisations?"
-#~ msgstr "Uy optymalizacji dysku?"
-
#~ msgid "Enable num lock at startup"
#~ msgstr "Uaktywnienie num lock przy starcie"
@@ -10497,9 +13375,6 @@ msgstr "Stacja robocza dla naukowca"
#~ msgid "Use shadow file"
#~ msgstr "Uyj pliku shadow"
-#~ msgid "shadow"
-#~ msgstr "shadow"
-
#~ msgid "MD5"
#~ msgstr "MD5"
@@ -10512,9 +13387,6 @@ msgstr "Stacja robocza dla naukowca"
#~ msgid "Package"
#~ msgstr "Pakiet"
-#~ msgid "Text"
-#~ msgstr "Tekst"
-
#~ msgid "Tree"
#~ msgstr "Drzewo"
@@ -10524,9 +13396,6 @@ msgstr "Stacja robocza dla naukowca"
#~ msgid "Category"
#~ msgstr "Kategoria"
-#~ msgid "See"
-#~ msgstr "Patrz"
-
#~ msgid "Installed packages"
#~ msgstr "Zainstalowane pakiety"
@@ -10554,30 +13423,18 @@ msgstr "Stacja robocza dla naukowca"
#~ msgid "Toggle between Installed and Available"
#~ msgstr "Przecze midzy zainstalowanymi i dostpnymi"
-#~ msgid "Choose package to install"
-#~ msgstr "Wybierz pakiety do zainstalowania"
-
#~ msgid "Checking dependencies"
#~ msgstr "Sprawdzanie zalenoci"
-#~ msgid "Wait"
-#~ msgstr "Czekaj"
-
#~ msgid "The following packages are going to be uninstalled"
#~ msgstr "Zostan odinstalowane nastpujce pakiety"
-#~ msgid "Uninstalling the RPMs"
-#~ msgstr "Oddnstalowanie pakietw"
-
#~ msgid "Regexp"
#~ msgstr "Wyraenie regularne"
#~ msgid "Which package are looking for"
#~ msgstr "Jakiego pakietu szukasz?"
-#~ msgid "%s not found"
-#~ msgstr "nie znaleziono %s "
-
#~ msgid "No match"
#~ msgstr "Nic nie pasuje"
@@ -10637,9 +13494,6 @@ msgstr "Stacja robocza dla naukowca"
#~ msgid "I have found an ISDN Card:\n"
#~ msgstr "Wykryto kart ISDN:\n"
-#~ msgid "France"
-#~ msgstr "Francja"
-
#~ msgid "Other countries"
#~ msgstr "Inne kraje"
@@ -10660,12 +13514,6 @@ msgstr "Stacja robocza dla naukowca"
#~ msgid "don't use pppoe"
#~ msgstr "nie uywaj pppoe"
-#~ msgid "mandatory"
-#~ msgstr "niezbdny"
-
-#~ msgid "interesting"
-#~ msgstr "interesujcy"
-
#~ msgid "i18n (important)"
#~ msgstr "lokalizacja (wany)"
diff --git a/perl-install/share/po/ro.po b/perl-install/share/po/ro.po
index 0e9aad8bb..82e30c776 100644
--- a/perl-install/share/po/ro.po
+++ b/perl-install/share/po/ro.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: DrakX 7.1\n"
-"POT-Creation-Date: 2001-06-02 17:16+0200\n"
+"POT-Creation-Date: 2002-03-11 18:29+0100\n"
"PO-Revision-Date: 2000-04-30 2:55+0200\n"
"Last-Translator: Florin Grad <florin@mandrakesoft.com>\n"
"Language-Team: romanian\n"
@@ -14,87 +14,98 @@ msgstr ""
"Content-Type: text/plain; charset=iso-8859-2\n"
"Content-Transfer-Encoding: 8bit\n"
-#: ../../Xconfigurator.pm_.c:232
-msgid "Configure all heads independantly"
+#: ../../Xconfigurator.pm_.c:242
+msgid "Configure all heads independently"
msgstr ""
-#: ../../Xconfigurator.pm_.c:233
+#: ../../Xconfigurator.pm_.c:243
msgid "Use Xinerama extension"
msgstr ""
-#: ../../Xconfigurator.pm_.c:236
+#: ../../Xconfigurator.pm_.c:246
#, c-format
msgid "Configure only card \"%s\" (%s)"
msgstr ""
-#: ../../Xconfigurator.pm_.c:239
+#: ../../Xconfigurator.pm_.c:249
#, fuzzy
msgid "Multi-head configuration"
msgstr "Citirea configuraiei"
-#: ../../Xconfigurator.pm_.c:240
+#: ../../Xconfigurator.pm_.c:250
msgid ""
"Your system support multiple head configuration.\n"
"What do you want to do?"
msgstr ""
-#: ../../Xconfigurator.pm_.c:249
+#: ../../Xconfigurator.pm_.c:261
msgid "Graphic card"
msgstr "Carte grafic"
-#: ../../Xconfigurator.pm_.c:249
+#: ../../Xconfigurator.pm_.c:262
msgid "Select a graphic card"
msgstr "Alegei o carte grafic"
-#: ../../Xconfigurator.pm_.c:250
+#: ../../Xconfigurator.pm_.c:286
msgid "Choose a X server"
msgstr "Alegei un server X"
-#: ../../Xconfigurator.pm_.c:250
+#: ../../Xconfigurator.pm_.c:286
msgid "X server"
msgstr "Server X"
-#: ../../Xconfigurator.pm_.c:309 ../../Xconfigurator.pm_.c:316
-#: ../../Xconfigurator.pm_.c:366
+#: ../../Xconfigurator.pm_.c:293
+#, fuzzy
+msgid "Choose a X driver"
+msgstr "Alegei un server X"
+
+#: ../../Xconfigurator.pm_.c:293
+#, fuzzy
+msgid "X driver"
+msgstr "Server X"
+
+#: ../../Xconfigurator.pm_.c:360 ../../Xconfigurator.pm_.c:366
+#: ../../Xconfigurator.pm_.c:416 ../../Xconfigurator.pm_.c:1507
#, fuzzy, c-format
msgid "XFree %s"
msgstr "Server XFree86: %s"
-#: ../../Xconfigurator.pm_.c:312
+#: ../../Xconfigurator.pm_.c:363
#, fuzzy
msgid "Which configuration of XFree do you want to have?"
msgstr "Ce tip de intrri dorii s adugai ?"
-#: ../../Xconfigurator.pm_.c:324
+#: ../../Xconfigurator.pm_.c:374
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support but only with XFree %s.\n"
"Your card is supported by XFree %s which may have a better support in 2D."
msgstr ""
-#: ../../Xconfigurator.pm_.c:326 ../../Xconfigurator.pm_.c:359
+#: ../../Xconfigurator.pm_.c:376 ../../Xconfigurator.pm_.c:409
#, c-format
msgid "Your card can have 3D hardware acceleration support with XFree %s."
msgstr ""
-#: ../../Xconfigurator.pm_.c:328 ../../Xconfigurator.pm_.c:361
+#: ../../Xconfigurator.pm_.c:378 ../../Xconfigurator.pm_.c:411
+#: ../../Xconfigurator.pm_.c:1507
#, c-format
msgid "XFree %s with 3D hardware acceleration"
msgstr ""
-#: ../../Xconfigurator.pm_.c:336 ../../Xconfigurator.pm_.c:350
+#: ../../Xconfigurator.pm_.c:386 ../../Xconfigurator.pm_.c:400
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support with XFree %s,\n"
"NOTE THIS IS EXPERIMENTAL SUPPORT AND MAY FREEZE YOUR COMPUTER."
msgstr ""
-#: ../../Xconfigurator.pm_.c:338 ../../Xconfigurator.pm_.c:352
+#: ../../Xconfigurator.pm_.c:388 ../../Xconfigurator.pm_.c:402
#, c-format
msgid "XFree %s with EXPERIMENTAL 3D hardware acceleration"
msgstr ""
-#: ../../Xconfigurator.pm_.c:347
+#: ../../Xconfigurator.pm_.c:397
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support but only with XFree %s,\n"
@@ -102,28 +113,32 @@ msgid ""
"Your card is supported by XFree %s which may have a better support in 2D."
msgstr ""
-#: ../../Xconfigurator.pm_.c:371
+#: ../../Xconfigurator.pm_.c:417
+msgid "Xpmac (installation display driver)"
+msgstr ""
+
+#: ../../Xconfigurator.pm_.c:421
#, fuzzy
msgid "XFree configuration"
msgstr "Configuraie post-install"
-#: ../../Xconfigurator.pm_.c:416
+#: ../../Xconfigurator.pm_.c:496
msgid "Select the memory size of your graphic card"
msgstr "Alegei memoria pentru cartea grafic"
-#: ../../Xconfigurator.pm_.c:463
+#: ../../Xconfigurator.pm_.c:550
msgid "Choose options for server"
msgstr "Alegei opiunile pentru server"
-#: ../../Xconfigurator.pm_.c:480
+#: ../../Xconfigurator.pm_.c:574
msgid "Choose a monitor"
msgstr "Alegei un monitor"
-#: ../../Xconfigurator.pm_.c:480
+#: ../../Xconfigurator.pm_.c:574
msgid "Monitor"
msgstr "Monitor"
-#: ../../Xconfigurator.pm_.c:483
+#: ../../Xconfigurator.pm_.c:577
msgid ""
"The two critical parameters are the vertical refresh rate, which is the "
"rate\n"
@@ -145,40 +160,40 @@ msgstr ""
"distruge monitorul n acest fel.\n"
"Dac nu suntei sigur, alegei parametri conservativi."
-#: ../../Xconfigurator.pm_.c:490
+#: ../../Xconfigurator.pm_.c:584
msgid "Horizontal refresh rate"
msgstr "Rata de actualizare orizontal"
-#: ../../Xconfigurator.pm_.c:491
+#: ../../Xconfigurator.pm_.c:585
msgid "Vertical refresh rate"
msgstr "Rata de actualizare vertical"
-#: ../../Xconfigurator.pm_.c:528
+#: ../../Xconfigurator.pm_.c:622
msgid "Monitor not configured"
msgstr "Monitor nu a fost nc configurat"
-#: ../../Xconfigurator.pm_.c:531
+#: ../../Xconfigurator.pm_.c:625
msgid "Graphic card not configured yet"
msgstr "Cartea grafic nu a fost configurat nc"
-#: ../../Xconfigurator.pm_.c:534
+#: ../../Xconfigurator.pm_.c:628
msgid "Resolutions not chosen yet"
msgstr "Rezoluia nu a fost nc aleas"
-#: ../../Xconfigurator.pm_.c:551
+#: ../../Xconfigurator.pm_.c:646
msgid "Do you want to test the configuration?"
msgstr "Dorii s testai configuraia ?"
-#: ../../Xconfigurator.pm_.c:555
+#: ../../Xconfigurator.pm_.c:650
#, fuzzy
msgid "Warning: testing this graphic card may freeze your computer"
msgstr "Atenie: testul e periculos pentru aceast carte grafic"
-#: ../../Xconfigurator.pm_.c:558
+#: ../../Xconfigurator.pm_.c:653
msgid "Test of the configuration"
msgstr "Test de configuraie"
-#: ../../Xconfigurator.pm_.c:597
+#: ../../Xconfigurator.pm_.c:692 ../../Xconfigurator.pm_.c:704
msgid ""
"\n"
"try to change some parameters"
@@ -186,153 +201,177 @@ msgstr ""
"\n"
"rencercai dup ce ai modificat ceva parametri"
-#: ../../Xconfigurator.pm_.c:597
+#: ../../Xconfigurator.pm_.c:692 ../../Xconfigurator.pm_.c:704
msgid "An error has occurred:"
msgstr "A aprut o eroare:"
-#: ../../Xconfigurator.pm_.c:619
+#: ../../Xconfigurator.pm_.c:731
#, c-format
msgid "Leaving in %d seconds"
msgstr "Testul se va termina n %d secunde"
-#: ../../Xconfigurator.pm_.c:630
+#: ../../Xconfigurator.pm_.c:742
msgid "Is this the correct setting?"
msgstr "Configuraia e corect"
-#: ../../Xconfigurator.pm_.c:638
+#: ../../Xconfigurator.pm_.c:751
msgid "An error has occurred, try to change some parameters"
msgstr "Eroare, rencercai dup ce ai modificat ceva parametri"
-#: ../../Xconfigurator.pm_.c:684 ../../printerdrake.pm_.c:277
-#: ../../services.pm_.c:125
+#: ../../Xconfigurator.pm_.c:822
msgid "Resolution"
msgstr "Rezoluie"
-#: ../../Xconfigurator.pm_.c:731
+#: ../../Xconfigurator.pm_.c:874
msgid "Choose the resolution and the color depth"
msgstr "Alegei rezoluia i culorile"
-#: ../../Xconfigurator.pm_.c:733
+#: ../../Xconfigurator.pm_.c:876
#, c-format
msgid "Graphic card: %s"
msgstr "Carte grafic: %s"
-#: ../../Xconfigurator.pm_.c:734
+#: ../../Xconfigurator.pm_.c:877
#, c-format
msgid "XFree86 server: %s"
msgstr "Server XFree86: %s"
-#: ../../Xconfigurator.pm_.c:750 ../../standalone/draknet_.c:280
-#: ../../standalone/draknet_.c:283
+#: ../../Xconfigurator.pm_.c:891 ../../diskdrake/interactive.pm_.c:259
+#: ../../install_steps_interactive.pm_.c:208
+#, fuzzy
+msgid "More"
+msgstr "Deplaseaz"
+
+#: ../../Xconfigurator.pm_.c:891 ../../install_gtk.pm_.c:84
+#: ../../install_steps_gtk.pm_.c:328 ../../interactive.pm_.c:127
+#: ../../interactive.pm_.c:142 ../../interactive.pm_.c:317
+#: ../../interactive.pm_.c:349 ../../interactive_http.pm_.c:104
+#: ../../interactive_newt.pm_.c:170 ../../interactive_stdio.pm_.c:141
+#: ../../interactive_stdio.pm_.c:142 ../../my_gtk.pm_.c:686
+#: ../../my_gtk.pm_.c:1019 ../../my_gtk.pm_.c:1041
+#: ../../standalone/drakbackup_.c:2298 ../../standalone/drakbackup_.c:2369
+#: ../../standalone/drakbackup_.c:2385
+msgid "Ok"
+msgstr "Ok"
+
+#: ../../Xconfigurator.pm_.c:893 ../../network/netconnect.pm_.c:169
+#: ../../printerdrake.pm_.c:2470 ../../standalone/draknet_.c:275
+#: ../../standalone/draknet_.c:278
#, fuzzy
msgid "Expert Mode"
msgstr "Expert"
-#: ../../Xconfigurator.pm_.c:751
+#: ../../Xconfigurator.pm_.c:894
msgid "Show all"
msgstr "Afiai tot"
-#: ../../Xconfigurator.pm_.c:794
+#: ../../Xconfigurator.pm_.c:939
msgid "Resolutions"
msgstr "Rezoluii"
-#: ../../Xconfigurator.pm_.c:1330
+#: ../../Xconfigurator.pm_.c:1509
#, c-format
msgid "Keyboard layout: %s\n"
msgstr "Tastatura : %s\n"
-#: ../../Xconfigurator.pm_.c:1331
+#: ../../Xconfigurator.pm_.c:1510
#, c-format
msgid "Mouse type: %s\n"
msgstr "Tip de mouse : %s\n"
-#: ../../Xconfigurator.pm_.c:1332
+#: ../../Xconfigurator.pm_.c:1511
#, c-format
msgid "Mouse device: %s\n"
msgstr "Periferic pentru mouse: %s\n"
-#: ../../Xconfigurator.pm_.c:1333
+#: ../../Xconfigurator.pm_.c:1512
#, c-format
msgid "Monitor: %s\n"
msgstr "Monitor: %s\n"
-#: ../../Xconfigurator.pm_.c:1334
+#: ../../Xconfigurator.pm_.c:1513
#, c-format
msgid "Monitor HorizSync: %s\n"
msgstr "Frecvena orizontala pentru monitor : %s\n"
-#: ../../Xconfigurator.pm_.c:1335
+#: ../../Xconfigurator.pm_.c:1514
#, c-format
msgid "Monitor VertRefresh: %s\n"
msgstr "Frecvena verticala pentru monitor : %s\n"
-#: ../../Xconfigurator.pm_.c:1336
+#: ../../Xconfigurator.pm_.c:1515
#, c-format
msgid "Graphic card: %s\n"
msgstr "Carte grafic : %s\n"
-#: ../../Xconfigurator.pm_.c:1337
+#: ../../Xconfigurator.pm_.c:1516
+#, fuzzy, c-format
+msgid "Graphic card identification: %s\n"
+msgstr "Carte grafic : %s\n"
+
+#: ../../Xconfigurator.pm_.c:1517
#, c-format
msgid "Graphic memory: %s kB\n"
msgstr "Memorie grafic : %s KB\n"
-#: ../../Xconfigurator.pm_.c:1339
+#: ../../Xconfigurator.pm_.c:1519
#, fuzzy, c-format
msgid "Color depth: %s\n"
msgstr "Opiuni pentru culori:"
-#: ../../Xconfigurator.pm_.c:1340
+#: ../../Xconfigurator.pm_.c:1520
#, fuzzy, c-format
msgid "Resolution: %s\n"
msgstr "Rezoluii"
-#: ../../Xconfigurator.pm_.c:1342
+#: ../../Xconfigurator.pm_.c:1522
#, c-format
msgid "XFree86 server: %s\n"
msgstr "Server XFree86 : %s\n"
-#: ../../Xconfigurator.pm_.c:1343
+#: ../../Xconfigurator.pm_.c:1523
#, fuzzy, c-format
msgid "XFree86 driver: %s\n"
msgstr "Server XFree86 : %s\n"
-#: ../../Xconfigurator.pm_.c:1362
+#: ../../Xconfigurator.pm_.c:1541
msgid "Preparing X-Window configuration"
msgstr "Pregtesc configuraia X-Window"
-#: ../../Xconfigurator.pm_.c:1382
+#: ../../Xconfigurator.pm_.c:1561
msgid "What do you want to do?"
msgstr "Ce dorii s facei ?"
-#: ../../Xconfigurator.pm_.c:1387
+#: ../../Xconfigurator.pm_.c:1566
msgid "Change Monitor"
msgstr "Alegei un alt tip de monitor"
-#: ../../Xconfigurator.pm_.c:1388
+#: ../../Xconfigurator.pm_.c:1567
msgid "Change Graphic card"
msgstr "Alegei un alt tip de carte grafic"
-#: ../../Xconfigurator.pm_.c:1390
+#: ../../Xconfigurator.pm_.c:1570
msgid "Change Server options"
msgstr "Schimbai opiunile server-ului"
-#: ../../Xconfigurator.pm_.c:1391
+#: ../../Xconfigurator.pm_.c:1571
msgid "Change Resolution"
msgstr "Alegei o alt rezoluie"
-#: ../../Xconfigurator.pm_.c:1392
+#: ../../Xconfigurator.pm_.c:1572
msgid "Show information"
msgstr "Afieaz informaiile"
-#: ../../Xconfigurator.pm_.c:1393
+#: ../../Xconfigurator.pm_.c:1573
msgid "Test again"
msgstr "Testeaz din nou"
-#: ../../Xconfigurator.pm_.c:1394 ../../bootlook.pm_.c:238
+#: ../../Xconfigurator.pm_.c:1574 ../../printerdrake.pm_.c:2473
+#: ../../standalone/logdrake_.c:225
msgid "Quit"
msgstr "Ieire"
-#: ../../Xconfigurator.pm_.c:1402
+#: ../../Xconfigurator.pm_.c:1582
#, fuzzy, c-format
msgid ""
"Keep the changes?\n"
@@ -341,20 +380,11 @@ msgid ""
"%s"
msgstr "Pastrai configuraia IP curent"
-#: ../../Xconfigurator.pm_.c:1423
-#, c-format
-msgid "Please relog into %s to activate the changes"
-msgstr "V rog reconectai-v ca %s pentru a activa schimbrile"
-
-#: ../../Xconfigurator.pm_.c:1443
-msgid "Please log out and then use Ctrl-Alt-BackSpace"
-msgstr "V rog delogai-v i folosii Ctrl-Alt-BackSpace"
-
-#: ../../Xconfigurator.pm_.c:1446
+#: ../../Xconfigurator.pm_.c:1603
msgid "X at startup"
msgstr "Sever X la demaraj"
-#: ../../Xconfigurator.pm_.c:1447
+#: ../../Xconfigurator.pm_.c:1604
msgid ""
"I can set up your computer to automatically start X upon booting.\n"
"Would you like X to start when you reboot?"
@@ -362,6 +392,15 @@ msgstr ""
"Pot s configurez calculatorul sa demareze automat X la demaraj.\n"
"Dorii sa demarai X cnd redemarai ?"
+#: ../../Xconfigurator.pm_.c:1610
+#, c-format
+msgid "Please relog into %s to activate the changes"
+msgstr "V rog reconectai-v ca %s pentru a activa schimbrile"
+
+#: ../../Xconfigurator.pm_.c:1625
+msgid "Please log out and then use Ctrl-Alt-BackSpace"
+msgstr "V rog delogai-v i folosii Ctrl-Alt-BackSpace"
+
#: ../../Xconfigurator_consts.pm_.c:6
msgid "256 colors (8 bits)"
msgstr "256 de culori (8 bii)"
@@ -382,245 +421,266 @@ msgstr "16 milioane de culori (24 bii)"
msgid "4 billion colors (32 bits)"
msgstr "4 miliarde de culori (32 bii)"
-#: ../../Xconfigurator_consts.pm_.c:106
+#: ../../Xconfigurator_consts.pm_.c:113
msgid "256 kB"
msgstr "256 kB"
-#: ../../Xconfigurator_consts.pm_.c:107
+#: ../../Xconfigurator_consts.pm_.c:114
msgid "512 kB"
msgstr "512 kB"
-#: ../../Xconfigurator_consts.pm_.c:108
+#: ../../Xconfigurator_consts.pm_.c:115
msgid "1 MB"
msgstr "1 MB"
-#: ../../Xconfigurator_consts.pm_.c:109
+#: ../../Xconfigurator_consts.pm_.c:116
msgid "2 MB"
msgstr "2 MB"
-#: ../../Xconfigurator_consts.pm_.c:110
+#: ../../Xconfigurator_consts.pm_.c:117
msgid "4 MB"
msgstr "4 MB"
-#: ../../Xconfigurator_consts.pm_.c:111
+#: ../../Xconfigurator_consts.pm_.c:118
msgid "8 MB"
msgstr "8 MB"
-#: ../../Xconfigurator_consts.pm_.c:112
-msgid "16 MB or more"
-msgstr "16 MB sau mai mult"
+#: ../../Xconfigurator_consts.pm_.c:119
+#, fuzzy
+msgid "16 MB"
+msgstr "1 MB"
#: ../../Xconfigurator_consts.pm_.c:120
+#, fuzzy
+msgid "32 MB"
+msgstr "2 MB"
+
+#: ../../Xconfigurator_consts.pm_.c:121
+#, fuzzy
+msgid "64 MB or more"
+msgstr "16 MB sau mai mult"
+
+#: ../../Xconfigurator_consts.pm_.c:129
msgid "Standard VGA, 640x480 at 60 Hz"
msgstr "Standard VGA, 640x480 la 60 Hz"
-#: ../../Xconfigurator_consts.pm_.c:121
+#: ../../Xconfigurator_consts.pm_.c:130
msgid "Super VGA, 800x600 at 56 Hz"
msgstr "Super VGA, 800x600 la 56 Hz"
-#: ../../Xconfigurator_consts.pm_.c:122
+#: ../../Xconfigurator_consts.pm_.c:131
msgid "8514 Compatible, 1024x768 at 87 Hz interlaced (no 800x600)"
msgstr "8514 Compatibil, 1024x768 la 87 Hz ntreesut (nu 800x600)"
-#: ../../Xconfigurator_consts.pm_.c:123
+#: ../../Xconfigurator_consts.pm_.c:132
msgid "Super VGA, 1024x768 at 87 Hz interlaced, 800x600 at 56 Hz"
msgstr "Super VGA, 1024x768 la 87 Hz ntreesut, 800x600 la 56 Hz"
-#: ../../Xconfigurator_consts.pm_.c:124
+#: ../../Xconfigurator_consts.pm_.c:133
msgid "Extended Super VGA, 800x600 at 60 Hz, 640x480 at 72 Hz"
msgstr "Super VGA Extins, 800x600 la 60 Hz, 640x480 la 72 Hz"
-#: ../../Xconfigurator_consts.pm_.c:125
+#: ../../Xconfigurator_consts.pm_.c:134
msgid "Non-Interlaced SVGA, 1024x768 at 60 Hz, 800x600 at 72 Hz"
msgstr "Ne-ntreesut SVGA, 1024x768 la 60 Hz, 800x600 la 72 Hz"
-#: ../../Xconfigurator_consts.pm_.c:126
+#: ../../Xconfigurator_consts.pm_.c:135
msgid "High Frequency SVGA, 1024x768 at 70 Hz"
msgstr "nalt frecven SVGA, 1024x768 la 70 Hz"
-#: ../../Xconfigurator_consts.pm_.c:127
+#: ../../Xconfigurator_consts.pm_.c:136
msgid "Multi-frequency that can do 1280x1024 at 60 Hz"
msgstr "Multi-frecven care e capabil de 1280x1024 la 60 Hz"
-#: ../../Xconfigurator_consts.pm_.c:128
+#: ../../Xconfigurator_consts.pm_.c:137
msgid "Multi-frequency that can do 1280x1024 at 74 Hz"
msgstr "Multi-frecven care e capabil de 1280x1024 la 74 Hz"
-#: ../../Xconfigurator_consts.pm_.c:129
+#: ../../Xconfigurator_consts.pm_.c:138
msgid "Multi-frequency that can do 1280x1024 at 76 Hz"
msgstr "Multi-frecven care e capabil de 1280x1024 la 76 Hz"
-#: ../../Xconfigurator_consts.pm_.c:130
+#: ../../Xconfigurator_consts.pm_.c:139
msgid "Monitor that can do 1600x1200 at 70 Hz"
msgstr "Monitor care e capabil de 1600x1200 la 70 Hz"
-#: ../../Xconfigurator_consts.pm_.c:131
+#: ../../Xconfigurator_consts.pm_.c:140
msgid "Monitor that can do 1600x1200 at 76 Hz"
msgstr "Monitor care e capabil de 1600x1200 la 76 Hz"
-#: ../../any.pm_.c:99 ../../any.pm_.c:124
+#: ../../any.pm_.c:116 ../../any.pm_.c:141
msgid "First sector of boot partition"
msgstr "Primul sector al partiiei de demaraj"
-#: ../../any.pm_.c:99 ../../any.pm_.c:124 ../../any.pm_.c:197
+#: ../../any.pm_.c:116 ../../any.pm_.c:141 ../../any.pm_.c:218
msgid "First sector of drive (MBR)"
msgstr "Primul sector al discului (MBR)"
-#: ../../any.pm_.c:103
+#: ../../any.pm_.c:120
#, fuzzy
msgid "SILO Installation"
msgstr "Instalare LILO/grub"
-#: ../../any.pm_.c:104 ../../any.pm_.c:117
+#: ../../any.pm_.c:121 ../../any.pm_.c:134
msgid "Where do you want to install the bootloader?"
msgstr "Unde dorii s instalai Gestionarul de demaraj ?"
-#: ../../any.pm_.c:116
+#: ../../any.pm_.c:133
msgid "LILO/grub Installation"
msgstr "Instalare LILO/grub"
-#: ../../any.pm_.c:128 ../../any.pm_.c:142
+#: ../../any.pm_.c:145 ../../any.pm_.c:159
msgid "SILO"
msgstr ""
-#: ../../any.pm_.c:130
+#: ../../any.pm_.c:147
msgid "LILO with text menu"
msgstr ""
-#: ../../any.pm_.c:131 ../../any.pm_.c:142
+#: ../../any.pm_.c:148 ../../any.pm_.c:159
msgid "LILO with graphical menu"
msgstr ""
-#: ../../any.pm_.c:134
+#: ../../any.pm_.c:151
msgid "Grub"
msgstr ""
-#: ../../any.pm_.c:138
+#: ../../any.pm_.c:155
msgid "Boot from DOS/Windows (loadlin)"
msgstr ""
-#: ../../any.pm_.c:140 ../../any.pm_.c:142
+#: ../../any.pm_.c:157 ../../any.pm_.c:159
#, fuzzy
msgid "Yaboot"
msgstr "Root"
-#: ../../any.pm_.c:148 ../../any.pm_.c:180
+#: ../../any.pm_.c:166 ../../any.pm_.c:198
msgid "Bootloader main options"
msgstr "Opiunile principale ale gestionarului de demaraj"
-#: ../../any.pm_.c:149 ../../any.pm_.c:181
+#: ../../any.pm_.c:167 ../../any.pm_.c:199
#, fuzzy
msgid "Bootloader to use"
msgstr "Opiunile principale ale gestionarului de demaraj"
-#: ../../any.pm_.c:151
+#: ../../any.pm_.c:169
#, fuzzy
msgid "Bootloader installation"
msgstr "Opiunile principale ale gestionarului de demaraj"
-#: ../../any.pm_.c:153 ../../any.pm_.c:183
+#: ../../any.pm_.c:171 ../../any.pm_.c:201
msgid "Boot device"
msgstr "Periferic de demaraj"
-#: ../../any.pm_.c:154
+#: ../../any.pm_.c:172
msgid "LBA (doesn't work on old BIOSes)"
msgstr "LBA (nu funcioneaz cu BIOS-urile vechi)"
-#: ../../any.pm_.c:155
+#: ../../any.pm_.c:173
msgid "Compact"
msgstr "Compact"
-#: ../../any.pm_.c:155
+#: ../../any.pm_.c:173
msgid "compact"
msgstr "compact"
-#: ../../any.pm_.c:156 ../../any.pm_.c:256
+#: ../../any.pm_.c:174 ../../any.pm_.c:298
msgid "Video mode"
msgstr "Mod video"
-#: ../../any.pm_.c:158
+#: ../../any.pm_.c:176
msgid "Delay before booting default image"
msgstr "Timp de ateptare naintea demarrii imaginii standard"
-#: ../../any.pm_.c:160 ../../any.pm_.c:741
-#: ../../install_steps_interactive.pm_.c:904 ../../netconnect.pm_.c:629
-#: ../../printerdrake.pm_.c:98 ../../printerdrake.pm_.c:132
-#: ../../standalone/draknet_.c:569
+#: ../../any.pm_.c:178 ../../any.pm_.c:796
+#: ../../install_steps_interactive.pm_.c:1115 ../../network/modem.pm_.c:48
+#: ../../printerdrake.pm_.c:708 ../../printerdrake.pm_.c:806
+#: ../../standalone/draknet_.c:625
msgid "Password"
msgstr "Parola"
-#: ../../any.pm_.c:161 ../../any.pm_.c:742
-#: ../../install_steps_interactive.pm_.c:905
+#: ../../any.pm_.c:179 ../../any.pm_.c:797
+#: ../../install_steps_interactive.pm_.c:1116
msgid "Password (again)"
msgstr "Parola (din nou)"
-#: ../../any.pm_.c:162
+#: ../../any.pm_.c:180
msgid "Restrict command line options"
msgstr "Limiteaz opiunile liniei de comand"
-#: ../../any.pm_.c:162
+#: ../../any.pm_.c:180
msgid "restrict"
msgstr "limiteaz"
-#: ../../any.pm_.c:164
+#: ../../any.pm_.c:182
msgid "Clean /tmp at each boot"
msgstr "Cur /tmp la fiecare demaraj"
-#: ../../any.pm_.c:165
+#: ../../any.pm_.c:183
#, c-format
msgid "Precise RAM size if needed (found %d MB)"
msgstr "Precizeaz cantintatea de RAM dac e necesar (am gsit %d MB)"
-#: ../../any.pm_.c:167
+#: ../../any.pm_.c:185
msgid "Enable multi profiles"
msgstr "Activeaz profilurile multiple"
-#: ../../any.pm_.c:171
+#: ../../any.pm_.c:189
msgid "Give the ram size in MB"
msgstr "Introducei cantintatea de RAM n MB"
-#: ../../any.pm_.c:173
+#: ../../any.pm_.c:191
msgid ""
"Option ``Restrict command line options'' is of no use without a password"
msgstr ""
"Opiunea ``Limiteaz opiunile liniei de comand'' e inutil fr parol"
-#: ../../any.pm_.c:174 ../../any.pm_.c:718
-#: ../../install_steps_interactive.pm_.c:899
+#: ../../any.pm_.c:192 ../../any.pm_.c:773
+#: ../../diskdrake/interactive.pm_.c:1135
+#: ../../install_steps_interactive.pm_.c:1110
msgid "Please try again"
msgstr "ncercai din nou"
-#: ../../any.pm_.c:174 ../../any.pm_.c:718
-#: ../../install_steps_interactive.pm_.c:899
+#: ../../any.pm_.c:192 ../../any.pm_.c:773
+#: ../../install_steps_interactive.pm_.c:1110
msgid "The passwords do not match"
msgstr "Parolele nu corespund"
-#: ../../any.pm_.c:182
+#: ../../any.pm_.c:200
msgid "Init Message"
msgstr ""
-#: ../../any.pm_.c:184
+#: ../../any.pm_.c:202
msgid "Open Firmware Delay"
msgstr ""
-#: ../../any.pm_.c:185
+#: ../../any.pm_.c:203
msgid "Kernel Boot Timeout"
msgstr ""
-#: ../../any.pm_.c:186
+#: ../../any.pm_.c:204
msgid "Enable CD Boot?"
msgstr ""
-#: ../../any.pm_.c:187
+#: ../../any.pm_.c:205
msgid "Enable OF Boot?"
msgstr ""
-#: ../../any.pm_.c:188
+#: ../../any.pm_.c:206
#, fuzzy
msgid "Default OS?"
msgstr "Standard"
-#: ../../any.pm_.c:210
+#: ../../any.pm_.c:240
+msgid ""
+"You decided to install the bootloader on a partition.\n"
+"This implies you already have a bootloader on the hard drive you boot (eg: "
+"System Commander).\n"
+"\n"
+"On which drive are you booting?"
+msgstr ""
+
+#: ../../any.pm_.c:255
msgid ""
"Here are the different entries.\n"
"You can add some more or change the existing ones."
@@ -628,148 +688,156 @@ msgstr ""
"Acestea sunt diferitele intrrile.\n"
"Putei s mai adugai i altele sau s schimbai cele existente."
-#: ../../any.pm_.c:220 ../../printerdrake.pm_.c:356
+#: ../../any.pm_.c:265 ../../standalone/drakbackup_.c:752
+#: ../../standalone/drakbackup_.c:861 ../../standalone/drakfont_.c:789
+#: ../../standalone/drakfont_.c:826
msgid "Add"
msgstr "Adaug"
-#: ../../any.pm_.c:220 ../../any.pm_.c:729 ../../diskdrake.pm_.c:46
-#: ../../printerdrake.pm_.c:356
+#: ../../any.pm_.c:265 ../../any.pm_.c:784 ../../diskdrake/hd_gtk.pm_.c:153
+#: ../../diskdrake/removable.pm_.c:27 ../../diskdrake/smbnfs_gtk.pm_.c:86
+#: ../../interactive_http.pm_.c:153
msgid "Done"
msgstr "Gata"
-#: ../../any.pm_.c:220
+#: ../../any.pm_.c:265
#, fuzzy
msgid "Modify"
msgstr "Modific RAID"
-#: ../../any.pm_.c:228
+#: ../../any.pm_.c:273
msgid "Which type of entry do you want to add?"
msgstr "Ce tip de intrri dorii s adugai ?"
-#: ../../any.pm_.c:229
+#: ../../any.pm_.c:274 ../../standalone/drakbackup_.c:895
msgid "Linux"
msgstr "Linux"
-#: ../../any.pm_.c:229
+#: ../../any.pm_.c:274
msgid "Other OS (SunOS...)"
msgstr "Alt SO (SunOS...)"
-#: ../../any.pm_.c:230
+#: ../../any.pm_.c:275
msgid "Other OS (MacOS...)"
msgstr "Alt SO (MacOS...)"
-#: ../../any.pm_.c:230
+#: ../../any.pm_.c:275
msgid "Other OS (windows...)"
msgstr "Alt SO (windows...)"
-#: ../../any.pm_.c:250 ../../any.pm_.c:252
+#: ../../any.pm_.c:294
msgid "Image"
msgstr "Imagine"
-#: ../../any.pm_.c:253 ../../any.pm_.c:264
+#: ../../any.pm_.c:295 ../../any.pm_.c:306
msgid "Root"
msgstr "Root"
-#: ../../any.pm_.c:254 ../../any.pm_.c:283
+#: ../../any.pm_.c:296 ../../any.pm_.c:325
msgid "Append"
msgstr "Append"
-#: ../../any.pm_.c:258
+#: ../../any.pm_.c:300
msgid "Initrd"
msgstr "Initrd"
-#: ../../any.pm_.c:259
+#: ../../any.pm_.c:301
msgid "Read-write"
msgstr "Citete-Scrie"
-#: ../../any.pm_.c:266
+#: ../../any.pm_.c:308
msgid "Table"
msgstr "Tabel"
-#: ../../any.pm_.c:267
+#: ../../any.pm_.c:309
msgid "Unsafe"
msgstr "Nesigur"
-#: ../../any.pm_.c:274 ../../any.pm_.c:279 ../../any.pm_.c:282
+#: ../../any.pm_.c:316 ../../any.pm_.c:321 ../../any.pm_.c:324
msgid "Label"
msgstr "Etichet"
-#: ../../any.pm_.c:276 ../../any.pm_.c:287
+#: ../../any.pm_.c:318 ../../any.pm_.c:329
msgid "Default"
msgstr "Standard"
-#: ../../any.pm_.c:284
+#: ../../any.pm_.c:326
#, fuzzy
msgid "Initrd-size"
msgstr "Initrd"
-#: ../../any.pm_.c:286
+#: ../../any.pm_.c:328
msgid "NoVideo"
msgstr ""
-#: ../../any.pm_.c:294
+#: ../../any.pm_.c:336
msgid "Remove entry"
msgstr "terge intrarea"
-#: ../../any.pm_.c:297
+#: ../../any.pm_.c:339
msgid "Empty label not allowed"
msgstr "Eticheta goal nu e permis"
-#: ../../any.pm_.c:298
-msgid "This label is already used"
-msgstr "Aceast etichet nu e permis"
+#: ../../any.pm_.c:340
+msgid "You must specify a kernel image"
+msgstr ""
-#: ../../any.pm_.c:317
+#: ../../any.pm_.c:340
#, fuzzy
-msgid "What type of partitioning?"
-msgstr "Ce tip de imprimanta avei?"
+msgid "You must specify a root partition"
+msgstr "Trebuie s avei o partiie swap"
-#: ../../any.pm_.c:608
+#: ../../any.pm_.c:341
+msgid "This label is already used"
+msgstr "Aceast etichet nu e permis"
+
+#: ../../any.pm_.c:656
#, c-format
msgid "Found %s %s interfaces"
msgstr "Am gsit interfaele %s %s"
-#: ../../any.pm_.c:609
+#: ../../any.pm_.c:657
msgid "Do you have another one?"
msgstr "Avei o alt interfaa?"
-#: ../../any.pm_.c:610
+#: ../../any.pm_.c:658
#, c-format
msgid "Do you have any %s interfaces?"
msgstr "Avei vreo interfa %s ?"
-#: ../../any.pm_.c:612 ../../interactive.pm_.c:104 ../../my_gtk.pm_.c:616
-#: ../../printerdrake.pm_.c:237
+#: ../../any.pm_.c:660 ../../any.pm_.c:832 ../../interactive.pm_.c:132
+#: ../../my_gtk.pm_.c:1018
msgid "No"
msgstr "Nu"
-#: ../../any.pm_.c:612 ../../interactive.pm_.c:104 ../../my_gtk.pm_.c:616
+#: ../../any.pm_.c:660 ../../any.pm_.c:831 ../../interactive.pm_.c:132
+#: ../../my_gtk.pm_.c:1018
msgid "Yes"
msgstr "Da"
-#: ../../any.pm_.c:613
+#: ../../any.pm_.c:661
msgid "See hardware info"
msgstr "Vezi info hardware"
#. -PO: the first %s is the card type (scsi, network, sound,...)
#. -PO: the second is the vendor+model name
-#: ../../any.pm_.c:648
+#: ../../any.pm_.c:695
#, c-format
msgid "Installing driver for %s card %s"
msgstr "Instalarea pilotului pentru %s cartea %s"
-#: ../../any.pm_.c:649
+#: ../../any.pm_.c:696
#, c-format
msgid "(module %s)"
msgstr "(modul %s)"
#. -PO: the %s is the driver type (scsi, network, sound,...)
-#: ../../any.pm_.c:660
+#: ../../any.pm_.c:707
#, c-format
msgid "Which %s driver should I try?"
msgstr "Care %s pilot s ncerc?"
-#: ../../any.pm_.c:668
+#: ../../any.pm_.c:715
#, c-format
msgid ""
"In some cases, the %s driver needs to have extra information to work\n"
@@ -786,20 +854,22 @@ msgstr ""
"informaiile necesare? Ocazional, interogarea poate bloca calculatorul,\n"
"dar n-ar trebui s produce nici o deteriorare."
-#: ../../any.pm_.c:673
+#: ../../any.pm_.c:720
msgid "Autoprobe"
msgstr "Autoprobeaz"
-#: ../../any.pm_.c:673
+#: ../../any.pm_.c:720
msgid "Specify options"
msgstr "Specificai opiunile"
-#: ../../any.pm_.c:677
+#: ../../any.pm_.c:725
#, c-format
-msgid "You may now provide its options to module %s."
-msgstr "Putei furniza acum opiunile modulului %s."
+msgid ""
+"You may now provide its options to module %s.\n"
+"Note that any address should be entered with the prefix 0x like '0x123'"
+msgstr ""
-#: ../../any.pm_.c:683
+#: ../../any.pm_.c:731
#, c-format
msgid ""
"You may now provide its options to module %s.\n"
@@ -810,11 +880,11 @@ msgstr ""
"Opiunile sunt n formatul ``nume=valoare nume2=valoare2 ...''.\n"
"de exemplu, ``io=0x300 irq=7''"
-#: ../../any.pm_.c:686
+#: ../../any.pm_.c:734
msgid "Module options:"
msgstr "Opiuni pentru module:"
-#: ../../any.pm_.c:697
+#: ../../any.pm_.c:745
#, c-format
msgid ""
"Loading module %s failed.\n"
@@ -823,35 +893,51 @@ msgstr ""
"nccarea modulului %s a euat.\n"
"Dorii sncercai cu ali parametri ?"
-#: ../../any.pm_.c:715
+#: ../../any.pm_.c:761
+msgid "access to X programs"
+msgstr ""
+
+#: ../../any.pm_.c:762
+msgid "access to rpm tools"
+msgstr ""
+
+#: ../../any.pm_.c:763
+msgid "allow \"su\""
+msgstr ""
+
+#: ../../any.pm_.c:764
+msgid "access to administrative files"
+msgstr ""
+
+#: ../../any.pm_.c:769
#, c-format
msgid "(already added %s)"
msgstr "(deja adugat %s)"
-#: ../../any.pm_.c:719
+#: ../../any.pm_.c:774
msgid "This password is too simple"
msgstr "Aceasta parol e prea simpl"
-#: ../../any.pm_.c:720
+#: ../../any.pm_.c:775
msgid "Please give a user name"
msgstr "Va rog nscriei numele utilizatorului"
-#: ../../any.pm_.c:721
+#: ../../any.pm_.c:776
msgid ""
"The user name must contain only lower cased letters, numbers, `-' and `_'"
msgstr ""
"Numele utilizatorului trebuie sa conin numai caractere minuscule, numere, "
"`-' i `_'"
-#: ../../any.pm_.c:722
+#: ../../any.pm_.c:777
msgid "This user name is already added"
msgstr "Acest nume de utilizator e deja adugat"
-#: ../../any.pm_.c:726
+#: ../../any.pm_.c:781
msgid "Add user"
msgstr "Adugai un utilizator"
-#: ../../any.pm_.c:727
+#: ../../any.pm_.c:782
#, c-format
msgid ""
"Enter a user\n"
@@ -860,57 +946,242 @@ msgstr ""
"Intrai un utilizator\n"
"%s"
-#: ../../any.pm_.c:728
+#: ../../any.pm_.c:783
msgid "Accept user"
msgstr "Acceptare utilizator"
-#: ../../any.pm_.c:739
+#: ../../any.pm_.c:794
msgid "Real name"
msgstr "Nume real"
-#: ../../any.pm_.c:740 ../../printerdrake.pm_.c:97
-#: ../../printerdrake.pm_.c:131
+#: ../../any.pm_.c:795 ../../printerdrake.pm_.c:707
+#: ../../printerdrake.pm_.c:805
msgid "User name"
msgstr "Numele utilizatorului"
-#: ../../any.pm_.c:743
+#: ../../any.pm_.c:798
msgid "Shell"
msgstr "Shell"
-#: ../../any.pm_.c:745
+#: ../../any.pm_.c:800
msgid "Icon"
msgstr "Icoan"
-#: ../../any.pm_.c:766
+#: ../../any.pm_.c:828
msgid "Autologin"
msgstr ""
-#: ../../any.pm_.c:767
+#: ../../any.pm_.c:829
#, fuzzy
msgid ""
"I can set up your computer to automatically log on one user.\n"
-"If you don't want to use this feature, click on the cancel button."
+"Do you want to use this feature?"
msgstr ""
"Pot s configurez calculatorul sa demareze automat X la demaraj.\n"
"Dorii sa demarai X cnd redemarai ?"
-#: ../../any.pm_.c:769
+#: ../../any.pm_.c:833
#, fuzzy
msgid "Choose the default user:"
msgstr "Alegei noua mrime"
-#: ../../any.pm_.c:770
+#: ../../any.pm_.c:834
#, fuzzy
msgid "Choose the window manager to run:"
msgstr "Alegei unealta pe care dorii s o folosii"
+#: ../../any.pm_.c:849
+#, fuzzy
+msgid "Please choose a language to use."
+msgstr "V rog, alegei o limb."
+
+#: ../../any.pm_.c:851
+msgid "You can choose other languages that will be available after install"
+msgstr "Putei s alegei alte limbi care vor fi disponibile dup instalare"
+
+#: ../../any.pm_.c:863 ../../install_steps_interactive.pm_.c:719
+#: ../../standalone/drakxtv_.c:54
+msgid "All"
+msgstr ""
+
+#: ../../any.pm_.c:955
+#, fuzzy
+msgid "Allow all users"
+msgstr "Adugai un utilizator"
+
+#: ../../any.pm_.c:955 ../../install_steps_interactive.pm_.c:521
+#, fuzzy
+msgid "Custom"
+msgstr "Personalizat"
+
+#: ../../any.pm_.c:955
+#, fuzzy
+msgid "No sharing"
+msgstr "Estimare"
+
+#: ../../any.pm_.c:965 ../../network/smbnfs.pm_.c:45
+#, fuzzy, c-format
+msgid "The package %s needs to be installed. Do you want to install it?"
+msgstr ""
+"Acest pachet trebuie actualizat\n"
+"Suntei sigur c dorii s-l deselectai ?"
+
+#: ../../any.pm_.c:968
+msgid "You can export using NFS or Samba. Which one do you want"
+msgstr ""
+
+#: ../../any.pm_.c:976 ../../network/smbnfs.pm_.c:49
+#, c-format
+msgid "Mandatory package %s is missing"
+msgstr ""
+
+#: ../../any.pm_.c:982
+msgid ""
+"Do you want to allow users to export some directories in their home?\n"
+"Allowing this will permit users to simply click on \"Share\" in konqueror "
+"and nautilus.\n"
+"\n"
+"\"Custom\" permit a per-user granularity.\n"
+msgstr ""
+
+#: ../../any.pm_.c:996 ../../bootlook.pm_.c:161
+#: ../../diskdrake/smbnfs_gtk.pm_.c:85 ../../install_steps_gtk.pm_.c:464
+#: ../../install_steps_gtk.pm_.c:522 ../../install_steps_interactive.pm_.c:594
+#: ../../interactive.pm_.c:142 ../../interactive.pm_.c:317
+#: ../../interactive.pm_.c:349 ../../interactive_stdio.pm_.c:141
+#: ../../my_gtk.pm_.c:687 ../../my_gtk.pm_.c:690 ../../my_gtk.pm_.c:1019
+#: ../../network/netconnect.pm_.c:47 ../../printerdrake.pm_.c:1586
+#: ../../standalone/drakautoinst_.c:204 ../../standalone/drakbackup_.c:2264
+#: ../../standalone/drakbackup_.c:2289 ../../standalone/drakbackup_.c:2310
+#: ../../standalone/drakbackup_.c:2331 ../../standalone/drakbackup_.c:2349
+#: ../../standalone/drakbackup_.c:2397 ../../standalone/drakbackup_.c:2417
+#: ../../standalone/drakbackup_.c:2436 ../../standalone/drakfont_.c:767
+#: ../../standalone/drakgw_.c:721 ../../standalone/draknet_.c:116
+#: ../../standalone/draknet_.c:148 ../../standalone/draknet_.c:290
+#: ../../standalone/draknet_.c:538 ../../standalone/draknet_.c:680
+#: ../../standalone/logdrake_.c:225 ../../standalone/logdrake_.c:512
+#: ../../standalone/tinyfirewall_.c:65
+msgid "Cancel"
+msgstr "Anuleaz"
+
+#: ../../any.pm_.c:996
+msgid "Launch userdrake"
+msgstr ""
+
+#: ../../any.pm_.c:998
+msgid ""
+"The per-user sharing uses the group \"fileshare\". \n"
+"You can use userdrake to add a user in this group."
+msgstr ""
+
+#: ../../any.pm_.c:1035
+msgid "Welcome To Crackers"
+msgstr "Bun venit Pirailor"
+
+#: ../../any.pm_.c:1036
+msgid "Poor"
+msgstr "Slab"
+
+#: ../../any.pm_.c:1037 ../../mouse.pm_.c:31
+msgid "Standard"
+msgstr ""
+
+#: ../../any.pm_.c:1038
+msgid "High"
+msgstr "Ridicat"
+
+#: ../../any.pm_.c:1039
+#, fuzzy
+msgid "Higher"
+msgstr "Ridicat"
+
+#: ../../any.pm_.c:1040
+msgid "Paranoid"
+msgstr "Paranoiac"
+
+#: ../../any.pm_.c:1043
+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 ""
+"Va trebui s folosii acest nivel cu grij. Aceasta face ca sistemul s fie\n"
+"mai uor de folosit, dar foarte sensibil: nu trebuie s fie folosit pentru "
+"un\n"
+"calculator conectat cu altele de pe Internet. Nu exist nici o parol de\n"
+"acces."
+
+#: ../../any.pm_.c:1046
+msgid ""
+"Password are now enabled, but use as a networked computer is still not "
+"recommended."
+msgstr ""
+"Parolele sunt acum activate, dar utilizarea lui ca un calculator ntr-o\n"
+"reea tot nu recomandat."
+
+#: ../../any.pm_.c:1047
+#, fuzzy
+msgid ""
+"This is the standard security recommended for a computer that will be used "
+"to connect to the Internet as a client."
+msgstr ""
+"Acest a nivelul de securitate standard recomandat pentru un calculator care\n"
+"va fi conectat ca un client la Internet. Nu exist verificri de securitate."
+
+#: ../../any.pm_.c:1048
+msgid ""
+"There are already some restrictions, and more automatic checks are run every "
+"night."
+msgstr ""
+
+#: ../../any.pm_.c:1049
+#, fuzzy
+msgid ""
+"With this security level, the use of this system as a server becomes "
+"possible.\n"
+"The security is now high enough to use the system as a server which accept\n"
+"connections from many clients. Note: if your machine is only a client on the "
+"Internet, you should better choose a lower level."
+msgstr ""
+"Cu acest nivel de securitate, utilizarea acestui calculator ca server\n"
+"devine posibil. Securitatea este destul de ridicat pentru a folosi acest\n"
+"sistem ca server care accept conexiuni de la muli clieni."
+
+#: ../../any.pm_.c:1052
+#, fuzzy
+msgid ""
+"Based on the previous level, but the system is entirely closed.\n"
+"Security features are at their maximum."
+msgstr ""
+"Avem funcionalitile nivelului 4 de securitate dar acum sistemul e\n"
+"complet nchis. Securitatea e la maximum."
+
+#: ../../any.pm_.c:1058
+msgid "Choose security level"
+msgstr "Alegei nivelul de securitate"
+
+#: ../../any.pm_.c:1061
+#, fuzzy
+msgid "Security level"
+msgstr "Alegerea nivelului de securitate"
+
+#: ../../any.pm_.c:1063
+#, fuzzy
+msgid "Use libsafe for servers"
+msgstr "Alegei opiunile pentru server"
+
+#: ../../any.pm_.c:1064
+msgid ""
+"A library which defends against buffer overflow and format string attacks."
+msgstr ""
+
# NOTE: this message will be displayed at boot time; that is
# only the ascii charset will be available on most machines
# so use only 7bit for this message (and do transliteration or
# leave it in English, as it is the best for your language)
#
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#: ../../bootloader.pm_.c:262 ../../bootloader.pm_.c:608
+#: ../../bootloader.pm_.c:355
#, fuzzy, c-format
msgid ""
"Welcome to %s the operating system chooser!\n"
@@ -937,7 +1208,7 @@ msgstr ""
#
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:809
+#: ../../bootloader.pm_.c:928
msgid "Welcome to GRUB the operating system chooser!"
msgstr "Bun venit la gestionarul de sisteme de operare GRUB!"
@@ -951,7 +1222,7 @@ msgstr "Bun venit la gestionarul de sisteme de operare GRUB!"
#
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:812
+#: ../../bootloader.pm_.c:931
#, c-format
msgid "Use the %c and %c keys for selecting which entry is highlighted."
msgstr "Folositi tastele %c si %c pentru selectarea intrarii puse in evidenta."
@@ -966,7 +1237,7 @@ msgstr "Folositi tastele %c si %c pentru selectarea intrarii puse in evidenta."
#
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:815
+#: ../../bootloader.pm_.c:934
msgid "Press enter to boot the selected OS, 'e' to edit the"
msgstr "Apasati enter pentru a demara OS-ul selectat, 'e' pentru a edita"
@@ -980,7 +1251,7 @@ msgstr "Apasati enter pentru a demara OS-ul selectat, 'e' pentru a edita"
#
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:818
+#: ../../bootloader.pm_.c:937
msgid "commands before booting, or 'c' for a command-line."
msgstr "comandele inainte de a demara, sau 'c' pentru linia de comanda."
@@ -994,26 +1265,31 @@ msgstr "comandele inainte de a demara, sau 'c' pentru linia de comanda."
#
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:821
+#: ../../bootloader.pm_.c:940
#, c-format
msgid "The highlighted entry will be booted automatically in %d seconds."
msgstr "Intrarea selectata va demara dupa %d secunde"
-#: ../../bootloader.pm_.c:825
+#: ../../bootloader.pm_.c:944
msgid "not enough room in /boot"
msgstr "nu e destul spaiu n /boot"
#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
#. -PO: so you may need to put them in English or in a different language if MS-windows doesn't exist in your language
-#: ../../bootloader.pm_.c:918
+#: ../../bootloader.pm_.c:1044
msgid "Desktop"
msgstr "Desktop"
#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#: ../../bootloader.pm_.c:920
+#: ../../bootloader.pm_.c:1046
msgid "Start Menu"
msgstr "Meniu de Start"
+#: ../../bootloader.pm_.c:1065
+#, fuzzy, c-format
+msgid "You can't install the bootloader on a %s partition\n"
+msgstr "Unde dorii s instalai Gestionarul de demaraj ?"
+
#: ../../bootlook.pm_.c:46
msgid "no help implemented yet.\n"
msgstr ""
@@ -1023,247 +1299,384 @@ msgstr ""
msgid "Boot Style Configuration"
msgstr "Configuraie post-install"
-#: ../../bootlook.pm_.c:79
+#: ../../bootlook.pm_.c:79 ../../standalone/logdrake_.c:101
#, fuzzy
msgid "/_File"
msgstr "Fiiere:\n"
-#: ../../bootlook.pm_.c:81
-msgid "/File/_New"
+#: ../../bootlook.pm_.c:80 ../../standalone/logdrake_.c:107
+msgid "/File/_Quit"
msgstr ""
-#: ../../bootlook.pm_.c:82
-msgid "<control>N"
+#: ../../bootlook.pm_.c:80 ../../standalone/logdrake_.c:107
+msgid "<control>Q"
msgstr ""
-#: ../../bootlook.pm_.c:84
-msgid "/File/_Open"
+#: ../../bootlook.pm_.c:91
+msgid "NewStyle Categorizing Monitor"
msgstr ""
-#: ../../bootlook.pm_.c:85
-msgid "<control>O"
+#: ../../bootlook.pm_.c:92
+#, fuzzy
+msgid "NewStyle Monitor"
+msgstr "Monitor"
+
+#: ../../bootlook.pm_.c:93
+#, fuzzy
+msgid "Traditional Monitor"
+msgstr "Alegei un alt tip de monitor"
+
+#: ../../bootlook.pm_.c:94
+msgid "Traditional Gtk+ Monitor"
msgstr ""
-#: ../../bootlook.pm_.c:87
-msgid "/File/_Save"
+#: ../../bootlook.pm_.c:95
+msgid "Launch Aurora at boot time"
msgstr ""
-#: ../../bootlook.pm_.c:88
-msgid "<control>S"
+#: ../../bootlook.pm_.c:98
+#, fuzzy
+msgid "Lilo/grub mode"
+msgstr "Nume de domeniu"
+
+#: ../../bootlook.pm_.c:98
+#, fuzzy
+msgid "Yaboot mode"
+msgstr "Periferic de demaraj"
+
+#: ../../bootlook.pm_.c:104
+#, fuzzy, c-format
+msgid ""
+"You are currently using %s as Boot Manager.\n"
+"Click on Configure to launch the setup wizard."
+msgstr "Selectai Conexiunea de imprimant"
+
+#: ../../bootlook.pm_.c:106 ../../standalone/drakbackup_.c:1467
+#: ../../standalone/drakbackup_.c:1478 ../../standalone/drakgw_.c:715
+#: ../../standalone/tinyfirewall_.c:59
+#, fuzzy
+msgid "Configure"
+msgstr "Configurai X"
+
+#: ../../bootlook.pm_.c:141
+msgid "System mode"
msgstr ""
-#: ../../bootlook.pm_.c:90
-msgid "/File/Save _As"
+#: ../../bootlook.pm_.c:143
+msgid "Launch the X-Window system at start"
msgstr ""
-#: ../../bootlook.pm_.c:91
-msgid "/File/-"
+#: ../../bootlook.pm_.c:148
+msgid "No, I don't want autologin"
msgstr ""
-#: ../../bootlook.pm_.c:93
-msgid "/File/_Quit"
+#: ../../bootlook.pm_.c:150
+msgid "Yes, I want autologin with this (user, desktop)"
msgstr ""
-#: ../../bootlook.pm_.c:94
-msgid "<control>Q"
+#: ../../bootlook.pm_.c:160 ../../network/netconnect.pm_.c:102
+#: ../../standalone/drakbackup_.c:2441 ../../standalone/drakbackup_.c:3345
+#: ../../standalone/drakfont_.c:532 ../../standalone/drakfont_.c:655
+#: ../../standalone/drakfont_.c:719 ../../standalone/drakfont_.c:765
+#: ../../standalone/draknet_.c:109 ../../standalone/draknet_.c:141
+#: ../../standalone/draknet_.c:297 ../../standalone/draknet_.c:436
+#: ../../standalone/draknet_.c:522 ../../standalone/draknet_.c:565
+#: ../../standalone/draknet_.c:666 ../../standalone/logdrake_.c:505
+msgid "OK"
msgstr ""
-#: ../../bootlook.pm_.c:96
-msgid "/_Options"
+#: ../../bootlook.pm_.c:229
+#, c-format
+msgid "can not open /etc/inittab for reading: %s"
msgstr ""
-#: ../../bootlook.pm_.c:98
-msgid "/Options/Test"
+#: ../../common.pm_.c:94
+msgid "GB"
msgstr ""
-#: ../../bootlook.pm_.c:99
-#, fuzzy
-msgid "/_Help"
-msgstr "Ajutor"
+#: ../../common.pm_.c:94
+msgid "KB"
+msgstr ""
-#: ../../bootlook.pm_.c:101
-msgid "/Help/_About..."
+#: ../../common.pm_.c:94
+msgid "MB"
+msgstr "MB"
+
+#: ../../common.pm_.c:102
+msgid "TB"
msgstr ""
-#: ../../bootlook.pm_.c:111 ../../standalone/drakgw_.c:634
-#: ../../standalone/draknet_.c:262 ../../standalone/tinyfirewall_.c:57
+#: ../../common.pm_.c:110
+#, c-format
+msgid "%d minutes"
+msgstr ""
+
+#: ../../common.pm_.c:112
+msgid "1 minute"
+msgstr ""
+
+#: ../../common.pm_.c:114
+#, fuzzy, c-format
+msgid "%d seconds"
+msgstr "Testul se va termina n %d secunde"
+
+#: ../../common.pm_.c:159
#, fuzzy
-msgid "Configure"
-msgstr "Configurai X"
+msgid "Can't make screenshots before partitioning"
+msgstr "Imposibil de adugat o alta partiie"
-#: ../../bootlook.pm_.c:114
+#: ../../common.pm_.c:166
#, fuzzy, c-format
-msgid ""
-"You are currently using %s as Boot Manager.\n"
-"Click on Configure to launch the setup wizard."
-msgstr "Selectai Conexiunea de imprimant"
+msgid "Screenshots will be available after install in %s"
+msgstr "Putei s alegei alte limbi care vor fi disponibile dup instalare"
-#: ../../bootlook.pm_.c:121
+#: ../../crypto.pm_.c:12 ../../crypto.pm_.c:26 ../../standalone/drakxtv_.c:50
#, fuzzy
-msgid "Lilo/grub mode"
-msgstr "Nume de domeniu"
+msgid "France"
+msgstr "Anuleaz"
-#: ../../bootlook.pm_.c:131
-msgid "NewStyle Categorizing Monitor"
+#: ../../crypto.pm_.c:13
+msgid "Costa Rica"
msgstr ""
-#: ../../bootlook.pm_.c:134
+#: ../../crypto.pm_.c:14 ../../crypto.pm_.c:27
#, fuzzy
-msgid "NewStyle Monitor"
-msgstr "Monitor"
+msgid "Belgium"
+msgstr "Belgian"
-#: ../../bootlook.pm_.c:137
+#: ../../crypto.pm_.c:15 ../../crypto.pm_.c:28
+msgid "Czech Republic"
+msgstr ""
+
+#: ../../crypto.pm_.c:16 ../../crypto.pm_.c:29
#, fuzzy
-msgid "Traditional Monitor"
-msgstr "Alegei un alt tip de monitor"
+msgid "Germany"
+msgstr "German"
-#: ../../bootlook.pm_.c:140
-msgid "Traditional Gtk+ Monitor"
-msgstr ""
+#: ../../crypto.pm_.c:17 ../../crypto.pm_.c:30
+#, fuzzy
+msgid "Greece"
+msgstr "Grec"
-#: ../../bootlook.pm_.c:144
-msgid "Launch Aurora at boot time"
+#: ../../crypto.pm_.c:18 ../../crypto.pm_.c:31
+#, fuzzy
+msgid "Norway"
+msgstr "Norvegian"
+
+#: ../../crypto.pm_.c:19 ../../crypto.pm_.c:32
+#, fuzzy
+msgid "Sweden"
+msgstr "Afieaz"
+
+#: ../../crypto.pm_.c:20 ../../crypto.pm_.c:34
+msgid "Netherlands"
msgstr ""
-#: ../../bootlook.pm_.c:169
+#: ../../crypto.pm_.c:21 ../../crypto.pm_.c:35 ../../standalone/drakxtv_.c:50
#, fuzzy
-msgid "Boot mode"
-msgstr "Periferic de demaraj"
+msgid "Italy"
+msgstr "Italian"
-#: ../../bootlook.pm_.c:179
-msgid "Launch the X-Window system at start"
+#: ../../crypto.pm_.c:22 ../../crypto.pm_.c:36
+#, fuzzy
+msgid "Austria"
+msgstr "serie"
+
+#: ../../crypto.pm_.c:33 ../../crypto.pm_.c:67
+msgid "United States"
msgstr ""
-#: ../../bootlook.pm_.c:187
-msgid "No, I don't want autologin"
+#: ../../diskdrake/hd_gtk.pm_.c:94
+msgid "Please make a backup of your data first"
+msgstr "V rog facei mai nti o copie a datelor dumneavoastr"
+
+#: ../../diskdrake/hd_gtk.pm_.c:94 ../../diskdrake/interactive.pm_.c:891
+#: ../../diskdrake/interactive.pm_.c:900 ../../diskdrake/interactive.pm_.c:954
+msgid "Read carefully!"
+msgstr "Citii cu atenie!"
+
+#: ../../diskdrake/hd_gtk.pm_.c:97
+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 ""
+"Dac dorii s folosii aboot, asigurai-v s lsai un spaiu liber\n"
+"(2048 de sectoare sunt de ajuns) la nceputul discului"
-#: ../../bootlook.pm_.c:193
-msgid "Yes, I want autologin with this (user, desktop)"
+#: ../../diskdrake/hd_gtk.pm_.c:116 ../../diskdrake/interactive.pm_.c:325
+#: ../../diskdrake/interactive.pm_.c:340 ../../diskdrake/smbnfs_gtk.pm_.c:45
+#: ../../install_steps.pm_.c:75 ../../install_steps_interactive.pm_.c:67
+#: ../../install_steps_interactive.pm_.c:356 ../../interactive_http.pm_.c:119
+#: ../../interactive_http.pm_.c:120 ../../standalone/diskdrake_.c:84
+msgid "Error"
+msgstr "Eroare"
+
+#: ../../diskdrake/hd_gtk.pm_.c:151
+msgid "Wizard"
msgstr ""
-#: ../../bootlook.pm_.c:210
-msgid "System mode"
+#: ../../diskdrake/hd_gtk.pm_.c:181 ../../diskdrake/removable_gtk.pm_.c:24
+msgid "Choose action"
+msgstr "Alegei aciunea"
+
+#: ../../diskdrake/hd_gtk.pm_.c:185
+msgid ""
+"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 ""
+"Avei o singur partiie mare FAT\n"
+"(n general folosit de MicroSoft Dos/Windows).\n"
+"Va sugerez s redimensionai mai nti acea partiie\n"
+"facei clic pe ea i apoi pe \"Redimensioneaz\")"
-#: ../../bootlook.pm_.c:228
+#: ../../diskdrake/hd_gtk.pm_.c:188
+msgid "Please click on a partition"
+msgstr "V rog facei clic pe o partiie"
+
+#: ../../diskdrake/hd_gtk.pm_.c:202 ../../diskdrake/smbnfs_gtk.pm_.c:67
+#: ../../install_steps_gtk.pm_.c:523
+msgid "Details"
+msgstr "Detalii"
+
+#: ../../diskdrake/hd_gtk.pm_.c:320
+msgid "Ext2"
+msgstr "Ext2"
+
+#: ../../diskdrake/hd_gtk.pm_.c:320
+msgid "FAT"
+msgstr "FAT"
+
+#: ../../diskdrake/hd_gtk.pm_.c:320
+msgid "HFS"
+msgstr "HFS"
+
+#: ../../diskdrake/hd_gtk.pm_.c:320
#, fuzzy
-msgid "Default Runlevel"
-msgstr "Standard"
+msgid "Journalised FS"
+msgstr "montare euat"
-#: ../../bootlook.pm_.c:236 ../../standalone/draknet_.c:88
-#: ../../standalone/draknet_.c:120 ../../standalone/draknet_.c:184
-#: ../../standalone/draknet_.c:302 ../../standalone/draknet_.c:396
-#: ../../standalone/draknet_.c:473 ../../standalone/draknet_.c:509
-#: ../../standalone/draknet_.c:617
-msgid "OK"
+#: ../../diskdrake/hd_gtk.pm_.c:320
+msgid "SunOS"
msgstr ""
-#: ../../bootlook.pm_.c:238 ../../install_steps_gtk.pm_.c:576
-#: ../../interactive.pm_.c:114 ../../interactive.pm_.c:269
-#: ../../interactive_stdio.pm_.c:27 ../../my_gtk.pm_.c:357
-#: ../../my_gtk.pm_.c:360 ../../my_gtk.pm_.c:617
-#: ../../standalone/drakgw_.c:639 ../../standalone/draknet_.c:95
-#: ../../standalone/draknet_.c:127 ../../standalone/draknet_.c:295
-#: ../../standalone/draknet_.c:485 ../../standalone/draknet_.c:631
-#: ../../standalone/tinyfirewall_.c:63
-msgid "Cancel"
-msgstr "Anuleaz"
+#: ../../diskdrake/hd_gtk.pm_.c:320
+msgid "Swap"
+msgstr "Swap"
-#: ../../bootlook.pm_.c:315
-msgid "can not open /etc/inittab for reading: $!"
-msgstr ""
+#: ../../diskdrake/hd_gtk.pm_.c:321 ../../diskdrake/interactive.pm_.c:1050
+msgid "Empty"
+msgstr "Gol"
-#: ../../bootlook.pm_.c:369
-msgid "can not open /etc/sysconfig/autologin for reading: $!"
-msgstr ""
+#: ../../diskdrake/hd_gtk.pm_.c:321 ../../install_steps_gtk.pm_.c:379
+#: ../../install_steps_gtk.pm_.c:439 ../../mouse.pm_.c:162
+#: ../../services.pm_.c:157 ../../standalone/drakbackup_.c:944
+msgid "Other"
+msgstr "Alt tip"
-#: ../../bootlook.pm_.c:435 ../../standalone/drakboot_.c:47
-msgid "Installation of LILO failed. The following error occured:"
-msgstr "Instalarea lui LILO a euat. Urmtoarea eroare a aprut:"
+#: ../../diskdrake/hd_gtk.pm_.c:325
+msgid "Filesystem types:"
+msgstr "Tipul de fiiere sistem: "
-#: ../../diskdrake.pm_.c:21 ../../diskdrake.pm_.c:462
+#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/interactive.pm_.c:386
msgid "Create"
msgstr "Creaz"
-#: ../../diskdrake.pm_.c:22
-msgid "Unmount"
-msgstr "Demonteaz"
+#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/interactive.pm_.c:365
+#: ../../diskdrake/interactive.pm_.c:499 ../../diskdrake/removable.pm_.c:26
+#: ../../diskdrake/removable.pm_.c:49 ../../diskdrake/removable_gtk.pm_.c:17
+msgid "Type"
+msgstr "Tip"
+
+#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/hd_gtk.pm_.c:344
+#, c-format
+msgid "Use ``%s'' instead"
+msgstr "Folosete ``%s'' n loc"
-#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:464
+#: ../../diskdrake/hd_gtk.pm_.c:344 ../../diskdrake/interactive.pm_.c:374
msgid "Delete"
msgstr "terge"
-#: ../../diskdrake.pm_.c:23
-msgid "Format"
-msgstr "Formateaz"
+#: ../../diskdrake/hd_gtk.pm_.c:348
+msgid "Use ``Unmount'' first"
+msgstr "Folosete ``Demontare' mai nti"
-#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:653
-msgid "Resize"
-msgstr "Redimensioneaz"
+#: ../../diskdrake/hd_gtk.pm_.c:349 ../../diskdrake/interactive.pm_.c:491
+#, c-format
+msgid ""
+"After changing type of partition %s, all data on this partition will be lost"
+msgstr ""
+"Dup schimbarea tipului de partiie %s, toate datele de pe aceasta "
+"partiievor fi pierdute"
-#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:462
-#: ../../diskdrake.pm_.c:518
-msgid "Type"
-msgstr "Tip"
+#: ../../diskdrake/interactive.pm_.c:171
+#, fuzzy
+msgid "Choose a partition"
+msgstr "Alegei aciunea"
-#: ../../diskdrake.pm_.c:24 ../../diskdrake.pm_.c:539
-msgid "Mount point"
-msgstr "Punct de montaj"
+#: ../../diskdrake/interactive.pm_.c:171
+#, fuzzy
+msgid "Choose another partition"
+msgstr "Creeaz o nou partiie"
-#: ../../diskdrake.pm_.c:38
-msgid "Write /etc/fstab"
-msgstr "Scrie /etc/fstab"
+#: ../../diskdrake/interactive.pm_.c:196
+#, fuzzy
+msgid "Exit"
+msgstr "Ext2"
-#: ../../diskdrake.pm_.c:39
+#: ../../diskdrake/interactive.pm_.c:218
msgid "Toggle to expert mode"
msgstr "Trece n mod expert"
-#: ../../diskdrake.pm_.c:40
+#: ../../diskdrake/interactive.pm_.c:218
msgid "Toggle to normal mode"
msgstr "Trece n mod normal"
-#: ../../diskdrake.pm_.c:41
-msgid "Restore from file"
-msgstr "Restaureaz din fiierul"
+#: ../../diskdrake/interactive.pm_.c:218
+msgid "Undo"
+msgstr "Anuleaz"
-#: ../../diskdrake.pm_.c:42
-msgid "Save in file"
-msgstr "nregistreaz n fiierul"
+#: ../../diskdrake/interactive.pm_.c:237
+msgid "Continue anyway?"
+msgstr "Continuai totui?"
-#: ../../diskdrake.pm_.c:43
-msgid "Wizard"
-msgstr ""
+#: ../../diskdrake/interactive.pm_.c:242
+msgid "Quit without saving"
+msgstr "Ieire fr a nregistra"
-#: ../../diskdrake.pm_.c:44
-msgid "Restore from floppy"
-msgstr "Restaureaz din dischet"
+#: ../../diskdrake/interactive.pm_.c:242
+msgid "Quit without writing the partition table?"
+msgstr "Ieire din program fr a scrie n tabloul de partiii ?"
-#: ../../diskdrake.pm_.c:45
-msgid "Save on floppy"
-msgstr "nregistreaza pe dischet"
+#: ../../diskdrake/interactive.pm_.c:247
+#, fuzzy
+msgid "Do you want to save /etc/fstab modifications"
+msgstr "Dorii s testai configuraia ?"
+
+#: ../../diskdrake/interactive.pm_.c:259
+msgid "Auto allocate"
+msgstr "Auto aloca"
-#: ../../diskdrake.pm_.c:49
+#: ../../diskdrake/interactive.pm_.c:259
msgid "Clear all"
msgstr "terge tot"
-#: ../../diskdrake.pm_.c:54
-msgid "Format all"
-msgstr "Formateaz tot"
-
-#: ../../diskdrake.pm_.c:55
-msgid "Auto allocate"
-msgstr "Auto aloca"
+#: ../../diskdrake/interactive.pm_.c:262
+#, fuzzy
+msgid "Hard drive information"
+msgstr "Afieaz informaiile"
-#: ../../diskdrake.pm_.c:59
+#: ../../diskdrake/interactive.pm_.c:283
msgid "All primary partitions are used"
msgstr "Toate partiiile principale sunt alocate"
-#: ../../diskdrake.pm_.c:59
+#: ../../diskdrake/interactive.pm_.c:284
msgid "I can't add any more partition"
msgstr "Imposibil de adugat o alta partiie"
-#: ../../diskdrake.pm_.c:59
+#: ../../diskdrake/interactive.pm_.c:285
msgid ""
"To have more partitions, please delete one to be able to create an extended "
"partition"
@@ -1271,275 +1684,308 @@ msgstr ""
"Pentru a avea mai multe partiii, tergei una pentru a putea crea una de "
"tip Extended "
-#: ../../diskdrake.pm_.c:61
-msgid "Not enough space for auto-allocating"
-msgstr ""
+#: ../../diskdrake/interactive.pm_.c:295
+#, fuzzy
+msgid "Save partition table"
+msgstr "Scrie tabloul de partiii"
-#: ../../diskdrake.pm_.c:63
-msgid "Undo"
-msgstr "Anuleaz"
+#: ../../diskdrake/interactive.pm_.c:296
+#, fuzzy
+msgid "Restore partition table"
+msgstr "Salveaz tabelul de partiii"
-#: ../../diskdrake.pm_.c:64
-msgid "Write partition table"
-msgstr "Scrie tabloul de partiii"
+#: ../../diskdrake/interactive.pm_.c:297
+msgid "Rescue partition table"
+msgstr "Salveaz tabelul de partiii"
-#: ../../diskdrake.pm_.c:65 ../../install_steps_interactive.pm_.c:185
+#: ../../diskdrake/interactive.pm_.c:299
#, fuzzy
-msgid "More"
-msgstr "Deplaseaz"
+msgid "Reload partition table"
+msgstr "Salveaz tabelul de partiii"
-#: ../../diskdrake.pm_.c:116
-msgid "Ext2"
-msgstr "Ext2"
+#: ../../diskdrake/interactive.pm_.c:304
+#, fuzzy
+msgid "Removable media automounting"
+msgstr "Automontare automat a perifericelor extractibile"
-#: ../../diskdrake.pm_.c:116
-msgid "FAT"
-msgstr "FAT"
+#: ../../diskdrake/interactive.pm_.c:313 ../../diskdrake/interactive.pm_.c:333
+msgid "Select file"
+msgstr "Selecioneaz fiierul"
-#: ../../diskdrake.pm_.c:116
-msgid "HFS"
-msgstr "HFS"
+#: ../../diskdrake/interactive.pm_.c:320
+msgid ""
+"The backup partition table has not the same size\n"
+"Still continue?"
+msgstr ""
+"Tabloul de partiie salvat nu are aceeai mrime\n"
+"S continui totui ?"
-#: ../../diskdrake.pm_.c:116
-msgid "SunOS"
+#: ../../diskdrake/interactive.pm_.c:334
+msgid "Warning"
+msgstr "Avertisment"
+
+#: ../../diskdrake/interactive.pm_.c:335
+msgid ""
+"Insert a floppy in drive\n"
+"All data on this floppy will be lost"
msgstr ""
+"Introducei o dischet n periferic\n"
+"Toate datele de pe aceast dischet vor fi pierdute"
-#: ../../diskdrake.pm_.c:116
-msgid "Swap"
-msgstr "Swap"
+#: ../../diskdrake/interactive.pm_.c:346
+msgid "Trying to rescue partition table"
+msgstr "ncercare de salvare a tabloului de partiii"
-#: ../../diskdrake.pm_.c:117
-msgid "Empty"
-msgstr "Gol"
+#: ../../diskdrake/interactive.pm_.c:352
+#, fuzzy
+msgid "Detailed information"
+msgstr "Afieaz informaiile"
-#: ../../diskdrake.pm_.c:117 ../../install_steps_gtk.pm_.c:407
-#: ../../mouse.pm_.c:145
-msgid "Other"
-msgstr "Alt tip"
+#: ../../diskdrake/interactive.pm_.c:364 ../../diskdrake/interactive.pm_.c:534
+#: ../../diskdrake/interactive.pm_.c:554 ../../diskdrake/removable.pm_.c:24
+#: ../../diskdrake/removable_gtk.pm_.c:15 ../../diskdrake/smbnfs_gtk.pm_.c:83
+msgid "Mount point"
+msgstr "Punct de montaj"
-#: ../../diskdrake.pm_.c:123
-msgid "Filesystem types:"
-msgstr "Tipul de fiiere sistem: "
+#: ../../diskdrake/interactive.pm_.c:366 ../../diskdrake/removable.pm_.c:25
+#: ../../diskdrake/removable_gtk.pm_.c:16 ../../diskdrake/smbnfs_gtk.pm_.c:84
+#, fuzzy
+msgid "Options"
+msgstr "Informaie"
-#: ../../diskdrake.pm_.c:132 ../../install_steps_gtk.pm_.c:577
-msgid "Details"
-msgstr "Detalii"
+#: ../../diskdrake/interactive.pm_.c:367 ../../diskdrake/interactive.pm_.c:621
+msgid "Resize"
+msgstr "Redimensioneaz"
-#: ../../diskdrake.pm_.c:147
-msgid ""
-"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 ""
-"Avei o singur partiie mare FAT\n"
-"(n general folosit de MicroSoft Dos/Windows).\n"
-"Va sugerez s redimensionai mai nti acea partiie\n"
-"facei clic pe ea i apoi pe \"Redimensioneaz\")"
+#: ../../diskdrake/interactive.pm_.c:368 ../../diskdrake/interactive.pm_.c:674
+msgid "Move"
+msgstr "Deplaseaz"
-#: ../../diskdrake.pm_.c:152
-msgid "Please make a backup of your data first"
-msgstr "V rog facei mai nti o copie a datelor dumneavoastr"
+#: ../../diskdrake/interactive.pm_.c:369
+msgid "Format"
+msgstr "Formateaz"
-#: ../../diskdrake.pm_.c:152 ../../diskdrake.pm_.c:170
-#: ../../diskdrake.pm_.c:179 ../../diskdrake.pm_.c:570
-#: ../../diskdrake.pm_.c:592
-msgid "Read carefully!"
-msgstr "Citii cu atenie!"
+#: ../../diskdrake/interactive.pm_.c:370 ../../diskdrake/smbnfs_gtk.pm_.c:80
+msgid "Mount"
+msgstr "Montaj"
-#: ../../diskdrake.pm_.c:155
-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 ""
-"Dac dorii s folosii aboot, asigurai-v s lsai un spaiu liber\n"
-"(2048 de sectoare sunt de ajuns) la nceputul discului"
+#: ../../diskdrake/interactive.pm_.c:371
+msgid "Add to RAID"
+msgstr "Adaug la RAID"
-#: ../../diskdrake.pm_.c:170
-msgid "Be careful: this operation is dangerous."
-msgstr "Atenie: aceasta operaie e periculoas."
+#: ../../diskdrake/interactive.pm_.c:372
+msgid "Add to LVM"
+msgstr "Adaug la LVM"
-#: ../../diskdrake.pm_.c:214 ../../install_steps.pm_.c:72
-#: ../../install_steps_interactive.pm_.c:37
-#: ../../install_steps_interactive.pm_.c:322 ../../standalone/diskdrake_.c:66
-msgid "Error"
-msgstr "Eroare"
+#: ../../diskdrake/interactive.pm_.c:373 ../../diskdrake/smbnfs_gtk.pm_.c:79
+msgid "Unmount"
+msgstr "Demonteaz"
-#: ../../diskdrake.pm_.c:238 ../../diskdrake.pm_.c:748
-msgid "Mount point: "
-msgstr "Punct de montaj: "
+#: ../../diskdrake/interactive.pm_.c:375
+msgid "Remove from RAID"
+msgstr "terge din RAID"
-#: ../../diskdrake.pm_.c:239 ../../diskdrake.pm_.c:298
-msgid "Device: "
-msgstr "Periferic: "
+#: ../../diskdrake/interactive.pm_.c:376
+msgid "Remove from LVM"
+msgstr "terge din LVM"
-#: ../../diskdrake.pm_.c:240
-#, c-format
-msgid "DOS drive letter: %s (just a guess)\n"
-msgstr "Litera perifericului DOS: %s (doar o presupunere)\n"
+#: ../../diskdrake/interactive.pm_.c:377
+msgid "Modify RAID"
+msgstr "Modific RAID"
-#: ../../diskdrake.pm_.c:244 ../../diskdrake.pm_.c:251
-#: ../../diskdrake.pm_.c:301
-msgid "Type: "
-msgstr "Tip: "
+#: ../../diskdrake/interactive.pm_.c:378
+msgid "Use for loopback"
+msgstr "Folosete pentru loopback"
-#: ../../diskdrake.pm_.c:248
-msgid "Name: "
-msgstr "Nume: "
+#: ../../diskdrake/interactive.pm_.c:417
+msgid "Create a new partition"
+msgstr "Creeaz o nou partiie"
-#: ../../diskdrake.pm_.c:253
-#, c-format
-msgid "Start: sector %s\n"
-msgstr "Start: sector %s\n"
+#: ../../diskdrake/interactive.pm_.c:420
+msgid "Start sector: "
+msgstr "Sector de nceput: "
-#: ../../diskdrake.pm_.c:254
-#, c-format
-msgid "Size: %s"
-msgstr "Mrimea: %s"
+#: ../../diskdrake/interactive.pm_.c:422 ../../diskdrake/interactive.pm_.c:773
+msgid "Size in MB: "
+msgstr "Mrimea n MB: "
-#: ../../diskdrake.pm_.c:256
-#, c-format
-msgid ", %s sectors"
-msgstr ", %s sectori"
+#: ../../diskdrake/interactive.pm_.c:423 ../../diskdrake/interactive.pm_.c:774
+msgid "Filesystem type: "
+msgstr "Tipul de fiiere: "
-#: ../../diskdrake.pm_.c:258
-#, c-format
-msgid "Cylinder %d to cylinder %d\n"
-msgstr "De la cilindrul %d la cilindrul %d\n"
+#: ../../diskdrake/interactive.pm_.c:424
+#: ../../diskdrake/interactive.pm_.c:1034
+#: ../../diskdrake/interactive.pm_.c:1108
+msgid "Mount point: "
+msgstr "Punct de montaj: "
-#: ../../diskdrake.pm_.c:259
-msgid "Formatted\n"
-msgstr "Formatat\n"
+#: ../../diskdrake/interactive.pm_.c:428
+msgid "Preference: "
+msgstr "Preferin: "
-#: ../../diskdrake.pm_.c:260
-msgid "Not formatted\n"
-msgstr "Neformatat\n"
+#: ../../diskdrake/interactive.pm_.c:472
+#, fuzzy
+msgid "Remove the loopback file?"
+msgstr "Formatarea fiierului loopback %s"
-#: ../../diskdrake.pm_.c:261
-msgid "Mounted\n"
-msgstr "Montat\n"
+#: ../../diskdrake/interactive.pm_.c:497
+msgid "Change partition type"
+msgstr "Schimb tipul partiiei"
+
+#: ../../diskdrake/interactive.pm_.c:498 ../../diskdrake/removable.pm_.c:48
+#, fuzzy
+msgid "Which filesystem do you want?"
+msgstr "Ce limb dorii ?"
-#: ../../diskdrake.pm_.c:262
+#: ../../diskdrake/interactive.pm_.c:502
+msgid "Switching from ext2 to ext3"
+msgstr ""
+
+#: ../../diskdrake/interactive.pm_.c:532
#, c-format
-msgid "RAID md%s\n"
-msgstr "RAID md%s\n"
+msgid "Where do you want to mount loopback file %s?"
+msgstr "Unde dorii s montai fiierul loopback %s?"
-#: ../../diskdrake.pm_.c:264
+#: ../../diskdrake/interactive.pm_.c:533 ../../diskdrake/interactive.pm_.c:553
#, c-format
-msgid "Loopback file(s): %s\n"
-msgstr "Fiier(e) loopback: %s\n"
+msgid "Where do you want to mount device %s?"
+msgstr "Unde dorii s montai perifericul %s?"
-#: ../../diskdrake.pm_.c:265
+#: ../../diskdrake/interactive.pm_.c:539
msgid ""
-"Partition booted by default\n"
-" (for MS-DOS boot, not for lilo)\n"
+"Can't unset mount point as this partition is used for loop back.\n"
+"Remove the loopback first"
msgstr ""
-"Partiia demarat din oficiu\n"
-" (pentru demaraj MS-DOS, nu pentru lilo)\n"
+"Nu pot s desfiinez acest punct de montaj pentru c partiia e "
+"folositpentru loopback.\n"
+"tergei loopback-ul mai nti"
-#: ../../diskdrake.pm_.c:267
-#, c-format
-msgid "Level %s\n"
-msgstr "Nivel %s\n"
+#: ../../diskdrake/interactive.pm_.c:577
+msgid "Computing FAT filesystem bounds"
+msgstr "Calculeaz salturile de fiiere FAT"
-#: ../../diskdrake.pm_.c:268
-#, c-format
-msgid "Chunk size %s\n"
-msgstr "Mrimea poriunii %s\n"
+#: ../../diskdrake/interactive.pm_.c:577 ../../diskdrake/interactive.pm_.c:636
+#: ../../install_interactive.pm_.c:130
+msgid "Resizing"
+msgstr "Redimensioneaz"
-#: ../../diskdrake.pm_.c:269
-#, c-format
-msgid "RAID-disks %s\n"
-msgstr "Discuri-RAID %s\n"
+#: ../../diskdrake/interactive.pm_.c:609
+#, fuzzy
+msgid "This partition is not resizeable"
+msgstr "Ce tip de partiie dorii?"
-#: ../../diskdrake.pm_.c:271
-#, c-format
-msgid "Loopback file name: %s"
-msgstr "Numele fiierului loopback: %s"
+#: ../../diskdrake/interactive.pm_.c:614
+msgid "All data on this partition should be backed-up"
+msgstr "Toate datele de pe aceasta partiie ar trebui salvate mai nti"
-#: ../../diskdrake.pm_.c:274
-msgid ""
-"\n"
-"Chances are, this partition is\n"
-"a Driver partition, you should\n"
-"probably leave it alone.\n"
+#: ../../diskdrake/interactive.pm_.c:616
+#, c-format
+msgid "After resizing partition %s, all data on this partition will be lost"
msgstr ""
+"Dup redimensionarea partiiei %s toate datele de pe aceasta partiie vor fi "
+"pierdute"
-#: ../../diskdrake.pm_.c:277
-msgid ""
-"\n"
-"This special Bootstrap\n"
-"partition is for\n"
-"dual-booting your system.\n"
-msgstr ""
+#: ../../diskdrake/interactive.pm_.c:621
+msgid "Choose the new size"
+msgstr "Alegei noua mrime"
-#: ../../diskdrake.pm_.c:294
-msgid "Please click on a partition"
-msgstr "V rog facei clic pe o partiie"
+#: ../../diskdrake/interactive.pm_.c:622
+#, fuzzy
+msgid "New size in MB: "
+msgstr "Mrimea n MB: "
-#: ../../diskdrake.pm_.c:299
-#, c-format
-msgid "Size: %s\n"
-msgstr "Mrime: %s\n"
+#: ../../diskdrake/interactive.pm_.c:675
+msgid "Which disk do you want to move it to?"
+msgstr "Pe ce disc dorii s schimbai ?"
-#: ../../diskdrake.pm_.c:300
-#, c-format
-msgid "Geometry: %s cylinders, %s heads, %s sectors\n"
-msgstr "Geometrie: %s cylinders, %s heads, %s sectors\n"
+#: ../../diskdrake/interactive.pm_.c:676
+msgid "Sector"
+msgstr "Sector"
-#: ../../diskdrake.pm_.c:302
-#, c-format
-msgid "LVM-disks %s\n"
-msgstr "Discuri-LVM %s\n"
+#: ../../diskdrake/interactive.pm_.c:677
+msgid "Which sector do you want to move it to?"
+msgstr "La ce sector dorii sa schimbai ?"
-#: ../../diskdrake.pm_.c:303
-#, c-format
-msgid "Partition table type: %s\n"
-msgstr "Tipul tabloul de partiii : %s\n"
+#: ../../diskdrake/interactive.pm_.c:680
+msgid "Moving"
+msgstr "Schimb"
-#: ../../diskdrake.pm_.c:304
-#, c-format
-msgid "on bus %d id %d\n"
-msgstr "pe bus-ul %d id %d\n"
+#: ../../diskdrake/interactive.pm_.c:680
+msgid "Moving partition..."
+msgstr "Schimb partiia..."
-#: ../../diskdrake.pm_.c:320
-msgid "Mount"
-msgstr "Montaj"
+#: ../../diskdrake/interactive.pm_.c:697
+msgid "Choose an existing RAID to add to"
+msgstr "Alegei un RAID existent la care s adugai"
-#: ../../diskdrake.pm_.c:322
-msgid "Active"
-msgstr "Activ"
+#: ../../diskdrake/interactive.pm_.c:698 ../../diskdrake/interactive.pm_.c:716
+msgid "new"
+msgstr "nou"
-#: ../../diskdrake.pm_.c:324
-msgid "Add to RAID"
-msgstr "Adaug la RAID"
+#: ../../diskdrake/interactive.pm_.c:714
+msgid "Choose an existing LVM to add to"
+msgstr "Alegei un LVM existent la care s adugai"
-#: ../../diskdrake.pm_.c:326
-msgid "Remove from RAID"
-msgstr "terge din RAID"
+#: ../../diskdrake/interactive.pm_.c:719
+msgid "LVM name?"
+msgstr ""
-#: ../../diskdrake.pm_.c:328
-msgid "Modify RAID"
-msgstr "Modific RAID"
+#: ../../diskdrake/interactive.pm_.c:759
+msgid "This partition can't be used for loopback"
+msgstr "Aceast partiie nu poate fi folosit pentru loopback"
-#: ../../diskdrake.pm_.c:330
-msgid "Add to LVM"
-msgstr "Adaug la LVM"
+#: ../../diskdrake/interactive.pm_.c:771
+msgid "Loopback"
+msgstr "Loopback"
-#: ../../diskdrake.pm_.c:332
-msgid "Remove from LVM"
-msgstr "terge din LVM"
+#: ../../diskdrake/interactive.pm_.c:772
+msgid "Loopback file name: "
+msgstr "Numele fiierului loopback"
-#: ../../diskdrake.pm_.c:334
-msgid "Use for loopback"
-msgstr "Folosete pentru loopback"
+#: ../../diskdrake/interactive.pm_.c:777
+#, fuzzy
+msgid "Give a file name"
+msgstr "Nume real"
-#: ../../diskdrake.pm_.c:341
-msgid "Choose action"
-msgstr "Alegei aciunea"
+#: ../../diskdrake/interactive.pm_.c:780
+msgid "File already used by another loopback, choose another one"
+msgstr "Fiier deja folosit de un alt loopback, alegei un altul"
-#: ../../diskdrake.pm_.c:435
+#: ../../diskdrake/interactive.pm_.c:781
+msgid "File already exists. Use it?"
+msgstr "Fiierul exist deja. S-l folosesc ?"
+
+#: ../../diskdrake/interactive.pm_.c:804
+#, fuzzy
+msgid "Mount options"
+msgstr "Opiuni pentru module:"
+
+#: ../../diskdrake/interactive.pm_.c:811
+msgid "Various"
+msgstr ""
+
+#: ../../diskdrake/interactive.pm_.c:874
+msgid "device"
+msgstr "periferic: "
+
+#: ../../diskdrake/interactive.pm_.c:875
+msgid "level"
+msgstr "nivel"
+
+#: ../../diskdrake/interactive.pm_.c:876
+msgid "chunk size"
+msgstr "mrimea poriunii "
+
+#: ../../diskdrake/interactive.pm_.c:891
+msgid "Be careful: this operation is dangerous."
+msgstr "Atenie: aceasta operaie e periculoas."
+
+#: ../../diskdrake/interactive.pm_.c:906
+#, fuzzy
+msgid "What type of partitioning?"
+msgstr "Ce tip de imprimanta avei?"
+
+#: ../../diskdrake/interactive.pm_.c:924
msgid ""
"Sorry I won't accept to create /boot so far onto the drive (on a cylinder > "
"1024).\n"
@@ -1551,7 +1997,7 @@ msgstr ""
"Sau folosii LILO soi nu va funciona, sau nu folosii LILO i atunci nu\n"
"avei nevoie de /boot"
-#: ../../diskdrake.pm_.c:439
+#: ../../diskdrake/interactive.pm_.c:928
msgid ""
"The partition you've selected to add as root (/) is physically located "
"beyond\n"
@@ -1564,7 +2010,7 @@ msgstr ""
"Dac planificai s folosii LILO ca gestionar de demaraj, asigurai-v "
"cai adugat o partiie /boot."
-#: ../../diskdrake.pm_.c:445
+#: ../../diskdrake/interactive.pm_.c:934
#, fuzzy
msgid ""
"You've selected a software RAID partition as root (/).\n"
@@ -1576,288 +2022,282 @@ msgstr ""
"o partitie /boot. Folosii deci o partiie /boot dac dorii s folosii\n"
"lilo sau grub."
-#: ../../diskdrake.pm_.c:462 ../../diskdrake.pm_.c:464
-#, c-format
-msgid "Use ``%s'' instead"
-msgstr "Folosete ``%s'' n loc"
-
-#: ../../diskdrake.pm_.c:468
-msgid "Use ``Unmount'' first"
-msgstr "Folosete ``Demontare' mai nti"
-
-#: ../../diskdrake.pm_.c:469 ../../diskdrake.pm_.c:513
-#, c-format
-msgid ""
-"After changing type of partition %s, all data on this partition will be lost"
-msgstr ""
-"Dup schimbarea tipului de partiie %s, toate datele de pe aceasta "
-"partiievor fi pierdute"
-
-#: ../../diskdrake.pm_.c:481
-msgid "Continue anyway?"
-msgstr "Continuai totui?"
-
-#: ../../diskdrake.pm_.c:486
-msgid "Quit without saving"
-msgstr "Ieire fr a nregistra"
-
-#: ../../diskdrake.pm_.c:486
-msgid "Quit without writing the partition table?"
-msgstr "Ieire din program fr a scrie n tabloul de partiii ?"
-
-#: ../../diskdrake.pm_.c:516
-msgid "Change partition type"
-msgstr "Schimb tipul partiiei"
-
-#: ../../diskdrake.pm_.c:517
-#, fuzzy
-msgid "Which filesystem do you want?"
-msgstr "Ce limb dorii ?"
-
-#: ../../diskdrake.pm_.c:520 ../../diskdrake.pm_.c:780
-msgid "You can't use ReiserFS for partitions smaller than 32MB"
-msgstr ""
-
-#: ../../diskdrake.pm_.c:537
-#, c-format
-msgid "Where do you want to mount loopback file %s?"
-msgstr "Unde dorii s montai fiierul loopback %s?"
-
-#: ../../diskdrake.pm_.c:538
+#: ../../diskdrake/interactive.pm_.c:954
#, c-format
-msgid "Where do you want to mount device %s?"
-msgstr "Unde dorii s montai perifericul %s?"
+msgid "Partition table of drive %s is going to be written to disk!"
+msgstr "Tabloul de partiii al perifericului %s va fi scris pe disc!"
-#: ../../diskdrake.pm_.c:542
-msgid ""
-"Can't unset mount point as this partition is used for loop back.\n"
-"Remove the loopback first"
+#: ../../diskdrake/interactive.pm_.c:958
+msgid "You'll need to reboot before the modification can take place"
msgstr ""
-"Nu pot s desfiinez acest punct de montaj pentru c partiia e "
-"folositpentru loopback.\n"
-"tergei loopback-ul mai nti"
+"Va trebui s redemarai pentru ca schimbrile sa fie luate n considerare"
-#: ../../diskdrake.pm_.c:561
+#: ../../diskdrake/interactive.pm_.c:969
#, c-format
msgid "After formatting partition %s, all data on this partition will be lost"
msgstr ""
"Dup formatarea partiiei %s toate datele de pe aceasta partiie vor fi "
"pierdute"
-#: ../../diskdrake.pm_.c:563
+#: ../../diskdrake/interactive.pm_.c:971
msgid "Formatting"
msgstr "Formatare"
-#: ../../diskdrake.pm_.c:564
+#: ../../diskdrake/interactive.pm_.c:972
#, c-format
msgid "Formatting loopback file %s"
msgstr "Formatarea fiierului loopback %s"
-#: ../../diskdrake.pm_.c:565 ../../install_steps_interactive.pm_.c:430
+#: ../../diskdrake/interactive.pm_.c:973
+#: ../../install_steps_interactive.pm_.c:465
#, c-format
msgid "Formatting partition %s"
msgstr "Formatarea partiiei %s"
-#: ../../diskdrake.pm_.c:570
-msgid "After formatting all partitions,"
-msgstr "Dup formatarea tuturor partiiilor,"
-
-#: ../../diskdrake.pm_.c:570
-msgid "all data on these partitions will be lost"
-msgstr "toate datele din aceste partiii vor fi pierdute"
-
-#: ../../diskdrake.pm_.c:576
-msgid "Move"
-msgstr "Deplaseaz"
+#: ../../diskdrake/interactive.pm_.c:984
+#, fuzzy
+msgid "Hide files"
+msgstr "mkraid a euat"
-#: ../../diskdrake.pm_.c:577
-msgid "Which disk do you want to move it to?"
-msgstr "Pe ce disc dorii s schimbai ?"
+#: ../../diskdrake/interactive.pm_.c:984
+#, fuzzy
+msgid "Move files to the new partition"
+msgstr "Creeaz o nou partiie"
-#: ../../diskdrake.pm_.c:578
-msgid "Sector"
-msgstr "Sector"
+#: ../../diskdrake/interactive.pm_.c:985
+#, c-format
+msgid ""
+"Directory %s already contain some data\n"
+"(%s)"
+msgstr ""
-#: ../../diskdrake.pm_.c:579
-msgid "Which sector do you want to move it to?"
-msgstr "La ce sector dorii sa schimbai ?"
+#: ../../diskdrake/interactive.pm_.c:996
+#, fuzzy
+msgid "Moving files to the new partition"
+msgstr "Creeaz o nou partiie"
-#: ../../diskdrake.pm_.c:582
-msgid "Moving"
-msgstr "Schimb"
+#: ../../diskdrake/interactive.pm_.c:1000
+#, c-format
+msgid "Copying %s"
+msgstr ""
-#: ../../diskdrake.pm_.c:582
-msgid "Moving partition..."
-msgstr "Schimb partiia..."
+#: ../../diskdrake/interactive.pm_.c:1004
+#, fuzzy, c-format
+msgid "Removing %s"
+msgstr "Rezoluii"
-#: ../../diskdrake.pm_.c:592
+#: ../../diskdrake/interactive.pm_.c:1014
#, c-format
-msgid "Partition table of drive %s is going to be written to disk!"
-msgstr "Tabloul de partiii al perifericului %s va fi scris pe disc!"
-
-#: ../../diskdrake.pm_.c:594
-msgid "You'll need to reboot before the modification can take place"
+msgid "partition %s is now known as %s"
msgstr ""
-"Va trebui s redemarai pentru ca schimbrile sa fie luate n considerare"
-#: ../../diskdrake.pm_.c:615
-msgid "Computing FAT filesystem bounds"
-msgstr "Calculeaz salturile de fiiere FAT"
+#: ../../diskdrake/interactive.pm_.c:1035
+#: ../../diskdrake/interactive.pm_.c:1094
+msgid "Device: "
+msgstr "Periferic: "
-#: ../../diskdrake.pm_.c:615 ../../diskdrake.pm_.c:680
-#: ../../install_interactive.pm_.c:107
-msgid "Resizing"
-msgstr "Redimensioneaz"
+#: ../../diskdrake/interactive.pm_.c:1036
+#, c-format
+msgid "DOS drive letter: %s (just a guess)\n"
+msgstr "Litera perifericului DOS: %s (doar o presupunere)\n"
-#: ../../diskdrake.pm_.c:643
-#, fuzzy
-msgid "This partition is not resizeable"
-msgstr "Ce tip de partiie dorii?"
+#: ../../diskdrake/interactive.pm_.c:1040
+#: ../../diskdrake/interactive.pm_.c:1048
+#: ../../diskdrake/interactive.pm_.c:1112
+msgid "Type: "
+msgstr "Tip: "
-#: ../../diskdrake.pm_.c:648
-msgid "All data on this partition should be backed-up"
-msgstr "Toate datele de pe aceasta partiie ar trebui salvate mai nti"
+#: ../../diskdrake/interactive.pm_.c:1044
+msgid "Name: "
+msgstr "Nume: "
-#: ../../diskdrake.pm_.c:650
+#: ../../diskdrake/interactive.pm_.c:1052
#, c-format
-msgid "After resizing partition %s, all data on this partition will be lost"
-msgstr ""
-"Dup redimensionarea partiiei %s toate datele de pe aceasta partiie vor fi "
-"pierdute"
+msgid "Start: sector %s\n"
+msgstr "Start: sector %s\n"
-#: ../../diskdrake.pm_.c:660
-msgid "Choose the new size"
-msgstr "Alegei noua mrime"
+#: ../../diskdrake/interactive.pm_.c:1053
+#, c-format
+msgid "Size: %s"
+msgstr "Mrimea: %s"
-#: ../../diskdrake.pm_.c:660 ../../install_steps_graphical.pm_.c:287
-#: ../../install_steps_graphical.pm_.c:334
-msgid "MB"
-msgstr "MB"
+#: ../../diskdrake/interactive.pm_.c:1055
+#, c-format
+msgid ", %s sectors"
+msgstr ", %s sectori"
-#: ../../diskdrake.pm_.c:714
-msgid "Create a new partition"
-msgstr "Creeaz o nou partiie"
+#: ../../diskdrake/interactive.pm_.c:1057
+#, fuzzy, c-format
+msgid "Cylinder %d to %d\n"
+msgstr "De la cilindrul %d la cilindrul %d\n"
-#: ../../diskdrake.pm_.c:740
-msgid "Start sector: "
-msgstr "Sector de nceput: "
+#: ../../diskdrake/interactive.pm_.c:1058
+msgid "Formatted\n"
+msgstr "Formatat\n"
-#: ../../diskdrake.pm_.c:744 ../../diskdrake.pm_.c:819
-msgid "Size in MB: "
-msgstr "Mrimea n MB: "
+#: ../../diskdrake/interactive.pm_.c:1059
+msgid "Not formatted\n"
+msgstr "Neformatat\n"
-#: ../../diskdrake.pm_.c:747 ../../diskdrake.pm_.c:822
-msgid "Filesystem type: "
-msgstr "Tipul de fiiere: "
+#: ../../diskdrake/interactive.pm_.c:1060
+msgid "Mounted\n"
+msgstr "Montat\n"
-#: ../../diskdrake.pm_.c:750
-msgid "Preference: "
-msgstr "Preferin: "
+#: ../../diskdrake/interactive.pm_.c:1061
+#, c-format
+msgid "RAID md%s\n"
+msgstr "RAID md%s\n"
-#: ../../diskdrake.pm_.c:798
-msgid "This partition can't be used for loopback"
-msgstr "Aceast partiie nu poate fi folosit pentru loopback"
+#: ../../diskdrake/interactive.pm_.c:1063
+#, fuzzy, c-format
+msgid ""
+"Loopback file(s):\n"
+" %s\n"
+msgstr "Fiier(e) loopback: %s\n"
-#: ../../diskdrake.pm_.c:808
-msgid "Loopback"
-msgstr "Loopback"
+#: ../../diskdrake/interactive.pm_.c:1064
+msgid ""
+"Partition booted by default\n"
+" (for MS-DOS boot, not for lilo)\n"
+msgstr ""
+"Partiia demarat din oficiu\n"
+" (pentru demaraj MS-DOS, nu pentru lilo)\n"
-#: ../../diskdrake.pm_.c:818
-msgid "Loopback file name: "
-msgstr "Numele fiierului loopback"
+#: ../../diskdrake/interactive.pm_.c:1066
+#, c-format
+msgid "Level %s\n"
+msgstr "Nivel %s\n"
-#: ../../diskdrake.pm_.c:844
-msgid "File already used by another loopback, choose another one"
-msgstr "Fiier deja folosit de un alt loopback, alegei un altul"
+#: ../../diskdrake/interactive.pm_.c:1067
+#, c-format
+msgid "Chunk size %s\n"
+msgstr "Mrimea poriunii %s\n"
-#: ../../diskdrake.pm_.c:845
-msgid "File already exists. Use it?"
-msgstr "Fiierul exist deja. S-l folosesc ?"
+#: ../../diskdrake/interactive.pm_.c:1068
+#, c-format
+msgid "RAID-disks %s\n"
+msgstr "Discuri-RAID %s\n"
-#: ../../diskdrake.pm_.c:867 ../../diskdrake.pm_.c:883
-msgid "Select file"
-msgstr "Selecioneaz fiierul"
+#: ../../diskdrake/interactive.pm_.c:1070
+#, c-format
+msgid "Loopback file name: %s"
+msgstr "Numele fiierului loopback: %s"
-#: ../../diskdrake.pm_.c:876
+#: ../../diskdrake/interactive.pm_.c:1073
msgid ""
-"The backup partition table has not the same size\n"
-"Still continue?"
+"\n"
+"Chances are, this partition is\n"
+"a Driver partition, you should\n"
+"probably leave it alone.\n"
msgstr ""
-"Tabloul de partiie salvat nu are aceeai mrime\n"
-"S continui totui ?"
-#: ../../diskdrake.pm_.c:884
-msgid "Warning"
-msgstr "Avertisment"
-
-#: ../../diskdrake.pm_.c:885
+#: ../../diskdrake/interactive.pm_.c:1076
msgid ""
-"Insert a floppy in drive\n"
-"All data on this floppy will be lost"
+"\n"
+"This special Bootstrap\n"
+"partition is for\n"
+"dual-booting your system.\n"
msgstr ""
-"Introducei o dischet n periferic\n"
-"Toate datele de pe aceast dischet vor fi pierdute"
-#: ../../diskdrake.pm_.c:896
-msgid "Trying to rescue partition table"
-msgstr "ncercare de salvare a tabloului de partiii"
+#: ../../diskdrake/interactive.pm_.c:1095
+#, c-format
+msgid "Size: %s\n"
+msgstr "Mrime: %s\n"
-#: ../../diskdrake.pm_.c:905
-msgid "device"
-msgstr "periferic: "
+#: ../../diskdrake/interactive.pm_.c:1096
+#, c-format
+msgid "Geometry: %s cylinders, %s heads, %s sectors\n"
+msgstr "Geometrie: %s cylinders, %s heads, %s sectors\n"
-#: ../../diskdrake.pm_.c:906
-msgid "level"
-msgstr "nivel"
+#: ../../diskdrake/interactive.pm_.c:1097
+msgid "Info: "
+msgstr "Info: "
-#: ../../diskdrake.pm_.c:907
-msgid "chunk size"
-msgstr "mrimea poriunii "
+#: ../../diskdrake/interactive.pm_.c:1098
+#, c-format
+msgid "LVM-disks %s\n"
+msgstr "Discuri-LVM %s\n"
-#: ../../diskdrake.pm_.c:919
-msgid "Choose an existing RAID to add to"
-msgstr "Alegei un RAID existent la care s adugai"
+#: ../../diskdrake/interactive.pm_.c:1099
+#, c-format
+msgid "Partition table type: %s\n"
+msgstr "Tipul tabloul de partiii : %s\n"
-#: ../../diskdrake.pm_.c:920 ../../diskdrake.pm_.c:946
-msgid "new"
-msgstr "nou"
+#: ../../diskdrake/interactive.pm_.c:1100
+#, c-format
+msgid "on bus %d id %d\n"
+msgstr "pe bus-ul %d id %d\n"
-#: ../../diskdrake.pm_.c:944
-msgid "Choose an existing LVM to add to"
-msgstr "Alegei un LVM existent la care s adugai"
+#: ../../diskdrake/interactive.pm_.c:1114
+#, fuzzy, c-format
+msgid "Options: %s"
+msgstr "Partiie"
-#: ../../diskdrake.pm_.c:949
-msgid "LVM name?"
+#: ../../diskdrake/interactive.pm_.c:1130
+#, fuzzy
+msgid "Filesystem encryption key"
+msgstr "Tipul de fiiere: "
+
+#: ../../diskdrake/interactive.pm_.c:1131
+msgid "Choose your filesystem encryption key"
msgstr ""
-#: ../../diskdrake.pm_.c:976
-msgid "Removable media automounting"
-msgstr "Automontare automat a perifericelor extractibile"
+#: ../../diskdrake/interactive.pm_.c:1134
+#, fuzzy, c-format
+msgid "This encryption key is too simple (must be at least %d characters long)"
+msgstr ""
+"Aceast parole e prea simpl (ar trebui s fie de cel puin %d caractere)"
-#: ../../diskdrake.pm_.c:977
-msgid "Rescue partition table"
-msgstr "Salveaz tabelul de partiii"
+#: ../../diskdrake/interactive.pm_.c:1135
+#, fuzzy
+msgid "The encryption keys do not match"
+msgstr "Parolele nu corespund"
-#: ../../diskdrake.pm_.c:979
-msgid "Reload"
-msgstr "Rencarc"
+#: ../../diskdrake/interactive.pm_.c:1138
+msgid "Encryption key"
+msgstr ""
+
+#: ../../diskdrake/interactive.pm_.c:1139
+msgid "Encryption key (again)"
+msgstr ""
-#: ../../fs.pm_.c:88 ../../fs.pm_.c:95 ../../fs.pm_.c:101 ../../fs.pm_.c:107
-#: ../../fs.pm_.c:113
+#: ../../diskdrake/removable.pm_.c:47
+#, fuzzy
+msgid "Change type"
+msgstr "Schimb tipul partiiei"
+
+#: ../../diskdrake/removable_gtk.pm_.c:28
+#, fuzzy
+msgid "Please click on a media"
+msgstr "V rog facei clic pe o partiie"
+
+#: ../../diskdrake/smbnfs_gtk.pm_.c:165
+#, fuzzy
+msgid "Search servers"
+msgstr "Server DNS"
+
+#: ../../fs.pm_.c:485 ../../fs.pm_.c:495 ../../fs.pm_.c:499 ../../fs.pm_.c:503
+#: ../../fs.pm_.c:507 ../../fs.pm_.c:511
#, c-format
msgid "%s formatting of %s failed"
msgstr "%s Formatarea %s euat"
-#: ../../fs.pm_.c:143
+#: ../../fs.pm_.c:548
#, c-format
msgid "I don't know how to format %s in type %s"
msgstr "Nu tiu cum s formatez %s n tipul %s"
-#: ../../fs.pm_.c:230
-msgid "mount failed: "
-msgstr "montare euat: "
+#: ../../fs.pm_.c:620 ../../fs.pm_.c:649 ../../fs.pm_.c:655
+#, c-format
+msgid "mounting partition %s in directory %s failed"
+msgstr ""
-#: ../../fs.pm_.c:242
+#: ../../fs.pm_.c:640
+#, c-format
+msgid "fsck failed with exit code %d or signal %d"
+msgstr ""
+
+#: ../../fs.pm_.c:670 ../../partition_table.pm_.c:596
#, c-format
msgid "error unmounting %s: %s"
msgstr "eroare la demontarea %s: %s"
@@ -1867,45 +2307,67 @@ msgstr "eroare la demontarea %s: %s"
msgid "simple"
msgstr "Fiier"
+#: ../../fsedit.pm_.c:25
+msgid "with /usr"
+msgstr ""
+
#: ../../fsedit.pm_.c:30
msgid "server"
msgstr "server"
-#: ../../fsedit.pm_.c:262
+#: ../../fsedit.pm_.c:467
+msgid "You can't use JFS for partitions smaller than 16MB"
+msgstr ""
+
+#: ../../fsedit.pm_.c:468
+msgid "You can't use ReiserFS for partitions smaller than 32MB"
+msgstr ""
+
+#: ../../fsedit.pm_.c:477
msgid "Mount points must begin with a leading /"
msgstr "Punctele de montaje trebuie sa nceap cu un /"
-#: ../../fsedit.pm_.c:265
+#: ../../fsedit.pm_.c:478
#, c-format
msgid "There is already a partition with mount point %s\n"
msgstr "O partiie cu punctul de montaj %s exist deja\n"
-#: ../../fsedit.pm_.c:273
-#, c-format
-msgid "Circular mounts %s\n"
-msgstr "Montaje circulare %s\n"
-
-#: ../../fsedit.pm_.c:285
+#: ../../fsedit.pm_.c:482
#, c-format
msgid "You can't use a LVM Logical Volume for mount point %s"
msgstr ""
-#: ../../fsedit.pm_.c:286
+#: ../../fsedit.pm_.c:484
msgid "This directory should remain within the root filesystem"
msgstr ""
-#: ../../fsedit.pm_.c:287
+#: ../../fsedit.pm_.c:486
msgid "You need a true filesystem (ext2, reiserfs) for this mount point\n"
msgstr ""
"Avei nevoie de un sistem de fiiere serios (ext2, reiserfs) pentru\n"
"acest punct de montaj.\n"
-#: ../../fsedit.pm_.c:369
+#: ../../fsedit.pm_.c:488
+#, fuzzy, c-format
+msgid "You can't use an encrypted file system for mount point %s"
+msgstr ""
+"Avei nevoie de un sistem de fiiere serios (ext2, reiserfs) pentru\n"
+"acest punct de montaj.\n"
+
+#: ../../fsedit.pm_.c:546
+msgid "Not enough free space for auto-allocating"
+msgstr ""
+
+#: ../../fsedit.pm_.c:548
+msgid "Nothing to do"
+msgstr ""
+
+#: ../../fsedit.pm_.c:612
#, c-format
msgid "Error opening %s for writing: %s"
msgstr "Eroare la citirea %s pentru a scrie: %s"
-#: ../../fsedit.pm_.c:453
+#: ../../fsedit.pm_.c:697
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"
@@ -1914,1033 +2376,796 @@ msgstr ""
"fiiere\n"
"sistem. Verificai harware-ul pentru a detecta cauza acestei probleme."
-#: ../../fsedit.pm_.c:467
+#: ../../fsedit.pm_.c:720
msgid "You don't have any partitions!"
msgstr "Nu avei nici o partiie!"
-#: ../../help.pm_.c:9
-#, fuzzy
-msgid ""
-"Please choose your preferred language for installation and system usage."
-msgstr "Alegei limba pentru instalare i folosirea sistemului."
-
-#: ../../help.pm_.c:12
-msgid ""
-"You need to accept the terms of the above license to continue installation.\n"
+#: ../../help.pm_.c:13
+msgid ""
+"GNU/Linux is a multiuser system, and this means that each user can have his\n"
+"own preferences, his own files and so on. You can read the ``User Guide''\n"
+"to learn more. But unlike \"root\", which is the administrator, the users\n"
+"you will add here will not be entitled to change anything except their own\n"
+"files and their own configuration. You will have to create at least one\n"
+"regular user for yourself. That account is where you should log in for\n"
+"routine use. Although it is very practical to log in as \"root\" everyday,\n"
+"it may also be very dangerous! The slightest mistake could mean that your\n"
+"system would not work any more. If you make a serious mistake as a regular\n"
+"user, you may only lose some information, but not the entire system.\n"
+"\n"
+"First, you have to enter your real name. This is not mandatory, of course\n"
+"as you can actually enter whatever you want. DrakX will then take the first\n"
+"word you have entered in the box and will bring it over to the \"User\n"
+"name\". This is the name this particular user will use to log onto the\n"
+"system. You can change it. You then have to enter a password here. A\n"
+"non-privileged (regular) user's password is not as crucial as \"root\"' one\n"
+"from a security point of view, but that is no reason to neglect it: after\n"
+"all, your files are at risk.\n"
+"\n"
+"If you click on \"Accept user\", you can then add as many as you want. Add\n"
+"a user for each one of your friends: your father or your sister, for\n"
+"example. When you finish adding all the users you want, select \"Done\".\n"
+"\n"
+"Clicking the \"Advanced\" button allows you to change the default \"shell\"\n"
+"for that user (bash by default)."
+msgstr ""
+
+#: ../../help.pm_.c:41
+msgid ""
+"Listed above are the existing Linux partitions detected on your hard drive.\n"
+"You can keep the choices made by the wizard, they are good for most common\n"
+"installations. If you make any changes, you must at least define a root\n"
+"partition (\"/\"). Do not choose too small a partition or you will not be\n"
+"able to install enough software. If you want to store your data on a\n"
+"separate partition, you will also need to create a partition for \"/home\"\n"
+"(only possible if you have more than one Linux partition available).\n"
+"\n"
+"Each partition is listed as follows: \"Name\", \"Capacity\".\n"
+"\n"
+"\"Name\" is structured: \"hard drive type\", \"hard drive number\",\n"
+"\"partition number\" (for example, \"hda1\").\n"
+"\n"
+"\"Hard drive type\" is \"hd\" if your hard drive is an IDE hard drive and\n"
+"\"sd\" if it is a SCSI hard drive.\n"
+"\n"
+"\"Hard drive number\" is always a letter after \"hd\" or \"sd\". For IDE\n"
+"hard drives:\n"
+"\n"
+" * \"a\" means \"master hard drive on the primary IDE controller\";\n"
"\n"
+" * \"b\" means \"slave hard drive on the primary IDE controller\";\n"
"\n"
-"Please click on \"Accept\" if you agree with its terms.\n"
+" * \"c\" means \"master hard drive on the secondary IDE controller\";\n"
"\n"
+" * \"d\" means \"slave hard drive on the secondary IDE controller\".\n"
"\n"
-"Please click on \"Refuse\" if you disagree with its terms. Installation will "
-"end without modifying your current\n"
-"configuration."
+"With SCSI hard drives, an \"a\" means \"lowest SCSI ID\", a \"b\" means\n"
+"\"second lowest SCSI ID\", etc."
msgstr ""
-#: ../../help.pm_.c:22
-msgid "Choose the layout corresponding to your keyboard from the list above"
-msgstr "Alegei dispoziia tastaturii din lista de mai sus"
-
-#: ../../help.pm_.c:25
+#: ../../help.pm_.c:72
msgid ""
-"If you wish other languages (than the one you choose at\n"
-"beginning of installation) will be available after installation, please "
-"chose\n"
-"them in list above. If you want select all, you just need to select \"All\"."
+"The Mandrake Linux installation is spread out over several CD-ROMs. DrakX\n"
+"knows if a selected package is located on another CD-ROM and will eject the\n"
+"current CD and ask you to insert a different one as required."
msgstr ""
-#: ../../help.pm_.c:30
+#: ../../help.pm_.c:77
msgid ""
-"Please choose \"Install\" if there are no previous version of Linux-"
-"Mandrake\n"
-"installed or if you wish to use several operating systems.\n"
+"It is now time to specify which programs you wish to install on your\n"
+"system. There are thousands of packages available for Mandrake Linux, and\n"
+"you are not supposed to know them all by heart.\n"
"\n"
+"If you are performing a standard installation from a CD-ROM, you will first\n"
+"be asked to specify the CDs you currently have (in Expert mode only). Check\n"
+"the CD labels and highlight the boxes corresponding to the CDs you have\n"
+"available for installation. Click \"OK\" when you are ready to continue.\n"
"\n"
-"Please choose \"Update\" if you wish to update an already installed version "
-"of Linux-Mandrake.\n"
+"Packages are sorted in groups corresponding to a particular use of your\n"
+"machine. The groups themselves are sorted into four sections:\n"
"\n"
+" * \"Workstation\": if you plan to use your machine as a workstation, "
+"select\n"
+"one or more of the corresponding groups;\n"
"\n"
-"Depend of your knowledge in GNU/Linux, you can choose one of the following "
-"levels to install or update your\n"
-"Linux-Mandrake operating system:\n"
+" * \"Development\": if your machine is to be used for programming, choose\n"
+"the desired group(s);\n"
"\n"
-"\t* Recommended: if you have never installed a GNU/Linux operating system "
-"choose this. Installation will be\n"
-"\t be very easy and you will be asked only on few questions.\n"
+" * \"Server\": if your machine is intended to be a server, you will be able\n"
+"to select which of the most common services you wish to install on your\n"
+"machine;\n"
"\n"
+" * \"Graphical Environment\": finally, this is where you will choose your\n"
+"preferred graphical environment. At least one must be selected if you want\n"
+"to have a graphical workstation!\n"
"\n"
-"\t* Customized: if you are familiar enough with GNU/Linux, you may choose "
-"the primary usage (workstation, server,\n"
-"\t development) of your system. You will need to answer to more questions "
-"than in \"Recommended\" installation\n"
-"\t class, so you need to know how GNU/Linux works to choose this "
-"installation class.\n"
+"Moving the mouse cursor over a group name will display a short explanatory\n"
+"text about that group. If you deselect all groups when performing a regular\n"
+"installation (by opposition to an upgrade), a dialog will pop up proposing\n"
+"different options for a minimal installation:\n"
"\n"
+" * \"With X\": install the fewer packages possible to have a working\n"
+"graphical desktop;\n"
"\n"
-"\t* Expert: if you have a good knowledge in GNU/Linux, you can choose this "
-"installation class. As in \"Customized\"\n"
-"\t installation class, you will be able to choose the primary usage "
-"(workstation, server, development). Be very\n"
-"\t careful before choose this installation class. You will be able to "
-"perform a higly customized installation.\n"
-"\t Answer to some questions can be very difficult if you haven't a good "
-"knowledge in GNU/Linux. So, don't choose\n"
-"\t this installation class unless you know what you are doing."
-msgstr ""
-
-#: ../../help.pm_.c:56
-msgid ""
-"Select:\n"
+" * \"With basic documentation\": installs the base system plus basic\n"
+"utilities and their documentation. This installation is suitable for\n"
+"setting up a server;\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"
+" * \"Truly minimal install\": will install the strict minimum necessary to\n"
+"get a working Linux system, in command line only. This installation is\n"
+"about 65Mb large.\n"
"\n"
+"You can check the \"Individual package selection\" box, which is useful if\n"
+"you are familiar with the packages being offered or if you want to have\n"
+"total control over what will be installed.\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!"
+"If you started the installation in \"Upgrade\" mode, you can unselect all\n"
+"groups to avoid installing any new package. This is useful for repairing or\n"
+"updating an existing system."
msgstr ""
-"Selectare:\n"
-"\n"
-" - Personalizat: Dac suntei destul de familiar cu GNU/Linux, putei\n"
-" atunci s alegei utilizarea principal a calculatorului. Vezi mai jos\n"
-" pentru detalii.\n"
-"\n"
-"\n"
-" - Expert: Aceasta presupune c suntei foarte familiar cu GNU/Linux i\n"
-" dorii s facei o instalare foarte personalizat. Ca i pentru clasa\n"
-" \"Personalizat\", vei putea s selectai utilizarea sistemului\n"
-" dumneavoastr.\n"
-" Dar v rog, NU ALEGEi ACEASTA DECT DAC TII CE FACEI!."
-#: ../../help.pm_.c:68
-#, fuzzy
+#: ../../help.pm_.c:128
msgid ""
-"You must now define your machine usage. Choices are:\n"
-"\n"
-"\t* Workstation: this the ideal choice if you intend to use your machine "
-"primarily for everyday use, at office or\n"
-"\t at home.\n"
+"Finally, depending on whether or not you selected individual packages, you\n"
+"will be presented a tree containing all packages classified by groups and\n"
+"subgroups. While browsing the tree, you can select entire groups,\n"
+"subgroups, or individual packages.\n"
"\n"
+"Whenever you select a package on the tree, a description appears on the\n"
+"right. When your selection is finished, click the \"Install\" button which\n"
+"will then launch the installation process. Depending on the speed of your\n"
+"hardware and the number of packages that need to be installed, it may take\n"
+"a while to complete the process. An estimate of the time it will take to\n"
+"install everything is displayed on the screen, to help you gauge if there\n"
+"is sufficient time to enjoy a cup of coffee.\n"
"\n"
-"\t* Development: if you intend to use your machine primarily for software "
-"development, it is the good choice. You\n"
-"\t will then have a complete collection of software installed in order to "
-"compile, debug and format source code,\n"
-"\t or create software packages.\n"
+"!! If a server package has been selected, either intentionally or because\n"
+"it was part of a whole group, you will be asked to confirm that you really\n"
+"want those servers to be installed. Under Mandrake Linux, any installed\n"
+"servers are started by default at boot time. Even if they are safe and have\n"
+"no known issues at the time the distribution was shipped, it may happen\n"
+"that security holes are discovered after this version of Mandrake Linux was\n"
+"finalized. If you do not know what a particular service is supposed to do\n"
+"or why it is being installed, then click \"No\". Clicking \"Yes\" will\n"
+"install the listed services and they will be started automatically by\n"
+"default. !!\n"
"\n"
+"The \"Automatic dependencies\" option simply disables the warning dialog\n"
+"which appears whenever the installer automatically selects a package. This\n"
+"occurs because it has determined that it needs to satisfy a dependency with\n"
+"another package in order to successfully complete the installation.\n"
"\n"
-"\t* Server: if you intend to use this machine as a server, it is the good "
-"choice. Either a file server (NFS or\n"
-"\t SMB), a print server (Unix style or Microsoft Windows style), an "
-"authentication server (NIS), a database\n"
-"\t server and so on. As such, do not expect any gimmicks (KDE, GNOME, etc.) "
-"to be installed."
+"The tiny floppy disk icon at the bottom of the list allows to load the\n"
+"package list chosen during a previous installation. Clicking on this icon\n"
+"will ask you to insert a floppy disk previously created at the end of\n"
+"another installation. See the second tip of last step on how to create such\n"
+"a floppy."
msgstr ""
-"Diferitele posibiliti pentru utilizarea calculatorului (furnizate, deci, "
-"dac\n"
-"ai ales \"Personalizat\" sau \"Expert\" la clasa de instalare) sunt \n"
-"urmtoarele:\n"
-"\n"
-" - Normal: alegei aceasta dac dorii s folosii calculatorul pentru\n"
-" utilizare zilnic (munca de servici, manipulaii grafice, etc). Nu v\n"
-" ateptai la nici un compilator, utilitare de programare i altele\n"
-"\n"
-" - Programare: cum numele-l indic. Alegei acesta dac dorii s avei\n"
-" un calculator n principal pentru programare. Vei avea atunci o "
-"coleciecomplet\n"
-" instalat pentru a compila, deboga i formata cod surs sau crea \n"
-" pachete software.\n"
-"\n"
-" - Server: alegei aceasta pentru a instala Linux-Mandrake i "
-"intenionai s-l folosii ca server. Acesta poate fi server de fiiere "
-"(NFS sau SMB),\n"
-" sau server de imprimant (Unix' lp (Line Printer) protocol sau "
-"imprimare \n"
-"stil Windows SMB, server de autentificare (NIS), server de baze de date, "
-"etc.\n"
-"Deci nu v ateptai la programe de genul KDE, GNOME...\n"
-#: ../../help.pm_.c:84
+#: ../../help.pm_.c:164
msgid ""
-"DrakX will attempt to look for PCI SCSI adapter(s). If DrakX\n"
-"finds an SCSI adapter and knows which driver to use, it will be "
-"automatically\n"
-"installed.\n"
+"You are now proposed to set up your Internet/network connection. If you\n"
+"wish to connect your computer to the Internet or to a local network, click\n"
+"\"OK\". The autodetection of network devices and modem will be launched. If\n"
+"this detection fails, uncheck the \"Use auto detection\" box next time. You\n"
+"may also choose not to configure the network, or do it later; in that case,\n"
+"simply click the \"Cancel\" button.\n"
"\n"
+"Available connections are: traditional modem, ISDN modem, ADSL connection,\n"
+"cable modem, and finally a simple LAN connection (Ethernet).\n"
"\n"
-"If you have no SCSI adapter, an ISA SCSI adapter or a PCI SCSI adapter that\n"
-"DrakX doesn't recognize, you will be asked if a SCSI adapter is present in "
-"your\n"
-"system. If there is no adapter present, you can click on \"No\". If you "
-"click on\n"
-"\"Yes\", a list of drivers will be presented from which you can select your\n"
-"specific adapter.\n"
+"Here, we will not detail each configuration. Simply make sure that you have\n"
+"all the parameters from your Internet Service Provider or system\n"
+"administrator.\n"
"\n"
+"You can consult the ``User Guide'' chapter about Internet connections for\n"
+"details about the configuration, or simply wait until your system is\n"
+"installed and use the program described there to configure your connection.\n"
"\n"
-"If you have to manually specify your adapter, DrakX will ask if you want to\n"
-"specify options for it. You should allow DrakX to probe the hardware for "
-"the\n"
-"options. This usually works well.\n"
-"\n"
-"\n"
-"If not, you will need to provide options to the driver. Please review the "
-"User\n"
-"Guide (chapter 3, section \"Collective informations on your hardware) for "
-"hints\n"
-"on retrieving this information from hardware documentation, from the\n"
-"manufacturer's Web site (if you have Internet access) or from Microsoft "
-"Windows\n"
-"(if you have it on your system)."
+"If you wish to configure the network later after installation, or if you\n"
+"are finished configuring your network connection, click \"Cancel\"."
msgstr ""
-#: ../../help.pm_.c:108
+#: ../../help.pm_.c:186
+#, fuzzy
msgid ""
-"At this point, you need to choose where to install your\n"
-"Linux-Mandrake operating system on your hard drive. If it is empty or if an\n"
-"existing operating system uses all the space available on it, you need to\n"
-"partition it. Basically, partitioning a hard drive consists of logically\n"
-"dividing it to create space to install your new Linux-Mandrake system.\n"
-"\n"
-"\n"
-"Because the effects of the partitioning process are usually irreversible,\n"
-"partitioning can be intimidating and stressful if you are an inexperienced "
-"user.\n"
-"This wizard simplifies this process. Before beginning, please consult the "
-"manual\n"
-"and take your time.\n"
-"\n"
-"\n"
-"You need at least two partitions. One is for the operating system itself and "
-"the\n"
-"other is for the virtual memory (also called Swap).\n"
-"\n"
-"\n"
-"If partitions have been already defined (from a previous installation or "
-"from\n"
-"another partitioning tool), you just need choose those to use to install "
-"your\n"
-"Linux system.\n"
-"\n"
-"\n"
-"If partitions haven't been already defined, you need to create them. \n"
-"To do that, use the wizard available above. Depending of your hard drive\n"
-"configuration, several solutions can be available:\n"
-"\n"
-"\t* Use existing partition: the wizard has detected one or more existing "
-"Linux partitions on your hard drive. If\n"
-"\t you want to keep them, choose this option. \n"
-"\n"
-"\n"
-"\t* Erase entire disk: if you want delete all data and all partitions "
-"present on your hard drive and replace them by\n"
-"\t your new Linux-Mandrake system, you can choose this option. Be careful "
-"with this solution, you will not be\n"
-"\t able to revert your choice after confirmation.\n"
-"\n"
-"\n"
-"\t* Use the free space on the Windows partition: if Microsoft Windows is "
-"installed on your hard drive and takes\n"
-"\t all space available on it, you have to create free space for Linux data. "
-"To do that you can delete your\n"
-"\t Microsoft Windows partition and data (see \"Erase entire disk\" or "
-"\"Expert mode\" solutions) or resize your\n"
-"\t Microsoft Windows partition. Resizing can be performed without loss of "
-"any data. This solution is\n"
-"\t recommended if you want use both Linux-Mandrake and Microsoft Windows on "
-"same computer.\n"
+"You may now choose which services you wish to start at boot time.\n"
"\n"
+"Here are presented all the services available with the current\n"
+"installation. Review them carefully and uncheck those which are not always\n"
+"needed at boot time.\n"
"\n"
-"\t Before choosing this solution, please understand that the size of your "
-"Microsoft\n"
-"\t Windows partition will be smaller than at present time. It means that "
-"you will have less free space under\n"
-"\t Microsoft Windows to store your data or install new software.\n"
+"You can get a short explanatory text about a service by selecting a\n"
+"specific service. However, if you are not sure whether a service is useful\n"
+"or not, it is safer to leave the default behavior.\n"
"\n"
-"\n"
-"\t* Expert mode: if you want to partition manually your hard drive, you can "
-"choose this option. Be careful before\n"
-"\t choosing this solution. It is powerful but it is very dangerous. You can "
-"lose all your data very easily. So,\n"
-"\t don't choose this solution unless you know what you are doing."
+"!! At this stage, be very careful if you intend to use your machine as a\n"
+"server: you will probably not want to start any services which you do not\n"
+"need. Please remember that several services can be dangerous if they are\n"
+"enabled on a server. In general, select only the services you really need.\n"
+"!!"
msgstr ""
+"Putei alege acum serviciile ce dorii s iniializai la demararea\n"
+"calculatorului. Dac plasai mouse-ul deasupra rubricii, un mic balon de\n"
+"ajutor va apare pentru a descrie rolul serviciului respectiv."
-#: ../../help.pm_.c:160
+#: ../../help.pm_.c:203
msgid ""
-"At this point, you need to choose what\n"
-"partition(s) to use to install your new Linux-Mandrake system. If "
-"partitions\n"
-"have been already defined (from a previous installation of GNU/Linux or "
-"from\n"
-"another partitioning tool), you can use existing partitions. In other "
-"cases,\n"
-"hard drive partitions must be defined.\n"
-"\n"
-"\n"
-"To create partitions, you must first select a hard drive. You can select "
-"the\n"
-"disk for partitioning by clicking on \"hda\" for the first IDE drive, \"hdb"
-"\" for\n"
-"the second or \"sda\" for the first SCSI drive and so on.\n"
-"\n"
-"\n"
-"To partition the selected hard drive, you can use these options:\n"
-"\n"
-" * Clear all: this option deletes all partitions available on the selected "
-"hard drive.\n"
-"\n"
-"\n"
-" * Auto allocate: this option allows you to automatically create Ext2 and "
-"swap partitions in free space of your\n"
-" hard drive.\n"
-"\n"
-"\n"
-" * Rescue partition table: if your partition table is damaged, you can try "
-"to recover it using this option. Please\n"
-" be careful and remember that it can fail.\n"
-"\n"
-"\n"
-" * Undo: you can use this option to cancel your changes.\n"
-"\n"
-"\n"
-" * Reload: you can use this option if you wish to undo all changes and "
-"load your initial partitions table\n"
+"GNU/Linux manages time in GMT (Greenwich Mean Time) and translates it in\n"
+"local time according to the time zone you selected. It is however possible\n"
+"to deactivate this by deselecting \"Hardware clock set to GMT\" so that the\n"
+"hardware clock is the same as the system clock. This is useful when the\n"
+"machine is hosting another operating system like Windows.\n"
"\n"
-"\n"
-" * Wizard: If you wish to use a wizard to partition your hard drive, you "
-"can use this option. It is recommended if\n"
-" you do not have a good knowledge in partitioning.\n"
-"\n"
-"\n"
-" * Restore from floppy: if you have saved your partition table on a floppy "
-"during a previous installation, you can\n"
-" recover it using this option.\n"
-"\n"
-"\n"
-" * Save on floppy: if you wish to save your partition table on a floppy to "
-"be able to recover it, you can use this\n"
-" option. It is strongly recommended to use this option\n"
-"\n"
-"\n"
-" * Done: when you have finished partitioning your hard drive, use this "
-"option to save your changes.\n"
-"\n"
-"\n"
-"For information, you can reach any option using the keyboard: navigate "
-"trough the partitions using Tab and Up/Down arrows.\n"
-"\n"
-"\n"
-"When a partition is selected, you can use:\n"
-"\n"
-" * Ctrl-c to create a new partition (when a empty partition is "
-"selected)\n"
-"\n"
-" * Ctrl-d to delete a partition\n"
-"\n"
-" * Ctrl-m to set the mount point\n"
-" \n"
-"\n"
-" \n"
-"If you are installing on a PPC Machine, you will want to create a small HFS "
-"'bootstrap' partition of at least 1MB for use\n"
-"by the yaboot bootloader. If you opt to make the partition a bit larger, say "
-"50MB, you may find it a useful place to store \n"
-"a spare kernel and ramdisk image for emergency boot situations."
+"The \"Automatic time synchronization\" option will automatically regulate\n"
+"the clock by connecting to a remote time server on the Internet. In the\n"
+"list that is presented, choose a server located near you. Of course you\n"
+"must have a working Internet connection for this feature to work. It will\n"
+"actually install on your machine a time server which can be optionally used\n"
+"by other machines on your local network."
msgstr ""
-#: ../../help.pm_.c:224
+#: ../../help.pm_.c:217
msgid ""
-"Above are listed the existing Linux partitions detected on\n"
-"your hard drive. You can keep choices make by the wizard, they are good for "
-"a\n"
-"common usage. If you change these choices, you must at least define a root\n"
-"partition (\"/\"). Don't choose a too little partition or you will not be "
-"able\n"
-"to install enough software. If you want store your data on a separate "
-"partition,\n"
-"you need also to choose a \"/home\" (only possible if you have more than "
-"one\n"
-"Linux partition available).\n"
-"\n"
-"\n"
-"For information, each partition is listed as follows: \"Name\", \"Capacity"
-"\".\n"
-"\n"
+"X (for X Window System) is the heart of the GNU/Linux graphical interface\n"
+"on which all the graphical environments (KDE, GNOME, AfterStep,\n"
+"WindowMaker, etc.) bundled with Mandrake Linux rely. In this section, DrakX\n"
+"will try to configure X automatically.\n"
"\n"
-"\"Name\" is coded as follow: \"hard drive type\", \"hard drive number\",\n"
-"\"partition number\" (for example, \"hda1\").\n"
-"\n"
-"\n"
-"\"Hard drive type\" is \"hd\" if your hard drive is an IDE hard drive and "
-"\"sd\"\n"
-"if it is an SCSI hard drive.\n"
-"\n"
-"\n"
-"\"Hard drive number\" is always a letter after \"hd\" or \"sd\". With IDE "
-"hard drives:\n"
-"\n"
-" * \"a\" means \"master hard drive on the primary IDE controller\",\n"
-"\n"
-" * \"b\" means \"slave hard drive on the primary IDE controller\",\n"
+"It is extremely rare for it to fail, unless the hardware is very old (or\n"
+"very new). If it succeeds, it will start X automatically with the best\n"
+"resolution possible, depending on the size of the monitor. A window will\n"
+"then appear and ask you if you can see it.\n"
"\n"
-" * \"c\" means \"master hard drive on the secondary IDE controller\",\n"
-"\n"
-" * \"d\" means \"slave hard drive on the secondary IDE controller\".\n"
+"If you are doing an \"Expert\" installation, you will enter the X\n"
+"configuration wizard. See the corresponding section of the manual for more\n"
+"information about this wizard.\n"
"\n"
+"If you can see the message during the test, and answer \"Yes\", then DrakX\n"
+"will proceed to the next step. If you cannot see the message, it simply\n"
+"means that the configuration was wrong and the test will automatically end\n"
+"after 10 seconds, restoring the screen."
+msgstr ""
+
+#: ../../help.pm_.c:237
+msgid ""
+"The first time you try the X configuration, you may not be very satisfied\n"
+"with its display (screen is too small, shifted left or right...). Hence,\n"
+"even if X starts up correctly, DrakX then asks you if the configuration\n"
+"suits you. It will also propose to change it by displaying a list of valid\n"
+"modes it could find, asking you to select one.\n"
"\n"
-"With SCSI hard drives, a \"a\" means \"primary hard drive\", a \"b\" means "
-"\"secondary hard drive\", etc..."
+"As a last resort, if you still cannot get X to work, choose \"Change\n"
+"graphics card\", select \"Unlisted card\", and when prompted on which\n"
+"server, choose \"FBDev\". This is a failsafe option which works with any\n"
+"modern graphics card. Then choose \"Test again\" to be sure."
msgstr ""
-#: ../../help.pm_.c:258
+#: ../../help.pm_.c:249
msgid ""
-"Choose the hard drive you want to erase to install your\n"
-"new Linux-Mandrake partition. Be careful, all data present on it will be "
-"lost\n"
-"and will not be recoverable."
+"Finally, you will be asked whether you want to see the graphical interface\n"
+"at boot. Note this question will be asked even if you chose not to test the\n"
+"configuration. Obviously, you want to answer \"No\" if your machine is to\n"
+"act as a server, or if you were not successful in getting the display\n"
+"configured."
msgstr ""
-#: ../../help.pm_.c:263
+#: ../../help.pm_.c:256
msgid ""
-"Click on \"OK\" if you want to delete all data and\n"
-"partitions present on this hard drive. Be careful, after clicking on \"OK\", "
-"you\n"
-"will not be able to recover any data and partitions present on this hard "
-"drive,\n"
-"including any Windows data.\n"
+"The Mandrake LinuxCD-ROM has a built-in rescue mode. You can access it by\n"
+"booting from the CD-ROM, press the >>F1<< key at boot and type >>rescue<<\n"
+"at the prompt. But in case your computer cannot boot from the CD-ROM, you\n"
+"should come back to this step for help in at least two situations:\n"
"\n"
+" * when installing the bootloader, DrakX will rewrite the boot sector (MBR)\n"
+"of your main disk (unless you are using another boot manager), to allow you\n"
+"to start up with either Windows or GNU/Linux (assuming you have Windows in\n"
+"your system). If you need to reinstall Windows, the Microsoft install\n"
+"process will rewrite the boot sector, and then you will not be able to\n"
+"start GNU/Linux!\n"
"\n"
-"Click on \"Cancel\" to cancel this operation without losing any data and\n"
-"partitions present on this hard drive."
+" * if a problem arises and you cannot start up GNU/Linux from the hard "
+"disk,\n"
+"this floppy disk will be the only means of starting up GNU/Linux. It\n"
+"contains a fair number of system tools for restoring a system, which has\n"
+"crashed due to a power failure, an unfortunate typing error, a typo in a\n"
+"password, or any other reason.\n"
+"\n"
+"When you click on this step, you will be asked to enter a disk inside the\n"
+"drive. The floppy disk you will insert must be empty or contain data which\n"
+"you do not need. You will not have to format it since DrakX will rewrite\n"
+"the whole disk."
msgstr ""
-#: ../../help.pm_.c:273
+#: ../../help.pm_.c:280
msgid ""
-"More than one Microsoft Windows partition have been\n"
-"detected on your hard drive. Please choose the one you want resize to "
-"install\n"
-"your new Linux-Mandrake operating system.\n"
-"\n"
+"At this point, you need to choose where you want to install the Mandrake\n"
+"Linux operating system on your hard drive. If your hard drive is empty or\n"
+"if an existing operating system is using all the available space, you will\n"
+"need to partition it. Basically, partitioning a hard drive consists of\n"
+"logically dividing it to create space to install your new Mandrake Linux\n"
+"system.\n"
"\n"
-"For information, each partition is listed as follow; \"Linux name\", "
-"\"Windows\n"
-"name\" \"Capacity\".\n"
+"Because the partitioning process' effects are usually irreversible,\n"
+"partitioning can be intimidating and stressful if you are an inexperienced\n"
+"user. Fortunately, there is a wizard which simplifies this process. Before\n"
+"beginning, please consult the manual and take your time.\n"
"\n"
-"\"Linux name\" is coded as follow: \"hard drive type\", \"hard drive number"
-"\",\n"
-"\"partition number\" (for example, \"hda1\").\n"
+"If you are running the installation in Expert mode, you will enter\n"
+"DiskDrake, the Mandrake Linux partitioning tool, which allows you to\n"
+"fine-tune your partitions. See the DiskDrake section in the ``User Guide''.\n"
+"From the installation interface, you can use the wizards as described here\n"
+"by clicking the dialog's \"Wizard\" button.\n"
"\n"
+"If partitions have already been defined, either from a previous\n"
+"installation or from another partitioning tool, simply select those to\n"
+"install your Linux system.\n"
"\n"
-"\"Hard drive type\" is \"hd\" if your hard dive is an IDE hard drive and \"sd"
-"\"\n"
-"if it is an SCSI hard drive.\n"
+"If partitions are not defined, you will need to create them using the\n"
+"wizard. Depending on your hard drive configuration, several options are\n"
+"available:\n"
"\n"
+" * \"Use free space\": this option will simply lead to an automatic\n"
+"partitioning of your blank drive(s). You will not be prompted further;\n"
"\n"
-"\"Hard drive number\" is always a letter putted after \"hd\" or \"sd\". With "
-"IDE hard drives:\n"
+" * \"Use existing partition\": the wizard has detected one or more existing\n"
+"Linux partitions on your hard drive. If you want to use them, choose this\n"
+"option;\n"
"\n"
-" * \"a\" means \"master hard drive on the primary IDE controller\",\n"
+" * \"Use the free space on the Windows; partition\": if MicrosoftWindows is\n"
+"installed on your hard drive and takes all the space available on it, you\n"
+"have to create free space for Linux data. To do so, you can delete your\n"
+"MicrosoftWindows partition and data (see ``Erase entire disk'' or ``Expert\n"
+"mode'' solutions) or resize your MicrosoftWindows partition. Resizing can\n"
+"be performed without the loss of any data, provided you previously\n"
+"defragment the Windows partition. Backing up your data won't hurt either..\n"
+"This solution is recommended if you want to use both Mandrake Linux and\n"
+"MicrosoftWindows on the same computer.\n"
"\n"
-" * \"b\" means \"slave hard drive on the primary IDE controller\",\n"
+" Before choosing this option, please understand that after this "
+"procedure,\n"
+"the size of your MicrosoftWindows partition will be smaller than at the\n"
+"present time. You will have less free space under MicrosoftWindows to store\n"
+"your data or to install new software;\n"
"\n"
-" * \"c\" means \"master hard drive on the secondary IDE controller\",\n"
+" * \"Erase entire disk\": if you want to delete all data and all partitions\n"
+"present on your hard drive and replace them with your new Mandrake Linux\n"
+"system, choose this option. Be careful with this solution because you will\n"
+"not be able to revert your choice after you confirm;\n"
"\n"
-" * \"d\" means \"slave hard drive on the secondary IDE controller\".\n"
+" !! If you choose this option, all data on your disk will be lost. !!\n"
"\n"
-"With SCSI hard drives, a \"a\" means \"primary hard drive\", a \"b\" means "
-"\"secondary hard drive\", etc.\n"
+" * \"Remove Windows\": this will simply erase everything on the drive and\n"
+"begin fresh, partitioning everything from scratch. All data on your disk\n"
+"will be lost;\n"
"\n"
+" !! If you choose this option, all data on your disk will be lost. !!\n"
"\n"
-"\"Windows name\" is the letter of your hard drive under Windows (the first "
-"disk\n"
-"or partition is called \"C:\")."
+" * \"Expert mode\": choose this option if you want to manually partition\n"
+"your hard drive. Be careful it is a powerful but dangerous choice. You can\n"
+"very easily lose all your data. Hence, do not choose this unless you know\n"
+"what you are doing."
msgstr ""
-#: ../../help.pm_.c:306
-msgid "Please be patient. This operation can take several minutes."
-msgstr ""
-
-#: ../../help.pm_.c:309
+#: ../../help.pm_.c:347
msgid ""
-"Any partitions that have been newly defined must be\n"
-"formatted for use (formatting meaning creating a filesystem).\n"
+"There you are. Installation is now complete and your GNU/Linux system is\n"
+"ready to use. Just click \"OK\" to reboot the system. You can start\n"
+"GNU/Linux or Windows, whichever you prefer (if you are dual-booting), as\n"
+"soon as the computer has booted up again.\n"
"\n"
+"The \"Advanced\" button (in Expert mode only) shows two more buttons to:\n"
"\n"
-"At this time, you may wish to reformat some already existing partitions to "
-"erase\n"
-"the data they contain. If you wish do that, please also select the "
-"partitions\n"
-"you want to format.\n"
-"\n"
+" * \"generate auto-install floppy\": to create an installation floppy disk\n"
+"which will automatically perform a whole installation without the help of\n"
+"an operator, similar to the installation you just configured.\n"
"\n"
-"Please note that it is not necessary to reformat all pre-existing "
-"partitions.\n"
-"You must reformat the partitions containing the operating system (such as \"/"
-"\",\n"
-"\"/usr\" or \"/var\") but do you no have to reformat partitions containing "
-"data\n"
-"that you wish to keep (typically /home).\n"
+" Note that two different options are available after clicking the button:\n"
"\n"
+" * \"Replay\". This is a partially automated installation as the\n"
+"partitioning step (and only this one) remains interactive;\n"
"\n"
-"Please be careful selecting partitions, after formatting, all data will be\n"
-"deleted and you will not be able to recover any of them.\n"
+" * \"Automated\". Fully automated installation: the hard disk is "
+"completely\n"
+"rewritten, all data is lost.\n"
"\n"
+" This feature is very handy when installing a great number of similar\n"
+"machines. See the Auto install section on our web site;\n"
"\n"
-"Click on \"OK\" when you are ready to format partitions.\n"
+" * \"Save packages selection\"(*): saves the package selection as done\n"
+"previously. Then, when doing another installation, insert the floppy inside\n"
+"the drive and run the installation going to the help screen by pressing on\n"
+"the [F1] key, and by issuing >>linux defcfg=\"floppy\"<<.\n"
"\n"
-"\n"
-"Click on \"Cancel\" if you want to choose other partitions to install your "
-"new\n"
-"Linux-Mandrake operating system."
+"(*) You need a FAT-formatted floppy (to create one under GNU/Linux, type\n"
+"\"mformat a:\")"
msgstr ""
-#: ../../help.pm_.c:335
-#, fuzzy
+#: ../../help.pm_.c:378
msgid ""
-"You may now select the group of packages you wish to\n"
-"install or upgrade.\n"
+"Any partitions that have been newly defined must be formatted for use\n"
+"(formatting means creating a filesystem).\n"
"\n"
+"At this time, you may wish to reformat some already existing partitions to\n"
+"erase any data they contain. If you wish to do that, please select those\n"
+"partitions as well.\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 "
-"the\n"
-"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 "
-"through\n"
-"more than 1000 packages..."
-msgstr ""
-"Putei acum s selectai grupul pachetelor pe care vrei s le instalai\n"
-"sau actualizai.\n"
-"DrakX va verifica dac avei destul spaiu pentru a le instala pe toate.Dac "
-"nu, v va avertiza despre asta. Dac dorii s continuai oricum,\n"
-"va continua instalarea a tuturor grupurilor selectate dar va lsa\n"
-"deoparte cteva pachete de mai puin interes. La baza listei putei s\n"
-"selectai opiunea \"Selectarea individual a pachetelor\"; n acest caz\n"
-"va trebui va trebui s parcurgei mai mult de 1000 de pachete..."
-
-#: ../../help.pm_.c:347
-msgid ""
-"You can now choose individually all the packages you\n"
-"wish to install.\n"
-"\n"
+"Please note that it is not necessary to reformat all pre-existing\n"
+"partitions. You must reformat the partitions containing the operating\n"
+"system (such as \"/\", \"/usr\" or \"/var\") but you do not have to\n"
+"reformat partitions containing data that you wish to keep (typically\n"
+"\"/home\").\n"
"\n"
-"You can expand or collapse the tree by clicking on options in the left "
-"corner of\n"
-"the packages window.\n"
+"Please be careful when selecting partitions. After formatting, all data on\n"
+"the selected partitions will be deleted and you will not be able to recover\n"
+"any of it.\n"
"\n"
+"Click on \"OK\" when you are ready to format partitions.\n"
"\n"
-"If you prefer to see packages sorted in alphabetic order, click on the icon\n"
-"\"Toggle flat and group sorted\".\n"
-"\n"
+"Click on \"Cancel\" if you want to choose another partition for your new\n"
+"Mandrake Linux operating system installation.\n"
"\n"
-"If you want not to be warned on dependencies, click on \"Automatic\n"
-"dependencies\". If you do this, note that unselecting one package may "
-"silently\n"
-"unselect several other packages which depend on it."
+"Click on \"Advanced\" if you wish to select partitions that will be checked\n"
+"for bad blocks on the disk."
msgstr ""
-#: ../../help.pm_.c:364
-#, fuzzy
+#: ../../help.pm_.c:404
msgid ""
-"If you have all the CDs in the list above, click Ok. If you have\n"
-"none of those CDs, click Cancel. If only some CDs are missing, unselect "
-"them,\n"
-"then click Ok."
-msgstr ""
-"Dac avei toate CD-urile din lista de mai sus facei clic pe Ok.\n"
-"Dac nu avei nici unul din aceste Cd-uri, facei clic pe Anuleaz.\n"
-"Dac numai cteva din aceste Cd-uri lipsesc, de-selectai-le i apoi Ok."
-
-#: ../../help.pm_.c:369
-msgid ""
-"Your new Linux-Mandrake operating system is currently being\n"
-"installed. This operation should take a few minutes (it depends on size you\n"
-"choose to install and the speed of your computer).\n"
-"\n"
+"Your new Mandrake Linux operating system is currently being installed.\n"
+"Depending on the number of packages you will be installing and the speed of\n"
+"your computer, this operation could take from a few minutes to a\n"
+"significant amount of time.\n"
"\n"
"Please be patient."
msgstr ""
-#: ../../help.pm_.c:377
+#: ../../help.pm_.c:412
msgid ""
-"You can now test your mouse. Use buttons and wheel to verify\n"
-"if settings are good. If not, you can click on \"Cancel\" to choose another\n"
-"driver."
+"At the time you are installing Mandrake Linux, it is likely that some\n"
+"packages have been updated since the initial release. Some bugs may have\n"
+"been fixed, and security issues solved. To allow you to benefit from these\n"
+"updates, you are now proposed to download them from the Internet. Choose\n"
+"\"Yes\" if you have a working Internet connection, or \"No\" if you prefer\n"
+"to install updated packages later.\n"
+"\n"
+"Choosing \"Yes\" displays a list of places from which updates can be\n"
+"retrieved. Choose the one nearest you. Then a package-selection tree\n"
+"appears: review the selection, and press \"Install\" to retrieve and\n"
+"install the selected package(s), or \"Cancel\" to abort."
msgstr ""
-#: ../../help.pm_.c:382
-#, fuzzy
+#: ../../help.pm_.c:425
msgid ""
-"Please select the correct port. For example, the COM1\n"
-"port under MS Windows is named ttyS0 under GNU/Linux."
+"Before continuing, you should read carefully the terms of the license. It\n"
+"covers the whole Mandrake Linux distribution, and if you do not agree with\n"
+"all the terms in it, click on the \"Refuse\" button which will immediately\n"
+"terminate the installation. To continue with the installation, click on the\n"
+"\"Accept\" button."
msgstr ""
-"V rog selectai portul corect. De exemplu, portul COM1 din Windows e\n"
-"numit ttyS0 n Linux."
-#: ../../help.pm_.c:386
+#: ../../help.pm_.c:432
msgid ""
-"If you wish to connect your computer to the Internet or\n"
-"to a local network please choose the correct option. Please turn on your "
-"device\n"
-"before choosing the correct option to let DrakX detect it automatically.\n"
-"\n"
-"\n"
-"If you do not have any connection to the Internet or a local network, "
-"choose\n"
-"\"Disable networking\".\n"
-"\n"
+"At this point, it is time to choose the security level desired for the\n"
+"machine. As a rule of thumb, the more exposed the machine is, and the more\n"
+"the data stored in it is crucial, the higher the security level should be.\n"
+"However, a higher security level is generally obtained at the expense of\n"
+"easiness of use. Refer to the \"msec\" chapter of the ``Reference Manual''\n"
+"to get more information about the meaning of these levels.\n"
"\n"
-"If you wish to configure the network later after installation or if you "
-"have\n"
-"finished to configure your network connection, choose \"Done\"."
+"If you do not know what to choose, keep the default option."
msgstr ""
-#: ../../help.pm_.c:399
+#: ../../help.pm_.c:442
msgid ""
-"No modem has been detected. Please select the serial port on which it is "
-"plugged.\n"
+"At this point, you need to choose which partition(s) will be used for the\n"
+"installation of your Mandrake Linux system. If partitions have already been\n"
+"defined, either from a previous installation of GNU/Linux or from another\n"
+"partitioning tool, you can use existing partitions. Otherwise, hard drive\n"
+"partitions must be defined.\n"
"\n"
+"To create partitions, you must first select a hard drive. You can select\n"
+"the disk for partitioning by clicking on ``hda'' for the first IDE drive,\n"
+"``hdb'' for the second, ``sda'' for the first SCSI drive and so on.\n"
"\n"
-"For information, the first serial port (called \"COM1\" under Microsoft\n"
-"Windows) is called \"ttyS0\" under Linux."
-msgstr ""
-
-#: ../../help.pm_.c:406
-msgid ""
-"You may now enter dialup options. If you don't know\n"
-"or are not sure what to enter, the correct informations can be obtained "
-"from\n"
-"your Internet Service Provider. If you do not enter the DNS (name server)\n"
-"information here, this information will be obtained from your Internet "
-"Service\n"
-"Provider at connection time."
-msgstr ""
-
-#: ../../help.pm_.c:413
-msgid ""
-"If your modem is an external modem, please turn on it now to let DrakX "
-"detect it automatically."
-msgstr ""
-
-#: ../../help.pm_.c:416
-msgid "Please turn on your modem and choose the correct one."
-msgstr ""
-
-#: ../../help.pm_.c:419
-msgid ""
-"If you are not sure if informations above are\n"
-"correct or if you don't know or are not sure what to enter, the correct\n"
-"informations can be obtained from your Internet Service Provider. If you do "
-"not\n"
-"enter the DNS (name server) information here, this information will be "
-"obtained\n"
-"from your Internet Service Provider at connection time."
-msgstr ""
-
-#: ../../help.pm_.c:426
-#, fuzzy
-msgid ""
-"You may now enter your host name if needed. If you\n"
-"don't know or are not sure what to enter, the correct informations can be\n"
-"obtained from your Internet Service Provider."
-msgstr ""
-"Putei intra opiunile de telefonie. Dac nu suntei sigur de ceea ce\n"
-"trebuie s intrai, ntrebai ISP-ul dumneavoastr."
-
-#: ../../help.pm_.c:431
-#, fuzzy
-msgid ""
-"You may now configure your network device.\n"
+"To partition the selected hard drive, you can use these options:\n"
"\n"
-" * IP address: if you don't know or are not sure what to enter, ask your "
-"network administrator.\n"
-" You should not enter an IP address if you select the option \"Automatic "
-"IP\" below.\n"
+" * \"Clear all\": this option deletes all partitions on the selected hard\n"
+"drive;\n"
"\n"
-" * Netmask: \"255.255.255.0\" is generally a good choice. If you don't "
-"know or are not sure what to enter,\n"
-" ask your network administrator.\n"
+" * \"Auto allocate\": this option enables to automatically create \"Ext2\"\n"
+"and swap partitions in free space of your hard drive;\n"
"\n"
-" * Automatic IP: if your network uses BOOTP or DHCP protocol, select this "
-"option. If selected, no value is needed in\n"
-" \"IP address\". If you don't know or are not sure if you need to select "
-"this option, ask your network administrator."
-msgstr ""
-"Intrare;\n"
+" * \"More\": gives access to additional features:\n"
"\n"
-" - Adres IP: dac nu tii care e, ntrebai administratorul de reea "
-"sauFurnizorul de Acces Internet (ISP).\n"
+" * \"Save partition table\": saves the partition table to a floppy. "
+"Useful\n"
+"for later partition-table recovery if necessary. It is strongly recommended\n"
+"to perform this step;\n"
"\n"
+" * \"Restore partition table\": allows to restore a previously saved\n"
+"partition table from floppy disk;\n"
"\n"
-" - Masc de reea: \"255.255.255.0\" e n general cea corect. Dac nu\n"
-"suntei sigur, ntrebai administratorul de reea sau ISP.\n"
-
-#: ../../help.pm_.c:443
-#, fuzzy
-msgid ""
-"You may now enter your host name if needed. If you\n"
-"don't know or are not sure what to enter, ask your network administrator."
-msgstr ""
-"Dac reeaua dumneavoastr folosete NIS, selectai \"Folosete NIS\". Dac\n"
-"nu tii exact, ntrebai administratorul de reea."
-
-#: ../../help.pm_.c:447
-msgid ""
-"You may now enter your host name if needed. If you\n"
-"don't know or are not sure what to enter, leave blank."
-msgstr ""
-
-#: ../../help.pm_.c:451
-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."
-msgstr ""
-"Putei intra opiunile de telefonie. Dac nu suntei sigur de ceea ce\n"
-"trebuie s intrai, ntrebai ISP-ul dumneavoastr."
-
-#: ../../help.pm_.c:455
-msgid ""
-"If you will use proxies, please configure them now. If you don't know if\n"
-"you should use proxies, ask your network administrator or your ISP."
-msgstr ""
-"Dac folosii servere proxy, configurai-le acum. Dac nu tii dac ar\n"
-"trebuie s folosii un proxy, ntrebai administratorul de reea sau ISP-ul."
-
-#: ../../help.pm_.c:459
-#, fuzzy
-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 "
-"and\n"
-"after that select the packages to install.\n"
+" * \"Rescue partition table\": if your partition table is damaged, you "
+"can\n"
+"try to recover it using this option. Please be careful and remember that it\n"
+"can fail;\n"
"\n"
+" * \"Reload partition table\": discards all changes and loads your "
+"initial\n"
+"partition table;\n"
"\n"
-"Note you have to select mirror and cryptographic packages according\n"
-"to your legislation."
-msgstr ""
-"Putei instala pachetul criptografie dac conexiunea Internet a fost\n"
-"realizat corect. Alegei mai nti un sit Internet oglind pentru a\n"
-"recupera pachetele i selectai pachetele de instalat.\n"
+" * \"Removable media automounting\": unchecking this option will force "
+"users\n"
+"to manually mount and unmount removable medias such as floppies and\n"
+"CD-ROMs.\n"
"\n"
-"Notai c va trebui s alegei aceste pachete criptografice corespunztoare\n"
-"legislaie dumneavoastr."
-
-#: ../../help.pm_.c:468
-msgid "You can now select your timezone according to where you live."
-msgstr ""
-
-#: ../../help.pm_.c:471
-#, fuzzy
-msgid ""
-"GNU/Linux manages time in GMT (Greenwich Manage\n"
-"Time) and translates it in local time according to the time zone you have\n"
-"selected.\n"
+" * \"Wizard\": use this option if you wish to use a wizard to partition "
+"your\n"
+"hard drive. This is recommended if you do not have a good knowledge of\n"
+"partitioning;\n"
"\n"
+" * \"Undo\": use this option to cancel your changes;\n"
"\n"
-"If you use Microsoft Windows on this computer, choose \"No\"."
-msgstr ""
-"Putei selecta acum zona orar n funcie de locul unde trii.\n"
+" * \"Toggle to normal/expert mode\": allows additional actions on "
+"partitions\n"
+"(type, options, format) and gives more information;\n"
"\n"
+" * \"Done\": when you are finished partitioning your hard drive, this will\n"
+"save your changes back to disk.\n"
"\n"
-"Linux trateaz ora n format GMT sau \"Greenwich Mean Time\" i-l traduce\n"
-"n or local n funcie de zona orar aleas."
-
-#: ../../help.pm_.c:479
-#, fuzzy
-msgid ""
-"You may now choose which services you want to start at boot time.\n"
+"Note: you can reach any option using the keyboard. Navigate through the\n"
+"partitions using [Tab] and [Up/Down] arrows.\n"
"\n"
+"When a partition is selected, you can use:\n"
"\n"
-"When your mouse comes over an item, a small balloon help will popup which\n"
-"describes the role of the service.\n"
+" * Ctrl-c to create a new partition (when an empty partition is selected);\n"
"\n"
+" * Ctrl-d to delete a partition;\n"
"\n"
-"Be very careful in this step if you intend to use your machine as a server: "
-"you\n"
-"will probably want not to start any services that you don't need. Please\n"
-"remember that several services can be dangerous if they are enable on a "
-"server.\n"
-"In general, select only the services that you really need."
-msgstr ""
-"Putei alege acum serviciile ce dorii s iniializai la demararea\n"
-"calculatorului. Dac plasai mouse-ul deasupra rubricii, un mic balon de\n"
-"ajutor va apare pentru a descrie rolul serviciului respectiv."
-
-#: ../../help.pm_.c:492
-msgid ""
-"You can configure a local printer (connected to your computer) or remote\n"
-"printer (accessible via a Unix, Netware or Microsoft Windows network)."
+" * Ctrl-m to set the mount point.\n"
+"\n"
+"To get information about the different filesystem types available, please\n"
+"read the ext2fs chapter from the ``Reference Manual''.\n"
+"\n"
+"If you are installing on a PPC machine, you will want to create a small HFS\n"
+"``bootstrap'' partition of at least 1MB, which will be used by the yaboot\n"
+"bootloader. If you opt to make the partition a bit larger, say 50MB, you\n"
+"may find it a useful place to store a spare kernel and ramdisk images for\n"
+"emergency boot situations."
msgstr ""
-#: ../../help.pm_.c:496
+#: ../../help.pm_.c:513
msgid ""
-"If you wish to be able to print, please choose one printing system between\n"
-"CUPS and LPR.\n"
+"More than one Microsoft partition has been detected on your hard drive.\n"
+"Please choose the one you want to resize in order to install your new\n"
+"Mandrake Linux operating system.\n"
"\n"
+"Each partition is listed as follows: \"Linux name\", \"Windows name\"\n"
+"\"Capacity\".\n"
"\n"
-"CUPS is a new, powerful and flexible printing system for Unix systems (CUPS\n"
-"means \"Common Unix Printing System\"). It is the default printing system "
-"in\n"
-"Linux-Mandrake.\n"
-"\n"
-"\n"
-"LPR is the old printing system used in previous Linux-Mandrake "
-"distributions.\n"
+"\"Linux name\" is structured: \"hard drive type\", \"hard drive number\",\n"
+"\"partition number\" (for example, \"hda1\").\n"
"\n"
+"\"Hard drive type\" is \"hd\" if your hard dive is an IDE hard drive and\n"
+"\"sd\" if it is a SCSI hard drive.\n"
"\n"
-"If you don't have printer, click on \"None\"."
-msgstr ""
-
-#: ../../help.pm_.c:511
-msgid ""
-"GNU/Linux can deal with many types of printer. Each of these types requires\n"
-"a different setup.\n"
+"\"Hard drive number\" is always a letter after \"hd\" or \"sd\". With IDE\n"
+"hard drives:\n"
"\n"
+" * \"a\" means \"master hard drive on the primary IDE controller\";\n"
"\n"
-"If your printer is physically connected to your computer, select \"Local\n"
-"printer\".\n"
+" * \"b\" means \"slave hard drive on the primary IDE controller\";\n"
"\n"
+" * \"c\" means \"master hard drive on the secondary IDE controller\";\n"
"\n"
-"If you want to access a printer located on a remote Unix machine, select\n"
-"\"Remote printer\".\n"
+" * \"d\" means \"slave hard drive on the secondary IDE controller\".\n"
"\n"
+"With SCSI hard drives, an \"a\" means \"lowest SCSI ID\", a \"b\" means\n"
+"\"second lowest SCSI ID\", etc.\n"
"\n"
-"If you want to access a printer located on a remote Microsoft Windows "
-"machine\n"
-"(or on Unix machine using SMB protocol), select \"SMB/Windows 95/98/NT\"."
+"\"Windows name\" is the letter of your hard drive under Windows (the first\n"
+"disk or partition is called \"C:\")."
+msgstr ""
+
+#: ../../help.pm_.c:544
+msgid "Please be patient. This operation can take several minutes."
msgstr ""
-#: ../../help.pm_.c:527
+#: ../../help.pm_.c:547
msgid ""
-"Please turn on your printer before continuing to let DrakX detect it.\n"
+"DrakX now needs to know if you want to perform a default (\"Recommended\")\n"
+"installation or if you want to have greater control (\"Expert\"). You can\n"
+"also choose to do a new install or an upgrade of an existing Mandrake Linux\n"
+"system:\n"
"\n"
-"You have to enter some informations here.\n"
+" * \"Install\": completely wipes out the old system. In fact, depending on\n"
+"what currently holds your machine, you will be able to keep some old (Linux\n"
+"or other) partitions unchanged;\n"
"\n"
+" * \"Upgrade\": this installation class allows to simply update the "
+"packages\n"
+"currently installed on your Mandrake Linux system. It keeps the current\n"
+"partitions of your hard drives as well as user configurations. All other\n"
+"configuration steps remain available with respect to plain installation;\n"
"\n"
-" * Name of printer: the print spooler uses \"lp\" as default printer name. "
-"So, you must have a printer named \"lp\".\n"
-" If you have only one printer, you can use several names for it. You "
-"just need to separate them by a pipe\n"
-" character (a \"|\"). So, if you prefer a more meaningful name, you have "
-"to put it first, eg: \"My printer|lp\".\n"
-" The printer having \"lp\" in its name(s) will be the default printer.\n"
+" * \"Upgrade Packages Only\": this brand new class allows to upgrade an\n"
+"existing Mandrake Linux system while keeping all system configurations\n"
+"unchanged. Adding new packages to the current installation is also\n"
+"possible.\n"
"\n"
+"Upgrades should work fine for Mandrake Linux systems starting from \"8.1\"\n"
+"release.\n"
"\n"
-" * Description: this is optional but can be useful if several printers are "
-"connected to your computer or if you allow\n"
-" other computers to access to this printer.\n"
+"Depending on your knowledge of GNU/Linux, select one of the following\n"
+"choices:\n"
"\n"
+" * Recommended: choose this if you have never installed a GNU/Linux\n"
+"operating system. The installation will be very easy and you will only be\n"
+"asked a few questions;\n"
"\n"
-" * Location: if you want to put some information on your\n"
-" printer location, put it here (you are free to write what\n"
-" you want, for example \"2nd floor\").\n"
+" * Expert: if you have a good knowledge of GNU/Linux, you can choose this\n"
+"installation class. The expert installation will allow you to perform a\n"
+"highly-customized installation. Answering some of the questions can be\n"
+"difficult if you do not have a good knowledge of GNU/Linux, so do not\n"
+"choose this unless you know what you are doing."
msgstr ""
-#: ../../help.pm_.c:548
+#: ../../help.pm_.c:583
msgid ""
-"You need to enter some informations here.\n"
-"\n"
+"Normally, DrakX selects the right keyboard for you (depending on the\n"
+"language you have chosen) and you won't even see this step. However, you\n"
+"might not have a keyboard that corresponds exactly to your language: for\n"
+"example, if you are an English speaking Swiss person, you may still want\n"
+"your keyboard to be a Swiss keyboard. Or if you speak English but are\n"
+"located in Quebec, you may find yourself in the same situation. In both\n"
+"cases, you will have to go back to this installation step and select an\n"
+"appropriate keyboard from the list.\n"
"\n"
-" * Name of queue: the print spooler uses \"lp\" as default printer name. "
-"So, you need have a printer named \"lp\".\n"
-" If you have only one printer, you can use several names for it. You just "
-"need to separate them by a pipe\n"
-" character (a \"|\"). So, if you prefer to have a more meaningful name, "
-"you have 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"
-" * Spool directory: it is in this directory that printing jobs are stored. "
-"Keep the default choice\n"
-" if you don't know what to use\n"
-"\n"
-"\n"
-" * Printer Connection: If your printer is physically connected to your "
-"computer, select \"Local printer\".\n"
-" If you want to access a printer located on a remote Unix machine, "
-"select \"Remote lpd printer\".\n"
-"\n"
-"\n"
-" If you want to access a printer located on a remote Microsoft Windows "
-"machine (or on Unix machine using SMB\n"
-" protocol), select \"SMB/Windows 95/98/NT\".\n"
-"\n"
-"\n"
-" If you want to acces a printer located on NetWare network, select "
-"\"NetWare\".\n"
+"Click on the \"More\" button to be presented with the complete list of\n"
+"supported keyboards."
msgstr ""
-#: ../../help.pm_.c:573
+#: ../../help.pm_.c:596
msgid ""
-"Your printer has not been detected. Please enter the name of the device on\n"
-"which it is connected.\n"
+"Please choose your preferred language for installation and system usage.\n"
"\n"
+"Clicking on the \"Advanced\" button will allow you to select other\n"
+"languages to be installed on your workstation. Selecting other languages\n"
+"will install the language-specific files for system documentation and\n"
+"applications. For example, if you will host users from Spain on your\n"
+"machine, select English as the main language in the tree view and in the\n"
+"Advanced section click on the box corresponding to \"Spanish|Spain\".\n"
"\n"
-"For information, most printers are connected on the first parallel port. "
-"This\n"
-"one is called \"/dev/lp0\" under GNU/Linux and \"LPT1\" under Microsoft "
-"Windows."
-msgstr ""
-
-#: ../../help.pm_.c:581
-msgid "You must now select your printer in the above list."
+"Note that multiple languages may be installed. Once you have selected any\n"
+"additional locales, click the \"OK\" button to continue."
msgstr ""
-#: ../../help.pm_.c:584
+#: ../../help.pm_.c:609
msgid ""
-"Please select the right options according to your printer.\n"
-"Please see its documentation if you don't know what choose here.\n"
+"DrakX generally detects the number of buttons your mouse has. If not, it\n"
+"assumes you have a two-button mouse and will set it up for third-button\n"
+"emulation. DrakX will automatically know whether it is a PS/2, serial or\n"
+"USB mouse.\n"
"\n"
+"If you wish to specify a different type of mouse select the appropriate\n"
+"type from the provided list.\n"
"\n"
-"You will be able to test your configuration in next step and you will be "
-"able to modify it if it doesn't work as you want."
+"If you choose a mouse other than the default, a test screen will be\n"
+"displayed. Use the buttons and wheel to verify that the settings are\n"
+"correct. If the mouse is not working well, press the space bar or [Return]\n"
+"to \"Cancel\" and choose again."
msgstr ""
-#: ../../help.pm_.c:591
+#: ../../help.pm_.c:623
#, fuzzy
msgid ""
-"You can now enter the root password for your Linux-Mandrake system.\n"
-"The password must be entered twice to verify that both password entries are "
-"identical.\n"
-"\n"
-"\n"
-"Root is the system's administrator and is the only user allowed to modify "
-"the\n"
-"system configuration. Therefore, choose this password carefully. \n"
-"Unauthorized use of the root account can be extemely dangerous to the "
-"integrity\n"
-"of the system, its data and other system connected to it.\n"
-"\n"
+"Please select the correct port. For example, the \"COM1\" port under\n"
+"Windows is named \"ttyS0\" under GNU/Linux."
+msgstr ""
+"V rog selectai portul corect. De exemplu, portul COM1 din Windows e\n"
+"numit ttyS0 n Linux."
+
+#: ../../help.pm_.c:627
+msgid ""
+"This is the most crucial decision point for the security of your GNU/Linux\n"
+"system: you have to enter the \"root\" password. \"root\" is the system\n"
+"administrator and is the only one authorized to make updates, add users,\n"
+"change the overall system configuration, and so on. In short, \"root\" can\n"
+"do everything! That is why you must choose a password that is difficult to\n"
+"guess DrakX will tell you if it is too easy. As you can see, you can choose\n"
+"not to enter a password, but we strongly advise you against this if only\n"
+"for one reason: do not think that because you booted GNU/Linux that your\n"
+"other operating systems are safe from mistakes. Since \"root\" can overcome\n"
+"all limitations and unintentionally erase all data on partitions by\n"
+"carelessly accessing the partitions themselves, it is important for it to\n"
+"be difficult to become \"root\".\n"
"\n"
"The password should be a mixture of alphanumeric characters and at least 8\n"
-"characters long. It should never be written down.\n"
+"characters long. Never write down the \"root\" password it makes it too\n"
+"easy to compromise a system.\n"
"\n"
+"However, please do not make the password too long or complicated because\n"
+"you must be able to remember it without too much effort.\n"
"\n"
-"Do not make the password too long or complicated, though: you must be able "
-"to\n"
-"remember it without too much effort."
-msgstr ""
-"Alegei parola pentru utilizatorul administrator al sistemului Linux.\n"
-"Parola trebuie nscris de dou ori pentru a se asigura c sunt identice.\n"
+"The password will not be displayed on screen as you type it in. Hence, you\n"
+"will have to type the password twice to reduce the chance of a typing\n"
+"error. If you do happen to make the same typing error twice, this\n"
+"``incorrect'' password will have to be used the first time you connect.\n"
"\n"
+"In Expert mode, you will be asked if you will be connecting to an\n"
+"authentication server, like NIS or LDAP.\n"
"\n"
-"Root e utilizatorul administrator al sistemului i singurul autorizat\n"
-"pentru a modifica configuraia sistemului. Deci alegei cu atenie aceast\n"
-"parol! Utilizarea neautorizat a acestui cont poate fi foarte\n"
-"periculoas pentru integritatea sistemului, pentru informaiilor coninute\n"
-"i pentru celelalte calculatoare conectate la el. Aceast parol trebuie s\n"
-"fie un amestec de caractere alfanumerice i de cel puin 8 caractere. Nu-l\n"
-"scriei NICIODAT pe ceva i nu-l facei prea lung sau prea greu de reinut."
-
-#: ../../help.pm_.c:609
-msgid ""
-"To enable a more secure system, you should select \"Use shadow file\" and\n"
-"\"Use MD5 passwords\"."
-msgstr ""
-"Pentru a crea un sistem nc i mai sigur, ar trebui s alegei \"Folosete\n"
-"un fiier shadow\" i \"Folosete parole MD5\"."
-
-#: ../../help.pm_.c:613
-msgid ""
-"If your network uses NIS, select \"Use NIS\". If you don't know, ask your\n"
-"network administrator."
+"If your network uses the LDAP (or NIS) protocol for authentication, select\n"
+"\"LDAP\" (or \"NIS\") as authentication. If you do not know, ask your\n"
+"network administrator.\n"
+"\n"
+"If your computer is not connected to any administrated network, you will\n"
+"want to choose \"Local files\" for authentication."
msgstr ""
-"Dac reeaua dumneavoastr folosete NIS, selectai \"Folosete NIS\". Dac\n"
-"nu tii exact, ntrebai administratorul de reea."
-#: ../../help.pm_.c:617
+#: ../../help.pm_.c:663
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"
-"one or more account(s) for each person you want to allow to use\n"
-"the computer. Note that each user account will have its own\n"
-"preferences (graphical environment, program settings, etc.)\n"
-"and its own \"home directory\", in which these preferences are\n"
-"stored.\n"
+"LILO and grub are GNU/Linux bootloaders. This stage, normally, is totally\n"
+"automated. In fact, DrakX analyzes the disk boot sector and acts\n"
+"accordingly, depending on what it finds here:\n"
"\n"
+" * if a Windows boot sector is found, it will replace it with a grub/LILO\n"
+"boot sector. Hence, you will be able to load either GNU/Linux or another\n"
+"OS;\n"
"\n"
-"First of all, create an account for yourself! Even if you will be the only "
-"user\n"
-"of the machine, you may NOT connect as root for daily use of the system: "
-"it's a\n"
-"very high security risk. Making the system unusable is very often a typo "
-"away.\n"
+" * if a grub or LILO boot sector is found, it will replace it with a new\n"
+"one.\n"
"\n"
+"If in doubt, DrakX will display a dialog with various options.\n"
"\n"
-"Therefore, you should connect to the system using the user account\n"
-"you will have created here, and login as root only for administration\n"
-"and maintenance purposes."
-msgstr ""
-"Putei crea acum unul sau mai multe conturi de utilizator \"obinuite\",\n"
-"n opoziie cu contul \"privilegiat\" al utilizatorului root. Putei\n"
-"crea unul sau mai multe conturi pentru fiecare persoan autorizat s\n"
-"se conecteze la calculator. Notai c fiecare cont utilizator va avea\n"
-"propriile preferine (configuraie grafic, parametrii de programe, etc.)\n"
-"i propriul dosar personal n \"/home\" unde toate aceste preferine vor fi\n"
-"stocate.\n"
+" * \"Bootloader to use\": you have three choices:\n"
"\n"
+" * \"GRUB\": if you prefer grub (text menu).\n"
"\n"
-"Mai nti creai un cont pentru dumneavoastr! Chiar dac vei fi singurul\n"
-"utilizator al calculatorului, NU TREBUIE S V CONECTAI CA ROOT PENTRU\n"
-"SCOPURI ZILNICE LA SISTEM: pentru motive securitate. n plus, un sistem\n"
-"poate uor deveni inutilizabil prin apsarea unei taste greite.\n"
+" * \"LILO with graphical menu\": if you prefer LILO with its graphical\n"
+"interface.\n"
"\n"
+" * \"LILO with text menu\": if you prefer LILO with its text menu "
+"interface.\n"
"\n"
-"n consecin, ar trebuie s v conectai la sistem folosind contul \n"
-"utilizatorului pe care l-ai creat aici i s folosii contul root\n"
-"numai pentru administraie i scopuri de depanare."
-
-#: ../../help.pm_.c:636
-msgid ""
-"Creating a boot disk is strongly recommended. If you can't\n"
-"boot your computer, it's the only way to rescue your system without\n"
-"reinstalling it."
-msgstr ""
-
-#: ../../help.pm_.c:641
-#, fuzzy
-msgid ""
-"You need to indicate where you wish\n"
-"to place the information required to boot to GNU/Linux.\n"
+" * \"Boot device\": in most cases, you will not change the default\n"
+"(\"/dev/hda\"), but if you prefer, the bootloader can be installed on the\n"
+"second hard drive (\"/dev/hdb\"), or even on a floppy disk (\"/dev/fd0\");\n"
"\n"
+" * \"Delay before booting the default image\": when rebooting the computer,\n"
+"this is the delay granted to the user to choose in the bootloader menu,\n"
+"another boot entry than the default one.\n"
"\n"
-"Unless you know exactly what you are doing, choose \"First sector of\n"
-"drive (MBR)\"."
-msgstr ""
-"Va trebui s indicai unde s punei informaia necesar pentru a porni "
-"Linux.\n"
+"!! Beware that if you choose not to install a bootloader (by selecting\n"
+"\"Cancel\" here), you must ensure that you have a way to boot your Mandrake\n"
+"Linux system! Also, be sure you know what you do before changing any of the\n"
+"options. !!\n"
"\n"
+"Clicking the \"Advanced\" button in this dialog will offer many advanced\n"
+"options, which are reserved to the expert user.\n"
"\n"
-"n general alegei \"Primul sector al discului\". Alegei altceva doar dac "
-"tii ce facei."
-
-#: ../../help.pm_.c:649
-msgid ""
-"Unless you know specifically otherwise, the usual choice is \"/dev/hda\"\n"
-" (primary master IDE disk) or \"/dev/sda\" (first SCSI disk)."
+"After you have configured the general bootloader parameters, the list of\n"
+"boot options which will be available at boot time will be displayed.\n"
+"\n"
+"If there is another operating system installed on your machine, it will\n"
+"automatically be added to the boot menu. Here, you can choose to fine-tune\n"
+"the existing options. Select an entry and click \"Modify\" to modify or\n"
+"remove it; \"Add\" creates a new entry; and \"Done\" goes on to the next\n"
+"installation step."
msgstr ""
-"Alegerea obinuit este \"/dev/hda\" pentru un disc maestru principal IDE\n"
-"sau \"/dev/sda\" pentru primul disc SCSI."
-#: ../../help.pm_.c:653
+#: ../../help.pm_.c:711
#, fuzzy
msgid ""
-"LILO (the LInux LOader) and Grub are bootloaders: they are able to boot\n"
+"LILO (the LInux LOader) and grub are bootloaders: they are able to boot\n"
"either GNU/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"
+"screen. Be careful to choose the correct parameters.\n"
"\n"
-"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!"
+"You may also not want to give access to these other operating systems to\n"
+"anyone. In which case, you can delete the corresponding entries. But then,\n"
+"you will need a boot disk in order to boot those other operating systems!"
msgstr ""
"LILO (de la LInux LOader) i Grub sunt gestionare de demaraj. Amndoi sunt\n"
"capabili s demareze Linux sau un alt sistem prezent n calculator.\n"
@@ -2954,388 +3179,231 @@ msgstr ""
"n acest ultim caz ns, vei avea nevoie de un floppy de demaraj pentru\n"
"a putea le demara!"
-#: ../../help.pm_.c:665
+#: ../../help.pm_.c:722
#, fuzzy
msgid ""
-"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"
-" - 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"
-"enabling the keyboard. The boot loader doesn't wait if \"delay\" is\n"
-"omitted or is set to zero.\n"
-"\n"
-"\n"
-" - Video mode: This specifies the VGA text mode that should be selected\n"
-"when booting. The following values are available: \n"
-"\n"
-" * normal: select normal 80x25 text mode.\n"
-"\n"
-" * <number>: use the corresponding text mode.\n"
+"You must indicate where you wish to place the information required to boot\n"
+"to GNU/Linux.\n"
"\n"
-"\n"
-" - Clean \"/tmp\" at each boot: if you want delete all files and "
-"directories\n"
-"stored in \"/tmp\" when you boot your system, select this option.\n"
-"\n"
-"\n"
-" - Precise RAM if needed: unfortunately, there is no standard method to ask "
-"the\n"
-"BIOS about the amount of RAM present in your computer. As consequence, Linux "
-"may\n"
-"fail to detect your amount of RAM correctly. If this is the case, you can\n"
-"specify the correct amount or RAM here. Please note that a difference of 2 "
-"or 4\n"
-"MB between detected memory and memory present in your system is normal."
+"Unless you know exactly what you are doing, choose \"First sector of drive\n"
+"(MBR)\"."
msgstr ""
-"Principalele opiuni ale lui LILO i grub sunt:\n"
-" - Periferic de boot: parametreaz numele perifericului (e.g. o partiie\n"
-"a unui disc dur) care conine sectorul de demaraj. n mod normal e vorba\n"
-"de \"/dev/hda\".\n"
-"\n"
-"\n"
-" - Timp de ateptare nainte de a demara imaginea din oficiu: Specific\n"
-"numrul de zecimi de secund pentru a atepta naintea demarrii primei\n"
-"imagini. Acesta e foarte practic pentru sistemele care demareaz de pe\n"
-"disc dur dup activarea tastaturii. Gestionarul de demaraj nu ateapt\n"
-"deloc dac seciunea \"delay\" e omis sau dac e fixat la zero.\n"
+"Va trebui s indicai unde s punei informaia necesar pentru a porni "
+"Linux.\n"
"\n"
"\n"
-" - Mod Video: Aceasta specific modul text VGA care ar trebui selectat la\n"
-"demaraj. Urmtoarele opiuni sunt valabile:\n"
-" * normal: selectai normal pentru un mod text de 80x25.\n"
-" * <numr>: folosii modul text corespunztor."
+"n general alegei \"Primul sector al discului\". Alegei altceva doar dac "
+"tii ce facei."
-#: ../../help.pm_.c:697
+#: ../../help.pm_.c:729
msgid ""
-"Yaboot is a bootloader for NewWorld MacIntosh hardware. It is able\n"
-"to boot either GNU/Linux, MacOS, or MacOSX, if 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"
-"Yaboot main options are:\n"
-"\n"
-"\n"
-" - Init Message: A simple text message that is displayed before the boot\n"
-"prompt.\n"
-"\n"
-"\n"
-" - Boot Device: Indicate where you want to place the information required "
-"to \n"
-"boot to GNU/Linux. Generally, you will have setup a bootstrap partition "
-"earlier \n"
-"to hold this information.\n"
-"\n"
-"\n"
-" - Open Firmware Delay: Unlike LILO, there are two delays available with \n"
-"yaboot. The first delay is measured in seconds and at this point you can \n"
-"choose between CD, OF boot, MacOS, or Linux.\n"
+"Here, we select a printing system for your computer. Other OSs may offer\n"
+"you one, but Mandrake Linux offers three.\n"
"\n"
+" * \"pdq\" which means ``print, don't queue'', is the choice if you have a\n"
+"direct connection to your printer and you want to be able to panic out of\n"
+"printer jams, and you do not have networked printers. It will handle only\n"
+"very simple network cases and is somewhat slow for networks. Pick \"pdq\"\n"
+"if this is your maiden voyage to GNU/Linux. You can change your choices\n"
+"after installation by running PrinterDrake from the Mandrake Control Center\n"
+"and clicking the expert button.\n"
"\n"
-" - Kernel Boot Timeout: This timeout is similar to the LILO boot delay. "
-"After \n"
-"selecting Linux, you will have this delay in 0.1 seconds before your "
-"default\n"
-"kernel description is selected.\n"
-"\n"
-"\n"
-" - Enable CD Boot?: Checking this option will allow you to choose 'C' for "
-"CD at\n"
-"the first boot prompt.\n"
-"\n"
-"\n"
-" - Enable OF Boot?: Checking this option will allow you to choose 'N' for "
-"Open\n"
-"Firmware at the first boot prompt.\n"
+" * \"CUPS\"``Common Unix Printing System'', is excellent at printing to "
+"your\n"
+"local printer and also halfway-around the planet. It is simple and can act\n"
+"as a server or a client for the ancient \"lpd\" printing system. Hence, it\n"
+"is compatible with the systems that went before. It can do many tricks, but\n"
+"the basic setup is almost as easy as \"pdq\". If you need this to emulate\n"
+"an \"lpd\" server, you must turn on the \"cups-lpd\" daemon. It has\n"
+"graphical front-ends for printing or choosing printer options.\n"
+"\n"
+" * \"lprNG\"``line printer daemon New Generation''. This system can do\n"
+"approximately the same things the others can do, but it will print to\n"
+"printers mounted on a Novell Network, because it supports the IPX protocol,\n"
+"and it can print directly to shell commands. If you have need of Novell or\n"
+"printing to commands without using a separate pipe construct, use lprNG.\n"
+"Otherwise, CUPS is preferable as it is simpler and better at working over\n"
+"networks."
+msgstr ""
+
+#: ../../help.pm_.c:757
+msgid ""
+"DrakX now detects any IDE device present in your computer. It will also\n"
+"scan for one or more PCI SCSI card(s) on your system. If a SCSI card is\n"
+"found, DrakX will automatically install the appropriate driver.\n"
+"\n"
+"Because hardware detection does not always detect a piece of hardware,\n"
+"DrakX will ask you to confirm if a PCI SCSI card is present. Click \"Yes\"\n"
+"if you know that there is a SCSI card installed in your machine. You will\n"
+"be presented a list of SCSI cards to choose from. Click \"No\" if you have\n"
+"no SCSI hardware. If you are unsure, you can check the list of hardware\n"
+"detected in your machine by selecting \"See hardware info\" and clicking\n"
+"\"OK\". Examine the list of hardware and then click on the \"OK\" button to\n"
+"return to the SCSI interface question.\n"
"\n"
+"If you have to manually specify your adapter, DrakX will ask if you want to\n"
+"specify options for it. You should allow DrakX to probe the hardware for\n"
+"the card-specific options which the hardware needs to initialize. This\n"
+"usually works well.\n"
"\n"
-" - Default OS: You can select which OS will boot by default when the Open "
-"Firmware \n"
-"Delay expires."
+"If DrakX is not able to probe for the options which need to be passed, you\n"
+"will need to provide options to the driver manually. Please review the\n"
+"``User Guide'' (chapter 3, in the ``Collecting Information on Your\n"
+"Hardware'' section) for hints on retrieving the parameters required from\n"
+"hardware documentation, from the manufacturer's web site (if you have\n"
+"Internet access) or from MicrosoftWindows (if you used this hardware with\n"
+"Windows on your system)."
msgstr ""
-#: ../../help.pm_.c:738
+#: ../../help.pm_.c:784
msgid ""
-"You can add additional entries for yaboot, either for other operating "
-"systems,\n"
-"alternate kernels, or for an emergency boot image.\n"
-"\n"
-"\n"
-"For other OS's - the entry consists only of a label and the root partition.\n"
-"\n"
+"You can add additional entries for yaboot, either for other operating\n"
+"systems, alternate kernels, or for an emergency boot image.\n"
"\n"
-"For Linux, there are a few possible options: \n"
+"For other OSs, the entry consists only of a label and the \"root\"\n"
+"partition.\n"
"\n"
+"For Linux, there are a few possible options:\n"
"\n"
-" - Label: This is simply the name will type at the yaboot prompt to select "
-"this \n"
-"boot option.\n"
+" * Label: this is simply the name you will have to type at the yaboot "
+"prompt\n"
+"to select this boot option;\n"
"\n"
+" * Image: this would be the name of the kernel to boot. Typically, vmlinux\n"
+"or a variation of vmlinux with an extension;\n"
"\n"
-" - Image: This would be the name of the kernel to boot. Typically vmlinux "
-"or\n"
-"a variation of vmlinux with an extension.\n"
+" * Root: the \"root\" device or ``/'' for your Linux installation;\n"
"\n"
+" * Append: on Apple hardware, the kernel append option is used quite often\n"
+"to assist in initializing video hardware, or to enable keyboard mouse\n"
+"button emulation for the often lacking 2nd and 3rd mouse buttons on a stock\n"
+"Apple mouse. The following are some examples:\n"
"\n"
-" - Root: The root device or '/' for your Linux installation.\n"
-"\n"
-"\n"
-" \n"
-" - Append: On Apple hardware, the kernel append option is used quite often "
-"to\n"
-"assist in initializing video hardware, or to enable keyboard mouse button "
-"emulation\n"
-"for the often lacking 2nd and 3rd mouse buttons on a stock Apple mouse. The "
-"following \n"
-"are some examples:\n"
-"\n"
-"\n"
-"\t\t video=aty128fb:vmode:17,cmode:32,mclk:71 adb_buttons=103,111 "
+" video=aty128fb:vmode:17,cmode:32,mclk:71 adb_buttons=103,111 "
"hda=autotune\n"
"\n"
-"\t\t video=atyfb:vmode:12,cmode:24 adb_buttons=103,111 \n"
-"\n"
-"\n"
-" \n"
-" - Initrd: This option can be used either to load initial modules, before "
-"the boot \n"
-"device is available, or to load a ramdisk image for an emergency boot "
-"situation.\n"
-"\n"
+" video=atyfb:vmode:12,cmode:24 adb_buttons=103,111\n"
"\n"
-" - Initrd-size: The default ramdisk size is generally 4096 bytes. If you "
-"should need\n"
-"to allocate a large ramdisk, this option can be used.\n"
+" * Initrd: this option can be used either to load initial modules, before\n"
+"the boot device is available, or to load a ramdisk image for an emergency\n"
+"boot situation;\n"
"\n"
+" * Initrd-size: the default ramdisk size is generally 4,096 bytes. If you\n"
+"need to allocate a large ramdisk, this option can be used;\n"
"\n"
-" - Read-write: Normally the 'root' partition is initially brought up read-"
-"only, to allow\n"
-"a filesystem check before the system becomes 'live'. You can override this "
-"option here.\n"
+" * Read-write: normally the \"root\" partition is initially brought up in\n"
+"read-only, to allow a file system check before the system becomes ``live''.\n"
+"Here, you can override this option;\n"
"\n"
+" * NoVideo: should the Apple video hardware prove to be exceptionally\n"
+"problematic, you can select this option to boot in ``novideo'' mode, with\n"
+"native frame buffer support;\n"
"\n"
-" - NoVideo: Should the Apple video hardware prove to be exceptionally "
-"problematic, you can\n"
-"select this option to boot in 'novideo' mode, with native framebuffer "
-"support.\n"
-"\n"
-"\n"
-" - Default: Selects this entry as being the default Linux selection, "
-"selectable by just\n"
-"pressing ENTER at the yaboot prompt. This entry will also be highlighted "
-"with a '*', if you\n"
-"press TAB to see the boot selections."
+" * Default: selects this entry as being the default Linux selection,\n"
+"selectable by just pressing ENTER at the yaboot prompt. This entry will\n"
+"also be highlighted with a ``*'', if you press [Tab] to see the boot\n"
+"selections."
msgstr ""
-#: ../../help.pm_.c:793
-#, fuzzy
+#: ../../help.pm_.c:830
msgid ""
-"SILO is a bootloader for SPARC: it is able to boot\n"
-"either GNU/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"
+"Yaboot is a bootloader for NewWorld MacIntosh hardware. It is able to boot\n"
+"either GNU/Linux, MacOS or MacOSX if present on your computer. Normally,\n"
+"these other operating systems are correctly detected and installed. If this\n"
+"is not the case, you can add an entry by hand in this screen. Be careful to\n"
+"choose the correct parameters.\n"
"\n"
+"Yaboot's main options are:\n"
"\n"
-"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 (de la LInux LOader) i Grub sunt gestionare de demaraj. Amndoi sunt\n"
-"capabili s demareze Linux sau un alt sistem prezent n calculator.\n"
-"n mod normal, aceste alte sisteme de operare sunt detectate i instalate\n"
-"corect. Dac cumva nu e cazul, putei aduga o intrare manual n acest\n"
-"ecran. Avei grij s alegei parametrii cei buni.\n"
+" * Init Message: a simple text message displayed before the boot prompt;\n"
"\n"
+" * Boot Device: indicates where you want to place the information required\n"
+"to boot to GNU/Linux. Generally, you set up a bootstrap partition earlier\n"
+"to hold this information;\n"
"\n"
-"Putei de asemenea s interzicei accesul acestor alte sisteme a altor \n"
-"utilizatori, caz n care ar trebui s tergei intrrile acestor sisteme.\n"
-"n acest ultim caz ns, vei avea nevoie de un floppy de demaraj pentru\n"
-"a putea le demara!"
-
-#: ../../help.pm_.c:805
-#, fuzzy
-msgid ""
-"SILO main options are:\n"
-" - Bootloader installation: Indicate where you want to place the\n"
-"information required to boot to GNU/Linux. Unless you know exactly\n"
-"what you are doing, choose \"First sector of drive (MBR)\".\n"
+" * Open Firmware Delay: unlike LILO, there are two delays available with\n"
+"yaboot. The first delay is measured in seconds and at this point, you can\n"
+"choose between CD, OF boot, MacOS or Linux;\n"
"\n"
+" * Kernel Boot Timeout: this timeout is similar to the LILO boot delay.\n"
+"After selecting Linux, you will have this delay in 0.1 second before your\n"
+"default kernel description is selected;\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"
-"enabling the keyboard. The boot loader doesn't wait if \"delay\" is\n"
-"omitted or is set to zero."
+" * Enable CD Boot?: checking this option allows you to choose ``C'' for CD\n"
+"at the first boot prompt;\n"
+"\n"
+" * Enable OF Boot?: checking this option allows you to choose ``N'' for "
+"Open\n"
+"Firmware at the first boot prompt;\n"
+"\n"
+" * Default OS: you can select which OS will boot by default when the Open\n"
+"Firmware Delay expires."
msgstr ""
-"Principalele opiuni ale lui LILO i grub sunt:\n"
-" - Periferic de boot: parametreaz numele perifericului (e.g. o partiie\n"
-"a unui disc dur) care conine sectorul de demaraj. n mod normal e vorba\n"
-"de \"/dev/hda\".\n"
+
+#: ../../help.pm_.c:862
+msgid ""
+"Here are presented various parameters concerning your machine. Depending on\n"
+"your installed hardware, you may or not, see the following entries:\n"
"\n"
+" * \"Mouse\": check the current mouse configuration and click on the button\n"
+"to change it if necessary;\n"
"\n"
-" - Timp de ateptare nainte de a demara imaginea din oficiu: Specific\n"
-"numrul de zecimi de secund pentru a atepta naintea demarrii primei\n"
-"imagini. Acesta e foarte practic pentru sistemele care demareaz de pe\n"
-"disc dur dup activarea tastaturii. Gestionarul de demaraj nu ateapt\n"
-"deloc dac seciunea \"delay\" e omis sau dac e fixat la zero.\n"
+" * \"Keyboard\": check the current keyboard map configuration and click on\n"
+"the button to change that if necessary;\n"
"\n"
+" * \"Timezone\": DrakX, by default, guesses your time zone from the "
+"language\n"
+"you have chosen. But here again, as for the choice of a keyboard, you may\n"
+"not be in the country for which the chosen language should correspond.\n"
+"Hence, you may need to click on the \"Timezone\" button in order to\n"
+"configure the clock according to the time zone you are in;\n"
"\n"
-" - Mod Video: Aceasta specific modul text VGA care ar trebui selectat la\n"
-"demaraj. Urmtoarele opiuni sunt valabile:\n"
-" * normal: selectai normal pentru un mod text de 80x25.\n"
-" * <numr>: folosii modul text corespunztor."
-
-#: ../../help.pm_.c:818
-#, fuzzy
-msgid ""
-"Now it's time to configure the X Window System, which is the\n"
-"core of the GNU/Linux GUI (Graphical User Interface). For this purpose,\n"
-"you must configure your video card and monitor. Most of these\n"
-"steps are automated, though, therefore your work may only consist\n"
-"of verifying what has been done and accept the settings :)\n"
+" * \"Printer\": clicking on the \"No Printer\" button will open the printer\n"
+"configuration wizard;\n"
"\n"
+" * \"Sound card\": if a sound card is detected on your system, it is\n"
+"displayed here. No modification possible at installation time;\n"
"\n"
-"When the configuration is over, X will be started (unless you\n"
-"ask DrakX not to) so that you can check and see if the\n"
-"settings suit you. If they don't, you can come back and\n"
-"change them, as many times as necessary."
-msgstr ""
-"Acum e momentul s configurai Sistemul X Windows, care e inima interfaei\n"
-"grafice din Linux (Linux GUI de la Linux Graphical User Interface). n\n"
-"acest scop trebuie s configurai cartea video i monitorul. Majoritatea\n"
-"acestor etape sunt automatizate; deci s-ar putea ca tot ceea ce vei avea\n"
-"de fcut va consista n verificarea i acceptarea parametrilor :)\n"
+" * \"TV card\": if a TV card is detected on your system, it is displayed\n"
+"here. No modification possible at installation time;\n"
"\n"
-"Cnd ai terminat cu configuraia, X va fi re-demarat (dar poate i vei\n"
-"cere lui DrakX s nu o fac) pentru a verifica dac noii parametrii v\n"
-"convin. Dac nu v convin, va putei ntoarce i s-i schimbai de cte ori\n"
-"e necesar."
-
-#: ../../help.pm_.c:831
-msgid ""
-"If something is wrong in X configuration, use these options to correctly\n"
-"configure the X Window System."
+" * \"ISDN card\": if an ISDN card is detected on your system, it is\n"
+"displayed here. You can click on the button to change the parameters\n"
+"associated with it."
msgstr ""
-"Dac ceva nu e n regul cu configuraia X, folosii aceste opiuni pentru\n"
-"a configura n mod corect Sistemul X Windows."
-#: ../../help.pm_.c:835
+#: ../../help.pm_.c:891
msgid ""
-"If you prefer to use a graphical login, select \"Yes\". Otherwise, select\n"
-"\"No\"."
+"Choose the hard drive you want to erase in order to install your new\n"
+"Mandrake Linux partition. Be careful, all data present on it will be lost\n"
+"and will not be recoverable!"
msgstr ""
-"Dac preferai s folosii un login n mod grafic, selectai \"Da\" i \n"
-"\"Nu\" n cellalt caz."
-#: ../../help.pm_.c:839
+#: ../../help.pm_.c:896
msgid ""
-"You can choose a security level for your system. Please refer to the manual "
-"for complete\n"
-" information. Basically, if you don't know what to choose, keep the default "
-"option.\n"
+"Click on \"OK\" if you want to delete all data and partitions present on\n"
+"this hard drive. Be careful, after clicking on \"OK\", you will not be able\n"
+"to recover any data and partitions present on this hard drive, including\n"
+"any Windows data.\n"
+"\n"
+"Click on \"Cancel\" to cancel this operation without losing any data and\n"
+"partitions present on this hard drive."
msgstr ""
-#: ../../help.pm_.c:844
+#: ../../install2.pm_.c:113
+#, c-format
msgid ""
-"Your system is going to reboot.\n"
-"\n"
-"After rebooting, your new Linux Mandrake system will load automatically.\n"
-"If you want to boot into another existing operating system, please read\n"
-"the additional instructions."
+"Can't access kernel modules corresponding to your kernel (file %s is "
+"missing), this generally means your boot floppy in not in sync with the "
+"Installation medium (please create a newer boot floppy)"
msgstr ""
-"Sistemul dumneavoastr e pe cale s re-demareze.\n"
-"\n"
-"Dup re-demaraj, noul sistem Linux-Mandrake sa va lansa automat. Dac "
-"dorii\n"
-"s demarai un alt sistem de operare existent, v rog citii instruciunile\n"
-"adiionale."
-
-#: ../../install2.pm_.c:37
-msgid "Choose your language"
-msgstr "Alegei limba"
-
-#: ../../install2.pm_.c:38
-msgid "Select installation class"
-msgstr "Alegei tipul de instalare"
-
-#: ../../install2.pm_.c:39
-msgid "Hard drive detection"
-msgstr "Detecia discului dur"
-
-#: ../../install2.pm_.c:40
-msgid "Configure mouse"
-msgstr "Configuraie mouse"
-
-#: ../../install2.pm_.c:41
-msgid "Choose your keyboard"
-msgstr "Alegei tastatura"
-
-#: ../../install2.pm_.c:42
-#, fuzzy
-msgid "Security"
-msgstr "crlionat"
-
-#: ../../install2.pm_.c:43
-msgid "Setup filesystems"
-msgstr "Instalarea fiierelor sistem"
-
-#: ../../install2.pm_.c:44
-msgid "Format partitions"
-msgstr "Formatarea partiiilor"
-
-#: ../../install2.pm_.c:45
-msgid "Choose packages to install"
-msgstr "Alege pachetele de instalat"
-
-#: ../../install2.pm_.c:46
-msgid "Install system"
-msgstr "Instalarea sistemului"
-
-#: ../../install2.pm_.c:47 ../../install_steps_interactive.pm_.c:894
-#: ../../install_steps_interactive.pm_.c:895
-msgid "Set root password"
-msgstr "Alegei parola pentru root"
-
-#: ../../install2.pm_.c:48
-msgid "Add a user"
-msgstr "Adugai un utilizator"
-
-#: ../../install2.pm_.c:49
-msgid "Configure networking"
-msgstr "Configuraie reea"
-#: ../../install2.pm_.c:51 ../../install_steps_interactive.pm_.c:818
-msgid "Summary"
+#: ../../install2.pm_.c:169
+#, c-format
+msgid "You must also format %s"
msgstr ""
-#: ../../install2.pm_.c:52
-msgid "Configure services"
-msgstr "Configuraia serviciilor"
-
-#: ../../install2.pm_.c:54
-msgid "Create a bootdisk"
-msgstr "Creai un floppy de demaraj"
-
-#: ../../install2.pm_.c:56
-msgid "Install bootloader"
-msgstr "Instalai un gestionar de demaraj"
-
-#: ../../install2.pm_.c:57
-msgid "Configure X"
-msgstr "Configurai X"
-
-#: ../../install2.pm_.c:58
-msgid "Exit install"
-msgstr "Ieire din instalare"
-
-#: ../../install_any.pm_.c:402
+#: ../../install_any.pm_.c:411
#, c-format
msgid ""
"You have selected the following server(s): %s\n"
@@ -3350,50 +3418,29 @@ msgid ""
"Do you really want to install these servers?\n"
msgstr ""
-#: ../../install_any.pm_.c:433
+#: ../../install_any.pm_.c:447
msgid "Can't use broadcast with no NIS domain"
msgstr "Nu pot s folosesc difuzia fr nici un domeniu NIS"
-#: ../../install_any.pm_.c:676
+#: ../../install_any.pm_.c:793
#, fuzzy, c-format
msgid "Insert a FAT formatted floppy in drive %s"
msgstr "Introducei o dischet n perifericul %s"
-#: ../../install_any.pm_.c:680
+#: ../../install_any.pm_.c:797
msgid "This floppy is not FAT formatted"
msgstr ""
-#: ../../install_any.pm_.c:690
+#: ../../install_any.pm_.c:809
msgid ""
"To use this saved packages selection, boot installation with ``linux "
"defcfg=floppy''"
msgstr ""
-#: ../../install_any.pm_.c:712
-msgid "Error reading file $f"
-msgstr "Eroare la citirea fiierului $f"
-
-#: ../../install_gtk.pm_.c:84 ../../install_steps_gtk.pm_.c:310
-#: ../../interactive.pm_.c:99 ../../interactive.pm_.c:114
-#: ../../interactive.pm_.c:269 ../../interactive_newt.pm_.c:166
-#: ../../interactive_stdio.pm_.c:27 ../../my_gtk.pm_.c:356
-#: ../../my_gtk.pm_.c:617 ../../my_gtk.pm_.c:640
-msgid "Ok"
-msgstr "Ok"
-
-#: ../../install_gtk.pm_.c:423
-#, fuzzy
-msgid "Please test the mouse"
-msgstr "V rog, alegei tipul de mouse?"
-
-#: ../../install_gtk.pm_.c:424 ../../standalone/mousedrake_.c:132
-#, fuzzy
-msgid "To activate the mouse,"
-msgstr "V rog, alegei tipul de mouse?"
-
-#: ../../install_gtk.pm_.c:425 ../../standalone/mousedrake_.c:133
-msgid "MOVE YOUR WHEEL!"
-msgstr ""
+#: ../../install_any.pm_.c:831 ../../partition_table.pm_.c:763
+#, c-format
+msgid "Error reading file %s"
+msgstr "Eroare la citirea fiierului %s"
#: ../../install_interactive.pm_.c:23
#, c-format
@@ -3402,7 +3449,7 @@ msgid ""
"You can find some information about them at: %s"
msgstr ""
-#: ../../install_interactive.pm_.c:41
+#: ../../install_interactive.pm_.c:58
msgid ""
"You must have a root partition.\n"
"For this, create a partition (or click on an existing one).\n"
@@ -3412,11 +3459,11 @@ msgstr ""
"Pentru aceasta, creai o partiie (sau facei clic pe un existent).\n"
"Alegei apoi aciunea ``Punct de montaj'' i fixai-o la '/'"
-#: ../../install_interactive.pm_.c:46 ../../install_steps_graphical.pm_.c:259
+#: ../../install_interactive.pm_.c:63
msgid "You must have a swap partition"
msgstr "Trebuie s avei o partiie swap"
-#: ../../install_interactive.pm_.c:47 ../../install_steps_graphical.pm_.c:261
+#: ../../install_interactive.pm_.c:64
msgid ""
"You don't have a swap partition\n"
"\n"
@@ -3426,81 +3473,87 @@ msgstr ""
"\n"
"S continui totui?"
-#: ../../install_interactive.pm_.c:68
+#: ../../install_interactive.pm_.c:67 ../../install_steps.pm_.c:163
+#, fuzzy
+msgid "You must have a FAT partition mounted in /boot/efi"
+msgstr "Trebuie s avei o partiie swap"
+
+#: ../../install_interactive.pm_.c:90
#, fuzzy
msgid "Use free space"
msgstr "Folosete pentru loopback"
-#: ../../install_interactive.pm_.c:70
+#: ../../install_interactive.pm_.c:92
msgid "Not enough free space to allocate new partitions"
msgstr ""
-#: ../../install_interactive.pm_.c:78
+#: ../../install_interactive.pm_.c:100
#, fuzzy
msgid "Use existing partition"
msgstr "Formatarea partiiilor"
-#: ../../install_interactive.pm_.c:80
+#: ../../install_interactive.pm_.c:102
#, fuzzy
msgid "There is no existing partition to use"
msgstr "ncercare de salvare a tabloului de partiii"
-#: ../../install_interactive.pm_.c:87
+#: ../../install_interactive.pm_.c:109
#, fuzzy
msgid "Use the Windows partition for loopback"
msgstr "Folosete pentru loopback"
-#: ../../install_interactive.pm_.c:90
+#: ../../install_interactive.pm_.c:112
#, fuzzy
msgid "Which partition do you want to use for Linux4Win?"
msgstr "Ce partie dorii s folosii pentru a instala Linux4Win?"
-#: ../../install_interactive.pm_.c:92
+#: ../../install_interactive.pm_.c:114
msgid "Choose the sizes"
msgstr "Alegei mrimile"
-#: ../../install_interactive.pm_.c:93
+#: ../../install_interactive.pm_.c:115
msgid "Root partition size in MB: "
msgstr "Mrimea partiiei root n MB:"
-#: ../../install_interactive.pm_.c:94
+#: ../../install_interactive.pm_.c:116
msgid "Swap partition size in MB: "
msgstr "Mrimea partiiei swap n MB:: "
-#: ../../install_interactive.pm_.c:102
+#: ../../install_interactive.pm_.c:125
msgid "Use the free space on the Windows partition"
msgstr ""
-#: ../../install_interactive.pm_.c:105
+#: ../../install_interactive.pm_.c:128
#, fuzzy
msgid "Which partition do you want to resize?"
msgstr "Ce tip de partiie dorii?"
-#: ../../install_interactive.pm_.c:107
+#: ../../install_interactive.pm_.c:130
#, fuzzy
msgid "Computing Windows filesystem bounds"
msgstr "Calculeaz salturile de fiiere FAT"
-#: ../../install_interactive.pm_.c:110
+#: ../../install_interactive.pm_.c:133
#, c-format
msgid ""
"The FAT resizer is unable to handle your partition, \n"
"the following error occured: %s"
msgstr ""
-#: ../../install_interactive.pm_.c:113
+#: ../../install_interactive.pm_.c:136
msgid "Your Windows partition is too fragmented, please run ``defrag'' first"
msgstr ""
-#: ../../install_interactive.pm_.c:114
+#: ../../install_interactive.pm_.c:137
#, fuzzy
msgid ""
"WARNING!\n"
"\n"
-"DrakX will now resize your Windows partition. Be careful: this operation is\n"
-"dangerous. If you have not already done so, you should first exit the\n"
-"installation, run scandisk under Windows (and optionally run defrag), then\n"
-"restart the installation. You should also backup your data.\n"
+"DrakX will now resize your Windows partition. Be careful:\n"
+"this operation is dangerous. If you have not already done\n"
+"so, you should first exit the installation, run scandisk\n"
+"under Windows (and optionally run defrag), then restart the\n"
+"installation. You should also backup your data.\n"
"When sure, press Ok."
msgstr ""
"AVERTISMENT!\n"
@@ -3512,56 +3565,56 @@ msgstr ""
"rencepei instalarea. Ar trebui de asemenea s facei o copie a datelor\n"
"dumneavoastr. Dac suntei sigur, apsai Ok."
-#: ../../install_interactive.pm_.c:123
+#: ../../install_interactive.pm_.c:147
#, fuzzy
msgid "Which size do you want to keep for windows on"
msgstr "La ce sector dorii sa schimbai ?"
-#: ../../install_interactive.pm_.c:124
+#: ../../install_interactive.pm_.c:148
#, fuzzy, c-format
msgid "partition %s"
msgstr "Partiie"
-#: ../../install_interactive.pm_.c:130
+#: ../../install_interactive.pm_.c:155
#, fuzzy, c-format
msgid "FAT resizing failed: %s"
msgstr "Redimensionarea automat a euat"
-#: ../../install_interactive.pm_.c:145
+#: ../../install_interactive.pm_.c:170
msgid ""
"There is no FAT partitions to resize or to use as loopback (or not enough "
"space left)"
msgstr ""
-#: ../../install_interactive.pm_.c:151
+#: ../../install_interactive.pm_.c:176
msgid "Erase entire disk"
msgstr ""
-#: ../../install_interactive.pm_.c:151
+#: ../../install_interactive.pm_.c:176
msgid "Remove Windows(TM)"
msgstr ""
-#: ../../install_interactive.pm_.c:154
+#: ../../install_interactive.pm_.c:179
msgid "You have more than one hard drive, which one do you install linux on?"
msgstr ""
-#: ../../install_interactive.pm_.c:157
+#: ../../install_interactive.pm_.c:182
#, fuzzy, c-format
msgid "ALL existing partitions and their data will be lost on drive %s"
msgstr ""
"Dup redimensionarea partiiei %s toate datele de pe aceasta partiie vor fi "
"pierdute"
-#: ../../install_interactive.pm_.c:165
+#: ../../install_interactive.pm_.c:190
#, fuzzy
msgid "Custom disk partitioning"
msgstr "Formatarea partiiilor"
-#: ../../install_interactive.pm_.c:169
+#: ../../install_interactive.pm_.c:194
msgid "Use fdisk"
msgstr ""
-#: ../../install_interactive.pm_.c:172
+#: ../../install_interactive.pm_.c:197
#, fuzzy, c-format
msgid ""
"You can now partition %s.\n"
@@ -3570,34 +3623,34 @@ msgstr ""
"Putei partiiona acum discul %s dumneavoastr dur\n"
"Cnd ai terminat, nu uitai s nregistrai folosind `w'"
-#: ../../install_interactive.pm_.c:201
+#: ../../install_interactive.pm_.c:226
#, fuzzy
msgid "You don't have enough free space on your Windows partition"
msgstr "Nu avei nici o partiie Windows"
-#: ../../install_interactive.pm_.c:217
+#: ../../install_interactive.pm_.c:242
#, fuzzy
msgid "I can't find any room for installing"
msgstr "Imposibil de adugat o alta partiie"
-#: ../../install_interactive.pm_.c:221
+#: ../../install_interactive.pm_.c:246
msgid "The DrakX Partitioning wizard found the following solutions:"
msgstr ""
-#: ../../install_interactive.pm_.c:226
+#: ../../install_interactive.pm_.c:251
#, fuzzy, c-format
msgid "Partitioning failed: %s"
msgstr "Tipul tabloul de partiii : %s\n"
-#: ../../install_interactive.pm_.c:232
+#: ../../install_interactive.pm_.c:261
msgid "Bringing up the network"
msgstr "Configuraie reea"
-#: ../../install_interactive.pm_.c:237
+#: ../../install_interactive.pm_.c:266
msgid "Bringing down the network"
msgstr "Oprire reea"
-#: ../../install_steps.pm_.c:73
+#: ../../install_steps.pm_.c:76
msgid ""
"An error occurred, but I don't know how to handle it nicely.\n"
"Continue at your own risk."
@@ -3605,12 +3658,12 @@ msgstr ""
"A aprut o eroare pe care nu tiu s o interpretez n mod corect.\n"
"Continuai pe riscul dumneavoastr."
-#: ../../install_steps.pm_.c:203
+#: ../../install_steps.pm_.c:205
#, c-format
msgid "Duplicate mount point %s"
msgstr "Duplicai pounctul de montaj %s"
-#: ../../install_steps.pm_.c:385
+#: ../../install_steps.pm_.c:388
msgid ""
"Some important packages didn't get installed properly.\n"
"Either your cdrom drive or your cdrom is defective.\n"
@@ -3623,112 +3676,45 @@ msgstr ""
"Mandrake/RPMS/*.rpm\" pentru a verifica cdrom-ul pe un\n"
"sistem instalat.\n"
-#: ../../install_steps.pm_.c:451
+#: ../../install_steps.pm_.c:458
#, c-format
msgid "Welcome to %s"
msgstr "Bine ai venit la %s"
-#: ../../install_steps.pm_.c:634
+#: ../../install_steps.pm_.c:513 ../../install_steps.pm_.c:755
msgid "No floppy drive available"
msgstr "Nici dischet disponibil"
-#: ../../install_steps_auto_install.pm_.c:51
-#: ../../install_steps_stdio.pm_.c:23
+#: ../../install_steps_auto_install.pm_.c:76
+#: ../../install_steps_stdio.pm_.c:22
#, c-format
msgid "Entering step `%s'\n"
msgstr "ncepe etapa `%s'\n"
-#: ../../install_steps_graphical.pm_.c:287
-msgid "Choose the size you want to install"
-msgstr "Alegei mrimea pe care vrei s o instalai"
-
-#: ../../install_steps_graphical.pm_.c:334
-msgid "Total size: "
-msgstr "Mrime total: "
-
-#: ../../install_steps_graphical.pm_.c:346 ../../install_steps_gtk.pm_.c:437
-#, c-format
-msgid "Version: %s\n"
-msgstr "Versiune: %s\n"
-
-#: ../../install_steps_graphical.pm_.c:347 ../../install_steps_gtk.pm_.c:438
-#, c-format
-msgid "Size: %d KB\n"
-msgstr "Mrime: %d KB\n"
-
-#: ../../install_steps_graphical.pm_.c:462 ../../install_steps_gtk.pm_.c:337
-#: ../../install_steps_interactive.pm_.c:520
-msgid "Choose the packages you want to install"
-msgstr "Alegei pachetele pe care dorii s le instalai"
-
-#: ../../install_steps_graphical.pm_.c:465 ../../install_steps_gtk.pm_.c:340
-msgid "Info"
-msgstr "Info"
-
-#: ../../install_steps_graphical.pm_.c:473 ../../install_steps_gtk.pm_.c:345
-#: ../../install_steps_interactive.pm_.c:226
-msgid "Install"
-msgstr "Instalare"
-
-#: ../../install_steps_graphical.pm_.c:492 ../../install_steps_gtk.pm_.c:558
-#: ../../install_steps_interactive.pm_.c:675
-msgid "Installing"
-msgstr "n curs de instalare"
-
-#: ../../install_steps_graphical.pm_.c:499
-msgid "Please wait, "
-msgstr "Asteptai, v rog"
-
-#: ../../install_steps_graphical.pm_.c:501 ../../install_steps_gtk.pm_.c:570
-msgid "Time remaining "
-msgstr "Timp rmas "
-
-#: ../../install_steps_graphical.pm_.c:502
-msgid "Total time "
-msgstr "Timp total "
-
-#: ../../install_steps_graphical.pm_.c:507
-#: ../../install_steps_interactive.pm_.c:675
-msgid "Preparing installation"
-msgstr "Pregtesc instalarea"
-
-#: ../../install_steps_graphical.pm_.c:528 ../../install_steps_gtk.pm_.c:618
-#, c-format
-msgid "Installing package %s"
-msgstr "Instalarea pachetului %s"
-
-#: ../../install_steps_graphical.pm_.c:553 ../../install_steps_gtk.pm_.c:695
-#: ../../install_steps_gtk.pm_.c:699
-msgid "Go on anyway?"
-msgstr "S continui totui?"
-
-#: ../../install_steps_graphical.pm_.c:553 ../../install_steps_gtk.pm_.c:695
-msgid "There was an error ordering packages:"
-msgstr "O eroare a aprut la ordonarea pachetelor:"
-
-#: ../../install_steps_graphical.pm_.c:577
-msgid "Use existing configuration for X11?"
-msgstr "S folosesc configuraia existent pentru X11?"
-
-#: ../../install_steps_gtk.pm_.c:142
+#: ../../install_steps_gtk.pm_.c:148
msgid ""
"Your system is low on resource. You may have some problem installing\n"
-"Linux-Mandrake. If that occurs, you can try a text install instead. For "
+"Mandrake Linux. If that occurs, you can try a text install instead. For "
"this,\n"
"press `F1' when booting on CDROM, then enter `text'."
msgstr ""
-#: ../../install_steps_gtk.pm_.c:156
-msgid "Please, choose one of the following classes of installation:"
+#: ../../install_steps_gtk.pm_.c:159 ../../install_steps_interactive.pm_.c:224
+msgid "Install Class"
+msgstr "Tip de instalare"
+
+#: ../../install_steps_gtk.pm_.c:162
+#, fuzzy
+msgid "Please choose one of the following classes of installation:"
msgstr "V rog alegei unul din urmtoarele tipuri de instalare"
-#: ../../install_steps_gtk.pm_.c:222
+#: ../../install_steps_gtk.pm_.c:228
#, c-format
msgid ""
"The total size for the groups you have selected is approximately %d MB.\n"
msgstr "Mrimea total a grupurilor selectate e n jur de %d MB.\n"
-#: ../../install_steps_gtk.pm_.c:224
+#: ../../install_steps_gtk.pm_.c:230
#, c-format
msgid ""
"If you wish to install less than this size,\n"
@@ -3743,7 +3729,7 @@ msgstr ""
"Un procent slab va instala numai pachetele cele mai inmportante;\n"
"un procent de 100% va instala toate pachetele selectate."
-#: ../../install_steps_gtk.pm_.c:229
+#: ../../install_steps_gtk.pm_.c:235
#, c-format
msgid ""
"You have space on your disk for only %d%% of these packages.\n"
@@ -3761,85 +3747,79 @@ msgstr ""
"Un procent slab nu va installa dect pachetele cele mai importante;\n"
"un procent de %d%% va instala ct de multe pachete va fi posibil."
-#: ../../install_steps_gtk.pm_.c:235
+#: ../../install_steps_gtk.pm_.c:241
msgid "You will be able to choose them more specifically in the next step."
msgstr "Vei putea s le alegei mai n detaliu la etapa urmtoare."
-#: ../../install_steps_gtk.pm_.c:237
+#: ../../install_steps_gtk.pm_.c:243
msgid "Percentage of packages to install"
msgstr "Procentul pachetelor de instalat"
-#: ../../install_steps_gtk.pm_.c:285 ../../install_steps_interactive.pm_.c:599
+#: ../../install_steps_gtk.pm_.c:291 ../../install_steps_interactive.pm_.c:705
msgid "Package Group Selection"
msgstr "Selectarea grupurilor de pachete"
-#: ../../install_steps_gtk.pm_.c:305 ../../install_steps_interactive.pm_.c:614
+#: ../../install_steps_gtk.pm_.c:323 ../../install_steps_interactive.pm_.c:720
msgid "Individual package selection"
msgstr "Selectare individual a pachetelor"
-#: ../../install_steps_gtk.pm_.c:349
-msgid "Show automatically selected packages"
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:416
-msgid "Expand Tree"
-msgstr "Expandai Arborele"
-
-#: ../../install_steps_gtk.pm_.c:417
-msgid "Collapse Tree"
-msgstr "nchidei Arborele"
-
-#: ../../install_steps_gtk.pm_.c:418
-msgid "Toggle between flat and group sorted"
-msgstr "Basculai ntre plat i triere n funcie de grup"
+#: ../../install_steps_gtk.pm_.c:346 ../../install_steps_interactive.pm_.c:645
+#, c-format
+msgid "Total size: %d / %d MB"
+msgstr "Mrime total: %d / %d MB "
-#: ../../install_steps_gtk.pm_.c:435
+#: ../../install_steps_gtk.pm_.c:391
msgid "Bad package"
msgstr "Pachet defectuos"
-#: ../../install_steps_gtk.pm_.c:436
+#: ../../install_steps_gtk.pm_.c:392
#, c-format
msgid "Name: %s\n"
msgstr "Nume: %s\n"
-#: ../../install_steps_gtk.pm_.c:439
+#: ../../install_steps_gtk.pm_.c:393
#, c-format
-msgid "Importance: %s\n"
-msgstr "Importan: %s\n"
+msgid "Version: %s\n"
+msgstr "Versiune: %s\n"
-#: ../../install_steps_gtk.pm_.c:448 ../../install_steps_interactive.pm_.c:578
+#: ../../install_steps_gtk.pm_.c:394
#, c-format
-msgid "Total size: %d / %d MB"
-msgstr "Mrime total: %d / %d MB "
+msgid "Size: %d KB\n"
+msgstr "Mrime: %d KB\n"
-#: ../../install_steps_gtk.pm_.c:467
+#: ../../install_steps_gtk.pm_.c:395
+#, c-format
+msgid "Importance: %s\n"
+msgstr "Importan: %s\n"
+
+#: ../../install_steps_gtk.pm_.c:417
msgid ""
"You can't select this package as there is not enough space left to install it"
msgstr "Nu avei destul spaiu pentru a instala acest pachet"
-#: ../../install_steps_gtk.pm_.c:471
+#: ../../install_steps_gtk.pm_.c:422
#, fuzzy
msgid "The following packages are going to be installed"
msgstr "Pachetele urmtoare urmeaz s fie dezinstalate"
-#: ../../install_steps_gtk.pm_.c:472
+#: ../../install_steps_gtk.pm_.c:423
#, fuzzy
msgid "The following packages are going to be removed"
msgstr "Urmtoare pachete vor fi instalate/terse"
-#: ../../install_steps_gtk.pm_.c:482
+#: ../../install_steps_gtk.pm_.c:435
msgid "You can't select/unselect this package"
msgstr "Nu putei selecta/deselecta acest pachet"
-#: ../../install_steps_gtk.pm_.c:501
+#: ../../install_steps_gtk.pm_.c:447
msgid "This is a mandatory package, it can't be unselected"
msgstr "Acesta este un pachet indispensabil i nu poate fi deselectat"
-#: ../../install_steps_gtk.pm_.c:503
+#: ../../install_steps_gtk.pm_.c:449
msgid "You can't unselect this package. It is already installed"
msgstr "Nu putei deselecta aces pachet. E deja instalat"
-#: ../../install_steps_gtk.pm_.c:507
+#: ../../install_steps_gtk.pm_.c:453
msgid ""
"This package must be upgraded\n"
"Are you sure you want to deselect it?"
@@ -3847,25 +3827,108 @@ msgstr ""
"Acest pachet trebuie actualizat\n"
"Suntei sigur c dorii s-l deselectai ?"
-#: ../../install_steps_gtk.pm_.c:510
+#: ../../install_steps_gtk.pm_.c:457
msgid "You can't unselect this package. It must be upgraded"
msgstr "Nu putei deselecta acest pachet. Trebuie acualizat."
-#: ../../install_steps_gtk.pm_.c:563
+#: ../../install_steps_gtk.pm_.c:462
+msgid "Show automatically selected packages"
+msgstr ""
+
+#: ../../install_steps_gtk.pm_.c:463 ../../install_steps_interactive.pm_.c:246
+#: ../../install_steps_interactive.pm_.c:250
+msgid "Install"
+msgstr "Instalare"
+
+#: ../../install_steps_gtk.pm_.c:466
+#, fuzzy
+msgid "Load/Save on floppy"
+msgstr "nregistreaza pe dischet"
+
+#: ../../install_steps_gtk.pm_.c:467
+#, fuzzy
+msgid "Updating package selection"
+msgstr "Selectare individual a pachetelor"
+
+#: ../../install_steps_gtk.pm_.c:472
+#, fuzzy
+msgid "Minimal install"
+msgstr "Dezinstalare"
+
+#: ../../install_steps_gtk.pm_.c:487 ../../install_steps_interactive.pm_.c:555
+msgid "Choose the packages you want to install"
+msgstr "Alegei pachetele pe care dorii s le instalai"
+
+#: ../../install_steps_gtk.pm_.c:503 ../../install_steps_interactive.pm_.c:787
+msgid "Installing"
+msgstr "n curs de instalare"
+
+#: ../../install_steps_gtk.pm_.c:509
msgid "Estimating"
msgstr "Estimare"
-#: ../../install_steps_gtk.pm_.c:582
+#: ../../install_steps_gtk.pm_.c:516
+msgid "Time remaining "
+msgstr "Timp rmas "
+
+#: ../../install_steps_gtk.pm_.c:528
#, fuzzy
msgid "Please wait, preparing installation"
msgstr "Pregtesc instalarea"
-#: ../../install_steps_gtk.pm_.c:613
+#: ../../install_steps_gtk.pm_.c:611
#, c-format
msgid "%d packages"
msgstr "%d pachete"
-#: ../../install_steps_gtk.pm_.c:652
+#: ../../install_steps_gtk.pm_.c:616
+#, c-format
+msgid "Installing package %s"
+msgstr "Instalarea pachetului %s"
+
+#: ../../install_steps_gtk.pm_.c:657 ../../install_steps_interactive.pm_.c:185
+#: ../../install_steps_interactive.pm_.c:811
+#: ../../standalone/drakautoinst_.c:203
+#, fuzzy
+msgid "Accept"
+msgstr "Acceptare utilizator"
+
+#: ../../install_steps_gtk.pm_.c:657 ../../install_steps_interactive.pm_.c:185
+#: ../../install_steps_interactive.pm_.c:811
+#, fuzzy
+msgid "Refuse"
+msgstr "Redimensioneaz"
+
+#: ../../install_steps_gtk.pm_.c:658 ../../install_steps_interactive.pm_.c:812
+#, 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 ""
+"Schimbai Cd-Rom-ul!\n"
+"\n"
+"V rog introducei Cd-Rom etichetat \"%s\" i apoi apsai Ok.\n"
+"Dac nu-l avei, apsai Anuleaz pentru a evita instalarea de pe acest Cd-"
+"Rom."
+
+#: ../../install_steps_gtk.pm_.c:672 ../../install_steps_gtk.pm_.c:676
+#: ../../install_steps_interactive.pm_.c:824
+#: ../../install_steps_interactive.pm_.c:828
+msgid "Go on anyway?"
+msgstr "S continui totui?"
+
+#: ../../install_steps_gtk.pm_.c:672 ../../install_steps_interactive.pm_.c:824
+msgid "There was an error ordering packages:"
+msgstr "O eroare a aprut la ordonarea pachetelor:"
+
+#: ../../install_steps_gtk.pm_.c:676 ../../install_steps_interactive.pm_.c:828
+msgid "There was an error installing packages:"
+msgstr "A fost o eroare la instalarea pachetelor:"
+
+#: ../../install_steps_interactive.pm_.c:10
msgid ""
"\n"
"Warning\n"
@@ -3897,67 +3960,30 @@ msgid ""
"copyright laws applicable to software programs.\n"
msgstr ""
-#: ../../install_steps_gtk.pm_.c:680 ../../install_steps_interactive.pm_.c:163
-#, fuzzy
-msgid "Accept"
-msgstr "Acceptare utilizator"
-
-#: ../../install_steps_gtk.pm_.c:680 ../../install_steps_interactive.pm_.c:163
-#, fuzzy
-msgid "Refuse"
-msgstr "Redimensioneaz"
-
-#: ../../install_steps_gtk.pm_.c:681
-#, 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 ""
-"Schimbai Cd-Rom-ul!\n"
-"\n"
-"V rog introducei Cd-Rom etichetat \"%s\" i apoi apsai Ok.\n"
-"Dac nu-l avei, apsai Anuleaz pentru a evita instalarea de pe acest Cd-"
-"Rom."
-
-#: ../../install_steps_gtk.pm_.c:699
-msgid "There was an error installing packages:"
-msgstr "A fost o eroare la instalarea pachetelor:"
-
-#: ../../install_steps_interactive.pm_.c:37
+#: ../../install_steps_interactive.pm_.c:67
msgid "An error occurred"
msgstr "A aprut o eroare"
-#: ../../install_steps_interactive.pm_.c:55
-msgid "Please, choose a language to use."
-msgstr "V rog, alegei o limb."
-
-#: ../../install_steps_interactive.pm_.c:56
-msgid "You can choose other languages that will be available after install"
-msgstr "Putei s alegei alte limbi care vor fi disponibile dup instalare"
-
-#: ../../install_steps_interactive.pm_.c:68
-#: ../../install_steps_interactive.pm_.c:613
-msgid "All"
-msgstr ""
+#: ../../install_steps_interactive.pm_.c:85
+#, fuzzy
+msgid "Do you really want to leave the installation?"
+msgstr "Dorii s testai configuraia ?"
-#: ../../install_steps_interactive.pm_.c:86
+#: ../../install_steps_interactive.pm_.c:108
msgid "License agreement"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:87
+#: ../../install_steps_interactive.pm_.c:109
msgid ""
"Introduction\n"
"\n"
-"The operating system and the different components available in the Linux-"
-"Mandrake distribution \n"
+"The operating system and the different components available in the Mandrake "
+"Linux distribution \n"
"shall be called the \"Software Products\" hereafter. The Software Products "
"include, but are not \n"
"restricted to, the set of programs, methods, rules and documentation related "
"to the operating \n"
-"system and the different components of the Linux-Mandrake distribution.\n"
+"system and the different components of the Mandrake Linux distribution.\n"
"\n"
"\n"
"1. License Agreement\n"
@@ -4011,7 +4037,7 @@ msgid ""
"loss) arising out \n"
"of the possession and use of software components or arising out of "
"downloading software components \n"
-"from one of Linux-Mandrake sites which are prohibited or restricted in some "
+"from one of Mandrake Linux sites which are prohibited or restricted in some "
"countries by local laws.\n"
"This limited liability applies to, but is not restricted to, the strong "
"cryptography components \n"
@@ -4048,7 +4074,7 @@ msgid ""
"MandrakeSoft S.A. reserves its rights to modify or adapt the Software "
"Products, as a whole or in \n"
"parts, by all means and for all purposes.\n"
-"\"Mandrake\", \"Linux-Mandrake\" and associated logos are trademarks of "
+"\"Mandrake\", \"Mandrake Linux\" and associated logos are trademarks of "
"MandrakeSoft S.A. \n"
"\n"
"\n"
@@ -4068,106 +4094,110 @@ msgid ""
"For any question on this document, please contact MandrakeSoft S.A. \n"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:182
-#: ../../install_steps_interactive.pm_.c:822
+#: ../../install_steps_interactive.pm_.c:205
+#: ../../install_steps_interactive.pm_.c:1045
#: ../../standalone/keyboarddrake_.c:28
msgid "Keyboard"
msgstr "Tastatur"
-#: ../../install_steps_interactive.pm_.c:183
-#: ../../standalone/keyboarddrake_.c:29
-msgid "Please, choose your keyboard layout."
+#: ../../install_steps_interactive.pm_.c:206
+#, fuzzy
+msgid "Please choose your keyboard layout."
msgstr "Alegei tastatura."
-#: ../../install_steps_interactive.pm_.c:184
+#: ../../install_steps_interactive.pm_.c:207
msgid "Here is the full list of keyboards available"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:201
-msgid "Install Class"
-msgstr "Tip de instalare"
-
-#: ../../install_steps_interactive.pm_.c:201
+#: ../../install_steps_interactive.pm_.c:224
msgid "Which installation class do you want?"
msgstr "Ce tip de instalare dorii?"
-#: ../../install_steps_interactive.pm_.c:203
+#: ../../install_steps_interactive.pm_.c:226
#, fuzzy
msgid "Install/Update"
msgstr "Instalare/Actualizare"
-#: ../../install_steps_interactive.pm_.c:203
+#: ../../install_steps_interactive.pm_.c:226
#, fuzzy
msgid "Is this an install or an update?"
msgstr "Este vorba de o instalare sau de o actualizare ?"
-#: ../../install_steps_interactive.pm_.c:212
+#: ../../install_steps_interactive.pm_.c:235
msgid "Recommended"
msgstr "Recomandat"
-#: ../../install_steps_interactive.pm_.c:215
-#: ../../install_steps_interactive.pm_.c:218
+#: ../../install_steps_interactive.pm_.c:238
+#: ../../install_steps_interactive.pm_.c:241
msgid "Expert"
msgstr "Expert"
-#: ../../install_steps_interactive.pm_.c:226
+#: ../../install_steps_interactive.pm_.c:246
+#: ../../install_steps_interactive.pm_.c:250
#, fuzzy
-msgid "Update"
+msgid "Upgrade"
msgstr "Actualizare"
-#: ../../install_steps_interactive.pm_.c:238 ../../standalone/mousedrake_.c:41
-msgid "Please, choose the type of your mouse."
+#: ../../install_steps_interactive.pm_.c:246
+#: ../../install_steps_interactive.pm_.c:250
+#, fuzzy
+msgid "Upgrade packages only"
+msgstr "Selectare individual a pachetelor"
+
+#: ../../install_steps_interactive.pm_.c:266
+#, fuzzy
+msgid "Please choose the type of your mouse."
msgstr "V rog, alegei tipul de mouse?"
-#: ../../install_steps_interactive.pm_.c:244 ../../standalone/mousedrake_.c:57
+#: ../../install_steps_interactive.pm_.c:272 ../../standalone/mousedrake_.c:65
msgid "Mouse Port"
msgstr "Port Mouse"
-#: ../../install_steps_interactive.pm_.c:245 ../../standalone/mousedrake_.c:58
+#: ../../install_steps_interactive.pm_.c:273 ../../standalone/mousedrake_.c:66
msgid "Please choose on which serial port your mouse is connected to."
msgstr "Pe ce port serie este conectat mouse-ul?"
-#: ../../install_steps_interactive.pm_.c:253
+#: ../../install_steps_interactive.pm_.c:281
msgid "Buttons emulation"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:255
+#: ../../install_steps_interactive.pm_.c:283
msgid "Button 2 Emulation"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:256
+#: ../../install_steps_interactive.pm_.c:284
msgid "Button 3 Emulation"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:275
+#: ../../install_steps_interactive.pm_.c:305
msgid "Configuring PCMCIA cards..."
msgstr "Configuraie cartele PCMCIA..."
-#: ../../install_steps_interactive.pm_.c:275
+#: ../../install_steps_interactive.pm_.c:305
msgid "PCMCIA"
msgstr "PCMCIA"
-#: ../../install_steps_interactive.pm_.c:280
+#: ../../install_steps_interactive.pm_.c:312
msgid "Configuring IDE"
msgstr "Configuraia IDE"
-#: ../../install_steps_interactive.pm_.c:280
+#: ../../install_steps_interactive.pm_.c:312
msgid "IDE"
msgstr "IDE"
-#: ../../install_steps_interactive.pm_.c:295
+#: ../../install_steps_interactive.pm_.c:327
msgid "no available partitions"
msgstr "nici o partiie disponibil"
-#: ../../install_steps_interactive.pm_.c:298
+#: ../../install_steps_interactive.pm_.c:330
msgid "Scanning partitions to find mount points"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:306
+#: ../../install_steps_interactive.pm_.c:338
msgid "Choose the mount points"
msgstr "Alegei punctele de montaj"
-#: ../../install_steps_interactive.pm_.c:323
+#: ../../install_steps_interactive.pm_.c:357
#, fuzzy, c-format
msgid ""
"I can't read your partition table, it's too corrupted for me :(\n"
@@ -4180,7 +4210,7 @@ msgstr ""
"Nu pot citi tabloul de partiii, e prea deteriorat dup mine :(\n"
"Voi ncerca s continui tergnd partiiile greite"
-#: ../../install_steps_interactive.pm_.c:336
+#: ../../install_steps_interactive.pm_.c:370
msgid ""
"DiskDrake failed to read correctly the partition table.\n"
"Continue at your own risk!"
@@ -4188,49 +4218,60 @@ msgstr ""
"DiskDrake a euat la citirea corect a tabloului de partiii.\n"
"Continuai pe riscul dumneavoastr!"
-#: ../../install_steps_interactive.pm_.c:361
+#: ../../install_steps_interactive.pm_.c:386
+msgid ""
+"No free space for 1MB bootstrap! Install will continue, but to boot your "
+"system, you'll need to create the bootstrap partition in DiskDrake"
+msgstr ""
+
+#: ../../install_steps_interactive.pm_.c:395
+#, fuzzy
+msgid "No root partition found to perform an upgrade"
+msgstr "N'am gsit nici o partiie root"
+
+#: ../../install_steps_interactive.pm_.c:396
msgid "Root Partition"
msgstr "Partiia Root"
-#: ../../install_steps_interactive.pm_.c:362
+#: ../../install_steps_interactive.pm_.c:397
msgid "What is the root partition (/) of your system?"
msgstr "Care e partiia root (/) a sistemului dumneavoastr?"
-#: ../../install_steps_interactive.pm_.c:376
+#: ../../install_steps_interactive.pm_.c:411
msgid "You need to reboot for the partition table modifications to take place"
msgstr ""
"Trebuie s redemarai pentru a nregistra modificrile tabloului de partiii"
-#: ../../install_steps_interactive.pm_.c:403
+#: ../../install_steps_interactive.pm_.c:435
msgid "Choose the partitions you want to format"
msgstr "Alegei partiiile pe care dorii sa le formatai"
-#: ../../install_steps_interactive.pm_.c:404
+#: ../../install_steps_interactive.pm_.c:436
msgid "Check bad blocks?"
msgstr "S verific blocurile defectuoase?"
-#: ../../install_steps_interactive.pm_.c:427
+#: ../../install_steps_interactive.pm_.c:462
msgid "Formatting partitions"
msgstr "Formatarea partiiilor"
-#: ../../install_steps_interactive.pm_.c:429
+#: ../../install_steps_interactive.pm_.c:464
#, c-format
msgid "Creating and formatting file %s"
msgstr "Crearea i formatarea fiierului %s"
-#: ../../install_steps_interactive.pm_.c:432
+#: ../../install_steps_interactive.pm_.c:467
msgid "Not enough swap to fulfill installation, please add some"
msgstr "Swap insuficient pentru a termina instalarea, mai adugai ceva"
-#: ../../install_steps_interactive.pm_.c:438
+#: ../../install_steps_interactive.pm_.c:473
msgid "Looking for available packages"
msgstr "Cutarea pachetelor disponibile"
-#: ../../install_steps_interactive.pm_.c:444
+#: ../../install_steps_interactive.pm_.c:479
msgid "Finding packages to upgrade"
msgstr "Cautarea pachetelor de actualizat"
-#: ../../install_steps_interactive.pm_.c:461
+#: ../../install_steps_interactive.pm_.c:496
#, fuzzy, c-format
msgid ""
"Your system has not enough space left for installation or upgrade (%d > %d)"
@@ -4238,31 +4279,80 @@ msgstr ""
"Sistemul dumneavoastr nu ar destul spaiu disponibil pentru instalare\n"
"sau actualizare"
-#: ../../install_steps_interactive.pm_.c:480
+#: ../../install_steps_interactive.pm_.c:515
#, fuzzy, c-format
msgid "Complete (%dMB)"
msgstr "Normal"
-#: ../../install_steps_interactive.pm_.c:480
+#: ../../install_steps_interactive.pm_.c:515
#, fuzzy, c-format
msgid "Minimum (%dMB)"
msgstr "(%dMB)"
-#: ../../install_steps_interactive.pm_.c:480
+#: ../../install_steps_interactive.pm_.c:515
#, fuzzy, c-format
msgid "Recommended (%dMB)"
msgstr "Recomandat"
-#: ../../install_steps_interactive.pm_.c:486
+#: ../../install_steps_interactive.pm_.c:568
+msgid ""
+"Please choose load or save package selection on floppy.\n"
+"The format is the same as auto_install generated floppies."
+msgstr ""
+
+#: ../../install_steps_interactive.pm_.c:571
#, fuzzy
-msgid "Custom"
-msgstr "Personalizat"
+msgid "Load from floppy"
+msgstr "Restaureaz din dischet"
-#: ../../install_steps_interactive.pm_.c:585
+#: ../../install_steps_interactive.pm_.c:573
+#, fuzzy
+msgid "Loading from floppy"
+msgstr "Restaureaz din dischet"
+
+#: ../../install_steps_interactive.pm_.c:573
+#, fuzzy
+msgid "Package selection"
+msgstr "Selectarea grupurilor de pachete"
+
+#: ../../install_steps_interactive.pm_.c:578
+#, fuzzy
+msgid "Insert a floppy containing package selection"
+msgstr "Introducei o dischet n perifericul %s"
+
+#: ../../install_steps_interactive.pm_.c:590
+msgid "Save on floppy"
+msgstr "nregistreaza pe dischet"
+
+#: ../../install_steps_interactive.pm_.c:658
msgid "Selected size is larger than available space"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:650
+#: ../../install_steps_interactive.pm_.c:671
+#, fuzzy
+msgid "Type of install"
+msgstr "Alegei pachetul de instalat"
+
+#: ../../install_steps_interactive.pm_.c:672
+msgid ""
+"You haven't selected any group of packages.\n"
+"Please choose the minimal installation you want:"
+msgstr ""
+
+#: ../../install_steps_interactive.pm_.c:675
+#, fuzzy
+msgid "With X"
+msgstr "Ateptare"
+
+#: ../../install_steps_interactive.pm_.c:677
+msgid "With basic documentation (recommended!)"
+msgstr ""
+
+#: ../../install_steps_interactive.pm_.c:678
+msgid "Truly minimal install (especially no urpmi)"
+msgstr ""
+
+#: ../../install_steps_interactive.pm_.c:762
msgid ""
"If you have all the CDs in the list below, click Ok.\n"
"If you have none of those CDs, click Cancel.\n"
@@ -4273,12 +4363,16 @@ msgstr ""
"Dac nu v lispsesc dect cteva CD-uri, deselectai-le i facei click pe "
"Ok."
-#: ../../install_steps_interactive.pm_.c:655
+#: ../../install_steps_interactive.pm_.c:767
#, c-format
msgid "Cd-Rom labeled \"%s\""
msgstr "Cd-Rom etichetat \"%s\""
-#: ../../install_steps_interactive.pm_.c:684
+#: ../../install_steps_interactive.pm_.c:787
+msgid "Preparing installation"
+msgstr "Pregtesc instalarea"
+
+#: ../../install_steps_interactive.pm_.c:796
#, c-format
msgid ""
"Installing package %s\n"
@@ -4287,11 +4381,21 @@ msgstr ""
"instalarea pachetului %s\n"
"%d%%"
-#: ../../install_steps_interactive.pm_.c:693
+#: ../../install_steps_interactive.pm_.c:842
msgid "Post-install configuration"
msgstr "Configuraie post-install"
-#: ../../install_steps_interactive.pm_.c:718
+#: ../../install_steps_interactive.pm_.c:848
+#, fuzzy, c-format
+msgid "Please insert the Boot floppy used in drive %s"
+msgstr "Introducei o dischet n perifericul %s"
+
+#: ../../install_steps_interactive.pm_.c:854
+#, fuzzy, c-format
+msgid "Please insert the Update Modules floppy in drive %s"
+msgstr "Introducei uo dischet goal n perifericul %s"
+
+#: ../../install_steps_interactive.pm_.c:874
msgid ""
"You have now the possibility to download software aimed for encryption.\n"
"\n"
@@ -4358,99 +4462,171 @@ msgstr ""
"Altadena California 91001\n"
"USA"
-#: ../../install_steps_interactive.pm_.c:750
+#: ../../install_steps_interactive.pm_.c:912
+msgid ""
+"You have now the possibility to download updated packages that have\n"
+"been released after the distribution has been made available.\n"
+"\n"
+"You will get security fixes or bug fixes, but you need to have an\n"
+"Internet connection configured to proceed.\n"
+"\n"
+"Do you want to install the updates ?"
+msgstr ""
+
+#: ../../install_steps_interactive.pm_.c:926
+#, fuzzy
+msgid "Contacting Mandrake Linux web site to get the list of available mirrors"
+msgstr "Contactarea oglinzii pentru recuperarea pachetelor disponibile"
+
+#: ../../install_steps_interactive.pm_.c:931
msgid "Choose a mirror from which to get the packages"
msgstr "Alegei o oglind de la care s recuperai pachetele"
-#: ../../install_steps_interactive.pm_.c:761
+#: ../../install_steps_interactive.pm_.c:940
msgid "Contacting the mirror to get the list of available packages"
msgstr "Contactarea oglinzii pentru recuperarea pachetelor disponibile"
-#: ../../install_steps_interactive.pm_.c:764
-msgid "Please choose the packages you want to install."
-msgstr "V rog alegei pachetele pe care dorii s le instalai"
-
-#: ../../install_steps_interactive.pm_.c:776
+#: ../../install_steps_interactive.pm_.c:967
#, fuzzy
msgid "Which is your timezone?"
msgstr "Care e folosina sistemului dumneavoastr?"
-#: ../../install_steps_interactive.pm_.c:778
-msgid "Is your hardware clock set to GMT?"
+#: ../../install_steps_interactive.pm_.c:972
+#, fuzzy
+msgid "Hardware clock set to GMT"
msgstr "Ceasul dumneavoastr hardware e fixat la GMT?"
-#: ../../install_steps_interactive.pm_.c:806 ../../printer.pm_.c:22
-#: ../../printerdrake.pm_.c:415
+#: ../../install_steps_interactive.pm_.c:973
+msgid "Automatic time synchronization (using NTP)"
+msgstr ""
+
+#: ../../install_steps_interactive.pm_.c:980
+#, fuzzy
+msgid "NTP Server"
+msgstr "Server NIS"
+
+#: ../../install_steps_interactive.pm_.c:1014
+#: ../../install_steps_interactive.pm_.c:1022
#, fuzzy
msgid "Remote CUPS server"
msgstr "Coad distant:"
-#: ../../install_steps_interactive.pm_.c:807
+#: ../../install_steps_interactive.pm_.c:1015
#, fuzzy
msgid "No printer"
msgstr "Imprimant local"
-#: ../../install_steps_interactive.pm_.c:821
+#: ../../install_steps_interactive.pm_.c:1032
+#, fuzzy
+msgid "Do you have an ISA sound card?"
+msgstr "Avei o alt interfaa?"
+
+#: ../../install_steps_interactive.pm_.c:1034
+msgid "Run \"sndconfig\" after installation to configure your sound card"
+msgstr ""
+
+#: ../../install_steps_interactive.pm_.c:1036
+msgid "No sound card detected. Try \"harddrake\" after installation"
+msgstr ""
+
+#: ../../install_steps_interactive.pm_.c:1041 ../../steps.pm_.c:27
+msgid "Summary"
+msgstr ""
+
+#: ../../install_steps_interactive.pm_.c:1044
#, fuzzy
msgid "Mouse"
msgstr "Mouse USB"
-#: ../../install_steps_interactive.pm_.c:823
+#: ../../install_steps_interactive.pm_.c:1046
msgid "Timezone"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:824 ../../printerdrake.pm_.c:344
+#: ../../install_steps_interactive.pm_.c:1047 ../../printerdrake.pm_.c:2276
+#: ../../printerdrake.pm_.c:2354
msgid "Printer"
msgstr "Imprimant"
-#: ../../install_steps_interactive.pm_.c:826
+#: ../../install_steps_interactive.pm_.c:1049
msgid "ISDN card"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:829
+#: ../../install_steps_interactive.pm_.c:1052
+#: ../../install_steps_interactive.pm_.c:1054
msgid "Sound card"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:832
+#: ../../install_steps_interactive.pm_.c:1056
msgid "TV card"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:862
+#: ../../install_steps_interactive.pm_.c:1094
+#: ../../install_steps_interactive.pm_.c:1118
+#: ../../install_steps_interactive.pm_.c:1122
+msgid "LDAP"
+msgstr ""
+
+#: ../../install_steps_interactive.pm_.c:1095
+#: ../../install_steps_interactive.pm_.c:1118
+#: ../../install_steps_interactive.pm_.c:1131
#, fuzzy
-msgid "Which printing system do you want to use?"
-msgstr "Ce tip de partiie dorii?"
+msgid "NIS"
+msgstr "Folosete NIS"
+
+#: ../../install_steps_interactive.pm_.c:1096
+#: ../../install_steps_interactive.pm_.c:1118
+#, fuzzy
+msgid "Local files"
+msgstr "Imprimant local"
+
+#: ../../install_steps_interactive.pm_.c:1105
+#: ../../install_steps_interactive.pm_.c:1106 ../../steps.pm_.c:24
+msgid "Set root password"
+msgstr "Alegei parola pentru root"
-#: ../../install_steps_interactive.pm_.c:896
+#: ../../install_steps_interactive.pm_.c:1107
msgid "No password"
msgstr "Nici o parol"
-#: ../../install_steps_interactive.pm_.c:901
+#: ../../install_steps_interactive.pm_.c:1112
#, c-format
msgid "This password is too simple (must be at least %d characters long)"
msgstr ""
"Aceast parole e prea simpl (ar trebui s fie de cel puin %d caractere)"
-#: ../../install_steps_interactive.pm_.c:907
-msgid "Use NIS"
-msgstr "Folosete NIS"
+#: ../../install_steps_interactive.pm_.c:1118 ../../network/modem.pm_.c:49
+#: ../../standalone/draknet_.c:626 ../../standalone/logdrake_.c:172
+msgid "Authentication"
+msgstr "Autentificare"
-#: ../../install_steps_interactive.pm_.c:907
-msgid "yellow pages"
-msgstr "Pagini galbene"
+#: ../../install_steps_interactive.pm_.c:1126
+#, fuzzy
+msgid "Authentication LDAP"
+msgstr "Autentificare"
-#: ../../install_steps_interactive.pm_.c:914
-msgid "Authentification NIS"
+#: ../../install_steps_interactive.pm_.c:1127
+msgid "LDAP Base dn"
+msgstr ""
+
+#: ../../install_steps_interactive.pm_.c:1128
+#, fuzzy
+msgid "LDAP Server"
+msgstr "Server NIS"
+
+#: ../../install_steps_interactive.pm_.c:1134
+#, fuzzy
+msgid "Authentication NIS"
msgstr "Autentificare NIS"
-#: ../../install_steps_interactive.pm_.c:915
+#: ../../install_steps_interactive.pm_.c:1135
msgid "NIS Domain"
msgstr "Domeniu NIS"
-#: ../../install_steps_interactive.pm_.c:916
+#: ../../install_steps_interactive.pm_.c:1136
msgid "NIS Server"
msgstr "Server NIS"
-#: ../../install_steps_interactive.pm_.c:951
+#: ../../install_steps_interactive.pm_.c:1171
#, fuzzy
msgid ""
"A custom bootdisk provides a way of booting into your Linux system without\n"
@@ -4477,19 +4653,20 @@ msgstr ""
"severe.\n"
"Dorii s creai o dischet de demaraj pentru sistemul dumneavoastr ?"
-#: ../../install_steps_interactive.pm_.c:967
+#: ../../install_steps_interactive.pm_.c:1187
msgid "First floppy drive"
msgstr "Primul periferic de dichet"
-#: ../../install_steps_interactive.pm_.c:968
+#: ../../install_steps_interactive.pm_.c:1188
msgid "Second floppy drive"
msgstr "Al doilea periferic de dischet"
-#: ../../install_steps_interactive.pm_.c:969
+#: ../../install_steps_interactive.pm_.c:1189 ../../printerdrake.pm_.c:1848
msgid "Skip"
msgstr "Sari peste"
-#: ../../install_steps_interactive.pm_.c:974
+#: ../../install_steps_interactive.pm_.c:1194
+#, c-format
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 "
@@ -4500,7 +4677,8 @@ msgid ""
"with\n"
"the Mandrake rescue image, making it much easier to recover from severe "
"system\n"
-"failures. Would you like to create a bootdisk for your system?"
+"failures. Would you like to create a bootdisk for your system?\n"
+"%s"
msgstr ""
"O dischet personalizat de demaraj permite un mod de a accede la sistemul\n"
"vostru Linux fr a depinde de gestionarul de demaraj normal. Acesta este \n"
@@ -4509,36 +4687,54 @@ msgstr ""
"O dischet personalizat poate fi de asemena folosit ca o imagine de\n"
"depanaj, ceea ce permite recuperri mult mai uoare n urm unor pane "
"severe.\n"
-"Dorii s creai o dischet de demaraj pentru sistemul dumneavoastr ?"
+"Dorii s creai o dischet de demaraj pentru sistemul dumneavoastr ?\n"
+"%s"
-#: ../../install_steps_interactive.pm_.c:983
+#: ../../install_steps_interactive.pm_.c:1200
+msgid ""
+"\n"
+"\n"
+"(WARNING! You're using XFS for your root partition,\n"
+"creating a bootdisk on a 1.44 Mb floppy will probably fail,\n"
+"because XFS needs a very large driver)."
+msgstr ""
+
+#: ../../install_steps_interactive.pm_.c:1208
msgid "Sorry, no floppy drive available"
msgstr "mi pare ru dar nu gsesc nici un periferic de dischet disponibil."
-#: ../../install_steps_interactive.pm_.c:987
+#: ../../install_steps_interactive.pm_.c:1212
msgid "Choose the floppy drive you want to use to make the bootdisk"
msgstr ""
"Alegei perifericul pe care-l dorii pentru a realiza un disc de demaraj."
-#: ../../install_steps_interactive.pm_.c:991
-#, c-format
-msgid "Insert a floppy in drive %s"
+#: ../../install_steps_interactive.pm_.c:1216
+#, fuzzy, c-format
+msgid "Insert a floppy in %s"
msgstr "Introducei o dischet n perifericul %s"
-#: ../../install_steps_interactive.pm_.c:994
+#: ../../install_steps_interactive.pm_.c:1219
msgid "Creating bootdisk"
msgstr "Crearea dischetei de demaraj"
-#: ../../install_steps_interactive.pm_.c:1001
+#: ../../install_steps_interactive.pm_.c:1226
msgid "Preparing bootloader"
msgstr "Pegtirea gestionalului de demaraj"
-#: ../../install_steps_interactive.pm_.c:1010
+#: ../../install_steps_interactive.pm_.c:1237
+msgid ""
+"You appear to have an OldWorld or Unknown\n"
+" machine, the yaboot bootloader will not work for you.\n"
+"The install will continue, but you'll\n"
+" need to use BootX to boot your machine"
+msgstr ""
+
+#: ../../install_steps_interactive.pm_.c:1243
#, fuzzy
msgid "Do you want to use aboot?"
msgstr "Vrei s folosii SILO?"
-#: ../../install_steps_interactive.pm_.c:1013
+#: ../../install_steps_interactive.pm_.c:1246
msgid ""
"Error installing aboot, \n"
"try to force installation even if that destroys the first partition?"
@@ -4546,52 +4742,39 @@ msgstr ""
"Eroare la instalrea lui aboot,\n"
"s ncerc s forai instalarea chiar dac aceasta distruge prima partiie ?"
-#: ../../install_steps_interactive.pm_.c:1022
+#: ../../install_steps_interactive.pm_.c:1253
+#, fuzzy
+msgid "Installing bootloader"
+msgstr "Instalai un gestionar de demaraj"
+
+#: ../../install_steps_interactive.pm_.c:1259
#, fuzzy
msgid "Installation of bootloader failed. The following error occured:"
msgstr "Instalarea lui LILO a euat. Urmtoarea eroare a aprut:"
-#: ../../install_steps_interactive.pm_.c:1030
+#: ../../install_steps_interactive.pm_.c:1267
+#, c-format
msgid ""
"You may need to change your Open Firmware boot-device to\n"
" enable the bootloader. If you don't see the bootloader prompt at\n"
" reboot, hold down Command-Option-O-F at reboot and enter:\n"
-" setenv boot-device $of_boot,\\\\:tbxi\n"
+" setenv boot-device %s,\\\\:tbxi\n"
" Then type: shut-down\n"
"At your next boot you should see the bootloader prompt."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1038 ../../standalone/draksec_.c:23
-msgid "Low"
-msgstr "Sczut"
-
-#: ../../install_steps_interactive.pm_.c:1039 ../../standalone/draksec_.c:24
-msgid "Medium"
-msgstr "Mediu"
-
-#: ../../install_steps_interactive.pm_.c:1040 ../../standalone/draksec_.c:25
-msgid "High"
-msgstr "Ridicat"
-
-#: ../../install_steps_interactive.pm_.c:1044 ../../standalone/draksec_.c:49
-msgid "Choose security level"
-msgstr "Alegei nivelul de securitate"
-
-#: ../../install_steps_interactive.pm_.c:1080
-msgid "Do you want to generate an auto install floppy for linux replication?"
-msgstr "Dorii s creai un floppy pentru o instalare automat de replicare?"
-
-#: ../../install_steps_interactive.pm_.c:1082
+#: ../../install_steps_interactive.pm_.c:1311
+#: ../../standalone/drakautoinst_.c:81
#, c-format
msgid "Insert a blank floppy in drive %s"
msgstr "Introducei uo dischet goal n perifericul %s"
-#: ../../install_steps_interactive.pm_.c:1096
-#: ../../install_steps_interactive.pm_.c:1128
+#: ../../install_steps_interactive.pm_.c:1315
+#: ../../standalone/drakautoinst_.c:83
msgid "Creating auto install floppy"
msgstr "Creati discheta de autoinstalare"
-#: ../../install_steps_interactive.pm_.c:1156
+#: ../../install_steps_interactive.pm_.c:1326
msgid ""
"Some steps are not completed.\n"
"\n"
@@ -4601,35 +4784,44 @@ msgstr ""
"\n"
"Chiar vrei s terminai acum?"
-#: ../../install_steps_interactive.pm_.c:1167
+#: ../../install_steps_interactive.pm_.c:1337
msgid ""
"Congratulations, installation is complete.\n"
"Remove the boot media and press return to reboot.\n"
"\n"
-"For information on fixes which are available for this release of Linux-"
-"Mandrake,\n"
-"consult the Errata available from http://www.linux-mandrake.com/.\n"
+"\n"
+"For information on fixes which are available for this release of Mandrake "
+"Linux,\n"
+"consult the Errata available from:\n"
+"\n"
+"\n"
+"http://www.linux-mandrake.com/en/82errata.php3\n"
+"\n"
"\n"
"Information on configuring your system is available in the post\n"
-"install chapter of the Official Linux-Mandrake User's Guide."
+"install chapter of the Official Mandrake Linux User's Guide."
msgstr ""
"Felicitri, instalarea e complet.\n"
"Scoatei media de demaraj i apsai Enter pentru redemaraj.\n"
"\n"
+"\n"
"Pentru informaii asupra corecii disponibile pentru aceasta versiune\n"
-"Linux-Mandrake, consultai Erata disponibil la http://www.linux-mandrake."
-"com/.\n"
+"Mandrake Linux, consultai Erata disponibil la \n"
+"\n"
+"\n"
+"http://www.linux-mandrake.com/en/82errata.php3\n"
+"\n"
"\n"
"Informaiile asupra configurrii sistemului sunt disponibile n \n"
"capitolul referitor la post instalare din \n"
-"Oficial Linux Mandrake User's Guide."
+"Oficial Mandrake Linux User's Guide."
-#: ../../install_steps_interactive.pm_.c:1179
+#: ../../install_steps_interactive.pm_.c:1354
#, fuzzy
msgid "Generate auto install floppy"
msgstr "Creati discheta de autoinstalare"
-#: ../../install_steps_interactive.pm_.c:1181
+#: ../../install_steps_interactive.pm_.c:1356
msgid ""
"The auto install can be fully automated if wanted,\n"
"in that case it will take over the hard drive!!\n"
@@ -4638,346 +4830,485 @@ msgid ""
"You may prefer to replay the installation.\n"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1186
+#: ../../install_steps_interactive.pm_.c:1361
msgid "Automated"
msgstr "Automatizat"
-#: ../../install_steps_interactive.pm_.c:1186
+#: ../../install_steps_interactive.pm_.c:1361
#, fuzzy
msgid "Replay"
msgstr "Rencarc"
-#: ../../install_steps_interactive.pm_.c:1189
+#: ../../install_steps_interactive.pm_.c:1364
#, fuzzy
msgid "Save packages selection"
msgstr "Selectare individual a pachetelor"
#: ../../install_steps_newt.pm_.c:22
#, c-format
-msgid "Linux-Mandrake Installation %s"
-msgstr "Instalare Linux-Mandrake %s"
+msgid "Mandrake Linux Installation %s"
+msgstr "Instalare Mandrake Linux %s"
-#: ../../install_steps_newt.pm_.c:33
+#: ../../install_steps_newt.pm_.c:34
msgid ""
" <Tab>/<Alt-Tab> between elements | <Space> selects | <F12> next screen "
msgstr ""
" <Tab>/<Alt-Tab> ntre elemente | <Space> selecteaz | <F12> urmtorul ecran"
-#: ../../interactive.pm_.c:65
+#: ../../interactive.pm_.c:87
msgid "kdesu missing"
msgstr ""
-#: ../../interactive.pm_.c:267
+#: ../../interactive.pm_.c:89 ../../interactive.pm_.c:100
+msgid "consolehelper missing"
+msgstr ""
+
+#: ../../interactive.pm_.c:152
+#, fuzzy
+msgid "Choose a file"
+msgstr "Alegei aciunea"
+
+#: ../../interactive.pm_.c:314
msgid "Advanced"
msgstr ""
-#: ../../interactive.pm_.c:290
+#: ../../interactive.pm_.c:315
+msgid "Basic"
+msgstr ""
+
+#: ../../interactive.pm_.c:386
msgid "Please wait"
msgstr "Puintic rbdare"
-#: ../../interactive_stdio.pm_.c:35
-#, c-format
-msgid "Ambiguity (%s), be more precise\n"
-msgstr "Ambiguitate (%s), fii mai precis\n"
+#: ../../interactive_gtk.pm_.c:605 ../../services.pm_.c:222
+msgid "Info"
+msgstr "Info"
-#: ../../interactive_stdio.pm_.c:36 ../../interactive_stdio.pm_.c:51
-#: ../../interactive_stdio.pm_.c:71
+#: ../../interactive_gtk.pm_.c:715
+msgid "Expand Tree"
+msgstr "Expandai Arborele"
+
+#: ../../interactive_gtk.pm_.c:716
+msgid "Collapse Tree"
+msgstr "nchidei Arborele"
+
+#: ../../interactive_gtk.pm_.c:717
+msgid "Toggle between flat and group sorted"
+msgstr "Basculai ntre plat i triere n funcie de grup"
+
+#: ../../interactive_stdio.pm_.c:29 ../../interactive_stdio.pm_.c:147
msgid "Bad choice, try again\n"
msgstr "Alegere greit, ncercai din nou\n"
-#: ../../interactive_stdio.pm_.c:39
+#: ../../interactive_stdio.pm_.c:30 ../../interactive_stdio.pm_.c:148
#, c-format
-msgid " ? (default %s) "
-msgstr " ? (din oficiu %s) "
+msgid "Your choice? (default %s) "
+msgstr "Ce alegei? (din oficiu %s) "
#: ../../interactive_stdio.pm_.c:52
#, c-format
-msgid "Your choice? (default %s) "
+msgid ""
+"Entries you'll have to fill:\n"
+"%s"
+msgstr ""
+
+#: ../../interactive_stdio.pm_.c:68
+#, fuzzy, c-format
+msgid "Your choice? (0/1, default `%s') "
msgstr "Ce alegei? (din oficiu %s) "
-#: ../../interactive_stdio.pm_.c:72
+#: ../../interactive_stdio.pm_.c:93
+#, fuzzy, c-format
+msgid "Button `%s': %s"
+msgstr "Partiie"
+
+#: ../../interactive_stdio.pm_.c:94
+#, fuzzy
+msgid "Do you want to click on this button? "
+msgstr "Vrei s folosii SILO?"
+
+#: ../../interactive_stdio.pm_.c:103
+#, fuzzy, c-format
+msgid "Your choice? (default `%s'%s) "
+msgstr "Ce alegei? (din oficiu %s) "
+
+#: ../../interactive_stdio.pm_.c:121
#, c-format
-msgid "Your choice? (default %s enter `none' for none) "
-msgstr "Ce alegei ? (din oficiu %s enter `niciuna' pentru niciuna) "
+msgid "=> There are many things to choose from (%s).\n"
+msgstr ""
-#: ../../keyboard.pm_.c:124 ../../keyboard.pm_.c:155
+#: ../../interactive_stdio.pm_.c:124
+msgid ""
+"Please choose the first number of the 10-range you wish to edit,\n"
+"or just hit Enter to proceed.\n"
+"Your choice? "
+msgstr ""
+
+#: ../../interactive_stdio.pm_.c:137
+#, c-format
+msgid ""
+"=> Notice, a label changed:\n"
+"%s"
+msgstr ""
+
+#: ../../interactive_stdio.pm_.c:144
+msgid "Re-submit"
+msgstr ""
+
+#: ../../keyboard.pm_.c:174 ../../keyboard.pm_.c:205
msgid "Czech (QWERTZ)"
msgstr "Ceh (QWERTZ)"
-#: ../../keyboard.pm_.c:125 ../../keyboard.pm_.c:138 ../../keyboard.pm_.c:158
+#: ../../keyboard.pm_.c:175 ../../keyboard.pm_.c:207
msgid "German"
msgstr "German"
-#: ../../keyboard.pm_.c:126
+#: ../../keyboard.pm_.c:176
msgid "Dvorak"
msgstr "Dvorak"
-#: ../../keyboard.pm_.c:127 ../../keyboard.pm_.c:164
+#: ../../keyboard.pm_.c:177 ../../keyboard.pm_.c:214
msgid "Spanish"
msgstr "Spaniol"
-#: ../../keyboard.pm_.c:128 ../../keyboard.pm_.c:165
+#: ../../keyboard.pm_.c:178 ../../keyboard.pm_.c:215
msgid "Finnish"
msgstr "Finlandez"
-#: ../../keyboard.pm_.c:129 ../../keyboard.pm_.c:139 ../../keyboard.pm_.c:166
+#: ../../keyboard.pm_.c:179 ../../keyboard.pm_.c:216
msgid "French"
msgstr "Francez"
-#: ../../keyboard.pm_.c:130 ../../keyboard.pm_.c:187
+#: ../../keyboard.pm_.c:180 ../../keyboard.pm_.c:241
msgid "Norwegian"
msgstr "Norvegian"
-#: ../../keyboard.pm_.c:131
+#: ../../keyboard.pm_.c:181
msgid "Polish"
msgstr "Polonez"
-#: ../../keyboard.pm_.c:132 ../../keyboard.pm_.c:192
+#: ../../keyboard.pm_.c:182 ../../keyboard.pm_.c:249
msgid "Russian"
msgstr "Rus"
-#: ../../keyboard.pm_.c:133 ../../keyboard.pm_.c:203
+#: ../../keyboard.pm_.c:184 ../../keyboard.pm_.c:251
+msgid "Swedish"
+msgstr "Suedez"
+
+#: ../../keyboard.pm_.c:185 ../../keyboard.pm_.c:266
msgid "UK keyboard"
msgstr "Tastatura UK"
-#: ../../keyboard.pm_.c:134 ../../keyboard.pm_.c:137 ../../keyboard.pm_.c:204
+#: ../../keyboard.pm_.c:186 ../../keyboard.pm_.c:267
msgid "US keyboard"
msgstr "Tastatura US"
-#: ../../keyboard.pm_.c:141
+#: ../../keyboard.pm_.c:188
+#, fuzzy
+msgid "Albanian"
+msgstr "Ukrainian"
+
+#: ../../keyboard.pm_.c:189
msgid "Armenian (old)"
msgstr "Armenian (vechi)"
-#: ../../keyboard.pm_.c:142
+#: ../../keyboard.pm_.c:190
msgid "Armenian (typewriter)"
msgstr "Armenian (main de scris)"
-#: ../../keyboard.pm_.c:143
+#: ../../keyboard.pm_.c:191
msgid "Armenian (phonetic)"
msgstr "Armenian (fonetic)"
-#: ../../keyboard.pm_.c:147
+#: ../../keyboard.pm_.c:196
msgid "Azerbaidjani (latin)"
msgstr ""
-#: ../../keyboard.pm_.c:148
-msgid "Azerbaidjani (cyrillic)"
-msgstr ""
-
-#: ../../keyboard.pm_.c:149
+#: ../../keyboard.pm_.c:198
msgid "Belgian"
msgstr "Belgian"
-#: ../../keyboard.pm_.c:150
-msgid "Bulgarian"
+#: ../../keyboard.pm_.c:199
+#, fuzzy
+msgid "Bulgarian (phonetic)"
+msgstr "Armenian (fonetic)"
+
+#: ../../keyboard.pm_.c:200
+#, fuzzy
+msgid "Bulgarian (BDS)"
msgstr "Bulgar"
-#: ../../keyboard.pm_.c:151
+#: ../../keyboard.pm_.c:201
msgid "Brazilian (ABNT-2)"
msgstr "Brazilian (ABNT-2)"
-#: ../../keyboard.pm_.c:152
+#: ../../keyboard.pm_.c:202
msgid "Belarusian"
msgstr "Bielorus"
-#: ../../keyboard.pm_.c:153
+#: ../../keyboard.pm_.c:203
msgid "Swiss (German layout)"
msgstr "Elveian (dispoziie german)"
-#: ../../keyboard.pm_.c:154
+#: ../../keyboard.pm_.c:204
msgid "Swiss (French layout)"
msgstr "Elveian (dispoziie francez)"
-#: ../../keyboard.pm_.c:156
+#: ../../keyboard.pm_.c:206
msgid "Czech (QWERTY)"
msgstr "Ceh (QWERTY)"
-#: ../../keyboard.pm_.c:157
-msgid "Czech (Programmers)"
-msgstr ""
-
-#: ../../keyboard.pm_.c:159
+#: ../../keyboard.pm_.c:208
msgid "German (no dead keys)"
msgstr "German (fra taste moarte)"
-#: ../../keyboard.pm_.c:160
+#: ../../keyboard.pm_.c:209
msgid "Danish"
msgstr "Danez"
-#: ../../keyboard.pm_.c:161
+#: ../../keyboard.pm_.c:210
#, fuzzy
msgid "Dvorak (US)"
msgstr "Dvorak"
-#: ../../keyboard.pm_.c:162
+#: ../../keyboard.pm_.c:211
#, fuzzy
msgid "Dvorak (Norwegian)"
msgstr "Norvegian"
-#: ../../keyboard.pm_.c:163
+#: ../../keyboard.pm_.c:212
+#, fuzzy
+msgid "Dvorak (Swedish)"
+msgstr "Dvorak"
+
+#: ../../keyboard.pm_.c:213
msgid "Estonian"
msgstr "Estonian"
-#: ../../keyboard.pm_.c:167
+#: ../../keyboard.pm_.c:217
msgid "Georgian (\"Russian\" layout)"
msgstr "Georgian (dispoziie \"Rus\")"
-#: ../../keyboard.pm_.c:168
+#: ../../keyboard.pm_.c:218
msgid "Georgian (\"Latin\" layout)"
msgstr "Georgian (dispoziie \"Latin\")"
-#: ../../keyboard.pm_.c:169
+#: ../../keyboard.pm_.c:219
msgid "Greek"
msgstr "Grec"
-#: ../../keyboard.pm_.c:170
+#: ../../keyboard.pm_.c:220
msgid "Hungarian"
msgstr "Ungar"
-#: ../../keyboard.pm_.c:171
+#: ../../keyboard.pm_.c:221
msgid "Croatian"
msgstr "Croat"
-#: ../../keyboard.pm_.c:172
+#: ../../keyboard.pm_.c:222
msgid "Israeli"
msgstr "Izraelian"
-#: ../../keyboard.pm_.c:173
+#: ../../keyboard.pm_.c:223
msgid "Israeli (Phonetic)"
msgstr "Izraelian (fonetic)"
-#: ../../keyboard.pm_.c:174
+#: ../../keyboard.pm_.c:224
#, fuzzy
msgid "Iranian"
msgstr "Ukrainian"
-#: ../../keyboard.pm_.c:175
+#: ../../keyboard.pm_.c:225
msgid "Icelandic"
msgstr "Islandez"
-#: ../../keyboard.pm_.c:176
+#: ../../keyboard.pm_.c:226
msgid "Italian"
msgstr "Italian"
-#: ../../keyboard.pm_.c:177
+#: ../../keyboard.pm_.c:228
msgid "Japanese 106 keys"
msgstr ""
-#: ../../keyboard.pm_.c:178
+#: ../../keyboard.pm_.c:231
#, fuzzy
msgid "Korean keyboard"
msgstr "Tastatura UK"
-#: ../../keyboard.pm_.c:179
+#: ../../keyboard.pm_.c:232
msgid "Latin American"
msgstr "Latin American"
-#: ../../keyboard.pm_.c:180
-msgid "Macedonian"
-msgstr ""
-
-#: ../../keyboard.pm_.c:181
-msgid "Dutch"
-msgstr "Olandez"
-
-#: ../../keyboard.pm_.c:182
+#: ../../keyboard.pm_.c:233
msgid "Lithuanian AZERTY (old)"
msgstr "Lituanian AZERTY (vechi)"
-#: ../../keyboard.pm_.c:184
+#: ../../keyboard.pm_.c:235
msgid "Lithuanian AZERTY (new)"
msgstr "Lituanian AZERTY (nou)"
-#: ../../keyboard.pm_.c:185
+#: ../../keyboard.pm_.c:236
msgid "Lithuanian \"number row\" QWERTY"
msgstr "Lituanian QWERTY"
-#: ../../keyboard.pm_.c:186
+#: ../../keyboard.pm_.c:237
msgid "Lithuanian \"phonetic\" QWERTY"
msgstr "Lithuanian \"fonetic\" QWERTY"
-#: ../../keyboard.pm_.c:188
+#: ../../keyboard.pm_.c:238
+#, fuzzy
+msgid "Latvian"
+msgstr "Informaie"
+
+#: ../../keyboard.pm_.c:239
+msgid "Macedonian"
+msgstr ""
+
+#: ../../keyboard.pm_.c:240
+msgid "Dutch"
+msgstr "Olandez"
+
+#: ../../keyboard.pm_.c:242
msgid "Polish (qwerty layout)"
msgstr "Polonez (dispoziie qwerty)"
-#: ../../keyboard.pm_.c:189
+#: ../../keyboard.pm_.c:243
msgid "Polish (qwertz layout)"
msgstr "Polonez (dispoziie qwertz)"
-#: ../../keyboard.pm_.c:190
+#: ../../keyboard.pm_.c:244
msgid "Portuguese"
msgstr "Portughez"
-#: ../../keyboard.pm_.c:191
+#: ../../keyboard.pm_.c:245
msgid "Canadian (Quebec)"
msgstr "Canadian (Quebec)"
-#: ../../keyboard.pm_.c:193
-msgid "Russian (Yawerty)"
+#: ../../keyboard.pm_.c:247
+#, fuzzy
+msgid "Romanian (qwertz)"
msgstr "us (Yawerty)"
-#: ../../keyboard.pm_.c:194
-msgid "Swedish"
-msgstr "Suedez"
+#: ../../keyboard.pm_.c:248
+#, fuzzy
+msgid "Romanian (qwerty)"
+msgstr "us (Yawerty)"
-#: ../../keyboard.pm_.c:195
+#: ../../keyboard.pm_.c:250
+msgid "Russian (Yawerty)"
+msgstr "us (Yawerty)"
+
+#: ../../keyboard.pm_.c:252
msgid "Slovenian"
msgstr "Sloven"
-#: ../../keyboard.pm_.c:196
+#: ../../keyboard.pm_.c:253
msgid "Slovakian (QWERTZ)"
msgstr "Slovac (QWERTZ)"
-#: ../../keyboard.pm_.c:197
+#: ../../keyboard.pm_.c:254
msgid "Slovakian (QWERTY)"
msgstr "Slovac (QWERTY)"
-#: ../../keyboard.pm_.c:198
-msgid "Slovakian (Programmers)"
-msgstr ""
+#: ../../keyboard.pm_.c:256
+#, fuzzy
+msgid "Serbian (cyrillic)"
+msgstr "Iugoslav (dispoziie latin)"
-#: ../../keyboard.pm_.c:199
+#: ../../keyboard.pm_.c:258
+#, fuzzy
+msgid "Tamil"
+msgstr "Tabel"
+
+#: ../../keyboard.pm_.c:259
msgid "Thai keyboard"
msgstr "Tastatur Thai"
-#: ../../keyboard.pm_.c:200
+#: ../../keyboard.pm_.c:261
+#, fuzzy
+msgid "Tajik keyboard"
+msgstr "Tastatur Thai"
+
+#: ../../keyboard.pm_.c:262
msgid "Turkish (traditional \"F\" model)"
msgstr "Turc (tradiional model \"F\")"
-#: ../../keyboard.pm_.c:201
+#: ../../keyboard.pm_.c:263
msgid "Turkish (modern \"Q\" model)"
msgstr "Turc (model \"Q\" modern)"
-#: ../../keyboard.pm_.c:202
+#: ../../keyboard.pm_.c:265
msgid "Ukrainian"
msgstr "Ukrainian"
-#: ../../keyboard.pm_.c:205
+#: ../../keyboard.pm_.c:268
msgid "US keyboard (international)"
msgstr "Tastatur US (internaional)"
-#: ../../keyboard.pm_.c:206
+#: ../../keyboard.pm_.c:269
#, fuzzy
msgid "Vietnamese \"numeric row\" QWERTY"
msgstr "Lituanian QWERTY"
-#: ../../keyboard.pm_.c:207
+#: ../../keyboard.pm_.c:270
#, fuzzy
-msgid "Yugoslavian (latin/cyrillic)"
+msgid "Yugoslavian (latin)"
msgstr "Iugoslav (dispoziie latin)"
-#: ../../lvm.pm_.c:70
+#: ../../keyboard.pm_.c:278
+msgid "Right Alt key"
+msgstr ""
+
+#: ../../keyboard.pm_.c:279
+msgid "Both Shift keys simultaneously"
+msgstr ""
+
+#: ../../keyboard.pm_.c:280
+msgid "Control and Shift keys simultaneously"
+msgstr ""
+
+#: ../../keyboard.pm_.c:281
+msgid "CapsLock key"
+msgstr ""
+
+#: ../../keyboard.pm_.c:282
+msgid "Ctrl and Alt keys simultaneously"
+msgstr ""
+
+#: ../../keyboard.pm_.c:283
+msgid "Alt and Shift keys simultaneously"
+msgstr ""
+
+#: ../../keyboard.pm_.c:284
+msgid "\"Menu\" key"
+msgstr ""
+
+#: ../../keyboard.pm_.c:285
+msgid "Left \"Windows\" key"
+msgstr ""
+
+#: ../../keyboard.pm_.c:286
+msgid "Right \"Windows\" key"
+msgstr ""
+
+#: ../../loopback.pm_.c:32
+#, c-format
+msgid "Circular mounts %s\n"
+msgstr "Montaje circulare %s\n"
+
+#: ../../lvm.pm_.c:88
msgid "Remove the logical volumes first\n"
msgstr ""
+#: ../../modules.pm_.c:826
+msgid ""
+"PCMCIA support no longer exist for 2.2 kernels. Please use a 2.4 kernel."
+msgstr ""
+
#: ../../mouse.pm_.c:25
msgid "Sun - Mouse"
msgstr "Mouse - Sun"
-#: ../../mouse.pm_.c:31
-msgid "Standard"
-msgstr ""
-
#: ../../mouse.pm_.c:32
msgid "Logitech MouseMan+"
msgstr "Logitech MouseMan+"
@@ -4991,11 +5322,11 @@ msgstr "Mouse PS/2 generic"
msgid "GlidePoint"
msgstr "GlidePoint"
-#: ../../mouse.pm_.c:36 ../../mouse.pm_.c:62
+#: ../../mouse.pm_.c:36 ../../mouse.pm_.c:63
msgid "Kensington Thinking Mouse"
msgstr "Kensington Thinking Mouse"
-#: ../../mouse.pm_.c:37 ../../mouse.pm_.c:58
+#: ../../mouse.pm_.c:37 ../../mouse.pm_.c:59
msgid "Genius NetMouse"
msgstr "Genius NetMouse"
@@ -5003,259 +5334,300 @@ msgstr "Genius NetMouse"
msgid "Genius NetScroll"
msgstr "Genius NetScroll"
-#: ../../mouse.pm_.c:43 ../../mouse.pm_.c:67
+#: ../../mouse.pm_.c:43 ../../mouse.pm_.c:68
msgid "1 button"
msgstr ""
-#: ../../mouse.pm_.c:44
+#: ../../mouse.pm_.c:44 ../../mouse.pm_.c:51
+msgid "Generic 2 Button Mouse"
+msgstr "Mouse generic cu 2 butoane"
+
+#: ../../mouse.pm_.c:45
msgid "Generic"
msgstr "Generic"
-#: ../../mouse.pm_.c:45
+#: ../../mouse.pm_.c:46
#, fuzzy
msgid "Wheel"
msgstr "nivel"
-#: ../../mouse.pm_.c:48
+#: ../../mouse.pm_.c:49
msgid "serial"
msgstr "serie"
-#: ../../mouse.pm_.c:50
-msgid "Generic 2 Button Mouse"
-msgstr "Mouse generic cu 2 butoane"
-
-#: ../../mouse.pm_.c:51
+#: ../../mouse.pm_.c:52
msgid "Generic 3 Button Mouse"
msgstr "Mouse generic cu 3 butoane"
-#: ../../mouse.pm_.c:52
+#: ../../mouse.pm_.c:53
msgid "Microsoft IntelliMouse"
msgstr "Microsoft IntelliMouse"
-#: ../../mouse.pm_.c:53
+#: ../../mouse.pm_.c:54
msgid "Logitech MouseMan"
msgstr "Logitech MouseMan"
-#: ../../mouse.pm_.c:54
+#: ../../mouse.pm_.c:55
msgid "Mouse Systems"
msgstr "Mouse Systems"
-#: ../../mouse.pm_.c:56
+#: ../../mouse.pm_.c:57
msgid "Logitech CC Series"
msgstr "Logitech CC Series"
-#: ../../mouse.pm_.c:57
+#: ../../mouse.pm_.c:58
msgid "Logitech MouseMan+/FirstMouse+"
msgstr "Logitech MouseMan+/FirstMouse+"
-#: ../../mouse.pm_.c:59
+#: ../../mouse.pm_.c:60
msgid "MM Series"
msgstr "MM Series"
-#: ../../mouse.pm_.c:60
+#: ../../mouse.pm_.c:61
msgid "MM HitTablet"
msgstr "MM HitTablet"
-#: ../../mouse.pm_.c:61
+#: ../../mouse.pm_.c:62
msgid "Logitech Mouse (serial, old C7 type)"
msgstr "Logitech Mouse (serie, tip vechi C7)"
-#: ../../mouse.pm_.c:65
+#: ../../mouse.pm_.c:66
#, fuzzy
msgid "busmouse"
msgstr "Fr mouse"
-#: ../../mouse.pm_.c:68
+#: ../../mouse.pm_.c:69
msgid "2 buttons"
msgstr ""
-#: ../../mouse.pm_.c:69
+#: ../../mouse.pm_.c:70
msgid "3 buttons"
msgstr ""
-#: ../../mouse.pm_.c:72
+#: ../../mouse.pm_.c:73
msgid "none"
msgstr "nici unul"
-#: ../../mouse.pm_.c:74
+#: ../../mouse.pm_.c:75
msgid "No mouse"
msgstr "Fr mouse"
-#: ../../my_gtk.pm_.c:356
+#: ../../mouse.pm_.c:499
+#, fuzzy
+msgid "Please test the mouse"
+msgstr "V rog, alegei tipul de mouse?"
+
+#: ../../mouse.pm_.c:500
+#, fuzzy
+msgid "To activate the mouse,"
+msgstr "V rog, alegei tipul de mouse?"
+
+#: ../../mouse.pm_.c:501
+msgid "MOVE YOUR WHEEL!"
+msgstr ""
+
+#: ../../my_gtk.pm_.c:651
+msgid "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
+msgstr ""
+
+#: ../../my_gtk.pm_.c:686
#, fuzzy
msgid "Finish"
msgstr "Finlandez"
-#: ../../my_gtk.pm_.c:356
+#: ../../my_gtk.pm_.c:686 ../../printerdrake.pm_.c:1588
msgid "Next ->"
msgstr ""
-#: ../../my_gtk.pm_.c:357
+#: ../../my_gtk.pm_.c:687 ../../printerdrake.pm_.c:1586
msgid "<- Previous"
msgstr ""
-#: ../../my_gtk.pm_.c:617
+#: ../../my_gtk.pm_.c:1019
msgid "Is this correct?"
msgstr "E corect ?"
-#: ../../netconnect.pm_.c:143
+#: ../../network/adsl.pm_.c:19 ../../network/ethernet.pm_.c:36
#, fuzzy
-msgid "Internet configuration"
-msgstr "Configuraie proxy"
-
-#: ../../netconnect.pm_.c:144
-#, fuzzy
-msgid "Do you want to try to connect to the Internet now?"
-msgstr "Dorii s testai configuraia ?"
+msgid "Connect to the Internet"
+msgstr "Nume de conexiune"
-#: ../../netconnect.pm_.c:148
-#, fuzzy
-msgid "Testing your connection..."
-msgstr "Configuraie reea"
+#: ../../network/adsl.pm_.c:20
+msgid ""
+"The most common way to connect with adsl is pppoe.\n"
+"Some connections use pptp, a few ones use dhcp.\n"
+"If you don't know, choose 'use pppoe'"
+msgstr ""
-#: ../../netconnect.pm_.c:154 ../../standalone/draknet_.c:196
-#, fuzzy
-msgid "The system is now connected to Internet."
-msgstr "Pe ce disc dorii s schimbai ?"
+#: ../../network/adsl.pm_.c:22
+msgid "Alcatel speedtouch usb"
+msgstr ""
-#: ../../netconnect.pm_.c:155
-msgid "For Security reason, it will be disconnected now."
+#: ../../network/adsl.pm_.c:22
+msgid "use dhcp"
msgstr ""
-#: ../../netconnect.pm_.c:156 ../../standalone/draknet_.c:196
-#, fuzzy
-msgid ""
-"The system doesn't seem to be connected to internet.\n"
-"Try to reconfigure your connection."
-msgstr "Nume de conexiune"
+#: ../../network/adsl.pm_.c:22
+msgid "use pppoe"
+msgstr ""
-#: ../../netconnect.pm_.c:161 ../../netconnect.pm_.c:904
-#: ../../netconnect.pm_.c:934 ../../netconnect.pm_.c:1012
-msgid "Network Configuration"
-msgstr "Configuraia reelei"
+#: ../../network/adsl.pm_.c:22
+msgid "use pptp"
+msgstr ""
-#: ../../netconnect.pm_.c:222 ../../netconnect.pm_.c:266
-#: ../../netconnect.pm_.c:276 ../../netconnect.pm_.c:283
-#: ../../netconnect.pm_.c:293
+#: ../../network/ethernet.pm_.c:37
#, fuzzy
-msgid "ISDN Configuration"
-msgstr "Configuraie"
+msgid ""
+"Which dhcp client do you want to use?\n"
+"Default is dhcpcd"
+msgstr "Ce tip de partiie dorii?"
-#: ../../netconnect.pm_.c:222
+#: ../../network/ethernet.pm_.c:88
msgid ""
-"Select your provider.\n"
-" If it's not in the list, choose Unlisted"
+"No ethernet network adapter has been detected on your system.\n"
+"I cannot set up this connection type."
msgstr ""
-#: ../../netconnect.pm_.c:236
+#: ../../network/ethernet.pm_.c:92 ../../standalone/drakgw_.c:252
#, fuzzy
-msgid "Connection Configuration"
-msgstr "Configuraie proxy"
+msgid "Choose the network interface"
+msgstr "Alegei noua mrime"
-#: ../../netconnect.pm_.c:237
-msgid "Please fill or check the field below"
-msgstr ""
+#: ../../network/ethernet.pm_.c:93
+#, fuzzy
+msgid ""
+"Please choose which network adapter you want to use to connect to Internet"
+msgstr "Pe ce port serie este conectat mouse-ul?"
-#: ../../netconnect.pm_.c:239 ../../standalone/draknet_.c:552
-msgid "Card IRQ"
-msgstr ""
+#: ../../network/ethernet.pm_.c:178
+msgid "no network card found"
+msgstr "n'am gsit nici o carte de reea"
-#: ../../netconnect.pm_.c:240 ../../standalone/draknet_.c:553
-msgid "Card mem (DMA)"
-msgstr ""
+#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:360
+msgid "Configuring network"
+msgstr "Configuraie reea"
-#: ../../netconnect.pm_.c:241 ../../standalone/draknet_.c:554
-msgid "Card IO"
+#: ../../network/ethernet.pm_.c:203
+#, fuzzy
+msgid ""
+"Please enter your host name if you know it.\n"
+"Some DHCP servers require the hostname to work.\n"
+"Your host name should be a fully-qualified host name,\n"
+"such as ``mybox.mylab.myco.com''."
msgstr ""
+"V rog intrai numele calculatorului.\n"
+"Numele calculatorului ar trebui s fie un nume ntreg-calificat,\n"
+"ca de exemplu ``calculatorulmeu.laboratorulmeu.ntreprindereamea.com''.\n"
+"Putei de asemenea intra adresa IP a pasarelei dac avei una"
-#: ../../netconnect.pm_.c:242 ../../standalone/draknet_.c:555
-msgid "Card IO_0"
-msgstr ""
+#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:365
+#, fuzzy
+msgid "Host name"
+msgstr "Numele calculatorului:"
-#: ../../netconnect.pm_.c:243 ../../standalone/draknet_.c:556
-msgid "Card IO_1"
-msgstr ""
+#: ../../network/isdn.pm_.c:21 ../../network/isdn.pm_.c:44
+#: ../../network/netconnect.pm_.c:95 ../../network/netconnect.pm_.c:109
+#: ../../network/netconnect.pm_.c:164 ../../network/netconnect.pm_.c:175
+#: ../../network/netconnect.pm_.c:202 ../../network/netconnect.pm_.c:225
+#: ../../network/netconnect.pm_.c:233
+#, fuzzy
+msgid "Network Configuration Wizard"
+msgstr "Configuraia reelei"
-#: ../../netconnect.pm_.c:244 ../../standalone/draknet_.c:557
-msgid "Your personal phone number"
-msgstr ""
+#: ../../network/isdn.pm_.c:22
+#, fuzzy
+msgid "External ISDN modem"
+msgstr "Expert"
-#: ../../netconnect.pm_.c:245 ../../standalone/draknet_.c:558
-msgid "Provider name (ex provider.net)"
+#: ../../network/isdn.pm_.c:22
+msgid "Internal ISDN card"
msgstr ""
-#: ../../netconnect.pm_.c:246 ../../standalone/draknet_.c:559
+#: ../../network/isdn.pm_.c:22
#, fuzzy
-msgid "Provider phone number"
-msgstr "Numr de telefon"
-
-#: ../../netconnect.pm_.c:247
-msgid "Provider dns 1"
-msgstr ""
+msgid "What kind is your ISDN connection?"
+msgstr "La ce port serial este conectat mouse-ul?"
-#: ../../netconnect.pm_.c:248
-msgid "Provider dns 2"
+#: ../../network/isdn.pm_.c:45
+msgid ""
+"Which ISDN configuration do you prefer?\n"
+"\n"
+"* The Old configuration uses isdn4net. It contains powerfull\n"
+" tools, but is tricky to configure, and not standard.\n"
+"\n"
+"* The New configuration is easier to understand, more\n"
+" standard, but with less tools.\n"
+"\n"
+"We recommand the light configuration.\n"
msgstr ""
-#: ../../netconnect.pm_.c:249 ../../standalone/draknet_.c:564
+#: ../../network/isdn.pm_.c:54
#, fuzzy
-msgid "Dialing mode"
-msgstr "Nume de domeniu"
+msgid "New configuration (isdn-light)"
+msgstr "Citirea configuraiei"
-#: ../../netconnect.pm_.c:250 ../../standalone/draknet_.c:562
+#: ../../network/isdn.pm_.c:54
#, fuzzy
-msgid "Account Login (user name)"
-msgstr "Punct de montaj"
+msgid "Old configuration (isdn4net)"
+msgstr "Citirea configuraiei"
-#: ../../netconnect.pm_.c:251 ../../standalone/draknet_.c:563
+#: ../../network/isdn.pm_.c:170 ../../network/isdn.pm_.c:188
+#: ../../network/isdn.pm_.c:198 ../../network/isdn.pm_.c:205
+#: ../../network/isdn.pm_.c:215
#, fuzzy
-msgid "Account Password"
-msgstr "Parola"
+msgid "ISDN Configuration"
+msgstr "Configuraie"
-#: ../../netconnect.pm_.c:261
-msgid "Europe"
+#: ../../network/isdn.pm_.c:170
+msgid ""
+"Select your provider.\n"
+" If it's not in the list, choose Unlisted"
+msgstr ""
+
+#: ../../network/isdn.pm_.c:183
+msgid "Europe protocol"
msgstr ""
-#: ../../netconnect.pm_.c:261
-msgid "Europe (EDSS1)"
+#: ../../network/isdn.pm_.c:183
+msgid "Europe protocol (EDSS1)"
msgstr ""
-#: ../../netconnect.pm_.c:263
+#: ../../network/isdn.pm_.c:185
#, fuzzy
-msgid "Rest of the world"
+msgid "Protocol for the rest of the world"
msgstr "Test de configuraie"
-#: ../../netconnect.pm_.c:263
+#: ../../network/isdn.pm_.c:185
msgid ""
-"Rest of the world \n"
+"Protocol for the rest of the world \n"
" no D-Channel (leased lines)"
msgstr ""
-#: ../../netconnect.pm_.c:267
+#: ../../network/isdn.pm_.c:189
#, fuzzy
msgid "Which protocol do you want to use ?"
msgstr "Ce tip de partiie dorii?"
-#: ../../netconnect.pm_.c:277
+#: ../../network/isdn.pm_.c:199
#, fuzzy
msgid "What kind of card do you have?"
msgstr "Ce tip de imprimanta avei?"
-#: ../../netconnect.pm_.c:278
+#: ../../network/isdn.pm_.c:200
msgid "I don't know"
msgstr ""
-#: ../../netconnect.pm_.c:278
+#: ../../network/isdn.pm_.c:200
#, fuzzy
msgid "ISA / PCMCIA"
msgstr "PCMCIA"
-#: ../../netconnect.pm_.c:278
+#: ../../network/isdn.pm_.c:200
#, fuzzy
msgid "PCI"
msgstr "PCMCIA"
-#: ../../netconnect.pm_.c:284
+#: ../../network/isdn.pm_.c:206
msgid ""
"\n"
"If you have an ISA card, the values on the next screen should be right.\n"
@@ -5263,255 +5635,155 @@ msgid ""
"If you have a PCMCIA card, you have to know the irq and io of your card.\n"
msgstr ""
-#: ../../netconnect.pm_.c:288
+#: ../../network/isdn.pm_.c:210
msgid "Abort"
msgstr ""
-#: ../../netconnect.pm_.c:288
+#: ../../network/isdn.pm_.c:210
#, fuzzy
msgid "Continue"
msgstr "Continuai totui?"
-#: ../../netconnect.pm_.c:294
+#: ../../network/isdn.pm_.c:216
#, fuzzy
msgid "Which is your ISDN card ?"
msgstr "Care e zona dumneavoastr orar?"
-#: ../../netconnect.pm_.c:314
+#: ../../network/isdn.pm_.c:235
msgid ""
"I have detected an ISDN PCI Card, but I don't know the type. Please select "
"one PCI card on the next screen."
msgstr ""
-#: ../../netconnect.pm_.c:323
+#: ../../network/isdn.pm_.c:244
msgid "No ISDN PCI card found. Please select one on the next screen."
msgstr ""
-#: ../../netconnect.pm_.c:371
-msgid ""
-"No ethernet network adapter has been detected on your system.\n"
-"I cannot set up this connection type."
-msgstr ""
-
-#: ../../netconnect.pm_.c:375 ../../standalone/drakgw_.c:232
-#, fuzzy
-msgid "Choose the network interface"
-msgstr "Alegei noua mrime"
-
-#: ../../netconnect.pm_.c:376
-#, fuzzy
-msgid ""
-"Please choose which network adapter you want to use to connect to Internet"
-msgstr "Pe ce port serie este conectat mouse-ul?"
-
-#: ../../netconnect.pm_.c:385 ../../netconnect.pm_.c:700
-#: ../../netconnect.pm_.c:845 ../../standalone/drakgw_.c:223
-msgid "Network interface"
-msgstr ""
-
-#: ../../netconnect.pm_.c:386
-msgid ""
-"\n"
-"Do you agree?"
-msgstr ""
-
-#: ../../netconnect.pm_.c:386
-#, fuzzy
-msgid "I'm about to restart the network device:\n"
-msgstr "Dorii s testai configuraia ?"
-
-#: ../../netconnect.pm_.c:484
-#, fuzzy
-msgid "ADSL configuration"
-msgstr "Configuraie"
-
-#: ../../netconnect.pm_.c:485
-#, fuzzy
-msgid "Do you want to start your connection at boot?"
-msgstr "Doriti s folosii aboot?"
-
-#: ../../netconnect.pm_.c:620
+#: ../../network/modem.pm_.c:39
msgid "Please choose which serial port your modem is connected to."
msgstr "Pe ce port serial este conectat modemul dumneavoastr?"
-#: ../../netconnect.pm_.c:625
+#: ../../network/modem.pm_.c:44
msgid "Dialup options"
msgstr "Opuni de telefonie"
-#: ../../netconnect.pm_.c:626 ../../standalone/draknet_.c:566
+#: ../../network/modem.pm_.c:45 ../../standalone/draknet_.c:622
msgid "Connection name"
msgstr "Nume de conexiune"
-#: ../../netconnect.pm_.c:627 ../../standalone/draknet_.c:567
+#: ../../network/modem.pm_.c:46 ../../standalone/draknet_.c:623
#, fuzzy
msgid "Phone number"
msgstr "Numr de telefon"
-#: ../../netconnect.pm_.c:628 ../../standalone/draknet_.c:568
+#: ../../network/modem.pm_.c:47 ../../standalone/draknet_.c:624
msgid "Login ID"
msgstr "ID de login"
-#: ../../netconnect.pm_.c:630 ../../standalone/draknet_.c:570
-msgid "Authentication"
-msgstr "Autentificare"
+#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
+msgid "CHAP"
+msgstr "CHAP"
-#: ../../netconnect.pm_.c:630 ../../standalone/draknet_.c:570
+#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
msgid "PAP"
msgstr "PAP"
-#: ../../netconnect.pm_.c:630 ../../standalone/draknet_.c:570
+#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
msgid "Script-based"
msgstr "Bazat-pe-un-script"
-#: ../../netconnect.pm_.c:630 ../../standalone/draknet_.c:570
+#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
msgid "Terminal-based"
msgstr "Bazat-pe-un-terminal"
-#: ../../netconnect.pm_.c:631 ../../standalone/draknet_.c:571
+#: ../../network/modem.pm_.c:50 ../../standalone/draknet_.c:627
#, fuzzy
msgid "Domain name"
msgstr "Nume de conexiune"
-#: ../../netconnect.pm_.c:632 ../../standalone/draknet_.c:572
+#: ../../network/modem.pm_.c:51 ../../standalone/draknet_.c:628
#, fuzzy
msgid "First DNS Server (optional)"
msgstr "Primul server DNS"
-#: ../../netconnect.pm_.c:633 ../../standalone/draknet_.c:573
+#: ../../network/modem.pm_.c:52 ../../standalone/draknet_.c:629
#, fuzzy
msgid "Second DNS Server (optional)"
msgstr "Al doilea server DNS"
-#: ../../netconnect.pm_.c:701
-msgid ""
-"I'm about to restart the network device $netc->{NET_DEVICE}. Do you agree?"
-msgstr ""
-
-#: ../../netconnect.pm_.c:745
+#: ../../network/netconnect.pm_.c:34
msgid ""
"\n"
"You can disconnect or reconfigure your connection."
msgstr ""
-#: ../../netconnect.pm_.c:745 ../../netconnect.pm_.c:748
+#: ../../network/netconnect.pm_.c:34 ../../network/netconnect.pm_.c:37
#, fuzzy
msgid ""
"\n"
"You can reconfigure your connection."
msgstr "Configuraie reea"
-#: ../../netconnect.pm_.c:745
+#: ../../network/netconnect.pm_.c:34
#, fuzzy
msgid "You are currently connected to internet."
msgstr "Pe ce disc dorii s schimbai ?"
-#: ../../netconnect.pm_.c:748
+#: ../../network/netconnect.pm_.c:37
#, fuzzy
msgid ""
"\n"
"You can connect to Internet or reconfigure your connection."
msgstr "Nume de conexiune"
-#: ../../netconnect.pm_.c:748
+#: ../../network/netconnect.pm_.c:37
#, fuzzy
msgid "You are not currently connected to Internet."
msgstr "Pe ce disc dorii s schimbai ?"
-#: ../../netconnect.pm_.c:752 ../../standalone/net_monitor_.c:81
+#: ../../network/netconnect.pm_.c:41
#, fuzzy
-msgid "Connect to Internet"
+msgid "Connect"
msgstr "Nume de conexiune"
-#: ../../netconnect.pm_.c:754
+#: ../../network/netconnect.pm_.c:43
#, fuzzy
-msgid "Disconnect from Internet"
-msgstr "Nume de conexiune"
+msgid "Disconnect"
+msgstr "Selectai Conexiunea de imprimant"
-#: ../../netconnect.pm_.c:756
+#: ../../network/netconnect.pm_.c:45
#, fuzzy
-msgid "Configure network connection (LAN or Internet)"
+msgid "Configure the connection"
msgstr "Configuraie reea"
-#: ../../netconnect.pm_.c:759
+#: ../../network/netconnect.pm_.c:50
#, fuzzy
msgid "Internet connection & configuration"
msgstr "Selectai Conexiunea de imprimant"
-#: ../../netconnect.pm_.c:811 ../../netconnect.pm_.c:961
-#: ../../netconnect.pm_.c:971 ../../netconnect.pm_.c:986
-#, fuzzy
-msgid "Network Configuration Wizard"
-msgstr "Configuraia reelei"
-
-#: ../../netconnect.pm_.c:812
-#, fuzzy
-msgid "External ISDN modem"
-msgstr "Expert"
-
-#: ../../netconnect.pm_.c:812
-msgid "Internal ISDN card"
-msgstr ""
-
-#: ../../netconnect.pm_.c:812
-#, fuzzy
-msgid "What kind is your ISDN connection?"
-msgstr "La ce port serial este conectat mouse-ul?"
-
-#: ../../netconnect.pm_.c:833 ../../netconnect.pm_.c:882
-#, fuzzy
-msgid "Connect to the Internet"
-msgstr "Nume de conexiune"
-
-#: ../../netconnect.pm_.c:834
-msgid ""
-"The most common way to connect with adsl is pppoe.\n"
-"Some connections use pptp, a few ones use dhcp.\n"
-"If you don't know, choose 'use pppoe'"
-msgstr ""
-
-#: ../../netconnect.pm_.c:836
-msgid "use dhcp"
-msgstr ""
-
-#: ../../netconnect.pm_.c:836
-msgid "use pppoe"
-msgstr ""
-
-#: ../../netconnect.pm_.c:836
-msgid "use pptp"
-msgstr ""
-
-#: ../../netconnect.pm_.c:846
+#: ../../network/netconnect.pm_.c:100
#, fuzzy, c-format
-msgid "I'm about to restart the network device %s. Do you agree?"
-msgstr "Dorii s testai configuraia ?"
-
-#: ../../netconnect.pm_.c:883
-#, fuzzy
-msgid ""
-"Which dhcp client do you want to use?\n"
-"Default is dhcpcd"
-msgstr "Ce tip de partiie dorii?"
-
-#: ../../netconnect.pm_.c:900
-#, fuzzy
-msgid "Network configuration"
-msgstr "Configuraia reelei"
-
-#: ../../netconnect.pm_.c:901
-#, fuzzy
-msgid "Do you want to restart the network"
-msgstr "Dorii s testai configuraia ?"
+msgid "We are now going to configure the %s connection."
+msgstr "Configuraie reea"
-#: ../../netconnect.pm_.c:904
+#: ../../network/netconnect.pm_.c:109
#, fuzzy, c-format
msgid ""
-"A problem occured while restarting the network: \n"
"\n"
-"%s"
-msgstr "Dorii s testai configuraia ?"
+"\n"
+"\n"
+"We are now going to configure the %s connection.\n"
+"\n"
+"\n"
+"Press OK to continue."
+msgstr "Configuraie reea"
-#: ../../netconnect.pm_.c:935
+#: ../../network/netconnect.pm_.c:138 ../../network/netconnect.pm_.c:252
+#: ../../network/netconnect.pm_.c:271 ../../network/tools.pm_.c:57
+msgid "Network Configuration"
+msgstr "Configuraia reelei"
+
+#: ../../network/netconnect.pm_.c:139
msgid ""
"Because you are doing a network installation, your network is already "
"configured.\n"
@@ -5519,7 +5791,7 @@ msgid ""
"Internet & Network connection.\n"
msgstr ""
-#: ../../netconnect.pm_.c:962
+#: ../../network/netconnect.pm_.c:165
msgid ""
"Welcome to The Network Configuration Wizard\n"
"\n"
@@ -5527,108 +5799,128 @@ msgid ""
"If you don't want to use the auto detection, deselect the checkbox.\n"
msgstr ""
-#: ../../netconnect.pm_.c:964
+#: ../../network/netconnect.pm_.c:167
#, fuzzy
msgid "Choose the profile to configure"
msgstr "Alegei noua mrime"
-#: ../../netconnect.pm_.c:965
+#: ../../network/netconnect.pm_.c:168
msgid "Use auto detection"
msgstr ""
-#: ../../netconnect.pm_.c:971 ../../printerdrake.pm_.c:19
+#: ../../network/netconnect.pm_.c:175
msgid "Detecting devices..."
msgstr "Detecia perifericelor..."
-#: ../../netconnect.pm_.c:978
+#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
#, fuzzy
msgid "Normal modem connection"
msgstr "Configuraie reea"
-#: ../../netconnect.pm_.c:978
+#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
#, fuzzy, c-format
msgid "detected on port %s"
msgstr "Duplicai pounctul de montaj %s"
-#: ../../netconnect.pm_.c:979
+#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
#, fuzzy
msgid "ISDN connection"
msgstr "Selectai Conexiunea de imprimant"
-#: ../../netconnect.pm_.c:979
+#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
#, c-format
msgid "detected %s"
msgstr ""
-#: ../../netconnect.pm_.c:980
+#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
#, fuzzy
-msgid "DSL (or ADSL) connection"
-msgstr "Configuraie reea"
+msgid "ADSL connection"
+msgstr "Selectai Conexiunea de imprimant"
-#: ../../netconnect.pm_.c:980
+#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
#, c-format
msgid "detected on interface %s"
msgstr ""
-#: ../../netconnect.pm_.c:981
+#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
#, fuzzy
msgid "Cable connection"
msgstr "Selectai Conexiunea de imprimant"
-#: ../../netconnect.pm_.c:982
+#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
+#, fuzzy
+msgid "cable connection detected"
+msgstr "Selectai Conexiunea de imprimant"
+
+#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
#, fuzzy
msgid "LAN connection"
msgstr "Selectai Conexiunea de imprimant"
-#: ../../netconnect.pm_.c:982
+#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
msgid "ethernet card(s) detected"
msgstr ""
-#: ../../netconnect.pm_.c:987
+#: ../../network/netconnect.pm_.c:202
#, fuzzy
-msgid "How do you want to connect to the Internet?"
-msgstr "Pe ce disc dorii s schimbai ?"
+msgid "Choose the connection you want to configure"
+msgstr "Alegei unealta pe care dorii s o folosii"
-#: ../../netconnect.pm_.c:1004
+#: ../../network/netconnect.pm_.c:226
msgid ""
-"Congratulation, The network and internet configuration is finished.\n"
+"You have configured multiple ways to connect to the Internet.\n"
+"Choose the one you want to use.\n"
"\n"
-"The configuration will now be applied to your system."
msgstr ""
-#: ../../netconnect.pm_.c:1007
-msgid ""
-"After that is done, we recommend you to restart your X\n"
-"environnement to avoid hostname changing problem."
+#: ../../network/netconnect.pm_.c:227
+#, fuzzy
+msgid "Internet connection"
+msgstr "Selectai Conexiunea de imprimant"
+
+#: ../../network/netconnect.pm_.c:233
+#, fuzzy
+msgid "Do you want to start the connection at boot?"
+msgstr "Doriti s folosii aboot?"
+
+#: ../../network/netconnect.pm_.c:247
+#, fuzzy
+msgid "Network configuration"
+msgstr "Configuraia reelei"
+
+#: ../../network/netconnect.pm_.c:248
+msgid "The network needs to be restarted"
msgstr ""
-#: ../../network.pm_.c:253
-msgid "no network card found"
-msgstr "n'am gsit nici o carte de reea"
+#: ../../network/netconnect.pm_.c:252
+#, fuzzy, c-format
+msgid ""
+"A problem occured while restarting the network: \n"
+"\n"
+"%s"
+msgstr "Dorii s testai configuraia ?"
-#: ../../network.pm_.c:277 ../../network.pm_.c:387
-msgid "Configuring network"
-msgstr "Configuraie reea"
+#: ../../network/netconnect.pm_.c:261
+msgid ""
+"Congratulations, the network and Internet configuration is finished.\n"
+"The configuration will now be applied to your system.\n"
+"\n"
+msgstr ""
-#: ../../network.pm_.c:278
-#, fuzzy
+#: ../../network/netconnect.pm_.c:265
msgid ""
-"Please enter your host name if you know it.\n"
-"Some DHCP servers require the hostname to work.\n"
-"Your host name should be a fully-qualified host name,\n"
-"such as ``mybox.mylab.myco.com''."
+"After this is done, we recommend that you restart your X environment to "
+"avoid any hostname-related problems."
msgstr ""
-"V rog intrai numele calculatorului.\n"
-"Numele calculatorului ar trebui s fie un nume ntreg-calificat,\n"
-"ca de exemplu ``calculatorulmeu.laboratorulmeu.ntreprindereamea.com''.\n"
-"Putei de asemenea intra adresa IP a pasarelei dac avei una"
-#: ../../network.pm_.c:282 ../../network.pm_.c:392
-#, fuzzy
-msgid "Host name"
-msgstr "Numele calculatorului:"
+#: ../../network/netconnect.pm_.c:266
+msgid ""
+"Problems occured during configuration.\n"
+"Test your connection via net_monitor or mcc. If your connection doesn't "
+"work, you might want to relaunch the configuration"
+msgstr ""
-#: ../../network.pm_.c:319
+#: ../../network/network.pm_.c:292
msgid ""
"WARNING: This device has been previously configured to connect to the "
"Internet.\n"
@@ -5636,7 +5928,7 @@ msgid ""
"Modifying the fields below will override this configuration."
msgstr ""
-#: ../../network.pm_.c:324
+#: ../../network/network.pm_.c:297
msgid ""
"Please enter the IP configuration for this machine.\n"
"Each item should be entered as an IP address in dotted-decimal\n"
@@ -5646,40 +5938,40 @@ msgstr ""
"Fiecare rubrica va trebui sa fie completat ca o adres IP n format\n"
"zecimal-punctat (de exemplu 192.168.1.55)."
-#: ../../network.pm_.c:333 ../../network.pm_.c:334
+#: ../../network/network.pm_.c:306 ../../network/network.pm_.c:307
#, c-format
msgid "Configuring network device %s"
msgstr "Configuraia crii de reea %s"
-#: ../../network.pm_.c:334
-msgid " (driver $module)"
-msgstr ""
+#: ../../network/network.pm_.c:307
+#, fuzzy, c-format
+msgid " (driver %s)"
+msgstr "Server XFree86 : %s\n"
-#: ../../network.pm_.c:336 ../../standalone/draknet_.c:231
-#: ../../standalone/draknet_.c:427
+#: ../../network/network.pm_.c:309 ../../standalone/draknet_.c:232
+#: ../../standalone/draknet_.c:468
#, fuzzy
msgid "IP address"
msgstr "Adres IP"
-#: ../../network.pm_.c:337 ../../standalone/draknet_.c:428
+#: ../../network/network.pm_.c:310 ../../standalone/draknet_.c:469
#, fuzzy
msgid "Netmask"
msgstr "Masc de reea:"
-#: ../../network.pm_.c:338
+#: ../../network/network.pm_.c:311
msgid "(bootp/dhcp)"
msgstr "(bootp/dhcp)"
-#: ../../network.pm_.c:338
+#: ../../network/network.pm_.c:311
msgid "Automatic IP"
msgstr "IP automat"
-#: ../../network.pm_.c:359 ../../printerdrake.pm_.c:102
-#: ../../printerdrake.pm_.c:425
+#: ../../network/network.pm_.c:332 ../../printerdrake.pm_.c:712
msgid "IP address should be in format 1.2.3.4"
msgstr "Adresa IP ar trebui s fie n formatul 1.2.3.4"
-#: ../../network.pm_.c:388
+#: ../../network/network.pm_.c:361
msgid ""
"Please enter your host name.\n"
"Your host name should be a fully-qualified host name,\n"
@@ -5691,44 +5983,166 @@ msgstr ""
"ca de exemplu ``calculatorulmeu.laboratorulmeu.ntreprindereamea.com''.\n"
"Putei de asemenea intra adresa IP a pasarelei dac avei una"
-#: ../../network.pm_.c:393
+#: ../../network/network.pm_.c:366
msgid "DNS server"
msgstr "Server DNS"
-#: ../../network.pm_.c:394 ../../standalone/draknet_.c:565
-msgid "Gateway"
-msgstr "Pasarel"
+#: ../../network/network.pm_.c:367
+#, c-format
+msgid "Gateway (e.g. %s)"
+msgstr ""
-#: ../../network.pm_.c:396
+#: ../../network/network.pm_.c:369
msgid "Gateway device"
msgstr "Periferic pasarel"
-#: ../../network.pm_.c:407
+#: ../../network/network.pm_.c:381
#, fuzzy
msgid "Proxies configuration"
msgstr "Configuraie post-install"
-#: ../../network.pm_.c:408
+#: ../../network/network.pm_.c:382
msgid "HTTP proxy"
msgstr "HTTP proxy"
-#: ../../network.pm_.c:409
+#: ../../network/network.pm_.c:383
msgid "FTP proxy"
msgstr "FTP proxy"
-#: ../../network.pm_.c:412
+#: ../../network/network.pm_.c:384
+msgid "Track network card id (usefull for laptops)"
+msgstr ""
+
+#: ../../network/network.pm_.c:387
msgid "Proxy should be http://..."
msgstr "Proxy-ul ar trebui s fie http://..."
-#: ../../network.pm_.c:413
+#: ../../network/network.pm_.c:388
msgid "Proxy should be ftp://..."
msgstr "Proxy-ul ar trebui s fie ftp://..."
-#: ../../partition_table.pm_.c:563
+#: ../../network/tools.pm_.c:39
+#, fuzzy
+msgid "Internet configuration"
+msgstr "Configuraie proxy"
+
+#: ../../network/tools.pm_.c:40
+#, fuzzy
+msgid "Do you want to try to connect to the Internet now?"
+msgstr "Dorii s testai configuraia ?"
+
+#: ../../network/tools.pm_.c:44 ../../standalone/draknet_.c:197
+#, fuzzy
+msgid "Testing your connection..."
+msgstr "Configuraie reea"
+
+#: ../../network/tools.pm_.c:50
+#, fuzzy
+msgid "The system is now connected to Internet."
+msgstr "Pe ce disc dorii s schimbai ?"
+
+#: ../../network/tools.pm_.c:51
+msgid "For Security reason, it will be disconnected now."
+msgstr ""
+
+#: ../../network/tools.pm_.c:52
+#, fuzzy
+msgid ""
+"The system doesn't seem to be connected to internet.\n"
+"Try to reconfigure your connection."
+msgstr "Nume de conexiune"
+
+#: ../../network/tools.pm_.c:76
+#, fuzzy
+msgid "Connection Configuration"
+msgstr "Configuraie proxy"
+
+#: ../../network/tools.pm_.c:77
+msgid "Please fill or check the field below"
+msgstr ""
+
+#: ../../network/tools.pm_.c:79 ../../standalone/draknet_.c:608
+msgid "Card IRQ"
+msgstr ""
+
+#: ../../network/tools.pm_.c:80 ../../standalone/draknet_.c:609
+msgid "Card mem (DMA)"
+msgstr ""
+
+#: ../../network/tools.pm_.c:81 ../../standalone/draknet_.c:610
+msgid "Card IO"
+msgstr ""
+
+#: ../../network/tools.pm_.c:82 ../../standalone/draknet_.c:611
+msgid "Card IO_0"
+msgstr ""
+
+#: ../../network/tools.pm_.c:83 ../../standalone/draknet_.c:612
+msgid "Card IO_1"
+msgstr ""
+
+#: ../../network/tools.pm_.c:84 ../../standalone/draknet_.c:613
+msgid "Your personal phone number"
+msgstr ""
+
+#: ../../network/tools.pm_.c:85 ../../standalone/draknet_.c:614
+msgid "Provider name (ex provider.net)"
+msgstr ""
+
+#: ../../network/tools.pm_.c:86 ../../standalone/draknet_.c:615
+#, fuzzy
+msgid "Provider phone number"
+msgstr "Numr de telefon"
+
+#: ../../network/tools.pm_.c:87 ../../standalone/draknet_.c:616
+#, fuzzy
+msgid "Provider dns 1 (optional)"
+msgstr "Opiuni imprimant"
+
+#: ../../network/tools.pm_.c:88 ../../standalone/draknet_.c:617
+#, fuzzy
+msgid "Provider dns 2 (optional)"
+msgstr "Opiuni imprimant"
+
+#: ../../network/tools.pm_.c:89
+#, fuzzy
+msgid "Choose your country"
+msgstr "Alegei tastatura"
+
+#: ../../network/tools.pm_.c:90 ../../standalone/draknet_.c:620
+#, fuzzy
+msgid "Dialing mode"
+msgstr "Nume de domeniu"
+
+#: ../../network/tools.pm_.c:91 ../../standalone/draknet_.c:632
+#, fuzzy
+msgid "Connection speed"
+msgstr "Nume de conexiune"
+
+#: ../../network/tools.pm_.c:92 ../../standalone/draknet_.c:633
+#, fuzzy
+msgid "Connection timeout (in sec)"
+msgstr "Nume de conexiune"
+
+#: ../../network/tools.pm_.c:93 ../../standalone/draknet_.c:618
+#, fuzzy
+msgid "Account Login (user name)"
+msgstr "Punct de montaj"
+
+#: ../../network/tools.pm_.c:94 ../../standalone/draknet_.c:619
+#, fuzzy
+msgid "Account Password"
+msgstr "Parola"
+
+#: ../../partition_table.pm_.c:600
+msgid "mount failed: "
+msgstr "montare euat: "
+
+#: ../../partition_table.pm_.c:664
msgid "Extended partition not supported on this platform"
msgstr "Partiiile extended nu sunt suportatet pe aceast platform "
-#: ../../partition_table.pm_.c:581
+#: ../../partition_table.pm_.c:682
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 "
@@ -5738,26 +6152,21 @@ msgstr ""
"Singura soluie e s deplasai partiia principal pentru a avea gaura "
"lngpartiia extins"
-#: ../../partition_table.pm_.c:675
-#, c-format
-msgid "Error reading file %s"
-msgstr "Eroare la citirea fiierului %s"
-
-#: ../../partition_table.pm_.c:682
+#: ../../partition_table.pm_.c:770
#, c-format
msgid "Restoring from file %s failed: %s"
msgstr "Restaurarea din fiierul %s a euat: %s"
-#: ../../partition_table.pm_.c:684
+#: ../../partition_table.pm_.c:772
msgid "Bad backup file"
msgstr "Backup defectuos"
-#: ../../partition_table.pm_.c:706
+#: ../../partition_table.pm_.c:794
#, c-format
msgid "Error writing to file %s"
msgstr "Eroare la scrierea n fiierul %s"
-#: ../../partition_table_raw.pm_.c:161
+#: ../../partition_table_raw.pm_.c:186
msgid ""
"Something bad is happening on your drive. \n"
"A test to check the integrity of data has failed. \n"
@@ -5784,96 +6193,526 @@ msgstr "simpatic: "
msgid "maybe"
msgstr "poate"
-#: ../../printer.pm_.c:20
+#: ../../printer.pm_.c:23
+msgid "CUPS - Common Unix Printing System"
+msgstr ""
+
+#: ../../printer.pm_.c:24
+msgid "LPRng - LPR New Generation"
+msgstr ""
+
+#: ../../printer.pm_.c:25
+msgid "LPD - Line Printer Daemon"
+msgstr ""
+
+#: ../../printer.pm_.c:26
+msgid "PDQ - Print, Don't Queue"
+msgstr ""
+
+#: ../../printer.pm_.c:32 ../../printer.pm_.c:871
+msgid "CUPS"
+msgstr ""
+
+#: ../../printer.pm_.c:33
+msgid "LPRng"
+msgstr ""
+
+#: ../../printer.pm_.c:34
+msgid "LPD"
+msgstr ""
+
+#: ../../printer.pm_.c:35
+msgid "PDQ"
+msgstr ""
+
+#: ../../printer.pm_.c:47
msgid "Local printer"
msgstr "Imprimant local"
-#: ../../printer.pm_.c:21
+#: ../../printer.pm_.c:48
#, fuzzy
msgid "Remote printer"
msgstr "Opiuni pentru imprimanta lpd distant"
-#: ../../printer.pm_.c:23
+#: ../../printer.pm_.c:49
#, fuzzy
-msgid "Remote lpd server"
+msgid "Printer on remote CUPS server"
+msgstr "Coad distant:"
+
+#: ../../printer.pm_.c:50 ../../printerdrake.pm_.c:734
+#, fuzzy
+msgid "Printer on remote lpd server"
msgstr "lpd distant:"
-#: ../../printer.pm_.c:24
+#: ../../printer.pm_.c:51
#, fuzzy
-msgid "Network printer (socket)"
+msgid "Network printer (TCP/Socket)"
msgstr "Opiunea imprimantei NetWare"
-#: ../../printer.pm_.c:25
-msgid "SMB/Windows 95/98/NT"
+#: ../../printer.pm_.c:52
+#, fuzzy
+msgid "Printer on SMB/Windows 95/98/NT server"
msgstr "SMB/Windows 95/98/NT"
-#: ../../printer.pm_.c:26
-msgid "NetWare"
-msgstr "NetWare"
+#: ../../printer.pm_.c:53
+#, fuzzy
+msgid "Printer on NetWare server"
+msgstr "Server de imprimant"
-#: ../../printer.pm_.c:27 ../../printerdrake.pm_.c:158
-#: ../../printerdrake.pm_.c:160
+#: ../../printer.pm_.c:54 ../../printerdrake.pm_.c:738
#, fuzzy
-msgid "Printer Device URI"
+msgid "Enter a printer device URI"
msgstr "Periferic imprimant:"
-#: ../../printerdrake.pm_.c:19
+#: ../../printer.pm_.c:55
+msgid "Pipe job into a command"
+msgstr ""
+
+#: ../../printer.pm_.c:504 ../../printer.pm_.c:695 ../../printer.pm_.c:1017
+#: ../../printerdrake.pm_.c:1665 ../../printerdrake.pm_.c:2730
+msgid "Unknown model"
+msgstr ""
+
+#: ../../printer.pm_.c:532
+#, fuzzy
+msgid "Local Printers"
+msgstr "Imprimant local"
+
+#: ../../printer.pm_.c:534 ../../printer.pm_.c:872
+#, fuzzy
+msgid "Remote Printers"
+msgstr "Opiuni pentru imprimanta lpd distant"
+
+#: ../../printer.pm_.c:541 ../../printerdrake.pm_.c:248
+#, c-format
+msgid " on parallel port \\/*%s"
+msgstr ""
+
+#: ../../printer.pm_.c:544 ../../printerdrake.pm_.c:250
+#, c-format
+msgid ", USB printer \\/*%s"
+msgstr ""
+
+#: ../../printer.pm_.c:549
+#, c-format
+msgid ", multi-function device on parallel port \\/*%s"
+msgstr ""
+
+#: ../../printer.pm_.c:552
+msgid ", multi-function device on USB"
+msgstr ""
+
+#: ../../printer.pm_.c:554
+msgid ", multi-function device on HP JetDirect"
+msgstr ""
+
+#: ../../printer.pm_.c:556
+msgid ", multi-function device"
+msgstr ""
+
+#: ../../printer.pm_.c:559
+#, fuzzy, c-format
+msgid ", printing to %s"
+msgstr "Eroare la scrierea n fiierul %s"
+
+#: ../../printer.pm_.c:561
+#, c-format
+msgid "on LPD server \"%s\", printer \"%s\""
+msgstr ""
+
+#: ../../printer.pm_.c:563
+#, c-format
+msgid ", TCP/IP host \"%s\", port %s"
+msgstr ""
+
+#: ../../printer.pm_.c:567
+#, c-format
+msgid "on Windows server \"%s\", share \"%s\""
+msgstr ""
+
+#: ../../printer.pm_.c:571
+#, c-format
+msgid "on Novell server \"%s\", printer \"%s\""
+msgstr ""
+
+#: ../../printer.pm_.c:573
+#, c-format
+msgid ", using command %s"
+msgstr ""
+
+#: ../../printer.pm_.c:692 ../../printerdrake.pm_.c:1136
+msgid "Raw printer (No driver)"
+msgstr ""
+
+#: ../../printer.pm_.c:841
+#, fuzzy, c-format
+msgid "(on %s)"
+msgstr "(modul %s)"
+
+#: ../../printer.pm_.c:843
+msgid "(on this machine)"
+msgstr ""
+
+#: ../../printer.pm_.c:868
+#, fuzzy, c-format
+msgid "On CUPS server \"%s\""
+msgstr "Adresa IP a serverului SMB"
+
+#: ../../printer.pm_.c:874 ../../printerdrake.pm_.c:2391
+#: ../../printerdrake.pm_.c:2402 ../../printerdrake.pm_.c:2618
+#: ../../printerdrake.pm_.c:2670 ../../printerdrake.pm_.c:2697
+#: ../../printerdrake.pm_.c:2867 ../../printerdrake.pm_.c:2869
+msgid " (Default)"
+msgstr " (Standard)"
+
+#: ../../printerdrake.pm_.c:22
+msgid "Select Printer Connection"
+msgstr "Selectai Conexiunea de imprimant"
+
+#: ../../printerdrake.pm_.c:23
+msgid "How is the printer connected?"
+msgstr "Cum e conectat imprimanta ?"
+
+#: ../../printerdrake.pm_.c:25
+msgid ""
+"\n"
+"Printers on remote CUPS servers you do not have to configure here; these "
+"printers will be automatically detected."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:69 ../../printerdrake.pm_.c:2454
+#, fuzzy
+msgid "CUPS configuration"
+msgstr "Configuraie"
+
+#: ../../printerdrake.pm_.c:70 ../../printerdrake.pm_.c:2455
+#, fuzzy
+msgid "Specify CUPS server"
+msgstr "Coad distant:"
+
+#: ../../printerdrake.pm_.c:71
+msgid ""
+"To get access to printers on remote CUPS servers in your local network you "
+"do not have to configure anything; the CUPS servers inform your machine "
+"automatically about their printers. All printers currently known to your "
+"machine are listed in the \"Remote printers\" section in the main window of "
+"Printerdrake. When your CUPS server is not in your local network, you have "
+"to enter the CUPS server IP address and optionally the port number to get "
+"the printer information from the server, otherwise leave these fields blank."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:72
+msgid ""
+"\n"
+"Normally, CUPS is automatically configured according to your network "
+"environment, so that you can access the printers on the CUPS servers in your "
+"local network. If this does not work correctly, turn off \"Automatic CUPS "
+"configuration\" and edit your file /etc/cups/cupsd.conf manually. Do not "
+"forget to restart CUPS afterwards (command: \"service cups restart\")."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:76
+#, fuzzy
+msgid "The IP address should look like 192.168.1.20"
+msgstr "Adresa IP ar trebui s fie n formatul 1.2.3.4"
+
+#: ../../printerdrake.pm_.c:80 ../../printerdrake.pm_.c:862
+msgid "The port number should be an integer!"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:87
+#, fuzzy
+msgid "CUPS server IP"
+msgstr "Adresa IP a serverului SMB"
+
+#: ../../printerdrake.pm_.c:88 ../../printerdrake.pm_.c:855
+#, fuzzy
+msgid "Port"
+msgstr "Slab"
+
+#: ../../printerdrake.pm_.c:90
+#, fuzzy
+msgid "Automatic CUPS configuration"
+msgstr "Configuraie post-install"
+
+#: ../../printerdrake.pm_.c:145 ../../standalone/scannerdrake_.c:42
+#, fuzzy
+msgid "Detecting devices ..."
+msgstr "Detecia perifericelor..."
+
+#: ../../printerdrake.pm_.c:145 ../../standalone/scannerdrake_.c:42
msgid "Test ports"
msgstr "Test porturi"
-#: ../../printerdrake.pm_.c:40
+#: ../../printerdrake.pm_.c:167 ../../printerdrake.pm_.c:2437
+#: ../../printerdrake.pm_.c:2556
+#, fuzzy
+msgid "Add a new printer"
+msgstr "Imprimant local"
+
+#: ../../printerdrake.pm_.c:168
+msgid ""
+"\n"
+"Welcome to the Printer Setup Wizard\n"
+"\n"
+"This wizard allows you to install local or remote printers to be used from "
+"this machine and also from other machines in the network.\n"
+"\n"
+"It asks you for all necessary information to set up the printer and gives "
+"you access to all available printer drivers, driver options, and printer "
+"connection types."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:176 ../../printerdrake.pm_.c:203
+#: ../../printerdrake.pm_.c:378 ../../printerdrake.pm_.c:393
+#: ../../printerdrake.pm_.c:403 ../../printerdrake.pm_.c:466
+#, fuzzy
+msgid "Local Printer"
+msgstr "Imprimant local"
+
+#: ../../printerdrake.pm_.c:177
+msgid ""
+"\n"
+"Welcome to the Printer Setup Wizard\n"
+"\n"
+"This wizard will help you to install your printer(s) connected to this "
+"computer.\n"
+"\n"
+"Please plug in your printer(s) on this computer and turn it/them on. Click "
+"on \"Next\" when you are ready, and on \"Cancel\" when you do not want to "
+"set up your printer(s) now.\n"
+"\n"
+"Note that some computers can crash during the printer auto-detection, turn "
+"off \"Auto-detect printers\" to do a printer installation without auto-"
+"detection. Use the \"Expert Mode\" of printerdrake when you want to set up "
+"printing on a remote printer if printerdrake does not list it automatically."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:186
+#, fuzzy
+msgid "Auto-detect printers"
+msgstr "Opiuni pentru imprimanta lpd distant"
+
+#: ../../printerdrake.pm_.c:204
+msgid ""
+"\n"
+"Congratulations, your printer is now installed and configured!\n"
+"\n"
+"You can print using the \"Print\" command of your application (usually in "
+"the \"File\" menu).\n"
+"\n"
+"If you want to add, remove, or rename a printer, or if you want to change "
+"the default option settings (paper input tray, printout quality, ...), "
+"select \"Printer\" in the \"Hardware\" section of the Mandrake Control "
+"Center."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:223
+msgid "Auto-Detection of Printers"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:224
+msgid ""
+"Printerdrake is able to auto-detect your locally connected parallel and USB "
+"printers for you, but note that on some systems the auto-detection CAN "
+"FREEZE YOUR SYSTEM AND THIS CAN LEAD TO CORRUPTED FILE SYSTEMS! So do it ON "
+"YOUR OWN RISK!\n"
+"\n"
+"Do you really want to get your printers auto-detected?"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:227 ../../printerdrake.pm_.c:229
+#: ../../printerdrake.pm_.c:230
+#, fuzzy
+msgid "Do auto-detection"
+msgstr "Opiuni pentru imprimanta lpd distant"
+
+#: ../../printerdrake.pm_.c:228
+#, fuzzy
+msgid "Set up printer manually"
+msgstr "Opiuni pentru imprimanta lpd distant"
+
+#: ../../printerdrake.pm_.c:256
+#, fuzzy, c-format
+msgid "Detected %s"
+msgstr "Duplicai pounctul de montaj %s"
+
+#: ../../printerdrake.pm_.c:260 ../../printerdrake.pm_.c:287
+#: ../../printerdrake.pm_.c:306
#, c-format
-msgid "A printer, model \"%s\", has been detected on "
-msgstr "O imprimant, modelul \"%s\", a fost detact n"
+msgid "Printer on parallel port \\/*%s"
+msgstr ""
-#: ../../printerdrake.pm_.c:52
-msgid "Local Printer Device"
-msgstr "Periferic local de imprimant"
+#: ../../printerdrake.pm_.c:262 ../../printerdrake.pm_.c:289
+#: ../../printerdrake.pm_.c:311
+#, c-format
+msgid "USB printer \\/*%s"
+msgstr ""
-#: ../../printerdrake.pm_.c:53
+#: ../../printerdrake.pm_.c:379
msgid ""
-"What device is your printer connected to \n"
-"(note that /dev/lp0 is equivalent to LPT1:)?\n"
+"No local printer found! To manually install a printer enter a device name/"
+"file name in the input line (Parallel Ports: /dev/lp0, /dev/lp1, ..., "
+"equivalent to LPT1:, LPT2:, ..., 1st USB printer: /dev/usb/lp0, 2nd USB "
+"printer: /dev/usb/lp1, ...)."
msgstr ""
-"La ce periferic ai conectat imprimanta \n"
-"(notai c /dev/lp0 e echivalent cu LPT1:)?\n"
-#: ../../printerdrake.pm_.c:55
-msgid "Printer Device"
+#: ../../printerdrake.pm_.c:383
+#, fuzzy
+msgid "You must enter a device or file name!"
msgstr "Periferic imprimant:"
-#: ../../printerdrake.pm_.c:74
+#: ../../printerdrake.pm_.c:394
+#, fuzzy
+msgid ""
+"No local printer found!\n"
+"\n"
+msgstr "Imprimant local"
+
+#: ../../printerdrake.pm_.c:395
+msgid ""
+"Network printers can only be installed after the installation. Choose "
+"\"Hardware\" and then \"Printer\" in the Mandrake Control Center."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:396
+msgid ""
+"To install network printers, click \"Cancel\", switch to the \"Expert Mode"
+"\", and click \"Add a new printer\" again."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:407
+msgid ""
+"The following printer was auto-detected, if it is not the one you want to "
+"configure, enter a device name/file name in the input line"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:408
+msgid ""
+"Here is a list of all auto-detected printers. Please choose the printer you "
+"want to set up or enter a device name/file name in the input line"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:410
+msgid ""
+"The following printer was auto-detected. The configuration of the printer "
+"will work fully automatically. If your printer was not correctly detected or "
+"if you prefer a customized printer configuration, turn on \"Manual "
+"configuration\"."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:411
+msgid ""
+"Here is a list of all auto-detected printers. Please choose the printer you "
+"want to set up. The configuration of the printer will work fully "
+"automatically. If your printer was not correctly detected or if you prefer a "
+"customized printer configuration, turn on \"Manual configuration\"."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:413
+msgid ""
+"Please choose the port where your printer is connected to or enter a device "
+"name/file name in the input line"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:414
+#, fuzzy
+msgid "Please choose the port where your printer is connected to."
+msgstr "Pe ce port serial este conectat modemul dumneavoastr?"
+
+#: ../../printerdrake.pm_.c:416
+msgid ""
+" (Parallel Ports: /dev/lp0, /dev/lp1, ..., equivalent to LPT1:, LPT2:, ..., "
+"1st USB printer: /dev/usb/lp0, 2nd USB printer: /dev/usb/lp1, ...)."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:421
+#, fuzzy
+msgid "You must choose/enter a printer/device!"
+msgstr "Periferic imprimant:"
+
+#: ../../printerdrake.pm_.c:441
+#, fuzzy
+msgid "Manual configuration"
+msgstr "Configuraie proxy"
+
+#: ../../printerdrake.pm_.c:467
+msgid ""
+"Is your printer a multi-function device from HP (OfficeJet, PSC, PhotoSmart, "
+"LaserJet 1100/1200/1220/3200/3300 with scanner)?"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:482
+#, fuzzy
+msgid "Installing HPOJ package..."
+msgstr "Instalarea pachetului %s"
+
+#: ../../printerdrake.pm_.c:487
+msgid "Checking device and configuring HPOJ ..."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:505
+#, fuzzy
+msgid "Installing SANE package..."
+msgstr "Instalarea pachetului %s"
+
+#: ../../printerdrake.pm_.c:517
+msgid "Scanning on your HP multi-function device"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:534
+msgid "Making printer port available for CUPS ..."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:544 ../../printerdrake.pm_.c:1018
+#: ../../printerdrake.pm_.c:1132
+msgid "Reading printer database ..."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:624
msgid "Remote lpd Printer Options"
msgstr "Opiuni pentru imprimanta lpd distant"
-#: ../../printerdrake.pm_.c:75
+#: ../../printerdrake.pm_.c:625
+#, fuzzy
msgid ""
-"To use a remote lpd print queue, you need to supply\n"
-"the hostname of the printer server and the queue name\n"
-"on that server which jobs should be placed in."
+"To use a remote lpd printer, you need to supply the hostname of the printer "
+"server and the printer name on that server."
msgstr ""
"pentru a folosi a coad de impresie lpd distant, avei nevoie s furnizai\n"
"numele calculatorului serverului de imprimant i lista de ateptare"
-#: ../../printerdrake.pm_.c:78
-msgid "Remote hostname"
+#: ../../printerdrake.pm_.c:626
+#, fuzzy
+msgid "Remote host name"
msgstr "Numele calculator distant"
-#: ../../printerdrake.pm_.c:79
-msgid "Remote queue"
-msgstr "Coad distant:"
+#: ../../printerdrake.pm_.c:627
+#, fuzzy
+msgid "Remote printer name"
+msgstr "Opiuni pentru imprimanta lpd distant"
-#: ../../printerdrake.pm_.c:88
+#: ../../printerdrake.pm_.c:630
+#, fuzzy
+msgid "Remote host name missing!"
+msgstr "Numele calculator distant"
+
+#: ../../printerdrake.pm_.c:634
+#, fuzzy
+msgid "Remote printer name missing!"
+msgstr "Numele calculator distant"
+
+#: ../../printerdrake.pm_.c:702
msgid "SMB (Windows 9x/NT) Printer Options"
msgstr "Opiuni pentru imprimanta SMB/Windows 95/NT"
-#: ../../printerdrake.pm_.c:89
+#: ../../printerdrake.pm_.c:703
+#, fuzzy
msgid ""
-"To print to a SMB printer, you need to provide the\n"
-"SMB host name (Note! It may be different from its\n"
-"TCP/IP hostname!) and possibly the IP address of the print server, as\n"
-"well as the share name for the printer you wish to access and any\n"
-"applicable user name, password, and workgroup information."
+"To print to a SMB printer, you need to provide the SMB host name (Note! It "
+"may be different from its TCP/IP hostname!) and possibly the IP address of "
+"the print server, as well as the share name for the printer you wish to "
+"access and any applicable user name, password, and workgroup information."
msgstr ""
"Pentru a imprima pe o imprimant SMB, avei nevoie s furnizai\n"
"numele calculatorului SMB (acesta nu este ntotdeauna numele mainii\n"
@@ -5881,92 +6720,360 @@ msgstr ""
"numele de access i numele de utilizator, parola i informaia grupului de "
"lucru."
-#: ../../printerdrake.pm_.c:94
+#: ../../printerdrake.pm_.c:704
msgid "SMB server host"
msgstr "Numele serverului SMB"
-#: ../../printerdrake.pm_.c:95
+#: ../../printerdrake.pm_.c:705
msgid "SMB server IP"
msgstr "Adresa IP a serverului SMB"
-#: ../../printerdrake.pm_.c:96
+#: ../../printerdrake.pm_.c:706
msgid "Share name"
msgstr "Numele de access"
-#: ../../printerdrake.pm_.c:99
+#: ../../printerdrake.pm_.c:709
msgid "Workgroup"
msgstr "Numele de grup"
-#: ../../printerdrake.pm_.c:124
+#: ../../printerdrake.pm_.c:716
+msgid "Either the server name or the server's IP must be given!"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:720
+msgid "Samba share name missing!"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:725
+msgid "SECURITY WARNING!"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:726
+#, c-format
+msgid ""
+"You are about to set up printing to a Windows account with password. Due to "
+"a fault in the architecture of the Samba client software the password is put "
+"in clear text into the command line of the Samba client used to transmit the "
+"print job to the Windows server. So it is possible for every user on this "
+"machine to display the password on the screen by issuing commands as \"ps "
+"auxwww\".\n"
+"\n"
+"We recommend to make use of one of the following alternatives (in all cases "
+"you have to make sure that only machines from your local network have access "
+"to your Windows server, for example by means of a firewall):\n"
+"\n"
+"Use a password-less account on your Windows server, as the \"GUEST\" account "
+"or a special account dedicated for printing. Do not remove the password "
+"protection from a personal account or the administrator account.\n"
+"\n"
+"Set up your Windows server to make the printer available under the LPD "
+"protocol. Then set up printing from this machine with the \"%s\" connection "
+"type in Printerdrake.\n"
+"\n"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:736
+#, c-format
+msgid ""
+"Set up your Windows server to make the printer available under the IPP "
+"protocol and set up printing from this machine with the \"%s\" connection "
+"type in Printerdrake.\n"
+"\n"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:739
+msgid ""
+"Connect your printer to a Linux server and let your Windows machine(s) "
+"connect to it as a client.\n"
+"\n"
+"Do you really want to continue setting up this printer as you are doing now?"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:801
msgid "NetWare Printer Options"
msgstr "Opiunea imprimantei NetWare"
-#: ../../printerdrake.pm_.c:125
+#: ../../printerdrake.pm_.c:802
+#, fuzzy
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"
-"TCP/IP hostname!) as well as the print queue name for the printer you\n"
-"wish to access and any applicable user name and password."
+"To print on a NetWare printer, you need to provide the NetWare print server "
+"name (Note! it may be different from its TCP/IP hostname!) as well as the "
+"print queue name for the printer you wish to access and any applicable user "
+"name and password."
msgstr ""
"Pentru a imprima pe o imprimant NetWare, trebuie s furnizai\n"
"numele serverului NetWare (nu e ntotdeauna acelai cu cel TCP/IP)\n"
"ct i numele listei de ateptare i eventual utilizatorii care vor avea\n"
"access i parolele."
-#: ../../printerdrake.pm_.c:129
+#: ../../printerdrake.pm_.c:803
msgid "Printer Server"
msgstr "Server de imprimant"
-#: ../../printerdrake.pm_.c:130
+#: ../../printerdrake.pm_.c:804
msgid "Print Queue Name"
msgstr "Lista de ateptare a imprimantei"
-#: ../../printerdrake.pm_.c:142
+#: ../../printerdrake.pm_.c:809
+msgid "NCP server name missing!"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:813
+msgid "NCP queue name missing!"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:852
#, fuzzy
-msgid "Socket Printer Options"
+msgid "TCP/Socket Printer Options"
msgstr "Opiunea imprimantei NetWare"
-#: ../../printerdrake.pm_.c:143
+#: ../../printerdrake.pm_.c:853
msgid ""
-"To print to a socket printer, you need to provide the\n"
-"hostname of the printer and optionally the port number."
+"To print to a TCP or socket printer, you need to provide the host name of "
+"the printer and optionally the port number. On HP JetDirect servers the port "
+"number is usually 9100, on other servers it can vary. See the manual of your "
+"hardware."
msgstr ""
-#: ../../printerdrake.pm_.c:145
+#: ../../printerdrake.pm_.c:854
#, fuzzy
-msgid "Printer Hostname"
+msgid "Printer host name"
msgstr "Opiuni imprimant"
-#: ../../printerdrake.pm_.c:146 ../../printerdrake.pm_.c:422
+#: ../../printerdrake.pm_.c:858
#, fuzzy
-msgid "Port"
-msgstr "Slab"
+msgid "Printer host name missing!"
+msgstr "Opiuni imprimant"
+
+#: ../../printerdrake.pm_.c:887 ../../printerdrake.pm_.c:889
+#, fuzzy
+msgid "Printer Device URI"
+msgstr "Periferic imprimant:"
+
+#: ../../printerdrake.pm_.c:888
+msgid ""
+"You can specify directly the URI to access the printer. The URI must fulfill "
+"either the CUPS or the Foomatic specifications. Note that not all URI types "
+"are supported by all the spoolers."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:903
+msgid "A valid URI must be entered!"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1004
+msgid ""
+"Every printer needs a name (for example \"printer\"). The Description and "
+"Location fields do not need to be filled in. They are comments for the users."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1005
+#, fuzzy
+msgid "Name of printer"
+msgstr "Imprimant local"
+
+#: ../../printerdrake.pm_.c:1006
+#, fuzzy
+msgid "Description"
+msgstr "Specificai opiunile"
+
+#: ../../printerdrake.pm_.c:1007
+#, fuzzy
+msgid "Location"
+msgstr "Informaie"
+
+#: ../../printerdrake.pm_.c:1021
+msgid "Preparing printer database ..."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1112
+#, fuzzy
+msgid "Your printer model"
+msgstr "Opiuni pentru imprimanta lpd distant"
-#: ../../printerdrake.pm_.c:159
-msgid "You can specify directly the URI to access the printer with CUPS."
+#: ../../printerdrake.pm_.c:1113
+#, c-format
+msgid ""
+"Printerdrake has compared the model name resulting from the printer auto-"
+"detection with the models listed in its printer database to find the best "
+"match. This choice can be wrong, especially when your printer is not listed "
+"at all in the database. So check whether the choice is correct and click "
+"\"The model is correct\" if so and if not, click \"Select model manually\" "
+"so that you can choose your printer model manually on the next screen.\n"
+"\n"
+"For your printer Printerdrake has found:\n"
+"\n"
+"%s"
msgstr ""
-#: ../../printerdrake.pm_.c:192 ../../printerdrake.pm_.c:244
-msgid "What type of printer do you have?"
+#: ../../printerdrake.pm_.c:1118 ../../printerdrake.pm_.c:1121
+#, fuzzy
+msgid "The model is correct"
+msgstr "E corect ?"
+
+#: ../../printerdrake.pm_.c:1119 ../../printerdrake.pm_.c:1120
+#: ../../printerdrake.pm_.c:1123
+#, fuzzy
+msgid "Select model manually"
+msgstr "Opiuni pentru imprimanta lpd distant"
+
+#: ../../printerdrake.pm_.c:1139
+#, fuzzy
+msgid "Printer model selection"
+msgstr "Selectai Conexiunea de imprimant"
+
+#: ../../printerdrake.pm_.c:1140
+#, fuzzy
+msgid "Which printer model do you have?"
msgstr "Ce tip de imprimanta avei?"
-#: ../../printerdrake.pm_.c:204 ../../printerdrake.pm_.c:305
-msgid "Do you want to test printing?"
+#: ../../printerdrake.pm_.c:1141
+msgid ""
+"\n"
+"\n"
+"Please check whether Printerdrake did the auto-detection of your printer "
+"model correctly. Search the correct model in the list when the cursor is "
+"standing on a wrong model or on \"Raw printer\"."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1144
+msgid ""
+"If your printer is not listed, choose a compatible (see printer manual) or a "
+"similar one."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1220
+#, fuzzy
+msgid "OKI winprinter configuration"
+msgstr "Configuraie modem"
+
+#: ../../printerdrake.pm_.c:1221
+msgid ""
+"You are configuring an OKI laser winprinter. These printers\n"
+"use a very special communication protocol and therefore they work only when "
+"connected to the first parallel port. When your printer is connected to "
+"another port or to a print server box please connect the printer to the "
+"first parallel port before you print a test page. Otherwise the printer will "
+"not work. Your connection type setting will be ignored by the driver."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1264 ../../printerdrake.pm_.c:1291
+#, fuzzy
+msgid "Lexmark inkjet configuration"
+msgstr "Configuraie proxy"
+
+#: ../../printerdrake.pm_.c:1265
+msgid ""
+"The inkjet printer drivers provided by Lexmark only support local printers, "
+"no printers on remote machines or print server boxes. Please connect your "
+"printer to a local port or configure it on the machine where it is connected "
+"to."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1292
+msgid ""
+"To be able to print with your Lexmark inkjet and this configuration, you "
+"need the inkjet printer drivers provided by Lexmark (http://www.lexmark."
+"com/). Go to the US site and click on the \"Drivers\" button. Then choose "
+"your model and afterwards \"Linux\" as operating system. The drivers come as "
+"RPM packages or shell scripts with interactive graphical installation. You "
+"do not need to do this configuration by the graphical frontends. Cancel "
+"directly after the license agreement. Then print printhead alignment pages "
+"with \"lexmarkmaintain\" and adjust the head alignment settings with this "
+"program."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1508
+msgid ""
+"Printer default settings\n"
+"\n"
+"You should make sure that the page size and the ink type/printing mode (if "
+"available) and also the hardware configuration of laser printers (memory, "
+"duplex unit, extra trays) are set correctly. Note that with a very high "
+"printout quality/resolution printing can get substantially slower."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1517
+#, c-format
+msgid "Option %s must be an integer number!"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1521
+#, c-format
+msgid "Option %s must be a number!"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1526
+#, c-format
+msgid "Option %s out of range!"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1565
+#, fuzzy, c-format
+msgid ""
+"Do you want to set this printer (\"%s\")\n"
+"as the default printer?"
msgstr "Dorii s testai imprimarea ?"
-#: ../../printerdrake.pm_.c:207 ../../printerdrake.pm_.c:316
+#: ../../printerdrake.pm_.c:1582
+#, fuzzy
+msgid "Test pages"
+msgstr "Test porturi"
+
+#: ../../printerdrake.pm_.c:1583
+msgid ""
+"Please select the test pages you want to print.\n"
+"Note: the photo test page can take a rather long time to get printed and on "
+"laser printers with too low memory it can even not come out. In most cases "
+"it is enough to print the standard test page."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1587
+#, fuzzy
+msgid "No test pages"
+msgstr "Da, imprim amndou paginile de test"
+
+#: ../../printerdrake.pm_.c:1588
+#, fuzzy
+msgid "Print"
+msgstr "Imprimant"
+
+#: ../../printerdrake.pm_.c:1590
+#, fuzzy
+msgid "Standard test page"
+msgstr "Programator"
+
+#: ../../printerdrake.pm_.c:1593
+msgid "Alternative test page (Letter)"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1596
+#, fuzzy
+msgid "Alternative test page (A4)"
+msgstr "Imprimarea pagin(ei/lor) de test"
+
+#: ../../printerdrake.pm_.c:1598
+#, fuzzy
+msgid "Photo test page"
+msgstr "Imprimarea pagin(ei/lor) de test"
+
+#: ../../printerdrake.pm_.c:1602
+#, fuzzy
+msgid "Do not print any test page"
+msgstr "Imprimarea pagin(ei/lor) de test"
+
+#: ../../printerdrake.pm_.c:1610 ../../printerdrake.pm_.c:1747
msgid "Printing test page(s)..."
msgstr "Imprimarea pagin(ei/lor) de test"
-#: ../../printerdrake.pm_.c:214 ../../printerdrake.pm_.c:324
-#, c-format
+#: ../../printerdrake.pm_.c:1635
+#, fuzzy, c-format
msgid ""
-"Test page(s) have been sent to the printer daemon.\n"
-"This may take a little time before printer start.\n"
+"Test page(s) have been sent to the printer.\n"
+"It may take some time before the printer starts.\n"
"Printing status:\n"
"%s\n"
"\n"
-"Does it work properly?"
msgstr ""
"Pagin(a/ile) de test a/au fost trimis la procesul de impresie.\n"
"Aceasta va dura puin timp naintea pornirii imprimrii\n"
@@ -5975,236 +7082,700 @@ msgstr ""
"\n"
"Funcioneaz cum trebuie?"
-#: ../../printerdrake.pm_.c:218 ../../printerdrake.pm_.c:328
+#: ../../printerdrake.pm_.c:1639
+#, fuzzy
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?"
+"Test page(s) have been sent to the printer.\n"
+"It may take some time before the printer starts.\n"
msgstr ""
"Pagin(a/ile) de test a/au fost trimis la procesul de impresie.\n"
"Aceasta va dura puin timp naintea pornirii imprimrii\n"
"Funcioneaz cum trebuie?"
-#: ../../printerdrake.pm_.c:234
-msgid "Yes, print ASCII test page"
-msgstr "Da, imprim o pagin de test ASCII"
+#: ../../printerdrake.pm_.c:1646
+msgid "Did it work properly?"
+msgstr ""
-#: ../../printerdrake.pm_.c:235
-msgid "Yes, print PostScript test page"
-msgstr "Da, imprim o pagina de test Postscript"
+#: ../../printerdrake.pm_.c:1667 ../../printerdrake.pm_.c:2732
+#, fuzzy
+msgid "Raw printer"
+msgstr "Imprimant local"
-#: ../../printerdrake.pm_.c:236
-msgid "Yes, print both test pages"
-msgstr "Da, imprim amndou paginile de test"
+#: ../../printerdrake.pm_.c:1685
+#, c-format
+msgid ""
+"To print a file from the command line (terminal window) you can either use "
+"the command \"%s <file>\" or a graphical printing tool: \"xpp <file>\" or "
+"\"kprinter <file>\". The graphical tools allow you to choose the printer and "
+"to modify the option settings easily.\n"
+msgstr ""
-#: ../../printerdrake.pm_.c:243
-msgid "Configure Printer"
-msgstr "Configuraia imprimantei"
+#: ../../printerdrake.pm_.c:1687
+msgid ""
+"These commands you can also use in the \"Printing command\" field of the "
+"printing dialogs of many applications, but here do not supply the file name "
+"because the file to print is provided by the application.\n"
+msgstr ""
-#: ../../printerdrake.pm_.c:273
-msgid "Printer options"
+#: ../../printerdrake.pm_.c:1690 ../../printerdrake.pm_.c:1706
+#: ../../printerdrake.pm_.c:1716
+#, c-format
+msgid ""
+"\n"
+"The \"%s\" command also allows to modify the option settings for a "
+"particular printing job. Simply add the desired settings to the command "
+"line, e. g. \"%s <file>\". "
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1693 ../../printerdrake.pm_.c:1732
+#, c-format
+msgid ""
+"To know about the options available for the current printer read either the "
+"list shown below or click on the \"Print option list\" button.%s\n"
+"\n"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1696
+msgid ""
+"Here is a list of the available printing options for the current printer:\n"
+"\n"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1701 ../../printerdrake.pm_.c:1711
+#, c-format
+msgid ""
+"To print a file from the command line (terminal window) use the command \"%s "
+"<file>\".\n"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1703 ../../printerdrake.pm_.c:1713
+#: ../../printerdrake.pm_.c:1723
+msgid ""
+"This command you can also use in the \"Printing command\" field of the "
+"printing dialogs of many applications. But here do not supply the file name "
+"because the file to print is provided by the application.\n"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1708 ../../printerdrake.pm_.c:1718
+msgid ""
+"To get a list of the options available for the current printer click on the "
+"\"Print option list\" button."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1721
+#, c-format
+msgid ""
+"To print a file from the command line (terminal window) use the command \"%s "
+"<file>\" or \"%s <file>\".\n"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1725
+msgid ""
+"You can also use the graphical interface \"xpdq\" for setting options and "
+"handling printing jobs.\n"
+"If you are using KDE as desktop environment you have a \"panic button\", an "
+"icon on the desktop, labeled with \"STOP Printer!\", which stops all print "
+"jobs immediately when you click it. This is for example useful for paper "
+"jams.\n"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1729
+#, c-format
+msgid ""
+"\n"
+"The \"%s\" and \"%s\" commands also allow to modify the option settings for "
+"a particular printing job. Simply add the desired settings to the command "
+"line, e. g. \"%s <file>\".\n"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1738 ../../printerdrake.pm_.c:1744
+#: ../../printerdrake.pm_.c:1745 ../../printerdrake.pm_.c:1746
+#: ../../printerdrake.pm_.c:2716 ../../standalone/drakbackup_.c:754
+#: ../../standalone/drakbackup_.c:2458 ../../standalone/drakfont_.c:577
+#: ../../standalone/drakfont_.c:791
+#, fuzzy
+msgid "Close"
+msgstr "Mouse USB"
+
+#: ../../printerdrake.pm_.c:1741 ../../printerdrake.pm_.c:1753
+#, fuzzy, c-format
+msgid "Printing/Scanning on \"%s\""
+msgstr "Oprire reea"
+
+#: ../../printerdrake.pm_.c:1742 ../../printerdrake.pm_.c:1754
+#, fuzzy, c-format
+msgid "Printing on the printer \"%s\""
+msgstr "Oprire reea"
+
+#: ../../printerdrake.pm_.c:1744
+#, fuzzy
+msgid "Print option list"
msgstr "Opiuni imprimant"
-#: ../../printerdrake.pm_.c:274
-msgid "Paper Size"
-msgstr "Mrimea hrtiei"
+#: ../../printerdrake.pm_.c:1766
+#, c-format
+msgid ""
+"Your HP multi-function device was configured automatically to be able to "
+"scan. Now you can scan with \"scanimage\" (\"scanimage -d hp:%s\" to specify "
+"the scanner when you have more than one) from the command line or with the "
+"graphical interfaces \"xscanimage\" or \"xsane\". If you are using the GIMP, "
+"you can also scan by choosing the appropriate point in the \"File\"/\"Acquire"
+"\" menu. Call also \"man scanimage\" and \"man sane-hp\" on the command line "
+"to get more information.\n"
+"\n"
+"Do not use \"scannerdrake\" for this device!"
+msgstr ""
-#: ../../printerdrake.pm_.c:275
-msgid "Eject page after job?"
-msgstr "Ejectarea paginei dup lucru?"
+#: ../../printerdrake.pm_.c:1772
+#, c-format
+msgid ""
+"Your HP multi-function device was configured automatically to be able to "
+"scan. Now you can scan from the command line with \"ptal-hp %s scan ...\". "
+"Scanning via a graphical interface or from the GIMP is not supported yet for "
+"your device. More information you will find in the \"/usr/share/doc/hpoj-0.8/"
+"ptal-hp-scan.html\" file on your system. If you have an HP LaserJet 1100 or "
+"1200 you can only scan when you have the scanner option installed.\n"
+"\n"
+"Do not use \"scannerdrake\" for this device!"
+msgstr ""
-#: ../../printerdrake.pm_.c:280
-msgid "Uniprint driver options"
-msgstr "Opiuni pilot Uniprint"
+#: ../../printerdrake.pm_.c:1794 ../../printerdrake.pm_.c:2221
+#: ../../printerdrake.pm_.c:2485 ../../standalone/printerdrake_.c:49
+msgid "Reading printer data ..."
+msgstr ""
-#: ../../printerdrake.pm_.c:281
-msgid "Color depth options"
-msgstr "Opiuni pentru culori:"
+#: ../../printerdrake.pm_.c:1814 ../../printerdrake.pm_.c:1842
+#: ../../printerdrake.pm_.c:1877
+#, fuzzy
+msgid "Transfer printer configuration"
+msgstr "Configuraie proxy"
+
+#: ../../printerdrake.pm_.c:1815
+#, c-format
+msgid ""
+"You can copy the printer configuration which you have done for the spooler %"
+"s to %s, your current spooler. All the configuration data (printer name, "
+"description, location, connection type, and default option settings) is "
+"overtaken, but jobs will not be transferred.\n"
+"Not all queues can be transferred due to the following reasons:\n"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1818
+msgid ""
+"CUPS does not support printers on Novell servers or printers sending the "
+"data into a free-formed command.\n"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1820
+msgid ""
+"PDQ only supports local printers, remote LPD printers, and Socket/TCP "
+"printers.\n"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1822
+msgid "LPD and LPRng do not support IPP printers.\n"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1824
+msgid ""
+"In addition, queues not created with this program or \"foomatic-configure\" "
+"cannot be transferred."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1825
+msgid ""
+"\n"
+"Also printers configured with the PPD files provided by their manufacturers "
+"or with native CUPS drivers cannot be transferred."
+msgstr ""
-#: ../../printerdrake.pm_.c:283
-msgid "Print text as PostScript?"
-msgstr "Imprim text ca Postscript"
+#: ../../printerdrake.pm_.c:1826
+msgid ""
+"\n"
+"Mark the printers which you want to transfer and click \n"
+"\"Transfer\"."
+msgstr ""
-#: ../../printerdrake.pm_.c:285
-msgid "Fix stair-stepping text?"
-msgstr "Repar efectul de scar al textului"
+#: ../../printerdrake.pm_.c:1829
+msgid "Do not transfer printers"
+msgstr ""
-#: ../../printerdrake.pm_.c:287
-msgid "Number of pages per output pages"
-msgstr "Numr de pagini"
+#: ../../printerdrake.pm_.c:1830 ../../printerdrake.pm_.c:1847
+msgid "Transfer"
+msgstr ""
-#: ../../printerdrake.pm_.c:288
-msgid "Right/Left margins in points (1/72 of inch)"
-msgstr "Marginile Dreapta/Stnga n puncte (1/72 inci)"
+#: ../../printerdrake.pm_.c:1843
+#, c-format
+msgid ""
+"A printer named \"%s\" already exists under %s. \n"
+"Click \"Transfer\" to overwrite it.\n"
+"You can also type a new name or skip this printer."
+msgstr ""
-#: ../../printerdrake.pm_.c:289
-msgid "Top/Bottom margins in points (1/72 of inch)"
-msgstr "Marginile Sus/Jos n puncte (1/72 inci)"
+#: ../../printerdrake.pm_.c:1851
+msgid "Name of printer should contain only letters, numbers and the underscore"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1856
+#, c-format
+msgid ""
+"The printer \"%s\" already exists,\n"
+"do you really want to overwrite its configuration?"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1864
+#, fuzzy
+msgid "New printer name"
+msgstr "Imprimant local"
+
+#: ../../printerdrake.pm_.c:1867
+#, c-format
+msgid "Transferring %s ..."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1878
+#, c-format
+msgid ""
+"You have transferred your former default printer (\"%s\"), Should it be also "
+"the default printer under the new printing system %s?"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1887
+msgid "Refreshing printer data ..."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1895 ../../printerdrake.pm_.c:1966
+#: ../../printerdrake.pm_.c:1978
+#, fuzzy
+msgid "Configuration of a remote printer"
+msgstr "Configuraia imprimantei"
+
+#: ../../printerdrake.pm_.c:1896
+#, fuzzy
+msgid "Starting network ..."
+msgstr "Configuraie reea"
+
+#: ../../printerdrake.pm_.c:1930 ../../printerdrake.pm_.c:1934
+#: ../../printerdrake.pm_.c:1936
+#, fuzzy
+msgid "Configure the network now"
+msgstr "Configuraie reea"
+
+#: ../../printerdrake.pm_.c:1931
+#, fuzzy
+msgid "Network functionality not configured"
+msgstr "Monitor nu a fost nc configurat"
+
+#: ../../printerdrake.pm_.c:1932
+msgid ""
+"You are going to configure a remote printer. This needs working network "
+"access, but your network is not configured yet. If you go on without network "
+"configuration, you will not be able to use the printer which you are "
+"configuring now. How do you want to proceed?"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1935
+#, fuzzy
+msgid "Go on without configuring the network"
+msgstr "Configuraie reea"
+
+#: ../../printerdrake.pm_.c:1968
+msgid ""
+"The network configuration done during the installation cannot be started "
+"now. Please check whether the network gets accessable after booting your "
+"system and correct the configuration using the Mandrake Control Center, "
+"section \"Network & Internet\"/\"Connection\", and afterwards set up the "
+"printer, also using the Mandrake Control Center, section \"Hardware\"/"
+"\"Printer\""
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1969
+msgid ""
+"The network access was not running and could not be started. Please check "
+"your configuration and your hardware. Then try to configure your remote "
+"printer again."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1979
+#, fuzzy
+msgid "Restarting printing system ..."
+msgstr "Ce tip de partiie dorii?"
+
+#: ../../printerdrake.pm_.c:2017
+#, fuzzy
+msgid "high"
+msgstr "Ridicat"
+
+#: ../../printerdrake.pm_.c:2017
+#, fuzzy
+msgid "paranoid"
+msgstr "Paranoiac"
+
+#: ../../printerdrake.pm_.c:2018
+#, c-format
+msgid "Installing a printing system in the %s security level"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:2019
+#, c-format
+msgid ""
+"You are about to install the printing system %s on a system running in the %"
+"s security level.\n"
+"\n"
+"This printing system runs a daemon (background process) which waits for "
+"print jobs and handles them. This daemon is also accessable by remote "
+"machines through the network and so it is a possible point for attacks. "
+"Therefore only a few selected daemons are started by default in this "
+"security level.\n"
+"\n"
+"Do you really want to configure printing on this machine?"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:2051
+#, fuzzy
+msgid "Starting the printing system at boot time"
+msgstr "Ce tip de partiie dorii?"
+
+#: ../../printerdrake.pm_.c:2052
+#, c-format
+msgid ""
+"The printing system (%s) will not be started automatically when the machine "
+"is booted.\n"
+"\n"
+"It is possible that the automatic starting was turned off by changing to a "
+"higher security level, because the printing system is a potential point for "
+"attacks.\n"
+"\n"
+"Do you want to have the automatic starting of the printing system turned on "
+"again?"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:2075 ../../printerdrake.pm_.c:2113
+#: ../../printerdrake.pm_.c:2143 ../../printerdrake.pm_.c:2176
+#: ../../printerdrake.pm_.c:2281
+msgid "Checking installed software..."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:2117
+msgid "Removing LPRng..."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:2147
+msgid "Removing LPD..."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:2205
+#, fuzzy
+msgid "Select Printer Spooler"
+msgstr "Selectai Conexiunea de imprimant"
+
+#: ../../printerdrake.pm_.c:2206
+#, fuzzy
+msgid "Which printing system (spooler) do you want to use?"
+msgstr "Ce tip de partiie dorii?"
+
+#: ../../printerdrake.pm_.c:2239
+#, fuzzy, c-format
+msgid "Configuring printer \"%s\" ..."
+msgstr "Configuraia imprimantei"
+
+#: ../../printerdrake.pm_.c:2252
+#, fuzzy
+msgid "Installing Foomatic ..."
+msgstr "Instalarea pachetului %s"
-#: ../../printerdrake.pm_.c:291
-msgid "Extra GhostScript options"
-msgstr "Opiuni Gostscript suplimentare"
+#: ../../printerdrake.pm_.c:2309 ../../printerdrake.pm_.c:2348
+#: ../../printerdrake.pm_.c:2733 ../../printerdrake.pm_.c:2803
+msgid "Printer options"
+msgstr "Opiuni imprimant"
-#: ../../printerdrake.pm_.c:293
-msgid "Extra Text options"
-msgstr "Opinuni Text suplimentare"
+#: ../../printerdrake.pm_.c:2318
+msgid "Preparing PrinterDrake ..."
+msgstr ""
-#: ../../printerdrake.pm_.c:295
-msgid "Reverse page order"
-msgstr "incerseaz ordinea paginilor"
+#: ../../printerdrake.pm_.c:2335 ../../printerdrake.pm_.c:2890
+#, fuzzy
+msgid "Configuring applications..."
+msgstr "Configuraia imprimantei"
-#: ../../printerdrake.pm_.c:345
-msgid "Would you like to configure a printer?"
+#: ../../printerdrake.pm_.c:2355
+#, fuzzy
+msgid "Would you like to configure printing?"
msgstr "Dorii s configurai o imprimant?"
-#: ../../printerdrake.pm_.c:351
+#: ../../printerdrake.pm_.c:2367
+msgid "Printing system: "
+msgstr ""
+
+#: ../../printerdrake.pm_.c:2415
+#, fuzzy
+msgid "Printerdrake"
+msgstr "Imprimant"
+
+#: ../../printerdrake.pm_.c:2419
+#, fuzzy
msgid ""
-"Here are the following print queues.\n"
-"You can add some more or change the existing ones."
+"The following printers are configured. Double-click on a printer to change "
+"its settings; to make it the default printer; to view information about it; "
+"or to make a printer on a remote CUPS server available for Star Office/"
+"OpenOffice.org."
msgstr ""
"Iat urmtoarele cozi de imprimare\n"
"Putei s adugai altele sau s modificai cele existente."
-#: ../../printerdrake.pm_.c:370
+#: ../../printerdrake.pm_.c:2420
#, fuzzy
-msgid "CUPS starting"
-msgstr "Estimare"
+msgid ""
+"The following printers are configured. Double-click on a printer to change "
+"its settings; to make it the default printer; or to view information about "
+"it."
+msgstr ""
+"Iat urmtoarele cozi de imprimare\n"
+"Putei s adugai altele sau s modificai cele existente."
-#: ../../printerdrake.pm_.c:370
-msgid "Reading CUPS drivers database..."
+#: ../../printerdrake.pm_.c:2446
+msgid "Refresh printer list (to display all available remote CUPS printers)"
msgstr ""
-#: ../../printerdrake.pm_.c:384 ../../printerdrake.pm_.c:450
-#: ../../printerdrake.pm_.c:471 ../../printerdrake.pm_.c:479
-msgid "Select Printer Connection"
-msgstr "Selectai Conexiunea de imprimant"
+#: ../../printerdrake.pm_.c:2464
+#, fuzzy
+msgid "Change the printing system"
+msgstr "Configuraie reea"
-#: ../../printerdrake.pm_.c:385 ../../printerdrake.pm_.c:472
-msgid "How is the printer connected?"
-msgstr "Cum e conectat imprimanta ?"
+#: ../../printerdrake.pm_.c:2469 ../../standalone/draknet_.c:278
+#, fuzzy
+msgid "Normal Mode"
+msgstr "Normal"
-#: ../../printerdrake.pm_.c:392
+#: ../../printerdrake.pm_.c:2625 ../../printerdrake.pm_.c:2675
+#: ../../printerdrake.pm_.c:2884
#, fuzzy
-msgid "Select Remote Printer Connection"
-msgstr "Selectai Conexiunea de imprimant"
+msgid "Do you want to configure another printer?"
+msgstr "Dorii s testai configuraia ?"
+
+#: ../../printerdrake.pm_.c:2711
+#, fuzzy
+msgid "Modify printer configuration"
+msgstr "Configuraie modem"
-#: ../../printerdrake.pm_.c:393
+#: ../../printerdrake.pm_.c:2713
+#, fuzzy, c-format
msgid ""
-"With a remote CUPS server, you do not have to configure\n"
-"any printer here; printers will be automatically detected.\n"
-"In case of doubt, select \"Remote CUPS server\"."
+"Printer %s\n"
+"What do you want to modify on this printer?"
+msgstr "Dorii s testai configuraia ?"
+
+#: ../../printerdrake.pm_.c:2717
+msgid "Do it!"
msgstr ""
-#: ../../printerdrake.pm_.c:416
-msgid ""
-"With a remote CUPS server, you do not have to configure\n"
-"any printer here; printers will be automatically detected\n"
-"unless you have a server on a different network; in the\n"
-"latter case, you have to give the CUPS server IP address\n"
-"and optionally the port number."
+#: ../../printerdrake.pm_.c:2722 ../../printerdrake.pm_.c:2777
+#, fuzzy
+msgid "Printer connection type"
+msgstr "Selectai Conexiunea de imprimant"
+
+#: ../../printerdrake.pm_.c:2723 ../../printerdrake.pm_.c:2781
+#, fuzzy
+msgid "Printer name, description, location"
+msgstr "Selectai Conexiunea de imprimant"
+
+#: ../../printerdrake.pm_.c:2725 ../../printerdrake.pm_.c:2796
+msgid "Printer manufacturer, model, driver"
msgstr ""
-#: ../../printerdrake.pm_.c:421
+#: ../../printerdrake.pm_.c:2726 ../../printerdrake.pm_.c:2797
+msgid "Printer manufacturer, model"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:2735 ../../printerdrake.pm_.c:2807
+msgid "Set this printer as the default"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:2737 ../../printerdrake.pm_.c:2812
+msgid "Add this printer to Star Office/OpenOffice.org"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:2738 ../../printerdrake.pm_.c:2821
+msgid "Remove this printer from Star Office/OpenOffice.org"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:2739 ../../printerdrake.pm_.c:2830
#, fuzzy
-msgid "CUPS server IP"
-msgstr "Adresa IP a serverului SMB"
+msgid "Print test pages"
+msgstr "Imprimarea pagin(ei/lor) de test"
+
+#: ../../printerdrake.pm_.c:2740 ../../printerdrake.pm_.c:2832
+#, fuzzy
+msgid "Know how to use this printer"
+msgstr "Dorii s testai configuraia ?"
+
+#: ../../printerdrake.pm_.c:2742 ../../printerdrake.pm_.c:2834
+#, fuzzy
+msgid "Remove printer"
+msgstr "Opiuni pentru imprimanta lpd distant"
+
+#: ../../printerdrake.pm_.c:2786
+#, fuzzy, c-format
+msgid "Removing old printer \"%s\" ..."
+msgstr "Opiuni pentru imprimanta lpd distant"
+
+#: ../../printerdrake.pm_.c:2810
+#, fuzzy
+msgid "Default printer"
+msgstr "Imprimant local"
-#: ../../printerdrake.pm_.c:429
-msgid "Port number should be numeric"
+#: ../../printerdrake.pm_.c:2811
+#, c-format
+msgid "The printer \"%s\" is set as the default printer now."
msgstr ""
-#: ../../printerdrake.pm_.c:451 ../../printerdrake.pm_.c:480
-msgid "Remove queue"
-msgstr "terge coada"
+#: ../../printerdrake.pm_.c:2815 ../../printerdrake.pm_.c:2818
+msgid "Adding printer to Star Office/OpenOffice.org"
+msgstr ""
-#: ../../printerdrake.pm_.c:454
+#: ../../printerdrake.pm_.c:2816
+#, c-format
msgid ""
-"Name of printer should contains only letters, numbers and the underscore"
+"The printer \"%s\" was successfully added to Star Office/OpenOffice.org."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:2819
+#, c-format
+msgid "Failed to add the printer \"%s\" to Star Office/OpenOffice.org."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:2824 ../../printerdrake.pm_.c:2827
+msgid "Removing printer from Star Office/OpenOffice.org"
msgstr ""
-#: ../../printerdrake.pm_.c:461
+#: ../../printerdrake.pm_.c:2825
+#, c-format
+msgid ""
+"The printer \"%s\" was successfully removed from Star Office/OpenOffice.org."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:2828
+#, c-format
+msgid "Failed to remove the printer \"%s\" from Star Office/OpenOffice.org."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:2836
+#, fuzzy, c-format
+msgid "Do you really want to remove the printer \"%s\"?"
+msgstr "Dorii s testai configuraia ?"
+
+#: ../../printerdrake.pm_.c:2838
+#, fuzzy, c-format
+msgid "Removing printer \"%s\" ..."
+msgstr "Opiuni pentru imprimanta lpd distant"
+
+#: ../../proxy.pm_.c:29 ../../proxy.pm_.c:37 ../../proxy.pm_.c:58
+#: ../../proxy.pm_.c:78
#, fuzzy
+msgid "Proxy configuration"
+msgstr "Configuraie post-install"
+
+#: ../../proxy.pm_.c:30
+msgid ""
+"Welcome to the proxy configuration utility.\n"
+"\n"
+"Here, you'll be able to set up your http and ftp proxies\n"
+"with or without login and password\n"
+msgstr ""
+
+#: ../../proxy.pm_.c:38
msgid ""
-"Every printer need a name (for example lp).\n"
-"Other parameters such as the description of the printer or its location\n"
-"can be defined. What name should be used for this printer and\n"
-"how is the printer connected?"
+"Please fill in the http proxy informations\n"
+"Leave it blank if you don't want an http proxy"
msgstr ""
-"Fiecare coad (la care activitile de imprimare sunt trimise) are nevoie\n"
-"de un nume (adesea lp) i de un directoriu de spool asociat. Ce nume\n"
-"i directoriu dorii s utilizai pentru aceast coad i cum e "
-"conectatimprimanta?"
-#: ../../printerdrake.pm_.c:465
+#: ../../proxy.pm_.c:39 ../../proxy.pm_.c:60
+msgid "URL"
+msgstr ""
+
+#: ../../proxy.pm_.c:40 ../../proxy.pm_.c:61
#, fuzzy
-msgid "Name of printer"
-msgstr "Imprimant local"
+msgid "port"
+msgstr "Slab"
-#: ../../printerdrake.pm_.c:466
+#: ../../proxy.pm_.c:44
#, fuzzy
-msgid "Description"
-msgstr "Specificai opiunile"
+msgid "Url should begin with 'http:'"
+msgstr "Proxy-ul ar trebui s fie http://..."
-#: ../../printerdrake.pm_.c:467
+#: ../../proxy.pm_.c:48 ../../proxy.pm_.c:69
+msgid "The port part should be numeric"
+msgstr ""
+
+#: ../../proxy.pm_.c:59
+msgid ""
+"Please fill in the ftp proxy informations\n"
+"Leave it blank if you don't want an ftp proxy"
+msgstr ""
+
+#: ../../proxy.pm_.c:65
#, fuzzy
-msgid "Location"
-msgstr "Informaie"
+msgid "Url should begin with 'ftp:'"
+msgstr "Proxy-ul ar trebui s fie ftp://..."
-#: ../../printerdrake.pm_.c:482
+#: ../../proxy.pm_.c:79
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?"
+"Please enter proxy login and password, if any.\n"
+"Leave it blank if you don't want login/passwd"
msgstr ""
-"Fiecare coad (la care activitile de imprimare sunt trimise) are nevoie\n"
-"de un nume (adesea lp) i de un directoriu de spool asociat. Ce nume\n"
-"i directoriu dorii s utilizai pentru aceast coad i cum e "
-"conectatimprimanta?"
-#: ../../printerdrake.pm_.c:489
-msgid "Name of queue"
-msgstr "Numele cozii:"
+#: ../../proxy.pm_.c:80
+#, fuzzy
+msgid "login"
+msgstr "Belgian"
-#: ../../printerdrake.pm_.c:490
-msgid "Spool directory"
-msgstr "Dosar de Spool:"
+#: ../../proxy.pm_.c:82
+#, fuzzy
+msgid "password"
+msgstr "Parola"
-#: ../../printerdrake.pm_.c:491
-msgid "Printer Connection"
-msgstr "Selectai Conexiunea de imprimant"
+#: ../../proxy.pm_.c:84
+#, fuzzy
+msgid "re-type password"
+msgstr "Nici o parol"
-#: ../../raid.pm_.c:33
+#: ../../proxy.pm_.c:88
+#, fuzzy
+msgid "The passwords don't match. Try again!"
+msgstr "Parolele nu corespund"
+
+#: ../../raid.pm_.c:35
#, c-format
msgid "Can't add a partition to _formatted_ RAID md%d"
msgstr "Nu pot aduga partiia la md%d _formatat_RAID"
-#: ../../raid.pm_.c:103
-msgid "Can't write file $file"
-msgstr "Nu pot scrie fiierul $file"
+#: ../../raid.pm_.c:111
+#, c-format
+msgid "Can't write file %s"
+msgstr "Nu pot scrie fiierul %s"
-#: ../../raid.pm_.c:128
+#: ../../raid.pm_.c:136
msgid "mkraid failed"
msgstr "mkraid a euat"
-#: ../../raid.pm_.c:128
+#: ../../raid.pm_.c:136
msgid "mkraid failed (maybe raidtools are missing?)"
msgstr "mkraid a euat (poate v lipsesc raidtools?)"
-#: ../../raid.pm_.c:144
+#: ../../raid.pm_.c:152
#, c-format
msgid "Not enough partitions for RAID level %d\n"
msgstr "Nu avei destule partiii pentru nivelul RAID %d\n"
-#: ../../services.pm_.c:16
+#: ../../services.pm_.c:14
msgid "Launch the ALSA (Advanced Linux Sound Architecture) sound system"
msgstr ""
-#: ../../services.pm_.c:17
+#: ../../services.pm_.c:15
msgid "Anacron a periodic command scheduler."
msgstr "Anacron un orar de comand periodic"
-#: ../../services.pm_.c:18
+#: ../../services.pm_.c:16
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."
@@ -6213,7 +7784,7 @@ msgstr ""
"Poate de asemenea fi folosit pentru oprirea calculatorului dac bateria e\n"
"slab."
-#: ../../services.pm_.c:20
+#: ../../services.pm_.c:18
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."
@@ -6222,7 +7793,7 @@ msgstr ""
"demararea lui at i lanseaz comenzi batch atunci cnd media de ncrcare\n"
"e suficient de sczut."
-#: ../../services.pm_.c:22
+#: ../../services.pm_.c:20
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 "
@@ -6235,7 +7806,7 @@ msgstr ""
"i\n"
"opiuni de configuraie mai avansate."
-#: ../../services.pm_.c:25
+#: ../../services.pm_.c:23
msgid ""
"GPM adds mouse support to text-based Linux applications such the\n"
"Midnight Commander. It also allows mouse-based console cut-and-paste "
@@ -6246,21 +7817,20 @@ msgstr ""
"El permite de asemenea operaii cu mouse-ul de copiere/lipire i include\n"
"suportul meniurilor contextuale n consol."
-#: ../../services.pm_.c:28
+#: ../../services.pm_.c:26
msgid ""
"HardDrake runs a hardware probe, and optionally configures\n"
"new/changed hardware."
msgstr ""
-#: ../../services.pm_.c:30
+#: ../../services.pm_.c:28 ../../standalone/logdrake_.c:412
msgid ""
-"Apache is a World Wide Web server. It is used to serve HTML files\n"
-"and CGI."
+"Apache is a World Wide Web server. It is used to serve HTML files and CGI."
msgstr ""
"Apache e un server World Wide Web. E folosit pentru a servi fiiere HTML\n"
"i CGI."
-#: ../../services.pm_.c:32
+#: ../../services.pm_.c:29
msgid ""
"The internet superserver daemon (commonly called inetd) starts a\n"
"variety of other internet services as needed. It is responsible for "
@@ -6273,13 +7843,13 @@ msgstr ""
"de servicii, incluznd telnet, ftp, rsh i rlogin. Dezactivarea lui telnet\n"
"dezactiveaz toate serviciile de care e responsabil."
-#: ../../services.pm_.c:36
+#: ../../services.pm_.c:33
msgid ""
"Launch packet filtering for Linux kernel 2.2 series, to set\n"
"up a firewall to protect your machine from network attacks."
msgstr ""
-#: ../../services.pm_.c:38
+#: ../../services.pm_.c:35
msgid ""
"This package loads the selected keyboard map as set in\n"
"/etc/sysconfig/keyboard. This can be selected using the kbdconfig utility.\n"
@@ -6289,23 +7859,23 @@ msgstr ""
"/etc/sysconfig/keyboard. Aceasta poate fi selectat folosind kbdconfig.\n"
"Ar trebuie s-l lsai activat pentru majoritatea calculatoarelor."
-#: ../../services.pm_.c:41
+#: ../../services.pm_.c:38
msgid ""
"Automatic regeneration of kernel header in /boot for\n"
"/usr/include/linux/{autoconf,version}.h"
msgstr ""
-#: ../../services.pm_.c:43
+#: ../../services.pm_.c:40
msgid "Automatic detection and configuration of hardware at boot."
msgstr ""
-#: ../../services.pm_.c:44
+#: ../../services.pm_.c:41
msgid ""
"Linuxconf will sometimes arrange to perform various tasks\n"
"at boot-time to maintain the system configuration."
msgstr ""
-#: ../../services.pm_.c:46
+#: ../../services.pm_.c:43
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)."
@@ -6313,21 +7883,22 @@ msgstr ""
"lpd este procesul de imprimare necesar pentru ca lpr s funcioneze corect.\n"
"E un server care arbitreaz activitatea imprimantei(lor)."
-#: ../../services.pm_.c:48
+#: ../../services.pm_.c:45
msgid ""
"Linux Virtual Server, used to build a high-performance and highly\n"
"available server."
msgstr ""
-#: ../../services.pm_.c:50
+#: ../../services.pm_.c:47 ../../standalone/logdrake_.c:413
+#, fuzzy
msgid ""
-"named (BIND) is a Domain Name Server (DNS) that is used to resolve\n"
-"host names to IP addresses."
+"named (BIND) is a Domain Name Server (DNS) that is used to resolve host "
+"names to IP addresses."
msgstr ""
"named (BIND) e un Server de Nume de Domeniu (DNS) care e folosit la\n"
"rezolvarea adreselor IP."
-#: ../../services.pm_.c:52
+#: ../../services.pm_.c:48
msgid ""
"Mounts and unmounts all Network File System (NFS), SMB (Lan\n"
"Manager/Windows), and NCP (NetWare) mount points."
@@ -6336,7 +7907,7 @@ msgstr ""
"Reea\n"
"(NFS), SMB (LanManager/Windows i NCP (NetWare)."
-#: ../../services.pm_.c:54
+#: ../../services.pm_.c:50
msgid ""
"Activates/Deactivates all network interfaces configured to start\n"
"at boot time."
@@ -6344,7 +7915,7 @@ msgstr ""
"Activeaz/Dezactiveaz toate interfeele de reea configurate pentru fi\n"
"iniializate la demaraj."
-#: ../../services.pm_.c:56
+#: ../../services.pm_.c:52
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"
@@ -6354,7 +7925,7 @@ msgstr ""
"TCP/IP. Acest serviciu furnizeaz funcionalitatea server-ului NFS, care e\n"
"configurat via fiierului /etc/exports."
-#: ../../services.pm_.c:59
+#: ../../services.pm_.c:55
msgid ""
"NFS is a popular protocol for file sharing across TCP/IP\n"
"networks. This service provides NFS file locking functionality."
@@ -6362,17 +7933,17 @@ msgstr ""
"NFS e un protocol popular pentru a mpri fiiere de-a lungul reelelor\n"
"TCP/IP. Acest serviciu furnizeaz funcionalitatea blocrii fiierelor NFS."
-#: ../../services.pm_.c:61
+#: ../../services.pm_.c:57
msgid ""
"Automatically switch on numlock key locker under console\n"
"and XFree at boot."
msgstr ""
-#: ../../services.pm_.c:63
+#: ../../services.pm_.c:59
msgid "Support the OKI 4w and compatible winprinters."
msgstr ""
-#: ../../services.pm_.c:64
+#: ../../services.pm_.c:60
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 "
@@ -6383,7 +7954,7 @@ msgstr ""
"laptop-uri. Nu va demara dect dac e configurat deci nu e nici o problem\n"
"dac e instalat pe calculatoare care nu au nevoie de acesta."
-#: ../../services.pm_.c:67
+#: ../../services.pm_.c:63
msgid ""
"The portmapper manages RPC connections, which are used by\n"
"protocols such as NFS and NIS. The portmap server must be running on "
@@ -6395,15 +7966,16 @@ msgstr ""
"ca NFS i NIS. Server-ul portmap trebuie demarat pe calculatoare care \n"
"funcioneaz ca servere pentru protocoluri care folosesc mecanismul RPC."
-#: ../../services.pm_.c:70
+#: ../../services.pm_.c:66 ../../standalone/logdrake_.c:415
+#, fuzzy
msgid ""
-"Postfix is a Mail Transport Agent, which is the program that\n"
-"moves mail from one machine to another."
+"Postfix is a Mail Transport Agent, which is the program that moves mail from "
+"one machine to another."
msgstr ""
"Postfix est un Agent de Transport de Mail (MTA), care e programul care\n"
"permite deplasarea mail-ului de la un calculator la altul."
-#: ../../services.pm_.c:72
+#: ../../services.pm_.c:67
msgid ""
"Saves and restores system entropy pool for higher quality random\n"
"number generation."
@@ -6411,13 +7983,13 @@ msgstr ""
"Salveaz i restaureaz entropia sistemului pentru o mai mare calitate\n"
"a generrii de numere aleatoare."
-#: ../../services.pm_.c:74
+#: ../../services.pm_.c:69
msgid ""
"Assign raw devices to block devices (such as hard drive\n"
"partitions), for the use of applications such as Oracle"
msgstr ""
-#: ../../services.pm_.c:76
+#: ../../services.pm_.c:71
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"
@@ -6428,7 +8000,7 @@ msgstr ""
" protocolului RIP. n timp de RIP este folosit pentru reele mici,\n"
"alte protocoluri mai complexe sunt folosite pentru reele mai complexe."
-#: ../../services.pm_.c:79
+#: ../../services.pm_.c:74
msgid ""
"The rstat protocol allows users on a network to retrieve\n"
"performance metrics for any machine on that network."
@@ -6436,7 +8008,7 @@ msgstr ""
"Protocolul rstat permite utilizatorilor unei reele s recupereze\n"
"performanele metrice de la orice calculator de pe reea."
-#: ../../services.pm_.c:81
+#: ../../services.pm_.c:76
msgid ""
"The rusers protocol allows users on a network to identify who is\n"
"logged in on other responding machines."
@@ -6444,7 +8016,7 @@ msgstr ""
"'Protocolul rusers permite utilizatorilor unei reele s identifice\n"
"cine e conectat la calculatoarele care au rspuns."
-#: ../../services.pm_.c:83
+#: ../../services.pm_.c:78
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)."
@@ -6453,11 +8025,11 @@ msgstr ""
"utilizatorului conectai la un calculator care folosete procesul rwho\n"
"(similar cu finger)."
-#: ../../services.pm_.c:85
+#: ../../services.pm_.c:80
msgid "Launch the sound system on your machine"
msgstr ""
-#: ../../services.pm_.c:86
+#: ../../services.pm_.c:81
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."
@@ -6466,47 +8038,266 @@ msgstr ""
"mesaje de log n numeroaselor fiiere de log ale sistemului. E o idee\n"
"bun s demarai ntotdeauna syslog."
-#: ../../services.pm_.c:88
+#: ../../services.pm_.c:83
msgid "Load the drivers for your usb devices."
msgstr ""
-#: ../../services.pm_.c:89
+#: ../../services.pm_.c:84
#, fuzzy
msgid "Starts the X Font Server (this is mandatory for XFree to run)."
msgstr ""
"Demareaz i oprete Server-ul de caractere X la demararea i\n"
"oprirea calculatorului."
-#: ../../services.pm_.c:118
+#: ../../services.pm_.c:110 ../../services.pm_.c:152
msgid "Choose which services should be automatically started at boot time"
msgstr "Alegei ce servici dorii s fie lansate automat la demaraj"
-#: ../../services.pm_.c:137
+#: ../../services.pm_.c:122
+#, fuzzy
+msgid "Printing"
+msgstr "Imprimant"
+
+#: ../../services.pm_.c:123
+#, fuzzy
+msgid "Internet"
+msgstr "Interesant"
+
+#: ../../services.pm_.c:126
+msgid "File sharing"
+msgstr ""
+
+#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:934
+#, fuzzy
+msgid "System"
+msgstr "Mouse Systems"
+
+#: ../../services.pm_.c:133
+#, fuzzy
+msgid "Remote Administration"
+msgstr "Opiuni pentru imprimanta lpd distant"
+
+#: ../../services.pm_.c:141
+#, fuzzy
+msgid "Database Server"
+msgstr "Server de imprimant"
+
+#: ../../services.pm_.c:170
+#, c-format
+msgid "Services: %d activated for %d registered"
+msgstr ""
+
+#: ../../services.pm_.c:186
+#, fuzzy
+msgid "Services"
+msgstr "periferic: "
+
+#: ../../services.pm_.c:198
#, fuzzy
msgid "running"
msgstr "Avertisment"
-#: ../../services.pm_.c:137
+#: ../../services.pm_.c:198
#, fuzzy
msgid "stopped"
msgstr "Append"
-#: ../../services.pm_.c:151
+#: ../../services.pm_.c:212
msgid "Services and deamons"
msgstr ""
-#: ../../services.pm_.c:156
+#: ../../services.pm_.c:217
msgid ""
-"No additionnal information\n"
+"No additional information\n"
"about this service, sorry."
msgstr ""
-#: ../../services.pm_.c:163
+#: ../../services.pm_.c:224
#, fuzzy
msgid "On boot"
msgstr "Root"
-#: ../../standalone/diskdrake_.c:67
+#: ../../services.pm_.c:236
+#, fuzzy
+msgid "Start"
+msgstr "Meniu de Start"
+
+#: ../../services.pm_.c:236
+#, fuzzy
+msgid "Stop"
+msgstr "Sector"
+
+#: ../../share/advertising/00-thanks.pl_.c:9
+msgid "Thank you for choosing Mandrake Linux 8.2"
+msgstr ""
+
+#: ../../share/advertising/00-thanks.pl_.c:10
+msgid "Welcome to the Open Source world"
+msgstr ""
+
+#: ../../share/advertising/00-thanks.pl_.c:11
+msgid ""
+"The success of MandrakeSoft is based upon the principle of Free Software. "
+"Your new operating system is the result of collaborative work on the part of "
+"the worldwide Linux Community"
+msgstr ""
+
+#: ../../share/advertising/01-gnu.pl_.c:9
+#, fuzzy
+msgid "Join the Free Software world"
+msgstr "Test de configuraie"
+
+#: ../../share/advertising/01-gnu.pl_.c:10
+msgid ""
+"Get to know the Open Source community and become a member. Learn, teach, and "
+"help others by joining the many discussion forums that you will find in our "
+"\"Community\" webpages"
+msgstr ""
+
+#: ../../share/advertising/02-internet.pl_.c:9
+#, fuzzy
+msgid "Internet and Messaging"
+msgstr "Interesant"
+
+#: ../../share/advertising/02-internet.pl_.c:10
+msgid ""
+"Mandrake Linux 8.2 provides the best software to access everything the "
+"Internet has to offer: Surf the web & view animations with Mozilla and "
+"Konqueror, exchange email & organize your personal information with "
+"Evolution and Kmail, and much more"
+msgstr ""
+
+#: ../../share/advertising/03-graphic.pl_.c:9
+#, fuzzy
+msgid "Multimedia and Graphics"
+msgstr "Multimedia"
+
+#: ../../share/advertising/03-graphic.pl_.c:10
+msgid ""
+"Mandrake Linux 8.2 lets you push your multimedia computer to its limits! Use "
+"the latest software to play music and audio files, edit and organize your "
+"images and photos, watch TV and videos, and much more"
+msgstr ""
+
+#: ../../share/advertising/04-develop.pl_.c:9
+#, fuzzy
+msgid "Development"
+msgstr "Programator"
+
+#: ../../share/advertising/04-develop.pl_.c:10
+msgid ""
+"Mandrake Linux 8.2 is the ultimate development platform. Discover the power "
+"of the GNU gcc compiler as well as the best Open Source development "
+"environments"
+msgstr ""
+
+#: ../../share/advertising/05-contcenter.pl_.c:9
+#, fuzzy
+msgid "Mandrake Control Center"
+msgstr "Nume de conexiune"
+
+#: ../../share/advertising/05-contcenter.pl_.c:10
+msgid ""
+"The Mandrake Linux 8.2 Control Center is a one-stop location for fully "
+"customizing and configuring your Mandrake system"
+msgstr ""
+
+#: ../../share/advertising/06-user.pl_.c:9
+#, fuzzy
+msgid "User interfaces"
+msgstr "Interesant"
+
+#: ../../share/advertising/06-user.pl_.c:10
+msgid ""
+"Mandrake Linux 8.2 provides 11 different graphical desktop environments and "
+"window managers to choose from including GNOME 1.4, KDE 2.2.2, Window Maker "
+"0.8, and the rest"
+msgstr ""
+
+#: ../../share/advertising/07-server.pl_.c:9
+#, fuzzy
+msgid "Server Software"
+msgstr "Numele serverului SMB"
+
+#: ../../share/advertising/07-server.pl_.c:10
+msgid ""
+"Transform your machine into a powerful server with just a few clicks of the "
+"mouse: Web server, email, firewall, router, file and print server, ..."
+msgstr ""
+
+#: ../../share/advertising/08-games.pl_.c:9
+#, fuzzy
+msgid "Games"
+msgstr "Gnome"
+
+#: ../../share/advertising/08-games.pl_.c:10
+msgid ""
+"Mandrake Linux 8.2 provides the best Open Source games - arcade, action, "
+"cards, sports, strategy, ..."
+msgstr ""
+
+#: ../../share/advertising/09-MDKcampus.pl_.c:9
+msgid "MandrakeCampus"
+msgstr ""
+
+#: ../../share/advertising/09-MDKcampus.pl_.c:10
+msgid ""
+"Would you like to learn Linux simply, quickly, and for free? MandrakeSoft "
+"provides free Linux training, as well as a way to test your progress, at "
+"MandrakeCampus -- our online training center"
+msgstr ""
+
+#: ../../share/advertising/10-MDKexpert.pl_.c:9
+#, fuzzy
+msgid "MandrakeExpert"
+msgstr "expert"
+
+#: ../../share/advertising/10-MDKexpert.pl_.c:10
+msgid ""
+"Quality support from the Linux Community, and from MandrakeSoft, is just "
+"around the corner. And if you're already a Linux veteran, become an \"Expert"
+"\" and share your knowledge at our support website"
+msgstr ""
+
+#: ../../share/advertising/11-consul.pl_.c:9
+msgid "MandrakeConsulting"
+msgstr ""
+
+#: ../../share/advertising/11-consul.pl_.c:10
+msgid ""
+"For all of your IT projects, our consultants are ready to analyze your "
+"requirements and offer a customized solution. Benefit from MandrakeSoft's "
+"vast experience as a Linux producer to provide a true IT alternative for "
+"your business organization"
+msgstr ""
+
+#: ../../share/advertising/12-MDKstore.pl_.c:9
+#, fuzzy
+msgid "MandrakeStore"
+msgstr "indispensabil"
+
+#: ../../share/advertising/12-MDKstore.pl_.c:10
+msgid ""
+"A full range of Linux solutions, as well as special offers on products and "
+"'goodies', are available online at our e-store"
+msgstr ""
+
+#: ../../share/advertising/13-Nvert.pl_.c:9
+msgid ""
+"For more information on MandrakeSoft's Professional Services and commercial "
+"offerings, please see the following web page:"
+msgstr ""
+
+#: ../../share/advertising/13-Nvert.pl_.c:11
+msgid "http://www.mandrakesoft.com/sales/contact"
+msgstr ""
+
+#: ../../standalone.pm_.c:25
+#, fuzzy
+msgid "Installing packages..."
+msgstr "Instalarea pachetului %s"
+
+#: ../../standalone/diskdrake_.c:85
msgid ""
"I can't read your partition table, it's too corrupted for me :(\n"
"I'll try to go on blanking bad partitions"
@@ -6514,16 +8305,1280 @@ msgstr ""
"Nu pot citi tabloul de partiii, e prea deteriorat dup mine :(\n"
"Voi ncerca s continui tergnd partiiile greite"
-#: ../../standalone/drakgw_.c:37 ../../standalone/drakgw_.c:180
+#: ../../standalone/drakautoinst_.c:45
+#, fuzzy
+msgid "Error!"
+msgstr "Eroare"
+
+#: ../../standalone/drakautoinst_.c:46
+#, c-format
+msgid "I can't find needed image file `%s'."
+msgstr ""
+
+#: ../../standalone/drakautoinst_.c:48
+#, fuzzy
+msgid "Auto Install Configurator"
+msgstr "Configuraie post-install"
+
+#: ../../standalone/drakautoinst_.c:49
+msgid ""
+"You are about to configure an Auto Install floppy. This feature is somewhat "
+"dangerous and must be used circumspectly.\n"
+"\n"
+"With that feature, you will be able to replay the installation you've "
+"performed on this computer, being interactively prompted for some steps, in "
+"order to change their values.\n"
+"\n"
+"For maximum safety, the partitioning and formatting will never be performed "
+"automatically, whatever you chose during the install of this computer.\n"
+"\n"
+"Do you want to continue?"
+msgstr ""
+
+#: ../../standalone/drakautoinst_.c:71
+#, fuzzy
+msgid "Automatic Steps Configuration"
+msgstr "Configuraie post-install"
+
+#: ../../standalone/drakautoinst_.c:72
+msgid ""
+"Please choose for each step whether it will replay like your install, or it "
+"will be manual"
+msgstr ""
+
+#: ../../standalone/drakautoinst_.c:145
+msgid ""
+"\n"
+"Welcome.\n"
+"\n"
+"The parameters of the auto-install are available in the sections on the left"
+msgstr ""
+
+#: ../../standalone/drakautoinst_.c:243 ../../standalone/drakgw_.c:671
+#: ../../standalone/scannerdrake_.c:106
+msgid "Congratulations!"
+msgstr "Felicitri!"
+
+#: ../../standalone/drakautoinst_.c:244
+msgid ""
+"The floppy has been successfully generated.\n"
+"You may now replay your installation."
+msgstr ""
+
+#: ../../standalone/drakautoinst_.c:282
+#, fuzzy
+msgid "Auto Install"
+msgstr "Instalare"
+
+#: ../../standalone/drakautoinst_.c:352
+#, fuzzy
+msgid "Add an item"
+msgstr "Adugai un utilizator"
+
+#: ../../standalone/drakautoinst_.c:359
+#, fuzzy
+msgid "Remove the last item"
+msgstr "Formatarea fiierului loopback %s"
+
+#: ../../standalone/drakbackup_.c:448 ../../standalone/drakbackup_.c:451
+#: ../../standalone/drakbackup_.c:455
+msgid ""
+"***********************************************************************\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:449
+msgid ""
+"\n"
+" DrakBackup Report \n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:450
+msgid ""
+"\n"
+" DrakBackup Daemon Report\n"
+"\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:453
+msgid ""
+"\n"
+"\n"
+"***********************************************************************\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:454
+msgid ""
+"\n"
+" DrakBackup Report Details\n"
+"\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:476
+msgid "total progess"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:555 ../../standalone/drakbackup_.c:602
+msgid "Backup system files..."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:603 ../../standalone/drakbackup_.c:667
+#, fuzzy
+msgid "Hard Disk Backup files..."
+msgstr "Backup defectuos"
+
+#: ../../standalone/drakbackup_.c:615
+#, fuzzy
+msgid "Backup User files..."
+msgstr "Backup defectuos"
+
+#: ../../standalone/drakbackup_.c:616
+msgid "Hard Disk Backup Progress..."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:666
+#, fuzzy
+msgid "Backup Other files..."
+msgstr "Backup defectuos"
+
+#: ../../standalone/drakbackup_.c:674
+#, c-format
+msgid ""
+"file list send by FTP : %s\n"
+" "
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:677
+msgid ""
+"\n"
+"(!) FTP connexion problem: It was not possible to send your backup files by "
+"FTP.\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:687
+msgid "(!) Error during mail sending. \n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:728 ../../standalone/drakbackup_.c:739
+#: ../../standalone/drakbackup_.c:750 ../../standalone/drakfont_.c:787
+#, fuzzy
+msgid "File Selection"
+msgstr "Selectarea grupurilor de pachete"
+
+#: ../../standalone/drakbackup_.c:755
+msgid "Select the files or directories and click on 'Add'"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:790
+msgid ""
+"\n"
+"Please check all options that you need.\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:791
+msgid ""
+"These options can backup and restore all files in your /etc directory.\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:792
+msgid "Backup your System files. ( /etc directory )"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:793
+msgid "Use incremental backup (do not replace old backups)"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:794
+msgid "Do not include critical files (passwd, group, fstab)"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:795
+msgid ""
+"With this option you will be able to restore any version\n"
+" of your /etc directory."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:812
+#, fuzzy
+msgid "Please check all users that you want to include in your backup."
+msgstr "V rog alegei pachetele pe care dorii s le instalai"
+
+#: ../../standalone/drakbackup_.c:839
+msgid "Do not include the browser cache"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:840 ../../standalone/drakbackup_.c:864
+msgid "Use Incremental Backups (do not replace old backups)"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:862 ../../standalone/drakfont_.c:827
+#, fuzzy
+msgid "Remove Selected"
+msgstr "terge coada"
+
+#: ../../standalone/drakbackup_.c:900
+msgid "Windows (FAT32)"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:939
+#, fuzzy
+msgid "Users"
+msgstr "Numele utilizatorului"
+
+#: ../../standalone/drakbackup_.c:964
+msgid "Use FTP connection to backup"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:967
+#, fuzzy
+msgid "Please enter the host name or IP."
+msgstr "V rog, alegei tipul de mouse?"
+
+#: ../../standalone/drakbackup_.c:972
+msgid ""
+"Please enter the directory to\n"
+" put the backup on this host."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:977
+#, fuzzy
+msgid "Please enter your login"
+msgstr "ncercai din nou"
+
+#: ../../standalone/drakbackup_.c:982
+#, fuzzy
+msgid "Please enter your password"
+msgstr "ncercai din nou"
+
+#: ../../standalone/drakbackup_.c:988
+#, fuzzy
+msgid "Remember this password"
+msgstr "Nici o parol"
+
+#: ../../standalone/drakbackup_.c:1052 ../../standalone/drakbackup_.c:2048
+#, fuzzy
+msgid "FTP Connection"
+msgstr "Selectai Conexiunea de imprimant"
+
+#: ../../standalone/drakbackup_.c:1059 ../../standalone/drakbackup_.c:2056
+#, fuzzy
+msgid "Secure Connection"
+msgstr "Selectai Conexiunea de imprimant"
+
+#: ../../standalone/drakbackup_.c:1085 ../../standalone/drakbackup_.c:2889
+msgid "Use CD/DVDROM to backup"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1088 ../../standalone/drakbackup_.c:2893
+#, fuzzy
+msgid "Please choose your CD space"
+msgstr "Alegei tastatura."
+
+#: ../../standalone/drakbackup_.c:1094 ../../standalone/drakbackup_.c:2905
+#, fuzzy
+msgid "Please check if you are using CDRW media"
+msgstr "V rog facei clic pe o partiie"
+
+#: ../../standalone/drakbackup_.c:1100 ../../standalone/drakbackup_.c:2911
+msgid "Please check if you want to erase your CDRW before"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1106
+#, fuzzy
+msgid ""
+"Please check if you want to include\n"
+" install boot on your CD."
+msgstr "V rog alegei pachetele pe care dorii s le instalai"
+
+#: ../../standalone/drakbackup_.c:1112
+msgid ""
+"Please enter your CD Writer device name\n"
+" ex: 0,1,0"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1153
+#, fuzzy
+msgid "Use tape to backup"
+msgstr "Backup defectuos"
+
+#: ../../standalone/drakbackup_.c:1156
+msgid "Please enter the device name to use for backup"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1162 ../../standalone/drakbackup_.c:1203
+#: ../../standalone/drakbackup_.c:2013
+msgid ""
+"Please enter the maximum size\n"
+" allowed for Drakbackup"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1195 ../../standalone/drakbackup_.c:2005
+#, fuzzy
+msgid "Please enter the directory to save:"
+msgstr "V rog, alegei tipul de mouse?"
+
+#: ../../standalone/drakbackup_.c:1209 ../../standalone/drakbackup_.c:2019
+#, fuzzy
+msgid "Use quota for backup files."
+msgstr "Backup defectuos"
+
+#: ../../standalone/drakbackup_.c:1267
+#, fuzzy
+msgid "Network"
+msgstr "Configuraie reea"
+
+#: ../../standalone/drakbackup_.c:1272
+msgid "CDROM / DVDROM"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1277
+msgid "HardDrive / NFS"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1297 ../../standalone/drakbackup_.c:1301
+#: ../../standalone/drakbackup_.c:1305
+msgid "hourly"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1298 ../../standalone/drakbackup_.c:1302
+#: ../../standalone/drakbackup_.c:1305
+msgid "daily"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1299 ../../standalone/drakbackup_.c:1303
+#: ../../standalone/drakbackup_.c:1305
+msgid "weekly"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1300 ../../standalone/drakbackup_.c:1304
+#: ../../standalone/drakbackup_.c:1305
+msgid "monthly"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1312
+#, fuzzy
+msgid "Use daemon"
+msgstr "Numele utilizatorului"
+
+#: ../../standalone/drakbackup_.c:1317
+#, fuzzy
+msgid ""
+"Please choose the time \n"
+"interval between each backup"
+msgstr "V rog alegei pachetele pe care dorii s le instalai"
+
+#: ../../standalone/drakbackup_.c:1323
+#, fuzzy
+msgid ""
+"Please choose the\n"
+"media for backup."
+msgstr "V rog, alegei o limb."
+
+#: ../../standalone/drakbackup_.c:1327
+#, fuzzy
+msgid "Use Hard Drive with daemon"
+msgstr "Sa folosesc optimizrile penrtu disc dur?"
+
+#: ../../standalone/drakbackup_.c:1329
+#, fuzzy
+msgid "Use FTP with daemon"
+msgstr "Sa folosesc optimizrile penrtu disc dur?"
+
+#: ../../standalone/drakbackup_.c:1333
+msgid "Please be sure that the cron daemon is included in your services."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1369
+msgid "Send mail report after each backup to :"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1411
+#, fuzzy
+msgid "What"
+msgstr "Ateptare"
+
+#: ../../standalone/drakbackup_.c:1416
+#, fuzzy
+msgid "Where"
+msgstr "nivel"
+
+#: ../../standalone/drakbackup_.c:1421
+#, fuzzy
+msgid "When"
+msgstr "nivel"
+
+#: ../../standalone/drakbackup_.c:1426
+#, fuzzy
+msgid "More Options"
+msgstr "Opiuni pentru module:"
+
+#: ../../standalone/drakbackup_.c:1445 ../../standalone/drakbackup_.c:2801
+#, fuzzy
+msgid "Drakbackup Configuration"
+msgstr "Configuraia reelei"
+
+#: ../../standalone/drakbackup_.c:1463
+#, fuzzy
+msgid "Please choose where you want to backup"
+msgstr "V rog alegei pachetele pe care dorii s le instalai"
+
+#: ../../standalone/drakbackup_.c:1465
+msgid "on Hard Drive"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1476
+msgid "across Network"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1540
+#, fuzzy
+msgid "Please choose what you want to backup"
+msgstr "V rog alegei pachetele pe care dorii s le instalai"
+
+#: ../../standalone/drakbackup_.c:1541
+#, fuzzy
+msgid "Backup system"
+msgstr "Instalarea fiierelor sistem"
+
+#: ../../standalone/drakbackup_.c:1542
+msgid "Backup Users"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1545
+msgid "Select user manually"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1627
+msgid ""
+"\n"
+"Backup Sources: \n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1628
+msgid ""
+"\n"
+"- System Files:\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1630
+msgid ""
+"\n"
+"- User Files:\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1632
+msgid ""
+"\n"
+"- Other Files:\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1634
+#, c-format
+msgid ""
+"\n"
+"- Save on Hard drive on path : %s\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1635
+#, c-format
+msgid ""
+"\n"
+"- Save on FTP on host : %s\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1636
+#, c-format
+msgid ""
+"\t\t user name: %s\n"
+"\t\t on path: %s \n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1637
+#, fuzzy
+msgid ""
+"\n"
+"- Options:\n"
+msgstr "Informaie"
+
+#: ../../standalone/drakbackup_.c:1638
+msgid "\tDo not include System Files\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1639
+msgid "\tBackups use tar and bzip2\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1640
+msgid "\tBackups use tar and gzip\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1641
+#, c-format
+msgid ""
+"\n"
+"- Daemon (%s) include :\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1642
+msgid "\t-Hard drive.\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1643
+msgid "\t-CDROM.\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1644
+msgid "\t-Network by FTP.\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1645
+msgid "\t-Network by SSH.\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1647
+msgid "No configuration, please click Wizard or Advanced.\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1652
+msgid ""
+"List of data to restore:\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1753
+msgid ""
+"List of data corrupted:\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1755
+#, fuzzy
+msgid "Please uncheck or remove it on next time."
+msgstr "Pe ce port serial este conectat modemul dumneavoastr?"
+
+#: ../../standalone/drakbackup_.c:1765
+msgid "Backup files are corrupted"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1786
+msgid " All your selectionned data have been "
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1787
+#, c-format
+msgid " Successfuly Restored on %s "
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1886
+#, fuzzy
+msgid " Restore Configuration "
+msgstr "Configuraia reelei"
+
+#: ../../standalone/drakbackup_.c:1904
+msgid "OK to restore the other files."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1922
+msgid "User list to restore (only the most recent date per user is important)"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1972
+#, fuzzy
+msgid "Backup the system files before:"
+msgstr "Backup defectuos"
+
+#: ../../standalone/drakbackup_.c:1974
+#, fuzzy
+msgid "please choose the date to restore"
+msgstr "V rog, alegei tipul de mouse?"
+
+#: ../../standalone/drakbackup_.c:2002
+#, fuzzy
+msgid "Use Hard Disk to backup"
+msgstr "Backup defectuos"
+
+#: ../../standalone/drakbackup_.c:2083
+#, fuzzy
+msgid "Restore from Hard Disk."
+msgstr "Restaureaz din dischet"
+
+#: ../../standalone/drakbackup_.c:2085
+msgid "Please enter the directory where backups are stored"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2143
+#, fuzzy
+msgid "Select another media to restore from"
+msgstr "V rog, alegei tipul de mouse?"
+
+#: ../../standalone/drakbackup_.c:2145
+#, fuzzy
+msgid "Other Media"
+msgstr "Alt tip"
+
+#: ../../standalone/drakbackup_.c:2151
+#, fuzzy
+msgid "Restore system"
+msgstr "Instalarea sistemului"
+
+#: ../../standalone/drakbackup_.c:2152
+#, fuzzy
+msgid "Restore Users"
+msgstr "Restaureaz din fiierul"
+
+#: ../../standalone/drakbackup_.c:2153
+#, fuzzy
+msgid "Restore Other"
+msgstr "Restaureaz din fiierul"
+
+#: ../../standalone/drakbackup_.c:2155
+msgid "select path to restore (instead of / )"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2159
+msgid "Do new backup before restore (only for incremental backups.)"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2160
+msgid "Remove user directories before restore."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2217
+msgid "Restore all backups"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2225
+#, fuzzy
+msgid "Custom Restore"
+msgstr "Personalizat"
+
+#: ../../standalone/drakbackup_.c:2266 ../../standalone/drakbackup_.c:2291
+#: ../../standalone/drakbackup_.c:2312 ../../standalone/drakbackup_.c:2333
+#: ../../standalone/drakbackup_.c:2351 ../../standalone/drakbackup_.c:2383
+#: ../../standalone/drakbackup_.c:2399 ../../standalone/drakbackup_.c:2419
+#: ../../standalone/drakbackup_.c:2438 ../../standalone/drakbackup_.c:2460
+#: ../../standalone/drakfont_.c:575
+#, fuzzy
+msgid "Help"
+msgstr "Ajutor"
+
+#: ../../standalone/drakbackup_.c:2269 ../../standalone/drakbackup_.c:2296
+#: ../../standalone/drakbackup_.c:2315 ../../standalone/drakbackup_.c:2336
+#: ../../standalone/drakbackup_.c:2354 ../../standalone/drakbackup_.c:2402
+#: ../../standalone/drakbackup_.c:2422 ../../standalone/drakbackup_.c:2441
+msgid "Previous"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2271 ../../standalone/drakbackup_.c:2338
+#: ../../standalone/logdrake_.c:224
+#, fuzzy
+msgid "Save"
+msgstr "Meniu de Start"
+
+#: ../../standalone/drakbackup_.c:2317
+#, fuzzy
+msgid "Build Backup"
+msgstr "Backup defectuos"
+
+#: ../../standalone/drakbackup_.c:2356 ../../standalone/drakbackup_.c:3033
+#, fuzzy
+msgid "Restore"
+msgstr "Restaureaz din fiierul"
+
+#: ../../standalone/drakbackup_.c:2404 ../../standalone/drakbackup_.c:2424
+#: ../../standalone/drakbackup_.c:2445
+#, fuzzy
+msgid "Next"
+msgstr "Text"
+
+#: ../../standalone/drakbackup_.c:2478
+msgid ""
+"Please Build backup before to restore it...\n"
+" or verify that your path to save is correct."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2499
+msgid ""
+"Error durind sendmail\n"
+" your report mail was not sent\n"
+" Please configure sendmail"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2522
+#, fuzzy
+msgid "Package List to Install"
+msgstr "Alege pachetele de instalat"
+
+#: ../../standalone/drakbackup_.c:2550
+msgid ""
+"Error durind sending file via FTP.\n"
+" Please correct your FTP configuration."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2573
+#, fuzzy
+msgid "Please select data to restore..."
+msgstr "V rog, alegei o limb."
+
+#: ../../standalone/drakbackup_.c:2594
+#, fuzzy
+msgid "Please select media for backup..."
+msgstr "V rog, alegei o limb."
+
+#: ../../standalone/drakbackup_.c:2616
+#, fuzzy
+msgid "Please select data to backup..."
+msgstr "V rog, alegei o limb."
+
+#: ../../standalone/drakbackup_.c:2638
+msgid ""
+"No configuration file found \n"
+"please click Wizard or Advanced."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2659
+msgid "Under Devel ... please wait."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2739
+#, fuzzy
+msgid "Backup system files"
+msgstr "Backup defectuos"
+
+#: ../../standalone/drakbackup_.c:2741
+#, fuzzy
+msgid "Backup user files"
+msgstr "Backup defectuos"
+
+#: ../../standalone/drakbackup_.c:2743
+#, fuzzy
+msgid "Backup other files"
+msgstr "Backup defectuos"
+
+#: ../../standalone/drakbackup_.c:2745 ../../standalone/drakbackup_.c:2776
+msgid "Total Progress"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2767
+msgid "files sending by FTP"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2771
+#, fuzzy
+msgid "Sending files..."
+msgstr "nregistreaz n fiierul"
+
+#: ../../standalone/drakbackup_.c:2841
+msgid "Data list to include on CDROM."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2899
+#, fuzzy
+msgid "Please enter the cd writer speed"
+msgstr "V rog, alegei tipul de mouse?"
+
+#: ../../standalone/drakbackup_.c:2917
+msgid "Please enter your CD Writer device name (ex: 0,1,0)"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2923
+#, fuzzy
+msgid "Please check if you want to include install boot on your CD."
+msgstr "V rog alegei pachetele pe care dorii s le instalai"
+
+#: ../../standalone/drakbackup_.c:2989
+#, fuzzy
+msgid "Backup Now from configuration file"
+msgstr "Configuraia reelei"
+
+#: ../../standalone/drakbackup_.c:2999
+#, fuzzy
+msgid "View Backup Configuration."
+msgstr "Configuraia reelei"
+
+#: ../../standalone/drakbackup_.c:3020
+#, fuzzy
+msgid "Wizard Configuration"
+msgstr "Configuraie"
+
+#: ../../standalone/drakbackup_.c:3024
+#, fuzzy
+msgid "Advanced Configuration"
+msgstr "Configuraie"
+
+#: ../../standalone/drakbackup_.c:3028
+#, fuzzy
+msgid "Backup Now"
+msgstr "Instalarea fiierelor sistem"
+
+#: ../../standalone/drakbackup_.c:3053
+msgid "Drakbackup"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3104
+msgid ""
+"options description:\n"
+"\n"
+" In this step Drakbackup allow you to change:\n"
+"\n"
+" - The compression mode:\n"
+" \n"
+" If you check bzip2 compression, you will compress\n"
+" your data better than gzip (about 2-10 %).\n"
+" This option is not checked by default because\n"
+" this compression mode needs more time ( about 1000% more).\n"
+" \n"
+" - The update mode:\n"
+"\n"
+" This option will update your backup, but this\n"
+" option is not really useful because you need to\n"
+" decompress your backup before you can update it.\n"
+" \n"
+" - the .backupignore mode:\n"
+"\n"
+" Like with cvs, Drakbackup will ignore all references\n"
+" included in .backupignore files in each directories.\n"
+" ex: \n"
+" /*> cat .backupignore*/\n"
+" *.o\n"
+" *~\n"
+" ...\n"
+" \n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3134
+msgid ""
+"\n"
+" Some errors during sendmail are caused by \n"
+" a bad configuration of postfix. To solve it you have to\n"
+" set myhostname or mydomain in /etc/postfix/main.cf\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3142
+msgid ""
+"options description:\n"
+"\n"
+" - Backup system files:\n"
+" \n"
+"\tThis option allows you to backup your /etc directory,\n"
+"\twhich contains all configuration files. Please be\n"
+"\tcareful during the restore step to not overwrite:\n"
+"\t\t/etc/passwd \n"
+"\t\t/etc/group \n"
+"\t\t/etc/fstab\n"
+"\n"
+" - Backup User files: \n"
+"\n"
+"\tThis option allows you select all users that you want \n"
+"\tto backup.\n"
+"\tTo preserve disk space, it is recommended that you \n"
+"\tdo not include web browser's cache.\n"
+"\n"
+" - Backup Other files: \n"
+"\n"
+"\tThis option allows you to add more data to save.\n"
+"\tWith the other backup it's not possible at the \n"
+"\tmoment to select select incremental backup.\t\t\n"
+" \n"
+" - Incremental Backups:\n"
+"\n"
+"\tThe incremental backup is the most powerful \n"
+"\toption for backup. This option allows you \n"
+"\tto backup all your data the first time, and \n"
+"\tonly the changed afterward.\n"
+"\tThen you will be able, during the restore\n"
+"\tstep, to restore your data from a specified\n"
+"\tdate.\n"
+"\tIf you have not selected this option all\n"
+"\told backups are deleted before each backup. \n"
+"\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3181
+msgid ""
+"restore description:\n"
+" \n"
+"Only the most recent date will be used ,because with incremental \n"
+"backups it is necesarry to restore one by one each older backups.\n"
+"\n"
+"So if you don't like to restore an user please unselect all his\n"
+"check box.\n"
+"\n"
+"Otherwise, you are able to select only one of this\n"
+"\n"
+" - Incremental Backups:\n"
+"\n"
+"\tThe incremental backup is the most powerfull \n"
+"\toption to use backup, this option allow you \n"
+"\tto backup all your data the first time, and \n"
+"\tonly the changed after.\n"
+"\tSo you will be able during the restore\n"
+"\tstep, to restore your data from a specified\n"
+"\tdate.\n"
+"\tIf you have not selected this options all\n"
+"\told backups are deleted before each backup. \n"
+"\n"
+"\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3207 ../../standalone/drakbackup_.c:3282
+msgid ""
+" Copyright (C) 2001 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita.fr>"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3209 ../../standalone/drakbackup_.c:3284
+msgid ""
+" This program is free software; you can redistribute it and/or modify\n"
+" it under the terms of the GNU General Public License as published by\n"
+" the Free Software Foundation; either version 2, or (at your option)\n"
+" any later version.\n"
+"\n"
+" This program is distributed in the hope that it will be useful,\n"
+" but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
+" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
+" GNU General Public License for more details.\n"
+"\n"
+" You should have received a copy of the GNU General Public License\n"
+" along with this program; if not, write to the Free Software\n"
+" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3223
+msgid ""
+"Description:\n"
+"\n"
+" Drakbackup is used to backup your system.\n"
+" During the configuration you can select: \n"
+"\t- System files, \n"
+"\t- Users files, \n"
+"\t- Other files.\n"
+"\tor All your system ... and Other (like Windows Partitions)\n"
+"\n"
+" Drakbackup allows you to backup your system on:\n"
+"\t- Harddrive.\n"
+"\t- NFS.\n"
+"\t- CDROM (CDRW), DVDROM (with autoboot, rescue and autoinstall.).\n"
+"\t- FTP.\n"
+"\t- Rsync.\n"
+"\t- Webdav.\n"
+"\t- Tape.\n"
+"\n"
+" Drakbackup allows you to restore your system to\n"
+" a user selected directory.\n"
+"\n"
+" Per default all backup will be stored on your\n"
+" /var/lib/drakbackup directory\n"
+"\n"
+" Configuration file:\n"
+"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
+"\n"
+"\n"
+"Restore Step:\n"
+" \n"
+" During the restore step, DrakBackup will remove \n"
+" your original directory and verify that all \n"
+" backup files are not corrupted. It is recommended \n"
+" you do a last backup before restoring.\n"
+"\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3261
+msgid ""
+"options description:\n"
+"\n"
+"Please be careful when you are using ftp backup, because only \n"
+"backups that are already built are sent to the server.\n"
+"So at the moment, you need to build the backup on your hard \n"
+"drive before sending it to the server.\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3270
+msgid ""
+"\n"
+"Restore Backup Problems:\n"
+"\n"
+"During the restore step, Drakbackup will verify all your\n"
+"backup files before restoring them.\n"
+"Before the restore, Drakbackup will remove \n"
+"your original directory, and you will loose all your \n"
+"data. It is important to be careful and not modify the \n"
+"backup data files by hand.\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3298
+msgid ""
+"Description:\n"
+"\n"
+" Drakbackup is used to backup your system.\n"
+" During the configuration you can select \n"
+"\t- System files, \n"
+"\t- Users files, \n"
+"\t- Other files.\n"
+"\tor All your system ... and Other (like Windows Partitions)\n"
+"\n"
+" Drakbackup allows you to backup your system on:\n"
+"\t- Harddrive.\n"
+"\t- NFS.\n"
+"\t- CDROM (CDRW), DVDROM (with autoboot, rescue and autoinstall.).\n"
+"\t- FTP.\n"
+"\t- Rsync.\n"
+"\t- Webdav.\n"
+"\t- Tape.\n"
+"\n"
+" Drakbackup allows you to restore your system to\n"
+" a user selected directory.\n"
+"\n"
+" Per default all backup will be stored on your\n"
+" /var/lib/drakbackup directory\n"
+"\n"
+" Configuration file:\n"
+"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
+"\n"
+"Restore Step:\n"
+" \n"
+" During the restore step, Drakbackup will remove\n"
+" your original directory and verify that all\n"
+" backup files are not corrupted. It is recommended\n"
+" you do a last backup before restoring.\n"
+" \n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakboot_.c:58
+#, c-format
+msgid "Installation of %s failed. The following error occured:"
+msgstr "Instalarea lui %s a euat. Urmtoarea eroare a aprut:"
+
+#: ../../standalone/drakfont_.c:229
+msgid "Search installed fonts"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:231
+msgid "Unselect fonts installed"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:252
+msgid "parse all fonts"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:253
+#, fuzzy
+msgid "no fonts found"
+msgstr "n'am gsit %s "
+
+#: ../../standalone/drakfont_.c:261 ../../standalone/drakfont_.c:303
+#: ../../standalone/drakfont_.c:352 ../../standalone/drakfont_.c:410
+#: ../../standalone/drakfont_.c:417 ../../standalone/drakfont_.c:443
+#: ../../standalone/drakfont_.c:455 ../../standalone/drakfont_.c:468
+#, fuzzy
+msgid "done"
+msgstr "Gata"
+
+#: ../../standalone/drakfont_.c:265
+msgid "could not find any font in your mounted partitions"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:301
+msgid "Reselect correct fonts"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:304
+msgid "could not find any font.\n"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:327
+msgid "Search fonts in installed list"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:350
+#, fuzzy
+msgid "Fonts copy"
+msgstr "Formateaz dischet"
+
+#: ../../standalone/drakfont_.c:353
+#, fuzzy
+msgid "True Type fonts installation"
+msgstr "Pregtesc instalarea"
+
+#: ../../standalone/drakfont_.c:357
+msgid "please wait during ttmkfdir..."
+msgstr ""
+
+#: ../../standalone/drakfont_.c:359
+msgid "True Type install done"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:366 ../../standalone/drakfont_.c:382
+msgid "Fonts conversion"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:370 ../../standalone/drakfont_.c:386
+#: ../../standalone/drakfont_.c:406
+msgid "type1inst building"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:375 ../../standalone/drakfont_.c:390
+msgid "Ghostscript referencing"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:397
+msgid "ttf fonts conversion"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:401
+msgid "pfm fonts conversion"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:411
+msgid "Suppress temporary Files"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:414
+msgid "Restart XFS"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:453 ../../standalone/drakfont_.c:463
+msgid "Suppress Fonts Files"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:465
+#, fuzzy
+msgid "xfs restart"
+msgstr "limiteaz"
+
+#: ../../standalone/drakfont_.c:472 ../../standalone/drakfont_.c:760
+msgid ""
+"Before installing any fonts, be sure that you have the right to use and "
+"install them on your system.\n"
+"\n"
+"-You can install the fonts using the normal way. In rare cases, bogus fonts "
+"may hang up your X Server."
+msgstr ""
+
+#: ../../standalone/drakfont_.c:547
+#, fuzzy
+msgid "Fonts Importation"
+msgstr "Formatarea partiiilor"
+
+#: ../../standalone/drakfont_.c:562
+msgid "Get Windows Fonts"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:564
+#, fuzzy
+msgid "Uninstall Fonts"
+msgstr "Dezinstalarea RPM-urilor"
+
+#: ../../standalone/drakfont_.c:568
+#, fuzzy
+msgid "Advanced Options"
+msgstr "Configuraie"
+
+#: ../../standalone/drakfont_.c:570
+#, fuzzy
+msgid "Font List"
+msgstr "Punct de montaj"
+
+#: ../../standalone/drakfont_.c:739
+#, fuzzy
+msgid "Choose the applications that will support the fonts :"
+msgstr "Alegei partiiile pe care dorii sa le formatai"
+
+#: ../../standalone/drakfont_.c:743
+msgid "Ghostscript"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:747
+#, fuzzy
+msgid "StarOffice"
+msgstr "Birou"
+
+#: ../../standalone/drakfont_.c:751
+msgid "Abiword"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:755
+#, fuzzy
+msgid "Generic Printers"
+msgstr "Imprimant"
+
+#: ../../standalone/drakfont_.c:792
+msgid "Select the font file or directory and click on 'Add'"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:828
+#, fuzzy
+msgid "Install List"
+msgstr "Instalarea sistemului"
+
+#: ../../standalone/drakfont_.c:858
+msgid "click here if you are sure."
+msgstr ""
+
+#: ../../standalone/drakfont_.c:860
+msgid "here if no."
+msgstr ""
+
+#: ../../standalone/drakfont_.c:897
+msgid "Unselected All"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:899
+#, fuzzy
+msgid "Selected All"
+msgstr "Selecioneaz fiierul"
+
+#: ../../standalone/drakfont_.c:901
+#, fuzzy
+msgid "Remove List"
+msgstr "Opiuni pentru imprimanta lpd distant"
+
+#: ../../standalone/drakfont_.c:919 ../../standalone/drakfont_.c:939
+msgid "Initials tests"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:920
+msgid "Copy fonts on your system"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:921
+msgid "Install & convert Fonts"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:922
+#, fuzzy
+msgid "Post Install"
+msgstr "Instalare"
+
+#: ../../standalone/drakfont_.c:940
+msgid "Remove fonts on your system"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:941
+#, fuzzy
+msgid "Post Uninstall"
+msgstr "Ieire din instalare"
+
+#: ../../standalone/drakgw_.c:43 ../../standalone/drakgw_.c:200
#, fuzzy
msgid "Internet Connection Sharing"
msgstr "Selectai Conexiunea de imprimant"
-#: ../../standalone/drakgw_.c:118
+#: ../../standalone/drakgw_.c:138
msgid "Internet Connection Sharing currently enabled"
msgstr ""
-#: ../../standalone/drakgw_.c:119
+#: ../../standalone/drakgw_.c:139
msgid ""
"The setup of Internet connection sharing has already been done.\n"
"It's currently enabled.\n"
@@ -6531,35 +9586,35 @@ msgid ""
"What would you like to do?"
msgstr ""
-#: ../../standalone/drakgw_.c:123
+#: ../../standalone/drakgw_.c:143
#, fuzzy
msgid "disable"
msgstr "Tabel"
-#: ../../standalone/drakgw_.c:123 ../../standalone/drakgw_.c:148
+#: ../../standalone/drakgw_.c:143 ../../standalone/drakgw_.c:168
msgid "dismiss"
msgstr ""
-#: ../../standalone/drakgw_.c:123 ../../standalone/drakgw_.c:148
+#: ../../standalone/drakgw_.c:143 ../../standalone/drakgw_.c:168
#, fuzzy
msgid "reconfigure"
msgstr "Configurai X"
-#: ../../standalone/drakgw_.c:126
+#: ../../standalone/drakgw_.c:146
#, fuzzy
msgid "Disabling servers..."
msgstr "Detecia perifericelor..."
-#: ../../standalone/drakgw_.c:134
+#: ../../standalone/drakgw_.c:154
#, fuzzy
msgid "Internet connection sharing is now disabled."
msgstr "Selectai Conexiunea de imprimant"
-#: ../../standalone/drakgw_.c:143
+#: ../../standalone/drakgw_.c:163
msgid "Internet Connection Sharing currently disabled"
msgstr ""
-#: ../../standalone/drakgw_.c:144
+#: ../../standalone/drakgw_.c:164
msgid ""
"The setup of Internet connection sharing has already been done.\n"
"It's currently disabled.\n"
@@ -6567,29 +9622,21 @@ msgid ""
"What would you like to do?"
msgstr ""
-#: ../../standalone/drakgw_.c:148
+#: ../../standalone/drakgw_.c:168
#, fuzzy
msgid "enable"
msgstr "Tabel"
-#: ../../standalone/drakgw_.c:155
+#: ../../standalone/drakgw_.c:175
msgid "Enabling servers..."
msgstr ""
-#: ../../standalone/drakgw_.c:160
+#: ../../standalone/drakgw_.c:180
#, fuzzy
msgid "Internet connection sharing is now enabled."
msgstr "Selectai Conexiunea de imprimant"
-#: ../../standalone/drakgw_.c:168
-msgid "Config file content could not be interpreted."
-msgstr ""
-
-#: ../../standalone/drakgw_.c:168
-msgid "Unrecognized config file"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:181
+#: ../../standalone/drakgw_.c:201
msgid ""
"You are about to configure your computer to share its Internet connection.\n"
"With that feature, other computers on your local network will be able to use "
@@ -6599,27 +9646,31 @@ msgid ""
"(LAN)."
msgstr ""
-#: ../../standalone/drakgw_.c:207
+#: ../../standalone/drakgw_.c:227
#, c-format
msgid "Interface %s (using module %s)"
msgstr ""
-#: ../../standalone/drakgw_.c:208
+#: ../../standalone/drakgw_.c:228
#, fuzzy, c-format
msgid "Interface %s"
msgstr "Interesant"
-#: ../../standalone/drakgw_.c:216
+#: ../../standalone/drakgw_.c:236
msgid "No network adapter on your system!"
msgstr ""
-#: ../../standalone/drakgw_.c:217
+#: ../../standalone/drakgw_.c:237
msgid ""
"No ethernet network adapter has been detected on your system. Please run the "
"hardware configuration tool."
msgstr ""
-#: ../../standalone/drakgw_.c:224
+#: ../../standalone/drakgw_.c:243
+msgid "Network interface"
+msgstr ""
+
+#: ../../standalone/drakgw_.c:244
#, c-format
msgid ""
"There is only one configured network adapter on your system:\n"
@@ -6629,76 +9680,133 @@ msgid ""
"I am about to setup your Local Area Network with that adapter."
msgstr ""
-#: ../../standalone/drakgw_.c:233
+#: ../../standalone/drakgw_.c:253
msgid ""
"Please choose what network adapter will be connected to your Local Area "
"Network."
msgstr ""
-#: ../../standalone/drakgw_.c:242
+#: ../../standalone/drakgw_.c:271
+#, fuzzy
+msgid "Network interface already configured"
+msgstr "Monitor nu a fost nc configurat"
+
+#: ../../standalone/drakgw_.c:272
+#, c-format
msgid ""
-"Warning, the network adapter is already configured. I will reconfigure it."
+"Warning, the network adapter (%s) is already configured.\n"
+"\n"
+"Do you want an automatic re-configuration?\n"
+"\n"
+"You can do it manually but you need to know what you're doing."
msgstr ""
-#: ../../standalone/drakgw_.c:253
-msgid "Potential LAN address conflict found in current config of $_!\n"
+#: ../../standalone/drakgw_.c:277
+#, fuzzy
+msgid "Automatic reconfiguration"
+msgstr "Configuraie post-install"
+
+#: ../../standalone/drakgw_.c:278
+#, fuzzy
+msgid "Show current interface configuration"
+msgstr "Configuraie modem"
+
+#: ../../standalone/drakgw_.c:280
+#, c-format
+msgid ""
+"Current configuration of `%s':\n"
+"\n"
+"Network: %s\n"
+"IP address: %s\n"
+"IP attribution: %s\n"
+"Driver: %s"
+msgstr ""
+
+#: ../../standalone/drakgw_.c:292
+msgid ""
+"I can keep your current configuration and assume you already set up a DHCP "
+"server; in that case please verify I correctly read the C-Class Network that "
+"you use for your local network; I will not reconfigure it and I will not "
+"touch your DHCP server configuration.\n"
+"\n"
+"Else, I can reconfigure your interface and (re)configure a DHCP server for "
+"you.\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakgw_.c:297
+msgid "C-Class Local Network"
+msgstr ""
+
+#: ../../standalone/drakgw_.c:298
+#, fuzzy
+msgid "(This) DHCP Server IP"
+msgstr "Adresa IP a serverului SMB"
+
+#: ../../standalone/drakgw_.c:299
+msgid "Re-configure interface and DHCP server"
+msgstr ""
+
+#: ../../standalone/drakgw_.c:306
+msgid "The Local Network did not finish with `.0', bailing out."
+msgstr ""
+
+#: ../../standalone/drakgw_.c:317
+#, c-format
+msgid "Potential LAN address conflict found in current config of %s!\n"
msgstr ""
-#: ../../standalone/drakgw_.c:261 ../../standalone/drakgw_.c:267
+#: ../../standalone/drakgw_.c:325 ../../standalone/drakgw_.c:331
#, fuzzy
msgid "Firewalling configuration detected!"
msgstr "Citirea configuraiei"
-#: ../../standalone/drakgw_.c:262 ../../standalone/drakgw_.c:268
+#: ../../standalone/drakgw_.c:326 ../../standalone/drakgw_.c:332
msgid ""
"Warning! An existing firewalling configuration has been detected. You may "
"need some manual fix after installation."
msgstr ""
-#: ../../standalone/drakgw_.c:276
+#: ../../standalone/drakgw_.c:340
#, fuzzy
msgid "Configuring..."
msgstr "Configuraia IDE"
-#: ../../standalone/drakgw_.c:277
+#: ../../standalone/drakgw_.c:341
msgid "Configuring scripts, installing software, starting servers..."
msgstr ""
-#: ../../standalone/drakgw_.c:307
-#, fuzzy
-msgid "Problems installing package $_"
+#: ../../standalone/drakgw_.c:378
+#, fuzzy, c-format
+msgid "Problems installing package %s"
msgstr "Instalarea pachetului %s"
-#: ../../standalone/drakgw_.c:590
-msgid "Congratulations!"
-msgstr "Felicitri!"
-
-#: ../../standalone/drakgw_.c:591
+#: ../../standalone/drakgw_.c:672
msgid ""
"Everything has been configured.\n"
"You may now share Internet connection with other computers on your Local "
"Area Network, using automatic network configuration (DHCP)."
msgstr ""
-#: ../../standalone/drakgw_.c:608
+#: ../../standalone/drakgw_.c:689
msgid "The setup has already been done, but it's currently disabled."
msgstr ""
-#: ../../standalone/drakgw_.c:609
+#: ../../standalone/drakgw_.c:690
msgid "The setup has already been done, and it's currently enabled."
msgstr ""
-#: ../../standalone/drakgw_.c:610
+#: ../../standalone/drakgw_.c:691
#, fuzzy
msgid "No Internet Connection Sharing has ever been configured."
msgstr "Selectai Conexiunea de imprimant"
-#: ../../standalone/drakgw_.c:615
+#: ../../standalone/drakgw_.c:696
#, fuzzy
msgid "Internet connection sharing configuration"
msgstr "Selectai Conexiunea de imprimant"
-#: ../../standalone/drakgw_.c:622
+#: ../../standalone/drakgw_.c:703
#, fuzzy, c-format
msgid ""
"Welcome to the Internet Connection Sharing utility!\n"
@@ -6708,327 +9816,350 @@ msgid ""
"Click on Configure to launch the setup wizard."
msgstr "Selectai Conexiunea de imprimant"
-#: ../../standalone/draknet_.c:59
+#: ../../standalone/draknet_.c:80
#, fuzzy, c-format
msgid "Network configuration (%d adapters)"
msgstr "Configuraia reelei"
-#: ../../standalone/draknet_.c:66 ../../standalone/draknet_.c:539
+#: ../../standalone/draknet_.c:87 ../../standalone/draknet_.c:595
#, fuzzy
msgid "Profile: "
msgstr "montare euat: "
-#: ../../standalone/draknet_.c:74
+#: ../../standalone/draknet_.c:95
msgid "Del profile..."
msgstr ""
-#: ../../standalone/draknet_.c:80
+#: ../../standalone/draknet_.c:101
msgid "Profile to delete:"
msgstr ""
-#: ../../standalone/draknet_.c:108
+#: ../../standalone/draknet_.c:129
msgid "New profile..."
msgstr ""
-#: ../../standalone/draknet_.c:114
-msgid "Name of the profile to create:"
+#: ../../standalone/draknet_.c:135
+msgid ""
+"Name of the profile to create (the new profile is created as a copy of the "
+"current one) :"
msgstr ""
-#: ../../standalone/draknet_.c:140
+#: ../../standalone/draknet_.c:161
#, fuzzy
msgid "Hostname: "
msgstr "Numele calculatorului:"
-#: ../../standalone/draknet_.c:147
+#: ../../standalone/draknet_.c:168
#, fuzzy
msgid "Internet access"
msgstr "Interesant"
-#: ../../standalone/draknet_.c:160
+#: ../../standalone/draknet_.c:181
#, fuzzy
msgid "Type:"
msgstr "Tip: "
-#: ../../standalone/draknet_.c:163 ../../standalone/draknet_.c:354
+#: ../../standalone/draknet_.c:184 ../../standalone/draknet_.c:376
msgid "Gateway:"
msgstr "Pasarel:"
-#: ../../standalone/draknet_.c:163 ../../standalone/draknet_.c:354
+#: ../../standalone/draknet_.c:184 ../../standalone/draknet_.c:376
#, fuzzy
msgid "Interface:"
msgstr "Interesant"
-#: ../../standalone/draknet_.c:168
+#: ../../standalone/draknet_.c:195
msgid "Status:"
msgstr ""
-#: ../../standalone/draknet_.c:170 ../../standalone/draknet_.c:357
-#: ../../standalone/net_monitor_.c:122 ../../standalone/net_monitor_.c:224
-#, fuzzy
-msgid "Connected"
-msgstr "Nume de conexiune"
-
-#: ../../standalone/draknet_.c:170 ../../standalone/draknet_.c:357
-#: ../../standalone/net_monitor_.c:83 ../../standalone/net_monitor_.c:122
-#: ../../standalone/net_monitor_.c:224
-#, fuzzy
-msgid "Not connected"
-msgstr "Selectai Conexiunea de imprimant"
-
-#: ../../standalone/draknet_.c:173 ../../standalone/draknet_.c:358
-msgid "Connect..."
-msgstr ""
-
-#: ../../standalone/draknet_.c:173 ../../standalone/draknet_.c:358
-msgid "Disconnect..."
+#: ../../standalone/draknet_.c:202
+msgid "Wait please"
msgstr ""
-#: ../../standalone/draknet_.c:191
-#, fuzzy
-msgid "Starting your connection..."
-msgstr "Configuraie reea"
-
-#: ../../standalone/draknet_.c:199
-#, fuzzy
-msgid "Closing your connection..."
-msgstr "Configuraie reea"
-
-#: ../../standalone/draknet_.c:204
-msgid ""
-"The connection is not closed.\n"
-"Try to do it manually by running\n"
-"/etc/sysconfig/network-scripts/net_cnx_down\n"
-"in root."
-msgstr ""
-
-#: ../../standalone/draknet_.c:207
-#, fuzzy
-msgid "The system is now disconnected."
-msgstr "Pe ce disc dorii s schimbai ?"
-
-#: ../../standalone/draknet_.c:219
+#: ../../standalone/draknet_.c:220
#, fuzzy
msgid "Configure Internet Access..."
msgstr "Configuraia serviciilor"
-#: ../../standalone/draknet_.c:226 ../../standalone/draknet_.c:411
+#: ../../standalone/draknet_.c:227 ../../standalone/draknet_.c:449
#, fuzzy
msgid "LAN configuration"
msgstr "Configuraie"
-#: ../../standalone/draknet_.c:231
-#, fuzzy
-msgid "Adapter"
-msgstr "Actualizare"
-
-#: ../../standalone/draknet_.c:231
+#: ../../standalone/draknet_.c:232
#, fuzzy
msgid "Driver"
msgstr "Server"
-#: ../../standalone/draknet_.c:231
+#: ../../standalone/draknet_.c:232
#, fuzzy
msgid "Interface"
msgstr "Interesant"
-#: ../../standalone/draknet_.c:231
+#: ../../standalone/draknet_.c:232
msgid "Protocol"
msgstr ""
-#: ../../standalone/draknet_.c:250
+#: ../../standalone/draknet_.c:232
+#, fuzzy
+msgid "State"
+msgstr "Meniu de Start"
+
+#: ../../standalone/draknet_.c:244
#, fuzzy
msgid "Configure Local Area Network..."
msgstr "Configuraie reea"
-#: ../../standalone/draknet_.c:283
-#, fuzzy
-msgid "Normal Mode"
-msgstr "Normal"
+#: ../../standalone/draknet_.c:256
+msgid "Click here to launch the wizard ->"
+msgstr ""
-#: ../../standalone/draknet_.c:288
+#: ../../standalone/draknet_.c:257
+msgid "Wizard..."
+msgstr ""
+
+#: ../../standalone/draknet_.c:283
msgid "Apply"
msgstr ""
-#: ../../standalone/draknet_.c:307
+#: ../../standalone/draknet_.c:302
#, fuzzy
msgid "Please Wait... Applying the configuration"
msgstr "Test de configuraie"
-#: ../../standalone/draknet_.c:391
+#: ../../standalone/draknet_.c:384 ../../standalone/draknet_.c:407
+#, fuzzy
+msgid "Connected"
+msgstr "Nume de conexiune"
+
+#: ../../standalone/draknet_.c:384 ../../standalone/draknet_.c:407
+#, fuzzy
+msgid "Not connected"
+msgstr "Selectai Conexiunea de imprimant"
+
+#: ../../standalone/draknet_.c:385 ../../standalone/draknet_.c:408
+msgid "Connect..."
+msgstr ""
+
+#: ../../standalone/draknet_.c:385 ../../standalone/draknet_.c:408
+msgid "Disconnect..."
+msgstr ""
+
+#: ../../standalone/draknet_.c:404
+msgid ""
+"Warning, another Internet connection has been detected, maybe using your "
+"network"
+msgstr ""
+
+#: ../../standalone/draknet_.c:431
msgid ""
"You don't have any configured interface.\n"
"Configure them first by clicking on 'Configure'"
msgstr ""
-#: ../../standalone/draknet_.c:415
+#: ../../standalone/draknet_.c:453
#, fuzzy
msgid "LAN Configuration"
msgstr "Configuraie"
-#: ../../standalone/draknet_.c:423
+#: ../../standalone/draknet_.c:464
#, c-format
msgid "Adapter %s: %s"
msgstr ""
-#: ../../standalone/draknet_.c:429
+#: ../../standalone/draknet_.c:470
msgid "Boot Protocol"
msgstr ""
-#: ../../standalone/draknet_.c:430
+#: ../../standalone/draknet_.c:471
msgid "Started on boot"
msgstr ""
-#: ../../standalone/draknet_.c:431
+#: ../../standalone/draknet_.c:472
msgid "DHCP client"
msgstr ""
-#: ../../standalone/draknet_.c:466 ../../standalone/draknet_.c:470
+#: ../../standalone/draknet_.c:497 ../../standalone/draknet_.c:500
#, fuzzy
-msgid "Disable"
-msgstr "Tabel"
+msgid "activate now"
+msgstr "Activ"
-#: ../../standalone/draknet_.c:466 ../../standalone/draknet_.c:470
+#: ../../standalone/draknet_.c:497 ../../standalone/draknet_.c:500
#, fuzzy
-msgid "Enable"
-msgstr "Tabel"
+msgid "deactivate now"
+msgstr "Activ"
-#: ../../standalone/draknet_.c:504
+#: ../../standalone/draknet_.c:503
+msgid ""
+"This interface has not been configured yet.\n"
+"Launch the configuration wizard in the main window"
+msgstr ""
+
+#: ../../standalone/draknet_.c:560
msgid ""
"You don't have any internet connection.\n"
"Create one first by clicking on 'Configure'"
msgstr ""
-#: ../../standalone/draknet_.c:528
+#: ../../standalone/draknet_.c:584
#, fuzzy
msgid "Internet connection configuration"
msgstr "Selectai Conexiunea de imprimant"
-#: ../../standalone/draknet_.c:532
+#: ../../standalone/draknet_.c:588
#, fuzzy
msgid "Internet Connection Configuration"
msgstr "Selectai Conexiunea de imprimant"
-#: ../../standalone/draknet_.c:541
+#: ../../standalone/draknet_.c:597
#, fuzzy
msgid "Connection type: "
msgstr "Nume de conexiune"
-#: ../../standalone/draknet_.c:547
+#: ../../standalone/draknet_.c:603
msgid "Parameters"
msgstr ""
-#: ../../standalone/draknet_.c:560
+#: ../../standalone/draknet_.c:621
+msgid "Gateway"
+msgstr "Pasarel"
+
+#: ../../standalone/draknet_.c:630
+msgid "Ethernet Card"
+msgstr ""
+
+#: ../../standalone/draknet_.c:631
+msgid "DHCP Client"
+msgstr ""
+
+#: ../../standalone/draksec_.c:31
+msgid "Setting security level"
+msgstr "Alegerea nivelului de securitate"
+
+#: ../../standalone/drakxconf_.c:47
#, fuzzy
-msgid "Provider dns 1 (optional)"
-msgstr "Opiuni imprimant"
+msgid "Control Center"
+msgstr "Nume de conexiune"
-#: ../../standalone/draknet_.c:561
+#: ../../standalone/drakxconf_.c:48
+msgid "Choose the tool you want to use"
+msgstr "Alegei unealta pe care dorii s o folosii"
+
+#: ../../standalone/drakxtv_.c:48
#, fuzzy
-msgid "Provider dns 2 (optional)"
-msgstr "Opiuni imprimant"
+msgid "Canada (cable)"
+msgstr "Canadian (Quebec)"
-#: ../../standalone/draknet_.c:574
-msgid "Ethernet Card"
+#: ../../standalone/drakxtv_.c:48
+msgid "USA (bcast)"
msgstr ""
-#: ../../standalone/draknet_.c:575
-msgid "DHCP Client"
+#: ../../standalone/drakxtv_.c:48
+msgid "USA (cable)"
msgstr ""
-#: ../../standalone/draksec_.c:21
-msgid "Welcome To Crackers"
-msgstr "Bun venit Pirailor"
+#: ../../standalone/drakxtv_.c:48
+msgid "USA (cable-hrc)"
+msgstr ""
-#: ../../standalone/draksec_.c:22
-msgid "Poor"
-msgstr "Slab"
+#: ../../standalone/drakxtv_.c:49
+msgid "China (bcast)"
+msgstr ""
-#: ../../standalone/draksec_.c:26
-msgid "Paranoid"
-msgstr "Paranoiac"
+#: ../../standalone/drakxtv_.c:49
+msgid "Japan (bcast)"
+msgstr ""
-#: ../../standalone/draksec_.c:29
-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."
+#: ../../standalone/drakxtv_.c:49
+msgid "Japan (cable)"
msgstr ""
-"Va trebui s folosii acest nivel cu grij. Aceasta face ca sistemul s fie\n"
-"mai uor de folosit, dar foarte sensibil: nu trebuie s fie folosit pentru "
-"un\n"
-"calculator conectat cu altele de pe Internet. Nu exist nici o parol de\n"
-"acces."
-#: ../../standalone/draksec_.c:32
-msgid ""
-"Password are now enabled, but use as a networked computer is still not "
-"recommended."
+#: ../../standalone/drakxtv_.c:50
+msgid "East Europe"
msgstr ""
-"Parolele sunt acum activate, dar utilizarea lui ca un calculator ntr-o\n"
-"reea tot nu recomandat."
-#: ../../standalone/draksec_.c:33
-msgid ""
-"Few improvements for this security level, the main one is that there are\n"
-"more security warnings and checks."
+#: ../../standalone/drakxtv_.c:50
+#, fuzzy
+msgid "Ireland"
+msgstr "Islandez"
+
+#: ../../standalone/drakxtv_.c:50
+msgid "West Europe"
msgstr ""
-"Cteva ameliorri pentru acest nivel de securitate, principalul fiind c\n"
-"am introdus mai multe mesaje de avertisment i verificri."
-#: ../../standalone/draksec_.c:35
-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. "
+#: ../../standalone/drakxtv_.c:51
+#, fuzzy
+msgid "Australia"
+msgstr "serie"
+
+#: ../../standalone/drakxtv_.c:51
+msgid "Newzealand"
msgstr ""
-"Acest a nivelul de securitate standard recomandat pentru un calculator care\n"
-"va fi conectat ca un client la Internet. Nu exist verificri de securitate."
-#: ../../standalone/draksec_.c:37
-msgid ""
-"With this security level, the use of this system as a server becomes "
-"possible.\n"
-"The security is now high enough to use the system as a server which accept\n"
-"connections from many clients. "
+#: ../../standalone/drakxtv_.c:52
+msgid "South Africa"
msgstr ""
-"Cu acest nivel de securitate, utilizarea acestui calculator ca server\n"
-"devine posibil. Securitatea este destul de ridicat pentru a folosi acest\n"
-"sistem ca server care accept conexiuni de la muli clieni."
-#: ../../standalone/draksec_.c:40
+#: ../../standalone/drakxtv_.c:53
+msgid "Argentina"
+msgstr ""
+
+#: ../../standalone/drakxtv_.c:58
msgid ""
-"We take level 4 features, but now the system is entirely closed.\n"
-"Security features are at their maximum."
+"Please,\n"
+"type in your tv norm and country"
msgstr ""
-"Avem funcionalitile nivelului 4 de securitate dar acum sistemul e\n"
-"complet nchis. Securitatea e la maximum."
-#: ../../standalone/draksec_.c:52
-msgid "Setting security level"
-msgstr "Alegerea nivelului de securitate"
+#: ../../standalone/drakxtv_.c:60
+msgid "TV norm :"
+msgstr ""
-#: ../../standalone/drakxconf_.c:44
-#, fuzzy
-msgid "Control Center"
-msgstr "Nume de conexiune"
+#: ../../standalone/drakxtv_.c:61
+msgid "Area :"
+msgstr ""
-#: ../../standalone/drakxconf_.c:45
-msgid "Choose the tool you want to use"
-msgstr "Alegei unealta pe care dorii s o folosii"
+#: ../../standalone/drakxtv_.c:65
+msgid "Scanning for TV channels in progress ..."
+msgstr ""
+
+#: ../../standalone/drakxtv_.c:72
+msgid "Scanning for TV channels"
+msgstr ""
+
+#: ../../standalone/drakxtv_.c:83
+msgid "No TV Card detected!"
+msgstr ""
+
+#: ../../standalone/drakxtv_.c:84
+msgid ""
+"No TV Card has been detected on your machine. Please verify that a Linux-"
+"supported Video/TV Card is correctly plugged in.\n"
+"\n"
+"\n"
+"You can visit our hardware database at:\n"
+"\n"
+"\n"
+"http://www.linux-mandrake.com/en/hardware.php3"
+msgstr ""
#: ../../standalone/keyboarddrake_.c:16
msgid "usage: keyboarddrake [--expert] [keyboard]\n"
msgstr ""
+#: ../../standalone/keyboarddrake_.c:29
+msgid "Please, choose your keyboard layout."
+msgstr "Alegei tastatura."
+
#: ../../standalone/keyboarddrake_.c:36
msgid "Do you want the BackSpace to return Delete in console?"
msgstr ""
-#: ../../standalone/livedrake_.c:23
+#: ../../standalone/livedrake_.c:24
#, fuzzy
msgid "Change Cd-Rom"
msgstr "Alegei o alt rezoluie"
-#: ../../standalone/livedrake_.c:24
+#: ../../standalone/livedrake_.c:25
#, fuzzy
msgid ""
"Please insert the Installation Cd-Rom in your drive and press Ok when done.\n"
@@ -7040,105 +10171,275 @@ msgstr ""
"Dac nu-l avei, apsai Anuleaz pentru a evita instalarea de pe acest Cd-"
"Rom."
-#: ../../standalone/livedrake_.c:34
+#: ../../standalone/livedrake_.c:35
msgid "Unable to start live upgrade !!!\n"
msgstr ""
-#: ../../standalone/mousedrake_.c:50
-msgid "no serial_usb found\n"
-msgstr "n'am gsit nici un serie_usb\n"
+#: ../../standalone/localedrake_.c:32
+msgid "The change is done, but to be effective you must logout"
+msgstr ""
-#: ../../standalone/mousedrake_.c:54
-msgid "Emulate third button?"
-msgstr "Emulare 3 Butoane?"
+#: ../../standalone/logdrake_.c:85 ../../standalone/logdrake_.c:501
+msgid "logdrake"
+msgstr ""
-#: ../../standalone/mousedrake_.c:131
+#: ../../standalone/logdrake_.c:95
+msgid "Show only for the selected day"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:102
#, fuzzy
-msgid "Test the mouse here."
-msgstr "V rog, alegei tipul de mouse?"
+msgid "/File/_New"
+msgstr "Fiiere:\n"
+
+#: ../../standalone/logdrake_.c:102
+msgid "<control>N"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:103
+msgid "/File/_Open"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:103
+msgid "<control>O"
+msgstr ""
-#: ../../standalone/net_monitor_.c:40 ../../standalone/net_monitor_.c:52
+#: ../../standalone/logdrake_.c:104
+msgid "/File/_Save"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:104
+msgid "<control>S"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:105
+msgid "/File/Save _As"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:106
#, fuzzy
-msgid "Network Monitoring"
-msgstr "Configuraia reelei"
+msgid "/File/-"
+msgstr "Fiiere:\n"
-#: ../../standalone/net_monitor_.c:56
-msgid "Statistics"
+#: ../../standalone/logdrake_.c:108
+#, fuzzy
+msgid "/_Options"
+msgstr "Informaie"
+
+#: ../../standalone/logdrake_.c:109
+#, fuzzy
+msgid "/Options/Test"
+msgstr "Informaie"
+
+#: ../../standalone/logdrake_.c:110
+#, fuzzy
+msgid "/_Help"
+msgstr "Ajutor"
+
+#: ../../standalone/logdrake_.c:111
+msgid "/Help/_About..."
msgstr ""
-#: ../../standalone/net_monitor_.c:59
-msgid "Sending Speed: "
+#: ../../standalone/logdrake_.c:118
+msgid "-misc-fixed-medium-r-*-*-*-100-*-*-*-*-*-*,*"
msgstr ""
-#: ../../standalone/net_monitor_.c:61
-msgid "Receiving Speed: "
+#: ../../standalone/logdrake_.c:119
+msgid "-misc-fixed-bold-r-*-*-*-100-*-*-*-*-*-*,*"
msgstr ""
-#: ../../standalone/net_monitor_.c:66
+#: ../../standalone/logdrake_.c:173
#, fuzzy
-msgid "Close"
-msgstr "Mouse USB"
+msgid "User"
+msgstr "Numele utilizatorului"
-#: ../../standalone/net_monitor_.c:100 ../../standalone/net_monitor_.c:104
+#: ../../standalone/logdrake_.c:174
#, fuzzy
-msgid "Connecting to Internet "
-msgstr "Nume de conexiune"
+msgid "Messages"
+msgstr "Test porturi"
+
+#: ../../standalone/logdrake_.c:175
+msgid "Syslog"
+msgstr ""
-#: ../../standalone/net_monitor_.c:100 ../../standalone/net_monitor_.c:104
+#: ../../standalone/logdrake_.c:176
+msgid "Mandrake Tools Explanations"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:179
#, fuzzy
-msgid "Disconnecting from Internet "
-msgstr "Nume de conexiune"
+msgid "search"
+msgstr "Caut"
-#: ../../standalone/net_monitor_.c:114
+#: ../../standalone/logdrake_.c:185
+msgid "A tool to monitor your logs"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:186
+msgid "Settings"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:191
#, fuzzy
-msgid "Disconnection from Internet failed."
-msgstr "Nume de conexiune"
+msgid "matching"
+msgstr "formatare"
+
+#: ../../standalone/logdrake_.c:192
+msgid "but not matching"
+msgstr ""
-#: ../../standalone/net_monitor_.c:115
+#: ../../standalone/logdrake_.c:196
#, fuzzy
-msgid "Disconnection from Internet complete."
-msgstr "Nume de conexiune"
+msgid "Choose file"
+msgstr "Alegei aciunea"
-#: ../../standalone/net_monitor_.c:117
+#: ../../standalone/logdrake_.c:201
+msgid "Calendar"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:211
#, fuzzy
-msgid "Connection complete."
+msgid "Content of the file"
msgstr "Nume de conexiune"
-#: ../../standalone/net_monitor_.c:118
+#: ../../standalone/logdrake_.c:215 ../../standalone/logdrake_.c:390
+msgid "Mail/SMS alert"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:268
+#, fuzzy, c-format
+msgid "please wait, parsing file: %s"
+msgstr "Pregtesc instalarea"
+
+#: ../../standalone/logdrake_.c:405
+#, fuzzy
+msgid "Mail/SMS alert configuration"
+msgstr "Configuraie"
+
+#: ../../standalone/logdrake_.c:406
msgid ""
-"Connection failed.\n"
-"Verify your configuration in the Mandrake Control Center."
+"Welcome to the mail/SMS configuration utility.\n"
+"\n"
+"Here, you'll be able to set up the alert system.\n"
msgstr ""
-#: ../../standalone/net_monitor_.c:188
-msgid "sent: "
+#: ../../standalone/logdrake_.c:414
+msgid "proftpd"
msgstr ""
-#: ../../standalone/net_monitor_.c:191
-msgid "received: "
+#: ../../standalone/logdrake_.c:417
+#, fuzzy
+msgid "sshd"
+msgstr "shadow"
+
+#: ../../standalone/logdrake_.c:418
+msgid "webmin"
msgstr ""
-#: ../../standalone/net_monitor_.c:222
+#: ../../standalone/logdrake_.c:419
#, fuzzy
-msgid "Connect"
-msgstr "Nume de conexiune"
+msgid "xinetd"
+msgstr "Ext2"
-#: ../../standalone/net_monitor_.c:222
+#: ../../standalone/logdrake_.c:422
#, fuzzy
-msgid "Disconnect"
-msgstr "Selectai Conexiunea de imprimant"
+msgid "service setting"
+msgstr "Interesant"
+
+#: ../../standalone/logdrake_.c:423
+msgid ""
+"You will receive an alert if one of the selected service is no more running"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:433
+#, fuzzy
+msgid "load setting"
+msgstr "Formatare"
+
+#: ../../standalone/logdrake_.c:434
+msgid "You will receive an alert if the load is higher than this value"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:447
+#, fuzzy
+msgid "alert configuration"
+msgstr "Configuraie proxy"
+
+#: ../../standalone/logdrake_.c:448
+msgid "Configure the way the system will alert you"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:478
+#, fuzzy
+msgid "Save as.."
+msgstr "Meniu de Start"
+
+#: ../../standalone/mousedrake_.c:49
+msgid "Please, choose the type of your mouse."
+msgstr "V rog, alegei tipul de mouse?"
+
+#: ../../standalone/mousedrake_.c:59
+msgid "no serial_usb found\n"
+msgstr "n'am gsit nici un serie_usb\n"
+
+#: ../../standalone/mousedrake_.c:63
+msgid "Emulate third button?"
+msgstr "Emulare 3 Butoane?"
+
+#: ../../standalone/scannerdrake_.c:53
+#, c-format
+msgid "%s found on %s, configure it ?"
+msgstr ""
+
+#: ../../standalone/scannerdrake_.c:60
+#, fuzzy
+msgid "Select a scanner"
+msgstr "Alegei o carte grafic"
+
+#: ../../standalone/scannerdrake_.c:80
+#, c-format
+msgid "This %s scanner is unsupported"
+msgstr ""
+
+#: ../../standalone/scannerdrake_.c:94
+#, c-format
+msgid ""
+"Scannerdrake was not able to detect your %s scanner.\n"
+"Please select the device where your scanner is plugged"
+msgstr ""
+
+#: ../../standalone/scannerdrake_.c:96
+#, fuzzy
+msgid "choose device"
+msgstr "Periferic de demaraj"
+
+#: ../../standalone/scannerdrake_.c:102
+#, c-format
+msgid ""
+"This %s scanner must be configured by printerdrake.\n"
+"You can launch printerdrake from the Mandrake Control Center in Hardware "
+"section."
+msgstr ""
-#: ../../standalone/tinyfirewall_.c:29
+#: ../../standalone/scannerdrake_.c:107
+#, c-format
+msgid ""
+"Your %s scanner has been configured.\n"
+"You may now scan documents using ``XSane'' from Multimedia/Graphics in the "
+"applications menu."
+msgstr ""
+
+#: ../../standalone/tinyfirewall_.c:31
#, fuzzy
msgid "Firewalling Configuration"
msgstr "Citirea configuraiei"
-#: ../../standalone/tinyfirewall_.c:42
+#: ../../standalone/tinyfirewall_.c:44
#, fuzzy
msgid "Firewalling configuration"
msgstr "Citirea configuraiei"
-#: ../../standalone/tinyfirewall_.c:77
+#: ../../standalone/tinyfirewall_.c:79
msgid ""
"Firewalling\n"
"\n"
@@ -7146,23 +10447,97 @@ msgid ""
"Click on Configure to change or remove the firewall"
msgstr ""
-#: ../../standalone/tinyfirewall_.c:81
+#: ../../standalone/tinyfirewall_.c:83
msgid ""
"Firewalling\n"
"\n"
"Click on Configure to set up a standard firewall"
msgstr ""
-#: ../../tinyfirewall.pm_.c:10
+#: ../../steps.pm_.c:14
+msgid "Choose your language"
+msgstr "Alegei limba"
+
+#: ../../steps.pm_.c:15
+msgid "Select installation class"
+msgstr "Alegei tipul de instalare"
+
+#: ../../steps.pm_.c:16
+msgid "Hard drive detection"
+msgstr "Detecia discului dur"
+
+#: ../../steps.pm_.c:17
+msgid "Configure mouse"
+msgstr "Configuraie mouse"
+
+#: ../../steps.pm_.c:18
+msgid "Choose your keyboard"
+msgstr "Alegei tastatura"
+
+#: ../../steps.pm_.c:19
+#, fuzzy
+msgid "Security"
+msgstr "crlionat"
+
+#: ../../steps.pm_.c:20
+msgid "Setup filesystems"
+msgstr "Instalarea fiierelor sistem"
+
+#: ../../steps.pm_.c:21
+msgid "Format partitions"
+msgstr "Formatarea partiiilor"
+
+#: ../../steps.pm_.c:22
+msgid "Choose packages to install"
+msgstr "Alege pachetele de instalat"
+
+#: ../../steps.pm_.c:23
+msgid "Install system"
+msgstr "Instalarea sistemului"
+
+#: ../../steps.pm_.c:25
+msgid "Add a user"
+msgstr "Adugai un utilizator"
+
+#: ../../steps.pm_.c:26
+msgid "Configure networking"
+msgstr "Configuraie reea"
+
+#: ../../steps.pm_.c:28
+msgid "Configure services"
+msgstr "Configuraia serviciilor"
+
+#: ../../steps.pm_.c:29
+msgid "Install bootloader"
+msgstr "Instalai un gestionar de demaraj"
+
+#: ../../steps.pm_.c:31
+msgid "Create a bootdisk"
+msgstr "Creai un floppy de demaraj"
+
+#: ../../steps.pm_.c:33
+msgid "Configure X"
+msgstr "Configurai X"
+
+#: ../../steps.pm_.c:34
+#, fuzzy
+msgid "Install system updates"
+msgstr "Instalarea sistemului"
+
+#: ../../steps.pm_.c:35
+msgid "Exit install"
+msgstr "Ieire din instalare"
+
+#: ../../tinyfirewall.pm_.c:9
msgid ""
"tinyfirewall configurator\n"
"\n"
-"This configures a personal firewall for this Linux Mandrake machine.\n"
+"This configures a personal firewall for this Mandrake Linux machine.\n"
"For a powerful dedicated firewall solution, please look to the\n"
"specialized MandrakeSecurity Firewall distribution."
msgstr ""
-#: ../../tinyfirewall.pm_.c:15
+#: ../../tinyfirewall.pm_.c:14
msgid ""
"We'll now ask you questions about which services you'd like to allow\n"
"the Internet to connect to. Please think carefully about these\n"
@@ -7173,7 +10548,7 @@ msgid ""
"re-running this application!"
msgstr ""
-#: ../../tinyfirewall.pm_.c:22
+#: ../../tinyfirewall.pm_.c:21
msgid ""
"Are you running a web server on this machine that you need the whole\n"
"Internet to see? If you are running a webserver that only needs to be\n"
@@ -7181,7 +10556,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../tinyfirewall.pm_.c:27
+#: ../../tinyfirewall.pm_.c:26
msgid ""
"Are you running a name server on this machine? If you didn't set one\n"
"up to give away IP and zone information to the whole Internet, please\n"
@@ -7189,7 +10564,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../tinyfirewall.pm_.c:32
+#: ../../tinyfirewall.pm_.c:31
msgid ""
"Do you want to allow incoming Secure Shell (ssh) connections? This\n"
"is a telnet-replacement that you might use to login. If you're using\n"
@@ -7198,7 +10573,7 @@ msgid ""
"it. ssh is encrypted and doesn't allow for this eavesdropping."
msgstr ""
-#: ../../tinyfirewall.pm_.c:37
+#: ../../tinyfirewall.pm_.c:36
msgid ""
"Do you want to allow incoming telnet connections?\n"
"This is horribly unsafe, as we explained in the previous screen. We\n"
@@ -7206,7 +10581,7 @@ msgid ""
"telnet.\n"
msgstr ""
-#: ../../tinyfirewall.pm_.c:42
+#: ../../tinyfirewall.pm_.c:41
msgid ""
"Are you running an FTP server here that you need accessible to the\n"
"Internet? If you are, we strongly recommend that you only use it for\n"
@@ -7214,7 +10589,7 @@ msgid ""
"attackers, since FTP also uses no encryption for transferring passwords.\n"
msgstr ""
-#: ../../tinyfirewall.pm_.c:47
+#: ../../tinyfirewall.pm_.c:46
msgid ""
"Are you running a mail server here? If you're sending you \n"
"messages through pine, mutt or any other text-based mail client,\n"
@@ -7222,7 +10597,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../tinyfirewall.pm_.c:52
+#: ../../tinyfirewall.pm_.c:51
msgid ""
"Are you running a POP or IMAP server here? This would\n"
"be used to host non-web-based mail accounts for people via \n"
@@ -7230,7 +10605,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../tinyfirewall.pm_.c:57
+#: ../../tinyfirewall.pm_.c:56
msgid ""
"You appear to be running a 2.2 kernel. If your network IP\n"
"is automatically set by a computer in your home or office \n"
@@ -7238,7 +10613,7 @@ msgid ""
"this the case?\n"
msgstr ""
-#: ../../tinyfirewall.pm_.c:62
+#: ../../tinyfirewall.pm_.c:61
msgid ""
"Is your computer getting time syncronized to another computer?\n"
"Mostly, this is used by medium-large Unix/Linux organizations\n"
@@ -7247,7 +10622,7 @@ msgid ""
"aren't."
msgstr ""
-#: ../../tinyfirewall.pm_.c:67
+#: ../../tinyfirewall.pm_.c:66
msgid ""
"Configuration complete. May we write these changes to disk?\n"
"\n"
@@ -7255,47 +10630,69 @@ msgid ""
"\n"
msgstr ""
-#: ../../tinyfirewall.pm_.c:83
+#: ../../tinyfirewall.pm_.c:82
#, c-format
msgid "Can't open %s: %s\n"
msgstr ""
-#: ../../tinyfirewall.pm_.c:85
+#: ../../tinyfirewall.pm_.c:84
#, fuzzy, c-format
msgid "Can't open %s for writing: %s\n"
msgstr "Eroare la citirea %s pentru a scrie: %s"
-#: ../../share/compssUsers:999
-msgid "Clients for different protocols including ssh"
+#: ../../tinyfirewall.pm_.c:180
+msgid "No I don't need DHCP"
msgstr ""
-#: ../../share/compssUsers:999
-#, fuzzy
-msgid "Development"
-msgstr "Programator"
+#: ../../tinyfirewall.pm_.c:180
+msgid "Yes I need DHCP"
+msgstr ""
-#: ../../share/compssUsers:999
+#: ../../tinyfirewall.pm_.c:181
+msgid "No I don't need NTP"
+msgstr ""
+
+#: ../../tinyfirewall.pm_.c:181
+msgid "Yes I need NTP"
+msgstr ""
+
+#: ../../tinyfirewall.pm_.c:182 ../../tinyfirewall.pm_.c:186
+msgid "Don't Save"
+msgstr ""
+
+#: ../../tinyfirewall.pm_.c:182 ../../tinyfirewall.pm_.c:186
+#: ../../tinyfirewall.pm_.c:206
+msgid "Save & Quit"
+msgstr ""
+
+#: ../../tinyfirewall.pm_.c:197 ../../tinyfirewall.pm_.c:201
#, fuzzy
-msgid "Workstation"
-msgstr "Informaie"
+msgid "Firewall Configuration Wizard"
+msgstr "Configuraia reelei"
-#: ../../share/compssUsers:999
-msgid "Firewall/Router"
+#: ../../tinyfirewall.pm_.c:199
+msgid "No (firewall this off from the internet)"
msgstr ""
-#: ../../share/compssUsers:999
-msgid "Personal Information Management"
+#: ../../tinyfirewall.pm_.c:200
+msgid "Yes (allow this through the firewall)"
msgstr ""
-#: ../../share/compssUsers:999
+#: ../../tinyfirewall.pm_.c:232
#, fuzzy
-msgid "Multimedia - Graphics"
-msgstr "Multimedia"
+msgid "Please Wait... Verifying installed packages"
+msgstr "Pregtesc instalarea"
+
+#: ../../tinyfirewall.pm_.c:238
+#, c-format
+msgid ""
+"Failure installing the needed packages : %s and Bastille.\n"
+" Try to install them manually."
+msgstr ""
#: ../../share/compssUsers:999
-#, fuzzy
-msgid "Internet"
-msgstr "Interesant"
+msgid "Web/FTP"
+msgstr ""
#: ../../share/compssUsers:999
#, fuzzy
@@ -7303,31 +10700,29 @@ msgid "Network Computer (client)"
msgstr "Opiunea imprimantei NetWare"
#: ../../share/compssUsers:999
-msgid "Audio-related tools: mp3 or midi players, mixers, etc"
+msgid "NFS server, SMB server, Proxy server, ssh server"
msgstr ""
#: ../../share/compssUsers:999
-#, fuzzy
-msgid "Internet station"
-msgstr "Configuraie proxy"
-
-#: ../../share/compssUsers:999
msgid "Office"
msgstr "Birou"
#: ../../share/compssUsers:999
#, fuzzy
-msgid "Multimedia station"
-msgstr "Multimedia"
+msgid "Gnome Workstation"
+msgstr "Informaie"
#: ../../share/compssUsers:999
-msgid ""
-"Set of tools to read and send mail and news (pine, mutt, tin..) and to "
-"browse the Web"
+msgid "Tools for your Palm Pilot or your Visor"
msgstr ""
#: ../../share/compssUsers:999
-msgid "C and C++ development libraries, programs and include files"
+#, fuzzy
+msgid "Workstation"
+msgstr "Informaie"
+
+#: ../../share/compssUsers:999
+msgid "Firewall/Router"
msgstr ""
#: ../../share/compssUsers:999
@@ -7335,213 +10730,1125 @@ msgid "Domain Name and Network Information Server"
msgstr ""
#: ../../share/compssUsers:999
-msgid "Programs to manage your finance, such as gnucash"
+msgid ""
+"Office programs: wordprocessors (kword, abiword), spreadsheets (kspread, "
+"gnumeric), pdf viewers, etc"
msgstr ""
#: ../../share/compssUsers:999
-msgid "PostgreSQL or MySQL database server"
+msgid "Audio-related tools: mp3 or midi players, mixers, etc"
msgstr ""
#: ../../share/compssUsers:999
-msgid "NFS server, SMB server, Proxy server, ssh server"
+msgid "Books and Howto's on Linux and Free Software"
msgstr ""
#: ../../share/compssUsers:999
-msgid "Documentation"
-msgstr "Documentaie"
+#, fuzzy
+msgid "KDE Workstation"
+msgstr "Informaie"
#: ../../share/compssUsers:999
msgid "Icewm, Window Maker, Enlightenment, Fvwm, etc"
msgstr ""
#: ../../share/compssUsers:999
-msgid "Utilities"
+#, fuzzy
+msgid "Multimedia - Video"
+msgstr "Multimedia"
+
+#: ../../share/compssUsers:999
+msgid "Set of tools for mail, news, web, file transfer, and chat"
msgstr ""
#: ../../share/compssUsers:999
-msgid "DNS/NIS "
+msgid "Database"
msgstr ""
#: ../../share/compssUsers:999
-msgid "Graphical Environment"
+msgid "PostgreSQL or MySQL database server"
msgstr ""
#: ../../share/compssUsers:999
#, fuzzy
+msgid "Tools to ease the configuration of your computer"
+msgstr "Dorii s testai configuraia ?"
+
+#: ../../share/compssUsers:999
+#, fuzzy
msgid "Multimedia - Sound"
msgstr "Multimedia"
#: ../../share/compssUsers:999
-msgid "Amusement programs: arcade, boards, strategy, etc"
+msgid "Utilities"
msgstr ""
#: ../../share/compssUsers:999
-msgid "Video players and editors"
-msgstr ""
+msgid "Documentation"
+msgstr "Documentaie"
#: ../../share/compssUsers:999
msgid "Console Tools"
msgstr ""
#: ../../share/compssUsers:999
-msgid "Sound and video playing/editing programs"
+msgid "Postfix mail server, Inn news server"
msgstr ""
#: ../../share/compssUsers:999
#, fuzzy
-msgid "Scientific Workstation"
-msgstr "Informaie"
+msgid "Internet station"
+msgstr "Configuraie proxy"
#: ../../share/compssUsers:999
-msgid "Editors, shells, file tools, terminals"
-msgstr ""
+#, fuzzy
+msgid "Multimedia station"
+msgstr "Multimedia"
#: ../../share/compssUsers:999
-msgid "Books and Howto's on Linux and Free Software"
+#, fuzzy
+msgid "Configuration"
+msgstr "Configuraie"
+
+#: ../../share/compssUsers:999
+msgid "More Graphical Desktops (Gnome, IceWM)"
msgstr ""
#: ../../share/compssUsers:999
msgid ""
-"A graphical environment with user-friendly set of applications and desktop "
-"tools"
+"The K Desktop Environment, the basic graphical environment with a collection "
+"of accompanying tools"
msgstr ""
#: ../../share/compssUsers:999
-msgid "Postfix mail server, Inn news server"
+msgid "Graphical Environment"
msgstr ""
#: ../../share/compssUsers:999
-#, fuzzy
-msgid "Games"
-msgstr "Gnome"
+msgid "Apache, Pro-ftpd"
+msgstr ""
+
+#: ../../share/compssUsers:999
+msgid "Tools to create and burn CD's"
+msgstr ""
#: ../../share/compssUsers:999
#, fuzzy
-msgid "Multimedia - Video"
-msgstr "Multimedia"
+msgid "Office Workstation"
+msgstr "Informaie"
#: ../../share/compssUsers:999
#, fuzzy
-msgid "Network Computer server"
-msgstr "Opiunea imprimantei NetWare"
+msgid "Server"
+msgstr "server"
+
+#: ../../share/compssUsers:999
+msgid "Gnome, Icewm, Window Maker, Enlightenment, Fvwm, etc"
+msgstr ""
#: ../../share/compssUsers:999
msgid "Graphics programs such as The Gimp"
msgstr ""
#: ../../share/compssUsers:999
-#, fuzzy
-msgid "Office Workstation"
-msgstr "Informaie"
+msgid "DNS/NIS "
+msgstr ""
#: ../../share/compssUsers:999
-msgid ""
-"The K Desktop Environment, the basic graphical environment with a collection "
-"of accompanying tools"
+msgid "C and C++ development libraries, programs and include files"
msgstr ""
#: ../../share/compssUsers:999
-msgid "More Graphical Desktops (Gnome, IceWM)"
+#, fuzzy
+msgid "Network Computer server"
+msgstr "Opiunea imprimantei NetWare"
+
+#: ../../share/compssUsers:999
+msgid "Mail/Groupware/News"
msgstr ""
#: ../../share/compssUsers:999
-msgid "Tools to create and burn CD's"
+#, fuzzy
+msgid "Game station"
+msgstr "Documentaie"
+
+#: ../../share/compssUsers:999
+msgid "Video players and editors"
msgstr ""
#: ../../share/compssUsers:999
#, fuzzy
-msgid "Multimedia - CD Burning"
+msgid "Multimedia - Graphics"
msgstr "Multimedia"
#: ../../share/compssUsers:999
+msgid "Amusement programs: arcade, boards, strategy, etc"
+msgstr ""
+
+#: ../../share/compssUsers:999
+msgid ""
+"Set of tools to read and send mail and news (pine, mutt, tin..) and to "
+"browse the Web"
+msgstr ""
+
+#: ../../share/compssUsers:999
msgid "Archiving, emulators, monitoring"
msgstr ""
#: ../../share/compssUsers:999
-msgid "Database"
+msgid "Personal Finance"
msgstr ""
#: ../../share/compssUsers:999
msgid ""
-"Office programs: wordprocessors (kword, abiword), spreadsheets (kspread, "
-"gnumeric), pdf viewers, etc"
+"A graphical environment with user-friendly set of applications and desktop "
+"tools"
msgstr ""
#: ../../share/compssUsers:999
-msgid "Web/FTP"
+msgid "Clients for different protocols including ssh"
msgstr ""
#: ../../share/compssUsers:999
#, fuzzy
-msgid "Server"
-msgstr "server"
+msgid "Internet gateway"
+msgstr "Interesant"
#: ../../share/compssUsers:999
-msgid "Personal Finance"
+msgid "Sound and video playing/editing programs"
msgstr ""
#: ../../share/compssUsers:999
-msgid "Configuration"
-msgstr "Configuraie"
+msgid "Other Graphical Desktops"
+msgstr ""
#: ../../share/compssUsers:999
-#, fuzzy
-msgid "KDE Workstation"
-msgstr "Informaie"
+msgid "Editors, shells, file tools, terminals"
+msgstr ""
#: ../../share/compssUsers:999
-msgid "Other Graphical Desktops"
+msgid "Programs to manage your finance, such as gnucash"
msgstr ""
#: ../../share/compssUsers:999
-msgid "Apache, Pro-ftpd"
+msgid "Personal Information Management"
msgstr ""
#: ../../share/compssUsers:999
-msgid "Mail/Groupware/News"
-msgstr ""
+#, fuzzy
+msgid "Multimedia - CD Burning"
+msgstr "Multimedia"
#: ../../share/compssUsers:999
#, fuzzy
-msgid "Gnome Workstation"
+msgid "Scientific Workstation"
msgstr "Informaie"
-#: ../../share/compssUsers:999
#, fuzzy
-msgid "Internet gateway"
-msgstr "Interesant"
+#~ msgid "About"
+#~ msgstr "Montaj"
-#: ../../share/compssUsers:999
-msgid "Tools for your Palm Pilot or your Visor"
-msgstr ""
+#~ msgid "$f-$g %s)"
+#~ msgstr "$f-$g %s)"
+
+#~ msgid "None"
+#~ msgstr "Nici unul"
-#: ../../share/compssUsers:999
#, fuzzy
-msgid "Game station"
-msgstr "Documentaie"
+#~ msgid "Choose a default printer!"
+#~ msgstr "Alegei noua mrime"
-#: ../../share/compssUsers:999
-msgid "Gnome, Icewm, Window Maker, Enlightenment, Fvwm, etc"
-msgstr ""
+#, fuzzy
+#~ msgid "Apply/Re-read printers"
+#~ msgstr "Opiuni pentru imprimanta lpd distant"
+
+#~ msgid "You may now provide its options to module %s."
+#~ msgstr "Putei furniza acum opiunile modulului %s."
+
+#~ msgid "mount failed"
+#~ msgstr "montare euat"
+
+#~ msgid "Low"
+#~ msgstr "Sczut"
+
+#~ msgid "Medium"
+#~ msgstr "Mediu"
+
+#~ msgid ""
+#~ "Few improvements for this security level, the main one is that there are\n"
+#~ "more security warnings and checks."
+#~ msgstr ""
+#~ "Cteva ameliorri pentru acest nivel de securitate, principalul fiind c\n"
+#~ "am introdus mai multe mesaje de avertisment i verificri."
-#: ../../share/compssUsers:999
#, fuzzy
-msgid "Tools to ease the configuration of your computer"
-msgstr "Dorii s testai configuraia ?"
+#~ msgid "Art and Multimedia"
+#~ msgstr "Multimedia"
-#: ../../share/compssUsers:999
-msgid "Set of tools for mail, news, web, file transfer, and chat"
-msgstr ""
+#, fuzzy
+#~ msgid "Export"
+#~ msgstr "Expert"
+
+#, fuzzy
+#~ msgid ""
+#~ "GNU/Linux manages time in GMT (Greenwich Mean Time) and translates it in\n"
+#~ "local time according to the time zone you selected."
+#~ msgstr ""
+#~ "Putei selecta acum zona orar n funcie de locul unde trii.\n"
+#~ "\n"
+#~ "\n"
+#~ "Linux trateaz ora n format GMT sau \"Greenwich Mean Time\" i-l "
+#~ "traduce\n"
+#~ "n or local n funcie de zona orar aleas."
+
+#, fuzzy
+#~ msgid "Connect to Internet"
+#~ msgstr "Nume de conexiune"
#, fuzzy
-#~ msgid "%d seconds"
-#~ msgstr "Testul se va termina n %d secunde"
+#~ msgid "Disconnect from Internet"
+#~ msgstr "Nume de conexiune"
#, fuzzy
-#~ msgid "Lilo/Grub configuration"
+#~ msgid "Configure network connection (LAN or Internet)"
+#~ msgstr "Configuraie reea"
+
+#, fuzzy
+#~ msgid "Detected %s, do you want to set it up?"
+#~ msgstr "Pe ce disc dorii s schimbai ?"
+
+#, fuzzy
+#~ msgid "Please choose the printer you want to set up."
+#~ msgstr "V rog alegei pachetele pe care dorii s le instalai"
+
+#, fuzzy
+#~ msgid "Infos"
+#~ msgstr "Info"
+
+#, fuzzy
+#~ msgid "Windows Importation"
+#~ msgstr "Informaie"
+
+#, fuzzy
+#~ msgid "authentification"
+#~ msgstr "Autentificare"
+
+#, fuzzy
+#~ msgid "user"
+#~ msgstr "Numele utilizatorului"
+
+#, fuzzy
+#~ msgid ""
+#~ "Please choose the desired printer/printer port.\n"
+#~ "\n"
+#~ msgstr "V rog, alegei tipul de mouse?"
+
+#, fuzzy
+#~ msgid "Removable media"
+#~ msgstr "Automontare automat a perifericelor extractibile"
+
+#~ msgid "Active"
+#~ msgstr "Activ"
+
+#, fuzzy
+#~ msgid "No X"
+#~ msgstr "Nu"
+
+#~ msgid "A printer, model \"%s\", has been detected on "
+#~ msgstr "O imprimant, modelul \"%s\", a fost detact n"
+
+#~ msgid "Local Printer Device"
+#~ msgstr "Periferic local de imprimant"
+
+#~ msgid "Printer Device"
+#~ msgstr "Periferic imprimant:"
+
+#, fuzzy
+#~ msgid "Printer(s) on remote CUPS server(s)"
+#~ msgstr "Coad distant:"
+
+#, fuzzy
+#~ msgid "Printer(s) on remote server(s)"
+#~ msgstr "Coad distant:"
+
+#, fuzzy
+#~ msgid " Linux "
+#~ msgstr "Linux"
+
+#, fuzzy
+#~ msgid " System "
+#~ msgstr "Mouse Systems"
+
+#, fuzzy
+#~ msgid " Other "
+#~ msgstr "Alt tip"
+
+#, fuzzy
+#~ msgid "please choose your CD space"
+#~ msgstr "Alegei tastatura."
+
+#, fuzzy
+#~ msgid " Please check if you are using CDRW media"
+#~ msgstr "V rog facei clic pe o partiie"
+
+#, fuzzy
+#~ msgid " Tape "
+#~ msgstr "Tip: "
+
+#, fuzzy
+#~ msgid " Use .backupignore files"
+#~ msgstr "Backup defectuos"
+
+#, fuzzy
+#~ msgid "Configure it"
+#~ msgstr "Configurai X"
+
+#, fuzzy
+#~ msgid "on Tape Device"
+#~ msgstr "Periferic imprimant:"
+
+#, fuzzy
+#~ msgid " Cancel "
+#~ msgstr "Anuleaz"
+
+#, fuzzy
+#~ msgid " Ok "
+#~ msgstr "Ok"
+
+#, fuzzy
+#~ msgid "close"
+#~ msgstr "Mouse USB"
+
+#, fuzzy
+#~ msgid "toto"
+#~ msgstr "Root"
+
+#, fuzzy
+#~ msgid "Starting your connection..."
+#~ msgstr "Configuraie reea"
+
+#, fuzzy
+#~ msgid "Closing your connection..."
+#~ msgstr "Configuraie reea"
+
+#, fuzzy
+#~ msgid "The system is now disconnected."
+#~ msgstr "Pe ce disc dorii s schimbai ?"
+
+#~ msgid "Choose the size you want to install"
+#~ msgstr "Alegei mrimea pe care vrei s o instalai"
+
+#~ msgid "Total size: "
+#~ msgstr "Mrime total: "
+
+#~ msgid "Please wait, "
+#~ msgstr "Asteptai, v rog"
+
+#~ msgid "Total time "
+#~ msgstr "Timp total "
+
+#~ msgid "Use existing configuration for X11?"
+#~ msgstr "S folosesc configuraia existent pentru X11?"
+
+#~ msgid ""
+#~ "What device is your printer connected to \n"
+#~ "(note that /dev/lp0 is equivalent to LPT1:)?\n"
+#~ msgstr ""
+#~ "La ce periferic ai conectat imprimanta \n"
+#~ "(notai c /dev/lp0 e echivalent cu LPT1:)?\n"
+
+#~ msgid "$_"
+#~ msgstr "$_"
+
+#~ msgid "New"
+#~ msgstr "Nou"
+
+#, fuzzy
+#~ msgid "Remote"
+#~ msgstr "terge"
+
+#, fuzzy
+#~ msgid ""
+#~ "Please click on a button above\n"
+#~ "\n"
+#~ "Or use \"New\""
+#~ msgstr "V rog facei clic pe o partiie"
+
+#, fuzzy
+#~ msgid ""
+#~ "Unless you know specifically otherwise, the usual choice is \"/dev/hda\"\n"
+#~ "(primary master IDE disk) or \"/dev/sda\" (first SCSI disk)."
+#~ msgstr ""
+#~ "Alegerea obinuit este \"/dev/hda\" pentru un disc maestru principal "
+#~ "IDE\n"
+#~ "sau \"/dev/sda\" pentru primul disc SCSI."
+
+#~ msgid "Ambiguity (%s), be more precise\n"
+#~ msgstr "Ambiguitate (%s), fii mai precis\n"
+
+#~ msgid " ? (default %s) "
+#~ msgstr " ? (din oficiu %s) "
+
+#~ msgid "Your choice? (default %s enter `none' for none) "
+#~ msgstr "Ce alegei ? (din oficiu %s enter `niciuna' pentru niciuna) "
+
+#, fuzzy
+#~ msgid "Do you want to restart the network"
+#~ msgstr "Dorii s testai configuraia ?"
+
+#, fuzzy
+#~ msgid "I'm about to restart the network device:\n"
+#~ msgstr "Dorii s testai configuraia ?"
+
+#, fuzzy
+#~ msgid "I'm about to restart the network device %s. Do you agree?"
+#~ msgstr "Dorii s testai configuraia ?"
+
+#, fuzzy
+#~ msgid "Connection timeout (in sec) [ beta, not yet implemented ]"
+#~ msgstr "Nume de conexiune"
+
+#, fuzzy
+#~ msgid "Could not set \"%s\" as the default printer!"
+#~ msgstr "Alegei noua mrime"
+
+#, fuzzy
+#~ msgid "Test the mouse here."
+#~ msgstr "V rog, alegei tipul de mouse?"
+
+#, fuzzy
+#~ msgid ""
+#~ "Please choose your preferred language for installation and system usage."
+#~ msgstr "Alegei limba pentru instalare i folosirea sistemului."
+
+#~ msgid "Choose the layout corresponding to your keyboard from the list above"
+#~ msgstr "Alegei dispoziia tastaturii din lista de mai sus"
+
+#~ msgid ""
+#~ "Select:\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"
+#~ "\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!"
+#~ msgstr ""
+#~ "Selectare:\n"
+#~ "\n"
+#~ " - Personalizat: Dac suntei destul de familiar cu GNU/Linux, putei\n"
+#~ " atunci s alegei utilizarea principal a calculatorului. Vezi mai "
+#~ "jos\n"
+#~ " pentru detalii.\n"
+#~ "\n"
+#~ "\n"
+#~ " - Expert: Aceasta presupune c suntei foarte familiar cu GNU/Linux "
+#~ "i\n"
+#~ " dorii s facei o instalare foarte personalizat. Ca i pentru "
+#~ "clasa\n"
+#~ " \"Personalizat\", vei putea s selectai utilizarea sistemului\n"
+#~ " dumneavoastr.\n"
+#~ " Dar v rog, NU ALEGEi ACEASTA DECT DAC TII CE FACEI!."
+
+#, fuzzy
+#~ msgid ""
+#~ "You must now define your machine usage. Choices are:\n"
+#~ "\n"
+#~ "\t* Workstation: this the ideal choice if you intend to use your machine "
+#~ "primarily for everyday use, at office or\n"
+#~ "\t at home.\n"
+#~ "\n"
+#~ "\n"
+#~ "\t* Development: if you intend to use your machine primarily for software "
+#~ "development, it is the good choice. You\n"
+#~ "\t will then have a complete collection of software installed in order "
+#~ "to compile, debug and format source code,\n"
+#~ "\t or create software packages.\n"
+#~ "\n"
+#~ "\n"
+#~ "\t* Server: if you intend to use this machine as a server, it is the good "
+#~ "choice. Either a file server (NFS or\n"
+#~ "\t SMB), a print server (Unix style or Microsoft Windows style), an "
+#~ "authentication server (NIS), a database\n"
+#~ "\t server and so on. As such, do not expect any gimmicks (KDE, GNOME, "
+#~ "etc.) to be installed."
+#~ msgstr ""
+#~ "Diferitele posibiliti pentru utilizarea calculatorului (furnizate, "
+#~ "deci, dac\n"
+#~ "ai ales \"Personalizat\" sau \"Expert\" la clasa de instalare) sunt \n"
+#~ "urmtoarele:\n"
+#~ "\n"
+#~ " - Normal: alegei aceasta dac dorii s folosii calculatorul pentru\n"
+#~ " utilizare zilnic (munca de servici, manipulaii grafice, etc). Nu "
+#~ "v\n"
+#~ " ateptai la nici un compilator, utilitare de programare i altele\n"
+#~ "\n"
+#~ " - Programare: cum numele-l indic. Alegei acesta dac dorii s avei\n"
+#~ " un calculator n principal pentru programare. Vei avea atunci o "
+#~ "coleciecomplet\n"
+#~ " instalat pentru a compila, deboga i formata cod surs sau crea \n"
+#~ " pachete software.\n"
+#~ "\n"
+#~ " - Server: alegei aceasta pentru a instala Mandrake Linux i "
+#~ "intenionai s-l folosii ca server. Acesta poate fi server de "
+#~ "fiiere (NFS sau SMB),\n"
+#~ " sau server de imprimant (Unix' lp (Line Printer) protocol sau "
+#~ "imprimare \n"
+#~ "stil Windows SMB, server de autentificare (NIS), server de baze de date, "
+#~ "etc.\n"
+#~ "Deci nu v ateptai la programe de genul KDE, GNOME...\n"
+
+#, fuzzy
+#~ msgid ""
+#~ "You may now select the group of packages you wish to\n"
+#~ "install or upgrade.\n"
+#~ "\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 the\n"
+#~ "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 "
+#~ "through\n"
+#~ "more than 1000 packages..."
+#~ msgstr ""
+#~ "Putei acum s selectai grupul pachetelor pe care vrei s le instalai\n"
+#~ "sau actualizai.\n"
+#~ "DrakX va verifica dac avei destul spaiu pentru a le instala pe toate."
+#~ "Dac nu, v va avertiza despre asta. Dac dorii s continuai oricum,\n"
+#~ "va continua instalarea a tuturor grupurilor selectate dar va lsa\n"
+#~ "deoparte cteva pachete de mai puin interes. La baza listei putei s\n"
+#~ "selectai opiunea \"Selectarea individual a pachetelor\"; n acest caz\n"
+#~ "va trebui va trebui s parcurgei mai mult de 1000 de pachete..."
+
+#, fuzzy
+#~ msgid ""
+#~ "If you have all the CDs in the list above, click Ok. If you have\n"
+#~ "none of those CDs, click Cancel. If only some CDs are missing, unselect "
+#~ "them,\n"
+#~ "then click Ok."
+#~ msgstr ""
+#~ "Dac avei toate CD-urile din lista de mai sus facei clic pe Ok.\n"
+#~ "Dac nu avei nici unul din aceste Cd-uri, facei clic pe Anuleaz.\n"
+#~ "Dac numai cteva din aceste Cd-uri lipsesc, de-selectai-le i apoi Ok."
+
+#, fuzzy
+#~ msgid ""
+#~ "You may now enter your host name if needed. If you\n"
+#~ "don't know or are not sure what to enter, the correct informations can "
+#~ "be\n"
+#~ "obtained from your Internet Service Provider."
+#~ msgstr ""
+#~ "Putei intra opiunile de telefonie. Dac nu suntei sigur de ceea ce\n"
+#~ "trebuie s intrai, ntrebai ISP-ul dumneavoastr."
+
+#, fuzzy
+#~ msgid ""
+#~ "You may now configure your network device.\n"
+#~ "\n"
+#~ " * IP address: if you don't know or are not sure what to enter, ask "
+#~ "your network administrator.\n"
+#~ " You should not enter an IP address if you select the option "
+#~ "\"Automatic IP\" below.\n"
+#~ "\n"
+#~ " * Netmask: \"255.255.255.0\" is generally a good choice. If you don't "
+#~ "know or are not sure what to enter,\n"
+#~ " ask your network administrator.\n"
+#~ "\n"
+#~ " * Automatic IP: if your network uses BOOTP or DHCP protocol, select "
+#~ "this option. If selected, no value is needed in\n"
+#~ " \"IP address\". If you don't know or are not sure if you need to "
+#~ "select this option, ask your network administrator."
+#~ msgstr ""
+#~ "Intrare;\n"
+#~ "\n"
+#~ " - Adres IP: dac nu tii care e, ntrebai administratorul de reea "
+#~ "sauFurnizorul de Acces Internet (ISP).\n"
+#~ "\n"
+#~ "\n"
+#~ " - Masc de reea: \"255.255.255.0\" e n general cea corect. Dac nu\n"
+#~ "suntei sigur, ntrebai administratorul de reea sau ISP.\n"
+
+#, fuzzy
+#~ msgid ""
+#~ "You may now enter your host name if needed. If you\n"
+#~ "don't know or are not sure what to enter, ask your network administrator."
+#~ msgstr ""
+#~ "Dac reeaua dumneavoastr folosete NIS, selectai \"Folosete NIS\". "
+#~ "Dac\n"
+#~ "nu tii exact, ntrebai administratorul de reea."
+
+#~ 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."
+#~ msgstr ""
+#~ "Putei intra opiunile de telefonie. Dac nu suntei sigur de ceea ce\n"
+#~ "trebuie s intrai, ntrebai ISP-ul dumneavoastr."
+
+#~ msgid ""
+#~ "If you will use proxies, please configure them now. If you don't know if\n"
+#~ "you should use proxies, ask your network administrator or your ISP."
+#~ msgstr ""
+#~ "Dac folosii servere proxy, configurai-le acum. Dac nu tii dac ar\n"
+#~ "trebuie s folosii un proxy, ntrebai administratorul de reea sau ISP-"
+#~ "ul."
+
+#, fuzzy
+#~ 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 and\n"
+#~ "after that select the packages to install.\n"
+#~ "\n"
+#~ "\n"
+#~ "Note you have to select mirror and cryptographic packages according\n"
+#~ "to your legislation."
+#~ msgstr ""
+#~ "Putei instala pachetul criptografie dac conexiunea Internet a fost\n"
+#~ "realizat corect. Alegei mai nti un sit Internet oglind pentru a\n"
+#~ "recupera pachetele i selectai pachetele de instalat.\n"
+#~ "\n"
+#~ "Notai c va trebui s alegei aceste pachete criptografice "
+#~ "corespunztoare\n"
+#~ "legislaie dumneavoastr."
+
+#, fuzzy
+#~ msgid ""
+#~ "You can now enter the root password for your Mandrake Linux system.\n"
+#~ "The password must be entered twice to verify that both password entries "
+#~ "are identical.\n"
+#~ "\n"
+#~ "\n"
+#~ "Root is the system's administrator and is the only user allowed to modify "
+#~ "the\n"
+#~ "system configuration. Therefore, choose this password carefully. \n"
+#~ "Unauthorized use of the root account can be extemely dangerous to the "
+#~ "integrity\n"
+#~ "of the system, its data and other system connected to it.\n"
+#~ "\n"
+#~ "\n"
+#~ "The password should be a mixture of alphanumeric characters and at least "
+#~ "8\n"
+#~ "characters long. It should never be written down.\n"
+#~ "\n"
+#~ "\n"
+#~ "Do not make the password too long or complicated, though: you must be "
+#~ "able to\n"
+#~ "remember it without too much effort."
+#~ msgstr ""
+#~ "Alegei parola pentru utilizatorul administrator al sistemului Linux.\n"
+#~ "Parola trebuie nscris de dou ori pentru a se asigura c sunt "
+#~ "identice.\n"
+#~ "\n"
+#~ "\n"
+#~ "Root e utilizatorul administrator al sistemului i singurul autorizat\n"
+#~ "pentru a modifica configuraia sistemului. Deci alegei cu atenie "
+#~ "aceast\n"
+#~ "parol! Utilizarea neautorizat a acestui cont poate fi foarte\n"
+#~ "periculoas pentru integritatea sistemului, pentru informaiilor "
+#~ "coninute\n"
+#~ "i pentru celelalte calculatoare conectate la el. Aceast parol trebuie "
+#~ "s\n"
+#~ "fie un amestec de caractere alfanumerice i de cel puin 8 caractere. Nu-"
+#~ "l\n"
+#~ "scriei NICIODAT pe ceva i nu-l facei prea lung sau prea greu de "
+#~ "reinut."
+
+#~ 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"
+#~ "one or more account(s) for each person you want to allow to use\n"
+#~ "the computer. Note that each user account will have its own\n"
+#~ "preferences (graphical environment, program settings, etc.)\n"
+#~ "and its own \"home directory\", in which these preferences are\n"
+#~ "stored.\n"
+#~ "\n"
+#~ "\n"
+#~ "First of all, create an account for yourself! Even if you will be the "
+#~ "only user\n"
+#~ "of the machine, you may NOT connect as root for daily use of the system: "
+#~ "it's a\n"
+#~ "very high security risk. Making the system unusable is very often a typo "
+#~ "away.\n"
+#~ "\n"
+#~ "\n"
+#~ "Therefore, you should connect to the system using the user account\n"
+#~ "you will have created here, and login as root only for administration\n"
+#~ "and maintenance purposes."
+#~ msgstr ""
+#~ "Putei crea acum unul sau mai multe conturi de utilizator \"obinuite\",\n"
+#~ "n opoziie cu contul \"privilegiat\" al utilizatorului root. Putei\n"
+#~ "crea unul sau mai multe conturi pentru fiecare persoan autorizat s\n"
+#~ "se conecteze la calculator. Notai c fiecare cont utilizator va avea\n"
+#~ "propriile preferine (configuraie grafic, parametrii de programe, "
+#~ "etc.)\n"
+#~ "i propriul dosar personal n \"/home\" unde toate aceste preferine vor "
+#~ "fi\n"
+#~ "stocate.\n"
+#~ "\n"
+#~ "\n"
+#~ "Mai nti creai un cont pentru dumneavoastr! Chiar dac vei fi "
+#~ "singurul\n"
+#~ "utilizator al calculatorului, NU TREBUIE S V CONECTAI CA ROOT PENTRU\n"
+#~ "SCOPURI ZILNICE LA SISTEM: pentru motive securitate. n plus, un sistem\n"
+#~ "poate uor deveni inutilizabil prin apsarea unei taste greite.\n"
+#~ "\n"
+#~ "\n"
+#~ "n consecin, ar trebuie s v conectai la sistem folosind contul \n"
+#~ "utilizatorului pe care l-ai creat aici i s folosii contul root\n"
+#~ "numai pentru administraie i scopuri de depanare."
+
+#, fuzzy
+#~ msgid ""
+#~ "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"
+#~ " - 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"
+#~ "enabling the keyboard. The boot loader doesn't wait if \"delay\" is\n"
+#~ "omitted or is set to zero.\n"
+#~ "\n"
+#~ "\n"
+#~ " - Video mode: This specifies the VGA text mode that should be selected\n"
+#~ "when booting. The following values are available: \n"
+#~ "\n"
+#~ " * normal: select normal 80x25 text mode.\n"
+#~ "\n"
+#~ " * <number>: use the corresponding text mode.\n"
+#~ "\n"
+#~ "\n"
+#~ " - Clean \"/tmp\" at each boot: if you want delete all files and "
+#~ "directories\n"
+#~ "stored in \"/tmp\" when you boot your system, select this option.\n"
+#~ "\n"
+#~ "\n"
+#~ " - Precise RAM if needed: unfortunately, there is no standard method to "
+#~ "ask the\n"
+#~ "BIOS about the amount of RAM present in your computer. As consequence, "
+#~ "Linux may\n"
+#~ "fail to detect your amount of RAM correctly. If this is the case, you "
+#~ "can\n"
+#~ "specify the correct amount or RAM here. Please note that a difference of "
+#~ "2 or 4\n"
+#~ "MB between detected memory and memory present in your system is normal."
+#~ msgstr ""
+#~ "Principalele opiuni ale lui LILO i grub sunt:\n"
+#~ " - Periferic de boot: parametreaz numele perifericului (e.g. o partiie\n"
+#~ "a unui disc dur) care conine sectorul de demaraj. n mod normal e vorba\n"
+#~ "de \"/dev/hda\".\n"
+#~ "\n"
+#~ "\n"
+#~ " - Timp de ateptare nainte de a demara imaginea din oficiu: Specific\n"
+#~ "numrul de zecimi de secund pentru a atepta naintea demarrii primei\n"
+#~ "imagini. Acesta e foarte practic pentru sistemele care demareaz de pe\n"
+#~ "disc dur dup activarea tastaturii. Gestionarul de demaraj nu ateapt\n"
+#~ "deloc dac seciunea \"delay\" e omis sau dac e fixat la zero.\n"
+#~ "\n"
+#~ "\n"
+#~ " - Mod Video: Aceasta specific modul text VGA care ar trebui selectat "
+#~ "la\n"
+#~ "demaraj. Urmtoarele opiuni sunt valabile:\n"
+#~ " * normal: selectai normal pentru un mod text de 80x25.\n"
+#~ " * <numr>: folosii modul text corespunztor."
+
+#, fuzzy
+#~ msgid ""
+#~ "SILO is a bootloader for SPARC: it is able to boot\n"
+#~ "either GNU/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"
+#~ "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 (de la LInux LOader) i Grub sunt gestionare de demaraj. Amndoi "
+#~ "sunt\n"
+#~ "capabili s demareze Linux sau un alt sistem prezent n calculator.\n"
+#~ "n mod normal, aceste alte sisteme de operare sunt detectate i "
+#~ "instalate\n"
+#~ "corect. Dac cumva nu e cazul, putei aduga o intrare manual n acest\n"
+#~ "ecran. Avei grij s alegei parametrii cei buni.\n"
+#~ "\n"
+#~ "\n"
+#~ "Putei de asemenea s interzicei accesul acestor alte sisteme a altor \n"
+#~ "utilizatori, caz n care ar trebui s tergei intrrile acestor "
+#~ "sisteme.\n"
+#~ "n acest ultim caz ns, vei avea nevoie de un floppy de demaraj pentru\n"
+#~ "a putea le demara!"
+
+#, fuzzy
+#~ msgid ""
+#~ "SILO main options are:\n"
+#~ " - Bootloader installation: Indicate where you want to place the\n"
+#~ "information required to boot to GNU/Linux. Unless you know exactly\n"
+#~ "what you are doing, choose \"First sector of drive (MBR)\".\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"
+#~ "enabling the keyboard. The boot loader doesn't wait if \"delay\" is\n"
+#~ "omitted or is set to zero."
+#~ msgstr ""
+#~ "Principalele opiuni ale lui LILO i grub sunt:\n"
+#~ " - Periferic de boot: parametreaz numele perifericului (e.g. o partiie\n"
+#~ "a unui disc dur) care conine sectorul de demaraj. n mod normal e vorba\n"
+#~ "de \"/dev/hda\".\n"
+#~ "\n"
+#~ "\n"
+#~ " - Timp de ateptare nainte de a demara imaginea din oficiu: Specific\n"
+#~ "numrul de zecimi de secund pentru a atepta naintea demarrii primei\n"
+#~ "imagini. Acesta e foarte practic pentru sistemele care demareaz de pe\n"
+#~ "disc dur dup activarea tastaturii. Gestionarul de demaraj nu ateapt\n"
+#~ "deloc dac seciunea \"delay\" e omis sau dac e fixat la zero.\n"
+#~ "\n"
+#~ "\n"
+#~ " - Mod Video: Aceasta specific modul text VGA care ar trebui selectat "
+#~ "la\n"
+#~ "demaraj. Urmtoarele opiuni sunt valabile:\n"
+#~ " * normal: selectai normal pentru un mod text de 80x25.\n"
+#~ " * <numr>: folosii modul text corespunztor."
+
+#, fuzzy
+#~ msgid ""
+#~ "Now it's time to configure the X Window System, which is the\n"
+#~ "core of the GNU/Linux GUI (Graphical User Interface). For this purpose,\n"
+#~ "you must configure your video card and monitor. Most of these\n"
+#~ "steps are automated, though, therefore your work may only consist\n"
+#~ "of verifying what has been done and accept the settings :)\n"
+#~ "\n"
+#~ "\n"
+#~ "When the configuration is over, X will be started (unless you\n"
+#~ "ask DrakX not to) so that you can check and see if the\n"
+#~ "settings suit you. If they don't, you can come back and\n"
+#~ "change them, as many times as necessary."
+#~ msgstr ""
+#~ "Acum e momentul s configurai Sistemul X Windows, care e inima "
+#~ "interfaei\n"
+#~ "grafice din Linux (Linux GUI de la Linux Graphical User Interface). n\n"
+#~ "acest scop trebuie s configurai cartea video i monitorul. Majoritatea\n"
+#~ "acestor etape sunt automatizate; deci s-ar putea ca tot ceea ce vei "
+#~ "avea\n"
+#~ "de fcut va consista n verificarea i acceptarea parametrilor :)\n"
+#~ "\n"
+#~ "Cnd ai terminat cu configuraia, X va fi re-demarat (dar poate i vei\n"
+#~ "cere lui DrakX s nu o fac) pentru a verifica dac noii parametrii v\n"
+#~ "convin. Dac nu v convin, va putei ntoarce i s-i schimbai de cte "
+#~ "ori\n"
+#~ "e necesar."
+
+#~ msgid ""
+#~ "If something is wrong in X configuration, use these options to correctly\n"
+#~ "configure the X Window System."
+#~ msgstr ""
+#~ "Dac ceva nu e n regul cu configuraia X, folosii aceste opiuni "
+#~ "pentru\n"
+#~ "a configura n mod corect Sistemul X Windows."
+
+#~ msgid ""
+#~ "If you prefer to use a graphical login, select \"Yes\". Otherwise, "
+#~ "select\n"
+#~ "\"No\"."
+#~ msgstr ""
+#~ "Dac preferai s folosii un login n mod grafic, selectai \"Da\" i \n"
+#~ "\"Nu\" n cellalt caz."
+
+#~ msgid ""
+#~ "Your system is going to reboot.\n"
+#~ "\n"
+#~ "After rebooting, your new Mandrake Linux system will load automatically.\n"
+#~ "If you want to boot into another existing operating system, please read\n"
+#~ "the additional instructions."
+#~ msgstr ""
+#~ "Sistemul dumneavoastr e pe cale s re-demareze.\n"
+#~ "\n"
+#~ "Dup re-demaraj, noul sistem Mandrake Linux sa va lansa automat. Dac "
+#~ "dorii\n"
+#~ "s demarai un alt sistem de operare existent, v rog citii "
+#~ "instruciunile\n"
+#~ "adiionale."
+
+#~ msgid "Write /etc/fstab"
+#~ msgstr "Scrie /etc/fstab"
+
+#~ msgid "Format all"
+#~ msgstr "Formateaz tot"
+
+#~ msgid "After formatting all partitions,"
+#~ msgstr "Dup formatarea tuturor partiiilor,"
+
+#~ msgid "all data on these partitions will be lost"
+#~ msgstr "toate datele din aceste partiii vor fi pierdute"
+
+#~ msgid "Reload"
+#~ msgstr "Rencarc"
+
+#~ msgid ""
+#~ "Do you want to generate an auto install floppy for linux replication?"
+#~ msgstr ""
+#~ "Dorii s creai un floppy pentru o instalare automat de replicare?"
+
+#~ msgid "Remote queue"
+#~ msgstr "Coad distant:"
+
+#, fuzzy
+#~ msgid "Default Runlevel"
+#~ msgstr "Standard"
+
+#~ msgid "NetWare"
+#~ msgstr "NetWare"
+
+#, fuzzy
+#~ msgid "Adapter"
+#~ msgstr "Actualizare"
+
+#, fuzzy
+#~ msgid "Disable network"
+#~ msgstr "Configuraie reea"
+
+#, fuzzy
+#~ msgid "DSL (or ADSL) connection"
+#~ msgstr "Configuraie reea"
+
+#, fuzzy
+#~ msgid "Choose"
+#~ msgstr "Mouse USB"
+
+#~ msgid "Yes, print ASCII test page"
+#~ msgstr "Da, imprim o pagin de test ASCII"
+
+#~ msgid "Yes, print PostScript test page"
+#~ msgstr "Da, imprim o pagina de test Postscript"
+
+#~ msgid "Paper Size"
+#~ msgstr "Mrimea hrtiei"
+
+#~ msgid "Eject page after job?"
+#~ msgstr "Ejectarea paginei dup lucru?"
+
+#~ msgid "Uniprint driver options"
+#~ msgstr "Opiuni pilot Uniprint"
+
+#~ msgid "Color depth options"
+#~ msgstr "Opiuni pentru culori:"
+
+#~ msgid "Print text as PostScript?"
+#~ msgstr "Imprim text ca Postscript"
+
+#~ msgid "Fix stair-stepping text?"
+#~ msgstr "Repar efectul de scar al textului"
+
+#~ msgid "Number of pages per output pages"
+#~ msgstr "Numr de pagini"
+
+#~ msgid "Right/Left margins in points (1/72 of inch)"
+#~ msgstr "Marginile Dreapta/Stnga n puncte (1/72 inci)"
+
+#~ msgid "Top/Bottom margins in points (1/72 of inch)"
+#~ msgstr "Marginile Sus/Jos n puncte (1/72 inci)"
+
+#~ msgid "Extra GhostScript options"
+#~ msgstr "Opiuni Gostscript suplimentare"
+
+#~ msgid "Extra Text options"
+#~ msgstr "Opinuni Text suplimentare"
+
+#~ msgid "Reverse page order"
+#~ msgstr "incerseaz ordinea paginilor"
+
+#, fuzzy
+#~ msgid "Select Remote Printer Connection"
+#~ msgstr "Selectai Conexiunea de imprimant"
+
+#, fuzzy
+#~ msgid ""
+#~ "Every printer need a name (for example lp).\n"
+#~ "Other parameters such as the description of the printer or its location\n"
+#~ "can be defined. What name should be used for this printer and\n"
+#~ "how is the printer connected?"
+#~ msgstr ""
+#~ "Fiecare coad (la care activitile de imprimare sunt trimise) are "
+#~ "nevoie\n"
+#~ "de un nume (adesea lp) i de un directoriu de spool asociat. Ce nume\n"
+#~ "i directoriu dorii s utilizai pentru aceast coad i cum e "
+#~ "conectatimprimanta?"
+
+#~ 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 ""
+#~ "Fiecare coad (la care activitile de imprimare sunt trimise) are "
+#~ "nevoie\n"
+#~ "de un nume (adesea lp) i de un directoriu de spool asociat. Ce nume\n"
+#~ "i directoriu dorii s utilizai pentru aceast coad i cum e "
+#~ "conectatimprimanta?"
+
+#~ msgid "Name of queue"
+#~ msgstr "Numele cozii:"
+
+#~ msgid "Spool directory"
+#~ msgstr "Dosar de Spool:"
+
+#, fuzzy
+#~ msgid "Disable"
+#~ msgstr "Tabel"
+
+#, fuzzy
+#~ msgid "Enable"
+#~ msgstr "Tabel"
+
+#, fuzzy
+#~ msgid "fsck failed: "
+#~ msgstr "montare euat: "
+
+#~ msgid ""
+#~ "To enable a more secure system, you should select \"Use shadow file\" "
+#~ "and\n"
+#~ "\"Use MD5 passwords\"."
+#~ msgstr ""
+#~ "Pentru a crea un sistem nc i mai sigur, ar trebui s alegei "
+#~ "\"Folosete\n"
+#~ "un fiier shadow\" i \"Folosete parole MD5\"."
+
+#~ msgid ""
+#~ "If your network uses NIS, select \"Use NIS\". If you don't know, ask "
+#~ "your\n"
+#~ "network administrator."
+#~ msgstr ""
+#~ "Dac reeaua dumneavoastr folosete NIS, selectai \"Folosete NIS\". "
+#~ "Dac\n"
+#~ "nu tii exact, ntrebai administratorul de reea."
+
+#~ msgid "yellow pages"
+#~ msgstr "Pagini galbene"
+
+#, fuzzy
+#~ msgid "Light configuration"
#~ msgstr "Configuraie"
#, fuzzy
+#~ msgid "How do you want to connect to the Internet?"
+#~ msgstr "Pe ce disc dorii s schimbai ?"
+
+#, fuzzy
#~ msgid "Selected size %d%s"
#~ msgstr "Selecioneaz fiierul"
@@ -7554,10 +11861,6 @@ msgstr ""
#~ msgstr "Configuraia IDE"
#, fuzzy
-#~ msgid "Standard tools"
-#~ msgstr "Programator"
-
-#, fuzzy
#~ msgid "Configuration de Lilo/Grub"
#~ msgstr "Configuraie: Adaug localizare"
@@ -7579,9 +11882,6 @@ msgstr ""
#~ msgid "Create a boot floppy"
#~ msgstr "Creai o dischet de demaraj"
-#~ msgid "Format floppy"
-#~ msgstr "Formateaz dischet"
-
#~ msgid "Choice"
#~ msgstr "Alegere "
@@ -7675,14 +11975,6 @@ msgstr ""
#~ msgid "Internet/Network access"
#~ msgstr "Interesant"
-#, fuzzy
-#~ msgid "Mail information"
-#~ msgstr "Afieaz informaiile"
-
-#, fuzzy
-#~ msgid "Firewall Configuration Wizard"
-#~ msgstr "Configuraia reelei"
-
#~ msgid "Miscellaneous"
#~ msgstr "Diverse"
@@ -7692,14 +11984,6 @@ msgstr ""
#~ msgid "Can't use supermount in high security level"
#~ msgstr "Nu pot s folosesc supermount n nivelul de securitate ridicat"
-#, fuzzy
-#~ msgid "Actions"
-#~ msgstr "Informaie"
-
-#, fuzzy
-#~ msgid "toot"
-#~ msgstr "Root"
-
#~ msgid "First DNS Server"
#~ msgstr "Primul server DNS"
@@ -7717,9 +12001,6 @@ msgstr ""
#~ msgid "loopback"
#~ msgstr "loopback"
-#~ msgid "None"
-#~ msgstr "Nici unul"
-
#~ msgid "Which bootloader(s) do you want to use?"
#~ msgstr "Ce gestionar de demaraj dorii s folosii ?"
@@ -7734,10 +12015,6 @@ msgstr ""
#~ msgstr "Configuraie reea"
#, fuzzy
-#~ msgid "Configure a cable connection"
-#~ msgstr "Configuraie reea"
-
-#, fuzzy
#~ msgid "Disable Internet Connection"
#~ msgstr "Configuraie reea"
@@ -7746,10 +12023,6 @@ msgstr ""
#~ msgstr "Configuraie reea"
#, fuzzy
-#~ msgid "Disable networking"
-#~ msgstr "Configuraie reea"
-
-#, fuzzy
#~ msgid "Configure the Internet connection / Configure local Network"
#~ msgstr "Nume de conexiune"
@@ -7763,9 +12036,6 @@ msgstr ""
#~ msgid "Reconfigure using wizard..."
#~ msgstr "Configuraia IDE"
-#~ msgid "Multimedia"
-#~ msgstr "Multimedia"
-
#, fuzzy
#~ msgid "KDE"
#~ msgstr "IDE"
@@ -7784,9 +12054,6 @@ msgstr ""
#~ msgid "Configure timezone"
#~ msgstr "Configuraia zonei orare"
-#~ msgid "Configure printer"
-#~ msgstr "Configuraia imprimantei"
-
#, fuzzy
#~ msgid "Network adaptater 1 (eth0):"
#~ msgstr "Opiunea imprimantei NetWare"
@@ -7794,9 +12061,6 @@ msgstr ""
#~ msgid "(may cause data corruption)"
#~ msgstr "(poate cauza deteriorarea datelor)"
-#~ msgid "Use hard drive optimisations?"
-#~ msgstr "Sa folosesc optimizrile penrtu disc dur?"
-
#~ msgid "Enable num lock at startup"
#~ msgstr "Activeaz num lock la demaraj"
@@ -7838,24 +12102,15 @@ msgstr ""
#~ msgid "Use shadow file"
#~ msgstr "Folosete un fiier shadow"
-#~ msgid "shadow"
-#~ msgstr "shadow"
-
#~ msgid "MD5"
#~ msgstr "MD5"
#~ msgid "Use MD5 passwords"
#~ msgstr "Folosete parole MD5"
-#~ msgid "Search"
-#~ msgstr "Caut"
-
#~ msgid "Package"
#~ msgstr "Pachet"
-#~ msgid "Text"
-#~ msgstr "Text"
-
#~ msgid "Tree"
#~ msgstr "Arbore"
@@ -7865,9 +12120,6 @@ msgstr ""
#~ msgid "Category"
#~ msgstr "Categorie"
-#~ msgid "See"
-#~ msgstr "Afieaz"
-
#~ msgid "Installed packages"
#~ msgstr "Pachete instalate"
@@ -7889,9 +12141,6 @@ msgstr ""
#~ msgid "Update location"
#~ msgstr "Actualizare localizare"
-#~ msgid "Remove"
-#~ msgstr "terge"
-
#~ msgid "Find Package"
#~ msgstr "Caut Pachetul"
@@ -7901,33 +12150,18 @@ msgstr ""
#~ msgid "Toggle between Installed and Available"
#~ msgstr "Basculeaz ntre Instalare i Disponibil"
-#~ msgid "Uninstall"
-#~ msgstr "Dezinstalare"
-
-#~ msgid "Choose package to install"
-#~ msgstr "Alegei pachetul de instalat"
-
#~ msgid "Checking dependencies"
#~ msgstr "Verificare dependene"
-#~ msgid "Wait"
-#~ msgstr "Ateptare"
-
#~ msgid "The following packages are going to be uninstalled"
#~ msgstr "Pachetele urmtoare urmeaz s fie dezinstalate"
-#~ msgid "Uninstalling the RPMs"
-#~ msgstr "Dezinstalarea RPM-urilor"
-
#~ msgid "Regexp"
#~ msgstr "Regexp"
#~ msgid "Which package are looking for"
#~ msgstr "Ce pachet cutai ?"
-#~ msgid "%s not found"
-#~ msgstr "n'am gsit %s "
-
#~ msgid "No match"
#~ msgstr "Nici unul"
@@ -7985,19 +12219,9 @@ msgstr ""
#~ msgstr "Gsirea foilor ia ceva timp"
#, fuzzy
-#~ msgid "France"
-#~ msgstr "Anuleaz"
-
-#, fuzzy
#~ msgid "ECI modem"
#~ msgstr "Expert"
-#~ msgid "mandatory"
-#~ msgstr "indispensabil"
-
-#~ msgid "interesting"
-#~ msgstr "Interesant"
-
#~ msgid "i18n (important)"
#~ msgstr "i18n (important)"
@@ -8037,10 +12261,6 @@ msgstr ""
#~ msgstr "Nume de conexiune"
#, fuzzy
-#~ msgid "Germany"
-#~ msgstr "German"
-
-#, fuzzy
#~ msgid "Germany (1TR6)"
#~ msgstr "German"
@@ -8064,7 +12284,7 @@ msgstr ""
#~ "Choose \"Install\" if there are no previous versions of GNU/Linux\n"
#~ "installed, or if you wish to use multiple distributions or versions.\n"
#~ "\n"
-#~ "Choose \"Rescue\" if you wish to rescue a version of Linux-Mandrake "
+#~ "Choose \"Rescue\" if you wish to rescue a version of Mandrake Linux "
#~ "already installed.\n"
#~ "\n"
#~ "\n"
@@ -8116,7 +12336,7 @@ msgstr ""
#, fuzzy
#~ 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"
+#~ "your Mandrake Linux system if they have been already defined (from a\n"
#~ "previous install of GNU/Linux or from another partitioning tool). In "
#~ "other\n"
#~ "cases, hard drive partitions must be defined. This operation consists of\n"
@@ -8157,7 +12377,7 @@ msgstr ""
#~ "- Ctrl-m to set the mount point\n"
#~ msgstr ""
#~ "n acest punct, vei putea alege partiiile pentru a instala sistemul\n"
-#~ "Linux-Mandrake dac acestea au fost deja definite (dintr-o alt "
+#~ "Mandrake Linux dac acestea au fost deja definite (dintr-o alt "
#~ "instalare\n"
#~ "prealabil a unui sistem Linux sau cu ajutorul unui program "
#~ "departiionare). n celelalte cazuri, partiiile vor trebui s fie "
@@ -8272,7 +12492,7 @@ msgstr ""
#~ "hardware.\n"
#~ "\n"
#~ "\n"
-#~ "If you install a Linux-Mandrake system on a machine which is part\n"
+#~ "If you install a Mandrake Linux system on a machine which is part\n"
#~ "of an already existing network, the network administrator will\n"
#~ "have given you all necessary information (IP address, network\n"
#~ "submask or netmask for short, and hostname). If you're setting\n"
@@ -8300,7 +12520,7 @@ msgstr ""
#~ "documentaia hardware-ului.\n"
#~ "\n"
#~ "\n"
-#~ "Dac instalai sistemul Linux-Mandrake pe un calculator care face parte\n"
+#~ "Dac instalai sistemul Mandrake Linux pe un calculator care face parte\n"
#~ "dintr-o reea deja existent, administratorul de reea v va da toate\n"
#~ "informaiile necesare (adres IP, sub-masc de reea sau netmask mai pe\n"
#~ "scurt i numele calculatorului). Dac configurai o reea privat la\n"
@@ -8490,9 +12710,6 @@ msgstr ""
#~ msgid "nfs mount failed"
#~ msgstr "montarea nfs a euat"
-#~ msgid "CHAP"
-#~ msgstr "CHAP"
-
#~ msgid "Cryptographic"
#~ msgstr "Criptografie"
@@ -8529,9 +12746,6 @@ msgstr ""
#~ msgid "Try to find %s devices?"
#~ msgstr "S ncerc s gsesc periferice %s?"
-#~ msgid "Modem Configuration"
-#~ msgstr "Configuraie modem"
-
#~ msgid ""
#~ "Do you want to configure a dialup connection with modem for your system?"
#~ msgstr "Dorii sa configurai o conexiune telefonic prin modem?"
@@ -8545,9 +12759,6 @@ msgstr ""
#~ msgid "%s: This is not a root partition, please select another one."
#~ msgstr "%s: Aceasta nu e o partiie root, v rog alegei o alta"
-#~ msgid "No root partition found"
-#~ msgstr "N'am gsit nici o partiie root"
-
#~ msgid "Please choose a partition to use as your root partition."
#~ msgstr "V rog alegei o partiie pentru a o folosi ca partiie root?."
@@ -8672,9 +12883,6 @@ msgstr ""
#~ msgid "useless"
#~ msgstr "nefolositor"
-#~ msgid "garbage"
-#~ msgstr "gunoi"
-
#~ msgid ""
#~ "Some true type fonts from windows have been found on your computer.\n"
#~ "Do you want to use them? Be sure you have the right to use them under "
@@ -8753,9 +12961,6 @@ msgstr ""
#~ msgid "Setup SCSI"
#~ msgstr "Instalare SCSI"
-#~ msgid "expert"
-#~ msgstr "expert"
-
#~ msgid "developer"
#~ msgstr "programator"
@@ -8768,9 +12973,6 @@ msgstr ""
#~ msgid "changing type of"
#~ msgstr "schimb tipul de"
-#~ msgid "formatting"
-#~ msgstr "formatare"
-
#~ msgid "resizing"
#~ msgstr "redimensioneaz"
diff --git a/perl-install/share/po/ru.po b/perl-install/share/po/ru.po
index 20378308f..1f8d41ac7 100644
--- a/perl-install/share/po/ru.po
+++ b/perl-install/share/po/ru.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: DrakX VERSION\n"
-"POT-Creation-Date: 2001-09-21 19:50+0200\n"
+"POT-Creation-Date: 2002-03-11 18:29+0100\n"
"PO-Revision-Date: 2000-11-23 10:07 +0200\n"
"Last-Translator: Vladimir Choundalov <choundalovvv@point.pwp.ru>\n"
"Language-Team: ru\n"
@@ -13,24 +13,24 @@ msgstr ""
"Content-Type: text/plain; charset=koi8-r\n"
"Content-Transfer-Encoding: 8bit\n"
-#: ../../Xconfigurator.pm_.c:231
+#: ../../Xconfigurator.pm_.c:242
msgid "Configure all heads independently"
msgstr " "
-#: ../../Xconfigurator.pm_.c:232
+#: ../../Xconfigurator.pm_.c:243
msgid "Use Xinerama extension"
msgstr " Xinerama"
-#: ../../Xconfigurator.pm_.c:235
+#: ../../Xconfigurator.pm_.c:246
#, c-format
msgid "Configure only card \"%s\" (%s)"
msgstr " \"%s\" (%s)"
-#: ../../Xconfigurator.pm_.c:238
+#: ../../Xconfigurator.pm_.c:249
msgid "Multi-head configuration"
msgstr " "
-#: ../../Xconfigurator.pm_.c:239
+#: ../../Xconfigurator.pm_.c:250
msgid ""
"Your system support multiple head configuration.\n"
"What do you want to do?"
@@ -38,33 +38,43 @@ msgstr ""
" .\n"
" ?"
-#: ../../Xconfigurator.pm_.c:248
+#: ../../Xconfigurator.pm_.c:261
msgid "Graphic card"
msgstr ""
-#: ../../Xconfigurator.pm_.c:248
+#: ../../Xconfigurator.pm_.c:262
msgid "Select a graphic card"
msgstr " "
-#: ../../Xconfigurator.pm_.c:249
+#: ../../Xconfigurator.pm_.c:286
msgid "Choose a X server"
msgstr " X "
-#: ../../Xconfigurator.pm_.c:249
+#: ../../Xconfigurator.pm_.c:286
msgid "X server"
msgstr "X "
-#: ../../Xconfigurator.pm_.c:307 ../../Xconfigurator.pm_.c:313
-#: ../../Xconfigurator.pm_.c:363 ../../Xconfigurator.pm_.c:1435
+#: ../../Xconfigurator.pm_.c:293
+#, fuzzy
+msgid "Choose a X driver"
+msgstr " X "
+
+#: ../../Xconfigurator.pm_.c:293
+#, fuzzy
+msgid "X driver"
+msgstr "X "
+
+#: ../../Xconfigurator.pm_.c:360 ../../Xconfigurator.pm_.c:366
+#: ../../Xconfigurator.pm_.c:416 ../../Xconfigurator.pm_.c:1507
#, c-format
msgid "XFree %s"
msgstr "XFree86 %s"
-#: ../../Xconfigurator.pm_.c:310
+#: ../../Xconfigurator.pm_.c:363
msgid "Which configuration of XFree do you want to have?"
msgstr " XFree ?"
-#: ../../Xconfigurator.pm_.c:321
+#: ../../Xconfigurator.pm_.c:374
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support but only with XFree %s.\n"
@@ -75,18 +85,18 @@ msgstr ""
" XFree %s, "
" 2D."
-#: ../../Xconfigurator.pm_.c:323 ../../Xconfigurator.pm_.c:356
+#: ../../Xconfigurator.pm_.c:376 ../../Xconfigurator.pm_.c:409
#, c-format
msgid "Your card can have 3D hardware acceleration support with XFree %s."
msgstr " 3D XFree %s."
-#: ../../Xconfigurator.pm_.c:325 ../../Xconfigurator.pm_.c:358
-#: ../../Xconfigurator.pm_.c:1435
+#: ../../Xconfigurator.pm_.c:378 ../../Xconfigurator.pm_.c:411
+#: ../../Xconfigurator.pm_.c:1507
#, c-format
msgid "XFree %s with 3D hardware acceleration"
msgstr "XFree %s 3D "
-#: ../../Xconfigurator.pm_.c:333 ../../Xconfigurator.pm_.c:347
+#: ../../Xconfigurator.pm_.c:386 ../../Xconfigurator.pm_.c:400
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support with XFree %s,\n"
@@ -96,12 +106,12 @@ msgstr ""
" - "
" ."
-#: ../../Xconfigurator.pm_.c:335 ../../Xconfigurator.pm_.c:349
+#: ../../Xconfigurator.pm_.c:388 ../../Xconfigurator.pm_.c:402
#, c-format
msgid "XFree %s with EXPERIMENTAL 3D hardware acceleration"
msgstr "XFree %s 3D "
-#: ../../Xconfigurator.pm_.c:344
+#: ../../Xconfigurator.pm_.c:397
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support but only with XFree %s,\n"
@@ -115,31 +125,31 @@ msgstr ""
" XFree %s, , , "
" 2D."
-#: ../../Xconfigurator.pm_.c:364
+#: ../../Xconfigurator.pm_.c:417
msgid "Xpmac (installation display driver)"
msgstr ""
-#: ../../Xconfigurator.pm_.c:368
+#: ../../Xconfigurator.pm_.c:421
msgid "XFree configuration"
msgstr " XFree"
-#: ../../Xconfigurator.pm_.c:434
+#: ../../Xconfigurator.pm_.c:496
msgid "Select the memory size of your graphic card"
msgstr " "
-#: ../../Xconfigurator.pm_.c:492
+#: ../../Xconfigurator.pm_.c:550
msgid "Choose options for server"
msgstr " "
-#: ../../Xconfigurator.pm_.c:516
+#: ../../Xconfigurator.pm_.c:574
msgid "Choose a monitor"
msgstr " "
-#: ../../Xconfigurator.pm_.c:516
+#: ../../Xconfigurator.pm_.c:574
msgid "Monitor"
msgstr ""
-#: ../../Xconfigurator.pm_.c:519
+#: ../../Xconfigurator.pm_.c:577
msgid ""
"The two critical parameters are the vertical refresh rate, which is the "
"rate\n"
@@ -162,41 +172,41 @@ msgstr ""
" : .\n"
" - ."
-#: ../../Xconfigurator.pm_.c:526
+#: ../../Xconfigurator.pm_.c:584
msgid "Horizontal refresh rate"
msgstr " "
-#: ../../Xconfigurator.pm_.c:527
+#: ../../Xconfigurator.pm_.c:585
msgid "Vertical refresh rate"
msgstr " "
-#: ../../Xconfigurator.pm_.c:564
+#: ../../Xconfigurator.pm_.c:622
msgid "Monitor not configured"
msgstr " "
-#: ../../Xconfigurator.pm_.c:567
+#: ../../Xconfigurator.pm_.c:625
msgid "Graphic card not configured yet"
msgstr " "
-#: ../../Xconfigurator.pm_.c:570
+#: ../../Xconfigurator.pm_.c:628
msgid "Resolutions not chosen yet"
msgstr " "
-#: ../../Xconfigurator.pm_.c:587
+#: ../../Xconfigurator.pm_.c:646
msgid "Do you want to test the configuration?"
msgstr " ?"
-#: ../../Xconfigurator.pm_.c:591
+#: ../../Xconfigurator.pm_.c:650
msgid "Warning: testing this graphic card may freeze your computer"
msgstr ""
": "
""
-#: ../../Xconfigurator.pm_.c:594
+#: ../../Xconfigurator.pm_.c:653
msgid "Test of the configuration"
msgstr " "
-#: ../../Xconfigurator.pm_.c:632 ../../Xconfigurator.pm_.c:644
+#: ../../Xconfigurator.pm_.c:692 ../../Xconfigurator.pm_.c:704
msgid ""
"\n"
"try to change some parameters"
@@ -204,156 +214,175 @@ msgstr ""
"\n"
" "
-#: ../../Xconfigurator.pm_.c:632 ../../Xconfigurator.pm_.c:644
+#: ../../Xconfigurator.pm_.c:692 ../../Xconfigurator.pm_.c:704
msgid "An error has occurred:"
msgstr " :"
-#: ../../Xconfigurator.pm_.c:668
+#: ../../Xconfigurator.pm_.c:731
#, c-format
msgid "Leaving in %d seconds"
msgstr " %d "
-#: ../../Xconfigurator.pm_.c:679
+#: ../../Xconfigurator.pm_.c:742
msgid "Is this the correct setting?"
msgstr " ?"
-#: ../../Xconfigurator.pm_.c:688
+#: ../../Xconfigurator.pm_.c:751
msgid "An error has occurred, try to change some parameters"
msgstr " , "
-#: ../../Xconfigurator.pm_.c:759
+#: ../../Xconfigurator.pm_.c:822
msgid "Resolution"
msgstr ""
-#: ../../Xconfigurator.pm_.c:810
+#: ../../Xconfigurator.pm_.c:874
msgid "Choose the resolution and the color depth"
msgstr " "
-#: ../../Xconfigurator.pm_.c:812
+#: ../../Xconfigurator.pm_.c:876
#, c-format
msgid "Graphic card: %s"
msgstr ": %s"
-#: ../../Xconfigurator.pm_.c:813
+#: ../../Xconfigurator.pm_.c:877
#, c-format
msgid "XFree86 server: %s"
msgstr " XFree86: %s"
-#: ../../Xconfigurator.pm_.c:829 ../../printerdrake.pm_.c:1885
-#: ../../standalone/draknet_.c:298 ../../standalone/draknet_.c:301
+#: ../../Xconfigurator.pm_.c:891 ../../diskdrake/interactive.pm_.c:259
+#: ../../install_steps_interactive.pm_.c:208
+msgid "More"
+msgstr ""
+
+#: ../../Xconfigurator.pm_.c:891 ../../install_gtk.pm_.c:84
+#: ../../install_steps_gtk.pm_.c:328 ../../interactive.pm_.c:127
+#: ../../interactive.pm_.c:142 ../../interactive.pm_.c:317
+#: ../../interactive.pm_.c:349 ../../interactive_http.pm_.c:104
+#: ../../interactive_newt.pm_.c:170 ../../interactive_stdio.pm_.c:141
+#: ../../interactive_stdio.pm_.c:142 ../../my_gtk.pm_.c:686
+#: ../../my_gtk.pm_.c:1019 ../../my_gtk.pm_.c:1041
+#: ../../standalone/drakbackup_.c:2298 ../../standalone/drakbackup_.c:2369
+#: ../../standalone/drakbackup_.c:2385
+msgid "Ok"
+msgstr ""
+
+#: ../../Xconfigurator.pm_.c:893 ../../network/netconnect.pm_.c:169
+#: ../../printerdrake.pm_.c:2470 ../../standalone/draknet_.c:275
+#: ../../standalone/draknet_.c:278
msgid "Expert Mode"
msgstr " "
-#: ../../Xconfigurator.pm_.c:830
+#: ../../Xconfigurator.pm_.c:894
msgid "Show all"
msgstr " "
-#: ../../Xconfigurator.pm_.c:875
+#: ../../Xconfigurator.pm_.c:939
msgid "Resolutions"
msgstr ""
-#: ../../Xconfigurator.pm_.c:1437
+#: ../../Xconfigurator.pm_.c:1509
#, c-format
msgid "Keyboard layout: %s\n"
msgstr " : %s\n"
-#: ../../Xconfigurator.pm_.c:1438
+#: ../../Xconfigurator.pm_.c:1510
#, c-format
msgid "Mouse type: %s\n"
msgstr " : %s\n"
-#: ../../Xconfigurator.pm_.c:1439
+#: ../../Xconfigurator.pm_.c:1511
#, c-format
msgid "Mouse device: %s\n"
msgstr ": %s\n"
-#: ../../Xconfigurator.pm_.c:1440
+#: ../../Xconfigurator.pm_.c:1512
#, c-format
msgid "Monitor: %s\n"
msgstr ": %s\n"
-#: ../../Xconfigurator.pm_.c:1441
+#: ../../Xconfigurator.pm_.c:1513
#, c-format
msgid "Monitor HorizSync: %s\n"
msgstr " .. : %s\n"
-#: ../../Xconfigurator.pm_.c:1442
+#: ../../Xconfigurator.pm_.c:1514
#, c-format
msgid "Monitor VertRefresh: %s\n"
msgstr " .. : %s\n"
-#: ../../Xconfigurator.pm_.c:1443
+#: ../../Xconfigurator.pm_.c:1515
#, c-format
msgid "Graphic card: %s\n"
msgstr ": %s\n"
-#: ../../Xconfigurator.pm_.c:1444
+#: ../../Xconfigurator.pm_.c:1516
#, fuzzy, c-format
msgid "Graphic card identification: %s\n"
msgstr ": %s\n"
-#: ../../Xconfigurator.pm_.c:1445
+#: ../../Xconfigurator.pm_.c:1517
#, c-format
msgid "Graphic memory: %s kB\n"
msgstr ": %s KB\n"
-#: ../../Xconfigurator.pm_.c:1447
+#: ../../Xconfigurator.pm_.c:1519
#, c-format
msgid "Color depth: %s\n"
msgstr " : %s\n"
-#: ../../Xconfigurator.pm_.c:1448
+#: ../../Xconfigurator.pm_.c:1520
#, c-format
msgid "Resolution: %s\n"
msgstr ": %s\n"
-#: ../../Xconfigurator.pm_.c:1450
+#: ../../Xconfigurator.pm_.c:1522
#, c-format
msgid "XFree86 server: %s\n"
msgstr " XFree86: %s\n"
-#: ../../Xconfigurator.pm_.c:1451
+#: ../../Xconfigurator.pm_.c:1523
#, c-format
msgid "XFree86 driver: %s\n"
msgstr " XFree86: %s\n"
-#: ../../Xconfigurator.pm_.c:1469
+#: ../../Xconfigurator.pm_.c:1541
msgid "Preparing X-Window configuration"
msgstr " X-Window"
-#: ../../Xconfigurator.pm_.c:1489
+#: ../../Xconfigurator.pm_.c:1561
msgid "What do you want to do?"
msgstr " ?"
-#: ../../Xconfigurator.pm_.c:1494
+#: ../../Xconfigurator.pm_.c:1566
msgid "Change Monitor"
msgstr " "
-#: ../../Xconfigurator.pm_.c:1495
+#: ../../Xconfigurator.pm_.c:1567
msgid "Change Graphic card"
msgstr " "
-#: ../../Xconfigurator.pm_.c:1497
+#: ../../Xconfigurator.pm_.c:1570
msgid "Change Server options"
msgstr " "
-#: ../../Xconfigurator.pm_.c:1498
+#: ../../Xconfigurator.pm_.c:1571
msgid "Change Resolution"
msgstr " "
-#: ../../Xconfigurator.pm_.c:1499
+#: ../../Xconfigurator.pm_.c:1572
msgid "Show information"
msgstr " "
-#: ../../Xconfigurator.pm_.c:1500
+#: ../../Xconfigurator.pm_.c:1573
msgid "Test again"
msgstr " "
-#: ../../Xconfigurator.pm_.c:1501 ../../bootlook.pm_.c:156
+#: ../../Xconfigurator.pm_.c:1574 ../../printerdrake.pm_.c:2473
+#: ../../standalone/logdrake_.c:225
msgid "Quit"
msgstr ""
-#: ../../Xconfigurator.pm_.c:1509
+#: ../../Xconfigurator.pm_.c:1582
#, c-format
msgid ""
"Keep the changes?\n"
@@ -366,20 +395,11 @@ msgstr ""
"\n"
"%s"
-#: ../../Xconfigurator.pm_.c:1532
-#, c-format
-msgid "Please relog into %s to activate the changes"
-msgstr " %s "
-
-#: ../../Xconfigurator.pm_.c:1552
-msgid "Please log out and then use Ctrl-Alt-BackSpace"
-msgstr ", Ctrl-Alt-BackSpace"
-
-#: ../../Xconfigurator.pm_.c:1555
+#: ../../Xconfigurator.pm_.c:1603
msgid "X at startup"
msgstr "X "
-#: ../../Xconfigurator.pm_.c:1556
+#: ../../Xconfigurator.pm_.c:1604
msgid ""
"I can set up your computer to automatically start X upon booting.\n"
"Would you like X to start when you reboot?"
@@ -387,6 +407,15 @@ msgstr ""
" X .\n"
", X ?"
+#: ../../Xconfigurator.pm_.c:1610
+#, c-format
+msgid "Please relog into %s to activate the changes"
+msgstr " %s "
+
+#: ../../Xconfigurator.pm_.c:1625
+msgid "Please log out and then use Ctrl-Alt-BackSpace"
+msgstr ", Ctrl-Alt-BackSpace"
+
#: ../../Xconfigurator_consts.pm_.c:6
msgid "256 colors (8 bits)"
msgstr "256 (8 )"
@@ -407,250 +436,260 @@ msgstr "16 (24 )"
msgid "4 billion colors (32 bits)"
msgstr "4 (32 )"
-#: ../../Xconfigurator_consts.pm_.c:106
+#: ../../Xconfigurator_consts.pm_.c:113
msgid "256 kB"
msgstr "256 kB"
-#: ../../Xconfigurator_consts.pm_.c:107
+#: ../../Xconfigurator_consts.pm_.c:114
msgid "512 kB"
msgstr "512 kB"
-#: ../../Xconfigurator_consts.pm_.c:108
+#: ../../Xconfigurator_consts.pm_.c:115
msgid "1 MB"
msgstr "1 MB"
-#: ../../Xconfigurator_consts.pm_.c:109
+#: ../../Xconfigurator_consts.pm_.c:116
msgid "2 MB"
msgstr "2 MB"
-#: ../../Xconfigurator_consts.pm_.c:110
+#: ../../Xconfigurator_consts.pm_.c:117
msgid "4 MB"
msgstr "4 Mb"
-#: ../../Xconfigurator_consts.pm_.c:111
+#: ../../Xconfigurator_consts.pm_.c:118
msgid "8 MB"
msgstr "8 Mb"
-#: ../../Xconfigurator_consts.pm_.c:112
+#: ../../Xconfigurator_consts.pm_.c:119
#, fuzzy
msgid "16 MB"
msgstr "1 MB"
-#: ../../Xconfigurator_consts.pm_.c:113
+#: ../../Xconfigurator_consts.pm_.c:120
#, fuzzy
msgid "32 MB"
msgstr "2 MB"
-#: ../../Xconfigurator_consts.pm_.c:114
+#: ../../Xconfigurator_consts.pm_.c:121
#, fuzzy
msgid "64 MB or more"
msgstr "16 MB "
-#: ../../Xconfigurator_consts.pm_.c:122
+#: ../../Xconfigurator_consts.pm_.c:129
msgid "Standard VGA, 640x480 at 60 Hz"
msgstr " VGA, 640x480 60 Hz"
-#: ../../Xconfigurator_consts.pm_.c:123
+#: ../../Xconfigurator_consts.pm_.c:130
msgid "Super VGA, 800x600 at 56 Hz"
msgstr "Super VGA, 800x600 56 Hz"
-#: ../../Xconfigurator_consts.pm_.c:124
+#: ../../Xconfigurator_consts.pm_.c:131
msgid "8514 Compatible, 1024x768 at 87 Hz interlaced (no 800x600)"
msgstr " 8514, 1024x768 87 Hz - ( 800x600)"
-#: ../../Xconfigurator_consts.pm_.c:125
+#: ../../Xconfigurator_consts.pm_.c:132
msgid "Super VGA, 1024x768 at 87 Hz interlaced, 800x600 at 56 Hz"
msgstr "Super VGA, 1024x768 87 Hz -, 800x600 56 Hz"
-#: ../../Xconfigurator_consts.pm_.c:126
+#: ../../Xconfigurator_consts.pm_.c:133
msgid "Extended Super VGA, 800x600 at 60 Hz, 640x480 at 72 Hz"
msgstr "Extended Super VGA, 800x600 60 Hz, 640x480 72 Hz"
-#: ../../Xconfigurator_consts.pm_.c:127
+#: ../../Xconfigurator_consts.pm_.c:134
msgid "Non-Interlaced SVGA, 1024x768 at 60 Hz, 800x600 at 72 Hz"
msgstr "Non-Interlaced SVGA, 1024x768 60 Hz, 800x600 72 Hz"
-#: ../../Xconfigurator_consts.pm_.c:128
+#: ../../Xconfigurator_consts.pm_.c:135
msgid "High Frequency SVGA, 1024x768 at 70 Hz"
msgstr "SVGA , 1024x768 70 Hz"
-#: ../../Xconfigurator_consts.pm_.c:129
+#: ../../Xconfigurator_consts.pm_.c:136
msgid "Multi-frequency that can do 1280x1024 at 60 Hz"
msgstr "Multi-frequency 1280x1024 60 Hz"
-#: ../../Xconfigurator_consts.pm_.c:130
+#: ../../Xconfigurator_consts.pm_.c:137
msgid "Multi-frequency that can do 1280x1024 at 74 Hz"
msgstr "Multi-frequency 1280x1024 74 Hz"
-#: ../../Xconfigurator_consts.pm_.c:131
+#: ../../Xconfigurator_consts.pm_.c:138
msgid "Multi-frequency that can do 1280x1024 at 76 Hz"
msgstr "Multi-frequency 1280x1024 76 Hz"
-#: ../../Xconfigurator_consts.pm_.c:132
+#: ../../Xconfigurator_consts.pm_.c:139
msgid "Monitor that can do 1600x1200 at 70 Hz"
msgstr "Monitor 1600x1200 70 Hz"
-#: ../../Xconfigurator_consts.pm_.c:133
+#: ../../Xconfigurator_consts.pm_.c:140
msgid "Monitor that can do 1600x1200 at 76 Hz"
msgstr "Monitor 1600x1200 76 Hz"
-#: ../../any.pm_.c:96 ../../any.pm_.c:121
+#: ../../any.pm_.c:116 ../../any.pm_.c:141
msgid "First sector of boot partition"
msgstr " "
-#: ../../any.pm_.c:96 ../../any.pm_.c:121 ../../any.pm_.c:194
+#: ../../any.pm_.c:116 ../../any.pm_.c:141 ../../any.pm_.c:218
msgid "First sector of drive (MBR)"
msgstr " (MBR)"
-#: ../../any.pm_.c:100
+#: ../../any.pm_.c:120
msgid "SILO Installation"
msgstr " SILO"
-#: ../../any.pm_.c:101 ../../any.pm_.c:114
+#: ../../any.pm_.c:121 ../../any.pm_.c:134
msgid "Where do you want to install the bootloader?"
msgstr " ?"
-#: ../../any.pm_.c:113
+#: ../../any.pm_.c:133
msgid "LILO/grub Installation"
msgstr " LILO/grub"
-#: ../../any.pm_.c:125 ../../any.pm_.c:139
+#: ../../any.pm_.c:145 ../../any.pm_.c:159
msgid "SILO"
msgstr "SILO"
-#: ../../any.pm_.c:127
+#: ../../any.pm_.c:147
msgid "LILO with text menu"
msgstr "LILO "
-#: ../../any.pm_.c:128 ../../any.pm_.c:139
+#: ../../any.pm_.c:148 ../../any.pm_.c:159
msgid "LILO with graphical menu"
msgstr "LILO "
-#: ../../any.pm_.c:131
+#: ../../any.pm_.c:151
msgid "Grub"
msgstr "Grub"
-#: ../../any.pm_.c:135
+#: ../../any.pm_.c:155
msgid "Boot from DOS/Windows (loadlin)"
msgstr " DOS/Windows (loadlin)"
-#: ../../any.pm_.c:137 ../../any.pm_.c:139
+#: ../../any.pm_.c:157 ../../any.pm_.c:159
msgid "Yaboot"
msgstr "Yaboot"
-#: ../../any.pm_.c:145 ../../any.pm_.c:177
+#: ../../any.pm_.c:166 ../../any.pm_.c:198
msgid "Bootloader main options"
msgstr " "
-#: ../../any.pm_.c:146 ../../any.pm_.c:178
+#: ../../any.pm_.c:167 ../../any.pm_.c:199
msgid "Bootloader to use"
msgstr " "
-#: ../../any.pm_.c:148
+#: ../../any.pm_.c:169
msgid "Bootloader installation"
msgstr " "
-#: ../../any.pm_.c:150 ../../any.pm_.c:180
+#: ../../any.pm_.c:171 ../../any.pm_.c:201
msgid "Boot device"
msgstr " "
-#: ../../any.pm_.c:151
+#: ../../any.pm_.c:172
msgid "LBA (doesn't work on old BIOSes)"
msgstr "LBA ( BIOS)"
-#: ../../any.pm_.c:152
+#: ../../any.pm_.c:173
msgid "Compact"
msgstr ""
-#: ../../any.pm_.c:152
+#: ../../any.pm_.c:173
msgid "compact"
msgstr ""
-#: ../../any.pm_.c:153 ../../any.pm_.c:250
+#: ../../any.pm_.c:174 ../../any.pm_.c:298
msgid "Video mode"
msgstr "-"
-#: ../../any.pm_.c:155
+#: ../../any.pm_.c:176
msgid "Delay before booting default image"
msgstr " "
-#: ../../any.pm_.c:157 ../../any.pm_.c:730
-#: ../../install_steps_interactive.pm_.c:938 ../../network/modem.pm_.c:46
-#: ../../printerdrake.pm_.c:402 ../../printerdrake.pm_.c:481
-#: ../../standalone/draknet_.c:603
+#: ../../any.pm_.c:178 ../../any.pm_.c:796
+#: ../../install_steps_interactive.pm_.c:1115 ../../network/modem.pm_.c:48
+#: ../../printerdrake.pm_.c:708 ../../printerdrake.pm_.c:806
+#: ../../standalone/draknet_.c:625
msgid "Password"
msgstr ""
-#: ../../any.pm_.c:158 ../../any.pm_.c:731
-#: ../../install_steps_interactive.pm_.c:939
+#: ../../any.pm_.c:179 ../../any.pm_.c:797
+#: ../../install_steps_interactive.pm_.c:1116
msgid "Password (again)"
msgstr " ( )"
-#: ../../any.pm_.c:159
+#: ../../any.pm_.c:180
msgid "Restrict command line options"
msgstr " "
-#: ../../any.pm_.c:159
+#: ../../any.pm_.c:180
msgid "restrict"
msgstr ""
-#: ../../any.pm_.c:161
+#: ../../any.pm_.c:182
msgid "Clean /tmp at each boot"
msgstr " /tmp "
-#: ../../any.pm_.c:162
+#: ../../any.pm_.c:183
#, c-format
msgid "Precise RAM size if needed (found %d MB)"
msgstr " RAM ( %d MB)"
-#: ../../any.pm_.c:164
+#: ../../any.pm_.c:185
msgid "Enable multi profiles"
msgstr " "
-#: ../../any.pm_.c:168
+#: ../../any.pm_.c:189
msgid "Give the ram size in MB"
msgstr " RAM Mb"
-#: ../../any.pm_.c:170
+#: ../../any.pm_.c:191
msgid ""
"Option ``Restrict command line options'' is of no use without a password"
msgstr " `` '' "
-#: ../../any.pm_.c:171 ../../any.pm_.c:707
-#: ../../install_steps_interactive.pm_.c:933
+#: ../../any.pm_.c:192 ../../any.pm_.c:773
+#: ../../diskdrake/interactive.pm_.c:1135
+#: ../../install_steps_interactive.pm_.c:1110
msgid "Please try again"
msgstr " "
-#: ../../any.pm_.c:171 ../../any.pm_.c:707
-#: ../../install_steps_interactive.pm_.c:933
+#: ../../any.pm_.c:192 ../../any.pm_.c:773
+#: ../../install_steps_interactive.pm_.c:1110
msgid "The passwords do not match"
msgstr " "
-#: ../../any.pm_.c:179
+#: ../../any.pm_.c:200
msgid "Init Message"
msgstr " "
-#: ../../any.pm_.c:181
+#: ../../any.pm_.c:202
msgid "Open Firmware Delay"
msgstr " Firmware"
-#: ../../any.pm_.c:182
+#: ../../any.pm_.c:203
msgid "Kernel Boot Timeout"
msgstr " "
-#: ../../any.pm_.c:183
+#: ../../any.pm_.c:204
msgid "Enable CD Boot?"
msgstr " CD?"
-#: ../../any.pm_.c:184
+#: ../../any.pm_.c:205
msgid "Enable OF Boot?"
msgstr " OF?"
-#: ../../any.pm_.c:185
+#: ../../any.pm_.c:206
msgid "Default OS?"
msgstr " ?"
-#: ../../any.pm_.c:207
+#: ../../any.pm_.c:240
+msgid ""
+"You decided to install the bootloader on a partition.\n"
+"This implies you already have a bootloader on the hard drive you boot (eg: "
+"System Commander).\n"
+"\n"
+"On which drive are you booting?"
+msgstr ""
+
+#: ../../any.pm_.c:255
msgid ""
"Here are the different entries.\n"
"You can add some more or change the existing ones."
@@ -658,144 +697,154 @@ msgstr ""
" .\n"
" , ."
-#: ../../any.pm_.c:217
+#: ../../any.pm_.c:265 ../../standalone/drakbackup_.c:752
+#: ../../standalone/drakbackup_.c:861 ../../standalone/drakfont_.c:789
+#: ../../standalone/drakfont_.c:826
msgid "Add"
msgstr ""
-#: ../../any.pm_.c:217 ../../any.pm_.c:718 ../../diskdrake.pm_.c:161
-#: ../../interactive_http.pm_.c:153 ../../printerdrake.pm_.c:1846
-#: ../../printerdrake.pm_.c:1847 ../../printerdrake.pm_.c:1904
-#: ../../printerdrake.pm_.c:1948
+#: ../../any.pm_.c:265 ../../any.pm_.c:784 ../../diskdrake/hd_gtk.pm_.c:153
+#: ../../diskdrake/removable.pm_.c:27 ../../diskdrake/smbnfs_gtk.pm_.c:86
+#: ../../interactive_http.pm_.c:153
msgid "Done"
msgstr ""
-#: ../../any.pm_.c:217
+#: ../../any.pm_.c:265
msgid "Modify"
msgstr ""
-#: ../../any.pm_.c:225
+#: ../../any.pm_.c:273
msgid "Which type of entry do you want to add?"
msgstr " ?"
-#: ../../any.pm_.c:226
+#: ../../any.pm_.c:274 ../../standalone/drakbackup_.c:895
msgid "Linux"
msgstr "Linux"
-#: ../../any.pm_.c:226
+#: ../../any.pm_.c:274
msgid "Other OS (SunOS...)"
msgstr " (SunOS...)"
-#: ../../any.pm_.c:227
+#: ../../any.pm_.c:275
msgid "Other OS (MacOS...)"
msgstr " (MacOS...)"
-#: ../../any.pm_.c:227
+#: ../../any.pm_.c:275
msgid "Other OS (windows...)"
msgstr " (windows...)"
-#: ../../any.pm_.c:246
+#: ../../any.pm_.c:294
msgid "Image"
msgstr ""
-#: ../../any.pm_.c:247 ../../any.pm_.c:258
+#: ../../any.pm_.c:295 ../../any.pm_.c:306
msgid "Root"
msgstr "Root"
-#: ../../any.pm_.c:248 ../../any.pm_.c:277
+#: ../../any.pm_.c:296 ../../any.pm_.c:325
msgid "Append"
msgstr ""
-#: ../../any.pm_.c:252
+#: ../../any.pm_.c:300
msgid "Initrd"
msgstr "Initrd"
-#: ../../any.pm_.c:253
+#: ../../any.pm_.c:301
msgid "Read-write"
msgstr "-"
-#: ../../any.pm_.c:260
+#: ../../any.pm_.c:308
msgid "Table"
msgstr ""
-#: ../../any.pm_.c:261
+#: ../../any.pm_.c:309
msgid "Unsafe"
msgstr ""
-#: ../../any.pm_.c:268 ../../any.pm_.c:273 ../../any.pm_.c:276
+#: ../../any.pm_.c:316 ../../any.pm_.c:321 ../../any.pm_.c:324
msgid "Label"
msgstr ""
-#: ../../any.pm_.c:270 ../../any.pm_.c:281
+#: ../../any.pm_.c:318 ../../any.pm_.c:329
msgid "Default"
msgstr ""
-#: ../../any.pm_.c:278
+#: ../../any.pm_.c:326
msgid "Initrd-size"
msgstr " Initrd"
-#: ../../any.pm_.c:280
+#: ../../any.pm_.c:328
msgid "NoVideo"
msgstr " "
-#: ../../any.pm_.c:288
+#: ../../any.pm_.c:336
msgid "Remove entry"
msgstr " "
-#: ../../any.pm_.c:291
+#: ../../any.pm_.c:339
msgid "Empty label not allowed"
msgstr " "
-#: ../../any.pm_.c:292
+#: ../../any.pm_.c:340
+msgid "You must specify a kernel image"
+msgstr ""
+
+#: ../../any.pm_.c:340
+#, fuzzy
+msgid "You must specify a root partition"
+msgstr " swap"
+
+#: ../../any.pm_.c:341
msgid "This label is already used"
msgstr " "
-#: ../../any.pm_.c:597
+#: ../../any.pm_.c:656
#, c-format
msgid "Found %s %s interfaces"
msgstr " %s %s "
-#: ../../any.pm_.c:598
+#: ../../any.pm_.c:657
msgid "Do you have another one?"
msgstr " ?"
-#: ../../any.pm_.c:599
+#: ../../any.pm_.c:658
#, c-format
msgid "Do you have any %s interfaces?"
msgstr " - %s ?"
-#: ../../any.pm_.c:601 ../../any.pm_.c:760 ../../interactive.pm_.c:112
-#: ../../my_gtk.pm_.c:715
+#: ../../any.pm_.c:660 ../../any.pm_.c:832 ../../interactive.pm_.c:132
+#: ../../my_gtk.pm_.c:1018
msgid "No"
msgstr ""
-#: ../../any.pm_.c:601 ../../any.pm_.c:759 ../../interactive.pm_.c:112
-#: ../../my_gtk.pm_.c:715
+#: ../../any.pm_.c:660 ../../any.pm_.c:831 ../../interactive.pm_.c:132
+#: ../../my_gtk.pm_.c:1018
msgid "Yes"
msgstr ""
-#: ../../any.pm_.c:602
+#: ../../any.pm_.c:661
msgid "See hardware info"
msgstr ". "
#. -PO: the first %s is the card type (scsi, network, sound,...)
#. -PO: the second is the vendor+model name
-#: ../../any.pm_.c:637
+#: ../../any.pm_.c:695
#, c-format
msgid "Installing driver for %s card %s"
msgstr " %s %s"
-#: ../../any.pm_.c:638
+#: ../../any.pm_.c:696
#, c-format
msgid "(module %s)"
msgstr "( %s)"
#. -PO: the %s is the driver type (scsi, network, sound,...)
-#: ../../any.pm_.c:649
+#: ../../any.pm_.c:707
#, c-format
msgid "Which %s driver should I try?"
msgstr " %s ?"
-#: ../../any.pm_.c:657
+#: ../../any.pm_.c:715
#, c-format
msgid ""
"In some cases, the %s driver needs to have extra information to work\n"
@@ -813,20 +862,22 @@ msgstr ""
" \n"
" ."
-#: ../../any.pm_.c:662
+#: ../../any.pm_.c:720
msgid "Autoprobe"
msgstr ""
-#: ../../any.pm_.c:662
+#: ../../any.pm_.c:720
msgid "Specify options"
msgstr " "
-#: ../../any.pm_.c:666
+#: ../../any.pm_.c:725
#, c-format
-msgid "You may now provide its options to module %s."
-msgstr " %s."
+msgid ""
+"You may now provide its options to module %s.\n"
+"Note that any address should be entered with the prefix 0x like '0x123'"
+msgstr ""
-#: ../../any.pm_.c:672
+#: ../../any.pm_.c:731
#, c-format
msgid ""
"You may now provide its options to module %s.\n"
@@ -837,11 +888,11 @@ msgstr ""
" ``= 2=2 ...''.\n"
", ``io=0x300 irq=7''"
-#: ../../any.pm_.c:675
+#: ../../any.pm_.c:734
msgid "Module options:"
msgstr " :"
-#: ../../any.pm_.c:686
+#: ../../any.pm_.c:745
#, c-format
msgid ""
"Loading module %s failed.\n"
@@ -850,35 +901,51 @@ msgstr ""
" %s .\n"
" ?"
-#: ../../any.pm_.c:704
+#: ../../any.pm_.c:761
+msgid "access to X programs"
+msgstr ""
+
+#: ../../any.pm_.c:762
+msgid "access to rpm tools"
+msgstr ""
+
+#: ../../any.pm_.c:763
+msgid "allow \"su\""
+msgstr ""
+
+#: ../../any.pm_.c:764
+msgid "access to administrative files"
+msgstr ""
+
+#: ../../any.pm_.c:769
#, c-format
msgid "(already added %s)"
msgstr "( %s)"
-#: ../../any.pm_.c:708
+#: ../../any.pm_.c:774
msgid "This password is too simple"
msgstr " "
-#: ../../any.pm_.c:709
+#: ../../any.pm_.c:775
msgid "Please give a user name"
msgstr " "
-#: ../../any.pm_.c:710
+#: ../../any.pm_.c:776
msgid ""
"The user name must contain only lower cased letters, numbers, `-' and `_'"
msgstr ""
" , \n"
" , `-' `_'"
-#: ../../any.pm_.c:711
+#: ../../any.pm_.c:777
msgid "This user name is already added"
msgstr " "
-#: ../../any.pm_.c:715
+#: ../../any.pm_.c:781
msgid "Add user"
msgstr " "
-#: ../../any.pm_.c:716
+#: ../../any.pm_.c:782
#, c-format
msgid ""
"Enter a user\n"
@@ -887,32 +954,32 @@ msgstr ""
" \n"
"%s"
-#: ../../any.pm_.c:717
+#: ../../any.pm_.c:783
msgid "Accept user"
msgstr " "
-#: ../../any.pm_.c:728
+#: ../../any.pm_.c:794
msgid "Real name"
msgstr " "
-#: ../../any.pm_.c:729 ../../printerdrake.pm_.c:401
-#: ../../printerdrake.pm_.c:480
+#: ../../any.pm_.c:795 ../../printerdrake.pm_.c:707
+#: ../../printerdrake.pm_.c:805
msgid "User name"
msgstr " "
-#: ../../any.pm_.c:732
+#: ../../any.pm_.c:798
msgid "Shell"
msgstr ""
-#: ../../any.pm_.c:734
+#: ../../any.pm_.c:800
msgid "Icon"
msgstr ""
-#: ../../any.pm_.c:756
+#: ../../any.pm_.c:828
msgid "Autologin"
msgstr "-"
-#: ../../any.pm_.c:757
+#: ../../any.pm_.c:829
#, fuzzy
msgid ""
"I can set up your computer to automatically log on one user.\n"
@@ -922,28 +989,201 @@ msgstr ""
".\n"
" , ."
-#: ../../any.pm_.c:761
+#: ../../any.pm_.c:833
msgid "Choose the default user:"
msgstr " :"
-#: ../../any.pm_.c:762
+#: ../../any.pm_.c:834
msgid "Choose the window manager to run:"
msgstr " :"
-#: ../../any.pm_.c:771
-msgid "Please, choose a language to use."
+#: ../../any.pm_.c:849
+#, fuzzy
+msgid "Please choose a language to use."
msgstr ", ."
-#: ../../any.pm_.c:773
+#: ../../any.pm_.c:851
msgid "You can choose other languages that will be available after install"
msgstr " , "
-#: ../../any.pm_.c:785 ../../install_steps_interactive.pm_.c:633
+#: ../../any.pm_.c:863 ../../install_steps_interactive.pm_.c:719
+#: ../../standalone/drakxtv_.c:54
msgid "All"
msgstr ""
+#: ../../any.pm_.c:955
+#, fuzzy
+msgid "Allow all users"
+msgstr " "
+
+#: ../../any.pm_.c:955 ../../install_steps_interactive.pm_.c:521
+msgid "Custom"
+msgstr ""
+
+#: ../../any.pm_.c:955
+#, fuzzy
+msgid "No sharing"
+msgstr " CUPS"
+
+#: ../../any.pm_.c:965 ../../network/smbnfs.pm_.c:45
+#, fuzzy, c-format
+msgid "The package %s needs to be installed. Do you want to install it?"
+msgstr ""
+" \n"
+" , ?"
+
+#: ../../any.pm_.c:968
+msgid "You can export using NFS or Samba. Which one do you want"
+msgstr ""
+
+#: ../../any.pm_.c:976 ../../network/smbnfs.pm_.c:49
+#, c-format
+msgid "Mandatory package %s is missing"
+msgstr ""
+
+#: ../../any.pm_.c:982
+msgid ""
+"Do you want to allow users to export some directories in their home?\n"
+"Allowing this will permit users to simply click on \"Share\" in konqueror "
+"and nautilus.\n"
+"\n"
+"\"Custom\" permit a per-user granularity.\n"
+msgstr ""
+
+#: ../../any.pm_.c:996 ../../bootlook.pm_.c:161
+#: ../../diskdrake/smbnfs_gtk.pm_.c:85 ../../install_steps_gtk.pm_.c:464
+#: ../../install_steps_gtk.pm_.c:522 ../../install_steps_interactive.pm_.c:594
+#: ../../interactive.pm_.c:142 ../../interactive.pm_.c:317
+#: ../../interactive.pm_.c:349 ../../interactive_stdio.pm_.c:141
+#: ../../my_gtk.pm_.c:687 ../../my_gtk.pm_.c:690 ../../my_gtk.pm_.c:1019
+#: ../../network/netconnect.pm_.c:47 ../../printerdrake.pm_.c:1586
+#: ../../standalone/drakautoinst_.c:204 ../../standalone/drakbackup_.c:2264
+#: ../../standalone/drakbackup_.c:2289 ../../standalone/drakbackup_.c:2310
+#: ../../standalone/drakbackup_.c:2331 ../../standalone/drakbackup_.c:2349
+#: ../../standalone/drakbackup_.c:2397 ../../standalone/drakbackup_.c:2417
+#: ../../standalone/drakbackup_.c:2436 ../../standalone/drakfont_.c:767
+#: ../../standalone/drakgw_.c:721 ../../standalone/draknet_.c:116
+#: ../../standalone/draknet_.c:148 ../../standalone/draknet_.c:290
+#: ../../standalone/draknet_.c:538 ../../standalone/draknet_.c:680
+#: ../../standalone/logdrake_.c:225 ../../standalone/logdrake_.c:512
+#: ../../standalone/tinyfirewall_.c:65
+msgid "Cancel"
+msgstr ""
+
+#: ../../any.pm_.c:996
+msgid "Launch userdrake"
+msgstr ""
+
+#: ../../any.pm_.c:998
+msgid ""
+"The per-user sharing uses the group \"fileshare\". \n"
+"You can use userdrake to add a user in this group."
+msgstr ""
+
+#: ../../any.pm_.c:1035
+msgid "Welcome To Crackers"
+msgstr " Crackers"
+
+#: ../../any.pm_.c:1036
+msgid "Poor"
+msgstr ""
+
+#: ../../any.pm_.c:1037 ../../mouse.pm_.c:31
+msgid "Standard"
+msgstr ""
+
+#: ../../any.pm_.c:1038
+msgid "High"
+msgstr ""
+
+#: ../../any.pm_.c:1039
+#, fuzzy
+msgid "Higher"
+msgstr ""
+
+#: ../../any.pm_.c:1040
+msgid "Paranoid"
+msgstr ""
+
+#: ../../any.pm_.c:1043
+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 ""
+" . \n"
+" , : "
+"\n"
+" , Internet. ."
+
+#: ../../any.pm_.c:1046
+msgid ""
+"Password are now enabled, but use as a networked computer is still not "
+"recommended."
+msgstr ""
+" , \n"
+"- ."
+
+#: ../../any.pm_.c:1047
+#, fuzzy
+msgid ""
+"This is the standard security recommended for a computer that will be used "
+"to connect to the Internet as a client."
+msgstr ""
+" , ,\n"
+" Internet . \n"
+" ."
+
+#: ../../any.pm_.c:1048
+msgid ""
+"There are already some restrictions, and more automatic checks are run every "
+"night."
+msgstr ""
+
+#: ../../any.pm_.c:1049
+#, fuzzy
+msgid ""
+"With this security level, the use of this system as a server becomes "
+"possible.\n"
+"The security is now high enough to use the system as a server which accept\n"
+"connections from many clients. Note: if your machine is only a client on the "
+"Internet, you should better choose a lower level."
+msgstr ""
+" \n"
+" . \n"
+", ."
+
+#: ../../any.pm_.c:1052
+#, fuzzy
+msgid ""
+"Based on the previous level, but the system is entirely closed.\n"
+"Security features are at their maximum."
+msgstr ""
+" , "
+" .\n"
+" ."
+
+#: ../../any.pm_.c:1058
+msgid "Choose security level"
+msgstr " "
+
+#: ../../any.pm_.c:1061
+#, fuzzy
+msgid "Security level"
+msgstr " "
+
+#: ../../any.pm_.c:1063
+#, fuzzy
+msgid "Use libsafe for servers"
+msgstr " "
+
+#: ../../any.pm_.c:1064
+msgid ""
+"A library which defends against buffer overflow and format string attacks."
+msgstr ""
+
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#: ../../bootloader.pm_.c:259
+#: ../../bootloader.pm_.c:355
#, c-format
msgid ""
"Welcome to %s the operating system chooser!\n"
@@ -960,52 +1200,52 @@ msgstr ""
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:835
+#: ../../bootloader.pm_.c:928
msgid "Welcome to GRUB the operating system chooser!"
msgstr " GRUB, !"
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:838
+#: ../../bootloader.pm_.c:931
#, c-format
msgid "Use the %c and %c keys for selecting which entry is highlighted."
msgstr " %c %c ."
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:841
+#: ../../bootloader.pm_.c:934
msgid "Press enter to boot the selected OS, 'e' to edit the"
msgstr " enter , 'e' "
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:844
+#: ../../bootloader.pm_.c:937
msgid "commands before booting, or 'c' for a command-line."
msgstr " , 'c' ."
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:847
+#: ../../bootloader.pm_.c:940
#, c-format
msgid "The highlighted entry will be booted automatically in %d seconds."
msgstr " %d ."
-#: ../../bootloader.pm_.c:851
+#: ../../bootloader.pm_.c:944
msgid "not enough room in /boot"
msgstr " /boot"
#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
#. -PO: so you may need to put them in English or in a different language if MS-windows doesn't exist in your language
-#: ../../bootloader.pm_.c:951
+#: ../../bootloader.pm_.c:1044
msgid "Desktop"
msgstr " "
#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#: ../../bootloader.pm_.c:953
+#: ../../bootloader.pm_.c:1046
msgid "Start Menu"
msgstr " "
-#: ../../bootloader.pm_.c:972
+#: ../../bootloader.pm_.c:1065
#, fuzzy, c-format
msgid "You can't install the bootloader on a %s partition\n"
msgstr " ?"
@@ -1018,15 +1258,15 @@ msgstr " .\n"
msgid "Boot Style Configuration"
msgstr " "
-#: ../../bootlook.pm_.c:79
+#: ../../bootlook.pm_.c:79 ../../standalone/logdrake_.c:101
msgid "/_File"
msgstr "/_"
-#: ../../bootlook.pm_.c:80
+#: ../../bootlook.pm_.c:80 ../../standalone/logdrake_.c:107
msgid "/File/_Quit"
msgstr "//_"
-#: ../../bootlook.pm_.c:80
+#: ../../bootlook.pm_.c:80 ../../standalone/logdrake_.c:107
msgid "<control>Q"
msgstr "<control>Q"
@@ -1050,11 +1290,15 @@ msgstr " Gtk+ "
msgid "Launch Aurora at boot time"
msgstr " Aurora "
-#: ../../bootlook.pm_.c:100
+#: ../../bootlook.pm_.c:98
msgid "Lilo/grub mode"
msgstr " Lilo/grub"
-#: ../../bootlook.pm_.c:102
+#: ../../bootlook.pm_.c:98
+msgid "Yaboot mode"
+msgstr " Yaboot"
+
+#: ../../bootlook.pm_.c:104
#, c-format
msgid ""
"You are currently using %s as Boot Manager.\n"
@@ -1063,101 +1307,151 @@ msgstr ""
" %s .\n"
" ."
-#: ../../bootlook.pm_.c:104 ../../standalone/drakgw_.c:643
-#: ../../standalone/draknet_.c:280 ../../standalone/tinyfirewall_.c:57
+#: ../../bootlook.pm_.c:106 ../../standalone/drakbackup_.c:1467
+#: ../../standalone/drakbackup_.c:1478 ../../standalone/drakgw_.c:715
+#: ../../standalone/tinyfirewall_.c:59
msgid "Configure"
msgstr ""
-#: ../../bootlook.pm_.c:108
-msgid "Boot mode"
-msgstr " "
-
-#: ../../bootlook.pm_.c:136
+#: ../../bootlook.pm_.c:141
msgid "System mode"
msgstr " "
-#: ../../bootlook.pm_.c:138
+#: ../../bootlook.pm_.c:143
msgid "Launch the X-Window system at start"
msgstr " X-Window "
-#: ../../bootlook.pm_.c:143
+#: ../../bootlook.pm_.c:148
msgid "No, I don't want autologin"
msgstr ", "
-#: ../../bootlook.pm_.c:145
+#: ../../bootlook.pm_.c:150
msgid "Yes, I want autologin with this (user, desktop)"
msgstr ""
", (user, desktop)"
-#: ../../bootlook.pm_.c:155 ../../standalone/draknet_.c:108
-#: ../../standalone/draknet_.c:140 ../../standalone/draknet_.c:208
-#: ../../standalone/draknet_.c:320 ../../standalone/draknet_.c:433
-#: ../../standalone/draknet_.c:507 ../../standalone/draknet_.c:543
-#: ../../standalone/draknet_.c:644
+#: ../../bootlook.pm_.c:160 ../../network/netconnect.pm_.c:102
+#: ../../standalone/drakbackup_.c:2441 ../../standalone/drakbackup_.c:3345
+#: ../../standalone/drakfont_.c:532 ../../standalone/drakfont_.c:655
+#: ../../standalone/drakfont_.c:719 ../../standalone/drakfont_.c:765
+#: ../../standalone/draknet_.c:109 ../../standalone/draknet_.c:141
+#: ../../standalone/draknet_.c:297 ../../standalone/draknet_.c:436
+#: ../../standalone/draknet_.c:522 ../../standalone/draknet_.c:565
+#: ../../standalone/draknet_.c:666 ../../standalone/logdrake_.c:505
msgid "OK"
msgstr "OK"
-#: ../../bootlook.pm_.c:156 ../../install_steps_gtk.pm_.c:516
-#: ../../interactive.pm_.c:122 ../../interactive.pm_.c:286
-#: ../../interactive.pm_.c:308 ../../interactive_stdio.pm_.c:27
-#: ../../my_gtk.pm_.c:416 ../../my_gtk.pm_.c:419 ../../my_gtk.pm_.c:716
-#: ../../printerdrake.pm_.c:1158 ../../standalone/drakgw_.c:648
-#: ../../standalone/draknet_.c:115 ../../standalone/draknet_.c:147
-#: ../../standalone/draknet_.c:313 ../../standalone/draknet_.c:519
-#: ../../standalone/draknet_.c:658 ../../standalone/tinyfirewall_.c:63
-msgid "Cancel"
-msgstr ""
-
-#: ../../bootlook.pm_.c:224
+#: ../../bootlook.pm_.c:229
#, c-format
msgid "can not open /etc/inittab for reading: %s"
msgstr " /etc/inittab : %s"
-#: ../../bootlook.pm_.c:336 ../../standalone/drakboot_.c:47
-msgid "Installation of LILO failed. The following error occured:"
-msgstr " LILO . :"
-
-#: ../../common.pm_.c:93
+#: ../../common.pm_.c:94
msgid "GB"
msgstr "Gb"
-#: ../../common.pm_.c:93
+#: ../../common.pm_.c:94
msgid "KB"
msgstr "Kb"
-#: ../../common.pm_.c:93 ../../install_steps_graphical.pm_.c:287
-#: ../../install_steps_graphical.pm_.c:334
+#: ../../common.pm_.c:94
msgid "MB"
msgstr "Mb"
-#: ../../common.pm_.c:101
+#: ../../common.pm_.c:102
msgid "TB"
msgstr "Tb"
-#: ../../common.pm_.c:109
+#: ../../common.pm_.c:110
#, c-format
msgid "%d minutes"
msgstr "%d "
-#: ../../common.pm_.c:111
+#: ../../common.pm_.c:112
msgid "1 minute"
msgstr "1 "
-#: ../../common.pm_.c:113
+#: ../../common.pm_.c:114
#, c-format
msgid "%d seconds"
msgstr "%d "
-#: ../../diskdrake.pm_.c:100
+#: ../../common.pm_.c:159
+#, fuzzy
+msgid "Can't make screenshots before partitioning"
+msgstr " "
+
+#: ../../common.pm_.c:166
+#, fuzzy, c-format
+msgid "Screenshots will be available after install in %s"
+msgstr " , "
+
+#: ../../crypto.pm_.c:12 ../../crypto.pm_.c:26 ../../standalone/drakxtv_.c:50
+#, fuzzy
+msgid "France"
+msgstr ""
+
+#: ../../crypto.pm_.c:13
+msgid "Costa Rica"
+msgstr ""
+
+#: ../../crypto.pm_.c:14 ../../crypto.pm_.c:27
+#, fuzzy
+msgid "Belgium"
+msgstr ""
+
+#: ../../crypto.pm_.c:15 ../../crypto.pm_.c:28
+msgid "Czech Republic"
+msgstr ""
+
+#: ../../crypto.pm_.c:16 ../../crypto.pm_.c:29
+#, fuzzy
+msgid "Germany"
+msgstr ""
+
+#: ../../crypto.pm_.c:17 ../../crypto.pm_.c:30
+#, fuzzy
+msgid "Greece"
+msgstr ""
+
+#: ../../crypto.pm_.c:18 ../../crypto.pm_.c:31
+#, fuzzy
+msgid "Norway"
+msgstr ""
+
+#: ../../crypto.pm_.c:19 ../../crypto.pm_.c:32
+#, fuzzy
+msgid "Sweden"
+msgstr ""
+
+#: ../../crypto.pm_.c:20 ../../crypto.pm_.c:34
+msgid "Netherlands"
+msgstr ""
+
+#: ../../crypto.pm_.c:21 ../../crypto.pm_.c:35 ../../standalone/drakxtv_.c:50
+#, fuzzy
+msgid "Italy"
+msgstr ""
+
+#: ../../crypto.pm_.c:22 ../../crypto.pm_.c:36
+#, fuzzy
+msgid "Austria"
+msgstr ""
+
+#: ../../crypto.pm_.c:33 ../../crypto.pm_.c:67
+msgid "United States"
+msgstr ""
+
+#: ../../diskdrake/hd_gtk.pm_.c:94
msgid "Please make a backup of your data first"
msgstr " "
-#: ../../diskdrake.pm_.c:100 ../../diskdrake_interactive.pm_.c:801
-#: ../../diskdrake_interactive.pm_.c:810 ../../diskdrake_interactive.pm_.c:864
+#: ../../diskdrake/hd_gtk.pm_.c:94 ../../diskdrake/interactive.pm_.c:891
+#: ../../diskdrake/interactive.pm_.c:900 ../../diskdrake/interactive.pm_.c:954
msgid "Read carefully!"
msgstr " !"
-#: ../../diskdrake.pm_.c:103
+#: ../../diskdrake/hd_gtk.pm_.c:97
msgid ""
"If you plan to use aboot, be carefull to leave a free space (2048 sectors is "
"enough)\n"
@@ -1167,55 +1461,23 @@ msgstr ""
" )\n"
" "
-#: ../../diskdrake.pm_.c:122 ../../diskdrake_interactive.pm_.c:313
-#: ../../diskdrake_interactive.pm_.c:328 ../../install_steps.pm_.c:72
-#: ../../install_steps_interactive.pm_.c:37
-#: ../../install_steps_interactive.pm_.c:310 ../../interactive_http.pm_.c:119
-#: ../../interactive_http.pm_.c:120 ../../standalone/diskdrake_.c:62
+#: ../../diskdrake/hd_gtk.pm_.c:116 ../../diskdrake/interactive.pm_.c:325
+#: ../../diskdrake/interactive.pm_.c:340 ../../diskdrake/smbnfs_gtk.pm_.c:45
+#: ../../install_steps.pm_.c:75 ../../install_steps_interactive.pm_.c:67
+#: ../../install_steps_interactive.pm_.c:356 ../../interactive_http.pm_.c:119
+#: ../../interactive_http.pm_.c:120 ../../standalone/diskdrake_.c:84
msgid "Error"
msgstr ""
-#: ../../diskdrake.pm_.c:159
+#: ../../diskdrake/hd_gtk.pm_.c:151
msgid "Wizard"
msgstr ""
-#: ../../diskdrake.pm_.c:181
-msgid "New"
-msgstr ""
-
-#: ../../diskdrake.pm_.c:203 ../../diskdrake.pm_.c:206
-#, fuzzy
-msgid "Remote"
-msgstr " "
-
-#: ../../diskdrake.pm_.c:208 ../../diskdrake.pm_.c:479
-#: ../../diskdrake_interactive.pm_.c:352 ../../diskdrake_interactive.pm_.c:523
-msgid "Mount point"
-msgstr " "
-
-#: ../../diskdrake.pm_.c:209
-msgid "Options"
-msgstr ""
-
-#: ../../diskdrake.pm_.c:211 ../../diskdrake.pm_.c:417
-#: ../../diskdrake.pm_.c:534 ../../diskdrake_interactive.pm_.c:353
-#: ../../diskdrake_interactive.pm_.c:488
-msgid "Type"
-msgstr ""
-
-#: ../../diskdrake.pm_.c:223 ../../diskdrake_interactive.pm_.c:361
-msgid "Unmount"
-msgstr ""
-
-#: ../../diskdrake.pm_.c:224 ../../diskdrake_interactive.pm_.c:357
-msgid "Mount"
-msgstr ""
-
-#: ../../diskdrake.pm_.c:228
+#: ../../diskdrake/hd_gtk.pm_.c:181 ../../diskdrake/removable_gtk.pm_.c:24
msgid "Choose action"
msgstr " "
-#: ../../diskdrake.pm_.c:235
+#: ../../diskdrake/hd_gtk.pm_.c:185
msgid ""
"You have one big FAT partition\n"
"(generally used by MicroSoft Dos/Windows).\n"
@@ -1227,227 +1489,150 @@ msgstr ""
" \n"
"( , \" \")"
-#: ../../diskdrake.pm_.c:238
+#: ../../diskdrake/hd_gtk.pm_.c:188
msgid "Please click on a partition"
msgstr " "
-#: ../../diskdrake.pm_.c:240
-#, fuzzy
-msgid "Please click on a media"
-msgstr " "
-
-#: ../../diskdrake.pm_.c:243
-#, fuzzy
-msgid ""
-"Please click on a button above\n"
-"\n"
-"Or use \"New\""
-msgstr " "
-
-#: ../../diskdrake.pm_.c:244
-msgid "Use \"New\""
-msgstr ""
-
-#: ../../diskdrake.pm_.c:263 ../../install_steps_gtk.pm_.c:517
+#: ../../diskdrake/hd_gtk.pm_.c:202 ../../diskdrake/smbnfs_gtk.pm_.c:67
+#: ../../install_steps_gtk.pm_.c:523
msgid "Details"
msgstr ""
-#: ../../diskdrake.pm_.c:395
+#: ../../diskdrake/hd_gtk.pm_.c:320
msgid "Ext2"
msgstr "Ext2"
-#: ../../diskdrake.pm_.c:395
+#: ../../diskdrake/hd_gtk.pm_.c:320
msgid "FAT"
msgstr "FAT"
-#: ../../diskdrake.pm_.c:395
+#: ../../diskdrake/hd_gtk.pm_.c:320
msgid "HFS"
msgstr "HFS"
-#: ../../diskdrake.pm_.c:395
+#: ../../diskdrake/hd_gtk.pm_.c:320
#, fuzzy
msgid "Journalised FS"
msgstr " "
-#: ../../diskdrake.pm_.c:395
+#: ../../diskdrake/hd_gtk.pm_.c:320
msgid "SunOS"
msgstr "SunOS"
-#: ../../diskdrake.pm_.c:395
+#: ../../diskdrake/hd_gtk.pm_.c:320
msgid "Swap"
msgstr "Swap"
-#: ../../diskdrake.pm_.c:396 ../../diskdrake_interactive.pm_.c:952
+#: ../../diskdrake/hd_gtk.pm_.c:321 ../../diskdrake/interactive.pm_.c:1050
msgid "Empty"
msgstr ""
-#: ../../diskdrake.pm_.c:396 ../../install_steps_gtk.pm_.c:373
-#: ../../install_steps_gtk.pm_.c:433 ../../mouse.pm_.c:161
-#: ../../services.pm_.c:161
+#: ../../diskdrake/hd_gtk.pm_.c:321 ../../install_steps_gtk.pm_.c:379
+#: ../../install_steps_gtk.pm_.c:439 ../../mouse.pm_.c:162
+#: ../../services.pm_.c:157 ../../standalone/drakbackup_.c:944
msgid "Other"
msgstr ""
-#: ../../diskdrake.pm_.c:400
+#: ../../diskdrake/hd_gtk.pm_.c:325
msgid "Filesystem types:"
msgstr " :"
-#: ../../diskdrake.pm_.c:417 ../../diskdrake_interactive.pm_.c:375
+#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/interactive.pm_.c:386
msgid "Create"
msgstr ""
-#: ../../diskdrake.pm_.c:417 ../../diskdrake.pm_.c:419
+#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/interactive.pm_.c:365
+#: ../../diskdrake/interactive.pm_.c:499 ../../diskdrake/removable.pm_.c:26
+#: ../../diskdrake/removable.pm_.c:49 ../../diskdrake/removable_gtk.pm_.c:17
+msgid "Type"
+msgstr ""
+
+#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/hd_gtk.pm_.c:344
#, c-format
msgid "Use ``%s'' instead"
msgstr " ``%s'' "
-#: ../../diskdrake.pm_.c:419 ../../diskdrake_interactive.pm_.c:362
+#: ../../diskdrake/hd_gtk.pm_.c:344 ../../diskdrake/interactive.pm_.c:374
msgid "Delete"
msgstr ""
-#: ../../diskdrake.pm_.c:423
+#: ../../diskdrake/hd_gtk.pm_.c:348
msgid "Use ``Unmount'' first"
msgstr " ``''"
-#: ../../diskdrake.pm_.c:424 ../../diskdrake_interactive.pm_.c:480
+#: ../../diskdrake/hd_gtk.pm_.c:349 ../../diskdrake/interactive.pm_.c:491
#, c-format
msgid ""
"After changing type of partition %s, all data on this partition will be lost"
msgstr ""
" %s, "
-#: ../../diskdrake.pm_.c:478 ../../diskdrake_interactive.pm_.c:522
-#, c-format
-msgid "Where do you want to mount device %s?"
-msgstr " %s?"
-
-#: ../../diskdrake.pm_.c:500
-#, fuzzy
-msgid "Mount options"
-msgstr " :"
-
-#: ../../diskdrake.pm_.c:507
-msgid "Various"
-msgstr ""
-
-#: ../../diskdrake.pm_.c:525
-#, fuzzy
-msgid "Removable media"
-msgstr " "
-
-#: ../../diskdrake.pm_.c:532
-#, fuzzy
-msgid "Change type"
-msgstr " "
-
-#: ../../diskdrake.pm_.c:533 ../../diskdrake_interactive.pm_.c:487
-msgid "Which filesystem do you want?"
-msgstr " ?"
-
-#: ../../diskdrake.pm_.c:564
-msgid "Scanning available nfs shared resource"
-msgstr ""
-
-#: ../../diskdrake.pm_.c:569
-#, c-format
-msgid "Scanning available nfs shared resource of server %s"
-msgstr ""
-
-#: ../../diskdrake.pm_.c:578 ../../diskdrake.pm_.c:648
-msgid "If the list above doesn't contain the wanted entry, enter it here:"
-msgstr ""
-
-#: ../../diskdrake.pm_.c:581 ../../diskdrake.pm_.c:651
-msgid "Server"
-msgstr ""
-
-#: ../../diskdrake.pm_.c:582 ../../diskdrake.pm_.c:652
-msgid "Shared resource"
-msgstr ""
-
-#: ../../diskdrake.pm_.c:615
-msgid "Scanning available samba shared resource"
-msgstr ""
-
-#: ../../diskdrake.pm_.c:626 ../../diskdrake.pm_.c:639
-#, c-format
-msgid "Scanning available samba shared resource of server %s"
-msgstr ""
-
-#: ../../diskdrake_interactive.pm_.c:163
+#: ../../diskdrake/interactive.pm_.c:171
#, fuzzy
msgid "Choose a partition"
msgstr " "
-#: ../../diskdrake_interactive.pm_.c:163
+#: ../../diskdrake/interactive.pm_.c:171
#, fuzzy
msgid "Choose another partition"
msgstr " "
-#: ../../diskdrake_interactive.pm_.c:188
+#: ../../diskdrake/interactive.pm_.c:196
#, fuzzy
msgid "Exit"
msgstr "Ext2"
-#: ../../diskdrake_interactive.pm_.c:210
+#: ../../diskdrake/interactive.pm_.c:218
msgid "Toggle to expert mode"
msgstr " "
-#: ../../diskdrake_interactive.pm_.c:210
+#: ../../diskdrake/interactive.pm_.c:218
msgid "Toggle to normal mode"
msgstr " "
-#: ../../diskdrake_interactive.pm_.c:210
+#: ../../diskdrake/interactive.pm_.c:218
msgid "Undo"
msgstr ""
-#: ../../diskdrake_interactive.pm_.c:229
+#: ../../diskdrake/interactive.pm_.c:237
msgid "Continue anyway?"
msgstr "- ?"
-#: ../../diskdrake_interactive.pm_.c:234
+#: ../../diskdrake/interactive.pm_.c:242
msgid "Quit without saving"
msgstr " "
-#: ../../diskdrake_interactive.pm_.c:234
+#: ../../diskdrake/interactive.pm_.c:242
msgid "Quit without writing the partition table?"
msgstr " ?"
-#: ../../diskdrake_interactive.pm_.c:237
+#: ../../diskdrake/interactive.pm_.c:247
#, fuzzy
msgid "Do you want to save /etc/fstab modifications"
msgstr " ?"
-#: ../../diskdrake_interactive.pm_.c:247
+#: ../../diskdrake/interactive.pm_.c:259
msgid "Auto allocate"
msgstr " "
-#: ../../diskdrake_interactive.pm_.c:247
+#: ../../diskdrake/interactive.pm_.c:259
msgid "Clear all"
msgstr " "
-#: ../../diskdrake_interactive.pm_.c:247
-#: ../../install_steps_interactive.pm_.c:171
-msgid "More"
-msgstr ""
-
-#: ../../diskdrake_interactive.pm_.c:250
+#: ../../diskdrake/interactive.pm_.c:262
#, fuzzy
msgid "Hard drive information"
msgstr " "
-#: ../../diskdrake_interactive.pm_.c:267
-msgid "Not enough space for auto-allocating"
-msgstr " -"
-
-#: ../../diskdrake_interactive.pm_.c:273
+#: ../../diskdrake/interactive.pm_.c:283
msgid "All primary partitions are used"
msgstr " "
-#: ../../diskdrake_interactive.pm_.c:274
+#: ../../diskdrake/interactive.pm_.c:284
msgid "I can't add any more partition"
msgstr " "
-#: ../../diskdrake_interactive.pm_.c:275
+#: ../../diskdrake/interactive.pm_.c:285
msgid ""
"To have more partitions, please delete one to be able to create an extended "
"partition"
@@ -1455,35 +1640,35 @@ msgstr ""
" , , "
" "
-#: ../../diskdrake_interactive.pm_.c:285
+#: ../../diskdrake/interactive.pm_.c:295
#, fuzzy
msgid "Save partition table"
msgstr " "
-#: ../../diskdrake_interactive.pm_.c:286
+#: ../../diskdrake/interactive.pm_.c:296
#, fuzzy
msgid "Restore partition table"
msgstr " "
-#: ../../diskdrake_interactive.pm_.c:287
+#: ../../diskdrake/interactive.pm_.c:297
msgid "Rescue partition table"
msgstr " "
-#: ../../diskdrake_interactive.pm_.c:289
+#: ../../diskdrake/interactive.pm_.c:299
#, fuzzy
msgid "Reload partition table"
msgstr " "
-#: ../../diskdrake_interactive.pm_.c:293
+#: ../../diskdrake/interactive.pm_.c:304
#, fuzzy
msgid "Removable media automounting"
msgstr " "
-#: ../../diskdrake_interactive.pm_.c:301 ../../diskdrake_interactive.pm_.c:321
+#: ../../diskdrake/interactive.pm_.c:313 ../../diskdrake/interactive.pm_.c:333
msgid "Select file"
msgstr " "
-#: ../../diskdrake_interactive.pm_.c:308
+#: ../../diskdrake/interactive.pm_.c:320
msgid ""
"The backup partition table has not the same size\n"
"Still continue?"
@@ -1491,11 +1676,11 @@ msgstr ""
" \n"
"- ?"
-#: ../../diskdrake_interactive.pm_.c:322
+#: ../../diskdrake/interactive.pm_.c:334
msgid "Warning"
msgstr ""
-#: ../../diskdrake_interactive.pm_.c:323
+#: ../../diskdrake/interactive.pm_.c:335
msgid ""
"Insert a floppy in drive\n"
"All data on this floppy will be lost"
@@ -1503,99 +1688,124 @@ msgstr ""
" \n"
" "
-#: ../../diskdrake_interactive.pm_.c:334
+#: ../../diskdrake/interactive.pm_.c:346
msgid "Trying to rescue partition table"
msgstr " "
-#: ../../diskdrake_interactive.pm_.c:340
+#: ../../diskdrake/interactive.pm_.c:352
#, fuzzy
msgid "Detailed information"
msgstr " "
-#: ../../diskdrake_interactive.pm_.c:354 ../../diskdrake_interactive.pm_.c:590
+#: ../../diskdrake/interactive.pm_.c:364 ../../diskdrake/interactive.pm_.c:534
+#: ../../diskdrake/interactive.pm_.c:554 ../../diskdrake/removable.pm_.c:24
+#: ../../diskdrake/removable_gtk.pm_.c:15 ../../diskdrake/smbnfs_gtk.pm_.c:83
+msgid "Mount point"
+msgstr " "
+
+#: ../../diskdrake/interactive.pm_.c:366 ../../diskdrake/removable.pm_.c:25
+#: ../../diskdrake/removable_gtk.pm_.c:16 ../../diskdrake/smbnfs_gtk.pm_.c:84
+msgid "Options"
+msgstr ""
+
+#: ../../diskdrake/interactive.pm_.c:367 ../../diskdrake/interactive.pm_.c:621
msgid "Resize"
msgstr " "
-#: ../../diskdrake_interactive.pm_.c:355 ../../diskdrake_interactive.pm_.c:630
+#: ../../diskdrake/interactive.pm_.c:368 ../../diskdrake/interactive.pm_.c:674
msgid "Move"
msgstr ""
-#: ../../diskdrake_interactive.pm_.c:356
+#: ../../diskdrake/interactive.pm_.c:369
msgid "Format"
msgstr ""
-#: ../../diskdrake_interactive.pm_.c:358
-msgid "Active"
-msgstr ""
+#: ../../diskdrake/interactive.pm_.c:370 ../../diskdrake/smbnfs_gtk.pm_.c:80
+msgid "Mount"
+msgstr ""
-#: ../../diskdrake_interactive.pm_.c:359
+#: ../../diskdrake/interactive.pm_.c:371
msgid "Add to RAID"
msgstr " RAID"
-#: ../../diskdrake_interactive.pm_.c:360
+#: ../../diskdrake/interactive.pm_.c:372
msgid "Add to LVM"
msgstr " LVM"
-#: ../../diskdrake_interactive.pm_.c:363
+#: ../../diskdrake/interactive.pm_.c:373 ../../diskdrake/smbnfs_gtk.pm_.c:79
+msgid "Unmount"
+msgstr ""
+
+#: ../../diskdrake/interactive.pm_.c:375
msgid "Remove from RAID"
msgstr " RAID"
-#: ../../diskdrake_interactive.pm_.c:364
+#: ../../diskdrake/interactive.pm_.c:376
msgid "Remove from LVM"
msgstr " LVM"
-#: ../../diskdrake_interactive.pm_.c:365
+#: ../../diskdrake/interactive.pm_.c:377
msgid "Modify RAID"
msgstr " RAID"
-#: ../../diskdrake_interactive.pm_.c:366
+#: ../../diskdrake/interactive.pm_.c:378
msgid "Use for loopback"
msgstr " loopback"
-#: ../../diskdrake_interactive.pm_.c:409
+#: ../../diskdrake/interactive.pm_.c:417
msgid "Create a new partition"
msgstr " "
-#: ../../diskdrake_interactive.pm_.c:412
+#: ../../diskdrake/interactive.pm_.c:420
msgid "Start sector: "
msgstr " : "
-#: ../../diskdrake_interactive.pm_.c:414 ../../diskdrake_interactive.pm_.c:732
+#: ../../diskdrake/interactive.pm_.c:422 ../../diskdrake/interactive.pm_.c:773
msgid "Size in MB: "
msgstr " MB: "
-#: ../../diskdrake_interactive.pm_.c:415 ../../diskdrake_interactive.pm_.c:733
+#: ../../diskdrake/interactive.pm_.c:423 ../../diskdrake/interactive.pm_.c:774
msgid "Filesystem type: "
msgstr " : "
-#: ../../diskdrake_interactive.pm_.c:416 ../../diskdrake_interactive.pm_.c:936
-#: ../../diskdrake_interactive.pm_.c:1010
+#: ../../diskdrake/interactive.pm_.c:424
+#: ../../diskdrake/interactive.pm_.c:1034
+#: ../../diskdrake/interactive.pm_.c:1108
msgid "Mount point: "
msgstr " :"
-#: ../../diskdrake_interactive.pm_.c:420
+#: ../../diskdrake/interactive.pm_.c:428
msgid "Preference: "
msgstr ": "
-#: ../../diskdrake_interactive.pm_.c:462
+#: ../../diskdrake/interactive.pm_.c:472
#, fuzzy
msgid "Remove the loopback file?"
msgstr " loopback %s"
-#: ../../diskdrake_interactive.pm_.c:486
+#: ../../diskdrake/interactive.pm_.c:497
msgid "Change partition type"
msgstr " "
-#: ../../diskdrake_interactive.pm_.c:491
+#: ../../diskdrake/interactive.pm_.c:498 ../../diskdrake/removable.pm_.c:48
+msgid "Which filesystem do you want?"
+msgstr " ?"
+
+#: ../../diskdrake/interactive.pm_.c:502
msgid "Switching from ext2 to ext3"
msgstr ""
-#: ../../diskdrake_interactive.pm_.c:521
+#: ../../diskdrake/interactive.pm_.c:532
#, c-format
msgid "Where do you want to mount loopback file %s?"
msgstr " loopback %s?"
-#: ../../diskdrake_interactive.pm_.c:528
+#: ../../diskdrake/interactive.pm_.c:533 ../../diskdrake/interactive.pm_.c:553
+#, c-format
+msgid "Where do you want to mount device %s?"
+msgstr " %s?"
+
+#: ../../diskdrake/interactive.pm_.c:539
msgid ""
"Can't unset mount point as this partition is used for loop back.\n"
"Remove the loopback first"
@@ -1603,120 +1813,129 @@ msgstr ""
" , "
"loop back. loopback"
-#: ../../diskdrake_interactive.pm_.c:549
+#: ../../diskdrake/interactive.pm_.c:577
msgid "Computing FAT filesystem bounds"
msgstr " FAT"
-#: ../../diskdrake_interactive.pm_.c:549 ../../diskdrake_interactive.pm_.c:605
-#: ../../install_interactive.pm_.c:116
+#: ../../diskdrake/interactive.pm_.c:577 ../../diskdrake/interactive.pm_.c:636
+#: ../../install_interactive.pm_.c:130
msgid "Resizing"
msgstr " "
-#: ../../diskdrake_interactive.pm_.c:578
+#: ../../diskdrake/interactive.pm_.c:609
msgid "This partition is not resizeable"
msgstr " "
-#: ../../diskdrake_interactive.pm_.c:583
+#: ../../diskdrake/interactive.pm_.c:614
msgid "All data on this partition should be backed-up"
msgstr " "
-#: ../../diskdrake_interactive.pm_.c:585
+#: ../../diskdrake/interactive.pm_.c:616
#, c-format
msgid "After resizing partition %s, all data on this partition will be lost"
msgstr ""
" %s "
-#: ../../diskdrake_interactive.pm_.c:590
+#: ../../diskdrake/interactive.pm_.c:621
msgid "Choose the new size"
msgstr " "
-#: ../../diskdrake_interactive.pm_.c:591
+#: ../../diskdrake/interactive.pm_.c:622
#, fuzzy
msgid "New size in MB: "
msgstr " MB: "
-#: ../../diskdrake_interactive.pm_.c:631
+#: ../../diskdrake/interactive.pm_.c:675
msgid "Which disk do you want to move it to?"
msgstr " ?"
-#: ../../diskdrake_interactive.pm_.c:632
+#: ../../diskdrake/interactive.pm_.c:676
msgid "Sector"
msgstr ""
-#: ../../diskdrake_interactive.pm_.c:633
+#: ../../diskdrake/interactive.pm_.c:677
msgid "Which sector do you want to move it to?"
msgstr " ?"
-#: ../../diskdrake_interactive.pm_.c:636
+#: ../../diskdrake/interactive.pm_.c:680
msgid "Moving"
msgstr ""
-#: ../../diskdrake_interactive.pm_.c:636
+#: ../../diskdrake/interactive.pm_.c:680
msgid "Moving partition..."
msgstr " ..."
-#: ../../diskdrake_interactive.pm_.c:657
+#: ../../diskdrake/interactive.pm_.c:697
msgid "Choose an existing RAID to add to"
msgstr " RAID "
-#: ../../diskdrake_interactive.pm_.c:658 ../../diskdrake_interactive.pm_.c:676
+#: ../../diskdrake/interactive.pm_.c:698 ../../diskdrake/interactive.pm_.c:716
msgid "new"
msgstr ""
-#: ../../diskdrake_interactive.pm_.c:674
+#: ../../diskdrake/interactive.pm_.c:714
msgid "Choose an existing LVM to add to"
msgstr " LVM "
-#: ../../diskdrake_interactive.pm_.c:679
+#: ../../diskdrake/interactive.pm_.c:719
msgid "LVM name?"
msgstr " LVM?"
-#: ../../diskdrake_interactive.pm_.c:718
+#: ../../diskdrake/interactive.pm_.c:759
msgid "This partition can't be used for loopback"
msgstr " loopback"
-#: ../../diskdrake_interactive.pm_.c:730
+#: ../../diskdrake/interactive.pm_.c:771
msgid "Loopback"
msgstr "Loopback"
-#: ../../diskdrake_interactive.pm_.c:731
+#: ../../diskdrake/interactive.pm_.c:772
msgid "Loopback file name: "
msgstr " loopback: "
-#: ../../diskdrake_interactive.pm_.c:736
+#: ../../diskdrake/interactive.pm_.c:777
#, fuzzy
msgid "Give a file name"
msgstr " "
-#: ../../diskdrake_interactive.pm_.c:739
+#: ../../diskdrake/interactive.pm_.c:780
msgid "File already used by another loopback, choose another one"
msgstr " loopback, ."
-#: ../../diskdrake_interactive.pm_.c:740
+#: ../../diskdrake/interactive.pm_.c:781
msgid "File already exists. Use it?"
msgstr " . ?"
-#: ../../diskdrake_interactive.pm_.c:784
+#: ../../diskdrake/interactive.pm_.c:804
+#, fuzzy
+msgid "Mount options"
+msgstr " :"
+
+#: ../../diskdrake/interactive.pm_.c:811
+msgid "Various"
+msgstr ""
+
+#: ../../diskdrake/interactive.pm_.c:874
msgid "device"
msgstr ""
-#: ../../diskdrake_interactive.pm_.c:785
+#: ../../diskdrake/interactive.pm_.c:875
msgid "level"
msgstr ""
-#: ../../diskdrake_interactive.pm_.c:786
+#: ../../diskdrake/interactive.pm_.c:876
msgid "chunk size"
msgstr " chunk"
-#: ../../diskdrake_interactive.pm_.c:801
+#: ../../diskdrake/interactive.pm_.c:891
msgid "Be careful: this operation is dangerous."
msgstr ": ."
-#: ../../diskdrake_interactive.pm_.c:816
+#: ../../diskdrake/interactive.pm_.c:906
msgid "What type of partitioning?"
msgstr " ?"
-#: ../../diskdrake_interactive.pm_.c:834
+#: ../../diskdrake/interactive.pm_.c:924
msgid ""
"Sorry I won't accept to create /boot so far onto the drive (on a cylinder > "
"1024).\n"
@@ -1727,7 +1946,7 @@ msgstr ""
" LILO - , LILO "
", /boot ."
-#: ../../diskdrake_interactive.pm_.c:838
+#: ../../diskdrake/interactive.pm_.c:928
msgid ""
"The partition you've selected to add as root (/) is physically located "
"beyond\n"
@@ -1740,7 +1959,7 @@ msgstr ""
" LILO, "
" /boot"
-#: ../../diskdrake_interactive.pm_.c:844
+#: ../../diskdrake/interactive.pm_.c:934
msgid ""
"You've selected a software RAID partition as root (/).\n"
"No bootloader is able to handle this without a /boot partition.\n"
@@ -1750,131 +1969,138 @@ msgstr ""
" /boot.\n"
" /boot"
-#: ../../diskdrake_interactive.pm_.c:864
+#: ../../diskdrake/interactive.pm_.c:954
#, c-format
msgid "Partition table of drive %s is going to be written to disk!"
msgstr " %s !"
-#: ../../diskdrake_interactive.pm_.c:868
+#: ../../diskdrake/interactive.pm_.c:958
msgid "You'll need to reboot before the modification can take place"
msgstr " , "
-#: ../../diskdrake_interactive.pm_.c:879
+#: ../../diskdrake/interactive.pm_.c:969
#, c-format
msgid "After formatting partition %s, all data on this partition will be lost"
msgstr ""
" %s, "
-#: ../../diskdrake_interactive.pm_.c:881
+#: ../../diskdrake/interactive.pm_.c:971
msgid "Formatting"
msgstr ""
-#: ../../diskdrake_interactive.pm_.c:882
+#: ../../diskdrake/interactive.pm_.c:972
#, c-format
msgid "Formatting loopback file %s"
msgstr " loopback %s"
-#: ../../diskdrake_interactive.pm_.c:883
-#: ../../install_steps_interactive.pm_.c:419
+#: ../../diskdrake/interactive.pm_.c:973
+#: ../../install_steps_interactive.pm_.c:465
#, c-format
msgid "Formatting partition %s"
msgstr " %s"
-#: ../../diskdrake_interactive.pm_.c:894
+#: ../../diskdrake/interactive.pm_.c:984
#, fuzzy
msgid "Hide files"
msgstr "mkraid "
-#: ../../diskdrake_interactive.pm_.c:894
+#: ../../diskdrake/interactive.pm_.c:984
#, fuzzy
msgid "Move files to the new partition"
msgstr " "
-#: ../../diskdrake_interactive.pm_.c:895
+#: ../../diskdrake/interactive.pm_.c:985
#, c-format
msgid ""
"Directory %s already contain some data\n"
"(%s)"
msgstr ""
-#: ../../diskdrake_interactive.pm_.c:906
+#: ../../diskdrake/interactive.pm_.c:996
#, fuzzy
msgid "Moving files to the new partition"
msgstr " "
-#: ../../diskdrake_interactive.pm_.c:910
+#: ../../diskdrake/interactive.pm_.c:1000
#, c-format
msgid "Copying %s"
msgstr ""
-#: ../../diskdrake_interactive.pm_.c:914
+#: ../../diskdrake/interactive.pm_.c:1004
#, fuzzy, c-format
msgid "Removing %s"
msgstr ": %s\n"
-#: ../../diskdrake_interactive.pm_.c:937 ../../diskdrake_interactive.pm_.c:996
+#: ../../diskdrake/interactive.pm_.c:1014
+#, c-format
+msgid "partition %s is now known as %s"
+msgstr ""
+
+#: ../../diskdrake/interactive.pm_.c:1035
+#: ../../diskdrake/interactive.pm_.c:1094
msgid "Device: "
msgstr ": "
-#: ../../diskdrake_interactive.pm_.c:938
+#: ../../diskdrake/interactive.pm_.c:1036
#, c-format
msgid "DOS drive letter: %s (just a guess)\n"
msgstr " DOS-: %s ()\n"
-#: ../../diskdrake_interactive.pm_.c:942 ../../diskdrake_interactive.pm_.c:950
-#: ../../diskdrake_interactive.pm_.c:1014
+#: ../../diskdrake/interactive.pm_.c:1040
+#: ../../diskdrake/interactive.pm_.c:1048
+#: ../../diskdrake/interactive.pm_.c:1112
msgid "Type: "
msgstr ": "
-#: ../../diskdrake_interactive.pm_.c:946
+#: ../../diskdrake/interactive.pm_.c:1044
msgid "Name: "
msgstr ": "
-#: ../../diskdrake_interactive.pm_.c:954
+#: ../../diskdrake/interactive.pm_.c:1052
#, c-format
msgid "Start: sector %s\n"
msgstr ": %s\n"
-#: ../../diskdrake_interactive.pm_.c:955
+#: ../../diskdrake/interactive.pm_.c:1053
#, c-format
msgid "Size: %s"
msgstr ": %s"
-#: ../../diskdrake_interactive.pm_.c:957
+#: ../../diskdrake/interactive.pm_.c:1055
#, c-format
msgid ", %s sectors"
msgstr ", %s "
-#: ../../diskdrake_interactive.pm_.c:959
-#, c-format
-msgid "Cylinder %d to cylinder %d\n"
+#: ../../diskdrake/interactive.pm_.c:1057
+#, fuzzy, c-format
+msgid "Cylinder %d to %d\n"
msgstr " %d %d\n"
-#: ../../diskdrake_interactive.pm_.c:960
+#: ../../diskdrake/interactive.pm_.c:1058
msgid "Formatted\n"
msgstr "\n"
-#: ../../diskdrake_interactive.pm_.c:961
+#: ../../diskdrake/interactive.pm_.c:1059
msgid "Not formatted\n"
msgstr " \n"
-#: ../../diskdrake_interactive.pm_.c:962
+#: ../../diskdrake/interactive.pm_.c:1060
msgid "Mounted\n"
msgstr "\n"
-#: ../../diskdrake_interactive.pm_.c:963
+#: ../../diskdrake/interactive.pm_.c:1061
#, c-format
msgid "RAID md%s\n"
msgstr "RAID md%s\n"
-#: ../../diskdrake_interactive.pm_.c:965
+#: ../../diskdrake/interactive.pm_.c:1063
#, fuzzy, c-format
msgid ""
"Loopback file(s):\n"
" %s\n"
msgstr "Loopback (): %s\n"
-#: ../../diskdrake_interactive.pm_.c:966
+#: ../../diskdrake/interactive.pm_.c:1064
msgid ""
"Partition booted by default\n"
" (for MS-DOS boot, not for lilo)\n"
@@ -1882,27 +2108,27 @@ msgstr ""
", \n"
" ( MS-DOS, lilo)\n"
-#: ../../diskdrake_interactive.pm_.c:968
+#: ../../diskdrake/interactive.pm_.c:1066
#, c-format
msgid "Level %s\n"
msgstr " %s\n"
-#: ../../diskdrake_interactive.pm_.c:969
+#: ../../diskdrake/interactive.pm_.c:1067
#, c-format
msgid "Chunk size %s\n"
msgstr " hunk %s\n"
-#: ../../diskdrake_interactive.pm_.c:970
+#: ../../diskdrake/interactive.pm_.c:1068
#, c-format
msgid "RAID-disks %s\n"
msgstr " RAID %s\n"
-#: ../../diskdrake_interactive.pm_.c:972
+#: ../../diskdrake/interactive.pm_.c:1070
#, c-format
msgid "Loopback file name: %s"
msgstr " Loopback: %s"
-#: ../../diskdrake_interactive.pm_.c:975
+#: ../../diskdrake/interactive.pm_.c:1073
msgid ""
"\n"
"Chances are, this partition is\n"
@@ -1914,7 +2140,7 @@ msgstr ""
" , ,\n"
" .\n"
-#: ../../diskdrake_interactive.pm_.c:978
+#: ../../diskdrake/interactive.pm_.c:1076
msgid ""
"\n"
"This special Bootstrap\n"
@@ -1926,65 +2152,104 @@ msgstr ""
" \n"
" ..\n"
-#: ../../diskdrake_interactive.pm_.c:997
+#: ../../diskdrake/interactive.pm_.c:1095
#, c-format
msgid "Size: %s\n"
msgstr ": %s\n"
-#: ../../diskdrake_interactive.pm_.c:998
+#: ../../diskdrake/interactive.pm_.c:1096
#, c-format
msgid "Geometry: %s cylinders, %s heads, %s sectors\n"
msgstr ": %s , %s , %s \n"
-#: ../../diskdrake_interactive.pm_.c:999
+#: ../../diskdrake/interactive.pm_.c:1097
msgid "Info: "
msgstr ": "
-#: ../../diskdrake_interactive.pm_.c:1000
+#: ../../diskdrake/interactive.pm_.c:1098
#, c-format
msgid "LVM-disks %s\n"
msgstr "LVM- %s\n"
-#: ../../diskdrake_interactive.pm_.c:1001
+#: ../../diskdrake/interactive.pm_.c:1099
#, c-format
msgid "Partition table type: %s\n"
msgstr " : %s\n"
-#: ../../diskdrake_interactive.pm_.c:1002
+#: ../../diskdrake/interactive.pm_.c:1100
#, c-format
msgid "on bus %d id %d\n"
msgstr " %d id %d\n"
-#: ../../diskdrake_interactive.pm_.c:1016
+#: ../../diskdrake/interactive.pm_.c:1114
#, c-format
msgid "Options: %s"
msgstr ": %s"
-#: ../../fs.pm_.c:447 ../../fs.pm_.c:457 ../../fs.pm_.c:461 ../../fs.pm_.c:465
-#: ../../fs.pm_.c:469 ../../fs.pm_.c:473
+#: ../../diskdrake/interactive.pm_.c:1130
+#, fuzzy
+msgid "Filesystem encryption key"
+msgstr " : "
+
+#: ../../diskdrake/interactive.pm_.c:1131
+msgid "Choose your filesystem encryption key"
+msgstr ""
+
+#: ../../diskdrake/interactive.pm_.c:1134
+#, fuzzy, c-format
+msgid "This encryption key is too simple (must be at least %d characters long)"
+msgstr " ( %d )"
+
+#: ../../diskdrake/interactive.pm_.c:1135
+#, fuzzy
+msgid "The encryption keys do not match"
+msgstr " "
+
+#: ../../diskdrake/interactive.pm_.c:1138
+msgid "Encryption key"
+msgstr ""
+
+#: ../../diskdrake/interactive.pm_.c:1139
+msgid "Encryption key (again)"
+msgstr ""
+
+#: ../../diskdrake/removable.pm_.c:47
+#, fuzzy
+msgid "Change type"
+msgstr " "
+
+#: ../../diskdrake/removable_gtk.pm_.c:28
+#, fuzzy
+msgid "Please click on a media"
+msgstr " "
+
+#: ../../diskdrake/smbnfs_gtk.pm_.c:165
+#, fuzzy
+msgid "Search servers"
+msgstr "DNS "
+
+#: ../../fs.pm_.c:485 ../../fs.pm_.c:495 ../../fs.pm_.c:499 ../../fs.pm_.c:503
+#: ../../fs.pm_.c:507 ../../fs.pm_.c:511
#, c-format
msgid "%s formatting of %s failed"
msgstr "%s %s"
-#: ../../fs.pm_.c:506
+#: ../../fs.pm_.c:548
#, c-format
msgid "I don't know how to format %s in type %s"
msgstr " %s %s"
-#: ../../fs.pm_.c:568
-msgid "mount failed"
-msgstr " "
+#: ../../fs.pm_.c:620 ../../fs.pm_.c:649 ../../fs.pm_.c:655
+#, c-format
+msgid "mounting partition %s in directory %s failed"
+msgstr ""
-#: ../../fs.pm_.c:588
+#: ../../fs.pm_.c:640
#, c-format
msgid "fsck failed with exit code %d or signal %d"
msgstr ""
-#: ../../fs.pm_.c:597 ../../fs.pm_.c:603 ../../partition_table.pm_.c:560
-msgid "mount failed: "
-msgstr " : "
-
-#: ../../fs.pm_.c:618 ../../partition_table.pm_.c:556
+#: ../../fs.pm_.c:670 ../../partition_table.pm_.c:596
#, c-format
msgid "error unmounting %s: %s"
msgstr " %s: %s"
@@ -1993,48 +2258,66 @@ msgstr " %s: %s"
msgid "simple"
msgstr ""
+#: ../../fsedit.pm_.c:25
+msgid "with /usr"
+msgstr ""
+
#: ../../fsedit.pm_.c:30
msgid "server"
msgstr ""
-#: ../../fsedit.pm_.c:461
+#: ../../fsedit.pm_.c:467
msgid "You can't use JFS for partitions smaller than 16MB"
msgstr " JFS 16MB"
-#: ../../fsedit.pm_.c:462
+#: ../../fsedit.pm_.c:468
msgid "You can't use ReiserFS for partitions smaller than 32MB"
msgstr " ReiserFS 32MB"
-#: ../../fsedit.pm_.c:471
+#: ../../fsedit.pm_.c:477
msgid "Mount points must begin with a leading /"
msgstr " /"
-#: ../../fsedit.pm_.c:472
+#: ../../fsedit.pm_.c:478
#, c-format
msgid "There is already a partition with mount point %s\n"
msgstr " %s\n"
-#: ../../fsedit.pm_.c:476
+#: ../../fsedit.pm_.c:482
#, c-format
msgid "You can't use a LVM Logical Volume for mount point %s"
msgstr " LVM %s"
-#: ../../fsedit.pm_.c:478
+#: ../../fsedit.pm_.c:484
msgid "This directory should remain within the root filesystem"
msgstr " "
-#: ../../fsedit.pm_.c:480
+#: ../../fsedit.pm_.c:486
msgid "You need a true filesystem (ext2, reiserfs) for this mount point\n"
msgstr ""
" (ext2, "
"reiserfs)\n"
-#: ../../fsedit.pm_.c:596
+#: ../../fsedit.pm_.c:488
+#, fuzzy, c-format
+msgid "You can't use an encrypted file system for mount point %s"
+msgstr " LVM %s"
+
+#: ../../fsedit.pm_.c:546
+#, fuzzy
+msgid "Not enough free space for auto-allocating"
+msgstr " -"
+
+#: ../../fsedit.pm_.c:548
+msgid "Nothing to do"
+msgstr ""
+
+#: ../../fsedit.pm_.c:612
#, c-format
msgid "Error opening %s for writing: %s"
msgstr " %s : %s"
-#: ../../fsedit.pm_.c:681
+#: ../../fsedit.pm_.c:697
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"
@@ -2042,7 +2325,7 @@ msgstr ""
" : . "
" ."
-#: ../../fsedit.pm_.c:704
+#: ../../fsedit.pm_.c:720
msgid "You don't have any partitions!"
msgstr " !"
@@ -2059,14 +2342,14 @@ msgid ""
"system would not work any more. If you make a serious mistake as a regular\n"
"user, you may only lose some information, but not the entire system.\n"
"\n"
-"First, you have to enter your real name. This is not mandatory, of course -\n"
+"First, you have to enter your real name. This is not mandatory, of course\n"
"as you can actually enter whatever you want. DrakX will then take the first\n"
"word you have entered in the box and will bring it over to the \"User\n"
-"name\". This is the name this particular user will use to log into the\n"
+"name\". This is the name this particular user will use to log onto the\n"
"system. You can change it. You then have to enter a password here. A\n"
-"non-privileged (regular) user's password is not as crucial as that of\n"
-"\"root\" from a security point of view, but that is no reason to neglect it\n"
-"- after all, your files are at risk.\n"
+"non-privileged (regular) user's password is not as crucial as \"root\"' one\n"
+"from a security point of view, but that is no reason to neglect it: after\n"
+"all, your files are at risk.\n"
"\n"
"If you click on \"Accept user\", you can then add as many as you want. Add\n"
"a user for each one of your friends: your father or your sister, for\n"
@@ -2081,7 +2364,7 @@ msgstr ""
msgid ""
"Listed above are the existing Linux partitions detected on your hard drive.\n"
"You can keep the choices made by the wizard, they are good for most common\n"
-"installs. If you make any changes, you must at least define a root\n"
+"installations. If you make any changes, you must at least define a root\n"
"partition (\"/\"). Do not choose too small a partition or you will not be\n"
"able to install enough software. If you want to store your data on a\n"
"separate partition, you will also need to create a partition for \"/home\"\n"
@@ -2098,11 +2381,11 @@ msgid ""
"\"Hard drive number\" is always a letter after \"hd\" or \"sd\". For IDE\n"
"hard drives:\n"
"\n"
-" * \"a\" means \"master hard drive on the primary IDE controller\",\n"
+" * \"a\" means \"master hard drive on the primary IDE controller\";\n"
"\n"
-" * \"b\" means \"slave hard drive on the primary IDE controller\",\n"
+" * \"b\" means \"slave hard drive on the primary IDE controller\";\n"
"\n"
-" * \"c\" means \"master hard drive on the secondary IDE controller\",\n"
+" * \"c\" means \"master hard drive on the secondary IDE controller\";\n"
"\n"
" * \"d\" means \"slave hard drive on the secondary IDE controller\".\n"
"\n"
@@ -2152,8 +2435,8 @@ msgstr ""
#: ../../help.pm_.c:72
msgid ""
-"The Mandrake Linux installation is spread out over several CDROMs. DrakX\n"
-"knows if a selected package is located on another CDROM and will eject the\n"
+"The Mandrake Linux installation is spread out over several CD-ROMs. DrakX\n"
+"knows if a selected package is located on another CD-ROM and will eject the\n"
"current CD and ask you to insert a different one as required."
msgstr ""
@@ -2163,8 +2446,8 @@ msgid ""
"system. There are thousands of packages available for Mandrake Linux, and\n"
"you are not supposed to know them all by heart.\n"
"\n"
-"If you are performing a standard installation from CDROM, you will first be\n"
-"asked to specify the CDs you currently have (in Expert mode only). Check\n"
+"If you are performing a standard installation from a CD-ROM, you will first\n"
+"be asked to specify the CDs you currently have (in Expert mode only). Check\n"
"the CD labels and highlight the boxes corresponding to the CDs you have\n"
"available for installation. Click \"OK\" when you are ready to continue.\n"
"\n"
@@ -2173,49 +2456,61 @@ msgid ""
"\n"
" * \"Workstation\": if you plan to use your machine as a workstation, "
"select\n"
-"one or more of the corresponding groups.\n"
+"one or more of the corresponding groups;\n"
"\n"
-" * \"Development\": if the machine is to be used for programming, choose "
-"the\n"
-"desired group(s).\n"
+" * \"Development\": if your machine is to be used for programming, choose\n"
+"the desired group(s);\n"
"\n"
-" * \"Server\": finally, if the machine is intended to be a server, you will\n"
-"be able to select which of the most common services you wish to see\n"
-"installed on the machine.\n"
+" * \"Server\": if your machine is intended to be a server, you will be able\n"
+"to select which of the most common services you wish to install on your\n"
+"machine;\n"
"\n"
-" * \"Graphical Environment\": this is where you will choose your preferred\n"
-"graphical environment. At least one must be selected if you want to have a\n"
-"graphical workstation!\n"
+" * \"Graphical Environment\": finally, this is where you will choose your\n"
+"preferred graphical environment. At least one must be selected if you want\n"
+"to have a graphical workstation!\n"
"\n"
"Moving the mouse cursor over a group name will display a short explanatory\n"
-"text about that group.\n"
+"text about that group. If you deselect all groups when performing a regular\n"
+"installation (by opposition to an upgrade), a dialog will pop up proposing\n"
+"different options for a minimal installation:\n"
+"\n"
+" * \"With X\": install the fewer packages possible to have a working\n"
+"graphical desktop;\n"
+"\n"
+" * \"With basic documentation\": installs the base system plus basic\n"
+"utilities and their documentation. This installation is suitable for\n"
+"setting up a server;\n"
+"\n"
+" * \"Truly minimal install\": will install the strict minimum necessary to\n"
+"get a working Linux system, in command line only. This installation is\n"
+"about 65Mb large.\n"
"\n"
"You can check the \"Individual package selection\" box, which is useful if\n"
"you are familiar with the packages being offered or if you want to have\n"
"total control over what will be installed.\n"
"\n"
-"If you started the installation in \"Update\" mode, you can unselect all\n"
+"If you started the installation in \"Upgrade\" mode, you can unselect all\n"
"groups to avoid installing any new package. This is useful for repairing or\n"
"updating an existing system."
msgstr ""
-#: ../../help.pm_.c:115
+#: ../../help.pm_.c:128
msgid ""
-"Finally, depending on your choice of whether or not to select individual\n"
-"packages, you will be presented a tree containing all packages classified\n"
-"by groups and subgroups. While browsing the tree, you can select entire\n"
-"groups, subgroups, or individual packages.\n"
+"Finally, depending on whether or not you selected individual packages, you\n"
+"will be presented a tree containing all packages classified by groups and\n"
+"subgroups. While browsing the tree, you can select entire groups,\n"
+"subgroups, or individual packages.\n"
"\n"
"Whenever you select a package on the tree, a description appears on the\n"
"right. When your selection is finished, click the \"Install\" button which\n"
"will then launch the installation process. Depending on the speed of your\n"
"hardware and the number of packages that need to be installed, it may take\n"
-"a while to complete the process. A time to complete estimate is displayed\n"
-"on the screen to help you gauge if there is sufficient time to enjoy a cup\n"
-"of coffee.\n"
+"a while to complete the process. An estimate of the time it will take to\n"
+"install everything is displayed on the screen, to help you gauge if there\n"
+"is sufficient time to enjoy a cup of coffee.\n"
"\n"
-"!! If a server package has been selected either intentionally or because it\n"
-"was part of a whole group, you will be asked to confirm that you really\n"
+"!! If a server package has been selected, either intentionally or because\n"
+"it was part of a whole group, you will be asked to confirm that you really\n"
"want those servers to be installed. Under Mandrake Linux, any installed\n"
"servers are started by default at boot time. Even if they are safe and have\n"
"no known issues at the time the distribution was shipped, it may happen\n"
@@ -2230,37 +2525,38 @@ msgid ""
"occurs because it has determined that it needs to satisfy a dependency with\n"
"another package in order to successfully complete the installation.\n"
"\n"
-"The tiny floppy disc icon at the bottom of the list allows to load the\n"
-"packages list chosen during a previous installation. Clicking on this icon\n"
+"The tiny floppy disk icon at the bottom of the list allows to load the\n"
+"package list chosen during a previous installation. Clicking on this icon\n"
"will ask you to insert a floppy disk previously created at the end of\n"
"another installation. See the second tip of last step on how to create such\n"
"a floppy."
msgstr ""
-#: ../../help.pm_.c:151
+#: ../../help.pm_.c:164
msgid ""
-"If you wish to connect your computer to the Internet or to a local network,\n"
-"please choose the correct option. Please turn on your device before\n"
-"choosing the correct option to let DrakX detect it automatically.\n"
+"You are now proposed to set up your Internet/network connection. If you\n"
+"wish to connect your computer to the Internet or to a local network, click\n"
+"\"OK\". The autodetection of network devices and modem will be launched. If\n"
+"this detection fails, uncheck the \"Use auto detection\" box next time. You\n"
+"may also choose not to configure the network, or do it later; in that case,\n"
+"simply click the \"Cancel\" button.\n"
"\n"
-"Mandrake Linux proposes the configuration of an Internet connection at\n"
-"installation time. Available connections are: traditional modem, ISDN\n"
-"modem, ADSL connection, cable modem, and finally a simple LAN connection\n"
-"(Ethernet).\n"
+"Available connections are: traditional modem, ISDN modem, ADSL connection,\n"
+"cable modem, and finally a simple LAN connection (Ethernet).\n"
"\n"
"Here, we will not detail each configuration. Simply make sure that you have\n"
"all the parameters from your Internet Service Provider or system\n"
"administrator.\n"
"\n"
-"You can consult the manual chapter about Internet connections for details\n"
-"about the configuration, or simply wait until your system is installed and\n"
-"use the program described there to configure your connection.\n"
+"You can consult the ``User Guide'' chapter about Internet connections for\n"
+"details about the configuration, or simply wait until your system is\n"
+"installed and use the program described there to configure your connection.\n"
"\n"
-"If you wish to configure the network later after installation or if you\n"
-"have finished configuring your network connection, click \"Cancel\"."
+"If you wish to configure the network later after installation, or if you\n"
+"are finished configuring your network connection, click \"Cancel\"."
msgstr ""
-#: ../../help.pm_.c:172
+#: ../../help.pm_.c:186
#, fuzzy
msgid ""
"You may now choose which services you wish to start at boot time.\n"
@@ -2273,10 +2569,11 @@ msgid ""
"specific service. However, if you are not sure whether a service is useful\n"
"or not, it is safer to leave the default behavior.\n"
"\n"
-"At this stage, be very careful if you intend to use your machine as a\n"
-"server: you will probably not want to start any services that you do not\n"
+"!! At this stage, be very careful if you intend to use your machine as a\n"
+"server: you will probably not want to start any services which you do not\n"
"need. Please remember that several services can be dangerous if they are\n"
-"enabled on a server. In general, select only the services you really need."
+"enabled on a server. In general, select only the services you really need.\n"
+"!!"
msgstr ""
" , .\n"
"\n"
@@ -2291,37 +2588,45 @@ msgstr ""
" ..\n"
" , , ."
-#: ../../help.pm_.c:188
+#: ../../help.pm_.c:203
msgid ""
-"GNU/Linux manages time in GMT (Greenwich Manage Time) and translates it in\n"
-"local time according to the time zone you selected."
+"GNU/Linux manages time in GMT (Greenwich Mean Time) and translates it in\n"
+"local time according to the time zone you selected. It is however possible\n"
+"to deactivate this by deselecting \"Hardware clock set to GMT\" so that the\n"
+"hardware clock is the same as the system clock. This is useful when the\n"
+"machine is hosting another operating system like Windows.\n"
+"\n"
+"The \"Automatic time synchronization\" option will automatically regulate\n"
+"the clock by connecting to a remote time server on the Internet. In the\n"
+"list that is presented, choose a server located near you. Of course you\n"
+"must have a working Internet connection for this feature to work. It will\n"
+"actually install on your machine a time server which can be optionally used\n"
+"by other machines on your local network."
msgstr ""
-"GNU/Linux GMT ( ) \n"
-" ."
-#: ../../help.pm_.c:192
+#: ../../help.pm_.c:217
msgid ""
"X (for X Window System) is the heart of the GNU/Linux graphical interface\n"
-"on which all the graphics environments (KDE, Gnome, AfterStep,\n"
-"WindowMaker...) bundled with Mandrake Linux rely. In this section, DrakX\n"
+"on which all the graphical environments (KDE, GNOME, AfterStep,\n"
+"WindowMaker, etc.) bundled with Mandrake Linux rely. In this section, DrakX\n"
"will try to configure X automatically.\n"
"\n"
"It is extremely rare for it to fail, unless the hardware is very old (or\n"
"very new). If it succeeds, it will start X automatically with the best\n"
-"resolution possible depending on the size of the monitor. A window will\n"
+"resolution possible, depending on the size of the monitor. A window will\n"
"then appear and ask you if you can see it.\n"
"\n"
-"If you are doing an \"Expert\" install, you will enter the X configuration\n"
-"wizard. See the corresponding section of the manual for more information\n"
-"about this wizard.\n"
+"If you are doing an \"Expert\" installation, you will enter the X\n"
+"configuration wizard. See the corresponding section of the manual for more\n"
+"information about this wizard.\n"
"\n"
-"If you can see the message and answer \"Yes\", then DrakX will proceed to\n"
-"the next step. If you cannot see the message, it simply means that the\n"
-"configuration was wrong and the test will automatically end after 10\n"
-"seconds, restoring the screen."
+"If you can see the message during the test, and answer \"Yes\", then DrakX\n"
+"will proceed to the next step. If you cannot see the message, it simply\n"
+"means that the configuration was wrong and the test will automatically end\n"
+"after 10 seconds, restoring the screen."
msgstr ""
-#: ../../help.pm_.c:212
+#: ../../help.pm_.c:237
msgid ""
"The first time you try the X configuration, you may not be very satisfied\n"
"with its display (screen is too small, shifted left or right...). Hence,\n"
@@ -2331,11 +2636,11 @@ msgid ""
"\n"
"As a last resort, if you still cannot get X to work, choose \"Change\n"
"graphics card\", select \"Unlisted card\", and when prompted on which\n"
-"server you want, choose \"FBDev\". This is a failsafe option which works\n"
-"with any modern graphics card. Then choose \"Test again\" to be sure."
+"server, choose \"FBDev\". This is a failsafe option which works with any\n"
+"modern graphics card. Then choose \"Test again\" to be sure."
msgstr ""
-#: ../../help.pm_.c:224
+#: ../../help.pm_.c:249
msgid ""
"Finally, you will be asked whether you want to see the graphical interface\n"
"at boot. Note this question will be asked even if you chose not to test the\n"
@@ -2344,17 +2649,16 @@ msgid ""
"configured."
msgstr ""
-#: ../../help.pm_.c:231
+#: ../../help.pm_.c:256
msgid ""
-"The Mandrake Linux CDROM has a built-in rescue mode. You can access it by\n"
-"booting from the CDROM, press the >>F1<< key at boot and type >>rescue<< at\n"
-"the prompt. But in case your computer cannot boot from the CDROM, you\n"
+"The Mandrake LinuxCD-ROM has a built-in rescue mode. You can access it by\n"
+"booting from the CD-ROM, press the >>F1<< key at boot and type >>rescue<<\n"
+"at the prompt. But in case your computer cannot boot from the CD-ROM, you\n"
"should come back to this step for help in at least two situations:\n"
"\n"
-" * when installing the boot loader, DrakX will rewrite the boot sector "
-"(MBR)\n"
-"of your main disk (unless you are using another boot manager) so that you\n"
-"can start up with either Windows or GNU/Linux (assuming you have Windows in\n"
+" * when installing the bootloader, DrakX will rewrite the boot sector (MBR)\n"
+"of your main disk (unless you are using another boot manager), to allow you\n"
+"to start up with either Windows or GNU/Linux (assuming you have Windows in\n"
"your system). If you need to reinstall Windows, the Microsoft install\n"
"process will rewrite the boot sector, and then you will not be able to\n"
"start GNU/Linux!\n"
@@ -2372,25 +2676,26 @@ msgid ""
"the whole disk."
msgstr ""
-#: ../../help.pm_.c:255
+#: ../../help.pm_.c:280
#, fuzzy
msgid ""
-"At this point you need to choose where on your hard drive to install your\n"
-"Mandrake Linux operating system. If your hard drive is empty or if an\n"
-"existing operating system is using all the space available, you will need\n"
-"to partition it. Basically, partitioning a hard drive consists of logically\n"
-"dividing it to create space to install your new Mandrake Linux system.\n"
+"At this point, you need to choose where you want to install the Mandrake\n"
+"Linux operating system on your hard drive. If your hard drive is empty or\n"
+"if an existing operating system is using all the available space, you will\n"
+"need to partition it. Basically, partitioning a hard drive consists of\n"
+"logically dividing it to create space to install your new Mandrake Linux\n"
+"system.\n"
"\n"
-"Because the effects of the partitioning process are usually irreversible,\n"
+"Because the partitioning process' effects are usually irreversible,\n"
"partitioning can be intimidating and stressful if you are an inexperienced\n"
"user. Fortunately, there is a wizard which simplifies this process. Before\n"
"beginning, please consult the manual and take your time.\n"
"\n"
-"If you are running the install in Expert mode, you will enter DiskDrake,\n"
-"the Mandrake Linux partitioning tool, which allows you to fine-tune your\n"
-"partitions. See the DiskDrake chapter of the manual. From the installation\n"
-"interface, you can use the wizards as described here by clicking the\n"
-"\"Wizard\" button of the dialog.\n"
+"If you are running the installation in Expert mode, you will enter\n"
+"DiskDrake, the Mandrake Linux partitioning tool, which allows you to\n"
+"fine-tune your partitions. See the DiskDrake section in the ``User Guide''.\n"
+"From the installation interface, you can use the wizards as described here\n"
+"by clicking the dialog's \"Wizard\" button.\n"
"\n"
"If partitions have already been defined, either from a previous\n"
"installation or from another partitioning tool, simply select those to\n"
@@ -2401,43 +2706,45 @@ msgid ""
"available:\n"
"\n"
" * \"Use free space\": this option will simply lead to an automatic\n"
-"partitioning of your blank drive(s). You will not be prompted further.\n"
+"partitioning of your blank drive(s). You will not be prompted further;\n"
"\n"
" * \"Use existing partition\": the wizard has detected one or more existing\n"
"Linux partitions on your hard drive. If you want to use them, choose this\n"
-"option.\n"
+"option;\n"
"\n"
-" * \"Use the free space on the Windows partition\": if Microsoft Windows is\n"
+" * \"Use the free space on the Windows; partition\": if MicrosoftWindows is\n"
"installed on your hard drive and takes all the space available on it, you\n"
-"have to create free space for Linux data. To do that, you can delete your\n"
-"Microsoft Windows partition and data (see \"Erase entire disk\" or \"Expert\n"
-"mode\" solutions) or resize your Microsoft Windows partition. Resizing can\n"
-"be performed without the loss of any data. This solution is recommended if\n"
-"you want to use both Mandrake Linux and Microsoft Windows on same computer.\n"
+"have to create free space for Linux data. To do so, you can delete your\n"
+"MicrosoftWindows partition and data (see ``Erase entire disk'' or ``Expert\n"
+"mode'' solutions) or resize your MicrosoftWindows partition. Resizing can\n"
+"be performed without the loss of any data, provided you previously\n"
+"defragment the Windows partition. Backing up your data won't hurt either..\n"
+"This solution is recommended if you want to use both Mandrake Linux and\n"
+"MicrosoftWindows on the same computer.\n"
"\n"
" Before choosing this option, please understand that after this "
"procedure,\n"
-"the size of your Microsoft Windows partition will be smaller than at the\n"
-"present time. You will have less free space under Microsoft Windows to\n"
-"store your data or to install new software.\n"
+"the size of your MicrosoftWindows partition will be smaller than at the\n"
+"present time. You will have less free space under MicrosoftWindows to store\n"
+"your data or to install new software;\n"
"\n"
" * \"Erase entire disk\": if you want to delete all data and all partitions\n"
"present on your hard drive and replace them with your new Mandrake Linux\n"
"system, choose this option. Be careful with this solution because you will\n"
-"not be able to revert your choice after confirmation.\n"
+"not be able to revert your choice after you confirm;\n"
"\n"
" !! If you choose this option, all data on your disk will be lost. !!\n"
"\n"
" * \"Remove Windows\": this will simply erase everything on the drive and\n"
"begin fresh, partitioning everything from scratch. All data on your disk\n"
-"will be lost.\n"
+"will be lost;\n"
"\n"
" !! If you choose this option, all data on your disk will be lost. !!\n"
"\n"
" * \"Expert mode\": choose this option if you want to manually partition\n"
-"your hard drive. Be careful - it is a powerful but dangerous choice. You\n"
-"can very easily lose all your data. Hence, do not choose this unless you\n"
-"know what you are doing."
+"your hard drive. Be careful it is a powerful but dangerous choice. You can\n"
+"very easily lose all your data. Hence, do not choose this unless you know\n"
+"what you are doing."
msgstr ""
" \n"
" Mandrake Linux. \n"
@@ -2511,7 +2818,7 @@ msgstr ""
" . \n"
" , , ."
-#: ../../help.pm_.c:319
+#: ../../help.pm_.c:347
msgid ""
"There you are. Installation is now complete and your GNU/Linux system is\n"
"ready to use. Just click \"OK\" to reboot the system. You can start\n"
@@ -2526,29 +2833,30 @@ msgid ""
"\n"
" Note that two different options are available after clicking the button:\n"
"\n"
-" * \"Replay\". This is a partially automated install as the partitioning\n"
-"step (and only this one) remains interactive.\n"
+" * \"Replay\". This is a partially automated installation as the\n"
+"partitioning step (and only this one) remains interactive;\n"
"\n"
-" * \"Automated\". Fully automated install: the hard disk is completely\n"
+" * \"Automated\". Fully automated installation: the hard disk is "
+"completely\n"
"rewritten, all data is lost.\n"
"\n"
" This feature is very handy when installing a great number of similar\n"
-"machines. See the Auto install section at our web site.\n"
+"machines. See the Auto install section on our web site;\n"
"\n"
-" * \"Save packages selection\"(*): saves the packages selection as made\n"
+" * \"Save packages selection\"(*): saves the package selection as done\n"
"previously. Then, when doing another installation, insert the floppy inside\n"
-"the driver and run the installation going to the help screen by pressing on\n"
+"the drive and run the installation going to the help screen by pressing on\n"
"the [F1] key, and by issuing >>linux defcfg=\"floppy\"<<.\n"
"\n"
"(*) You need a FAT-formatted floppy (to create one under GNU/Linux, type\n"
"\"mformat a:\")"
msgstr ""
-#: ../../help.pm_.c:350
+#: ../../help.pm_.c:378
#, fuzzy
msgid ""
"Any partitions that have been newly defined must be formatted for use\n"
-"(formatting means creating a file system).\n"
+"(formatting means creating a filesystem).\n"
"\n"
"At this time, you may wish to reformat some already existing partitions to\n"
"erase any data they contain. If you wish to do that, please select those\n"
@@ -2562,7 +2870,7 @@ msgid ""
"\n"
"Please be careful when selecting partitions. After formatting, all data on\n"
"the selected partitions will be deleted and you will not be able to recover\n"
-"any of them.\n"
+"any of it.\n"
"\n"
"Click on \"OK\" when you are ready to format partitions.\n"
"\n"
@@ -2570,7 +2878,7 @@ msgid ""
"Mandrake Linux operating system installation.\n"
"\n"
"Click on \"Advanced\" if you wish to select partitions that will be checked\n"
-"for bad blocks on the disc."
+"for bad blocks on the disk."
msgstr ""
" , , "
" \n"
@@ -2605,7 +2913,7 @@ msgstr ""
" \"\", \n"
"Mandrake Linux."
-#: ../../help.pm_.c:376
+#: ../../help.pm_.c:404
#, fuzzy
msgid ""
"Your new Mandrake Linux operating system is currently being installed.\n"
@@ -2624,71 +2932,100 @@ msgstr ""
"\n"
", ."
-#: ../../help.pm_.c:384
+#: ../../help.pm_.c:412
+msgid ""
+"At the time you are installing Mandrake Linux, it is likely that some\n"
+"packages have been updated since the initial release. Some bugs may have\n"
+"been fixed, and security issues solved. To allow you to benefit from these\n"
+"updates, you are now proposed to download them from the Internet. Choose\n"
+"\"Yes\" if you have a working Internet connection, or \"No\" if you prefer\n"
+"to install updated packages later.\n"
+"\n"
+"Choosing \"Yes\" displays a list of places from which updates can be\n"
+"retrieved. Choose the one nearest you. Then a package-selection tree\n"
+"appears: review the selection, and press \"Install\" to retrieve and\n"
+"install the selected package(s), or \"Cancel\" to abort."
+msgstr ""
+
+#: ../../help.pm_.c:425
msgid ""
-"Before continuing you should read carefully the terms of the license. It\n"
+"Before continuing, you should read carefully the terms of the license. It\n"
"covers the whole Mandrake Linux distribution, and if you do not agree with\n"
"all the terms in it, click on the \"Refuse\" button which will immediately\n"
-"terminate the installation. To continue with the installation, click the\n"
+"terminate the installation. To continue with the installation, click on the\n"
"\"Accept\" button."
msgstr ""
-#: ../../help.pm_.c:391
+#: ../../help.pm_.c:432
msgid ""
"At this point, it is time to choose the security level desired for the\n"
"machine. As a rule of thumb, the more exposed the machine is, and the more\n"
"the data stored in it is crucial, the higher the security level should be.\n"
-"However, a higher security level is generally obtained at the expenses of\n"
-"easiness of use. Refer to the MSEC chapter of the ``Reference Manual'' to\n"
-"get more information about the meaning of these levels.\n"
+"However, a higher security level is generally obtained at the expense of\n"
+"easiness of use. Refer to the \"msec\" chapter of the ``Reference Manual''\n"
+"to get more information about the meaning of these levels.\n"
"\n"
"If you do not know what to choose, keep the default option."
msgstr ""
-#: ../../help.pm_.c:401
+#: ../../help.pm_.c:442
#, fuzzy
msgid ""
-"At this point, you need to choose what partition(s) will be used for the\n"
-"installation of your Mandrake Linux system. If partitions have been already\n"
+"At this point, you need to choose which partition(s) will be used for the\n"
+"installation of your Mandrake Linux system. If partitions have already been\n"
"defined, either from a previous installation of GNU/Linux or from another\n"
-"partitioning tool, you can use existing partitions. Otherwise hard drive\n"
+"partitioning tool, you can use existing partitions. Otherwise, hard drive\n"
"partitions must be defined.\n"
"\n"
"To create partitions, you must first select a hard drive. You can select\n"
-"the disk for partitioning by clicking on \"hda\" for the first IDE drive,\n"
-"\"hdb\" for the second, \"sda\" for the first SCSI drive and so on.\n"
+"the disk for partitioning by clicking on ``hda'' for the first IDE drive,\n"
+"``hdb'' for the second, ``sda'' for the first SCSI drive and so on.\n"
"\n"
"To partition the selected hard drive, you can use these options:\n"
"\n"
" * \"Clear all\": this option deletes all partitions on the selected hard\n"
-"drive.\n"
+"drive;\n"
"\n"
-" * \"Auto allocate\": this option allows you to automatically create Ext2\n"
-"and swap partitions in free space of your hard drive.\n"
+" * \"Auto allocate\": this option enables to automatically create \"Ext2\"\n"
+"and swap partitions in free space of your hard drive;\n"
"\n"
-" * \"Rescue partition table\": if your partition table is damaged, you can\n"
+" * \"More\": gives access to additional features:\n"
+"\n"
+" * \"Save partition table\": saves the partition table to a floppy. "
+"Useful\n"
+"for later partition-table recovery if necessary. It is strongly recommended\n"
+"to perform this step;\n"
+"\n"
+" * \"Restore partition table\": allows to restore a previously saved\n"
+"partition table from floppy disk;\n"
+"\n"
+" * \"Rescue partition table\": if your partition table is damaged, you "
+"can\n"
"try to recover it using this option. Please be careful and remember that it\n"
-"can fail.\n"
+"can fail;\n"
"\n"
-" * \"Undo\": use this option to cancel your changes.\n"
+" * \"Reload partition table\": discards all changes and loads your "
+"initial\n"
+"partition table;\n"
"\n"
-" * \"Reload\": you can use this option if you wish to undo all changes and\n"
-"load your initial partitions table.\n"
+" * \"Removable media automounting\": unchecking this option will force "
+"users\n"
+"to manually mount and unmount removable medias such as floppies and\n"
+"CD-ROMs.\n"
"\n"
" * \"Wizard\": use this option if you wish to use a wizard to partition "
"your\n"
"hard drive. This is recommended if you do not have a good knowledge of\n"
-"partitioning.\n"
+"partitioning;\n"
"\n"
-" * \"Restore from floppy\": this option will allow you to restore a\n"
-"previously saved partition table from floppy disk.\n"
+" * \"Undo\": use this option to cancel your changes;\n"
"\n"
-" * \"Save to floppy\": saves the partition table to a floppy. Useful for\n"
-"later partition-table recovery if necessary. It is strongly recommended to\n"
-"perform this step.\n"
+" * \"Toggle to normal/expert mode\": allows additional actions on "
+"partitions\n"
+"(type, options, format) and gives more information;\n"
"\n"
-" * \"Done\": when you have finished partitioning your hard drive, this will\n"
-"save your changes back to disc.\n"
+" * \"Done\": when you are finished partitioning your hard drive, this will\n"
+"save your changes back to disk.\n"
"\n"
"Note: you can reach any option using the keyboard. Navigate through the\n"
"partitions using [Tab] and [Up/Down] arrows.\n"
@@ -2701,9 +3038,12 @@ msgid ""
"\n"
" * Ctrl-m to set the mount point.\n"
"\n"
+"To get information about the different filesystem types available, please\n"
+"read the ext2fs chapter from the ``Reference Manual''.\n"
+"\n"
"If you are installing on a PPC machine, you will want to create a small HFS\n"
-"\"bootstrap\" partition of at least 1MB which will be used by the yaboot\n"
-"boot loader. If you opt to make the partition a bit larger, say 50MB, you\n"
+"``bootstrap'' partition of at least 1MB, which will be used by the yaboot\n"
+"bootloader. If you opt to make the partition a bit larger, say 50MB, you\n"
"may find it a useful place to store a spare kernel and ramdisk images for\n"
"emergency boot situations."
msgstr ""
@@ -2787,11 +3127,11 @@ msgstr ""
" 50MB, \n"
" ramdisk ."
-#: ../../help.pm_.c:460
+#: ../../help.pm_.c:513
#, fuzzy
msgid ""
-"More than one Microsoft Windows partition has been detected on your hard\n"
-"drive. Please choose the one you want resize in order to install your new\n"
+"More than one Microsoft partition has been detected on your hard drive.\n"
+"Please choose the one you want to resize in order to install your new\n"
"Mandrake Linux operating system.\n"
"\n"
"Each partition is listed as follows: \"Linux name\", \"Windows name\"\n"
@@ -2806,11 +3146,11 @@ msgid ""
"\"Hard drive number\" is always a letter after \"hd\" or \"sd\". With IDE\n"
"hard drives:\n"
"\n"
-" * \"a\" means \"master hard drive on the primary IDE controller\",\n"
+" * \"a\" means \"master hard drive on the primary IDE controller\";\n"
"\n"
-" * \"b\" means \"slave hard drive on the primary IDE controller\",\n"
+" * \"b\" means \"slave hard drive on the primary IDE controller\";\n"
"\n"
-" * \"c\" means \"master hard drive on the secondary IDE controller\",\n"
+" * \"c\" means \"master hard drive on the secondary IDE controller\";\n"
"\n"
" * \"d\" means \"slave hard drive on the secondary IDE controller\".\n"
"\n"
@@ -2859,38 +3199,48 @@ msgstr ""
" \n"
" \"C:\")."
-#: ../../help.pm_.c:491
+#: ../../help.pm_.c:544
msgid "Please be patient. This operation can take several minutes."
msgstr ". ."
-#: ../../help.pm_.c:494
+#: ../../help.pm_.c:547
#, fuzzy
msgid ""
"DrakX now needs to know if you want to perform a default (\"Recommended\")\n"
-"installation or if you want to have greater control (\"Expert\"). You also\n"
-"have the choice of performing a new install or an upgrade of an existing\n"
-"Mandrake Linux system. Clicking \"Install\" will completely wipe out the\n"
-"old system. Select \"Upgrade\" if you are upgrading or repairing an\n"
-"existing system.\n"
-"\n"
-"Please choose \"Install\" if there are no previous version of Mandrake\n"
-"Linux installed or if you wish to boot between various operating systems.\n"
+"installation or if you want to have greater control (\"Expert\"). You can\n"
+"also choose to do a new install or an upgrade of an existing Mandrake Linux\n"
+"system:\n"
+"\n"
+" * \"Install\": completely wipes out the old system. In fact, depending on\n"
+"what currently holds your machine, you will be able to keep some old (Linux\n"
+"or other) partitions unchanged;\n"
+"\n"
+" * \"Upgrade\": this installation class allows to simply update the "
+"packages\n"
+"currently installed on your Mandrake Linux system. It keeps the current\n"
+"partitions of your hard drives as well as user configurations. All other\n"
+"configuration steps remain available with respect to plain installation;\n"
+"\n"
+" * \"Upgrade Packages Only\": this brand new class allows to upgrade an\n"
+"existing Mandrake Linux system while keeping all system configurations\n"
+"unchanged. Adding new packages to the current installation is also\n"
+"possible.\n"
"\n"
-"Please choose \"Update\" if you wish to update or repair an already\n"
-"installed version of Mandrake Linux.\n"
+"Upgrades should work fine for Mandrake Linux systems starting from \"8.1\"\n"
+"release.\n"
"\n"
-"Depending on your knowledge of GNU/Linux, please choose one of the\n"
-"following to install or update your Mandrake Linux operating system:\n"
+"Depending on your knowledge of GNU/Linux, select one of the following\n"
+"choices:\n"
"\n"
" * Recommended: choose this if you have never installed a GNU/Linux\n"
"operating system. The installation will be very easy and you will only be\n"
-"asked a few questions.\n"
+"asked a few questions;\n"
"\n"
" * Expert: if you have a good knowledge of GNU/Linux, you can choose this\n"
"installation class. The expert installation will allow you to perform a\n"
-"highly customized installation. Answering some of the questions can be\n"
-"difficult if you do not have a good knowledge of GNU/Linux so do not choose\n"
-"this unless you know what you are doing."
+"highly-customized installation. Answering some of the questions can be\n"
+"difficult if you do not have a good knowledge of GNU/Linux, so do not\n"
+"choose this unless you know what you are doing."
msgstr ""
", \"\", "
" Mandrake Linux\n"
@@ -2928,10 +3278,10 @@ msgstr ""
" . ,\n"
" , ."
-#: ../../help.pm_.c:521
+#: ../../help.pm_.c:583
msgid ""
"Normally, DrakX selects the right keyboard for you (depending on the\n"
-"language you have chosen) and you will not even see this step. However, you\n"
+"language you have chosen) and you won't even see this step. However, you\n"
"might not have a keyboard that corresponds exactly to your language: for\n"
"example, if you are an English speaking Swiss person, you may still want\n"
"your keyboard to be a Swiss keyboard. Or if you speak English but are\n"
@@ -2943,7 +3293,7 @@ msgid ""
"supported keyboards."
msgstr ""
-#: ../../help.pm_.c:534
+#: ../../help.pm_.c:596
msgid ""
"Please choose your preferred language for installation and system usage.\n"
"\n"
@@ -2952,53 +3302,54 @@ msgid ""
"will install the language-specific files for system documentation and\n"
"applications. For example, if you will host users from Spain on your\n"
"machine, select English as the main language in the tree view and in the\n"
-"Advanced section click on the grey star corresponding to \"Spanish|Spain\".\n"
+"Advanced section click on the box corresponding to \"Spanish|Spain\".\n"
"\n"
"Note that multiple languages may be installed. Once you have selected any\n"
-"additional locales click the \"OK\" button to continue."
+"additional locales, click the \"OK\" button to continue."
msgstr ""
-#: ../../help.pm_.c:547
+#: ../../help.pm_.c:609
msgid ""
-"By default, DrakX assumes you have a two-button mouse and will set it up\n"
-"for third-button emulation. DrakX will automatically know whether it is a\n"
-"PS/2, serial or USB mouse.\n"
+"DrakX generally detects the number of buttons your mouse has. If not, it\n"
+"assumes you have a two-button mouse and will set it up for third-button\n"
+"emulation. DrakX will automatically know whether it is a PS/2, serial or\n"
+"USB mouse.\n"
"\n"
"If you wish to specify a different type of mouse select the appropriate\n"
-"type from the list provided.\n"
+"type from the provided list.\n"
"\n"
-"If you choose a mouse other than the default you will be presented with a\n"
-"mouse test screen. Use the buttons and wheel to verify that the settings\n"
-"are good. If the mouse is not working correctly press the space bar or\n"
-"RETURN to \"Cancel\" and choose again."
+"If you choose a mouse other than the default, a test screen will be\n"
+"displayed. Use the buttons and wheel to verify that the settings are\n"
+"correct. If the mouse is not working well, press the space bar or [Return]\n"
+"to \"Cancel\" and choose again."
msgstr ""
-#: ../../help.pm_.c:560
+#: ../../help.pm_.c:623
#, fuzzy
msgid ""
-"Please select the correct port. For example, the COM1 port under MS Windows\n"
-"is named ttyS0 under GNU/Linux."
+"Please select the correct port. For example, the \"COM1\" port under\n"
+"Windows is named \"ttyS0\" under GNU/Linux."
msgstr ""
" . , COM1\n"
" MS Windows ttyS0 GNU/Linux."
-#: ../../help.pm_.c:564
+#: ../../help.pm_.c:627
msgid ""
"This is the most crucial decision point for the security of your GNU/Linux\n"
"system: you have to enter the \"root\" password. \"root\" is the system\n"
"administrator and is the only one authorized to make updates, add users,\n"
"change the overall system configuration, and so on. In short, \"root\" can\n"
"do everything! That is why you must choose a password that is difficult to\n"
-"guess - DrakX will tell you if it is too easy. As you can see, you can\n"
-"choose not to enter a password, but we strongly advise you against this if\n"
-"only for one reason: do not think that because you booted GNU/Linux that\n"
-"your other operating systems are safe from mistakes. Since \"root\" can\n"
-"overcome all limitations and unintentionally erase all data on partitions\n"
-"by carelessly accessing the partitions themselves, it is important for it\n"
-"to be difficult to become \"root\".\n"
+"guess DrakX will tell you if it is too easy. As you can see, you can choose\n"
+"not to enter a password, but we strongly advise you against this if only\n"
+"for one reason: do not think that because you booted GNU/Linux that your\n"
+"other operating systems are safe from mistakes. Since \"root\" can overcome\n"
+"all limitations and unintentionally erase all data on partitions by\n"
+"carelessly accessing the partitions themselves, it is important for it to\n"
+"be difficult to become \"root\".\n"
"\n"
"The password should be a mixture of alphanumeric characters and at least 8\n"
-"characters long. Never write down the \"root\" password - it makes it too\n"
+"characters long. Never write down the \"root\" password it makes it too\n"
"easy to compromise a system.\n"
"\n"
"However, please do not make the password too long or complicated because\n"
@@ -3007,12 +3358,12 @@ msgid ""
"The password will not be displayed on screen as you type it in. Hence, you\n"
"will have to type the password twice to reduce the chance of a typing\n"
"error. If you do happen to make the same typing error twice, this\n"
-"\"incorrect\" password will have to be used the first time you connect.\n"
+"``incorrect'' password will have to be used the first time you connect.\n"
"\n"
-"In expert mode, you will be asked if you will be connecting to an\n"
+"In Expert mode, you will be asked if you will be connecting to an\n"
"authentication server, like NIS or LDAP.\n"
"\n"
-"If your network uses LDAP (or NIS) protocol for authentication, select\n"
+"If your network uses the LDAP (or NIS) protocol for authentication, select\n"
"\"LDAP\" (or \"NIS\") as authentication. If you do not know, ask your\n"
"network administrator.\n"
"\n"
@@ -3020,61 +3371,61 @@ msgid ""
"want to choose \"Local files\" for authentication."
msgstr ""
-#: ../../help.pm_.c:600
+#: ../../help.pm_.c:663
msgid ""
-"LILO and GRUB are boot loaders for GNU/Linux. This stage, normally, is\n"
-"totally automated. In fact, DrakX analyzes the disk boot sector and acts\n"
+"LILO and grub are GNU/Linux bootloaders. This stage, normally, is totally\n"
+"automated. In fact, DrakX analyzes the disk boot sector and acts\n"
"accordingly, depending on what it finds here:\n"
"\n"
-" * if Windows boot sector is found, it will replace it with a GRUB/LILO "
-"boot\n"
-"sector. Hence, you will be able to load either GNU/Linux or another OS;\n"
+" * if a Windows boot sector is found, it will replace it with a grub/LILO\n"
+"boot sector. Hence, you will be able to load either GNU/Linux or another\n"
+"OS;\n"
"\n"
-" * if a GRUB or LILO boot sector is found, it will replace it with a new\n"
-"one;\n"
+" * if a grub or LILO boot sector is found, it will replace it with a new\n"
+"one.\n"
"\n"
"If in doubt, DrakX will display a dialog with various options.\n"
"\n"
-" * \"Boot loader to use\": you have three choices:\n"
+" * \"Bootloader to use\": you have three choices:\n"
+"\n"
+" * \"GRUB\": if you prefer grub (text menu).\n"
"\n"
" * \"LILO with graphical menu\": if you prefer LILO with its graphical\n"
"interface.\n"
"\n"
-" * \"GRUB\": if you prefer GRUB (text menu).\n"
-"\n"
" * \"LILO with text menu\": if you prefer LILO with its text menu "
"interface.\n"
"\n"
" * \"Boot device\": in most cases, you will not change the default\n"
-"(\"/dev/hda\"), but if you prefer, the boot loader can be installed on the\n"
-"second hard drive (\"/dev/hdb\"), or even on a floppy disk (\"/dev/fd0\").\n"
+"(\"/dev/hda\"), but if you prefer, the bootloader can be installed on the\n"
+"second hard drive (\"/dev/hdb\"), or even on a floppy disk (\"/dev/fd0\");\n"
"\n"
" * \"Delay before booting the default image\": when rebooting the computer,\n"
-"this is the delay granted to the user to choose - in the boot loader menu,\n"
+"this is the delay granted to the user to choose in the bootloader menu,\n"
"another boot entry than the default one.\n"
"\n"
-"!! Beware that if you choose not to install a boot loader (by selecting\n"
+"!! Beware that if you choose not to install a bootloader (by selecting\n"
"\"Cancel\" here), you must ensure that you have a way to boot your Mandrake\n"
-"Linux system! Also be sure you know what you do before changing any of the\n"
+"Linux system! Also, be sure you know what you do before changing any of the\n"
"options. !!\n"
"\n"
"Clicking the \"Advanced\" button in this dialog will offer many advanced\n"
"options, which are reserved to the expert user.\n"
"\n"
-"Mandrake Linux installs its own boot loader, which will let you boot either\n"
-"GNU/Linux or any other operating systems which you have on your system.\n"
+"After you have configured the general bootloader parameters, the list of\n"
+"boot options which will be available at boot time will be displayed.\n"
"\n"
-"If there is another operating system installed on your machine, it will be\n"
-"automatically added to the boot menu. Here, you can choose to fine-tune the\n"
-"existing options. Double-clicking on an existing entry allows you to change\n"
-"its parameters or remove it; \"Add\" creates a new entry; and \"Done\" goes\n"
-"on to the next installation step."
+"If there is another operating system installed on your machine, it will\n"
+"automatically be added to the boot menu. Here, you can choose to fine-tune\n"
+"the existing options. Select an entry and click \"Modify\" to modify or\n"
+"remove it; \"Add\" creates a new entry; and \"Done\" goes on to the next\n"
+"installation step."
msgstr ""
-#: ../../help.pm_.c:647
+#: ../../help.pm_.c:711
#, fuzzy
msgid ""
-"LILO (the LInux LOader) and GRUB are boot loaders: they are able to boot\n"
+"LILO (the LInux LOader) and grub are bootloaders: they are able to boot\n"
"either GNU/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"
@@ -3100,7 +3451,7 @@ msgstr ""
"\n"
" !"
-#: ../../help.pm_.c:658
+#: ../../help.pm_.c:722
#, fuzzy
msgid ""
"You must indicate where you wish to place the information required to boot\n"
@@ -3116,65 +3467,65 @@ msgstr ""
" , , \n"
"\" (MBR)\"."
-#: ../../help.pm_.c:665
+#: ../../help.pm_.c:729
msgid ""
-"Here we select a printing system for your computer to use. Other OSes may\n"
-"offer you one, but Mandrake offers three.\n"
+"Here, we select a printing system for your computer. Other OSs may offer\n"
+"you one, but Mandrake Linux offers three.\n"
"\n"
-" * \"pdq\" - which means ``print, don't queue'', is the choice if you have "
-"a\n"
+" * \"pdq\" which means ``print, don't queue'', is the choice if you have a\n"
"direct connection to your printer and you want to be able to panic out of\n"
-"printer jams, and you do not have any networked printers. It will handle\n"
-"only very simple network cases and is somewhat slow for networks. Pick\n"
-"\"pdq\" if this is your maiden voyage to GNU/Linux. You can change your\n"
-"choices after install by running PrinterDrake from the Mandrake Control\n"
-"Center and clicking the expert button.\n"
-"\n"
-" * \"CUPS\" - ``Common Unix Printing System'' is excellent at printing to\n"
-"your local printer and also halfway round the planet. It is simple and can\n"
-"act like a server or a client for the ancient \"lpd\" printing system, so\n"
-"it is compatible with the systems that went before. It can do many tricks,\n"
-"but the basic setup is almost as easy as \"pdq\". If you need this to\n"
-"emulate an \"lpd\" server, you must turn on the \"cups-lpd\" daemon. It has\n"
+"printer jams, and you do not have networked printers. It will handle only\n"
+"very simple network cases and is somewhat slow for networks. Pick \"pdq\"\n"
+"if this is your maiden voyage to GNU/Linux. You can change your choices\n"
+"after installation by running PrinterDrake from the Mandrake Control Center\n"
+"and clicking the expert button.\n"
+"\n"
+" * \"CUPS\"``Common Unix Printing System'', is excellent at printing to "
+"your\n"
+"local printer and also halfway-around the planet. It is simple and can act\n"
+"as a server or a client for the ancient \"lpd\" printing system. Hence, it\n"
+"is compatible with the systems that went before. It can do many tricks, but\n"
+"the basic setup is almost as easy as \"pdq\". If you need this to emulate\n"
+"an \"lpd\" server, you must turn on the \"cups-lpd\" daemon. It has\n"
"graphical front-ends for printing or choosing printer options.\n"
"\n"
-" * \"lprNG\" - ``line printer daemon New Generation''. This system can do\n"
+" * \"lprNG\"``line printer daemon New Generation''. This system can do\n"
"approximately the same things the others can do, but it will print to\n"
-"printers mounted on a Novell Network, because it supports IPX protocol, and\n"
-"it can print directly to shell commands. If you have need of Novell or\n"
+"printers mounted on a Novell Network, because it supports the IPX protocol,\n"
+"and it can print directly to shell commands. If you have need of Novell or\n"
"printing to commands without using a separate pipe construct, use lprNG.\n"
"Otherwise, CUPS is preferable as it is simpler and better at working over\n"
"networks."
msgstr ""
-#: ../../help.pm_.c:693
+#: ../../help.pm_.c:757
#, fuzzy
msgid ""
-"DrakX is now detecting any IDE devices present in your computer. It will\n"
-"also scan for one or more PCI SCSI card(s) on your system. If a SCSI card\n"
-"is found DrakX will automatically install the appropriate driver.\n"
+"DrakX now detects any IDE device present in your computer. It will also\n"
+"scan for one or more PCI SCSI card(s) on your system. If a SCSI card is\n"
+"found, DrakX will automatically install the appropriate driver.\n"
"\n"
-"Because hardware detection will sometimes not detect a piece of hardware\n"
+"Because hardware detection does not always detect a piece of hardware,\n"
"DrakX will ask you to confirm if a PCI SCSI card is present. Click \"Yes\"\n"
"if you know that there is a SCSI card installed in your machine. You will\n"
"be presented a list of SCSI cards to choose from. Click \"No\" if you have\n"
-"no SCSI hardware. If you are unsure you can check the list of hardware\n"
+"no SCSI hardware. If you are unsure, you can check the list of hardware\n"
"detected in your machine by selecting \"See hardware info\" and clicking\n"
"\"OK\". Examine the list of hardware and then click on the \"OK\" button to\n"
"return to the SCSI interface question.\n"
"\n"
"If you have to manually specify your adapter, DrakX will ask if you want to\n"
"specify options for it. You should allow DrakX to probe the hardware for\n"
-"the card-specific options that the hardware needs to initialize. This\n"
+"the card-specific options which the hardware needs to initialize. This\n"
"usually works well.\n"
"\n"
-"If DrakX is not able to probe for the options that need to be passed, you\n"
-"will need to manually provide options to the driver. Please review the\n"
-"``User Guide'' (chapter 3, section \"Collecting information on your\n"
-"hardware\") for hints on retrieving the parameters required from hardware\n"
-"documentation, from the manufacturer's web site (if you have Internet\n"
-"access) or from Microsoft Windows (if you used this hardware with Windows\n"
-"on your system)."
+"If DrakX is not able to probe for the options which need to be passed, you\n"
+"will need to provide options to the driver manually. Please review the\n"
+"``User Guide'' (chapter 3, in the ``Collecting Information on Your\n"
+"Hardware'' section) for hints on retrieving the parameters required from\n"
+"hardware documentation, from the manufacturer's web site (if you have\n"
+"Internet access) or from MicrosoftWindows (if you used this hardware with\n"
+"Windows on your system)."
msgstr ""
"DrakX PCI SCSI (). DrakX\n"
" SCSI , "
@@ -3206,24 +3557,25 @@ msgstr ""
" Microsoft Windows\n"
"( )."
-#: ../../help.pm_.c:720
+#: ../../help.pm_.c:784
#, fuzzy
msgid ""
"You can add additional entries for yaboot, either for other operating\n"
"systems, alternate kernels, or for an emergency boot image.\n"
"\n"
-"For other OS's, the entry consists only of a label and the root partition.\n"
+"For other OSs, the entry consists only of a label and the \"root\"\n"
+"partition.\n"
"\n"
"For Linux, there are a few possible options:\n"
"\n"
" * Label: this is simply the name you will have to type at the yaboot "
"prompt\n"
-"to select this boot option.\n"
+"to select this boot option;\n"
"\n"
" * Image: this would be the name of the kernel to boot. Typically, vmlinux\n"
-"or a variation of vmlinux with an extension.\n"
+"or a variation of vmlinux with an extension;\n"
"\n"
-" * Root: the \"root\" device or \"/\" for your Linux installation.\n"
+" * Root: the \"root\" device or ``/'' for your Linux installation;\n"
"\n"
" * Append: on Apple hardware, the kernel append option is used quite often\n"
"to assist in initializing video hardware, or to enable keyboard mouse\n"
@@ -3237,22 +3589,22 @@ msgid ""
"\n"
" * Initrd: this option can be used either to load initial modules, before\n"
"the boot device is available, or to load a ramdisk image for an emergency\n"
-"boot situation.\n"
+"boot situation;\n"
"\n"
" * Initrd-size: the default ramdisk size is generally 4,096 bytes. If you\n"
-"need to allocate a large ramdisk, this option can be used.\n"
+"need to allocate a large ramdisk, this option can be used;\n"
"\n"
" * Read-write: normally the \"root\" partition is initially brought up in\n"
-"read-only, to allow a file system check before the system becomes \"live\".\n"
-"Here, you can override this option.\n"
+"read-only, to allow a file system check before the system becomes ``live''.\n"
+"Here, you can override this option;\n"
"\n"
" * NoVideo: should the Apple video hardware prove to be exceptionally\n"
-"problematic, you can select this option to boot in \"novideo\" mode, with\n"
-"native frame buffer support.\n"
+"problematic, you can select this option to boot in ``novideo'' mode, with\n"
+"native frame buffer support;\n"
"\n"
" * Default: selects this entry as being the default Linux selection,\n"
"selectable by just pressing ENTER at the yaboot prompt. This entry will\n"
-"also be highlighted with a \"*\", if you press [Tab] to see the boot\n"
+"also be highlighted with a ``*'', if you press [Tab] to see the boot\n"
"selections."
msgstr ""
" yaboot, "
@@ -3323,39 +3675,37 @@ msgstr ""
" '*', \n"
"TAB ."
-#: ../../help.pm_.c:765
+#: ../../help.pm_.c:830
#, fuzzy
msgid ""
-"Yaboot is a boot loader for NewWorld MacIntosh hardware. It is able to boot\n"
+"Yaboot is a bootloader for NewWorld MacIntosh hardware. It is able to boot\n"
"either GNU/Linux, MacOS or MacOSX if present on your computer. Normally,\n"
"these other operating systems are correctly detected and installed. If this\n"
-"is not the case, you can add an entry by hand in this screen. Be careful as\n"
-"to choose the correct parameters.\n"
+"is not the case, you can add an entry by hand in this screen. Be careful to\n"
+"choose the correct parameters.\n"
"\n"
"Yaboot's main options are:\n"
"\n"
-" * Init Message: a simple text message that is displayed before the boot\n"
-"prompt.\n"
+" * Init Message: a simple text message displayed before the boot prompt;\n"
"\n"
-" * Boot Device: indicate where you want to place the information required "
-"to\n"
-"boot to GNU/Linux. Generally, you setup a bootstrap partition earlier to\n"
-"hold this information.\n"
+" * Boot Device: indicates where you want to place the information required\n"
+"to boot to GNU/Linux. Generally, you set up a bootstrap partition earlier\n"
+"to hold this information;\n"
"\n"
" * Open Firmware Delay: unlike LILO, there are two delays available with\n"
"yaboot. The first delay is measured in seconds and at this point, you can\n"
-"choose between CD, OF boot, MacOS or Linux.\n"
+"choose between CD, OF boot, MacOS or Linux;\n"
"\n"
" * Kernel Boot Timeout: this timeout is similar to the LILO boot delay.\n"
"After selecting Linux, you will have this delay in 0.1 second before your\n"
-"default kernel description is selected.\n"
+"default kernel description is selected;\n"
"\n"
-" * Enable CD Boot?: checking this option allows you to choose \"C\" for CD\n"
-"at the first boot prompt.\n"
+" * Enable CD Boot?: checking this option allows you to choose ``C'' for CD\n"
+"at the first boot prompt;\n"
"\n"
-" * Enable OF Boot?: checking this option allows you to choose \"N\" for "
+" * Enable OF Boot?: checking this option allows you to choose ``N'' for "
"Open\n"
-"Firmware at the first boot prompt.\n"
+"Firmware at the first boot prompt;\n"
"\n"
" * Default OS: you can select which OS will boot by default when the Open\n"
"Firmware Delay expires."
@@ -3410,51 +3760,51 @@ msgstr ""
" \n"
"Firmware."
-#: ../../help.pm_.c:798
+#: ../../help.pm_.c:862
msgid ""
"Here are presented various parameters concerning your machine. Depending on\n"
-"your installed hardware, you may - or not, see the following entries:\n"
+"your installed hardware, you may or not, see the following entries:\n"
"\n"
-" * \"Mouse\": mouse check the current mouse configuration and click on the\n"
-"button to change it if necessary.\n"
+" * \"Mouse\": check the current mouse configuration and click on the button\n"
+"to change it if necessary;\n"
"\n"
-" * \"Keyboard\": keyboard check the current keyboard map configuration and\n"
-"click on the button to change that if necessary.\n"
+" * \"Keyboard\": check the current keyboard map configuration and click on\n"
+"the button to change that if necessary;\n"
"\n"
-" * \"Timezone\": time zoneDrakX, by default, guesses your time zone from "
-"the\n"
-"language you have chosen. But here again, as for the choice of a keyboard,\n"
-"you may not be in the country for which the chosen language should\n"
-"correspond. Hence, you may need to click on the \"Timezone\" button in\n"
-"order to configure the clock according to the time zone you are in.\n"
+" * \"Timezone\": DrakX, by default, guesses your time zone from the "
+"language\n"
+"you have chosen. But here again, as for the choice of a keyboard, you may\n"
+"not be in the country for which the chosen language should correspond.\n"
+"Hence, you may need to click on the \"Timezone\" button in order to\n"
+"configure the clock according to the time zone you are in;\n"
"\n"
" * \"Printer\": clicking on the \"No Printer\" button will open the printer\n"
-"configuration wizard.\n"
+"configuration wizard;\n"
"\n"
" * \"Sound card\": if a sound card is detected on your system, it is\n"
-"displayed here. No modification possible at installation time.\n"
+"displayed here. No modification possible at installation time;\n"
"\n"
" * \"TV card\": if a TV card is detected on your system, it is displayed\n"
-"here. No modification possible at installation time.\n"
+"here. No modification possible at installation time;\n"
"\n"
" * \"ISDN card\": if an ISDN card is detected on your system, it is\n"
"displayed here. You can click on the button to change the parameters\n"
-"associated to it."
+"associated with it."
msgstr ""
-#: ../../help.pm_.c:827
+#: ../../help.pm_.c:891
#, fuzzy
msgid ""
-"Choose the hard drive you want to erase to install your new Mandrake Linux\n"
-"partition. Be careful, all data present on it will be lost and will not be\n"
-"recoverable!"
+"Choose the hard drive you want to erase in order to install your new\n"
+"Mandrake Linux partition. Be careful, all data present on it will be lost\n"
+"and will not be recoverable!"
msgstr ""
" , \n"
" Mandrake Linux. , "
" \n"
"."
-#: ../../help.pm_.c:832
+#: ../../help.pm_.c:896
#, fuzzy
msgid ""
"Click on \"OK\" if you want to delete all data and partitions present on\n"
@@ -3477,13 +3827,20 @@ msgstr ""
" \n"
" ."
-#: ../../install2.pm_.c:114
+#: ../../install2.pm_.c:113
#, c-format
msgid ""
-"Can't access kernel modules corresponding to your kernel (file %s is missing)"
+"Can't access kernel modules corresponding to your kernel (file %s is "
+"missing), this generally means your boot floppy in not in sync with the "
+"Installation medium (please create a newer boot floppy)"
+msgstr ""
+
+#: ../../install2.pm_.c:169
+#, c-format
+msgid "You must also format %s"
msgstr ""
-#: ../../install_any.pm_.c:421
+#: ../../install_any.pm_.c:411
#, c-format
msgid ""
"You have selected the following server(s): %s\n"
@@ -3509,7 +3866,7 @@ msgstr ""
"\n"
" , ?\n"
-#: ../../install_any.pm_.c:457
+#: ../../install_any.pm_.c:447
msgid "Can't use broadcast with no NIS domain"
msgstr " broadcast NIS "
@@ -3530,20 +3887,11 @@ msgstr ""
" , "
", ``linux defcfg=floppy''"
-#: ../../install_any.pm_.c:831 ../../partition_table.pm_.c:737
+#: ../../install_any.pm_.c:831 ../../partition_table.pm_.c:763
#, c-format
msgid "Error reading file %s"
msgstr " %s"
-#: ../../install_gtk.pm_.c:84 ../../install_steps_gtk.pm_.c:325
-#: ../../interactive.pm_.c:107 ../../interactive.pm_.c:122
-#: ../../interactive.pm_.c:286 ../../interactive.pm_.c:308
-#: ../../interactive_http.pm_.c:104 ../../interactive_newt.pm_.c:170
-#: ../../interactive_stdio.pm_.c:27 ../../my_gtk.pm_.c:415
-#: ../../my_gtk.pm_.c:716 ../../my_gtk.pm_.c:738
-msgid "Ok"
-msgstr ""
-
#: ../../install_interactive.pm_.c:23
#, c-format
msgid ""
@@ -3554,7 +3902,7 @@ msgstr ""
".\n"
" : %s"
-#: ../../install_interactive.pm_.c:44
+#: ../../install_interactive.pm_.c:58
msgid ""
"You must have a root partition.\n"
"For this, create a partition (or click on an existing one).\n"
@@ -3564,11 +3912,11 @@ msgstr ""
" ( ).\n"
" `` '' `/'"
-#: ../../install_interactive.pm_.c:49 ../../install_steps_graphical.pm_.c:259
+#: ../../install_interactive.pm_.c:63
msgid "You must have a swap partition"
msgstr " swap"
-#: ../../install_interactive.pm_.c:50 ../../install_steps_graphical.pm_.c:261
+#: ../../install_interactive.pm_.c:64
msgid ""
"You don't have a swap partition\n"
"\n"
@@ -3578,60 +3926,60 @@ msgstr ""
"\n"
"- ?"
-#: ../../install_interactive.pm_.c:53 ../../install_steps.pm_.c:165
+#: ../../install_interactive.pm_.c:67 ../../install_steps.pm_.c:163
#, fuzzy
msgid "You must have a FAT partition mounted in /boot/efi"
msgstr " swap"
-#: ../../install_interactive.pm_.c:76
+#: ../../install_interactive.pm_.c:90
msgid "Use free space"
msgstr " "
-#: ../../install_interactive.pm_.c:78
+#: ../../install_interactive.pm_.c:92
msgid "Not enough free space to allocate new partitions"
msgstr " "
-#: ../../install_interactive.pm_.c:86
+#: ../../install_interactive.pm_.c:100
msgid "Use existing partition"
msgstr " "
-#: ../../install_interactive.pm_.c:88
+#: ../../install_interactive.pm_.c:102
msgid "There is no existing partition to use"
msgstr " "
-#: ../../install_interactive.pm_.c:95
+#: ../../install_interactive.pm_.c:109
msgid "Use the Windows partition for loopback"
msgstr " Windows loopback"
-#: ../../install_interactive.pm_.c:98
+#: ../../install_interactive.pm_.c:112
msgid "Which partition do you want to use for Linux4Win?"
msgstr " Linux4Win?"
-#: ../../install_interactive.pm_.c:100
+#: ../../install_interactive.pm_.c:114
msgid "Choose the sizes"
msgstr " "
-#: ../../install_interactive.pm_.c:101
+#: ../../install_interactive.pm_.c:115
msgid "Root partition size in MB: "
msgstr " MB: "
-#: ../../install_interactive.pm_.c:102
+#: ../../install_interactive.pm_.c:116
msgid "Swap partition size in MB: "
msgstr " swap MB: "
-#: ../../install_interactive.pm_.c:111
+#: ../../install_interactive.pm_.c:125
msgid "Use the free space on the Windows partition"
msgstr " Windows"
-#: ../../install_interactive.pm_.c:114
+#: ../../install_interactive.pm_.c:128
msgid "Which partition do you want to resize?"
msgstr " ?"
-#: ../../install_interactive.pm_.c:116
+#: ../../install_interactive.pm_.c:130
msgid "Computing Windows filesystem bounds"
msgstr " Windows"
-#: ../../install_interactive.pm_.c:119
+#: ../../install_interactive.pm_.c:133
#, c-format
msgid ""
"The FAT resizer is unable to handle your partition, \n"
@@ -3640,19 +3988,21 @@ msgstr ""
" FAT , \n"
" : %s"
-#: ../../install_interactive.pm_.c:122
+#: ../../install_interactive.pm_.c:136
msgid "Your Windows partition is too fragmented, please run ``defrag'' first"
msgstr ""
" Windows , ``defrag'' "
-#: ../../install_interactive.pm_.c:123
+#: ../../install_interactive.pm_.c:137
+#, fuzzy
msgid ""
"WARNING!\n"
"\n"
-"DrakX will now resize your Windows partition. Be careful: this operation is\n"
-"dangerous. If you have not already done so, you should first exit the\n"
-"installation, run scandisk under Windows (and optionally run defrag), then\n"
-"restart the installation. You should also backup your data.\n"
+"DrakX will now resize your Windows partition. Be careful:\n"
+"this operation is dangerous. If you have not already done\n"
+"so, you should first exit the installation, run scandisk\n"
+"under Windows (and optionally run defrag), then restart the\n"
+"installation. You should also backup your data.\n"
"When sure, press Ok."
msgstr ""
"!\n"
@@ -3664,21 +4014,21 @@ msgstr ""
" .\n"
" , Ok."
-#: ../../install_interactive.pm_.c:132
+#: ../../install_interactive.pm_.c:147
msgid "Which size do you want to keep for windows on"
msgstr " windows"
-#: ../../install_interactive.pm_.c:133
+#: ../../install_interactive.pm_.c:148
#, c-format
msgid "partition %s"
msgstr " %s"
-#: ../../install_interactive.pm_.c:139
+#: ../../install_interactive.pm_.c:155
#, c-format
msgid "FAT resizing failed: %s"
msgstr " FAT : %s"
-#: ../../install_interactive.pm_.c:154
+#: ../../install_interactive.pm_.c:170
msgid ""
"There is no FAT partitions to resize or to use as loopback (or not enough "
"space left)"
@@ -3686,33 +4036,33 @@ msgstr ""
" FAT loopback ( "
" )"
-#: ../../install_interactive.pm_.c:160
+#: ../../install_interactive.pm_.c:176
msgid "Erase entire disk"
msgstr " "
-#: ../../install_interactive.pm_.c:160
+#: ../../install_interactive.pm_.c:176
msgid "Remove Windows(TM)"
msgstr " Windows(TM)"
-#: ../../install_interactive.pm_.c:163
+#: ../../install_interactive.pm_.c:179
msgid "You have more than one hard drive, which one do you install linux on?"
msgstr ""
" . Linux?"
-#: ../../install_interactive.pm_.c:166
+#: ../../install_interactive.pm_.c:182
#, c-format
msgid "ALL existing partitions and their data will be lost on drive %s"
msgstr " %s"
-#: ../../install_interactive.pm_.c:174
+#: ../../install_interactive.pm_.c:190
msgid "Custom disk partitioning"
msgstr " "
-#: ../../install_interactive.pm_.c:178
+#: ../../install_interactive.pm_.c:194
msgid "Use fdisk"
msgstr " fdisk"
-#: ../../install_interactive.pm_.c:181
+#: ../../install_interactive.pm_.c:197
#, c-format
msgid ""
"You can now partition %s.\n"
@@ -3721,32 +4071,32 @@ msgstr ""
" %s.\n"
" `w'"
-#: ../../install_interactive.pm_.c:210
+#: ../../install_interactive.pm_.c:226
msgid "You don't have enough free space on your Windows partition"
msgstr " Windows"
-#: ../../install_interactive.pm_.c:226
+#: ../../install_interactive.pm_.c:242
msgid "I can't find any room for installing"
msgstr " "
-#: ../../install_interactive.pm_.c:230
+#: ../../install_interactive.pm_.c:246
msgid "The DrakX Partitioning wizard found the following solutions:"
msgstr " DrakX :"
-#: ../../install_interactive.pm_.c:235
+#: ../../install_interactive.pm_.c:251
#, c-format
msgid "Partitioning failed: %s"
msgstr " : %s"
-#: ../../install_interactive.pm_.c:241
+#: ../../install_interactive.pm_.c:261
msgid "Bringing up the network"
msgstr " "
-#: ../../install_interactive.pm_.c:246
+#: ../../install_interactive.pm_.c:266
msgid "Bringing down the network"
msgstr " "
-#: ../../install_steps.pm_.c:73
+#: ../../install_steps.pm_.c:76
msgid ""
"An error occurred, but I don't know how to handle it nicely.\n"
"Continue at your own risk."
@@ -3754,12 +4104,12 @@ msgstr ""
" , , .\n"
" ."
-#: ../../install_steps.pm_.c:207
+#: ../../install_steps.pm_.c:205
#, c-format
msgid "Duplicate mount point %s"
msgstr " %s"
-#: ../../install_steps.pm_.c:384
+#: ../../install_steps.pm_.c:388
msgid ""
"Some important packages didn't get installed properly.\n"
"Either your cdrom drive or your cdrom is defective.\n"
@@ -3771,93 +4121,21 @@ msgstr ""
" cdrom \"rpm -qpl Mandrake/"
"RPMS/*.rpm\"\n"
-#: ../../install_steps.pm_.c:459
+#: ../../install_steps.pm_.c:458
#, c-format
msgid "Welcome to %s"
msgstr " %s"
-#: ../../install_steps.pm_.c:506 ../../install_steps.pm_.c:709
+#: ../../install_steps.pm_.c:513 ../../install_steps.pm_.c:755
msgid "No floppy drive available"
msgstr " "
-#: ../../install_steps_auto_install.pm_.c:77
-#: ../../install_steps_stdio.pm_.c:23
+#: ../../install_steps_auto_install.pm_.c:76
+#: ../../install_steps_stdio.pm_.c:22
#, c-format
msgid "Entering step `%s'\n"
msgstr " `%s'\n"
-#: ../../install_steps_graphical.pm_.c:287
-msgid "Choose the size you want to install"
-msgstr " "
-
-#: ../../install_steps_graphical.pm_.c:334
-msgid "Total size: "
-msgstr " : "
-
-#: ../../install_steps_graphical.pm_.c:346 ../../install_steps_gtk.pm_.c:387
-#, c-format
-msgid "Version: %s\n"
-msgstr ": %s\n"
-
-#: ../../install_steps_graphical.pm_.c:347 ../../install_steps_gtk.pm_.c:388
-#, c-format
-msgid "Size: %d KB\n"
-msgstr ": %d KB\n"
-
-#: ../../install_steps_graphical.pm_.c:462 ../../install_steps_gtk.pm_.c:481
-#: ../../install_steps_interactive.pm_.c:509
-msgid "Choose the packages you want to install"
-msgstr " "
-
-#: ../../install_steps_graphical.pm_.c:465 ../../interactive_gtk.pm_.c:571
-msgid "Info"
-msgstr ""
-
-#: ../../install_steps_graphical.pm_.c:473 ../../install_steps_gtk.pm_.c:457
-#: ../../install_steps_interactive.pm_.c:212
-msgid "Install"
-msgstr ""
-
-#: ../../install_steps_graphical.pm_.c:492 ../../install_steps_gtk.pm_.c:497
-#: ../../install_steps_interactive.pm_.c:695
-msgid "Installing"
-msgstr " "
-
-#: ../../install_steps_graphical.pm_.c:499
-msgid "Please wait, "
-msgstr ", , "
-
-#: ../../install_steps_graphical.pm_.c:501 ../../install_steps_gtk.pm_.c:510
-msgid "Time remaining "
-msgstr " "
-
-#: ../../install_steps_graphical.pm_.c:502
-msgid "Total time "
-msgstr " "
-
-#: ../../install_steps_graphical.pm_.c:507
-#: ../../install_steps_interactive.pm_.c:695
-msgid "Preparing installation"
-msgstr " "
-
-#: ../../install_steps_graphical.pm_.c:528 ../../install_steps_gtk.pm_.c:558
-#, c-format
-msgid "Installing package %s"
-msgstr " %s"
-
-#: ../../install_steps_graphical.pm_.c:553 ../../install_steps_gtk.pm_.c:642
-#: ../../install_steps_gtk.pm_.c:646
-msgid "Go on anyway?"
-msgstr " ?"
-
-#: ../../install_steps_graphical.pm_.c:553 ../../install_steps_gtk.pm_.c:642
-msgid "There was an error ordering packages:"
-msgstr " :"
-
-#: ../../install_steps_graphical.pm_.c:577
-msgid "Use existing configuration for X11?"
-msgstr " X11?"
-
#: ../../install_steps_gtk.pm_.c:148
msgid ""
"Your system is low on resource. You may have some problem installing\n"
@@ -3870,12 +4148,13 @@ msgstr ""
"\n"
" `F1' CDROM, `text'."
-#: ../../install_steps_gtk.pm_.c:159 ../../install_steps_interactive.pm_.c:187
+#: ../../install_steps_gtk.pm_.c:159 ../../install_steps_interactive.pm_.c:224
msgid "Install Class"
msgstr " "
#: ../../install_steps_gtk.pm_.c:162
-msgid "Please, choose one of the following classes of installation:"
+#, fuzzy
+msgid "Please choose one of the following classes of installation:"
msgstr ", :"
#: ../../install_steps_gtk.pm_.c:228
@@ -3924,60 +4203,70 @@ msgstr " ."
msgid "Percentage of packages to install"
msgstr " "
-#: ../../install_steps_gtk.pm_.c:291 ../../install_steps_interactive.pm_.c:619
+#: ../../install_steps_gtk.pm_.c:291 ../../install_steps_interactive.pm_.c:705
msgid "Package Group Selection"
msgstr " "
-#: ../../install_steps_gtk.pm_.c:320 ../../install_steps_interactive.pm_.c:634
+#: ../../install_steps_gtk.pm_.c:323 ../../install_steps_interactive.pm_.c:720
msgid "Individual package selection"
msgstr " "
-#: ../../install_steps_gtk.pm_.c:343 ../../install_steps_interactive.pm_.c:598
+#: ../../install_steps_gtk.pm_.c:346 ../../install_steps_interactive.pm_.c:645
#, c-format
msgid "Total size: %d / %d MB"
msgstr " : %d / %d MB"
-#: ../../install_steps_gtk.pm_.c:385
+#: ../../install_steps_gtk.pm_.c:391
msgid "Bad package"
msgstr " "
-#: ../../install_steps_gtk.pm_.c:386
+#: ../../install_steps_gtk.pm_.c:392
#, c-format
msgid "Name: %s\n"
msgstr ": %s\n"
-#: ../../install_steps_gtk.pm_.c:389
+#: ../../install_steps_gtk.pm_.c:393
+#, c-format
+msgid "Version: %s\n"
+msgstr ": %s\n"
+
+#: ../../install_steps_gtk.pm_.c:394
+#, c-format
+msgid "Size: %d KB\n"
+msgstr ": %d KB\n"
+
+#: ../../install_steps_gtk.pm_.c:395
#, c-format
msgid "Importance: %s\n"
msgstr ": %s\n"
-#: ../../install_steps_gtk.pm_.c:411
+#: ../../install_steps_gtk.pm_.c:417
msgid ""
"You can't select this package as there is not enough space left to install it"
msgstr ""
" , "
-#: ../../install_steps_gtk.pm_.c:416
+#: ../../install_steps_gtk.pm_.c:422
msgid "The following packages are going to be installed"
msgstr " "
-#: ../../install_steps_gtk.pm_.c:417
+#: ../../install_steps_gtk.pm_.c:423
msgid "The following packages are going to be removed"
msgstr " "
-#: ../../install_steps_gtk.pm_.c:429
+#: ../../install_steps_gtk.pm_.c:435
msgid "You can't select/unselect this package"
msgstr " / "
-#: ../../install_steps_gtk.pm_.c:441
+#: ../../install_steps_gtk.pm_.c:447
msgid "This is a mandatory package, it can't be unselected"
msgstr " , "
-#: ../../install_steps_gtk.pm_.c:443
+#: ../../install_steps_gtk.pm_.c:449
msgid "You can't unselect this package. It is already installed"
msgstr " , ."
-#: ../../install_steps_gtk.pm_.c:447
+#: ../../install_steps_gtk.pm_.c:453
msgid ""
"This package must be upgraded\n"
"Are you sure you want to deselect it?"
@@ -3985,43 +4274,105 @@ msgstr ""
" \n"
" , ?"
-#: ../../install_steps_gtk.pm_.c:451
+#: ../../install_steps_gtk.pm_.c:457
msgid "You can't unselect this package. It must be upgraded"
msgstr " . "
-#: ../../install_steps_gtk.pm_.c:456
+#: ../../install_steps_gtk.pm_.c:462
msgid "Show automatically selected packages"
msgstr " "
-#: ../../install_steps_gtk.pm_.c:460
+#: ../../install_steps_gtk.pm_.c:463 ../../install_steps_interactive.pm_.c:246
+#: ../../install_steps_interactive.pm_.c:250
+msgid "Install"
+msgstr ""
+
+#: ../../install_steps_gtk.pm_.c:466
#, fuzzy
msgid "Load/Save on floppy"
msgstr " "
-#: ../../install_steps_gtk.pm_.c:461
+#: ../../install_steps_gtk.pm_.c:467
#, fuzzy
msgid "Updating package selection"
msgstr " "
-#: ../../install_steps_gtk.pm_.c:466
+#: ../../install_steps_gtk.pm_.c:472
#, fuzzy
msgid "Minimal install"
msgstr " "
-#: ../../install_steps_gtk.pm_.c:503
+#: ../../install_steps_gtk.pm_.c:487 ../../install_steps_interactive.pm_.c:555
+msgid "Choose the packages you want to install"
+msgstr " "
+
+#: ../../install_steps_gtk.pm_.c:503 ../../install_steps_interactive.pm_.c:787
+msgid "Installing"
+msgstr " "
+
+#: ../../install_steps_gtk.pm_.c:509
msgid "Estimating"
msgstr ""
-#: ../../install_steps_gtk.pm_.c:522
+#: ../../install_steps_gtk.pm_.c:516
+msgid "Time remaining "
+msgstr " "
+
+#: ../../install_steps_gtk.pm_.c:528
msgid "Please wait, preparing installation"
msgstr ", , "
-#: ../../install_steps_gtk.pm_.c:553
+#: ../../install_steps_gtk.pm_.c:611
#, c-format
msgid "%d packages"
msgstr "%d "
-#: ../../install_steps_gtk.pm_.c:599
+#: ../../install_steps_gtk.pm_.c:616
+#, c-format
+msgid "Installing package %s"
+msgstr " %s"
+
+#: ../../install_steps_gtk.pm_.c:657 ../../install_steps_interactive.pm_.c:185
+#: ../../install_steps_interactive.pm_.c:811
+#: ../../standalone/drakautoinst_.c:203
+msgid "Accept"
+msgstr ""
+
+#: ../../install_steps_gtk.pm_.c:657 ../../install_steps_interactive.pm_.c:185
+#: ../../install_steps_interactive.pm_.c:811
+msgid "Refuse"
+msgstr ""
+
+#: ../../install_steps_gtk.pm_.c:658 ../../install_steps_interactive.pm_.c:812
+#, 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 ""
+" Cd-Rom!\n"
+"\n"
+" Cd-Rom \"%s\" Ok.\n"
+" , (Cancel), "
+" ."
+
+#: ../../install_steps_gtk.pm_.c:672 ../../install_steps_gtk.pm_.c:676
+#: ../../install_steps_interactive.pm_.c:824
+#: ../../install_steps_interactive.pm_.c:828
+msgid "Go on anyway?"
+msgstr " ?"
+
+#: ../../install_steps_gtk.pm_.c:672 ../../install_steps_interactive.pm_.c:824
+msgid "There was an error ordering packages:"
+msgstr " :"
+
+#: ../../install_steps_gtk.pm_.c:676 ../../install_steps_interactive.pm_.c:828
+msgid "There was an error installing packages:"
+msgstr " :"
+
+#: ../../install_steps_interactive.pm_.c:10
msgid ""
"\n"
"Warning\n"
@@ -4081,42 +4432,20 @@ msgstr ""
"respective authors and are protected by intellectual property and \n"
"copyright laws applicable to software programs.\n"
-#: ../../install_steps_gtk.pm_.c:627 ../../install_steps_interactive.pm_.c:148
-msgid "Accept"
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:627 ../../install_steps_interactive.pm_.c:148
-msgid "Refuse"
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:628
-#, 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 ""
-" Cd-Rom!\n"
-"\n"
-" Cd-Rom \"%s\" Ok.\n"
-" , (Cancel), "
-" ."
-
-#: ../../install_steps_gtk.pm_.c:646
-msgid "There was an error installing packages:"
-msgstr " :"
-
-#: ../../install_steps_interactive.pm_.c:37
+#: ../../install_steps_interactive.pm_.c:67
msgid "An error occurred"
msgstr " "
-#: ../../install_steps_interactive.pm_.c:71
+#: ../../install_steps_interactive.pm_.c:85
+#, fuzzy
+msgid "Do you really want to leave the installation?"
+msgstr " "
+
+#: ../../install_steps_interactive.pm_.c:108
msgid "License agreement"
msgstr " "
-#: ../../install_steps_interactive.pm_.c:72
+#: ../../install_steps_interactive.pm_.c:109
msgid ""
"Introduction\n"
"\n"
@@ -4353,99 +4682,108 @@ msgstr ""
"Paris - France.\n"
"For any question on this document, please contact MandrakeSoft S.A. \n"
-#: ../../install_steps_interactive.pm_.c:168
-#: ../../install_steps_interactive.pm_.c:871
+#: ../../install_steps_interactive.pm_.c:205
+#: ../../install_steps_interactive.pm_.c:1045
#: ../../standalone/keyboarddrake_.c:28
msgid "Keyboard"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:169
-#: ../../standalone/keyboarddrake_.c:29
-msgid "Please, choose your keyboard layout."
+#: ../../install_steps_interactive.pm_.c:206
+#, fuzzy
+msgid "Please choose your keyboard layout."
msgstr ", "
-#: ../../install_steps_interactive.pm_.c:170
+#: ../../install_steps_interactive.pm_.c:207
msgid "Here is the full list of keyboards available"
msgstr " "
-#: ../../install_steps_interactive.pm_.c:187
+#: ../../install_steps_interactive.pm_.c:224
msgid "Which installation class do you want?"
msgstr " ?"
-#: ../../install_steps_interactive.pm_.c:189
+#: ../../install_steps_interactive.pm_.c:226
msgid "Install/Update"
msgstr "/"
-#: ../../install_steps_interactive.pm_.c:189
+#: ../../install_steps_interactive.pm_.c:226
msgid "Is this an install or an update?"
msgstr " ?"
-#: ../../install_steps_interactive.pm_.c:198
+#: ../../install_steps_interactive.pm_.c:235
msgid "Recommended"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:201
-#: ../../install_steps_interactive.pm_.c:204
+#: ../../install_steps_interactive.pm_.c:238
+#: ../../install_steps_interactive.pm_.c:241
msgid "Expert"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:212
-msgid "Update"
+#: ../../install_steps_interactive.pm_.c:246
+#: ../../install_steps_interactive.pm_.c:250
+#, fuzzy
+msgid "Upgrade"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:224 ../../standalone/mousedrake_.c:48
-msgid "Please, choose the type of your mouse."
+#: ../../install_steps_interactive.pm_.c:246
+#: ../../install_steps_interactive.pm_.c:250
+#, fuzzy
+msgid "Upgrade packages only"
+msgstr " "
+
+#: ../../install_steps_interactive.pm_.c:266
+#, fuzzy
+msgid "Please choose the type of your mouse."
msgstr ", "
-#: ../../install_steps_interactive.pm_.c:230 ../../standalone/mousedrake_.c:64
+#: ../../install_steps_interactive.pm_.c:272 ../../standalone/mousedrake_.c:65
msgid "Mouse Port"
msgstr " "
-#: ../../install_steps_interactive.pm_.c:231 ../../standalone/mousedrake_.c:65
+#: ../../install_steps_interactive.pm_.c:273 ../../standalone/mousedrake_.c:66
msgid "Please choose on which serial port your mouse is connected to."
msgstr ", ."
-#: ../../install_steps_interactive.pm_.c:239
+#: ../../install_steps_interactive.pm_.c:281
msgid "Buttons emulation"
msgstr " "
-#: ../../install_steps_interactive.pm_.c:241
+#: ../../install_steps_interactive.pm_.c:283
msgid "Button 2 Emulation"
msgstr " 2 "
-#: ../../install_steps_interactive.pm_.c:242
+#: ../../install_steps_interactive.pm_.c:284
msgid "Button 3 Emulation"
msgstr " 3 "
-#: ../../install_steps_interactive.pm_.c:261
+#: ../../install_steps_interactive.pm_.c:305
msgid "Configuring PCMCIA cards..."
msgstr " PCMCIA ..."
-#: ../../install_steps_interactive.pm_.c:261
+#: ../../install_steps_interactive.pm_.c:305
msgid "PCMCIA"
msgstr "PCMCIA"
-#: ../../install_steps_interactive.pm_.c:266
+#: ../../install_steps_interactive.pm_.c:312
msgid "Configuring IDE"
msgstr " IDE"
-#: ../../install_steps_interactive.pm_.c:266
+#: ../../install_steps_interactive.pm_.c:312
msgid "IDE"
msgstr "IDE"
-#: ../../install_steps_interactive.pm_.c:281
+#: ../../install_steps_interactive.pm_.c:327
msgid "no available partitions"
msgstr " "
-#: ../../install_steps_interactive.pm_.c:284
+#: ../../install_steps_interactive.pm_.c:330
msgid "Scanning partitions to find mount points"
msgstr " - "
-#: ../../install_steps_interactive.pm_.c:292
+#: ../../install_steps_interactive.pm_.c:338
msgid "Choose the mount points"
msgstr " "
-#: ../../install_steps_interactive.pm_.c:311
+#: ../../install_steps_interactive.pm_.c:357
#, c-format
msgid ""
"I can't read your partition table, it's too corrupted for me :(\n"
@@ -4462,7 +4800,7 @@ msgstr ""
"\n"
" ?\n"
-#: ../../install_steps_interactive.pm_.c:324
+#: ../../install_steps_interactive.pm_.c:370
msgid ""
"DiskDrake failed to read correctly the partition table.\n"
"Continue at your own risk!"
@@ -4470,61 +4808,61 @@ msgstr ""
"DiskDrake .\n"
" !"
-#: ../../install_steps_interactive.pm_.c:340
+#: ../../install_steps_interactive.pm_.c:386
msgid ""
"No free space for 1MB bootstrap! Install will continue, but to boot your "
"system, you'll need to create the bootstrap partition in DiskDrake"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:349
+#: ../../install_steps_interactive.pm_.c:395
#, fuzzy
msgid "No root partition found to perform an upgrade"
msgstr " "
-#: ../../install_steps_interactive.pm_.c:350
+#: ../../install_steps_interactive.pm_.c:396
msgid "Root Partition"
msgstr " "
-#: ../../install_steps_interactive.pm_.c:351
+#: ../../install_steps_interactive.pm_.c:397
msgid "What is the root partition (/) of your system?"
msgstr " (/) ?"
-#: ../../install_steps_interactive.pm_.c:365
+#: ../../install_steps_interactive.pm_.c:411
msgid "You need to reboot for the partition table modifications to take place"
msgstr " , "
-#: ../../install_steps_interactive.pm_.c:389
+#: ../../install_steps_interactive.pm_.c:435
msgid "Choose the partitions you want to format"
msgstr " "
-#: ../../install_steps_interactive.pm_.c:390
+#: ../../install_steps_interactive.pm_.c:436
msgid "Check bad blocks?"
msgstr " ?"
-#: ../../install_steps_interactive.pm_.c:416
+#: ../../install_steps_interactive.pm_.c:462
msgid "Formatting partitions"
msgstr " "
-#: ../../install_steps_interactive.pm_.c:418
+#: ../../install_steps_interactive.pm_.c:464
#, c-format
msgid "Creating and formatting file %s"
msgstr " %s"
-#: ../../install_steps_interactive.pm_.c:421
+#: ../../install_steps_interactive.pm_.c:467
msgid "Not enough swap to fulfill installation, please add some"
msgstr ""
" (swap) , "
""
-#: ../../install_steps_interactive.pm_.c:427
+#: ../../install_steps_interactive.pm_.c:473
msgid "Looking for available packages"
msgstr " "
-#: ../../install_steps_interactive.pm_.c:433
+#: ../../install_steps_interactive.pm_.c:479
msgid "Finding packages to upgrade"
msgstr " "
-#: ../../install_steps_interactive.pm_.c:450
+#: ../../install_steps_interactive.pm_.c:496
#, c-format
msgid ""
"Your system has not enough space left for installation or upgrade (%d > %d)"
@@ -4532,60 +4870,78 @@ msgstr ""
" (%"
"d > %d)"
-#: ../../install_steps_interactive.pm_.c:469
+#: ../../install_steps_interactive.pm_.c:515
#, c-format
msgid "Complete (%dMB)"
msgstr " (%dMB)"
-#: ../../install_steps_interactive.pm_.c:469
+#: ../../install_steps_interactive.pm_.c:515
#, c-format
msgid "Minimum (%dMB)"
msgstr " (%dMB)"
-#: ../../install_steps_interactive.pm_.c:469
+#: ../../install_steps_interactive.pm_.c:515
#, c-format
msgid "Recommended (%dMB)"
msgstr " (%dMB)"
-#: ../../install_steps_interactive.pm_.c:475
-msgid "Custom"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:522
+#: ../../install_steps_interactive.pm_.c:568
msgid ""
"Please choose load or save package selection on floppy.\n"
"The format is the same as auto_install generated floppies."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:525
+#: ../../install_steps_interactive.pm_.c:571
#, fuzzy
msgid "Load from floppy"
msgstr " "
-#: ../../install_steps_interactive.pm_.c:527
+#: ../../install_steps_interactive.pm_.c:573
#, fuzzy
msgid "Loading from floppy"
msgstr " "
-#: ../../install_steps_interactive.pm_.c:527
+#: ../../install_steps_interactive.pm_.c:573
#, fuzzy
msgid "Package selection"
msgstr " "
-#: ../../install_steps_interactive.pm_.c:532
+#: ../../install_steps_interactive.pm_.c:578
#, fuzzy
msgid "Insert a floppy containing package selection"
msgstr " %s"
-#: ../../install_steps_interactive.pm_.c:544
+#: ../../install_steps_interactive.pm_.c:590
msgid "Save on floppy"
msgstr " "
-#: ../../install_steps_interactive.pm_.c:605
+#: ../../install_steps_interactive.pm_.c:658
msgid "Selected size is larger than available space"
msgstr " , "
-#: ../../install_steps_interactive.pm_.c:670
+#: ../../install_steps_interactive.pm_.c:671
+msgid "Type of install"
+msgstr ""
+
+#: ../../install_steps_interactive.pm_.c:672
+msgid ""
+"You haven't selected any group of packages.\n"
+"Please choose the minimal installation you want:"
+msgstr ""
+
+#: ../../install_steps_interactive.pm_.c:675
+msgid "With X"
+msgstr ""
+
+#: ../../install_steps_interactive.pm_.c:677
+msgid "With basic documentation (recommended!)"
+msgstr ""
+
+#: ../../install_steps_interactive.pm_.c:678
+msgid "Truly minimal install (especially no urpmi)"
+msgstr ""
+
+#: ../../install_steps_interactive.pm_.c:762
msgid ""
"If you have all the CDs in the list below, click Ok.\n"
"If you have none of those CDs, click Cancel.\n"
@@ -4595,12 +4951,16 @@ msgstr ""
" , .\n"
" CD, Ok."
-#: ../../install_steps_interactive.pm_.c:675
+#: ../../install_steps_interactive.pm_.c:767
#, c-format
msgid "Cd-Rom labeled \"%s\""
msgstr "Cd-Rom \"%s\""
-#: ../../install_steps_interactive.pm_.c:704
+#: ../../install_steps_interactive.pm_.c:787
+msgid "Preparing installation"
+msgstr " "
+
+#: ../../install_steps_interactive.pm_.c:796
#, c-format
msgid ""
"Installing package %s\n"
@@ -4609,21 +4969,21 @@ msgstr ""
" %s\n"
"%d%%"
-#: ../../install_steps_interactive.pm_.c:713
+#: ../../install_steps_interactive.pm_.c:842
msgid "Post-install configuration"
msgstr " "
-#: ../../install_steps_interactive.pm_.c:719
+#: ../../install_steps_interactive.pm_.c:848
#, fuzzy, c-format
msgid "Please insert the Boot floppy used in drive %s"
msgstr " %s"
-#: ../../install_steps_interactive.pm_.c:725
+#: ../../install_steps_interactive.pm_.c:854
#, fuzzy, c-format
msgid "Please insert the Update Modules floppy in drive %s"
msgstr " %s"
-#: ../../install_steps_interactive.pm_.c:750
+#: ../../install_steps_interactive.pm_.c:874
msgid ""
"You have now the possibility to download software aimed for encryption.\n"
"\n"
@@ -4695,140 +5055,166 @@ msgstr ""
"Altadena California 91001\n"
"USA"
-#: ../../install_steps_interactive.pm_.c:782
+#: ../../install_steps_interactive.pm_.c:912
+msgid ""
+"You have now the possibility to download updated packages that have\n"
+"been released after the distribution has been made available.\n"
+"\n"
+"You will get security fixes or bug fixes, but you need to have an\n"
+"Internet connection configured to proceed.\n"
+"\n"
+"Do you want to install the updates ?"
+msgstr ""
+
+#: ../../install_steps_interactive.pm_.c:926
+#, fuzzy
+msgid "Contacting Mandrake Linux web site to get the list of available mirrors"
+msgstr " "
+
+#: ../../install_steps_interactive.pm_.c:931
msgid "Choose a mirror from which to get the packages"
msgstr " "
-#: ../../install_steps_interactive.pm_.c:793
+#: ../../install_steps_interactive.pm_.c:940
msgid "Contacting the mirror to get the list of available packages"
msgstr " "
-#: ../../install_steps_interactive.pm_.c:796
-msgid "Please choose the packages you want to install."
-msgstr ", , "
-
-#: ../../install_steps_interactive.pm_.c:808
+#: ../../install_steps_interactive.pm_.c:967
msgid "Which is your timezone?"
msgstr " ?"
-#: ../../install_steps_interactive.pm_.c:813
+#: ../../install_steps_interactive.pm_.c:972
#, fuzzy
msgid "Hardware clock set to GMT"
msgstr " GMT?"
-#: ../../install_steps_interactive.pm_.c:814
+#: ../../install_steps_interactive.pm_.c:973
msgid "Automatic time synchronization (using NTP)"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:821
+#: ../../install_steps_interactive.pm_.c:980
#, fuzzy
msgid "NTP Server"
msgstr "NIS "
-#: ../../install_steps_interactive.pm_.c:855
-#: ../../install_steps_interactive.pm_.c:863 ../../printerdrake.pm_.c:104
+#: ../../install_steps_interactive.pm_.c:1014
+#: ../../install_steps_interactive.pm_.c:1022
msgid "Remote CUPS server"
msgstr " CUPS "
-#: ../../install_steps_interactive.pm_.c:856
+#: ../../install_steps_interactive.pm_.c:1015
msgid "No printer"
msgstr " "
-#: ../../install_steps_interactive.pm_.c:867 ../../steps.pm_.c:27
+#: ../../install_steps_interactive.pm_.c:1032
+#, fuzzy
+msgid "Do you have an ISA sound card?"
+msgstr " ?"
+
+#: ../../install_steps_interactive.pm_.c:1034
+msgid "Run \"sndconfig\" after installation to configure your sound card"
+msgstr ""
+
+#: ../../install_steps_interactive.pm_.c:1036
+msgid "No sound card detected. Try \"harddrake\" after installation"
+msgstr ""
+
+#: ../../install_steps_interactive.pm_.c:1041 ../../steps.pm_.c:27
msgid "Summary"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:870
+#: ../../install_steps_interactive.pm_.c:1044
msgid "Mouse"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:872
+#: ../../install_steps_interactive.pm_.c:1046
msgid "Timezone"
msgstr " "
-#: ../../install_steps_interactive.pm_.c:873 ../../printerdrake.pm_.c:1773
-#: ../../printerdrake.pm_.c:1844
+#: ../../install_steps_interactive.pm_.c:1047 ../../printerdrake.pm_.c:2276
+#: ../../printerdrake.pm_.c:2354
msgid "Printer"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:875
+#: ../../install_steps_interactive.pm_.c:1049
msgid "ISDN card"
msgstr " ISDN"
-#: ../../install_steps_interactive.pm_.c:878
+#: ../../install_steps_interactive.pm_.c:1052
+#: ../../install_steps_interactive.pm_.c:1054
msgid "Sound card"
msgstr " "
-#: ../../install_steps_interactive.pm_.c:881
+#: ../../install_steps_interactive.pm_.c:1056
msgid "TV card"
msgstr "TV "
-#: ../../install_steps_interactive.pm_.c:917
-#: ../../install_steps_interactive.pm_.c:941
-#: ../../install_steps_interactive.pm_.c:945
+#: ../../install_steps_interactive.pm_.c:1094
+#: ../../install_steps_interactive.pm_.c:1118
+#: ../../install_steps_interactive.pm_.c:1122
msgid "LDAP"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:918
-#: ../../install_steps_interactive.pm_.c:941
-#: ../../install_steps_interactive.pm_.c:954
+#: ../../install_steps_interactive.pm_.c:1095
+#: ../../install_steps_interactive.pm_.c:1118
+#: ../../install_steps_interactive.pm_.c:1131
#, fuzzy
msgid "NIS"
msgstr " NIS"
-#: ../../install_steps_interactive.pm_.c:919
-#: ../../install_steps_interactive.pm_.c:941
+#: ../../install_steps_interactive.pm_.c:1096
+#: ../../install_steps_interactive.pm_.c:1118
#, fuzzy
msgid "Local files"
msgstr " "
-#: ../../install_steps_interactive.pm_.c:928
-#: ../../install_steps_interactive.pm_.c:929 ../../steps.pm_.c:24
+#: ../../install_steps_interactive.pm_.c:1105
+#: ../../install_steps_interactive.pm_.c:1106 ../../steps.pm_.c:24
msgid "Set root password"
msgstr " root"
-#: ../../install_steps_interactive.pm_.c:930
+#: ../../install_steps_interactive.pm_.c:1107
msgid "No password"
msgstr " "
-#: ../../install_steps_interactive.pm_.c:935
+#: ../../install_steps_interactive.pm_.c:1112
#, c-format
msgid "This password is too simple (must be at least %d characters long)"
msgstr " ( %d )"
-#: ../../install_steps_interactive.pm_.c:941 ../../network/modem.pm_.c:47
-#: ../../standalone/draknet_.c:604
+#: ../../install_steps_interactive.pm_.c:1118 ../../network/modem.pm_.c:49
+#: ../../standalone/draknet_.c:626 ../../standalone/logdrake_.c:172
msgid "Authentication"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:949
+#: ../../install_steps_interactive.pm_.c:1126
#, fuzzy
msgid "Authentication LDAP"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:950
+#: ../../install_steps_interactive.pm_.c:1127
msgid "LDAP Base dn"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:951
+#: ../../install_steps_interactive.pm_.c:1128
#, fuzzy
msgid "LDAP Server"
msgstr "NIS "
-#: ../../install_steps_interactive.pm_.c:957
+#: ../../install_steps_interactive.pm_.c:1134
#, fuzzy
msgid "Authentication NIS"
msgstr " NIS"
-#: ../../install_steps_interactive.pm_.c:958
+#: ../../install_steps_interactive.pm_.c:1135
msgid "NIS Domain"
msgstr "NIS "
-#: ../../install_steps_interactive.pm_.c:959
+#: ../../install_steps_interactive.pm_.c:1136
msgid "NIS Server"
msgstr "NIS "
-#: ../../install_steps_interactive.pm_.c:994
+#: ../../install_steps_interactive.pm_.c:1171
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 "
@@ -4856,19 +5242,20 @@ msgstr ""
" \n"
" \"Ok\"."
-#: ../../install_steps_interactive.pm_.c:1010
+#: ../../install_steps_interactive.pm_.c:1187
msgid "First floppy drive"
msgstr " "
-#: ../../install_steps_interactive.pm_.c:1011
+#: ../../install_steps_interactive.pm_.c:1188
msgid "Second floppy drive"
msgstr " "
-#: ../../install_steps_interactive.pm_.c:1012 ../../printerdrake.pm_.c:1382
+#: ../../install_steps_interactive.pm_.c:1189 ../../printerdrake.pm_.c:1848
msgid "Skip"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1017
+#: ../../install_steps_interactive.pm_.c:1194
+#, c-format
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 "
@@ -4879,7 +5266,8 @@ msgid ""
"with\n"
"the Mandrake rescue image, making it much easier to recover from severe "
"system\n"
-"failures. Would you like to create a bootdisk for your system?"
+"failures. Would you like to create a bootdisk for your system?\n"
+"%s"
msgstr ""
" Linux "
" . , "
@@ -4888,30 +5276,40 @@ msgstr ""
". "
" Mandrake, "
" .\n"
-" ?"
+" ?\n"
+"%s"
+
+#: ../../install_steps_interactive.pm_.c:1200
+msgid ""
+"\n"
+"\n"
+"(WARNING! You're using XFS for your root partition,\n"
+"creating a bootdisk on a 1.44 Mb floppy will probably fail,\n"
+"because XFS needs a very large driver)."
+msgstr ""
-#: ../../install_steps_interactive.pm_.c:1026
+#: ../../install_steps_interactive.pm_.c:1208
msgid "Sorry, no floppy drive available"
msgstr ", "
-#: ../../install_steps_interactive.pm_.c:1030
+#: ../../install_steps_interactive.pm_.c:1212
msgid "Choose the floppy drive you want to use to make the bootdisk"
msgstr " , "
-#: ../../install_steps_interactive.pm_.c:1034
-#, c-format
-msgid "Insert a floppy in drive %s"
+#: ../../install_steps_interactive.pm_.c:1216
+#, fuzzy, c-format
+msgid "Insert a floppy in %s"
msgstr " %s"
-#: ../../install_steps_interactive.pm_.c:1037
+#: ../../install_steps_interactive.pm_.c:1219
msgid "Creating bootdisk"
msgstr " "
-#: ../../install_steps_interactive.pm_.c:1044
+#: ../../install_steps_interactive.pm_.c:1226
msgid "Preparing bootloader"
msgstr " "
-#: ../../install_steps_interactive.pm_.c:1055
+#: ../../install_steps_interactive.pm_.c:1237
msgid ""
"You appear to have an OldWorld or Unknown\n"
" machine, the yaboot bootloader will not work for you.\n"
@@ -4919,11 +5317,11 @@ msgid ""
" need to use BootX to boot your machine"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1060
+#: ../../install_steps_interactive.pm_.c:1243
msgid "Do you want to use aboot?"
msgstr " aboot?"
-#: ../../install_steps_interactive.pm_.c:1063
+#: ../../install_steps_interactive.pm_.c:1246
msgid ""
"Error installing aboot, \n"
"try to force installation even if that destroys the first partition?"
@@ -4931,16 +5329,16 @@ msgstr ""
" aboot, \n"
" , ?"
-#: ../../install_steps_interactive.pm_.c:1070
+#: ../../install_steps_interactive.pm_.c:1253
#, fuzzy
msgid "Installing bootloader"
msgstr " "
-#: ../../install_steps_interactive.pm_.c:1076
+#: ../../install_steps_interactive.pm_.c:1259
msgid "Installation of bootloader failed. The following error occured:"
msgstr " bootloader . :"
-#: ../../install_steps_interactive.pm_.c:1084
+#: ../../install_steps_interactive.pm_.c:1267
#, fuzzy, c-format
msgid ""
"You may need to change your Open Firmware boot-device to\n"
@@ -4959,34 +5357,18 @@ msgstr ""
" : shut-down\n"
" ."
-#: ../../install_steps_interactive.pm_.c:1092 ../../standalone/draksec_.c:23
-msgid "Low"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1093 ../../standalone/draksec_.c:24
-msgid "Medium"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1094 ../../standalone/draksec_.c:25
-msgid "High"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1098 ../../standalone/draksec_.c:62
-msgid "Choose security level"
-msgstr " "
-
-#: ../../install_steps_interactive.pm_.c:1134
-#: ../../standalone/drakautoinst_.c:80
+#: ../../install_steps_interactive.pm_.c:1311
+#: ../../standalone/drakautoinst_.c:81
#, c-format
msgid "Insert a blank floppy in drive %s"
msgstr " %s"
-#: ../../install_steps_interactive.pm_.c:1138
-#: ../../standalone/drakautoinst_.c:82
+#: ../../install_steps_interactive.pm_.c:1315
+#: ../../standalone/drakautoinst_.c:83
msgid "Creating auto install floppy"
msgstr " - "
-#: ../../install_steps_interactive.pm_.c:1149
+#: ../../install_steps_interactive.pm_.c:1326
msgid ""
"Some steps are not completed.\n"
"\n"
@@ -4996,30 +5378,42 @@ msgstr ""
"\n"
" ?"
-#: ../../install_steps_interactive.pm_.c:1160
+#: ../../install_steps_interactive.pm_.c:1337
msgid ""
"Congratulations, installation is complete.\n"
"Remove the boot media and press return to reboot.\n"
"\n"
+"\n"
"For information on fixes which are available for this release of Mandrake "
"Linux,\n"
-"consult the Errata available from http://www.mandrakelinux.com/.\n"
+"consult the Errata available from:\n"
+"\n"
+"\n"
+"http://www.linux-mandrake.com/en/82errata.php3\n"
+"\n"
"\n"
"Information on configuring your system is available in the post\n"
"install chapter of the Official Mandrake Linux User's Guide."
msgstr ""
", .\n"
" enter .\n"
+"\n"
+"\n"
" Mandrake Linux,\n"
-" http://www.mandrakelinux.com/.\n"
+" \n"
+"\n"
+"\n"
+"http://www.linux-mandrake.com/en/82errata.php3\n"
+"\n"
+"\n"
" -\n"
" Mandrake Linux."
-#: ../../install_steps_interactive.pm_.c:1172
+#: ../../install_steps_interactive.pm_.c:1354
msgid "Generate auto install floppy"
msgstr " - "
-#: ../../install_steps_interactive.pm_.c:1174
+#: ../../install_steps_interactive.pm_.c:1356
msgid ""
"The auto install can be fully automated if wanted,\n"
"in that case it will take over the hard drive!!\n"
@@ -5033,15 +5427,15 @@ msgstr ""
"\n"
", .\n"
-#: ../../install_steps_interactive.pm_.c:1179
+#: ../../install_steps_interactive.pm_.c:1361
msgid "Automated"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1179
+#: ../../install_steps_interactive.pm_.c:1361
msgid "Replay"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1182
+#: ../../install_steps_interactive.pm_.c:1364
msgid "Save packages selection"
msgstr " "
@@ -5057,356 +5451,455 @@ msgstr ""
" <Tab>/<Alt-Tab> | <Space> | <F12> "
" "
-#: ../../interactive.pm_.c:73
+#: ../../interactive.pm_.c:87
msgid "kdesu missing"
msgstr " kdesy"
-#: ../../interactive.pm_.c:132
+#: ../../interactive.pm_.c:89 ../../interactive.pm_.c:100
+msgid "consolehelper missing"
+msgstr ""
+
+#: ../../interactive.pm_.c:152
#, fuzzy
msgid "Choose a file"
msgstr " "
-#: ../../interactive.pm_.c:284
+#: ../../interactive.pm_.c:314
msgid "Advanced"
msgstr ""
-#: ../../interactive.pm_.c:345
+#: ../../interactive.pm_.c:315
+msgid "Basic"
+msgstr ""
+
+#: ../../interactive.pm_.c:386
msgid "Please wait"
msgstr ", "
-#: ../../interactive_gtk.pm_.c:681
+#: ../../interactive_gtk.pm_.c:605 ../../services.pm_.c:222
+msgid "Info"
+msgstr ""
+
+#: ../../interactive_gtk.pm_.c:715
msgid "Expand Tree"
msgstr " "
-#: ../../interactive_gtk.pm_.c:682
+#: ../../interactive_gtk.pm_.c:716
msgid "Collapse Tree"
msgstr " "
-#: ../../interactive_gtk.pm_.c:683
+#: ../../interactive_gtk.pm_.c:717
msgid "Toggle between flat and group sorted"
msgstr " "
-#: ../../interactive_stdio.pm_.c:35
-#, c-format
-msgid "Ambiguity (%s), be more precise\n"
-msgstr " (%s), \n"
-
-#: ../../interactive_stdio.pm_.c:36 ../../interactive_stdio.pm_.c:51
-#: ../../interactive_stdio.pm_.c:71
+#: ../../interactive_stdio.pm_.c:29 ../../interactive_stdio.pm_.c:147
msgid "Bad choice, try again\n"
msgstr " , \n"
-#: ../../interactive_stdio.pm_.c:39
+#: ../../interactive_stdio.pm_.c:30 ../../interactive_stdio.pm_.c:148
#, c-format
-msgid " ? (default %s) "
-msgstr " ? ( %s) "
+msgid "Your choice? (default %s) "
+msgstr " ? ( %s) "
#: ../../interactive_stdio.pm_.c:52
#, c-format
-msgid "Your choice? (default %s) "
+msgid ""
+"Entries you'll have to fill:\n"
+"%s"
+msgstr ""
+
+#: ../../interactive_stdio.pm_.c:68
+#, fuzzy, c-format
+msgid "Your choice? (0/1, default `%s') "
msgstr " ? ( %s) "
-#: ../../interactive_stdio.pm_.c:72
+#: ../../interactive_stdio.pm_.c:93
+#, fuzzy, c-format
+msgid "Button `%s': %s"
+msgstr ": %s"
+
+#: ../../interactive_stdio.pm_.c:94
+#, fuzzy
+msgid "Do you want to click on this button? "
+msgstr " aboot?"
+
+#: ../../interactive_stdio.pm_.c:103
+#, fuzzy, c-format
+msgid "Your choice? (default `%s'%s) "
+msgstr " ? ( %s) "
+
+#: ../../interactive_stdio.pm_.c:121
#, c-format
-msgid "Your choice? (default %s enter `none' for none) "
-msgstr " ? ( %s 'none' ) "
+msgid "=> There are many things to choose from (%s).\n"
+msgstr ""
-#: ../../keyboard.pm_.c:140 ../../keyboard.pm_.c:178
+#: ../../interactive_stdio.pm_.c:124
+msgid ""
+"Please choose the first number of the 10-range you wish to edit,\n"
+"or just hit Enter to proceed.\n"
+"Your choice? "
+msgstr ""
+
+#: ../../interactive_stdio.pm_.c:137
+#, c-format
+msgid ""
+"=> Notice, a label changed:\n"
+"%s"
+msgstr ""
+
+#: ../../interactive_stdio.pm_.c:144
+msgid "Re-submit"
+msgstr ""
+
+#: ../../keyboard.pm_.c:174 ../../keyboard.pm_.c:205
msgid "Czech (QWERTZ)"
msgstr " (QWERTZ)"
-#: ../../keyboard.pm_.c:141 ../../keyboard.pm_.c:155 ../../keyboard.pm_.c:180
+#: ../../keyboard.pm_.c:175 ../../keyboard.pm_.c:207
msgid "German"
msgstr ""
-#: ../../keyboard.pm_.c:142
+#: ../../keyboard.pm_.c:176
msgid "Dvorak"
msgstr "Dvorak"
-#: ../../keyboard.pm_.c:143 ../../keyboard.pm_.c:186
+#: ../../keyboard.pm_.c:177 ../../keyboard.pm_.c:214
msgid "Spanish"
msgstr ""
-#: ../../keyboard.pm_.c:144 ../../keyboard.pm_.c:187
+#: ../../keyboard.pm_.c:178 ../../keyboard.pm_.c:215
msgid "Finnish"
msgstr ""
-#: ../../keyboard.pm_.c:145 ../../keyboard.pm_.c:156 ../../keyboard.pm_.c:188
+#: ../../keyboard.pm_.c:179 ../../keyboard.pm_.c:216
msgid "French"
msgstr ""
-#: ../../keyboard.pm_.c:146 ../../keyboard.pm_.c:211
+#: ../../keyboard.pm_.c:180 ../../keyboard.pm_.c:241
msgid "Norwegian"
msgstr ""
-#: ../../keyboard.pm_.c:147
+#: ../../keyboard.pm_.c:181
msgid "Polish"
msgstr ""
-#: ../../keyboard.pm_.c:148 ../../keyboard.pm_.c:219
+#: ../../keyboard.pm_.c:182 ../../keyboard.pm_.c:249
msgid "Russian"
msgstr ""
-#: ../../keyboard.pm_.c:150 ../../keyboard.pm_.c:221
+#: ../../keyboard.pm_.c:184 ../../keyboard.pm_.c:251
msgid "Swedish"
msgstr ""
-#: ../../keyboard.pm_.c:151 ../../keyboard.pm_.c:236
+#: ../../keyboard.pm_.c:185 ../../keyboard.pm_.c:266
msgid "UK keyboard"
msgstr "UK "
-#: ../../keyboard.pm_.c:152 ../../keyboard.pm_.c:157 ../../keyboard.pm_.c:237
+#: ../../keyboard.pm_.c:186 ../../keyboard.pm_.c:267
msgid "US keyboard"
msgstr "US "
-#: ../../keyboard.pm_.c:159
+#: ../../keyboard.pm_.c:188
#, fuzzy
msgid "Albanian"
msgstr ""
-#: ../../keyboard.pm_.c:160
+#: ../../keyboard.pm_.c:189
msgid "Armenian (old)"
msgstr " ()"
-#: ../../keyboard.pm_.c:161
+#: ../../keyboard.pm_.c:190
msgid "Armenian (typewriter)"
msgstr " ()"
-#: ../../keyboard.pm_.c:162
+#: ../../keyboard.pm_.c:191
msgid "Armenian (phonetic)"
msgstr " ()"
-#: ../../keyboard.pm_.c:167
+#: ../../keyboard.pm_.c:196
msgid "Azerbaidjani (latin)"
msgstr " ()"
-#: ../../keyboard.pm_.c:169
+#: ../../keyboard.pm_.c:198
msgid "Belgian"
msgstr ""
-#: ../../keyboard.pm_.c:170
-msgid "Bulgarian"
+#: ../../keyboard.pm_.c:199
+#, fuzzy
+msgid "Bulgarian (phonetic)"
+msgstr " ()"
+
+#: ../../keyboard.pm_.c:200
+#, fuzzy
+msgid "Bulgarian (BDS)"
msgstr ""
-#: ../../keyboard.pm_.c:171
+#: ../../keyboard.pm_.c:201
msgid "Brazilian (ABNT-2)"
msgstr " (ABNT-2)"
-#: ../../keyboard.pm_.c:172
+#: ../../keyboard.pm_.c:202
msgid "Belarusian"
msgstr "e"
-#: ../../keyboard.pm_.c:173
+#: ../../keyboard.pm_.c:203
msgid "Swiss (German layout)"
msgstr " ( )"
-#: ../../keyboard.pm_.c:174
+#: ../../keyboard.pm_.c:204
msgid "Swiss (French layout)"
msgstr " ( )"
-#: ../../keyboard.pm_.c:179
+#: ../../keyboard.pm_.c:206
msgid "Czech (QWERTY)"
msgstr " (QWERTY)"
-#: ../../keyboard.pm_.c:181
+#: ../../keyboard.pm_.c:208
msgid "German (no dead keys)"
msgstr " ( )"
-#: ../../keyboard.pm_.c:182
+#: ../../keyboard.pm_.c:209
msgid "Danish"
msgstr ""
-#: ../../keyboard.pm_.c:183
+#: ../../keyboard.pm_.c:210
msgid "Dvorak (US)"
msgstr "Dvorak ()"
-#: ../../keyboard.pm_.c:184
+#: ../../keyboard.pm_.c:211
msgid "Dvorak (Norwegian)"
msgstr "Dvorak ()"
-#: ../../keyboard.pm_.c:185
+#: ../../keyboard.pm_.c:212
+#, fuzzy
+msgid "Dvorak (Swedish)"
+msgstr "Dvorak ()"
+
+#: ../../keyboard.pm_.c:213
msgid "Estonian"
msgstr ""
-#: ../../keyboard.pm_.c:189
+#: ../../keyboard.pm_.c:217
msgid "Georgian (\"Russian\" layout)"
msgstr " (\"\" )"
-#: ../../keyboard.pm_.c:190
+#: ../../keyboard.pm_.c:218
msgid "Georgian (\"Latin\" layout)"
msgstr " (\"\" )"
-#: ../../keyboard.pm_.c:191
+#: ../../keyboard.pm_.c:219
msgid "Greek"
msgstr ""
-#: ../../keyboard.pm_.c:192
+#: ../../keyboard.pm_.c:220
msgid "Hungarian"
msgstr ""
-#: ../../keyboard.pm_.c:193
+#: ../../keyboard.pm_.c:221
msgid "Croatian"
msgstr ""
-#: ../../keyboard.pm_.c:194
+#: ../../keyboard.pm_.c:222
msgid "Israeli"
msgstr ""
-#: ../../keyboard.pm_.c:195
+#: ../../keyboard.pm_.c:223
msgid "Israeli (Phonetic)"
msgstr " ()"
-#: ../../keyboard.pm_.c:196
+#: ../../keyboard.pm_.c:224
msgid "Iranian"
msgstr ""
-#: ../../keyboard.pm_.c:197
+#: ../../keyboard.pm_.c:225
msgid "Icelandic"
msgstr ""
-#: ../../keyboard.pm_.c:198
+#: ../../keyboard.pm_.c:226
msgid "Italian"
msgstr ""
-#: ../../keyboard.pm_.c:200
+#: ../../keyboard.pm_.c:228
msgid "Japanese 106 keys"
msgstr " 106 "
-#: ../../keyboard.pm_.c:201
+#: ../../keyboard.pm_.c:231
msgid "Korean keyboard"
msgstr " "
-#: ../../keyboard.pm_.c:202
+#: ../../keyboard.pm_.c:232
msgid "Latin American"
msgstr "-"
-#: ../../keyboard.pm_.c:203
+#: ../../keyboard.pm_.c:233
msgid "Lithuanian AZERTY (old)"
msgstr " AZERTY ()"
-#: ../../keyboard.pm_.c:205
+#: ../../keyboard.pm_.c:235
msgid "Lithuanian AZERTY (new)"
msgstr " AZERTY ()"
-#: ../../keyboard.pm_.c:206
+#: ../../keyboard.pm_.c:236
msgid "Lithuanian \"number row\" QWERTY"
msgstr " \" \" QWERTY"
-#: ../../keyboard.pm_.c:207
+#: ../../keyboard.pm_.c:237
msgid "Lithuanian \"phonetic\" QWERTY"
msgstr " \"\" QWERTY"
-#: ../../keyboard.pm_.c:208
+#: ../../keyboard.pm_.c:238
#, fuzzy
msgid "Latvian"
msgstr ""
-#: ../../keyboard.pm_.c:209
+#: ../../keyboard.pm_.c:239
msgid "Macedonian"
msgstr ""
-#: ../../keyboard.pm_.c:210
+#: ../../keyboard.pm_.c:240
msgid "Dutch"
msgstr ""
-#: ../../keyboard.pm_.c:212
+#: ../../keyboard.pm_.c:242
msgid "Polish (qwerty layout)"
msgstr " ( qwerty)"
-#: ../../keyboard.pm_.c:213
+#: ../../keyboard.pm_.c:243
msgid "Polish (qwertz layout)"
msgstr " ( qwertz)"
-#: ../../keyboard.pm_.c:214
+#: ../../keyboard.pm_.c:244
msgid "Portuguese"
msgstr ""
-#: ../../keyboard.pm_.c:215
+#: ../../keyboard.pm_.c:245
msgid "Canadian (Quebec)"
msgstr " ()"
-#: ../../keyboard.pm_.c:217
+#: ../../keyboard.pm_.c:247
#, fuzzy
msgid "Romanian (qwertz)"
msgstr " (Yawerty)"
-#: ../../keyboard.pm_.c:218
+#: ../../keyboard.pm_.c:248
#, fuzzy
msgid "Romanian (qwerty)"
msgstr " (Yawerty)"
-#: ../../keyboard.pm_.c:220
+#: ../../keyboard.pm_.c:250
msgid "Russian (Yawerty)"
msgstr " (Yawerty)"
-#: ../../keyboard.pm_.c:222
+#: ../../keyboard.pm_.c:252
msgid "Slovenian"
msgstr ""
-#: ../../keyboard.pm_.c:226
+#: ../../keyboard.pm_.c:253
msgid "Slovakian (QWERTZ)"
msgstr " (QWERTZ)"
-#: ../../keyboard.pm_.c:227
+#: ../../keyboard.pm_.c:254
msgid "Slovakian (QWERTY)"
msgstr " (QWERTY)"
-#: ../../keyboard.pm_.c:229
+#: ../../keyboard.pm_.c:256
#, fuzzy
msgid "Serbian (cyrillic)"
msgstr " ()"
-#: ../../keyboard.pm_.c:230
+#: ../../keyboard.pm_.c:258
+#, fuzzy
+msgid "Tamil"
+msgstr ""
+
+#: ../../keyboard.pm_.c:259
msgid "Thai keyboard"
msgstr " "
-#: ../../keyboard.pm_.c:232
+#: ../../keyboard.pm_.c:261
#, fuzzy
msgid "Tajik keyboard"
msgstr " "
-#: ../../keyboard.pm_.c:233
+#: ../../keyboard.pm_.c:262
msgid "Turkish (traditional \"F\" model)"
msgstr " ( \"F\" )"
-#: ../../keyboard.pm_.c:234
+#: ../../keyboard.pm_.c:263
msgid "Turkish (modern \"Q\" model)"
msgstr " ( \"Q\" )"
-#: ../../keyboard.pm_.c:235
+#: ../../keyboard.pm_.c:265
msgid "Ukrainian"
msgstr ""
-#: ../../keyboard.pm_.c:238
+#: ../../keyboard.pm_.c:268
msgid "US keyboard (international)"
msgstr "US ()"
-#: ../../keyboard.pm_.c:239
+#: ../../keyboard.pm_.c:269
msgid "Vietnamese \"numeric row\" QWERTY"
msgstr " \" \" QWERTY"
-#: ../../keyboard.pm_.c:240
+#: ../../keyboard.pm_.c:270
#, fuzzy
msgid "Yugoslavian (latin)"
msgstr " (/)"
+#: ../../keyboard.pm_.c:278
+msgid "Right Alt key"
+msgstr ""
+
+#: ../../keyboard.pm_.c:279
+msgid "Both Shift keys simultaneously"
+msgstr ""
+
+#: ../../keyboard.pm_.c:280
+msgid "Control and Shift keys simultaneously"
+msgstr ""
+
+#: ../../keyboard.pm_.c:281
+msgid "CapsLock key"
+msgstr ""
+
+#: ../../keyboard.pm_.c:282
+msgid "Ctrl and Alt keys simultaneously"
+msgstr ""
+
+#: ../../keyboard.pm_.c:283
+msgid "Alt and Shift keys simultaneously"
+msgstr ""
+
+#: ../../keyboard.pm_.c:284
+msgid "\"Menu\" key"
+msgstr ""
+
+#: ../../keyboard.pm_.c:285
+msgid "Left \"Windows\" key"
+msgstr ""
+
+#: ../../keyboard.pm_.c:286
+msgid "Right \"Windows\" key"
+msgstr ""
+
#: ../../loopback.pm_.c:32
#, c-format
msgid "Circular mounts %s\n"
msgstr " %s\n"
-#: ../../lvm.pm_.c:83
+#: ../../lvm.pm_.c:88
msgid "Remove the logical volumes first\n"
msgstr " \n"
+#: ../../modules.pm_.c:826
+msgid ""
+"PCMCIA support no longer exist for 2.2 kernels. Please use a 2.4 kernel."
+msgstr ""
+
#: ../../mouse.pm_.c:25
msgid "Sun - Mouse"
msgstr " Sun"
-#: ../../mouse.pm_.c:31
-msgid "Standard"
-msgstr ""
-
#: ../../mouse.pm_.c:32
msgid "Logitech MouseMan+"
msgstr "Logitech MouseMan+"
@@ -5419,11 +5912,11 @@ msgstr " PS2 "
msgid "GlidePoint"
msgstr "GlidePoint"
-#: ../../mouse.pm_.c:36 ../../mouse.pm_.c:62
+#: ../../mouse.pm_.c:36 ../../mouse.pm_.c:63
msgid "Kensington Thinking Mouse"
msgstr "Kensington Thinking Mouse"
-#: ../../mouse.pm_.c:37 ../../mouse.pm_.c:58
+#: ../../mouse.pm_.c:37 ../../mouse.pm_.c:59
msgid "Genius NetMouse"
msgstr "Genius NetMouse"
@@ -5431,111 +5924,111 @@ msgstr "Genius NetMouse"
msgid "Genius NetScroll"
msgstr "Genius NetScroll"
-#: ../../mouse.pm_.c:43 ../../mouse.pm_.c:67
+#: ../../mouse.pm_.c:43 ../../mouse.pm_.c:68
msgid "1 button"
msgstr "1 "
-#: ../../mouse.pm_.c:44
+#: ../../mouse.pm_.c:44 ../../mouse.pm_.c:51
+msgid "Generic 2 Button Mouse"
+msgstr " 2- "
+
+#: ../../mouse.pm_.c:45
msgid "Generic"
msgstr ""
-#: ../../mouse.pm_.c:45
+#: ../../mouse.pm_.c:46
msgid "Wheel"
msgstr ""
-#: ../../mouse.pm_.c:48
+#: ../../mouse.pm_.c:49
msgid "serial"
msgstr ""
-#: ../../mouse.pm_.c:50
-msgid "Generic 2 Button Mouse"
-msgstr " 2- "
-
-#: ../../mouse.pm_.c:51
+#: ../../mouse.pm_.c:52
msgid "Generic 3 Button Mouse"
msgstr " 3- "
-#: ../../mouse.pm_.c:52
+#: ../../mouse.pm_.c:53
msgid "Microsoft IntelliMouse"
msgstr "Microsoft IntelliMouse"
-#: ../../mouse.pm_.c:53
+#: ../../mouse.pm_.c:54
msgid "Logitech MouseMan"
msgstr "Logitech MouseMan"
-#: ../../mouse.pm_.c:54
+#: ../../mouse.pm_.c:55
msgid "Mouse Systems"
msgstr "Mouse Systems"
-#: ../../mouse.pm_.c:56
+#: ../../mouse.pm_.c:57
msgid "Logitech CC Series"
msgstr "Logitech CC Series"
-#: ../../mouse.pm_.c:57
+#: ../../mouse.pm_.c:58
msgid "Logitech MouseMan+/FirstMouse+"
msgstr "Logitech MouseMan+/FirstMouse+"
-#: ../../mouse.pm_.c:59
+#: ../../mouse.pm_.c:60
msgid "MM Series"
msgstr "MM Series"
-#: ../../mouse.pm_.c:60
+#: ../../mouse.pm_.c:61
msgid "MM HitTablet"
msgstr "MM HitTablet"
-#: ../../mouse.pm_.c:61
+#: ../../mouse.pm_.c:62
msgid "Logitech Mouse (serial, old C7 type)"
msgstr "Logitech Mouse (, C7)"
-#: ../../mouse.pm_.c:65
+#: ../../mouse.pm_.c:66
msgid "busmouse"
msgstr "bus-"
-#: ../../mouse.pm_.c:68
+#: ../../mouse.pm_.c:69
msgid "2 buttons"
msgstr "2 "
-#: ../../mouse.pm_.c:69
+#: ../../mouse.pm_.c:70
msgid "3 buttons"
msgstr "3 "
-#: ../../mouse.pm_.c:72
+#: ../../mouse.pm_.c:73
msgid "none"
msgstr ""
-#: ../../mouse.pm_.c:74
+#: ../../mouse.pm_.c:75
msgid "No mouse"
msgstr " "
-#: ../../mouse.pm_.c:482
+#: ../../mouse.pm_.c:499
msgid "Please test the mouse"
msgstr " "
-#: ../../mouse.pm_.c:483
+#: ../../mouse.pm_.c:500
msgid "To activate the mouse,"
msgstr " ,"
-#: ../../mouse.pm_.c:484
+#: ../../mouse.pm_.c:501
msgid "MOVE YOUR WHEEL!"
msgstr " !"
-#: ../../my_gtk.pm_.c:380
+#: ../../my_gtk.pm_.c:651
msgid "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
msgstr ""
-#: ../../my_gtk.pm_.c:415
+#: ../../my_gtk.pm_.c:686
msgid "Finish"
msgstr ""
-#: ../../my_gtk.pm_.c:415
+#: ../../my_gtk.pm_.c:686 ../../printerdrake.pm_.c:1588
msgid "Next ->"
msgstr " ->"
-#: ../../my_gtk.pm_.c:416
+#: ../../my_gtk.pm_.c:687 ../../printerdrake.pm_.c:1586
msgid "<- Previous"
msgstr "<- "
-#: ../../my_gtk.pm_.c:716
+#: ../../my_gtk.pm_.c:1019
msgid "Is this correct?"
msgstr " ?"
@@ -5585,7 +6078,7 @@ msgstr ""
" ethernet.\n"
" ."
-#: ../../network/ethernet.pm_.c:92 ../../standalone/drakgw_.c:233
+#: ../../network/ethernet.pm_.c:92 ../../standalone/drakgw_.c:252
msgid "Choose the network interface"
msgstr " "
@@ -5600,7 +6093,7 @@ msgstr ""
msgid "no network card found"
msgstr " "
-#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:350
+#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:360
msgid "Configuring network"
msgstr " "
@@ -5616,15 +6109,15 @@ msgstr ""
" ,\n"
" ``mybox.mylab.myco.com''."
-#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:355
+#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:365
msgid "Host name"
msgstr " "
#: ../../network/isdn.pm_.c:21 ../../network/isdn.pm_.c:44
-#: ../../network/netconnect.pm_.c:91 ../../network/netconnect.pm_.c:105
-#: ../../network/netconnect.pm_.c:154 ../../network/netconnect.pm_.c:164
-#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:213
-#: ../../network/netconnect.pm_.c:221
+#: ../../network/netconnect.pm_.c:95 ../../network/netconnect.pm_.c:109
+#: ../../network/netconnect.pm_.c:164 ../../network/netconnect.pm_.c:175
+#: ../../network/netconnect.pm_.c:202 ../../network/netconnect.pm_.c:225
+#: ../../network/netconnect.pm_.c:233
msgid "Network Configuration Wizard"
msgstr " "
@@ -5663,13 +6156,13 @@ msgstr " (firewall)!"
msgid "Old configuration (isdn4net)"
msgstr " (firewall)!"
-#: ../../network/isdn.pm_.c:169 ../../network/isdn.pm_.c:187
-#: ../../network/isdn.pm_.c:197 ../../network/isdn.pm_.c:204
-#: ../../network/isdn.pm_.c:214
+#: ../../network/isdn.pm_.c:170 ../../network/isdn.pm_.c:188
+#: ../../network/isdn.pm_.c:198 ../../network/isdn.pm_.c:205
+#: ../../network/isdn.pm_.c:215
msgid "ISDN Configuration"
msgstr " ISDN"
-#: ../../network/isdn.pm_.c:169
+#: ../../network/isdn.pm_.c:170
msgid ""
"Select your provider.\n"
" If it's not in the list, choose Unlisted"
@@ -5677,22 +6170,22 @@ msgstr ""
" .\n"
" , "
-#: ../../network/isdn.pm_.c:182
+#: ../../network/isdn.pm_.c:183
#, fuzzy
msgid "Europe protocol"
msgstr " "
-#: ../../network/isdn.pm_.c:182
+#: ../../network/isdn.pm_.c:183
#, fuzzy
msgid "Europe protocol (EDSS1)"
msgstr " (EDSS1)"
-#: ../../network/isdn.pm_.c:184
+#: ../../network/isdn.pm_.c:185
#, fuzzy
msgid "Protocol for the rest of the world"
msgstr " "
-#: ../../network/isdn.pm_.c:184
+#: ../../network/isdn.pm_.c:185
#, fuzzy
msgid ""
"Protocol for the rest of the world \n"
@@ -5701,27 +6194,27 @@ msgstr ""
" \n"
" D- ( )"
-#: ../../network/isdn.pm_.c:188
+#: ../../network/isdn.pm_.c:189
msgid "Which protocol do you want to use ?"
msgstr " ?"
-#: ../../network/isdn.pm_.c:198
+#: ../../network/isdn.pm_.c:199
msgid "What kind of card do you have?"
msgstr " ?"
-#: ../../network/isdn.pm_.c:199
+#: ../../network/isdn.pm_.c:200
msgid "I don't know"
msgstr " "
-#: ../../network/isdn.pm_.c:199
+#: ../../network/isdn.pm_.c:200
msgid "ISA / PCMCIA"
msgstr "ISA / PCMCIA"
-#: ../../network/isdn.pm_.c:199
+#: ../../network/isdn.pm_.c:200
msgid "PCI"
msgstr "PCI"
-#: ../../network/isdn.pm_.c:205
+#: ../../network/isdn.pm_.c:206
msgid ""
"\n"
"If you have an ISA card, the values on the next screen should be right.\n"
@@ -5733,19 +6226,19 @@ msgstr ""
"\n"
" PCMCIA, irq io .\n"
-#: ../../network/isdn.pm_.c:209
+#: ../../network/isdn.pm_.c:210
msgid "Abort"
msgstr ""
-#: ../../network/isdn.pm_.c:209
+#: ../../network/isdn.pm_.c:210
msgid "Continue"
msgstr ""
-#: ../../network/isdn.pm_.c:215
+#: ../../network/isdn.pm_.c:216
msgid "Which is your ISDN card ?"
msgstr " ISDN ?"
-#: ../../network/isdn.pm_.c:234
+#: ../../network/isdn.pm_.c:235
msgid ""
"I have detected an ISDN PCI Card, but I don't know the type. Please select "
"one PCI card on the next screen."
@@ -5753,59 +6246,59 @@ msgstr ""
" ISDN PCI, . "
" PCI."
-#: ../../network/isdn.pm_.c:243
+#: ../../network/isdn.pm_.c:244
msgid "No ISDN PCI card found. Please select one on the next screen."
msgstr " ISDN PCI . ."
-#: ../../network/modem.pm_.c:37
+#: ../../network/modem.pm_.c:39
msgid "Please choose which serial port your modem is connected to."
msgstr ", ."
-#: ../../network/modem.pm_.c:42
+#: ../../network/modem.pm_.c:44
msgid "Dialup options"
msgstr " "
-#: ../../network/modem.pm_.c:43 ../../standalone/draknet_.c:600
+#: ../../network/modem.pm_.c:45 ../../standalone/draknet_.c:622
msgid "Connection name"
msgstr " "
-#: ../../network/modem.pm_.c:44 ../../standalone/draknet_.c:601
+#: ../../network/modem.pm_.c:46 ../../standalone/draknet_.c:623
msgid "Phone number"
msgstr " "
-#: ../../network/modem.pm_.c:45 ../../standalone/draknet_.c:602
+#: ../../network/modem.pm_.c:47 ../../standalone/draknet_.c:624
msgid "Login ID"
msgstr " (Login ID)"
-#: ../../network/modem.pm_.c:47 ../../standalone/draknet_.c:604
+#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
msgid "CHAP"
msgstr ""
-#: ../../network/modem.pm_.c:47 ../../standalone/draknet_.c:604
+#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
msgid "PAP"
msgstr "PAP"
-#: ../../network/modem.pm_.c:47 ../../standalone/draknet_.c:604
+#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
msgid "Script-based"
msgstr " "
-#: ../../network/modem.pm_.c:47 ../../standalone/draknet_.c:604
+#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
msgid "Terminal-based"
msgstr " "
-#: ../../network/modem.pm_.c:48 ../../standalone/draknet_.c:605
+#: ../../network/modem.pm_.c:50 ../../standalone/draknet_.c:627
msgid "Domain name"
msgstr " "
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:606
+#: ../../network/modem.pm_.c:51 ../../standalone/draknet_.c:628
msgid "First DNS Server (optional)"
msgstr " DNS ()"
-#: ../../network/modem.pm_.c:50 ../../standalone/draknet_.c:607
+#: ../../network/modem.pm_.c:52 ../../standalone/draknet_.c:629
msgid "Second DNS Server (optional)"
msgstr " DNS ()"
-#: ../../network/netconnect.pm_.c:33
+#: ../../network/netconnect.pm_.c:34
msgid ""
"\n"
"You can disconnect or reconfigure your connection."
@@ -5813,7 +6306,7 @@ msgstr ""
"\n"
" ."
-#: ../../network/netconnect.pm_.c:33 ../../network/netconnect.pm_.c:36
+#: ../../network/netconnect.pm_.c:34 ../../network/netconnect.pm_.c:37
msgid ""
"\n"
"You can reconfigure your connection."
@@ -5821,11 +6314,11 @@ msgstr ""
"\n"
" ."
-#: ../../network/netconnect.pm_.c:33
+#: ../../network/netconnect.pm_.c:34
msgid "You are currently connected to internet."
msgstr " ."
-#: ../../network/netconnect.pm_.c:36
+#: ../../network/netconnect.pm_.c:37
msgid ""
"\n"
"You can connect to Internet or reconfigure your connection."
@@ -5833,34 +6326,35 @@ msgstr ""
"\n"
" ."
-#: ../../network/netconnect.pm_.c:36
+#: ../../network/netconnect.pm_.c:37
msgid "You are not currently connected to Internet."
msgstr " ."
-#: ../../network/netconnect.pm_.c:40
-msgid "Connect to Internet"
-msgstr " "
+#: ../../network/netconnect.pm_.c:41
+msgid "Connect"
+msgstr ""
-#: ../../network/netconnect.pm_.c:42
-msgid "Disconnect from Internet"
-msgstr " "
+#: ../../network/netconnect.pm_.c:43
+msgid "Disconnect"
+msgstr ""
-#: ../../network/netconnect.pm_.c:44
-msgid "Configure network connection (LAN or Internet)"
-msgstr " ( )"
+#: ../../network/netconnect.pm_.c:45
+#, fuzzy
+msgid "Configure the connection"
+msgstr " "
-#: ../../network/netconnect.pm_.c:47
+#: ../../network/netconnect.pm_.c:50
msgid "Internet connection & configuration"
msgstr " "
-#: ../../network/netconnect.pm_.c:96
+#: ../../network/netconnect.pm_.c:100
#, fuzzy, c-format
msgid "We are now going to configure the %s connection."
msgstr ""
"\n"
" ."
-#: ../../network/netconnect.pm_.c:105
+#: ../../network/netconnect.pm_.c:109
#, fuzzy, c-format
msgid ""
"\n"
@@ -5874,12 +6368,12 @@ msgstr ""
"\n"
" ."
-#: ../../network/netconnect.pm_.c:129 ../../network/netconnect.pm_.c:243
-#: ../../network/netconnect.pm_.c:255 ../../network/tools.pm_.c:56
+#: ../../network/netconnect.pm_.c:138 ../../network/netconnect.pm_.c:252
+#: ../../network/netconnect.pm_.c:271 ../../network/tools.pm_.c:57
msgid "Network Configuration"
msgstr " "
-#: ../../network/netconnect.pm_.c:130
+#: ../../network/netconnect.pm_.c:139
msgid ""
"Because you are doing a network installation, your network is already "
"configured.\n"
@@ -5890,7 +6384,7 @@ msgstr ""
" Ok , , "
" .\n"
-#: ../../network/netconnect.pm_.c:155
+#: ../../network/netconnect.pm_.c:165
msgid ""
"Welcome to The Network Configuration Wizard\n"
"\n"
@@ -5902,93 +6396,93 @@ msgstr ""
" / .\n"
" , .\n"
-#: ../../network/netconnect.pm_.c:157
+#: ../../network/netconnect.pm_.c:167
msgid "Choose the profile to configure"
msgstr " "
-#: ../../network/netconnect.pm_.c:158
+#: ../../network/netconnect.pm_.c:168
msgid "Use auto detection"
msgstr " "
-#: ../../network/netconnect.pm_.c:164
+#: ../../network/netconnect.pm_.c:175
msgid "Detecting devices..."
msgstr " ..."
-#: ../../network/netconnect.pm_.c:175 ../../network/netconnect.pm_.c:184
+#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
msgid "Normal modem connection"
msgstr " "
-#: ../../network/netconnect.pm_.c:175 ../../network/netconnect.pm_.c:184
+#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
#, c-format
msgid "detected on port %s"
msgstr " %s"
-#: ../../network/netconnect.pm_.c:176 ../../network/netconnect.pm_.c:185
+#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
msgid "ISDN connection"
msgstr "ISDN "
-#: ../../network/netconnect.pm_.c:176 ../../network/netconnect.pm_.c:185
+#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
#, c-format
msgid "detected %s"
msgstr " %s"
-#: ../../network/netconnect.pm_.c:177 ../../network/netconnect.pm_.c:186
+#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
#, fuzzy
msgid "ADSL connection"
msgstr " "
-#: ../../network/netconnect.pm_.c:177 ../../network/netconnect.pm_.c:186
+#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
#, c-format
msgid "detected on interface %s"
msgstr " %s"
-#: ../../network/netconnect.pm_.c:178 ../../network/netconnect.pm_.c:187
+#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
msgid "Cable connection"
msgstr " "
-#: ../../network/netconnect.pm_.c:178 ../../network/netconnect.pm_.c:187
+#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
#, fuzzy
msgid "cable connection detected"
msgstr " "
-#: ../../network/netconnect.pm_.c:179 ../../network/netconnect.pm_.c:188
+#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
msgid "LAN connection"
msgstr " "
-#: ../../network/netconnect.pm_.c:179 ../../network/netconnect.pm_.c:188
+#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
msgid "ethernet card(s) detected"
msgstr " ethernet"
-#: ../../network/netconnect.pm_.c:190
+#: ../../network/netconnect.pm_.c:202
#, fuzzy
msgid "Choose the connection you want to configure"
msgstr " , "
-#: ../../network/netconnect.pm_.c:214
+#: ../../network/netconnect.pm_.c:226
msgid ""
"You have configured multiple ways to connect to the Internet.\n"
"Choose the one you want to use.\n"
"\n"
msgstr ""
-#: ../../network/netconnect.pm_.c:215
+#: ../../network/netconnect.pm_.c:227
#, fuzzy
msgid "Internet connection"
msgstr " -"
-#: ../../network/netconnect.pm_.c:221
+#: ../../network/netconnect.pm_.c:233
msgid "Do you want to start the connection at boot?"
msgstr " , ?"
-#: ../../network/netconnect.pm_.c:239
+#: ../../network/netconnect.pm_.c:247
msgid "Network configuration"
msgstr " "
-#: ../../network/netconnect.pm_.c:240
+#: ../../network/netconnect.pm_.c:248
msgid "The network needs to be restarted"
msgstr ""
-#: ../../network/netconnect.pm_.c:243
+#: ../../network/netconnect.pm_.c:252
#, c-format
msgid ""
"A problem occured while restarting the network: \n"
@@ -5999,25 +6493,32 @@ msgstr ""
"\n"
"%s"
-#: ../../network/netconnect.pm_.c:247
+#: ../../network/netconnect.pm_.c:261
msgid ""
-"Congratulations, the network and internet configuration is finished.\n"
-"\n"
+"Congratulations, the network and Internet configuration is finished.\n"
"The configuration will now be applied to your system.\n"
+"\n"
msgstr ""
", .\n"
"\n"
" .\n"
-#: ../../network/netconnect.pm_.c:250
+#: ../../network/netconnect.pm_.c:265
msgid ""
-"After that is done, we recommend you to restart your X\n"
-"environnement to avoid hostname changing problem."
+"After this is done, we recommend that you restart your X environment to "
+"avoid any hostname-related problems."
msgstr ""
" X , \n"
" - ."
-#: ../../network/network.pm_.c:283
+#: ../../network/netconnect.pm_.c:266
+msgid ""
+"Problems occured during configuration.\n"
+"Test your connection via net_monitor or mcc. If your connection doesn't "
+"work, you might want to relaunch the configuration"
+msgstr ""
+
+#: ../../network/network.pm_.c:292
msgid ""
"WARNING: This device has been previously configured to connect to the "
"Internet.\n"
@@ -6029,7 +6530,7 @@ msgstr ""
" .\n"
" ."
-#: ../../network/network.pm_.c:288
+#: ../../network/network.pm_.c:297
msgid ""
"Please enter the IP configuration for this machine.\n"
"Each item should be entered as an IP address in dotted-decimal\n"
@@ -6039,38 +6540,38 @@ msgstr ""
" IP - \n"
" (, 1.2.3.4)."
-#: ../../network/network.pm_.c:297 ../../network/network.pm_.c:298
+#: ../../network/network.pm_.c:306 ../../network/network.pm_.c:307
#, c-format
msgid "Configuring network device %s"
msgstr " %s"
-#: ../../network/network.pm_.c:298
+#: ../../network/network.pm_.c:307
#, c-format
msgid " (driver %s)"
msgstr "(driver %s)"
-#: ../../network/network.pm_.c:300 ../../standalone/draknet_.c:255
-#: ../../standalone/draknet_.c:461
+#: ../../network/network.pm_.c:309 ../../standalone/draknet_.c:232
+#: ../../standalone/draknet_.c:468
msgid "IP address"
msgstr "IP "
-#: ../../network/network.pm_.c:301 ../../standalone/draknet_.c:462
+#: ../../network/network.pm_.c:310 ../../standalone/draknet_.c:469
msgid "Netmask"
msgstr " "
-#: ../../network/network.pm_.c:302
+#: ../../network/network.pm_.c:311
msgid "(bootp/dhcp)"
msgstr "(bootp/dhcp)"
-#: ../../network/network.pm_.c:302
+#: ../../network/network.pm_.c:311
msgid "Automatic IP"
msgstr " IP"
-#: ../../network/network.pm_.c:323 ../../printerdrake.pm_.c:406
+#: ../../network/network.pm_.c:332 ../../printerdrake.pm_.c:712
msgid "IP address should be in format 1.2.3.4"
msgstr "IP 1.2.3.4"
-#: ../../network/network.pm_.c:351
+#: ../../network/network.pm_.c:361
msgid ""
"Please enter your host name.\n"
"Your host name should be a fully-qualified host name,\n"
@@ -6082,63 +6583,64 @@ msgstr ""
" ``mybox.mylab.myco.com''.\n"
" IP , "
-#: ../../network/network.pm_.c:356
+#: ../../network/network.pm_.c:366
msgid "DNS server"
msgstr "DNS "
-#: ../../network/network.pm_.c:357 ../../standalone/draknet_.c:599
-msgid "Gateway"
-msgstr ""
+#: ../../network/network.pm_.c:367
+#, c-format
+msgid "Gateway (e.g. %s)"
+msgstr ""
-#: ../../network/network.pm_.c:359
+#: ../../network/network.pm_.c:369
msgid "Gateway device"
msgstr " "
-#: ../../network/network.pm_.c:371
+#: ../../network/network.pm_.c:381
msgid "Proxies configuration"
msgstr " proxy"
-#: ../../network/network.pm_.c:372
+#: ../../network/network.pm_.c:382
msgid "HTTP proxy"
msgstr "HTTP proxy"
-#: ../../network/network.pm_.c:373
+#: ../../network/network.pm_.c:383
msgid "FTP proxy"
msgstr "FTP proxy"
-#: ../../network/network.pm_.c:374
+#: ../../network/network.pm_.c:384
msgid "Track network card id (usefull for laptops)"
msgstr ""
-#: ../../network/network.pm_.c:377
+#: ../../network/network.pm_.c:387
msgid "Proxy should be http://..."
msgstr "Proxy http://..."
-#: ../../network/network.pm_.c:378
+#: ../../network/network.pm_.c:388
msgid "Proxy should be ftp://..."
msgstr "Proxy ftp://..."
-#: ../../network/tools.pm_.c:38
+#: ../../network/tools.pm_.c:39
msgid "Internet configuration"
msgstr " "
-#: ../../network/tools.pm_.c:39
+#: ../../network/tools.pm_.c:40
msgid "Do you want to try to connect to the Internet now?"
msgstr " ?"
-#: ../../network/tools.pm_.c:43 ../../standalone/draknet_.c:189
+#: ../../network/tools.pm_.c:44 ../../standalone/draknet_.c:197
msgid "Testing your connection..."
msgstr " ..."
-#: ../../network/tools.pm_.c:49 ../../standalone/draknet_.c:220
+#: ../../network/tools.pm_.c:50
msgid "The system is now connected to Internet."
msgstr " ."
-#: ../../network/tools.pm_.c:50
+#: ../../network/tools.pm_.c:51
msgid "For Security reason, it will be disconnected now."
msgstr " , "
-#: ../../network/tools.pm_.c:51 ../../standalone/draknet_.c:220
+#: ../../network/tools.pm_.c:52
msgid ""
"The system doesn't seem to be connected to internet.\n"
"Try to reconfigure your connection."
@@ -6146,86 +6648,90 @@ msgstr ""
", .\n"
" ."
-#: ../../network/tools.pm_.c:75
+#: ../../network/tools.pm_.c:76
msgid "Connection Configuration"
msgstr " "
-#: ../../network/tools.pm_.c:76
+#: ../../network/tools.pm_.c:77
msgid "Please fill or check the field below"
msgstr " "
-#: ../../network/tools.pm_.c:78 ../../standalone/draknet_.c:586
+#: ../../network/tools.pm_.c:79 ../../standalone/draknet_.c:608
msgid "Card IRQ"
msgstr "IRQ "
-#: ../../network/tools.pm_.c:79 ../../standalone/draknet_.c:587
+#: ../../network/tools.pm_.c:80 ../../standalone/draknet_.c:609
msgid "Card mem (DMA)"
msgstr " (DMA) "
-#: ../../network/tools.pm_.c:80 ../../standalone/draknet_.c:588
+#: ../../network/tools.pm_.c:81 ../../standalone/draknet_.c:610
msgid "Card IO"
msgstr "IO "
-#: ../../network/tools.pm_.c:81 ../../standalone/draknet_.c:589
+#: ../../network/tools.pm_.c:82 ../../standalone/draknet_.c:611
msgid "Card IO_0"
msgstr "IO_0 "
-#: ../../network/tools.pm_.c:82 ../../standalone/draknet_.c:590
+#: ../../network/tools.pm_.c:83 ../../standalone/draknet_.c:612
msgid "Card IO_1"
msgstr "IO_1 "
-#: ../../network/tools.pm_.c:83 ../../standalone/draknet_.c:591
+#: ../../network/tools.pm_.c:84 ../../standalone/draknet_.c:613
msgid "Your personal phone number"
msgstr " "
-#: ../../network/tools.pm_.c:84 ../../standalone/draknet_.c:592
+#: ../../network/tools.pm_.c:85 ../../standalone/draknet_.c:614
msgid "Provider name (ex provider.net)"
msgstr " (. provider.net)"
-#: ../../network/tools.pm_.c:85 ../../standalone/draknet_.c:593
+#: ../../network/tools.pm_.c:86 ../../standalone/draknet_.c:615
msgid "Provider phone number"
msgstr " "
-#: ../../network/tools.pm_.c:86 ../../standalone/draknet_.c:594
+#: ../../network/tools.pm_.c:87 ../../standalone/draknet_.c:616
msgid "Provider dns 1 (optional)"
msgstr "IP DNS ()"
-#: ../../network/tools.pm_.c:87 ../../standalone/draknet_.c:595
+#: ../../network/tools.pm_.c:88 ../../standalone/draknet_.c:617
msgid "Provider dns 2 (optional)"
msgstr "IP DNS ()"
-#: ../../network/tools.pm_.c:88
+#: ../../network/tools.pm_.c:89
#, fuzzy
msgid "Choose your country"
msgstr " "
-#: ../../network/tools.pm_.c:89 ../../standalone/draknet_.c:598
+#: ../../network/tools.pm_.c:90 ../../standalone/draknet_.c:620
msgid "Dialing mode"
msgstr " "
-#: ../../network/tools.pm_.c:90 ../../standalone/draknet_.c:610
+#: ../../network/tools.pm_.c:91 ../../standalone/draknet_.c:632
#, fuzzy
msgid "Connection speed"
msgstr " : "
-#: ../../network/tools.pm_.c:91 ../../standalone/draknet_.c:611
+#: ../../network/tools.pm_.c:92 ../../standalone/draknet_.c:633
#, fuzzy
msgid "Connection timeout (in sec)"
msgstr " : "
-#: ../../network/tools.pm_.c:92 ../../standalone/draknet_.c:596
+#: ../../network/tools.pm_.c:93 ../../standalone/draknet_.c:618
msgid "Account Login (user name)"
msgstr " ( )"
-#: ../../network/tools.pm_.c:93 ../../standalone/draknet_.c:597
+#: ../../network/tools.pm_.c:94 ../../standalone/draknet_.c:619
msgid "Account Password"
msgstr ""
-#: ../../partition_table.pm_.c:622
+#: ../../partition_table.pm_.c:600
+msgid "mount failed: "
+msgstr " : "
+
+#: ../../partition_table.pm_.c:664
msgid "Extended partition not supported on this platform"
msgstr " "
-#: ../../partition_table.pm_.c:640
+#: ../../partition_table.pm_.c:682
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 "
@@ -6235,21 +6741,21 @@ msgstr ""
" , , "
" (extended) "
-#: ../../partition_table.pm_.c:744
+#: ../../partition_table.pm_.c:770
#, c-format
msgid "Restoring from file %s failed: %s"
msgstr " %s %s"
-#: ../../partition_table.pm_.c:746
+#: ../../partition_table.pm_.c:772
msgid "Bad backup file"
msgstr " "
-#: ../../partition_table.pm_.c:768
+#: ../../partition_table.pm_.c:794
#, c-format
msgid "Error writing to file %s"
msgstr " %s"
-#: ../../partition_table_raw.pm_.c:154
+#: ../../partition_table_raw.pm_.c:186
msgid ""
"Something bad is happening on your drive. \n"
"A test to check the integrity of data has failed. \n"
@@ -6295,7 +6801,7 @@ msgstr ""
msgid "PDQ - Print, Don't Queue"
msgstr ""
-#: ../../printer.pm_.c:32
+#: ../../printer.pm_.c:32 ../../printer.pm_.c:871
msgid "CUPS"
msgstr ""
@@ -6311,65 +6817,145 @@ msgstr ""
msgid "PDQ"
msgstr ""
-#: ../../printer.pm_.c:40
+#: ../../printer.pm_.c:47
msgid "Local printer"
msgstr " "
-#: ../../printer.pm_.c:41
+#: ../../printer.pm_.c:48
msgid "Remote printer"
msgstr " "
-#: ../../printer.pm_.c:42
+#: ../../printer.pm_.c:49
#, fuzzy
msgid "Printer on remote CUPS server"
msgstr " CUPS "
-#: ../../printer.pm_.c:43
+#: ../../printer.pm_.c:50 ../../printerdrake.pm_.c:734
#, fuzzy
msgid "Printer on remote lpd server"
msgstr " lpd "
-#: ../../printer.pm_.c:44
-msgid "Network printer (socket)"
+#: ../../printer.pm_.c:51
+#, fuzzy
+msgid "Network printer (TCP/Socket)"
msgstr " ()"
-#: ../../printer.pm_.c:45
+#: ../../printer.pm_.c:52
#, fuzzy
msgid "Printer on SMB/Windows 95/98/NT server"
msgstr "SMB/Windows 95/98/NT"
-#: ../../printer.pm_.c:46
+#: ../../printer.pm_.c:53
#, fuzzy
msgid "Printer on NetWare server"
msgstr " "
-#: ../../printer.pm_.c:47
+#: ../../printer.pm_.c:54 ../../printerdrake.pm_.c:738
#, fuzzy
msgid "Enter a printer device URI"
msgstr " "
-#: ../../printer.pm_.c:48
+#: ../../printer.pm_.c:55
msgid "Pipe job into a command"
msgstr ""
-#: ../../printer.pm_.c:418 ../../printer.pm_.c:839
-#: ../../printerdrake.pm_.c:1227 ../../printerdrake.pm_.c:2023
+#: ../../printer.pm_.c:504 ../../printer.pm_.c:695 ../../printer.pm_.c:1017
+#: ../../printerdrake.pm_.c:1665 ../../printerdrake.pm_.c:2730
msgid "Unknown model"
msgstr ""
-#: ../../printer.pm_.c:546 ../../printerdrake.pm_.c:790
+#: ../../printer.pm_.c:532
+#, fuzzy
+msgid "Local Printers"
+msgstr " "
+
+#: ../../printer.pm_.c:534 ../../printer.pm_.c:872
+#, fuzzy
+msgid "Remote Printers"
+msgstr " "
+
+#: ../../printer.pm_.c:541 ../../printerdrake.pm_.c:248
+#, c-format
+msgid " on parallel port \\/*%s"
+msgstr ""
+
+#: ../../printer.pm_.c:544 ../../printerdrake.pm_.c:250
+#, c-format
+msgid ", USB printer \\/*%s"
+msgstr ""
+
+#: ../../printer.pm_.c:549
+#, c-format
+msgid ", multi-function device on parallel port \\/*%s"
+msgstr ""
+
+#: ../../printer.pm_.c:552
+msgid ", multi-function device on USB"
+msgstr ""
+
+#: ../../printer.pm_.c:554
+msgid ", multi-function device on HP JetDirect"
+msgstr ""
+
+#: ../../printer.pm_.c:556
+msgid ", multi-function device"
+msgstr ""
+
+#: ../../printer.pm_.c:559
+#, fuzzy, c-format
+msgid ", printing to %s"
+msgstr " %s"
+
+#: ../../printer.pm_.c:561
+#, c-format
+msgid "on LPD server \"%s\", printer \"%s\""
+msgstr ""
+
+#: ../../printer.pm_.c:563
+#, c-format
+msgid ", TCP/IP host \"%s\", port %s"
+msgstr ""
+
+#: ../../printer.pm_.c:567
+#, c-format
+msgid "on Windows server \"%s\", share \"%s\""
+msgstr ""
+
+#: ../../printer.pm_.c:571
+#, c-format
+msgid "on Novell server \"%s\", printer \"%s\""
+msgstr ""
+
+#: ../../printer.pm_.c:573
+#, c-format
+msgid ", using command %s"
+msgstr ""
+
+#: ../../printer.pm_.c:692 ../../printerdrake.pm_.c:1136
msgid "Raw printer (No driver)"
msgstr ""
-#: ../../printer.pm_.c:693
+#: ../../printer.pm_.c:841
#, fuzzy, c-format
msgid "(on %s)"
msgstr "( %s)"
-#: ../../printer.pm_.c:695
+#: ../../printer.pm_.c:843
msgid "(on this machine)"
msgstr ""
+#: ../../printer.pm_.c:868
+#, fuzzy, c-format
+msgid "On CUPS server \"%s\""
+msgstr "IP CUPS"
+
+#: ../../printer.pm_.c:874 ../../printerdrake.pm_.c:2391
+#: ../../printerdrake.pm_.c:2402 ../../printerdrake.pm_.c:2618
+#: ../../printerdrake.pm_.c:2670 ../../printerdrake.pm_.c:2697
+#: ../../printerdrake.pm_.c:2867 ../../printerdrake.pm_.c:2869
+msgid " (Default)"
+msgstr " ()"
+
#: ../../printerdrake.pm_.c:22
msgid "Select Printer Connection"
msgstr " "
@@ -6382,434 +6968,697 @@ msgstr " ?"
#, fuzzy
msgid ""
"\n"
-"Printers on remote CUPS servers you do not have to configure\n"
-"here; these printers will be automatically detected. Please\n"
-"select \"Printer on remote CUPS server\" in this case."
+"Printers on remote CUPS servers you do not have to configure here; these "
+"printers will be automatically detected."
msgstr ""
" CUPS, \n"
" ; .\n"
" , \" CUPS \"."
-#: ../../printerdrake.pm_.c:84 ../../printerdrake.pm_.c:88
-#: ../../printerdrake.pm_.c:89 ../../printerdrake.pm_.c:159
+#: ../../printerdrake.pm_.c:69 ../../printerdrake.pm_.c:2454
#, fuzzy
-msgid "None"
-msgstr ""
+msgid "CUPS configuration"
+msgstr " "
-#: ../../printerdrake.pm_.c:85 ../../printerdrake.pm_.c:160
+#: ../../printerdrake.pm_.c:70 ../../printerdrake.pm_.c:2455
#, fuzzy
-msgid "Choose a default printer!"
-msgstr " :"
+msgid "Specify CUPS server"
+msgstr " CUPS "
-#: ../../printerdrake.pm_.c:105
+#: ../../printerdrake.pm_.c:71
msgid ""
-"With remote CUPS servers, you do not have to configure any \n"
-"printer here; CUPS servers inform your machine automatically\n"
-"about their printers. All printers known to your machine\n"
-"currently are listed in the \"Default printer\" field. Choose\n"
-"the default printer for your machine there and click the\n"
-"\"Apply/Re-read printers\" button. Click the same button to\n"
-"refresh the list (it can take up to 30 seconds after the start\n"
-"of CUPS until all remote printers are visible).\n"
-"When your CUPS server is in a different network, you have to \n"
-"give the CUPS server IP address and optionally the port number\n"
-"to get the printer information from the server, otherwise leave\n"
-"these fields blank."
+"To get access to printers on remote CUPS servers in your local network you "
+"do not have to configure anything; the CUPS servers inform your machine "
+"automatically about their printers. All printers currently known to your "
+"machine are listed in the \"Remote printers\" section in the main window of "
+"Printerdrake. When your CUPS server is not in your local network, you have "
+"to enter the CUPS server IP address and optionally the port number to get "
+"the printer information from the server, otherwise leave these fields blank."
msgstr ""
-#: ../../printerdrake.pm_.c:117
+#: ../../printerdrake.pm_.c:72
msgid ""
"\n"
-"Normally, CUPS is automatically configured according to your\n"
-"network environment, so that you can access the printers on the\n"
-"CUPS servers in your local network. If this does not work \n"
-"correctly, turn off \"Automatic CUPS configuration\" and edit\n"
-"your file /etc/cups/cupsd.conf manually. Do not forget to restart\n"
-"CUPS afterwards (command: \"service cups restart\")."
+"Normally, CUPS is automatically configured according to your network "
+"environment, so that you can access the printers on the CUPS servers in your "
+"local network. If this does not work correctly, turn off \"Automatic CUPS "
+"configuration\" and edit your file /etc/cups/cupsd.conf manually. Do not "
+"forget to restart CUPS afterwards (command: \"service cups restart\")."
msgstr ""
-#: ../../printerdrake.pm_.c:124 ../../printerdrake.pm_.c:1290
-#: ../../printerdrake.pm_.c:1294 ../../printerdrake.pm_.c:1295
-#: ../../printerdrake.pm_.c:1296 ../../printerdrake.pm_.c:2011
-msgid "Close"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:125
-#, fuzzy
-msgid "Apply/Re-read printers"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:129
+#: ../../printerdrake.pm_.c:76
#, fuzzy
msgid "The IP address should look like 192.168.1.20"
msgstr "IP 1.2.3.4"
-#: ../../printerdrake.pm_.c:134 ../../printerdrake.pm_.c:541
+#: ../../printerdrake.pm_.c:80 ../../printerdrake.pm_.c:862
#, fuzzy
msgid "The port number should be an integer!"
msgstr " "
-#: ../../printerdrake.pm_.c:141 ../../printerdrake.pm_.c:2095
-#, fuzzy
-msgid "Default printer"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:146
+#: ../../printerdrake.pm_.c:87
msgid "CUPS server IP"
msgstr "IP CUPS"
-#: ../../printerdrake.pm_.c:147 ../../printerdrake.pm_.c:534
+#: ../../printerdrake.pm_.c:88 ../../printerdrake.pm_.c:855
msgid "Port"
msgstr ""
-#: ../../printerdrake.pm_.c:149
+#: ../../printerdrake.pm_.c:90
#, fuzzy
msgid "Automatic CUPS configuration"
msgstr " "
-#: ../../printerdrake.pm_.c:217
+#: ../../printerdrake.pm_.c:145 ../../standalone/scannerdrake_.c:42
#, fuzzy
msgid "Detecting devices ..."
msgstr " ..."
-#: ../../printerdrake.pm_.c:217
+#: ../../printerdrake.pm_.c:145 ../../standalone/scannerdrake_.c:42
msgid "Test ports"
msgstr " "
-#: ../../printerdrake.pm_.c:238
-#, c-format
-msgid "A printer, model \"%s\", has been detected on "
-msgstr " \"%s\" "
+#: ../../printerdrake.pm_.c:167 ../../printerdrake.pm_.c:2437
+#: ../../printerdrake.pm_.c:2556
+#, fuzzy
+msgid "Add a new printer"
+msgstr " "
-#: ../../printerdrake.pm_.c:255
-msgid "Local Printer Device"
+#: ../../printerdrake.pm_.c:168
+msgid ""
+"\n"
+"Welcome to the Printer Setup Wizard\n"
+"\n"
+"This wizard allows you to install local or remote printers to be used from "
+"this machine and also from other machines in the network.\n"
+"\n"
+"It asks you for all necessary information to set up the printer and gives "
+"you access to all available printer drivers, driver options, and printer "
+"connection types."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:176 ../../printerdrake.pm_.c:203
+#: ../../printerdrake.pm_.c:378 ../../printerdrake.pm_.c:393
+#: ../../printerdrake.pm_.c:403 ../../printerdrake.pm_.c:466
+#, fuzzy
+msgid "Local Printer"
msgstr " "
+#: ../../printerdrake.pm_.c:177
+msgid ""
+"\n"
+"Welcome to the Printer Setup Wizard\n"
+"\n"
+"This wizard will help you to install your printer(s) connected to this "
+"computer.\n"
+"\n"
+"Please plug in your printer(s) on this computer and turn it/them on. Click "
+"on \"Next\" when you are ready, and on \"Cancel\" when you do not want to "
+"set up your printer(s) now.\n"
+"\n"
+"Note that some computers can crash during the printer auto-detection, turn "
+"off \"Auto-detect printers\" to do a printer installation without auto-"
+"detection. Use the \"Expert Mode\" of printerdrake when you want to set up "
+"printing on a remote printer if printerdrake does not list it automatically."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:186
+#, fuzzy
+msgid "Auto-detect printers"
+msgstr " "
+
+#: ../../printerdrake.pm_.c:204
+msgid ""
+"\n"
+"Congratulations, your printer is now installed and configured!\n"
+"\n"
+"You can print using the \"Print\" command of your application (usually in "
+"the \"File\" menu).\n"
+"\n"
+"If you want to add, remove, or rename a printer, or if you want to change "
+"the default option settings (paper input tray, printout quality, ...), "
+"select \"Printer\" in the \"Hardware\" section of the Mandrake Control "
+"Center."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:223
+msgid "Auto-Detection of Printers"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:224
+msgid ""
+"Printerdrake is able to auto-detect your locally connected parallel and USB "
+"printers for you, but note that on some systems the auto-detection CAN "
+"FREEZE YOUR SYSTEM AND THIS CAN LEAD TO CORRUPTED FILE SYSTEMS! So do it ON "
+"YOUR OWN RISK!\n"
+"\n"
+"Do you really want to get your printers auto-detected?"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:227 ../../printerdrake.pm_.c:229
+#: ../../printerdrake.pm_.c:230
+#, fuzzy
+msgid "Do auto-detection"
+msgstr " "
+
+#: ../../printerdrake.pm_.c:228
+#, fuzzy
+msgid "Set up printer manually"
+msgstr " "
+
#: ../../printerdrake.pm_.c:256
+#, fuzzy, c-format
+msgid "Detected %s"
+msgstr " %s"
+
+#: ../../printerdrake.pm_.c:260 ../../printerdrake.pm_.c:287
+#: ../../printerdrake.pm_.c:306
+#, c-format
+msgid "Printer on parallel port \\/*%s"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:262 ../../printerdrake.pm_.c:289
+#: ../../printerdrake.pm_.c:311
+#, c-format
+msgid "USB printer \\/*%s"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:379
msgid ""
-"What device is your printer connected to \n"
-"(note that /dev/lp0 is equivalent to LPT1:)?\n"
+"No local printer found! To manually install a printer enter a device name/"
+"file name in the input line (Parallel Ports: /dev/lp0, /dev/lp1, ..., "
+"equivalent to LPT1:, LPT2:, ..., 1st USB printer: /dev/usb/lp0, 2nd USB "
+"printer: /dev/usb/lp1, ...)."
msgstr ""
-" \n"
-"(? - /dev/lp0 LPT1:)?\n"
-#: ../../printerdrake.pm_.c:258
-msgid "Printer Device"
-msgstr ""
+#: ../../printerdrake.pm_.c:383
+#, fuzzy
+msgid "You must enter a device or file name!"
+msgstr " "
+
+#: ../../printerdrake.pm_.c:394
+#, fuzzy
+msgid ""
+"No local printer found!\n"
+"\n"
+msgstr " "
-#: ../../printerdrake.pm_.c:261
-msgid "Device/file name missing!"
+#: ../../printerdrake.pm_.c:395
+msgid ""
+"Network printers can only be installed after the installation. Choose "
+"\"Hardware\" and then \"Printer\" in the Mandrake Control Center."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:396
+msgid ""
+"To install network printers, click \"Cancel\", switch to the \"Expert Mode"
+"\", and click \"Add a new printer\" again."
msgstr ""
-#: ../../printerdrake.pm_.c:274 ../../printerdrake.pm_.c:698
-#: ../../printerdrake.pm_.c:786
+#: ../../printerdrake.pm_.c:407
+msgid ""
+"The following printer was auto-detected, if it is not the one you want to "
+"configure, enter a device name/file name in the input line"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:408
+msgid ""
+"Here is a list of all auto-detected printers. Please choose the printer you "
+"want to set up or enter a device name/file name in the input line"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:410
+msgid ""
+"The following printer was auto-detected. The configuration of the printer "
+"will work fully automatically. If your printer was not correctly detected or "
+"if you prefer a customized printer configuration, turn on \"Manual "
+"configuration\"."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:411
+msgid ""
+"Here is a list of all auto-detected printers. Please choose the printer you "
+"want to set up. The configuration of the printer will work fully "
+"automatically. If your printer was not correctly detected or if you prefer a "
+"customized printer configuration, turn on \"Manual configuration\"."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:413
+msgid ""
+"Please choose the port where your printer is connected to or enter a device "
+"name/file name in the input line"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:414
+#, fuzzy
+msgid "Please choose the port where your printer is connected to."
+msgstr ", ."
+
+#: ../../printerdrake.pm_.c:416
+msgid ""
+" (Parallel Ports: /dev/lp0, /dev/lp1, ..., equivalent to LPT1:, LPT2:, ..., "
+"1st USB printer: /dev/usb/lp0, 2nd USB printer: /dev/usb/lp1, ...)."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:421
+#, fuzzy
+msgid "You must choose/enter a printer/device!"
+msgstr " "
+
+#: ../../printerdrake.pm_.c:441
+#, fuzzy
+msgid "Manual configuration"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:467
+msgid ""
+"Is your printer a multi-function device from HP (OfficeJet, PSC, PhotoSmart, "
+"LaserJet 1100/1200/1220/3200/3300 with scanner)?"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:482
+#, fuzzy
+msgid "Installing HPOJ package..."
+msgstr " %s"
+
+#: ../../printerdrake.pm_.c:487
+msgid "Checking device and configuring HPOJ ..."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:505
+#, fuzzy
+msgid "Installing SANE package..."
+msgstr " %s"
+
+#: ../../printerdrake.pm_.c:517
+msgid "Scanning on your HP multi-function device"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:534
+#, fuzzy
+msgid "Making printer port available for CUPS ..."
+msgstr " CUPS..."
+
+#: ../../printerdrake.pm_.c:544 ../../printerdrake.pm_.c:1018
+#: ../../printerdrake.pm_.c:1132
#, fuzzy
msgid "Reading printer database ..."
msgstr " CUPS..."
-#: ../../printerdrake.pm_.c:312
+#: ../../printerdrake.pm_.c:624
msgid "Remote lpd Printer Options"
msgstr " lpd"
-#: ../../printerdrake.pm_.c:313
+#: ../../printerdrake.pm_.c:625
#, fuzzy
msgid ""
-"To use a remote lpd printer, you need to supply\n"
-"the hostname of the printer server and the printer name\n"
-"on that server."
+"To use a remote lpd printer, you need to supply the hostname of the printer "
+"server and the printer name on that server."
msgstr ""
" "
" , "
" ."
-#: ../../printerdrake.pm_.c:316
+#: ../../printerdrake.pm_.c:626
#, fuzzy
msgid "Remote host name"
msgstr " "
-#: ../../printerdrake.pm_.c:317
+#: ../../printerdrake.pm_.c:627
#, fuzzy
msgid "Remote printer name"
msgstr " "
-#: ../../printerdrake.pm_.c:320
+#: ../../printerdrake.pm_.c:630
#, fuzzy
msgid "Remote host name missing!"
msgstr " "
-#: ../../printerdrake.pm_.c:324
+#: ../../printerdrake.pm_.c:634
#, fuzzy
msgid "Remote printer name missing!"
msgstr " "
-#: ../../printerdrake.pm_.c:392
+#: ../../printerdrake.pm_.c:702
msgid "SMB (Windows 9x/NT) Printer Options"
msgstr " SMB (Windows 9x/NT)"
-#: ../../printerdrake.pm_.c:393
+#: ../../printerdrake.pm_.c:703
+#, fuzzy
msgid ""
-"To print to a SMB printer, you need to provide the\n"
-"SMB host name (Note! It may be different from its\n"
-"TCP/IP hostname!) and possibly the IP address of the print server, as\n"
-"well as the share name for the printer you wish to access and any\n"
-"applicable user name, password, and workgroup information."
+"To print to a SMB printer, you need to provide the SMB host name (Note! It "
+"may be different from its TCP/IP hostname!) and possibly the IP address of "
+"the print server, as well as the share name for the printer you wish to "
+"access and any applicable user name, password, and workgroup information."
msgstr ""
" SMB SMB ( "
" TCP/IP) IP , "
", , , "
" ."
-#: ../../printerdrake.pm_.c:398
+#: ../../printerdrake.pm_.c:704
msgid "SMB server host"
msgstr " SMB"
-#: ../../printerdrake.pm_.c:399
+#: ../../printerdrake.pm_.c:705
msgid "SMB server IP"
msgstr "IP SMB"
-#: ../../printerdrake.pm_.c:400
+#: ../../printerdrake.pm_.c:706
msgid "Share name"
msgstr " "
-#: ../../printerdrake.pm_.c:403
+#: ../../printerdrake.pm_.c:709
msgid "Workgroup"
msgstr " "
-#: ../../printerdrake.pm_.c:410
+#: ../../printerdrake.pm_.c:716
msgid "Either the server name or the server's IP must be given!"
msgstr ""
-#: ../../printerdrake.pm_.c:414
+#: ../../printerdrake.pm_.c:720
msgid "Samba share name missing!"
msgstr ""
-#: ../../printerdrake.pm_.c:473
+#: ../../printerdrake.pm_.c:725
+msgid "SECURITY WARNING!"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:726
+#, c-format
+msgid ""
+"You are about to set up printing to a Windows account with password. Due to "
+"a fault in the architecture of the Samba client software the password is put "
+"in clear text into the command line of the Samba client used to transmit the "
+"print job to the Windows server. So it is possible for every user on this "
+"machine to display the password on the screen by issuing commands as \"ps "
+"auxwww\".\n"
+"\n"
+"We recommend to make use of one of the following alternatives (in all cases "
+"you have to make sure that only machines from your local network have access "
+"to your Windows server, for example by means of a firewall):\n"
+"\n"
+"Use a password-less account on your Windows server, as the \"GUEST\" account "
+"or a special account dedicated for printing. Do not remove the password "
+"protection from a personal account or the administrator account.\n"
+"\n"
+"Set up your Windows server to make the printer available under the LPD "
+"protocol. Then set up printing from this machine with the \"%s\" connection "
+"type in Printerdrake.\n"
+"\n"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:736
+#, c-format
+msgid ""
+"Set up your Windows server to make the printer available under the IPP "
+"protocol and set up printing from this machine with the \"%s\" connection "
+"type in Printerdrake.\n"
+"\n"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:739
+msgid ""
+"Connect your printer to a Linux server and let your Windows machine(s) "
+"connect to it as a client.\n"
+"\n"
+"Do you really want to continue setting up this printer as you are doing now?"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:801
msgid "NetWare Printer Options"
msgstr " NetWare"
-#: ../../printerdrake.pm_.c:474
+#: ../../printerdrake.pm_.c:802
+#, fuzzy
msgid ""
-"To print on a NetWare printer, you need to provide the\n"
-"NetWare print server name (Note! it may be different from its\n"
-"TCP/IP hostname!) as well as the print queue name for the printer you\n"
-"wish to access and any applicable user name and password."
+"To print on a NetWare printer, you need to provide the NetWare print server "
+"name (Note! it may be different from its TCP/IP hostname!) as well as the "
+"print queue name for the printer you wish to access and any applicable user "
+"name and password."
msgstr ""
" NetWare "
"NetWare ( TCP/IP) , "
" , ."
-#: ../../printerdrake.pm_.c:478
+#: ../../printerdrake.pm_.c:803
msgid "Printer Server"
msgstr " "
-#: ../../printerdrake.pm_.c:479
+#: ../../printerdrake.pm_.c:804
msgid "Print Queue Name"
msgstr " "
-#: ../../printerdrake.pm_.c:484
+#: ../../printerdrake.pm_.c:809
msgid "NCP server name missing!"
msgstr ""
-#: ../../printerdrake.pm_.c:488
+#: ../../printerdrake.pm_.c:813
msgid "NCP queue name missing!"
msgstr ""
-#: ../../printerdrake.pm_.c:527
-msgid "Socket Printer Options"
+#: ../../printerdrake.pm_.c:852
+#, fuzzy
+msgid "TCP/Socket Printer Options"
msgstr " Socket"
-#: ../../printerdrake.pm_.c:528
+#: ../../printerdrake.pm_.c:853
msgid ""
-"To print to a socket printer, you need to provide the\n"
-"host name of the printer and optionally the port number.\n"
-"On HP JetDirect servers the port number is usually 9100,\n"
-"on other servers it can vary. See the manual of your\n"
+"To print to a TCP or socket printer, you need to provide the host name of "
+"the printer and optionally the port number. On HP JetDirect servers the port "
+"number is usually 9100, on other servers it can vary. See the manual of your "
"hardware."
msgstr ""
-#: ../../printerdrake.pm_.c:533
+#: ../../printerdrake.pm_.c:854
#, fuzzy
msgid "Printer host name"
msgstr " "
-#: ../../printerdrake.pm_.c:537
+#: ../../printerdrake.pm_.c:858
#, fuzzy
msgid "Printer host name missing!"
msgstr " "
-#: ../../printerdrake.pm_.c:566 ../../printerdrake.pm_.c:568
+#: ../../printerdrake.pm_.c:887 ../../printerdrake.pm_.c:889
msgid "Printer Device URI"
msgstr " "
-#: ../../printerdrake.pm_.c:567
+#: ../../printerdrake.pm_.c:888
msgid ""
"You can specify directly the URI to access the printer. The URI must fulfill "
"either the CUPS or the Foomatic specifications. Note that not all URI types "
"are supported by all the spoolers."
msgstr ""
-#: ../../printerdrake.pm_.c:582
+#: ../../printerdrake.pm_.c:903
msgid "A valid URI must be entered!"
msgstr ""
-#: ../../printerdrake.pm_.c:682
+#: ../../printerdrake.pm_.c:1004
msgid ""
-"Every printer needs a name (for example lp).\n"
-"The Description and Location fields do not need \n"
-"to be filled in. They are comments for the users."
+"Every printer needs a name (for example \"printer\"). The Description and "
+"Location fields do not need to be filled in. They are comments for the users."
msgstr ""
-#: ../../printerdrake.pm_.c:685
+#: ../../printerdrake.pm_.c:1005
msgid "Name of printer"
msgstr " "
-#: ../../printerdrake.pm_.c:686
+#: ../../printerdrake.pm_.c:1006
msgid "Description"
msgstr ""
-#: ../../printerdrake.pm_.c:687
+#: ../../printerdrake.pm_.c:1007
msgid "Location"
msgstr ""
-#: ../../printerdrake.pm_.c:701
+#: ../../printerdrake.pm_.c:1021
#, fuzzy
msgid "Preparing printer database ..."
msgstr " CUPS..."
-#: ../../printerdrake.pm_.c:793
+#: ../../printerdrake.pm_.c:1112
+#, fuzzy
+msgid "Your printer model"
+msgstr " "
+
+#: ../../printerdrake.pm_.c:1113
+#, c-format
+msgid ""
+"Printerdrake has compared the model name resulting from the printer auto-"
+"detection with the models listed in its printer database to find the best "
+"match. This choice can be wrong, especially when your printer is not listed "
+"at all in the database. So check whether the choice is correct and click "
+"\"The model is correct\" if so and if not, click \"Select model manually\" "
+"so that you can choose your printer model manually on the next screen.\n"
+"\n"
+"For your printer Printerdrake has found:\n"
+"\n"
+"%s"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1118 ../../printerdrake.pm_.c:1121
+#, fuzzy
+msgid "The model is correct"
+msgstr " ?"
+
+#: ../../printerdrake.pm_.c:1119 ../../printerdrake.pm_.c:1120
+#: ../../printerdrake.pm_.c:1123
+#, fuzzy
+msgid "Select model manually"
+msgstr " "
+
+#: ../../printerdrake.pm_.c:1139
#, fuzzy
msgid "Printer model selection"
msgstr " "
-#: ../../printerdrake.pm_.c:794
+#: ../../printerdrake.pm_.c:1140
#, fuzzy
msgid "Which printer model do you have?"
msgstr " ?"
-#: ../../printerdrake.pm_.c:866
+#: ../../printerdrake.pm_.c:1141
+msgid ""
+"\n"
+"\n"
+"Please check whether Printerdrake did the auto-detection of your printer "
+"model correctly. Search the correct model in the list when the cursor is "
+"standing on a wrong model or on \"Raw printer\"."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1144
+msgid ""
+"If your printer is not listed, choose a compatible (see printer manual) or a "
+"similar one."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1220
#, fuzzy
msgid "OKI winprinter configuration"
msgstr " "
-#: ../../printerdrake.pm_.c:867
+#: ../../printerdrake.pm_.c:1221
msgid ""
"You are configuring an OKI laser winprinter. These printers\n"
-"use a very special communication protocol and therefore they\n"
-"work only when connected to the first parallel port. When\n"
-"your printer is connected to another port or to a print\n"
-"server box please connect the printer to the first parallel\n"
-"port before you print a test page. Otherwise the printer\n"
-"will not work. Your connection type setting will be ignored\n"
-"by the driver."
+"use a very special communication protocol and therefore they work only when "
+"connected to the first parallel port. When your printer is connected to "
+"another port or to a print server box please connect the printer to the "
+"first parallel port before you print a test page. Otherwise the printer will "
+"not work. Your connection type setting will be ignored by the driver."
msgstr ""
-#: ../../printerdrake.pm_.c:916 ../../printerdrake.pm_.c:946
+#: ../../printerdrake.pm_.c:1264 ../../printerdrake.pm_.c:1291
#, fuzzy
msgid "Lexmark inkjet configuration"
msgstr " "
-#: ../../printerdrake.pm_.c:917
+#: ../../printerdrake.pm_.c:1265
msgid ""
-"The inkjet printer drivers provided by Lexmark only support\n"
-"local printers, no printers on remote machines or print server\n"
-"boxes. Please connect your printer to a local port or\n"
-"configure it on the machine where it is connected to."
+"The inkjet printer drivers provided by Lexmark only support local printers, "
+"no printers on remote machines or print server boxes. Please connect your "
+"printer to a local port or configure it on the machine where it is connected "
+"to."
msgstr ""
-#: ../../printerdrake.pm_.c:947
+#: ../../printerdrake.pm_.c:1292
msgid ""
-"To be able to print with your Lexmark inkjet and this\n"
-"configuration, you need the inkjet printer drivers\n"
-"provided by Lexmark (http://www.lexmark.com/). Go to\n"
-"the US site and click on the \"Drivers\" button. Then\n"
-"choose your model and afterwards \"Linux\" as\n"
-"operating system. The drivers come as RPM packages\n"
-"or shell scripts with interactive graphical installation.\n"
-"You do not need to do this configuration by the\n"
-"graphical frontends. Cancel directly after the license\n"
-"agreement. Then print printhead alignment pages with\n"
-"\"lexmarkmaintain\" and adjust the head alignment\n"
-"settings with this program."
+"To be able to print with your Lexmark inkjet and this configuration, you "
+"need the inkjet printer drivers provided by Lexmark (http://www.lexmark."
+"com/). Go to the US site and click on the \"Drivers\" button. Then choose "
+"your model and afterwards \"Linux\" as operating system. The drivers come as "
+"RPM packages or shell scripts with interactive graphical installation. You "
+"do not need to do this configuration by the graphical frontends. Cancel "
+"directly after the license agreement. Then print printhead alignment pages "
+"with \"lexmarkmaintain\" and adjust the head alignment settings with this "
+"program."
msgstr ""
-#: ../../printerdrake.pm_.c:1079
+#: ../../printerdrake.pm_.c:1508
msgid ""
"Printer default settings\n"
-"You should make sure that the page size and the\n"
-"ink type (if available) are set correctly. Note\n"
-"that with a very high printout quality printing\n"
-"can get substantially slower."
+"\n"
+"You should make sure that the page size and the ink type/printing mode (if "
+"available) and also the hardware configuration of laser printers (memory, "
+"duplex unit, extra trays) are set correctly. Note that with a very high "
+"printout quality/resolution printing can get substantially slower."
msgstr ""
-#: ../../printerdrake.pm_.c:1090
+#: ../../printerdrake.pm_.c:1517
#, c-format
msgid "Option %s must be an integer number!"
msgstr ""
-#: ../../printerdrake.pm_.c:1094
+#: ../../printerdrake.pm_.c:1521
#, c-format
msgid "Option %s must be a number!"
msgstr ""
-#: ../../printerdrake.pm_.c:1099
+#: ../../printerdrake.pm_.c:1526
#, c-format
msgid "Option %s out of range!"
msgstr ""
-#: ../../printerdrake.pm_.c:1136
+#: ../../printerdrake.pm_.c:1565
#, fuzzy, c-format
msgid ""
"Do you want to set this printer (\"%s\")\n"
"as the default printer?"
msgstr " ?"
-#: ../../printerdrake.pm_.c:1152
+#: ../../printerdrake.pm_.c:1582
#, fuzzy
msgid "Test pages"
msgstr " "
-#: ../../printerdrake.pm_.c:1153
+#: ../../printerdrake.pm_.c:1583
msgid ""
"Please select the test pages you want to print.\n"
-"Note: the photo test page can take a rather long time to get printed\n"
-"and on laser printers with too low memory it can even not come out.\n"
-"In most cases it is enough to print the standard test page."
+"Note: the photo test page can take a rather long time to get printed and on "
+"laser printers with too low memory it can even not come out. In most cases "
+"it is enough to print the standard test page."
msgstr ""
-#: ../../printerdrake.pm_.c:1158
+#: ../../printerdrake.pm_.c:1587
#, fuzzy
msgid "No test pages"
msgstr ", "
-#: ../../printerdrake.pm_.c:1159
+#: ../../printerdrake.pm_.c:1588
#, fuzzy
msgid "Print"
msgstr ""
-#: ../../printerdrake.pm_.c:1161
+#: ../../printerdrake.pm_.c:1590
#, fuzzy
msgid "Standard test page"
msgstr ""
-#: ../../printerdrake.pm_.c:1164
+#: ../../printerdrake.pm_.c:1593
msgid "Alternative test page (Letter)"
msgstr ""
-#: ../../printerdrake.pm_.c:1167
+#: ../../printerdrake.pm_.c:1596
#, fuzzy
msgid "Alternative test page (A4)"
msgstr " ..."
-#: ../../printerdrake.pm_.c:1169
+#: ../../printerdrake.pm_.c:1598
#, fuzzy
msgid "Photo test page"
msgstr " ..."
-#: ../../printerdrake.pm_.c:1175 ../../printerdrake.pm_.c:1297
+#: ../../printerdrake.pm_.c:1602
+#, fuzzy
+msgid "Do not print any test page"
+msgstr " ..."
+
+#: ../../printerdrake.pm_.c:1610 ../../printerdrake.pm_.c:1747
msgid "Printing test page(s)..."
msgstr " ..."
-#: ../../printerdrake.pm_.c:1200
+#: ../../printerdrake.pm_.c:1635
#, fuzzy, c-format
msgid ""
"Test page(s) have been sent to the printer.\n"
@@ -6825,7 +7674,7 @@ msgstr ""
"\n"
" ?"
-#: ../../printerdrake.pm_.c:1204
+#: ../../printerdrake.pm_.c:1639
#, fuzzy
msgid ""
"Test page(s) have been sent to the printer.\n"
@@ -6835,33 +7684,33 @@ msgstr ""
" .\n"
" ?"
-#: ../../printerdrake.pm_.c:1211
+#: ../../printerdrake.pm_.c:1646
msgid "Did it work properly?"
msgstr ""
-#: ../../printerdrake.pm_.c:1229 ../../printerdrake.pm_.c:2025
+#: ../../printerdrake.pm_.c:1667 ../../printerdrake.pm_.c:2732
#, fuzzy
msgid "Raw printer"
msgstr " "
-#: ../../printerdrake.pm_.c:1237
+#: ../../printerdrake.pm_.c:1685
#, c-format
msgid ""
"To print a file from the command line (terminal window) you can either use "
"the command \"%s <file>\" or a graphical printing tool: \"xpp <file>\" or "
-"\"qtcups <file>\". The graphical tools allow you to choose the printer and "
+"\"kprinter <file>\". The graphical tools allow you to choose the printer and "
"to modify the option settings easily.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:1239
+#: ../../printerdrake.pm_.c:1687
msgid ""
"These commands you can also use in the \"Printing command\" field of the "
"printing dialogs of many applications, but here do not supply the file name "
"because the file to print is provided by the application.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:1242 ../../printerdrake.pm_.c:1254
-#: ../../printerdrake.pm_.c:1266
+#: ../../printerdrake.pm_.c:1690 ../../printerdrake.pm_.c:1706
+#: ../../printerdrake.pm_.c:1716
#, c-format
msgid ""
"\n"
@@ -6870,43 +7719,49 @@ msgid ""
"line, e. g. \"%s <file>\". "
msgstr ""
-#: ../../printerdrake.pm_.c:1244 ../../printerdrake.pm_.c:1284
+#: ../../printerdrake.pm_.c:1693 ../../printerdrake.pm_.c:1732
+#, c-format
msgid ""
-"To get a list of the options available for the current printer read either "
-"the list shown below or click on the \"Print option list\" button.\n"
+"To know about the options available for the current printer read either the "
+"list shown below or click on the \"Print option list\" button.%s\n"
"\n"
msgstr ""
-#: ../../printerdrake.pm_.c:1249 ../../printerdrake.pm_.c:1261
+#: ../../printerdrake.pm_.c:1696
+msgid ""
+"Here is a list of the available printing options for the current printer:\n"
+"\n"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1701 ../../printerdrake.pm_.c:1711
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
"<file>\".\n"
msgstr ""
-#: ../../printerdrake.pm_.c:1251 ../../printerdrake.pm_.c:1263
-#: ../../printerdrake.pm_.c:1275
+#: ../../printerdrake.pm_.c:1703 ../../printerdrake.pm_.c:1713
+#: ../../printerdrake.pm_.c:1723
msgid ""
"This command you can also use in the \"Printing command\" field of the "
"printing dialogs of many applications. But here do not supply the file name "
"because the file to print is provided by the application.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:1256 ../../printerdrake.pm_.c:1268
+#: ../../printerdrake.pm_.c:1708 ../../printerdrake.pm_.c:1718
msgid ""
"To get a list of the options available for the current printer click on the "
-"\"Print option list\" button.\n"
-"\n"
+"\"Print option list\" button."
msgstr ""
-#: ../../printerdrake.pm_.c:1273
+#: ../../printerdrake.pm_.c:1721
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
"<file>\" or \"%s <file>\".\n"
msgstr ""
-#: ../../printerdrake.pm_.c:1277
+#: ../../printerdrake.pm_.c:1725
msgid ""
"You can also use the graphical interface \"xpdq\" for setting options and "
"handling printing jobs.\n"
@@ -6916,7 +7771,7 @@ msgid ""
"jams.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:1281
+#: ../../printerdrake.pm_.c:1729
#, c-format
msgid ""
"\n"
@@ -6925,86 +7780,123 @@ msgid ""
"line, e. g. \"%s <file>\".\n"
msgstr ""
-#: ../../printerdrake.pm_.c:1292
+#: ../../printerdrake.pm_.c:1738 ../../printerdrake.pm_.c:1744
+#: ../../printerdrake.pm_.c:1745 ../../printerdrake.pm_.c:1746
+#: ../../printerdrake.pm_.c:2716 ../../standalone/drakbackup_.c:754
+#: ../../standalone/drakbackup_.c:2458 ../../standalone/drakfont_.c:577
+#: ../../standalone/drakfont_.c:791
+msgid "Close"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1741 ../../printerdrake.pm_.c:1753
+#, fuzzy, c-format
+msgid "Printing/Scanning on \"%s\""
+msgstr " "
+
+#: ../../printerdrake.pm_.c:1742 ../../printerdrake.pm_.c:1754
#, fuzzy, c-format
msgid "Printing on the printer \"%s\""
msgstr " "
-#: ../../printerdrake.pm_.c:1294
+#: ../../printerdrake.pm_.c:1744
#, fuzzy
msgid "Print option list"
msgstr " "
-#: ../../printerdrake.pm_.c:1318 ../../printerdrake.pm_.c:1741
-#: ../../standalone/printerdrake_.c:48
+#: ../../printerdrake.pm_.c:1766
+#, c-format
+msgid ""
+"Your HP multi-function device was configured automatically to be able to "
+"scan. Now you can scan with \"scanimage\" (\"scanimage -d hp:%s\" to specify "
+"the scanner when you have more than one) from the command line or with the "
+"graphical interfaces \"xscanimage\" or \"xsane\". If you are using the GIMP, "
+"you can also scan by choosing the appropriate point in the \"File\"/\"Acquire"
+"\" menu. Call also \"man scanimage\" and \"man sane-hp\" on the command line "
+"to get more information.\n"
+"\n"
+"Do not use \"scannerdrake\" for this device!"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1772
+#, c-format
+msgid ""
+"Your HP multi-function device was configured automatically to be able to "
+"scan. Now you can scan from the command line with \"ptal-hp %s scan ...\". "
+"Scanning via a graphical interface or from the GIMP is not supported yet for "
+"your device. More information you will find in the \"/usr/share/doc/hpoj-0.8/"
+"ptal-hp-scan.html\" file on your system. If you have an HP LaserJet 1100 or "
+"1200 you can only scan when you have the scanner option installed.\n"
+"\n"
+"Do not use \"scannerdrake\" for this device!"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1794 ../../printerdrake.pm_.c:2221
+#: ../../printerdrake.pm_.c:2485 ../../standalone/printerdrake_.c:49
#, fuzzy
msgid "Reading printer data ..."
msgstr " CUPS..."
-#: ../../printerdrake.pm_.c:1338 ../../printerdrake.pm_.c:1376
-#: ../../printerdrake.pm_.c:1411
+#: ../../printerdrake.pm_.c:1814 ../../printerdrake.pm_.c:1842
+#: ../../printerdrake.pm_.c:1877
#, fuzzy
msgid "Transfer printer configuration"
msgstr " "
-#: ../../printerdrake.pm_.c:1339
+#: ../../printerdrake.pm_.c:1815
#, c-format
msgid ""
-"You can copy the printer configuration which you have done \n"
-"for the spooler %s to %s, your current spooler. All the\n"
-"configuration data (printer name, description, location, \n"
-"connection type, and default option settings) is overtaken,\n"
-"but jobs will not be transferred.\n"
-"Not all queues can be transferred due to the following \n"
-"reasons:\n"
+"You can copy the printer configuration which you have done for the spooler %"
+"s to %s, your current spooler. All the configuration data (printer name, "
+"description, location, connection type, and default option settings) is "
+"overtaken, but jobs will not be transferred.\n"
+"Not all queues can be transferred due to the following reasons:\n"
msgstr ""
-#: ../../printerdrake.pm_.c:1347
+#: ../../printerdrake.pm_.c:1818
msgid ""
-"CUPS does not support printers on Novell servers or printers\n"
-"sending the data into a free-formed command.\n"
+"CUPS does not support printers on Novell servers or printers sending the "
+"data into a free-formed command.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:1350
+#: ../../printerdrake.pm_.c:1820
msgid ""
-"PDQ only supports local printers, remote LPD printers, and\n"
-"Socket/TCP printers.\n"
+"PDQ only supports local printers, remote LPD printers, and Socket/TCP "
+"printers.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:1353
+#: ../../printerdrake.pm_.c:1822
msgid "LPD and LPRng do not support IPP printers.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:1355
+#: ../../printerdrake.pm_.c:1824
msgid ""
-"In addition, queues not created with this program or\n"
-"\"foomatic-configure\" cannot be transferred."
+"In addition, queues not created with this program or \"foomatic-configure\" "
+"cannot be transferred."
msgstr ""
-#: ../../printerdrake.pm_.c:1357
+#: ../../printerdrake.pm_.c:1825
msgid ""
"\n"
-"Also printers configured with the PPD files provided by\n"
-"their manufacturers or with native CUPS drivers can not be\n"
-"transferred."
+"Also printers configured with the PPD files provided by their manufacturers "
+"or with native CUPS drivers cannot be transferred."
msgstr ""
-#: ../../printerdrake.pm_.c:1360
+#: ../../printerdrake.pm_.c:1826
msgid ""
"\n"
"Mark the printers which you want to transfer and click \n"
"\"Transfer\"."
msgstr ""
-#: ../../printerdrake.pm_.c:1363
+#: ../../printerdrake.pm_.c:1829
msgid "Do not transfer printers"
msgstr ""
-#: ../../printerdrake.pm_.c:1364 ../../printerdrake.pm_.c:1381
+#: ../../printerdrake.pm_.c:1830 ../../printerdrake.pm_.c:1847
msgid "Transfer"
msgstr ""
-#: ../../printerdrake.pm_.c:1377
+#: ../../printerdrake.pm_.c:1843
#, c-format
msgid ""
"A printer named \"%s\" already exists under %s. \n"
@@ -7012,304 +7904,359 @@ msgid ""
"You can also type a new name or skip this printer."
msgstr ""
-#: ../../printerdrake.pm_.c:1385
+#: ../../printerdrake.pm_.c:1851
msgid "Name of printer should contain only letters, numbers and the underscore"
msgstr " , "
-#: ../../printerdrake.pm_.c:1390
+#: ../../printerdrake.pm_.c:1856
#, c-format
msgid ""
"The printer \"%s\" already exists,\n"
"do you really want to overwrite its configuration?"
msgstr ""
-#: ../../printerdrake.pm_.c:1398
+#: ../../printerdrake.pm_.c:1864
#, fuzzy
msgid "New printer name"
msgstr " "
-#: ../../printerdrake.pm_.c:1401
+#: ../../printerdrake.pm_.c:1867
#, c-format
msgid "Transferring %s ..."
msgstr ""
-#: ../../printerdrake.pm_.c:1412
+#: ../../printerdrake.pm_.c:1878
#, c-format
msgid ""
-"You have transferred your former default printer (\"%s\"),\n"
-"Should it be also the default printer under the\n"
-"new printing system %s?"
+"You have transferred your former default printer (\"%s\"), Should it be also "
+"the default printer under the new printing system %s?"
msgstr ""
-#: ../../printerdrake.pm_.c:1423
+#: ../../printerdrake.pm_.c:1887
#, fuzzy
msgid "Refreshing printer data ..."
msgstr " CUPS..."
-#: ../../printerdrake.pm_.c:1431 ../../printerdrake.pm_.c:1494
-#: ../../printerdrake.pm_.c:1515
+#: ../../printerdrake.pm_.c:1895 ../../printerdrake.pm_.c:1966
+#: ../../printerdrake.pm_.c:1978
msgid "Configuration of a remote printer"
msgstr ""
-#: ../../printerdrake.pm_.c:1432
+#: ../../printerdrake.pm_.c:1896
#, fuzzy
msgid "Starting network ..."
msgstr " ..."
-#: ../../printerdrake.pm_.c:1454 ../../printerdrake.pm_.c:1462
-#: ../../printerdrake.pm_.c:1464
+#: ../../printerdrake.pm_.c:1930 ../../printerdrake.pm_.c:1934
+#: ../../printerdrake.pm_.c:1936
#, fuzzy
msgid "Configure the network now"
msgstr " "
-#: ../../printerdrake.pm_.c:1455
+#: ../../printerdrake.pm_.c:1931
#, fuzzy
msgid "Network functionality not configured"
msgstr " "
-#: ../../printerdrake.pm_.c:1456
+#: ../../printerdrake.pm_.c:1932
msgid ""
-"You are going to configure a remote printer. This needs working\n"
-"network access, but your network is not configured yet. If you\n"
-"go on without network configuration, you will not be able to use\n"
-"the printer which you are configuring now. How do you want \n"
-"to proceed?"
+"You are going to configure a remote printer. This needs working network "
+"access, but your network is not configured yet. If you go on without network "
+"configuration, you will not be able to use the printer which you are "
+"configuring now. How do you want to proceed?"
msgstr ""
-#: ../../printerdrake.pm_.c:1463
+#: ../../printerdrake.pm_.c:1935
#, fuzzy
msgid "Go on without configuring the network"
msgstr " "
-#: ../../printerdrake.pm_.c:1496
+#: ../../printerdrake.pm_.c:1968
msgid ""
-"The network configuration done during the installation \n"
-"cannot be started now. Please check whether the network\n"
-"gets accessable after booting your system and correct the\n"
-"configuration using the Mandrake Control Center, section\n"
-"\"Network & Internet\"/\"Connection\", and afterwards set\n"
-"up the printer, also using the Mandrake Control Center,\n"
-"section \"Hardware\"/\"Printer\""
+"The network configuration done during the installation cannot be started "
+"now. Please check whether the network gets accessable after booting your "
+"system and correct the configuration using the Mandrake Control Center, "
+"section \"Network & Internet\"/\"Connection\", and afterwards set up the "
+"printer, also using the Mandrake Control Center, section \"Hardware\"/"
+"\"Printer\""
msgstr ""
-#: ../../printerdrake.pm_.c:1503
+#: ../../printerdrake.pm_.c:1969
msgid ""
-"The network access was not running and could not be \n"
-"started. Please check your configuration and your \n"
-"hardware. Then try to configure your remote printer\n"
-"again."
+"The network access was not running and could not be started. Please check "
+"your configuration and your hardware. Then try to configure your remote "
+"printer again."
msgstr ""
-#: ../../printerdrake.pm_.c:1516
+#: ../../printerdrake.pm_.c:1979
#, fuzzy
msgid "Restarting printing system ..."
msgstr " ?"
-#: ../../printerdrake.pm_.c:1548
+#: ../../printerdrake.pm_.c:2017
#, fuzzy
msgid "high"
msgstr ""
-#: ../../printerdrake.pm_.c:1548
+#: ../../printerdrake.pm_.c:2017
#, fuzzy
msgid "paranoid"
msgstr ""
-#: ../../printerdrake.pm_.c:1549
+#: ../../printerdrake.pm_.c:2018
#, c-format
msgid "Installing a printing system in the %s security level"
msgstr ""
-#: ../../printerdrake.pm_.c:1550
+#: ../../printerdrake.pm_.c:2019
#, c-format
msgid ""
-"You are about to install the printing system %s on\n"
-"a system running in the %s security level.\n"
+"You are about to install the printing system %s on a system running in the %"
+"s security level.\n"
"\n"
-"This printing system runs a daemon (background process)\n"
-"which waits for print jobs and handles them. This daemon\n"
-"is also accessable by remote machines through the network\n"
-"and so it is a possible point for attacks. Therefore only\n"
-"a few selected daemons are started by default in this\n"
+"This printing system runs a daemon (background process) which waits for "
+"print jobs and handles them. This daemon is also accessable by remote "
+"machines through the network and so it is a possible point for attacks. "
+"Therefore only a few selected daemons are started by default in this "
"security level.\n"
"\n"
-"Do you really want to configure printing on this\n"
-"machine?"
+"Do you really want to configure printing on this machine?"
msgstr ""
-#: ../../printerdrake.pm_.c:1584
+#: ../../printerdrake.pm_.c:2051
#, fuzzy
msgid "Starting the printing system at boot time"
msgstr " ?"
-#: ../../printerdrake.pm_.c:1585
+#: ../../printerdrake.pm_.c:2052
#, c-format
msgid ""
-"The printing system (%s) will not be started automatically\n"
-"when the machine is booted.\n"
+"The printing system (%s) will not be started automatically when the machine "
+"is booted.\n"
"\n"
-"It is possible that the automatic starting was turned off \n"
-"by changing to a higher security level, because the printing\n"
-"system is a potential point for attacks.\n"
+"It is possible that the automatic starting was turned off by changing to a "
+"higher security level, because the printing system is a potential point for "
+"attacks.\n"
"\n"
-"Do you want to have the automatic starting of the printing\n"
-"system turned on again?"
+"Do you want to have the automatic starting of the printing system turned on "
+"again?"
msgstr ""
-#: ../../printerdrake.pm_.c:1612 ../../printerdrake.pm_.c:1644
-#: ../../printerdrake.pm_.c:1671 ../../printerdrake.pm_.c:1701
-#: ../../printerdrake.pm_.c:1778
+#: ../../printerdrake.pm_.c:2075 ../../printerdrake.pm_.c:2113
+#: ../../printerdrake.pm_.c:2143 ../../printerdrake.pm_.c:2176
+#: ../../printerdrake.pm_.c:2281
msgid "Checking installed software..."
msgstr ""
-#: ../../printerdrake.pm_.c:1648
+#: ../../printerdrake.pm_.c:2117
msgid "Removing LPRng..."
msgstr ""
-#: ../../printerdrake.pm_.c:1675
+#: ../../printerdrake.pm_.c:2147
msgid "Removing LPD..."
msgstr ""
-#: ../../printerdrake.pm_.c:1727
+#: ../../printerdrake.pm_.c:2205
#, fuzzy
msgid "Select Printer Spooler"
msgstr " "
-#: ../../printerdrake.pm_.c:1728
+#: ../../printerdrake.pm_.c:2206
#, fuzzy
msgid "Which printing system (spooler) do you want to use?"
msgstr " ?"
-#: ../../printerdrake.pm_.c:1759
+#: ../../printerdrake.pm_.c:2239
#, fuzzy, c-format
msgid "Configuring printer \"%s\" ..."
msgstr " "
-#: ../../printerdrake.pm_.c:1806 ../../printerdrake.pm_.c:1838
-#: ../../printerdrake.pm_.c:2026 ../../printerdrake.pm_.c:2088
+#: ../../printerdrake.pm_.c:2252
+#, fuzzy
+msgid "Installing Foomatic ..."
+msgstr " %s"
+
+#: ../../printerdrake.pm_.c:2309 ../../printerdrake.pm_.c:2348
+#: ../../printerdrake.pm_.c:2733 ../../printerdrake.pm_.c:2803
msgid "Printer options"
msgstr " "
-#: ../../printerdrake.pm_.c:1815
+#: ../../printerdrake.pm_.c:2318
#, fuzzy
msgid "Preparing PrinterDrake ..."
msgstr " CUPS..."
-#: ../../printerdrake.pm_.c:1845
+#: ../../printerdrake.pm_.c:2335 ../../printerdrake.pm_.c:2890
+#, fuzzy
+msgid "Configuring applications..."
+msgstr " "
+
+#: ../../printerdrake.pm_.c:2355
#, fuzzy
msgid "Would you like to configure printing?"
msgstr " ?"
-#: ../../printerdrake.pm_.c:1857
+#: ../../printerdrake.pm_.c:2367
msgid "Printing system: "
msgstr ""
-#: ../../printerdrake.pm_.c:1879
+#: ../../printerdrake.pm_.c:2415
+#, fuzzy
+msgid "Printerdrake"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:2419
+#, fuzzy
msgid ""
-"The following printers are configured.\n"
-"Click on one of them to modify it or\n"
-"to get information about it or on \n"
-"\"Add Printer\" to add a new printer."
+"The following printers are configured. Double-click on a printer to change "
+"its settings; to make it the default printer; to view information about it; "
+"or to make a printer on a remote CUPS server available for Star Office/"
+"OpenOffice.org."
msgstr ""
+" .\n"
+" ."
-#: ../../printerdrake.pm_.c:1885 ../../standalone/draknet_.c:301
-msgid "Normal Mode"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:1891 ../../printerdrake.pm_.c:2010
-msgid " (Default)"
-msgstr " ()"
-
-#: ../../printerdrake.pm_.c:1895 ../../printerdrake.pm_.c:1935
+#: ../../printerdrake.pm_.c:2420
#, fuzzy
-msgid "Printer(s) on remote CUPS server(s)"
-msgstr " CUPS "
+msgid ""
+"The following printers are configured. Double-click on a printer to change "
+"its settings; to make it the default printer; or to view information about "
+"it."
+msgstr ""
+" .\n"
+" ."
-#: ../../printerdrake.pm_.c:1896 ../../printerdrake.pm_.c:1936
-#, fuzzy
-msgid "Printer(s) on remote server(s)"
-msgstr " CUPS "
+#: ../../printerdrake.pm_.c:2446
+msgid "Refresh printer list (to display all available remote CUPS printers)"
+msgstr ""
-#: ../../printerdrake.pm_.c:1898 ../../printerdrake.pm_.c:1919
-#: ../../printerdrake.pm_.c:1922 ../../printerdrake.pm_.c:1971
+#: ../../printerdrake.pm_.c:2464
#, fuzzy
-msgid "Add printer"
-msgstr " "
+msgid "Change the printing system"
+msgstr " "
+
+#: ../../printerdrake.pm_.c:2469 ../../standalone/draknet_.c:278
+msgid "Normal Mode"
+msgstr " "
-#: ../../printerdrake.pm_.c:1977 ../../printerdrake.pm_.c:1993
-#: ../../printerdrake.pm_.c:2128
+#: ../../printerdrake.pm_.c:2625 ../../printerdrake.pm_.c:2675
+#: ../../printerdrake.pm_.c:2884
#, fuzzy
msgid "Do you want to configure another printer?"
msgstr " ?"
-#: ../../printerdrake.pm_.c:2003
+#: ../../printerdrake.pm_.c:2711
#, fuzzy
msgid "Modify printer configuration"
msgstr " "
-#: ../../printerdrake.pm_.c:2004
-#, c-format
+#: ../../printerdrake.pm_.c:2713
+#, fuzzy, c-format
msgid ""
-"Printer %s: %s %s\n"
+"Printer %s\n"
"What do you want to modify on this printer?"
-msgstr ""
+msgstr " ?"
-#: ../../printerdrake.pm_.c:2012
+#: ../../printerdrake.pm_.c:2717
msgid "Do it!"
msgstr ""
-#: ../../printerdrake.pm_.c:2015 ../../printerdrake.pm_.c:2062
+#: ../../printerdrake.pm_.c:2722 ../../printerdrake.pm_.c:2777
#, fuzzy
msgid "Printer connection type"
msgstr " -"
-#: ../../printerdrake.pm_.c:2016 ../../printerdrake.pm_.c:2066
+#: ../../printerdrake.pm_.c:2723 ../../printerdrake.pm_.c:2781
#, fuzzy
msgid "Printer name, description, location"
msgstr " "
-#: ../../printerdrake.pm_.c:2018 ../../printerdrake.pm_.c:2081
+#: ../../printerdrake.pm_.c:2725 ../../printerdrake.pm_.c:2796
msgid "Printer manufacturer, model, driver"
msgstr ""
-#: ../../printerdrake.pm_.c:2019 ../../printerdrake.pm_.c:2082
+#: ../../printerdrake.pm_.c:2726 ../../printerdrake.pm_.c:2797
msgid "Printer manufacturer, model"
msgstr ""
-#: ../../printerdrake.pm_.c:2028 ../../printerdrake.pm_.c:2092
+#: ../../printerdrake.pm_.c:2735 ../../printerdrake.pm_.c:2807
msgid "Set this printer as the default"
msgstr ""
-#: ../../printerdrake.pm_.c:2029 ../../printerdrake.pm_.c:2097
+#: ../../printerdrake.pm_.c:2737 ../../printerdrake.pm_.c:2812
+msgid "Add this printer to Star Office/OpenOffice.org"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:2738 ../../printerdrake.pm_.c:2821
+msgid "Remove this printer from Star Office/OpenOffice.org"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:2739 ../../printerdrake.pm_.c:2830
#, fuzzy
msgid "Print test pages"
msgstr " ..."
-#: ../../printerdrake.pm_.c:2030 ../../printerdrake.pm_.c:2099
-msgid "Know how to print with this printer"
-msgstr ""
+#: ../../printerdrake.pm_.c:2740 ../../printerdrake.pm_.c:2832
+#, fuzzy
+msgid "Know how to use this printer"
+msgstr " ?"
-#: ../../printerdrake.pm_.c:2031 ../../printerdrake.pm_.c:2101
+#: ../../printerdrake.pm_.c:2742 ../../printerdrake.pm_.c:2834
#, fuzzy
msgid "Remove printer"
msgstr " "
-#: ../../printerdrake.pm_.c:2071
+#: ../../printerdrake.pm_.c:2786
#, fuzzy, c-format
msgid "Removing old printer \"%s\" ..."
msgstr " CUPS..."
-#: ../../printerdrake.pm_.c:2096
+#: ../../printerdrake.pm_.c:2810
+#, fuzzy
+msgid "Default printer"
+msgstr " "
+
+#: ../../printerdrake.pm_.c:2811
#, c-format
msgid "The printer \"%s\" is set as the default printer now."
msgstr ""
-#: ../../printerdrake.pm_.c:2103
+#: ../../printerdrake.pm_.c:2815 ../../printerdrake.pm_.c:2818
+msgid "Adding printer to Star Office/OpenOffice.org"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:2816
+#, c-format
+msgid ""
+"The printer \"%s\" was successfully added to Star Office/OpenOffice.org."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:2819
+#, c-format
+msgid "Failed to add the printer \"%s\" to Star Office/OpenOffice.org."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:2824 ../../printerdrake.pm_.c:2827
+msgid "Removing printer from Star Office/OpenOffice.org"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:2825
+#, c-format
+msgid ""
+"The printer \"%s\" was successfully removed from Star Office/OpenOffice.org."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:2828
+#, c-format
+msgid "Failed to remove the printer \"%s\" from Star Office/OpenOffice.org."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:2836
#, fuzzy, c-format
msgid "Do you really want to remove the printer \"%s\"?"
msgstr " "
-#: ../../printerdrake.pm_.c:2105
+#: ../../printerdrake.pm_.c:2838
#, fuzzy, c-format
msgid "Removing printer \"%s\" ..."
msgstr " CUPS..."
@@ -7413,16 +8360,16 @@ msgstr "mkraid (, raidtools?)"
msgid "Not enough partitions for RAID level %d\n"
msgstr " RAID %d\n"
-#: ../../services.pm_.c:15
+#: ../../services.pm_.c:14
msgid "Launch the ALSA (Advanced Linux Sound Architecture) sound system"
msgstr ""
" ALSA ( Linux) "
-#: ../../services.pm_.c:16
+#: ../../services.pm_.c:15
msgid "Anacron a periodic command scheduler."
msgstr "Anacron, ."
-#: ../../services.pm_.c:17
+#: ../../services.pm_.c:16
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."
@@ -7432,7 +8379,7 @@ msgstr ""
" "
"."
-#: ../../services.pm_.c:19
+#: ../../services.pm_.c:18
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."
@@ -7442,7 +8389,7 @@ msgstr ""
" at, , "
"."
-#: ../../services.pm_.c:21
+#: ../../services.pm_.c:20
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 "
@@ -7455,7 +8402,7 @@ msgstr ""
"cron \n"
"UNIX, ."
-#: ../../services.pm_.c:24
+#: ../../services.pm_.c:23
msgid ""
"GPM adds mouse support to text-based Linux applications such the\n"
"Midnight Commander. It also allows mouse-based console cut-and-paste "
@@ -7468,7 +8415,7 @@ msgstr ""
" \n"
"."
-#: ../../services.pm_.c:27
+#: ../../services.pm_.c:26
msgid ""
"HardDrake runs a hardware probe, and optionally configures\n"
"new/changed hardware."
@@ -7476,15 +8423,14 @@ msgstr ""
"HardDrake \n"
"/ ."
-#: ../../services.pm_.c:29
+#: ../../services.pm_.c:28 ../../standalone/logdrake_.c:412
msgid ""
-"Apache is a World Wide Web server. It is used to serve HTML files\n"
-"and CGI."
+"Apache is a World Wide Web server. It is used to serve HTML files and CGI."
msgstr ""
"Apache World Wide Web. "
" HTML CGI."
-#: ../../services.pm_.c:31
+#: ../../services.pm_.c:29
msgid ""
"The internet superserver daemon (commonly called inetd) starts a\n"
"variety of other internet services as needed. It is responsible for "
@@ -7498,7 +8444,7 @@ msgstr ""
", telnet, ftp, rsh, rlogin. inetd \n"
" , ."
-#: ../../services.pm_.c:35
+#: ../../services.pm_.c:33
msgid ""
"Launch packet filtering for Linux kernel 2.2 series, to set\n"
"up a firewall to protect your machine from network attacks."
@@ -7506,7 +8452,7 @@ msgstr ""
" Linux 2.2, \n"
" (firewall) ."
-#: ../../services.pm_.c:37
+#: ../../services.pm_.c:35
msgid ""
"This package loads the selected keyboard map as set in\n"
"/etc/sysconfig/keyboard. This can be selected using the kbdconfig utility.\n"
@@ -7517,7 +8463,7 @@ msgstr ""
"kbdconfig.\n"
" ."
-#: ../../services.pm_.c:40
+#: ../../services.pm_.c:38
msgid ""
"Automatic regeneration of kernel header in /boot for\n"
"/usr/include/linux/{autoconf,version}.h"
@@ -7525,11 +8471,11 @@ msgstr ""
" /boot \n"
"/usr/include/linux/{autoconf,version}.h"
-#: ../../services.pm_.c:42
+#: ../../services.pm_.c:40
msgid "Automatic detection and configuration of hardware at boot."
msgstr " ."
-#: ../../services.pm_.c:43
+#: ../../services.pm_.c:41
msgid ""
"Linuxconf will sometimes arrange to perform various tasks\n"
"at boot-time to maintain the system configuration."
@@ -7537,7 +8483,7 @@ msgstr ""
"Linuxconf \n"
" , ."
-#: ../../services.pm_.c:45
+#: ../../services.pm_.c:43
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)."
@@ -7545,7 +8491,7 @@ msgstr ""
"lpd , lpr. \n"
" , ."
-#: ../../services.pm_.c:47
+#: ../../services.pm_.c:45
msgid ""
"Linux Virtual Server, used to build a high-performance and highly\n"
"available server."
@@ -7554,15 +8500,16 @@ msgstr ""
"\n"
" ."
-#: ../../services.pm_.c:49
+#: ../../services.pm_.c:47 ../../standalone/logdrake_.c:413
+#, fuzzy
msgid ""
-"named (BIND) is a Domain Name Server (DNS) that is used to resolve\n"
-"host names to IP addresses."
+"named (BIND) is a Domain Name Server (DNS) that is used to resolve host "
+"names to IP addresses."
msgstr ""
"named (BIND) (DNS), "
" IP ."
-#: ../../services.pm_.c:51
+#: ../../services.pm_.c:48
msgid ""
"Mounts and unmounts all Network File System (NFS), SMB (Lan\n"
"Manager/Windows), and NCP (NetWare) mount points."
@@ -7570,7 +8517,7 @@ msgstr ""
" (NFS), SMB (Lan\n"
"Manager/Windows) NCP (NetWare)."
-#: ../../services.pm_.c:53
+#: ../../services.pm_.c:50
msgid ""
"Activates/Deactivates all network interfaces configured to start\n"
"at boot time."
@@ -7578,7 +8525,7 @@ msgstr ""
"/ , \n"
" ."
-#: ../../services.pm_.c:55
+#: ../../services.pm_.c:52
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"
@@ -7589,7 +8536,7 @@ msgstr ""
" NFS, \n"
" /etc/exports."
-#: ../../services.pm_.c:58
+#: ../../services.pm_.c:55
msgid ""
"NFS is a popular protocol for file sharing across TCP/IP\n"
"networks. This service provides NFS file locking functionality."
@@ -7598,7 +8545,7 @@ msgstr ""
"TCP/IP.\n"
" NFS."
-#: ../../services.pm_.c:60
+#: ../../services.pm_.c:57
msgid ""
"Automatically switch on numlock key locker under console\n"
"and XFree at boot."
@@ -7606,11 +8553,11 @@ msgstr ""
" numlock \n"
"XFree ."
-#: ../../services.pm_.c:62
+#: ../../services.pm_.c:59
msgid "Support the OKI 4w and compatible winprinters."
msgstr " OKI 4w win-."
-#: ../../services.pm_.c:63
+#: ../../services.pm_.c:60
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 "
@@ -7622,7 +8569,7 @@ msgstr ""
", \n"
" , , ."
-#: ../../services.pm_.c:66
+#: ../../services.pm_.c:63
msgid ""
"The portmapper manages RPC connections, which are used by\n"
"protocols such as NFS and NIS. The portmap server must be running on "
@@ -7635,15 +8582,16 @@ msgstr ""
" , "
" RPC."
-#: ../../services.pm_.c:69
+#: ../../services.pm_.c:66 ../../standalone/logdrake_.c:415
+#, fuzzy
msgid ""
-"Postfix is a Mail Transport Agent, which is the program that\n"
-"moves mail from one machine to another."
+"Postfix is a Mail Transport Agent, which is the program that moves mail from "
+"one machine to another."
msgstr ""
"Postfix , , \n"
" ."
-#: ../../services.pm_.c:71
+#: ../../services.pm_.c:67
msgid ""
"Saves and restores system entropy pool for higher quality random\n"
"number generation."
@@ -7651,7 +8599,7 @@ msgstr ""
" \n"
" ."
-#: ../../services.pm_.c:73
+#: ../../services.pm_.c:69
msgid ""
"Assign raw devices to block devices (such as hard drive\n"
"partitions), for the use of applications such as Oracle"
@@ -7659,7 +8607,7 @@ msgstr ""
" raw- block- ( \n"
" ), , Oracle"
-#: ../../services.pm_.c:75
+#: ../../services.pm_.c:71
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"
@@ -7670,7 +8618,7 @@ msgstr ""
" RIP. RIP , \n"
" ."
-#: ../../services.pm_.c:78
+#: ../../services.pm_.c:74
msgid ""
"The rstat protocol allows users on a network to retrieve\n"
"performance metrics for any machine on that network."
@@ -7678,7 +8626,7 @@ msgstr ""
" rstat \n"
" ."
-#: ../../services.pm_.c:80
+#: ../../services.pm_.c:76
msgid ""
"The rusers protocol allows users on a network to identify who is\n"
"logged in on other responding machines."
@@ -7686,7 +8634,7 @@ msgstr ""
" rusers , \n"
" ."
-#: ../../services.pm_.c:82
+#: ../../services.pm_.c:78
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)."
@@ -7695,11 +8643,11 @@ msgstr ""
",\n"
" rwho ( finger)."
-#: ../../services.pm_.c:84
+#: ../../services.pm_.c:80
msgid "Launch the sound system on your machine"
msgstr " "
-#: ../../services.pm_.c:85
+#: ../../services.pm_.c:81
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."
@@ -7708,47 +8656,47 @@ msgstr ""
" . , syslog "
" ."
-#: ../../services.pm_.c:87
+#: ../../services.pm_.c:83
msgid "Load the drivers for your usb devices."
msgstr " USB ."
-#: ../../services.pm_.c:88
+#: ../../services.pm_.c:84
msgid "Starts the X Font Server (this is mandatory for XFree to run)."
msgstr " X Font Server ( XFree)."
-#: ../../services.pm_.c:114 ../../services.pm_.c:156
+#: ../../services.pm_.c:110 ../../services.pm_.c:152
msgid "Choose which services should be automatically started at boot time"
msgstr ", "
-#: ../../services.pm_.c:126
+#: ../../services.pm_.c:122
#, fuzzy
msgid "Printing"
msgstr ""
-#: ../../services.pm_.c:127
+#: ../../services.pm_.c:123
msgid "Internet"
msgstr ""
-#: ../../services.pm_.c:130
+#: ../../services.pm_.c:126
msgid "File sharing"
msgstr ""
-#: ../../services.pm_.c:132
+#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:934
#, fuzzy
msgid "System"
msgstr " "
-#: ../../services.pm_.c:137
+#: ../../services.pm_.c:133
#, fuzzy
msgid "Remote Administration"
msgstr " lpd"
-#: ../../services.pm_.c:145
+#: ../../services.pm_.c:141
#, fuzzy
msgid "Database Server"
msgstr " "
-#: ../../services.pm_.c:174
+#: ../../services.pm_.c:170
#, c-format
msgid "Services: %d activated for %d registered"
msgstr ""
@@ -7772,7 +8720,7 @@ msgstr " "
#: ../../services.pm_.c:217
msgid ""
-"No additionnal information\n"
+"No additional information\n"
"about this service, sorry."
msgstr ""
" \n"
@@ -7782,12 +8730,184 @@ msgstr ""
msgid "On boot"
msgstr " "
+#: ../../services.pm_.c:236
+#, fuzzy
+msgid "Start"
+msgstr ":"
+
+#: ../../services.pm_.c:236
+#, fuzzy
+msgid "Stop"
+msgstr ""
+
+#: ../../share/advertising/00-thanks.pl_.c:9
+msgid "Thank you for choosing Mandrake Linux 8.2"
+msgstr ""
+
+#: ../../share/advertising/00-thanks.pl_.c:10
+msgid "Welcome to the Open Source world"
+msgstr ""
+
+#: ../../share/advertising/00-thanks.pl_.c:11
+msgid ""
+"The success of MandrakeSoft is based upon the principle of Free Software. "
+"Your new operating system is the result of collaborative work on the part of "
+"the worldwide Linux Community"
+msgstr ""
+
+#: ../../share/advertising/01-gnu.pl_.c:9
+#, fuzzy
+msgid "Join the Free Software world"
+msgstr " "
+
+#: ../../share/advertising/01-gnu.pl_.c:10
+msgid ""
+"Get to know the Open Source community and become a member. Learn, teach, and "
+"help others by joining the many discussion forums that you will find in our "
+"\"Community\" webpages"
+msgstr ""
+
+#: ../../share/advertising/02-internet.pl_.c:9
+#, fuzzy
+msgid "Internet and Messaging"
+msgstr " "
+
+#: ../../share/advertising/02-internet.pl_.c:10
+msgid ""
+"Mandrake Linux 8.2 provides the best software to access everything the "
+"Internet has to offer: Surf the web & view animations with Mozilla and "
+"Konqueror, exchange email & organize your personal information with "
+"Evolution and Kmail, and much more"
+msgstr ""
+
+#: ../../share/advertising/03-graphic.pl_.c:9
+#, fuzzy
+msgid "Multimedia and Graphics"
+msgstr " - "
+
+#: ../../share/advertising/03-graphic.pl_.c:10
+msgid ""
+"Mandrake Linux 8.2 lets you push your multimedia computer to its limits! Use "
+"the latest software to play music and audio files, edit and organize your "
+"images and photos, watch TV and videos, and much more"
+msgstr ""
+
+#: ../../share/advertising/04-develop.pl_.c:9
+msgid "Development"
+msgstr ""
+
+#: ../../share/advertising/04-develop.pl_.c:10
+msgid ""
+"Mandrake Linux 8.2 is the ultimate development platform. Discover the power "
+"of the GNU gcc compiler as well as the best Open Source development "
+"environments"
+msgstr ""
+
+#: ../../share/advertising/05-contcenter.pl_.c:9
+#, fuzzy
+msgid "Mandrake Control Center"
+msgstr " "
+
+#: ../../share/advertising/05-contcenter.pl_.c:10
+msgid ""
+"The Mandrake Linux 8.2 Control Center is a one-stop location for fully "
+"customizing and configuring your Mandrake system"
+msgstr ""
+
+#: ../../share/advertising/06-user.pl_.c:9
+#, fuzzy
+msgid "User interfaces"
+msgstr " "
+
+#: ../../share/advertising/06-user.pl_.c:10
+msgid ""
+"Mandrake Linux 8.2 provides 11 different graphical desktop environments and "
+"window managers to choose from including GNOME 1.4, KDE 2.2.2, Window Maker "
+"0.8, and the rest"
+msgstr ""
+
+#: ../../share/advertising/07-server.pl_.c:9
+#, fuzzy
+msgid "Server Software"
+msgstr " SMB"
+
+#: ../../share/advertising/07-server.pl_.c:10
+msgid ""
+"Transform your machine into a powerful server with just a few clicks of the "
+"mouse: Web server, email, firewall, router, file and print server, ..."
+msgstr ""
+
+#: ../../share/advertising/08-games.pl_.c:9
+msgid "Games"
+msgstr ""
+
+#: ../../share/advertising/08-games.pl_.c:10
+msgid ""
+"Mandrake Linux 8.2 provides the best Open Source games - arcade, action, "
+"cards, sports, strategy, ..."
+msgstr ""
+
+#: ../../share/advertising/09-MDKcampus.pl_.c:9
+msgid "MandrakeCampus"
+msgstr ""
+
+#: ../../share/advertising/09-MDKcampus.pl_.c:10
+msgid ""
+"Would you like to learn Linux simply, quickly, and for free? MandrakeSoft "
+"provides free Linux training, as well as a way to test your progress, at "
+"MandrakeCampus -- our online training center"
+msgstr ""
+
+#: ../../share/advertising/10-MDKexpert.pl_.c:9
+#, fuzzy
+msgid "MandrakeExpert"
+msgstr ""
+
+#: ../../share/advertising/10-MDKexpert.pl_.c:10
+msgid ""
+"Quality support from the Linux Community, and from MandrakeSoft, is just "
+"around the corner. And if you're already a Linux veteran, become an \"Expert"
+"\" and share your knowledge at our support website"
+msgstr ""
+
+#: ../../share/advertising/11-consul.pl_.c:9
+msgid "MandrakeConsulting"
+msgstr ""
+
+#: ../../share/advertising/11-consul.pl_.c:10
+msgid ""
+"For all of your IT projects, our consultants are ready to analyze your "
+"requirements and offer a customized solution. Benefit from MandrakeSoft's "
+"vast experience as a Linux producer to provide a true IT alternative for "
+"your business organization"
+msgstr ""
+
+#: ../../share/advertising/12-MDKstore.pl_.c:9
+msgid "MandrakeStore"
+msgstr ""
+
+#: ../../share/advertising/12-MDKstore.pl_.c:10
+msgid ""
+"A full range of Linux solutions, as well as special offers on products and "
+"'goodies', are available online at our e-store"
+msgstr ""
+
+#: ../../share/advertising/13-Nvert.pl_.c:9
+msgid ""
+"For more information on MandrakeSoft's Professional Services and commercial "
+"offerings, please see the following web page:"
+msgstr ""
+
+#: ../../share/advertising/13-Nvert.pl_.c:11
+msgid "http://www.mandrakesoft.com/sales/contact"
+msgstr ""
+
#: ../../standalone.pm_.c:25
#, fuzzy
msgid "Installing packages..."
msgstr " %s"
-#: ../../standalone/diskdrake_.c:63
+#: ../../standalone/diskdrake_.c:85
msgid ""
"I can't read your partition table, it's too corrupted for me :(\n"
"I'll try to go on blanking bad partitions"
@@ -7795,22 +8915,22 @@ msgstr ""
" , :(\n"
" , "
-#: ../../standalone/drakautoinst_.c:44
+#: ../../standalone/drakautoinst_.c:45
#, fuzzy
msgid "Error!"
msgstr ""
-#: ../../standalone/drakautoinst_.c:45
+#: ../../standalone/drakautoinst_.c:46
#, c-format
msgid "I can't find needed image file `%s'."
msgstr ""
-#: ../../standalone/drakautoinst_.c:47
+#: ../../standalone/drakautoinst_.c:48
#, fuzzy
msgid "Auto Install Configurator"
msgstr " "
-#: ../../standalone/drakautoinst_.c:48
+#: ../../standalone/drakautoinst_.c:49
msgid ""
"You are about to configure an Auto Install floppy. This feature is somewhat "
"dangerous and must be used circumspectly.\n"
@@ -7825,36 +8945,1253 @@ msgid ""
"Do you want to continue?"
msgstr ""
-#: ../../standalone/drakautoinst_.c:70
+#: ../../standalone/drakautoinst_.c:71
#, fuzzy
msgid "Automatic Steps Configuration"
msgstr " "
-#: ../../standalone/drakautoinst_.c:71
+#: ../../standalone/drakautoinst_.c:72
msgid ""
"Please choose for each step whether it will replay like your install, or it "
"will be manual"
msgstr ""
-#: ../../standalone/drakautoinst_.c:112 ../../standalone/drakgw_.c:599
+#: ../../standalone/drakautoinst_.c:145
+msgid ""
+"\n"
+"Welcome.\n"
+"\n"
+"The parameters of the auto-install are available in the sections on the left"
+msgstr ""
+
+#: ../../standalone/drakautoinst_.c:243 ../../standalone/drakgw_.c:671
+#: ../../standalone/scannerdrake_.c:106
msgid "Congratulations!"
msgstr "!"
-#: ../../standalone/drakautoinst_.c:113
+#: ../../standalone/drakautoinst_.c:244
msgid ""
"The floppy has been successfully generated.\n"
"You may now replay your installation."
msgstr ""
-#: ../../standalone/drakgw_.c:36 ../../standalone/drakgw_.c:181
+#: ../../standalone/drakautoinst_.c:282
+#, fuzzy
+msgid "Auto Install"
+msgstr ""
+
+#: ../../standalone/drakautoinst_.c:352
+#, fuzzy
+msgid "Add an item"
+msgstr " "
+
+#: ../../standalone/drakautoinst_.c:359
+#, fuzzy
+msgid "Remove the last item"
+msgstr " loopback %s"
+
+#: ../../standalone/drakbackup_.c:448 ../../standalone/drakbackup_.c:451
+#: ../../standalone/drakbackup_.c:455
+msgid ""
+"***********************************************************************\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:449
+msgid ""
+"\n"
+" DrakBackup Report \n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:450
+msgid ""
+"\n"
+" DrakBackup Daemon Report\n"
+"\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:453
+msgid ""
+"\n"
+"\n"
+"***********************************************************************\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:454
+msgid ""
+"\n"
+" DrakBackup Report Details\n"
+"\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:476
+msgid "total progess"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:555 ../../standalone/drakbackup_.c:602
+msgid "Backup system files..."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:603 ../../standalone/drakbackup_.c:667
+#, fuzzy
+msgid "Hard Disk Backup files..."
+msgstr " "
+
+#: ../../standalone/drakbackup_.c:615
+#, fuzzy
+msgid "Backup User files..."
+msgstr " "
+
+#: ../../standalone/drakbackup_.c:616
+msgid "Hard Disk Backup Progress..."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:666
+#, fuzzy
+msgid "Backup Other files..."
+msgstr " "
+
+#: ../../standalone/drakbackup_.c:674
+#, c-format
+msgid ""
+"file list send by FTP : %s\n"
+" "
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:677
+msgid ""
+"\n"
+"(!) FTP connexion problem: It was not possible to send your backup files by "
+"FTP.\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:687
+msgid "(!) Error during mail sending. \n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:728 ../../standalone/drakbackup_.c:739
+#: ../../standalone/drakbackup_.c:750 ../../standalone/drakfont_.c:787
+#, fuzzy
+msgid "File Selection"
+msgstr " "
+
+#: ../../standalone/drakbackup_.c:755
+msgid "Select the files or directories and click on 'Add'"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:790
+msgid ""
+"\n"
+"Please check all options that you need.\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:791
+msgid ""
+"These options can backup and restore all files in your /etc directory.\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:792
+msgid "Backup your System files. ( /etc directory )"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:793
+msgid "Use incremental backup (do not replace old backups)"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:794
+msgid "Do not include critical files (passwd, group, fstab)"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:795
+msgid ""
+"With this option you will be able to restore any version\n"
+" of your /etc directory."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:812
+#, fuzzy
+msgid "Please check all users that you want to include in your backup."
+msgstr ", , "
+
+#: ../../standalone/drakbackup_.c:839
+msgid "Do not include the browser cache"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:840 ../../standalone/drakbackup_.c:864
+msgid "Use Incremental Backups (do not replace old backups)"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:862 ../../standalone/drakfont_.c:827
+#, fuzzy
+msgid "Remove Selected"
+msgstr " "
+
+#: ../../standalone/drakbackup_.c:900
+#, fuzzy
+msgid "Windows (FAT32)"
+msgstr " Windows(TM)"
+
+#: ../../standalone/drakbackup_.c:939
+#, fuzzy
+msgid "Users"
+msgstr " "
+
+#: ../../standalone/drakbackup_.c:964
+msgid "Use FTP connection to backup"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:967
+#, fuzzy
+msgid "Please enter the host name or IP."
+msgstr " "
+
+#: ../../standalone/drakbackup_.c:972
+msgid ""
+"Please enter the directory to\n"
+" put the backup on this host."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:977
+#, fuzzy
+msgid "Please enter your login"
+msgstr " "
+
+#: ../../standalone/drakbackup_.c:982
+#, fuzzy
+msgid "Please enter your password"
+msgstr " "
+
+#: ../../standalone/drakbackup_.c:988
+#, fuzzy
+msgid "Remember this password"
+msgstr " "
+
+#: ../../standalone/drakbackup_.c:1052 ../../standalone/drakbackup_.c:2048
+#, fuzzy
+msgid "FTP Connection"
+msgstr " "
+
+#: ../../standalone/drakbackup_.c:1059 ../../standalone/drakbackup_.c:2056
+#, fuzzy
+msgid "Secure Connection"
+msgstr " "
+
+#: ../../standalone/drakbackup_.c:1085 ../../standalone/drakbackup_.c:2889
+msgid "Use CD/DVDROM to backup"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1088 ../../standalone/drakbackup_.c:2893
+#, fuzzy
+msgid "Please choose your CD space"
+msgstr ", "
+
+#: ../../standalone/drakbackup_.c:1094 ../../standalone/drakbackup_.c:2905
+#, fuzzy
+msgid "Please check if you are using CDRW media"
+msgstr " "
+
+#: ../../standalone/drakbackup_.c:1100 ../../standalone/drakbackup_.c:2911
+msgid "Please check if you want to erase your CDRW before"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1106
+#, fuzzy
+msgid ""
+"Please check if you want to include\n"
+" install boot on your CD."
+msgstr ", , "
+
+#: ../../standalone/drakbackup_.c:1112
+msgid ""
+"Please enter your CD Writer device name\n"
+" ex: 0,1,0"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1153
+#, fuzzy
+msgid "Use tape to backup"
+msgstr " "
+
+#: ../../standalone/drakbackup_.c:1156
+msgid "Please enter the device name to use for backup"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1162 ../../standalone/drakbackup_.c:1203
+#: ../../standalone/drakbackup_.c:2013
+msgid ""
+"Please enter the maximum size\n"
+" allowed for Drakbackup"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1195 ../../standalone/drakbackup_.c:2005
+#, fuzzy
+msgid "Please enter the directory to save:"
+msgstr " "
+
+#: ../../standalone/drakbackup_.c:1209 ../../standalone/drakbackup_.c:2019
+#, fuzzy
+msgid "Use quota for backup files."
+msgstr " "
+
+#: ../../standalone/drakbackup_.c:1267
+#, fuzzy
+msgid "Network"
+msgstr " "
+
+#: ../../standalone/drakbackup_.c:1272
+msgid "CDROM / DVDROM"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1277
+msgid "HardDrive / NFS"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1297 ../../standalone/drakbackup_.c:1301
+#: ../../standalone/drakbackup_.c:1305
+msgid "hourly"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1298 ../../standalone/drakbackup_.c:1302
+#: ../../standalone/drakbackup_.c:1305
+msgid "daily"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1299 ../../standalone/drakbackup_.c:1303
+#: ../../standalone/drakbackup_.c:1305
+msgid "weekly"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1300 ../../standalone/drakbackup_.c:1304
+#: ../../standalone/drakbackup_.c:1305
+msgid "monthly"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1312
+#, fuzzy
+msgid "Use daemon"
+msgstr " "
+
+#: ../../standalone/drakbackup_.c:1317
+#, fuzzy
+msgid ""
+"Please choose the time \n"
+"interval between each backup"
+msgstr ", , "
+
+#: ../../standalone/drakbackup_.c:1323
+#, fuzzy
+msgid ""
+"Please choose the\n"
+"media for backup."
+msgstr ", ."
+
+#: ../../standalone/drakbackup_.c:1327
+#, fuzzy
+msgid "Use Hard Drive with daemon"
+msgstr " "
+
+#: ../../standalone/drakbackup_.c:1329
+#, fuzzy
+msgid "Use FTP with daemon"
+msgstr " "
+
+#: ../../standalone/drakbackup_.c:1333
+msgid "Please be sure that the cron daemon is included in your services."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1369
+msgid "Send mail report after each backup to :"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1411
+msgid "What"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1416
+#, fuzzy
+msgid "Where"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1421
+#, fuzzy
+msgid "When"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1426
+#, fuzzy
+msgid "More Options"
+msgstr " :"
+
+#: ../../standalone/drakbackup_.c:1445 ../../standalone/drakbackup_.c:2801
+#, fuzzy
+msgid "Drakbackup Configuration"
+msgstr " "
+
+#: ../../standalone/drakbackup_.c:1463
+#, fuzzy
+msgid "Please choose where you want to backup"
+msgstr ", , "
+
+#: ../../standalone/drakbackup_.c:1465
+msgid "on Hard Drive"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1476
+msgid "across Network"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1540
+#, fuzzy
+msgid "Please choose what you want to backup"
+msgstr ", , "
+
+#: ../../standalone/drakbackup_.c:1541
+#, fuzzy
+msgid "Backup system"
+msgstr ". "
+
+#: ../../standalone/drakbackup_.c:1542
+msgid "Backup Users"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1545
+msgid "Select user manually"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1627
+msgid ""
+"\n"
+"Backup Sources: \n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1628
+msgid ""
+"\n"
+"- System Files:\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1630
+msgid ""
+"\n"
+"- User Files:\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1632
+msgid ""
+"\n"
+"- Other Files:\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1634
+#, c-format
+msgid ""
+"\n"
+"- Save on Hard drive on path : %s\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1635
+#, c-format
+msgid ""
+"\n"
+"- Save on FTP on host : %s\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1636
+#, c-format
+msgid ""
+"\t\t user name: %s\n"
+"\t\t on path: %s \n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1637
+#, fuzzy
+msgid ""
+"\n"
+"- Options:\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1638
+msgid "\tDo not include System Files\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1639
+msgid "\tBackups use tar and bzip2\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1640
+msgid "\tBackups use tar and gzip\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1641
+#, c-format
+msgid ""
+"\n"
+"- Daemon (%s) include :\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1642
+msgid "\t-Hard drive.\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1643
+msgid "\t-CDROM.\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1644
+msgid "\t-Network by FTP.\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1645
+msgid "\t-Network by SSH.\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1647
+msgid "No configuration, please click Wizard or Advanced.\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1652
+msgid ""
+"List of data to restore:\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1753
+msgid ""
+"List of data corrupted:\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1755
+#, fuzzy
+msgid "Please uncheck or remove it on next time."
+msgstr ", ."
+
+#: ../../standalone/drakbackup_.c:1765
+msgid "Backup files are corrupted"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1786
+msgid " All your selectionned data have been "
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1787
+#, c-format
+msgid " Successfuly Restored on %s "
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1886
+#, fuzzy
+msgid " Restore Configuration "
+msgstr " "
+
+#: ../../standalone/drakbackup_.c:1904
+msgid "OK to restore the other files."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1922
+msgid "User list to restore (only the most recent date per user is important)"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1972
+#, fuzzy
+msgid "Backup the system files before:"
+msgstr " "
+
+#: ../../standalone/drakbackup_.c:1974
+#, fuzzy
+msgid "please choose the date to restore"
+msgstr ", "
+
+#: ../../standalone/drakbackup_.c:2002
+#, fuzzy
+msgid "Use Hard Disk to backup"
+msgstr " "
+
+#: ../../standalone/drakbackup_.c:2083
+#, fuzzy
+msgid "Restore from Hard Disk."
+msgstr " "
+
+#: ../../standalone/drakbackup_.c:2085
+msgid "Please enter the directory where backups are stored"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2143
+#, fuzzy
+msgid "Select another media to restore from"
+msgstr ", "
+
+#: ../../standalone/drakbackup_.c:2145
+#, fuzzy
+msgid "Other Media"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2151
+#, fuzzy
+msgid "Restore system"
+msgstr " "
+
+#: ../../standalone/drakbackup_.c:2152
+#, fuzzy
+msgid "Restore Users"
+msgstr " "
+
+#: ../../standalone/drakbackup_.c:2153
+#, fuzzy
+msgid "Restore Other"
+msgstr " "
+
+#: ../../standalone/drakbackup_.c:2155
+msgid "select path to restore (instead of / )"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2159
+msgid "Do new backup before restore (only for incremental backups.)"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2160
+msgid "Remove user directories before restore."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2217
+msgid "Restore all backups"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2225
+#, fuzzy
+msgid "Custom Restore"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2266 ../../standalone/drakbackup_.c:2291
+#: ../../standalone/drakbackup_.c:2312 ../../standalone/drakbackup_.c:2333
+#: ../../standalone/drakbackup_.c:2351 ../../standalone/drakbackup_.c:2383
+#: ../../standalone/drakbackup_.c:2399 ../../standalone/drakbackup_.c:2419
+#: ../../standalone/drakbackup_.c:2438 ../../standalone/drakbackup_.c:2460
+#: ../../standalone/drakfont_.c:575
+#, fuzzy
+msgid "Help"
+msgstr "/_"
+
+#: ../../standalone/drakbackup_.c:2269 ../../standalone/drakbackup_.c:2296
+#: ../../standalone/drakbackup_.c:2315 ../../standalone/drakbackup_.c:2336
+#: ../../standalone/drakbackup_.c:2354 ../../standalone/drakbackup_.c:2402
+#: ../../standalone/drakbackup_.c:2422 ../../standalone/drakbackup_.c:2441
+#, fuzzy
+msgid "Previous"
+msgstr "<- "
+
+#: ../../standalone/drakbackup_.c:2271 ../../standalone/drakbackup_.c:2338
+#: ../../standalone/logdrake_.c:224
+#, fuzzy
+msgid "Save"
+msgstr ":"
+
+#: ../../standalone/drakbackup_.c:2317
+#, fuzzy
+msgid "Build Backup"
+msgstr " "
+
+#: ../../standalone/drakbackup_.c:2356 ../../standalone/drakbackup_.c:3033
+#, fuzzy
+msgid "Restore"
+msgstr " "
+
+#: ../../standalone/drakbackup_.c:2404 ../../standalone/drakbackup_.c:2424
+#: ../../standalone/drakbackup_.c:2445
+#, fuzzy
+msgid "Next"
+msgstr " ->"
+
+#: ../../standalone/drakbackup_.c:2478
+msgid ""
+"Please Build backup before to restore it...\n"
+" or verify that your path to save is correct."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2499
+msgid ""
+"Error durind sendmail\n"
+" your report mail was not sent\n"
+" Please configure sendmail"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2522
+#, fuzzy
+msgid "Package List to Install"
+msgstr " "
+
+#: ../../standalone/drakbackup_.c:2550
+msgid ""
+"Error durind sending file via FTP.\n"
+" Please correct your FTP configuration."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2573
+#, fuzzy
+msgid "Please select data to restore..."
+msgstr ", ."
+
+#: ../../standalone/drakbackup_.c:2594
+#, fuzzy
+msgid "Please select media for backup..."
+msgstr ", ."
+
+#: ../../standalone/drakbackup_.c:2616
+#, fuzzy
+msgid "Please select data to backup..."
+msgstr ", ."
+
+#: ../../standalone/drakbackup_.c:2638
+msgid ""
+"No configuration file found \n"
+"please click Wizard or Advanced."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2659
+msgid "Under Devel ... please wait."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2739
+#, fuzzy
+msgid "Backup system files"
+msgstr " "
+
+#: ../../standalone/drakbackup_.c:2741
+#, fuzzy
+msgid "Backup user files"
+msgstr " "
+
+#: ../../standalone/drakbackup_.c:2743
+#, fuzzy
+msgid "Backup other files"
+msgstr " "
+
+#: ../../standalone/drakbackup_.c:2745 ../../standalone/drakbackup_.c:2776
+msgid "Total Progress"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2767
+msgid "files sending by FTP"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2771
+#, fuzzy
+msgid "Sending files..."
+msgstr " "
+
+#: ../../standalone/drakbackup_.c:2841
+msgid "Data list to include on CDROM."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2899
+#, fuzzy
+msgid "Please enter the cd writer speed"
+msgstr " "
+
+#: ../../standalone/drakbackup_.c:2917
+msgid "Please enter your CD Writer device name (ex: 0,1,0)"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2923
+#, fuzzy
+msgid "Please check if you want to include install boot on your CD."
+msgstr ", , "
+
+#: ../../standalone/drakbackup_.c:2989
+#, fuzzy
+msgid "Backup Now from configuration file"
+msgstr " "
+
+#: ../../standalone/drakbackup_.c:2999
+#, fuzzy
+msgid "View Backup Configuration."
+msgstr " "
+
+#: ../../standalone/drakbackup_.c:3020
+#, fuzzy
+msgid "Wizard Configuration"
+msgstr " "
+
+#: ../../standalone/drakbackup_.c:3024
+#, fuzzy
+msgid "Advanced Configuration"
+msgstr " "
+
+#: ../../standalone/drakbackup_.c:3028
+#, fuzzy
+msgid "Backup Now"
+msgstr ". "
+
+#: ../../standalone/drakbackup_.c:3053
+msgid "Drakbackup"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3104
+msgid ""
+"options description:\n"
+"\n"
+" In this step Drakbackup allow you to change:\n"
+"\n"
+" - The compression mode:\n"
+" \n"
+" If you check bzip2 compression, you will compress\n"
+" your data better than gzip (about 2-10 %).\n"
+" This option is not checked by default because\n"
+" this compression mode needs more time ( about 1000% more).\n"
+" \n"
+" - The update mode:\n"
+"\n"
+" This option will update your backup, but this\n"
+" option is not really useful because you need to\n"
+" decompress your backup before you can update it.\n"
+" \n"
+" - the .backupignore mode:\n"
+"\n"
+" Like with cvs, Drakbackup will ignore all references\n"
+" included in .backupignore files in each directories.\n"
+" ex: \n"
+" /*> cat .backupignore*/\n"
+" *.o\n"
+" *~\n"
+" ...\n"
+" \n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3134
+msgid ""
+"\n"
+" Some errors during sendmail are caused by \n"
+" a bad configuration of postfix. To solve it you have to\n"
+" set myhostname or mydomain in /etc/postfix/main.cf\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3142
+msgid ""
+"options description:\n"
+"\n"
+" - Backup system files:\n"
+" \n"
+"\tThis option allows you to backup your /etc directory,\n"
+"\twhich contains all configuration files. Please be\n"
+"\tcareful during the restore step to not overwrite:\n"
+"\t\t/etc/passwd \n"
+"\t\t/etc/group \n"
+"\t\t/etc/fstab\n"
+"\n"
+" - Backup User files: \n"
+"\n"
+"\tThis option allows you select all users that you want \n"
+"\tto backup.\n"
+"\tTo preserve disk space, it is recommended that you \n"
+"\tdo not include web browser's cache.\n"
+"\n"
+" - Backup Other files: \n"
+"\n"
+"\tThis option allows you to add more data to save.\n"
+"\tWith the other backup it's not possible at the \n"
+"\tmoment to select select incremental backup.\t\t\n"
+" \n"
+" - Incremental Backups:\n"
+"\n"
+"\tThe incremental backup is the most powerful \n"
+"\toption for backup. This option allows you \n"
+"\tto backup all your data the first time, and \n"
+"\tonly the changed afterward.\n"
+"\tThen you will be able, during the restore\n"
+"\tstep, to restore your data from a specified\n"
+"\tdate.\n"
+"\tIf you have not selected this option all\n"
+"\told backups are deleted before each backup. \n"
+"\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3181
+msgid ""
+"restore description:\n"
+" \n"
+"Only the most recent date will be used ,because with incremental \n"
+"backups it is necesarry to restore one by one each older backups.\n"
+"\n"
+"So if you don't like to restore an user please unselect all his\n"
+"check box.\n"
+"\n"
+"Otherwise, you are able to select only one of this\n"
+"\n"
+" - Incremental Backups:\n"
+"\n"
+"\tThe incremental backup is the most powerfull \n"
+"\toption to use backup, this option allow you \n"
+"\tto backup all your data the first time, and \n"
+"\tonly the changed after.\n"
+"\tSo you will be able during the restore\n"
+"\tstep, to restore your data from a specified\n"
+"\tdate.\n"
+"\tIf you have not selected this options all\n"
+"\told backups are deleted before each backup. \n"
+"\n"
+"\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3207 ../../standalone/drakbackup_.c:3282
+msgid ""
+" Copyright (C) 2001 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita.fr>"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3209 ../../standalone/drakbackup_.c:3284
+msgid ""
+" This program is free software; you can redistribute it and/or modify\n"
+" it under the terms of the GNU General Public License as published by\n"
+" the Free Software Foundation; either version 2, or (at your option)\n"
+" any later version.\n"
+"\n"
+" This program is distributed in the hope that it will be useful,\n"
+" but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
+" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
+" GNU General Public License for more details.\n"
+"\n"
+" You should have received a copy of the GNU General Public License\n"
+" along with this program; if not, write to the Free Software\n"
+" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3223
+msgid ""
+"Description:\n"
+"\n"
+" Drakbackup is used to backup your system.\n"
+" During the configuration you can select: \n"
+"\t- System files, \n"
+"\t- Users files, \n"
+"\t- Other files.\n"
+"\tor All your system ... and Other (like Windows Partitions)\n"
+"\n"
+" Drakbackup allows you to backup your system on:\n"
+"\t- Harddrive.\n"
+"\t- NFS.\n"
+"\t- CDROM (CDRW), DVDROM (with autoboot, rescue and autoinstall.).\n"
+"\t- FTP.\n"
+"\t- Rsync.\n"
+"\t- Webdav.\n"
+"\t- Tape.\n"
+"\n"
+" Drakbackup allows you to restore your system to\n"
+" a user selected directory.\n"
+"\n"
+" Per default all backup will be stored on your\n"
+" /var/lib/drakbackup directory\n"
+"\n"
+" Configuration file:\n"
+"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
+"\n"
+"\n"
+"Restore Step:\n"
+" \n"
+" During the restore step, DrakBackup will remove \n"
+" your original directory and verify that all \n"
+" backup files are not corrupted. It is recommended \n"
+" you do a last backup before restoring.\n"
+"\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3261
+msgid ""
+"options description:\n"
+"\n"
+"Please be careful when you are using ftp backup, because only \n"
+"backups that are already built are sent to the server.\n"
+"So at the moment, you need to build the backup on your hard \n"
+"drive before sending it to the server.\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3270
+msgid ""
+"\n"
+"Restore Backup Problems:\n"
+"\n"
+"During the restore step, Drakbackup will verify all your\n"
+"backup files before restoring them.\n"
+"Before the restore, Drakbackup will remove \n"
+"your original directory, and you will loose all your \n"
+"data. It is important to be careful and not modify the \n"
+"backup data files by hand.\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3298
+msgid ""
+"Description:\n"
+"\n"
+" Drakbackup is used to backup your system.\n"
+" During the configuration you can select \n"
+"\t- System files, \n"
+"\t- Users files, \n"
+"\t- Other files.\n"
+"\tor All your system ... and Other (like Windows Partitions)\n"
+"\n"
+" Drakbackup allows you to backup your system on:\n"
+"\t- Harddrive.\n"
+"\t- NFS.\n"
+"\t- CDROM (CDRW), DVDROM (with autoboot, rescue and autoinstall.).\n"
+"\t- FTP.\n"
+"\t- Rsync.\n"
+"\t- Webdav.\n"
+"\t- Tape.\n"
+"\n"
+" Drakbackup allows you to restore your system to\n"
+" a user selected directory.\n"
+"\n"
+" Per default all backup will be stored on your\n"
+" /var/lib/drakbackup directory\n"
+"\n"
+" Configuration file:\n"
+"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
+"\n"
+"Restore Step:\n"
+" \n"
+" During the restore step, Drakbackup will remove\n"
+" your original directory and verify that all\n"
+" backup files are not corrupted. It is recommended\n"
+" you do a last backup before restoring.\n"
+" \n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakboot_.c:58
+#, c-format
+msgid "Installation of %s failed. The following error occured:"
+msgstr " %s . :"
+
+#: ../../standalone/drakfont_.c:229
+msgid "Search installed fonts"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:231
+msgid "Unselect fonts installed"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:252
+msgid "parse all fonts"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:253
+#, fuzzy
+msgid "no fonts found"
+msgstr " "
+
+#: ../../standalone/drakfont_.c:261 ../../standalone/drakfont_.c:303
+#: ../../standalone/drakfont_.c:352 ../../standalone/drakfont_.c:410
+#: ../../standalone/drakfont_.c:417 ../../standalone/drakfont_.c:443
+#: ../../standalone/drakfont_.c:455 ../../standalone/drakfont_.c:468
+#, fuzzy
+msgid "done"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:265
+msgid "could not find any font in your mounted partitions"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:301
+msgid "Reselect correct fonts"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:304
+msgid "could not find any font.\n"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:327
+msgid "Search fonts in installed list"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:350
+msgid "Fonts copy"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:353
+#, fuzzy
+msgid "True Type fonts installation"
+msgstr " "
+
+#: ../../standalone/drakfont_.c:357
+msgid "please wait during ttmkfdir..."
+msgstr ""
+
+#: ../../standalone/drakfont_.c:359
+msgid "True Type install done"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:366 ../../standalone/drakfont_.c:382
+msgid "Fonts conversion"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:370 ../../standalone/drakfont_.c:386
+#: ../../standalone/drakfont_.c:406
+msgid "type1inst building"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:375 ../../standalone/drakfont_.c:390
+msgid "Ghostscript referencing"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:397
+msgid "ttf fonts conversion"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:401
+msgid "pfm fonts conversion"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:411
+msgid "Suppress temporary Files"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:414
+#, fuzzy
+msgid "Restart XFS"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:453 ../../standalone/drakfont_.c:463
+msgid "Suppress Fonts Files"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:465
+#, fuzzy
+msgid "xfs restart"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:472 ../../standalone/drakfont_.c:760
+msgid ""
+"Before installing any fonts, be sure that you have the right to use and "
+"install them on your system.\n"
+"\n"
+"-You can install the fonts using the normal way. In rare cases, bogus fonts "
+"may hang up your X Server."
+msgstr ""
+
+#: ../../standalone/drakfont_.c:547
+#, fuzzy
+msgid "Fonts Importation"
+msgstr " "
+
+#: ../../standalone/drakfont_.c:562
+msgid "Get Windows Fonts"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:564
+msgid "Uninstall Fonts"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:568
+#, fuzzy
+msgid "Advanced Options"
+msgstr " "
+
+#: ../../standalone/drakfont_.c:570
+#, fuzzy
+msgid "Font List"
+msgstr " "
+
+#: ../../standalone/drakfont_.c:739
+#, fuzzy
+msgid "Choose the applications that will support the fonts :"
+msgstr " "
+
+#: ../../standalone/drakfont_.c:743
+msgid "Ghostscript"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:747
+#, fuzzy
+msgid "StarOffice"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:751
+#, fuzzy
+msgid "Abiword"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:755
+#, fuzzy
+msgid "Generic Printers"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:792
+msgid "Select the font file or directory and click on 'Add'"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:828
+#, fuzzy
+msgid "Install List"
+msgstr " "
+
+#: ../../standalone/drakfont_.c:858
+msgid "click here if you are sure."
+msgstr ""
+
+#: ../../standalone/drakfont_.c:860
+msgid "here if no."
+msgstr ""
+
+#: ../../standalone/drakfont_.c:897
+msgid "Unselected All"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:899
+#, fuzzy
+msgid "Selected All"
+msgstr " "
+
+#: ../../standalone/drakfont_.c:901
+#, fuzzy
+msgid "Remove List"
+msgstr " "
+
+#: ../../standalone/drakfont_.c:919 ../../standalone/drakfont_.c:939
+#, fuzzy
+msgid "Initials tests"
+msgstr " "
+
+#: ../../standalone/drakfont_.c:920
+#, fuzzy
+msgid "Copy fonts on your system"
+msgstr " !"
+
+#: ../../standalone/drakfont_.c:921
+msgid "Install & convert Fonts"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:922
+#, fuzzy
+msgid "Post Install"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:940
+#, fuzzy
+msgid "Remove fonts on your system"
+msgstr " !"
+
+#: ../../standalone/drakfont_.c:941
+#, fuzzy
+msgid "Post Uninstall"
+msgstr " "
+
+#: ../../standalone/drakgw_.c:43 ../../standalone/drakgw_.c:200
msgid "Internet Connection Sharing"
msgstr " -"
-#: ../../standalone/drakgw_.c:119
+#: ../../standalone/drakgw_.c:138
msgid "Internet Connection Sharing currently enabled"
msgstr " - "
-#: ../../standalone/drakgw_.c:120
+#: ../../standalone/drakgw_.c:139
msgid ""
"The setup of Internet connection sharing has already been done.\n"
"It's currently enabled.\n"
@@ -7866,31 +10203,31 @@ msgstr ""
"\n"
" ?"
-#: ../../standalone/drakgw_.c:124
+#: ../../standalone/drakgw_.c:143
msgid "disable"
msgstr ""
-#: ../../standalone/drakgw_.c:124 ../../standalone/drakgw_.c:149
+#: ../../standalone/drakgw_.c:143 ../../standalone/drakgw_.c:168
msgid "dismiss"
msgstr ""
-#: ../../standalone/drakgw_.c:124 ../../standalone/drakgw_.c:149
+#: ../../standalone/drakgw_.c:143 ../../standalone/drakgw_.c:168
msgid "reconfigure"
msgstr ""
-#: ../../standalone/drakgw_.c:127
+#: ../../standalone/drakgw_.c:146
msgid "Disabling servers..."
msgstr " ..."
-#: ../../standalone/drakgw_.c:135
+#: ../../standalone/drakgw_.c:154
msgid "Internet connection sharing is now disabled."
msgstr " ."
-#: ../../standalone/drakgw_.c:144
+#: ../../standalone/drakgw_.c:163
msgid "Internet Connection Sharing currently disabled"
msgstr " - "
-#: ../../standalone/drakgw_.c:145
+#: ../../standalone/drakgw_.c:164
msgid ""
"The setup of Internet connection sharing has already been done.\n"
"It's currently disabled.\n"
@@ -7902,19 +10239,19 @@ msgstr ""
"\n"
" ?"
-#: ../../standalone/drakgw_.c:149
+#: ../../standalone/drakgw_.c:168
msgid "enable"
msgstr ""
-#: ../../standalone/drakgw_.c:156
+#: ../../standalone/drakgw_.c:175
msgid "Enabling servers..."
msgstr " ..."
-#: ../../standalone/drakgw_.c:161
+#: ../../standalone/drakgw_.c:180
msgid "Internet connection sharing is now enabled."
msgstr " ."
-#: ../../standalone/drakgw_.c:182
+#: ../../standalone/drakgw_.c:201
msgid ""
"You are about to configure your computer to share its Internet connection.\n"
"With that feature, other computers on your local network will be able to use "
@@ -7924,31 +10261,31 @@ msgid ""
"(LAN)."
msgstr ""
-#: ../../standalone/drakgw_.c:208
+#: ../../standalone/drakgw_.c:227
#, c-format
msgid "Interface %s (using module %s)"
msgstr ""
-#: ../../standalone/drakgw_.c:209
+#: ../../standalone/drakgw_.c:228
#, c-format
msgid "Interface %s"
msgstr " %s"
-#: ../../standalone/drakgw_.c:217
+#: ../../standalone/drakgw_.c:236
msgid "No network adapter on your system!"
msgstr " !"
-#: ../../standalone/drakgw_.c:218
+#: ../../standalone/drakgw_.c:237
msgid ""
"No ethernet network adapter has been detected on your system. Please run the "
"hardware configuration tool."
msgstr ""
-#: ../../standalone/drakgw_.c:224
+#: ../../standalone/drakgw_.c:243
msgid "Network interface"
msgstr " "
-#: ../../standalone/drakgw_.c:225
+#: ../../standalone/drakgw_.c:244
#, c-format
msgid ""
"There is only one configured network adapter on your system:\n"
@@ -7963,7 +10300,7 @@ msgstr ""
"\n"
" , ."
-#: ../../standalone/drakgw_.c:234
+#: ../../standalone/drakgw_.c:253
msgid ""
"Please choose what network adapter will be connected to your Local Area "
"Network."
@@ -7971,22 +10308,82 @@ msgstr ""
", , "
" ."
-#: ../../standalone/drakgw_.c:243
+#: ../../standalone/drakgw_.c:271
+#, fuzzy
+msgid "Network interface already configured"
+msgstr " "
+
+#: ../../standalone/drakgw_.c:272
+#, c-format
msgid ""
-"Warning, the network adapter is already configured. I will reconfigure it."
-msgstr ", . ."
+"Warning, the network adapter (%s) is already configured.\n"
+"\n"
+"Do you want an automatic re-configuration?\n"
+"\n"
+"You can do it manually but you need to know what you're doing."
+msgstr ""
+
+#: ../../standalone/drakgw_.c:277
+#, fuzzy
+msgid "Automatic reconfiguration"
+msgstr " "
+
+#: ../../standalone/drakgw_.c:278
+#, fuzzy
+msgid "Show current interface configuration"
+msgstr " "
-#: ../../standalone/drakgw_.c:254
+#: ../../standalone/drakgw_.c:280
+#, c-format
+msgid ""
+"Current configuration of `%s':\n"
+"\n"
+"Network: %s\n"
+"IP address: %s\n"
+"IP attribution: %s\n"
+"Driver: %s"
+msgstr ""
+
+#: ../../standalone/drakgw_.c:292
+msgid ""
+"I can keep your current configuration and assume you already set up a DHCP "
+"server; in that case please verify I correctly read the C-Class Network that "
+"you use for your local network; I will not reconfigure it and I will not "
+"touch your DHCP server configuration.\n"
+"\n"
+"Else, I can reconfigure your interface and (re)configure a DHCP server for "
+"you.\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakgw_.c:297
+msgid "C-Class Local Network"
+msgstr ""
+
+#: ../../standalone/drakgw_.c:298
+#, fuzzy
+msgid "(This) DHCP Server IP"
+msgstr "IP CUPS"
+
+#: ../../standalone/drakgw_.c:299
+msgid "Re-configure interface and DHCP server"
+msgstr ""
+
+#: ../../standalone/drakgw_.c:306
+msgid "The Local Network did not finish with `.0', bailing out."
+msgstr ""
+
+#: ../../standalone/drakgw_.c:317
#, c-format
msgid "Potential LAN address conflict found in current config of %s!\n"
msgstr ""
" LAN %s!\n"
-#: ../../standalone/drakgw_.c:262 ../../standalone/drakgw_.c:268
+#: ../../standalone/drakgw_.c:325 ../../standalone/drakgw_.c:331
msgid "Firewalling configuration detected!"
msgstr " (firewall)!"
-#: ../../standalone/drakgw_.c:263 ../../standalone/drakgw_.c:269
+#: ../../standalone/drakgw_.c:326 ../../standalone/drakgw_.c:332
msgid ""
"Warning! An existing firewalling configuration has been detected. You may "
"need some manual fix after installation."
@@ -7994,20 +10391,20 @@ msgstr ""
"! (firewall). "
" ."
-#: ../../standalone/drakgw_.c:277
+#: ../../standalone/drakgw_.c:340
msgid "Configuring..."
msgstr "..."
-#: ../../standalone/drakgw_.c:278
+#: ../../standalone/drakgw_.c:341
msgid "Configuring scripts, installing software, starting servers..."
msgstr " , , ..."
-#: ../../standalone/drakgw_.c:311
+#: ../../standalone/drakgw_.c:378
#, c-format
msgid "Problems installing package %s"
msgstr " %s"
-#: ../../standalone/drakgw_.c:600
+#: ../../standalone/drakgw_.c:672
msgid ""
"Everything has been configured.\n"
"You may now share Internet connection with other computers on your Local "
@@ -8017,23 +10414,23 @@ msgstr ""
" "
" , (DHCP)."
-#: ../../standalone/drakgw_.c:617
+#: ../../standalone/drakgw_.c:689
msgid "The setup has already been done, but it's currently disabled."
msgstr " , ."
-#: ../../standalone/drakgw_.c:618
+#: ../../standalone/drakgw_.c:690
msgid "The setup has already been done, and it's currently enabled."
msgstr " ."
-#: ../../standalone/drakgw_.c:619
+#: ../../standalone/drakgw_.c:691
msgid "No Internet Connection Sharing has ever been configured."
msgstr " ."
-#: ../../standalone/drakgw_.c:624
+#: ../../standalone/drakgw_.c:696
msgid "Internet connection sharing configuration"
msgstr " "
-#: ../../standalone/drakgw_.c:631
+#: ../../standalone/drakgw_.c:703
#, c-format
msgid ""
"Welcome to the Internet Connection Sharing utility!\n"
@@ -8048,139 +10445,129 @@ msgstr ""
"\n"
" ."
-#: ../../standalone/draknet_.c:79
+#: ../../standalone/draknet_.c:80
#, c-format
msgid "Network configuration (%d adapters)"
msgstr " (%d )"
-#: ../../standalone/draknet_.c:86 ../../standalone/draknet_.c:573
+#: ../../standalone/draknet_.c:87 ../../standalone/draknet_.c:595
msgid "Profile: "
msgstr ": "
-#: ../../standalone/draknet_.c:94
+#: ../../standalone/draknet_.c:95
msgid "Del profile..."
msgstr " ..."
-#: ../../standalone/draknet_.c:100
+#: ../../standalone/draknet_.c:101
msgid "Profile to delete:"
msgstr " :"
-#: ../../standalone/draknet_.c:128
+#: ../../standalone/draknet_.c:129
msgid "New profile..."
msgstr " ..."
-#: ../../standalone/draknet_.c:134
+#: ../../standalone/draknet_.c:135
msgid ""
"Name of the profile to create (the new profile is created as a copy of the "
"current one) :"
msgstr ""
-#: ../../standalone/draknet_.c:160
+#: ../../standalone/draknet_.c:161
msgid "Hostname: "
msgstr " :"
-#: ../../standalone/draknet_.c:167
+#: ../../standalone/draknet_.c:168
msgid "Internet access"
msgstr " "
-#: ../../standalone/draknet_.c:180
+#: ../../standalone/draknet_.c:181
msgid "Type:"
msgstr ":"
-#: ../../standalone/draknet_.c:183 ../../standalone/draknet_.c:397
+#: ../../standalone/draknet_.c:184 ../../standalone/draknet_.c:376
msgid "Gateway:"
msgstr ":"
-#: ../../standalone/draknet_.c:183 ../../standalone/draknet_.c:397
+#: ../../standalone/draknet_.c:184 ../../standalone/draknet_.c:376
msgid "Interface:"
msgstr ":"
-#: ../../standalone/draknet_.c:192
+#: ../../standalone/draknet_.c:195
msgid "Status:"
msgstr ":"
-#: ../../standalone/draknet_.c:194 ../../standalone/draknet_.c:410
-msgid "Connected"
-msgstr ""
-
-#: ../../standalone/draknet_.c:194 ../../standalone/draknet_.c:410
-msgid "Not connected"
-msgstr " "
-
-#: ../../standalone/draknet_.c:197 ../../standalone/draknet_.c:411
-msgid "Connect..."
-msgstr "..."
-
-#: ../../standalone/draknet_.c:197 ../../standalone/draknet_.c:411
-msgid "Disconnect..."
-msgstr "..."
-
-#: ../../standalone/draknet_.c:215
-msgid "Starting your connection..."
-msgstr " ..."
-
-#: ../../standalone/draknet_.c:223
-msgid "Closing your connection..."
-msgstr " ..."
-
-#: ../../standalone/draknet_.c:228
-msgid ""
-"The connection is not closed.\n"
-"Try to do it manually by running\n"
-"/etc/sysconfig/network-scripts/net_cnx_down\n"
-"in root."
+#: ../../standalone/draknet_.c:202
+msgid "Wait please"
msgstr ""
-" .\n"
-" \n"
-" /etc/sysconfig/network-scripts/net_cnx_down\n"
-" root."
-
-#: ../../standalone/draknet_.c:231
-msgid "The system is now disconnected."
-msgstr " ."
-#: ../../standalone/draknet_.c:243
+#: ../../standalone/draknet_.c:220
msgid "Configure Internet Access..."
msgstr " ..."
-#: ../../standalone/draknet_.c:250 ../../standalone/draknet_.c:446
+#: ../../standalone/draknet_.c:227 ../../standalone/draknet_.c:449
msgid "LAN configuration"
msgstr " "
-#: ../../standalone/draknet_.c:255
+#: ../../standalone/draknet_.c:232
msgid "Driver"
msgstr ""
-#: ../../standalone/draknet_.c:255
+#: ../../standalone/draknet_.c:232
msgid "Interface"
msgstr ""
-#: ../../standalone/draknet_.c:255
+#: ../../standalone/draknet_.c:232
msgid "Protocol"
msgstr ""
-#: ../../standalone/draknet_.c:255
+#: ../../standalone/draknet_.c:232
#, fuzzy
msgid "State"
msgstr ":"
-#: ../../standalone/draknet_.c:267
+#: ../../standalone/draknet_.c:244
msgid "Configure Local Area Network..."
msgstr " ..."
-#: ../../standalone/draknet_.c:279
+#: ../../standalone/draknet_.c:256
msgid "Click here to launch the wizard ->"
msgstr ""
-#: ../../standalone/draknet_.c:306
+#: ../../standalone/draknet_.c:257
+msgid "Wizard..."
+msgstr "..."
+
+#: ../../standalone/draknet_.c:283
msgid "Apply"
msgstr ""
-#: ../../standalone/draknet_.c:325
+#: ../../standalone/draknet_.c:302
msgid "Please Wait... Applying the configuration"
msgstr ", ... "
-#: ../../standalone/draknet_.c:428
+#: ../../standalone/draknet_.c:384 ../../standalone/draknet_.c:407
+msgid "Connected"
+msgstr ""
+
+#: ../../standalone/draknet_.c:384 ../../standalone/draknet_.c:407
+msgid "Not connected"
+msgstr " "
+
+#: ../../standalone/draknet_.c:385 ../../standalone/draknet_.c:408
+msgid "Connect..."
+msgstr "..."
+
+#: ../../standalone/draknet_.c:385 ../../standalone/draknet_.c:408
+msgid "Disconnect..."
+msgstr "..."
+
+#: ../../standalone/draknet_.c:404
+msgid ""
+"Warning, another Internet connection has been detected, maybe using your "
+"network"
+msgstr ""
+
+#: ../../standalone/draknet_.c:431
msgid ""
"You don't have any configured interface.\n"
"Configure them first by clicking on 'Configure'"
@@ -8188,38 +10575,44 @@ msgstr ""
" .\n"
" ''"
-#: ../../standalone/draknet_.c:450
+#: ../../standalone/draknet_.c:453
msgid "LAN Configuration"
msgstr " "
-#: ../../standalone/draknet_.c:457
+#: ../../standalone/draknet_.c:464
#, c-format
msgid "Adapter %s: %s"
msgstr " %s: %s"
-#: ../../standalone/draknet_.c:463
+#: ../../standalone/draknet_.c:470
msgid "Boot Protocol"
msgstr " "
-#: ../../standalone/draknet_.c:464
+#: ../../standalone/draknet_.c:471
msgid "Started on boot"
msgstr " "
-#: ../../standalone/draknet_.c:465
+#: ../../standalone/draknet_.c:472
msgid "DHCP client"
msgstr " DHCP"
-#: ../../standalone/draknet_.c:489 ../../standalone/draknet_.c:491
+#: ../../standalone/draknet_.c:497 ../../standalone/draknet_.c:500
#, fuzzy
msgid "activate now"
msgstr ""
-#: ../../standalone/draknet_.c:489 ../../standalone/draknet_.c:491
+#: ../../standalone/draknet_.c:497 ../../standalone/draknet_.c:500
#, fuzzy
-msgid "desactivate now"
+msgid "deactivate now"
msgstr ""
-#: ../../standalone/draknet_.c:538
+#: ../../standalone/draknet_.c:503
+msgid ""
+"This interface has not been configured yet.\n"
+"Launch the configuration wizard in the main window"
+msgstr ""
+
+#: ../../standalone/draknet_.c:560
msgid ""
"You don't have any internet connection.\n"
"Create one first by clicking on 'Configure'"
@@ -8227,138 +10620,162 @@ msgstr ""
" .\n"
" , ''"
-#: ../../standalone/draknet_.c:562
+#: ../../standalone/draknet_.c:584
msgid "Internet connection configuration"
msgstr " "
-#: ../../standalone/draknet_.c:566
+#: ../../standalone/draknet_.c:588
msgid "Internet Connection Configuration"
msgstr " "
-#: ../../standalone/draknet_.c:575
+#: ../../standalone/draknet_.c:597
msgid "Connection type: "
msgstr " : "
-#: ../../standalone/draknet_.c:581
+#: ../../standalone/draknet_.c:603
msgid "Parameters"
msgstr ""
-#: ../../standalone/draknet_.c:608
+#: ../../standalone/draknet_.c:621
+msgid "Gateway"
+msgstr ""
+
+#: ../../standalone/draknet_.c:630
msgid "Ethernet Card"
msgstr " "
-#: ../../standalone/draknet_.c:609
+#: ../../standalone/draknet_.c:631
msgid "DHCP Client"
msgstr " DHCP"
-#: ../../standalone/draksec_.c:21
-msgid "Welcome To Crackers"
-msgstr " Crackers"
+#: ../../standalone/draksec_.c:31
+msgid "Setting security level"
+msgstr " "
-#: ../../standalone/draksec_.c:22
-msgid "Poor"
-msgstr ""
+#: ../../standalone/drakxconf_.c:47
+msgid "Control Center"
+msgstr " "
-#: ../../standalone/draksec_.c:26
-msgid "Paranoid"
-msgstr ""
+#: ../../standalone/drakxconf_.c:48
+msgid "Choose the tool you want to use"
+msgstr " , "
-#: ../../standalone/draksec_.c:29
-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."
+#: ../../standalone/drakxtv_.c:48
+#, fuzzy
+msgid "Canada (cable)"
+msgstr " ()"
+
+#: ../../standalone/drakxtv_.c:48
+msgid "USA (bcast)"
msgstr ""
-" . \n"
-" , : "
-"\n"
-" , Internet. ."
-#: ../../standalone/draksec_.c:32
-msgid ""
-"Password are now enabled, but use as a networked computer is still not "
-"recommended."
+#: ../../standalone/drakxtv_.c:48
+msgid "USA (cable)"
msgstr ""
-" , \n"
-"- ."
-#: ../../standalone/draksec_.c:33
-msgid ""
-"Few improvements for this security level, the main one is that there are\n"
-"more security warnings and checks."
+#: ../../standalone/drakxtv_.c:48
+msgid "USA (cable-hrc)"
msgstr ""
-" , \n"
-" ."
-#: ../../standalone/draksec_.c:35
-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. "
+#: ../../standalone/drakxtv_.c:49
+msgid "China (bcast)"
msgstr ""
-" , ,\n"
-" Internet . \n"
-" ."
-#: ../../standalone/draksec_.c:37
-msgid ""
-"With this security level, the use of this system as a server becomes "
-"possible.\n"
-"The security is now high enough to use the system as a server which accept\n"
-"connections from many clients. "
+#: ../../standalone/drakxtv_.c:49
+msgid "Japan (bcast)"
msgstr ""
-" \n"
-" . \n"
-", ."
-#: ../../standalone/draksec_.c:40
-msgid ""
-"We take level 4 features, but now the system is entirely closed.\n"
-"Security features are at their maximum."
+#: ../../standalone/drakxtv_.c:49
+msgid "Japan (cable)"
msgstr ""
-" , "
-" .\n"
-" ."
-#: ../../standalone/draksec_.c:65
+#: ../../standalone/drakxtv_.c:50
#, fuzzy
-msgid "Security level"
-msgstr " "
+msgid "East Europe"
+msgstr ""
-#: ../../standalone/draksec_.c:67
+#: ../../standalone/drakxtv_.c:50
#, fuzzy
-msgid "Use libsafe for servers"
-msgstr " "
+msgid "Ireland"
+msgstr ""
+
+#: ../../standalone/drakxtv_.c:50
+#, fuzzy
+msgid "West Europe"
+msgstr ""
-#: ../../standalone/draksec_.c:68
+#: ../../standalone/drakxtv_.c:51
+#, fuzzy
+msgid "Australia"
+msgstr ""
+
+#: ../../standalone/drakxtv_.c:51
+msgid "Newzealand"
+msgstr ""
+
+#: ../../standalone/drakxtv_.c:52
+msgid "South Africa"
+msgstr ""
+
+#: ../../standalone/drakxtv_.c:53
+msgid "Argentina"
+msgstr ""
+
+#: ../../standalone/drakxtv_.c:58
msgid ""
-"A library which defends against buffer overflow and format string attacks."
+"Please,\n"
+"type in your tv norm and country"
msgstr ""
-#: ../../standalone/draksec_.c:72
-msgid "Setting security level"
-msgstr " "
+#: ../../standalone/drakxtv_.c:60
+msgid "TV norm :"
+msgstr ""
-#: ../../standalone/drakxconf_.c:47
-msgid "Control Center"
-msgstr " "
+#: ../../standalone/drakxtv_.c:61
+msgid "Area :"
+msgstr ""
-#: ../../standalone/drakxconf_.c:48
-msgid "Choose the tool you want to use"
-msgstr " , "
+#: ../../standalone/drakxtv_.c:65
+msgid "Scanning for TV channels in progress ..."
+msgstr ""
+
+#: ../../standalone/drakxtv_.c:72
+msgid "Scanning for TV channels"
+msgstr ""
+
+#: ../../standalone/drakxtv_.c:83
+msgid "No TV Card detected!"
+msgstr ""
+
+#: ../../standalone/drakxtv_.c:84
+msgid ""
+"No TV Card has been detected on your machine. Please verify that a Linux-"
+"supported Video/TV Card is correctly plugged in.\n"
+"\n"
+"\n"
+"You can visit our hardware database at:\n"
+"\n"
+"\n"
+"http://www.linux-mandrake.com/en/hardware.php3"
+msgstr ""
#: ../../standalone/keyboarddrake_.c:16
msgid "usage: keyboarddrake [--expert] [keyboard]\n"
msgstr ": keyboarddrake [--expert] [keyboard]\n"
+#: ../../standalone/keyboarddrake_.c:29
+msgid "Please, choose your keyboard layout."
+msgstr ", "
+
#: ../../standalone/keyboarddrake_.c:36
msgid "Do you want the BackSpace to return Delete in console?"
msgstr " , BackSpace Delete?"
-#: ../../standalone/livedrake_.c:23
+#: ../../standalone/livedrake_.c:24
msgid "Change Cd-Rom"
msgstr " Cd-Rom"
-#: ../../standalone/livedrake_.c:24
+#: ../../standalone/livedrake_.c:25
msgid ""
"Please insert the Installation Cd-Rom in your drive and press Ok when done.\n"
"If you don't have it, press Cancel to avoid live upgrade."
@@ -8367,27 +10784,267 @@ msgstr ""
" , (Cancel), "
" ."
-#: ../../standalone/livedrake_.c:34
+#: ../../standalone/livedrake_.c:35
msgid "Unable to start live upgrade !!!\n"
msgstr " !!!\n"
-#: ../../standalone/mousedrake_.c:58
+#: ../../standalone/localedrake_.c:32
+msgid "The change is done, but to be effective you must logout"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:85 ../../standalone/logdrake_.c:501
+msgid "logdrake"
+msgstr "logdrake"
+
+#: ../../standalone/logdrake_.c:95
+#, fuzzy
+msgid "Show only for the selected day"
+msgstr " "
+
+#: ../../standalone/logdrake_.c:102
+msgid "/File/_New"
+msgstr "//_"
+
+#: ../../standalone/logdrake_.c:102
+msgid "<control>N"
+msgstr "<control>N"
+
+#: ../../standalone/logdrake_.c:103
+msgid "/File/_Open"
+msgstr "//_"
+
+#: ../../standalone/logdrake_.c:103
+msgid "<control>O"
+msgstr "<control>O"
+
+#: ../../standalone/logdrake_.c:104
+msgid "/File/_Save"
+msgstr "//_"
+
+#: ../../standalone/logdrake_.c:104
+msgid "<control>S"
+msgstr "<control>S"
+
+#: ../../standalone/logdrake_.c:105
+msgid "/File/Save _As"
+msgstr "// _"
+
+#: ../../standalone/logdrake_.c:106
+msgid "/File/-"
+msgstr "//-"
+
+#: ../../standalone/logdrake_.c:108
+msgid "/_Options"
+msgstr "/_"
+
+#: ../../standalone/logdrake_.c:109
+msgid "/Options/Test"
+msgstr "//"
+
+#: ../../standalone/logdrake_.c:110
+msgid "/_Help"
+msgstr "/"
+
+#: ../../standalone/logdrake_.c:111
+msgid "/Help/_About..."
+msgstr "//_ ..."
+
+#: ../../standalone/logdrake_.c:118
+msgid "-misc-fixed-medium-r-*-*-*-100-*-*-*-*-*-*,*"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:119
+msgid "-misc-fixed-bold-r-*-*-*-100-*-*-*-*-*-*,*"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:173
+#, fuzzy
+msgid "User"
+msgstr " "
+
+#: ../../standalone/logdrake_.c:174
+#, fuzzy
+msgid "Messages"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:175
+#, fuzzy
+msgid "Syslog"
+msgstr " "
+
+#: ../../standalone/logdrake_.c:176
+msgid "Mandrake Tools Explanations"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:179
+msgid "search"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:185
+msgid "A tool to monitor your logs"
+msgstr " "
+
+#: ../../standalone/logdrake_.c:186
+msgid "Settings"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:191
+#, fuzzy
+msgid "matching"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:192
+#, fuzzy
+msgid "but not matching"
+msgstr " "
+
+#: ../../standalone/logdrake_.c:196
+msgid "Choose file"
+msgstr " "
+
+#: ../../standalone/logdrake_.c:201
+msgid "Calendar"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:211
+msgid "Content of the file"
+msgstr " "
+
+#: ../../standalone/logdrake_.c:215 ../../standalone/logdrake_.c:390
+msgid "Mail/SMS alert"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:268
+#, c-format
+msgid "please wait, parsing file: %s"
+msgstr " , : %s"
+
+#: ../../standalone/logdrake_.c:405
+#, fuzzy
+msgid "Mail/SMS alert configuration"
+msgstr " "
+
+#: ../../standalone/logdrake_.c:406
+msgid ""
+"Welcome to the mail/SMS configuration utility.\n"
+"\n"
+"Here, you'll be able to set up the alert system.\n"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:414
+#, fuzzy
+msgid "proftpd"
+msgstr "Apache, Pro-ftpd"
+
+#: ../../standalone/logdrake_.c:417
+msgid "sshd"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:418
+msgid "webmin"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:419
+#, fuzzy
+msgid "xinetd"
+msgstr "Ext2"
+
+#: ../../standalone/logdrake_.c:422
+#, fuzzy
+msgid "service setting"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:423
+msgid ""
+"You will receive an alert if one of the selected service is no more running"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:433
+#, fuzzy
+msgid "load setting"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:434
+msgid "You will receive an alert if the load is higher than this value"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:447
+#, fuzzy
+msgid "alert configuration"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:448
+msgid "Configure the way the system will alert you"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:478
+msgid "Save as.."
+msgstr " ..."
+
+#: ../../standalone/mousedrake_.c:49
+msgid "Please, choose the type of your mouse."
+msgstr ", "
+
+#: ../../standalone/mousedrake_.c:59
msgid "no serial_usb found\n"
msgstr "serial_usb \n"
-#: ../../standalone/mousedrake_.c:62
+#: ../../standalone/mousedrake_.c:63
msgid "Emulate third button?"
msgstr " ?"
-#: ../../standalone/tinyfirewall_.c:29
+#: ../../standalone/scannerdrake_.c:53
+#, c-format
+msgid "%s found on %s, configure it ?"
+msgstr ""
+
+#: ../../standalone/scannerdrake_.c:60
+#, fuzzy
+msgid "Select a scanner"
+msgstr " "
+
+#: ../../standalone/scannerdrake_.c:80
+#, c-format
+msgid "This %s scanner is unsupported"
+msgstr ""
+
+#: ../../standalone/scannerdrake_.c:94
+#, c-format
+msgid ""
+"Scannerdrake was not able to detect your %s scanner.\n"
+"Please select the device where your scanner is plugged"
+msgstr ""
+
+#: ../../standalone/scannerdrake_.c:96
+#, fuzzy
+msgid "choose device"
+msgstr " "
+
+#: ../../standalone/scannerdrake_.c:102
+#, c-format
+msgid ""
+"This %s scanner must be configured by printerdrake.\n"
+"You can launch printerdrake from the Mandrake Control Center in Hardware "
+"section."
+msgstr ""
+
+#: ../../standalone/scannerdrake_.c:107
+#, c-format
+msgid ""
+"Your %s scanner has been configured.\n"
+"You may now scan documents using ``XSane'' from Multimedia/Graphics in the "
+"applications menu."
+msgstr ""
+
+#: ../../standalone/tinyfirewall_.c:31
msgid "Firewalling Configuration"
msgstr " (firewall)"
-#: ../../standalone/tinyfirewall_.c:42
+#: ../../standalone/tinyfirewall_.c:44
msgid "Firewalling configuration"
msgstr " (firewall)"
-#: ../../standalone/tinyfirewall_.c:77
+#: ../../standalone/tinyfirewall_.c:79
msgid ""
"Firewalling\n"
"\n"
@@ -8399,7 +11056,7 @@ msgstr ""
" .\n"
" "
-#: ../../standalone/tinyfirewall_.c:81
+#: ../../standalone/tinyfirewall_.c:83
msgid ""
"Firewalling\n"
"\n"
@@ -8461,19 +11118,24 @@ msgstr " "
msgid "Configure services"
msgstr " "
-#: ../../steps.pm_.c:30
-msgid "Create a bootdisk"
-msgstr " . "
-
-#: ../../steps.pm_.c:32
+#: ../../steps.pm_.c:29
msgid "Install bootloader"
msgstr " "
+#: ../../steps.pm_.c:31
+msgid "Create a bootdisk"
+msgstr " . "
+
#: ../../steps.pm_.c:33
msgid "Configure X"
msgstr " X Window"
#: ../../steps.pm_.c:34
+#, fuzzy
+msgid "Install system updates"
+msgstr " "
+
+#: ../../steps.pm_.c:35
msgid "Exit install"
msgstr " "
@@ -8658,6 +11320,56 @@ msgstr " %s: %s\n"
msgid "Can't open %s for writing: %s\n"
msgstr " %s : %s\n"
+#: ../../tinyfirewall.pm_.c:180
+msgid "No I don't need DHCP"
+msgstr ""
+
+#: ../../tinyfirewall.pm_.c:180
+msgid "Yes I need DHCP"
+msgstr ""
+
+#: ../../tinyfirewall.pm_.c:181
+msgid "No I don't need NTP"
+msgstr ""
+
+#: ../../tinyfirewall.pm_.c:181
+msgid "Yes I need NTP"
+msgstr ""
+
+#: ../../tinyfirewall.pm_.c:182 ../../tinyfirewall.pm_.c:186
+msgid "Don't Save"
+msgstr ""
+
+#: ../../tinyfirewall.pm_.c:182 ../../tinyfirewall.pm_.c:186
+#: ../../tinyfirewall.pm_.c:206
+msgid "Save & Quit"
+msgstr ""
+
+#: ../../tinyfirewall.pm_.c:197 ../../tinyfirewall.pm_.c:201
+#, fuzzy
+msgid "Firewall Configuration Wizard"
+msgstr " (firewall)"
+
+#: ../../tinyfirewall.pm_.c:199
+msgid "No (firewall this off from the internet)"
+msgstr ""
+
+#: ../../tinyfirewall.pm_.c:200
+msgid "Yes (allow this through the firewall)"
+msgstr ""
+
+#: ../../tinyfirewall.pm_.c:232
+#, fuzzy
+msgid "Please Wait... Verifying installed packages"
+msgstr ", , "
+
+#: ../../tinyfirewall.pm_.c:238
+#, c-format
+msgid ""
+"Failure installing the needed packages : %s and Bastille.\n"
+" Try to install them manually."
+msgstr ""
+
#: ../../share/compssUsers:999
msgid "Web/FTP"
msgstr "Web/FTP"
@@ -8787,10 +11499,6 @@ msgid "Graphical Environment"
msgstr " "
#: ../../share/compssUsers:999
-msgid "Development"
-msgstr ""
-
-#: ../../share/compssUsers:999
msgid "Apache, Pro-ftpd"
msgstr "Apache, Pro-ftpd"
@@ -8803,6 +11511,10 @@ msgid "Office Workstation"
msgstr " "
#: ../../share/compssUsers:999
+msgid "Server"
+msgstr ""
+
+#: ../../share/compssUsers:999
msgid "Gnome, Icewm, Window Maker, Enlightenment, Fvwm, etc"
msgstr "Gnome, Icewm, Window Maker, Enlightenment, Fvwm, .."
@@ -8889,10 +11601,6 @@ msgid "Programs to manage your finance, such as gnucash"
msgstr " , gnucash"
#: ../../share/compssUsers:999
-msgid "Games"
-msgstr ""
-
-#: ../../share/compssUsers:999
msgid "Personal Information Management"
msgstr " "
@@ -8904,6 +11612,249 @@ msgstr " - CD"
msgid "Scientific Workstation"
msgstr " "
+#, fuzzy
+#~ msgid "About"
+#~ msgstr ""
+
+#~ msgid "$f-$g %s)"
+#~ msgstr "$f-$g %s)"
+
+#, fuzzy
+#~ msgid "None"
+#~ msgstr ""
+
+#, fuzzy
+#~ msgid "Choose a default printer!"
+#~ msgstr " :"
+
+#, fuzzy
+#~ msgid "Apply/Re-read printers"
+#~ msgstr " "
+
+#~ msgid "You may now provide its options to module %s."
+#~ msgstr " %s."
+
+#~ msgid "mount failed"
+#~ msgstr " "
+
+#~ msgid "Low"
+#~ msgstr ""
+
+#~ msgid "Medium"
+#~ msgstr ""
+
+#~ msgid ""
+#~ "Few improvements for this security level, the main one is that there are\n"
+#~ "more security warnings and checks."
+#~ msgstr ""
+#~ " , \n"
+#~ " ."
+
+#~ msgid "Boot mode"
+#~ msgstr " "
+
+#, fuzzy
+#~ msgid "Export"
+#~ msgstr ""
+
+#~ msgid ""
+#~ "GNU/Linux manages time in GMT (Greenwich Mean Time) and translates it in\n"
+#~ "local time according to the time zone you selected."
+#~ msgstr ""
+#~ "GNU/Linux GMT ( ) "
+#~ "\n"
+#~ " ."
+
+#~ msgid "Connect to Internet"
+#~ msgstr " "
+
+#~ msgid "Disconnect from Internet"
+#~ msgstr " "
+
+#~ msgid "Configure network connection (LAN or Internet)"
+#~ msgstr " ( )"
+
+#, fuzzy
+#~ msgid "Detected %s, do you want to set it up?"
+#~ msgstr " ?"
+
+#, fuzzy
+#~ msgid "Please choose the printer you want to set up."
+#~ msgstr ", , "
+
+#, fuzzy
+#~ msgid "Infos"
+#~ msgstr ""
+
+#, fuzzy
+#~ msgid "Windows Importation"
+#~ msgstr " Gnome"
+
+#~ msgid "authentification"
+#~ msgstr ""
+
+#, fuzzy
+#~ msgid "user"
+#~ msgstr ""
+
+#, fuzzy
+#~ msgid ""
+#~ "Please choose the desired printer/printer port.\n"
+#~ "\n"
+#~ msgstr ", "
+
+#, fuzzy
+#~ msgid "\\@quit"
+#~ msgstr ""
+
+#, fuzzy
+#~ msgid "Removable media"
+#~ msgstr " "
+
+#~ msgid "Active"
+#~ msgstr ""
+
+#, fuzzy
+#~ msgid "No X"
+#~ msgstr ""
+
+#~ msgid "A printer, model \"%s\", has been detected on "
+#~ msgstr " \"%s\" "
+
+#~ msgid "Local Printer Device"
+#~ msgstr " "
+
+#~ msgid "Printer Device"
+#~ msgstr ""
+
+#, fuzzy
+#~ msgid "Printer(s) on remote CUPS server(s)"
+#~ msgstr " CUPS "
+
+#, fuzzy
+#~ msgid "Printer(s) on remote server(s)"
+#~ msgstr " CUPS "
+
+#, fuzzy
+#~ msgid " Linux "
+#~ msgstr "Linux"
+
+#, fuzzy
+#~ msgid " System "
+#~ msgstr " "
+
+#, fuzzy
+#~ msgid " Other "
+#~ msgstr ""
+
+#, fuzzy
+#~ msgid "please choose your CD space"
+#~ msgstr ", "
+
+#, fuzzy
+#~ msgid " Please check if you are using CDRW media"
+#~ msgstr " "
+
+#, fuzzy
+#~ msgid " Tape "
+#~ msgstr ": "
+
+#, fuzzy
+#~ msgid " Use .backupignore files"
+#~ msgstr " "
+
+#, fuzzy
+#~ msgid "Configure it"
+#~ msgstr " X Window"
+
+#, fuzzy
+#~ msgid "on Tape Device"
+#~ msgstr ""
+
+#, fuzzy
+#~ msgid " Cancel "
+#~ msgstr ""
+
+#, fuzzy
+#~ msgid " Ok "
+#~ msgstr ""
+
+#, fuzzy
+#~ msgid "close"
+#~ msgstr ""
+
+#~ msgid "Starting your connection..."
+#~ msgstr " ..."
+
+#~ msgid "Closing your connection..."
+#~ msgstr " ..."
+
+#~ msgid ""
+#~ "The connection is not closed.\n"
+#~ "Try to do it manually by running\n"
+#~ "/etc/sysconfig/network-scripts/net_cnx_down\n"
+#~ "in root."
+#~ msgstr ""
+#~ " .\n"
+#~ " \n"
+#~ " /etc/sysconfig/network-scripts/net_cnx_down\n"
+#~ " root."
+
+#~ msgid "The system is now disconnected."
+#~ msgstr " ."
+
+#~ msgid "Choose the size you want to install"
+#~ msgstr " "
+
+#~ msgid "Total size: "
+#~ msgstr " : "
+
+#~ msgid "Please wait, "
+#~ msgstr ", , "
+
+#~ msgid "Total time "
+#~ msgstr " "
+
+#~ msgid "Use existing configuration for X11?"
+#~ msgstr " X11?"
+
+#~ msgid ""
+#~ "What device is your printer connected to \n"
+#~ "(note that /dev/lp0 is equivalent to LPT1:)?\n"
+#~ msgstr ""
+#~ " \n"
+#~ "(? - /dev/lp0 LPT1:)?\n"
+
+#~ msgid "$_"
+#~ msgstr "$_"
+
+#~ msgid ""
+#~ "Warning, the network adapter is already configured. I will reconfigure it."
+#~ msgstr ", . ."
+
+#~ msgid "New"
+#~ msgstr ""
+
+#, fuzzy
+#~ msgid "Remote"
+#~ msgstr " "
+
+#, fuzzy
+#~ msgid ""
+#~ "Please click on a button above\n"
+#~ "\n"
+#~ "Or use \"New\""
+#~ msgstr " "
+
+#~ msgid "Ambiguity (%s), be more precise\n"
+#~ msgstr " (%s), \n"
+
+#~ msgid " ? (default %s) "
+#~ msgstr " ? ( %s) "
+
+#~ msgid "Your choice? (default %s enter `none' for none) "
+#~ msgstr " ? ( %s 'none' ) "
+
#~ msgid "can not open /etc/sysconfig/autologin for reading: %s"
#~ msgstr " /etc/sysconfig/autologin : %s"
@@ -8933,14 +11884,6 @@ msgstr " "
#~ "(IDE ) \"/dev/sda\" ( SCSI )."
#, fuzzy
-#~ msgid ""
-#~ "The following printers are configured.\n"
-#~ "You can add some more or modify the existing ones."
-#~ msgstr ""
-#~ " .\n"
-#~ " ."
-
-#, fuzzy
#~ msgid "Connection timeout (in sec) [ beta, not yet implemented ]"
#~ msgstr " : "
@@ -9159,7 +12102,7 @@ msgstr " "
#~ "\"Disable networking\".\n"
#~ "\n"
#~ "\n"
-#~ "If you wish to configure the network later after installation or if you "
+#~ "If you wish to configure the network later after installation, or if you "
#~ "have\n"
#~ "finished to configure your network connection, choose \"Done\"."
#~ msgstr ""
@@ -9859,15 +12802,6 @@ msgstr " "
#~ msgid "Write /etc/fstab"
#~ msgstr " /etc/fstab"
-#~ msgid "Restore from file"
-#~ msgstr " "
-
-#~ msgid "Save in file"
-#~ msgstr " "
-
-#~ msgid "Restore from floppy"
-#~ msgstr " "
-
#~ msgid "Format all"
#~ msgstr " "
@@ -9914,10 +12848,6 @@ msgstr " "
#~ msgid "Modify printer"
#~ msgstr " "
-#, fuzzy
-#~ msgid "start it"
-#~ msgstr ""
-
#~ msgid "Network Monitoring"
#~ msgstr " "
@@ -9959,70 +12889,18 @@ msgstr " "
#~ " .\n"
#~ " Mandrake."
-#, fuzzy
-#~ msgid "Color configuration"
-#~ msgstr ""
-
#~ msgid "sent: "
#~ msgstr ": "
#~ msgid "received: "
#~ msgstr ": "
-#~ msgid "Connect"
-#~ msgstr ""
-
-#~ msgid "Disconnect"
-#~ msgstr ""
-
-#~ msgid "/File/_New"
-#~ msgstr "//_"
-
-#~ msgid "<control>N"
-#~ msgstr "<control>N"
-
-#~ msgid "/File/_Open"
-#~ msgstr "//_"
-
-#~ msgid "<control>O"
-#~ msgstr "<control>O"
-
-#~ msgid "/File/_Save"
-#~ msgstr "//_"
-
-#~ msgid "<control>S"
-#~ msgstr "<control>S"
-
-#~ msgid "/File/Save _As"
-#~ msgstr "// _"
-
-#~ msgid "/File/-"
-#~ msgstr "//-"
-
-#~ msgid "/_Options"
-#~ msgstr "/_"
-
-#~ msgid "/Options/Test"
-#~ msgstr "//"
-
-#~ msgid "/_Help"
-#~ msgstr "/_"
-
-#~ msgid "/Help/_About..."
-#~ msgstr "//_ ..."
-
#~ msgid "Default Runlevel"
#~ msgstr "RunLevel "
-#~ msgid "Europe"
-#~ msgstr ""
-
#~ msgid "NetWare"
#~ msgstr "NetWare"
-#~ msgid "Remove queue"
-#~ msgstr " "
-
#~ msgid "Config file content could not be interpreted."
#~ msgstr " ."
@@ -10104,9 +12982,6 @@ msgstr " "
#~ msgid "Reverse page order"
#~ msgstr " "
-#~ msgid "CUPS starting"
-#~ msgstr " CUPS"
-
#~ msgid "Select Remote Printer Connection"
#~ msgstr " "
@@ -10164,10 +13039,6 @@ msgstr " "
#~ msgid "yellow pages"
#~ msgstr " "
-#, fuzzy
-#~ msgid "Light configuration"
-#~ msgstr " "
-
#~ msgid "Provider dns 1"
#~ msgstr " DNS "
diff --git a/perl-install/share/po/sk.po b/perl-install/share/po/sk.po
index 6e46f7e79..62d13d0af 100644
--- a/perl-install/share/po/sk.po
+++ b/perl-install/share/po/sk.po
@@ -6,32 +6,32 @@
msgid ""
msgstr ""
"Project-Id-Version: DrakX VERSION\n"
-"POT-Creation-Date: 2001-09-21 19:50+0200\n"
-"PO-Revision-Date: 2001-08-27 18:02+0100\n"
-"Last-Translator: Jan Matis <damned@hq.alert.sk>\n"
+"POT-Creation-Date: 2002-03-11 18:29+0100\n"
+"PO-Revision-Date: 2002-02-17 23:14+0100\n"
+"Last-Translator: Jan Matis <matis@hq.alert.sk>\n"
"Language-Team: sk <i18n@hq.alert.sk>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=iso-8859-2\n"
"Content-Transfer-Encoding: 8bit\n"
-#: ../../Xconfigurator.pm_.c:231
+#: ../../Xconfigurator.pm_.c:242
msgid "Configure all heads independently"
msgstr "Nastavi vetky hlavy osobitne"
-#: ../../Xconfigurator.pm_.c:232
+#: ../../Xconfigurator.pm_.c:243
msgid "Use Xinerama extension"
msgstr "Poui Xinerama rozrenie"
-#: ../../Xconfigurator.pm_.c:235
+#: ../../Xconfigurator.pm_.c:246
#, c-format
msgid "Configure only card \"%s\" (%s)"
msgstr "Nastavi iba kartu \"%s\" (%s)"
-#: ../../Xconfigurator.pm_.c:238
+#: ../../Xconfigurator.pm_.c:249
msgid "Multi-head configuration"
msgstr "Nastavenie \"viac-hlv\""
-#: ../../Xconfigurator.pm_.c:239
+#: ../../Xconfigurator.pm_.c:250
msgid ""
"Your system support multiple head configuration.\n"
"What do you want to do?"
@@ -39,33 +39,43 @@ msgstr ""
"V systm podporuje nastevenie pre \"viac hlv\".\n"
"o chcete spravi?"
-#: ../../Xconfigurator.pm_.c:248
+#: ../../Xconfigurator.pm_.c:261
msgid "Graphic card"
msgstr "Grafick karta"
-#: ../../Xconfigurator.pm_.c:248
+#: ../../Xconfigurator.pm_.c:262
msgid "Select a graphic card"
msgstr "Zvote grafick kartu"
-#: ../../Xconfigurator.pm_.c:249
+#: ../../Xconfigurator.pm_.c:286
msgid "Choose a X server"
msgstr "Zvote X server"
-#: ../../Xconfigurator.pm_.c:249
+#: ../../Xconfigurator.pm_.c:286
msgid "X server"
msgstr "X server"
-#: ../../Xconfigurator.pm_.c:307 ../../Xconfigurator.pm_.c:313
-#: ../../Xconfigurator.pm_.c:363 ../../Xconfigurator.pm_.c:1435
+#: ../../Xconfigurator.pm_.c:293
+#, fuzzy
+msgid "Choose a X driver"
+msgstr "Zvote X server"
+
+#: ../../Xconfigurator.pm_.c:293
+#, fuzzy
+msgid "X driver"
+msgstr "X server"
+
+#: ../../Xconfigurator.pm_.c:360 ../../Xconfigurator.pm_.c:366
+#: ../../Xconfigurator.pm_.c:416 ../../Xconfigurator.pm_.c:1507
#, c-format
msgid "XFree %s"
msgstr "XFree86 %s"
-#: ../../Xconfigurator.pm_.c:310
+#: ../../Xconfigurator.pm_.c:363
msgid "Which configuration of XFree do you want to have?"
msgstr "Ak konfigurciu XFree chcete ma?"
-#: ../../Xconfigurator.pm_.c:321
+#: ../../Xconfigurator.pm_.c:374
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support but only with XFree %s.\n"
@@ -74,18 +84,18 @@ msgstr ""
"Vaa karta m podporu hardwarovej 3D akcelercie ale iba v XFree %s.\n"
"Vaa karta je podporovan XFree %s, ktor maj lepiu podporuj v 2D."
-#: ../../Xconfigurator.pm_.c:323 ../../Xconfigurator.pm_.c:356
+#: ../../Xconfigurator.pm_.c:376 ../../Xconfigurator.pm_.c:409
#, c-format
msgid "Your card can have 3D hardware acceleration support with XFree %s."
msgstr "Vaa karta m podporu hardwarovej 3D akcelercie v XFree %s."
-#: ../../Xconfigurator.pm_.c:325 ../../Xconfigurator.pm_.c:358
-#: ../../Xconfigurator.pm_.c:1435
+#: ../../Xconfigurator.pm_.c:378 ../../Xconfigurator.pm_.c:411
+#: ../../Xconfigurator.pm_.c:1507
#, c-format
msgid "XFree %s with 3D hardware acceleration"
msgstr "XFree %s s 3D hardwerovou akcelerciou"
-#: ../../Xconfigurator.pm_.c:333 ../../Xconfigurator.pm_.c:347
+#: ../../Xconfigurator.pm_.c:386 ../../Xconfigurator.pm_.c:400
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support with XFree %s,\n"
@@ -95,12 +105,12 @@ msgstr ""
"POZOR, TTO PODPORA JE IBA EXPERIMENTLNA A MOE SPOSOBI ZAMRZNUTIE "
"POTAA."
-#: ../../Xconfigurator.pm_.c:335 ../../Xconfigurator.pm_.c:349
+#: ../../Xconfigurator.pm_.c:388 ../../Xconfigurator.pm_.c:402
#, c-format
msgid "XFree %s with EXPERIMENTAL 3D hardware acceleration"
msgstr "XFree %s s EXPERIMENTLNOU 3D akcelerciou"
-#: ../../Xconfigurator.pm_.c:344
+#: ../../Xconfigurator.pm_.c:397
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support but only with XFree %s,\n"
@@ -112,31 +122,31 @@ msgstr ""
"POTAA.\n"
"Vaa karta je podporovan XFree %s, ktor maj lepiu podporuj v 2D."
-#: ../../Xconfigurator.pm_.c:364
+#: ../../Xconfigurator.pm_.c:417
msgid "Xpmac (installation display driver)"
msgstr "Xpmac (ovlda obrazovky pre intalciu)"
-#: ../../Xconfigurator.pm_.c:368
+#: ../../Xconfigurator.pm_.c:421
msgid "XFree configuration"
msgstr "XFree konfigurcia"
-#: ../../Xconfigurator.pm_.c:434
+#: ../../Xconfigurator.pm_.c:496
msgid "Select the memory size of your graphic card"
msgstr "Zvote vekos grafickej pamti"
-#: ../../Xconfigurator.pm_.c:492
+#: ../../Xconfigurator.pm_.c:550
msgid "Choose options for server"
msgstr "Zvote parametre servra"
-#: ../../Xconfigurator.pm_.c:516
+#: ../../Xconfigurator.pm_.c:574
msgid "Choose a monitor"
msgstr "Zvote monitor"
-#: ../../Xconfigurator.pm_.c:516
+#: ../../Xconfigurator.pm_.c:574
msgid "Monitor"
msgstr "Monitor"
-#: ../../Xconfigurator.pm_.c:519
+#: ../../Xconfigurator.pm_.c:577
msgid ""
"The two critical parameters are the vertical refresh rate, which is the "
"rate\n"
@@ -156,40 +166,40 @@ msgstr ""
"schopnosti vho monitora. Mohol by sa pokodi.\n"
"Ak ste si nie celkom ist, zvote radej slabie nastavenie."
-#: ../../Xconfigurator.pm_.c:526
+#: ../../Xconfigurator.pm_.c:584
msgid "Horizontal refresh rate"
msgstr "Horizontlna frekvencia"
-#: ../../Xconfigurator.pm_.c:527
+#: ../../Xconfigurator.pm_.c:585
msgid "Vertical refresh rate"
msgstr "Vertiklna frekvencia"
-#: ../../Xconfigurator.pm_.c:564
+#: ../../Xconfigurator.pm_.c:622
msgid "Monitor not configured"
msgstr "Nie je nastaven monitor"
-#: ../../Xconfigurator.pm_.c:567
+#: ../../Xconfigurator.pm_.c:625
msgid "Graphic card not configured yet"
msgstr "Nie je nastaven grafick karta"
-#: ../../Xconfigurator.pm_.c:570
+#: ../../Xconfigurator.pm_.c:628
msgid "Resolutions not chosen yet"
msgstr "Nie s nastaven grafick rozlenia"
-#: ../../Xconfigurator.pm_.c:587
+#: ../../Xconfigurator.pm_.c:646
msgid "Do you want to test the configuration?"
msgstr "Otestova konfigurciu?"
-#: ../../Xconfigurator.pm_.c:591
+#: ../../Xconfigurator.pm_.c:650
msgid "Warning: testing this graphic card may freeze your computer"
msgstr ""
"Varovanie: Testovanie tejto grafickej karty me spsobi zamrznutie systmu"
-#: ../../Xconfigurator.pm_.c:594
+#: ../../Xconfigurator.pm_.c:653
msgid "Test of the configuration"
msgstr "Test konfigurcie"
-#: ../../Xconfigurator.pm_.c:632 ../../Xconfigurator.pm_.c:644
+#: ../../Xconfigurator.pm_.c:692 ../../Xconfigurator.pm_.c:704
msgid ""
"\n"
"try to change some parameters"
@@ -197,156 +207,175 @@ msgstr ""
"\n"
"skste zmeni niektor parametre"
-#: ../../Xconfigurator.pm_.c:632 ../../Xconfigurator.pm_.c:644
+#: ../../Xconfigurator.pm_.c:692 ../../Xconfigurator.pm_.c:704
msgid "An error has occurred:"
msgstr "Vyskytla sa chyba"
-#: ../../Xconfigurator.pm_.c:668
+#: ../../Xconfigurator.pm_.c:731
#, c-format
msgid "Leaving in %d seconds"
msgstr "Nvrat za %d seknd"
-#: ../../Xconfigurator.pm_.c:679
+#: ../../Xconfigurator.pm_.c:742
msgid "Is this the correct setting?"
msgstr "Je toto sprvne nastavenie?"
-#: ../../Xconfigurator.pm_.c:688
+#: ../../Xconfigurator.pm_.c:751
msgid "An error has occurred, try to change some parameters"
msgstr "Vyskytla sa chyba, skste zmeni niektor parametre"
-#: ../../Xconfigurator.pm_.c:759
+#: ../../Xconfigurator.pm_.c:822
msgid "Resolution"
msgstr "Rozlenie"
-#: ../../Xconfigurator.pm_.c:810
+#: ../../Xconfigurator.pm_.c:874
msgid "Choose the resolution and the color depth"
msgstr "Zvote rozlenie a farebn hbku"
-#: ../../Xconfigurator.pm_.c:812
+#: ../../Xconfigurator.pm_.c:876
#, c-format
msgid "Graphic card: %s"
msgstr "Grafick karta: %s"
-#: ../../Xconfigurator.pm_.c:813
+#: ../../Xconfigurator.pm_.c:877
#, c-format
msgid "XFree86 server: %s"
msgstr "XFree86 server: %s"
-#: ../../Xconfigurator.pm_.c:829 ../../printerdrake.pm_.c:1885
-#: ../../standalone/draknet_.c:298 ../../standalone/draknet_.c:301
+#: ../../Xconfigurator.pm_.c:891 ../../diskdrake/interactive.pm_.c:259
+#: ../../install_steps_interactive.pm_.c:208
+msgid "More"
+msgstr "Viac"
+
+#: ../../Xconfigurator.pm_.c:891 ../../install_gtk.pm_.c:84
+#: ../../install_steps_gtk.pm_.c:328 ../../interactive.pm_.c:127
+#: ../../interactive.pm_.c:142 ../../interactive.pm_.c:317
+#: ../../interactive.pm_.c:349 ../../interactive_http.pm_.c:104
+#: ../../interactive_newt.pm_.c:170 ../../interactive_stdio.pm_.c:141
+#: ../../interactive_stdio.pm_.c:142 ../../my_gtk.pm_.c:686
+#: ../../my_gtk.pm_.c:1019 ../../my_gtk.pm_.c:1041
+#: ../../standalone/drakbackup_.c:2298 ../../standalone/drakbackup_.c:2369
+#: ../../standalone/drakbackup_.c:2385
+msgid "Ok"
+msgstr "Ok"
+
+#: ../../Xconfigurator.pm_.c:893 ../../network/netconnect.pm_.c:169
+#: ../../printerdrake.pm_.c:2470 ../../standalone/draknet_.c:275
+#: ../../standalone/draknet_.c:278
msgid "Expert Mode"
msgstr "Expertn md"
-#: ../../Xconfigurator.pm_.c:830
+#: ../../Xconfigurator.pm_.c:894
msgid "Show all"
msgstr "Zobraz vetko"
-#: ../../Xconfigurator.pm_.c:875
+#: ../../Xconfigurator.pm_.c:939
msgid "Resolutions"
msgstr "Rozlenia"
-#: ../../Xconfigurator.pm_.c:1437
+#: ../../Xconfigurator.pm_.c:1509
#, c-format
msgid "Keyboard layout: %s\n"
msgstr "Nastavenie klvesnice: %s\n"
-#: ../../Xconfigurator.pm_.c:1438
+#: ../../Xconfigurator.pm_.c:1510
#, c-format
msgid "Mouse type: %s\n"
msgstr "Typ myi: %s\n"
-#: ../../Xconfigurator.pm_.c:1439
+#: ../../Xconfigurator.pm_.c:1511
#, c-format
msgid "Mouse device: %s\n"
msgstr "Port myi: %s\n"
-#: ../../Xconfigurator.pm_.c:1440
+#: ../../Xconfigurator.pm_.c:1512
#, c-format
msgid "Monitor: %s\n"
msgstr "Monitor: %s\n"
-#: ../../Xconfigurator.pm_.c:1441
+#: ../../Xconfigurator.pm_.c:1513
#, c-format
msgid "Monitor HorizSync: %s\n"
msgstr "Horizontlna frekvencia monitoru: %s\n"
-#: ../../Xconfigurator.pm_.c:1442
+#: ../../Xconfigurator.pm_.c:1514
#, c-format
msgid "Monitor VertRefresh: %s\n"
msgstr "Vertiklna frekvencia monitoru: %s\n"
-#: ../../Xconfigurator.pm_.c:1443
+#: ../../Xconfigurator.pm_.c:1515
#, c-format
msgid "Graphic card: %s\n"
msgstr "Grafick karta: %s\n"
-#: ../../Xconfigurator.pm_.c:1444
-#, fuzzy, c-format
+#: ../../Xconfigurator.pm_.c:1516
+#, c-format
msgid "Graphic card identification: %s\n"
-msgstr "Grafick karta: %s\n"
+msgstr "Identifikcia Grafickej karty: %s\n"
-#: ../../Xconfigurator.pm_.c:1445
+#: ../../Xconfigurator.pm_.c:1517
#, c-format
msgid "Graphic memory: %s kB\n"
msgstr "Grafick pam: %s kB\n"
-#: ../../Xconfigurator.pm_.c:1447
+#: ../../Xconfigurator.pm_.c:1519
#, c-format
msgid "Color depth: %s\n"
msgstr "Farebn hbka: %s\n"
-#: ../../Xconfigurator.pm_.c:1448
+#: ../../Xconfigurator.pm_.c:1520
#, c-format
msgid "Resolution: %s\n"
msgstr "Rozlenie: %s\n"
-#: ../../Xconfigurator.pm_.c:1450
+#: ../../Xconfigurator.pm_.c:1522
#, c-format
msgid "XFree86 server: %s\n"
msgstr "XFree86 server: %s\n"
-#: ../../Xconfigurator.pm_.c:1451
+#: ../../Xconfigurator.pm_.c:1523
#, c-format
msgid "XFree86 driver: %s\n"
msgstr "XFree86 ovlda: %s\n"
-#: ../../Xconfigurator.pm_.c:1469
+#: ../../Xconfigurator.pm_.c:1541
msgid "Preparing X-Window configuration"
msgstr "Pripravujem konfigurciu X-Windows"
-#: ../../Xconfigurator.pm_.c:1489
+#: ../../Xconfigurator.pm_.c:1561
msgid "What do you want to do?"
msgstr "o chcete robi?"
-#: ../../Xconfigurator.pm_.c:1494
+#: ../../Xconfigurator.pm_.c:1566
msgid "Change Monitor"
msgstr "Zme monitor"
-#: ../../Xconfigurator.pm_.c:1495
+#: ../../Xconfigurator.pm_.c:1567
msgid "Change Graphic card"
msgstr "Zme grafick kartu"
-#: ../../Xconfigurator.pm_.c:1497
+#: ../../Xconfigurator.pm_.c:1570
msgid "Change Server options"
msgstr "Zme parametre servra"
-#: ../../Xconfigurator.pm_.c:1498
+#: ../../Xconfigurator.pm_.c:1571
msgid "Change Resolution"
msgstr "Zme rozlenie"
-#: ../../Xconfigurator.pm_.c:1499
+#: ../../Xconfigurator.pm_.c:1572
msgid "Show information"
msgstr "Zobraz informcie"
-#: ../../Xconfigurator.pm_.c:1500
+#: ../../Xconfigurator.pm_.c:1573
msgid "Test again"
msgstr "Sks znova"
-#: ../../Xconfigurator.pm_.c:1501 ../../bootlook.pm_.c:156
+#: ../../Xconfigurator.pm_.c:1574 ../../printerdrake.pm_.c:2473
+#: ../../standalone/logdrake_.c:225
msgid "Quit"
msgstr "Koniec"
-#: ../../Xconfigurator.pm_.c:1509
+#: ../../Xconfigurator.pm_.c:1582
#, c-format
msgid ""
"Keep the changes?\n"
@@ -359,20 +388,11 @@ msgstr ""
"\n"
"%s"
-#: ../../Xconfigurator.pm_.c:1532
-#, c-format
-msgid "Please relog into %s to activate the changes"
-msgstr "Prosm, prihlste sa znova do %s aby ste aktivovali zmeny"
-
-#: ../../Xconfigurator.pm_.c:1552
-msgid "Please log out and then use Ctrl-Alt-BackSpace"
-msgstr "Prosm, odhlste sa a potom stlate Ctrl-Alt-BackSpace"
-
-#: ../../Xconfigurator.pm_.c:1555
+#: ../../Xconfigurator.pm_.c:1603
msgid "X at startup"
msgstr "X pri tarte"
-#: ../../Xconfigurator.pm_.c:1556
+#: ../../Xconfigurator.pm_.c:1604
msgid ""
"I can set up your computer to automatically start X upon booting.\n"
"Would you like X to start when you reboot?"
@@ -380,6 +400,15 @@ msgstr ""
"Mem nastavi v pota aby po retarte automaticky spal X.\n"
"Chcete ma spusten X-Windows po retarte potaa?"
+#: ../../Xconfigurator.pm_.c:1610
+#, c-format
+msgid "Please relog into %s to activate the changes"
+msgstr "Prosm, prihlste sa znova do %s aby ste aktivovali zmeny"
+
+#: ../../Xconfigurator.pm_.c:1625
+msgid "Please log out and then use Ctrl-Alt-BackSpace"
+msgstr "Prosm, odhlste sa a potom stlate Ctrl-Alt-BackSpace"
+
#: ../../Xconfigurator_consts.pm_.c:6
msgid "256 colors (8 bits)"
msgstr "256 farieb (8 bit)"
@@ -400,248 +429,258 @@ msgstr "16 milinov farieb (24 bit)"
msgid "4 billion colors (32 bits)"
msgstr "4 miliardy farieb (32 bit)"
-#: ../../Xconfigurator_consts.pm_.c:106
+#: ../../Xconfigurator_consts.pm_.c:113
msgid "256 kB"
msgstr "256 kB"
-#: ../../Xconfigurator_consts.pm_.c:107
+#: ../../Xconfigurator_consts.pm_.c:114
msgid "512 kB"
msgstr "512 kB"
-#: ../../Xconfigurator_consts.pm_.c:108
+#: ../../Xconfigurator_consts.pm_.c:115
msgid "1 MB"
msgstr "1 MB"
-#: ../../Xconfigurator_consts.pm_.c:109
+#: ../../Xconfigurator_consts.pm_.c:116
msgid "2 MB"
msgstr "2 MB"
-#: ../../Xconfigurator_consts.pm_.c:110
+#: ../../Xconfigurator_consts.pm_.c:117
msgid "4 MB"
msgstr "4 MB"
-#: ../../Xconfigurator_consts.pm_.c:111
+#: ../../Xconfigurator_consts.pm_.c:118
msgid "8 MB"
msgstr "8 MB"
-#: ../../Xconfigurator_consts.pm_.c:112
+#: ../../Xconfigurator_consts.pm_.c:119
msgid "16 MB"
msgstr "16 MB"
-#: ../../Xconfigurator_consts.pm_.c:113
+#: ../../Xconfigurator_consts.pm_.c:120
msgid "32 MB"
msgstr "32 MB"
-#: ../../Xconfigurator_consts.pm_.c:114
+#: ../../Xconfigurator_consts.pm_.c:121
msgid "64 MB or more"
msgstr "64 MB a viac"
-#: ../../Xconfigurator_consts.pm_.c:122
+#: ../../Xconfigurator_consts.pm_.c:129
msgid "Standard VGA, 640x480 at 60 Hz"
msgstr "tandardn VGA, 640480 @ 60 Hz"
-#: ../../Xconfigurator_consts.pm_.c:123
+#: ../../Xconfigurator_consts.pm_.c:130
msgid "Super VGA, 800x600 at 56 Hz"
msgstr "Super VGA, 800600 @ 56 Hz"
-#: ../../Xconfigurator_consts.pm_.c:124
+#: ../../Xconfigurator_consts.pm_.c:131
msgid "8514 Compatible, 1024x768 at 87 Hz interlaced (no 800x600)"
msgstr "8514 kompatibiln, 1024768 @ 87 Hz prekladane (nie je 800600)"
-#: ../../Xconfigurator_consts.pm_.c:125
+#: ../../Xconfigurator_consts.pm_.c:132
msgid "Super VGA, 1024x768 at 87 Hz interlaced, 800x600 at 56 Hz"
msgstr "Super VGA, 1024768 @ 87 Hz prekladane, 800600 @ 56 Hz"
-#: ../../Xconfigurator_consts.pm_.c:126
+#: ../../Xconfigurator_consts.pm_.c:133
msgid "Extended Super VGA, 800x600 at 60 Hz, 640x480 at 72 Hz"
msgstr "Rozren Super VGA, 800600 @ 60 Hz, 640480 @ 72 Hz"
-#: ../../Xconfigurator_consts.pm_.c:127
+#: ../../Xconfigurator_consts.pm_.c:134
msgid "Non-Interlaced SVGA, 1024x768 at 60 Hz, 800x600 at 72 Hz"
msgstr "Neprekladan SVGA, 1024768 @ 60 Hz, 800600 @ 72 Hz"
-#: ../../Xconfigurator_consts.pm_.c:128
+#: ../../Xconfigurator_consts.pm_.c:135
msgid "High Frequency SVGA, 1024x768 at 70 Hz"
msgstr "Vysoko frekvenn SVGA, 1024768 @ 70 Hz"
-#: ../../Xconfigurator_consts.pm_.c:129
+#: ../../Xconfigurator_consts.pm_.c:136
msgid "Multi-frequency that can do 1280x1024 at 60 Hz"
msgstr "Monitor, ktor doke 12801024 @ 60 Hz"
-#: ../../Xconfigurator_consts.pm_.c:130
+#: ../../Xconfigurator_consts.pm_.c:137
msgid "Multi-frequency that can do 1280x1024 at 74 Hz"
msgstr "Monitor, ktor doke 12801024 @ 74 Hz"
-#: ../../Xconfigurator_consts.pm_.c:131
+#: ../../Xconfigurator_consts.pm_.c:138
msgid "Multi-frequency that can do 1280x1024 at 76 Hz"
msgstr "Monitor, ktor doke 12801024 @ 76 Hz"
-#: ../../Xconfigurator_consts.pm_.c:132
+#: ../../Xconfigurator_consts.pm_.c:139
msgid "Monitor that can do 1600x1200 at 70 Hz"
msgstr "Monitor, ktor doke 16001200 @ 70 Hz"
-#: ../../Xconfigurator_consts.pm_.c:133
+#: ../../Xconfigurator_consts.pm_.c:140
msgid "Monitor that can do 1600x1200 at 76 Hz"
msgstr "Monitor, ktor doke 16001200 @ 76 Hz"
-#: ../../any.pm_.c:96 ../../any.pm_.c:121
+#: ../../any.pm_.c:116 ../../any.pm_.c:141
msgid "First sector of boot partition"
msgstr "Prv sektor zavdzacieho oddielu"
-#: ../../any.pm_.c:96 ../../any.pm_.c:121 ../../any.pm_.c:194
+#: ../../any.pm_.c:116 ../../any.pm_.c:141 ../../any.pm_.c:218
msgid "First sector of drive (MBR)"
msgstr "Prv sektor disku (MBR)"
-#: ../../any.pm_.c:100
+#: ../../any.pm_.c:120
msgid "SILO Installation"
msgstr "Intalcia SILO"
-#: ../../any.pm_.c:101 ../../any.pm_.c:114
+#: ../../any.pm_.c:121 ../../any.pm_.c:134
msgid "Where do you want to install the bootloader?"
msgstr "Kam si elte naintalova zavdza?"
-#: ../../any.pm_.c:113
+#: ../../any.pm_.c:133
msgid "LILO/grub Installation"
msgstr "Intalcia lilo/grub"
-#: ../../any.pm_.c:125 ../../any.pm_.c:139
+#: ../../any.pm_.c:145 ../../any.pm_.c:159
msgid "SILO"
msgstr "SILO"
-#: ../../any.pm_.c:127
+#: ../../any.pm_.c:147
msgid "LILO with text menu"
msgstr "LILO s textovym menu"
-#: ../../any.pm_.c:128 ../../any.pm_.c:139
+#: ../../any.pm_.c:148 ../../any.pm_.c:159
msgid "LILO with graphical menu"
msgstr "LILO s grafickm menu"
-#: ../../any.pm_.c:131
+#: ../../any.pm_.c:151
msgid "Grub"
msgstr "Grub"
-#: ../../any.pm_.c:135
+#: ../../any.pm_.c:155
msgid "Boot from DOS/Windows (loadlin)"
msgstr "tart z DOS/Windows (loadlin)"
-#: ../../any.pm_.c:137 ../../any.pm_.c:139
+#: ../../any.pm_.c:157 ../../any.pm_.c:159
msgid "Yaboot"
msgstr "Yaboot"
-#: ../../any.pm_.c:145 ../../any.pm_.c:177
+#: ../../any.pm_.c:166 ../../any.pm_.c:198
msgid "Bootloader main options"
msgstr "Hlavn parametre zavdzaa"
-#: ../../any.pm_.c:146 ../../any.pm_.c:178
+#: ../../any.pm_.c:167 ../../any.pm_.c:199
msgid "Bootloader to use"
msgstr "Poui zavdza"
-#: ../../any.pm_.c:148
+#: ../../any.pm_.c:169
msgid "Bootloader installation"
msgstr "Intalcia zavdzaa"
-#: ../../any.pm_.c:150 ../../any.pm_.c:180
+#: ../../any.pm_.c:171 ../../any.pm_.c:201
msgid "Boot device"
msgstr "Boot zariadenie"
-#: ../../any.pm_.c:151
+#: ../../any.pm_.c:172
msgid "LBA (doesn't work on old BIOSes)"
msgstr "LBA (nepracuje sprvne so starmi BIOSmi)"
-#: ../../any.pm_.c:152
+#: ../../any.pm_.c:173
msgid "Compact"
msgstr "Kompaktn"
-#: ../../any.pm_.c:152
+#: ../../any.pm_.c:173
msgid "compact"
msgstr "kompaktn"
-#: ../../any.pm_.c:153 ../../any.pm_.c:250
+#: ../../any.pm_.c:174 ../../any.pm_.c:298
msgid "Video mode"
msgstr "Video md"
-#: ../../any.pm_.c:155
+#: ../../any.pm_.c:176
msgid "Delay before booting default image"
msgstr "Pauza pred tartom predvolenho jadra"
-#: ../../any.pm_.c:157 ../../any.pm_.c:730
-#: ../../install_steps_interactive.pm_.c:938 ../../network/modem.pm_.c:46
-#: ../../printerdrake.pm_.c:402 ../../printerdrake.pm_.c:481
-#: ../../standalone/draknet_.c:603
+#: ../../any.pm_.c:178 ../../any.pm_.c:796
+#: ../../install_steps_interactive.pm_.c:1115 ../../network/modem.pm_.c:48
+#: ../../printerdrake.pm_.c:708 ../../printerdrake.pm_.c:806
+#: ../../standalone/draknet_.c:625
msgid "Password"
msgstr "Heslo"
-#: ../../any.pm_.c:158 ../../any.pm_.c:731
-#: ../../install_steps_interactive.pm_.c:939
+#: ../../any.pm_.c:179 ../../any.pm_.c:797
+#: ../../install_steps_interactive.pm_.c:1116
msgid "Password (again)"
msgstr "Heslo (znovu)"
-#: ../../any.pm_.c:159
+#: ../../any.pm_.c:180
msgid "Restrict command line options"
msgstr "Obmedz voby prkazovho riadku"
-#: ../../any.pm_.c:159
+#: ../../any.pm_.c:180
msgid "restrict"
msgstr "obmedz"
-#: ../../any.pm_.c:161
+#: ../../any.pm_.c:182
msgid "Clean /tmp at each boot"
msgstr "Vyisti /tmp pri kadom tarte"
-#: ../../any.pm_.c:162
+#: ../../any.pm_.c:183
#, c-format
msgid "Precise RAM size if needed (found %d MB)"
msgstr "Presn vekos pamti (naiel som %d MB)"
-#: ../../any.pm_.c:164
+#: ../../any.pm_.c:185
msgid "Enable multi profiles"
msgstr "Dovoli multi profily"
-#: ../../any.pm_.c:168
+#: ../../any.pm_.c:189
msgid "Give the ram size in MB"
msgstr "Zadajte vekos pamti v Mb"
-#: ../../any.pm_.c:170
+#: ../../any.pm_.c:191
msgid ""
"Option ``Restrict command line options'' is of no use without a password"
msgstr ""
"Parameter ``Restrict command line options'' je bez pouitia hesla vypnut"
-#: ../../any.pm_.c:171 ../../any.pm_.c:707
-#: ../../install_steps_interactive.pm_.c:933
+#: ../../any.pm_.c:192 ../../any.pm_.c:773
+#: ../../diskdrake/interactive.pm_.c:1135
+#: ../../install_steps_interactive.pm_.c:1110
msgid "Please try again"
msgstr "Prosm skste znovu"
-#: ../../any.pm_.c:171 ../../any.pm_.c:707
-#: ../../install_steps_interactive.pm_.c:933
+#: ../../any.pm_.c:192 ../../any.pm_.c:773
+#: ../../install_steps_interactive.pm_.c:1110
msgid "The passwords do not match"
msgstr "Heslo neshlas"
-#: ../../any.pm_.c:179
+#: ../../any.pm_.c:200
msgid "Init Message"
msgstr "Inicializan sprva"
-#: ../../any.pm_.c:181
+#: ../../any.pm_.c:202
msgid "Open Firmware Delay"
msgstr "Open Firmware Delay"
-#: ../../any.pm_.c:182
+#: ../../any.pm_.c:203
msgid "Kernel Boot Timeout"
msgstr "Oneskorenie pre tart kernelu"
-#: ../../any.pm_.c:183
+#: ../../any.pm_.c:204
msgid "Enable CD Boot?"
msgstr "Povoli tart z CD?"
-#: ../../any.pm_.c:184
+#: ../../any.pm_.c:205
msgid "Enable OF Boot?"
msgstr "Povoli tart z OF?"
-#: ../../any.pm_.c:185
+#: ../../any.pm_.c:206
msgid "Default OS?"
msgstr "Predvolen OS?"
-#: ../../any.pm_.c:207
+#: ../../any.pm_.c:240
+msgid ""
+"You decided to install the bootloader on a partition.\n"
+"This implies you already have a bootloader on the hard drive you boot (eg: "
+"System Commander).\n"
+"\n"
+"On which drive are you booting?"
+msgstr ""
+
+#: ../../any.pm_.c:255
msgid ""
"Here are the different entries.\n"
"You can add some more or change the existing ones."
@@ -649,144 +688,153 @@ msgstr ""
"Momentlne sa tu nachdzaj tieto zznamy.\n"
"Mete pridva alie, alebo meni existujce."
-#: ../../any.pm_.c:217
+#: ../../any.pm_.c:265 ../../standalone/drakbackup_.c:752
+#: ../../standalone/drakbackup_.c:861 ../../standalone/drakfont_.c:789
+#: ../../standalone/drakfont_.c:826
msgid "Add"
-msgstr "Prida"
+msgstr "Pridaj"
-#: ../../any.pm_.c:217 ../../any.pm_.c:718 ../../diskdrake.pm_.c:161
-#: ../../interactive_http.pm_.c:153 ../../printerdrake.pm_.c:1846
-#: ../../printerdrake.pm_.c:1847 ../../printerdrake.pm_.c:1904
-#: ../../printerdrake.pm_.c:1948
+#: ../../any.pm_.c:265 ../../any.pm_.c:784 ../../diskdrake/hd_gtk.pm_.c:153
+#: ../../diskdrake/removable.pm_.c:27 ../../diskdrake/smbnfs_gtk.pm_.c:86
+#: ../../interactive_http.pm_.c:153
msgid "Done"
msgstr "Hotovo"
-#: ../../any.pm_.c:217
+#: ../../any.pm_.c:265
msgid "Modify"
msgstr "Modifikova"
-#: ../../any.pm_.c:225
+#: ../../any.pm_.c:273
msgid "Which type of entry do you want to add?"
msgstr "Ak typ zznamu chcete prida"
-#: ../../any.pm_.c:226
+#: ../../any.pm_.c:274 ../../standalone/drakbackup_.c:895
msgid "Linux"
msgstr "Linux"
-#: ../../any.pm_.c:226
+#: ../../any.pm_.c:274
msgid "Other OS (SunOS...)"
msgstr "In OS (SunOS...)"
-#: ../../any.pm_.c:227
+#: ../../any.pm_.c:275
msgid "Other OS (MacOS...)"
msgstr "In OS (MacOS...)"
-#: ../../any.pm_.c:227
+#: ../../any.pm_.c:275
msgid "Other OS (windows...)"
msgstr "In OS (windows...)"
-#: ../../any.pm_.c:246
+#: ../../any.pm_.c:294
msgid "Image"
msgstr "Obraz"
-#: ../../any.pm_.c:247 ../../any.pm_.c:258
+#: ../../any.pm_.c:295 ../../any.pm_.c:306
msgid "Root"
msgstr "Root"
-#: ../../any.pm_.c:248 ../../any.pm_.c:277
+#: ../../any.pm_.c:296 ../../any.pm_.c:325
msgid "Append"
msgstr "Pridaj"
-#: ../../any.pm_.c:252
+#: ../../any.pm_.c:300
msgid "Initrd"
msgstr "Initrd"
-#: ../../any.pm_.c:253
+#: ../../any.pm_.c:301
msgid "Read-write"
msgstr "tanie/Zpis"
-#: ../../any.pm_.c:260
+#: ../../any.pm_.c:308
msgid "Table"
msgstr "Tabuka"
-#: ../../any.pm_.c:261
+#: ../../any.pm_.c:309
msgid "Unsafe"
msgstr "Nie celkom bezpen"
-#: ../../any.pm_.c:268 ../../any.pm_.c:273 ../../any.pm_.c:276
+#: ../../any.pm_.c:316 ../../any.pm_.c:321 ../../any.pm_.c:324
msgid "Label"
msgstr "Zznam"
-#: ../../any.pm_.c:270 ../../any.pm_.c:281
+#: ../../any.pm_.c:318 ../../any.pm_.c:329
msgid "Default"
msgstr "Predvoba"
-#: ../../any.pm_.c:278
+#: ../../any.pm_.c:326
msgid "Initrd-size"
msgstr "Initrd-vekos"
-#: ../../any.pm_.c:280
+#: ../../any.pm_.c:328
msgid "NoVideo"
msgstr "Bez videa"
-#: ../../any.pm_.c:288
+#: ../../any.pm_.c:336
msgid "Remove entry"
msgstr "Odstr zznam"
-#: ../../any.pm_.c:291
+#: ../../any.pm_.c:339
msgid "Empty label not allowed"
msgstr "Przdny zznam nie je dovolen"
-#: ../../any.pm_.c:292
+#: ../../any.pm_.c:340
+msgid "You must specify a kernel image"
+msgstr "Muste zada sbor s jadrom"
+
+#: ../../any.pm_.c:340
+msgid "You must specify a root partition"
+msgstr "Muste nastavi koreov oddiel"
+
+#: ../../any.pm_.c:341
msgid "This label is already used"
msgstr "Tento zznam je u pouit"
-#: ../../any.pm_.c:597
+#: ../../any.pm_.c:656
#, c-format
msgid "Found %s %s interfaces"
msgstr "Naiel som %s %s rozhranie"
-#: ../../any.pm_.c:598
+#: ../../any.pm_.c:657
msgid "Do you have another one?"
msgstr "Mte ete nejak alie?"
-#: ../../any.pm_.c:599
+#: ../../any.pm_.c:658
#, c-format
msgid "Do you have any %s interfaces?"
msgstr "Mte nejak %s rozhranie?"
-#: ../../any.pm_.c:601 ../../any.pm_.c:760 ../../interactive.pm_.c:112
-#: ../../my_gtk.pm_.c:715
+#: ../../any.pm_.c:660 ../../any.pm_.c:832 ../../interactive.pm_.c:132
+#: ../../my_gtk.pm_.c:1018
msgid "No"
msgstr "Nie"
-#: ../../any.pm_.c:601 ../../any.pm_.c:759 ../../interactive.pm_.c:112
-#: ../../my_gtk.pm_.c:715
+#: ../../any.pm_.c:660 ../../any.pm_.c:831 ../../interactive.pm_.c:132
+#: ../../my_gtk.pm_.c:1018
msgid "Yes"
msgstr "no"
-#: ../../any.pm_.c:602
+#: ../../any.pm_.c:661
msgid "See hardware info"
msgstr "Prezrite si informcie o technickch prostriedkoch"
#. -PO: the first %s is the card type (scsi, network, sound,...)
#. -PO: the second is the vendor+model name
-#: ../../any.pm_.c:637
+#: ../../any.pm_.c:695
#, c-format
msgid "Installing driver for %s card %s"
msgstr "Intalujem ovlda pre %s kartu %s"
-#: ../../any.pm_.c:638
+#: ../../any.pm_.c:696
#, c-format
msgid "(module %s)"
msgstr "(modul %s)"
#. -PO: the %s is the driver type (scsi, network, sound,...)
-#: ../../any.pm_.c:649
+#: ../../any.pm_.c:707
#, c-format
msgid "Which %s driver should I try?"
msgstr "Ktor %s ovlda mm sksi?"
-#: ../../any.pm_.c:657
+#: ../../any.pm_.c:715
#, c-format
msgid ""
"In some cases, the %s driver needs to have extra information to work\n"
@@ -803,20 +851,22 @@ msgstr ""
"stane, e toto testovanie pota zablokuje, ale nemalo by spsobi iadnu "
"kodu."
-#: ../../any.pm_.c:662
+#: ../../any.pm_.c:720
msgid "Autoprobe"
msgstr "Automatick zistenie"
-#: ../../any.pm_.c:662
+#: ../../any.pm_.c:720
msgid "Specify options"
msgstr "Zadajte voby"
-#: ../../any.pm_.c:666
+#: ../../any.pm_.c:725
#, c-format
-msgid "You may now provide its options to module %s."
-msgstr "Teraz mete zada parametre pre modul %s."
+msgid ""
+"You may now provide its options to module %s.\n"
+"Note that any address should be entered with the prefix 0x like '0x123'"
+msgstr ""
-#: ../../any.pm_.c:672
+#: ../../any.pm_.c:731
#, c-format
msgid ""
"You may now provide its options to module %s.\n"
@@ -827,11 +877,11 @@ msgstr ""
"Parametre s vo formte ``meno=hodnota meno2=hodnota2 ...''.\n"
"Naprklad: ``io=0x300 irq=7''"
-#: ../../any.pm_.c:675
+#: ../../any.pm_.c:734
msgid "Module options:"
msgstr "Parametre modulu:"
-#: ../../any.pm_.c:686
+#: ../../any.pm_.c:745
#, c-format
msgid ""
"Loading module %s failed.\n"
@@ -840,33 +890,49 @@ msgstr ""
"Nahrvanie modulu %s zlyhalo.\n"
"Chcete sa o to poksi znova s inmi parametrami?"
-#: ../../any.pm_.c:704
+#: ../../any.pm_.c:761
+msgid "access to X programs"
+msgstr "prstup ku X programom"
+
+#: ../../any.pm_.c:762
+msgid "access to rpm tools"
+msgstr "prstup ku rpm nstrojom"
+
+#: ../../any.pm_.c:763
+msgid "allow \"su\""
+msgstr "dovoli \"su\""
+
+#: ../../any.pm_.c:764
+msgid "access to administrative files"
+msgstr "prstup ku konfiguranm sborom"
+
+#: ../../any.pm_.c:769
#, c-format
msgid "(already added %s)"
msgstr "(u pridan %s)"
-#: ../../any.pm_.c:708
+#: ../../any.pm_.c:774
msgid "This password is too simple"
msgstr "Toto heslo je prli jednoduch"
-#: ../../any.pm_.c:709
+#: ../../any.pm_.c:775
msgid "Please give a user name"
msgstr "Prosm zadajte uvatesk meno"
-#: ../../any.pm_.c:710
+#: ../../any.pm_.c:776
msgid ""
"The user name must contain only lower cased letters, numbers, `-' and `_'"
msgstr "Uvatesk meno me obsahova len mal psmen, slice, `-' a `_'"
-#: ../../any.pm_.c:711
+#: ../../any.pm_.c:777
msgid "This user name is already added"
msgstr "Takto uvate je u pridan"
-#: ../../any.pm_.c:715
+#: ../../any.pm_.c:781
msgid "Add user"
msgstr "Pridaj uvatea"
-#: ../../any.pm_.c:716
+#: ../../any.pm_.c:782
#, c-format
msgid ""
"Enter a user\n"
@@ -875,62 +941,223 @@ msgstr ""
"Zadajte uvatea\n"
"%s"
-#: ../../any.pm_.c:717
+#: ../../any.pm_.c:783
msgid "Accept user"
msgstr "Akceptuj uvatea"
-#: ../../any.pm_.c:728
+#: ../../any.pm_.c:794
msgid "Real name"
msgstr "Relne meno"
-#: ../../any.pm_.c:729 ../../printerdrake.pm_.c:401
-#: ../../printerdrake.pm_.c:480
+#: ../../any.pm_.c:795 ../../printerdrake.pm_.c:707
+#: ../../printerdrake.pm_.c:805
msgid "User name"
msgstr "Uvatesk meno"
-#: ../../any.pm_.c:732
+#: ../../any.pm_.c:798
msgid "Shell"
msgstr "Shell"
-#: ../../any.pm_.c:734
+#: ../../any.pm_.c:800
msgid "Icon"
msgstr "Ikona"
-#: ../../any.pm_.c:756
+#: ../../any.pm_.c:828
msgid "Autologin"
msgstr "Autologin"
-#: ../../any.pm_.c:757
-#, fuzzy
+#: ../../any.pm_.c:829
msgid ""
"I can set up your computer to automatically log on one user.\n"
"Do you want to use this feature?"
msgstr ""
-"Mem nastavi v pota aby po retarte automaticky spal X.\n"
-"Chcete ma spusten X-Windows po retarte potaa?"
+"Mem nastavi v pota, aby sa po retarte automaticky prihlsil\n"
+"jeden uvate. elte si tto monos?"
-#: ../../any.pm_.c:761
+#: ../../any.pm_.c:833
msgid "Choose the default user:"
msgstr "Zvote predvolenho uivatea:"
-#: ../../any.pm_.c:762
+#: ../../any.pm_.c:834
msgid "Choose the window manager to run:"
msgstr "Vyberte si window manara:"
-#: ../../any.pm_.c:771
-msgid "Please, choose a language to use."
-msgstr "Prosm, zvote jazyk."
+#: ../../any.pm_.c:849
+msgid "Please choose a language to use."
+msgstr "Prosm, zvote jazyk, ktor chcete pouva."
-#: ../../any.pm_.c:773
+#: ../../any.pm_.c:851
msgid "You can choose other languages that will be available after install"
msgstr "Mete zvoli alie jazyky pouiten po intalcii"
-#: ../../any.pm_.c:785 ../../install_steps_interactive.pm_.c:633
+#: ../../any.pm_.c:863 ../../install_steps_interactive.pm_.c:719
+#: ../../standalone/drakxtv_.c:54
msgid "All"
msgstr "Vetko"
+#: ../../any.pm_.c:955
+msgid "Allow all users"
+msgstr "Dovo vetkm uvateom"
+
+#: ../../any.pm_.c:955 ../../install_steps_interactive.pm_.c:521
+msgid "Custom"
+msgstr "Vlastn vber"
+
+#: ../../any.pm_.c:955
+msgid "No sharing"
+msgstr "Bez zdielania"
+
+#: ../../any.pm_.c:965 ../../network/smbnfs.pm_.c:45
+#, c-format
+msgid "The package %s needs to be installed. Do you want to install it?"
+msgstr "Je potrebn intalova balk %s. Shlaste ?"
+
+#: ../../any.pm_.c:968
+msgid "You can export using NFS or Samba. Which one do you want"
+msgstr "Zdielanie me by cez Sambu alebo NFS. Ktor si elte ?"
+
+#: ../../any.pm_.c:976 ../../network/smbnfs.pm_.c:49
+#, c-format
+msgid "Mandatory package %s is missing"
+msgstr "Chba povinn balk %s"
+
+#: ../../any.pm_.c:982
+msgid ""
+"Do you want to allow users to export some directories in their home?\n"
+"Allowing this will permit users to simply click on \"Share\" in konqueror "
+"and nautilus.\n"
+"\n"
+"\"Custom\" permit a per-user granularity.\n"
+msgstr ""
+
+#: ../../any.pm_.c:996 ../../bootlook.pm_.c:161
+#: ../../diskdrake/smbnfs_gtk.pm_.c:85 ../../install_steps_gtk.pm_.c:464
+#: ../../install_steps_gtk.pm_.c:522 ../../install_steps_interactive.pm_.c:594
+#: ../../interactive.pm_.c:142 ../../interactive.pm_.c:317
+#: ../../interactive.pm_.c:349 ../../interactive_stdio.pm_.c:141
+#: ../../my_gtk.pm_.c:687 ../../my_gtk.pm_.c:690 ../../my_gtk.pm_.c:1019
+#: ../../network/netconnect.pm_.c:47 ../../printerdrake.pm_.c:1586
+#: ../../standalone/drakautoinst_.c:204 ../../standalone/drakbackup_.c:2264
+#: ../../standalone/drakbackup_.c:2289 ../../standalone/drakbackup_.c:2310
+#: ../../standalone/drakbackup_.c:2331 ../../standalone/drakbackup_.c:2349
+#: ../../standalone/drakbackup_.c:2397 ../../standalone/drakbackup_.c:2417
+#: ../../standalone/drakbackup_.c:2436 ../../standalone/drakfont_.c:767
+#: ../../standalone/drakgw_.c:721 ../../standalone/draknet_.c:116
+#: ../../standalone/draknet_.c:148 ../../standalone/draknet_.c:290
+#: ../../standalone/draknet_.c:538 ../../standalone/draknet_.c:680
+#: ../../standalone/logdrake_.c:225 ../../standalone/logdrake_.c:512
+#: ../../standalone/tinyfirewall_.c:65
+msgid "Cancel"
+msgstr "Zru"
+
+#: ../../any.pm_.c:996
+msgid "Launch userdrake"
+msgstr ""
+
+#: ../../any.pm_.c:998
+msgid ""
+"The per-user sharing uses the group \"fileshare\". \n"
+"You can use userdrake to add a user in this group."
+msgstr ""
+
+#: ../../any.pm_.c:1035
+msgid "Welcome To Crackers"
+msgstr "iadna"
+
+#: ../../any.pm_.c:1036
+msgid "Poor"
+msgstr "Vemi slab"
+
+#: ../../any.pm_.c:1037 ../../mouse.pm_.c:31
+msgid "Standard"
+msgstr "tandardn"
+
+#: ../../any.pm_.c:1038
+msgid "High"
+msgstr "Vysok"
+
+#: ../../any.pm_.c:1039
+#, fuzzy
+msgid "Higher"
+msgstr "Vysok"
+
+#: ../../any.pm_.c:1040
+msgid "Paranoid"
+msgstr "Paranoidn"
+
+#: ../../any.pm_.c:1043
+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 ""
+"Tto rove by mala by pouvan opatrne. Zjednoduuje prcu so systmom,\n"
+"ale nemal by by pripojen k inm potaom, alebo k internetu. Nie s\n"
+"toti pouvan iadne hesl."
+
+#: ../../any.pm_.c:1046
+msgid ""
+"Password are now enabled, but use as a networked computer is still not "
+"recommended."
+msgstr ""
+"Je nastaven pouvanie hesiel, ale pouitie tohoto potaa v sieti nemem "
+"doporui."
+
+#: ../../any.pm_.c:1047
+#, fuzzy
+msgid ""
+"This is the standard security recommended for a computer that will be used "
+"to connect to the Internet as a client."
+msgstr ""
+"Toto je tandardn rove bezpenosti pre pota, ktor je pouvan\n"
+"pre pripojenie k internetu ako klient."
+
+#: ../../any.pm_.c:1048
+msgid ""
+"There are already some restrictions, and more automatic checks are run every "
+"night."
+msgstr ""
+
+#: ../../any.pm_.c:1049
+#, fuzzy
+msgid ""
+"With this security level, the use of this system as a server becomes "
+"possible.\n"
+"The security is now high enough to use the system as a server which accept\n"
+"connections from many clients. Note: if your machine is only a client on the "
+"Internet, you should better choose a lower level."
+msgstr ""
+"S touto rovou bezpenosti sa stva systm pouiten ako sieov server."
+
+#: ../../any.pm_.c:1052
+#, fuzzy
+msgid ""
+"Based on the previous level, but the system is entirely closed.\n"
+"Security features are at their maximum."
+msgstr ""
+"Zaloen na predolej rovni, ale systm je plne uzavret.\n"
+"Bezpenos je na najvyej monej rovni."
+
+#: ../../any.pm_.c:1058
+msgid "Choose security level"
+msgstr "Voba bezpenostnej rovne"
+
+#: ../../any.pm_.c:1061
+msgid "Security level"
+msgstr "rove bezpenosti"
+
+#: ../../any.pm_.c:1063
+msgid "Use libsafe for servers"
+msgstr "Poui libsafe pre servre"
+
+#: ../../any.pm_.c:1064
+msgid ""
+"A library which defends against buffer overflow and format string attacks."
+msgstr ""
+"Kninica, ktor brni proti tokom typu buffer overflow a format string."
+
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#: ../../bootloader.pm_.c:259
+#: ../../bootloader.pm_.c:355
#, c-format
msgid ""
"Welcome to %s the operating system chooser!\n"
@@ -947,55 +1174,55 @@ msgstr ""
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:835
+#: ../../bootloader.pm_.c:928
msgid "Welcome to GRUB the operating system chooser!"
msgstr "Vitajte v zavadzaci operacneho systemu GRUB"
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:838
+#: ../../bootloader.pm_.c:931
#, c-format
msgid "Use the %c and %c keys for selecting which entry is highlighted."
msgstr "Pouzite klavesy %c a %c pre oznacenie zaznamu zviraznenim"
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:841
+#: ../../bootloader.pm_.c:934
msgid "Press enter to boot the selected OS, 'e' to edit the"
msgstr "Stlacte enter pre zavedenie oznaceneho OS, 'e' pre upravu"
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:844
+#: ../../bootloader.pm_.c:937
msgid "commands before booting, or 'c' for a command-line."
msgstr "prikazov pred zavedenim, alebo 'c' pre prikazovy riadok"
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:847
+#: ../../bootloader.pm_.c:940
#, c-format
msgid "The highlighted entry will be booted automatically in %d seconds."
msgstr "Oznaceny OS bude zavedeny za %d sekund."
-#: ../../bootloader.pm_.c:851
+#: ../../bootloader.pm_.c:944
msgid "not enough room in /boot"
msgstr "nie je dos miesta v /boot"
#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
#. -PO: so you may need to put them in English or in a different language if MS-windows doesn't exist in your language
-#: ../../bootloader.pm_.c:951
+#: ../../bootloader.pm_.c:1044
msgid "Desktop"
msgstr "Desktop"
#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#: ../../bootloader.pm_.c:953
+#: ../../bootloader.pm_.c:1046
msgid "Start Menu"
msgstr "tart menu"
-#: ../../bootloader.pm_.c:972
-#, fuzzy, c-format
+#: ../../bootloader.pm_.c:1065
+#, c-format
msgid "You can't install the bootloader on a %s partition\n"
-msgstr "Kam si elte naintalova zavdza?"
+msgstr "Na oddiel %s nemete naintalova zavdza\n"
#: ../../bootlook.pm_.c:46
msgid "no help implemented yet.\n"
@@ -1005,15 +1232,15 @@ msgstr "pomoc zatia nebola implementovan.\n"
msgid "Boot Style Configuration"
msgstr "Konfigurcia tlu tartovania"
-#: ../../bootlook.pm_.c:79
+#: ../../bootlook.pm_.c:79 ../../standalone/logdrake_.c:101
msgid "/_File"
msgstr "/_Sbory"
-#: ../../bootlook.pm_.c:80
+#: ../../bootlook.pm_.c:80 ../../standalone/logdrake_.c:107
msgid "/File/_Quit"
msgstr "/Sbor/_Koniec"
-#: ../../bootlook.pm_.c:80
+#: ../../bootlook.pm_.c:80 ../../standalone/logdrake_.c:107
msgid "<control>Q"
msgstr "<control>K"
@@ -1037,11 +1264,15 @@ msgstr "tandardn Gtk+ monitor"
msgid "Launch Aurora at boot time"
msgstr "Spusti Auroru pri tarte"
-#: ../../bootlook.pm_.c:100
+#: ../../bootlook.pm_.c:98
msgid "Lilo/grub mode"
msgstr "Lilo/Grub md"
-#: ../../bootlook.pm_.c:102
+#: ../../bootlook.pm_.c:98
+msgid "Yaboot mode"
+msgstr "Yaboot md"
+
+#: ../../bootlook.pm_.c:104
#, c-format
msgid ""
"You are currently using %s as Boot Manager.\n"
@@ -1050,100 +1281,141 @@ msgstr ""
"Momentlne pouvate %s ako tartovac manar.\n"
"Kliknite na Konfigurcia pre spustenie sprievodcu nastavenm."
-#: ../../bootlook.pm_.c:104 ../../standalone/drakgw_.c:643
-#: ../../standalone/draknet_.c:280 ../../standalone/tinyfirewall_.c:57
+#: ../../bootlook.pm_.c:106 ../../standalone/drakbackup_.c:1467
+#: ../../standalone/drakbackup_.c:1478 ../../standalone/drakgw_.c:715
+#: ../../standalone/tinyfirewall_.c:59
msgid "Configure"
msgstr "Konfigurcia"
-#: ../../bootlook.pm_.c:108
-msgid "Boot mode"
-msgstr "Md tartu"
-
-#: ../../bootlook.pm_.c:136
+#: ../../bootlook.pm_.c:141
msgid "System mode"
msgstr "Md systmu"
-#: ../../bootlook.pm_.c:138
+#: ../../bootlook.pm_.c:143
msgid "Launch the X-Window system at start"
msgstr "Spusti X-Window systm pri tarte"
-#: ../../bootlook.pm_.c:143
+#: ../../bootlook.pm_.c:148
msgid "No, I don't want autologin"
msgstr "Nie, nechcem automatick prihlsenie"
-#: ../../bootlook.pm_.c:145
+#: ../../bootlook.pm_.c:150
msgid "Yes, I want autologin with this (user, desktop)"
msgstr "no, chcem automatick prihlsenie s (uivate, desktop)"
-#: ../../bootlook.pm_.c:155 ../../standalone/draknet_.c:108
-#: ../../standalone/draknet_.c:140 ../../standalone/draknet_.c:208
-#: ../../standalone/draknet_.c:320 ../../standalone/draknet_.c:433
-#: ../../standalone/draknet_.c:507 ../../standalone/draknet_.c:543
-#: ../../standalone/draknet_.c:644
+#: ../../bootlook.pm_.c:160 ../../network/netconnect.pm_.c:102
+#: ../../standalone/drakbackup_.c:2441 ../../standalone/drakbackup_.c:3345
+#: ../../standalone/drakfont_.c:532 ../../standalone/drakfont_.c:655
+#: ../../standalone/drakfont_.c:719 ../../standalone/drakfont_.c:765
+#: ../../standalone/draknet_.c:109 ../../standalone/draknet_.c:141
+#: ../../standalone/draknet_.c:297 ../../standalone/draknet_.c:436
+#: ../../standalone/draknet_.c:522 ../../standalone/draknet_.c:565
+#: ../../standalone/draknet_.c:666 ../../standalone/logdrake_.c:505
msgid "OK"
msgstr "OK"
-#: ../../bootlook.pm_.c:156 ../../install_steps_gtk.pm_.c:516
-#: ../../interactive.pm_.c:122 ../../interactive.pm_.c:286
-#: ../../interactive.pm_.c:308 ../../interactive_stdio.pm_.c:27
-#: ../../my_gtk.pm_.c:416 ../../my_gtk.pm_.c:419 ../../my_gtk.pm_.c:716
-#: ../../printerdrake.pm_.c:1158 ../../standalone/drakgw_.c:648
-#: ../../standalone/draknet_.c:115 ../../standalone/draknet_.c:147
-#: ../../standalone/draknet_.c:313 ../../standalone/draknet_.c:519
-#: ../../standalone/draknet_.c:658 ../../standalone/tinyfirewall_.c:63
-msgid "Cancel"
-msgstr "Zru"
-
-#: ../../bootlook.pm_.c:224
+#: ../../bootlook.pm_.c:229
#, c-format
msgid "can not open /etc/inittab for reading: %s"
msgstr "nemem otvori /etc/inittab na tanie: %s"
-#: ../../bootlook.pm_.c:336 ../../standalone/drakboot_.c:47
-msgid "Installation of LILO failed. The following error occured:"
-msgstr "Intalcia LILA zlyhala. Vyskytla sa nasledujca chyba:"
-
-#: ../../common.pm_.c:93
+#: ../../common.pm_.c:94
msgid "GB"
msgstr "GB"
-#: ../../common.pm_.c:93
+#: ../../common.pm_.c:94
msgid "KB"
msgstr "KB"
-#: ../../common.pm_.c:93 ../../install_steps_graphical.pm_.c:287
-#: ../../install_steps_graphical.pm_.c:334
+#: ../../common.pm_.c:94
msgid "MB"
msgstr "MB"
-#: ../../common.pm_.c:101
+#: ../../common.pm_.c:102
msgid "TB"
msgstr "TB"
-#: ../../common.pm_.c:109
+#: ../../common.pm_.c:110
#, c-format
msgid "%d minutes"
msgstr "%d mint"
-#: ../../common.pm_.c:111
+#: ../../common.pm_.c:112
msgid "1 minute"
msgstr "1 minta"
-#: ../../common.pm_.c:113
+#: ../../common.pm_.c:114
#, c-format
msgid "%d seconds"
msgstr "%d seknd"
-#: ../../diskdrake.pm_.c:100
+#: ../../common.pm_.c:159
+msgid "Can't make screenshots before partitioning"
+msgstr "Nemem robi kpie obrazovky pred rozdelenm disku"
+
+#: ../../common.pm_.c:166
+#, c-format
+msgid "Screenshots will be available after install in %s"
+msgstr "Kpie obrazovky bud po intalcii dostupn v %s"
+
+#: ../../crypto.pm_.c:12 ../../crypto.pm_.c:26 ../../standalone/drakxtv_.c:50
+msgid "France"
+msgstr "Franczsko"
+
+#: ../../crypto.pm_.c:13
+msgid "Costa Rica"
+msgstr "Kostarika"
+
+#: ../../crypto.pm_.c:14 ../../crypto.pm_.c:27
+msgid "Belgium"
+msgstr "Belgicko"
+
+#: ../../crypto.pm_.c:15 ../../crypto.pm_.c:28
+msgid "Czech Republic"
+msgstr "esk republika"
+
+#: ../../crypto.pm_.c:16 ../../crypto.pm_.c:29
+msgid "Germany"
+msgstr "Nemecko"
+
+#: ../../crypto.pm_.c:17 ../../crypto.pm_.c:30
+msgid "Greece"
+msgstr "Grcko"
+
+#: ../../crypto.pm_.c:18 ../../crypto.pm_.c:31
+msgid "Norway"
+msgstr "Nrsko"
+
+#: ../../crypto.pm_.c:19 ../../crypto.pm_.c:32
+msgid "Sweden"
+msgstr "vdsko"
+
+#: ../../crypto.pm_.c:20 ../../crypto.pm_.c:34
+msgid "Netherlands"
+msgstr "Holandsko"
+
+#: ../../crypto.pm_.c:21 ../../crypto.pm_.c:35 ../../standalone/drakxtv_.c:50
+msgid "Italy"
+msgstr "Taliansko"
+
+#: ../../crypto.pm_.c:22 ../../crypto.pm_.c:36
+msgid "Austria"
+msgstr "Raksko"
+
+#: ../../crypto.pm_.c:33 ../../crypto.pm_.c:67
+msgid "United States"
+msgstr "Spojen tty"
+
+#: ../../diskdrake/hd_gtk.pm_.c:94
msgid "Please make a backup of your data first"
msgstr "Prosm, najprv si za zlohujte vae dta"
-#: ../../diskdrake.pm_.c:100 ../../diskdrake_interactive.pm_.c:801
-#: ../../diskdrake_interactive.pm_.c:810 ../../diskdrake_interactive.pm_.c:864
+#: ../../diskdrake/hd_gtk.pm_.c:94 ../../diskdrake/interactive.pm_.c:891
+#: ../../diskdrake/interactive.pm_.c:900 ../../diskdrake/interactive.pm_.c:954
msgid "Read carefully!"
msgstr "tajte pozorne!"
-#: ../../diskdrake.pm_.c:103
+#: ../../diskdrake/hd_gtk.pm_.c:97
msgid ""
"If you plan to use aboot, be carefull to leave a free space (2048 sectors is "
"enough)\n"
@@ -1153,54 +1425,23 @@ msgstr ""
"miesta.\n"
"(2048 sektorov bude stai)"
-#: ../../diskdrake.pm_.c:122 ../../diskdrake_interactive.pm_.c:313
-#: ../../diskdrake_interactive.pm_.c:328 ../../install_steps.pm_.c:72
-#: ../../install_steps_interactive.pm_.c:37
-#: ../../install_steps_interactive.pm_.c:310 ../../interactive_http.pm_.c:119
-#: ../../interactive_http.pm_.c:120 ../../standalone/diskdrake_.c:62
+#: ../../diskdrake/hd_gtk.pm_.c:116 ../../diskdrake/interactive.pm_.c:325
+#: ../../diskdrake/interactive.pm_.c:340 ../../diskdrake/smbnfs_gtk.pm_.c:45
+#: ../../install_steps.pm_.c:75 ../../install_steps_interactive.pm_.c:67
+#: ../../install_steps_interactive.pm_.c:356 ../../interactive_http.pm_.c:119
+#: ../../interactive_http.pm_.c:120 ../../standalone/diskdrake_.c:84
msgid "Error"
msgstr "Chyba"
-#: ../../diskdrake.pm_.c:159
+#: ../../diskdrake/hd_gtk.pm_.c:151
msgid "Wizard"
msgstr "Sprievodca"
-#: ../../diskdrake.pm_.c:181
-msgid "New"
-msgstr "Nov"
-
-#: ../../diskdrake.pm_.c:203 ../../diskdrake.pm_.c:206
-msgid "Remote"
-msgstr "Vzdialen"
-
-#: ../../diskdrake.pm_.c:208 ../../diskdrake.pm_.c:479
-#: ../../diskdrake_interactive.pm_.c:352 ../../diskdrake_interactive.pm_.c:523
-msgid "Mount point"
-msgstr "Bod pripojenia"
-
-#: ../../diskdrake.pm_.c:209
-msgid "Options"
-msgstr "Parametre"
-
-#: ../../diskdrake.pm_.c:211 ../../diskdrake.pm_.c:417
-#: ../../diskdrake.pm_.c:534 ../../diskdrake_interactive.pm_.c:353
-#: ../../diskdrake_interactive.pm_.c:488
-msgid "Type"
-msgstr "Typ"
-
-#: ../../diskdrake.pm_.c:223 ../../diskdrake_interactive.pm_.c:361
-msgid "Unmount"
-msgstr "Odpoj"
-
-#: ../../diskdrake.pm_.c:224 ../../diskdrake_interactive.pm_.c:357
-msgid "Mount"
-msgstr "Pripoj"
-
-#: ../../diskdrake.pm_.c:228
+#: ../../diskdrake/hd_gtk.pm_.c:181 ../../diskdrake/removable_gtk.pm_.c:24
msgid "Choose action"
msgstr "Zvo akciu"
-#: ../../diskdrake.pm_.c:235
+#: ../../diskdrake/hd_gtk.pm_.c:185
msgid ""
"You have one big FAT partition\n"
"(generally used by MicroSoft Dos/Windows).\n"
@@ -1212,88 +1453,77 @@ msgstr ""
"Navrhujem zmeni jeho vekos\n"
"(kliknite na, potom kliknite na \"Zme vekos\")"
-#: ../../diskdrake.pm_.c:238
+#: ../../diskdrake/hd_gtk.pm_.c:188
msgid "Please click on a partition"
msgstr "Prosm kliknite na oddiel"
-#: ../../diskdrake.pm_.c:240
-#, fuzzy
-msgid "Please click on a media"
-msgstr "Prosm kliknite na oddiel"
-
-#: ../../diskdrake.pm_.c:243
-#, fuzzy
-msgid ""
-"Please click on a button above\n"
-"\n"
-"Or use \"New\""
-msgstr "Prosm kliknite na oddiel"
-
-#: ../../diskdrake.pm_.c:244
-msgid "Use \"New\""
-msgstr ""
-
-#: ../../diskdrake.pm_.c:263 ../../install_steps_gtk.pm_.c:517
+#: ../../diskdrake/hd_gtk.pm_.c:202 ../../diskdrake/smbnfs_gtk.pm_.c:67
+#: ../../install_steps_gtk.pm_.c:523
msgid "Details"
msgstr "Detaily"
-#: ../../diskdrake.pm_.c:395
+#: ../../diskdrake/hd_gtk.pm_.c:320
msgid "Ext2"
msgstr "Ext2"
-#: ../../diskdrake.pm_.c:395
+#: ../../diskdrake/hd_gtk.pm_.c:320
msgid "FAT"
msgstr "FAT"
-#: ../../diskdrake.pm_.c:395
+#: ../../diskdrake/hd_gtk.pm_.c:320
msgid "HFS"
msgstr "HFS"
-#: ../../diskdrake.pm_.c:395
-#, fuzzy
+#: ../../diskdrake/hd_gtk.pm_.c:320
msgid "Journalised FS"
-msgstr "pripojenie zlyhalo "
+msgstr "urnlovac sborov systm"
-#: ../../diskdrake.pm_.c:395
+#: ../../diskdrake/hd_gtk.pm_.c:320
msgid "SunOS"
msgstr "SunOS"
-#: ../../diskdrake.pm_.c:395
+#: ../../diskdrake/hd_gtk.pm_.c:320
msgid "Swap"
msgstr "Swap"
-#: ../../diskdrake.pm_.c:396 ../../diskdrake_interactive.pm_.c:952
+#: ../../diskdrake/hd_gtk.pm_.c:321 ../../diskdrake/interactive.pm_.c:1050
msgid "Empty"
msgstr "Przdna"
-#: ../../diskdrake.pm_.c:396 ../../install_steps_gtk.pm_.c:373
-#: ../../install_steps_gtk.pm_.c:433 ../../mouse.pm_.c:161
-#: ../../services.pm_.c:161
+#: ../../diskdrake/hd_gtk.pm_.c:321 ../../install_steps_gtk.pm_.c:379
+#: ../../install_steps_gtk.pm_.c:439 ../../mouse.pm_.c:162
+#: ../../services.pm_.c:157 ../../standalone/drakbackup_.c:944
msgid "Other"
msgstr "In"
-#: ../../diskdrake.pm_.c:400
+#: ../../diskdrake/hd_gtk.pm_.c:325
msgid "Filesystem types:"
msgstr "Typ sborovho systmu:"
-#: ../../diskdrake.pm_.c:417 ../../diskdrake_interactive.pm_.c:375
+#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/interactive.pm_.c:386
msgid "Create"
msgstr "Vytvor"
-#: ../../diskdrake.pm_.c:417 ../../diskdrake.pm_.c:419
+#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/interactive.pm_.c:365
+#: ../../diskdrake/interactive.pm_.c:499 ../../diskdrake/removable.pm_.c:26
+#: ../../diskdrake/removable.pm_.c:49 ../../diskdrake/removable_gtk.pm_.c:17
+msgid "Type"
+msgstr "Typ"
+
+#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/hd_gtk.pm_.c:344
#, c-format
msgid "Use ``%s'' instead"
msgstr "Namiesto toho pouite `%s''"
-#: ../../diskdrake.pm_.c:419 ../../diskdrake_interactive.pm_.c:362
+#: ../../diskdrake/hd_gtk.pm_.c:344 ../../diskdrake/interactive.pm_.c:374
msgid "Delete"
msgstr "Zru"
-#: ../../diskdrake.pm_.c:423
+#: ../../diskdrake/hd_gtk.pm_.c:348
msgid "Use ``Unmount'' first"
msgstr "Najprv spravte `Unmount''"
-#: ../../diskdrake.pm_.c:424 ../../diskdrake_interactive.pm_.c:480
+#: ../../diskdrake/hd_gtk.pm_.c:349 ../../diskdrake/interactive.pm_.c:491
#, c-format
msgid ""
"After changing type of partition %s, all data on this partition will be lost"
@@ -1301,131 +1531,67 @@ msgstr ""
"Po zmene diskovej oblasti %s bud vetky dta na tejto oblasti nenvratne "
"straten"
-#: ../../diskdrake.pm_.c:478 ../../diskdrake_interactive.pm_.c:522
-#, c-format
-msgid "Where do you want to mount device %s?"
-msgstr "Kam si elte pripoji zariadenie %s?"
-
-#: ../../diskdrake.pm_.c:500
-msgid "Mount options"
-msgstr "Parametre pripojenia"
-
-#: ../../diskdrake.pm_.c:507
-msgid "Various"
-msgstr "Rozdielne"
-
-#: ../../diskdrake.pm_.c:525
-msgid "Removable media"
-msgstr "Vymeniten mdium"
-
-#: ../../diskdrake.pm_.c:532
-msgid "Change type"
-msgstr "Zmete typ"
-
-#: ../../diskdrake.pm_.c:533 ../../diskdrake_interactive.pm_.c:487
-msgid "Which filesystem do you want?"
-msgstr "Ak typ sborovho systmu chcete??"
-
-#: ../../diskdrake.pm_.c:564
-msgid "Scanning available nfs shared resource"
-msgstr "Hadm mon nfs zdroje"
-
-#: ../../diskdrake.pm_.c:569
-#, c-format
-msgid "Scanning available nfs shared resource of server %s"
-msgstr "Hadm mon nfs zdroje na serveri %s"
-
-#: ../../diskdrake.pm_.c:578 ../../diskdrake.pm_.c:648
-msgid "If the list above doesn't contain the wanted entry, enter it here:"
-msgstr ""
-
-#: ../../diskdrake.pm_.c:581 ../../diskdrake.pm_.c:651
-msgid "Server"
-msgstr "Server"
-
-#: ../../diskdrake.pm_.c:582 ../../diskdrake.pm_.c:652
-msgid "Shared resource"
-msgstr ""
-
-#: ../../diskdrake.pm_.c:615
-msgid "Scanning available samba shared resource"
-msgstr "Hadm mon samba zdroje"
-
-#: ../../diskdrake.pm_.c:626 ../../diskdrake.pm_.c:639
-#, c-format
-msgid "Scanning available samba shared resource of server %s"
-msgstr "Hadm mon samba zdroje na serveri %s"
-
-#: ../../diskdrake_interactive.pm_.c:163
+#: ../../diskdrake/interactive.pm_.c:171
msgid "Choose a partition"
msgstr "Zvote oddiel"
-#: ../../diskdrake_interactive.pm_.c:163
+#: ../../diskdrake/interactive.pm_.c:171
msgid "Choose another partition"
msgstr "Zvote in oddiel"
-#: ../../diskdrake_interactive.pm_.c:188
+#: ../../diskdrake/interactive.pm_.c:196
msgid "Exit"
msgstr "Koniec"
-#: ../../diskdrake_interactive.pm_.c:210
+#: ../../diskdrake/interactive.pm_.c:218
msgid "Toggle to expert mode"
msgstr "Prepni do expert mdu"
-#: ../../diskdrake_interactive.pm_.c:210
+#: ../../diskdrake/interactive.pm_.c:218
msgid "Toggle to normal mode"
msgstr "Prepni do normlneho mdu"
-#: ../../diskdrake_interactive.pm_.c:210
+#: ../../diskdrake/interactive.pm_.c:218
msgid "Undo"
msgstr "Sp"
-#: ../../diskdrake_interactive.pm_.c:229
+#: ../../diskdrake/interactive.pm_.c:237
msgid "Continue anyway?"
msgstr "Pokraova?"
-#: ../../diskdrake_interactive.pm_.c:234
+#: ../../diskdrake/interactive.pm_.c:242
msgid "Quit without saving"
msgstr "Koniec bez uloenia"
-#: ../../diskdrake_interactive.pm_.c:234
+#: ../../diskdrake/interactive.pm_.c:242
msgid "Quit without writing the partition table?"
msgstr "Koniec bez zmeny partition tabuky?"
-#: ../../diskdrake_interactive.pm_.c:237
+#: ../../diskdrake/interactive.pm_.c:247
msgid "Do you want to save /etc/fstab modifications"
msgstr "elte si uloi zmeny do /etc/fstab"
-#: ../../diskdrake_interactive.pm_.c:247
+#: ../../diskdrake/interactive.pm_.c:259
msgid "Auto allocate"
msgstr "Automaticky prerozde"
-#: ../../diskdrake_interactive.pm_.c:247
+#: ../../diskdrake/interactive.pm_.c:259
msgid "Clear all"
msgstr "Zma vetko"
-#: ../../diskdrake_interactive.pm_.c:247
-#: ../../install_steps_interactive.pm_.c:171
-msgid "More"
-msgstr "Viac"
-
-#: ../../diskdrake_interactive.pm_.c:250
+#: ../../diskdrake/interactive.pm_.c:262
msgid "Hard drive information"
msgstr "Informcie o pevnom disku"
-#: ../../diskdrake_interactive.pm_.c:267
-msgid "Not enough space for auto-allocating"
-msgstr "Nedostatok miesta pre automatick alokciu"
-
-#: ../../diskdrake_interactive.pm_.c:273
+#: ../../diskdrake/interactive.pm_.c:283
msgid "All primary partitions are used"
msgstr "Vetky primrne oddiely s u pouit"
-#: ../../diskdrake_interactive.pm_.c:274
+#: ../../diskdrake/interactive.pm_.c:284
msgid "I can't add any more partition"
msgstr "Nemem prida al oddiel"
-#: ../../diskdrake_interactive.pm_.c:275
+#: ../../diskdrake/interactive.pm_.c:285
msgid ""
"To have more partitions, please delete one to be able to create an extended "
"partition"
@@ -1433,36 +1599,31 @@ msgstr ""
"Ak chcete ma viac diskovch oddielov, tak zmate jeden z nich, aby sa dal "
"vytvori rozren oddiel disku"
-#: ../../diskdrake_interactive.pm_.c:285
-#, fuzzy
+#: ../../diskdrake/interactive.pm_.c:295
msgid "Save partition table"
-msgstr "Zvote typ oddielu"
+msgstr "Ulo tabuku rozdelenia disku"
-#: ../../diskdrake_interactive.pm_.c:286
-#, fuzzy
+#: ../../diskdrake/interactive.pm_.c:296
msgid "Restore partition table"
-msgstr "Pokam sa obnovi partition tabuku"
+msgstr "Obnov tabuku rozdelenia disku"
-#: ../../diskdrake_interactive.pm_.c:287
-#, fuzzy
+#: ../../diskdrake/interactive.pm_.c:297
msgid "Rescue partition table"
-msgstr "Pokam sa obnovi partition tabuku"
+msgstr "Obnovi tabuku rozdelenia disku"
-#: ../../diskdrake_interactive.pm_.c:289
-#, fuzzy
+#: ../../diskdrake/interactive.pm_.c:299
msgid "Reload partition table"
-msgstr "Zvote typ oddielu"
+msgstr "Znovunata tabuku rozdelenia disku"
-#: ../../diskdrake_interactive.pm_.c:293
-#, fuzzy
+#: ../../diskdrake/interactive.pm_.c:304
msgid "Removable media automounting"
-msgstr "Vymeniten mdium"
+msgstr "Automatick pripojenie vymenitenho mdia"
-#: ../../diskdrake_interactive.pm_.c:301 ../../diskdrake_interactive.pm_.c:321
+#: ../../diskdrake/interactive.pm_.c:313 ../../diskdrake/interactive.pm_.c:333
msgid "Select file"
msgstr "Vyber sbor"
-#: ../../diskdrake_interactive.pm_.c:308
+#: ../../diskdrake/interactive.pm_.c:320
msgid ""
"The backup partition table has not the same size\n"
"Still continue?"
@@ -1470,11 +1631,11 @@ msgstr ""
"Zlon tabuka rozdelenia disku nem rovnak vekos\n"
"Naozaj pokraova?"
-#: ../../diskdrake_interactive.pm_.c:322
+#: ../../diskdrake/interactive.pm_.c:334
msgid "Warning"
msgstr "Varovanie"
-#: ../../diskdrake_interactive.pm_.c:323
+#: ../../diskdrake/interactive.pm_.c:335
msgid ""
"Insert a floppy in drive\n"
"All data on this floppy will be lost"
@@ -1482,98 +1643,122 @@ msgstr ""
"Vlote disketu do mechaniky\n"
"Vetky dta na tejto diskete bud nenvratne straten"
-#: ../../diskdrake_interactive.pm_.c:334
+#: ../../diskdrake/interactive.pm_.c:346
msgid "Trying to rescue partition table"
msgstr "Pokam sa obnovi partition tabuku"
-#: ../../diskdrake_interactive.pm_.c:340
+#: ../../diskdrake/interactive.pm_.c:352
msgid "Detailed information"
msgstr "Detailn informcie"
-#: ../../diskdrake_interactive.pm_.c:354 ../../diskdrake_interactive.pm_.c:590
+#: ../../diskdrake/interactive.pm_.c:364 ../../diskdrake/interactive.pm_.c:534
+#: ../../diskdrake/interactive.pm_.c:554 ../../diskdrake/removable.pm_.c:24
+#: ../../diskdrake/removable_gtk.pm_.c:15 ../../diskdrake/smbnfs_gtk.pm_.c:83
+msgid "Mount point"
+msgstr "Bod pripojenia"
+
+#: ../../diskdrake/interactive.pm_.c:366 ../../diskdrake/removable.pm_.c:25
+#: ../../diskdrake/removable_gtk.pm_.c:16 ../../diskdrake/smbnfs_gtk.pm_.c:84
+msgid "Options"
+msgstr "Parametre"
+
+#: ../../diskdrake/interactive.pm_.c:367 ../../diskdrake/interactive.pm_.c:621
msgid "Resize"
msgstr "Zme vekos"
-#: ../../diskdrake_interactive.pm_.c:355 ../../diskdrake_interactive.pm_.c:630
+#: ../../diskdrake/interactive.pm_.c:368 ../../diskdrake/interactive.pm_.c:674
msgid "Move"
msgstr "Presu"
-#: ../../diskdrake_interactive.pm_.c:356
+#: ../../diskdrake/interactive.pm_.c:369
msgid "Format"
msgstr "Formt"
-#: ../../diskdrake_interactive.pm_.c:358
-msgid "Active"
-msgstr "Aktvny"
+#: ../../diskdrake/interactive.pm_.c:370 ../../diskdrake/smbnfs_gtk.pm_.c:80
+msgid "Mount"
+msgstr "Pripoj"
-#: ../../diskdrake_interactive.pm_.c:359
+#: ../../diskdrake/interactive.pm_.c:371
msgid "Add to RAID"
msgstr "Pridaj do RAID"
-#: ../../diskdrake_interactive.pm_.c:360
+#: ../../diskdrake/interactive.pm_.c:372
msgid "Add to LVM"
msgstr "Pridaj do LVM"
-#: ../../diskdrake_interactive.pm_.c:363
+#: ../../diskdrake/interactive.pm_.c:373 ../../diskdrake/smbnfs_gtk.pm_.c:79
+msgid "Unmount"
+msgstr "Odpoj"
+
+#: ../../diskdrake/interactive.pm_.c:375
msgid "Remove from RAID"
msgstr "Odober z RAID"
-#: ../../diskdrake_interactive.pm_.c:364
+#: ../../diskdrake/interactive.pm_.c:376
msgid "Remove from LVM"
msgstr "Odober z LVM"
-#: ../../diskdrake_interactive.pm_.c:365
+#: ../../diskdrake/interactive.pm_.c:377
msgid "Modify RAID"
msgstr "Modifikuj RAID"
-#: ../../diskdrake_interactive.pm_.c:366
+#: ../../diskdrake/interactive.pm_.c:378
msgid "Use for loopback"
msgstr "Poui loopback"
-#: ../../diskdrake_interactive.pm_.c:409
+#: ../../diskdrake/interactive.pm_.c:417
msgid "Create a new partition"
msgstr "Vytvor nov oddiel"
-#: ../../diskdrake_interactive.pm_.c:412
+#: ../../diskdrake/interactive.pm_.c:420
msgid "Start sector: "
msgstr "Poiaton sektor:"
-#: ../../diskdrake_interactive.pm_.c:414 ../../diskdrake_interactive.pm_.c:732
+#: ../../diskdrake/interactive.pm_.c:422 ../../diskdrake/interactive.pm_.c:773
msgid "Size in MB: "
msgstr "Vekos v MB: "
-#: ../../diskdrake_interactive.pm_.c:415 ../../diskdrake_interactive.pm_.c:733
+#: ../../diskdrake/interactive.pm_.c:423 ../../diskdrake/interactive.pm_.c:774
msgid "Filesystem type: "
msgstr "Typ sborovho systmu: "
-#: ../../diskdrake_interactive.pm_.c:416 ../../diskdrake_interactive.pm_.c:936
-#: ../../diskdrake_interactive.pm_.c:1010
+#: ../../diskdrake/interactive.pm_.c:424
+#: ../../diskdrake/interactive.pm_.c:1034
+#: ../../diskdrake/interactive.pm_.c:1108
msgid "Mount point: "
msgstr "Bod pripojenia: "
-#: ../../diskdrake_interactive.pm_.c:420
+#: ../../diskdrake/interactive.pm_.c:428
msgid "Preference: "
msgstr "Preferencia: "
-#: ../../diskdrake_interactive.pm_.c:462
-#, fuzzy
+#: ../../diskdrake/interactive.pm_.c:472
msgid "Remove the loopback file?"
-msgstr "Formtuje sa loopback sbor %s"
+msgstr "Odstrni loopback sbor?"
-#: ../../diskdrake_interactive.pm_.c:486
+#: ../../diskdrake/interactive.pm_.c:497
msgid "Change partition type"
msgstr "Zvote typ oddielu"
-#: ../../diskdrake_interactive.pm_.c:491
+#: ../../diskdrake/interactive.pm_.c:498 ../../diskdrake/removable.pm_.c:48
+msgid "Which filesystem do you want?"
+msgstr "Ak typ sborovho systmu chcete??"
+
+#: ../../diskdrake/interactive.pm_.c:502
msgid "Switching from ext2 to ext3"
msgstr "Prepnam z ext2 na ext3"
-#: ../../diskdrake_interactive.pm_.c:521
+#: ../../diskdrake/interactive.pm_.c:532
#, c-format
msgid "Where do you want to mount loopback file %s?"
msgstr "Kam si elte pripoji loopback sbor %s?"
-#: ../../diskdrake_interactive.pm_.c:528
+#: ../../diskdrake/interactive.pm_.c:533 ../../diskdrake/interactive.pm_.c:553
+#, c-format
+msgid "Where do you want to mount device %s?"
+msgstr "Kam si elte pripoji zariadenie %s?"
+
+#: ../../diskdrake/interactive.pm_.c:539
msgid ""
"Can't unset mount point as this partition is used for loop back.\n"
"Remove the loopback first"
@@ -1581,118 +1766,125 @@ msgstr ""
"Nemem odpoji oddiel km je pouvan nejakou sptnou slukou.\n"
"Odstrte najskr sptn sluku"
-#: ../../diskdrake_interactive.pm_.c:549
+#: ../../diskdrake/interactive.pm_.c:577
msgid "Computing FAT filesystem bounds"
msgstr "Potam hranice FAT sborovho systmu"
-#: ../../diskdrake_interactive.pm_.c:549 ../../diskdrake_interactive.pm_.c:605
-#: ../../install_interactive.pm_.c:116
+#: ../../diskdrake/interactive.pm_.c:577 ../../diskdrake/interactive.pm_.c:636
+#: ../../install_interactive.pm_.c:130
msgid "Resizing"
msgstr "Menm vekos"
-#: ../../diskdrake_interactive.pm_.c:578
+#: ../../diskdrake/interactive.pm_.c:609
msgid "This partition is not resizeable"
msgstr "Tomuto oddielu sa ned meni vekos?"
-#: ../../diskdrake_interactive.pm_.c:583
+#: ../../diskdrake/interactive.pm_.c:614
msgid "All data on this partition should be backed-up"
msgstr "Vetky dta na tejto oblasti by sa mali zazlohova"
-#: ../../diskdrake_interactive.pm_.c:585
+#: ../../diskdrake/interactive.pm_.c:616
#, c-format
msgid "After resizing partition %s, all data on this partition will be lost"
msgstr "Po zmene vekosti oddielu %s bud vetky dta nenvratne straten"
-#: ../../diskdrake_interactive.pm_.c:590
+#: ../../diskdrake/interactive.pm_.c:621
msgid "Choose the new size"
msgstr "Zvolte nov vekos"
-#: ../../diskdrake_interactive.pm_.c:591
+#: ../../diskdrake/interactive.pm_.c:622
msgid "New size in MB: "
msgstr "Nov vekos v MB: "
-#: ../../diskdrake_interactive.pm_.c:631
+#: ../../diskdrake/interactive.pm_.c:675
msgid "Which disk do you want to move it to?"
msgstr "Ktor disk si elte posun?"
-#: ../../diskdrake_interactive.pm_.c:632
+#: ../../diskdrake/interactive.pm_.c:676
msgid "Sector"
msgstr "Sektor"
-#: ../../diskdrake_interactive.pm_.c:633
+#: ../../diskdrake/interactive.pm_.c:677
msgid "Which sector do you want to move it to?"
msgstr "Ktor sektor si elte posun?"
-#: ../../diskdrake_interactive.pm_.c:636
+#: ../../diskdrake/interactive.pm_.c:680
msgid "Moving"
msgstr "Presvam"
-#: ../../diskdrake_interactive.pm_.c:636
+#: ../../diskdrake/interactive.pm_.c:680
msgid "Moving partition..."
msgstr "Presvam oddiel..."
-#: ../../diskdrake_interactive.pm_.c:657
+#: ../../diskdrake/interactive.pm_.c:697
msgid "Choose an existing RAID to add to"
msgstr "Vyberte existujci RAID pre pridanie"
-#: ../../diskdrake_interactive.pm_.c:658 ../../diskdrake_interactive.pm_.c:676
+#: ../../diskdrake/interactive.pm_.c:698 ../../diskdrake/interactive.pm_.c:716
msgid "new"
msgstr "nov"
-#: ../../diskdrake_interactive.pm_.c:674
+#: ../../diskdrake/interactive.pm_.c:714
msgid "Choose an existing LVM to add to"
msgstr "Vyberte existujci LVM pre pridanie"
-#: ../../diskdrake_interactive.pm_.c:679
+#: ../../diskdrake/interactive.pm_.c:719
msgid "LVM name?"
msgstr "LVM meno?"
-#: ../../diskdrake_interactive.pm_.c:718
+#: ../../diskdrake/interactive.pm_.c:759
msgid "This partition can't be used for loopback"
msgstr "Tento oddiel neme by pouit pre sptn sluku"
-#: ../../diskdrake_interactive.pm_.c:730
+#: ../../diskdrake/interactive.pm_.c:771
msgid "Loopback"
msgstr "Sptn sluka"
-#: ../../diskdrake_interactive.pm_.c:731
+#: ../../diskdrake/interactive.pm_.c:772
msgid "Loopback file name: "
msgstr "Meno sboru sptnej sluky: "
-#: ../../diskdrake_interactive.pm_.c:736
-#, fuzzy
+#: ../../diskdrake/interactive.pm_.c:777
msgid "Give a file name"
-msgstr "Relne meno"
+msgstr "Zadajte meno sboru"
-#: ../../diskdrake_interactive.pm_.c:739
+#: ../../diskdrake/interactive.pm_.c:780
msgid "File already used by another loopback, choose another one"
msgstr "Sbor je u pouvan inou sptnou slukou, skste in sbor"
-#: ../../diskdrake_interactive.pm_.c:740
+#: ../../diskdrake/interactive.pm_.c:781
msgid "File already exists. Use it?"
msgstr "Sbor existuje. Poui?"
-#: ../../diskdrake_interactive.pm_.c:784
+#: ../../diskdrake/interactive.pm_.c:804
+msgid "Mount options"
+msgstr "Parametre pripojenia"
+
+#: ../../diskdrake/interactive.pm_.c:811
+msgid "Various"
+msgstr "Rozdielne"
+
+#: ../../diskdrake/interactive.pm_.c:874
msgid "device"
msgstr "zariadenie"
-#: ../../diskdrake_interactive.pm_.c:785
+#: ../../diskdrake/interactive.pm_.c:875
msgid "level"
msgstr "rove"
-#: ../../diskdrake_interactive.pm_.c:786
+#: ../../diskdrake/interactive.pm_.c:876
msgid "chunk size"
msgstr "vekos"
-#: ../../diskdrake_interactive.pm_.c:801
+#: ../../diskdrake/interactive.pm_.c:891
msgid "Be careful: this operation is dangerous."
msgstr "Bute opatrn: tto opercia je nebezpen."
-#: ../../diskdrake_interactive.pm_.c:816
+#: ../../diskdrake/interactive.pm_.c:906
msgid "What type of partitioning?"
msgstr "Ak typ rozdelenia oddielov?"
-#: ../../diskdrake_interactive.pm_.c:834
+#: ../../diskdrake/interactive.pm_.c:924
msgid ""
"Sorry I won't accept to create /boot so far onto the drive (on a cylinder > "
"1024).\n"
@@ -1704,7 +1896,7 @@ msgstr ""
")Pouvate LILO a tm pdom to nebude pracova, alebo ho nepouvate a tm "
"pdom nepotrebujete /boot"
-#: ../../diskdrake_interactive.pm_.c:838
+#: ../../diskdrake/interactive.pm_.c:928
msgid ""
"The partition you've selected to add as root (/) is physically located "
"beyond\n"
@@ -1715,7 +1907,7 @@ msgstr ""
"valcom 1024, a nemte zadefinovan oddiel /boot. \n"
"Ak plnujete poui LILO, prosm pridajte najprv oddiel /boot"
-#: ../../diskdrake_interactive.pm_.c:844
+#: ../../diskdrake/interactive.pm_.c:934
msgid ""
"You've selected a software RAID partition as root (/).\n"
"No bootloader is able to handle this without a /boot partition.\n"
@@ -1725,130 +1917,138 @@ msgstr ""
"iaden zavdza systmu nedoke zavies systm bez /boot oddielu.\n"
"Preto dbajte na pridanie /boot oddielu"
-#: ../../diskdrake_interactive.pm_.c:864
+#: ../../diskdrake/interactive.pm_.c:954
#, c-format
msgid "Partition table of drive %s is going to be written to disk!"
msgstr "Partition tabuka zariadenia %s sa zape na disk!"
-#: ../../diskdrake_interactive.pm_.c:868
+#: ../../diskdrake/interactive.pm_.c:958
msgid "You'll need to reboot before the modification can take place"
msgstr "Aby sa pravy prejavili, muste retartova pota"
-#: ../../diskdrake_interactive.pm_.c:879
+#: ../../diskdrake/interactive.pm_.c:969
#, c-format
msgid "After formatting partition %s, all data on this partition will be lost"
msgstr "Ak naformtujete oddiel %s,vetky predol dta sa na om stratia"
-#: ../../diskdrake_interactive.pm_.c:881
+#: ../../diskdrake/interactive.pm_.c:971
msgid "Formatting"
msgstr "Formtuje sa"
-#: ../../diskdrake_interactive.pm_.c:882
+#: ../../diskdrake/interactive.pm_.c:972
#, c-format
msgid "Formatting loopback file %s"
msgstr "Formtuje sa loopback sbor %s"
-#: ../../diskdrake_interactive.pm_.c:883
-#: ../../install_steps_interactive.pm_.c:419
+#: ../../diskdrake/interactive.pm_.c:973
+#: ../../install_steps_interactive.pm_.c:465
#, c-format
msgid "Formatting partition %s"
msgstr "Formtuje sa oddiel %s"
-#: ../../diskdrake_interactive.pm_.c:894
-#, fuzzy
+#: ../../diskdrake/interactive.pm_.c:984
msgid "Hide files"
-msgstr "mkraid zlyhal"
+msgstr "Skryt sbory"
-#: ../../diskdrake_interactive.pm_.c:894
-#, fuzzy
+#: ../../diskdrake/interactive.pm_.c:984
msgid "Move files to the new partition"
-msgstr "Nedostatok vonho miesta pre vytvorenie novho oddielu"
+msgstr "Prenes sbory na nov oddiel"
-#: ../../diskdrake_interactive.pm_.c:895
+#: ../../diskdrake/interactive.pm_.c:985
#, c-format
msgid ""
"Directory %s already contain some data\n"
"(%s)"
msgstr ""
+"Adresr %s u obsahuje nejak dta\n"
+"(%s)"
-#: ../../diskdrake_interactive.pm_.c:906
-#, fuzzy
+#: ../../diskdrake/interactive.pm_.c:996
msgid "Moving files to the new partition"
-msgstr "Nedostatok vonho miesta pre vytvorenie novho oddielu"
+msgstr "Prenos sborov na nov oddiel"
-#: ../../diskdrake_interactive.pm_.c:910
+#: ../../diskdrake/interactive.pm_.c:1000
#, c-format
msgid "Copying %s"
-msgstr ""
+msgstr "Koprujem %s"
-#: ../../diskdrake_interactive.pm_.c:914
-#, fuzzy, c-format
+#: ../../diskdrake/interactive.pm_.c:1004
+#, c-format
msgid "Removing %s"
-msgstr "Odstraujem LPD..."
+msgstr "Odstraujem %s"
+
+#: ../../diskdrake/interactive.pm_.c:1014
+#, c-format
+msgid "partition %s is now known as %s"
+msgstr "oddiel %s sa teraz vol %s"
-#: ../../diskdrake_interactive.pm_.c:937 ../../diskdrake_interactive.pm_.c:996
+#: ../../diskdrake/interactive.pm_.c:1035
+#: ../../diskdrake/interactive.pm_.c:1094
msgid "Device: "
msgstr "Zariadenie:"
-#: ../../diskdrake_interactive.pm_.c:938
+#: ../../diskdrake/interactive.pm_.c:1036
#, c-format
msgid "DOS drive letter: %s (just a guess)\n"
msgstr "Oznaenie v DOSe: %s (asi)\n"
-#: ../../diskdrake_interactive.pm_.c:942 ../../diskdrake_interactive.pm_.c:950
-#: ../../diskdrake_interactive.pm_.c:1014
+#: ../../diskdrake/interactive.pm_.c:1040
+#: ../../diskdrake/interactive.pm_.c:1048
+#: ../../diskdrake/interactive.pm_.c:1112
msgid "Type: "
msgstr "Typ: "
-#: ../../diskdrake_interactive.pm_.c:946
+#: ../../diskdrake/interactive.pm_.c:1044
msgid "Name: "
msgstr "Meno: "
-#: ../../diskdrake_interactive.pm_.c:954
+#: ../../diskdrake/interactive.pm_.c:1052
#, c-format
msgid "Start: sector %s\n"
msgstr "Zaiatok: sektor %s\n"
-#: ../../diskdrake_interactive.pm_.c:955
+#: ../../diskdrake/interactive.pm_.c:1053
#, c-format
msgid "Size: %s"
msgstr "Vekos: %s"
-#: ../../diskdrake_interactive.pm_.c:957
+#: ../../diskdrake/interactive.pm_.c:1055
#, c-format
msgid ", %s sectors"
msgstr ", %s sektorov"
-#: ../../diskdrake_interactive.pm_.c:959
-#, c-format
-msgid "Cylinder %d to cylinder %d\n"
+#: ../../diskdrake/interactive.pm_.c:1057
+#, fuzzy, c-format
+msgid "Cylinder %d to %d\n"
msgstr "Od cylindra %d po cylinder %d\n"
-#: ../../diskdrake_interactive.pm_.c:960
+#: ../../diskdrake/interactive.pm_.c:1058
msgid "Formatted\n"
msgstr "Naformtovan\n"
-#: ../../diskdrake_interactive.pm_.c:961
+#: ../../diskdrake/interactive.pm_.c:1059
msgid "Not formatted\n"
msgstr "Nenaformtovan\n"
-#: ../../diskdrake_interactive.pm_.c:962
+#: ../../diskdrake/interactive.pm_.c:1060
msgid "Mounted\n"
msgstr "Pripojen\n"
-#: ../../diskdrake_interactive.pm_.c:963
+#: ../../diskdrake/interactive.pm_.c:1061
#, c-format
msgid "RAID md%s\n"
msgstr "RAID md%s\n"
-#: ../../diskdrake_interactive.pm_.c:965
-#, fuzzy, c-format
+#: ../../diskdrake/interactive.pm_.c:1063
+#, c-format
msgid ""
"Loopback file(s):\n"
" %s\n"
-msgstr "Loopback sbor(y): %s\n"
+msgstr ""
+"Loopback sbor(y):\n"
+" %s\n"
-#: ../../diskdrake_interactive.pm_.c:966
+#: ../../diskdrake/interactive.pm_.c:1064
msgid ""
"Partition booted by default\n"
" (for MS-DOS boot, not for lilo)\n"
@@ -1856,27 +2056,27 @@ msgstr ""
"Predvolen oddiel pre tart\n"
" (MS-DOS boot, nie pre lilo)\n"
-#: ../../diskdrake_interactive.pm_.c:968
+#: ../../diskdrake/interactive.pm_.c:1066
#, c-format
msgid "Level %s\n"
msgstr "Hladina %s\n"
-#: ../../diskdrake_interactive.pm_.c:969
+#: ../../diskdrake/interactive.pm_.c:1067
#, c-format
msgid "Chunk size %s\n"
msgstr "Vekos ksku %s\n"
-#: ../../diskdrake_interactive.pm_.c:970
+#: ../../diskdrake/interactive.pm_.c:1068
#, c-format
msgid "RAID-disks %s\n"
msgstr "RAID-disky %s\n"
-#: ../../diskdrake_interactive.pm_.c:972
+#: ../../diskdrake/interactive.pm_.c:1070
#, c-format
msgid "Loopback file name: %s"
msgstr "Meno loopback sboru: %s"
-#: ../../diskdrake_interactive.pm_.c:975
+#: ../../diskdrake/interactive.pm_.c:1073
msgid ""
"\n"
"Chances are, this partition is\n"
@@ -1888,7 +2088,7 @@ msgstr ""
"ovldaci oddiel, mali by ste\n"
"ho nechca samotn.\n"
-#: ../../diskdrake_interactive.pm_.c:978
+#: ../../diskdrake/interactive.pm_.c:1076
msgid ""
"\n"
"This special Bootstrap\n"
@@ -1900,65 +2100,102 @@ msgstr ""
"oddiel je pre\n"
"dulne tartovanie systmu.\n"
-#: ../../diskdrake_interactive.pm_.c:997
+#: ../../diskdrake/interactive.pm_.c:1095
#, c-format
msgid "Size: %s\n"
msgstr "Vekos: %s\n"
-#: ../../diskdrake_interactive.pm_.c:998
+#: ../../diskdrake/interactive.pm_.c:1096
#, c-format
msgid "Geometry: %s cylinders, %s heads, %s sectors\n"
msgstr "Geometria: %s cylindrov, %s hlaviiek, %s sektorov\n"
-#: ../../diskdrake_interactive.pm_.c:999
+#: ../../diskdrake/interactive.pm_.c:1097
msgid "Info: "
msgstr "Info:"
-#: ../../diskdrake_interactive.pm_.c:1000
+#: ../../diskdrake/interactive.pm_.c:1098
#, c-format
msgid "LVM-disks %s\n"
msgstr "LVM-disky %s\n"
-#: ../../diskdrake_interactive.pm_.c:1001
+#: ../../diskdrake/interactive.pm_.c:1099
#, c-format
msgid "Partition table type: %s\n"
msgstr "Typ partition tabuky: %s\n"
-#: ../../diskdrake_interactive.pm_.c:1002
+#: ../../diskdrake/interactive.pm_.c:1100
#, c-format
msgid "on bus %d id %d\n"
msgstr "na zbernici %d id %d\n"
-#: ../../diskdrake_interactive.pm_.c:1016
+#: ../../diskdrake/interactive.pm_.c:1114
#, c-format
msgid "Options: %s"
msgstr "Monosti: %s"
-#: ../../fs.pm_.c:447 ../../fs.pm_.c:457 ../../fs.pm_.c:461 ../../fs.pm_.c:465
-#: ../../fs.pm_.c:469 ../../fs.pm_.c:473
+#: ../../diskdrake/interactive.pm_.c:1130
+msgid "Filesystem encryption key"
+msgstr "Kryptovac k sborovho systmu"
+
+#: ../../diskdrake/interactive.pm_.c:1131
+msgid "Choose your filesystem encryption key"
+msgstr "Zvote kryptovac k sborovho systmu"
+
+#: ../../diskdrake/interactive.pm_.c:1134
+#, c-format
+msgid "This encryption key is too simple (must be at least %d characters long)"
+msgstr ""
+"Tento kryptovac k je prli jednoduch (mus by minimlne %d znakov "
+"dlh)"
+
+#: ../../diskdrake/interactive.pm_.c:1135
+msgid "The encryption keys do not match"
+msgstr "kryptovacie ke neshlasia"
+
+#: ../../diskdrake/interactive.pm_.c:1138
+msgid "Encryption key"
+msgstr "Kryptovac k"
+
+#: ../../diskdrake/interactive.pm_.c:1139
+msgid "Encryption key (again)"
+msgstr "Kryptovac k (znovu)"
+
+#: ../../diskdrake/removable.pm_.c:47
+msgid "Change type"
+msgstr "Zmete typ"
+
+#: ../../diskdrake/removable_gtk.pm_.c:28
+msgid "Please click on a media"
+msgstr "Prosm kliknite na mdium"
+
+#: ../../diskdrake/smbnfs_gtk.pm_.c:165
+#, fuzzy
+msgid "Search servers"
+msgstr "DNS server"
+
+#: ../../fs.pm_.c:485 ../../fs.pm_.c:495 ../../fs.pm_.c:499 ../../fs.pm_.c:503
+#: ../../fs.pm_.c:507 ../../fs.pm_.c:511
#, c-format
msgid "%s formatting of %s failed"
msgstr "%s formtovanie %s zlyhalo"
-#: ../../fs.pm_.c:506
+#: ../../fs.pm_.c:548
#, c-format
msgid "I don't know how to format %s in type %s"
msgstr "Nedokem formtova %s na typ %s"
-#: ../../fs.pm_.c:568
-msgid "mount failed"
-msgstr "pripojenie zlyhalo "
+#: ../../fs.pm_.c:620 ../../fs.pm_.c:649 ../../fs.pm_.c:655
+#, c-format
+msgid "mounting partition %s in directory %s failed"
+msgstr ""
-#: ../../fs.pm_.c:588
+#: ../../fs.pm_.c:640
#, c-format
msgid "fsck failed with exit code %d or signal %d"
msgstr "fsck zlyhalo s exit kdom %d alebo signlom %d"
-#: ../../fs.pm_.c:597 ../../fs.pm_.c:603 ../../partition_table.pm_.c:560
-msgid "mount failed: "
-msgstr "nepodarilo sa pripoji: "
-
-#: ../../fs.pm_.c:618 ../../partition_table.pm_.c:556
+#: ../../fs.pm_.c:670 ../../partition_table.pm_.c:596
#, c-format
msgid "error unmounting %s: %s"
msgstr "chyba odpojenia %s: %s"
@@ -1967,48 +2204,65 @@ msgstr "chyba odpojenia %s: %s"
msgid "simple"
msgstr "jednoduch"
+#: ../../fsedit.pm_.c:25
+msgid "with /usr"
+msgstr ""
+
#: ../../fsedit.pm_.c:30
msgid "server"
msgstr "server"
-#: ../../fsedit.pm_.c:461
+#: ../../fsedit.pm_.c:467
msgid "You can't use JFS for partitions smaller than 16MB"
msgstr "Na oddiely menie ako 16MB nemete poui JFS"
-#: ../../fsedit.pm_.c:462
+#: ../../fsedit.pm_.c:468
msgid "You can't use ReiserFS for partitions smaller than 32MB"
msgstr "Na oddiely menie ako 32MB nemete poui ReiserFS"
-#: ../../fsedit.pm_.c:471
+#: ../../fsedit.pm_.c:477
msgid "Mount points must begin with a leading /"
msgstr "Body pripojenia musia zana /"
-#: ../../fsedit.pm_.c:472
+#: ../../fsedit.pm_.c:478
#, c-format
msgid "There is already a partition with mount point %s\n"
msgstr "Oddiel s bodom pripojenia %s u existuje\n"
-#: ../../fsedit.pm_.c:476
+#: ../../fsedit.pm_.c:482
#, c-format
msgid "You can't use a LVM Logical Volume for mount point %s"
msgstr "Nemete poui logick zvzok LVM pre bod pripojenia %s"
-#: ../../fsedit.pm_.c:478
+#: ../../fsedit.pm_.c:484
msgid "This directory should remain within the root filesystem"
msgstr "Tento adresr by mal osta na rootovskom sborovom systme"
-#: ../../fsedit.pm_.c:480
+#: ../../fsedit.pm_.c:486
msgid "You need a true filesystem (ext2, reiserfs) for this mount point\n"
msgstr ""
"Pre tento bod pripojenia potrebujete ozajstn sborov systm(ext2, "
"reiserfs)\n"
-#: ../../fsedit.pm_.c:596
+#: ../../fsedit.pm_.c:488
+#, c-format
+msgid "You can't use an encrypted file system for mount point %s"
+msgstr "Nemete poui kryptovan sborov systm pre bod pripojenia %s"
+
+#: ../../fsedit.pm_.c:546
+msgid "Not enough free space for auto-allocating"
+msgstr "Nedostatok miesta pre automatick alokciu"
+
+#: ../../fsedit.pm_.c:548
+msgid "Nothing to do"
+msgstr "Nerobi ni"
+
+#: ../../fsedit.pm_.c:612
#, c-format
msgid "Error opening %s for writing: %s"
msgstr "Chyba otvrania %s pre zpis: %s"
-#: ../../fsedit.pm_.c:681
+#: ../../fsedit.pm_.c:697
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"
@@ -2017,7 +2271,7 @@ msgstr ""
"mon vytvori nov sborov systmy. Skontrolujte v hardvr pre zistenie "
"priny problmu."
-#: ../../fsedit.pm_.c:704
+#: ../../fsedit.pm_.c:720
msgid "You don't have any partitions!"
msgstr "Nemte iadny oddiel disku!"
@@ -2034,14 +2288,14 @@ msgid ""
"system would not work any more. If you make a serious mistake as a regular\n"
"user, you may only lose some information, but not the entire system.\n"
"\n"
-"First, you have to enter your real name. This is not mandatory, of course -\n"
+"First, you have to enter your real name. This is not mandatory, of course\n"
"as you can actually enter whatever you want. DrakX will then take the first\n"
"word you have entered in the box and will bring it over to the \"User\n"
-"name\". This is the name this particular user will use to log into the\n"
+"name\". This is the name this particular user will use to log onto the\n"
"system. You can change it. You then have to enter a password here. A\n"
-"non-privileged (regular) user's password is not as crucial as that of\n"
-"\"root\" from a security point of view, but that is no reason to neglect it\n"
-"- after all, your files are at risk.\n"
+"non-privileged (regular) user's password is not as crucial as \"root\"' one\n"
+"from a security point of view, but that is no reason to neglect it: after\n"
+"all, your files are at risk.\n"
"\n"
"If you click on \"Accept user\", you can then add as many as you want. Add\n"
"a user for each one of your friends: your father or your sister, for\n"
@@ -2055,7 +2309,7 @@ msgstr ""
msgid ""
"Listed above are the existing Linux partitions detected on your hard drive.\n"
"You can keep the choices made by the wizard, they are good for most common\n"
-"installs. If you make any changes, you must at least define a root\n"
+"installations. If you make any changes, you must at least define a root\n"
"partition (\"/\"). Do not choose too small a partition or you will not be\n"
"able to install enough software. If you want to store your data on a\n"
"separate partition, you will also need to create a partition for \"/home\"\n"
@@ -2072,11 +2326,11 @@ msgid ""
"\"Hard drive number\" is always a letter after \"hd\" or \"sd\". For IDE\n"
"hard drives:\n"
"\n"
-" * \"a\" means \"master hard drive on the primary IDE controller\",\n"
+" * \"a\" means \"master hard drive on the primary IDE controller\";\n"
"\n"
-" * \"b\" means \"slave hard drive on the primary IDE controller\",\n"
+" * \"b\" means \"slave hard drive on the primary IDE controller\";\n"
"\n"
-" * \"c\" means \"master hard drive on the secondary IDE controller\",\n"
+" * \"c\" means \"master hard drive on the secondary IDE controller\";\n"
"\n"
" * \"d\" means \"slave hard drive on the secondary IDE controller\".\n"
"\n"
@@ -2086,8 +2340,8 @@ msgstr ""
#: ../../help.pm_.c:72
msgid ""
-"The Mandrake Linux installation is spread out over several CDROMs. DrakX\n"
-"knows if a selected package is located on another CDROM and will eject the\n"
+"The Mandrake Linux installation is spread out over several CD-ROMs. DrakX\n"
+"knows if a selected package is located on another CD-ROM and will eject the\n"
"current CD and ask you to insert a different one as required."
msgstr ""
@@ -2097,8 +2351,8 @@ msgid ""
"system. There are thousands of packages available for Mandrake Linux, and\n"
"you are not supposed to know them all by heart.\n"
"\n"
-"If you are performing a standard installation from CDROM, you will first be\n"
-"asked to specify the CDs you currently have (in Expert mode only). Check\n"
+"If you are performing a standard installation from a CD-ROM, you will first\n"
+"be asked to specify the CDs you currently have (in Expert mode only). Check\n"
"the CD labels and highlight the boxes corresponding to the CDs you have\n"
"available for installation. Click \"OK\" when you are ready to continue.\n"
"\n"
@@ -2107,49 +2361,61 @@ msgid ""
"\n"
" * \"Workstation\": if you plan to use your machine as a workstation, "
"select\n"
-"one or more of the corresponding groups.\n"
+"one or more of the corresponding groups;\n"
"\n"
-" * \"Development\": if the machine is to be used for programming, choose "
-"the\n"
-"desired group(s).\n"
+" * \"Development\": if your machine is to be used for programming, choose\n"
+"the desired group(s);\n"
"\n"
-" * \"Server\": finally, if the machine is intended to be a server, you will\n"
-"be able to select which of the most common services you wish to see\n"
-"installed on the machine.\n"
+" * \"Server\": if your machine is intended to be a server, you will be able\n"
+"to select which of the most common services you wish to install on your\n"
+"machine;\n"
"\n"
-" * \"Graphical Environment\": this is where you will choose your preferred\n"
-"graphical environment. At least one must be selected if you want to have a\n"
-"graphical workstation!\n"
+" * \"Graphical Environment\": finally, this is where you will choose your\n"
+"preferred graphical environment. At least one must be selected if you want\n"
+"to have a graphical workstation!\n"
"\n"
"Moving the mouse cursor over a group name will display a short explanatory\n"
-"text about that group.\n"
+"text about that group. If you deselect all groups when performing a regular\n"
+"installation (by opposition to an upgrade), a dialog will pop up proposing\n"
+"different options for a minimal installation:\n"
+"\n"
+" * \"With X\": install the fewer packages possible to have a working\n"
+"graphical desktop;\n"
+"\n"
+" * \"With basic documentation\": installs the base system plus basic\n"
+"utilities and their documentation. This installation is suitable for\n"
+"setting up a server;\n"
+"\n"
+" * \"Truly minimal install\": will install the strict minimum necessary to\n"
+"get a working Linux system, in command line only. This installation is\n"
+"about 65Mb large.\n"
"\n"
"You can check the \"Individual package selection\" box, which is useful if\n"
"you are familiar with the packages being offered or if you want to have\n"
"total control over what will be installed.\n"
"\n"
-"If you started the installation in \"Update\" mode, you can unselect all\n"
+"If you started the installation in \"Upgrade\" mode, you can unselect all\n"
"groups to avoid installing any new package. This is useful for repairing or\n"
"updating an existing system."
msgstr ""
-#: ../../help.pm_.c:115
+#: ../../help.pm_.c:128
msgid ""
-"Finally, depending on your choice of whether or not to select individual\n"
-"packages, you will be presented a tree containing all packages classified\n"
-"by groups and subgroups. While browsing the tree, you can select entire\n"
-"groups, subgroups, or individual packages.\n"
+"Finally, depending on whether or not you selected individual packages, you\n"
+"will be presented a tree containing all packages classified by groups and\n"
+"subgroups. While browsing the tree, you can select entire groups,\n"
+"subgroups, or individual packages.\n"
"\n"
"Whenever you select a package on the tree, a description appears on the\n"
"right. When your selection is finished, click the \"Install\" button which\n"
"will then launch the installation process. Depending on the speed of your\n"
"hardware and the number of packages that need to be installed, it may take\n"
-"a while to complete the process. A time to complete estimate is displayed\n"
-"on the screen to help you gauge if there is sufficient time to enjoy a cup\n"
-"of coffee.\n"
+"a while to complete the process. An estimate of the time it will take to\n"
+"install everything is displayed on the screen, to help you gauge if there\n"
+"is sufficient time to enjoy a cup of coffee.\n"
"\n"
-"!! If a server package has been selected either intentionally or because it\n"
-"was part of a whole group, you will be asked to confirm that you really\n"
+"!! If a server package has been selected, either intentionally or because\n"
+"it was part of a whole group, you will be asked to confirm that you really\n"
"want those servers to be installed. Under Mandrake Linux, any installed\n"
"servers are started by default at boot time. Even if they are safe and have\n"
"no known issues at the time the distribution was shipped, it may happen\n"
@@ -2164,37 +2430,38 @@ msgid ""
"occurs because it has determined that it needs to satisfy a dependency with\n"
"another package in order to successfully complete the installation.\n"
"\n"
-"The tiny floppy disc icon at the bottom of the list allows to load the\n"
-"packages list chosen during a previous installation. Clicking on this icon\n"
+"The tiny floppy disk icon at the bottom of the list allows to load the\n"
+"package list chosen during a previous installation. Clicking on this icon\n"
"will ask you to insert a floppy disk previously created at the end of\n"
"another installation. See the second tip of last step on how to create such\n"
"a floppy."
msgstr ""
-#: ../../help.pm_.c:151
+#: ../../help.pm_.c:164
msgid ""
-"If you wish to connect your computer to the Internet or to a local network,\n"
-"please choose the correct option. Please turn on your device before\n"
-"choosing the correct option to let DrakX detect it automatically.\n"
+"You are now proposed to set up your Internet/network connection. If you\n"
+"wish to connect your computer to the Internet or to a local network, click\n"
+"\"OK\". The autodetection of network devices and modem will be launched. If\n"
+"this detection fails, uncheck the \"Use auto detection\" box next time. You\n"
+"may also choose not to configure the network, or do it later; in that case,\n"
+"simply click the \"Cancel\" button.\n"
"\n"
-"Mandrake Linux proposes the configuration of an Internet connection at\n"
-"installation time. Available connections are: traditional modem, ISDN\n"
-"modem, ADSL connection, cable modem, and finally a simple LAN connection\n"
-"(Ethernet).\n"
+"Available connections are: traditional modem, ISDN modem, ADSL connection,\n"
+"cable modem, and finally a simple LAN connection (Ethernet).\n"
"\n"
"Here, we will not detail each configuration. Simply make sure that you have\n"
"all the parameters from your Internet Service Provider or system\n"
"administrator.\n"
"\n"
-"You can consult the manual chapter about Internet connections for details\n"
-"about the configuration, or simply wait until your system is installed and\n"
-"use the program described there to configure your connection.\n"
+"You can consult the ``User Guide'' chapter about Internet connections for\n"
+"details about the configuration, or simply wait until your system is\n"
+"installed and use the program described there to configure your connection.\n"
"\n"
-"If you wish to configure the network later after installation or if you\n"
-"have finished configuring your network connection, click \"Cancel\"."
+"If you wish to configure the network later after installation, or if you\n"
+"are finished configuring your network connection, click \"Cancel\"."
msgstr ""
-#: ../../help.pm_.c:172
+#: ../../help.pm_.c:186
#, fuzzy
msgid ""
"You may now choose which services you wish to start at boot time.\n"
@@ -2207,10 +2474,11 @@ msgid ""
"specific service. However, if you are not sure whether a service is useful\n"
"or not, it is safer to leave the default behavior.\n"
"\n"
-"At this stage, be very careful if you intend to use your machine as a\n"
-"server: you will probably not want to start any services that you do not\n"
+"!! At this stage, be very careful if you intend to use your machine as a\n"
+"server: you will probably not want to start any services which you do not\n"
"need. Please remember that several services can be dangerous if they are\n"
-"enabled on a server. In general, select only the services you really need."
+"enabled on a server. In general, select only the services you really need.\n"
+"!!"
msgstr ""
"Teraz by ste mali zvoli sluby, ktor chcete spa pri tarte.\n"
"\n"
@@ -2219,35 +2487,45 @@ msgstr ""
"by ste\n"
"povoli iba sluby ktor naozaj potrebujete. "
-#: ../../help.pm_.c:188
+#: ../../help.pm_.c:203
msgid ""
-"GNU/Linux manages time in GMT (Greenwich Manage Time) and translates it in\n"
-"local time according to the time zone you selected."
+"GNU/Linux manages time in GMT (Greenwich Mean Time) and translates it in\n"
+"local time according to the time zone you selected. It is however possible\n"
+"to deactivate this by deselecting \"Hardware clock set to GMT\" so that the\n"
+"hardware clock is the same as the system clock. This is useful when the\n"
+"machine is hosting another operating system like Windows.\n"
+"\n"
+"The \"Automatic time synchronization\" option will automatically regulate\n"
+"the clock by connecting to a remote time server on the Internet. In the\n"
+"list that is presented, choose a server located near you. Of course you\n"
+"must have a working Internet connection for this feature to work. It will\n"
+"actually install on your machine a time server which can be optionally used\n"
+"by other machines on your local network."
msgstr ""
-#: ../../help.pm_.c:192
+#: ../../help.pm_.c:217
msgid ""
"X (for X Window System) is the heart of the GNU/Linux graphical interface\n"
-"on which all the graphics environments (KDE, Gnome, AfterStep,\n"
-"WindowMaker...) bundled with Mandrake Linux rely. In this section, DrakX\n"
+"on which all the graphical environments (KDE, GNOME, AfterStep,\n"
+"WindowMaker, etc.) bundled with Mandrake Linux rely. In this section, DrakX\n"
"will try to configure X automatically.\n"
"\n"
"It is extremely rare for it to fail, unless the hardware is very old (or\n"
"very new). If it succeeds, it will start X automatically with the best\n"
-"resolution possible depending on the size of the monitor. A window will\n"
+"resolution possible, depending on the size of the monitor. A window will\n"
"then appear and ask you if you can see it.\n"
"\n"
-"If you are doing an \"Expert\" install, you will enter the X configuration\n"
-"wizard. See the corresponding section of the manual for more information\n"
-"about this wizard.\n"
+"If you are doing an \"Expert\" installation, you will enter the X\n"
+"configuration wizard. See the corresponding section of the manual for more\n"
+"information about this wizard.\n"
"\n"
-"If you can see the message and answer \"Yes\", then DrakX will proceed to\n"
-"the next step. If you cannot see the message, it simply means that the\n"
-"configuration was wrong and the test will automatically end after 10\n"
-"seconds, restoring the screen."
+"If you can see the message during the test, and answer \"Yes\", then DrakX\n"
+"will proceed to the next step. If you cannot see the message, it simply\n"
+"means that the configuration was wrong and the test will automatically end\n"
+"after 10 seconds, restoring the screen."
msgstr ""
-#: ../../help.pm_.c:212
+#: ../../help.pm_.c:237
msgid ""
"The first time you try the X configuration, you may not be very satisfied\n"
"with its display (screen is too small, shifted left or right...). Hence,\n"
@@ -2257,11 +2535,11 @@ msgid ""
"\n"
"As a last resort, if you still cannot get X to work, choose \"Change\n"
"graphics card\", select \"Unlisted card\", and when prompted on which\n"
-"server you want, choose \"FBDev\". This is a failsafe option which works\n"
-"with any modern graphics card. Then choose \"Test again\" to be sure."
+"server, choose \"FBDev\". This is a failsafe option which works with any\n"
+"modern graphics card. Then choose \"Test again\" to be sure."
msgstr ""
-#: ../../help.pm_.c:224
+#: ../../help.pm_.c:249
msgid ""
"Finally, you will be asked whether you want to see the graphical interface\n"
"at boot. Note this question will be asked even if you chose not to test the\n"
@@ -2270,17 +2548,16 @@ msgid ""
"configured."
msgstr ""
-#: ../../help.pm_.c:231
+#: ../../help.pm_.c:256
msgid ""
-"The Mandrake Linux CDROM has a built-in rescue mode. You can access it by\n"
-"booting from the CDROM, press the >>F1<< key at boot and type >>rescue<< at\n"
-"the prompt. But in case your computer cannot boot from the CDROM, you\n"
+"The Mandrake LinuxCD-ROM has a built-in rescue mode. You can access it by\n"
+"booting from the CD-ROM, press the >>F1<< key at boot and type >>rescue<<\n"
+"at the prompt. But in case your computer cannot boot from the CD-ROM, you\n"
"should come back to this step for help in at least two situations:\n"
"\n"
-" * when installing the boot loader, DrakX will rewrite the boot sector "
-"(MBR)\n"
-"of your main disk (unless you are using another boot manager) so that you\n"
-"can start up with either Windows or GNU/Linux (assuming you have Windows in\n"
+" * when installing the bootloader, DrakX will rewrite the boot sector (MBR)\n"
+"of your main disk (unless you are using another boot manager), to allow you\n"
+"to start up with either Windows or GNU/Linux (assuming you have Windows in\n"
"your system). If you need to reinstall Windows, the Microsoft install\n"
"process will rewrite the boot sector, and then you will not be able to\n"
"start GNU/Linux!\n"
@@ -2298,25 +2575,26 @@ msgid ""
"the whole disk."
msgstr ""
-#: ../../help.pm_.c:255
+#: ../../help.pm_.c:280
#, fuzzy
msgid ""
-"At this point you need to choose where on your hard drive to install your\n"
-"Mandrake Linux operating system. If your hard drive is empty or if an\n"
-"existing operating system is using all the space available, you will need\n"
-"to partition it. Basically, partitioning a hard drive consists of logically\n"
-"dividing it to create space to install your new Mandrake Linux system.\n"
+"At this point, you need to choose where you want to install the Mandrake\n"
+"Linux operating system on your hard drive. If your hard drive is empty or\n"
+"if an existing operating system is using all the available space, you will\n"
+"need to partition it. Basically, partitioning a hard drive consists of\n"
+"logically dividing it to create space to install your new Mandrake Linux\n"
+"system.\n"
"\n"
-"Because the effects of the partitioning process are usually irreversible,\n"
+"Because the partitioning process' effects are usually irreversible,\n"
"partitioning can be intimidating and stressful if you are an inexperienced\n"
"user. Fortunately, there is a wizard which simplifies this process. Before\n"
"beginning, please consult the manual and take your time.\n"
"\n"
-"If you are running the install in Expert mode, you will enter DiskDrake,\n"
-"the Mandrake Linux partitioning tool, which allows you to fine-tune your\n"
-"partitions. See the DiskDrake chapter of the manual. From the installation\n"
-"interface, you can use the wizards as described here by clicking the\n"
-"\"Wizard\" button of the dialog.\n"
+"If you are running the installation in Expert mode, you will enter\n"
+"DiskDrake, the Mandrake Linux partitioning tool, which allows you to\n"
+"fine-tune your partitions. See the DiskDrake section in the ``User Guide''.\n"
+"From the installation interface, you can use the wizards as described here\n"
+"by clicking the dialog's \"Wizard\" button.\n"
"\n"
"If partitions have already been defined, either from a previous\n"
"installation or from another partitioning tool, simply select those to\n"
@@ -2327,43 +2605,45 @@ msgid ""
"available:\n"
"\n"
" * \"Use free space\": this option will simply lead to an automatic\n"
-"partitioning of your blank drive(s). You will not be prompted further.\n"
+"partitioning of your blank drive(s). You will not be prompted further;\n"
"\n"
" * \"Use existing partition\": the wizard has detected one or more existing\n"
"Linux partitions on your hard drive. If you want to use them, choose this\n"
-"option.\n"
+"option;\n"
"\n"
-" * \"Use the free space on the Windows partition\": if Microsoft Windows is\n"
+" * \"Use the free space on the Windows; partition\": if MicrosoftWindows is\n"
"installed on your hard drive and takes all the space available on it, you\n"
-"have to create free space for Linux data. To do that, you can delete your\n"
-"Microsoft Windows partition and data (see \"Erase entire disk\" or \"Expert\n"
-"mode\" solutions) or resize your Microsoft Windows partition. Resizing can\n"
-"be performed without the loss of any data. This solution is recommended if\n"
-"you want to use both Mandrake Linux and Microsoft Windows on same computer.\n"
+"have to create free space for Linux data. To do so, you can delete your\n"
+"MicrosoftWindows partition and data (see ``Erase entire disk'' or ``Expert\n"
+"mode'' solutions) or resize your MicrosoftWindows partition. Resizing can\n"
+"be performed without the loss of any data, provided you previously\n"
+"defragment the Windows partition. Backing up your data won't hurt either..\n"
+"This solution is recommended if you want to use both Mandrake Linux and\n"
+"MicrosoftWindows on the same computer.\n"
"\n"
" Before choosing this option, please understand that after this "
"procedure,\n"
-"the size of your Microsoft Windows partition will be smaller than at the\n"
-"present time. You will have less free space under Microsoft Windows to\n"
-"store your data or to install new software.\n"
+"the size of your MicrosoftWindows partition will be smaller than at the\n"
+"present time. You will have less free space under MicrosoftWindows to store\n"
+"your data or to install new software;\n"
"\n"
" * \"Erase entire disk\": if you want to delete all data and all partitions\n"
"present on your hard drive and replace them with your new Mandrake Linux\n"
"system, choose this option. Be careful with this solution because you will\n"
-"not be able to revert your choice after confirmation.\n"
+"not be able to revert your choice after you confirm;\n"
"\n"
" !! If you choose this option, all data on your disk will be lost. !!\n"
"\n"
" * \"Remove Windows\": this will simply erase everything on the drive and\n"
"begin fresh, partitioning everything from scratch. All data on your disk\n"
-"will be lost.\n"
+"will be lost;\n"
"\n"
" !! If you choose this option, all data on your disk will be lost. !!\n"
"\n"
" * \"Expert mode\": choose this option if you want to manually partition\n"
-"your hard drive. Be careful - it is a powerful but dangerous choice. You\n"
-"can very easily lose all your data. Hence, do not choose this unless you\n"
-"know what you are doing."
+"your hard drive. Be careful it is a powerful but dangerous choice. You can\n"
+"very easily lose all your data. Hence, do not choose this unless you know\n"
+"what you are doing."
msgstr ""
"Teraz mete zvoli, kam si elte intalova Linux Mandrake.\n"
"Ak je pevn disk przdny, alebo ak in operan systm zaber\n"
@@ -2378,7 +2658,7 @@ msgstr ""
"Potrebujete minimlne dva oddiely. Jeden pre operan systm a jeden\n"
"pre virtulnu pam (tie nazvan swap)."
-#: ../../help.pm_.c:319
+#: ../../help.pm_.c:347
msgid ""
"There you are. Installation is now complete and your GNU/Linux system is\n"
"ready to use. Just click \"OK\" to reboot the system. You can start\n"
@@ -2393,29 +2673,30 @@ msgid ""
"\n"
" Note that two different options are available after clicking the button:\n"
"\n"
-" * \"Replay\". This is a partially automated install as the partitioning\n"
-"step (and only this one) remains interactive.\n"
+" * \"Replay\". This is a partially automated installation as the\n"
+"partitioning step (and only this one) remains interactive;\n"
"\n"
-" * \"Automated\". Fully automated install: the hard disk is completely\n"
+" * \"Automated\". Fully automated installation: the hard disk is "
+"completely\n"
"rewritten, all data is lost.\n"
"\n"
" This feature is very handy when installing a great number of similar\n"
-"machines. See the Auto install section at our web site.\n"
+"machines. See the Auto install section on our web site;\n"
"\n"
-" * \"Save packages selection\"(*): saves the packages selection as made\n"
+" * \"Save packages selection\"(*): saves the package selection as done\n"
"previously. Then, when doing another installation, insert the floppy inside\n"
-"the driver and run the installation going to the help screen by pressing on\n"
+"the drive and run the installation going to the help screen by pressing on\n"
"the [F1] key, and by issuing >>linux defcfg=\"floppy\"<<.\n"
"\n"
"(*) You need a FAT-formatted floppy (to create one under GNU/Linux, type\n"
"\"mformat a:\")"
msgstr ""
-#: ../../help.pm_.c:350
+#: ../../help.pm_.c:378
#, fuzzy
msgid ""
"Any partitions that have been newly defined must be formatted for use\n"
-"(formatting means creating a file system).\n"
+"(formatting means creating a filesystem).\n"
"\n"
"At this time, you may wish to reformat some already existing partitions to\n"
"erase any data they contain. If you wish to do that, please select those\n"
@@ -2429,7 +2710,7 @@ msgid ""
"\n"
"Please be careful when selecting partitions. After formatting, all data on\n"
"the selected partitions will be deleted and you will not be able to recover\n"
-"any of them.\n"
+"any of it.\n"
"\n"
"Click on \"OK\" when you are ready to format partitions.\n"
"\n"
@@ -2437,7 +2718,7 @@ msgid ""
"Mandrake Linux operating system installation.\n"
"\n"
"Click on \"Advanced\" if you wish to select partitions that will be checked\n"
-"for bad blocks on the disc."
+"for bad blocks on the disk."
msgstr ""
"Kad novo definovan diskov oddiel mus by naformtovan.\n"
"Formtovanie znamen vytvranie sborovho systmu.\n"
@@ -2466,8 +2747,7 @@ msgstr ""
"\n"
"Kliknite na \"Zru\" ak chcete zvoli in oddiely pre intalciu."
-#: ../../help.pm_.c:376
-#, fuzzy
+#: ../../help.pm_.c:404
msgid ""
"Your new Mandrake Linux operating system is currently being installed.\n"
"Depending on the number of packages you will be installing and the speed of\n"
@@ -2476,83 +2756,110 @@ msgid ""
"\n"
"Please be patient."
msgstr ""
-"V nov Mandrake Linux operan systm sa teraz intaluje.\n"
-"Tto opercia me trva niekoko mint v zvislosti na mnostve balkov\n"
-"ktor ste zvolili.\n"
+"Teraz sa intaluje v nov operan systm Linux Mandrake.\n"
+"V zvislosti na mnostve balkov a rchlosti vho potaa\n"
+"me tto opercia trva od niekokch mint a po rdovo hodiny.\n"
"\n"
"Prosm bute trpezliv."
-#: ../../help.pm_.c:384
-#, fuzzy
+#: ../../help.pm_.c:412
msgid ""
-"Before continuing you should read carefully the terms of the license. It\n"
+"At the time you are installing Mandrake Linux, it is likely that some\n"
+"packages have been updated since the initial release. Some bugs may have\n"
+"been fixed, and security issues solved. To allow you to benefit from these\n"
+"updates, you are now proposed to download them from the Internet. Choose\n"
+"\"Yes\" if you have a working Internet connection, or \"No\" if you prefer\n"
+"to install updated packages later.\n"
+"\n"
+"Choosing \"Yes\" displays a list of places from which updates can be\n"
+"retrieved. Choose the one nearest you. Then a package-selection tree\n"
+"appears: review the selection, and press \"Install\" to retrieve and\n"
+"install the selected package(s), or \"Cancel\" to abort."
+msgstr ""
+
+#: ../../help.pm_.c:425
+msgid ""
+"Before continuing, you should read carefully the terms of the license. It\n"
"covers the whole Mandrake Linux distribution, and if you do not agree with\n"
"all the terms in it, click on the \"Refuse\" button which will immediately\n"
-"terminate the installation. To continue with the installation, click the\n"
+"terminate the installation. To continue with the installation, click on the\n"
"\"Accept\" button."
msgstr ""
-"Pred tm, ne budete pokraova, mali by ste si pozorne preta podmienky\n"
-"licencie. Pokrvaj cel distribciu Linux Mandrake a ak neshlaste so "
-"vetkmi\n"
-"kliknite na tlaitlo Refuse. To okamite ukon intalciu. Pre "
-"pokraovanie \n"
-"v intalcii stlate tlaidlo Accept."
+"Pred tm, ne budete pokraova, mali by ste si pozorne preta\n"
+"licenn podmienky. Pokrvaj cel distribciu Linux Mandrake\n"
+"a ak neshlaste so vetkmi z nich kliknite na tlaitlo \"Odmietni\".\n"
+"To okamite ukon intalciu. Pre pokraovanie v intalcii\n"
+"stlate tlaidlo \"Akceptuj\"."
-#: ../../help.pm_.c:391
+#: ../../help.pm_.c:432
msgid ""
"At this point, it is time to choose the security level desired for the\n"
"machine. As a rule of thumb, the more exposed the machine is, and the more\n"
"the data stored in it is crucial, the higher the security level should be.\n"
-"However, a higher security level is generally obtained at the expenses of\n"
-"easiness of use. Refer to the MSEC chapter of the ``Reference Manual'' to\n"
-"get more information about the meaning of these levels.\n"
+"However, a higher security level is generally obtained at the expense of\n"
+"easiness of use. Refer to the \"msec\" chapter of the ``Reference Manual''\n"
+"to get more information about the meaning of these levels.\n"
"\n"
"If you do not know what to choose, keep the default option."
msgstr ""
-#: ../../help.pm_.c:401
+#: ../../help.pm_.c:442
msgid ""
-"At this point, you need to choose what partition(s) will be used for the\n"
-"installation of your Mandrake Linux system. If partitions have been already\n"
+"At this point, you need to choose which partition(s) will be used for the\n"
+"installation of your Mandrake Linux system. If partitions have already been\n"
"defined, either from a previous installation of GNU/Linux or from another\n"
-"partitioning tool, you can use existing partitions. Otherwise hard drive\n"
+"partitioning tool, you can use existing partitions. Otherwise, hard drive\n"
"partitions must be defined.\n"
"\n"
"To create partitions, you must first select a hard drive. You can select\n"
-"the disk for partitioning by clicking on \"hda\" for the first IDE drive,\n"
-"\"hdb\" for the second, \"sda\" for the first SCSI drive and so on.\n"
+"the disk for partitioning by clicking on ``hda'' for the first IDE drive,\n"
+"``hdb'' for the second, ``sda'' for the first SCSI drive and so on.\n"
"\n"
"To partition the selected hard drive, you can use these options:\n"
"\n"
" * \"Clear all\": this option deletes all partitions on the selected hard\n"
-"drive.\n"
+"drive;\n"
+"\n"
+" * \"Auto allocate\": this option enables to automatically create \"Ext2\"\n"
+"and swap partitions in free space of your hard drive;\n"
+"\n"
+" * \"More\": gives access to additional features:\n"
+"\n"
+" * \"Save partition table\": saves the partition table to a floppy. "
+"Useful\n"
+"for later partition-table recovery if necessary. It is strongly recommended\n"
+"to perform this step;\n"
"\n"
-" * \"Auto allocate\": this option allows you to automatically create Ext2\n"
-"and swap partitions in free space of your hard drive.\n"
+" * \"Restore partition table\": allows to restore a previously saved\n"
+"partition table from floppy disk;\n"
"\n"
-" * \"Rescue partition table\": if your partition table is damaged, you can\n"
+" * \"Rescue partition table\": if your partition table is damaged, you "
+"can\n"
"try to recover it using this option. Please be careful and remember that it\n"
-"can fail.\n"
+"can fail;\n"
"\n"
-" * \"Undo\": use this option to cancel your changes.\n"
+" * \"Reload partition table\": discards all changes and loads your "
+"initial\n"
+"partition table;\n"
"\n"
-" * \"Reload\": you can use this option if you wish to undo all changes and\n"
-"load your initial partitions table.\n"
+" * \"Removable media automounting\": unchecking this option will force "
+"users\n"
+"to manually mount and unmount removable medias such as floppies and\n"
+"CD-ROMs.\n"
"\n"
" * \"Wizard\": use this option if you wish to use a wizard to partition "
"your\n"
"hard drive. This is recommended if you do not have a good knowledge of\n"
-"partitioning.\n"
+"partitioning;\n"
"\n"
-" * \"Restore from floppy\": this option will allow you to restore a\n"
-"previously saved partition table from floppy disk.\n"
+" * \"Undo\": use this option to cancel your changes;\n"
"\n"
-" * \"Save to floppy\": saves the partition table to a floppy. Useful for\n"
-"later partition-table recovery if necessary. It is strongly recommended to\n"
-"perform this step.\n"
+" * \"Toggle to normal/expert mode\": allows additional actions on "
+"partitions\n"
+"(type, options, format) and gives more information;\n"
"\n"
-" * \"Done\": when you have finished partitioning your hard drive, this will\n"
-"save your changes back to disc.\n"
+" * \"Done\": when you are finished partitioning your hard drive, this will\n"
+"save your changes back to disk.\n"
"\n"
"Note: you can reach any option using the keyboard. Navigate through the\n"
"partitions using [Tab] and [Up/Down] arrows.\n"
@@ -2565,17 +2872,20 @@ msgid ""
"\n"
" * Ctrl-m to set the mount point.\n"
"\n"
+"To get information about the different filesystem types available, please\n"
+"read the ext2fs chapter from the ``Reference Manual''.\n"
+"\n"
"If you are installing on a PPC machine, you will want to create a small HFS\n"
-"\"bootstrap\" partition of at least 1MB which will be used by the yaboot\n"
-"boot loader. If you opt to make the partition a bit larger, say 50MB, you\n"
+"``bootstrap'' partition of at least 1MB, which will be used by the yaboot\n"
+"bootloader. If you opt to make the partition a bit larger, say 50MB, you\n"
"may find it a useful place to store a spare kernel and ramdisk images for\n"
"emergency boot situations."
msgstr ""
-#: ../../help.pm_.c:460
+#: ../../help.pm_.c:513
msgid ""
-"More than one Microsoft Windows partition has been detected on your hard\n"
-"drive. Please choose the one you want resize in order to install your new\n"
+"More than one Microsoft partition has been detected on your hard drive.\n"
+"Please choose the one you want to resize in order to install your new\n"
"Mandrake Linux operating system.\n"
"\n"
"Each partition is listed as follows: \"Linux name\", \"Windows name\"\n"
@@ -2590,11 +2900,11 @@ msgid ""
"\"Hard drive number\" is always a letter after \"hd\" or \"sd\". With IDE\n"
"hard drives:\n"
"\n"
-" * \"a\" means \"master hard drive on the primary IDE controller\",\n"
+" * \"a\" means \"master hard drive on the primary IDE controller\";\n"
"\n"
-" * \"b\" means \"slave hard drive on the primary IDE controller\",\n"
+" * \"b\" means \"slave hard drive on the primary IDE controller\";\n"
"\n"
-" * \"c\" means \"master hard drive on the secondary IDE controller\",\n"
+" * \"c\" means \"master hard drive on the secondary IDE controller\";\n"
"\n"
" * \"d\" means \"slave hard drive on the secondary IDE controller\".\n"
"\n"
@@ -2605,38 +2915,48 @@ msgid ""
"disk or partition is called \"C:\")."
msgstr ""
-#: ../../help.pm_.c:491
+#: ../../help.pm_.c:544
msgid "Please be patient. This operation can take several minutes."
-msgstr ""
+msgstr "Prosm bute trpezliv. Tto opercia me trva niekoko mint."
-#: ../../help.pm_.c:494
+#: ../../help.pm_.c:547
#, fuzzy
msgid ""
"DrakX now needs to know if you want to perform a default (\"Recommended\")\n"
-"installation or if you want to have greater control (\"Expert\"). You also\n"
-"have the choice of performing a new install or an upgrade of an existing\n"
-"Mandrake Linux system. Clicking \"Install\" will completely wipe out the\n"
-"old system. Select \"Upgrade\" if you are upgrading or repairing an\n"
-"existing system.\n"
-"\n"
-"Please choose \"Install\" if there are no previous version of Mandrake\n"
-"Linux installed or if you wish to boot between various operating systems.\n"
+"installation or if you want to have greater control (\"Expert\"). You can\n"
+"also choose to do a new install or an upgrade of an existing Mandrake Linux\n"
+"system:\n"
+"\n"
+" * \"Install\": completely wipes out the old system. In fact, depending on\n"
+"what currently holds your machine, you will be able to keep some old (Linux\n"
+"or other) partitions unchanged;\n"
+"\n"
+" * \"Upgrade\": this installation class allows to simply update the "
+"packages\n"
+"currently installed on your Mandrake Linux system. It keeps the current\n"
+"partitions of your hard drives as well as user configurations. All other\n"
+"configuration steps remain available with respect to plain installation;\n"
+"\n"
+" * \"Upgrade Packages Only\": this brand new class allows to upgrade an\n"
+"existing Mandrake Linux system while keeping all system configurations\n"
+"unchanged. Adding new packages to the current installation is also\n"
+"possible.\n"
"\n"
-"Please choose \"Update\" if you wish to update or repair an already\n"
-"installed version of Mandrake Linux.\n"
+"Upgrades should work fine for Mandrake Linux systems starting from \"8.1\"\n"
+"release.\n"
"\n"
-"Depending on your knowledge of GNU/Linux, please choose one of the\n"
-"following to install or update your Mandrake Linux operating system:\n"
+"Depending on your knowledge of GNU/Linux, select one of the following\n"
+"choices:\n"
"\n"
" * Recommended: choose this if you have never installed a GNU/Linux\n"
"operating system. The installation will be very easy and you will only be\n"
-"asked a few questions.\n"
+"asked a few questions;\n"
"\n"
" * Expert: if you have a good knowledge of GNU/Linux, you can choose this\n"
"installation class. The expert installation will allow you to perform a\n"
-"highly customized installation. Answering some of the questions can be\n"
-"difficult if you do not have a good knowledge of GNU/Linux so do not choose\n"
-"this unless you know what you are doing."
+"highly-customized installation. Answering some of the questions can be\n"
+"difficult if you do not have a good knowledge of GNU/Linux, so do not\n"
+"choose this unless you know what you are doing."
msgstr ""
"Prosm zvote \"Install\" ak nemte naintalovan predol verziu Mandrake "
"Linux-u\n"
@@ -2672,10 +2992,10 @@ msgstr ""
"rove intalcie pokia sa v \n"
" GNU/Linux-e naozaj nevyznte."
-#: ../../help.pm_.c:521
+#: ../../help.pm_.c:583
msgid ""
"Normally, DrakX selects the right keyboard for you (depending on the\n"
-"language you have chosen) and you will not even see this step. However, you\n"
+"language you have chosen) and you won't even see this step. However, you\n"
"might not have a keyboard that corresponds exactly to your language: for\n"
"example, if you are an English speaking Swiss person, you may still want\n"
"your keyboard to be a Swiss keyboard. Or if you speak English but are\n"
@@ -2687,7 +3007,7 @@ msgid ""
"supported keyboards."
msgstr ""
-#: ../../help.pm_.c:534
+#: ../../help.pm_.c:596
msgid ""
"Please choose your preferred language for installation and system usage.\n"
"\n"
@@ -2696,50 +3016,53 @@ msgid ""
"will install the language-specific files for system documentation and\n"
"applications. For example, if you will host users from Spain on your\n"
"machine, select English as the main language in the tree view and in the\n"
-"Advanced section click on the grey star corresponding to \"Spanish|Spain\".\n"
+"Advanced section click on the box corresponding to \"Spanish|Spain\".\n"
"\n"
"Note that multiple languages may be installed. Once you have selected any\n"
-"additional locales click the \"OK\" button to continue."
+"additional locales, click the \"OK\" button to continue."
msgstr ""
-#: ../../help.pm_.c:547
+#: ../../help.pm_.c:609
msgid ""
-"By default, DrakX assumes you have a two-button mouse and will set it up\n"
-"for third-button emulation. DrakX will automatically know whether it is a\n"
-"PS/2, serial or USB mouse.\n"
+"DrakX generally detects the number of buttons your mouse has. If not, it\n"
+"assumes you have a two-button mouse and will set it up for third-button\n"
+"emulation. DrakX will automatically know whether it is a PS/2, serial or\n"
+"USB mouse.\n"
"\n"
"If you wish to specify a different type of mouse select the appropriate\n"
-"type from the list provided.\n"
+"type from the provided list.\n"
"\n"
-"If you choose a mouse other than the default you will be presented with a\n"
-"mouse test screen. Use the buttons and wheel to verify that the settings\n"
-"are good. If the mouse is not working correctly press the space bar or\n"
-"RETURN to \"Cancel\" and choose again."
+"If you choose a mouse other than the default, a test screen will be\n"
+"displayed. Use the buttons and wheel to verify that the settings are\n"
+"correct. If the mouse is not working well, press the space bar or [Return]\n"
+"to \"Cancel\" and choose again."
msgstr ""
-#: ../../help.pm_.c:560
+#: ../../help.pm_.c:623
msgid ""
-"Please select the correct port. For example, the COM1 port under MS Windows\n"
-"is named ttyS0 under GNU/Linux."
+"Please select the correct port. For example, the \"COM1\" port under\n"
+"Windows is named \"ttyS0\" under GNU/Linux."
msgstr ""
+"Prosm zvote sprvny port. Naprklad COM1 pod MS Windows sa v\n"
+"GNU/Linux nazva ttyS0."
-#: ../../help.pm_.c:564
+#: ../../help.pm_.c:627
msgid ""
"This is the most crucial decision point for the security of your GNU/Linux\n"
"system: you have to enter the \"root\" password. \"root\" is the system\n"
"administrator and is the only one authorized to make updates, add users,\n"
"change the overall system configuration, and so on. In short, \"root\" can\n"
"do everything! That is why you must choose a password that is difficult to\n"
-"guess - DrakX will tell you if it is too easy. As you can see, you can\n"
-"choose not to enter a password, but we strongly advise you against this if\n"
-"only for one reason: do not think that because you booted GNU/Linux that\n"
-"your other operating systems are safe from mistakes. Since \"root\" can\n"
-"overcome all limitations and unintentionally erase all data on partitions\n"
-"by carelessly accessing the partitions themselves, it is important for it\n"
-"to be difficult to become \"root\".\n"
+"guess DrakX will tell you if it is too easy. As you can see, you can choose\n"
+"not to enter a password, but we strongly advise you against this if only\n"
+"for one reason: do not think that because you booted GNU/Linux that your\n"
+"other operating systems are safe from mistakes. Since \"root\" can overcome\n"
+"all limitations and unintentionally erase all data on partitions by\n"
+"carelessly accessing the partitions themselves, it is important for it to\n"
+"be difficult to become \"root\".\n"
"\n"
"The password should be a mixture of alphanumeric characters and at least 8\n"
-"characters long. Never write down the \"root\" password - it makes it too\n"
+"characters long. Never write down the \"root\" password it makes it too\n"
"easy to compromise a system.\n"
"\n"
"However, please do not make the password too long or complicated because\n"
@@ -2748,12 +3071,12 @@ msgid ""
"The password will not be displayed on screen as you type it in. Hence, you\n"
"will have to type the password twice to reduce the chance of a typing\n"
"error. If you do happen to make the same typing error twice, this\n"
-"\"incorrect\" password will have to be used the first time you connect.\n"
+"``incorrect'' password will have to be used the first time you connect.\n"
"\n"
-"In expert mode, you will be asked if you will be connecting to an\n"
+"In Expert mode, you will be asked if you will be connecting to an\n"
"authentication server, like NIS or LDAP.\n"
"\n"
-"If your network uses LDAP (or NIS) protocol for authentication, select\n"
+"If your network uses the LDAP (or NIS) protocol for authentication, select\n"
"\"LDAP\" (or \"NIS\") as authentication. If you do not know, ask your\n"
"network administrator.\n"
"\n"
@@ -2761,60 +3084,60 @@ msgid ""
"want to choose \"Local files\" for authentication."
msgstr ""
-#: ../../help.pm_.c:600
+#: ../../help.pm_.c:663
msgid ""
-"LILO and GRUB are boot loaders for GNU/Linux. This stage, normally, is\n"
-"totally automated. In fact, DrakX analyzes the disk boot sector and acts\n"
+"LILO and grub are GNU/Linux bootloaders. This stage, normally, is totally\n"
+"automated. In fact, DrakX analyzes the disk boot sector and acts\n"
"accordingly, depending on what it finds here:\n"
"\n"
-" * if Windows boot sector is found, it will replace it with a GRUB/LILO "
-"boot\n"
-"sector. Hence, you will be able to load either GNU/Linux or another OS;\n"
+" * if a Windows boot sector is found, it will replace it with a grub/LILO\n"
+"boot sector. Hence, you will be able to load either GNU/Linux or another\n"
+"OS;\n"
"\n"
-" * if a GRUB or LILO boot sector is found, it will replace it with a new\n"
-"one;\n"
+" * if a grub or LILO boot sector is found, it will replace it with a new\n"
+"one.\n"
"\n"
"If in doubt, DrakX will display a dialog with various options.\n"
"\n"
-" * \"Boot loader to use\": you have three choices:\n"
+" * \"Bootloader to use\": you have three choices:\n"
+"\n"
+" * \"GRUB\": if you prefer grub (text menu).\n"
"\n"
" * \"LILO with graphical menu\": if you prefer LILO with its graphical\n"
"interface.\n"
"\n"
-" * \"GRUB\": if you prefer GRUB (text menu).\n"
-"\n"
" * \"LILO with text menu\": if you prefer LILO with its text menu "
"interface.\n"
"\n"
" * \"Boot device\": in most cases, you will not change the default\n"
-"(\"/dev/hda\"), but if you prefer, the boot loader can be installed on the\n"
-"second hard drive (\"/dev/hdb\"), or even on a floppy disk (\"/dev/fd0\").\n"
+"(\"/dev/hda\"), but if you prefer, the bootloader can be installed on the\n"
+"second hard drive (\"/dev/hdb\"), or even on a floppy disk (\"/dev/fd0\");\n"
"\n"
" * \"Delay before booting the default image\": when rebooting the computer,\n"
-"this is the delay granted to the user to choose - in the boot loader menu,\n"
+"this is the delay granted to the user to choose in the bootloader menu,\n"
"another boot entry than the default one.\n"
"\n"
-"!! Beware that if you choose not to install a boot loader (by selecting\n"
+"!! Beware that if you choose not to install a bootloader (by selecting\n"
"\"Cancel\" here), you must ensure that you have a way to boot your Mandrake\n"
-"Linux system! Also be sure you know what you do before changing any of the\n"
+"Linux system! Also, be sure you know what you do before changing any of the\n"
"options. !!\n"
"\n"
"Clicking the \"Advanced\" button in this dialog will offer many advanced\n"
"options, which are reserved to the expert user.\n"
"\n"
-"Mandrake Linux installs its own boot loader, which will let you boot either\n"
-"GNU/Linux or any other operating systems which you have on your system.\n"
+"After you have configured the general bootloader parameters, the list of\n"
+"boot options which will be available at boot time will be displayed.\n"
"\n"
-"If there is another operating system installed on your machine, it will be\n"
-"automatically added to the boot menu. Here, you can choose to fine-tune the\n"
-"existing options. Double-clicking on an existing entry allows you to change\n"
-"its parameters or remove it; \"Add\" creates a new entry; and \"Done\" goes\n"
-"on to the next installation step."
+"If there is another operating system installed on your machine, it will\n"
+"automatically be added to the boot menu. Here, you can choose to fine-tune\n"
+"the existing options. Select an entry and click \"Modify\" to modify or\n"
+"remove it; \"Add\" creates a new entry; and \"Done\" goes on to the next\n"
+"installation step."
msgstr ""
-#: ../../help.pm_.c:647
+#: ../../help.pm_.c:711
msgid ""
-"LILO (the LInux LOader) and GRUB are boot loaders: they are able to boot\n"
+"LILO (the LInux LOader) and grub are bootloaders: they are able to boot\n"
"either GNU/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"
@@ -2825,7 +3148,7 @@ msgid ""
"you will need a boot disk in order to boot those other operating systems!"
msgstr ""
-#: ../../help.pm_.c:658
+#: ../../help.pm_.c:722
msgid ""
"You must indicate where you wish to place the information required to boot\n"
"to GNU/Linux.\n"
@@ -2833,66 +3156,69 @@ msgid ""
"Unless you know exactly what you are doing, choose \"First sector of drive\n"
"(MBR)\"."
msgstr ""
+"Muste sa rozhodn, kam umiestni informcie potrebn pre spustenie\n"
+"systmu.\n"
+"Pokia presne neviete o robi zvote \"Prv sektor disku (MBR)\"."
-#: ../../help.pm_.c:665
+#: ../../help.pm_.c:729
msgid ""
-"Here we select a printing system for your computer to use. Other OSes may\n"
-"offer you one, but Mandrake offers three.\n"
+"Here, we select a printing system for your computer. Other OSs may offer\n"
+"you one, but Mandrake Linux offers three.\n"
"\n"
-" * \"pdq\" - which means ``print, don't queue'', is the choice if you have "
-"a\n"
+" * \"pdq\" which means ``print, don't queue'', is the choice if you have a\n"
"direct connection to your printer and you want to be able to panic out of\n"
-"printer jams, and you do not have any networked printers. It will handle\n"
-"only very simple network cases and is somewhat slow for networks. Pick\n"
-"\"pdq\" if this is your maiden voyage to GNU/Linux. You can change your\n"
-"choices after install by running PrinterDrake from the Mandrake Control\n"
-"Center and clicking the expert button.\n"
-"\n"
-" * \"CUPS\" - ``Common Unix Printing System'' is excellent at printing to\n"
-"your local printer and also halfway round the planet. It is simple and can\n"
-"act like a server or a client for the ancient \"lpd\" printing system, so\n"
-"it is compatible with the systems that went before. It can do many tricks,\n"
-"but the basic setup is almost as easy as \"pdq\". If you need this to\n"
-"emulate an \"lpd\" server, you must turn on the \"cups-lpd\" daemon. It has\n"
+"printer jams, and you do not have networked printers. It will handle only\n"
+"very simple network cases and is somewhat slow for networks. Pick \"pdq\"\n"
+"if this is your maiden voyage to GNU/Linux. You can change your choices\n"
+"after installation by running PrinterDrake from the Mandrake Control Center\n"
+"and clicking the expert button.\n"
+"\n"
+" * \"CUPS\"``Common Unix Printing System'', is excellent at printing to "
+"your\n"
+"local printer and also halfway-around the planet. It is simple and can act\n"
+"as a server or a client for the ancient \"lpd\" printing system. Hence, it\n"
+"is compatible with the systems that went before. It can do many tricks, but\n"
+"the basic setup is almost as easy as \"pdq\". If you need this to emulate\n"
+"an \"lpd\" server, you must turn on the \"cups-lpd\" daemon. It has\n"
"graphical front-ends for printing or choosing printer options.\n"
"\n"
-" * \"lprNG\" - ``line printer daemon New Generation''. This system can do\n"
+" * \"lprNG\"``line printer daemon New Generation''. This system can do\n"
"approximately the same things the others can do, but it will print to\n"
-"printers mounted on a Novell Network, because it supports IPX protocol, and\n"
-"it can print directly to shell commands. If you have need of Novell or\n"
+"printers mounted on a Novell Network, because it supports the IPX protocol,\n"
+"and it can print directly to shell commands. If you have need of Novell or\n"
"printing to commands without using a separate pipe construct, use lprNG.\n"
"Otherwise, CUPS is preferable as it is simpler and better at working over\n"
"networks."
msgstr ""
-#: ../../help.pm_.c:693
+#: ../../help.pm_.c:757
#, fuzzy
msgid ""
-"DrakX is now detecting any IDE devices present in your computer. It will\n"
-"also scan for one or more PCI SCSI card(s) on your system. If a SCSI card\n"
-"is found DrakX will automatically install the appropriate driver.\n"
+"DrakX now detects any IDE device present in your computer. It will also\n"
+"scan for one or more PCI SCSI card(s) on your system. If a SCSI card is\n"
+"found, DrakX will automatically install the appropriate driver.\n"
"\n"
-"Because hardware detection will sometimes not detect a piece of hardware\n"
+"Because hardware detection does not always detect a piece of hardware,\n"
"DrakX will ask you to confirm if a PCI SCSI card is present. Click \"Yes\"\n"
"if you know that there is a SCSI card installed in your machine. You will\n"
"be presented a list of SCSI cards to choose from. Click \"No\" if you have\n"
-"no SCSI hardware. If you are unsure you can check the list of hardware\n"
+"no SCSI hardware. If you are unsure, you can check the list of hardware\n"
"detected in your machine by selecting \"See hardware info\" and clicking\n"
"\"OK\". Examine the list of hardware and then click on the \"OK\" button to\n"
"return to the SCSI interface question.\n"
"\n"
"If you have to manually specify your adapter, DrakX will ask if you want to\n"
"specify options for it. You should allow DrakX to probe the hardware for\n"
-"the card-specific options that the hardware needs to initialize. This\n"
+"the card-specific options which the hardware needs to initialize. This\n"
"usually works well.\n"
"\n"
-"If DrakX is not able to probe for the options that need to be passed, you\n"
-"will need to manually provide options to the driver. Please review the\n"
-"``User Guide'' (chapter 3, section \"Collecting information on your\n"
-"hardware\") for hints on retrieving the parameters required from hardware\n"
-"documentation, from the manufacturer's web site (if you have Internet\n"
-"access) or from Microsoft Windows (if you used this hardware with Windows\n"
-"on your system)."
+"If DrakX is not able to probe for the options which need to be passed, you\n"
+"will need to provide options to the driver manually. Please review the\n"
+"``User Guide'' (chapter 3, in the ``Collecting Information on Your\n"
+"Hardware'' section) for hints on retrieving the parameters required from\n"
+"hardware documentation, from the manufacturer's web site (if you have\n"
+"Internet access) or from MicrosoftWindows (if you used this hardware with\n"
+"Windows on your system)."
msgstr ""
"DrakX sa poksi vyhada PCI SCSI radie. Ak DrakX njde SCSI\n"
"adaptr a rozpozn ak ovlda poui, bude automaticky naintalovan.\n"
@@ -2908,23 +3234,24 @@ msgstr ""
"pecifikova jeho parametre. Taktie budete musie dovoli test hardvru\n"
"na funknos ovldaa a jeho parametrov."
-#: ../../help.pm_.c:720
+#: ../../help.pm_.c:784
msgid ""
"You can add additional entries for yaboot, either for other operating\n"
"systems, alternate kernels, or for an emergency boot image.\n"
"\n"
-"For other OS's, the entry consists only of a label and the root partition.\n"
+"For other OSs, the entry consists only of a label and the \"root\"\n"
+"partition.\n"
"\n"
"For Linux, there are a few possible options:\n"
"\n"
" * Label: this is simply the name you will have to type at the yaboot "
"prompt\n"
-"to select this boot option.\n"
+"to select this boot option;\n"
"\n"
" * Image: this would be the name of the kernel to boot. Typically, vmlinux\n"
-"or a variation of vmlinux with an extension.\n"
+"or a variation of vmlinux with an extension;\n"
"\n"
-" * Root: the \"root\" device or \"/\" for your Linux installation.\n"
+" * Root: the \"root\" device or ``/'' for your Linux installation;\n"
"\n"
" * Append: on Apple hardware, the kernel append option is used quite often\n"
"to assist in initializing video hardware, or to enable keyboard mouse\n"
@@ -2938,102 +3265,100 @@ msgid ""
"\n"
" * Initrd: this option can be used either to load initial modules, before\n"
"the boot device is available, or to load a ramdisk image for an emergency\n"
-"boot situation.\n"
+"boot situation;\n"
"\n"
" * Initrd-size: the default ramdisk size is generally 4,096 bytes. If you\n"
-"need to allocate a large ramdisk, this option can be used.\n"
+"need to allocate a large ramdisk, this option can be used;\n"
"\n"
" * Read-write: normally the \"root\" partition is initially brought up in\n"
-"read-only, to allow a file system check before the system becomes \"live\".\n"
-"Here, you can override this option.\n"
+"read-only, to allow a file system check before the system becomes ``live''.\n"
+"Here, you can override this option;\n"
"\n"
" * NoVideo: should the Apple video hardware prove to be exceptionally\n"
-"problematic, you can select this option to boot in \"novideo\" mode, with\n"
-"native frame buffer support.\n"
+"problematic, you can select this option to boot in ``novideo'' mode, with\n"
+"native frame buffer support;\n"
"\n"
" * Default: selects this entry as being the default Linux selection,\n"
"selectable by just pressing ENTER at the yaboot prompt. This entry will\n"
-"also be highlighted with a \"*\", if you press [Tab] to see the boot\n"
+"also be highlighted with a ``*'', if you press [Tab] to see the boot\n"
"selections."
msgstr ""
-#: ../../help.pm_.c:765
+#: ../../help.pm_.c:830
msgid ""
-"Yaboot is a boot loader for NewWorld MacIntosh hardware. It is able to boot\n"
+"Yaboot is a bootloader for NewWorld MacIntosh hardware. It is able to boot\n"
"either GNU/Linux, MacOS or MacOSX if present on your computer. Normally,\n"
"these other operating systems are correctly detected and installed. If this\n"
-"is not the case, you can add an entry by hand in this screen. Be careful as\n"
-"to choose the correct parameters.\n"
+"is not the case, you can add an entry by hand in this screen. Be careful to\n"
+"choose the correct parameters.\n"
"\n"
"Yaboot's main options are:\n"
"\n"
-" * Init Message: a simple text message that is displayed before the boot\n"
-"prompt.\n"
+" * Init Message: a simple text message displayed before the boot prompt;\n"
"\n"
-" * Boot Device: indicate where you want to place the information required "
-"to\n"
-"boot to GNU/Linux. Generally, you setup a bootstrap partition earlier to\n"
-"hold this information.\n"
+" * Boot Device: indicates where you want to place the information required\n"
+"to boot to GNU/Linux. Generally, you set up a bootstrap partition earlier\n"
+"to hold this information;\n"
"\n"
" * Open Firmware Delay: unlike LILO, there are two delays available with\n"
"yaboot. The first delay is measured in seconds and at this point, you can\n"
-"choose between CD, OF boot, MacOS or Linux.\n"
+"choose between CD, OF boot, MacOS or Linux;\n"
"\n"
" * Kernel Boot Timeout: this timeout is similar to the LILO boot delay.\n"
"After selecting Linux, you will have this delay in 0.1 second before your\n"
-"default kernel description is selected.\n"
+"default kernel description is selected;\n"
"\n"
-" * Enable CD Boot?: checking this option allows you to choose \"C\" for CD\n"
-"at the first boot prompt.\n"
+" * Enable CD Boot?: checking this option allows you to choose ``C'' for CD\n"
+"at the first boot prompt;\n"
"\n"
-" * Enable OF Boot?: checking this option allows you to choose \"N\" for "
+" * Enable OF Boot?: checking this option allows you to choose ``N'' for "
"Open\n"
-"Firmware at the first boot prompt.\n"
+"Firmware at the first boot prompt;\n"
"\n"
" * Default OS: you can select which OS will boot by default when the Open\n"
"Firmware Delay expires."
msgstr ""
-#: ../../help.pm_.c:798
+#: ../../help.pm_.c:862
msgid ""
"Here are presented various parameters concerning your machine. Depending on\n"
-"your installed hardware, you may - or not, see the following entries:\n"
+"your installed hardware, you may or not, see the following entries:\n"
"\n"
-" * \"Mouse\": mouse check the current mouse configuration and click on the\n"
-"button to change it if necessary.\n"
+" * \"Mouse\": check the current mouse configuration and click on the button\n"
+"to change it if necessary;\n"
"\n"
-" * \"Keyboard\": keyboard check the current keyboard map configuration and\n"
-"click on the button to change that if necessary.\n"
+" * \"Keyboard\": check the current keyboard map configuration and click on\n"
+"the button to change that if necessary;\n"
"\n"
-" * \"Timezone\": time zoneDrakX, by default, guesses your time zone from "
-"the\n"
-"language you have chosen. But here again, as for the choice of a keyboard,\n"
-"you may not be in the country for which the chosen language should\n"
-"correspond. Hence, you may need to click on the \"Timezone\" button in\n"
-"order to configure the clock according to the time zone you are in.\n"
+" * \"Timezone\": DrakX, by default, guesses your time zone from the "
+"language\n"
+"you have chosen. But here again, as for the choice of a keyboard, you may\n"
+"not be in the country for which the chosen language should correspond.\n"
+"Hence, you may need to click on the \"Timezone\" button in order to\n"
+"configure the clock according to the time zone you are in;\n"
"\n"
" * \"Printer\": clicking on the \"No Printer\" button will open the printer\n"
-"configuration wizard.\n"
+"configuration wizard;\n"
"\n"
" * \"Sound card\": if a sound card is detected on your system, it is\n"
-"displayed here. No modification possible at installation time.\n"
+"displayed here. No modification possible at installation time;\n"
"\n"
" * \"TV card\": if a TV card is detected on your system, it is displayed\n"
-"here. No modification possible at installation time.\n"
+"here. No modification possible at installation time;\n"
"\n"
" * \"ISDN card\": if an ISDN card is detected on your system, it is\n"
"displayed here. You can click on the button to change the parameters\n"
-"associated to it."
+"associated with it."
msgstr ""
-#: ../../help.pm_.c:827
+#: ../../help.pm_.c:891
msgid ""
-"Choose the hard drive you want to erase to install your new Mandrake Linux\n"
-"partition. Be careful, all data present on it will be lost and will not be\n"
-"recoverable!"
+"Choose the hard drive you want to erase in order to install your new\n"
+"Mandrake Linux partition. Be careful, all data present on it will be lost\n"
+"and will not be recoverable!"
msgstr ""
-#: ../../help.pm_.c:832
+#: ../../help.pm_.c:896
msgid ""
"Click on \"OK\" if you want to delete all data and partitions present on\n"
"this hard drive. Be careful, after clicking on \"OK\", you will not be able\n"
@@ -3044,13 +3369,20 @@ msgid ""
"partitions present on this hard drive."
msgstr ""
-#: ../../install2.pm_.c:114
+#: ../../install2.pm_.c:113
#, c-format
msgid ""
-"Can't access kernel modules corresponding to your kernel (file %s is missing)"
+"Can't access kernel modules corresponding to your kernel (file %s is "
+"missing), this generally means your boot floppy in not in sync with the "
+"Installation medium (please create a newer boot floppy)"
msgstr ""
-#: ../../install_any.pm_.c:421
+#: ../../install2.pm_.c:169
+#, c-format
+msgid "You must also format %s"
+msgstr "Taktie muste naformtova %s"
+
+#: ../../install_any.pm_.c:411
#, c-format
msgid ""
"You have selected the following server(s): %s\n"
@@ -3076,7 +3408,7 @@ msgstr ""
"\n"
"Naozaj si elte intalova tieto sluby?\n"
-#: ../../install_any.pm_.c:457
+#: ../../install_any.pm_.c:447
msgid "Can't use broadcast with no NIS domain"
msgstr "Nemem poui broadcast bez NIS domny"
@@ -3097,20 +3429,11 @@ msgstr ""
"Pre pouitie tohto uloenho vberu balkov, natartujte intalciu s "
"``linux defcfg=floppy''"
-#: ../../install_any.pm_.c:831 ../../partition_table.pm_.c:737
+#: ../../install_any.pm_.c:831 ../../partition_table.pm_.c:763
#, c-format
msgid "Error reading file %s"
msgstr "chyba pri tan zo sboru %s"
-#: ../../install_gtk.pm_.c:84 ../../install_steps_gtk.pm_.c:325
-#: ../../interactive.pm_.c:107 ../../interactive.pm_.c:122
-#: ../../interactive.pm_.c:286 ../../interactive.pm_.c:308
-#: ../../interactive_http.pm_.c:104 ../../interactive_newt.pm_.c:170
-#: ../../interactive_stdio.pm_.c:27 ../../my_gtk.pm_.c:415
-#: ../../my_gtk.pm_.c:716 ../../my_gtk.pm_.c:738
-msgid "Ok"
-msgstr "Ok"
-
#: ../../install_interactive.pm_.c:23
#, c-format
msgid ""
@@ -3120,7 +3443,7 @@ msgstr ""
"Nejaky hardware vo vaom potai potrebuje ``proprietarne'' ovldae.\n"
"Informcie mete njs na: %s"
-#: ../../install_interactive.pm_.c:44
+#: ../../install_interactive.pm_.c:58
msgid ""
"You must have a root partition.\n"
"For this, create a partition (or click on an existing one).\n"
@@ -3130,11 +3453,11 @@ msgstr ""
"Vytvorte oddiel (alebo kliknite na existujcu).\n"
"Potom zvote akciu ``Bod pripojenia`` a nastavte na `/'"
-#: ../../install_interactive.pm_.c:49 ../../install_steps_graphical.pm_.c:259
+#: ../../install_interactive.pm_.c:63
msgid "You must have a swap partition"
msgstr "Muste nastavi swap oddiel"
-#: ../../install_interactive.pm_.c:50 ../../install_steps_graphical.pm_.c:261
+#: ../../install_interactive.pm_.c:64
msgid ""
"You don't have a swap partition\n"
"\n"
@@ -3144,59 +3467,59 @@ msgstr ""
"\n"
"Napriek tomu pokraova?"
-#: ../../install_interactive.pm_.c:53 ../../install_steps.pm_.c:165
+#: ../../install_interactive.pm_.c:67 ../../install_steps.pm_.c:163
msgid "You must have a FAT partition mounted in /boot/efi"
msgstr "Muste ma FAT oddiel pripojen na /boot/efi"
-#: ../../install_interactive.pm_.c:76
+#: ../../install_interactive.pm_.c:90
msgid "Use free space"
msgstr "Poui von miesto"
-#: ../../install_interactive.pm_.c:78
+#: ../../install_interactive.pm_.c:92
msgid "Not enough free space to allocate new partitions"
msgstr "Nedostatok vonho miesta pre vytvorenie novho oddielu"
-#: ../../install_interactive.pm_.c:86
+#: ../../install_interactive.pm_.c:100
msgid "Use existing partition"
msgstr "Poui existujci oddiel"
-#: ../../install_interactive.pm_.c:88
+#: ../../install_interactive.pm_.c:102
msgid "There is no existing partition to use"
msgstr "Tu nieje iadny pouiten oddiel"
-#: ../../install_interactive.pm_.c:95
+#: ../../install_interactive.pm_.c:109
msgid "Use the Windows partition for loopback"
msgstr "Poui oddiel s Windows pre loopback"
-#: ../../install_interactive.pm_.c:98
+#: ../../install_interactive.pm_.c:112
msgid "Which partition do you want to use for Linux4Win?"
msgstr "Ktor oddiel chcete poui pre Linux4Win?"
-#: ../../install_interactive.pm_.c:100
+#: ../../install_interactive.pm_.c:114
msgid "Choose the sizes"
msgstr "Zvote vekosti"
-#: ../../install_interactive.pm_.c:101
+#: ../../install_interactive.pm_.c:115
msgid "Root partition size in MB: "
msgstr "Vekos koreovho oddielu v MB: "
-#: ../../install_interactive.pm_.c:102
+#: ../../install_interactive.pm_.c:116
msgid "Swap partition size in MB: "
msgstr "Vekos oddielu v MB: "
-#: ../../install_interactive.pm_.c:111
+#: ../../install_interactive.pm_.c:125
msgid "Use the free space on the Windows partition"
msgstr "Poui von miesto na Windows oddiele"
-#: ../../install_interactive.pm_.c:114
+#: ../../install_interactive.pm_.c:128
msgid "Which partition do you want to resize?"
msgstr "Ktormu oddielu chcete zmeni vekos?"
-#: ../../install_interactive.pm_.c:116
+#: ../../install_interactive.pm_.c:130
msgid "Computing Windows filesystem bounds"
msgstr "Potam hranice sborovho systmu pre Windows"
-#: ../../install_interactive.pm_.c:119
+#: ../../install_interactive.pm_.c:133
#, c-format
msgid ""
"The FAT resizer is unable to handle your partition, \n"
@@ -3205,44 +3528,46 @@ msgstr ""
"Meni vekosti FAT nebol schopny pracova s oddielom, \n"
"nastala chyba: %s"
-#: ../../install_interactive.pm_.c:122
+#: ../../install_interactive.pm_.c:136
msgid "Your Windows partition is too fragmented, please run ``defrag'' first"
msgstr ""
"Va oddiel s Windows je vemi fragmentovan, prosm spustite najprv "
"``defrag''"
-#: ../../install_interactive.pm_.c:123
+#: ../../install_interactive.pm_.c:137
msgid ""
"WARNING!\n"
"\n"
-"DrakX will now resize your Windows partition. Be careful: this operation is\n"
-"dangerous. If you have not already done so, you should first exit the\n"
-"installation, run scandisk under Windows (and optionally run defrag), then\n"
-"restart the installation. You should also backup your data.\n"
+"DrakX will now resize your Windows partition. Be careful:\n"
+"this operation is dangerous. If you have not already done\n"
+"so, you should first exit the installation, run scandisk\n"
+"under Windows (and optionally run defrag), then restart the\n"
+"installation. You should also backup your data.\n"
"When sure, press Ok."
msgstr ""
"POZOR!\n"
"\n"
-"DrakX teraz ide zmeni vekos vho Windows oddielu. Tto opercia je\n"
-"nebezpen. Bolo by vhodn aby ste najskr spustili pod Windows scandisk\n"
-"a defrag. Ak ste to ete neurobili, ukonite intalciu a urobte to teraz.\n"
-"Bolo by tie vhodn zazlohova vae dta. Ak viete o robte, stlate Ok."
+"DrakX teraz ide zmeni vekos vho Windows oddielu.\n"
+"Bute opatrn: tto opercia je nebezpen. Ak ste tak ete\n"
+"neurobili, spustite najskr pod Windows scandisk a defrag.\n"
+"Bolo by tie vhodn zazlohova vae dta. \n"
+"Ak viete o robte, stlate Ok."
-#: ../../install_interactive.pm_.c:132
+#: ../../install_interactive.pm_.c:147
msgid "Which size do you want to keep for windows on"
msgstr "Koko chcete necha pre windows"
-#: ../../install_interactive.pm_.c:133
+#: ../../install_interactive.pm_.c:148
#, c-format
msgid "partition %s"
msgstr "oddiel %s"
-#: ../../install_interactive.pm_.c:139
+#: ../../install_interactive.pm_.c:155
#, c-format
msgid "FAT resizing failed: %s"
msgstr "Nespen zmena vekosti FAT: %s"
-#: ../../install_interactive.pm_.c:154
+#: ../../install_interactive.pm_.c:170
msgid ""
"There is no FAT partitions to resize or to use as loopback (or not enough "
"space left)"
@@ -3250,32 +3575,32 @@ msgstr ""
"Nieje tu oddiel FAT, ktormu by sa dala zmeni vekos alebo poui ho pre "
"loopback (alebo tam nieje dostatok vonho miesta)"
-#: ../../install_interactive.pm_.c:160
+#: ../../install_interactive.pm_.c:176
msgid "Erase entire disk"
msgstr "Vyma cel disk"
-#: ../../install_interactive.pm_.c:160
+#: ../../install_interactive.pm_.c:176
msgid "Remove Windows(TM)"
msgstr "Odstrni Windows(TM)"
-#: ../../install_interactive.pm_.c:163
+#: ../../install_interactive.pm_.c:179
msgid "You have more than one hard drive, which one do you install linux on?"
msgstr "Mte viac ako jeden disk, na ktor chcete intalova linux ?"
-#: ../../install_interactive.pm_.c:166
+#: ../../install_interactive.pm_.c:182
#, c-format
msgid "ALL existing partitions and their data will be lost on drive %s"
msgstr "Vetky oddiely a dta na nich budu straten na disku %s"
-#: ../../install_interactive.pm_.c:174
+#: ../../install_interactive.pm_.c:190
msgid "Custom disk partitioning"
msgstr "Vlastn rozdelenie disku"
-#: ../../install_interactive.pm_.c:178
+#: ../../install_interactive.pm_.c:194
msgid "Use fdisk"
msgstr "Poui fdisk"
-#: ../../install_interactive.pm_.c:181
+#: ../../install_interactive.pm_.c:197
#, c-format
msgid ""
"You can now partition %s.\n"
@@ -3284,32 +3609,32 @@ msgstr ""
"Teraz mete rozdeli v pevn disk %s.\n"
"Ke skonte, nezabudnite uloi zmeny pomocou `w'"
-#: ../../install_interactive.pm_.c:210
+#: ../../install_interactive.pm_.c:226
msgid "You don't have enough free space on your Windows partition"
msgstr "Nemte dostatok vonho miesta na oddiele s Windows"
-#: ../../install_interactive.pm_.c:226
+#: ../../install_interactive.pm_.c:242
msgid "I can't find any room for installing"
msgstr "Nemem njs miesto pre intalciu"
-#: ../../install_interactive.pm_.c:230
+#: ../../install_interactive.pm_.c:246
msgid "The DrakX Partitioning wizard found the following solutions:"
msgstr "DrakX sprievodca rozdelenm disku naiel tieto rieenia:"
-#: ../../install_interactive.pm_.c:235
+#: ../../install_interactive.pm_.c:251
#, c-format
msgid "Partitioning failed: %s"
msgstr "Nespene rozdeovanie: %s"
-#: ../../install_interactive.pm_.c:241
+#: ../../install_interactive.pm_.c:261
msgid "Bringing up the network"
msgstr "Spam prcu so sieou"
-#: ../../install_interactive.pm_.c:246
+#: ../../install_interactive.pm_.c:266
msgid "Bringing down the network"
msgstr "Ukonujem prcu so sieou"
-#: ../../install_steps.pm_.c:73
+#: ../../install_steps.pm_.c:76
msgid ""
"An error occurred, but I don't know how to handle it nicely.\n"
"Continue at your own risk."
@@ -3317,12 +3642,12 @@ msgstr ""
"Vyskytla sa chyba a neviem ju plne vyriei.\n"
"Pokraujte na vlastn zodpovednos."
-#: ../../install_steps.pm_.c:207
+#: ../../install_steps.pm_.c:205
#, c-format
msgid "Duplicate mount point %s"
msgstr "Dvojnsobn bod pripojenia %s"
-#: ../../install_steps.pm_.c:384
+#: ../../install_steps.pm_.c:388
msgid ""
"Some important packages didn't get installed properly.\n"
"Either your cdrom drive or your cdrom is defective.\n"
@@ -3333,93 +3658,21 @@ msgstr ""
"Je mon, e s pokoden v CD disk alebo mechanika.\n"
"Skontrolujte to naprklad pouitm \"rpm -qpl Mandrake/RPMS/*.rpm\"\n"
-#: ../../install_steps.pm_.c:459
+#: ../../install_steps.pm_.c:458
#, c-format
msgid "Welcome to %s"
msgstr "Vitajte v %s"
-#: ../../install_steps.pm_.c:506 ../../install_steps.pm_.c:709
+#: ../../install_steps.pm_.c:513 ../../install_steps.pm_.c:755
msgid "No floppy drive available"
msgstr "Nie je dostupn iadna floppy mechanika"
-#: ../../install_steps_auto_install.pm_.c:77
-#: ../../install_steps_stdio.pm_.c:23
+#: ../../install_steps_auto_install.pm_.c:76
+#: ../../install_steps_stdio.pm_.c:22
#, c-format
msgid "Entering step `%s'\n"
msgstr "Spam krok %s'\n"
-#: ../../install_steps_graphical.pm_.c:287
-msgid "Choose the size you want to install"
-msgstr "Zvote vekos ktor chcete naintalova"
-
-#: ../../install_steps_graphical.pm_.c:334
-msgid "Total size: "
-msgstr "Celkov vekos: "
-
-#: ../../install_steps_graphical.pm_.c:346 ../../install_steps_gtk.pm_.c:387
-#, c-format
-msgid "Version: %s\n"
-msgstr "Verzia: %s\n"
-
-#: ../../install_steps_graphical.pm_.c:347 ../../install_steps_gtk.pm_.c:388
-#, c-format
-msgid "Size: %d KB\n"
-msgstr "Vekos: %d KB\n"
-
-#: ../../install_steps_graphical.pm_.c:462 ../../install_steps_gtk.pm_.c:481
-#: ../../install_steps_interactive.pm_.c:509
-msgid "Choose the packages you want to install"
-msgstr "Zvote balky, ktor chcete naintalova"
-
-#: ../../install_steps_graphical.pm_.c:465 ../../interactive_gtk.pm_.c:571
-msgid "Info"
-msgstr "Info"
-
-#: ../../install_steps_graphical.pm_.c:473 ../../install_steps_gtk.pm_.c:457
-#: ../../install_steps_interactive.pm_.c:212
-msgid "Install"
-msgstr "Intalcia"
-
-#: ../../install_steps_graphical.pm_.c:492 ../../install_steps_gtk.pm_.c:497
-#: ../../install_steps_interactive.pm_.c:695
-msgid "Installing"
-msgstr "Intalujem"
-
-#: ../../install_steps_graphical.pm_.c:499
-msgid "Please wait, "
-msgstr "Prosm akajte, "
-
-#: ../../install_steps_graphical.pm_.c:501 ../../install_steps_gtk.pm_.c:510
-msgid "Time remaining "
-msgstr "Zvyn as "
-
-#: ../../install_steps_graphical.pm_.c:502
-msgid "Total time "
-msgstr "Celkov as "
-
-#: ../../install_steps_graphical.pm_.c:507
-#: ../../install_steps_interactive.pm_.c:695
-msgid "Preparing installation"
-msgstr "Pripravujem intalciu"
-
-#: ../../install_steps_graphical.pm_.c:528 ../../install_steps_gtk.pm_.c:558
-#, c-format
-msgid "Installing package %s"
-msgstr "Intalujem balk %s"
-
-#: ../../install_steps_graphical.pm_.c:553 ../../install_steps_gtk.pm_.c:642
-#: ../../install_steps_gtk.pm_.c:646
-msgid "Go on anyway?"
-msgstr "Napriek tomu pokraova?"
-
-#: ../../install_steps_graphical.pm_.c:553 ../../install_steps_gtk.pm_.c:642
-msgid "There was an error ordering packages:"
-msgstr "Chyba pri zoraovan zoznamu balkov:"
-
-#: ../../install_steps_graphical.pm_.c:577
-msgid "Use existing configuration for X11?"
-msgstr "Poui existujcu konfigurciu X11?"
-
#: ../../install_steps_gtk.pm_.c:148
msgid ""
"Your system is low on resource. You may have some problem installing\n"
@@ -3432,13 +3685,13 @@ msgstr ""
"jej\n"
"spustenie stlate `F1' po natartovan z CDROMky a zadajte `text'."
-#: ../../install_steps_gtk.pm_.c:159 ../../install_steps_interactive.pm_.c:187
+#: ../../install_steps_gtk.pm_.c:159 ../../install_steps_interactive.pm_.c:224
msgid "Install Class"
msgstr "Trieda intalcie"
#: ../../install_steps_gtk.pm_.c:162
-msgid "Please, choose one of the following classes of installation:"
-msgstr "Prosm, zvote jednu z nasledujcich tried intalcie:"
+msgid "Please choose one of the following classes of installation:"
+msgstr "Prosm, zvote jednu z nasledujcich tried intalcie: "
#: ../../install_steps_gtk.pm_.c:228
#, c-format
@@ -3486,60 +3739,70 @@ msgstr "V alom kroku budete ma monos nastavi presnejie"
msgid "Percentage of packages to install"
msgstr "Percentulny poet balkov pre intalciu"
-#: ../../install_steps_gtk.pm_.c:291 ../../install_steps_interactive.pm_.c:619
+#: ../../install_steps_gtk.pm_.c:291 ../../install_steps_interactive.pm_.c:705
msgid "Package Group Selection"
msgstr "Vber skupn balkov"
-#: ../../install_steps_gtk.pm_.c:320 ../../install_steps_interactive.pm_.c:634
+#: ../../install_steps_gtk.pm_.c:323 ../../install_steps_interactive.pm_.c:720
msgid "Individual package selection"
msgstr "Osobitn voba balkov"
-#: ../../install_steps_gtk.pm_.c:343 ../../install_steps_interactive.pm_.c:598
+#: ../../install_steps_gtk.pm_.c:346 ../../install_steps_interactive.pm_.c:645
#, c-format
msgid "Total size: %d / %d MB"
msgstr "Celkov vekos: %d / %d MB"
-#: ../../install_steps_gtk.pm_.c:385
+#: ../../install_steps_gtk.pm_.c:391
msgid "Bad package"
msgstr "Chybn balk"
-#: ../../install_steps_gtk.pm_.c:386
+#: ../../install_steps_gtk.pm_.c:392
#, c-format
msgid "Name: %s\n"
msgstr "Meno: %s\n"
-#: ../../install_steps_gtk.pm_.c:389
+#: ../../install_steps_gtk.pm_.c:393
+#, c-format
+msgid "Version: %s\n"
+msgstr "Verzia: %s\n"
+
+#: ../../install_steps_gtk.pm_.c:394
+#, c-format
+msgid "Size: %d KB\n"
+msgstr "Vekos: %d KB\n"
+
+#: ../../install_steps_gtk.pm_.c:395
#, c-format
msgid "Importance: %s\n"
msgstr "Dleit: %s\n"
-#: ../../install_steps_gtk.pm_.c:411
+#: ../../install_steps_gtk.pm_.c:417
msgid ""
"You can't select this package as there is not enough space left to install it"
msgstr ""
"Nemete oznai tento balk pretoe na jeho intalciu nie je dos miesta."
-#: ../../install_steps_gtk.pm_.c:416
+#: ../../install_steps_gtk.pm_.c:422
msgid "The following packages are going to be installed"
msgstr "Bud naintalovan nasledujce balky"
-#: ../../install_steps_gtk.pm_.c:417
+#: ../../install_steps_gtk.pm_.c:423
msgid "The following packages are going to be removed"
msgstr "Nasledujce balky bud odstrnen"
-#: ../../install_steps_gtk.pm_.c:429
+#: ../../install_steps_gtk.pm_.c:435
msgid "You can't select/unselect this package"
msgstr "Mete oznai/odznai tento balk"
-#: ../../install_steps_gtk.pm_.c:441
+#: ../../install_steps_gtk.pm_.c:447
msgid "This is a mandatory package, it can't be unselected"
msgstr "Toto je jeden zo zkladnch balkov, neme by odznaen"
-#: ../../install_steps_gtk.pm_.c:443
+#: ../../install_steps_gtk.pm_.c:449
msgid "You can't unselect this package. It is already installed"
msgstr "Nemete odznai tento balk. Je u naintalovan"
-#: ../../install_steps_gtk.pm_.c:447
+#: ../../install_steps_gtk.pm_.c:453
msgid ""
"This package must be upgraded\n"
"Are you sure you want to deselect it?"
@@ -3547,40 +3810,101 @@ msgstr ""
"Tento balk potrebuje noviu verziu\n"
"Ste si ist, e ho chcete odznai?"
-#: ../../install_steps_gtk.pm_.c:451
+#: ../../install_steps_gtk.pm_.c:457
msgid "You can't unselect this package. It must be upgraded"
msgstr "Nemete odznai tento balk. Muste prida nov verziu"
-#: ../../install_steps_gtk.pm_.c:456
+#: ../../install_steps_gtk.pm_.c:462
msgid "Show automatically selected packages"
msgstr "Zobraz automaticky zvolen balky"
-#: ../../install_steps_gtk.pm_.c:460
+#: ../../install_steps_gtk.pm_.c:463 ../../install_steps_interactive.pm_.c:246
+#: ../../install_steps_interactive.pm_.c:250
+msgid "Install"
+msgstr "Intalcia"
+
+#: ../../install_steps_gtk.pm_.c:466
msgid "Load/Save on floppy"
msgstr "Nahra/Uloi na disketu"
-#: ../../install_steps_gtk.pm_.c:461
+#: ../../install_steps_gtk.pm_.c:467
msgid "Updating package selection"
msgstr "Aktualizcia voby balkov"
-#: ../../install_steps_gtk.pm_.c:466
+#: ../../install_steps_gtk.pm_.c:472
msgid "Minimal install"
msgstr "Minimlna intalcia"
-#: ../../install_steps_gtk.pm_.c:503
+#: ../../install_steps_gtk.pm_.c:487 ../../install_steps_interactive.pm_.c:555
+msgid "Choose the packages you want to install"
+msgstr "Zvote balky, ktor chcete naintalova"
+
+#: ../../install_steps_gtk.pm_.c:503 ../../install_steps_interactive.pm_.c:787
+msgid "Installing"
+msgstr "Intalujem"
+
+#: ../../install_steps_gtk.pm_.c:509
msgid "Estimating"
msgstr "Odhadujem"
-#: ../../install_steps_gtk.pm_.c:522
+#: ../../install_steps_gtk.pm_.c:516
+msgid "Time remaining "
+msgstr "Zvyn as "
+
+#: ../../install_steps_gtk.pm_.c:528
msgid "Please wait, preparing installation"
msgstr "Prosm akajte, pripravujem intalciu"
-#: ../../install_steps_gtk.pm_.c:553
+#: ../../install_steps_gtk.pm_.c:611
#, c-format
msgid "%d packages"
msgstr "%d balky"
-#: ../../install_steps_gtk.pm_.c:599
+#: ../../install_steps_gtk.pm_.c:616
+#, c-format
+msgid "Installing package %s"
+msgstr "Intalujem balk %s"
+
+#: ../../install_steps_gtk.pm_.c:657 ../../install_steps_interactive.pm_.c:185
+#: ../../install_steps_interactive.pm_.c:811
+#: ../../standalone/drakautoinst_.c:203
+msgid "Accept"
+msgstr "Akceptuj"
+
+#: ../../install_steps_gtk.pm_.c:657 ../../install_steps_interactive.pm_.c:185
+#: ../../install_steps_interactive.pm_.c:811
+msgid "Refuse"
+msgstr "Odmietni"
+
+#: ../../install_steps_gtk.pm_.c:658 ../../install_steps_interactive.pm_.c:812
+#, 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 ""
+"Zmete v CD-ROM disk!\n"
+"\n"
+"Prosm, vlote CD-ROM nazvan \"%s\" do vaej mechaniky a zvote OK.\n"
+"Ak tak CD disk nemte, zvote Zru pre zruenie intalcie z tohoto disku."
+
+#: ../../install_steps_gtk.pm_.c:672 ../../install_steps_gtk.pm_.c:676
+#: ../../install_steps_interactive.pm_.c:824
+#: ../../install_steps_interactive.pm_.c:828
+msgid "Go on anyway?"
+msgstr "Napriek tomu pokraova?"
+
+#: ../../install_steps_gtk.pm_.c:672 ../../install_steps_interactive.pm_.c:824
+msgid "There was an error ordering packages:"
+msgstr "Chyba pri zoraovan zoznamu balkov:"
+
+#: ../../install_steps_gtk.pm_.c:676 ../../install_steps_interactive.pm_.c:828
+msgid "There was an error installing packages:"
+msgstr "Poas intalcie balkov sa vyskytla chyba:"
+
+#: ../../install_steps_interactive.pm_.c:10
msgid ""
"\n"
"Warning\n"
@@ -3612,41 +3936,19 @@ msgid ""
"copyright laws applicable to software programs.\n"
msgstr ""
-#: ../../install_steps_gtk.pm_.c:627 ../../install_steps_interactive.pm_.c:148
-msgid "Accept"
-msgstr "Akceptuj"
-
-#: ../../install_steps_gtk.pm_.c:627 ../../install_steps_interactive.pm_.c:148
-msgid "Refuse"
-msgstr "Odmietni"
-
-#: ../../install_steps_gtk.pm_.c:628
-#, 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 ""
-"Zmete v CD-ROM disk!\n"
-"\n"
-"Prosm, vlote CD-ROM nazvan \"%s\" do vaej mechaniky a zvote OK.\n"
-"Ak tak CD disk nemte, zvote Zru pre zruenie intalcie z tohoto disku."
-
-#: ../../install_steps_gtk.pm_.c:646
-msgid "There was an error installing packages:"
-msgstr "Poas intalcie balkov sa vyskytla chyba:"
-
-#: ../../install_steps_interactive.pm_.c:37
+#: ../../install_steps_interactive.pm_.c:67
msgid "An error occurred"
msgstr "Vyskytla sa chyba"
-#: ../../install_steps_interactive.pm_.c:71
+#: ../../install_steps_interactive.pm_.c:85
+msgid "Do you really want to leave the installation?"
+msgstr "Naozaj chcete ukoni intalciu?"
+
+#: ../../install_steps_interactive.pm_.c:108
msgid "License agreement"
msgstr "Shlas s licenciou"
-#: ../../install_steps_interactive.pm_.c:72
+#: ../../install_steps_interactive.pm_.c:109
msgid ""
"Introduction\n"
"\n"
@@ -3884,99 +4186,104 @@ msgstr ""
"Paris - France.\n"
"For any question on this document, please contact MandrakeSoft S.A. \n"
-#: ../../install_steps_interactive.pm_.c:168
-#: ../../install_steps_interactive.pm_.c:871
+#: ../../install_steps_interactive.pm_.c:205
+#: ../../install_steps_interactive.pm_.c:1045
#: ../../standalone/keyboarddrake_.c:28
msgid "Keyboard"
msgstr "Klvesnica"
-#: ../../install_steps_interactive.pm_.c:169
-#: ../../standalone/keyboarddrake_.c:29
-msgid "Please, choose your keyboard layout."
-msgstr "Prosm, zvote v typ klvesnice"
+#: ../../install_steps_interactive.pm_.c:206
+msgid "Please choose your keyboard layout."
+msgstr "Prosm, zvote typ vaej klvesnice."
-#: ../../install_steps_interactive.pm_.c:170
+#: ../../install_steps_interactive.pm_.c:207
msgid "Here is the full list of keyboards available"
msgstr "Tu je zoznam dostupnch klvesnic"
-#: ../../install_steps_interactive.pm_.c:187
+#: ../../install_steps_interactive.pm_.c:224
msgid "Which installation class do you want?"
msgstr "Ak intalan triedu chcete poui?"
-#: ../../install_steps_interactive.pm_.c:189
+#: ../../install_steps_interactive.pm_.c:226
msgid "Install/Update"
msgstr "Intalcia/Aktualizcia"
-#: ../../install_steps_interactive.pm_.c:189
+#: ../../install_steps_interactive.pm_.c:226
msgid "Is this an install or an update?"
msgstr "Toto je intalcia alebo aktualizcia?"
-#: ../../install_steps_interactive.pm_.c:198
+#: ../../install_steps_interactive.pm_.c:235
msgid "Recommended"
msgstr "Odporane"
-#: ../../install_steps_interactive.pm_.c:201
-#: ../../install_steps_interactive.pm_.c:204
+#: ../../install_steps_interactive.pm_.c:238
+#: ../../install_steps_interactive.pm_.c:241
msgid "Expert"
msgstr "Expert"
-#: ../../install_steps_interactive.pm_.c:212
-msgid "Update"
+#: ../../install_steps_interactive.pm_.c:246
+#: ../../install_steps_interactive.pm_.c:250
+msgid "Upgrade"
msgstr "Aktualizcia"
-#: ../../install_steps_interactive.pm_.c:224 ../../standalone/mousedrake_.c:48
-msgid "Please, choose the type of your mouse."
+#: ../../install_steps_interactive.pm_.c:246
+#: ../../install_steps_interactive.pm_.c:250
+msgid "Upgrade packages only"
+msgstr "Jedine aktualizcia balkov"
+
+#: ../../install_steps_interactive.pm_.c:266
+msgid "Please choose the type of your mouse."
msgstr "Prosm, zvote typ vaej myi."
-#: ../../install_steps_interactive.pm_.c:230 ../../standalone/mousedrake_.c:64
+#: ../../install_steps_interactive.pm_.c:272 ../../standalone/mousedrake_.c:65
msgid "Mouse Port"
msgstr "Port myi"
-#: ../../install_steps_interactive.pm_.c:231 ../../standalone/mousedrake_.c:65
+#: ../../install_steps_interactive.pm_.c:273 ../../standalone/mousedrake_.c:66
msgid "Please choose on which serial port your mouse is connected to."
msgstr "Prosm zvote, ktormu sriovmu portu je vaa my pripojen."
-#: ../../install_steps_interactive.pm_.c:239
+#: ../../install_steps_interactive.pm_.c:281
msgid "Buttons emulation"
msgstr "Emulcia tlaidiel"
-#: ../../install_steps_interactive.pm_.c:241
+#: ../../install_steps_interactive.pm_.c:283
msgid "Button 2 Emulation"
msgstr "Emulcia druhho tlaidla"
-#: ../../install_steps_interactive.pm_.c:242
+#: ../../install_steps_interactive.pm_.c:284
msgid "Button 3 Emulation"
msgstr "Emulcia tretieho tlaidla"
-#: ../../install_steps_interactive.pm_.c:261
+#: ../../install_steps_interactive.pm_.c:305
msgid "Configuring PCMCIA cards..."
msgstr "Konfigurujem PCMCIA karty..."
-#: ../../install_steps_interactive.pm_.c:261
+#: ../../install_steps_interactive.pm_.c:305
msgid "PCMCIA"
msgstr "PCMCIA"
-#: ../../install_steps_interactive.pm_.c:266
+#: ../../install_steps_interactive.pm_.c:312
msgid "Configuring IDE"
msgstr "Konfigurujem IDE"
-#: ../../install_steps_interactive.pm_.c:266
+#: ../../install_steps_interactive.pm_.c:312
msgid "IDE"
msgstr "IDE"
-#: ../../install_steps_interactive.pm_.c:281
+#: ../../install_steps_interactive.pm_.c:327
msgid "no available partitions"
msgstr "nie s dostupn iadne oddiely"
-#: ../../install_steps_interactive.pm_.c:284
+#: ../../install_steps_interactive.pm_.c:330
msgid "Scanning partitions to find mount points"
msgstr "Prehadvam oddiely na body pripojenia"
-#: ../../install_steps_interactive.pm_.c:292
+#: ../../install_steps_interactive.pm_.c:338
msgid "Choose the mount points"
msgstr "Zvote body pripojenia"
-#: ../../install_steps_interactive.pm_.c:311
+#: ../../install_steps_interactive.pm_.c:357
#, c-format
msgid ""
"I can't read your partition table, it's too corrupted for me :(\n"
@@ -3993,7 +4300,7 @@ msgstr ""
"\n"
"Povolite strtu oddielu?\n"
-#: ../../install_steps_interactive.pm_.c:324
+#: ../../install_steps_interactive.pm_.c:370
msgid ""
"DiskDrake failed to read correctly the partition table.\n"
"Continue at your own risk!"
@@ -4001,83 +4308,81 @@ msgstr ""
"DiskDrake nedokzal korektne nata tabuku rozdelenia disku.\n"
"Pokraujte na vlastn riziko!"
-#: ../../install_steps_interactive.pm_.c:340
+#: ../../install_steps_interactive.pm_.c:386
msgid ""
"No free space for 1MB bootstrap! Install will continue, but to boot your "
"system, you'll need to create the bootstrap partition in DiskDrake"
msgstr ""
+"Nieje dostatok miesta pre 1MB vek bootstrap! Intalcia me pokraova, "
+"ale pre spustenie systmu muste vytvori oddiel pomocou DiskDrake"
-#: ../../install_steps_interactive.pm_.c:349
+#: ../../install_steps_interactive.pm_.c:395
msgid "No root partition found to perform an upgrade"
msgstr "Nenaiel som koreov oddiel pre upgrade"
-#: ../../install_steps_interactive.pm_.c:350
+#: ../../install_steps_interactive.pm_.c:396
msgid "Root Partition"
msgstr "Koreov oddiel"
-#: ../../install_steps_interactive.pm_.c:351
+#: ../../install_steps_interactive.pm_.c:397
msgid "What is the root partition (/) of your system?"
msgstr "Ktor je koreov oddiel vaej intalcie?"
-#: ../../install_steps_interactive.pm_.c:365
+#: ../../install_steps_interactive.pm_.c:411
msgid "You need to reboot for the partition table modifications to take place"
msgstr "Aby sa prejavily pravy partition tabuky, muste retartova"
-#: ../../install_steps_interactive.pm_.c:389
+#: ../../install_steps_interactive.pm_.c:435
msgid "Choose the partitions you want to format"
msgstr "Vber oddielov pre formtovanie"
-#: ../../install_steps_interactive.pm_.c:390
+#: ../../install_steps_interactive.pm_.c:436
msgid "Check bad blocks?"
msgstr "Kontrola chybnch blokov?"
-#: ../../install_steps_interactive.pm_.c:416
+#: ../../install_steps_interactive.pm_.c:462
msgid "Formatting partitions"
msgstr "Formtuje sa"
-#: ../../install_steps_interactive.pm_.c:418
+#: ../../install_steps_interactive.pm_.c:464
#, c-format
msgid "Creating and formatting file %s"
msgstr "Vytvram a formtujem sbor %s"
-#: ../../install_steps_interactive.pm_.c:421
+#: ../../install_steps_interactive.pm_.c:467
msgid "Not enough swap to fulfill installation, please add some"
msgstr "Nedostatone vek swap pre dokonenie intalcie, prosm zvi"
-#: ../../install_steps_interactive.pm_.c:427
+#: ../../install_steps_interactive.pm_.c:473
msgid "Looking for available packages"
msgstr "Hadm dostupn balky"
-#: ../../install_steps_interactive.pm_.c:433
+#: ../../install_steps_interactive.pm_.c:479
msgid "Finding packages to upgrade"
msgstr "Hadm balky pre aktualizciu"
-#: ../../install_steps_interactive.pm_.c:450
+#: ../../install_steps_interactive.pm_.c:496
#, c-format
msgid ""
"Your system has not enough space left for installation or upgrade (%d > %d)"
msgstr "V systm nem dos miesta pre intalciu alebo upgrade (%d > %d)"
-#: ../../install_steps_interactive.pm_.c:469
+#: ../../install_steps_interactive.pm_.c:515
#, c-format
msgid "Complete (%dMB)"
msgstr "plna (%dMB)"
-#: ../../install_steps_interactive.pm_.c:469
+#: ../../install_steps_interactive.pm_.c:515
#, c-format
msgid "Minimum (%dMB)"
msgstr "Minimum (%dMB)"
-#: ../../install_steps_interactive.pm_.c:469
+#: ../../install_steps_interactive.pm_.c:515
#, c-format
msgid "Recommended (%dMB)"
msgstr "Odporuen (%dMB)"
-#: ../../install_steps_interactive.pm_.c:475
-msgid "Custom"
-msgstr "Vlastn vber"
-
-#: ../../install_steps_interactive.pm_.c:522
+#: ../../install_steps_interactive.pm_.c:568
msgid ""
"Please choose load or save package selection on floppy.\n"
"The format is the same as auto_install generated floppies."
@@ -4086,31 +4391,55 @@ msgstr ""
"Formt je tak ist ako diskety generovan automatickou\n"
"intalciou."
-#: ../../install_steps_interactive.pm_.c:525
+#: ../../install_steps_interactive.pm_.c:571
msgid "Load from floppy"
msgstr "Nahra z diskety"
-#: ../../install_steps_interactive.pm_.c:527
+#: ../../install_steps_interactive.pm_.c:573
msgid "Loading from floppy"
msgstr "Nahrvam z diskety"
-#: ../../install_steps_interactive.pm_.c:527
+#: ../../install_steps_interactive.pm_.c:573
msgid "Package selection"
msgstr "Vber balkov"
-#: ../../install_steps_interactive.pm_.c:532
+#: ../../install_steps_interactive.pm_.c:578
msgid "Insert a floppy containing package selection"
msgstr "Vlote do mechaniky disketu s zoznamom balkov"
-#: ../../install_steps_interactive.pm_.c:544
+#: ../../install_steps_interactive.pm_.c:590
msgid "Save on floppy"
msgstr "Ulo na disketu"
-#: ../../install_steps_interactive.pm_.c:605
+#: ../../install_steps_interactive.pm_.c:658
msgid "Selected size is larger than available space"
msgstr "Zvolen vekos je via ako dostupn miesto"
-#: ../../install_steps_interactive.pm_.c:670
+#: ../../install_steps_interactive.pm_.c:671
+msgid "Type of install"
+msgstr "Typ intalcie"
+
+#: ../../install_steps_interactive.pm_.c:672
+msgid ""
+"You haven't selected any group of packages.\n"
+"Please choose the minimal installation you want:"
+msgstr ""
+"Nebola vybrat iadna skupina balkov\n"
+"Prosm, zvote minimlnu intalciu, ktor si elte"
+
+#: ../../install_steps_interactive.pm_.c:675
+msgid "With X"
+msgstr "S X"
+
+#: ../../install_steps_interactive.pm_.c:677
+msgid "With basic documentation (recommended!)"
+msgstr "So zkladnou dokumentciou (doporuen!)"
+
+#: ../../install_steps_interactive.pm_.c:678
+msgid "Truly minimal install (especially no urpmi)"
+msgstr "Naozaj minimlna intalcia (bez urpmi)"
+
+#: ../../install_steps_interactive.pm_.c:762
msgid ""
"If you have all the CDs in the list below, click Ok.\n"
"If you have none of those CDs, click Cancel.\n"
@@ -4120,12 +4449,16 @@ msgstr ""
"Ak nemte iadne, stlate Zru.\n"
"Ak vm chbaj iba niektor, odznate ich a potom stlate OK."
-#: ../../install_steps_interactive.pm_.c:675
+#: ../../install_steps_interactive.pm_.c:767
#, c-format
msgid "Cd-Rom labeled \"%s\""
msgstr "Cd-Rom oznaen \"%s\""
-#: ../../install_steps_interactive.pm_.c:704
+#: ../../install_steps_interactive.pm_.c:787
+msgid "Preparing installation"
+msgstr "Pripravujem intalciu"
+
+#: ../../install_steps_interactive.pm_.c:796
#, c-format
msgid ""
"Installing package %s\n"
@@ -4134,21 +4467,21 @@ msgstr ""
"Intalujem balk %s\n"
"%d%%"
-#: ../../install_steps_interactive.pm_.c:713
+#: ../../install_steps_interactive.pm_.c:842
msgid "Post-install configuration"
msgstr "Pointalan konfigurcia"
-#: ../../install_steps_interactive.pm_.c:719
+#: ../../install_steps_interactive.pm_.c:848
#, c-format
msgid "Please insert the Boot floppy used in drive %s"
msgstr "Vlote tartovaciu disketu do mechaniky %s"
-#: ../../install_steps_interactive.pm_.c:725
+#: ../../install_steps_interactive.pm_.c:854
#, c-format
msgid "Please insert the Update Modules floppy in drive %s"
msgstr "Vlote Update Modules disketu do mechaniky %s"
-#: ../../install_steps_interactive.pm_.c:750
+#: ../../install_steps_interactive.pm_.c:874
msgid ""
"You have now the possibility to download software aimed for encryption.\n"
"\n"
@@ -4207,133 +4540,166 @@ msgstr ""
"Altadena California 91001\n"
"USA"
-#: ../../install_steps_interactive.pm_.c:782
+#: ../../install_steps_interactive.pm_.c:912
+msgid ""
+"You have now the possibility to download updated packages that have\n"
+"been released after the distribution has been made available.\n"
+"\n"
+"You will get security fixes or bug fixes, but you need to have an\n"
+"Internet connection configured to proceed.\n"
+"\n"
+"Do you want to install the updates ?"
+msgstr ""
+"Teraz mte monos stiahnu aktualizovan verzie balkov, ktor\n"
+"boli vydan a po uvonen distribcie.\n"
+"\n"
+"Zskate tm bezpenostn opravy a opravy chb. Potrebujete\n"
+"vak nastaven pripojenie k internetu.\n"
+"\n"
+"elte si naintalova aktualizcie balkov ?"
+
+#: ../../install_steps_interactive.pm_.c:926
+msgid "Contacting Mandrake Linux web site to get the list of available mirrors"
+msgstr ""
+"Pripjam sa k www strnke Mandrake Linuxu pre stiahnutie zoznamu zrkadiel"
+
+#: ../../install_steps_interactive.pm_.c:931
msgid "Choose a mirror from which to get the packages"
msgstr "Vyberte miror, z ktorho chcete stiahnu balk"
-#: ../../install_steps_interactive.pm_.c:793
+#: ../../install_steps_interactive.pm_.c:940
msgid "Contacting the mirror to get the list of available packages"
msgstr "Pripjam sa k miroru a sahujem zoznam monch balkov"
-#: ../../install_steps_interactive.pm_.c:796
-msgid "Please choose the packages you want to install."
-msgstr "Prosm zvote balky, ktor chcete naintalova."
-
-#: ../../install_steps_interactive.pm_.c:808
+#: ../../install_steps_interactive.pm_.c:967
msgid "Which is your timezone?"
msgstr "Ktor je vae asov psmo?"
-#: ../../install_steps_interactive.pm_.c:813
+#: ../../install_steps_interactive.pm_.c:972
msgid "Hardware clock set to GMT"
msgstr "Hardvrove hodiny nastaven na GMT"
-#: ../../install_steps_interactive.pm_.c:814
+#: ../../install_steps_interactive.pm_.c:973
msgid "Automatic time synchronization (using NTP)"
msgstr "Automatick synchronizcia asu (pomocou NTP)"
-#: ../../install_steps_interactive.pm_.c:821
+#: ../../install_steps_interactive.pm_.c:980
msgid "NTP Server"
msgstr "NTP server"
-#: ../../install_steps_interactive.pm_.c:855
-#: ../../install_steps_interactive.pm_.c:863 ../../printerdrake.pm_.c:104
+#: ../../install_steps_interactive.pm_.c:1014
+#: ../../install_steps_interactive.pm_.c:1022
msgid "Remote CUPS server"
msgstr "Vzdialen CUPS server"
-#: ../../install_steps_interactive.pm_.c:856
+#: ../../install_steps_interactive.pm_.c:1015
msgid "No printer"
msgstr "Bez tlaiarne"
-#: ../../install_steps_interactive.pm_.c:867 ../../steps.pm_.c:27
+#: ../../install_steps_interactive.pm_.c:1032
+#, fuzzy
+msgid "Do you have an ISA sound card?"
+msgstr "Mte ete nejak alie?"
+
+#: ../../install_steps_interactive.pm_.c:1034
+msgid "Run \"sndconfig\" after installation to configure your sound card"
+msgstr ""
+
+#: ../../install_steps_interactive.pm_.c:1036
+msgid "No sound card detected. Try \"harddrake\" after installation"
+msgstr ""
+
+#: ../../install_steps_interactive.pm_.c:1041 ../../steps.pm_.c:27
msgid "Summary"
msgstr "Zhrnutie"
-#: ../../install_steps_interactive.pm_.c:870
+#: ../../install_steps_interactive.pm_.c:1044
msgid "Mouse"
msgstr "My"
-#: ../../install_steps_interactive.pm_.c:872
+#: ../../install_steps_interactive.pm_.c:1046
msgid "Timezone"
msgstr "asov zna"
-#: ../../install_steps_interactive.pm_.c:873 ../../printerdrake.pm_.c:1773
-#: ../../printerdrake.pm_.c:1844
+#: ../../install_steps_interactive.pm_.c:1047 ../../printerdrake.pm_.c:2276
+#: ../../printerdrake.pm_.c:2354
msgid "Printer"
msgstr "Tlaiarne"
-#: ../../install_steps_interactive.pm_.c:875
+#: ../../install_steps_interactive.pm_.c:1049
msgid "ISDN card"
msgstr "ISDN karta"
-#: ../../install_steps_interactive.pm_.c:878
+#: ../../install_steps_interactive.pm_.c:1052
+#: ../../install_steps_interactive.pm_.c:1054
msgid "Sound card"
msgstr "Zvukov karta"
-#: ../../install_steps_interactive.pm_.c:881
+#: ../../install_steps_interactive.pm_.c:1056
msgid "TV card"
msgstr "TV karta"
-#: ../../install_steps_interactive.pm_.c:917
-#: ../../install_steps_interactive.pm_.c:941
-#: ../../install_steps_interactive.pm_.c:945
+#: ../../install_steps_interactive.pm_.c:1094
+#: ../../install_steps_interactive.pm_.c:1118
+#: ../../install_steps_interactive.pm_.c:1122
msgid "LDAP"
msgstr "LDAP"
-#: ../../install_steps_interactive.pm_.c:918
-#: ../../install_steps_interactive.pm_.c:941
-#: ../../install_steps_interactive.pm_.c:954
+#: ../../install_steps_interactive.pm_.c:1095
+#: ../../install_steps_interactive.pm_.c:1118
+#: ../../install_steps_interactive.pm_.c:1131
msgid "NIS"
msgstr "NIS"
-#: ../../install_steps_interactive.pm_.c:919
-#: ../../install_steps_interactive.pm_.c:941
+#: ../../install_steps_interactive.pm_.c:1096
+#: ../../install_steps_interactive.pm_.c:1118
msgid "Local files"
msgstr "Loklne sbory"
-#: ../../install_steps_interactive.pm_.c:928
-#: ../../install_steps_interactive.pm_.c:929 ../../steps.pm_.c:24
+#: ../../install_steps_interactive.pm_.c:1105
+#: ../../install_steps_interactive.pm_.c:1106 ../../steps.pm_.c:24
msgid "Set root password"
msgstr "Nastavenie root hesla"
-#: ../../install_steps_interactive.pm_.c:930
+#: ../../install_steps_interactive.pm_.c:1107
msgid "No password"
msgstr "Bez hesla"
-#: ../../install_steps_interactive.pm_.c:935
+#: ../../install_steps_interactive.pm_.c:1112
#, c-format
msgid "This password is too simple (must be at least %d characters long)"
msgstr "Toto heslo je prli jednoduch(mus by minimlne %d znakov dlh)"
-#: ../../install_steps_interactive.pm_.c:941 ../../network/modem.pm_.c:47
-#: ../../standalone/draknet_.c:604
+#: ../../install_steps_interactive.pm_.c:1118 ../../network/modem.pm_.c:49
+#: ../../standalone/draknet_.c:626 ../../standalone/logdrake_.c:172
msgid "Authentication"
msgstr "Autentifikcia"
-#: ../../install_steps_interactive.pm_.c:949
+#: ../../install_steps_interactive.pm_.c:1126
msgid "Authentication LDAP"
msgstr "Autentifikcia LDAP"
-#: ../../install_steps_interactive.pm_.c:950
+#: ../../install_steps_interactive.pm_.c:1127
msgid "LDAP Base dn"
msgstr "LDAP Base dn"
-#: ../../install_steps_interactive.pm_.c:951
+#: ../../install_steps_interactive.pm_.c:1128
msgid "LDAP Server"
msgstr "LDAP server"
-#: ../../install_steps_interactive.pm_.c:957
+#: ../../install_steps_interactive.pm_.c:1134
msgid "Authentication NIS"
msgstr "NIS autentifikcia"
-#: ../../install_steps_interactive.pm_.c:958
+#: ../../install_steps_interactive.pm_.c:1135
msgid "NIS Domain"
msgstr "NIS domna"
-#: ../../install_steps_interactive.pm_.c:959
+#: ../../install_steps_interactive.pm_.c:1136
msgid "NIS Server"
msgstr "NIS server"
-#: ../../install_steps_interactive.pm_.c:994
+#: ../../install_steps_interactive.pm_.c:1171
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 "
@@ -4360,19 +4726,20 @@ msgstr ""
"Ak si elte vytvori zavdzaciu disketu pre v systm, vlote disketu do\n"
"prvej mechaniky a stlate \"Ok\"."
-#: ../../install_steps_interactive.pm_.c:1010
+#: ../../install_steps_interactive.pm_.c:1187
msgid "First floppy drive"
msgstr "Prv floppy mechanika"
-#: ../../install_steps_interactive.pm_.c:1011
+#: ../../install_steps_interactive.pm_.c:1188
msgid "Second floppy drive"
msgstr "Druh floppy mechanika"
-#: ../../install_steps_interactive.pm_.c:1012 ../../printerdrake.pm_.c:1382
+#: ../../install_steps_interactive.pm_.c:1189 ../../printerdrake.pm_.c:1848
msgid "Skip"
msgstr "Vynechaj"
-#: ../../install_steps_interactive.pm_.c:1017
+#: ../../install_steps_interactive.pm_.c:1194
+#, c-format
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 "
@@ -4383,7 +4750,8 @@ msgid ""
"with\n"
"the Mandrake rescue image, making it much easier to recover from severe "
"system\n"
-"failures. Would you like to create a bootdisk for your system?"
+"failures. Would you like to create a bootdisk for your system?\n"
+"%s"
msgstr ""
"Individulna zavdzacia disketa poskytuje monos zavies v systm Linux\n"
"bez zvislosti na obvyklom zavdzai. Hod sa to, pokia nechcete na vaom\n"
@@ -4392,30 +4760,40 @@ msgstr ""
"me by tie pouit spolu s Mandrake Linux zchrannou disketou, o \n"
"podstatne uah zotavenie sa z vnych chb systmu.\n"
"\n"
-"elte si vytvori zavdzaciu disketu pre v systm?"
+"elte si vytvori zavdzaciu disketu pre v systm?\n"
+"%s"
-#: ../../install_steps_interactive.pm_.c:1026
+#: ../../install_steps_interactive.pm_.c:1200
+msgid ""
+"\n"
+"\n"
+"(WARNING! You're using XFS for your root partition,\n"
+"creating a bootdisk on a 1.44 Mb floppy will probably fail,\n"
+"because XFS needs a very large driver)."
+msgstr ""
+
+#: ../../install_steps_interactive.pm_.c:1208
msgid "Sorry, no floppy drive available"
msgstr "Prepte, nenaiel som iadnu disketov mechaniku"
-#: ../../install_steps_interactive.pm_.c:1030
+#: ../../install_steps_interactive.pm_.c:1212
msgid "Choose the floppy drive you want to use to make the bootdisk"
msgstr "Zvote floppy mechaniku v ktorej chcete vytvori boot disketu"
-#: ../../install_steps_interactive.pm_.c:1034
+#: ../../install_steps_interactive.pm_.c:1216
#, c-format
-msgid "Insert a floppy in drive %s"
+msgid "Insert a floppy in %s"
msgstr "Vlote disketu do mechaniky %s"
-#: ../../install_steps_interactive.pm_.c:1037
+#: ../../install_steps_interactive.pm_.c:1219
msgid "Creating bootdisk"
msgstr "Vytvram bootdisk"
-#: ../../install_steps_interactive.pm_.c:1044
+#: ../../install_steps_interactive.pm_.c:1226
msgid "Preparing bootloader"
msgstr "Pripravuje sa zavdza"
-#: ../../install_steps_interactive.pm_.c:1055
+#: ../../install_steps_interactive.pm_.c:1237
msgid ""
"You appear to have an OldWorld or Unknown\n"
" machine, the yaboot bootloader will not work for you.\n"
@@ -4423,11 +4801,11 @@ msgid ""
" need to use BootX to boot your machine"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1060
+#: ../../install_steps_interactive.pm_.c:1243
msgid "Do you want to use aboot?"
msgstr "Chcete poui aboot?"
-#: ../../install_steps_interactive.pm_.c:1063
+#: ../../install_steps_interactive.pm_.c:1246
msgid ""
"Error installing aboot, \n"
"try to force installation even if that destroys the first partition?"
@@ -4435,16 +4813,15 @@ msgstr ""
"Chyba intalcie aboot.\n"
"Sksi silov intalciu s monosou znienia prvho oddielu?"
-#: ../../install_steps_interactive.pm_.c:1070
-#, fuzzy
+#: ../../install_steps_interactive.pm_.c:1253
msgid "Installing bootloader"
-msgstr "Intalcia zavdzaa"
+msgstr "Intalujem zavdza"
-#: ../../install_steps_interactive.pm_.c:1076
+#: ../../install_steps_interactive.pm_.c:1259
msgid "Installation of bootloader failed. The following error occured:"
msgstr "Intalcia zavdzaa zlhala. Vyskytla sa nasledujca chyba:"
-#: ../../install_steps_interactive.pm_.c:1084
+#: ../../install_steps_interactive.pm_.c:1267
#, c-format
msgid ""
"You may need to change your Open Firmware boot-device to\n"
@@ -4455,34 +4832,18 @@ msgid ""
"At your next boot you should see the bootloader prompt."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1092 ../../standalone/draksec_.c:23
-msgid "Low"
-msgstr "Slab"
-
-#: ../../install_steps_interactive.pm_.c:1093 ../../standalone/draksec_.c:24
-msgid "Medium"
-msgstr "Stredn"
-
-#: ../../install_steps_interactive.pm_.c:1094 ../../standalone/draksec_.c:25
-msgid "High"
-msgstr "Vysok"
-
-#: ../../install_steps_interactive.pm_.c:1098 ../../standalone/draksec_.c:62
-msgid "Choose security level"
-msgstr "Voba bezpenostnej rovne"
-
-#: ../../install_steps_interactive.pm_.c:1134
-#: ../../standalone/drakautoinst_.c:80
+#: ../../install_steps_interactive.pm_.c:1311
+#: ../../standalone/drakautoinst_.c:81
#, c-format
msgid "Insert a blank floppy in drive %s"
msgstr "Vlote ist disketu do mechaniky %s"
-#: ../../install_steps_interactive.pm_.c:1138
-#: ../../standalone/drakautoinst_.c:82
+#: ../../install_steps_interactive.pm_.c:1315
+#: ../../standalone/drakautoinst_.c:83
msgid "Creating auto install floppy"
msgstr "Pripravujem auto intalan disketu"
-#: ../../install_steps_interactive.pm_.c:1149
+#: ../../install_steps_interactive.pm_.c:1326
msgid ""
"Some steps are not completed.\n"
"\n"
@@ -4492,14 +4853,19 @@ msgstr ""
"\n"
"Naozaj chcete teraz skoni?"
-#: ../../install_steps_interactive.pm_.c:1160
+#: ../../install_steps_interactive.pm_.c:1337
msgid ""
"Congratulations, installation is complete.\n"
"Remove the boot media and press return to reboot.\n"
"\n"
+"\n"
"For information on fixes which are available for this release of Mandrake "
"Linux,\n"
-"consult the Errata available from http://www.mandrakelinux.com/.\n"
+"consult the Errata available from:\n"
+"\n"
+"\n"
+"http://www.linux-mandrake.com/en/82errata.php3\n"
+"\n"
"\n"
"Information on configuring your system is available in the post\n"
"install chapter of the Official Mandrake Linux User's Guide."
@@ -4507,14 +4873,19 @@ msgstr ""
"Gratulujeme! Intalcia je kompletn.\n"
"Vyberte zavdzacie mdium (disketa, CD) a state enter\n"
"pre retart potaa.\n"
-"Informcie o opravch tejto verzie Mandrake Linux-u mete njst nahttp://"
-"www.mandrakelinux.com/."
+"\n"
+"\n"
+"Informcie o opravch tejto verzie Mandrake Linux-u mete njst na\n"
+"\n"
+"\n"
+"http://www.linux-mandrake.com/en/82errata.php3\n"
+" "
-#: ../../install_steps_interactive.pm_.c:1172
+#: ../../install_steps_interactive.pm_.c:1354
msgid "Generate auto install floppy"
msgstr "Prprava auto intalanej diskety"
-#: ../../install_steps_interactive.pm_.c:1174
+#: ../../install_steps_interactive.pm_.c:1356
msgid ""
"The auto install can be fully automated if wanted,\n"
"in that case it will take over the hard drive!!\n"
@@ -4525,15 +4896,15 @@ msgstr ""
"Automatick intalcia me by plne automatizovan\n"
"v tom prpade vak intalcia zaberie cel pevn disk.\n"
-#: ../../install_steps_interactive.pm_.c:1179
+#: ../../install_steps_interactive.pm_.c:1361
msgid "Automated"
msgstr "Automatick"
-#: ../../install_steps_interactive.pm_.c:1179
+#: ../../install_steps_interactive.pm_.c:1361
msgid "Replay"
msgstr "Prehra"
-#: ../../install_steps_interactive.pm_.c:1182
+#: ../../install_steps_interactive.pm_.c:1364
msgid "Save packages selection"
msgstr "Uloi vobu balkov"
@@ -4548,349 +4919,446 @@ msgid ""
msgstr ""
" <Tab>/<Alt-Tab> medzi polokami | <Medzera> oznauje | <F12> alej"
-#: ../../interactive.pm_.c:73
+#: ../../interactive.pm_.c:87
msgid "kdesu missing"
msgstr "chba kdesu"
-#: ../../interactive.pm_.c:132
+#: ../../interactive.pm_.c:89 ../../interactive.pm_.c:100
+msgid "consolehelper missing"
+msgstr ""
+
+#: ../../interactive.pm_.c:152
msgid "Choose a file"
msgstr "Zvote sbor"
-#: ../../interactive.pm_.c:284
+#: ../../interactive.pm_.c:314
msgid "Advanced"
msgstr "Rozrene"
-#: ../../interactive.pm_.c:345
+#: ../../interactive.pm_.c:315
+msgid "Basic"
+msgstr "Zkladn"
+
+#: ../../interactive.pm_.c:386
msgid "Please wait"
msgstr "Prosm akajte"
-#: ../../interactive_gtk.pm_.c:681
+#: ../../interactive_gtk.pm_.c:605 ../../services.pm_.c:222
+msgid "Info"
+msgstr "Info"
+
+#: ../../interactive_gtk.pm_.c:715
msgid "Expand Tree"
msgstr "Uk strom"
-#: ../../interactive_gtk.pm_.c:682
+#: ../../interactive_gtk.pm_.c:716
msgid "Collapse Tree"
msgstr "Skri strom"
-#: ../../interactive_gtk.pm_.c:683
+#: ../../interactive_gtk.pm_.c:717
msgid "Toggle between flat and group sorted"
msgstr "Priame, alebo skupinov triedenie"
-#: ../../interactive_stdio.pm_.c:35
-#, c-format
-msgid "Ambiguity (%s), be more precise\n"
-msgstr "Nejednoznanos (%s), bute presnej\n"
-
-#: ../../interactive_stdio.pm_.c:36 ../../interactive_stdio.pm_.c:51
-#: ../../interactive_stdio.pm_.c:71
+#: ../../interactive_stdio.pm_.c:29 ../../interactive_stdio.pm_.c:147
msgid "Bad choice, try again\n"
msgstr "Chybn voba, skste znovu\n"
-#: ../../interactive_stdio.pm_.c:39
+#: ../../interactive_stdio.pm_.c:30 ../../interactive_stdio.pm_.c:148
#, c-format
-msgid " ? (default %s) "
-msgstr " ? (predvolen %s) "
+msgid "Your choice? (default %s) "
+msgstr "Vaa voba? (predvolen %s) "
#: ../../interactive_stdio.pm_.c:52
#, c-format
-msgid "Your choice? (default %s) "
-msgstr "Vaa voba? (predvolen %s) "
+msgid ""
+"Entries you'll have to fill:\n"
+"%s"
+msgstr ""
+"Zznamy, ktor muste vyplni:\n"
+"%s"
-#: ../../interactive_stdio.pm_.c:72
+#: ../../interactive_stdio.pm_.c:68
#, c-format
-msgid "Your choice? (default %s enter `none' for none) "
-msgstr "Vaa voba? (predvolen %s vlote `none' pre ni "
+msgid "Your choice? (0/1, default `%s') "
+msgstr "Vaa voba? (0/1, predvolen `%s') "
+
+#: ../../interactive_stdio.pm_.c:93
+#, c-format
+msgid "Button `%s': %s"
+msgstr "Tlatko `%s': %s"
+
+#: ../../interactive_stdio.pm_.c:94
+msgid "Do you want to click on this button? "
+msgstr "elte si klikn na toto tlatko?"
+
+#: ../../interactive_stdio.pm_.c:103
+#, c-format
+msgid "Your choice? (default `%s'%s) "
+msgstr "Vaa voba? (predvolen `%s'%s) "
+
+#: ../../interactive_stdio.pm_.c:121
+#, c-format
+msgid "=> There are many things to choose from (%s).\n"
+msgstr ""
-#: ../../keyboard.pm_.c:140 ../../keyboard.pm_.c:178
+#: ../../interactive_stdio.pm_.c:124
+msgid ""
+"Please choose the first number of the 10-range you wish to edit,\n"
+"or just hit Enter to proceed.\n"
+"Your choice? "
+msgstr ""
+
+#: ../../interactive_stdio.pm_.c:137
+#, c-format
+msgid ""
+"=> Notice, a label changed:\n"
+"%s"
+msgstr ""
+
+#: ../../interactive_stdio.pm_.c:144
+msgid "Re-submit"
+msgstr ""
+
+#: ../../keyboard.pm_.c:174 ../../keyboard.pm_.c:205
msgid "Czech (QWERTZ)"
msgstr "esk (QWERTZ)"
-#: ../../keyboard.pm_.c:141 ../../keyboard.pm_.c:155 ../../keyboard.pm_.c:180
+#: ../../keyboard.pm_.c:175 ../../keyboard.pm_.c:207
msgid "German"
msgstr "Nemeck"
-#: ../../keyboard.pm_.c:142
+#: ../../keyboard.pm_.c:176
msgid "Dvorak"
msgstr "Dvorak"
-#: ../../keyboard.pm_.c:143 ../../keyboard.pm_.c:186
+#: ../../keyboard.pm_.c:177 ../../keyboard.pm_.c:214
msgid "Spanish"
msgstr "panielska"
-#: ../../keyboard.pm_.c:144 ../../keyboard.pm_.c:187
+#: ../../keyboard.pm_.c:178 ../../keyboard.pm_.c:215
msgid "Finnish"
msgstr "Fnska"
-#: ../../keyboard.pm_.c:145 ../../keyboard.pm_.c:156 ../../keyboard.pm_.c:188
+#: ../../keyboard.pm_.c:179 ../../keyboard.pm_.c:216
msgid "French"
msgstr "Franczska"
-#: ../../keyboard.pm_.c:146 ../../keyboard.pm_.c:211
+#: ../../keyboard.pm_.c:180 ../../keyboard.pm_.c:241
msgid "Norwegian"
msgstr "Nrska"
-#: ../../keyboard.pm_.c:147
+#: ../../keyboard.pm_.c:181
msgid "Polish"
msgstr "Polsk"
-#: ../../keyboard.pm_.c:148 ../../keyboard.pm_.c:219
+#: ../../keyboard.pm_.c:182 ../../keyboard.pm_.c:249
msgid "Russian"
msgstr "Rusk"
-#: ../../keyboard.pm_.c:150 ../../keyboard.pm_.c:221
+#: ../../keyboard.pm_.c:184 ../../keyboard.pm_.c:251
msgid "Swedish"
msgstr "vdska"
-#: ../../keyboard.pm_.c:151 ../../keyboard.pm_.c:236
+#: ../../keyboard.pm_.c:185 ../../keyboard.pm_.c:266
msgid "UK keyboard"
msgstr "UK klvesnica"
-#: ../../keyboard.pm_.c:152 ../../keyboard.pm_.c:157 ../../keyboard.pm_.c:237
+#: ../../keyboard.pm_.c:186 ../../keyboard.pm_.c:267
msgid "US keyboard"
msgstr "US klvesnica"
-#: ../../keyboard.pm_.c:159
+#: ../../keyboard.pm_.c:188
msgid "Albanian"
msgstr "Albnska"
-#: ../../keyboard.pm_.c:160
+#: ../../keyboard.pm_.c:189
msgid "Armenian (old)"
msgstr "Armnska (star)"
-#: ../../keyboard.pm_.c:161
+#: ../../keyboard.pm_.c:190
msgid "Armenian (typewriter)"
msgstr "Armnska (psac stroj)"
-#: ../../keyboard.pm_.c:162
+#: ../../keyboard.pm_.c:191
msgid "Armenian (phonetic)"
msgstr "Armnska (fonetick)"
-#: ../../keyboard.pm_.c:167
+#: ../../keyboard.pm_.c:196
msgid "Azerbaidjani (latin)"
msgstr "Azerbajdan (latin)"
-#: ../../keyboard.pm_.c:169
+#: ../../keyboard.pm_.c:198
msgid "Belgian"
msgstr "Belgick"
-#: ../../keyboard.pm_.c:170
-msgid "Bulgarian"
-msgstr "Bulharsk"
+#: ../../keyboard.pm_.c:199
+msgid "Bulgarian (phonetic)"
+msgstr "Bulharsk (fonetick)"
+
+#: ../../keyboard.pm_.c:200
+msgid "Bulgarian (BDS)"
+msgstr "Bulharsk (BDS)"
-#: ../../keyboard.pm_.c:171
+#: ../../keyboard.pm_.c:201
msgid "Brazilian (ABNT-2)"
msgstr "Brazlska"
-#: ../../keyboard.pm_.c:172
+#: ../../keyboard.pm_.c:202
msgid "Belarusian"
msgstr "Bielorusk"
-#: ../../keyboard.pm_.c:173
+#: ../../keyboard.pm_.c:203
msgid "Swiss (German layout)"
msgstr "vajiarska (Nemeck rozloenie klves)"
-#: ../../keyboard.pm_.c:174
+#: ../../keyboard.pm_.c:204
msgid "Swiss (French layout)"
msgstr "vajiarska (Franczske rozloenie klves)"
-#: ../../keyboard.pm_.c:179
+#: ../../keyboard.pm_.c:206
msgid "Czech (QWERTY)"
msgstr "esk (QWERTY)"
-#: ../../keyboard.pm_.c:181
+#: ../../keyboard.pm_.c:208
msgid "German (no dead keys)"
msgstr "Nemeck (bez mtvych klves)"
-#: ../../keyboard.pm_.c:182
+#: ../../keyboard.pm_.c:209
msgid "Danish"
msgstr "Dnska"
-#: ../../keyboard.pm_.c:183
+#: ../../keyboard.pm_.c:210
msgid "Dvorak (US)"
msgstr "Dvorak (US)"
-#: ../../keyboard.pm_.c:184
+#: ../../keyboard.pm_.c:211
msgid "Dvorak (Norwegian)"
msgstr "Dvorak (Nrska)"
-#: ../../keyboard.pm_.c:185
+#: ../../keyboard.pm_.c:212
+msgid "Dvorak (Swedish)"
+msgstr "Dvorak (Swedish)"
+
+#: ../../keyboard.pm_.c:213
msgid "Estonian"
msgstr "Estnska"
-#: ../../keyboard.pm_.c:189
+#: ../../keyboard.pm_.c:217
msgid "Georgian (\"Russian\" layout)"
msgstr "Gruznska (\"Rusk\" rozloenie klves)"
-#: ../../keyboard.pm_.c:190
+#: ../../keyboard.pm_.c:218
msgid "Georgian (\"Latin\" layout)"
msgstr "Gruznska (\"Latin\" rozloenie klves)"
-#: ../../keyboard.pm_.c:191
+#: ../../keyboard.pm_.c:219
msgid "Greek"
msgstr "Grcka"
-#: ../../keyboard.pm_.c:192
+#: ../../keyboard.pm_.c:220
msgid "Hungarian"
msgstr "Maarsk"
-#: ../../keyboard.pm_.c:193
+#: ../../keyboard.pm_.c:221
msgid "Croatian"
msgstr "Chorvtska"
-#: ../../keyboard.pm_.c:194
+#: ../../keyboard.pm_.c:222
msgid "Israeli"
msgstr "Izraelsk"
-#: ../../keyboard.pm_.c:195
+#: ../../keyboard.pm_.c:223
msgid "Israeli (Phonetic)"
msgstr "Izraelsk (fonetick)"
-#: ../../keyboard.pm_.c:196
+#: ../../keyboard.pm_.c:224
msgid "Iranian"
msgstr "Irnska"
-#: ../../keyboard.pm_.c:197
+#: ../../keyboard.pm_.c:225
msgid "Icelandic"
msgstr "Islandsk"
-#: ../../keyboard.pm_.c:198
+#: ../../keyboard.pm_.c:226
msgid "Italian"
msgstr "Talianska"
-#: ../../keyboard.pm_.c:200
+#: ../../keyboard.pm_.c:228
msgid "Japanese 106 keys"
msgstr "Japonsk 106 klves"
-#: ../../keyboard.pm_.c:201
+#: ../../keyboard.pm_.c:231
msgid "Korean keyboard"
msgstr "Krejska klvesnica"
-#: ../../keyboard.pm_.c:202
+#: ../../keyboard.pm_.c:232
msgid "Latin American"
msgstr "Latinsko Americk"
-#: ../../keyboard.pm_.c:203
+#: ../../keyboard.pm_.c:233
msgid "Lithuanian AZERTY (old)"
msgstr "Litovsk AZERTY (star)"
-#: ../../keyboard.pm_.c:205
+#: ../../keyboard.pm_.c:235
msgid "Lithuanian AZERTY (new)"
msgstr "Litovsk AZERTY (nov)"
-#: ../../keyboard.pm_.c:206
+#: ../../keyboard.pm_.c:236
msgid "Lithuanian \"number row\" QWERTY"
msgstr "Litovsk QWERTY"
-#: ../../keyboard.pm_.c:207
+#: ../../keyboard.pm_.c:237
msgid "Lithuanian \"phonetic\" QWERTY"
msgstr "Litovsk \"fonetick\" QWERTY"
-#: ../../keyboard.pm_.c:208
-#, fuzzy
+#: ../../keyboard.pm_.c:238
msgid "Latvian"
-msgstr "Umiestnenie"
+msgstr ""
-#: ../../keyboard.pm_.c:209
+#: ../../keyboard.pm_.c:239
msgid "Macedonian"
msgstr "Macednska"
-#: ../../keyboard.pm_.c:210
+#: ../../keyboard.pm_.c:240
msgid "Dutch"
msgstr "Holandsk"
-#: ../../keyboard.pm_.c:212
+#: ../../keyboard.pm_.c:242
msgid "Polish (qwerty layout)"
msgstr "Posk (qwerty rozloenie klves)"
-#: ../../keyboard.pm_.c:213
+#: ../../keyboard.pm_.c:243
msgid "Polish (qwertz layout)"
msgstr "Posk (qwertz rozloenie klves)"
-#: ../../keyboard.pm_.c:214
+#: ../../keyboard.pm_.c:244
msgid "Portuguese"
msgstr "Portugalsk"
-#: ../../keyboard.pm_.c:215
+#: ../../keyboard.pm_.c:245
msgid "Canadian (Quebec)"
msgstr "Kanadsk (Quebec)"
-#: ../../keyboard.pm_.c:217
+#: ../../keyboard.pm_.c:247
msgid "Romanian (qwertz)"
msgstr "Romnska (Yawerty)"
-#: ../../keyboard.pm_.c:218
+#: ../../keyboard.pm_.c:248
msgid "Romanian (qwerty)"
msgstr "Romnska (Yawerty)"
-#: ../../keyboard.pm_.c:220
+#: ../../keyboard.pm_.c:250
msgid "Russian (Yawerty)"
msgstr "Rusk (Yawerty)"
-#: ../../keyboard.pm_.c:222
+#: ../../keyboard.pm_.c:252
msgid "Slovenian"
msgstr "Slovinsk"
-#: ../../keyboard.pm_.c:226
+#: ../../keyboard.pm_.c:253
msgid "Slovakian (QWERTZ)"
msgstr "Slovensk (QWERTZ)"
-#: ../../keyboard.pm_.c:227
+#: ../../keyboard.pm_.c:254
msgid "Slovakian (QWERTY)"
msgstr "Slovensk (QWERTY)"
-#: ../../keyboard.pm_.c:229
+#: ../../keyboard.pm_.c:256
msgid "Serbian (cyrillic)"
msgstr "Srbsk (cyrillic)"
-#: ../../keyboard.pm_.c:230
+#: ../../keyboard.pm_.c:258
+msgid "Tamil"
+msgstr "Tamilsk"
+
+#: ../../keyboard.pm_.c:259
msgid "Thai keyboard"
msgstr "Thaisk klvesnica"
-#: ../../keyboard.pm_.c:232
+#: ../../keyboard.pm_.c:261
msgid "Tajik keyboard"
msgstr "Tajik klvesnica"
-#: ../../keyboard.pm_.c:233
+#: ../../keyboard.pm_.c:262
msgid "Turkish (traditional \"F\" model)"
msgstr "Tureck (tradin \"F\" model)"
-#: ../../keyboard.pm_.c:234
+#: ../../keyboard.pm_.c:263
msgid "Turkish (modern \"Q\" model)"
msgstr "Tureck (modern \"Q\" model)"
-#: ../../keyboard.pm_.c:235
+#: ../../keyboard.pm_.c:265
msgid "Ukrainian"
msgstr "Ukrainsk"
-#: ../../keyboard.pm_.c:238
+#: ../../keyboard.pm_.c:268
msgid "US keyboard (international)"
msgstr "US klvesnica (medzinrodn)"
-#: ../../keyboard.pm_.c:239
+#: ../../keyboard.pm_.c:269
msgid "Vietnamese \"numeric row\" QWERTY"
msgstr "Vietnamsk \"numerick\" QWERTY"
-#: ../../keyboard.pm_.c:240
+#: ../../keyboard.pm_.c:270
msgid "Yugoslavian (latin)"
msgstr "Juhoslovansk (latin)"
+#: ../../keyboard.pm_.c:278
+msgid "Right Alt key"
+msgstr ""
+
+#: ../../keyboard.pm_.c:279
+msgid "Both Shift keys simultaneously"
+msgstr ""
+
+#: ../../keyboard.pm_.c:280
+msgid "Control and Shift keys simultaneously"
+msgstr ""
+
+#: ../../keyboard.pm_.c:281
+msgid "CapsLock key"
+msgstr ""
+
+#: ../../keyboard.pm_.c:282
+msgid "Ctrl and Alt keys simultaneously"
+msgstr ""
+
+#: ../../keyboard.pm_.c:283
+msgid "Alt and Shift keys simultaneously"
+msgstr ""
+
+#: ../../keyboard.pm_.c:284
+msgid "\"Menu\" key"
+msgstr ""
+
+#: ../../keyboard.pm_.c:285
+#, fuzzy
+msgid "Left \"Windows\" key"
+msgstr "Prevzia fonty z Windows"
+
+#: ../../keyboard.pm_.c:286
+msgid "Right \"Windows\" key"
+msgstr ""
+
#: ../../loopback.pm_.c:32
#, c-format
msgid "Circular mounts %s\n"
msgstr "Kruhov pripojenia %s\n"
-#: ../../lvm.pm_.c:83
+#: ../../lvm.pm_.c:88
msgid "Remove the logical volumes first\n"
msgstr "Odstrate najprv logick zvzky\n"
+#: ../../modules.pm_.c:826
+msgid ""
+"PCMCIA support no longer exist for 2.2 kernels. Please use a 2.4 kernel."
+msgstr ""
+"PCMCIA podpora u nieje zahrnut v jadrch verzie 2.2. Pouite verziu 2.4"
+
#: ../../mouse.pm_.c:25
msgid "Sun - Mouse"
msgstr "Sun my"
-#: ../../mouse.pm_.c:31
-msgid "Standard"
-msgstr "tandardn"
-
#: ../../mouse.pm_.c:32
msgid "Logitech MouseMan+"
msgstr "Logitech MouseMan+"
@@ -4903,11 +5371,11 @@ msgstr "tandardn PS2 my s kolieskom"
msgid "GlidePoint"
msgstr "GlidePoint"
-#: ../../mouse.pm_.c:36 ../../mouse.pm_.c:62
+#: ../../mouse.pm_.c:36 ../../mouse.pm_.c:63
msgid "Kensington Thinking Mouse"
msgstr "Kensington Thinking Mouse"
-#: ../../mouse.pm_.c:37 ../../mouse.pm_.c:58
+#: ../../mouse.pm_.c:37 ../../mouse.pm_.c:59
msgid "Genius NetMouse"
msgstr "Genius NetMouse"
@@ -4915,111 +5383,111 @@ msgstr "Genius NetMouse"
msgid "Genius NetScroll"
msgstr "Genius NetScroll"
-#: ../../mouse.pm_.c:43 ../../mouse.pm_.c:67
+#: ../../mouse.pm_.c:43 ../../mouse.pm_.c:68
msgid "1 button"
msgstr "1 tlaidlo"
-#: ../../mouse.pm_.c:44
+#: ../../mouse.pm_.c:44 ../../mouse.pm_.c:51
+msgid "Generic 2 Button Mouse"
+msgstr "tandardn my s 2 tlaidlami"
+
+#: ../../mouse.pm_.c:45
msgid "Generic"
msgstr "Veobecn"
-#: ../../mouse.pm_.c:45
+#: ../../mouse.pm_.c:46
msgid "Wheel"
msgstr "Koliesko"
-#: ../../mouse.pm_.c:48
+#: ../../mouse.pm_.c:49
msgid "serial"
msgstr "sriov"
-#: ../../mouse.pm_.c:50
-msgid "Generic 2 Button Mouse"
-msgstr "tandardn my s 2 tlaidlami"
-
-#: ../../mouse.pm_.c:51
+#: ../../mouse.pm_.c:52
msgid "Generic 3 Button Mouse"
msgstr "tandardn trojtlatkov"
-#: ../../mouse.pm_.c:52
+#: ../../mouse.pm_.c:53
msgid "Microsoft IntelliMouse"
msgstr "Microsoft IntelliMouse"
-#: ../../mouse.pm_.c:53
+#: ../../mouse.pm_.c:54
msgid "Logitech MouseMan"
msgstr "Logitech MouseMan"
-#: ../../mouse.pm_.c:54
+#: ../../mouse.pm_.c:55
msgid "Mouse Systems"
msgstr "Mouse Systems"
-#: ../../mouse.pm_.c:56
+#: ../../mouse.pm_.c:57
msgid "Logitech CC Series"
msgstr "Logitech CC Series"
-#: ../../mouse.pm_.c:57
+#: ../../mouse.pm_.c:58
msgid "Logitech MouseMan+/FirstMouse+"
msgstr "Logitech MouseMan+/FirstMouse+"
-#: ../../mouse.pm_.c:59
+#: ../../mouse.pm_.c:60
msgid "MM Series"
msgstr "MM Series"
-#: ../../mouse.pm_.c:60
+#: ../../mouse.pm_.c:61
msgid "MM HitTablet"
msgstr "MM HitTablet"
-#: ../../mouse.pm_.c:61
+#: ../../mouse.pm_.c:62
msgid "Logitech Mouse (serial, old C7 type)"
msgstr "Logitech Mouse (sriov, star typ C7)"
-#: ../../mouse.pm_.c:65
+#: ../../mouse.pm_.c:66
msgid "busmouse"
msgstr "My na zbernici"
-#: ../../mouse.pm_.c:68
+#: ../../mouse.pm_.c:69
msgid "2 buttons"
msgstr "2 tlaidl"
-#: ../../mouse.pm_.c:69
+#: ../../mouse.pm_.c:70
msgid "3 buttons"
msgstr "3 tlaidl"
-#: ../../mouse.pm_.c:72
+#: ../../mouse.pm_.c:73
msgid "none"
msgstr "ni"
-#: ../../mouse.pm_.c:74
+#: ../../mouse.pm_.c:75
msgid "No mouse"
msgstr "iadna my"
-#: ../../mouse.pm_.c:482
+#: ../../mouse.pm_.c:499
msgid "Please test the mouse"
msgstr "Prosm otestujte my."
-#: ../../mouse.pm_.c:483
+#: ../../mouse.pm_.c:500
msgid "To activate the mouse,"
msgstr "Pre aktivciu myi,"
-#: ../../mouse.pm_.c:484
+#: ../../mouse.pm_.c:501
msgid "MOVE YOUR WHEEL!"
msgstr "POHNITE KOLIESKOM!"
-#: ../../my_gtk.pm_.c:380
+#: ../../my_gtk.pm_.c:651
msgid "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
msgstr "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
-#: ../../my_gtk.pm_.c:415
+#: ../../my_gtk.pm_.c:686
msgid "Finish"
msgstr "Dokoni"
-#: ../../my_gtk.pm_.c:415
+#: ../../my_gtk.pm_.c:686 ../../printerdrake.pm_.c:1588
msgid "Next ->"
msgstr "al ->"
-#: ../../my_gtk.pm_.c:416
+#: ../../my_gtk.pm_.c:687 ../../printerdrake.pm_.c:1586
msgid "<- Previous"
msgstr "<- Predchdzajce"
-#: ../../my_gtk.pm_.c:716
+#: ../../my_gtk.pm_.c:1019
msgid "Is this correct?"
msgstr "Je to sprvne?"
@@ -5038,9 +5506,8 @@ msgstr ""
"Ak neviete o poui, tak zvote 'poui pppoe'"
#: ../../network/adsl.pm_.c:22
-#, fuzzy
msgid "Alcatel speedtouch usb"
-msgstr "speedtouch usb"
+msgstr "Alcatel speedtouch usb"
#: ../../network/adsl.pm_.c:22
msgid "use dhcp"
@@ -5070,7 +5537,7 @@ msgstr ""
"Vo vaom systme nebol njden sieovy ethernet adaptr.\n"
"Nemem nastavi poadovan typ pripojenia."
-#: ../../network/ethernet.pm_.c:92 ../../standalone/drakgw_.c:233
+#: ../../network/ethernet.pm_.c:92 ../../standalone/drakgw_.c:252
msgid "Choose the network interface"
msgstr "Zvote sieove rozhranie"
@@ -5085,7 +5552,7 @@ msgstr ""
msgid "no network card found"
msgstr "nenaiel som sieov kartu"
-#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:350
+#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:360
msgid "Configuring network"
msgstr "Konfigurujem sie"
@@ -5101,15 +5568,15 @@ msgstr ""
"Meno vho potaa by malo byt plne kvalifikovan host name,\n"
"ako naprklad ``hq.alert.sk''."
-#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:355
+#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:365
msgid "Host name"
msgstr "Nzov potaa"
#: ../../network/isdn.pm_.c:21 ../../network/isdn.pm_.c:44
-#: ../../network/netconnect.pm_.c:91 ../../network/netconnect.pm_.c:105
-#: ../../network/netconnect.pm_.c:154 ../../network/netconnect.pm_.c:164
-#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:213
-#: ../../network/netconnect.pm_.c:221
+#: ../../network/netconnect.pm_.c:95 ../../network/netconnect.pm_.c:109
+#: ../../network/netconnect.pm_.c:164 ../../network/netconnect.pm_.c:175
+#: ../../network/netconnect.pm_.c:202 ../../network/netconnect.pm_.c:225
+#: ../../network/netconnect.pm_.c:233
msgid "Network Configuration Wizard"
msgstr "Sprievodca konfigurciou siete"
@@ -5155,13 +5622,13 @@ msgstr "Nov konfigurcia (isdn-light)"
msgid "Old configuration (isdn4net)"
msgstr "Star konfigurcia (isdn4net)"
-#: ../../network/isdn.pm_.c:169 ../../network/isdn.pm_.c:187
-#: ../../network/isdn.pm_.c:197 ../../network/isdn.pm_.c:204
-#: ../../network/isdn.pm_.c:214
+#: ../../network/isdn.pm_.c:170 ../../network/isdn.pm_.c:188
+#: ../../network/isdn.pm_.c:198 ../../network/isdn.pm_.c:205
+#: ../../network/isdn.pm_.c:215
msgid "ISDN Configuration"
msgstr "Konfigurcia ISDN"
-#: ../../network/isdn.pm_.c:169
+#: ../../network/isdn.pm_.c:170
msgid ""
"Select your provider.\n"
" If it's not in the list, choose Unlisted"
@@ -5169,19 +5636,19 @@ msgstr ""
"Zvote si poskytovatea.\n"
"Ak nieje v zozname, zvote Unlisted"
-#: ../../network/isdn.pm_.c:182
+#: ../../network/isdn.pm_.c:183
msgid "Europe protocol"
msgstr "Eurpsky protokol"
-#: ../../network/isdn.pm_.c:182
+#: ../../network/isdn.pm_.c:183
msgid "Europe protocol (EDSS1)"
msgstr "Eurpsky protokol (EDSS1)"
-#: ../../network/isdn.pm_.c:184
+#: ../../network/isdn.pm_.c:185
msgid "Protocol for the rest of the world"
msgstr "Protokol pre zvyok sveta"
-#: ../../network/isdn.pm_.c:184
+#: ../../network/isdn.pm_.c:185
msgid ""
"Protocol for the rest of the world \n"
" no D-Channel (leased lines)"
@@ -5189,27 +5656,27 @@ msgstr ""
"Protokol pre zvyok sveta \n"
" bez D-Channel (prenajat linky)"
-#: ../../network/isdn.pm_.c:188
+#: ../../network/isdn.pm_.c:189
msgid "Which protocol do you want to use ?"
msgstr "Ak typ protokolu chcete pouva ?"
-#: ../../network/isdn.pm_.c:198
+#: ../../network/isdn.pm_.c:199
msgid "What kind of card do you have?"
msgstr "Ak typ karty mte?"
-#: ../../network/isdn.pm_.c:199
+#: ../../network/isdn.pm_.c:200
msgid "I don't know"
msgstr "Neviem"
-#: ../../network/isdn.pm_.c:199
+#: ../../network/isdn.pm_.c:200
msgid "ISA / PCMCIA"
msgstr "ISA / PCMCIA"
-#: ../../network/isdn.pm_.c:199
+#: ../../network/isdn.pm_.c:200
msgid "PCI"
msgstr "PCI"
-#: ../../network/isdn.pm_.c:205
+#: ../../network/isdn.pm_.c:206
msgid ""
"\n"
"If you have an ISA card, the values on the next screen should be right.\n"
@@ -5221,19 +5688,19 @@ msgstr ""
"\n"
"Ak mte PCMCIA kartu, muste vedie irq a io adresu tejto karty.\n"
-#: ../../network/isdn.pm_.c:209
+#: ../../network/isdn.pm_.c:210
msgid "Abort"
msgstr "Preru"
-#: ../../network/isdn.pm_.c:209
+#: ../../network/isdn.pm_.c:210
msgid "Continue"
msgstr "Pokraova"
-#: ../../network/isdn.pm_.c:215
+#: ../../network/isdn.pm_.c:216
msgid "Which is your ISDN card ?"
msgstr "Ktor je vaa ISDN karta ?"
-#: ../../network/isdn.pm_.c:234
+#: ../../network/isdn.pm_.c:235
msgid ""
"I have detected an ISDN PCI Card, but I don't know the type. Please select "
"one PCI card on the next screen."
@@ -5241,59 +5708,59 @@ msgstr ""
"Naiel som PCI ISDN kartu, ale nepoznm tento typ. Prosm zvote si jednu z "
"PCI kariet na alej obrazovke."
-#: ../../network/isdn.pm_.c:243
+#: ../../network/isdn.pm_.c:244
msgid "No ISDN PCI card found. Please select one on the next screen."
msgstr "Nebola njdena ISDN karta. Prosm zvote si jednu zo zobrazench."
-#: ../../network/modem.pm_.c:37
+#: ../../network/modem.pm_.c:39
msgid "Please choose which serial port your modem is connected to."
msgstr "Prosm zvote na ktor sriov port je pripojen v modem."
-#: ../../network/modem.pm_.c:42
+#: ../../network/modem.pm_.c:44
msgid "Dialup options"
msgstr "Voby dialupu"
-#: ../../network/modem.pm_.c:43 ../../standalone/draknet_.c:600
+#: ../../network/modem.pm_.c:45 ../../standalone/draknet_.c:622
msgid "Connection name"
msgstr "Meno pripojenia"
-#: ../../network/modem.pm_.c:44 ../../standalone/draknet_.c:601
+#: ../../network/modem.pm_.c:46 ../../standalone/draknet_.c:623
msgid "Phone number"
msgstr "Telefnne slo"
-#: ../../network/modem.pm_.c:45 ../../standalone/draknet_.c:602
+#: ../../network/modem.pm_.c:47 ../../standalone/draknet_.c:624
msgid "Login ID"
msgstr "Prihlasovacie ID"
-#: ../../network/modem.pm_.c:47 ../../standalone/draknet_.c:604
+#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
msgid "CHAP"
-msgstr ""
+msgstr "CHAP"
-#: ../../network/modem.pm_.c:47 ../../standalone/draknet_.c:604
+#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
msgid "PAP"
msgstr "PAP"
-#: ../../network/modem.pm_.c:47 ../../standalone/draknet_.c:604
+#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
msgid "Script-based"
msgstr "Zaloen na skriptoch"
-#: ../../network/modem.pm_.c:47 ../../standalone/draknet_.c:604
+#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
msgid "Terminal-based"
msgstr "Zaloen na terminly"
-#: ../../network/modem.pm_.c:48 ../../standalone/draknet_.c:605
+#: ../../network/modem.pm_.c:50 ../../standalone/draknet_.c:627
msgid "Domain name"
msgstr "Meno domny"
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:606
+#: ../../network/modem.pm_.c:51 ../../standalone/draknet_.c:628
msgid "First DNS Server (optional)"
msgstr "Prv DNS server (nepovinn)"
-#: ../../network/modem.pm_.c:50 ../../standalone/draknet_.c:607
+#: ../../network/modem.pm_.c:52 ../../standalone/draknet_.c:629
msgid "Second DNS Server (optional)"
msgstr "Druh DNS server (nepovinn)"
-#: ../../network/netconnect.pm_.c:33
+#: ../../network/netconnect.pm_.c:34
msgid ""
"\n"
"You can disconnect or reconfigure your connection."
@@ -5301,7 +5768,7 @@ msgstr ""
"\n"
"Mete vae pripojenie prekonfigurova alebo sa odpoji."
-#: ../../network/netconnect.pm_.c:33 ../../network/netconnect.pm_.c:36
+#: ../../network/netconnect.pm_.c:34 ../../network/netconnect.pm_.c:37
msgid ""
"\n"
"You can reconfigure your connection."
@@ -5309,11 +5776,11 @@ msgstr ""
"\n"
"Mete prekonfigurova vae pripojenie."
-#: ../../network/netconnect.pm_.c:33
+#: ../../network/netconnect.pm_.c:34
msgid "You are currently connected to internet."
msgstr "Momentlne ste pripojen k internetu."
-#: ../../network/netconnect.pm_.c:36
+#: ../../network/netconnect.pm_.c:37
msgid ""
"\n"
"You can connect to Internet or reconfigure your connection."
@@ -5321,32 +5788,32 @@ msgstr ""
"\n"
"Mete prekonfigurova vae pripojenie, alebo sa pripojit k internetu."
-#: ../../network/netconnect.pm_.c:36
+#: ../../network/netconnect.pm_.c:37
msgid "You are not currently connected to Internet."
msgstr "Momentlne nieste pripojen k internetu."
-#: ../../network/netconnect.pm_.c:40
-msgid "Connect to Internet"
-msgstr "Pripoji k internetu"
+#: ../../network/netconnect.pm_.c:41
+msgid "Connect"
+msgstr "Pripojenie"
-#: ../../network/netconnect.pm_.c:42
-msgid "Disconnect from Internet"
-msgstr "Odpoji od internetu"
+#: ../../network/netconnect.pm_.c:43
+msgid "Disconnect"
+msgstr "Odpojenie"
-#: ../../network/netconnect.pm_.c:44
-msgid "Configure network connection (LAN or Internet)"
-msgstr "Konfigurcia sieovho pripojenia (LAN alebo internet)"
+#: ../../network/netconnect.pm_.c:45
+msgid "Configure the connection"
+msgstr "Nastavi pripojenie"
-#: ../../network/netconnect.pm_.c:47
+#: ../../network/netconnect.pm_.c:50
msgid "Internet connection & configuration"
msgstr "Pripojenie a konfigurcia internetu"
-#: ../../network/netconnect.pm_.c:96
+#: ../../network/netconnect.pm_.c:100
#, c-format
msgid "We are now going to configure the %s connection."
msgstr "Teraz nastavme Vae pripojenie %s."
-#: ../../network/netconnect.pm_.c:105
+#: ../../network/netconnect.pm_.c:109
#, c-format
msgid ""
"\n"
@@ -5364,12 +5831,12 @@ msgstr ""
"\n"
"Stlate OK pre pokraovanie."
-#: ../../network/netconnect.pm_.c:129 ../../network/netconnect.pm_.c:243
-#: ../../network/netconnect.pm_.c:255 ../../network/tools.pm_.c:56
+#: ../../network/netconnect.pm_.c:138 ../../network/netconnect.pm_.c:252
+#: ../../network/netconnect.pm_.c:271 ../../network/tools.pm_.c:57
msgid "Network Configuration"
msgstr "Konfigurcia siete"
-#: ../../network/netconnect.pm_.c:130
+#: ../../network/netconnect.pm_.c:139
msgid ""
"Because you are doing a network installation, your network is already "
"configured.\n"
@@ -5381,7 +5848,7 @@ msgstr ""
"nastavenia, alebo Cancel pre optovn nastavenie pripojenia na internet a "
"sie.\n"
-#: ../../network/netconnect.pm_.c:155
+#: ../../network/netconnect.pm_.c:165
msgid ""
"Welcome to The Network Configuration Wizard\n"
"\n"
@@ -5393,66 +5860,66 @@ msgstr ""
"Chcete nastavi vae pripojenie k sieti/internetu.\n"
"Ak nechcete poui automatick detekciu odkrtnite polko.\n"
-#: ../../network/netconnect.pm_.c:157
+#: ../../network/netconnect.pm_.c:167
msgid "Choose the profile to configure"
msgstr "Zvote profil na konfigurciu"
-#: ../../network/netconnect.pm_.c:158
+#: ../../network/netconnect.pm_.c:168
msgid "Use auto detection"
msgstr "Poui auto-detekciu"
-#: ../../network/netconnect.pm_.c:164
+#: ../../network/netconnect.pm_.c:175
msgid "Detecting devices..."
msgstr "Zisujem zariadenia..."
-#: ../../network/netconnect.pm_.c:175 ../../network/netconnect.pm_.c:184
+#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
msgid "Normal modem connection"
msgstr "Normlne modmove pripojenie"
-#: ../../network/netconnect.pm_.c:175 ../../network/netconnect.pm_.c:184
+#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
#, c-format
msgid "detected on port %s"
msgstr "detekovan na porte %s"
-#: ../../network/netconnect.pm_.c:176 ../../network/netconnect.pm_.c:185
+#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
msgid "ISDN connection"
msgstr "ISDN pripojenie"
-#: ../../network/netconnect.pm_.c:176 ../../network/netconnect.pm_.c:185
+#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
#, c-format
msgid "detected %s"
msgstr "njdene %s"
-#: ../../network/netconnect.pm_.c:177 ../../network/netconnect.pm_.c:186
+#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
msgid "ADSL connection"
msgstr "ADSL pripojenie"
-#: ../../network/netconnect.pm_.c:177 ../../network/netconnect.pm_.c:186
+#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
#, c-format
msgid "detected on interface %s"
msgstr "detekovan na rozhran %s"
-#: ../../network/netconnect.pm_.c:178 ../../network/netconnect.pm_.c:187
+#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
msgid "Cable connection"
msgstr "Pripojenie kblom"
-#: ../../network/netconnect.pm_.c:178 ../../network/netconnect.pm_.c:187
+#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
msgid "cable connection detected"
msgstr "detekovan pripojenie kblom"
-#: ../../network/netconnect.pm_.c:179 ../../network/netconnect.pm_.c:188
+#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
msgid "LAN connection"
msgstr "Pripojenie LAN"
-#: ../../network/netconnect.pm_.c:179 ../../network/netconnect.pm_.c:188
+#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
msgid "ethernet card(s) detected"
msgstr "njden ethernet karta(y)"
-#: ../../network/netconnect.pm_.c:190
+#: ../../network/netconnect.pm_.c:202
msgid "Choose the connection you want to configure"
msgstr "Vyberte pripojenie, ktor chcete nastavi"
-#: ../../network/netconnect.pm_.c:214
+#: ../../network/netconnect.pm_.c:226
msgid ""
"You have configured multiple ways to connect to the Internet.\n"
"Choose the one you want to use.\n"
@@ -5462,23 +5929,23 @@ msgstr ""
"Zvote jednu, ktor chcete pouva.\n"
"\n"
-#: ../../network/netconnect.pm_.c:215
+#: ../../network/netconnect.pm_.c:227
msgid "Internet connection"
msgstr "Pripojenie k internetu"
-#: ../../network/netconnect.pm_.c:221
+#: ../../network/netconnect.pm_.c:233
msgid "Do you want to start the connection at boot?"
msgstr "Chcete sa pripoji hne pri tarte?"
-#: ../../network/netconnect.pm_.c:239
+#: ../../network/netconnect.pm_.c:247
msgid "Network configuration"
msgstr "Konfigurcia siete"
-#: ../../network/netconnect.pm_.c:240
+#: ../../network/netconnect.pm_.c:248
msgid "The network needs to be restarted"
-msgstr ""
+msgstr "Sie potrebuje retart."
-#: ../../network/netconnect.pm_.c:243
+#: ../../network/netconnect.pm_.c:252
#, c-format
msgid ""
"A problem occured while restarting the network: \n"
@@ -5489,25 +5956,35 @@ msgstr ""
"\n"
"%s"
-#: ../../network/netconnect.pm_.c:247
+#: ../../network/netconnect.pm_.c:261
msgid ""
-"Congratulations, the network and internet configuration is finished.\n"
-"\n"
+"Congratulations, the network and Internet configuration is finished.\n"
"The configuration will now be applied to your system.\n"
+"\n"
msgstr ""
"Gratulujeme. Nastavenie siete a pripojenia k internetu je dokonen\n"
-"\n"
"Nastavenie bude teraz aplikovan na v systm.\n"
+"\n"
-#: ../../network/netconnect.pm_.c:250
+#: ../../network/netconnect.pm_.c:265
msgid ""
-"After that is done, we recommend you to restart your X\n"
-"environnement to avoid hostname changing problem."
+"After this is done, we recommend that you restart your X environment to "
+"avoid any hostname-related problems."
msgstr ""
"Po zmene doporuujeme retartovat X windows, aby ste\n"
-"predili problmom pri zmene hosovskho mena."
+"predili problmom pri zmene mena hostu."
-#: ../../network/network.pm_.c:283
+#: ../../network/netconnect.pm_.c:266
+msgid ""
+"Problems occured during configuration.\n"
+"Test your connection via net_monitor or mcc. If your connection doesn't "
+"work, you might want to relaunch the configuration"
+msgstr ""
+"Poas konfigurcie sa vyskytli problmy.\n"
+"Vyskajte Vae pripojenie s nstrojom net_monitor, alebo mcc. Ak pripojenie "
+"nepracuje, mali by ste optovne spusti konfigurciu"
+
+#: ../../network/network.pm_.c:292
msgid ""
"WARNING: This device has been previously configured to connect to the "
"Internet.\n"
@@ -5518,7 +5995,7 @@ msgstr ""
"Jednoducho nechajte pvodn nastavenie.\n"
"Modifikcia parametrov me zmeni nastavenie."
-#: ../../network/network.pm_.c:288
+#: ../../network/network.pm_.c:297
msgid ""
"Please enter the IP configuration for this machine.\n"
"Each item should be entered as an IP address in dotted-decimal\n"
@@ -5528,38 +6005,38 @@ msgstr ""
"Kad zznam by mal by zadan ako IP adresa v dekadickom tvare\n"
"oddelenom bodkami (napr. 1.2.3.4)."
-#: ../../network/network.pm_.c:297 ../../network/network.pm_.c:298
+#: ../../network/network.pm_.c:306 ../../network/network.pm_.c:307
#, c-format
msgid "Configuring network device %s"
msgstr "Konfigurcia sieovho zariadenia %s"
-#: ../../network/network.pm_.c:298
+#: ../../network/network.pm_.c:307
#, c-format
msgid " (driver %s)"
msgstr " (ovlada %s)"
-#: ../../network/network.pm_.c:300 ../../standalone/draknet_.c:255
-#: ../../standalone/draknet_.c:461
+#: ../../network/network.pm_.c:309 ../../standalone/draknet_.c:232
+#: ../../standalone/draknet_.c:468
msgid "IP address"
msgstr "IP adresa"
-#: ../../network/network.pm_.c:301 ../../standalone/draknet_.c:462
+#: ../../network/network.pm_.c:310 ../../standalone/draknet_.c:469
msgid "Netmask"
msgstr "Maska siete"
-#: ../../network/network.pm_.c:302
+#: ../../network/network.pm_.c:311
msgid "(bootp/dhcp)"
msgstr "(bootp/dhcp)"
-#: ../../network/network.pm_.c:302
+#: ../../network/network.pm_.c:311
msgid "Automatic IP"
msgstr "Automatick IP"
-#: ../../network/network.pm_.c:323 ../../printerdrake.pm_.c:406
+#: ../../network/network.pm_.c:332 ../../printerdrake.pm_.c:712
msgid "IP address should be in format 1.2.3.4"
msgstr "IP adresa mus by vo formte 1.2.3.4"
-#: ../../network/network.pm_.c:351
+#: ../../network/network.pm_.c:361
msgid ""
"Please enter your host name.\n"
"Your host name should be a fully-qualified host name,\n"
@@ -5571,63 +6048,64 @@ msgstr ""
"ako naprklad ``hq.alert.sk''.\n"
"Tie mete zada IP adresu brny ak ju viete"
-#: ../../network/network.pm_.c:356
+#: ../../network/network.pm_.c:366
msgid "DNS server"
msgstr "DNS server"
-#: ../../network/network.pm_.c:357 ../../standalone/draknet_.c:599
-msgid "Gateway"
-msgstr "Brna"
+#: ../../network/network.pm_.c:367
+#, c-format
+msgid "Gateway (e.g. %s)"
+msgstr "Gateway (napr. %s)"
-#: ../../network/network.pm_.c:359
+#: ../../network/network.pm_.c:369
msgid "Gateway device"
msgstr "Zariadenie smerujce k brne"
-#: ../../network/network.pm_.c:371
+#: ../../network/network.pm_.c:381
msgid "Proxies configuration"
msgstr "Nastavenie proxy"
-#: ../../network/network.pm_.c:372
+#: ../../network/network.pm_.c:382
msgid "HTTP proxy"
msgstr "HTTP proxy"
-#: ../../network/network.pm_.c:373
+#: ../../network/network.pm_.c:383
msgid "FTP proxy"
msgstr "FTP proxy"
-#: ../../network/network.pm_.c:374
+#: ../../network/network.pm_.c:384
msgid "Track network card id (usefull for laptops)"
msgstr ""
-#: ../../network/network.pm_.c:377
+#: ../../network/network.pm_.c:387
msgid "Proxy should be http://..."
msgstr "Proxy m by http://..."
-#: ../../network/network.pm_.c:378
+#: ../../network/network.pm_.c:388
msgid "Proxy should be ftp://..."
msgstr "Proxy m by ftp://..."
-#: ../../network/tools.pm_.c:38
+#: ../../network/tools.pm_.c:39
msgid "Internet configuration"
msgstr "Konfigurcia internetu"
-#: ../../network/tools.pm_.c:39
+#: ../../network/tools.pm_.c:40
msgid "Do you want to try to connect to the Internet now?"
msgstr "Chcete sa sksi pripoji teraz k internetu?"
-#: ../../network/tools.pm_.c:43 ../../standalone/draknet_.c:189
+#: ../../network/tools.pm_.c:44 ../../standalone/draknet_.c:197
msgid "Testing your connection..."
msgstr "Testovanie pripojenia..."
-#: ../../network/tools.pm_.c:49 ../../standalone/draknet_.c:220
+#: ../../network/tools.pm_.c:50
msgid "The system is now connected to Internet."
msgstr "Systm je teraz pripojen k internetu."
-#: ../../network/tools.pm_.c:50
+#: ../../network/tools.pm_.c:51
msgid "For Security reason, it will be disconnected now."
msgstr "Z bezpenostnch dvodov bude teraz odpojen."
-#: ../../network/tools.pm_.c:51 ../../standalone/draknet_.c:220
+#: ../../network/tools.pm_.c:52
msgid ""
"The system doesn't seem to be connected to internet.\n"
"Try to reconfigure your connection."
@@ -5635,83 +6113,87 @@ msgstr ""
"Systm prevdepodobne nieje pripojen k internetu.\n"
"Skste prekonfigurova pripojenie."
-#: ../../network/tools.pm_.c:75
+#: ../../network/tools.pm_.c:76
msgid "Connection Configuration"
msgstr "Konfigurcia pripojenia"
-#: ../../network/tools.pm_.c:76
+#: ../../network/tools.pm_.c:77
msgid "Please fill or check the field below"
msgstr "Prosm vyplte alebo zakrtnite polka"
-#: ../../network/tools.pm_.c:78 ../../standalone/draknet_.c:586
+#: ../../network/tools.pm_.c:79 ../../standalone/draknet_.c:608
msgid "Card IRQ"
msgstr "IRQ karty"
-#: ../../network/tools.pm_.c:79 ../../standalone/draknet_.c:587
+#: ../../network/tools.pm_.c:80 ../../standalone/draknet_.c:609
msgid "Card mem (DMA)"
msgstr "DMA karty"
-#: ../../network/tools.pm_.c:80 ../../standalone/draknet_.c:588
+#: ../../network/tools.pm_.c:81 ../../standalone/draknet_.c:610
msgid "Card IO"
msgstr "IO karty"
-#: ../../network/tools.pm_.c:81 ../../standalone/draknet_.c:589
+#: ../../network/tools.pm_.c:82 ../../standalone/draknet_.c:611
msgid "Card IO_0"
msgstr "IO_0 karty"
-#: ../../network/tools.pm_.c:82 ../../standalone/draknet_.c:590
+#: ../../network/tools.pm_.c:83 ../../standalone/draknet_.c:612
msgid "Card IO_1"
msgstr "IO_1 karty"
-#: ../../network/tools.pm_.c:83 ../../standalone/draknet_.c:591
+#: ../../network/tools.pm_.c:84 ../../standalone/draknet_.c:613
msgid "Your personal phone number"
msgstr "Vae osobn telefnne slo"
-#: ../../network/tools.pm_.c:84 ../../standalone/draknet_.c:592
+#: ../../network/tools.pm_.c:85 ../../standalone/draknet_.c:614
msgid "Provider name (ex provider.net)"
msgstr "Meno poskytovatea (napr. provider.net)"
-#: ../../network/tools.pm_.c:85 ../../standalone/draknet_.c:593
+#: ../../network/tools.pm_.c:86 ../../standalone/draknet_.c:615
msgid "Provider phone number"
msgstr "Telefnne slo poskytovatea"
-#: ../../network/tools.pm_.c:86 ../../standalone/draknet_.c:594
+#: ../../network/tools.pm_.c:87 ../../standalone/draknet_.c:616
msgid "Provider dns 1 (optional)"
msgstr "DNS 1 poskytovatea (voliten)"
-#: ../../network/tools.pm_.c:87 ../../standalone/draknet_.c:595
+#: ../../network/tools.pm_.c:88 ../../standalone/draknet_.c:617
msgid "Provider dns 2 (optional)"
msgstr "DNS 2 poskytovatea (voliten)"
-#: ../../network/tools.pm_.c:88
+#: ../../network/tools.pm_.c:89
msgid "Choose your country"
msgstr "Vyberte si vau krajinu"
-#: ../../network/tools.pm_.c:89 ../../standalone/draknet_.c:598
+#: ../../network/tools.pm_.c:90 ../../standalone/draknet_.c:620
msgid "Dialing mode"
msgstr "Md vytania"
-#: ../../network/tools.pm_.c:90 ../../standalone/draknet_.c:610
+#: ../../network/tools.pm_.c:91 ../../standalone/draknet_.c:632
msgid "Connection speed"
msgstr "Rchlos pripojenia"
-#: ../../network/tools.pm_.c:91 ../../standalone/draknet_.c:611
+#: ../../network/tools.pm_.c:92 ../../standalone/draknet_.c:633
msgid "Connection timeout (in sec)"
msgstr "Timeout pripojenia (v sekundch)"
-#: ../../network/tools.pm_.c:92 ../../standalone/draknet_.c:596
+#: ../../network/tools.pm_.c:93 ../../standalone/draknet_.c:618
msgid "Account Login (user name)"
msgstr "Meno tu (uivatesk meno)"
-#: ../../network/tools.pm_.c:93 ../../standalone/draknet_.c:597
+#: ../../network/tools.pm_.c:94 ../../standalone/draknet_.c:619
msgid "Account Password"
msgstr "Heslo tu"
-#: ../../partition_table.pm_.c:622
+#: ../../partition_table.pm_.c:600
+msgid "mount failed: "
+msgstr "nepodarilo sa pripoji: "
+
+#: ../../partition_table.pm_.c:664
msgid "Extended partition not supported on this platform"
msgstr "Na tejto platforme njeje podporovan rozren oddiel"
-#: ../../partition_table.pm_.c:640
+#: ../../partition_table.pm_.c:682
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 "
@@ -5722,21 +6204,21 @@ msgstr ""
"aby sa von miesto nachdzalo za nm a bolo pouiten pre rozren\n"
"oddiel."
-#: ../../partition_table.pm_.c:744
+#: ../../partition_table.pm_.c:770
#, c-format
msgid "Restoring from file %s failed: %s"
msgstr "Obnovenie zo sboru %s zlyhalo: %s"
-#: ../../partition_table.pm_.c:746
+#: ../../partition_table.pm_.c:772
msgid "Bad backup file"
msgstr "Chybn zlohovac sbor"
-#: ../../partition_table.pm_.c:768
+#: ../../partition_table.pm_.c:794
#, c-format
msgid "Error writing to file %s"
msgstr "chyba pri zpise do sboru %s"
-#: ../../partition_table_raw.pm_.c:154
+#: ../../partition_table_raw.pm_.c:186
msgid ""
"Something bad is happening on your drive. \n"
"A test to check the integrity of data has failed. \n"
@@ -5782,7 +6264,7 @@ msgstr "LPD - Line Printer Daemon"
msgid "PDQ - Print, Don't Queue"
msgstr "PDQ - Tla, neukladaj do fronty."
-#: ../../printer.pm_.c:32
+#: ../../printer.pm_.c:32 ../../printer.pm_.c:871
msgid "CUPS"
msgstr "USB"
@@ -5798,60 +6280,137 @@ msgstr "LPD"
msgid "PDQ"
msgstr "PDQ"
-#: ../../printer.pm_.c:40
+#: ../../printer.pm_.c:47
msgid "Local printer"
msgstr "Loklna tlaiare"
-#: ../../printer.pm_.c:41
+#: ../../printer.pm_.c:48
msgid "Remote printer"
msgstr "Vzdialen tlaiare"
-#: ../../printer.pm_.c:42
+#: ../../printer.pm_.c:49
msgid "Printer on remote CUPS server"
msgstr "Tlaiare na vzdialenom CUPS serveri"
-#: ../../printer.pm_.c:43
+#: ../../printer.pm_.c:50 ../../printerdrake.pm_.c:734
msgid "Printer on remote lpd server"
msgstr "Tlaiare na vzdialenom lpd serveri"
-#: ../../printer.pm_.c:44
-msgid "Network printer (socket)"
-msgstr "Sieov tlaiare (soket)"
+#: ../../printer.pm_.c:51
+msgid "Network printer (TCP/Socket)"
+msgstr "Sieov tlaiare (TCP/Soket)"
-#: ../../printer.pm_.c:45
+#: ../../printer.pm_.c:52
msgid "Printer on SMB/Windows 95/98/NT server"
msgstr "Tlaiare na vzdialenom SMB/Windows 95/98/NT serveri"
-#: ../../printer.pm_.c:46
+#: ../../printer.pm_.c:53
msgid "Printer on NetWare server"
msgstr "Tlaiare na vzdialenom NetWare serveri"
-#: ../../printer.pm_.c:47
+#: ../../printer.pm_.c:54 ../../printerdrake.pm_.c:738
msgid "Enter a printer device URI"
msgstr "Vlote URI zariadenia tlaiarne"
-#: ../../printer.pm_.c:48
+#: ../../printer.pm_.c:55
msgid "Pipe job into a command"
msgstr "Presmeruj vstup do prkazu"
-#: ../../printer.pm_.c:418 ../../printer.pm_.c:839
-#: ../../printerdrake.pm_.c:1227 ../../printerdrake.pm_.c:2023
+#: ../../printer.pm_.c:504 ../../printer.pm_.c:695 ../../printer.pm_.c:1017
+#: ../../printerdrake.pm_.c:1665 ../../printerdrake.pm_.c:2730
msgid "Unknown model"
msgstr "Neznmy model"
-#: ../../printer.pm_.c:546 ../../printerdrake.pm_.c:790
+#: ../../printer.pm_.c:532
+msgid "Local Printers"
+msgstr "Loklne tlaiarne"
+
+#: ../../printer.pm_.c:534 ../../printer.pm_.c:872
+msgid "Remote Printers"
+msgstr "Vzdialen tlaiarne"
+
+#: ../../printer.pm_.c:541 ../../printerdrake.pm_.c:248
+#, c-format
+msgid " on parallel port \\/*%s"
+msgstr " na paralelnom porte \\/*%s"
+
+#: ../../printer.pm_.c:544 ../../printerdrake.pm_.c:250
+#, c-format
+msgid ", USB printer \\/*%s"
+msgstr ", USB tlaiare \\/*%s"
+
+#: ../../printer.pm_.c:549
+#, c-format
+msgid ", multi-function device on parallel port \\/*%s"
+msgstr ", multifunkn zariadenie na paralelnom porte \\/*%s"
+
+#: ../../printer.pm_.c:552
+msgid ", multi-function device on USB"
+msgstr ", multifunkn zariadenie na USB"
+
+#: ../../printer.pm_.c:554
+msgid ", multi-function device on HP JetDirect"
+msgstr ", multifunkn zariadenie HP JetDirect"
+
+#: ../../printer.pm_.c:556
+msgid ", multi-function device"
+msgstr ", multifunkn zariadenie "
+
+#: ../../printer.pm_.c:559
+#, c-format
+msgid ", printing to %s"
+msgstr ", tla na %s"
+
+#: ../../printer.pm_.c:561
+#, c-format
+msgid "on LPD server \"%s\", printer \"%s\""
+msgstr "na LPD serveri \"%s\", tlaiare \"%s\""
+
+#: ../../printer.pm_.c:563
+#, c-format
+msgid ", TCP/IP host \"%s\", port %s"
+msgstr ", TCP/IP host \"%s\", port %s"
+
+#: ../../printer.pm_.c:567
+#, c-format
+msgid "on Windows server \"%s\", share \"%s\""
+msgstr "na Windows serveri \"%s\", zloka \"%s\""
+
+#: ../../printer.pm_.c:571
+#, c-format
+msgid "on Novell server \"%s\", printer \"%s\""
+msgstr "na Novell serveri \"%s\", tlaiare \"%s\""
+
+#: ../../printer.pm_.c:573
+#, c-format
+msgid ", using command %s"
+msgstr ", pouitm prkazu %s"
+
+#: ../../printer.pm_.c:692 ../../printerdrake.pm_.c:1136
msgid "Raw printer (No driver)"
-msgstr ""
+msgstr "Zkladn tlaiare (bez ovldaa)"
-#: ../../printer.pm_.c:693
+#: ../../printer.pm_.c:841
#, c-format
msgid "(on %s)"
msgstr "(nal %s)"
-#: ../../printer.pm_.c:695
+#: ../../printer.pm_.c:843
msgid "(on this machine)"
msgstr "(na tomto stroji)"
+#: ../../printer.pm_.c:868
+#, c-format
+msgid "On CUPS server \"%s\""
+msgstr "Na CUPS server \"%s\""
+
+#: ../../printer.pm_.c:874 ../../printerdrake.pm_.c:2391
+#: ../../printerdrake.pm_.c:2402 ../../printerdrake.pm_.c:2618
+#: ../../printerdrake.pm_.c:2670 ../../printerdrake.pm_.c:2697
+#: ../../printerdrake.pm_.c:2867 ../../printerdrake.pm_.c:2869
+msgid " (Default)"
+msgstr " (Predvoba)"
+
#: ../../printerdrake.pm_.c:22
msgid "Select Printer Connection"
msgstr "Zvote pripojenie tlaiarne"
@@ -5863,261 +6422,461 @@ msgstr "Ako je tlaiare pripojen?"
#: ../../printerdrake.pm_.c:25
msgid ""
"\n"
-"Printers on remote CUPS servers you do not have to configure\n"
-"here; these printers will be automatically detected. Please\n"
-"select \"Printer on remote CUPS server\" in this case."
+"Printers on remote CUPS servers you do not have to configure here; these "
+"printers will be automatically detected."
msgstr ""
"\n"
-"Tlaiarne na vzdialenom CUPS serveri nemuste konfigurova\n"
-"loklne; tlaiarne bud automaticky detekovan. Prosm\n"
-"zote \"Tlaiare na vzdiailenom CUPS serveri\"."
+"Tlaiarne na vzdialenom CUPS serveri nemuste konfigurova loklne; "
+"tlaiarne bud rozpoznan automaticky."
-#: ../../printerdrake.pm_.c:84 ../../printerdrake.pm_.c:88
-#: ../../printerdrake.pm_.c:89 ../../printerdrake.pm_.c:159
+#: ../../printerdrake.pm_.c:69 ../../printerdrake.pm_.c:2454
#, fuzzy
-msgid "None"
-msgstr "Hotovo"
+msgid "CUPS configuration"
+msgstr "Konfigurcia"
-#: ../../printerdrake.pm_.c:85 ../../printerdrake.pm_.c:160
+#: ../../printerdrake.pm_.c:70 ../../printerdrake.pm_.c:2455
#, fuzzy
-msgid "Choose a default printer!"
-msgstr "Zvote predvolenho uivatea:"
+msgid "Specify CUPS server"
+msgstr "Vzdialen CUPS server"
-#: ../../printerdrake.pm_.c:105
+#: ../../printerdrake.pm_.c:71
msgid ""
-"With remote CUPS servers, you do not have to configure any \n"
-"printer here; CUPS servers inform your machine automatically\n"
-"about their printers. All printers known to your machine\n"
-"currently are listed in the \"Default printer\" field. Choose\n"
-"the default printer for your machine there and click the\n"
-"\"Apply/Re-read printers\" button. Click the same button to\n"
-"refresh the list (it can take up to 30 seconds after the start\n"
-"of CUPS until all remote printers are visible).\n"
-"When your CUPS server is in a different network, you have to \n"
-"give the CUPS server IP address and optionally the port number\n"
-"to get the printer information from the server, otherwise leave\n"
-"these fields blank."
+"To get access to printers on remote CUPS servers in your local network you "
+"do not have to configure anything; the CUPS servers inform your machine "
+"automatically about their printers. All printers currently known to your "
+"machine are listed in the \"Remote printers\" section in the main window of "
+"Printerdrake. When your CUPS server is not in your local network, you have "
+"to enter the CUPS server IP address and optionally the port number to get "
+"the printer information from the server, otherwise leave these fields blank."
msgstr ""
-#: ../../printerdrake.pm_.c:117
+#: ../../printerdrake.pm_.c:72
msgid ""
"\n"
-"Normally, CUPS is automatically configured according to your\n"
-"network environment, so that you can access the printers on the\n"
-"CUPS servers in your local network. If this does not work \n"
-"correctly, turn off \"Automatic CUPS configuration\" and edit\n"
-"your file /etc/cups/cupsd.conf manually. Do not forget to restart\n"
-"CUPS afterwards (command: \"service cups restart\")."
+"Normally, CUPS is automatically configured according to your network "
+"environment, so that you can access the printers on the CUPS servers in your "
+"local network. If this does not work correctly, turn off \"Automatic CUPS "
+"configuration\" and edit your file /etc/cups/cupsd.conf manually. Do not "
+"forget to restart CUPS afterwards (command: \"service cups restart\")."
msgstr ""
-#: ../../printerdrake.pm_.c:124 ../../printerdrake.pm_.c:1290
-#: ../../printerdrake.pm_.c:1294 ../../printerdrake.pm_.c:1295
-#: ../../printerdrake.pm_.c:1296 ../../printerdrake.pm_.c:2011
-msgid "Close"
-msgstr "Zatvori"
-
-#: ../../printerdrake.pm_.c:125
-msgid "Apply/Re-read printers"
-msgstr "Aplikuj/Znovu nataj"
-
-#: ../../printerdrake.pm_.c:129
+#: ../../printerdrake.pm_.c:76
msgid "The IP address should look like 192.168.1.20"
msgstr "IP adresa vyzer naprklad takto: 192.168.1.4"
-#: ../../printerdrake.pm_.c:134 ../../printerdrake.pm_.c:541
+#: ../../printerdrake.pm_.c:80 ../../printerdrake.pm_.c:862
msgid "The port number should be an integer!"
msgstr "islo portu m by cel kladn slo!"
-#: ../../printerdrake.pm_.c:141 ../../printerdrake.pm_.c:2095
-msgid "Default printer"
-msgstr "Predvolen tlaiare"
-
-#: ../../printerdrake.pm_.c:146
+#: ../../printerdrake.pm_.c:87
msgid "CUPS server IP"
msgstr "IP CUPS servera"
-#: ../../printerdrake.pm_.c:147 ../../printerdrake.pm_.c:534
+#: ../../printerdrake.pm_.c:88 ../../printerdrake.pm_.c:855
msgid "Port"
msgstr "Port"
-#: ../../printerdrake.pm_.c:149
-#, fuzzy
+#: ../../printerdrake.pm_.c:90
msgid "Automatic CUPS configuration"
-msgstr "Automatick kroky konfigurcie"
+msgstr "Automatick nastavenie CUPS"
-#: ../../printerdrake.pm_.c:217
-#, fuzzy
+#: ../../printerdrake.pm_.c:145 ../../standalone/scannerdrake_.c:42
msgid "Detecting devices ..."
msgstr "Zisujem zariadenia..."
-#: ../../printerdrake.pm_.c:217
+#: ../../printerdrake.pm_.c:145 ../../standalone/scannerdrake_.c:42
msgid "Test ports"
msgstr "Test portov"
-#: ../../printerdrake.pm_.c:238
-#, c-format
-msgid "A printer, model \"%s\", has been detected on "
-msgstr "Bola zisten tlaiare, model \"%s\" na "
+#: ../../printerdrake.pm_.c:167 ../../printerdrake.pm_.c:2437
+#: ../../printerdrake.pm_.c:2556
+msgid "Add a new printer"
+msgstr "Pridaj nov tlaiare"
+
+#: ../../printerdrake.pm_.c:168
+msgid ""
+"\n"
+"Welcome to the Printer Setup Wizard\n"
+"\n"
+"This wizard allows you to install local or remote printers to be used from "
+"this machine and also from other machines in the network.\n"
+"\n"
+"It asks you for all necessary information to set up the printer and gives "
+"you access to all available printer drivers, driver options, and printer "
+"connection types."
+msgstr ""
-#: ../../printerdrake.pm_.c:255
-msgid "Local Printer Device"
-msgstr "Loklne zariadenie tlaiarne"
+#: ../../printerdrake.pm_.c:176 ../../printerdrake.pm_.c:203
+#: ../../printerdrake.pm_.c:378 ../../printerdrake.pm_.c:393
+#: ../../printerdrake.pm_.c:403 ../../printerdrake.pm_.c:466
+msgid "Local Printer"
+msgstr "Loklna tlaiare"
-#: ../../printerdrake.pm_.c:256
+#: ../../printerdrake.pm_.c:177
+msgid ""
+"\n"
+"Welcome to the Printer Setup Wizard\n"
+"\n"
+"This wizard will help you to install your printer(s) connected to this "
+"computer.\n"
+"\n"
+"Please plug in your printer(s) on this computer and turn it/them on. Click "
+"on \"Next\" when you are ready, and on \"Cancel\" when you do not want to "
+"set up your printer(s) now.\n"
+"\n"
+"Note that some computers can crash during the printer auto-detection, turn "
+"off \"Auto-detect printers\" to do a printer installation without auto-"
+"detection. Use the \"Expert Mode\" of printerdrake when you want to set up "
+"printing on a remote printer if printerdrake does not list it automatically."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:186
+msgid "Auto-detect printers"
+msgstr "Automatick detekcia tlaiarn"
+
+#: ../../printerdrake.pm_.c:204
msgid ""
-"What device is your printer connected to \n"
-"(note that /dev/lp0 is equivalent to LPT1:)?\n"
+"\n"
+"Congratulations, your printer is now installed and configured!\n"
+"\n"
+"You can print using the \"Print\" command of your application (usually in "
+"the \"File\" menu).\n"
+"\n"
+"If you want to add, remove, or rename a printer, or if you want to change "
+"the default option settings (paper input tray, printout quality, ...), "
+"select \"Printer\" in the \"Hardware\" section of the Mandrake Control "
+"Center."
msgstr ""
-"Ku ktormu zariadeniu je vaa tlaiare pripojen?\n"
-"(/dev/lp0 zodpoved LPT1)\n"
-#: ../../printerdrake.pm_.c:258
-msgid "Printer Device"
-msgstr "Zariadenie tlaiarne"
+#: ../../printerdrake.pm_.c:223
+msgid "Auto-Detection of Printers"
+msgstr "Automatick detekcia tlaiarn"
+
+#: ../../printerdrake.pm_.c:224
+msgid ""
+"Printerdrake is able to auto-detect your locally connected parallel and USB "
+"printers for you, but note that on some systems the auto-detection CAN "
+"FREEZE YOUR SYSTEM AND THIS CAN LEAD TO CORRUPTED FILE SYSTEMS! So do it ON "
+"YOUR OWN RISK!\n"
+"\n"
+"Do you really want to get your printers auto-detected?"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:227 ../../printerdrake.pm_.c:229
+#: ../../printerdrake.pm_.c:230
+#, fuzzy
+msgid "Do auto-detection"
+msgstr "Poui auto-detekciu"
+
+#: ../../printerdrake.pm_.c:228
+#, fuzzy
+msgid "Set up printer manually"
+msgstr "Vybra uvateov manulne"
+
+#: ../../printerdrake.pm_.c:256
+#, c-format
+msgid "Detected %s"
+msgstr "Njden %s"
-#: ../../printerdrake.pm_.c:261
-msgid "Device/file name missing!"
-msgstr "Chba zariadenie alebo meno sboru."
+#: ../../printerdrake.pm_.c:260 ../../printerdrake.pm_.c:287
+#: ../../printerdrake.pm_.c:306
+#, c-format
+msgid "Printer on parallel port \\/*%s"
+msgstr "Tlaiare na paralelnom porte \\/*%s"
+
+#: ../../printerdrake.pm_.c:262 ../../printerdrake.pm_.c:289
+#: ../../printerdrake.pm_.c:311
+#, c-format
+msgid "USB printer \\/*%s"
+msgstr "USB tlaiare \\/*%s"
-#: ../../printerdrake.pm_.c:274 ../../printerdrake.pm_.c:698
-#: ../../printerdrake.pm_.c:786
+#: ../../printerdrake.pm_.c:379
+msgid ""
+"No local printer found! To manually install a printer enter a device name/"
+"file name in the input line (Parallel Ports: /dev/lp0, /dev/lp1, ..., "
+"equivalent to LPT1:, LPT2:, ..., 1st USB printer: /dev/usb/lp0, 2nd USB "
+"printer: /dev/usb/lp1, ...)."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:383
+msgid "You must enter a device or file name!"
+msgstr "Muste vloi zariadenie alebo meno sboru!"
+
+#: ../../printerdrake.pm_.c:394
#, fuzzy
+msgid ""
+"No local printer found!\n"
+"\n"
+msgstr "Nebola njden loklna tlaiare!"
+
+#: ../../printerdrake.pm_.c:395
+msgid ""
+"Network printers can only be installed after the installation. Choose "
+"\"Hardware\" and then \"Printer\" in the Mandrake Control Center."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:396
+msgid ""
+"To install network printers, click \"Cancel\", switch to the \"Expert Mode"
+"\", and click \"Add a new printer\" again."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:407
+msgid ""
+"The following printer was auto-detected, if it is not the one you want to "
+"configure, enter a device name/file name in the input line"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:408
+msgid ""
+"Here is a list of all auto-detected printers. Please choose the printer you "
+"want to set up or enter a device name/file name in the input line"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:410
+msgid ""
+"The following printer was auto-detected. The configuration of the printer "
+"will work fully automatically. If your printer was not correctly detected or "
+"if you prefer a customized printer configuration, turn on \"Manual "
+"configuration\"."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:411
+msgid ""
+"Here is a list of all auto-detected printers. Please choose the printer you "
+"want to set up. The configuration of the printer will work fully "
+"automatically. If your printer was not correctly detected or if you prefer a "
+"customized printer configuration, turn on \"Manual configuration\"."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:413
+msgid ""
+"Please choose the port where your printer is connected to or enter a device "
+"name/file name in the input line"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:414
+msgid "Please choose the port where your printer is connected to."
+msgstr "Prosm, zvote, na ktor port je pripojen va tlaiare."
+
+#: ../../printerdrake.pm_.c:416
+msgid ""
+" (Parallel Ports: /dev/lp0, /dev/lp1, ..., equivalent to LPT1:, LPT2:, ..., "
+"1st USB printer: /dev/usb/lp0, 2nd USB printer: /dev/usb/lp1, ...)."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:421
+msgid "You must choose/enter a printer/device!"
+msgstr "Muste vloi zariadenie tlaiarne"
+
+#: ../../printerdrake.pm_.c:441
+msgid "Manual configuration"
+msgstr "Run nastavenie"
+
+#: ../../printerdrake.pm_.c:467
+msgid ""
+"Is your printer a multi-function device from HP (OfficeJet, PSC, PhotoSmart, "
+"LaserJet 1100/1200/1220/3200/3300 with scanner)?"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:482
+msgid "Installing HPOJ package..."
+msgstr "Intalujem balek HPOJ ..."
+
+#: ../../printerdrake.pm_.c:487
+msgid "Checking device and configuring HPOJ ..."
+msgstr "Kontrolujem zariadenia a konfigurujem HPOJ ..."
+
+#: ../../printerdrake.pm_.c:505
+msgid "Installing SANE package..."
+msgstr "Intalujem balek SANE ..."
+
+#: ../../printerdrake.pm_.c:517
+msgid "Scanning on your HP multi-function device"
+msgstr "Vyhadvam na multi-funknom HP zariaden"
+
+#: ../../printerdrake.pm_.c:534
+msgid "Making printer port available for CUPS ..."
+msgstr "Nastavujem rozhranie tlaiarne pre prstup z CUPS ..."
+
+#: ../../printerdrake.pm_.c:544 ../../printerdrake.pm_.c:1018
+#: ../../printerdrake.pm_.c:1132
msgid "Reading printer database ..."
-msgstr "Natavam dta tlaiarne ..."
+msgstr "Natavam databzu tlaiarn ..."
-#: ../../printerdrake.pm_.c:312
+#: ../../printerdrake.pm_.c:624
msgid "Remote lpd Printer Options"
msgstr "Voby vzdialenej lpd tlaiarne"
-#: ../../printerdrake.pm_.c:313
+#: ../../printerdrake.pm_.c:625
msgid ""
-"To use a remote lpd printer, you need to supply\n"
-"the hostname of the printer server and the printer name\n"
-"on that server."
+"To use a remote lpd printer, you need to supply the hostname of the printer "
+"server and the printer name on that server."
msgstr ""
-"Pre pouitie vzdialenej lpd tlaovej fronty je potrebn \n"
-"zada nzov tlaovho servera a nzov tlaiarne na tomto\n"
-"serveri."
+"Pre pouitie vzdialenej lpd tlaiarne je potrebn zada nzov tlaovho "
+"servera a nzov tlaiarne na tomto serveri."
-#: ../../printerdrake.pm_.c:316
+#: ../../printerdrake.pm_.c:626
msgid "Remote host name"
msgstr "Nzov vzdialenho potaa"
-#: ../../printerdrake.pm_.c:317
+#: ../../printerdrake.pm_.c:627
msgid "Remote printer name"
msgstr "Meno vzdialenej tlaiarne"
-#: ../../printerdrake.pm_.c:320
+#: ../../printerdrake.pm_.c:630
msgid "Remote host name missing!"
msgstr "Chba nzov vzdialenho potaa"
-#: ../../printerdrake.pm_.c:324
+#: ../../printerdrake.pm_.c:634
msgid "Remote printer name missing!"
msgstr "Chba nzov vzdialenej tlaiarne!"
-#: ../../printerdrake.pm_.c:392
+#: ../../printerdrake.pm_.c:702
msgid "SMB (Windows 9x/NT) Printer Options"
msgstr "Voby tlaiarne SMB/Windows 9x/NT"
-#: ../../printerdrake.pm_.c:393
+#: ../../printerdrake.pm_.c:703
msgid ""
-"To print to a SMB printer, you need to provide the\n"
-"SMB host name (Note! It may be different from its\n"
-"TCP/IP hostname!) and possibly the IP address of the print server, as\n"
-"well as the share name for the printer you wish to access and any\n"
-"applicable user name, password, and workgroup information."
+"To print to a SMB printer, you need to provide the SMB host name (Note! It "
+"may be different from its TCP/IP hostname!) and possibly the IP address of "
+"the print server, as well as the share name for the printer you wish to "
+"access and any applicable user name, password, and workgroup information."
msgstr ""
-"Pre tla na SMB tlaiarne je potrebn zada nzov SMB servera (nebva vdy\n"
+"Pre tla na SMB tlaiare je potrebn zada nzov SMB servera (nebva vdy\n"
"zhodn s TCP/IP nzvom potaa) a prpadne IP adresu tlaovho servera, "
"ako\n"
"aj nzov zdieanho zariadenia pre tlaiare a vhodn meno pouvatea,\n"
"heslo a pracovn skupinu."
-#: ../../printerdrake.pm_.c:398
+#: ../../printerdrake.pm_.c:704
msgid "SMB server host"
msgstr "Nzov SMB servra"
-#: ../../printerdrake.pm_.c:399
+#: ../../printerdrake.pm_.c:705
msgid "SMB server IP"
msgstr "IP adresa SMB servra"
-#: ../../printerdrake.pm_.c:400
+#: ../../printerdrake.pm_.c:706
msgid "Share name"
msgstr "Nzov zdieanho zariadenia"
-#: ../../printerdrake.pm_.c:403
+#: ../../printerdrake.pm_.c:709
msgid "Workgroup"
msgstr "Pracovn skupina"
-#: ../../printerdrake.pm_.c:410
+#: ../../printerdrake.pm_.c:716
msgid "Either the server name or the server's IP must be given!"
msgstr "Muste zada meno, alebo IP adresu servera!"
-#: ../../printerdrake.pm_.c:414
+#: ../../printerdrake.pm_.c:720
msgid "Samba share name missing!"
msgstr "Chba meno samba zloky!"
-#: ../../printerdrake.pm_.c:473
+#: ../../printerdrake.pm_.c:725
+msgid "SECURITY WARNING!"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:726
+#, c-format
+msgid ""
+"You are about to set up printing to a Windows account with password. Due to "
+"a fault in the architecture of the Samba client software the password is put "
+"in clear text into the command line of the Samba client used to transmit the "
+"print job to the Windows server. So it is possible for every user on this "
+"machine to display the password on the screen by issuing commands as \"ps "
+"auxwww\".\n"
+"\n"
+"We recommend to make use of one of the following alternatives (in all cases "
+"you have to make sure that only machines from your local network have access "
+"to your Windows server, for example by means of a firewall):\n"
+"\n"
+"Use a password-less account on your Windows server, as the \"GUEST\" account "
+"or a special account dedicated for printing. Do not remove the password "
+"protection from a personal account or the administrator account.\n"
+"\n"
+"Set up your Windows server to make the printer available under the LPD "
+"protocol. Then set up printing from this machine with the \"%s\" connection "
+"type in Printerdrake.\n"
+"\n"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:736
+#, c-format
+msgid ""
+"Set up your Windows server to make the printer available under the IPP "
+"protocol and set up printing from this machine with the \"%s\" connection "
+"type in Printerdrake.\n"
+"\n"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:739
+msgid ""
+"Connect your printer to a Linux server and let your Windows machine(s) "
+"connect to it as a client.\n"
+"\n"
+"Do you really want to continue setting up this printer as you are doing now?"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:801
msgid "NetWare Printer Options"
msgstr "Voby tlaiarne pre NetWare"
-#: ../../printerdrake.pm_.c:474
+#: ../../printerdrake.pm_.c:802
msgid ""
-"To print on a NetWare printer, you need to provide the\n"
-"NetWare print server name (Note! it may be different from its\n"
-"TCP/IP hostname!) as well as the print queue name for the printer you\n"
-"wish to access and any applicable user name and password."
+"To print on a NetWare printer, you need to provide the NetWare print server "
+"name (Note! it may be different from its TCP/IP hostname!) as well as the "
+"print queue name for the printer you wish to access and any applicable user "
+"name and password."
msgstr ""
"Pre tla na NetWare tlaiare je potrebn zada nzov NetWare tlaovho\n"
"servera (nebva vdy zhodn s TCP/IP nzvom potaa), ako aj nzov fronty\n"
"tlaiarne, ku ktorej chcete pristupova a vhodn meno pouvatea s heslom."
-#: ../../printerdrake.pm_.c:478
+#: ../../printerdrake.pm_.c:803
msgid "Printer Server"
msgstr "Tlaov server"
-#: ../../printerdrake.pm_.c:479
+#: ../../printerdrake.pm_.c:804
msgid "Print Queue Name"
msgstr "Nzov tlaovej fronty"
-#: ../../printerdrake.pm_.c:484
+#: ../../printerdrake.pm_.c:809
msgid "NCP server name missing!"
msgstr "Chba meno NCP servera!"
-#: ../../printerdrake.pm_.c:488
+#: ../../printerdrake.pm_.c:813
msgid "NCP queue name missing!"
msgstr "Chba meno NCP fronty!"
-#: ../../printerdrake.pm_.c:527
-msgid "Socket Printer Options"
-msgstr "Nastavenia soketu tlaiarne"
+#: ../../printerdrake.pm_.c:852
+msgid "TCP/Socket Printer Options"
+msgstr "TCP/Soket nastavenia tlaiarne"
-#: ../../printerdrake.pm_.c:528
+#: ../../printerdrake.pm_.c:853
msgid ""
-"To print to a socket printer, you need to provide the\n"
-"host name of the printer and optionally the port number.\n"
-"On HP JetDirect servers the port number is usually 9100,\n"
-"on other servers it can vary. See the manual of your\n"
+"To print to a TCP or socket printer, you need to provide the host name of "
+"the printer and optionally the port number. On HP JetDirect servers the port "
+"number is usually 9100, on other servers it can vary. See the manual of your "
"hardware."
msgstr ""
-"Pre tla na socket tlaiarne muste zada\n"
-"meno hostitea tlaiarne a prpadne slo portu.\n"
-"Na HP JetDirect serveroch je to vinou 9100,\n"
-"inde to me by odlin. Pozrite si manul."
+"Pre tla na TCP, alebo socket tlaiare muste zada meno hostitea "
+"tlaiarne a prpadne slo portu. Na HP JetDirect serveroch je slo portu "
+"vinou 9100, na inch serveroch to me by odlin. Pozrite si manul."
-#: ../../printerdrake.pm_.c:533
+#: ../../printerdrake.pm_.c:854
msgid "Printer host name"
msgstr "Hostitesk meno tlaiarne"
-#: ../../printerdrake.pm_.c:537
+#: ../../printerdrake.pm_.c:858
msgid "Printer host name missing!"
msgstr "Chba hostitesk meno tlaiarne"
-#: ../../printerdrake.pm_.c:566 ../../printerdrake.pm_.c:568
+#: ../../printerdrake.pm_.c:887 ../../printerdrake.pm_.c:889
msgid "Printer Device URI"
msgstr "URI tlaiarne"
-#: ../../printerdrake.pm_.c:567
+#: ../../printerdrake.pm_.c:888
msgid ""
"You can specify directly the URI to access the printer. The URI must fulfill "
"either the CUPS or the Foomatic specifications. Note that not all URI types "
@@ -6126,169 +6885,216 @@ msgstr ""
"Pre prstup k tlaiarni zadajte jej URI. URI mus spa CUPS alebo Foomatic "
"pecifikcie."
-#: ../../printerdrake.pm_.c:582
+#: ../../printerdrake.pm_.c:903
msgid "A valid URI must be entered!"
msgstr "Muste zada sprvne URI!"
-#: ../../printerdrake.pm_.c:682
+#: ../../printerdrake.pm_.c:1004
msgid ""
-"Every printer needs a name (for example lp).\n"
-"The Description and Location fields do not need \n"
-"to be filled in. They are comments for the users."
+"Every printer needs a name (for example \"printer\"). The Description and "
+"Location fields do not need to be filled in. They are comments for the users."
msgstr ""
-"Kad tlaiare potrebuje meno (naprklad lp).\n"
-"Popis a Poloha nie je potrebn vyplova. S \n"
-"iba komentrmi pre uvateov."
+"Kad tlaiare potrebuje meno (naprklad \"print\"). Poloky Popis a Poloha "
+"nie je potrebn vyplova. S to iba komentre pre uvateov."
-#: ../../printerdrake.pm_.c:685
+#: ../../printerdrake.pm_.c:1005
msgid "Name of printer"
msgstr "Meno tlaiarne"
-#: ../../printerdrake.pm_.c:686
+#: ../../printerdrake.pm_.c:1006
msgid "Description"
msgstr "Popis"
-#: ../../printerdrake.pm_.c:687
+#: ../../printerdrake.pm_.c:1007
msgid "Location"
msgstr "Umiestnenie"
-#: ../../printerdrake.pm_.c:701
-#, fuzzy
+#: ../../printerdrake.pm_.c:1021
msgid "Preparing printer database ..."
-msgstr "Natavam dta tlaiarne ..."
+msgstr "Pripravujem databzu tlaiarn ..."
+
+#: ../../printerdrake.pm_.c:1112
+#, fuzzy
+msgid "Your printer model"
+msgstr "Meno vzdialenej tlaiarne"
-#: ../../printerdrake.pm_.c:793
+#: ../../printerdrake.pm_.c:1113
+#, c-format
+msgid ""
+"Printerdrake has compared the model name resulting from the printer auto-"
+"detection with the models listed in its printer database to find the best "
+"match. This choice can be wrong, especially when your printer is not listed "
+"at all in the database. So check whether the choice is correct and click "
+"\"The model is correct\" if so and if not, click \"Select model manually\" "
+"so that you can choose your printer model manually on the next screen.\n"
+"\n"
+"For your printer Printerdrake has found:\n"
+"\n"
+"%s"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1118 ../../printerdrake.pm_.c:1121
+#, fuzzy
+msgid "The model is correct"
+msgstr "Je to sprvne?"
+
+#: ../../printerdrake.pm_.c:1119 ../../printerdrake.pm_.c:1120
+#: ../../printerdrake.pm_.c:1123
+#, fuzzy
+msgid "Select model manually"
+msgstr "Vybra uvateov manulne"
+
+#: ../../printerdrake.pm_.c:1139
msgid "Printer model selection"
msgstr "Vber modelu tlaiarne"
-#: ../../printerdrake.pm_.c:794
+#: ../../printerdrake.pm_.c:1140
msgid "Which printer model do you have?"
msgstr "Ak model tlaiarne mte?"
-#: ../../printerdrake.pm_.c:866
-#, fuzzy
+#: ../../printerdrake.pm_.c:1141
+msgid ""
+"\n"
+"\n"
+"Please check whether Printerdrake did the auto-detection of your printer "
+"model correctly. Search the correct model in the list when the cursor is "
+"standing on a wrong model or on \"Raw printer\"."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1144
+msgid ""
+"If your printer is not listed, choose a compatible (see printer manual) or a "
+"similar one."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1220
msgid "OKI winprinter configuration"
-msgstr "Zmena nastavenia tlaiarne"
+msgstr "Nastavenie OKI winprinter"
-#: ../../printerdrake.pm_.c:867
+#: ../../printerdrake.pm_.c:1221
msgid ""
"You are configuring an OKI laser winprinter. These printers\n"
-"use a very special communication protocol and therefore they\n"
-"work only when connected to the first parallel port. When\n"
-"your printer is connected to another port or to a print\n"
-"server box please connect the printer to the first parallel\n"
-"port before you print a test page. Otherwise the printer\n"
-"will not work. Your connection type setting will be ignored\n"
-"by the driver."
+"use a very special communication protocol and therefore they work only when "
+"connected to the first parallel port. When your printer is connected to "
+"another port or to a print server box please connect the printer to the "
+"first parallel port before you print a test page. Otherwise the printer will "
+"not work. Your connection type setting will be ignored by the driver."
msgstr ""
-#: ../../printerdrake.pm_.c:916 ../../printerdrake.pm_.c:946
-#, fuzzy
+#: ../../printerdrake.pm_.c:1264 ../../printerdrake.pm_.c:1291
msgid "Lexmark inkjet configuration"
-msgstr "Konfigurcia internetu"
+msgstr "Nastavenie Lexmark inkjet"
-#: ../../printerdrake.pm_.c:917
+#: ../../printerdrake.pm_.c:1265
msgid ""
-"The inkjet printer drivers provided by Lexmark only support\n"
-"local printers, no printers on remote machines or print server\n"
-"boxes. Please connect your printer to a local port or\n"
-"configure it on the machine where it is connected to."
+"The inkjet printer drivers provided by Lexmark only support local printers, "
+"no printers on remote machines or print server boxes. Please connect your "
+"printer to a local port or configure it on the machine where it is connected "
+"to."
msgstr ""
-#: ../../printerdrake.pm_.c:947
+#: ../../printerdrake.pm_.c:1292
msgid ""
-"To be able to print with your Lexmark inkjet and this\n"
-"configuration, you need the inkjet printer drivers\n"
-"provided by Lexmark (http://www.lexmark.com/). Go to\n"
-"the US site and click on the \"Drivers\" button. Then\n"
-"choose your model and afterwards \"Linux\" as\n"
-"operating system. The drivers come as RPM packages\n"
-"or shell scripts with interactive graphical installation.\n"
-"You do not need to do this configuration by the\n"
-"graphical frontends. Cancel directly after the license\n"
-"agreement. Then print printhead alignment pages with\n"
-"\"lexmarkmaintain\" and adjust the head alignment\n"
-"settings with this program."
+"To be able to print with your Lexmark inkjet and this configuration, you "
+"need the inkjet printer drivers provided by Lexmark (http://www.lexmark."
+"com/). Go to the US site and click on the \"Drivers\" button. Then choose "
+"your model and afterwards \"Linux\" as operating system. The drivers come as "
+"RPM packages or shell scripts with interactive graphical installation. You "
+"do not need to do this configuration by the graphical frontends. Cancel "
+"directly after the license agreement. Then print printhead alignment pages "
+"with \"lexmarkmaintain\" and adjust the head alignment settings with this "
+"program."
msgstr ""
-#: ../../printerdrake.pm_.c:1079
+#: ../../printerdrake.pm_.c:1508
msgid ""
"Printer default settings\n"
-"You should make sure that the page size and the\n"
-"ink type (if available) are set correctly. Note\n"
-"that with a very high printout quality printing\n"
-"can get substantially slower."
+"\n"
+"You should make sure that the page size and the ink type/printing mode (if "
+"available) and also the hardware configuration of laser printers (memory, "
+"duplex unit, extra trays) are set correctly. Note that with a very high "
+"printout quality/resolution printing can get substantially slower."
msgstr ""
"Zkladn nastavenia tlaiarne\n"
-"Uistite sa, e vekos papiera a typ atramentu\n"
-"je nastaven sprvne. Prli vysok kvalita\n"
-"tlae spsobuje spomalenie."
+"\n"
+"Uistite sa, e vekos papiera, typ atramentu, tlaov md (ak existuje) a "
+"tie hardvrov nastavenie laserovch tlaiarn (pam, duplex, ...) s "
+"nastaven sprvne. Prli vysok kvalita, i rozlenie tlae spsobuje "
+"spomalenie."
-#: ../../printerdrake.pm_.c:1090
+#: ../../printerdrake.pm_.c:1517
#, c-format
msgid "Option %s must be an integer number!"
msgstr "Parameter %s mus by cel slo!"
-#: ../../printerdrake.pm_.c:1094
+#: ../../printerdrake.pm_.c:1521
#, c-format
msgid "Option %s must be a number!"
msgstr "Parameter %s mus by slo!"
-#: ../../printerdrake.pm_.c:1099
+#: ../../printerdrake.pm_.c:1526
#, c-format
msgid "Option %s out of range!"
msgstr "Parameter %s je mimo rozsahu!"
-#: ../../printerdrake.pm_.c:1136
-#, fuzzy, c-format
+#: ../../printerdrake.pm_.c:1565
+#, c-format
msgid ""
"Do you want to set this printer (\"%s\")\n"
"as the default printer?"
-msgstr "Naozaj chcete odstrni tlaiate \"%s\"?"
+msgstr ""
+"elte si nastavi tto tlaiate (\"%s\")\n"
+"ako predvolen?"
-#: ../../printerdrake.pm_.c:1152
+#: ../../printerdrake.pm_.c:1582
msgid "Test pages"
msgstr "Testovacie strnky"
-#: ../../printerdrake.pm_.c:1153
+#: ../../printerdrake.pm_.c:1583
msgid ""
"Please select the test pages you want to print.\n"
-"Note: the photo test page can take a rather long time to get printed\n"
-"and on laser printers with too low memory it can even not come out.\n"
-"In most cases it is enough to print the standard test page."
+"Note: the photo test page can take a rather long time to get printed and on "
+"laser printers with too low memory it can even not come out. In most cases "
+"it is enough to print the standard test page."
msgstr ""
"Prosm zvote testovacie strnky, ktor chcete vytlai\n"
-"Tla testovacej stnky foto kvality me trva troku dlhie."
+"Tla testovacej stnky foto kvality me trva troku dlhie a na laserovej "
+"tlaiarni s nedostatkom pamte sa nemus vytlai vbec. Vo veine "
+"prpadoch postauje vyska tandartn testovaciu strnku."
-#: ../../printerdrake.pm_.c:1158
+#: ../../printerdrake.pm_.c:1587
msgid "No test pages"
msgstr "iadne testovacie strnky"
-#: ../../printerdrake.pm_.c:1159
+#: ../../printerdrake.pm_.c:1588
msgid "Print"
msgstr "Tla"
-#: ../../printerdrake.pm_.c:1161
+#: ../../printerdrake.pm_.c:1590
msgid "Standard test page"
msgstr "tandardn testovacie strnky"
-#: ../../printerdrake.pm_.c:1164
+#: ../../printerdrake.pm_.c:1593
msgid "Alternative test page (Letter)"
msgstr "Alternatvna testovacia strnka (Letter)"
-#: ../../printerdrake.pm_.c:1167
+#: ../../printerdrake.pm_.c:1596
msgid "Alternative test page (A4)"
msgstr "Alternatvna testovacia strnka (A4)"
-#: ../../printerdrake.pm_.c:1169
+#: ../../printerdrake.pm_.c:1598
msgid "Photo test page"
msgstr "Fotografick testovacia strnka"
-#: ../../printerdrake.pm_.c:1175 ../../printerdrake.pm_.c:1297
+#: ../../printerdrake.pm_.c:1602
+msgid "Do not print any test page"
+msgstr "Bez tlae testovacch strnok"
+
+#: ../../printerdrake.pm_.c:1610 ../../printerdrake.pm_.c:1747
msgid "Printing test page(s)..."
msgstr "Prebieha tla testovacej strnky..."
-#: ../../printerdrake.pm_.c:1200
+#: ../../printerdrake.pm_.c:1635
#, c-format
msgid ""
"Test page(s) have been sent to the printer.\n"
@@ -6303,7 +7109,7 @@ msgstr ""
"%s\n"
"\n"
-#: ../../printerdrake.pm_.c:1204
+#: ../../printerdrake.pm_.c:1639
msgid ""
"Test page(s) have been sent to the printer.\n"
"It may take some time before the printer starts.\n"
@@ -6311,33 +7117,32 @@ msgstr ""
"Testovacia strnka bola zaslan tlaiarni.\n"
"Km zane tlaiare tlai, me to chvku trva.\n"
-#: ../../printerdrake.pm_.c:1211
+#: ../../printerdrake.pm_.c:1646
msgid "Did it work properly?"
msgstr "Pracuje sprvne?"
-#: ../../printerdrake.pm_.c:1229 ../../printerdrake.pm_.c:2025
-#, fuzzy
+#: ../../printerdrake.pm_.c:1667 ../../printerdrake.pm_.c:2732
msgid "Raw printer"
-msgstr "Bez tlaiarne"
+msgstr "Zkladn tlaiare"
-#: ../../printerdrake.pm_.c:1237
+#: ../../printerdrake.pm_.c:1685
#, c-format
msgid ""
"To print a file from the command line (terminal window) you can either use "
"the command \"%s <file>\" or a graphical printing tool: \"xpp <file>\" or "
-"\"qtcups <file>\". The graphical tools allow you to choose the printer and "
+"\"kprinter <file>\". The graphical tools allow you to choose the printer and "
"to modify the option settings easily.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:1239
+#: ../../printerdrake.pm_.c:1687
msgid ""
"These commands you can also use in the \"Printing command\" field of the "
"printing dialogs of many applications, but here do not supply the file name "
"because the file to print is provided by the application.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:1242 ../../printerdrake.pm_.c:1254
-#: ../../printerdrake.pm_.c:1266
+#: ../../printerdrake.pm_.c:1690 ../../printerdrake.pm_.c:1706
+#: ../../printerdrake.pm_.c:1716
#, c-format
msgid ""
"\n"
@@ -6346,43 +7151,49 @@ msgid ""
"line, e. g. \"%s <file>\". "
msgstr ""
-#: ../../printerdrake.pm_.c:1244 ../../printerdrake.pm_.c:1284
+#: ../../printerdrake.pm_.c:1693 ../../printerdrake.pm_.c:1732
+#, c-format
msgid ""
-"To get a list of the options available for the current printer read either "
-"the list shown below or click on the \"Print option list\" button.\n"
+"To know about the options available for the current printer read either the "
+"list shown below or click on the \"Print option list\" button.%s\n"
"\n"
msgstr ""
-#: ../../printerdrake.pm_.c:1249 ../../printerdrake.pm_.c:1261
+#: ../../printerdrake.pm_.c:1696
+msgid ""
+"Here is a list of the available printing options for the current printer:\n"
+"\n"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1701 ../../printerdrake.pm_.c:1711
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
"<file>\".\n"
msgstr ""
-#: ../../printerdrake.pm_.c:1251 ../../printerdrake.pm_.c:1263
-#: ../../printerdrake.pm_.c:1275
+#: ../../printerdrake.pm_.c:1703 ../../printerdrake.pm_.c:1713
+#: ../../printerdrake.pm_.c:1723
msgid ""
"This command you can also use in the \"Printing command\" field of the "
"printing dialogs of many applications. But here do not supply the file name "
"because the file to print is provided by the application.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:1256 ../../printerdrake.pm_.c:1268
+#: ../../printerdrake.pm_.c:1708 ../../printerdrake.pm_.c:1718
msgid ""
"To get a list of the options available for the current printer click on the "
-"\"Print option list\" button.\n"
-"\n"
+"\"Print option list\" button."
msgstr ""
-#: ../../printerdrake.pm_.c:1273
+#: ../../printerdrake.pm_.c:1721
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
"<file>\" or \"%s <file>\".\n"
msgstr ""
-#: ../../printerdrake.pm_.c:1277
+#: ../../printerdrake.pm_.c:1725
msgid ""
"You can also use the graphical interface \"xpdq\" for setting options and "
"handling printing jobs.\n"
@@ -6392,7 +7203,7 @@ msgid ""
"jams.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:1281
+#: ../../printerdrake.pm_.c:1729
#, c-format
msgid ""
"\n"
@@ -6401,73 +7212,108 @@ msgid ""
"line, e. g. \"%s <file>\".\n"
msgstr ""
-#: ../../printerdrake.pm_.c:1292
-#, fuzzy, c-format
+#: ../../printerdrake.pm_.c:1738 ../../printerdrake.pm_.c:1744
+#: ../../printerdrake.pm_.c:1745 ../../printerdrake.pm_.c:1746
+#: ../../printerdrake.pm_.c:2716 ../../standalone/drakbackup_.c:754
+#: ../../standalone/drakbackup_.c:2458 ../../standalone/drakfont_.c:577
+#: ../../standalone/drakfont_.c:791
+msgid "Close"
+msgstr "Zatvori"
+
+#: ../../printerdrake.pm_.c:1741 ../../printerdrake.pm_.c:1753
+#, c-format
+msgid "Printing/Scanning on \"%s\""
+msgstr "Tla/Skenovanie na \"%s\""
+
+#: ../../printerdrake.pm_.c:1742 ../../printerdrake.pm_.c:1754
+#, c-format
msgid "Printing on the printer \"%s\""
-msgstr "Ukonujem prcu so sieou"
+msgstr "Tlam na tlaiare \"%s\""
-#: ../../printerdrake.pm_.c:1294
-#, fuzzy
+#: ../../printerdrake.pm_.c:1744
msgid "Print option list"
-msgstr "Voby tlaiarne"
+msgstr "Zobraz zoznam parametrov"
+
+#: ../../printerdrake.pm_.c:1766
+#, c-format
+msgid ""
+"Your HP multi-function device was configured automatically to be able to "
+"scan. Now you can scan with \"scanimage\" (\"scanimage -d hp:%s\" to specify "
+"the scanner when you have more than one) from the command line or with the "
+"graphical interfaces \"xscanimage\" or \"xsane\". If you are using the GIMP, "
+"you can also scan by choosing the appropriate point in the \"File\"/\"Acquire"
+"\" menu. Call also \"man scanimage\" and \"man sane-hp\" on the command line "
+"to get more information.\n"
+"\n"
+"Do not use \"scannerdrake\" for this device!"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1772
+#, c-format
+msgid ""
+"Your HP multi-function device was configured automatically to be able to "
+"scan. Now you can scan from the command line with \"ptal-hp %s scan ...\". "
+"Scanning via a graphical interface or from the GIMP is not supported yet for "
+"your device. More information you will find in the \"/usr/share/doc/hpoj-0.8/"
+"ptal-hp-scan.html\" file on your system. If you have an HP LaserJet 1100 or "
+"1200 you can only scan when you have the scanner option installed.\n"
+"\n"
+"Do not use \"scannerdrake\" for this device!"
+msgstr ""
-#: ../../printerdrake.pm_.c:1318 ../../printerdrake.pm_.c:1741
-#: ../../standalone/printerdrake_.c:48
+#: ../../printerdrake.pm_.c:1794 ../../printerdrake.pm_.c:2221
+#: ../../printerdrake.pm_.c:2485 ../../standalone/printerdrake_.c:49
msgid "Reading printer data ..."
msgstr "Natavam dta tlaiarne ..."
-#: ../../printerdrake.pm_.c:1338 ../../printerdrake.pm_.c:1376
-#: ../../printerdrake.pm_.c:1411
+#: ../../printerdrake.pm_.c:1814 ../../printerdrake.pm_.c:1842
+#: ../../printerdrake.pm_.c:1877
msgid "Transfer printer configuration"
msgstr "Prenes nastavenie tlaiarne"
-#: ../../printerdrake.pm_.c:1339
+#: ../../printerdrake.pm_.c:1815
#, c-format
msgid ""
-"You can copy the printer configuration which you have done \n"
-"for the spooler %s to %s, your current spooler. All the\n"
-"configuration data (printer name, description, location, \n"
-"connection type, and default option settings) is overtaken,\n"
-"but jobs will not be transferred.\n"
-"Not all queues can be transferred due to the following \n"
-"reasons:\n"
+"You can copy the printer configuration which you have done for the spooler %"
+"s to %s, your current spooler. All the configuration data (printer name, "
+"description, location, connection type, and default option settings) is "
+"overtaken, but jobs will not be transferred.\n"
+"Not all queues can be transferred due to the following reasons:\n"
msgstr ""
-#: ../../printerdrake.pm_.c:1347
+#: ../../printerdrake.pm_.c:1818
msgid ""
-"CUPS does not support printers on Novell servers or printers\n"
-"sending the data into a free-formed command.\n"
+"CUPS does not support printers on Novell servers or printers sending the "
+"data into a free-formed command.\n"
msgstr ""
-"CUPS nepodporuje tlaiarne na Novell serveroch alebo\n"
-" tlaiarne, ktor posielaj dta vo free-formed command.\n"
+"CUPS nepodporuje tlaiarne na Novell serveroch, alebo tlaiarne, ktor "
+"posielaj dta vo free-formed command.\n"
-#: ../../printerdrake.pm_.c:1350
+#: ../../printerdrake.pm_.c:1820
msgid ""
-"PDQ only supports local printers, remote LPD printers, and\n"
-"Socket/TCP printers.\n"
+"PDQ only supports local printers, remote LPD printers, and Socket/TCP "
+"printers.\n"
msgstr ""
-"PDQ podporuje iba loklne tlaiarne, vzdialen LPD a\n"
-"Socket/TCP tlaiarne.\n"
+"PDQ podporuje iba loklne tlaiarne, vzdialen LPD a Socket/TCP tlaiarne.\n"
-#: ../../printerdrake.pm_.c:1353
+#: ../../printerdrake.pm_.c:1822
msgid "LPD and LPRng do not support IPP printers.\n"
msgstr "LPD a LPRng nepodporuj IPP tlaiarne.\n"
-#: ../../printerdrake.pm_.c:1355
+#: ../../printerdrake.pm_.c:1824
msgid ""
-"In addition, queues not created with this program or\n"
-"\"foomatic-configure\" cannot be transferred."
+"In addition, queues not created with this program or \"foomatic-configure\" "
+"cannot be transferred."
msgstr ""
-#: ../../printerdrake.pm_.c:1357
+#: ../../printerdrake.pm_.c:1825
msgid ""
"\n"
-"Also printers configured with the PPD files provided by\n"
-"their manufacturers or with native CUPS drivers can not be\n"
-"transferred."
+"Also printers configured with the PPD files provided by their manufacturers "
+"or with native CUPS drivers cannot be transferred."
msgstr ""
-#: ../../printerdrake.pm_.c:1360
+#: ../../printerdrake.pm_.c:1826
msgid ""
"\n"
"Mark the printers which you want to transfer and click \n"
@@ -6477,15 +7323,15 @@ msgstr ""
"Oznate tlaiare ktor si elte prenies a stlate \n"
"\"Prenos\"."
-#: ../../printerdrake.pm_.c:1363
+#: ../../printerdrake.pm_.c:1829
msgid "Do not transfer printers"
msgstr "Neprenaj tlaiarne"
-#: ../../printerdrake.pm_.c:1364 ../../printerdrake.pm_.c:1381
+#: ../../printerdrake.pm_.c:1830 ../../printerdrake.pm_.c:1847
msgid "Transfer"
msgstr "Prenos"
-#: ../../printerdrake.pm_.c:1377
+#: ../../printerdrake.pm_.c:1843
#, c-format
msgid ""
"A printer named \"%s\" already exists under %s. \n"
@@ -6497,11 +7343,11 @@ msgstr ""
"Mete tie napsa nov meno alebo preskoi\n"
"tto tlaiare."
-#: ../../printerdrake.pm_.c:1385
+#: ../../printerdrake.pm_.c:1851
msgid "Name of printer should contain only letters, numbers and the underscore"
msgstr "Meno tlaiarne me obsahova iba psmen, sla a podiarkovnk"
-#: ../../printerdrake.pm_.c:1390
+#: ../../printerdrake.pm_.c:1856
#, c-format
msgid ""
"The printer \"%s\" already exists,\n"
@@ -6510,287 +7356,329 @@ msgstr ""
"Tlaiare \"%s\" u existuje.\n"
"elte si prepsa nastavenie ?"
-#: ../../printerdrake.pm_.c:1398
+#: ../../printerdrake.pm_.c:1864
msgid "New printer name"
msgstr "Nov meno tlaiarne"
-#: ../../printerdrake.pm_.c:1401
+#: ../../printerdrake.pm_.c:1867
#, c-format
msgid "Transferring %s ..."
msgstr "Prenam %s ..."
-#: ../../printerdrake.pm_.c:1412
+#: ../../printerdrake.pm_.c:1878
#, c-format
msgid ""
-"You have transferred your former default printer (\"%s\"),\n"
-"Should it be also the default printer under the\n"
-"new printing system %s?"
+"You have transferred your former default printer (\"%s\"), Should it be also "
+"the default printer under the new printing system %s?"
msgstr ""
-#: ../../printerdrake.pm_.c:1423
-#, fuzzy
+#: ../../printerdrake.pm_.c:1887
msgid "Refreshing printer data ..."
-msgstr "Natavam dta tlaiarne ..."
+msgstr "Obnova dt tlaiarne ..."
-#: ../../printerdrake.pm_.c:1431 ../../printerdrake.pm_.c:1494
-#: ../../printerdrake.pm_.c:1515
+#: ../../printerdrake.pm_.c:1895 ../../printerdrake.pm_.c:1966
+#: ../../printerdrake.pm_.c:1978
msgid "Configuration of a remote printer"
-msgstr ""
+msgstr "Nastavenie vzdialenej tlaiarne"
-#: ../../printerdrake.pm_.c:1432
-#, fuzzy
+#: ../../printerdrake.pm_.c:1896
msgid "Starting network ..."
-msgstr "Spam pripojenie..."
+msgstr "Spam sie..."
-#: ../../printerdrake.pm_.c:1454 ../../printerdrake.pm_.c:1462
-#: ../../printerdrake.pm_.c:1464
-#, fuzzy
+#: ../../printerdrake.pm_.c:1930 ../../printerdrake.pm_.c:1934
+#: ../../printerdrake.pm_.c:1936
msgid "Configure the network now"
-msgstr "Sieov sluby"
+msgstr "Teraz nastavi pripojenie siete"
-#: ../../printerdrake.pm_.c:1455
-#, fuzzy
+#: ../../printerdrake.pm_.c:1931
msgid "Network functionality not configured"
-msgstr "Nie je nastaven monitor"
+msgstr "Sieov pripojenie nieje nastaven"
-#: ../../printerdrake.pm_.c:1456
+#: ../../printerdrake.pm_.c:1932
msgid ""
-"You are going to configure a remote printer. This needs working\n"
-"network access, but your network is not configured yet. If you\n"
-"go on without network configuration, you will not be able to use\n"
-"the printer which you are configuring now. How do you want \n"
-"to proceed?"
+"You are going to configure a remote printer. This needs working network "
+"access, but your network is not configured yet. If you go on without network "
+"configuration, you will not be able to use the printer which you are "
+"configuring now. How do you want to proceed?"
msgstr ""
-#: ../../printerdrake.pm_.c:1463
-#, fuzzy
+#: ../../printerdrake.pm_.c:1935
msgid "Go on without configuring the network"
-msgstr "Konfigurujem sie"
+msgstr "Pokrauj bez nastavenia siete."
-#: ../../printerdrake.pm_.c:1496
+#: ../../printerdrake.pm_.c:1968
msgid ""
-"The network configuration done during the installation \n"
-"cannot be started now. Please check whether the network\n"
-"gets accessable after booting your system and correct the\n"
-"configuration using the Mandrake Control Center, section\n"
-"\"Network & Internet\"/\"Connection\", and afterwards set\n"
-"up the printer, also using the Mandrake Control Center,\n"
-"section \"Hardware\"/\"Printer\""
+"The network configuration done during the installation cannot be started "
+"now. Please check whether the network gets accessable after booting your "
+"system and correct the configuration using the Mandrake Control Center, "
+"section \"Network & Internet\"/\"Connection\", and afterwards set up the "
+"printer, also using the Mandrake Control Center, section \"Hardware\"/"
+"\"Printer\""
msgstr ""
-#: ../../printerdrake.pm_.c:1503
+#: ../../printerdrake.pm_.c:1969
msgid ""
-"The network access was not running and could not be \n"
-"started. Please check your configuration and your \n"
-"hardware. Then try to configure your remote printer\n"
-"again."
+"The network access was not running and could not be started. Please check "
+"your configuration and your hardware. Then try to configure your remote "
+"printer again."
msgstr ""
-#: ../../printerdrake.pm_.c:1516
-#, fuzzy
+#: ../../printerdrake.pm_.c:1979
msgid "Restarting printing system ..."
-msgstr "Natavam dta tlaiarne ..."
+msgstr "Retartujem tlaov systm ..."
-#: ../../printerdrake.pm_.c:1548
-#, fuzzy
+#: ../../printerdrake.pm_.c:2017
msgid "high"
-msgstr "Vysok"
+msgstr "vysok"
-#: ../../printerdrake.pm_.c:1548
-#, fuzzy
+#: ../../printerdrake.pm_.c:2017
msgid "paranoid"
-msgstr "Paranoidn"
+msgstr "paranoidn"
-#: ../../printerdrake.pm_.c:1549
+#: ../../printerdrake.pm_.c:2018
#, c-format
msgid "Installing a printing system in the %s security level"
msgstr ""
-#: ../../printerdrake.pm_.c:1550
+#: ../../printerdrake.pm_.c:2019
#, c-format
msgid ""
-"You are about to install the printing system %s on\n"
-"a system running in the %s security level.\n"
+"You are about to install the printing system %s on a system running in the %"
+"s security level.\n"
"\n"
-"This printing system runs a daemon (background process)\n"
-"which waits for print jobs and handles them. This daemon\n"
-"is also accessable by remote machines through the network\n"
-"and so it is a possible point for attacks. Therefore only\n"
-"a few selected daemons are started by default in this\n"
+"This printing system runs a daemon (background process) which waits for "
+"print jobs and handles them. This daemon is also accessable by remote "
+"machines through the network and so it is a possible point for attacks. "
+"Therefore only a few selected daemons are started by default in this "
"security level.\n"
"\n"
-"Do you really want to configure printing on this\n"
-"machine?"
+"Do you really want to configure printing on this machine?"
msgstr ""
-#: ../../printerdrake.pm_.c:1584
+#: ../../printerdrake.pm_.c:2051
msgid "Starting the printing system at boot time"
-msgstr ""
+msgstr "Spa tlaov systm pri spusten systmu"
-#: ../../printerdrake.pm_.c:1585
+#: ../../printerdrake.pm_.c:2052
#, c-format
msgid ""
-"The printing system (%s) will not be started automatically\n"
-"when the machine is booted.\n"
+"The printing system (%s) will not be started automatically when the machine "
+"is booted.\n"
"\n"
-"It is possible that the automatic starting was turned off \n"
-"by changing to a higher security level, because the printing\n"
-"system is a potential point for attacks.\n"
+"It is possible that the automatic starting was turned off by changing to a "
+"higher security level, because the printing system is a potential point for "
+"attacks.\n"
"\n"
-"Do you want to have the automatic starting of the printing\n"
-"system turned on again?"
+"Do you want to have the automatic starting of the printing system turned on "
+"again?"
msgstr ""
-#: ../../printerdrake.pm_.c:1612 ../../printerdrake.pm_.c:1644
-#: ../../printerdrake.pm_.c:1671 ../../printerdrake.pm_.c:1701
-#: ../../printerdrake.pm_.c:1778
+#: ../../printerdrake.pm_.c:2075 ../../printerdrake.pm_.c:2113
+#: ../../printerdrake.pm_.c:2143 ../../printerdrake.pm_.c:2176
+#: ../../printerdrake.pm_.c:2281
msgid "Checking installed software..."
msgstr "Kontrolujem intalovan softvr..."
-#: ../../printerdrake.pm_.c:1648
+#: ../../printerdrake.pm_.c:2117
msgid "Removing LPRng..."
msgstr "Odstraujem PLRng..."
-#: ../../printerdrake.pm_.c:1675
+#: ../../printerdrake.pm_.c:2147
msgid "Removing LPD..."
msgstr "Odstraujem LPD..."
-#: ../../printerdrake.pm_.c:1727
+#: ../../printerdrake.pm_.c:2205
msgid "Select Printer Spooler"
msgstr "Zvote tlaov frontu"
-#: ../../printerdrake.pm_.c:1728
+#: ../../printerdrake.pm_.c:2206
msgid "Which printing system (spooler) do you want to use?"
msgstr "Ak typ tlaovho systmu chcete pouva?"
-#: ../../printerdrake.pm_.c:1759
-#, fuzzy, c-format
+#: ../../printerdrake.pm_.c:2239
+#, c-format
msgid "Configuring printer \"%s\" ..."
-msgstr "Konfigurcia tlaiarne"
+msgstr "Konfigurujem tlaiare \"%s\" ..."
-#: ../../printerdrake.pm_.c:1806 ../../printerdrake.pm_.c:1838
-#: ../../printerdrake.pm_.c:2026 ../../printerdrake.pm_.c:2088
+#: ../../printerdrake.pm_.c:2252
+#, fuzzy
+msgid "Installing Foomatic ..."
+msgstr "Intalujem balky"
+
+#: ../../printerdrake.pm_.c:2309 ../../printerdrake.pm_.c:2348
+#: ../../printerdrake.pm_.c:2733 ../../printerdrake.pm_.c:2803
msgid "Printer options"
msgstr "Voby tlaiarne"
-#: ../../printerdrake.pm_.c:1815
-#, fuzzy
+#: ../../printerdrake.pm_.c:2318
msgid "Preparing PrinterDrake ..."
-msgstr "Natavam dta tlaiarne ..."
+msgstr "Pripravujem PrinterDrake ..."
+
+#: ../../printerdrake.pm_.c:2335 ../../printerdrake.pm_.c:2890
+#, fuzzy
+msgid "Configuring applications..."
+msgstr "Konfigurujem tlaiare \"%s\" ..."
-#: ../../printerdrake.pm_.c:1845
+#: ../../printerdrake.pm_.c:2355
msgid "Would you like to configure printing?"
msgstr "elte si nastavi tlaiare?"
-#: ../../printerdrake.pm_.c:1857
+#: ../../printerdrake.pm_.c:2367
msgid "Printing system: "
-msgstr ""
+msgstr "Tlaov systm:"
-#: ../../printerdrake.pm_.c:1879
+#: ../../printerdrake.pm_.c:2415
+msgid "Printerdrake"
+msgstr "Printerdrake"
+
+#: ../../printerdrake.pm_.c:2419
+#, fuzzy
msgid ""
-"The following printers are configured.\n"
-"Click on one of them to modify it or\n"
-"to get information about it or on \n"
-"\"Add Printer\" to add a new printer."
+"The following printers are configured. Double-click on a printer to change "
+"its settings; to make it the default printer; to view information about it; "
+"or to make a printer on a remote CUPS server available for Star Office/"
+"OpenOffice.org."
msgstr ""
+"Momentlne s nastaven tieto tlaiarne. Spravte dvojklik na meno tlaiarne "
+"ak si elte zmenit jej nastavenia, alebo prezrie informcie."
-#: ../../printerdrake.pm_.c:1885 ../../standalone/draknet_.c:301
-msgid "Normal Mode"
-msgstr "Normlny md"
-
-#: ../../printerdrake.pm_.c:1891 ../../printerdrake.pm_.c:2010
-msgid " (Default)"
-msgstr " (Predvoba)"
+#: ../../printerdrake.pm_.c:2420
+msgid ""
+"The following printers are configured. Double-click on a printer to change "
+"its settings; to make it the default printer; or to view information about "
+"it."
+msgstr ""
+"Momentlne s nastaven tieto tlaiarne. Spravte dvojklik na meno tlaiarne "
+"ak si elte zmenit jej nastavenia, alebo prezrie informcie."
-#: ../../printerdrake.pm_.c:1895 ../../printerdrake.pm_.c:1935
-#, fuzzy
-msgid "Printer(s) on remote CUPS server(s)"
-msgstr "Tlaiare na vzdialenom CUPS serveri"
+#: ../../printerdrake.pm_.c:2446
+msgid "Refresh printer list (to display all available remote CUPS printers)"
+msgstr ""
-#: ../../printerdrake.pm_.c:1896 ../../printerdrake.pm_.c:1936
+#: ../../printerdrake.pm_.c:2464
#, fuzzy
-msgid "Printer(s) on remote server(s)"
-msgstr "Tlaiare na vzdialenom CUPS serveri"
+msgid "Change the printing system"
+msgstr "Nastavenie tlaovho systmu"
-#: ../../printerdrake.pm_.c:1898 ../../printerdrake.pm_.c:1919
-#: ../../printerdrake.pm_.c:1922 ../../printerdrake.pm_.c:1971
-msgid "Add printer"
-msgstr "Pridaj tlaiare"
+#: ../../printerdrake.pm_.c:2469 ../../standalone/draknet_.c:278
+msgid "Normal Mode"
+msgstr "Normlny md"
-#: ../../printerdrake.pm_.c:1977 ../../printerdrake.pm_.c:1993
-#: ../../printerdrake.pm_.c:2128
-#, fuzzy
+#: ../../printerdrake.pm_.c:2625 ../../printerdrake.pm_.c:2675
+#: ../../printerdrake.pm_.c:2884
msgid "Do you want to configure another printer?"
-msgstr "Otestova konfigurciu?"
+msgstr "elte si nastavi in tlaiare ?"
-#: ../../printerdrake.pm_.c:2003
+#: ../../printerdrake.pm_.c:2711
msgid "Modify printer configuration"
msgstr "Zmena nastavenia tlaiarne"
-#: ../../printerdrake.pm_.c:2004
+#: ../../printerdrake.pm_.c:2713
#, c-format
msgid ""
-"Printer %s: %s %s\n"
+"Printer %s\n"
"What do you want to modify on this printer?"
msgstr ""
-"Tlaiare %s: %s %s\n"
-"o chcete zmeni na tejto tlaiarni?"
+"Tlaiare %s\n"
+"o si elte zmeni na tejto tlaiarni?"
-#: ../../printerdrake.pm_.c:2012
+#: ../../printerdrake.pm_.c:2717
msgid "Do it!"
msgstr "Urob to!"
-#: ../../printerdrake.pm_.c:2015 ../../printerdrake.pm_.c:2062
+#: ../../printerdrake.pm_.c:2722 ../../printerdrake.pm_.c:2777
msgid "Printer connection type"
msgstr "Typ pripojenia tlaiarne"
-#: ../../printerdrake.pm_.c:2016 ../../printerdrake.pm_.c:2066
+#: ../../printerdrake.pm_.c:2723 ../../printerdrake.pm_.c:2781
msgid "Printer name, description, location"
msgstr "Meno, popis a poloha tlaiarne"
-#: ../../printerdrake.pm_.c:2018 ../../printerdrake.pm_.c:2081
+#: ../../printerdrake.pm_.c:2725 ../../printerdrake.pm_.c:2796
msgid "Printer manufacturer, model, driver"
msgstr "Vrobca tlaiarne, model, ovlda"
-#: ../../printerdrake.pm_.c:2019 ../../printerdrake.pm_.c:2082
+#: ../../printerdrake.pm_.c:2726 ../../printerdrake.pm_.c:2797
msgid "Printer manufacturer, model"
msgstr "Vrobca tlaiarne, model"
-#: ../../printerdrake.pm_.c:2028 ../../printerdrake.pm_.c:2092
+#: ../../printerdrake.pm_.c:2735 ../../printerdrake.pm_.c:2807
msgid "Set this printer as the default"
+msgstr "Nastavi tlaiaren ako predvolen"
+
+#: ../../printerdrake.pm_.c:2737 ../../printerdrake.pm_.c:2812
+msgid "Add this printer to Star Office/OpenOffice.org"
msgstr ""
-#: ../../printerdrake.pm_.c:2029 ../../printerdrake.pm_.c:2097
+#: ../../printerdrake.pm_.c:2738 ../../printerdrake.pm_.c:2821
+msgid "Remove this printer from Star Office/OpenOffice.org"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:2739 ../../printerdrake.pm_.c:2830
msgid "Print test pages"
msgstr "Tla testovacch strnok"
-#: ../../printerdrake.pm_.c:2030 ../../printerdrake.pm_.c:2099
-msgid "Know how to print with this printer"
-msgstr ""
+#: ../../printerdrake.pm_.c:2740 ../../printerdrake.pm_.c:2832
+msgid "Know how to use this printer"
+msgstr "Viem, ako pouva tto tlaiare"
-#: ../../printerdrake.pm_.c:2031 ../../printerdrake.pm_.c:2101
+#: ../../printerdrake.pm_.c:2742 ../../printerdrake.pm_.c:2834
msgid "Remove printer"
msgstr "Odstrni tlaiare"
-#: ../../printerdrake.pm_.c:2071
-#, fuzzy, c-format
+#: ../../printerdrake.pm_.c:2786
+#, c-format
msgid "Removing old printer \"%s\" ..."
-msgstr "Natavam dta tlaiarne ..."
+msgstr "Odstraujem star tlaiare \"%s\" ..."
-#: ../../printerdrake.pm_.c:2096
+#: ../../printerdrake.pm_.c:2810
+msgid "Default printer"
+msgstr "Predvolen tlaiare"
+
+#: ../../printerdrake.pm_.c:2811
#, c-format
msgid "The printer \"%s\" is set as the default printer now."
+msgstr "Tlaiare \"%s\" je teraz nastaven ako predvolen."
+
+#: ../../printerdrake.pm_.c:2815 ../../printerdrake.pm_.c:2818
+msgid "Adding printer to Star Office/OpenOffice.org"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:2816
+#, c-format
+msgid ""
+"The printer \"%s\" was successfully added to Star Office/OpenOffice.org."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:2819
+#, c-format
+msgid "Failed to add the printer \"%s\" to Star Office/OpenOffice.org."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:2824 ../../printerdrake.pm_.c:2827
+msgid "Removing printer from Star Office/OpenOffice.org"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:2825
+#, c-format
+msgid ""
+"The printer \"%s\" was successfully removed from Star Office/OpenOffice.org."
msgstr ""
-#: ../../printerdrake.pm_.c:2103
+#: ../../printerdrake.pm_.c:2828
+#, c-format
+msgid "Failed to remove the printer \"%s\" from Star Office/OpenOffice.org."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:2836
#, c-format
msgid "Do you really want to remove the printer \"%s\"?"
msgstr "Naozaj chcete odstrni tlaiate \"%s\"?"
-#: ../../printerdrake.pm_.c:2105
-#, fuzzy, c-format
+#: ../../printerdrake.pm_.c:2838
+#, c-format
msgid "Removing printer \"%s\" ..."
-msgstr "Natavam dta tlaiarne ..."
+msgstr "Odstraujem tlaiare \"%s\" ..."
#: ../../proxy.pm_.c:29 ../../proxy.pm_.c:37 ../../proxy.pm_.c:58
#: ../../proxy.pm_.c:78
@@ -6894,15 +7782,15 @@ msgstr "mkraid zlyhal (mono nie s naintalovan raidtools)"
msgid "Not enough partitions for RAID level %d\n"
msgstr "Nie je dos oddielov pre RAID rovne %d\n"
-#: ../../services.pm_.c:15
+#: ../../services.pm_.c:14
msgid "Launch the ALSA (Advanced Linux Sound Architecture) sound system"
msgstr "Spustenie ALSA (Advanced Linux Sound Architecture) zvukovho systmu"
-#: ../../services.pm_.c:16
+#: ../../services.pm_.c:15
msgid "Anacron a periodic command scheduler."
msgstr "Anacron, periodick plnova prkazov."
-#: ../../services.pm_.c:17
+#: ../../services.pm_.c:16
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."
@@ -6910,13 +7798,13 @@ msgstr ""
"apmd sa pouva pre monitorovanie (a zpis pomocou syslogu) stavu batri.\n"
"Mete ho tie poui na vypnutie potaa ke sa baterky takmer min."
-#: ../../services.pm_.c:19
+#: ../../services.pm_.c:18
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 "Spa prkazy nastaven cez prkaz at v stanovenom ase."
-#: ../../services.pm_.c:21
+#: ../../services.pm_.c:20
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 "
@@ -6926,7 +7814,7 @@ msgstr ""
"cron je tandardn UNIXov program, ktor spa prkazy naplnovan\n"
"uvateom. vixie cron pridva viac monost konfigurcie."
-#: ../../services.pm_.c:24
+#: ../../services.pm_.c:23
msgid ""
"GPM adds mouse support to text-based Linux applications such the\n"
"Midnight Commander. It also allows mouse-based console cut-and-paste "
@@ -6937,7 +7825,7 @@ msgstr ""
"Midnight Commander. Takisto umon v textovch konzolch koprovanie\n"
"pomocou myi a podporu pop-up menu."
-#: ../../services.pm_.c:27
+#: ../../services.pm_.c:26
msgid ""
"HardDrake runs a hardware probe, and optionally configures\n"
"new/changed hardware."
@@ -6945,15 +7833,12 @@ msgstr ""
"HardDrake vyhadva nov harvr a nastavuje parametre\n"
"novho alebo zmenenho hardvru."
-#: ../../services.pm_.c:29
+#: ../../services.pm_.c:28 ../../standalone/logdrake_.c:412
msgid ""
-"Apache is a World Wide Web server. It is used to serve HTML files\n"
-"and CGI."
-msgstr ""
-"Apache je WWW server. Je pouvan na poskytovanie HTML strnok a\n"
-"CGI skriptov."
+"Apache is a World Wide Web server. It is used to serve HTML files and CGI."
+msgstr "Apache je WWW server. Je pouvan na poskytovanie HTML strnok a CGI."
-#: ../../services.pm_.c:31
+#: ../../services.pm_.c:29
msgid ""
"The internet superserver daemon (commonly called inetd) starts a\n"
"variety of other internet services as needed. It is responsible for "
@@ -6967,7 +7852,7 @@ msgstr ""
"ako telnet, ftp, rsh, rlogin a in. Vypnutm inetd vypnete vetky\n"
"sluby, za ktor je zodpovedn."
-#: ../../services.pm_.c:35
+#: ../../services.pm_.c:33
msgid ""
"Launch packet filtering for Linux kernel 2.2 series, to set\n"
"up a firewall to protect your machine from network attacks."
@@ -6975,7 +7860,7 @@ msgstr ""
"Spust filtrovanie paketov pre Linux kernel verzie 2.2 na \n"
"ochranu vho potaa pred tokmi zo siete."
-#: ../../services.pm_.c:37
+#: ../../services.pm_.c:35
msgid ""
"This package loads the selected keyboard map as set in\n"
"/etc/sysconfig/keyboard. This can be selected using the kbdconfig utility.\n"
@@ -6985,7 +7870,7 @@ msgstr ""
"/etc/sysconfig/keyboard. Nastavenie sa d meni naprklad pomocou\n"
"konfiguranho nstroja kbdconfig."
-#: ../../services.pm_.c:40
+#: ../../services.pm_.c:38
msgid ""
"Automatic regeneration of kernel header in /boot for\n"
"/usr/include/linux/{autoconf,version}.h"
@@ -6993,11 +7878,11 @@ msgstr ""
"Automatick obnova hlaviiek jadra v /boot\n"
"pre /usr/include/linux/{autoconf,version}.h"
-#: ../../services.pm_.c:42
+#: ../../services.pm_.c:40
msgid "Automatic detection and configuration of hardware at boot."
msgstr "Automatick detekcia a konfigurcia hardvru pri tarte."
-#: ../../services.pm_.c:43
+#: ../../services.pm_.c:41
msgid ""
"Linuxconf will sometimes arrange to perform various tasks\n"
"at boot-time to maintain the system configuration."
@@ -7005,28 +7890,28 @@ msgstr ""
"Linuxconf niekedy nastav vykonanie rznych loh poas\n"
"zavdzania systmu pre udranie konfigurcie."
-#: ../../services.pm_.c:45
+#: ../../services.pm_.c:43
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 ""
"lpd je tlaov dmon, ktor je poadovan pre sprvnu prcu nstroja lpr."
-#: ../../services.pm_.c:47
+#: ../../services.pm_.c:45
msgid ""
"Linux Virtual Server, used to build a high-performance and highly\n"
"available server."
msgstr "Linux Virtual Server sa pouva na vysoko vkonn a HA rieenia."
-#: ../../services.pm_.c:49
+#: ../../services.pm_.c:47 ../../standalone/logdrake_.c:413
msgid ""
-"named (BIND) is a Domain Name Server (DNS) that is used to resolve\n"
-"host names to IP addresses."
+"named (BIND) is a Domain Name Server (DNS) that is used to resolve host "
+"names to IP addresses."
msgstr ""
-"named (BIND) je domnov menn server (Domain Name Server (DNS)) pouvan\n"
-"na preklad z mena potaa na IP adresu."
+"named (BIND) je domnov menn server (DNS) pouvan na preklad z mena "
+"potaa na IP adresu."
-#: ../../services.pm_.c:51
+#: ../../services.pm_.c:48
msgid ""
"Mounts and unmounts all Network File System (NFS), SMB (Lan\n"
"Manager/Windows), and NCP (NetWare) mount points."
@@ -7034,7 +7919,7 @@ msgstr ""
"Pripja a odpja vetky NFS, SMB (Windows) a NCP (NetWare)\n"
"body pripojenia."
-#: ../../services.pm_.c:53
+#: ../../services.pm_.c:50
msgid ""
"Activates/Deactivates all network interfaces configured to start\n"
"at boot time."
@@ -7042,7 +7927,7 @@ msgstr ""
"Aktivuje/Deaktivuje vetky sieov zariadenia konfigurovan pre spustenie\n"
"po zaveden systmu."
-#: ../../services.pm_.c:55
+#: ../../services.pm_.c:52
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"
@@ -7052,7 +7937,7 @@ msgstr ""
"Tto sluba dovol NFS servru exportova adresre predvolen v sbore\n"
"/etc/exports"
-#: ../../services.pm_.c:58
+#: ../../services.pm_.c:55
msgid ""
"NFS is a popular protocol for file sharing across TCP/IP\n"
"networks. This service provides NFS file locking functionality."
@@ -7060,7 +7945,7 @@ msgstr ""
"NFS je znmy protokol, uren na zdielanie sborov cez TCP/IP siete.\n"
"Tto sluba prid NFS servru funkciu lockovania sborov."
-#: ../../services.pm_.c:60
+#: ../../services.pm_.c:57
msgid ""
"Automatically switch on numlock key locker under console\n"
"and XFree at boot."
@@ -7068,11 +7953,11 @@ msgstr ""
"Automaticky zapne num-lock pod konzolou a XFree pocas\n"
"tartu systmu."
-#: ../../services.pm_.c:62
+#: ../../services.pm_.c:59
msgid "Support the OKI 4w and compatible winprinters."
msgstr "Podpora pre OKI 4w a kompatibiln win tlaiarne."
-#: ../../services.pm_.c:63
+#: ../../services.pm_.c:60
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 "
@@ -7082,7 +7967,7 @@ msgstr ""
"Podpora PCMCIA je vinou pouvan na sprstupnenie sieovej karty,\n"
"alebo modemu v notebookoch."
-#: ../../services.pm_.c:66
+#: ../../services.pm_.c:63
msgid ""
"The portmapper manages RPC connections, which are used by\n"
"protocols such as NFS and NIS. The portmap server must be running on "
@@ -7093,15 +7978,15 @@ msgstr ""
"NFS a NIS. Portmap server mus by spusten na potaoch, ktor s \n"
"servrami pre protokoly pouvajce RPC mechanizmus."
-#: ../../services.pm_.c:69
+#: ../../services.pm_.c:66 ../../standalone/logdrake_.c:415
msgid ""
-"Postfix is a Mail Transport Agent, which is the program that\n"
-"moves mail from one machine to another."
+"Postfix is a Mail Transport Agent, which is the program that moves mail from "
+"one machine to another."
msgstr ""
-"Postfix je Mail Transport Agent, ie program, ktor prena e-maily\n"
-"z potaa na pota"
+"Postfix je Mail Transport Agent, ie program, ktor prena e-maily z "
+"potaa na pota."
-#: ../../services.pm_.c:71
+#: ../../services.pm_.c:67
msgid ""
"Saves and restores system entropy pool for higher quality random\n"
"number generation."
@@ -7109,7 +7994,7 @@ msgstr ""
"Uklad a obnovuje system entropy pool pre vyiu kvalitu genertora\n"
"nhodnch sel."
-#: ../../services.pm_.c:73
+#: ../../services.pm_.c:69
msgid ""
"Assign raw devices to block devices (such as hard drive\n"
"partitions), for the use of applications such as Oracle"
@@ -7117,7 +8002,7 @@ msgstr ""
"Prirad zkladn zariadenie k blokovmu (ako naprklad oddiely\n"
"pevnho disku) pre pouitie v aplikcich ako Oracle"
-#: ../../services.pm_.c:75
+#: ../../services.pm_.c:71
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"
@@ -7127,7 +8012,7 @@ msgstr ""
"cez RIP protokol. RIP je astejie pouvan na malch sietiach. Pre\n"
"komplexnejie siete je potrebn komplexn smerovac protokol."
-#: ../../services.pm_.c:78
+#: ../../services.pm_.c:74
msgid ""
"The rstat protocol allows users on a network to retrieve\n"
"performance metrics for any machine on that network."
@@ -7135,7 +8020,7 @@ msgstr ""
"Rstat protokol umouje uvateom zskava cez sie\n"
"informcie o zaaen akhokovek potaa na sieti."
-#: ../../services.pm_.c:80
+#: ../../services.pm_.c:76
msgid ""
"The rusers protocol allows users on a network to identify who is\n"
"logged in on other responding machines."
@@ -7143,7 +8028,7 @@ msgstr ""
"Rusers protokol umouje zisti uvateom cez sie, kto je\n"
"prihlsen na odpovedajcich potaoch."
-#: ../../services.pm_.c:82
+#: ../../services.pm_.c:78
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)."
@@ -7151,11 +8036,11 @@ msgstr ""
"Rwho protokol zale vzdialenm uvateom zoznam vetkch uvateov\n"
"prihlsen na systme, na ktorom je spusten rwho dmon (podobne ako finger)."
-#: ../../services.pm_.c:84
+#: ../../services.pm_.c:80
msgid "Launch the sound system on your machine"
msgstr "Spusti zvukov systm na Vaom potai"
-#: ../../services.pm_.c:85
+#: ../../services.pm_.c:81
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."
@@ -7163,50 +8048,46 @@ msgstr ""
"Syslog je monos, ktor vyuva mnoho dmonov na ukladanie sprv\n"
"do rznych systmovch log sborov. Je dobr, ke je syslog vdy spusten."
-#: ../../services.pm_.c:87
+#: ../../services.pm_.c:83
msgid "Load the drivers for your usb devices."
msgstr "Nahratie ovldaov pre vae usb zariadenia."
-#: ../../services.pm_.c:88
+#: ../../services.pm_.c:84
msgid "Starts the X Font Server (this is mandatory for XFree to run)."
msgstr "Spa X Font Server (je potrebn pre spustenie XFree)."
-#: ../../services.pm_.c:114 ../../services.pm_.c:156
+#: ../../services.pm_.c:110 ../../services.pm_.c:152
msgid "Choose which services should be automatically started at boot time"
msgstr "Zvote si sluby, ktor bud spusten automaticky po tarte systmu"
-#: ../../services.pm_.c:126
-#, fuzzy
+#: ../../services.pm_.c:122
msgid "Printing"
-msgstr "Tla"
+msgstr "Tlam"
-#: ../../services.pm_.c:127
+#: ../../services.pm_.c:123
msgid "Internet"
msgstr "Internet"
-#: ../../services.pm_.c:130
+#: ../../services.pm_.c:126
msgid "File sharing"
-msgstr ""
+msgstr "Zdielanie sborov"
-#: ../../services.pm_.c:132
-#, fuzzy
+#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:934
msgid "System"
-msgstr "Md systmu"
+msgstr "Systm"
-#: ../../services.pm_.c:137
-#, fuzzy
+#: ../../services.pm_.c:133
msgid "Remote Administration"
-msgstr "Voby vzdialenej lpd tlaiarne"
+msgstr "Vzdialen sprva"
-#: ../../services.pm_.c:145
-#, fuzzy
+#: ../../services.pm_.c:141
msgid "Database Server"
-msgstr "Dtabzy"
+msgstr "Databzov server"
-#: ../../services.pm_.c:174
+#: ../../services.pm_.c:170
#, c-format
msgid "Services: %d activated for %d registered"
-msgstr ""
+msgstr "Sluby: %d aktivovan %d registrovan"
#: ../../services.pm_.c:186
msgid "Services"
@@ -7226,7 +8107,7 @@ msgstr "Sluby a dmoni"
#: ../../services.pm_.c:217
msgid ""
-"No additionnal information\n"
+"No additional information\n"
"about this service, sorry."
msgstr ""
"iadne rozirujce informcie\n"
@@ -7236,12 +8117,182 @@ msgstr ""
msgid "On boot"
msgstr "Pri tarte"
-#: ../../standalone.pm_.c:25
+#: ../../services.pm_.c:236
+msgid "Start"
+msgstr "tart"
+
+#: ../../services.pm_.c:236
+msgid "Stop"
+msgstr "Stop"
+
+#: ../../share/advertising/00-thanks.pl_.c:9
+msgid "Thank you for choosing Mandrake Linux 8.2"
+msgstr ""
+
+#: ../../share/advertising/00-thanks.pl_.c:10
+msgid "Welcome to the Open Source world"
+msgstr ""
+
+#: ../../share/advertising/00-thanks.pl_.c:11
+msgid ""
+"The success of MandrakeSoft is based upon the principle of Free Software. "
+"Your new operating system is the result of collaborative work on the part of "
+"the worldwide Linux Community"
+msgstr ""
+
+#: ../../share/advertising/01-gnu.pl_.c:9
+#, fuzzy
+msgid "Join the Free Software world"
+msgstr "Protokol pre zvyok sveta"
+
+#: ../../share/advertising/01-gnu.pl_.c:10
+msgid ""
+"Get to know the Open Source community and become a member. Learn, teach, and "
+"help others by joining the many discussion forums that you will find in our "
+"\"Community\" webpages"
+msgstr ""
+
+#: ../../share/advertising/02-internet.pl_.c:9
+#, fuzzy
+msgid "Internet and Messaging"
+msgstr "Prstup k internetu"
+
+#: ../../share/advertising/02-internet.pl_.c:10
+msgid ""
+"Mandrake Linux 8.2 provides the best software to access everything the "
+"Internet has to offer: Surf the web & view animations with Mozilla and "
+"Konqueror, exchange email & organize your personal information with "
+"Evolution and Kmail, and much more"
+msgstr ""
+
+#: ../../share/advertising/03-graphic.pl_.c:9
+#, fuzzy
+msgid "Multimedia and Graphics"
+msgstr "Multimdia - Grafika"
+
+#: ../../share/advertising/03-graphic.pl_.c:10
+msgid ""
+"Mandrake Linux 8.2 lets you push your multimedia computer to its limits! Use "
+"the latest software to play music and audio files, edit and organize your "
+"images and photos, watch TV and videos, and much more"
+msgstr ""
+
+#: ../../share/advertising/04-develop.pl_.c:9
+msgid "Development"
+msgstr "Vvojrska"
+
+#: ../../share/advertising/04-develop.pl_.c:10
+msgid ""
+"Mandrake Linux 8.2 is the ultimate development platform. Discover the power "
+"of the GNU gcc compiler as well as the best Open Source development "
+"environments"
+msgstr ""
+
+#: ../../share/advertising/05-contcenter.pl_.c:9
+#, fuzzy
+msgid "Mandrake Control Center"
+msgstr "Kontroln centrum"
+
+#: ../../share/advertising/05-contcenter.pl_.c:10
+msgid ""
+"The Mandrake Linux 8.2 Control Center is a one-stop location for fully "
+"customizing and configuring your Mandrake system"
+msgstr ""
+
+#: ../../share/advertising/06-user.pl_.c:9
+#, fuzzy
+msgid "User interfaces"
+msgstr "Sieove rozhranie"
+
+#: ../../share/advertising/06-user.pl_.c:10
+msgid ""
+"Mandrake Linux 8.2 provides 11 different graphical desktop environments and "
+"window managers to choose from including GNOME 1.4, KDE 2.2.2, Window Maker "
+"0.8, and the rest"
+msgstr ""
+
+#: ../../share/advertising/07-server.pl_.c:9
#, fuzzy
+msgid "Server Software"
+msgstr "Nzov SMB servra"
+
+#: ../../share/advertising/07-server.pl_.c:10
+msgid ""
+"Transform your machine into a powerful server with just a few clicks of the "
+"mouse: Web server, email, firewall, router, file and print server, ..."
+msgstr ""
+
+#: ../../share/advertising/08-games.pl_.c:9
+msgid "Games"
+msgstr "Hry"
+
+#: ../../share/advertising/08-games.pl_.c:10
+msgid ""
+"Mandrake Linux 8.2 provides the best Open Source games - arcade, action, "
+"cards, sports, strategy, ..."
+msgstr ""
+
+#: ../../share/advertising/09-MDKcampus.pl_.c:9
+msgid "MandrakeCampus"
+msgstr ""
+
+#: ../../share/advertising/09-MDKcampus.pl_.c:10
+msgid ""
+"Would you like to learn Linux simply, quickly, and for free? MandrakeSoft "
+"provides free Linux training, as well as a way to test your progress, at "
+"MandrakeCampus -- our online training center"
+msgstr ""
+
+#: ../../share/advertising/10-MDKexpert.pl_.c:9
+#, fuzzy
+msgid "MandrakeExpert"
+msgstr "Expert"
+
+#: ../../share/advertising/10-MDKexpert.pl_.c:10
+msgid ""
+"Quality support from the Linux Community, and from MandrakeSoft, is just "
+"around the corner. And if you're already a Linux veteran, become an \"Expert"
+"\" and share your knowledge at our support website"
+msgstr ""
+
+#: ../../share/advertising/11-consul.pl_.c:9
+#, fuzzy
+msgid "MandrakeConsulting"
+msgstr "Popis Mandrake Nstrojov"
+
+#: ../../share/advertising/11-consul.pl_.c:10
+msgid ""
+"For all of your IT projects, our consultants are ready to analyze your "
+"requirements and offer a customized solution. Benefit from MandrakeSoft's "
+"vast experience as a Linux producer to provide a true IT alternative for "
+"your business organization"
+msgstr ""
+
+#: ../../share/advertising/12-MDKstore.pl_.c:9
+msgid "MandrakeStore"
+msgstr ""
+
+#: ../../share/advertising/12-MDKstore.pl_.c:10
+msgid ""
+"A full range of Linux solutions, as well as special offers on products and "
+"'goodies', are available online at our e-store"
+msgstr ""
+
+#: ../../share/advertising/13-Nvert.pl_.c:9
+msgid ""
+"For more information on MandrakeSoft's Professional Services and commercial "
+"offerings, please see the following web page:"
+msgstr ""
+
+#: ../../share/advertising/13-Nvert.pl_.c:11
+msgid "http://www.mandrakesoft.com/sales/contact"
+msgstr ""
+
+#: ../../standalone.pm_.c:25
msgid "Installing packages..."
-msgstr "Intalujem balk %s"
+msgstr "Intalujem balky"
-#: ../../standalone/diskdrake_.c:63
+#: ../../standalone/diskdrake_.c:85
msgid ""
"I can't read your partition table, it's too corrupted for me :(\n"
"I'll try to go on blanking bad partitions"
@@ -7249,20 +8300,20 @@ msgstr ""
"Nedokem preta tabuku rozdelenia disku, je prli pokoden\n"
"Sksim odstrni chybn oddiely"
-#: ../../standalone/drakautoinst_.c:44
+#: ../../standalone/drakautoinst_.c:45
msgid "Error!"
msgstr "Chyba!"
-#: ../../standalone/drakautoinst_.c:45
+#: ../../standalone/drakautoinst_.c:46
#, c-format
msgid "I can't find needed image file `%s'."
msgstr "Nemem njst potrebn image file `%s'."
-#: ../../standalone/drakautoinst_.c:47
+#: ../../standalone/drakautoinst_.c:48
msgid "Auto Install Configurator"
msgstr ""
-#: ../../standalone/drakautoinst_.c:48
+#: ../../standalone/drakautoinst_.c:49
msgid ""
"You are about to configure an Auto Install floppy. This feature is somewhat "
"dangerous and must be used circumspectly.\n"
@@ -7287,11 +8338,11 @@ msgstr ""
"\n"
"elte si pokraova?"
-#: ../../standalone/drakautoinst_.c:70
+#: ../../standalone/drakautoinst_.c:71
msgid "Automatic Steps Configuration"
msgstr "Automatick kroky konfigurcie"
-#: ../../standalone/drakautoinst_.c:71
+#: ../../standalone/drakautoinst_.c:72
msgid ""
"Please choose for each step whether it will replay like your install, or it "
"will be manual"
@@ -7299,11 +8350,24 @@ msgstr ""
"Prosm pre kad krok zvote i sa m zopakova ako pri vaej intalcii "
"alebo znovu nastavi"
-#: ../../standalone/drakautoinst_.c:112 ../../standalone/drakgw_.c:599
+#: ../../standalone/drakautoinst_.c:145
+msgid ""
+"\n"
+"Welcome.\n"
+"\n"
+"The parameters of the auto-install are available in the sections on the left"
+msgstr ""
+"\n"
+"Vitajte.\n"
+"\n"
+"Parametre automatickej intalcie s dosiahnuten na lite vavo"
+
+#: ../../standalone/drakautoinst_.c:243 ../../standalone/drakgw_.c:671
+#: ../../standalone/scannerdrake_.c:106
msgid "Congratulations!"
msgstr "Gratulujeme!"
-#: ../../standalone/drakautoinst_.c:113
+#: ../../standalone/drakautoinst_.c:244
msgid ""
"The floppy has been successfully generated.\n"
"You may now replay your installation."
@@ -7311,15 +8375,1208 @@ msgstr ""
"Disketa bola spene vytvoren.\n"
"Teraz mete zopakova intalciu."
-#: ../../standalone/drakgw_.c:36 ../../standalone/drakgw_.c:181
+#: ../../standalone/drakautoinst_.c:282
+msgid "Auto Install"
+msgstr "Automatick intalcia"
+
+#: ../../standalone/drakautoinst_.c:352
+msgid "Add an item"
+msgstr "Pridaj poloku"
+
+#: ../../standalone/drakautoinst_.c:359
+msgid "Remove the last item"
+msgstr "Odstr posledn poloku"
+
+#: ../../standalone/drakbackup_.c:448 ../../standalone/drakbackup_.c:451
+#: ../../standalone/drakbackup_.c:455
+msgid ""
+"***********************************************************************\n"
+"\n"
+msgstr ""
+"***********************************************************************\n"
+"\n"
+
+#: ../../standalone/drakbackup_.c:449
+msgid ""
+"\n"
+" DrakBackup Report \n"
+"\n"
+msgstr ""
+"\n"
+" DrakBackup report \n"
+"\n"
+
+#: ../../standalone/drakbackup_.c:450
+msgid ""
+"\n"
+" DrakBackup Daemon Report\n"
+"\n"
+"\n"
+msgstr ""
+"\n"
+" DrakBackup Dmon report\n"
+"\n"
+"\n"
+
+#: ../../standalone/drakbackup_.c:453
+msgid ""
+"\n"
+"\n"
+"***********************************************************************\n"
+"\n"
+msgstr ""
+"\n"
+"\n"
+"***********************************************************************\n"
+"\n"
+
+#: ../../standalone/drakbackup_.c:454
+msgid ""
+"\n"
+" DrakBackup Report Details\n"
+"\n"
+"\n"
+msgstr ""
+"\n"
+" DrakBackup detaily reportu\n"
+"\n"
+"\n"
+
+#: ../../standalone/drakbackup_.c:476
+msgid "total progess"
+msgstr "celkov postup"
+
+#: ../../standalone/drakbackup_.c:555 ../../standalone/drakbackup_.c:602
+msgid "Backup system files..."
+msgstr "Zloha systmovch sborov..."
+
+#: ../../standalone/drakbackup_.c:603 ../../standalone/drakbackup_.c:667
+msgid "Hard Disk Backup files..."
+msgstr "Zloha na pevn disk. Sbory..."
+
+#: ../../standalone/drakbackup_.c:615
+msgid "Backup User files..."
+msgstr "Zlohova uvatesk sbory..."
+
+#: ../../standalone/drakbackup_.c:616
+msgid "Hard Disk Backup Progress..."
+msgstr "Stav zlohy na pevn disk..."
+
+#: ../../standalone/drakbackup_.c:666
+msgid "Backup Other files..."
+msgstr "Zlohova in sbory..."
+
+#: ../../standalone/drakbackup_.c:674
+#, c-format
+msgid ""
+"file list send by FTP : %s\n"
+" "
+msgstr ""
+"Zoznam sborov odoslanch cez FTP : %s\n"
+" "
+
+#: ../../standalone/drakbackup_.c:677
+msgid ""
+"\n"
+"(!) FTP connexion problem: It was not possible to send your backup files by "
+"FTP.\n"
+msgstr ""
+"\n"
+"(!) Chzba FTP pripojenia: Nebolo mon odosla zlohovacie sbory cez FTP.\n"
+
+#: ../../standalone/drakbackup_.c:687
+msgid "(!) Error during mail sending. \n"
+msgstr "(!) Chzba poas odosielania e-mailu. \n"
+
+#: ../../standalone/drakbackup_.c:728 ../../standalone/drakbackup_.c:739
+#: ../../standalone/drakbackup_.c:750 ../../standalone/drakfont_.c:787
+msgid "File Selection"
+msgstr "Vber sborov"
+
+#: ../../standalone/drakbackup_.c:755
+msgid "Select the files or directories and click on 'Add'"
+msgstr "Zvote sbory a adresre a kliknite na 'Pridaj'"
+
+#: ../../standalone/drakbackup_.c:790
+msgid ""
+"\n"
+"Please check all options that you need.\n"
+msgstr ""
+"\n"
+"Zvote prosm vetky volby, ktor potrebujete.\n"
+
+#: ../../standalone/drakbackup_.c:791
+msgid ""
+"These options can backup and restore all files in your /etc directory.\n"
+msgstr ""
+"Tieto nastavenia mu zlohova a obnovova vetky sbory v adresri /etc.\n"
+
+#: ../../standalone/drakbackup_.c:792
+msgid "Backup your System files. ( /etc directory )"
+msgstr "Zloha systmovch sborov. (adresr /etc )"
+
+#: ../../standalone/drakbackup_.c:793
+msgid "Use incremental backup (do not replace old backups)"
+msgstr "Poui prrastkov zlohovanie (bez prepisovania starch zloh)"
+
+#: ../../standalone/drakbackup_.c:794
+msgid "Do not include critical files (passwd, group, fstab)"
+msgstr "Nezahrnova kritick sbory (passwd, group, fstab)"
+
+#: ../../standalone/drakbackup_.c:795
+msgid ""
+"With this option you will be able to restore any version\n"
+" of your /etc directory."
+msgstr ""
+"S tmto nastavenm budete schopn obnovi ktorkovek\n"
+" verziu vho /etc adresra."
+
+#: ../../standalone/drakbackup_.c:812
+msgid "Please check all users that you want to include in your backup."
+msgstr "Prosm, zadajte vetkch uvateov, ktorch chcete zlohova."
+
+#: ../../standalone/drakbackup_.c:839
+msgid "Do not include the browser cache"
+msgstr "Nezahrnova vyrovnvaciu pam prehliadaa"
+
+#: ../../standalone/drakbackup_.c:840 ../../standalone/drakbackup_.c:864
+msgid "Use Incremental Backups (do not replace old backups)"
+msgstr "Poui prrastkov zlohovanie (bez prepisovania starch zloh)"
+
+#: ../../standalone/drakbackup_.c:862 ../../standalone/drakfont_.c:827
+msgid "Remove Selected"
+msgstr "Odstr zvolen"
+
+#: ../../standalone/drakbackup_.c:900
+msgid "Windows (FAT32)"
+msgstr " Windows (FAT32) "
+
+#: ../../standalone/drakbackup_.c:939
+msgid "Users"
+msgstr " Uvatelia"
+
+#: ../../standalone/drakbackup_.c:964
+msgid "Use FTP connection to backup"
+msgstr "Pre zlohovanie poui FTP"
+
+#: ../../standalone/drakbackup_.c:967
+msgid "Please enter the host name or IP."
+msgstr "Prosm vlote meno hostu alebo IP."
+
+#: ../../standalone/drakbackup_.c:972
+msgid ""
+"Please enter the directory to\n"
+" put the backup on this host."
+msgstr ""
+"Prosm zadajte adresr, kam sa\n"
+" bud uklada zlohy na tomto hoste."
+
+#: ../../standalone/drakbackup_.c:977
+msgid "Please enter your login"
+msgstr "Prosm vlote v login"
+
+#: ../../standalone/drakbackup_.c:982
+msgid "Please enter your password"
+msgstr "Prosm vlote vae heslo"
+
+#: ../../standalone/drakbackup_.c:988
+msgid "Remember this password"
+msgstr "Zapamtajte si toto heslo"
+
+#: ../../standalone/drakbackup_.c:1052 ../../standalone/drakbackup_.c:2048
+msgid "FTP Connection"
+msgstr " FTP spojenie"
+
+#: ../../standalone/drakbackup_.c:1059 ../../standalone/drakbackup_.c:2056
+msgid "Secure Connection"
+msgstr "Bezpen pripojenie"
+
+#: ../../standalone/drakbackup_.c:1085 ../../standalone/drakbackup_.c:2889
+msgid "Use CD/DVDROM to backup"
+msgstr "Pre zlohovanie poui CD/DVDROM"
+
+#: ../../standalone/drakbackup_.c:1088 ../../standalone/drakbackup_.c:2893
+msgid "Please choose your CD space"
+msgstr "Prosm, zvote vekos CD"
+
+#: ../../standalone/drakbackup_.c:1094 ../../standalone/drakbackup_.c:2905
+msgid "Please check if you are using CDRW media"
+msgstr "Prosm skontrolujte, i pouvate CDRW mdium"
+
+#: ../../standalone/drakbackup_.c:1100 ../../standalone/drakbackup_.c:2911
+msgid "Please check if you want to erase your CDRW before"
+msgstr "Prosm zakrtnite, aks i elte CDRW mdium najskr vymaza"
+
+#: ../../standalone/drakbackup_.c:1106
+msgid ""
+"Please check if you want to include\n"
+" install boot on your CD."
+msgstr ""
+"Ak si elte spustiten CD,\n"
+" vyberte tto vobu."
+
+#: ../../standalone/drakbackup_.c:1112
+msgid ""
+"Please enter your CD Writer device name\n"
+" ex: 0,1,0"
+msgstr ""
+"Prosm, zadajte meno zariadenia CD Zapisovaky\n"
+" napr. 0,1,0"
+
+#: ../../standalone/drakbackup_.c:1153
+msgid "Use tape to backup"
+msgstr "Pre zlohovanie poui psku"
+
+#: ../../standalone/drakbackup_.c:1156
+msgid "Please enter the device name to use for backup"
+msgstr "Prosm, zadajte meno zlohovacieho zariadenia"
+
+#: ../../standalone/drakbackup_.c:1162 ../../standalone/drakbackup_.c:1203
+#: ../../standalone/drakbackup_.c:2013
+msgid ""
+"Please enter the maximum size\n"
+" allowed for Drakbackup"
+msgstr ""
+"Prosm, zadajte maximlnu vekos\n"
+" pre Drakbackup"
+
+#: ../../standalone/drakbackup_.c:1195 ../../standalone/drakbackup_.c:2005
+msgid "Please enter the directory to save:"
+msgstr "Prosm, zadajte adresr:"
+
+#: ../../standalone/drakbackup_.c:1209 ../../standalone/drakbackup_.c:2019
+msgid "Use quota for backup files."
+msgstr "Pre zlohovanie poui quotu."
+
+#: ../../standalone/drakbackup_.c:1267
+msgid "Network"
+msgstr "Sie"
+
+#: ../../standalone/drakbackup_.c:1272
+msgid "CDROM / DVDROM"
+msgstr "CDROM / DVDROM "
+
+#: ../../standalone/drakbackup_.c:1277
+msgid "HardDrive / NFS"
+msgstr "Pevn disk / NFS"
+
+#: ../../standalone/drakbackup_.c:1297 ../../standalone/drakbackup_.c:1301
+#: ../../standalone/drakbackup_.c:1305
+msgid "hourly"
+msgstr "kad hodinu"
+
+#: ../../standalone/drakbackup_.c:1298 ../../standalone/drakbackup_.c:1302
+#: ../../standalone/drakbackup_.c:1305
+msgid "daily"
+msgstr "denne"
+
+#: ../../standalone/drakbackup_.c:1299 ../../standalone/drakbackup_.c:1303
+#: ../../standalone/drakbackup_.c:1305
+msgid "weekly"
+msgstr "tdenne"
+
+#: ../../standalone/drakbackup_.c:1300 ../../standalone/drakbackup_.c:1304
+#: ../../standalone/drakbackup_.c:1305
+msgid "monthly"
+msgstr "mesane"
+
+#: ../../standalone/drakbackup_.c:1312
+msgid "Use daemon"
+msgstr "Poui dmnona"
+
+#: ../../standalone/drakbackup_.c:1317
+msgid ""
+"Please choose the time \n"
+"interval between each backup"
+msgstr ""
+"Prosm, zvote asov interval\n"
+"medzi jednotlivmi zlohami"
+
+#: ../../standalone/drakbackup_.c:1323
+msgid ""
+"Please choose the\n"
+"media for backup."
+msgstr ""
+"Prosm, zlohovacie \n"
+"mdium."
+
+#: ../../standalone/drakbackup_.c:1327
+msgid "Use Hard Drive with daemon"
+msgstr "Pouitie pevnho disku s dmonom"
+
+#: ../../standalone/drakbackup_.c:1329
+msgid "Use FTP with daemon"
+msgstr "Pouitie FTP s dmonom"
+
+#: ../../standalone/drakbackup_.c:1333
+msgid "Please be sure that the cron daemon is included in your services."
+msgstr "Prosm skontrolujte i je cron dmon sasou spusench sluieb."
+
+#: ../../standalone/drakbackup_.c:1369
+msgid "Send mail report after each backup to :"
+msgstr "Odosla e-mailov sprvu po kadej zlohe:"
+
+#: ../../standalone/drakbackup_.c:1411
+msgid "What"
+msgstr "o"
+
+#: ../../standalone/drakbackup_.c:1416
+msgid "Where"
+msgstr "Kde"
+
+#: ../../standalone/drakbackup_.c:1421
+msgid "When"
+msgstr "Kedy"
+
+#: ../../standalone/drakbackup_.c:1426
+msgid "More Options"
+msgstr "Viac monost"
+
+#: ../../standalone/drakbackup_.c:1445 ../../standalone/drakbackup_.c:2801
+msgid "Drakbackup Configuration"
+msgstr "Drakbackup nastavenia"
+
+#: ../../standalone/drakbackup_.c:1463
+msgid "Please choose where you want to backup"
+msgstr "Prosm zvote kam chcete zlohova"
+
+#: ../../standalone/drakbackup_.c:1465
+msgid "on Hard Drive"
+msgstr "na pevn disk"
+
+#: ../../standalone/drakbackup_.c:1476
+msgid "across Network"
+msgstr "cez sie"
+
+#: ../../standalone/drakbackup_.c:1540
+msgid "Please choose what you want to backup"
+msgstr "Prosm zvote o chcete zlohova"
+
+#: ../../standalone/drakbackup_.c:1541
+msgid "Backup system"
+msgstr "Zlohovac systm"
+
+#: ../../standalone/drakbackup_.c:1542
+msgid "Backup Users"
+msgstr "Zloha Uvateov"
+
+#: ../../standalone/drakbackup_.c:1545
+msgid "Select user manually"
+msgstr "Vybra uvateov manulne"
+
+#: ../../standalone/drakbackup_.c:1627
+msgid ""
+"\n"
+"Backup Sources: \n"
+msgstr ""
+"\n"
+"Zdroje zlohy: \n"
+
+#: ../../standalone/drakbackup_.c:1628
+msgid ""
+"\n"
+"- System Files:\n"
+msgstr ""
+"\n"
+"- Systmov sbory:\n"
+
+#: ../../standalone/drakbackup_.c:1630
+msgid ""
+"\n"
+"- User Files:\n"
+msgstr ""
+"\n"
+"- Sbory pouvateov:\n"
+
+#: ../../standalone/drakbackup_.c:1632
+msgid ""
+"\n"
+"- Other Files:\n"
+msgstr ""
+"\n"
+"- Ostatn sbory:\n"
+
+#: ../../standalone/drakbackup_.c:1634
+#, c-format
+msgid ""
+"\n"
+"- Save on Hard drive on path : %s\n"
+msgstr ""
+"\n"
+"- Uloi na pevn disk na cestu : %s\n"
+
+#: ../../standalone/drakbackup_.c:1635
+#, c-format
+msgid ""
+"\n"
+"- Save on FTP on host : %s\n"
+msgstr ""
+"\n"
+"- Uloi na FTP na host : %s\n"
+
+#: ../../standalone/drakbackup_.c:1636
+#, c-format
+msgid ""
+"\t\t user name: %s\n"
+"\t\t on path: %s \n"
+msgstr ""
+"\t\t Meno uvatea: %s\n"
+"\t\t na cestu: %s \n"
+
+#: ../../standalone/drakbackup_.c:1637
+msgid ""
+"\n"
+"- Options:\n"
+msgstr ""
+"\n"
+"- Parametre:\n"
+
+#: ../../standalone/drakbackup_.c:1638
+msgid "\tDo not include System Files\n"
+msgstr "\tNezahna systmov sbory\n"
+
+#: ../../standalone/drakbackup_.c:1639
+msgid "\tBackups use tar and bzip2\n"
+msgstr "\tZlohovanie pouva tar a bzip2\n"
+
+#: ../../standalone/drakbackup_.c:1640
+msgid "\tBackups use tar and gzip\n"
+msgstr "\tZlohovanie pouva tar a gzip\n"
+
+#: ../../standalone/drakbackup_.c:1641
+#, c-format
+msgid ""
+"\n"
+"- Daemon (%s) include :\n"
+msgstr ""
+"\n"
+"- Dmon (%s) zaha :\n"
+
+#: ../../standalone/drakbackup_.c:1642
+msgid "\t-Hard drive.\n"
+msgstr "\t-Pevn disk.\n"
+
+#: ../../standalone/drakbackup_.c:1643
+msgid "\t-CDROM.\n"
+msgstr "\t-CDROM.\n"
+
+#: ../../standalone/drakbackup_.c:1644
+msgid "\t-Network by FTP.\n"
+msgstr "\t-Sie cez FTP.\n"
+
+#: ../../standalone/drakbackup_.c:1645
+msgid "\t-Network by SSH.\n"
+msgstr "\t-Sie cez SSH.\n"
+
+#: ../../standalone/drakbackup_.c:1647
+msgid "No configuration, please click Wizard or Advanced.\n"
+msgstr "Ete nenastaven, prosm pouite Pomocnka alebo Rozren.\n"
+
+#: ../../standalone/drakbackup_.c:1652
+msgid ""
+"List of data to restore:\n"
+"\n"
+msgstr ""
+"Zoznam dt pre obnovu:\n"
+"\n"
+
+#: ../../standalone/drakbackup_.c:1753
+msgid ""
+"List of data corrupted:\n"
+"\n"
+msgstr ""
+"Zoznam poruench dt:\n"
+"\n"
+
+#: ../../standalone/drakbackup_.c:1755
+msgid "Please uncheck or remove it on next time."
+msgstr "Prosm odznate alebo odstrte to nabudce."
+
+#: ../../standalone/drakbackup_.c:1765
+msgid "Backup files are corrupted"
+msgstr "Sbory zlohy boli poruen"
+
+#: ../../standalone/drakbackup_.c:1786
+msgid " All your selectionned data have been "
+msgstr " Vetky Vami vybran dta boli "
+
+#: ../../standalone/drakbackup_.c:1787
+#, c-format
+msgid " Successfuly Restored on %s "
+msgstr " spene obnoven na %s "
+
+#: ../../standalone/drakbackup_.c:1886
+msgid " Restore Configuration "
+msgstr " Obnovi nastavenie"
+
+#: ../../standalone/drakbackup_.c:1904
+msgid "OK to restore the other files."
+msgstr "OK pre obnovu ostatnch sborov."
+
+#: ../../standalone/drakbackup_.c:1922
+msgid "User list to restore (only the most recent date per user is important)"
+msgstr "Zoznam uvateov prew obnovu (je dleit iba posledn zloha)"
+
+#: ../../standalone/drakbackup_.c:1972
+msgid "Backup the system files before:"
+msgstr "Najskr zlohuj systmov sbory:"
+
+#: ../../standalone/drakbackup_.c:1974
+msgid "please choose the date to restore"
+msgstr "prosm, zvote dta, ktor chcete obnovi"
+
+#: ../../standalone/drakbackup_.c:2002
+msgid "Use Hard Disk to backup"
+msgstr "Pre zlohovanie poui pevn disk"
+
+#: ../../standalone/drakbackup_.c:2083
+msgid "Restore from Hard Disk."
+msgstr "Obnova z pevnho disku"
+
+#: ../../standalone/drakbackup_.c:2085
+msgid "Please enter the directory where backups are stored"
+msgstr "Prosm, zadajte, kde s uloen zlohy"
+
+#: ../../standalone/drakbackup_.c:2143
+msgid "Select another media to restore from"
+msgstr "Vyberte in mdium pre obnovu"
+
+#: ../../standalone/drakbackup_.c:2145
+msgid "Other Media"
+msgstr "In mdium"
+
+#: ../../standalone/drakbackup_.c:2151
+msgid "Restore system"
+msgstr "Obnovi systm"
+
+#: ../../standalone/drakbackup_.c:2152
+msgid "Restore Users"
+msgstr "Obnov Uvateov"
+
+#: ../../standalone/drakbackup_.c:2153
+msgid "Restore Other"
+msgstr "Obnov ostatn"
+
+#: ../../standalone/drakbackup_.c:2155
+msgid "select path to restore (instead of / )"
+msgstr "vyberte cestu pre obnovu (okrem /)"
+
+#: ../../standalone/drakbackup_.c:2159
+msgid "Do new backup before restore (only for incremental backups.)"
+msgstr "Pred obnovou urobi nov zlohu (iba pre prrastkov zlohovanie)"
+
+#: ../../standalone/drakbackup_.c:2160
+msgid "Remove user directories before restore."
+msgstr "Pred obnovou odstr uvatesk adresre."
+
+#: ../../standalone/drakbackup_.c:2217
+msgid "Restore all backups"
+msgstr "Obnov vetky zlohy"
+
+#: ../../standalone/drakbackup_.c:2225
+msgid "Custom Restore"
+msgstr "Vlastn obnova"
+
+#: ../../standalone/drakbackup_.c:2266 ../../standalone/drakbackup_.c:2291
+#: ../../standalone/drakbackup_.c:2312 ../../standalone/drakbackup_.c:2333
+#: ../../standalone/drakbackup_.c:2351 ../../standalone/drakbackup_.c:2383
+#: ../../standalone/drakbackup_.c:2399 ../../standalone/drakbackup_.c:2419
+#: ../../standalone/drakbackup_.c:2438 ../../standalone/drakbackup_.c:2460
+#: ../../standalone/drakfont_.c:575
+msgid "Help"
+msgstr "Pomoc"
+
+#: ../../standalone/drakbackup_.c:2269 ../../standalone/drakbackup_.c:2296
+#: ../../standalone/drakbackup_.c:2315 ../../standalone/drakbackup_.c:2336
+#: ../../standalone/drakbackup_.c:2354 ../../standalone/drakbackup_.c:2402
+#: ../../standalone/drakbackup_.c:2422 ../../standalone/drakbackup_.c:2441
+msgid "Previous"
+msgstr "Predchdzajce"
+
+#: ../../standalone/drakbackup_.c:2271 ../../standalone/drakbackup_.c:2338
+#: ../../standalone/logdrake_.c:224
+msgid "Save"
+msgstr "Ulo"
+
+#: ../../standalone/drakbackup_.c:2317
+msgid "Build Backup"
+msgstr "Vytvor zlohu"
+
+#: ../../standalone/drakbackup_.c:2356 ../../standalone/drakbackup_.c:3033
+msgid "Restore"
+msgstr "Obnova"
+
+#: ../../standalone/drakbackup_.c:2404 ../../standalone/drakbackup_.c:2424
+#: ../../standalone/drakbackup_.c:2445
+msgid "Next"
+msgstr "al"
+
+#: ../../standalone/drakbackup_.c:2478
+msgid ""
+"Please Build backup before to restore it...\n"
+" or verify that your path to save is correct."
+msgstr ""
+"Skr ne sa poksite obnovi, vytvorte zlohu..\n"
+" alebo skontrolujte, i je zadan cesta sprvna."
+
+#: ../../standalone/drakbackup_.c:2499
+msgid ""
+"Error durind sendmail\n"
+" your report mail was not sent\n"
+" Please configure sendmail"
+msgstr ""
+"Chyba pri odosielan poty\n"
+" V report nebol odoslan\n"
+" Prosm nastavte sendmail"
+
+#: ../../standalone/drakbackup_.c:2522
+msgid "Package List to Install"
+msgstr "Zoznam balkov pre intalciu"
+
+#: ../../standalone/drakbackup_.c:2550
+msgid ""
+"Error durind sending file via FTP.\n"
+" Please correct your FTP configuration."
+msgstr ""
+"Poas posielania sboru cez FTP sa vyskytla chyba.\n"
+" Prosm skontrolujte sprvnos FTP nastavenia."
+
+#: ../../standalone/drakbackup_.c:2573
+msgid "Please select data to restore..."
+msgstr "Prosm, skontrolujte dta ktor chcete obnovi..."
+
+#: ../../standalone/drakbackup_.c:2594
+msgid "Please select media for backup..."
+msgstr "Prosm, zvote mdium pre zlohovanie..."
+
+#: ../../standalone/drakbackup_.c:2616
+msgid "Please select data to backup..."
+msgstr "Prosm, zvote mdium pre zlohovanie..."
+
+#: ../../standalone/drakbackup_.c:2638
+msgid ""
+"No configuration file found \n"
+"please click Wizard or Advanced."
+msgstr ""
+"Nebol njden konfiguran sbor.\n"
+"Prosm vyberte Pomocnk, alebo Rozren."
+
+#: ../../standalone/drakbackup_.c:2659
+msgid "Under Devel ... please wait."
+msgstr "Vo vvoji ... prosm vydrte."
+
+#: ../../standalone/drakbackup_.c:2739
+msgid "Backup system files"
+msgstr "Zlohuj systmov sbory"
+
+#: ../../standalone/drakbackup_.c:2741
+msgid "Backup user files"
+msgstr "Zlohuj uvatesk sbory"
+
+#: ../../standalone/drakbackup_.c:2743
+msgid "Backup other files"
+msgstr "Zlohuj in sbory"
+
+#: ../../standalone/drakbackup_.c:2745 ../../standalone/drakbackup_.c:2776
+msgid "Total Progress"
+msgstr "Celkov priebeh"
+
+#: ../../standalone/drakbackup_.c:2767
+msgid "files sending by FTP"
+msgstr "sbory odosielan cez FTP"
+
+#: ../../standalone/drakbackup_.c:2771
+msgid "Sending files..."
+msgstr "Odosielam sbory..."
+
+#: ../../standalone/drakbackup_.c:2841
+msgid "Data list to include on CDROM."
+msgstr "Zoznam dt, ktor bud na CDROM."
+
+#: ../../standalone/drakbackup_.c:2899
+msgid "Please enter the cd writer speed"
+msgstr "Prosm, zadajte rchlos vaej CD mechaniky"
+
+#: ../../standalone/drakbackup_.c:2917
+msgid "Please enter your CD Writer device name (ex: 0,1,0)"
+msgstr "Zadajte prosm meno zariadenia zapisovacej CD mechaniky (napr. 0,1,0)"
+
+#: ../../standalone/drakbackup_.c:2923
+msgid "Please check if you want to include install boot on your CD."
+msgstr "Zvote, ak si elte ma intalan CD spustiten."
+
+#: ../../standalone/drakbackup_.c:2989
+msgid "Backup Now from configuration file"
+msgstr "Zlohuj poda konfiguranho sbora"
+
+#: ../../standalone/drakbackup_.c:2999
+msgid "View Backup Configuration."
+msgstr "Zobraz nastavenie zlohovania."
+
+#: ../../standalone/drakbackup_.c:3020
+msgid "Wizard Configuration"
+msgstr "Pomocnk nastavenia"
+
+#: ../../standalone/drakbackup_.c:3024
+msgid "Advanced Configuration"
+msgstr "Pokroil konfigurcia"
+
+#: ../../standalone/drakbackup_.c:3028
+msgid "Backup Now"
+msgstr "Zlohuj"
+
+#: ../../standalone/drakbackup_.c:3053
+msgid "Drakbackup"
+msgstr "Drakbackup"
+
+#: ../../standalone/drakbackup_.c:3104
+msgid ""
+"options description:\n"
+"\n"
+" In this step Drakbackup allow you to change:\n"
+"\n"
+" - The compression mode:\n"
+" \n"
+" If you check bzip2 compression, you will compress\n"
+" your data better than gzip (about 2-10 %).\n"
+" This option is not checked by default because\n"
+" this compression mode needs more time ( about 1000% more).\n"
+" \n"
+" - The update mode:\n"
+"\n"
+" This option will update your backup, but this\n"
+" option is not really useful because you need to\n"
+" decompress your backup before you can update it.\n"
+" \n"
+" - the .backupignore mode:\n"
+"\n"
+" Like with cvs, Drakbackup will ignore all references\n"
+" included in .backupignore files in each directories.\n"
+" ex: \n"
+" /*> cat .backupignore*/\n"
+" *.o\n"
+" *~\n"
+" ...\n"
+" \n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3134
+msgid ""
+"\n"
+" Some errors during sendmail are caused by \n"
+" a bad configuration of postfix. To solve it you have to\n"
+" set myhostname or mydomain in /etc/postfix/main.cf\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3142
+msgid ""
+"options description:\n"
+"\n"
+" - Backup system files:\n"
+" \n"
+"\tThis option allows you to backup your /etc directory,\n"
+"\twhich contains all configuration files. Please be\n"
+"\tcareful during the restore step to not overwrite:\n"
+"\t\t/etc/passwd \n"
+"\t\t/etc/group \n"
+"\t\t/etc/fstab\n"
+"\n"
+" - Backup User files: \n"
+"\n"
+"\tThis option allows you select all users that you want \n"
+"\tto backup.\n"
+"\tTo preserve disk space, it is recommended that you \n"
+"\tdo not include web browser's cache.\n"
+"\n"
+" - Backup Other files: \n"
+"\n"
+"\tThis option allows you to add more data to save.\n"
+"\tWith the other backup it's not possible at the \n"
+"\tmoment to select select incremental backup.\t\t\n"
+" \n"
+" - Incremental Backups:\n"
+"\n"
+"\tThe incremental backup is the most powerful \n"
+"\toption for backup. This option allows you \n"
+"\tto backup all your data the first time, and \n"
+"\tonly the changed afterward.\n"
+"\tThen you will be able, during the restore\n"
+"\tstep, to restore your data from a specified\n"
+"\tdate.\n"
+"\tIf you have not selected this option all\n"
+"\told backups are deleted before each backup. \n"
+"\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3181
+msgid ""
+"restore description:\n"
+" \n"
+"Only the most recent date will be used ,because with incremental \n"
+"backups it is necesarry to restore one by one each older backups.\n"
+"\n"
+"So if you don't like to restore an user please unselect all his\n"
+"check box.\n"
+"\n"
+"Otherwise, you are able to select only one of this\n"
+"\n"
+" - Incremental Backups:\n"
+"\n"
+"\tThe incremental backup is the most powerfull \n"
+"\toption to use backup, this option allow you \n"
+"\tto backup all your data the first time, and \n"
+"\tonly the changed after.\n"
+"\tSo you will be able during the restore\n"
+"\tstep, to restore your data from a specified\n"
+"\tdate.\n"
+"\tIf you have not selected this options all\n"
+"\told backups are deleted before each backup. \n"
+"\n"
+"\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3207 ../../standalone/drakbackup_.c:3282
+msgid ""
+" Copyright (C) 2001 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita.fr>"
+msgstr ""
+" Copyright (C) 2001 MandrakeSoft DUPONT Sebastien <dupont_s\\@epita.fr>"
+
+#: ../../standalone/drakbackup_.c:3209 ../../standalone/drakbackup_.c:3284
+msgid ""
+" This program is free software; you can redistribute it and/or modify\n"
+" it under the terms of the GNU General Public License as published by\n"
+" the Free Software Foundation; either version 2, or (at your option)\n"
+" any later version.\n"
+"\n"
+" This program is distributed in the hope that it will be useful,\n"
+" but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
+" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
+" GNU General Public License for more details.\n"
+"\n"
+" You should have received a copy of the GNU General Public License\n"
+" along with this program; if not, write to the Free Software\n"
+" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3223
+msgid ""
+"Description:\n"
+"\n"
+" Drakbackup is used to backup your system.\n"
+" During the configuration you can select: \n"
+"\t- System files, \n"
+"\t- Users files, \n"
+"\t- Other files.\n"
+"\tor All your system ... and Other (like Windows Partitions)\n"
+"\n"
+" Drakbackup allows you to backup your system on:\n"
+"\t- Harddrive.\n"
+"\t- NFS.\n"
+"\t- CDROM (CDRW), DVDROM (with autoboot, rescue and autoinstall.).\n"
+"\t- FTP.\n"
+"\t- Rsync.\n"
+"\t- Webdav.\n"
+"\t- Tape.\n"
+"\n"
+" Drakbackup allows you to restore your system to\n"
+" a user selected directory.\n"
+"\n"
+" Per default all backup will be stored on your\n"
+" /var/lib/drakbackup directory\n"
+"\n"
+" Configuration file:\n"
+"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
+"\n"
+"\n"
+"Restore Step:\n"
+" \n"
+" During the restore step, DrakBackup will remove \n"
+" your original directory and verify that all \n"
+" backup files are not corrupted. It is recommended \n"
+" you do a last backup before restoring.\n"
+"\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3261
+msgid ""
+"options description:\n"
+"\n"
+"Please be careful when you are using ftp backup, because only \n"
+"backups that are already built are sent to the server.\n"
+"So at the moment, you need to build the backup on your hard \n"
+"drive before sending it to the server.\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3270
+msgid ""
+"\n"
+"Restore Backup Problems:\n"
+"\n"
+"During the restore step, Drakbackup will verify all your\n"
+"backup files before restoring them.\n"
+"Before the restore, Drakbackup will remove \n"
+"your original directory, and you will loose all your \n"
+"data. It is important to be careful and not modify the \n"
+"backup data files by hand.\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3298
+msgid ""
+"Description:\n"
+"\n"
+" Drakbackup is used to backup your system.\n"
+" During the configuration you can select \n"
+"\t- System files, \n"
+"\t- Users files, \n"
+"\t- Other files.\n"
+"\tor All your system ... and Other (like Windows Partitions)\n"
+"\n"
+" Drakbackup allows you to backup your system on:\n"
+"\t- Harddrive.\n"
+"\t- NFS.\n"
+"\t- CDROM (CDRW), DVDROM (with autoboot, rescue and autoinstall.).\n"
+"\t- FTP.\n"
+"\t- Rsync.\n"
+"\t- Webdav.\n"
+"\t- Tape.\n"
+"\n"
+" Drakbackup allows you to restore your system to\n"
+" a user selected directory.\n"
+"\n"
+" Per default all backup will be stored on your\n"
+" /var/lib/drakbackup directory\n"
+"\n"
+" Configuration file:\n"
+"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
+"\n"
+"Restore Step:\n"
+" \n"
+" During the restore step, Drakbackup will remove\n"
+" your original directory and verify that all\n"
+" backup files are not corrupted. It is recommended\n"
+" you do a last backup before restoring.\n"
+" \n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakboot_.c:58
+#, c-format
+msgid "Installation of %s failed. The following error occured:"
+msgstr "Intalcia %s zlyhala. Vyskytla sa nasledujca chyba:"
+
+#: ../../standalone/drakfont_.c:229
+msgid "Search installed fonts"
+msgstr "Hlada naintalovan fonty"
+
+#: ../../standalone/drakfont_.c:231
+msgid "Unselect fonts installed"
+msgstr "Odznai naintalovan fonty"
+
+#: ../../standalone/drakfont_.c:252
+msgid "parse all fonts"
+msgstr "zpracova vetky fonty"
+
+#: ../../standalone/drakfont_.c:253
+msgid "no fonts found"
+msgstr "nenaiel som iadne fonty"
+
+#: ../../standalone/drakfont_.c:261 ../../standalone/drakfont_.c:303
+#: ../../standalone/drakfont_.c:352 ../../standalone/drakfont_.c:410
+#: ../../standalone/drakfont_.c:417 ../../standalone/drakfont_.c:443
+#: ../../standalone/drakfont_.c:455 ../../standalone/drakfont_.c:468
+msgid "done"
+msgstr "hotovo"
+
+#: ../../standalone/drakfont_.c:265
+msgid "could not find any font in your mounted partitions"
+msgstr "Na pripojench oddieloch nieje mon njs fonty"
+
+#: ../../standalone/drakfont_.c:301
+msgid "Reselect correct fonts"
+msgstr "Znovu vybra sprvne fonty"
+
+#: ../../standalone/drakfont_.c:304
+msgid "could not find any font.\n"
+msgstr "nemem njs iaden font.\n"
+
+#: ../../standalone/drakfont_.c:327
+msgid "Search fonts in installed list"
+msgstr "Vyhadvam fonty v zozname naintalovanch"
+
+#: ../../standalone/drakfont_.c:350
+msgid "Fonts copy"
+msgstr "Kpia fontu"
+
+#: ../../standalone/drakfont_.c:353
+msgid "True Type fonts installation"
+msgstr "Intalcia True Type fontov"
+
+#: ../../standalone/drakfont_.c:357
+msgid "please wait during ttmkfdir..."
+msgstr "Prosm akajte poas tmkfdir..."
+
+#: ../../standalone/drakfont_.c:359
+msgid "True Type install done"
+msgstr "Intalcia True Type fontov hotov."
+
+#: ../../standalone/drakfont_.c:366 ../../standalone/drakfont_.c:382
+msgid "Fonts conversion"
+msgstr "Konverzia fontov"
+
+#: ../../standalone/drakfont_.c:370 ../../standalone/drakfont_.c:386
+#: ../../standalone/drakfont_.c:406
+msgid "type1inst building"
+msgstr "vytvram type1inst"
+
+#: ../../standalone/drakfont_.c:375 ../../standalone/drakfont_.c:390
+msgid "Ghostscript referencing"
+msgstr "Odkazy na Ghostscript"
+
+#: ../../standalone/drakfont_.c:397
+msgid "ttf fonts conversion"
+msgstr "prevod ttf fontov"
+
+#: ../../standalone/drakfont_.c:401
+msgid "pfm fonts conversion"
+msgstr "prevod pfm fontov"
+
+#: ../../standalone/drakfont_.c:411
+msgid "Suppress temporary Files"
+msgstr "Ignorova pracovn sbory"
+
+#: ../../standalone/drakfont_.c:414
+msgid "Restart XFS"
+msgstr "Retart XFS"
+
+#: ../../standalone/drakfont_.c:453 ../../standalone/drakfont_.c:463
+msgid "Suppress Fonts Files"
+msgstr "Ignorova sbory s fontami"
+
+#: ../../standalone/drakfont_.c:465
+msgid "xfs restart"
+msgstr "xfs restart"
+
+#: ../../standalone/drakfont_.c:472 ../../standalone/drakfont_.c:760
+msgid ""
+"Before installing any fonts, be sure that you have the right to use and "
+"install them on your system.\n"
+"\n"
+"-You can install the fonts using the normal way. In rare cases, bogus fonts "
+"may hang up your X Server."
+msgstr ""
+"Pred pridanm fontov sa prosm uistite, e na vaom potai mte prva ich "
+"pridva.\n"
+"\n"
+"-Pre pridvanie fontov mete poui tandartn spsob. V pecilnych "
+"prpadoch vak chybn fonty mu spsobi vytuhnutie X servera."
+
+#: ../../standalone/drakfont_.c:547
+msgid "Fonts Importation"
+msgstr "Import fontov"
+
+#: ../../standalone/drakfont_.c:562
+msgid "Get Windows Fonts"
+msgstr "Prevzia fonty z Windows"
+
+#: ../../standalone/drakfont_.c:564
+msgid "Uninstall Fonts"
+msgstr "Odstrnenie fontov"
+
+#: ../../standalone/drakfont_.c:568
+msgid "Advanced Options"
+msgstr "Pokroil nastavenia"
+
+#: ../../standalone/drakfont_.c:570
+msgid "Font List"
+msgstr "Zoznam fontov"
+
+#: ../../standalone/drakfont_.c:739
+msgid "Choose the applications that will support the fonts :"
+msgstr "Zvote aplikcie ktor bud podporova fonty:"
+
+#: ../../standalone/drakfont_.c:743
+msgid "Ghostscript"
+msgstr "Ghostscript"
+
+#: ../../standalone/drakfont_.c:747
+msgid "StarOffice"
+msgstr "StarOffice"
+
+#: ../../standalone/drakfont_.c:751
+msgid "Abiword"
+msgstr "Abiword"
+
+#: ../../standalone/drakfont_.c:755
+msgid "Generic Printers"
+msgstr "Tlaiarne pre veobecn pouitie"
+
+#: ../../standalone/drakfont_.c:792
+msgid "Select the font file or directory and click on 'Add'"
+msgstr "Zvote adresr fontov a kliknite na 'Pridaj'"
+
+#: ../../standalone/drakfont_.c:828
+msgid "Install List"
+msgstr "Naintaluj zoznam"
+
+#: ../../standalone/drakfont_.c:858
+msgid "click here if you are sure."
+msgstr "Kliknite sem, ak ste si ist."
+
+#: ../../standalone/drakfont_.c:860
+msgid "here if no."
+msgstr "sem ak nie"
+
+#: ../../standalone/drakfont_.c:897
+msgid "Unselected All"
+msgstr "Odznai vetky"
+
+#: ../../standalone/drakfont_.c:899
+msgid "Selected All"
+msgstr "Vyber vetko"
+
+#: ../../standalone/drakfont_.c:901
+msgid "Remove List"
+msgstr "Odstrni zoznam"
+
+#: ../../standalone/drakfont_.c:919 ../../standalone/drakfont_.c:939
+msgid "Initials tests"
+msgstr "Poiaton testy"
+
+#: ../../standalone/drakfont_.c:920
+msgid "Copy fonts on your system"
+msgstr "Koprova fonty na v systm"
+
+#: ../../standalone/drakfont_.c:921
+msgid "Install & convert Fonts"
+msgstr "Intalcia a konverzia fontov"
+
+#: ../../standalone/drakfont_.c:922
+msgid "Post Install"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:940
+msgid "Remove fonts on your system"
+msgstr "Odstrni fonty zo systmu"
+
+#: ../../standalone/drakfont_.c:941
+msgid "Post Uninstall"
+msgstr ""
+
+#: ../../standalone/drakgw_.c:43 ../../standalone/drakgw_.c:200
msgid "Internet Connection Sharing"
msgstr "Zdieanie pripojenia k internetu"
-#: ../../standalone/drakgw_.c:119
+#: ../../standalone/drakgw_.c:138
msgid "Internet Connection Sharing currently enabled"
msgstr "Zdieanie internetovho pripojenia je momentlne povolen"
-#: ../../standalone/drakgw_.c:120
+#: ../../standalone/drakgw_.c:139
msgid ""
"The setup of Internet connection sharing has already been done.\n"
"It's currently enabled.\n"
@@ -7331,31 +9588,31 @@ msgstr ""
"\n"
"o chcete urobi?"
-#: ../../standalone/drakgw_.c:124
+#: ../../standalone/drakgw_.c:143
msgid "disable"
msgstr "zakza"
-#: ../../standalone/drakgw_.c:124 ../../standalone/drakgw_.c:149
+#: ../../standalone/drakgw_.c:143 ../../standalone/drakgw_.c:168
msgid "dismiss"
msgstr "odmietnu"
-#: ../../standalone/drakgw_.c:124 ../../standalone/drakgw_.c:149
+#: ../../standalone/drakgw_.c:143 ../../standalone/drakgw_.c:168
msgid "reconfigure"
msgstr "prekonfigurova"
-#: ../../standalone/drakgw_.c:127
+#: ../../standalone/drakgw_.c:146
msgid "Disabling servers..."
msgstr "Zakazujem servre..."
-#: ../../standalone/drakgw_.c:135
+#: ../../standalone/drakgw_.c:154
msgid "Internet connection sharing is now disabled."
msgstr "Zdieanie internetovho pripojenia je teraz zakzane."
-#: ../../standalone/drakgw_.c:144
+#: ../../standalone/drakgw_.c:163
msgid "Internet Connection Sharing currently disabled"
msgstr "Zdieanie internetovho pripojenia je momentlne zakzane"
-#: ../../standalone/drakgw_.c:145
+#: ../../standalone/drakgw_.c:164
msgid ""
"The setup of Internet connection sharing has already been done.\n"
"It's currently disabled.\n"
@@ -7367,19 +9624,19 @@ msgstr ""
"\n"
"o chcete urobi?\""
-#: ../../standalone/drakgw_.c:149
+#: ../../standalone/drakgw_.c:168
msgid "enable"
msgstr "povoli"
-#: ../../standalone/drakgw_.c:156
+#: ../../standalone/drakgw_.c:175
msgid "Enabling servers..."
msgstr "Povoujem servre..."
-#: ../../standalone/drakgw_.c:161
+#: ../../standalone/drakgw_.c:180
msgid "Internet connection sharing is now enabled."
msgstr "Zdieanie internetovho pripojenia je teraz povolen."
-#: ../../standalone/drakgw_.c:182
+#: ../../standalone/drakgw_.c:201
msgid ""
"You are about to configure your computer to share its Internet connection.\n"
"With that feature, other computers on your local network will be able to use "
@@ -7394,21 +9651,21 @@ msgstr ""
"\n"
"Poznmka: Potrebujete samostatn sieov kartu na pripojenie loklnej siete."
-#: ../../standalone/drakgw_.c:208
+#: ../../standalone/drakgw_.c:227
#, c-format
msgid "Interface %s (using module %s)"
msgstr "Rozhranie %s (pouva modul %s)"
-#: ../../standalone/drakgw_.c:209
+#: ../../standalone/drakgw_.c:228
#, c-format
msgid "Interface %s"
msgstr "Rozhranie %s"
-#: ../../standalone/drakgw_.c:217
+#: ../../standalone/drakgw_.c:236
msgid "No network adapter on your system!"
msgstr "Vo vaom systme nieje sieovy adaptr!"
-#: ../../standalone/drakgw_.c:218
+#: ../../standalone/drakgw_.c:237
msgid ""
"No ethernet network adapter has been detected on your system. Please run the "
"hardware configuration tool."
@@ -7416,11 +9673,11 @@ msgstr ""
"Vo vaom systme nebol njden sieovy ethernet adaptr. Prosm spustite "
"konfigurciu hardweru."
-#: ../../standalone/drakgw_.c:224
+#: ../../standalone/drakgw_.c:243
msgid "Network interface"
msgstr "Sieove rozhranie"
-#: ../../standalone/drakgw_.c:225
+#: ../../standalone/drakgw_.c:244
#, c-format
msgid ""
"There is only one configured network adapter on your system:\n"
@@ -7435,7 +9692,7 @@ msgstr ""
"\n"
"Loklna sie bude nastaven prve s tmto adaptrom."
-#: ../../standalone/drakgw_.c:234
+#: ../../standalone/drakgw_.c:253
msgid ""
"Please choose what network adapter will be connected to your Local Area "
"Network."
@@ -7443,21 +9700,95 @@ msgstr ""
"Prosm vyberte si sieovy adaptr, ktor bude pripojen k vaej loklnej "
"sieti."
-#: ../../standalone/drakgw_.c:243
+#: ../../standalone/drakgw_.c:271
+msgid "Network interface already configured"
+msgstr "Sieov rozhranie je u nastaven"
+
+#: ../../standalone/drakgw_.c:272
+#, c-format
+msgid ""
+"Warning, the network adapter (%s) is already configured.\n"
+"\n"
+"Do you want an automatic re-configuration?\n"
+"\n"
+"You can do it manually but you need to know what you're doing."
+msgstr ""
+"Varovanie. Siov adaptr (%s) je u nastaven.\n"
+"\n"
+"elte si automatick rekonfigurciu?\n"
+"\n"
+"Mete to urobi manulne, ale muste vedie, o robte."
+
+#: ../../standalone/drakgw_.c:277
+msgid "Automatic reconfiguration"
+msgstr "Automatick zmena konfigurcie"
+
+#: ../../standalone/drakgw_.c:278
+msgid "Show current interface configuration"
+msgstr "Zobraz aktulne nastavenie rozhrania"
+
+#: ../../standalone/drakgw_.c:280
+#, c-format
msgid ""
-"Warning, the network adapter is already configured. I will reconfigure it."
-msgstr "Pozor, sieov adaptr u je nastaven. Teraz ho prekonfigurujem."
+"Current configuration of `%s':\n"
+"\n"
+"Network: %s\n"
+"IP address: %s\n"
+"IP attribution: %s\n"
+"Driver: %s"
+msgstr ""
+"Aktulne nastavenie `%s':\n"
+"\n"
+"Sie: %s\n"
+"IP adresa: %s\n"
+"IP attribution: %s\n"
+"Ovlda: %s"
+
+#: ../../standalone/drakgw_.c:292
+msgid ""
+"I can keep your current configuration and assume you already set up a DHCP "
+"server; in that case please verify I correctly read the C-Class Network that "
+"you use for your local network; I will not reconfigure it and I will not "
+"touch your DHCP server configuration.\n"
+"\n"
+"Else, I can reconfigure your interface and (re)configure a DHCP server for "
+"you.\n"
+"\n"
+msgstr ""
+"Je mon zachova sasn nastavenie a predpoklada, e u mte nastaven "
+"DHCP server; v tom prpade prosm skontrolujte, e je sprvne nastaven "
+"loklna sie; v nastaveniach sa nebud robi iadne zmeny.\n"
+"\n"
+"Ak si to vak elte, je mon zmeni aj rozhranie loklnej siete, aj "
+"nastavenie DHCP serveru.\n"
+"\n"
+
+#: ../../standalone/drakgw_.c:297
+msgid "C-Class Local Network"
+msgstr "Loklna sie triedy C"
-#: ../../standalone/drakgw_.c:254
+#: ../../standalone/drakgw_.c:298
+msgid "(This) DHCP Server IP"
+msgstr "IP tohoto DHCP servera"
+
+#: ../../standalone/drakgw_.c:299
+msgid "Re-configure interface and DHCP server"
+msgstr "Optovn nastavenie DHCP servera"
+
+#: ../../standalone/drakgw_.c:306
+msgid "The Local Network did not finish with `.0', bailing out."
+msgstr "slo loklnej siete nekon na .0, zkam znovu."
+
+#: ../../standalone/drakgw_.c:317
#, c-format
msgid "Potential LAN address conflict found in current config of %s!\n"
msgstr "Potencilny konflik LAN adries v aktulnej konfigurcii %s!\n"
-#: ../../standalone/drakgw_.c:262 ../../standalone/drakgw_.c:268
+#: ../../standalone/drakgw_.c:325 ../../standalone/drakgw_.c:331
msgid "Firewalling configuration detected!"
msgstr "Bola njden kofigurcia firewalu!"
-#: ../../standalone/drakgw_.c:263 ../../standalone/drakgw_.c:269
+#: ../../standalone/drakgw_.c:326 ../../standalone/drakgw_.c:332
msgid ""
"Warning! An existing firewalling configuration has been detected. You may "
"need some manual fix after installation."
@@ -7465,20 +9796,20 @@ msgstr ""
"Pozor! Bola njden existujca konfigurcia firewallu. Mono budete musiet "
"urobi zopr runych zsahov po intalcii."
-#: ../../standalone/drakgw_.c:277
+#: ../../standalone/drakgw_.c:340
msgid "Configuring..."
msgstr "Konfigurcia..."
-#: ../../standalone/drakgw_.c:278
+#: ../../standalone/drakgw_.c:341
msgid "Configuring scripts, installing software, starting servers..."
msgstr "Konfigurcia skriptov, intalovanie programov, tart serverov..."
-#: ../../standalone/drakgw_.c:311
+#: ../../standalone/drakgw_.c:378
#, c-format
msgid "Problems installing package %s"
msgstr "Problmy pri intalcii balka %s"
-#: ../../standalone/drakgw_.c:600
+#: ../../standalone/drakgw_.c:672
msgid ""
"Everything has been configured.\n"
"You may now share Internet connection with other computers on your Local "
@@ -7488,23 +9819,23 @@ msgstr ""
"Teraz mete zdiea vae pripojenie na internet s ostatnmi potami na "
"vaej loklnej sieti pouitm automatickhonastavenia siete (DHCP)."
-#: ../../standalone/drakgw_.c:617
+#: ../../standalone/drakgw_.c:689
msgid "The setup has already been done, but it's currently disabled."
msgstr "Nastavenie u bolo uroben a je momentlne zakzan."
-#: ../../standalone/drakgw_.c:618
+#: ../../standalone/drakgw_.c:690
msgid "The setup has already been done, and it's currently enabled."
msgstr "Nastavenie u bolo uroben a je momentlne povolen."
-#: ../../standalone/drakgw_.c:619
+#: ../../standalone/drakgw_.c:691
msgid "No Internet Connection Sharing has ever been configured."
msgstr "Zdieanie internetovho pripojenia ete nebolo nastaven."
-#: ../../standalone/drakgw_.c:624
+#: ../../standalone/drakgw_.c:696
msgid "Internet connection sharing configuration"
msgstr "Konfigurcia zdiaania pripojenia k internetu"
-#: ../../standalone/drakgw_.c:631
+#: ../../standalone/drakgw_.c:703
#, c-format
msgid ""
"Welcome to the Internet Connection Sharing utility!\n"
@@ -7519,138 +9850,130 @@ msgstr ""
"\n"
"Kliknite na Nastavi ak chcete spusti sprievodcu nastavenm."
-#: ../../standalone/draknet_.c:79
+#: ../../standalone/draknet_.c:80
#, c-format
msgid "Network configuration (%d adapters)"
msgstr "Konfigurcia siete (%d rozhran)"
-#: ../../standalone/draknet_.c:86 ../../standalone/draknet_.c:573
+#: ../../standalone/draknet_.c:87 ../../standalone/draknet_.c:595
msgid "Profile: "
msgstr "Profil: "
-#: ../../standalone/draknet_.c:94
+#: ../../standalone/draknet_.c:95
msgid "Del profile..."
msgstr "Zma profil..."
-#: ../../standalone/draknet_.c:100
+#: ../../standalone/draknet_.c:101
msgid "Profile to delete:"
msgstr "Zmena profilu:"
-#: ../../standalone/draknet_.c:128
+#: ../../standalone/draknet_.c:129
msgid "New profile..."
msgstr "Nov profil..."
-#: ../../standalone/draknet_.c:134
+#: ../../standalone/draknet_.c:135
msgid ""
"Name of the profile to create (the new profile is created as a copy of the "
"current one) :"
-msgstr ""
+msgstr "Meno novho profilu (nov profil bude vytvoren ako kpia aktulneho)"
-#: ../../standalone/draknet_.c:160
+#: ../../standalone/draknet_.c:161
msgid "Hostname: "
msgstr "Meno potaa: "
-#: ../../standalone/draknet_.c:167
+#: ../../standalone/draknet_.c:168
msgid "Internet access"
msgstr "Prstup k internetu"
-#: ../../standalone/draknet_.c:180
+#: ../../standalone/draknet_.c:181
msgid "Type:"
msgstr "Typ:"
-#: ../../standalone/draknet_.c:183 ../../standalone/draknet_.c:397
+#: ../../standalone/draknet_.c:184 ../../standalone/draknet_.c:376
msgid "Gateway:"
msgstr "Brna:"
-#: ../../standalone/draknet_.c:183 ../../standalone/draknet_.c:397
+#: ../../standalone/draknet_.c:184 ../../standalone/draknet_.c:376
msgid "Interface:"
msgstr "Rozhranie:"
-#: ../../standalone/draknet_.c:192
+#: ../../standalone/draknet_.c:195
msgid "Status:"
msgstr "Status:"
-#: ../../standalone/draknet_.c:194 ../../standalone/draknet_.c:410
-msgid "Connected"
-msgstr "Pripojen."
-
-#: ../../standalone/draknet_.c:194 ../../standalone/draknet_.c:410
-msgid "Not connected"
-msgstr "Nepripojen"
+#: ../../standalone/draknet_.c:202
+msgid "Wait please"
+msgstr "akajte prosm"
-#: ../../standalone/draknet_.c:197 ../../standalone/draknet_.c:411
-msgid "Connect..."
-msgstr "Pripojenie..."
-
-#: ../../standalone/draknet_.c:197 ../../standalone/draknet_.c:411
-msgid "Disconnect..."
-msgstr "Odpojenie..."
-
-#: ../../standalone/draknet_.c:215
-msgid "Starting your connection..."
-msgstr "Spam pripojenie..."
-
-#: ../../standalone/draknet_.c:223
-msgid "Closing your connection..."
-msgstr "Ukonujem vae pripojenie..."
-
-#: ../../standalone/draknet_.c:228
-msgid ""
-"The connection is not closed.\n"
-"Try to do it manually by running\n"
-"/etc/sysconfig/network-scripts/net_cnx_down\n"
-"in root."
-msgstr ""
-"Spojenie nieje ukonen.\n"
-"Skste ukoni manulne spustenm\n"
-"/etc/sysconfig/network-scripts/net_cnx_down\n"
-"ako root."
-
-#: ../../standalone/draknet_.c:231
-msgid "The system is now disconnected."
-msgstr "Systm je teraz pripojen odpojen."
-
-#: ../../standalone/draknet_.c:243
+#: ../../standalone/draknet_.c:220
msgid "Configure Internet Access..."
msgstr "Konfigurcia prstupu k internetu..."
-#: ../../standalone/draknet_.c:250 ../../standalone/draknet_.c:446
+#: ../../standalone/draknet_.c:227 ../../standalone/draknet_.c:449
msgid "LAN configuration"
msgstr "Konfigurcia LAN"
-#: ../../standalone/draknet_.c:255
+#: ../../standalone/draknet_.c:232
msgid "Driver"
msgstr "Ovlda"
-#: ../../standalone/draknet_.c:255
+#: ../../standalone/draknet_.c:232
msgid "Interface"
msgstr "Rozhranie"
-#: ../../standalone/draknet_.c:255
+#: ../../standalone/draknet_.c:232
msgid "Protocol"
msgstr "Protokol"
-#: ../../standalone/draknet_.c:255
+#: ../../standalone/draknet_.c:232
msgid "State"
msgstr "Status"
-#: ../../standalone/draknet_.c:267
+#: ../../standalone/draknet_.c:244
msgid "Configure Local Area Network..."
msgstr "Konfigurcia loklnej siete..."
-#: ../../standalone/draknet_.c:279
+#: ../../standalone/draknet_.c:256
msgid "Click here to launch the wizard ->"
-msgstr ""
+msgstr "Pre spustenie Pomocnka kliknite sem ->"
+
+#: ../../standalone/draknet_.c:257
+msgid "Wizard..."
+msgstr "Sprievodca..."
-#: ../../standalone/draknet_.c:306
+#: ../../standalone/draknet_.c:283
msgid "Apply"
msgstr "Aplikova"
-#: ../../standalone/draknet_.c:325
+#: ../../standalone/draknet_.c:302
msgid "Please Wait... Applying the configuration"
msgstr "Prosm akajte... Aplikujem konfigurciu"
-#: ../../standalone/draknet_.c:428
+#: ../../standalone/draknet_.c:384 ../../standalone/draknet_.c:407
+msgid "Connected"
+msgstr "Pripojen."
+
+#: ../../standalone/draknet_.c:384 ../../standalone/draknet_.c:407
+msgid "Not connected"
+msgstr "Nepripojen"
+
+#: ../../standalone/draknet_.c:385 ../../standalone/draknet_.c:408
+msgid "Connect..."
+msgstr "Pripojenie..."
+
+#: ../../standalone/draknet_.c:385 ../../standalone/draknet_.c:408
+msgid "Disconnect..."
+msgstr "Odpojenie..."
+
+#: ../../standalone/draknet_.c:404
+msgid ""
+"Warning, another Internet connection has been detected, maybe using your "
+"network"
+msgstr ""
+"Varovanie. Bolo rozpoznan in pripojenie na internet, mono pouva vau "
+"sie."
+
+#: ../../standalone/draknet_.c:431
msgid ""
"You don't have any configured interface.\n"
"Configure them first by clicking on 'Configure'"
@@ -7658,36 +9981,44 @@ msgstr ""
"Nemte nastaven iadne rozhranie.\n"
"Nastavte ho kliknutm na Konfiguruj"
-#: ../../standalone/draknet_.c:450
+#: ../../standalone/draknet_.c:453
msgid "LAN Configuration"
msgstr "Konfigurcia LAN"
-#: ../../standalone/draknet_.c:457
+#: ../../standalone/draknet_.c:464
#, c-format
msgid "Adapter %s: %s"
msgstr "Adaptr %s: %s"
-#: ../../standalone/draknet_.c:463
+#: ../../standalone/draknet_.c:470
msgid "Boot Protocol"
msgstr "tartovac protokol"
-#: ../../standalone/draknet_.c:464
+#: ../../standalone/draknet_.c:471
msgid "Started on boot"
msgstr "Spusten pri tarte"
-#: ../../standalone/draknet_.c:465
+#: ../../standalone/draknet_.c:472
msgid "DHCP client"
msgstr "DHCP klient"
-#: ../../standalone/draknet_.c:489 ../../standalone/draknet_.c:491
+#: ../../standalone/draknet_.c:497 ../../standalone/draknet_.c:500
msgid "activate now"
msgstr "aktivuj teraz"
-#: ../../standalone/draknet_.c:489 ../../standalone/draknet_.c:491
-msgid "desactivate now"
-msgstr "deaktivuj teraz"
+#: ../../standalone/draknet_.c:497 ../../standalone/draknet_.c:500
+msgid "deactivate now"
+msgstr "deaktivuj"
+
+#: ../../standalone/draknet_.c:503
+msgid ""
+"This interface has not been configured yet.\n"
+"Launch the configuration wizard in the main window"
+msgstr ""
+"Toto rozhranie ete nebolo nastaven.\n"
+"Spustite Pomocnka nastavenia v hlavnom okne"
-#: ../../standalone/draknet_.c:538
+#: ../../standalone/draknet_.c:560
msgid ""
"You don't have any internet connection.\n"
"Create one first by clicking on 'Configure'"
@@ -7695,131 +10026,159 @@ msgstr ""
"Nemte nastaven pripojenie na internet.\n"
"Vytvorte ho zakliknutm tlatka konfiguruj"
-#: ../../standalone/draknet_.c:562
+#: ../../standalone/draknet_.c:584
msgid "Internet connection configuration"
msgstr "Konfigurcia pripojenia internetu"
-#: ../../standalone/draknet_.c:566
+#: ../../standalone/draknet_.c:588
msgid "Internet Connection Configuration"
msgstr "Konfigurcia pripojenia internetu"
-#: ../../standalone/draknet_.c:575
+#: ../../standalone/draknet_.c:597
msgid "Connection type: "
msgstr "Typ pripojenia: "
-#: ../../standalone/draknet_.c:581
+#: ../../standalone/draknet_.c:603
msgid "Parameters"
msgstr "Parametre"
-#: ../../standalone/draknet_.c:608
+#: ../../standalone/draknet_.c:621
+msgid "Gateway"
+msgstr "Brna"
+
+#: ../../standalone/draknet_.c:630
msgid "Ethernet Card"
msgstr "Ethernet karta"
-#: ../../standalone/draknet_.c:609
+#: ../../standalone/draknet_.c:631
msgid "DHCP Client"
msgstr "DHCP klient"
-#: ../../standalone/draksec_.c:21
-msgid "Welcome To Crackers"
-msgstr "iadna"
+#: ../../standalone/draksec_.c:31
+msgid "Setting security level"
+msgstr "Nastavujem rove bezpenosti"
-#: ../../standalone/draksec_.c:22
-msgid "Poor"
-msgstr "Vemi slab"
+#: ../../standalone/drakxconf_.c:47
+msgid "Control Center"
+msgstr "Kontroln centrum"
-#: ../../standalone/draksec_.c:26
-msgid "Paranoid"
-msgstr "Paranoidn"
+#: ../../standalone/drakxconf_.c:48
+msgid "Choose the tool you want to use"
+msgstr "Vyberte nstroj, ktor chcete poui"
-#: ../../standalone/draksec_.c:29
-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 ""
-"Tto rove by mala by pouvan opatrne. Zjednoduuje prcu so systmom,\n"
-"ale nemal by by pripojen k inm potaom, alebo k internetu. Nie s\n"
-"toti pouvan iadne hesl."
+#: ../../standalone/drakxtv_.c:48
+msgid "Canada (cable)"
+msgstr "Kanadsk (cable)"
-#: ../../standalone/draksec_.c:32
-msgid ""
-"Password are now enabled, but use as a networked computer is still not "
-"recommended."
-msgstr ""
-"Je nastaven pouvanie hesiel, ale pouitie tohoto potaa v sieti nemem "
-"doporui."
+#: ../../standalone/drakxtv_.c:48
+msgid "USA (bcast)"
+msgstr "USA"
-#: ../../standalone/draksec_.c:33
-msgid ""
-"Few improvements for this security level, the main one is that there are\n"
-"more security warnings and checks."
-msgstr "V tejto rovni je viac varovan a kontroly."
+#: ../../standalone/drakxtv_.c:48
+msgid "USA (cable)"
+msgstr "USA (kbel)"
-#: ../../standalone/draksec_.c:35
-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 ""
-"Toto je tandardn rove bezpenosti pre pota, ktor je pouvan\n"
-"pre pripojenie k internetu ako klient."
+#: ../../standalone/drakxtv_.c:48
+msgid "USA (cable-hrc)"
+msgstr "USA (kbel - hrc)"
-#: ../../standalone/draksec_.c:37
-msgid ""
-"With this security level, the use of this system as a server becomes "
-"possible.\n"
-"The security is now high enough to use the system as a server which accept\n"
-"connections from many clients. "
-msgstr ""
-"S touto rovou bezpenosti sa stva systm pouiten ako sieov server."
+#: ../../standalone/drakxtv_.c:49
+msgid "China (bcast)"
+msgstr "na"
-#: ../../standalone/draksec_.c:40
-msgid ""
-"We take level 4 features, but now the system is entirely closed.\n"
-"Security features are at their maximum."
-msgstr ""
-"Mme vetky vhody rovne 4, ale systm je plne uzavret.\n"
-"Bezpenos je jednoducho na najvyej monej rovni."
+#: ../../standalone/drakxtv_.c:49
+msgid "Japan (bcast)"
+msgstr "Japonsko"
-#: ../../standalone/draksec_.c:65
-#, fuzzy
-msgid "Security level"
-msgstr "Nastavujem rove bezpenosti"
+#: ../../standalone/drakxtv_.c:49
+msgid "Japan (cable)"
+msgstr "Japonsko (kbel)"
-#: ../../standalone/draksec_.c:67
-#, fuzzy
-msgid "Use libsafe for servers"
-msgstr "Zvote parametre servra"
+#: ../../standalone/drakxtv_.c:50
+msgid "East Europe"
+msgstr "Vchodn eurpa"
+
+#: ../../standalone/drakxtv_.c:50
+msgid "Ireland"
+msgstr "rsko"
+
+#: ../../standalone/drakxtv_.c:50
+msgid "West Europe"
+msgstr "Zpadn Eurpa"
-#: ../../standalone/draksec_.c:68
+#: ../../standalone/drakxtv_.c:51
+msgid "Australia"
+msgstr "Austrlia"
+
+#: ../../standalone/drakxtv_.c:51
+msgid "Newzealand"
+msgstr "Nov Zland"
+
+#: ../../standalone/drakxtv_.c:52
+msgid "South Africa"
+msgstr "Jun Afrika"
+
+#: ../../standalone/drakxtv_.c:53
+msgid "Argentina"
+msgstr "Argentna"
+
+#: ../../standalone/drakxtv_.c:58
msgid ""
-"A library which defends against buffer overflow and format string attacks."
+"Please,\n"
+"type in your tv norm and country"
msgstr ""
+"Prosm,\n"
+"zadajte vau TV normu a krajinu"
-#: ../../standalone/draksec_.c:72
-msgid "Setting security level"
-msgstr "Nastavujem rove bezpenosti"
+#: ../../standalone/drakxtv_.c:60
+msgid "TV norm :"
+msgstr "TV norma:"
-#: ../../standalone/drakxconf_.c:47
-msgid "Control Center"
-msgstr "Kontroln centrum"
+#: ../../standalone/drakxtv_.c:61
+msgid "Area :"
+msgstr "Oblas :"
-#: ../../standalone/drakxconf_.c:48
-msgid "Choose the tool you want to use"
-msgstr "Vyberte nstroj, ktor chcete poui"
+#: ../../standalone/drakxtv_.c:65
+msgid "Scanning for TV channels in progress ..."
+msgstr "Prebieha vyhadvanie TV programov..."
+
+#: ../../standalone/drakxtv_.c:72
+msgid "Scanning for TV channels"
+msgstr "Vyhladvanie TV programov"
+
+#: ../../standalone/drakxtv_.c:83
+msgid "No TV Card detected!"
+msgstr ""
+
+#: ../../standalone/drakxtv_.c:84
+msgid ""
+"No TV Card has been detected on your machine. Please verify that a Linux-"
+"supported Video/TV Card is correctly plugged in.\n"
+"\n"
+"\n"
+"You can visit our hardware database at:\n"
+"\n"
+"\n"
+"http://www.linux-mandrake.com/en/hardware.php3"
+msgstr ""
#: ../../standalone/keyboarddrake_.c:16
msgid "usage: keyboarddrake [--expert] [keyboard]\n"
msgstr "pouitie: keyboarddrake [--expert] [klvesnica]\n"
+#: ../../standalone/keyboarddrake_.c:29
+msgid "Please, choose your keyboard layout."
+msgstr "Prosm, zvote v typ klvesnice"
+
#: ../../standalone/keyboarddrake_.c:36
msgid "Do you want the BackSpace to return Delete in console?"
msgstr "Chcete aby BackSpace vrtil Delete na konzole?"
-#: ../../standalone/livedrake_.c:23
+#: ../../standalone/livedrake_.c:24
msgid "Change Cd-Rom"
msgstr "Vyme CD"
-#: ../../standalone/livedrake_.c:24
+#: ../../standalone/livedrake_.c:25
msgid ""
"Please insert the Installation Cd-Rom in your drive and press Ok when done.\n"
"If you don't have it, press Cancel to avoid live upgrade."
@@ -7827,27 +10186,257 @@ msgstr ""
"Prosm vlote intalan CD do mechaniky a stlate Ok.\n"
"Ak ho nemte, stlate Zrui pre priamu aktualizciu."
-#: ../../standalone/livedrake_.c:34
+#: ../../standalone/livedrake_.c:35
msgid "Unable to start live upgrade !!!\n"
msgstr "Nemem spusti priamu aktualizciu !!!\n"
-#: ../../standalone/mousedrake_.c:58
+#: ../../standalone/localedrake_.c:32
+msgid "The change is done, but to be effective you must logout"
+msgstr ""
+
+#: ../../standalone/logdrake_.c:85 ../../standalone/logdrake_.c:501
+msgid "logdrake"
+msgstr "logdrake"
+
+#: ../../standalone/logdrake_.c:95
+msgid "Show only for the selected day"
+msgstr "Ukza iba pre vybran de"
+
+#: ../../standalone/logdrake_.c:102
+msgid "/File/_New"
+msgstr "/Sbor/_Nov"
+
+#: ../../standalone/logdrake_.c:102
+msgid "<control>N"
+msgstr "<control>N"
+
+#: ../../standalone/logdrake_.c:103
+msgid "/File/_Open"
+msgstr "/Sbor/_Otvor"
+
+#: ../../standalone/logdrake_.c:103
+msgid "<control>O"
+msgstr "<control>O"
+
+#: ../../standalone/logdrake_.c:104
+msgid "/File/_Save"
+msgstr "/Sbor/_Ulo"
+
+#: ../../standalone/logdrake_.c:104
+msgid "<control>S"
+msgstr "<control>U"
+
+#: ../../standalone/logdrake_.c:105
+msgid "/File/Save _As"
+msgstr "/Sbor/Uloi _ako"
+
+#: ../../standalone/logdrake_.c:106
+msgid "/File/-"
+msgstr "/Sbor/-"
+
+#: ../../standalone/logdrake_.c:108
+msgid "/_Options"
+msgstr "/_Parametre"
+
+#: ../../standalone/logdrake_.c:109
+msgid "/Options/Test"
+msgstr "/Parametre/Test"
+
+#: ../../standalone/logdrake_.c:110
+msgid "/_Help"
+msgstr "/_Pomoc"
+
+#: ../../standalone/logdrake_.c:111
+msgid "/Help/_About..."
+msgstr "/Pomoc/_O aplikcii..."
+
+#: ../../standalone/logdrake_.c:118
+msgid "-misc-fixed-medium-r-*-*-*-100-*-*-*-*-*-*,*"
+msgstr "-misc-fixed-medium-r-*-*-*-100-*-*-*-*-*-*,*"
+
+#: ../../standalone/logdrake_.c:119
+msgid "-misc-fixed-bold-r-*-*-*-100-*-*-*-*-*-*,*"
+msgstr "-misc-fixed-bold-r-*-*-*-100-*-*-*-*-*-*,*"
+
+#: ../../standalone/logdrake_.c:173
+msgid "User"
+msgstr "Uvate"
+
+#: ../../standalone/logdrake_.c:174
+msgid "Messages"
+msgstr "Sprvy"
+
+#: ../../standalone/logdrake_.c:175
+msgid "Syslog"
+msgstr "Syslog"
+
+#: ../../standalone/logdrake_.c:176
+msgid "Mandrake Tools Explanations"
+msgstr "Popis Mandrake Nstrojov"
+
+#: ../../standalone/logdrake_.c:179
+msgid "search"
+msgstr "hadaj"
+
+#: ../../standalone/logdrake_.c:185
+msgid "A tool to monitor your logs"
+msgstr "Nstroj na monitorovanie logov"
+
+#: ../../standalone/logdrake_.c:186
+msgid "Settings"
+msgstr "Nastavenia"
+
+#: ../../standalone/logdrake_.c:191
+msgid "matching"
+msgstr "porovnvam"
+
+#: ../../standalone/logdrake_.c:192
+msgid "but not matching"
+msgstr "nezodpovedaj"
+
+#: ../../standalone/logdrake_.c:196
+msgid "Choose file"
+msgstr "Zvote sbor"
+
+#: ../../standalone/logdrake_.c:201
+msgid "Calendar"
+msgstr "Kalendr"
+
+#: ../../standalone/logdrake_.c:211
+msgid "Content of the file"
+msgstr "Obsah sboru"
+
+#: ../../standalone/logdrake_.c:215 ../../standalone/logdrake_.c:390
+msgid "Mail/SMS alert"
+msgstr "Vstraha cez Mail/SMS"
+
+#: ../../standalone/logdrake_.c:268
+#, c-format
+msgid "please wait, parsing file: %s"
+msgstr "prosm akajte, analyzujem sbor: %s"
+
+#: ../../standalone/logdrake_.c:405
+msgid "Mail/SMS alert configuration"
+msgstr "Nastavenie vstrahy cez SMS alebo e-mail"
+
+#: ../../standalone/logdrake_.c:406
+msgid ""
+"Welcome to the mail/SMS configuration utility.\n"
+"\n"
+"Here, you'll be able to set up the alert system.\n"
+msgstr ""
+"Vitajte v nstroji na nastavenie SMS/e-mail.\n"
+"\n"
+"Tu budete mc nastavit vstrahy systmu.\n"
+
+#: ../../standalone/logdrake_.c:414
+msgid "proftpd"
+msgstr "proftpd"
+
+#: ../../standalone/logdrake_.c:417
+msgid "sshd"
+msgstr "sshd"
+
+#: ../../standalone/logdrake_.c:418
+msgid "webmin"
+msgstr "webmin"
+
+#: ../../standalone/logdrake_.c:419
+msgid "xinetd"
+msgstr "xinetd"
+
+#: ../../standalone/logdrake_.c:422
+msgid "service setting"
+msgstr "nastavenie sluieb"
+
+#: ../../standalone/logdrake_.c:423
+msgid ""
+"You will receive an alert if one of the selected service is no more running"
+msgstr "Ak nebude funkn vyznaen sluba, budete upozornen"
+
+#: ../../standalone/logdrake_.c:433
+msgid "load setting"
+msgstr "nata nastavenie"
+
+#: ../../standalone/logdrake_.c:434
+msgid "You will receive an alert if the load is higher than this value"
+msgstr "Ak load prekro tto hodnotu, budete upozornen"
+
+#: ../../standalone/logdrake_.c:447
+msgid "alert configuration"
+msgstr "Konfigurcia upozornen"
+
+#: ../../standalone/logdrake_.c:448
+msgid "Configure the way the system will alert you"
+msgstr "Nastavte cestu, akou Vs m systm upozorni"
+
+#: ../../standalone/logdrake_.c:478
+msgid "Save as.."
+msgstr "Ulo ako.."
+
+#: ../../standalone/mousedrake_.c:49
+msgid "Please, choose the type of your mouse."
+msgstr "Prosm, zvote typ vaej myi."
+
+#: ../../standalone/mousedrake_.c:59
msgid "no serial_usb found\n"
msgstr "nebolo njden serial_usb\n"
-#: ../../standalone/mousedrake_.c:62
+#: ../../standalone/mousedrake_.c:63
msgid "Emulate third button?"
msgstr "Emulova 3 tlatka?"
-#: ../../standalone/tinyfirewall_.c:29
+#: ../../standalone/scannerdrake_.c:53
+#, c-format
+msgid "%s found on %s, configure it ?"
+msgstr "%s njden v %s, nastavi?"
+
+#: ../../standalone/scannerdrake_.c:60
+msgid "Select a scanner"
+msgstr "Zvote scaner"
+
+#: ../../standalone/scannerdrake_.c:80
+#, c-format
+msgid "This %s scanner is unsupported"
+msgstr "Tento %s skener nieje podporovan"
+
+#: ../../standalone/scannerdrake_.c:94
+#, c-format
+msgid ""
+"Scannerdrake was not able to detect your %s scanner.\n"
+"Please select the device where your scanner is plugged"
+msgstr ""
+
+#: ../../standalone/scannerdrake_.c:96
+#, fuzzy
+msgid "choose device"
+msgstr "Boot zariadenie"
+
+#: ../../standalone/scannerdrake_.c:102
+#, c-format
+msgid ""
+"This %s scanner must be configured by printerdrake.\n"
+"You can launch printerdrake from the Mandrake Control Center in Hardware "
+"section."
+msgstr ""
+
+#: ../../standalone/scannerdrake_.c:107
+#, c-format
+msgid ""
+"Your %s scanner has been configured.\n"
+"You may now scan documents using ``XSane'' from Multimedia/Graphics in the "
+"applications menu."
+msgstr ""
+
+#: ../../standalone/tinyfirewall_.c:31
msgid "Firewalling Configuration"
msgstr "Konfigurcia firewalu"
-#: ../../standalone/tinyfirewall_.c:42
+#: ../../standalone/tinyfirewall_.c:44
msgid "Firewalling configuration"
msgstr "Konfigurcia firewalu"
-#: ../../standalone/tinyfirewall_.c:77
+#: ../../standalone/tinyfirewall_.c:79
msgid ""
"Firewalling\n"
"\n"
@@ -7859,7 +10448,7 @@ msgstr ""
"U mte nastaven firewall.\n"
"Kliknite na Nastavi ak ho chcete zmeni alebo odtrni"
-#: ../../standalone/tinyfirewall_.c:81
+#: ../../standalone/tinyfirewall_.c:83
msgid ""
"Firewalling\n"
"\n"
@@ -7921,19 +10510,23 @@ msgstr "Sieov sluby"
msgid "Configure services"
msgstr "Nastavenie sluieb"
-#: ../../steps.pm_.c:30
-msgid "Create a bootdisk"
-msgstr "Zavdzacia disketa"
-
-#: ../../steps.pm_.c:32
+#: ../../steps.pm_.c:29
msgid "Install bootloader"
msgstr "Intalcia zavdzaa"
+#: ../../steps.pm_.c:31
+msgid "Create a bootdisk"
+msgstr "Zavdzacia disketa"
+
#: ../../steps.pm_.c:33
msgid "Configure X"
msgstr "Konfigurcia X"
#: ../../steps.pm_.c:34
+msgid "Install system updates"
+msgstr "Intalcia aktualizci systmu"
+
+#: ../../steps.pm_.c:35
msgid "Exit install"
msgstr "Koniec intalcie"
@@ -8096,6 +10689,56 @@ msgstr "Nemem otvori %s: %s\n"
msgid "Can't open %s for writing: %s\n"
msgstr "Nemem otvori %s pre zpis: %s\n"
+#: ../../tinyfirewall.pm_.c:180
+msgid "No I don't need DHCP"
+msgstr ""
+
+#: ../../tinyfirewall.pm_.c:180
+msgid "Yes I need DHCP"
+msgstr ""
+
+#: ../../tinyfirewall.pm_.c:181
+msgid "No I don't need NTP"
+msgstr ""
+
+#: ../../tinyfirewall.pm_.c:181
+msgid "Yes I need NTP"
+msgstr ""
+
+#: ../../tinyfirewall.pm_.c:182 ../../tinyfirewall.pm_.c:186
+msgid "Don't Save"
+msgstr ""
+
+#: ../../tinyfirewall.pm_.c:182 ../../tinyfirewall.pm_.c:186
+#: ../../tinyfirewall.pm_.c:206
+msgid "Save & Quit"
+msgstr ""
+
+#: ../../tinyfirewall.pm_.c:197 ../../tinyfirewall.pm_.c:201
+#, fuzzy
+msgid "Firewall Configuration Wizard"
+msgstr "Konfigurcia firewalu"
+
+#: ../../tinyfirewall.pm_.c:199
+msgid "No (firewall this off from the internet)"
+msgstr ""
+
+#: ../../tinyfirewall.pm_.c:200
+msgid "Yes (allow this through the firewall)"
+msgstr ""
+
+#: ../../tinyfirewall.pm_.c:232
+#, fuzzy
+msgid "Please Wait... Verifying installed packages"
+msgstr "Prosm akajte, pripravujem intalciu"
+
+#: ../../tinyfirewall.pm_.c:238
+#, c-format
+msgid ""
+"Failure installing the needed packages : %s and Bastille.\n"
+" Try to install them manually."
+msgstr ""
+
#: ../../share/compssUsers:999
msgid "Web/FTP"
msgstr "Web/FTP"
@@ -8205,9 +10848,8 @@ msgid "Multimedia station"
msgstr "Multimedialna stanica"
#: ../../share/compssUsers:999
-#, fuzzy
msgid "Configuration"
-msgstr "Konfigurcia LAN"
+msgstr "Konfigurcia"
#: ../../share/compssUsers:999
msgid "More Graphical Desktops (Gnome, IceWM)"
@@ -8225,10 +10867,6 @@ msgid "Graphical Environment"
msgstr "Grafick prostredie"
#: ../../share/compssUsers:999
-msgid "Development"
-msgstr "Vvojrska"
-
-#: ../../share/compssUsers:999
msgid "Apache, Pro-ftpd"
msgstr "Apache a Pro-ftpd"
@@ -8241,6 +10879,10 @@ msgid "Office Workstation"
msgstr "Kancelrska stanica"
#: ../../share/compssUsers:999
+msgid "Server"
+msgstr "Server"
+
+#: ../../share/compssUsers:999
msgid "Gnome, Icewm, Window Maker, Enlightenment, Fvwm, etc"
msgstr "Gnome, Icewm, Window Maker, Enlightenment, Fvwm, at"
@@ -8327,10 +10969,6 @@ msgid "Programs to manage your finance, such as gnucash"
msgstr "Programy na sprvu vach financi, napr. gnucash"
#: ../../share/compssUsers:999
-msgid "Games"
-msgstr "Hry"
-
-#: ../../share/compssUsers:999
msgid "Personal Information Management"
msgstr "Osobn informan manament"
@@ -8342,175 +10980,173 @@ msgstr "Multimdia - CD napaovanie"
msgid "Scientific Workstation"
msgstr "Vedeck stanica"
-#~ msgid "can not open /etc/sysconfig/autologin for reading: %s"
-#~ msgstr "nemem otvori /etc/sysconfig/autologin na tanie: %s"
+#~ msgid "-adobe-utopia-medium-r-normal-*-12-*-*-*-p-*-iso8859-*,*-r-*"
+#~ msgstr "-adobe-utopia-medium-r-normal-*-12-*-*-*-p-*-iso8859-*,*-r-*"
-#~ msgid "Do you want to restart the network"
-#~ msgstr "Chcete retartova sie"
+#~ msgid "About"
+#~ msgstr "O "
+
+#~ msgid " Help "
+#~ msgstr " Pomoc"
#~ msgid ""
-#~ "\n"
-#~ "Do you agree?"
+#~ "Can't access kernel modules corresponding to your kernel (file %s is "
+#~ "missing)"
#~ msgstr ""
-#~ "\n"
-#~ "Shlaste?"
+#~ "Nemem pristupova k modulom jadra, ktor patria k Vmu jadru (chba "
+#~ "sbor %s)"
+
+#~ msgid "$f-$g %s)"
+#~ msgstr "$f-$g %s)"
+
+#~ msgid "Choose a default printer!"
+#~ msgstr "Zvote predvolen tlaiare"
+
+#~ msgid "Apply/Re-read printers"
+#~ msgstr "Aplikuj/Znovu nataj"
-#~ msgid "I'm about to restart the network device:\n"
-#~ msgstr "Chcem retartova sieov rozhranie:\n"
+#~ msgid "You may now provide its options to module %s."
+#~ msgstr "Teraz mete zada parametre pre modul %s."
-#~ msgid "I'm about to restart the network device %s. Do you agree?"
-#~ msgstr "Chcem retartova sieov rozhranie %s. Mem?"
+#~ msgid "mount failed"
+#~ msgstr "pripojenie zlyhalo "
+
+#~ msgid "Low"
+#~ msgstr "Slab"
+
+#~ msgid "Medium"
+#~ msgstr "Stredn"
#~ msgid ""
-#~ "The following printers are configured.\n"
-#~ "You can add some more or modify the existing ones."
-#~ msgstr ""
-#~ "Momentlne s nastaven tieto tlaiarne.\n"
-#~ "Mete pridva alie, alebo meni existujce."
+#~ "Few improvements for this security level, the main one is that there are\n"
+#~ "more security warnings and checks."
+#~ msgstr "V tejto rovni je viac varovan a kontroly."
-#~ msgid "Connection timeout (in sec) [ beta, not yet implemented ]"
-#~ msgstr "Timeout pripojenia (v sekundch) (beta, ete nieje implementovan)"
+#~ msgid "Boot mode"
+#~ msgstr "Md tartu"
-#, fuzzy
-#~ msgid "Could not set \"%s\" as the default printer!"
-#~ msgstr "Zvote predvolenho uivatea:"
+#~ msgid "Export"
+#~ msgstr "Export"
-#~ msgid "Spooler: "
-#~ msgstr "Spooler:"
+#~ msgid "click here"
+#~ msgstr "kliknite sem"
-#~ msgid "Test the mouse here."
-#~ msgstr "Prosm otestujte si my."
+#~ msgid ""
+#~ "This %s scanner uses parallel port, which is unsupported for the moment"
+#~ msgstr ""
+#~ "Tento %s skener pouva paraleln port, ktor ete nieje podporovan."
-#~ msgid "Press next to continue."
-#~ msgstr "Stlate next pre pokraovanie"
+#~ msgid ""
+#~ "GNU/Linux manages time in GMT (Greenwich Mean Time) and translates it in\n"
+#~ "local time according to the time zone you selected."
+#~ msgstr ""
+#~ "GNU/Linux spravuje as v GMT a preklad ho na loklny\n"
+#~ "as s ohladom na asov znu, ktor ste zvolili."
-#~ msgid "DSL (or ADSL) connection"
-#~ msgstr "DSL (alebo ADSL) pripojenie"
+#~ msgid "Connect to Internet"
+#~ msgstr "Pripoji k internetu"
-#~ msgid "Choose"
-#~ msgstr "Zvote"
+#~ msgid "Disconnect from Internet"
+#~ msgstr "Odpoji od internetu"
-#~ msgid "You can specify directly the URI to access the printer with CUPS."
-#~ msgstr "Mete priamo pecifikova adresu pre CUPS tlaiare."
+#~ msgid "Configure network connection (LAN or Internet)"
+#~ msgstr "Konfigurcia sieovho pripojenia (LAN alebo internet)"
-#~ msgid "Yes, print ASCII test page"
-#~ msgstr "no, vytlai ASCII testovaciu strnku"
+#~ msgid "Detected %s, do you want to set it up?"
+#~ msgstr "Rozpoznan %s, elte si ho nastavi?"
-#~ msgid "Yes, print PostScript test page"
-#~ msgstr "no, vytlai PostScript testovaciu strnku"
+#~ msgid "Please choose the printer you want to set up."
+#~ msgstr "Prosm zvote tlaiare, ktor chcete nastavi"
-#~ msgid "Yes, print both test pages"
-#~ msgstr "no, vytlai obidve testovacie strnky"
+#~ msgid "Infos"
+#~ msgstr "Informcie"
-#~ msgid "Paper Size"
-#~ msgstr "Vekos papiera"
+#~ msgid "Scanning available nfs shared resource"
+#~ msgstr "Hadm mon nfs zdroje"
-#~ msgid "Eject page after job?"
-#~ msgstr "Vysun strnku na konci lohy?"
+#~ msgid "Scanning available nfs shared resource of server %s"
+#~ msgstr "Hadm mon nfs zdroje na serveri %s"
-#~ msgid "Uniprint driver options"
-#~ msgstr "Parametre Uniprint ovldaa"
+#~ msgid "Scanning available samba shared resource"
+#~ msgstr "Hadm mon samba zdroje"
-#~ msgid "Color depth options"
-#~ msgstr "Parametre farebnej hbky"
+#~ msgid "Scanning available samba shared resource of server %s"
+#~ msgstr "Hadm mon samba zdroje na serveri %s"
-#~ msgid "Print text as PostScript?"
-#~ msgstr "Tlai text ako PostScript?"
+#~ msgid "Removable media"
+#~ msgstr "Vymeniten mdium"
-#~ msgid "Fix stair-stepping text?"
-#~ msgstr "Opravi schodkov efekt?"
+#~ msgid "Active"
+#~ msgstr "Aktvny"
-#~ msgid "Number of pages per output pages"
-#~ msgstr "Poet strn na vstupn strany"
+#~ msgid "No X"
+#~ msgstr "Nie X"
-#~ msgid "Right/Left margins in points (1/72 of inch)"
-#~ msgstr "Prav/av okraj v bodoch (1/72 palca)"
+#~ msgid "Base system only"
+#~ msgstr "Iba zkladn systm"
-#~ msgid "Top/Bottom margins in points (1/72 of inch)"
-#~ msgstr "Horn/Doln okraj v bodoch (1/72 palca)"
+#~ msgid "A printer, model \"%s\", has been detected on "
+#~ msgstr "Bola zisten tlaiare, model \"%s\" na "
-#~ msgid "Extra GhostScript options"
-#~ msgstr "alie parametre pre GhostScript"
+#~ msgid "Local Printer Device"
+#~ msgstr "Loklne zariadenie tlaiarne"
-#~ msgid "Extra Text options"
-#~ msgstr "alie parametre textu"
+#~ msgid "Printer Device"
+#~ msgstr "Zariadenie tlaiarne"
-#~ msgid "Reverse page order"
-#~ msgstr "Obrten poradie strnok"
+#~ msgid "Device/file name missing!"
+#~ msgstr "Chba zariadenie alebo meno sboru."
-#~ msgid "CUPS starting"
-#~ msgstr "tart CUPS"
+#~ msgid "Printer(s) on remote CUPS server(s)"
+#~ msgstr "Tlaiare na vzdialenom CUPS serveri"
-#~ msgid "Reading CUPS drivers database..."
-#~ msgstr "Naitvam databsu ovldaov pre CUPS..."
+#~ msgid "Printer(s) on remote server(s)"
+#~ msgstr "Tlaiare na vzdialenom serveri"
-#~ msgid "Select Remote Printer Connection"
-#~ msgstr "Zvote pripojenie vzdialenej tlaiarne"
+#~ msgid " Linux "
+#~ msgstr " Linux"
-#~ msgid ""
-#~ "With a remote CUPS server, you do not have to configure\n"
-#~ "any printer here; printers will be automatically detected.\n"
-#~ "In case of doubt, select \"Remote CUPS server\"."
-#~ msgstr ""
-#~ "S vzdialenm CUPS serverom nemuste konfigurova\n"
-#~ "tlaiarne loklne; tlaiarne bud automaticky detekovan.\n"
-#~ "V pripade neistoty zote \"Vzdiailen CUPS server\"."
+#~ msgid " System "
+#~ msgstr " Systm"
-#~ msgid ""
-#~ "Every printer need a name (for example lp).\n"
-#~ "Other parameters such as the description of the printer or its location\n"
-#~ "can be defined. What name should be used for this printer and\n"
-#~ "how is the printer connected?"
-#~ msgstr ""
-#~ "Kad tlaiare mus ma meno (naprklad lp).\n"
-#~ "Taktie mu by definovan in parametre ako s popis alebo "
-#~ "umiestnenie.\n"
-#~ "Ak meno m by pouit pre tto tlaiare a\n"
-#~ "ako je tto tlaiare pripojen?"
+#~ msgid " Other "
+#~ msgstr " In"
-#~ 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 ""
-#~ "Kad tlaov fronta (do ktorch s posielan tlaov lohy)\n"
-#~ "potrebuje meno (asto lp) a asociovan spool adresr. Ak meno\n"
-#~ "a adresr bude pouit pre tto frontu a ako bude pripojen tlaiare?"
+#~ msgid " A Entire System "
+#~ msgstr " Cel Systm"
-#~ msgid "Name of queue"
-#~ msgstr "Meno fronty"
+#~ msgid "please choose your CD space"
+#~ msgstr "Prosm zvote priestor na CD"
-#~ msgid "Spool directory"
-#~ msgstr "Spool adresr"
+#~ msgid " Please check if you are using CDRW media"
+#~ msgstr " Prosm skontrolujte i pouvate CDRW mdium"
-#~ msgid "Light configuration"
-#~ msgstr "Jednoduch konfigurcia"
+#~ msgid " Tape "
+#~ msgstr " Pska"
-#~ msgid "Provider dns 1"
-#~ msgstr "DNS 1 poskytovatea"
+#~ msgid " Use .backupignore files"
+#~ msgstr "Poui sbory .backupignore"
-#~ msgid "Provider dns 2"
-#~ msgstr "DNS 2 poskytovatea"
+#~ msgid "Configure it"
+#~ msgstr "Nastav to"
-#~ msgid "fsck failed: "
-#~ msgstr "fsck zlhalo: "
+#~ msgid "on CDROM"
+#~ msgstr "na CDROM"
-#~ msgid ""
-#~ "To enable a more secure system, you should select \"Use shadow file\" "
-#~ "and\n"
-#~ "\"Use MD5 passwords\"."
-#~ msgstr ""
-#~ "Pre viu bezpenos vho systmu by ste mali zvoli \"Poui shadow\"\n"
-#~ "a \"Poui MD5 hesl\"."
+#~ msgid "on Tape Device"
+#~ msgstr "na Pskov zariadenie"
-#~ msgid ""
-#~ "If your network uses NIS, select \"Use NIS\". If you don't know, ask "
-#~ "your\n"
-#~ "network administrator."
-#~ msgstr ""
-#~ "Ak vaa sie pouva NIS, nastavte \"Poui NIS\". Ak ste si nie ist, \n"
-#~ "sptajte sa vho sieovho sprvcu."
+#~ msgid " Cancel "
+#~ msgstr " Zru"
+
+#~ msgid " Help "
+#~ msgstr " Pomoc"
+
+#~ msgid " Ok "
+#~ msgstr " Ok"
+
+#~ msgid " Next "
+#~ msgstr " Nasledujci"
-#~ msgid "yellow pages"
-#~ msgstr "lt strnky"
+#~ msgid "close"
+#~ msgstr "zatvori"
diff --git a/perl-install/share/po/sl.po b/perl-install/share/po/sl.po
index a72086b11..f27bc3b16 100644
--- a/perl-install/share/po/sl.po
+++ b/perl-install/share/po/sl.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: DrakX VERSION\n"
-"POT-Creation-Date: 2001-06-02 17:16+0200\n"
+"POT-Creation-Date: 2002-03-11 18:29+0100\n"
"PO-Revision-Date: 2000-09-05 20:49+0200\n"
"Last-Translator: Alen Salamun <alien@alienworld.org>\n"
"Language-Team: Slovenian\n"
@@ -13,57 +13,67 @@ msgstr ""
"Content-Type: text/plain; charset=iso-8859-2\n"
"Content-Transfer-Encoding: 8bit\n"
-#: ../../Xconfigurator.pm_.c:232
-msgid "Configure all heads independantly"
+#: ../../Xconfigurator.pm_.c:242
+msgid "Configure all heads independently"
msgstr ""
-#: ../../Xconfigurator.pm_.c:233
+#: ../../Xconfigurator.pm_.c:243
msgid "Use Xinerama extension"
msgstr ""
-#: ../../Xconfigurator.pm_.c:236
+#: ../../Xconfigurator.pm_.c:246
#, c-format
msgid "Configure only card \"%s\" (%s)"
msgstr ""
-#: ../../Xconfigurator.pm_.c:239
+#: ../../Xconfigurator.pm_.c:249
#, fuzzy
msgid "Multi-head configuration"
msgstr "Nastavitev zaslona"
-#: ../../Xconfigurator.pm_.c:240
+#: ../../Xconfigurator.pm_.c:250
msgid ""
"Your system support multiple head configuration.\n"
"What do you want to do?"
msgstr ""
-#: ../../Xconfigurator.pm_.c:249
+#: ../../Xconfigurator.pm_.c:261
msgid "Graphic card"
msgstr "Grafina kartica"
-#: ../../Xconfigurator.pm_.c:249
+#: ../../Xconfigurator.pm_.c:262
msgid "Select a graphic card"
msgstr "Izberite grafino kartico"
-#: ../../Xconfigurator.pm_.c:250
+#: ../../Xconfigurator.pm_.c:286
msgid "Choose a X server"
msgstr "Izberite strenik X"
-#: ../../Xconfigurator.pm_.c:250
+#: ../../Xconfigurator.pm_.c:286
msgid "X server"
msgstr "Strenik X"
-#: ../../Xconfigurator.pm_.c:309 ../../Xconfigurator.pm_.c:316
-#: ../../Xconfigurator.pm_.c:366
+#: ../../Xconfigurator.pm_.c:293
+#, fuzzy
+msgid "Choose a X driver"
+msgstr "Izberite strenik X"
+
+#: ../../Xconfigurator.pm_.c:293
+#, fuzzy
+msgid "X driver"
+msgstr "Strenik X"
+
+#: ../../Xconfigurator.pm_.c:360 ../../Xconfigurator.pm_.c:366
+#: ../../Xconfigurator.pm_.c:416 ../../Xconfigurator.pm_.c:1507
#, c-format
msgid "XFree %s"
msgstr "XFree %s"
-#: ../../Xconfigurator.pm_.c:312
+#: ../../Xconfigurator.pm_.c:363
msgid "Which configuration of XFree do you want to have?"
msgstr "Katero nastavitev strenika XFree elite?"
-#: ../../Xconfigurator.pm_.c:324
+#: ../../Xconfigurator.pm_.c:374
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support but only with XFree %s.\n"
@@ -73,17 +83,18 @@ msgstr ""
"s.\n"
"Vaa kartica je podprta s strani XFree %s, kjer je lahko bolja 2D podpora."
-#: ../../Xconfigurator.pm_.c:326 ../../Xconfigurator.pm_.c:359
+#: ../../Xconfigurator.pm_.c:376 ../../Xconfigurator.pm_.c:409
#, c-format
msgid "Your card can have 3D hardware acceleration support with XFree %s."
msgstr "Vaa kartica lahko uporablja strojno 3D pospeevanje z XFree %s."
-#: ../../Xconfigurator.pm_.c:328 ../../Xconfigurator.pm_.c:361
+#: ../../Xconfigurator.pm_.c:378 ../../Xconfigurator.pm_.c:411
+#: ../../Xconfigurator.pm_.c:1507
#, c-format
msgid "XFree %s with 3D hardware acceleration"
msgstr "XFree %s s strojnim 3D pospeevanjem"
-#: ../../Xconfigurator.pm_.c:336 ../../Xconfigurator.pm_.c:350
+#: ../../Xconfigurator.pm_.c:386 ../../Xconfigurator.pm_.c:400
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support with XFree %s,\n"
@@ -92,12 +103,12 @@ msgstr ""
"Vaa kartica lahko uporablja strojno 3D pospeevanje z XFree %s,\n"
"PODPORA JE E V RAZVOJU, RAUNALNIK SE LAHKO PRENEHA ODZIVATI."
-#: ../../Xconfigurator.pm_.c:338 ../../Xconfigurator.pm_.c:352
+#: ../../Xconfigurator.pm_.c:388 ../../Xconfigurator.pm_.c:402
#, c-format
msgid "XFree %s with EXPERIMENTAL 3D hardware acceleration"
msgstr "XFree %s z RAZVOJNO strojno 3D pospeitvijo"
-#: ../../Xconfigurator.pm_.c:347
+#: ../../Xconfigurator.pm_.c:397
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support but only with XFree %s,\n"
@@ -109,27 +120,31 @@ msgstr ""
"PODPORA JE E V RAZVOJU, RAUNALNIK SE LAHKO PRENEHA ODZIVATI.Vaa kartica "
"je podprta s strani XFree %s, kjer je lahko bolja 2D podpora."
-#: ../../Xconfigurator.pm_.c:371
+#: ../../Xconfigurator.pm_.c:417
+msgid "Xpmac (installation display driver)"
+msgstr ""
+
+#: ../../Xconfigurator.pm_.c:421
msgid "XFree configuration"
msgstr "Nastavitev XFree"
-#: ../../Xconfigurator.pm_.c:416
+#: ../../Xconfigurator.pm_.c:496
msgid "Select the memory size of your graphic card"
msgstr "Izberite velikost pomnilnika grafine kartice"
-#: ../../Xconfigurator.pm_.c:463
+#: ../../Xconfigurator.pm_.c:550
msgid "Choose options for server"
msgstr "Izberite nastavitve strenika"
-#: ../../Xconfigurator.pm_.c:480
+#: ../../Xconfigurator.pm_.c:574
msgid "Choose a monitor"
msgstr "Izberite monitor"
-#: ../../Xconfigurator.pm_.c:480
+#: ../../Xconfigurator.pm_.c:574
msgid "Monitor"
msgstr "Monitor"
-#: ../../Xconfigurator.pm_.c:483
+#: ../../Xconfigurator.pm_.c:577
msgid ""
"The two critical parameters are the vertical refresh rate, which is the "
"rate\n"
@@ -150,40 +165,40 @@ msgstr ""
"sposobnosti vaega monitorja. S tem lahko pokodujete monitor!\n"
"e ste v dvomih, izberite konservativno nastavitev."
-#: ../../Xconfigurator.pm_.c:490
+#: ../../Xconfigurator.pm_.c:584
msgid "Horizontal refresh rate"
msgstr "Horizontalna sinhronizacija"
-#: ../../Xconfigurator.pm_.c:491
+#: ../../Xconfigurator.pm_.c:585
msgid "Vertical refresh rate"
msgstr "Vertikalna sinhronizacija"
-#: ../../Xconfigurator.pm_.c:528
+#: ../../Xconfigurator.pm_.c:622
msgid "Monitor not configured"
msgstr "Monitor ni nastavljen"
-#: ../../Xconfigurator.pm_.c:531
+#: ../../Xconfigurator.pm_.c:625
msgid "Graphic card not configured yet"
msgstr "Grafina kartica e ni nastavljena"
-#: ../../Xconfigurator.pm_.c:534
+#: ../../Xconfigurator.pm_.c:628
msgid "Resolutions not chosen yet"
msgstr "Loljivost e ni izbrana"
-#: ../../Xconfigurator.pm_.c:551
+#: ../../Xconfigurator.pm_.c:646
msgid "Do you want to test the configuration?"
msgstr "elite preizkusiti nastavitev?"
-#: ../../Xconfigurator.pm_.c:555
+#: ../../Xconfigurator.pm_.c:650
msgid "Warning: testing this graphic card may freeze your computer"
msgstr ""
"Pozor: testiranje te grafine kartice lahko povzroi neodzivanje raunalnika"
-#: ../../Xconfigurator.pm_.c:558
+#: ../../Xconfigurator.pm_.c:653
msgid "Test of the configuration"
msgstr "Preizkus nastavitev"
-#: ../../Xconfigurator.pm_.c:597
+#: ../../Xconfigurator.pm_.c:692 ../../Xconfigurator.pm_.c:704
msgid ""
"\n"
"try to change some parameters"
@@ -191,153 +206,177 @@ msgstr ""
"\n"
"poskusite spremeniti nekatere parametre"
-#: ../../Xconfigurator.pm_.c:597
+#: ../../Xconfigurator.pm_.c:692 ../../Xconfigurator.pm_.c:704
msgid "An error has occurred:"
msgstr "Prilo je do napake:"
-#: ../../Xconfigurator.pm_.c:619
+#: ../../Xconfigurator.pm_.c:731
#, c-format
msgid "Leaving in %d seconds"
msgstr "Zapuam v %d sekundah"
-#: ../../Xconfigurator.pm_.c:630
+#: ../../Xconfigurator.pm_.c:742
msgid "Is this the correct setting?"
msgstr "Je to pravilna nastavitev?"
-#: ../../Xconfigurator.pm_.c:638
+#: ../../Xconfigurator.pm_.c:751
msgid "An error has occurred, try to change some parameters"
msgstr "Prilo je do napake, poskusite spremeniti nekatere parametre"
-#: ../../Xconfigurator.pm_.c:684 ../../printerdrake.pm_.c:277
-#: ../../services.pm_.c:125
+#: ../../Xconfigurator.pm_.c:822
msgid "Resolution"
msgstr "Loljivost"
-#: ../../Xconfigurator.pm_.c:731
+#: ../../Xconfigurator.pm_.c:874
msgid "Choose the resolution and the color depth"
msgstr "Izberite loljivost in barvno globino"
-#: ../../Xconfigurator.pm_.c:733
+#: ../../Xconfigurator.pm_.c:876
#, c-format
msgid "Graphic card: %s"
msgstr "Grafina kartica: %s"
-#: ../../Xconfigurator.pm_.c:734
+#: ../../Xconfigurator.pm_.c:877
#, c-format
msgid "XFree86 server: %s"
msgstr "Strenik XFree86: %s"
-#: ../../Xconfigurator.pm_.c:750 ../../standalone/draknet_.c:280
-#: ../../standalone/draknet_.c:283
+#: ../../Xconfigurator.pm_.c:891 ../../diskdrake/interactive.pm_.c:259
+#: ../../install_steps_interactive.pm_.c:208
+#, fuzzy
+msgid "More"
+msgstr "Premakni"
+
+#: ../../Xconfigurator.pm_.c:891 ../../install_gtk.pm_.c:84
+#: ../../install_steps_gtk.pm_.c:328 ../../interactive.pm_.c:127
+#: ../../interactive.pm_.c:142 ../../interactive.pm_.c:317
+#: ../../interactive.pm_.c:349 ../../interactive_http.pm_.c:104
+#: ../../interactive_newt.pm_.c:170 ../../interactive_stdio.pm_.c:141
+#: ../../interactive_stdio.pm_.c:142 ../../my_gtk.pm_.c:686
+#: ../../my_gtk.pm_.c:1019 ../../my_gtk.pm_.c:1041
+#: ../../standalone/drakbackup_.c:2298 ../../standalone/drakbackup_.c:2369
+#: ../../standalone/drakbackup_.c:2385
+msgid "Ok"
+msgstr "V redu"
+
+#: ../../Xconfigurator.pm_.c:893 ../../network/netconnect.pm_.c:169
+#: ../../printerdrake.pm_.c:2470 ../../standalone/draknet_.c:275
+#: ../../standalone/draknet_.c:278
#, fuzzy
msgid "Expert Mode"
msgstr "Napredni nain"
-#: ../../Xconfigurator.pm_.c:751
+#: ../../Xconfigurator.pm_.c:894
msgid "Show all"
msgstr "Pokai vse"
-#: ../../Xconfigurator.pm_.c:794
+#: ../../Xconfigurator.pm_.c:939
msgid "Resolutions"
msgstr "Loljivosti"
-#: ../../Xconfigurator.pm_.c:1330
+#: ../../Xconfigurator.pm_.c:1509
#, c-format
msgid "Keyboard layout: %s\n"
msgstr "Razpored tipkovnice: %s\n"
-#: ../../Xconfigurator.pm_.c:1331
+#: ../../Xconfigurator.pm_.c:1510
#, c-format
msgid "Mouse type: %s\n"
msgstr "Tip mike: %s\n"
-#: ../../Xconfigurator.pm_.c:1332
+#: ../../Xconfigurator.pm_.c:1511
#, c-format
msgid "Mouse device: %s\n"
msgstr "Naprava mike: %s\n"
-#: ../../Xconfigurator.pm_.c:1333
+#: ../../Xconfigurator.pm_.c:1512
#, c-format
msgid "Monitor: %s\n"
msgstr "Monitor: %s\n"
-#: ../../Xconfigurator.pm_.c:1334
+#: ../../Xconfigurator.pm_.c:1513
#, c-format
msgid "Monitor HorizSync: %s\n"
msgstr "Horizontalna frekvenca monitorja: %s\n"
-#: ../../Xconfigurator.pm_.c:1335
+#: ../../Xconfigurator.pm_.c:1514
#, c-format
msgid "Monitor VertRefresh: %s\n"
msgstr "Vertikalna frekvenca monitorja: %s\n"
-#: ../../Xconfigurator.pm_.c:1336
+#: ../../Xconfigurator.pm_.c:1515
#, c-format
msgid "Graphic card: %s\n"
msgstr "Grafina kartica: %s\n"
-#: ../../Xconfigurator.pm_.c:1337
+#: ../../Xconfigurator.pm_.c:1516
+#, fuzzy, c-format
+msgid "Graphic card identification: %s\n"
+msgstr "Grafina kartica: %s\n"
+
+#: ../../Xconfigurator.pm_.c:1517
#, c-format
msgid "Graphic memory: %s kB\n"
msgstr "Grafini pomnilnik: %s kB\n"
-#: ../../Xconfigurator.pm_.c:1339
+#: ../../Xconfigurator.pm_.c:1519
#, c-format
msgid "Color depth: %s\n"
msgstr "Barvna globina: %s\n"
-#: ../../Xconfigurator.pm_.c:1340
+#: ../../Xconfigurator.pm_.c:1520
#, c-format
msgid "Resolution: %s\n"
msgstr "Loljivost: %s\n"
-#: ../../Xconfigurator.pm_.c:1342
+#: ../../Xconfigurator.pm_.c:1522
#, c-format
msgid "XFree86 server: %s\n"
msgstr "Strenik XFree86: %s\n"
-#: ../../Xconfigurator.pm_.c:1343
+#: ../../Xconfigurator.pm_.c:1523
#, c-format
msgid "XFree86 driver: %s\n"
msgstr "Gonilnik XFree86: %s\n"
-#: ../../Xconfigurator.pm_.c:1362
+#: ../../Xconfigurator.pm_.c:1541
msgid "Preparing X-Window configuration"
msgstr "Priprava nastavitev X-Windows"
-#: ../../Xconfigurator.pm_.c:1382
+#: ../../Xconfigurator.pm_.c:1561
msgid "What do you want to do?"
msgstr "Kaj elite narediti?"
-#: ../../Xconfigurator.pm_.c:1387
+#: ../../Xconfigurator.pm_.c:1566
msgid "Change Monitor"
msgstr "Spremeni monitor"
-#: ../../Xconfigurator.pm_.c:1388
+#: ../../Xconfigurator.pm_.c:1567
msgid "Change Graphic card"
msgstr "Spremeni grafino kartico"
-#: ../../Xconfigurator.pm_.c:1390
+#: ../../Xconfigurator.pm_.c:1570
msgid "Change Server options"
msgstr "Spremeni nastavitve strenika"
-#: ../../Xconfigurator.pm_.c:1391
+#: ../../Xconfigurator.pm_.c:1571
msgid "Change Resolution"
msgstr "Spremeni loljivost"
-#: ../../Xconfigurator.pm_.c:1392
+#: ../../Xconfigurator.pm_.c:1572
msgid "Show information"
msgstr "Pokai informacije"
-#: ../../Xconfigurator.pm_.c:1393
+#: ../../Xconfigurator.pm_.c:1573
msgid "Test again"
msgstr "Testiraj ponovno"
-#: ../../Xconfigurator.pm_.c:1394 ../../bootlook.pm_.c:238
+#: ../../Xconfigurator.pm_.c:1574 ../../printerdrake.pm_.c:2473
+#: ../../standalone/logdrake_.c:225
msgid "Quit"
msgstr "Izhod"
-#: ../../Xconfigurator.pm_.c:1402
+#: ../../Xconfigurator.pm_.c:1582
#, c-format
msgid ""
"Keep the changes?\n"
@@ -350,20 +389,11 @@ msgstr ""
"\n"
"%s"
-#: ../../Xconfigurator.pm_.c:1423
-#, c-format
-msgid "Please relog into %s to activate the changes"
-msgstr "Za uveljavitev sprememb, se ponovno prijavite v %s"
-
-#: ../../Xconfigurator.pm_.c:1443
-msgid "Please log out and then use Ctrl-Alt-BackSpace"
-msgstr "Odjavite se in nato pritisnite Ctrl-Alt-BackSpace"
-
-#: ../../Xconfigurator.pm_.c:1446
+#: ../../Xconfigurator.pm_.c:1603
msgid "X at startup"
msgstr "X v zagonu"
-#: ../../Xconfigurator.pm_.c:1447
+#: ../../Xconfigurator.pm_.c:1604
msgid ""
"I can set up your computer to automatically start X upon booting.\n"
"Would you like X to start when you reboot?"
@@ -371,6 +401,15 @@ msgstr ""
"Raunalnik lahko samodejno pri zagonu sistema zaene strenik X.\n"
"elite zagnati strenik X pri zagonu?"
+#: ../../Xconfigurator.pm_.c:1610
+#, c-format
+msgid "Please relog into %s to activate the changes"
+msgstr "Za uveljavitev sprememb, se ponovno prijavite v %s"
+
+#: ../../Xconfigurator.pm_.c:1625
+msgid "Please log out and then use Ctrl-Alt-BackSpace"
+msgstr "Odjavite se in nato pritisnite Ctrl-Alt-BackSpace"
+
#: ../../Xconfigurator_consts.pm_.c:6
msgid "256 colors (8 bits)"
msgstr "256 barv (8 bitov)"
@@ -391,242 +430,263 @@ msgstr "16 milijonov barv (24 bitov)"
msgid "4 billion colors (32 bits)"
msgstr "4 milijarde barv (32 bitov)"
-#: ../../Xconfigurator_consts.pm_.c:106
+#: ../../Xconfigurator_consts.pm_.c:113
msgid "256 kB"
msgstr "256 kB"
-#: ../../Xconfigurator_consts.pm_.c:107
+#: ../../Xconfigurator_consts.pm_.c:114
msgid "512 kB"
msgstr "512 kB"
-#: ../../Xconfigurator_consts.pm_.c:108
+#: ../../Xconfigurator_consts.pm_.c:115
msgid "1 MB"
msgstr "1 MB"
-#: ../../Xconfigurator_consts.pm_.c:109
+#: ../../Xconfigurator_consts.pm_.c:116
msgid "2 MB"
msgstr "2 MB"
-#: ../../Xconfigurator_consts.pm_.c:110
+#: ../../Xconfigurator_consts.pm_.c:117
msgid "4 MB"
msgstr "4 MB"
-#: ../../Xconfigurator_consts.pm_.c:111
+#: ../../Xconfigurator_consts.pm_.c:118
msgid "8 MB"
msgstr "8 MB"
-#: ../../Xconfigurator_consts.pm_.c:112
-msgid "16 MB or more"
-msgstr "16 MB ali ve"
+#: ../../Xconfigurator_consts.pm_.c:119
+#, fuzzy
+msgid "16 MB"
+msgstr "1 MB"
#: ../../Xconfigurator_consts.pm_.c:120
+#, fuzzy
+msgid "32 MB"
+msgstr "2 MB"
+
+#: ../../Xconfigurator_consts.pm_.c:121
+#, fuzzy
+msgid "64 MB or more"
+msgstr "16 MB ali ve"
+
+#: ../../Xconfigurator_consts.pm_.c:129
msgid "Standard VGA, 640x480 at 60 Hz"
msgstr "Standardni VGA, 640480 @ 60 Hz"
-#: ../../Xconfigurator_consts.pm_.c:121
+#: ../../Xconfigurator_consts.pm_.c:130
msgid "Super VGA, 800x600 at 56 Hz"
msgstr "Super VGA, 800600 @ 56 Hz"
-#: ../../Xconfigurator_consts.pm_.c:122
+#: ../../Xconfigurator_consts.pm_.c:131
msgid "8514 Compatible, 1024x768 at 87 Hz interlaced (no 800x600)"
msgstr "Zdruljiv z 8514, 1024768 @ 87 Hz prepleteno (brez 800600)"
-#: ../../Xconfigurator_consts.pm_.c:123
+#: ../../Xconfigurator_consts.pm_.c:132
msgid "Super VGA, 1024x768 at 87 Hz interlaced, 800x600 at 56 Hz"
msgstr "Super VGA, 1024768 @ 87 Hz prepleteno, 800600 @ 56 Hz"
-#: ../../Xconfigurator_consts.pm_.c:124
+#: ../../Xconfigurator_consts.pm_.c:133
msgid "Extended Super VGA, 800x600 at 60 Hz, 640x480 at 72 Hz"
msgstr "Razirjen Super VGA, 800600 @ 60 Hz, 640480 @ 72 Hz"
-#: ../../Xconfigurator_consts.pm_.c:125
+#: ../../Xconfigurator_consts.pm_.c:134
msgid "Non-Interlaced SVGA, 1024x768 at 60 Hz, 800x600 at 72 Hz"
msgstr "Neprepleten SVGA, 1024768 @ 60 Hz, 800600 @ 72 Hz"
-#: ../../Xconfigurator_consts.pm_.c:126
+#: ../../Xconfigurator_consts.pm_.c:135
msgid "High Frequency SVGA, 1024x768 at 70 Hz"
msgstr "Visoko frekvenen SVGA, 1024768 @ 70 Hz"
-#: ../../Xconfigurator_consts.pm_.c:127
+#: ../../Xconfigurator_consts.pm_.c:136
msgid "Multi-frequency that can do 1280x1024 at 60 Hz"
msgstr "Monitor, ki zmore 12801024 @ 60 Hz"
-#: ../../Xconfigurator_consts.pm_.c:128
+#: ../../Xconfigurator_consts.pm_.c:137
msgid "Multi-frequency that can do 1280x1024 at 74 Hz"
msgstr "Monitor, ki zmore 12801024 @ 74 Hz"
-#: ../../Xconfigurator_consts.pm_.c:129
+#: ../../Xconfigurator_consts.pm_.c:138
msgid "Multi-frequency that can do 1280x1024 at 76 Hz"
msgstr "Monitor, ki zmore 12801024 @ 76 Hz"
-#: ../../Xconfigurator_consts.pm_.c:130
+#: ../../Xconfigurator_consts.pm_.c:139
msgid "Monitor that can do 1600x1200 at 70 Hz"
msgstr "Monitor, ki zmore 16001200 @ 70 Hz"
-#: ../../Xconfigurator_consts.pm_.c:131
+#: ../../Xconfigurator_consts.pm_.c:140
msgid "Monitor that can do 1600x1200 at 76 Hz"
msgstr "Monitor, ki zmore 16001200 @ 76 Hz"
-#: ../../any.pm_.c:99 ../../any.pm_.c:124
+#: ../../any.pm_.c:116 ../../any.pm_.c:141
msgid "First sector of boot partition"
msgstr "Prvi sektor zagonskega razdelka"
-#: ../../any.pm_.c:99 ../../any.pm_.c:124 ../../any.pm_.c:197
+#: ../../any.pm_.c:116 ../../any.pm_.c:141 ../../any.pm_.c:218
msgid "First sector of drive (MBR)"
msgstr "Prvi sektor pogona (MBR)"
-#: ../../any.pm_.c:103
+#: ../../any.pm_.c:120
msgid "SILO Installation"
msgstr "Namestitev SILO"
-#: ../../any.pm_.c:104 ../../any.pm_.c:117
+#: ../../any.pm_.c:121 ../../any.pm_.c:134
msgid "Where do you want to install the bootloader?"
msgstr "Kam elite namestiti zagonski nalagalnik?"
-#: ../../any.pm_.c:116
+#: ../../any.pm_.c:133
msgid "LILO/grub Installation"
msgstr "Namestitev LILO/grub"
-#: ../../any.pm_.c:128 ../../any.pm_.c:142
+#: ../../any.pm_.c:145 ../../any.pm_.c:159
msgid "SILO"
msgstr ""
-#: ../../any.pm_.c:130
+#: ../../any.pm_.c:147
msgid "LILO with text menu"
msgstr ""
-#: ../../any.pm_.c:131 ../../any.pm_.c:142
+#: ../../any.pm_.c:148 ../../any.pm_.c:159
msgid "LILO with graphical menu"
msgstr ""
-#: ../../any.pm_.c:134
+#: ../../any.pm_.c:151
msgid "Grub"
msgstr ""
-#: ../../any.pm_.c:138
+#: ../../any.pm_.c:155
msgid "Boot from DOS/Windows (loadlin)"
msgstr ""
-#: ../../any.pm_.c:140 ../../any.pm_.c:142
+#: ../../any.pm_.c:157 ../../any.pm_.c:159
#, fuzzy
msgid "Yaboot"
msgstr "Korenski"
-#: ../../any.pm_.c:148 ../../any.pm_.c:180
+#: ../../any.pm_.c:166 ../../any.pm_.c:198
msgid "Bootloader main options"
msgstr "Glavne monosti zagonskega nalagalnika"
-#: ../../any.pm_.c:149 ../../any.pm_.c:181
+#: ../../any.pm_.c:167 ../../any.pm_.c:199
#, fuzzy
msgid "Bootloader to use"
msgstr "Glavne monosti zagonskega nalagalnika"
-#: ../../any.pm_.c:151
+#: ../../any.pm_.c:169
msgid "Bootloader installation"
msgstr "Namestitev zagonskega nalagalnika"
-#: ../../any.pm_.c:153 ../../any.pm_.c:183
+#: ../../any.pm_.c:171 ../../any.pm_.c:201
msgid "Boot device"
msgstr "Zagonska naprava"
-#: ../../any.pm_.c:154
+#: ../../any.pm_.c:172
msgid "LBA (doesn't work on old BIOSes)"
msgstr "LBA (ne deluje z starejimi BIOS-i)"
-#: ../../any.pm_.c:155
+#: ../../any.pm_.c:173
msgid "Compact"
msgstr "Kompaktno"
-#: ../../any.pm_.c:155
+#: ../../any.pm_.c:173
msgid "compact"
msgstr "kompaktno"
-#: ../../any.pm_.c:156 ../../any.pm_.c:256
+#: ../../any.pm_.c:174 ../../any.pm_.c:298
msgid "Video mode"
msgstr "Grafini nain"
-#: ../../any.pm_.c:158
+#: ../../any.pm_.c:176
msgid "Delay before booting default image"
msgstr "Pavza pred zaganjanjem privzete slike"
-#: ../../any.pm_.c:160 ../../any.pm_.c:741
-#: ../../install_steps_interactive.pm_.c:904 ../../netconnect.pm_.c:629
-#: ../../printerdrake.pm_.c:98 ../../printerdrake.pm_.c:132
-#: ../../standalone/draknet_.c:569
+#: ../../any.pm_.c:178 ../../any.pm_.c:796
+#: ../../install_steps_interactive.pm_.c:1115 ../../network/modem.pm_.c:48
+#: ../../printerdrake.pm_.c:708 ../../printerdrake.pm_.c:806
+#: ../../standalone/draknet_.c:625
msgid "Password"
msgstr "Geslo"
-#: ../../any.pm_.c:161 ../../any.pm_.c:742
-#: ../../install_steps_interactive.pm_.c:905
+#: ../../any.pm_.c:179 ../../any.pm_.c:797
+#: ../../install_steps_interactive.pm_.c:1116
msgid "Password (again)"
msgstr "Geslo (ponovno)"
-#: ../../any.pm_.c:162
+#: ../../any.pm_.c:180
msgid "Restrict command line options"
msgstr "Omejitev monosti ukazne vrstice"
-#: ../../any.pm_.c:162
+#: ../../any.pm_.c:180
msgid "restrict"
msgstr "omeji"
-#: ../../any.pm_.c:164
+#: ../../any.pm_.c:182
msgid "Clean /tmp at each boot"
msgstr "Pri zagonu poisti /tmp"
-#: ../../any.pm_.c:165
+#: ../../any.pm_.c:183
#, c-format
msgid "Precise RAM size if needed (found %d MB)"
msgstr "Natanna velikost pomnilnika RAM, e je potrebno (najdenih %d MB)"
-#: ../../any.pm_.c:167
+#: ../../any.pm_.c:185
msgid "Enable multi profiles"
msgstr "Omogoi ve profilov"
-#: ../../any.pm_.c:171
+#: ../../any.pm_.c:189
msgid "Give the ram size in MB"
msgstr "Podajte velikost pomnilnika v MB"
-#: ../../any.pm_.c:173
+#: ../../any.pm_.c:191
msgid ""
"Option ``Restrict command line options'' is of no use without a password"
msgstr "Monost ``Omejitev monosti ukazne vrstice'' ni uporabna brez gesla"
-#: ../../any.pm_.c:174 ../../any.pm_.c:718
-#: ../../install_steps_interactive.pm_.c:899
+#: ../../any.pm_.c:192 ../../any.pm_.c:773
+#: ../../diskdrake/interactive.pm_.c:1135
+#: ../../install_steps_interactive.pm_.c:1110
msgid "Please try again"
msgstr "Poskusite ponovno"
-#: ../../any.pm_.c:174 ../../any.pm_.c:718
-#: ../../install_steps_interactive.pm_.c:899
+#: ../../any.pm_.c:192 ../../any.pm_.c:773
+#: ../../install_steps_interactive.pm_.c:1110
msgid "The passwords do not match"
msgstr "Gesla se ne ujemata"
-#: ../../any.pm_.c:182
+#: ../../any.pm_.c:200
msgid "Init Message"
msgstr ""
-#: ../../any.pm_.c:184
+#: ../../any.pm_.c:202
msgid "Open Firmware Delay"
msgstr ""
-#: ../../any.pm_.c:185
+#: ../../any.pm_.c:203
msgid "Kernel Boot Timeout"
msgstr ""
-#: ../../any.pm_.c:186
+#: ../../any.pm_.c:204
msgid "Enable CD Boot?"
msgstr ""
-#: ../../any.pm_.c:187
+#: ../../any.pm_.c:205
msgid "Enable OF Boot?"
msgstr ""
-#: ../../any.pm_.c:188
+#: ../../any.pm_.c:206
#, fuzzy
msgid "Default OS?"
msgstr "Privzeto"
-#: ../../any.pm_.c:210
+#: ../../any.pm_.c:240
+msgid ""
+"You decided to install the bootloader on a partition.\n"
+"This implies you already have a bootloader on the hard drive you boot (eg: "
+"System Commander).\n"
+"\n"
+"On which drive are you booting?"
+msgstr ""
+
+#: ../../any.pm_.c:255
msgid ""
"Here are the different entries.\n"
"You can add some more or change the existing ones."
@@ -634,147 +694,156 @@ msgstr ""
"Tukaj so razlini vnosi.\n"
"Lahko dodate e kaknega ali spremenite obstojeega"
-#: ../../any.pm_.c:220 ../../printerdrake.pm_.c:356
+#: ../../any.pm_.c:265 ../../standalone/drakbackup_.c:752
+#: ../../standalone/drakbackup_.c:861 ../../standalone/drakfont_.c:789
+#: ../../standalone/drakfont_.c:826
msgid "Add"
msgstr "Dodaj"
-#: ../../any.pm_.c:220 ../../any.pm_.c:729 ../../diskdrake.pm_.c:46
-#: ../../printerdrake.pm_.c:356
+#: ../../any.pm_.c:265 ../../any.pm_.c:784 ../../diskdrake/hd_gtk.pm_.c:153
+#: ../../diskdrake/removable.pm_.c:27 ../../diskdrake/smbnfs_gtk.pm_.c:86
+#: ../../interactive_http.pm_.c:153
msgid "Done"
msgstr "Konano"
-#: ../../any.pm_.c:220
+#: ../../any.pm_.c:265
#, fuzzy
msgid "Modify"
msgstr "Spremeni RAID"
-#: ../../any.pm_.c:228
+#: ../../any.pm_.c:273
msgid "Which type of entry do you want to add?"
msgstr "Kaken tip vnosa elite dodati?"
-#: ../../any.pm_.c:229
+#: ../../any.pm_.c:274 ../../standalone/drakbackup_.c:895
msgid "Linux"
msgstr "Linux"
-#: ../../any.pm_.c:229
+#: ../../any.pm_.c:274
msgid "Other OS (SunOS...)"
msgstr "Ostali OS (SunOS...)"
-#: ../../any.pm_.c:230
+#: ../../any.pm_.c:275
msgid "Other OS (MacOS...)"
msgstr "Ostali OS (MacOS...)"
-#: ../../any.pm_.c:230
+#: ../../any.pm_.c:275
msgid "Other OS (windows...)"
msgstr "Ostali OS (Okna...)"
-#: ../../any.pm_.c:250 ../../any.pm_.c:252
+#: ../../any.pm_.c:294
msgid "Image"
msgstr "Slika"
-#: ../../any.pm_.c:253 ../../any.pm_.c:264
+#: ../../any.pm_.c:295 ../../any.pm_.c:306
msgid "Root"
msgstr "Korenski"
-#: ../../any.pm_.c:254 ../../any.pm_.c:283
+#: ../../any.pm_.c:296 ../../any.pm_.c:325
msgid "Append"
msgstr "Pripni"
-#: ../../any.pm_.c:258
+#: ../../any.pm_.c:300
msgid "Initrd"
msgstr "Initrd"
-#: ../../any.pm_.c:259
+#: ../../any.pm_.c:301
msgid "Read-write"
msgstr "Branje-pisanje"
-#: ../../any.pm_.c:266
+#: ../../any.pm_.c:308
msgid "Table"
msgstr "Tabela"
-#: ../../any.pm_.c:267
+#: ../../any.pm_.c:309
msgid "Unsafe"
msgstr "Tvegano"
-#: ../../any.pm_.c:274 ../../any.pm_.c:279 ../../any.pm_.c:282
+#: ../../any.pm_.c:316 ../../any.pm_.c:321 ../../any.pm_.c:324
msgid "Label"
msgstr "Labela"
-#: ../../any.pm_.c:276 ../../any.pm_.c:287
+#: ../../any.pm_.c:318 ../../any.pm_.c:329
msgid "Default"
msgstr "Privzeto"
-#: ../../any.pm_.c:284
+#: ../../any.pm_.c:326
#, fuzzy
msgid "Initrd-size"
msgstr "Initrd"
-#: ../../any.pm_.c:286
+#: ../../any.pm_.c:328
msgid "NoVideo"
msgstr ""
-#: ../../any.pm_.c:294
+#: ../../any.pm_.c:336
msgid "Remove entry"
msgstr "Odstrani vnos"
-#: ../../any.pm_.c:297
+#: ../../any.pm_.c:339
msgid "Empty label not allowed"
msgstr "Prazna labela ni dovoljena"
-#: ../../any.pm_.c:298
+#: ../../any.pm_.c:340
+msgid "You must specify a kernel image"
+msgstr ""
+
+#: ../../any.pm_.c:340
+#, fuzzy
+msgid "You must specify a root partition"
+msgstr "Potrebujete razdelek swap"
+
+#: ../../any.pm_.c:341
msgid "This label is already used"
msgstr "Ta labela je e uporabljena"
-#: ../../any.pm_.c:317
-msgid "What type of partitioning?"
-msgstr "Kateri tip razdelitve?"
-
-#: ../../any.pm_.c:608
+#: ../../any.pm_.c:656
#, c-format
msgid "Found %s %s interfaces"
msgstr "Najdenih %s %s vmesnikov"
-#: ../../any.pm_.c:609
+#: ../../any.pm_.c:657
msgid "Do you have another one?"
msgstr "Imate e kaknega?"
-#: ../../any.pm_.c:610
+#: ../../any.pm_.c:658
#, c-format
msgid "Do you have any %s interfaces?"
msgstr "Imate vmesnike %s?"
-#: ../../any.pm_.c:612 ../../interactive.pm_.c:104 ../../my_gtk.pm_.c:616
-#: ../../printerdrake.pm_.c:237
+#: ../../any.pm_.c:660 ../../any.pm_.c:832 ../../interactive.pm_.c:132
+#: ../../my_gtk.pm_.c:1018
msgid "No"
msgstr "Ne"
-#: ../../any.pm_.c:612 ../../interactive.pm_.c:104 ../../my_gtk.pm_.c:616
+#: ../../any.pm_.c:660 ../../any.pm_.c:831 ../../interactive.pm_.c:132
+#: ../../my_gtk.pm_.c:1018
msgid "Yes"
msgstr "Da"
-#: ../../any.pm_.c:613
+#: ../../any.pm_.c:661
msgid "See hardware info"
msgstr "Glejte informacije o strojni opremi"
#. -PO: the first %s is the card type (scsi, network, sound,...)
#. -PO: the second is the vendor+model name
-#: ../../any.pm_.c:648
+#: ../../any.pm_.c:695
#, c-format
msgid "Installing driver for %s card %s"
msgstr "Namestitev gonilnika za %s kartico %s"
-#: ../../any.pm_.c:649
+#: ../../any.pm_.c:696
#, c-format
msgid "(module %s)"
msgstr "(modul %s)"
#. -PO: the %s is the driver type (scsi, network, sound,...)
-#: ../../any.pm_.c:660
+#: ../../any.pm_.c:707
#, c-format
msgid "Which %s driver should I try?"
msgstr "Kateri %s gonilnik naj poizkusim?"
-#: ../../any.pm_.c:668
+#: ../../any.pm_.c:715
#, c-format
msgid ""
"In some cases, the %s driver needs to have extra information to work\n"
@@ -793,20 +862,22 @@ msgstr ""
"ustavi,\n"
"kar pa naj ne bi povzroilo nobene kode."
-#: ../../any.pm_.c:673
+#: ../../any.pm_.c:720
msgid "Autoprobe"
msgstr "Samodejna zaznava"
-#: ../../any.pm_.c:673
+#: ../../any.pm_.c:720
msgid "Specify options"
msgstr "Navedite nastavitve"
-#: ../../any.pm_.c:677
+#: ../../any.pm_.c:725
#, c-format
-msgid "You may now provide its options to module %s."
-msgstr "Sedaj lahko posredujete nastavitve za modul %s."
+msgid ""
+"You may now provide its options to module %s.\n"
+"Note that any address should be entered with the prefix 0x like '0x123'"
+msgstr ""
-#: ../../any.pm_.c:683
+#: ../../any.pm_.c:731
#, c-format
msgid ""
"You may now provide its options to module %s.\n"
@@ -817,11 +888,11 @@ msgstr ""
"Nastavitve so oblike ``ime=vrednost ime2=vrednost2 ...''.\n"
"Na primer: ``io=0x300 irq=7''"
-#: ../../any.pm_.c:686
+#: ../../any.pm_.c:734
msgid "Module options:"
msgstr "Nastavitve modula:"
-#: ../../any.pm_.c:697
+#: ../../any.pm_.c:745
#, c-format
msgid ""
"Loading module %s failed.\n"
@@ -830,33 +901,49 @@ msgstr ""
"Nalaganje modula %s je bilo neuspeno.\n"
"elite poskusiti znova z drugimi parametri?"
-#: ../../any.pm_.c:715
+#: ../../any.pm_.c:761
+msgid "access to X programs"
+msgstr ""
+
+#: ../../any.pm_.c:762
+msgid "access to rpm tools"
+msgstr ""
+
+#: ../../any.pm_.c:763
+msgid "allow \"su\""
+msgstr ""
+
+#: ../../any.pm_.c:764
+msgid "access to administrative files"
+msgstr ""
+
+#: ../../any.pm_.c:769
#, c-format
msgid "(already added %s)"
msgstr "(e dodano %s)"
-#: ../../any.pm_.c:719
+#: ../../any.pm_.c:774
msgid "This password is too simple"
msgstr "Geslo je preve preprosto"
-#: ../../any.pm_.c:720
+#: ../../any.pm_.c:775
msgid "Please give a user name"
msgstr "Vnesite uporabniko ime"
-#: ../../any.pm_.c:721
+#: ../../any.pm_.c:776
msgid ""
"The user name must contain only lower cased letters, numbers, `-' and `_'"
msgstr "Uporabniko ime mora vsebovati samo male rke, tevilke, `-' in `_'"
-#: ../../any.pm_.c:722
+#: ../../any.pm_.c:777
msgid "This user name is already added"
msgstr "To uporabniko ime je e dodano"
-#: ../../any.pm_.c:726
+#: ../../any.pm_.c:781
msgid "Add user"
msgstr "Dodaj uporabnika"
-#: ../../any.pm_.c:727
+#: ../../any.pm_.c:782
#, c-format
msgid ""
"Enter a user\n"
@@ -865,54 +952,220 @@ msgstr ""
"Vnesite uporabnika\n"
"%s"
-#: ../../any.pm_.c:728
+#: ../../any.pm_.c:783
msgid "Accept user"
msgstr "Sprejmi uporabnika"
-#: ../../any.pm_.c:739
+#: ../../any.pm_.c:794
msgid "Real name"
msgstr "Pravo ime"
-#: ../../any.pm_.c:740 ../../printerdrake.pm_.c:97
-#: ../../printerdrake.pm_.c:131
+#: ../../any.pm_.c:795 ../../printerdrake.pm_.c:707
+#: ../../printerdrake.pm_.c:805
msgid "User name"
msgstr "Uporabniko ime"
-#: ../../any.pm_.c:743
+#: ../../any.pm_.c:798
msgid "Shell"
msgstr "Lupina"
-#: ../../any.pm_.c:745
+#: ../../any.pm_.c:800
msgid "Icon"
msgstr "Ikona"
-#: ../../any.pm_.c:766
+#: ../../any.pm_.c:828
msgid "Autologin"
msgstr "Samodejna prijava"
-#: ../../any.pm_.c:767
+#: ../../any.pm_.c:829
+#, fuzzy
msgid ""
"I can set up your computer to automatically log on one user.\n"
-"If you don't want to use this feature, click on the cancel button."
+"Do you want to use this feature?"
msgstr ""
"Raunalnik lahko samodejno, po zagonu, v sistem prijavi uporabnika.\n"
"e tega ne elite, pritisnite gumb preklii."
-#: ../../any.pm_.c:769
+#: ../../any.pm_.c:833
msgid "Choose the default user:"
msgstr "Izberite privzetega uporabnika:"
-#: ../../any.pm_.c:770
+#: ../../any.pm_.c:834
msgid "Choose the window manager to run:"
msgstr "Izberite okenskega upravitelja, ki naj bo pognan:"
+#: ../../any.pm_.c:849
+#, fuzzy
+msgid "Please choose a language to use."
+msgstr "Ali elite sedaj zagnati ,X -probeonly`?"
+
+#: ../../any.pm_.c:851
+msgid "You can choose other languages that will be available after install"
+msgstr ""
+
+#: ../../any.pm_.c:863 ../../install_steps_interactive.pm_.c:719
+#: ../../standalone/drakxtv_.c:54
+msgid "All"
+msgstr ""
+
+#: ../../any.pm_.c:955
+#, fuzzy
+msgid "Allow all users"
+msgstr "Dodaj uporabnika"
+
+#: ../../any.pm_.c:955 ../../install_steps_interactive.pm_.c:521
+#, fuzzy
+msgid "Custom"
+msgstr "Prilagojeno"
+
+#: ../../any.pm_.c:955
+#, fuzzy
+msgid "No sharing"
+msgstr "Zaganjam X"
+
+#: ../../any.pm_.c:965 ../../network/smbnfs.pm_.c:45
+#, fuzzy, c-format
+msgid "The package %s needs to be installed. Do you want to install it?"
+msgstr "Izberite pakete, ki jih elite namestiti"
+
+#: ../../any.pm_.c:968
+msgid "You can export using NFS or Samba. Which one do you want"
+msgstr ""
+
+#: ../../any.pm_.c:976 ../../network/smbnfs.pm_.c:49
+#, c-format
+msgid "Mandatory package %s is missing"
+msgstr ""
+
+#: ../../any.pm_.c:982
+msgid ""
+"Do you want to allow users to export some directories in their home?\n"
+"Allowing this will permit users to simply click on \"Share\" in konqueror "
+"and nautilus.\n"
+"\n"
+"\"Custom\" permit a per-user granularity.\n"
+msgstr ""
+
+#: ../../any.pm_.c:996 ../../bootlook.pm_.c:161
+#: ../../diskdrake/smbnfs_gtk.pm_.c:85 ../../install_steps_gtk.pm_.c:464
+#: ../../install_steps_gtk.pm_.c:522 ../../install_steps_interactive.pm_.c:594
+#: ../../interactive.pm_.c:142 ../../interactive.pm_.c:317
+#: ../../interactive.pm_.c:349 ../../interactive_stdio.pm_.c:141
+#: ../../my_gtk.pm_.c:687 ../../my_gtk.pm_.c:690 ../../my_gtk.pm_.c:1019
+#: ../../network/netconnect.pm_.c:47 ../../printerdrake.pm_.c:1586
+#: ../../standalone/drakautoinst_.c:204 ../../standalone/drakbackup_.c:2264
+#: ../../standalone/drakbackup_.c:2289 ../../standalone/drakbackup_.c:2310
+#: ../../standalone/drakbackup_.c:2331 ../../standalone/drakbackup_.c:2349
+#: ../../standalone/drakbackup_.c:2397 ../../standalone/drakbackup_.c:2417
+#: ../../standalone/drakbackup_.c:2436 ../../standalone/drakfont_.c:767
+#: ../../standalone/drakgw_.c:721 ../../standalone/draknet_.c:116
+#: ../../standalone/draknet_.c:148 ../../standalone/draknet_.c:290
+#: ../../standalone/draknet_.c:538 ../../standalone/draknet_.c:680
+#: ../../standalone/logdrake_.c:225 ../../standalone/logdrake_.c:512
+#: ../../standalone/tinyfirewall_.c:65
+msgid "Cancel"
+msgstr "Preklii"
+
+#: ../../any.pm_.c:996
+msgid "Launch userdrake"
+msgstr ""
+
+#: ../../any.pm_.c:998
+msgid ""
+"The per-user sharing uses the group \"fileshare\". \n"
+"You can use userdrake to add a user in this group."
+msgstr ""
+
+#: ../../any.pm_.c:1035
+msgid "Welcome To Crackers"
+msgstr ""
+
+#: ../../any.pm_.c:1036
+msgid "Poor"
+msgstr ""
+
+#: ../../any.pm_.c:1037 ../../mouse.pm_.c:31
+msgid "Standard"
+msgstr ""
+
+#: ../../any.pm_.c:1038
+msgid "High"
+msgstr ""
+
+#: ../../any.pm_.c:1039
+msgid "Higher"
+msgstr ""
+
+#: ../../any.pm_.c:1040
+msgid "Paranoid"
+msgstr ""
+
+#: ../../any.pm_.c:1043
+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 ""
+
+#: ../../any.pm_.c:1046
+msgid ""
+"Password are now enabled, but use as a networked computer is still not "
+"recommended."
+msgstr ""
+
+#: ../../any.pm_.c:1047
+msgid ""
+"This is the standard security recommended for a computer that will be used "
+"to connect to the Internet as a client."
+msgstr ""
+
+#: ../../any.pm_.c:1048
+msgid ""
+"There are already some restrictions, and more automatic checks are run every "
+"night."
+msgstr ""
+
+#: ../../any.pm_.c:1049
+msgid ""
+"With this security level, the use of this system as a server becomes "
+"possible.\n"
+"The security is now high enough to use the system as a server which accept\n"
+"connections from many clients. Note: if your machine is only a client on the "
+"Internet, you should better choose a lower level."
+msgstr ""
+
+#: ../../any.pm_.c:1052
+msgid ""
+"Based on the previous level, but the system is entirely closed.\n"
+"Security features are at their maximum."
+msgstr ""
+
+#: ../../any.pm_.c:1058
+msgid "Choose security level"
+msgstr ""
+
+#: ../../any.pm_.c:1061
+#, fuzzy
+msgid "Security level"
+msgstr "Privzeto"
+
+#: ../../any.pm_.c:1063
+#, fuzzy
+msgid "Use libsafe for servers"
+msgstr "Izberite nastavitve strenika"
+
+#: ../../any.pm_.c:1064
+msgid ""
+"A library which defends against buffer overflow and format string attacks."
+msgstr ""
+
# NOTE: this message will be displayed at boot time; that is
# only the ascii charset will be available on most machines
# so use only 7bit for this message (and do transliteration or
# leave it in English, as it is the best for your language)
#
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#: ../../bootloader.pm_.c:262 ../../bootloader.pm_.c:608
+#: ../../bootloader.pm_.c:355
#, c-format
msgid ""
"Welcome to %s the operating system chooser!\n"
@@ -937,51 +1190,56 @@ msgstr ""
#
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:809
+#: ../../bootloader.pm_.c:928
msgid "Welcome to GRUB the operating system chooser!"
msgstr "Pozdravljeni v izbiralcu operacijskega sistema GRUB!"
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:812
+#: ../../bootloader.pm_.c:931
#, c-format
msgid "Use the %c and %c keys for selecting which entry is highlighted."
msgstr "Uporabite tipke %c in %c za izbiro vnosa"
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:815
+#: ../../bootloader.pm_.c:934
msgid "Press enter to boot the selected OS, 'e' to edit the"
msgstr "Pritisnite enter za zagon izbranega OS, 'e' za urejevanje"
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:818
+#: ../../bootloader.pm_.c:937
msgid "commands before booting, or 'c' for a command-line."
msgstr "ukazov pred zagonom ali 'c' za ukazno vrstico."
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:821
+#: ../../bootloader.pm_.c:940
#, c-format
msgid "The highlighted entry will be booted automatically in %d seconds."
msgstr "Izbran vnos bo zagnan samodejno cez %d sekund."
-#: ../../bootloader.pm_.c:825
+#: ../../bootloader.pm_.c:944
msgid "not enough room in /boot"
msgstr "premalo prostora v /boot"
#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
#. -PO: so you may need to put them in English or in a different language if MS-windows doesn't exist in your language
-#: ../../bootloader.pm_.c:918
+#: ../../bootloader.pm_.c:1044
msgid "Desktop"
msgstr "Namizje"
#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#: ../../bootloader.pm_.c:920
+#: ../../bootloader.pm_.c:1046
msgid "Start Menu"
msgstr "Meni Start"
+#: ../../bootloader.pm_.c:1065
+#, fuzzy, c-format
+msgid "You can't install the bootloader on a %s partition\n"
+msgstr "Kam elite namestiti zagonski nalagalnik?"
+
#: ../../bootlook.pm_.c:46
msgid "no help implemented yet.\n"
msgstr "pomo e ni implementirana.\n"
@@ -990,607 +1248,550 @@ msgstr "pomo e ni implementirana.\n"
msgid "Boot Style Configuration"
msgstr "Nastavitev zagonskega stila"
-#: ../../bootlook.pm_.c:79
+#: ../../bootlook.pm_.c:79 ../../standalone/logdrake_.c:101
msgid "/_File"
msgstr "/_Datoteka"
-#: ../../bootlook.pm_.c:81
-msgid "/File/_New"
-msgstr "/Datoteka/_Nova"
-
-#: ../../bootlook.pm_.c:82
-msgid "<control>N"
-msgstr "<control>N"
-
-#: ../../bootlook.pm_.c:84
-msgid "/File/_Open"
-msgstr "/Datoteka/_Odpri"
-
-#: ../../bootlook.pm_.c:85
-msgid "<control>O"
-msgstr "<control>O"
-
-#: ../../bootlook.pm_.c:87
-msgid "/File/_Save"
-msgstr "/Datoteka/_Shrani"
-
-#: ../../bootlook.pm_.c:88
-msgid "<control>S"
-msgstr "<control>S"
-
-#: ../../bootlook.pm_.c:90
-msgid "/File/Save _As"
-msgstr "/Datoteka/Shrani _kot"
-
-#: ../../bootlook.pm_.c:91
-msgid "/File/-"
-msgstr "/Datoteka/-"
-
-#: ../../bootlook.pm_.c:93
+#: ../../bootlook.pm_.c:80 ../../standalone/logdrake_.c:107
msgid "/File/_Quit"
msgstr "/Datoteka/_Izhod"
-#: ../../bootlook.pm_.c:94
+#: ../../bootlook.pm_.c:80 ../../standalone/logdrake_.c:107
msgid "<control>Q"
msgstr "<control>Q"
-#: ../../bootlook.pm_.c:96
-msgid "/_Options"
-msgstr "/_Monosti"
-
-#: ../../bootlook.pm_.c:98
-msgid "/Options/Test"
-msgstr "/Monosti/Test"
-
-#: ../../bootlook.pm_.c:99
-msgid "/_Help"
-msgstr "/_Pomo"
-
-#: ../../bootlook.pm_.c:101
-msgid "/Help/_About..."
-msgstr "/Pomo/_O pomoi..."
-
-#: ../../bootlook.pm_.c:111 ../../standalone/drakgw_.c:634
-#: ../../standalone/draknet_.c:262 ../../standalone/tinyfirewall_.c:57
-#, fuzzy
-msgid "Configure"
-msgstr "Nastavitev X"
-
-#: ../../bootlook.pm_.c:114
-#, c-format
-msgid ""
-"You are currently using %s as Boot Manager.\n"
-"Click on Configure to launch the setup wizard."
-msgstr ""
-
-#: ../../bootlook.pm_.c:121
-msgid "Lilo/grub mode"
-msgstr ""
-
-#: ../../bootlook.pm_.c:131
+#: ../../bootlook.pm_.c:91
msgid "NewStyle Categorizing Monitor"
msgstr ""
-#: ../../bootlook.pm_.c:134
+#: ../../bootlook.pm_.c:92
#, fuzzy
msgid "NewStyle Monitor"
msgstr "Monitor"
-#: ../../bootlook.pm_.c:137
+#: ../../bootlook.pm_.c:93
#, fuzzy
msgid "Traditional Monitor"
msgstr "Spremeni monitor"
-#: ../../bootlook.pm_.c:140
+#: ../../bootlook.pm_.c:94
msgid "Traditional Gtk+ Monitor"
msgstr ""
-#: ../../bootlook.pm_.c:144
+#: ../../bootlook.pm_.c:95
msgid "Launch Aurora at boot time"
msgstr "Zagon Aurore pri nalaganju sistema"
-#: ../../bootlook.pm_.c:169
-msgid "Boot mode"
-msgstr "Zagonski nain"
+#: ../../bootlook.pm_.c:98
+msgid "Lilo/grub mode"
+msgstr ""
+
+#: ../../bootlook.pm_.c:98
+msgid "Yaboot mode"
+msgstr ""
-#: ../../bootlook.pm_.c:179
+#: ../../bootlook.pm_.c:104
+#, c-format
+msgid ""
+"You are currently using %s as Boot Manager.\n"
+"Click on Configure to launch the setup wizard."
+msgstr ""
+
+#: ../../bootlook.pm_.c:106 ../../standalone/drakbackup_.c:1467
+#: ../../standalone/drakbackup_.c:1478 ../../standalone/drakgw_.c:715
+#: ../../standalone/tinyfirewall_.c:59
+#, fuzzy
+msgid "Configure"
+msgstr "Nastavitev X"
+
+#: ../../bootlook.pm_.c:141
+msgid "System mode"
+msgstr "Sistemski nain"
+
+#: ../../bootlook.pm_.c:143
msgid "Launch the X-Window system at start"
msgstr "Zagon sistema X-Windows pri zagonu sistema"
-#: ../../bootlook.pm_.c:187
+#: ../../bootlook.pm_.c:148
msgid "No, I don't want autologin"
msgstr "Ne, ne elim samodejne prijave"
-#: ../../bootlook.pm_.c:193
+#: ../../bootlook.pm_.c:150
msgid "Yes, I want autologin with this (user, desktop)"
msgstr "Da, elim samodejno prijavo s tem uporabnikom"
-#: ../../bootlook.pm_.c:210
-msgid "System mode"
-msgstr "Sistemski nain"
-
-#: ../../bootlook.pm_.c:228
-#, fuzzy
-msgid "Default Runlevel"
-msgstr "Privzeto"
-
-#: ../../bootlook.pm_.c:236 ../../standalone/draknet_.c:88
-#: ../../standalone/draknet_.c:120 ../../standalone/draknet_.c:184
-#: ../../standalone/draknet_.c:302 ../../standalone/draknet_.c:396
-#: ../../standalone/draknet_.c:473 ../../standalone/draknet_.c:509
-#: ../../standalone/draknet_.c:617
+#: ../../bootlook.pm_.c:160 ../../network/netconnect.pm_.c:102
+#: ../../standalone/drakbackup_.c:2441 ../../standalone/drakbackup_.c:3345
+#: ../../standalone/drakfont_.c:532 ../../standalone/drakfont_.c:655
+#: ../../standalone/drakfont_.c:719 ../../standalone/drakfont_.c:765
+#: ../../standalone/draknet_.c:109 ../../standalone/draknet_.c:141
+#: ../../standalone/draknet_.c:297 ../../standalone/draknet_.c:436
+#: ../../standalone/draknet_.c:522 ../../standalone/draknet_.c:565
+#: ../../standalone/draknet_.c:666 ../../standalone/logdrake_.c:505
msgid "OK"
msgstr "V redu"
-#: ../../bootlook.pm_.c:238 ../../install_steps_gtk.pm_.c:576
-#: ../../interactive.pm_.c:114 ../../interactive.pm_.c:269
-#: ../../interactive_stdio.pm_.c:27 ../../my_gtk.pm_.c:357
-#: ../../my_gtk.pm_.c:360 ../../my_gtk.pm_.c:617
-#: ../../standalone/drakgw_.c:639 ../../standalone/draknet_.c:95
-#: ../../standalone/draknet_.c:127 ../../standalone/draknet_.c:295
-#: ../../standalone/draknet_.c:485 ../../standalone/draknet_.c:631
-#: ../../standalone/tinyfirewall_.c:63
-msgid "Cancel"
-msgstr "Preklii"
+#: ../../bootlook.pm_.c:229
+#, c-format
+msgid "can not open /etc/inittab for reading: %s"
+msgstr "/etc/inittab ni mogoe odpreti za branje: %s"
-#: ../../bootlook.pm_.c:315
-msgid "can not open /etc/inittab for reading: $!"
-msgstr "/etc/inittab ni mogoe odpreti za branje: $!"
+#: ../../common.pm_.c:94
+msgid "GB"
+msgstr "GB"
-#: ../../bootlook.pm_.c:369
-msgid "can not open /etc/sysconfig/autologin for reading: $!"
-msgstr "/etc/sysconfig/autologin ni mogoe odpreti za branje: $!"
+#: ../../common.pm_.c:94
+msgid "KB"
+msgstr "KB"
-#: ../../bootlook.pm_.c:435 ../../standalone/drakboot_.c:47
-msgid "Installation of LILO failed. The following error occured:"
-msgstr ""
+#: ../../common.pm_.c:94
+msgid "MB"
+msgstr "MB"
-#: ../../diskdrake.pm_.c:21 ../../diskdrake.pm_.c:462
-msgid "Create"
-msgstr "Ustvari"
+#: ../../common.pm_.c:102
+msgid "TB"
+msgstr "TB"
-#: ../../diskdrake.pm_.c:22
-msgid "Unmount"
-msgstr "Odklopi"
+#: ../../common.pm_.c:110
+#, c-format
+msgid "%d minutes"
+msgstr "%d minut"
-#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:464
-msgid "Delete"
-msgstr "Izbrii"
+#: ../../common.pm_.c:112
+msgid "1 minute"
+msgstr "1 minuta"
-#: ../../diskdrake.pm_.c:23
-msgid "Format"
-msgstr "Formatiraj"
+#: ../../common.pm_.c:114
+#, c-format
+msgid "%d seconds"
+msgstr "%d sekund"
-#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:653
-msgid "Resize"
-msgstr "Spremeni velikost"
+#: ../../common.pm_.c:159
+#, fuzzy
+msgid "Can't make screenshots before partitioning"
+msgstr "Razdelkov ni ve mogoe dodati"
-#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:462
-#: ../../diskdrake.pm_.c:518
-msgid "Type"
-msgstr "Tip"
+#: ../../common.pm_.c:166
+#, c-format
+msgid "Screenshots will be available after install in %s"
+msgstr ""
-#: ../../diskdrake.pm_.c:24 ../../diskdrake.pm_.c:539
-msgid "Mount point"
-msgstr "Toka priklopa"
+#: ../../crypto.pm_.c:12 ../../crypto.pm_.c:26 ../../standalone/drakxtv_.c:50
+#, fuzzy
+msgid "France"
+msgstr "Preklii"
-#: ../../diskdrake.pm_.c:38
-msgid "Write /etc/fstab"
-msgstr "Zapii /etc/fstab"
+#: ../../crypto.pm_.c:13
+msgid "Costa Rica"
+msgstr ""
-#: ../../diskdrake.pm_.c:39
-msgid "Toggle to expert mode"
-msgstr "Spremeni v napredni nain"
+#: ../../crypto.pm_.c:14 ../../crypto.pm_.c:27
+msgid "Belgium"
+msgstr ""
-#: ../../diskdrake.pm_.c:40
-msgid "Toggle to normal mode"
-msgstr "Spremeni v normalen nain"
+#: ../../crypto.pm_.c:15 ../../crypto.pm_.c:28
+msgid "Czech Republic"
+msgstr ""
-#: ../../diskdrake.pm_.c:41
-msgid "Restore from file"
-msgstr "Obnovi iz datoteke"
+#: ../../crypto.pm_.c:16 ../../crypto.pm_.c:29
+msgid "Germany"
+msgstr ""
-#: ../../diskdrake.pm_.c:42
-msgid "Save in file"
-msgstr "Shrani v datoteko"
+#: ../../crypto.pm_.c:17 ../../crypto.pm_.c:30
+#, fuzzy
+msgid "Greece"
+msgstr "Splono"
-#: ../../diskdrake.pm_.c:43
-msgid "Wizard"
-msgstr "arovnik"
+#: ../../crypto.pm_.c:18 ../../crypto.pm_.c:31
+msgid "Norway"
+msgstr ""
-#: ../../diskdrake.pm_.c:44
-msgid "Restore from floppy"
-msgstr "Obnovi z diskete"
+#: ../../crypto.pm_.c:19 ../../crypto.pm_.c:32
+msgid "Sweden"
+msgstr ""
-#: ../../diskdrake.pm_.c:45
-msgid "Save on floppy"
-msgstr "Shrani na disketo"
+#: ../../crypto.pm_.c:20 ../../crypto.pm_.c:34
+msgid "Netherlands"
+msgstr ""
-#: ../../diskdrake.pm_.c:49
-msgid "Clear all"
-msgstr "Izbrii vse"
+#: ../../crypto.pm_.c:21 ../../crypto.pm_.c:35 ../../standalone/drakxtv_.c:50
+#, fuzzy
+msgid "Italy"
+msgstr "Namestiti"
-#: ../../diskdrake.pm_.c:54
-msgid "Format all"
-msgstr "Formatiraj vse"
+#: ../../crypto.pm_.c:22 ../../crypto.pm_.c:36
+msgid "Austria"
+msgstr ""
-#: ../../diskdrake.pm_.c:55
-msgid "Auto allocate"
-msgstr "Samodejno dodeljevanje"
+#: ../../crypto.pm_.c:33 ../../crypto.pm_.c:67
+msgid "United States"
+msgstr ""
-#: ../../diskdrake.pm_.c:59
-msgid "All primary partitions are used"
-msgstr "Vsi primarni razdelki so uporabljeni"
+#: ../../diskdrake/hd_gtk.pm_.c:94
+msgid "Please make a backup of your data first"
+msgstr "Najprej naredite varnostno kopijo podatkov"
-#: ../../diskdrake.pm_.c:59
-msgid "I can't add any more partition"
-msgstr "Razdelkov ni ve mogoe dodati"
+#: ../../diskdrake/hd_gtk.pm_.c:94 ../../diskdrake/interactive.pm_.c:891
+#: ../../diskdrake/interactive.pm_.c:900 ../../diskdrake/interactive.pm_.c:954
+msgid "Read carefully!"
+msgstr "Pazljivo preberite!"
-#: ../../diskdrake.pm_.c:59
+#: ../../diskdrake/hd_gtk.pm_.c:97
msgid ""
-"To have more partitions, please delete one to be able to create an extended "
-"partition"
+"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 ""
-"e elite imeti ve razdelkov, enega izbriite, tako da bo mono ustvariti "
-"razirjen razdelek"
+"e nameravate uporabiti aboot, pustite dovolj prostega prostora (2048 "
+"sektorjev je dovolj)\n"
+"na zaetku diska"
-#: ../../diskdrake.pm_.c:61
-#, fuzzy
-msgid "Not enough space for auto-allocating"
-msgstr "Premalo razpololjivega prostora za nov razdelek"
+#: ../../diskdrake/hd_gtk.pm_.c:116 ../../diskdrake/interactive.pm_.c:325
+#: ../../diskdrake/interactive.pm_.c:340 ../../diskdrake/smbnfs_gtk.pm_.c:45
+#: ../../install_steps.pm_.c:75 ../../install_steps_interactive.pm_.c:67
+#: ../../install_steps_interactive.pm_.c:356 ../../interactive_http.pm_.c:119
+#: ../../interactive_http.pm_.c:120 ../../standalone/diskdrake_.c:84
+msgid "Error"
+msgstr "Napaka"
-#: ../../diskdrake.pm_.c:63
-msgid "Undo"
-msgstr "Razveljavi"
+#: ../../diskdrake/hd_gtk.pm_.c:151
+msgid "Wizard"
+msgstr "arovnik"
-#: ../../diskdrake.pm_.c:64
-msgid "Write partition table"
-msgstr "Zapii razdelitveno tabelo"
+#: ../../diskdrake/hd_gtk.pm_.c:181 ../../diskdrake/removable_gtk.pm_.c:24
+msgid "Choose action"
+msgstr "Izberite akcijo"
-#: ../../diskdrake.pm_.c:65 ../../install_steps_interactive.pm_.c:185
-#, fuzzy
-msgid "More"
-msgstr "Premakni"
+#: ../../diskdrake/hd_gtk.pm_.c:185
+msgid ""
+"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 ""
+"Imate velik FAT razdelek (ponavadi v uporabi\n"
+"DOS-a/Oken). Predlagamo vam, da najprej \n"
+"spremenite velikost tega razdelka (pritisnite\n"
+"nanj, nato pa pritisnite \"Spremeni velikost\")"
+
+#: ../../diskdrake/hd_gtk.pm_.c:188
+msgid "Please click on a partition"
+msgstr "Kliknite na razdelek"
+
+#: ../../diskdrake/hd_gtk.pm_.c:202 ../../diskdrake/smbnfs_gtk.pm_.c:67
+#: ../../install_steps_gtk.pm_.c:523
+msgid "Details"
+msgstr "Podrobnosti"
-#: ../../diskdrake.pm_.c:116
+#: ../../diskdrake/hd_gtk.pm_.c:320
msgid "Ext2"
msgstr "Ext2"
-#: ../../diskdrake.pm_.c:116
+#: ../../diskdrake/hd_gtk.pm_.c:320
msgid "FAT"
msgstr "FAT"
-#: ../../diskdrake.pm_.c:116
+#: ../../diskdrake/hd_gtk.pm_.c:320
msgid "HFS"
msgstr "HFS"
-#: ../../diskdrake.pm_.c:116
+#: ../../diskdrake/hd_gtk.pm_.c:320
+#, fuzzy
+msgid "Journalised FS"
+msgstr "priklop neuspeen"
+
+#: ../../diskdrake/hd_gtk.pm_.c:320
msgid "SunOS"
msgstr "SunOS"
-#: ../../diskdrake.pm_.c:116
+#: ../../diskdrake/hd_gtk.pm_.c:320
msgid "Swap"
msgstr "Swap"
-#: ../../diskdrake.pm_.c:117
+#: ../../diskdrake/hd_gtk.pm_.c:321 ../../diskdrake/interactive.pm_.c:1050
msgid "Empty"
msgstr "Prazno"
-#: ../../diskdrake.pm_.c:117 ../../install_steps_gtk.pm_.c:407
-#: ../../mouse.pm_.c:145
+#: ../../diskdrake/hd_gtk.pm_.c:321 ../../install_steps_gtk.pm_.c:379
+#: ../../install_steps_gtk.pm_.c:439 ../../mouse.pm_.c:162
+#: ../../services.pm_.c:157 ../../standalone/drakbackup_.c:944
msgid "Other"
msgstr "Drugo"
-#: ../../diskdrake.pm_.c:123
+#: ../../diskdrake/hd_gtk.pm_.c:325
msgid "Filesystem types:"
msgstr "Tipi datotenih sistemov:"
-#: ../../diskdrake.pm_.c:132 ../../install_steps_gtk.pm_.c:577
-msgid "Details"
-msgstr "Podrobnosti"
+#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/interactive.pm_.c:386
+msgid "Create"
+msgstr "Ustvari"
-#: ../../diskdrake.pm_.c:147
-msgid ""
-"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 ""
-"Imate velik FAT razdelek (ponavadi v uporabi\n"
-"DOS-a/Oken). Predlagamo vam, da najprej \n"
-"spremenite velikost tega razdelka (pritisnite\n"
-"nanj, nato pa pritisnite \"Spremeni velikost\")"
+#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/interactive.pm_.c:365
+#: ../../diskdrake/interactive.pm_.c:499 ../../diskdrake/removable.pm_.c:26
+#: ../../diskdrake/removable.pm_.c:49 ../../diskdrake/removable_gtk.pm_.c:17
+msgid "Type"
+msgstr "Tip"
-#: ../../diskdrake.pm_.c:152
-msgid "Please make a backup of your data first"
-msgstr "Najprej naredite varnostno kopijo podatkov"
+#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/hd_gtk.pm_.c:344
+#, c-format
+msgid "Use ``%s'' instead"
+msgstr "Namesto tega uporabite ``%s''"
-#: ../../diskdrake.pm_.c:152 ../../diskdrake.pm_.c:170
-#: ../../diskdrake.pm_.c:179 ../../diskdrake.pm_.c:570
-#: ../../diskdrake.pm_.c:592
-msgid "Read carefully!"
-msgstr "Pazljivo preberite!"
+#: ../../diskdrake/hd_gtk.pm_.c:344 ../../diskdrake/interactive.pm_.c:374
+msgid "Delete"
+msgstr "Izbrii"
-#: ../../diskdrake.pm_.c:155
+#: ../../diskdrake/hd_gtk.pm_.c:348
+msgid "Use ``Unmount'' first"
+msgstr "Najprej uporabite ``Odklopi''"
+
+#: ../../diskdrake/hd_gtk.pm_.c:349 ../../diskdrake/interactive.pm_.c:491
+#, c-format
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"
+"After changing type of partition %s, all data on this partition will be lost"
msgstr ""
-"e nameravate uporabiti aboot, pustite dovolj prostega prostora (2048 "
-"sektorjev je dovolj)\n"
-"na zaetku diska"
-
-#: ../../diskdrake.pm_.c:170
-msgid "Be careful: this operation is dangerous."
-msgstr "Bodite previdni: Ta operacija je nevarna."
+"Po spremembi tipa razdelka %s, bodo vsi podatki na tem razdelku izgubljeni"
-#: ../../diskdrake.pm_.c:214 ../../install_steps.pm_.c:72
-#: ../../install_steps_interactive.pm_.c:37
-#: ../../install_steps_interactive.pm_.c:322 ../../standalone/diskdrake_.c:66
-msgid "Error"
-msgstr "Napaka"
+#: ../../diskdrake/interactive.pm_.c:171
+#, fuzzy
+msgid "Choose a partition"
+msgstr "Izberite akcijo"
-#: ../../diskdrake.pm_.c:238 ../../diskdrake.pm_.c:748
-msgid "Mount point: "
-msgstr "Toka priklopa:"
+#: ../../diskdrake/interactive.pm_.c:171
+#, fuzzy
+msgid "Choose another partition"
+msgstr "Ustvarjanje novega razdelka"
-#: ../../diskdrake.pm_.c:239 ../../diskdrake.pm_.c:298
-msgid "Device: "
-msgstr "Naprava:"
+#: ../../diskdrake/interactive.pm_.c:196
+#, fuzzy
+msgid "Exit"
+msgstr "Ext2"
-#: ../../diskdrake.pm_.c:240
-#, c-format
-msgid "DOS drive letter: %s (just a guess)\n"
-msgstr "rka DOS pogona: %s (ugibanje)\n"
+#: ../../diskdrake/interactive.pm_.c:218
+msgid "Toggle to expert mode"
+msgstr "Spremeni v napredni nain"
-#: ../../diskdrake.pm_.c:244 ../../diskdrake.pm_.c:251
-#: ../../diskdrake.pm_.c:301
-msgid "Type: "
-msgstr "Tip:"
+#: ../../diskdrake/interactive.pm_.c:218
+msgid "Toggle to normal mode"
+msgstr "Spremeni v normalen nain"
-#: ../../diskdrake.pm_.c:248
-#, fuzzy
-msgid "Name: "
-msgstr "Izberite strenik"
+#: ../../diskdrake/interactive.pm_.c:218
+msgid "Undo"
+msgstr "Razveljavi"
-#: ../../diskdrake.pm_.c:253
-#, c-format
-msgid "Start: sector %s\n"
-msgstr "Zaetek: sektor %s\n"
+#: ../../diskdrake/interactive.pm_.c:237
+msgid "Continue anyway?"
+msgstr "Naj nadaljujem?"
-#: ../../diskdrake.pm_.c:254
-#, c-format
-msgid "Size: %s"
-msgstr "Velikost: %s"
+#: ../../diskdrake/interactive.pm_.c:242
+msgid "Quit without saving"
+msgstr "Zapri brez zapisovanja sprememb"
-#: ../../diskdrake.pm_.c:256
-#, c-format
-msgid ", %s sectors"
-msgstr ", %s sektorjev"
+#: ../../diskdrake/interactive.pm_.c:242
+msgid "Quit without writing the partition table?"
+msgstr "Zapri brez zapisovanja razdelitvene tabele?"
-#: ../../diskdrake.pm_.c:258
-#, c-format
-msgid "Cylinder %d to cylinder %d\n"
-msgstr "Cilinder %d do cilinder %d\n"
+#: ../../diskdrake/interactive.pm_.c:247
+#, fuzzy
+msgid "Do you want to save /etc/fstab modifications"
+msgstr "elite preizkusiti nastavitev?"
-#: ../../diskdrake.pm_.c:259
-msgid "Formatted\n"
-msgstr "Formatirano\n"
+#: ../../diskdrake/interactive.pm_.c:259
+msgid "Auto allocate"
+msgstr "Samodejno dodeljevanje"
-#: ../../diskdrake.pm_.c:260
-msgid "Not formatted\n"
-msgstr "Neformatirano\n"
+#: ../../diskdrake/interactive.pm_.c:259
+msgid "Clear all"
+msgstr "Izbrii vse"
-#: ../../diskdrake.pm_.c:261
-msgid "Mounted\n"
-msgstr "Priklopljeno\n"
+#: ../../diskdrake/interactive.pm_.c:262
+#, fuzzy
+msgid "Hard drive information"
+msgstr "Prepoznavanje trdega diska"
-#: ../../diskdrake.pm_.c:262
-#, c-format
-msgid "RAID md%s\n"
-msgstr "RAID ms%s\n"
+#: ../../diskdrake/interactive.pm_.c:283
+msgid "All primary partitions are used"
+msgstr "Vsi primarni razdelki so uporabljeni"
-#: ../../diskdrake.pm_.c:264
-#, c-format
-msgid "Loopback file(s): %s\n"
-msgstr "Datoteka(e) loopback: %s\n"
+#: ../../diskdrake/interactive.pm_.c:284
+msgid "I can't add any more partition"
+msgstr "Razdelkov ni ve mogoe dodati"
-#: ../../diskdrake.pm_.c:265
+#: ../../diskdrake/interactive.pm_.c:285
msgid ""
-"Partition booted by default\n"
-" (for MS-DOS boot, not for lilo)\n"
+"To have more partitions, please delete one to be able to create an extended "
+"partition"
msgstr ""
-"Prevzet zagonski razdelek\n"
-" (za zagon MS-DOS, ne za lilo)\n"
+"e elite imeti ve razdelkov, enega izbriite, tako da bo mono ustvariti "
+"razirjen razdelek"
-#: ../../diskdrake.pm_.c:267
-#, c-format
-msgid "Level %s\n"
-msgstr "Stopnja %s\n"
+#: ../../diskdrake/interactive.pm_.c:295
+#, fuzzy
+msgid "Save partition table"
+msgstr "Zapii razdelitveno tabelo"
-#: ../../diskdrake.pm_.c:268
-#, c-format
-msgid "Chunk size %s\n"
-msgstr "Velikost kosa %s\n"
+#: ../../diskdrake/interactive.pm_.c:296
+#, fuzzy
+msgid "Restore partition table"
+msgstr "Reevanje razdelitvene tabele"
-#: ../../diskdrake.pm_.c:269
-#, c-format
-msgid "RAID-disks %s\n"
-msgstr "RAID-diski %s\n"
+#: ../../diskdrake/interactive.pm_.c:297
+msgid "Rescue partition table"
+msgstr "Reevanje razdelitvene tabele"
-#: ../../diskdrake.pm_.c:271
-#, c-format
-msgid "Loopback file name: %s"
-msgstr "Datoteka loopback: %s"
+#: ../../diskdrake/interactive.pm_.c:299
+#, fuzzy
+msgid "Reload partition table"
+msgstr "Reevanje razdelitvene tabele"
+
+#: ../../diskdrake/interactive.pm_.c:304
+msgid "Removable media automounting"
+msgstr ""
+
+#: ../../diskdrake/interactive.pm_.c:313 ../../diskdrake/interactive.pm_.c:333
+msgid "Select file"
+msgstr "Izberite datoteko"
-#: ../../diskdrake.pm_.c:274
+#: ../../diskdrake/interactive.pm_.c:320
msgid ""
-"\n"
-"Chances are, this partition is\n"
-"a Driver partition, you should\n"
-"probably leave it alone.\n"
+"The backup partition table has not the same size\n"
+"Still continue?"
msgstr ""
+"Velikost varnostne kopije zagonske tabele nima enake velikosti\n"
+"Naj nadaljujem?"
-#: ../../diskdrake.pm_.c:277
+#: ../../diskdrake/interactive.pm_.c:334
+msgid "Warning"
+msgstr "Opozorilo"
+
+#: ../../diskdrake/interactive.pm_.c:335
msgid ""
-"\n"
-"This special Bootstrap\n"
-"partition is for\n"
-"dual-booting your system.\n"
+"Insert a floppy in drive\n"
+"All data on this floppy will be lost"
msgstr ""
+"Vstavite disketo v disketni pogon\n"
+"Vsi podatki na tej disketi bodo unieni"
-#: ../../diskdrake.pm_.c:294
-msgid "Please click on a partition"
-msgstr "Kliknite na razdelek"
+#: ../../diskdrake/interactive.pm_.c:346
+msgid "Trying to rescue partition table"
+msgstr "Reevanje razdelitvene tabele"
-#: ../../diskdrake.pm_.c:299
-#, c-format
-msgid "Size: %s\n"
-msgstr "Velikost: %s\n"
+#: ../../diskdrake/interactive.pm_.c:352
+#, fuzzy
+msgid "Detailed information"
+msgstr "Pokai informacije"
-#: ../../diskdrake.pm_.c:300
-#, c-format
-msgid "Geometry: %s cylinders, %s heads, %s sectors\n"
-msgstr "Geometrija: %s cilindrov, %s glav, %s sektorjev\n"
+#: ../../diskdrake/interactive.pm_.c:364 ../../diskdrake/interactive.pm_.c:534
+#: ../../diskdrake/interactive.pm_.c:554 ../../diskdrake/removable.pm_.c:24
+#: ../../diskdrake/removable_gtk.pm_.c:15 ../../diskdrake/smbnfs_gtk.pm_.c:83
+msgid "Mount point"
+msgstr "Toka priklopa"
-#: ../../diskdrake.pm_.c:302
-#, fuzzy, c-format
-msgid "LVM-disks %s\n"
-msgstr "RAID-diski %s\n"
+#: ../../diskdrake/interactive.pm_.c:366 ../../diskdrake/removable.pm_.c:25
+#: ../../diskdrake/removable_gtk.pm_.c:16 ../../diskdrake/smbnfs_gtk.pm_.c:84
+msgid "Options"
+msgstr "Monosti"
-#: ../../diskdrake.pm_.c:303
-#, c-format
-msgid "Partition table type: %s\n"
-msgstr "Tip razdelitvene tabele: %s\n"
+#: ../../diskdrake/interactive.pm_.c:367 ../../diskdrake/interactive.pm_.c:621
+msgid "Resize"
+msgstr "Spremeni velikost"
-#: ../../diskdrake.pm_.c:304
-#, c-format
-msgid "on bus %d id %d\n"
-msgstr "na vodilu %d id %d\n"
+#: ../../diskdrake/interactive.pm_.c:368 ../../diskdrake/interactive.pm_.c:674
+msgid "Move"
+msgstr "Premakni"
+
+#: ../../diskdrake/interactive.pm_.c:369
+msgid "Format"
+msgstr "Formatiraj"
-#: ../../diskdrake.pm_.c:320
+#: ../../diskdrake/interactive.pm_.c:370 ../../diskdrake/smbnfs_gtk.pm_.c:80
msgid "Mount"
msgstr "Priklopljeno"
-#: ../../diskdrake.pm_.c:322
-msgid "Active"
-msgstr "Aktivno"
-
-#: ../../diskdrake.pm_.c:324
+#: ../../diskdrake/interactive.pm_.c:371
msgid "Add to RAID"
msgstr "Dodaj k RAID"
-#: ../../diskdrake.pm_.c:326
-msgid "Remove from RAID"
-msgstr "Odstrani iz RAID"
-
-#: ../../diskdrake.pm_.c:328
-msgid "Modify RAID"
-msgstr "Spremeni RAID"
-
-#: ../../diskdrake.pm_.c:330
+#: ../../diskdrake/interactive.pm_.c:372
#, fuzzy
msgid "Add to LVM"
msgstr "Dodaj k RAID"
-#: ../../diskdrake.pm_.c:332
+#: ../../diskdrake/interactive.pm_.c:373 ../../diskdrake/smbnfs_gtk.pm_.c:79
+msgid "Unmount"
+msgstr "Odklopi"
+
+#: ../../diskdrake/interactive.pm_.c:375
+msgid "Remove from RAID"
+msgstr "Odstrani iz RAID"
+
+#: ../../diskdrake/interactive.pm_.c:376
#, fuzzy
msgid "Remove from LVM"
msgstr "Odstrani iz RAID"
-#: ../../diskdrake.pm_.c:334
+#: ../../diskdrake/interactive.pm_.c:377
+msgid "Modify RAID"
+msgstr "Spremeni RAID"
+
+#: ../../diskdrake/interactive.pm_.c:378
msgid "Use for loopback"
msgstr "Uporabi za loopback"
-#: ../../diskdrake.pm_.c:341
-msgid "Choose action"
-msgstr "Izberite akcijo"
-
-#: ../../diskdrake.pm_.c:435
-msgid ""
-"Sorry I won't accept to create /boot so far onto the drive (on a cylinder > "
-"1024).\n"
-"Either you use LILO and it won't work, or you don't use LILO and you don't "
-"need /boot"
-msgstr ""
-"Oprostite, vendar /boot ne morete ustvariti tako dale na pogonu (na "
-"cilinder > 1024).\n"
-"Ali boste uporabljali LILO, ki ne bo deloval ali pa ne boste uporabljali "
-"LILO, tako da /boot ne potrebujete"
-
-#: ../../diskdrake.pm_.c:439
-msgid ""
-"The partition you've selected to add as root (/) is physically located "
-"beyond\n"
-"the 1024th cylinder of the hard drive, and you have no /boot partition.\n"
-"If you plan to use the LILO boot manager, be careful to add a /boot partition"
-msgstr ""
-"Razdelek, ki ste ga izbrali kot korenskega (/), se fizino nahaja za\n"
-"1024-im cilindrom trdega diska in tudi razdelka /boot nimate.\n"
-"e nameravate uporabljati LILO, ne pozabite dodati /boot razdelka"
-
-#: ../../diskdrake.pm_.c:445
-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"
-msgstr ""
-"Za korenski (/) razdelek ste izbrali programski RAID razdelek.\n"
-"Nobeden zagonski nalagalnik ne bo deloval brez /boot razdelka.\n"
-"Ne pozabite dodati /boot razdelka"
+#: ../../diskdrake/interactive.pm_.c:417
+msgid "Create a new partition"
+msgstr "Ustvarjanje novega razdelka"
-#: ../../diskdrake.pm_.c:462 ../../diskdrake.pm_.c:464
-#, c-format
-msgid "Use ``%s'' instead"
-msgstr "Namesto tega uporabite ``%s''"
+#: ../../diskdrake/interactive.pm_.c:420
+msgid "Start sector: "
+msgstr "Zaetni sektor: "
-#: ../../diskdrake.pm_.c:468
-msgid "Use ``Unmount'' first"
-msgstr "Najprej uporabite ``Odklopi''"
+#: ../../diskdrake/interactive.pm_.c:422 ../../diskdrake/interactive.pm_.c:773
+msgid "Size in MB: "
+msgstr "Velikost v MB: "
-#: ../../diskdrake.pm_.c:469 ../../diskdrake.pm_.c:513
-#, c-format
-msgid ""
-"After changing type of partition %s, all data on this partition will be lost"
-msgstr ""
-"Po spremembi tipa razdelka %s, bodo vsi podatki na tem razdelku izgubljeni"
+#: ../../diskdrake/interactive.pm_.c:423 ../../diskdrake/interactive.pm_.c:774
+msgid "Filesystem type: "
+msgstr "Tip datotenega sistema: "
-#: ../../diskdrake.pm_.c:481
-msgid "Continue anyway?"
-msgstr "Naj nadaljujem?"
+#: ../../diskdrake/interactive.pm_.c:424
+#: ../../diskdrake/interactive.pm_.c:1034
+#: ../../diskdrake/interactive.pm_.c:1108
+msgid "Mount point: "
+msgstr "Toka priklopa:"
-#: ../../diskdrake.pm_.c:486
-msgid "Quit without saving"
-msgstr "Zapri brez zapisovanja sprememb"
+#: ../../diskdrake/interactive.pm_.c:428
+msgid "Preference: "
+msgstr "Lastnosti:"
-#: ../../diskdrake.pm_.c:486
-msgid "Quit without writing the partition table?"
-msgstr "Zapri brez zapisovanja razdelitvene tabele?"
+#: ../../diskdrake/interactive.pm_.c:472
+#, fuzzy
+msgid "Remove the loopback file?"
+msgstr "Formatiranje loopback datoteko %s"
-#: ../../diskdrake.pm_.c:516
+#: ../../diskdrake/interactive.pm_.c:497
msgid "Change partition type"
msgstr "Spremeni tip razdelka"
-#: ../../diskdrake.pm_.c:517
+#: ../../diskdrake/interactive.pm_.c:498 ../../diskdrake/removable.pm_.c:48
msgid "Which filesystem do you want?"
msgstr "Kateri datoteni sistem elite?"
-#: ../../diskdrake.pm_.c:520 ../../diskdrake.pm_.c:780
-msgid "You can't use ReiserFS for partitions smaller than 32MB"
-msgstr "ReiserFS ne morete uporabiti na razdelkih manjih od 32MB"
+#: ../../diskdrake/interactive.pm_.c:502
+msgid "Switching from ext2 to ext3"
+msgstr ""
-#: ../../diskdrake.pm_.c:537
+#: ../../diskdrake/interactive.pm_.c:532
#, c-format
msgid "Where do you want to mount loopback file %s?"
msgstr "Kam elite priklopiti loopback datoteko %s?"
-#: ../../diskdrake.pm_.c:538
+#: ../../diskdrake/interactive.pm_.c:533 ../../diskdrake/interactive.pm_.c:553
#, c-format
msgid "Where do you want to mount device %s?"
msgstr "Kam elite priklopiti napravo %s?"
-#: ../../diskdrake.pm_.c:542
+#: ../../diskdrake/interactive.pm_.c:539
msgid ""
"Can't unset mount point as this partition is used for loop back.\n"
"Remove the loopback first"
@@ -1599,226 +1800,437 @@ msgstr ""
"loopback.\n"
"Najprej odstranite loopback"
-#: ../../diskdrake.pm_.c:561
-#, c-format
-msgid "After formatting partition %s, all data on this partition will be lost"
-msgstr ""
-"Po formatiranju razdelka %s bodo vsi podatki na tem razdelku izgubljeni"
+#: ../../diskdrake/interactive.pm_.c:577
+msgid "Computing FAT filesystem bounds"
+msgstr "Raunanje mej FAT datotenega sistema"
-#: ../../diskdrake.pm_.c:563
-msgid "Formatting"
-msgstr "Formatiranje"
+#: ../../diskdrake/interactive.pm_.c:577 ../../diskdrake/interactive.pm_.c:636
+#: ../../install_interactive.pm_.c:130
+msgid "Resizing"
+msgstr "Spreminjanje velikosti"
-#: ../../diskdrake.pm_.c:564
-#, c-format
-msgid "Formatting loopback file %s"
-msgstr "Formatiranje loopback datoteko %s"
+#: ../../diskdrake/interactive.pm_.c:609
+#, fuzzy
+msgid "This partition is not resizeable"
+msgstr "Kateremu razdeleku elite spremeniti velikost?"
-#: ../../diskdrake.pm_.c:565 ../../install_steps_interactive.pm_.c:430
-#, c-format
-msgid "Formatting partition %s"
-msgstr "Formatiranje razdelka %s"
+#: ../../diskdrake/interactive.pm_.c:614
+msgid "All data on this partition should be backed-up"
+msgstr "Podatki na tem razdelku naj bodo arhivirani"
-#: ../../diskdrake.pm_.c:570
-msgid "After formatting all partitions,"
-msgstr "Po formatiranju vseh razdelkov,"
+#: ../../diskdrake/interactive.pm_.c:616
+#, c-format
+msgid "After resizing partition %s, all data on this partition will be lost"
+msgstr ""
+"Po spremembi velikosti razdelka %s bodo vsi podatki na tem razdelku "
+"izgubljeni"
-#: ../../diskdrake.pm_.c:570
-msgid "all data on these partitions will be lost"
-msgstr "bodo vsi podatki na teh razdelkih izgubljeni"
+#: ../../diskdrake/interactive.pm_.c:621
+msgid "Choose the new size"
+msgstr "Izberite novo velikost"
-#: ../../diskdrake.pm_.c:576
-msgid "Move"
-msgstr "Premakni"
+#: ../../diskdrake/interactive.pm_.c:622
+#, fuzzy
+msgid "New size in MB: "
+msgstr "Velikost v MB: "
-#: ../../diskdrake.pm_.c:577
+#: ../../diskdrake/interactive.pm_.c:675
msgid "Which disk do you want to move it to?"
msgstr "Na kateri disk elite premakniti?"
-#: ../../diskdrake.pm_.c:578
+#: ../../diskdrake/interactive.pm_.c:676
msgid "Sector"
msgstr "Sektor"
-#: ../../diskdrake.pm_.c:579
+#: ../../diskdrake/interactive.pm_.c:677
msgid "Which sector do you want to move it to?"
msgstr "Na kateri sektor elite premakniti?"
-#: ../../diskdrake.pm_.c:582
+#: ../../diskdrake/interactive.pm_.c:680
msgid "Moving"
msgstr "Premikanje"
-#: ../../diskdrake.pm_.c:582
+#: ../../diskdrake/interactive.pm_.c:680
msgid "Moving partition..."
msgstr "Premikanje razdelka..."
-#: ../../diskdrake.pm_.c:592
+#: ../../diskdrake/interactive.pm_.c:697
+msgid "Choose an existing RAID to add to"
+msgstr "Izberite obstoje RAID za dodajanje"
+
+#: ../../diskdrake/interactive.pm_.c:698 ../../diskdrake/interactive.pm_.c:716
+msgid "new"
+msgstr "nov"
+
+#: ../../diskdrake/interactive.pm_.c:714
+#, fuzzy
+msgid "Choose an existing LVM to add to"
+msgstr "Izberite obstoje RAID za dodajanje"
+
+#: ../../diskdrake/interactive.pm_.c:719
+msgid "LVM name?"
+msgstr ""
+
+#: ../../diskdrake/interactive.pm_.c:759
+msgid "This partition can't be used for loopback"
+msgstr "Ta razdelek ne more biti uporabljen za loopback"
+
+#: ../../diskdrake/interactive.pm_.c:771
+msgid "Loopback"
+msgstr "Loopback"
+
+#: ../../diskdrake/interactive.pm_.c:772
+msgid "Loopback file name: "
+msgstr "Ime loopback datoteke: "
+
+#: ../../diskdrake/interactive.pm_.c:777
+#, fuzzy
+msgid "Give a file name"
+msgstr "Pravo ime"
+
+#: ../../diskdrake/interactive.pm_.c:780
+msgid "File already used by another loopback, choose another one"
+msgstr "Datoteko e uporablja drug loopback, izberite drugo"
+
+#: ../../diskdrake/interactive.pm_.c:781
+msgid "File already exists. Use it?"
+msgstr "Datoteka e obstaja. Jo uporabim?"
+
+#: ../../diskdrake/interactive.pm_.c:804
+#, fuzzy
+msgid "Mount options"
+msgstr "Nastavitve modula:"
+
+#: ../../diskdrake/interactive.pm_.c:811
+msgid "Various"
+msgstr ""
+
+#: ../../diskdrake/interactive.pm_.c:874
+msgid "device"
+msgstr "naprava"
+
+#: ../../diskdrake/interactive.pm_.c:875
+msgid "level"
+msgstr "stopnja"
+
+#: ../../diskdrake/interactive.pm_.c:876
+msgid "chunk size"
+msgstr "velikost kosa"
+
+#: ../../diskdrake/interactive.pm_.c:891
+msgid "Be careful: this operation is dangerous."
+msgstr "Bodite previdni: Ta operacija je nevarna."
+
+#: ../../diskdrake/interactive.pm_.c:906
+msgid "What type of partitioning?"
+msgstr "Kateri tip razdelitve?"
+
+#: ../../diskdrake/interactive.pm_.c:924
+msgid ""
+"Sorry I won't accept to create /boot so far onto the drive (on a cylinder > "
+"1024).\n"
+"Either you use LILO and it won't work, or you don't use LILO and you don't "
+"need /boot"
+msgstr ""
+"Oprostite, vendar /boot ne morete ustvariti tako dale na pogonu (na "
+"cilinder > 1024).\n"
+"Ali boste uporabljali LILO, ki ne bo deloval ali pa ne boste uporabljali "
+"LILO, tako da /boot ne potrebujete"
+
+#: ../../diskdrake/interactive.pm_.c:928
+msgid ""
+"The partition you've selected to add as root (/) is physically located "
+"beyond\n"
+"the 1024th cylinder of the hard drive, and you have no /boot partition.\n"
+"If you plan to use the LILO boot manager, be careful to add a /boot partition"
+msgstr ""
+"Razdelek, ki ste ga izbrali kot korenskega (/), se fizino nahaja za\n"
+"1024-im cilindrom trdega diska in tudi razdelka /boot nimate.\n"
+"e nameravate uporabljati LILO, ne pozabite dodati /boot razdelka"
+
+#: ../../diskdrake/interactive.pm_.c:934
+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"
+msgstr ""
+"Za korenski (/) razdelek ste izbrali programski RAID razdelek.\n"
+"Nobeden zagonski nalagalnik ne bo deloval brez /boot razdelka.\n"
+"Ne pozabite dodati /boot razdelka"
+
+#: ../../diskdrake/interactive.pm_.c:954
#, c-format
msgid "Partition table of drive %s is going to be written to disk!"
msgstr "Razdelitvena tabela pogona %s bo zapisana na disk!"
-#: ../../diskdrake.pm_.c:594
+#: ../../diskdrake/interactive.pm_.c:958
msgid "You'll need to reboot before the modification can take place"
msgstr "Preden bodo obveljale spremembe morate ponovno zagnati raunalnik"
-#: ../../diskdrake.pm_.c:615
-msgid "Computing FAT filesystem bounds"
-msgstr "Raunanje mej FAT datotenega sistema"
+#: ../../diskdrake/interactive.pm_.c:969
+#, c-format
+msgid "After formatting partition %s, all data on this partition will be lost"
+msgstr ""
+"Po formatiranju razdelka %s bodo vsi podatki na tem razdelku izgubljeni"
-#: ../../diskdrake.pm_.c:615 ../../diskdrake.pm_.c:680
-#: ../../install_interactive.pm_.c:107
-msgid "Resizing"
-msgstr "Spreminjanje velikosti"
+#: ../../diskdrake/interactive.pm_.c:971
+msgid "Formatting"
+msgstr "Formatiranje"
+
+#: ../../diskdrake/interactive.pm_.c:972
+#, c-format
+msgid "Formatting loopback file %s"
+msgstr "Formatiranje loopback datoteko %s"
+
+#: ../../diskdrake/interactive.pm_.c:973
+#: ../../install_steps_interactive.pm_.c:465
+#, c-format
+msgid "Formatting partition %s"
+msgstr "Formatiranje razdelka %s"
-#: ../../diskdrake.pm_.c:643
+#: ../../diskdrake/interactive.pm_.c:984
+msgid "Hide files"
+msgstr ""
+
+#: ../../diskdrake/interactive.pm_.c:984
#, fuzzy
-msgid "This partition is not resizeable"
-msgstr "Kateremu razdeleku elite spremeniti velikost?"
+msgid "Move files to the new partition"
+msgstr "Premalo razpololjivega prostora za nov razdelek"
-#: ../../diskdrake.pm_.c:648
-msgid "All data on this partition should be backed-up"
-msgstr "Podatki na tem razdelku naj bodo arhivirani"
+#: ../../diskdrake/interactive.pm_.c:985
+#, c-format
+msgid ""
+"Directory %s already contain some data\n"
+"(%s)"
+msgstr ""
+
+#: ../../diskdrake/interactive.pm_.c:996
+#, fuzzy
+msgid "Moving files to the new partition"
+msgstr "Premalo razpololjivega prostora za nov razdelek"
-#: ../../diskdrake.pm_.c:650
+#: ../../diskdrake/interactive.pm_.c:1000
#, c-format
-msgid "After resizing partition %s, all data on this partition will be lost"
+msgid "Copying %s"
msgstr ""
-"Po spremembi velikosti razdelka %s bodo vsi podatki na tem razdelku "
-"izgubljeni"
-#: ../../diskdrake.pm_.c:660
-msgid "Choose the new size"
-msgstr "Izberite novo velikost"
+#: ../../diskdrake/interactive.pm_.c:1004
+#, fuzzy, c-format
+msgid "Removing %s"
+msgstr "Loljivost: %s\n"
-#: ../../diskdrake.pm_.c:660 ../../install_steps_graphical.pm_.c:287
-#: ../../install_steps_graphical.pm_.c:334
-msgid "MB"
-msgstr "MB"
+#: ../../diskdrake/interactive.pm_.c:1014
+#, c-format
+msgid "partition %s is now known as %s"
+msgstr ""
-#: ../../diskdrake.pm_.c:714
-msgid "Create a new partition"
-msgstr "Ustvarjanje novega razdelka"
+#: ../../diskdrake/interactive.pm_.c:1035
+#: ../../diskdrake/interactive.pm_.c:1094
+msgid "Device: "
+msgstr "Naprava:"
-#: ../../diskdrake.pm_.c:740
-msgid "Start sector: "
-msgstr "Zaetni sektor: "
+#: ../../diskdrake/interactive.pm_.c:1036
+#, c-format
+msgid "DOS drive letter: %s (just a guess)\n"
+msgstr "rka DOS pogona: %s (ugibanje)\n"
-#: ../../diskdrake.pm_.c:744 ../../diskdrake.pm_.c:819
-msgid "Size in MB: "
-msgstr "Velikost v MB: "
+#: ../../diskdrake/interactive.pm_.c:1040
+#: ../../diskdrake/interactive.pm_.c:1048
+#: ../../diskdrake/interactive.pm_.c:1112
+msgid "Type: "
+msgstr "Tip:"
-#: ../../diskdrake.pm_.c:747 ../../diskdrake.pm_.c:822
-msgid "Filesystem type: "
-msgstr "Tip datotenega sistema: "
+#: ../../diskdrake/interactive.pm_.c:1044
+#, fuzzy
+msgid "Name: "
+msgstr "Izberite strenik"
-#: ../../diskdrake.pm_.c:750
-msgid "Preference: "
-msgstr "Lastnosti:"
+#: ../../diskdrake/interactive.pm_.c:1052
+#, c-format
+msgid "Start: sector %s\n"
+msgstr "Zaetek: sektor %s\n"
-#: ../../diskdrake.pm_.c:798
-msgid "This partition can't be used for loopback"
-msgstr "Ta razdelek ne more biti uporabljen za loopback"
+#: ../../diskdrake/interactive.pm_.c:1053
+#, c-format
+msgid "Size: %s"
+msgstr "Velikost: %s"
-#: ../../diskdrake.pm_.c:808
-msgid "Loopback"
-msgstr "Loopback"
+#: ../../diskdrake/interactive.pm_.c:1055
+#, c-format
+msgid ", %s sectors"
+msgstr ", %s sektorjev"
-#: ../../diskdrake.pm_.c:818
-msgid "Loopback file name: "
-msgstr "Ime loopback datoteke: "
+#: ../../diskdrake/interactive.pm_.c:1057
+#, fuzzy, c-format
+msgid "Cylinder %d to %d\n"
+msgstr "Cilinder %d do cilinder %d\n"
-#: ../../diskdrake.pm_.c:844
-msgid "File already used by another loopback, choose another one"
-msgstr "Datoteko e uporablja drug loopback, izberite drugo"
+#: ../../diskdrake/interactive.pm_.c:1058
+msgid "Formatted\n"
+msgstr "Formatirano\n"
-#: ../../diskdrake.pm_.c:845
-msgid "File already exists. Use it?"
-msgstr "Datoteka e obstaja. Jo uporabim?"
+#: ../../diskdrake/interactive.pm_.c:1059
+msgid "Not formatted\n"
+msgstr "Neformatirano\n"
-#: ../../diskdrake.pm_.c:867 ../../diskdrake.pm_.c:883
-msgid "Select file"
-msgstr "Izberite datoteko"
+#: ../../diskdrake/interactive.pm_.c:1060
+msgid "Mounted\n"
+msgstr "Priklopljeno\n"
+
+#: ../../diskdrake/interactive.pm_.c:1061
+#, c-format
+msgid "RAID md%s\n"
+msgstr "RAID ms%s\n"
-#: ../../diskdrake.pm_.c:876
+#: ../../diskdrake/interactive.pm_.c:1063
+#, fuzzy, c-format
msgid ""
-"The backup partition table has not the same size\n"
-"Still continue?"
+"Loopback file(s):\n"
+" %s\n"
+msgstr "Datoteka(e) loopback: %s\n"
+
+#: ../../diskdrake/interactive.pm_.c:1064
+msgid ""
+"Partition booted by default\n"
+" (for MS-DOS boot, not for lilo)\n"
msgstr ""
-"Velikost varnostne kopije zagonske tabele nima enake velikosti\n"
-"Naj nadaljujem?"
+"Prevzet zagonski razdelek\n"
+" (za zagon MS-DOS, ne za lilo)\n"
-#: ../../diskdrake.pm_.c:884
-msgid "Warning"
-msgstr "Opozorilo"
+#: ../../diskdrake/interactive.pm_.c:1066
+#, c-format
+msgid "Level %s\n"
+msgstr "Stopnja %s\n"
+
+#: ../../diskdrake/interactive.pm_.c:1067
+#, c-format
+msgid "Chunk size %s\n"
+msgstr "Velikost kosa %s\n"
+
+#: ../../diskdrake/interactive.pm_.c:1068
+#, c-format
+msgid "RAID-disks %s\n"
+msgstr "RAID-diski %s\n"
-#: ../../diskdrake.pm_.c:885
+#: ../../diskdrake/interactive.pm_.c:1070
+#, c-format
+msgid "Loopback file name: %s"
+msgstr "Datoteka loopback: %s"
+
+#: ../../diskdrake/interactive.pm_.c:1073
msgid ""
-"Insert a floppy in drive\n"
-"All data on this floppy will be lost"
+"\n"
+"Chances are, this partition is\n"
+"a Driver partition, you should\n"
+"probably leave it alone.\n"
msgstr ""
-"Vstavite disketo v disketni pogon\n"
-"Vsi podatki na tej disketi bodo unieni"
-#: ../../diskdrake.pm_.c:896
-msgid "Trying to rescue partition table"
-msgstr "Reevanje razdelitvene tabele"
+#: ../../diskdrake/interactive.pm_.c:1076
+msgid ""
+"\n"
+"This special Bootstrap\n"
+"partition is for\n"
+"dual-booting your system.\n"
+msgstr ""
-#: ../../diskdrake.pm_.c:905
-msgid "device"
-msgstr "naprava"
+#: ../../diskdrake/interactive.pm_.c:1095
+#, c-format
+msgid "Size: %s\n"
+msgstr "Velikost: %s\n"
-#: ../../diskdrake.pm_.c:906
-msgid "level"
-msgstr "stopnja"
+#: ../../diskdrake/interactive.pm_.c:1096
+#, c-format
+msgid "Geometry: %s cylinders, %s heads, %s sectors\n"
+msgstr "Geometrija: %s cilindrov, %s glav, %s sektorjev\n"
-#: ../../diskdrake.pm_.c:907
-msgid "chunk size"
-msgstr "velikost kosa"
+#: ../../diskdrake/interactive.pm_.c:1097
+msgid "Info: "
+msgstr "Informacije: "
-#: ../../diskdrake.pm_.c:919
-msgid "Choose an existing RAID to add to"
-msgstr "Izberite obstoje RAID za dodajanje"
+#: ../../diskdrake/interactive.pm_.c:1098
+#, fuzzy, c-format
+msgid "LVM-disks %s\n"
+msgstr "RAID-diski %s\n"
-#: ../../diskdrake.pm_.c:920 ../../diskdrake.pm_.c:946
-msgid "new"
-msgstr "nov"
+#: ../../diskdrake/interactive.pm_.c:1099
+#, c-format
+msgid "Partition table type: %s\n"
+msgstr "Tip razdelitvene tabele: %s\n"
+
+#: ../../diskdrake/interactive.pm_.c:1100
+#, c-format
+msgid "on bus %d id %d\n"
+msgstr "na vodilu %d id %d\n"
+
+#: ../../diskdrake/interactive.pm_.c:1114
+#, c-format
+msgid "Options: %s"
+msgstr "Monosti: %s"
-#: ../../diskdrake.pm_.c:944
+#: ../../diskdrake/interactive.pm_.c:1130
#, fuzzy
-msgid "Choose an existing LVM to add to"
-msgstr "Izberite obstoje RAID za dodajanje"
+msgid "Filesystem encryption key"
+msgstr "Tip datotenega sistema: "
-#: ../../diskdrake.pm_.c:949
-msgid "LVM name?"
+#: ../../diskdrake/interactive.pm_.c:1131
+msgid "Choose your filesystem encryption key"
msgstr ""
-#: ../../diskdrake.pm_.c:976
-msgid "Removable media automounting"
+#: ../../diskdrake/interactive.pm_.c:1134
+#, c-format
+msgid "This encryption key is too simple (must be at least %d characters long)"
msgstr ""
-#: ../../diskdrake.pm_.c:977
-msgid "Rescue partition table"
-msgstr "Reevanje razdelitvene tabele"
+#: ../../diskdrake/interactive.pm_.c:1135
+#, fuzzy
+msgid "The encryption keys do not match"
+msgstr "Gesla se ne ujemata"
-#: ../../diskdrake.pm_.c:979
-msgid "Reload"
-msgstr "Naloi ponovno"
+#: ../../diskdrake/interactive.pm_.c:1138
+msgid "Encryption key"
+msgstr ""
+
+#: ../../diskdrake/interactive.pm_.c:1139
+msgid "Encryption key (again)"
+msgstr ""
+
+#: ../../diskdrake/removable.pm_.c:47
+#, fuzzy
+msgid "Change type"
+msgstr "Spremeni tip razdelka"
+
+#: ../../diskdrake/removable_gtk.pm_.c:28
+#, fuzzy
+msgid "Please click on a media"
+msgstr "Kliknite na razdelek"
-#: ../../fs.pm_.c:88 ../../fs.pm_.c:95 ../../fs.pm_.c:101 ../../fs.pm_.c:107
-#: ../../fs.pm_.c:113
+#: ../../diskdrake/smbnfs_gtk.pm_.c:165
+#, fuzzy
+msgid "Search servers"
+msgstr "Izberite strenik"
+
+#: ../../fs.pm_.c:485 ../../fs.pm_.c:495 ../../fs.pm_.c:499 ../../fs.pm_.c:503
+#: ../../fs.pm_.c:507 ../../fs.pm_.c:511
#, c-format
msgid "%s formatting of %s failed"
msgstr "%s formatiranje %s neuspeno"
-#: ../../fs.pm_.c:143
+#: ../../fs.pm_.c:548
#, c-format
msgid "I don't know how to format %s in type %s"
msgstr "Formatiranje %s s tipom %s ni poznano"
-#: ../../fs.pm_.c:230
-msgid "mount failed: "
-msgstr "priklop neuspeen: "
+#: ../../fs.pm_.c:620 ../../fs.pm_.c:649 ../../fs.pm_.c:655
+#, c-format
+msgid "mounting partition %s in directory %s failed"
+msgstr ""
-#: ../../fs.pm_.c:242
+#: ../../fs.pm_.c:640
+#, c-format
+msgid "fsck failed with exit code %d or signal %d"
+msgstr ""
+
+#: ../../fs.pm_.c:670 ../../partition_table.pm_.c:596
#, c-format
msgid "error unmounting %s: %s"
msgstr "napaka pri odklopu %s: %s"
@@ -1827,44 +2239,66 @@ msgstr "napaka pri odklopu %s: %s"
msgid "simple"
msgstr "preprosto"
+#: ../../fsedit.pm_.c:25
+msgid "with /usr"
+msgstr ""
+
#: ../../fsedit.pm_.c:30
msgid "server"
msgstr "strenik"
-#: ../../fsedit.pm_.c:262
+#: ../../fsedit.pm_.c:467
+msgid "You can't use JFS for partitions smaller than 16MB"
+msgstr "JFS ne morete uporabiti na razdelkih manjih od 16MB"
+
+#: ../../fsedit.pm_.c:468
+msgid "You can't use ReiserFS for partitions smaller than 32MB"
+msgstr "ReiserFS ne morete uporabiti na razdelkih manjih od 32MB"
+
+#: ../../fsedit.pm_.c:477
msgid "Mount points must begin with a leading /"
msgstr "Toke priklopa se morajo zaeti z /"
-#: ../../fsedit.pm_.c:265
+#: ../../fsedit.pm_.c:478
#, c-format
msgid "There is already a partition with mount point %s\n"
msgstr "Razdelek s toko priklopa %s e obstaja\n"
-#: ../../fsedit.pm_.c:273
-#, c-format
-msgid "Circular mounts %s\n"
-msgstr "Kroni priklopi %s\n"
-
-#: ../../fsedit.pm_.c:285
+#: ../../fsedit.pm_.c:482
#, c-format
msgid "You can't use a LVM Logical Volume for mount point %s"
msgstr ""
-#: ../../fsedit.pm_.c:286
+#: ../../fsedit.pm_.c:484
msgid "This directory should remain within the root filesystem"
msgstr "Da imenik bi naj ostal na korenskem datotenem sistemu"
-#: ../../fsedit.pm_.c:287
+#: ../../fsedit.pm_.c:486
msgid "You need a true filesystem (ext2, reiserfs) for this mount point\n"
msgstr ""
"Za to toko priklopa potrebujete pravi datoteni sistem(ext2, reiserfs)\n"
-#: ../../fsedit.pm_.c:369
+#: ../../fsedit.pm_.c:488
+#, fuzzy, c-format
+msgid "You can't use an encrypted file system for mount point %s"
+msgstr ""
+"Za to toko priklopa potrebujete pravi datoteni sistem(ext2, reiserfs)\n"
+
+#: ../../fsedit.pm_.c:546
+#, fuzzy
+msgid "Not enough free space for auto-allocating"
+msgstr "Premalo razpololjivega prostora za nov razdelek"
+
+#: ../../fsedit.pm_.c:548
+msgid "Nothing to do"
+msgstr ""
+
+#: ../../fsedit.pm_.c:612
#, c-format
msgid "Error opening %s for writing: %s"
msgstr "Napaka pri odpiranju %s za pisanje: %s"
-#: ../../fsedit.pm_.c:453
+#: ../../fsedit.pm_.c:697
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"
@@ -1872,1103 +2306,835 @@ msgstr ""
"Prilo je do napake - ni veljavnih naprav na katerih bi se lahko ustvaril "
"nov datoteni sistem. Preverite strojno opremo za moen vzrok problema"
-#: ../../fsedit.pm_.c:467
+#: ../../fsedit.pm_.c:720
msgid "You don't have any partitions!"
msgstr "Nimate razdelkov!"
-#: ../../help.pm_.c:9
-msgid ""
-"Please choose your preferred language for installation and system usage."
-msgstr "Izberite eljen jezik za namestitev in uporabo sistema."
-
-#: ../../help.pm_.c:12
-msgid ""
-"You need to accept the terms of the above license to continue installation.\n"
-"\n"
+#: ../../help.pm_.c:13
+msgid ""
+"GNU/Linux is a multiuser system, and this means that each user can have his\n"
+"own preferences, his own files and so on. You can read the ``User Guide''\n"
+"to learn more. But unlike \"root\", which is the administrator, the users\n"
+"you will add here will not be entitled to change anything except their own\n"
+"files and their own configuration. You will have to create at least one\n"
+"regular user for yourself. That account is where you should log in for\n"
+"routine use. Although it is very practical to log in as \"root\" everyday,\n"
+"it may also be very dangerous! The slightest mistake could mean that your\n"
+"system would not work any more. If you make a serious mistake as a regular\n"
+"user, you may only lose some information, but not the entire system.\n"
+"\n"
+"First, you have to enter your real name. This is not mandatory, of course\n"
+"as you can actually enter whatever you want. DrakX will then take the first\n"
+"word you have entered in the box and will bring it over to the \"User\n"
+"name\". This is the name this particular user will use to log onto the\n"
+"system. You can change it. You then have to enter a password here. A\n"
+"non-privileged (regular) user's password is not as crucial as \"root\"' one\n"
+"from a security point of view, but that is no reason to neglect it: after\n"
+"all, your files are at risk.\n"
+"\n"
+"If you click on \"Accept user\", you can then add as many as you want. Add\n"
+"a user for each one of your friends: your father or your sister, for\n"
+"example. When you finish adding all the users you want, select \"Done\".\n"
+"\n"
+"Clicking the \"Advanced\" button allows you to change the default \"shell\"\n"
+"for that user (bash by default)."
+msgstr ""
+
+#: ../../help.pm_.c:41
+msgid ""
+"Listed above are the existing Linux partitions detected on your hard drive.\n"
+"You can keep the choices made by the wizard, they are good for most common\n"
+"installations. If you make any changes, you must at least define a root\n"
+"partition (\"/\"). Do not choose too small a partition or you will not be\n"
+"able to install enough software. If you want to store your data on a\n"
+"separate partition, you will also need to create a partition for \"/home\"\n"
+"(only possible if you have more than one Linux partition available).\n"
+"\n"
+"Each partition is listed as follows: \"Name\", \"Capacity\".\n"
+"\n"
+"\"Name\" is structured: \"hard drive type\", \"hard drive number\",\n"
+"\"partition number\" (for example, \"hda1\").\n"
"\n"
-"Please click on \"Accept\" if you agree with its terms.\n"
+"\"Hard drive type\" is \"hd\" if your hard drive is an IDE hard drive and\n"
+"\"sd\" if it is a SCSI hard drive.\n"
"\n"
+"\"Hard drive number\" is always a letter after \"hd\" or \"sd\". For IDE\n"
+"hard drives:\n"
"\n"
-"Please click on \"Refuse\" if you disagree with its terms. Installation will "
-"end without modifying your current\n"
-"configuration."
-msgstr ""
-"Za nadaljevanje namestitve morate sprejeti pogoje zgornje licence.\n"
+" * \"a\" means \"master hard drive on the primary IDE controller\";\n"
"\n"
+" * \"b\" means \"slave hard drive on the primary IDE controller\";\n"
"\n"
-"Kliknite na \"Sprejmem\", e se strinjate z pogoji.\n"
+" * \"c\" means \"master hard drive on the secondary IDE controller\";\n"
"\n"
+" * \"d\" means \"slave hard drive on the secondary IDE controller\".\n"
"\n"
-"Kliknite na \"Ne sprejmem\", e se ne strinjate z pogoji. Namestitev se bo "
-"konala brez sprememb na sistemu."
-
-#: ../../help.pm_.c:22
-msgid "Choose the layout corresponding to your keyboard from the list above"
-msgstr "Izberite iz seznama razpored, ki ustreza vai tipkovnici"
+"With SCSI hard drives, an \"a\" means \"lowest SCSI ID\", a \"b\" means\n"
+"\"second lowest SCSI ID\", etc."
+msgstr ""
-#: ../../help.pm_.c:25
+#: ../../help.pm_.c:72
msgid ""
-"If you wish other languages (than the one you choose at\n"
-"beginning of installation) will be available after installation, please "
-"chose\n"
-"them in list above. If you want select all, you just need to select \"All\"."
+"The Mandrake Linux installation is spread out over several CD-ROMs. DrakX\n"
+"knows if a selected package is located on another CD-ROM and will eject the\n"
+"current CD and ask you to insert a different one as required."
msgstr ""
-"e elite, da bodo po namestitvi na voljo tudi drugi jeziki\n"
-"(zraven jezika, ki ste ga izbrali na zaetku namestitve), jih izberite\n"
-"s spodnjem seznamu. e elite izbrati vse pritisnite \"Vse\"."
-#: ../../help.pm_.c:30
-#, fuzzy
+#: ../../help.pm_.c:77
msgid ""
-"Please choose \"Install\" if there are no previous version of Linux-"
-"Mandrake\n"
-"installed or if you wish to use several operating systems.\n"
-"\n"
-"\n"
-"Please choose \"Update\" if you wish to update an already installed version "
-"of Linux-Mandrake.\n"
-"\n"
+"It is now time to specify which programs you wish to install on your\n"
+"system. There are thousands of packages available for Mandrake Linux, and\n"
+"you are not supposed to know them all by heart.\n"
"\n"
-"Depend of your knowledge in GNU/Linux, you can choose one of the following "
-"levels to install or update your\n"
-"Linux-Mandrake operating system:\n"
+"If you are performing a standard installation from a CD-ROM, you will first\n"
+"be asked to specify the CDs you currently have (in Expert mode only). Check\n"
+"the CD labels and highlight the boxes corresponding to the CDs you have\n"
+"available for installation. Click \"OK\" when you are ready to continue.\n"
"\n"
-"\t* Recommended: if you have never installed a GNU/Linux operating system "
-"choose this. Installation will be\n"
-"\t be very easy and you will be asked only on few questions.\n"
+"Packages are sorted in groups corresponding to a particular use of your\n"
+"machine. The groups themselves are sorted into four sections:\n"
"\n"
+" * \"Workstation\": if you plan to use your machine as a workstation, "
+"select\n"
+"one or more of the corresponding groups;\n"
"\n"
-"\t* Customized: if you are familiar enough with GNU/Linux, you may choose "
-"the primary usage (workstation, server,\n"
-"\t development) of your system. You will need to answer to more questions "
-"than in \"Recommended\" installation\n"
-"\t class, so you need to know how GNU/Linux works to choose this "
-"installation class.\n"
-"\n"
-"\n"
-"\t* Expert: if you have a good knowledge in GNU/Linux, you can choose this "
-"installation class. As in \"Customized\"\n"
-"\t installation class, you will be able to choose the primary usage "
-"(workstation, server, development). Be very\n"
-"\t careful before choose this installation class. You will be able to "
-"perform a higly customized installation.\n"
-"\t Answer to some questions can be very difficult if you haven't a good "
-"knowledge in GNU/Linux. So, don't choose\n"
-"\t this installation class unless you know what you are doing."
-msgstr ""
-"Izberite \"Namestitev\", e nimate nameene e nobene razliice Linux-"
-"Mandrake\n"
-"ali e elite uporabljati ve operacijskih sistemov.\n"
+" * \"Development\": if your machine is to be used for programming, choose\n"
+"the desired group(s);\n"
"\n"
+" * \"Server\": if your machine is intended to be a server, you will be able\n"
+"to select which of the most common services you wish to install on your\n"
+"machine;\n"
"\n"
-"Izberite \"Nadgradnja\", e elite nadgraditi e obstojeo razliico Linux-"
-"Mandrake.\n"
+" * \"Graphical Environment\": finally, this is where you will choose your\n"
+"preferred graphical environment. At least one must be selected if you want\n"
+"to have a graphical workstation!\n"
"\n"
+"Moving the mouse cursor over a group name will display a short explanatory\n"
+"text about that group. If you deselect all groups when performing a regular\n"
+"installation (by opposition to an upgrade), a dialog will pop up proposing\n"
+"different options for a minimal installation:\n"
"\n"
-"Glede na vae znanje o sistemu GNU/Linux, lahko izbirate med naslednjimi "
-"razredi namestitve ali nadgradnje\n"
-"operacijskega sistema Linux-Mandrake:\n"
+" * \"With X\": install the fewer packages possible to have a working\n"
+"graphical desktop;\n"
"\n"
-"\t* Priporoeno: e niste e nikdar nameali operacijskega sistema GNU/"
-"Linux izberite to monost. Namestitev bo preprosta,\n"
-"\t odgovoriti boste morali samo na nekaj vpraanj.\n"
+" * \"With basic documentation\": installs the base system plus basic\n"
+"utilities and their documentation. This installation is suitable for\n"
+"setting up a server;\n"
"\n"
+" * \"Truly minimal install\": will install the strict minimum necessary to\n"
+"get a working Linux system, in command line only. This installation is\n"
+"about 65Mb large.\n"
"\n"
-"\t* Prilagojeno: e poznate operacijski sistem GNU/Linux, lahko izberete "
-"primarni namen uporabe (delovna postaja,\n"
-"\t strenik, razvoj) vaega sistema. Odgovoriti boste morali na ve "
-"vpraanj kot pri namestitvi \"Priporoeno\",\n"
-"\t tako da morate za izbiro te namestitvene monosti poznati operacijski "
-"sistem GNU/Linux.\n"
-" \n"
+"You can check the \"Individual package selection\" box, which is useful if\n"
+"you are familiar with the packages being offered or if you want to have\n"
+"total control over what will be installed.\n"
"\n"
-"\t* Napredno: e zelo dobro poznate operacijski sistem GNU/Linux, lahko "
-"izberete to monost. Kot pri namestitvi \n"
-"\t \"Prilagojeno\", boste lahko tudi tukaj izbrali primarni namen uporabe "
-"(delovna postaja, strenik, razvoj). \n"
-"\t Bodite pazljivi pri izbiri te namestitve. Namestili boste posebej visoko "
-"prilagojeno namestitev.\n"
-"\t Odgovori na nekatera vpraanja so lahko teavni, e nimate dovolj znanja "
-"o sistemu GNU/Linux. Ne izberite\n"
-"\t tega razreda, razen e veste kaj ponete."
+"If you started the installation in \"Upgrade\" mode, you can unselect all\n"
+"groups to avoid installing any new package. This is useful for repairing or\n"
+"updating an existing system."
+msgstr ""
-#: ../../help.pm_.c:56
+#: ../../help.pm_.c:128
msgid ""
-"Select:\n"
+"Finally, depending on whether or not you selected individual packages, you\n"
+"will be presented a tree containing all packages classified by groups and\n"
+"subgroups. While browsing the tree, you can select entire groups,\n"
+"subgroups, or individual packages.\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"
+"Whenever you select a package on the tree, a description appears on the\n"
+"right. When your selection is finished, click the \"Install\" button which\n"
+"will then launch the installation process. Depending on the speed of your\n"
+"hardware and the number of packages that need to be installed, it may take\n"
+"a while to complete the process. An estimate of the time it will take to\n"
+"install everything is displayed on the screen, to help you gauge if there\n"
+"is sufficient time to enjoy a cup of coffee.\n"
"\n"
+"!! If a server package has been selected, either intentionally or because\n"
+"it was part of a whole group, you will be asked to confirm that you really\n"
+"want those servers to be installed. Under Mandrake Linux, any installed\n"
+"servers are started by default at boot time. Even if they are safe and have\n"
+"no known issues at the time the distribution was shipped, it may happen\n"
+"that security holes are discovered after this version of Mandrake Linux was\n"
+"finalized. If you do not know what a particular service is supposed to do\n"
+"or why it is being installed, then click \"No\". Clicking \"Yes\" will\n"
+"install the listed services and they will be started automatically by\n"
+"default. !!\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!"
-msgstr ""
-"Izberite:\n"
-"\n"
-" - Prilagojeno: e ste dovolj seznanjeni z GNU/Linux-om lahko izberete\n"
-" primaren namen uporabe sistema. Glejte spodaj za podrobnosti.\n"
+"The \"Automatic dependencies\" option simply disables the warning dialog\n"
+"which appears whenever the installer automatically selects a package. This\n"
+"occurs because it has determined that it needs to satisfy a dependency with\n"
+"another package in order to successfully complete the installation.\n"
"\n"
-"\n"
-" - Napredno: Priporoeno samo e ste z GNU/Linux-om zelo dobro seznanjeni\n"
-" in elite opraviti visoko prilagojeno namestitev. Tudi tukaj boste lahko\n"
-" izbrali primaren namen uporabe sistema.\n"
-" IZBERITE TO MONOST, E RESNINO VESTE KAJ DELATE!"
+"The tiny floppy disk icon at the bottom of the list allows to load the\n"
+"package list chosen during a previous installation. Clicking on this icon\n"
+"will ask you to insert a floppy disk previously created at the end of\n"
+"another installation. See the second tip of last step on how to create such\n"
+"a floppy."
+msgstr ""
-#: ../../help.pm_.c:68
+#: ../../help.pm_.c:164
msgid ""
-"You must now define your machine usage. Choices are:\n"
+"You are now proposed to set up your Internet/network connection. If you\n"
+"wish to connect your computer to the Internet or to a local network, click\n"
+"\"OK\". The autodetection of network devices and modem will be launched. If\n"
+"this detection fails, uncheck the \"Use auto detection\" box next time. You\n"
+"may also choose not to configure the network, or do it later; in that case,\n"
+"simply click the \"Cancel\" button.\n"
"\n"
-"\t* Workstation: this the ideal choice if you intend to use your machine "
-"primarily for everyday use, at office or\n"
-"\t at home.\n"
+"Available connections are: traditional modem, ISDN modem, ADSL connection,\n"
+"cable modem, and finally a simple LAN connection (Ethernet).\n"
"\n"
+"Here, we will not detail each configuration. Simply make sure that you have\n"
+"all the parameters from your Internet Service Provider or system\n"
+"administrator.\n"
"\n"
-"\t* Development: if you intend to use your machine primarily for software "
-"development, it is the good choice. You\n"
-"\t will then have a complete collection of software installed in order to "
-"compile, debug and format source code,\n"
-"\t or create software packages.\n"
+"You can consult the ``User Guide'' chapter about Internet connections for\n"
+"details about the configuration, or simply wait until your system is\n"
+"installed and use the program described there to configure your connection.\n"
"\n"
-"\n"
-"\t* Server: if you intend to use this machine as a server, it is the good "
-"choice. Either a file server (NFS or\n"
-"\t SMB), a print server (Unix style or Microsoft Windows style), an "
-"authentication server (NIS), a database\n"
-"\t server and so on. As such, do not expect any gimmicks (KDE, GNOME, etc.) "
-"to be installed."
+"If you wish to configure the network later after installation, or if you\n"
+"are finished configuring your network connection, click \"Cancel\"."
msgstr ""
-"Sedaj morate izbrati namen uporabe sistema. Monosti so:\n"
-"\n"
-"\t* Delovna postaja: izberite, e boste uporabljali sistem predvsem za "
-"vsakodnevno uporabo\n"
-"\t doma ali v pisarni.\n"
-"\n"
-"\n"
-"\t* Razvoj: e boste sistem uporabljali predvsem za razvoj programske "
-"opreme, je to dobra izbira. Nameena\n"
-"\t bo celotna zbirka programske opreme za prevajanje, razhroevanje in "
-"oblikovanje izvorne kode in\n"
-"\t ustvarjanje programskih paketov.\n"
-"\n"
-"\n"
-"\t* Strenik: e boste sistem uporabljali kot strenik, je to dobra izbira. "
-"Namestili boste lahko datoteni\n"
-"\t strenik (NFS ali SMB), tiskalniki strenik (Unix ali Microsoft Okna), "
-"overitveni strenik (NIS), podatkovni\n"
-"\t strenik itd.. Ne priakuje namestitve nobenih dodatnih stvari (KDE, "
-"GNOME, ipd.)."
-#: ../../help.pm_.c:84
+#: ../../help.pm_.c:186
+#, fuzzy
msgid ""
-"DrakX will attempt to look for PCI SCSI adapter(s). If DrakX\n"
-"finds an SCSI adapter and knows which driver to use, it will be "
-"automatically\n"
-"installed.\n"
-"\n"
-"\n"
-"If you have no SCSI adapter, an ISA SCSI adapter or a PCI SCSI adapter that\n"
-"DrakX doesn't recognize, you will be asked if a SCSI adapter is present in "
-"your\n"
-"system. If there is no adapter present, you can click on \"No\". If you "
-"click on\n"
-"\"Yes\", a list of drivers will be presented from which you can select your\n"
-"specific adapter.\n"
-"\n"
+"You may now choose which services you wish to start at boot time.\n"
"\n"
-"If you have to manually specify your adapter, DrakX will ask if you want to\n"
-"specify options for it. You should allow DrakX to probe the hardware for "
-"the\n"
-"options. This usually works well.\n"
+"Here are presented all the services available with the current\n"
+"installation. Review them carefully and uncheck those which are not always\n"
+"needed at boot time.\n"
"\n"
+"You can get a short explanatory text about a service by selecting a\n"
+"specific service. However, if you are not sure whether a service is useful\n"
+"or not, it is safer to leave the default behavior.\n"
"\n"
-"If not, you will need to provide options to the driver. Please review the "
-"User\n"
-"Guide (chapter 3, section \"Collective informations on your hardware) for "
-"hints\n"
-"on retrieving this information from hardware documentation, from the\n"
-"manufacturer's Web site (if you have Internet access) or from Microsoft "
-"Windows\n"
-"(if you have it on your system)."
+"!! At this stage, be very careful if you intend to use your machine as a\n"
+"server: you will probably not want to start any services which you do not\n"
+"need. Please remember that several services can be dangerous if they are\n"
+"enabled on a server. In general, select only the services you really need.\n"
+"!!"
msgstr ""
-"DrakX bo sedaj poskual poiskati PCI SCSI krmilnik(e). \n"
-"e bo najden kaken SCSI krmilnik in prepoznan gonilnik zanj, bo gonilnik\n"
-"samodejno nameen.\n"
-"\n"
-"\n"
-"e nimate SCSI krmilnikov ali imate ISA ali PCI SCSI krmilnik, ki ga DrakX\n"
-"ne prepozna, boste vpraani, e imate v sistemu kaken SCSI krmilnik. e v\n"
-"sistemu nimate SCSI krmilnikov pritisnite \"Ne\". e boste pritisnili \"Da\" "
-"se\n"
-"vam bo odprl seznam gonilnikov, iz katerega lahko izberete krmilnik.\n"
-"\n"
-"\n"
-"e boste rono izbrali gonilnik, vas bo DrakX vpraal e elite doloiti\n"
-"nastavitve zanj. Dovolite DrakX-u, da jih poskusi nastaviti samodejno.\n"
-"\n"
+"Sedaj lahko izberete servise, ki se naj zaenejo pri zagonu. Ko boste z\n"
+"miko nad servisom, se vam bo prikazal balonek s pomojo, ki opisuje\n"
+"vlogo posameznega servisa.\n"
"\n"
-"e tega ne boste izbrali, boste morali nastavitve vnesti sami. Poglejte v\n"
-"uporabniki prironik (poglavje 3, razdelek \"Collective informations on "
-"your hardware)\n"
-"za nasvete, kako pridobiti to informacijo iz dokumentacije strojne opreme,\n"
-"spletne strani proizvajalca (e imate dostop do internet-a) ali Microsoft "
-"Oken\n"
-"(e jih imate nameena)."
+"Bodite posebej pozorni pri tem koraku, e boste raunalnik uporabljali kot\n"
+"strenik: verjetno ne boste eleli poganjati servisov, ki jih ne elite."
-#: ../../help.pm_.c:108
+#: ../../help.pm_.c:203
msgid ""
-"At this point, you need to choose where to install your\n"
-"Linux-Mandrake operating system on your hard drive. If it is empty or if an\n"
-"existing operating system uses all the space available on it, you need to\n"
-"partition it. Basically, partitioning a hard drive consists of logically\n"
-"dividing it to create space to install your new Linux-Mandrake system.\n"
-"\n"
-"\n"
-"Because the effects of the partitioning process are usually irreversible,\n"
-"partitioning can be intimidating and stressful if you are an inexperienced "
-"user.\n"
-"This wizard simplifies this process. Before beginning, please consult the "
-"manual\n"
-"and take your time.\n"
-"\n"
-"\n"
-"You need at least two partitions. One is for the operating system itself and "
-"the\n"
-"other is for the virtual memory (also called Swap).\n"
-"\n"
-"\n"
-"If partitions have been already defined (from a previous installation or "
-"from\n"
-"another partitioning tool), you just need choose those to use to install "
-"your\n"
-"Linux system.\n"
-"\n"
-"\n"
-"If partitions haven't been already defined, you need to create them. \n"
-"To do that, use the wizard available above. Depending of your hard drive\n"
-"configuration, several solutions can be available:\n"
-"\n"
-"\t* Use existing partition: the wizard has detected one or more existing "
-"Linux partitions on your hard drive. If\n"
-"\t you want to keep them, choose this option. \n"
-"\n"
-"\n"
-"\t* Erase entire disk: if you want delete all data and all partitions "
-"present on your hard drive and replace them by\n"
-"\t your new Linux-Mandrake system, you can choose this option. Be careful "
-"with this solution, you will not be\n"
-"\t able to revert your choice after confirmation.\n"
-"\n"
-"\n"
-"\t* Use the free space on the Windows partition: if Microsoft Windows is "
-"installed on your hard drive and takes\n"
-"\t all space available on it, you have to create free space for Linux data. "
-"To do that you can delete your\n"
-"\t Microsoft Windows partition and data (see \"Erase entire disk\" or "
-"\"Expert mode\" solutions) or resize your\n"
-"\t Microsoft Windows partition. Resizing can be performed without loss of "
-"any data. This solution is\n"
-"\t recommended if you want use both Linux-Mandrake and Microsoft Windows on "
-"same computer.\n"
+"GNU/Linux manages time in GMT (Greenwich Mean Time) and translates it in\n"
+"local time according to the time zone you selected. It is however possible\n"
+"to deactivate this by deselecting \"Hardware clock set to GMT\" so that the\n"
+"hardware clock is the same as the system clock. This is useful when the\n"
+"machine is hosting another operating system like Windows.\n"
"\n"
-"\n"
-"\t Before choosing this solution, please understand that the size of your "
-"Microsoft\n"
-"\t Windows partition will be smaller than at present time. It means that "
-"you will have less free space under\n"
-"\t Microsoft Windows to store your data or install new software.\n"
-"\n"
-"\n"
-"\t* Expert mode: if you want to partition manually your hard drive, you can "
-"choose this option. Be careful before\n"
-"\t choosing this solution. It is powerful but it is very dangerous. You can "
-"lose all your data very easily. So,\n"
-"\t don't choose this solution unless you know what you are doing."
+"The \"Automatic time synchronization\" option will automatically regulate\n"
+"the clock by connecting to a remote time server on the Internet. In the\n"
+"list that is presented, choose a server located near you. Of course you\n"
+"must have a working Internet connection for this feature to work. It will\n"
+"actually install on your machine a time server which can be optionally used\n"
+"by other machines on your local network."
msgstr ""
-#: ../../help.pm_.c:160
+#: ../../help.pm_.c:217
msgid ""
-"At this point, you need to choose what\n"
-"partition(s) to use to install your new Linux-Mandrake system. If "
-"partitions\n"
-"have been already defined (from a previous installation of GNU/Linux or "
-"from\n"
-"another partitioning tool), you can use existing partitions. In other "
-"cases,\n"
-"hard drive partitions must be defined.\n"
-"\n"
-"\n"
-"To create partitions, you must first select a hard drive. You can select "
-"the\n"
-"disk for partitioning by clicking on \"hda\" for the first IDE drive, \"hdb"
-"\" for\n"
-"the second or \"sda\" for the first SCSI drive and so on.\n"
-"\n"
-"\n"
-"To partition the selected hard drive, you can use these options:\n"
-"\n"
-" * Clear all: this option deletes all partitions available on the selected "
-"hard drive.\n"
-"\n"
-"\n"
-" * Auto allocate: this option allows you to automatically create Ext2 and "
-"swap partitions in free space of your\n"
-" hard drive.\n"
-"\n"
-"\n"
-" * Rescue partition table: if your partition table is damaged, you can try "
-"to recover it using this option. Please\n"
-" be careful and remember that it can fail.\n"
-"\n"
-"\n"
-" * Undo: you can use this option to cancel your changes.\n"
-"\n"
-"\n"
-" * Reload: you can use this option if you wish to undo all changes and "
-"load your initial partitions table\n"
+"X (for X Window System) is the heart of the GNU/Linux graphical interface\n"
+"on which all the graphical environments (KDE, GNOME, AfterStep,\n"
+"WindowMaker, etc.) bundled with Mandrake Linux rely. In this section, DrakX\n"
+"will try to configure X automatically.\n"
"\n"
+"It is extremely rare for it to fail, unless the hardware is very old (or\n"
+"very new). If it succeeds, it will start X automatically with the best\n"
+"resolution possible, depending on the size of the monitor. A window will\n"
+"then appear and ask you if you can see it.\n"
"\n"
-" * Wizard: If you wish to use a wizard to partition your hard drive, you "
-"can use this option. It is recommended if\n"
-" you do not have a good knowledge in partitioning.\n"
+"If you are doing an \"Expert\" installation, you will enter the X\n"
+"configuration wizard. See the corresponding section of the manual for more\n"
+"information about this wizard.\n"
"\n"
-"\n"
-" * Restore from floppy: if you have saved your partition table on a floppy "
-"during a previous installation, you can\n"
-" recover it using this option.\n"
-"\n"
-"\n"
-" * Save on floppy: if you wish to save your partition table on a floppy to "
-"be able to recover it, you can use this\n"
-" option. It is strongly recommended to use this option\n"
-"\n"
-"\n"
-" * Done: when you have finished partitioning your hard drive, use this "
-"option to save your changes.\n"
-"\n"
-"\n"
-"For information, you can reach any option using the keyboard: navigate "
-"trough the partitions using Tab and Up/Down arrows.\n"
-"\n"
-"\n"
-"When a partition is selected, you can use:\n"
-"\n"
-" * Ctrl-c to create a new partition (when a empty partition is "
-"selected)\n"
-"\n"
-" * Ctrl-d to delete a partition\n"
-"\n"
-" * Ctrl-m to set the mount point\n"
-" \n"
-"\n"
-" \n"
-"If you are installing on a PPC Machine, you will want to create a small HFS "
-"'bootstrap' partition of at least 1MB for use\n"
-"by the yaboot bootloader. If you opt to make the partition a bit larger, say "
-"50MB, you may find it a useful place to store \n"
-"a spare kernel and ramdisk image for emergency boot situations."
+"If you can see the message during the test, and answer \"Yes\", then DrakX\n"
+"will proceed to the next step. If you cannot see the message, it simply\n"
+"means that the configuration was wrong and the test will automatically end\n"
+"after 10 seconds, restoring the screen."
msgstr ""
-#: ../../help.pm_.c:224
+#: ../../help.pm_.c:237
msgid ""
-"Above are listed the existing Linux partitions detected on\n"
-"your hard drive. You can keep choices make by the wizard, they are good for "
-"a\n"
-"common usage. If you change these choices, you must at least define a root\n"
-"partition (\"/\"). Don't choose a too little partition or you will not be "
-"able\n"
-"to install enough software. If you want store your data on a separate "
-"partition,\n"
-"you need also to choose a \"/home\" (only possible if you have more than "
-"one\n"
-"Linux partition available).\n"
+"The first time you try the X configuration, you may not be very satisfied\n"
+"with its display (screen is too small, shifted left or right...). Hence,\n"
+"even if X starts up correctly, DrakX then asks you if the configuration\n"
+"suits you. It will also propose to change it by displaying a list of valid\n"
+"modes it could find, asking you to select one.\n"
"\n"
-"\n"
-"For information, each partition is listed as follows: \"Name\", \"Capacity"
-"\".\n"
-"\n"
-"\n"
-"\"Name\" is coded as follow: \"hard drive type\", \"hard drive number\",\n"
-"\"partition number\" (for example, \"hda1\").\n"
-"\n"
-"\n"
-"\"Hard drive type\" is \"hd\" if your hard drive is an IDE hard drive and "
-"\"sd\"\n"
-"if it is an SCSI hard drive.\n"
-"\n"
-"\n"
-"\"Hard drive number\" is always a letter after \"hd\" or \"sd\". With IDE "
-"hard drives:\n"
-"\n"
-" * \"a\" means \"master hard drive on the primary IDE controller\",\n"
-"\n"
-" * \"b\" means \"slave hard drive on the primary IDE controller\",\n"
-"\n"
-" * \"c\" means \"master hard drive on the secondary IDE controller\",\n"
-"\n"
-" * \"d\" means \"slave hard drive on the secondary IDE controller\".\n"
-"\n"
-"\n"
-"With SCSI hard drives, a \"a\" means \"primary hard drive\", a \"b\" means "
-"\"secondary hard drive\", etc..."
+"As a last resort, if you still cannot get X to work, choose \"Change\n"
+"graphics card\", select \"Unlisted card\", and when prompted on which\n"
+"server, choose \"FBDev\". This is a failsafe option which works with any\n"
+"modern graphics card. Then choose \"Test again\" to be sure."
msgstr ""
-#: ../../help.pm_.c:258
+#: ../../help.pm_.c:249
msgid ""
-"Choose the hard drive you want to erase to install your\n"
-"new Linux-Mandrake partition. Be careful, all data present on it will be "
-"lost\n"
-"and will not be recoverable."
+"Finally, you will be asked whether you want to see the graphical interface\n"
+"at boot. Note this question will be asked even if you chose not to test the\n"
+"configuration. Obviously, you want to answer \"No\" if your machine is to\n"
+"act as a server, or if you were not successful in getting the display\n"
+"configured."
msgstr ""
-#: ../../help.pm_.c:263
+#: ../../help.pm_.c:256
msgid ""
-"Click on \"OK\" if you want to delete all data and\n"
-"partitions present on this hard drive. Be careful, after clicking on \"OK\", "
-"you\n"
-"will not be able to recover any data and partitions present on this hard "
-"drive,\n"
-"including any Windows data.\n"
+"The Mandrake LinuxCD-ROM has a built-in rescue mode. You can access it by\n"
+"booting from the CD-ROM, press the >>F1<< key at boot and type >>rescue<<\n"
+"at the prompt. But in case your computer cannot boot from the CD-ROM, you\n"
+"should come back to this step for help in at least two situations:\n"
"\n"
+" * when installing the bootloader, DrakX will rewrite the boot sector (MBR)\n"
+"of your main disk (unless you are using another boot manager), to allow you\n"
+"to start up with either Windows or GNU/Linux (assuming you have Windows in\n"
+"your system). If you need to reinstall Windows, the Microsoft install\n"
+"process will rewrite the boot sector, and then you will not be able to\n"
+"start GNU/Linux!\n"
"\n"
-"Click on \"Cancel\" to cancel this operation without losing any data and\n"
-"partitions present on this hard drive."
+" * if a problem arises and you cannot start up GNU/Linux from the hard "
+"disk,\n"
+"this floppy disk will be the only means of starting up GNU/Linux. It\n"
+"contains a fair number of system tools for restoring a system, which has\n"
+"crashed due to a power failure, an unfortunate typing error, a typo in a\n"
+"password, or any other reason.\n"
+"\n"
+"When you click on this step, you will be asked to enter a disk inside the\n"
+"drive. The floppy disk you will insert must be empty or contain data which\n"
+"you do not need. You will not have to format it since DrakX will rewrite\n"
+"the whole disk."
msgstr ""
-#: ../../help.pm_.c:273
+#: ../../help.pm_.c:280
msgid ""
-"More than one Microsoft Windows partition have been\n"
-"detected on your hard drive. Please choose the one you want resize to "
-"install\n"
-"your new Linux-Mandrake operating system.\n"
-"\n"
+"At this point, you need to choose where you want to install the Mandrake\n"
+"Linux operating system on your hard drive. If your hard drive is empty or\n"
+"if an existing operating system is using all the available space, you will\n"
+"need to partition it. Basically, partitioning a hard drive consists of\n"
+"logically dividing it to create space to install your new Mandrake Linux\n"
+"system.\n"
"\n"
-"For information, each partition is listed as follow; \"Linux name\", "
-"\"Windows\n"
-"name\" \"Capacity\".\n"
+"Because the partitioning process' effects are usually irreversible,\n"
+"partitioning can be intimidating and stressful if you are an inexperienced\n"
+"user. Fortunately, there is a wizard which simplifies this process. Before\n"
+"beginning, please consult the manual and take your time.\n"
"\n"
-"\"Linux name\" is coded as follow: \"hard drive type\", \"hard drive number"
-"\",\n"
-"\"partition number\" (for example, \"hda1\").\n"
+"If you are running the installation in Expert mode, you will enter\n"
+"DiskDrake, the Mandrake Linux partitioning tool, which allows you to\n"
+"fine-tune your partitions. See the DiskDrake section in the ``User Guide''.\n"
+"From the installation interface, you can use the wizards as described here\n"
+"by clicking the dialog's \"Wizard\" button.\n"
"\n"
+"If partitions have already been defined, either from a previous\n"
+"installation or from another partitioning tool, simply select those to\n"
+"install your Linux system.\n"
"\n"
-"\"Hard drive type\" is \"hd\" if your hard dive is an IDE hard drive and \"sd"
-"\"\n"
-"if it is an SCSI hard drive.\n"
+"If partitions are not defined, you will need to create them using the\n"
+"wizard. Depending on your hard drive configuration, several options are\n"
+"available:\n"
"\n"
+" * \"Use free space\": this option will simply lead to an automatic\n"
+"partitioning of your blank drive(s). You will not be prompted further;\n"
"\n"
-"\"Hard drive number\" is always a letter putted after \"hd\" or \"sd\". With "
-"IDE hard drives:\n"
+" * \"Use existing partition\": the wizard has detected one or more existing\n"
+"Linux partitions on your hard drive. If you want to use them, choose this\n"
+"option;\n"
"\n"
-" * \"a\" means \"master hard drive on the primary IDE controller\",\n"
+" * \"Use the free space on the Windows; partition\": if MicrosoftWindows is\n"
+"installed on your hard drive and takes all the space available on it, you\n"
+"have to create free space for Linux data. To do so, you can delete your\n"
+"MicrosoftWindows partition and data (see ``Erase entire disk'' or ``Expert\n"
+"mode'' solutions) or resize your MicrosoftWindows partition. Resizing can\n"
+"be performed without the loss of any data, provided you previously\n"
+"defragment the Windows partition. Backing up your data won't hurt either..\n"
+"This solution is recommended if you want to use both Mandrake Linux and\n"
+"MicrosoftWindows on the same computer.\n"
"\n"
-" * \"b\" means \"slave hard drive on the primary IDE controller\",\n"
+" Before choosing this option, please understand that after this "
+"procedure,\n"
+"the size of your MicrosoftWindows partition will be smaller than at the\n"
+"present time. You will have less free space under MicrosoftWindows to store\n"
+"your data or to install new software;\n"
"\n"
-" * \"c\" means \"master hard drive on the secondary IDE controller\",\n"
+" * \"Erase entire disk\": if you want to delete all data and all partitions\n"
+"present on your hard drive and replace them with your new Mandrake Linux\n"
+"system, choose this option. Be careful with this solution because you will\n"
+"not be able to revert your choice after you confirm;\n"
"\n"
-" * \"d\" means \"slave hard drive on the secondary IDE controller\".\n"
+" !! If you choose this option, all data on your disk will be lost. !!\n"
"\n"
-"With SCSI hard drives, a \"a\" means \"primary hard drive\", a \"b\" means "
-"\"secondary hard drive\", etc.\n"
+" * \"Remove Windows\": this will simply erase everything on the drive and\n"
+"begin fresh, partitioning everything from scratch. All data on your disk\n"
+"will be lost;\n"
"\n"
+" !! If you choose this option, all data on your disk will be lost. !!\n"
"\n"
-"\"Windows name\" is the letter of your hard drive under Windows (the first "
-"disk\n"
-"or partition is called \"C:\")."
-msgstr ""
-
-#: ../../help.pm_.c:306
-msgid "Please be patient. This operation can take several minutes."
+" * \"Expert mode\": choose this option if you want to manually partition\n"
+"your hard drive. Be careful it is a powerful but dangerous choice. You can\n"
+"very easily lose all your data. Hence, do not choose this unless you know\n"
+"what you are doing."
msgstr ""
-#: ../../help.pm_.c:309
+#: ../../help.pm_.c:347
msgid ""
-"Any partitions that have been newly defined must be\n"
-"formatted for use (formatting meaning creating a filesystem).\n"
-"\n"
-"\n"
-"At this time, you may wish to reformat some already existing partitions to "
-"erase\n"
-"the data they contain. If you wish do that, please also select the "
-"partitions\n"
-"you want to format.\n"
+"There you are. Installation is now complete and your GNU/Linux system is\n"
+"ready to use. Just click \"OK\" to reboot the system. You can start\n"
+"GNU/Linux or Windows, whichever you prefer (if you are dual-booting), as\n"
+"soon as the computer has booted up again.\n"
"\n"
+"The \"Advanced\" button (in Expert mode only) shows two more buttons to:\n"
"\n"
-"Please note that it is not necessary to reformat all pre-existing "
-"partitions.\n"
-"You must reformat the partitions containing the operating system (such as \"/"
-"\",\n"
-"\"/usr\" or \"/var\") but do you no have to reformat partitions containing "
-"data\n"
-"that you wish to keep (typically /home).\n"
+" * \"generate auto-install floppy\": to create an installation floppy disk\n"
+"which will automatically perform a whole installation without the help of\n"
+"an operator, similar to the installation you just configured.\n"
"\n"
+" Note that two different options are available after clicking the button:\n"
"\n"
-"Please be careful selecting partitions, after formatting, all data will be\n"
-"deleted and you will not be able to recover any of them.\n"
+" * \"Replay\". This is a partially automated installation as the\n"
+"partitioning step (and only this one) remains interactive;\n"
"\n"
+" * \"Automated\". Fully automated installation: the hard disk is "
+"completely\n"
+"rewritten, all data is lost.\n"
"\n"
-"Click on \"OK\" when you are ready to format partitions.\n"
+" This feature is very handy when installing a great number of similar\n"
+"machines. See the Auto install section on our web site;\n"
"\n"
+" * \"Save packages selection\"(*): saves the package selection as done\n"
+"previously. Then, when doing another installation, insert the floppy inside\n"
+"the drive and run the installation going to the help screen by pressing on\n"
+"the [F1] key, and by issuing >>linux defcfg=\"floppy\"<<.\n"
"\n"
-"Click on \"Cancel\" if you want to choose other partitions to install your "
-"new\n"
-"Linux-Mandrake operating system."
+"(*) You need a FAT-formatted floppy (to create one under GNU/Linux, type\n"
+"\"mformat a:\")"
msgstr ""
-#: ../../help.pm_.c:335
-#, fuzzy
-msgid ""
-"You may now select the group of packages you wish to\n"
-"install or upgrade.\n"
-"\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 "
-"the\n"
-"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 "
-"through\n"
-"more than 1000 packages..."
-msgstr ""
-"Sedaj lahko izberete skupino paketov, ki jih elite\n"
-"namestiti ali nadgraditi\n"
-"\n"
-"DrakX bo nato preveril ali je za celotno namestitev na voljo dovolj "
-"prostora\n"
-"V primeru, da prostora ne bo dovolj, boste obveeni. e boste kljub\n"
-"temu nadaljevali, se bo namestitev nadaljevala z izbranimi paketi, vendar\n"
-"bodo nekateri manj pomembni izpueni. e boste na dnu seznama izbrali "
-"monost\n"
-"\"Izbira posameznih paketov\", boste lahko izbirali med ve kot 1000 "
-"paketi..."
-
-#: ../../help.pm_.c:347
+#: ../../help.pm_.c:378
msgid ""
-"You can now choose individually all the packages you\n"
-"wish to install.\n"
+"Any partitions that have been newly defined must be formatted for use\n"
+"(formatting means creating a filesystem).\n"
"\n"
+"At this time, you may wish to reformat some already existing partitions to\n"
+"erase any data they contain. If you wish to do that, please select those\n"
+"partitions as well.\n"
"\n"
-"You can expand or collapse the tree by clicking on options in the left "
-"corner of\n"
-"the packages window.\n"
+"Please note that it is not necessary to reformat all pre-existing\n"
+"partitions. You must reformat the partitions containing the operating\n"
+"system (such as \"/\", \"/usr\" or \"/var\") but you do not have to\n"
+"reformat partitions containing data that you wish to keep (typically\n"
+"\"/home\").\n"
"\n"
+"Please be careful when selecting partitions. After formatting, all data on\n"
+"the selected partitions will be deleted and you will not be able to recover\n"
+"any of it.\n"
"\n"
-"If you prefer to see packages sorted in alphabetic order, click on the icon\n"
-"\"Toggle flat and group sorted\".\n"
+"Click on \"OK\" when you are ready to format partitions.\n"
"\n"
+"Click on \"Cancel\" if you want to choose another partition for your new\n"
+"Mandrake Linux operating system installation.\n"
"\n"
-"If you want not to be warned on dependencies, click on \"Automatic\n"
-"dependencies\". If you do this, note that unselecting one package may "
-"silently\n"
-"unselect several other packages which depend on it."
-msgstr ""
-
-#: ../../help.pm_.c:364
-#, fuzzy
-msgid ""
-"If you have all the CDs in the list above, click Ok. If you have\n"
-"none of those CDs, click Cancel. If only some CDs are missing, unselect "
-"them,\n"
-"then click Ok."
+"Click on \"Advanced\" if you wish to select partitions that will be checked\n"
+"for bad blocks on the disk."
msgstr ""
-"e imate vse CD-je iz spodnjega seznama, pritisnite 'V redu'.\n"
-"e nimate nobenega CD-ja iz spodnjega seznama, pritisnite 'Preklii'.\n"
-"e nekateri CD-ji manjkajo, jih odizberite, nato pritisnite 'V redu'."
-#: ../../help.pm_.c:369
+#: ../../help.pm_.c:404
msgid ""
-"Your new Linux-Mandrake operating system is currently being\n"
-"installed. This operation should take a few minutes (it depends on size you\n"
-"choose to install and the speed of your computer).\n"
-"\n"
+"Your new Mandrake Linux operating system is currently being installed.\n"
+"Depending on the number of packages you will be installing and the speed of\n"
+"your computer, this operation could take from a few minutes to a\n"
+"significant amount of time.\n"
"\n"
"Please be patient."
msgstr ""
-#: ../../help.pm_.c:377
+#: ../../help.pm_.c:412
msgid ""
-"You can now test your mouse. Use buttons and wheel to verify\n"
-"if settings are good. If not, you can click on \"Cancel\" to choose another\n"
-"driver."
+"At the time you are installing Mandrake Linux, it is likely that some\n"
+"packages have been updated since the initial release. Some bugs may have\n"
+"been fixed, and security issues solved. To allow you to benefit from these\n"
+"updates, you are now proposed to download them from the Internet. Choose\n"
+"\"Yes\" if you have a working Internet connection, or \"No\" if you prefer\n"
+"to install updated packages later.\n"
+"\n"
+"Choosing \"Yes\" displays a list of places from which updates can be\n"
+"retrieved. Choose the one nearest you. Then a package-selection tree\n"
+"appears: review the selection, and press \"Install\" to retrieve and\n"
+"install the selected package(s), or \"Cancel\" to abort."
msgstr ""
-#: ../../help.pm_.c:382
-#, fuzzy
+#: ../../help.pm_.c:425
msgid ""
-"Please select the correct port. For example, the COM1\n"
-"port under MS Windows is named ttyS0 under GNU/Linux."
+"Before continuing, you should read carefully the terms of the license. It\n"
+"covers the whole Mandrake Linux distribution, and if you do not agree with\n"
+"all the terms in it, click on the \"Refuse\" button which will immediately\n"
+"terminate the installation. To continue with the installation, click on the\n"
+"\"Accept\" button."
msgstr ""
-"Izberite pravilna vrata. Npr: COM1 pod Okni so poimenovana ttyS0\n"
-"pod GNU/Linux-om."
-#: ../../help.pm_.c:386
+#: ../../help.pm_.c:432
msgid ""
-"If you wish to connect your computer to the Internet or\n"
-"to a local network please choose the correct option. Please turn on your "
-"device\n"
-"before choosing the correct option to let DrakX detect it automatically.\n"
-"\n"
-"\n"
-"If you do not have any connection to the Internet or a local network, "
-"choose\n"
-"\"Disable networking\".\n"
+"At this point, it is time to choose the security level desired for the\n"
+"machine. As a rule of thumb, the more exposed the machine is, and the more\n"
+"the data stored in it is crucial, the higher the security level should be.\n"
+"However, a higher security level is generally obtained at the expense of\n"
+"easiness of use. Refer to the \"msec\" chapter of the ``Reference Manual''\n"
+"to get more information about the meaning of these levels.\n"
"\n"
-"\n"
-"If you wish to configure the network later after installation or if you "
-"have\n"
-"finished to configure your network connection, choose \"Done\"."
+"If you do not know what to choose, keep the default option."
msgstr ""
-#: ../../help.pm_.c:399
+#: ../../help.pm_.c:442
msgid ""
-"No modem has been detected. Please select the serial port on which it is "
-"plugged.\n"
+"At this point, you need to choose which partition(s) will be used for the\n"
+"installation of your Mandrake Linux system. If partitions have already been\n"
+"defined, either from a previous installation of GNU/Linux or from another\n"
+"partitioning tool, you can use existing partitions. Otherwise, hard drive\n"
+"partitions must be defined.\n"
"\n"
+"To create partitions, you must first select a hard drive. You can select\n"
+"the disk for partitioning by clicking on ``hda'' for the first IDE drive,\n"
+"``hdb'' for the second, ``sda'' for the first SCSI drive and so on.\n"
"\n"
-"For information, the first serial port (called \"COM1\" under Microsoft\n"
-"Windows) is called \"ttyS0\" under Linux."
-msgstr ""
-
-#: ../../help.pm_.c:406
-msgid ""
-"You may now enter dialup options. If you don't know\n"
-"or are not sure what to enter, the correct informations can be obtained "
-"from\n"
-"your Internet Service Provider. If you do not enter the DNS (name server)\n"
-"information here, this information will be obtained from your Internet "
-"Service\n"
-"Provider at connection time."
-msgstr ""
-
-#: ../../help.pm_.c:413
-msgid ""
-"If your modem is an external modem, please turn on it now to let DrakX "
-"detect it automatically."
-msgstr ""
-
-#: ../../help.pm_.c:416
-msgid "Please turn on your modem and choose the correct one."
-msgstr ""
-
-#: ../../help.pm_.c:419
-msgid ""
-"If you are not sure if informations above are\n"
-"correct or if you don't know or are not sure what to enter, the correct\n"
-"informations can be obtained from your Internet Service Provider. If you do "
-"not\n"
-"enter the DNS (name server) information here, this information will be "
-"obtained\n"
-"from your Internet Service Provider at connection time."
-msgstr ""
-
-#: ../../help.pm_.c:426
-#, fuzzy
-msgid ""
-"You may now enter your host name if needed. If you\n"
-"don't know or are not sure what to enter, the correct informations can be\n"
-"obtained from your Internet Service Provider."
-msgstr ""
-"Sedaj lahko vnesete monosti omreja na klic. e niste prepriani kaj "
-"vnesti,\n"
-"dobite pravilne informacije pri vaem ponudniku internet-a."
-
-#: ../../help.pm_.c:431
-#, fuzzy
-msgid ""
-"You may now configure your network device.\n"
-"\n"
-" * IP address: if you don't know or are not sure what to enter, ask your "
-"network administrator.\n"
-" You should not enter an IP address if you select the option \"Automatic "
-"IP\" below.\n"
+"To partition the selected hard drive, you can use these options:\n"
"\n"
-" * Netmask: \"255.255.255.0\" is generally a good choice. If you don't "
-"know or are not sure what to enter,\n"
-" ask your network administrator.\n"
+" * \"Clear all\": this option deletes all partitions on the selected hard\n"
+"drive;\n"
"\n"
-" * Automatic IP: if your network uses BOOTP or DHCP protocol, select this "
-"option. If selected, no value is needed in\n"
-" \"IP address\". If you don't know or are not sure if you need to select "
-"this option, ask your network administrator."
-msgstr ""
-"Vnesite:\n"
+" * \"Auto allocate\": this option enables to automatically create \"Ext2\"\n"
+"and swap partitions in free space of your hard drive;\n"
"\n"
-" - Naslov IP: e ga ne poznate, povpraajte vzdrevalca vaega omreja.\n"
+" * \"More\": gives access to additional features:\n"
"\n"
+" * \"Save partition table\": saves the partition table to a floppy. "
+"Useful\n"
+"for later partition-table recovery if necessary. It is strongly recommended\n"
+"to perform this step;\n"
"\n"
-" - Omrena maska: \"255.255.255.0\" je ponavadi pravilna izbira. e niste\n"
-"prepriani, povpraajte vzdrevalca omreja.\n"
+" * \"Restore partition table\": allows to restore a previously saved\n"
+"partition table from floppy disk;\n"
"\n"
+" * \"Rescue partition table\": if your partition table is damaged, you "
+"can\n"
+"try to recover it using this option. Please be careful and remember that it\n"
+"can fail;\n"
"\n"
-" - Samodejni IP: izberite to monost, e v omreju uporabljate protokol\n"
-"BOOTP ali DHCP. Pri izbiri te monosti ni potrebno vnesti \"Naslov IP\". e\n"
-"niste prepriani, povpraajte vzdrevalca vaega omreja.\n"
-
-#: ../../help.pm_.c:443
-#, fuzzy
-msgid ""
-"You may now enter your host name if needed. If you\n"
-"don't know or are not sure what to enter, ask your network administrator."
-msgstr ""
-"e vae omreje uporablja NIS, izberite \"Uporabi NIS\". e niste "
-"prepriani,\n"
-"povpraajte vzdrevalca vaega omreja."
-
-#: ../../help.pm_.c:447
-msgid ""
-"You may now enter your host name if needed. If you\n"
-"don't know or are not sure what to enter, leave blank."
-msgstr ""
-
-#: ../../help.pm_.c:451
-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."
-msgstr ""
-"Sedaj lahko vnesete monosti omreja na klic. e niste prepriani kaj "
-"vnesti,\n"
-"dobite pravilne informacije pri vaem ponudniku internet-a."
-
-#: ../../help.pm_.c:455
-msgid ""
-"If you will use proxies, please configure them now. If you don't know if\n"
-"you should use proxies, ask your network administrator or your ISP."
-msgstr ""
-"e boste uporabljali strenik proxy, ga sedaj nastavite. e niste "
-"prepriani\n"
-"ali naj ga uporabljate, povpraajte vaega ponudnika internet-a."
-
-#: ../../help.pm_.c:459
-#, fuzzy
-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 "
-"and\n"
-"after that select the packages to install.\n"
+" * \"Reload partition table\": discards all changes and loads your "
+"initial\n"
+"partition table;\n"
"\n"
+" * \"Removable media automounting\": unchecking this option will force "
+"users\n"
+"to manually mount and unmount removable medias such as floppies and\n"
+"CD-ROMs.\n"
"\n"
-"Note you have to select mirror and cryptographic packages according\n"
-"to your legislation."
-msgstr ""
-"Paket za kriptografijo lahko namestite, e ste pravilno namestili povezavo "
-"v\n"
-"internet. Najprej izberite zrcalni strenik iz katerega elite prenesti\n"
-"pakete, nato izberite pakete, katere elite namestiti.\n"
+" * \"Wizard\": use this option if you wish to use a wizard to partition "
+"your\n"
+"hard drive. This is recommended if you do not have a good knowledge of\n"
+"partitioning;\n"
"\n"
-"Zrcalni strenik in pakete izberite v skladu z vao zakonodajo."
-
-#: ../../help.pm_.c:468
-msgid "You can now select your timezone according to where you live."
-msgstr ""
-
-#: ../../help.pm_.c:471
-#, fuzzy
-msgid ""
-"GNU/Linux manages time in GMT (Greenwich Manage\n"
-"Time) and translates it in local time according to the time zone you have\n"
-"selected.\n"
+" * \"Undo\": use this option to cancel your changes;\n"
"\n"
+" * \"Toggle to normal/expert mode\": allows additional actions on "
+"partitions\n"
+"(type, options, format) and gives more information;\n"
"\n"
-"If you use Microsoft Windows on this computer, choose \"No\"."
-msgstr ""
-"Sedaj lahko izberete asovno cono, glede na to kje ivite.\n"
+" * \"Done\": when you are finished partitioning your hard drive, this will\n"
+"save your changes back to disk.\n"
"\n"
+"Note: you can reach any option using the keyboard. Navigate through the\n"
+"partitions using [Tab] and [Up/Down] arrows.\n"
"\n"
-"GNU/Linux uporablja as v formatu GMT ali \"Greenwich Mean Time\" in ga\n"
-"prevede v lokalni as glede na izbrano asovno cono."
-
-#: ../../help.pm_.c:479
-#, fuzzy
-msgid ""
-"You may now choose which services you want to start at boot time.\n"
+"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"
-"When your mouse comes over an item, a small balloon help will popup which\n"
-"describes the role of the service.\n"
+" * Ctrl-d to delete a partition;\n"
"\n"
+" * Ctrl-m to set the mount point.\n"
"\n"
-"Be very careful in this step if you intend to use your machine as a server: "
-"you\n"
-"will probably want not to start any services that you don't need. Please\n"
-"remember that several services can be dangerous if they are enable on a "
-"server.\n"
-"In general, select only the services that you really need."
-msgstr ""
-"Sedaj lahko izberete servise, ki se naj zaenejo pri zagonu. Ko boste z\n"
-"miko nad servisom, se vam bo prikazal balonek s pomojo, ki opisuje\n"
-"vlogo posameznega servisa.\n"
+"To get information about the different filesystem types available, please\n"
+"read the ext2fs chapter from the ``Reference Manual''.\n"
"\n"
-"Bodite posebej pozorni pri tem koraku, e boste raunalnik uporabljali kot\n"
-"strenik: verjetno ne boste eleli poganjati servisov, ki jih ne elite."
-
-#: ../../help.pm_.c:492
-msgid ""
-"You can configure a local printer (connected to your computer) or remote\n"
-"printer (accessible via a Unix, Netware or Microsoft Windows network)."
+"If you are installing on a PPC machine, you will want to create a small HFS\n"
+"``bootstrap'' partition of at least 1MB, which will be used by the yaboot\n"
+"bootloader. If you opt to make the partition a bit larger, say 50MB, you\n"
+"may find it a useful place to store a spare kernel and ramdisk images for\n"
+"emergency boot situations."
msgstr ""
-#: ../../help.pm_.c:496
+#: ../../help.pm_.c:513
msgid ""
-"If you wish to be able to print, please choose one printing system between\n"
-"CUPS and LPR.\n"
-"\n"
-"\n"
-"CUPS is a new, powerful and flexible printing system for Unix systems (CUPS\n"
-"means \"Common Unix Printing System\"). It is the default printing system "
-"in\n"
-"Linux-Mandrake.\n"
+"More than one Microsoft partition has been detected on your hard drive.\n"
+"Please choose the one you want to resize in order to install your new\n"
+"Mandrake Linux operating system.\n"
"\n"
+"Each partition is listed as follows: \"Linux name\", \"Windows name\"\n"
+"\"Capacity\".\n"
"\n"
-"LPR is the old printing system used in previous Linux-Mandrake "
-"distributions.\n"
+"\"Linux name\" is structured: \"hard drive type\", \"hard drive number\",\n"
+"\"partition number\" (for example, \"hda1\").\n"
"\n"
+"\"Hard drive type\" is \"hd\" if your hard dive is an IDE hard drive and\n"
+"\"sd\" if it is a SCSI hard drive.\n"
"\n"
-"If you don't have printer, click on \"None\"."
-msgstr ""
-
-#: ../../help.pm_.c:511
-msgid ""
-"GNU/Linux can deal with many types of printer. Each of these types requires\n"
-"a different setup.\n"
+"\"Hard drive number\" is always a letter after \"hd\" or \"sd\". With IDE\n"
+"hard drives:\n"
"\n"
+" * \"a\" means \"master hard drive on the primary IDE controller\";\n"
"\n"
-"If your printer is physically connected to your computer, select \"Local\n"
-"printer\".\n"
+" * \"b\" means \"slave hard drive on the primary IDE controller\";\n"
"\n"
+" * \"c\" means \"master hard drive on the secondary IDE controller\";\n"
"\n"
-"If you want to access a printer located on a remote Unix machine, select\n"
-"\"Remote printer\".\n"
+" * \"d\" means \"slave hard drive on the secondary IDE controller\".\n"
"\n"
+"With SCSI hard drives, an \"a\" means \"lowest SCSI ID\", a \"b\" means\n"
+"\"second lowest SCSI ID\", etc.\n"
"\n"
-"If you want to access a printer located on a remote Microsoft Windows "
-"machine\n"
-"(or on Unix machine using SMB protocol), select \"SMB/Windows 95/98/NT\"."
+"\"Windows name\" is the letter of your hard drive under Windows (the first\n"
+"disk or partition is called \"C:\")."
msgstr ""
-#: ../../help.pm_.c:527
+#: ../../help.pm_.c:544
+msgid "Please be patient. This operation can take several minutes."
+msgstr ""
+
+#: ../../help.pm_.c:547
+#, fuzzy
msgid ""
-"Please turn on your printer before continuing to let DrakX detect it.\n"
+"DrakX now needs to know if you want to perform a default (\"Recommended\")\n"
+"installation or if you want to have greater control (\"Expert\"). You can\n"
+"also choose to do a new install or an upgrade of an existing Mandrake Linux\n"
+"system:\n"
"\n"
-"You have to enter some informations here.\n"
+" * \"Install\": completely wipes out the old system. In fact, depending on\n"
+"what currently holds your machine, you will be able to keep some old (Linux\n"
+"or other) partitions unchanged;\n"
"\n"
+" * \"Upgrade\": this installation class allows to simply update the "
+"packages\n"
+"currently installed on your Mandrake Linux system. It keeps the current\n"
+"partitions of your hard drives as well as user configurations. All other\n"
+"configuration steps remain available with respect to plain installation;\n"
"\n"
-" * Name of printer: the print spooler uses \"lp\" as default printer name. "
-"So, you must have a printer named \"lp\".\n"
-" If you have only one printer, you can use several names for it. You "
-"just need to separate them by a pipe\n"
-" character (a \"|\"). So, if you prefer a more meaningful name, you have "
-"to put it first, eg: \"My printer|lp\".\n"
-" The printer having \"lp\" in its name(s) will be the default printer.\n"
+" * \"Upgrade Packages Only\": this brand new class allows to upgrade an\n"
+"existing Mandrake Linux system while keeping all system configurations\n"
+"unchanged. Adding new packages to the current installation is also\n"
+"possible.\n"
"\n"
+"Upgrades should work fine for Mandrake Linux systems starting from \"8.1\"\n"
+"release.\n"
"\n"
-" * Description: this is optional but can be useful if several printers are "
-"connected to your computer or if you allow\n"
-" other computers to access to this printer.\n"
+"Depending on your knowledge of GNU/Linux, select one of the following\n"
+"choices:\n"
"\n"
+" * Recommended: choose this if you have never installed a GNU/Linux\n"
+"operating system. The installation will be very easy and you will only be\n"
+"asked a few questions;\n"
"\n"
-" * Location: if you want to put some information on your\n"
-" printer location, put it here (you are free to write what\n"
-" you want, for example \"2nd floor\").\n"
+" * Expert: if you have a good knowledge of GNU/Linux, you can choose this\n"
+"installation class. The expert installation will allow you to perform a\n"
+"highly-customized installation. Answering some of the questions can be\n"
+"difficult if you do not have a good knowledge of GNU/Linux, so do not\n"
+"choose this unless you know what you are doing."
msgstr ""
-
-#: ../../help.pm_.c:548
-msgid ""
-"You need to enter some informations here.\n"
+"Izberite \"Namestitev\", e nimate nameene e nobene razliice Mandrake "
+"Linux\n"
+"ali e elite uporabljati ve operacijskih sistemov.\n"
"\n"
"\n"
-" * Name of queue: the print spooler uses \"lp\" as default printer name. "
-"So, you need have a printer named \"lp\".\n"
-" If you have only one printer, you can use several names for it. You just "
-"need to separate them by a pipe\n"
-" character (a \"|\"). So, if you prefer to have a more meaningful name, "
-"you have to put it first, eg: \"My printer|lp\".\n"
-" The printer having \"lp\" in its name(s) will be the default printer.\n"
+"Izberite \"Nadgradnja\", e elite nadgraditi e obstojeo razliico "
+"Mandrake Linux.\n"
"\n"
-" \n"
-" * Spool directory: it is in this directory that printing jobs are stored. "
-"Keep the default choice\n"
-" if you don't know what to use\n"
"\n"
+"Glede na vae znanje o sistemu GNU/Linux, lahko izbirate med naslednjimi "
+"razredi namestitve ali nadgradnje\n"
+"operacijskega sistema Mandrake Linux:\n"
"\n"
-" * Printer Connection: If your printer is physically connected to your "
-"computer, select \"Local printer\".\n"
-" If you want to access a printer located on a remote Unix machine, "
-"select \"Remote lpd printer\".\n"
+"\t* Priporoeno: e niste e nikdar nameali operacijskega sistema GNU/"
+"Linux izberite to monost. Namestitev bo preprosta,\n"
+"\t odgovoriti boste morali samo na nekaj vpraanj.\n"
"\n"
"\n"
-" If you want to access a printer located on a remote Microsoft Windows "
-"machine (or on Unix machine using SMB\n"
-" protocol), select \"SMB/Windows 95/98/NT\".\n"
+"\t* Prilagojeno: e poznate operacijski sistem GNU/Linux, lahko izberete "
+"primarni namen uporabe (delovna postaja,\n"
+"\t strenik, razvoj) vaega sistema. Odgovoriti boste morali na ve "
+"vpraanj kot pri namestitvi \"Priporoeno\",\n"
+"\t tako da morate za izbiro te namestitvene monosti poznati operacijski "
+"sistem GNU/Linux.\n"
+" \n"
"\n"
+"\t* Napredno: e zelo dobro poznate operacijski sistem GNU/Linux, lahko "
+"izberete to monost. Kot pri namestitvi \n"
+"\t \"Prilagojeno\", boste lahko tudi tukaj izbrali primarni namen uporabe "
+"(delovna postaja, strenik, razvoj). \n"
+"\t Bodite pazljivi pri izbiri te namestitve. Namestili boste posebej visoko "
+"prilagojeno namestitev.\n"
+"\t Odgovori na nekatera vpraanja so lahko teavni, e nimate dovolj znanja "
+"o sistemu GNU/Linux. Ne izberite\n"
+"\t tega razreda, razen e veste kaj ponete."
+
+#: ../../help.pm_.c:583
+msgid ""
+"Normally, DrakX selects the right keyboard for you (depending on the\n"
+"language you have chosen) and you won't even see this step. However, you\n"
+"might not have a keyboard that corresponds exactly to your language: for\n"
+"example, if you are an English speaking Swiss person, you may still want\n"
+"your keyboard to be a Swiss keyboard. Or if you speak English but are\n"
+"located in Quebec, you may find yourself in the same situation. In both\n"
+"cases, you will have to go back to this installation step and select an\n"
+"appropriate keyboard from the list.\n"
"\n"
-" If you want to acces a printer located on NetWare network, select "
-"\"NetWare\".\n"
+"Click on the \"More\" button to be presented with the complete list of\n"
+"supported keyboards."
msgstr ""
-#: ../../help.pm_.c:573
+#: ../../help.pm_.c:596
msgid ""
-"Your printer has not been detected. Please enter the name of the device on\n"
-"which it is connected.\n"
+"Please choose your preferred language for installation and system usage.\n"
"\n"
+"Clicking on the \"Advanced\" button will allow you to select other\n"
+"languages to be installed on your workstation. Selecting other languages\n"
+"will install the language-specific files for system documentation and\n"
+"applications. For example, if you will host users from Spain on your\n"
+"machine, select English as the main language in the tree view and in the\n"
+"Advanced section click on the box corresponding to \"Spanish|Spain\".\n"
"\n"
-"For information, most printers are connected on the first parallel port. "
-"This\n"
-"one is called \"/dev/lp0\" under GNU/Linux and \"LPT1\" under Microsoft "
-"Windows."
-msgstr ""
-
-#: ../../help.pm_.c:581
-msgid "You must now select your printer in the above list."
+"Note that multiple languages may be installed. Once you have selected any\n"
+"additional locales, click the \"OK\" button to continue."
msgstr ""
-#: ../../help.pm_.c:584
+#: ../../help.pm_.c:609
msgid ""
-"Please select the right options according to your printer.\n"
-"Please see its documentation if you don't know what choose here.\n"
+"DrakX generally detects the number of buttons your mouse has. If not, it\n"
+"assumes you have a two-button mouse and will set it up for third-button\n"
+"emulation. DrakX will automatically know whether it is a PS/2, serial or\n"
+"USB mouse.\n"
"\n"
+"If you wish to specify a different type of mouse select the appropriate\n"
+"type from the provided list.\n"
"\n"
-"You will be able to test your configuration in next step and you will be "
-"able to modify it if it doesn't work as you want."
+"If you choose a mouse other than the default, a test screen will be\n"
+"displayed. Use the buttons and wheel to verify that the settings are\n"
+"correct. If the mouse is not working well, press the space bar or [Return]\n"
+"to \"Cancel\" and choose again."
msgstr ""
-#: ../../help.pm_.c:591
+#: ../../help.pm_.c:623
#, fuzzy
msgid ""
-"You can now enter the root password for your Linux-Mandrake system.\n"
-"The password must be entered twice to verify that both password entries are "
-"identical.\n"
-"\n"
+"Please select the correct port. For example, the \"COM1\" port under\n"
+"Windows is named \"ttyS0\" under GNU/Linux."
+msgstr ""
+"Izberite pravilna vrata. Npr: COM1 pod Okni so poimenovana ttyS0\n"
+"pod GNU/Linux-om."
+
+#: ../../help.pm_.c:627
+msgid ""
+"This is the most crucial decision point for the security of your GNU/Linux\n"
+"system: you have to enter the \"root\" password. \"root\" is the system\n"
+"administrator and is the only one authorized to make updates, add users,\n"
+"change the overall system configuration, and so on. In short, \"root\" can\n"
+"do everything! That is why you must choose a password that is difficult to\n"
+"guess DrakX will tell you if it is too easy. As you can see, you can choose\n"
+"not to enter a password, but we strongly advise you against this if only\n"
+"for one reason: do not think that because you booted GNU/Linux that your\n"
+"other operating systems are safe from mistakes. Since \"root\" can overcome\n"
+"all limitations and unintentionally erase all data on partitions by\n"
+"carelessly accessing the partitions themselves, it is important for it to\n"
+"be difficult to become \"root\".\n"
"\n"
-"Root is the system's administrator and is the only user allowed to modify "
-"the\n"
-"system configuration. Therefore, choose this password carefully. \n"
-"Unauthorized use of the root account can be extemely dangerous to the "
-"integrity\n"
-"of the system, its data and other system connected to it.\n"
+"The password should be a mixture of alphanumeric characters and at least 8\n"
+"characters long. Never write down the \"root\" password it makes it too\n"
+"easy to compromise a system.\n"
"\n"
+"However, please do not make the password too long or complicated because\n"
+"you must be able to remember it without too much effort.\n"
"\n"
-"The password should be a mixture of alphanumeric characters and at least 8\n"
-"characters long. It should never be written down.\n"
+"The password will not be displayed on screen as you type it in. Hence, you\n"
+"will have to type the password twice to reduce the chance of a typing\n"
+"error. If you do happen to make the same typing error twice, this\n"
+"``incorrect'' password will have to be used the first time you connect.\n"
"\n"
+"In Expert mode, you will be asked if you will be connecting to an\n"
+"authentication server, like NIS or LDAP.\n"
"\n"
-"Do not make the password too long or complicated, though: you must be able "
-"to\n"
-"remember it without too much effort."
-msgstr ""
-"Sedaj lahko vnesete geslo root za va sistem Linux-Mandrake\n"
-"Geslo morate vnesti dvakrat, da se preveri identinost obeh\n"
-"vnosov.\n"
+"If your network uses the LDAP (or NIS) protocol for authentication, select\n"
+"\"LDAP\" (or \"NIS\") as authentication. If you do not know, ask your\n"
+"network administrator.\n"
"\n"
-"Uporabnik root je administrator sistema in edini uporabnik, ki lahko\n"
-"spreminja nastavitev sistema. Zato izberite geslo posebej pazljivo!\n"
-"Neavtorizirana uporaba rauna root je lahko zelo nevarna za integriteto\n"
-"vaega sistema in podatkov, ter ostalih sistemov povezanih nanj. Geslo naj\n"
-"bo sestavljeno iz alfanumerinih znakov in dolgo vsaj 8 znakov. NIKOLI ga\n"
-"nikamor ne zapisujte. Ne izberite predolgega ali preve kompliciranega\n"
-"gesla, da ga ne boste pozabili!"
-
-#: ../../help.pm_.c:609
-msgid ""
-"To enable a more secure system, you should select \"Use shadow file\" and\n"
-"\"Use MD5 passwords\"."
+"If your computer is not connected to any administrated network, you will\n"
+"want to choose \"Local files\" for authentication."
msgstr ""
-"Za bolj varen sistem izberite \"Uporabi datoteko 'shadow'\" in\n"
-"\"Uporabi gesla MD5\"."
-#: ../../help.pm_.c:613
+#: ../../help.pm_.c:663
msgid ""
-"If your network uses NIS, select \"Use NIS\". If you don't know, ask your\n"
-"network administrator."
-msgstr ""
-"e vae omreje uporablja NIS, izberite \"Uporabi NIS\". e niste "
-"prepriani,\n"
-"povpraajte vzdrevalca vaega omreja."
-
-#: ../../help.pm_.c:617
-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"
-"one or more account(s) for each person you want to allow to use\n"
-"the computer. Note that each user account will have its own\n"
-"preferences (graphical environment, program settings, etc.)\n"
-"and its own \"home directory\", in which these preferences are\n"
-"stored.\n"
+"LILO and grub are GNU/Linux bootloaders. This stage, normally, is totally\n"
+"automated. In fact, DrakX analyzes the disk boot sector and acts\n"
+"accordingly, depending on what it finds here:\n"
"\n"
+" * if a Windows boot sector is found, it will replace it with a grub/LILO\n"
+"boot sector. Hence, you will be able to load either GNU/Linux or another\n"
+"OS;\n"
"\n"
-"First of all, create an account for yourself! Even if you will be the only "
-"user\n"
-"of the machine, you may NOT connect as root for daily use of the system: "
-"it's a\n"
-"very high security risk. Making the system unusable is very often a typo "
-"away.\n"
+" * if a grub or LILO boot sector is found, it will replace it with a new\n"
+"one.\n"
"\n"
+"If in doubt, DrakX will display a dialog with various options.\n"
"\n"
-"Therefore, you should connect to the system using the user account\n"
-"you will have created here, and login as root only for administration\n"
-"and maintenance purposes."
-msgstr ""
-"Sedaj lahko ustvarite enega ali ve \"navadnih\" uporabnikih raunov.\n"
-"Ustvarite lahko enega ali ve raunov za vsako osebo, ki ji boste dovolili\n"
-"uporabo raunalnika. Vsak uporabnik bo imel svoje lastnosti (grafino\n"
-"okolje, nastavitve programov itd.) in svoj \"doma imenik\", v katerem bodo\n"
-"te lastnosti shranjene.\n"
+" * \"Bootloader to use\": you have three choices:\n"
"\n"
-"Najprej ustvarite raun zase! Tudi e boste edin uporabnik sistema, se NE\n"
-"PRIJAVLJAJTE kot root za vsakodnevna opravila. To bi bil velik varnosti\n"
-"riziko, saj je neuporabnost sistema lahko oddaljena samo eno tipkarsko\n"
-"napako!\n"
+" * \"GRUB\": if you prefer grub (text menu).\n"
"\n"
-"Zato se prijavljajte v sistem z uporabnikim raunom, ki ga boste ustvarili\n"
-"tukaj. Kot root se prijavite samo za administracijske in vzdrevalne namene."
-
-#: ../../help.pm_.c:636
-msgid ""
-"Creating a boot disk is strongly recommended. If you can't\n"
-"boot your computer, it's the only way to rescue your system without\n"
-"reinstalling it."
-msgstr ""
-
-#: ../../help.pm_.c:641
-msgid ""
-"You need to indicate where you wish\n"
-"to place the information required to boot to GNU/Linux.\n"
+" * \"LILO with graphical menu\": if you prefer LILO with its graphical\n"
+"interface.\n"
"\n"
+" * \"LILO with text menu\": if you prefer LILO with its text menu "
+"interface.\n"
"\n"
-"Unless you know exactly what you are doing, choose \"First sector of\n"
-"drive (MBR)\"."
-msgstr ""
-"Izberite kam elite zapisati\n"
-"informacije potrebne za zagon GNU/Linux-a.\n"
+" * \"Boot device\": in most cases, you will not change the default\n"
+"(\"/dev/hda\"), but if you prefer, the bootloader can be installed on the\n"
+"second hard drive (\"/dev/hdb\"), or even on a floppy disk (\"/dev/fd0\");\n"
"\n"
+" * \"Delay before booting the default image\": when rebooting the computer,\n"
+"this is the delay granted to the user to choose in the bootloader menu,\n"
+"another boot entry than the default one.\n"
"\n"
-"Razen, e natanno veste kaj delate, izberite \"Prvi sektor pogona (MBR)\"."
-
-#: ../../help.pm_.c:649
-msgid ""
-"Unless you know specifically otherwise, the usual choice is \"/dev/hda\"\n"
-" (primary master IDE disk) or \"/dev/sda\" (first SCSI disk)."
+"!! Beware that if you choose not to install a bootloader (by selecting\n"
+"\"Cancel\" here), you must ensure that you have a way to boot your Mandrake\n"
+"Linux system! Also, be sure you know what you do before changing any of the\n"
+"options. !!\n"
+"\n"
+"Clicking the \"Advanced\" button in this dialog will offer many advanced\n"
+"options, which are reserved to the expert user.\n"
+"\n"
+"After you have configured the general bootloader parameters, the list of\n"
+"boot options which will be available at boot time will be displayed.\n"
+"\n"
+"If there is another operating system installed on your machine, it will\n"
+"automatically be added to the boot menu. Here, you can choose to fine-tune\n"
+"the existing options. Select an entry and click \"Modify\" to modify or\n"
+"remove it; \"Add\" creates a new entry; and \"Done\" goes on to the next\n"
+"installation step."
msgstr ""
-"Razen e specifino veste drugae, je obiajna izbira \"/dev/hda\"\n"
-" (primaren master IDE disk) ali \"/dev/sda\" (prvi SCSI disk)."
-#: ../../help.pm_.c:653
+#: ../../help.pm_.c:711
+#, fuzzy
msgid ""
-"LILO (the LInux LOader) and Grub are bootloaders: they are able to boot\n"
+"LILO (the LInux LOader) and grub are bootloaders: they are able to boot\n"
"either GNU/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"
+"screen. Be careful to choose the correct parameters.\n"
"\n"
-"\n"
-"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!"
+"You may also not want to give access to these other operating systems to\n"
+"anyone. In which case, you can delete the corresponding entries. But then,\n"
+"you will need a boot disk in order to boot those other operating systems!"
msgstr ""
"LILO (LInux LOader) in Grub sta zagonska nalagalnika. Omogoata zagon\n"
"GNU/Linux-a ali kateregakoli drugega operacijskega sistema na vaem\n"
@@ -2976,376 +3142,254 @@ msgstr ""
"nameeni. V primeru, da ni tako, lahko tukaj rono dodate vnos. Pazljivo\n"
"izberite pravilne parametre."
-#: ../../help.pm_.c:665
+#: ../../help.pm_.c:722
#, fuzzy
msgid ""
-"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"
-" - 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"
-"enabling the keyboard. The boot loader doesn't wait if \"delay\" is\n"
-"omitted or is set to zero.\n"
-"\n"
+"You must indicate where you wish to place the information required to boot\n"
+"to GNU/Linux.\n"
"\n"
-" - Video mode: This specifies the VGA text mode that should be selected\n"
-"when booting. The following values are available: \n"
-"\n"
-" * normal: select normal 80x25 text mode.\n"
-"\n"
-" * <number>: use the corresponding text mode.\n"
-"\n"
-"\n"
-" - Clean \"/tmp\" at each boot: if you want delete all files and "
-"directories\n"
-"stored in \"/tmp\" when you boot your system, select this option.\n"
-"\n"
-"\n"
-" - Precise RAM if needed: unfortunately, there is no standard method to ask "
-"the\n"
-"BIOS about the amount of RAM present in your computer. As consequence, Linux "
-"may\n"
-"fail to detect your amount of RAM correctly. If this is the case, you can\n"
-"specify the correct amount or RAM here. Please note that a difference of 2 "
-"or 4\n"
-"MB between detected memory and memory present in your system is normal."
+"Unless you know exactly what you are doing, choose \"First sector of drive\n"
+"(MBR)\"."
msgstr ""
-"Glavne monosti LILO in Grub so:\n"
-" - Zagonska naprava: Ime naprave (npr. razdelka na trdem disku\n"
-"ki vsebuje zagonski sektor. Razen, e specifino veste drugae izberite\n"
-"\"/dev/hda\".\n"
-"\n"
-"\n"
-" - Pavza pred zagonom prevzete slike: as v desetinkah sekunde, ki ga naj\n"
-"zagonski nalagalnik aka, preden zane zaganjati prvo sliko.\n"
-"Ta monost je uporabna za sisteme, ki takoj po prepoznani tipkovnici\n"
-"zanejo zaganjati sistem. Zagonski nalagalnik ne aka, e pavza ni doloena\n"
-"ali e je vrednost postavljena na ni.\n"
+"Izberite kam elite zapisati\n"
+"informacije potrebne za zagon GNU/Linux-a.\n"
"\n"
"\n"
-" - Video nain: Tekstoven nain VGA, ki naj bo izbran ob zagonu. Na voljo\n"
-"so naslednje vrednosti: \n"
-" * normal: normalen tekstoven nain 80x25.\n"
-" * <tevilka>: uporabi ustrezen tekstoven nain."
+"Razen, e natanno veste kaj delate, izberite \"Prvi sektor pogona (MBR)\"."
-#: ../../help.pm_.c:697
+#: ../../help.pm_.c:729
msgid ""
-"Yaboot is a bootloader for NewWorld MacIntosh hardware. It is able\n"
-"to boot either GNU/Linux, MacOS, or MacOSX, if 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"
-"Yaboot main options are:\n"
-"\n"
-"\n"
-" - Init Message: A simple text message that is displayed before the boot\n"
-"prompt.\n"
-"\n"
+"Here, we select a printing system for your computer. Other OSs may offer\n"
+"you one, but Mandrake Linux offers three.\n"
"\n"
-" - Boot Device: Indicate where you want to place the information required "
-"to \n"
-"boot to GNU/Linux. Generally, you will have setup a bootstrap partition "
-"earlier \n"
-"to hold this information.\n"
-"\n"
-"\n"
-" - Open Firmware Delay: Unlike LILO, there are two delays available with \n"
-"yaboot. The first delay is measured in seconds and at this point you can \n"
-"choose between CD, OF boot, MacOS, or Linux.\n"
+" * \"pdq\" which means ``print, don't queue'', is the choice if you have a\n"
+"direct connection to your printer and you want to be able to panic out of\n"
+"printer jams, and you do not have networked printers. It will handle only\n"
+"very simple network cases and is somewhat slow for networks. Pick \"pdq\"\n"
+"if this is your maiden voyage to GNU/Linux. You can change your choices\n"
+"after installation by running PrinterDrake from the Mandrake Control Center\n"
+"and clicking the expert button.\n"
"\n"
+" * \"CUPS\"``Common Unix Printing System'', is excellent at printing to "
+"your\n"
+"local printer and also halfway-around the planet. It is simple and can act\n"
+"as a server or a client for the ancient \"lpd\" printing system. Hence, it\n"
+"is compatible with the systems that went before. It can do many tricks, but\n"
+"the basic setup is almost as easy as \"pdq\". If you need this to emulate\n"
+"an \"lpd\" server, you must turn on the \"cups-lpd\" daemon. It has\n"
+"graphical front-ends for printing or choosing printer options.\n"
+"\n"
+" * \"lprNG\"``line printer daemon New Generation''. This system can do\n"
+"approximately the same things the others can do, but it will print to\n"
+"printers mounted on a Novell Network, because it supports the IPX protocol,\n"
+"and it can print directly to shell commands. If you have need of Novell or\n"
+"printing to commands without using a separate pipe construct, use lprNG.\n"
+"Otherwise, CUPS is preferable as it is simpler and better at working over\n"
+"networks."
+msgstr ""
+
+#: ../../help.pm_.c:757
+#, fuzzy
+msgid ""
+"DrakX now detects any IDE device present in your computer. It will also\n"
+"scan for one or more PCI SCSI card(s) on your system. If a SCSI card is\n"
+"found, DrakX will automatically install the appropriate driver.\n"
+"\n"
+"Because hardware detection does not always detect a piece of hardware,\n"
+"DrakX will ask you to confirm if a PCI SCSI card is present. Click \"Yes\"\n"
+"if you know that there is a SCSI card installed in your machine. You will\n"
+"be presented a list of SCSI cards to choose from. Click \"No\" if you have\n"
+"no SCSI hardware. If you are unsure, you can check the list of hardware\n"
+"detected in your machine by selecting \"See hardware info\" and clicking\n"
+"\"OK\". Examine the list of hardware and then click on the \"OK\" button to\n"
+"return to the SCSI interface question.\n"
"\n"
-" - Kernel Boot Timeout: This timeout is similar to the LILO boot delay. "
-"After \n"
-"selecting Linux, you will have this delay in 0.1 seconds before your "
-"default\n"
-"kernel description is selected.\n"
+"If you have to manually specify your adapter, DrakX will ask if you want to\n"
+"specify options for it. You should allow DrakX to probe the hardware for\n"
+"the card-specific options which the hardware needs to initialize. This\n"
+"usually works well.\n"
+"\n"
+"If DrakX is not able to probe for the options which need to be passed, you\n"
+"will need to provide options to the driver manually. Please review the\n"
+"``User Guide'' (chapter 3, in the ``Collecting Information on Your\n"
+"Hardware'' section) for hints on retrieving the parameters required from\n"
+"hardware documentation, from the manufacturer's web site (if you have\n"
+"Internet access) or from MicrosoftWindows (if you used this hardware with\n"
+"Windows on your system)."
+msgstr ""
+"DrakX bo sedaj poskual poiskati PCI SCSI krmilnik(e). \n"
+"e bo najden kaken SCSI krmilnik in prepoznan gonilnik zanj, bo gonilnik\n"
+"samodejno nameen.\n"
"\n"
"\n"
-" - Enable CD Boot?: Checking this option will allow you to choose 'C' for "
-"CD at\n"
-"the first boot prompt.\n"
+"e nimate SCSI krmilnikov ali imate ISA ali PCI SCSI krmilnik, ki ga DrakX\n"
+"ne prepozna, boste vpraani, e imate v sistemu kaken SCSI krmilnik. e v\n"
+"sistemu nimate SCSI krmilnikov pritisnite \"Ne\". e boste pritisnili \"Da\" "
+"se\n"
+"vam bo odprl seznam gonilnikov, iz katerega lahko izberete krmilnik.\n"
"\n"
"\n"
-" - Enable OF Boot?: Checking this option will allow you to choose 'N' for "
-"Open\n"
-"Firmware at the first boot prompt.\n"
+"e boste rono izbrali gonilnik, vas bo DrakX vpraal e elite doloiti\n"
+"nastavitve zanj. Dovolite DrakX-u, da jih poskusi nastaviti samodejno.\n"
"\n"
"\n"
-" - Default OS: You can select which OS will boot by default when the Open "
-"Firmware \n"
-"Delay expires."
-msgstr ""
+"e tega ne boste izbrali, boste morali nastavitve vnesti sami. Poglejte v\n"
+"uporabniki prironik (poglavje 3, razdelek \"Collective informations on "
+"your hardware)\n"
+"za nasvete, kako pridobiti to informacijo iz dokumentacije strojne opreme,\n"
+"spletne strani proizvajalca (e imate dostop do internet-a) ali Microsoft "
+"Oken\n"
+"(e jih imate nameena)."
-#: ../../help.pm_.c:738
+#: ../../help.pm_.c:784
msgid ""
-"You can add additional entries for yaboot, either for other operating "
-"systems,\n"
-"alternate kernels, or for an emergency boot image.\n"
-"\n"
-"\n"
-"For other OS's - the entry consists only of a label and the root partition.\n"
+"You can add additional entries for yaboot, either for other operating\n"
+"systems, alternate kernels, or for an emergency boot image.\n"
"\n"
+"For other OSs, the entry consists only of a label and the \"root\"\n"
+"partition.\n"
"\n"
-"For Linux, there are a few possible options: \n"
+"For Linux, there are a few possible options:\n"
"\n"
+" * Label: this is simply the name you will have to type at the yaboot "
+"prompt\n"
+"to select this boot option;\n"
"\n"
-" - Label: This is simply the name will type at the yaboot prompt to select "
-"this \n"
-"boot option.\n"
+" * Image: this would be the name of the kernel to boot. Typically, vmlinux\n"
+"or a variation of vmlinux with an extension;\n"
"\n"
+" * Root: the \"root\" device or ``/'' for your Linux installation;\n"
"\n"
-" - Image: This would be the name of the kernel to boot. Typically vmlinux "
-"or\n"
-"a variation of vmlinux with an extension.\n"
+" * Append: on Apple hardware, the kernel append option is used quite often\n"
+"to assist in initializing video hardware, or to enable keyboard mouse\n"
+"button emulation for the often lacking 2nd and 3rd mouse buttons on a stock\n"
+"Apple mouse. The following are some examples:\n"
"\n"
-"\n"
-" - Root: The root device or '/' for your Linux installation.\n"
-"\n"
-"\n"
-" \n"
-" - Append: On Apple hardware, the kernel append option is used quite often "
-"to\n"
-"assist in initializing video hardware, or to enable keyboard mouse button "
-"emulation\n"
-"for the often lacking 2nd and 3rd mouse buttons on a stock Apple mouse. The "
-"following \n"
-"are some examples:\n"
-"\n"
-"\n"
-"\t\t video=aty128fb:vmode:17,cmode:32,mclk:71 adb_buttons=103,111 "
+" video=aty128fb:vmode:17,cmode:32,mclk:71 adb_buttons=103,111 "
"hda=autotune\n"
"\n"
-"\t\t video=atyfb:vmode:12,cmode:24 adb_buttons=103,111 \n"
-"\n"
-"\n"
-" \n"
-" - Initrd: This option can be used either to load initial modules, before "
-"the boot \n"
-"device is available, or to load a ramdisk image for an emergency boot "
-"situation.\n"
-"\n"
-"\n"
-" - Initrd-size: The default ramdisk size is generally 4096 bytes. If you "
-"should need\n"
-"to allocate a large ramdisk, this option can be used.\n"
-"\n"
+" video=atyfb:vmode:12,cmode:24 adb_buttons=103,111\n"
"\n"
-" - Read-write: Normally the 'root' partition is initially brought up read-"
-"only, to allow\n"
-"a filesystem check before the system becomes 'live'. You can override this "
-"option here.\n"
+" * Initrd: this option can be used either to load initial modules, before\n"
+"the boot device is available, or to load a ramdisk image for an emergency\n"
+"boot situation;\n"
"\n"
+" * Initrd-size: the default ramdisk size is generally 4,096 bytes. If you\n"
+"need to allocate a large ramdisk, this option can be used;\n"
"\n"
-" - NoVideo: Should the Apple video hardware prove to be exceptionally "
-"problematic, you can\n"
-"select this option to boot in 'novideo' mode, with native framebuffer "
-"support.\n"
+" * Read-write: normally the \"root\" partition is initially brought up in\n"
+"read-only, to allow a file system check before the system becomes ``live''.\n"
+"Here, you can override this option;\n"
"\n"
+" * NoVideo: should the Apple video hardware prove to be exceptionally\n"
+"problematic, you can select this option to boot in ``novideo'' mode, with\n"
+"native frame buffer support;\n"
"\n"
-" - Default: Selects this entry as being the default Linux selection, "
-"selectable by just\n"
-"pressing ENTER at the yaboot prompt. This entry will also be highlighted "
-"with a '*', if you\n"
-"press TAB to see the boot selections."
+" * Default: selects this entry as being the default Linux selection,\n"
+"selectable by just pressing ENTER at the yaboot prompt. This entry will\n"
+"also be highlighted with a ``*'', if you press [Tab] to see the boot\n"
+"selections."
msgstr ""
-#: ../../help.pm_.c:793
+#: ../../help.pm_.c:830
msgid ""
-"SILO is a bootloader for SPARC: it is able to boot\n"
-"either GNU/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"
+"Yaboot is a bootloader for NewWorld MacIntosh hardware. It is able to boot\n"
+"either GNU/Linux, MacOS or MacOSX if present on your computer. Normally,\n"
+"these other operating systems are correctly detected and installed. If this\n"
+"is not the case, you can add an entry by hand in this screen. Be careful to\n"
+"choose the correct parameters.\n"
"\n"
+"Yaboot's main options are:\n"
"\n"
-"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 ""
-"SILO je SPARC zagonski nalagalnik: omogoa zagon\n"
-"GNU/Linux-a ali kateregakoli drugega operacijskega sistema na vaem\n"
-"raunalniku. Ponavadi so drugi operacijski sistemi pravilno prepoznani in\n"
-"nameeni. V primeru, da ni tako, lahko tukaj rono dodate vnos. Pazljivo\n"
-"izberite pravilne parametre.\n"
+" * Init Message: a simple text message displayed before the boot prompt;\n"
"\n"
+" * Boot Device: indicates where you want to place the information required\n"
+"to boot to GNU/Linux. Generally, you set up a bootstrap partition earlier\n"
+"to hold this information;\n"
"\n"
-"Lahko drugim tudi prepreite dostop do ostalih operacijskih sistemov. V\n"
-"tem primeru izbriite odgovarjajoe vnose, vendar boste za njihov zagon\n"
-"kasneje potrebovali zagonsko disketo!"
-
-#: ../../help.pm_.c:805
-msgid ""
-"SILO main options are:\n"
-" - Bootloader installation: Indicate where you want to place the\n"
-"information required to boot to GNU/Linux. Unless you know exactly\n"
-"what you are doing, choose \"First sector of drive (MBR)\".\n"
+" * Open Firmware Delay: unlike LILO, there are two delays available with\n"
+"yaboot. The first delay is measured in seconds and at this point, you can\n"
+"choose between CD, OF boot, MacOS or Linux;\n"
"\n"
+" * Kernel Boot Timeout: this timeout is similar to the LILO boot delay.\n"
+"After selecting Linux, you will have this delay in 0.1 second before your\n"
+"default kernel description is selected;\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"
-"enabling the keyboard. The boot loader doesn't wait if \"delay\" is\n"
-"omitted or is set to zero."
-msgstr ""
-"Glavne monosti SILO so:\n"
-" - Namestitev zagonskega nalagalnika: Izberite kam elite zapisati\n"
-"informacije potrebne za zagon GNU/Linux-a. Razen, e natanno veste\n"
-"kaj delate, izberite \"Prvi sektor pogona (MBR)\".\n"
+" * Enable CD Boot?: checking this option allows you to choose ``C'' for CD\n"
+"at the first boot prompt;\n"
"\n"
+" * Enable OF Boot?: checking this option allows you to choose ``N'' for "
+"Open\n"
+"Firmware at the first boot prompt;\n"
"\n"
-" - Pavza pred zagonom prevzete slike: as v desetinkah sekunde, ki ga naj\n"
-"zagonski nalagalnik aka, preden zane zaganjati prvo sliko.\n"
-"Ta monost je uporabna za sisteme, ki takoj po prepoznani tipkovnici\n"
-"zanejo zaganjati sistem. Zagonski nalagalnik ne aka, e pavza ni doloena\n"
-"ali e je vrednost postavljena na ni."
+" * Default OS: you can select which OS will boot by default when the Open\n"
+"Firmware Delay expires."
+msgstr ""
-#: ../../help.pm_.c:818
+#: ../../help.pm_.c:862
msgid ""
-"Now it's time to configure the X Window System, which is the\n"
-"core of the GNU/Linux GUI (Graphical User Interface). For this purpose,\n"
-"you must configure your video card and monitor. Most of these\n"
-"steps are automated, though, therefore your work may only consist\n"
-"of verifying what has been done and accept the settings :)\n"
+"Here are presented various parameters concerning your machine. Depending on\n"
+"your installed hardware, you may or not, see the following entries:\n"
"\n"
+" * \"Mouse\": check the current mouse configuration and click on the button\n"
+"to change it if necessary;\n"
"\n"
-"When the configuration is over, X will be started (unless you\n"
-"ask DrakX not to) so that you can check and see if the\n"
-"settings suit you. If they don't, you can come back and\n"
-"change them, as many times as necessary."
-msgstr ""
-"Sedaj je as za nastavitev sistema X Windows, ki je jedro grafinega\n"
-"sistema GNU/Linux. Nastaviti morate grafino kartico in monitor. Veina\n"
-"korakov je samodejnih, tako da boste verjetno morali samo preveriti\n"
-"kaj je bilo narejeno in sprejeti nastavitve :)\n"
+" * \"Keyboard\": check the current keyboard map configuration and click on\n"
+"the button to change that if necessary;\n"
"\n"
+" * \"Timezone\": DrakX, by default, guesses your time zone from the "
+"language\n"
+"you have chosen. But here again, as for the choice of a keyboard, you may\n"
+"not be in the country for which the chosen language should correspond.\n"
+"Hence, you may need to click on the \"Timezone\" button in order to\n"
+"configure the clock according to the time zone you are in;\n"
"\n"
-"Po konani nastavitvi, se bo zagnal sistem X (razen, e niste tega\n"
-"onemogoili v DrakX), tako da boste lahko preverili e so vse nastavitve\n"
-"pravilne. e nastavitve ne bodo pravilne, jih lahko ponovno spremenite\n"
-"kolikokrat bo pa potrebno."
-
-#: ../../help.pm_.c:831
-msgid ""
-"If something is wrong in X configuration, use these options to correctly\n"
-"configure the X Window System."
-msgstr ""
-"e je v nastavitvah sistema X kaj narobe, uporabite te monosti za pravilno\n"
-"nastavitev sistema X Windows."
-
-#: ../../help.pm_.c:835
-msgid ""
-"If you prefer to use a graphical login, select \"Yes\". Otherwise, select\n"
-"\"No\"."
+" * \"Printer\": clicking on the \"No Printer\" button will open the printer\n"
+"configuration wizard;\n"
+"\n"
+" * \"Sound card\": if a sound card is detected on your system, it is\n"
+"displayed here. No modification possible at installation time;\n"
+"\n"
+" * \"TV card\": if a TV card is detected on your system, it is displayed\n"
+"here. No modification possible at installation time;\n"
+"\n"
+" * \"ISDN card\": if an ISDN card is detected on your system, it is\n"
+"displayed here. You can click on the button to change the parameters\n"
+"associated with it."
msgstr ""
-"e bi raji uporabljali grafino prijavljanje v sistem, izberite \"Da\". "
-"Drugae\n"
-"izberite \"Ne\"."
-#: ../../help.pm_.c:839
+#: ../../help.pm_.c:891
msgid ""
-"You can choose a security level for your system. Please refer to the manual "
-"for complete\n"
-" information. Basically, if you don't know what to choose, keep the default "
-"option.\n"
+"Choose the hard drive you want to erase in order to install your new\n"
+"Mandrake Linux partition. Be careful, all data present on it will be lost\n"
+"and will not be recoverable!"
msgstr ""
-#: ../../help.pm_.c:844
+#: ../../help.pm_.c:896
msgid ""
-"Your system is going to reboot.\n"
+"Click on \"OK\" if you want to delete all data and partitions present on\n"
+"this hard drive. Be careful, after clicking on \"OK\", you will not be able\n"
+"to recover any data and partitions present on this hard drive, including\n"
+"any Windows data.\n"
"\n"
-"After rebooting, your new Linux Mandrake system will load automatically.\n"
-"If you want to boot into another existing operating system, please read\n"
-"the additional instructions."
+"Click on \"Cancel\" to cancel this operation without losing any data and\n"
+"partitions present on this hard drive."
msgstr ""
-"Sistem se bo ponovno zagnal.\n"
-"\n"
-"Po zagonu, se bo samodejno naloil va nov sistem Linux Mandrake.\n"
-"e elite zagon drugega operacijskega sistema, preberite dodatna navodila."
-#: ../../install2.pm_.c:37
-msgid "Choose your language"
-msgstr "Izberite jezik"
-
-#: ../../install2.pm_.c:38
-msgid "Select installation class"
-msgstr "Izberite razred namestitve"
-
-#: ../../install2.pm_.c:39
-msgid "Hard drive detection"
-msgstr "Prepoznavanje trdega diska"
-
-#: ../../install2.pm_.c:40
-msgid "Configure mouse"
-msgstr "Nastavitev mike"
-
-#: ../../install2.pm_.c:41
-msgid "Choose your keyboard"
-msgstr "Izberite tipkovnico"
-
-#: ../../install2.pm_.c:42
-msgid "Security"
+#: ../../install2.pm_.c:113
+#, c-format
+msgid ""
+"Can't access kernel modules corresponding to your kernel (file %s is "
+"missing), this generally means your boot floppy in not in sync with the "
+"Installation medium (please create a newer boot floppy)"
msgstr ""
-#: ../../install2.pm_.c:43
-msgid "Setup filesystems"
-msgstr "Nastavitev datotenega sistema"
-
-#: ../../install2.pm_.c:44
-msgid "Format partitions"
-msgstr "Formatiranje razdelkov"
-
-#: ../../install2.pm_.c:45
-msgid "Choose packages to install"
-msgstr "Izberite pakete za namestitev"
-
-#: ../../install2.pm_.c:46
-msgid "Install system"
-msgstr "Namestitev sistema"
-
-#: ../../install2.pm_.c:47 ../../install_steps_interactive.pm_.c:894
-#: ../../install_steps_interactive.pm_.c:895
-msgid "Set root password"
-msgstr "Nastavitev gesla root"
-
-#: ../../install2.pm_.c:48
-msgid "Add a user"
-msgstr "Dodaj uporabnika"
-
-#: ../../install2.pm_.c:49
-msgid "Configure networking"
-msgstr "Nastavitev omreja"
-
-#: ../../install2.pm_.c:51 ../../install_steps_interactive.pm_.c:818
-msgid "Summary"
+#: ../../install2.pm_.c:169
+#, c-format
+msgid "You must also format %s"
msgstr ""
-#: ../../install2.pm_.c:52
-msgid "Configure services"
-msgstr "Nastavitev servisov"
-
-#: ../../install2.pm_.c:54
-msgid "Create a bootdisk"
-msgstr "Ustvarjanje zagonske diskete"
-
-#: ../../install2.pm_.c:56
-msgid "Install bootloader"
-msgstr "Namestitev zagonskega nalagalnika"
-
-#: ../../install2.pm_.c:57
-msgid "Configure X"
-msgstr "Nastavitev X"
-
-#: ../../install2.pm_.c:58
-msgid "Exit install"
-msgstr "Izhod iz namestitve"
-
-#: ../../install_any.pm_.c:402
+#: ../../install_any.pm_.c:411
#, c-format
msgid ""
"You have selected the following server(s): %s\n"
@@ -3360,48 +3404,28 @@ msgid ""
"Do you really want to install these servers?\n"
msgstr ""
-#: ../../install_any.pm_.c:433
+#: ../../install_any.pm_.c:447
msgid "Can't use broadcast with no NIS domain"
msgstr ""
-#: ../../install_any.pm_.c:676
+#: ../../install_any.pm_.c:793
#, fuzzy, c-format
msgid "Insert a FAT formatted floppy in drive %s"
msgstr "Izberite strenik"
-#: ../../install_any.pm_.c:680
+#: ../../install_any.pm_.c:797
msgid "This floppy is not FAT formatted"
msgstr ""
-#: ../../install_any.pm_.c:690
+#: ../../install_any.pm_.c:809
msgid ""
"To use this saved packages selection, boot installation with ``linux "
"defcfg=floppy''"
msgstr ""
-#: ../../install_any.pm_.c:712
-msgid "Error reading file $f"
-msgstr "Napaka pri branju datoteke $f"
-
-#: ../../install_gtk.pm_.c:84 ../../install_steps_gtk.pm_.c:310
-#: ../../interactive.pm_.c:99 ../../interactive.pm_.c:114
-#: ../../interactive.pm_.c:269 ../../interactive_newt.pm_.c:166
-#: ../../interactive_stdio.pm_.c:27 ../../my_gtk.pm_.c:356
-#: ../../my_gtk.pm_.c:617 ../../my_gtk.pm_.c:640
-msgid "Ok"
-msgstr "V redu"
-
-#: ../../install_gtk.pm_.c:423
-msgid "Please test the mouse"
-msgstr "Preizkusite miko"
-
-#: ../../install_gtk.pm_.c:424 ../../standalone/mousedrake_.c:132
-#, fuzzy
-msgid "To activate the mouse,"
-msgstr "Preizkusite miko"
-
-#: ../../install_gtk.pm_.c:425 ../../standalone/mousedrake_.c:133
-msgid "MOVE YOUR WHEEL!"
+#: ../../install_any.pm_.c:831 ../../partition_table.pm_.c:763
+#, c-format
+msgid "Error reading file %s"
msgstr ""
#: ../../install_interactive.pm_.c:23
@@ -3411,7 +3435,7 @@ msgid ""
"You can find some information about them at: %s"
msgstr ""
-#: ../../install_interactive.pm_.c:41
+#: ../../install_interactive.pm_.c:58
msgid ""
"You must have a root partition.\n"
"For this, create a partition (or click on an existing one).\n"
@@ -3421,11 +3445,11 @@ msgstr ""
"Ustvarite nov razdelek (ali izberite obstojeega).\n"
"Nato izberite ``Toka prikljuitve'' in jo nastavite na `/'"
-#: ../../install_interactive.pm_.c:46 ../../install_steps_graphical.pm_.c:259
+#: ../../install_interactive.pm_.c:63
msgid "You must have a swap partition"
msgstr "Potrebujete razdelek swap"
-#: ../../install_interactive.pm_.c:47 ../../install_steps_graphical.pm_.c:261
+#: ../../install_interactive.pm_.c:64
msgid ""
"You don't have a swap partition\n"
"\n"
@@ -3435,56 +3459,61 @@ msgstr ""
"\n"
"Naj vseeno nadaljujem?"
-#: ../../install_interactive.pm_.c:68
+#: ../../install_interactive.pm_.c:67 ../../install_steps.pm_.c:163
+#, fuzzy
+msgid "You must have a FAT partition mounted in /boot/efi"
+msgstr "Potrebujete razdelek swap"
+
+#: ../../install_interactive.pm_.c:90
msgid "Use free space"
msgstr "Uporabi razpololjiv prostor"
-#: ../../install_interactive.pm_.c:70
+#: ../../install_interactive.pm_.c:92
msgid "Not enough free space to allocate new partitions"
msgstr "Premalo razpololjivega prostora za nov razdelek"
-#: ../../install_interactive.pm_.c:78
+#: ../../install_interactive.pm_.c:100
msgid "Use existing partition"
msgstr "Uporabi obstoje razdelek"
-#: ../../install_interactive.pm_.c:80
+#: ../../install_interactive.pm_.c:102
msgid "There is no existing partition to use"
msgstr "Na voljno ni nobenega obstojeega razdelka"
-#: ../../install_interactive.pm_.c:87
+#: ../../install_interactive.pm_.c:109
msgid "Use the Windows partition for loopback"
msgstr "Uporabi razdelek Oken (Windows) za loopback"
-#: ../../install_interactive.pm_.c:90
+#: ../../install_interactive.pm_.c:112
#, fuzzy
msgid "Which partition do you want to use for Linux4Win?"
msgstr "Kateri razdelek elite uporabiti za Linux4Win?"
-#: ../../install_interactive.pm_.c:92
+#: ../../install_interactive.pm_.c:114
msgid "Choose the sizes"
msgstr "Izberite velikosti"
-#: ../../install_interactive.pm_.c:93
+#: ../../install_interactive.pm_.c:115
msgid "Root partition size in MB: "
msgstr "Velikost korenskega razdelka v MB: "
-#: ../../install_interactive.pm_.c:94
+#: ../../install_interactive.pm_.c:116
msgid "Swap partition size in MB: "
msgstr "Velikost razdelka swap v MB: "
-#: ../../install_interactive.pm_.c:102
+#: ../../install_interactive.pm_.c:125
msgid "Use the free space on the Windows partition"
msgstr "Uporabi razpololjiv prostor v razdelku Oken (Windows)"
-#: ../../install_interactive.pm_.c:105
+#: ../../install_interactive.pm_.c:128
msgid "Which partition do you want to resize?"
msgstr "Kateremu razdeleku elite spremeniti velikost?"
-#: ../../install_interactive.pm_.c:107
+#: ../../install_interactive.pm_.c:130
msgid "Computing Windows filesystem bounds"
msgstr "Raunanje mej datotenega sistema Oken (Windows)"
-#: ../../install_interactive.pm_.c:110
+#: ../../install_interactive.pm_.c:133
#, c-format
msgid ""
"The FAT resizer is unable to handle your partition, \n"
@@ -3493,20 +3522,22 @@ msgstr ""
"Spreminjalec velikosti FAT ne deluje na vaem razdelku, \n"
"prilo je do naslednje napake: %s"
-#: ../../install_interactive.pm_.c:113
+#: ../../install_interactive.pm_.c:136
msgid "Your Windows partition is too fragmented, please run ``defrag'' first"
msgstr ""
"Va razdelek Oken (Windows) je preve fragmentiran. Najprej poenite "
"``defrag''"
-#: ../../install_interactive.pm_.c:114
+#: ../../install_interactive.pm_.c:137
+#, fuzzy
msgid ""
"WARNING!\n"
"\n"
-"DrakX will now resize your Windows partition. Be careful: this operation is\n"
-"dangerous. If you have not already done so, you should first exit the\n"
-"installation, run scandisk under Windows (and optionally run defrag), then\n"
-"restart the installation. You should also backup your data.\n"
+"DrakX will now resize your Windows partition. Be careful:\n"
+"this operation is dangerous. If you have not already done\n"
+"so, you should first exit the installation, run scandisk\n"
+"under Windows (and optionally run defrag), then restart the\n"
+"installation. You should also backup your data.\n"
"When sure, press Ok."
msgstr ""
"OPOZORILO!\n"
@@ -3517,21 +3548,21 @@ msgstr ""
"zaenite namestitev. Naredite tudi varnostno kopijo podatkov.\n"
"e ste prepriani, pritisnite \"V redu\"."
-#: ../../install_interactive.pm_.c:123
+#: ../../install_interactive.pm_.c:147
msgid "Which size do you want to keep for windows on"
msgstr ""
-#: ../../install_interactive.pm_.c:124
+#: ../../install_interactive.pm_.c:148
#, c-format
msgid "partition %s"
msgstr "razdelek %s"
-#: ../../install_interactive.pm_.c:130
+#: ../../install_interactive.pm_.c:155
#, c-format
msgid "FAT resizing failed: %s"
msgstr "Spreminjanje velikosti FAT neuspeno: %s"
-#: ../../install_interactive.pm_.c:145
+#: ../../install_interactive.pm_.c:170
msgid ""
"There is no FAT partitions to resize or to use as loopback (or not enough "
"space left)"
@@ -3539,33 +3570,33 @@ msgstr ""
"Ni ve razdelkov FAT za spremembo velikosti ali uporabo kot loopback\n"
"(ali premalo prostora)"
-#: ../../install_interactive.pm_.c:151
+#: ../../install_interactive.pm_.c:176
msgid "Erase entire disk"
msgstr "Brisanje celotnega diska"
-#: ../../install_interactive.pm_.c:151
+#: ../../install_interactive.pm_.c:176
msgid "Remove Windows(TM)"
msgstr "Odstranjevanje Oken(TM)"
-#: ../../install_interactive.pm_.c:154
+#: ../../install_interactive.pm_.c:179
msgid "You have more than one hard drive, which one do you install linux on?"
msgstr "Imate ve kot en trdi disk, na katerega elite namestiti Linux?"
-#: ../../install_interactive.pm_.c:157
+#: ../../install_interactive.pm_.c:182
#, c-format
msgid "ALL existing partitions and their data will be lost on drive %s"
msgstr "VSI razdelki in podatki na disku %s bodo izgubljeni"
-#: ../../install_interactive.pm_.c:165
+#: ../../install_interactive.pm_.c:190
#, fuzzy
msgid "Custom disk partitioning"
msgstr "Uporabi obstoje razdelek"
-#: ../../install_interactive.pm_.c:169
+#: ../../install_interactive.pm_.c:194
msgid "Use fdisk"
msgstr "Uporabi fdisk"
-#: ../../install_interactive.pm_.c:172
+#: ../../install_interactive.pm_.c:197
#, c-format
msgid ""
"You can now partition %s.\n"
@@ -3574,34 +3605,34 @@ msgstr ""
"Sedej lahko ustvarjate/spreminjate razdelke na %s.\n"
"Po konanem delu ne pozabite shraniti sprememb z ukazom `w'"
-#: ../../install_interactive.pm_.c:201
+#: ../../install_interactive.pm_.c:226
#, fuzzy
msgid "You don't have enough free space on your Windows partition"
msgstr "Uporabi razpololjiv prostor v razdelku Oken (Windows)"
-#: ../../install_interactive.pm_.c:217
+#: ../../install_interactive.pm_.c:242
#, fuzzy
msgid "I can't find any room for installing"
msgstr "Razdelkov ni ve mogoe dodati"
-#: ../../install_interactive.pm_.c:221
+#: ../../install_interactive.pm_.c:246
msgid "The DrakX Partitioning wizard found the following solutions:"
msgstr "DrakX-ov arovnik za razdelke je najdel naslednje reitve:"
-#: ../../install_interactive.pm_.c:226
+#: ../../install_interactive.pm_.c:251
#, c-format
msgid "Partitioning failed: %s"
msgstr ""
-#: ../../install_interactive.pm_.c:232
+#: ../../install_interactive.pm_.c:261
msgid "Bringing up the network"
msgstr "Vklop omreja"
-#: ../../install_interactive.pm_.c:237
+#: ../../install_interactive.pm_.c:266
msgid "Bringing down the network"
msgstr "Izklop omreja"
-#: ../../install_steps.pm_.c:73
+#: ../../install_steps.pm_.c:76
msgid ""
"An error occurred, but I don't know how to handle it nicely.\n"
"Continue at your own risk."
@@ -3609,12 +3640,12 @@ msgstr ""
"Prilo je do napake, ki je sistem ne zna obdelati na lep nain.\n"
"Nadaljujte na svojo odgovornost."
-#: ../../install_steps.pm_.c:203
+#: ../../install_steps.pm_.c:205
#, c-format
msgid "Duplicate mount point %s"
msgstr "Podvojena toka priklopa %s"
-#: ../../install_steps.pm_.c:385
+#: ../../install_steps.pm_.c:388
msgid ""
"Some important packages didn't get installed properly.\n"
"Either your cdrom drive or your cdrom is defective.\n"
@@ -3626,112 +3657,45 @@ msgstr ""
"Preverite medij na raunlaniku z Linux-om z uporabo ukaza \"rpm -qpl "
"Mandrake/RPMS/*.rpm\"\n"
-#: ../../install_steps.pm_.c:451
+#: ../../install_steps.pm_.c:458
#, c-format
msgid "Welcome to %s"
msgstr "Pozdravljeni v %s"
-#: ../../install_steps.pm_.c:634
+#: ../../install_steps.pm_.c:513 ../../install_steps.pm_.c:755
msgid "No floppy drive available"
msgstr "Na voljno ni nobenega disketnega pogona"
-#: ../../install_steps_auto_install.pm_.c:51
-#: ../../install_steps_stdio.pm_.c:23
+#: ../../install_steps_auto_install.pm_.c:76
+#: ../../install_steps_stdio.pm_.c:22
#, c-format
msgid "Entering step `%s'\n"
msgstr "Vstop v korak `%s'\n"
-#: ../../install_steps_graphical.pm_.c:287
-msgid "Choose the size you want to install"
-msgstr "Izberite velikost, ki jo elite namestiti"
-
-#: ../../install_steps_graphical.pm_.c:334
-msgid "Total size: "
-msgstr "Celotna velikost: "
-
-#: ../../install_steps_graphical.pm_.c:346 ../../install_steps_gtk.pm_.c:437
-#, c-format
-msgid "Version: %s\n"
-msgstr "Razliica: %s\n"
-
-#: ../../install_steps_graphical.pm_.c:347 ../../install_steps_gtk.pm_.c:438
-#, c-format
-msgid "Size: %d KB\n"
-msgstr "Velikost: %d KB\n"
-
-#: ../../install_steps_graphical.pm_.c:462 ../../install_steps_gtk.pm_.c:337
-#: ../../install_steps_interactive.pm_.c:520
-msgid "Choose the packages you want to install"
-msgstr "Izberite pakete, ki jih elite namestiti"
-
-#: ../../install_steps_graphical.pm_.c:465 ../../install_steps_gtk.pm_.c:340
-msgid "Info"
-msgstr "Informacije"
-
-#: ../../install_steps_graphical.pm_.c:473 ../../install_steps_gtk.pm_.c:345
-#: ../../install_steps_interactive.pm_.c:226
-msgid "Install"
-msgstr "Namestiti"
-
-#: ../../install_steps_graphical.pm_.c:492 ../../install_steps_gtk.pm_.c:558
-#: ../../install_steps_interactive.pm_.c:675
-msgid "Installing"
-msgstr "Nameanje"
-
-#: ../../install_steps_graphical.pm_.c:499
-msgid "Please wait, "
-msgstr "Prosim poakajte, "
-
-#: ../../install_steps_graphical.pm_.c:501 ../../install_steps_gtk.pm_.c:570
-msgid "Time remaining "
-msgstr "Preostal as "
-
-#: ../../install_steps_graphical.pm_.c:502
-msgid "Total time "
-msgstr "Skupen as"
-
-#: ../../install_steps_graphical.pm_.c:507
-#: ../../install_steps_interactive.pm_.c:675
-msgid "Preparing installation"
-msgstr "Priprava namestitbe"
-
-#: ../../install_steps_graphical.pm_.c:528 ../../install_steps_gtk.pm_.c:618
-#, c-format
-msgid "Installing package %s"
-msgstr "Nameanje paketa %s"
-
-#: ../../install_steps_graphical.pm_.c:553 ../../install_steps_gtk.pm_.c:695
-#: ../../install_steps_gtk.pm_.c:699
-msgid "Go on anyway?"
-msgstr "Naj vseeno nadaljujem?"
-
-#: ../../install_steps_graphical.pm_.c:553 ../../install_steps_gtk.pm_.c:695
-msgid "There was an error ordering packages:"
-msgstr ""
-
-#: ../../install_steps_graphical.pm_.c:577
-msgid "Use existing configuration for X11?"
-msgstr "Naj uporabim e obstojeo nastavitev X11?"
-
-#: ../../install_steps_gtk.pm_.c:142
+#: ../../install_steps_gtk.pm_.c:148
msgid ""
"Your system is low on resource. You may have some problem installing\n"
-"Linux-Mandrake. If that occurs, you can try a text install instead. For "
+"Mandrake Linux. If that occurs, you can try a text install instead. For "
"this,\n"
"press `F1' when booting on CDROM, then enter `text'."
msgstr ""
-#: ../../install_steps_gtk.pm_.c:156
-msgid "Please, choose one of the following classes of installation:"
+#: ../../install_steps_gtk.pm_.c:159 ../../install_steps_interactive.pm_.c:224
+msgid "Install Class"
msgstr ""
-#: ../../install_steps_gtk.pm_.c:222
+#: ../../install_steps_gtk.pm_.c:162
+#, fuzzy
+msgid "Please choose one of the following classes of installation:"
+msgstr "Izberite kartico"
+
+#: ../../install_steps_gtk.pm_.c:228
#, c-format
msgid ""
"The total size for the groups you have selected is approximately %d MB.\n"
msgstr ""
-#: ../../install_steps_gtk.pm_.c:224
+#: ../../install_steps_gtk.pm_.c:230
#, c-format
msgid ""
"If you wish to install less than this size,\n"
@@ -3741,7 +3705,7 @@ msgid ""
"a percentage of 100%% will install all selected packages."
msgstr ""
-#: ../../install_steps_gtk.pm_.c:229
+#: ../../install_steps_gtk.pm_.c:235
#, c-format
msgid ""
"You have space on your disk for only %d%% of these packages.\n"
@@ -3752,110 +3716,180 @@ msgid ""
"a percentage of %d%% will install as many packages as possible."
msgstr ""
-#: ../../install_steps_gtk.pm_.c:235
+#: ../../install_steps_gtk.pm_.c:241
msgid "You will be able to choose them more specifically in the next step."
msgstr ""
-#: ../../install_steps_gtk.pm_.c:237
+#: ../../install_steps_gtk.pm_.c:243
#, fuzzy
msgid "Percentage of packages to install"
msgstr "Izberite kartico"
-#: ../../install_steps_gtk.pm_.c:285 ../../install_steps_interactive.pm_.c:599
+#: ../../install_steps_gtk.pm_.c:291 ../../install_steps_interactive.pm_.c:705
msgid "Package Group Selection"
msgstr ""
-#: ../../install_steps_gtk.pm_.c:305 ../../install_steps_interactive.pm_.c:614
+#: ../../install_steps_gtk.pm_.c:323 ../../install_steps_interactive.pm_.c:720
msgid "Individual package selection"
msgstr ""
-#: ../../install_steps_gtk.pm_.c:349
-msgid "Show automatically selected packages"
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:416
-msgid "Expand Tree"
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:417
-msgid "Collapse Tree"
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:418
-msgid "Toggle between flat and group sorted"
+#: ../../install_steps_gtk.pm_.c:346 ../../install_steps_interactive.pm_.c:645
+#, c-format
+msgid "Total size: %d / %d MB"
msgstr ""
-#: ../../install_steps_gtk.pm_.c:435
+#: ../../install_steps_gtk.pm_.c:391
msgid "Bad package"
msgstr ""
-#: ../../install_steps_gtk.pm_.c:436
+#: ../../install_steps_gtk.pm_.c:392
#, c-format
msgid "Name: %s\n"
msgstr ""
-#: ../../install_steps_gtk.pm_.c:439
+#: ../../install_steps_gtk.pm_.c:393
#, c-format
-msgid "Importance: %s\n"
-msgstr ""
+msgid "Version: %s\n"
+msgstr "Razliica: %s\n"
-#: ../../install_steps_gtk.pm_.c:448 ../../install_steps_interactive.pm_.c:578
+#: ../../install_steps_gtk.pm_.c:394
#, c-format
-msgid "Total size: %d / %d MB"
+msgid "Size: %d KB\n"
+msgstr "Velikost: %d KB\n"
+
+#: ../../install_steps_gtk.pm_.c:395
+#, c-format
+msgid "Importance: %s\n"
msgstr ""
-#: ../../install_steps_gtk.pm_.c:467
+#: ../../install_steps_gtk.pm_.c:417
msgid ""
"You can't select this package as there is not enough space left to install it"
msgstr ""
-#: ../../install_steps_gtk.pm_.c:471
+#: ../../install_steps_gtk.pm_.c:422
#, fuzzy
msgid "The following packages are going to be installed"
msgstr "Izberite kartico"
-#: ../../install_steps_gtk.pm_.c:472
+#: ../../install_steps_gtk.pm_.c:423
msgid "The following packages are going to be removed"
msgstr ""
-#: ../../install_steps_gtk.pm_.c:482
+#: ../../install_steps_gtk.pm_.c:435
msgid "You can't select/unselect this package"
msgstr ""
-#: ../../install_steps_gtk.pm_.c:501
+#: ../../install_steps_gtk.pm_.c:447
msgid "This is a mandatory package, it can't be unselected"
msgstr ""
-#: ../../install_steps_gtk.pm_.c:503
+#: ../../install_steps_gtk.pm_.c:449
msgid "You can't unselect this package. It is already installed"
msgstr ""
-#: ../../install_steps_gtk.pm_.c:507
+#: ../../install_steps_gtk.pm_.c:453
msgid ""
"This package must be upgraded\n"
"Are you sure you want to deselect it?"
msgstr ""
-#: ../../install_steps_gtk.pm_.c:510
+#: ../../install_steps_gtk.pm_.c:457
msgid "You can't unselect this package. It must be upgraded"
msgstr ""
-#: ../../install_steps_gtk.pm_.c:563
+#: ../../install_steps_gtk.pm_.c:462
+msgid "Show automatically selected packages"
+msgstr ""
+
+#: ../../install_steps_gtk.pm_.c:463 ../../install_steps_interactive.pm_.c:246
+#: ../../install_steps_interactive.pm_.c:250
+msgid "Install"
+msgstr "Namestiti"
+
+#: ../../install_steps_gtk.pm_.c:466
+#, fuzzy
+msgid "Load/Save on floppy"
+msgstr "Shrani na disketo"
+
+#: ../../install_steps_gtk.pm_.c:467
+msgid "Updating package selection"
+msgstr ""
+
+#: ../../install_steps_gtk.pm_.c:472
+#, fuzzy
+msgid "Minimal install"
+msgstr "Izhod iz namestitve"
+
+#: ../../install_steps_gtk.pm_.c:487 ../../install_steps_interactive.pm_.c:555
+msgid "Choose the packages you want to install"
+msgstr "Izberite pakete, ki jih elite namestiti"
+
+#: ../../install_steps_gtk.pm_.c:503 ../../install_steps_interactive.pm_.c:787
+msgid "Installing"
+msgstr "Nameanje"
+
+#: ../../install_steps_gtk.pm_.c:509
#, fuzzy
msgid "Estimating"
msgstr "Zaganjam X"
-#: ../../install_steps_gtk.pm_.c:582
+#: ../../install_steps_gtk.pm_.c:516
+msgid "Time remaining "
+msgstr "Preostal as "
+
+#: ../../install_steps_gtk.pm_.c:528
#, fuzzy
msgid "Please wait, preparing installation"
msgstr "Priprava namestitbe"
-#: ../../install_steps_gtk.pm_.c:613
+#: ../../install_steps_gtk.pm_.c:611
#, c-format
msgid "%d packages"
msgstr ""
-#: ../../install_steps_gtk.pm_.c:652
+#: ../../install_steps_gtk.pm_.c:616
+#, c-format
+msgid "Installing package %s"
+msgstr "Nameanje paketa %s"
+
+#: ../../install_steps_gtk.pm_.c:657 ../../install_steps_interactive.pm_.c:185
+#: ../../install_steps_interactive.pm_.c:811
+#: ../../standalone/drakautoinst_.c:203
+msgid "Accept"
+msgstr ""
+
+#: ../../install_steps_gtk.pm_.c:657 ../../install_steps_interactive.pm_.c:185
+#: ../../install_steps_interactive.pm_.c:811
+#, fuzzy
+msgid "Refuse"
+msgstr "Spremeni velikost"
+
+#: ../../install_steps_gtk.pm_.c:658 ../../install_steps_interactive.pm_.c:812
+#, 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:672 ../../install_steps_gtk.pm_.c:676
+#: ../../install_steps_interactive.pm_.c:824
+#: ../../install_steps_interactive.pm_.c:828
+msgid "Go on anyway?"
+msgstr "Naj vseeno nadaljujem?"
+
+#: ../../install_steps_gtk.pm_.c:672 ../../install_steps_interactive.pm_.c:824
+msgid "There was an error ordering packages:"
+msgstr ""
+
+#: ../../install_steps_gtk.pm_.c:676 ../../install_steps_interactive.pm_.c:828
+msgid "There was an error installing packages:"
+msgstr ""
+
+#: ../../install_steps_interactive.pm_.c:10
msgid ""
"\n"
"Warning\n"
@@ -3887,62 +3921,30 @@ msgid ""
"copyright laws applicable to software programs.\n"
msgstr ""
-#: ../../install_steps_gtk.pm_.c:680 ../../install_steps_interactive.pm_.c:163
-msgid "Accept"
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:680 ../../install_steps_interactive.pm_.c:163
-#, fuzzy
-msgid "Refuse"
-msgstr "Spremeni velikost"
-
-#: ../../install_steps_gtk.pm_.c:681
-#, 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:699
-msgid "There was an error installing packages:"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:37
+#: ../../install_steps_interactive.pm_.c:67
msgid "An error occurred"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:55
+#: ../../install_steps_interactive.pm_.c:85
#, fuzzy
-msgid "Please, choose a language to use."
-msgstr "Ali elite sedaj zagnati ,X -probeonly`?"
-
-#: ../../install_steps_interactive.pm_.c:56
-msgid "You can choose other languages that will be available after install"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:68
-#: ../../install_steps_interactive.pm_.c:613
-msgid "All"
-msgstr ""
+msgid "Do you really want to leave the installation?"
+msgstr "elite preizkusiti nastavitev?"
-#: ../../install_steps_interactive.pm_.c:86
+#: ../../install_steps_interactive.pm_.c:108
msgid "License agreement"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:87
+#: ../../install_steps_interactive.pm_.c:109
msgid ""
"Introduction\n"
"\n"
-"The operating system and the different components available in the Linux-"
-"Mandrake distribution \n"
+"The operating system and the different components available in the Mandrake "
+"Linux distribution \n"
"shall be called the \"Software Products\" hereafter. The Software Products "
"include, but are not \n"
"restricted to, the set of programs, methods, rules and documentation related "
"to the operating \n"
-"system and the different components of the Linux-Mandrake distribution.\n"
+"system and the different components of the Mandrake Linux distribution.\n"
"\n"
"\n"
"1. License Agreement\n"
@@ -3996,7 +3998,7 @@ msgid ""
"loss) arising out \n"
"of the possession and use of software components or arising out of "
"downloading software components \n"
-"from one of Linux-Mandrake sites which are prohibited or restricted in some "
+"from one of Mandrake Linux sites which are prohibited or restricted in some "
"countries by local laws.\n"
"This limited liability applies to, but is not restricted to, the strong "
"cryptography components \n"
@@ -4033,7 +4035,7 @@ msgid ""
"MandrakeSoft S.A. reserves its rights to modify or adapt the Software "
"Products, as a whole or in \n"
"parts, by all means and for all purposes.\n"
-"\"Mandrake\", \"Linux-Mandrake\" and associated logos are trademarks of "
+"\"Mandrake\", \"Mandrake Linux\" and associated logos are trademarks of "
"MandrakeSoft S.A. \n"
"\n"
"\n"
@@ -4053,111 +4055,113 @@ msgid ""
"For any question on this document, please contact MandrakeSoft S.A. \n"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:182
-#: ../../install_steps_interactive.pm_.c:822
+#: ../../install_steps_interactive.pm_.c:205
+#: ../../install_steps_interactive.pm_.c:1045
#: ../../standalone/keyboarddrake_.c:28
msgid "Keyboard"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:183
-#: ../../standalone/keyboarddrake_.c:29
+#: ../../install_steps_interactive.pm_.c:206
#, fuzzy
-msgid "Please, choose your keyboard layout."
+msgid "Please choose your keyboard layout."
msgstr "Izberite kartico"
-#: ../../install_steps_interactive.pm_.c:184
+#: ../../install_steps_interactive.pm_.c:207
msgid "Here is the full list of keyboards available"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:201
-msgid "Install Class"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:201
+#: ../../install_steps_interactive.pm_.c:224
#, fuzzy
msgid "Which installation class do you want?"
msgstr "Kateri strenik potrebujete?"
-#: ../../install_steps_interactive.pm_.c:203
+#: ../../install_steps_interactive.pm_.c:226
#, fuzzy
msgid "Install/Update"
msgstr "Namestiti"
-#: ../../install_steps_interactive.pm_.c:203
+#: ../../install_steps_interactive.pm_.c:226
msgid "Is this an install or an update?"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:212
+#: ../../install_steps_interactive.pm_.c:235
msgid "Recommended"
msgstr "Priporoeno"
-#: ../../install_steps_interactive.pm_.c:215
-#: ../../install_steps_interactive.pm_.c:218
+#: ../../install_steps_interactive.pm_.c:238
+#: ../../install_steps_interactive.pm_.c:241
msgid "Expert"
msgstr "Napredno"
-#: ../../install_steps_interactive.pm_.c:226
-msgid "Update"
+#: ../../install_steps_interactive.pm_.c:246
+#: ../../install_steps_interactive.pm_.c:250
+msgid "Upgrade"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:238 ../../standalone/mousedrake_.c:41
+#: ../../install_steps_interactive.pm_.c:246
+#: ../../install_steps_interactive.pm_.c:250
#, fuzzy
-msgid "Please, choose the type of your mouse."
+msgid "Upgrade packages only"
+msgstr "Izberite pakete za namestitev"
+
+#: ../../install_steps_interactive.pm_.c:266
+#, fuzzy
+msgid "Please choose the type of your mouse."
msgstr "Ali elite sedaj zagnati ,X -probeonly`?"
-#: ../../install_steps_interactive.pm_.c:244 ../../standalone/mousedrake_.c:57
+#: ../../install_steps_interactive.pm_.c:272 ../../standalone/mousedrake_.c:65
msgid "Mouse Port"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:245 ../../standalone/mousedrake_.c:58
+#: ../../install_steps_interactive.pm_.c:273 ../../standalone/mousedrake_.c:66
#, fuzzy
msgid "Please choose on which serial port your mouse is connected to."
msgstr "Kateri strenik potrebujete?"
-#: ../../install_steps_interactive.pm_.c:253
+#: ../../install_steps_interactive.pm_.c:281
msgid "Buttons emulation"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:255
+#: ../../install_steps_interactive.pm_.c:283
msgid "Button 2 Emulation"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:256
+#: ../../install_steps_interactive.pm_.c:284
msgid "Button 3 Emulation"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:275
+#: ../../install_steps_interactive.pm_.c:305
msgid "Configuring PCMCIA cards..."
msgstr "Nastavitev kartic PCMCIA..."
-#: ../../install_steps_interactive.pm_.c:275
+#: ../../install_steps_interactive.pm_.c:305
msgid "PCMCIA"
msgstr "PCMCIA"
-#: ../../install_steps_interactive.pm_.c:280
+#: ../../install_steps_interactive.pm_.c:312
#, fuzzy
msgid "Configuring IDE"
msgstr "Nastavitev zaslona"
-#: ../../install_steps_interactive.pm_.c:280
+#: ../../install_steps_interactive.pm_.c:312
msgid "IDE"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:295
+#: ../../install_steps_interactive.pm_.c:327
#, fuzzy
msgid "no available partitions"
msgstr "Zaganjam X"
-#: ../../install_steps_interactive.pm_.c:298
+#: ../../install_steps_interactive.pm_.c:330
msgid "Scanning partitions to find mount points"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:306
+#: ../../install_steps_interactive.pm_.c:338
#, fuzzy
msgid "Choose the mount points"
msgstr "Ali elite sedaj zagnati ,X -probeonly`?"
-#: ../../install_steps_interactive.pm_.c:323
+#: ../../install_steps_interactive.pm_.c:357
#, c-format
msgid ""
"I can't read your partition table, it's too corrupted for me :(\n"
@@ -4168,112 +4172,183 @@ msgid ""
"Do you agree to loose all the partitions?\n"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:336
+#: ../../install_steps_interactive.pm_.c:370
msgid ""
"DiskDrake failed to read correctly the partition table.\n"
"Continue at your own risk!"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:361
+#: ../../install_steps_interactive.pm_.c:386
+msgid ""
+"No free space for 1MB bootstrap! Install will continue, but to boot your "
+"system, you'll need to create the bootstrap partition in DiskDrake"
+msgstr ""
+
+#: ../../install_steps_interactive.pm_.c:395
+#, fuzzy
+msgid "No root partition found to perform an upgrade"
+msgstr "Ali elite zdaj zagnati ,X -probeonly`?"
+
+#: ../../install_steps_interactive.pm_.c:396
#, fuzzy
msgid "Root Partition"
msgstr "Zaganjam X"
-#: ../../install_steps_interactive.pm_.c:362
+#: ../../install_steps_interactive.pm_.c:397
#, fuzzy
msgid "What is the root partition (/) of your system?"
msgstr "Kateri strenik potrebujete?"
-#: ../../install_steps_interactive.pm_.c:376
+#: ../../install_steps_interactive.pm_.c:411
msgid "You need to reboot for the partition table modifications to take place"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:403
+#: ../../install_steps_interactive.pm_.c:435
#, fuzzy
msgid "Choose the partitions you want to format"
msgstr "Ali elite zdaj zagnati ,X -probeonly`?"
-#: ../../install_steps_interactive.pm_.c:404
+#: ../../install_steps_interactive.pm_.c:436
msgid "Check bad blocks?"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:427
+#: ../../install_steps_interactive.pm_.c:462
#, fuzzy
msgid "Formatting partitions"
msgstr "Zaganjam X"
-#: ../../install_steps_interactive.pm_.c:429
+#: ../../install_steps_interactive.pm_.c:464
#, c-format
msgid "Creating and formatting file %s"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:432
+#: ../../install_steps_interactive.pm_.c:467
msgid "Not enough swap to fulfill installation, please add some"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:438
+#: ../../install_steps_interactive.pm_.c:473
msgid "Looking for available packages"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:444
+#: ../../install_steps_interactive.pm_.c:479
msgid "Finding packages to upgrade"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:461
+#: ../../install_steps_interactive.pm_.c:496
#, c-format
msgid ""
"Your system has not enough space left for installation or upgrade (%d > %d)"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:480
+#: ../../install_steps_interactive.pm_.c:515
#, fuzzy, c-format
msgid "Complete (%dMB)"
msgstr "Obiajni DAC"
-#: ../../install_steps_interactive.pm_.c:480
+#: ../../install_steps_interactive.pm_.c:515
#, c-format
msgid "Minimum (%dMB)"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:480
+#: ../../install_steps_interactive.pm_.c:515
#, fuzzy, c-format
msgid "Recommended (%dMB)"
msgstr "Obiajni DAC"
-#: ../../install_steps_interactive.pm_.c:486
+#: ../../install_steps_interactive.pm_.c:568
+msgid ""
+"Please choose load or save package selection on floppy.\n"
+"The format is the same as auto_install generated floppies."
+msgstr ""
+
+#: ../../install_steps_interactive.pm_.c:571
#, fuzzy
-msgid "Custom"
-msgstr "Prilagojeno"
+msgid "Load from floppy"
+msgstr "Obnovi z diskete"
+
+#: ../../install_steps_interactive.pm_.c:573
+#, fuzzy
+msgid "Loading from floppy"
+msgstr "Obnovi z diskete"
+
+#: ../../install_steps_interactive.pm_.c:573
+msgid "Package selection"
+msgstr ""
+
+#: ../../install_steps_interactive.pm_.c:578
+#, fuzzy
+msgid "Insert a floppy containing package selection"
+msgstr "Izberite strenik"
-#: ../../install_steps_interactive.pm_.c:585
+#: ../../install_steps_interactive.pm_.c:590
+msgid "Save on floppy"
+msgstr "Shrani na disketo"
+
+#: ../../install_steps_interactive.pm_.c:658
msgid "Selected size is larger than available space"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:650
+#: ../../install_steps_interactive.pm_.c:671
+msgid "Type of install"
+msgstr ""
+
+#: ../../install_steps_interactive.pm_.c:672
+msgid ""
+"You haven't selected any group of packages.\n"
+"Please choose the minimal installation you want:"
+msgstr ""
+
+#: ../../install_steps_interactive.pm_.c:675
+msgid "With X"
+msgstr ""
+
+#: ../../install_steps_interactive.pm_.c:677
+msgid "With basic documentation (recommended!)"
+msgstr ""
+
+#: ../../install_steps_interactive.pm_.c:678
+msgid "Truly minimal install (especially no urpmi)"
+msgstr ""
+
+#: ../../install_steps_interactive.pm_.c:762
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:655
+#: ../../install_steps_interactive.pm_.c:767
#, c-format
msgid "Cd-Rom labeled \"%s\""
msgstr ""
-#: ../../install_steps_interactive.pm_.c:684
+#: ../../install_steps_interactive.pm_.c:787
+msgid "Preparing installation"
+msgstr "Priprava namestitbe"
+
+#: ../../install_steps_interactive.pm_.c:796
#, c-format
msgid ""
"Installing package %s\n"
"%d%%"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:693
+#: ../../install_steps_interactive.pm_.c:842
#, fuzzy
msgid "Post-install configuration"
msgstr "Nastavitev zaslona"
-#: ../../install_steps_interactive.pm_.c:718
+#: ../../install_steps_interactive.pm_.c:848
+#, fuzzy, c-format
+msgid "Please insert the Boot floppy used in drive %s"
+msgstr "Izberite strenik"
+
+#: ../../install_steps_interactive.pm_.c:854
+#, fuzzy, c-format
+msgid "Please insert the Update Modules floppy in drive %s"
+msgstr "Izberite strenik"
+
+#: ../../install_steps_interactive.pm_.c:874
msgid ""
"You have now the possibility to download software aimed for encryption.\n"
"\n"
@@ -4312,100 +4387,165 @@ msgid ""
"USA"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:750
+#: ../../install_steps_interactive.pm_.c:912
+msgid ""
+"You have now the possibility to download updated packages that have\n"
+"been released after the distribution has been made available.\n"
+"\n"
+"You will get security fixes or bug fixes, but you need to have an\n"
+"Internet connection configured to proceed.\n"
+"\n"
+"Do you want to install the updates ?"
+msgstr ""
+
+#: ../../install_steps_interactive.pm_.c:926
+msgid "Contacting Mandrake Linux web site to get the list of available mirrors"
+msgstr ""
+
+#: ../../install_steps_interactive.pm_.c:931
msgid "Choose a mirror from which to get the packages"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:761
+#: ../../install_steps_interactive.pm_.c:940
msgid "Contacting the mirror to get the list of available packages"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:764
-#, fuzzy
-msgid "Please choose the packages you want to install."
-msgstr "Izberite kartico"
-
-#: ../../install_steps_interactive.pm_.c:776
+#: ../../install_steps_interactive.pm_.c:967
#, fuzzy
msgid "Which is your timezone?"
msgstr "Kateri strenik potrebujete?"
-#: ../../install_steps_interactive.pm_.c:778
-msgid "Is your hardware clock set to GMT?"
+#: ../../install_steps_interactive.pm_.c:972
+msgid "Hardware clock set to GMT"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:806 ../../printer.pm_.c:22
-#: ../../printerdrake.pm_.c:415
+#: ../../install_steps_interactive.pm_.c:973
+msgid "Automatic time synchronization (using NTP)"
+msgstr ""
+
+#: ../../install_steps_interactive.pm_.c:980
+#, fuzzy
+msgid "NTP Server"
+msgstr "Izberite strenik"
+
+#: ../../install_steps_interactive.pm_.c:1014
+#: ../../install_steps_interactive.pm_.c:1022
msgid "Remote CUPS server"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:807
+#: ../../install_steps_interactive.pm_.c:1015
#, fuzzy
msgid "No printer"
msgstr "Odstrani vnos"
-#: ../../install_steps_interactive.pm_.c:821
+#: ../../install_steps_interactive.pm_.c:1032
+#, fuzzy
+msgid "Do you have an ISA sound card?"
+msgstr "Imate e kaknega?"
+
+#: ../../install_steps_interactive.pm_.c:1034
+msgid "Run \"sndconfig\" after installation to configure your sound card"
+msgstr ""
+
+#: ../../install_steps_interactive.pm_.c:1036
+msgid "No sound card detected. Try \"harddrake\" after installation"
+msgstr ""
+
+#: ../../install_steps_interactive.pm_.c:1041 ../../steps.pm_.c:27
+msgid "Summary"
+msgstr ""
+
+#: ../../install_steps_interactive.pm_.c:1044
#, fuzzy
msgid "Mouse"
msgstr "Premakni"
-#: ../../install_steps_interactive.pm_.c:823
+#: ../../install_steps_interactive.pm_.c:1046
msgid "Timezone"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:824 ../../printerdrake.pm_.c:344
+#: ../../install_steps_interactive.pm_.c:1047 ../../printerdrake.pm_.c:2276
+#: ../../printerdrake.pm_.c:2354
#, fuzzy
msgid "Printer"
msgstr "Izberite strenik"
-#: ../../install_steps_interactive.pm_.c:826
+#: ../../install_steps_interactive.pm_.c:1049
msgid "ISDN card"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:829
+#: ../../install_steps_interactive.pm_.c:1052
+#: ../../install_steps_interactive.pm_.c:1054
msgid "Sound card"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:832
+#: ../../install_steps_interactive.pm_.c:1056
msgid "TV card"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:862
-#, fuzzy
-msgid "Which printing system do you want to use?"
-msgstr "Kateri strenik potrebujete?"
+#: ../../install_steps_interactive.pm_.c:1094
+#: ../../install_steps_interactive.pm_.c:1118
+#: ../../install_steps_interactive.pm_.c:1122
+msgid "LDAP"
+msgstr ""
+
+#: ../../install_steps_interactive.pm_.c:1095
+#: ../../install_steps_interactive.pm_.c:1118
+#: ../../install_steps_interactive.pm_.c:1131
+msgid "NIS"
+msgstr ""
+
+#: ../../install_steps_interactive.pm_.c:1096
+#: ../../install_steps_interactive.pm_.c:1118
+msgid "Local files"
+msgstr ""
+
+#: ../../install_steps_interactive.pm_.c:1105
+#: ../../install_steps_interactive.pm_.c:1106 ../../steps.pm_.c:24
+msgid "Set root password"
+msgstr "Nastavitev gesla root"
-#: ../../install_steps_interactive.pm_.c:896
+#: ../../install_steps_interactive.pm_.c:1107
msgid "No password"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:901
+#: ../../install_steps_interactive.pm_.c:1112
#, c-format
msgid "This password is too simple (must be at least %d characters long)"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:907
-msgid "Use NIS"
+#: ../../install_steps_interactive.pm_.c:1118 ../../network/modem.pm_.c:49
+#: ../../standalone/draknet_.c:626 ../../standalone/logdrake_.c:172
+msgid "Authentication"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:907
-msgid "yellow pages"
+#: ../../install_steps_interactive.pm_.c:1126
+msgid "Authentication LDAP"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:914
-msgid "Authentification NIS"
+#: ../../install_steps_interactive.pm_.c:1127
+msgid "LDAP Base dn"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:915
+#: ../../install_steps_interactive.pm_.c:1128
+#, fuzzy
+msgid "LDAP Server"
+msgstr "Izberite strenik"
+
+#: ../../install_steps_interactive.pm_.c:1134
+msgid "Authentication NIS"
+msgstr ""
+
+#: ../../install_steps_interactive.pm_.c:1135
msgid "NIS Domain"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:916
+#: ../../install_steps_interactive.pm_.c:1136
#, fuzzy
msgid "NIS Server"
msgstr "Izberite strenik"
-#: ../../install_steps_interactive.pm_.c:951
+#: ../../install_steps_interactive.pm_.c:1171
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 "
@@ -4423,21 +4563,22 @@ msgid ""
"drive and press \"Ok\"."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:967
+#: ../../install_steps_interactive.pm_.c:1187
#, fuzzy
msgid "First floppy drive"
msgstr "Izberite strenik"
-#: ../../install_steps_interactive.pm_.c:968
+#: ../../install_steps_interactive.pm_.c:1188
#, fuzzy
msgid "Second floppy drive"
msgstr "Izberite strenik"
-#: ../../install_steps_interactive.pm_.c:969
+#: ../../install_steps_interactive.pm_.c:1189 ../../printerdrake.pm_.c:1848
msgid "Skip"
msgstr "Preskok"
-#: ../../install_steps_interactive.pm_.c:974
+#: ../../install_steps_interactive.pm_.c:1194
+#, c-format
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 "
@@ -4448,112 +4589,122 @@ msgid ""
"with\n"
"the Mandrake rescue image, making it much easier to recover from severe "
"system\n"
-"failures. Would you like to create a bootdisk for your system?"
+"failures. Would you like to create a bootdisk for your system?\n"
+"%s"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:983
+#: ../../install_steps_interactive.pm_.c:1200
+msgid ""
+"\n"
+"\n"
+"(WARNING! You're using XFS for your root partition,\n"
+"creating a bootdisk on a 1.44 Mb floppy will probably fail,\n"
+"because XFS needs a very large driver)."
+msgstr ""
+
+#: ../../install_steps_interactive.pm_.c:1208
#, fuzzy
msgid "Sorry, no floppy drive available"
msgstr "Izberite strenik"
-#: ../../install_steps_interactive.pm_.c:987
+#: ../../install_steps_interactive.pm_.c:1212
#, fuzzy
msgid "Choose the floppy drive you want to use to make the bootdisk"
msgstr "Ali elite zdaj zagnati ,X -probeonly`?"
-#: ../../install_steps_interactive.pm_.c:991
+#: ../../install_steps_interactive.pm_.c:1216
#, fuzzy, c-format
-msgid "Insert a floppy in drive %s"
+msgid "Insert a floppy in %s"
msgstr "Izberite strenik"
-#: ../../install_steps_interactive.pm_.c:994
+#: ../../install_steps_interactive.pm_.c:1219
msgid "Creating bootdisk"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1001
+#: ../../install_steps_interactive.pm_.c:1226
msgid "Preparing bootloader"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1010
+#: ../../install_steps_interactive.pm_.c:1237
+msgid ""
+"You appear to have an OldWorld or Unknown\n"
+" machine, the yaboot bootloader will not work for you.\n"
+"The install will continue, but you'll\n"
+" need to use BootX to boot your machine"
+msgstr ""
+
+#: ../../install_steps_interactive.pm_.c:1243
#, fuzzy
msgid "Do you want to use aboot?"
msgstr "Ali elite zdaj zagnati ,X -probeonly`?"
-#: ../../install_steps_interactive.pm_.c:1013
+#: ../../install_steps_interactive.pm_.c:1246
msgid ""
"Error installing aboot, \n"
"try to force installation even if that destroys the first partition?"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1022
+#: ../../install_steps_interactive.pm_.c:1253
+#, fuzzy
+msgid "Installing bootloader"
+msgstr "Namestitev zagonskega nalagalnika"
+
+#: ../../install_steps_interactive.pm_.c:1259
msgid "Installation of bootloader failed. The following error occured:"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1030
+#: ../../install_steps_interactive.pm_.c:1267
+#, c-format
msgid ""
"You may need to change your Open Firmware boot-device to\n"
" enable the bootloader. If you don't see the bootloader prompt at\n"
" reboot, hold down Command-Option-O-F at reboot and enter:\n"
-" setenv boot-device $of_boot,\\\\:tbxi\n"
+" setenv boot-device %s,\\\\:tbxi\n"
" Then type: shut-down\n"
"At your next boot you should see the bootloader prompt."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1038 ../../standalone/draksec_.c:23
-msgid "Low"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1039 ../../standalone/draksec_.c:24
-msgid "Medium"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1040 ../../standalone/draksec_.c:25
-msgid "High"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1044 ../../standalone/draksec_.c:49
-msgid "Choose security level"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1080
-msgid "Do you want to generate an auto install floppy for linux replication?"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1082
+#: ../../install_steps_interactive.pm_.c:1311
+#: ../../standalone/drakautoinst_.c:81
#, c-format
msgid "Insert a blank floppy in drive %s"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1096
-#: ../../install_steps_interactive.pm_.c:1128
+#: ../../install_steps_interactive.pm_.c:1315
+#: ../../standalone/drakautoinst_.c:83
msgid "Creating auto install floppy"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1156
+#: ../../install_steps_interactive.pm_.c:1326
msgid ""
"Some steps are not completed.\n"
"\n"
"Do you really want to quit now?"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1167
+#: ../../install_steps_interactive.pm_.c:1337
msgid ""
"Congratulations, installation is complete.\n"
"Remove the boot media and press return to reboot.\n"
"\n"
-"For information on fixes which are available for this release of Linux-"
-"Mandrake,\n"
-"consult the Errata available from http://www.linux-mandrake.com/.\n"
+"\n"
+"For information on fixes which are available for this release of Mandrake "
+"Linux,\n"
+"consult the Errata available from:\n"
+"\n"
+"\n"
+"http://www.linux-mandrake.com/en/82errata.php3\n"
+"\n"
"\n"
"Information on configuring your system is available in the post\n"
-"install chapter of the Official Linux-Mandrake User's Guide."
+"install chapter of the Official Mandrake Linux User's Guide."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1179
+#: ../../install_steps_interactive.pm_.c:1354
msgid "Generate auto install floppy"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1181
+#: ../../install_steps_interactive.pm_.c:1356
msgid ""
"The auto install can be fully automated if wanted,\n"
"in that case it will take over the hard drive!!\n"
@@ -4562,338 +4713,469 @@ msgid ""
"You may prefer to replay the installation.\n"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1186
+#: ../../install_steps_interactive.pm_.c:1361
#, fuzzy
msgid "Automated"
msgstr "Prilagojeno"
-#: ../../install_steps_interactive.pm_.c:1186
+#: ../../install_steps_interactive.pm_.c:1361
#, fuzzy
msgid "Replay"
msgstr "Naloi ponovno"
-#: ../../install_steps_interactive.pm_.c:1189
+#: ../../install_steps_interactive.pm_.c:1364
msgid "Save packages selection"
msgstr ""
#: ../../install_steps_newt.pm_.c:22
#, c-format
-msgid "Linux-Mandrake Installation %s"
+msgid "Mandrake Linux Installation %s"
msgstr ""
-#: ../../install_steps_newt.pm_.c:33
+#: ../../install_steps_newt.pm_.c:34
msgid ""
" <Tab>/<Alt-Tab> between elements | <Space> selects | <F12> next screen "
msgstr ""
-#: ../../interactive.pm_.c:65
+#: ../../interactive.pm_.c:87
msgid "kdesu missing"
msgstr ""
-#: ../../interactive.pm_.c:267
+#: ../../interactive.pm_.c:89 ../../interactive.pm_.c:100
+msgid "consolehelper missing"
+msgstr ""
+
+#: ../../interactive.pm_.c:152
+#, fuzzy
+msgid "Choose a file"
+msgstr "Izberite akcijo"
+
+#: ../../interactive.pm_.c:314
msgid "Advanced"
msgstr ""
-#: ../../interactive.pm_.c:290
+#: ../../interactive.pm_.c:315
+msgid "Basic"
+msgstr ""
+
+#: ../../interactive.pm_.c:386
msgid "Please wait"
msgstr ""
-#: ../../interactive_stdio.pm_.c:35
-#, c-format
-msgid "Ambiguity (%s), be more precise\n"
+#: ../../interactive_gtk.pm_.c:605 ../../services.pm_.c:222
+msgid "Info"
+msgstr "Informacije"
+
+#: ../../interactive_gtk.pm_.c:715
+msgid "Expand Tree"
msgstr ""
-#: ../../interactive_stdio.pm_.c:36 ../../interactive_stdio.pm_.c:51
-#: ../../interactive_stdio.pm_.c:71
+#: ../../interactive_gtk.pm_.c:716
+msgid "Collapse Tree"
+msgstr ""
+
+#: ../../interactive_gtk.pm_.c:717
+msgid "Toggle between flat and group sorted"
+msgstr ""
+
+#: ../../interactive_stdio.pm_.c:29 ../../interactive_stdio.pm_.c:147
msgid "Bad choice, try again\n"
msgstr ""
-#: ../../interactive_stdio.pm_.c:39
+#: ../../interactive_stdio.pm_.c:30 ../../interactive_stdio.pm_.c:148
#, c-format
-msgid " ? (default %s) "
+msgid "Your choice? (default %s) "
msgstr ""
#: ../../interactive_stdio.pm_.c:52
#, c-format
-msgid "Your choice? (default %s) "
+msgid ""
+"Entries you'll have to fill:\n"
+"%s"
+msgstr ""
+
+#: ../../interactive_stdio.pm_.c:68
+#, c-format
+msgid "Your choice? (0/1, default `%s') "
+msgstr ""
+
+#: ../../interactive_stdio.pm_.c:93
+#, fuzzy, c-format
+msgid "Button `%s': %s"
+msgstr "Monosti: %s"
+
+#: ../../interactive_stdio.pm_.c:94
+#, fuzzy
+msgid "Do you want to click on this button? "
+msgstr "Ali elite zdaj zagnati ,X -probeonly`?"
+
+#: ../../interactive_stdio.pm_.c:103
+#, c-format
+msgid "Your choice? (default `%s'%s) "
+msgstr ""
+
+#: ../../interactive_stdio.pm_.c:121
+#, c-format
+msgid "=> There are many things to choose from (%s).\n"
+msgstr ""
+
+#: ../../interactive_stdio.pm_.c:124
+msgid ""
+"Please choose the first number of the 10-range you wish to edit,\n"
+"or just hit Enter to proceed.\n"
+"Your choice? "
msgstr ""
-#: ../../interactive_stdio.pm_.c:72
+#: ../../interactive_stdio.pm_.c:137
#, c-format
-msgid "Your choice? (default %s enter `none' for none) "
+msgid ""
+"=> Notice, a label changed:\n"
+"%s"
msgstr ""
-#: ../../keyboard.pm_.c:124 ../../keyboard.pm_.c:155
+#: ../../interactive_stdio.pm_.c:144
+msgid "Re-submit"
+msgstr ""
+
+#: ../../keyboard.pm_.c:174 ../../keyboard.pm_.c:205
msgid "Czech (QWERTZ)"
msgstr ""
-#: ../../keyboard.pm_.c:125 ../../keyboard.pm_.c:138 ../../keyboard.pm_.c:158
+#: ../../keyboard.pm_.c:175 ../../keyboard.pm_.c:207
msgid "German"
msgstr ""
-#: ../../keyboard.pm_.c:126
+#: ../../keyboard.pm_.c:176
msgid "Dvorak"
msgstr ""
-#: ../../keyboard.pm_.c:127 ../../keyboard.pm_.c:164
+#: ../../keyboard.pm_.c:177 ../../keyboard.pm_.c:214
msgid "Spanish"
msgstr ""
-#: ../../keyboard.pm_.c:128 ../../keyboard.pm_.c:165
+#: ../../keyboard.pm_.c:178 ../../keyboard.pm_.c:215
msgid "Finnish"
msgstr ""
-#: ../../keyboard.pm_.c:129 ../../keyboard.pm_.c:139 ../../keyboard.pm_.c:166
+#: ../../keyboard.pm_.c:179 ../../keyboard.pm_.c:216
msgid "French"
msgstr ""
-#: ../../keyboard.pm_.c:130 ../../keyboard.pm_.c:187
+#: ../../keyboard.pm_.c:180 ../../keyboard.pm_.c:241
msgid "Norwegian"
msgstr ""
-#: ../../keyboard.pm_.c:131
+#: ../../keyboard.pm_.c:181
msgid "Polish"
msgstr ""
-#: ../../keyboard.pm_.c:132 ../../keyboard.pm_.c:192
+#: ../../keyboard.pm_.c:182 ../../keyboard.pm_.c:249
msgid "Russian"
msgstr ""
-#: ../../keyboard.pm_.c:133 ../../keyboard.pm_.c:203
+#: ../../keyboard.pm_.c:184 ../../keyboard.pm_.c:251
+msgid "Swedish"
+msgstr ""
+
+#: ../../keyboard.pm_.c:185 ../../keyboard.pm_.c:266
msgid "UK keyboard"
msgstr ""
-#: ../../keyboard.pm_.c:134 ../../keyboard.pm_.c:137 ../../keyboard.pm_.c:204
+#: ../../keyboard.pm_.c:186 ../../keyboard.pm_.c:267
msgid "US keyboard"
msgstr ""
-#: ../../keyboard.pm_.c:141
+#: ../../keyboard.pm_.c:188
+msgid "Albanian"
+msgstr ""
+
+#: ../../keyboard.pm_.c:189
msgid "Armenian (old)"
msgstr ""
-#: ../../keyboard.pm_.c:142
+#: ../../keyboard.pm_.c:190
msgid "Armenian (typewriter)"
msgstr ""
-#: ../../keyboard.pm_.c:143
+#: ../../keyboard.pm_.c:191
msgid "Armenian (phonetic)"
msgstr ""
-#: ../../keyboard.pm_.c:147
+#: ../../keyboard.pm_.c:196
msgid "Azerbaidjani (latin)"
msgstr ""
-#: ../../keyboard.pm_.c:148
-msgid "Azerbaidjani (cyrillic)"
+#: ../../keyboard.pm_.c:198
+msgid "Belgian"
msgstr ""
-#: ../../keyboard.pm_.c:149
-msgid "Belgian"
+#: ../../keyboard.pm_.c:199
+msgid "Bulgarian (phonetic)"
msgstr ""
-#: ../../keyboard.pm_.c:150
-msgid "Bulgarian"
+#: ../../keyboard.pm_.c:200
+msgid "Bulgarian (BDS)"
msgstr ""
-#: ../../keyboard.pm_.c:151
+#: ../../keyboard.pm_.c:201
msgid "Brazilian (ABNT-2)"
msgstr ""
-#: ../../keyboard.pm_.c:152
+#: ../../keyboard.pm_.c:202
msgid "Belarusian"
msgstr ""
-#: ../../keyboard.pm_.c:153
+#: ../../keyboard.pm_.c:203
msgid "Swiss (German layout)"
msgstr ""
-#: ../../keyboard.pm_.c:154
+#: ../../keyboard.pm_.c:204
msgid "Swiss (French layout)"
msgstr ""
-#: ../../keyboard.pm_.c:156
+#: ../../keyboard.pm_.c:206
msgid "Czech (QWERTY)"
msgstr ""
-#: ../../keyboard.pm_.c:157
-msgid "Czech (Programmers)"
-msgstr ""
-
-#: ../../keyboard.pm_.c:159
+#: ../../keyboard.pm_.c:208
msgid "German (no dead keys)"
msgstr ""
-#: ../../keyboard.pm_.c:160
+#: ../../keyboard.pm_.c:209
msgid "Danish"
msgstr ""
-#: ../../keyboard.pm_.c:161
+#: ../../keyboard.pm_.c:210
msgid "Dvorak (US)"
msgstr ""
-#: ../../keyboard.pm_.c:162
+#: ../../keyboard.pm_.c:211
msgid "Dvorak (Norwegian)"
msgstr ""
-#: ../../keyboard.pm_.c:163
+#: ../../keyboard.pm_.c:212
+msgid "Dvorak (Swedish)"
+msgstr ""
+
+#: ../../keyboard.pm_.c:213
msgid "Estonian"
msgstr ""
-#: ../../keyboard.pm_.c:167
+#: ../../keyboard.pm_.c:217
msgid "Georgian (\"Russian\" layout)"
msgstr ""
-#: ../../keyboard.pm_.c:168
+#: ../../keyboard.pm_.c:218
msgid "Georgian (\"Latin\" layout)"
msgstr ""
-#: ../../keyboard.pm_.c:169
+#: ../../keyboard.pm_.c:219
msgid "Greek"
msgstr ""
-#: ../../keyboard.pm_.c:170
+#: ../../keyboard.pm_.c:220
msgid "Hungarian"
msgstr ""
-#: ../../keyboard.pm_.c:171
+#: ../../keyboard.pm_.c:221
msgid "Croatian"
msgstr ""
-#: ../../keyboard.pm_.c:172
+#: ../../keyboard.pm_.c:222
msgid "Israeli"
msgstr ""
-#: ../../keyboard.pm_.c:173
+#: ../../keyboard.pm_.c:223
msgid "Israeli (Phonetic)"
msgstr ""
-#: ../../keyboard.pm_.c:174
+#: ../../keyboard.pm_.c:224
msgid "Iranian"
msgstr ""
-#: ../../keyboard.pm_.c:175
+#: ../../keyboard.pm_.c:225
msgid "Icelandic"
msgstr ""
-#: ../../keyboard.pm_.c:176
+#: ../../keyboard.pm_.c:226
msgid "Italian"
msgstr ""
-#: ../../keyboard.pm_.c:177
+#: ../../keyboard.pm_.c:228
msgid "Japanese 106 keys"
msgstr ""
-#: ../../keyboard.pm_.c:178
+#: ../../keyboard.pm_.c:231
#, fuzzy
msgid "Korean keyboard"
msgstr "Izberite tipkovnico"
-#: ../../keyboard.pm_.c:179
+#: ../../keyboard.pm_.c:232
msgid "Latin American"
msgstr ""
-#: ../../keyboard.pm_.c:180
-msgid "Macedonian"
-msgstr ""
-
-#: ../../keyboard.pm_.c:181
-msgid "Dutch"
-msgstr ""
-
-#: ../../keyboard.pm_.c:182
+#: ../../keyboard.pm_.c:233
msgid "Lithuanian AZERTY (old)"
msgstr ""
-#: ../../keyboard.pm_.c:184
+#: ../../keyboard.pm_.c:235
msgid "Lithuanian AZERTY (new)"
msgstr ""
-#: ../../keyboard.pm_.c:185
+#: ../../keyboard.pm_.c:236
msgid "Lithuanian \"number row\" QWERTY"
msgstr ""
-#: ../../keyboard.pm_.c:186
+#: ../../keyboard.pm_.c:237
msgid "Lithuanian \"phonetic\" QWERTY"
msgstr ""
-#: ../../keyboard.pm_.c:188
+#: ../../keyboard.pm_.c:238
+msgid "Latvian"
+msgstr ""
+
+#: ../../keyboard.pm_.c:239
+msgid "Macedonian"
+msgstr ""
+
+#: ../../keyboard.pm_.c:240
+msgid "Dutch"
+msgstr ""
+
+#: ../../keyboard.pm_.c:242
msgid "Polish (qwerty layout)"
msgstr ""
-#: ../../keyboard.pm_.c:189
+#: ../../keyboard.pm_.c:243
msgid "Polish (qwertz layout)"
msgstr ""
-#: ../../keyboard.pm_.c:190
+#: ../../keyboard.pm_.c:244
msgid "Portuguese"
msgstr ""
-#: ../../keyboard.pm_.c:191
+#: ../../keyboard.pm_.c:245
msgid "Canadian (Quebec)"
msgstr ""
-#: ../../keyboard.pm_.c:193
-msgid "Russian (Yawerty)"
+#: ../../keyboard.pm_.c:247
+msgid "Romanian (qwertz)"
msgstr ""
-#: ../../keyboard.pm_.c:194
-msgid "Swedish"
+#: ../../keyboard.pm_.c:248
+msgid "Romanian (qwerty)"
+msgstr ""
+
+#: ../../keyboard.pm_.c:250
+msgid "Russian (Yawerty)"
msgstr ""
-#: ../../keyboard.pm_.c:195
+#: ../../keyboard.pm_.c:252
msgid "Slovenian"
msgstr ""
-#: ../../keyboard.pm_.c:196
+#: ../../keyboard.pm_.c:253
msgid "Slovakian (QWERTZ)"
msgstr ""
-#: ../../keyboard.pm_.c:197
+#: ../../keyboard.pm_.c:254
msgid "Slovakian (QWERTY)"
msgstr ""
-#: ../../keyboard.pm_.c:198
-msgid "Slovakian (Programmers)"
+#: ../../keyboard.pm_.c:256
+msgid "Serbian (cyrillic)"
msgstr ""
-#: ../../keyboard.pm_.c:199
+#: ../../keyboard.pm_.c:258
+#, fuzzy
+msgid "Tamil"
+msgstr "Tabela"
+
+#: ../../keyboard.pm_.c:259
msgid "Thai keyboard"
msgstr ""
-#: ../../keyboard.pm_.c:200
+#: ../../keyboard.pm_.c:261
+#, fuzzy
+msgid "Tajik keyboard"
+msgstr "Izberite tipkovnico"
+
+#: ../../keyboard.pm_.c:262
msgid "Turkish (traditional \"F\" model)"
msgstr ""
-#: ../../keyboard.pm_.c:201
+#: ../../keyboard.pm_.c:263
msgid "Turkish (modern \"Q\" model)"
msgstr ""
-#: ../../keyboard.pm_.c:202
+#: ../../keyboard.pm_.c:265
msgid "Ukrainian"
msgstr ""
-#: ../../keyboard.pm_.c:205
+#: ../../keyboard.pm_.c:268
msgid "US keyboard (international)"
msgstr ""
-#: ../../keyboard.pm_.c:206
+#: ../../keyboard.pm_.c:269
msgid "Vietnamese \"numeric row\" QWERTY"
msgstr ""
-#: ../../keyboard.pm_.c:207
-msgid "Yugoslavian (latin/cyrillic)"
+#: ../../keyboard.pm_.c:270
+msgid "Yugoslavian (latin)"
+msgstr ""
+
+#: ../../keyboard.pm_.c:278
+msgid "Right Alt key"
+msgstr ""
+
+#: ../../keyboard.pm_.c:279
+msgid "Both Shift keys simultaneously"
+msgstr ""
+
+#: ../../keyboard.pm_.c:280
+msgid "Control and Shift keys simultaneously"
+msgstr ""
+
+#: ../../keyboard.pm_.c:281
+msgid "CapsLock key"
+msgstr ""
+
+#: ../../keyboard.pm_.c:282
+msgid "Ctrl and Alt keys simultaneously"
+msgstr ""
+
+#: ../../keyboard.pm_.c:283
+msgid "Alt and Shift keys simultaneously"
+msgstr ""
+
+#: ../../keyboard.pm_.c:284
+msgid "\"Menu\" key"
msgstr ""
-#: ../../lvm.pm_.c:70
+#: ../../keyboard.pm_.c:285
+msgid "Left \"Windows\" key"
+msgstr ""
+
+#: ../../keyboard.pm_.c:286
+msgid "Right \"Windows\" key"
+msgstr ""
+
+#: ../../loopback.pm_.c:32
+#, c-format
+msgid "Circular mounts %s\n"
+msgstr "Kroni priklopi %s\n"
+
+#: ../../lvm.pm_.c:88
msgid "Remove the logical volumes first\n"
msgstr ""
-#: ../../mouse.pm_.c:25
-msgid "Sun - Mouse"
+#: ../../modules.pm_.c:826
+msgid ""
+"PCMCIA support no longer exist for 2.2 kernels. Please use a 2.4 kernel."
msgstr ""
-#: ../../mouse.pm_.c:31
-msgid "Standard"
+#: ../../mouse.pm_.c:25
+msgid "Sun - Mouse"
msgstr ""
#: ../../mouse.pm_.c:32
@@ -4908,11 +5190,11 @@ msgstr ""
msgid "GlidePoint"
msgstr ""
-#: ../../mouse.pm_.c:36 ../../mouse.pm_.c:62
+#: ../../mouse.pm_.c:36 ../../mouse.pm_.c:63
msgid "Kensington Thinking Mouse"
msgstr ""
-#: ../../mouse.pm_.c:37 ../../mouse.pm_.c:58
+#: ../../mouse.pm_.c:37 ../../mouse.pm_.c:59
msgid "Genius NetMouse"
msgstr ""
@@ -4920,252 +5202,290 @@ msgstr ""
msgid "Genius NetScroll"
msgstr ""
-#: ../../mouse.pm_.c:43 ../../mouse.pm_.c:67
+#: ../../mouse.pm_.c:43 ../../mouse.pm_.c:68
msgid "1 button"
msgstr ""
-#: ../../mouse.pm_.c:44
+#: ../../mouse.pm_.c:44 ../../mouse.pm_.c:51
+msgid "Generic 2 Button Mouse"
+msgstr ""
+
+#: ../../mouse.pm_.c:45
msgid "Generic"
msgstr "Splono"
-#: ../../mouse.pm_.c:45
+#: ../../mouse.pm_.c:46
#, fuzzy
msgid "Wheel"
msgstr "stopnja"
-#: ../../mouse.pm_.c:48
+#: ../../mouse.pm_.c:49
msgid "serial"
msgstr ""
-#: ../../mouse.pm_.c:50
-msgid "Generic 2 Button Mouse"
-msgstr ""
-
-#: ../../mouse.pm_.c:51
+#: ../../mouse.pm_.c:52
msgid "Generic 3 Button Mouse"
msgstr ""
-#: ../../mouse.pm_.c:52
+#: ../../mouse.pm_.c:53
msgid "Microsoft IntelliMouse"
msgstr ""
-#: ../../mouse.pm_.c:53
+#: ../../mouse.pm_.c:54
msgid "Logitech MouseMan"
msgstr ""
-#: ../../mouse.pm_.c:54
+#: ../../mouse.pm_.c:55
#, fuzzy
msgid "Mouse Systems"
msgstr "Tip mike: %s\n"
-#: ../../mouse.pm_.c:56
+#: ../../mouse.pm_.c:57
msgid "Logitech CC Series"
msgstr ""
-#: ../../mouse.pm_.c:57
+#: ../../mouse.pm_.c:58
msgid "Logitech MouseMan+/FirstMouse+"
msgstr ""
-#: ../../mouse.pm_.c:59
+#: ../../mouse.pm_.c:60
msgid "MM Series"
msgstr ""
-#: ../../mouse.pm_.c:60
+#: ../../mouse.pm_.c:61
msgid "MM HitTablet"
msgstr ""
-#: ../../mouse.pm_.c:61
+#: ../../mouse.pm_.c:62
msgid "Logitech Mouse (serial, old C7 type)"
msgstr ""
-#: ../../mouse.pm_.c:65
+#: ../../mouse.pm_.c:66
msgid "busmouse"
msgstr ""
-#: ../../mouse.pm_.c:68
+#: ../../mouse.pm_.c:69
msgid "2 buttons"
msgstr ""
-#: ../../mouse.pm_.c:69
+#: ../../mouse.pm_.c:70
msgid "3 buttons"
msgstr ""
-#: ../../mouse.pm_.c:72
+#: ../../mouse.pm_.c:73
msgid "none"
msgstr "ni"
-#: ../../mouse.pm_.c:74
+#: ../../mouse.pm_.c:75
msgid "No mouse"
msgstr ""
-#: ../../my_gtk.pm_.c:356
+#: ../../mouse.pm_.c:499
+msgid "Please test the mouse"
+msgstr "Preizkusite miko"
+
+#: ../../mouse.pm_.c:500
+#, fuzzy
+msgid "To activate the mouse,"
+msgstr "Preizkusite miko"
+
+#: ../../mouse.pm_.c:501
+msgid "MOVE YOUR WHEEL!"
+msgstr ""
+
+#: ../../my_gtk.pm_.c:651
+msgid "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
+msgstr ""
+
+#: ../../my_gtk.pm_.c:686
msgid "Finish"
msgstr ""
-#: ../../my_gtk.pm_.c:356
+#: ../../my_gtk.pm_.c:686 ../../printerdrake.pm_.c:1588
msgid "Next ->"
msgstr ""
-#: ../../my_gtk.pm_.c:357
+#: ../../my_gtk.pm_.c:687 ../../printerdrake.pm_.c:1586
msgid "<- Previous"
msgstr ""
-#: ../../my_gtk.pm_.c:617
+#: ../../my_gtk.pm_.c:1019
msgid "Is this correct?"
msgstr ""
-#: ../../netconnect.pm_.c:143
+#: ../../network/adsl.pm_.c:19 ../../network/ethernet.pm_.c:36
#, fuzzy
-msgid "Internet configuration"
-msgstr "Nastavitev zaslona"
-
-#: ../../netconnect.pm_.c:144
-#, fuzzy
-msgid "Do you want to try to connect to the Internet now?"
-msgstr "Xconfigurator bo zdaj zagnal X in preveril nastavitve."
+msgid "Connect to the Internet"
+msgstr "Kateri frekvenni ip (ang. clockchip) imate?"
-#: ../../netconnect.pm_.c:148
-#, fuzzy
-msgid "Testing your connection..."
-msgstr "Nastavitev RAMDAC"
+#: ../../network/adsl.pm_.c:20
+msgid ""
+"The most common way to connect with adsl is pppoe.\n"
+"Some connections use pptp, a few ones use dhcp.\n"
+"If you don't know, choose 'use pppoe'"
+msgstr ""
-#: ../../netconnect.pm_.c:154 ../../standalone/draknet_.c:196
-#, fuzzy
-msgid "The system is now connected to Internet."
-msgstr "Kateri frekvenni ip (ang. clockchip) imate?"
+#: ../../network/adsl.pm_.c:22
+msgid "Alcatel speedtouch usb"
+msgstr ""
-#: ../../netconnect.pm_.c:155
-msgid "For Security reason, it will be disconnected now."
+#: ../../network/adsl.pm_.c:22
+msgid "use dhcp"
msgstr ""
-#: ../../netconnect.pm_.c:156 ../../standalone/draknet_.c:196
-#, fuzzy
-msgid ""
-"The system doesn't seem to be connected to internet.\n"
-"Try to reconfigure your connection."
-msgstr "Nastavitev zaslona"
+#: ../../network/adsl.pm_.c:22
+msgid "use pppoe"
+msgstr ""
-#: ../../netconnect.pm_.c:161 ../../netconnect.pm_.c:904
-#: ../../netconnect.pm_.c:934 ../../netconnect.pm_.c:1012
-#, fuzzy
-msgid "Network Configuration"
-msgstr "Nastavitev zaslona"
+#: ../../network/adsl.pm_.c:22
+msgid "use pptp"
+msgstr ""
-#: ../../netconnect.pm_.c:222 ../../netconnect.pm_.c:266
-#: ../../netconnect.pm_.c:276 ../../netconnect.pm_.c:283
-#: ../../netconnect.pm_.c:293
+#: ../../network/ethernet.pm_.c:37
#, fuzzy
-msgid "ISDN Configuration"
-msgstr "Nastavitev zaslona"
+msgid ""
+"Which dhcp client do you want to use?\n"
+"Default is dhcpcd"
+msgstr "Kateri strenik potrebujete?"
-#: ../../netconnect.pm_.c:222
+#: ../../network/ethernet.pm_.c:88
msgid ""
-"Select your provider.\n"
-" If it's not in the list, choose Unlisted"
+"No ethernet network adapter has been detected on your system.\n"
+"I cannot set up this connection type."
msgstr ""
-#: ../../netconnect.pm_.c:236
+#: ../../network/ethernet.pm_.c:92 ../../standalone/drakgw_.c:252
#, fuzzy
-msgid "Connection Configuration"
-msgstr "Nastavitev zaslona"
+msgid "Choose the network interface"
+msgstr "Izberite kartico"
-#: ../../netconnect.pm_.c:237
-msgid "Please fill or check the field below"
-msgstr ""
+#: ../../network/ethernet.pm_.c:93
+#, fuzzy
+msgid ""
+"Please choose which network adapter you want to use to connect to Internet"
+msgstr "Kateri strenik potrebujete?"
-#: ../../netconnect.pm_.c:239 ../../standalone/draknet_.c:552
-msgid "Card IRQ"
+#: ../../network/ethernet.pm_.c:178
+msgid "no network card found"
msgstr ""
-#: ../../netconnect.pm_.c:240 ../../standalone/draknet_.c:553
-msgid "Card mem (DMA)"
-msgstr ""
+#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:360
+#, fuzzy
+msgid "Configuring network"
+msgstr "Nastavitev zaslona"
-#: ../../netconnect.pm_.c:241 ../../standalone/draknet_.c:554
-msgid "Card IO"
+#: ../../network/ethernet.pm_.c:203
+msgid ""
+"Please enter your host name if you know it.\n"
+"Some DHCP servers require the hostname to work.\n"
+"Your host name should be a fully-qualified host name,\n"
+"such as ``mybox.mylab.myco.com''."
msgstr ""
-#: ../../netconnect.pm_.c:242 ../../standalone/draknet_.c:555
-msgid "Card IO_0"
+#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:365
+msgid "Host name"
msgstr ""
-#: ../../netconnect.pm_.c:243 ../../standalone/draknet_.c:556
-msgid "Card IO_1"
-msgstr ""
+#: ../../network/isdn.pm_.c:21 ../../network/isdn.pm_.c:44
+#: ../../network/netconnect.pm_.c:95 ../../network/netconnect.pm_.c:109
+#: ../../network/netconnect.pm_.c:164 ../../network/netconnect.pm_.c:175
+#: ../../network/netconnect.pm_.c:202 ../../network/netconnect.pm_.c:225
+#: ../../network/netconnect.pm_.c:233
+#, fuzzy
+msgid "Network Configuration Wizard"
+msgstr "Nastavitev zaslona"
-#: ../../netconnect.pm_.c:244 ../../standalone/draknet_.c:557
-msgid "Your personal phone number"
-msgstr ""
+#: ../../network/isdn.pm_.c:22
+#, fuzzy
+msgid "External ISDN modem"
+msgstr "Napredni nain"
-#: ../../netconnect.pm_.c:245 ../../standalone/draknet_.c:558
-msgid "Provider name (ex provider.net)"
+#: ../../network/isdn.pm_.c:22
+msgid "Internal ISDN card"
msgstr ""
-#: ../../netconnect.pm_.c:246 ../../standalone/draknet_.c:559
-msgid "Provider phone number"
-msgstr ""
+#: ../../network/isdn.pm_.c:22
+#, fuzzy
+msgid "What kind is your ISDN connection?"
+msgstr "Kateri strenik potrebujete?"
-#: ../../netconnect.pm_.c:247
-msgid "Provider dns 1"
+#: ../../network/isdn.pm_.c:45
+msgid ""
+"Which ISDN configuration do you prefer?\n"
+"\n"
+"* The Old configuration uses isdn4net. It contains powerfull\n"
+" tools, but is tricky to configure, and not standard.\n"
+"\n"
+"* The New configuration is easier to understand, more\n"
+" standard, but with less tools.\n"
+"\n"
+"We recommand the light configuration.\n"
msgstr ""
-#: ../../netconnect.pm_.c:248
-msgid "Provider dns 2"
-msgstr ""
+#: ../../network/isdn.pm_.c:54
+#, fuzzy
+msgid "New configuration (isdn-light)"
+msgstr "Nastavitev zaslona"
-#: ../../netconnect.pm_.c:249 ../../standalone/draknet_.c:564
-msgid "Dialing mode"
-msgstr ""
+#: ../../network/isdn.pm_.c:54
+#, fuzzy
+msgid "Old configuration (isdn4net)"
+msgstr "Nastavitev zaslona"
-#: ../../netconnect.pm_.c:250 ../../standalone/draknet_.c:562
-msgid "Account Login (user name)"
-msgstr ""
+#: ../../network/isdn.pm_.c:170 ../../network/isdn.pm_.c:188
+#: ../../network/isdn.pm_.c:198 ../../network/isdn.pm_.c:205
+#: ../../network/isdn.pm_.c:215
+#, fuzzy
+msgid "ISDN Configuration"
+msgstr "Nastavitev zaslona"
-#: ../../netconnect.pm_.c:251 ../../standalone/draknet_.c:563
-msgid "Account Password"
+#: ../../network/isdn.pm_.c:170
+msgid ""
+"Select your provider.\n"
+" If it's not in the list, choose Unlisted"
msgstr ""
-#: ../../netconnect.pm_.c:261
-msgid "Europe"
+#: ../../network/isdn.pm_.c:183
+msgid "Europe protocol"
msgstr ""
-#: ../../netconnect.pm_.c:261
-msgid "Europe (EDSS1)"
+#: ../../network/isdn.pm_.c:183
+msgid "Europe protocol (EDSS1)"
msgstr ""
-#: ../../netconnect.pm_.c:263
+#: ../../network/isdn.pm_.c:185
#, fuzzy
-msgid "Rest of the world"
+msgid "Protocol for the rest of the world"
msgstr "Preizkus nastavitev"
-#: ../../netconnect.pm_.c:263
+#: ../../network/isdn.pm_.c:185
msgid ""
-"Rest of the world \n"
+"Protocol for the rest of the world \n"
" no D-Channel (leased lines)"
msgstr ""
-#: ../../netconnect.pm_.c:267
+#: ../../network/isdn.pm_.c:189
#, fuzzy
msgid "Which protocol do you want to use ?"
msgstr "Kateri strenik potrebujete?"
-#: ../../netconnect.pm_.c:277
+#: ../../network/isdn.pm_.c:199
msgid "What kind of card do you have?"
msgstr ""
-#: ../../netconnect.pm_.c:278
+#: ../../network/isdn.pm_.c:200
msgid "I don't know"
msgstr ""
-#: ../../netconnect.pm_.c:278
+#: ../../network/isdn.pm_.c:200
msgid "ISA / PCMCIA"
msgstr ""
-#: ../../netconnect.pm_.c:278
+#: ../../network/isdn.pm_.c:200
msgid "PCI"
msgstr ""
-#: ../../netconnect.pm_.c:284
+#: ../../network/isdn.pm_.c:206
msgid ""
"\n"
"If you have an ISA card, the values on the next screen should be right.\n"
@@ -5173,256 +5493,157 @@ msgid ""
"If you have a PCMCIA card, you have to know the irq and io of your card.\n"
msgstr ""
-#: ../../netconnect.pm_.c:288
+#: ../../network/isdn.pm_.c:210
msgid "Abort"
msgstr ""
-#: ../../netconnect.pm_.c:288
+#: ../../network/isdn.pm_.c:210
msgid "Continue"
msgstr ""
-#: ../../netconnect.pm_.c:294
+#: ../../network/isdn.pm_.c:216
#, fuzzy
msgid "Which is your ISDN card ?"
msgstr "Kateri strenik potrebujete?"
-#: ../../netconnect.pm_.c:314
+#: ../../network/isdn.pm_.c:235
msgid ""
"I have detected an ISDN PCI Card, but I don't know the type. Please select "
"one PCI card on the next screen."
msgstr ""
-#: ../../netconnect.pm_.c:323
+#: ../../network/isdn.pm_.c:244
msgid "No ISDN PCI card found. Please select one on the next screen."
msgstr ""
-#: ../../netconnect.pm_.c:371
-msgid ""
-"No ethernet network adapter has been detected on your system.\n"
-"I cannot set up this connection type."
-msgstr ""
-
-#: ../../netconnect.pm_.c:375 ../../standalone/drakgw_.c:232
-#, fuzzy
-msgid "Choose the network interface"
-msgstr "Izberite kartico"
-
-#: ../../netconnect.pm_.c:376
-#, fuzzy
-msgid ""
-"Please choose which network adapter you want to use to connect to Internet"
-msgstr "Kateri strenik potrebujete?"
-
-#: ../../netconnect.pm_.c:385 ../../netconnect.pm_.c:700
-#: ../../netconnect.pm_.c:845 ../../standalone/drakgw_.c:223
-msgid "Network interface"
-msgstr ""
-
-#: ../../netconnect.pm_.c:386
-msgid ""
-"\n"
-"Do you agree?"
-msgstr ""
-
-#: ../../netconnect.pm_.c:386
-#, fuzzy
-msgid "I'm about to restart the network device:\n"
-msgstr "elite preizkusiti nastavitev?"
-
-#: ../../netconnect.pm_.c:484
-#, fuzzy
-msgid "ADSL configuration"
-msgstr "Nastavitev zaslona"
-
-#: ../../netconnect.pm_.c:485
-#, fuzzy
-msgid "Do you want to start your connection at boot?"
-msgstr "Ali elite zdaj zagnati ,X -probeonly`?"
-
-#: ../../netconnect.pm_.c:620
+#: ../../network/modem.pm_.c:39
#, fuzzy
msgid "Please choose which serial port your modem is connected to."
msgstr "Kateri strenik potrebujete?"
-#: ../../netconnect.pm_.c:625
+#: ../../network/modem.pm_.c:44
#, fuzzy
msgid "Dialup options"
msgstr "Izberite strenik"
-#: ../../netconnect.pm_.c:626 ../../standalone/draknet_.c:566
+#: ../../network/modem.pm_.c:45 ../../standalone/draknet_.c:622
#, fuzzy
msgid "Connection name"
msgstr "Nastavitev zaslona"
-#: ../../netconnect.pm_.c:627 ../../standalone/draknet_.c:567
+#: ../../network/modem.pm_.c:46 ../../standalone/draknet_.c:623
msgid "Phone number"
msgstr ""
-#: ../../netconnect.pm_.c:628 ../../standalone/draknet_.c:568
+#: ../../network/modem.pm_.c:47 ../../standalone/draknet_.c:624
#, fuzzy
msgid "Login ID"
msgstr "Nastavitev zaslona"
-#: ../../netconnect.pm_.c:630 ../../standalone/draknet_.c:570
-msgid "Authentication"
+#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
+msgid "CHAP"
msgstr ""
-#: ../../netconnect.pm_.c:630 ../../standalone/draknet_.c:570
+#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
msgid "PAP"
msgstr ""
-#: ../../netconnect.pm_.c:630 ../../standalone/draknet_.c:570
+#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
msgid "Script-based"
msgstr ""
-#: ../../netconnect.pm_.c:630 ../../standalone/draknet_.c:570
+#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
msgid "Terminal-based"
msgstr ""
-#: ../../netconnect.pm_.c:631 ../../standalone/draknet_.c:571
+#: ../../network/modem.pm_.c:50 ../../standalone/draknet_.c:627
msgid "Domain name"
msgstr ""
-#: ../../netconnect.pm_.c:632 ../../standalone/draknet_.c:572
+#: ../../network/modem.pm_.c:51 ../../standalone/draknet_.c:628
#, fuzzy
msgid "First DNS Server (optional)"
msgstr "Izberite strenik"
-#: ../../netconnect.pm_.c:633 ../../standalone/draknet_.c:573
+#: ../../network/modem.pm_.c:52 ../../standalone/draknet_.c:629
#, fuzzy
msgid "Second DNS Server (optional)"
msgstr "Izberite strenik"
-#: ../../netconnect.pm_.c:701
-msgid ""
-"I'm about to restart the network device $netc->{NET_DEVICE}. Do you agree?"
-msgstr ""
-
-#: ../../netconnect.pm_.c:745
+#: ../../network/netconnect.pm_.c:34
msgid ""
"\n"
"You can disconnect or reconfigure your connection."
msgstr ""
-#: ../../netconnect.pm_.c:745 ../../netconnect.pm_.c:748
+#: ../../network/netconnect.pm_.c:34 ../../network/netconnect.pm_.c:37
#, fuzzy
msgid ""
"\n"
"You can reconfigure your connection."
msgstr "Nastavitev RAMDAC"
-#: ../../netconnect.pm_.c:745
+#: ../../network/netconnect.pm_.c:34
#, fuzzy
msgid "You are currently connected to internet."
msgstr "Kateri frekvenni ip (ang. clockchip) imate?"
-#: ../../netconnect.pm_.c:748
+#: ../../network/netconnect.pm_.c:37
#, fuzzy
msgid ""
"\n"
"You can connect to Internet or reconfigure your connection."
msgstr "Nastavitev zaslona"
-#: ../../netconnect.pm_.c:748
+#: ../../network/netconnect.pm_.c:37
#, fuzzy
msgid "You are not currently connected to Internet."
msgstr "Kateri frekvenni ip (ang. clockchip) imate?"
-#: ../../netconnect.pm_.c:752 ../../standalone/net_monitor_.c:81
+#: ../../network/netconnect.pm_.c:41
#, fuzzy
-msgid "Connect to Internet"
-msgstr "Kateri frekvenni ip (ang. clockchip) imate?"
+msgid "Connect"
+msgstr "Nastavitev zaslona"
-#: ../../netconnect.pm_.c:754
+#: ../../network/netconnect.pm_.c:43
#, fuzzy
-msgid "Disconnect from Internet"
-msgstr "Kateri frekvenni ip (ang. clockchip) imate?"
+msgid "Disconnect"
+msgstr "Izberite strenik"
-#: ../../netconnect.pm_.c:756
+#: ../../network/netconnect.pm_.c:45
#, fuzzy
-msgid "Configure network connection (LAN or Internet)"
-msgstr "Nastavitev RAMDAC"
+msgid "Configure the connection"
+msgstr "Nastavitev omreja"
-#: ../../netconnect.pm_.c:759
+#: ../../network/netconnect.pm_.c:50
#, fuzzy
msgid "Internet connection & configuration"
msgstr "Izberite strenik"
-#: ../../netconnect.pm_.c:811 ../../netconnect.pm_.c:961
-#: ../../netconnect.pm_.c:971 ../../netconnect.pm_.c:986
-#, fuzzy
-msgid "Network Configuration Wizard"
-msgstr "Nastavitev zaslona"
-
-#: ../../netconnect.pm_.c:812
-#, fuzzy
-msgid "External ISDN modem"
-msgstr "Napredni nain"
-
-#: ../../netconnect.pm_.c:812
-msgid "Internal ISDN card"
-msgstr ""
-
-#: ../../netconnect.pm_.c:812
-#, fuzzy
-msgid "What kind is your ISDN connection?"
-msgstr "Kateri strenik potrebujete?"
-
-#: ../../netconnect.pm_.c:833 ../../netconnect.pm_.c:882
-#, fuzzy
-msgid "Connect to the Internet"
-msgstr "Kateri frekvenni ip (ang. clockchip) imate?"
-
-#: ../../netconnect.pm_.c:834
-msgid ""
-"The most common way to connect with adsl is pppoe.\n"
-"Some connections use pptp, a few ones use dhcp.\n"
-"If you don't know, choose 'use pppoe'"
-msgstr ""
-
-#: ../../netconnect.pm_.c:836
-msgid "use dhcp"
-msgstr ""
-
-#: ../../netconnect.pm_.c:836
-msgid "use pppoe"
-msgstr ""
-
-#: ../../netconnect.pm_.c:836
-msgid "use pptp"
-msgstr ""
-
-#: ../../netconnect.pm_.c:846
+#: ../../network/netconnect.pm_.c:100
#, fuzzy, c-format
-msgid "I'm about to restart the network device %s. Do you agree?"
-msgstr "elite preizkusiti nastavitev?"
+msgid "We are now going to configure the %s connection."
+msgstr "Nastavitev RAMDAC"
-#: ../../netconnect.pm_.c:883
-#, fuzzy
+#: ../../network/netconnect.pm_.c:109
+#, fuzzy, c-format
msgid ""
-"Which dhcp client do you want to use?\n"
-"Default is dhcpcd"
-msgstr "Kateri strenik potrebujete?"
+"\n"
+"\n"
+"\n"
+"We are now going to configure the %s connection.\n"
+"\n"
+"\n"
+"Press OK to continue."
+msgstr "Nastavitev RAMDAC"
-#: ../../netconnect.pm_.c:900
+#: ../../network/netconnect.pm_.c:138 ../../network/netconnect.pm_.c:252
+#: ../../network/netconnect.pm_.c:271 ../../network/tools.pm_.c:57
#, fuzzy
-msgid "Network configuration"
+msgid "Network Configuration"
msgstr "Nastavitev zaslona"
-#: ../../netconnect.pm_.c:901
-#, fuzzy
-msgid "Do you want to restart the network"
-msgstr "elite preizkusiti nastavitev?"
-
-#: ../../netconnect.pm_.c:904
-#, fuzzy, c-format
-msgid ""
-"A problem occured while restarting the network: \n"
-"\n"
-"%s"
-msgstr "elite preizkusiti nastavitev?"
-
-#: ../../netconnect.pm_.c:935
+#: ../../network/netconnect.pm_.c:139
msgid ""
"Because you are doing a network installation, your network is already "
"configured.\n"
@@ -5430,7 +5651,7 @@ msgid ""
"Internet & Network connection.\n"
msgstr ""
-#: ../../netconnect.pm_.c:962
+#: ../../network/netconnect.pm_.c:165
msgid ""
"Welcome to The Network Configuration Wizard\n"
"\n"
@@ -5438,103 +5659,128 @@ msgid ""
"If you don't want to use the auto detection, deselect the checkbox.\n"
msgstr ""
-#: ../../netconnect.pm_.c:964
+#: ../../network/netconnect.pm_.c:167
#, fuzzy
msgid "Choose the profile to configure"
msgstr "Izberite privzetega uporabnika:"
-#: ../../netconnect.pm_.c:965
+#: ../../network/netconnect.pm_.c:168
msgid "Use auto detection"
msgstr ""
-#: ../../netconnect.pm_.c:971 ../../printerdrake.pm_.c:19
+#: ../../network/netconnect.pm_.c:175
msgid "Detecting devices..."
msgstr ""
-#: ../../netconnect.pm_.c:978
+#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
#, fuzzy
msgid "Normal modem connection"
msgstr "Nastavitev RAMDAC"
-#: ../../netconnect.pm_.c:978
+#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
#, fuzzy, c-format
msgid "detected on port %s"
msgstr "Podvojena toka priklopa %s"
-#: ../../netconnect.pm_.c:979
+#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
#, fuzzy
msgid "ISDN connection"
msgstr "Izberite strenik"
-#: ../../netconnect.pm_.c:979
+#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
#, c-format
msgid "detected %s"
msgstr ""
-#: ../../netconnect.pm_.c:980
+#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
#, fuzzy
-msgid "DSL (or ADSL) connection"
-msgstr "Nastavitev RAMDAC"
+msgid "ADSL connection"
+msgstr "Izberite strenik"
-#: ../../netconnect.pm_.c:980
+#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
#, c-format
msgid "detected on interface %s"
msgstr ""
-#: ../../netconnect.pm_.c:981
+#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
#, fuzzy
msgid "Cable connection"
msgstr "Izberite strenik"
-#: ../../netconnect.pm_.c:982
+#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
+#, fuzzy
+msgid "cable connection detected"
+msgstr "Izberite strenik"
+
+#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
#, fuzzy
msgid "LAN connection"
msgstr "Izberite strenik"
-#: ../../netconnect.pm_.c:982
+#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
msgid "ethernet card(s) detected"
msgstr ""
-#: ../../netconnect.pm_.c:987
+#: ../../network/netconnect.pm_.c:202
#, fuzzy
-msgid "How do you want to connect to the Internet?"
-msgstr "Kateri frekvenni ip (ang. clockchip) imate?"
+msgid "Choose the connection you want to configure"
+msgstr "Ali elite zdaj zagnati ,X -probeonly`?"
-#: ../../netconnect.pm_.c:1004
+#: ../../network/netconnect.pm_.c:226
msgid ""
-"Congratulation, The network and internet configuration is finished.\n"
+"You have configured multiple ways to connect to the Internet.\n"
+"Choose the one you want to use.\n"
"\n"
-"The configuration will now be applied to your system."
msgstr ""
-#: ../../netconnect.pm_.c:1007
-msgid ""
-"After that is done, we recommend you to restart your X\n"
-"environnement to avoid hostname changing problem."
-msgstr ""
+#: ../../network/netconnect.pm_.c:227
+#, fuzzy
+msgid "Internet connection"
+msgstr "Izberite strenik"
-#: ../../network.pm_.c:253
-msgid "no network card found"
-msgstr ""
+#: ../../network/netconnect.pm_.c:233
+#, fuzzy
+msgid "Do you want to start the connection at boot?"
+msgstr "Ali elite zdaj zagnati ,X -probeonly`?"
-#: ../../network.pm_.c:277 ../../network.pm_.c:387
+#: ../../network/netconnect.pm_.c:247
#, fuzzy
-msgid "Configuring network"
+msgid "Network configuration"
msgstr "Nastavitev zaslona"
-#: ../../network.pm_.c:278
+#: ../../network/netconnect.pm_.c:248
+msgid "The network needs to be restarted"
+msgstr ""
+
+#: ../../network/netconnect.pm_.c:252
+#, fuzzy, c-format
msgid ""
-"Please enter your host name if you know it.\n"
-"Some DHCP servers require the hostname to work.\n"
-"Your host name should be a fully-qualified host name,\n"
-"such as ``mybox.mylab.myco.com''."
+"A problem occured while restarting the network: \n"
+"\n"
+"%s"
+msgstr "elite preizkusiti nastavitev?"
+
+#: ../../network/netconnect.pm_.c:261
+msgid ""
+"Congratulations, the network and Internet configuration is finished.\n"
+"The configuration will now be applied to your system.\n"
+"\n"
msgstr ""
-#: ../../network.pm_.c:282 ../../network.pm_.c:392
-msgid "Host name"
+#: ../../network/netconnect.pm_.c:265
+msgid ""
+"After this is done, we recommend that you restart your X environment to "
+"avoid any hostname-related problems."
msgstr ""
-#: ../../network.pm_.c:319
+#: ../../network/netconnect.pm_.c:266
+msgid ""
+"Problems occured during configuration.\n"
+"Test your connection via net_monitor or mcc. If your connection doesn't "
+"work, you might want to relaunch the configuration"
+msgstr ""
+
+#: ../../network/network.pm_.c:292
msgid ""
"WARNING: This device has been previously configured to connect to the "
"Internet.\n"
@@ -5542,46 +5788,46 @@ msgid ""
"Modifying the fields below will override this configuration."
msgstr ""
-#: ../../network.pm_.c:324
+#: ../../network/network.pm_.c:297
msgid ""
"Please enter the IP configuration for this machine.\n"
"Each item should be entered as an IP address in dotted-decimal\n"
"notation (for example, 1.2.3.4)."
msgstr ""
-#: ../../network.pm_.c:333 ../../network.pm_.c:334
+#: ../../network/network.pm_.c:306 ../../network/network.pm_.c:307
#, fuzzy, c-format
msgid "Configuring network device %s"
msgstr "Nastavitev RAMDAC"
-#: ../../network.pm_.c:334
-msgid " (driver $module)"
-msgstr ""
+#: ../../network/network.pm_.c:307
+#, fuzzy, c-format
+msgid " (driver %s)"
+msgstr "Gonilnik XFree86: %s\n"
-#: ../../network.pm_.c:336 ../../standalone/draknet_.c:231
-#: ../../standalone/draknet_.c:427
+#: ../../network/network.pm_.c:309 ../../standalone/draknet_.c:232
+#: ../../standalone/draknet_.c:468
msgid "IP address"
msgstr ""
-#: ../../network.pm_.c:337 ../../standalone/draknet_.c:428
+#: ../../network/network.pm_.c:310 ../../standalone/draknet_.c:469
msgid "Netmask"
msgstr ""
-#: ../../network.pm_.c:338
+#: ../../network/network.pm_.c:311
msgid "(bootp/dhcp)"
msgstr ""
-#: ../../network.pm_.c:338
+#: ../../network/network.pm_.c:311
#, fuzzy
msgid "Automatic IP"
msgstr "Prilagojeno"
-#: ../../network.pm_.c:359 ../../printerdrake.pm_.c:102
-#: ../../printerdrake.pm_.c:425
+#: ../../network/network.pm_.c:332 ../../printerdrake.pm_.c:712
msgid "IP address should be in format 1.2.3.4"
msgstr ""
-#: ../../network.pm_.c:388
+#: ../../network/network.pm_.c:361
msgid ""
"Please enter your host name.\n"
"Your host name should be a fully-qualified host name,\n"
@@ -5589,72 +5835,185 @@ msgid ""
"You may also enter the IP address of the gateway if you have one"
msgstr ""
-#: ../../network.pm_.c:393
+#: ../../network/network.pm_.c:366
#, fuzzy
msgid "DNS server"
msgstr "Izberite strenik"
-#: ../../network.pm_.c:394 ../../standalone/draknet_.c:565
-msgid "Gateway"
+#: ../../network/network.pm_.c:367
+#, c-format
+msgid "Gateway (e.g. %s)"
msgstr ""
-#: ../../network.pm_.c:396
+#: ../../network/network.pm_.c:369
#, fuzzy
msgid "Gateway device"
msgstr "Zagonska naprava"
-#: ../../network.pm_.c:407
+#: ../../network/network.pm_.c:381
#, fuzzy
msgid "Proxies configuration"
msgstr "Nastavitev zaslona"
-#: ../../network.pm_.c:408
+#: ../../network/network.pm_.c:382
msgid "HTTP proxy"
msgstr ""
-#: ../../network.pm_.c:409
+#: ../../network/network.pm_.c:383
msgid "FTP proxy"
msgstr ""
-#: ../../network.pm_.c:412
+#: ../../network/network.pm_.c:384
+msgid "Track network card id (usefull for laptops)"
+msgstr ""
+
+#: ../../network/network.pm_.c:387
msgid "Proxy should be http://..."
msgstr ""
-#: ../../network.pm_.c:413
+#: ../../network/network.pm_.c:388
msgid "Proxy should be ftp://..."
msgstr ""
-#: ../../partition_table.pm_.c:563
+#: ../../network/tools.pm_.c:39
+#, fuzzy
+msgid "Internet configuration"
+msgstr "Nastavitev zaslona"
+
+#: ../../network/tools.pm_.c:40
+#, fuzzy
+msgid "Do you want to try to connect to the Internet now?"
+msgstr "Xconfigurator bo zdaj zagnal X in preveril nastavitve."
+
+#: ../../network/tools.pm_.c:44 ../../standalone/draknet_.c:197
+#, fuzzy
+msgid "Testing your connection..."
+msgstr "Nastavitev RAMDAC"
+
+#: ../../network/tools.pm_.c:50
+#, fuzzy
+msgid "The system is now connected to Internet."
+msgstr "Kateri frekvenni ip (ang. clockchip) imate?"
+
+#: ../../network/tools.pm_.c:51
+msgid "For Security reason, it will be disconnected now."
+msgstr ""
+
+#: ../../network/tools.pm_.c:52
+#, fuzzy
+msgid ""
+"The system doesn't seem to be connected to internet.\n"
+"Try to reconfigure your connection."
+msgstr "Nastavitev zaslona"
+
+#: ../../network/tools.pm_.c:76
+#, fuzzy
+msgid "Connection Configuration"
+msgstr "Nastavitev zaslona"
+
+#: ../../network/tools.pm_.c:77
+msgid "Please fill or check the field below"
+msgstr ""
+
+#: ../../network/tools.pm_.c:79 ../../standalone/draknet_.c:608
+msgid "Card IRQ"
+msgstr ""
+
+#: ../../network/tools.pm_.c:80 ../../standalone/draknet_.c:609
+msgid "Card mem (DMA)"
+msgstr ""
+
+#: ../../network/tools.pm_.c:81 ../../standalone/draknet_.c:610
+msgid "Card IO"
+msgstr ""
+
+#: ../../network/tools.pm_.c:82 ../../standalone/draknet_.c:611
+msgid "Card IO_0"
+msgstr ""
+
+#: ../../network/tools.pm_.c:83 ../../standalone/draknet_.c:612
+msgid "Card IO_1"
+msgstr ""
+
+#: ../../network/tools.pm_.c:84 ../../standalone/draknet_.c:613
+msgid "Your personal phone number"
+msgstr ""
+
+#: ../../network/tools.pm_.c:85 ../../standalone/draknet_.c:614
+msgid "Provider name (ex provider.net)"
+msgstr ""
+
+#: ../../network/tools.pm_.c:86 ../../standalone/draknet_.c:615
+msgid "Provider phone number"
+msgstr ""
+
+#: ../../network/tools.pm_.c:87 ../../standalone/draknet_.c:616
+#, fuzzy
+msgid "Provider dns 1 (optional)"
+msgstr "Izberite strenik"
+
+#: ../../network/tools.pm_.c:88 ../../standalone/draknet_.c:617
+#, fuzzy
+msgid "Provider dns 2 (optional)"
+msgstr "Izberite strenik"
+
+#: ../../network/tools.pm_.c:89
+#, fuzzy
+msgid "Choose your country"
+msgstr "Izberite tipkovnico"
+
+#: ../../network/tools.pm_.c:90 ../../standalone/draknet_.c:620
+msgid "Dialing mode"
+msgstr ""
+
+#: ../../network/tools.pm_.c:91 ../../standalone/draknet_.c:632
+#, fuzzy
+msgid "Connection speed"
+msgstr "Nastavitev zaslona"
+
+#: ../../network/tools.pm_.c:92 ../../standalone/draknet_.c:633
+#, fuzzy
+msgid "Connection timeout (in sec)"
+msgstr "Nastavitev zaslona"
+
+#: ../../network/tools.pm_.c:93 ../../standalone/draknet_.c:618
+msgid "Account Login (user name)"
+msgstr ""
+
+#: ../../network/tools.pm_.c:94 ../../standalone/draknet_.c:619
+msgid "Account Password"
+msgstr ""
+
+#: ../../partition_table.pm_.c:600
+msgid "mount failed: "
+msgstr "priklop neuspeen: "
+
+#: ../../partition_table.pm_.c:664
msgid "Extended partition not supported on this platform"
msgstr ""
-#: ../../partition_table.pm_.c:581
+#: ../../partition_table.pm_.c:682
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 "
"to the extended partitions"
msgstr ""
-#: ../../partition_table.pm_.c:675
-#, c-format
-msgid "Error reading file %s"
-msgstr ""
-
-#: ../../partition_table.pm_.c:682
+#: ../../partition_table.pm_.c:770
#, c-format
msgid "Restoring from file %s failed: %s"
msgstr ""
-#: ../../partition_table.pm_.c:684
+#: ../../partition_table.pm_.c:772
msgid "Bad backup file"
msgstr ""
-#: ../../partition_table.pm_.c:706
+#: ../../partition_table.pm_.c:794
#, c-format
msgid "Error writing to file %s"
msgstr ""
-#: ../../partition_table_raw.pm_.c:161
+#: ../../partition_table_raw.pm_.c:186
msgid ""
"Something bad is happening on your drive. \n"
"A test to check the integrity of data has failed. \n"
@@ -5682,410 +6041,1565 @@ msgstr "Preklic"
msgid "maybe"
msgstr ""
-#: ../../printer.pm_.c:20
+#: ../../printer.pm_.c:23
+msgid "CUPS - Common Unix Printing System"
+msgstr ""
+
+#: ../../printer.pm_.c:24
+msgid "LPRng - LPR New Generation"
+msgstr ""
+
+#: ../../printer.pm_.c:25
+msgid "LPD - Line Printer Daemon"
+msgstr ""
+
+#: ../../printer.pm_.c:26
+msgid "PDQ - Print, Don't Queue"
+msgstr ""
+
+#: ../../printer.pm_.c:32 ../../printer.pm_.c:871
+msgid "CUPS"
+msgstr ""
+
+#: ../../printer.pm_.c:33
+msgid "LPRng"
+msgstr ""
+
+#: ../../printer.pm_.c:34
+msgid "LPD"
+msgstr ""
+
+#: ../../printer.pm_.c:35
+msgid "PDQ"
+msgstr ""
+
+#: ../../printer.pm_.c:47
msgid "Local printer"
msgstr ""
-#: ../../printer.pm_.c:21
+#: ../../printer.pm_.c:48
#, fuzzy
msgid "Remote printer"
msgstr "Odstrani vnos"
-#: ../../printer.pm_.c:23
-msgid "Remote lpd server"
+#: ../../printer.pm_.c:49
+#, fuzzy
+msgid "Printer on remote CUPS server"
+msgstr "Izberite strenik"
+
+#: ../../printer.pm_.c:50 ../../printerdrake.pm_.c:734
+#, fuzzy
+msgid "Printer on remote lpd server"
+msgstr "Izberite strenik"
+
+#: ../../printer.pm_.c:51
+#, fuzzy
+msgid "Network printer (TCP/Socket)"
+msgstr "Izberite strenik"
+
+#: ../../printer.pm_.c:52
+msgid "Printer on SMB/Windows 95/98/NT server"
msgstr ""
-#: ../../printer.pm_.c:24
+#: ../../printer.pm_.c:53
#, fuzzy
-msgid "Network printer (socket)"
+msgid "Printer on NetWare server"
msgstr "Izberite strenik"
-#: ../../printer.pm_.c:25
-msgid "SMB/Windows 95/98/NT"
+#: ../../printer.pm_.c:54 ../../printerdrake.pm_.c:738
+#, fuzzy
+msgid "Enter a printer device URI"
+msgstr "Izberite strenik"
+
+#: ../../printer.pm_.c:55
+msgid "Pipe job into a command"
msgstr ""
-#: ../../printer.pm_.c:26
-msgid "NetWare"
+#: ../../printer.pm_.c:504 ../../printer.pm_.c:695 ../../printer.pm_.c:1017
+#: ../../printerdrake.pm_.c:1665 ../../printerdrake.pm_.c:2730
+msgid "Unknown model"
msgstr ""
-#: ../../printer.pm_.c:27 ../../printerdrake.pm_.c:158
-#: ../../printerdrake.pm_.c:160
+#: ../../printer.pm_.c:532
#, fuzzy
-msgid "Printer Device URI"
+msgid "Local Printers"
+msgstr "Tiskalnik"
+
+#: ../../printer.pm_.c:534 ../../printer.pm_.c:872
+#, fuzzy
+msgid "Remote Printers"
+msgstr "Odstrani vnos"
+
+#: ../../printer.pm_.c:541 ../../printerdrake.pm_.c:248
+#, c-format
+msgid " on parallel port \\/*%s"
+msgstr ""
+
+#: ../../printer.pm_.c:544 ../../printerdrake.pm_.c:250
+#, c-format
+msgid ", USB printer \\/*%s"
+msgstr ""
+
+#: ../../printer.pm_.c:549
+#, c-format
+msgid ", multi-function device on parallel port \\/*%s"
+msgstr ""
+
+#: ../../printer.pm_.c:552
+msgid ", multi-function device on USB"
+msgstr ""
+
+#: ../../printer.pm_.c:554
+msgid ", multi-function device on HP JetDirect"
+msgstr ""
+
+#: ../../printer.pm_.c:556
+msgid ", multi-function device"
+msgstr ""
+
+#: ../../printer.pm_.c:559
+#, fuzzy, c-format
+msgid ", printing to %s"
+msgstr "razdelek %s"
+
+#: ../../printer.pm_.c:561
+#, c-format
+msgid "on LPD server \"%s\", printer \"%s\""
+msgstr ""
+
+#: ../../printer.pm_.c:563
+#, c-format
+msgid ", TCP/IP host \"%s\", port %s"
+msgstr ""
+
+#: ../../printer.pm_.c:567
+#, c-format
+msgid "on Windows server \"%s\", share \"%s\""
+msgstr ""
+
+#: ../../printer.pm_.c:571
+#, c-format
+msgid "on Novell server \"%s\", printer \"%s\""
+msgstr ""
+
+#: ../../printer.pm_.c:573
+#, c-format
+msgid ", using command %s"
+msgstr ""
+
+#: ../../printer.pm_.c:692 ../../printerdrake.pm_.c:1136
+msgid "Raw printer (No driver)"
+msgstr ""
+
+#: ../../printer.pm_.c:841
+#, fuzzy, c-format
+msgid "(on %s)"
+msgstr "(modul %s)"
+
+#: ../../printer.pm_.c:843
+msgid "(on this machine)"
+msgstr ""
+
+#: ../../printer.pm_.c:868
+#, fuzzy, c-format
+msgid "On CUPS server \"%s\""
+msgstr "Izberite strenik"
+
+#: ../../printer.pm_.c:874 ../../printerdrake.pm_.c:2391
+#: ../../printerdrake.pm_.c:2402 ../../printerdrake.pm_.c:2618
+#: ../../printerdrake.pm_.c:2670 ../../printerdrake.pm_.c:2697
+#: ../../printerdrake.pm_.c:2867 ../../printerdrake.pm_.c:2869
+msgid " (Default)"
+msgstr " (Privzeto)"
+
+#: ../../printerdrake.pm_.c:22
+msgid "Select Printer Connection"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:23
+msgid "How is the printer connected?"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:25
+msgid ""
+"\n"
+"Printers on remote CUPS servers you do not have to configure here; these "
+"printers will be automatically detected."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:69 ../../printerdrake.pm_.c:2454
+#, fuzzy
+msgid "CUPS configuration"
+msgstr "Nastavitev zaslona"
+
+#: ../../printerdrake.pm_.c:70 ../../printerdrake.pm_.c:2455
+#, fuzzy
+msgid "Specify CUPS server"
msgstr "Izberite strenik"
-#: ../../printerdrake.pm_.c:19
+#: ../../printerdrake.pm_.c:71
+msgid ""
+"To get access to printers on remote CUPS servers in your local network you "
+"do not have to configure anything; the CUPS servers inform your machine "
+"automatically about their printers. All printers currently known to your "
+"machine are listed in the \"Remote printers\" section in the main window of "
+"Printerdrake. When your CUPS server is not in your local network, you have "
+"to enter the CUPS server IP address and optionally the port number to get "
+"the printer information from the server, otherwise leave these fields blank."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:72
+msgid ""
+"\n"
+"Normally, CUPS is automatically configured according to your network "
+"environment, so that you can access the printers on the CUPS servers in your "
+"local network. If this does not work correctly, turn off \"Automatic CUPS "
+"configuration\" and edit your file /etc/cups/cupsd.conf manually. Do not "
+"forget to restart CUPS afterwards (command: \"service cups restart\")."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:76
+msgid "The IP address should look like 192.168.1.20"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:80 ../../printerdrake.pm_.c:862
+msgid "The port number should be an integer!"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:87
+#, fuzzy
+msgid "CUPS server IP"
+msgstr "Izberite strenik"
+
+#: ../../printerdrake.pm_.c:88 ../../printerdrake.pm_.c:855
+#, fuzzy
+msgid "Port"
+msgstr "Formatiraj"
+
+#: ../../printerdrake.pm_.c:90
+#, fuzzy
+msgid "Automatic CUPS configuration"
+msgstr "Nastavitev zagonskega stila"
+
+#: ../../printerdrake.pm_.c:145 ../../standalone/scannerdrake_.c:42
+msgid "Detecting devices ..."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:145 ../../standalone/scannerdrake_.c:42
msgid "Test ports"
msgstr ""
-#: ../../printerdrake.pm_.c:40
+#: ../../printerdrake.pm_.c:167 ../../printerdrake.pm_.c:2437
+#: ../../printerdrake.pm_.c:2556
+#, fuzzy
+msgid "Add a new printer"
+msgstr "Odstrani vnos"
+
+#: ../../printerdrake.pm_.c:168
+msgid ""
+"\n"
+"Welcome to the Printer Setup Wizard\n"
+"\n"
+"This wizard allows you to install local or remote printers to be used from "
+"this machine and also from other machines in the network.\n"
+"\n"
+"It asks you for all necessary information to set up the printer and gives "
+"you access to all available printer drivers, driver options, and printer "
+"connection types."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:176 ../../printerdrake.pm_.c:203
+#: ../../printerdrake.pm_.c:378 ../../printerdrake.pm_.c:393
+#: ../../printerdrake.pm_.c:403 ../../printerdrake.pm_.c:466
+#, fuzzy
+msgid "Local Printer"
+msgstr "Tiskalnik"
+
+#: ../../printerdrake.pm_.c:177
+msgid ""
+"\n"
+"Welcome to the Printer Setup Wizard\n"
+"\n"
+"This wizard will help you to install your printer(s) connected to this "
+"computer.\n"
+"\n"
+"Please plug in your printer(s) on this computer and turn it/them on. Click "
+"on \"Next\" when you are ready, and on \"Cancel\" when you do not want to "
+"set up your printer(s) now.\n"
+"\n"
+"Note that some computers can crash during the printer auto-detection, turn "
+"off \"Auto-detect printers\" to do a printer installation without auto-"
+"detection. Use the \"Expert Mode\" of printerdrake when you want to set up "
+"printing on a remote printer if printerdrake does not list it automatically."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:186
+#, fuzzy
+msgid "Auto-detect printers"
+msgstr "Odstrani vnos"
+
+#: ../../printerdrake.pm_.c:204
+msgid ""
+"\n"
+"Congratulations, your printer is now installed and configured!\n"
+"\n"
+"You can print using the \"Print\" command of your application (usually in "
+"the \"File\" menu).\n"
+"\n"
+"If you want to add, remove, or rename a printer, or if you want to change "
+"the default option settings (paper input tray, printout quality, ...), "
+"select \"Printer\" in the \"Hardware\" section of the Mandrake Control "
+"Center."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:223
+msgid "Auto-Detection of Printers"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:224
+msgid ""
+"Printerdrake is able to auto-detect your locally connected parallel and USB "
+"printers for you, but note that on some systems the auto-detection CAN "
+"FREEZE YOUR SYSTEM AND THIS CAN LEAD TO CORRUPTED FILE SYSTEMS! So do it ON "
+"YOUR OWN RISK!\n"
+"\n"
+"Do you really want to get your printers auto-detected?"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:227 ../../printerdrake.pm_.c:229
+#: ../../printerdrake.pm_.c:230
+#, fuzzy
+msgid "Do auto-detection"
+msgstr "Odstrani vnos"
+
+#: ../../printerdrake.pm_.c:228
+#, fuzzy
+msgid "Set up printer manually"
+msgstr "Odstrani vnos"
+
+#: ../../printerdrake.pm_.c:256
+#, fuzzy, c-format
+msgid "Detected %s"
+msgstr "Podvojena toka priklopa %s"
+
+#: ../../printerdrake.pm_.c:260 ../../printerdrake.pm_.c:287
+#: ../../printerdrake.pm_.c:306
#, c-format
-msgid "A printer, model \"%s\", has been detected on "
+msgid "Printer on parallel port \\/*%s"
msgstr ""
-#: ../../printerdrake.pm_.c:52
-msgid "Local Printer Device"
+#: ../../printerdrake.pm_.c:262 ../../printerdrake.pm_.c:289
+#: ../../printerdrake.pm_.c:311
+#, c-format
+msgid "USB printer \\/*%s"
msgstr ""
-#: ../../printerdrake.pm_.c:53
+#: ../../printerdrake.pm_.c:379
msgid ""
-"What device is your printer connected to \n"
-"(note that /dev/lp0 is equivalent to LPT1:)?\n"
+"No local printer found! To manually install a printer enter a device name/"
+"file name in the input line (Parallel Ports: /dev/lp0, /dev/lp1, ..., "
+"equivalent to LPT1:, LPT2:, ..., 1st USB printer: /dev/usb/lp0, 2nd USB "
+"printer: /dev/usb/lp1, ...)."
msgstr ""
-#: ../../printerdrake.pm_.c:55
+#: ../../printerdrake.pm_.c:383
#, fuzzy
-msgid "Printer Device"
+msgid "You must enter a device or file name!"
msgstr "Izberite strenik"
-#: ../../printerdrake.pm_.c:74
-msgid "Remote lpd Printer Options"
+#: ../../printerdrake.pm_.c:394
+#, fuzzy
+msgid ""
+"No local printer found!\n"
+"\n"
+msgstr "Tiskalnik"
+
+#: ../../printerdrake.pm_.c:395
+msgid ""
+"Network printers can only be installed after the installation. Choose "
+"\"Hardware\" and then \"Printer\" in the Mandrake Control Center."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:396
+msgid ""
+"To install network printers, click \"Cancel\", switch to the \"Expert Mode"
+"\", and click \"Add a new printer\" again."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:407
+msgid ""
+"The following printer was auto-detected, if it is not the one you want to "
+"configure, enter a device name/file name in the input line"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:408
+msgid ""
+"Here is a list of all auto-detected printers. Please choose the printer you "
+"want to set up or enter a device name/file name in the input line"
msgstr ""
-#: ../../printerdrake.pm_.c:75
+#: ../../printerdrake.pm_.c:410
msgid ""
-"To use a remote lpd print queue, you need to supply\n"
-"the hostname of the printer server and the queue name\n"
-"on that server which jobs should be placed in."
+"The following printer was auto-detected. The configuration of the printer "
+"will work fully automatically. If your printer was not correctly detected or "
+"if you prefer a customized printer configuration, turn on \"Manual "
+"configuration\"."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:411
+msgid ""
+"Here is a list of all auto-detected printers. Please choose the printer you "
+"want to set up. The configuration of the printer will work fully "
+"automatically. If your printer was not correctly detected or if you prefer a "
+"customized printer configuration, turn on \"Manual configuration\"."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:413
+msgid ""
+"Please choose the port where your printer is connected to or enter a device "
+"name/file name in the input line"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:414
+#, fuzzy
+msgid "Please choose the port where your printer is connected to."
+msgstr "Kateri strenik potrebujete?"
+
+#: ../../printerdrake.pm_.c:416
+msgid ""
+" (Parallel Ports: /dev/lp0, /dev/lp1, ..., equivalent to LPT1:, LPT2:, ..., "
+"1st USB printer: /dev/usb/lp0, 2nd USB printer: /dev/usb/lp1, ...)."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:421
+#, fuzzy
+msgid "You must choose/enter a printer/device!"
+msgstr "Izberite strenik"
+
+#: ../../printerdrake.pm_.c:441
+#, fuzzy
+msgid "Manual configuration"
+msgstr "Nastavitev zaslona"
+
+#: ../../printerdrake.pm_.c:467
+msgid ""
+"Is your printer a multi-function device from HP (OfficeJet, PSC, PhotoSmart, "
+"LaserJet 1100/1200/1220/3200/3300 with scanner)?"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:482
+#, fuzzy
+msgid "Installing HPOJ package..."
+msgstr "Nameanje paketa %s"
+
+#: ../../printerdrake.pm_.c:487
+msgid "Checking device and configuring HPOJ ..."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:505
+#, fuzzy
+msgid "Installing SANE package..."
+msgstr "Nameanje paketa %s"
+
+#: ../../printerdrake.pm_.c:517
+msgid "Scanning on your HP multi-function device"
msgstr ""
-#: ../../printerdrake.pm_.c:78
-msgid "Remote hostname"
+#: ../../printerdrake.pm_.c:534
+msgid "Making printer port available for CUPS ..."
msgstr ""
-#: ../../printerdrake.pm_.c:79
-msgid "Remote queue"
+#: ../../printerdrake.pm_.c:544 ../../printerdrake.pm_.c:1018
+#: ../../printerdrake.pm_.c:1132
+msgid "Reading printer database ..."
msgstr ""
-#: ../../printerdrake.pm_.c:88
+#: ../../printerdrake.pm_.c:624
+msgid "Remote lpd Printer Options"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:625
+msgid ""
+"To use a remote lpd printer, you need to supply the hostname of the printer "
+"server and the printer name on that server."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:626
+#, fuzzy
+msgid "Remote host name"
+msgstr "Izberite strenik"
+
+#: ../../printerdrake.pm_.c:627
+#, fuzzy
+msgid "Remote printer name"
+msgstr "Odstrani vnos"
+
+#: ../../printerdrake.pm_.c:630
+msgid "Remote host name missing!"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:634
+#, fuzzy
+msgid "Remote printer name missing!"
+msgstr "Izberite strenik"
+
+#: ../../printerdrake.pm_.c:702
msgid "SMB (Windows 9x/NT) Printer Options"
msgstr ""
-#: ../../printerdrake.pm_.c:89
+#: ../../printerdrake.pm_.c:703
msgid ""
-"To print to a SMB printer, you need to provide the\n"
-"SMB host name (Note! It may be different from its\n"
-"TCP/IP hostname!) and possibly the IP address of the print server, as\n"
-"well as the share name for the printer you wish to access and any\n"
-"applicable user name, password, and workgroup information."
+"To print to a SMB printer, you need to provide the SMB host name (Note! It "
+"may be different from its TCP/IP hostname!) and possibly the IP address of "
+"the print server, as well as the share name for the printer you wish to "
+"access and any applicable user name, password, and workgroup information."
msgstr ""
-#: ../../printerdrake.pm_.c:94
+#: ../../printerdrake.pm_.c:704
#, fuzzy
msgid "SMB server host"
msgstr "Izberite strenik"
-#: ../../printerdrake.pm_.c:95
+#: ../../printerdrake.pm_.c:705
#, fuzzy
msgid "SMB server IP"
msgstr "Izberite strenik"
-#: ../../printerdrake.pm_.c:96
+#: ../../printerdrake.pm_.c:706
msgid "Share name"
msgstr ""
-#: ../../printerdrake.pm_.c:99
+#: ../../printerdrake.pm_.c:709
msgid "Workgroup"
msgstr ""
-#: ../../printerdrake.pm_.c:124
+#: ../../printerdrake.pm_.c:716
+msgid "Either the server name or the server's IP must be given!"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:720
+msgid "Samba share name missing!"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:725
+msgid "SECURITY WARNING!"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:726
+#, c-format
+msgid ""
+"You are about to set up printing to a Windows account with password. Due to "
+"a fault in the architecture of the Samba client software the password is put "
+"in clear text into the command line of the Samba client used to transmit the "
+"print job to the Windows server. So it is possible for every user on this "
+"machine to display the password on the screen by issuing commands as \"ps "
+"auxwww\".\n"
+"\n"
+"We recommend to make use of one of the following alternatives (in all cases "
+"you have to make sure that only machines from your local network have access "
+"to your Windows server, for example by means of a firewall):\n"
+"\n"
+"Use a password-less account on your Windows server, as the \"GUEST\" account "
+"or a special account dedicated for printing. Do not remove the password "
+"protection from a personal account or the administrator account.\n"
+"\n"
+"Set up your Windows server to make the printer available under the LPD "
+"protocol. Then set up printing from this machine with the \"%s\" connection "
+"type in Printerdrake.\n"
+"\n"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:736
+#, c-format
+msgid ""
+"Set up your Windows server to make the printer available under the IPP "
+"protocol and set up printing from this machine with the \"%s\" connection "
+"type in Printerdrake.\n"
+"\n"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:739
+msgid ""
+"Connect your printer to a Linux server and let your Windows machine(s) "
+"connect to it as a client.\n"
+"\n"
+"Do you really want to continue setting up this printer as you are doing now?"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:801
msgid "NetWare Printer Options"
msgstr ""
-#: ../../printerdrake.pm_.c:125
+#: ../../printerdrake.pm_.c:802
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"
-"TCP/IP hostname!) as well as the print queue name for the printer you\n"
-"wish to access and any applicable user name and password."
+"To print on a NetWare printer, you need to provide the NetWare print server "
+"name (Note! it may be different from its TCP/IP hostname!) as well as the "
+"print queue name for the printer you wish to access and any applicable user "
+"name and password."
msgstr ""
-#: ../../printerdrake.pm_.c:129
+#: ../../printerdrake.pm_.c:803
#, fuzzy
msgid "Printer Server"
msgstr "Izberite strenik"
-#: ../../printerdrake.pm_.c:130
+#: ../../printerdrake.pm_.c:804
msgid "Print Queue Name"
msgstr ""
-#: ../../printerdrake.pm_.c:142
+#: ../../printerdrake.pm_.c:809
+msgid "NCP server name missing!"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:813
+msgid "NCP queue name missing!"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:852
#, fuzzy
-msgid "Socket Printer Options"
+msgid "TCP/Socket Printer Options"
msgstr "Izberite strenik"
-#: ../../printerdrake.pm_.c:143
+#: ../../printerdrake.pm_.c:853
msgid ""
-"To print to a socket printer, you need to provide the\n"
-"hostname of the printer and optionally the port number."
+"To print to a TCP or socket printer, you need to provide the host name of "
+"the printer and optionally the port number. On HP JetDirect servers the port "
+"number is usually 9100, on other servers it can vary. See the manual of your "
+"hardware."
msgstr ""
-#: ../../printerdrake.pm_.c:145
+#: ../../printerdrake.pm_.c:854
#, fuzzy
-msgid "Printer Hostname"
+msgid "Printer host name"
msgstr "Izberite strenik"
-#: ../../printerdrake.pm_.c:146 ../../printerdrake.pm_.c:422
+#: ../../printerdrake.pm_.c:858
#, fuzzy
-msgid "Port"
-msgstr "Formatiraj"
+msgid "Printer host name missing!"
+msgstr "Izberite strenik"
+
+#: ../../printerdrake.pm_.c:887 ../../printerdrake.pm_.c:889
+#, fuzzy
+msgid "Printer Device URI"
+msgstr "Izberite strenik"
+
+#: ../../printerdrake.pm_.c:888
+msgid ""
+"You can specify directly the URI to access the printer. The URI must fulfill "
+"either the CUPS or the Foomatic specifications. Note that not all URI types "
+"are supported by all the spoolers."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:903
+msgid "A valid URI must be entered!"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1004
+msgid ""
+"Every printer needs a name (for example \"printer\"). The Description and "
+"Location fields do not need to be filled in. They are comments for the users."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1005
+msgid "Name of printer"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1006
+#, fuzzy
+msgid "Description"
+msgstr "Izberite strenik"
+
+#: ../../printerdrake.pm_.c:1007
+msgid "Location"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1021
+msgid "Preparing printer database ..."
+msgstr ""
-#: ../../printerdrake.pm_.c:159
-msgid "You can specify directly the URI to access the printer with CUPS."
+#: ../../printerdrake.pm_.c:1112
+#, fuzzy
+msgid "Your printer model"
+msgstr "Odstrani vnos"
+
+#: ../../printerdrake.pm_.c:1113
+#, c-format
+msgid ""
+"Printerdrake has compared the model name resulting from the printer auto-"
+"detection with the models listed in its printer database to find the best "
+"match. This choice can be wrong, especially when your printer is not listed "
+"at all in the database. So check whether the choice is correct and click "
+"\"The model is correct\" if so and if not, click \"Select model manually\" "
+"so that you can choose your printer model manually on the next screen.\n"
+"\n"
+"For your printer Printerdrake has found:\n"
+"\n"
+"%s"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1118 ../../printerdrake.pm_.c:1121
+msgid "The model is correct"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1119 ../../printerdrake.pm_.c:1120
+#: ../../printerdrake.pm_.c:1123
+#, fuzzy
+msgid "Select model manually"
+msgstr "Odstrani vnos"
+
+#: ../../printerdrake.pm_.c:1139
+#, fuzzy
+msgid "Printer model selection"
+msgstr "Izberite strenik"
+
+#: ../../printerdrake.pm_.c:1140
+#, fuzzy
+msgid "Which printer model do you have?"
+msgstr "Kateri tip razdelka elite?"
+
+#: ../../printerdrake.pm_.c:1141
+msgid ""
+"\n"
+"\n"
+"Please check whether Printerdrake did the auto-detection of your printer "
+"model correctly. Search the correct model in the list when the cursor is "
+"standing on a wrong model or on \"Raw printer\"."
msgstr ""
-#: ../../printerdrake.pm_.c:192 ../../printerdrake.pm_.c:244
-msgid "What type of printer do you have?"
+#: ../../printerdrake.pm_.c:1144
+msgid ""
+"If your printer is not listed, choose a compatible (see printer manual) or a "
+"similar one."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1220
+#, fuzzy
+msgid "OKI winprinter configuration"
+msgstr "Nastavitev zaslona"
+
+#: ../../printerdrake.pm_.c:1221
+msgid ""
+"You are configuring an OKI laser winprinter. These printers\n"
+"use a very special communication protocol and therefore they work only when "
+"connected to the first parallel port. When your printer is connected to "
+"another port or to a print server box please connect the printer to the "
+"first parallel port before you print a test page. Otherwise the printer will "
+"not work. Your connection type setting will be ignored by the driver."
msgstr ""
-#: ../../printerdrake.pm_.c:204 ../../printerdrake.pm_.c:305
+#: ../../printerdrake.pm_.c:1264 ../../printerdrake.pm_.c:1291
#, fuzzy
-msgid "Do you want to test printing?"
+msgid "Lexmark inkjet configuration"
+msgstr "Nastavitev zaslona"
+
+#: ../../printerdrake.pm_.c:1265
+msgid ""
+"The inkjet printer drivers provided by Lexmark only support local printers, "
+"no printers on remote machines or print server boxes. Please connect your "
+"printer to a local port or configure it on the machine where it is connected "
+"to."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1292
+msgid ""
+"To be able to print with your Lexmark inkjet and this configuration, you "
+"need the inkjet printer drivers provided by Lexmark (http://www.lexmark."
+"com/). Go to the US site and click on the \"Drivers\" button. Then choose "
+"your model and afterwards \"Linux\" as operating system. The drivers come as "
+"RPM packages or shell scripts with interactive graphical installation. You "
+"do not need to do this configuration by the graphical frontends. Cancel "
+"directly after the license agreement. Then print printhead alignment pages "
+"with \"lexmarkmaintain\" and adjust the head alignment settings with this "
+"program."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1508
+msgid ""
+"Printer default settings\n"
+"\n"
+"You should make sure that the page size and the ink type/printing mode (if "
+"available) and also the hardware configuration of laser printers (memory, "
+"duplex unit, extra trays) are set correctly. Note that with a very high "
+"printout quality/resolution printing can get substantially slower."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1517
+#, c-format
+msgid "Option %s must be an integer number!"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1521
+#, c-format
+msgid "Option %s must be a number!"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1526
+#, c-format
+msgid "Option %s out of range!"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1565
+#, fuzzy, c-format
+msgid ""
+"Do you want to set this printer (\"%s\")\n"
+"as the default printer?"
msgstr "Xconfigurator bo zdaj zagnal X in preveril nastavitve."
-#: ../../printerdrake.pm_.c:207 ../../printerdrake.pm_.c:316
+#: ../../printerdrake.pm_.c:1582
+#, fuzzy
+msgid "Test pages"
+msgstr "Testiraj ponovno"
+
+#: ../../printerdrake.pm_.c:1583
+msgid ""
+"Please select the test pages you want to print.\n"
+"Note: the photo test page can take a rather long time to get printed and on "
+"laser printers with too low memory it can even not come out. In most cases "
+"it is enough to print the standard test page."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1587
+msgid "No test pages"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1588
+#, fuzzy
+msgid "Print"
+msgstr "Izberite strenik"
+
+#: ../../printerdrake.pm_.c:1590
+msgid "Standard test page"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1593
+msgid "Alternative test page (Letter)"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1596
+msgid "Alternative test page (A4)"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1598
+msgid "Photo test page"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1602
+#, fuzzy
+msgid "Do not print any test page"
+msgstr "Izberite strenik"
+
+#: ../../printerdrake.pm_.c:1610 ../../printerdrake.pm_.c:1747
msgid "Printing test page(s)..."
msgstr ""
-#: ../../printerdrake.pm_.c:214 ../../printerdrake.pm_.c:324
+#: ../../printerdrake.pm_.c:1635
#, c-format
msgid ""
-"Test page(s) have been sent to the printer daemon.\n"
-"This may take a little time before printer start.\n"
+"Test page(s) have been sent to the printer.\n"
+"It may take some time before the printer starts.\n"
"Printing status:\n"
"%s\n"
"\n"
-"Does it work properly?"
msgstr ""
-#: ../../printerdrake.pm_.c:218 ../../printerdrake.pm_.c:328
+#: ../../printerdrake.pm_.c:1639
+msgid ""
+"Test page(s) have been sent to the printer.\n"
+"It may take some time before the printer starts.\n"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1646
+msgid "Did it work properly?"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1667 ../../printerdrake.pm_.c:2732
+#, fuzzy
+msgid "Raw printer"
+msgstr "Odstrani vnos"
+
+#: ../../printerdrake.pm_.c:1685
+#, c-format
+msgid ""
+"To print a file from the command line (terminal window) you can either use "
+"the command \"%s <file>\" or a graphical printing tool: \"xpp <file>\" or "
+"\"kprinter <file>\". The graphical tools allow you to choose the printer and "
+"to modify the option settings easily.\n"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1687
+msgid ""
+"These commands you can also use in the \"Printing command\" field of the "
+"printing dialogs of many applications, but here do not supply the file name "
+"because the file to print is provided by the application.\n"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1690 ../../printerdrake.pm_.c:1706
+#: ../../printerdrake.pm_.c:1716
+#, c-format
+msgid ""
+"\n"
+"The \"%s\" command also allows to modify the option settings for a "
+"particular printing job. Simply add the desired settings to the command "
+"line, e. g. \"%s <file>\". "
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1693 ../../printerdrake.pm_.c:1732
+#, c-format
+msgid ""
+"To know about the options available for the current printer read either the "
+"list shown below or click on the \"Print option list\" button.%s\n"
+"\n"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1696
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?"
+"Here is a list of the available printing options for the current printer:\n"
+"\n"
msgstr ""
-#: ../../printerdrake.pm_.c:234
-msgid "Yes, print ASCII test page"
+#: ../../printerdrake.pm_.c:1701 ../../printerdrake.pm_.c:1711
+#, c-format
+msgid ""
+"To print a file from the command line (terminal window) use the command \"%s "
+"<file>\".\n"
msgstr ""
-#: ../../printerdrake.pm_.c:235
-msgid "Yes, print PostScript test page"
+#: ../../printerdrake.pm_.c:1703 ../../printerdrake.pm_.c:1713
+#: ../../printerdrake.pm_.c:1723
+msgid ""
+"This command you can also use in the \"Printing command\" field of the "
+"printing dialogs of many applications. But here do not supply the file name "
+"because the file to print is provided by the application.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:236
-msgid "Yes, print both test pages"
+#: ../../printerdrake.pm_.c:1708 ../../printerdrake.pm_.c:1718
+msgid ""
+"To get a list of the options available for the current printer click on the "
+"\"Print option list\" button."
msgstr ""
-#: ../../printerdrake.pm_.c:243
-msgid "Configure Printer"
+#: ../../printerdrake.pm_.c:1721
+#, c-format
+msgid ""
+"To print a file from the command line (terminal window) use the command \"%s "
+"<file>\" or \"%s <file>\".\n"
msgstr ""
-#: ../../printerdrake.pm_.c:273
+#: ../../printerdrake.pm_.c:1725
+msgid ""
+"You can also use the graphical interface \"xpdq\" for setting options and "
+"handling printing jobs.\n"
+"If you are using KDE as desktop environment you have a \"panic button\", an "
+"icon on the desktop, labeled with \"STOP Printer!\", which stops all print "
+"jobs immediately when you click it. This is for example useful for paper "
+"jams.\n"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1729
+#, c-format
+msgid ""
+"\n"
+"The \"%s\" and \"%s\" commands also allow to modify the option settings for "
+"a particular printing job. Simply add the desired settings to the command "
+"line, e. g. \"%s <file>\".\n"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1738 ../../printerdrake.pm_.c:1744
+#: ../../printerdrake.pm_.c:1745 ../../printerdrake.pm_.c:1746
+#: ../../printerdrake.pm_.c:2716 ../../standalone/drakbackup_.c:754
+#: ../../standalone/drakbackup_.c:2458 ../../standalone/drakfont_.c:577
+#: ../../standalone/drakfont_.c:791
#, fuzzy
-msgid "Printer options"
+msgid "Close"
+msgstr "Premakni"
+
+#: ../../printerdrake.pm_.c:1741 ../../printerdrake.pm_.c:1753
+#, fuzzy, c-format
+msgid "Printing/Scanning on \"%s\""
+msgstr "Izklop omreja"
+
+#: ../../printerdrake.pm_.c:1742 ../../printerdrake.pm_.c:1754
+#, fuzzy, c-format
+msgid "Printing on the printer \"%s\""
+msgstr "Izklop omreja"
+
+#: ../../printerdrake.pm_.c:1744
+#, fuzzy
+msgid "Print option list"
msgstr "Izberite strenik"
-#: ../../printerdrake.pm_.c:274
-msgid "Paper Size"
+#: ../../printerdrake.pm_.c:1766
+#, c-format
+msgid ""
+"Your HP multi-function device was configured automatically to be able to "
+"scan. Now you can scan with \"scanimage\" (\"scanimage -d hp:%s\" to specify "
+"the scanner when you have more than one) from the command line or with the "
+"graphical interfaces \"xscanimage\" or \"xsane\". If you are using the GIMP, "
+"you can also scan by choosing the appropriate point in the \"File\"/\"Acquire"
+"\" menu. Call also \"man scanimage\" and \"man sane-hp\" on the command line "
+"to get more information.\n"
+"\n"
+"Do not use \"scannerdrake\" for this device!"
msgstr ""
-#: ../../printerdrake.pm_.c:275
-msgid "Eject page after job?"
+#: ../../printerdrake.pm_.c:1772
+#, c-format
+msgid ""
+"Your HP multi-function device was configured automatically to be able to "
+"scan. Now you can scan from the command line with \"ptal-hp %s scan ...\". "
+"Scanning via a graphical interface or from the GIMP is not supported yet for "
+"your device. More information you will find in the \"/usr/share/doc/hpoj-0.8/"
+"ptal-hp-scan.html\" file on your system. If you have an HP LaserJet 1100 or "
+"1200 you can only scan when you have the scanner option installed.\n"
+"\n"
+"Do not use \"scannerdrake\" for this device!"
msgstr ""
-#: ../../printerdrake.pm_.c:280
-msgid "Uniprint driver options"
+#: ../../printerdrake.pm_.c:1794 ../../printerdrake.pm_.c:2221
+#: ../../printerdrake.pm_.c:2485 ../../standalone/printerdrake_.c:49
+msgid "Reading printer data ..."
msgstr ""
-#: ../../printerdrake.pm_.c:281
-msgid "Color depth options"
+#: ../../printerdrake.pm_.c:1814 ../../printerdrake.pm_.c:1842
+#: ../../printerdrake.pm_.c:1877
+#, fuzzy
+msgid "Transfer printer configuration"
+msgstr "Nastavitev zaslona"
+
+#: ../../printerdrake.pm_.c:1815
+#, c-format
+msgid ""
+"You can copy the printer configuration which you have done for the spooler %"
+"s to %s, your current spooler. All the configuration data (printer name, "
+"description, location, connection type, and default option settings) is "
+"overtaken, but jobs will not be transferred.\n"
+"Not all queues can be transferred due to the following reasons:\n"
msgstr ""
-#: ../../printerdrake.pm_.c:283
-msgid "Print text as PostScript?"
+#: ../../printerdrake.pm_.c:1818
+msgid ""
+"CUPS does not support printers on Novell servers or printers sending the "
+"data into a free-formed command.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:285
-msgid "Fix stair-stepping text?"
+#: ../../printerdrake.pm_.c:1820
+msgid ""
+"PDQ only supports local printers, remote LPD printers, and Socket/TCP "
+"printers.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:287
-msgid "Number of pages per output pages"
+#: ../../printerdrake.pm_.c:1822
+msgid "LPD and LPRng do not support IPP printers.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:288
-msgid "Right/Left margins in points (1/72 of inch)"
+#: ../../printerdrake.pm_.c:1824
+msgid ""
+"In addition, queues not created with this program or \"foomatic-configure\" "
+"cannot be transferred."
msgstr ""
-#: ../../printerdrake.pm_.c:289
-msgid "Top/Bottom margins in points (1/72 of inch)"
+#: ../../printerdrake.pm_.c:1825
+msgid ""
+"\n"
+"Also printers configured with the PPD files provided by their manufacturers "
+"or with native CUPS drivers cannot be transferred."
msgstr ""
-#: ../../printerdrake.pm_.c:291
-msgid "Extra GhostScript options"
+#: ../../printerdrake.pm_.c:1826
+msgid ""
+"\n"
+"Mark the printers which you want to transfer and click \n"
+"\"Transfer\"."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1829
+msgid "Do not transfer printers"
msgstr ""
-#: ../../printerdrake.pm_.c:293
-msgid "Extra Text options"
+#: ../../printerdrake.pm_.c:1830 ../../printerdrake.pm_.c:1847
+msgid "Transfer"
msgstr ""
-#: ../../printerdrake.pm_.c:295
-msgid "Reverse page order"
+#: ../../printerdrake.pm_.c:1843
+#, c-format
+msgid ""
+"A printer named \"%s\" already exists under %s. \n"
+"Click \"Transfer\" to overwrite it.\n"
+"You can also type a new name or skip this printer."
msgstr ""
-#: ../../printerdrake.pm_.c:345
-msgid "Would you like to configure a printer?"
+#: ../../printerdrake.pm_.c:1851
+msgid "Name of printer should contain only letters, numbers and the underscore"
msgstr ""
-#: ../../printerdrake.pm_.c:351
+#: ../../printerdrake.pm_.c:1856
+#, c-format
msgid ""
-"Here are the following print queues.\n"
-"You can add some more or change the existing ones."
+"The printer \"%s\" already exists,\n"
+"do you really want to overwrite its configuration?"
msgstr ""
-#: ../../printerdrake.pm_.c:370
+#: ../../printerdrake.pm_.c:1864
#, fuzzy
-msgid "CUPS starting"
-msgstr "Zaganjam X"
+msgid "New printer name"
+msgstr "Odstrani vnos"
-#: ../../printerdrake.pm_.c:370
-msgid "Reading CUPS drivers database..."
+#: ../../printerdrake.pm_.c:1867
+#, c-format
+msgid "Transferring %s ..."
msgstr ""
-#: ../../printerdrake.pm_.c:384 ../../printerdrake.pm_.c:450
-#: ../../printerdrake.pm_.c:471 ../../printerdrake.pm_.c:479
-msgid "Select Printer Connection"
+#: ../../printerdrake.pm_.c:1878
+#, c-format
+msgid ""
+"You have transferred your former default printer (\"%s\"), Should it be also "
+"the default printer under the new printing system %s?"
msgstr ""
-#: ../../printerdrake.pm_.c:385 ../../printerdrake.pm_.c:472
-msgid "How is the printer connected?"
+#: ../../printerdrake.pm_.c:1887
+msgid "Refreshing printer data ..."
msgstr ""
-#: ../../printerdrake.pm_.c:392
+#: ../../printerdrake.pm_.c:1895 ../../printerdrake.pm_.c:1966
+#: ../../printerdrake.pm_.c:1978
+msgid "Configuration of a remote printer"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1896
#, fuzzy
-msgid "Select Remote Printer Connection"
-msgstr "Izberite strenik"
+msgid "Starting network ..."
+msgstr "Nastavitev RAMDAC"
-#: ../../printerdrake.pm_.c:393
+#: ../../printerdrake.pm_.c:1930 ../../printerdrake.pm_.c:1934
+#: ../../printerdrake.pm_.c:1936
+#, fuzzy
+msgid "Configure the network now"
+msgstr "Nastavitev omreja"
+
+#: ../../printerdrake.pm_.c:1931
+#, fuzzy
+msgid "Network functionality not configured"
+msgstr "Monitor ni nastavljen"
+
+#: ../../printerdrake.pm_.c:1932
msgid ""
-"With a remote CUPS server, you do not have to configure\n"
-"any printer here; printers will be automatically detected.\n"
-"In case of doubt, select \"Remote CUPS server\"."
+"You are going to configure a remote printer. This needs working network "
+"access, but your network is not configured yet. If you go on without network "
+"configuration, you will not be able to use the printer which you are "
+"configuring now. How do you want to proceed?"
msgstr ""
-#: ../../printerdrake.pm_.c:416
+#: ../../printerdrake.pm_.c:1935
+#, fuzzy
+msgid "Go on without configuring the network"
+msgstr "Nastavitev zaslona"
+
+#: ../../printerdrake.pm_.c:1968
msgid ""
-"With a remote CUPS server, you do not have to configure\n"
-"any printer here; printers will be automatically detected\n"
-"unless you have a server on a different network; in the\n"
-"latter case, you have to give the CUPS server IP address\n"
-"and optionally the port number."
+"The network configuration done during the installation cannot be started "
+"now. Please check whether the network gets accessable after booting your "
+"system and correct the configuration using the Mandrake Control Center, "
+"section \"Network & Internet\"/\"Connection\", and afterwards set up the "
+"printer, also using the Mandrake Control Center, section \"Hardware\"/"
+"\"Printer\""
msgstr ""
-#: ../../printerdrake.pm_.c:421
+#: ../../printerdrake.pm_.c:1969
+msgid ""
+"The network access was not running and could not be started. Please check "
+"your configuration and your hardware. Then try to configure your remote "
+"printer again."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1979
#, fuzzy
-msgid "CUPS server IP"
-msgstr "Izberite strenik"
+msgid "Restarting printing system ..."
+msgstr "Kateri strenik potrebujete?"
-#: ../../printerdrake.pm_.c:429
-msgid "Port number should be numeric"
+#: ../../printerdrake.pm_.c:2017
+msgid "high"
msgstr ""
-#: ../../printerdrake.pm_.c:451 ../../printerdrake.pm_.c:480
-msgid "Remove queue"
+#: ../../printerdrake.pm_.c:2017
+msgid "paranoid"
msgstr ""
-#: ../../printerdrake.pm_.c:454
+#: ../../printerdrake.pm_.c:2018
+#, c-format
+msgid "Installing a printing system in the %s security level"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:2019
+#, c-format
msgid ""
-"Name of printer should contains only letters, numbers and the underscore"
+"You are about to install the printing system %s on a system running in the %"
+"s security level.\n"
+"\n"
+"This printing system runs a daemon (background process) which waits for "
+"print jobs and handles them. This daemon is also accessable by remote "
+"machines through the network and so it is a possible point for attacks. "
+"Therefore only a few selected daemons are started by default in this "
+"security level.\n"
+"\n"
+"Do you really want to configure printing on this machine?"
msgstr ""
-#: ../../printerdrake.pm_.c:461
+#: ../../printerdrake.pm_.c:2051
+#, fuzzy
+msgid "Starting the printing system at boot time"
+msgstr "Kateri strenik potrebujete?"
+
+#: ../../printerdrake.pm_.c:2052
+#, c-format
msgid ""
-"Every printer need a name (for example lp).\n"
-"Other parameters such as the description of the printer or its location\n"
-"can be defined. What name should be used for this printer and\n"
-"how is the printer connected?"
+"The printing system (%s) will not be started automatically when the machine "
+"is booted.\n"
+"\n"
+"It is possible that the automatic starting was turned off by changing to a "
+"higher security level, because the printing system is a potential point for "
+"attacks.\n"
+"\n"
+"Do you want to have the automatic starting of the printing system turned on "
+"again?"
msgstr ""
-#: ../../printerdrake.pm_.c:465
-msgid "Name of printer"
+#: ../../printerdrake.pm_.c:2075 ../../printerdrake.pm_.c:2113
+#: ../../printerdrake.pm_.c:2143 ../../printerdrake.pm_.c:2176
+#: ../../printerdrake.pm_.c:2281
+msgid "Checking installed software..."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:2117
+msgid "Removing LPRng..."
msgstr ""
-#: ../../printerdrake.pm_.c:466
+#: ../../printerdrake.pm_.c:2147
+msgid "Removing LPD..."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:2205
#, fuzzy
-msgid "Description"
+msgid "Select Printer Spooler"
msgstr "Izberite strenik"
-#: ../../printerdrake.pm_.c:467
-msgid "Location"
+#: ../../printerdrake.pm_.c:2206
+#, fuzzy
+msgid "Which printing system (spooler) do you want to use?"
+msgstr "Kateri strenik potrebujete?"
+
+#: ../../printerdrake.pm_.c:2239
+#, fuzzy, c-format
+msgid "Configuring printer \"%s\" ..."
+msgstr "Nastavitev tiskalnika"
+
+#: ../../printerdrake.pm_.c:2252
+#, fuzzy
+msgid "Installing Foomatic ..."
+msgstr "Nameanje paketa %s"
+
+#: ../../printerdrake.pm_.c:2309 ../../printerdrake.pm_.c:2348
+#: ../../printerdrake.pm_.c:2733 ../../printerdrake.pm_.c:2803
+#, fuzzy
+msgid "Printer options"
+msgstr "Izberite strenik"
+
+#: ../../printerdrake.pm_.c:2318
+msgid "Preparing PrinterDrake ..."
msgstr ""
-#: ../../printerdrake.pm_.c:482
+#: ../../printerdrake.pm_.c:2335 ../../printerdrake.pm_.c:2890
+#, fuzzy
+msgid "Configuring applications..."
+msgstr "Nastavitev tiskalnika"
+
+#: ../../printerdrake.pm_.c:2355
+#, fuzzy
+msgid "Would you like to configure printing?"
+msgstr "Xconfigurator bo zdaj zagnal X in preveril nastavitve."
+
+#: ../../printerdrake.pm_.c:2367
+msgid "Printing system: "
+msgstr ""
+
+#: ../../printerdrake.pm_.c:2415
+#, fuzzy
+msgid "Printerdrake"
+msgstr "Tiskalnik"
+
+#: ../../printerdrake.pm_.c:2419
+#, fuzzy
+msgid ""
+"The following printers are configured. Double-click on a printer to change "
+"its settings; to make it the default printer; to view information about it; "
+"or to make a printer on a remote CUPS server available for Star Office/"
+"OpenOffice.org."
+msgstr ""
+"Tukaj so razlini vnosi.\n"
+"Lahko dodate e kaknega ali spremenite obstojeega"
+
+#: ../../printerdrake.pm_.c:2420
+#, fuzzy
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?"
+"The following printers are configured. Double-click on a printer to change "
+"its settings; to make it the default printer; or to view information about "
+"it."
msgstr ""
+"Tukaj so razlini vnosi.\n"
+"Lahko dodate e kaknega ali spremenite obstojeega"
-#: ../../printerdrake.pm_.c:489
-msgid "Name of queue"
+#: ../../printerdrake.pm_.c:2446
+msgid "Refresh printer list (to display all available remote CUPS printers)"
msgstr ""
-#: ../../printerdrake.pm_.c:490
-msgid "Spool directory"
+#: ../../printerdrake.pm_.c:2464
+#, fuzzy
+msgid "Change the printing system"
+msgstr "Nastavitev omreja"
+
+#: ../../printerdrake.pm_.c:2469 ../../standalone/draknet_.c:278
+#, fuzzy
+msgid "Normal Mode"
+msgstr "Obiajni DAC"
+
+#: ../../printerdrake.pm_.c:2625 ../../printerdrake.pm_.c:2675
+#: ../../printerdrake.pm_.c:2884
+#, fuzzy
+msgid "Do you want to configure another printer?"
+msgstr "elite preizkusiti nastavitev?"
+
+#: ../../printerdrake.pm_.c:2711
+#, fuzzy
+msgid "Modify printer configuration"
+msgstr "Nastavitev zaslona"
+
+#: ../../printerdrake.pm_.c:2713
+#, fuzzy, c-format
+msgid ""
+"Printer %s\n"
+"What do you want to modify on this printer?"
+msgstr "elite preizkusiti nastavitev?"
+
+#: ../../printerdrake.pm_.c:2717
+msgid "Do it!"
msgstr ""
-#: ../../printerdrake.pm_.c:491
+#: ../../printerdrake.pm_.c:2722 ../../printerdrake.pm_.c:2777
#, fuzzy
-msgid "Printer Connection"
+msgid "Printer connection type"
msgstr "Izberite strenik"
-#: ../../raid.pm_.c:33
+#: ../../printerdrake.pm_.c:2723 ../../printerdrake.pm_.c:2781
+#, fuzzy
+msgid "Printer name, description, location"
+msgstr "Izberite strenik"
+
+#: ../../printerdrake.pm_.c:2725 ../../printerdrake.pm_.c:2796
+msgid "Printer manufacturer, model, driver"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:2726 ../../printerdrake.pm_.c:2797
+msgid "Printer manufacturer, model"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:2735 ../../printerdrake.pm_.c:2807
+msgid "Set this printer as the default"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:2737 ../../printerdrake.pm_.c:2812
+msgid "Add this printer to Star Office/OpenOffice.org"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:2738 ../../printerdrake.pm_.c:2821
+msgid "Remove this printer from Star Office/OpenOffice.org"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:2739 ../../printerdrake.pm_.c:2830
+#, fuzzy
+msgid "Print test pages"
+msgstr "Izberite strenik"
+
+#: ../../printerdrake.pm_.c:2740 ../../printerdrake.pm_.c:2832
+#, fuzzy
+msgid "Know how to use this printer"
+msgstr "elite preizkusiti nastavitev?"
+
+#: ../../printerdrake.pm_.c:2742 ../../printerdrake.pm_.c:2834
+#, fuzzy
+msgid "Remove printer"
+msgstr "Odstrani vnos"
+
+#: ../../printerdrake.pm_.c:2786
+#, fuzzy, c-format
+msgid "Removing old printer \"%s\" ..."
+msgstr "Odstrani vnos"
+
+#: ../../printerdrake.pm_.c:2810
+#, fuzzy
+msgid "Default printer"
+msgstr "Odstrani vnos"
+
+#: ../../printerdrake.pm_.c:2811
+#, c-format
+msgid "The printer \"%s\" is set as the default printer now."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:2815 ../../printerdrake.pm_.c:2818
+msgid "Adding printer to Star Office/OpenOffice.org"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:2816
+#, c-format
+msgid ""
+"The printer \"%s\" was successfully added to Star Office/OpenOffice.org."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:2819
+#, c-format
+msgid "Failed to add the printer \"%s\" to Star Office/OpenOffice.org."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:2824 ../../printerdrake.pm_.c:2827
+msgid "Removing printer from Star Office/OpenOffice.org"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:2825
+#, c-format
+msgid ""
+"The printer \"%s\" was successfully removed from Star Office/OpenOffice.org."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:2828
+#, c-format
+msgid "Failed to remove the printer \"%s\" from Star Office/OpenOffice.org."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:2836
+#, fuzzy, c-format
+msgid "Do you really want to remove the printer \"%s\"?"
+msgstr "elite preizkusiti nastavitev?"
+
+#: ../../printerdrake.pm_.c:2838
+#, fuzzy, c-format
+msgid "Removing printer \"%s\" ..."
+msgstr "Odstrani vnos"
+
+#: ../../proxy.pm_.c:29 ../../proxy.pm_.c:37 ../../proxy.pm_.c:58
+#: ../../proxy.pm_.c:78
+#, fuzzy
+msgid "Proxy configuration"
+msgstr "Nastavitev zaslona"
+
+#: ../../proxy.pm_.c:30
+msgid ""
+"Welcome to the proxy configuration utility.\n"
+"\n"
+"Here, you'll be able to set up your http and ftp proxies\n"
+"with or without login and password\n"
+msgstr ""
+
+#: ../../proxy.pm_.c:38
+msgid ""
+"Please fill in the http proxy informations\n"
+"Leave it blank if you don't want an http proxy"
+msgstr ""
+
+#: ../../proxy.pm_.c:39 ../../proxy.pm_.c:60
+msgid "URL"
+msgstr ""
+
+#: ../../proxy.pm_.c:40 ../../proxy.pm_.c:61
+#, fuzzy
+msgid "port"
+msgstr "Formatiraj"
+
+#: ../../proxy.pm_.c:44
+msgid "Url should begin with 'http:'"
+msgstr ""
+
+#: ../../proxy.pm_.c:48 ../../proxy.pm_.c:69
+msgid "The port part should be numeric"
+msgstr ""
+
+#: ../../proxy.pm_.c:59
+msgid ""
+"Please fill in the ftp proxy informations\n"
+"Leave it blank if you don't want an ftp proxy"
+msgstr ""
+
+#: ../../proxy.pm_.c:65
+msgid "Url should begin with 'ftp:'"
+msgstr ""
+
+#: ../../proxy.pm_.c:79
+msgid ""
+"Please enter proxy login and password, if any.\n"
+"Leave it blank if you don't want login/passwd"
+msgstr ""
+
+#: ../../proxy.pm_.c:80
+#, fuzzy
+msgid "login"
+msgstr "Samodejna prijava"
+
+#: ../../proxy.pm_.c:82
+#, fuzzy
+msgid "password"
+msgstr "Geslo"
+